path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
thirdparty/glm-0.9.9.8/glm/doc/api/a00282.html | Jean-LouisH/LaniaEngine | <!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... |
templates/sb-admin-v2/panels-wells.html | mtasic85/dockyard | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Start Bootstrap - SB Admin Version 2.0 Demo</title>
<!-- Core CSS - Include with every page -->
<link href="css/bootstrap.min.css" rel="stylesheet">
... |
docs/classes/database/dbutil.html | jinrok/training-fuelphp-01 | <!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./../../assets/css/combined.css">
<link rel="shortcut icon" href="./../../favicon.ico" />
<script src="http://www.google.com/jsapi" type="text/javascrip... |
ajax/libs/yui/3.9.1/cssbutton/cssbutton-min.css | yogeshsaroya/new-cdnjs | version https://git-lfs.github.com/spec/v1
oid sha256:31ab6730ac99c1a9614d4e899add4afcedf26e1841e6560021e88760c8e437e0
size 5268
|
api/master/Thelia/Core/Event/Product/ProductAddAccessoryEvent.html | thelia/thelia.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>Thelia\Core\Event\Product\ProductAddAccessoryEvent | Thelia 2 API</title>
<link rel="stylesheet" type="text/css" href="../../../../css/bootstrap.min.css">
<link re... |
qtopiacore/qt/doc/html/painting-fontsampler-main-cpp.html | liuyanghejerry/qtextended | <?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Qt 4.4: main.cpp Example File (painting/fontsampler/main.cpp)</title>
<link href="classic.css" rel="styl... |
toolchain/share/doc/arm-arm-none-eabi/html/as.html/Empty-Exprs.html | byeonggonlee/lynx-ns-gb | <html lang="en">
<head>
<title>Empty Exprs - Using as</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Using as">
<meta name="generator" content="makeinfo 4.13">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="Expressions.html#Expressions" title="E... |
toolchain/share/doc/arm-arm-none-eabi/html/gdb/Working-Directory.html | byeonggonlee/lynx-ns-gb | <html lang="en">
<head>
<title>Working Directory - Debugging with GDB</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Debugging with GDB">
<meta name="generator" content="makeinfo 4.13">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="Running.html... |
sizeswvalues/index.html | ptool/simpl | <!DOCTYPE html>
<html>
<head>
<meta name="description" content="Simplest possible examples of HTML, CSS and JavaScript." />
<meta name="author" content="//samdutton.com">
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">
<meta itemprop="n... |
web/packages/angular_components/src/components/material_spinner/material_spinner.html | KNaudin/syslog-esirem | <!--
Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
for details. All rights reserved. Use of this source code is governed by a
BSD-style license that can be found in the LICENSE file.
-->
<div class="spinner">
<div class="circle left"></div>
<div class="circle right"></div>
<div cla... |
third_party/google-closure-library/closure/goog/math/vec2_test.html | scheib/chromium | <!DOCTYPE html><!-- DO NOT EDIT. This file auto-generated by generate_closure_unit_tests.js --><!--
Copyright 2017 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.
--><html><head><meta charset="UTF-8">
<script s... |
third_party/blink/web_tests/fast/css/variables/custom-properties-serialization-quirks-mode.html | nwjs/chromium.src | <meta charset="UTF-8">
<script src="../../../resources/testharness.js"></script>
<script src="../../../resources/testharnessreport.js"></script>
<style>
#test1 {
--camelCase: blue;
color: var(--camelCase);
}
#test2 {
--Aå: 100px;
width: var(--Aå);
}
#test3 {
--colour: green;
background: var(--colour);
co... |
third_party/blink/web_tests/external/wpt/css/css-grid/masonry/tentative/masonry-align-tracks-multi-001-ref.html | chromium/chromium | <!DOCTYPE HTML>
<!--
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/
-->
<html><head>
<meta charset="utf-8">
<title>Reference: Masonry layout with multiple `align-tracks` values</title>
<link rel="author" title="Mats Palmgren" href="mailto:mats@mozilla.... |
third_party/blink/web_tests/external/wpt/css/css-contain/container-queries/transition-style-change-event.html | chromium/chromium | <!doctype html>
<meta charset="utf-8">
<title>Container Queries - Style Change Event for transitions</title>
<link rel="help" href="https://drafts.csswg.org/css-transitions/#starting">
<link rel="help" href="https://drafts.csswg.org/css-contain-3/#animated-containers">
<script src="/resources/testharness.js"></script>
... |
vendor/imagine/imagine/docs/API/API/doc-index.html | XKEYGmbH/ifresco-client | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>Index | Imagine API</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css">
</head>
<body id="over... |
node_modules/angular-seed/app/partials/partial1.html | crisdb/angBoot | <p>This is the partial for view 1.</p>
|
vendor/assets/javascripts/docs/examples/example-ngrepeat-select/index-production.html | bdipaola/DiplomacyScoring | <!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example - example-ngrepeat-select-production</title>
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.4.6/angular.min.js"></script>
<script src="app.js"></script>
</head>
<body ng-app="ngrepeatSelect">
<div ng-controller=... |
plugins/mreporting/lib/protovis/tests/mark/event-render.html | songjio/j_asset_glpi_kr | <html>
<head>
<title>Event Render</title>
<script type="text/javascript" src="../../protovis.js"></script>
<link rel="stylesheet" type="text/css" href="../style.css"/>
</head>
<body>
<script type="text/javascript+protovis">
var vis = new pv.Panel()
.width(200)
.height(200)
.strokeStyl... |
toolchain/share/doc/arm-arm-none-eabi/html/libc/isdigit.html | byeonggonlee/lynx-ns-gb | <html lang="en">
<head>
<title>isdigit - Untitled</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Untitled">
<meta name="generator" content="makeinfo 4.13">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="Ctype.html#Ctype" title="Ctype">
<link rel... |
erpnext/hr/doctype/leave_application/leave_application_dashboard.html | ovresko/erpnext |
{% if data %}
<h5 style="margin-top: 20px;"> {{ __("Allocated Leaves") }} </h5>
<table class="table table-bordered small">
<thead>
<tr>
<th style="width: 20%">{{ __("Leave Type") }}</th>
<th style="width: 20%" class="text-right">{{ __("Total Allocated Leaves") }}</th>
<th style="width: 20%" class="text-rig... |
tests/wpt/web-platform-tests/webrtc/RTCDTMFSender-insertDTMF.https.html | danlrobertson/servo | <!doctype html>
<meta charset=utf-8>
<title>RTCDTMFSender.prototype.insertDTMF</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="RTCPeerConnection-helper.js"></script>
<script src="RTCDTMFSender-helper.js"></script>
<script>
'use strict';
... |
mobilebone-master/docs/data-reload.html | xwHsj/testMyGit | <!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0,user-scalable=no">
<title>Mobilebone.js API文档-data-reload</title>
<link rel="stylesheet" href="../src/mobilebone.css">
<link rel="stylesheet" href="docs.css">
</head>
<body>
<aside></aside>
<div cla... |
venv/bin/doc/html/boost/accumulators/relative.html | NixaSoftware/CVis | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Struct relative</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../index.html" title="The Boost... |
chromium/chrome/test/data/page_load_metrics/404.html | ric2b/Vivaldi-browser | <html>
<body>
I am a 404 page!
</body>
</html>
|
www/legacy/css/stylesheets/general.css | DcBexter/datawrapper | /*****************************/
/* General.scss */
/* Main styles for DataStory */
/*****************************/
/***************/
/* General /
/***************/
/* line 68, ../sass/general.scss */
html {
height: 100%;
}
/* line 72, ../sass/general.scss */
body {
padding: 0;
margin: 0;
back... |
src/deps/boost/libs/spirit/doc/html/spirit/karma/quick_reference/non_terminals.html | mxrrow/zaicoin | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Nonterminals</title>
<link rel="stylesheet" href="../../../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="../../../index.html" title="... |
solr/vendor/docs/solr-core/org/apache/solr/request/json/class-use/ObjectUtil.html | ubtue/KrimDok | <!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_71) on Tue Feb 16 15:23:08 EST 2016 -->
<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
<title>Uses of Class org.a... |
tests/wpt/web-platform-tests/css/css-multicol/multicol-breaking-005-ref.html | UK992/servo | <!DOCTYPE HTML>
<title>CSS Test Reference: breaking of a multicolumn</title>
<meta charset="utf-8">
<link rel="author" title="L. David Baron" href="https://dbaron.org/">
<link rel="author" title="Ting-Yu Lin" href="tlin@mozilla.com">
<link rel="author" title="Mozilla" href="https://mozilla.org/">
<style>
.outer {
he... |
doc/0.9.8/guacamole-common-js/symbols/src/src_main_webapp_modules_StringWriter.js.html | mike-jumper/incubator-guacamole-website | <html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"> <style>
.KEYW {color: #933;}
.COMM {color: #bbb; font-style: italic;}
.NUMB {color: #393;}
.STRN {color: #393;}
.REGX {color: #339;}
.line {border-right: 1px dotted #666; color: #666; font-style: normal;}
</style></head><body><pre><s... |
src/articles/raw-webgl-part-2-simple-shader/minimal-shader.html | operasoftware/devopera | <!DOCTYPE html>
<html>
<canvas id='c' width='400' height='400'></canvas>
<script src='webgl-utils.js'></script>
<script id="vshader" type="text/plain">
attribute vec2 aVertexPosition;
varying vec2 vTexCoord;
uniform vec2 uOffset;
void main() {
vTexCoord = aVertexPosition + uOffset;
gl_Posi... |
webapi/webapi-appsecurity-external-tests/appsecurityapi/AppSecurityApi_open_bad_url.html | yhe39/crosswalk-test-suite | <!DOCTYPE html>
<!--
Copyright (c) 2015 Intel Corporation.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistributions of works must retain the original copyright notice, this list
of conditions and the following di... |
third_party/blink/web_tests/fast/events/constructors/media-key-message-event-constructor.html | scheib/chromium | <!DOCTYPE html>
<html>
<head>
<script src="../../../resources/js-test.js"></script>
</head>
<body>
<script>
description("This tests the constructor for the MediaKeyMessageEvent DOM class.");
var arrayBuffer = new ArrayBuffer(1);
// Default values for bubbles and cancelable.
shouldBe("new MediaKeyMessageEvent('eventT... |
webapi/webapi-appsecurity-external-tests/appsecurityapi/AppSecurityApi_destroy_invalid_instance.html | yhe39/crosswalk-test-suite | <!DOCTYPE html>
<!--
Copyright (c) 2015 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... |
api/2.0.0-beta4/Thelia/Model/ProductDocument.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\ProductDocument | </title>
<link rel="stylesheet" type="text/css" href="../../stylesheet.css">
</head>
... |
platform-web-ui/src/main/resources/polymer/accessibility-developer-tools/lib/closure-library/closure/goog/graphics/paths_test.html | fieldenms/tg | <!DOCTYPE html>
<html>
<!--
Copyright 2010 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: nicksantos@google.com (Nick Santos)
-->
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta char... |
src/Umbraco.Web.UI.Client/src/views/dashboard/settings/modelsbuildermanagement.html | marcemarc/Umbraco-CMS | <div id="modelsBuilder" ng-controller="Umbraco.Dashboard.ModelsBuilderManagementController as vm">
<umb-box>
<umb-box-content>
<div ng-show="!vm.loading" class="pull-right">
<button type="button" class="btn" ng-click="vm.reload()"><span>Reload</span></button>
</div>... |
themes/edx.org/lms/templates/footer.html | waheedahmed/edx-platform | ## mako
<%!
from django.utils.translation import ugettext as _
from branding.api import get_footer
%>
<% footer = get_footer(is_secure=is_secure) %>
<%namespace name='static' file='static_content.html'/>
## WARNING: These files are specific to edx.org and are not used in installations outside of that domain. Open ... |
site/xref/org/apache/log4j/pattern/LoggerPatternConverter.html | kikonen/log4j-share | <!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=ISO-8859-1" />
<title>LoggerPatternConverter xref</title>
<link... |
third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/html-elements-in-shadow-trees/html-forms/test-002.html | hujiajie/chromium-crosswalk | <!DOCTYPE html>
<!--
Distributed under both the W3C Test Suite License [1] and the W3C
3-clause BSD License [2]. To contribute to a W3C Test Suite, see the
policies and contribution forms [3].
[1] http://www.w3.org/Consortium/Legal/2008/04-testsuite-license
[2] http://www.w3.org/Consortium/Legal/2008/03-bsd-license
[... |
web/themes/custom/twig_demo/css/components/password-suggestions.css | lyalyuk/drupal-project | /**
* @file
* Styles for password suggestions in Bartik.
*/
.password-suggestions {
border: 0;
}
|
web/themes/kwlug_theme/layout/site-builder/css/threecol/threecol-split-row-3-9--12.css | pnijjar/kwlug-drupal8-migration | .threecol-split-row-3-9--12 .hr--1-2 .l-r:first-child, .threecol-split-row-3-9--12 .arc--3 .l-r:first-child { width: 23.72881%; float: left; margin-right: 1.69492%; }
.threecol-split-row-3-9--12 .hr--1-2 .l-r:last-child, .threecol-split-row-3-9--12 .arc--3 .l-r:nth-child(2) { width: 74.57627%; float: right; margin-righ... |
thirdparty/sources/boost_1_60_0/libs/log/doc/html/log/rationale/namespace_mangling.html | gwq5210/litlib | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Why my application fails to link with Boost.Log? What's the fuss about library namespaces?</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XS... |
tests/wpt/mozilla/tests/mozilla/referrer-policy/no-referrer-when-downgrade/attr-referrer/same-origin/http-https/iframe-tag/upgrade-protocol.no-redirect.http.html | jaysonsantos/servo | <!DOCTYPE html>
<!-- DO NOT EDIT! Generated by referrer-policy/generic/tools/generate.py using referrer-policy/generic/template/test.release.html.template. -->
<html>
<head>
<title>Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'</title>
<meta name="description" content="Check that non ... |
pkg/kubernetes/views/pv-claim.html | xhad/cockpit | <div class="row">
<div class="col-sm-6">
<dl ng-if="pvc">
<dt translate>Name</dt>
<dd>{{ pvc.metadata.name }}</dd>
<dt translate>Namespace</dt>
<dd>{{ pvc.metadata.namespace }}</dd>
<dt ng-if="pvc.spec.accessModes" translate>Access Modes</dt>
... |
resources/adiummessagestyles/renkoo/Contents/Resources/Variants/Steel on Blue No Names.css | sanchay160887/vacuum-im | @import url("./Steel on Blue.css");
@import url("../Styles/noname.css");
|
webroot/javascript/lib/jquery-jsonview/src/index.html | MaxLeap/MyBaaS | <!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>JQuery JSONView</title>
<link rel="stylesheet" href="jquery.jsonview.css" />
<script type="text/javascript" src="http://code.jquery.com/jquery.min.js"></script>
<script type="text/javascript" src="jquery.jsonview.js"></script>
<script typ... |
wp-content/plugins/advanced-custom-fields-pro/css/global.css | andreipot/freshkids | /*--------------------------------------------------------------------------------------------
*
* General
*
*--------------------------------------------------------------------------------------------*/
/* Horizontal List */
.acf-hl { padding: 0; margin: 0; list-style: none; display: block; position: relative; }
.ac... |
docs/api/overview-frame.html | andrewrapp/xbee-api | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<TITLE>
Overview List
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
</HEAD>
<BODY BGCOLOR="white">
<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
... |
wicket/src/main/java/org/apache/wicket/util/watch/package.html | astubbs/wicket.get-portals2 | <!--
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 ma... |
prado-2.0.3/framework/js/tiny_mce/themes/default/docs/cs/style.css | shyaken/svnmanager | body { background-color: #FFFFFF; }
body, td, .content { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 12px; }
.title { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 16px; font-weight: bold; }
.subtitle { font-size: 12px; font-weight: bold; }
.toc_ul, .toc_li { margin-left: 8 px; line... |
www/lib/@onsenui/custom-elements/tests/chromium/custom-elements/spec/create-element-inside-template.html | sofvindex/BAI_ItemsKeeper | <!DOCTYPE html>
<title>Custom Elements: create an element inside a template </title>
<link rel="help" href="https://dom.spec.whatwg.org/#concept-create-element">
<script src="../../resources/testharness.js"></script>
<script src="../../resources/testharnessreport.js"></script>
<script src="resources/custom-elements-hel... |
themes/octopress/templates/_includes/isso_script.html | opensource-yunnan-university/ynu-support | {% if ISSO_SITEURL %}
<script data-isso="{{ ISSO_SITEURL }}/"
src="{{ ISSO_SITEURL }}/js/embed.min.js"></script>
{% endif %}
|
tests/wpt/web-platform-tests/core-aam/menu-manual.html | anthgur/servo | <!doctype html>
<html>
<head>
<title>menu</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<link rel="stylesheet" href="/resources/testharness.css">
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
<script src="/resources/testharness.js"></script>
<script... |
tests/wpt/web-platform-tests/mathml/relations/css-styling/mathvariant-bold-script.html | anthgur/servo | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>mathvariant bold-script</title>
<link rel="help" href="http://www.mathml-association.org/MathMLinHTML5/S2.html#SS3.SSS1.tab2"/>
<link rel="match" href="mathvariant-bold-script-ref.html"/>
<meta name="assert" content="Verify that a single-char <mtext> with a b... |
vendor/plugins/rails-ckeditor/public/javascripts/ckeditor/_source/skins/office2003/dialog.css | vivekamn/spree | /*
Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
/* Restore the dialog visibility */
body .cke_dialog
{
visibility: visible;
}
/* Force Gecko to consider table as positioned */
.cke_skin_office2003 table.cke_d... |
c/template/ocean_blue/layer.modal_form_480.css | saydulk/stalker_portal | .modal_form{
position: absolute;
left: 50%;
top: 50%;
border-width: 11px 13px 15px 13px;
width: 450px;
/*height: 186px;*/
margin-left: -225px;
margin-top: -100px;
-webkit-border-image: url(i/modal_bg.png) 11 13 15 13 stretch stretch;
}
.modal_form .title{
font-size: 30px;
co... |
third_party/blink/web_tests/external/wpt/html/semantics/embedded-content/the-img-element/source-media-outside-doc.html | nwjs/chromium.src | <!DOCTYPE html>
<title>Image source selection using media queries is performed for img elements outside the document</title>
<link rel="help" href="https://html.spec.whatwg.org/#reacting-to-environment-changes">
<link rel="help" href="https://html.spec.whatwg.org/#reacting-to-dom-mutations">
<script src="/resources/tes... |
third_party/blink/web_tests/external/wpt/css/css-images/object-fit-scale-down-png-002e.html | scheib/chromium | <!DOCTYPE html>
<!--
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/
-->
<html>
<head>
<meta charset="utf-8">
<title>CSS Test: 'object-fit: scale-down' on embed element, with a PNG image and with various 'object-position' values</title>
<link re... |
template/tooltip/tooltip-popup.html | pineconellc/angular-foundation | <span class="tooltip tip-{{placement}}"
ng-class="{ in: isOpen(), fade: animation() }"
style="width: auto">
<span ng-bind="content"></span>
<span class="nub"></span>
</span>
|
wp-content/themes/socrata/node_modules/gulp-pleeease/node_modules/pleeease/node_modules/csswring/test/expected/white-space.css | Socratacom/socrata-europe | .foo,.bar,.baz{display:block}@media screen and (min-width:99px){.bar{display:block!important;background-image:url(bar.png)}}
|
thirdparty/superlu/SuperLU_4.1/DOC/html/structNRformat__loc.html | walkerka/opentoonz | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>SuperLU: NRformat_loc Struct Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><... |
web/node_modules/jade/node_modules/with/node_modules/lexical-scope/node_modules/astw/node_modules/esprima/test/coverage.header.html | miwest929/clojure-tf-idf | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Esprima: Coverage Analysis Report</title>
<link rel="stylesheet" type="text/css" href="../assets/style.css"/>
</head>
<style>
span.covered {
}
span.uncovered {
background: #FDD;
}
span.partial {
background: #FFA;
}
</style>
<body>
<div class="conta... |
library/cropperjs/docs/css/cropper.css | redmatrix/hubzilla | /*!
* Cropper.js v1.2.2
* https://github.com/fengyuanchen/cropperjs
*
* Copyright (c) 2015-2018 Chen Fengyuan
* Released under the MIT license
*
* Date: 2018-01-03T13:26:29.610Z
*/
.cropper-container {
direction: ltr;
font-size: 0;
line-height: 0;
position: relative;
-ms-touch-action: none;
touch-a... |
webapi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_OPEN_type.html | BruceDai/crosswalk-test-suite | <!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... |
web/Nouveau dossier/DataTables-1.10.13/extensions/KeyTable/examples/index.html | Seddik-Abbassi/OctasoftMembre | <!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">
<link rel="stylesheet" type="text/css" href="../../../examples/resources/syntax/shCore.css">
<link rel=... |
target/doc/libc/unix/notbsd/notmips/b64/type.clock_t.html | pegasos1/numbers | <!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=../../../../../libc/type.clock_t.html">
</head>
<body>
<p>Redirecting to <a href="../../../../../libc/type.clock_t.html">../../../../../libc/type.clock_t.html</a>...</p>
<script>location.replace("../../../../../libc/type.clock... |
tests/wpt/web-platform-tests/encoding/single-byte-decoder.html | shinglyu/servo | <!doctype html>
<meta name=timeout content=long>
<script src=/resources/testharness.js></script>
<script src=/resources/testharnessreport.js></script>
<script src=resources/encodings.js></script>
<div id=log></div>
<script>
var singleByteEncodings = encodings_table.filter(function(group) {
return group.heading ===... |
testing/client-side/java/watchdog/resources/jsp-golden/core_syntax/actions/useBean/positiveClassTypeCast.html | aakashysharma/opengse | <html>
<title>positiveClassTypeCast</title>
<body>
<!-- we are using 'class' and 'type' together and 'class' is assignable to type-->
0
</body>
</html>
|
ajax/libs/tailwindcss/0.5.3/tailwind.css | sashberd/cdnjs | /*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in
* IE on Windows Phone and... |
tests/wpt/web-platform-tests/css/work-in-progress/ttwf_bj/jieorlin/reference/flex-min-auto-rel.html | shinglyu/servo | <!doctype html>
<html>
<title>flex min-width:auto by yisi</title>
<link rel="author" title="yisi" href="mailto:50167214@qq.com">
<link rel="help" href="http://www.w3.org/TR/css3-flexbox/#min-size-auto" />
<link rel="match" href="flex-min-auto-rel.html">
<meta name="assert" content="min-width of flex item should e... |
tests/wpt/web-platform-tests/css/work-in-progress/ttwf_tokyo/takuya/font-family-fallback18n-ref.html | nox/servo | <!DOCTYPE HTML>
<html>
<head>
<meta charset=utf-8>
<title>CSS Test: localized font-family name and fallbacks</title>
<link rel="author" title="Takuya Oikawa" href="mailto:takoratta@gmail.com"/>
<link rel="help" href="https://drafts.csswg.org/css-fonts/" />
<link rel="help" href="https://drafts.csswg.org/css-f... |
test/three.js-master/docs/api/objects/SkinnedMesh.html | perryuwang/perryuwang.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<base href="../../" />
<script src="list.js"></script>
<script src="page.js"></script>
<link type="text/css" rel="stylesheet" href="page.css" />
</head>
<body>
[page:Object3D] →
<h1>[name]</h1>
<div class="desc">A mesh that has a... |
sitestats/sitestats-tool/src/webapp/html/components/AjaxLazyLoadImage.html | OpenCollabZA/sakai | <!--
$URL:$
$Id:$
Copyright (c) 2006-2009 The Sakai Foundation
Licensed under the Educational Community 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.osedu.org/licenses... |
src/appengine/static/qualitybots.css | ismailfatih/qualitybots | a, a:link {
color: #000000;
}
a:visited {
color: #000000;
}
h1 img {
margin: 0px;
}
#nav {
clear: left;
overflow: hidden;
}
#nav a.option {
width: 130px;
height: 1.2em;
display: block;
}
#nav a.selected {
background-color: #A7C942;
color:#000000;
font-weight: bold;
/* this avoids text wrapp... |
docs/files/src_pixi_filters_InvertFilter.js.html | ferlyz05/pixi.js | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>src/pixi/filters/InvertFilter.js - pixi.js</title>
<link rel="stylesheet" href="http://yui.yahooapis.com/3.9.1/build/cssgrids/cssgrids-min.css">
<link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css">
<link rel="... |
wiki/skins/CologneBlue/resources/screen.css | RicochetSoftware/ricochetsoftware.github.io | body {
margin: 0;
padding: 0;
color: black;
font-family: serif;
}
#specialform {
display: inline;
}
#content {
top: 0;
margin: 0;
padding: 0;
}
#mw-data-after-content {
font-family: Verdana, Arial, sans-serif;
color: black;
font-size: 8pt;
}
#powersearch {
background: #DDEEFF;
border-style: solid;
bor... |
www/lib/animate.css/source/attention_seekers/swing.css | rootzoll/konfetti-app | @keyframes swing {
20% { transform: rotate(15deg); }
40% { transform: rotate(-10deg); }
60% { transform: rotate(5deg); }
80% { transform: rotate(-5deg); }
100% { transform: rotate(0deg); }
}
.swing {
transform-origin: top center;
animation-name: swing;
} |
src/chrome/test/data/extensions/api_test/app_process/path3/container.html | plxaye/chromium | <iframe src="/files/extensions/api_test/app_process/path1/iframe.html"></iframe>
|
templates/questions/partial_answer.html | kngeno/gis_kenya | {% load i18n %}
{% load humanize %}
<div class="row answer" answer-id="{{ answer.id }}">
{% csrf_token %}
<div class="col-md-1 options">
<span class="glyphicon glyphicon-chevron-up vote up-vote{% if user in answer.get_up_voters %} voted{% endif %}" title="{% trans 'Click to up vote; click again to toggle' %}">... |
lms/templates_sav/static_templates/server-down.html | TheMOOCAgency/edx-platform | <%page expression_filter="h"/>
<%!
from django.utils.translation import ugettext as _
from openedx.core.djangolib.markup import HTML, Text
%>
<%inherit file="../main.html" />
<main id="main" aria-label="Content" tabindex="-1">
<section class="outside-app">
<h1>
${Text(_("Currently the {platform_name}... |
third_party/blink/web_tests/virtual/text-antialias/avoid-line-break-from-out-of-flow-object-in-no-wrap-context-expected.html | scheib/chromium | <!DOCTYPE html>
<style>
.background {
width: 80px;
height: 80px;
background-color: green;
}
</style>
<p>crbug.com:552475: Out-of-flow elements that wrap their contents shouldn't cause a line-break in a no-wrap context. There should be a green square below.</p>
<div class="background">
</div>
|
third_party/blink/web_tests/external/wpt/css/css-grid/grid-items/grid-z-axis-ordering-overlapped-items-002.html | chromium/chromium | <!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Grid Layout Test: 'z-index' property controls the grid items stacking order</title>
<link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com">
<link rel="help" href="http://www.w3.org/TR/css-grid-1/#z-order" title="4.4. Z-axis Ordering: the z-index... |
sites/default/modules/contrib/module_filter/css/dynamic_position.css | psegarel/psg | html.js #module-filter-submit {
float: left;
clear: both;
background-color: #F6F6F6;
width: 239px;
border: 1px solid #ccc;
border-top: 0;
}
html.js #module-filter-submit .form-actions {
text-align: center;
margin: 0;
}
html.js #module-filter-submit input {
margin: 2em 0 1em;
}
html.js #module-filter-s... |
slick/javadoc/org/newdawn/slick/svg/inkscape/class-use/PathProcessor.html | Aly91/TheGreatAdventure | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_34) on Mon Jun 03 22:20:33 BST 2013 -->
<TITLE>
Uses of Class org.newdawn.slick.svg.inkscape.PathProcessor (Slick - The 2D Library)
</TITLE>
<META N... |
wsgi/container/pkgs/sencha/static/ext-4.2.2.1144/examples/locale/multi-lang.html | rch/flask-openshift | <!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">
<title>Multiple Languages</title>
<!-- Ext -->
<script type="text/javascript" src="../../examples/shared/include-ext.js"></script>
... |
third_party/blink/web_tests/external/wpt/css/CSS2/stacking-context/opacity-change-parent-stacking-context-ref.html | scheib/chromium | <!doctype HTML>
<title>CSS Test Reference</title>
<link rel="author" title="Chris Harrelson" href="mailto:chrishtr@chromium.org" />
<div style="width: 100px; height: 100px; background: lightblue; will-change: transform; position: absolute">
<div id=target style="backface-visibility: hidden">
<div style="width: 50... |
thirdparty/freetype/docs/reference/ft2-basic_types.html | hpfmn/MuseScore | <!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">
<title>FreeType-2.6.1 API Reference</title>
<style type="text/css">
a:link { color: #0000EF; }
a:visited { color: #51188E; }
a:ho... |
app/views/home/header_box.html | hbmarine/leanote | <!DOCTYPE html>
<html lang="zh">
<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">
<meta name="keywords" content="leanote,leanote.com">
<meta name="description" content="leanote, {{msg $ "moto"}}">
<meta name="autho... |
ajax/libs/oojs-ui/0.11.3/oojs-ui-mediawiki-icons-moderation.rtl.css | redmunds/cdnjs | /*!
* OOjs UI v0.11.3
* 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-05-12T12:15:44Z
*/
.oo-ui-icon-block {
background-image: url("themes/mediawiki/images/icons/block.png");
backg... |
ajax/libs/AlertifyJS/1.1.0/css/themes/semantic.css | AMoo-Miki/cdnjs | .alertify .ajs-dimmer {
background-color: rgba(0, 0, 0, 0.85);
opacity: 1;
}
.alertify .ajs-dialog {
max-width: 50%;
min-height: 137px;
background-color: #F4F4F4;
border: 1px solid #DDD;
box-shadow: none;
border-radius: 5px;
}
.alertify .ajs-header {
padding: 1.5rem 2rem;
border-bottom... |
www/addons/userprofilefield/checkbox/template.html | bmmg888/moodlemobile2 | <!-- Render (no edit). -->
<div class="item" ng-if="!edit && field && field.name">
<p class="item-heading">{{ field.name }}</p>
<p ng-if="field.value != '0'">
{{ 'mm.core.yes' | translate }}
</p>
<p ng-if="field.value == '0'">
{{ 'mm.core.no' | translate }}
</p>
</div>
<!-- Edit. -->... |
third_party/WebKit/LayoutTests/http/tests/navigation/resources/back-to-get-after-post-helper.html | axinging/chromium-crosswalk | <script>
window.onload = function() {
setTimeout(function() {
if (sessionStorage.getItem("backToGet") == "step1") {
sessionStorage.setItem("backToGet", "step2");
location.assign("../back-to-get-after-post.php");
} else {
sessionStorage.removeItem("backToGet");
... |
third_party/blink/web_tests/css3/selectors3/html/css3-modsel-d2.html | scheib/chromium | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>Dynamic handling of combinators</title>
<style type="text/css">
#test { background: red; display: block; padding: 1em; }
#stub ~ div div + div > div { background: lime; }
</style>
<link rel="first" href="css3-modsel-1.html" title="Grou... |
wp-content/themes/polytechnic/theme-core/theme-assets/javascripts/malihu-custom-scrollbar-plugin-master/examples/scrollTo_demo.html | mvietz/pfa | <!DOCTYPE html>
<!--[if IE 8 ]><html lang="en" class="ie8"><![endif]-->
<!--[if IE 9 ]><html lang="en" class="ie9"><![endif]-->
<!--[if (gt IE 9)|!(IE)]><!-->
<html lang="en">
<!--<![endif]-->
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>jQuery custom scrollbar demo<... |
www/mottie-tablesorter/docs/example-widget-filter-formatter-1.html | carleton/reasoncms | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>jQuery plugin: Tablesorter 2.0 - Custom Filter Widget Formatter (jQuery UI widgets)</title>
<!-- jQuery -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.js"></script>
<!-- Demo stuff -->
<link class="ui-theme" rel="stylesheet" ... |
tests/wpt/webgl/tests/deqp/functional/gles3/texturefiltering/2d_formats_03.html | asajeffrey/servo | <!--
This file is auto-generated from texturefiltering_test_generator.py
DO NOT EDIT!
-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>WebGL Texture Filtering Tests</title>
<link rel="stylesheet" href="../../../../resources/js-test-style.css"/>
<script src=/resources/testh... |
src/chrome/common/extensions/docs/templates/public/extensions/background_pages.html | plxaye/chromium | {{+partials.standard_extensions_article article:intros.background_pages}}
|
test/cases/functions.nested.css | baotingfang/stylus | body {
padding: 3.5;
}
body {
padding: 3.5;
}
body {
padding: 10;
padding: 0;
} |
tos-laimas-compass-win32-x64/resources/app/node_modules/closure-util/.deps/library/b06c979ecae7d78dd1ac4f7b09adec643baac308/closure/goog/proto2/message_test.html | LeoLombardi/tos-laimas-compass | <!DOCTYPE html>
<html>
<!--
Copyright 2010 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>
C... |
wp-content/plugins/fantastic-elasticsearch/vendor/electrolinux/phpquery/api-reference/phpQuery/_Callback.php.html | pivotlearning/wpsite | <html>
<head>
<title>Docs for page Callback.php</title>
<link rel="stylesheet" type="text/css" href="../media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">phpQuery</td>
</tr>
<tr><td class="header_line"><img src="../media/e... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.