path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
v0.12.0/generated/statsmodels.tsa.statespace.dynamic_factor.DynamicFactorResults.states.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... |
byceps/blueprints/site/user/settings/templates/site/user/settings/_details_personal.html | homeworkprod/byceps | {% from 'macros/datetime.html' import render_date %}
{% from 'macros/icons.html' import render_icon %}
<h2>{{ _('Personal Data') }} <a class="button button--compact" href="{{ url_for('.details_update_form') }}" title="{{ _('Change personal data') }}">{{ render_icon('edit') }}</a></h2>
<table>
<tr>
<td>... |
modules/oauth/template/user_connect_finished.tpl.html | openbizx/cubix | <form id="{$form.name}" name="{$form.name}">
<style>
{literal}
.form_icon{
float:left;
padding-right:12px;
}
h2{
line-height: 28px;
font-size: 18px;
font-weight: normal;
}
.system_name
{
background-image:url({/literal}{$resource_url}{literal}/oauth/images/system_name_bg.png);
background-repeat:no-repeat;
background... |
v0.11.0/generated/statsmodels.tsa.statespace.kalman_smoother.KalmanSmoother.transition.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... |
samples/Skydome/Skydome.html | acgessler/medea.js | <html>
<head>
<title></title>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<script type="text/javascript" src="../../compiled/full-debug-compile-config/medea.core-compiled.js"></script>
<script type="text/javascript">
// ---------------------------------------------------------------------... |
v0.10.1/generated/statsmodels.sandbox.regression.gmm.GMMResults.initialize.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.GMMResults.initialize — statsmodels v0.10.1 documentation</title>
<link rel="stylesheet" href="../_static/nature.css" type="text/css" />
<link rel="stylesheet"... |
HTML5/Canvas/贝塞尔曲线.html | duolew/project-zhp | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
<!--
二次曲线
例题:http://tinyurl.com/html5quadratic
context.moveTo(69, 263); //起始点
context.quadraticCurveTo(x1,y1,x2,y2) //控制点,终点
-->
<canvas id="canvas" width="500" height="500" style=... |
InstitutionalPortal/templates/careers/career_form.html | LABETE/InstitutionalPortal | {% extends "careers/base.html" %}
{% load crispy_forms_tags %}
{% if object %}
{% block head_title %}Careers-Modify Career{% endblock head_title %}
{% else %}
{% block head_title_new %}Careers-New Career{% endblock head_title_new %}
{% endif %}
{% block content %}
<div class="container">
<div class="row">
<div c... |
gcc-linaro-4.9-2015.02-3-x86_64_arm-linux-gnueabihf/share/doc/as.html/Symbol-Other.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... |
panel/panel.html | 2youyouo2/remote-debugging | <link rel="import" href="packages://ui-kit/widget/index.html">
<dom-module id="remote-debugging-panel">
<link rel="import" type="css" href="panel.css">
<template>
<editor-button nofocus on-click='setDebugPoint'>
断点
</editor-button>
<editor-button nofocus on-click='removeDebugPoint'>
去除... |
0.9.0/generated/statsmodels.regression.quantile_regression.QuantRegResults.prsquared.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... |
docs/structcutlass_1_1transform_1_1threadblock_1_1RegularTileIterator_3_01Shape___00_01Element___00_052caec9d5bceeb59b9a13cb3338ce64d.html | NVIDIA/cutlass | <!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.12.0/generated/statsmodels.sandbox.distributions.extras.ACSkewT_gen.logcdf.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... |
0.6.1/generated/statsmodels.sandbox.distributions.transformed.LogTransf_gen.sf.html | statsmodels/statsmodels.github.io |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>statsmodels.sandbox.distributions.transformed.LogT... |
devel/generated/statsmodels.tsa.arima.model.ARIMAResults.remove_data.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... |
tests/index.html | knshetty/fireplace-app | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>FireplaceApp Tests</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
{{content-for 'head'}}
{{content-for 'test... |
trace-viewer/src/profiling_view_test.html | CyanogenMod/android_external_chromium-trace | <!DOCTYPE HTML>
<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.
-->
<head>
<title>ProfilingView tests</title>
<script src="base.js"></script>
<style>
.profiling-view {
border: 1px solid blac... |
Source/Testing/HtmlRenderer.ExperimentalApp/Data/Files/google trad/4E8E92473FAA94B19FF13700F511BD81.html | todor-dk/HTML-Renderer | <!DOCTYPE html>
<html class="google mmfb" itemscope itemtype="http://schema.org/WebPage" lang="de">
<head>
<meta charset="utf-8">
<script>
(function(H){H.className=H.className.replace(/\bgoogle\b/,'google-js')})(document.documentElement)
</script>
<meta content="initial-scale=1, minimum-scale=1, w... |
templates/experts_menu.html | m-garanin/conference | {% load i18n %}
<a href="{% url documents_disquss %}">{% trans 'Обсуждаемые тезисы' %} ({{ disquss }})</a>
<a href="{% url documents_accept %}">{% trans 'Принятые тезисы' %} ({{ accept }})</a>
<a href="{% url documents_reject %}">{% trans 'Отклонённые тезисы' %} ({{ reject }})</a>
<a href="{% url accounts_list %}">{% t... |
XStatAPI/docs/api/cn/iaicc/smgk/business/class-use/IOptionTemplateInfoService.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_12) on Fri Mar 20 17:29:26 CST 2009 -->
<TITLE>
½Ó¿Ú cn.iaicc.smgk.business.IOptionTemplateInfoService µÄʹÓà (ÉñÃØ¹Ë¿Í¹ÜÀíÆ½Ì¨ API)
</TITLE>
<META ... |
example/layout-benchmark.html | romsson/d3-gridding | <!DOCTYPE html>
<meta charset="utf-8">
<style>
body {
font-family: Helvetica;
font-size: 10px;
}
.point {
fill: black;
}
rect, circle, line {
fill: none;
stroke: black;
stroke-width: 1;
}
</style>
<body>
<script src="../node_modules/d3/build/d3.js"></script>
<script src="../build/d3-gridding.js"></script>
... |
doc/en/dread.html | rodb70/gendosfs | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css">
<link rel="up" title="FatFs" href="../00index_e.html">
<link rel="al... |
chrome/common/extensions/docs/server2/templates/intros/types.html | keishi/chromium | <!-- BEGIN AUTHORED CONTENT -->
<p id="classSummary">
The <code>chrome.types</code> module contains type declarations for Chrome.
Currently this comprises only a prototype for giving other
modules access to manage Chrome browser settings. This prototype is used,
for example, for <a
href="proxy.html#property-settings"... |
api/thobe/logfileviewer/gui/class-use/RestrictedTextFieldRegexp.html | ThomasObenaus/LogFileViewer | <!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 22 18:10:17 CET 2015 -->
<title>Uses of Class thobe.logfileviewer.gui.RestrictedTextFieldRegexp</title>
<meta name="date... |
server/app/views/main.scala.html | davidgraig/foosball | @(title: String)(style: Html)(content: Html)
<!DOCTYPE html>
<html lang="en">
<head>
<title>@title</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
@style
</head>
<body>
<div class="container">
@content
</div>
</body>
</html>
|
src/miniini-0.9/doc/html/search/files_74.html | XadillaX/node-simple-ini | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html><head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<link rel="stylesheet" type="text/css" href="search.css"/>
<script type="text/javascript" src="search... |
eclipse/poi-3.12/docs/apidocs/org/apache/poi/ss/formula/ptg/class-use/DeletedArea3DPtg.html | misuqian/ExcelTool | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<title>Uses of Class org.apache.poi.ss.formula.ptg.DeletedArea3DPtg (POI API Documentation)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../../style... |
2016_Spring/lectures/lecture-d3/d3_append.html | CS171/CS171.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>D3 Append</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.6/d3.min.js" charset="utf-8"></script>
</head>
<body>
<p>Here is a paragraph.</p>
<p>And one more.</p>
<p>Third one.</p>
<p>Fourth one.</p>
<script>
var p = ... |
doc/Storm.html | nsarno/storm | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Storm</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="ExDoc">
<link rel="stylesheet" href="css/norma... |
third-party/src/boost_1_56_0/libs/math/doc/html/math_toolkit/internals1/series_evaluation.html | rkq/cxxexp | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Series Evaluation</title>
<link rel="stylesheet" href="../../math.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../index.html" title="Math Toolkit 1.9.0">
<link... |
example-docs/admin.html | vickvu/supersamples | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>API documentation</title>
<link rel="stylesheet" href="css/foundation.min.css" />
<link rel="stylesheet" type="text/css" href="css/styles.css" />
<link rel="styleshe... |
assets/commons-jexl-2.1.1/apidocs/src-html/org/apache/commons/jexl2/internal/introspection/IntrospectorBase.html | azyobuzin/JexlSample | <HTML>
<BODY BGCOLOR="white">
<PRE>
<FONT color="green">001</FONT> /*<a name="line.1"></a>
<FONT color="green">002</FONT> * Licensed to the Apache Software Foundation (ASF) under one or more<a name="line.2"></a>
<FONT color="green">003</FONT> * contributor license agreements. See the NOTICE file distributed... |
assets/vendor/highlight/styles/tomorrow-night.css | narcan/narcan.github.io | /* Tomorrow Night Theme */
/* https://jmblog.github.com/color-themes-for-google-code-highlightjs */
/* Original theme - https://github.com/chriskempson/tomorrow-theme */
/* https://jmblog.github.com/color-themes-for-google-code-highlightjs */
/* Tomorrow Comment */
.hljs-comment {
color: #969896;
}
/* Tomorrow Red ... |
src/material/datepicker/calendar-header.html | josephperrott/material2 | <div class="mat-calendar-header">
<div class="mat-calendar-controls">
<button mat-button type="button" class="mat-calendar-period-button"
(click)="currentPeriodClicked()" [attr.aria-label]="periodButtonLabel"
[attr.aria-describedby]="_buttonDescriptionId"
cdkAriaLive="polite">
... |
tests/build/coverage/views_user_login.php.html | faiqpurnomo/kppl | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Code Coverage for /Applications/XAMPP/xamppfiles/htdocs/printpbw/application/views/user/login.php</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link hre... |
examples/form-validation/app.css | gilbox/elegant-react | input {
outline: none;
padding: 10px;
font-size: 18px;
}
|
bugs/1017748/testcase2.html | bokand/bokand.github.io | <!DOCTYPE html>
<html><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
html,
body {
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
overflow-x: hidden;
}
span {
height: 100%;
... |
QtEsrc/qt-everywhere-opensource-src-4.8.5/doc/html/demos-declarative-flickr-qml-flickr-common-slider-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: S... |
styles/default_with_HTML/style.css | keisuken/caffemarkdown | body {
margin: 0.5em 0.5em 0.5em 0.5em;
}
body h1:nth-child(1) {
margin: 0 0 0.5em 0;
}
h1 {
margin: 2em 0 1em 0;
padding: 0.2em;
font-size: 200%;
font-weight: bold;
}
h2 {
margin: 2em 0 1em 0;
padding: 0.2em;
font-size: 150%;
font-weight: bold;
}
h3 {
margin: 2em 0 1em 0;
padding: 0.2em;
... |
_layouts/post.html | ChibiCritters/empiria-card-game | ---
layout: default
---
{% include wrap.html %}
<div class="container mtb">
<div class="row">
<!-- SINGLE POST -->
<div class="col-lg-10">
<!-- Blog Post -->
<a href="{{ page.url | prepend: site.baseurl }}"><h3 class="ctitle">{{ page.title }}</h3></a>
<p><csmal... |
doc/api/files/__/__/_rbenv/versions/2_1_0/lib/ruby/gems/2_1_0/gems/activerecord-4_1_6/lib/active_record/base_rb.html | SeanYamaguchi/circle | <?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 xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>base.rb</title>
<meta http-equiv="Content-Type" content="text/htm... |
css/login.css | ethan1341/heroku-league |
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlcyI6WyJsb2dpbi5zY3NzIl0sInNvdXJjZXNDb250ZW50IjpbIiJdLCJmaWxlIjoibG9naW4uY3NzIiwic291cmNlUm9vdCI6Ii9zb3VyY2UvIn0= */
|
docs/docsets/.docset/Contents/Resources/Documents/Classes/StatisticsTableViewC.html | ColinConduff/BlocFit | <!DOCTYPE html>
<html lang="en">
<head>
<title>StatisticsTableViewC 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></scrip... |
target/doc/lapack/type.Select3F64.html | ssgrn/Rust-Matrix-Computations | <!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="rustdoc">
<meta name="description" content="API documentation for the Rust `Select3F64` type in crate `lapack`.">
<meta name="keywords... |
lib/Log4net 1.2.13/doc/release/sdk/log4net.Core.IErrorHandler.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>IErrorHandler Interface</title>
<xml>
</xml>
<link rel="stylesheet" type="text/css" href="MSDN.css... |
QtEsrc/qt-everywhere-opensource-src-4.8.5/doc/html/qttest.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" />
<!-- modules.qdoc ... |
docstage/0.3/_modules/index.html | obsoleter/petl |
<!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>Overview: module code — petl v0.3 documentat... |
_input/includes/navigation/offCanvas.html | WhatsNewSaes/Sherpa | <h3>Off Canvas</h3>
<nav class="offCanvas" id="offCanvas">
<ul>
<li><a href="#">Item 1</a></li>
<li><a href="#">Item 2</a></li>
<li><a href="#">Item 3</a></li>
<li><a href="#">Item 4</a></li>
<li><a href="#">Item 5</a></li>
</ul>
</nav>
<div class="offC... |
video/templates/video/includes/show_video.html | tBaxter/Tango | {% load typogrify_tags %}
<h1>{{ video.title }}</h1>
{% if video.embed_src %}
{{ video.embed_src|safe }}
{{ video.summary_formatted|typogrify }}
{% else %}
<h2>This video can not be shown here.</h2>
<h3>It can be <a href="{{ video.url }}">seen at {{ video.source|capfirst }}</a></h3>
{% endif %}
|
reference/HTML/both-right-sidebar.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... |
templates/participate.html | chancecoin/chancecoin.github.io | <div class="row section">
<h2>Chancecoin Web casino</h2>
<p>The Web casino is a single HTML file that you can <a href="https://github.com/chancecoin/chancecoinj/blob/master/index.html">download to your desktop</a> or run from <a href="http://chancecoin.github.io/">GitHub</a>.</p>
<h2>Chancecoin desktop software ... |
third-party/src/boost_1_56_0/doc/html/boost_asio/reference/serial_port_service/serial_port_service.html | rkq/cxxexp | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>serial_port_service::serial_port_service</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="../../... |
demo/videogl-texture-offset.html | creativecode-webcomponents/ccwc-videoplayer | <!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">
<title>Demo: Copy to Canvas</title>
<script type="module" src="../ccwc-glvideo.js"></script>
<style>
ccwc-glvideo {
... |
appsensor-dot-org/site-contents/overview.html | ProZachJ/appsensor | <!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">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="ico/fav... |
themes/kyc/widgets/kyc_post/view.html | xLeonard/ahtvu.ah.cn | <div class="title clearfix">
<h3>{{post.category.title}}</h3>
<div class="location">当前位置 > <a href="/kyc">本站首页 > </a><span>{{post.category.title}}</span></div>
</div>
<style type="text/css">
.detail-share .jiathis_style {
display: inline-block;
vertical-align: middle;
}
.detail-shar... |
docs/index.html | FitnessKit/DataDecoder | <!DOCTYPE html>
<html lang="en">
<head>
<title>DataDecoder 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'>
<meta name="viewport" content="width=device-width, viewport-fit=cover,... |
_includes/inline-css/hero-full-screen.html | metroideas/beta.metroideas.org | {% comment %}
Adds inline media queries to optimize hero-full-screen image size.
Partial has 2 arguments: required id and optional path to an image source. When image is missing, use bg-dots pattern and blue background.
Original image sources are replaced by Imgix-optimized versions in production.
Example:
{% inclu... |
rawdata/lawstat/version2/01119/0111923032300.html | g0v/laweasyread-data | <html>
<META HTTP-EQUIV=Content-Type Content="text/html; charset=big5">
<!-- Mirrored from lis.ly.gov.tw/lghtml/lawstat/version2/01119/0111923032300.htm by HTTrack Website Copier/3.x [XR&CO'2010], Sun, 24 Mar 2013 09:07:11 GMT -->
<head><title>ªk½s¸¹:01119 ª©¥»:023032300</title>
<link rel="stylesheet" type="text/css" ... |
builder/cmake/windows/doc/cmake/html/module/CMakeGraphVizOptions.html | pipou/rae | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>CMakeGraphVizOptions — CMake 3.8.1 Documentatio... |
src/Vinlla/LandingBundle/Resources/public/admin/css/main.css | freezmeinster/vinlla-web | @import "reset.css";
@import "fullcalendar.css";
@import "datatable.css";
@import "ui_custom.css";
@import "prettyPhoto.css";
@import "elfinder.css";
/* Table of Content
==================================================
# Basic styles
# Top navigation
# Left navigation & widgets
# Common styles
# Content
# Sta... |
linux-3.1.9/drivers/usb/host/dwc_otg/doc/html/unionhwcfg3__data.html | sahdman/rpi_android_kernel | <!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>DesignWare USB 2.0 OTG Controller (DWC_otg) Device Driver: hwcfg3_data Union Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href=... |
required/odk/0.1/framework/jhul/Jhul/Components/EX/resources/style.css | JhulFramework/PHPServer4ODK |
div, span, body, pre{padding:0; margin:0; max-width:100%; }
body{
color:#000;
font-size:14px;
background:#211F1F;
}
body, div, pre{
word-wrap:break-word;
}
.file-name{
color:#00B864;
font-weight:bold;
padding: 6px;
}
pre{ max-height:30px;}
.file{
width:100%;
color:#EF6100;
margin: 12px 0;
}
.err... |
tableapi-table/src/lib/css/style.css | stefanwalther/qsExtensionPlayground | /* Styles for TableAPI Table */
/* Recommended pattern for styling your objects */
.qv-object-swr-tableapitable .hello-world {
color:#333;
font-weight:bold;
}
|
rawdata/lawstat/version2/01530/0153062081400.html | g0v/laweasyread-data | <html>
<META HTTP-EQUIV=Content-Type Content="text/html; charset=big5">
<!-- Mirrored from lis.ly.gov.tw/lghtml/lawstat/version2/01530/0153062081400.htm by HTTrack Website Copier/3.x [XR&CO'2010], Sun, 24 Mar 2013 09:12:38 GMT -->
<head><title>ªk½s¸¹:01530 ª©¥»:062081400</title>
<link rel="stylesheet" type="text/css" ... |
doc/report_parse_markers.html | gpupo/CamelSpider | <html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>DocBlox Documentation</title><link rel="stylesheet" href="css/jquery-ui.css" type="text/css"></link><link rel="stylesheet" href="css/docblox/jquery-ui-1.8.16.custom.css" type="text/css"></link><li... |
catalog/view/theme/fastor/skins/store_default/Computer7/css/custom_code.css | monkdaf/skuter77-opencart | .header-type-7 #top .pattern > .container { padding-top: 1px;padding-bottom: 26px; }
@media (min-width: 1098px) { .header-type-7 #top .search_form { width: 352px !important;max-width: 352px; } }
@media (max-width: 767px) { .responsive #top .search_form { margin-top: 15px; } }
.body-white-type-2 #mfilter-content-c... |
step-5/index.html | mimming/firesnake | <!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- jQuery -->
<script src="https://code.jquery.com/jquery-2.1.3.min.js"></script>
<!-- bootstrap -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">
<lin... |
examples/on4.html | yexiaochai/avalon | <!DOCTYPE html>
<html>
<head>
<title>ms-mouseenter, ms-mouseleave</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<script src="../avalon.js"></script>
<script>
avalon.define("test... |
src/assets/styles/base/_forms.css | culturebook/pablo | /* =====================================================
Forms
w3c.github.io/html/sec-forms.html
===================================================== */
/**
* 1. Remove the margin in Firefox and Safari.
* 2. Change text/font properties to `inherit` in all browsers (opinionated).
*/
button,
input,
optgroup... |
lib/Log4net 1.2.13/doc/release/sdk/log4net.Appender.NetSendAppender.Sender.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>Sender Property</title>
<xml>
</xml>
<link rel="stylesheet" type="text/css" href="MSDN.css" />
<... |
static/css/custom.css | lynn8570/lynn8570-hugo | /* layout
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#sidebar {
position: fixed;
width: 20%;
top: 0;
bottom: 0;
}
#container,
footer {
margin-left: 20%;
}
/* background-colors
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#sidebar {
background-color: #484848;
}
body {
background-color: #F8F8F8;... |
rawdata/utf8_lawstat/version2/01034/0103486032100.html | g0v/laweasyread-data | <html>
<META HTTP-EQUIV=Content-Type Content="text/html; charset=utf8">
<!-- Mirrored from lis.ly.gov.tw/lghtml/lawstat/version2/01034/0103486032100.htm by HTTrack Website Copier/3.x [XR&CO'2010], Sun, 24 Mar 2013 09:06:42 GMT -->
<head><title>法編號:01034 版本:086032100</title>
<link rel="stylesheet" type="text/css" href=... |
example/css/cover.css | KevinMellott91/react-nest-thermostat | /*
* Globals
*/
/* Links */
a,
a:focus,
a:hover {
color: #fff;
}
/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
color: #333;
text-shadow: none; /* Prevent inheritence from `body` */
background-color: #fff;
border: 1px solid #fff;
}
.space-after {
margin-bottom: 25px;... |
cdc/templates/cdc/form.html | ISEAGE-ISU/cdc2-2015-www | {% extends 'cdc/base.html' %}
{% load staticfiles %}
{% block content %}
<div id="contact">
<form action="{% url 'cdc:form' %}" method="post">
<p>Comments:</p><p>{{ form.text }}</p>
<p>Your name: {{ form.postedby}}</p>
<p>Email: {{ form.email }}</p>
<input type="submit" value="Submit... |
public/modules/geos/views/edit-geo.client.view.html | dpxxdp/floo-server | <section data-ng-controller="GeosController" data-ng-init="findOne()">
<div class="page-header">
<h1>Edit Geo</h1>
</div>
<div class="col-md-12">
<form class="form-horizontal" data-ng-submit="update()" novalidate>
<fieldset>
<div class="form-group">
... |
tools/Rake/lib/ruby/gems/1.8/doc/rubygems-1.5.2/rdoc/classes/Gem/SourceIndex.src/M000488.html | michaelsync/Giles | <?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>specification (Gem::SourceIndex)</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859... |
static/_/styles/layout.css | tilleps/devstack | /**
<!-- Minimal Markup -->
<div class="layout-wrapper">
<div class="layout-header">
<div class="layout-header-wrapper">Header</div>
</div>
<div class="layout-body">
<div class="layout-content-wrapper">
Content
<div data-lorem="4p"></div>
<div data-lorem="4p"></div>
</div>
<div clas... |
themes/elegant/om-combo.css | ali322/operamasks-ui | /*
* $Id: om-combo.css,v 1.5 2012/06/27 07:38:03 linxiaomin Exp $
* operamasks-ui combo 2.1
*
* Copyright 2011, AUTHORS.txt (http://ui.operamasks.org/about)
* Dual licensed under the MIT or LGPL Version 2 licenses.
* http://ui.operamasks.org/license
*
* http://ui.operamasks.org/docs/
*/
.om-combo {white-space:... |
tndata_backend/survey/templates/survey/take_survey.html | tndatacommons/tndata_backend | {% extends "survey/base.html" %}
{% block content %}
<ul class="breadcrumbs">
<li><a href="{% url 'survey:index' %}">Home</a></li>
<li class="current">Pick an Instrument</li>
</ul>
<div class="row">
<div class="large-12 small-12 columns">
<h1>Instruments</h1>
<p><strong>Step 1: </strong... |
client/styles/defaultChatBox.css | bixsolutions/elchat | .mainDivChatBoxClass{
background-color:white;
height: 275px;
width: 325px;
-moz-box-shadow: 10px 10px 5px #888;
-webkit-box-shadow: 10px 10px 5px #888;
box-shadow: 10px 10px 5px #888;
}
.chatBoxCloseClass{
background-color: #FFD700;
font-size: 22px;
height: 26px;
... |
Sample Code/05-immutable/index.html | danilotorrisi/a-modern-web-with-react-and-flux | <html>
<head>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<title>React and Flux Example</title>
<!-- Just some stylesheets to make the app look... |
app/views/dashboard.html | ffariasdev/angular-login | <div class="body-content bg-1">
<div class="col-sm-12 col-xs-12" ng-controller="DashboardCtrl">
<div class="container">
<div class="center">
<h1>My Dashboard</h1>
</div>
<!-- alert messages -->
<div>
<alert ng-repeat="alert in... |
_includes/disqus.html | charliedrage/charliedrage | <h1> comments </h1>
<div id="disqus_thread"></div>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES * * */
var disqus_shortname = 'charliedrage';
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src ... |
doc/couchdbkit.org/htdocs/blog/2009-11-22-Couchdbkit-0.2.4.html | arnaudsj/couchdbkit | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>Couchdbkit -
Couchdbkit version 0.2.4 released
</title>
<!--[if IE]>
<script>
// allow IE to recognize HTMl5 elements
document.createElement('section');
document.createElement('article');
documen... |
docs/index.html | Ramotion/expanding-collection | <!DOCTYPE html>
<html lang="en">
<head>
<title>DemoExpandingCollection 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>
<scr... |
public/app/views/foEditProfile.view.html | andela-ayusuf/farmplace | <!-- nav bar -->
<ng-include src="'app/views/foNavbar.view.html'"></ng-include>
<div class="fo-edit-main-div" data-ng-init="getFarmOwner()">
<div class="fo-edit-block">
<h4>Edit Profile</h4>
<div class="alert alert-danger collapse" id="error">
<strong>{{error}}</strong>
</div>
<form role="form"... |
ogamebotserver/src/main/resources/databases/postgres/share/doc/postgresql/html/install-requirements.html | unsupo/ogame | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML
><HEAD
><TITLE
>Requirements</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
REV="MADE"
HREF="mailto:pgsql-docs@postgresql.org"><LINK
REL="HOME"
TITLE="PostgreSQL 9.6.... |
t_infinity.old/app/templates/login.html | k33k00/tesseract_infinity | {% extends "parts/base.html" %}
{% set active_page = "login" -%}
{% block content %}
<div class="mdl-grid">
<div class="mdl-cell mdl-cell--10-col text-center">
<h1>Login</h1>
</div>
<div class="mdl-cell mdl-cell--2-col">
<span id="login_saved" class="hidden mdl-chip mdl-chip--deletable">
<span class="mdl... |
main/libc/unix/linux_like/linux/gnu/b64/x86_64/not_x32/constant.SYS_io_submit.html | malept/guardhaus | <!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=../../../../../../../../libc/constant.SYS_io_submit.html">
</head>
<body>
<p>Redirecting to <a href="../../../../../../../../libc/constant.SYS_io_submit.html">../../../../../../../../libc/constant.SYS_io_submit.html</a>...</p>
... |
css/reveal.css | wearefractal/fullstack-javascript | @charset "UTF-8";
/**
* reveal.js
* http://lab.hakim.se/reveal-js
* MIT licensed
*
* Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
*/
/*********************************************
* RESET STYLES
*********************************************/
html, body, .reveal div, .reveal span, .reveal applet... |
libit-0.2.3/doc/html/man.it-idwt.html | xiao00li/Undergraduate_Dissertation | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML
><HEAD
><TITLE
>it_idwt</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
REL="HOME"
TITLE="LIBIT Documentation"
HREF="index.html"><LINK
REL="UP"
HREF="refmanual.html"><... |
ajax/libs/yui/3.16.0/datatable-highlight/assets/skins/sam/datatable-highlight.css | yogeshsaroya/new-cdnjs | version https://git-lfs.github.com/spec/v1
oid sha256:b50350c88fdc09c9af6a1f0164e978b55b04eeb59c87e7a73fbee13e2747243a
size 1362
|
docs/css/styles.css | mhd53/Matlab | small.coming-soon {
color: gray;
text-transform: uppercase;
margin-left: 10px;
font-size: 10px;
text-align: center;
vertical-align: middle;
}
div.liquid-vars {
display: none;
}
li.list-group-item {
background-color: black;
}
.section-desc {
width: 100%;
height: 100%;
margin: 20px 0;
perspective: 1000px;
}... |
doc/controls/package-tree.html | testworx/SeleniumFramework | <!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_11) on Wed Mar 06 22:23:50 GMT 2013 -->
<title>controls Class Hierarchy</title>
<meta name="date" content="2013-03-06">
<link rel="styl... |
tools/google-closure-library/closure/goog/docs/closure_goog_graphics_ellipseelement.js.source.html | yesudeep/puppy | <!doctype html>
<html>
<head>
<link rel="shortcut icon" href="static/images/favicon.ico" type="image/x-icon">
<title>ellipseelement.js (Closure Library API Documentation - JavaScript)</title>
<link rel="stylesheet" href="static/css/base.css">
<link rel="stylesheet" href="static/css/doc.css">
<link rel="style... |
docs/library/org.akop.ararat.core/-crossword-writer/write.html | alpha-cross/ararat | <HTML>
<HEAD>
<meta charset="UTF-8">
<title>CrosswordWriter.write - library</title>
<link rel="stylesheet" href="../../../style.css">
</HEAD>
<BODY>
<a href="../../index.html">library</a> / <a href="../index.html">org.akop.ararat.core</a> / <a href="index.html">CrosswordWriter</a> / <a hre... |
src/main/resources/org/jenkinsci/plugins/zap/ZAPDriver/help-reportFilename.html | tlenaic/zap-plugin | Specify a filename for the ZAP Report.</br></br>
The file extension is not necessary, only enter e.g. "myReport".</br></br>
The report will be saved into the 'Jenkins Job's Workspace'.</br></br><hr/></br>
Accepts <b>System Environment Variables</b>, <b>Build Variables</b> as well as <b>Environment Inject Plugin Variabl... |
api/v0.10.0/dash/components/animation/AssetAnimation.numberOfBones.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>AssetAnimation.numberOfBones - multiple declarations</title>
<link rel="stylesheet" type="text/css" href="../../../sty... |
deps/boost_1_77_0/doc/html/boost_asio/reference/awaitable/awaitable/overload1.html | davehorton/drachtio-server | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>awaitable::awaitable (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../../.... |
annotate-models/ruby/1.9.1/gems/rspec-core-2.6.3/spec/rspec/core/formatters/html_formatted-1.8.7.html | jbenjore/JPs-love-project | <?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>
<title>RSpec results</title>
<meta http-equiv="Content-Type" content="text/html; charset... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.