path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
situational/assets/fixed-sticky/fixedsticky.css | lm-tools/situational | .fixedsticky {
position: -webkit-sticky;
position: -moz-sticky;
position: -ms-sticky;
position: -o-sticky;
position: sticky;
}
/* When position: sticky is supported but native behavior is ignored */
.fixedsticky-withoutfixedfixed .fixedsticky-off,
.fixed-supported .fixedsticky-off {
position: static;
}
.fixedstic... |
doc/BiKEGG/AllKEGG2BiGGmet.html | Ojami/BiKEGG | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<title>Description of AllKEGG2BiGGmet</title>
<meta name="keywords" content="AllKEGG2BiGGmet">
<meta name="description" content="AllKEGG2BiGGmet">
<meta http-equiv="Co... |
corehq/apps/styleguide/templates/styleguide/_includes/colors/palette.html | qedsoftware/commcare-hq | <section class="hq-styleguide-article">
<header class="page-header">
<h1 id="palette">Color Palette</h1>
</header>
<p class="lead">
CommCare uses the same color palette on both the mobile and server side.
</p>
<p>
All the palette colors are arranged below. Click on the <i cla... |
v0.11.1/generated/statsmodels.discrete.discrete_model.DiscreteResults.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... |
seizure detection code/EEG-ECG Data Fusion/fileUtils/WFDB-Toolbox/mcode/html/woody.html | imochaz/epilepsy-system | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="helpwin.css">
<title>MATLAB File Help: woody</title>
</head>
<body>
<!--Single-page help-->
<table border="0" cellspacing="0" width="100%">
<tr class="subhea... |
corehq/apps/app_manager/templates/app_manager/module_view_commtrack.html | gmimano/commcaretest | {% extends "app_manager/managed_app.html" %}
{% load url from future %}
{% load xforms_extras %}
{% load hq_shared_tags %}
{% load i18n %}
{% block js %}{{ block.super }}
<script src="{% static 'hqwebapp/js/knockout-bindings.js' %}"></script>
<script src="{% static 'hqwebapp/js/lib/underscore-1.4.4.js' %}"></sc... |
src/doxygen/html/Arbiter_8hh-source.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: mem/ruby/network/orion/Allocator/Arbiter.hh Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="styleshee... |
src/doxygen/html/globals_0x71.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: Class Members</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Gen... |
v0.10.2/generated/statsmodels.sandbox.regression.gmm.IVRegressionResults.mse_total.html | statsmodels/statsmodels.github.io |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>statsmodels.sandbox.regression.gmm.IVRegressionResults.mse_total — statsmodels v0.10.2 documentation</title>
<link rel="stylesheet" href="../_static/nature.css" type="text/css" />
<link rel="sty... |
v0.12.2/generated/statsmodels.stats.correlation_tools.FactoredPSDMatrix.decorrelate.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... |
docs/html/ex__put__prop__array_8c.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... |
v0.11.1/generated/statsmodels.regression.recursive_ls.RecursiveLSResults.recursive_coefficients.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.sandbox.distributions.extras.SkewNorm_gen.sf.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.12.0/generated/statsmodels.tsa.exponential_smoothing.ets.ETSModel.fix_params.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... |
server/blog/test/test-message-auto.html | eob/synckit-research | <html>
<head>
<title></title>
</head>
<body>
<form method="POST" action = "http://127.0.0.1:8000/blog/autosync">
<input name="queries" type="hidden" value='{
"blog_entry":{
"now":"2009-05-11 23:07:58.698830"
}
}'>
<input type="submit">
</form>
</body>
</html>
|
Source/Testing/HtmlRenderer.ExperimentalApp/Data/Files/google trad/D99530232BA86EA7E6B21AD11041E335.html | todor-dk/HTML-Renderer | <!DOCTYPE html>
<html class="no-js">
<head>
<title>TREE TRIMMING AND REMOVALS - skilled trade services</title>
<link rel="canonical" href="http://kansascity.craigslist.org/sks/6203581937.html">
<meta name="description" content="kellys TreeTrimming is a locally owned and operated company We are licensed and insure... |
Source/Testing/HtmlRenderer.ExperimentalApp/Data/Files/msn/D29A46BC4B4E5DFFAE335DEE3870B8CA.html | todor-dk/HTML-Renderer |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<!-- Header TheZoneHeaderjgsw_default_DefaultTitle_ last built at 7/12/2017 4:31:57 PM -->
<TITLE>Jigsaw - MSN Games - Free Online Games</TITLE>
<meta name="Description" content="Put together the pieces to solve the daily jigsaw puzzl... |
Source/Testing/HtmlRenderer.ExperimentalApp/Data/Files/e okul/92B63F25FD5A57E22B2328BA0DFB1FB3.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" xml:lang="tr" lang="tr">
<head>
<!-- The banner cannot be hidden. You can position it via CSS wherever you like. The only condition is, it has to ... |
doc/ij/process/TypeConverter.html | AlexanderJohr/Java-ImageJ-Map-Digester-Locator | <!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_45) on Fri Feb 28 17:44:59 CET 2014 -->
<title>TypeConverter</title>
<meta name="date" content="2014-02-28">
<link rel="stylesheet" typ... |
doc/com/sun/squawk/ObjectMemorySerializer.ControlBlock.html | VulcanRobotics/Vector | <!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_29) on Wed Jan 01 17:06:48 EST 2014 -->
<TITLE>
ObjectMemorySerializer.ControlBlock (2013 FRC Java API)
</TITLE>
<META NAME="date" CONTENT=... |
docpiles/progress/html/functions.html | pile-contributors/pile-contributors.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/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" con... |
tracing/tracing/ui/base/checkbox_picker.html | sahiljain/catapult | <!DOCTYPE html>
<!--
Copyright (c) 2016 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/ui/base/checkbox.html">
<link rel="import" href="/tracing/ui/base/ui.html">
<dom-module id='tr-ui-b... |
trap-network-nio1/xref-test/overview-frame.html | princeofdarkness76/trap |
<!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">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>TrAP Networking: Sockets using NIO1 (Legacy) 1.3 Reference</title>
<link re... |
BC/Static Web Pages/Resources/Composer/en/MB/CREATE-VACCINE-COUNT-SLIDER.html | ToonTalk/behaviour-composer | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html>
<head>
<title>CREATE-VACCINE-COUNT-SLIDER</title>
</head>
<body>
<div id="bodyContent">
<h3><i>I create a slider controlling the number of individuals
to be vaccinated.</i> </h3>
<font size="2" color="... |
chrome/common/extensions/docs/apps/app_csp.html | keishi/chromium | <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc. Note:
1) The <head> information in this page is significant, should be uniform
across api docs and should be edited only with knowledge of the
templating mechanism.
3) All <body>.innerHTML is genereated as an renderin... |
0.6.1/generated/statsmodels.genmod.generalized_estimating_equations.GEEResults.tvalues.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.genmod.generalized_estimating_equation... |
chromium/content/test/data/accessibility/mac/attributes/ax-invalid.html | ric2b/Vivaldi-browser | <!--
@SCRIPT:
focusable.AXInvalid
focusable_invalid.AXInvalid
focusable_invalid_true.AXInvalid
focusable_invalid_false.AXInvalid
div_invalid_true.AXInvalid
not_applicable.AXInvalid
-->
<!DOCTYPE html>
<input id="focusable">
<input id="focusable_invalid" aria-invalid="">
<input id="focusable_invalid_true" ar... |
mail/templates/verification/body.html | mitodl/bootcamp-ecommerce | {% extends "email_base.html" %}
{% load wagtailcore_tags %}
{% block content %}
<!-- 1 Column Text + Button : BEGIN -->
<tr>
<td style="background-color: #ffffff;">
<table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%">
<tr>
<td style="padd... |
assets/somefile.html | immissile/missile-server | <div style="padding: 100px; text-align:center;">
<h2>Hello world !</h2>
<br>
<img src="./img.png">
<p>missile static server runing in port: 4000</p>
</div>
<script src="./app.js"></script> |
resources/netherlands/index.html | sdmeijer/codeeu.github.io | ---
layout: resource
title: The Netherlands
---
<ul>
<li><a href="http://codeweek.nl/">CodeWeek.nl</a></li>
<li>Scratch(Jr) resources:
<ul>
<li><a href="http://fse.link/scratchjrkaarten">ScratchJr-kaarten</a></li>
<li><a href="http://fse.link/bhscratch">Scratch beginnershandleiding</a></li>
<li><a href="h... |
node-checkpoints/build/aui-datatable-body/assets/aui-datatable-core-core.css | marclundgren/marclundgren.github.io | /*
* css from datatable-scroll-core.css
*/
/* foundational CSS */
.table-scrollable-x {
_overflow-x: hidden;
_position: relative;
}
.table-scrollable-y, .table-scrollable-y .table-x-scroller {
_overflow-y: hidden;
_position: relative;
}
.table-y-scroller-container {
overflow-x: hidden;
positi... |
docs/api/v2.3.0/usb-devices/ev3dev/sensors/slamtec/package-tree.html | ev3dev-lang-java/ev3dev-lang-java.github.io | <!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 (9.0.1) on Tue Apr 24 00:02:53 BST 2018 -->
<title>ev3dev.sensors.slamtec Class Hierarchy</title>
<meta http-equiv="Content-Type" content="text/html; ... |
doc/_templates/side-secondary.html | jkozera/AutobahnJS | <p class="logo">
<a href="/"><img class="logo" src="{{ pathto('_static/logo.png', 1) }}" height="200" width="200" alt="Autobahn|JS"/></a>
</p>
<h3><strong>Autobahn</strong>|JS</h3>
<p>
<iframe src="http://ghbtns.com/github-btn.html?user=tavendo&repo=AutobahnJS&type=watch&count=true&size=large"
allowtranspar... |
public/stylesheets/fonts.css | gyasukawa/yago_exp | @font-face {
font-family: 'Sonsie One';
font-style: cursive;
font-weight: 400;
src: local('Sonsie One'), local('Sonsie-One'), url(/fonts/Sonsie_One/SonsieOne-Regular.ttf);
}
@font-face {
font-family: 'Black Ops One';
font-style: cursive;
font-weight: 400;
src: local('Black Ops One'), local('BlackOpsOne... |
third-party/src/boost_1_56_0/doc/html/boost_asio/reference/ip__address_v4/loopback.html | rkq/cxxexp | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v4::loopback</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="../../../boost_asio.ht... |
static/css/Garfielt.css | batmancn/GarfieltBlog-webpy | * {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
ol, ul {
list-style: none;
}
body {
background: #eee;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #646464;
text-align: center;
}
h1 {
fo... |
demos/horizontal_1.html | mewowa/blindify | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Blindify jQuery plugin - horizontal demo #1</title>
<meta name="description" content="Blindify jQuery plugin - horizontal demo #1" />
<link rel="stylesheet" href="../blindify.min.css" media="all" /... |
src/k-submenu.component.html | leowang721/k-component-element | <k-component name="k-submenu" action="k-component-element/KSubmenu">
<template>
<mark-commandable></mark-commandable>
<div class="label" data-command="toggle-list"></div>
<k-selection class="list" hidden>
<content></content>
</k-selection>
</template>
</k-component> |
color-picker-master/color-picker.input-color.html | funk-overload/funky_leds | <!DOCTYPE html>
<html dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Color Picker</title>
<link href="color-picker.min.css" rel="stylesheet">
</head>
<body>
<p>With HTML5 color input.</p>
<p><input type="color"></p>
<script src="colo... |
_includes/views/segments.html | amniskin/amniskin.github.io | {%- if include.keys -%}
{%- assign keys = include.keys -%}
{%- endif -%}
{%- if include.field -%}
{%- assign field = include.field -%}
{%- endif -%}
<div class="page-segments">
<ul class="page-segments-list">
{% for key in keys %}
<h2 id="{{ key }}" class="segment-name">{{ key }}</h2>
{% assign it... |
src/templates/directives/LoaderDirectiveTemplate.html | bissu/venus | <div class="venus loader"
data-ng-hide="activities.length === 0 && errors.length === 0">
<div class="venus loader__content">
<div class="venus container">
<figure class="venus loader__content__spinner"
data-ng-show="activities.length !== 0">
<img class="venu... |
index.html | dalavaikashi/testsite | Kahsi Hello World
|
css/skel.css | prio101/prothom | /* skel-baseline v1.0.1 | (c) n33 | getskel.com | MIT licensed */
/* skel.css v1.0.0 | (c) n33 | getskel.com | MIT licensed */
/* Resets (http://meyerweb.com/eric/tools/css/reset/ | v2.0 | 20110126 | License: none (public domain)) */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,a... |
docs/inputex-multiselect/index.html | neyric/inputex | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>inputex-multiselect</title>
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic">
<link rel="stylesheet" href="http://yui.yahooapis.com/3.4.1/build/cssgrids/grids-min.css">
<link... |
blog/solucion-para-el-problema-del-height-en-svg/index.html | jorgeatgu/web | <!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width initial-scale=1" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Solución para el problema del height en SVG</title>
<meta name="description" content="Un blog sobre SVG · ... |
Skins/Connect/Login.css | DNN-Connect/Connect-Skin | /* registration form homepage */
.connect_registerform { padding: 0 55px 30px 55px;}
.connect_register ul.dnnActions,
.connect_login ul.dnnActions { margin-left: 30px;}
.connect_register,
.connect_login { margin: 0px; padding: 50px 0 30px 0;... |
index-under_construction.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="Hi, I'm Jeremy - A marketing communications designer in Vancouver, B... |
docs/docsets/.docset/Contents/Resources/Documents/Structs/AnyPredicate.html | nsagora/validation-toolkit | <!DOCTYPE html>
<html lang="en">
<head>
<title>AnyPredicate Structure Reference</title>
<link rel="stylesheet" type="text/css" href="../css/jazzy.css" />
<link rel="stylesheet" type="text/css" href="../css/highlight.css" />
<meta charset='utf-8'>
<script src="../js/jquery.min.js" defer></script>
... |
public/css/main.css | foxted/Larabook | .status-media, .comment-media {
border: 1px solid #E3E3E3;
background: white;
padding: 1em;
border-bottom: none; }
.status-media-heading, .comment-media-heading {
color: #409dd1;
position: relative; }
.status-media-body {
color: #B3BAC0;
font-size: 1.5em; }
.status-media-body p {
padding: 1em 0;... |
ogre/ogre_src_v1-8-1/Docs/api/html/classOgre_1_1GLSLLinkProgramManager.html | jjenki11/blaze-chem-rendering | <html>
<head>
<title>Ogre::GLSLLinkProgramManager Class Reference - OGRE Documentation</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link type="text/css" rel="stylesheet" href="doxygen.css">
<link type="text/css" rel="stylesheet" href="tabs.css">
</head>
<body>
<!-- Generated by Do... |
examples/html/countystats.html | humangeo/leaflet-dvf | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>County Stats</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<style>
body {
margin: 0;
padding: 0;
... |
apache-cassandra-2.1.2/javadoc/org/apache/cassandra/db/compaction/LeveledManifest.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:11 EST 2014 -->
<title>LeveledManifest (apache-cassandra API)</title>
<meta name="date" content="2014-11-05">
<... |
static/styles/core/views/home/category.list.view.html | konko-project/konko | <div ng-cloak id="category_{{category._id}}">
<div class="cate-title">
<a ui-sref="category.view({ categoryId: category._id })">{{category.name}}</a>
</div>
<div class="cate-panels">
<ul class="list-group row">
<li class="list-group-item" data-ng-repeat="panel in category.panels | orderBy: 'order'">
... |
public/app/fotomessage.html | iamlalit/Olympia-mobile | <div class="modal modal-overlay" ui-if='fotomessage' ui-state='fotomessage'>
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button class="close" ui-turn-off="fotomessage" >×</button>
<h4 class="modal-title">Foto toevoegen (optioneel) </h4>
</di... |
admin/templates/waptheme.index.html | guotao2000/ecmall | {include file="header.html"}
<script type="text/javascript">
var template_name = '{$curr_template_name}';
var style_name = '{$curr_style_name}';
function use_theme(template, style){
if (template != template_name)
{
if (!confirm('{$lang.set_theme_warning}'))
{
return;
... |
public/views/style/formatting.html | NuclearDesign/nuclear | <h3>Formatting Data</h3>
<div nu-row>
<div nu-cell>
<p>
Certain information may be ambiguous or inconsistent across the world
(telephone number, dates, times, etc.).
</p>
<h4 id="date-formats">Date Formats</h4>
<section>
<table class="striped">
<thead>
<tr>
... |
web/extjs/4.0.1/docs/source/Date2.html | flyboarder/AirOS_pre2.0 | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>The source code</title>
<link href="../prettify/prettify.css" type="text/css" rel="stylesheet" />
<script type="text/javascript" src="../prettify/prettify.js"></script>
<style type="text/css">
.highl... |
src/application/LEDRevMeter/LEDRevMeter-ELM327.html | sugiuraii/WebSocketGaugeClientNeo | <!DOCTYPE html>
<!--
The MIT License
Copyright 2017 kuniaki.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, mo... |
reference/HTML/component-datepicker.html | darrylivan/marcojscalise.com | <!DOCTYPE html>
<html dir="ltr" lang="en-US">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="author" content="SemiColonWeb" />
<!-- Stylesheets
============================================= -->
<link href="http://fonts.googleapis.com/css?family=Lato:300,400,400i... |
ajax/libs/yui/3.5.1/app-transitions-css/app-transitions-css.css | yogeshsaroya/new-cdnjs | version https://git-lfs.github.com/spec/v1
oid sha256:c12f1db22ee0ef208f7caa41c6687ccfda02654a239385801dde2c3e7619c460
size 525
|
test/sample/subapp/public/css/first.css | asyncanup/apper | /* first.css contents */
body {
background: teal;
}
|
html/plugins/cloud/templates/hub.html | agua/agua | <div dojoattachpoint="containerNode">
<!-- settings TAB -->
<div
dojoAttachPoint="mainTab"
class="hub"
dojoType="dijit/layout/ContentPane"
title="Hub"
style="height: 700px; max-height: auto !important; width: 390px !important; padding: 0 !important;"
>
<table width="100%">
<tr valign="top" width="1... |
src/main/resources/com/cloudbees/plugins/credentials/domains/PathSpecification/help-includes_it.html | jenkinsci/credentials-plugin | <div>
Un elenco separato da virgole di percorsi da includere. (I caratteri jolly
in stile Ant <code>*</code> e <code>**</code> sono consentiti nei percorsi,
ad esempio: <code>/jenkins/github/*,/jenkins-ci/**/org,jenkinsci.github.io</code>.)
</div>
|
third-party/src/boost_1_56_0/doc/html/boost_asio/reference/windows__random_access_handle_service/native_type.html | rkq/cxxexp | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::random_access_handle_service::native_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" hr... |
api/v0.7.1/graphics/adapters/win32/Win32.get.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>Method Win32.get</title>
<link rel="stylesheet" type="text/css" href="../../../styles/ddox.css"/>
<link rel="stylesh... |
docs/documents/api/file/src/middle_level/elements/meshes/M_SkeletalMesh.js.html | cx20/GLBoost | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<base data-ice="baseUrl" href="../../../../../">
<title data-ice="title">src/middle_level/elements/meshes/M_SkeletalMesh.js | glboost</title>
<link type="text/css" rel="stylesheet" href="css/style.css">
<link type="text/css" rel="stylesheet" href="css/prett... |
projects/bootstrap/wells.html | reynaldoteofilo/reynaldoteofilo.github.io | <!DOCTYPE html>
<html>
<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>Teofilo Reynaldo</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
</head>
<body>
<... |
style/css/extralayers.css | gentrop/blog |
/**********************************************************
***********************************************************
***********************************************************
SOME MORE LAYER EXAMPLES, USE ONLY WHICH YOU NEED,
TO SAVE LOAD TIME
********************************************************... |
docs/docsets/.docset/Contents/Resources/Documents/Classes/UserTracker.html | JamieScanlon/AugmentKit | <!DOCTYPE html>
<html lang="en">
<head>
<title>UserTracker Class Reference</title>
<link rel="stylesheet" type="text/css" href="../css/jazzy.css" />
<link rel="stylesheet" type="text/css" href="../css/highlight.css" />
<meta charset='utf-8'>
<script src="../js/jquery.min.js" defer></script>
<s... |
public/css/app.css | jeremykenedy/laravel-passport | @charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);
/*!
* Bootstrap v3.3.7 (http://getbootstrap.com)
* Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas... |
public/stylesheets/material-icons.css | cforlando/PetAdoption-API | /* fallback */
@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: url(../fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
src: local('Material Icons'),
local('MaterialIcons-Regular'),
url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
url(../fonts/MaterialIco... |
rawdata/lawstat/version2/01707/0170757043000.html | g0v/laweasyread-data | <html>
<META HTTP-EQUIV=Content-Type Content="text/html; charset=big5">
<!-- Mirrored from lis.ly.gov.tw/lghtml/lawstat/version2/01707/0170757043000.htm by HTTrack Website Copier/3.x [XR&CO'2010], Sun, 24 Mar 2013 09:14:08 GMT -->
<head><title>ªk½s¸¹:01707 ª©¥»:057043000</title>
<link rel="stylesheet" type="text/css" ... |
documentation/jsdoc/symbols/CAAT.Module.Image.ImageProcessor.IMRotoZoom.html | hyperandroid/CAAT | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="generator" content="JsDoc To... |
log/index.html | taviroquai/architect-demo | <!DOCTYPE html>
<html>
<head><title>Forbidden</title></head>
<body><div>Forbidden</div></body>
</html>
|
webpages/help.html | codegauravg/Inkbrain.in | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="Gaurav Gunjan" content="Inkbrain Official" />
<meta name="Development Website- Inkbrain.in" content="Responsive Development on current Technologies">
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta name="viewport" content="w... |
themes/Confirmation_of_receiving_feedback.html | weboservicesltd/eduworkers.co.uk | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Grid Master Template</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" />
<meta http-equiv="Content-Type" content="text/htm... |
node_modules/eregistrations/css/components/dialog-reset-password.css | egovernment/eregistrations-demo | .dialog-reset-password input[type="email"] {
width: 320px;
}
|
doc/schemas/siri_feature_support-v2_0_xsd/elements/FeatureRef.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:21:29 EST 2014 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>element <FeatureRef> (global) | XML Schema Documen... |
java/play-1.4.4/documentation/api/play/classloading/enhancers/class-use/LocalvariablesNamesEnhancer.LocalVariablesNamesTracer.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:27 CST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class play.cl... |
monokai/templates/article.html | ZoeyYoung/my-pelican-theme | {% extends "base.html" %}
{% block windowtitle %}{{ article.title }} - {{ SITENAME }}{% endblock %}
{% block content %}
<div class='article'>
<div class="row-fluid">
<div class="span12">
<h1>{{ article.title }}</h1>
{% include "article_info.html" %}
{{ article.content }}
<hr />
</div>
... |
projects/cusco/index.html | d3netxer/Mapgive | ---
layout: slider
title: Cusco
twitterDescription: "Mapping Cusco in Peru"
ogDescription: "MapGive's Imagery to the Crowd Services help make remote
mapping possible for online volunteers around the world. Learn more about
Imagery to the Crowd, open mapping, and how to get involved on the MapGive
website."
emailSubject... |
third_party/ffmpeg-1.1.3-win64-dev/doc/libswresample.html | nojima/vio | <!DOCTYPE html>
<html>
<!-- Created on March 3, 2013 by texi2html 1.82 -->
<!--
texi2html was written by:
Lionel Cons <Lionel.Cons@cern.ch> (original author)
Karl Berry <karl@freefriends.org>
Olaf Bachmann <obachman@mathematik.uni-kl.de>
and many others.
Maintained by: ... |
docs/api/extras/geometries/OctahedronGeometry.html | BenediktS/three.js | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<script src="../../../list.js"></script>
<script src="../../../page.js"></script>
<link type="text/css" rel="stylesheet" href="../../../page.css" />
</head>
<body>
[page:PolyhedronGeometry] →
<h1>[name]</h1>
<div class="desc">A clas... |
themes/default/templates/header.html | richardchien/blog-a | <h1><a href="/">{{ site.title }}</a><br>
<small>{{ site.subtitle }}</small>
</h1> |
hadoop-2.2.0/share/doc/hadoop/api/org/apache/hadoop/ha/proto/package-frame.html | ashish-17/playback | <!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_26) on Mon Oct 07 06:41:27 UTC 2013 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
org.apache.hadoop.ha.proto (Apach... |
CodeIgniter_1.0b/CodeIgniter_1.0b/user_guide/license.html | Calico90/codeigniter-version-scan | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Code Igniter User Guide</title>
<style type='text/css' media='all'>@import url('docs.css');</style>
<link rel='stylesheet' type='text/css' media='all' href='docs.css' />
<scr... |
node_modules/npm-shrinkwrap/node_modules/npm/html/doc/cli/npm-ping.html | helloCaller/fluxdeluxweb | <!doctype html>
<html>
<title>npm-ping</title>
<meta http-equiv="content-type" value="text/html;utf-8">
<link rel="stylesheet" type="text/css" href="../../static/style.css">
<link rel="canonical" href="https://www.npmjs.org/doc/cli/npm-ping.html">
<script async=true src="../../static/toc.js"></script>
<bod... |
Pods/Documentation/Kiwi/html/Classes/KWInequalityMatcher.html | industrialcityapps/caster | <!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="html/html; charset=utf-8" />
<title>KWInequalityMatcher Class Reference</title>
<meta id="xcode-display" name="xcode-display" content="render"/>
<meta name="viewport" content="width=550" />
<link rel="stylesheet" type="text/css" href="../... |
src/angular2.html | dfbaskin/render-large-datasets-angularjs-reactjs | <!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>
Rendering Large Datasets With AngularJS (version 2)
</title>
<link rel="stylesheet" type="text/css" href="./demo.css"></link>
</head>
<body>
<h1>
Rendering Large Datasets With AngularJS (version 2)
</h1>
<my-app>
Loading... |
QtEsrc/qt-everywhere-opensource-src-4.8.5/doc/html/qs60maindocument-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" />
<!-- qs60maindocum... |
lib/Encog/apidocs/org/encog/app/analyst/csv/normalize/class-use/AnalystNormalizeToEGB.html | ladygagapowerbot/bachelor-thesis-implementation | <!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 Wed Apr 17 10:23:42 UTC 2013 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
... |
www/public/build/theme-stormy-night.css | peermusic/android | /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS and IE text size adjust after device orientation change,
* without disabling user zoom.
*/
html {
font-family: sans-serif;
/* 1 */
-ms-text-size-adjust: 100%;
/* 2... |
08/zhouyang/cmdb/templates/adduser.html | 51reboot/actual_09_homework | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>用户注册</title>
<link rel="stylesheet" href="//cdn.bootcss.com/bootstrap/3.3.5/css/bootstrap.min.css" rel="stylesheet">
</head>
<body>
<div class="container">
<form class="form-signin" action="/user/create/" method="POST">
... |
src/public-booking/templates/check_items_admin.html | Bogdan-p/bookingbug-angular | <div bb-item-details ng-init="checkStepTitle('Booking Summary')">
<div bb-include="_service_item_aggregate">
</div>
<div class="bb-subcontent">
<form name="booking_form" class="form-horizontal" ng-submit="validator.validateForm(booking_form)" role="form" bb-raise-alert-when-invalid>
<div bb-custom-b... |
examples/counter-vanilla/index.html | yelouafi/redux-saga | <!DOCTYPE html>
<html>
<head>
<title>Redux basic example</title>
<script src="https://unpkg.com/redux@latest/dist/redux.min.js"></script>
<script src="https://unpkg.com/redux-saga@1.0.0-beta.1/dist/redux-saga.min.js"></script>
</head>
<body>
<div>
<p>
Clicked: <span id="value">0</spa... |
src/client/content/css/list.css | jagyas/TalentAcquisitionSystem | // Colors
$gray: #eee;
// Angular
[ng-click] {
&:hover {
cursor: pointer;
}
}
// Main content bg color
md-content.md-default-theme {
background-color: $gray;
}
// Navigation drawer pattern: https://www.google.com/design/spec/patterns/navigation-drawer.html#navigation-drawer-specs
md-sidenav {
& > md-tool... |
QtEsrc/qt-everywhere-opensource-src-4.8.5/doc/html/demos-mobile-qtbubblelevel-qml-button-qml.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" />
<title>Qt 4.8: B... |
node_modules/npm/html/doc/cli/npm.html | garvinling/NodeLogin | <!doctype html>
<html>
<title>npm</title>
<meta http-equiv="content-type" value="text/html;utf-8">
<link rel="stylesheet" type="text/css" href="../../static/style.css">
<body>
<div id="wrapper">
<h1><a href="../cli/npm.html">npm</a></h1> <p>node package manager</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
<pre><c... |
docs/classes/InputSelect.html | TecWebLab/editor-mira | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>InputSelect - Mira-Editor</title>
<link rel="stylesheet" href="http://yui.yahooapis.com/3.9.1/build/cssgrids/cssgrids-min.css">
<link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css">
<link rel="stylesheet" href=... |
2016_Spring/lectures/lecture-advanced-d3/d3_axes.html | CS171/CS171.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>D3 Axes</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.6/d3.min.js" charset="utf-8"></script>
</head>
<body>
<svg>
</svg>
</body>
<script>
var height = 400;
var width = 800;
var svg = d3.select("svg");
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.