path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
16_04/le__data__interface_8h.html | legatoproject/legato-docs | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html data-context="Build Apps" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<title>le_data_interface.h File Reference - Legato D... |
wayland_kbd/keysyms/constant.XKB_KEY_Thai_thophuthao.html | susaing/doc.servo.org | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `XKB_KEY_Thai_thophuthao` constant in crate `wayland_kbd`.">
... |
book/slice-patterns.html | servo/doc.servo.org | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<title>Slice patterns</title>
<link rel="stylesheet" type="text/css" href="rustbook.css">
</head>
<body class="rustdo... |
x11/xlib/constant.KeymapNotify.html | susaing/doc.servo.org | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `KeymapNotify` constant in crate `x11`.">
<meta name="keywo... |
servo/style/properties/longhands/margin_left/fn.parse_specified.html | susaing/doc.servo.org | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `parse_specified` fn in crate `servo`.">
<meta name="keywor... |
wayland_kbd/ffi/keysyms/constant.XKB_KEY_Georgian_don.html | susaing/doc.servo.org | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `XKB_KEY_Georgian_don` constant in crate `wayland_kbd`.">
<... |
style/properties/longhands/transform_origin/fn.get_initial_value.html | susaing/doc.servo.org | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `get_initial_value` fn in crate `style`.">
<meta name="keyw... |
std/intrinsics/fn.atomic_xchg_rel.html | servo/doc.servo.org | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `atomic_xchg_rel` fn in crate `std`.">
<meta name="keywords... |
src/offscreen_gl_context/platform/with_egl/utils.rs.html | servo/doc.servo.org | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="Source to the Rust file `/home/servo/.cargo/registry/src/github.com-1ecc6299db9ec823/offscreen... |
wayland_kbd/ffi/keysyms/constant.XKB_KEY_braille_dots_23458.html | susaing/doc.servo.org | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `XKB_KEY_braille_dots_23458` constant in crate `wayland_kbd`.">... |
19_07/aboutLicensesMPLv2.html | legatoproject/legato-docs | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html data-context="About" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<title>Mozilla Public License Version 2.0 - Legato Docs<... |
timtec_theme_hacklab/templates/forum.html | hacklabr/timtec-theme-hacklab | {% extends 'base.html' %}
{% load i18n %}
{% load staticfiles %}
{% load compress %}
{% block js %}
{{ block.super }}
{% compress css %}
<link rel="stylesheet" type="text/css" href="{% static 'angular-ui-select/dist/select.css' %}">
{% endcompress %}
<script type="text/javascript" src="{% stat... |
Library/MOC-V/Documentation/class-MOC.V.Component.Document.Component.IVendorInterface.html | KWZwickau/KREDA-Sphere | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="generator" content="ApiGen 2.8.0"/>
<title>Interface MOC\V\Component\Document\Component\IVendorInterface | Mark V</title>
<s... |
etruekko/truekko/templates/truekko/anon_index.html | wadobo/etruekko | {% load i18n %}
<div class="navbar">
<div class="navbar-inner">
<div class="container" id="etk_popups">
<!-- TODO in english / translate -->
<div class="row">
<div class="span2 etkpopup">
<a class="etkpopuplink" href="#">Qué es etruekko</a>
<div class="modal hide fa... |
lms/templates/verify_student/pay_and_verify.html | mtlchun/edx | <%!
import json
from django.utils.translation import ugettext as _
from verify_student.views import PayAndVerifyView
%>
<%namespace name='static' file='../static_content.html'/>
<%inherit file="../main.html" />
<%block name="bodyclass">register verification-process step-requirements</%block>
<%block name="pagetitle">... |
templates/uslogging/widget_logs.html | ujdhesa/unisubs | {% extends "base.html" %}
{% load paginator %}
{% block main_content %}
<h2>widget logs</h2>
{% if is_paginated %}{% paginator %}{% endif %}
{% for log in log_list %}
<p>{{ log.date_saved }}<br/>
draft pk: {{ log.draft_pk }}<br/>
<a href="{% url uslogging:widget_log log.id %}">View log</a>
</p>
{% endfor %}
{% endbl... |
static/css/index.css | wolfchase/ardets | @import url("https://fonts.googleapis.com/css?family=Raleway|Maven+Pro:500");
/* line 12, ../sass/index.scss */
header#site-top {
display: flex;
justify-content: center;
flex-direction: column;
margin-top: 70px;
width: 100%;
}
/* line 24, ../sass/index.scss */
#site-title-container {
margin: auto;
displa... |
web/fb-share/programa/ca/347.html | joker-x/programa-podemos-2015 | <!DOCTYPE html>
<html lang="ca">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>PODEMOS. Reobertura de la línia ferroviària Canfranc-Olorón en l'horitzó 2020</title>
<meta property="og:title" content="PODEMOS: Reobertura de la línia ferroviària Canfranc-Olorón en l'horitz... |
index.html | s40223201/2016fallcp_hw | <!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>
2016 Fall 計算機程式課程
</title>
<meta name="description" content="A framework for easily creating beautiful presentations using HTML">
<meta name="author" content="Hakim El Hattab">
<meta name="apple-mobile-web-app-capable" conte... |
doc/api/files/__/__/__/_rvm/gems/ruby-2_1_2/gems/activemodel-4_1_1/lib/active_model/validations/inclusion_rb.html | asm-products/visitmee | <?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>inclusion.rb</title>
<meta http-equiv="Content-Type" content="tex... |
_system/conf/footer.html | vilhelmgray/Vendetta | <a href="http://jigsaw.w3.org/css-validator/check/referer">
<img style="border-style:none;"
src="http://jigsaw.w3.org/css-validator/images/vcss"
alt="Valid CSS!"/>
</a>
<a href="http://validator.w3.org/check?uri=referer">
<img style="border-style:none;"
src="http://www.w3.org/Ic... |
axelor-studio/src/main/webapp/doc/com/axelor/studio/db/package-frame.html | jph-axelor/axelor-business-suite | <!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 Mar 10 19:07:09 IST 2016 -->
<title>com.axelor.studio.db</title>
<meta name="date" content="2016-03-10">
<link rel="styleshe... |
labonneboite/web/static/css/lba-design.css | StartupsPoleEmploi/labonneboite | /* Header */
.lbb-header-wrapper {
text-align: center;
}
.lbb-header-wrapper a {
text-decoration: none;
vertical-align: middle;
display: inline-block;
}
.lbb-header-wrapper a img {
padding-top: 30px;
}
.lbb-header-wrapper a img.logo-lbb {
padding-top: 10px;
width: 160px;
margin-right:... |
mods/digitalgazette/assets/old/stylesheets/fuie.css | geoiq/digitalgazette | #navMenu{margin-top: 1px;}
#btnSearch{margin-top: -22px;}
#btnWikiSubmit{margin-top: -19px;}
#topSubNav{margin-top: 70px;}
#navLinks{margin-top: 0;}
.subPageRightLinks{left: -2px;}
.wikiTOC{margin-top: -10px;} |
src/dashboard/src/templates/rights/rights_grants_edit.html | sevein/archivematica | {% extends "layout_fluid.html" %}
{% load breadcrumb %}
{% block js %}
<script src="{{ STATIC_URL }}vendor/jquery.js" type="text/javascript"></script>
<script src="{{ STATIC_URL }}vendor/jquery.inputmask.js" type="text/javascript"></script>
<script src="{{ STATIC_URL }}js/repeating-ajax-data.js" type="text/javas... |
ui/css/window.css | ygcm/yeager | /********************************************************************/
/* window styles */
/********************************************************************/
.ywindow {
position: relative;
width: 50px;
visibility: hidden;
}
.ywindow .noicon .odrag {
display: none;
}
.ywindow .odrag {
width: 40px;
... |
ckanext/ioos_theme/templates/footer.html | ioos/catalog-ckan | <footer class="site-footer">
<div class="container">
{% block footer_content %}
<div class="row">
<div class="footer-links">
{% block footer_nav %}
<div class="col-md-4">
<h1 class="footer-title">Useful Links</h1>
<ul class="unstyled">
... |
src/soluciones/04-eventos/03-propagacion-01-por-defecto.html | asanzdiego/curso-javascript-avanzado-2015 | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>03 Propagación de eventos</title>
</head>
<body>
<div id="DIV1" style="border: 1px solid red; padding: 20px;">
<div id="DIV2" style="border: 5px solid black; padding: 20px;">
<a id="A" href="http://www.google.com" target="_blank" style="borde... |
app/views/main.scala.html | stangenberg/stangenberg.ch | @(content: Html)
<!DOCTYPE html>
<html lang="en">
<head>
<title>Stangenberg Software</title>
<link rel="stylesheet" media="screen" href="@routes.Assets.versioned("stylesheets/stangenberg/stangenberg.css")">
<link rel="apple-touch-icon" sizes="180x180" href="@routes.Assets.versioned("favicons... |
pythonpro/core/static/css/spp/custom.css | pythonprobr/pythonpro-website | /* GENERAL */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Roboto', sans-serif;
font-weight: 300;
position: relative;
}
a {
cursor: pointer;
}
.break {
display: block;
}
@media screen and (max-width: 768px) {
.break-mobile {
display: block;
}
}
/* FONTS */
.font... |
components/gateway/GWSIP/mjsip_1.6/mjsip_doc_1.6/org/zoolu/sip/header/class-use/RouteHeader.html | ging/isabel | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc on Sun Mar 05 11:21:59 CET 2006 -->
<TITLE>
MjSip v1.6 API: Uses of Class org.zoolu.sip.header.RouteHeader
</TITLE>
<LINK REL ="stylesheet" TYPE="text/c... |
b1/star.html | bradchristie/taminations | <!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link type="image/x-icon" href="../favicon.ico" rel="icon" />
<link href="../src/tamination.css" type="text/css" rel="stylesheet" />
<link href="../src/jque... |
Case 14/Code/doxygen/html/classnetUDPServer-members.html | SarahVictoria/IOConnection | <!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"/>
<title>Object-Oriented DAQ... |
match/scores/2012/10/104.html | MrLpk/nba | <html><head><title>NBAÊý¾Ý¿â</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="keywords" content="NBA,NBAÖ±²¥,Ö±²¥,Ò¦Ã÷,¼¼Êõͳ¼Æ,»ð¼ý,ºþÈË,ÈÈ»ð,¿Æ±È,°ÂÄá¶û,³£¹æÈü,NBA³£¹æÈü,¼¾ºóÈü,NBA¼¾ºóÈü,×ܾöÈü,NBA×ܾöÈü,¼¾Ç°Èü,NBA¼¾Ç°Èü,Èü³Ì,Ò×½¨Áª,ÐÛ¹,NBAÅÅÃû,ÅÅÃû,NBAÈü³Ì,ת»á,½»Ò×,ǩԼ,Çò... |
src/wiki/templates/wiki/tabs/gallery_view_item.html | fnp/redakcja | {% load i18n %}
<li id="ScanGalleryPerspective" data-ui-related="side-gallery" data-ui-jsclass="ScanGalleryPerspective" class='nav-item'>
<a href="#" class="nav-link active"><img src="{{STATIC_URL}}icons/image-x-generic.png" alt="{% trans "Gallery" %}" title="{% trans "Gallery" %}" /></a>
</li>
|
blog/category/lun-shu.html | s40523116/2016fallcp_hw | <!DOCTYPE html>
<html lang="en"
>
<head>
<title>論述 - 2016Fall 課程網誌 (虎尾科大MDE)</title>
<!-- Using the latest rendering mode for IE -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
... |
doc/api/files/__/__/__/__/usr/local/lib64/ruby/gems/2_1_0/gems/railties-4_2_3/lib/rails/railtie/configurable_rb.html | FiloSpaTeam/thinks | <?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>configurable.rb</title>
<meta http-equiv="Content-Type" content="... |
rules/rgaa4-2019/src/test/resources/testcases/rgaa42019/Rgaa42019Rule010501/Rgaa42019.Test.01.05.01-3NMI-06.html | Tanaguru/Tanaguru | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<title>Rgaa42019 Test.01.05.01 NMI 06</titl... |
css files/loginAndRegistration.css | Dhara159/FirstAide-web | /* DOCUMENT INFORMATION
- Created by : Akanksha
- Files : login.php, registration.php
*/
/* ===GLOBAL=== */
/* ===FONT=== */
@font-face {
font-family: 'Avenir Next';
src: url('../fonts/AvenirNextLTPro-Regular.otf');
}
@font-face {
font-family: 'Avenir Next Bold';
src: url('../fonts/AvenirNext... |
autotag/src/webtagging.css | MicronOxford/webtagging |
/* Correct some aggressive CSS rules from dusty.css */
.Select-arrow-zone {
display:table-cell !important;
}
.Select-clear-zone {
display:table-cell !important;
}
.Select-placeholder, .Select-option {
font-size:14px;
}
#auto_tag_panel .toolbar {
text-align:right;
}
#auto_tag_panel th.pathTokens {
... |
blog/tag/final.html | kmolab/kmolab.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>機械設計工程系 KMOLab - Tag Final</title>
<meta name="HandheldFriendly" content="True" />
<meta name... |
mysite/profile/templates/profile/info_wrapper.html | mzdaniel/oh-mainline | {% extends 'base/base.html' %}
{% comment %}
# This file is part of OpenHatch.
# Copyright (C) 2010 Parker Phinney
# Copyright (C) 2009, 2010, 2011 OpenHatch, Inc.
# Copyright (C) 2010 John Stumpo
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Pub... |
app/views/app_organization_form.html | cloudfleet/marina-frontend | <div class="hbox hbox-auto-xs hbox-auto-sm">
<!-- main -->
<div class="col">
<!-- main header -->
<div class="bg-light lter b-b wrapper-md">
<div class="row">
<div class="col-sm-6 col-xs-12">
<h1 class="m-n font-thin h3 text-black">{{organization.n... |
crislib/libscapi/lib/boost_1_64_0/doc/html/boost_asio/reference/basic_seq_packet_socket/receive/overload1.html | cris-iisc/mpc-primitives | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::receive (1 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home... |
frankenTexts_HTML/PA_Electronic_Ed/1831_ed/00108-chapterContent-1831.html | ebeshero/Pittsburgh_Frankenstein | <html>
<head>
<title>Frankenstein, 1831, Vol. 2, Chap. 2, Frame 3</title>
</head>
<body>
<p>
It was nearly noon when I arrived at the top of the ascent.
For some time I sat upon the rock that overlooks the <a
href="../V2notes/seaofice.html">sea of ice</a>.
A mist covered both that and the surrounding mountains. ... |
site/TEMPLATE.html | abetusk/dev | <!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>dev blog</title>
<link rel="stylesheet" href="/dev/css/styles.css">
<link rel="stylesheet" href="/dev/css/pygment_trac.css">
<script type="text/x-mathjax-config">
MathJax.... |
core/app/views/Organizations/edit.html | scientia/sparta | #{set title:(object? object['displayName'] : null)/}
#{extends 'core/layout.html' /}
<link rel="stylesheet" type="text/css" media="screen" href="@{'/public/css/token-input.css'}" />
<link rel="stylesheet" type="text/css" media="screen" href="@{'/public/css/token-input-sparta.css'}" />
<script src="@{'/public/javascript... |
interface/html5/views/attendance/schedule/ScheduleEditView.html | aydancoskun/timetrex-community-edition | <div class="edit-view schedule-edit-view">
<div class="edit-view-tab-bar" id="schedule_edit_view_tab_bar">
<div class="navigation-div" style="display: none">
<span class="navigation-label"></span>
<img class="left-click arrow"/>
<div class="navigation-widget-div"></div>
<img class="right-click arrow"/>
... |
c1/square_chain_the_top.html | bradchristie/taminations | <!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link type="image/x-icon" href="../favicon.ico" rel="icon" />
<link href="../src/tamination.css" type="text/css" rel="stylesheet" />
<link href="../src/jque... |
api/bh.html | angelaparicio/contenidoextra.es | <html>
<head>
</head>
<body>
<h1>Muestra banner horizontal</h1>
<div align="center">
<!-- Begin contenido Extra banner code -->
<script type="text/javascript">
<!--
mnm_banner_font_pt = 9;
mnm_banner_width = 680;
mnm_banner_height = 80;
mnm_banner_format = "horizontal";
mnm_banner_color_border = "FF6400";
mnm_ban... |
docs/_modules/LiSE/character.html | LogicalDash/LiSE |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>LiSE.character — LiSE 0.9dev documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href=... |
_source/_attachments/2012-10-31-open-michigan-gets-cc-savvy-1.html | creativecommons/www2015 | ---
layout: attachment
title: open.michigan gets cc savvy 1
date: 2012-10-31 11:13:35.000000000 -04:00
categories: []
tags: []
status: inherit
type: attachment
published: false
meta:
_wp_attached_file: 2012/10/open.michigan-gets-cc-savvy-1.jpg
_wp_attachment_metadata: a:6:{s:5:"width";s:3:"600";s:6:"height";s:3:"44... |
e110/templates/header.html | wadobo/e110 | <header>
<div class="row">
<div class="col-xs-3 logo">
<img class="img-responsive" src="{{ url_for('static', filename='img/logo.png') }}" alt="logo"/>
</div>
<div class="col-xs-3">
<img class="img-responsive" src="{{ url_for('static', filename='img/htext.png') }}" alt... |
crislib/libscapi/lib/boost_1_64_0/libs/geometry/doc/html/geometry/reference/access/set/set_2.html | cris-iisc/mpc-primitives | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>set</title>
<link rel="stylesheet" href="../../../../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../../../../index.html" title="Cha... |
crislib/libscapi/lib/boost_1_64_0/libs/log/doc/html/boost/log/sources/severity_channel_logger_mt.html | cris-iisc/mpc-primitives | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Class template severity_channel_logger_mt</title>
<link rel="stylesheet" href="../../../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href=... |
crislib/libscapi/lib/boost_1_64_0/libs/log/doc/html/boost/log/expressions/is_keyword_descriptor.html | cris-iisc/mpc-primitives | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Struct template is_keyword_descriptor</title>
<link rel="stylesheet" href="../../../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../... |
layouts/mobile/_main.css | gitkhs/cms-kq | body {margin:0;padding:0;font-size:12px;font-family:gulim;min-width:320px;word-wrap:break-word;word-break:break-all;}
body img {max-width:100%;}
input,select,textarea {font-size:12px;}
img,p {border:0;margin:0;padding:0;}
form {display:inline;margin:0;padding:0;}
select {font-size:12px;font-family:dotum;}
label {cursor... |
doc/html/toc-spade.Unit-module.html | exic/spade2 | <?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>Unit</title>
<link rel="stylesheet" href="epydoc.css" type="text/css" />
<script type="te... |
doc/html/qnetworkproxyquery-members.html | kobolabs/qt-everywhere-4.8.0 | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- qnetworkproxy... |
llrp/llrp-adaptor/xref-test/overview-frame.html | Fosstrak/fosstrak.github.io |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
<html xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
<title>llrp-adaptor 1.1.1-SNAPSHOT Reference</title>
<link rel="stylesheet" type="text/css" href="s... |
hal/apidocs/org/fosstrak/hal/impl/feig/util/class-use/ISOTransponderResponseErrorCode.html | Fosstrak/fosstrak.github.io | <!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_07) on Tue Jul 29 16:57:03 CEST 2008 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
Uses of Class org.fo... |
Documentacion/_vti_cnf/dx_System_class.SORT_SingleList.html | VisualStudioEX3/dx_lib32 | vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|02 Jan 2009 17:16:11 -0000
vti_extenderversion:SR|6.0.2.8161
vti_author:SR|EX3\\José Miguel Sánchez
vti_modifiedby:SR|VPCXNAGS20\\EX3
vti_timecreated:TR|24 Jan 2006 03:59:18 -0000
vti_title:SR|dx_System_class: SORT_SingleList
vti_backlinkinfo:VX|dx_System_class.Sor... |
doc/pycurl.html | kerneltravel/pycurl | <?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>pycurl Documentation</title>
<meta http-equiv="content-type" content="text/html; charset... |
doc/html/qdeclarativelistproperty-members.html | sunblithe/qt-everywhere-opensource-src-4.7.1 | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- qdeclarativel... |
modules/library/referencing/src/main/java/org/geotools/referencing/wkt/package.html | geotools/geotools | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<TITLE>package org.geotools.referencing.wkt</TITLE>
</HEAD>
<BODY>
<A HREF="http://geoapi.sourceforge.net/snapshot/javadoc/org/opengis/referencing/doc-files/WKT.html"><cite>Well
Known Text</cite> (WKT)</A> parsing and formattin... |
sources/FeatureExtractor/lib/hibernate-release-5.1.0.Final/documentation/javadocs/org/hibernate/annotations/Where.html | 1fechner/FeatureExtractor | <!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_40) on Wed Feb 10 11:30:25 CST 2016 -->
<title>Where (Hibernate JavaDocs)</title>
<meta name="date" content="2016-02-10">
<link rel="stylesheet... |
doc/html/qml-propertyanimation-members.html | kobolabs/qt-everywhere-4.8.0 | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- qdeclarativea... |
html-docs/contents/091b9f91ffe682ff15e6686ce19dbd35.html | jiangbo212/netty-init | <!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
<!-- <script src="http://use.edgefonts.net/source-sans-pro;source-code-pro.js"></script> -->
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic|Source+Code+Pro:300,4... |
doc/html/widgets-tetrix-tetrixpiece-cpp.html | kobolabs/qt-everywhere-4.8.0 | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Qt 4.8: t... |
QScintilla/doc/html-Qt4Qt5/functions_0x75.html | bitsauce/ASIDE | <!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>QScintilla: Class Members</title>
<link href="tabs.css" rel="styleshee... |
html-docs/contents/d004357cb12e032dc94ce620000ccd0b.html | jiangbo212/netty-init | <!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>in</title>
<!-- <script src="http://use.edgefonts.net/source-sans-pro;source-code-pro.js"></script> -->
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic|Source+Code+Pro:300... |
web/apidoc/html/class_g_classes_1_1_g_thread.html | litaoshao/waffles | <!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>GClasses: GClasses::GThread Class Reference</title>
<link href="tabs.cs... |
html-docs/contents/c39cd0ce95a18d4b3946157d56658736.html | jiangbo212/netty-init | <!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>getMedium</title>
<!-- <script src="http://use.edgefonts.net/source-sans-pro;source-code-pro.js"></script> -->
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic|Source+Code+... |
doc/html/deployment-symbian.html | sunblithe/qt-everywhere-opensource-src-4.7.1 | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- deployment.qd... |
docs/api/davical/_htdocs---well-known.php.html | lkraav/davical-rss-feature-branch | <?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- template designed by Marco Von Ballmoos -->
<title>Docs for page well-known.php</title>
... |
doc/javacode/html/classorg_1_1ccnx_1_1ccn_1_1impl_1_1security_1_1crypto_1_1gingerbreadfix_1_1_j_d_k_digest_signatu46045a6b019bf3334c37cf08f82097ee.html | ryanrhymes/mobiccnx | <!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>Content-Centric Networking in Java: Member List</title>
<link href="tab... |
html/search/related_61.html | fmartinelli/libqif | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html><head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta name="generator" content="Doxygen 1.8.3.1">
<link rel="stylesheet" type="text/css" href="search... |
doc/api/net/sf/xframe/xsddoc/util/package-frame.html | evgeniy-polyakov/xsddoc | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_25) on Mon Mar 23 16:11:55 NOVT 2015 -->
<TITLE>
net.sf.xframe.xsddoc.util
</TITLE>
<META NAME="date" CONTENT="2015-03-23">
<LINK REL ="stylesheet"... |
epydoc/script-xalt_generate_linkdata_in_py-module.html | xalt/xalt | <?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>script-xalt_generate_linkdata_in_py</title>
<link rel="stylesheet" href="epydoc.css" type="... |
doc/html/qprogressbar.html | kobolabs/qt-everywhere-opensource-src-4.6.2 | <?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">
<!-- qprogressbar.cpp -->
<head>
<title>Qt 4.6: QProgressBar Class Reference</title>
<link href="classic.css" rel="sty... |
epcis/apidocs/org/accada/epcis/repository/model/class-use/BusinessTransactionTypeId.html | Fosstrak/fosstrak.github.io | <!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_05) on Sun Jul 13 14:54:40 CEST 2008 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
Uses of Class org.ac... |
tomcat-7.0.57/webapps/ROOT/html/VAADIN/themes/liferay/menubar/menubar.css | FuadEfendi/lpotal | .v-menubar {
background: #97A1AE url(/html/themes/classic/images/dockbar/dockbar_bg.png) repeat-x 0 0;
border-bottom: 1px solid #636364;
}
.v-menubar-separator span {
display: none;
}
.v-menubar-menuitem {
padding: 3px 8px;
line-height: 16px;
font-weight: bold;
color: #2c2f34;
text-shadow: -1px -1px #FFF;
}
... |
doc/org/allcolor/yahp/converter/package-frame.html | allcolor/YaHP-Converter | <!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_27) on Mon Nov 21 14:45:49 CET 2011 -->
<TITLE>
org.allcolor.yahp.converter
</TITLE>
<META NAME="date" CONTENT="2011-11-21">
<LINK REL ="stylesheet... |
modules/menu/themes/gradient/fade.css | sawanna/cms | ul.drop-down-menu-list
{
height: 61px;
margin: 0px;
margin-left: 250px;
margin-top: -30px;
padding: 0px;
list-style: none;
clear: both;
}
* html ul.drop-down-menu-list
{
position: relative;
z-index: 9999999;
}
ul.drop-down-menu-list li
{
float: left;
margin: 0px 1px;
background: url('images/parent-menu.gif') no-repeat ... |
cpp_component/3rdparty/boost/doc/html/xpressive.html | qianqians/abelkhan | <!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>Chapter 47. Boost.Xpressive</title>
<link rel="stylesheet" href="../../doc/src/boostbook.css" type="text/css">
<meta name="gener... |
ram.html | premieredemo/chromebook | <!DOCTYPE HTML>
<html>
<head>
<title>Page Title </title>
</head>
<body>
<h1> ASUS 3000 </h1>
4GB RAM
<br>
<h1> ASUS 2000 </h1>
2GB
</body>
</html>
|
api/unit_constant.constant.html | zerothi/sids | <!DOCTYPE html>
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Constants — sisl latest documentation</title>
<li... |
tnk1/ktuv/mjly/mj-03-29.html | erelsgl/erel-sites | <!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' lang='he' dir='rtl'>
<head>
<meta http-equiv='Content-Type' content='text/html; charset=windows-1255' />
<meta http-equiv='Content-Script-Type' content=... |
_4x_docs/4.0.0.beta1/yardoc/Rack/Handler/TorqueBox.html | torquebox/torquebox.org | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>
Module: Rack::Handler::TorqueBox
... |
eclipseFTD2XXJ/ftd2xxj/target/application/docs/com/ftdichip/ftd2xx/ui/deviceTree/class-use/DevicesTreeModel.html | orgicus/ftd2xxj | <!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_85) on Thu Nov 26 13:13:10 UTC 2015 -->
<title>Uses of Class com.ftdichip.ftd2xx.ui.deviceTree.DevicesTreeModel</title>
<meta name="dat... |
public/lib/chat.css | svandecappelle/ongaku | .chat-container {
display: inline-block;
background-color: rgba(255, 255, 255, 0.5); }
.chat-container .message-box.show {
visibility: visible;
opacity: 1;
box-shadow: 5px 5px 16px #000;
padding-top: 5px;
border-top: 4px solid #787070; }
.chat-container .message-box {
visibility: hidden;... |
doc/html/class_strong_disease_command-members.html | kidaa/Awakening-Core3 | <!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... |
bitson/olin/vbox-olin/index.html | lecovi/lecovi.github.io | <!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Instalando la máquina virtual | Make it So!</title>
<link href="../../../assets/css/all-nocdn.css" rel="stylesheet" type="text/css">
<meta name="theme-color" content="#5670d4">
<met... |
static-html-docs/api/yaak/agent/communication/discovery/Configuration.html | jsmithabq/yaak | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.4.2_10) on Mon Feb 13 07:35:54 MST 2006 -->
<TITLE>
Configuration (Yaak API)
</TITLE>
<META NAME="keywords" CONTENT="yaak.agent.communication.discovery... |
reference/jp/nyatla/nyar4psg/class-use/NyAR4PsgConfig.html | nyatla/NyARToolkit-for-Processing | <!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 Dec 13 00:34:19 JST 2012 -->
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<TITLE>
クラス jp.nyatla.nyar4psg.NyA... |
doc/javadoc/internal/gate/swing/class-use/JTreeTable.CustomJTree.html | liuhongchao/GATE_Developer_7.0 | <!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 Thu Feb 09 13:44:19 GMT 2012 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Class gate.swing.JTreeTab... |
server/sonar-web/src/main/js/apps/maintenance/styles.css | Godin/sonar | /*
* SonarQube
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 3 of the License, o... |
QubecellSDK/docs/com/qubecell/elogger/ELogger.html | qubecellindia/android_sdk | <!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_06) on Fri Aug 16 17:30:02 IST 2013 -->
<TITLE>
ELogger
</TITLE>
<META NAME="date" CONTENT="2013-08-16">
<LINK REL ="stylesheet" TYPE="t... |
src/main/resources/org/mentawai/tag/html/dyntag/stats/lib/jquery.css | tempbottle/mentawai | .treeview, .treeview ul {
padding: 0;
margin: 0;
list-style: none;
}
.treeview ul {
background-color: white;
margin-top: 4px;
}
.treeview .hitarea {
background: url(treeview-default.gif) -64px -25px no-repeat;
height: 16px;
width: 16px;
margin-left: -16px;
float: left;
cursor: pointer;
}
/* fi... |
tools/nant/doc/help/functions/string.pad-right.html | aozora/arashi | <!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">
<!-- Documenting PadRight-->
<head>
<meta http-equiv="Content-Language" content="en-ca" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.