path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
css/styles.css | steffi-s/link-checker | .deadlink {
color: red;
} |
doc/api/polymer_app_layout/EmbedElement/width.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>width property - EmbedElement class - polymer_app_layout library - Dart API</title>
<!-- required because a... |
v0.10.1/generated/statsmodels.discrete.discrete_model.DiscreteResults.llnull.html | statsmodels/statsmodels.github.io |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>statsmodels.discrete.discrete_model.DiscreteResults.llnull — statsmodels v0.10.1 documentation</title>
<link rel="stylesheet" href="../_static/nature.css" type="text/css" />
<link rel="styleshee... |
css/icomoon.css | pnlybubbles/Lumilly | @font-face {
font-family: 'icomoon';
src:url('fonts/icomoon.eot?-se1xm5');
src:url('fonts/icomoon.eot?#iefix-se1xm5') format('embedded-opentype'),
url('fonts/icomoon.woff?-se1xm5') format('woff'),
url('fonts/icomoon.ttf?-se1xm5') format('truetype'),
url('fonts/icomoon.svg?-se1xm5#icomoon') format('svg');
font... |
web/css/site.css | stosdima/yii-blog | html,
body {
height: 100%;
}
img{
max-width: 100%;
}
.wrap {
min-height: 100%;
height: auto;
margin: 0 auto -60px;
padding: 0 0 60px;
}
.wrap > .container {
padding: 70px 15px 20px;
}
.footer {
height: 60px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
padding-to... |
software/cmts/doc/javadoc/gov/nih/nci/cbiit/cmts/transform/artifact/XSLTStylesheet.html | NCIP/caadapter | <!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_21) on Mon Apr 16 12:29:40 EDT 2012 -->
<TITLE>
XSLTStylesheet
</TITLE>
<META NAME="date" CONTENT="2012-04-16">
<LINK REL ="stylesheet" ... |
public/css/style.css | codeforamerica/straymapper | /*
* HTML5 Boilerplate
*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
* Kroc Camen, and the H5BP dev community and team.
*/
/* ==========================================================================
Base sty... |
mozillians/templates/phonebook/verify_email.html | ChristineLaMuse/mozillians | {% extends "base.html" %}
{% block page_title %}
{{ _('Change Your Email') }}
{% endblock %}
{% block body_id %}edit-profile{% endblock %}
{% block content %}
<header>
<h1>{{ _('Verify Your Email') }}</h1>
</header>
<p>
{% trans %}
To complete the email change, please use Persona
to login with your <em>{{ ... |
DjangoApp/base/templates/base/field_user.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... |
tournamentcontrol/competition/templates/tournamentcontrol/competition/admin/match/dates.html | goodtune/vitriolic | {% extends "tournamentcontrol/competition/admin/base.html" %}
{% load i18n static %}
{% block main_content %}
<div class="box">
<h1>{% trans "Matches by date" %}</h1>
<table>
<thead>
<tr>
<th>{% trans "Date" %}</th>
<th>{% trans "Allocation" %}</th>
<th>{% trans "Matrix" %}</th>
<th>{%... |
doc/api/hipi/tool/package-summary.html | voigtlandier/hipi | <!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_03-p3) on Mon May 16 16:28:35 EDT 2011 -->
<TITLE>
hipi.tool
</TITLE>
<META NAME="date" CONTENT="2011-05-16">
<LINK REL ="stylesheet" TYPE="text/cs... |
geoprisma/templates/geoprisma/widgets/geoextux_wmsbrowser/geoext_wmsbrowser.html | groupe-conseil-nutshimit-nippour/django-geoprisma | <script type="text/javascript">
oMap = objGPWidget{{mapName}};
var objGPWidget{{widget.id}}GeoExtToolbarOptions;
{# Widget object creation #}
var action{{widget.id}} = new Ext.Action({
text: 'WMSBrowser',
handler: function(){
var objWidgetOptions = {};
objWidg... |
solr/docs/solr-analytics/org/apache/solr/analytics/accumulator/facet/package-use.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:55 EDT 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Uses of Package org.apache.... |
0.13/generated/mne.simulation.simulate_evoked.html | mne-tools/mne-tools.github.io | <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>mne.simulation.simulate_evoked — MNE 0.13.1 documentation</title>
<link rel="stylesheet" href="../_static/basic.css" type="text/css" />
<lin... |
v0.10.2/generated/statsmodels.genmod.bayes_mixed_glm.BinomialBayesMixedGLM.from_formula.html | statsmodels/statsmodels.github.io |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>statsmodels.genmod.bayes_mixed_glm.BinomialBayesMixedGLM.from_formula — statsmodels v0.10.2 documentation</title>
<link rel="stylesheet" href="../_static/nature.css" type="text/css" />
<link rel... |
django_guts/templates/guts/base.html | svetlyak40wt/django-guts | <!DOCTYPE HTML>
<html>
<head>
<title>{{ title }}</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body>
<h1>{{ title }}</h1>
{% block content %}{% endblock %}
</body>
</html>
|
v0.10.1/generated/statsmodels.stats.inter_rater.aggregate_raters.html | statsmodels/statsmodels.github.io |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>statsmodels.stats.inter_rater.aggregate_raters — statsmodels v0.10.1 documentation</title>
<link rel="stylesheet" href="../_static/nature.css" type="text/css" />
<link rel="stylesheet" href="../... |
documentation/manual/core/fr/zend.layout.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>Zend_Layout - Zend Framework ... |
trace_viewer/tracing/importer/simple_line_reader.html | bpsinc-native/src_third_party_trace-viewer | <!DOCTYPE html>
<!--
Copyright (c) 2014 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<link rel="import" href="/tvcm.html">
<script>
'use strict';
tvcm.exportTo('tracing.importer', function() {
/**
* @constructor
... |
examples-ios-jquery/popup.html | SoumitraAgarwal/chocolatechip-ui | <!DOCTYPE html>
<html lang="en" manifest="manifest/popup.manifest">
<head>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width">
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="apple-touch-startup-image" href="startup.p... |
www/index.html | rkojedzinszky/thermo-center | <!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" lang="en-US" xml:lang="en-US">
<head>
<title>Thermo Center</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="vie... |
v0.13.0/generated/statsmodels.genmod.generalized_estimating_equations.OrdinalGEE.estimate_scale.html | statsmodels/statsmodels.github.io |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="lang:clipboard.copy" conte... |
src/doxygen/html/structStats_1_1HistStor_1_1Params.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: Stats::HistStor::Params Struct Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/c... |
src/wcslib-4.24/html/globals_h.html | kapteyn-astro/kapteyn | <!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.13.1/generated/statsmodels.tsa.forecasting.theta.ThetaModel.period.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... |
0.6.1/generated/statsmodels.sandbox.regression.try_catdata.groupsstats_1d.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.try_catdata.groupss... |
enc/enc_rus/meta/dialogapi/flags/index_matrix.html | data-man/FarAS | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Ôëàãè ýëåìåíòîâ äèàëîãà</title>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1251">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<link rel="st... |
v0.10.1/dev/generated/statsmodels.base.model.ResultMixin.get_nlfun.html | statsmodels/statsmodels.github.io |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>statsmodels.base.model.ResultMixin.get_nlfun — statsmodels v0.10.1 documentation</title>
<link rel="stylesheet" href="../../_static/nature.css" type="text/css" />
<link rel="stylesheet" href="..... |
v0.13.1/generated/statsmodels.discrete.discrete_model.GeneralizedPoissonResults.fittedvalues.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... |
javadoc/eu/bitwalker/useragentutils/package-summary.html | kyle-neal/user-agent-utils | <!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_79) on Thu May 28 11:47:57 EDT 2015 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>eu.bitwalker.userag... |
0.9.0/generated/statsmodels.stats.weightstats._zstat_generic.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... |
packages/page-js-ie-support/page-js/examples/chrome/index.html | ming98/semattest | <!DOCTYPE html>
<html>
<head>
<title>Basic</title>
<link rel="stylesheet" href="chrome.css" type="text/css">
<script src="/page.js"></script>
</head>
<body>
<aside>
<h1>Chrome</h1>
<nav>
<ul>
<li><a href="./">History</a></li>
<li><a href="./exte... |
TUI/Help/Telescope/MirrorStatusWin.html | r-owen/stui | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>STUI:Telescope:Mirror Status window</title>
</head>
<body>
<h2><a href="../index.html">STUI</a>:<a href="index.html">Telescope</a>:Mirror Status window</h2>
<p>Show the mirror orientation and mount.
<p>The top panel shows measured orientation... |
release/current/standard-with-atlas/index.html | szofian/papaya | <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<!-- iOS meta tags -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
<meta name="apple-mobile-web-app-c... |
dockci/templates/forms/_base_field.html | RickyCook/DockCI | <div class="form-group{% if field.errors %} has-error{% endif %}">
{% block label %}{{ field.label(class_="col-sm-2 control-label") }}{% endblock %}
<div class="col-sm-10 {% block control_class %}{% endblock %}">
{% block control %}{{ field(class_="form-control")|safe }}{% endblock %}
{% if field.errors %... |
website/document/091.html | yangjiePro/deflang.org | <!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Def 编程语言官方网站</title>
<link rel="stylesheet" type="text/css" href="/css/global.css" />
<link rel="stylesheet" type="text/css" href="/css/frame.css" />
<link rel="stylesheet" type="text... |
src/demos/intro.html | Vevida/datagrid-demo | <template>
<div class="jumbotron">
<h1>Vevida Datagrid</h1>
<p>
The Vevida Datagrid is a custom component built for <a href="http://aurelia.io/">Aurelia</a>,
used to display large amounts of data in a usable, clear way.
</p>
<p>
This project is a demonstration and proof-of-concept. We want to use it
... |
rawdata/lawstat/version2/01026/0102670011600.html | czchen/laweasyread-data | <html>
<META HTTP-EQUIV=Content-Type Content="text/html; charset=big5">
<!-- Mirrored from lis.ly.gov.tw/lghtml/lawstat/version2/01026/0102670011600.htm by HTTrack Website Copier/3.x [XR&CO'2010], Sun, 24 Mar 2013 09:06:37 GMT -->
<head><title>ªk½s¸¹:01026 ª©¥»:070011600</title>
<link rel="stylesheet" type="text/css" ... |
ogre/ogre_src_v1-8-1/Docs/api/html/classOgre_1_1GpuProgram_1_1CmdMorph-members.html | jjenki11/blaze-chem-rendering | <html>
<head>
<title>Member List - 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 Doxygen 1.7.6.1 -->
<div id="navr... |
rbj052020/benkevalileria.html | akosszasz/akosszasz.github.io | <!DOCTYPE html>
<html lang="hu">
<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="author" content="Rend.Be.Jössz Tanácsadó Központ">
<!-- SEO -->
<meta name="keywords" content="pszichológus ... |
client/node_modules/uu5g03/doc/main/server/public/data/examples/exampleUU5BricksDateTime02.html | UnicornCollege/ucl.itkpd.configurator | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1">
<!-- jQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- Bootstrap -->
<link rel="sty... |
docs/docsets/ShopGunSDK.docset/Contents/Resources/Documents/Extensions/CLLocationCoordinate2D.html | eTilbudsavis/native-ios-eta-sdk | <!DOCTYPE html>
<html lang="en">
<head>
<title>CLLocationCoordinate2D Extension 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><... |
out/showcase/games/Square Remover/index.html | joackobengochea/haxeflixel.com | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<title>Square Remover | HaxeFlixel 2D Game Framework</title>
<meta name="description" content="HaxeFlixel is a 2D ... |
Linq/CSharpSamples/LinqSamples/SimpleLinqToObjects/ReadMe.html | SiddharthMishraPersonal/StudyMaterials | <html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">
<head><title>SimpleLinqToObjects</title></head>
<body>
<p>This program is the Hello World of the LINQ samples and is designed to show
you how simple LINQ to Objects queries can be. It shows the minimal code
necessary to... |
QtEsrc/qt-everywhere-opensource-src-4.8.5/doc/html/declarative-threading-workerscript-qml-workerscript-workerscript-js.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: w... |
public/views/nodes/category/category.edit.html | Quadramma/App.Clarity | <h1>Edicion categoria de producto</h1>
<div class="ui segment">
<div class="ui fluid form">
<div class="fields">
<div class="field">
<label for="description">Descripcion</label>
<input id="description" name="description" type="text" ng-model="item.description" />
... |
css/style.css | shubhodeepMitra/EasyPg | /*
Template Name: Home Property
Author : MarkUps
Author URI: http://www.markups.io/
Version: 1.2
Tags: light, white, real esteate, property, multi page, custom-colors, Bootstrap, responsive, html5, css3, Sass, template, web template
*/
/* Table of Content
==================================================
#... |
doc/neddoc/overview.html | saenridanra/inet-dns-extension | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body onload="if (top.frames['componentsframe'] == undefined) { s = window.location.toString(); window.location = 'index.html?p=' + s.substring(... |
Docs/docsets/SparkSDK.docset/Contents/Resources/Documents/Enums.html | Aishwarya-Ramakrishnan/sparkios | <!DOCTYPE html>
<html lang="en">
<head>
<title>Enums 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>
<script src="js/jazzy.... |
packages/custom/thesis/public/views/index.html | duyetdev/meanio-struct | <div class="" data-ng-controller="ThesisController">
<h1>Example view from your new awesome package</h1>
<h2>Package: {{package.name}}</h2>
<ol>
<li>
<a href="/api/thesis/example/anyone" target="_self">Server route that anyone can access</a>
</li>
<li>
<a href="/api/thesis/example/auth" ta... |
docs/_build/html/search.html | smilefreak/NGaDNAP | <!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>Search — NGaDNAP 0.1 documentation</title>
... |
templates/viewer.html | companyService/viewer_code | {% extends "base.html" %}
{%block header%}
<link href= {{ static_url("css/viewer.css") }} rel="stylesheet">
{%end%}
{%block body%}
<div class="row">
<div class="col-sm-3 col-md-1" id="leftMain">
<ul class="nav nav-sidebar">
<li id="leftLogo">
Logo
... |
glm-0.9.2.6/doc/html/a00266.html | klantz81/ocean-simulation | <!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>GLM_GTX_integer: Extended integer functions</title>
<link href="tabs.cs... |
report/coverage/report-lcov/lcov-report/src/client/app/landing/config.routes.js.html | fanky5g/gnaas2 | <!doctype html>
<html lang="en">
<head>
<title>Code coverage report for ./src/client/app/landing/config.routes.js</title>
<meta charset="utf-8">
<link rel="stylesheet" href="../../../../prettify.css">
<link rel="stylesheet" href="../../../../base.css">
<style type='text/css'>
div.coverage-su... |
wab/2.15/widgets/SmartEditor/setting/ChooseFromLayer.html | tmcgee/cmv-wab-widgets | <div data-dojo-attach-point="layerSelectorPopUpDiv" class="esriCTlayerSelectorPopUpDiv">
<div data-dojo-attach-point="layerSelectorWrapper" class="esriCTWrapper">
<div class="esriCTPopUpLabel">${nls.layersPage.layerSettingsTable.label}
</div>
<div class="esriCTPopupSelect">
<div ... |
react-apollo/src/components/Button/styles.css | strapi/strapi-examples | .button {
height: 30px;
min-width: 150px;
position: relative;
border-radius: 3px;
margin-right: 18px;
line-height: 30px !important;
cursor: pointer;
font-weight: 500;
font-size: 14px !important;
-webkit-font-smoothing: antialiased;
/* > i {
margin-right: 13px;
font-weight: 600;
padding... |
usr/eclipseclp/documents/internal/repair_impl.html | kishoredbn/barrelfish | <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<!-- BEGIN LICENSE BLOCK
- Version: CMPL 1.1
-
- The contents of this file are subject to the Cisco-style Mozilla Public
- License Version 1.1 (the "License"); you may not use this file except
- in compliance with the License. You may obtain... |
doc/web/monitorhandsmanager_8h_source.html | zomeck/visionTouchSurfaceLib | <!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... |
src/content-dialog-edit-form.html | cbcrc/koco-content-dialog-utilities |
<form class="well well-small selected-content-form" data-bind="submit: save">
<div class="hidden-submit-button-for-enter-key">
<button type="submit" />
</div>
<div class="selection-header">
<!-- ko if: undoSelectionVisible -->
<button class="btn pull-right btn-undo text-left btn-def... |
war/index.html | AppScale/appinventor | <!-- Copyright 2007 Google Inc. All Rights Reserved. -->
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=9">
<!-- Title is set at runtime. -->
<title> </title>
<link type="text/css" rel="stylesheet" href="gwt.css">
<link type="text/css" rel="stylesheet" href="Ya.css">
... |
views/user/index.html | littleweb/xiaoweb | <%- partial('sidebar') %>
<div id='content'>
<div class='panel'>
<div class='header'>
<ul class='breadcrumb'>
<li><a href='/'>主页</a><span class='divider'>/</span></li>
<li class='active'><%= user.name %></li>
</ul>
</div>
<div class='inner'>
<div class='user_big_avatar'>
<img src="<%= user.... |
Docs/html/search/functions_64.html | xxhp/SpeechBubbles | <!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... |
templates/pinax_tagging_ext/tweets.html | fgirault/smeuhsocial | {% with tweet=result %}
{% include "microblogging/_tweet.html" %}
{% endwith %}
|
gcc-arm-none-eabi/share/doc/gcc-arm-none-eabi/html/gccint/Functions-for-C_002b_002b.html | trfiladelfo/tdk | <html lang="en">
<head>
<title>Functions for C++ - GNU Compiler Collection (GCC) Internals</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="GNU Compiler Collection (GCC) Internals">
<meta name="generator" content="makeinfo 4.11">
<link title="Top" rel="start" href="index.ht... |
eclipse/poi-3.12/docs/apidocs/org/apache/poi/poifs/storage/class-use/BATBlock.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.poifs.storage.BATBlock (POI API Documentation)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" t... |
src/blog-post.html | SuyashLakhotia/BootstrapCards | <!DOCTYPE html>
<html>
<head>
<!-- Meta Tags -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Favicon -->
<link rel="icon" type="image/png" sizes="192x192" href="img/favicon.png">
<!-... |
securimag_web_challenge_2015/src/css/style.css | LeSuisse/challenges | body {
font-family: "Oswald", sans-serif;
font-size: 12px;
}
.response {
font-family: "Monaco", "Menlo", "Consolas", "Courier New", monospace;
}
.content {
margin-left: auto;
margin-right: auto;
max-width: 1024px;
}
#wrapper {
margin-bottom: 10px;
text-align: center;
}
#admin-info {
margin-top: 20px;
... |
test/wms/customers/test/layers/ice/ice.css | fmidev/smartmet-plugin-wms | .Land { stroke: none; fill: rgb(246,246,246) }
.Border { stroke: black; stroke-width: 0.3px; fill: none }
.OpenWater { stroke: black; stroke-width: 0.5px; fill: rgb(150,200,255) }
.VeryOpenIce { stroke: black; stroke-width: 0.5px; fill: rgb(140,255,160) }
.OpenIce { stroke: black; stroke-width: 0.5px; fill: rgb(... |
static/styles/core/views/admin/carousel.admin.view.html | konko-project/konko | <h1>Carousel Settings</h1>
<konko-alert alert="vm.alert" data-ng-if="vm.alert"></konko-alert>
<form id="coreCarouselUpdateForm" name="coreCarouselUpdateForm" role="form" data-ng-submit="vm.updateCarousel(coreCarouselUpdateForm.$valid)" autocomplete="off">
<div class="form-group">
<div data-ng-class="{'p-t-1': !$f... |
third-party/src/boost_1_56_0/doc/html/boost/proto/complement/impl.html | rkq/cxxexp | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Struct template impl</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="../../../index.html" title... |
BlueSkyProject/web/public/css/history.css | NGUp/BlueSky | .nav-pills > li.active > a {
background-color: #673ab7;
}
.banner {
margin-top: 32px;
margin-bottom: 32px;
}
.banner img {
width: 100%;
}
h2 {
color: #f44336;
}
.clear {
clear: both;
}
.content {
min-height: 400px;
}
.flight-info h4 {
font-weight: 400;
font-size: 14px;
line... |
templates/default_site/embeds.group/article-issue-number.html | MikaCaldera/AListApart |
{exp:channel:entries channel="articles" limit="1" entry_id="{embed:article-id}" dynamic="off" parse="inward"}
{exp:playa:parents}<a href="/issue/{issue_number}" class="issue-number"><span>Issue №</span> {issue_number}</a>{/exp:playa:parents}
{/exp:channel:entries} |
_includes/header.html | jayce85/jayce85.github.io | <div class="header-wrap">
<header class="header container row clearfix">
<div class="column full">
<h1><a href="{{ site.url }}">{{ site.owner.name }}</a></h1>
<ul id="nav">
<li {% if page.permalink == null %}class="selected"{% endif %}><a href="{{ site.url }}">Blog</a... |
docs/javadoc/employee/index-files/index-11.html | GameShopAdvance/GameShop-Advance | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="it">
<head>
<!-- Generated by javadoc (version 1.7.0_60) on Fri Feb 13 15:30:21 CET 2015 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>M-Index</title>
<me... |
_includes/comments.html | evilz/evilz.github.io | {% if site.disqus_username %}
<section class="comments">
<h3>{{ site.translations.text.comments | default: "Comments" }}</h3>
<div id="disqus_thread"></div>
</section>
<script type="text/javascript">
var disqus_loaded = false;
function load_disqus()
{
disqus_loaded = true;
var disq... |
_categories/okra.html | iamsebastian/bot | ---
layout: default
title: "Okra"
description:
permalink: /category/okra/
---
{% include category.html %}
|
linux-3.1.9/drivers/usb/host/dwc_otg/doc/html/globals_func_0x65.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: Data Fields</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="... |
src/main/resources/templates/users.html | hermitmaster/QuickAccessBookmark | <html xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout"
xmlns:th="http://www.thymeleaf.org"
layout:decorator="layouts/layout">
<head>
<title th:text="#{msg.page.users}"></title>
</head>
<body>
<div layout:fragment="content">
<h1 th:text="#{msg.page.users}" class="sr-only"></h1>
<div class... |
Documentation/html/latex_2DoS__201__2main__8m__source_8tex.html | amarjeetkapoor1/CivilOctave | <!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... |
app/jspm_packages/github/angular/bower-material@master/modules/js/icon/icon.css | israel-11/solid-fiesta | /*!
* Angular Material Design
* https://github.com/angular/material
* @license MIT
* v1.1.0-master-0d7fbad
*/
md-icon {
margin: auto;
background-repeat: no-repeat no-repeat;
display: inline-block;
vertical-align: middle;
fill: currentColor;
height: 24px;
width: 24px;
min-height: 24px;
min-width: ... |
dist/views/panel/logisticaexterna.html | ricpato07/trasvase_caja | <div class="fondogris">
<div bind-html-compile="message.html"></div>
<section class="content">
<div ng-form="forma.form">
<div class="box box-primary">
<div class="box-header with-border">
<h3 class="box-title">Datos del lote</h3>
</div>
... |
public/stylesheets/searchResults.css | maximx1/lecarton | .errorMessage {
color: red;
} |
rawdata/lawstat/version2/03113/0311361122900.html | g0v/laweasyread-data | <html>
<META HTTP-EQUIV=Content-Type Content="text/html; charset=big5">
<!-- Mirrored from lis.ly.gov.tw/lghtml/lawstat/version2/03113/0311361122900.htm by HTTrack Website Copier/3.x [XR&CO'2010], Sun, 24 Mar 2013 09:20:54 GMT -->
<head><title>ªk½s¸¹:03113 ª©¥»:061122900</title>
<link rel="stylesheet" type="text/css" ... |
solr-4.10.3/docs/solr-core/org/apache/solr/search/join/class-use/IgnoreAcceptDocsQuery.html | 71D3R/datos | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_65) on Wed Dec 10 00:36:13 EST 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
<title>Uses of Class... |
ivolunteer/public/images/client/templates/html/ngo.html | ebayohblr2014/eBay-Opportunity-Hack-Blr-2014 | <template name="ngo">
<style>
.content {
width: 700px;
margin: 0 auto;
}
h1 {
margin-left: 120px;
}
</style>
<div class="content well">
{{#if currentUser.isAdmin}}
<h1>Add NGO</h1>
{{else}}
<h1>Participate</h1>
{{/if}}
<form class=... |
public/views/signup.html | dariyasaheb/angular-eshop | <div class='row'>
<div class='col-sm-12'>
<form class='form-horizontal' action='/login1' method='POST'>
<h2> Sign Up </h2>
<div class='row form-group'>
<label for='userna... |
posts/2016-01-08-maintaining-private-configuration/index.html | marisks/marisks.github.com | <!DOCTYPE html>
<html>
<head>
<title>Maintaining private ASP.NET and EPiServer configuration</title>
<meta http-equiv="REFRESH" content="0; url=/2016/01/08/maintaining-private-configuration/">
<link rel="canonical" href="/2016/01/08/maintaining-private-configuration/" />
</head>
<body>
This page has moved. Y... |
eclipse/poi-3.12/docs/apidocs/org/apache/poi/hssf/record/class-use/CalcCountRecord.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.hssf.record.CalcCountRecord (POI API Documentation)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.c... |
eclipse/poi-3.12/docs/apidocs/org/apache/poi/xwpf/usermodel/BreakClear.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>BreakClear (POI API Documentation)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type... |
docs/de/hpi/bpt/chimera/janalytics/AnalyticsService.html | bptlab/JEngine | <!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_91) on Tue Jul 19 15:09:45 CEST 2016 -->
<title>AnalyticsService</title>
<meta name="date" content="2016-07-19">
<link rel="stylesheet" type="t... |
node_modules/npm/html/doc/cli/npm-unpublish.html | garvinling/Flapstack | <!doctype html>
<html>
<title>npm-unpublish</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-unpublish.html">npm-unpublish</a></h1> <p>Remove a package from the registry</... |
Source/Plugins/windowform/index.html | nkruzan/mochaui | <html>
<head>
<!--MOCHAUI-->
<script type="text/javascript" src="../../../Demo/scripts/mootools-1.3.2-core-nocompat-yc.js"></script>
<script type="text/javascript" src="../../../Demo/scripts/mootools-1.3.2-more-yc.js"></script>
<script type="text/javascript" src="../../Core/core.js"></script>
<script type="text/ja... |
main/libc/unix/linux_like/linux/constant.NFNL_SUBSYS_CTNETLINK_TIMEOUT.html | malept/guardhaus | <!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=../../../../libc/constant.NFNL_SUBSYS_CTNETLINK_TIMEOUT.html">
</head>
<body>
<p>Redirecting to <a href="../../../../libc/constant.NFNL_SUBSYS_CTNETLINK_TIMEOUT.html">../../../../libc/constant.NFNL_SUBSYS_CTNETLINK_TIMEOUT.html</a... |
ogamebotserver/src/main/resources/databases/postgres/share/doc/postgresql/html/release-7-4-18.html | unsupo/ogame | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML
><HEAD
><TITLE
>Release 7.4.18</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.... |
docs/router.html | badave/bootie | <!DOCTYPE html>
<html>
<head>
<title>router.js</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, target-densitydpi=160dpi, initial-scale=1.0; maximum-scale=1.0; user-scalable=0;">
<link rel="stylesheet" media="all" href="docco.css" />... |
tools/Rake/lib/ruby/gems/1.8/doc/rubyzip-0.9.4/rdoc/classes/IOExtras/AbstractInputStream.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 xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Module: IOExtras::AbstractInputStream</title>
<m... |
naive_bayes/non_course_test/untag_http:^^www.cs.wisc.edu^~jignesh^jignesh.html | ML-SWAT/Web2KnowledgeBase |
Jignesh's Home Page
Jignesh M. Patel jignesh@cs.wisc.edu.
Welcome!
Research Assistant
Department of Computer Sciences
University of Wisconsin - Madison
1210 West Dayton Street
Madison, WI 53706-1685
Telephone: (608) 262-6625
Advisor: David DeWitt
Research Interests:
GIS systems, para... |
apache-cassandra-2.1.2/javadoc/org/apache/cassandra/streaming/class-use/ProgressInfo.Direction.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:55 EST 2014 -->
<title>Uses of Class org.apache.cassandra.streaming.ProgressInfo.Direction (apache-cassandra AP... |
mousai/prototype_v6/Sonar Kollektiv/index.html | jjmois/jjmois.github.io | <!DOCTYPE html>
<meta charset="utf-8">
<head>
<link rel="stylesheet" href="../plangular.css"/>
<link rel="stylesheet" href="../mousai.css"/>
<title>Mousai</title>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script type="text/javascript" src="http://... |
docs/_build/modules/models.html | georgeha/software_engineering | <!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>Models — Restolingo 1 documentation</title>
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.