path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
third_party/WebKit/LayoutTests/editing/style/toggle-style-bold-italic-mixed-editability.html | js0701/chromium-crosswalk | <!DOCTYPE html>
<html>
<body>
<p id="description">This tests bold/italic style toggling for a content with mixed editability</p>
<div contenteditable id="root">
<div id="test">
Editable <span contenteditable=false>Non-editable</span> Editable
</div>
</div>
<script src=../editing.js language="JavaScript" type="text/Java... |
third_party/WebKit/LayoutTests/fast/images/image-click-scale-restore-zoomed-image.html | js0701/chromium-crosswalk | <!DOCTYPE html>
<script>
var clicked = false;
var count = 0;
var requestId = 0;
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.setCanOpenWindows();
testRunner.waitUntilDone();
}
function log(message)
{
var console = document.getElementById("console");
console.appendChild(document.cr... |
src/aui-widget/tests/unit/aui-widget-cssclass-tests.html | zsagia/alloy-ui | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>AUI WidgetCssClass Unit Tests</title>
<link rel="stylesheet" href="../../../../build/aui-css/css/bootstrap.css">
<script src="../../../../build/aui/aui.js"></script>
<script src="js/au... |
third_party/WebKit/LayoutTests/fast/gradients/unprefixed-radial-gradients3.html | js0701/chromium-crosswalk | <!DOCTYPE html>
<html>
<head>
<style>
.box {
display: inline-block;
height: 200px;
width: 250px;
margin: 10px;
border: 1px solid black;
background-repeat: no-repeat;
}
.gradient1 {
background-image: radial-gradient(50% 50% at center, black, white);
}
/*... |
api/master/Thelia/Coupon/Type/RemoveAmountOnAttributeValues.html | InformatiqueProg/thelia.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>Thelia\Coupon\Type\RemoveAmountOnAttributeValues | </title>
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css">
... |
third_party/WebKit/LayoutTests/fast/css-intrinsic-dimensions/height-positioned.html | js0701/chromium-crosswalk | <!DOCTYPE html>
<!--
All divs here should shrinkwrap to fit their content, except for fill-available
-->
<style>
@import "resources/height-keyword-classes.css";
body * {
border: 2px solid red;
padding: 5px;
clear: both;
}
.container {
height: 400px;
border-color: blue;
... |
tos-laimas-compass-win32-x64/resources/app/node_modules/closure-util/.deps/library/b06c979ecae7d78dd1ac4f7b09adec643baac308/closure/goog/date/duration_test.html | LeoLombardi/tos-laimas-compass | <!DOCTYPE html>
<!--
-->
<html>
<!--
Copyright 2013 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>
Te... |
third_party/WebKit/LayoutTests/fast/css/zoom-font-size.html | wuhengzhi/chromium-crosswalk | <body style="font-size:16px">
All text below should be 32px tall.
<div style="zoom:200%">This text should be 32px tall.</div>
<div style="font-size:32px; zoom:reset">This text should be 32px tall.</div>
<div style="zoom:50%;font-size:64px">This text should be 32px tall.</div>
<div style="font-size:4px; zoom:400%; fon... |
third/glfw-3.1.1/docs/html/search/groups_8.html | e-biz/arpi-gl | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html><head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta name="generator" content="Doxygen 1.8.6">
<link rel="stylesheet" type="text/css" href="search.c... |
vendor/bower/admin-lte/pages/layout/collapsed-sidebar.html | Conectivo/expedientes_batallon_mil_ve | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>AdminLTE 2 | Collapsed Sidebar Layout</title>
<!-- Tell the browser to be responsive to screen width -->
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name... |
examples/broker/facebook-authentication/src/main/webapp/index.html | keycloak/keycloak | <!doctype html>
<!--
~ Copyright 2016 Red Hat, Inc. and/or its affiliates
~ and other contributors as indicated by the @author tags.
~
~ 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 a... |
src/main/twirl/issues/milestones/list.scala.html | denen99/gitbucket | @(state: String,
milestones: List[(model.Milestone, Int, Int)],
repository: service.RepositoryService.RepositoryInfo,
hasWritePermission: Boolean)(implicit context: app.Context)
@import context._
@import view.helpers._
@html.main(s"Milestones - ${repository.owner}/${repository.name}"){
@html.header("issues", re... |
third_party/blink/web_tests/fast/css/color-correction-untagged-images.html | scheib/chromium | <html>
<style>
.purple {
border: solid 20px #560063;
float: left;
}
</style>
<body>
<p>The two squares below should not match each other. On the left is an uncorrected image and border, and on the right is the same image and same border color corrected from sRGB.</p>
<img src="resources/purple-noprofile.png" c... |
wishlist/wishlist/app/layout/widgetheader.html | evallesv/ng-wishlist | <div class="page-title pull-left">{{title}}</div>
<small class="page-title-subtle" data-ng-show="subtitle">({{subtitle}})</small>
<div class="widget-icons pull-right" data-ng-if="allowCollapse">
<a data-cc-widget-minimize></a>
</div>
<small class="pull-right page-title-subtle" data-ng-show="rightText">{{rightText}... |
api/master/Thelia/Core/Event/UpdatePositionEvent.html | Mertiozys/thelia.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>Thelia\Core\Event\UpdatePositionEvent | </title>
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css">
... |
spritebuilder/Make10Plus.spritebuilder/Source/libs/cocos2d-iphone/api-docs/org.cocos2d.Cocos2D.docset/Contents/Resources/Documents/Classes/CCNodeGradient.html | bsiegal/Make10Plus | <!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="html/html; charset=utf-8" />
<title>CCNodeGradient Class Reference</title>
<meta id="xcode-display" name="xcode-display" content="render"/>
<link rel="stylesheet" type="text/css" href="../css/styles.css" media="all" />
<link rel="styleshe... |
tests/ref/text_shadow_blur_a.html | aidanhs/servo | <!DOCTYPE html>
<html>
<head>
<!-- Tests that `text-shadow` mirrors `box-shadow` in the way that it blurs. -->
<link rel="stylesheet" type="text/css" href="css/ahem.css">
<style>
html, body {
margin: 0;
color: red;
text-shadow: blue 10px 10px 5px;
}
</style>
</head>
<body>X</body>
</html>
|
tests/wpt/web-platform-tests/css/css-regions/interactivity/hit-testing/overflow-and-events-002.html | anthgur/servo | <!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>CSS Regions: JavaScript event handlers for elements in a region's scroll overflow</title>
<link rel="author" title="Mihai Balan" href="mailto:mibalan@adobe.com">
<link rel="help" href="http://www.w3.org/TR/css3-regions/#the-flow-into-property">
... |
docs/Phaser.Ellipse.html | andrelavru/Resource_phaser | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Phaser Class: Ellipse</title>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/default.css">
<link type="text/css" rel="stylesheet" hre... |
docs/src_pixi_renderers_webgl_utils_WebGLMaskManager.js.html | dakside/phaser | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Phaser Source: src/pixi/renderers/webgl/utils/WebGLMaskManager.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">
... |
src/chrome/test/data/chromedriver/page_test.html | plxaye/chromium | <html>
<head>
<title>page test</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
<a id="link" target="_blank" href="empty.html">Link to empty.html</a>
</body>
</html>
|
third_party/blink/web_tests/css3/selectors3/html/css3-modsel-151.html | chromium/chromium | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>:empty pseudo-class and whitespace</title>
<style type="text/css">
address { background: lime; margin: 0; height: 1em; }
address:empty { background: red; }
.text { margin: -1em 0 0 0; }
</style>
<link rel="first" href="css3-modsel-1.html"... |
tests/ref/max_width_simple_a.html | hyowon/servo | <html>
<head>
<style>
#first {
position: relative;
width: 100px;
height: 100px;
border: solid 1px;
}
#block {
height: 50px;
width: 50%;
max-width: 40px;
background: green;
}
</style>
</head>
<body>
<div id="first">
<div id="... |
win32/vlc-3.0.0-git/lua/http/mobile_view.html | inTact700/VLCHotkey | <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - >
< mobile_view.html: VLC media player web interface - VLM
< - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - >
< Copyright (C) 2005-2014 VLC authors and VideoLAN
< $Id$
<
< Authors: Brandon Brooks <bwbrooks -at- archma... |
tests/wpt/mozilla/tests/mozilla/remove_style_styles_ref.html | totallybradical/temp_servo2 | <!doctype html>
<meta charset="utf-8">
<body>
This text should be black and the background should not be red.
</body>
|
web/core/themes/stable/css/system/system.maintenance.css | sunlight25/d8 | /**
* Update styles
*/
.update-results {
margin-top: 3em;
padding: 0.25em;
border: 1px solid #ccc;
background: #eee;
font-size: smaller;
}
.update-results h2 {
margin-top: 0.25em;
}
.update-results h4 {
margin-bottom: 0.25em;
}
.update-results .none {
color: #888;
font-style: italic;
}
.update-resul... |
www/appframework/partials/touch.html | quasoft/qbedict-mobile |
<script>
$(document).ready(function(){
$("#taptest").bind("tap",function(){
alert("I was tapped");
})
$("#singletaptest").bind("singleTap",function(){
alert("I was single tapped");
})
$("#longtaptest").bind("longTap",function(){
alert("I was a long tap");
})
$("#doub... |
tests/wpt/web-platform-tests/referrer-policy/strict-origin-when-cross-origin/meta-referrer/same-origin/http-http/fetch-request/same-insecure.no-redirect.http.html | shinglyu/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-when-cross-origin'</title>
<meta name="description" content="Check that... |
third_party/blink/web_tests/external/wpt/css/css-variables/variable-declaration-45.html | chromium/chromium | <!--
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/
-->
<!DOCTYPE html>
<title>CSS Test: Test declaring a variable whose value is "inherit" where there is a variable to inherit from.</title>
<link rel="author" title="Cameron McCormack" href="mailto:cam@mcc.i... |
第2组 刘成军/高姗/第二周作业/public/Font-Awesome-master/Font-Awesome-master/src/3.2.1/icon/sun/index.html | zhufengnodejs/201602node_homework | <!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!-->
<html lang="en" xmlns="http://www.w3.org/1999/html"> <!--<![endif]-->
<head>
<!-- Basic... |
web/wiki/lib/tpl/bootstrap3/assets/bootswatch/cosmo/bootstrap.css | MinecraftSnowServer/Server-Docker | @import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700");
/*!
* bootswatch v3.3.6
* Homepage: http://bootswatch.com
* Copyright 2012-2015 Thomas Park
* Licensed under MIT
* Based on Bootstrap
*/
/*!
* Bootstrap v3.3.6 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Lice... |
simplerestdb/webapp/templates/404.html | ahampt/simpleRESTDB | 404 NOT FOUND
|
subtitle_play/static/js/components/container.css | theburn/subtitle_play | /*!
* # Semantic UI 2.1.3 - Container
* http://github.com/semantic-org/semantic-ui/
*
*
* Copyright 2015 Contributors
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
/*******************************
Container
*******************************/
/* All Sizes */
.ui.contai... |
xataface/lib/tiny_mce/plugins/paste/css/pasteword.css | idoxlr8/HVAC | .sourceIframe {
border: 1px solid #808080;
}
|
tests/wpt/web-platform-tests/webgl/conformance-1.0.3/conformance/glsl/implicit/equal_int_float.vert.html | shinglyu/servo | <!--
/*
** 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, including
** without limitation the rights to use, copy, ... |
wp-content/themes/symetrio-theme/node_modules/gulp-sass/node_modules/node-sass/test/fixtures/spec/spec/basic/53_escaped_quotes/expected_output.css | studiochakra/teamlinkmuaythai.com | [data-icon='test-1']:before {
content: '\\'; }
[data-icon='test-2']:before {
content: '\''; }
[data-icon='test-3']:before {
content: "\""; }
[data-icon='test-4']:before {
content: '\\'; }
[data-icon='test-5']:before {
content: '\''; }
[data-icon='test-6']:before {
content: "\""; }
.\E9motion {
blah:... |
www/static/in/css/plugins/blueimp/css/blueimp-gallery-video.css | lumin824/tax | @charset "UTF-8";
/*
* blueimp Gallery Video Factory CSS 1.3.0
* https://github.com/blueimp/Gallery
*
* Copyright 2013, Sebastian Tschan
* https://blueimp.net
*
* Licensed under the MIT license:
* http://www.opensource.org/licenses/MIT
*/
.blueimp-gallery > .slides > .slide > .video-content > img {
position... |
third_party/blink/web_tests/external/wpt/html/rendering/non-replaced-elements/tables/table-cell-width-s.html | nwjs/chromium.src | <!doctype html>
<link rel="match" href="table-cell-width-ref.html">
<style>
body {
margin: 0;
}
table {
width: 400px;
border-collapse: collapse;
}
th {
font-weight: normal;
text-align: left;
}
td, th {
padding: 0;
}
td:first-child, th:first-child {
background-color: red;
}
</style>
<!-- width=0 shoul... |
tmp/install_4f31d69ae5bd9/administrator/help/en-GB/Components_Banners_Clients.html | SuperFamousGuy/AdLib | <!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" lang="en_GB" xml:lang="en_GB">
<head>
<title>COM_ADMIN_HELP_COMPONENTS_BANNERS_CLIENTS</title>
<link href="css/help.css" rel="stylesheet" type="text/css" /... |
third_party/web_platform_tests/conformance-checkers/html/elements/track/src/scheme-https-no-slash-novalid.html | youtube/cobalt | <!DOCTYPE html>
<meta charset=utf-8>
<title>invalid src: scheme-https-no-slash</title>
<video><track src="https:example.com/"></video>
|
client/src/app/modules/transactions/components/transaction-list/transaction-list.component.html | nirgn975/Expenses | <div *ngFor="let transaction of transaction$ | async">
<exp-transaction [transaction]="transaction"></exp-transaction>
</div>
<button md-fab>
<md-icon class="md-24">add</md-icon>
</button>
|
public/index.html | frensley/cartochet | <!DOCTYPE html>
<html>
<head>
<title>Cartochet</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="bower_components/underscore/underscore-min.js"></script>
<script src="bower_components/jquery/dist/jquery.min.js"></script>
<script ... |
src/modules/user-module/views/sign-up.html | fortesl/thestore | <!-- signup form -->
<div class="st-sign-up-view">
<h1 ng-bind="userCtrl.labels.signUp()"></h1>
<form class="st-form" name="signupForm" ng-submit="signupForm.$valid && userCtrl.add()" novalidate>
<fieldset class="form-group">
<legend>{{userCtrl.labels.username()}}</legend>
<div c... |
_posts/2014-01-06-lca2014-day1.html | delan/www.azabani.com | ---
layout: default
_class: blogv0
title: linux.conf.au 2014, day 1: a torrent of knowledge
date: 2014-01-06 23:00:00 +0800
tags: attic
---
<p>The first day of my first technical conference has been one of the most truly
humbling and illuminating experiences I've had. It's rather late and I'll need
sleep very soon... |
clean/Linux-x86_64-4.10.1-2.0.6/released/8.12.0/random/8.10.0.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>random: Not compatible</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" re... |
clean/Linux-x86_64-4.05.0-2.0.1/released/8.11.2/goedel/8.7.0.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>goedel: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css"... |
target/apidocs/uk/co/jemos/podam/common/PodamStrategyValue.html | Vignesh4vi/podam | <!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_144) on Fri Oct 20 17:39:25 IST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>PodamStrategyValue (podam 7... |
public/Windows 10 x64 (19041.208) 2004/_POP_COMPONENT_POWER_PROFILE.html | epikcraw/ggool | <html><body>
<h4>Windows 10 x64 (19041.208) 2004</h4><br>
<h2>_POP_COMPONENT_POWER_PROFILE</h2>
<font face="arial"> +0x000 ComponentGuid : <a href="./_GUID.html">_GUID</a><br>
+0x010 Device : Ptr64 <a href="./_POP_DEVICE_POWER_PROFILE.html">_POP_DEVICE_POWER_PROFILE</a><br>
+0x018 FxCount ... |
vendor/Docs/classIndiffCurve-members.html | olga-perederieieva/TAsK | <!-- HTML header for doxygen 1.8.8-->
<!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="X-UA-Compatible" content="IE=edge">
<!-- For Mobile Devices -->
... |
src/main/webapp/app/index.html | manhnt217/jersey-angular | <!doctype html><html lang="en"><head><meta charset="utf-8"><title>Facade Portal</title><!-- <base href="/"> --><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" type="image/x-icon" href="favicon.ico"><link href="styles.1c2009f8934e07c79727.bundle.css" rel="stylesheet"/></head><body><ap... |
goodies/vote/105_spanish_results.html | RiiConnect24/Site | ---
title: Everybody Votes Channel - Spain Spanish Results
---
<div class="section no-pad-bot">
<div class="container">
<br><br>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/2.8.0/css/flag-icon.min.css" />
<h1 class="header center white-text"><i class="fas fa-comments" a... |
src/main/resources/static/app/components/historico-clinico/listagem/view.html | douglasouza/clinicaMed | <barra-navegacao></barra-navegacao>
<h1>Histórico Cliníco de Pacientes</h1>
<hr>
<mensagem-erro></mensagem-erro>
<div class="row">
<div class="col-md-12 form-group">
<label for="nomePaciente">Paciente</label>
<select id="nomePaciente" name="nomePaciente" class="form-control" ng-model="idPaciente"... |
abel/32_computational_geometry/code/lights.html | onexi/onexi.github.io | <!doctype html>
<head>
<title>properties with arrays</title>
<meta charset="utf-8"/>
<link rel=stylesheet href="../../codemirror/docs.css">
<link rel="stylesheet" href="../../codemirror/codemirror.css">
<script src="../../codemirror/codemirror.js"></script>
<script src="../../codemirror/javascript.js"></scr... |
browse-songs-by-year.html | davidpots/playsongnotes | ---
layout: page
title: Full Song Lessons (by year) - Learn to play guitar like your favorite artists, with step by step song lessons - Song Notes by David Pots
permalink: /songs/by-year
---
<h1>Video Lessons</h1>
<p>Here's a directory of all my 350+ video lessons, separated by category. You can also <a href="/search"... |
html/pdf/W29892.pdf.html | datamade/elpc_bakken | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
<HTML>
<HEAD>
<TITLE>Form1H.xls</TITLE>
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<META name="generator" content="pdftohtml 0.40">
<META name="author" content="theilman">
<META name="date... |
blog-mining/hilary_mason_data/hilary_mason_data-2008/hilary_mason_data-2008-01-28-How_to_Control_Second_Life_with_a_Wii-mote_(on_a_Macbook_Pro).html | makerhacker/makerhacker.github.io | <!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>15 hilary mason data-2008-01-28-How to Control Second Life with a Wii-mote (on a Macbook Pro)</title>
</head>
<body>
<p><a title="hilary_mason_data" href="../hilary_mason_data_home.html">hilary_mason_data</a> <a title="hilary_mason_data-2008" href="../home/hila... |
app/views/local-type-OptionB.html | paulpod/dartcharge | {{<govuk_template}}
{{$head}}
{{>includes/elements_head}}
<script type="text/javascript" src="/public/javascripts/jquery-1.11.0.min.js"></script>
<script type="text/javascript" src="/public/javascripts/application.js"></script>
{{/head}}
{{$propositionHeader}}
{{>i... |
chendian/templates/qq/analysis/group_by_qq.html | mozillazg/chendian-plus | {% extends "base.html" %}
{% load extra_tags %}
{% block title %}打卡天数 - {{ block.super }} {% endblock title %}
{% block extra_head %}
<meta name="url-list" content="{% url "api:qq:checkin_list" %}">
{% endblock extra_head %}
{% block content %}
<h2>打卡天数</h2>
{% include "qq/filter_form.html" %}
{% include "p... |
test/manual-test-narrow-regions.html | matatk/landmarks | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Narrow regions and side-scrolling test</title>
<style>
html, body {
height: 100%;
margin: 0;
padding: 0;
}
header, nav, main, aside, footer {
border: 2px solid black;
margin-top: 0.5em;
padding: 0.5em;
}
.container {
display: flex;
}
... |
docs/news/third-copy/index.html | haydex/nexuslab | <!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta http-equiv="content-type" content="t... |
app/templates/results.html | Maronato/votaunicamp |
{% extends "base.html" %}
{% load staticfiles %}
{% block content %}
<div class="jumbotron text-center">
<div class="container">
<h1>Resultados parciais</h1>
<p>Sobre a pauta Piquetes e Ocupações</p>
<a type="button" class="btn btn-lg btn-danger" href="/"><span class="glyphicon glyphicon-... |
app/views/issuev2.html | steven-borthwick/agent-prototype |
{% extends "layout.html" %}
{% block page_title %}
Agent view - Pension forecast
{% endblock %}
{% block content %}
<main id="content" role="main">
<div class="grid-row">
<div class="column-menu">
<ul class="main-nav-notactive">
<li id="home-notactive"><a href="start">Search</a></li>
<!--... |
templates/fullscreen_banner-templ/style.css | UoG-Libraries/Adshow | .fullscreen-banner-template {
font-family: Arial, sans-serif;
}
.fullscreen-banner-template .fullscreen {
width: 100%;
height: 100%;
}
.fullscreen-banner-template .fullscreen img {
display: block;
margin: 0 auto;
height: 100vh;
width: 100vw;
}
.fullscreen-banner-template .banner {
pos... |
src/components/Slider/Slider.css | kvartborg/hueify | input[type=range] {
-webkit-appearance: none;
width: 100%;
background: transparent;
}
input[type=range]::-webkit-slider-thumb {
-webkit-appearance: none;
}
input[type=range]:focus {
outline: none;
}
input[type=range]::-webkit-slider-thumb {
-webkit-appearance: none;
height: 18px;
width: 18px;
borde... |
templates/posts/cyanogenmod.html | fernandomv3/personal-blog | {% extends "post.html" %}
{% block title %} {{current_page["title"]}} {% endblock %}
{% block post_title %} {{current_page["title"]}} {% endblock %}
{% block author_link %} <a class="post-link" href="/about.html#fernandomv3">fernandomv3</a> {% endblock %}
{% block post_content %}
<p class="center"><img src="{{current_p... |
src/resources/assets/css/jquery.tagsinput.css | trungtnm/backend | div.tagsinput { border:1px solid #CCC; background: #FFF; padding:5px; width:300px; height:100px; overflow-y: auto;}
div.tagsinput span.tag { border: 1px solid #a5d24a; -moz-border-radius:2px; -webkit-border-radius:2px; display: block; float: left; padding: 5px; text-decoration:none; background: #cde69c; color: #638421... |
_includes/_scripts.html | javierburongarcia/javierburongarcia.github.com | <meta charset='UTF-8'/>
<meta name='robots' content='index'/>
<link rel='stylesheet' href='/css/screen.css' type='text/css'/>
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!--[if lt IE 8]>
<link rel='stylesheet' href='/css/ie.css' type='text/css'/>
<![endif]... |
docs/index.html | Kaptard/genesis | <!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
<title>Genesis - Help</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link rel='stylesheet' href='//cdn.jsdelivr.net/font-hack/2.020/css/hack.min.css'>
<link rel="shortcut i... |
bootstrap/2.3.2/print/css/bootstrap-print.min.css | michaelbushe/shrine-bower | /*!
* Bootstrap v3.0.0
*
* Copyright 2013 Twitter, Inc
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
*/
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary... |
Rust/share/doc/rust/html/core/iter/type.Iterate.html | ArcherSys/ArcherSys | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `Iterate` type in crate `core`.">
<meta name="keywords" con... |
src/app/regions/region.component.html | foxjazz/evemonkey | <h1>{{title}}</h1>
<h2> Please select a region </h2>
<div class="error" *ngIf="errorMessage">{{errorMessage}}</div>
<div class="row">
<div class="col-xs-3">
<!-- <ul class=heroes>
<li *ngFor="let System of avSystems">
{{ System.location.name }}
... |
lib/assets/css/css_compiled/@{photonImagePath}plugins/elrte/images/photon/css/css_compiled/js/plugins/prettify/js/plugins/prettify/prettify.js.html | user-tony/photon-rails | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Login Page - Photon Admin Panel Theme</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
<link rel="shortcut icon" href="http://photonui.orangehilldev.com/css/css_comp... |
author/pokev25/index.html | pokev25/pokev25.github.io | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>dummy - Page 1 - my github pages</title>
<meta name="description" content="" />
<meta name="HandheldFriendly" content="True" />
<meta name="viewport" content="width=device-widt... |
18463-85-9.txt.html | andrewdefries/Ames_ToxBenchmark | <html><img border=0 src=18463-85-9.txt alt=18463-85-9.txt></img><body>
"x"
"1" "KAZIUS, J, MCGUIRE, R AND BURSI, R. DERIVATION AND VALIDATION OF TOXICOPHORES FOR MUTAGENICITY PREDICTION. J. MED. CHEM. 48: 312-320, 2005"
</body></html>
|
app/views/casework/includes/case-card.html | chris-hanson-hoddat/spon-pre-licence | <div class="card">
<div class="card__checkbox">
<div class="multiple-choice">
<input id="case{{urn}}" type="checkbox" name="case" value="{{urn}}">
<label for="case{{urn}}"> </label>
</div>
</div>
<div class="card__content">
<div class="card__head">
<h2 class="font-xsmall float... |
Figure4/Tox21_PCIDs/PCID_5921.html | andrewdefries/ToxCast | https://pubchem.ncbi.nlm.nih.gov/summary/summary.cgi?cid=5921
|
index.html | FarYoung/faryoung.github.io | <!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>Faryoung.GitHub.io by FarYoung</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='https://fonts.goo... |
_posts/_site/2016-12-01-thanks-and-giveaway.html | prynth/prynth.github.io | <p>Thank you all for the amazing enthusiasm from makers and media. Maybe we are off to something really good!</p>
<p>To celebrate Prynth’s launch we are giving away 3 sets of PCB boards. To participate all you need to do is write a short description about the synth you want create and post or PM it through our <a href... |
html/123456015509.html | GoC-Spending/data-corporations |
<!DOCTYPE html>
<!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="en" dir="ltr">
<!--<![endif]-->
<!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open... |
client/components/navbar/navbar.html | faxg/jazoon2014-session-198 | <div class="navbar navbar-default navbar-static-top" ng-controller="NavbarCtrl">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle" type="button" ng-click="isCollapsed = !isCollapsed">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span... |
partials/battery-3.html | sascha53/Font-Awesome-SVG-PNG | {{- $id := "battery-3" -}}
{{- $name := add "icon-" $id -}}
{{- if not (.Scratch.Get $name) -}}
{{- .Scratch.Set $name true -}}
<svg class="clip" xmlns="http://www.w3.org/2000/svg" width="0" height="0">
<defs>
<svg viewBox="0 0 2304 1792" xmlns="http://www.w3.org/2000/svg" id="{{ $id }}" fill="currentcolor"><path d="M2... |
src/Viteloge/CoreBundle/Resources/descriptions/76710.html | donaldinou/frontend | <div class="commune_descr limited">
<p>
Trémauville est
un village
localisé dans le département de Seine-Maritime en Haute-Normandie. Elle comptait 91 habitants en 2008.</p>
<p>Le nombre d'habitations, à Trémauville, était réparti en 2011 en zero appartements et 50 maisons soit
un marché plutôt équilib... |
_layouts/layout.html | gazreese/gazreese.github.io | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>{{ site.title }}</title>
<meta name="description" content="{{ site.name }}'s Résumé">
<meta name="author" content="{{ site.name }} @{{ site.twitter }}">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">... |
3b95d88/html/structv8_1_1internal_1_1_smi_tagging_3_014_01_4-members.html | v8-dox/v8-dox.github.io | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" con... |
conditional/templates/spring_evals.html | ComputerScienceHouse/conditional | {% extends "nav_protected.html" %}
{% block title %}
Membership Evaluations
{% endblock %}
{% block body %}
<div class="container main">
<div class="row mobile-hide">
<div class="col-sm-10">
<h3 class="page-title">Spring Evaluations</h3>
</div>
<div class="col-sm-2">
<div class="material-switch al... |
doc/lib/html/unionblackbone_1_1reg64.html | drptbl/Blackbone | <!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... |
public/404.html | ethanwinters/ethanwinters.com | <!DOCTYPE html>
<html lang='en-us'>
<head>
<title>Ethan Winters - JavaScript Developer</title>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<meta name='author' content='Ethan Winters <me@ethanwinters.com>'>
<meta name='description' content='Ethan Wint... |
tools/gwt/doc/javadoc/com/google/gwt/user/client/IncrementalCommandCanceledException.html | dougkoellmer/swarm | <!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 -->
<title>IncrementalCommandCanceledException (GWT Javadoc)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title... |
src/app/views/search/search-scene.html | lmorchard/blockchalk-webos | <div class="search-scene">
<div class="palm-page-header multi-line">
<div class="palm-page-header-wrapper">
<div class="title"> </div>
<div class="subtitle">Browse another location</div>
</div>
</div>
<div class="palm-group">
<div class="palm-list">... |
app/src/app/guest/articles/articles.tpl.html | spira/spira | <h2 class="md-flex">Articles</h2>
<div infinite-scroll="ArticlesController.showMore()">
<md-card ng-repeat="article in ArticlesController.allArticles"
ui-sref="app.guest.articles.article({permalink: article.getIdentifier()})">
<h2>{{article.title}}</h2>
<md-card-content>
{{a... |
documentation/doxygen/html/class_object-members.html | Aztyu/Editeur-3D | <!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... |
docs/api/Kephas.Workflow.Application.WorkflowApplicationLifecycleBehavior.html | quartz-software/kephas | <!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Class WorkflowApplicationLifecycleBehavior
</title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class Workf... |
content/themes/artee/assets/css/style.css | chrisyeung1121/vive | /* clearfix */
.cf:before, .artee-site-head .artee-blog-title:before, .artee-site-head .artee-blog-description:before, .artee-site-head .artee-blog-title .artee-header:before, .artee-index-content .artee-mobile-sort:before, .artee-index-content .artee-index-sort:before,
.cf:after,
.artee-site-head .artee-blog-title:aft... |
zh/jmessage/client/jmessage_ios_appledoc_html/Classes/JMSGEventContent.html | war22moon/jpush-docs | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JMSGEventContent Class Reference</title>
<link rel="stylesheet" href="../css/style.css">
<meta name="viewport" content="initial-scale=1, maximum-scale=1.4">
<meta name="generator" content="appledoc 2.2.1 (build 1334)">
</head>
<body class="appledoc">
<... |
_layouts/media.html | pukan93/pukan93.github.io | ---
layout: default
---
<div id="main" role="main">
<article class="wrap" itemscope itemtype="http://schema.org/Article">
{% if page.image.feature %}
<div class="page-feature">
<div class="page-image">
<img src="{{ site.url }}/images/{{ page.image.feature }}" class="page-feature-image" alt="{{ page.title ... |
gcalflow/jquery-gcal-flow-3.0.1/example.html | alni/digital-signage-samples | <html>
<head>
<link href="jquery.gcal_flow.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
<script type="text/javascript">
google.load("jquery", "1.7.1");
</script>
<script>
_gCalFlow_debug = true;
</script>
<sc... |
oceanography/gsw/html/gsw_N2Osol_SP_pt.html | dcherian/tools | <!DOCTYPE html
PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>gsw_N2Osol_SP_pt</title>
<style type="text/css">
body {
background-color: white;
margin:10px;
}
h1 {
colo... |
lib/css/citepro.front.min.css | norcross/citation-pro | sup.citepro{cursor:pointer}.citepro-block a.citepro-link,sup.citepro a.citepro-link{text-decoration:none;box-shadow:none;outline:0}.citepro-block{clear:both;padding:7px 0;border-top:1px dotted #ccc;border-bottom:1px dotted #ccc}.citepro-block .citepro-text{display:block;width:100%;padding-bottom:14px} |
the-world-factbook/fields/2206.html | jfseb/twf-as-colored-maps | <!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!-->
<!--<![endif]-->
<html class="no-js" lang="en"><!--... |
apps/kongtrackr/src/app/player/player.html | wescopeland/kongtrac.kr | <div class="row">
<h2>
{{ player.playerData.name }}
<small class="pull-right" style="margin-top: 10px;">
<a
ng-click="player.isEditing = !player.isEditing;"
style="cursor: pointer;"
>
<span ng-if="!player.isEditing && player.isAuthenticated">Edit</span>
<span ng-if... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.