path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
tapia/exercise4/output/html/namespaceex1.html | appfs/appfs | <!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... |
components/cms/sysmodules/files/templates/related-item.html | dni/CCLV | <div class="related-item">
<% if(type.split("/")[0]=="image") { %>
<img width="100" src="./public/files/<%= thumbnail %>" />
<% } else { %>
<p><%= title %></p>
<% } %>
</div>
|
lib/dom4j-1.6.1/docs/xref/org/dom4j/rule/Mode.html | teslaworksumn/lightshow-visualizer | <!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=ISO-8859-1" /><title>Mode xref</title>
<link type="text/css" re... |
Help/box_file.html | ArrayHotkey/MenuZ | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>{box:file}</title>
<meta http-equiv="content-type" content="text/html; charset=GBK">
<link href="./default.css" rel="stylesheet" type="text/css">
</head>
<body>
<h3>{box:file}<span class="ver"></... |
docs/_modules/pymatgen/entries/computed_entries.html | mbkumar/pymatgen |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>pymatgen.entries.computed_entries — pymatgen 2020.3.2 documentation</title>
<link rel="stylesheet" href="../../../_static/proBlue.css" type="text/css" />
<link rel="stylesheet" href="../../../_st... |
essays/preamble.html | ArcherCraftStore/PDFLint | <!DOCTYPE HTML><html><head><title>preamble</title></head><body><h1 style="text-align: center;"><span style="font-family: 'comic sans ms', sans-serif; font-size: 18pt;">The Preamble's Sad, Yet Dirty and Gritty Lies</span></h1>
<p> </p>
<p style="text-align: left;"><span style="font-family: 'comic sans ms', sans-ser... |
libs/Jena/javadoc-arq/org/apache/jena/sparql/lang/sparql_10/class-use/SPARQLParser10.html | manonsys/MVC | <!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-internal) on Tue Dec 08 09:28:00 GMT 2015 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.a... |
reference/java/security/interfaces/DSAParams.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>... |
design-template.html | Cosmitar/hit-combo-factory | <!DOCTYPE html>
<html lang="en">
<head>
<title>Hit Combo Maker</title>
<link rel="stylesheet" type="text/css" href="style/bootstrap/bootstrap.css" />
<link rel="stylesheet" type="text/css" href="style/bootstrap/bootstrap-theme.css" />
<link rel="stylesheet" type="text/css" href="style/main.css" />
</he... |
public/css/main.css | a49678321/image_search_abstraction | h1{
text-align: left;
padding:30px;
margin: 20px;
font-family: 'Roboto Slab', serif;
}
.container h3{
color: blue;
}
.container code{
font-size: 18px;
}
.container{
text-align: left;
} |
web/example/hello-world/index.html | jsx/JSX | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Hello, JSX!</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="noindex,nofollow">
<!-- Le styles -->
<link href="../../assets/css/bootstrap.css" rel="stylesheet">
... |
wye/templates/upcoming.html | shankisg/wye | {% extends "base.html" %}
{% block title %}Workshops | {{ block.super }}{% endblock %}
{% block header %}
<div class="fill-theme push-2 text-center">
<h1 class="no-space">Upcoming Workshops</h1>
</div>
{% endblock %}
{% block content %}
<ul>Note:
<li>The dates displayed are tentative. It ... |
docs/modules/deimos.class.html | ld-test/deimos | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<head>
<title>Deimos Code Documentation</title>
<link rel="stylesheet" href="../ldoc.css" type="text/css" />
</head>
<body>... |
assets/css/themes/dark-blue.css | thedataplumber/ghost-in-the-data | .header,.godo-cover,.prev-next-link.no-cover:after,.prev-next-row:hover .prev-next-btn,.sidebar .title{background-color:#01579B !important}.ps .ps-byline a{color:#01579B !important}.pagination .btn.active{background:#d74838 !important}
|
templates/code.html | mattbierbaum/tmpr | {% extends "head.html" %}
{% block head %}
<style media="screen" type="text/css">
#codeurl {
font-size: 256px;
margin: 0;
padding: 0;
}
.wrap {
display: flex;
justify-content: center;
align-items: center;
flex: 1;
min-height: 266px;
}
</style>
{% end %}
{% block content %}
<div class... |
docs/docsets/Mechanica.docset/Contents/Resources/Documents/Extensions/MutableCollection.html | tinrobots/Mechanica | <!DOCTYPE html>
<html lang="en">
<head>
<title>MutableCollection Extension 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></scri... |
select-classes.html | mscweb/mscschedulizer | <!doctype html>
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><html lang="en" class="no-js"> <![endif]-->
<html lang="en">
<head>
<!-- Basic -->
<title>MSCschedulizer</title>
<!-- Define Charset -->
<meta charset="utf-8">
<link rel="icon" type="image/png" href="fa... |
client/js/monitors/tmpl/doxygen_build.html | rhyolight/nupic.wallboard | <div class="panel panel-{{state}}">
<div class="panel-heading">{{name}}</div>
<div class="panel-body">
<a target="_blank" href="{{url}}">docs</a> built {{date}}
</div>
</div> |
examples/advanced_init/language_file.html | champsupertramp/DataTables | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
<title>DataTables example - Language file</title>
<link rel="stylesheet" type="text/css" href="../../m... |
css/custom.css | auishik/hobbyhub | body {
color: #333;
}
.box-grid .review-blk {
display: inline-block;
vertical-align: middle;
}
/**
* Massive modules
*/
/*container class*/
.container {
max-width: 80em;
margin: 0 auto;
}
/**
* Simple modules/elements
*/
.thread-message {
padding: 16px;
margin-bottom: 20px;
background-color: #DE... |
test/fixtures/checkboxes-radios/checkbox-block-bad.html | freezy-sk/bootlint | <!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" />
<title>Test</title>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.co... |
templates/login.html | tinybike/arbiter | {% extends "base.html" %}
{% block page %}<script>window.page = "login";</script>{% endblock %}
{% block body %}
<div class="vertical-spacer-30"></div>
<div class="row">
<div class="large-12 columns">
<div class="light-gray-box">
<form action="" method="POST">
<input type="text" id="username" name="... |
QtEsrc/qt-everywhere-opensource-src-4.8.5/doc/html/qsystemlocale.html | stephaneAG/PengPod700 | <?xml version="1.0" encoding="UTF-8"?>
<!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" xml:lang="en_US" lang="en_US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- qlocale.qdoc ... |
src/themes/material/templates/plugin.action.bar.core.html | klumba12/qgrid | <div layout="row">
<div flex="100"
layout="row"
layout-align="start center"
layout-align-xs="start start"
layout-align-sm="start start"
layout-xs="column"
layout-sm="column">
</div>
<div class="q-grid-actions"
flex="none"
layout="row"
layout-align="end center">
... |
couch/theme/_system/content_list_inner_comments.html | RevolvingMindMedia/holdennewhomes | <div id="comments-listing">
<cms:comments
masterpage = k_template_name
page_id = k_selected_pageids
approved = k_selected_status
order = k_selected_order
paginate = '1'
limit = k_selected_limit
show_unpublis... |
_includes/portfolio_grid.html | evangelistcollective/evangelistcollective.github.io |
<!-- Portfolio Grid Section -->
<section id="portfolio">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>Projects We've Built Together</h2>
<hr class="star-primary">
</div>
... |
deps/boost_1_77_0/doc/html/boost_asio/reference/bad_executor/bad_executor.html | davehorton/drachtio-server | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>bad_executor::bad_executor</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../../../boost_asio.htm... |
lib/Encog/apidocs/org/encog/ml/ea/codec/package-summary.html | ladygagapowerbot/bachelor-thesis-implementation | <!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 17 10:23:34 UTC 2013 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
... |
docs/api-docs/classes/DataProperty.html | Breeze/breeze.js | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>DataProperty</title>
<link rel="stylesheet" href="http://yui.yahooapis.com/3.5.1/build/cssgrids/cssgrids-min.css">
<link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css">
<link rel="stylesheet" href="../assets/css/... |
_site/2016/02/14/apk.html | luofengliuchen/luofengliuchen.github.io-master | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<!--[if lte IE 9]><meta http-equiv="refresh" content="0;url=/ie.html"><![endif]-->
<title>android反编译 | 落... |
CC254xPM模块资料/BLE协议栈源码/Documents/GAPhtml/df/d4c/structgap_terminate_link_event__t.html | mingjunyang/bluetoothKeyboard | <!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>BLE GAP: gapTerminateLinkEvent_t Struct Reference</title>
<link href=".... |
public/analysis/tendency.html | jasonLiu001/SentimentSystem | <!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>舆情趋势总览</title>
<link href="/css/bootstrap.css" rel="stylesheet" />
<link href="/css/base.cs... |
node_modules/phaser/docs/src_gameobjects_Graphics.js.html | TumboTheGnome/phaserGraph | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Phaser Source: src/gameobjects/Graphics.js</title>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/default.css">
<link ty... |
public/style.css | Red-French/MEAN_ContactList | #background {
height: 750px;
background-image: url("./img/rolodex2.png");
background-size: cover;
background-attachment : fixed;
}
.data {
color: #3d3d5c;
}
|
kintone/plugins/tableeditor/css/common.css | TIS2010/jslibs | /* common style */
button.customview-button{
background-color:transparent;
background-position:left top;
background-repeat:no-repeat;
background-size:30px 30px;
border:none;
box-sizing:border-box;
cursor:pointer;
font-size:13px;
height:auto;
margin:0px 3px;
min-height:30px;
min-width:30px;
outline:none;... |
QtEsrc/qt-everywhere-opensource-src-4.8.5/doc/html/declarative-animation-behaviors-behavior-example-qml-behaviours-behavior-example-qml.html | stephaneAG/PengPod700 | <?xml version="1.0" encoding="UTF-8"?>
<!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" xml:lang="en_US" lang="en_US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Qt 4.8: b... |
lib/Log4net 1.2.13/doc/release/sdk/log4net.Util.SystemInfo.AssemblyFileName.html | YOTOV-LIMITED/pokerleaguemanager | <html dir="LTR">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
<title>SystemInfo.AssemblyFileName Method</title>
<xml>
</xml>
<link rel="stylesheet" type="text/css" hre... |
docs/_includes/sidebar-tocjs.html | ejointjp/motiv.scss | <nav class="toc"></nav>
|
grid-packages/ag-grid-docs/documentation/src/pages/component-floating-filter/examples/custom-filter/index.html | ceolter/angular-grid | <style>
.ui-slider-handle{
z-index: 0 !important;
}
</style>
<div id="myGrid" style="height: 100%;" class="ag-theme-alpine"></div>
|
ajax/libs/react-toolbox/2.0.0-beta.12/switch/theme.css | cdnjs/cdnjs | :root {
--palette-red-50: rgb(255, 235, 238);
--palette-red-100: rgb(255, 205, 210);
--palette-red-200: rgb(239, 154, 154);
--palette-red-300: rgb(229, 115, 115);
--palette-red-400: rgb(239, 83, 80);
--palette-red-500: rgb(244, 67, 54);
--palette-red-600: rgb(229, 57, 53);
--palette-red-700: rgb(211, 47... |
net.sourceforge.metrics/doc/apidocs/net/sourceforge/metrics/ui/dependencies/EclipseNode.html | leonardobsjr/metrics3 | <!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_08) on Thu Jul 07 11:21:46 EDT 2005 -->
<TITLE>
EclipseNode
</TITLE>
<META NAME="keywords" CONTENT="net.sourceforge.metrics.ui.dependencies... |
src/main/resources/jenkins/plugins/coverity/CoverityPublisher/help-saOverride.html | christ66/coverity-plugin | <!--
* 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 at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Coverity, Inc - initial implementation and... |
WP2/D2.5.2_Generation/Jeni/doc/jgoodies/jgoodies-common-docs/api/com/jgoodies/common/bean/class-use/ObservableBean2.html | ModelWriter/Deliverables | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_37) on Tue Jan 22 18:21:27 CET 2013 -->
<TITLE>
Uses of Interface com.jgoodies.common.bean.ObservableBean2 (JGoodies Common 1.6 API)
</TITLE>
<META ... |
resources/htdocs/kibana.old/panels/derivequeries/module.html | rowhit/kiries | <kibana-panel ng-controller='derivequeries' ng-init="init()">
<style>
.end-derive {
position:absolute;
right:15px;
top:5px;
}
.panel-derive-field {
text-decoration: underline;
cursor: pointer;
}
.panel-derive {
padding-right: 35px !important;
height: 31px !important;
-webkit-bo... |
common-utilities/src/main/java/net/ages/alwb/utils/transformer/epub/resources/sources.html | AGES-Initiatives/common-utilities | <?xml version="1.0" encoding="utf-8" standalone="no"?>
<!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">
<head>
<title>Introduction</title>
<link href="ages.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<h1>Sources... |
ts/net.heartsome.cat.ts.ui.help/html/zh/ch07s02.html | heartsome/translationstudio8 | <html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>2. 导出项目</title>
<link href="css/style.css" rel="stylesheet" type="text/css">
<meta content="DocBook XSL Stylesheets V1.75.2 / ZoeeyDoc http://zoeeydoc.googlecode.com " name="generator">
<link rel="home" href="index.html" titl... |
src/com/rapidminer/operator/learner/associations/fpgrowth/package.html | ntj/ComplexRapidMiner | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
</head>
<body bgcolor="white">
This package contains classes and operators for association
rule mining and frequent item set mining based on FPGrowth.
</body>
</html>
|
CodeIgniter_1.5.3/CodeIgniter_1.5.3/user_guide/installation/index.html | Calico90/codeigniter-version-scanner | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>CodeIgniter User Guide</title>
<style type='text/css' media='all'>@import url('../userguide.css');</style>
<link rel='stylesheet' type='text/css' media='all' href='../userguid... |
049/xwphelp2/xshutdown/xsd_5dlgnexttime.html | rousseaux/netlabs.xworkplace | <HTML>
<HEAD>
<TITLE>
&xwp;: &xshutdown;-Optionen
</TITLE>
</HEAD>
<!-- Uebersetzung: Peter Weilbacher -->
<!-- this page is all new with V0.9.4 -->
<BODY>
Wenn die Option <B>"Diesen Dialog nchstes Mal anzeigen"</B> nicht
markiert ist, wird das Besttigungsfenster des &xshutdown; fr die fol... |
wp-content/themes/hexa/style.css | dhananjay92/blog.dhananjaynakrani.com | /* Theme Name: Hexa
* Theme URI: http://theme.wordpress.com/themes/hexa/
* Author: Automattic
* Author URI: http://automattic.com
* Description: A colorful personal blogging theme with support for post formats and a flair for geometry.
* Version: 1.0.1
* License: GNU General Public License v2 or later
* License ... |
wp-content/themes/Anchor/css/font-awesome.css | drew1080/cheaterchef | /* Font Awesome
the iconic font designed for use with Twitter Bootstrap
-------------------------------------------------------
The full suite of pictographic icons, examples, and documentation
can be found at: http://fortawesome.github.com/Font-Awesome/
License
-------------------------------... |
vendor/assets/dhtmlx/dhtmlxPopup/samples/04_attaches/06_attach_grid.html | ManageIQ/dhtmlx-rails | <!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" lang="en" xml:lang="en">
<head>
<title>Attach Grid</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="title" content... |
doc/javadoc/ontology/effects/unary/WrapAround.html | benelot/GVG-AI-2015 | <!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_60) on Thu Jul 17 09:47:18 BST 2014 -->
<title>WrapAround</title>
<meta name="date" content="2014-07-17">
<link rel="stylesheet" type="... |
leJOS_NXJ_0.9.1beta-3/docs/nxt/javax/microedition/lcdui/Image.html | gusDuarte/enchanting-usb3 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_22) on Tue May 29 00:11:47 CEST 2012 -->
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<TITLE>
Image (leJOS NXJ API documentati... |
member/announce_email.html | kenorb/mangalashribhuti | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>MSB Announcements</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="http://www.mangalashribhuti.org/css/styles.css" rel="stylesheet" type="text/css">
<st... |
internetdefense/apps/campaigns/templates/campaigns/test/css/src/modal.css | jwyterlin/idl-members | @font-face {
font-family: 'GreatVibesRegular';
src: url('../../../fonts/greatvibes/regular.eot');
src: url('../../../fonts/greatvibes/regular.eot?#iefix') format('embedded-opentype'),
url('../../../fonts/greatvibes/regular.woff') format('woff'),
url('../../../fonts/greatvibes/regular.ttf')... |
app/locale/pt_BR/template/email/account_password_reset_confirmation.html | luizasangalli/mage_teste | <!--@subject Password Reset Confirmation for {{var customer.name}} @-->
<!--@vars
{"store url=\"\"":"Store Url",
"var logo_url":"Email Logo Image Url",
"var logo_alt":"Email Logo Image Alt",
"htmlescape var=$customer.name":"Customer Name",
"store url=\"customer/account/resetpassword/\" _query_id=$customer.id _query_tok... |
Scheduler/templates/template_en.html | Wikicrimes/Wikicrimes | <body bgcolor='#bae7fe' font-size='10px' leftmargin='0' topmargin='0' rightmargin='0' bottommargin='0' marginwidth='0' marginheight='0'>
<style type='text/css'>
body,td { color: #000000; font-size: 11px; line-height: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; }
p { font-size: 12px; margin-top : 5... |
lib/apache-jena-2.12.1/javadoc-arq/com/hp/hpl/jena/sparql/function/library/class-use/bnode.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:39:53 BST 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class com.h... |
sssg/game/login1.html | ztpztp000000/7fly | <!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>盛世三国</title>
<link href="css/login.css" type="text/css" rel="stylesheet">
<script type="text/javascript" src="images/jquery.js"></script>
</head>
<body>
<div class="clearfix" id="warpper">
<div class="content">
<div id="log-box" style="display: block;">... |
UI/WebServerResources/UIxReminderEditor.css | zentyal/sogo | DIV#windowButtons
{ position: absolute;
bottom: 0px;
left: 0px;
right: 15px;
height: 3em;
line-height: 2em;
vertical-align: middle;
text-align: right; }
DIV#pageContent
{ padding: 1em; }
TABLE TH
{ font-weight: normal;
text-align: right;
width: 5em; }
TABLE TD
{ text-align: left; }
TABLE TD.label
... |
media/com_acymailing/css/module_default_square_red.css | hscomp2002/edmansport | /**
* @package AcyMailing for Joomla!
* @version 4.5.1
* @author acyba.com
* @copyright (C) 2009-2013 ACYBA S.A.R.L. All rights reserved.
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
*/
@import url("module_default_square_black.css");
.acysubbuttons input.button... |
solr/docs/solr-dataimporthandler-extras/org/apache/solr/handler/dataimport/MailEntityProcessor.CustomFilter.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:44 MDT 2015 -->
<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
<title>MailEntityProcessor... |
wp-admin/css/colors/ocean/colors.min.css | prsolans/paullyson-nash | html {
background: #f1f1f1
}
a {
color: #0074a2
}
#media-upload a.del-link:hover, .subsubsub a.current:hover, .subsubsub a:hover, a:active, a:focus, a:hover, div.dashboard-widget-submit input:hover {
color: #0099d5
}
input[type=checkbox]:checked:before {
color: #738e96
}
input[type=radio]:checked:be... |
public-html/webstat/awstats.mc-aster.com.alldomains.062012.html | stanislavshilo/mc-aster | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="en">
<head>
<meta name="generator" content="AWStats 7.0 (build 1.971) from config file awstats.mc-aster.com.conf (http://awstats.sourceforge.net)">
<meta name="robots" content="noindex,nofollow">
<meta http-equiv="content-type" content="text/ht... |
fonts.html | catcappellari/spices | <!doctype html>
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Fonts</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Pl... |
toolchain/share/doc/arm-marvell-linux-gnueabi/html/libc/Wildcard-Matching.html | aldencolerain/mc2kernel | <html lang="en">
<head>
<title>Wildcard Matching - The GNU C Library</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="The GNU C Library">
<meta name="generator" content="makeinfo 4.13">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="Pattern-Matchi... |
docs/html/header_8php.html | SeanJA/ShoestringPHP | <!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>ShoestringPHP: C:/xampp/htdocs/shoestringphp/application/views/header.p... |
modules/mod_jxtc_contactwall/templates/css3_tab1_demo/module.html | alexrah/namreb | <section class="jxtc_contactwall_tabs">
<input id="jxtc_contactwall_tab-1" type="radio" name="radio-set" class="jxtc_contactwall_tab-selector-1" checked="checked" />
<label for="jxtc_contactwall_tab-1" class="jxtc_contactwall_tab-label-1">Contact</label>
<input id="jxtc_contactwa... |
components/com_jevents/views/flat/assets/css/events_css.css | githubupttik/upttik | /*
* Component Styling
*/
#jevents_body{
width:100% !important;
border:1px solid #DDD;
background-color:#F7F7F7;
border-radius:8px;
padding-top:10px;
padding-bottom:10px;
}
#jevents_header{
width:100%!important;
border:none;
}
#jevents_header td, #jevents_header tr, div.ev_navigation t... |
wp-content/themes/quark/style.css | jbotos/wptheme | /*
Theme Name: Quark
Theme URI: http://quarktheme.com
Author: Anthony Hortin
Author URI: http://maddisondesigns.com/
Description: Quark is your basic building block for creating beautiful, responsive custom themes. It's not a convoluted or confusing framework that's hard to learn or even harder to modify. It's a simple... |
wp-content/themes/default/admin/style/style.css | brasadesign/wp-academia-inova | .gymbase_hidden
{
display: none;
}
/* --- Menu icons --- */
#adminmenu #menu-posts-gymbase_weekdays .wp-menu-image,
#adminmenu #menu-posts-classes .wp-menu-image
{
background-repeat: no-repeat;
}
#menu-posts-gymbase_weekdays .wp-menu-image,
#menu-posts-classes .wp-menu-image,
#menu-posts-trainers .wp-menu-image,
#men... |
ch05/26 - array.html | JedrzMar/avr | <!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Przykład</title>
</head>
<body>
<script type="text/javascript">
var myArray = new Array();
myArray[0] = 100;
myArray[1] = "Adam";
myArray[2] = true;
</script>
</body>
</html>
|
src/main/webapp/BenchmarkTest01826.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>BenchmarkTest01826<... |
docs/code/files/vendor-prospress-action-scheduler-classes-actionscheduler-fatalerrormonitor.html | MinnPost/salesforce-rest-api | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Documentation</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<base href="../">
<link rel="icon" href="images/favicon.ico"/>
<link rel="stylesheet" href="css/normalize.css">
<link rel="styles... |
tags/2671423855/page/1.html | ivanhao/ivanhao.github.io | <!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Ivan's Blog</title>
<meta name="keywords" content="百度云,gitblog,GitBlog,博客,Markdown博客,jockchou,Ivan's Blog">
<meta name="description" content="GitBlog是一个简单易用的Markdo... |
doc/index-files/index-14.html | ric2b/POO | <!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_79) on Tue May 19 05:43:02 WEST 2015 -->
<title>R-Index</title>
<meta name="date" content="2015-05-19">
<link rel="stylesheet" type="te... |
rails/public/stylesheets/content.css | gaudenz/pentabarf-dc13 | /* CONTEXTBAR */
#context {
position: fixed;
top: 0em;
left: 12em;
width: 100%;
height: 7em;
min-height: 80px;
padding-left: 8em;
text-align: left;
background-color: #b0cce8;
z-index: 4;
border-left: 1px solid black;
border-bottom: 1px solid black;
}
div#object-image {
position: fixed;
top... |
sites/all/themes/bootstrap_sanbi/js/smooth-div-scroll/index.html | rukayaj/seakeys | <!DOCTYPE html>
<html>
<head>
<title>Demo - jQuery Smooth Div Scroll - Thomas Kahn</title>
<!-- the CSS for Smooth Div Scroll -->
<link rel="Stylesheet" type="text/css" href="css/smoothDivScroll.css" />
<!-- Styles for my specific scrolling content -->
<style type="text/css">
#makeMeScrollable
{
width:... |
responsive/animals/assignment.css | zsomko/graphicStuff | p {
text-align: justify;
text-justify: inter-word;
}
.species-thumbnail p {
width: 100%;
line-height: 1.6em;
max-height: 4.8em;
overflow: hidden;
text-overflow: ellipsis;
}
.img-responsive {
margin: 0 auto;
}
.single-photo {
width:100%;
} |
css/jquery-glpi.css | dtiguarulhos/suporteguarulhos | .ui-dialog { z-index: 1000 !important ;}
.ui-widget-content a { color: #659900; }
.ui-widget-content span.vsubmit, a.vsubmit {color: #8f5a0a;}
/* css for timepicker */
.ui-datepicker {z-index:10000 !important; }
.ui-timepicker-div .ui-widget-header {margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui... |
wp-content/themes/fastnews-light/editor-style.css | yokesh28/cinepanda |
/**
* Table of Contents:
*
* 1.0 - Body
* 2.0 - Headings
* 3.0 - Text Elements
* 4.0 - Links
* 5.0 - Alignment
* 6.0 - Tables
* 7.0 - Images
* 8.0 - Galleries
* 9.0 - Audio/Video
*
* ----------------------------------------------------------------------------
*/
/**
* 1.0 Body
* -... |
moa/doc/apidocs/moa/evaluation/class-use/F1.html | gditzler/MassiveOnlineAnalysis | <!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_25) on Wed Aug 08 22:38:31 NZST 2012 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Class moa.evaluation.F1 ... |
doc/web/doxygen/11tp1/api+samples/html/functions_0x6e.html | hallowname/librebecca | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>RebeccaAIML: Class Members</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- G... |
src/main/webapp/html/201601091701/css/default.css | BrickCat/symphony | @import url(http://fonts.useso.com/css?family=Raleway:200,500,700,800);
@font-face {
font-family: 'icomoon';
src:url('../fonts/icomoon.eot?rretjt');
src:url('../fonts/icomoon.eot?#iefixrretjt') format('embedded-opentype'),
url('../fonts/icomoon.woff?rretjt') format('woff'),
url('../fonts/icomoon.ttf?rretjt') for... |
Tierra/htdocs/css/plantilla-simple.css | guivaloz/GenesisPHP | /*
* GenesisPHP - Plantilla Simple
*/
/* GLOBALES */
body {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding-top:50px;
padding-bottom:40px;
}
a { color:#800; }
a:hover { color:#F00; }
/* TITULO */
.titulo {
margin-top:8px;
margin-bottom:8px;
padding-top:0;
pa... |
comments.html | pescweb/camacaritur | <div class="views">
<div class="view view-main">
<div class="navbar">
<div class="navbar-inner">
<div class="left">
<a href="#" class="back">
<span class="ti-angle-left"></span>
</a>
</div>
... |
src/frontend/frontend/includes/body.html | thadeaus/seashell | <!-- Here begins the body. -->
<div class="container-fluid">
<noscript>
This page requires JavaScript to operate properly, or at all.
</noscript>
<div ng-show="frontend.timeout" ng-cloak
class="alert alert-danger text-center" role="alert">
Lost contact with the server (Seashell will keep trying to
... |
metronic_v4.7.1/theme_rtl/admin_3/page_general_faq.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... |
doc/web/doxygen/0981/api+framework+samples/html/classrebecca_1_1framework_1_1impl_1_1_bot-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>
<!-... |
doc/interpreter/octave.html/Quadratic-Programming.html | anooprh/GNU-Octave | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ -->
<head>
<title>GNU Octave: Quadratic Programming</title>
<meta name="description" content="GNU Octave: Quadratic Programming">
<meta nam... |
dist/views/404.html | PetrusStarken/MyGit | <h1>Not found <span>:(</span></h1>
<p>Sorry, but the page you were trying to view does not exist.</p>
<p>It looks like this was the result of either:</p>
<ul>
<li>a mistyped address</li>
<li>an out-of-date link</li>
</ul>
|
JAVA/GUI/Plotter/doc/javadoc/gov/noaa/pmel/util/class-use/Longitude.html | kernsuite-debian/lofar | <!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_04) on Thu Jun 29 15:57:16 CEST 2006 -->
<TITLE>
Uses of Class gov.noaa.pmel.util.Longitude (ASTRON/LOFAR Plotter)
</TITLE>
<LINK REL ="stylesheet"... |
src/frontend/styles/cIndex.css | ichbinder/homeapp |
body {
width: 100%;
background: #ffffff url("../images/cmimg.jpg") no-repeat;
overflow: hidden;
font-size: 14px;
}
h1 {
text-align: center;
font-size: auto;
padding: 0;
margin: 0;
}
h2 {
text-align: center;
font-size: auto;
padding: 0;
margin: 0;
}
.content {
display: flex;
flex-direction: colum... |
uohCorpus.fil/uoh/uoh.filteredcorpus.txt_output/ESO-52_ext.txt.out.dict_5322_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/tarkchudamani-ext.txt.out.dict_13893_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... |
lib/glm/doc/html/a00195.html | Nvveen/First-Sight | <!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>glm::gtx::normalize_dot Namespace Reference</title>
<link href="tabs.cs... |
dependencies/include/cinder/blocks/OpenCV/docs/html/functions_eval_n.html | brittybaby/3DModelfitting | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"><title>Cinder</title>
<link rel="stylesheet" href="cinder_doxygen.css" type="text/css" media="screen" />
</head>
<body>
<div class="wrap... |
dist/game/data/scripts/ai/others/AdventureGuildsman/31992.html | rubenswagner/L2J-Global | <html><body>Adventure Guildsman:<br>
Welcome, friend! I gather information about fascinating -- and lucrative -- opportunities for adventure.<br>
You look like a kind soul. I know many a poor folk in sore need of capable help. Are you game? What sort of adventure did you have in mind?<br>
<Button ALIGN=LEFT ICON="NORMA... |
presentations/2015-11-nfb/slide2.html | illinois-dres-aitg/courses-presentations | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML//EN">
<html lang="en">
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Slide 2: Web Content Accessibility Guidelines 2.0</title>
<link rel="stylesheet" type="text/css" href="../slides2/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.