path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
index.html
NekiCat/world-builder
<meta http-equiv="refresh" content="0; url=app/index.html" />
styleguide/base_layout_-_forms_elements.html
manuelroth/styleguide
<!DOCTYPE html> <!--[if lt IE 7 ]> <html lang="en" class="no-js ie6 oldie"> <![endif]--> <!--[if IE 7 ]> <html lang="en" class="no-js ie7 oldie"> <![endif]--> <!--[if IE 8 ]> <html lang="en" class="no-js ie8 oldie"> <![endif]--> <!--[if IE 9 ]> <html lang="en" class="no-js ie9"> <![endif...
views/navbar.html
cooperacy/server
<nav id="navbar" class="navbar-fixed-top navbar navbar-default" style="position: fixed; width: 100%; text-align: center; color: white;border-bottom-style: ridge;border-bottom-color: orange; "> <div class="navbar-collapse"> <div style="display: block; margin-left: auto; margin-right:auto"> <div style="font-size:...
dist/index.html
criticalmash/midden
<!doctype html> <html> <head> <title>Sample output</title> <link rel="stylesheet" href="/styles/midden.css"> <style> #main{ max-width: 900px; margin: 1rem auto; } </style> </head> <body> <div id="main" class="wrapper"> <div class="midden-root"><ul class="midden-node midden-main"><li class="mid...
ajax/libs/formstone/1.4.20/css/pagination.css
cdnjs/cdnjs
/*! formstone v1.4.20 [pagination.css] 2021-01-29 | GPL-3.0 License | formstone.it */ .fs-pagination-ellipsis,.fs-pagination-page{width:1px;height:1px;position:absolute;border:0;clip:rect(0 0 0 0);display:inline-block;margin:-1px;overflow:hidden;padding:0}.fs-pagination-active,.fs-pagination-first,.fs-pagination-last,....
ajax/libs/primereact/5.0.0-rc.2/resources/primereact.css
cdnjs/cdnjs
.p-component, .p-component * { box-sizing: border-box; } .p-hidden { display: none; } .p-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .p-hidden-accessible input, .p-hidden-accessi...
live-examples/html-examples/text-content/dt.html
mdn/interactive-examples
<p>Please use the following paint colors for the new house:</p> <dl> <dt>Denim (semigloss finish)</dt> <dd>Ceiling</dd> <dt>Denim (eggshell finish)</dt> <dt>Evening Sky (eggshell finish)</dt> <dd>Layered on the walls</dd> </dl>
data/president/n706000600000000/20160116145342/page.html
gugod/vote-watch-2016
<!DOCTYPE html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Expires" content="-1"> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Cache-Control" content="no-cache"> <title>105年第十四任總統副總統及第九屆立法委員選舉</title> <link href="../css/style.css" rel="stylesheet" ty...
_includes/weather.html
VinkDong/vinkdong.github.io
<script src="http://vinkdong.com/js/jquery-1.7.2.min.js"></script> <script type="text/javascript"> $.get("http://ipinfo.io", function (response) { $("#ip").html("IP: " + response.ip); $("#address").html("Location: " + response.city + ", " + response.region); $("#details").html(JSON.stringify(response, null...
data/president/n802000300000000/20160116123236/page.html
gugod/vote-watch-2016
<!DOCTYPE html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Expires" content="-1"> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Cache-Control" content="no-cache"> <title>105年第十四任總統副總統及第九屆立法委員選舉</title> <link href="../css/style.css" rel="stylesheet" ty...
calendar/cs50/unit1-fundamentals/module2/materials/resources/array-basics/index.html
LaunchCodeEducation/cs50x-maryville
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>LaunchCode&#039;s CS50x - Maryville</title> <link rel="stylesheet" href="http://education.launchcode.org/cs50x-maryville/css/bootstrap.min.css"...
data/TXG-1/n400010000000000/20160116122332/page.html
gugod/vote-watch-2016
<!DOCTYPE html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Expires" content="-1"> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Cache-Control" content="no-cache"> <title>105年第十四任總統副總統及第九屆立法委員選舉</title> <link href="../css/style.css" rel="stylesheet" ty...
src/components/onsenui/demo/pages/screen_navigator2/page2.html
viktorbezdek/OnsenUI-Kickstarter
<ons-page class="center"> <h1>Page 2</h1> <ons-button ng-click="ons.navigator.pushPage('pages/screen_navigator2/page3.html')"> Push Page 3 </ons-button> <ons-button ng-click="ons.screen.dismissPage()"> Dismiss </ons-button> </ons-page>
_pages/locations.html
18F/team-browser
--- scripts: - /assets/js/vendor/d3.v3.min.js - /assets/js/vendor/queue.v1.min.js - /assets/js/vendor/topojson.v1.min.js - /assets/js/vendor/d3-tip.min.js - /assets/js/map.js stylesheets: - /assets/css/map.css title: Team By Location --- <h1>{{ page.title }}</h1> <p> 18F is <strong>{{ site.data.stats.percent_remote ...
index.html
h-kh/h-kh.github.com
salaam :)
data/president/n706001800000000/20160116102908/page.html
gugod/vote-watch-2016
<!DOCTYPE html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Expires" content="-1"> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Cache-Control" content="no-cache"> <title>105年第十四任總統副總統及第九屆立法委員選舉</title> <link href="../css/style.css" rel="stylesheet" ty...
R-Portable-Win/library/base/html/tapply.html
ColumbusCollaboratory/electron-quick-start
<!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><title>R: Apply a Function Over a Ragged Array</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/c...
R-Portable-Win/library/grDevices/html/hcl.html
ColumbusCollaboratory/electron-quick-start
<!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><title>R: HCL Color Specification</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="R.c...
doc/_build/StellarMass.html
JohanComparat/nbody-npt-functions
<!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>Stellar mass to halo mass ratio &mdash; N-body n-po...
javascript/oojs/tasks/object-basics/object-basics4.html
mdn/learning-area
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>Object basics: Task 4</title> <link rel="stylesheet" href="../styles.css" /> <style> * { box-sizing: border-box; } p { color: purple; margin: 0.5em 0; } </style> </head> <b...
web/proveedor/files/proveedores/styles.css
jslon/Punto_de_venta
body { margin:0px; background-image:none; position:static; left:auto; width:890px; margin-left:0; margin-right:0; text-align:left; } #base { position:absolute; z-index:0; } #u0 { position:absolute; left:8px; top:100px; width:302px; height:56px; font-size:36px; } #u0_img { position:abs...
data/languages/jsv/osv/0011/block001/sa.html
literallybenjam/langdev
<!DOCTYPE html> <html lang="en"> <meta charset="utf-8"> <title>sa</title> <link type="text/css" rel="stylesheet" href="../../style.css"> <h1 lang="art-Latn-x-osv-0011"> sa </h1> <dl> <dt>Etymology: <dd>From X <a href="../../0010/block001/sai.html"><i lang="art-Latn-x-osv-0010">sai</i></a>, from VIV <i lang=...
docs/references.html
chumbleycode/rnabook
<!DOCTYPE html> <html > <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Gene expression</title> <meta name="description" content="Gene expression"> <meta name="generator" content="bookdown 0.3.12 and GitBook 2.6.7"> <meta property="og:title" content="Gene expres...
data/president/n709001000000000/20160116114706/page.html
gugod/vote-watch-2016
<!DOCTYPE html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Expires" content="-1"> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Cache-Control" content="no-cache"> <title>105年第十四任總統副總統及第九屆立法委員選舉</title> <link href="../css/style.css" rel="stylesheet" ty...
data/president/n708000900000000/20160116130155/page.html
gugod/vote-watch-2016
<!DOCTYPE html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Expires" content="-1"> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Cache-Control" content="no-cache"> <title>105年第十四任總統副總統及第九屆立法委員選舉</title> <link href="../css/style.css" rel="stylesheet" ty...
calendar/cs50/unit2-advanced-c/module5/materials/resources/pass-by-ref/cutinhalf.html
LaunchCodeEducation/cs50x-stlouis
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>LaunchCode&#039;s CS50x - St. Louis</title> <link rel="stylesheet" href="http://education.launchcode.org/cs50x-stlouis/css/bootstrap.min.css"> ...
_layouts/post.html
SwiftWeekly/swiftweekly.github.io
--- layout: default --- {% assign author = site.data.authors[page.author] %} {% assign issue_number = page.title | remove: 'Issue #' %} <div class="post-list-item"> <article class="post"> <h1 class="post-title">{{ page.title }} <small class="post-date">{{ page.date | date_to_string }}</small></h1> <p class="le...
sdk/GUID-F36F56AD-78A0-3CC4-8F99-8340A4DCD072.html
warlordh/fork_Symbian
<?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 lang="en-us" xml:lang="en-us"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="copyright" content="(C) Co...
Desktop/tool/poi-bin-3.15-20160924/poi-3.15/docs/apidocs/org/apache/poi/util/class-use/CloseIgnoringInputStream.html
tommylsh/test20170719
<!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.util.CloseIgnoringInputStream (POI API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" ti...
javadoc/index-files/index-5.html
dvdme/forecastio-lib-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_66) on Sat Jan 16 17:04:21 WET 2016 --> <title>G-Index</title> <meta name="date" content="2016-01-16"> <link rel="stylesheet" type="text/css" h...
pdk/GUID-7D89720A-D318-3029-8BB8-8725BA432297.html
warlordh/fork_Symbian
<?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 lang="en-us" xml:lang="en-us"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta name="copyright" content="(C) Copyrigh...
opendaylight/md-sal/model/model-flow-statistics/target/site/models/opendaylight-meter-statistics.html
niuqg/controller
<!DOCTYPE html> <html lang="en"> <head> <title>opendaylight-meter-statistics</title> </head> <body> <h1>opendaylight-meter-statistics</h1> <h2>Base Information</h2> <table> <tr> <td><strong>prefix</strong></td> <td>meterstat</td> </tr> <tr> ...
sdk/GUID-BBD9263A-E072-3640-9BEE-773020EF0CB5.html
warlordh/fork_Symbian
<?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 lang="en-us" xml:lang="en-us"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="copyright" content="(C) Co...
pdk/GUID-34AE9CAA-C47A-3FD4-AB34-02C7D33D7BB6.html
warlordh/fork_Symbian
<?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 lang="en-us" xml:lang="en-us"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta name="copyright" content="(C) Copyrigh...
docs/src/main/resources/_includes/base.html
stormc/hawkbit
<!--base to have relative path for offline navigation --> {% assign base = '.' %} {% assign depth = page.url | split: '/' | size | minus: 1 %} {% if page.permalink != null %} {% assign depth = depth | plus: 1 %} {% endif %} {% if depth == 1 %}{% assign base = '.' %} {% elsif depth == 2 %}{% assign base = '..' ...
sdk/GUID-9211B88A-71F9-3536-AEC9-EF84D55E4042.html
warlordh/fork_Symbian
<?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 lang="en-us" xml:lang="en-us"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="copyright" content="(C) Co...
sdk/GUID-6877FC93-A248-3F71-8232-6C1989B7FEB4.html
warlordh/fork_Symbian
<?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 lang="en-us" xml:lang="en-us"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="copyright" content="(C) Co...
build/doc/com/icafe4j/image/png/SRGBBuilder.html
dragon66/icafe
<!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>SRGBBuilder</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" ...
sdk/GUID-459E8210-F3FD-3CF8-A32F-9CA3588E8940.html
warlordh/fork_Symbian
<?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 lang="en-us" xml:lang="en-us"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="copyright" content="(C) Co...
sdk/GUID-3DC8E30A-A30F-38E2-8424-41D244231210.html
warlordh/fork_Symbian
<?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 lang="en-us" xml:lang="en-us"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="copyright" content="(C) Co...
sdk/GUID-21891505-DE2C-3DAA-AEEB-FB6D28F2E99C.html
warlordh/fork_Symbian
<?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 lang="en-us" xml:lang="en-us"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="copyright" content="(C) Co...
sdk/GUID-D04463E7-512C-3ABC-88B5-149CE03C2556.html
warlordh/fork_Symbian
<?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 lang="en-us" xml:lang="en-us"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="copyright" content="(C) Co...
sdk/guid-6013a680-57f9-415b-8851-c4fa63356636/guid-9f4be784-fb23-4a66-9f7f-d44b28fe98c1.html
warlordh/fork_Symbian
<!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"/> <title>TB9.2 Example Applications: ClientServerAsync</title> <link href="tabs....
doc/com/runescape/revised/actor/entity/package-tree.html
RodriguesJ/Atem
<!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_55) on Thu Jun 12 19:18:35 EDT 2014 --> <title>com.runescape.revised.actor.entity Class Hierarchy</title> <meta name="date" content="20...
_layouts/default.html
a-laughlin/a-laughlin.github.io
<!DOCTYPE html> <html> <head> <title>{% if page.title %}{{ page.title }} – {% endif %}{{ site.name }} – {{ site.description }}</title> {% include meta.html %} <link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/style.css" /> <link rel="alternate" type="application/rss+xml" title="{{ sit...
Coding/W3School/W3CN/www.w3school.com.cn/jsref/dom_obj_embed.html
platinhom/ManualHom
<!DOCTYPE html> <html lang="zh-cn"> <!-- Mirrored from www.w3school.com.cn/jsref/dom_obj_embed.asp by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 02 Dec 2015 00:08:34 GMT --> <head> <meta charset="utf-8" /> <meta name="robots" content="all" /> <meta name="author" content="w3school.com.cn" /> <link rel="stylesheet" ...
doc/html/qstyleoptiontoolboxv2-members.html
muromec/qtopia-ezx
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Qt 4.3: List of All Members for QStyleOptionToolBoxV2</title> <link href="classic.css" rel="stylesheet" ...
lib/richfaces/doc/javadoc/org/ajax4jsf/model/class-use/DataComponentState.html
Jacksson/mywmsnb
<!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 Thu Oct 23 20:37:10 CEST 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Interface ...
doxygen/html/led_8h_source.html
rossyeager/icee
<!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...
doc/out-www/sourceDoc/html/NormMatrix_8h_source.html
abramhindle/marsyas-fork
<!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>Marsyas: /home/hind...
wp-content/themes/black-hat/right.css
westeast/mywordpress
#content { padding:20px 0 20px 20px; float:left; }
uem-maringa/informatica/js-resumao/atividades/atividade2.html
chiquitto/MaterialAulas2014
<!DOCTYPE html> <html> <head> <title>Atividade 2</title> <meta charset="utf-8"> <script src="atividade2-2.js"></script> <link rel="stylesheet" href="atividade2.css" type="text/css"> </head> <body> <form name="frm1" id="frm1" action="" method="post"> <fieldset id="fspf"> <legen...
wp-content/themes/twentythirteen/css/bootstrap.css
kamirsardari-ht/ht-books
/*! * Bootstrap v3.3.4 (http://getbootstrap.com) * Copyright 2011-2015 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ /*! normalize.css v3.0.2 | MIT License | git.io/normalize */ html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-a...
wolf/public/themes/scherzo/style.css
indivisible-irl/indivisibleindustries.com
/* Theme Name: Scherzo Theme URI: http://leonpaternoster.com/wp-themes/ Description: A clean, readable theme. Boasts a responsive, mobile first design which means it displays perfectly on all devices, including mobile phones (not just iPhones), tablets and desktops. Version: 2.41 Author: Leon Paternoster Author URI: ht...
Schrodinger/Schrodinger_2017-1_docs/prime_help/minimize_constraints.html
platinhom/ManualHom
<!DOCTYPE html> <html xmlns:MadCap="http://www.madcapsoftware.com/Schemas/MadCap.xsd" lang="en-US" xml:lang="en-US" data-mc-search-type="Stem" data-mc-help-system-file-name="Documentation.xml" data-mc-path-to-help-system="../" data-mc-target-type="WebHelp2" data-mc-runtime-file-type="Topic" data-mc-preload-images="fal...
Code/GetMetaDataFromCRAN/raw_html/repolr.html
esander91/NamespacePollution
<!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> <title>CRAN - Package repolr</title> <link rel="stylesheet" type="text/css" href="../../CRAN_web.css" /> <meta http-equiv="Content-Type" content="text/html; ch...
documentation/general/orm.html
ventoviro/windwalker-rad-doc
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="shortcut icon" href="../../media/images/favicon.ico" /> <title>Simple ORM | Windwalker Joomla RAD</title> <!-- Uikit core CSS...
Doc/html/_leddar_c_8h_a015d6492e91a9010162eeb6aabddd5a8.html
jpmerc/leddartech
<!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...
forum/styles/subsilver2/template/ucp_pm_history.html
tectronics/bloodline-champions-it
<script type="text/javascript"> // <![CDATA[ bbcodeEnabled = {S_BBCODE_ALLOWED}; // ]]> </script> <table class="tablebg" width="100%" cellspacing="1"> <tr> <th align="center">{L_MESSAGE_HISTORY}</th> </tr> <tr> <td class="row1"><div style="overflow: auto; width: 100%; height: 300px;"> <table class="...
JavaBookAlejus/assets/c12/index.html
AlejusMaximus/androidProjects
<html> <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Javanotes 7.0, Chapter 12 -- Threads and Multiprocessing</title> <link type="text/css" rel="stylesheet" href="../javanotes.css"> </head> <body> <div align="right"> <small> [ <a href="s1.html">First Section</a> | ...
doc/web/latex2png.html
zvr/latex2rtf-zvr
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>latex2rtf: man mage</title> <link rel="stylesheet" href="style.css" type="text/css" /> </head> <body> <div id="wrapper"> <div id="topbar"><h1> latex2rtf: man mage </h1></div> <div id="menu"> <a href="index.html">About</a> <a href="manpage.ht...
site/generated_pages/107.html
bhpayne/yoga_graph
<HTML> <HEAD> <!-- defines the default zoom for mobile devices --> <meta name="viewport" content="width=device-width, initial-scale=1" /> <TITLE>yoga graph: cobra</TITLE></head> <BODY> <table border="1" style='table-layout:fixed;width:100%'> <TR width="50%"> <TD>Current pose: <font size="5">cobra</font> </TD> <TD>Ad...
Code/GetMetaDataFromCRAN/raw_html/Perc.html
esander91/NamespacePollution
<!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> <title>CRAN - Package Perc</title> <link rel="stylesheet" type="text/css" href="../../CRAN_web.css" /> <meta http-equiv="Content-Type" content="text/html; char...
doc/html/classmatrix_1_1_sparse_matrix2-members.html
kim5257/matrix
<!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...
wp-content/plugins/meta-box-yammer/css/wysiwyg.css
thepipes/feedback
.rwmby-field .mceIframeContainer { background: #fff; }
docs/reference/l_plot_inspector_analysis.html
waddella/loon
<!-- Generated by pkgdown: do not edit by hand --> <!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.0"> <title>Create a Scatterplot Analysis Inspector — l_plot_inspector_analysis •...
lib/richfaces/doc/javadoc/org/richfaces/renderkit/package-use.html
Jacksson/mywmsnb
<!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 Thu Oct 23 20:37:10 CEST 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Package or...
lib/jersey1.9/apidocs/jsr311/javax/ws/rs/core/PathSegment.html
jonathanrcarter/divv-amsterdam-parkingapi
<!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_19) on Mon Nov 09 13:45:46 CET 2009 --> <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <TITLE> PathSegment (jsr311-api 1.1....
_variables/status_class.html
mgsolipa/b2evolution_phpxref
<!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 : Variable Reference: $status_class</title> <link rel="stylesheet" href="../sample.css" type="text/css"> <link rel="stylesheet" href="../sample-prin...
public/css/header-1.css
gonzochic/inox
#topMain>li>a { height:96px; line-height:76px; } #topMain.nav-pills>li>a { color:#1F262D; font-weight:400; background-color:transparent; } #topMain.nav-pills>li:hover>a, #topMain.nav-pills>li:focus>a { color:#1F262D; background-color:rgba(0,0,0,0.01); } #topMain.nav-pills>li.active>a { color:#687482; } #topM...
presentation/_demos/simple-theme-demo/slides/10-closing/10-closing.html
hugofcampos/workshop-js-pacto
<div class="content"> <h1>Thank you!</h1> <h2>Look the source code of these slides to see the better way to use this theme.</h2> <div class="content"> <div style="text-align: center"> <iframe src="http://ghbtns.com/github-btn.html?user=braziljs&repo=power-polygon&type=watch&count=true&size=large" allowtranspare...
wp-content/themes/honeymoon/documentation/api/classes/WPV_Sc_Countdown.html
basilmon92/wordpress_4_1_1
<!DOCTYPE html> <html lang="en"> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/> <meta charset="utf-8"/> <title> David &amp; Goliath &raquo; \WPV_Sc_Countdown </title> <meta name="author" content=""/> <meta name="description" cont...
_includes/hot.html
dumbbird1989/dumbbird1989.github.io
<div class="shadow-corner-curl hidden-xs"> <div class="categories-list-header"> 热门文章 </div> <ul class="list-unstyled"> <li><a href="/blog/2015/03/github-pages-blog.html" class="categories-list-item">利用Github-pages建立个人博客</a></li> <li><a href="/blog/2014/07/qualified-programmer-should...
index.html
ChrisCreevey/RDP_to_JSON
<!DOCTYPE html> <meta charset="utf-8"> <style> path { stroke: #fff; fill-rule: evenodd; } text { font-family: Arial, sans-serif; font-size: 11px; } </style> <body> <script src="http://d3js.org/d3.v3.min.js"></script> <script> var width = 2500, height = 2500, radius = Math.min(width, height) / 2; va...
wp-content/cache/css/static/cbd9e622d23d33d9143003ed578bb246.css
SK8-PTY-LTD/PinkRose
/* Sunday 29th of March 2015 12:21:22 AM*/ .nextend-transition { cursor: pointer; z-index: 10; overflow: hidden; position: relative; } .nextend-element .nextend-transition{ margin-top: 0; } .nextend-transition-previous-my-test, .nextend-transition-next-my-test{ width: 60px; ...
source_data/2005/stats/Alabama.html
vrivellino/cfs
<!DOCTYPE html> <html itemscope itemtype="http://schema.org/website" xmlns:fb="http://www.facebook.com/2008/fbml" xmlns:og="http://opengraphprotocol.org/schema/" lang="en"> <head> <title>2005 Alabama Crimson Tide Statistics | College Football at Sports-Reference.com</title> <script type="text/javascript">var sr_gzipEna...
views/room.html
heron2014/Bubbles
{{>top_banner}} <div class="active-users"> <button id="slide-on"><i class="fa fa-arrows-h" aria-hidden="true"></i></button> <ul class="users-list"> <!-- here goes active users --> </ul> </div> <div class="chatMessages"> <!-- here goes messages --> </div> <div class="typePanel"> <i class="fa fa-ellip...
sites/all/themes/responsive_bartik/css/custom-ewb.css
EWB/nle
/*ewb custom to style.css*/ #main-menu-links a { color: #FFFFFF; background: #1D1D1D; text-shadow: none; -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px; border-top-left-radius: 4px; border-top-right-radius:...
includes/style.css
thanius/htpcfront
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } } @-webkit-keyframes fadeOut { from { opacity:1; } to { opacity:0; } } .fade-in { opacity:0; -webkit-animation:fadeIn ease-in 1; -webkit-animation-fill-mode:forwards; -webkit-animation-duration:0.5s; } .fade-out { opacity:1; -we...
_posts/2007/2007-03-05-creating-passionate-users-explains-how-to-make-the-best-user-manual-ever.html
tomjohnson1492/tomjohnson1492.github.io
--- layout: post title: Creating Passionate Users Explains How to Make the Best User Manual Ever date: 2007-03-05 23:11:11.000000000 -08:00 categories: - technical-writing tags: - Technical Writing status: publish published: true --- <p>Kathy Sierra from Creating Passionate Users made an A+ post titled <a target="_bla...
catkin_ws/Reports/nightrun-500-10%-all/plastic_mug/plastic_mug3.html
MarcGroef/ros-vision
<!DOCTYPE html> <html> <h1>plastic_mug3</h1> <p>39/39 correct and 0/39false</p><br> <img src = "../../../BVD_M01/plastic_mug/plastic_mug3.jpg" alt = "plastic_mug3.html" style= " width:320px;height:240px;"> <h1> Falsely compared to: </h1><br> </html>
doc/eddy/example/class-use/MultiAgentExample.html
cmu-relab/eddy
<!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 Fri May 08 15:56:42 EDT 2015 --> <title>Uses of Class eddy.example.MultiAgentExample</title> <meta name="date" content="2015-05-08"> <li...
gh-styles.css
DevCabin/SPARK
gh-styes.css
readme.html
nitwitt10/Active-Environments
<!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>WordPress &#8250; ReadMe</title> <link rel="stylesheet" href="wp-admin/css/install.css?ver=20100228" type="text/css" /> </head> <body> <h1 id="logo"> <a h...
web/www/beachBar.html
siggouroglou/innovathens
<!DOCTYPE html> <html dir="ltr" lang="en-US"> <head> <base href="/"/> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta name="author" content="kosmas Georgios" /> <!-- Stylesheets ============================================= --> <link href=...
giac/giac-1.2.2/doc/fr/cascmd_fr/cascmd_fr399.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=UTF-8"> <META name="GENERATOR" content="hevea 1.10"> <LINK rel="stylesheet" type="text/css" href="cascmd_fr.css"> <TITLE>Idend...
squelettes/old/recherche.html
picardie-nature/squelette-spip-picnat
#CACHE{0} <INCLURE{fond=entete_page}{deco=#EVAL{deco()}}> <div id="bloc-recherche"> <INCLURE{fond=page-menu}{deco=#EVAL{deco()}}> <div id="rech-contenu" class="clearfix"> <INCLURE{fond=bread_rub}{id_rubrique}> <div id="breadcrumb"> [Recherche : (#RECHERCHE)] </div> ...
doc/arch.html
yassl/yassl
<html> <head> <title>yaSSL | Architecture SSL Security Library</title> <link rel="stylesheet" href="yassl.css" type="text/css" /> </head> <body bgcolor="black"> &nbsp; <table align="center" width="859" height="700" border="0" cellspacing="0" cellpadding="0" bgcolor="#E6F3FF"> <td width="2%" valign="top"> <td width="9...
xtc_installer/includes/style.css
digineo/xt-commerce
/* ----------------------------------------------------------------------------------------- $Id: stylesheet.css 1262 2005-09-30 10:00:32Z mz $ xt:Commerce - community made shopping http://www.xt-commerce.com Copyright (c) 2007 xt:Commerce Released under the GNU General Public License --------...
gramps42/gramps/example_NAVWEB0/ppl/d/k/E84KQC5NLIXU7Q31KD.html
belissent/testing-example-reports
<!DOCTYPE html> <html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml"> <head lang="en-US"> <title>My Family Tree - Ball, Thomas</title> <meta charset="UTF-8" /> <meta name ="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1" /> <meta name ="apple-mobile-...
jomres/css/email.css
abespalko/estate-agency.com
/* Jomres Email CSS */ body {margin:10px;padding:0;background:#fff;padding-bottom: 1px;font-size:11px;font-family:Arial,Helvetica,sans-serif;} a, img, form, table, tr, td {padding:0;margin:0;} a:link {color:#0B55C4;text-decoration:none;} img { border: 0 none; } p {margin-bottom: 15px;margin-top: 10px;} h2 {font-size:16...
doc/classUmpDetailAddResponse.html
sd44/TaobaoCppQtSDK
<!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...
templates/layouts/menu/menu.html
victorrbravo/gestioninterna
<!--Header--> <nav id="mainNavbar" class="navbar navbar-inverse navbar-fixed-top"> <div class="container-fluid"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header" style="color:white"> <div class="visible-xs" style="position: absolute; text-align: cent...
wp-content/themes/legislator/css/style.css
womza/marianocampero
/* Our Main Theme Styles */ @font-face{ font-family:FontAwesome; src:url(../css/fonts/fontawesome-webfont.eot?#iefix) format('eot'), url(../css/fonts/fontawesome-webfont.woff) format('woff'), url(../css/fonts/fontawesome-webfont.ttf) format('truetype'), url(../css/fonts/fontawesome-webfont.svg#FontAwesome) ...
soot/soot-2.3.0/doc/soot/toolkits/scalar/class-use/LocalPacker.html
BuddhaLabs/DeD-OSX
<!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_08) on Tue Jun 03 16:15:29 GMT-05:00 2008 --> <TITLE> Uses of Class soot.toolkits.scalar.LocalPacker (Soot API) </TITLE> <LINK REL ="stylesheet" TY...
templates/zt_evio/css/template.css
gowrav-vishwakarma/ffm
/*------------------------------------------------------------------------ * ZT Template 1.5 * ------------------------------------------------------------------------ * Copyright (c) 2008-2011 ZooTemplate. All Rights Reserved. * @license - Copyrighted Commercial Software * Author: ZooTemplate * Websites: http://www.z...
installer/IzPack/doc/izpack/javadoc/com/coi/tools/os/win/package-tree.html
RomRaider/original.mirror
<!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_07) on Fri May 11 21:47:28 CEST 2007 --> <TITLE> com.coi.tools.os.win Class Hierarchy </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../...
doc/index-files/index-7.html
mmontuori/jbinarytree
<!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_55) on Mon Jun 09 21:09:37 EDT 2014 --> <title>K-Index</title> <meta name="date" content="2014-06-09"> <link rel="stylesheet" type="tex...
assets/vendor/kendoui/examples/treelist/column-reordering.html
cleitonalmeida1/EstagioAZ
<!DOCTYPE html> <html> <head> <title>Column reordering</title> <meta charset="utf-8"> <link href="../content/shared/styles/examples-offline.css" rel="stylesheet"> <link href="../../styles/kendo.common.min.css" rel="stylesheet"> <link href="../../styles/kendo.rtl.min.css" rel="stylesheet"> <link ...
CSC-395-1/module4/basicjs/basicJS.html
fvcproductions/CS-HU
<!DOCTYPE html> <html> <!--FVCPRODUCTIONS--> <head> <title>My First JavaScript</title> <link rel="stylesheet" href="style.css"> <link href="http://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" type="text/css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery....