path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
public/calendar/calendar-blue.css
roychandrasekhar/zendadmin
/* The main calendar widget. DIV containing a table. */ div.calendar { position: relative; } .calendar, .calendar table { border: 1px solid #556; font-size: 11px; color: #000; cursor: default; background: #eef; font-family: tahoma,verdana,sans-serif; } /* Header part -- contains navigation buttons and day ...
app/elements/labs002-components/labs002-avatar-glassespages.html
A-StadLabs/locals.0.0.2
<!-- @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:/...
_layouts/showcase_default.html
enix223/enix223.github.io
--- layout: showcase_compress --- <!DOCTYPE html> <html lang="en" itemscope itemtype="http://schema.org/WebPage" {% if page.main-class %}class="post-{{ page.main-class }}"{% endif %}> {% include showcase/head.html %} <body> {% include showcase/svg-icons.html %} {% include showcase/header-defaul...
www/index.html
appsxinclusion2015/formix
<!DOCTYPE html> <html> <head> <title>APP GAME</title> <meta http-equiv="Content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, user-scalable=no"> <style type="text/css"> body { margin: 0px; overflow: hidden; } canvas { border: 1px solid black; } </style> <link ...
oscar/templates/oscar/dashboard/promotions/promotion_list.html
michaelBenin/django-oscar
{% extends 'dashboard/layout.html' %} {% load url from future %} {% load currency_filters %} {% load i18n %} {% block body_class %}content-blocks{% endblock %} {% block title %} {% trans "Content blocks" %} | {{ block.super }} {% endblock %} {% block header %} <div class="page-header"> <h1>{% trans "...
lemon/templates/admin/auth/user/change_form.html
trilan/lemon
{% extends "admin/change_form.html" %} {% load i18n %} {% block object-tools-items %} <li class="item"><a class="item-link" href="password/">{% trans 'Change password' %}</a></li> {{ block.super }} {% endblock %}
v0.11.0/generated/statsmodels.tsa.statespace.kalman_filter.KalmanFilter.filter_exact_initial.html
statsmodels/statsmodels.github.io
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> <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="lang:clipboard.copy" content="Copy to clipboard"> <meta name="la...
client/css/geonections.css
RichyHBM/Geonections
body{ background-color: #000015; } header{ position: absolute; z-index: 1; font-size: 2em; color: rgba(93, 151, 255, 1); } .hoverinfo{ text-align:center; } #table-container{ position: absolute; z-index: 1; top: 55vh; display: inline-block; background-color: rgba(147, 147, ...
eadator/ents/related_optional/index.html
eadhost/eadator
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <html> <head> <title>Index of /ents/related_optional</title> </head> <body> <h1>Index of /ents/related_optional</h1> <ul><li><a href="/ents/"> Parent Directory</a></li> <li><a href="CVS/"> CVS/</a></li> <li><a href="eadlocal/"> eadlocal/</a></li> <li><a href=...
0.8.0/generated/statsmodels.regression.recursive_ls.RecursiveLSResults.test_normality.html
statsmodels/statsmodels.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" /> <title>statsmodels.regression.recursive_ls.RecursiveLSRes...
solr/docs/solr-core/org/apache/solr/search/package-tree.html
berkeleybop/bbop-manager-golr
<!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_101) on Sat Aug 20 05:41:48 EDT 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>org.apache.solr.search Clas...
web/_site/doc/ru/appendix-b-reading-list/index.html
takano32/rubinius
<!DOCTYPE html> <html dir="ltr" lang="ru"> <head> <title>Приложение B - Список литературы - Rubinius</title> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta content='ru' http-equiv='content-language'> <meta content='Rubinius is an implementation of the R...
devel/_modules/statsmodels/graphics/agreement.html
statsmodels/statsmodels.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width,initial-scale=1"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="lang:clipboard.copy" conte...
RouteView-mobile.html
osingla/RouteView
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Street View Riding Simulation</title> <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), ...
src/Orchard.Web/Modules/CloudBust.Common/Styles/customcode-admin.css
grapto/Orchard.CloudBust
.settings .customcode .ace_editor { width: 99%; height: 200px; border: 1px solid #ccc; } .settings .ace_editor div { margin: 0; }
cms_articles/templates/cms_articles/article/default.html
misli/django-cms-articles
{% if article %}{% include 'cms_articles/article_preview.html' %}{% endif %}
test/fixtures/test_menubar.html
bwu-dart-playground/polymer_elements_parent
<dom-module id="test-menubar"> <template> <content></content> </template> </dom-module>
auth/build/docs/javadoc/constant-values.html
sanjayiyerkudaliprasannakumar/cmpe273submission-grpc-Lab2
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_31) on Sun Mar 22 23:36:28 UTC 2015 --> <title>Constant Field Values (grpc-auth 0.1.0-SNAPSHOT API)</title> <meta name="date" content="2015-03-...
v0.12.2/generated/statsmodels.genmod.families.links.Log.inverse_deriv.html
statsmodels/statsmodels.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width,initial-scale=1"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="lang:clipboard.copy" conte...
Source/Testing/HtmlRenderer.ExperimentalApp/Data/Files/porn/A25D67A4F35BBFE64B71A6B6F477A255.html
todor-dk/HTML-Renderer
<!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> <script type="text/javascript"> <!-- document.cookie='atref=noref$$; path=/;' // --> </script> <script type="text/javascript"> <!-- document.cookie...
v0.11.0/generated/statsmodels.sandbox.distributions.extras.NormExpan_gen.expect.html
statsmodels/statsmodels.github.io
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> <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="lang:clipboard.copy" content="Copy to clipboard"> <meta name="la...
Source/Testing/HtmlRenderer.ExperimentalApp/Data/Files/youtube mp3/0F04D127A380148F54C1272156BC4D3F.html
todor-dk/HTML-Renderer
<!DOCTYPE html> <html lang="en"> <head> <meta name="Adtomatik-tag" content="NjUxNg=="/> <meta charset="UTF-8"> <meta name="csrf-param" content="_csrf"> <meta name="csrf-token" content="5mo-uF3QyjIfOwRv_yIAHyEWnEVLRSTBCHZ8oYJbp3yBXK1QgBR3iflIBXZFqXoB4jBlFonC1s0mShaUvpqIpA=="> <title>SaveMedia | Download &amp; Convert Yo...
doc/thobe/logfileviewer/plugin/memory/package-use.html
ThomasObenaus/LogFileViewerPluginAPI
<!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_79) on Sun May 03 13:20:28 CEST 2015 --> <title>Uses of Package thobe.logfileviewer.plugin.memory</title> <meta name="date" content="20...
third_party/WebKit/LayoutTests/http/tests/inspector-protocol/resources/protocol-test.html
danakj/chromium
<!-- Copyright (C) 2012 Samsung Electronics. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and th...
devel/generated/statsmodels.stats.nonparametric.RankCompareResult.html
statsmodels/statsmodels.github.io
<!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="Docutils 0.17.1: http://docutils.sourceforge.net/" /> <meta name="viewport" content="width=device-width,initial-scale=1"> <meta ht...
v0.11.0/generated/statsmodels.tsa.statespace.varmax.VARMAXResults.summary.html
statsmodels/statsmodels.github.io
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> <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="lang:clipboard.copy" content="Copy to clipboard"> <meta name="la...
docs/maxGovernor_8h.html
Jacques-Florence/schedSim
<!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...
v0.10.2/generated/statsmodels.tsa.ar_model.ARResults.html
statsmodels/statsmodels.github.io
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset="utf-8" /> <title>statsmodels.tsa.ar_model.ARResults &#8212; statsmodels v0.10.2 documentation</title> <link rel="stylesheet" href="../_static/nature.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygm...
shop_netaxept/templates/shop_netaxept/error.html
fivethreeo/django-shop-netaxept
{% load i18n %} <h1>{% trans "Netaxept" %}</h1> <p>{% trans "Payment failed." %} ({{ message }})</p>
v0.11.0/generated/statsmodels.tsa.statespace.tools.is_invertible.html
statsmodels/statsmodels.github.io
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> <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="lang:clipboard.copy" content="Copy to clipboard"> <meta name="la...
v0.11.1/generated/statsmodels.regression.quantile_regression.QuantRegResults.resid_pearson.html
statsmodels/statsmodels.github.io
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> <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="lang:clipboard.copy" content="Copy to clipboard"> <meta name="la...
0.6.1/generated/statsmodels.sandbox.regression.gmm.IVRegressionResults.ess.html
statsmodels/statsmodels.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" /> <title>statsmodels.sandbox.regression.gmm.IVRegressionRes...
core/build/docs/javadoc/io/grpc/MutableHandlerRegistryImpl.html
gargsurbhi2015/Lab2
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_31) on Thu Mar 19 00:41:59 UTC 2015 --> <title>MutableHandlerRegistryImpl (grpc-core 0.1.0-SNAPSHOT API)</title> <meta name="date" content="201...
third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/shadow-trees/composition/test-001.html
was4444/chromium.src
<!DOCTYPE html> <!-- Distributed under both the W3C Test Suite License [1] and the W3C 3-clause BSD License [2]. To contribute to a W3C Test Suite, see the policies and contribution forms [3]. [1] http://www.w3.org/Consortium/Legal/2008/04-testsuite-license [2] http://www.w3.org/Consortium/Legal/2008/03-bsd-license [...
tests/basic/links-reference.html
craigds/python-markdown
<p>Foo <a href="/url/" title="Title">bar</a>.</p> <p>Foo <a href="/url/" title="Title">bar</a>.</p> <p>Foo <a href="/url/" title="Title">bar</a>.</p> <p>With <a href="/url/">embedded [brackets]</a>.</p> <p>Indented <a href="/url">once</a>.</p> <p>Indented <a href="/url">twice</a>.</p> <p>Indented <a href="/url">thrice<...
documentation/manual/core/ru/zend.mail.encoding.html
wukchung/Home-development
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"/> <title>Кодировка - Zend Framework Ma...
documentation/api/core/db_Barcode_Object_Upca.html
wukchung/Home-development
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Zend Framework API Documentation</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta><link rel="stylesheet" href="css/black-tie/jquery-ui-1.8.2.custom.css" type="text/css"></link><link rel="stylesheet" href="css/jquery.treeview.css" ty...
doc/html/functions_x.html
CBoensel/mne-cpp
<!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...
res/index.html
sinkcup/php-pds
<!DOCTYPE html> <html lang="zh-Hans"> <head> <meta charset="utf-8" /> <title>ebook首页</title> </head> <body> <h1>ebook小说在线阅读</h1> <p>Hello!树先生。这是一个开源项目,探讨PHP项目目录规划。</p> <p>项目代码:<a href="https://github.com/sinkcup/php-pds" target="_blank">https://github.com/sinkcup/php-...
doc/src-html/org/usfirst/frc330/Beachbot2014Java/commands/SendDefaultSmartDashboardData.html
Beachbot330/Beachbot2014Java
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html lang="en"> <head> <title>Source code</title> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> </head> <body> <div class="sourceContainer"> <pre><span class="sourceLin...
client/meta/components/contact.css
jmeas/finance-app
.contactPage-submitRow { display: flex; justify-content: flex-end; } .contactPage-submitBtn { width: 95px; }
src/main/resources/org/jenkinsci/plugins/sonargerrit/SonarToGerritPublisher/help-gerritServerName.html
xiujuez/sonar-gerrit-plugin
<div> Select Gerrit server configuration to test overridden Gerrit credentials. This field used for this purpose only. </div>
api/v0.10.0/dash/utility/awesomium/awe_string_create_from_wide.html
Circular-Studios/Dash-Docs
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"/><!-- using block title in layout.dt--><!-- using block ddox.defs in ddox.layout.dt--><!-- using block ddox.title in ddox.layout.dt--> <title>Function awe_string_create_from_wide</title> <link rel="stylesheet" type="text/css" href="../../../styles/ddox.css"/> ...
node_modules/parsleyjs/doc/annotated-source/main.html
StuartStephens/Website
<!DOCTYPE html> <html> <head> <title>main.js</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, target-densitydpi=160dpi, initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"> <link rel="stylesheet" media="all" href="docco.css" /> <...
test/index.html
cben/firepad
<!doctype html> <html> <head> <title>Firepad Tests</title> <link rel="stylesheet" type="text/css" href="jasmine-1.3.1/jasmine.css"> <script type="text/javascript" src="jasmine-1.3.1/jasmine.js"></script> <script type="text/javascript" src="jasmine-1.3.1/jasmine-html.js"></script> <script type="text/javascri...
static/parts/downloadItem/downloadItem.html
Mrigank11/embetacloud
<div class="ui fluid segment"> <div class="ui stackable grid"> <div class="row"> <!--the pin--> <div class="one wide computer two wide mobile column"> <i class="icon circular teal pin link" ng-class="{'inverted':page.pinned}" ng-click="togglePin(page)"></i> </div> <!--download info--> <div class="...
irm/docs/code/Device/_include_device_class_php.html
cerad/appirm
<?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 page device.class.php</title...
html/plugins/login/templates/loginstatus.html
agua/agua
<span dojoAttachPoint="containerNode" > <table class="loginStatus"> <tr> <td> <div dojoAttachPoint="username" class="username" > </div> </td> <td> <div ...
src/app/views/events/genes/talk/revisions/geneTalkRevisions.tpl.html
yanyangfeng/civic-client
<div class="geneTalkRevisions"> <div ng-if="geneRevisions.data.collection.length > 0"> <div class="row revisions-list {{ viewOptions.styles.view.summaryBackgroundColor }}"> <div class="col-xs-12"> <revisions-grid changes="geneRevisions.data.collection" base-state="events.genes.talk.revisions"></revi...
tools/google-closure-library/closure/goog/docs/closure_goog_ui_autocomplete_renderer.js.html
yesudeep/puppy
<!doctype html> <html> <head> <link rel="shortcut icon" href="static/images/favicon.ico" type="image/x-icon"> <title>renderer.js (Closure Library API Documentation - JavaScript)</title> <link rel="stylesheet" href="static/css/base.css"> <link rel="stylesheet" href="static/css/doc.css"> <link rel="stylesheet...
tools/Rake/lib/ruby/gems/1.8/doc/rubygems-1.5.2/rdoc/classes/Gem/Indexer.src/M000300.html
michaelsync/Giles
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title>build_legacy_indicies (Gem::Indexer)</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-...
backup/cycle-site/index.html
mayu/unleashtheartist.com
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Cycle.js Starter</title> <link rel="stylesheet" href="client/index.css"> </head> <body> <div id="root"></div> <script src="dist/bundle.js"></script> </body> </html>
asterisk/static/styles.css
zeng-xs/asterisk
@charset "utf-8"; @import "github-markdown.css"; * { margin: 0; padding: 0; } html, body { height: 100%; } body { background-color: #ddd; color: #666; font-size: 14px; font-family: "-apple-system", "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Ari...
libs/Jena/javadoc-arq/org/apache/jena/riot/thrift/wire/class-use/RDF_Quad._Fields.html
manonsys/MVC
<!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_66-internal) on Tue Dec 08 09:28:00 GMT 2015 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.a...
css/pixyll.css
ebressert/ebressert.github.io
@charset "UTF-8"; /* Pixyll A simple, beautiful theme for Jekyll that emphasizes content rather than aesthetic fluff. Best served with BASSCSS (http://jxnblk.github.io/basscss) Crafted with <3 by John Otander (@4lpine) - ©2014 John Otander MIT License http://opensource.org/licenses/MIT */ body { fon...
student/bulma-0.4.1/docs/documentation/elements/table.html
Minatohokage4/JUDGE
--- layout: documentation doc-tab: elements doc-subtab: table --- {% include subnav-elements.html %} <section class="section"> <div class="container"> <h1 class="title">Tables</h1> <h2 class="subtitle">The inevitable HTML <strong>table</strong>, with special case cells</h2> <hr> <div class="conten...
rawdata/utf8_lawstat/version2/04704/0470437122800.html
g0v/laweasyread-data
<html> <META HTTP-EQUIV=Content-Type Content="text/html; charset=utf8"> <!-- Mirrored from lis.ly.gov.tw/lghtml/lawstat/version2/04704/0470437122800.htm by HTTrack Website Copier/3.x [XR&CO'2010], Sun, 24 Mar 2013 09:25:50 GMT --> <head><title>法編號:04704 版本:037122800</title> <link rel="stylesheet" type="text/css" href=...
lib/xerces-2_11_0/docs/javadocs/xni/org/apache/xerces/xni/parser/XMLDTDScanner.html
jsalla/jatintest
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc on Fri Nov 26 15:38:57 EST 2010 --> <TITLE> Xerces Native Interface: Interface XMLDTDScanner </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../...
project/help/index.html
Jaxlying/blog-hexo
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>让我帮你百度一下</title> <script src="js/jquery.min.js"></script> <link rel="stylesheet" href="css/main.css" charset="utf-8"> </head> <body> <div class="search-wrapper"> <div class="bd-logo"> <img src="img/baidulogo.png" alt="" class=...
ogamebotserver/src/main/resources/databases/postgres/share/doc/postgresql/html/tsm-system-time.html
unsupo/ogame
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >tsm_system_time</TITLE ><META NAME="GENERATOR" CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REV="MADE" HREF="mailto:pgsql-docs@postgresql.org"><LINK REL="HOME" TITLE="PostgreSQL 9...
ogamebotserver/src/main/resources/databases/postgres/share/doc/postgresql/html/sql-createfunction.html
unsupo/ogame
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >CREATE FUNCTION</TITLE ><META NAME="GENERATOR" CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REV="MADE" HREF="mailto:pgsql-docs@postgresql.org"><LINK REL="HOME" TITLE="PostgreSQL 9...
rawdata/utf8_lawstat/version2/04565/04565100061400.html
g0v/laweasyread-data
<html> <META HTTP-EQUIV=Content-Type Content="text/html; charset=utf8"> <!-- Mirrored from lis.ly.gov.tw/lghtml/lawstat/version2/04565/04565100061400.htm by HTTrack Website Copier/3.x [XR&CO'2010], Sun, 24 Mar 2013 09:24:39 GMT --> <head><title>法編號:04565 版本:100061400</title> <link rel="stylesheet" type="text/css" href...
stageopdracht/src/main/resources/static/vendors/morris.js/examples/area.html
N00bface/Real-Dolmen-Stage-Opdrachten
<!doctype html> <!-- ~ Copyright (c) 2017. MIT-license for Jari Van Melckebeke ~ Note that there was a lot of educational work in this project, ~ this project was (or is) used for an assignment from Realdolmen in Belgium. ~ Please just don't abuse my work --> <head> <script src="http://cdnjs.cloudflare.com...
options/options.css
elliottsj/Cryptr
@font-face { font-family: Lato; src: url("../fonts/Lato-Regular.ttf"); } @font-face { font-family: Lato-Light; src: url("../fonts/Lato-Light.ttf"); } @font-face { font-family: "Roboto Slab"; src: url("../fonts/RobotoSlab-Light.ttf"); } * { font: 1em/1.2em Lato, Helvetica, "Segoe UI", Verdana, Arial, sans-serif; } :...
rawdata/lawstat/version2/03706/0370691051700.html
czchen/laweasyread-data
<html> <META HTTP-EQUIV=Content-Type Content="text/html; charset=big5"> <!-- Mirrored from lis.ly.gov.tw/lghtml/lawstat/version2/03706/0370691051700.htm by HTTrack Website Copier/3.x [XR&CO'2010], Sun, 24 Mar 2013 09:21:30 GMT --> <head><title>ªk½s¸¹:03706 ª©¥»:091051700</title> <link rel="stylesheet" type="text/css" ...
doc/slogo_tests/MathCommandTests.html
codylieu/slogo
<!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_65) on Mon Mar 17 18:19:37 EDT 2014 --> <TITLE> MathCommandTests </TITLE> <META NAME="date" CONTENT="2014-03-17"> <LINK REL ="stylesheet" TYPE="tex...
examples/simple/templates/login.html
coscms/webx
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link rel="stylesheet" type="text/css" href="{{StaticUrl "bootstrap/css/bootstrap.min.css"}}" /> <style type="text/css"> body { padding-top: 40px; padding-bottom: 40px; back...
calendario/templates/calendario/acerca.html
yo-alan/TrabajoFinalIntegrador
{% extends "admin/base.html" %} {% load staticfiles %} {% block title %}Acerca de Horarios{% endblock %} {% block head %} {% endblock %} {% block article %} <div class="col-xs-11"> <div class="page-header"> <h1> Acerca de Horarios <small>¿Por dónde comenzar?</small> ...
projects/ng2-qgrid-theme-material/src/lib/templates/filter-cell-number.tpl.html
azkurban/ng2
<ng-template key="filter-cell-number.tpl.html" let-$cell let-$view="$view"> <mat-form-field *ngIf="$cell.column.canFilter" floatLabel="never"> <mat-placeholder> <mat-icon class="q-grid-icon q-grid-placeholder"> filter_list ...
src/Insset/Barme/AdminBundle/Resources/public/assets/gmaps/examples/map_types.html
GuillaumeCo/barme
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>GMaps.js &mdash; Map Types</title> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script> <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=true"></script> <script ty...
apache-cassandra-2.1.2/javadoc/org/apache/cassandra/thrift/class-use/Cassandra.AsyncProcessor.system_add_keyspace.html
vangav/vos_backend
<!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_72) on Wed Nov 05 20:55:56 EST 2014 --> <title>Uses of Class org.apache.cassandra.thrift.Cassandra.AsyncProcessor.system_add_keyspace (...
test/fixtures/text.html
iclanzan/section-highlight
This is irrelevant text.
src/app/posts/create-post.component.css
bbojkov/shroom-angular2
.type-btn { display: inline-block; margin: 20px 25px 0 0; padding: 15px 45px; font-size: 48px; line-height: 1.8; box-shadow: none; }
third-party/src/boost_1_56_0/doc/html/boost/proto/deduce_domain.html
rkq/cxxexp
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Struct deduce_domain</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 ...
news/templates/template.html
flupzor/newsdiffs
{% load staticfiles %} <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>{% block title %}Bijgeschaafd{% endblock %}</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content="Bijgeschaafd.nl geeft een overzicht van alle wijzigi...
RC/reference/html/_p_p_m_in_8h_source.html
empireryan/arduinoMatlab
<!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...
tmpls/week-days.html
slventures/calendar
<% each(events, function(event){ %> <div class="cal-event-row"> <div class="cal-cell<%= event.days%> cal-offset<%= event.start_day %> day-highlight dh-<%= event['class'] %>" data-event-class="<%= event['class'] %>"> <a href="<%= event.url ? event.url : 'javascript:void(0)' %>" ...
projects/ng2-gauge/src/lib/ng2-gauge.component.css
hawkgs/ng2-gauge
@font-face { font-family: 'Orbitron'; font-style: normal; font-weight: 700; src: local('Orbitron Bold'), local('Orbitron-Bold'), url(https://fonts.gstatic.com/s/orbitron/v8/Y82YH_MJJWnsH2yUA5AuYY4P5ICox8Kq3LLUNMylGO4.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02...
builder/cmake/windows/doc/cmake/html/module/FindQt3.html
pipou/rae
<!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>FindQt3 &mdash; CMake 3.8.1 Documentation</title> ...
src/freetts-1.2/javadoc/com/sun/speech/freetts/Voice.html
daniOrtiz11/SW-Comunication
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.4.2_16) on Mon Mar 09 13:39:40 CET 2009 --> <TITLE> Voice (FreeTTS 1.2) </TITLE> <META NAME="keywords" CONTENT="com.sun.speech.freetts.Voice class"> <L...
public/post/s/2017/408/index.html
kaidiren/D6
<!DOCTYPE html> <html lang="zh-Hans"> <head> <meta charset="utf-8" /> <title></title> <meta name="author" content="xli" /> <meta name="description" content="该睡觉的睡觉,该吃药的吃药。๑乛◡乛๑" /> <meta name="twitter:card" content="summary" /> <meta name="twitter:site" content="@gohugoio" /> ...
game.html
rockmandew/pongnub
<!DOCTYPE html> <html> <head> <title>PongNub</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <link href="http://netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css" rel="stylesheet"> </head> <body> <canvas id="game"></canvas> <div class="modal fade bs-example-modal-sm"...
src/ZKWeb.Plugins/Theme.VisualEditor/templates/theme.visualeditor/manage_theme.html
zkweb-framework/ZKWeb.Plugins
<div class="visual-editor-manage-theme"> <div class="tabbable-line"> <ul class="nav nav-tabs"> <li class="active"><a href="#tabManageTheme-ThemeList" data-toggle="tab">{{ "ThemeList" | trans }}</a></li> <li><a href="#tabManageTheme-AutoBackupThemes" data-toggle="tab">{{ "AutoBackupThemes" | trans }}</a></...
projects/index.html
jw6644/jw6644.github.io
<!doctype html> <html class="no-js" lang=""> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title>Jeremy Wong - Communications Designer</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initia...
test_resource/core_elements_expected/src/web-animations-js/test/testcases/unit-test-delay.html
sunglim/csp_fixer
<!-- Copyright 2013 Google Inc. All Rights Reserved. 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/LICENSE-2.0 Unless required by applicable law or agreed to i...
tests/livefilter/index.html
joshaven/string_score
<html> <head> <title>String_score</title> <script src="string_score.js"></script> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script> <script> var abrv = ""; var fuzzines = 0; var sortable = []; function sort_score(a,b) { b.score = b.name.score(abrv,fu...
java/play-1.4.4/documentation/api/play/templates/class-use/JavaExtensions.html
chvrga/outdoor-explorer
<!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) on Tue Jan 24 09:55:30 CST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class play.te...
index.html
HackerMi/hackermi.github.com
--- layout: default title: Homepage --- {% for post in paginator.posts %} <div class="page-content"> <div class="post-heading"> <a href="{{ post.url }}">{{ post.title }}</a> </div> {% include article_info_bar.md cur_page=post %} <div class="post-entry"> {{ post.content || split:'<!--mo...
packages/lattice.css
bower/components
{ "name": "lattice.css", "url": "https://github.com/alexchantastic/lattice.css.git" }
public-build/lib/openlayers/OpenLayers-2.13.1/examples/style.mobile-jq.css
Safecast/GeoSense
html , body { margin: 0; padding: 0; height: 100%; } .ui-content { padding: 0; } .ui-footer { text-align: center; padding: 5px 0; } .portrait, .portrait #mappage { min-height: 0; } #mappage, #mappage .ui-content, #map { width: 100%; height: 100%; } .olControlAttribution { fo...
private/templates/NEREIDS/views/footer.html
gnarula/eden_deployment
<footer id='page-footer'> <div class='container'> <div class='row'> <div class='span3'> <h3>{{=T("Site Links")}}</h3> <ul> <li><a href='/{{=appname}}/default/index/updates'>{{=T("Latest Updates")}}</a></li> <li><a href='/{{=appname}}/gis/index'>{{=T("Map")}}</a></li> <li><a href='/{{=appnam...
QtEsrc/qt-everywhere-opensource-src-4.8.5/doc/html/qwebinspector-members.html
stephaneAG/PengPod700
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <!-- qwebinspector...
fragdenstaat_at/theme/templates/index.html
fin/fragdenstaat.at
{% extends "index.html" %} {% load i18n %} {% load static %} {% block title %}FragDenStaat - Portal für Informationsfreiheit und Transparenz{% endblock %} {% block index_content_row %} {% include "snippets/homepage_how.html" %} {% endblock %} {% block index_requests_row %} <div class="row"> <div class="col-md-6...
Resources/en.lproj/readme.html
earthlingsoft/Earth-Addresser
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Earth Addresser</title> <link rel="stylesheet" type="text/css" href="../Help.css"> </head> <body> <div id="main"> <h1>Earth Addresser</h1> <p> Putting your addresses on the map. </p> <p> Love <a href="http://earth.google.com/">Google Ea...
LayoutTests/inspector/debugger/selected-call-frame-after-formatting-source.html
lordmos/blink
<html> <head> <script src="../../http/tests/inspector/inspector-test.js"></script> <script src="../../http/tests/inspector/debugger-test.js"></script> <script src="../../http/tests/inspector/elements-test.js"></script> <script> function testFunction() { return testFunction2(); } function testFunction2() { var ...
src/pages/20160725_letter_CollocationNew.html
maoizm/email-sass
--- layout: phplist_nocontents_layout_v2 --- <row class="am_body"> <columns> <h1 class="am_header_small">Зміна тарифікаційної моделі на послугу &laquo;Колокейшн&raquo;</h1> <h4>Інформаційний лист 08/2016</h4> </columns> </row> <row class="am_body"> <columns> <p>Компанія Старлінк інформує Вас про змін...
_includes/footer.html
flowstone/resume
<div class="footer"> <div class="container-fluid"> <div class="row-fluid"> <div class="col-md-12"> Copyright &copy; 2017 {{ site.author.name }} - All rights reserved. </div> </div> </div> </div>
rawdata/utf8_lawstat/version2/02017/02017100010700.html
g0v/laweasyread-data
<html> <META HTTP-EQUIV=Content-Type Content="text/html; charset=utf8"> <!-- Mirrored from lis.ly.gov.tw/lghtml/lawstat/version2/02017/02017100010700.htm by HTTrack Website Copier/3.x [XR&CO'2010], Sun, 24 Mar 2013 09:17:45 GMT --> <head><title>法編號:02017 版本:100010700</title> <link rel="stylesheet" type="text/css" href...
client/css/sections/about.css
bnjbvr/kresus
/* About section */ .support-about ul { display: grid; grid-template-columns: repeat(6, 1fr); grid-gap: 1em; } @media (max-width: 900px) { .support-about ul { grid-template-columns: repeat(3, 1fr); } } @media (max-width: 620px) { .support-about ul { grid-template-columns: repea...
src/slimy-sortable.css
metal-penguin/slimy-sortable
.slimy-background { opacity: 0; } ul.slimy-visible{ position: absolute; z-index: -1 } .placeholder { border:1px dotted #faa473; background-color: #ffeeba; height: 18px; opacity: 0.5; z-index: -1; }