path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
top-down/dist/index.html
jschomay/little-red-riding-hood
<!DOCTYPE html> <html lang="en-us"> <head> <meta charSet="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" /> <meta name="mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes"> <title>Little Red Riding Hood - an...
sorvell/perf-angular/1-test-binding.html
PolymerLabs/labs
<!doctype html> <script> if (window.gc) { gc(); gc(); gc(); } </script> <script src="angular.js"></script> <style> .message { box-sizing: border-box; height: 80px; padding: 4px; padding-left: 77px; line-height: 167%; cursor: default; background-color: white; position: r...
caAERS/software/docs/gov/nih/nci/cabig/caaers/domain/EventStatus.html
NCIP/caaers
<!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.5.0_22) on Wed Mar 02 16:45:23 EST 2011 --> <TITLE> EventStatus </TITLE> <META NAME="keywords" CONTENT="gov.nih.nci.cabig.caaers.domain.EventSt...
javadoc/index-files/index-11.html
kidcrazequ/user-agent-utils
<!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_31) on Tue May 01 15:50:56 CEST 2012 --> <TITLE> P-Index </TITLE> <META NAME="date" CONTENT="2012-05-01"> <LINK REL ="stylesheet" TYPE="text/css" H...
ext/c++/thirdpart/c++/boost/doc/html/boost/interprocess/named_sharable_mutex.html
yinchunlong/abelkhan-1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Class named_sharable_mutex</title> <link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css"> <meta nam...
js/jqwidgets/demos/angular/app/grid/createComponent/app.component.html
luissancheza/sice
<jqxGrid #myGrid [auto-create]='false'></jqxGrid>
doc/functionReference/prtClusterGmm/dataSet.html
jpalves/PRT
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link rel="stylesheet" href="./../../helpwin.css"> <title>MATLAB File Help: prtClusterGmm/dataSet</title> </head> <body> <!--Single-page help--> <table border="0" cellspacing="0" width="100%"> ...
src/3rdparty/tbb/doc/html/a00338.html
GraphicsEmpire/tetcutter
<!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...
s1c5/styles.css
thmsdnnr/cryptopals
body { font-size: 10px; font-family: Helvetica; font-weight: 200; padding: 4px; } h2 { font-size:24px; padding: 1px; } h3 { font-size:12px; padding: 1px; } input { width: 640px; font-size: 12px; font-family: Helvetica; outline: none; } div#result { width: 500px; font-size:24px; height:...
appsensor-dot-org/site-contents/docs/v2.3.0/javadoc/org/owasp/appsensor/rpc/thrift/generated/class-use/AppSensorApi.addAttack_args.html
ProZachJ/appsensor
<!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) on Thu Sep 29 14:31:08 EDT 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.owasp.appsens...
public/admin/partials/product.html
KenWilliamson/ken-williamson.com
<div ng-include src="'partials/productMenu.html'"></div> <div id="container" class="container"> <div class="page-container"> <div class="title-wrapper"> <div class="title">Edit Product</div> </div> <form ng-submit="submit()" ng-controller="ProductEditCtrl"> ...
docs/4.0/examples/blog/blog.css
realcrowd/bootstrap
/* * Globals */ @media (min-width: 48em) { html { font-size: 18px; } } body { font-family: Georgia, "Times New Roman", Times, serif; color: #555; } h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 400; color: #333; } ...
src/Peregrine.Web/authComplete.html
Jaecen/Peregrine
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title></title> </head> <body> <script src="scripts/authComplete.js"></script> </body> </html>
_includes/post-meta.html
bowtie-io/template-blog
<div class="post-metadata"> {% if post.author %} <img class="img post-avatar pull-left" src="{% if author.avatar_path %}{{ author.avatar_path }}{% else %}https://www.gravatar.com/avatar/{{ author.gravatar }}?s=64{% endif %}"> <span class="author">by {{ author.displayName }}</span> {% if author.twitter %} ...
public/highslide/highslide.css
hoaitn/bmw-site
/** * @file: highslide.css * @version: 4.1.9 */ .highslide-container div { font-family: Verdana, Helvetica; font-size: 10pt; } .highslide-container table { background: none; } .highslide { outline: none; text-decoration: none; } .highslide img { border: 2px solid silver; width:95px; } .highslide:hover img { bo...
appsensor-dot-org/site-contents/docs/v2.3.0/javadoc/org/owasp/appsensor/core/response/class-use/ResponseHandler.html
ProZachJ/appsensor
<!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) on Thu Sep 29 14:31:08 EDT 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Interface org.owasp.app...
Demos/reloadChildren/demo.css
creaven/miftree
.container{ height:250px; width:200px; position:relative; border:solid 1px #cecece; float:left; margin-left:10px; } #informer{ clear:both; } #informer p{ font-weight:bold; } #informer span{ font-weight:normal; } /*@global*/ .mif-tree-wrapper{ position: absolute; width: 100%; height:100%...
doc/index-files/index-19.html
chrisbatt/AndroidFastImageProcessing
<!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_37) on Tue Apr 30 23:00:55 PDT 2013 --> <TITLE> T-Index </TITLE> <META NAME="date" CONTENT="2013-04-30"> <LINK REL ="stylesheet" TYPE="text/css" HR...
www/style/foundation-admin/foundation.css
Aprila/app-invoice
meta.foundation-version { font-family: "/5.3.1/"; } meta.foundation-mq-small { font-family: "/only screen/"; width: 0em; } meta.foundation-mq-medium { font-family: "/only screen and (min-width:40.063em)/"; width: 40.063em; } meta.foundation-mq-large { font-family: "/only screen and (min-width:64.063em)/"...
ext/c++/thirdpart/c++/boost/doc/html/boost/accumulators/extract/peaks_over_threshold.html
yinchunlong/abelkhan-1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Global peaks_over_threshold</title> <link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css"> <meta...
test/index.html
mathgeek404/ProjectGrammar
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Audio Test</title> <style type='text/css'> ul { list-style: none; } #recordingslist audio { display: block; ...
_includes/footer.html
lilymaniac/Guide
{% include base_path %} {% assign split_path = page.path | split: "/" %} {% assign locale = split_path[1] %} {% assign titles = site.data.navigation[locale].footer %} <div class="page__footer-copyright">&copy; {{ site.time | date: '%Y' }} {{ site.name | default: site.title }} - <a href="https://github.com/lilymaniac/Gu...
src/main/resources/hudson/plugins/git/UserMergeOptions/help-mergeStrategy_ja.html
martinda/git-plugin
<div> マージ方法を選択します。 <strong>この機能は、JGITでは十分に実装されていません。</strong> </div>
work/plugins/cvs/WEB-INF/classes/hudson/scm/CVSSCM/help-allModules_ja.html
ricardobaumann/jenkins_release_plugin
<div> チェックアウトする<tt>CVSROOT</tt>のCVSのモジュール名です。 複数のモジュールを指定するには、スペースで区切って指定します。 モジュール名がスペースを含む場合、'\ 'のように書くことでエスケープできます。 例えば、"foo\ bar zot"は、"foo bar"と"zot"の2つのモジュールを指定します。 </div>
lit2go.ok/34/the-adventures-of-tom-sawyer/5463/chapter-34/index.html
adrianosb/HtmlToText
<!DOCTYPE html> <html> <head> <title>Chapter 34 | The Adventures of Tom Sawyer | Mark Twain | Lit2Go ETC</title> <link rel="stylesheet" href="http://etc.usf.edu/lit2go/css/screenless.css" type="text/css" media="screen" title="no title" charset="utf-8"> <link rel="stylesheet" href="http://etc.usf.edu/lit2g...
vk_popup.html
wingedfox/jsvk
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <title>Virtual Keyboard</title> <meta http-equiv="Content-Type" content="text/html; charset=windows-1251" /> <script type="text/javascript" > document.write("<scr"+"ipt ty...
test/or.html
openbibleinfo/Bible-Passage-Reference-Parser
<!DOCTYPE html> <html> <head> <title>Jasmine Test Runner</title> <meta http-equiv="content-type" content="text/html;charset=utf-8" /> <link rel="stylesheet" type="text/css" href="../lib/jasmine/jasmine.css"> <script src="../lib/jasmine/jasmine.js"></script> <script src="../lib/jasmine/jasmine-html.js"></scrip...
examples/webgl_geometry_nurbs.html
jpweeks/three.js
<!DOCTYPE html> <html lang="en"> <head> <title>three.js webgl - geometry - NURBS</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0"> <link type="text/css" rel="stylesheet" href="main.css"> <style> body { background-...
web/css/theme-gray.css
pacinete/estadisticas
body { /*background:#FFF url(../img/white_bed_sheet.png) repeat;*/ } #sidebar { background:#e8e8e8; border-right:#666 1px solid; } .navbar-inner { min-height: 40px; padding-right: 20px; padding-left: 20px; background: rgb(191,191,191); /* Old browsers */ background: -moz-linear-gradient(top, rgba(191, 191, 191, ...
doc/functionReference/prtClassSvm/nameAbbreviation.html
jpalves/PRT
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link rel="stylesheet" href="./../../helpwin.css"> <title>MATLAB File Help: prtClassSvm/nameAbbreviation</title> </head> <body> <!--Single-page help--> <table border="0" cellspacing="0" width="10...
ext/c++/thirdpart/c++/boost/libs/asio/doc/html/boost_asio/reference/socket_acceptor_service/get_io_service.html
yinchunlong/abelkhan-1
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>socket_acceptor_service::get_io_service</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="../../....
deps/gettext/gettext-tools/doc/gettext_10.html
egoitzro/poedit
<HTML> <HEAD> <!-- This HTML file has been created by texi2html 1.52b from gettext.texi on 15 July 2015 --> <META HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8"> <TITLE>GNU gettext utilities - 10 Producing Binary MO Files</TITLE> </HEAD> <BODY> Go to the <A HREF="gettext_1.html">first</A>, <A HREF=...
src/lighthouseProject/lighthouseProject/static/Doxygen/docs/html/zpptrs_8f.html
LighthouseHPC/lighthouse
<!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>Lighthouse: lapack/...
app/index.html
tdkehoe/Firepoker
<!doctype html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]--> <head> <meta charset="ut...
examples/webvr_rollercoaster.html
julapy/three.js
<!DOCTYPE html> <html lang="en"> <head> <title>three.js webvr - roller coaster</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> <!-- Origin Trial Token, feature = WebVR (For Chrome M62+), origin = https://threejs.org, expires = 2018-09-11 -...
demo/sound.html
Ye-Yong-Chi/webduino-1
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> <title>sound</title> <script src="../../webcomponentsjs/webcomponents.js"></script> <link rel='import' href='../web-arduino.html'></link> <l...
appsensor-dot-org/site-contents/docs/v2.3.1/javadoc/org/owasp/appsensor/local/response/package-frame.html
ProZachJ/appsensor
<!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) on Thu Jan 05 01:03:29 EST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.owasp.appsensor.local.respo...
api/2.2/Thelia/Form/BaseForm.html
sitecrafting/thelia.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="robots" content="index, follow, all" /> <title>Thelia\Form\BaseForm | Thelia 2 API</title> <link rel="stylesheet" type="text/css" href="../../css/bootstrap.min.css"> <link rel="stylesheet" type="text/css" href=...
rust-serial/target/doc/libc/unix/bsd/apple/constant.ETXTBSY.html
IllinoisRoboticsInSpace/Arduino_Control
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="refresh" content="0;URL=../../../../libc/constant.ETXTBSY.html"> </head> <body> <p>Redirecting to <a href="../../../../libc/constant.ETXTBSY.html">../../../../libc/constant.ETXTBSY.html</a>...</p> <script>location.replace("../../../../libc/constant.E...
resources/apache-jena/javadoc-core/com/hp/hpl/jena/reasoner/ValidityReport.html
vuk/Clojure-Movies
<!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_25) on Thu Sep 12 10:51:17 BST 2013 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>ValidityReport (Apa...
resources/apache-jena/javadoc-arq/com/hp/hpl/jena/sparql/core/class-use/DatasetGraphBaseFind.html
vuk/Clojure-Movies
<!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_25) on Thu Sep 12 10:52:57 BST 2013 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Class com.h...
plugins/robotml/org.eclipse.papyrus.robotml/doc/org/eclipse/papyrus/ProteusLibraries/RobotML_ModelLibrary/RobotML_DataTypes/diagnostic_datatypes/package-use.html
RobotML/RobotML-SDK-Juno
<!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.5.0_22) on Wed Feb 29 13:59:32 CET 2012 --> <TITLE> Uses of Package org.eclipse.papyrus.ProteusLibraries.RobotML_ModelLibrary.RobotML_DataTypes.diagnosti...
resources/apache-jena/javadoc-arq/com/hp/hpl/jena/sparql/function/library/class-use/eval.html
vuk/Clojure-Movies
<!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_25) on Thu Sep 12 10:52:56 BST 2013 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Class com.h...
templates/yoo_shelf/warp/css/error-ie6.css
arleincho/cis
/* Copyright 2007 - 2011 YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */ /* * Error IE6 Style Sheet - Only loaded on the upgrade page for Internet Explorer 6 */ body { height: 100%; width: 100%; } .error, .error span { zoom: 1; } .error-browser .error { font-size: 20px; li...
po/jpgraph/docs/html/101Introduction.html
Paty-A/New
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <HTML> <HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=iso-iso-8859-1"> <LINK REL="Start" HREF="index.html"> <LINK REL="Contents" HREF="toc.html"> <LINK REL="Prev" HREF="10Workingwithcanvasgraph...
themes/admin_wind/css/fix-ie.css
jocundmo/CutGallery
/** * Fix display in IE 6 and 7 */ .g-unavailable { filter: alpha(opacity=40); } .g-unavailable:hover { filter: alpha(opacity=100); } tr.g-error td, tr.g-info td, tr.g-success td, tr.g-warning td { background: none !important; }
packages/acs-templating/www/doc/timing.html
iuri/cif
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> <html> <head> <title>Timing a Templated Page</title> </head> <body bgcolor=white> <h2>Timing a Templated Page</h2> by <a href="mailto:christian@arsdigita.com">Christian Brechb&uuml;hler</a> <hr> <h3>I. Introduction</h3> One of th...
upbase/libs/jpgraph-2/docs/html/exframes/image_example6.2.html
kalw/sing-tsung
<html><h2>example6.2.php</h2> <img src="../img/example6.2.png"></html>
slideshowAjax/javascript/components/editor/examples/mySomething.html
avinash/nuzimazz
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>My Something</title> <script type="text/javascript" src='/_bsJavascript/core/lang/Bs_Misc.lib.js'></script> <script type="text/javascript"> /** * the caller object, instance of Bs_Wysiwyg. * @var object wysiwygObj */ var wysiwygObj;...
Doc/html/structJac2MFreeData-members.html
hsundar/dendro
<!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>DENDRO: Member List</title> <link href="doxygen.css" rel="stylesheet" type="text/css"> <link href="tabs.css" rel="stylesheet" type="text/css"> </head><body> <!-- Gen...
wp-content/plugins/mingle-forum/default-skin/Default/style.css
bjohnstonumw/430sga
/* Skin name: Default Description: A sleek Royal Blue theme Author: Gene53 Author url: http://cartpauj.com Mingle Forum url: http://cartpauj.com/projects/mingle-forum-plugin Version: 1.3 */ #wpf-wrapper{ line-height: normal; color: #000; /*background-color: white; ENABLE THIS IF YOU'RE HAVING TROUBLE SEEING ME...
MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/emby-collapse/emby-collapse.css
KeyserSoze1/Emby
.emby-collapse{margin:.5em 0}.collapseContent{border-width:0;padding:1.25em;height:0;-webkit-transition-property:height;-o-transition-property:height;transition-property:height;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;overflow:hidden;background:#222}.emby-collapsible-button{mar...
toolchains/gcc-linaro-7.3.1-2018.05-x86_64_arm-linux-gnueabihf/share/doc/gdb/gdb/set-auto_002dload-scripts_002ddirectory.html
BPI-SINOVOIP/BPI-Mainline-kernel
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <!-- Copyright (C) 1988-2018 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later...
styles/prosilver/template/event/overall_header_head_append.html
marc1706/Board3-Portal
<!-- IF T_EXT_THEME_PATH --> <!-- INCLUDECSS ../theme/portal.css --> <!-- IF S_PORTAL_ALL --> <!-- INCLUDECSS ../theme/portal_all.css --> <!-- INCLUDECSS ../theme/portal_all_responsive.css --> <!-- ELSE --> <!-- INCLUDECSS ../theme/portal_responsive.css --> <!-- ENDIF --> <!-- ENDIF -->
thirdparty/sources/boost_1_60_0/doc/html/boost/heap/priority_queue.html
gwq5210/litlib
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Class template priority_queue</title> <link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css"> <meta ...
contabilidad/frame_archivos/parametros_archivos/estilos.css
venenux/zaint
@import url( Asys_Maker.css ); BODY { FONT-SIZE: 12px; FONT-FAMILY: Arial, Helvetica, sans-serif } TD { FONT-SIZE: 12px; FONT-FAMILY: Arial, Helvetica, sans-serif } TH { FONT-SIZE: 12px; FONT-FAMILY: Arial, Helvetica, sans-serif } INPUT { FONT-SIZE: 12px; FONT-FAMILY: Arial, Helvetica, sans-serif } A:l...
php/5.5/function.eio-write.html
rafaelgou/the-phpjs-local-docs-collection
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <title>Write to file</title> </head> <body><div class="manualnavbar" style="text-align: center;"> <div class="prev" style="tex...
theme/tmpl/backend_layout/Layouts/newsletter.html
JHQtheOne/nestwork
<html> <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, user-scalable=0" /> <title>company</title> <f:format.raw><f:cObject typoscriptObjectPath="lib.pageCss" /></f:format.raw> </head> ...
document-viewer/src/main/assets/about/en/donations.html
sss/document-viewer
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> </head> <body> Document Viewer is free for use. If you wish to do...
organizations/templates/organizations/news_form.html
piotrek-golda/CivilHubIndependantCopy
{% extends 'organizations/index.html' %}{% load i18n %} {% block content %}<div class="col-sm-9"> <div class="main-content create-form newFormCreate"><h3>{% trans "Create news" %} {% trans "in" %} {{ organization }}</h3> <form action="{% url 'simpleblog:create' %}" method="post" enctype="multipart/form-data" clas...
game/data/scripts/quests/Q10283_RequestOfIceMerchant/32760-02.html
karolusw/l2j
<html><body>Jinia:<br> Well, who are you? Identify yourself or away with you.<br> <Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10283_RequestOfIceMerchant 32760-03.html">"Rafforty sent me here"</Button> </body></html>
source-code/scratch/owin/owin/psk/app/lib/bootstrap/dist/css/bootstrap-theme.css
icuseven/MMRDS
/*! * Bootstrap v3.3.7 (http://getbootstrap.com) * Copyright 2011-2016 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ .btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger { text-shadow: 0 -1px 0 rgba(0, 0, 0, .2); -webkit-box-shadow: inset...
php/5.5/proctitle.requirements.html
rafaelgou/the-phpjs-local-docs-collection
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <title>Requirements</title> </head> <body><div class="manualnavbar" style="text-align: center;"> <div class="prev" style="text...
examples/ch14/ext/packages/ext-theme-gray/sass/example/theme.html
ModusCreateOrg/extjs-in-action-examples
<!DOCTYPE html> <!-- Copyright (c) 2012-2013. Sencha Inc. --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <!-- Load all required links and scripts --> <link rel="stylesheet" type="text/css" href="../resources/ext-theme-gray-all-rtl-debug.css" /> <script...
templates/admin/team/list.html
tanglu-org/tgl-misago
{% extends "admin/admin/list.html" %} {% block action_body scoped %} <table class="table table-striped table-users"> <thead> <tr> <th colspan="2">{% trans %}Forum Team Members{% endtrans %}</th> </tr> </thead> <tbody> <tr> {% for user in items %} <td class="colspan6"> ...
doxydoc/html/search/classes_4.html
avaret/simuroul
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html><head><title></title> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta name="generator" content="Doxygen 1.8.11"/> <link rel="stylesheet" type="text/css" href="search...
eyeOS1.9/eyeOS90099f31f0/extern/apps/eyeX/themes/default/css/apps/eyeFTP/eyeFTP.min.css
jdelacasa/docker-eyeOS_1.9
.eyeFTP_logStyle_err{color:#f00;}.eyeFTP_logStyle_info{color:#33f;}.eyeFTP_logStyle_norm{color:#333;}.eyeFTP_logStyle_succ{color:#0a0;}.eyeFTP_logStyle_warn{color:#e90;}
server/commons/war/src/main/webapp/ui/lib/yui/build/dial/assets/skins/night/dial-skin.css
devmix/openjst
/* YUI 3.11.0 (build d549e5c) Copyright 2013 Yahoo! Inc. All rights reserved. Licensed under the BSD License. http://yuilibrary.com/license/ */ .yui3-skin-night .yui3-dial { color:#fff; } .yui3-skin-night .yui3-dial-handle{ /*container. top left corner used for trig positioning*/ background:#439EDE; opacity:0....
src/libs/3rdparty/net7ssh/doc/html/hierarchy.html
enricoros/k-qt-creator-inspector
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <title>ne7ssh.kdevelop: Hierarchical Index</title> <link href="tabs.css" rel="stylesheet" type="text/css"> <link href="doxygen.css" rel="stylesheet" type="text/css"> </head><bod...
cpp_component/3rdparty/boost/libs/vmd/doc/html/BOOST_VMD_NOT_EQUAL.html
qianqians/abelkhan
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Macro BOOST_VMD_NOT_EQUAL</title> <link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> <link rel="home" href="index.html" title="Chapter ...
chapter-2/example9/app/index.html
Rodic/emberjs-essentials
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Example9</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> {{content-for 'head'}} <link rel="stylesheet" href=...
vanilla/example/index.html
CrisDan1905/text-mask
<html> <head> <title>Example of Vanilla Text Mask</title> <style type="text/css"> body { padding-top: 50px; } .starter-template { padding: 40px 15px; text-align: center; } </style> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/boots...
www/partial/query-log.html
friimaind/pi-hole-droid
<p class="please-rotate mdl-typography--text-center"> <span class="mdl-chip mdl-chip--contact"> <span class="mdl-chip__contact mdl-color--indigo mdl-color-text--white material-icons">rotate_left</span> <span class="mdl-chip__text">Please rotate your device</span> </span> </p> <div class="force-...
imp/lib/java/tools/svnant/doc/conditions.html
gevaerts/Gluewine
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html xmlns:html="http://www.w3.org/1999/xhtml" xmlns="http://www.w3.org/1999/xhtml"> <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title></title> <meta http-equiv="Content-Language" content="en-us"> <link rel="stylesheet" type...
venv/bin/doc/html/boost_asio/reference/basic_socket_acceptor/native_type.html
NixaSoftware/CVis
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>basic_socket_acceptor::native_type</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="../../../boo...
src/content/en/events/embeds/event-map.css
robdodson/WebFundamentals
html, body { margin: 0; padding: 0; height: 100%; display: flex; flex-direction: column; font-family: 'Roboto', sans-serif; } #map { width: 100%; height: 100%; } #map-key { margin-top: 8px; } .map-key-event { display: inline-block; vertical-align: middle; margin-right: 16px; } .map-key-event...
warp10-tiles-yaml-conf-loader.html
Giwi/warp10-tiles
<!-- @author Horacio Gonzalez (@lostinbrittany) @copyright (c) 2017 Cityzen Data @license Apache 2.0 --> <!-- Load the Polymer.Element base class --> <link rel="import" href="../polymer/polymer-element.html"> <link rel="import" href="../granite-yaml/granite-yaml-remote-parser.html"> <dom-module id="warp10-tiles-ya...
src/sap.ui.core/test/sap/ui/core/qunit/odata/v4/ODataPropertyBinding.qunit.html
SQCLabs/openui5
<!DOCTYPE HTML> <!-- Tested classes: sap.ui.model.odata.v4.ODataPropertyBinding --> <html> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta charset="UTF-8"> <script src="../../../shared-config.js"></script> <script id="sap-ui-bootstrap" src="../../../../../../../resources/sap-ui-core.js...
docs/functions_j.html
chigraph/chigraph
<!-- HTML header for doxygen 1.8.13--> <!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> <link rel="icon" type="image/x-icon" href="favicon.ico" /> <meta http-equiv="Content-Type" content="text/xht...
libs/apache-log4j-1.2.15/site/apidocs/org/apache/log4j/class-use/RollingFileAppender.html
stumoodie/PathwayEditor
<!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) on Sat Aug 25 00:26:57 EDT 2007 --> <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <TITLE> Uses of Class org.apache.log4j....
resources/src/main/resources/org/jboss/hal/resources/previews/configuration/jdr_ja.html
hpehl/hal.next
<p>トラブルシューティングに役立つ診断データの収集を有効にします。${build.shortName} のサブスクライバーはサポートをリクエストするときにこの情報を Red Hat に提供できます。</p>
spring-boot-samples/spring-boot-sample-web-ui/src/main/resources/templates/fragments.html
hello2009chen/spring-boot
<!DOCTYPE html> <html xmlns:th="http://www.thymeleaf.org"> <head th:fragment="head (title)"> <title th:text="${title}">Fragments</title> <link rel="stylesheet" th:href="@{/css/bootstrap.min.css}" href="../../css/bootstrap.min.css" /> </head> <body> <div class="container"> <nav th:fragment="navbar" class=...
app/views/tour/touroverview.scala.html
dr03lf/travel-log
@(message: String, trips: Seq[(String, String)], guiTrip: at.droelf.gui.entities.GuiTrip, dayTours: Map[(String,org.joda.time.LocalDate), Seq[(at.droelf.gui.entities.GuiDayTour, Int)]],formContact: Form[at.droelf.gui.entities.Email])(implicit session: play.api.mvc.Session) @metadata = { <div class="row tou...
src/com/google/foam/demos/sevenguis/Cells.html
TanayParikh/foam2
<html> <head> <script language="javascript" src="../../../../../foam.js"></script> <script language="javascript" src="Cells.js"></script> <title>Cells</title> </head> <body> <foam class="com.google.foam.demos.sevenguis.Cells" columns="4" rows="7"></foam> </body> </html>
tests/suite/l3s/annotated/302e53f4-c080-4570-a9d9-34822f053d9e.html
muggot/python-goose
<html><head> <style type="text/css"> <!-- * { visibility: visible !important; overflow: visible !important; user-select:normal !important; -moz-user-select:normal !important; -webkit-user-select:normal !important; user-focus:normal !important; -moz-user-focus:normal !important; -web...
training-web/src/main/webapp/js/dojotoolkit/dijit/tests/form/robot/Textarea.html
sulistionoadi/belajar-springmvc-dojo
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>doh.robot Textarea Test</title> <style> @import "../../../../util/doh/robot/robot.css"; </style> <!-- required: dojo.js --...
static/events/2018-rio-de-janeiro/conduct/index.html
gomex/devopsdays-web
<!DOCTYPE html><html><head><title>https://www.devopsdays.org/events/2018-rio-de-janeiro/conduta/</title><link rel="canonical" href="https://www.devopsdays.org/events/2018-rio-de-janeiro/conduta/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://www.devops...
doc/dev/org/deidentifier/arx/algorithm/FLASHPhaseConfiguration.PhaseAnonymityProperty.html
bitraten/arx
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="de"> <head> <title>FLASHPhaseConfiguration.PhaseAnonymityProperty (ARX Developer Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title=...
styles.css
viveksck/viveksck.github.io
/************************************************* * Hugo Academic: an academic theme for Hugo. * Designed by @GeorgeCushen. * https://github.com/gcushen/hugo-academic **************************************************/ /************************************************* * Core *************************...
openstack_dashboard/dashboards/project/data_processing/clusters/templates/data_processing.clusters/details.html
aaronorosen/horizon-congress
{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans "Cluster Details" %}{% endblock %} {% block page_header %} {% include "horizon/common/_page_header.html" with title=_("Cluster Details") %} {% endblock page_header %} {% block main %} <div class="row-fluid"> <div class="span12"> ...
2.3/docs/Javadoc/org/drip/param/quoting/class-use/YieldInterpreter.html
tectronics/splinelibrary
<!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) on Mon Jan 13 19:53:40 EST 2014 --> <title>Uses of Class org.drip.param.quoting.YieldInterpreter</title> <meta name="date" conte...
app/scripts/modules/dcos/loadBalancer/configure/wizard/ports.html
sgarlick987/deck
<form ng-controller="dcosLoadBalancerPortsController as portsController" class="container-fluid form-horizontal" name="ports" > <div class="col-md-12"> <div class="form-group"> <div class="col-md-3 sm-label-right"> Bind http/https <help-field key="dcos.loadBalancer.bindHttpHttps"></hel...
opennlp/docs/apidocs/opennlp-tools/opennlp/tools/cmdline/coref/class-use/CoreferencerTrainerTool.html
opener-project/nerc-fr
<!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.5.0_22) on Wed Apr 03 10:03:18 GMT-03:00 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class opennlp.tools...
templates/root/ec2/lib/boto-2.34.0/docs/build/html/releasenotes/v2.29.1.html
yg257/Pangea
<!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>boto v2.29.1 &mdash; boto v2.33.0</title> ...
vizcomponent-root/vizcomponent/src/main/resources/com/vaadin/pontus/vizcomponent/public/vizcomponent/styles.css
pontusbostrom/VaadinGraphvizComponent
div.vizcomponent { cursor: pointer; user-select: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; }
packages/hbase-0.98.7-hadoop2/docs/xref-test/org/apache/hadoop/hbase/io/encoding/TestPrefixTreeEncoding.html
gsoundar/mambo-ec2-deploy
<!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>TestPrefixTreeEncoding xref</title> <link type...
venv/bin/doc/html/thread/thread_local_storage.html
NixaSoftware/CVis
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Thread Local Storage</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="The Boost ...
client/openstorefront/app/views/details/print.html
tyler-travis/openstorefront
<div class="hideme" style="width: 200px; position: absolute; z-index: 2;"> <div style="text-align: center"> <button style="display: inline-block" class='btn btn-default detailsTitleButton' id="printLink" ng-click="print()" data-toggle="tooltip" data-placement="bottom" data-title="Print this view" data-trigger="h...
haystackbrowser/templates/admin/haystackbrowser/view.html
vmarkovtsev/django-haystackbrowser
{% extends 'admin/change_form.html' %} {% load i18n %} {% block extrastyle %} {{ block.super }} <style type="text/css"> .form-row-preview:focus { background: red; } .form-row-preview .raw { display: none; } .fo...
source/assets/vendor/d3/examples/force/force-interactive.html
interactivethings/swiss-army-contaminated-sites
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> <title>Force-Directed Graph</title> <script type="text/javascript" src="../../d3.js"></script> <script type="text/javascript" src="../../d3.geom.js"></script> <script type="text/javascript" src="../../...