path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
lib/poi-3.17/docs/apidocs/org/apache/poi/util/Units.html | TonyClark/ESL | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<TITLE>
Units (POI API Documentation)
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTi... |
deps/ant/1.9.6/manual/api/org/apache/tools/ant/helper/ProjectHelper2.AntHandler.html | sccblom/vercors | <!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_79) on Mon Jun 29 06:45:45 CEST 2015 -->
<title>ProjectHelper2.AntHandler (Apache Ant API)</title>
<meta name="date" content="2015-06-2... |
layout/reftests/css-placeholder/textarea/placeholder-value-set.html | Yukarumya/Yukarum-Redfoxes | <!DOCTYPE html>
<html class='reftest-wait'>
<link rel='stylesheet' type='text/css' href='style.css'>
<script>
function loadHandler()
{
document.getElementById('t').value = 'bar';
document.getElementById('moz').value = 'foo';
document.documentElement.className = '';
}
</script>
<bod... |
dom/canvas/test/webgl-conf/generated/test_conformance__ogles__GL__faceforward__faceforward_001_to_006.html | Yukarumya/Yukarum-Redfoxes | <!-- GENERATED FILE, DO NOT EDIT -->
<!DOCTYPE HTML>
<html>
<head>
<meta charset='utf-8'/>
<title>
Mochitest wrapper for WebGL Conformance Test Suite tests
</title>
<link rel='stylesheet' type='text/css' href='../iframe-passthrough.css'/>
<script src='/tests/SimpleTest/SimpleTest.js'></scri... |
LayoutTests/fast/backgrounds/repeat/parsing-background-repeat.html | youfoh/webkit-efl | <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
<script src="script-tests/parsing-background-repeat.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
</html>
|
LayoutTests/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A2.4_T1.html | youfoh/webkit-efl | <html>
<head>
<meta charset='utf-8'>
<style>
.pass {
font-weight: bold;
color: green;
}
.fail {
font-weight: bold;
color: red;
}
</style>
<script>
if (window.testRunner)
testRunner.dumpAsText();
function SputnikError(message)
{
this.message = message;
}
SputnikError.prototype.toString = funct... |
LayoutTests/sputnik/Conformance/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Asterisk/S11.5.1_A3_T2.5.html | youfoh/webkit-efl | <html>
<head>
<meta charset='utf-8'>
<style>
.pass {
font-weight: bold;
color: green;
}
.fail {
font-weight: bold;
color: red;
}
</style>
<script>
if (window.testRunner)
testRunner.dumpAsText();
function SputnikError(message)
{
this.message = message;
}
SputnikError.prototype.toString = funct... |
packages/node_modules/@node-red/nodes/locales/zh-TW/common/20-inject.html | mw75/node-red | <!--
Copyright JS Foundation and other contributors, http://js.foundation
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 ... |
Source/com/drew/metadata/iptc/package.html | wswenyue/metadata-extractor | <!--
~ Copyright 2002-2015 Drew Noakes
~
~ 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 ... |
wicket-user-guide/examples/StringResourceModelExample/src/main/java/com/mycompany/HomePage.html | mafulafunk/wicket | <!--
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 "Licens... |
midi-dot-net/Midi/docs/Midi~Midi.Note.Sharp.html | DigitalPlatform/dp2 | <html dir="LTR" xmlns:ndoc="urn:ndoc-schema">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta content="history" name="save" />
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
<title>Note.Sharp Field</title>
<xml>
</xml... |
drum/links/templates/generic/includes/comment.html | yodermk/drum | {% load i18n mezzanine_tags comment_tags rating_tags drum_tags future %}
<ul class="unstyled comment-thread">
{% for comment in comments_for_thread %}
<li id="comment-{{ comment.id }}">
{% if not comment.is_removed and comment.is_public %}
<p class="comment-meta">
<a href="{% url "prof... |
src/packages/default/Draw/main.css | ellis/OS.js-v2 | /*!
* OS.js - JavaScript Operating System
*
* Copyright (c) 2011-2015, Anders Evenrud <andersevenrud@gmail.com>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions o... |
software/cabio-api/system/web/dijit/themes/nihilo/form/Button.css | NCIP/cabio |
.nihilo .dijitButtonNode {
border:1px solid #dedede;
border-bottom:1px solid #dedede;
padding: 0.1em 0.2em 0.2em 0.2em;
background: #fff url("../images/buttonEnabled.png") repeat-x top left;
}
.nihilo .dijitSelect .dijitButtonContents {
border-right: none;
}
.nihilo .dijitButtonText {
text-align... |
media/Web/example03.html | vscharf/Mach7 | <html>
<head>
<meta http-equiv=Content-Type content="text/html; charset=windows-1251">
<meta name=Generator content="Microsoft Word 14 (filtered)">
<style>
<!--
/* Font Definitions */
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
{font-family:Consolas;
panose-1:2 11 6 9... |
LayoutTests/inspector/geolocation-emulation-tests.html | nwjs/blink | <html>
<head>
<script src="../http/tests/inspector/inspector-test.js"></script>
<script>
function serializeGeolocationError(error) {
var result = "Unknown error"
switch (error.code)
{
case error.PERMISSION_DENIED:
result = "Permission denied";
break;
case error.POSIT... |
epydoc-3.0.1/doc/examples/included/inh_example.Animal-class.html | avistous/QSTK | <?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>inh_example.Animal</title>
<link rel="stylesheet" href="epydoc.css" type="text/css" />
<s... |
content/test/data/accessibility/mac/attributes/ax-dom-identifier.html | chromium/chromium | <!--
@SCRIPT:
header.accessibilityAttributeNames.has(AXDOMIdentifier)
header.accessibilityAttributeValue(AXDOMIdentifier)
header.AXChildren[0].accessibilityAttributeNames.has(AXDOMIdentifier)
header.AXChildren[0].accessibilityAttributeValue(AXDOMIdentifier)
-->
<!DOCTYPE html>
<header id="header"><button>button... |
builds/stable/modules/reg-master/price/price.html | dumperize/fm | <div class="price-wr corner corner_bg">
<div class="container">
<div class="row">
<section class="price">
<p class="page-title page-title_landing">Сколько стоит предложение?</p>
<p class="sub-title sub-title_landing">Выберите нужную закладку:</p>
... |
test/css/globals-only/recursion.css | GerHobbelt/less-plugin-functions | recursion {
foo: foo end 50;
bar: bar end 50;
}
|
third-party/src/boost_1_56_0/doc/html/boost_asio/reference/posix__basic_stream_descriptor/read_some/overload2.html | rkq/cxxexp | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_stream_descriptor::read_some (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link ... |
tbb/doc/html/functions_0x62.html | DrPizza/reed-solomon | <!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... |
exercises/light-2/index.html | dannyfritz/shader-school | <!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>shader-school: diffuse light</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div id="container"></div>
<script charset="utf-8" src="/light-2/index.js"></script>
</body>
</html>
|
sdk/api_diff/9/changes/android.media.ExifInterface.html | AzureZhao/android-developer-cn | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<HTML style="overflow:auto;">
<HEAD>
<meta name="generator" content="JDiff v1.1.0">
<!-- Generated by the JDiff Javadoc doclet -->
<!-- (http://www.jdiff.org) -->
<meta name="description" content="JDiff is a Javadoc doclet which ... |
www/api/lib/api/classBasket-members.html | nussland/bbs | <!-- HTML header for doxygen 1.8.5-->
<!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" conte... |
server/assets/diff.html | CortesHub/glsl-sandbox | <!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
<title>GLSL Sandbox Diff</title>
<link rel="stylesheet" type="text/css" href="css/diffview.css"/>
<script type="text/javascript" src="js/difflib.js"></script>
<script type="text/javascript" src="js/... |
builds/stable/modules/other/recommendation/recommendation.html | dumperize/fm | <div class="recommendation-list">
{{#each recommendation}}
<div class="recommendation">
<div class="recommendation__inner">
<div class="recommendation__img-wr">
<img class="recommendation__img" src="{{src}}" alt="{{title}}">
</div>
<div class="recommen... |
public/index.html | mikechriskelly/react-webpack-babel | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>React Webpack Babel App</title>
</head>
<body>
<div id="myApp"></div>
<script src="./bundle.js" type="text/javascript"></script>
</body>
</html>
|
myodd/boost/libs/spirit/doc/html/spirit/qi/reference/auxiliary/lazy.html | FFMG/myoddweb.piger | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Lazy Parser (lazy)</title>
<link rel="stylesheet" href="../../../../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../../../../index.h... |
share/html/online/xvg.html | aar2163/GROMACS | <title>xvgr</title>
<LINK rel=stylesheet href="style.css" type="text/css">
<BODY text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#650065" alink="#FF0000">
<h2>GRACE/XMGR, The ultimate plotting program</h2>
<CENTER><TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 COLS=2 WIDTH="98%">
<TR>
<TD><font size=-1><A HREF="../... |
ezpublish_legacy/extension/eztags/design/standard/stylesheets/tagssuggest.css | imadkaf/aYaville | /* SUGGEST */
div.tagssuggestfieldwrap {float:left; position:relative; width:300px; margin:0 12px 0 0; height:22px; vertical-align:top;}
input.tagssuggestfield {width:100%; margin:0; padding:1px 0; border:1px solid #A5ACB2;}
fieldset input.button-add-tag {margin:0;}
div.jsonSuggestResults {
top:19px;
positi... |
mod/attforblock/lang/he/help/attforblock/studentview.html | selim04/ARCADE | <p align="center"><b>Attendance</b></p>
<p align="left"><strong>Student View</strong></p>
<p align="left">This screen allows you to view the attendance records for a single student. Use the "version for printing" link to print a copy without the tabs and headers displayed on the webpage.</p>
|
tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/meta-referrer/cross-origin/http-http/xhr-request/swap-origin-redirect/insecure-protocol.http.html | nnethercote/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 ... |
tests/wpt/web-platform-tests/referrer-policy/strict-origin/meta-referrer/same-origin/http-http/worker-request/keep-origin-redirect/insecure-protocol.http.html | pyfisch/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 'strict-origin'</title>
<meta name="description" content="Check that non a priori inse... |
modules/openlmis-web/src/main/webapp/public/pages/admin/regimen-template/partials/select-program.html | OpenLMIS/open-lmis | <!--
~ This program is part of the OpenLMIS logistics management information system platform software.
~ Copyright © 2013 VillageReach
~
~ 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 Software Foundation... |
samples/TimePickerSample.html | onecrayon/onyx | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>TimePicker Sample</title>
<!-- -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<!-- -->
<script src="../../../enyo/enyo.js" type="text/javascript"></s... |
pybay/templates/symposion/sponsorship/_vertical_by_level.html | simeonf/pybay | {% load sponsorship_tags %}
{% sponsor_levels as levels %}
<div class="sponsor-list">
{% for level in levels %}
<h3>{{ level.name }}</h3>
{% for sponsor in level.sponsors %}
<div>
{% include "sponsorship/_sponsor_link.html" with sponsor=sponsor %}
</div>
{% endfor %}
{% endfor ... |
vendor/js/esri/arcgis_js_api/library/3.12/3.12compact/esri/dijit/analysis/help/ar/DissolveBoundaries.html | aconyteds/Esri-Ozone-Map-Widget | <!DOCTYPE html>
<html dir="rtl">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<title></title>
<link rel="Stylesheet" href="../css/analysis.css" />
<script type="text/javascript">
function init() {
if (window.location.hash) {
var parentDi... |
test/Bengali/fontdiff-bn-1055.html | googlei18n/noto-source | <html lang="ben">
<p><span style="font-weight:400">র্ৎ</span></p>
</html>
|
third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-container-white-space.html | danakj/chromium | <html>
<!--
This test ensures the correctness of a basic aspect of spatial navigation traversal
routines: focusable elements in scrollable containers (e.g. <div>) should be
accessible, including offscreen content.
* Pre-conditions:
1) DRT support for spatial navivation enable/disable.
* Navi... |
app/views/Application/scaffolding.html | conveyal/gtfs-editor | #{extends 'main.html' /}
#{set title:'Model Scaffolding' /}
#{set 'styles'}
#{stylesheet 'main.css' /}
#{stylesheet 'scaffolding.css' /}
#{/set}
#{set 'scripts'}
<script src="http://cdnjs.cloudflare.com/ajax/libs/datatables/1.9.4/jquery.dataTables.min.js"></script>
#{script 'models.js' /}
#{script 'views/sc... |
apps/blog/views/import/csv.html | jbroadway/elefant-quickstart | <form method="post" enctype="multipart/form-data">
<p>1. {"Upload the CSV file"}:</p>
<p><input type="file" name="import_file" /></p>
<p>
<input type="submit" value="{"Next"}" />
<a href="/blog/admin">{"Cancel"}</a>
</p>
</form>
|
latest/partials/api/material.components.panel/service/$mdPanel.html | angular/code.material.angularjs.org | <div class="doc-content">
<header class="api-profile-header" >
<h2 class="md-display-1" >{{currentDoc.name}} API Documentation</h2>
</header>
<div layout="row" class="api-options-bar with-icon"></div>
<div class="api-profile-description">
<p><code>$mdPanel</code> is a robust, low-level service for cr... |
styles/properties.css | codeforboston/finda | /* Styles for each individual property, as defined in config.json */
.feature-phone_numbers {
font-style: italic;
}
.feature-address {
font-style: italic;
}
.feature-address a { /* directions */
font-style: normal;
}
.feature-organization_name {
font-weight: bold;
font-size: 20px;
}
|
vendor/zend/gdata/documentation/api/core/db_Zend_Gdata_DublinCore_Extension_Subject.html | Laurence11/ProjetSoleil | <html xmlns="http://www.w3.org/1999/xhtml"><head><title>Zend Gdata API Documentation</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta><link rel="stylesheet" href="css/jquery-ui.css" type="text/css"></link><link rel="stylesheet" href="css/docblox/jquery-ui-1.8.16.custom.css" type="text/cs... |
src/phdoc/static/default-templates/default/document.html | lrem/phdoc | {% extends 'base.html' %}
{% block content %}{{ content }}{% endblock %}
|
.themes/Shades-of-gray/gtk-3.0/gtk.css | pharpend/dotfiles | /*******************************************
Name: Shades of gray GTK3 Theme
Based on GNOME Adwaita
Author: WernerFP
License: GPL-3.0+
*******************************************/
@import url("gtk-colors.css");
/******************************************/
/*************** base states **************/
/****... |
ajax/libs/ant-design-pro/2.0.0-beta.4/ant-design-pro.css | sufuf3/cdnjs | /*!
*
* ant-design-pro v2.0.0-beta.4
*
* Copyright 2015-present, Alipay, Inc.
* All rights reserved.
*
*/
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-dup... |
modules/web/src/main/native/Tools/TestWebKitAPI/Tests/WebKit2/geolocationWatchPosition.html | lostdj/Jaklin-OpenJFX | <script>
navigator.geolocation.watchPosition(function() { });
</script>
|
src/slf4j-1.7.25/site/xref-test/org/slf4j/migrator/ProjectConverterTest.html | rickli/Java | <!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>ProjectConverterTest xref</title>
<link type="... |
toolchain/share/doc/gcc-linaro-arm-linux-gnueabihf/html/as.html/MIPS-floating_002dpoint.html | vic3t3chn0/Samsung_Wave_Kernel_SD_NAND | <html lang="en">
<head>
<title>MIPS floating-point - 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="MIPS_002dDependent.html#MIPS_0... |
views/default/tag.html | danisuke0781/instant-press | {{extend 'layout.html'}}
<!-- content -->
<div id="content">
<div id="results-info">{{=T('Articles with tag')}} <strong>'{{=tag}}'</strong> - Page {{=page}} - {{=T('Showing')}} <strong>{{=count_posts}}</strong> {{=T('results')}}</div>
{{ if count_posts>0: }}
{{=XML(xml_posts)}}
{{=XML(xml_pages)}}
{{e... |
test/GoogleDocMassDownload.html | critiqjo/html2text | <HTML>
<HEAD>
<TITLE>
Sandbox</TITLE>
<STYLE type="text/css">
@import url(https://themes.googleusercontent.com/fonts/css?kit=lhDjYqiy3mZ0x6ROQEUoUw);</STYLE>
</HEAD>
<BODY style="width:468pt;background-color:#ffffff;padding:72pt 72pt 72pt 72pt">
<H1 style="padding-left:0;padding-right:0;paddi... |
src/main/resources/doc/ru/html/guide/prop/index.html | lawrancej/logisim | <html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Просчёт значений</title>
</head>
<body bgcolor="FFFFFF">
<h1>Просчёт значений</h1>
<p>Алгоритм Logisim для моделирования прохождения значений через схемы - это не то, о чём вам обычно приходится беспокоиться. Достаточно сказ... |
theme/afterburner/style/afterburner_styles.css | bhaumik25php/ready2study | /*
General Styles
-----------------------*/
body {
margin: 0;
padding: 0;
color:#4b4b4b;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea {
font-family: Helvetica,Arial,sans-serif;
}
a:link,
a:visited {
color: #007EBA;
text-decoration: none;
}
a:hover, a:active {
color: #c30;
text-decoratio... |
dokomoforms/static/ratchet-2.0.2/docs/examples/app-movies/index.html | wesley1001/dokomoforms | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Movie finder</title>
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, minimal-ui">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="blac... |
layout/reftests/bugs/322436-1-ref.html | Yukarumya/Yukarum-Redfoxes | <html>
<head>
</head>
<body>
There should be floating text here! Look at the source!
This text should show up
<!-- using non-breaking spaces here because the box in the testcase
will always wrap (or not) as a complete unit, depending on
font size and window width -->
</body>
</html>
|
openedx/features/enterprise_support/templates/enterprise_support/admin/enrollment_attributes_override.html | eduNEXT/edx-platform | {% extends "admin/base_site.html" %}
{% load i18n static admin_urls %}
{% block extrastyle %}
<link rel="stylesheet" type="text/css" href="{% static 'enterprise/bundles/main-admin.style.css' %}"/>
<link rel="stylesheet" type="text/css" href="{% static 'admin/css/changelists.css' %}"/>
{% endblock %}
{% block extr... |
test/htdocs/libcurl/opts/CURLOPT_GSSAPI_DELEGATION.html | calvinwilliams/fasterxml | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html><head>
<title>CURLOPT_GSSAPI_DELEGATION man page</title>
<meta name="generator" content="roffit">
<STYLE type="text/css">
P.level0 {
padding-left: 2em;
}
P.level1 {
padding-left: 4em;
}
P.level2 {
padding-... |
site/api/hive-storage-api/org/apache/hadoop/hive/ql/io/sarg/class-use/SearchArgument.html | pudidic/orc | <!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_102) on Wed Oct 19 15:34:02 PDT 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Interface org.apach... |
docs/releases/4.1.0/heads/conditional_package.html | psoreide/bnd | <!DOCTYPE html>
<html lang="en" ng-app="jpm">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="/releases/4.1.0/css/style.css" rel="stylesheet" />
<script src="https://code.jquery.com/jque... |
yawdadmin/templates/admin/actions.html | ahmbas/yawd-admin | {% load i18n %}<li class="dropdown action-wrapper">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<i class="icon-bolt"></i><span class="hidden-phone"> {% trans 'Actions' %}</span> <b class="caret"></b>
</a>
<ul class="dropdown-menu">{% for field in action_form %}
... |
third_party/WebKit/LayoutTests/fast/forms/calendar-picker/week-picker-key-operations.html | danakj/chromium | <!DOCTYPE html>
<html>
<head>
<script src="../../../resources/js-test.js"></script>
<script src="../../forms/resources/picker-common.js"></script>
<script src="resources/calendar-picker-common.js"></script>
</head>
<body>
<p id="description"></p>
<div id="console"></div>
<input type=week id=week value="2000-W01">
<scri... |
test/philip.html5.org/tests/index.2d.imageData.create2.html | makc/webgl-2d | <!DOCTYPE html>
<title>Canvas tests - 2d.imageData.create2.*</title>
<link rel="stylesheet" href="../frame.css">
<p><a href="index.html">[index]</a>
<h1><a href="index.2d.html">2d</a>.<a href="index.2d.imageData.html">imageData</a>.create2.*</h1>
<p>
<iframe width="200" height="220" src="framed.2d.imageData.create2.bas... |
src/deps/boost/libs/fusion/doc/html/fusion/support/is_view.html | mxrrow/zaicoin | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>is_view</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="Chapter... |
node_modules/fries/dist/css/holo-dark/forms.css | pwlin/wisconsin | /**
* Fonts
*/
/**
* Colors
*/
/**
* Base
*/
/**
* Buttons
*/
/**
* Dividers
*/
/**
* Typography
*/
/**
* General Bars Styles
*/
/**
* Action Bars
*/
/**
* Tab Bar
*/
/**
* Spinners
*/
/**
* Forms
*/
/**
* Dialogs
*/
/**
* Toasts
*/
form {
width: 100%;
-webkit-box-sizing: border-box;
-mo... |
src/components-examples/material/tabs/tab-group-animations/tab-group-animations-example.html | josephperrott/material2 | <h3>No animation</h3>
<mat-tab-group animationDuration="0ms">
<mat-tab label="First">Content 1</mat-tab>
<mat-tab label="Second">Content 2</mat-tab>
<mat-tab label="Third">Content 3</mat-tab>
</mat-tab-group>
<h3>Very slow animation</h3>
<!-- #docregion slow-animation-duration -->
<mat-tab-group animationDurati... |
docs/old_docs/v2/examples/landing.html | zerin108/furatto | <!DOCTYPE html>
<html class="">
<head>
<meta charset=utf-8 />
<title>Furatto :: Landing</title>
<link rel="stylesheet" href="assets/css/normalize.css" />
<link rel="stylesheet" href="assets/css/furatto.css" />
<link rel="stylesheet" href="assets/css/font-awesome.css" />
<link rel="stylesheet" href="assets/css/docs.css"... |
ajax/libs/mdbootstrap/4.5.5/css/mdb.css | extend1994/cdnjs | /*!
* Material Design for Bootstrap 4
* Version: MDB FREE 4.5.5
*
*
* Copyright: Material Design for Bootstrap
* https://mdbootstrap.com/
*
* Read the license: https://mdbootstrap.com/license/
*
*
* Documentation: https://mdbootstrap.com/
*
* Getting started: https://mdbootstrap.com/getting-started/
*
* ... |
rekall-gui/manuskript/static/components/markdown/markdown.html | dsweet04/rekall | <div ng-controller="MarkdownController">
<div ng-if="node.state == 'edit'" on-alt-enter="renderNode(node)">
<textarea ng-model="node.source" class="shell-textarea" auto-focus scroll-to
split-list ></textarea>
</div>
<div ng-if="node.state != 'edit'"
ng-bind-html="trustedHTMLString"
... |
web/core/modules/system/tests/modules/position_shim_test/css/position.shim.test.css | tobiasbuhrer/tobiasb | body {
overflow-x: hidden;
}
#position-reference-1 {
width: 200px;
height: 200px;
margin: 75px 100px;
border: 1px solid black;
}
.test-tip {
width: 75px;
height: 75px;
border: 1px solid blue;
}
[data-off-canvas-main-canvas] {
min-height: 1200px;
}
|
vendors/extjs/docs/source/Renderable.html | Warlock-developer/practicas | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>The source code</title>
<link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />
<script type="text/javascript" src="../resources/prettify/prettify.js"></script>
<style type="t... |
layout/reftests/bugs/421419-1.html | Yukarumya/Yukarum-Redfoxes | <!DOCTYPE HTML>
<html>
<head>
<style type="text/css">
div {
float: left;
border: medium solid black;
}
</style>
</head>
<body>
<div><span style="padding-right: 10em;"><br>‏</span></div>
</body>
</html> |
layout/reftests/table-background/backgr_simple-table-row.html | Yukarumya/Yukarum-Redfoxes | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Background on 'table-row'</title>
<link rel="next" href="backgr_simple-table-column.html" title="Background Area: Background on 'table-column'">
<link rel="prev" href="backgr_simple-... |
layout/reftests/bugs/349695-1b.html | Yukarumya/Yukarum-Redfoxes | <!DOCTYPE html>
<html>
<body>
<table>
<tr>
<td>First</td>
<form style="display: block">
<td>Second</td>
</form>
</tr>
<tr>
<td>Third</td>
<td>Fourth</td>
</tr>
</table>
</body>
</html>
|
LayoutTests/editing/inserting/5510537.html | youfoh/webkit-efl | <html>
<head>
<style>
blockquote {
color: blue;
border-left: 2px solid blue;
margin: 0px;
padding-left: 10px;
}
</style>
<script>
function log(msg)
{
document.getEl... |
src/main/webapp/static/frontend-jam/static/vendors/avalon/plugin/live/avalon.live.doc.html | GSSBuse/GSSB | <!DOCTYPE html>
<html>
<head>
<title>事件代理绑定</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<script src="../highlight/shCore.js">
</script>
<link type="text/css" rel="stylesheet" href="../style/avalon.doc.css">
</head>
<bod... |
docs/libc/unix/faccessat.v.html | nitro-devs/nitro-game-engine | <!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=fn.faccessat.html">
</head>
<body>
<p>Redirecting to <a href="fn.faccessat.html">fn.faccessat.html</a>...</p>
<script>location.replace("fn.faccessat.html" + location.search + location.hash);</script>
</body>
</html> |
plugins/editorconfig/resources/inspectionDescriptions/EditorConfigPatternEnumerationRedundancy.html | ingokegel/intellij-community | <!-- Copyright 2000-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
<html>
<body>
Reports pattern enumerations that contain only one possible pattern.
</body>
</html>
|
source/api/apidocs-4.6/domain_admin/listIsos.html | pdion891/cloudstack-www | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 1.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="../includes/main.css" type="text/css">
<l... |
chromium/chrome/browser/resources/chromeos/multidevice_internals/notification_form.html | ric2b/Vivaldi-browser | <style include="cr-shared-style shared-style">
:host {
display: flex;
flex: 1 0 100%;
padding: 10px;
width: 100%;
}
:host([is-sent_]:not([user-dismissed_])) #notificationContainer {
background-color: LightGreen;
}
:host(:not([is-sent_])) #notificationContainer {
box-shadow: var(--cr-... |
web/bundles/sunraangular/js/angular/angular-1.2.26/docs/partials/guide.html | viral810/ngSimpleCMS | <a href='https://github.com/angular/angular.js/edit/v1.2.x/docs/content/guide/index.ngdoc?message=docs(guide%2FDeveloper Guide)%3A%20describe%20your%20change...' class='improve-docs btn btn-primary'><i class="glyphicon glyphicon-edit"> </i>Improve this Doc</a>
<h1 id="guide-to-angularjs-documentation">Guide to A... |
widgets/AddLayer/setting/BasemapEdit.html | cmccullough2/cmv-wab-widgets | <div style="width:100%;padding-bottom:10px;">
<div class="error-message-div" data-dojo-attach-point="errorMessage"></div>
<table class="input-table" cellspacing="0">
<tbody>
<tr>
<td colspan="2">
<table style="width:100%;" cellspacing="0">
<tr>
<td style="width:... |
npminstall/ink-docstrap/themes/spacelab/bussable_.html | guoguogis/ng-nice | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>DocStrap Module: mixins/bussable</title>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
<link type="text/css" r... |
thirdparty/arduino/reference/www.arduino.cc/en/Reference/StringGetBytes.html | Open-farm/openfarm-core-avr | <!DOCTYPE html>
<!--html5-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<!-- Mirrored from www.arduino.cc/en/Reference/StringGetBytes by HTTrack Website Copier/3.x [XR&CO'2010], Mon, 26 Oct 2015 14:07:49 GMT -->
<!-- Added... |
src/l4/pkg/libstdc++-v3/contrib/libstdc++-v3-4.4/doc/html/manual/ext_algorithms.html | MicroTrustRepos/microkernel | <?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>Chapter 35. Algori... |
libraries/toxiclibs_p5/docs/toxi/processing/package-use.html | DomNomNom/PixelJam2013 | <!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_22) on Mon Jan 03 13:11:06 GMT 2011 -->
<TITLE>
Uses of Package toxi.processing
</TITLE>
<META NAME="date" CONTENT="2011-01-03">
<LINK REL ="styles... |
DataSketchServerUpload/DataSketchWeb/DataSketch.Web/obj/Release/Package/PackageTmp/DataSketchApp3/cslib/modules/datasketch/tools/trash/style.css | CalCoRE/DataSketch | .trash {
background: url("icons/trash.png") center center no-repeat;
background-size: 35px; }
/*# sourceMappingURL=../../../../maps/modules/datasketch/tools/trash/style.css.map */
|
ux/gxp/git/tests/script/widgets/tips/SliderTip.html | nieuwegeingeo/heron | <!DOCTYPE html>
<html debug="true">
<head>
<script src="http://extjs.cachefly.net/ext-3.4.0/adapter/ext/ext-base.js"></script>
<script src="http://extjs.cachefly.net/ext-3.4.0/ext-all-debug.js"></script>
<script type="text/javascript" src="../../../../externals/openlayers/lib/OpenLayers.js"></script>
... |
tests/wpt/web-platform-tests/css/vendor-imports/mozilla/mozilla-central-reftests/shapes1/shape-outside-border-box-border-radius-007.html | DominoTree/servo | <!DOCTYPE html>
<!-- Any copyright is dedicated to the Public Domain.
- http://creativecommons.org/publicdomain/zero/1.0/ -->
<html>
<meta charset="utf-8">
<title>CSS Shape Test: vertical-lr, float left, border-box, border-bottom-right-radius</title>
<link rel="author" title="Ting-Yu Lin" href="mailto:tlin@mo... |
vendor/packages/django-threadedcomments/examples/example2/exampleblog/templates/exampleblog/comment_partial.html | mastizada/kuma | {% load threadedcommentstags %}
{% load voting_tags %}
{% auto_transform_markup comment as marked_up %}
<div class="comment depth-{{ depth }}" id="c{{ comment.id }}">
<p class="poster">Posted by <span class="un">{{ comment.user.username }}</span></p>
<p class="date">on <span class="datebld">{{ comment.date_subm... |
web/dependencies/external/angular-1.6.4/docs/examples/example-ng-mouseover/index-production.html | HiOA-ABI/nikita-noark5-core | <!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example - example-ng-mouseover-production</title>
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.6.4/angular.min.js"></script>
</head>
<body ng-app="">
<button ng-mouseover="count = count + 1" ng-init="count=0">
Increme... |
application/admin/view/template/recyclebin.html | VJzhou/JD2 | {extend name="admin@template/base" /}
{block name="content"}
<div class="page-container">
{include file='form' /}
<div class="cl pd-5 bg-1 bk-gray">
<span class="l">
{tp:menu menu='recycle,deleteForever,clear' /}
</span>
<span class="r pt-5 pr-5">
共有数据 :<strong>{$... |
sample/noise/lib/MpegAudioSPI1.9.4/doc/deprecated-list.html | billy93/forplay | <!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_04) on Wed Nov 02 23:18:02 CET 2005 -->
<TITLE>
Deprecated List
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TI... |
content/test/data/csp_sandboxed_frame.html | chromium/chromium | <html>
<title>sandboxed_frames</title>
<head></head>
<body>
<iframe id="child-1" src="title1.html"></iframe>
<iframe id="child-2" sandbox></iframe>
</body>
</html>
|
third_party/blink/web_tests/compositing/child-transform-layer-with-foreground-layer-expected.html | nwjs/chromium.src | <!DOCTYPE HTML>
<div style="width: 100px; height: 100px; opacity: 0.8; -webkit-box-shadow: 0px 0px 5px 5px #fff;">
<div style="position: relative; z-index: -1; width: 10px; height: 10px; background: blue"></div>
<div style="width: 40px; height: 40px; background: orange;"></div>
<div style="width: 40px; height: 40... |
wagtail/locales/templates/wagtaillocales/edit.html | kaedroho/wagtail | {% extends "wagtailadmin/generic/edit.html" %}
{% load i18n %}
{% block before_form %}
{% if not locale.language_code_is_valid %}
<p class="help-block help-warning">
{% trans "This locale's current language code is not supported. Please choose a new language or delete this locale." %}
<... |
third_party/blink/web_tests/http/tests/fetch/serviceworker/response-content.html | chromium/chromium | <!doctype html>
<head>
<meta name="timeout" content="long"></meta>
<script src = "/resources/get-host-info.js?pipe=sub"></script>
<script src = "/resources/testharness.js"></script>
<script src = "/resources/testharnessreport.js"></script>
<script src = "/fetch/resources/fetch-test-options.js"></script>
<script src = "... |
third_party/blink/web_tests/editing/selection/extend/extend_selection_16_rtl_right_character.html | scheib/chromium | <!doctype html>
<script src="../../../resources/testharness.js"></script>
<script src="../../../resources/testharnessreport.js"></script>
<script src="../../assert_selection.js"></script>
<script>
selection_test(
'<div contenteditable dir="rtl">|car means \u05D0\u05D1\u05D2.</div>',
selection => selection.modify('e... |
third_party/blink/web_tests/fast/canvas/canvas-gpu-consistency.html | scheib/chromium | <!DOCTYPE html>
<canvas id="canvas" width="300" height="300"></canvas>
<script>
// Testing that getImageData does NOT unaccelerate the canvas
var canvas = document.getElementById('canvas');
var ctx = canvas.getContext('2d', { willReadFrequently: false });
var img = document.createElement('IMG');
img.onload = function ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.