path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
LayoutTests/fast/canvas/canvas-createImageBitmap-colorClamping-expected.html
modulexcite/blink
<html> <body> <canvas id="c"></canvas> <script> var canvas = document.getElementById("c"); canvas.setAttribute("width", "250"); canvas.setAttribute("height", "200"); var ctx = canvas.getContext("2d"); ctx.fillStyle = 'green'; ctx.fillRect(0, 0, 100, 100); ctx.fillRect(120, 0, 150, 150); </script> <p>Two green squares ...
third-party/src/boost_1_56_0/libs/type_traits/doc/html/boost_typetraits/reference/is_const.html
rkq/cxxexp
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>is_const</title> <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="../../index.html" title="Chapter&#1...
src/public/app/locale/nl_NL/template/email/account_new_confirmation.html
chemissi/P2
<!--@subject Account confirmation for {{var customer.name}} @--> <!--@vars {"store url=\"\"":"Store Url", "var logo_url":"Email Logo Image Url", "var logo_alt":"Email Logo Image Alt", "store url=\"customer/account/\"":"Customer Account Url", "htmlescape var=$customer.name":"Customer Name", "var customer.email":"Custome...
src/dt/examples/api/index.html
qwords/qiv
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0"> <link rel="stylesheet" type="text/css" href="../resources/syntax/shCore.css"> <link rel="stylesheet" ty...
hardware/storage/sd_reader/doc/html/sd-reader__config_8h.html
fschaefer/ethersex-avr-net-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"/> <title>sd-reader: sd-reader_config.h File Reference</title> <link href="tabs.c...
wts/tests/webgl/webglrenderingcontext_BLEND_EQUATION_ALPHA_value.html
hgl888/web-testing-service
<!DOCTYPE html> <!-- Copyright (c) 2014 Intel Corporation. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of works must retain the original copyright notice, this list of conditions and the following di...
src/gui/lib/typopro/TypoPRO-OpenSans/TypoPRO-OpenSans-Regular.css
rse/slideshow-forecast
/* TypoPRO Open Sans */ @font-face { font-family: 'TypoPRO Open Sans'; src: url('TypoPRO-OpenSans-Regular.eot'); src: local('*'), url('TypoPRO-OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('TypoPRO-OpenSans-Regular.woff') format('woff'...
tpl/desktop/rightbar/ads_lkdesign.html
selboo/v2ex
<div class="box"> <div class="inner" align="center"> <div style="width: 240px; text-align: left" > <span style="font-weight: bold; font-size: 10px; color: #e2e2e2;">Sponsored by</span> <div class="sep10"></div> {% if rnd|divisibleby:3 %} <a href="http://itunes...
[CSS]-01-Basics/CSS-Exams/15-May-13-Exam-2/Task 1_Description/template/index.html
shakuu/Homework
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>CSS Exam - Task 1</title> <link rel="stylesheet" href="main.css"> </head> <body> <div id="root"> <ul class="avengers"> <li> <input type="radio" name="avengers[]" name="" id="avenger-1" checked> <label for="avenger-...
Ris/Client/Workflow/PatientProfileDiff.html
chinapacs/ImageViewer
<!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"> <% var component = this.Component; %> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Untitled Document</...
www/api/lib/api/functions_func_0x68.html
nussland/bbs
<!-- HTML header for doxygen 1.8.5--> <!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...
third_party/WebKit/LayoutTests/svg/as-object/sizing/svg-in-object-placeholder-height-auto.html
vadimtk/chrome4sdp
<!DOCTYPE html> <html> <head> <title>SVG sizing: &lt;object></title> <script src="../../../resources/testharness.js"></script> <script src="../../../resources/testharnessreport.js"></script> <style> #testContainer { position: absolute; left: 0; top: 0; wid...
third_party/blink/web_tests/external/wpt/shadow-dom/slotchange.html
chromium/chromium
<!DOCTYPE html> <title>Shadow DOM: slotchange Events</title> <meta name="author" title="Hayato Ito" href="mailto:hayato@google.com"> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> <script src="resources/shadow-dom.js"></script> <div id="test1"> <div id="host...
web/bundles/sunraangular/js/angular/angular-1.3.2/docs/examples/example-example32/index-jquery.html
viral810/ngSimpleCMS
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Example - example-example32-jquery</title> <script src="../../components/jquery-2.1.1/jquery.js"></script> <script src="../../../angular.js"></script> <script src="script.js"></script> </head> <body ng-app="customTriggerExample">...
third_party/blink/web_tests/external/wpt/css/css-flexbox/svg-root-as-flex-item-002.html
scheib/chromium
<!DOCTYPE html> <title>SVG root as flex item</title> <link rel="author" title="David Grogan" href="mailto:dgrogan@chromium.org"> <link rel="help" href="https://drafts.csswg.org/css-flexbox/#algo-main-item" title="Part E"> <link rel="help" href="https://www.w3.org/TR/css-sizing-3/#intrinsic-sizes" title="For boxes with ...
node_modules/hellojs/demos/sdk/facebook.html
simondelamarre/LV2
<!DOCTYPE html> <link rel="stylesheet" href="/adorn/adorn.css"/> <script src="/adorn/adorn.js" async></script> <script src="../client_ids.js"></script> <div id="fb-root"></div> <h1>Facebook proprietary SDK</h1> <p>SignIn</p> <button id="login" onclick="FB.login();">Login Facebook</button> <p>SignOut: of this app and ...
www/lib/iron-form/iron-form.html
zacharyfmarion/Graviton
<!-- @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:/...
vendor/bower/bower-asset/angular-drag-and-drop-lists/demo/advanced/advanced.html
lwp8800/wechat
<h3>Dropzone {{$index + 1}}</h3> <ul dnd-list="containers" dnd-allowed-types="['containerType']" dnd-external-sources="true" dnd-dragover="dragoverCallback(event, index, external, type)" dnd-drop="dropCallback(event, index, item, external, type, 'containerType')"> <li ng-repeat="items in containers"...
test/ft/fis-quickstart-demo/demo.html
wbh5/fis
<h1>demo.html content</h1>
togetherwork/protected/extensions/editor/source/ckeditor/_samples/index.html
SallyU/footprints
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license --> <html xmlns="http://www.w3.org/1999/xhtml"> ...
third_party/blink/web_tests/external/wpt/css/css-text/white-space/trailing-other-space-separators-break-spaces-005.html
scheib/chromium
<!DOCTYPE html> <meta charset="utf-8"> <title>CSS Text level 3 Test: U+2003 at the end of line with white-space:break-spaces</title> <link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net/"> <link rel="help" href="https://drafts.csswg.org/css-text-3/#white-space-phase-2"> <link rel="match" href="ref...
dep/RakNet/Help/Doxygen/html/classRakNet_1_1NatPunchthroughClient-members.html
JayStilla/AIEComplexSystems
<!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"/> <title>RakNet: Member List...
web/vendor/highcharts/css/annotations/popup.css
burki/jewish-history-online
.highcharts-popup.highcharts-annotation-toolbar { right: 10%; left: auto; height: 40px; overflow: hidden; padding-right: 40px; width: auto; min-width: 0; } .highcharts-popup.highcharts-annotation-toolbar button { margin-top: 0px; } .highcharts-popup.highcharts-annotation-toolbar > span { display: bl...
annis-widgets/THIRD-PARTY/licenses/apache license, version 2.0 - license-2.0.html
zangsir/ANNIS
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html lang="en"> <head> <title>Apache License, Version 2.0</title> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <meta property="og:image" content="http://www.apache.org/images/asf_logo.gif" /> <link rel="stylesheet...
wts/tests/websocket/websocket_WebSocket_onerror_exists.html
hgl888/web-testing-service
<!DOCTYPE html> <!-- Copyright (c) 2012 Intel Corporation. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of works must retain the original copyright notice, this list of conditions and the following di...
tests/js/lib/components/c3-0.4.2/htdocs/samples/timeseries_date.html
jdi-framework/jdi-framework.github.io
<html> <head> <link rel="stylesheet" type="text/css" href="/css/c3.css"> </head> <body> <div id="chart"></div> <script src="http://d3js.org/d3.v3.min.js" charset="utf-8"></script> <script src="/js/c3.js"></script> <script> var chart = c3.generate({ bindto: '#chart', data...
ajax/libs/selectize.js/0.6.1/selectize.css
dlueth/cdnjs
/*! selectize.css - v0.6.1 | https://github.com/brianreavis/selectize.js | Apache License (v2) */ /* --- file: "src/selectize.css" --- */ /********************************************************** * THEME: "default" * **********************************************************/ ...
tests/wpt/web-platform-tests/css/css-writing-modes/ch-units-vrl-002.html
UK992/servo
<!DOCTYPE html> <meta charset="utf-8"> <title>upright vertical writing mode and ch unit on table row groups</title> <link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/"> <link rel="help" href="https://www.w3.org/TR/css-values-3/#font-relative-lengths"> <link rel="help" href="https://www.w3.org/TR...
wp-content/themes/international-rescue/bower_components/jquery-throttle-debounce/docs/search/GeneralD.html
DylanPeti/InternationalRescue
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><link rel="stylesheet" type="text/css" href="../styles/main.css"><script language=JavaScript src="../javascript/main.js"></script></head><body class="PopupSearchResultsPage" onLoad="NDOnLoad()"><script language=J...
common/templates/form_find_contacts.html
codegooglecom/jaikuengine
{% load nonce %} <h2>Find some friends</h2> <div id="find-friends"> <form id="form-find-friends" action="" method="post"> <div class="box"> <p> {{SITE_NAME}} is able to look at list of your friends to see which are already using {{SITE_NAME}}. You will be redirected to another site so tha...
www/js/dojox/mobile/themes/iphone/EdgeToEdgeList.css
avz-cmf/zaboy-middleware
/* dojox.mobile.EdgeToEdgeList */ .mblEdgeToEdgeList { margin: 0; padding: 0; background-color: white; } .mblEdgeToEdgeList .mblListItem:last-child { border-bottom-color: #707c84; }
examples/everything.iframed.html
lannka/amphtml
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> <title>Test everything.amp.html as iframed embed.</title> <style> iframe { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; } </style> </head> <body> <i...
ajax/libs/ng-prettyjson/0.1.6/ng-prettyjson.min.css
Piicksarn/cdnjs
/** * @license ng-prettyjson - v0.1.5 * (c) 2013 Julien VALERY https://github.com/darul75/ng-prettyjson * License: MIT **/ pre{outline:1px solid #e9e9e9;padding:5px;margin:5px;width:100%;height:100%}.string{color:green}.number{color:#ff8c00}.boolean{color:#00f}.null{color:#ff00ff}.key{color:red}.sep{color:#000}
ajax/libs/oojs-ui/0.11.5/oojs-ui-apex-icons-movement.vector.rtl.css
tonytomov/cdnjs
/*! * OOjs UI v0.11.5 * https://www.mediawiki.org/wiki/OOjs_UI * * Copyright 2011–2015 OOjs Team and other contributors. * Released under the MIT license * http://oojs.mit-license.org * * Date: 2015-06-17T00:59:03Z */ .oo-ui-icon-arrowNext { background-image: /* @embed */ url(themes/apex/images/icons/arrow-rt...
ajax/libs/oojs-ui/0.12.0/oojs-ui-mediawiki-icons-content.vector.rtl.css
seogi1004/cdnjs
/*! * OOjs UI v0.12.0 * https://www.mediawiki.org/wiki/OOjs_UI * * Copyright 2011–2015 OOjs Team and other contributors. * Released under the MIT license * http://oojs.mit-license.org * * Date: 2015-07-13T23:47:11Z */ .oo-ui-icon-article { background-image: /* @embed */ url(themes/mediawiki/images/icons/artic...
sites/all/modules/jquery_ui/jquery.datepick/ui-blitzer.datepick.css
himan5050/hpbc
/* ThemeRoller Blitzer override style sheet for jQuery date picker v4.0.6. */ @import "ui.datepick.css"; .ui-widget-header a, .ui-widget-header select { color: #ffffff; /* Set (.ui-widget-header a) colour from theme here */ } .ui-widget-header a:hover { background-color: #f6f6f6; /* Set (.ui-state-hover) colours fro...
sites/all/themes/gui/esadhar/bower_components/pushy/css/pushy.css
esadhar/drupal-website
/*! Pushy - v0.9.2 - 2014-9-13 * Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions. * https://github.com/christophery/pushy/ * by Christopher Yee */ /* Menu Appearance */ .pushy{ position: fixed; width: 200px; height: 100%; top: 0; z-index: 9999; background: #...
lib/three/docs/api/objects/Sprite.html
albelax/SRA
<!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> [page:Object3D] &rarr; <h1>[name]</h1> <div class="desc"> ...
thirdparty/rapidjson/doc/html/classrapidjson_1_1_generic_reader.html
brightchen/Impala
<!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"/> <title>rapidjson: rapidjso...
_includes/author-profile.html
phischroeder/phischroeder.github.io
{% assign author = page.author | default: page.authors[0] | default: site.author %} {% assign author = site.data.authors[author] | default: author %} <div itemscope itemtype="https://schema.org/Person"> {% if author.avatar %} <div class="author__avatar"> {% if author.home %} <a href="{{ author.hom...
views/partials/analytics.html
mlucool/jsbin
{{#if analyticsId}} <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.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com...
third_party/blink/web_tests/fast/sub-pixel/fractional-border-location-and-size-expected.html
nwjs/chromium.src
<!DOCTYPE html> <style> div { border: solid 1px #000; position: absolute; top: 127.223px; left: 80.334px; width: 360.4px; height: 170.3px; overflow: hidden; } </style> <div></div>
third_party/blink/web_tests/fast/multicol/span/as-inner-multicol.html
scheib/chromium
<!DOCTYPE html> <p>Test that an inner multicol that's also a spanner is rendered correctly.</p> <p>There should be a green cross below. The word "PASS" should be seen on its right arm.</p> <div style="-webkit-column-count:2; line-height:50px; width:300px; -webkit-column-rule:100px solid green;"> <br> <br> <...
tos-laimas-compass-win32-x64/resources/app/node_modules/openlayers/examples/getfeatureinfo-image.html
LeoLombardi/tos-laimas-compass
--- layout: example.html title: WMS GetFeatureInfo (Image Layer) shortdesc: Using an image WMS source with GetFeatureInfo requests docs: > This example shows how to trigger WMS GetFeatureInfo requests on click for a WMS image layer. Additionally <code>map.forEachLayerAtPixel</code> is used to change the mouse pointe...
third_party/blink/web_tests/external/wpt/css/css-contain/contain-style-breaks-004.html
nwjs/chromium.src
<!doctype html> <html lang=en> <meta charset=utf-8> <title>CSS-contain test: style containment and break-before</title> <link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net"> <meta name=flags content=""> <meta name=assert content="style containment is not (any longer) supposed to have an...
test/cases/scope.nested.css
jameswomack/stylus
body { font: 5; } body .large { font: 10; } body .other { font: 15; }
simona_piechart/handsontable-0.19.0/demo/column_freeze.html
siansell/perch-cms-fieldtype-piechart
<!doctype html> <html> <head> <meta charset='utf-8'> <title>Manual Column Freeze - Handsontable</title> <!-- Loading Handsontable (full distribution that includes all dependencies) --> <link data-jsfiddle="common" rel="stylesheet" media="screen" href="../dist/handsontable.css"> <link data-jsfiddle="commo...
wp-content/themes/capsule/ui/lib/ace/lib/ace/theme/mono_industrial.css
thebillkidy/desple.com
.ace-mono-industrial .ace_gutter { background: #1d2521; color: #C5C9C9 } .ace-mono-industrial .ace_print-margin { width: 1px; background: #555651 } .ace-mono-industrial .ace_scroller { background-color: #222C28 } .ace-mono-industrial .ace_text-layer { color: #FFFFFF } .ace-mono-industrial .ace_cursor { ...
third_party/WebKit/LayoutTests/fast/events/remove-target-in-mouseup-insertback.html
js0701/chromium-crosswalk
<!DOCTYPE html> <html> <body> <p>This test ensures WebKit does not fire click event on a node that has been removed and inserted back in mouseup event.</p> <div id="test"><span id="target" onmouseup="mouseup()" onclick="test.innerHTML = 'FAIL';">click here</span></div> <script> var test = document.getElementById('test...
usr/share/doc/ncurses-5.9/html/man/form_field_new.3x.html
Iotlab-404/LFS
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <!-- * t **************************************************************************** * Copyright (c) 1998-2007,2010 Free Software Foundation, Inc. * * * * Permission is he...
third_party/blink/web_tests/virtual/text-antialias/international/iso-8859-8.html
scheib/chromium
<html> <head> <meta charset="ISO-8859-8"> <body> <p>Test rendering of ISO-8859-8. <p> <div class="test">ùðá</div> <div class="test">ùðá â÷ë </div> <div class="test">ùðá abc â÷ë</div> <div class="test">abc ùðá def</div> <div class="test">ùðá <span dir=ltr>â÷ë</span></div> <div class="test">ùðá <span dir=rtl>â÷ë</span><...
third_party/blink/web_tests/fast/filesystem/workers/simple-persistent.html
scheib/chromium
<html> <head> <script src="../../../resources/js-test.js"></script> </head> <body> <script> worker = startWorker('../resources/simple-persistent.js'); </script> </body> </html>
_includes/share.html
chmullig/chmullig.github.io
<div> {% if site.fb-share %} <div style="float:left; padding: 0 5px; vertical-align:top"> <div class="fb-share-button" data-href="{{ site.url }}{{ page.url }}" data-layout="button_count"></div> </div> {% endif %} {% if site.twitter-share %} <div style="float:left; padding: 0 5px; vertical-align:top"> <a ...
uClinux-dist/freeswan/doc/manpage.d/ipsec_samesubnettype.3.html
ysleu/RTL8685
Content-type: text/html <HTML><HEAD><TITLE>Manpage of IPSEC_ANYADDR</TITLE> </HEAD><BODY> <H1>IPSEC_ANYADDR</H1> Section: C Library Functions (3)<BR>Updated: 28 Nov 2000<BR><A HREF="#index">Index</A> <A HREF="http://localhost/cgi-bin/man/man2html">Return to Main Contents</A><HR> <A NAME="lbAB">&nbsp;</A> <H2>NAME</H...
third_party/blink/web_tests/compositing/overflow/do-not-crash-when-checking-frame-view-is-scrollable.html
scheib/chromium
<!DOCTYPE html> <html> <head> <link rel="stylesheet" type="text/css" href="do-not-crash-when-checking-frame-view-is-scrollable.css"> <script> document.createElement("div").offsetParent; if (window.testRunner) testRunner.dumpAsText(); </script> </head> <body> </body> </html>
introToAngular/examples/snapshots/snapshot15/index.html
theclinicdotcom/screencasts
<html ng-app="nameApp"> <head> <meta charset="utf-8"> <title>Angular.js Example</title> <script src="//cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.1/angular.min.js"></script> <script> var nameApp = angular.module('nameApp', []); nameApp.controller('NameCtrl', function ($scope){ $...
www/bower_components/polymer/test/unit/styling-scoped-elements.html
soracoder/wallpapp
<dom-module id="x-child"> <template> <div id="simple">simple</div> <div id="complex1" class="scoped">complex1</div> <div id="complex2" selected>complex2</div> <div id="media">media</div> <div id="shadow" class="shadowTarget">shadowTarget</div> <div id="deep" class="deepTarget">deepTarget</div>...
vendor/zurb/foundation/doc/templates/forum_post.html
milardovich/agenda-moparman
<!--topic 1--> <div class="row post impressions new hide-for-small"> <div class="small-12 columns"> <ul class="post-count-spacing small-block-grid-2 large-block-grid-2"> <% if (comments_count > 0) { %> <li> <div class="post-count new already-checked"> <a href="#"> ...
_layouts/post.html
vaquero-io/vaquero-io.github.io
<!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"><!--<!...
www/profiles/unimelb/libraries/jquery.jcarousel/examples/dynamic_flickr_api.html
marcom-unimelb/Unimelb-Web-Templates-Drupal
<!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-us"> <head> <title>jCarousel Examples</title> <link href="../style.css" rel="stylesheet" type="text/css" /> <!-- jQuery library --> <scri...
webkit/LayoutTests/dom/html/level2/html/resources/COPYRIGHT.html
danialbehzadi/Nokia-RM-1013-2.0.0.11
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=us-ascii" /> <title>W3C IPR SOFTWARE NOTICE</title> <style type="text/css"> <!-- html, body { background: #fff...
openstack_dashboard/dashboards/identity/domains/templates/domains/index.html
FNST-OpenStack/horizon
{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans "Domains" %}{% endblock %} {% block page_header %} {% include "horizon/common/_domain_page_header.html" with title=page_title %} {% endblock page_header %} {% block main %} {{ table.render }} {% endblock %}
tests/wpt/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-2.html
totallybradical/temp_servo2
<!DOCTYPE html> <!-- DO NOT EDIT! This test has been generated by tools/gentest.py. --> <title>OffscreenCanvas test: 2d.fillStyle.parse.hsl-clamp-2</title> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> <script src="/common/canvas-tests.js"></script> <h1>2d.fi...
themes/material/bower_components/angular-material/modules/js/tabs/tabs-default-theme.css
colorgap/bowyer
/*! * Angular Material Design * https://github.com/angular/material * @license MIT * v1.1.3 */ md-tabs.md-THEME_NAME-theme md-tabs-wrapper { background-color: transparent; border-color: '{{foreground-4}}'; } md-tabs.md-THEME_NAME-theme .md-paginator md-icon { color: '{{primary-color}}'; } md-tabs.md-THEME_...
www/js/dojox/storage/demos/helloworld.html
avz-cmf/zaboy-middleware
<html> <head> <script src="../../../dojo/dojo.js"></script> <script src="../storage-browser.js"></script> <script> dojo.require("dojox.storage"); function runDemo(){ // setup event handlers dojo.byId("saveButton").onclick = saveValue; // write out w...
workflows/weka/templates/interactions/weka_filter_integers.html
anirudhvenkats/clowdflows
<div id="widgetinteract-{{widget.pk}}" rel="{{widget.pk}}" class="widgetinteractdialog" title="{{widget.name}} wants your input!"> <form id="interactionform-{{widget.pk}}" name="interactionform-{{widget.pk}}"> {% for i in intList %} <input type="checkbox" name="intListOut" value="{{i}}" style="display:inline;width:a...
core/src/main/resources/hudson/node_monitors/DiskSpaceMonitor/help_zh_TW.html
msrb/jenkins
<div> 監控每個 Slave 的 <tt>$JENKINS_HOME</tt> 可用磁碟空間,低於臨界值的 Slave 會被標為離線。 <p> 所有建置都在這個目錄裡執行。如果滿了,接下來的建置都會失敗。 </div>
files/formstone/0.8.11/css/checkbox.css
as-com/jsdelivr
/*! formstone v0.8.11 [checkbox.css] 2015-09-17 | MIT License | formstone.it */ /** * @class * @name .fs-checkbox-element * @type element * @description Target elmement */ /** * @class * @name .fs-checkbox * @type element * @description Base widget class */ /** * @class * @name .fs-checkbox.fs-...
third_party/web_platform_tests/referrer-policy/no-referrer/meta-csp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html
youtube/cobalt
<!DOCTYPE html> <!-- DO NOT EDIT! Generated by referrer-policy/generic/tools/generate.py using referrer-policy/generic/template/test.release.html.template. --> <html> <head> <title>Referrer-Policy: Referrer Policy is set to 'no-referrer'</title> <meta name="description" content="Check that sub-resource never ...
tests/html/test_local_bookmark.html
jeenalee/servo
<html> <head> <style type="text/css"> body { font-size:40px; } </style> </head> <body> <div> <div id="text1"> 1st text </div> <div id="text2"> 2nd text </div> <div id="text3"> 3rd text </div> </div> <div> ...
three.js/examples/canvas_lights_pointlights.html
ryangibbs/tosser
<!DOCTYPE html> <html lang="en"> <head> <title>three.js canvas - point light</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0"> <style> body { background-color: #000000; margin: 0px; overflow: hidden; } ...
wp-content/themes/ekogito/vendor/uikit/css/components/tooltip.gradient.css
michaelbontyes/ekogito
/*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */ /* ======================================================================== Component: Tooltip ========================================================================== */ /* * 1. Hide by default * 2. Set fixed position * 3. Set dim...
~packages/fancybox/demo/index.html
nbir/gambit-interface
<!DOCTYPE html> <html> <head> <title>fancyBox - Fancy jQuery Lightbox Alternative | Demonstration</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <!-- Add jQuery library --> <script type="text/javascript" src="../lib/jquery-1.8.2.min.js"></script> <!-- Add mousewheel plugin (this is...
ajax/libs/selectize.js/0.7.0/css/selectize.legacy.css
wackyapples/cdnjs
/** * selectize.legacy.css (v0.7.0) - Default Theme * Copyright (c) 2013 Brian Reavis & contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this * file except in compliance with the License. You may obtain a copy of the License at: * http://www.apache.org/licenses/LICE...
tests/automation/single_instance/open_single/index.html
trojanspike/nw.js
<!DOCTYPE html> <html> <head> <title>open Single-instance</title> </head> <body> <h1>open Single-instance</h1> We are using node.js <script> var gui = require('nw.gui'); var fs = require('fs'); fs.appendFileSync('msg_s', '1'); setTimeout(function() { gui.App.quit(...
docs/_layouts/default.html
OpenAccessClinic/OA_clinic
<!DOCTYPE html> <html lang="en"> {% include head.html %} <body> {% include nav.html %} {{ content }} {% include footer.html %} </body> </html>
www/lib/font-awesome/src/3.2.1/icon/retweet/index.html
vinnylinck/listagram
<!DOCTYPE html> <!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]--> <!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]--> <!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]--> <!--[if (gte IE 9)|!(IE)]><!--> <html lang="en" xmlns="http://www.w3.org/1999/html"> <!--<![endif]--> <head> <!-- Basic...
www/lib/font-awesome/src/3.2.1/icon/linux/index.html
vinnylinck/TodoSyncPoc
<!DOCTYPE html> <!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]--> <!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]--> <!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]--> <!--[if (gte IE 9)|!(IE)]><!--> <html lang="en" xmlns="http://www.w3.org/1999/html"> <!--<![endif]--> <head> <!-- Basic...
zsite-root/zsite-web/src/main/resources/static/pc/plugins/datatables/extensions/KeyTable/examples/index.html
zuolg/zstie
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0"> <link rel="stylesheet" type="text/css" href="../../../examples/resources/syntax/shCore.css"> <link rel=...
usr/lib/brackets/src/extensions/default/JavaScriptQuickEdit/unittest-files/jquery-ui/tests/unit/draggable/draggable.html
MatiasNAmendola/gnome-web
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>jQuery UI Draggable Test Suite</title> <script src="../../jquery.js"></script> <link rel="stylesheet" href="../../../external/qunit.css"> <script src="../../../external/qunit.js"></script> <script src="../../jquery.simulate.js"></script> <scr...
www/css/jquery-ui-timepicker-addon.css
weprove/titan
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; } .ui-timepicker-div dl { text-align: left; } .ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; } .ui-timepicker-div dl dd { margin: 0 10px 10px 40%; } .ui-timepicker-div td { font-size: 90%; } .ui-tpicker-grid-label { background: none; bo...
third_party/web_platform_tests/conformance-checkers/html/elements/del/cite/scheme-trailing-space-novalid.html
youtube/cobalt
<!DOCTYPE html> <meta charset=utf-8> <title>invalid cite: scheme-trailing-space</title> <del cite="a: foo.com"></del>
sample.css
jden/node-skrollr-css
@keyframes nameofthing { 0 { font-size: 10px; } 30 { font-size: 15px; } 100 { font-size: 12px; } }
public/vendor/picnic/releases/plugins.css
joerx/flux-do
@charset "UTF-8"; /*! normalize.css v3.0.1 | MIT License | git.io/normalize */ /** * 1. Set default font family to sans-serif. * 2. Prevent iOS text size adjust after orientation change, without disabling * user zoom. */ html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webki...
doc/index-files/index-11.html
chenyihan/Simple-SQLite-ORM-Android
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="zh"> <head> <!-- Generated by javadoc (version 1.7.0_15) on Sat Feb 07 00:09:54 CST 2015 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>P - 索引</title...
src/meerkat/templates/meerkat/main.html
Pawamoy/django-meerkat
{% extends "suit_dashboard/base.html" %} {% load i18n static %} {% block title %} GenIDA Admin {% endblock %} {#{% block dashboard_css %}#} {# {{ block.super }}#} {#{% endblock %}#} {% block dashboard_js %} <script src="{% static "meerkat/highcharts/highcharts.js" %}"></script> <script src="{% static "meerkat...
slick/trunk/Slick/javadoc-util/org/newdawn/slick/opengl/CompositeIOException.html
dxiao/PPBunnies
<!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_22) on Sun Aug 26 15:15:27 EDT 2012 --> <TITLE> CompositeIOException (Slick Util - LWJGL Utilities extracted from Slick) </TITLE> <META NAM...
webstat/webstat/awstats.allvbg.ru.browserdetail.082011.html
pomahtuk/symphony-test
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html lang='en'> <head> <meta name="generator" content="AWStats 6.7 (build 1.892) from config file awstats.allvbg.ru.conf (http://awstats.sourceforge.net)"> <meta name="robots" content="noindex,nofollow"> <meta http-equiv="content-type" content="text/html;...
ajax/libs/timelinejs/2.33.1/css/themes/font/Lora-Istok.css
yogeshsaroya/new-cdnjs
version https://git-lfs.github.com/spec/v1 oid sha256:16e98c59a08881077bb9795903a361a52e5d6ee10f96194c0373e49212c080c1 size 1967
clean/Linux-x86_64-4.04.2-2.0.5/released/8.6/demos/8.10.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>demos: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" ...
ReportImportTests/net.sf.jabref.model/.classes/DuplicateCheck.html
JessicaDias/JabRef_ES2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html id="htmlId"> <head> <title>Coverage Report :: DuplicateCheck</title> <style type="text/css"> @import "../../.css/coverage.css"; </style> </head> <body> <div class="header"></di...
kurssit/2019-2020/rub4.1/index.html
riikkak/riikkak.github.io
--- layout: content-posts title: Etusivu theme: swedish course: rub4.1 sitemap: changefreq: weekly --- {% include posts-frontpage.html course=page.course %}
index.html
sriharsha67/Calc
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Calc</title> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css"> <link rel="stylesheet" href="css/main.css"> <script src="https://code.jquery.com...
doc/de/soulan/example/rmi/ssl/class-use/EasyRSAHelper.html
soulan/JavaRMIWithCustomCA
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="de"> <head> <!-- Generated by javadoc (1.8.0_73) on Sat Mar 05 16:18:23 CET 2016 --> <title>Uses of Class de.soulan.example.rmi.ssl.EasyRSAHelper</title> <meta name="date" content="2016-03...
public/modules/users/views/authentication/signin.client.view.html
amcginlay/comedystore
<section class="row" data-ng-controller="AuthenticationController"> <!--<h3 class="col-md-12 text-center">Sign in using your social accounts</h3>--> <!--<div class="col-md-12 text-center">--> <!--<a href="/auth/facebook" class="undecorated-link">--> <!--<img src="/modules/users/img/buttons/facebook.png">--> <!...
vsdoc/topic_00000000000002A5.html
asiboro/asiboro.github.io
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="GENERATOR" content="VSdocman - documentation generator; htt...
_layouts/events.html
arnp/personal-site
{% include header-main.html %} {% include events.html %} {% include footer.html %}
material-master/templates/pleinair.html
Philz69/Compagnion
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta content="IE=edge" http-equiv="X-UA-Compatible"> <meta content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width" name="viewport"> <title>Plein Air</title> <!-- css --> <link href="../css/base.css" rel="stylesheet"> <...
web/flat-ui/css/flat-ui.css
JulesMarcil/Twinkler1.2.3
@font-face { font-family: 'Lato'; src: url('../fonts/lato/lato-black-webfont.eot'); src: url('../fonts/lato/lato-black-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato/lato-black-webfont.woff') format('woff'), url('../fonts/lato/lato-black-webfont.ttf') format('truetype'), url('../fonts/lato/l...
manpages/man8/mount.cifs.8.html
yuweijun/yuweijun.github.io
<!DOCTYPE html> <HTML><head><TITLE>Manpage of MOUNT\&.CIFS</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="site-descr...