path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
homedisplay/display/templates/snippets/dialogs/electricity.html | ojarva/home-info-display | {% extends "snippets/dialog_base.html" %}
{% block modal-content %}
<div class="days-hours-heatmap">
<!-- calibration and render type controller -->
<div class="calibration" role="calibration">
<div class="group" role="example">
<svg width="180" height="17">
</svg>
<div role="description" cla... |
doc/src-html/edu/wpi/first/Team61Robot/commands/RightClawUp.html | BVT-Team-61/Team61Oldbot | <!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="s... |
0.15/generated/mne.spatial_dist_connectivity.html | mne-tools/mne-tools.github.io | <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>mne.spatial_dist_connectivity — MNE 0.15 documentation</title>
<link rel="stylesheet" href="../_static/bootstrap-sphinx.css" type="text/css" />
<link r... |
version-1.0/css/ui-radio.css | allskystar/ECUI | .ui-radio {width:12px;height:12px;overflow:hidden;display:inline-block;margin:0px 0px;background:url(img/ecui.png) 0px -18px no-repeat;vertical-align:middle;*display:inline;zoom:1;}
.ui-radio-hover {background-position:-17px -18px}
.ui-radio-disabled {background-position:-68px -18px}
.ui-radio-checked {background-posit... |
src/components/stateless-display.html | caranicas/webcomponents-state | <!--
A "stateless" not entirely sure what that means yet.
-->
<link rel="import" href="../bower_components/polymer/polymer.html">
<dom-module id="stateless-display">
<template>
<style include="shared-styles">
:host {
display: block;
padding: 10px;
color:white;
background-color: rgb(2... |
wrangler/webapp/client/templates/editSubmission/reviewDocuments.html | UCSC-MedBook/MedBook_ | <template name="reviewWranglerDocuments">
<h2>Review</h2>
{{#if getSubmissionType}}
{{! NOTE: I decided to call showReviewPanels with an argument back when
I switched out that argument with #ifs. I'm too lazy to change
it without needing to.}}
{{> showReviewPanels getPanels}}
... |
style/steps.css | ndxm/NDReactBoilerplate |
.rc-steps {
font-size: 0;
width: 100%;
line-height: 1.5;
}
.rc-steps .rc-steps-item {
position: relative;
display: inline-block;
vertical-align: top;
}
.rc-steps .rc-steps-item.rc-steps-status-wait .rc-steps-head-inner {
border-color: #cccccc;
background-color: #fff;
}
.rc-steps .rc-ste... |
doc/edu/umass/cs/sase/query/Predicate.html | sylvainhalle/sase | <!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_24) on Tue Mar 08 22:33:49 EST 2011 -->
<TITLE>
Predicate
</TITLE>
<META NAME="date" CONTENT="2011-03-08">
<LINK REL ="stylesheet" TYPE=... |
doc/api/elf/SchemeComparator.html | sergv/jscheme | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_27) on Thu Jul 25 20:38:41 EEST 2013 -->
<TITLE>
SchemeComparator (JScheme API)
</TITLE>
<META NAME="date" CONTENT="2013-07-25">
<LINK REL ="styles... |
questionnaire/templates/questionnaires/entry/grid.html | testvidya11/ejrf | {% load questionnaire_entry_tags %}
<div class="table-responsive">
<table class="table table-hover table-striped table-bordered" id="grid-table">
<thead>
{% if a_group.has_subgroups %}
<tr>
<th rowspan="2" class="qn-no">Q NO</th>
{% for order in a_group.qu... |
Examples/SkidPadSimple/html/SkidPadSimple.html | andresmendes/Vehicle-Dynamics-Lateral |
<!DOCTYPE html
PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<!--
This HTML was auto-generated from MATLAB code.
To make changes, update the MATLAB code and republish this document.
--><title>Skid Pad Simple</title><me... |
doc/api/polymer_app_layout/HtmlElement/onDrop.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>onDrop property - HtmlElement class - polymer_app_layout library - Dart API</title>
<!-- required because a... |
doc/api/polymer_app_layout.behaviors/TouchEvent/shiftKey.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>shiftKey property - TouchEvent class - polymer_app_layout.behaviors library - Dart API</title>
<!-- require... |
examples/staticmaps/routes.html | mpuig/TileStache | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>staticmaps</title>
<style type="text/css" media="screen">
h5 { margin:0 }
.staticmap { float:left; width: 450px; height: 450px; margin:20px;}
</style>
</head>
<body id="" onload="">
<img src="http://127.0.0.... |
solr/docs/solr-solrj/org/apache/solr/client/solrj/io/sql/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:42 EDT 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>org.apache.solr.client.solr... |
api/overview-summary.html | ThomasObenaus/JCTools | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (version 1.7.0_79) on Sun Apr 26 17:27:41 CEST 2015 -->
<title>Overview</title>
<meta name="date" content="2015-04-26">
<link rel="stylesheet" ... |
app/test/index.html | rmpraba/MountLiteraPhonegap | <!doctype html>
<!--
@license
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be... |
web/doxygen/html/classQueue-members.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: Member List</title>
<link href="tabs.css" rel="stylesheet" type="t... |
signbank/dictionary/templates/dictionary/missingvideo.html | Woseseltops/signbank | {% extends "baselayout.html" %}
{% block content %}
<ul>
{% for gloss in glosses %}
<li><a href="{{PREFIX_URL}}/dictionary/gloss/{{gloss.idgloss}}.html">{{gloss.idgloss}}</a>
-- <a href="{{ STATIC_URL }}{{gloss.get_video_url}}">{{gloss.get_video_url}}</a></li>
{% endfor %}
</ul>
{% endblock %} |
devel/release/version0.8.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... |
vulyk/templates/base/_macros.html | mrgambal/vulyk | {% macro render_dict_as_table(data) %}
<table class="sTable" width="100%">
<tbody>
{% for key, value in data.items()|sort %}
<tr>
<td><strong>{{ key }}</strong></td>
{% if value.__class__.__name__ == "dict" %}
<td>{{ render_dict_as_tabl... |
src/doxygen/html/structAlphaISA_1_1TlbEntry-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... |
doc/MSP430FR57xx/html/globals_0x7a.html | ekawahyu/MSP430Ware | <!-- 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>Globals</ti... |
6.2/javadoc/com/exlibris/digitool/common/dnx/DnxDocumentHelper.LinkingIEIdentifier.html | ExLibrisGroup/Rosetta.dps-sdk-projects | <!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_45) on Tue Dec 17 16:26:32 IST 2019 -->
<title>DnxDocumentHelper.LinkingIEIdentifier</title>
<meta name="date" content="2019-12-17">
<link rel=... |
examples-android-chocolatechip/tableview-advanced-5.html | SoumitraAgarwal/chocolatechip-ui | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<title>Advanced Tableviews 5</title>
<link rel="stylesheet" href="../chui/chui.android.css">... |
core/features/dateParsing/TestCases/individual/PointSeparator/554.html | operasoftware/presto-testo | <!DOCTYPE html>
<html>
<meta charset="utf-8">
<title>Date parser test — January<=x<=December and 100<=y<=999 and 100<=z<=999 — july.697.100</title>
<script src="../date_test.js"></script>
<p>Failed (Script did not run)</p>
<script>
test_date_invalid("july.697.100", "Invalid Date")
</sc... |
search/templates/search/middleware_error.html | 350dotorg/akcrm | {% extends "base.html" %}
{% block content %}
{{ message }}
{% endblock %}
|
link-shortener-challenge/templates/links/link_form.html | goldhand/link-shortener | {% extends 'base.html' %}
{% load crispy_forms_tags %}
{% block content %}
<form class="form" method="POST" action="{{ action_url }}">
{% csrf_token %}
{{ form|crispy }}
<div class="control-group">
<div class="controls">
<button type="submit" class="btn">Save</button>
</div>
</div>
</form>
{% ... |
v0.10.0/generated/statsmodels.genmod.families.family.NegativeBinomial.variance.html | statsmodels/statsmodels.github.io |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>statsmodels.genmod.families.family.NegativeBinomial.variance — statsmodels v0.10.0 documentation</title>
<link rel="stylesheet" href="../_static/nature.css" type="text/css" />
<link rel="stylesh... |
doc/api/polymer_app_layout.behaviors/InputElement/formEnctype.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>formEnctype property - InputElement class - polymer_app_layout.behaviors library - Dart API</title>
<!-- re... |
doc/api/polymer_app_layout.behaviors/MidiPort/id.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>id property - MidiPort class - polymer_app_layout.behaviors library - Dart API</title>
<!-- required becaus... |
corehq/apps/indicators/templates/indicators/partials/time_shift_summary.html | qedsoftware/commcare-hq | {% if fixed_datespan_days or fixed_datespan_months or startdate_shift or enddate_shift %}
<dl style="margin-top: 0">
{% if fixed_datespan_days or fixed_datespan_months %}
<dt>Fix Datespan </dt>
<dd>{{ fixed_datespan_days }} day{{ fixed_datespan_days|pluralize }} and {{ fixed_datespan_months ... |
p5-CSS-Prepare/t/css/broken-import.css | norm/CSS-Prepare | @import "first.css";
@media print {
@import "print.css";
div {
color: black;
}
}
|
v0.11.0/generated/statsmodels.miscmodels.tmodel.TLinearModel.information.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... |
lib/synapse/docs/help/synautil.html | AArhin/restlib | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
<html>
<head>
<meta name="GENERATOR" content="PasDoc 0.9.0">
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<title>synautil</title>
<link rel="StyleSheet" type="text... |
doc/org/princehouse/mica/util/asm/NullClassVisitor.NullMethodVisitor.html | mica-gossip/MiCA | <!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_23) on Wed Mar 07 14:05:28 EST 2012 -->
<TITLE>
NullClassVisitor.NullMethodVisitor
</TITLE>
<META NAME="date" CONTENT="2012-03-07">
... |
gcc-linaro-4.9-2015.02-3-x86_64_arm-linux-gnueabihf/share/doc/as.html/D30V_002dAddressing.html | AlbandeCrevoisier/ldd-athens | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- This file documents the GNU Assembler "as".
Copyright (C) 1991-2014 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Do... |
api/0.3.6/html/_modules/colour/models/dataset/cinema_gamut.html | colour-science/colour-website | <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>colour.models.dataset.cinema_gamut — Colour 0.3.6 documentation</title>
<link rel="stylesheet" href="../../../../_static/basic.css" type="text/c... |
ch3/3.4-svg-elements.html | yysun/cac | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>世界地图</title>
<link href="styles.css" rel="stylesheet" />
<style>
rect {fill:none; stroke-width:1.3; stroke:#599fc0;}
line {fill:none; stroke-width:0.3; stroke:orange;}
circle {fill:yellow; stroke-width:0.3; stroke:red;}
text ... |
data-model/1.2/cyboxCommon/MeasureSourceType/index.html | johnwunder/johnwunder.github.io | ---
layout: data_model
title: MeasureSourceType
this_version: 1.2
---
<div class="row">
<div class="col-md-10">
<h1>MeasureSourceType<span class="subdued">CybOX Common Schema</span></h1>
<p class="data-model-description">The <a href='/data-model/1.2/cyboxCommon/MeasureSourceType'>MeasureSourceType</a> is a... |
docs/bower_components/paper-styles/shadow.html | larsgk/poly-2-snake | <html><head><link rel="import" href="../polymer/polymer.html">
</head><body><custom-style>
<style is="custom-style">
html {
--shadow-transition: {
transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
};
--shadow-none: {
box-shadow: none;
};
/* from http://co... |
templates_ignite/ignite_resources/pages/websockets.html | mozilla/mozilla-ignite | {% extends 'ignite_resources/pages/base.html' %}
{% block page_title %}WebSockets Learning Lab | {% endblock %}
{% block page_id %}websockets{% endblock %}
{% block section_class %}learning-lab{% endblock %}
{% block page_files %}
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}resources/css/ignite_ll.css... |
app/static/elephant-ui.css | oerc-elephat/elephant-ui | body {
margin: 40px;
}
.ui-head {
font-size: 1.6em;
margin-bottom: 15px;
}
.ui-head select{
font-size: .6em;
float:right;
margin-right:40px;
}
.collection .item {
border:1px solid black;
border-radius:10px;
padding:10px;
margin:10px;
}
.constructor-head {
font-size: 1... |
MoPiX/extras/Model/soycReport/compile-report/total_allOther-7Classes.html | ToonTalk/mopix2 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<script type="text/javascript">
function show(elementName)
{
hp = document.getElementById(elementName);
hp.style.visibility = "Visible";
}
function hide(elementName)
{
hp = document.getElementById(elementName);
hp.s... |
public/js/jssor/skin/arrow-16.source.html | alainbindele/openrate-it | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Arrow Navigator Skin 16 - Jssor Slider, Slideshow with Javascript Source Code</title>
</head>
<body style="font-family:Arial, Verdana;background-color:#fff;">
<script type="text/javascript" s... |
v0.11.0/generated/statsmodels.regression.recursive_ls.RecursiveLSResults.cov_params_oim.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... |
related/ppt/asset/ec-demo/color-category.html | redmed/echarts-www | <html>
<head>
<meta charset="utf-8">
<script src="../common/esl.js"></script>
<script src="../common/config.js"></script>
<link rel="stylesheet" href="../common/reset.css">
</head>
<body>
<style>
</style>
<div id="main"></div>
<script>
... |
solr/docs/solr-solrj/org/apache/solr/client/solrj/impl/class-use/NoOpResponseParser.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:42 EDT 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Uses of Class org.apache.so... |
XStatAPI/docs/api/cn/iaicc/smgk/business/class-use/IAuthInfoService.html | wangxin39/xstat | <!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_05) on Mon Sep 15 09:30:38 CST 2008 -->
<TITLE>
½Ó¿Ú cn.iaicc.smgk.business.IAuthInfoService µÄʹÓà (ÉñÃØ¹Ë¿Í¹ÜÀíÆ½Ì¨ API)
</TITLE>
<META NAME="date... |
src/gitology/d/templates/wiki/page.html | amitu/gitology | {% extends "wiki/base.html" %}
{% block title %}{{ document.meta.title }}{% endblock %}
{% block content %}
{{ document.index|safe }}
<h4>Comments</h4>
{% if document.replies.count %}
<ul>
{% for comment in document.replies %}
<li>
<div class="comment-body">
{{ comment.index|safe }}
<br>
... |
src/main/resources/templates/showAll.html | yelhouakmi/CCI_presentation | <!DOCTYPE HTML>
<html xmlns:th="http://www.thymeleaf.org">
<head>
<title>Liste des livres</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body>
<h3>Liste des livres</h3>
<table>
<tr>
<th>Actions</th>
<th>Nom de l'auteur</th>
<th>Nom du livre</th>
<th>Nom de l'edit... |
src/Document/КорректировкаПоступления/Form/ФормаДокумента/Help/ru.html | stop-time/pm_ut11 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html><head><meta content="text/html; charset=utf-8" http-equiv="Content-Type"></meta><link rel="stylesheet" type="text/css" href="v8help://service_book/service_style"></link><meta name="GENERATOR" content="MSHTML 9.00.8112.16448"></meta></head><body>
<h1>Ф... |
v0.10.2/generated/statsmodels.distributions.empirical_distribution.StepFunction.html | statsmodels/statsmodels.github.io |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>statsmodels.distributions.empirical_distribution.StepFunction — statsmodels v0.10.2 documentation</title>
<link rel="stylesheet" href="../_static/nature.css" type="text/css" />
<link rel="styles... |
v0.10.2/generated/statsmodels.regression.linear_model.RegressionResults.get_prediction.html | statsmodels/statsmodels.github.io |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>statsmodels.regression.linear_model.RegressionResults.get_prediction — statsmodels v0.10.2 documentation</title>
<link rel="stylesheet" href="../_static/nature.css" type="text/css" />
<link rel=... |
doc/ref/html/struct_w_s_t_m_1_1_w_in_atomic_error.html | bretthall/Wyatt-STM | <!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... |
devel/generated/statsmodels.miscmodels.count.PoissonGMLE.loglikeobs.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... |
Source/Testing/HtmlRenderer.ExperimentalApp/Data/Files/sahibinden/AB0FE79986EFBE7B52DD968238D8433A.html | todor-dk/HTML-Renderer | <!doctype html>
<!--[if IE 8]><html class="ie8 " lang="tr"><![endif]-->
<!--[if IE 9]><html class="ie9 " lang="tr"><![endif]-->
<!--[if gt IE 9]><!--><html class="" lang="tr"><!--<![endif]-->
<head>
<!--[if lt IE 9]>
<script type="text/javascript">
document.createElement('header');
document.createElement('n... |
doc/api/polymer_app_layout.behaviors/ServiceWorkerContainer-class.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>ServiceWorkerContainer class - polymer_app_layout.behaviors library - Dart API</title>
<!-- required becaus... |
doc/api/torrent_dht/KrpcGetPeers/tokenAsKId.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>tokenAsKId property - KrpcGetPeers class - torrent_dht library - Dart API</title>
<!-- required because all... |
solr/docs/solr-core/org/apache/solr/store/blockcache/class-use/BlockCache.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>Uses of Class org.apache.so... |
core/features/dateParsing/TestCases/individual/CommaSeparator/904.html | operasoftware/presto-testo | <!DOCTYPE html>
<html>
<meta charset="utf-8">
<title>Date parser test — 0<=x<=99 and 0<=y<=99 and January<=z<=December — 68,99,january</title>
<script src="../date_test.js"></script>
<p>Failed (Script did not run)</p>
<script>
test_date("68,99,january", 1999, 2, 8, 23, 0, 0)
</script>
... |
extras/documentation/api/extras/ZendX_JQuery/View/_JQuery---View---Helper---UiWidget.php.html | CoursePark/Zend-Framework-Releases | <?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 UiWidget.php</title>
... |
tracing/tracing/ui/base/color_legend.html | sahiljain/catapult | <!DOCTYPE html>
<!--
Copyright (c) 2015 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="/tracing/base/color_scheme.html">
<link rel="import" href="/tracing/model/compound_event_selection_state.html... |
jetty/jxr/org/mortbay/jetty/ant/utils/TaskLog.html | napcs/qedserver | <!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_AU" lang="en_AU">
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
<title>TaskLog xref</title>
<link type="te... |
tos-laimas-compass-win32-x64/resources/app/node_modules/openlayers/coverage/ol/style/regularshapestyle.js.html | LeoLombardi/tos-laimas-compass | <!doctype html>
<html lang="en">
<head>
<title>Code coverage report for ol/style/regularshapestyle.js</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="../../prettify.css" />
<link rel="stylesheet" href="../../base.css" />
<meta name="viewport" content="width=device-width, initial-scale=... |
test/lib/static5/test.html | happner/happner | <!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title></title>
</head>
<body>
This is the wrong body
</body>
</html>
|
target/gensolution-1.0.0-BUILD-SNAPSHOT/resources/css/tree/treeview.min.css | GenSolutionRep/Note | @CHARSET "UTF-8";
div#tree {
position: relative;
height: 100%;
width: 100%;
margin-right: 16px;
}
ul.fancytree-container {
height: 100%;
width: 100%;
background-color: transparent;
}
span.fancytree-title {
color: #4c4c4c;
text-decoration: none;
position: relative;
top: 0px;
}
span.fancytree-focused span.... |
java/play-1.4.4/documentation/api/play/server/package-use.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 Package play.... |
assets/css/styles-4.css | ivanfan12345/cv | /*
* Template Name: Orbit - Responsive Resume/CV Template for Developers
* Version: 1.0
* Author: Xiaoying Riley
* Twitter: @3rdwave_themes
* License: Creative Commons Attribution 3.0 License
* Website: http://themes.3rdwavemedia.com/
*/
/* styles-4.css */
/* ======= Base ======= */
body {
font-family: 'Robo... |
web/css/components/mainmenu.css | sfraoua/city | /*@secondBarBgColor : rgba(99, 147, 153, 0.85);*/
#mainmenu .logo {
position: absolute;
top: 15px;
}
#mainmenu a {
color: white;
}
#mainmenu ul {
padding: 0;
margin: 0;
line-height: 44px;
width: 20%;
font-size: 18px;
margin-left: 120px;
}
#mainmenu ul li {
margin-right: 5px;
display: inline-block;... |
tests/testData/standard/px-files/dist/sample_pages/samples/bbb.html | hk-r/px2-extract-ogp | <!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title></title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="keywords" content="" />
<meta name="description" content="" />
<!-- jQuery -->
<script src="/common/scripts/jquery-1.10.1.min.js" type="text/javascript"... |
_pgbackup/index copy_1505428427.html | Emovers1234/excellent-movers.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Agency - Start Bootstrap Theme</title>
<!-... |
assets/css/screen.css | Schoewilliam/Stitch-Blue | /* ----------------------------------------
Fonts */
@import url('/assets/fonts/Fira/fira.css');
@import url('/assets/fonts/Merriweather/merriweather.css');
@import url('/assets/fonts/fork-awesome/css/fork-awesome.min.css');
@import url('/assets/fonts/charissil/charissil.css');
input,
textarea,
.top,
select.custom,
.sm... |
doc/app/README_rdoc.html | gadzorg/GorgAccountManager | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>README - Rails Application Documentation</title>
<script type="text/javascript">
var rdoc_rel_prefix = "./";
</script>
<script src="./js/jquery.js"></script>
<script src="./js/darkfish.js"></script>
<link href="./css/fonts.css" rel="stylesheet">
<link h... |
slideshow/slides/rename-a-filedirectory.html | gdichicago/intro-to-command-line | <h2>Rename a File/Directory</h2>
<h3><code>mv orig dest</code></h3>
<img src="img/renamefile.png" alt="rename file/directory"> |
docs/modules/views_newitemformview_newitemview_.html | rLoka/OfficeEquipmentTracker | <!doctype html>
<html class="default no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>"Views/NewItemFormView/NewItemView" | Office Equipment Tracker - Generated documentation</title>
<meta name="description" content="">
<meta name="viewport" content="widt... |
gradle_groovydoc/org/gradle/nativeplatform/NativeDependencySet.html | huntervwang/bobingqing_www | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- **************************************************************** -->
<!-- * PLEASE KEEP COMPLICATED EXPRESSIONS OUT OF THESE TEMPLATES, * -->
<!-- * i.e. only iterate & print data where possible. Thanks, Jez. *... |
static/default/angularjs/docs/partials/api/ng/directive/ngHide.html | kinhluan/500CISAN | <a href='https://github.com/angular/angular.js/edit/v1.5.x/src/ng/directive/ngShowHide.js?message=docs(ngHide)%3A%20describe%20your%20change...#L179' class='improve-docs btn btn-primary'><i class="glyphicon glyphicon-edit"> </i>Improve this Doc</a>
<a href='https://github.com/angular/angular.js/tree/v1.5.0-beta... |
avalon_demo/antixss.html | windprog/html-lib | <!DOCTYPE html>
<html>
<head>
<title>ms-on-mousewheel</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<script src="js/avalon.js"></script>
<script>
avalon.define("test", function(... |
lib/Log4net 1.2.13/doc/release/sdk/log4net.Appender.UdpAppenderProperties.html | YOTOV-LIMITED/pokerleaguemanager | <html dir="LTR">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
<title>UdpAppender Properties</title>
<xml>
</xml>
<link rel="stylesheet" type="text/css" href="MSDN.css"... |
docs/documents/api/class/src/middle_level/elements/M_Scene.js~M_Scene.html | emadurandal/GLBoost | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<base data-ice="baseUrl" href="../../../../">
<title data-ice="title">M_Scene | glboost</title>
<link type="text/css" rel="stylesheet" href="css/style.css">
<link type="text/css" rel="stylesheet" href="css/prettify-tomorrow.css">
<script src="script/prett... |
Sabio.Web/404.html | entrotech/deployapp | <!DOCTYPE html>
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
<!--[if !IE]><!-->
<html lang="en">
<!--<![endif]-->
<head>
<meta charset="utf-8" />
<title>Page Not Found</title>
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport" />
<meta... |
third_party/tbb/doc/html/modules.html | bachelorwhc/Valkyrie | <!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... |
Examples/Data/Templates/In-table master detail.html | groupdocs-assembly/GroupDocs.Assembly-for-.NET | <html>
<body>
<table>
<tr>
<th>
Customer
</th>
<th>
Order Price
</th>
</tr>
<<foreach [in customers]>>
<tr> <!-- Repeated master row. -->
<td>
<b><<[CustomerName]>></b>
</td>
<td>
<<[Order.Sum(c => c.Price)]>>
</td>
</tr>
<<foreach [in Order]>>
<tr> <!-- Repeated detai... |
spec/fixtures/sites/site-0.2.5/stylesheets/orange.css | hibariya/retter | @charset "utf-8";
html {
height: 100%;
}
body {
margin: 0 auto 0 auto;
padding: 0;
font-family: sans-serif;
background: #EEE;
background-image: url("../images/orange/bg_body.jpg");
background-attachment: fixed;
height: 100%;
line-height: 1.5em;
}
#header ul {
list-style: none;
}
a {
text-decor... |
docs/_build/html/doc3.html | cityofaustin/open-data-docs |
<!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>doc3 — Open Data Manual 0.0.0 document... |
Dragonfly9.4.0.0/public_html/themes/dragonfly/template/forums/merge_select_body.html | sselvaggi/facturacion | <!-- INCLUDE forums/overall_header.html -->
<form name="post" action="{S_ACTION}" method="post" {I18N}>
<table width="100%" cellspacing="2" cellpadding="2" border="0">
<tr>
<td align="left" valign="bottom"><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a>{NAV_CAT_DESC}</span></td>
<td align="righ... |
docs/bootstrap.js.html | orthlieb/passboot | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>JSDoc: Source: public/bootstrap/js/bootstrap.js</title>
<script src="scripts/prettify/prettify.js"> </script>
<script src="scripts/prettify/lang-css.js"> </script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.c... |
src/css/vue-tabs.css | Hongarc/BF | .tabs-component {
margin: 0;
}
.tabs-component-tabs {
align-items: stretch;
padding: 0;
display: flex;
justify-content: flex-start;
margin-bottom: -1px;
}
.tabs-component-tab {
font-size: 14px;
font-weight: 600;
list-style: none;
background-color: #fff;
border: solid 1px #d... |
sandbox/css/demo-main.css | erdomke/windows | @import url("http://hello.myfonts.net/count/25cb92");
/* FONTS ---------------------------------------------------------- */
@font-face {
font-family: 'BrandonText-BoldItalic';
src: url("webfonts/25CB92_0_0.eot");
src: url("webfonts/25CB92_0_0.eot?#iefix") format("embedded-opentype"), url("webfonts/25CB92_0_0.wof... |
js/curl-7.48.0/docs/libcurl/opts/CURLOPT_FTP_FILEMETHOD.html | jeniferlopez/Projecte_final | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html><head>
<title>CURLOPT_FTP_FILEMETHOD man page</title>
<meta name="generator" content="roffit">
<STYLE type="text/css">
pre {
overflow: auto;
margin: 0;
}
P.level0, pre.level0 {
padding-left: 2em;
}
P.lev... |
src/html/pages/cat/w15/main--card-07-006.html | paperdavid/vita | <article class="card"> <!-- card info -->
<div class="row">
<div class="col-xs-12 col-sm-8 col-lg-6">
<div class="owl-carousel carousel-card">
<div class="item"><img src="../../../../img/images/clothes/w15/07-006/07-006-bl.jpg" alt=""></div>
<div class="item"><img src="../../../../img/images/clo... |
MEFaplicado-html/trelica_plana/aplicacoes/contraventamentos/index.html | argenta-web/argenta-web.github.io |
<!doctype html>
<html lang="pt" class="no-js">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="description" content="Uma introdução ao método dos elementos finitos">
<meta name="author" conten... |
docs/javadoc/reference/com/facebook/common/time/MonotonicNanoClock.html | facebook/fresco | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="Javadoc API documentation for Fresco." />
<link rel="shortcut icon" type="image/x-icon" href="../../../../favicon.ico" />
<title>
Mo... |
src/res/afw/plugin/css/afw.sie_21.regn.prodt_contx_autor.css | lgcarrier/APEXFramework | div.afw_sie_21_regn_prodt_contx_autor.liste_prodt_autor ul {
margin: 0px;
}
div.afw_sie_21_regn_prodt_contx_autor.liste_prodt_autor ul li {
margin: 5px 0px 5px 0px;
list-style-type: none;
}
div.afw_sie_21_regn_prodt_contx_autor.liste_prodt_autor ul li .ui-button {
text-align: left;
width: 100%;
} |
java_eclipse/jar_extension/sdljava-0.9.1/docs/api/org/gljava/opengl/model/ModelViewer.html | a7xr/dvl_java | <!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_01) on Sun Feb 20 23:15:41 EST 2005 -->
<TITLE>
ModelViewer (sdljava api)
</TITLE>
<META NAME="keywords" CONTENT="org.gljava.opengl.model.ModelViewe... |
discover/index.html | Payshares/payshares.github.io | ---
title: Discover
permalink: "/discover/"
layout: default
---
<div class="content">
<div class="container">
<h2>Discover the Paytokens Protocol</h2>
<hr>
<ul id="tabs" data-tabs="tabs" class="nav nav-tabs nav-tabs-google">
<li class="active">
<a href="#basics" data-toggle="tab">Basics</a>
</li>
<li>
<a href="#concep... |
template/page-blog-list.html | JailBreakC/TopBlog3.0 | <div class="blog-cel" cel-animate ng-repeat="list in blogList | blogListType: blogtype ">
<h2><a ng-href="#/blog/post/{{list.url}}">{{list.title}}</a></h2>
<div class="shortcut"></div>
<p class="intro">{{list.disc}}</p>
<div class="time">
<div class="day">{{list.date.day}}</div>
<div cla... |
examples/scripted.html | akramawardhana/libs | <!doctype html>
<html style="width:100%;height:100%">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Gauge Test</title>
<script src="../gauge.min.js"></script>
<style>body{padding:0;margin:0;background:#222}</style>
</head>
<body style="width:100%;height:100%">
<canvas... |
doc/schemas/siri_situationExchange_service_xsd/elements/StopPlaceComponentRef.html | laidig/siri-20-java | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<!-- Generated by DocFlex/XML 1.9.5 on Tue Nov 18 22:22:37 EST 2014 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>element <StopPlaceComponentRef> (local) | XML Sche... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.