path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
mirror/prvCode_07/cityCode_000-areaCode_03-deptCode_009/voteCode_20120101T1A2-qryType_ctks-prvCode_02-cityCode_000-areaCode_03-deptCode_009-liCode_0184.html | g0v/projectV |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- 選舉資料查詢 -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>中選會選舉資料庫網站</title>
<link rel="stylesheet" type="text/css" href="http://db.cec.gov.tw/votehist.css">
<script typ... |
people/x1tvxphi.html | slowe/panelshows | <html>
<head>
<title>Amy Dow's panel show appearances</title>
<script type="text/javascript" src="../common.js"></script>
<link rel="stylesheet" media="all" href="../style.css" type="text/css"/>
<script type="text/javascript" src="../people.js"></script>
<!--#include virtual="head.txt" -->
</head>
<body>
<!--#inclu... |
css/style.css | FramoDv/MeteoItalyBot | h1{
font-size: 60px;
margin-bottom: 25px;
}
h2{
font-size: 50px;
}
h1,h2{
font-weight: 800;
margin-top: 10px;
}
.light,h1,h2{
font-family: 'Roboto', sans-serif;
}
.light{
font-weight: 100;
}
.bold{
font-weight: 800;
}
#top-section{
height:777px;
width:100%;
background-... |
examples/1055_box_model/page.html | makandra/webdev101 | <html>
<script src="jquery-2.1.4.min.js"></script>
<style>
body {
margin: 0;
background-image: url(grid.png);
}
.box {
width: 200px;
height: 200px;
background-color: rgba(0, 0, 0, 0.4);
font-size: 24px;
line-height: 24px;
}
.box.with-margin {
... |
grandcentral/content/template/list/css/list.css | hands-agency/grandcentral | /********************************************************************************************/
/* Common
/********************************************************************************************/
/* Nodata */
section[data-template="/list/list"]
{
min-height:100px;
}
section[data-template="/list/list"]:empty
{
lin... |
test/basic-test.html | medhir/alignment-vis | <!doctype html>
<!--
@license
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be... |
app/index.html | neilorama/sketch_draftanddraw | <!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 charset="ut... |
src/LoadingIcon/index.css | oneteam-dev/react-oneteam | $size: 40px;
.icon {
display: inline-block;
width: $size;
height: $size;
background-size: auto $size;
background-repeat: no-repeat;
animation: loading 2s steps(55) infinite;
}
@keyframes loading {
to {
background-position: -2200px 0; // ref: ./loading-sprites.png
}
}
|
packages/upload/public/views/index.html | overlox/MeanUpload |
<div data-ng-controller="UploadController" nv-file-drop="" uploader="uploader" filters="queueLimit, customFilter">
<div class="container">
<div class="row">
<div style="position:fixed;bottom:0;left:0;width:100%;background-color: #222;border-color: #080808;color:#ffffff">
<table class="table">
... |
categories/Hosting/Blogging/index.html | olegkorol/olegkorol.github.io | <!DOCTYPE html>
<html lang="en">
<!-- Head tag -->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="google-site-verification" content="Dc2DZ1iyJqu-n3ItWJrCx64Tq9vpcjI8JlozbUhuyoI" />
<meta name="viewport" content="width=device-width, initial-scale=1">
... |
src/index.html | ugo-buonadonna/ng2-microutfit | <!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Angular2Forms</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<!-- Material Design fonts
<link rel="stylesheet" href="https:/... |
html/234567161553.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... |
index.html | coc4tm/WebCupJunior | <!DOCTYPE html>
<!-- Lien du site : https://coc4tm.github.io/WebCupJunior/ -->
<!-- Site réalisé par l'équipe du Colège Adrien Cadet en tant qu'entrainement pour la WebCup Junior
Code réalisé par Elisa (et un peu corentin ;)-->
<html>
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="style.css" />
<title>... |
src/public/htdocs/debug.html | AKIRA-MIYAKE/Nodeyard | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<link rel="stylesheet" href="/stylesheets/style.css">
</head>
<body>
<div class="header">
<div class="container center pt3">
<h1 class="h1 font-color-primary">Nodeyard</h1>
<p class="font-color-gray-dark mb2">... |
css/style.css | abde0089/CSS-asignment | @charset "utf-8";
/*****************************
Colours
main background: #222;
content background:#444;
footer background: #333;
borders on header and main: #666;
main text: #d4d4d4;
header text: #eee;
footer text: #999;
anchor text: gold;
anchor hover: #fff;
text shadows - #000 (bottom right) and gold (top left)
Fon... |
public/Windows 10 x64 (18363.720)/_KLOCK_ENTRY.html | epikcraw/ggool | <html><body>
<h4>Windows 10 x64 (18363.720)</h4><br>
<h2>_KLOCK_ENTRY</h2>
<font face="arial"> +0x000 TreeNode : <a href="./_RTL_BALANCED_NODE.html">_RTL_BALANCED_NODE</a><br>
+0x000 FreeListEntry : <a href="./_SINGLE_LIST_ENTRY.html">_SINGLE_LIST_ENTRY</a><br>
+0x018 EntryFlags : Uint4B<b... |
libs/boost_1_50_0/doc/html/boost/interprocess/operator___id987172.html | djsedulous/namecoind | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Function template operator==</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" tit... |
docs/docs/api/mil/nga/geopackage/db/package-summary.html | ngageoint/geopackage-java | <!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.13) on Thu Feb 03 16:02:08 MST 2022 -->
<title>mil.nga.geopackage.db (GeoPackage 6.2.0 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2022-02-03">
<link rel="styles... |
modules/users/client/views/settings/edit-profile.client.view.html | hibernator11/Galatea | <section class="row" ng-controller="EditProfileController">
<div class="col-xs-offset-1 col-xs-10 col-md-offset-4 col-md-4">
<form name="userForm" ng-submit="updateUserProfile(userForm.$valid)" class="signin" novalidate autocomplete="off">
<fieldset>
<div class="form-group" show-errors>
<l... |
web/cov/SysBundle.html | ithone/pam | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title></title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<table width="100%" border="0" cellspacing="0" cellp... |
clean/Linux-x86_64-4.09.0-2.0.5/released/8.11.0/matrices/8.9.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>matrices: Not compatible</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" ... |
accounts/templates/accounts/password_reset_done.html | patrickw14/hiplyst | {% extends "accounts/base.html" %}
{% block content %}
<div class="container">
A confirmation email has been sent to you, with the instructions to follow.
</div>
{% endblock %}
|
app/views/about.html | xavierdeneux/portfolio | <div class="container">
<div class="row">
<div class="col-md-12 text-center">
<h2>A propos</h2>
<hr class="star-light">
</div>
</div>
<div class="row">
<div class="col-md-4 col-md-offset-2">
<p>Passionné du web depuis ma jeunesse, je n'ai jamais ce... |
2a3f8c3/html/structv8_1_1AllocationProfile_1_1Node-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... |
public/Windows 10 x64 (19041.450)/_MI_REBUILD_LARGE_PAGE_TIMER.html | epikcraw/ggool | <html><body>
<h4>Windows 10 x64 (19041.450)</h4><br>
<h2>_MI_REBUILD_LARGE_PAGE_TIMER</h2>
<font face="arial"> +0x000 WorkItem : <a href="./_WORK_QUEUE_ITEM.html">_WORK_QUEUE_ITEM</a><br>
+0x020 SecondsLeft : UChar<br>
+0x021 RebuildActive : UChar<br>
+0x022 NextPassDelta : UChar<br>... |
cadrejee/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/cadre/WEB-INF/templates/page-devis.html | maximeSurmontGH/projet100H_CADRE | <!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Cadre - Devis</title>
<meta charset="UTF-8"/>
<!-- CSS
================================================== -->
<link href='https://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
<link rel... |
views/_instructions.html | datahq/frontend | {% macro r(dataset) -%}
<p>If you are using R here's how to get the data you want quickly loaded:</p>
<pre class="hljs"><code>install.packages(<span class="hljs-string">"jsonlite", repos="https://cran.rstudio.com/"</span>)
<span class="hljs-keyword">library</span>(<span class="hljs-string">"jsonlite"</span>)
json_file... |
html/pdf/W30290.pdfs.html | datamade/elpc_bakken | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><HTML>
<HEAD>
<TITLE></TITLE>
</HEAD>
<BODY>
<A name=1></a><hr>
<A name=2></a><hr>
<A name=3></a><hr>
<A name=4></a><hr>
<A name=5></a><hr>
<A name=6></a><hr>
<A name=7></a><hr>
<A name=8></a><hr>
<A name=9></a><hr>
<A name=10></a>December 22, 2014<br>
Heid... |
examples/EventBubbling/src/assets/vendor/structurejs/docs/classes/Point.html | ccheney/StructureJS | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Point - StructureJS</title>
<link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css">
<link rel="stylesheet" href="../assets/css/main.css" id="site_styles">
<link rel="shortcut icon" type="image/png" href="../asset... |
mxui/layout/block/block.html | Dakuan/dakuan.github.com | <!doctype html>
<html lang="en">
<head>
<style type='text/css'>
body {font-family: verdana}
.error {border: solid 1px red;}
.error_text { color: red; font-size: 10px;}
td {padding: 3px;}
#blocker1 {
background-color: #090;
}
#blocker2 {
background-color: #009;
}
#block-div {
... |
tags/books/page/1/index.html | limitist-log/limitist-log.github.io | <!DOCTYPE html><html><head><title>https://ycnam.github.io/tags/books/</title><link rel="canonical" href="https://ycnam.github.io/tags/books/"/><meta name="robots" content="noindex"><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0; url=https://ycnam.github.io/tag... |
assessment4/javadoc/io/github/teamfractal/desktop/package-tree.html | TeamFractal/TeamFractal.github.io | <!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_112) on Thu May 04 10:12:17 BST 2017 -->
<title>io.github.teamfractal.desktop Class Hierarchy</title>
<meta name="date" content="2017-05-04">
<... |
v2-community/docs/PIXI.CanvasBuffer.html | dreamsxin/phaser | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Phaser Class: CanvasBuffer</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" re... |
birdie/static/jumbotron.css | gr-/birdie | /* Move down content because we have a fixed navbar that is 50px tall */
body {
padding-top: 50px;
padding-bottom: 20px;
/* visibility: hidden; */
} |
index.html | kforan/Drumkit-Remake | Forked from Muhammad Syahman's Pen: BUBBA DA BUBBO @ http://codepen.io/fukarinka/pen/jPxeZR/
<!DOCTYPE html>
<html >
<head>
<meta charset="UTF-8">
<title>The iMedia Drumkit</title>
<link rel="stylesheet" href="css/style.css">
<link href='https://fonts.googleapis.com/css?family=Joti+One' rel=... |
index.html | OlehHappy/oleh_010-DnD_React_transhand01_bind | <html>
<head>
<title>Sample App</title>
<style>
html, body {
transition: background-color 0.4s;
height: 100%;
margin: 0;
font-family: sans-serif;
}
#source{
position: fixed;
top: 0px;
padding-left: 7px;
}
#source > a{
... |
maps/templates/reg/login2.html | agilman/django_maps2 | {% extends "registration/registration_base.html" %}
{% load i18n %}
{% block title %}{% trans "Log in" %}{% endblock %}
{% block content %}
<div class="container" style="margin-top:10px">
<div class="row">
<div class="col-sm-6 col-md-4 col-md-offset-4">
<div class="panel panel-default">
<div class="pane... |
clean/Linux-x86_64-4.06.1-2.0.5/released/8.13.2/chapar/8.14.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>chapar: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css"... |
slides/markdown2impress/index.html | tsucchi/tsucchi.github.com | <!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>markdown2impress を改良したったー</title>
<link href="http://fonts.googleapis.com/css?family=Open+Sans:regular,semibold,italic,italicsemibold|PT+Sans:400,700,400italic,700italic|PT+Serif:400,700,400italic,700italic" rel="stylesheet" />
<link href="cs... |
_site/articles/2017-09/take-off.html | janicep/janicep.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="This is it. Here’s to the next nine months.">
<meta name="keywords" content="Travel, Photojournal, and Blog">
<meta name="author" content="take-off | jcp"... |
guacamol_100K/230.html | fiskio/fiskio.github.io |
<html>
<head>
<style>
div.figures
figure {
display:inline-block;
margin: 1px;
}
figure img {
vertical-align: top;
}
figure figcaption {
text-align: center;
}
</style>
</head>
<body>
<h1>gte_5_phenolic_OH</h1>
... |
assets/stylesheets/styles.css | aditmehta/project_1 | body {
font-family: 'Open Sans', sans-serif; }
.vcenter {
border: 1px solid transparent;
position: relative;
top: 50%;
transform: translateY(-50%); }
nav.navbar-default.affix {
background-color: #6f9eca; }
nav.navbar-default.affix-top {
background-color: transparent; }
nav.navbar-default {
background... |
echopen-leaderboard/bootcamp/templates/hackIDE/index.html | JeromeRisselin/PRJ-medtec_sigproc | {% extends 'base.html' %}
{% load staticfiles %}
{% load i18n %}
{% load humanize %}
{% block title %} {% trans 'Echopen Challenge ' %} {% endblock %}
{% block head %}
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, i... |
doc/api/classes/ActionMailer/TestCase/Behavior.html | kristoferrobin/p2p | <?xml version="1.0" encoding="utf-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" xml:lang="en" lang="en">
<head>
<title>ActionMailer::TestCase::Behavior</title>
<meta http-equiv="Conten... |
ts/notify-service/loading.html | LuccaSA/lucca-ui | <div class="lui up callout luis-notify typeset" ng-class="[calloutClass]"
ng-style="{'margin-left': $centerMargin}">
<div class="lui small filling button icon cross close" ng-click="$close()" ng-hide="loading"></div>
<div class="lui small filling button icon cross close" ng-click="cancel()" ng-show="loading && can... |
lib/assets/css/css_compiled/@{photonImagePath}plugins/elrte/css/css_compiled/images/photon/js/images/photon/login-logo@2x.png.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... |
archives/2017/page/2/index.html | jiangdaohong/jiangdaohong.github.io | <!DOCTYPE html>
<html class="theme-next mist use-motion" lang="zh-Hans">
<head>
<meta charset="UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
<meta name="theme-color" content="#222">
<meta http-eq... |
docs/build/html/genindex.html | gee-community/gee_tools |
<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Index — GEE Tools 0.0.2 documentation... |
public/Windows 10 x64 (18362.449)/_PROC_IDLE_STATE_BUCKET.html | epikcraw/ggool | <html><body>
<h4>Windows 10 x64 (18362.449)</h4><br>
<h2>_PROC_IDLE_STATE_BUCKET</h2>
<font face="arial"> +0x000 TotalTime : Uint8B<br>
+0x008 MinTime : Uint8B<br>
+0x010 MaxTime : Uint8B<br>
+0x018 Count : Uint4B<br>
</font></body></html> |
utilities.css | SimoNonnis/CssUtilityClasses | /* ==========================================================================
Utility => u-
Should not be bound onto or changed.
Never reassign to anything that carries a leading u-.
Avoid building entire sections or components of UI out of u-.
===============================================================... |
_posts/2009-05-09-%e8%a6%aa%e7%9d%a6%e4%bc%9a%e9%96%8b%e5%82%ac.html | tmpla/tmpla.github.io | ---
layout: post
title: "親睦会開催"
categories:
- "未分類"
tags: []
status: private
type: post
published: false
meta:
_edit_last: '3'
author:
login: yokoshima
email: k.yokoshima@gmail.com
display_name: yokoshima
first_name: ''
last_name: ''
---
<p>メールなり電話なりで色々御誘いはしてますけれども、五月十五日金曜日の19時半くらいから親睦会をやります。</p>
<p>以前からの買い... |
templete/innertmp/alert.html | xiajingcici/JingBlog | <div class="alert alert-danger alert-dismissable">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>
{{ message }}
</div> |
public/stylesheets/mod.css | chaupt/metafriend | /*
Copyright (c) 2009, Nicole Sullivan. All rights reserved.
Code licensed under the BSD License:
version: 0.2
*/
/* **************** BLOCK STRUCTURES ***************** */
/* mod */
.mod{margin:10px;}
.hd,.bd,.ft,{overflow:hidden;_overflow:visible; _zoom:1;}
.inner{position:relative;}
b{display:block;background-repeat:... |
hashs-database/hashs/misc___ui___ui.slider.css | GoZOo/Drupaloscopy | 7.0-alpha1:5bd2f7a618cdd98b86999b2cbe4186e4f6ca1e641bfe0f300fd4d1c8899115eb
7.0-alpha2:5bd2f7a618cdd98b86999b2cbe4186e4f6ca1e641bfe0f300fd4d1c8899115eb
|
clean/Linux-x86_64-4.05.0-2.0.1/released/8.12.1/reflexive-first-order/8.5.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>reflexive-first-order: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../boo... |
clean/Linux-x86_64-4.09.1-2.0.6/released/8.9.1/mathcomp-analysis/0.2.0.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>mathcomp-analysis: 5 m 24 s 🏆</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min... |
jopenspace2017.html | novoj/reveal.js | <!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Neuralink, 2017</title>
<link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/clock.css">
<link rel="stylesheet"... |
components/table/demo/head.html | ant-design/010x.ant.design | <div class="code-box" id="demo-head">
<div class="code-box-demo">
<div id="components-table-demo-head"></div>
<script>(function(){'use strict';
var _antd = require('antd');
var columns = [{
title: '姓名',
dataIndex: 'name',
filters: [{
text: '姓李的',
value: '李'
}, {
text: '姓胡的',
value: '... |
templates/angle_demo/ecommerce-products.html | Codeidea/budget-tracker | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="Bootstrap Admin App + jQuery">
<meta name="keywords" content="app, responsive, jquery, bootstrap, dashboard, admin">
<tit... |
all-data/24000-24999/24093-22.html | BuzzAcademy/idioms-moe-unformatted-data | <table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="flayoutclass"><div class="flayoutclass_first"><table class="tableoutfmt2"><tr><th class="std1"><b>... |
about/index.html | duanebester/duanebester.github.com | ---
layout: layout
title: "About Duane Bester"
---
<section class="content about">
<h1 class="big thin">Duane Bester</h1>
<!--img src="/images/carlos-carine.jpg" alt="Carlos Alexandro Becker"
class="noclip" width="650" height="300" style="margin-bottom: 15px" /-->
<p>
Duane works at <a href="http://sec... |
docs/picturepark-sdk-v1-fetch/api/interfaces/htmloptionscollection.html | Picturepark/Picturepark.SDK.TypeScript | <!doctype html>
<html class="default no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>HTMLOptionsCollection | picturepark-sdk-v1-fetch API</title>
<meta name="description" content="Documentation for picturepark-sdk-v1-fetch API">
<meta name="viewport" content="widt... |
Bomberman/doc/utils/ConvertTimeService.html | EquipoJP/SuperBomberman | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (1.8.0_60) on Fri May 27 11:55:36 CEST 2016 -->
<title>ConvertTimeService</title>
<meta name="date" content="2016-05-27">
<link rel="stylesheet" type=... |
assets/css/sample-stylus.min.css | vutran/grunt-boilerplate | #sample-stylus{background-color:#f00}
|
v4/user-agent-detail/7f/2d/7f2de198-5e5d-418d-8117-0d0a837ee159.html | ThaDafinser/UserAgentParserComparison |
<html>
<head>
<title>User agent detail - Airmail 1.3.1 rv:223 (Macintosh; Mac OS X 10.9.1; de_DE)</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="style... |
Test_HeroGrave/web/page/topicinfo.html | atealxt/work-workspaces | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="../common/common.css" type="text/css" media="all">
<script src="../common/common.js" type="text/javascript"></script>
<title>index</title>
... |
test/learnhelper/test-assignment-info/assignment-view-2.html | TennyZhuang/CamusAPI | <!-- saved from url=(0100)http://learn.tsinghua.edu.cn/MultiLanguage/lesson/student/hom_wk_view.jsp?id=710921&course_id=137928 -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="./assignment-view-2_files/common.css" rel="stylesheet" type="text/css">
<title>查看... |
healing-light.html | itsmachine/itsmachine.github.io | <!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcw... |
website/site/privacypolicy.html | dharmatech/BrightstarDB | <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8">
<title>BrightstarDB - Privacy Policy</title>
<link rel="stylesheet" href="css/reset.css" />
<link rel="Stylesheet" href="css/main.css" />
<link rel="stylesheet" href="/css/unsemantic-grid-responsive.css" /... |
_includes/og_tags.html | thattacoguy/thattacoguy.github.io | <meta content="{{ site.title }}" property="og:site_name">
{% if page.title %}
<meta content="{{ page.title }}" property="og:title">
{% else %}
<meta content="{{ site.title }}" property="og:title">
{% endif %}
{% if page.title %}
<meta content="article" property="og:type">
{% else %}
<meta content="website" prop... |
exercises/14-realtime-plugin/index.html | lakenen/view-school | <div class="viewer-container">
<div class="viewer"></div>
<div class="conversion-progress"><div class="conversion-progress-bar"></div></div>
</div>
|
app/partials/index.html | jkoivuko/angdrop | <div class="container">
<div class="page-header">
<h1>Hello and welcome to AngDrop site</h1>
</div>
<p><a href="#/create" class="btn btn-xl btn-primary">Click here to create new drop</a></p>
</div>
|
javadoc/org/mockito/internal/matchers/class-use/VarargMatcher.html | PatriciaRosembluth/VoiceMailSimulator | <!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_06) on Sat Nov 21 23:24:26 CET 2009 -->
<TITLE>
Uses of Interface org.mockito.internal.matchers.VarargMatcher (Mockito API)
</TITLE>
<META NAME="dat... |
doc/spring4.3.3-docs/javadoc-api/org/springframework/web/socket/sockjs/transport/session/package-tree.html | piterlin/piterlin.github.io | <!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_101) on Mon Sep 19 15:00:59 UTC 2016 -->
<title>org.springframework.web.socket.sockjs.transport.session Class Hierarchy (Spring Framework 4.3.3... |
hugo-incorporated/layouts/404.html | sinelga/prodhugothemes | {{ template "theme/partials/header.html" . }}
<article class="container">
<header><h1>404</h1></header>
<section>
<p>That doesn't seem to exist! Recent articles are below or search the <a href="/post/">archives</a>.</p>
</section>
<hr>
{{ range first 10 .Data.Pages }}
{{ .Render "summary" }}
{{ end ... |
paper-mining/nips/nips2004_reference/nips-2004-Markov_Networks_for_Detecting_Overalpping_Elements_in_Sequence_Data_reference.html | makerhacker/makerhacker.github.io | <!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>108 nips-2004-Markov Networks for Detecting Overalpping Elements in Sequence Data</title>
</head>
<body>
<p><a title="nips" href="../nips_home.html">nips</a> <a title="nips-2004" href="../home/nips2004_home.html">nips2004</a> <a title="nips-2004-108" href="../n... |
docs/picturepark-sdk-v1-angular/api/classes/contentsharereference.html | Picturepark/Picturepark.SDK.TypeScript | <!doctype html>
<html class="default no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>ContentShareReference | @picturepark/sdk-v1-angular API</title>
<meta name="description" content="Documentation for @picturepark/sdk-v1-angular API">
<meta name="viewport" content... |
ocr_extracted/W27486_text/page86.html | datamade/elpc_bakken |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>W27486_text</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div style="margin-left: auto; margin-right: auto; width: 800px; overflow: hidden;">
... |
docs/android/provider/ContactsContract.RawContacts.DisplayPhoto.html | anas-ambri/androidcompat | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable... |
data science/machine_learning_for_the_web/chapter_4/movie/21731.html | xianjunzhengbackup/code | <HTML><HEAD>
<TITLE>Review for Hands on a Hardbody: The Documentary (1998)</TITLE>
<LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0116481">Hands on a Hardbody: The Documentary (1998)</A></H1><H3 ALIGN=CENTER>... |
addons/ewei_shopv2/plugin/merch/template/web/manage/creditshop/category/index.html | Broomspun/shanque | {template '_header'}
<div class="page-heading">
<span class='pull-right'>
{ifp 'creditshop.category.add' && $_W['merchid']==0}
<a class="btn btn-primary btn-sm" href="{php echo webUrl('creditshop/category/add')}">添加新商品分类</a>
{/if}
</span>
<h2>商品分类11</h2>
</div>
{if count($list)>0... |
templates/snippets-payments.html | JordyPouw/simba | <ul class="payments u-listInline" itemscope itemtype="https://schema.org/PaymentMethod">
{% for payment in shop.payments %}
<li class="payments__payment"><a href="{{ 'service/payment-methods' | url }}" itemprop="url">
<img src="{{ payment.icon | url_core }}" alt="{{ payment.title }}" itemprop="image">
<... |
ed4cd2e/html/classv8_1_1HeapStatistics.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... |
src/app/recipes/recipes-favourites/recipes-favourites.component.html | Camyul/Angular2Project | <app-header></app-header>
<section class="section-background">
<div id="offers-container" class="container">
<h2 class="page-header"> </h2>
<section id="main-heading" class="section-wrapper">
<div class="row offersList">
<div class="col-md-4 col-sm-6" *ngFor="let recipe ... |
blog/cap-원리/index.html | crosoie/crosoie.github.io | <!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="no-ref... |
protetores_bucais/apps/localizacao/templates/localizacao/cidades.html | pydawan/protetores_bucais | <select id="cidade" name="cidade" class="selectpicker" data-width="1012">
{% for cidade in cidades %}
<option value="{{ cidade.nome }}">{{ cidade.nome }}</option>
{% empty %}
<option value="">Nenhuma cidade cadastrada</option>
{... |
Rust/share/doc/rust/html/rustc_typeck/middle/ty/struct.TyS.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 `TyS` struct in crate `rustc_typeck`.">
<meta name="keyword... |
en/articles/categories/commandemy/index.html | infralovers/infralovers.github.io |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="IE=Edge">
<!-- Facebook Instant articles https://www.facebook.com/infralovers/publishing_tools/?section=INSTANT_ARTICLES_SETTINGS -->
<meta property="fb:pages" content="1585204935055089" />
... |
clean/Linux-x86_64-4.03.0-2.0.5/released/8.9.0/aac-tactics/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>aac-tactics: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min... |
drjc/static/drjc.css | sysr-q/drjc | body {
font-family: 'Segoe UI', Helvetica, Arial, sans-serif;
background-color: #EBF2F5;
color: #6F6F6F;
}
* {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
a {
text-decoration: none;
/*color: inherit;*/
}
/* Text bubble! */
.bubble {
float: right;
position: relativ... |
.assets/demo/界面组件/面包屑/面包屑.html | zhilidali/zhilidali | <!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title>CSS制作面包屑</title>
<meta name="keywords" content="">
<meta name="description" content="">
<link rel="shortcut icon" href="http://www.w3cplus.com/sites/all/themes/marvin/favicon.ico">
<link rel="stylesheet" type="text/css" href="http://www.w3cp... |
lng/js/canvas/example4.html | evanjbowling/playground | <!doctype html>
<html>
<head>
<meta charset="utf-8">
<style>
body {
font-family: "Helvetica neue", Helvetica, Arial, sans-serif;
}
h1 {
font-weight: lighter;
}
canvas {
border: 1px solid midnightblue;
}
</style>
</head>
<body onload="init()">
<h1>Canvas Drawing App w/... |
docs/Ergo.mixins.Effects.html | eliace/ergojs-site | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Mixin: Effects</title>
<script src="scripts/prettify/prettify.js"></script>
<script src="scripts/prettify/lang-css.js"></script>
<script src="scripts/jquery.min.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.go... |
public/lob/index.html | laravel-notification-channels/laravel-notification-channels.github.io | <!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<title>Laravel Notification Channels </title>
<link rel="apple-touch-icon" sizes="57x57" href="/icons/apple-icon-57x57.png">
<link re... |
_pages/documentation_fr.html | olivier-gerbe/doc-test | ---
layout: archive
permalink: /documentation_fr/
title: "Documentation"
---
En construction ...
|
ab3fdf5/html/classv8_1_1ScriptCompiler_1_1ExternalSourceStream-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... |
EChartsSDK/EChartsWeb/Html/Line.html | idoku/EChartsSDK | <!DOCTYPE html>
<html>
<head>
<title></title>
<meta charset="utf-8" />
<script src="../Scripts/jquery-1.10.2.min.js"></script>
<script src="../Scripts/plugins/echarts3/echarts.min.js"></script>
</head>
<body>
<div id="charts" style="width: 600px;height:400px;"></div>
<script ty... |
Reports/am/amarok.agents.2.2.0/amarok.agents-net45.html | kuhlenh/port-to-core |
<!DOCTYPE html>
<html xmlns:msxsl="urn:schemas-microsoft-com:xslt">
<head>
<meta content="en-us" http-equiv="Content-Language" />
<meta content="text/html; charset=utf-16" http-equiv="Content-Type" />
<title _locid="PortabilityAnalysis0">.NET Portability Report</title>
<style>
... |
Our.Umbraco.Forms.Expressions.UI/Editor/index.html | lars-erik/our-umbraco-forms-expressions | <!DOCTYPE html>
<html lang="en" ng-app="umbraco">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Editor</title>
<style type="text/css" media="screen">
body {
overflow: hidden;
font-family: "Consolas", monospace;
... |
Reports/wp/wp7test.0.9.6/WindowsPhoneTestFramework.Server.Utils-net40.html | kuhlenh/port-to-core |
<!DOCTYPE html>
<html xmlns:msxsl="urn:schemas-microsoft-com:xslt">
<head>
<meta content="en-us" http-equiv="Content-Language" />
<meta content="text/html; charset=utf-16" http-equiv="Content-Type" />
<title _locid="PortabilityAnalysis0">.NET Portability Report</title>
<style>
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.