code
stringlengths
2
1.05M
repo_name
stringlengths
5
101
path
stringlengths
4
991
language
stringclasses
3 values
license
stringclasses
5 values
size
int64
2
1.05M
<html> <head> <style> div { height: 50px; width: 50px; background-color: blue; } </style> </head> <body> <div id="box"></div> </body> </html>
scheib/chromium
third_party/blink/web_tests/compositing/force-compositing-mode/resources/subframe-small.html
HTML
bsd-3-clause
182
<html> <head> <style type="text/css"> div { width: 50px; height: 50px; border: 50px solid black; margin: 10px; } </style> </head> <body> <!-- Check behavior of prefixed border-radius with two values. --> <div style="-webkit-border-radius: 3...
scheib/chromium
third_party/blink/web_tests/fast/borders/webkit-border-radius.html
HTML
bsd-3-clause
406
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <html> <head> <title>Parsing: Numbers in classes</title> <style type="text/css"> p { color: red; } .\31 \33 { color: green; } </style> <link rel="first" href="css3-modsel-1.html" title="Groups of selectors"> <link rel="prev" href="css3-modsel-175b.html" titl...
chromium/chromium
third_party/blink/web_tests/fast/selectors/175c.html
HTML
bsd-3-clause
697
<!DOCTYPE> <title> Test for bug https://bugs.webkit.org/show_bug.cgi?id=92389</title> <body> <style> td { width: 50px; height: 50px; border: 1px solid; } .outline-first { outline: 5px solid green; } .outline-second { outline: 5px solid yellow; } </style> <...
scheib/chromium
third_party/blink/web_tests/fast/table/table-row-outline-paint.html
HTML
bsd-3-clause
499
<div class="contentpanel"> <!--\\\\\\\ contentpanel start\\\\\\--> <div class="pull-left breadcrumb_admin clear_both"> <div class="pull-left page_title theme_color"> <h1>Tabs & Accordion</h1> <h2 class="">Subtitle goes here...</h2> </div> <div class="pull-...
mtaki/BongoERP
web/themes/app/pages/admin/zone/partials/tabs.html
HTML
bsd-3-clause
12,924
<p> Image #0 (BIG!) <br> <img src="img/beach.jpg" width="1000"> <p> Image #1 <br> <img src="img/beach.jpg"> <p> Image #2 <br> <img src="img/beach.jpg" style="zoom: 25%;"> <p> Image #3 <br> <img src="img/beach.jpg" width="10" height="10"> <p> Image #4 <br> <img src="img/denker.png" height="2000">
zenx/xhtml2pdf
testrender/data/source/test-image.html
HTML
apache-2.0
301
<!doctype html> <html> <head> <meta charset="utf-8"> <title>IE&lt;9 HTML5 Shiv Tests</title> <link rel="stylesheet" href="style.css"> <script src="../src/html5shiv-printshiv.js"></script> </head> <body> <h1> HTML5 Shiv Tests </h1> <h2>manual Print tests</h2> <ul> <li> <a href="html5shiv.htm...
synchronit/synchronit_website
zensum/node_modules/html5shiv/test/index.html
HTML
apache-2.0
1,010
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <html> <head> <title>::first-letter after &lt;br&gt;</title> <style type="text/css"> p { color: green; } p:first-letter { background: red; color: yellow; font-size: 4em; } p::first-letter { background: red; color: yellow; font-size: 4em; } </style> <link r...
scheib/chromium
third_party/blink/web_tests/css3/selectors3/html/css3-modsel-180a.html
HTML
bsd-3-clause
804
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> <html> <head> <title>CSS 2.1 Test Suite: Counter scope and nesting on :after</title> <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#scope"> <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counters"> <link rel="help" href="http...
chromium/chromium
third_party/blink/web_tests/css2.1/t120401-scope-03-c.html
HTML
bsd-3-clause
909
<ion-view view-title="Friends"> <ion-content ng-class="{expanded:isExpanded}"> <div class="content has-header"> <div class="list animate-fade-slide-in-right"> <a href="#/app/profile" class="item item-avatar item-icon-right"> <img src="img/jon-snow.jpg"> ...
sbamniya/New-Kayas
www/templates/friends.html
HTML
mit
1,781
<html> <body> Reports any fields which have a "setter" method but no "getter" method. While within the Java beans spec, such fields may be unnecessarily difficult to work with in certain bean containers. <!-- tooltip end --> <p> </body> </html>
Yihy/resources_cn
src/main/resources/inspectionDescriptions/FieldHasSetterButNoGetter.html
HTML
apache-2.0
245
<!doctype html> <html> <head> <meta charset="UTF-8"> <title></title> </head> <body> <div ng-app="myApp" ng-controller="MyCtrl"> </div> <script src="../../node_modules/angular/angular.js"></script> <script src="../../dist/angular_1_router.js"></script> <script> angular.module('myApp', ['ngComponentRouter']) ....
ValtoFrameworks/Angular-2
modules/angular1_router/index.html
HTML
mit
576
<script> function cancelLoadAndJumpToBlank() { window.stop(); window.location = "about:blank"; } </script> <img src="Ahem.ttf"> <script src="about:blank"></script>
leighpauls/k2cro4
third_party/WebKit/Tools/TestWebKitAPI/Tests/mac/CancelLoadFromResourceLoadDelegate.html
HTML
bsd-3-clause
187
<!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> <title>CKFinder &mdash; Podręcznik Użytkownika</title> <link href="../../files/other/help.css" type="text/css" rel="stylesheet" /> <script ...
gregmoser/muracon2016
www/requirements/ckfinder/help/pl/files/license.html
HTML
mit
674
<blockquote><p>test test test</p> </blockquote> <blockquote><p>test test test</p> </blockquote> <p>test</p> <p>&gt;this is not a quote</p>
codekissyoung/filmfest
yii2/vendor/cebe/markdown/tests/markdown-data/blockquote.html
HTML
apache-2.0
139
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>jQuery UI Selectable Test Suite</title> <script src="../../../jquery-1.9.1.js"></script> <link rel="stylesheet" href="../../../external/qunit.css"> <link rel="stylesheet" href="../qunit-composite.css"> <script src="../../../external/qunit.js"...
yuyang545262477/Resume
项目三jQueryMobile/bower_components/jquery-ui-tabs/tests/unit/selectable/all.html
HTML
mit
726
{% extends "page.html" %} {% block subtitle %}{{ _('About') }}{% endblock %} {% block breadcrumb_content %} <li class="active">{% link_for _('About'), controller='home', action='about' %}</li> {% endblock %} {% block primary %} <article class="module"> <div class="module-content about_page"> {% block a...
cbgaindia/ckanext-openbudgetsin_theme
ckanext/openbudgetsin_theme/templates/home/about.html
HTML
mit
1,244
<!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...
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.04.2-2.0.5/released/8.7.0/elpi/1.9.5.html
HTML
mit
7,602
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>coqoban: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css...
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.09.1-2.0.6/released/8.8.2/coqoban/8.11.0.html
HTML
mit
6,868
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Testpage</title> </head> <form action="http://localhost:8088/stream-server/rest/upload/join" method="post"> <input type="text" name="data"/> <input type="submit"/> </form> </body> </html>
bitunified/node-platform
np-server/web/testpage.html
HTML
mit
270
<!DOCTYPE html> <html lang="en-US"> <head> <title>Responsive</title> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="stylesheet" href="Style.css" type="text/css" /> <script type="text/javascript" src="Function.js"></script> <!--[if lt IE 9]> ...
jabsquared/hack-the-dot
Sketchy Website/Box Model.html
HTML
mit
13,343
<!DOCTYPE html> <html lang="en-US"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="author" content="Amit Kushwaha" /> <meta name="copyright" content="Amit ...
yardstick17/yardstick17.github.io
image-similarity.html
HTML
mit
9,069
<link rel="import" href="../bower_components/polymer/polymer.html"> <link rel="import" href="../bower_components/paper-button/paper-button.html"> <dom-module id="xtal-browser-window"> <template> <span style="cursor:pointer" id="toggle_button" raised on-click="toggleIFrame">[[collapsedText]]</span> ...
bahrus/crystal
xtal-elements/xtal-browser-window.html
HTML
mit
3,295
<!DOCTYPE html> <html lang="{{ site.lang | default: "en-US" }}"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"> <title>{{site.title}}</title> <meta name="descriptio...
Dangoo/toolz
_layouts/default.html
HTML
mit
1,357
<div class="navigation-wrapper"> <nav role="navigation" id="site-nav" class="animated drop"> <ul> {% for link in site.data.navigation %} {% if link.url contains 'http' %} {% assign domain = '' %} {% else %} {% assign domain = site.url %} {% endif %} <li><a hre...
doka/altest
_includes/fonavigation.html
HTML
mit
1,483
<div class="container"> <div class="header"> <input class="charname" spellcheck="false" type="text" name="attr_char_name" placeholder="Character name"/> <input class="chardesc" spellcheck="false" type="text" name="attr_char_desc" placeholder="Character description"/> <input class="hidediv" type="hidden" ...
KingMarth/roll20-character-sheets
Lady Blackbird/lady_blackbird.html
HTML
mit
16,489
<!DOCTYPE html> <HTML><head><TITLE>Manpage of GNOME-SESSION-PROPERTIES</TITLE> <meta charset="utf-8"> <link rel="stylesheet" href="/css/main.css" type="text/css"> </head> <body> <header class="site-header"> <div class="wrap"> <div class="site-title"><a href="/manpages/index.html">linux manpages</a></div> <div class...
yuweijun/yuweijun.github.io
manpages/man1/gnome-session-properties.1.html
HTML
mit
2,052
<!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.0"> <meta name="description" content=""> <meta name="author" content=""> <title>Three.js Transform...
jaimerosales/colombia-jsconf
iframes/transforms.html
HTML
mit
6,908
<!DOCTYPE html> <html lang="en-US"> <!-- head ============================================================================ --> <head> <!-- Basic Info ======================================================================== --> <title>PLUME HTML5 Multipurpose Template</title> ...
pjc0247/pjc0247.github.io
pp/shop-account-wishlist-1.html
HTML
mit
110,541
<html> <head> <meta content="HTML Tidy for HTML5 for Linux version 5.2.0" name="generator"/> <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/> <meta content="Create an RTOS event group using statically allocated RAM" name="description"/> <meta content="RTOS, event, group, flag, bit...
hmbar/epd-embedded-web
freertos/xEventGroupCreateStatic.html
HTML
mit
16,977
<!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" /> <title>PLSQLDataFlowHandler xref</title> <link type="t...
byronka/xenos
utils/pmd-bin-5.2.2/docs/pmd-plsql/xref/net/sourceforge/pmd/lang/plsql/PLSQLDataFlowHandler.html
HTML
mit
3,693
--- layout: post title: Gender Policing the Restroom date: 2011-09-29 05:23:05.000000000 -07:00 type: post published: true status: publish categories: [] tags: [] meta: _edit_last: '1' author: login: admin email: cczona@gmail.com display_name: admin first_name: Carina C. last_name: Zon --- <p>A really good ...
cczona/cczona.github.io
_posts/2011-09-29-gender-policing-the-restroom.html
HTML
mit
516
<!DOCTYPE html> <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]--> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>pymatgen.analysis.structure_prediction.dopan...
gmatteo/pymatgen
docs/pymatgen.analysis.structure_prediction.dopant_predictor.html
HTML
mit
14,654
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>geocoq: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css"...
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.07.1-2.0.6/released/8.13.1/geocoq/1.0.1.html
HTML
mit
6,657
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>aac-tactics: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min...
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.08.1-2.0.5/released/8.12.0/aac-tactics/8.8.0.html
HTML
mit
7,062
<style> @media screen and (max-width: 1100px) { #menu,.selectButtons{ display: none; } body{ padding-top: 1px; } .top_div{ line-height: 30px; cursor: pointer; text-ali...
lihanqiang/myapp
public/assets/scripts/modules/reg/reg.html
HTML
mit
9,991
<!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> <title>SFML - Simple and Fast Multimedia Library</title> <meta http-equiv="Content-Type" content="text/html;"/> <meta c...
mvxxx/MarsCombat
external/SFML/share/SFML/doc/html/functions_vars.html
HTML
mit
17,164
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Source: src/pixi/renderers/canvas/CanvasGraphics.js · Phaser CE</title> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link type="text/css" rel="stylesheet" href="styles/default.css"> ...
adamlabadorf/bobodyssey
docs/src_pixi_renderers_canvas_CanvasGraphics.js.html
HTML
mit
44,356
# Introduction So far, most of the things I do with Kalliope could be considered as not really domitic (maybe more domogeek ^^). Indeed, so far I use Kalliope to: - Get data from API ([Google calendar](https://github.com/bacardi55/google-calendar), [Google Maps](https://github.com/bacardi55/kalliope-gmaps), [Uber](h...
bacardi55/bacardi55.org
_posts/_site/2017-03-15-entering-the-domotic-game.html
HTML
mit
5,481
<!DOCTYPE html> <html lang="en-us" ng-app="myAngularApp"> <head> <title>39 - Understanding 'compile'</title> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta charset="UTF-8"> <!-- load bootstrap and fontawesome via CDN --> <link rel="stylesheet" href="http://netdna.bootstrapcdn.com/boots...
louielugtu/workspace-library
app/angular-udemy/39-understanding-compile/index.html
HTML
mit
1,221
<html><body> <h4>Windows 10 x64 (18362.113)</h4><br> <h2>_ETW_DECODE_CONTROL_ENTRY</h2> <font face="arial"> +0x000 Next : Ptr64 <a href="./_ETW_DECODE_CONTROL_ENTRY.html">_ETW_DECODE_CONTROL_ENTRY</a><br> +0x008 Decode : <a href="./_GUID.html">_GUID</a><br> +0x018 Control : <a hre...
epikcraw/ggool
public/Windows 10 x64 (18362.113)/_ETW_DECODE_CONTROL_ENTRY.html
HTML
mit
412
<!doctype html> <html> <head> <meta charset="UTF-8"> <title>Footer</title> <link href="../css/footer.css" rel="stylesheet"> <link href='http://fonts.googleapis.com/css?family=Irish+Grover|Raleway:400,500,600,700' rel='stylesheet' type='text/css'> </head> <body> <footer> <div class="content"><h1>Follow Us<h1></d...
lorefranko/ecommerce-website
styleguide/footer.html
HTML
mit
799
<!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...
v8-dox/v8-dox.github.io
4107b5d/html/classv8_1_1PersistentHandleVisitor.html
HTML
mit
5,604
<!doctype html> <html class="no-js" lang="en" dir="ltr"> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Getting Started | Worldpay Within</title> <link rel="stylesheet" hre...
szarych/wpw-doc-dev
old/getting-started.html
HTML
mit
7,451
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Phaser Class: AbstractFilter</title> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link type="text/css" rel="stylesheet" href="styles/default.css"> <link type="text/css" rel="styleshe...
mperalt3/ctg2
docs/PIXI.AbstractFilter.html
HTML
mit
38,952
<!DOCTYPE html> <html> <head> <link rel="stylesheet" href="css/app.css"> <script src="lib/mqttws31.js"></script> <script src="src/app.js"></script> </head> <body> <div> <button id="on">On</button> <button id="off">Off</button> </div> <div> <span>Button state: </span> ...
CardboardIoT/experiment-hello-world
static/index.html
HTML
mit
384
<html> <head> <script src="Board.js" type="text/javascript"></script> <script src="BoardView.js" type="text/javascript"></script> <script src="Elements.js" type="text/javascript"></script> <script src="Snake.js" type="text/javascript"></script> <script src="Terminal.js" type="text/javascript"></script> <script t...
smarr/Snake
JavaScript/index.html
HTML
mit
1,501
--- layout: default --- <div class="post"> <h1 class="post-title">{{ page.title }}</h1> <span class="post-date">{{ page.date | date_to_string }}</span> {{ content }} </div> {% if site.related_posts %} <div class="related"> <h2>Related Posts</h2> <ul class="related-posts"> {% for post in site.rel...
nickb1080/personal-site
_layouts/post.html
HTML
mit
616
--- permalink: /notes/ layout: page title: "Notes" --- {% if site.data.sections.notes.show %} <!--notes--> <section class="page page__notes page--bg"> <header class="page__header"> <div class="container"> <h1 class="page__title">{{ site.data.sections.notes.heading }}</h1> </div> </header> <div cl...
daviddiasdigital/daviddiasdigital.github.io
_pages/notes.html
HTML
mit
701
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="robots" content="noindex"> <title>File Otros/Agregador_Tiendas/system/helpers/path_helper.php | Practica2_Servidor</title> <link rel="stylesheet" href="resources/style.css?e99947befd7bf673c6b43ff75e9e0f170c88a60e"> </head> <body> <div id="left"> ...
isacm94/Practica2_Servidor
doc/source-function-set_realpath.html
HTML
mit
71,755
<script>window.pathPrefix="../../";</script><script>window.pathPrefix="../../";</script><script>window.pathPrefix="../../";</script><script>window.pathPrefix="../../";</script><script>window.pathPrefix="../../";</script><script>window.pathPrefix="../../";</script><!DOCTYPE html> <html lang="en"></html> <head><meta name...
dji-sdk/Mobile-SDK-Doc
api-reference/android-api/Components/RemoteController/DJIRemoteController_updateGpsDataCallbackInterface.html
HTML
mit
129,607
{{#contentFor "pageTitle"}}Create an account - {{ContentHeader.title}}{{/contentFor}} <main id="content" role="main"> {{>mot_phase-banner}} {{>mot_a_content-header}} {{>molecule_validationsummary}} <div class="text"> <p class="lede">Create your MOT testing account by providing us with the fo...
visualunderground/kurad-styleguide
app/views/createAnAccount/name.html
HTML
mit
629
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>NmeaExample</title> <base href="/"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="icon" type="image/x-icon" href="favicon.ico"> </head> <body> <app-root></app-root> </body> </html>
kyosho-/ais
projects/nmea-example/src/index.html
HTML
mit
298
<div class="row" ng-controller="UserAddCtrl"> <div class="col-lg-12"> <rd-widget> <rd-widget-body classes=" padding"> <div> <form ng-submit="submitUser()"> <div class="form-group"> <label>Nama</label> <input type="text" class="form-control" ng-model=...
abangadit/simpadk_apps
src/templates/add_user.html
HTML
mit
1,000
<!DOCTYPE html> <!--[if IE 8]> <html class="no-js lt-ie9 ie8" lang="en"> <![endif]--> <!--[if IE 9]> <html class="ie9" lang="en"> <![endif]--> <!--[if IE 10]> <html class="ie10" lang="en"> <![endif]--> <!--[if (gt IE 10)|!(IE)]> <html lang="en"> <![endif]--> <head> </head> <body> ttttest </body> </html>
frangucc/gamify
www/sandbox/ticketbar/public/index-app.html
HTML
mit
318
<section class="author" itemprop="author"> <div class="details" itemscope itemtype="http://schema.org/Person"> <img itemprop="image" class="img-rounded" src="/assets/img/blog-author.jpg" alt="{{site.name}}"> <p class="def">Autor</p> <h3 class="name"> <a itemprop="name" href="http...
astfarias/astfarias.github.io
_includes/author.html
HTML
mit
723
<!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_111) on Wed Jan 25 17:02:47 EET 2017 --> <title>Uses of Class ee.ria.dhx.types.ee.riik.schemas.deccontainer.vers_2_1.DecContainer.Access.Access...
e-gov/DHX-adapter
dhx-adapter-core/doc/ee/ria/dhx/types/ee/riik/schemas/deccontainer/vers_2_1/class-use/DecContainer.Access.AccessRestriction.html
HTML
mit
9,908
<div class="filter"> Search: <input ng-model="query"> Sort by: <select ng-model="orderProp"> <option value="name">Alphabetical</option> <option value="price">Price</option> </select> </div> <div> <!--Body content--> <ul class="pizzas"> <li ng-repeat="pizza in pizzas | fi...
SergKam/pizzajs
partials/pizza-list.html
HTML
mit
669
<!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 Thu Sep 30 22:15:44 GMT+01:00 2004 --> <TITLE> Uses of Class org.springframework.jdbc.support.CustomSQLErrorCodesTranslation (Spring Framework...
dachengxi/spring1.1.1_source
docs/api/org/springframework/jdbc/support/class-use/CustomSQLErrorCodesTranslation.html
HTML
mit
5,961
<!DOCTYPE html> <html lang="en"> <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>Spritewerk</title> </head> <body> <canvas></canvas> <script src="bundle.js"></script> </body> </html>
spritewerk/spritewerk
play/index.html
HTML
mit
309
<!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=""> <title>Portfolio Item - Start Bootstra...
GetUp-Go/GetUp-Go.github.io
prototype/IPM/newplanadded.html
HTML
mit
6,824
<!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="./be1aaa394b9c86af51fd2a726a1b5548a6ab5f561781c603006e07b848cd7585.html">Teleport</a> <hr> ...
simonmysun/praxis
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/09b4eeeb1a4050f307e4f1b809a472e2c429a6eef8baab939815cd53fc44ad7b.html
HTML
mit
550
<html> <head> <meta http-equiv="refresh" content="0; url=https://developers.liveperson.com/account-configuration-predefined-content-update-content.html" /> </head> </html>
LivePersonInc/dev-hub
content_ga6/account-configuration-predefined-content-update-content.html
HTML
mit
171
<!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...
v8-dox/v8-dox.github.io
65b6574/html/classv8_1_1Script.html
HTML
mit
12,056
<!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...
v8-dox/v8-dox.github.io
4107b5d/html/classv8_1_1Boolean-members.html
HTML
mit
29,804
<!DOCTYPE html> <html lang="en"> <head> <title><#:C('sitename')#>--会员中心</title> <meta name="keywords" content="<#:C('keyword')#>"/> <meta name="description" content="<#:C('content')#>"/> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <include file="Pub:Css"/> <link rel...
zswhcb/wifidog
source/UI/Index/new/User_blacklist.html
HTML
mit
5,168
<HTML> <TITLE>T E X T F I L E S</TITLE> <BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#000000" ALINK="#004400" VLINK="#004400"> <H1>Fun Textfiles: Computing Across America</H1> <P> <TABLE WIDTH=100%> <TD BGCOLOR=#000000><FONT COLOR=#FFFFFF><B>Filename</B><BR></FONT></TD> <TD BGCOLOR=#002200><FONT COLOR=#FFFFFF><B>Size</...
busyentry/busyadventure
wordcount/data/in/fun/CAA/.windex.html
HTML
mit
9,796
<!DOCTYPE html> <html> <head> <title>Angular2</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <base href="/"> <link rel="stylesheet" href="styles.css"> <!-- Polyfill(s) for older browsers --> <script src="n...
MasterSais/Angular2
src/index.html
HTML
mit
827
<!DOCTYPE html> <!--[if IE]><![endif]--> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>Method CanConvert </title> <meta name="viewport" content="width=device-width"> <meta name="title" content="Method CanConvert "> <meta na...
piedoom/TumblrSharp
docs/api/DontPanic.TumblrSharp.Client.EnumStringConverter.CanConvert.html
HTML
mit
7,088
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <link rel="stylesheet" type="text/css" href="src/css/main.css"> <title>帮助文档</title> </head> <body class="container" style="background: #263238;color: white"> <h4 style="text-align: center">帮助文档</h4> <ol> <li>通过右边窗口找到想要的监控的医院和科室</li> <li>...
ksky521/register
help.html
HTML
mit
595
<!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...
GoC-Spending/data-corporations
html/234567002507.html
HTML
mit
32,923
<!DOCTYPE html> <html class="writer-html5" lang="en" > <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>pymatgen.symmetry.maggroups module &mdash; pymatgen 2022.0.6 documentation</title> <link rel="stylesheet" href="_static/css/theme.css"...
richardtran415/pymatgen
docs/pymatgen.symmetry.maggroups.html
HTML
mit
10,153
<ActionBar title="My App3" class="action-bar"> </ActionBar> <StackLayout class="page"> <ListView [items]="items" class="list-group"> <ng-template let-item="item"> <Label [nsRouterLink]="['/item', item.id]" [text]="item.name" class="list-group-item"></Label> </ng-template>...
Tekkl/tekkl-core
native/app/item/items.component.html
HTML
mit
352
<!DOCTYPE html> <body style="margin:20px; font:16px/1 Arial;"> <div style="width:200px; background:wheat;"> <div id="d" style="position:relative; text-align:right; background:khaki; border:5px solid navy; padding:5px;"> <span style="background:peru;"> 1111 1111 1111 <br> 1111 1111 ...
dota8/dota8.github.io
tests/RM8018/absolute_align.html
HTML
mit
1,992
<!DOCTYPE html> <html lang="en"> <head> <title>Colin's Website</title> <meta charset="UTF-8"> <link rel="stylesheet" type="text/css" href="../stylesheets/default.css"> <link rel="stylesheet" type="text/css" href="../stylesheets/blog.css"> </head> <body> <div class="contain"> <div class=...
Razevich/Razevich.github.io
blog/Javascript.html
HTML
mit
4,977
<!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="./58749d699de8237611de1749ad96c4c58c217c255a8121b5b97b73c94ded9728.html">Teleport</a> <hr> ...
simonmysun/praxis
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/81c0e5472bb543566b27290b55bfb45d7a30bbc0a36275225ace3ac7bad4b923.html
HTML
mit
550
<percent-display percent="$ctrl.percentage()" colors=""></percent-display>
redhead-web/meteor-foodcoop
imports/ui/components/aggregatePercentage/aggregatePercentage.html
HTML
mit
74
<!--@subject Contact Form@--> <!--@vars {"var data.name":"Sender Name", "var data.email":"Sender Email", "var data.telephone":"Sender Telephone", "var data.comment":"Comment"} @--> Name: {{var data.name}} E-Mail-Adresse: {{var data.email}} Telefon: {{var data.telephone}} Bemerkungen: {{var data.comment}}
almadaocta/lordbike-production
app/locale/de_DE/template/email/contact_form.html
HTML
mit
317
<!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_65) on Wed Dec 03 19:50:47 CET 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Package net...
byronka/xenos
utils/pmd-bin-5.2.2/docs/pmd-core/apidocs/net/sourceforge/pmd/ant/internal/package-use.html
HTML
mit
4,125
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no"> <meta name="format-detection" content="telephone=no"> <title>汇峰网</title> </head> <style> body { margin: 0; bac...
lzxassj/huilicai
page/index.html
HTML
mit
510
--- common-css: - "/css/bootstrap.min.css" - "/css/main.css" common-ext-css: - "//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" common-googlefonts: - "Lora:400,700,400italic,700italic" - "Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800" common-js: - "/j...
rubenfa/rubenfa.github.io
_layouts/error.html
HTML
mit
692
<!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:29 PST 2014 --> <title>Uses of Interface java.util.function.IntBinaryOperator (Java Platform SE 8 )</title> <meta name=...
fbiville/annotation-processing-ftw
doc/java/jdk8/java/util/function/class-use/IntBinaryOperator.html
HTML
mit
22,949
<!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...
v8-dox/v8-dox.github.io
0906f94/html/process_8cc-example.html
HTML
mit
3,711
--- layout: default title: "Lego" description: permalink: /category/lego/ --- {% include category.html %}
tommueller/tommueller.github.io
_categories/lego.html
HTML
mit
106
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Struct as_weighted_feature&lt;tag::extended_p_square_quantile_quadratic&gt;</title> <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V...
calvinfarias/IC2015-2
BOOST/boost_1_61_0/libs/accumulators/doc/html/boost/accumulators/as_weighted_fe_idp17681712.html
HTML
mit
5,051
<!DOCTYPE html><html lang="en"><head><title>src/lib/base</title></head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0"><meta name="groc-relative-root" content="../../"><meta name="groc-document...
supersym/dapcod
literal/src/lib/base.html
HTML
mit
6,264
<!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, maximum-scale=1.0"/> <meta name="keywords" content="Discord, Monster Hunter Online, MHOnline, Tencent, CAPCOM, QQ, Hobby"> <meta name="auth...
Reaver01/mhowebsite
weapons/hammer/index.html
HTML
mit
32,148
<!DOCTYPE html> <html ng-app="idiomApp"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>idiom</title> <link rel="stylesheet" href="css/animate.css"> <link rel="stylesheet" href="css/main.css"> <link rel="stylesheet" href="css/extras.css...
mygala/idiom
app/index.html
HTML
mit
2,298
<!doctype html> <!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]--> <!--[if (IE 7)&!(IEMobile)]><html class="no-js lt-ie9 lt-ie8" lang="en"><![endif]--> <!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en"><!--<!...
ezzkaa/joaorodrigues.github.io
_layouts/home.html
HTML
mit
1,790
<!DOCTYPE html> <html lang="pt-BR"> <head> <title>Calculadora IMC</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- jQuery library --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> <!-- Latest com...
Rodrigo-Correa/JavaScript
BMI-Calculator.html
HTML
mit
4,988
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>wCMF 4.0: Member List</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content="A MDSD framework for building reliable, maintainable and extendable web applications with PHP"> <meta nam...
iherwig/wcmf
docs/api-gen/html/4.0/classwcmf_1_1lib_1_1core_1_1_event-members.html
HTML
mit
6,507
<h1>Components</h1> <h2>Buttons</h2> <sty-buttons></sty-buttons> <h2>Lists</h2> <sty-lists></sty-lists>
marcusnielsen/mn-style
client/ui-views/components/template.html
HTML
mit
106
<template name="userMedical"> <div class="form-box"> <header> <h2>User <b>Medical</b> Profile</h2> </header> {{#autoForm schema="Schemas.UserMedical" id="MedicalForm" }} {{> afQuickField name='relationshipStatus' placeholder="Whats your current relationship status" op...
dazmiller/socialite
client/views/profile/user_medical.html
HTML
mit
1,138
<!DOCTYPE html> <html> <head prefix="og: http://ogp.me/ns#"> <meta charset="utf-8"> <title>Database | Manuvr</title> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <link rel="canonical" href="http://hexo.io/api/warehouse/classes/Database.html"> <link rel="apple-touch-ico...
Manuvr/manuvr.io
OLD/public/api/warehouse/classes/Database.html
HTML
mit
9,977
<!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 `XKB_KEY_braille_dots_34568` constant in crate `wayland_kbd`.">...
mcanders/bevy
doc/wayland_kbd/keysyms/constant.XKB_KEY_braille_dots_34568.html
HTML
mit
3,892
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Class template last_value</title> <link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> <link rel="home" href="../../index.html" title=...
djsedulous/namecoind
libs/boost_1_50_0/doc/html/boost/signals2/last_value.html
HTML
mit
7,756
<!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>Get Predefined Content by ID | LivePerson Technical Documentation</t...
LivePersonInc/dev-hub
content_ga3/account-configuration-predefined-content-get-by-id.html
HTML
mit
172,151
<!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...
v8-dox/v8-dox.github.io
20127e0/html/classv8_1_1PersistentBase.html
HTML
mit
38,146
<!doctype html> <!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]--> <!--[if (IE 7)&!(IEMobile)]><html class="no-js lt-ie9 lt-ie8" lang="en"><![endif]--> <!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en"><!--<!...
joyhuang9473/joyhuang9473.github.io
_site/page26/index.html
HTML
mit
18,199
<?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> <head> <title>init (Grit::Repo)</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <link rel="sty...
guillermo/ginst
vendor/plugins/grit/doc/classes/Grit/Repo.src/M000435.html
HTML
mit
1,039