path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
biosys/templates/403.html | gaiaresources/biosys | {% extends 'base.html' %}
{% block page_content_inner %}
<div class="row">
<div class="col-xs-12 text-center">
<h2>Sorry, no access</h2>
<p>For access to BioSys data editing functions, please contact the <a href="mailto:biosys@dbca.wa.gov.au">system
custodian.</a></p... |
source/api/apidocs-4.15/apis/updateCloudToUseObjectStore.html | apache/cloudstack-www | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 1.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="../includes/m... |
docs/templates/ngFilter.template.html | daniele-zurico/test-dgeni | {% extends 'base.template.html' %}
{% block body %}
<h2>{$ doc.name $}</h2>
<h3>filter in {$ doc.module | relativeLink(doc) $}</h3>
<div>
{$ doc.description | marked $}
</div>
{% include "partials/dependencies.template.html" %}
{% endblock %} |
src/main/webapp/help-outdir.html | amuniz/dependency-check-plugin | <div>
If specified, the report will be created in this directory.
If the output directory is not specified, the report will
be created in the root of the projects workspace.
</div> |
doc/api/serialized-form.html | loganj/atunit | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<TITLE>
Serialized Form
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.documen... |
examples/csp.amp.html | avimehta/amphtml | <!doctype html>
<html ⚡>
<head>
<meta charset="utf-8">
<title>AMP CSP</title>
<link rel="canonical" href="analytics.amp.html" >
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
<meta http-equiv="Content-Security-Policy" content="default-src * data: blob:; script-src blob: h... |
css/flexbox/align-self-auto-ref.html | frivoal/presto-testo | <!DOCTYPE html>
<title>flexbox | align-self: auto</title>
<style>
div {
background: blue;
margin: 1em 0;
border: 1px solid black;
height: 6em;
width: 30em;
position: relative;
}
span {
background: yellow;
width: 8em;
position: absolute;
bottom: 0;
left: 1em;
display: inline-block;
}
span:nth-child(2) {
bac... |
css/image-fit/reftests/input-jpg-wide/visible_none_left_0.html | frivoal/presto-testo | <!doctype html>
<!-- This file is generated by build.py. -->
<title>input wide.jpg; overflow:visible; -o-object-fit:none; -o-object-position:left 0%</title>
<link rel="stylesheet" href="../../support/reftests.css">
<link rel='match' href='visible_none_left_0-ref.html'>
<style>
#test > * { overflow:visible; -o-object-f... |
lib/cc3200-sdk/docs/simplelink_api/html/structsl__protocol___wlan_set_info_element__t.html | Mindtribe/Leash-Debugger | <!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... |
css/image-fit/reftests/video-ogg-tall/hidden_fill_2cm_2cm-ref.html | frivoal/presto-testo | <!doctype html>
<!-- This file is generated by build.py. -->
<title>Reference for video 160x240.ogv; overflow:hidden; -o-object-fit:fill; -o-object-position:2cm 2cm</title>
<link rel="stylesheet" href="../../support/reftests.css">
<style>
.helper { overflow:hidden }
.helper > * { left:2cm; top:2cm; width:200px; heigh... |
metashare/templates/repository/resource_view/documentation.html | JuliBakagianni/CEF-ELRC | {% spaceless %}
{% if type == "Documentation" %}
{% else %}
{% if level == "simple" %}
<label class='indented'><strong>{{type}}:</strong></label>
{% else %}
<label class={% if level == "sub" %}'subtitle'{% else %}'title'{% endif %}>{{type}}</label>
{% endif %}
{% endif %}
{% if level == "sub" or level == "simp... |
doc/MSP430i2xx/html/inc_2hw__regaccess_8h_source.html | ekawahyu/MSP430Ware | <!-- This comment will put IE 6, 7 and 8 in quirks mode -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>hw_regacces... |
SVG/Testsuites/W3C-1_1F2/harness/htmlSVGWeb/paths-data-07-t.html | frivoal/presto-testo | <?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">
<head>
<script src="../../../../../tools/svgweb/src/svg.js" data-path="../../../../../tools/svgweb/s... |
packages/select/src/ux-optgroup.html | aurelia/ux | <template class="ux-optgroup"
class.bind="isDisabled ? 'ux-optgroup--disabled' : ''"
disabled.bind="isDisabled & booleanAttr"
aria-disabled.bind="isDisabled & booleanAttr">
<div class="ux-optgroup-label" textcontent.bind="label"></div>
<div class="ux-optgroup-options-ct" ref="optionsCt"><slot></slot></div>
</... |
deps/boost/doc/html/boost_asio/reference/ip__basic_resolver_entry/basic_resolver_entry/overload1.html | vslavik/poedit | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_resolver_entry::basic_resolver_entry (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">
<... |
original_sources/boost_1_59_0/doc/html/boost_asio/reference/windows__basic_random_access_handle/lowest_layer_type.html | TyRoXx/cdm | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_random_access_handle::lowest_layer_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home... |
index.html | mintrar/ITE101 | Hello2
|
_posts/2011/01/2011-01-19-newline.html | ErinBecker/website | ---
layout: post
date: 2011-01-19
time: "10:00:00"
authors: ["Luis Zarrabeitia"]
title: Version Control and Newline Conventions
category: ["Content"]
---
<p>There are two widely used conventions for representing the end of a line and the start of the next. Unix-like systems have traditionally used one character, \n (AS... |
deps/boost/libs/gil/doc/html/reference/group___color_space_and_layout.html | nawawi/poedit | <!-- HTML header for doxygen 1.8.13-->
<!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-Compat... |
power-log-it/commons-math3-3.2/docs/apidocs/org/apache/commons/math3/util/class-use/OpenIntToDoubleHashMap.html | tektyte/Log4-Desktop-PC | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Class org.apache.commons.math3.util.OpenIntToDoubleHashMap (Commons Math 3.2 API)
</TITLE>
<LINK REL =... |
tests/index.html | gboushey/frontend | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Ilios Tests</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
{{content-for "head"}}
{{content-for "test-head"}... |
sandbox/slide-checkbox/index.html | quattromani/scaffold-gulp | ---
layout: default
title: Checkbox Toggle
---
<style>
input.switch:empty
{
margin-left: -9999px;
}
input.switch:empty ~ label
{
position: relative;
float: left;
text-indent: 3em;
margin: 0.2em 0;
cursor: pointer;
}
input.switch:empty ~ label:before,
input.switch:empty ~ label:after
{
position: absolute;
di... |
assets/slider-revolution/css/settings.css | affanilyas/uin_fsh | /*-----------------------------------------------------------------------------
- Revolution Slider 5.0 Default Style Settings -
Screen Stylesheet
version: 5.0.0
date: 29/10/15
author: themepunch
email: info@themepunch.com
website: http://www.themepunch.com
-----------------------------------------... |
next-topologydata-export/js/next-ui/doc/classes/nx.graphic.Topology.StageMixin.html | zverevalexei/next-ui-demos | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>nx.graphic.Topology.StageMixin - Next UI Toolkit</title>
<link rel="stylesheet" href="http://yui.yahooapis.com/3.9.1/build/cssgrids/cssgrids-min.css">
<link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css">
<link... |
照片墙CSS3/style/css-reset.css | designersmallweb/personal-tools | /* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, ... |
deps/boost/doc/html/boost_asio/reference/ssl__rfc2818_verification/operator_lp__rp_.html | nawawi/poedit | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::rfc2818_verification::operator()</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="../../../... |
api/2.1.0-alpha1/Thelia/Action/Order.html | Mertiozys/thelia.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>Thelia\Action\Order | </title>
<link rel="stylesheet" type="text/css" href="../../stylesheet.css">
</head>
<body... |
api/2.0.0-RC1/Thelia/Log/Destination/TlogDestinationRotatingFile.html | Mertiozys/thelia.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>Thelia\Log\Destination\TlogDestinationRotatingFile | </title>
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css">
... |
motor/www/lib/ionic-citypicker/style.css | jack0888/motor-test | .city-picker-bg{
background:transparent;
}
.city-picker-backdrop {
position: fixed;
top: 0;
left: 0;
z-index: 1;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.4);
-webkit-transition: 0.1s opacity linear;
transition: 0.1s opacity linear;
}
.city-bgclose{
width: ... |
node_modules/npm/html/doc/cli/npm-shrinkwrap.html | dshen6/dshen6.github.io | <!doctype html>
<html>
<title>npm-shrinkwrap</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="../../static/style.css">
<link rel="canonical" href="https://www.npmjs.org/doc/cli/npm-shrinkwrap.html">
<script async=true src="../../static/toc.js"></script>
<body>
<div id="wrappe... |
app/wheretowatch/fonts/yaveo/yaveo-condbold-demo.html | sivalal/mediadouble | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script src="http://ajax.googleapis.com/ajax/libs... |
www/web/themes/default/paycenter/payinfo.html | xianhuachang/one | <div class="panel panel-default">
<div class="panel-heading">订单信息</div>
<div class="panel-body">
<table class="table table-hover table-none-border">
<tbody>
<tr>
<th width="145">商品名称:</th>
<td>{$order['body']}</td>
</tr>
<tr>
<th>订单编号:</th>
<td>{$order['uniontid']}</td>
</tr>
<tr>
... |
wp-content/themes/one-page/assets/css/animate.css | AdamDunlop/jon-glasgow | /*!
* animate.css -http://daneden.me/animate
* Version - 3.5.0
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2016 Daniel Eden
*/
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.... |
wp-content/plugins/event-registration/scripts/fancybox/jquery.fancybox-1.2.5.css | nizaranand/smalls-cc | div#fancy_overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: none;
z-index: 30;
}
div#fancy_loading {
position: absolute;
height: 40px;
width: 40px;
cursor: pointer;
display: none;
overflow: hidden;
background: transparent;
z-index: 100;
}
div#fancy_loading div {
position:... |
tools/compilers/arm/sourcery_2010_q1_none_eabi/share/doc/arm-arm-none-eabi/html/as.html/MIPS-Object.html | csitarichie/boost_msm_bare_metal | <html lang="en">
<head>
<title>MIPS Object - Using as</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Using as">
<meta name="generator" content="makeinfo 4.13">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="MIPS_002dDependent.html#MIPS_002dDepen... |
docs/index.html | NorXAengell/ACE3 | ---
title: Home
browserTitle: The realism mod for Arma 3
layout: default
group: mainNav
order: 0
sitemap:
exclude: "yes"
---
<a class="hide-for-small-only" href="https://github.com/acemod/ACE3"><img style="position: absolute; top: 0; right: 0; border: 0; z-index: 9999" src="https://camo.githubusercontent.com/36598... |
src/libs/fop-2.1/javadocs/org/apache/fop/render/intermediate/util/package-summary.html | jbampton/eclipse-cheatsheets-to-dita-to-pdf | <!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_34) on Thu Jan 07 14:13:58 GMT 2016 -->
<TITLE>
org.apache.fop.render.intermediate.util (Apache FOP 2.1 API)
</TITLE>
<META NAME="date" CONTENT="201... |
lib/poi-3.17/docs/apidocs/org/apache/poi/poifs/crypt/class-use/DataSpaceMapUtils.DataSpaceDefinition.html | TonyClark/ESL | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<TITLE>
Uses of Class org.apache.poi.poifs.crypt.DataSpaceMapUtils.DataSpaceDefinition (POI API Documentation)
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../st... |
layout/reftests/webkit-box/webkit-box-abspos-children-1.html | Yukarumya/Yukarum-Redfoxes | <!DOCTYPE html>
<html>
<head>
<title>Testcase: simple positioning of abspos children in -webkit-box</title>
<style>
.container {
border: 1px solid black;
width: 200px;
}
.box { display: -webkit-box }
.inline-box { display: -webkit-inline-box }
.abs { position: absolute }
.... |
dom/canvas/test/webgl-conf/generated/test_conformance__glsl__bugs__pow-with-constant-exponent-should-not-crash.html | Yukarumya/Yukarum-Redfoxes | <!-- GENERATED FILE, DO NOT EDIT -->
<!DOCTYPE HTML>
<html>
<head>
<meta charset='utf-8'/>
<title>
Mochitest wrapper for WebGL Conformance Test Suite tests
</title>
<link rel='stylesheet' type='text/css' href='../iframe-passthrough.css'/>
<script src='/tests/SimpleTest/SimpleTest.js'></scri... |
SIS_Integration/java/basic_example/lib/httpcomponents-client-4.3-alpha1/javadoc/org/apache/http/cookie/class-use/SetCookie2.html | mattattack7/canvas-contrib | <!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_22) on Wed Jan 16 18:27:39 CET 2013 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Interface org.apache.http... |
LayoutTests/fast/regex/pcre-test-1.html | youfoh/webkit-efl | <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
<script src="script-tests/pcre-test-1.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
</html>
|
public/stylesheets/rtl/student/categories.css | prafula/FedenaT | .text-input-bg input:focus{
background: #fff;
border: 1px solid #9e0f15;
}
.text-input-bg input {
-moz-border-radius:10px 10px 10px 10px;
-webkit-border-radius:10px;
background:none repeat scroll 0 0 #EEEEEE;
border:1px solid #C6C6C6;
height:17px;
margin:5px 10px 0 0;
padding:5px;
... |
Addons/Ask/View/default/Ask/edit.html | lovebull/wild_weiphp | <extend name="Base/common" />
<block name="body">
<!-- 标签页导航 -->
<div class="span9 page_message">
<section id="contents">
<ul class="tab-nav nav">
<li class=""><a href="{:U('lists')}">抢答列表</a></li>
<li class="current"><a href="javascript:;">编辑抢答<b class="arrow fa fa-sort"></b></a></li>
... |
prow/cmd/deck/static/dialog-polyfill.css | abgworrall/test-infra | /**
Copyright (c) 2013 The Chromium Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and... |
public/bs_pagination/jquery.bs_pagination.bs2.css | antonyho/freecycle.in.net | /*
DO NOT CHANGE this file, as it will be overwritten in next update.
Write your own classes in other css file.
*/
.pagination_custom {
margin-top: 0;
margin-bottom: 0;
}
.goto_page_wrapper {
display: inline;
}
.rows_per_page_wrapper {
display: inline;
margin-left: 5%;
}
.small-input {
width... |
work/testee/reports/servers/crossbar_io_case_1_2_3.html | crossbario/crossbarexamples | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<style lang="css">
body {
background-color: #F4F4F4;
color: #333;
font-family: Segoe UI,Tahoma,Arial,Verdana,sans-serif;
}
p#intro {
font-family: Cambria,serif;
font-size: 1.1em;
color: #444;
}
p#intro a {
color: #444;
}
p#int... |
tests/speed/yprofiler/index.html | ets-berkeley-edu/3akai-ux | <!DOCTYPE html>
<html>
<head>
<title>JavaScript Profiling</title>
</head>
<body>
<iframe src="about:blank" id="ifr" style="display:none"></iframe>
<script src="/dev/lib/jquery/jquery.js"></script>
<script src="lib/yui.js"></script>
<script src="js/main.js"></script>
... |
thirdparty/hbase-1.1.1.2.3.0.0-2557/docs/xref/org/apache/hadoop/hbase/io/hfile/bucket/CacheFullException.html | scalingdata/Impala | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>CacheFullException xref</title>
<link type="te... |
js/prism/prism-1.14.0/examples/prism-tcl.html | Heanes/cdn.heanes.com | <h2>Comments</h2>
<pre><code># This is a comment</code></pre>
<h2>Strings</h2>
<pre><code>"foo \"bar\" baz"
"foo\
bar\
baz"</code></pre>
<h2>Variables</h2>
<pre><code>$foo
$foo::bar_42
$::baz
${foobar}
set foo::bar "baz"</code></pre>
<h2>Functions</h2>
<pre><code>proc foobar {baz} {
puts $baz
}
proc RESTORE/post/:... |
plugins/InspectionGadgets/src/inspectionDescriptions/SimplifiableEqualsExpression.html | IllusionRom-deprecated/android_platform_tools_idea | <html>
<body>
Reports comparisons to null which are followed by an 'equals()' call
with a constant argument.
<p>
For example the following will be reported by this inspection:
<code><pre>
<b>if</b> (s != <b>null</b> && s.equals("literal")) {}
</pre></code>
And the quickfix will replace that with:
<code><pre>
<b... |
test/csrf/src/main/webapp/index.html | dmaidaniuk/ozark | <!DOCTYPE html>
<html>
<head>
<title>Csrf</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="ozark.css">
</head>
<body>
<h1>Csrf</h1>
<ul>
<li><a href="resources/csrf">resources/csrf</a>
</ul>
<br/>
<a class="source" href="https://git... |
manage-web/src/main/webapp/lib/angular/docs/examples/example-example93/index-production.html | Manmay/manage | <!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example - example-example93-production</title>
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.3.0-beta.19/angular.min.js"></script>
<script src="script.js"></script>
</head>
<body ng-app="expressionExample">
<div clas... |
thirdparty/source/asio-1.11.0/doc/asio/reference/ssl__stream/next_layer/overload1.html | letitvi/VideoGridPlayer | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::stream::next_layer (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="../../../../ind... |
templates/results/case/base.html | peterbe/moztrap | {% extends 'results/base.html' %}
{% block sublocation %}Cases{% endblock %}
{% block resultcase-active-nav %}active{% endblock resultcase-active-nav %} |
templates/manage/environment/edit_profile.html | mozilla/moztrap | {% extends 'manage/environment/base.html' %}
{% load permissions %}
{% block location %}Edit Profile{% endblock %}
{% block content %}
<section id="editprofile" class="manage listpage">
<h2>Edit Environment Profile {% include "_helplink.html" with helpURL="environments.html#environment-edit-fields" %}</h2>
<fo... |
webspec/public/angular-1.2.1/docs/partials/api/ng.directive:ngRepeat.html | metakeule/speccer | <a href="http://github.com/angular/angular.js/tree/v1.2.1/src/ng/directive/ngRepeat.js#L3" class="view-source btn btn-action"><i class="icon-zoom-in"> </i> View source</a><a href="http://github.com/angular/angular.js/edit/master/src/ng/directive/ngRepeat.js" class="improve-docs btn btn-primary"><i class="icon-edit"> </... |
makahiki/templates/admin/admin_index.html | KendyllD/boukenda-project | {% extends "base.html" %}
{% load admin_static %}
{% load url from future %}
{% block page_title %}Settings{% endblock %}
{% block extra_head %}
<link rel="icon" href="{{ STATIC_URL }}images/favicon.ico"/>
<link rel="stylesheet" type="text/css" href="{% block stylesheet %}{% static "admin/css/base.css" %}{% end... |
src/app/creditCards/templates/creditCardEdit.tpl.html | robertsoniv/FedExScenario2Buyer | <article class="container-fluid">
<h3 class="page-header">
<b>Edit Credit Card:</b> {{creditCardEdit.creditCardName}}
</h3>
<form name="CreditCardEditForm" ng-submit="creditCardEdit.Submit()">
<div class="row">
<div class="form-group col-sm-6">
<label for="creditC... |
content/themes/sydney-master/assets/css/main.css | jazzTheJackRabbit/blog | /*
* Author: Carlos Alvarez
* URL: http://alvarez.is
*
* Project Name: STANLEY - Free Bootstrap 3 Theme
* Version: 1.0
* URL: http://blacktie.co
*/
@import url(http://fonts.googleapis.com/css?family=Roboto:400,700);
body {
background-color: #e7e7e7;
font-family: 'Roboto', sans-serif;
font-weight: 400... |
app/views/projects/live/v5/k1_step1_edit_error.html | LandRegistry/lc-prototype | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<title>Digital Land Charges</title>
<head>
<link rel="stylesheet" href="/public/stylesheets/styles.css">
<link href='https://fonts.googleapis.com/css?family=Roboto:300,400,700' rel='stylesheet' type='text/css'>
</head>
<body>
{{>includes/header}}
<... |
sdk/api_diff/11/changes/android.database.sqlite.SQLiteCursor.html | AzureZhao/android-developer-cn | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<HTML style="overflow:auto;">
<HEAD>
<meta name="generator" content="JDiff v1.1.0">
<!-- Generated by the JDiff Javadoc doclet -->
<!-- (http://www.jdiff.org) -->
<meta name="description" content="JDiff is a Javadoc doclet which ... |
public/web/etc/blueprint/src/ie.css | GeneralFox/onetimesecret | /* --------------------------------------------------------------
ie.css
Contains every hack for Internet Explorer,
so that our core files stay sweet and nimble.
-------------------------------------------------------------- */
/* Make sure the layout is centered in IE5 */
body { text-align: center; }
.con... |
aware-theme/autoresponse_rule_violation_warning.html | dlopuch/bootstrapped-nation | {{ recipient.first_name_or_friend }} --
<br /><br />
We just wanted to let you know that you are being issued a warning for a rule violation. I hope that you will take some time to review the <a href="{{ site.rule_page.full_url }}">rules page</a> so that you can avoid any infractions in the future. Thanks again for bei... |
tymng/src/main/webapp/plug/easyUI/themes/metro/spinner.css | cgxu1122/cmsmng | .spinner {
display: inline-block;
white-space: nowrap;
margin: 0;
padding: 0;
border-width: 1px;
border-style: solid;
overflow: hidden;
vertical-align: middle;
}
.spinner .spinner-text {
font-size: 12px;
border: 0px;
line-height: 20px;
height: 20px;
margin: 0;
pa... |
libs/predef/doc/html/predef/acknoledgements.html | rprata/boost | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Acknoledgements</title>
<link rel="stylesheet" href="../boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../index.html" title="Predef 1.2">
<link rel="up" h... |
common/bootstrap/forms/css/styles.css | SIBiUSP/tematres | /* ==========================================================================
Demo Styles. Declarations in this first section are NOT necessary for the
form to function, but you can use them if you want
========================================================================== */
html {
margin:0;
padding... |
common/build/Help/UGens/Chaos/HenonN.html | danstowell/SuperCute | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<title></title>
<meta name="Generator" content="Cocoa HTML Writer">
<meta name="CocoaVers... |
tests/wpt/web-platform-tests/resources/test/tests/unit/IdlArray/is_json_type.html | Acidburn0zzz/servo | <!DOCTYPE HTML>
<html>
<head>
<title>IdlArray.prototype.is_json_type()</title>
</head>
<body>
<div id="log"></div>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/resources/WebIDLParser.js"></script>
<script src="/resources/idlharness.js"></script>... |
tests/wpt/web-platform-tests/fetch/sec-metadata/iframe.tentative.sub.html | peterjoel/servo | <!DOCTYPE html>
<script src=/resources/testharness.js></script>
<script src=/resources/testharnessreport.js></script>
<script src=/fetch/sec-metadata/resources/helper.js></script>
<body>
<script>
async_test(t => {
let i = document.createElement('iframe');
i.src = "http://{{host}}:{{ports[http][0]}}/fetch/sec-... |
tests/wpt/web-platform-tests/referrer-policy/origin/http-rp/same-origin/http-http/fetch-request/swap-origin-redirect/generic.http.html | nnethercote/servo | <!DOCTYPE html>
<!-- DO NOT EDIT! Generated by referrer-policy/generic/tools/generate.py using referrer-policy/generic/template/test.release.html.template. -->
<html>
<head>
<title>Referrer-Policy: Referrer Policy is set to 'origin'</title>
<meta name="description" content="Check that all subresources in all ... |
webapp/play1.3.x/samples-and-tests/jobboard/public/stylesheets/admin.css | deanhiller/databus | @import url(crud.css);
/** Custom CRUD **/
#crud {
font-size: 110%;
}
#crud td a {
color: #650F62 !important;
}
#crud small {
font-size: 70%;
}
#crud #crudHeader {
background: none !important;
padding: 5px 0 !important;
height: 20px;
border-bottom: 1px dotted #cccccc;
}
#crud #crudHeader h1 a {
background... |
doc/libc/unix/notbsd/linux/other/b64/x86_64/RCX.v.html | surrsurus/edgequest | <!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=constant.RCX.html">
</head>
<body>
<p>Redirecting to <a href="constant.RCX.html">constant.RCX.html</a>...</p>
<script>location.replace("constant.RCX.html" + location.search + location.hash);</script>
</body>
</html> |
cms/templates/component.html | XiaodunServerGroup/ddyedx | <%! from django.utils.translation import ugettext as _ %>
<%namespace name='static' file='static_content.html'/>
<div class="wrapper wrapper-component-editor">
<div class="component-editor">
<div class="component-edit-header">
<span class="component-name"></span>
<ul class="nav-edit... |
wa-data/public/site/themes/profitbuy22032017/searchform.html | neeil1990/almamed | {strip}
{if 0}{* PLUGIN SEARCH: replace 0 to 1 to enable *}
<form action="{$wa_app_url}search/">
<div class="search-wrapper">
<button type="submit"><i class="material-icons mi-2x"></i></button>
<input type="search" name="query" {if $wa->get('query')}value="{$wa->get('q... |
lib/fop-1.0/javadocs/org/apache/fop/area/class-use/LineArea.html | lewismc/yax | <!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.4.2_11) on Mon Jul 12 21:36:21 CEST 2010 -->
<TITLE>
Uses of Class org.apache.fop.area.LineArea (Apache FOP 1.0 API)
</TITLE>
<LINK REL ="stylesheet" T... |
scaffold/src/templates/stage/startEdit.html | haiheipijuan/containerops | <!--
Copyright 2014 Huawei Technologies Co., Ltd. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless r... |
lib/fop-1.0/javadocs/org/apache/fop/pdf/class-use/PDFRectangle.html | lewismc/yax | <!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.4.2_11) on Mon Jul 12 21:36:31 CEST 2010 -->
<TITLE>
Uses of Class org.apache.fop.pdf.PDFRectangle (Apache FOP 1.0 API)
</TITLE>
<LINK REL ="stylesheet... |
third_party/blink/web_tests/external/wpt/css/css-highlight-api/painting/custom-highlight-painting-staticrange-005.html | scheib/chromium | <!DOCTYPE html>
<html class="reftest-wait">
<meta charset="UTF-8">
<title>CSS Highlight API Test: </title>
<link rel="help" href="https://drafts.csswg.org/css-highlight-api-1/">
<link rel="match" href="custom-highlight-painting-001-ref.html">
<meta name="assert" value="Highlight is repainted correctly after a node cros... |
wts/tests/webstorage/StorageEvent_storageArea_readonly.html | haoxli/web-testing-service | <!DOCTYPE html>
<!--
Copyright (c) 2012 Intel Corporation.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistributions of works must retain the original copyright notice, this list
of conditions and the following di... |
wts/tests/webstorage/window_localStorage_setItem_exist.html | haoxli/web-testing-service | <!DOCTYPE html>
<!--
Copyright (c) 2012 Intel Corporation.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistributions of works must retain the original copyright notice, this list
of conditions and the followi... |
views/priority_service_170731/no-appointment/declaration.html | maxinedivers/pass-max | {{< layout}}
{{$propositionHeader}}{{/propositionHeader}}
{{$pageTitle}}Information about urgent passport{{/pageTitle}}
{{$content}}
<header>
<h1>Sorry, something went wrong</h1>
</header>
<p>It hasn't been possible to confirm your collection appointment, please try again.</p>
<h2>If this keeps happening</h2>
... |
src/app/examples/book/list-info.html | kiettisak-angkanawin/guess_word_scoreboard | <h4>General info</h4>
<p>
This page demonstrates fetching data from the backend via WebSockets and showing it in a simple list.
This example application fetches <em>books</em> with related <em>author</em> data populated for each
and also covers data pagination, sort, and search functions. The actual data i... |
wp-content/themes/limmudto/css/theme-meadowlea.css | Propellerhead-Interactive/limmudto | .vertical-align {
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.vertical-align-cancel {
top: 0px;
-webkit-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
}
.preserve-3d {
-we... |
toolchains/share/doc/gas/as.html/PJ_002dChars.html | thanhphat11/android_kernel_xiaomi_msm8996 | <!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-2013 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Do... |
wp-content/themes/pivot/assets/css/responsive.css | pivotlearning/wpsite |
/* Responsive CSS Styles Table of Contents */
@media only screen and (max-width: 1169px){
body .col-md-9{
position: static;
}
body .featured_section3{
padding:60px 0;
}
body .portfolio_area_left{
width: 74%!important;
}
body #main .margin_bottom10{
margin-bottom: 60px;
}
body .featured_section6, body ... |
toolchain/share/doc/gcc-linaro-arm-linux-gnueabihf/html/as.html/Symbol-Intro.html | vic3t3chn0/Samsung_Wave_Kernel_SD_NAND | <html lang="en">
<head>
<title>Symbol Intro - Using as</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Using as">
<meta name="generator" content="makeinfo 4.13">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="Syntax.html#Syntax" title="Syntax">
<... |
gui/syncthing/device/idqrModalView.html | jgke/syncthing | <modal id="idqr" status="info" icon="qrcode" title="{{'Device Identification' | translate}} - {{deviceName(thisDevice())}}" large="yes" close="yes">
<div class="well well-sm text-monospace text-center" select-on-click>{{myID}}</div>
<img ng-if="myID" class="center-block img-thumbnail" ng-src="qr/?text={{myID}}"/>
<... |
layout/reftests/scrolling/huge-horizontal-overflow.html | Yukarumya/Yukarum-Redfoxes | <!DOCTYPE html>
<html>
<head><title>Testcase for bug 751278</title>
<style>
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
span { display:inline-block; m... |
layout/reftests/table-bordercollapse/bc_dyn_rg2_ref.html | Yukarumya/Yukarum-Redfoxes | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<head><title>border collapse dynamic change to rowgroup border width</title>
<style>
td { border: 10px green solid;}
table {margin: 30px}
</style>
</head>
<body>
<table style="border-collapse:collapse">
<tbody></tbody><tr><td>c11</td><td>c12</td><td>c13</td></tr></tbo... |
lms/templates/shoppingcart/registration_code_receipt.html | c0710204/edx-platform | <%!
from django.utils.translation import ugettext as _
from django.core.urlresolvers import reverse
from courseware.courses import course_image_url, get_course_about_section
%>
<%inherit file="../main.html" />
<%namespace name='static' file='/static_content.html'/>
<%block name="pagetitle">${_("Confirm Enrollment")}</%... |
openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/create_qos_spec.html | openstack/horizon | {% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "Create QoS Spec" %}{% endblock %}
{% block main %}
{% include 'admin/volume_types/_create_qos_spec.html' %}
{% endblock %}
|
prototypes/referral-signposting/5/personaldetails.css | NHSChoices/nhs111-prototypes | .button-link {
border: none;
padding: 0 !important;
padding-right: 20px !important;
cursor: pointer;
color: #79AFDD;
background-color: white !important;
background-image: url("/content/images/icons/icon-link-go.png");
background-repeat: no-repeat;
background-position: 100% 50%;
}
.... |
third_party/webgl/src/conformance-suites/2.0.0/extra/texture-sizing.html | endlessm/chromium-browser | <!--
/*
** Copyright (c) 2015 The Khronos Group Inc.
**
** Permission is hereby granted, free of charge, to any person obtaining a
** copy of this software and/or associated documentation files (the
** "Materials"), to deal in the Materials without restriction, including
** without limitation the rights to use, copy, ... |
third_party/WebKit/LayoutTests/webaudio/codec-tests/aac/m4a-short-duration-44khz.html | axinging/chromium-crosswalk | <!DOCTYPE html>
<html>
<head>
<script src="../../resources/audio-testing.js"></script>
<script src="../../resources/buffer-loader.js"></script>
<script src="../../resources/audio-codec-test.js"></script>
<title></title>
</head>
<body>
<script>
(function () {
// For certain AAC-encoded files, FFMPEG... |
usecase/usecase-wrt-tizen-tests/samples/ScrollIndicators/index.html | YongseopKim/crosswalk-test-suite | <!DOCTYPE html>
<!--
Copyright (c) 2013 Intel Corporation.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistributions of works must retain the original copyright notice, this list
of conditions and the following di... |
third_party/WebKit/LayoutTests/media/video-src-change.html | ds-hwang/chromium-crosswalk | <html>
<head>
<!-- TODO(philipj): Convert test to testharness.js. crbug.com/588956
(Please avoid writing new tests using video-test.js) -->
<script src=video-test.js></script>
<script src=media-file.js></script>
<script>
var mediaFile;
var loadedC... |
web-platform-tests/tests/html/semantics/embedded-content/media-elements/track/track-element/cors/016.html | cr/fxos-certsuite | <!doctype html>
<title>track CORS: Anonymous, same-origin, no headers, redirects to same-origin, no headers</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<div id=log></div>
<script src=/common/utils.js></script>
<script src=support/common.js?pipe=sub><... |
main/libc/unix/linux_like/fn.posix_fadvise.html | malept/guardhaus | <!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=../../../libc/fn.posix_fadvise.html">
</head>
<body>
<p>Redirecting to <a href="../../../libc/fn.posix_fadvise.html">../../../libc/fn.posix_fadvise.html</a>...</p>
<script>location.replace("../../../libc/fn.posix_fadvise.html"... |
src/commons-math3-3.6.1/docs/apidocs/org/apache/commons/math3/class-use/Field.html | asampley/FactorioRatioAssistant | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Interface org.apache.commons.math3.Field (Apache Commons Math 3.6.1 API)</title>
<link rel="s... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.