path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
src/mri-element/mri-team.html | FNNDSC/fnndsc.babymri.org | <!--
@license
Copyright (c) 2016 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http:/... |
custom/intrahealth/templates/intrahealth/partials/report_table.html | qedsoftware/commcare-hq | {% load hq_shared_tags %}
{% load report_tags %}
{% load i18n %}
{% if charts %}
<div class="row">
{% for chart in charts %}
{% if chart.title %}<h4 style="text-align: center;">{{ chart.title }}</h4>{% endif %}
<div id='chart_{{ report.slug }}_{{ forloop.parentloop.counter }}{{ forl... |
recodoc2/testdata/java70tutorial/uiswing/lookandfeel/custom.html | bartdag/recodoc2 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html lang="en-US">
<head>
<title>Changing the Look of Nimbus (The Java™ Tutorials >
Creating a GUI With JFC/Swing > Modifying the Look and Feel)
</title>
<meta name="description" content="This Swing Java Tutorial de... |
doc/api/polymer_app_layout.behaviors/Document/onClick.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>onClick property - Document class - polymer_app_layout.behaviors library - Dart API</title>
<!-- required b... |
cgToolkit/usr/local/Cg/docs/html/cgGetParameterClassEnum.html | ayoubg/gem5-graphics | <HTML>
<HEAD>
<TITLE>cgGetParameterClassEnum</TITLE>
<STYLE TYPE="text/css" MEDIA=screen>
<!--
BODY {
font-family: Arial,Helvetica;
}
BLOCKQUOTE { margin: 10pt; }
H1,A { color: #336699; }
/*** Top menu style ****/
.mmenuon {
font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
color: #ff... |
public/css/bootstrap-responsive.css | naveennimbal/jobstonaukri | /*!
* Bootstrap Responsive v2.0.4
*
* Copyright 2012 Twitter, Inc
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
*/
.clearfix {
*zoom: 1;
}
.clearfix:before,
.clearfix:after... |
doc/index-files/index-10.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>
L-Index
</TITLE>
<META NAME="date" CONTENT="2011-03-08">
<LINK REL ="stylesheet" TYPE="t... |
doc/index-files/index-7.html | kbarrett/third-year-project | <!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 (build 1.7.0-ea) on Tue Nov 20 17:20:18 GMT 2012 -->
<TITLE>
G-Index
</TITLE>
<META NAME="date" CONTENT="2012-11-20">
<LINK REL ="stylesheet" TYPE="te... |
flask_admin/templates/bootstrap3/admin/actions.html | ArtemSerga/flask-admin | {% import 'admin/static.html' as admin_static with context %}
{% macro dropdown(actions, btn_class='btn dropdown-toggle') -%}
<a class="{{ btn_class }}" data-toggle="dropdown" href="javascript:void(0)">{{ _gettext('With selected') }}<b class="caret"></b></a>
<ul class="dropdown-menu">
{% for p in actio... |
public/ace/html/ajax/index.html | asimsoroya/course |
<title>Dashboard - Ace Admin</title>
<!-- ajax layout which only needs content area -->
<div class="page-header">
<h1>
Dashboard
<small>
<i class="ace-icon fa fa-angle-double-right"></i>
overview & stats
</small>
</h1>
</div><!-- /.page-header -->
<div class="row">
<div class="col-xs-12">
<!-- P... |
gcc-linaro-4.9-2015.02-3-x86_64_arm-linux-gnueabihf/share/doc/ld/ld.html/Constants.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 linker LD
(GNU Binutils)
version 2.24.0.
Copyright (C) 1991-2013 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the... |
public/projetoangular/templates/produtos_novo.html | EnnioSimoes/zf2angularjs | <h1>Adcionar Produto</h1>
<form class="form-horizontal" ng-submit="add(item)">
<div class="form-group">
<label class="col-sm-2 control-label" for="nome">Nome:</label>
<div class="col-sm-5">
<input type="text" name="nome" id="nome" ng-model="item.nome" required="required" class="form-cont... |
dev/api/generated/metpy.calc.dewpoint_from_relative_humidity.html | metpy/MetPy |
<!DOCTYPE html>
<html>
<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/" />
<title>dewpoint_from_relative_humidity — MetPy 1.1dev</title>
<link href="../... |
app/elements/contacts/contact-email/contact-email.html | IchordeDionysos/social-contacts | <dom-module id="contact-email">
<template>
<style>
:host {
display: block;
}
iron-icon {
color: var(--secondary-text-color);
}
contact-label {
width: 130px;
}
gold-email-input {
display: inline-block;
width: calc(100% - 162px);
}
@media (max-width: 410px) {
contact-... |
solr/docs/solr-solrj/org/apache/solr/common/cloud/class-use/SaslZkACLProvider.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... |
templates/wiki_index.html | gminds/rapidnewsng | {% load staticfiles %}
<link href="{% static "css/style.css" %}" rel="stylesheet" type="text/css">
<div class="content-switch">
<div class="controls">
<h2><span></span></h2>
</div>
<div class="panes">
<div class="box-free">
<h2 class="section-heading"><center>Wiki version history information</center></h2>
... |
web/_site/doc/de/getting-started/running-rubinius/index.html | mallibone/rubinius | <!DOCTYPE html>
<html>
<head>
<title>Rubinius ausführen - Rubinius</title>
<meta content='text/html;charset=utf-8' http-equiv='content-type'>
<meta content='de' http-equiv='content-language'>
<meta content='Rubinius is an implementation of the Ruby programming language. The Rubinius bytecode virtual m... |
Antd/Views/__old/_page-firewall.html | Heather/Antd | @Master['layout.html']
<!--
//-------------------------------------------------------------------------------------
// Copyright (c) 2014, Anthilla S.r.l. (http://www.anthilla.com)
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// ... |
agda-stdlib-0.8/Relation.Binary.Vec.Pointwise.html | notogawa/agda-interactive-server | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
><head
><title
>Relation.Binary.Vec.Pointwise</title
><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"
/><meta http-equiv="Content-Sty... |
ummeli/vlive/templates/html/poll/poll_detail.html | praekelt/ummeli | {% extends "base.html" %}
{% load poll_tags %}
{% block title %}: {{ poll.question }}{% endblock %}
{% block content %}
<h2>Poll</h2>
<div class="poll list">
{% show_poll poll %}
</div>
{% endblock %} |
static/error.html | z0rr0/lruss | {{define "title"}}LRUSS - Error{{end}}
{{define "content"}}
<h3><a href="/" title="Go to main page">{{.Message}}</a></h3>
{{if .Error}}
<div class="alert alert-danger" role="alert">
{{.Error}}
</div>
{{end}}
{{end}}
{{define "jscss"}}{{end}}
|
webapp/src/main/webapp/themes/vitro/css/reset.css | vivo-project/Vitro | /* $This file is distributed under the terms of the license in LICENSE$ */
/* CSS Document
CSS reste by Eric Meyer:
The goal of a reset stylesheet is to reduce browser inconsistencies in things like default line heights, margins and font sizes of headings, and so on... http://meyerweb.com/eric/tools/css/reset/
*/
ht... |
v0.12.1/generated/statsmodels.tsa.ar_model.ARResults.arfreq.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... |
conceptum/templates/jumbotron.html | kevincwebb/conceptum | {% extends "base.html" %}
{% block content %}
<div class="jumbotron">
<div class="container">
{% block jumbo %}
{% endblock jumbo %}
</div>
</div>
<div class="container">
{% block body %}
{% endblock body %}
</div>
{% endblock %}
|
v0.11.1/_modules/statsmodels/stats/oaxaca.html | statsmodels/statsmodels.github.io |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="lang:clipboard.copy" content="Copy to clipboard">
<meta name="la... |
docs/javadoc/package-use.html | Avantol13/Conversational-AI-Engine-for-Video-Games | <!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_51) on Wed Nov 12 21:36:39 EST 2014 -->
<title>Uses of Package </title>
<meta name="date" content="2014-11-12">
<link rel="stylesheet" ... |
situational/apps/travel_report/templates/travel_report/base.html | lm-tools/situational | {% extends "base_govuk.html" %}
{% load staticfiles %}
{% block page_title %}Where you could travel for work{% endblock %}
{% block header_class %}with-proposition{% endblock %}
{% block proposition_header %}
<div class="header-proposition">
<div class="content">
<div id="proposition-menu">
<h1 id="propo... |
web/_site/doc/pt-br/bytecode-compiler/encoder/index.html | takano32/rubinius | <!DOCTYPE html>
<html dir="ltr" lang="pt-br">
<head>
<title>Encoder Stage - Rubinius</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta content='pt-br' http-equiv='content-language'>
<meta content='Rubinius is an implementation of the Ruby programmi... |
src/mm-popover/index.html | anthonykoerber/strand | <!DOCTYPE html>
<html>
<head>
<script language="javascript" src="../../bower_components/webcomponentsjs/webcomponents.js"></script>
<link rel="import" href="mm-popover.html">
<link rel="import" href="../mm-action/mm-action.html"/>
<link rel="import" href="../mm-button/mm-button.html"/>
<link rel="import" href="../... |
build/coverage/currency/BOV.php.html | fey89/Money | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Code Coverage for /home/administrateur/Projects/Money/src/currency/BOV.php</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="../css/bootstrap.min.css" rel="stylesheet">
<link href="../css/style.css"... |
public/stylesheets/tabs.css | eisq/scpm | #tabs{
padding: 0;
background: transparent;
padding-left: 5px;
}
#tabs ol{
font-family: Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
}
#tabs ol li{
display:inline;
margin:0 2px 0 0;
padding:0;
font-size: 1.1em;
}
#tabs ol li {
border-top-left-radius: 10px;
... |
devel/generated/statsmodels.sandbox.regression.try_ols_anova.data2groupcont.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... |
example/templates/sub/test_two.html | Firedrake969/karts | test template two |
priv/css/status.css | davidwowa/wchain | .status_block_ok {
text-align: center;
color: green;
border: 1px solid #000;
background-color: #8fffbf;
font-size: 25px;
text-transform: uppercase;
font-family: 'Courier New', Courier, 'Lucida Sans Typewriter',
'Lucida Typewriter';
}
.status_block_error {
text-align: center;
text-shadow: 3px 2px #ffeb6d;
b... |
jstests/tests.html | simphony/tornado-webapi | <!DOCTYPE html>
<html>
<head>
<title>Test Runner</title>
<link rel="stylesheet" href="https://code.jquery.com/qunit/qunit-2.0.1.css">
<script src="https://code.jquery.com/qunit/qunit-2.0.1.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.2/require.min.js"... |
cobalt/layout_tests/testdata/css3-images/4-1-2-to-right-linear-gradient.html | youtube/cobalt | <!DOCTYPE html>
<html>
<head>
<style>
div {
background: linear-gradient(to right, yellow, transparent);
width: 100px;
height: 100px;
}
</style>
</head>
<body>
<div></div>
</body>
</html>
|
style.css | AlejandroEvolcon/DoubleBarChartForQlikview | svg {
font: 12px sans-serif;
padding: 10px;
}
.chart {
shape-rendering: crispEdges;
}
.axis path {
fill: none;
stroke: #666;
stroke-width: 1.5px;
}
.axis text{
font: 12px sans-serif;
}
path.line {
} |
doc/html/input_8h.html | Genivia/RE-flex | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<meta http-equiv="cache-control" content="no-cache">
<title>input.h File Reference</title>
<link href="doxygen_tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/... |
third_party/blink/web_tests/external/wpt/html/semantics/interactive-elements/the-dialog-element/top-layer-parent-mask.html | nwjs/chromium.src | <!DOCTYPE html>
<html>
<title>Test that parent mask does not affect top layer elements</title>
<meta charset="utf-8">
<link rel="author" title="Tim Nguyen" href="https://github.com/nt1m">
<link rel="match" href="resources/green-dialog-and-backdrop.html">
<link rel="help" href="https://fullscreen.spec.whatwg.org/#new-st... |
DjangoApp/base/templates/base/field.html | grengojbo/django-app | {% load i18n %}
{% load widget_tweaks %}
<div class="control-group{% if field.errors %} error{% endif %}" id="gr_{{ field.auto_id}}">
<label class="control-label{% if field.field.required %} required{% endif %}" for="{{ field.auto_id}}">{{ field.label_tag }}</label>
<div class="controls">
<div class="input-prep... |
0.8.0/generated/statsmodels.tsa.statespace.kalman_smoother.KalmanSmoother.bind.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.tsa.statespace.kalman_smoother.KalmanS... |
documentation/manual/core/zh/zend.registry.using.html | wukchung/Home-development | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<title>使用对象注册表(Registry) - Zend Fram... |
lib/doc/org/bouncycastle/crypto/params/KeyParameter.html | simonpk/fireeagle-updater-midlet | <!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_14) on Thu Mar 06 10:14:42 PST 2008 -->
<TITLE>
KeyParameter (FE OAuth)
</TITLE>
<META NAME="keywords" CONTENT="org.bouncycastle.crypto.par... |
app/elements/iron-list.html | PeterSvedberg/ironList128 | <!--
@license
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http:/... |
app/elements/elements.html | Nulubez/Monuments | <!--
@license
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http:/... |
doc/assets/style/errors.css | breuleux/py-quaint |
/*
Style for the errors encountered while processing.
*/
/* At the error location */
.error {
white-space: pre;
border-bottom: 2px solid red;
}
.err_link {
font-weight: bold;
color: red;
}
/* Style for the full report at the bottom */
.err_reports {
width: 800px;
margin: auto;
marg... |
v0.12.2/generated/statsmodels.genmod.generalized_estimating_equations.GEEMargins.summary.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... |
templets/green/css/car.css | lz1988/stourwebcms | @charset "utf-8";
/* CSS Document */
.car_top{
float:left;
width:1210px;
height:283px}
.car_sx{
float:left;
width:218px;
height:260px;
padding:10px;
margin-bottom:10px;
border-top:2px solid #65b71f;
border-right:1px solid #e5e5e5;
border-bottom:1px solid #e5e5e5;
border-left:1px solid #e5e5e5}
.car_sx .car_... |
v0.12.1/generated/statsmodels.sandbox.distributions.extras.SkewNorm_gen.median.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... |
v0.13.1/generated/statsmodels.regression.recursive_ls.RecursiveLSResults.rsquared.html | statsmodels/statsmodels.github.io |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta ht... |
v0.11.1/generated/statsmodels.iolib.foreign.genfromdta.html | statsmodels/statsmodels.github.io |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="lang:clipboard.copy" content="Copy to clipboard">
<meta name="la... |
0.6.1/generated/statsmodels.sandbox.regression.gmm.GMMResults.jval.html | statsmodels/statsmodels.github.io |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>statsmodels.sandbox.regression.gmm.GMMResults.jval... |
project/public/media/css/html5_reset.css | gillesfabio/django-newproject | /*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fie... |
gcc-linaro-4.9-2015.02-3-x86_64_arm-linux-gnueabihf/share/doc/as.html/D30V_002dFloat.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... |
doc/api/polymer_app_layout.behaviors/CanvasRenderingContext2D/createPatternFromImage.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>createPatternFromImage method - CanvasRenderingContext2D class - polymer_app_layout.behaviors library - Dart AP... |
doc/html/structx2d_1_1config_1_1conf-members.html | godexsoft/x2d | <!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>x2d: Member List</title>
<link href="tabs.css" rel="stylesheet" type="t... |
templates/component/feed_twitter.html | 1nv4d3r5/onxshop | <!-- BEGIN: content -->
<!-- BEGIN: messages --><div class="onxshop_messages">{MESSAGES}</div><!-- END: messages -->
<div class="feed">
<!-- BEGIN: channel_title --><h4><a href="{CHANNEL.link}" title="{CHANNEL.description|htmlspecialchars}">{CHANNEL.title|htmlspecialchars}</a></h4> <!-- END: channel_title -->
<!-- BE... |
doc/api/game2d/Script/Script.html | fraog/dart-game2d | <!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="API docs for the Script constructor from the Class Script class from the game2d library, for... |
v1.0/api/generated/metpy.interpolate.remove_observations_below_value.html | metpy/MetPy |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>remove_observations_below_value — MetPy 1.0</title>
<link href="../../_static/css/theme.css" rel="stylesheet" />
<link href="../../_static/css/index.f6b7c... |
corehq/apps/sms/templates/sms/chat_contacts.html | qedsoftware/commcare-hq | {% extends 'style/base_section.html' %}
{% load i18n %}
{% load hq_shared_tags %}
{% block js-inline %}{{ block.super }}
<script>
var contactListTable = null;
function FilterViewModel() {
'use strict';
var self = this;
self.filterText = ko.observable();
self.performFilter = f... |
v0.11.0/generated/statsmodels.sandbox.distributions.extras.ACSkewT_gen.var.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... |
src/web369/templates/base.html | toinbis/369old | {% extends "root.html" %}
{% load i18n %}
{% block all %}
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>{% block title %}369.lt{% endblock %}</title>
<link rel="icon" type="image/ico" href="{{ STATIC_URL }}img/favicon.ico">
<link rel="stylesheet" href="{{ STATIC_URL }}css/style.css" type=... |
src/doxygen/html/mult__div__unit_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: cpu/inorder/resources/mult_div_unit.hh Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" ty... |
compress/templates/compress/css_tag.html | finiteloopsoftware/django-compressor | <link href="{{ path }}" rel="stylesheet" type="text/css" {% if media %}media="{{ media }}"{% endif %} />
|
src/main/resources/docs/app/lib/bootstrap-sass/docs/examples/signin.html | leosilvadev/gserv | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Sign in · Twitter Bootstrap</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Le styles -->
<link href="../asse... |
resources/js/google-maps-utility-library-v3/markerwithlabel/examples/events.html | ygpark2/kauc | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>MarkerWithLabel Mouse Events</title>
<style type="text/css">
.labels {
color: red;
background-color: white;
font-family: "Lucida Grande", "Arial", sans-serif;
font-size: 10px;
font-w... |
src/main/webapp/source/scripts/modules/home/views/band-add-profile.view.html | nehasingh189/mll | <mll-band-add-profile user-id="{{ctrl.userId}}"></mll-band-add-profile> |
drosophila/test/test-genefinder.html | gklyne/shuffl | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>test-drosophila-card-genefinder</title>
<!-- Import MochiKit modules: require MochiKit library functions to be fully qualified -->
<script type... |
templates/friends_app/contacts.html | fgirault/smeuhsocial | {% extends "messages/base.html" %}
{% load i18n %}
{% load pagination_tags %}
{% load account_tags %}
{% block head_title %}{% trans "Contacts" %}{% endblock %}
{% block body %}
<div class="container">
<h1>{% trans "Contacts" %}</h1>
<p>Contacts are people you know but who may or may not be on this sit... |
ajax/libs/codemirror/5.1.0/theme/base16-dark.css | yogeshsaroya/new-cdnjs | version https://git-lfs.github.com/spec/v1
oid sha256:62d8338726db47d28fdc3b69c9248294613f22e22a84b99f15b9fe1b58dfb94d
size 1861
|
css/theme/default.css | madduci/zuse | /**
* Default theme for reveal.js.
*
* Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
*/
@font-face {
font-family: 'Droid Sans';
font-style: normal;
font-weight: 400;
src: local('Droid Sans'), local('DroidSans'), url(droid.woff) format('woff');
}
/*********************************************
*... |
css/grid.css | chocoma87/sp.framework | * { -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.container {
max-width: 100%;
margin: 0 auto;
}
.row:after, .col:after, .clr:after, .group:after {
content: "";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.row { }
.col {
displa... |
examples/block/dist/index.html | afcondon/psd3-example | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=800px, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<link rel="stylesheet" href="../../psblock.css">
<style>
<!-- any local styles that you need for this... |
readme.html | CybeargGit/babelfishPI | <!DOCTYPE html>
<html>
<head>
<title>Babelfish Pseudocode Interpreter Help</title>
<style>
* {
background-color: #eeeeee;
}
body {
font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
padding: 2em;
margin: 0;
}
h1 {
margin:0 0 -0.5em 0;
}
table td {
padding: 0;
... |
linux-3.1.9/drivers/usb/host/dwc_otg/doc/html/uniondev__dma__desc__sts.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: dev_dma_desc_sts Union Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link ... |
docs/docsets/ProposalAnalyzer.docset/Contents/Resources/Documents/Enums/Status.html | jessesquires/swift-proposal-analyzer | <!DOCTYPE html>
<html lang="en">
<head>
<title>Status Enumeration 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>
<... |
example/style.css | mchlbrnd/angular-promise | .body {
color: black;
}
/* Default for single and array */
.ng-promise-pending {
color: orange;
}
.ng-promise-notify {
opacity: 0.1;
}
.ng-promise-resolved {
color: lawngreen;
}
.ng-promise-resolved.ng-promise-settled {
color: lightgreen;
}
.ng-promise-rejected {
color: red;
}
.ng-promise-rejected.ng-... |
Resources/misc/IrisApi-v5/docs/calls/devices.html | Justin-Credible/Smart-Home-Mobile | <!DOCTYPE html>
<html>
<!-- Mirrored from api.irissmarttest.com/v5/docs/calls/devices by HTTrack Website Copier/3.x [XR&CO'2013], Tue, 18 Feb 2014 21:37:15 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=UTF-8" /><!-- /Added by HTTrack -->
<head>
<base />
<link re... |
modules/users/client/views/authentication/signup.client.view.html | squeetus/PizzaCats | <div ng-controller="AuthenticationController">
<h3 class="col-md-12 text-center">Sign Up</h3>
<div class="col-xs-offset-2 col-xs-8 col-md-offset-4 col-md-4">
<form name="userForm" ng-submit="signup(userForm.$valid)" class="signin" novalidate autocomplete="off">
<fieldset>
<div class="form-group" s... |
rawdata/utf8_lawstat/version2/01924/0192482122800.html | g0v/laweasyread-data | <html>
<META HTTP-EQUIV=Content-Type Content="text/html; charset=utf8">
<!-- Mirrored from lis.ly.gov.tw/lghtml/lawstat/version2/01924/0192482122800.htm by HTTrack Website Copier/3.x [XR&CO'2010], Sun, 24 Mar 2013 09:16:27 GMT -->
<head><title>法編號:01924 版本:082122800</title>
<link rel="stylesheet" type="text/css" href=... |
Documentation/html/functions.html | hassanabidpk/Arduino-distance-sensor-library | <!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"/>
<title>ArduinoDistanceSens... |
docs/todo.html | kartikkumar/cpp-project | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://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" co... |
node_modules/npm.old/html/doc/misc/npm-index.html | wuguanghai45/snpm | <!doctype html>
<html>
<title>npm-index</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/misc/npm-index.html">
<script async=true src="../../static/toc.js"></script>
<... |
lib/lwjgl-docs-2.9.1/javadoc/org/lwjgl/util/WaveData.html | RobbertJongeling/ld29 | <!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_17) on Mon Dec 02 20:32:55 CET 2013 -->
<title>WaveData (LWJGL API)</title>
<meta name="date" content="2013-12-02">
<link rel="styleshe... |
app/templates/email/confirm.html | Kbman99/NetSecShare | Please click on the following link to confirm your email address:
<p>
<a href="{{ confirm_url }}">{{ confirm_url }}</a>
</p>
<p>
--<br>
Flask boilerplate, by <a href="https://github.com/MaxHalford">Max Halford</a>.
</p> |
index.html | kloo012/firebase-christmas-list | <!DOCTYPE html>
<head>
<title>Firebase Christmas List</title>
<link rel="stylesheet" href="style/christmas-style.css">
<link rel="stylesheet" href="style/bootstrap.min.css">
</head>
<body>
<div class="container" ng-app="xmasApp" ng-controller="xmasCtrl">
<h1>🎄Christmas Shopping List Using AngularFire </h1>
<b... |
libs/angular-1.3.6/docs/partials/api/ng/function/angular.bind.html | thiagoaslima/fatoresApp | <a href='https://github.com/angular/angular.js/edit/v1.3.x/src/Angular.js?message=docs(angular.bind)%3A%20describe%20your%20change...#L900' 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.3.6/src/Angular.js... |
help_pt/files/Entidades.html | thewebmind/mind2.0 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Entidades</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000... |
UnityProject/Assets/Plugins/AsyncAwaitUtil/Documentation/ReadMe_files/cmdline_frame.html | svermeulen/Unity3dAsyncAwaitUtil | <!DOCTYPE html>
<!-- saved from url=(0070)chrome-extension://ihlenndgcmojhcghmfjfneahoeklbjjh/cmdline_frame.html -->
<html><head><meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<script src="chrome-extension://ihlenndgcmojhcghmfjfneahoeklbjjh/cmdline_frame.js"></script>
<script... |
docs/javadoc/reference/com/facebook/imagepipeline/image/ImmutableQualityInfo.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>
Im... |
builds/build_ver-Thu_Feb_23_2017_13_26_26/portfolio.html | leotankilevich/Ruberon | <!DOCTYPE html>
<html class="no-js" lang="ru">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Наши работы</title>
<meta content="" name="description">
<meta content="" name="keywords">
<meta name="viewport" content="width=d... |
test/cases/case2/content.html | appfeel/gulp-hint-web-reporter | <div>This div will be not closed to enforce an error |
public/unity/js/flexslider/libs/jquery-1.7.min.html | nevercodealone/nevercodealone | <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /FlexSlider/demo/js/libs/jquery-1.7.min.js was not found on this server.</p>
<hr>
<address>Apache/2.4.10 (Ubuntu) Server at github.layalk.net Port 80</address>
</body></html... |
src/posts/templates/follow.html | eSteemApp/esteem | <ion-view view-cache="false">
<ion-nav-bar class="bar-positive">
<ion-nav-back-button>
</ion-nav-back-button>
<ion-nav-buttons side='left'>
<button class="button button-icon button-clear" ng-if="!$root.voiceOver" menu-toggle="left">
<img ng-if="$root.user" src="https://steemitimage... |
src/app/pages/login/login.html | maksimuc24/coffeegame | <div class="panel panel-primary">
<div class="panel-heading"><i class="fa fa-sign-in fa-lg fa-fw"></i> {{'SING_IN_PLAING' | translate}}</div>
<div class="panel-body">
<div id="login-form">
<form role="form" ng-controller="LoginCtrl">
<div class="form-group">
<input type="text" class="form-control" i... |
public/css/style.css | SametSisartenep/chatroom | body {
padding: 3em;
font-family: 'Open Sans', sans-serif;
font-size: 1em;
}
textarea {
resize: none;
}
.inlineBlock {
display: inline-block;
}
.topAligned {
vertical-align: top;
} |
src/main/resources/org/jenkinsci/plugins/docker/workflow/declarative/AbstractDockerAgent/help-args.html | rsandell/docker-workflow-plugin | <!--
~ The MIT License
~
~ Copyright (c) 2017, CloudBees, Inc.
~
~ 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
~... |
lobtool/src/main/webapp/resources/javascript/dojox/mvc/tests/WidgetList_tests/doh_new-mvc_label_and_totals.html | synico/springframework | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>MVC Test for dynamic label and calculating totals</title>
<style type="text/css">
@import "../css/app-format.css";
@import "../../../../dijit/themes/claro/claro.css";
.cell { width: 30%; display:inl... |
themes/pelican-chameleon/static/css/main.css | ciandcd/ciandcd-web | /*sticky footer*/
html,
body {
height: 100%;
font-size: 15px;
}
.footnote {
font-size: 13px;
}
/* Wrapper for page content to push down footer */
#wrap {
width: 100%;
min-height: 100%;
height: auto !important;
height: 100%;
/* Negative indent footer by its height */
margin: 0 auto -81px;
/* Pad b... |
frontend/src/css/file/prd20100524/commentslist.html | jinwyp/featherjsdemo | <HTML><HEAD><meta http-equiv="content-type" content="text/html; charset=utf-8"><meta http-equiv="imagetoolbar" content="no"><meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /><link href="Resources/axurerppage.css" type="text/css" rel="stylesheet">
<SCRIPT src="Resources/axurerp_beforepagescript.js"></SCRIPT>... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.