path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
core/server/Samples/CIDE/Help/standard.lib.hpdf.HPDF_Page_GetHorizontalScalling.html
Devronium/ConceptApplicationServer
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>standard.lib.hpdf.HPDF_Page_GetHorizontalScalling</title> <link href="css/style.css" rel="stylesheet" type="text/css"> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" > </head> <body bgcolor="#ffffff"> <t...
deps/asio-1.10.1/doc/asio/reference/windows__basic_handle/get_io_service.html
laeotropic/HTTP-Proxy
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>windows::basic_handle::get_io_service</title> <link rel="stylesheet" href="../../../boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> <link rel="home" href="../../../index.html" ti...
Library/MOC-V/Core/SecureKernel/Vendor/PhpSecLib/0.3.9/vendor/phing/phing/docs/docbook5/en/output/chunkhtml/MailTask.html
TheTypoMaster/SPHERE-Framework
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>C.41 MailTask</title> <link rel="stylesheet" type="text/css" href="book.css"> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="Phing User Guide"> <l...
slick_dev/trunk/Slick/javadoc/org/newdawn/slick/class-use/AppletGameContainer.html
SenshiSentou/SourceFight
<!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:13:10 EDT 2012 --> <TITLE> Uses of Class org.newdawn.slick.AppletGameContainer (Slick - The 2D Library) </TITLE> <META NAME="da...
spec/fixtures/person.html
NARKOZ/whoaz
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Whois.Az</title> <meta http-equiv="Content-Type" content="text/html; charset=windows-1251"> <link href="/whois.css" rel="stylesheet" type="text/css"> </head> <body bgcolor="#F7F7F7" background="/imgs/bg.jpg" text="#000000" leftmargin...
examples/apps/app/templates/app/base.html
storeys/storeys
{% load static %} <!DOCTYPE html> <html> <head> <title>{% block title %}{% endblock %}</title> <meta name="viewport" content="width=device-width, initial-scale=1, minimal-ui"> {% block extra_meta %} {% endblock %} {% block style %} {% endblock %} {% block script %} {% endblock %} ...
publications/templates/publications.html
evildmp/arkestra-publications
{% if selected_publications %} {% regroup selected_publications by get_publication_year as publicationdates %} {% if heading_level %}<h{{ heading_level }}>{{ heading }}</h{{ heading_level }}>{% endif %} <ul class = "publications"> {% for publication in selected_publications %} <li>{% include publication.templat...
www/css/jquery.scrollTop.css
dereckleme/seletoAlimentosFinal
/* to top */ #toTop { width:50px; /* Largura do botão*/ height:50px; /*Altura do botão*/ background: transparent; /*Cor do fundo do botão*/ padding:5px; /* Distancia entre texto e borda */ position:fixed; /* Posição que faz com que ele corra por toda a página*/ bottom:50px; right:50px; cursor:...
iLife/templates/iblog/comment_form.html
fengsp/iLife
{% macro render(form) -%} <fieldset> {% for field in form %} {% if field.type in ['CSRFTokenField', 'HiddenField'] %} {{ field() }} {% else %} <div class="clearfix control-group {% if field.errors %}error{% endif %}"> {{ field.label }} <div class="controls"> {% if field.name == "body" %} {{ field(rows=10, cols=...
app/elements/routing.html
selcip/fishbot-dev
<!-- @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:/...
frontend/web/page/vacancy/import-style.css
zserg84/webteam
/* FONTS */ @import url("../../style/fonts/import-fonts.css"); /* FONTS */ /* MOBILE MENU */ @import url("../style/css/m_mobile-menu.css"); /*/MOBILE MENU/*/ /* HEADER */ @import url("../style/css/m_top-bar.css"); /*/HEADER/*/ /* SECTION */ @import url("style/css/p_vacancy.css"); /*/SECTION/*/ /* FOOTER */ /*/FOOT...
v0.10.1/generated/statsmodels.tsa.holtwinters.SimpleExpSmoothing.hessian.html
statsmodels/statsmodels.github.io
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset="utf-8" /> <title>statsmodels.tsa.holtwinters.SimpleExpSmoothing.hessian &#8212; statsmodels v0.10.1 documentation</title> <link rel="stylesheet" href="../_static/nature.css" type="text/css" /> <link rel="stylesheet" h...
templates/registration/password_reset_confirm.html
DjangoGirls/djangogirls
{% extends 'registration/base.html' %} {% load i18n %} {% block title %}{% trans "Password Reset" %} &#x23F0;{% endblock title %} {% block registration_message %} <p>{% trans "Alright, the big event. Enter a new, super safe and super memorable (just to you!) password." %} &#x1F33C;</p> {% endblock registration_messag...
web/doxygen/html/syntax__node_8cpp_source.html
kn65op/cli-toolkit
<!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>CLI: syntax_node.cpp Source File</title> <link href="tabs.css" rel="sty...
templates/size.html
goinstant/rich-text-editor
<select title="Size" class="sc-size"> <option value="10px">Small</option> <option value="13px" selected>Normal</option> <option value="18px">Large</option> <option value="32px">Huge</option> </select>
app/elements/catalog-view/collection-view.html
RichOren/polymer-starter-kit
<!-- 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://polymer....
doc/api/tracker/TrackerClient/peerport.html
kyorohiro/dart_hetimatorrent
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>peerport property - TrackerClient class - tracker library - Dart API</title> <!-- required because all the ...
v0.12.1/generated/statsmodels.tsa.statespace.exponential_smoothing.ExponentialSmoothing.from_formula.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...
chrome/browser/resources/file_manager/css/file_manager.css
rogerwang/chromium
/* * Copyright (c) 2012 The Chromium Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ /* Outer frame of the dialog. */ body { -webkit-box-flex: 1; -webkit-box-orient: vertical; -webkit-transition: opacity 70ms linear; ...
app/templates/user.html
hmdavis/flask-mega-tutorial
<!-- extend base layout --> {% extends "base.html" %} {% block content %} <table> <tr valign="top"> <td><img src="{{user.avatar(128)}}"></td> <td> <h1>User: {{user.nickname}}</h1> {% if user.about_me %}<p>{{user.about_me}}</p>{% endif %} {% if user.last_seen %}<p...
chrome/browser/resources/print_preview/print_preview.html
nacl-webkit/chrome_deps
<!DOCTYPE html> <html i18n-values="dir:textdirection;" id="print-preview"> <head> <meta charset="utf-8"> <title i18n-content="title"></title> <link rel="icon" href="../../../app/theme/default_100_percent/common/favicon_print_preview.png"> <link rel="stylesheet" href="print_preview.css"> <link rel="styleshee...
Norman/templates/dashboard/admin/login.html
Olamyy/Norman
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content="Norman Bot Team"> <!-- App Favicon --> <link rel="shortcut icon" href="{{ url_fo...
acml/Doc/html/ZFFT2DX.html
KaimingOuyang/HPC-K-Means
<html lang="en"> <head> <title>ZFFT2DX - AMD Core Math Library (ACML) 5.3.1</title> <meta http-equiv="Content-Type" content="text/html"> <meta name="description" content="AMD Core Math Library (ACML) 5.3.1"> <meta name="generator" content="makeinfo 4.13"> <link title="Top" rel="start" href="index.html#Top"> <link rel="...
transitionTypesApp/footer.html
edchat/dappSamples
<template class="width100 height100"> <d-linear-layout vertical="true" class="width100"> <d-linear-layout vertical="false" class="width100" style="height:40px; background-color: pink;"> <input id="rev" type="checkbox">Reverse transition <input id="nextFooter1" type="button" on-click="ttApp.showOrHideViews('foo...
frontend/web/css/t1/red.css
syedmaaz/marxmall-
/* Background - Color */ .shop-cart.bar-dropdown > li > a, .shop-product-thumb > a, .shop-recent-product ul li a, .shop-recent-product > p, .deal-week > h2 > span, .deal-of-weak > a, .heading-5 h2 i, .heading-5:before, .categories-widget ul li i, .custom-pagination > ul > li > a:hover, .custom-pagination > a > span:ho...
root/assets/test/js_unit/results.html
ucla/mwf
<!DOCTYPE html> <html> <head> <title>MWF JS unit tests</title> <link rel="stylesheet" href="qunit/qunit.css" type="text/css"/> <meta name="viewport" content="height=device-height,width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no"> <script src="../../js.php...
src/Java/BouncyCastle/bcpkix-jdk15on-152/javadoc/org/bouncycastle/dvcs/test/DVCSParseTest.html
GaloisInc/hacrypto
<!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_75) on Sun Mar 01 12:04:17 AEDT 2015 --> <title>DVCSParseTest (Bouncy Castle Library 1.52 API Specification)</title> <meta name="date" ...
hakyllTags/assembly.html
Istap/Istap.github.io
<?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" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <titl...
doxygen-html/test_8c.html
jj1bdx/sfmt-extstate
<!-- This comment will put IE 6, 7 and 8 in quirks mode --> <!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>test.c File...
whuru/profiles/templates/registration/password_change_form.html
lmorchard/whuru
{% extends "base.html" %} {% block content %} <div class="page-header"> <h1>Change password</h1> </div> <form method="post" action="."> {{ csrf() }} {{ form.as_p() }} <input type="submit" value="{{ _("Submit") }}" /> </form> {% endblock %}
_site/2010/07/06/dropbox-for-debian/index.html
ghostbar/ghostbar.co
<!DOCTYPE HTML> <html> <head> <meta charset='utf-8'> <meta name='viewport' content='width=device-width, initial-scale=1.0'> <!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link rel='shortcut icon' href='/img/favicon.ico' type='imag...
src/Java/BouncyCastle/BouncyCastle-1.54/lcrypto-jdk15on-154/javadoc/org/bouncycastle/asn1/sec/package-frame.html
GaloisInc/hacrypto
<!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_91) on Tue Dec 29 12:44:17 AEDT 2015 --> <title>org.bouncycastle.asn1.sec (Bouncy Castle Library 1.54 API Specification)</title> <meta ...
v0.12.2/_modules/statsmodels/robust/scale.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...
doc/html/class_ui_1_1_settings_widget.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...
templates/login.html
tinyms/ArchiveX
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>ArchiveX workbench</title> <meta name="description" content="ArchiveX web framwork"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <link rel="stylesheet" href="{{ static_url('theme/v.3.2.1/c...
resources/hemesh/ref/html/classwblut_1_1hemesh_1_1_h_e_m___triangle_inversion-members.html
DweebsUnited/CodeMonkey
<!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.0/generated/statsmodels.discrete.count_model.ZeroInflatedGeneralizedPoissonResults.prsquared.html
statsmodels/statsmodels.github.io
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset="utf-8" /> <title>statsmodels.discrete.count_model.ZeroInflatedGeneralizedPoissonResults.prsquared &#8212; statsmodels v0.10.0 documentation</title> <link rel="stylesheet" href="../_static/nature.css" type="text/css" /> ...
publicDocsFinal/application/MainSimulation.html
sdarks/JaRBoPS
<!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_40) on Fri Apr 17 10:57:21 BST 2015 --> <title>MainSimulation</title> <meta name="date" content="2015-04-17"> <link rel="stylesheet" type="text...
public/bower_components/sb-admin-v2/css/sb-admin.css
guillaumesoul/DecisionHelper
/* Global Styles */ /* ------------------------------- */ body { padding-top: 100px; background-color: #f8f8f8; } @media(min-width:768px) { body { padding-top: 50px; } } /* Wrappers */ /* ------------------------------- */ #wrapper { width: 100%; } #page-wrapper { padding: 0 15px;...
build/lib.linux-x86_64-2.7/PyQt-gpl-5.5.1/doc/html/api/qdragleaveevent.html
lnerit/ktailFSM
<!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>QDragLeaveEvent &mdash; PyQt 5.5.1 Reference Guide<...
doc/api/polymer_app_layout/FileWriter/onError.html
lejard-h/polymer_app_layout_templates
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>onError property - FileWriter class - polymer_app_layout library - Dart API</title> <!-- required because a...
pyconde/skins/pyconde2017/static/assets/css/bootstrap.css
pysv/djep
/*! * Bootstrap v3.1.1 (http://getbootstrap.com) * Copyright 2011-2014 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ /*! normalize.css v3.0.0 | MIT License | git.io/normalize */ html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-a...
docs/ioss_html/structanonymous__namespace_02Ioss__Sphere_8C_03_1_1Constants-members.html
nschloe/seacas
<!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...
brubeck/templates/templatetags/ticker.html
albatrossandco/brubeck_cms
{% load markup %}{% for article in articles %} {% spaceless %}<li><a href="{{ article.get_absolute_url }}">{{ article|markdown }}</a></li>{% endspaceless %} {% endfor %}
ui/src/app/views/settings/workflow-template/add/workflow-template.add.html
ovh/cds
<div class="wrapper"> <app-breadcrumb [path]="path"></app-breadcrumb> <app-scrollview class="scrollview"> <div class="ui grid"> <div class="thirteen wide column"> <div *ngIf="projectKey && workflowName" class="ui blue message"> {{'workflow_template_help_ad...
web/_site/doc/es/what-is-rubinius/index.html
takano32/rubinius
<!DOCTYPE html> <html dir="ltr" lang="es"> <head> <title>Rubinius : Use Ruby&#8482;</title> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta content='es' http-equiv='content-language'> <meta content='Rubinius is an implementation of the Ruby programming l...
source/port/HTML/dusty.html
ToonTalk/desktop-toontalk
<html> <head> <title>ToonTalk - Asper, o aspirador de pó, suga coisas e as elimina novamente</title> <link rel="stylesheet" type="text/css" href="../toontalk.css"> </head> <body link="#0000ff" vlink="#800080" bgcolor="#ffffff"> <div align="center"> <a name="topo"></a> <table width=468 cellspacing=0 cellpadding=0 bord...
windberg_web/static/css/jumbotron-narrow.css
janLo/Windberg-web
/* Everything but the jumbotron gets side spacing for mobile first views */ .header, .marketing, .footer { padding-left: 15px; padding-right: 15px; } /* Custom page header */ .header { border-bottom: 1px solid #e5e5e5; } /* Make the masthead heading the same height as the navigation */ .header h3 { margin-top:...
v0.13.1/generated/statsmodels.miscmodels.ordinal_model.OrderedResults.pvalues.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...
api/classcrossbow_1_1buffer__reader-members.html
tellproject/homepage-generator
<!-- HTML header for doxygen 1.8.10--> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="utf-8"/> <title>Member List$</title> <link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.6.0/pure-min.css"> <link rel="stylesheet"...
flask_views/tests/functional/templates/form_view.html
brocaar/flask-views
{{ form.username }}
public/css/style.css
marjan88/zend-tutorial
body { padding-top: 60px; padding-bottom: 40px; } .zf-green { color: #68b604; } .btn-success { background-color: #57a900; background-image: -moz-linear-gradient(top, #70d900, #57a900); background-image: -ms-linear-gradient(top, #70d900, #57a900); background-image: -webkit-gradient(linear, 0 0, 0 1...
v0.12/api/generated/metpy.interpolate.interpolate_to_grid.html
metpy/MetPy
<!DOCTYPE html> <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]--> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>interpolate_to_grid &mdash; MetPy 0.12</titl...
lot/discovery/templates/discovery/account/login.html
Ecotrust/forestplanner
{% extends 'discovery/common/base.html' %} {% load static %} {% load i18n %} {% load account %} {% block content %} <div class="container"> <div class="row"> <h1>Welcome back</h1> </div> {% if socialaccount.providers %} <div class="row"> <div class="well"> <h4>Option 1 <span class="text-info">(...
web/pages/module.html
0tone/mult
<!DOCTYPE html> <html> <head> <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport" /> <title>模板页面</title> <style type="text/css"> img{ display: block; } </style> </head> <body> <!-- <img class="lazy" src="../images/wait.png" height="433" width="650" data-origin...
app/sso/templates/sso/serviceaccount/noneavailable.html
nikdoof/test-auth
{% extends "base.html" %} {% block title %}External Service Account{% endblock %} {% block content %} <div class="page-header"> <h1>Add Service</h1> </div> <p>You have no services available to add to your account</p> <p>If this is unexpected, please check that your API key is correct. If you have recently joined...
lib/templates/class.html
a14n/dartdoc
{{>head}} {{#class}} {{>documentation}} {{/class}} {{#class.hasModifiers}} <section> <dl class="dl-horizontal"> {{#class.hasAnnotations}} <dt>Annotated by:</dt> <dd><ul class="comma-separated class-relationships"> {{#class.annotations}} <li>{...
core/features/dateParsing/TestCases/individual/SlashSeparator/1180.html
operasoftware/presto-testo
<!DOCTYPE html> <html> <meta charset="utf-8"> <title>Date parser test — 100&lt;=x&lt;=999 and 70&lt;=y&lt;=99 and 70&lt;=z&lt;=99 — 200/83/78</title> <script src="../date_test.js"></script> <p>Failed (Script did not run)</p> <script> test_date_invalid("200/83/78", "Invalid Date") </script> </html>
ext/ant/manual/api/org/apache/tools/ant/util/Base64Converter.html
cisco/PDTool
<!DOCTYPE HTML> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (14.0.1) on Sun May 10 16:33:21 CEST 2020 --> <title>Base64Converter (Apache Ant API)</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="dc.created" content="2020-05-10"> <meta name="description" cont...
cobalt/demos/content/disable-jit/index.html
youtube/cobalt
<!doctype html> <html> <head> <meta charset="utf-8"> <meta cobalt-jit="disable"> <title></title> </head> <body> </body> <script> function add(x, y) { return x + y; } for (var i = 0; i < 10001; i++) { console.log(i + ": " + add(i, i+1)); } wind...
demo/VisTools.html
marks/Keshif
<!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"> <head> <title>Visualization Tools</title> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <script type="...
v0.13.1/generated/statsmodels.tsa.exponential_smoothing.ets.ETSModel.information.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...
src/doxygen/html/classMDUEvent-members.html
wnoc-drexel/gem5-stable
<!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>gem5: Member List</title> <link href="doxygen.css" rel="stylesheet" type="text/css"> <link href="tabs.css" rel="stylesheet" type="text/css"> </head><body> <!-- Gener...
v0.10.2/generated/statsmodels.tsa.statespace.kalman_smoother.KalmanSmoother.simulate.html
statsmodels/statsmodels.github.io
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset="utf-8" /> <title>statsmodels.tsa.statespace.kalman_smoother.KalmanSmoother.simulate &#8212; statsmodels v0.10.2 documentation</title> <link rel="stylesheet" href="../_static/nature.css" type="text/css" /> <link rel="s...
software/camod/WebRoot/WebHelp/caMOD_Online_Help/Submit and Edit Models.4.25.html
NCIP/camod
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> ...
q2d2/static/index.html
gregcaporaso/q2d2
{% import q2d2 %} {% import os %} <!DOCTYPE html> <html lang="en"> <head> <title>Q2D2 Dashboard</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css"> <link href="/s...
toffee/templates/app_template.html
bingorabbit/django-toffee
{% load addcss %} {% load bootstrap3 i18n %} {% load eztables %} <!DOCTYPE html> <html> <head> <title>{{ title }}</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> {# Loading jQuery in the Header for support datatables initialization in the app_table.html template #} <script...
templates/djangobb_forum/profile/profile_privacy.html
aldenjenkins/foobargamingwebsite
{% extends 'djangobb_forum/base.html' %} {% load forum_extras %} {% load i18n %} {% block body_id %}profile{% endblock %} {% block meta_title %}{{ profile.username|safe|truncatechars:20 }} | {% trans 'User' %}{% endblock %} {% block content %} {% include 'djangobb_forum/profile/profile_menu.html' %} <div class="con...
_layouts/post.html
richardrobinsonx/richardrobinsonx.github.io
--- layout: default --- <article> <header> <h1>{{ page.title }}</h1> <p>{{ page.date | date: "%b %-d, %Y" }}</p> </header> <div> {{ content }} </div> </article>
doc/obs-range.html
ofrohn/seh
<!DOCTYPE html> <html> <head> <title>Space Observatories - Spectral Ranges</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <style type="text/css"> body { font: normal 13px/1.35 sans-serif; margin: 0; padding:0; background:#fff; } </style> <script type="text/javascript" src=".....
testpages/no.ap.html
crisisking/udbraaains
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><title>Urban Dead - The City</title><link rel="stylesheet" href="http://urbandead.com/dead.css?0121"><!--v13.45--> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js" type="text/javascript" charset="utf-8"></script> <scr...
cma-install/grails-1.0.4/doc/api/org/codehaus/groovy/grails/validation/class-use/VetoingConstraint.html
NCIP/cma
<!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_16) on Fri Nov 14 13:22:34 GMT 2008 --> <TITLE> Uses of Interface org.codehaus.groovy.grails.validation.VetoingConstraint (Grails 1.0.4) </TITLE> <...
app/index.html
zachariahtimothy/converter-absurdjs-css
<!doctype html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]--> <head> <meta chars...
v0.12.2/generated/statsmodels.tsa.statespace.sarimax.SARIMAX.from_formula.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...
doc/api/polymer_app_layout.behaviors/TextTrack/removeRegion.html
lejard-h/polymer_app_layout_templates
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>removeRegion method - TextTrack class - polymer_app_layout.behaviors library - Dart API</title> <!-- requir...
resources/FIPS/OpenSSL/www.openssl.org/docs/apps/genpkey.html
GaloisInc/hacrypto
<html> <head> <!-- Copyright (c) 1998-2014 The OpenSSL Project, http://www.openssl.org/ Author: OpenSSL (openssl@openssl.org) Modified: 2013-09-05 23:00:09. Generated from ``genpkey.wml'' via WML 2.0.11 (19-Aug-2006). by OpenSSL (openssl@openssl.org) on 2014-05-01 12:...
v0.11.1/generated/statsmodels.iolib.smpickle.load_pickle.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.9.0/datasets/statsmodels.datasets.webuse.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="X-UA-Compatible" content="IE=Edge" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <t...
doc/index-files/index-1.html
s0pau/Cosm4J
<!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 Fri Feb 15 00:01:34 GMT 2013 --> <TITLE> A-Index </TITLE> <META NAME="date" CONTENT="2013-02-15"> <LINK REL ="stylesheet" TYPE="text/css" HR...
templates/component/client/facebook_profile.html
chrisblackni/onxshop
<!-- BEGIN: content --> <!-- BEGIN: profile --> <div class="facebook_profile"> <img src="https://graph.facebook.com/{USER_PROFILE.id}/picture"> </div> <!-- END: profile --> <!-- END: content -->
app/views/tags/index.html
glassesfactory/hagedown
{% extends "partial/base.html" %} {% block title %}TAG INDEX | {{ super()}}{% endblock %} {% block main %} <h1>TAG INDEX</h1> <div class="container"> {% for tag in tagList %} <a href="/tags/{{tag.name}}" class="tagSize{{tag.size}}">{{tag.name}}</a> {% endfor %} </div> {% endblock %}
wagtail/wagtailadmin/templates/wagtailadmin/shared/breadcrumb.html
chrxr/wagtail
{% load i18n wagtailadmin_tags %} <ul class="breadcrumb"> {% for page in page.get_ancestors %} {% if page.is_root %} <li class="home"><a href="{% if choosing %}{% url 'wagtailadmin_choose_page_child' page.id %}{% querystring p=None %}{% else %}{% url 'wagtailadmin_explore_root' %}{% endif %}" c...
stats/bots.html
mogigoma/gameai-2014-09
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>SkullSpace :: Game AI Hackathon</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content=""> <link rel="shortcut icon" type="image/x-ico...
public/css/app.css
vitorismart/ChromeCast
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */ html { font-family: "Roboto", sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } footer { width:100%; height: 60px; background-color: black; position: absolute; bottom: 0px; color: white; } footer h2{ font-family:...
v0.11.1/generated/statsmodels.sandbox.regression.gmm.NonlinearIVGMM.score_cu.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...
modules/market/template/app_list_grid.tpl.html
openbizx/cubix
<form id='{$form.name}' name='{$form.name}'> <style> {literal} #app_list .form_table td span { height:auto; width:auto; } #app_list .form_table td a.button_gray_m{ color:#666666; } #app_list .form_table td img{ border-radius: 10px; border:1px solid #FFFFFF; } #app_list .form_table .selected td img{ border:1px solid #...
webapi/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-006-manual.html
xiaojunwu/crosswalk-test-suite
<!DOCTYPE html> <html> <head> <title>CSS Backgrounds and Borders Test: background-size - one &lt;length&gt; value</title> <link rel="author" title="Intel" href="http://www.intel.com"> <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> <!-- 2012-11-...
v0.12.1/generated/statsmodels.genmod.generalized_estimating_equations.OrdinalGEE.qic.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...
src/doc/html/classignnetwork-members.html
wejick/ignsdk-qt
<!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...
doc/api/hetimatorrent.tracker/TrackerUrl/infoHashValue.html
kyorohiro/dart_hetimatorrent
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>infoHashValue property - TrackerUrl class - hetimatorrent.tracker library - Dart API</title> <!-- required ...
doc/html/dir_bae10d2873ac4473834db70a4ce2a6f9.html
KAtana-Karlsruhe/AADC_2015_KAtana
<!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...
trace_viewer/tracing/importer/v8/splaytree.html
bpsinc-native/src_third_party_trace-viewer
<!DOCTYPE html> <!-- Copyright (c) 2012 The Chromium Authors. All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. --> <link rel="import" href="/tvcm.html"> <script> 'use strict'; /** * @fileoverview Splay tree used by CodeMap. */ tvcm.exportTo('traci...
docs/symbols/src/_Users_coj_Sites_spazcore_helpers_network.js.html
spazproject/spazcore
<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"> <style> .KEYW {color: #933;} .COMM {color: #bbb; font-style: italic;} .NUMB {color: #393;} .STRN {color: #393;} .REGX {color: #339;} .line {border-right: 1px dotted #666; color: #666; font-style: normal;} </style></head><body><pre><s...
mobileAppNested/footer.html
edchat/dappSamples
<template> <d-linear-layout id="testFooterId" vertical="false" class="pageFooter"> <div class="fill"><button is="d-button" on-click="mobileAppNested.showOrHideViews('vs,aaa')"></button></div> <div class="fill"><button is="d-button" on-click="mobileAppNested.showOrHideViews('vs,bbb')"></button></div> <div class="...
styleguide/typography.html
Bekka666/ecommerce-website
<!DOCTYPE html> <html lang="en-ca"> <head> <meta charset="utf-8"> <title>Typography Styleguide</title> <link href="css/typography.css" rel="stylesheet"> <style> /* Do not add CSS here -- this is just for controlling the line length */ body { margin: 0 auto; padding: 0; max-width: 45rem...
solr-4.10.3/docs/solr-core/org/apache/solr/search/class-use/DocIterator.html
71D3R/datos
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_65) on Wed Dec 10 00:36:12 EST 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="utf-8"> <title>Uses of Inter...
app/module_extendperiod/tpl/dialog-extendperiod-task-detail.tpl.html
dedp1984/gps_client
<form name="form" class="form-horizontal"> <div class="modal-header"> <h4 class="modal-title"><i class="fa fa-exclamation-circle"></i>任务详情</h4> </div> <div class="modal-body" style="height: 700px;overflow-y: auto"> <uib-tabset> <uib-tab index="0"> <uib-tab-heading...
_includes/social-links.html
davewhipp/davewhipp.github.io
<script type="text/javascript"> // based on http://stackoverflow.com/a/10300743/280842 function gen_mail_to_link(hs, subject) { var lhs,rhs; var p = hs.split('@'); lhs = p[0]; rhs = p[1]; document.write("<a class=\"social-link-item\" target=\"_blank\" href=\"mailto"); document.write(":" + lh...
src/app/admin/admin.component.html
vicqs/ne
<h2>ADMIN</h2> <p> Aqui va la administracion del perfil. </p>
tests.html
StorytellerCZ/fictionaltime
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>QUnit Testing</title> <link rel="stylesheet" href="css/qunit-1.18.0.css"> </head> <body> <!-- Get the main scripts --> <script src="js/vendor/modernizr.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></s...