path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
webstat/awstats.fonarik.ua.allhosts.092013.html | dmitriyzhdankin/fonarikloc | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta name="generator" content="AWStats 7.1 (build 1.983) from config file awstats.fonarik.ua.conf (http://www.awstats.org)">
<meta name="robots" content="noindex,nofollow">
<meta http-equiv="c... |
WebContent/faces/index.html | BradleyRoss/bradleyross-examples | <!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>JSF examples</title>
<link rel="stylesheet" type="text/css" href="faces-examples.css" />
</head>
<body>
<h1>JSF Examples</h1>
<!--
http://stackoverflow.com/questions/7775179/how-get-get-parameters-with-jsf2
-->
<p>This section contains some examples of... |
tnk1/ljon/jorj/jaf.html | erelsgl/erel-sites | <!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='he' dir='rtl'>
<head>
<meta http-equiv='Content-Type' content='text/html; charset=windows-1255' />
<meta http-equiv='Content-Script-Type' content=... |
speakers/deborah-hanus/index.html | PyConColombia/landing-page-2018 | <!DOCTYPE html>
<html lang="en">
<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, maximum-scale=1.0, user-scalable=no">
<meta name="format-detection" content="telephone=no">
<meta name="... |
jargon-4.4.7-working/html/P/PFY.html | ghoulmann/rest-jargon-file | PFY
`Prev <pffft.html>`__
P
`Next <phage.html>`__
--------------
**PFY**: n.
[Usenet; common, originally from the `*BOFH* <../B/BOFH.html>`__ mythos]
Abbreviation for Pimply-Faced Youth. A `*BOFH* <../B/BOFH.html>`__ in
training, esp. one apprenticed to an elder BOFH aged in evil.
--------------
+------------... |
client/index.html | fasiha/appily-ts | <html lang="ja">
<head>
<meta charset="utf-8" />
<title>Appily</title>
<style>
.grayed {
color: lightgray;
text-decoration: line-through;
}
</style>
</head>
<h1>よろしく</h1>
<div id="app"></div>
<script src="webClient.min.js"></script> |
index.html | swerv/swerv.github.io | <!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>swerv.github.io by swerv</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="... |
mix_and_stir_demo.html | JamesSwann1969/nbXOR80 | <!DOCTYPE html>
<html>
<TITLE>nbXOR encryption demonstration part 2</TITLE>
<meta name="description" content="nbXOR encryption demonstration part 2">
<meta name="keywords" content="nbXOR encryption demonstration part 2">
<!-- AUTHOR: James Swann (instructables.com/member/jds1969/) -->
<!-- ... |
NovoMinitel/includes/inc_landingpage_adobepoupe30.html | FMCalisto/mvti | <!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Untitled Document</title>
</head>
<body>
<img src="http://www.minitel.pt/images/inc/2015/adobe/janeiro/novas_landingpage/landingpage_adobe_poupe30.jpg" width="810" height="1367" alt=""/>
</body>
</html>
|
css/styles.css | cindyward1/ticTacToe | .btn-primary {
background-color: #4466ff;
}
.btn-primary:hover {
background-color: #0000ff;
}
.centering-wrapper {
text-align: center;
}
.game-over-result, .game-over-image {
display: none;
}
.photo-width {
width: 300px;
}
.player-your-move {
background-color: #aaccff
}
.square00 {
position: absolute;
top... |
docs/_includes/page-footer.html | devunt/DFAssist | <footer class="site-footer">
<span class="site-footer-owner"><a href="{{ site.url }}{{ site.baseurl }}">{{ site.title }}</a> is maintained by <a href="{{ site.author.url }}">{{ site.author.name }}</a>.</span>
</footer>
|
src/app/candidato/cv-sections/anagrafica-form.component.html | hcvitto/ng-app-slim-api | <form>
<div class="form-group">
<label for="name">Name</label>
<input type="text" class="form-control" id="name" placeholder="Name" value="{{userData.name}}">
</div>
<div class="form-group">
<label for="surname">Surname</label>
<input type="text" class="form-control" id="surname" placeholder... |
css/kkblog.css | kkeundotnet/kkblog | .clist-ul, .plist-ul
{
list-style-type: none;
padding: 0;
}
.clist-li
{
display: inline;
}
.clist-li:not(:first-child):before
{
content: ' | ';
}
.clist-selected
{
font-weight: bold;
}
.plist-li
{
margin: 10px 0;
}
.plist-date
{
font-size: small;
color: lightgray;
}
.plist-reply
{
... |
env/lib/python2.7/site-packages/debug_toolbar/templates/debug_toolbar/panels/sql_explain.html | jiangwei1221/django-virtualenv-demo | {% load i18n %}
<div class="djDebugPanelTitle">
<a class="djDebugClose djDebugBack" href="">{% trans "Back" %}</a>
<h3>{% trans "SQL explained" %}</h3>
</div>
<div class="djDebugPanelContent">
<div class="scroll">
<dl>
<dt>{% trans "Executed SQL" %}</dt>
<dd>{{ sql|safe }}</dd>
<dt>{% trans "Time" %}</dt>... |
docs/javadocs/client/keywhiz/client/class-use/KeywhizClient.ValidationException.html | mcpherrinm/keywhiz | <!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_121) on Tue Jun 27 14:36:49 PDT 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class keywhiz.clien... |
2017.7.0/apidocs/org/wildfly/swarm/config/jgroups/channel/package-frame.html | wildfly-swarm/wildfly-swarm-javadocs | <!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 Jul 06 10:54:02 MST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>org.wildfly.swarm.config.jg... |
bos/index.html | curiositry/neurotechx.github.io |
<!--
*
* NEUROTECHX CHAPTER TEMPLATE
* based on Grayscale Bootstrap Theme and Singlepro Theme
*
* The Goal is to make a sleek, easily customizable template
* so that all NeuroTechX chapters have a fairly similar layout that ties in
* with the main NeuroTechX website.
*
* Standard categories so far: About ... |
doc/org/deuce/transaction/tl2/pool/package-summary.html | DeuceSTM/DeuceSTM | <!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_16) on Sat Mar 06 22:12:20 IST 2010 -->
<TITLE>
org.deuce.transaction.tl2.pool
</TITLE>
<META NAME="date" CONTENT="2010-03-06">
<LINK RE... |
config/index_cn.html | xiaoyawl/OneInStack | <!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>
<title>OneinStack - PHP/JAVA环境一键部署工具</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="keywords" content="One... |
packages/FAKE/docs/apidocs/fake-vstest.html | kirill-gerasimenko/fseye | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>VSTest - FAKE - F# Make</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="Steffen Forkmann, Mauricio Scheffer, Colin Bull">
... |
index.html | Tetromit/Dzedai-Verstki | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./css/bootstrap.css">
<link rel="stylesheet" href="./css/style.css">
<link rel="stylesheet" href="./css/font.css"... |
css/bootstrap.min.css | siemdicou/portofolio | /*!
* Bootstrap v3.3.6 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
... |
lib/poi-3.16-beta1/docs/apidocs/org/apache/poi/poifs/nio/class-use/ByteArrayBackedDataSource.html | Aarhus-BSS/Aarhus-Research-Rebuilt | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<title>Uses of Class org.apache.poi.poifs.nio.ByteArrayBackedDataSource (POI API Documentation)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../styleshee... |
src/main/webapp/res/layui/css/modules/laydate/laydate.css | zhang-li-mark/psas | /**
@Name: laydate 核心样式
@Author:贤心
@Site:http://sentsin.com/layui/laydate
**/
#layuicss-laydatecss{display:none; position: absolute; width:1989px;}
.laydate_body .laydate_box, .laydate_body .laydate_box *{margin:0; padding:0;box-sizing:content-box;}
.laydate-icon,
.laydate-icon-default,
.layda... |
docs/app.css | corgi-lang/corgi | body {
background-color: #d2e4c2;
}
div.flex-table {
display: flex;
flex-direction: column;
}
div.flex-table > div {
flex-grow: 1;
display: flex;
flex-direction: row;
}
div.flex-table > div > div {
flex-grow: 1;
}
div.box {
background-color: white;
padding: 15px;
border: 2px solid black;
}
div.... |
css/bootstrap.css | thaske/Peer-Check | /*!
* Bootstrap v3.3.6 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
... |
admin/Tpl/default/Supplier/charge_index.html | hushulin/zsh_admin | {// 引入标签库 }
<tagLib name="html" />
<include file="Public:header" />
<div class="main">
<div class="main_title">提现申请</div>
<div class="blank5"></div>
<PHP>
function get_charge_status($status,$id)
{
if($status==0)return "待审核 <a href='".u("Supplier/docharge",array("id"=>$id))."'>已打款给商户,确认提现</a>";
else return... |
docs/apidocs/org/fluentjdbc/DatabaseTableReporter.html | jhannes/fluent-jdbc | <!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.7) on Sat May 22 15:56:10 CEST 2021 -->
<title>DatabaseTableReporter (Fluent JDBC library 0.2.2-SNAPSHOT API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2021-05-22">... |
_includes/header.html | in-Si/in-Si.github.io | <!-- Navigation -->
<nav class="navbar navbar-default navbar-fixed-top" id="frontpage">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-tog... |
front-end/studio/src/app/pages/apis/{apiId}/editor/_components/forms/path-form.component.html | apiman/apiman-studio | <div class="detail-title">
<div path-item class="detail-label" [path]="path.getPath()"></div>
<div class="detail-actions">
<div class="dropdown">
<button class="btn btn-link dropdown-toggle" type="button" id="dropdownKebab" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
... |
htdocs/openjava/mop/class-use/AnonymousClassEnvironment.html | jeffoffutt/OJ | <!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_23) on Fri Jan 18 23:42:17 EST 2013 -->
<TITLE>
Uses of Class openjava.mop.AnonymousClassEnvironment (OpenJava MOP API)
</TITLE>
<META NAME="date" C... |
redirects/optimizers/index.html | keras-team/keras-io |
<meta http-equiv="refresh" content="0; URL='https://keras.io/api/optimizers/'" />
|
editor/templates/editor-controls/boolean_input.html | numbas/editor | <input {% if disable or not editable %}disabled="disabled"{% endif%} type="checkbox" data-bind="checked: {{property}}{% if disable and editable %}, disable: {{disable}}{% endif %}"/>
|
Backstage/Public/css/integralmall.css | makelinkstudio/GeniusFingerGuess | /*
* css初始化
*/
*{
margin: 0;
padding: 0;
font-family: "microsoft yahei",arial,helvetica,sans-serif;
font-style: normal;
font-weight: bold;
color: #adadad;
}
body{
background-color: #ececec;
}
.warp{
}
.good_warp{
width: 100%;
background-color: #fff;
position: relative;
}
.good_img{
p... |
external-apidocs/com/google/code/maven-play-plugin/org/playframework/play/1.2.5.6/play/class-use/Logger.html | play1-maven-plugin/play1-maven-plugin.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_66) on Mon Dec 14 15:58:40 CST 2015 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class play.Logger (P... |
v1.0.0/apidocs/jp/cafebabe/pochi/kunai/source/factories/class-use/UnsupportedDataSourceException.html | tamada/pochi | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="ja">
<head>
<!-- Generated by javadoc (1.8.0_242) on Fri Aug 21 11:53:10 JST 2020 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>クラス jp.cafebabe.pochi.kunai... |
standard/site/docs/subcomponents/drlvm/doxygen/intf/html/globals_type_0x73.html | freeVM/freeVM | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>Inter-component Interfaces: Class Members</title>
<link href="hydoxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</h... |
Documentation/class_test_controller.html | rstals/Unity-SCORM-Integration-Kit | <!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... |
2.6.1.Final-SNAPSHOT/apidocs/org/wildfly/swarm/config/logging/logging_profile/CustomHandlerSupplier.html | wildfly-swarm/wildfly-swarm-javadocs | <!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_151) on Wed Jun 10 10:20:09 MST 2020 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>CustomHandlerSupplier (BOM:... |
treebanks/th_pud/th_pud-pos-PUNCT.html | UniversalDependencies/universaldependencies.github.io | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-GB" xml:lang="en-GB" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<title>Statistics of PUNCT in UD_Thai-... |
target13/site/clover/com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_03_testAbaNumberCheck_2837_good_49u.html | dcarda/aba.route.validator | <!DOCTYPE html>
<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"/>
<link rel="SHORTCUT ICON" href="../../../../../img/clover.ico" />
<link rel="stylesheet" href="../../../../../aui/css/aui.min.css" media... |
topic-86.html | archive-avaje-org/archive-avaje-org.github.io | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Strict //EN">
<html>
<head>
<title>Topic: Use MapBean rather than mapping to a Class type</title>
<link rel="shortcut icon" href="/image/favicon.ico" >
<link rel="stylesheet" type="text/css" href="/static/v2style.css" >
<!--
<link rel="stylesheet" type="text/css" href... |
app/admin_components/adf-roles/views/df-role-details.html | dreamfactorysoftware/df-admin-app | <div>
<!-- Form Title -->
<df-details-header data-new="newRole" data-api-name="'Role'" data-name="role.record.name"></df-details-header>
<form class="df-inputs-width" data-ng-submit="saveRole()" novalidate>
<ul class="nav nav-tabs" data-role="tablist">
<li class="active"><a showtab hr... |
doc/Infor.SST.AsyncMethods.AsyncOperation.DoWork.html | lslewis901/SqlSchemaTool | <html dir="LTR">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
<title>AsyncOperation.DoWork Method</title>
<xml>
</xml>
<link rel="stylesheet" type="text/css" hr... |
docs/api/org/springframework/scheduling/support/class-use/DelegatingExceptionProofRunnable.html | mattxia/spring-2.5-analysis | <!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_03) on Mon Nov 19 21:41:22 CET 2007 -->
<TITLE>
Uses of Class org.springframework.scheduling.support.DelegatingExceptionProofRunnable (Spring Framewo... |
contact.html | karmu/karmu.github.io | ---
layout: page
title: "Contact"
description: "Message me!"
header-img: "img/cows_long.jpg"
---
<p>You can e-mail me at <i>karthika.mmuu@gmail.com</i>.</p>
<!-- Contact Form - Enter your email address on line 19 of the mail/contact_me.php file to make this form work. -->
<!-- WARNING: Some web hosts do not allow emai... |
docs/io/github/medjed/jsonpathcompiler/spi/json/AbstractJsonProvider.html | medjed/JsonPathCompiler | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="ja">
<head>
<!-- Generated by javadoc (1.8.0_92) on Sun Nov 06 03:52:39 JST 2016 -->
<title>AbstractJsonProvider (JsonPathCompiler 0.1.2 API)</title>
<meta name="date" content="2016-11-06"... |
node_modules/oae-core/accountpreferences/css/accountpreferences.css | Coenego/3akai-ux | /*!
* Copyright 2012 Sakai Foundation (SF) Licensed under the
* Educational Community License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License. You may
* obtain a copy of the License at
*
* http://www.osedu.org/licenses/ECL-2.0
*
* Unless required by applicable... |
doc/org/deeplearning4j/text/sentenceiterator/labelaware/LabelAwareFileSentenceIterator.html | YeewenTan/YeewenTan.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_73) on Mon Sep 19 13:35:26 PDT 2016 -->
<title>LabelAwareFileSentenceIterator</title>
<meta name="date" content="2016-09-19">
<link rel="styles... |
src/main/webapp/search.html | kpich/readclosely | <lift:surround with="single" at="content">
<head><title>ReadClosely :: Search</title></head>
<div id="searchwrap">
<div id="search">
<lift:Search form="POST">
<div class="srchelem"><srch:desc /></div>
<div class="srchelem"><srch:text /></div>
<div ... |
Smack-master/smack-core/build/docs/javadoc/org/jivesoftware/smack/compress/packet/Compress.Feature.html | paridhika/XMPP_Parking | <!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_71) on Mon Aug 29 10:59:43 EDT 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Compress.Feature (smack-core... |
target13/site/clover/com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_02_testAbaNumberCheck_1959_good_upq.html | dcarda/aba.route.validator | <!DOCTYPE html>
<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"/>
<link rel="SHORTCUT ICON" href="../../../../../img/clover.ico" />
<link rel="stylesheet" href="../../../../../aui/css/aui.min.css" media... |
target13/site/clover/com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_13b_testAbaNumberCheck_29118_bad_ybz.html | dcarda/aba.route.validator | <!DOCTYPE html>
<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"/>
<link rel="SHORTCUT ICON" href="../../../../../img/clover.ico" />
<link rel="stylesheet" href="../../../../../aui/css/aui.min.css" media... |
target13/site/clover/com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_16_testAbaNumberCheck_35261_good_w5s.html | dcarda/aba.route.validator | <!DOCTYPE html>
<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"/>
<link rel="SHORTCUT ICON" href="../../../../../img/clover.ico" />
<link rel="stylesheet" href="../../../../../aui/css/aui.min.css" media... |
docs/com/solidfire/element/api/GroupSnapshotRemoteStatus.Builder.html | solidfire/solidfire-sdk-java | <!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_171) on Fri Apr 16 05:17:59 UTC 2021 -->
<title>GroupSnapshotRemoteStatus.Builder</title>
<meta name="date" content="2021-04-16">
<link rel="st... |
wrappers/node/docs/interfaces/_spi_api_.agentconnection.html | korsimoro/indy-sdk | <!doctype html>
<html class="default no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>AgentConnection | @korsimoro/indy-sdk</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" hre... |
doc/ar/fiuba/tecnicas/format/subformat/class-use/SubformatText.html | jorgeCollinet/tecDisenio2014 | <!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 (version 1.7.0_51) on Thu Jun 19 18:23:02 ART 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class ar.fi... |
_includes/css/agency.css | dr-data/raspect | /*!
* Start Bootstrap - Agency Bootstrap Theme (http://startbootstrap.com)
* Code licensed under the Apache License v2.0.
* For details, see http://www.apache.org/licenses/LICENSE-2.0.
*/
body {
overflow-x: hidden;
font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
color: #{{ site.... |
all/187.html | ilearninging/xxhis | <table border="1" id="table1" style="border-collapse: collapse">
<tr>
<td height="25" align="center"><span style="font-size: 16px">东周/春秋</span></td>
<td height="25" align="center"><span style="font-size: 16px">公元前741年</span></td>
<td height="25" align="center"><span style="font-size: 16px">庚子</span></td>
<td heigh... |
www/narrative_event.html | githubdfugurgaon/IMPrototype1 | <!DOCTYPE html>
<html>
<head>
<title>Narrative_event</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<meta name="format-detection" content="telephone=no"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
<link href="resources/css/jquery-ui-themes.css" type="... |
assets/stylesheets/prism.css | grails/grails-static-website | /* PrismJS 1.21.0
https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript+bash+groovy+markdown */
/**
* prism.js default theme for JavaScript, CSS and HTML
* Based on dabblet (http://dabblet.com)
* @author Lea Verou
*/
code[class*="language-"],
pre[class*="language-"] {
color: black;
... |
docs/3.5/api/node_modules_bson_lib_bson_binary.js.html | mongodb/node-mongodb-native | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Source: node_modules/bson/lib/bson/binary.js</title>
<meta property="og:title" content="MongoDB Driver API for Node.js"/>
<meta property="og:type" content="website"/>
<meta property="og:image" content=""/>
... |
module-code/app/infra/sockjs/check/index.scala.html | alari/play-sockjs | @()(implicit request: RequestHeader)
<!DOCTYPE html>
<html>
<head>
<script src="https://d1fxtkz8shb9d2.cloudfront.net/sockjs-0.3.min.js"></script>
<script>
window.ws = new SockJS ( 'http://localhost:9000/echo' ) ;
window.ws.onmessage = function ( m ) {
console.log ( m ) ;
... |
app/views/directives/edit-config-map-or-secret.html | openshift/origin-web-console | <ng-form name="keyValueMapForm">
<fieldset>
<!-- Name -->
<div ng-show="showNameInput" class="form-group">
<label for="key-value-map-name" class="required">Name</label>
<!-- regex, maxlength from k8s.io/kubernetes/pkg/util/validation/validation.go -->
<div ng-class="{ 'has-error': keyValueMa... |
doc/org/tryhard/gl/egghunt/package-summary.html | courault/GLPOO_ESIEA_1617_Team_Tryhard | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="fr">
<head>
<!-- Generated by javadoc (1.8.0_73) on Sat Apr 22 09:33:12 CEST 2017 -->
<title>org.tryhard.gl.egghunt</title>
<meta name="date" content="2017-04-22">
<link rel="stylesheet" t... |
essentials/components/index.html | doubledare704/my_vues | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Vue example</title>
<link rel="stylesheet" href="http://davidtkatz.com/public_css/vue.css">
<script type="text/javascript" src="https://unpkg.com/vue">
</script>
</head>
<body>
<div id="app">
<counter v-bind:add-num="5"></counter>
</div>
... |
src/unit_tests.html | lerwine/JSCookbook | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=800, initial-scale=1, shrink-to-fit=no" />
<title>Lenny's JavaScript Cookbook</title>
<link rel="stylesheet" type="text/css" media="screen" href="../node_modules/angular/angular-csp.css" />
<link rel="stylesh... |
docs/solr-core/org/apache/solr/spelling/class-use/WordBreakSolrSpellChecker.BreakSuggestionTieBreaker.html | freakimkaefig/melodicsimilarity-solr | <!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_75) on Wed Jun 10 23:20:35 IST 2015 -->
<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
<title>Uses of Class org.a... |
2.2.1.Final/apidocs/org/wildfly/swarm/config/modcluster/mod_cluster_config/package-tree.html | wildfly-swarm/wildfly-swarm-javadocs | <!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_151) on Tue Oct 30 00:53:00 MST 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>org.wildfly.swarm.config.mo... |
site/nl/contributing/index.html | SeleniumHQ/docs | <!DOCTYPE html>
<html lang="nl" class="js csstransforms3d">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Hugo 0.56.0" />
<meta name="description" content="Documentation for Selenium">
<link rel="icon" href="h... |
src/main/resources/gate/plugins/Coref_Tools/doc/javadoc/gate/creole/coref/matchers/package-frame.html | Network-of-BioThings/GettinCRAFTy | <!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_37) on Thu Nov 29 20:42:41 GMT 2012 -->
<TITLE>
gate.creole.coref.matchers (OrthoRef JavaDoc)
</TITLE>
<META NAME="date" CONTENT="2012-11-29">
<LIN... |
docs/2021.1.0-RELEASE-KOTLIN/zircon.core/zircon.core/org.hexworks.zircon.api.dsl.component/vbox.html | Hexworks/zircon | <html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
<title>vbox</title>
<link href="../../images/logo-icon.svg" rel="icon" type="image/svg">
<script>var pathToRoot = "../../";</script>
<script type="text/javascript" src="../../scripts/sourceset_depend... |
target13/site/clover/com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_02_testAbaNumberCheck_1380_bad_l0q.html | dcarda/aba.route.validator | <!DOCTYPE html>
<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"/>
<link rel="SHORTCUT ICON" href="../../../../../img/clover.ico" />
<link rel="stylesheet" href="../../../../../aui/css/aui.min.css" media... |
java/docs/com/google/publicalerts/cap/profile/CsvFileIterator.html | google/cap-library | <!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-google-v6) on Sat Nov 22 14:21:58 GMT 2014 -->
<title>CsvFileIterator (CAP Library)</title>
<meta name="date" content="2014-11-22">
<li... |
archive/v0.2/blog/0.1-announcement.html | istio/istio.io | <!DOCTYPE html>
<html lang="en-US">
<meta charset="utf-8">
<title>Redirecting…</title>
<link rel="canonical" href="/v0.2/blog/istio-service-mesh-for-microservices.html">
<meta http-equiv="refresh" content="0; url=/v0.2/blog/istio-service-mesh-for-microservices.html">
<h1>Redirecting…</h1>
<a href="/v0.2/blo... |
library/hazelcast/2.5/hazelcast-2.5/docs/javadoc/com/hazelcast/core/class-use/MultiTask.html | health-and-care-developer-network/health-and-care-developer-network | <!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_37) on Tue Jan 15 15:45:40 EET 2013 -->
<TITLE>
Uses of Class com.hazelcast.core.MultiTask (Hazelcast API - 2.5)
</TITLE>
<META NAME="date" CONTENT=... |
ui/app/dashboard/directives/pnc-my-builds-panel.html | dans123456/pnc | <!--
JBoss, Home of Professional Open Source.
Copyright 2014 Red Hat, Inc., and individual 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 th... |
Assignment_5/doc/constant-values.html | zibbezibbe/KD405A_Nilsson_Sebastian | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="sv">
<head>
<!-- Generated by javadoc (1.8.0_65) on Fri Feb 19 10:55:05 CET 2016 -->
<title>Constant Field Values</title>
<meta name="date" content="2016-02-19">
<link rel="stylesheet" typ... |
docs/html/dir_40addbe8f086978569cbf68527738092.html | bounswe/bounswe2016group12 | <!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... |
static/dashboard/css/792ac607b7a2.css | kionetworks/openstack-dashboard-havana | article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
display: block;
}
audio, canvas, video {
display: inline-block;
*display: inline;
*zoom: 1;
}
audio:not([controls]) {
display: none;
}
html {
font-size: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}... |
surfers/mlt/hbat.html | chicofilho/fst | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>FST - Halley Batista</title>
<meta name="description" content="Keep track of the statistics from Halley Bati... |
basic/marque.html | Mimperial/learningAnimal | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>随机联想跑马灯效果</title>
</head>
<body>
<marquee behavior="alternate">我来回滚动</marquee>
<marquee behavior="scroll">我单方向循环滚动</marquee>
<marquee behavior="scroll" direction="up" height="30">我改单方向向上循环滚动</marquee>
<marquee behavior="slide">我只滚动一次</marquee... |
oscar/src/main/javascript/oscar/test/Gui/ServicePanel.html | caris/OSCAR-js | <html>
<head>
<script src="../../Loader.js"></script>
<script type="text/javascript">
var url = "../files/themeConfiguration.json";
var waitTime = 2;
function test_ServicePanel_Constructor(t) {
var div = document.createElement("div");
div.name = "panelDiv";
div.id = "panelDiv";
var panel = new oscar.Gui.ServicePane... |
KoDeMat_TouchScreen/lib/hazelcast-3.4.2/hazelcast-3.4.2/docs/javadoc/com/hazelcast/core/ClientListener.html | akiskip/KoDeMat-Collaboration-Platform-Application | <!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_45) on Thu Mar 26 16:48:18 UTC 2015 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
ClientListener (Hazelcast Root 3.... |
queryStresser/performance_testing/jmeter/docs/api/org/apache/jmeter/sampler/package-frame.html | lahabana/clucene | <!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.5.0_22) on Tue Oct 02 20:41:07 WET 2012 -->
<TITLE>
org.apache.jmeter.sampler (Apache JMeter API)
</TITLE>
<META NAME="keywords" CONTENT="org.apache.jme... |
src/index.html | tkem/openlap | <!DOCTYPE html>
<html lang="en">
<head>
<title>Open Lap</title>
<meta charset="utf-8"/>
<meta name="Description" content="Open Lap is a simple, no-nonsense slot car race management app for Carrera® DIGITAL 124/132 systems.">
<meta name="viewport" content="viewport-fit=cover, width=device-width, initial-scale=1... |
_includes/about.html | LBCMontreal/LaBelleCompagnie | <!-- About Section -->
<section id="about" class="container content-section text-center">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2>About Grayscale</h2>
<h2>About My intention</h2>
<p>Grayscale is a free Bootstrap 3 theme cre... |
src/solutions/common/templates/events_events.html | our-city-app/oca-backend | {% raw %}
{{each(i, event) events}}
<tr>
<td style="position: relative;">
<div class="span9">
<h3>${CommonTranslations.TITLE}: ${event.title}</h3>
<div style="display: flex; flex-direction: row;">
{{if event.media.length > 0}}
<div style="margin-right: 8px;">
... |
partials/imprint.html | obensch/arachnefrontend | <div class="row">
<div class="col-md-8 col-md-offset-2" style="margin-top:20px">
<h1>Impressum</h1>
<hr>
ISSN 1867-2787<br><br>
Das Internetangebot unter <a href="http://arachne.dainst.org" title="http://arachne.dainst.org">http://arachne.dainst.org</a> wird betrieben von einem Konsortium folgender Institution... |
Server/thirdparty/hazelcast/hazelcast-3.3.3/docs/javadoc/com/hazelcast/core/ILock.html | SoCe/SoCe | <!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_65) on Wed Nov 12 13:02:43 UTC 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>ILock (Hazelcast Ro... |
PyBeispiele/FlaskReporting/templates/home.html | donK23/shed01 | {% extends "bootstrap/base.html" %}
{% block title %}Report{% endblock %}
{% block navbar %}
<div class="navbar navbar-inverse" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle"
data-toggle="collapse" data-target=".navbar-collapse">
<... |
_site/risky-proposition.html | joeypoon/blog | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="A Programmer's Adventures">
<title>Blog | Joey F. Poon</title>
<!-- <titl... |
resources/inspectionDescriptions/SuspiciousInferredType.html | consulo/consulo-scala | <html><body>Detects inferred types of Any or AnyVal
</body></html> |
target13/site/clover/com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_04_testAbaNumberCheck_6810_bad_gw7.html | dcarda/aba.route.validator | <!DOCTYPE html>
<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"/>
<link rel="SHORTCUT ICON" href="../../../../../img/clover.ico" />
<link rel="stylesheet" href="../../../../../aui/css/aui.min.css" media... |
play2-maven-plugin/1.0.0-beta6/play2-provider-api/apidocs/com/google/code/play2/provider/api/class-use/Play2RunnerConfiguration.html | play2-maven-plugin/play2-maven-plugin.github.io | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="pl">
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class com.google.code.play2.provider.api.Play2RunnerConfigurati... |
public/errortest/gunlee/test.html | baeum/hakstrace | <html>
<head>
<title></title>
</head>
<body>
yosijoa
<iframe src="./testYosi.html"></iframe>
haks
<iframe src="./testHaks.html"></iframe>
<br>
pantom
<iframe src="./testPhantom.html"></iframe>
</body>
</html>
|
src/sap.ui.core/test/sap/ui/core/qunit/testdata/serializer/TestHtml.view.html | SAP/openui5 | <template data-controller-name="serializer.view.TestHtml">
<div data-sap-ui-type="sap.ui.layout.VerticalLayout" id="thaPage" data-tooltip="Leave Request">
<div data-sap-ui-type="sap.m.Image"
data-src="http://www.sap.com/global/images/SAPLogo.gif"
data-alt="alternative text for image">
</div>
<div data-sap-... |
documentation/javadoc/apidocs/com/googlecode/cqengine/query/parser/sql/grammar/class-use/SQLGrammarParser.Table_aliasContext.html | npgall/cqengine | <!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.3) on Sun Mar 29 22:42:10 IST 2020 -->
<title>Uses of Class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Table_aliasContext (CQEngine 3.5.0 API)</title>
<meta http-equiv="Content-Type" content="text/html; chars... |
pitReports/201502270859/org.apache.commons.collections4.set/AbstractSerializableSetDecorator.java.html | krivachy/compgs03_mutation_testing | <html>
<head>
<style type='text/css'>
html, body, div, span, p, blockquote, pre {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
body{
line-height: 1;
color: black;
background: white;
margin-left: ... |
packages/FAKE/license.html | jeroldhaas/Fi |
<!DOCTYPE html>
<html lang="en" class="">
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# object: http://ogp.me/ns/object# article: http://ogp.me/ns/article# profile: http://ogp.me/ns/profile#">
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.