path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
0.8.0/generated/statsmodels.regression.linear_model.OLSResults.rsquared.html
statsmodels/statsmodels.github.io
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>statsmodels.regression.linear_model.OLSResults.rsq...
demo/index.html
maxiplay/walk-tour
<!doctype html> <html> <head> <title>walk-tour demo</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1, user-scalable=yes"> <script src="../../webcomponentsjs/webcomponents-lite.js"></script> <link rel="import" href="../../iron-dem...
v0.10.0/generated/statsmodels.gam.generalized_additive_model.GLMGamResults.resid_pearson.html
statsmodels/statsmodels.github.io
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset="utf-8" /> <title>statsmodels.gam.generalized_additive_model.GLMGamResults.resid_pearson &#8212; statsmodels v0.10.0 documentation</title> <link rel="stylesheet" href="../_static/nature.css" type="text/css" /> <link re...
v0.12.0/generated/statsmodels.regression.mixed_linear_model.MixedLMResults.resid.html
statsmodels/statsmodels.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width,initial-scale=1"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="lang:clipboard.copy" conte...
v0.10.2/generated/statsmodels.discrete.discrete_model.LogitResults.use_t.html
statsmodels/statsmodels.github.io
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset="utf-8" /> <title>statsmodels.discrete.discrete_model.LogitResults.use_t &#8212; statsmodels v0.10.2 documentation</title> <link rel="stylesheet" href="../_static/nature.css" type="text/css" /> <link rel="stylesheet" h...
v0.12.1/generated/statsmodels.regression.linear_model.RegressionResults.load.html
statsmodels/statsmodels.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width,initial-scale=1"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="lang:clipboard.copy" conte...
yeoman/app/index.html
Micka33/sequencer
<!doctype html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]--> <head> <meta charset="ut...
Source/Testing/HtmlRenderer.ExperimentalApp/Data/Files/陪审团/EDAAF90CC59504F9B30A8DDED9A75F57.html
todor-dk/HTML-Renderer
<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40"> <head> <meta http-equiv=Content-Type content="text/html; charset=GB2312"> <meta name=ProgId content=Word.Document> <meta name=Generator content="Microsoft Word 9"> <meta name...
third_party/vulkan_memory_allocator/docs/html/struct_vma_device_memory_callbacks-members.html
endlessm/chromium-browser
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" co...
corehq/apps/users/templates/users/filter_and_download.html
dimagi/commcare-hq
{% extends 'hqwebapp/base_section.html' %} {% load hq_shared_tags %} {% load i18n %} {% load crispy_forms_tags %} {% requirejs_main 'users/js/filtered_download' %} {% block page_content %} {% initial_page_data 'count_users_url' count_users_url %} {% crispy form %} {% endblock %}
index.html
Sparrho/venn-cljs
<html> <head> <title>Venn diagram</title> </head> <body> <div id="venn"></div> <script type="text/javascript" src="http://d3js.org/d3.v3.min.js" charset="utf-8"></script> <script type="text/javascript" src="cljs.compiled.js"></script> </body> </html>
boar/templates/articles/blocks/topics.html
boar/boar
{% if topics %}<div class="block"> <h3><a href="/{{ section.slug }}/topics/{% if date %}{{ date|date:"Y" }}/{{ date|date:"b" }}/{% endif %}">{{ section.tag_name }}</a></h3> <div>{% for topic in topics %}<a href="/{{ section.slug }}/{{ topic.slug }}/{% if date %}{{ date|date:"Y" }}/{{ date|date:"b" }}/{% endif %...
README.html
nfredrik/pyModelStuff
<?xml version="1.0" encoding="utf-8" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="g...
app/elements/data-login.html
MyanmarAPI/data-entry-app
<dom-module id="data-login"> <style> :host{ @apply(--layout-center-center); @apply(--layout-vertical); } paper-material{ padding: 15px 30px; background-color: #FFF; height: 350px; width: 400px; } #logo{ width: 200px; height: 200px; margin-bottom: 30px; } .submit{ margin-top: 1em; } </styl...
tests/coverage/characters/interfaces/HealerInterface.php.html
macseem/bee-game
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Code Coverage for /var/www/html/frontend/models/game/characters/interfaces/HealerInterface.php</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="../../css/bootstrap.min.css" rel="stylesheet"> <link ...
documentation/api/core/classes/Zend_Server_Abstract.html
Notan/awery_zend_amf
<!DOCTYPE html><html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"> <meta charset="utf-8"> <title>Zend AMF API Documentation » \Zend_Server_Abstract</title> <meta name="auth...
extras/documentation/api/extras/ZendX_JQuery/View/_JQuery---Form---Element---ColorPicker.php.html
CoursePark/Zend-Framework-Releases
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <!-- template designed by Marco Von Ballmoos --> <title>Docs for page ColorPicker.php</title...
Android/doc/Doxygen/de/da3/classorg_1_1buildmlearn_1_1appstore_1_1models_1_1_app_info.html
BuildmLearn/BuildmLearn-Store
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
docs-cn/_site/docs/flux-todo-list-it-IT.html
TaaKey/react
<!DOCTYPE html> <!--[if IE]><![endif]--> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>Tutorial TodoMVC Flux | React</title> <meta name="viewport" content="width=device-width"> <meta property="og:title" content="Tutorial TodoMVC Flux | React"> <me...
templates/_base.html
colingourlay/npr-app
<!DOCTYPE html> <html lang="en"> <head> <title>{{ PROJECT_NAME }}</title> <meta name="description" content="{{ PROJECT_DESCRIPTION }}"> <meta http-equiv="X-UA-Compatible" content="IE=8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0" /> ...
pathfinding-visualiser.html
Tyriar/pathfinding-visualiser
<!-- pathfinding-visualiser <http://github.com/Tyriar/pathfinding-visualiser> Copyright 2014 Daniel Imms <http://www.growingwiththeweb.com> Released under the MIT license <http://github.com/Tyriar/pathfinding-visualiser/blob/master/LICENSE> --> <link rel="import" href="../layout/layout.html"> <link rel="import" href="...
src/css/components/button.css
barisa/untangled-ui
/*--- title: Buttons section: Components ---*/ :root { --borderRadius-button: 2px; --fontSize-button: var(--fontSize--small); /* 14px */ --fontSize-button--dense: calc(var(--fontSize-button) - 1px); --marginY-button: 6px; --marginX-button: var(--frame-quarter); --opacity-button--disabled: .35; --paddingY...
www/lib/ion-autocomplete/test/e2e/ion-autocomplete.single-select.e2e.html
guillaume317/elink-port
<!DOCTYPE html> <html lang="en" ng-app="ion-autocomplete-sample"> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>ion-autocomplete end to end test page</title> <link rel="stylesheet" hre...
docs/index.html
melalj/maptable
<!DOCTYPE HTML> <html lang="en-US"> <head> <meta charset="UTF-8"> <title>Maptable examples</title> <style> body { font-family: sans-serif; } #panel { position: fixed; left: 0px; width: 310px; height: 100%; overflow: auto; background: #fafafa; } h1 {...
src/apms-ui/src/main/webapp/packages/index/tpl/page-head.html
FOUNDERCOM/APMS
<!-- BEGIN PAGE TITLE --> <div class="page-title"> <h1> <span data-ng-bind="$state.current.data.pageTitle"></span> <small data-ng-bind="$state.current.data.pageSubTitle"></small> </h1> </div> <!-- END PAGE TITLE --> <!-- BEGIN PAGE TOOLBAR --> <div class="page-toolbar" data-ng-include="'package...
test/doctypes/doctype-xml-transitional.html
hglty07/fancytree
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> <title>Fa...
03_release/build_v2.0_20150412/code/eorder-member/src/main/webapp/resources/css/eorder-style.css
aaronluo/cuoxiazi
* { margin: 0; padding: 0; list-style: none; } html, body { height: 100%; overflow: hidden; } /*reset panel posotion*/ .panel { position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; z-index: 1; } .top { height: 88px; background-color: #ccc; } .left { top: 88px; bottom: 50px; width: 187px;...
works/pure-progress/index.html
rggGit/css-works
<!DOCTYPE html> <html lang="es-ES"> <head> <link rel="stylesheet" type="text/css" media="all" href="css/main.css"> </head> <body ontouchstart=""> <div class="container"> <section> <article> <input type="radio" name="switch-color" id="red" checked> <input typ...
src/components/styles/style-common.html
Serif-x/easy-boilerplate
<link rel="stylesheet" href="/assets/core/css/basic.min.css"/> <link rel="stylesheet" href="/assets/core/css/core.min.css"/> <link rel="stylesheet" href="/assets/core/fonts/iconfont/iconfont.css"/> <script src="/assets/libs/modernizr/modernizr.min.js"></script>
tools/Rake/lib/ruby/gems/1.8/doc/rubygems-1.5.2/rdoc/files/lib/rubygems/doc_manager_rb.html
michaelsync/Giles
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>File: doc_manager.rb</title> <meta http-equiv="C...
src/test/resources/page_with_frames.html
codeborne/selenide
<!DOCTYPE html> <html lang="en"> <head> <title>Test::frames</title> <meta charset="UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> </head> <frameset rows="80,*" cols="*"> <frame src="hello_world.txt" name="topFrame" id="top-frame" scrolling="no" noresize> <frameset cols="300,*"> ...
12. ExpressJS Fundamentals - Jan 2019/07. Exam Preparation/Messenger/static/css/site.css
zrusev/SoftUni_2016
@import url('https://fonts.googleapis.com/css?family=Raleway'); html, body { width: 100%; height: 100%; } body { font-family: 'Raleway', sans-serif; margin: 0; font-weight: bold; } h1, h4 { text-align: center; } h4 { font-style: italic; } main { padding: 0 40px; min-height: 80%; } ul.menu { ...
app/views/volunteers/new.html
TeresaNesteby/chariteer-client-side
<h2 class="volsignup">Sign Up to be a Volunteer</h2> <!-- <div ng-show="error">{{vol.error}}</div> --> <form name="form" ng-submit="signUp()"> <div ng-class="{ 'has-error': form.first_name.$dirty && form.first_name.$error.required }"> <div class="form-group"> <label class="sr-only" for="first_n...
css/pure.css
kootenpv/kootenpv.github.io
/*! Pure v0.3.0 Copyright 2013 Yahoo! Inc. All rights reserved. Licensed under the BSD License. https://github.com/yui/pure/blob/master/LICENSE.md */ /*! normalize.css v1.1.2 | MIT License | git.io/normalize Copyright (c) Nicolas Gallagher and Jonathan Neal */ /*! normalize.css v1.1.2 | MIT License | git.io/normalize *...
docs/classes/_client_router_.router.html
novosit/ninejs
<!doctype html> <html class="default no-js"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Router | ninejs</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="../assets/css/main....
doc/api/files/__/__/__/__/usr/local/share/gems/gems/railties-4_1_8/lib/rails/generators/named_base_rb.html
mojo1643/Dalal_v2
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>named_base.rb</title> <meta http-equiv="Content-Type" content="te...
app/views/includes/propositional_navigation.html
timpaul/vehicle_management_prototype
<div class="header-proposition"> <div class="content"> <a href="#proposition-links" class="js-header-toggle menu">Menu</a> <nav id="proposition-menu"> <a href="/" id="proposition-name">Report the sale of a vehicle</a> <!-- <ul id="proposition-links"> <li><a href="url-to-page-1" class...
sample/widgets/topology/sample/components/vis/docs/graph3d/index.html
reshak/angular-dashboard-framework
<!DOCTYPE html> <html lang="en"><head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content=""> <link rel="icon" HREF="favicon.ico"> <title>graph3d ...
public/templates/testcases/newTestCaseTemplate.html
kinow/nestor
<h1 class="ui top attached header">Add new Test Case</h1> <div class="ui attached segment"> <div class='ui form' id="new-testcase-form" data-parsley-validate> <div class="field"> <label>Name</label> <input name="name" id="testcase-name-input" placeholder="Name" type="text" value="" data-parsley-required="tru...
_posts/2016-03-02-teaching-today-at-the-university-of-western-cape.html
wlftn/wlftn.github.io
--- layout: post title: '' date: 2016-03-02 09:02:20.000000000 -06:00 type: post published: true status: publish categories: [] tags: [] meta: tumblr_the-travels-of-we_permalink: http://the-travels-of-we.tumblr.com/post/140323353661/teaching-today-at-the-university-of-western-cape tumblr_the-travels-of-we_id: '1403...
lib/profiling/spec/spec_runner.html
jpommerening/laxar
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <script type="text/javascript" src="../../../require_config.js" id="require_config"></script> <script type="text/javascript" src="spec_runner.js"></script> <script type="text/javascript"> ( f...
_sass/bootstrap/dist/css/bootstrap.min.css
peninquen/peninquen.github.io
/*! * Bootstrap v4.0.0-alpha.2 (http://getbootstrap.com) * Copyright 2011-2015 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ html { font-family: sans-serif; -webkit-text-size-adjust: 1...
packages/mart-vibe-spacecadet/templates/dockings/docking-history/docking-history-rejected.html
gospacecadet/mart-vibe-spacecadet
<template name="dockingHistoryRejected"> {{> dockingHistoryNav}} {{#if Template.subscriptionsReady}} {{> dockingHistoryRejectedForbid}} <h3 class='text-xs-center m-t-3'>Rejected Dockings</h3> <div class="col-md-10 offset-md-1"> <p class='text-xs-center text-muted'> These dockings were rej...
theme/templates/choices/morepath.html
mattmakai/fullstackpython.com
<h3>Do you want to learn more about frameworks or move on to deployment?</h3> <div class="row"> <div class="c4"> <div class="well select-next"> {% include "choices/buttons/web-frameworks.html" %} </div> </div> <div class="c4"> <div class="well select-next"> {%...
packages/system/public/views/css/bootstrap-responsive.css
sjamartucheli/smartucheli
/*! * Bootstrap Responsive v2.3.2 * * Copyright 2013 Twitter, Inc * Licensed under the Apache License v2.0 * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world by @mdo and @fat. */ .clearfix { *zoom: 1; } .clearfix:before, .clearfix:after { display: table; l...
projekte/2014-11-29-hn-kastanienapp.html
marcel12bell/codefor.de
--- layout: project lab: OK Lab Heilbronn #needed for Aggregation on Lab-Page imgname: heilbronn/kastanien-app.png title: Kastanienapp links: - url: http://blog.opendatalab.de/opendata/2014/11/19/kastanien-app-mit-baumkataster name: Blogpost - url: https://github.com/opendata-heilbronn/kastanien-app name: Page on ...
themes/wapstore/default17/header.html
guotao2000/ecmall
<!---头部------> <div class="header"> <div class="logo"> <a href="{url app=store&id=$store.store_id}"><img src="{$store.store_logo}" /></a> </div> <!---搜索框------> <div class="searchBar"> <form id="" name="" method="get" action="index.php"> <input type="hidden" na...
htmlModules/WhosModule.html
rachaeltesting/rachaeltesting.github.io
<div class="container pull-left" id="WhosModule"> <div class="row"> <div class="col-xs-11"> <h4>Instructions</h4> </div> <div class="col-xs-1"> <button type="button" class="btn btn-success pull-right glyphicon glyphicon-refresh" id="refresh"></button> </div> </div> <div class="row"> <div class="col-md-4"> ...
src/assets/fonts/demo_fontclass.html
GuoYongfeng/react-resume
<!DOCTYPE html> <html> <head> <meta charset="utf-8"/> <title>IconFont</title> <link rel="stylesheet" href="demo.css"> <link rel="stylesheet" href="iconfont.css"> </head> <body> <div class="main markdown"> <h1>IconFont 图标</h1> <ul class="icon_lists clear"> ...
Docs/DoxygenGenerated/html/class_cotc_sdk_1_1_properties_object-members.html
xtralifecloud/unity-sdk
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" co...
docs/vaditaji/cf5ab964-1d0d-0fab-0fc7-7767cf507cb7.html
klavs/db-lv
<!doctype html> <html lang="lv"> <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# profile: http://ogp.me/ns/profile#" itemscope itemtype="http://schema.org/WebSite" > <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <!-- Google ...
target/doc/libc/consts/os/extra/constant.MAP_LOCKED.html
ssgrn/Rust-Matrix-Computations
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `MAP_LOCKED` constant in crate `libc`."> <meta name="keywor...
plugins/track/hand/leapMotion/3rdParty/leapMotion/docs/java/unity/Unity.Prefab.HandController.html
MTASZTAKI/ApertusVR
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>LeapHandController &mdash; Leap Motion Java SDK v3.1 documentation</title> <link rel="stylesheet" href="../../cpp/_static/bootstr...
ohanashi/ohanashi.css
kuelgu/kuelgu.github.io
footer { margin-top: 400px; } @media (max-width: 320px) { .container { padding-right: 0; padding-left: 0; } } .nav > li > a { padding: 5px 8px; } .face.icon { width: 38px; } .face { width: 76px; } .face.select { cursor: pointer; } .scenario { width: 320px; background: black url(images/11002c...
build/docs/source/directions.html
masudiiuc/angularjs-google-maps
<!doctype html> <html> <head> <base href="../"> <title>JSDoc: Source:directions.js</title> <link type="text/css" rel="stylesheet" href="css/jsdoc-default.css"> <link href="css/prettify-tomorrow.css" type="text/css" rel="stylesheet"> <script src="js/prettify.js"></script> </head> <body> <na...
app/templates/footer.html
paris3200/flask-inventory
<footer> <div class="container"> </div> </footer>
functional-site/views/ws/ws-selector.html
msneddon/ui-common
<div class="ws-selector"> <div class="ws-selector-header"> <div class="btn-toolbar ws-toolbar"> <div class="dropdown pull-left"> <a ng-show="$root.USER_ID" data-toggle="dropdown"> Filter <span class="caret"></span> </a> <u...
example/views/step3b.html
toenu23/angular-simplewizard
<form name="forms.wizard.step3b" ng-submit="wizardSubmit()" novalidate> <div class="form-group"> <label>Select something</label> <select class="form-control" name="something" required ng-model="wizard.something" ng-init="wizard.something = wizard.something || 'deadend'"> <option value="dea...
js/sky/src/validation/docs/demo.html
Blackbaud-LukeJones/skyux
<div ng-controller="ValidationTestController as validationCtrl"> <div class="row"> <div class="col-md-12"> <div class="tile-form"> <form name="validationCtrl.validationTest"> <div class="form-group"> <div class="input-group"> ...
reference/java/nio/Buffer.html
AzureZhao/android-developer-cn
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width" /> <link rel="shortcut icon" type="image/x-icon" href="../../../favicon.ico" /> <title>Buf...
rawdata/utf8_lawstat/version2/04502/0450295121200.html
czchen/laweasyread-data
<html> <META HTTP-EQUIV=Content-Type Content="text/html; charset=utf8"> <!-- Mirrored from lis.ly.gov.tw/lghtml/lawstat/version2/04502/0450295121200.htm by HTTrack Website Copier/3.x [XR&CO'2010], Sun, 24 Mar 2013 09:22:38 GMT --> <head><title>法編號:04502 版本:095121200</title> <link rel="stylesheet" type="text/css" href=...
docs/kolektivi/ee20ee37-62bf-eb60-eb1f-5e827fa05467.html
klavs/db-lv
<!doctype html> <html lang="lv"> <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# profile: http://ogp.me/ns/profile#" itemscope itemtype="http://schema.org/WebSite" > <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <!-- Google ...
hadoop-2.2.0/share/doc/hadoop/api/org/apache/hadoop/yarn/state/MultipleArcTransition.html
ashish-17/playback
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_26) on Mon Oct 07 06:41:20 UTC 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> MultipleArcTransition (Apache Had...
api/v0.7.1/components/assets/AssetManager.unitSquare.html
Circular-Studios/Dash-Docs
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"/><!-- using block title in layout.dt--><!-- using block ddox.defs in ddox.layout.dt--><!-- using block ddox.title in ddox.layout.dt--> <title>Field AssetManager.unitSquare</title> <link rel="stylesheet" type="text/css" href="../../styles/ddox.css"/> <link re...
reference/java/lang/Double.html
terrytowne/android-developer-cn
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width" /> <link rel="shortcut icon" type="image/x-icon" href="../../../favicon.ico" /> <title>Dou...
examples/webvr_video.html
jostschmithals/three.js
<!DOCTYPE html> <html lang="en"> <head> <title>three.js webvr - video</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> <!-- Origin Trial Token, feature = WebVR, origin = https://threejs.org, expires = 2017-06-13 --> <meta http-equiv="orig...
examples/index.html
kristopolous/bracket
<!doctype html> <style> body{background:rgb(180,180,190)} body > div{ background:rgb(240,240,255); margin:20px; padding:20px; border:8px solid rgb(150,150,180) } h4{margin:0.25em 0} body{font-family:sans-serif} h1 a{ color:white; text-decoration:none } .log{ border-radiu...
web/public/app/vendor/angular/lib/docs/examples/example-example58/index-production.html
petervyvey/portfolio
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Example - example-example58-production</title> <script src="//ajax.googleapis.com/ajax/libs/angularjs/1.3.0-beta.13/angular.min.js"></script> <script src="script.js"></script> </head> <body ng-app=""> <div ng-controller="Ctrl">...
fallbacks/icons.fallback.css
JustRLax/sonos-dashboard
.icon-avatar { background-image: url('png/avatar.png'); background-repeat: no-repeat; } .icon-calendar { background-image: url('png/calendar.png'); background-repeat: no-repeat; } .icon-check { background-image: url('png/check.png'); background-repeat: no-repeat; } .icon-city { background-image: url('png/city.png');...
tax-calc-cn/www/lib/layout/fittable/source/FittableLayout.css
hui-w/misc-fragment
.enyo-fittable-rows-layout { position: relative; } .enyo-fittable-rows-layout > * { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; /* float when not stretched */ float: left; clear: both; } /* non-floating when stretched */ .enyo-fittable-rows-layout.enyo-stretch > * { f...
_includes/home_header.html
iROCKBUNNY/N-Back
<div class="ui text container"> <h1 class="ui inverted header">{{ site.title }}</h1> <h2>{{ site.description }}</h2> <div class="badges"> <a id="github-watch" href="{{ site.repository_url }}/watchers" target="_blank"><img src="https://img.shields.io/github/watchers/{{ site.repository }}.svg?style=so...
demo/angular/demoPreload/index.html
princesust/webicon
<!DOCTYPE html> <html ng-app="demo-icon"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/angularjs/1.1.5/angular.js"></script> <script type="text/javascript" src="/dist/angular-webicon.js"></script> <scr...
app/views/_layouts/archive/layout_2-3_1-3_v4.html
ballzy/local-demonstrators
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>{% block page_title %}{% endblock %}</title> <link rel="stylesheet" type="text/css" href="/stylesheets/app.css"> {% block html_head %}{% endblock %} </head>...
views/dashboard.html
valerijaspasojevic/Text-to-speech-and-led-control-
<!DOCTYPE html> <html> <head> <title>Arduino and text to speech</title> <script src='https://code.responsivevoice.org/responsivevoice.js'></script> <script src="/js/jquery-2.1.1.min.js"></script> <script src="/js/demo.js"></script> <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min....
themes/admin/styles/original/css/logged-as-editor.css
zoearthmoon/codeigniter_ionize
/* Ionize Editor mode CSS Used by Base_Controller->render() to display the "connected" marker on the website side when the user is connected to the Admin panel as Editor. */ #ionizeLoggedAsEditorFlag{ width:80px; height:80px; position: absolute; z-index: 10001; top:0; left:0; background: url(../images/flag_...
angular-1.3.20/docs/partials/api/ng/service/$log.html
dolymood/angular-packages
<a href='https://github.com/angular/angular.js/edit//src/ng/log.js?message=docs($log)%3A%20describe%20your%20change...#L3' class='improve-docs btn btn-primary'><i class="glyphicon glyphicon-edit">&nbsp;</i>Improve this Doc</a> <a href='https://github.com/angular/angular.js/tree/v1.3.20/src/ng/log.js#L3' class='view-...
style/extra/css/docsupport/chosen.css
devmars/openHPMIS
/* @group Base */ .chzn-container { position: relative; display: inline-block; vertical-align: middle; font-size: 13px; zoom: 1; *display: inline; } .chzn-container .chzn-drop { position: absolute; top: 100%; left: -9999px; z-index: 1010; -webkit-box-sizing: border-box; -moz-box-s...
pods/web-pods/src/main/webapp/js/widgets/lib/RGraph/demos/donut-roundrobin.html
ControlSystemStudio/diirt
<!DOCTYPE html > <html> <head> <link rel="stylesheet" href="demos.css" type="text/css" media="screen" /> <script src="../libraries/RGraph.common.core.js" ></script> <script src="../libraries/RGraph.common.effects.js" ></script> <script src="../libraries/RGraph.pie.js" ></script> <!--[if lt IE 9]><s...
bower_components/angular-material/modules/js/content/content.css
maximeBuguel/mirror
/*! * Angular Material Design * https://github.com/angular/material * @license MIT * v1.1.0-rc.5-master-7f01138 */ /* Only used with Theme processes */ html.md-THEME_NAME-theme, body.md-THEME_NAME-theme { color: '{{foreground-1}}'; background-color: '{{background-color}}'; } md-content { display: block; ...
libit-0.2.3/doc/html/man.bmat-width-max.html
xiao00li/Undergraduate_Dissertation
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >bmat_width_max</TITLE ><META NAME="GENERATOR" CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" TITLE="LIBIT Documentation" HREF="index.html"><LINK REL="UP" HREF="refmanual....
dist/vendor/SpinKit/css/spinners/9-cube-grid.css
nbagonet/AlphaAdminTemplate
/* * Usage: * * <div class="sk-spinner sk-spinner-cube-grid"> * <div class="sk-cube"></div> * <div class="sk-cube"></div> * <div class="sk-cube"></div> * <div class="sk-cube"></div> * <div class="sk-cube"></div> * <div class="sk-cube"></div> * <div class="sk-cube"></div>...
libs/Jena/javadoc-arq/org/apache/jena/riot/thrift/wire/package-frame.html
manonsys/MVC
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_66-internal) on Tue Dec 08 09:28:00 GMT 2015 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.apache.jena.rio...
app/bower_components/angular-material/modules/js/divider/divider-default-theme.min.css
t0930198/shoait
/*! * Angular Material Design * https://github.com/angular/material * @license MIT * v0.11.4-master-5034a04 */md-divider.md-THEME_NAME-theme{border-top-color:'{{foreground-4}}'}
packages/FAKE/docs/apidocs/fake-xpkghelper.html
TeaDrivenDev/Graphology
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>XpkgHelper - FAKE - F# Make</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content="Steffen Forkmann, Mauricio Scheffer, Colin Bull"> ...
docs/reference/fsharp-compiler-prettynaming-invalidmangledstaticarg.html
dsyme/FSharp.Compiler.Service
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>InvalidMangledStaticArg - F# Compiler Services</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content="Microsoft Corporation, Dave Thomas, ...
packages/FAKE/docs/apidocs/fake-ilmergehelper.html
TeaDrivenDev/Graphology
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>ILMergeHelper - FAKE - F# Make</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content="Steffen Forkmann, Mauricio Scheffer, Colin Bull"> ...
test/input/unicode_input.html
fatso83/grunt-codekit
ABC ÆØÅ XYZ
place/albania/2014/index.html
okfn/opendataindex-2015
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="author" content="Open Knowledge"> <meta name="description" content="The Global Open Data Index assesse...
Libraries/include/ftplib/html/FtpDelete.html
Mauricevb/FTPKit
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN"> <html> <head> <title>FtpDelete</title> <link rel="stylesheet" type="text/css" href="doc.css"> </head> <body> <h1>FtpDelete</h1> <p>Removes a file from the remote system.</p> <h2>SYNOPSIS</h2> <pre> #include &lt;ftplib.h&gt; int FtpDelete(const char *fnm, netbuf *nContro...
layouts/partials/extra/pagination.html
chipsenkbeil/grid-side
{{ $baseUrl := .Site.BaseURL }} {{ if .IsNode }} <ul class="pagination"> {{ with .Paginator }} <li class="{{ if .HasPrev }}waves-effect{{ else }}disabled{{ end }}"> <a href="{{ if .HasPrev }}{{ $baseUrl }}{{ .Prev.URL }}{{ else }}#!{{ end }}"> <i class="fa fa-...
builder/cmake/windows/doc/cmake/html/module/FindMPI.html
pipou/rae
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>FindMPI &mdash; CMake 3.8.1 Documentation</title> ...
docs/api/class-App.Http.Kernel.html
alexbonavila/Auth
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Class App\Http\Kernel</title> <link rel="stylesheet" href="resources/style.css?c2f33731c1948fbed7c333554678bfa68d4817da"> </head> <body> <div id="left"> <div id="menu"> <a href="index.html" title="Overview"><span>Overview</span></a> <div id="grou...
Source/JsMvc/JsMvc/Views/person.html
Nitij/JsMvc
Person Type: {{PersonType}} <br /> Person Id: {{PersonId}}
docs/javadoc/reference/com/facebook/imagepipeline/animated/base/AnimatedDrawableFrameInfo.html
facebook/fresco
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="description" content="Javadoc API documentation for Fresco." /> <link rel="shortcut icon" type="image/x-icon" href="../../../../../favicon.ico" /> <title> ...
src/client/index.html
Silviu-Marian/node-codein
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>nodejs&trade; console </title> <link rel="stylesheet" rev="stylesheet...
hybrid/PhonegapUpload/www/index.html
mersocarlin/phonegap-upload
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="format-detection" content="telephone=no" /> <meta name="msapplication-tap-highlight" content="no" /> <!-- WARNING: for iOS 7, remove the width=device-width and height=device-height attributes. See https://issues.apache.org/jira/browse/CB-4323 --...
src/main/resources/org/jenkinsci/plugins/visual_diff/comparison/PerceptualDiff/help-luminanceOnly.html
marcelerz/visual-diff-plugin
<div> Only consider luminance; ignore chroma (color) in the comparison </div>
src/BackendBundle/Resources/public/css/iCheck/minimal/green.css
ViraxDev/centrale_referencement
/* iCheck plugin Minimal skin, green ----------------------------------- */ .icheckbox_minimal-green, .iradio_minimal-green { display: inline-block; *display: inline; vertical-align: middle; margin: 0; padding: 0; width: 18px; height: 18px; background: url(green.png) no-repeat; borde...
third-party/src/boost_1_56_0/libs/math/doc/html/math_toolkit/exp.html
rkq/cxxexp
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>The Quaternionic Exponential</title> <link rel="stylesheet" href="../math.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="../index.html" title="Math Toolkit 1.9.0"> ...
assets/grayscale/app/assets/stylesheets/grayscale/manifest.css
MartinN13/frontend-generators
/* *= require font_awesome *= require bootstrap *= require grayscale/grayscale.css *= require_self */