code stringlengths 2 1.05M | repo_name stringlengths 5 101 | path stringlengths 4 991 | language stringclasses 3
values | license stringclasses 5
values | size int64 2 1.05M |
|---|---|---|---|---|---|
<!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_05) on Thu Nov 12 23:45:52 CET 2015 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class org.o... | osmdroid/OsmdroidXamarin | OsmdroidAndroidBinding/JavaDocs/osmdroid-android-5.0.1-javadoc/org/osmdroid/views/util/class-use/MyMath.html | HTML | apache-2.0 | 4,266 |
<!DOCTYPE html>
<html lang="en"> <!-- main language (to avoid HTML validator) -->
<head>
<meta charset="UTF-8" />
<title>maihamadb schema</title>
<style type="text/css">
/* -------------------------------------------------
Core
--------------------------------------------... | dbflute-test/dbflute-test-dbms-db2 | dbflute_maihamadb/output/doc/schema-maihamadb.html | HTML | apache-2.0 | 248,138 |
<html xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:py="http://genshi.edgewall.org/"
xmlns:i18n="http://genshi.edgewall.org/i18n">
<xi:include href="../base.html"/>
<head>
<title i18n:msg="entry">Dictionary: $entry.id</title>
</head>
<body>
<article>
<h1>$entry.id</h1>
<h2>Tra... | dag/stutuz | relvlast/templates/entry.html | HTML | bsd-2-clause | 556 |
{% extends "admin/base_site.html" %}
{% load i18n %}
{% block content %}
<div class=fullpagebox>
{% trans "Sorry. A server error occured." %}
</div>
{% endblock %}
{# vim: set et ts=4 ft=htmldjango: #}
| nirgal/ngw | core/templates/500.html | HTML | bsd-2-clause | 203 |
<html>
<head>
<title>Hello World</title>
</head>
<body>
Hello World!
<p>Apps:</p>
<ul>
<li><a href="/ws/index.html"> Kaazing Demo Protected by Shibboleth SP</a></li>
</ul>
</body>
</html> | akrambek/dockerized-idp-testbed | httpd-proxy/var-www-html/index.html | HTML | bsd-2-clause | 195 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>standard.lib.chart.GDC_thumbval</title>
<link href="css/style.css" rel="stylesheet" type="text/css">
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
</head>
<body bgcolor="#ffffff">
<table border="0" wi... | Devronium/ConceptApplicationServer | core/server/Samples/CIDE/Help/standard.lib.chart.GDC_thumbval.html | HTML | bsd-2-clause | 2,431 |
<!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>astrodust.distlib — eblur/dust 1.0 doc... | eblur/dust | docs/_build/html/distlib.html | HTML | bsd-2-clause | 5,710 |
{% extends "base.html" %}
{% if addon %}
{% set editable = "no-edit" if not check_addon_ownership(request, addon, dev=True) %}
{% endif %}
{% block bodyclass %}developer-hub {{ editable }}{% endblock %}
{# Don't show the amo header on devhub pages #}
{% set hide_header = True %}
{% block bodyattrs %}
{% if addon %... | jbalogh/zamboni | apps/devhub/templates/devhub/base.html | HTML | bsd-3-clause | 4,065 |
{% extends "layout.html" %}
{% block content %}
<h1><i class="fa fa-certificate"> </i> Entitlements </h1>
<p><a class="btn btn-default" href="#" role="button">
<i class="fa fa-plus-circle"> </i> Create a new Entitlement »
</a></p>
<p>
Multipe Options to sort by expiry, user, status
... | pixmeter/enma | enma/templates/entitlements/list.html | HTML | bsd-3-clause | 1,801 |
<!doctype html>
<html>
<head>
<title>Button</title>
</head>
<body>
<button>Button</button>
</body>
</html> | readium/readium-css | docs/ua-reference/html5-suggested-rendering/test-case/015-button.html | HTML | bsd-3-clause | 122 |
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>TES_L2_CO2_Nadir — HARP 1.14 documentation</title>
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />... | stcorp/harp | doc/html/ingestions/TES_L2_CO2_Nadir.html | HTML | bsd-3-clause | 8,968 |
<link rel="import" href="../../bower_components/polymer/polymer.html">
<link rel="import" href="../../bower_components/things-monitor/things-player-carousel.html">
<link rel="import" href="../../bower_components/things-monitor/things-player-flipcard.html">
<link rel="import" href="../../bower_components/things-monitor... | hatiolab/things-visualizer | app/elements/things-player/things-player.html | HTML | bsd-3-clause | 10,150 |
<!--
@license
Copyright (c) 2016 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http:/... | FNNDSC/fnndsc.babymri.org | src/mri-element/mri-team.html | HTML | bsd-3-clause | 2,574 |
{% load hq_shared_tags %}
{% load report_tags %}
{% load i18n %}
{% if charts %}
<div class="row">
{% for chart in charts %}
{% if chart.title %}<h4 style="text-align: center;">{{ chart.title }}</h4>{% endif %}
<div id='chart_{{ report.slug }}_{{ forloop.parentloop.counter }}{{ forl... | qedsoftware/commcare-hq | custom/intrahealth/templates/intrahealth/partials/report_table.html | HTML | bsd-3-clause | 3,992 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html lang="en-US">
<head>
<title>Changing the Look of Nimbus (The Java™ Tutorials >
Creating a GUI With JFC/Swing > Modifying the Look and Feel)
</title>
<meta name="description" content="This Swing Java Tutorial de... | bartdag/recodoc2 | recodoc2/testdata/java70tutorial/uiswing/lookandfeel/custom.html | HTML | bsd-3-clause | 14,247 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>onClick property - Document class - polymer_app_layout.behaviors library - Dart API</title>
<!-- required b... | lejard-h/polymer_app_layout_templates | doc/api/polymer_app_layout.behaviors/Document/onClick.html | HTML | bsd-3-clause | 17,484 |
<HTML>
<HEAD>
<TITLE>cgGetParameterClassEnum</TITLE>
<STYLE TYPE="text/css" MEDIA=screen>
<!--
BODY {
font-family: Arial,Helvetica;
}
BLOCKQUOTE { margin: 10pt; }
H1,A { color: #336699; }
/*** Top menu style ****/
.mmenuon {
font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
color: #ff... | ayoubg/gem5-graphics | cgToolkit/usr/local/Cg/docs/html/cgGetParameterClassEnum.html | HTML | bsd-3-clause | 7,117 |
<!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 Tue Mar 08 22:33:49 EST 2011 -->
<TITLE>
L-Index
</TITLE>
<META NAME="date" CONTENT="2011-03-08">
<LINK REL ="stylesheet" TYPE="t... | sylvainhalle/sase | doc/index-files/index-10.html | HTML | bsd-3-clause | 6,891 |
<!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 (build 1.7.0-ea) on Tue Nov 20 17:20:18 GMT 2012 -->
<TITLE>
G-Index
</TITLE>
<META NAME="date" CONTENT="2012-11-20">
<LINK REL ="stylesheet" TYPE="te... | kbarrett/third-year-project | doc/index-files/index-7.html | HTML | bsd-3-clause | 16,691 |
{% import 'admin/static.html' as admin_static with context %}
{% macro dropdown(actions, btn_class='btn dropdown-toggle') -%}
<a class="{{ btn_class }}" data-toggle="dropdown" href="javascript:void(0)">{{ _gettext('With selected') }}<b class="caret"></b></a>
<ul class="dropdown-menu">
{% for p in actio... | ArtemSerga/flask-admin | flask_admin/templates/bootstrap3/admin/actions.html | HTML | bsd-3-clause | 1,475 |
<title>Dashboard - Ace Admin</title>
<!-- ajax layout which only needs content area -->
<div class="page-header">
<h1>
Dashboard
<small>
<i class="ace-icon fa fa-angle-double-right"></i>
overview & stats
</small>
</h1>
</div><!-- /.page-header -->
<div class="row">
<div class="col-xs-12">
<!-- P... | asimsoroya/course | public/ace/html/ajax/index.html | HTML | bsd-3-clause | 42,175 |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- This file documents the GNU linker LD
(GNU Binutils)
version 2.24.0.
Copyright (C) 1991-2013 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the... | AlbandeCrevoisier/ldd-athens | gcc-linaro-4.9-2015.02-3-x86_64_arm-linux-gnueabihf/share/doc/ld/ld.html/Constants.html | HTML | bsd-3-clause | 4,585 |
<h1>Adcionar Produto</h1>
<form class="form-horizontal" ng-submit="add(item)">
<div class="form-group">
<label class="col-sm-2 control-label" for="nome">Nome:</label>
<div class="col-sm-5">
<input type="text" name="nome" id="nome" ng-model="item.nome" required="required" class="form-cont... | EnnioSimoes/zf2angularjs | public/projetoangular/templates/produtos_novo.html | HTML | bsd-3-clause | 1,607 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<title>dewpoint_from_relative_humidity — MetPy 1.1dev</title>
<link href="../... | metpy/MetPy | dev/api/generated/metpy.calc.dewpoint_from_relative_humidity.html | HTML | bsd-3-clause | 45,223 |
<dom-module id="contact-email">
<template>
<style>
:host {
display: block;
}
iron-icon {
color: var(--secondary-text-color);
}
contact-label {
width: 130px;
}
gold-email-input {
display: inline-block;
width: calc(100% - 162px);
}
@media (max-width: 410px) {
contact-... | IchordeDionysos/social-contacts | app/elements/contacts/contact-email/contact-email.html | HTML | bsd-3-clause | 1,568 |
<!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_101) on Sat Aug 20 05:41:42 EDT 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Uses of Class org.apache.so... | berkeleybop/bbop-manager-golr | solr/docs/solr-solrj/org/apache/solr/common/cloud/class-use/SaslZkACLProvider.html | HTML | bsd-3-clause | 5,137 |
{% load staticfiles %}
<link href="{% static "css/style.css" %}" rel="stylesheet" type="text/css">
<div class="content-switch">
<div class="controls">
<h2><span></span></h2>
</div>
<div class="panes">
<div class="box-free">
<h2 class="section-heading"><center>Wiki version history information</center></h2>
... | gminds/rapidnewsng | templates/wiki_index.html | HTML | bsd-3-clause | 948 |
<!DOCTYPE html>
<html>
<head>
<title>Rubinius ausführen - Rubinius</title>
<meta content='text/html;charset=utf-8' http-equiv='content-type'>
<meta content='de' http-equiv='content-language'>
<meta content='Rubinius is an implementation of the Ruby programming language. The Rubinius bytecode virtual m... | mallibone/rubinius | web/_site/doc/de/getting-started/running-rubinius/index.html | HTML | bsd-3-clause | 7,505 |
@Master['layout.html']
<!--
//-------------------------------------------------------------------------------------
// Copyright (c) 2014, Anthilla S.r.l. (http://www.anthilla.com)
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// ... | Heather/Antd | Antd/Views/__old/_page-firewall.html | HTML | bsd-3-clause | 16,842 |
<!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"
><head
><title
>Relation.Binary.Vec.Pointwise</title
><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"
/><meta http-equiv="Content-Sty... | notogawa/agda-interactive-server | agda-stdlib-0.8/Relation.Binary.Vec.Pointwise.html | HTML | bsd-3-clause | 193,651 |
{% extends "base.html" %}
{% load poll_tags %}
{% block title %}: {{ poll.question }}{% endblock %}
{% block content %}
<h2>Poll</h2>
<div class="poll list">
{% show_poll poll %}
</div>
{% endblock %} | praekelt/ummeli | ummeli/vlive/templates/html/poll/poll_detail.html | HTML | bsd-3-clause | 219 |
{{define "title"}}LRUSS - Error{{end}}
{{define "content"}}
<h3><a href="/" title="Go to main page">{{.Message}}</a></h3>
{{if .Error}}
<div class="alert alert-danger" role="alert">
{{.Error}}
</div>
{{end}}
{{end}}
{{define "jscss"}}{{end}}
| z0rr0/lruss | static/error.html | HTML | bsd-3-clause | 261 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="lang:clipboard.copy" conte... | statsmodels/statsmodels.github.io | v0.12.1/generated/statsmodels.tsa.ar_model.ARResults.arfreq.html | HTML | bsd-3-clause | 17,533 |
{% extends "base.html" %}
{% block content %}
<div class="jumbotron">
<div class="container">
{% block jumbo %}
{% endblock jumbo %}
</div>
</div>
<div class="container">
{% block body %}
{% endblock body %}
</div>
{% endblock %}
| kevincwebb/conceptum | conceptum/templates/jumbotron.html | HTML | bsd-3-clause | 290 |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="lang:clipboard.copy" content="Copy to clipboard">
<meta name="la... | statsmodels/statsmodels.github.io | v0.11.1/_modules/statsmodels/stats/oaxaca.html | HTML | bsd-3-clause | 44,202 |
<!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_51) on Wed Nov 12 21:36:39 EST 2014 -->
<title>Uses of Package </title>
<meta name="date" content="2014-11-12">
<link rel="stylesheet" ... | Avantol13/Conversational-AI-Engine-for-Video-Games | docs/javadoc/package-use.html | HTML | bsd-3-clause | 4,609 |
{% extends "base_govuk.html" %}
{% load staticfiles %}
{% block page_title %}Where you could travel for work{% endblock %}
{% block header_class %}with-proposition{% endblock %}
{% block proposition_header %}
<div class="header-proposition">
<div class="content">
<div id="proposition-menu">
<h1 id="propo... | lm-tools/situational | situational/apps/travel_report/templates/travel_report/base.html | HTML | bsd-3-clause | 412 |
<!DOCTYPE html>
<html dir="ltr" lang="pt-br">
<head>
<title>Encoder Stage - Rubinius</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta content='pt-br' http-equiv='content-language'>
<meta content='Rubinius is an implementation of the Ruby programmi... | takano32/rubinius | web/_site/doc/pt-br/bytecode-compiler/encoder/index.html | HTML | bsd-3-clause | 7,370 |
<!DOCTYPE html>
<html>
<head>
<script language="javascript" src="../../bower_components/webcomponentsjs/webcomponents.js"></script>
<link rel="import" href="mm-popover.html">
<link rel="import" href="../mm-action/mm-action.html"/>
<link rel="import" href="../mm-button/mm-button.html"/>
<link rel="import" href="../... | anthonykoerber/strand | src/mm-popover/index.html | HTML | bsd-3-clause | 4,124 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Code Coverage for /home/administrateur/Projects/Money/src/currency/BOV.php</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="../css/bootstrap.min.css" rel="stylesheet">
<link href="../css/style.css"... | fey89/Money | build/coverage/currency/BOV.php.html | HTML | bsd-3-clause | 13,191 |
<!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="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta ht... | statsmodels/statsmodels.github.io | devel/generated/statsmodels.sandbox.regression.try_ols_anova.data2groupcont.html | HTML | bsd-3-clause | 18,408 |
test template two | Firedrake969/karts | example/templates/sub/test_two.html | HTML | bsd-3-clause | 17 |
<!DOCTYPE html>
<html>
<head>
<title>Test Runner</title>
<link rel="stylesheet" href="https://code.jquery.com/qunit/qunit-2.0.1.css">
<script src="https://code.jquery.com/qunit/qunit-2.0.1.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.2/require.min.js"... | simphony/tornado-webapi | jstests/tests.html | HTML | bsd-3-clause | 590 |
<!DOCTYPE html>
<html>
<head>
<style>
div {
background: linear-gradient(to right, yellow, transparent);
width: 100px;
height: 100px;
}
</style>
</head>
<body>
<div></div>
</body>
</html>
| youtube/cobalt | cobalt/layout_tests/testdata/css3-images/4-1-2-to-right-linear-gradient.html | HTML | bsd-3-clause | 220 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<meta http-equiv="cache-control" content="no-cache">
<title>input.h File Reference</title>
<link href="doxygen_tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/... | Genivia/RE-flex | doc/html/input_8h.html | HTML | bsd-3-clause | 12,291 |
<!DOCTYPE html>
<html>
<title>Test that parent mask does not affect top layer elements</title>
<meta charset="utf-8">
<link rel="author" title="Tim Nguyen" href="https://github.com/nt1m">
<link rel="match" href="resources/green-dialog-and-backdrop.html">
<link rel="help" href="https://fullscreen.spec.whatwg.org/#new-st... | nwjs/chromium.src | third_party/blink/web_tests/external/wpt/html/semantics/interactive-elements/the-dialog-element/top-layer-parent-mask.html | HTML | bsd-3-clause | 678 |
{% load i18n %}
{% load widget_tweaks %}
<div class="control-group{% if field.errors %} error{% endif %}" id="gr_{{ field.auto_id}}">
<label class="control-label{% if field.field.required %} required{% endif %}" for="{{ field.auto_id}}">{{ field.label_tag }}</label>
<div class="controls">
<div class="input-prep... | grengojbo/django-app | DjangoApp/base/templates/base/field.html | HTML | bsd-3-clause | 589 |
<!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>statsmodels.tsa.statespace.kalman_smoother.KalmanS... | statsmodels/statsmodels.github.io | 0.8.0/generated/statsmodels.tsa.statespace.kalman_smoother.KalmanSmoother.bind.html | HTML | bsd-3-clause | 7,214 |
<!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">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<title>使用对象注册表(Registry) - Zend Fram... | wukchung/Home-development | documentation/manual/core/zh/zend.registry.using.html | HTML | bsd-3-clause | 14,090 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_14) on Thu Mar 06 10:14:42 PST 2008 -->
<TITLE>
KeyParameter (FE OAuth)
</TITLE>
<META NAME="keywords" CONTENT="org.bouncycastle.crypto.par... | simonpk/fireeagle-updater-midlet | lib/doc/org/bouncycastle/crypto/params/KeyParameter.html | HTML | bsd-3-clause | 10,502 |
<!--
@license
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http:/... | PeterSvedberg/ironList128 | app/elements/iron-list.html | HTML | bsd-3-clause | 38,907 |
<!--
@license
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http:/... | Nulubez/Monuments | app/elements/elements.html | HTML | bsd-3-clause | 3,409 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="lang:clipboard.copy" conte... | statsmodels/statsmodels.github.io | v0.12.2/generated/statsmodels.genmod.generalized_estimating_equations.GEEMargins.summary.html | HTML | bsd-3-clause | 19,679 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="lang:clipboard.copy" conte... | statsmodels/statsmodels.github.io | v0.12.1/generated/statsmodels.sandbox.distributions.extras.SkewNorm_gen.median.html | HTML | bsd-3-clause | 20,744 |
<!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="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta ht... | statsmodels/statsmodels.github.io | v0.13.1/generated/statsmodels.regression.recursive_ls.RecursiveLSResults.rsquared.html | HTML | bsd-3-clause | 18,555 |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="lang:clipboard.copy" content="Copy to clipboard">
<meta name="la... | statsmodels/statsmodels.github.io | v0.11.1/generated/statsmodels.iolib.foreign.genfromdta.html | HTML | bsd-3-clause | 20,187 |
<!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>statsmodels.sandbox.regression.gmm.GMMResults.jval... | statsmodels/statsmodels.github.io | 0.6.1/generated/statsmodels.sandbox.regression.gmm.GMMResults.jval.html | HTML | bsd-3-clause | 6,379 |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- This file documents the GNU Assembler "as".
Copyright (C) 1991-2014 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Do... | AlbandeCrevoisier/ldd-athens | gcc-linaro-4.9-2015.02-3-x86_64_arm-linux-gnueabihf/share/doc/as.html/D30V_002dFloat.html | HTML | bsd-3-clause | 3,567 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>createPatternFromImage method - CanvasRenderingContext2D class - polymer_app_layout.behaviors library - Dart AP... | lejard-h/polymer_app_layout_templates | doc/api/polymer_app_layout.behaviors/CanvasRenderingContext2D/createPatternFromImage.html | HTML | bsd-3-clause | 14,896 |
<!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>x2d: Member List</title>
<link href="tabs.css" rel="stylesheet" type="t... | godexsoft/x2d | doc/html/structx2d_1_1config_1_1conf-members.html | HTML | bsd-3-clause | 1,973 |
<!-- BEGIN: content -->
<!-- BEGIN: messages --><div class="onxshop_messages">{MESSAGES}</div><!-- END: messages -->
<div class="feed">
<!-- BEGIN: channel_title --><h4><a href="{CHANNEL.link}" title="{CHANNEL.description|htmlspecialchars}">{CHANNEL.title|htmlspecialchars}</a></h4> <!-- END: channel_title -->
<!-- BE... | 1nv4d3r5/onxshop | templates/component/feed_twitter.html | HTML | bsd-3-clause | 1,139 |
<!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 name="description" content="API docs for the Script constructor from the Class Script class from the game2d library, for... | fraog/dart-game2d | doc/api/game2d/Script/Script.html | HTML | bsd-3-clause | 5,267 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>remove_observations_below_value — MetPy 1.0</title>
<link href="../../_static/css/theme.css" rel="stylesheet" />
<link href="../../_static/css/index.f6b7c... | metpy/MetPy | v1.0/api/generated/metpy.interpolate.remove_observations_below_value.html | HTML | bsd-3-clause | 13,462 |
{% extends 'style/base_section.html' %}
{% load i18n %}
{% load hq_shared_tags %}
{% block js-inline %}{{ block.super }}
<script>
var contactListTable = null;
function FilterViewModel() {
'use strict';
var self = this;
self.filterText = ko.observable();
self.performFilter = f... | qedsoftware/commcare-hq | corehq/apps/sms/templates/sms/chat_contacts.html | HTML | bsd-3-clause | 3,032 |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="lang:clipboard.copy" content="Copy to clipboard">
<meta name="la... | statsmodels/statsmodels.github.io | v0.11.0/generated/statsmodels.sandbox.distributions.extras.ACSkewT_gen.var.html | HTML | bsd-3-clause | 20,084 |
{% extends "root.html" %}
{% load i18n %}
{% block all %}
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>{% block title %}369.lt{% endblock %}</title>
<link rel="icon" type="image/ico" href="{{ STATIC_URL }}img/favicon.ico">
<link rel="stylesheet" href="{{ STATIC_URL }}css/style.css" type=... | toinbis/369old | src/web369/templates/base.html | HTML | bsd-3-clause | 2,431 |
<!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>gem5: cpu/inorder/resources/mult_div_unit.hh Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" ty... | wnoc-drexel/gem5-stable | src/doxygen/html/mult__div__unit_8hh-source.html | HTML | bsd-3-clause | 16,957 |
<link href="{{ path }}" rel="stylesheet" type="text/css" {% if media %}media="{{ media }}"{% endif %} />
| finiteloopsoftware/django-compressor | compress/templates/compress/css_tag.html | HTML | bsd-3-clause | 105 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Sign in · Twitter Bootstrap</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Le styles -->
<link href="../asse... | leosilvadev/gserv | src/main/resources/docs/app/lib/bootstrap-sass/docs/examples/signin.html | HTML | mit | 3,499 |
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>MarkerWithLabel Mouse Events</title>
<style type="text/css">
.labels {
color: red;
background-color: white;
font-family: "Lucida Grande", "Arial", sans-serif;
font-size: 10px;
font-w... | ygpark2/kauc | resources/js/google-maps-utility-library-v3/markerwithlabel/examples/events.html | HTML | mit | 2,856 |
<mll-band-add-profile user-id="{{ctrl.userId}}"></mll-band-add-profile> | nehasingh189/mll | src/main/webapp/source/scripts/modules/home/views/band-add-profile.view.html | HTML | mit | 71 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>test-drosophila-card-genefinder</title>
<!-- Import MochiKit modules: require MochiKit library functions to be fully qualified -->
<script type... | gklyne/shuffl | drosophila/test/test-genefinder.html | HTML | mit | 4,489 |
{% extends "messages/base.html" %}
{% load i18n %}
{% load pagination_tags %}
{% load account_tags %}
{% block head_title %}{% trans "Contacts" %}{% endblock %}
{% block body %}
<div class="container">
<h1>{% trans "Contacts" %}</h1>
<p>Contacts are people you know but who may or may not be on this sit... | fgirault/smeuhsocial | templates/friends_app/contacts.html | HTML | mit | 1,297 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=800px, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<link rel="stylesheet" href="../../psblock.css">
<style>
<!-- any local styles that you need for this... | afcondon/psd3-example | examples/block/dist/index.html | HTML | mit | 2,444 |
<!DOCTYPE html>
<html>
<head>
<title>Babelfish Pseudocode Interpreter Help</title>
<style>
* {
background-color: #eeeeee;
}
body {
font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
padding: 2em;
margin: 0;
}
h1 {
margin:0 0 -0.5em 0;
}
table td {
padding: 0;
... | CybeargGit/babelfishPI | readme.html | HTML | mit | 8,459 |
<!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>DesignWare USB 2.0 OTG Controller (DWC_otg) Device Driver: dev_dma_desc_sts Union Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link ... | sahdman/rpi_android_kernel | linux-3.1.9/drivers/usb/host/dwc_otg/doc/html/uniondev__dma__desc__sts.html | HTML | mit | 11,392 |
<!DOCTYPE html>
<html lang="en">
<head>
<title>Status Enumeration Reference</title>
<link rel="stylesheet" type="text/css" href="../css/jazzy.css" />
<link rel="stylesheet" type="text/css" href="../css/highlight.css" />
<meta charset='utf-8'>
<script src="../js/jquery.min.js" defer></script>
<... | jessesquires/swift-proposal-analyzer | docs/docsets/ProposalAnalyzer.docset/Contents/Resources/Documents/Enums/Status.html | HTML | mit | 22,295 |
<!DOCTYPE html>
<html>
<!-- Mirrored from api.irissmarttest.com/v5/docs/calls/devices by HTTrack Website Copier/3.x [XR&CO'2013], Tue, 18 Feb 2014 21:37:15 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=UTF-8" /><!-- /Added by HTTrack -->
<head>
<base />
<link re... | Justin-Credible/Smart-Home-Mobile | Resources/misc/IrisApi-v5/docs/calls/devices.html | HTML | mit | 17,279 |
<div ng-controller="AuthenticationController">
<h3 class="col-md-12 text-center">Sign Up</h3>
<div class="col-xs-offset-2 col-xs-8 col-md-offset-4 col-md-4">
<form name="userForm" ng-submit="signup(userForm.$valid)" class="signin" novalidate autocomplete="off">
<fieldset>
<div class="form-group" s... | squeetus/PizzaCats | modules/users/client/views/authentication/signup.client.view.html | HTML | mit | 3,089 |
<html>
<META HTTP-EQUIV=Content-Type Content="text/html; charset=utf8">
<!-- Mirrored from lis.ly.gov.tw/lghtml/lawstat/version2/01924/0192482122800.htm by HTTrack Website Copier/3.x [XR&CO'2010], Sun, 24 Mar 2013 09:16:27 GMT -->
<head><title>法編號:01924 版本:082122800</title>
<link rel="stylesheet" type="text/css" href=... | g0v/laweasyread-data | rawdata/utf8_lawstat/version2/01924/0192482122800.html | HTML | mit | 87,161 |
<!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>ArduinoDistanceSens... | hassanabidpk/Arduino-distance-sensor-library | Documentation/html/functions.html | HTML | mit | 7,749 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" co... | kartikkumar/cpp-project | docs/todo.html | HTML | mit | 4,165 |
<!doctype html>
<html>
<title>npm-index</title>
<meta http-equiv="content-type" value="text/html;utf-8">
<link rel="stylesheet" type="text/css" href="../../static/style.css">
<link rel="canonical" href="https://www.npmjs.org/doc/misc/npm-index.html">
<script async=true src="../../static/toc.js"></script>
<... | wuguanghai45/snpm | node_modules/npm.old/html/doc/misc/npm-index.html | HTML | mit | 14,776 |
<!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_17) on Mon Dec 02 20:32:55 CET 2013 -->
<title>WaveData (LWJGL API)</title>
<meta name="date" content="2013-12-02">
<link rel="styleshe... | RobbertJongeling/ld29 | lib/lwjgl-docs-2.9.1/javadoc/org/lwjgl/util/WaveData.html | HTML | mit | 15,654 |
Please click on the following link to confirm your email address:
<p>
<a href="{{ confirm_url }}">{{ confirm_url }}</a>
</p>
<p>
--<br>
Flask boilerplate, by <a href="https://github.com/MaxHalford">Max Halford</a>.
</p> | Kbman99/NetSecShare | app/templates/email/confirm.html | HTML | mit | 221 |
<!DOCTYPE html>
<head>
<title>Firebase Christmas List</title>
<link rel="stylesheet" href="style/christmas-style.css">
<link rel="stylesheet" href="style/bootstrap.min.css">
</head>
<body>
<div class="container" ng-app="xmasApp" ng-controller="xmasCtrl">
<h1>🎄Christmas Shopping List Using AngularFire </h1>
<b... | kloo012/firebase-christmas-list | index.html | HTML | mit | 4,796 |
<a href='https://github.com/angular/angular.js/edit/v1.3.x/src/Angular.js?message=docs(angular.bind)%3A%20describe%20your%20change...#L900' 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.6/src/Angular.js... | thiagoaslima/fatoresApp | libs/angular-1.3.6/docs/partials/api/ng/function/angular.bind.html | HTML | mit | 2,719 |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Entidades</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000... | thewebmind/mind2.0 | help_pt/files/Entidades.html | HTML | mit | 5,214 |
<!DOCTYPE html>
<!-- saved from url=(0070)chrome-extension://ihlenndgcmojhcghmfjfneahoeklbjjh/cmdline_frame.html -->
<html><head><meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<script src="chrome-extension://ihlenndgcmojhcghmfjfneahoeklbjjh/cmdline_frame.js"></script>
<script... | svermeulen/Unity3dAsyncAwaitUtil | UnityProject/Assets/Plugins/AsyncAwaitUtil/Documentation/ReadMe_files/cmdline_frame.html | HTML | mit | 6,263 |
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="Javadoc API documentation for Fresco." />
<link rel="shortcut icon" type="image/x-icon" href="../../../../favicon.ico" />
<title>
Im... | facebook/fresco | docs/javadoc/reference/com/facebook/imagepipeline/image/ImmutableQualityInfo.html | HTML | mit | 37,006 |
<!DOCTYPE html>
<html class="no-js" lang="ru">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Наши работы</title>
<meta content="" name="description">
<meta content="" name="keywords">
<meta name="viewport" content="width=d... | leotankilevich/Ruberon | builds/build_ver-Thu_Feb_23_2017_13_26_26/portfolio.html | HTML | mit | 14,005 |
<div>This div will be not closed to enforce an error | appfeel/gulp-hint-web-reporter | test/cases/case2/content.html | HTML | mit | 52 |
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /FlexSlider/demo/js/libs/jquery-1.7.min.js was not found on this server.</p>
<hr>
<address>Apache/2.4.10 (Ubuntu) Server at github.layalk.net Port 80</address>
</body></html... | nevercodealone/nevercodealone | public/unity/js/flexslider/libs/jquery-1.7.min.html | HTML | mit | 322 |
<ion-view view-cache="false">
<ion-nav-bar class="bar-positive">
<ion-nav-back-button>
</ion-nav-back-button>
<ion-nav-buttons side='left'>
<button class="button button-icon button-clear" ng-if="!$root.voiceOver" menu-toggle="left">
<img ng-if="$root.user" src="https://steemitimage... | eSteemApp/esteem | src/posts/templates/follow.html | HTML | mit | 3,703 |
<div class="panel panel-primary">
<div class="panel-heading"><i class="fa fa-sign-in fa-lg fa-fw"></i> {{'SING_IN_PLAING' | translate}}</div>
<div class="panel-body">
<div id="login-form">
<form role="form" ng-controller="LoginCtrl">
<div class="form-group">
<input type="text" class="form-control" i... | maksimuc24/coffeegame | src/app/pages/login/login.html | HTML | mit | 985 |
<!--
~ The MIT License
~
~ Copyright (c) 2017, CloudBees, Inc.
~
~ Permission is hereby granted, free of charge, to any person obtaining a copy
~ of this software and associated documentation files (the "Software"), to deal
~ in the Software without restriction, including without limitation the rights
~... | rsandell/docker-workflow-plugin | src/main/resources/org/jenkinsci/plugins/docker/workflow/declarative/AbstractDockerAgent/help-args.html | HTML | mit | 1,241 |
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>MVC Test for dynamic label and calculating totals</title>
<style type="text/css">
@import "../css/app-format.css";
@import "../../../../dijit/themes/claro/claro.css";
.cell { width: 30%; display:inl... | synico/springframework | lobtool/src/main/webapp/resources/javascript/dojox/mvc/tests/WidgetList_tests/doh_new-mvc_label_and_totals.html | HTML | mit | 11,435 |
<HTML><HEAD><meta http-equiv="content-type" content="text/html; charset=utf-8"><meta http-equiv="imagetoolbar" content="no"><meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /><link href="Resources/axurerppage.css" type="text/css" rel="stylesheet">
<SCRIPT src="Resources/axurerp_beforepagescript.js"></SCRIPT>... | jinwyp/featherjsdemo | frontend/src/css/file/prd20100524/commentslist.html | HTML | mit | 10,996 |
<?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" lang="en">
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
<title>File: Guard... | alu0100543674/prct11 | doc/Guardfile.html | HTML | mit | 4,682 |
<!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 `IP_HDRINCL` constant in crate `libc`.">
<meta name="keywor... | ssgrn/Rust-Matrix-Computations | target/doc/libc/consts/os/bsd44/constant.IP_HDRINCL.html | HTML | mit | 4,508 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.