path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
fullHomeTheaterApp/client/lib/angular-grid/docs/example-account-report/account.html
pjlinn/homeTheaterNodeApp
<!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <!-- Bootstrap --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap-theme.min.css"> <...
partials/portfolio.html
juanjtp/WebSite
<section id="portfolio" class="bg-light-gray"> <div class="container"> <div class="row"> <div class="col-lg-12 text-center"> <h2 class="section-heading">¿Cómo funciona?</h2> <h3 class="section-subheading text-muted">¡Es fácil! Solo tienes que h...
W_myeclipse/plugins/org.eclipse.birt.doc_2.5.2.me201003052220/birt/crosstab.17.8.html
00wendi00/MyProject
<?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 xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta...
app/views/businessmatching/updateservice/remove/remove_activities.scala.html
hmrc/amls-frontend
@* * Copyright 2021 HM Revenue & Customs * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
thirdparty/hbase-1.1.1.2.3.0.0-2557/docs/xref/org/apache/hadoop/hbase/regionserver/AnnotationReadingPriorityFunction.html
scalingdata/Impala
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>AnnotationReadingPriorityFunction xref</title>...
build/docs/api/org/apache/hadoop/mapred/join/class-use/OverrideRecordReader.html
davidl1/hortonworks-extension
<!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_26) on Sun Dec 30 01:26:13 PST 2012 --> <TITLE> Uses of Class org.apache.hadoop.mapred.join.OverrideRecordReader (Hadoop 1.0.4-SNAPSHOT API) </TITLE>...
example/missing-import.html
Banno/polymer-lint
<dom-module id="missing-import"> <template> <style include="i-am-never-imported"></style> <i-am-never-imported-either/> </template> <script> Polymer({ is: 'missing-import' }); </script> </dom-module>
public/css/style.css
nshikalkov/timesheet
body { padding-top: 60px; padding-bottom: 40px; } body.nomenu { padding-top: 10px; } .zf-green { color: #68b604; } .btn-success { background-color: #57a900; background-image: -moz-linear-gradient(top, #70d900, #57a900); background-image: -ms-linear-gradient(top, #70d900, #57a900); backgr...
static/style.css
kele/find-by-ut
::selection{ background-color: #E13300; color: white; } ::moz-selection{ background-color: #E13300; color: white; } ::webkit-selection{ background-color: #E13300; color: white; } body { font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif; color: #888; font-style: normal; font-size:...
javadoc/org/smslib/modem/ModemGateway.ModemTypes.html
pioryan/smslib
<!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_27) on Wed Mar 06 23:03:06 EET 2013 --> <TITLE> ModemGateway.ModemTypes (SMSLib 3.5.3) </TITLE> <META NAME="date" CONTENT="2013-03-06"> <LINK REL =...
bej/feat/Number.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>Number</title> <link rel="r...
index.html
heyboss/corkairporttaxi
<!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="Cork Airport Taxi is a leader in transportation services for Cork Airport and Cork...
tags/Python/index.html
dyx0818/dyx0818.github.io
<!doctype html> <html class="theme-next pisces use-motion"> <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"/> <meta http-equiv="Cache-Control" content="no-transform" /> <meta...
share/doc/api/org/apache/hadoop/yarn/security/admin/class-use/AdminSecurityInfo.html
ZhangXFeng/hadoop
<!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 Tue May 19 17:12:42 PDT 2015 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Class org.a...
doc/api_doc/org/jb2011/lnf/beautyeye/ch19_list/package-summary.html
JackJiang2011/beautyeye
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="zh"> <head> <!-- Generated by javadoc (version 1.7.0_80) on Fri Nov 13 17:08:56 CST 2015 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.jb2011.lnf...
carrot2-webapp-3.8.1/herballsilvertrigram/01071659.txt.html
idigbio-citsci-hackathon/carrotFacetNgram
<html> <head> <link rel="stylesheet" type="text/css" href="style.css"> </head> <body> <span class='rank0 0.0'>?I</span> <span class='rank0 0.0'>???</span> <span class='rank0 0.0'>O</span> <span class='rank0 0.0'>?</span> <span class='rank0 0.0'>?</span> <span class='rank0 0.0'>?</span> <span class='rank0 0.0'>i</span> ...
mysearch.git/mysearch-server/src/main/webapp/tpl/logging.html
zycgit/configuration
<div id="logging" class="clearfix"> <div id="frame"></div> </div>
rtk/v4/1792.html
hochanh/hochanh.github.io
<!DOCTYPE html> <meta charset=utf-8> <title>Redirecting...</title> <link rel=canonical href="../業/index.html"> <meta http-equiv=refresh content="0; url='../業/index.html'"> <h1>Redirecting...</h1> <a href="../業/index.html">Click here if you are not redirected.</a> <script>location='../業/index.html'</script>
react-ebay-network-aware-code-splitting/src/App.css
GoogleChromeLabs/adaptive-loading
.main { margin: 8px; } .generic-font-color { color: #636363; } .bold-font-color { color: #333; } a { color: #0654ba; } .flexbox { display: flex; align-items: center; } .ellipsis { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .minor-font-size { font-size: .75em; display:...
tools/nant/doc/help/functions/timespan.from-minutes.html
spring-projects/spring-net-codeconfig
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <!-- Documenting FromMinutes--> <head> <meta http-equiv="Content-Language" content="en-ca" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> ...
appengine/standard-static-files/rails/public/404.html
GoogleCloudPlatform/ruby-docs-samples
<!-- Copyright 2020, Google LLC Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writi...
docs/themes/theme-custom/theme/Playground/styles.module.css
RasaHQ/rasa_nlu
.playgroundHeader { letter-spacing: 0.08rem; padding: 0.75rem; text-transform: uppercase; font-weight: bold; } .playgroundEditorHeader { background: rgb(32, 35, 42); color: #999; } .playgroundPreviewHeader { background: rgb(236, 236, 236); color: rgb(109, 109, 109); } .playgroundPreview { border: 1...
html/_event_extensions_8cs.html
XLabs/xlabs.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...
2017.1.1/apidocs/org/wildfly/swarm/config/messaging/activemq/server/class-use/RemoteConnectorSupplier.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_60-ea) on Wed Jan 04 17:08:18 EST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Interface org.wil...
Bjd.Startup/wwwroot/bjd5-ftp.html
darkcrash/bjd5
<!-- Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information. --> <!DOCTYPE html> <html xmlns:msxsl="urn:schemas-microsoft-com:xslt"> <head> <meta content="en-us" http-equiv="Content-Language" /> <meta content="tex...
doc/dokka/biomedicus-core/edu.umn.biomedicus.common.types.syntax/-part-of-speech/-r-p.html
NLPIE/BioMedICUS
<HTML> <HEAD> <meta charset="UTF-8"> <title>PartOfSpeech.RP - biomedicus-core</title> <link rel="stylesheet" href="../../../style.css"> </HEAD> <BODY> <a href="../../index.html">biomedicus-core</a>&nbsp;/&nbsp;<a href="../index.html">edu.umn.biomedicus.common.types.syntax</a>&nbsp;/&nbsp;<a href="index.html">PartOfSpee...
modules/dCacheDatasetRestoreLazy.html
HappyFaceGoettingen/HappyFaceCore
## -*- coding: utf-8 -*- <%inherit file="/module_base.html" /> <%def name="content()"> <table class="TableData"> <tr> <td class="dCacheDatarestoreLazyFirstCol">Total number of stage requests</td> <td>${module.dataset["total"]}</td> </tr> <tr> <td class="dCacheDatarestoreLazyFirstCol"> ... with status Pool2Pool:</td> ...
docs/sdl2_sys/scancode/SDL_SCANCODE_KP_9.v.html
nitro-devs/nitro-game-engine
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="refresh" content="0;URL=constant.SDL_SCANCODE_KP_9.html"> </head> <body> <p>Redirecting to <a href="constant.SDL_SCANCODE_KP_9.html">constant.SDL_SCANCODE_KP_9.html</a>...</p> <script>location.replace("constant.SDL_SCANCODE_KP_9.html" + location.sear...
commons/buildtools/pmd/docs/xref/net/sourceforge/pmd/util/viewer/gui/EvaluationResultsPanel.html
deleidos/digitaledge-platform
<!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="null" lang="null"> <head> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /><title>EvaluationResultsPanel xref</title> <l...
treebanks/pl_lfg/pl_lfg-dep-nummod.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 nummod in UD_Poli...
html/albumConsole/src/app/album/album/album.component.html
CaoYouXin/serveV2
<div class="albums-wrapper" #wrapper> <app-one-album *ngFor="let album of albums;let idx=index" [data]="album" (onDelete)="onDelete(idx, album)"></app-one-album> <div class="handle" (click)="addAlbum()"></div> </div> <app-edit-album (onSave)="onSave($event)"></app-edit-album>
Cy-chat/Cy-CHAT Dark Edition (LOCAL-HOSTING)/ourteam/utstyle.css
ShashankKawle/Global-Chat-Website
body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1.42857143; color: #333; background-color: #e3dede; } h2 { text-align: center; font-size: 75px; border-width: 2px; border-style: solid; color: white; text-shadow: 10px 10px 10px black; border-color...
docs/apidocs/org/apache/hadoop/hbase/client/coprocessor/class-use/BigDecimalColumnInterpreter.html
axfcampos/hbase-0.94.19
<!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 Tue Apr 22 01:43:51 UTC 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class org.apache.hadoop.h...
docs/solr-solrj/org/apache/solr/client/solrj/impl/class-use/BinaryResponseParser.html
arnaud71/webso-db
<!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.6.0_27) on Thu Jan 23 20:22:16 EST 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="utf-8"> <title>Uses of Class...
core/templates/dev/head/galleries/gallery.html
kennho/oppia
{% extends "base.html" %} <!-- Gallery page is a special case: we switch the main and sub titles --> {% block maintitle %} Gallery {% endblock maintitle %} {% block subtitle %} Oppia {% endblock subtitle %} {% block navbar_breadcrumb %} {% endblock navbar_breadcrumb %} {% block local_top_nav_options %} <searc...
docs/apidocs/org/apache/hadoop/hbase/ipc/class-use/HBaseServer.Connection.html
algarecu/hbase-0.94.8-qod
<!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_43) on Wed May 22 21:49:32 UTC 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class org.apache.hadoop.h...
docs/api/com/johnsnowlabs/nlp/DocumentAssembler$.html
JohnSnowLabs/spark-nlp
<!DOCTYPE html > <html> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> <title>Spark NLP 3.4.2 ScalaDoc - com.johnsnowlabs.nlp.DocumentAssembler</title> ...
Spring/jars/spring-framework-5.1.18.RELEASE/docs/javadoc-api/org/springframework/transaction/interceptor/class-use/TransactionAttribute.html
akhr/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_232) on Tue Sep 15 08:53:07 UTC 2020 --> <title>Uses of Interface org.springframework.transaction.interceptor.TransactionAttribute (Spring Fram...
js-course/exercises/ex6/ex6.html
gonzaloaizpun/kyle.simpson
<!DOCTYPE html> <html> <head> <title>Exercise 6</title> <link rel="stylesheet" href="ex6.css"> </head> <body> <h1>Exercise 6</h1> <div id="help"> <p> <strong>Instructions:</strong> Add notes to the list by typing into the text box and clicking "Add". </p> <p> Ex: <a class="note" href="#">Some notes taken</a>...
dist/javadoc/gr/forth/ics/graph/class-use/GraphChecker.html
DimitrisAndreou/flexigraph
<!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_18) on Tue Oct 19 21:35:16 BST 2010 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class gr.forth.ics.graph....
doc/org/deeplearning4j/nn/updater/graph/package-frame.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:35 PDT 2016 --> <title>org.deeplearning4j.nn.updater.graph</title> <meta name="date" content="2016-09-19"> <link rel="s...
algo.html
jermj/BeerPongTournament
<html> <head> <script> function isEven(value){ return value % 2 == 0; } function canBeADirectTournament(value){ var data = Math.log(value)/Math.log(2); return data === parseInt(data); ...
docs/WDM_Newsletter/Formularios/_forms---cadastrese.php.html
wildiney/wdm-newsletter
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Docs for page cadastrese.php</title> <link rel="stylesheet" type="text/css" href="../../medi...
_site/docs/1.0.0-rc.4/api/directive/menuClose/index.html
martinjbaker/ionic-site
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content="Ionic makes it incredibly easy to build beautiful and interactive mobile apps using HTML5 and AngularJS."> <meta name="keywords" content="html5,ja...
yue/dep/index.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>Dependencies</title> <link ...
channel.html
Erilan/average
<script src="https://cdns-files.dzcdn.net/js/min/dz.js"></script>
agent/services/templates/status.html
aabdulwahed/cloudpots
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Example of Bootstrap 3 Table with Emphasis Classes</title> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap...
sympy/modules/physics/vector/index.html
lidavidm/lidavidm.github.com
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>The Physics Vector Module &mdash; SymPy 1.0.1.dev d...
website/ankorsite/static/javadoc/apidocs-0.2/at/irian/ankor/serialization/json/common/class-use/ChangeDeserializer.html
ankor-io/ankor-framework
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="de"> <head> <!-- Generated by javadoc (version 1.7.0_11) on Mon Apr 07 19:10:16 CEST 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Class at.i...
docs/typenum/consts/type.N681.html
nitro-devs/nitro-game-engine
<!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 `N681` type in crate `typenum`."> <meta name="keywords" con...
www/index.html
Rfilomeno/MyRecipiesApp
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="format-detection" content="telephone=no" /> <meta name="msapplication-tap-highlight" content="no" /> <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width" /> <!--<m...
widgets/locator/templates/locatorTemplate.html
CTLocalGovTeam/map-and-app-gallery-template-V1.9.1
<div data-dojo-attach-point="divAddressContainer" class="esriCTSearchInput"> <div> <div class="esriCTSearch"> <div class="esriCTSearchLocator"> <div class="esriCTSearchLocatorInput"> <input data-dojo-attach-point="txtItemSearch" class="esriCTSearchItemInput" ...
target13/site/clover/com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_10_testAbaNumberCheck_20247_good_w2m.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...
site/apidocs/io/permazen/annotation/class-use/PermazenType.html
permazen/permazen
<!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 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class io.permazen.annotation.PermazenType (Permazen 4.1.9-SNAPS...
surfers/mqs/aset.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 - Agus Setiawan</title> <meta name="description" content="Keep track of the statistics from Agus Setiawa...
windows/src/ext/docbook/fop/fop-0.95/javadocs/org/apache/fop/render/rtf/class-use/BorderAttributesConverter.html
tavultesoft/keymanweb
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.4.2_18) on Thu Jul 31 15:03:42 GMT+01:00 2008 --> <TITLE> Uses of Class org.apache.fop.render.rtf.BorderAttributesConverter (Apache FOP 0.95 API) </TITLE...
pmd/pmd-doc-5.5.1/pmd-jsp/apidocs/net/sourceforge/pmd/lang/jsp/package-frame.html
jasonwee/videoOnCloud
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_92) on Wed Jul 27 21:24:56 CEST 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>net.sourceforge.pmd.lang.js...
_posts/2005-05-30-potd-living-on.html
spaetzel/spaetzel.github.com
--- wordpress_id: 493 title: "POTD: Living On" wordpress_url: http://spaetzel.com/PermaLink,guid,348.aspx layout: post --- <br /> I've had this poinsetta for more than a month now. Its survived a trip to Port Elgin, and back. And its still living on. It looses a leaf every once and a while, but...
src/MusicLibrary/wwwroot/Content/Styles/templateStyle.css
Arcidev/MusicLibrary
/* Author: W3layout Author URL: http://w3layouts.com License: Creative Commons Attribution 3.0 Unported License URL: http://creativecommons.org/licenses/by/3.0/ */ /* reset */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn...
doc/org/xclcharts/event/click/package-frame.html
hnlshzx/charts
<!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_07) on Sat Aug 09 23:05:54 CST 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>org.xclcharts.event...
public/css/app.css
gvitiello/weather1
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } body { font-family: Helvetica Neue for IBM, Helvetica Neue, Helvetica, Arial, sans-serif; margin: 0; padding: 0; } div { word-wrap: break-word; line-height: 1.25rem; } #view-change-button { display: inline-bl...
web/buttons/buttonsDemo.doc.html
angular-dart-ui/bootstrap
There are 2 directives that can make a group of buttons to behave like a set of checkboxes or radio buttons.
src/odontology/person/static/css/patients.css
nanomolina/JP
#list-patients .panel-body > table { margin-bottom: 0; } #paginator .pagination { width: 20%; } #block-info { padding-top: 8px; padding-bottom: 8px; } .buttons { margin-bottom: 20px; } #block-info { margin-bottom: 0; }
pup-code-blog-fr /src/main/resources/pages/sitemapxml.html
PUPInitiative/pup-code-poc
<?xml version="1.0" encoding="UTF-8"?> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <!-- <url> <loc>http://fr.pupcodeinitiative.info</loc> <image:image> <image:loc>http://example.com/image.jpg</image:loc> <image:caption>Dogs playing poker</image:caption> ...
punchcard_demo.html
nbigot/punchcardjs
<!DOCTYPE html> <html> <head> <title>Punchcard demo</title> <link rel="stylesheet" href="punchcard.css"> <script type="text/javascript" src="punchcard.js"></script> <script type="text/javascript"> window.onload = function() { var data = { range: { min: 0, max: 20}, xAxis: ['2006', '2007', '2008', '2009', '2010...
docs/_snippets/fillets.html
Microsoft/maker.js
--- title: Fillets --- <p> Fillets are round corners where two paths meet. Maker.js provides two types of fillets: traditional fillets and <a href="#Dogbone%20Fillets">dogbone fillets</a>. </p> <h4>Traditional fillet</h4> <p> Rounding a corner can add strength to your part, as well as make it faster to p...
basics/fragments/fragment-ui.html
craftsmanBai/android-training-course-in-chinese
<!DOCTYPE HTML> <html lang="en-US" manifest="../../manifest.appcache"> <head> <meta charset="UTF-8"> <title>建立灵活动态的UI | Android Training Course in Chinese</title> <meta content="text/html; charset=utf-8" http-equiv="Content-Type"> <meta name="description" content=""> ...
apache-cassandra-2.0.15/javadoc/org/apache/cassandra/gms/class-use/EchoMessage.html
anuragkapur/cassandra-2.1.2-ak-skynet
<!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_72) on Wed May 13 11:47:54 EDT 2015 --> <title>Uses of Class org.apache.cassandra.gms.EchoMessage (apache-cassandra API)</title> <meta ...
docs/cvs/classdroid_1_1_runtime_1_1_prototyping_1_1_sensors_1_1_transform_1_1_rotation_sensor-members.html
sintefneodroid/droid
<!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/com/arjuna/common/util/propertyservice/PropertiesFactorySax.html
jbosstm/narayana.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_312) on Wed Jan 19 23:44:08 GMT 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>PropertiesFactorySax (Naray...
www/templates/patients.html
nealvs/Therapy-UI
<div ng-if="!error"> <br/> <div class="bar-subheader" style="height: 60px; border-bottom: 0px; top: 37px;" ng-if="!showNewPatientForm"> <button style="height: 50px;" class="btn btn-block btn-primary bigger" ng-click="addPatient()"> New Patient </button> </div> <div> <div class="list" ng-if="...
chrome/html/requester/modals/modal-tcp-proxy.html
michaelsharman/POSTMan-Chrome-Extension
<div id="modal-tcp-manager" class="modal fade"> <div class="modal-header"> <a class="close" data-dismiss="modal">×</a> <h3 id="modal-tcp-manager-header">Postman Proxy: <span class="status status-disconnected">Disconnected</span></h3> </div> <div class="modal-body"> <ul id="filter-set...
2.7.0.Final/apidocs/org/wildfly/swarm/config/elytron/class-use/X500SubjectEvidenceDecoder.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 13:53:02 MST 2020 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.wildfly.s...
mrDoors/2016/mrDoors_20161221_v2/mrDoors_20161221_v2.html
wim-agency/wim-agency.github.io
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <!--[if !mso]><!--> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <!--<![endif]...
target13/site/clover/com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_03_testAbaNumberCheck_2679_good_m0s.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/eggdigital/android/eggrating/package-tree.html
ppyzza/EggRating
<!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_25) on Thu Feb 02 09:05:26 ICT 2017 --> <title>com.eggdigital.android.eggrating Class Hierarchy</title> <meta name="date" content="2017-02-02">...
server/static/css/community-fund.css
dylanseago/CommunityFund
.margin-sm { margin: 0.5em; } .margin-md { margin: 1em; } .margin-lg { margin: 2em; } .margin-top-sm { margin-top: 0.5em; } .margin-top-md { margin-top: 1em; } .margin-top-lg { margin-top: 2em; } .margin-right-sm { margin-right: 0.5em; } .margin-right-md { margin-right: 1em; } .margin-right-lg { margin-right: 2em; } .m...
rebbit/bonfire/codeigniter/core/Loader.php.html
inputx/code-ref-doc
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <html> <head> <title>PHPXRef 0.7.1 : Unnamed Project : Detail view of Loader.php</title> <link rel="stylesheet" href="../../../sample.css" type="text/css"> <link rel="stylesheet" href="../../../sample-...
man_pages/html/man3/gnu_dev_makedev.3.html
cs-education/sysassets
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <HTML><HEAD><TITLE>Invalid Man Page</TITLE></HEAD> <BODY> <H1>Invalid Man Page</H1> The requested file gnu_dev_makedev.3 is not a valid (unformatted) man page.</BODY></HTML>
windows/src/ext/docbook/fop/fop-0.95/javadocs/org/apache/fop/fo/pagination/package-summary.html
tavultesoft/keymanweb
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.4.2_18) on Thu Jul 31 15:03:46 GMT+01:00 2008 --> <TITLE> org.apache.fop.fo.pagination (Apache FOP 0.95 API) </TITLE> <META NAME="keywords" CONTENT="org...
FUSED-meteor/client/index.css
rethore/FUSED-meteor
/* CSS declarations go here */ .selected { font-weight: bold; }
privacy.html
anknet/anknet.github.io
<h3>Privacy policy for Phrasing.me</h3>
doc/core/command/class-use/DeleteCommand.html
Corporatique-dev/Corporatique
<!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_20) on Tue Jan 20 23:37:43 CET 2015 --> <title>Uses of Class core.command.DeleteCommand</title> <meta name="date" content="2015-01-20"> <link r...
apache-jmeter-3.2/docs/api/org/apache/jmeter/reporters/package-summary.html
kangli914/JmeterAutomation
<!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>org.apache.jmeter.reporters (Apache JMeter API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" titl...
about.html
hzn1995/views
<!DOCTYPE HTML> <html> <head> <title>About</title> <link href="css/bootstrap.css" rel="stylesheet" type="text/css" media="all"> <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> <script src="js/jquery-1.11.0.min.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> <!-- Custo...
2017.12.1/apidocs/org/wildfly/swarm/config/messaging/activemq/server/ha_policy/shared_store_colocated/class-use/SlaveConfigurationSupplier.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 Dec 13 10:32:44 MST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Interface org.wildf...
dingschool/files/a5-5-4____/styles.css
yicold/axure-case
body { margin:0px; background-image:none; position:static; left:auto; width:2605px; margin-left:0; margin-right:0; text-align:left; } #base { position:absolute; z-index:0; } #u7620_div { position:absolute; left:0px; top:0px; width:377px; height:2221px; background:inherit; background-c...
src/main/webapp/pages/admin/image/image_view.html
jflyfox/jfinal_cms
<% var headContent = { include("/pages/template/head.html"){} }; var bodyContent = { %> <form name="form1" action="" method="post" class="form-horizontal" role="form"> <!-- 数据列表 --> <table class="table"> <% // 列表头部 %> <tr> <td>相册名称</td> <td>${model.album_name}</td> <td>图片名称</td> <td>${model.n...
archive/v1.11/news/announcing-1.7.4/index.html
istio/istio.io
<!doctype html><html lang=en><head><title>Redirecting&mldr;</title><link rel=canonical href=/v1.11/news/releases/1.7.x/announcing-1.7.4/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=/v1.11/news/releases/1.7.x/announcing-1.7.4/"></head><body><h1>Redirecting&mldr;</h1><...
app/iht/views/application/iht_kickout_application.scala.html
hmrc/iht-frontend
@* * Copyright 2021 HM Revenue & Customs * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
WebApp/ui/partials/blocks/searchResult.html
ShyAlon/DeepDev
<div class="col-sm-6 top-buffer nopadding" bs-tooltip="$root.tooltip('itemSystemBlock', null, item)" placement="auto"> <div class="panel panel-default" style="margin:10px;" ng-click="onEdit(item)"> <div class="panel-heading"> <h3 class="panel-title">{{item.Name | truncate:60}}</h3> </di...
openvidu-components-angular/coverage/openvidu-components/src/lib/services/document/document.service.mock.ts.html
OpenVidu/openvidu
<!doctype html> <html lang="en"> <head> <title>Code coverage report for src/lib/services/document/document.service.mock.ts</title> <meta charset="utf-8" /> <link rel="stylesheet" href="../../../../prettify.css" /> <link rel="stylesheet" href="../../../../base.css" /> <link rel="shortcut icon" type...
Spring/jars/spring-framework-5.1.18.RELEASE/docs/javadoc-api/org/springframework/messaging/simp/annotation/support/class-use/MissingSessionUserException.html
akhr/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_232) on Tue Sep 15 08:53:07 UTC 2020 --> <title>Uses of Class org.springframework.messaging.simp.annotation.support.MissingSessionUserException...
wbs-web-client/src/main/java/com/senacor/wbs/web/project/DropDownBoxPanel.html
duesenklipper/wicketbuch-wbs
<!-- Copyright 2009 Roland Foerther, Carl-Eric-Menzel, Olaf Siefart Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless r...
gwt/javadoc/com/rhizospherejs/gwt/client/bootstrap/package-use.html
battlehorse/rhizosphere
<!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-google-v3) on Tue Jun 28 23:58:16 BST 2011 --> <TITLE> Uses of Package com.rhizospherejs.gwt.client.bootstrap </TITLE> <META NAME="date" CONTENT="20...
docs/_layouts/default.html
ndabas/toc
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>{{ page.title }}</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content="Table of Contents jQuery Plugin - jquery.toc.js - A minimal, tiny jQuery plugin that will generate a ta...
docs/solr-core/org/apache/solr/parser/class-use/CharStream.html
jacquehettel/hugo_solr
<!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_27) on Tue Mar 26 08:27:28 EDT 2013 --> <META http-equiv="Content-Type" content="text/html; charset=utf-8"> <TITLE> Uses of Interface org.apac...
docs/apiref/modules/_src_exchanges_ccxt_index_.html
tianyangj/gdax-tt
<!doctype html> <html class="default no-js"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>&quot;src/exchanges/ccxt/index&quot; | GDAX Trading Toolkit API Reference</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-s...
target13/site/clover/com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_11_testAbaNumberCheck_24384_bad_w37.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/javadoc/2.0/com/fasterxml/jackson/databind/deser/impl/class-use/PropertyBasedCreator.html
FasterXML/jackson-databind
<!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_29) on Mon Mar 26 19:07:20 PDT 2012 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class com.fasterxml.jacks...