path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
css/YSIcss.css
youngstreetinitiative/lsp
body { font-family: Calibri, helvetica, sans-serif; } h1 { color: rgb(65, 105, 225); font-size: 127%; } .title { margin-right: 200px; } h2 { color: rgb(100, 149, 237); font-size: 121%; } h3 { font-size: 109%; font-weight: bold; } h4 { font-size: 100%; font-weight: bold; font-style: italic;...
www/attributes/ic-indicator.html
rootseire/intercooler
--- layout: default nav: attributes > ic-indicator --- <div class="container"> <div class="row"> <div class="col-md-12"> <h2><code>ic-indicator</code> - The Indicator Attribute</h2> <h3>Summary</h3> <p>The indicator attribute can be used to show an indicator while a request is in process.</...
public/tags/charla/page/1/index.html
xeBuz/blog
<!DOCTYPE html><html><head><link rel="canonical" href="http://localhost:1313/blog/tags/charla/"/><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0;url=http://localhost:1313/blog/tags/charla/" /></head></html>
manual/feature_def/manual_common_spec/app/PerformanceImprovement(4.2)/pageWithOutRhoApi.html
rhomobile/RMS-Testing
<!DOCTYPE html> <html> <head> <title>PageLoading Time</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/> <META HTTP-Equiv="MinimizeButton" content="visibility:Visible;top:30 " > <META HTTP-Equiv="quitbutton" Content="visibility:visible"> <META HTTP-E...
doc/api/files/__/__/_rbenv/versions/2_1_0/lib/ruby/gems/2_1_0/gems/activerecord-4_1_6/lib/active_record/associations/singular_association_rb.html
SeanYamaguchi/circle
<?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>singular_association.rb</title> <meta http-equiv="Content-Type" c...
option-row.html
EvanOxfeld/angular-insight
<div ng-click="toggleItemAssignment(item)"> <button type="button" class="btn btn-link pull-right btn-assigned" ng-show="item.assigned"> <span class="glyphicons ok_2"></span> </button> <button type="button" class="btn btn-link pull-right" ng-hide="item.assigned"> <span class="glyphicons plus"></span> </button> <...
test/test.html
Archetype-CSS/Archetype-u-colorkit
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Archetype-CSS/ u-colorkit Visual Unit Tests</title> <link rel="stylesheet" href="css/u-colorkit.css"> <link rel="stylesheet" href="css/test.css"> </head> <body> <h1 class="test-header--structure test-header--skin"><a href="https://git...
css/gym.css
mattdean1/gym
html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,td,tr,input { /*set standard formatting for common elements*/ margin:0; /*space outside the element*/ padding:0; /*space inside the element*/ border:0; /*coloured space around the element*/ border-collapse:separate; /*sets adjacent borders to not merg...
reference/android/database/DefaultDatabaseErrorHandler.html
AzureZhao/android-developer-cn
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width" /> <link rel="shortcut icon" type="image/x-icon" href="../../../favicon.ico" /> <title>Def...
Documentation/API/docsets/BlueSteel.docset/Contents/Resources/Documents/Protocols.html
gilt/BlueSteel
<!DOCTYPE html> <html lang="en"> <head> <title>Protocols Reference</title> <link rel="stylesheet" type="text/css" href="css/jazzy.css" /> <link rel="stylesheet" type="text/css" href="css/highlight.css" /> <meta charset='utf-8'> <script src="js/jquery.min.js" defer></script> <script src="js/ja...
public/css/poole.css
iProd/iprod.github.io
/* * ___ * /\_ \ * _____ ___ ___\//\ \ __ * /\ '__`\ / __`\ / __`\\ \ \ /'__`\ * \ \ \_\ \/\ \_\ \/\ \_\ \\_\ \_/\ __/ * \ \ ,__/\ \____/\ \____//\____\ \____\ * \ \ \/ \/___/ \/___/ \/____/\/____/ * \ \_\ * \/_/ * * Designed, built,...
docs/blog/pcnn/index.html
jiamings/tsong.me
<html lang='en'> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Distant Supervision for Relation Extraction via Piecewise Convolutional Neural Networks</title> <link href="https://fonts.googleapis.com/css?family=Droid+Sans+Mono" rel="styles...
app/views/pdr_client/layouts/partials/_sidebar.html
MobilityLabs/pdredesign-server
<div class="sidebar-container" ui-view="sidebar"></div>
web/bundles/rutamicro/css/prettify.css
hans2405/SistemaDetectorColaZAJO
/* line 1, ../sass/prettify.scss */ .com { color: #93a1a1; } /* line 5, ../sass/prettify.scss */ .lit { color: #195f91; } /* line 9, ../sass/prettify.scss */ .pun, .opn, .clo { color: #93a1a1; } /* line 13, ../sass/prettify.scss */ .fun { color: #dc322f; } /* line 17, ../sass/prettify.scss */ .str, .atv { ...
solutions/server/server-13-register-user/server/static/app/components/listElement/listElement.html
FroeMic/CDTM-Backend-Workshop-WT2016
<div ng-class="{'active': list.selected}" class="collection-item" ng-dblclick="showDetails()"> <a class="clickable" ng-click="selectList()"> <div class="list-title" class="nonselectable"> <svg viewBox="0 0 25 25"> <use xlink:href="{{urlForListIcon()}}"></use> </svg> <span class="nonselec...
plugins/plugin-machine/che-plugin-machine-ext-client/src/main/resources/org/eclipse/che/ide/extension/machine/client/machine.css
cemalkilic/che
/******************************************************************************* * Copyright (c) 2012-2017 Codenvy, S.A. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available ...
opendaylight/northbound/statistics/target/site/wsdocs/ns0_drop.html
lbchen/odl-mod
<!doctype html> <!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ --> <!--[if lt IE 7 ]> <html class="no-js ie6" lang="en"> <![endif]--> <!--[if IE 7 ]> <html class="no-js ie7" lang="en"> <![endif]--> <!--[if IE 8 ]> <html class="no-js ie8" lang="en"> <![endif]--> <!--[if (gte IE 9)|!(I...
tbb/doc/html/functions_0x76.html
gh2k/fractorium-win-build-deps
<!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...
systers_portal/templates/community/view_profile.html
payal97/portal
{% extends "base.html" %} {% load verbose_name %} {% block title %} - {{ community }} profile {% endblock %} {% block content %} <div class="mt40"></div> <div class="row"> <div class="col-md-12"> <h1>{{ community }} profile</h1> <hr/> </div> <div class="col-md-6"> <div class="w...
ViewingLibrary/Draw2D/lib/draw2d/jsdoc/source/ClickConnectionCreatePolicy.html
SnipyJulmy/MSE_1617_PA
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>The source code</title> <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" /> <script type="text/javascript" src="../resources/prettify/prettify.js"></script> <style type="t...
Documentation/DiodeFinder/classDiodeFinder.html
eiotec/DiodeFinder
<!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"/> <title>DiodeFinder: DiodeF...
doc/call_trees_of_the_source_code/html/d6/d68/param__reader_8c_source.html
komatits/specfem3d_globe
<!-- custom-made header --> <!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"/...
civdj/pbspy/templates/pbspy/game_detail.html
Zulan/PBStats
{% extends "pbspy/base.html" %} {% load i18n %} {% load format_log %} {% load bleach_tags %} {% block content %} <h1 id="game_name">{{ game.name }}</h1> <div id="game_summary"> {% if can_manage %} {% include "pbspy/navigation_line.html" with skip=0 %} {% endif %} <div id="game_metadata"> ...
doc/css/10.css
Tormenta74/WirelessMotordrive
.MathJax_SVG_Display {text-align: center; margin: 1em 0em; position: relative; display: block!important; text-indent: 0; max-width: none; max-height: none; min-width: 0; min-height: 0; width: 100%} .MathJax_SVG .MJX-monospace {font-family: monospace} .MathJax_SVG .MJX-sans-serif {font-family: sans-serif} #MathJax_SVG_T...
docs/reference/html/classGIRBase-members.html
coregtk/coregtkgen
<!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...
_vti_cnf/modificar-producto-catalogo.html
vyteeMedia/MichelleLeBlanc
vti_encoding:SR|utf8-nl vti_author:SR|vyteedesarrollo\\vytee desarrollo vti_modifiedby:SR|vyteedesarrollo\\vytee desarrollo vti_timelastmodified:TR|08 Oct 2012 14:15:26 -0000 vti_timecreated:TR|08 Oct 2012 14:14:07 -0000 vti_title:SR|Michelle LeBlanc vti_extenderversion:SR|12.0.0.0 vti_backlinkinfo:VX| vti_nexttolastti...
solr/docs/solr-core/org/apache/solr/core/class-use/CloudConfig.CloudConfigBuilder.html
swsachith/ANDROPHSY
<!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_67) on Thu Apr 09 10:38:16 MDT 2015 --> <meta http-equiv="Content-Type" content="text/html" charset="utf-8"> <title>Uses of Class org.a...
skein_engines/skeinforge-40/documentation/fabmetheus_utilities.geometry.statements.if.html
natetrue/ReplicatorG
<!doctype html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html><head><title>Python: module fabmetheus_utilities.geometry.statements.if</title> </head><body bgcolor="#f0f0f8"> <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading"> <tr bgcolor="#7799ee"> <td valign=bottom>&nbsp;<br> <font col...
nepi/templates/main/aggregate_quiz_score.html
coati-00/nepi
{% load progressreport %} <div class="quizscore"> {% display_average_quiz_score request.user section.hierarchy block.quiz_class %} </div>
wp-content/themes/onetone/css/options.css
manojnegi123/vayuz
div { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } #optionsframework { max-width: none; } #optionsframework-wrap { overflow: hidden; border: 1px solid #ccc; background-color: #fff; } #optionsframework-wrap a:hover { text-decoration: none; } #...
docs/html/raptor2-section-unicode.html
jonathanmarvens/raptor-releases
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Unicode</title> <meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> <link rel="home" href="index.html" title="Raptor RDF Syntax Library Manual"> <link re...
HGE181/doc/html/hgerect_testpoint.html
VulpesCorsac/Tutorials
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <!-- http://hge.relishgames.com --> <html> <head> <meta name="Keywords" content="game engine, 2d, hardware accelerated, hge, engine, relish games, game development"> <meta name="Description" content="Haaf's Game Engine - Hardware accelerated 2D games engi...
typo3_src-7.3.1/typo3/sysext/t3skin/stylesheets/sprites/t3skin.css
Loopshape/Portfolio
.t3-icon-actions { background-image: url('../../images/sprites/t3skin.png?1427061024') !important; height: 16px; width: 16px; } .backgroundsize .t3-icon-actions { background-image: url('../../images/sprites/t3skin@x2.png?1427061024') !important; background-size:322px 534px; } .t3-icon-apps { background-image: ...
modules/mod_easysocial_groups/styles/style.min.css
quanghung0404/it2tech
div#fd.es.mod-es-groups ul{list-style:none}div#fd.es.mod-es-groups ul li{margin-bottom:10px;list-style:none}div#fd.es.mod-es-groups ul li .es-group-object{margin-bottom:5px}div#fd.es.mod-es-groups ul li .es-group-avatar{float:right}div#fd.es.mod-es-groups ul li .es-group-avatar+.es-group-object{margin-right:35px}div#fd...
lib/quartz-2.0.1/docs/api/org/quartz/impl/triggers/package-use.html
dumptruckman/Pail
<!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_24) on Wed Apr 13 10:45:12 PDT 2011 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Package org.quartz.impl.t...
giac/giac-1.2.2/doc/en/cascmd_en/cascmd_en416.html
hiplayer/giac
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <HTML> <HEAD> <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <META name="GENERATOR" content="hevea 1.10"> <LINK rel="stylesheet" type="text/css" href="cascmd_en.css"> <TITLE>...
Schrodinger/Schrodinger_2015-2_docs/python_api/api/toc-schrodinger.application.mcpro.solvent-module.html
platinhom/ManualHom
<?xml version="1.0" encoding="ascii"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>solvent</title> <link rel="stylesheet" href="epydoc.css" type="text/css" /> <script type=...
wp-content/themes/examples/responsive.html
jonisthere/sora
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Responsive - fullPage.js</title> <meta name="author" content="Alvaro Trigo Lopez" /> <meta name="description" content="fullPage full-screen navigation and sections ...
wp-content/plugins/wp-fsqm-pro/static/front/css/ui-themes/flick/form.css
oscib/wp4
/* Document : form Created on : Aug 12, 2013, 1:04:42 AM Author : Swashata Description: Populates the theme flick, for IPT_FSQM_Pro */ /** * Three Shades : #ccc #0073ea #1b4168 * UI White : #fff * White : #fcfbfb * Black : #333 * Iconbox : #0073ea => Shadow #fff * Checkbox,Radio Border: #b2b2b2 */ /...
GED/Interface/Home.html
OdailtonMarinho/Mini-Curso-Expotec
<html> <head> <title>Dokeeper</title> <meta charset="UTF-8"/> <link rel="stylesheet" type="text/css" href="stylesheet.css"/> <link rel="shortcut icon" href="imagens/favicon.png" type="image/x-icon"> <script language=javascript> function janelaSecundaria (URL){ window.open(URL,"janela1","width=1026,height=616,sc...
flaming-octo-ironman/doc/lwjgl-docs-2.9.0/javadoc/org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html
fh3/flaming-octo-ironman
<!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_17) on Sun Apr 21 20:31:41 CEST 2013 --> <title>KHRTextureCompressionAstcLdr (LWJGL API)</title> <meta name="date" content="2013-...
doc/html/a00354.html
jckarter/tbb
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> <title>tbb::zero_allocator&lt; void, Allocator &gt; Class Template Reference</title> <link href="doxygen.css" rel="stylesheet" type="text/css"> <link href="tabs.css" rel="s...
wp-content/plugins/video-manager/display/fancybox/jquery.fancybox-1.3.4.css
oniiru/iono
/* * FancyBox - jQuery Plugin * Simple and fancy lightbox alternative * * Examples and documentation at: http://fancybox.net * * Copyright (c) 2008 - 2010 Janis Skarnelis * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is grea...
src/main/webapp/BenchmarkTest01848.html
andresriancho/Benchmark
<!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=ISO-8859-1"> <script src="js/jquery.min.js"></script> <script type="text/javascript" src="js/js.cookie.js"></script> <title>BenchmarkTest01848<...
plugins/community/feeds/feeds/style.css
Xervmon/b2b
#application-feeds { display: inline-block; width: 100%; } #application-feeds .feed-row + .feed-row { border-top: 1px solid #e5e5e5; padding-top: 20px; margin-top: 20px; } #application-feeds .feed-title { font-size: 150%; line-height: normal; margin: 5px 0 10px; } #application-feeds .feed-date { color: #999; font-...
wp-content/plugins/jquery-ui-1.8.21/tests/visual/slider/slider_option_animate_false.html
nizaranand/smalls-cc
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <title>Slider Visual Test : Slider option animate false</title> <link rel="stylesheet" href="../visual.css" type="text/css" /> <link rel="stylesheet" href="../../../themes/base/jquery.ui.all.css" type="text/css"> <script type="text/javascript" src="....
templates/socialpinboard/emailtemplate/resetpassword.html
richy27/doodlle-E
<table cellspacing="0" cellpadding="0" border="0" width="100%" style=" background-color: #f7f5f5; background: #f7f5f5 url('{baseurl}templates/socialpinboard/images/paper.jpg') repeat; padding: 0; margin: 0; "> <tbody><tr> <td style="padding:20px 20px 40px"> <table cellspacing="0" cellpad...
Manual and Documentation/ps_api_docs/public/psx.psx-class.html
trietptm/processstalker
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>psx.psx</title> <link rel="stylesheet" href="epydoc.css" type="text/css"></link>...
src/main/webapp/BenchmarkTest00615.html
thc202/Benchmark
<!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=ISO-8859-1"> <script src="js/jquery.min.js"></script> <script type="text/javascript" src="js/js.cookie.js"></script> <title>BenchmarkTest00615<...
zabbix_templates/3.2/documentation/custom-os-puppet.html
breuninger-ecom/zabbix-agent-extensions
<html> <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> </head> <style type="text/css"> p.desc{ white-space:nowrap; } table.pretty { margin: 1em 1em 1em 2em; background: whitesmoke; border-collapse: collapse; } table.pretty th, table.pretty td { border: 1...
ViewingLibrary/Draw2D/lib/draw2d/jsdoc/source/SnapToGeometryEditPolicy.html
SnipyJulmy/MSE_1617_PA
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>The source code</title> <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" /> <script type="text/javascript" src="../resources/prettify/prettify.js"></script> <style type="t...
lib/apache-jena-2.12.1/javadoc-core/com/hp/hpl/jena/reasoner/class-use/BaseInfGraph.html
knil-sama/YADDW
<!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_45) on Thu Oct 02 16:37:52 BST 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Class com.h...
sites/all/modules/availability_calendars/availability_calendar.base.css
iheras/Hotel
/* * Styling your calendar: * - This file contains some basic calendar styling. * - Visit admin/config/content/availability-calendar/styling to define some more styling. * - Finally resort to your theme style sheets to define any requested styling. * * A calendar is rendered as follows: * div#cal-{cid}.cal * ...
google25f7a751f31d1189.html
widma/widma.github.io
google-site-verification: google25f7a751f31d1189.html
src/main/webapp/BenchmarkTest00506.html
marylinh/Benchmark
<!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=ISO-8859-1"> <script src="js/jquery.min.js"></script> <script type="text/javascript" src="js/js.cookie.js"></script> <title>BenchmarkTest00506<...
test/doc_api/war/org/omg/CosNotifyChannelAdmin/EventChannelFactoryHolder.html
AlvaroVega/TIDNotifJ
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_22) on Sun May 01 02:05:51 CEST 2011 --> <TITLE> EventChannelFactoryHolder </TITLE> <META NAME="date" CONTENT="2011-05-01"> <LINK REL ="stylesheet"...
src/main/webapp/BenchmarkTest01129.html
marylinh/Benchmark
<!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=ISO-8859-1"> <script src="js/jquery.min.js"></script> <script type="text/javascript" src="js/js.cookie.js"></script> <title>BenchmarkTest01129<...
templates/tpl_at_enews_1.1.0_j25/core/assets/css/layout.css
pawelbrzycki/joomla
html, body { line-height: 1; margin: 0; padding: 0; } /* GLOBAL */ .clearbreak{ clear: both; height: 0 !important; line-height: 0 !important; display: block !important; float: none !important; padding: 0 !important; margin: 0 !important; border: none !important; } /* POS STICK */ .avatar-position-stick{ p...
themes/modern/css/category.css
open-classifieds/noahsclassifieds
.catGrid td { text-align: left; vertical-align: top; } .catColor0 .catPicture, .catColor0 .catDescription div { border-left: 2px solid #E3B047; border-right: 2px solid #E3B047; background: #d0801d; } .catColor1 .catPicture, .catColor1 .catDescription div { border-left: 2px solid #B...
Front-End/node_modules/gojs/extensions/OrthogonalLinkReshaping.html
DigitalCookiesGroup/SWEDesigner
<!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Orthogonal Link Reshaping Tool</title> <!-- Copyright 1998-2017 by Northwoods Software Corporation. --> <meta charset="UTF-8"> <script src="../release/go.js"></script> <script src="OrthogonalLinkReshapingTo...
plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/rtl-4/expected.html
andre-hub/Tiny-Tiny-RSS
<div><article dir="rtl"> <p> Lorem ipsum dolor sit amet. </p> <p> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco la...
uohCorpus.fil/uoh/uoh.filteredcorpus.txt_output/nyayasara-ext.txt.out.dict_9669_jnu.html
sanskritiitd/sanskrit
url: http://sanskrit.jnu.ac.in/sandhi/viccheda.jsp?itext=प्रमाणं जायते<html> <title>Sanskrit Sandhi Splitter at J.N.U. New Delhi</title> <META CONTENT='text/hetml CHARSET=UTF-8' HTTP-EQUIV='Content-Type'/> <META NAME="Author" CONTENT="Dr. Girish Nath Jha"> <META NAME="Keywords" CONTENT="Dr. Girish Nath Jha, Sach...
totara/core/styles.css
totara/seedlings
/* * CSS for progress bar (see totara/core/renderer.php) * background-position is added via inline styles to correctly show progress * */ img.totara_progress_bar_large { background: white url('[[pix:totara_core|progressbar_back-large]]') no-repeat top left; } img.totara_progress_bar_medium { background: white ...
quiz/css/style.css
ankitpati/onboard
/* style.css */ /* This file is part of Quiz OnBoard HTML5 application. * * Copyright 2010 Ankit Pati <ankitpati@gmail.com> * * This library is free software; you can redistribute it and/or modify it under * the terms of the GNU Lesser General Public License as published by the Free * Software Foundation; eith...
src/Sio.Cms.Web/wwwroot/app/app-portal/pages/culture/list.html
Swastika-IO/Swastika-Core
<section class="card manual"> <div class="card-header"> <div class="col-md-1"> <div class="btn-toolbar mb-3" role="toolbar" aria-label="Toolbar with button groups"> <div class="btn-group mr-2" role="group" aria-label="First group"> <a href="/portal/culture/create" class="btn...
doc/web/doxygen/0983/api+framework+samples/html/classcustom_tag_1_1impl_1_1_html_converter_programmer_error_exception-members.html
hallowname/librebecca
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> <title>RebeccaAIML: Member List</title> <link href="doxygen.css" rel="stylesheet" type="text/css"> <link href="tabs.css" rel="stylesheet" type="text/css"> </head><body> <!-...
postgresql/sql-alterview.html
P3PO/the-phpjs-local-docs-collection
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >ALTER VIEW</TITLE ><META NAME="GENERATOR" CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REV="MADE" HREF="mailto:pgsql-docs@postgresql.org"><LINK REL="HOME" TITLE="PostgreSQL 9.1.9 ...
documentation/elks/fixed_tree_chart.html
mat601/projectObj2
<HTML> <HEAD> <META NAME="generator" CONTENT="ISE EiffelStudio version 13.11.9.3542 GPL Edition - windows"> <meta name="description" content="Trees where each node has a fixed number of children (The number of children is arbitrary but cannot be changed once the node has been created"/> <meta name="library" content="Fr...
playground/equal_height_columns/index.html
mhmli/helpers
<!DOCTYPE html> <html lang="de" xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml"> <head> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <meta http-equiv="X-UA-Compatible" conten...
data/html/ic.html
ethertricity/bluesky
<!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" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <meta name=...
metronic_v4.7.1/theme/admin_4_rounded/charts_google.html
FernandoUnix/AcessoRestrito
<!DOCTYPE html> <!-- Template Name: Metronic - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.3.7 Version: 4.7.1 Author: KeenThemes Website: http://www.keenthemes.com/ Contact: support@keenthemes.com Follow: www.twitter.com/keenthemes Dribbble: www.dribbble.com/keenthemes Like: www.facebook.com/kee...
metronic_v4.7.1/theme_rtl/admin_5/charts_flowchart.html
FernandoUnix/AcessoRestrito
<!DOCTYPE html> <!-- Template Name: Metronic - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.3.7 Version: 4.7.1 Author: KeenThemes Website: http://www.keenthemes.com/ Contact: support@keenthemes.com Follow: www.twitter.com/keenthemes Dribbble: www.dribbble.com/keenthemes Like: www.facebook.com/kee...
meta_grid/vendor/bower-asset/mermaid/cypress/platform/xss3.html
patschwork/meta_grid
<html> <head> <link href="https://fonts.googleapis.com/css?family=Montserrat&display=swap" rel="stylesheet" /> <style> .malware { position: fixed; bottom:0; left:0; right:0; height: 150px; background: red; color: black; disp...
assets/css/chosen.css
FreePBX/recordings
/* @group Base */ .chzn-container { font-size: 13px; position: relative; display: inline-block; zoom: 1; *display: inline; } .chzn-container .chzn-drop { background: #fff; border: 1px solid #aaa; border-top: 0; position: absolute; top: 29px; left: 0; -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15)...
api/html/cuon.Proposal.proposal-module.html
juergenhamel/cuon
<?xml version="1.0" encoding="ascii"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>cuon.Proposal.proposal</title> <link rel="stylesheet" href="epydoc.css" type="text/css" /> ...
node_modules/dragular/docs/src/examples/exampleCopyWithModel/exampleCopyWithModel.html
conradh1/FiveHigh
<div class='parent'> <h2>Copy - with model</h2> <label>Copying stuff is great too.</label> <div class='wrapper' ng-controller="CopyModel"> <div class='tableRow'> <div class='containerVertical'> <div ng-repeat="item in items1">{{item.content}}</div> </div> <div class='containerVertica...
wp-includes/css/editor.css
fidenet/onegin-openfood
/*------------------------------------------------------------------------------ TinyMCE and Quicklinks toolbars ------------------------------------------------------------------------------*/ /* TinyMCE widgets/containers */ .mce-container, .mce-container *, .mce-widget, .mce-widget * { color: inherit; ...
metronic_v4.7.1/theme_rtl/admin_6_material_design/ui_bootstrap_growl.html
FernandoUnix/AcessoRestrito
<!DOCTYPE html> <!-- Template Name: Metronic - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.3.7 Version: 4.7.1 Author: KeenThemes Website: http://www.keenthemes.com/ Contact: support@keenthemes.com Follow: www.twitter.com/keenthemes Dribbble: www.dribbble.com/keenthemes Like: www.facebook.com/kee...
dist/game/data/scripts/instances/EvilIncubator/33170-04.html
rubenswagner/L2J-Global
<html><body>Aden Vanguard Captain Adolph:<br> Focus on the enemies in front of you. Looking away in battle is suicide. </body></html>
texi2html/test/xemacs_manual/res/xemacs_frame/Kill-Errors.html
cgwalters/texinfo-git-mirror
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <!-- Created by texi2html, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> <title>XEmacs User&rsquo;s Manual: Kill Errors</title> <meta name="de...
public/js/views/keywordEdit.html
Lucasus/TrendsTracker_NodeJS
<div> <div class="modal-header"> <h3 data-ng-show="keyword.id > 0">Edit keyword</h3> <h3 data-ng-show="keyword.id == 0">New keyword</h3> </div> <div class="modal-body"> <div class="clearfix"> <form id="keywordForm" class="form-horizontal"> <label>Name</la...
fontawesome/icon/search-plus/index.html
rafaelgou/the-phpjs-local-docs-collection
<!DOCTYPE html> <html lang="en"> <head> <!-- Basic Page Needs ================================================== --> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content="Font Awesome, the iconic font and CSS framework"> <meta name="...
uohCorpus.fil/uoh/uoh.filteredcorpus.txt_output/Sanskritkathakunj_ext.txt.out.dict_10367_inr.html
sanskritiitd/sanskrit
url: http://sanskrit.inria.fr/cgi-bin/SKT/sktreader?t=VH;lex=SH;cache=f;st=t;us=f;cp=t;text=eva.m tu;topic=;abs=f;allSol=2;mode=p;cpts=<!DOCTYPE html> <html><head> <meta charset="utf-8"> <title>Sanskrit Reader Companion</title> <meta name="author" content="G&#233;rard Huet"> <meta property="dc:datecopyrighted" content=...
application/templates/view.html
livro-aberto/BookCloud
{% extends "base_template.html" %} {% from "_sphinxuikit.html" import sphinx_uikit_script %} {% block title %}{{ _('Viewing %s') % (filename) }}{% endblock%} {% block scripts %}{{ sphinx_uikit_script() }}{% endblock %} {% macro contents() %} {{ content | safe }} {% endmacro %}
uohCorpus.fil/uoh/uoh.filteredcorpus.txt_output/vyutpattivada-ext.txt.out.dict_17507_inr.html
sanskritiitd/sanskrit
url: http://sanskrit.inria.fr/cgi-bin/SKT/sktreader?t=VH;lex=SH;cache=f;st=t;us=f;cp=t;text=ateveti;topic=;abs=f;allSol=2;mode=p;cpts=<!DOCTYPE html> <html><head> <meta charset="utf-8"> <title>Sanskrit Reader Companion</title> <meta name="author" content="G&#233;rard Huet"> <meta property="dc:datecopyrighted" content="...
uohCorpus.fil/uoh/uoh.filteredcorpus.txt_output/upamiti-2_ext.txt.out.dict_16141_jnu.html
sanskritiitd/sanskrit
url: http://sanskrit.jnu.ac.in/sandhi/viccheda.jsp?itext=तथाऽप्यहं<html> <title>Sanskrit Sandhi Splitter at J.N.U. New Delhi</title> <META CONTENT='text/hetml CHARSET=UTF-8' HTTP-EQUIV='Content-Type'/> <META NAME="Author" CONTENT="Dr. Girish Nath Jha"> <META NAME="Keywords" CONTENT="Dr. Girish Nath Jha, Sachin, ...
uohCorpus.fil/uoh/uoh.filteredcorpus.txt_output/3.dutavakyam-ext.txt.out.dict_522_jnu.html
sanskritiitd/sanskrit
url: http://sanskrit.jnu.ac.in/sandhi/viccheda.jsp?itext=पुनर्विचार्य<html> <title>Sanskrit Sandhi Splitter at J.N.U. New Delhi</title> <META CONTENT='text/hetml CHARSET=UTF-8' HTTP-EQUIV='Content-Type'/> <META NAME="Author" CONTENT="Dr. Girish Nath Jha"> <META NAME="Keywords" CONTENT="Dr. Girish Nath Jha, Sachi...
postgresql/docguide-style.html
P3PO/the-phpjs-local-docs-collection
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Style Guide</TITLE ><META NAME="GENERATOR" CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REV="MADE" HREF="mailto:pgsql-docs@postgresql.org"><LINK REL="HOME" TITLE="PostgreSQL 9.1.9...
promises/bring-back-jobs-especially-manufacturing-jobs-that-have-fled-the-country-over-the-past-few-decades.html
janjiid/dki
--- layout: page permalink: /:basename/ --- <link rel="stylesheet" type="text/css" href="../css/promisepage.css"> <div class="container"> <div class="row"> <div class="col-md-12"> <h2>Bring back jobs, especially manufacturing jobs, that have fled the country over the past few decades.</h2> <a class='btn ...
docs/XZot1K/plugins/zb/utils/worldmanagment/package-tree.html
XZot1K/ZotBox
<!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 Wed May 30 13:41:39 EDT 2018 --> <title>XZot1K.plugins.zb.utils.worldmanagment Class Hierarchy</title> <meta name="date" co...
uohCorpus.fil/uoh/uoh.filteredcorpus.txt_output/agnipuran-1-111-sandhi_ext.txt.out.dict_2593_inr.html
sanskritiitd/sanskrit
url: http://sanskrit.inria.fr/cgi-bin/SKT/sktreader?t=VH;lex=SH;cache=f;st=t;us=f;cp=t;text=udara.m ca;topic=;abs=f;allSol=2;mode=p;cpts=<!DOCTYPE html> <html><head> <meta charset="utf-8"> <title>Sanskrit Reader Companion</title> <meta name="author" content="G&#233;rard Huet"> <meta property="dc:datecopyrighted" conten...
library/Assembly/Mac/Data_Definition/bytes.html
tjphilpot/ebe
<html> <head> <title> bytes </title> </head> <body> <pre> number: db 1 ; Decimal hex: db 0x0a ; Hexadecimal bin: db 01010101b ; Binary array: db 1, 2, 1111b ; Multiple values </pre> </body> </html>
reference/vim.host.PatchManager.html
hooklift/govsphere
<html xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:vim2="urn:vim2" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title></title> <sc...
tests/wpt/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-1.html
larsbergstrom/servo
<!DOCTYPE html> <!-- DO NOT EDIT! This test has been generated by tools/gentest.py. --> <title>OffscreenCanvas test: 2d.fillStyle.parse.invalid.css-color-4-hsl-1</title> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> <script src="/2dcontext/resources/canvas-tes...
poi-3.13/docs/apidocs/org/apache/poi/hssf/record/class-use/ArrayRecord.html
claywebb/java-bulletin
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <TITLE> Uses of Class org.apache.poi.hssf.record.ArrayRecord (POI API Documentation) </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TIT...
reference/vim.fault.InvalidBundle.html
hooklift/govsphere
<html xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:vim2="urn:vim2" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title></title> <sc...
tutorials/custom-elements.html
vtalas/joint
<!DOCTYPE html> <html> <head> <link rel="canonical" href="http://www.jointjs.com/" /> <meta name="description" content="Create interactive diagrams in JavaScript easily. JointJS plugins for ERD, Org chart, FSA, UML, PN, DEVS, LDM diagrams are ready to use." /> <meta name="keywords" content=...
doc/html/index.html
superdesk/Live-Blog
<!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>Welcome to ally-py’s documentation! &mdash; ally-...
bulb/templates/bulb/exchange/show_book.html
enjaz/enjaz
{% extends "bulb_base.html" %}{% load staticfiles %}{% load bulb_tags %}{% load tagging_tags %} {% block title %}{{ book.title }}{% endblock %} {% block navbar %} {% include "bulb/exchange/components/navbar.html" %} {% endblock %} {% block content %} {% tags_for_object book as book_tags %} <div class="row"> <d...
formspree/templates/email/form.html
njerrywerry/formspree
<p>Hey there, </p>Someone just submitted your form on {{host}}.</p> <p>Here's what they had to say:</p> <hr style="color: #ddd;" /> <table border="0" width="100%"> {% for k in keys %} <tr> <td align="right" valign="top" width="70" style="padding: 5px 5px 5px 0;"><strong>{{k}}:</strong> </td>...