path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
doc/class-cidr.html | PaloAltoNetworks-BD/pan-configurator | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="ApiGen 2.8.0" />
<title>Class cidr | PAN-Configurator</title>
<script type="text/javascript" src="resources/combined.js?772778653"></script>
<script type="text/javascript" src="elem... |
app/modules/todo/todo.html | appelgriebsch/electron-boilerplate | <md-content flex layout-fill ui-view="content"></md-content>
|
webfonts/gotham-book.css | juliocavalcanti/CappenTeste | @font-face {
font-family: 'GothamBook';
src: url('gotham-book.eot');
src: url('gotham-book.eot') format('embedded-opentype'),
url('gotham-book.woff') format('woff'),
url('gotham-book.ttf') format('truetype'),
url('gotham-book.svg#GothamBook') format('svg');
}
|
src/client/app/about/about.component.html | mgechev/angular2-seed | <p>Angular Seed is a starter project that implements best practices in coding, building and testing Angular apps.</p>
<h2 i18n>Features</h2>
<ul>
<li>Ready to go, statically typed build system using Gulp for working with TypeScript.</li>
<li>Production and development builds.</li>
<li>Sample unit tests with Jasm... |
example/organization.html | kasperpeulen/github.dart | <!DOCTYPE html>
<html>
<head>
<title>GitHub Organization</title>
<link rel="stylesheet/less" type="text/css" href="styles/main.less" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/less.js/1.7.4/less.min.js"></script>
<link rel="stylesheet" type="text/css" href="http://github.directcode.org/octicons/oc... |
app/public/js/ui/login/template/LogoutPage.html | iherwig/wcmf-default-app | <div class="logout-page">
<!-- Begin page content -->
<div class="container">
</div>
<!-- End page content -->
</div>
|
vendor/fop-1.1/javadocs/org/apache/fop/render/intermediate/extensions/package-frame.html | kardeiz/fop_wrapper | <!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_35) on Tue Oct 16 22:49:47 ICT 2012 -->
<TITLE>
org.apache.fop.render.intermediate.extensions (Apache FOP 1.1 API)
</TITLE>
<META NAME="date" CONTEN... |
_includes/people/wake.leanne.html | FranciscoCanas/website | <p id="wake.leanne" data-toggle="tooltip" title="<img src='{{site.filesurl}}/people/wake.leanne.png' alt='Leanne Wake' />">
<span class="person">Leanne Wake</span>
is an early career researcher based in Newcastle, UK specialising
in modelling the solid Earth and geoid response to the evolution
of ice sh... |
vendor/extensions/conferences/public/stylesheets/report-print.css | ychaker/radiant_demo | table.report {
margin: 10px;
border-collapse: collapse;
}
table.report th, table.report td {
border: 1px solid silver;
padding: 3px;
}
table.report th {
background-color: #F8F8FF;
text-transform: capitalize;
font-weight: normal;
}
table.report tr.odd td {
background-color: #EEEEF8;
}
div.submission ... |
docs/styles/compodoc.css | robisim74/angular2localization | body {
position: absolute;
width: 100%;
height: 100%;
font-family: 'Roboto', sans-serif;
}
/* roboto-300 - latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: url('../fonts/roboto-v15-latin-300.eot');
/* IE9 Compat Modes */
src: local('Roboto... |
app/templates/VsimManual.html | dadawangweb/ukl-gsvc-web | {% extends "main_base.html" %}
{% block title %}卡资源APP{% endblock %}
{% block head %}
{{ super() }}
{% assets "vsimmanual_css" %}
<link rel="stylesheet" type="text/css" href="{{ ASSET_URL }}">
{% endassets %}
<script type="text/javascript">
var $SCRIPT_ROOT = {{ request.script_root|tojson|safe }};
</script>
{% end... |
xmppuk-ietf/css/style.css | lloydwatkin/lloydwatkin.github.io | .left {
text-align: left;
}
.reveal i { font-family: FontAwesome; }
.fa { font-family: FontAwesome !important; display: block; }
.inline { display: inline; }
section .xmpp-orange { color: #e96d1f; }
section .xmpp-blue { color: #29aae1; }
section .xmpp-green { color: #8bc53e; } |
www/themes/default/css/reset.css | demianturner/seagullframework-sandbox |
/**
* Reset browser default settings. Do not reset settings for those elements,
* which are not later defined in typo.css or forms.css.
*
* @package themes
* @subpackage default2
* @author Dmitri Lakachauskis <lakiboy83@gmail.com>
*/
/* Block elements */
body, p, pre { /* blockquote */
margin: 0;
... |
Application/Admin/View/default/Addons/hooks.html | h136799711/20150606renren | <extend name="template/base_index"/>
<block name="area_body">
{:W('Menus/topbar')}
<div class="admin-main container-fluid">
{:W('Menus/left')}
<div class="admin-main-content">
{:W('Menus/breadcrumb')}
<!-- 标题栏 -->
<h2>钩子列表</h2>
<di... |
doc/workspace/Link.html | mdrobinson/Rock-Paper-Scissors | <!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_10) on Sun Mar 17 12:30:33 EDT 2013 -->
<title>Link</title>
<meta name="date" content="2013-03-17">
<link rel="stylesheet" type="text/c... |
land.html | nlehuby/OSM_js_editor | <!DOCTYPE html>
<html>
<head></head>
<body>
<!-- cette page est nécessaire pour faire fonctionner l'authentification oauth -->
<script>
opener.authComplete(window.location.href);
window.close();
</script>
</body>
</html>
|
ext/c++/thirdpart/c++/boost/libs/xpressive/doc/html/boost/xpressive/upper.html | yinchunlong/abelkhan-1 | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Global upper</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="../../index.html" title="Chapte... |
doc/functionReference/prtDecisionBinarySpecifiedPf/run.html | jpalves/PRT | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="./../../helpwin.css">
<title>MATLAB File Help: prtDecisionBinarySpecifiedPf/run</title>
</head>
<body>
<!--Single-page help-->
<table border="0" cellspacing="0" width... |
_includes/themes/hacking-in-the-dark/post_navigation.html | Fayence/fayence.github.com | <hr class="pagination-separator-top" />
<div class="pagination">
{% if page.previous %}
<div class="prev"><a href="{{ BASE_PATH }}{{ page.previous.url }}" title="{{ page.previous.title }}">← Previous</a></div>
{% else %}
<div class="prev disabled">← Previous</div>
{% endif %}
<a href="{{ BASE_PATH... |
mkdocs-material/material/partials/header.html | absolute8511/ZanRedisDB | <header class="md-header" data-md-component="header">
<nav class="md-header-nav md-grid">
<div class="md-flex">
<div class="md-flex__cell md-flex__cell--shrink">
<a href="{{ config.site_url | default(nav.homepage.url, true) }}" title="{{ config.site_name }}" class="md-header-nav__button md-logo">
... |
doc/couchdbkit.org/htdocs/docs/api/couchdbkit.schema.base.Document-class.html | ghickman/couchdbkit | <?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>couchdbkit.schema.base.Document</title>
<link rel="stylesheet" href="epydoc.css" type="text... |
vendor/uikit/uikit/docs/utility.html | risatya/smartlogicpro | <!DOCTYPE html>
<html lang="en-gb" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Utility component - UIkit documentation</title>
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<l... |
spec/e2e/html/1693_load_after.html | troolee/gridstack.js | <!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>load after init</title>
<link rel="stylesheet" href="../../../demo/demo.css"/>
<script src="../../../dist/gridstac... |
lib/EMBOSS-6.6.0/doc/programs/html/dbtell.html | lauringlab/CodonShuffle | <HTML>
<HEAD>
<TITLE>
EMBOSS: dbtell
</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" text="#000000">
<table align=center border=0 cellspacing=0 cellpadding=0>
<tr><td valign=top>
<A HREF="/" ONMOUSEOVER="self.status='Go to the EMBOSS home page';return true"><img border=0 src="/images/emboss_icon.jpg" alt="" width=150 ... |
lib/EMBOSS-6.6.0/doc/programs/master/emboss/apps/edamhasoutput.html | lauringlab/CodonShuffle | <HTML>
<HEAD>
<TITLE>
EMBOSS: edamhasoutput
</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" text="#000000">
<!--#include file="header1.inc" -->
edamhasoutput
<!--#include file="header2.inc" -->
<H2>
Function
</H2>
<!--#include file="inc/edamhasoutput.ione" -->
<!--
DON'T WRITE ANYTHING HERE.
IT IS DONE FOR YOU.
-... |
doc/classes/Imlib2/Context.src/M000129.html | pepabo/imlib2-ruby | <?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>get_dither (Imlib2::Context)</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<li... |
resources/apache-jena/javadoc-arq/com/hp/hpl/jena/sparql/core/Transactional.html | vuk/Clojure-Movies | <!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_25) on Thu Sep 12 10:52:54 BST 2013 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Transactional (Apac... |
plugins/robotml/org.eclipse.papyrus.robotml/doc/org/eclipse/papyrus/RobotML/Agent.html | RobotML/RobotML-SDK-Juno | <!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 Wed Feb 29 13:59:26 CET 2012 -->
<TITLE>
Agent
</TITLE>
<META NAME="keywords" CONTENT="org.eclipse.papyrus.RobotML.Agent interface">
<LINK R... |
tests/BOM/assets/css/symbols.data.png.css | WestpacCXTeam/GUI-breadcrumbs | .breadcrumb-list > li + li:before,
.icon-breadcrumb { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAMCAYAAACulacQAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAbElEQVQYla2QsQ2AMAwEz7BGZqD2EgyA5F0SdkFigDAAJTUzZI/QAAWYjm/vpH892TRl04STBkAgekI772UduiACceiCzHtZbwjwJbSX5Qny7MmmSSBWGBtvpZtsmhbT+lr+I+B8qMLYT9sLH... |
Documentation/nvme-wdc-vs-nand-stats.html | linux-nvme/nvme-cli | <?xml version="1.0" encoding="UTF-8"?>
<!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" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
<meta name="generator" con... |
wp-content/themes/clipboard/theme/customizer/theme-customize-preview.css | gtessier/LPBC | /*-----------------------------------------------------------------------------------*/
/*
/* Highlighters
/*
/*-----------------------------------------------------------------------------------*/
/* text */
.vk_tools_text_1 h1,
.vk_tools_text_1 h2,
.vk_tools_text_1 h3,
.vk_tools_text_1 h4,
.vk_tools_text_1 h5,
.vk_... |
HermitAndroidRefactor/doc/org/hermit/android/io/AudioReader.html | lnanek/MyMonitorForGlass | <!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_20) on Sat Jun 26 10:14:34 PDT 2010 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
AudioReader
</TITLE>
<META NAME=... |
administrator/components/com_sh404sef/assets/css/configuration.community.css | giahuy10/mokarafashion | /*start list by component */
div.current ul.listBycomponent li {
width: 25%;
float: left;
display: table-cell;
height: 30px;
padding-top: 3px !important;
}
|
doc/html/a00333.html | MindCodeTech/IntelTBB | <!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... |
submodules/build-armv7-apple-darwin/linphone/oRTP/doc/html/structTurnAtrLifetime.html | africallshop/africallshop-iphone | <!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... |
ow_plugins/groups/views/controllers/groups_view.html | seret/oxtebafu | {if !empty($permissionMessage)}
<div class="ow_anno ow_center">
{$permissionMessage}
</div>
{else}
{$componentPanel}
{/if} |
package/ubnt-web/src/help/en_US/wmode.html | maruscia/ninux-airos-fw-oldstable | <html>
<h3>Wireless Mode</h3>
<p>
The Wireless Mode and <a href="network.cgi">[Network Mode]</a> work together to determine the behavior of your device.
Suggested configurations:
<br/><br/>
<li><b>Station</b> and <b>Router</b> for a wireless router/gateway.</li>
<li><b>Station</b> and <b>Bridge</b> for bridge with bi-d... |
wp-content/plugins/alpine-photo-tile-for-instagram/js/fancybox-alpine-safemode/jquery.fancyboxForAlpine-1.3.4.css | zaijung/udis | /*
* FancyBox - jQuery Plugin
* Simple and fancy lightbox alternative
*
* Examples and documentation at: http://fancyboxForAlpine.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 supp... |
src/3rdparty/src/loki-0.1.6/doc/html/a00074.html | gregorynicholas/houdini-ocean-toolkit | <!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>Loki: Loki::DeleteUsingFree< P > Class Template Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesh... |
wp-content/themes/nekuda/css/ie7style.css | DavidSalzer/BneiAkiva | span.sf-sub-indicator {padding-left: 2px;}
#featured span#left-shadow, #featured span#right-shadow { z-index: 5; }
#slides .description .outer-content { position: relative; z-index: 100; }
#blog-content, #blog-wrapper { position: relative; }
#top { z-index: 5; position: relative; }
#content-full { z-index: 4; posit... |
doc/tutorials/robot/torcs/robot/ch5/loading.html | xy008areshsu/speed-dreams-2 | <!DOCTYPE public "-//w3c//dtd html 4.01 transitional//en"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<!--
copyright : (C) 2003-2004 Bernhard Wymann
email : berniw@bluewin.ch
version : $Id: loading.html 2924 2010-10-17 19:17:30Z pouillot $
Permission is granted to copy, distribute and/or modify this d... |
mini_code/statics/main/neeq/neeq_q.html | caoxinjava001/minimall | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="">
<meta name="keywords" content="">
<meta charset="UTF-8">
<meta name="viewport" content="target-densitydpi=device-dpi" />
<meta name="viewport" content="target-densitydpi=high-dpi" />
<meta name="viewpor... |
LitKicks.html | marceliotstein/literarykicks | <!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></title>
<link rel="icon" href="http://www.litkicks.com/favicon.ico" type="image/x-icon">
<link re... |
valgrind/docs/html/dh-manual.html | acarno/slicer | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>10. DHAT: a dynamic heap analysis tool</title>
<link rel="stylesheet" type="text/css" href="vg_basic.css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="index.html" title="Valgrind Do... |
extension/ezjscore/design/standard/lib/yui/3.9.0/build/datatable-base/assets/skins/sam/datatable-base-skin.css | crevillo/ezpublish-legacy | /* YUI 3.9.0 (build 5827) Copyright 2013 Yahoo! Inc. http://yuilibrary.com/license/ */
/* basic skin styles */
.yui3-skin-sam .yui3-datatable-table {
margin: 0;
padding: 0;
font-family: arial, sans-serif;
border-collapse: separate;
border-spacing: 0;
/* IE7- don't support border-spacing, but sep... |
solr-4.10.4/docs/solr-solrj/org/apache/solr/client/solrj/request/class-use/CollectionAdminRequest.CreateAlias.html | ashrafmhd09/openpublish | <!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_71) on Fri Feb 27 16:43:13 EST 2015 -->
<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
<title>Uses of Class org.a... |
students.html | geekrypter/sugarLabsWebsiteRedesign | ---
layout: default
title: Students - Sugar Labs
permalink: /students/index.html
---
<!-- Title section -->
<section id="call-to-action" class="cta">
<div class="container customPadding1">
<div class="row">
<div class="col-md-6" >
<h2 class="leftAlign"><b>SUGAR LABS FOR STUDENTS... |
php/5.5/solrparams.serialize.html | rafaelgou/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>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Used for custom serialization</title>
</head>
<body><div class="manualnavbar" style="text-align: center;">
<div class="... |
static/cms/templates/cmsfooter.html | Spoken-tutorial/spoken-website | {% for block in blocks %}
<div class="footer-{{ block.id }}">
<!-- <h5>{{ block.title }}</h5> -->
<p>{{ block.body }}</p>
</div> <!-- /block -->
{% endfor %}
|
Documentation/Source/eric6.Project.UserPropertiesDialog.html | davy39/eric | <!DOCTYPE html>
<html><head>
<title>eric6.Project.UserPropertiesDialog</title>
<meta charset="UTF-8">
<style>
body {
background: #EDECE6;
margin: 0em 1em 10em 1em;
color: black;
}
h1 { color: white; background: #85774A; }
h2 { color: white; background: #85774A; }
h3 { color: white; background: #9D936E; }
h... |
docs/apidocs/help-doc.html | openbase/bco.bcozy | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_151) on Tue Jan 16 17:00:13 CET 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>API Help (BCO BCozy 1.5-SNA... |
doc/utmt/classes/CaseCategoriesController.src/M000062.html | jeffreyhynes-360training/tarantula | <?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>destroy (CaseCategoriesController)</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />... |
mica-webapp/src/main/webapp/app/entity-taxonomy-config/views/entity-taxonomy-config-properties-view.html | obiba/mica2 | <div>
<h3 ng-if="model.type==='taxonomy'">
<ol class="breadcrumb mica-breadcrumb">
<li class="active">{{model.content.name}}</li>
</ol>
</h3>
<div class="row" ng-if="model.type!=='taxonomy'">
<div class="col-xs-9">
<ol class="breadcrumb mica-breadcrumb h3">
<li><a href ng-click="... |
external/dropbox-android-sdk/docs/com/dropbox/client2/session/package-summary.html | guardianproject/InformaCore | <!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 Jan 08 16:50:35 PST 2015 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>com.dropbox.client2... |
themes/orange2/css/plugins.css | felipinbombin/nibbleblog | /*
========================================================================
PLUGINS
========================================================================
*/
div.plugin-box {
margin-bottom: 20px;
overflow: auto;
text-align: right;
font-size: 1.4em;
}
div.plugin-box a {
color: #7F7F7F;
}
div.plugin... |
known_files/hashes/bitrix/modules/iblock/install/components/bitrix/catalog/templates/.default_old/bitrix/catalog.top/.default/slider/themes/blue/style.css | gohdan/DFC | Bitrix 16.5 Business Demo = 8e3025a2964f0e78c8718e504df1a23a
|
doc/omudpspoof.html | vpereira/rsyslogd-mongo | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head>
<title>UDP spoofing output module (omudpspoof)</title>
</head>
<body>
<a href="rsyslog_conf_modules.html">rsyslog module reference</a>
<h1>UDP spoofing output module (omudpspoof)</h1>
<p><b>Module Name: omstdout</b></p>
<p><... |
lib/IRremoteESP8266-2.7.8.10/docs/doxygen/html/pages.html | arendst/Sonoff-Tasmota | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://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" co... |
tests/wpt/web-platform-tests/css/css-grid/alignment/grid-align-justify-stretch-with-orthogonal-flows.html | UK992/servo | <!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Grid Layout test:align stretch with orthogonal flows</title>
<link rel="author" title="Rossana Monteriso" href="mailto:rmonteriso@igalia.com">
<link rel="help" href="https://drafts.csswg.org/css-writing-modes-4/#orthogonal-flows">
<link rel="help" href="https://drafts.c... |
doc/db/2015/dbdocs/word/281.html | servinglynk/open-hmis-data-warehouse | <!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">
<title>sexual_orientatiion_gender_identity_family_mbr</title>
<link rel="stylesheet" type="text/css" href="../stylesheet... |
testing/mozbase/mozlog/mozlog/formatters/html/style.css | cstipkovic/spidermonkey-research | /* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */
body {
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
min-width: 1200px;
color: #999;
}
h2 {
fon... |
docs/gsg_txn/C/txn_ccursor.html | hyc/BerkeleyDB | <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!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>Trans... |
ckanext/latvian_theme/templates/package/snippets/resource_item.html | dpp-dev/ckanext-latvian-theme | {% set can_edit = h.check_access('package_update', {'id':pkg.id }) %}
{% set url_action = 'resource_edit' if url_is_edit and can_edit else 'resource_read' %}
{% set url = h.url_for(controller='package', action=url_action, id=pkg.name, resource_id=res.id) %}
<li class="resource-item" data-id="{{ res.id }}">
{% block ... |
templates/projects/snippets/sound.html | spMohanty/geotagx-theme | <div class="row">
<!-- Success and Error Messages for the user -->
<div class="span6 offset2" style="height:50px">
<div id="success" class="alert alert-success" style="display:none;">
<a class="close">×</a>
<strong>Well done!</strong> Your answer has been saved
</div>
... |
cpp_component/3rdparty/boost/libs/beast/doc/html/beast/ref/boost__beast__websocket__stream_base__timeout.html | qianqians/abelkhan | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>websocket::stream_base::timeout</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="../../index.htm... |
JBox2D_2.0.1/doc/org/jbox2d/util/sph/SPHGroup.html | hw-beijing/cocos2d | <!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_13) on Thu May 08 05:29:23 EDT 2008 -->
<TITLE>
SPHGroup
</TITLE>
<META NAME="keywords" CONTENT="org.jbox2d.util.sph.SPHGroup class">
<LINK REL ="s... |
boost_1_54_0/libs/config/doc/html/boost_config/boost_macro_reference.html | ryancoleman/autodock-vina | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Boost Macro Reference</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.77.1">
<link rel="home" href="../index.html" title="Boo... |
releases/0.7.3/api/java/io/gearpump/streaming/ExecutorToAppMaster.MessageLoss$.html | stanleyxu2005/gearpump.github.io | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.6.0_36) on Mon Jan 04 20:30:29 CST 2016 -->
<title>ExecutorToAppMaster.MessageLoss$</title>
<meta name="date" content="2016-01-04">
<link r... |
lib/ecj/docs/classdocs/ec/rule/RuleSpecies.html | Maghoumi/GP-Tracker | <!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_41) on Fri May 03 14:32:35 EDT 2013 -->
<TITLE>
RuleSpecies
</TITLE>
<META NAME="date" CONTENT="2013-05-03">
<LINK REL ="stylesheet" TYPE="text/css... |
app/views/user/partial_edit_tabmenu.scala.html | doortts/fork-yobi | @**
* Yobi, Project Hosting SW
*
* Copyright 2014 NAVER Corp.
* http://yobi.io
*
* @author Jihan Kim
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICEN... |
venv/bin/libs/log/doc/html/boost/log/expressions/wmessage_type.html | NixaSoftware/CVis | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Type definition wmessage_type</title>
<link rel="stylesheet" href="../../../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../in... |
src/main/webapp/partials/fake.html | barakka/weddingsite | <div ng-class="loc()" class="fake"/> |
www/images/images/js/images/images/js/images/images/images/qrcode.jpg.html | naveeninja/puftest | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Splash Screen</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<script type="text/javascript">
if(navigator.userAgent.match(/Mobi/) && self!=top){ top.location.href = 'http://atlanta.sensationthemes.com'; }
</script>
... |
src/templates/shows/latest.html | samdutton/WebFundamentals | <!-- wf_template: src/templates/shows/latest.html -->
<div class="video-wrapper">
<iframe class="devsite-embedded-youtube-video" data-video-id="{{video.snippet.resourceId.videoId}}"
data-autohide="1" data-showinfo="0" frameborder="0" allowfullscreen>
</iframe>
</div>
|
javadoc-complete/com/google/template/soy/package-frame.html | prop/closure-templates | <!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_0) on Wed Jul 21 15:54:31 PDT 2010 -->
<TITLE>
com.google.template.soy (Soy Complete)
</TITLE>
<META NAME="date" CONTENT="2010-07-21">
<LINK REL ="... |
doc/dev/org/deidentifier/arx/metric/InformationLoss.html | TheRealRasu/arx | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<title>InformationLoss (ARX Developer Documentation)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type... |
docs/html/df/d48/classDMA_1_1Friends_1_1Classes_1_1Notifications_1_1Twig_1_1FlashMultipleNode-members.html | janusnic/OctoberFriends | <!-- HTML header for doxygen 1.8.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">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" conte... |
server/web/add.html | snowsnail/gcse | {{template "header.html" .UIUtils.Slice "Add Packages" "add"}}
{{if .Message }}
<div class="panel-body">
<div class="alert alert-{{.MsgCls}} alert-dismissible" role="alert">
<button type="button" class="close" data-dismiss="alert"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button>
{... |
docs/reference-Settings.html | steakknife/libtorrent-ios | <?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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="g... |
doc/html/cil/api/Dominators.html | samuelhavron/obliv-c | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
<link rel="Start" href="index.html">
<link rel="previous" href="Dataflow.html">
<link rel="Up" href="index.html"... |
django_settings/templates/admin/django_settings/change_form.html | jrutila/django-settings | {% extends "admin/change_form.html" %}
{% load i18n %}
{% block content_title %}
<h1>
{% if add %}{% trans "Add" %}{% endif %}
{% if change %}{% trans "Change" %}{% endif %}
{{ setting_model_name }}
</h1>
{% endblock %}
|
src/styles/base16/windows-95-light.css | highlightjs/highlight.js | /*!
Theme: Windows 95 Light
Author: Fergus Collins (https://github.com/C-Fergus)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
*/
/*
WARNING: DO NOT EDIT THIS FILE DIRECTLY.
This theme file was auto-generated from the Base16 scheme ... |
javadoc/index-files/index-9.html | guignol/user-agent-utils | <!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 Sun Sep 14 17:57:43 CEST 2014 -->
<title>M-Index</title>
<meta name="date" content="2014-09-14">
<link rel="stylesheet" type="te... |
frontend/app/organization/new-organization.html | andymcguinness/Planet-Lab | <div class="container">
<div class="row" style="background-color:#cce0f3; padding-left:10px;">
<h1>New<strong> Organization </strong> Setup </h1>
<h5> Thank you for taking time to register your organization with PlanetLAB. </h5>
<br>
<div class="col-sm-2">
<label> Organiz... |
data-model/1.0.1/cyboxCommon/PatternableFieldType/index.html | jburns12/stixproject.github.io | ---
layout: data_model
title: PatternableFieldType
this_version: 1.0.1
---
<div class="alert alert-danger bs-alert-old-docs">
<strong>Heads up!</strong> These docs are for STIX 1.0.1, which is not the latest version (1.2). <a href="/data-model/1.2/cyboxCommon/PatternableFieldType">View the latest!</a>
</div>
<div... |
Source/Testing/HtmlRenderer.ExperimentalApp/Data/Files/vminecraft/BF8E57D42C5B18B584369612DC30FBC0.html | todor-dk/HTML-Renderer | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>MCVersions.net - Minecraft Versions Download List</title>
<meta name="description" content="MCVersions.net offers an archive of Minecraft Client and Server jars to download, for both current and old releases!"/>
<meta name="viewport" content="width=... |
resources/glfw3.3/docs/html/structGLFWgammaramp.html | DweebsUnited/CodeMonkey | <!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... |
postgresql/help/view_table.ca.UTF-8.html | xtso520ok/webmin | <header>Dades de la Taula</header>
Aquesta pàgina permet veure les dades d'una taula, editar-les i afegir
registres nous.
<dl>
<dt><b>Edició de Registres</b>
<dd>Selecciona les caselles de l'esquerra de les files que vols editar i
fes clic sobre el botó <tt>Edita les files seleccionades</tt>.
Llavors, introdu... |
vendor/tcllib-1.18/embedded/www/tcllib/files/modules/ftp/ftp.html | neverpanic/macports-base |
<div class='fossil-doc' data-title='ftp - ftp client'>
<style>
HTML {
background: #FFFFFF;
color: black;
}
BODY {
background: #FFFFFF;
color: black;
}
DIV.doctools {
margin-left: 10%;
margin-right: 10%;
}
DIV.doctools H1,DIV.doctools H2 {
margin-left: -5%;
}
H1, H2, H3,... |
libs/boost_1_50_0/doc/html/boost_asio/reference/ip__resolver_service/endpoint_type.html | djsedulous/namecoind | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::resolver_service::endpoint_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="../../../bo... |
docs/AABB.js.html | Terryjuice/ggwpop | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Phaser Source: physics/ninja/AABB.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/sunlight.default.css">
<link type="text/... |
prebuilt/views/extras-login2.html | eisbaerBorealis/manifold | <div class="verticalcenter" ng-controller="SignupPageController">
<a href="#/"><img src="assets/img/logo-big-black.png" alt="Logo" class="brand" /></a>
<div class="panel panel-primary">
<div class="panel-body">
<h4 class="text-center" style="margin-bottom: 25px;">Just click log in!</h4>
<form action="#" class... |
app/css/custom.css | cindyngng/teamform-seed | /*.navbar-nav.navbar-right:last-child {
margin-right: 0;
}*/
.login_box_section{
position:relative;
/*width:100%;*/
height:100%;
/*color:#fff;*/
/*background-image: url('img/img4.jpg');*/
min-height:600px;
padding:0;
-webkit-background-size: cover;
-moz-background-size: cover;
... |
deps/boost_1_77_0/libs/json/doc/html/json/ref/boost__json__value/as_int64/overload2.html | davehorton/drachtio-server | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>value::as_int64 (2 of 2 overloads)</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="../../... |
deps/boost_1_77_0/libs/json/doc/html/json/ref/boost__json__value/get_array/overload1.html | davehorton/drachtio-server | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>value::get_array (1 of 2 overloads)</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="../..... |
ext/c++/thirdpart/c++/boost/libs/test/doc/html/boost_test/tests_organization/test_cases/test_case_generation.html | yinchunlong/abelkhan-1 | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Data-driven test cases</title>
<link rel="stylesheet" href="../../../boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="../../../index.html" title="Boost.Test... |
Packages/FAKE.4.19.0/docs/soft-dependencies.html | dcastro/AutoFixture | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!--
The Soft dependencies
parameters will be replaced with the
document title extracted from the <h1> element or
file name, if there is no <h1> heading
-->
<title>Soft dependencies
</title>
<meta name="viewport" c... |
src/main/webapp/WEB-INF/views/picture/show.html | jugbd/mNet | <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:th="http://www.thymeleaf.org"
xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout"
layout:decorator="layout/main">
<head>
<title>Picture Information</title>
<link href="../../../resources/css/lightbox-2.7.1.css" th:href="@{/... |
app/views/sprint16/partials/employment-details/employment.html | dwp-rcm-prototype/bfr-fraud-rebuild | <fieldset>
<div class="form-group js-hidden" id="employment_employed" style="display:{{session.employment_hidden}};">
<div id="employerName-form" class="form-group">
<label class="form-label-bold" for="employer_name">Employer or company name</label>
<input type="text" class="form-control" id="employer... |
static/v1.1.5/spectrum-full.css | ianwalter/boyscout | .button {
text-decoration: none;
border-width: 0;
cursor: pointer;
border-radius: 3px;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
text-align: center;
white-space: nowrap;
-webkit-transition: background-color 0.2s ease-in-out;
transition: background-color 0.... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.