path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
src/css/style.css | cinegen/svgfontviewer | /**
* html,body
*/
html,body {
font-family: sans-serif;
background-color: #999;
}
h2 {
display: none;
}
/**
* header
*/
#header {
height: 20px;
padding: 5px;
border-bottom: 4px solid #999;
background-color: #eee;
color: #666;
}
/**
* glyphList
*/
#glyphList {
float: left;
width: 180px;
padding: ... |
net/stands/empresas/onyx/onyx.html | carloscastrogit/mexico-exporta | <!DOCTYPE html>
<html class="xv-responsive" lang="es-mx">
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-Language" content="es-mx">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<tit... |
common/build/Help/UGens/FFT/PV_BrickWall.html | danstowell/SuperCute | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<title></title>
<meta name="Generator" content="Cocoa HTML Writer">
<meta name="CocoaVers... |
common/build/Help/GUI/Cocoa-GUI/SCCompositeView.html | danstowell/SuperCute | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<title></title>
<meta name="Generator" content="Cocoa HTML Writer">
<meta name="CocoaVers... |
src/020_SIMMETRICS/docs/HTML/_SimMetricsMetricUtilities_JaccardSimilarity_14_Members_Members.html | GuerrillaAnalytics/similarity | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN">
<html>
<head>
<title>Members</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta name="generator" content="Doc-O-Matic">
<link rel="STYLESHEET" href="default.css" type="text/css">
<SCRIPT LANGUAGE="JavaScript1.2" ... |
tests/wpt/web-platform-tests/referrer-policy/css-integration/font-face/external-import-stylesheet.html | nnethercote/servo | <!DOCTYPE html>
<html>
<head>
<title>CSS integration - Font from imported stylesheet (external)</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/common/utils.js"></script>
<!-- Common global functions for referrer-polic... |
source/dojo-release-1.3.0-src/dijit/themes/tundra/Calendar.css | feklee/rotogame | /* Calendar*/
.tundra .dijitCalendarIncrementControl {
/* next/prev month buttons */
width:15px;
height:15px;
background-image: url("images/spriteRoundedIconsSmall.png");
background-repeat: no-repeat
}
.dj_ie6 .tundra .dijitCalendarIncrementControl {
font-size:.1em;
background-image: url("images/spriteRoundedI... |
lib/fop-1.0/javadocs/org/apache/fop/fonts/class-use/FontCollection.html | lewismc/yax | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.4.2_11) on Mon Jul 12 21:36:28 CEST 2010 -->
<TITLE>
Uses of Interface org.apache.fop.fonts.FontCollection (Apache FOP 1.0 API)
</TITLE>
<LINK REL ="st... |
src/javamail-1.4.4/docs/javadocs/javax/mail/search/package-use.html | kiyon95/NEWPOCproc | <!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_10) on Fri Jan 14 15:43:25 PST 2011 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Package javax.mail.search... |
third_party/WebKit/PerformanceTests/Canvas/draw-video-to-hw-accelerated-canvas-2d.html | axinging/chromium-crosswalk | <!DOCTYPE html>
<html>
<body>
<video id="video" loop></video>
<script src="../resources/runner.js"></script>
<script src="resources/canvas_runner.js"></script>
<script>
var videoElement = document.getElementById("video");
var destCanvas2D = document.createElement("canvas");
var destCtx2D = destCanvas2D.getContext("2d")... |
third_party/blink/web_tests/http/tests/text-autosizing/narrow-iframe.html | chromium/chromium | <!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=800">
<style>
body { width: 800px; margin: 0; }
</style>
<script src="resources/autosizingTest.js"></script>
<script>
if (window.testRunner)
testRunner.waitUntilDone();
function done() {
if (window.testRunner) {
requestAnimationFrame(... |
pimcore/static5/css/login.css | kanevbg/pimcore | /**
* Pimcore
*
* LICENSE
*
* This source file is subject to the new BSD license that is bundled
* with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://www.pimcore.org/license
*
* @copyright Copyright (c) 2009-2014 pimcore GmbH (http://w... |
example/app/templates/app/offsite_authorize_net.html | digideskio/merchant | {% extends 'app/base.html' %}
{% load render_integration from billing_tags %}
{% block content %}
{% render_integration obj %}
{% endblock %}
|
_styles/reset.css | cyio/prose | /* ------------------------------------------
Reset ♥
http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
---------------------------------------------*/
html, body, div, span, applet, object, iframe, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img,... |
chromium/chrome/browser/resources/settings/chromeos/personalization_page/dark_mode_subpage.html | ric2b/Vivaldi-browser | <style include="settings-shared"></style>
<div id="darkModeEnablerDiv">
<settings-toggle-button
id="darkModeToggleButton"
class="hr"
pref="{{prefs.ash.dark_mode.enabled}}"
label="[[getDarkModeOnOffLabel_(prefs.ash.dark_mode.enabled.value)]]"
deep-link-focus-id$="[[Setting.kDarkModeOnOff]... |
tickets/templates/tickets/create_ticket.html | boyombo/helper | {% extends "helpdesk/base.html" %}{% load i18n bootstrap %}
{% block helpdesk_title %}{% trans "Create Ticket" %}{% endblock %}
{% block helpdesk_body %}
<div class="col-xs-6">
<div class="panel panel-default">
<div class="panel-body">
<h2>{% trans "Submit a Ticket" %}</h2>
<p>{% trans "Unless otherwise stated, all ... |
themes/adventurestudio-starterbootstrapframework/assets/css/separate/vendor/sweet-alert-animations.css | technosfera-si/lutetium | /* ==========================================================================
Variables
========================================================================== */
@-webkit-keyframes showSweetAlert {
0% {
transform: scale(0.7);
-webkit-transform: scale(0.7);
}
45% {
transform: scale(1.05);
... |
frappe/public/js/frappe/views/reports/print_grid.html | neilLasrado/frappe | <!-- title -->
{% if title %}
<h2>{{ __(title) }}</h2>
<hr>
{% endif %}
{% if subtitle %}
{{ subtitle }}
<hr>
{% endif %}
<table class="table table-bordered">
<!-- heading -->
<thead>
<tr>
{% for col in columns %}
{% if col.name && col._id !== "_check" %}
<th style="min-w... |
open-hackathon-client/src/client/static/css/bootstrap.css | frankyao47/open-hackathon | /*!
* Bootstrap v3.3.5 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*!
* Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=c988c9dfb46947971557)
* Config saved to config.json and https:... |
src/Hug/FrontBundle/Resources/public/js/angular/1.2.23/docs/partials/api/ng/service/$parse.html | hlepesant/lepetitcoin | <a href='http://github.com/angular/angular.js/edit/master/src/ng/parse.js' class='improve-docs btn btn-primary'><i class="glyphicon glyphicon-edit"> </i>Improve this doc</a>
<a href='http://github.com/angular/angular.js/tree/master/src/ng/parse.js#L1060' class='view-source pull-right btn btn-primary'>
<i clas... |
toolchain/arm_cm0_deprecated/share/doc/gcc-arm-none-eabi/html/as.html/Scl.html | jocelynmass/nrf51 | <html lang="en">
<head>
<title>Scl - Using as</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Using as">
<meta name="generator" content="makeinfo 4.8">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="Pseudo-Ops.html#Pseudo-Ops" title="Pseudo Ops">... |
tests/com.aptana.editor.html.formatter.tests/formatting/test13.html | shakaran/studio3 | ==PREFS==
html.formatter.formatter.tabulation.char=editor
html.formatter.newline.exclusion.in.empty.tag=true
html.formatter.wrap.comments=false
html.formatter.formatter.tabulation.size=4
html.formatter.newline.excluded=a!abbr!acronym!bdo!big!cite!del!dfn!font!img!ins!kbd!label!q!s!samp!small!strike!sub!sup!tt!u!var!spa... |
layout/reftests/bugs/329359-1.html | Yukarumya/Yukarum-Redfoxes | <!DOCTYPE html>
<html>
<head>
<style type="text/css">
.float-left, .float-right {
float: left;
width: 125px; height: 1em;
background-color: red;
}
.float-right {
float: right;
}
fieldset {
margin: 0; padding: 0;
border: none;
height: 5em;
background-color: green;
}
#plus-margin {
margin: 0 100px 0;
}
</style>
... |
dom/html/reftests/autofocus/input-load.html | Yukarumya/Yukarum-Redfoxes | <!DOCTYPE html>
<html class="reftest-wait">
<link rel='stylesheet' type='text/css' href='style.css'>
<script>
function focusHandler()
{
document.documentElement.removeAttribute('class');
}
</script>
<body>
<input><input autofocus onfocus="focusHandler();"><input autofocus onfocus="focusHan... |
tags/module_1_0/modules/JazzOMR/portlet/src/main/assinatura.html | darciopacifico/omr |
<html >
<head>
<title> </title>
<style type="text/css">
*{
font-family: sans-serif;
color: #0000aa;
text-shadow: gray 2px 2px 7px;
line-height:30%
}
</style>
</head>
<body>
<table style="border: 0px;">
<tr style="border: 0px;">
<td style="border: 0px;">
Imagem
</td>
... |
validator/testdata/amp4email_feature_tests/amp_img.html | lannka/amphtml | <!--
Copyright 2015 The AMP HTML 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 applica... |
venv/bin/doc/html/boost_asio/reference/buffer/overload4.html | NixaSoftware/CVis | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffer (4 of 28 overloads)</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="../../../boost_asio.... |
application/admin/view/demo/imageupload.html | VJzhou/JD2 | {extend name="template/base" /}
{block name="content"}
<div class="page-container">
<div class="form form-horizontal">
<div class="row cl">
<label class="form-label col-xs-3 col-sm-3"><span class="c-red">*</span>图片:</label>
<div class="formControls col-xs-6 col-sm-6">
... |
src/Frapid.Web/scripts/semantic-ui/components/progress.rtl.css | SurajRepo/frapid | /*!
* # Semantic UI 2.2.7 - Progress Bar
* http://github.com/semantic-org/semantic-ui/
*
*
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
/*******************************
Progress
*******************************/
.ui.progress {
position: relative;
display: block;
... |
third_party/WebKit/LayoutTests/media/video-no-timeupdate-before-playback.html | axinging/chromium-crosswalk | <!DOCTYPE html>
<html>
<body>
<p>Test that no timeupdate event fires during loading.</p>
<video></video>
<script src="media-file.js"></script>
<!-- TODO(philipj): Convert test to testharness.js. crbug.com/588956
(Please avoid writing new tests using video-test.js) -->
<script src="video-tes... |
view/gwt/dashboard/index.html | StexX/KiWi-OSE | <html>
<head>
<!-- -->
<!-- Any title is fine -->
<!-- -->
<title>Personal Dashboard</title>
<!-- -->
<!-- Use normal html, such as style -->
... |
documentation/html/MacOS/_c_p_t_constraints_8h_source.html | sureshdustrise/core-plot | <!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... |
incubator/modeler/cubes_modeler/static/views/dimension-detail-overview.html | zejn/cubes | <ng-include src="'views/partials/model_object.html'"></ng-include>
<form class="form-horizontal" role="form">
<div class="form-group">
<label class="col-sm-2 control-label">Role</label>
<div class="col-sm-10">
<select class="form-control"
ng-model="dimension.role"
ng-o... |
src/text/en/did/substitution_did.html | jackorias/MonkeyCrypt | <!DOCTYPE html>
<html>
<body>
<h1> Substitution </h1>
This is the learning panel for Substitution.
</body>
</html> |
rust-serial/target/doc/libc/unix/bsd/constant.SS_ONSTACK.html | IllinoisRoboticsInSpace/Arduino_Control | <!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=../../../libc/constant.SS_ONSTACK.html">
</head>
<body>
<p>Redirecting to <a href="../../../libc/constant.SS_ONSTACK.html">../../../libc/constant.SS_ONSTACK.html</a>...</p>
<script>location.replace("../../../libc/constant.SS_O... |
web/bundles/sunraangular/js/angular/angular-1.3.16/docs/partials/error/ngModel/numfmt.html | viral810/ngSimpleCMS | <a href='https://github.com/angular/angular.js/edit/v1.3.x/docs/content/error/ngModel/numfmt.ngdoc?message=docs(error%2Fnumfmt)%3A%20describe%20your%20change...' class='improve-docs btn btn-primary'><i class="glyphicon glyphicon-edit"> </i>Improve this Doc</a>
<h1>Error: ngModel:numfmt
<div><span class='hint'>... |
extensions/ui/org.eclipse.smarthome.ui.classic/snippets/selection.html | monnimeter/smarthome | <li style="%labelstyle%" class="iRadio iGroup" value="autoback">
<img src="../icon/%category%.png" width=29 height=29 class="iFull" />%label_header%%rows%
</li>
|
wekafiles/repCache/simpleEducationalLearningSchemes/Latest.html | brsaran/ACPP | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Waikato Environment for Knowledge Analysis (WEKA)</title>
<!-- CSS Stylesheet -->
<style>body
{
background: #ededed;
color: #666666;
font: 14px Tahoma, Helvetica, sans-serif;;
margin: 5px 10px 5px 10px;
padding: 0px;
}
</style>
</head>... |
source/plg_system_jat3/jat3/base-themes/default/css/menu/split.css | platinum-joomla-templates/pkg_ext_auto | /**
* ------------------------------------------------------------------------
* JA T3v2 System Plugin for J25 & J32
* ------------------------------------------------------------------------
* Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
* @license - GNU/GPL, http://www.gnu.org/license... |
doc/html/bscidrmagentservice.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>BSciDrmAgentService Class Reference</title>
<link href="classic.css" rel="stylesheet" type="text/css" />... |
doc/html/qcalllistitem-members.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>List of All Members for QCallListItem</title>
<link href="classic.css" rel="stylesheet" type="text/css" ... |
sources/interfaces/default/css/sickbeard_view.css | scith/htpc-manager_ynh | .sickbeard_show .banner{
position: relative;
border-radius: 6px 0px 0px 6px;
background: center left no-repeat ;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.sickbeard_show .banner .show_details {
background: none repeat scroll 0 ... |
src/UI/Components/NpcStore/NpcStore.html | bsparks/roBrowser | <div id="NpcStore">
<div class="InputWindow">
<div class="titlebar" data-background="basic_interface/titlebar_mid.bmp">
<div class="text">
<span class="WinSell" data-text="185">Available Items for selling</span>
<span class="WinBuy" data-text="186">Shop Items</span>
<span class="WinVendingSto... |
js/xpconnect/crashtests/639737-1.html | cstipkovic/spidermonkey-research | <!DOCTYPE html>
<html>
<head>
<script>
function b() {
try { sset("u"); } catch(e) { }
try { [0].map(b); } catch(e) { }
}
var sset = document.documentElement.style.__lookupSetter__("textIndent");
b();
</script>
</head>
<body></body>
</html>
|
libs/boost/libs/pool/doc/html/boost_pool/pool/usage.html | flingone/frameworks_base_cmds_remoted | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>How do I use Pool?</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" t... |
hadoop/docs/api/org/apache/hadoop/io/file/tfile/package-tree.html | determinedcheetahs/cheetah_juniper | <!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_31) on Mon Jul 22 15:25:22 PDT 2013 -->
<TITLE>
org.apache.hadoop.io.file.tfile Class Hierarchy (Hadoop 1.2.1 API)
</TITLE>
<META NAME="date" CONTEN... |
plugins/kotlin/idea/resources-en/intentionDescriptions/JoinParameterListIntention/description.html | siosio/intellij-community | <html>
<body>
Formats parameters of a declaration placing all parameters on a single line.
</body>
</html> |
client/templates/app/layout.html | robconery/meteor-shop | <template name="layout">
{{> sAlert}}
{{> nav}}
{{>yield}}
<hr/>
<div class="container">
<footer>
<p class="pull-right"><a href="#">Back to top</a></p>
<p>© 2015 Company, Inc. · <a href="#">Privacy</a> · <a href="#">Terms</a></p>
</footer>
</div>
</template>
|
webapi/webapi-webgl-khronos-tests/webgl/khronos/conformance/ogles/GL/lessThan/lessThan_001_to_008.html | yhe39/crosswalk-test-suite | <!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,... |
content/test/data/accessibility/aria/aria-blockquote.html | scheib/chromium | <!--
@MAC-ALLOW:AXRoleDescription
@WIN-ALLOW:xml-roles*
@AURALINUX-ALLOW:xml-roles*
-->
<!DOCTYPE html>
<html>
<body>
<div role="blockquote">Blockquote</div>
</body>
</html>
|
third_party/webgl/src/sdk/tests/conformance/glsl/misc/ternary-operator-on-arrays.html | endlessm/chromium-browser | <!--
Copyright (c) 2019 The Khronos Group Inc.
Use of this source code is governed by an MIT-style license that can be
found in the LICENSE.txt file.
-->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>WebGL GLSL Conformance Tests - Ternary operator on arrays</title>
<link rel="stylesheet" href="../../../r... |
src/deps/boost/doc/html/boost_asio/tutorial/tuttimer4/src.html | mxrrow/zaicoin | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Source listing for Timer.4</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="../../../boost_asio.... |
themes/sunny/combo.css | cocoo/easyui-bootstrap | .combo{
display:inline-block;
white-space:nowrap;
font-size:12px;
margin:0;
padding:0;
border:1px solid #8E846B;
background:#fff;
}
.combo-text{
font-size:12px;
border:0px;
line-height:20px;
height:20px;
padding:0px;
*height:18px;
*line-height:18px;
_height:18px;
_line-height:18px;
}
... |
generated/examples/hello-ecmascript6/app/index.html | InMyOrbit/evothings-examples | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, user-scalable=no,
shrink-to-fit=no, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0" />
<title>Hello ECMAScript 6</title>
<style>
@import 'ui/css/evothings-app.css';
</style>
<style>
li {
... |
user_guide/database/index.html | ralphsaunders/Just-Write | <!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>The Database Class : CodeIgniter User Guide</... |
doc/visual-programming/source/widgets/site/classify/naivebayes/index.html | marinkaz/orange3 | <!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.0">
<link rel="shortcut icon" href="../../img/favicon.ico">
<title>Naiv... |
third_party/blink/web_tests/media/controls/text-track-menu-keyboard-navigation.html | scheib/chromium | <!DOCTYPE html>
<title>Media Controls: text track menu keyboard navigation</title>
<script src="../../resources/testharness.js"></script>
<script src="../../resources/testharnessreport.js"></script>
<script src="../media-controls.js"></script>
<body>
</body>
<script>
function testNavigation(root, elements, next, previ... |
_includes/footer.html | ZhivkoZ/ZHblog | <div class="footer">
{{ site.title }} © {{ site.time | date: '%Y' }} <a href="{{ site.url }}/feed.xml" target="_blank"><i class="fa fa-fw fa-feed"></i></a>
</div>
|
pantallaMT v0.95/MT4j/doc/org/mt4j/components/visibleComponents/font/fontFactories/package-summary.html | AdalbertoJoseToledoEscalona/catalogo_productos_old_version | <!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_20) on Thu Aug 12 23:36:34 CEST 2010 -->
<TITLE>
org.mt4j.components.visibleComponents.font.fontFactories
</TITLE>
<META NAME="date" CONTEN... |
sites/all/libraries/PhpExcel/phpexcel/Documentation/API/li_PHPExcel_Shared_OLE.html | kimarudg/Sokopepe | <html>
<head>
<title>PHPExcel classes</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">PHPExcel_Shared_OLE</td>
</tr>
<tr><td class="header_line"><img src="media/empty.... |
libs/boost/libs/gil/doc/html/png__io_8hpp.html | flingone/frameworks_base_cmds_remoted | <!-- Copyright 2008 Lubomir Bourdev and Hailin Jin
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
-->
<!--
Copyright 2005-2007 Adobe Systems Incorporated
Distributed under the MIT Lice... |
oreilly.ml/high-performance-tensorflow/apache-jmeter-3.1/docs/api/org/apache/jmeter/engine/util/NoConfigMerge.html | shareactorIO/pipeline | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<title>NoConfigMerge (Apache JMeter API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/ja... |
site/javadoc/r0.4.0/org/apache/edgent/topology/class-use/TStream.html | dlaboss/incubator-quarks-website | <!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_92) on Tue Jul 26 12:40:39 PDT 2016 -->
<title>Uses of Interface org.apache.edgent.topology.TStream (Edgent v0.4.0)</title>
<meta name="date" c... |
fdisk/help/c.fr.html | webdev1001/webmin | <header>Support d'entrée/sortie 32 bits</header>
Configure le support d'entrée/sortie 32 bits (E)IDE.<p>
Cette configuration fonctionne sur pratiquement toutes les puces mais augmente légèrement la charge du disque. Noter que le terme "32 bits" réfère au transfert de donnée sur le bus PCI ou VLB, car les disques (E)I... |
src/Umbraco.Web.UI.Client/src/views/common/overlays/macropicker/macropicker.html | aaronpowell/Umbraco-CMS | <div ng-controller="Umbraco.Overlays.MacroPickerController">
<div ng-switch="wizardStep">
<div ng-switch-when="macroSelect">
<div class="form-search">
<i class="icon-search"></i>
<input type="text"
style="width: 100%"
... |
Documentation/Building Your Site/Project Modules/Store/Settings/Catalog Settings/08 Featured Product Settings.html | SCullman/Dnn.Platform | <?xml version="1.0" encoding="utf-8"?>
<html xmlns:MadCap="http://www.madcapsoftware.com/Schemas/MadCap.xsd" MadCap:lastBlockDepth="9" MadCap:lastHeight="2010" MadCap:lastWidth="1611">
<head>
</head>
<body>
<h1>Managing Featured Product Settings</h1>
<p>How to set the layout of featured pro... |
documentation/class_tibia_1_1_packets_1_1_incoming_1_1_container_open_packet.html | denisdifazio/tibiaapi | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>TibiaAPI: Tibia.Packets.Incoming.ContainerOpenPacket Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css">
<link href="doxygen.css" rel="stylesh... |
myodd/boost/libs/graph/doc/successive_shortest_path_nonnegative_weights.html | FFMG/myoddweb.piger | <HTML>
<!--
Copyright (c) Piotr Wygocki 2013
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
-->
<Head>
<Title>Boost Graph Library: Successive Shortest Path for Min Cost Max Flow</Title>
<BODY ... |
kexi/doc/handbook/html.tmp/04_05_00_help_on_help.html | KDE/calligra-history | <H2>4.5. Using built-in help</H2>
<p>Following ways to get built-in help in Kexi are available:
<ul>
<li><b>The Handbook in form of electronic document.</b>
THe Handbook is available by presing <kbd>F1</kbd> key or selecting <em>Help>Kexi Handbook</em> from the menubar.
</li>
<li><b><em>What's This?</em> hints.</b>... |
sites/all/modules/required/field_group/field_group-rtl.css | imparvez/drupal_test | /**
* Override the accordion default style for view_modes.
*/
form .ui-accordion h3, form .ui-accordion h3.ui-state-active {
padding-left: 0;
padding-right: 2em;
}
|
template/js/development-bundle/demos/index.html | nesl/SensorSafeV1-DataStore | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>jQuery UI Demos</title>
<link rel="stylesheet" href="../themes/base/jquery.ui.all.css">
<link rel="stylesheet" href="demos.css">
<script src="../jquery-1.4.4.js"></script>
<script src="../external/jquery.bgiframe-2.1.2.js"></script>
<script sr... |
HomeCinema.Web/Scripts/spa/movies/movies.html | rohngonnarock/spa-webapi-angularjs | <div class="row">
<div class="panel panel-primary">
<div class="panel-heading clearfix">
<h4 class="panel-title pull-left" style="padding-top: 7.5px;">Home Cinema Movies</h4>
<div class="input-group">
<input id="inputSearchMovies" type="search" ng-model="filterMovies... |
作业(1)/echarts-master/test/allZero.html | yjwz0428/yjwz0428.github.io | <html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<script src="esl.js"></script>
<script src="config.js"></script>
<script src="lib/facePrint.js"></script>
</head>
<body>
<style>
html, body,... |
6.4.1/examples/wizard/index.html | erikras/redux-form-docs | <!DOCTYPE html>
<html lang="en">
<head>
<meta charSet="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
<title>Redux Form</title>
<link href="https://redux-form.com/6.4.1/bundle.css"
media="screen, projection"
rel="stylesheet" type="te... |
tmp/omega-tools/jalu-d672bf72/css/blog.css | kenorb/mangalashribhuti | /* ----------- styles for Right_sidebar_second Zone on BLOG pages ---------------------- */
.blog-pages #region-right-sidebar h2 {
font: 12px verdana, arial, sans-serif;
color: #fff;
}
.blog-pages #region-right-sidebar h2.block-title {
font: 16px verdana, arial, sans-serif;
color: #587969;
text-indent: 10px;
pa... |
toolchain/share/doc/arm-arm-none-eabi/html/gdb/Thread_002dSpecific-Breakpoints.html | byeonggonlee/lynx-ns-gb | <html lang="en">
<head>
<title>Thread-Specific Breakpoints - 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="Th... |
useradmin/help/class.html | rcuvgd/Webmin22.01.2016 | <header>Login class</header>
This field must contain the name of a login class, defined in the file
<tt>login.conf</tt>. See the FreeBSD man page on <tt>login.conf</tt>
for more information about login classes.
<hr>
|
useradmin/help/intro.pl.UTF-8.html | rcuvgd/Webmin22.01.2016 | <header>Użytkownicy i grupy</header>
<h3>Wprowadzenie do użytkowników</h3>
Użytkownikiem Uniksa jest zazwyczaj ktoś, kto może się zalogować do systemu
zdalnie poprzez telnet lub przy konsoli. Każdy plik ma pewnego użytkownika
za właściciela, jak też każdy process działa z prawami pewnego
użytkownika. Dostęp ... |
src/3rdparty/loki/doc/html/a00352.html | GraphicsEmpire/tetcutter | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>Loki: Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css">
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated ... |
components/tools/OmeroWeb/omeroweb/webclient/templates/webclient/annotations/tags_form.html | dominikl/openmicroscopy | {% load i18n %}
{% load common_filters %}
{% comment %}
<!--
Copyright (C) 2011 University of Dundee & Open Microscopy Environment.
All rights reserved.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free S... |
integrationTests/spring-boot-farm-secure/spring-boot-app/src/main/webapp/login.html | akhikhl/gretty | <!DOCTYPE html>
<html>
<head>
<title>Login</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href='//fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<link href="${pageContext.request.contextPath}/webjars/bootstrap/3.2.0/css... |
test/demo/webapp/src/javascript/lib/nej/src/util/slider/demo/simple.html | JuneAndGreen/jtr | <!DOCTYPE html>
<html>
<head>
<title>NEJ实例 - 简易滑块</title>
<meta charset="utf-8" />
<style>
.track{width:300px;background:#aaa;}
.pogrs{position:relative;height:20px;background:#f00;width:30%;}
.thumb{position:absolute;top:-5px;right:-5px;width:10px;height:30px;background:#0b0;... |
wp-content/themes/TESSERACT/css/customize-controls.css | ttthanhDC/ProjectTeamWP | .customize-control-title,
#customize-control-footer_content_select_control select {
font-size: 13px;
}
#customize-control-footer_content_select_control .customize-control-title,
#customize-control-footer_content_position_control .customize-control-title {
margin-top: 25px;
}
#customize-control-tesseract_foo... |
src/main/webapp/js/dojox/mobile/themes/common/domButtons/DomButtonSilverCircleGreenButton.css | denov/dojo-demo | /* === Silver Circle Green Button ==*/
.mblDomButtonSilverCircleGreenButton {
position: relative;
width: 30px;
height: 30px;
}
.mblDomButtonSilverCircleGreenButton > div {
position: relative;
top: 0px;
left: 0px;
width: 26px;
height: 26px;
border: 1px solid #b5b6b5;
border-radius: 13px;
-webkit-bo... |
static/report/haskell2010/haskellli1.html | erantapaa/hl | <?xml version="1.0" encoding="iso-8859-1" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd-->
<html xmlns="http://www.w3.org/1999/xhtml"
>
<head><title>Contents</title>
<me... |
third_party/ext-js/css/theme-gray/core.css | prabhanshu/edcast-testlink | /*!
* Ext JS Library 3.3.0
* Copyright(c) 2006-2010 Ext JS, Inc.
* licensing@extjs.com
* http://www.extjs.com/license
*/
.ext-el-mask {
background-color: #ccc;
}
.ext-el-mask-msg {
border-color:#999;
background-color:#ddd;
background-image:url(../images/gray/panel/white-top-bottom.gif);
backgr... |
javadoc/allclasses-frame.html | DataRx/x12-parser | <!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_14) on Sat Apr 16 13:33:06 IST 2011 -->
<TITLE>
All Classes
</TITLE>
<META NAME="date" CONTENT="2011-04-16">
<LINK REL ="stylesheet" TYP... |
latest-api-diffs/3.0/changes/classes_index_all.html | wdking2011/google-guice | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd">
<HTML>
<HEAD>
<meta name="generator" content="JDiff v1.1.1">
<!-- Generated by the JDiff Javadoc doclet -->
<!-- (http://www.jdiff.org) -->
<meta name="description" content="JDiff is a Javadoc doclet which gen... |
src/main/resources/public/bower_components/mathjs/examples/browser/pretty_printing_with_mathjax.html | SunriseCoder/update-checker | <!DOCTYPE html>
<html>
<head>
<title>math.js | pretty printing with MathJax</title>
<script src="../../dist/math.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/mathjax/2.3/MathJax.js?config=TeX-AMS-MML_HTMLorMML.js"></script>
<style>
body,
html,
table td,
table th,
input[... |
tests/wpt/mozilla/tests/mozilla/referrer-policy/same-origin/attr-referrer/same-origin/http-http/iframe-tag/same-origin-insecure.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 'same-origin'</title>
<meta name="description" content="Check that cross-origin subres... |
pkg/kubernetes/views/project-body.html | xhad/cockpit | <p ng-if="sharedImages(project()) == 'anonymous'">
<span>
<a ng-click="modifyProject(project())" translate>Project access policy allows anonymous users to pull images.</a> <span translate>Grant additional push or admin access to specific members below.</span>
</span>
</p>
<p ng-if="sharedImages(project(... |
third_party/blink/web_tests/external/wpt/css/css-contain/container-queries/container-type-parsing.html | chromium/chromium | <!doctype html>
<meta charset="utf-8">
<title>CSS Containment Test: Parsing of container-type</title>
<link rel="help" href="https://drafts.csswg.org/css-contain-3/#container-type">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/css/support/parsin... |
static/bower_components/ui-cropper/compile/minified/ui-cropper.css | msumaran/Framework-Codeigniter | ui-cropper{width:100%;display:block}ui-cropper.fixed-height{height:100%;position:relative;overflow:hidden}ui-cropper.fixed-height canvas{display:block;position:absolute;top:50%;left:50%}ui-cropper.full-width{text-align:center}ui-cropper.full-width canvas{display:inline}ui-cropper canvas{outline:0;-webkit-tap-highlight-... |
src/components/Persona/Persona.Presence.Square.Dnd.html | zkoehne/Office-UI-Fabric | <!-- Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. -->
<div class="ms-Persona ms-Persona--square ms-Persona--dnd">
<div class="ms-Persona-imageArea">
<div class="ms-Persona-initials ms-Persona-initials--blue">AL</div>
<i... |
lib/three.js-master/docs/api/renderers/WebGLRenderer.html | TyLindberg/lahacks2017 | <!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>
<h1>[name]</h1>
<div class="desc">
The WebGL renderer displays your beauti... |
wp-content/themes/blankslate/calendar/minified/jquery.ui.accordion.min.css | edudeespinosa/GomezMorin | /*
* jQuery UI Accordion 1.8.9
*
* 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/Accordion#theming
*/
.ui-accordion{width:100%;}.ui-accordion .ui-accordion-header{cursor:pointer;position:... |
ui/vendor/angularjs/1.3.15/docs/partials/api/ng/directive/a.html | KolonyIO/kolony-bin | <a href='https://github.com/angular/angular.js/edit/v1.3.x/src/ng/directive/a.js?message=docs(a)%3A%20describe%20your%20change...#L3' class='improve-docs btn btn-primary'><i class="glyphicon glyphicon-edit"> </i>Improve this Doc</a>
<a href='https://github.com/angular/angular.js/tree/v1.3.15/src/ng/directive/a.... |
src/sentry/templates/sentry/bases/modal.html | jokey2k/sentry | {% extends "sentry/layout.html" %}
{% load i18n %}
{% block bodyclass %}{% endblock %}
{% block wrapperclass %}windowed{% endblock %}
{% block page_header_block %}
<section id="page-header" class="toolbar" style="height:5px;">
</section>
{% endblock %}
{% block main %}
<section class="body">
{% ... |
lib/phaser/docs/src_tilemap_Tilemap.js.html | erbridge/fatal-attraction | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Phaser Source: src/tilemap/Tilemap.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" rel=... |
venv/bin/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__vector__indirect-members.html | NixaSoftware/CVis | <!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>ublas: Member List</title>
<link href="tabs.css" rel="stylesheet" type=... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.