path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
third_party/blink/web_tests/external/wpt/html/canvas/element/path-objects/2d.path.arcTo.zero.1.html | scheib/chromium | <!DOCTYPE html>
<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. -->
<title>Canvas test: 2d.path.arcTo.zero.1</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/html/canvas/resources/canvas-tests.js"></script>
<... |
web/wwwroot/angulr/tpl/layout_footer_mobile.html | lovechuck/ng2net | <div class="row">
<div class="col-sm-2 hidden-xs">
</div>
<div class="col-sm-8">
<div class="w-xl w-auto-xs center-block">
<div class="btn-group btn-group-justified text-center text-sm">
<div class="btn-group">
<a class="wrapper-xs block">
<i class="block text-md m-t-xs ic... |
components/com_rsform/assets/themes/clean/css/style.css | jbake11/Worksaver | /* Inputs */
.rsform-input-box,
.rsform-text-box,
.rsform-password-box,
.rsform-calendar-box,
.rsform-captcha-box,
.rsform-select-box
{
border: 1px solid #DADADA;
background: #fff url(../images/bg-input.gif) repeat-x;
padding: 3px;
}
.rsform-input-box:focus,
.rsform-text-box:focus,
.rsform-password-box:focus,
.rsf... |
dep/RakNet/Help/Doxygen/html/classRakNet_1_1NetworkIDObject.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: RakNet::Net... |
third_party/blink/web_tests/external/wpt/css/css-pseudo/first-line-first-letter-insert-crash.html | scheib/chromium | <!DOCTYPE html>
<title>Should not crash when inserting an element inside a :first-line pseudo.</title>
<link rel="help" href="https://drafts.csswg.org/css-pseudo-4/#first-line-pseudo">
<style>
p:first-line, p:first-letter {
font-family: serif;
}
</style>
<script src="/resources/testharness.js"></script>
<script src="... |
test/unit/bind-elements.html | kristianmandrup/polymer | <dom-module id="x-basic">
<template>
<div id="boundChild"
value="{{ value }}"
negvalue="{{!bool}}"
attrvalue$="{{attrvalue}}"
computedvalue="{{computedvalue}}"
computedvaluetwo="{{computedvaluetwo}}"
camel-case="{{value}}"
computed-inline="{{computeInline(value,add, divid... |
src/reference/resources/css/html.css | Percussion-Software/spring-social-google | body {
text-align: justify;
margin-right: 2em;
margin-left: 2em;
}
a,
a[accesskey^
=
"h"
]
,
a[accesskey^
=
"n"
]
,
a[accesskey^
=
"u"
]
,
a[accesskey^
=
"p"
]
{
font-family: Verdana, Arial, helvetica, sans-serif
;
font-size:
12
px
;
color: #003399
;
}... |
www/lib/ngmap/testapp/map_app.html | itsmemz53/Project-DB | <!DOCTYPE html>
<html ng-app="myApp">
<head>
<title>GoogleMap-Based App</title>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<script src="https://maps.google.com/maps/api/js?sensor=false"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.5/angular.js"></script... |
website/templates/pages/update-password.html | saurabh6790/medsyn-lib | {% extends base_template %}
{% block content %}
<div class="container">
<div class="row" style="margin-top: 40px; margin-bottom: 20px">
<div class="col-sm-offset-3 col-sm-6">
<div class="panel panel-default">
<div class="panel-heading">
<h4><i class="icon-key"></i> Reset Password</h4>
</div>
<di... |
zeppelin-web/src/app/notebook/revisions-comparator/revisions-comparator.css | vipul1409/zeppelin | /*
* 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 applicable law or agreed to in writing, software
* distribut... |
src/main/drupal/sites/all/modules/cck/modules/optionwidgets/help/optionwidgets.html | ROLE/widget-store | <p>Optionwidgets creates drop-down select lists, checkboxes, and radio widgets that can be used with fields that have specific allowed values.</p>
<p>The <a href="&topic:number/number&">Number</a> and <a href="&topic:text/text&">Text</a> fields have settings for creating lists of allowed values that can be used in Opti... |
third_party/WebKit/LayoutTests/http/tests/security/mixedContent/resources/frame-with-data-url-frame-with-frame.html | joone/chromium-crosswalk | <script>
function frameLoaded() {
if (window.opener)
window.opener.postMessage('done', '*');
}
</script>
<iframe onload="frameLoaded()" src="data:text/html,<html><iframe src='http://127.0.0.1:8080/security/mixedContent/resources/boring.html'></iframe></html>"></iframe>
|
work/berkeley-db/docs/api_reference/C/db.html | joglomedia/masedi.net | <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Chapt... |
modules/examples/field_permission_example/css/field-permission-description.css | CatalinaJJ/firstProjectDrupal | /**
* Field Permssions Example CSS
*/
|
webui/applications/admin/views/default.mobile/edit_language.html | pouyana/teireader | {{extend 'default.mobile/layout.html'}}
<script>
function delkey(id) {
jQuery('#'+id).hide();
jQuery('#'+id+' INPUT').val(String.fromCharCode(127));
jQuery('#'+id+' TEXTAREA').val(String.fromCharCode(127));
return false;
}
</script>
{{block sectionclass}}edit_language{{end}}
<h2>{{=T('Editing Language file')}... |
lib/oojs-ui/oojs-ui-mediawiki-icons-editing-list.vector.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-indent {
background-image: /* @embed */ url(themes/mediawiki/images/icons/indent-... |
examples/jms/common/prettify.css | rogerchina/activemq-artemis | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... |
static/project/css/uikit.gradient.css | jtan25/QuickSource | /*! UIkit 2.17.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
/* ========================================================================
Component: Base
========================================================================== */
/*
* 1. Normalizes default `font-family` and sets `font-size` her... |
external/chromium_org/chrome/common/extensions/docs/templates/public/extensions/enterprise_platformKeys.html | s20121035/rk3288_android5.1_repo | {{+partials.standard_extensions_api api:apis.extensions.enterprise_platformKeys intro:intros.enterprise_platformKeys /}}
|
web/template_admin/plugins/iCheck/flat/green.css | AndrewListat/paydoc | /* iCheck plugin Flat skin, green
----------------------------------- */
.icheckbox_flat-green,
.iradio_flat-green {
display: inline-block;
*display: inline;
vertical-align: middle;
margin: 0;
padding: 0;
width: 20px;
height: 20px;
background: url(green.png) no-repeat;
bo... |
web/public/js/lib/ext-3.4.1/examples/grid/array-grid.html | dinubalti/FirstSymfony | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Stateful Array Grid Example</title>
<!-- ** CSS ** -->
<!-- base library -->
<link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
<!-- overrides to base library -->
<!-- ... |
tos-laimas-compass-win32-x64/resources/app/node_modules/closure-util/.deps/library/b06c979ecae7d78dd1ac4f7b09adec643baac308/closure/goog/style/style_webkit_scrollbars_test.html | LeoLombardi/tos-laimas-compass | <!DOCTYPE html>
<html>
<!--
Copyright 2011 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>
Closure Un... |
third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/inline-style-allowed.html | danakj/chromium | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Security-Policy" content="style-src 'unsafe-inline'; script-src 'unsafe-inline'">
<style>
.target {
background-color: blue;
}
</style>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
</head>
<body class="target">
<script>
document.write(... |
ajax/libs/froala-editor/2.2.1/css/plugins/colors.css | menuka94/cdnjs | /*!
* froala_editor v2.2.1 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2016 Froala Labs
*/
.clearfix::after {
clear: both;
display: block;
content: "";
}
.fr-popup .fr-colors-tabs {
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px ... |
third_party/blink/web_tests/external/wpt/css/css-contain/contain-paint-ignored-cases-ruby-containing-block-001-ref.html | scheib/chromium | <!doctype html>
<html lang=en>
<head>
<meta charset=utf-8>
<title>CSS Reftest Reference</title>
<link rel="author" title="Yusuf Sermet" href="mailto:ysermet@mozilla.com">
<style>
rb,
rbc,
rt,
rtc {
background-color: yellow;
font-size: 2em;
}
rbc {
... |
third_party/blink/web_tests/fast/multicol/span/table-caption-crash.html | scheib/chromium | <!DOCTYPE html>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
<style>
#invalid-spanner { display:none; -webkit-column-span:all; }
</style>
Test passes if it does not CRASH.
<div style="-webkit-column-count:1;">
<div>
<span id="inline" style="display:none;"></span>
<... |
wp-content/themes/voxer/node_modules/node-sass/libsass/sass-spec/spec/scss/basic_prop_name_interpolation/expected_output.css | Voxer/blog | foo {
bar3: blip; }
|
public/css/account-profile.css | mingzeke/jsbin | a.link-btn {
font-size: 0.9em;
font-weight: 200;
background: #f0f0f0;
background: linear-gradient(0deg, #f0f0f0, #fefefe);
box-shadow: 0px 1px 1px #eee;
border: 1px solid #aaa;
border-radius: 2px;
padding: 10px 12px;
cursor: pointer;
display: block;
-moz-box-sizing: border-box;
box-sizing: borde... |
vendors/gentelella/production/media_gallery.html | ka215/WP-Gentelella | <!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!-- Meta, title, CSS, favicons, etc. -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
... |
zoyoeec/static/CodeMirror/theme/xq-dark.css | zoyoe/ectool | /*
Copyright (C) 2011 by MarkLogic Corporation
Author: Mike Brevoort <mike@brevoort.com>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the right... |
tests/wpt/web-platform-tests/css/css-shapes/shape-outside/shape-image/gradients/shape-outside-linear-gradient-001.html | Varentsov/servo | <!DOCTYPE html>
<html>
<head>
<title>CSS Test: Left float with linear gradient</title>
<link rel="author" title="Bear Travis" href="mailto:betravis@adobe.com"/>
<link rel="help" href="http://www.w3.org/TR/css-shapes-1/#shapes-from-image"/>
<link rel="help" href="http://www.w3.org/TR/css-shapes-1/#shape-... |
www/node_modules/chart.js/dist/docs/gitbook/gitbook-plugin-search-plus/search.css | bsmd18/AdminContact | /*
This CSS only styled the search results section, not the search input
It defines the basic interraction to hide content when displaying results, etc
*/
#book-search-input {
background: inherit;
}
#book-search-results .search-results {
display: none;
}
#book-search-results .search-results ul.search-result... |
ajax/libs/semantic-ui/1.6.2/components/comment.css | brunoksato/cdnjs | /*
* # Semantic UI - 1.6.2
* 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
*******************************/
/*------... |
server-scripts/javascript/jquery-ui-1.8.18/themes/base/minified/jquery.ui.all.min.css | coachcly/Dashboard | /*
* jQuery UI CSS Framework 1.8.18
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Theming
*/
@import "jquery.ui.base.min.css";@import "jquery.ui.theme.min.css"; |
wp-content/themes/alamindit/mailchimp-mandrill-api-php-e1eda7352f24/docs/class-Mandrill_Unknown_Sender.html | usmanasif/Taiche | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="ApiGen 2.8.0" />
<title>Class Mandrill_Unknown_Sender</title>
<script type="text/javascript" src="resources/combined.js?394153670"></script>
<script type="text/javascript" src="elem... |
third_party/blink/web_tests/external/wpt/css/css-backgrounds/background-clip-008.html | scheib/chromium | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>CSS Background and Borders Test: background-clip: padding-box with background-color</title>
<link rel="author" title="Julien Chaffraix" href="mailto:jchaffraix@webkit.org">
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserB... |
webroot/resources/fullcalendar/tests/triggers.html | microuser/HTML4PHP | <!DOCTYPE html>
<html>
<head>
<link href='../dist/fullcalendar.css' rel='stylesheet' />
<link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
<script src='../lib/jquery/dist/jquery.js'></script>
<script src='../lib/moment/moment.js'></script>
<script src='../dist/fullcalendar.js'></script>
<scri... |
trying_design/bower_components/prism/plugins/ie8/index.html | pbhopalka/Account_Management | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="shortcut icon" href="favicon.png" />
<title>IE8 ▲ Prism plugins</title>
<base href="../.." />
<!--[if lte IE 8]><script>(function(){
var a = document.createElement('a'), base = document.getElementsByTagName('base')[0];
a.href = base.href;
b... |
vendor/lightgallery/css/lightgallery.css | fengbeihong/fengbeihong.github.io | @font-face {
font-family: 'lg';
src: url("../fonts/lg.eot?n1z373");
src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lg.woff?n1z373") format("woff"), url("../fonts/lg.ttf?n1z373") format("truetype"), url("../fonts/lg.svg?n1z373#lg") format("svg");
font-weight: normal;
font-s... |
src/main/resources/inspectionDescriptions/EnumClass.html | Yihy/resources_cn | <html>
<body>
Reports <b>enum</b> classes.
Such statements are not supported under Java 1.4 or earlier JVMs.
<!-- tooltip end -->
<p>
</body>
</html> |
web/blockly/demos/toolbox/index.html | ChildrenOfUr/Ilmenscript | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Blockly Demo: Toolbox</title>
<script src="../../blockly_compressed.js"></script>
<script src="../../blocks_compressed.js"></script>
<script src="../../msg/js/en.js"></script>
<style>
body {
background-color: #fff;
font-family: sans... |
tools/bug_chomper/templates/bug_chomper.html | ench0/external_skia | <html>
<head>
<title>{{.Title}}</title>
<link rel="stylesheet" type="text/css" href="res/style.css" />
<link rel="icon" type="image/ico" href="res/favicon.ico" />
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
<script type="text/javascript" src="res/third_party... |
external/chromium_org/content/test/data/battery_status/battery_status_manual_test.html | s20121035/rk3288_android5.1_repo | <html>
<body>
<head>
<meta name="description" content="Test for Battery Status API"/>
<title>Battery Status API</title>
</head>
<body>
<table>
<tr>
<td>Battery Status API</td>
<td width="250px"></td>
</tr>
<tr>
<td colspan="2">
<hr>
</td>
... |
vendor/sdl2_mixer/external/libvorbisidec-1.2.1/doc/ov_test_open.html | kyleconroy/golds | <html>
<head>
<title>Tremor - function - ov_test_open</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>Tremor documentation</p></td>
<td align=right><p class=tiny>Tre... |
www/vendor/angular-1.3.9/docs/examples/example-example6/index-debug.html | marcoR80/simple-app-mobile | <!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example - example-example6-debug</title>
<script src="../../../angular.js"></script>
<script src="app.js"></script>
</head>
<body ng-app="spicyApp1">
<div ng-controller="SpicyController">
<button ng-click="chiliSpicy()">Chili</b... |
tests/wpt/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.pattern.copy.html | shinglyu/servo | <!DOCTYPE html>
<!-- DO NOT EDIT! This test has been generated by tools/gentest.py. -->
<title>OffscreenCanvas test: 2d.composite.uncovered.pattern.copy</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/common/canvas-tests.js"></script>
<h1>... |
third_party/blink/web_tests/external/wpt/webvtt/rendering/cues-with-video/processing-model/selectors/cue_function/class_object/class_outline_properties.html | scheib/chromium | <!DOCTYPE html>
<html class="reftest-wait">
<title>WebVTT rendering, ::cue(c), outline properties</title>
<link rel="match" href="class_outline_properties-ref.html">
<style>
html { overflow:hidden }
body { margin:0 }
::cue(c) {
font-family: sans-serif;
outline-style: solid;
outline-color: #00f;
outline-... |
stm32_rtt_wifi/components/net/uip/doc/html/a00077.html | poranmeloge/test-github | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>uIP 1.0: dhcpc_state Struct Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</he... |
tests/wpt/web-platform-tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/select_length.html | krunal3103/servo | <!DOCTYPE HTML>
<html>
<head>
<title>Forms</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
</head>
<body>
<p>
<h3>select_length</h3>
</p>
<li>In select control there is only 3 items.</li>
<hr>
<div id="log"></div>
<form m... |
vendor/src/github.com/PuerkitoBio/goquery/testdata/gotesting.html | cmars/ltt | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>testing - The Go Programming Language</title>
<link type="text/css" rel="stylesheet" href="/doc/style.css">
<script type="text/javascript" src="/doc/godocs.js"></script>
<link rel="search" type="application/ope... |
web-gui/myvenv/lib/python3.4/site-packages/rest_framework/templates/rest_framework/horizontal/list_fieldset.html | OpenWinCon/OpenWinNet | {% load rest_framework %}
<fieldset>
{% if field.label %}
<div class="form-group" style="border-bottom: 1px solid #e5e5e5">
<legend class="control-label col-sm-2 {% if style.hide_label %}sr-only{% endif %}" style="border-bottom: 0">
{{ field.label }}
</legend>
</div>
{% endif %}
<p>L... |
web-basics/css/theme/beige.css | notthetup/talks | /**
* Beige theme for reveal.js.
*
* Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
*/
@import url(../../lib/font/league-gothic/league-gothic.css);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
/*********************************************
* GLOBAL STYLES
******... |
src/content/test/data/npapi/execute_script_delete_in_paint.html | plxaye/chromium | <html>
<head>
<script src="npapi.js"></script>
<script>
function DeletePluginWithinScript() {
var plugin_div = document.getElementById("PluginDiv");
plugin_div.innerHTML = "Object Deleted";
onSuccess("execute_script_delete_in_paint", 1);
}
</script>
</head>
<body>
<div id="statusPanel" style="border: 1px soli... |
前端练习/11面向对象/document/14 ES6和面向对象/es6入门 浏览器版本/app/bower_components/marked/test/tests/inline_html_simple.html | puyanLiu/LPYFramework | <p>Here's a simple block:</p>
<div>
foo
</div>
<p>This should be a code block, though:</p>
<pre><code><div>
foo
</div>
</code></pre>
<p>As should this:</p>
<pre><code><div>foo</div>
</code></pre>
<p>Now, nested:</p>
<div>
<div>
<div>
foo
</div>
... |
third_party/blink/web_tests/external/wpt/html/browsers/history/joint-session-history/joint-session-history-grandchild1.html | scheib/chromium | <body>
<a id="link" href="joint-session-history-grandchild2.html">Grandchild1</a>.
</body>
<script>
window.onload = function() {
document.getElementById("link").click();
}
</script>
|
sites/video.2u4u.com.cn/modules/standard/jquery_ui/jquery.ui/demos/functional/templates/ui.dialog.html | 404pnf/4u2u | <script type="text/javascript">
var model = {
renderAt: '#containerDemo',
title: 'Dialog Demos',
demos: [
{
title: 'Simple dialog',
desc: 'With few lines of code you could build a dialog. You can try more options on the fly!',
html: '<div id="dialog">jQuery UI Dialog</div>',
... |
third_party/web_platform_tests/streams/writable-streams/brand-checks.dedicatedworker.html | youtube/cobalt | <!DOCTYPE html>
<meta charset="utf-8">
<title>brand-checks.js dedicated worker wrapper file</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script>
'use strict';
fetch_tests_from_worker(new Worker('brand-checks.js'));
</script>
|
test/css/buttons-pseudo-icon-compare.html | Testoni/ionic | <!DOCTYPE html>
<html ng-app="ionic">
<head>
<script src="../../dist/js/ionic.bundle.js"></script>
<meta charset="utf-8">
<title>Buttons</title>
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width">
<link href="../../dist/css/ionic.css" rel="styles... |
css/80_app.css | openstreetmap/iD | /* Basics
------------------------------------------------------- */
/* the root element of iD */
.ideditor {
height: 100%;
width: 100%;
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
/* Establish a local stacking context so all elements within iD are on the
same layer relative ... |
source/stylesheets/skeleton.css | rumtraubenuss/cv-bs | /*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/
/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- List... |
clean/Linux-x86_64-4.04.2-2.0.5/released/8.6/mathcomp-algebra-tactics/0.2.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>mathcomp-algebra-tactics: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../... |
clean/Linux-x86_64-4.07.1-2.0.6/released/8.12.1/gappa/1.4.4.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>gappa: 1 m 11 s 🏆</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="s... |
_includes/head.html | sunswayne/javawayne | <head>
<html xmlns="http://www.w3.org/1999/xhtml" lang="zh-cmn-Hans" xml:lang="zh-cmn-Hans">
<meta charset="utf-8">
<meta name="X-UA-Compatible" content="IE=edge">
<meta name="content-language" content="zh">
<meta name="Content-Security-Policy" content="">
<meta name="viewport" content="width=device-width initial-scal... |
src/external/glm-0.9.2.4/doc/html/a00180.html | kiwaiii/pbc | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>GLM_GTX_matrix_cross_product: Cross product matrix form</title>
<link h... |
docs/JavaDoc/index-files/index-8.html | CMPUT301F17T08/habit_rabbit | <!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_152-release) on Mon Dec 04 08:54:34 MST 2017 -->
<title>H-Index</title>
<meta name="date" content="2017-12-04">
<link rel="stylesheet" type="te... |
test/data/page-with-json-ld.html | meedan/pender | <!doctype html>
<html>
<head>
<title>Example Domain</title>
<meta charset="utf-8" />
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<script type="application/ld+json">
{
"@context": "https://... |
public/Windows 10 x64 (18363.778)/_WHEA_ERROR_RECORD_HEADER_VALIDBITS.html | epikcraw/ggool | <html><body>
<h4>Windows 10 x64 (18363.778)</h4><br>
<h2>_WHEA_ERROR_RECORD_HEADER_VALIDBITS</h2>
<font face="arial"> +0x000 PlatformId : Pos 0, 1 Bit<br>
+0x000 Timestamp : Pos 1, 1 Bit<br>
+0x000 PartitionId : Pos 2, 1 Bit<br>
+0x000 Reserved : Pos 3, 29 Bits<br>
+0x000 ... |
test/public/index.html | IonicaBizau/scrape-it | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
<h1 class="title">Title</h1>
<p class="description">Lorem ipsum</p>
<p class="textnodes">
Line0<br>
Line1
</p>
<p class="deep-textnodes">
... |
doc/Kennedy/Granter.html | abloom/kennedy | <!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 name="Content-Type" content="text/html; charset=UTF-8" />
<title>Class: Kennedy::Granter</title>
<link rel="s... |
doc/uk/ac/ed/inf/proj/xmlnormaliser/parser/fd/package-tree.html | tomtau/xml_normaliser | <!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_35) on Sun Mar 31 19:35:55 BST 2013 -->
<TITLE>
uk.ac.ed.inf.proj.xmlnormaliser.parser.fd Class Hierarchy
</TITLE>
<META NAME="date" CONTENT="2013-0... |
docs/date.html | charany1/googlecl | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>date.py</title>
<link rel="stylesheet" href="pycco.css">
</head>
<body>
<div id="background"></div>
<div id='container'>
<div class='section'>
<div class='docs'><h1>date.py</h1></div>
</div>
<div clas... |
example/templates/footer.html | tarequeh/little-ebay | <div id="footer">
<div class="footerleft">
© 2009 by Owners. Some rights reserved.
</div>
<div class="footerright">
<a href="http://www.djangoproject.com"><img alt="Made With Django" src="{{ MEDIA_URL }}img/madewithdjango.gif" /></a>
</div>
</div> |
ocr_extracted/W29217_text/page2.html | datamade/elpc_bakken |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>W29217_text</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div style="margin-left: auto; margin-right: auto; width: 800px; overflow: hidden;">
... |
docs/spgl.grandom-pysrc.html | SarahPythonista/acmpy | <?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>spgl.grandom</title>
<link rel="stylesheet" href="epydoc.css" type="text/css" />
<script ... |
style.css | githubUser919/ng-playground | body {
margin: 10px;
}
footer {
margin-top: 20px;
background-color: lightgray;
} |
src/style.css | ExtPlug/compact-history | :root {
--item-height: 20px;
}
#history-panel .media-list.history .playlist-media-item:not(.selected) {
height: var(--item-height);
& img {
height: var(--item-height);
width: calc(var(--item-height) * 1.5);
margin-top: 0px;
}
& .score {
height: auto;
width: auto;
top: 0px;
left:... |
_layouts/books_page.html | andrewserong/annamcilwraith | ---
layout: default
---
<article class="post" id="post">
<header class="post-header">
<h1 class="post-title">{{ page.title }}</h1>
<!-- <hr class="separator" /> -->
{% if page.sub_title %}
<h2 class="post-sub-title">{{ page.sub_title }}</h2>
{% endif %}
</header>
{% assign pages = site.pag... |
index.html | bwerocks/bwerocks.github.io | <!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 chars... |
blog/t13-js_queen.html | sarahkwak/sarahkwak.github.io | <!DOCTYPE html>
<html>
<meta charset="utf-8">
<head>
<title>🐾 Teach Brian How to Code</title>
<link rel="stylesheet" href="stylesheets/blog-stylesheet.css" type="text/css">
</head>
<body>
<div class="sub-div">
<p><a href="../index.html">Back to Home</a></p>
</div>
<main>
<h6>Becoming Javascript... |
bb/quote.html | jsepia/ogtest | <!DOCTYPE html>
<html>
<head>
<title>HeartWinds: A Tale of the Spirit (The Place of Passage Book 4) - Kindle</title>
<link rel="shortcut icon" type="image/png" href="https://d3u8ewz6c11pt5.cloudfront.net/static/kshare/0.22/1c2904b8e11a/img/KP_favicon.png" />
<link rel="apple-touch-icon-precomposed" sizes="6... |
gui/theme/templates/accounts/account_profile.html | SISTEMAsw/TAMP | {% extends "base.html" %}
{% load i18n mezzanine_tags accounts_tags %}
{% block meta_title %}{{ profile_user|username_or:"get_full_name" }}{% endblock %}
{% block title %}{{ profile_user|username_or:"get_full_name" }}{% endblock %}
{% block body_id %}account{% endblock %}
{% block extra_head %}
{% load static %}
<lin... |
categories/weekly/page/2/index.html | marocchino/iojs-ko | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Category: weekly | Node.js 한국 커뮤니티</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta property="og:type" content="website">
<meta property="og:title" content="Node.js 한국 커뮤니티">
<meta property="og:url"... |
examples/index.html | jakeehall/MLBStats | <!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>MLBStats - Examples</title>
</head>
<body>
<script type="text/javascript" src="../min/MLBStats.min.js"></script>
<script>
//MANUAL
MLBStats.manual();
//MLBStats OBJECT for full list of functions
//console.log(MLBStats);
//Return VERSION version
ML... |
src/field-tab/field-tab.bs.html | kasrakhosravi/angular-ui-form | <ui-field-row>
<tabset>
<tab ng-repeat="$tab in vm.tabs track by $index">
<tab-heading>
<span ng-class="{ 'text-danger': vm.hasAnyError() }">{{ $tab[vm.labelProperty] | translate }}</span>
</tab-heading>
<ui-fieldset class="col-sm-11" property="{{ $tab[vm.... |
src/app/home/home.component.html | LM-G/genesis | <h1>Home !</h1>
<div *ngFor="let section of sections; let i = index;">
<h2>Section {{ i+1 }}</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna
aliqua.
Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ... |
all-data/5000-5999/5892-22.html | BuzzAcademy/idioms-moe-unformatted-data | <table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="flayoutclass"><div class="flayoutclass_first"><table class="tableoutfmt2"><tr><th class="std1"><b>... |
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/41feaac8099a5ecfc920a64b9ab4843bb27a9299a61d9891afcdd3cecef8f631.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="./3a53e86e684c0c0d8ec94026a6c6cddd65c4734d1c56be5c3688a365b15b79c7.html">Teleport</a>
<hr>
... |
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/22367818b9b4b7a58d90a35202f6857d918cbc2f77ff8e187fc604789c6faec4.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="./479da3fde049afdcfae688956fbfc53d473182c349512d898e7885cca4670f83.html">Teleport</a>
<hr>
... |
app/public/backbone/css/onoffswitch.css | jupe/home.js | .onoffswitch {
position: relative; width: 90px;
-webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
display: none;
}
.onoffswitch-label {
display: block; overflow: hidden; cursor: pointer;
border: 2px solid #999999; border-radius: 20px;
}
.onoffswitch-in... |
place/trinidad-and-tobago/postcodes/2014/index.html | okfn/opendataindex-2015 | <!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="author" content="Open Knowledge">
<meta name="description" content="The Global Open Data Index assesse... |
router/router/src/index.html | struggler-lh/angular-demo | <!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Router</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<app-root>Loading...</app-root>
</body>
</html>
|
popup.html | gavinvonk/scatter | <html>
<head>
<title>Scatter</title>
<link href="theme.min.css" rel="stylesheet"/>
<script src="http://unpkg.com/jquery"></script>
<script src="http://unpkg.com/verge"></script>
<script src="jquery-overlap.js"></script>
</head>
<body>
<div class="cont... |
tags/alsa/index.html | storax/storax.github.io | <!DOCTYPE html>
<html lang="en-us">
<head>
<title>Tag: alsa - Storax</title>
<meta charset="utf-8" />
<meta name="author" content="David Zuber" />
<link rel="stylesheet" href="/media/css/main.css" type="text/css">
</head>
<body class="container">
<div>
<header class="masthead">
<... |
Rust/share/doc/rust/html/rustc_typeck/metadata/common/constant.tag_lang_items.html | ArcherSys/ArcherSys | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `tag_lang_items` constant in crate `rustc_typeck`.">
<meta ... |
add/templates/stories.view.html | fweber1/Annies-Ancestors | <!-- ***********************************************************************
media card
***********************************************************************
-->
<div class="my-subcard" flex="75" layout-padding layout="column" layout-align="center center">
<form ng-submit="vm.onSubmit4()" id="theForm4" nam... |
public/Windows 10 x64 (18363.476)/_VF_KE_CRITICAL_REGION_TRACE.html | epikcraw/ggool | <html><body>
<h4>Windows 10 x64 (18363.476)</h4><br>
<h2>_VF_KE_CRITICAL_REGION_TRACE</h2>
<font face="arial"> +0x000 Thread : Ptr64 <a href="./_ETHREAD.html">_ETHREAD</a><br>
+0x008 StackTrace : [7] Ptr64 Void<br>
</font></body></html> |
7d425a0/html/classv8_1_1_function_template.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... |
lib/Sasa-v0.9.3-docs/Contents/1/351.html | fschwiet/ManyConsole | <?xml version="1.0" encoding="utf-8"?>
<!-- This comment will force IE7 to go into quirks mode. -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type... |
lib/guyifeng/template/assets/stylesheets/screen.css | menghuanwd/guyifeng | /* Welcome to Compass.
* In this file you should write your main styles. (or centralize your imports)
* Import this file using the following HTML or equivalent:
* <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../../../../../.rvm/gems/ruby-2... |
html/234567167350.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... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.