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> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="apple-mobile-web-app-capable" content="no"> <meta name="viewport" content="width=1000"> <meta name="keywords" content="attrs.ui...
attrs/ui-aliens
src/deprecated/examples/core/stylesystem/style.events.html
HTML
mit
1,721
<script src="/socket.io/socket.io.js"></script> <script src="bower_components/virtualjoystick.js/virtualjoystick.js"></script> <script src="../threex.cloudcontroller.js"></script> <script src="../threex.cloudcontrollerscreenupdater.js"></script> <script src="../threex.cloudcontrollervirtualjoystick.js"></script> <body ...
Zekom/threex.cloudgaming
examples/remotecontroller.html
HTML
mit
1,773
<a href="/learning-programming.html" class="lgi">Learning Programming</a> <a href="/serverless.html" class="lgi">Serverless Architectures</a> <a href="/aws-lambda.html" class="lgi">AWS Lambda</a> <a href="/monitoring.html" class="lgi">Monitoring</a> <a href="/deployment.html" class="lgi">Deployment</a> <a href="/rollba...
mattmakai/fullstackpython.com
theme/templates/blog/monitor-python-3-6-example-code-aws-lambda-rollbar.html
HTML
mit
594
<!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_112) on Sat May 13 03:02:10 PDT 2017 --> <title>ConsoleUI</title> <meta name="date" content="2017-05-13"> <link rel="stylesheet" type="text/css...
slemonide/sasuga
docs/ui/ConsoleUI.html
HTML
mit
8,809
<div class="comment-view mb-6"> {% if not comment_list %} <div class="no-comment"> <p class="text-muted small">{{ _("No comments yet. ") }} <span class="hidden login-required"> <a href="/login?redirect-to={{ pathname }}">{{ _("Login to start a new discussion") }}</a> </span> <span class="hidden s...
frappe/frappe
frappe/templates/includes/comments/comments.html
HTML
mit
6,128
<script type="text/javascript"> var _d = DialogManager.get('config_dialog'); _d.setWidth(350); _d.setPosition('center'); $("select[ectype='bgcolor_selector']").change(function(){ $("input[ectype='bgcolor']").val(this.value); }); $("select[name='img_recom_id']").change(function(){ switchRecommend(thi...
lotosbin/ecmall-docker-compose
upload/external/widgets/goods_module_1/config.html
HTML
mit
4,008
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> <!-- NewPage --> <html lang="sv"> <head> <!-- Generated by javadoc on Fri Mar 18 12:42:22 CET 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>IV1201 1.0-SNAPSHOT API</title> <script ...
Limmen/IV1201
target/site/apidocs/index.html
HTML
mit
2,909
<html lang="en"> <head> <title>Native - Debugging with GDB</title> <meta http-equiv="Content-Type" content="text/html"> <meta name="description" content="Debugging with GDB"> <meta name="generator" content="makeinfo 4.11"> <link title="Top" rel="start" href="index.html#Top"> <link rel="up" href="Configurations.html#Con...
trfiladelfo/tdk
gcc-arm-none-eabi/share/doc/gcc-arm-none-eabi/html/gdb/Native.html
HTML
mit
3,000
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"/><!-- using block title in layout.dt--><!-- using block ddox.defs in ddox.layout.dt--><!-- using block ddox.title in ddox.layout.dt--> <title>Method AssetAnimation.convertVectorArray</title> <link rel="stylesheet" type="text/css" href="../../styles/ddox.css"/>...
Circular-Studios/Dash-Docs
api/v0.7.1/components/animation/AssetAnimation.convertVectorArray.html
HTML
mit
8,388
<div layout="vertical"> <md-sidenav class="md-sidenav-left md-whiteframe-z2" md-component-id="left" md-is-locked-open="$mdMedia('gt-sm')"> <md-toolbar> <h1>Characters</h1> </md-toolbar> <char-list></char-list> </md-sidenav> </div>
iwatts/iwatts.github.io
fb/sidenav/sidenav.template.html
HTML
mit
306
<footer class="site-footer"> <div class="container"> <small class="pull-right">Made with <a href="http://jekyllrb.com/" target="_blank">Jekyll</a></small> </div> </footer>
bkzhang/bkzhang.github.io
_includes/footer.html
HTML
mit
180
<!DOCTYPE html> <html> {% include head.html %} <body> {%include banner.html%} {%include middle.html%} <!-- <script src="{{ site.baseurl }}/js/index.js"></script> --> </body> <footer></footer> </html>
huangyuanyazi/huangyuanyazi.github.io
_layouts/show.html
HTML
mit
215
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Function template make_managed_shared_ptr</title> <link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="../../in...
rkq/cxxexp
third-party/src/boost_1_56_0/doc/html/boost/interprocess/make_managed_s_idp50540304.html
HTML
mit
5,203
<!doctype html> <html> <head> <title>Network | Hierarchical layout</title> <style type="text/css"> body { font: 10pt sans; } #mynetwork { width: 600px; height: 600px; border: 1px solid lightgray; } </style> ...
jucapoco/baseSiteGanttChart
node_modules/vis/examples/network/layout/hierarchicalLayoutBigUserDefined.html
HTML
mit
1,119
var jsbin = { 'root': '{{root}}', 'shareRoot': '{{shareRoot}}', 'runner': '{{runner}}', 'static': '{{static}}', 'version': '{{version}}', user: {{{user}}}, }; (function () { if (jsbin.user && jsbin.user.name) { $('.loggedout').hide(); var menu = $('.loggedin').show(); var html = $('#profile-t...
mingzeke/jsbin
views/user.html
HTML
mit
757
<div class="container-fluid landing"> <div id="almari"> <center> <h1 id="alm">Almari</h1> <h2 id="sub">Elegant clothing. Delivered.</h2> </center> </div> <div class="sec1"> <div class="row" id="toprow"> <div class="col-md-6" id="borrow"> <center> ...
rishabhaggarwal2/Almari
app/landing/landing.html
HTML
mit
1,175
<!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.13"/> <link rel="stylesheet" type="text/css" href="search...
teneusz/aplikacja_mobilna_komunikator
docs/zalacznik 3 - Dokumentacja Klas/html/search/files_8.html
HTML
mit
1,023
<!doctype html> <html> <head> <title>Radian to degree</title> <script src="/require.js"></script> <!-- ATTENTION: Remove in non-test code --> <script src="/requireconfig.js"></script> </head> <body> </body> </html>
jeffreyjw/experimentA
testorial/tests/B medium/1 angle converter/1 radian to degree/index.html
HTML
mit
246
<!DOCTYPE html> <html lang="en"> <head> <title>ABNFImportError 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></scri...
palle-k/Covfefe
docs/docsets/Covfefe.docset/Contents/Resources/Documents/Enums/ABNFImportError.html
HTML
mit
17,791
<h1>Home</h1> <p>You're logged in!!</p> <p><a href="#/login">Logout</a></a></p>
santutoshi/angularjs.test
modules/home/views/home.html
HTML
mit
79
<html> <META HTTP-EQUIV=Content-Type Content="text/html; charset=utf8"> <!-- Mirrored from lis.ly.gov.tw/lghtml/lawstat/version2/02409/0240996011200.htm by HTTrack Website Copier/3.x [XR&CO'2010], Sun, 24 Mar 2013 09:19:03 GMT --> <head><title>法編號:02409 版本:096011200</title> <link rel="stylesheet" type="text/css" href=...
g0v/laweasyread-data
rawdata/utf8_lawstat/version2/02409/0240996011200.html
HTML
mit
57,777
<?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>deprecation.rb</title> <meta http-equiv="Content-Type" content="t...
SeanYamaguchi/circle
doc/api/files/__/__/_rbenv/versions/2_1_0/lib/ruby/gems/2_1_0/gems/activesupport-4_1_6/lib/active_support/core_ext/module/deprecation_rb.html
HTML
mit
2,389
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Frames &mdash; Leap Motion C++ SDK v3.1 documentation</title> <link rel="stylesheet" href="../../cpp/_static/bootstrap-3.0.0/css/...
MTASZTAKI/ApertusVR
plugins/track/hand/leapMotion/3rdParty/leapMotion/docs/cpp/devguide/Leap_Frames.html
HTML
mit
33,410
{% raw %}{% extends "wagtailadmin/home.html" %} {% load wagtailcore_tags wagtailsettings_tags %} {% get_settings %} {% block branding_welcome %} Welcome {% if settings.pages.SiteBranding.site_name %}to {{ settings.pages.SiteBranding.site_name }}{% endif %} {% endblock %}{% endraw %}
ilendl2/wagtail-cookiecutter-foundation
{{cookiecutter.project_slug}}/pages/templates/wagtailadmin/home.html
HTML
mit
288
<!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_66-internal) on Tue Dec 08 09:28:01 GMT 2015 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.a...
manonsys/MVC
libs/Jena/javadoc-arq/org/apache/jena/sparql/expr/aggregate/class-use/AggAvgDistinct.html
HTML
mit
4,828
<html> <META HTTP-EQUIV=Content-Type Content="text/html; charset=utf8"> <!-- Mirrored from lis.ly.gov.tw/lghtml/lawstat/version2/01583/0158388122800.htm by HTTrack Website Copier/3.x [XR&CO'2010], Sun, 24 Mar 2013 09:13:25 GMT --> <head><title>法編號:01583 版本:088122800</title> <link rel="stylesheet" type="text/css" href=...
g0v/laweasyread-data
rawdata/utf8_lawstat/version2/01583/0158388122800.html
HTML
mit
45,532
<?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...
stephaneAG/PengPod700
QtEsrc/qt-everywhere-opensource-src-4.8.5/doc/html/designer-taskmenuextension-tictactoeplugin-h.html
HTML
mit
13,994
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <base href="../../../" /> <script src="list.js"></script> <script src="page.js"></script> <link type="text/css" rel="stylesheet" href="page.css" /> </head> <body> <h1>[name]</h1> <p class="desc">Class representing a 3D [link:https://en.w...
cadenasgmbh/three.js
docs/api/en/math/Vector3.html
HTML
mit
16,776
<!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 Fri Nov 26 15:38:56 EST 2010 --> <TITLE> Xerces Native Interface: Package org.apache.xerces.xni </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF...
jsalla/jatintest
lib/xerces-2_11_0/docs/javadocs/xni/org/apache/xerces/xni/package-frame.html
HTML
mit
2,115
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_33) on Tue Aug 20 12:20:59 EDT 2013 --> <TITLE> mars.util Class Hierarchy </TITLE> <META NAME="date" CONTENT="2013-08-20"> <LINK REL ="stylesheet" ...
gon1332/mars
src/main/resources/docs/mars/util/package-tree.html
HTML
mit
6,316
<!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>type_mat3x2.hpp So...
phaser/KRAL_libs
glm/0.9.3.3/docs/html/a00101_source.html
HTML
mit
25,628
<!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 `strpbrk` fn in crate `libc`."> <meta name="keywords" conte...
CasualX/CasualX.github.io
docs/pupil-rs/0.1.3/libc/fn.strpbrk.html
HTML
mit
4,678
<div> <a href="#/templates">Go Back</a> <br><br> <div class="col-md-4"> <img class="img-full" src="img/{{mainImage}}"> <div class="row"> <div ng-repeat="image in template.images | limitTo:4"> <div class="col-md-3"> <img class="img-full" ng-src="img/{{image.name}}" ng-click="setImage(image)"> ...
marb61a/angularwebstoreapp
app/templates/template-details.html
HTML
mit
1,811
<html dir="rtl"> <head> <title>Testing textpath</title> <style type="text/css"> @import "../../../../../dojo/resources/dojo.css"; @import "../../../../../dijit/tests/css/dijitTests.css"; </style> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <script type="text/javascript" src="....
synico/springframework
lobtool/src/main/webapp/resources/javascript/dojox/gfx/tests/_gfxBidiSupport/canvas/test_SurfaceGroupCanvas.html
HTML
mit
8,471
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_55) on Fri Jun 20 06:34:49 EDT 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="utf-8"> <title>Uses of Class...
knittledan/Location_Search_Prediction
thirdParty/solrSrc/docs/solr-dataimporthandler/org/apache/solr/handler/dataimport/class-use/BinContentStreamDataSource.html
HTML
mit
5,195
{{ define "main" }} {{ partial "breadcrumbs" . }} <section class="resume-section p-3 p-lg-5 d-flex d-column content"> <div class="my-auto"> <h2 class="mb-0"><span class="text-primary">{{ .Title }}</span></h2> <p><a href="{{ .Params.link }}">Link to full {{ .Params.pubtype }}</a></p> {{ with .Params.image ...
localstatic/morganterry.com
themes/hugo-resume-customized/layouts/publications/single.html
HTML
mit
516
{{diagnostic}} <div class="aw-ui-callout aw-ui-callout-info"> <span>Please see below all the price set for various Asha Payment Activities.</span> </div> <form class="form-horizontal" #rulesForm="ngForm" (ngSubmit)="onSubmit(ruleForm.value)" method="POST"> <div> <h2>Maternal Health</h2> ...
mnjkumar426/asha_front
.history/src/app/admin-configuration/manage-activity-payment/manage-activity-payment.component_20170211121927.html
HTML
mit
40,023
<!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 Wed Sep 21 04:14:05 CEST 2016 --> <title>com.snakybo.torch.graphics.shader (Torch Engine 1.0 API)</title> <meta name="date" content="20...
Snakybo/SEngine2
docs/com/snakybo/torch/graphics/shader/package-summary.html
HTML
mit
5,293
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><title>Plugin</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/Plugin1.html
HTML
mit
3,029
{% extends "layout.html" %} {% block page_title %} Personal details {% endblock %} {% block content %} <main id="content" role="main"> {% include "../includes/phase_banner_alpha.html" %} <form action="contact-details" method="#" class="form"> <div class="grid-row"> <div class="column-two-thirds"> <hea...
ballzy/apply-for-esa
app/views/alpha04/personal-details.html
HTML
mit
4,089
<h3 class="title">How to Use</h3> <h5 class="htu-content"> <ul class="list-blank text-center"> <li class="list-item-header first"><h3>1</h3></li> <li>Add the AngularJS <a href="https://code.angularjs.org/1.2.16/angular-animate.min.js" target="_blank">ngAnimate</a> script to your project</li> <li class="lis...
gidj02/ngAnimate.css
app/views/use.html
HTML
mit
1,413
<!DOCTYPE HTML> <html lang="en-US" > <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=11; IE=10; IE=9; IE=8; IE=7; IE=EDGE" /> <title>名词解释 | EMP用户手册</title> <meta content="text/html; charset=utf-8" http-equiv="Content-Type"> <meta nam...
RYTong/emp-doc
doc/get_started/overview/TermIntroduction.html
HTML
mit
66,476
<!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>Future</title> <link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="Doc...
davehorton/drachtio-server
deps/boost_1_77_0/doc/html/thread/future.html
HTML
mit
4,413
<!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>Introduction to OpenFL | HaxeFlixel 2D Game Framework</title> <meta name="description" content="HaxeFlixel ...
whilesoftware/haxeflixel.com
out/documentation/introduction-to-openfl/index.html
HTML
mit
9,445
<gd-annotation-app></gd-annotation-app>
groupdocs-annotation/GroupDocs.Annotation-for-.NET
Demos/WebForms/src/client/apps/annotation/src/app/app.component.html
HTML
mit
40
<!-- begin:navbar --> <div class="maintainEvent"> <nav id="top" class="navbar navbar-default navbar-fixed-top" role="navigation"> <div class="container"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <button type="button" class="navbar-toggle...
DemidovVladimir/eventi
public/parts/maintainEvents.html
HTML
mit
6,509
<!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"><!--<!...
lisajennykrieg/lisajennykrieg.github.io
_layouts/post_heb.html
HTML
mit
2,738
<!-- @license Copyright (c) 2016 The Jviz Project Authors. All rights reserved. The Jviz Project is under the MIT License. See https://github.com/jviz/jviz/blob/dev/LICENSE --> <!-- Import components --> <link rel="import" href="../../../polymer/polymer.html"> <link rel="import" href="../../../jviz-styles/jviz-styles....
biowt/jviz
elements/jviz-table/jviz-table.html
HTML
mit
24,955
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width" /> <link rel="shortcut icon" type="image/x-icon" href="../../../favicon.ico" /> <title>Cel...
AzureZhao/android-developer-cn
reference/android/telephony/CellIdentityWcdma.html
HTML
mit
77,001
<!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_66-internal) on Tue Dec 08 09:28:01 GMT 2015 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.a...
manonsys/MVC
libs/Jena/javadoc-arq/org/apache/jena/sparql/expr/class-use/E_Lang.html
HTML
mit
4,582
{% extends 'layout.html' %} {% block heading %}Coming soon{% endblock %} {% block body %} {{ message }} {% endblock %} {% block footer_nav %} <li> <a href="{{ root }}">Back home</a> </li> {% endblock %}
tobykurien/HomeServer
views/coming_soon.html
HTML
mit
214
<html dir="LTR"> <head> <meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" /> <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" /> <title>DebugAppender Constructor ()</title> <xml> </xml> <link rel="stylesheet" type="text/css" href="MSD...
YOTOV-LIMITED/pokerleaguemanager
lib/Log4net 1.2.13/doc/release/sdk/log4net.Appender.DebugAppenderConstructor1.html
HTML
mit
1,798
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>LCOV - result.info - c++/7.1.0/bits/stl_pair.h - functions</title> <link rel="stylesheet" type="text/css" href="../../../gcov.css"> </head> <body> ...
FirstSanny/appfs
RayChew/Ex7/result/c++/7.1.0/bits/stl_pair.h.func-sort-c.html
HTML
mit
3,109
<!DOCTYPE html> <html> <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> Singapore Gurkhas 070216 Gcspf Gurkha Contingent Archives Kkg 23</title> <!-- URL Structures --> <link rel="canonical" hr...
sgpm-generator/sgpm-generator
singapore-gurkha-photography-museum/singapore-gurkhas-070216-gcspf-gurkha-contingent-archives-kkg-23.html
HTML
mit
8,711
<!DOCTYPE html> <!--[if IE 7]> <html class="ie ie7" lang="en"> <![endif]--> <!--[if IE 8]> <html class="ie ie8" lang="en"> <![endif]--> <!--[if !(IE 7) | !(IE 8) ]><!--> <html> <head lang="en"> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scal...
SamHwang1990/app-welcome
src/html/index.html
HTML
mit
22,341
<!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>GLM_GTX_string_cast: String cast</title> <link href="tabs.css" rel="sty...
klantz81/ocean-simulation
glm-0.9.2.6/doc/html/a00293.html
HTML
mit
3,074
<!DOCTYPE html> <html> <head> <title>ECOSOC</title> <base href="../../"> <!--Import Google Icon Font--> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet'> <link rel='shortcut ic...
bangalorejmun/bangalorejmun.github.io
Committees/ECOSOC/index.html
HTML
mit
18,936
<html> <head> <title>Member List - OGRE Documentation</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link type="text/css" rel="stylesheet" href="doxygen.css"> <link type="text/css" rel="stylesheet" href="tabs.css"> </head> <body> <!-- Generated by Doxygen 1.7.6.1 --> <div id="navr...
jjenki11/blaze-chem-rendering
ogre/ogre_src_v1-8-1/Docs/api/html/classOgre_1_1GLESDefaultHardwareBufferManager-members.html
HTML
mit
23,841
<!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>Struct template reverse_fold_tree</title> <link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css"> <meta...
davehorton/drachtio-server
deps/boost_1_77_0/doc/html/boost/proto/reverse_fold_tree.html
HTML
mit
11,042
{% if isTopPage() %} {% set unportalizedPath = '/top-' + Date.now() %} {% else %} {% set unportalizedPath = page.path|replace('(\/)$', '') %} {% endif %} <div class="modal" id="unportalize"> <div class="modal-dialog"> <div class="modal-content"> <form role="form" id="unportalize-form" onsubmit="r...
crow-misia/crowi
lib/views/modal/unportalize.html
HTML
mit
2,026
<!DOCTYPE html> <html ng-app="recoveryApp" lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <script type="text/javascript" src="bower_components/angular/angular.js"></script> <script type="text/javascript" src="bower_components/sjcl/sjcl.js"><...
bechi/copay-recovery
index.html
HTML
mit
12,586
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Permalinks</title> <link rel="stylesheet" href="../assets/css/ghost.min.css"> <!-- Styles not needed for this. Just to get around various bits that Ember handles for us. --> <style> @media (max-width: 900px) { ...
JohnONolan/Ghost-Admin
app/html/permalinks.html
HTML
mit
12,426
<!DOCTYPE html> <html> <head> <title>onChange / onSelectionChange</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=edge"/> <link rel="stylesheet" type="text/css" href="../../../codebase/fonts/font_roboto/roboto.css"/> <link rel="stylesheet"...
dongnan-cn/electron-pm
release-builds/AKKA Project Management Tool-win32-ia32/resources/app.asar.unpacked/lib/dhtmlxGrid/samples/dhtmlxCombo/07_events/03_onchange_onselectionchange.html
HTML
cc0-1.0
1,490
<!DOCTYPE html> <html itemscope lang="en-us"> <head><meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta charset="utf-8"> <meta name="HandheldFriendly" content="True"> <meta name="MobileOptimized" content="320"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><meta name="g...
gomex/devopsdays-web
static/events/2017-vancouver/registration/index.html
HTML
apache-2.0
15,807
<!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_60) on Mon Mar 28 17:12:17 AEST 2016 --> <title>Uses of Class org.apache.river.constants.TxnConstants (River-Internet vtrunk API Documentation ...
pfirmstone/river-internet
JGDMS/src/site/resources/old-static-site/doc/internals/org/apache/river/constants/class-use/TxnConstants.html
HTML
apache-2.0
4,793
<!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_60) on Mon Mar 28 17:12:30 AEST 2016 --> <title>Uses of Class org.apache.river.start.SharedActivatableServiceDescriptor (River-Internet vtrunk ...
pfirmstone/JGDMS
JGDMS/src/site/resources/old-static-site/doc/internals/org/apache/river/start/class-use/SharedActivatableServiceDescriptor.html
HTML
apache-2.0
9,436
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_102) on Thu Sep 29 16:37:39 CEST 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class energy...
USEF-Foundation/ri.usef.energy
usef-javadoc/energy/usef/agr/model/class-use/SynchronisationConnection.html
HTML
apache-2.0
15,970
<!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>Search &mdash; Paramiko documentation</title> ...
mytliulei/DCNRobotInstallPackages
windows/win32/paramiko-1.14.0/docs/search.html
HTML
apache-2.0
6,532
<?xml version="1.0" encoding="UTF-8"?> <html xmlns:extrep="http://www.sun.com/japex/extendedTestSuiteReport" xmlns:rep="http://www.sun.com/japex/testSuiteReport" xmlns="http://www.w3.org/1999/xhtml"> <link href="report.css" type="text/css" rel="stylesheet"/> <body> <table border="0" cellpadding="2"> <tr> <td valign="mi...
aadamowski/fi.java.net
www/performance-reports/General/serialize/report.html
HTML
apache-2.0
18,005
<!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 (9-Debian) on Thu Sep 28 23:13:23 GMT 2017 --> <title>Uses of Interface dollar.internal.runtime.script.api.HasKeyword (dollar-script 0.4.5195 API)</ti...
neilellis/dollar
docs/dev/dollar-script/apidocs/dollar/internal/runtime/script/api/class-use/HasKeyword.html
HTML
apache-2.0
8,370
<!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 Fri Nov 23 14:03:50 GMT 2012 --> <TITLE> Uses of Class org.apache.nutch.crawl.CrawlDbMerger (apache-nutch 1.6 API) </TITLE> <META NAME="date"...
yahoo/anthelion
docs/api/org/apache/nutch/crawl/class-use/CrawlDbMerger.html
HTML
apache-2.0
5,982
<!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_121) on Sun Jul 02 12:07:17 PDT 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.apache.gu...
mike-jumper/incubator-guacamole-website
doc/0.9.13-incubating/guacamole-ext/org/apache/guacamole/net/event/class-use/AuthenticationSuccessEvent.html
HTML
apache-2.0
8,097
<include file="Index/header" /> <style type="text/css"> </style> <!-- 右边内容 START --> <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 " style="padding:20px"> <if condition="$userinfo['wechat_card_num'] - $thisUser['wechat_card_num'] gt 0 " > <a class="btn btn-primary" onclick="location.href='{gr-:U(...
h136799711/2015weitonghui
Application/User/View/gooraye/Index/index.html
HTML
apache-2.0
2,796
<!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_10) on Mon Feb 26 03:04:16 CET 2007 --> <TITLE> S-Index (REPSI Tool) </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITL...
walter-weinmann/repsi-tool
REPSI_Tool_02.00_Development/doc/api/index-files/index-12.html
HTML
apache-2.0
20,599
<!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_09-icedtea) on Sat Mar 30 09:57:52 CET 2013 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>org.togglz....
togglz/togglz-site
apidocs/1.1.1.Final/org/togglz/core/proxy/package-frame.html
HTML
apache-2.0
898
<data name="commentPage" th:currentPage="${param.currentPage}" th:moduleType="${param.moduleType}" th:moduleId="${param.moduleId}" th:mode="${param.mode}" th:asc="${param.asc}"/> <fragment name="评论" />
mhlx/mblog
src/main/java/me/qyh/blog/plugin/comment/template/commentWidget.html
HTML
apache-2.0
206
<div id="failover_confirmation_dialog" style="width:711px"> <h1 class="dialog_corner_radius">Confirm Node Fail Over for {{serversFailOverDialogCtl.node.hostname}}</h1> <div> <div mn-spinner="serversFailOverDialogCtl.viewLoading"> <div class="pas_20"> <div class="failover_warning pat_20"> ...
ceejatec/ns_server
priv/public/ui/app-classic/mn_admin/mn_servers/failover_dialog/mn_servers_failover_dialog.html
HTML
apache-2.0
5,732
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd"> <HTML> <HEAD> <meta name="generator" content="JDiff v1.0.9"> <!-- Generated by the JDiff Javadoc doclet --> <!-- (http://www.jdiff.org) --> <meta name="description" content="JDiff is a Javadoc doclet which generates...
simplegeo/hadoop
docs/jdiff-cloudera/changes/constructors_index_additions.html
HTML
apache-2.0
9,849
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="pt"> <head> <!-- Generated by javadoc (version 1.7.0_71) on Tue Jun 16 10:36:54 BRT 2015 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Class openn...
ericmguimaraes/COMP0378
references/opennlp-docs/apidocs/opennlp-tools/opennlp/tools/ml/model/class-use/SequenceStreamEventStream.html
HTML
apache-2.0
4,540
<?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html> <head> <title>groupby - org.saddle.groupby</title> <meta name="description" content="groupby - org.saddle.groupby" /> <meta name="keywords...
saddle/saddle
saddle-core/target/scala-2.10/api/org/saddle/groupby/package.html
HTML
apache-2.0
7,315
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="pt"> <head> <!-- Generated by javadoc (version 1.7.0_71) on Tue Jun 16 10:37:20 BRT 2015 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>opennlp.tools.docca...
ericmguimaraes/COMP0378
references/opennlp-docs/apidocs/opennlp-tools/opennlp/tools/doccat/package-frame.html
HTML
apache-2.0
2,512
<html> <head> <link rel="stylesheet" type="text/css" href="{{{host}}}/stylesheets/bootstrap.min.css"> <script src="{{{host}}}/javascripts/jquery-1.8.3.js"></script> <script src="{{{host}}}/javascripts/oauth2client.js"></script> <script src="{{{host}}}/{{{TILE_NAME}}}/javascripts/action.js"></script> ...
jivesoftware/jive-sdk
jive-sdk-service/generator/examples/example-basecamp/tiles/BaseCamp-ProjectInfo/public/action.html
HTML
apache-2.0
1,748
<div class="container userContainer"> <div class="row"> <input type="text" ng-model="model.data.search" placeholder="Search user..." ng-change="model.search()" autofocus> </div> <div class="row userContainer-row" ng-click="model.userSelect(user)" ng-show="model.users.length" ng-repeat="user in model.users...
liviuignat/PlayScalaAngularOAuth
app/assets/client/src/app/search/searchuser.tpl.html
HTML
apache-2.0
486
{% macro warnings_and_loader() -%} <div ng-cloak> <div class="oppia-toast-container toast-top-center"> <div ng-repeat="warning in (alertsService.warnings | limitTo:5) track by $index" class="toast toast-warning oppia-toast"> <button type="button" class="toast-close-button" ng-click="alertsService.de...
mit0110/oppia
core/templates/dev/head/base.html
HTML
apache-2.0
20,182
<!DOCTYPE html><html lang="en"><head><title>src/Parser</title></head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0"><meta name="groc-relative-root" content="../"><meta name="groc-document-path...
sjorek/goatee-rules
doc/src/Parser.coffee.html
HTML
apache-2.0
5,944
<!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_22) on Wed Sep 14 22:21:32 CEST 2011 --> <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <TITLE> net.sourceforge.pmd.typeres...
iconnor/pmd
docs/apidocs/net/sourceforge/pmd/typeresolution/rules/imports/package-tree.html
HTML
apache-2.0
7,723
<!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 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>com.cloudera.oryx.api.serving (Oryx 2.8.0 API)</title> <link rel="style...
OryxProject/oryx
docs/apidocs/com/cloudera/oryx/api/serving/package-frame.html
HTML
apache-2.0
1,774
<!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_51) on Fri Jul 19 02:59:04 EDT 2013 --> <META http-equiv="Content-Type" content="text/html; charset=utf-8"> <TITLE> Uses of Class org.apache.solr.cli...
tenaciousjzh/titan-solr-cloud-test
solr-4.4.0/docs/solr-solrj/org/apache/solr/client/solrj/response/class-use/RangeFacet.Count.html
HTML
apache-2.0
8,940
<link rel="import" href="../../../../../bower_components/paper-spinner/paper-spinner.html"> <dom-module id="nav-level-element"> <style> :host{ display: block; height: 100%; } .circle { width: 25px; height: 25px; -moz-border-radius: 15px; -webkit-border-radius: 15px; border-radius: 15px; }...
coduno/app
app/elements/coder/challenge/page/ccc/nav-level-element.html
HTML
apache-2.0
1,338
<!DOCTYPE html> <html lang="en-us"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"/> <title>Generates</title> <link href="//fonts.googleapis.com/icon?family=Material+Icons" rel="...
aleksandr-vin/go-swagger
docs/public/generate/index.html
HTML
apache-2.0
9,658
{% extends "partials/layout.html" %} {% block body %} <div class="ui container"> <div class="ui padded segment raised"> <h1>About Me</h1> <p>I am a software developer with an interest in artificial intelligence and machine learning.</p> <p>I try to write some interesting things...
timlyo/personalWebsite
templates/index.html
HTML
apache-2.0
416
<html> <head> </head> <body> <div class="vevent"> <h5 class="summary">Annual Employee Review</h5> <div>posted on <abbr class="dtstamp" title="19970901T1300Z">September 1, 1997</abbr></div> <div>UID: <span class="uid">19970901T130000Z-123401@host.com</span></div> <div>Dates: <abbr class="dtstart" title="19970903...
venukb/any23
any23-core/src/test/resources/microformats/hcalendar/example1.html
HTML
apache-2.0
656
<!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" content ="text/html; charset=utf-8" /> <title> 微通汇系统</title> <meta http-equiv="MSThemeCompatible" content = "Yes" /...
h136799711/2015weitonghui
Application/User/View/gooraye/Map/setLatLng.html
HTML
apache-2.0
6,702
<pm-header></pm-header> <div class="container"> <legalMenu></legalMenu> <div class="body"> <h1>Extension to the slamby api commercial license for royalty free distribution (oem)</h1> <h2>1. Definitions</h2> <p>When used in this Agreement, the following terms shall have the respective me...
slamby/slamby-website
src/app/legal/commercial-license-oem.component.html
HTML
apache-2.0
5,319
<!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>TestReversibleScanners xref</title> <link type...
gsoundar/mambo-ec2-deploy
packages/hbase-0.98.7-hadoop2/docs/xref-test/org/apache/hadoop/hbase/regionserver/TestReversibleScanners.html
HTML
apache-2.0
84,867
<!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_09) on Wed Aug 01 14:02:17 EEST 2007 --> <TITLE> datechooser.beans.editor.border.types (DateChooser javadoc) </TITLE> <META NAME="keywords"...
AndresJMM/Proyecto
Proyecto/librerias/jdatechooser_bin_doc_1_1_1/javadoc/datechooser/beans/editor/border/types/package-frame.html
HTML
apache-2.0
2,595
<!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_45) on Thu Nov 13 21:22:01 UTC 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class org.apache.hadoop.y...
SAT-Hadoop/hadoop-2.6.0
share/doc/hadoop/api/org/apache/hadoop/yarn/applications/distributedshell/class-use/ApplicationMaster.html
HTML
apache-2.0
6,562
<include file='public:header'/> <div class="mainBt"> <ul> <li class="li1">系统</li> <li class="li2">数据库</li> <li class="li2 li3">数据库还原</li> </ul> </div> <div class="main-jsgl"> <p class="attention"><span>注意:</span>谨慎操作!</p> <div class="jsglNr"> <div class="selectNr"> ...
ksyydream/api_llx
Baocms/Tpl/database/import.html
HTML
apache-2.0
3,289
<!doctype html><html lang=en><head><title>Redirecting&hellip;</title><link rel=canonical href=/v1.2/docs/tasks/traffic-management/egress/egress-control/><meta name=robots content=noindex><meta charset=utf-8><meta http-equiv=refresh content="0; url=/v1.2/docs/tasks/traffic-management/egress/egress-control/"></head><body...
istio/istio.io
archive/v1.2/docs/tasks/egress/index.html
HTML
apache-2.0
471
<!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_191) on Fri Dec 21 13:21:36 PST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Constant Field Values (guac...
mike-jumper/incubator-guacamole-website
doc/1.0.0/guacamole-ext/constant-values.html
HTML
apache-2.0
12,352