path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
src/chrome/common/extensions/docs/templates/public/extensions/api_index.html | plxaye/chromium | {{+partials.standard_extensions_article article:intros.api_index is_apps:false}}
|
third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/resources/xmlhttprequest-in-unload-sync.html | XiaosongWei/chromium-crosswalk | <html>
<head>
<script>
window.onunload = function () {
try {
var url = '1251.html';
var xhr = new XMLHttpRequest();
xhr.open('GET', url, false);
xhr.send(null);
window.parent.completed("PASS: sync XHR completed successfully");
} catch (e) {
window.parent.completed... |
xbmc/cores/paplayer/vorbisfile/libvorbis/doc/vorbisfile/ov_bitrate_instant.html | xbmc/atv2 | <html>
<head>
<title>Vorbisfile - function - ov_bitrate</title>
<link rel=stylesheet href="style.css" type="text/css">
</head>
<body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff">
<table border=0 width=100%>
<tr>
<td><p class=tiny>Vorbisfile documentation</p></td>
<td align=right><p class=ti... |
web-app/js-lib/dojo-release-1.5.0/dojox/layout/resources/FloatingPane.css | ozoneplatform/owf-framework | .dojoxFloatingPane {
background-color:#fff;
position:relative;
border: 1px solid #dedede;
overflow: hidden;
-webkit-box-shadow: 0px 5px 10px #adadad;
}
.dojoxFloatingPaneFg {
-webkit-box-shadow: 0px 8px 20px #525252;
}
/* titleNode */
.dojoxFloatingPaneTitle {
background: #cccccc;
background:#fafafa repeat-... |
tmp/install_4f20924cbb0a1/administrator/help/en-GB/Extensions_Extension_Manager_Discover.html | heqiaoliu/Viral-Dark-Matter | <!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_GB" xml:lang="en_GB">
<head>
<title>COM_ADMIN_HELP_EXTENSIONS_EXTENSION_MANAGER_DISCOVER</title>
<link href="css/help.css" rel="stylesheet" type="... |
vendor/assets/javascripts/angular-material/modules/js/dialog/dialog.css | ac-adekunle/secondlead | /*!
* Angular Material Design
* https://github.com/angular/material
* @license MIT
* v1.0.1
*/
.md-dialog-is-showing {
max-height: 100%; }
.md-dialog-container {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-co... |
wsgi/wsgi/static/weblink/doc/api/t-pfcUDFNotchFeat-UDFNotchFeat.html | 2014c2g12/c2g12 | <html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>
CIP JavaScript documentation for class "
pfcUDFNotchFeat"
</title>
<link href="cipdoc_default.css" type="text/css" rel="stylesheet">
<script language="JAVASCRIPT">
function findProperNode ()
{
}
</scri... |
third_party/blink/web_tests/fast/js/regress/int-or-other-add.html | nwjs/chromium.src | <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<script src="../../../resources/js-test.js"></script>
</head>
<body>
<script src="resources/regress-pre.js"></script>
<script src="script-tests/int-or-other-add.js"></script>
<script src="resources/regress-post.js"></script>
</body>
</html>
|
third_party/blink/web_tests/fast/events/mouseenter-mouseleave-inline-attributes.html | scheib/chromium | <!DOCTYPE html>
<html>
<head>
<script src="../../resources/js-test.js"></script>
<script>
window.jsTestIsAsync = true;
document.addEventListener('DOMContentLoaded', function () {
if (window.testRunner) {
eventSender.mouseMoveTo(1, 1);
eventSender.mous... |
wp-content/themes/mystile/sm/doc/generated/docco.css | sudocoda/crimzon-theme | /*--------------------- Typography ----------------------------*/
@font-face {
font-family: 'aller-light';
src: url('public/fonts/aller-light.eot');
src: url('public/fonts/aller-light.eot?#iefix') format('embedded-opentype'),
url('public/fonts/aller-light.woff') format('woff'),
url('publi... |
war/closure-library-20120710-r2029/closure/goog/ui/tabbarrenderer_test.html | AppScale/appinventor | <!DOCTYPE html>
<html>
<!--
Copyright 2008 The Closure Library Authors. All Rights Reserved.
Use of this source code is governed by the Apache License, Version 2.0.
See the COPYING file for details.
-->
<!--
Author: attila@google.com (Attila Bodis)
-->
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<ti... |
web/assets/vendor/tether-tooltip/dist/css/tooltip-theme-arrows.css | marcinsdance/sloth-invoices | .tooltip-element, .tooltip-element:after, .tooltip-element:before, .tooltip-element *, .tooltip-element *:after, .tooltip-element *:before {
box-sizing: border-box; }
.tooltip-element {
position: absolute;
display: none; }
.tooltip-element.tooltip-open {
display: block; }
.tooltip-element.tooltip-theme-ar... |
third_party/blink/web_tests/external/wpt/css/css-transforms/transform3d-backface-visibility-003.html | scheib/chromium | <!DOCTYPE html>
<html>
<head>
<title>CSS Test (Transforms): Simple Backface-Visibility, rotatex(180deg) on Table</title>
<link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name">
<link rel="help" href="http://www.w3.org/TR/css-transforms-2/#propdef-backface-visibility">
<meta name="assert"... |
public/inspector/inspector.css | wyicwx/bone-cli-proxy | /*
* Copyright 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.
*/
@import url("dialog.css");
@import url("inspectorStyle.css");
@import url("inspectorCommon.css");
@import url("inspectorSyntaxHighlight.css");
@imp... |
tags/webscraping/page/1/index.html | RobertMyles/RobertMyles.github.io | <!DOCTYPE html><html><head><link rel="canonical" href="../../"/><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0;url=../../" /></head></html> |
sheets/Firefly/firefly.css | kcopper8/RPGSheet | @font-face {
font-family: 'aller';
src: url('http://vader.binaryelysium.com/fonts/aller_rg-webfont.eot');
src: url('http://vader.binaryelysium.com/fonts/aller_rg-webfont.eot?#iefix') format('embedded-opentype'), url('http://vader.binaryelysium.com/fonts/aller_rg-webfont.woff') format('woff'), url('http://vader.bi... |
webkit/WebKit.resources/inspector/panelEnablerView.css | VikingsYip/webkitdotnet | /*
* Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved.
* Copyright (C) 2009 Anthony Ricaud <rik@webkit.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code ... |
third_party/blink/manual_tests/fullscreen/full-screen-zero-width.html | nwjs/chromium.src | <style>
div { width: 0px; }
span { text-decoration: underline; cursor: hand; }
</style>
<script>
function toggleFullScreen() {
if (document.webkitIsFullScreen)
document.webkitCancelFullScreen();
else
document.getElementsByTagName('div')[0].webkitRequestFullscreen();
}
</script>
<body>
... |
api/master/Thelia/Model/Base/ProductI18nQuery.html | Mertiozys/thelia.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>Thelia\Model\Base\ProductI18nQuery | </title>
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css">
</h... |
src/chrome_frame/test/data/full_tab_sub_frame_main.html | plxaye/chromium | <html>
<frameset cols="50%,*">
<frame src="full_tab_sub_frame1.html" />
<frame src="full_tab_sub_frame2.html" />
</frameset>
</html> |
tests/wpt/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeatx.basic.html | shinglyu/servo | <!DOCTYPE html>
<!-- DO NOT EDIT! This test has been generated by tools/gentest.py. -->
<title>OffscreenCanvas test: 2d.pattern.paint.repeatx.basic</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/common/canvas-tests.js"></script>
<h1>2d.pa... |
src/Orchard.Web/Core/Dashboard/styles/menu.dashboard-admin.css | austinsc/Orchard | .navicon-dashboard {
background-image:url(images/menu.dashboard.png) !important;
}
.navicon-dashboard:hover {
background-position:0 -30px !important;
} |
web/vue/AccountBook-Express/node_modules/pug/test/output/block-code.html | february29/Learning |
<li>Uno</li>
<li>Dos</li>
<li>Tres</li>
<li>Cuatro</li>
<li>Cinco</li>
<li>Seis</li> |
ajax/libs/mediaelement/2.1.1/mediaelementplayer.css | janpaepke/cdnjs | .mejs-container {
position: relative;
background: #000;
font-family: Helvetica, Arial;
}
.mejs-container-fullscreen {
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
overflow: hidden;
}
.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
width: 100%;
height: 100%;
}
/* ... |
第2组 刘成军/高姗/第二周作业/public/Font-Awesome-master/Font-Awesome-master/src/3.2.1/icon/compass/index.html | zhouhuiqiong/201602node_homework | <!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!-->
<html lang="en" xmlns="http://www.w3.org/1999/html"> <!--<![endif]-->
<head>
<!-- Basic... |
www/lib/json3/index.html | frangucc/gamify | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>JSON 3</title>
<link rel="stylesheet" href="page/style.css" media="screen">
</head>
<body>
<ul id="navigation">
<li><a href="#section_1">JSON 3</a></li>
<li><a href="#section_2">Changes from JSON 2</a></li>
<li><a href="#s... |
introToD3/examples/code/snapshot41/index.html | neelshah23/screencasts | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Example</title>
</head>
<body>
<script>
var myObject = {
x: 5,
y: 10
};
console.log(myObject);
console.log("x = " + myObject.x);
console.log("y = " + myObject["y"]);
</script>
</body>
<... |
third_party/web_platform_tests/referrer-policy/origin-only/meta-referrer/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html | youtube/cobalt | <!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-only'</title>
<meta name="description" content="Check that all subresources in... |
zongjie/css/theme/simple.css | dongweiming/blog | @import url(http://fonts.googleapis.com/css?family=News+Cycle:400,700);
@import url(http://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
/**
* A simple theme for reveal.js presentations, similar
* to the default theme. The accent color is darkblue.
*
* This theme is Copyright (C) 2012 Owen Ve... |
wp-content/themes/new_theme/js/libs/angular-1.4.1/docs/examples/example-example15/index.html | orYoffe/wordpress | <!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example - example-example15</title>
<script src="../../../angular.min.js"></script>
<script src="script.js"></script>
</head>
<body ng-app="docsScopeProblemExample">
<div ng-controller="NaomiController">
<my-customer></my-custo... |
web/libs/bootstrap-3.1.1/docs/_includes/nav-components.html | bocharsky-bw/bionic-symfony | <li>
<a href="#glyphicons">Glyphicons</a>
<ul class="nav">
<li><a href="#glyphicons-glyphs">Available glyphs</a></li>
<li><a href="#glyphicons-how-to-use">How to use</a></li>
<li><a href="#glyphicons-examples">Examples</a></li>
</ul>
</li>
<li>
<a href="#dropdowns">Dropdowns</a>
<ul class="nav">
... |
files/formstone/0.5.16/css/tabs.css | gregorypratt/jsdelivr | /*! formstone v0.5.16 [tabs.css] 2015-05-21 | MIT License | formstone.it */
/**
* @class
* @name .fs-tabs-element
* @type element
* @description Target elmement
*/
/**
* @class
* @name .fs-tabs
* @type element
* @description Base widget class
*/
/**
* @class
* @name .fs-tabs.fs-tabs-enabled
*... |
third_party/web_platform_tests/html/browsers/browsing-the-web/unloading-documents/unload/006-1.html | youtube/cobalt | <!doctype html>
006-1
<script>
onpagehide = function() {
onpagehide = null;
setTimeout(function() {
parent.t.done()
}, 1000);
}
onload = function() {
if (!parent.loaded) {
parent.loaded = true;
setTimeout(parent.t.step_func(
function() {
location="006-2.html?" +... |
zeppelin-client/src/asserts/codemirror-5.10/mode/asciiarmor/index.html | zhanglei13/zeppelin | <!doctype html>
<title>CodeMirror: ASCII Armor (PGP) mode</title>
<meta charset="utf-8"/>
<link rel=stylesheet href="../../doc/docs.css">
<link rel="stylesheet" href="../../lib/codemirror.css">
<script src="../../lib/codemirror.js"></script>
<script src="asciiarmor.js"></script>
<style>.CodeMirror {background: #f8f8f... |
public/Semantic-UI-1.5.2/dist/components/menu.css | aranoah/seats-reservation-system | /*
* # Semantic UI
* https://github.com/Semantic-Org/Semantic-UI
* http://www.semantic-ui.com/
*
* Copyright 2014 Contributors
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
/*******************************
Standard
*******************************/
/*--------------... |
www/public/css/syntax.css | danmiley/danmiley.github.io | .highlight .hll { background-color: #ffc; }
.highlight .c { color: #999; } /* Comment */
.highlight .err { color: #a00; background-color: #faa } /* Error */
.highlight .k { color: #069; } /* Keyword */
.highlight .o { color: #555 } /* Operator */
.highlight .cm { color: #09f; font-style: italic } /* Comment.Multiline *... |
web-platform-tests/tests/2dcontext/path-objects/2d.path.fill.winding.add.html | cr/fxos-certsuite | <!DOCTYPE html>
<!-- DO NOT EDIT! This test has been generated by tools/gentest.py. -->
<title>Canvas test: 2d.path.fill.winding.add</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/common/canvas-tests.js"></script>
<link rel="stylesheet" hr... |
src/demo/meteor/app.html | gabrielmancini/interactor | <head>
<meta charset="utf-8">
<title>Meteor • TodoMVC</title>
</head>
<body>
<section id="todoapp" data-framework="meteor">
{{> todoapp}}
</section>
<footer id="info">
<p>Double-click to edit a todo</p>
<p>Created by Matthias Stumpp - <a href="http://github.com/MStumpp">GitHub</a> <a href="http://... |
前端/模板/后台模板/sb-admin-2-1.0.7/pages/buttons.html | keepeye/fragments | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>SB Admin 2 - Bootstrap Admin Th... |
instruction/dist/command-line-args.html | Gi60s/IT410 | <!doctype html><html lang=''><head><meta charset='utf8'><meta name="viewport" resources="width=device-width, initial-scale=1"><link rel="stylesheet" href="markdown.css"><link rel="stylesheet" href="main.css"></head><body><div id="Main" class="markdown-body">
<h1>
<a id="user-content-command-line-arguments" class="ancho... |
adam8.html | saasmath/winter25 | <!doctype html>
<html>
<head>
<title>test page</title>
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet">
<script src="/socket.io/socket.io.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
... |
LRC/index.html | pauldoo/scratch | <!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>
<title>Long Range Compressor (LRC)</title>
<style>
body{
font-family: Sans-Serif;
font-size:0.8em;
color:#333333;
... |
static/account/notifications.html | activecell/rekanban | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>Rekanban</title>
<!-- le styles -->
<link rel="stylesheet" href="../stylesheets/profitably... |
node_modules/csvtojson/coverage/csv2json/libs/core/defaultParsers/parser_flat.js.html | pVelocity/pvserverhelper | <!doctype html>
<html lang="en">
<head>
<title>Code coverage report for csv2json/libs/core/defaultParsers/parser_flat.js</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="../../../../prettify.css" />
<link rel="stylesheet" href="../../../../base.css" />
<meta name="viewport" content="wid... |
docs/static-paginated-perseus4/166.html | jtauber/online-reader | <!doctype html>
<html>
<head>
<title>Histories 2.166</title>
<meta charset="utf-8">
<link rel="stylesheet" href="reader.css">
</head>
<body class="plain">
<div class="container">
<h1>Histories 2.166</h1>
<div class="text">
<p><span class="section">1</span>
The Kalasiries are f... |
_layouts/front.html | asongyu/asongyu.github.io | <!DOCTYPE html>
<html lang="en">
{% include head.html %}
<body>
{% include header.html %}
</body>
</html>
|
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/4a8dc3735cfb30dfe67df1e81b34cc2874bb35249f86e97f47f7b6c4c8a513b9.html | simonmysun/praxis | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>18 --> 19</title>
<link href="./../../assets/style.css" rel="stylesheet">
</head>
<body>
<h2>You have to be fast</h2>
<a href="./b3414a0b755728c4b2d997365f3c6197e77f87ceac9496f685911125c9f120a8.html">Teleport</a>
<hr>
... |
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/681d9847ad2cd7ce4b8bb15ea4303f3d7502166a9726c56a7fe97eeaca10762a.html | simonmysun/praxis | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>18 --> 19</title>
<link href="./../../assets/style.css" rel="stylesheet">
</head>
<body>
<h2>You have to be fast</h2>
<a href="./3aa5b4d4d39afa78e2d1c816fbb44e4ac1de98756c4d241a22a035473c3b6074.html">Teleport</a>
<hr>
... |
angular-node-sportsMall/public/views/placeOrder.html | attraction11/projects | <style>
.ng-invalid { background-color: lightpink; }
.ng-valid { background-color: lightgreen; }
span.error { color: red; font-weight: bold; }
</style>
<h2>现在付款</h2>
<p>请输入您的详细信息,我们将尽快发货!</p>
<form name="shippingForm" novalidate>
<div class="well">
<h3>收货人:</h3>
<div class="form-group">... |
result/M.1419005416.A.F32.html | iultimatez/PTTScraper | <!DOCTYPE html><html><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>[爆卦] 鴻池也需要溫暖,靠發不實簡訊給選民取暖 - 看板 Gossiping - 批踢踢實業坊</title>
<meta name="robots" content="all">
<meta name="keywords" content="Ptt BBS 批踢踢">
<meta name="description" content="
https://www.facebook.com/Append... |
test/index.html | cfenzo/ractive-transitions-velocity | <!DOCTYPE HTML>
<html>
<head>
<title>ractive-transitions-velocity test suite</title>
<link rel='stylesheet' href='lib/qunit.css'>
</head>
<body>
<div id='qunit'></div>
<div id='qunit-fixture'></div>
<script src='lib/qunit.js'></script>
<script src='lib/qunit-assert-html.js'></script>
<script src='../vendor/ract... |
public/index.html | christoph-phillips/URLShortenerAPI | <!DOCTYPE html>
<html>
<head>
<title>A URL Shortener MicroService</title>
<link href="/public/css/main.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="container">
<br />
<p class="clementine-text">A URL Shortener MicroService</p>
<div class="container">
<blockqu... |
app/views/pip14a/gettingOn.html | gup-dwp/pip-prototype | {{<govuk_template}}
{{$head}}
{{>includes/head}}
{{/head}}
{{$propositionHeader}}
{{>includes/propositional_navigation}}
{{/propositionHeader}}
{{$headerClass}}with-proposition{{/headerClass}}
{{$content}}
<main id="content" role="main">
{{>includes/phase_banner}}
<div class="grid-row">
<div class="colu... |
members/mr-andrew-love.html | JeniT/childs-guide-to-parliament | ---
# DO NOT EDIT!
# This file is automatically generated by get-members. If you change it, bad
# things will happen.
layout: default
title: "Mr Andrew Love"
house: commons
---
<div class="row">
<div class="col-md-8">
{% include members/mr-andrew-love.html %}
<h3>What is Mr Andrew Love interes... |
_includes/author-profile.html | RimWorldMod/RimWorldMod.github.io | {% if page.author and site.data.authors[page.author] %}
{% assign author = site.data.authors[page.author] %}
{% else %}
{% assign author = site.author %}
{% endif %}
<div itemscope itemtype="http://schema.org/Person">
{% if author.avatar %}
<div class="author__avatar">
{% if author.avatar contains ":/... |
_site/devops-summit-complete-compliance-in-coding-is-an/index.html | dromologue/dromologue.github.io | <!doctype html>
<!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if (IE 7)&!(IEMobile)]><html class="no-js lt-ie9 lt-ie8" lang="en"><![endif]-->
<!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"><!--<!... |
documentation/package-frame.html | amirbawab/GraphADT | <!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_25) on Sun Jan 04 18:05:04 PST 2015 -->
<title><Unnamed></title>
<meta name="date" content="2015-01-04">
<link rel="stylesheet" type="tex... |
JSBus/Content/Site.css | teelahti/TD2013JSBus | html {
background-color: #e2e2e2;
margin: 0;
padding: 0;
}
body {
background-color: #fff;
border-top: solid 10px #000;
color: #333;
font-size: .85em;
font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
margin: 0;
padding: 0;
}
a {
color: #333;
outline: none;
p... |
src/js/tests/flexile-tests-runner.html | timbrock/flexile.js | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>flexile.js Tests Runner using Jasmine v2.5.2</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jasmine/2.5.2/jasmine.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jasmine/2.5.2/jasmine.min.js"></scrip... |
Old/3rdParty/fmodstudioapi10802linux/doc/FMOD Studio Programmers API for Linux/content/generated/FMOD_DSP_GETPARAM_FLOAT_CALLBACK.html | Silveryard/Car_System | <LINK REL="stylesheet" HREF="../static/styles.css">
<HTML>
<HEAD>
<TITLE>FMOD_DSP_GETPARAM_FLOAT_CALLBACK</TITLE>
</HEAD>
<BODY TOPMARGIN="0" class="api_reference">
<p class="header">Firelight Technologies FMOD Studio API</p>
<H1>FMOD_DSP_GETPARAM_FLOAT_CALLBACK</H1>
<P>
<p>This callback is called when the user wants t... |
pages/user/edit-permission.html | trungjc/quanlyhocsinh | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>edit permison</title>
<!-- Tell the browser to be responsive to screen width -->
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">... |
src/themes/gastro-thumbnail/src/base.container.css | Baasic/baasic-starterkit-angularjs-blog | /*------------------------------------*\
# base.container
\*------------------------------------*/
.container {
margin: 0 auto;
}
@media all and (--from-xlarge) {
.container {
}
}
.container__fixed {
height: 100%;
}
.container__main {
min-height: 100%;
}
@media all and (--from-xlarge) {
.co... |
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/b49ac23dc9df07614076ab4802fb1df030cf3304d54486fe355c95263f2c5f62.html | simonmysun/praxis | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>18 --> 19</title>
<link href="./../../assets/style.css" rel="stylesheet">
</head>
<body>
<h2>You have to be fast</h2>
<a href="./0df314d3d7dda98f5118cf2136a08fb1125a7b0939296685e112ceb243a8494d.html">Teleport</a>
<hr>
... |
ko/showcase/index.html | mayaman/p5js-website | <!DOCTYPE html>
<html class="no-js" lang="ko">
<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="p5.js a JS client-side library for creating graphic and interactive ... |
_includes/head.html | mcheang20/mcheang20.github.io | <head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{% if page.title %}{{ page.title }} |{% endif %} {{ site.theme_settings.title }}</title>
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{%... |
people/de1s3mno.html | slowe/panelshows | <html>
<head>
<title>Tessa Munt's panel show appearances</title>
<script type="text/javascript" src="../common.js"></script>
<link rel="stylesheet" media="all" href="../style.css" type="text/css"/>
<script type="text/javascript" src="../people.js"></script>
<!--#include virtual="head.txt" -->
</head>
<body>
<!--#in... |
vendor/assets/stylesheets/vhx-quartz.icon-product.css | vhx/quartz-rails | .icon-product-navy {
background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2223%22%20height%3D%2223%22%20viewBox%3D%220%200%2023%2023%22%3E%3Ctitle%3Eicons-singletons%3C%2Ftitle%3E%3Cpolygon%20points%3D%226.38%206.19%2011.5%203.28%2016.62%206.19... |
_site/tools/2015/02/27/xampp-access-forbidden/index.html | tudousi/tudousi.github.io | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>XAMPP 访问 Access forbidden 问题 – 再试,再失败,更好地失败</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="当安装好 XAMPP 用 IP 进行访问的时候会出... |
20127e0/html/classv8__inspector_1_1V8StackTrace.html | v8-dox/v8-dox.github.io | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" con... |
register.html | baochuquan/B2Cyicai | <!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>注册</title>
<meta name="description" content="">
<!--<meta name="viewport" content="width=device-width, initial-scale=1">-->
<link rel="apple-touch-icon" href="... |
Docs/api/html/OgreRenderSystemCapabilitiesManager_8h_source.html | ttair/TuxSinbad | <html>
<head>
<title>OGRE: OgreRenderSystemCapabilitiesManager.h Source File - 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>
<!-- Gene... |
src/app/components/learn/division.component.html | amq/edu-spa | <div class="header">
<a routerLink="/"><span><i class="fa fa-graduation-cap" aria-hidden="true"></i></span></a>
</div>
<div class="header_headline">Division</div>
<p>Die Division ist eine der vier Grundrechenarten der Arithmetik. Sie ist die Umkehroperation der Multiplikation. Die Division
wird umgangssprachlic... |
doc/second_tier/package-summary.html | shane-williams-dev/Reminder-App | <!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 Oct 22 15:42:18 EST 2014 -->
<title>second_tier</title>
<meta name="date" content="2014-10-22">
<link rel="stylesheet" type=... |
ajax/libs/ratchet/2.0.1/css/ratchet.min.css | yogeshsaroya/new-cdnjs | version https://git-lfs.github.com/spec/v1
oid sha256:9fa6283b0a86ec7d077cdc3a760c8c32241934525b1e6783f9ba380f639c1445
size 19603
|
html/234567042498.html | GoC-Spending/data-corporations |
<!DOCTYPE html>
<!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="en" dir="ltr">
<!--<![endif]-->
<!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open... |
spaceship/spaceship.html | qsrahman/Quintus-Demos | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Space Ship</title>
<style>
* {
padding: 0;
margin: 0;
}
body {
overflow: hidden;
background: #e4e6e8;
}
#canvas {
display: block;
margin: 40px auto 0px;
background: #fff;
box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.1);
}
</style>
</head>
... |
templates/configure_slideshow.html | leephillips/FOTPweb | <!DOCTYPE HTML><html><head><meta content="text/html;charset=utf-8" http-equiv="Content-Type" /><meta content="width=device-width, initial-scale=1.0" name="viewport" /><link href="{{ STATIC_URL }}favicon_v4.png" rel="shortcut icon" type="image/png" /><link href="//fonts.googleapis.com/css?family=Alegreya:normal,italic,b... |
index.html | jan-trojanowski/vanilla-js-calendar | <head>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<script type="text/javascript" src="app.js"></script>
</body> |
doc/function-date_range.html | isacm94/Practica2_Servidor | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Function date_range | Practica2_Servidor</title>
<link rel="stylesheet" href="resources/style.css?e99947befd7bf673c6b43ff75e9e0f170c88a60e">
</head>
<body>
<div id="left">
<div id="menu">
<a href="index.html" title="Overview"><span>Overview</span></a... |
estilo.css | hansphp/BuscadorMySQL | /* CSS Document */
body {
padding-left: 30px;
padding-right: 30px;
}
td.wait{
padding:10px;
font-weight:bold;
color:#990;
text-align:center;
}
.tab-content{
margin-top:10px;
} |
index.html | BILLYHO/Resume | <!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Resume</title>
<meta name="description" content="A Simple Slide">
<meta name="author" content="BILLY HO">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-tr... |
Styles/main.css | ev3dev-lang-java/ev3dev-lang-java.github.io | body {
background: #fff !important;
background-color: #fff !important;
}
h1, h2, h3{
text-transform: none !important;
}
h1, h2, h3 {
color: #000000 !important;
text-shadow: 4px 4px 30px rgba(221,221,221, 1) !important;
}
h1{
font-size: 100px !important;
}
p {
color: #000000;
text-shadow:... |
app/views/blog/progit/2011-07-11-reset.html | 01walid/gitscm-next | ---
layout: post
title: Reset Demystified
---
<p>One of the topics that I didn't cover in depth in the Pro Git book is the
<code>reset</code> command. Most of the reason for this, honestly, is that
I never strongly understood the command beyond the handful of
specific use cases that I needed it for. I knew what the ... |
_site/hatching-any-eggs-by-pomeg-glith/index.html | bruce-lcf/bruce-lcf.github.io | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Hatching Any Eggs by Pomeg Glitch • Bruce Steveon's Blog</title>
<meta name="description" content="利用绿宝石红榴漏洞(Pomeg Berry Glitch)孵化编号386以内的任意PM
">
<meta name="keywords" content="">
<!-- Twitter Cards -->
<meta name="twitter:title" ... |
core/src/main/resources/templates/admin/export.html | rango1900/MindTrails | <!DOCTYPE html>
<!--[if lt IE 7 ]>
<html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]>
<html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]>
<html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!-->
<html class="not-ie" lang="en" xmlns:th="http://www.thymeleaf.org">
<!--<![endif]-->
<... |
app/assets/stylesheets/jquery.ui.selectmenu.css | double-z/gitlab-viewer | /* Selectmenu
----------------------------------*/
.ui-selectmenu { background:none; font-size:12px;display: block; display: inline-block; position: relative; height: 2.2em; vertical-align: middle; text-decoration: none; overflow: hidden; zoom: 1; }
.ui-selectmenu-icon { position:absolute; right:6px; margin-top:-8px; t... |
posts/stage-four-value-propositions.html | NathanHarrington/NathanHarrington.github.io | <!DOCTYPE html>
<html lang="en" prefix="og: http://ogp.me/ns# fb: https://www.facebook.com/2008/fbml">
<head>
<!-- ****** faviconit.com favicons ****** -->
<link rel="shortcut icon" href="/favicon.ico">
<link rel="icon" sizes="16x16 32x32 64x64" href="/favicon.ico">
<link rel="icon" type="image/png" sizes="196x196... |
clean/Linux-x86_64-4.09.1-2.0.6/released/8.7.1/printf/1.0.2.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>printf: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css"... |
clean/Linux-x86_64-4.12.0-2.0.8/released/8.14.0/dpdgraph/1.0+8.14.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>dpdgraph: 15 s</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="style... |
clean/Linux-x86_64-4.06.1-2.0.5/released/8.14.1/bertrand/8.8.0.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>bertrand: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.cs... |
webkb/other/texas/http:^^www.cs.utexas.edu^users^lam^NRL^network_security.html | ML-SWAT/Web2KnowledgeBase | MIME-Version: 1.0
Server: CERN/3.0
Date: Tuesday, 07-Jan-97 15:55:05 GMT
Content-Type: text/html
Content-Length: 4987
Last-Modified: Friday, 01-Mar-96 21:21:33 GMT
<title> Network Security</title>
<H1> Network Security</H1>
<hr>
To enhance the security of networked systems, we proposed a security
architectu... |
client/views/application/layout.html | ImproveCoimbra/ceres | <template name="layout">
<div class="container">
{{> header}}
{{> toasts}}
{{> yield}}
{{> footer}}
</div>
</template> |
client/main.html | Menesys/camille_vasseur_partiel_meteor | <head>
<title>Commerces</title>
</head>
<body></body>
|
spec/fixtures/_posts/2017-08-10-post-sitemap-tags.html | kevinoid/jekyll-sitemap | ---
sitemap:
tags:
changefreq: monthly
priority: 0.4
---
Post which defines custom sitemap tags in YAML metadata.
|
networks.html | elstamey/elstamey.github.io | <!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Networks</title>
<meta name="description"
content="">
<meta name="author" content="Emily Stamey">
<meta name="apple-mobile-web-app-... |
long.html | mooniak/colombore | ---
layout: default
permalink: /long/index.html
length: long
---
<div class="grid grid-pad">
<div class="post">
{% for post in site.posts %}
{% if post.length contains 'long' %}
<div class="col-1-3 ">
<a class="tile_link" href... |
resources/assets/templates/tasks/show.html | melihovv/todos-laravel-angularjs | <div>
<form ng-submit="todoCtrl.update()">
<label>
Title
<input type="text" ng-model="todoCtrl.todo.title"
placeholder="Input task">
</label>
<label>
Completed
<input type="checkbox" ng-model="todoCtrl.todo.completed">
</label>
<input type="submit" value="Upda... |
app/templates/macro/__article__.html | DreamWFJ/Everyeye | {% from 'macro/__frame__.html' import base_menu_navigation %}
{% set article_navigation = [{'href':'article', 'caption':'Article'},
{'href':'new-article', 'caption':'New Article'},
{'href':'source', 'caption':'Source'},
{'href':'category', 'caption':'Category... |
gnu/File-Position-Primitive.html | elmerland/elmerland | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- This file documents the GNU C Library.
This is
The GNU C Library Reference Manual, for version
2.21.
Copyright (C) 1993-2015 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/... |
css/main.css | susers/susers.github.io | /* normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
font-family: sans-serif; /* 1 */
-ms-text-size-adjust: 100%; /* 2 */
-webkit-text-size-adjust: 100%; /* 2 */
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.