path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
third_party/blink/web_tests/fast/borders/border-left-right-same-bottom-different-color.html
chromium/chromium
<!doctype html> <html> <head> <style> div { width: 200px; height: 100px; background: #aaa; } #hasBorder { border-top: 30px solid rgba(0, 161, 0, .5); border-right: 30px solid #CCC; border-bottom: 30px solid rgba(0, 161, 0, 1); border-left: 30px solid #CCC; } </style> </head> <body> <!-- [b...
third_party/blink/web_tests/external/wpt/svg/types/scripted/SVGAnimatedPreserveAspectRatio.html
scheib/chromium
<!DOCTYPE HTML> <title>SVGAnimatedPreserveAspectRatio interface - utilizing the preserveAspectRatio property of SVGSVGElement</title> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> <script> test(function() { // This test checks the SVGAnimatedPreserveAspectRa...
zabin/bower_components/Bootflat/google45b338b882fada75.html
zcodegroup/zcodegroup.github.io
google-site-verification: google45b338b882fada75.html
www/components/iron-a11y-announcer/iron-a11y-announcer.html
goje87/bsafe-cap
<!-- @license Copyright (c) 2015 The Polymer Project Authors. All rights reserved. This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt The complete set of contributors may be found at http:/...
third_party/blink/web_tests/external/wpt/css/css-flexbox/abspos/position-absolute-005-ref.html
chromium/chromium
<!DOCTYPE html> <link rel="author" title="Google Inc." href="http://www.google.com/"> <p>This test should not have a horizontal scrollbar</p> <div style="width: 400px; height: 100px; overflow-x: hidden; overflow-y: scroll;"> <br> <br> <br> <br> <br> <br> <br> <br> </div>
src/components/fixed-data-table/dist/fixed-data-table-base.css
pvijeh/stock-tracking-app-reactjs
/** * FixedDataTable v0.6.0 * * Copyright (c) 2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same direc...
web/three.js/docs/api/renderers/WebGLRenderer.html
ChainedLupine/ludum-dare-24-jam-entry
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <base href="../../" /> <script src="list.js"></script> <script src="page.js"></script> <link type="text/css" rel="stylesheet" href="page.css" /> </head> <body> <h1>[name]</h1> <div class="desc">The WebGL renderer displays your beautifull...
third_party/blink/renderer/core/testing/data/ime-on-focus-on-load.html
scheib/chromium
<!DOCTYPE html> <input type="text" id="toFocus"></input> <script> window.onload = function() { document.querySelector("#toFocus").focus(); } </script>
umbraco_client/Tabview/oldstyle.css
kkostadinov/TonusMC
.header { float:left; width:100%; background:#DAE0D2 url("bg.gif") repeat-x bottom; font-size:93%; line-height:normal; } .header ul { margin:0; padding:10px 10px 0; list-style:none; } li.tabOff, li.tabOn { float:left;backgrou...
third_party/blink/renderer/core/testing/data/viewport/viewport-105.html
scheib/chromium
<head> <title>Width is value in "x== width=400"</title> <meta name="viewport" content="x== width=400"> </head> <body></body>
third_party/blink/renderer/core/testing/data/search_form_http.html
scheib/chromium
<form action="http://www.mock.url/search" method="GET"> <input type="hidden" name="hl" value="en"> <input type="text" name="q"> <input type="submit" name="btnM" value="Mock Search"> </form>
docs/index.html
Artyom4D/pixi.js
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Pixi.JS</title> <link rel="stylesheet" href="http:&#x2F;&#x2F;yui.yahooapis.com&#x2F;3.8.0&#x2F;build&#x2F;cssgrids&#x2F;cssgrids-min.css"> <link rel="stylesheet" href=".&#x2F;assets/vendor/prettify/prettify-min.css"> <link rel="s...
workshops/Regression/RegressionIntroduction-02/libraries/widgets/mathjax/mathjax.html
ahsanijaz/ahsanijaz.github.io
<!-- MathJax: Fall back to local if CDN offline but local image fonts are not supported (saves >100MB) --> <script type="text/x-mathjax-config"> MathJax.Hub.Config({ tex2jax: { inlineMath: [['$','$'], ['\\(','\\)']], processEscapes: true } }); </script> <script type="text/javascript" src="http:/...
www-dev/src/bower-assets/paper-dialog/test/paper-dialog.html
iShafayet/nedbmgr
<!doctype html> <!-- @license Copyright (c) 2015 The Polymer Project Authors. All rights reserved. This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt The complete set of contributors may be...
web_root/third-party/angularjs/angular-1.5.0/docs/partials/error/$controller/noscp.html
keithbox/PPSP-360_Degree_Evaluation_System
<a href='https://github.com/angular/angular.js/edit/v1.5.x/docs/content/error/$controller/noscp.ngdoc?message=docs(error%2Fnoscp)%3A%20describe%20your%20change...' class='improve-docs btn btn-primary'><i class="glyphicon glyphicon-edit">&nbsp;</i>Improve this Doc</a> <h1>Error: $controller:noscp <div><span class='h...
www/sandbox/pals/sandbox/ScenarioRunner/node_modules/grunt-contrib-nodeunit/node_modules/nodeunit/node_modules/tap/node_modules/runforcover/node_modules/bunker/node_modules/burrito/example/web/index.html
frangucc/gamify
<html> <head> <script type="text/javascript" src="/browserify.js"></script> <style type="text/css"> pre { white-space: pre; word-wrap: break-word; } </style> </head> <body> <pre id="output"></pre> </body> </html>
third_party/blink/web_tests/external/wpt/css/css-animations/animation-delay-001-manual.html
scheib/chromium
<!DOCTYPE html> <meta charset="utf-8"> <title>CSS Animations Test: animation-delay - negative value</title> <link rel="author" title="Nokia Inc." href="http://www.nokia.com"> <link rel="author" title="Intel" href="http://www.intel.com"> <link rel="reviewer" title="Zhiqiang Zhang" href="mailto:zhiqiang.zhang@intel.com">...
workshops/calliope/resources/reveal.js/css/theme/solarized.css
ooms/materials
/** * Solarized Light theme for reveal.js. * Author: Achim Staebler */ @import url(../../lib/font/league-gothic/league-gothic.css); @import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic); /** * Solarized colors by Ethan Schoonover */ html * { color-profile: sRGB; rendering-intent...
webkit/Source/WebCore/manual-tests/scrollIntoView-horizontal.html
mogoweb/webkit_for_android5.1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html lang="en"> <head> </head> <body> <p><b>BUG ID</b> <a href="rdar://problem/3471901">3471901</a> support scrollIntoView method for DOM elements (3474)</p> <p id="test" style="background-color:skyblue; padding:3px;"><...
tests/wpt/web-platform-tests/dom/collections/HTMLCollection-supported-property-indices.html
shinglyu/servo
<!doctype html> <meta charset=utf-8> <title></title> <script src=/resources/testharness.js></script> <script src=/resources/testharnessreport.js></script> <!-- We want to use a tag name that will not interact with our test harness, so just make one up. "foo" is a good one --> <!-- Ids that look like negative ind...
stm32_rtt_wifi/components/net/uip/doc/html/a00092.html
poranmeloge/test-github
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> <title>uIP 1.0: uip_neighbor_addr Struct Reference</title> <link href="doxygen.css" rel="stylesheet" type="text/css"> <link href="tabs.css" rel="stylesheet" type="text/css"...
web/assets/be157af0/css/html5input.css
rzamarripa/shabel
/*! * @package yii2-krajee-base * @subpackage yii2-widget-activeform * @author Kartik Visweswaran <kartikv2@gmail.com> * @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014 - 2015 * @version 1.7.7 * * HTML 5 input styling for Twitter Bootstrap 3.0 * Covers color and range inputs * Built...
css/components/sticky.gradient.css
hilts-vaughan/angular-kickstarter-widget
/*! UIkit 2.20.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */ /* ======================================================================== Component: Sticky ========================================================================== */ /* * 1. More robust if padding and border are used */ [data-uk...
src/esencialAdmin/wwwroot/lib/sweetalert2/sweetalert2.css
Che4ter/PAWI
@-webkit-keyframes swal2-show { 0% { -webkit-transform: scale(0.7); transform: scale(0.7); } 45% { -webkit-transform: scale(1.05); transform: scale(1.05); } 80% { -webkit-transform: scale(0.95); transform: scale(0.95); } 100% { -webkit-transform: scale(1); ...
share/goodie/private_network/private_network.html
dronov/zeroclickinfo-goodies
<div class='private_network record'> <table class='record__body'> <tr class='record__row record__highlight'> <td class="record__cell__key"> <p>IPv4 addresses (<a href="https://www.ietf.org/rfc/rfc1918.txt">rfc1918</a>):</p> </td> <td class="record__cell__value"> <p>10.0.0.0 - 10.255.255.255 ...
wp-content/plugins/wp-online-store/admin/ckeditor/_source/skins/office2003/reset.css
monkeythecoder/wp_lisder
/* Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ /** * Reset and Default Values */ .cke_skin_office2003 *, .cke_skin_office2003 a:hover, .cke_skin_office2003 a:link, .cke_skin_office2003 a:visited, .cke_skin_o...
webapp/static/weblib/echarts-2.2.7/doc/example/pie4.html
thomasloto/migang-crawler
<!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="ECharts"> <meta name="author" content="kener.linfeng@gmail.com"> <title>EC...
taxi/jQuery.mmenu-master/dist/addons/autoheight/jquery.mmenu.autoheight.css
474846718/taxi_website
.mm-menu.mm-offcanvas.mm-autoheight.mm-bottom,.mm-menu.mm-offcanvas.mm-autoheight.mm-top{max-height:80%}.mm-menu.mm-offcanvas.mm-autoheight.mm-bottom.mm-fullscreen,.mm-menu.mm-offcanvas.mm-autoheight.mm-top.mm-fullscreen{max-height:100%}.mm-menu.mm-offcanvas.mm-measureheight .mm-panel{display:block!important}.mm-menu.m...
war/src/main/webapp/help/shell/shellexe_fr.html
sumitk1/jenkins
<div> En général, ce champ peut rester vide pour laisser Jenkins choisir le bon sh. Néanmoins, si votre binaire <tt>sh</tt> (Windows) ou <tt>/bin/sh</tt> est placé hors de votre <tt>PATH</tt>, spécifiez le chemin absolu vers l'exécutable sh. </div>
ajax/libs/pace/0.5.7/themes/yellow/pace-theme-flat-top.min.css
nolsherry/cdnjs
.pace{-webkit-pointer-events:none;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.pace .pace-progress{display:block;position:fixed;z-index:2000;top:0;left:0;height:12px;background:#fcd25a;-webkit-transition:-webkit-transform .3s,width 1s;-moz-transition:width 1s;-o-transform:width 1...
www/wp-admin/css/deprecated-media-rtl.css
dexxtr/osbb-web-manager
/* Styles for the media library iframe (not used on the Library screen) */ div#media-upload-header { margin: 0; padding: 5px 5px 0; font-weight: 600; position: relative; border-bottom: 1px solid #ddd; background: #f9f9f9; } #sidemenu { overflow: hidden; float: none; position: relative; right: 0; bottom: -1...
home/app/views/about.scala.html
rodney-lai/test-site
@(accountOption:Option[com.rodneylai.auth.Account],htmlOption:Option[String],buildDateOption:Option[String])(implicit request: Request[Any], environment: play.api.Environment) @main("About Rodney's Test Server",accountOption,"about") { } { } { <div id="title-container"> <h2>About Rodney's Test Server</h2> </div> <d...
marco/portal/home/static/css/home.css
MidAtlanticPortal/marco-portal2
.intro .rich-text:not(:empty) { background: #22408f; color: #fff; padding: 1.5rem; } .carousel, .slide-wrap { height: 240px; } .carousel a, .carousel a * { color: #fff; transition: 0.2s all ease-in-out; text-shadow: 0 0 7px rgba(46,46,46,.96); } .carousel a:hover { color: #fff; te...
src/index.html
Fauntleroy/color-input
<!DOCTYPE html> <html> <head> <title>Color Input</title> <link href='http://fonts.googleapis.com/css?family=Roboto+Mono' rel='stylesheet' type='text/css'> <script src="./index.js"></script> </head> <body></body> </html>
modoboa/policyd/templates/policyd/notifications/limit_reached.html
modoboa/modoboa
{% load i18n %} {% blocktrans trimmed with ltype=ltype name=name %} Daily limit of the following {{ ltype }} has been reached: {{ name }}. {% endblocktrans %}
_posts/2014-03-31-integration-platform-as-a-service-the-cloud-and-unicorns.html
christian-posta/christian-posta.github.io
--- layout: post title: Integration platform as a service, the cloud, and… baby unicorns date: 2014-03-31 20:37:28.000000000 -07:00 categories: [cloud] tags: [cloud, iPaaS, rant] comments: true --- <p><img class="alignright" src="/images/cloud.jpg" alt="" width="320" height="240" /><br /> Ahh yes, this mythical utopian...
1_TEMPLATE/madmin/themeforest-7996710-madmin-responsive-multistyle-admin-template/code/style2/layout-right-sidebar-collapsed.html
amir-samad-hanga/event
<!DOCTYPE html> <html lang="en"> <head><title>Right Sidebar Collapsed | Layouts</title> <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.0"> <link rel="shortcut icon" href="images/icons/favicon.ico"> ...
clean/Linux-x86_64-4.08.1-2.0.5/released/8.10.2/mirror-core/1.0.2.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>mirror-core: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min...
clean/Linux-x86_64-4.05.0-2.0.1/released/8.7.1+1/ltl/8.6.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>ltl: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" re...
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/752e3d0bc2b88e6e5af8a10c6d6a8e758034709624683630006a191bc4ff2d9a.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="./f4d6dbd2d2855e5e07528dda0da1de65dd61bdcd7a2c0f5ae697370b6ce18450.html">Teleport</a> <hr> ...
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/0d51dd5ced06c7f1cb65bcc0724b9fb5a5e67c323f7277203ba181d7c328940b.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="./9e1594d18aade6e0d1c72fc14ae74367f75d68283ff69bc7007c31f1ddd4a664.html">Teleport</a> <hr> ...
package/dalek-driver-native/master/complexity/files/lib_commands_window_js/index.html
dalekjs/dalekjs.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Plato - lib/commands/window.js</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content=""> <!--[if lt IE 9]> <script src="http://html5shim.googlec...
docs/api/OpenTl.Schema/TTextEmpty/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...
arcfire/arcfire/templates/arcfire/glossary.html
allanberry/arcfire
{% extends 'arcfire/model_list.html' %} {% block content %} <p>A Glossary of {{ view.model_name_plural | title }}.</p> {% include 'arcfire/partials/object_list.html' %} {% endblock content %}
doc/gov/nasa/worldwind/util/class-use/BufferFactory.html
caadxyz/Macro-Thinking-Micro-action
<!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_17) on Thu Jan 14 02:04:20 PST 2010 --> <TITLE> Uses of Class gov.nasa.worldwind.util.BufferFactory (NASA World Wind) </TITLE> <META NAME="date" CON...
spec/fixtures/google_doc_empty_paragraphs.html
dsager/article_json
<html><head><meta content="text/html; charset=UTF-8" http-equiv="content-type"><style type="text/css"></style></head><body class="c19"><p class="c3 c24"><span class="c0"></span></p><p class="c3 c24"><span class="c0">Empty paragraphs should get ignored</span></p><p class="c3 c24"><span class="c0"></span></p><p class="c3...
detail/DataFramesMeta.html
phobon/packages.julialang.org
<!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"> <title>Julia Package Listing - Testing Information</title> <style> /* -- Mix of julialang.org, Bootstrap ...
clean/Linux-x86_64-4.02.1-1.2.0/unstable/8.4.5/contrib:higman-nw/8.4.dev/2014-11-29_23-17-27.html
coq-bench/coq-bench.github.io-old
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Coq bench</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet...
assets/reveal/css/theme/night.css
Mark-H/presentation-modx-2.3
@import url(https://fonts.googleapis.com/css?family=Montserrat:700); @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic); /** * Black theme for reveal.js. * * Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se */ /********************************************* * GLOBAL S...
doc/wayland_kbd/keysyms/constant.XKB_KEY_ISO_First_Group.html
mcanders/bevy
<!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_ISO_First_Group` constant in crate `wayland_kbd`."> ...
app/templates/home.html
SGStoyanov/Ads-AngularJS-SPA
<header> <h1>Ads - {{pageTitle}}</h1> </header> <div id="wrapper"> <div class="row"> <div class="col-md-3"> <left-public-sidebar> </left-public-sidebar> </div> <div class="col-md-6 publicAdsContainer"> <public-ads></public-ads> </div> ...
src/client/app/dashboard/header/dashboard-page-header.component.html
patrickmichalina/fusebox-angular-universal-starter
<div class="docs-primary-header"> <button class="side-nav-toggle" mat-button="" (click)="toggle()"> <span> <mat-icon role="img" aria-hidden="true"> menu </mat-icon> </span> </button> <h1>{{ title }}</h1> </div>
2015/03/31.html
acloudburo/dognews
<!doctype html> <html> <head> <meta charset="utf-8" /> <meta content="IE=edge;chrome=1" http-equiv="X-UA-Compatible" /> <title>dognews</title> <meta content="width=device-width, initial-scale=1" name="viewport" /> <link rel="alternate" type="application/atom+xml" title="Atom Feed" href="/feed.xml...
Doc/controlleur/action/package-frame.html
T-800/Dessin-Vectoriel
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="fr"> <head> <!-- Generated by javadoc (1.8.0_25) on Thu Jan 08 18:12:46 CET 2015 --> <title>controlleur.action</title> <meta name="date" content="2015-01-08"> <link rel="stylesheet" type="...
ajax/libs/orb/1.0.4/orb.css
yogeshsaroya/new-cdnjs
version https://git-lfs.github.com/spec/v1 oid sha256:21d8a51f944e9a45934fa0e818bdb587faa75acf5ae95341361e10f22d9d51fb size 5553
webextension/addon/nomorvom.css
dutts/NomOrVom
#nov-cfg { } #nov-cfg .nov-cfg-inner { padding: 4px 10px 0px 10px; border: thin dashed red; background-color: #FFEBE6; font-weight: bold; font-size: small; } #nov-cfg p { line-height: 1.8em; margin-bottom: 6px; } #nov-cfg .nov-cfg-exclude in...
themes/nofancy/layouts/page/single.html
PuffinBlue/squarepenguin
{{ partial "header.html" . }} {{ partial "navbar.html" . }} <div class="page-container"> <div class="page-content"> <div class="page-title"> <h1>{{ .Params.pagetitle }}</h1> <h2>{{ .Params.pagesubtitle }}</h2> </div> {{ .Content }} </div> </div> {{ partial "footer.html" . }}
all-data/12000-12999/12157-22.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="flayoutclass"><div class="flayoutclass_first"><table class="tableoutfmt2"><tr><th class="std1"><b>...
Documentation/Javadoc API Reference/dml/team5/antlr/class-use/PLSQLParser.Sequence_start_clauseContext.html
Dyndrilliac/cop-4710-assignments
<!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_102) on Tue Nov 29 08:49:15 EST 2016 --> <title>Uses of Class dml.team5.antlr.PLSQLParser.Sequence_start_clauseContext</title> <meta name="date...
docs/partials/api/getList.html
davidsonalencar/pagarme-challenge
<h1><code ng:non-bindable="">getList</code> <div><span class="hint"></span> </div> </h1> <div><h2 id="description">Description</h2> <div class="description"><div class="getlist-page"><p>asd</p> </div></div> <h2 id="usage">Usage</h2> <div class="usage"><pre class="prettyprint linenums">getList();</pre> </div> </div>
place/uganda/health/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...
web/docs/Net/MultilayerNet.FileManager.writeNetworkToXml_overloads.html
teichgraf/MuLaPeGASim
<html dir="LTR"> <head> <meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" /> <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" /> <title>writeNetworkToXml Method</title> <xml> </xml> <link rel="stylesheet" type="text/css" href="MSDN.cs...
index.html
tanderbull/tanderbull.github.io
--- layout: default --- <div class="posts"> {% for post in site.posts %} <article class="post"> <h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1> <div class="entry"> {{ post.excerpt }} </div> <a href="{{ site.baseurl }}{{ post.url }}" class="read-more">Чи...
include/html/editPass.html
heennkkee/workout
<div class="mdl-grid"> <div class="mdl-cell mdl-cell--4-col"> <div class="mdl-card mdl-shadow--2dp no-width"> <main class="mdl-layout__content"> <div class="mdl-card__title mdl-color--primary mdl-color-text--white"> <h2 class="mdl-card__title-text">Redigera pa...
src/client/css/login.css
davidcrosby/formation
.header { width: 100% !important; padding-bottom: 15px !important; } .header-size { width: 100% !important; padding-left: 0px !important; padding-right: 0px !important; } .img-size-med { align-content: center; padding-top: 150px; padding-bottom: 50px; } @media (max-width: 415px) { .titl...
css/style.css
kimberlyflores/kimberlyflores.github.io
/* Theme Name: Air Theme Theme URI: https://themeforest.net/user/bwsm/portfolio Author: Bwsm (uiueux) Author URI: http://www.uiueux.com ------------------------------------------- CSS MAP ------------------------------------------- 0. General & Reset for bootstrp 0.1 Reset, set default style, cs...
49921e8/html/classv8_1_1WeakCallbackInfo.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...
framework/documentation/api/play/data/parsing/TextParser.html
lafayette/JBTT
<!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_20) on Mon May 02 10:23:10 CEST 2011 --> <TITLE> TextParser (Play! API) </TITLE> <META NAME="date" CONTENT="2011-05-02"> <LINK REL ="stylesheet" TY...
docs/manual-fr/klinrand.html
ketchupok/csound.github.io
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!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>klinr...
en/category/debian/index.html
cyberflow/cyberflow.github.com
<!DOCTYPE html> <html lang="en" > <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"> <link rel="shortcut icon" href="/static/img/favicon.ico" /> <title>Category: d...
javadoc/red5-client/org/red5/client/net/rtmpt/package-summary.html
Red5/red5.github.io
<!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_95) on Thu Feb 11 14:08:25 EST 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.red5.client.net....
index.html
Flocki/JeunesseCorrection
<!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 chars...
en/tags/electronic_medical_record/index.html
healiseu/healiseu.github.io
<!DOCTYPE html> <html lang="en-us"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="generator" content="Source Themes Academia 4.3.1"> <meta name="generator" content="Hugo 0.74.0" /> ...
lib/assets/images/photon/plugins/elrte/js/bootstrap/js/css/css_compiled/js/plugins/jquery.uniform.min.js.html
user-tony/photon-rails
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Login Page - Photon Admin Panel Theme</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0"> <link rel="shortcut icon" href="ht...
clean/Linux-x86_64-4.10.0-2.0.6/extra-dev/8.11.dev/topology/8.6.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>topology: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" ...
www/app/templates/index.html
code-maze/wblog
{% extends 'layout.html' %} {% import 'nav.html' as nav %} {% block title %}首页{% endblock %} {% block style %} <link rel="stylesheet" href="/static/css/lib/dracula.min.css" /> <link rel="stylesheet" href="/static/css/index.css" /> <link rel="stylesheet" href="/static/css/BackTop.css" /> {% endblock %} {% block conte...
public/assets/css/app.css
vuongngo/cheerseeng
/*= require foundation */ @font-face { font-family: montez; src: url("../font/montez/Montez-Regular.ttf"); } /*Landingpage + login*/ .landing-bg{ background: #E80C18; } .banner { background: url("../images/logo.png"); background-size: 120px 120px; background-repeat: no-repeat; } .landing-bg h1{ color: #...
templates/wiki_page/wiki_edit.html
bukun/TorCMS
{% extends "../theme/bage.html" %} {% block typebody %} {% module use_f2e('codemirror') %} <div class="mtop"> <ul class="breadcrumb"> <li>{{ _('Current location') }}: <a href="{% module site_url() %}">{{ _('Home') }}</a></li> <li><a href="/wiki/recent">Wiki</a></li> <li class="active">{{ pos...
docs/pymatgen.entries.computed_entries.html
gVallverdu/pymatgen
<!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.entries.computed_entries module &md...
src/w3c-modernist.css
dohliam/dropin-minimal-css
/* The W3C Core Styles Copyright (c) 1998 W3C (mit, inria, Keio), All Rights Reserved. W3C liability, trademark, document use and software licensing rules apply. See http://www.w3.org/Consortium/Legal/ipr-notice.html This stylesheet has been served in a form to avoid known bugs in your user agent's css implementation....
public/index.html
simianarmy/twhispr.com
<html> <meta> <title>Twhispr.com</title> </meta> <body> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.pare...
docs/default/EmpleadoController.html
anderipe/glav
<?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 Class EmpleadoController</ti...
docs/_includes/documentation/mixins/js-enabled.html
timble/illusion
--- ### @mixin js-enabled If you need styling that only applies to browsers that support JavaScript. Progressive enhancement for the win! #### SCSS {% highlight css %} .foo { @include js-enabled { display: none; } } {% endhighlight %} #### CSS {% highlight css %} .js .foo { display: none; } {% endhighli...
dokumentaatio/PitRaportti/pong_game.Oliot/Pallo.java.html
topejee/Pong_game
<html> <head> <style type='text/css'> html, body, div, span, p, blockquote, pre { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; } body{ line-height: 1; color: black; background: white; margin-left: ...
libs/commons-configuration-1.7/site/apidocs/org/apache/commons/configuration/interpol/class-use/EnvironmentLookup.html
seeseekey/jenet
<!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_27) on Sun Sep 04 21:15:54 CEST 2011 --> <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <TITLE> Uses of Class org.apache.co...
doc/java/jdk7/javax/swing/plaf/metal/MetalIconFactory.TreeControlIcon.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:18 PST 2014 --> <title>MetalIconFactory.TreeControlIcon (Java Platform SE 7 )</title> <meta name="date" content...
app/content/texts/heb_wlc/R220.html
khangpng/VietnameseBible
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" /> <title>דברי הימים ב 20 (WLC)</title> <link href="../../../build/mobile.css" rel="stylesheet" /> <script src="../../../build/mobile.js"></script> </head> <body dir="rtl" class...
reference/services/tymly-commands/index.html
wmfs/wmfs.github.io
<!DOCTYPE html> <html class="no-js"> <head lang="en-us"> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1,maximum-scale=1"> <meta http-equiv="X-UA-Compatible" content="IE=10" /> <title>commands service - Tymly Documentation</tit...
www/templates/pet-index.html
kimihito/myApp
<!-- This template gets placed in the Pet tab's <ion-nav-view> directive. It was wired up in the app config (app.js) The 'pets' data comes from its $scope within PetIndexCtrl (controller.js) --> <ion-view title="'Home'"> <ion-content has-header="true" has-tabs="true"> <ion-list> <ion-item ng-repeat="p...
source/style.css
lionellw/First_Repository
body { background:green; color:#fff;}
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/0bdb9f78982d557b7f1ed1d5dd4b935eff0ebff13cfeca0f9de44dcef5ce3907.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="./14746d97cb4e0e5b377f0bd4cad0d8d6f96dbc582123045a3eb6d24b28857d47.html">Teleport</a> <hr> ...
categories/Web/index.html
jiyangg/jiyangg.github.io
<!DOCTYPE html> <html class="theme-next gemini use-motion" lang="zh-Hans"> <head><meta name="generator" content="Hexo 3.8.0"> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <meta name="theme-col...
elpandemonium/reviews/october05/gr-m.html
rbejar/rbejar.github.io
<html> <head> <title>Gamma Ray : Majestic (2005) - críticas y revisiones de heavy metal en PandemoniuM</title> <meta content="Rubén Béjar" http-equiv="content-owner"> <link href="../../common/pstyle.css" type="text/css" rel="stylesheet"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head...
src/MicrosoftGps/MicrosoftGps.css
slgrobotics/TrackRoamer
BODY { font-family: Verdana; font-size: smaller; } table { border-right: darkblue thin solid; border-top: darkblue thin solid; border-left: darkblue thin solid; border-bottom: darkblue thin solid; } table.floating { float: left; } TH { text-transform: capitalize; color: #000080; background...
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/83bdc0be9849a67ed69998ff4f28105e8bc5eff2f84a17e9cd8668c45a26e5fe.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="./edf6e337d7f8bf6f978eeff5e40b3d480d07b2baa3d98e925123fdf5445253d8.html">Teleport</a> <hr> ...
posts/index.html
ahmadassaf/blog-core
--- layout: compress title: Archive --- <!DOCTYPE html> <html lang="en"> {% include partials/head.html %} <div class="container--archive"> <ul class="list post-list"> {% for post in paginator.posts %} {% include partials/post.html %} {% endfor %} </ul> ...
Lua/docs/wxlua/doxygen/html/functions_func_0x62.html
ArcherSys/ArcherSys
<!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"/> <title>wxLua: Class Members - Functions</title> <link href="tabs.css" rel="sty...
dist/reselect.css
perryhoffman/Reselect
/*! * angular-reselect * https://github.com/alexcheuk/Reselect * Version: 0.6.6 - 2017-07-12T22:15:58.957Z * License: MIT */ @-webkit-keyframes reselectOptionOpen { 0% { opacity: 0; -webkit-transform: scaleY(0); } 100% { opacity: 1; -webkit-transform: scaleY(1); } } @-moz-keyframes reselectO...
javadoc/3.5/org/robolectric/internal/SandboxFactory.html
robolectric/robolectric.github.io
<!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_112-google-v7) on Fri Oct 20 16:52:51 PDT 2017 --> <title>SandboxFactory</title> <meta name="date" content="2017-10-20"> <link rel="stylesheet"...
docs/apidocs/org/apache/commons/codec/binary/package-tree.html
frandallfarmer/neohabitat-doc
<!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_121) on Tue Jan 17 00:47:58 GMT 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.apache.commons....