path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
stm32f746g-disco_hal_lib/Utilities/FatFs/doc/ja/dstat.html | WarlockD/arm-cortex-v7-unix | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="ja">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<link rel="up" title="FatFs" href="../00index_j.html">
<link rel="alternate" hr... |
webapp/find-checkbox.html | rahulkavale/scalatest | <html>
<head>
<title>Check Box</title>
</head>
<body>
<input type="checkbox" id="opt1" value="Option 1" CHECKED> Option 1
<input type="checkbox" name="opt2" value="value2"> Option 2
<input type="checkbox" name="opt2" value="value3" CHECKED> Option 3
<input type="text" id="text1" />
</body>
</html> |
gopherfaceq/templates/videopreview.html | GolangAce/gocodelab | <!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="/static/css/gopherface.css" />
</head>
<body>
<h1>GopherFace - Video Preview</h1>
<div class="sectionContainer">
<div class="imageContainer">
<img src="{{.thumbnailPath}}">
</div>
<div class="videoContainer">
<video loop autoplay widt... |
LayoutTests/fast/dynamic/first-letter-after-list-marker.html | nwjs/blink | <style>
li:first-letter { color: red; }
li.green:first-letter { color: green; }
</style>
<ul style="font-family: Ahem; font-size: 100px; -webkit-font-smoothing: none;">
<li id="target">a</li>
</ul>
<script>
document.body.offsetTop;
document.getElementById("target").className = "green";
</script>
|
thirdparty/glm/doc/api/a00134_source.html | ronsaldo/loden | <!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... |
src/server/server/static/css/main.css | FroeMic/CDTM-Backend-Workshop-WT2016 | html, body {
color: rgba(0, 0, 0, 0.8);
min-height: 100vh;
}
@media (min-width: 992px) {
.content {
padding-left: 300px;
}
}
.hidden {
display: none !important;
}
.loading {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #fff;
color: #153d77;
z-index: 9999;
... |
doc/doc2/compute_rdf.html | qipa/lammps | <HTML>
<CENTER><A HREF = "http://lammps.sandia.gov">LAMMPS WWW Site</A> - <A HREF = "Manual.html">LAMMPS Documentation</A> - <A HREF = "Section_commands.html#comm">LAMMPS Commands</A>
</CENTER>
<HR>
<H3>compute rdf command
</H3>
<P><B>Syntax:</B>
</P>
<PRE>compute ID group-ID rdf Nbin itype1 jtype1 itype2 jtyp... |
wp-content/themes/magexpress/wpbakery/templatera/assets/css/themes/frameless_orange.css | jfbelisle/magexpress | .vct_frameless_orange {
/** Toggle/FAQ **/
/** Tabs **/
/** Tour **/
/* Accordion */
/* Call to Action box **/
/* Separator */
/* Message box */
/* Bar Graph */
/* Button */
/** Colors */
/* Google maps */
}
.vct_frameless_orange .clearfix {
*zoom: 1;
}
.vct_frameless_orange .clearfix... |
target/doc/libc/unix/enum.fpos64_t.html | ssgrn/Rust-Matrix-Computations | <!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=../../libc/enum.fpos64_t.html">
</head>
<body>
<p>Redirecting to <a href="../../libc/enum.fpos64_t.html">../../libc/enum.fpos64_t.html</a>...</p>
<script>location.replace("../../libc/enum.fpos64_t.html" + location.search + loc... |
tests/wpt/web-platform-tests/css/css-text/i18n/reference/css3-text-line-break-opclns-251-ref.html | vwvww/servo | <!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="utf-8"/>
<title>CSS3 Text, linebreaks: 3043 HIRAGANA LETTER SMALL I</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<meta name='flags' content=''>
<style type='text/css'>
@font-face {
font-family: 'mplus-1p-regular';
src: url('sup... |
wicket-core/src/test/java/org/apache/wicket/markup/parser/filter/DynamicMarkupPageWithNonClosedTags_expected.html | dashorst/wicket | <html><body><span wicket:id="label"><img alt="logo" src="../logo.png"><br>Some text<br>Some more text</span></body></html> |
trace_viewer/tracing/tracks/trace_model_track.css | bpsinc-native/src_third_party_trace-viewer | /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
.model-track {
-webkit-box-flex: 1;
}
|
website/_includes/navbar.html | JonathanUsername/flow | {% include vars.html %}
<nav class="navbar navbar-full navbar-fixed-top navbar-dark">
<div class="container">
<a class="navbar-brand" href="{{url_base}}/">
{% include svg/logo-flow-nav.svg %}
<span class="sr-only">Flow</span>
</a>
<div class="clearfix hidden-lg-up">
<button class="navb... |
test/div_nesting.html | creationix/haml-js | <div>Does not close properly<div>Nested same level as next div</div></div><div>Will be nested, but should be top level</div> |
ftc_app-master/doc/javadoc/com/qualcomm/robotcore/util/package-summary.html | lasarobotics/FTC5998-2016 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<title>com.qualcomm.robotcore.util</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"... |
mod/turnitintool/lang/sv_utf8/help/turnitintool/partnames.html | ctestlms/portal | <p><b><img alt="" src="<?php echo $CFG->wwwroot; ?>/mod/turnitintool/icon.gif" /> Turnitin Uppgifter - Uppgiftsdelar</b></p>
<p>Bestämmer huruvida delarna av denna uppgift är namngivna delar eller om den här uppgiften är en portfoliouppgift.</p> |
tools/epydoc/doc/epytext.html | regular/pyglet-avbin-optimizations | <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html> <head>
<title>The Epytext Markup Language</title>
<link rel="stylesheet" href="epydoc.css" type="text/css"/>
</head>
<!-- $Id: epytext.html 1211 2006-04-10 19:38:37Z edloper $ -->
<body>
<div class="body">
<h1>The Epytext Markup Language</h1>
<a name="overview"/>
... |
dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/angular-forms/custom-dataentry-form.html | minagri-rwanda/DHIS2-Agriculture | <d2-custom-data-entry-form custom-data-entry-form="customDataEntryForm"></d2-custom-data-entry-form> |
tools/findbugs/doc/bugDescriptions.html | 1049884729/owasp-java-html-sanitizer | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head><title>FindBugs Bug Descriptions</title>
<link rel="stylesheet" type="text/css" href="findbugs.css"/>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon"/>
</head><body>
<table width="100%"><... |
doc/themes/geogit_docs/static/offcanvas.css | state-hiu/GeoGit | @media screen and (max-width: 991px), screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
.row-offcanvas {
position: relative;
-webkit-transitio... |
xampp/apache/manual/misc/index.html | Dokaponteam/ITF_Project | # GENERATED FROM XML -- DO NOT EDIT
URI: index.html.en
Content-Language: en
Content-type: text/html; charset=ISO-8859-1
URI: index.html.fr
Content-Language: fr
Content-type: text/html; charset=ISO-8859-1
URI: index.html.ko.euc-kr
Content-Language: ko
Content-type: text/html; charset=EUC-KR
URI: index.html.tr.utf8
C... |
dashboard/src/app/navbar/notification/navbar-notification.html | Mirage20/che | <md-menu md-offset="40 25">
<div ng-click="$mdOpenMenu($event)" class="navbar-notification-container" ng-disabled="navbarNotificationController.getNotificationsCount() === 0">
<i class="fa fa-bell-o fa-2x navbar-notification-icon"></i>
<div class="navbar-notification-count" ng-if="navbarNotificationController... |
wts/tests/webgl/webglrenderingcontext_RENDERBUFFER_STENCIL_SIZE_exists.html | hgl888/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/webgl/khronos/conformance/ogles/GL/swizzlers/swizzlers_073_to_080.html | crosswalk-project/web-testing-service | <!DOCTYPE html>
<!-- this file is auto-generated. DO NOT EDIT.
/*
** Copyright (c) 2012 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,... |
third_party/blink/web_tests/external/wpt/css/css-cascade/parsing/layer.html | chromium/chromium | <!doctype html>
<meta charset="utf-8">
<title>@layer rule parsing / serialization</title>
<link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io">
<link rel="author" title="Mozilla" href="https://mozilla.org">
<link rel="help" href="https://drafts.csswg.org/css-cascade-5/#layering">
<script src="... |
FeedReader/js/pages/news/news.html | gforguru/Windows-universal-samples | <!--
THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
PARTICULAR PURPOSE.
Copyright (c) Microsoft Corporation. All rights reserved
-->
<!DOCTYPE html>
<html>
<head>
... |
web/bundles/layout/Frontend/assets/plugins/revolution_slider/index.html | EssamKhaled/es-blog | <!DOCTYPE html>
<!--
#######################################
- THE HEAD PART -
######################################
-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-widt... |
static/bootstrap/issues/283.html | weidongwanga/framework | <!DOCTYPE html>
<html>
<head>
<title>Use resetView to reset the header width</title>
<meta charset="utf-8">
<link rel="stylesheet" href="../assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="../assets/bootstrap-table/src/bootstrap-table.css">
<link rel="stylesheet" href="../assets... |
web/css/ceacecb_part_1_bootstrap-datepicker_1.css | dedraks/cadpaz | /*!
* Datepicker for Bootstrap v1.5.0-dev (https://github.com/eternicode/bootstrap-datepicker)
*
* Copyright 2012 Stefan Petre
* Improvements by Andrew Rowls
* Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
*/
.datepicker {
padding: 4px;
-webkit-border-radius: 4px;
-moz-... |
tests/clone_detector_tests/jquery/test/data/offset/body.html | daejunpark/jsaf | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>body</title>
<style type="text/css" media="screen">
body { margin: 1px; padding: 5px; }
#marker... |
third_party/blink/web_tests/external/wpt/css/css-variables/variable-declaration-18.html | scheib/chromium | <!--
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/
-->
<!DOCTYPE html>
<title>CSS Test: Test declaring a variable that consists of a comma-separated font family list with the comma coming from a variable reference.</title>
<link rel="author" title="Cameron ... |
sdk/android/src/sdk/doc/com/microsoft/windowsazure/mobileservices/table/serialization/package-summary.html | pragnagopa/azure-mobile-services | <!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_11) on Tue Aug 12 11:16:05 PDT 2014 -->
<title>com.microsoft.windowsazure.mobileservices.table.serialization</title>
<meta name="date" content=... |
javadocs/com/jwetherell/augmented_reality/ui/objects/package-frame.html | gulingfengze/Guide-AR | <!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.6.0_27) on Thu Dec 26 19:42:35 EST 2013 -->
<title>com.jwetherell.augmented_reality.ui.objects</title>
<meta name="date" content="2013-12-2... |
javadocs/overview-frame.html | gulingfengze/Guide-AR | <!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.6.0_27) on Thu Dec 26 19:42:35 EST 2013 -->
<title>Overview List</title>
<meta name="date" content="2013-12-26">
<link rel="stylesheet" typ... |
third_party/blink/web_tests/external/wpt/html/rendering/non-replaced-elements/form-controls/input-placeholder-line-height.html | scheib/chromium | <!doctype html>
<title>line-height has no effect on placeholder</title>
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1714631">
<link rel="match" href="input-placeholder-line-height-ref.html">
<style>
input::placeholder {
line-height: 0;
}
</style>
<input placeholder=Foo>
|
resources/library/interactivities/Train.wgt/css/ubw-main.css | DIP-SEM/OpenBoard | html, body {
margin:0;
padding: 0;
font-family: "helvetica neue";
font-size: 14px;
color: #666666;
}
#ubwidget {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: url("images/bg.png");
}
.theme-pad #ubwidget {
border-radius: 40px;
border-width: 5... |
wp/wp-includes/blocks/file/editor-rtl.min.css | CityOfPhiladelphia/phila.gov | .wp-block-file{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;margin-bottom:0}.wp-block[data-align=left]>.wp-block-file,.wp-block[data-align=right]>.wp-block-file{height:auto}.wp-block-file .components-resizable-box__container{margin-bottom:1em}.wp-block-file .wp-block-file__preview{margin... |
third_party/WebKit/LayoutTests/svg/dom/svglist-immutable.html | js0701/chromium-crosswalk | <!DOCTYPE html>
<title>SVG*List immutability</title>
<script src=../../resources/testharness.js></script>
<script src=../../resources/testharnessreport.js></script>
<script>
var root = document.createElementNS('http://www.w3.org/2000/svg', 'svg');
[
{
element: 'polygon', attr: 'points', value: '0,0 10,10', ... |
spec/fixtures/pages/window-open.html | renaesop/electron | <html>
<body>
<script type="text/javascript" charset="utf-8">
window.open('http://host', 'host', 'this-is-not-a-standard-feature');
</script>
</body>
</html>
|
src/test/resources/javascript/atoms/test/dom_test.html | SeleniumHQ/htmlunit-driver | <!DOCTYPE html>
<html>
<head>
<title>dom_test</title>
<script src="test_bootstrap.js"></script>
<script type="text/javascript">
goog.require('bot.dom.core');
goog.require('bot.userAgent');
goog.require('goog.testing.jsunit');
goog.require('goog.userAgent');
</script>
<body>
<script type="text/javascript">
fun... |
javadoc/com/google/common/collect/class-use/Multimap.html | MedwynLiang/google-collections | <!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-google-internal) on Wed Dec 30 10:35:12 PST 2009 -->
<TITLE>
Uses of Interface com.google.common.collect.Multimap (Google Collections Library 1.0 (FI... |
doc/api/module-zrender_tool_http.html | yckrasnodar/zrender | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Module: zrender/tool/http</title>
<meta property="og:title" content=""/>
<meta property="og:type" content="website"/>
<meta property="og:image" content=""/>
<meta property="og:url" content=""/>
<sc... |
test/memory.html | lkiarest/zrender | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Canvas Test</title>
<script type="text/javascript" src="../doc/asset/js/esl/esl.js"></script>
<style>
html, body, #main {
margin: 0;
}
</style>
</head>
<body>
<div id="main"></div>
<script type="text/ja... |
resources/public/bower_components/ng-table/examples-old/demo32.html | sorlandoiii/dynasty-league | <!DOCTYPE html>
<!--[if lt IE 7]>
<html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]>
<html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]>
<html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-eq... |
wp-content/plugins/wp-uber-menu/styles/skins/greywhite.css | level09/wp34 | #megaMenu ul.megaMenu{
background-color:#222;
border:1px solid #222;
}
#megaMenu ul.megaMenu > li > a{
font-size:12px;
color:#d9d9d9;
text-shadow:none;
font-weight:bold;
text-transform:uppercase;
text-shadow:0px 1px 1px #000;
}
#megaMenu ul.megaMenu > li:hover > a, #megaMenu ul.megaMenu > li > a:hover, #megaMen... |
tests/wpt/web-platform-tests/css/css-text-3/i18n/reference/css3-text-line-break-opclns-258-ref.html | shinglyu/servo | <!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="utf-8"/>
<title>CSS3 Text, linebreaks: 3087 HIRAGANA LETTER SMALL YO </title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<meta name='flags' content='font'>
<style type='text/css'>
@font-face {
font-family: 'mplus-1p-regular';
src: ur... |
docs/libc/unix/notbsd/linux/other/LC_PAPER.v.html | nitro-devs/nitro-game-engine | <!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=constant.LC_PAPER.html">
</head>
<body>
<p>Redirecting to <a href="constant.LC_PAPER.html">constant.LC_PAPER.html</a>...</p>
<script>location.replace("constant.LC_PAPER.html" + location.search + location.hash);</script>
</body... |
tests/wpt/web-platform-tests/css/css-values/support/vh_not_refreshing_on_chrome_iframe.html | anthgur/servo | <!DOCTYPE html>
<html>
<!-- Submitted from TestTWF Paris -->
<head>
<title>CSS Values and Units Test: vh-based dimension doesn't change when the element other dimension doesn't change.</title>
<style type="text/css">
* { margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif; font-size: 13px; }
/* ... |
supporting-layer/descriptive-analytics/src/assets/lib/fullcalendar/demos/default.html | ubiquitous-computing-lab/Mining-Minds | <!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<link href='../fullcalendar.css' rel='stylesheet' />
<link href='../fullcalendar.print.css' rel='stylesheet' media='print' />
<script src='../lib/moment.min.js'></script>
<script src='../lib/jquery.min.js'></script>
<script src='../lib/jquery-ui.custom.min.js'></sc... |
third_party/blink/web_tests/external/wpt/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/flex-legend-float-abspos.html | scheib/chromium | <!doctype html>
<title>
legend and float and position: absolute/fixed when the display type of
the fieldset is flex.
</title>
<script src=/resources/testharness.js></script>
<script src=/resources/testharnessreport.js></script>
<style>
body { margin: 0; }
fieldset {
border: 10px solid;
display: flex;
mar... |
_octopress/source/functions/array_intersect_key/_comments.html | cigraphics/phpjs | <!-- Generated by Rakefile:build -->
<strong>
TeMc
</strong>
on 2012-04-06 21:31:15 <br />
@Jean Marie:
1) Maybe it should be limited to arrays, like PHP does
2) No, because the purpose of this website is to re-create php functions in javascript. Feature requests are not accepted here by design.
<hr />
<strong>
<a... |
www/vendor/angular/docs/examples/example-example92/index.html | abique/scissy | <!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example - example-example92</title>
<script src="../../../angular.min.js"></script>
<script src="script.js"></script>
</head>
<body ng-app="eventExampleApp">
<div ng-controller="EventController">
<button ng-click="clickMe($... |
web/core/themes/stable/css/system/components/progress.module.css | JeramyK/training | /**
* @file
* Progress behavior.
*
* @see progress.js
*/
.progress {
position: relative;
}
.progress__track {
background-color: #fff;
border: 1px solid;
margin-top: 5px;
max-width: 100%;
min-width: 100px;
height: 16px;
}
.progress__bar {
background-color: #000;
height: 1.5em;
width: 3%;
min-... |
v2/docs/Phaser.LoaderParser.html | clark-stevenson/phaser | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Phaser Class: LoaderParser</title>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/default.css">
<link type="text/css" rel="stylesheet... |
v2/docs/src_animation_Animation.js.html | clark-stevenson/phaser | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Phaser Source: src/animation/Animation.js</title>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/default.css">
<link type="text/css" ... |
dep/RakNet/Help/Doxygen/html/structRakNet_1_1Clans__GrantLeader-members.html | JayStilla/AIEComplexSystems | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<title>RakNet: Member List... |
hue-3.8.1-bluemix/desktop/core/ext-py/lxml/doc/html/api/lxml.html-module.html | vmanoria/bluemix-hue-filebrowser | <?xml version="1.0" encoding="ascii"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>lxml.html</title>
<link rel="stylesheet" href="epydoc.css" type="text/css" />
<script typ... |
vendor/js/esri/arcgis_js_api/library/3.12/3.12compact/dojox/mobile/themes/windows/TextArea-compat.css | aconyteds/Esri-Ozone-Map-Widget | .mblTextArea {overflow: auto;}.dj_ff3 .mblTextArea {-moz-border-radius: 0;} |
wip/pdp-2017/bower_components/owl.carousel/docs/docs/support-contact.html | chester0516/htc-prototype-bak | <!DOCTYPE html>
<html lang="en">
<head>
<!-- head -->
<meta charset="utf-8">
<meta name="msapplication-tap-highlight" content="no" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Owl Carousel Documentation">
<meta name="author" con... |
templates/frontend_theme/adminlte/plugins/datatables/extensions/ColReorder/examples/integration/state_save.html | antho-firuze/_g.ene.sys_remake_ | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
<title>ColReorder example - State saving</title>
<link rel="stylesheet" type="text/css" href="../../../... |
node_modules/govuk_template_mustache/assets/stylesheets/govuk-template-ie7.css | littlednet/in-progress | /* govuk_frontend_toolkit includes */
@-ms-viewport {
width: device-width; }
@-o-viewport {
width: device-width; }
@font-face {
font-family: GDS-Logo;
src: local("HelveticaNeue"), local("Helvetica Neue"), local("Arial"), local("Helvetica"); }
@-ms-viewport {
width: device-width; }
@-o-viewport {
width: ... |
python/resources/intentionDescriptions/SpecifyTypeInDocstringIntention/description.html | asedunov/intellij-community | <html>
<body>
<span>
This intention used to specify type for expression in docstring.
</span>
</body>
</html> |
zhiliao/grappellisafe/static/grappelli/css/typography.css | gladgod/zhiliao |
/* Global Settings
------------------------------------------------------------------------------------------------------ */
h1, h2, h3, h4, h5 { font-weight: bold; }
p, ol, ul, dl { margin: 0; }
/* Headings
------------------------------------------------------------------------------------------------------... |
tests/wpt/web-platform-tests/intersection-observer/zero-area-element-visible.html | dsandeephegde/servo | <!DOCTYPE html>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="./resources/intersection-observer-test-utils.js"></script>
<style>
pre, #log {
position: absolute;
top: 0;
left: 200px;
}
#target {
width: 0px;
height: 0px;
}
</style>
<div ... |
yui/as-docs/com/yahoo/astra/fl/utils/package-detail.html | recap/weevilscout | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen">
<link rel="stylesheet" href="../../../../../prin... |
wts/tests/backgrounds/CSS3BG_border-image-repeat_repeat-x_url_png_auto.html | hgl888/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... |
wp-content/themes/vantage/extras/settings/css/tour.css | cristylk/hemeramarketing-website | #settings-tour-modal,
#settings-tour-overlay {
position: fixed;
z-index: 150000;
}
#settings-tour-modal {
background: #F9F9F9;
top: 50%;
left: 50%;
width: 1180px;
margin: -213px 0 0 -590px;
}
#settings-tour-modal #settings-tour-step-content {
padding: 20px;
}
#settings-tour-modal #settings-tour-step-con... |
webpage/jupyter_notebook_jekyll_theme/_layouts/archive-taxonomy.html | BiG-CZ/notebook_data_demo | ---
layout: default
author_profile: false
---
<div id="main" role="main">
{% include sidebar.html %}
<div class="archive">
<h1 class="page__title">{{ page.title }}</h1>
{% include base_path %}
{% for post in page.posts %}
{% include archive-single.html %}
{% endfor %}
</div>
</div> |
vendor/aosp/framework-res/res/raw-es/loaderror.html | baidurom/devices-base | <html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
<title>Página web no disponible</title>
<style type="text/css">
body { margin-top: 0px; padding-top: 0px; }
h2 { margin-top: 5px; padding-top: 0px; }
... |
third_party/WebKit/LayoutTests/fast/repaint/transform-rotate-and-remove.html | XiaosongWei/chromium-crosswalk | <!DOCTYPE html>
<html>
<head>
<title>
Test case for https://bugs.webkit.org/show_bug.cgi?id=61338
</title>
<style>
.rotated {
transform:rotate(50deg);
}
</style>
<script src="resources/text-based-repaint.js" type="text/java... |
website/tools/compressor/tests/test_templates/test_block_super_multiple_cached/base.html | hzlf/openbroadcast | {% spaceless %}
{% block js %}
<script type="text/javascript">
alert("test using multiple inheritance and block.super");
</script>
{% endblock %}
{% block css %}
<style type="text/css">
body {
background: red;
}
</style>
{% endblock %}
{% endspaceless %}
|
xworker_explorer/xworker/webroot/fckeditor/4_1/samples/old/appendto.html | x-meta/xworker | <!DOCTYPE html>
<!--
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
-->
<html>
<head>
<meta charset="utf-8">
<title>Append To Page Element Using JavaScript Code — CKEditor Sample</title>
<script src="../../ckedit... |
_includes/head.html | lachlanhurst/observedearth-web | <head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
<meta name="author" content="{{ site.author.... |
static/themes/bootstrap/filter.css | devinbalkind/eden | #datatable-filter-form td,
#summary-filter-form td,
#datalist-filter-form td {
border: none;
}
.filter-controls {
clear: both;
}
/*button.btn.btn-primary.btn-filter,*/
input.btn.btn-primary.filter-submit {
width: 90%;
padding-right: 5px;
padding-left: 5px;
}
input.btn.btn-primary.filter-submit.fi... |
tools/addon-sdk-1.16/lib/sdk/ui/frame/view.html | willium/browser-extension | <script>
// HACK: This is not an ideal way to deliver chrome messages
// to a innef frame content but seems only way that would
// make `event.source` an this (outer frame) window.
window.onmessage = function(event) {
var frame = document.querySelector("iframe");
var content = frame.contentWindow;
// If message i... |
third_party/blink/web_tests/external/wpt/css/css-backgrounds/border-image-slice-shorthand-reset.html | scheib/chromium | <!DOCTYPE html>
<link rel="help" href="https://drafts.csswg.org/css-backgrounds/#border-image-slice" />
<link rel="help" href="https://drafts.csswg.org/css-backgrounds/#border-image" />
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<style>
div {
border: ... |
ajax/libs/oojs-ui/0.12.4/oojs-ui-mediawiki-icons-editing-styling.rtl.css | brix/cdnjs | /*!
* OOjs UI v0.12.4
* https://www.mediawiki.org/wiki/OOjs_UI
*
* Copyright 2011–2015 OOjs UI Team and other contributors.
* Released under the MIT license
* http://oojs.mit-license.org
*
* Date: 2015-08-13T21:01:12Z
*/
.oo-ui-icon-bigger {
background-image: url("themes/mediawiki/images/icons/bigger-rtl.png"... |
lib/oojs-ui/oojs-ui-mediawiki-icons-alerts.raster.css | jdloft/toolbar-proto | /*!
* OOjs UI v0.9.7
* https://www.mediawiki.org/wiki/OOjs_UI
*
* Copyright 2011–2015 OOjs Team and other contributors.
* Released under the MIT license
* http://oojs.mit-license.org
*
* Date: 2015-04-03T21:10:27Z
*/
.oo-ui-icon-bell {
background-image: /* @embed */ url(themes/mediawiki/images/icons/bell.png)... |
chrome/common/extensions/docs/templates/public/apps/documentScan.html | Chilledheart/chromium | {{+partials.standard_apps_api api:apis.apps.document_scan intro:intros.documentScan chrome_os_only:true/}}
|
資源/Facemash/DataTables-1.9.4/examples/advanced_init/footer_callback.html | stevemoore113/ch_web_- | <!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" />
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/media/images/favicon.ico" />
<title>DataTables example</titl... |
third_party/blink/web_tests/external/wpt/service-workers/service-worker/webvtt-cross-origin.https.html | nwjs/chromium.src | <!DOCTYPE html>
<meta charset="utf-8">
<title>cross-origin webvtt returned by service worker is detected</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/common/get-host-info.sub.js"></script>
<script src="resources/test-helpers.sub.js?pipe=... |
third_party/WebKit/LayoutTests/storage/indexeddb/removed.html | js0701/chromium-crosswalk | <html>
<head>
<script src="../../resources/js-test.js"></script>
<script src="resources/shared.js"></script>
</head>
<body>
<script src="resources/removed.js"></script>
</body>
</html>
|
airflow/contrib/plugins/metastore_browser/templates/metastore_browser/base.html | mtustin-handy/airflow | {% extends 'airflow/master.html' %}
{% block body %}
<div>
<h3 style="float: left">
{% block page_header %}Hive Metastore Browser{% endblock%}
</h3>
<div id="object" class="select2-drop-mask" style="margin-top: 25px; width: 400px;float: right"></div>
<div style="clear: both"></div>
</div>
{% b... |
third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-color-recalc.html | axinging/chromium-crosswalk | <!doctype html>
<style>
div {
font-size: 50px;
text-decoration: underline solid red;
}
</style>
<script>
onload = function() {
target.style.textDecorationColor = "green";
};
</script>
<p>Test that changes in text-decoration-color are recalculated correctly. PASS
if the text below... |
third_party/WebKit/LayoutTests/animations/pseudo-element-animation-with-rems.html | js0701/chromium-crosswalk | <html>
<head>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
}
</script>
<style>
@-webkit-keyframes anim {
42% {
-webkit-border-horizontal-spacing: 42rem;
}
}
body::first-letter {
-webkit-animation-name: anim;
}
</style>
</head>
<body>
This test passes if it does no... |
tos-laimas-compass-win32-x64/resources/app/node_modules/closure-util/.deps/library/b06c979ecae7d78dd1ac4f7b09adec643baac308/closure/goog/dom/nodeoffset_test.html | LeoLombardi/tos-laimas-compass | <!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.
-->
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="UTF-8" />
<title>goog.dom.NodeOffset Tes... |
weixinmenu/Content/easyui/jquery-easyui-1.3.5/demo/datebox/validate.html | jackche0214/wechatpaltform | <!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Validate DateBox - jQuery EasyUI Demo</title>
<link rel="stylesheet" type="text/css" href="../../themes/default/easyui.css">
<link rel="stylesheet" type="text/css" href="../../themes/icon.css">
<link rel="stylesheet" type="text/css" href="../demo.css">
<... |
zResources/CodeIgniter/user_guide/installation/upgrade_200.html | angieshates/LyonSoftProject | <!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>Upgrading from 1.7.2 to 2.0.0 : CodeIgniter U... |
third_party/blink/web_tests/svg/custom/use-dynamic-attribute-setting-expected.html | nwjs/chromium.src | <!DOCTYPE HTML>
<html>
<body>
This test passes if there are two green squares below:<br>
<svg width="300" height="300">
<svg id="svg" width="100" height="100">
<rect width="100%" height="100%" fill="green"/>
</svg>
<svg id="svg" x="100" y="100" width="100" height="100">
<rect width="100%" height="100%" fi... |
third_party/WebKit/LayoutTests/http/tests/appcache/abort-cache-onprogress.html | js0701/chromium-crosswalk | <html manifest="resources/abort-cache-onprogress.manifest">
<script>
if (window.testRunner) {
testRunner.dumpAsText()
testRunner.waitUntilDone();
}
function log(message) {
document.getElementById("result").innerHTML += message + "\n";
}
function onprogress(event) {
log("loading resource: " + event.loa... |
wsgi/wsgi/static/weblink/doc/api/t-pfcBase-Point3D.html | 2014c2g12/c2g12 | <html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>
CIP JavaScript documentation for sequence "
pfcPoint3D"
</title>
<link href="cipdoc_default.css" type="text/css" rel="stylesheet">
<script language="JAVASCRIPT">
function findProperNode ()
{
top.fram... |
tensorflow/tensorboard/components/tf_imports_d3v4/d3.html | wangyum/tensorflow | <!--
@license
Copyright 2016 The TensorFlow Authors. 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 required by applicab... |
vendors/dashboard/js/plugins/jQuery-ui-Slider-Pips/jquery-ui-slider-pips.css | Kangaroos/hystore |
/* HORIZONTAL */
/* increase bottom margin to fit the pips */
.ui-slider-horizontal.ui-slider-pips {
margin-bottom: 1.4em;
}
/* default hide the labels and pips that arnt visible */
/* we just use css to hide incase we want to show certain */
/* labels/pips individually la... |
vendors/html2canvas/tests/cases/child-textnodes.html | robnightingale/ore-dashboard-beta | <!DOCTYPE html>
<html>
<head>
<title>Inline text in the top element</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script type="text/javascript" src="../test.js"></script>
<style>
span {
color:blue;
}
p {
b... |
web/js/lib/OpenLayers-2.12/examples/osm-google.html | jcuanm/Japan-Digital-Archive | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<meta name="apple-mobile-web-app-capable" content="yes">
<title>OpenLayers OSM and Google E... |
web_root/third-party/angularjs/angular-1.5.0/docs/examples/example-example104/index-jquery.html | keithbox/PPSP-360_Degree_Evaluation_System | <!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example - example-example104-jquery</title>
<script src="../../components/jquery-2.1.1/jquery.js"></script>
<script src="../../../angular.js"></script>
<script src="script.js"></script>
</head>
<body ng-app="orderByExample">
<d... |
www/app/webroot/css/jquery-ui-timepicker-addon.css | xplico/CapAnalysis | .ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: no... |
tests/wpt/web-platform-tests/webvtt/rendering/cues-with-video/processing-model/one_line_cue_plus_wrapped_cue-ref.html | totallybradical/temp_servo2 | <!DOCTYPE html>
<title>Reference for WebVTT rendering, one line cue and cue that wraps - both should be fully visible</title>
<style>
html { overflow:hidden }
body { margin:0 }
.video {
display: inline-block;
width: 320px;
height: 180px;
position: relative;
font-size: 9px;
}
.cue {
position: abs... |
ajax/libs/miniTip/0.3/miniTip.min.css | dc-js/cdnjs | #miniTip,#miniTip_a{position:absolute;top:0;left:0}#miniTip{background-color:#262626;max-width:250px;color:#fff;display:none;border-radius:3;opacity:.95;border:4px solid #000}#miniTip .bottom,#miniTip .top{border-left:8px solid transparent;border-right:8px solid transparent}#miniTip_a{width:0;height:0}#miniTip .top{bor... |
wp-content/themes/symetrio-theme/node_modules/gulp-sass/node_modules/node-sass/test/fixtures/spec/spec/extend-tests/125_test_nested_extender_with_early_child_selector/expected_output.css | studiochakra/teamlinkmuaythai.com | .foo > .bar, .foo > .bip + .baz {
a: b; }
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.