path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
thirdParty/solrSrc/docs/solr-solrj/org/apache/solr/client/solrj/request/class-use/CollectionAdminRequest.Reload.html
knittledan/Location_Search_Prediction
<!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 Fri Jun 20 06:34:27 EDT 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="utf-8"> <title>Uses of Class...
assets/css/orange.css
lesario/tiketbaik.com
/* Orange Color */ a, a:visited{ color: #ff8421; } a:hover{ color: #ff9641; } .color{ color: #ff9641; } .button a, .button a:visited{ background:#ff9641; } .button a:hover{ background:#ff8421; } /* Header */ header .hlinks > span{ background: #ff9641; border: 1px solid #ff8421; } /* Navigation */ .navbar{ b...
www/templates/login.html
Otsimo/Child
<ion-view view-title="Dashboard"> <ion-content class="padding"> <div class="list foot"> <img width="100%" height="auto" src="img/logo.png"> <form ng-submit="doLogin()"> <label class="item item-input item-floating-label"> <span class="input-label"...
src/pages/work/home.html
jalcine/website
--- title: Work permalink: /work/ description: | I work primarly as a software developer. I also work in the community as an educator of Afrocentric history whilst studying childhood education. masthead: image: pages/work.jpeg --- <p class="lead f2 tracked-tight lh-copy"> I am a <strong>full-stack software engi...
frontend/wp-content/themes/circleflip/creiden-framework/content-builder/assets/css/aqpb-view.css
purgesoftwares/purges
/** Core Front-end Styling for Aqua Page Builder Themes should include their own styling for the blocks. That includes for responsive design etc, please don't ask me to add that for you. I hate responsive designs DO NOT EDIT THIS **/ /** MISC **/ .cf:after { visibility: hidden; display: block; font-size: 0...
samples/sample-only-albums.html
dejanstojanovic/Facebook-Album-Browser
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title></title> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> <script type="text/javascript" src="../src/jquery.fb.albumbrowser.js"></script> <link rel="stylesheet"...
src/resources/external_artifacts/MWF_1.6.0/core/templates/components/divider/report/index.html
wangjinisda/react-webpack-babel-starter
<hr class="c-divider">
rawdata/lawstat/version2/02547/02547101122500.html
g0v/laweasyread-data
<html> <META HTTP-EQUIV=Content-Type Content="text/html; charset=big5"> <!-- Mirrored from lis.ly.gov.tw/lghtml/lawstat/version2/02547/02547101122500.htm by HTTrack Website Copier/3.x [XR&CO'2010], Sun, 24 Mar 2013 09:20:01 GMT --> <head><title>ªk½s¸¹:02547 ª©¥»:101122500</title> <link rel="stylesheet" type="text/css"...
hadoop-2.2.0/share/doc/hadoop/api/org/apache/hadoop/mapred/class-use/SequenceFileInputFilter.html
ashish-17/playback
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_26) on Mon Oct 07 06:41:31 UTC 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class org.apache.hadoop.m...
rawdata/lawstat/version2/90027/9002761012500.html
czchen/laweasyread-data
<html> <META HTTP-EQUIV=Content-Type Content="text/html; charset=big5"> <!-- Mirrored from lis.ly.gov.tw/lghtml/lawstat/version2/90027/9002761012500.htm by HTTrack Website Copier/3.x [XR&CO'2010], Sun, 24 Mar 2013 09:27:02 GMT --> <head><title>ªk½s¸¹:90027 ª©¥»:061012500</title> <link rel="stylesheet" type="text/css" ...
_posts/2015-09-08-about-me-lauren-haldeman.html
wlftn/wlftn.github.io
--- layout: post title: 'About Me: Lauren Haldeman' date: 2015-09-08 15:53:33.000000000 -05:00 type: post published: true status: publish categories: - Bios tags: [] meta: _wpas_done_all: '1' sharing_disabled: '1' _rest_api_published: '1' _rest_api_client_id: '-1' _publicize_job_id: '14567138500' geo_public...
reference/ios/2/6/3/docsets/VPKit.docset/Contents/Resources/Documents/Protocols/VPKVeepEditorDelegate.html
veepionyc/veepionyc.github.io
<!DOCTYPE html> <html lang='en'> <head> <title>VPKVeepEditorDelegate Protocol 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></s...
_layouts/project.html
Corneliuscob/UBCEnvision.github.io
<!DOCTYPE html> <html> {% include head.html %} <body> {% include nav.html %} <div id="wrapper" class="divided"> <section class="spotlight style1 orient-left content-align-left image-position-right onscroll-image-fade-in"> <div class="content"> <div id="breadcrumbs"> ...
demo/src/app/components/table/demos/pagination/table-pagination.html
fbasso/ng-bootstrap
<p>You can bind our <code>NgbPagination</code> component with slicing the data list</p> <table class="table table-striped"> <thead> <tr> <th scope="col">#</th> <th scope="col">Country</th> <th scope="col">Area</th> <th scope="col">Population</th> </tr> </thead> <tbody> <tr *ngFor="let count...
web2py/applications/evemetrics/views/default/SafeSQL.html
ccpgames/eve-metrics
{{extend 'layout.html'}} <h2>{{=response.title}}</h2> <form method=POST> <textarea name=sql cols=90 rows=10>{{=sql or ""}}</textarea><br> <input type=submit value="Execute SQL"> </form> {{ if error: }} <div class=error style="margin-left:0px"> {{=repr(error).replace("\n", "<br>")}} </div> {{ pass ...
lib/angular/docs/examples/example-example62/index-production.html
ProjectGinsberg/dashboard-open
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Example - example-example62-production</title> <script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.17/angular.min.js"></script> <script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.17/angular-sanitize.js"></script> <script ...
resources/public/css/screen.css
dandaka/afterglow
html, body { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; height: 100%; padding-top: 35px; } .table>tbody>tr>td { padding: 3px; } .table-bordered>tbody>tr>td { border: 2px solid #060606; } td.cue-cell { width: 90px; max-width: 100px; height: 50px; max-height: 60px; ...
org.jcryptool.visual.verifiablesecretsharing/nl/en/help/content/index.html
kevinott/crypto
<!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>Verifiable Secret Sharing</title> </head> <body> <h1>Verifiable Secret Sharing</h1> <p> The <b>Verifiable S...
public/assets/ckeditor/contents.css
TamasSzekeres/immense-meadow-9798
/* Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ body { /* Font */ font-family: sans-serif, Arial, Verdana, "Trebuchet MS"; font-size: 12px; /* Text color */ color: #333; /* Remove the background color ...
sites/all/themes/custom/parliamentwatch/ds_layouts/pw_with_sidebar_2rows_stacked/pw_with_sidebar_2rows_stacked.css
ver-di/svwatch
/** * @file * Display Suite PW Two Rows Content and Sidebar stacked stylesheet. */ .ds-header { /* Styles for the "header" region go here */ } .ds-left-1 { /* Styles for the "left-1" region go here */ } .ds-right-1 { /* Styles for the "right-1" region go here */ } .ds-inbetween { /* Styles for the "inbet...
docs/slides/ui/themes/default/hook.css
rydnr/queryj-rt
@import url(framing.css); @import url(pretty.css);
wp-content/themes/twentytwelve/style.css
suzybates/LeeWebsiteRedesign
/* Theme Name: Twenty Twelve Theme URI: http://wordpress.org/themes/twentytwelve Author: the WordPress team Author URI: http://wordpress.org/ Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional dis...
Resources/Private/Partials/Header/Header.html
dkd/theme_t3kit
{namespace theme=KayStrobach\Themes\ViewHelpers} <div xmlns="http://www.w3.org/1999/xhtml" lang="en" xmlns:f="http://typo3.org/ns/fluid/ViewHelpers"> <f:section name="Default"> <!-- theme_t3kit: Partials/Header/Header.html [begin] --> <header class="header"> <div class="header-top-wrp"> <f:if condition="{theme:...
wp-content/themes/starter/css/megnor/shadowbox.css
toninh/maydothucpham
#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:200;color:#fff;} #sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:999;text-align:left;visibility:hidden;display:none;} #sb-overlay{position:relati...
ow_themes/crayon/base.css
locthdev/shopthoitrang-oxwall
/******************************************************************************** * * Filename: base.css * Description: Oxwall Crayon Theme Base CSS File * Version: 1.0.0 * * -- FILE STRUCTURE: -- * * [ 1] CSS Defaults Reset __reset * [ 2] Base Elem...
themes/mystique_theme/style.css
dkgndec/snehi
/* $Id: style.css,v 1.1.2.6 2010/06/13 02:06:37 zyxware Exp $ */ /** * Theme Name: Mystique_theme * Theme URI: http://digitalnature.ro/projects/mystique * Designed by <a href="http://digitalnature.ro/">digitalnature</a>. */ /* reset spacing */ *{ margin:0; padding:0; font-family:"Segoe UI",Calibri,"Myria...
docs/types/RenameRequests.html
alucardxlx/caoticamente-shards
<html> <head> <title>RunUO Documentation - Class Overview - RenameRequests</title> </head> <body bgcolor="white" style="font-family: Courier New" text="#000000" link="#000000" vlink="#000000" alink="#808080"> <h4><a href="../namespaces/Server.Misc.html">Back to Server.Misc</a></h4> <h2>...
boost_1_49_0/doc/html/boost/numeric/functional/as_min_T__std_vector_ta_id581408.html
phra/802_21
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Struct template as_min&lt;T, std_vector_tag&gt;</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=...
FE/fullmoon/_config.html
DanielRuf/phpMussel-themes
<div class="nav">{nav}</div> <hr /> <div class="s">{state_msg}</div> <form action="?phpmussel-page=config" method="POST"> <div style="display:none">{Indexes}</div> <table> <tr><td class="ng2"><div class="s">{link_config}</div></td></tr> <tr> <td class="ng1"> <div class="s">{tip_s...
wp-content/themes/justaskkim-twentyeleven/greek9.html
onstudynotes/onstudynotes
<!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"/><link rel="stylesheet" type="text/css" href="homepagestylenotes.css"/><script type...
benchmark/single_endpoint/config_direct/sparql-query-bm-2.0.1/api/apidocs/net/sf/sparql/benchmarking/operations/query/class-use/DatasetSizeOperation.html
mielvds/distributed-tests
<!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 Mon Jul 28 10:40:40 BST 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Class net.s...
mingw64/share/doc/git-doc/git-bisect.html
arpitdwivedi/testproject
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]--> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="Asciidoctor 1.5.4"> <title>git-bisect(1)</title> <link rel="stylesheet" href...
qtopiacore/qt/doc/html/draganddrop-puzzle-puzzlewidget-cpp.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: puzzlewidget.cpp Example File (draganddrop/puzzle/puzzlewidget.cpp)</title> <link href="classic....
WikipediaMetro/WikipediaMetroTest/target.html
jeesmon/WikipediaMobile
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>WikipediaMetroTest</title> <!-- WinJS references --> <link href="//Microsoft.WinJS.1.0/css/ui-light.css" rel="stylesheet" /> <script src="//Microsoft.WinJS.1.0/js/base.js"></script> <script src="//Microsoft.WinJS.1.0/js/ui.js"></scrip...
root/styles/prosilver_se/template/tracker/tracker_tickets_view_body.html
phpbbmodders-30x-mods/phpbb-tracker
<!-- INCLUDE overall_header.html --> <h2>{L_TITLE}</h2> <!-- IF S_TICKET_REPLY --> <p>{L_TITLE_EXPLAIN}</p> <!-- ENDIF --> <!-- IF TICKET_HIDDEN or TICKET_SECURITY --> <div class="rules" align="center"> <div class="inner"><span class="corners-top"><span></span></span> <!-- IF TICKET_HIDDEN -->{L_TRACKER_TICKET_HI...
eelibrary-Backups/adaptivetheme/iit_ethics_files/iit_ethics.responsive.styles.css
csepuser/EthicsPublicHtmlProd
/* * responsive.custom.css is for custom media queries that are not set via the * theme settings, such as cascading media queries. * * By default all the other responsive stylesheets used in Adaptivetheme use a * "stacking method", however cascading media queries use a waterfall method so * you can leverage the c...
d2rq/doc/javadoc/de/fuberlin/wiwiss/d2rq/nodes/package-tree.html
Augustus061193/OpenCollegeGraph
<!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_33) on Fri Jun 22 11:01:54 IST 2012 --> <TITLE> de.fuberlin.wiwiss.d2rq.nodes Class Hierarchy (D2RQ) </TITLE> <META NAME="date" CONTENT="2012-06-22"...
wp-content/themes/silver-blue/style.css
bggo/wp-auction-os
/* Theme Name: Silver Blue Theme URI: http://www.alappin.com/wordpress-themes Author: Alappin Author URI: http://www.alappin.com/ Description: The Silver Blue theme for WordPress is a fully responsive and elegant theme that looks great with a touch of silver and blue styling. Customizable menu, header image, and b...
sites/all/libraries/extjs/3.1.0/docs/output/Ext.data.Field.html
alibama/rapid-prototyping-ecommerce-drupal
<div xmlns:ext="http://www.extjs.com" class="body-wrap"><h1>Class <a href="source/DataField.html#cls-Ext.data.Field">Ext.data.Field</a></h1><table cellspacing="0"><tr><td class="label">Package:</td><td class="hd-info">Ext.data</td></tr><tr><td class="label">Defined In:</td><td class="hd-info">DataField.js</td></tr><tr>...
tests/testcases_output/html/warning_back_comment_class/index.html
pasdoc/pasdoc
<!DOCTYPE html> <html lang="en"> <head> <title>All Units</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <link rel="StyleSheet" type="text/css" href="pasdoc.css"> </head> <body> <div class="container"><div class="navigation...
pvsio-web/examples/demos/TCAS/pvs/index.html
PaoloMasci/PVS
<HTML> <HEAD> <TITLE>TCAS</TITLE> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <!-- JS addition for GIP & PVSio --> <script type="text/javascript" src="scripts/require.js" data-main='scripts/pvsio_utils.js'></script> <STYLE TYPE="text/css"> #topMargin { margin-top: ...
listenbrainz/webserver/templates/index/recent.html
paramsingh/listenbrainz-server
{%- extends 'base-react.html' -%} {%- block title -%}Recent listens - ListenBrainz{%- endblock -%} {% block scripts %} {{ super() }} <script src="{{ get_static_path('main.js') }}" type="text/javascript"></script> {% endblock %}
cduino-1.2.0/xlinked_source_html/spi_test.c.html
rktrlng/avrm
<!-- Generator: GNU source-highlight 3.1.7 by Lorenzo Bettini http://www.lorenzobettini.it http://www.gnu.org/software/src-highlite --> <pre><tt><i><font color="#9A1900">// Test/demo for the <a href="spi.h.html">spi.h</a> interface.</font></i> <i><font color="#9A1900">//</font></i> <i><font color="#9A1900">// This test...
solr/docs/solr-dataimporthandler/org/apache/solr/handler/dataimport/class-use/DocBuilder.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:42 MDT 2015 --> <meta http-equiv="Content-Type" content="text/html" charset="utf-8"> <title>Uses of Class org.a...
installonwindows.html
Ermentrout/xppaut
<html> <head> <title> XPPAUT - WINDOWS INSTALL </title> </head> <body bgcolor="#FFFFFF" link="#330099" alink="#FF3300" vlink="#330099"> <center> <h1>XPP WINDOWS INSTALL</h1> </center> <p> <!-- <p><br> <table BORDER=0 WIDTH="100%" > <tr> <td ALIGN=LEFT BGCOLOR="#52799E"> <b><font face="Helvetica, Arial"><font color="#...
styles/prosilver/template/event/forumlist_body_forum_row_append.html
rxu/thanks_for_posts
{% if forumrow.S_THANKS_FORUM_REPUT_VIEW and forumrow.FORUM_REPUT and not S_IS_BOT %} <div style="display: block; margin-left: 45px; padding-bottom: 5px;"> {% if forumrow.S_THANKS_REPUT_GRAPHIC %} <span style="display: block; float: left; width: {{ forumrow.THANKS_REPUT_GRAPHIC_WIDTH }}px; height: {{ forumrow.THANKS...
_includes/_scripts.html
mikeguru/mikeguru.github.io
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> <script>window.jQuery || document.write('<script src="{{ site.url }}/assets/js/vendor/jquery-1.9.1.min.js"><\/script>')</script> <script src="{{ site.url }}/assets/js/scripts.min.js"></script> {% if site.google_analytics %} <!-- Asynchr...
media/com_acymailing/css/component_default_shadow_sand.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("component_default_shadow_black.css"); #acyarchivelisting .button...
profiles/cms/modules/sooperthemes_premium/glazed_builder/glazed_elements/Call to action/cta-simple.html
eggla/LA-glazed
<link href="../../css/elements/cta.css" rel="stylesheet" type="text/css"> <p class="lead az-editable">Thousands of Drupal Professionals Love Glazed. Glazed replaces all other themes by providing dozens of full demos, with unique branding and amazing Drag and Drop features.</p> <p> <a class="btn btn-primary btn-...
public_html/typo3conf/ext/news/Resources/Private/Partials/Detail/MediaVideo.html
tonglin/pdPm
{namespace n=Tx_News_ViewHelpers} <div class="mediaelement"> <div class="mediaelement-video"> <n:mediaFactory classes="{settings.interfaces.media.video}" element="{mediaElement}" width="{settings.detail.media.video.width}" height="{settings.detail.media.video.height}" /> </div> <f:if condition="{med...
app/assets/stylesheets/contents.css
UvigoEduArea/EduAreaBeta2
/* Place all the styles related to the matching controller here. They will automatically be included in application.css. */ .appends_container{ min-height: 65px; margin-top: 1%; } .appends_container .plus_box{ float: left; margin: 5px; } .source_appends, .product_references{ padding: 1%; margin-top: 1%; b...
wp-content/plugins/cap-graphics/packages/svg/us_bases_d3/index.css
amprog/cap-maps
tspan { font-size: 20px; } #svg-electoral h3 { margin:0; padding:0; } #svg-electoral p { margin: 7px 0; } #svg-electoral .y { margin: 0 0 27px 0; } #svg-electoral .y a, #svg-electoral .y a:visited { margin:0 14px 0 0; padding: 17px 0; text-decoration: none!important; border-bot...
wp-content/themes/Pytheas/rtl.css
rkarpeles/readernew
/* Theme Name: Pytheas Description: Adds support for languages written in a Right To Left (RTL) direction. It's easy, just a matter of overwriting all the horizontal positioning attributes of your CSS stylesheet in a separate stylesheet file named rtl.css. See http://codex.wordpress.org/Right_to_Left_Language_Support ...
forum/styles/nosebleed_3/template/mcp_notes_user.html
AlexBrown-appnovation/tcrg
<!-- INCLUDE mcp_header.html --> <form method="post" name="mcp" action="{U_POST_ACTION}"> <table width="100%" cellpadding="3" cellspacing="1" border="0" class="modcp"> <tr> <th colspan="2"><h2>{USERNAME}</h2></th> </tr> <tr> <td class="row1 pad4" align="center"> <table cellspacing="1" cellpadding="2" border="0"...
target/war/resources/css/editantenna.css
peterzhu2118/base-station-database-project
@CHARSET "ISO-8859-1"; h2 { text-align: center; font-family: "Times New Roman"; font-size: 30px; } #mainform\3A heightlabel { margin-left: 30%; margin-top: 20%; font-family: "Times New Roman"; font-size: 25px; } #mainform\3A heightvalidatormessage { margin-left: 1%; font-family: "Times New Roman"; font-siz...
ch03/14 - AccessKey.html
JedrzMar/avr
<!DOCTYPE html> <html> <head> <title>Przyk³ad</title> </head> <body> <form> Imiê: <input type="text" name="name" accesskey="i"/> <p/> Has³o: <input type="password" name="password" accesskey="h"/> <p/> <input type="submit" value="Zaloguj" accesskey="z"/> </form> </body> </html>
boost_1_49_0/doc/html/boost/algorithm/last_finder.html
phra/802_21
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Function last_finder</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="The ...
wp-content/themes/solar/js/view-js/examples/alt2.html
PartidoDeLaRed/pdr-blog
<!doctype html> <!--[if lt IE 7 ]> <html lang="en" class="no-js ie ie6"> <![endif]--> <!--[if IE 7 ]> <html lang="en" class="no-js ie ie7"> <![endif]--> <!--[if IE 8 ]> <html lang="en" class="no-js ie ie8"> <![endif]--> <!--[if IE 9 ]> <html lang="en" class="no-js ie ie9"> <![endif]--> <!--[if (gt IE 9)|!(I...
c-layman/doc/html/functions.html
jmesmon/layman
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <title>C-Layman: Data Fields</title> <link href="tabs.css" rel="stylesheet" type="text/css"> <link href="doxygen.css" rel="stylesheet" type="text/css"> </head><body> <!-- Genera...
design/standard/stylesheets/ezmultiupload.css
ezsystems/ezmultiupload
.content-view-ezmultiupload #multiupload { clear: both; height: 0; } .content-view-ezmultiupload #thumbnails { margin-top: 10px; } .content-view-ezmultiupload #thumbnails h2 { font-size:15px; line-height:25px; margin:0; } .content-view-ezmultiupload #thumbnails p { margin:0; } .conten...
toolkit/srpm/SOURCES/gfxboot-themes-1.0.0/themes/openSUSE/help-install/ar/main::opt::o_acpi.html
sTeeLM/MINIME
<h3> <a name="o_acpi">خيارات Kernel: acpi</a> </h3> <p>تُعد ACPI (واجهة الطاقة والتكوين المتقدم) نظامًا قياسيًا يُعرِّف واجهات إدارة التكوين والطاقة بين أحد أنظمة التشغيل وBIOS (نظام المدخلات/المخرجات الأساسي). افتراضيًا، يتم تشغيل <em>ACPI</em> عندما يتم اكتشاف أن BIOS بتاريخ أحدث من عام 2000. وتوجد معلمات شائعة الاس...
admin/wwwroot/admin_lap/css/style_default.css
weichaoduo/gomore
body { color: #868686; background: #32C2CD url(../img/bg-default.jpg) !important; } #main-content { box-shadow: 0 0 10px #757575; -moz-box-shadow: 0 0 10px #757575; -webkit-box-shadow:0 0 10px #757575 ; } a, a:hover { text-shadow: none !important; color: #22878E; } ul.faq-list li a:hover, ul...
WEB_TEST01/doc/HTML5_CSS3_DIC_2nd/css3/07_flexbox/bl04.css
grtlinux/TAIN_WEB_TEST
div { font-family: Helvetica, sans-serif; font-weight: bold; font-size: x-large; } #container1 { margin-bottom: 1em; width: 440px; border: 2px solid #808080; display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap-reverse; flex-flow: row wrap-reverse; } #container2 { width: 240px...
templates/INSPINIA-theme/mail_compose.html
CentechMTL/TableauDeBord
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>INSPINIA | Mailbox</title> <link href="../../static/INSPINIA-theme/css/bootstrap.min.css" rel="stylesheet"> <link href="../../static/INSPINIA-theme/font-awesome/css/...
indico/htdocs/css/mapofrooms.css
eliasdesousa/indico
/* This file is part of Indico. * Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). * * Indico is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either version 3 of the * License...
vendor/ecb/html-help/Command-Index.html
chtlp/emacs24-profile
<html lang="en"> <head> <title>Command Index - ECB - the Emacs Code Browser</title> <meta http-equiv="Content-Type" content="text/html"> <meta name="description" content="ECB - the Emacs Code Browser"> <meta name="generator" content="makeinfo 4.13"> <link title="Top" rel="start" href="ecb.html#Top"> <link rel="prev" hr...
templates/500.html
Czocher/zebra-supervisor
<!doctype html> <meta charset="utf-8"> <title>Server Error :(</title> <style> ::-moz-selection {text-shadow: none; } ::selection {text-shadow: none; } html { padding: 30px 10px; font-size: 20px; line-height: 1.4; color: #737373; background: #f0f0f0; -webkit-text-size-adjust: 100%; -ms-text-size-adjust...
bower_components/material-design-lite/src/animation/demo.css
Douglasfeuser/getCode
/** * Copyright 2015 Google Inc. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appli...
thirdparty/sources/boost_1_60_0/libs/type_traits/doc/html/boost_typetraits/reference/is_member_function_pointer.html
gwq5210/litlib
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>is_member_function_pointer</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"...
plugins/enigma/skins/larry/enigma.css
gencer/roundcubemail
/*** Style for Enigma plugin ***/ /***** Messages displaying *****/ #enigma-message, #messagebody div #enigma-message { margin: 0; margin-bottom: 5px; padding: 6px 12px 6px 30px; font-weight: bold; } div.enigmaerror, #messagebody div.enigmaerror { background: url(enigma_icons.png) 3px -201px no-repeat #f2c...
LinkedDataInterface/src/ruleEngine/doc/javadoc/de/fuberlin/wiwiss/d2rq/expr/class-use/BooleanToIntegerCaseExpression.html
morelab/c4a_data_repository
<!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_33) on Fri Jun 22 11:01:31 IST 2012 --> <TITLE> Uses of Class de.fuberlin.wiwiss.d2rq.expr.BooleanToIntegerCaseExpression (D2RQ) </TITLE> <META NAME...
doc/equations/package-frame.html
thpar/jesse
<!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_162) on Tue Apr 17 14:00:01 CEST 2018 --> <title>equations</title> <meta name="date" content="2018-04-17"> <link rel="stylesheet" type="text/cs...
jaffa-core/source/html/jaffa/themes/default/css/widgets/editbox.css
snavaneethan1/jaffa-framework
/* File name: editbox.css Author: paule Description: Example StyleSheet that controls the display of the editbox widget */ /* For the multi-line input boxes */ textarea { } /* This is for all html input boxes, use 'input.WidgetEditBox' for just the single line editbox widgets */ input { } /* F...
dependencies/include/cinder/blocks/OpenCV/docs/html/functions_type_d.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...
promises/deport-deport-deport-if-not-en-masse-through-a-federal-deportation-force-at-least-expulsions-in-numbe.html
janjiid/dki
--- layout: page permalink: /:basename/ --- <link rel="stylesheet" type="text/css" href="../css/promisepage.css"> <div class="container"> <div class="row"> <div class="col-md-12"> <h2>Deport, deport, deport - if not en masse, through a federal deportation force, at least expulsions in numbers far greater th...
python/docSRC/_build/html/_modules/index.html
decarlof/astra-toolbox
<!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>Overview: module code &mdash; PyASTRAToolbox 1.6 do...
doc/interpreter/octave.html/XREFt_005ftest_005f2.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/ --> <!-- This file redirects to the location of a node or anchor --> <head> <title>GNU Octave: XREFt_test_2</title> <meta name="description...
configurator/loraapp/qwt/doc/html/functions_func_s.html
PTDreamer/loraRC
<!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...
configurator/loraapp/qwt/doc/html/functions_func_0x7e.html
PTDreamer/loraRC
<!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...
website_code/styles/frontpage.css
juliantenney/xerteonlinetoolkits
html{ margin:0px; padding:0px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:80%; } body{ margin:0px; padding:0px; } .topbar{ height:80px; background-image:url(../images/TopBar.jpg); background-repeat:repeat-x; margin:0 auto; width:910px; } .edit_topbar{ height:65px; background-ima...
php/5.5/migration56.extensions.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>Other changes to extensions</title> </head> <body><div class="manualnavbar" style="text-align: center;"> <div class="pr...
php/5.5/pdo.lastinsertid.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>Returns the ID of the last inserted row or sequence value</title> </head> <body><div class="manualnavbar" style="text-al...
htdocs/man/themes/developr/html-rtl/agenda.html
woakes070048/crm-php
<!DOCTYPE html> <!--[if IEMobile 7]><html class="no-js iem7 oldie"><![endif]--> <!--[if (IE 7)&!(IEMobile)]><html class="no-js ie7 oldie" lang="en"><![endif]--> <!--[if (IE 8)&!(IEMobile)]><html class="no-js ie8 oldie" lang="en"><![endif]--> <!--[if (IE 9)&!(IEMobile)]><html class="no-js ie9" lang="en"><![endif]-...
metronic_v4.7.1/theme/admin_4_rounded/table_datatables_scroller.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...
uohCorpus.fil/uoh/uoh.filteredcorpus.txt_output/agnipuran-1-111-sandhi_ext.txt.out.dict_3765_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, D...
index.html
tborychowski/tim
<!DOCTYPE html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title></title> <base href="./app/"> <link rel="stylesheet" href="app.css"> <link rel="stylesheet" href="../node_modules/ionicons/dist/css/ionicons.css"> </head> <body> <header id="appheader"><...
WEB_TEST01/doc/HTML5_CSS3_DIC_2nd/css3/01_background-border/bd08.css
grtlinux/TAIN_WEB_TEST
div { padding: 1em; width: 250px; height: 30px; color: #808080; border: 55px solid #cd853f; border-image-source: url(woodframe.jpg); border-image-slice: 55 fill; border-image-width: auto; }
uohCorpus.fil/uoh/uoh.filteredcorpus.txt_output/Sanskritkathakunj_ext.txt.out.dict_11368_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="A...
app/admin/css/diagram-js.css
zetaops/ulakbus-ui
/** * outline styles */ .djs-outline { fill: none; visibility: hidden; } .djs-element.hover .djs-outline, .djs-element.selected .djs-outline { visibility: visible; shape-rendering: crispEdges; stroke-dasharray: 3,3; } .djs-element.selected .djs-outline { stroke: #8888FF; stroke-width: 1px; } .djs-el...
poi-3.13/docs/apidocs/org/apache/poi/ss/usermodel/charts/class-use/LineChartData.html
claywebb/java-bulletin
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <TITLE> Uses of Interface org.apache.poi.ss.usermodel.charts.LineChartData (POI API Documentation) </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../st...
tests/wpt/web-platform-tests/mixed-content/gen/top.meta/unset/sharedworker-module/same-http.keep-scheme.https.html
UK992/servo
<!DOCTYPE html> <!-- DO NOT EDIT! Generated by `common/security-features/tools/generate.py --spec mixed-content/` --> <html> <head> <title>Mixed-Content: Blockable content</title> <meta charset='utf-8'> <meta name="description" content="Test behavior of blockable content."> <link rel="author" title="K...
bedrock/firefox/templates/firefox/new/horizon/base.html
analytics-pros/mozilla-bedrock
{# 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/. -#} {% add_lang_files "firefox/new/horizon" %} {% extends "firefox/base-resp.html" %} {% block page_title_prefix %}...
reference/vim.cluster.DasAamNodeState.DasState.html
hooklift/govsphere
<html xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:vim2="urn:vim2" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title></title> <sc...
dom/media/test/crashtests/1020205.html
Yukarumya/Yukarum-Redfoxes
<!DOCTYPE html> <html class="reftest-wait"> <script> var context = new window.AudioContext(); var source = context.createBufferSource(); source.connect(context.destination); source.playbackRate.value = 0.01; source.buffer = context.createBuffer(2, 32, context.sampleRate); source.start(0); setTimeout( function() { ...
kuma/wiki/templates/wiki/create.html
anaran/kuma
{% extends "wiki/base.html" %} {% from "includes/error_list.html" import errorlist %} {% from 'wiki/includes/page_buttons.html' import page_buttons with context %} {% from "includes/common_macros.html" import content_editor %} {% if is_template %} {% set title = _('Create a New Template') %} {% else %} {% set title...
poi-3.13/docs/apidocs/org/apache/poi/ss/formula/ptg/class-use/OperandPtg.html
claywebb/java-bulletin
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <TITLE> Uses of Class org.apache.poi.ss.formula.ptg.OperandPtg (POI API Documentation) </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css...
tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html
fduraffourg/servo
<!DOCTYPE html> <!-- DO NOT EDIT! Generated by referrer-policy/generic/tools/generate.py using referrer-policy/generic/template/test.release.html.template. --> <html> <head> <title>Referrer-Policy: Referrer Policy is set to 'no-referrer'</title> <meta name="description" content="Check that sub-resource never ...
xblock/cpsx/public/css/style.css
ybergner/cpsx
/* CSS */ .cpsx_block .count { font-weight: inherit; } .cpsx_block p { cursor: pointer; } .cpsx_block { align : right; overflow: hidden; position: fixed; bottom: 2px; left: 5%; border: 3px solid #CCCCCC; background-color: white; height: 300px; width: 19%; } #toggle_checkbox { display: none; }...
autodidact/templates/fullscreen.html
JaapJoris/bps
{% extends 'base.html' %} {% load static %} {% load autodidact %} {% block header %} {% endblock %} {% block main %} <main class="fullscreen"> <article> {% block content %} {% endblock %} </article> </main> {% endblock %} {% block footer %} {% endblock %}
yamcs-web/src/main/webapp/src/app/alarms/AlarmsPage.html
fqqb/yamcs
<app-instance-page> <app-instance-toolbar [hasDetailPane]="true"> Alarms <app-help> An alarm can be in these states: <table class="ya-data-table"> <tr> <td width="1"> <mat-icon class="icon16" style="vertical-align: middle">notifications</mat-icon> </td> ...