path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
doc/modules/test.test-lib.table.html | ld-test/lua-nucleo | <!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>Reference</title>
<link rel="stylesheet" href="../ldoc.css" type="text/css" />
</head>
<body>
<div id="conta... |
JigSaw - AYPUY - CS/BESA3/BESA-DOC/jdoc/KernelBESA/BESA/Kernel/System/Directory/class-use/SystemDirectoryExceptionBESA.html | Coregraph/Ayllu | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (version 1.7.0_03) on Tue Jun 19 11:12:54 COT 2012 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class... |
theme/templates/admin2/table_basic.html | selametsubu/newmpo | <!DOCTYPE html>
<!--
Template Name: Metronic - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.2.0
Version: 3.3.0
Author: KeenThemes
Website: http://www.keenthemes.com/
Contact: support@keenthemes.com
Follow: www.twitter.com/keenthemes
Like: www.facebook.com/keenthemes
Purchase: http://themeforest.n... |
themes/themes.symlink/Glare/GlareYin/gtk-3.14/theme/kindergarten.css | fogine/dotfiles | /*welcome to the kindergarten!*/
.titlebar,
.header-bar,
.maximized .titlebar,
.tiled .titlebar,
.titlebar.default-decoration,
.titlebar:backdrop {
color:@windowtext;
background:@toolbar;
box-shadow:inset 0px 1px 0px 0px @lightborder,inset 0px -1px 0px 0px @genborder;
border-radius:0px;
padding:4px 2px;}
.titlebar .ti... |
demo/styles.css | sum-kcid/jQuery-image-gallery | *{
padding: 0;
margin: 0;
font-family: "Segoe UI",Frutiger,"Frutiger Linotype","Dejavu Sans","Helvetica Neue",Arial,sans-serif;
}
body{
min-width: 900px;
min-height: 500px;
background-color: #F5F3F0;
}
.homeGallery{
position: relative;
height: 300px;
width: 310px;
margin: 6px;
margin-left: 12px;
margin-righ... |
app/bower_components/angular-material/modules/js/switch/switch.css | davash07/RocketDashBoard | /*!
* Angular Material Design
* https://github.com/angular/material
* @license MIT
* v1.1.1-master-f7ecb4f
*/
.md-inline-form md-switch {
margin-top: 18px;
margin-bottom: 19px; }
md-switch {
margin: 16px 0;
white-space: nowrap;
cursor: pointer;
outline: none;
-webkit-user-select: none;
-moz-use... |
happenings/templates/happenings/memory_detail.html | tBaxter/tango-happenings | {% extends "happenings/event_detail.html" %}
{% load typogrify_tags social_tags event_tags humanize %}
{% block extra_title %}Events: {{ event.name }} Memories: {{ object.author.display_name }}
{% endblock %}
{% block bodyclass %}detail{% endblock %}
{% block content %}
<article>
<section class="entry-content... |
doc/WebSite/Validating-Data-Transfer-Objects.html | Tobyee/aspnetboilerplate | <!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 content="text/html; charset=utf-8" http-equiv="Content-Type" />
<title>Validating Data Transfer Objects</title>
<link type="text/css... |
kr-kiok/assets/mobirise/css/mbr-additional.css | sc101111/sokay | @import url(../../../https://fonts.googleapis.com/css?family=Oxygen:400,300,700);
@import url(../../../https://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url(../../../https://fonts.googleapis.com/css?family=Lora:400,700);
@import url(../../../https://fonts.googleapis.com/css?family=Raleway:400,300,700... |
css/bootstrap.css | conorwalsh/SiteUp | /*!
* Bootstrap v3.1.0 (http://getbootstrap.com)
* Copyright 2011-2014 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-a... |
app/angular-model/angular-model.html | SkyeYeh/angularJsExample | <h1>Angular Model</h1>
<h2>ng-model 指令</h2>
<div>
<!--ng-model 指定可以將輸入域的值與 AngularJS 創建的變量綁定。-->
Name: <input ng-model="model.name">
</div>
<h2>雙向綁定</h2>
<div>
<!--在修改輸入域的值時, AngularJS 屬性的值也將修改。-->
Name: <input ng-model="model.name">
<h1>You entered: {{name}}</h1>
</div>
<h2>驗證用戶輸入</h2>
<form nam... |
layouts/index.html | danward79/startbootstrap-clean-blog | {{ partial "header.html" .}}
<!-- Page Header -->
<header class="intro-header" style="background-image: url('{{ .Site.BaseURL }}/img/home-bg.jpg')">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<div class="site-headin... |
generators/app/templates/_styles.css | foxbenjaminfox/generator-vuejs | .browsehappy {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
/* Space out content a bit */
body {
padding-top: 20px;
padding-bottom: 20px;
}
|
angular-1.3.20/docs/partials/api/ng/provider/$interpolateProvider.html | dolymood/angular-packages | <a href='https://github.com/angular/angular.js/edit//src/ng/interpolate.js?message=docs($interpolateProvider)%3A%20describe%20your%20change...#L5' class='improve-docs btn btn-primary'><i class="glyphicon glyphicon-edit"> </i>Improve this Doc</a>
<a href='https://github.com/angular/angular.js/tree/v1.3.20/src/ng... |
htmls_good/195.html | ignacioarnaldo/generateMondrianTableaux | <!DOCTYPE html>
<html>
<head>
<title>195</title>
<meta charset="utf-8">
<link href="styles/styles.css" media="screen" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id= "canvas">
<div id= "onethirdrow">
<div id= "onethirdsquarebox" class= "white right"></div>
<div id= "vertlineonethirdthick" class= ... |
demo/resolve/b.css | flftfqwxf/webpack | body{ background: #000;} |
resources/iceland/index.html | alessandrobogliolo/codeeu.github.io | ---
layout: resource
title: Iceland
---
<ul>
<li>No resources added yet.</li>
</ul>
<p>Know any other resources? <a href="mailto:{{site.contact.email}}">Send us an email</a> or add links to this page with a <a href="https://github.com/codeeu/codeeu.github.io">Pull request on GitHub</a>!</p>
|
fallone-html5/team.html | dakamfranck/dakamfranck.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Fallone - Our Team</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no">
<!-- Google Font -->
<link href="http://fonts.googleapis.com/css?family=Lato:400,700" rel="styl... |
v2.0.9/Classes/MLGAVirtureCurrency.html | LeapCloud/API-Reference-iOS | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>MLGAVirtureCurrency Class Reference</title>
<link rel="stylesheet" href="../css/style.css">
<meta name="viewport" content="initial-scale=1, maximum-scale=1.4">
<meta name="generator" content="appledoc 2.2.1 (build 1333)">
</head>
<body class="appledoc">... |
proto/MILTER_README.html | ureyni/postfix.3.1 | <!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Postfix before-queue Milter support </title>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body>
<h1><img src="postfix-logo.jpg" width="203" height... |
WP2/D2.5.2_Generation/Jeni/doc/jgoodies/jgoodies-common-docs/api/allclasses-frame.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>
All Classes (JGoodies Common 1.6 API)
</TITLE>
<META NAME="date" CONTENT="2013-01-22">
<LINK REL ="... |
www/css/water_level.css | Team-FGL/hazard_map | #water_level_window_class {
width: 370px;
//height: 150px;
height: 250px;
font-size:8pt;
overflow: hidden;
}
#water_level_sum_window_class {
width: 100px;
height: 50px;
font-size:8pt;
overflow: hidden;
}
|
046/inf.046/sys_4wpsclasses.html | rousseaux/netlabs.xworkplace | <HTML NOSUBLINKS="config" WIDTH=70% XPOS=right>
<HEAD>
<TITLE>
WPS Klasslista
</TITLE>
</HEAD>
<BODY>
<!-- V0.9.13: this file is no longer used. -->
<BR>
</BODY>
</HTML>
|
doc/javadoc/ontology/effects/unary/package-tree.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:20 BST 2014 -->
<title>ontology.effects.unary Class Hierarchy</title>
<meta name="date" content="2014-07-17">
<... |
apps/admin/templates/admin_home.html | tomcounsell/Cobra | {% extends "admin_base.html" %}
{% block css %}
<style>
#dashboard li{
height: 75px;
}
li a[class*="symbol-"] {
font-size: 40pt;
height: 50px;
}
.googledoc, .googledrive, .googlepres, .googlesheet
{ display: inline-block; background: url("{{ STATIC_URL }}images/buttons/goog... |
CodeIgniter_1.6.2/CodeIgniter_1.6.2/user_guide/changelog.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 xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Change Log : CodeIgniter User Guide</title>
<style type='text/css' media='all'>@import url('userguide.css');</styl... |
SimpleIDE/Learn/Simple Libraries/Sensor/libmx2125/html/mx2125_8h.html | adamwespiser/balapiller | <!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... |
skins/common/shared.css | Duikmeester/MediaWiki | /**
* CSS in this file is used by *all* skins (that have any CSS at all). Be
* careful what you put in here, since what looks good in one skin may not in
* another, but don't ignore the poor pre-Monobook users either.
*/
/* GENERAL CLASSES FOR DIRECTIONALITY SUPPORT */
/**
* These classes should be used for text... |
shop/app/locale/en_US/template/email/sales/invoice_new.html | tonio-44/tikflak | <!--@subject {{var order.getStoreGroupName()}}: Invoice # {{var invoice.increment_id}} for Order # {{var order.increment_id}} @-->
<style type="text/css">
body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
</style>
<div style="font:11px/1.35em Verdana, Arial, Helvetica, sans-serif... |
seccion7_6/dist/javadoc/a/class-use/Persona.html | CursosUdemy/Java-para-principiantes-VolumenI | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (version 1.7.0_25) on Sat Oct 31 15:42:02 CST 2015 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class a.Per... |
administrator/components/com_eventlist/help/de-DE/helpsite/el.givehelp.html | thiyagarajan/newschool | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//DE"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="de" xml:lang=
"en_US">
<head>
<title>Hilfe leisten</title>
<link href="../../css/help.css" rel="stylesheet" type="text/css" />
</head>
<body>
<h1>Hil... |
www/templates/settings.html | lVBY/quanti | <ion-view hide-nav-bar="hideNavigationMenu" view-title="Settings">
<ion-content style="background-color: #f2f2f2" ng-class="{ isBrowserView : isWeb == true }">
<div ng-if="user && !user.stripeActive && !appSettings.upgradeDisabled" class="list card" ng-click="goToState('app.upgrade')">
<a class... |
doc/html/a00072.html | jeppeter/tbb | <!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... |
opmapp/templates/debit_memos/debit_memo.html | clifforloff/opmservice | {%extends "base.html" %}
{%block header%}
{%if form.media %}
{{form.media}}
{%endif%}
<script language="Javascript">
function save()
{
document.form_memo.next.value = "{%url opmapp.views.debit_memos%}";
document.form_memo.submit();
return true;
}
function save_add()
{
document.form_mem... |
lib/quartz-2.0.1/docs/api/org/quartz/impl/jdbcjobstore/oracle/weblogic/package-summary.html | dumptruckman/MC-Server-GUI--multi- | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_24) on Wed Apr 13 10:45:11 PDT 2011 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
org.quartz.impl.jdbcjobstore.orac... |
lib/html/rtGetInf_c.html | zmywahrheit/PPB | <html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>RTW Report - rtGetInf.c</title>
<script language="JavaScript" type="text/javascript" src="rtwreport_utils.js"></script>
</head>
<body bgcolor="#eeeeee" text="#1122aa" onload="try {if (top) { if (top.rtwFileOnLoad) top.rtwFileOnLo... |
sites/all/modules/fckeditor/fckeditor/editor/dialog/fck_hiddenfield.html | mamont77/etn | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<!--
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2007 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
... |
mt4j/mt4j-core/doc/org/mt4j/input/inputProcessors/componentProcessors/unistrokeProcessor/class-use/UnistrokeTemplates.html | hkaj/CoFITS | <!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_23) on Thu Mar 31 17:56:34 CEST 2011 -->
<TITLE>
Uses of Class org.mt4j.input.inputProcessors.componentProcessors.unistrokeProcessor.UnistrokeT... |
lib/apache-jena-2.12.1/javadoc-core/com/hp/hpl/jena/util/class-use/OneToManyMap.html | knil-sama/YADDW | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_45) on Thu Oct 02 16:37:53 BST 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class com.h... |
templates/about.html | ianjuma/it-docker-container | <!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>About · Us</title>
<link rel="stylesheet" href="css/semantic.min.css">
<link rel="author" href=... |
sites/all/modules/views_fluid_grid/css/views_fluid_grid.advanced.css | usabilidoido/corais | /* $Id: views_fluid_grid.advanced.css,v 1.1.2.1 2009/09/27 13:03:45 markuspetrux Exp $ */
/* Items margin options. */
ul.views-fluid-grid-items-h-margin-0 li.views-fluid-grid-item { margin-left: 0; margin-right: 0; }
ul.views-fluid-grid-items-h-margin-2px li.views-fluid-grid-item { margin-left: 2px; margin-right: 2px;... |
lib/boost/boost_1_38_0/libs/pool/doc/implementation/pool_construct.html | scs/uclinux | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<link href="../pool.css" rel="stylesheet" type="text/css">
<title>Obj... |
js/angular-1.3.0-rc.5/docs/partials/api/ng/directive/ngCloak.html | mcksn/DiscoverableUI | <a href='https://github.com/angular/angular.js/edit/v1.3.x/src/ng/directive/ngCloak.js?message=docs(ngCloak)%3A%20describe%20your%20change...#L3' class='improve-docs btn btn-primary'><i class="glyphicon glyphicon-edit"> </i>Improve this Doc</a>
<a href='https://github.com/angular/angular.js/tree/v1.3.0-rc.5/src... |
wp-content/themes/gimliii/editor-style.css | mangamike/spork | /*
Theme Name: Gimliii
Description: Used to style the TinyMCE editor.
*/
h1, h2, h3, h4, h5 {
margin-top: 5px;
text-shadow: none;
font-weight: normal !important;
font-family: 'Open Sans', sans-serif;
}
h1{
font-size: 36px;
}
h2 {
color: #555;
font-size: 24px;
line-height: 32px;
}
h3 {
font-size: 24px;
}
h4{
f... |
tbb/doc/html/a00103.html | gh2k/fractorium-win-build-deps | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" con... |
wp-content/plugins/types/embedded/resources/css/repetitive.css | macksfield/NudeAudio | /*
Document : repetitive
Created on : Dec 13, 2012, 1:00:23 PM
Author : srdjan
Description:
Purpose of the stylesheet follows.
Since: Types 1.2
*/
.wpcf-repetitive-drag {
background-image: url('../images/move.png');
background-repeat: no-repeat;
background-pos... |
sites/all/themes/cellsales7_mobile/css/ie6-and-below.css | DarrynNyberg/CellularSales | .container {
width:250px;
}
.col-sm-9 {
width:100px;
} |
news/d9757859af.css | TechEducationPlusPlus/infocourse | @import url('https://use.fontawesome.com/releases/v4.7.0/css/font-awesome-css.min.css');@font-face{font-family:'FontAwesome';src:url('https://use.fontawesome.com/releases/v4.7.0/fonts/fontawesome-webfont.eot');src:url('https://use.fontawesome.com/releases/v4.7.0/fonts/fontawesome-webfont.eot?#iefix') format('embedded-o... |
docs/code/files/vendor-developerforce-force-com-toolkit-for-php-unit-test-lib-test-partner-loginscopeheadertest.html | MinnPost/object-sync-for-salesforce | <!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... |
sites/all/libraries/osmplayer-2.x/doc/osmplayer.parser.default.js.html | geoffreygevalt/ywp | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Documentation Source: osmplayer.parser.default.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"... |
templates/Swedish-pick_list.html | sweitmann/rma-community-version |
<body bgcolor=ffffff>
<table width=100%>
<tr>
<td width=10> </td>
<td>
<table width=100%>
<tr>
<td>
<h4>
<%company%>
<br><%address%>
</h4>
</td>
<th><img src=http://www.runmyaccounts.com/images/sql-ledger.png border=0 width=80 height=58></th>
<td... |
html-src/rules/groundsforadivorce.html | TrevorLowing/PyGames | <h1>Grounds for a Divorce</h1>
<p>
Spider type. 2 decks. No redeal.
<h3>Object</h3>
<p>
Group all the cards in sets of 13 cards in descending sequence
by same suit and move such sets to the foundations.
The sequence may wrap around.
<h3>Quick Description</h3>
<p>
Like <a href="spider.html">Spider</a>,
but sequences w... |
public/backend/css/style.css | phillipmadsen/grace | .pageheader h2{
margin-left: 10px;
} |
doc/s2_alm2sky.html | astro-informatics/bianchi | <HTML>
<HEAD>
<TITLE> program s2_alm2sky (generated by f90doc) </TITLE>
<LINK rel="stylesheet" href="stylesheet.css" type="text/css" /> </HEAD>
<H1> Program s2_alm2sky </H1>
<PRE>program s2_alm2sky
! Uses
use <A HREF="s2_types_mod.html">s2_types_mod</A>
use <A HREF="s2_sky_mod.html">s2_sky_mod</A>... |
webmin/css/workside.css | sanjay-jagdish/barkerby | /* CSS Document */
.workside{
font-family: 'Roboto', sans-serif;
background:#282828;
clear:both;
}
div#workside:after {
content: '';
display: block;
clear: both;
}
div#workside {
background: #282828;
}
.workside .gradeX{
float:left;
width:32%;
margin-left:2%;
margin-bottom: 2%;
background:#ffffcc;
padding:... |
metronic_v4.7.1/theme/admin_2/ui_notific8.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... |
man/Tk_DeleteGenericHandler.3.html | fusion809/fusion809.github.io-old | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<style>
table.head, table.foot { width: 100%; }
td.head-rtitle, td.foot-os { text-align: right; }
td.head-vol { text-align: center; }
table.foot td { width: 50%; }
table.head td { width: 33%; }
div.spacer { margin: 1em 0; }
</style>
<title>
Tk_CreateGenericHandler(3... |
javadoc/org/ingatan/component/statcentre/class-use/QuizHistoryPane.html | edesiocs/ingatan | <!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 Wed Feb 09 11:31:29 EST 2011 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Class org.ingatan.compone... |
doc/web/doxygen/0983/api+framework+samples/html/namespacecustom_tag_1_1impl.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: customTag::impl Namespace Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text... |
docs/bjb_notes.html | dhuppenkothen/atrytone | <!DOCTYPE html>
<html>
<head>
<title>Brendon's notes</title>
<!-- CSS classes go here -->
<style type="text/css">
/* Keep the page narrowish */
div.content { width: 600px }
.fix { color: #009900 }
</style>
</head>
<body>
<!-- Wrap entire page in a div -->
<div class=... |
QMOLEDEV/escher-0.3/etc/manpage/gnu/x11/extension/glx/glPushAttrib.html | chriskmanx/qmole | <HTML>
<BODY>
<PRE>
<!-- Manpage converted by man2html 3.0.1 -->
<B>-</B> <B>push</B> <B>and</B> <B>pop</B> <B>the</B> <B>server</B> <B>attribute</B> <B>stack</B>
</PRE>
<H2>C SPECIFICATION</H2><PRE>
</PRE>
<H2>PARAMETERS</H2><PRE>
_param1 Specifies a mask that indicates which attributes
... |
geonode/templates/_actions.html | darisandi/geonode | {% load i18n %}
<ul class="nav nav-tabs">
<li class="active"><a href="#info" data-toggle="tab"><i class="fa fa-info-circle"></i>{% trans "Info" %}</a></li>
{% if resource.polymorphic_ctype.name == 'layer' %}
<li><a href="#attributes" data-toggle="tab"><i class="fa fa-bars"></i>{% trans "Attributes" %}</a></li>
... |
uohCorpus.fil/uoh/uoh.filteredcorpus.txt_output/TENA-62_ext.txt.out.dict_15379_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, Diw... |
templates/home/clients/psn/home.html | thehub/hubplus | {% extends "site_base.html" %}
{% load i18n %}
{% block tab_id %}id="home_tab"{% endblock %}
{% block page_header %}
{% include INTRO_BAR %}
{% endblock %}
{% block body %}
{% include WELCOME_PAGE %}
{% endblock %}
|
QVibra/documentation/classes.html | yeatse/tbclient | <!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>Alphabetical List</title>
<link href="tabs.css" rel="stylesheet" type="... |
erpnext/templates/generators/item_group.html | almeidapaulopt/erpnext | {% from "erpnext/templates/includes/macros.html" import field_filter_section, attribute_filter_section, discount_range_filters %}
{% extends "templates/web.html" %}
{% block header %}
<div class="mb-6">{{ _(item_group_name) }}</div>
{% endblock header %}
{% block script %}
<script type="text/javascript" src="/all-pro... |
html-src/wikipedia/frog.html | shlomif/PySolFC | <h1>Frog</h1>
<h3>From Wikipedia, the free encyclopedia</h3>
<p>
Frog (also known as Toad) is a solitaire card game which is played with two
decks of playing cards. Because of its gameplay, it belongs to the same family
of solitaire games as Strategy, Sir Tommy, Calculation, and Puss in the
Corner.
<p>
Thirteen... |
templates/base/html/header.tpl.html | wrosenauer/netmon | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>{$community_name} | Netmon</title>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<link href="./templates/{$template}/css/central_netmon.css" rel="stylesheet" type="... |
doc/web/doxygen/0987/api+framework/html/classrebecca_1_1framework_1_1impl_1_1_upper_case.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: UpperCase Class Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</h... |
core/template/scenario/sleep.default.html | kouaw/core | <input value="#duration#" class="expressionAttr form-control input-sm autoCompleteCondition" data-l1key="options" data-l2key="duration" data-cmd_id="#id#" data-uid="#uid#" style="display: inline-block; width: 150px;"/> |
seadas-help/src/main/resources/doc/help/beam-time-series-tool/ExportAsKMZ.html | marpet/seadas | <!--
~ Copyright (C) 2012 Brockmann Consult GmbH (info@brockmann-consult.de)
~
~ This program 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, or (at your option)
~ ... |
C++/OpenGL_Example_2/doc/png++-0.2.5/html/classpng_1_1packed__index__pixel.html | MichaelCoughlinAN/Odds-N-Ends | <!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>png++: png::packed_index_pixel< bits > Class Template Reference</... |
doc/html/classKakaduImage.html | moravianlibrary/iipsrv | <!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>iipsrv: KakaduImage Class Reference</title>
<link href="tabs.css" rel="... |
minkowski/lib/javadoc/com/panayotis/gnuplot/style/Style.html | ravimohan1991/minkowski-graph | <!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_40) on Wed Jan 15 21:47:33 EET 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Style</title>
<meta... |
doc/interpreter/octave.html/XREFfflush.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: XREFfflush</title>
<meta name="description" ... |
dependencies/include/cinder/blocks/OpenCV/docs/html/structcv_1_1_accumulator.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... |
dependencies/include/cinder/blocks/OpenCV/docs/html/classcvflann_1_1_index-members.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... |
python-3.8.0a0-docs-html-en/c-api/iterator.html | DeanAaron/Python3 |
<!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>Iterator Objects — Python 3.8.0a0 documentation</t... |
doc/zmq_socket.html | mrvn/libzmq | <!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" content="AsciiDoc 8.6.6" />
<title>zmq_soc... |
dist/game/data/scripts/quests/Q10302_UnsettlingShadowAndRumors/32902-02.html | rubenswagner/L2J-Global | <html><body>Kitt:<br>
Um... Why? What do you to know about Josephina? Nothing? Oh. Darn. I don't know much either. Rumor has it that he's behind all of the problems in Magmeld, but I don't have any proof.<br>
Though, from what I can tell, he's certainly not very nice. Now scoot! I'm busy.
</body></html> |
plugins/auto/saisies/v2.18.17/saisies-vues/destinataires.html | phenix-factory/p.henix.be | [(#SET{valeur,[(#ENV*{valeur}|is_array|?{[(#ENV*{valeur})],[(#ENV*{valeur}|explode{','})]})]})]
<B_destinataires>
<ul>
<BOUCLE_destinataires(AUTEURS){tout}{id_auteur IN #GET*{valeur}}>
<li class="choix">#NOM</li>
</BOUCLE_destinataires>
</ul>
</B_destinataires>
|
pdt/css/global.css | Bean6754/bean6754.github.io | body {
background-color: #151515;
color: #fff6dd;
font-family: sans-serif;
}
/* Debugging centre line
body:after {
content:"";
position: absolute;
z-index: -1;
top: 0;
bottom: 0;
left: 50%;
border-left: 2px dotted #dc312e;
transform: translate(-50%);
}*/
a, a:visited {
... |
eventol/manager/templates/socialaccount/signup.html | GNUtn/eventoL | {% extends "generic-bootstrap-model-form.html" %}
{% load i18n %}
{% block page-header %}{% trans "Sign Up" %}{% endblock %}
{% block page-name %}{% trans "Sign Up" %}{% endblock %}
{% block form-id %}"signup_form"{% endblock %}
{% block form-name %}{% trans "Sign Up" %}{% endblock %}
{% block pre-form %}
<p>{% ... |
java-docs/edu/fudan/nlp/parser/dep/class-use/TreeCacheSent.html | joeywen/fudannlp | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="zh">
<head>
<!-- Generated by javadoc (version 1.7.0_21) on Wed Aug 14 14:42:41 CST 2013 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>类 edu.fudan.nlp.par... |
mod/quiz/styles.css | wiktorwandachowicz/moodle | /** Bits that can appear on any page. */
.path-mod-quiz .statedetails {
display: block;
font-size: 0.7em;
}
/** Attempt and review pages **/
#page-mod-quiz-attempt #page .controls,
#page-mod-quiz-summary #page .controls,
#page-mod-quiz-review #page .controls {
text-align: center;
margin: 8px auto;
}
#... |
twig/tags/filter.html | P3PO/the-phpjs-local-docs-collection | <!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>filter — TwigDocs 1.15 documentation</title>
... |
uohCorpus.fil/uoh/uoh.filteredcorpus.txt_output/upamiti-1_ext.txt.out.dict_15961_inr.html | sanskritiitd/sanskrit | url: http://sanskrit.inria.fr/cgi-bin/SKT/sktreader?t=VH;lex=SH;cache=f;st=t;us=f;cp=t;text=yeneha;topic=;abs=f;allSol=2;mode=p;cpts=<!DOCTYPE html>
<html><head>
<meta charset="utf-8">
<title>Sanskrit Reader Companion</title>
<meta name="author" content="Gérard Huet">
<meta property="dc:datecopyrighted" content="2... |
php/5.5/soapserver.setobject.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>Sets the object which will be used to handle SOAP requests</title>
</head>
<body><div class="manualnavbar" style="text-a... |
uohCorpus.fil/uoh/uoh.filteredcorpus.txt_output/1.abhishakanatakam-ext.txt.out.dict_216_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... |
webif/readers/readers_readerlist.html | FFTEAM/oscam-modern | <TR ID="##LABELMD5##" CLASS="##READERCLASS##">
<TD CLASS="readercol0"><A class="switchreader" data-next-action="##SWITCH##" data-reader-name="##READERNAMEENC##" data-md5="##LABELMD5##" HREF="#" TITLE="##SWITCHTITLE##"><IMG CLASS="icon" SRC="##SWITCHICO##" ALT="##SWITCHTITLE##"></A></TD>
<TD CLASS="readercol1... |
uohCorpus.fil/uoh/uoh.filteredcorpus.txt_output/agnipuran-1-111-sandhi_ext.txt.out.dict_3804_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, Sac... |
visualizations/mapWidgets/dist/css/mapWidgets.css | EITIorg/eiti | /**
* @file
* This file contains styles for the widget that should be included in the distribution.
*/
/**
* Layout declarations.
* @TODO: Add responsive design!
*/
.eiti-map-wrapper .map-option-widget,
.eiti-map-wrapper .leaflet-container,
.eiti-map-wrapper .country-list-wrapper {
margin: 0 auto;
width: 130... |
cyclope/apps/dynamicforms/templates/forms/includes/built_form.html | MauHernandez/cyclope | {% load i18n cyclope_utils crispy_forms_tags %}
{% if CYCLOPE_THEME_TYPE == 'bootstrap' %}
<h1 class="title">{{ form.title }}</h1>
{% if form.intro %}
<div class="form_summary">
<div class="summary">{{ form.intro|smart_style }}</div>
</div>
{% endif %}
<form class="crispy-dynamic-form" ... |
htdocs/man/themes/developr/html-rtl/icons.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]-... |
src/main/resources/gate/plugins/JAPE_Plus/doc/javadoc/gate/resources/img/svg/package-summary.html | victorward/recruitervision | <!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_102) on Fri Jun 09 17:29:48 BST 2017 -->
<title>gate.resources.img.svg (${plugin.name} JavaDoc)</title>
<meta name="date" content="2017-06-09">... |
browser/css/style_punchcard.css | Bitergia/puppetlabs-dashboard | body {
background-color: #fff;
}
text {
fill: black;
font: 11px sans-serif;
cursor: default;
}
.dot-label text {
font-size: 12px;
}
div.tooltip {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 14px;
position: absolute;
background-color: rgb(0, 0, 0);
color: rgb(255, 255, 255... |
default.html | oresat/jekyll-layouts | <!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {
font-family: "Lato", sans-serif;
}
.sidenav {
width: 300px;
position: fixed;
z-index: 1;
top: 20px;
left: 10px;
background: #eee;
overflow-x: hidden;
border-radius: 15px;
padding: 8px 0... |
tests/wpt/web-platform-tests/service-workers/service-worker/interfaces.https.html | bzbarsky/servo | <!DOCTYPE html>
<title>Service Worker: Interfaces</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="resources/interfaces.js"></script>
<script src="resources/test-helpers.sub.js"></script>
<script>
test(function() {
var EVENT_HANDLER = 'o... |
doc/libc/unix/notbsd/CMSG_SPACE.v.html | surrsurus/edgequest | <!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=fn.CMSG_SPACE.html">
</head>
<body>
<p>Redirecting to <a href="fn.CMSG_SPACE.html">fn.CMSG_SPACE.html</a>...</p>
<script>location.replace("fn.CMSG_SPACE.html" + location.search + location.hash);</script>
</body>
</html> |
whitefox/mozapps/aboutProfiles.css | 3marcusw/simplewhitecompact | /* 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/. */
html {
--aboutProfiles-table-background: #ebebeb;
background-color: var(--in-content-frame-background); /* was... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.