path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
doc/java/jdk8/javax/swing/text/class-use/Document.html
fbiville/annotation-processing-ftw
<!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_31) on Wed Dec 17 20:48:30 PST 2014 --> <title>Uses of Interface javax.swing.text.Document (Java Platform SE 8 )</title> <meta name="date" cont...
clean/Linux-x86_64-4.06.1-2.0.5/released/8.12.1/paco/4.1.1.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>paco: 2 m 10 s 🏆</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="st...
tools/function_refs/func_ref2.32.78.html
chivalry/filemaker.vim
<?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 xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta...
src/Viteloge/CoreBundle/Resources/descriptions/63351.html
donaldinou/frontend
<div class="commune_descr limited"> <p> Saint-Germain-près-Herment est un village situé dans le département de Puy-de-Dôme en Auvergne. Elle comptait 74 habitants en 2008.</p> <p>À coté de Saint-Germain-près-Herment sont positionnées géographiquement les communes de <a href="{{VLROOT}}/immobilier/torteb...
docs/classes/easynode.framework.test.TestCaseRunner.html
duan2yu/scard_ducation
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>easynode.framework.test.TestCaseRunner - EasyNode API参考文档</title> <link rel="stylesheet" href="http://yui.yahooapis.com/3.9.1/build/cssgrids/cssgrids-min.css"> <link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css"> ...
index.html
QuickBlox/survey-generator
<!DOCTYPE html> <html> <head> <title>QuickBlox Survey Generator</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="shortcut icon" href="http://quickblox.com/favicon.ico"> <link rel="stylesheet" href="style.css"...
app/templates/view-one/directives/title-example.html
gusgard/angular-seed-es6
<div> <h1>Directive title: {{title}}</h1> <p>This is an example of a directive, click me!</p> </div>
docsets/AWS-CLI.docset/Contents/Resources/Documents/reference/redshift/create-cluster-parameter-group.html
Smolations/more-dash-docsets
<!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" xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>create-cluster-...
deps/boost_1_77_0/libs/icl/doc/html/header/boost/icl/ptime_hpp.html
davehorton/drachtio-server
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Header &lt;boost/icl/ptime.hpp&gt;</title> <link rel="stylesheet" href="../../../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> <link rel="home" href="../../../...
src/Viteloge/CoreBundle/Resources/descriptions/35143.html
donaldinou/frontend
<div class="commune_descr limited"> <p> Landujan est un village localisé dans le département de l'Ille-et-Vilaine en Bretagne. On dénombrait 853 habitants en 2008.</p> <p>À Landujan, le prix moyen à la vente d'un appartement s'évalue à 810 &euro; du m² en vente. Le prix moyen d'une maison à l'achat se s...
public/templates/directives/image-or-video-modal.html
dmytro-polupan/nasha_lepta
<div ng-class="{video: videoId}" ng-click="open()"> <img ng-src="{{dirImg}}" class="img-responsive"> </div>
postgresql/html/mvcc-intro.html
jenmwang/portfolio_site_2013
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Introduction</TITLE ><META NAME="GENERATOR" CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REV="MADE" HREF="mailto:pgsql-docs@postgresql.org"><LINK REL="HOME" TITLE="PostgreSQL 9.0....
ab3fdf5/html/functions_k.html
v8-dox/v8-dox.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/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
02.HTML/04.HTML Semantic/Problem 3 - LinkedIn.html
VVoev/Telerik-Academy
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title> LinkedIn </title> <link rel="stylesheet" type="text/css" href="./Styles/styleLInkedIn.css"> </head> <body> <header> <h2> <a href="#">LinkedIn</a> </h2> ...
base/static/js/app/templates/todolist.html
chriscabral/djangularjs
<h3>Todo List</h3> <div ng-controller="TodoController" class="well well-lg"> <ol> <li ng-cloak ng-repeat="todo in todolist | orderBy:'-completed ':'name'"> <input type="checkbox" ng-change="todoCheckedChange(todo)" ng-model="todo.completed"> {{ todo.name }} - {{ todo.description }} <button ng-click="todoDelet...
docs/api/OpenTl.Schema/TMessageActionSecureValuesSent/index.html
OpenTl/OpenTl.Schema
<!DOCTYPE html><html><head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta name="description"> <meta name="keywords" content="static content generator,static site generator,static site,HTML,web development,.NET,C#,Razor,Markdown,YAML"> <meta n...
public/Windows 10 x64 (19041.329)/_WHEA_EVENT_LOG_ENTRY_TYPE.html
epikcraw/ggool
<html><body> <h4>Windows 10 x64 (19041.329)</h4><br> <h2>_WHEA_EVENT_LOG_ENTRY_TYPE</h2> <font face="arial"> WheaEventLogEntryTypeInformational = 0n0<br> WheaEventLogEntryTypeWarning = 0n1<br> WheaEventLogEntryTypeError = 0n2<br> </font></body></html>
docs/mexico/claims/expectations.html
jackiig/mexpro-jekyll
<!DOCTYPE html> <html lang="en" xml: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"> <link rel="shortcut icon" href="https://www.mexpro.com/images/favicon.ico"> <title>What You Should Expe...
_includes/mathjax.html
stephens999/blog
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"> </script>
templates/app/all_threads.html
paramsingh/backpage
<!doctype html> <head> <title>All threads</title> </head> <body> <ul> {%for i in threads%} <li><a href="/app/thread/{{i.id}}">{{i.title}}</a></li> {% endfor %} </ul> </body>
themes/default/_templates/page.html
nekoya/simpress
{% extends "layout.html" %} {% block title %}{{ page.title }}{% endblock %} {% block content %} <div class="post"> <div class="post-body">{{ page.content | safe }}</div> </div> {% endblock %}
gwern_maff/1383493754540_841/index_files/globalv2.css
runn1ng/runn1ng.github.io
/* Effective stylesheet produced by snapshot save */ html { height: 100%; } body { background-image: none; background-color: rgb(0, 0, 0); text-align: left; color: rgb(130, 130, 130); font-size: 14px; margin: 0px; padding: 0px; } body.flat_page { position: relative; min-height: 100%; background-color: rgb(38, 38, 39...
OpenBeaconPackage/libraries/hibernate-release-4.2.7.SP1/documentation/javadocs/org/hibernate/annotations/class-use/LazyCollection.html
HerrB92/obp
<!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_34) on Wed Oct 23 13:33:58 EDT 2013 --> <TITLE> Uses of Class org.hibernate.annotations.LazyCollection (Hibernate JavaDocs) </TITLE> <META NAME="dat...
reg_novedades_salud.html
Easymilk01/front-end
<DOCTYPE html> <html> <head> <title> novedades salud vaca </title> <link rel="stylesheet" href="css/bootstrap.min.css"/> <script> function confirmar(){ alert("LA INFORMACIÓN HA SIDO REGISTRADA"); } </script> <meta charset="utf-8"> </head> <body> <font color="FFFFFF"><h1 align="center">EasyMail...
src/skin/frontend/rwd/default/css/madisonisland-ie8.css
portchris/NaturalRemedyCompany
/** * Magento * * NOTICE OF LICENSE * * This source file is subject to the Academic Free License (AFL 3.0) * that is bundled with this package in the file LICENSE_AFL.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/afl-3.0.php * If you did not receive a copy...
AcademyPlatform.Web.Umbraco/Content/magnific-popup.css
bugsancho/Academy-Platform
/* Magnific Popup CSS */ .mfp-bg { top: 0; left: 0; width: 100%; height: 100%; z-index: 1042; overflow: hidden; position: fixed; background: #0b0b0b; opacity: 0.8; filter: alpha(opacity=80); } .mfp-wrap { top: 0; left: 0; width: 100%; height: 100%; z-index: 1043; position: fixed; out...
levels/h14.html
grunfeld/grunfeld.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <link rel="shortcut icon" type="image/x-icon" href="../favicon.ico"> <link rel="stylesheet" type="text/css" href="../css/font-awesome-4.7.0/css/font-awesome.min.css"> <link rel="stylesheet" type="text/css" href="../css/fonts.css"> <lin...
app/views/common/automatic-gears.html
wayneddgu/fit2drive-ux
<!-- Page text --> {% set page_question = 'Do you need to drive a vehicle with automatic gears as a result of your medical condition?' %} <!-- Condition ID --> {% set q_id = 'COM' %} {% set q_no = '4' %} <!-- Page routing --> {% set go_next = 'special-controls' %} {% set current_page = '/common/automatic-gears' %} {% s...
doc/java/jdk7/java/nio/charset/class-use/CharsetEncoder.html
fbiville/annotation-processing-ftw
<!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 (version 1.6.0_18) on Thu Dec 18 17:18:35 PST 2014 --> <title>Uses of Class java.nio.charset.CharsetEncoder (Java Platform SE 7 )</title> <meta name="...
aurelia-axel-northwind/docs/modules/_shell_shell_.html
cmichaelgraham/aurelia-axel-northwind
<!doctype html> <html class="default no-js"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>&quot;shell/shell&quot; | aurelia-axel-northwind</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="styl...
python3/htmlcov/d_369c27b4abd61435_test9_py.html
ianmiell/shutit-test
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=emulateIE7" /> <title>Coverage for /root/shutit-test/test/docker_tests/9/test9.py: 100%</title> <link rel="icon" sizes="32x32" href="favicon_32.png"> <link...
webapp/index.html
Voles/konfident
<!DOCTYPE html> <html class="no-js"> <head> <title>Konfident</title> <!-- Meta --> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="description" content="Konfident"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- CSS --> <link rel="sty...
web_container/apache-tomcat-8.0.14/docs/tomcat-8.0-doc/api/org/apache/tomcat/dbcp/dbcp2/datasources/package-summary.html
byronka/xenos
<!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 (version 1.7.0_67) on Wed Sep 24 21:07:06 BST 2014 --> <title>org.apache.tomcat.dbcp.dbcp2.datasources (Apache Tomcat 8.0.14 API Documentation)</title...
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/087a2bd0018a483df675a840b657eb1f1d054ff1bfebe04835f611f64d62c7c1.html
simonmysun/praxis
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>18 --> 19</title> <link href="./../../assets/style.css" rel="stylesheet"> </head> <body> <h2>You have to be fast</h2> <a href="./cdef0ad51610dd93d4f0a316fb4c80610b5361c85e1257206f348b7dff8d9271.html">Teleport</a> <hr> ...
java/2013/com/sun/squawk/microedition/io/class-use/FileConnection.html
arithehun/frc
<!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_29) on Thu Jan 03 13:25:58 EST 2013 --> <TITLE> Uses of Interface com.sun.squawk.microedition.io.FileConnection (2013 FRC Java API) </TITLE> ...
docs/d7/de4/class_medama_1_1_e_u_g_m_l_1_1_string_extensions.html
medamap/Medama
<!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...
angular-client/src/app/person/personList.html
benaduggan/History-of-The-Brotherhood
<md-content class="md-padding"> <div layout="column" flex> <md-card ng-repeat="person in vm.persons | orderBy:'first_name'"> <form name="personUpdateForm"> <md-card-title> <md-card-title-text> <span class="md-headline" ng-if="!person.edit">{{ person.first_name + " " + person.l...
course-cotrain-data/inlinks/non-course/http:^^www.cs.wisc.edu^~paulb^paulb.html
ML-SWAT/Web2KnowledgeBase
Bradley, Paul Paul Bradley paulb@cs.wisc.edu paulb@cs.wisc.edu paulb@cs.wisc.edu Paul Bradley paulb@cs.wisc.edu Paul Bradley paulb@cs.wisc.edu Paul Bradley paulb@cs.wisc.edu Paul Bradley Paul Bradley paulb@cs.wisc.edu
~index.html
sebastiaoarm/bubo
<!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" lang="pl" xml:lang="pl"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta name="author" content="Paweł 'kilab' Balic...
JavaScript Fundamentals/Javascript Arrays/index.html
MystFan/TelerikAcademy
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Arrays</title> <meta charset="utf-8" /> <link href="styles/js-console.css" rel="stylesheet" /> </head> <body> <div id="js-console"></div> <script src="scripts/js-console.js"></script> <script src="scripts/increaseArrayMemb...
docs/3.2/de/d04/structcv_1_1cudev_1_1BGR__to__HSV4__FULL__func.html
lucasbrsa/OpenCV-3.2
<!-- HTML header for doxygen 1.8.6--> <!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" conte...
src/index.html
adjohnson916/github-explorer
<div id="wrap"></div> <script src="../bower_components/base64/base64.js"></script> <script src="../bower_components/github-api/github.js"></script> <script src="../bower_components/lodash/lodash.js"></script> <script src="../bower_components/jquery/dist/jquery.js"></script> <script src="../bower_components/react/reac...
clean/Linux-x86_64-4.06.1-2.0.5/released/8.11.0/elpi/1.5.1.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>elpi: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" r...
clean/Linux-x86_64-4.09.1-2.0.6/released/8.9.0/paco/4.0.3.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>paco: 2 m 4 s 🏆</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="sty...
clean/Linux-x86_64-4.07.1-2.0.6/released/8.7.1/ext-lib/0.9.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>ext-lib: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css...
clean/Linux-x86_64-4.11.2-2.0.7/released/8.12.0/typing-flags/1.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>typing-flags: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.mi...
src/theme.html
behzad888/au-dialog
<template> <div class="row"> <div class="col-md-2"> <button click.delegate="white()" class="btn btn-primary btn-block">White</button> </div> <div class="col-md-2"> <button click.delegate="black()" class="btn btn-primary btn-block">Black</button> </div> ...
public/css/common/hplus.css
germycms/framework
h1, h2, h3, h4, h5, h6 { font-weight: 100 } h1 { font-size: 30px } h2 { font-size: 24px } h3 { font-size: 16px } h4 { font-size: 14px } h5 { font-size: 12px } h6 { font-size: 10px } h3, h4, h5 { margin-top: 5px; font-weight: 600 } a:focus { outline: 0 } .nav > li > a { ...
docs/html/class_convay_1_1_win_extension_1_1_unsafe_visualizer.html
Destevit/Convay
<!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...
asset/pii_diy_style/register-biodata.html
abdulazieskurniawan/pii_diy
<!doctype html> <html class="no-js" lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title>Login Register || Simply Construction HTML5 Template</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale...
src/styles.css
MatGhp/OnlineShop.Frontend
body { margin: 0; font-family: Roboto, sans-serif; } .form-control{ width: 200px; } .icon-20{ font-size: 20px; } md-sidenav-layout { height: 100vh; } md-sidenav { width: 320px; } md-toolbar-row { justify-content: space-between; } p { margin: 16px; } [md-raised-button] { width: 100%; } md-g...
massa/templates/index.html
jaapverloop/massa
<!doctype html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>massa</title> </head> <body> <h1>Index</h1> </body> </html>
upload-jquery-test/index.html
Julien35/dev-courses
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Jquery File Upoad Example with $ajax and FormData</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <script src="jquery-3.2.1.js"></script> </head> <body> <main> <form id="myform" method="post"> <label...
app/views/templates/_like.html
jwedgwood/pinch
<div class='user-like'> {{#user_has_liked}} <span class='unlike-info'>You Liked This</span> <button class='unlike-button' rel='{{id}}'>Unlike This</button> {{/user_has_liked}} {{^user_has_liked}} <button class='like-button' rel='{{id}}'>Like This</button> {{/user_has_liked}} </div>
css/skins/overlay.css
ChadyG/chadyg.github.io
/* OVERLAY STYLE */ /* HEADER */ .header { position: relative; width: 100%; background-color: #345; background-image: url(../../images/site/wayback.jpg); background-size: cover; background-position: center center; } .header img { display: none; } .header * { position: relative; z-index: 10; ...
src/Viteloge/CoreBundle/Resources/descriptions/32314.html
donaldinou/frontend
<div class="commune_descr limited"> <p> Peyrecave est un village géographiquement positionné dans le département des Gers en Midi-Pyrénées. Elle totalisait 94 habitants en 2008.</p> <p>Le parc d'habitations, à Peyrecave, se décomposait en 2011 en un appartements et 36 maisons soit un marché relativemen...
_includes/translated_date.html
wunsh/theme
{% comment %} From https://github.com/oncleben31/jekyll-date-basic-i18n {% endcomment %} {% assign date_format_to_be_translated = include.format | default: site.date_format | default: "%b %-d, %Y" %} {% assign num_day = include.date | date: "%w" | plus: 0 %} {% assign num_month = include.date | date: "%-m" | plus: -1...
footer.html
Dokify/dokify-status
</div> {# -- END OF ROLE MAIN -- #} </div> {# -- END OF WRAPPER -- #} <footer class="hide-on-print"> <section id="footer-main"> <div class="row medium-padding"> ...
realm-java-0.79.1/realm-java-0.79.1/javadoc/io/realm/annotations/Index.html
adilp/CookingTime
<!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 (version 1.7.0_51) on Fri Feb 20 10:22:40 CET 2015 --> <title>Index (realm 0.79.1 API)</title> <meta name="date" content="2015-02-20"> <link rel="styl...
test/tests/emphasis.html
ezakto/expressiv
<p> <u>Hello <em>World</em>! <strong><em>Foo</em> _bar</strong></u> </p>
doc/spec/dummy/config/boot_rb.html
Draiken/opinio
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta content="text/html; charset=utf-8" http-equiv="Content-Type" /> <title>File: boot.rb ...
doc/jdk6_cn/javax/xml/ws/spi/class-use/ServiceDelegate.html
piterlin/piterlin.github.io
<!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-beta2) on Mon Mar 19 19:32:00 CST 2007 --> <META http-equiv="Content-Type" content="text/html; charset=utf-8"> <TITLE> 类 javax.xml.ws.spi.ServiceDele...
client/src/index.html
blueskyfish/heringsfish-log
<!doctype html> <html> <head> <meta charset="utf-8"> <title>Heringsfish Log Viewer</title> <base href="/"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="icon" type="image/x-icon" href="favicon.ico"> <script> var socketPort = parseInt('{{serverPort}}'); window.socket...
_includes/page-nav.html
Macca2805/Genie
<nav class="nav flex-column"> {% include page-sub-nav.html label='Introduction' group='introduction' %} {% include page-sub-nav.html label='Foundations' group='foundations' %} {% include page-sub-nav.html label='Components' group='components' %} </nav>
products-and-docs/widgets/calendar/1.0.0/theme/calendar.css
ticketmaster-api-staging/ticketmaster-api-staging.github.io
/* FONTS */ @font-face { font-family: "TMSans-Regular"; src: url("https://ticketmaster-api-staging.github.io/assets/widgets/1.0.0/fonts/tmSans/tmSans_Web/TMSans-Regular.eot"); src: url("https://ticketmaster-api-staging.github.io/assets/widgets/1.0.0/fonts/tmSans/tmSans_Web/TMSans-Regular.eot?") format("embe...
lucene/lib/lucene-4.6.1/docs/core/org/apache/lucene/search/class-use/Scorer.ChildScorer.html
OrlandoLee/ForYou
<!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 (version 1.6.0_27) on Thu Jan 23 20:12:05 EST 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="utf-8"> <title>Uses of Class org.a...
public/Windows 10 x64 (19041.572)/_FAST_MUTEX.html
epikcraw/ggool
<html><body> <h4>Windows 10 x64 (19041.572)</h4><br> <h2>_FAST_MUTEX</h2> <font face="arial"> +0x000 Count : Int4B<br> +0x008 Owner : Ptr64 Void<br> +0x010 Contention : Uint4B<br> +0x018 Event : <a href="./_KEVENT.html">_KEVENT</a><br> +0x030 OldIrql ...
clean/Linux-x86_64-4.09.1-2.0.6/released/8.11.0/rem/8.7.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>rem: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" re...
all-data/4000-4999/4940-33.html
BuzzAcademy/idioms-moe-unformatted-data
<table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="layoutclass_pic"><div class="layoutclass_first_pic"><table class="fmt0table"><tr><th class="zt1"><...
iRehab/app/views/irehab/chatroom.html
ZhackerZ/Capstone
<!DOCTYPE html> <html> <head> <title>ChatRoom</title> <style> body{ background-size: 100%; background-image: url("background.jpeg");} .prompt { font: normal 22px "Times New Roman", Georgia; text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #0...
client/styles/cluster.css
schabluk/es-monitor
.node .card { background: #E8E8E8; } .ui.seen { vertical-align: top; margin-right: 0.5em; } .bar-chart { position: absolute; bottom: 0px; height: 40px; width: 100%; } .bar-chart > svg.nvd3-svg { height: 40px; width: 100%; } .bullet-chart { height: 30px; } .bullet-chart > svg.nvd3-svg { height...
src/libs/seqan-library-2.0.1/share/doc/seqan/html/macro_PLATFORM_95GCC.html
isovic/seqlib
<!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" class="macro_platform_gcc" data-page="PLATFORM_GCC"> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-...
index.html
EmeraldMaster456/Adventure
<!DOCTYPE html> <html> <head> <link rel="shortcut icon" type="image/x-icon" href="favicon.ico" /> <script type="text/javascript" src="scripts/jquery.js"></script> <title>ADVENTURE</title> </head> <style> body{background-color:#FFFFFF; } </style> <body> <h1 style="color:#000000;font-size:300%;">Ad...
phreebie.net/sens_voltage.html
juhnowski/Sites
<!DOCTYPE html> <html lang="en"> <head> <title>Hardware Integration | Voltage Sensors</title> <meta charset="utf-8"> <link rel="stylesheet" href="css/reset.css" type="text/css" media="all"> <link rel="stylesheet" href="css/layout.css" type="text/css" media="all"> <link rel="stylesheet" href="css/style.css" ty...
html/234567008627.html
GoC-Spending/data-corporations
<!DOCTYPE html> <!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" dir="ltr"> <!--<![endif]--> <!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open...
client/app/project/sprint/sprintItem.partial.html
kristofferlind/mean-projise
<div class="sprint-item {{sprint.status}}"> <span class="sprint-item-body" ng-transclude></span> <div> <b>{{sprint.name}}</b> <span>({{sprint.start}} - {{sprint.end}})</span> <br /> <b>Goal:</b> <span>{{sprint.goal}}</span> </div> </div>
views/messanger.html
shobhit-github/RetailerStock
<!-- page content --> <div ng-controller="chatCtrl" class="right_col" role="main"> <div class="mid_section"> <div class="page-title"> <div class="title_left"> <h3>Inbox Design <small>Some examples to get you started</small></h3> </div>...
content_ga5/administration-skills-overview.html
LivePersonInc/dev-hub
<!DOCTYPE html> <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="keywords" content=" "> <title>Overview | LivePerson Technical Documentation</title> <link rel="sty...
src/styles.css
bjsawyer/Vending-Machine-ng2
/* You can add global styles to this file, and also import other style files */ @import 'http://fonts.googleapis.com/icon?family=Material+Icons'; .icon-align { vertical-align: middle; padding-bottom: 4px; }
leetcode/2014/12/26/[Leetcode题解]169-Majority-Element/index.html
hjhjw1991/hjhjw1991.github.io
<!DOCTYPE HTML> <html lang="zh-CN"> <head><meta name="generator" content="Hexo 3.8.0"> <meta charset="UTF-8"> <title>【Leetcode题解】169-Majority Element | hjhjw1991&#39;s blog</title> <meta name="viewport" content="width=device-width, initial-scale=1,user-scalable=no"> <meta name="author" content="...
src/client/pen-editor/components/ast-node-import-namespace-specifier.html
LivelyKernel/lively4-core
<template id="ast-node-import-namespace-specifier" > <style data-src="/src/external/font-awesome/css/font-awesome.css"></style> <style data-src="/templates/livelystyle.css"></style> <style data-src="/src/client/pen-editor/components/ast-nodes.css"></style> <style> :host(*) { display: flex; margin: 1px; padding: ...
docs/html/list_8h_source.html
Smilex/hyd_engine
<!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...
osgeo/share/gdal/html/drv_geoconcept.html
kubaszostak/gdal-dragndrop
<html> <head> <title>GeoConcept Export (available from GDAL 1.6.0)</title> </head> <body bgcolor="#ffffff"> <h1>GeoConcept text export</h1> GeoConcept text export files should be available for writing and reading.<p> The OGR GeoConcept driver treats a single GeoConcept file within a directory as a dataset comprisin...
documentation/classes/dbm/utils/logic/index.html
developedbyme/dbm
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"><head> <title>Index of {{packagePath}}</title> <link rel="stylesheet" href="../../../../styles/dbm/documentation/main.css" /> <link rel="stylesheet" href="../../../../styles/dbm/documentation/classIndex.css" /> <meta name="robots" content="noindex, f...
layouts/article.html
markofferman/markofferman.nl
{{> header }} <!-- Primary Page Layout –––––––––––––––––––––––––––––––––––––––––––––––––– --> <header> <a class="back-to-index" href="../index.html">&larr; back</a> </header> <div class="container"> <div class="row"> <div class="two-half column" style="margin-top: 11%"> <article> <h...
clean/Linux-x86_64-4.06.1-2.0.5/released/8.7.1+2/matrices/8.8.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>matrices: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.cs...
www/page/1_login.html
kkng88/mdd2017
<ons-page modifier="full_bg"> <!--<div class="logo-container"> <img class="logo-style" src="img/logo-white.png" alt=""/> </div>--> <div class="login-form" style="padding:0% 10%"> <p class="text-lato welcome-slogan"> <span class="app-title text-bebas">/</span> <br...
src/Enhavo/Bundle/AppBundle/Resources/public/css/editor.css
jennyhelbing/enhavo
body{font-family:"Open Sans", Arial, sans-serif;font-size:12px;line-height:1.42em}body p{margin:0 0 1em 0}body ul,body ol{padding-left:23px;margin-bottom:1em}body ul li+li,body ol li+li{margin-top:3px}img{max-width:100%}.text-left{text-align:left}.text-right{text-align:right}.text-justify{text-align:justify}.text-cente...
docsets/ATG 2007.1.docset/Contents/Resources/Documents/atg/security/SecuredResource.html
Smolations/more-dash-docsets
<!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.4.2_05) on Fri Dec 23 12:54:24 EST 2005 --> <TITLE> SecuredResource (ATG Java API) </TITLE> <META NAME="keywords" CONTENT="atg.security.SecuredResource ...
client/app/app.component.html
akanchha889/pharma
<!-- main app container --> <div class="jumbotron"> <div class="container"> <div class="col-sm-8 col-sm-offset-2"> <alert></alert> <router-outlet></router-outlet> </div> </div> </div>
boost/libs/locale/doc/html/message_8hpp_source.html
zjutjsj1004/third
<!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...
UnitTests/libs/docs/flexcoverlistener/all-classes.html
rnagrodzki/rn-lib
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>All Classes - API Documentation</title> <base target="classFrame...
keyref/AutoitDDDriverFileCommandsWriteFileChars.html
kid551/safsdev.test.github.io
<DIV NAME="detail" ID="detail" xmlns="http://www.w3.org/TR/REC-html40"><H3><A NAME='detail_WriteFileChars'></A>Autoit DDDriverFileCommands::<BIG>WriteFileChars</BIG> </H3> <TABLE><TR> <TD class="borderStyle"><SPAN CLASS='Support' TITLE='SAFS TID Commands'>TID</SPAN></TD> <TD class="borderStyle"><SPAN CLASS='Support' ...
Public/Sample/Css/forms.css
fanboyJD/styx
label { width: 48%; font-weight: bold; float: left; white-space: nowrap; overflow: hidden; margin: 7px 0 3px; } input, select { background: transparent url(../Images/form.png) no-repeat; border: 1px solid #bbb; padding: 3px 4px 1px; width: 48%; float: left; margin: 5px 0 3px; -moz-border-radius: 10p...
tags/문제/index.html
limitist-log/limitist-log.github.io
<html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Document</title> </head> <body> <div style="text-align: center; height: 75px; padding:1px; text-transform:capitalize; backgr...
graphic_templates/line_chart/child_template.html
tophtucker/dailygraphics
<!DOCTYPE html> <html lang="en"> <head> <title>Graphic : NPR</title> <meta name="description" content=""> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no" /> <meta http-eq...
weekly/2015/04/03/weekly/index.html
nodejs/iojs-ko
<!DOCTYPE html> <html lang="ko"> <head> <meta charset="utf-8"> <title>io.js 주간 뉴스 2015년 4월 3일 | Node.js 한국 커뮤니티</title> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <meta name="description" content="io.js 1.6.3 릴리스, 내부 모듈, 화해 진행 v1.6.3 릴리스 이번 주에는 io.js v1.6.3 릴리스가 있었...
polls/templates/polls/base.html
zwernberg/polls
{% load staticfiles %} <html> <head> <title>Polls App</title> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.js"></script> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/boot...
app/views/lis/3/care-home.html
nhsbsa/nhslis
{% extends 'templates/nhs_transaction_layout.html' %} {% import 'includes/form_macros.html' as form_macros %} {% block afterHeader %} {% include "includes/service-headers/low-income.html" %} {% endblock %} {% block content %} <main id="content" role="main"> <div class="grid-row"> <div class="column-two-t...
templates/pages/home_content.html
talumbau/webapp-public
{% extends 'pages/home.html' %} {% load staticfiles %} {% load flatblocks %} {% block content %} <section class="home-display"> <div class="home-display-pattern"> <div class="home-hero"> <div class="home-hero-break"></div> {% flatblock "home_top_overview" %} <div class="row"> ...