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 lang="en">
<head>
<meta charset="utf-8">
<title>jQuery UI Draggable - Constrain movement</title>
<link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
<script src="../../jquery-1.9.1.js"></script>
<script src="../../ui/jquery.ui.core.js"></script>
<script src="../../ui/jquery.ui.widget.js"></script>
<script src="../../ui/jquery.ui.mouse.js"></script>
<script src="../../ui/jquery.ui.draggable.js"></script>
<link rel="stylesheet" href="../demos.css">
<style>
.draggable { width: 90px; height: 90px; padding: 0.5em; float: left; margin: 0 10px 10px 0; }
#draggable, #draggable2 { margin-bottom:20px; }
#draggable { cursor: n-resize; }
#draggable2 { cursor: e-resize; }
#containment-wrapper { width: 95%; height:150px; border:2px solid #ccc; padding: 10px; }
h3 { clear: left; }
</style>
<script>
$(function() {
$( "#draggable" ).draggable({ axis: "y" });
$( "#draggable2" ).draggable({ axis: "x" });
$( "#draggable3" ).draggable({ containment: "#containment-wrapper", scroll: false });
$( "#draggable5" ).draggable({ containment: "parent" });
});
</script>
</head>
<body>
<h3>Constrain movement along an axis:</h3>
<div id="draggable" class="draggable ui-widget-content">
<p>I can be dragged only vertically</p>
</div>
<div id="draggable2" class="draggable ui-widget-content">
<p>I can be dragged only horizontally</p>
</div>
<h3>Or to within another DOM element:</h3>
<div id="containment-wrapper">
<div id="draggable3" class="draggable ui-widget-content">
<p>I'm contained within the box</p>
</div>
<div class="draggable ui-widget-content">
<p id="draggable5" class="ui-widget-header">I'm contained within my parent</p>
</div>
</div>
<div class="demo-description">
<p>Constrain the movement of each draggable by defining the boundaries of the draggable area. Set the <code>axis</code> option to limit the draggable's path to the x- or y-axis, or use the <code>containment</code> option to specify a parent DOM element or a jQuery selector, like 'document.'</p>
</div>
</body>
</html>
| yuyang545262477/Resume | 项目三jQueryMobile/bower_components/jquery-ui-tabs/demos/draggable/constrain-movement.html | HTML | mit | 2,068 |
<!DOCTYPE html>
<meta charset=utf-8>
<title>invalid cite: query-trailing-space</title>
<del cite="http://f:21/b?d #"></del>
| youtube/cobalt | third_party/web_platform_tests/conformance-checkers/html/elements/del/cite/query-trailing-space-novalid.html | HTML | bsd-3-clause | 124 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>graphs: Not compatible</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.8.2 / graphs - 8.6.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
graphs
<small>
8.6.0
<span class="label label-info">Not compatible</span>
</small>
</h1>
<p><em><script>document.write(moment("2020-03-05 01:02:10 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-03-05 01:02:10 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
camlp5 7.11 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-m4 1 Virtual package relying on m4
coq 8.8.2 Formal proof management system.
num 1.3 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.09.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.09.0 Official release 4.09.0
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.8.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/graphs"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Graphs"]
depends: [
"ocaml"
"coq" {>= "8.6" & < "8.7~"}
"coq-int-map" {>= "8.6" & < "8.7~"}
]
tags: [ "keyword: graphs" "keyword: graph theory" "keyword: cycle detection" "keyword: paths" "keyword: constraints" "keyword: inequalities" "keyword: reflection" "category: Computer Science/Decision Procedures and Certified Algorithms/Decision procedures" "category: Miscellaneous/Extracted Programs/Combinatorics" ]
authors: [ "Jean Goubault" ]
bug-reports: "https://github.com/coq-contribs/graphs/issues"
dev-repo: "git+https://github.com/coq-contribs/graphs.git"
synopsis: "Satisfiability of inequality constraints and detection of cycles with negative weight in graphs"
description:
"*******************************************************************"
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/graphs/archive/v8.6.0.tar.gz"
checksum: "md5=5cdad4a31bf2de94e2583fe4474f521a"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-graphs.8.6.0 coq.8.8.2</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.8.2).
The following dependencies couldn't be met:
- coq-graphs -> coq < 8.7~ -> ocaml < 4.06.0
base of this switch (use `--unlock-base' to force)
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-graphs.8.6.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
<small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small>
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.09.0-2.0.5/released/8.8.2/graphs/8.6.0.html | HTML | mit | 7,129 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<script type="text/javascript">
var setCookie = function (name, value) {
var expdate = new Date();
expdate.setMonth(expdate.getMonth() + 1);
document.cookie = name + "=" + escape(value) + "; expires=" + expdate.toGMTString() + ";";
}
var getCookie = function (name) {
var offset = document.cookie.indexOf(name);
if (offset != -1) {
offset += name.length + 1;
end = document.cookie.indexOf(";", offset);
if (end == -1) {
end = document.cookie.length;
}
return unsecape(document.cookie.substring(offset, end);
} else {
return "";
}
}
setCookie('user', 'crazyit.org');
alert(getCookie('user'));
</script>
</body>
</html> | llinmeng/learn-fe | src/ex/crazy-fe-book/2016/14/14.10/cookie.html | HTML | mit | 984 |
<html>
<head><title>Welcome to Django World</title></head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<body>
<!-- <p>example codes </p> -->
<ul>
{% for item in personal %}
<li>{{ item.my_id }} : 姓名 = {{ item.my_name}}, 年龄 = {{ item.my_age }}, 性别 = {{ item.my_sex }}, 个人签名 = {{ item.my_sign}}</li>
{% endfor %}
</ul>
</body>
</html>
| wangdiwen/website_django | templates/frontend/my_table.html | HTML | mit | 386 |
<html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.8/angular.min.js"></script>
<script src="../dist/ag-grid.js?ignore=notused18"></script>
<!-- you don't need ignore=notused in your code, this is just here to trick the cache -->
<script src="exampleAngularCompiling.js"></script>
</head>
<body ng-app="example" ng-controller="exampleCtrl">
<div ag-grid="gridOptions" style="height: 100%;" class="ag-fresh"></div>
</body>
</html>
| JohnGeorgiadis/x-formation-test-sample | node_modules/ag-grid/docs/best-angularjs-data-grid/exampleAngularCompiling.html | HTML | mit | 488 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
<div id="clock"></div>
</body>
<script type="text/javascript">
window.onload=function(){
setInterval(function(){
var xhr = new XMLHttpRequest();
xhr.open('GET','/clock',true);
xhr.onreadystatechange = function(){
if(xhr.readyState==4){
console.log('f');
document.querySelector('#clock').innerHTML=xhr.responseText;
}
};
xhr.send();
},1000);
}
</script>
</html> | zouyang2015/node-test | 16/clock.html | HTML | mit | 566 |
<html><body>
<h4>Windows 10 x64 (19041.450)</h4><br>
<h2>_ETW_PRIV_HANDLE_DEMUX_TABLE</h2>
<font face="arial"> +0x000 Tree : <a href="./_RTL_RB_TREE.html">_RTL_RB_TREE</a><br>
+0x010 Lock : <a href="./_EX_PUSH_LOCK.html">_EX_PUSH_LOCK</a><br>
+0x018 SequenceNumber : Uint2B<br>
</font></body></html> | epikcraw/ggool | public/Windows 10 x64 (19041.450)/_ETW_PRIV_HANDLE_DEMUX_TABLE.html | HTML | mit | 339 |
<!-- Route -->
<div ui-view="content"></div>
<!-- /Route --> | benxander/caribbean.com | admin/bower_components/angular-morris/client/src/app/themes/default/layout.html | HTML | mit | 60 |
{% load static %}
<!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="">
<meta name="author" content="">
<title>Expense Tracker</title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Custom styles for this template -->
<link href="{% static 'tracker/css/signin.css' %}" rel="stylesheet">
</head>
<body>
<div class="container">
<form class="form-signin" method="post" action="{% url 'login' %}">
{% csrf_token %}
<h2 class="form-signin-heading">Signin to Track your Expenses!</h2>
{% if login_error %}
<p style="color:red">{{ login_error }}</p>
{% endif %}
<label for="inputUsername" class="sr-only">Username</label>
<input type="text" id="inputUsername" name="inputUsername" class="form-control" placeholder="Username" required autofocus>
<label for="inputPassword" class="sr-only">Password</label>
<input type="password" id="inputPassword" name="inputPassword" class="form-control" placeholder="Password" required>
<!-- <button class="btn btn-lg btn-default btn-block" type="submit">Sign in</button> -->
<input class="btn btn-lg btn-default btn-block" type="submit" value="Sign in"></input>
</form>
</div> <!-- /container -->
</body>
</html>
| yusuf-musleh/Expense-Tracker | expense_tracker/tracker/templates/tracker/signin.html | HTML | mit | 1,685 |
<!DOCTYPE html >
<html lang="en">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta charset="utf-8" />
</head>
<body style="margin: 0;">
<div id="p3" style="overflow: hidden; position: relative; width: 935px; height: 1210px;">
<!-- Begin shared CSS values -->
<style class="shared-css" type="text/css" >
.t {
-webkit-transform-origin: top left;
-moz-transform-origin: top left;
-o-transform-origin: top left;
-ms-transform-origin: top left;
-webkit-transform: scale(0.25);
-moz-transform: scale(0.25);
-o-transform: scale(0.25);
-ms-transform: scale(0.25);
z-index: 2;
position: absolute;
white-space: pre;
overflow: visible;
}
</style>
<!-- End shared CSS values -->
<!-- Begin inline CSS -->
<style type="text/css" >
#t1_3{left:459px;top:1136px;letter-spacing:-0.1px;}
#t2_3{left:138px;top:109px;letter-spacing:0.1px;word-spacing:-1.5px;}
#t3_3{left:755px;top:109px;letter-spacing:-0.1px;}
#t4_3{left:793px;top:109px;letter-spacing:-0.1px;}
#t5_3{left:138px;top:126px;letter-spacing:0.1px;}
#t6_3{left:201px;top:126px;letter-spacing:-0.1px;}
#t7_3{left:244px;top:126px;letter-spacing:0.1px;word-spacing:2.2px;}
#t8_3{left:138px;top:144px;letter-spacing:0.1px;}
#t9_3{left:317px;top:144px;}
#ta_3{left:359px;top:144px;letter-spacing:0.1px;word-spacing:0.3px;}
#tb_3{left:165px;top:178px;letter-spacing:0.1px;}
#tc_3{left:275px;top:178px;letter-spacing:0.1px;}
#td_3{left:312px;top:195px;letter-spacing:0.1px;}
#te_3{left:312px;top:212px;letter-spacing:0.1px;}
#tf_3{left:275px;top:230px;letter-spacing:0.4px;}
#tg_3{left:137px;top:266px;word-spacing:7.4px;}
#th_3{left:410px;top:266px;letter-spacing:-0.1px;}
#ti_3{left:452px;top:266px;letter-spacing:0.1px;word-spacing:7.3px;}
#tj_3{left:583px;top:266px;letter-spacing:0.1px;}
#tk_3{left:657px;top:266px;word-spacing:7.3px;}
#tl_3{left:138px;top:283px;}
#tm_3{left:185px;top:283px;letter-spacing:0.1px;word-spacing:4.3px;}
#tn_3{left:305px;top:283px;letter-spacing:0.3px;}
#to_3{left:375px;top:283px;letter-spacing:0.1px;word-spacing:4.4px;}
#tp_3{left:137px;top:301px;letter-spacing:0.1px;word-spacing:-0.1px;}
#tq_3{left:165px;top:335px;letter-spacing:0.1px;}
#tr_3{left:284px;top:335px;letter-spacing:0.1px;word-spacing:26.3px;}
#ts_3{left:137px;top:371px;letter-spacing:0.1px;}
#tt_3{left:137px;top:389px;letter-spacing:0.1px;word-spacing:5.8px;}
#tu_3{left:137px;top:406px;letter-spacing:0.1px;word-spacing:0.7px;}
#tv_3{left:137px;top:424px;letter-spacing:0.1px;word-spacing:-0.1px;}
#tw_3{left:165px;top:457px;letter-spacing:0.1px;}
#tx_3{left:165px;top:475px;letter-spacing:0.1px;}
#ty_3{left:165px;top:492px;letter-spacing:0.1px;}
#tz_3{left:165px;top:510px;letter-spacing:0.1px;}
#t10_3{left:165px;top:527px;letter-spacing:0.1px;}
#t11_3{left:165px;top:561px;letter-spacing:0.1px;}
#t12_3{left:165px;top:596px;letter-spacing:0.1px;}
#t13_3{left:275px;top:596px;letter-spacing:0.1px;}
#t14_3{left:312px;top:613px;letter-spacing:0.1px;}
#t15_3{left:312px;top:631px;letter-spacing:0.1px;}
#t16_3{left:275px;top:648px;letter-spacing:0.4px;}
#t17_3{left:165px;top:683px;letter-spacing:0.1px;}
#t18_3{left:275px;top:683px;letter-spacing:0.1px;}
#t19_3{left:165px;top:717px;letter-spacing:0.1px;word-spacing:0.1px;}
#t1a_3{left:275px;top:717px;letter-spacing:0.1px;}
#t1b_3{left:165px;top:752px;letter-spacing:0.1px;}
#t1c_3{left:275px;top:752px;letter-spacing:0.1px;}
#t1d_3{left:165px;top:787px;letter-spacing:0.1px;}
#t1e_3{left:165px;top:821px;letter-spacing:0.1px;}
#t1f_3{left:202px;top:838px;letter-spacing:0.1px;}
#t1g_3{left:165px;top:856px;letter-spacing:0.1px;}
#t1h_3{left:137px;top:892px;letter-spacing:0.1px;word-spacing:0.6px;}
#t1i_3{left:137px;top:910px;letter-spacing:0.2px;word-spacing:-1.5px;}
#t1j_3{left:137px;top:927px;letter-spacing:0.1px;word-spacing:6.6px;}
#t1k_3{left:197px;top:927px;letter-spacing:0.3px;}
#t1l_3{left:273px;top:927px;letter-spacing:0.1px;word-spacing:6.7px;}
#t1m_3{left:137px;top:945px;letter-spacing:0.1px;word-spacing:-2.4px;}
#t1n_3{left:334px;top:945px;letter-spacing:0.1px;}
#t1o_3{left:406px;top:945px;letter-spacing:0.2px;word-spacing:-2.3px;}
#t1p_3{left:137px;top:962px;letter-spacing:0.1px;word-spacing:-0.9px;}
#t1q_3{left:297px;top:962px;letter-spacing:0.2px;}
#t1r_3{left:343px;top:962px;letter-spacing:0.2px;word-spacing:-0.8px;}
#t1s_3{left:137px;top:980px;letter-spacing:0.1px;}
#t1t_3{left:137px;top:998px;letter-spacing:0.1px;}
.s1_3{
FONT-SIZE: 60.9px;
FONT-FAMILY: ArialMT_a;
color: rgb(0,0,0);
}
.s2_3{
FONT-SIZE: 60.9px;
FONT-FAMILY: Arial-BoldMT_b;
color: rgb(0,0,0);
}
.s3_3{
FONT-SIZE: 60.9px;
FONT-FAMILY: CourierNewPS-BoldMT_d;
color: rgb(0,0,0);
}
</style>
<!-- End inline CSS -->
<!-- Begin embedded font definitions -->
<style id="fonts3" type="text/css" >
@font-face {
font-family: CourierNewPS-BoldMT_d;
src: url("fonts/CourierNewPS-BoldMT_d.woff") format("woff");
}
@font-face {
font-family: Arial-BoldMT_b;
src: url("fonts/Arial-BoldMT_b.woff") format("woff");
}
@font-face {
font-family: ArialMT_a;
src: url("fonts/ArialMT_a.woff") format("woff");
}
</style>
<!-- End embedded font definitions -->
<!-- Begin page background -->
<div id="pg3Overlay" style="width:100%; height:100%; position:absolute; z-index:1; background-color:rgba(0,0,0,0); -webkit-user-select: none;"></div>
<div id="pg3" style="-webkit-user-select: none;"><object width="935" height="1210" data="3/3.svg" type="image/svg+xml" id="pdf3" style="width:935px; height:1210px; background-color:white; -moz-transform:scale(1); z-index: 0;"></object></div>
<!-- End page background -->
<!-- Begin text definitions (Positioned/styled in CSS) -->
<div id="t1_3" class="t s1_3">13</div>
<div id="t2_3" class="t s1_3">Lex includes this file and utilizes the definitions for token values. To obtain tokens yacc calls </div>
<div id="t3_3" class="t s2_3">yylex</div>
<div id="t4_3" class="t s1_3">. </div>
<div id="t5_3" class="t s1_3">Function </div>
<div id="t6_3" class="t s2_3">yylex</div>
<div id="t7_3" class="t s1_3">has a return type of int that returns a token. Values associated with the token are </div>
<div id="t8_3" class="t s1_3">returned by lex in variable </div>
<div id="t9_3" class="t s2_3">yylval</div>
<div id="ta_3" class="t s1_3">. For example, </div>
<div id="tb_3" class="t s3_3">[0-9]+ </div>
<div id="tc_3" class="t s3_3">{ </div>
<div id="td_3" class="t s3_3">yylval = atoi(yytext); </div>
<div id="te_3" class="t s3_3">return INTEGER; </div>
<div id="tf_3" class="t s3_3">} </div>
<div id="tg_3" class="t s1_3">would store the value of the integer in </div>
<div id="th_3" class="t s2_3">yylval</div>
<div id="ti_3" class="t s1_3">, and return token </div>
<div id="tj_3" class="t s2_3">INTEGER</div>
<div id="tk_3" class="t s1_3">to yacc. The type of </div>
<div id="tl_3" class="t s2_3">yylval</div>
<div id="tm_3" class="t s1_3">is determined by </div>
<div id="tn_3" class="t s2_3">YYSTYPE</div>
<div id="to_3" class="t s1_3">. Since the default type is integer this works well in this case. </div>
<div id="tp_3" class="t s1_3">Token values 0-255 are reserved for character values. For example, if you had a rule such as </div>
<div id="tq_3" class="t s3_3">[-+] </div>
<div id="tr_3" class="t s3_3">return *yytext; /* return operator */ </div>
<div id="ts_3" class="t s1_3">the character value for minus or plus is returned. Note that we placed the minus sign first so that it </div>
<div id="tt_3" class="t s1_3">wouldn’t be mistaken for a range designator. Generated token values typically start around 258 </div>
<div id="tu_3" class="t s1_3">because lex reserves several values for end-of-file and error processing. Here is the complete lex </div>
<div id="tv_3" class="t s1_3">input specification for our calculator: </div>
<div id="tw_3" class="t s3_3">%{ </div>
<div id="tx_3" class="t s3_3">#include <stdlib.h> </div>
<div id="ty_3" class="t s3_3">void yyerror(char *); </div>
<div id="tz_3" class="t s3_3">#include "y.tab.h" </div>
<div id="t10_3" class="t s3_3">%} </div>
<div id="t11_3" class="t s3_3">%% </div>
<div id="t12_3" class="t s3_3">[0-9]+ </div>
<div id="t13_3" class="t s3_3">{ </div>
<div id="t14_3" class="t s3_3">yylval = atoi(yytext); </div>
<div id="t15_3" class="t s3_3">return INTEGER; </div>
<div id="t16_3" class="t s3_3">} </div>
<div id="t17_3" class="t s3_3">[-+\n] </div>
<div id="t18_3" class="t s3_3">return *yytext; </div>
<div id="t19_3" class="t s3_3">[ \t] </div>
<div id="t1a_3" class="t s3_3">; /* skip whitespace */ </div>
<div id="t1b_3" class="t s3_3">. </div>
<div id="t1c_3" class="t s3_3">yyerror("invalid character"); </div>
<div id="t1d_3" class="t s3_3">%% </div>
<div id="t1e_3" class="t s3_3">int yywrap(void) { </div>
<div id="t1f_3" class="t s3_3">return 1; </div>
<div id="t1g_3" class="t s3_3">} </div>
<div id="t1h_3" class="t s1_3">Internally yacc maintains two stacks in memory; a parse stack and a value stack. The parse stack </div>
<div id="t1i_3" class="t s1_3">contains terminals and nonterminals that represent the current parsing state. The value stack is an </div>
<div id="t1j_3" class="t s1_3">array of </div>
<div id="t1k_3" class="t s2_3">YYSTYPE</div>
<div id="t1l_3" class="t s1_3">elements and associates a value with each element in the parse stack. For </div>
<div id="t1m_3" class="t s1_3">example when lex returns an </div>
<div id="t1n_3" class="t s2_3">INTEGER</div>
<div id="t1o_3" class="t s1_3">token yacc shifts this token to the parse stack. At the same </div>
<div id="t1p_3" class="t s1_3">time the corresponding </div>
<div id="t1q_3" class="t s2_3">yylval</div>
<div id="t1r_3" class="t s1_3">is shifted to the value stack. The parse and value stacks are always </div>
<div id="t1s_3" class="t s1_3">synchronized so finding a value related to a token on the stack is easily accomplished. Here is the </div>
<div id="t1t_3" class="t s1_3">yacc input specification for our calculator: </div>
<!-- End text definitions -->
<!--[if lt IE 9]><script type="text/javascript">
(function(divCount, pageNum) {
for (var i = 1; i < divCount; i++) {
var div = document.getElementById('t' + i.toString(36) + '_' + pageNum);
if (div !== null) {
div.style.top = (div.offsetTop * 4) + 'px';
div.style.left = (div.offsetLeft * 4) + 'px';
div.style.zoom = '25%';
}
}
})(66, 3);
</script><![endif]-->
</div>
</body>
</html>
| akashlevy/Vizpiler | public/assets/ParsingTheory/3.html | HTML | mit | 10,339 |
<html lang="en">
<head>
<title>Bug Reporting - Using the GNU Compiler Collection (GCC)</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Using the GNU Compiler Collection (GCC)">
<meta name="generator" content="makeinfo 4.11">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="Bugs.html#Bugs" title="Bugs">
<link rel="prev" href="Bug-Criteria.html#Bug-Criteria" title="Bug Criteria">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<!--
Copyright (C) 1988-2014 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
any later version published by the Free Software Foundation; with the
Invariant Sections being ``Funding Free Software'', the Front-Cover
Texts being (a) (see below), and with the Back-Cover Texts being (b)
(see below). A copy of the license is included in the section entitled
``GNU Free Documentation License''.
(a) The FSF's Front-Cover Text is:
A GNU Manual
(b) The FSF's Back-Cover Text is:
You have freedom to copy and modify this GNU Manual, like GNU
software. Copies published by the Free Software Foundation raise
funds for GNU development.-->
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
pre.display { font-family:inherit }
pre.format { font-family:inherit }
pre.smalldisplay { font-family:inherit; font-size:smaller }
pre.smallformat { font-family:inherit; font-size:smaller }
pre.smallexample { font-size:smaller }
pre.smalllisp { font-size:smaller }
span.sc { font-variant:small-caps }
span.roman { font-family:serif; font-weight:normal; }
span.sansserif { font-family:sans-serif; font-weight:normal; }
--></style>
</head>
<body>
<div class="node">
<p>
<a name="Bug-Reporting"></a>
Previous: <a rel="previous" accesskey="p" href="Bug-Criteria.html#Bug-Criteria">Bug Criteria</a>,
Up: <a rel="up" accesskey="u" href="Bugs.html#Bugs">Bugs</a>
<hr>
</div>
<h3 class="section">12.2 How and where to Report Bugs</h3>
<p><a name="index-compiler-bugs_002c-reporting-3926"></a>
Bugs should be reported to the bug database at <a href="http://gcc.gnu.org/bugs.html">http://gcc.gnu.org/bugs.html</a>.
<!-- Copyright (C) 1988-2014 Free Software Foundation, Inc. -->
<!-- This is part of the GCC manual. -->
<!-- For copying conditions, see the file gcc.texi. -->
</body></html>
| trfiladelfo/tdk | gcc-arm-none-eabi/share/doc/gcc-arm-none-eabi/html/gcc/Bug-Reporting.html | HTML | mit | 2,540 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>W28624_text</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div style="margin-left: auto; margin-right: auto; width: 800px; overflow: hidden;">
<div style="float: left;">
<a href="page42.html">«</a>
</div>
<div style="float: right;">
</div>
</div>
<hr/>
<div style="position: absolute; margin-left: 192px; margin-top: 165px;">
<p class="styleSans9.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"> MS Energy Services <br/>Continental Planning Report <br/>Database: Well Planning Conroe Local Co-ordinate Reference: Company: Continental Resources TVD Reference; <br/>Project: Vlfilliams County, North Dakota (NAD 83) MD Reference; <br/>Site: Mildred North Reference: <br/>Well: 4-19H Survey Calculation Method: Wellbore: Wellbore #1 <br/>Design: Design #1 <br/> <br/>Formations </p>
</div>
<div style="position: absolute; margin-left: 412px; margin-top: 742px;">
<p class="styleSans6.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Measured Depth (usfl) <br/>2,105.00 4,789.00 5,189.00 5,969.00 7,388.00 7,453.00 7,519.00 7,601.00 7,641.00 7,889.00 </p>
</div>
<div style="position: absolute; margin-left: 165px; margin-top: 1320px;">
<p class="styleSans101.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"> <br/> <br/> <br/> <br/> <br/>8,109.00 8,109.00 Tyler 0.00 8,681.00 8,681.00 Kibbey 0.00 8,833.00 8,833.00 Top Chanes 0.00 9,523.00 9,523.00 Base Last Charles Salt 0.00 9,736.00 9,736.00 Mission Canyon 0.00 10,361.00 10,361.00 Lodgepole 0.00 11,142.35 11,040.00 Upper Bakken Shale 0.00 11,198.29 11,060.00 Middle Bakken Member 0.00 11,330.87 11,080.00 Middle Bakken Target 0.00 Plan Annotations Measured Vertical Local Coordinates Depth Depm +N/.s +E/.w (usftl (usft) (usft) (usft) Comment 10,639.26 10,639.26 0.00 0.00 KOP, 13.00‘l100' Build 11,332.26 11,080.00 438.38 -51.80 Hold 90.09“ Inc, 3.00’l100' Turn 11,556.91 11,079.65 662.51 -65.00 Hold 0.00“ Azm 20,698.41 11,065.00 10,004.00 PBHL <br/>£5.00 <br/> </p>
</div>
<div style="position: absolute; margin-left: 165px; margin-top: 3025px;">
<p class="styleSans5.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">———____—_ <br/>01/07/14 3:41:36PM Page 9 COMPASS 5000.1 Build 65 </p>
</div>
<div style="position: absolute; margin-left: 1787px; margin-top: 137px;">
<p class="styleSans12.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">#5 Energ y Services. <br/>WWW.MSENERGYSERVICES.COM </p>
</div>
<div style="position: absolute; margin-left: 1677px; margin-top: 330px;">
<p class="styleSans6.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Well 4-19H WELL @ 2305.00usft (Nabors 784) <br/>WELL @ 2305.00usft (Nabors 784) True <br/>Minimum Curvature </p>
</div>
<div style="position: absolute; margin-left: 1650px; margin-top: 632px;">
<p class="styleSans159.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"> <br/>Dip <br/>(“l 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 <br/>Dip Direction <br/>(°) </p>
</div>
<div style="position: absolute; margin-left: 660px; margin-top: 742px;">
<p class="styleSans6.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Vertical Depth (usft) <br/>2,105.00 4,789.00 5,189.00 5,969.00 7,388.00 7,453.00 7,519.00 7,601.00 7,641.00 7,339.00 <br/>Name <br/>Pierre Shale <br/>Greenhom <br/>Dakota Group (fka Mowry) Base of Dakota Sand <br/>Pine Salt Top <br/>Pine Salt Base Minnekahta <br/>Opeche Salt Top <br/>Opeche Salt Base Minnelusa Group </p>
</div>
<div style="position: absolute; margin-left: 1485px; margin-top: 825px;">
<p class="styleSans6.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Lithology </p>
</div>
</body>
</html>
| datamade/elpc_bakken | ocr_extracted/W28624_text/page43.html | HTML | mit | 4,318 |
<!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="">
<meta name="author" content="">
<title>Dashboard Template for Bootstrap</title>
<!-- Bootstrap core CSS -->
<link href="bootstrap/css/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="dashboard.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body class="">
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">11st</a>
</div>
</div>
</nav>
<div class="container-fluid">
<div class="row">
<div class="col-sm-3 col-md-2 sidebar">
<ul class="nav nav-sidebar">
<li class="active"></li>
<li>
<a href="#">현항 보고</a>
</li>
<li></li>
<li></li>
</ul>
<ul class="nav nav-sidebar">
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
<ul class="nav nav-sidebar">
<li></li>
<li></li>
<li></li>
</ul>
</div>
<div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
<h2 class="sub-header">사람별 통계</h2>
<div class="table-responsive">
<table class="table table-striped" id="user-statics">
<thead class="">
<tr class="">
<th>사람</th>
<th>개수</th>
<th>답변개수</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
<h2 class="sub-header">일별 답변 전체 통계</h2>
<div class="table-responsive">
<div class="pg-empty-placeholder" id="daily-total-chart-legend"></div>
<canvas id="daily-total-chart" class="" width="100%" height="30px"></canvas>
</div>
<h2 class="sub-header">일별 통계</h2>
<div class="table-responsive">
<div class="pg-empty-placeholder" id="daily-chart-legend"></div>
<canvas id="daily-chart" class="" width="100%" height="30px"></canvas>
</div>
</div>
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="assets/js/jquery.min.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="assets/js/ie10-viewport-bug-workaround.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/handlebars.js/2.0.0/handlebars.min.js" type="application/javascript"></script>
<script type="text/javascript" src="http://175.126.56.112/IR2/js/d3.v3.min.js"></script>
<script type="text/javascript" src="http://175.126.56.112/IR2/js/Chart.min.js"></script>
<script type="text/javascript" src="http://175.126.56.112/IR2/js/hashmap.js"></script>
<script type="text/javascript" src="http://175.126.56.112/IR2/js/myscript.js"></script>
<script type="text/javascript" src="http://175.126.56.112/IR2/js/myserver.js"></script>
<script type="text/javascript">
String.prototype.format = function() {
var formatted = this;
for( var arg in arguments ) {
formatted = formatted.replace("{" + arg + "}", arguments[arg]);
}
return formatted;
}
var _remote_server = "175.126.56.112:16002";
var myserver = new MyServer();
function CallBack(service_name, event_type, result, textStatus, jqXHR) {
switch(service_name) {
case 'connect':
if( event_type == "success" ) {
onConnect( result );
}else {
result.result = false;
onConnect( result );
}
break;
}
}
function onConnect(result)
{
if( result.result ) {
onStatics();
}
}
function onDrawDailyChart(items) {
function get_random_color(alpha) {
function c() {
return Math.floor(Math.random()*256)
}
return "rgba({0},{1},{2},{3})".format( c(), c(), c(), alpha);
};
var date_list = [];
var date_map = new HashMap();
var person_map = [];
for(var person_index in items) {
var answers_map = new HashMap();
var answers = items[person_index].query_answers;
for(var ans_index in answers ) {
var now_date = answers[ans_index].date;
answers_map.set(now_date, answers[ans_index].count);
if( date_map.has(now_date) ) {
continue;
}
date_map.set(now_date, true);
date_list.push( now_date );
}
person_map.push(answers_map);
}
date_list.sort();
var datasets = [];
var total_answer_list = new Array(date_list.length).fill(0);
for(var person_index in items) {
var answers = items[person_index].query_answers;
var count_list = [];
var answers_map = person_map[person_index];
for(var date_index in date_list) {
var curr_date = date_list[date_index];
if( answers_map.has( curr_date) ) {
var answer_count = answers_map.get(curr_date);
count_list.push( answer_count );
total_answer_list[date_index] += answer_count;
} else {
count_list.push(0);
}
}
pointColor = get_random_color(1.0);
datasets.push({ label: items[person_index].user,
strokeColor: pointColor,
pointColor: pointColor,
fillColor: get_random_color(0.2),
data : count_list,
} );
}
console.log("debug");
lineChartData = {
labels: date_list,
datasets: datasets,
};
var ctx = document.getElementById("daily-chart").getContext("2d");
window.myLine2 = new Chart(ctx).Line(lineChartData, {
responsive: true,
multiTooltipTemplate: "<%= value %>",
legendTemplate : '<% for (var i=0; i<datasets.length; i++) { %>'
+'<span style=\"background-color:<%=datasets[i].pointColor%>\"> </span>'
+'<% if (datasets[i].label) { %><%= datasets[i].label %><% } %>'
+'<% } %>'
});
var legend = window.myLine2.generateLegend();
$("#daily-chart-legend").append("<span>Legend:</span>"+ legend);
console.log("daily-total-chart={0}".format( total_answer_list ));
pointColor2 = get_random_color(1.0);
answers_datasets = {
label: "test",
strokeColor: pointColor2,
pointColor: pointColor2,
fillColor: get_random_color(0.2),
data: total_answer_list
};
lineChartAnswersData = { labels: date_list, datasets: [answers_datasets] };
var ctx2 = document.getElementById("daily-total-chart").getContext("2d");
window.myLine = new Chart(ctx2).Line(lineChartAnswersData, {
responsive: true
});
}
function onStatics()
{
var ResultCallback = function(result) {
if( result.result ) {
var total_count = 0;
var total_answer_count = 0;
var items = result.counts;
for(var index in items) {
$("#user-statics").append("<tr><td>{0}</td><td>{1}</td><td>{2}</td></tr>".format( items[index].user, items[index].query_count, items[index].answer_count) );
total_count += items[index].query_count;
total_answer_count += items[index].answer_count;
}
$("#user-statics").append("<tr><td>{0}</td><td>{1}</td><td>{2}</td></tr>".format( "총합", items[index].query_count, items[index].answer_count) );
onDrawDailyChart(items);
}
};
senddata = {
};
$.ajax( {url: "http://"+ _remote_server + "/statics",
dateType: 'json',
type: 'POST',
crossDomain: true,
xhrFields: {withCredentials: false},
data: JSON.stringify(senddata),
async: true,
cache: false,
success: function(result, textStatus, jqXHR ) {
console.log( result );
ResultCallback(result);
},
error:function(request,textStatus,error){},
});
}
function onInit() {
myserver.SetCallBack( CallBack );
myserver.Connect(_remote_server);
}
$(document).ready(function(){
onInit();
})
</script>
</body>
</html>
| fantajeon/TripletNet | html/IR/_pgbackup/dashboard_1454567728.html | HTML | mit | 12,588 |
<!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 /megastore/demo/buyshop_theme/buyshop_images/arrow_down_2x.gif was not found on this server.</p>
<hr>
<address>Apache/2.2.22 (Ubuntu) Server at www.ethemeuk.com Port 80</address>
</body></html>
| rusagar/ecommerce | application/themes/default/assets/buyshop_theme/buyshop_images/arrow_down_2x.html | HTML | mit | 341 |
<script src='/include/jquery-3.4.1.min.js'></script>
<script>
$(document).ready(function() {
var ws;
if ("WebSocket" in window) {
debug("Horray you have web sockets Trying to connect...");
ws = new WebSocket("ws://localhost:6502/");
ws.onopen = function() {
// Web Socket is connected. You can send data by send() method.
debug("connected...");
ws.send("hello from the browser");
ws.send("more from browser");
};
run = function() {
var val=$("#i1").val(); // read the entry
$("#i1").val(""); // and clear it
ws.send(val); // tell erlang
return true; // must do this
};
ws.onmessage = function (evt)
{
var data = evt.data;
var i = data.indexOf("!");
var tag = data.slice(0,i);
var val = data.slice(i+1);
$("#" + tag).html(val);
};
ws.onclose = function()
{
debug(" socket closed");
};
} else {
alert("You have no web sockets");
};
function debug(str){
$("#debug").append("<p>" + str);
};
});
</body>
<h1>Interaction experiment</h1>
<h2>Debug</h2>
<div id="debug"></div>
<fieldset>
<legend>Clock</legend>
<div id="clock">I am a clock</div>
</fieldset>
<fieldset>
<legend>out</legend>
<div id="out">Output should appear here</div>
</fieldset>
<p>Enter something in the entry below, the server will reverse the string and send it to the out region above</p>
<fieldset>
<legend>entry</legend>
<P>Enter: <input id="i1" onchange="run()" size ="42"></p>
</input>
</fieldset>
</body>
| tonight-halfmoon/slv-n-erlang | elementary/sockets/websockets/index.html | HTML | mit | 1,592 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>TPA Class: N</title>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
<link type="text/css" rel="stylesheet" href="styles/site.cosmo.css">
</head>
<body>
<div class="navbar navbar-default navbar-fixed-top navbar-inverse">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand" href="index.html">TPA</a>
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#topNavigation">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="navbar-collapse collapse" id="topNavigation">
<ul class="nav navbar-nav">
<li class="dropdown">
<a href="modules.list.html" class="dropdown-toggle" data-toggle="dropdown">Modules<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li><a href="module-N.html">N</a></li><li><a href="module-TPA.html">TPA</a></li>
</ul>
</li>
<li class="dropdown">
<a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li><a href="module-N-N.html">N~N</a></li><li><a href="module-TPA-Tpa.html">TPA~Tpa</a></li>
</ul>
</li>
<li class="dropdown">
<a href="externals.list.html" class="dropdown-toggle" data-toggle="dropdown">Externals<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li><a href="external-Error.html">Error</a></li>
</ul>
</li>
</ul>
<div class="col-sm-3 col-md-3">
<form class="navbar-form" role="search">
<div class="input-group">
<input type="text" class="form-control" placeholder="Search" name="q" id="search-input">
<div class="input-group-btn">
<button class="btn btn-default" id="search-submit"><i class="glyphicon glyphicon-search"></i></button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
<div class="container" id="toc-content">
<div class="row">
<div class="col-md-8">
<div id="main">
<h1 class="page-title">Class: N</h1>
<section>
<header>
<h2>
<span class="ancestors"><a href="module-N.html">N</a>~</span>
N
</h2>
</header>
<article>
<div class="container-overview">
<hr>
<dt>
<h4 class="name" id="N"><span class="type-signature"></span>new N(<span class="optional">initialValue</span>)</h4>
</dt>
<dd>
<div class="description">
<p>N is the core vehicle to store and manipulate arbitrarily long integers</p>
<p>This class is not intended for external use and is <em>only</em> used internally by the TPA class. It does not form any part of the TPA API. It is documented here for developer convenience and interest. The minified browser build gives no access to this class except except via the internals of Tpa objects</p>
<p>For efficiency reasons many methods do not have error checking or may make assumptions about the state of the number.<br>Any assumptions, however, are documented.</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Argument</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>initialValue</code></td>
<td class="type">
<span class="param-type">Number</span>
|
<span class="param-type">String</span>
|
<span class="param-type"><a href="module-N-N.html">module:N~N</a></span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="description last"><p>The initial value assigned to this number.<br>This may be a JS numeric value, a string or another N instance. If numeric, any fractional part is ignored.<br>If string it may only contain digits starting with an optional + or - sign. If N, the new N will be a duplicate.</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source method-doc-label method-doc-details-label">Source:</dt>
<dd class="tag-source">
<ul class="dummy">
<li>
<a href="N.js.html">N.js</a>,
<a href="N.js.html#sunlight-1-line-44">line 44</a>
</li>
</ul>
</dd>
</dl>
<h5>Throws:</h5>
<dl>
<dt>
<div class="param-desc">
<p>If parameter passed is not one of the above or is badly formed.</p>
</div>
</dt>
<dt>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type"><a href="external-Error.html">external:Error</a></span>
</dd>
</dl>
</dt>
</dl>
</dd>
</div>
<h3 class="subsection-title">Methods</h3>
<dl>
<hr>
<dt>
<h4 class="name" id=".abs"><span class="type-signature"><static> </span>abs(number)</h4>
</dt>
<dd>
<div class="description">
<p>Create a positive version of the number given</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>number</code></td>
<td class="type">
<span class="param-type"><a href="module-N-N.html">module:N~N</a></span>
</td>
<td class="description last"><p>The number to copy and make positive</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source method-doc-label method-doc-details-label">Source:</dt>
<dd class="tag-source">
<ul class="dummy">
<li>
<a href="N.js.html">N.js</a>,
<a href="N.js.html#sunlight-1-line-268">line 268</a>
</li>
</ul>
</dd>
</dl>
<h5>Returns:</h5>
<div class="param-desc">
<p>A new number that is the positive version of number</p>
</div>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type"><a href="module-N-N.html">module:N~N</a></span>
</dd>
</dl>
</dd>
<hr>
<dt>
<h4 class="name" id=".getBASE"><span class="type-signature"><static> </span>getBASE()</h4>
</dt>
<dd>
<div class="description">
<p>The BASE to which all numbers are stored.</p>
<p>This is preset to 2^25 which is the optimal size.<br>However, it may be lower (not higher!) in order to test the integrity of internal representation and manipulation of numbers.<br>In the browser version this method is not available.</p>
</div>
<dl class="details">
<dt class="tag-source method-doc-label method-doc-details-label">Source:</dt>
<dd class="tag-source">
<ul class="dummy">
<li>
<a href="N.js.html">N.js</a>,
<a href="N.js.html#sunlight-1-line-105">line 105</a>
</li>
</ul>
</dd>
</dl>
<h5>Returns:</h5>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">Number</span>
</dd>
</dl>
</dd>
<hr>
<dt>
<h4 class="name" id=".setBASE"><span class="type-signature"><static> </span>setBASE(base)</h4>
</dt>
<dd>
<div class="description">
<p>Sets the BASE to which numbers are internally represented.</p>
<p>This should <em>only</em> be set for experimentation and testing purposes.<br>Any existing instances of Tpa will become corrupt or invalid once the base is changed.<br>In the browser version this method is not available.<br>Safe rule: Don't call this set method!</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>base</code></td>
<td class="type">
<span class="param-type">Number</span>
</td>
<td class="description last"><p>The new BASE for number internal representation</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source method-doc-label method-doc-details-label">Source:</dt>
<dd class="tag-source">
<ul class="dummy">
<li>
<a href="N.js.html">N.js</a>,
<a href="N.js.html#sunlight-1-line-90">line 90</a>
</li>
</ul>
</dd>
</dl>
</dd>
<hr>
<dt>
<h4 class="name" id="abs"><span class="type-signature"></span>abs()</h4>
</dt>
<dd>
<div class="description">
<p>Make this number positive</p>
</div>
<dl class="details">
<dt class="tag-source method-doc-label method-doc-details-label">Source:</dt>
<dd class="tag-source">
<ul class="dummy">
<li>
<a href="N.js.html">N.js</a>,
<a href="N.js.html#sunlight-1-line-277">line 277</a>
</li>
</ul>
</dd>
</dl>
<h5>Returns:</h5>
<div class="param-desc">
<p>This number for chaining purposes</p>
</div>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type"><a href="module-N-N.html">module:N~N</a></span>
</dd>
</dl>
</dd>
<hr>
<dt>
<h4 class="name" id="add"><span class="type-signature"></span>add(number)</h4>
</dt>
<dd>
<div class="description">
<p>Addition</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>number</code></td>
<td class="type">
<span class="param-type"><a href="module-N-N.html">module:N~N</a></span>
</td>
<td class="description last"><p>The number to add to this number</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source method-doc-label method-doc-details-label">Source:</dt>
<dd class="tag-source">
<ul class="dummy">
<li>
<a href="N.js.html">N.js</a>,
<a href="N.js.html#sunlight-1-line-288">line 288</a>
</li>
</ul>
</dd>
</dl>
<h5>Returns:</h5>
<div class="param-desc">
<p>This number for chaining purposes</p>
</div>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type"><a href="module-N-N.html">module:N~N</a></span>
</dd>
</dl>
</dd>
<hr>
<dt>
<h4 class="name" id="compare"><span class="type-signature"></span>compare(comparison)</h4>
</dt>
<dd>
<div class="description">
<p>Compares two numbers</p>
<p><em>Note</em> This function can only be called when both numbers are positivised (and hence normalised)</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>comparison</code></td>
<td class="type">
<span class="param-type"><a href="module-N-N.html">module:N~N</a></span>
</td>
<td class="description last"><p>The number to compare with this number</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source method-doc-label method-doc-details-label">Source:</dt>
<dd class="tag-source">
<ul class="dummy">
<li>
<a href="N.js.html">N.js</a>,
<a href="N.js.html#sunlight-1-line-252">line 252</a>
</li>
</ul>
</dd>
<dt class="tag-see method-doc-label method-doc-details-label">See:</dt>
<dd class="tag-see">
<ul>
<li><a href="module-N-N.html#positivise">#positivise</a></li>
</ul>
</dd>
</dl>
<h5>Returns:</h5>
<div class="param-desc">
<p>0 if equal, -1 if this < comparison, +1 if this > comparison</p>
</div>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">number</span>
</dd>
</dl>
</dd>
<hr>
<dt>
<h4 class="name" id="digitDivide"><span class="type-signature"></span>digitDivide(digit)</h4>
</dt>
<dd>
<div class="description">
<p>Division by a single digit</p>
<p>The number provided must be less than BASE</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>digit</code></td>
<td class="type">
<span class="param-type">Number</span>
</td>
<td class="description last"><p>The number to multiply with</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source method-doc-label method-doc-details-label">Source:</dt>
<dd class="tag-source">
<ul class="dummy">
<li>
<a href="N.js.html">N.js</a>,
<a href="N.js.html#sunlight-1-line-492">line 492</a>
</li>
</ul>
</dd>
</dl>
<h5>Returns:</h5>
<div class="param-desc">
<p>The remainder</p>
</div>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">Number</span>
</dd>
</dl>
</dd>
<hr>
<dt>
<h4 class="name" id="digitMultiply"><span class="type-signature"></span>digitMultiply(digit)</h4>
</dt>
<dd>
<div class="description">
<p>Multiplication by a single digit</p>
<p>The number provided must be less than BASE</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>digit</code></td>
<td class="type">
<span class="param-type">Number</span>
</td>
<td class="description last"><p>The number to multiply with</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source method-doc-label method-doc-details-label">Source:</dt>
<dd class="tag-source">
<ul class="dummy">
<li>
<a href="N.js.html">N.js</a>,
<a href="N.js.html#sunlight-1-line-372">line 372</a>
</li>
</ul>
</dd>
</dl>
<h5>Returns:</h5>
<div class="param-desc">
<p>This number for chaining purposes</p>
</div>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type"><a href="module-N-N.html">module:N~N</a></span>
</dd>
</dl>
</dd>
<hr>
<dt>
<h4 class="name" id="divide"><span class="type-signature"></span>divide(number)</h4>
</dt>
<dd>
<div class="description">
<p>Division</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>number</code></td>
<td class="type">
<span class="param-type"><a href="module-N-N.html">module:N~N</a></span>
</td>
<td class="description last"><p>The number to divide into this number</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source method-doc-label method-doc-details-label">Source:</dt>
<dd class="tag-source">
<ul class="dummy">
<li>
<a href="N.js.html">N.js</a>,
<a href="N.js.html#sunlight-1-line-412">line 412</a>
</li>
</ul>
</dd>
</dl>
<h5>Throws:</h5>
<dl>
<dt>
<div class="param-desc">
<p>If divisor is zero</p>
</div>
</dt>
<dt>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">Error</span>
</dd>
</dl>
</dt>
</dl>
<h5>Returns:</h5>
<div class="param-desc">
<p>The remainder. <em>Note:</em> This number is not returned, unlike most other mutation operations</p>
</div>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type"><a href="module-N-N.html">module:N~N</a></span>
</dd>
</dl>
</dd>
<hr>
<dt>
<h4 class="name" id="isDivisibleBy"><span class="type-signature"></span>isDivisibleBy(testDivisor)</h4>
</dt>
<dd>
<div class="description">
<p>Checks for divisibility.</p>
<p>The divisor <em>must</em> be positive and less than the BASE</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>testDivisor</code></td>
<td class="type">
<span class="param-type">Number</span>
</td>
<td class="description last"><p>The number to test as a factor of this number</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source method-doc-label method-doc-details-label">Source:</dt>
<dd class="tag-source">
<ul class="dummy">
<li>
<a href="N.js.html">N.js</a>,
<a href="N.js.html#sunlight-1-line-206">line 206</a>
</li>
</ul>
</dd>
</dl>
<h5>Returns:</h5>
<div class="param-desc">
<p><code>true</code> if this number is divisible by the test-divisor</p>
</div>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">Boolean</span>
</dd>
</dl>
</dd>
<hr>
<dt>
<h4 class="name" id="isNegative"><span class="type-signature"></span>isNegative()</h4>
</dt>
<dd>
<dl class="details">
<dt class="tag-source method-doc-label method-doc-details-label">Source:</dt>
<dd class="tag-source">
<ul class="dummy">
<li>
<a href="N.js.html">N.js</a>,
<a href="N.js.html#sunlight-1-line-160">line 160</a>
</li>
</ul>
</dd>
</dl>
<h5>Returns:</h5>
<div class="param-desc">
<p><code>true</code> if this number is negative, false if zero or positive</p>
</div>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">Boolean</span>
</dd>
</dl>
</dd>
<hr>
<dt>
<h4 class="name" id="isPositive"><span class="type-signature"></span>isPositive()</h4>
</dt>
<dd>
<dl class="details">
<dt class="tag-source method-doc-label method-doc-details-label">Source:</dt>
<dd class="tag-source">
<ul class="dummy">
<li>
<a href="N.js.html">N.js</a>,
<a href="N.js.html#sunlight-1-line-175">line 175</a>
</li>
</ul>
</dd>
</dl>
<h5>Returns:</h5>
<div class="param-desc">
<p><code>true</code> if this number is positive, false if zero or negative</p>
</div>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">Boolean</span>
</dd>
</dl>
</dd>
<hr>
<dt>
<h4 class="name" id="isZero"><span class="type-signature"></span>isZero()</h4>
</dt>
<dd>
<dl class="details">
<dt class="tag-source method-doc-label method-doc-details-label">Source:</dt>
<dd class="tag-source">
<ul class="dummy">
<li>
<a href="N.js.html">N.js</a>,
<a href="N.js.html#sunlight-1-line-168">line 168</a>
</li>
</ul>
</dd>
</dl>
<h5>Returns:</h5>
<div class="param-desc">
<p><code>true</code> if this number is zero</p>
</div>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">Boolean</span>
</dd>
</dl>
</dd>
<hr>
<dt>
<h4 class="name" id="lsb"><span class="type-signature"></span>lsb()</h4>
</dt>
<dd>
<dl class="details">
<dt class="tag-source method-doc-label method-doc-details-label">Source:</dt>
<dd class="tag-source">
<ul class="dummy">
<li>
<a href="N.js.html">N.js</a>,
<a href="N.js.html#sunlight-1-line-183">line 183</a>
</li>
</ul>
</dd>
</dl>
<h5>Returns:</h5>
<div class="param-desc">
<p>The least significant digit of the number or 0 if zero</p>
</div>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">Number</span>
</dd>
</dl>
</dd>
<hr>
<dt>
<h4 class="name" id="multiply"><span class="type-signature"></span>multiply(number)</h4>
</dt>
<dd>
<div class="description">
<p>Multiplication</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>number</code></td>
<td class="type">
<span class="param-type"><a href="module-N-N.html">module:N~N</a></span>
</td>
<td class="description last"><p>The number to multiply this number</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source method-doc-label method-doc-details-label">Source:</dt>
<dd class="tag-source">
<ul class="dummy">
<li>
<a href="N.js.html">N.js</a>,
<a href="N.js.html#sunlight-1-line-338">line 338</a>
</li>
</ul>
</dd>
</dl>
<h5>Returns:</h5>
<div class="param-desc">
<p>This number for chaining purposes</p>
</div>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type"><a href="module-N-N.html">module:N~N</a></span>
</dd>
</dl>
</dd>
<hr>
<dt>
<h4 class="name" id="negate"><span class="type-signature"></span>negate()</h4>
</dt>
<dd>
<div class="description">
<p>Make this number the opposite sign</p>
<p>If the number is positive it will be made negative, if negative it will be made positive</p>
</div>
<dl class="details">
<dt class="tag-source method-doc-label method-doc-details-label">Source:</dt>
<dd class="tag-source">
<ul class="dummy">
<li>
<a href="N.js.html">N.js</a>,
<a href="N.js.html#sunlight-1-line-308">line 308</a>
</li>
</ul>
</dd>
</dl>
<h5>Returns:</h5>
<div class="param-desc">
<p>This number for chaining purposes</p>
</div>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type"><a href="module-N-N.html">module:N~N</a></span>
</dd>
</dl>
</dd>
<hr>
<dt>
<h4 class="name" id="normalise"><span class="type-signature"></span>normalise(<span class="optional">noReduction</span>)</h4>
</dt>
<dd>
<div class="description">
<p>Ensures that all digits of this number are less than the BASE</p>
<p>Internal representation allows for digits to exceed BASE. Normalisation<br>is necessary where an impending operation depends on this not being the case.<br>Note also that normalisation does <em>not</em> remove negative digits that are<br>also permitted. Again, for some operations, negative digits are undesired<br>and the positivise method is required to remove them.</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Argument</th>
<th>Default</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>noReduction</code></td>
<td class="type">
<span class="param-type">Boolean</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
false
</td>
<td class="description last"><p>set to true if we wish to keep any trailing zero digits</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source method-doc-label method-doc-details-label">Source:</dt>
<dd class="tag-source">
<ul class="dummy">
<li>
<a href="N.js.html">N.js</a>,
<a href="N.js.html#sunlight-1-line-123">line 123</a>
</li>
</ul>
</dd>
<dt class="tag-see method-doc-label method-doc-details-label">See:</dt>
<dd class="tag-see">
<ul>
<li><a href="module-N-N.html#positivise">#positivise</a></li>
</ul>
</dd>
</dl>
<h5>Returns:</h5>
<div class="param-desc">
<p>This number for chaining purposes</p>
</div>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type"><a href="module-N-N.html">module:N~N</a></span>
</dd>
</dl>
</dd>
<hr>
<dt>
<h4 class="name" id="positivise"><span class="type-signature"></span>positivise()</h4>
</dt>
<dd>
<div class="description">
<p>Removes any negative digits by carry over.</p>
<p>This function should <em>only</em> be called once it is established that the number is both positive overall<br>and is normalised.</p>
</div>
<dl class="details">
<dt class="tag-source method-doc-label method-doc-details-label">Source:</dt>
<dd class="tag-source">
<ul class="dummy">
<li>
<a href="N.js.html">N.js</a>,
<a href="N.js.html#sunlight-1-line-146">line 146</a>
</li>
</ul>
</dd>
<dt class="tag-see method-doc-label method-doc-details-label">See:</dt>
<dd class="tag-see">
<ul>
<li><a href="module-N-N.html#abs">#abs</a></li>
<li><a href="module-N-N.html#normalise">#normalise</a></li>
</ul>
</dd>
</dl>
</dd>
<hr>
<dt>
<h4 class="name" id="quotient"><span class="type-signature"></span>quotient(number)</h4>
</dt>
<dd>
<div class="description">
<p>The quotient of this number after dividing it by the number given</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>number</code></td>
<td class="type">
<span class="param-type"><a href="module-N-N.html">module:N~N</a></span>
</td>
<td class="description last"><p>The divisor</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source method-doc-label method-doc-details-label">Source:</dt>
<dd class="tag-source">
<ul class="dummy">
<li>
<a href="N.js.html">N.js</a>,
<a href="N.js.html#sunlight-1-line-400">line 400</a>
</li>
</ul>
</dd>
</dl>
<h5>Returns:</h5>
<div class="param-desc">
<p>This number for chaining purposes</p>
</div>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type"><a href="module-N-N.html">module:N~N</a></span>
</dd>
</dl>
</dd>
<hr>
<dt>
<h4 class="name" id="random"><span class="type-signature"></span>random(digits)</h4>
</dt>
<dd>
<div class="description">
<p>Sets a number to a random value that is roughly the number of decimal digits given</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>digits</code></td>
<td class="type">
<span class="param-type">Number</span>
</td>
<td class="description last"><p>The number of decimal digits required</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source method-doc-label method-doc-details-label">Source:</dt>
<dd class="tag-source">
<ul class="dummy">
<li>
<a href="N.js.html">N.js</a>,
<a href="N.js.html#sunlight-1-line-382">line 382</a>
</li>
</ul>
</dd>
</dl>
<h5>Returns:</h5>
<div class="param-desc">
<p>This number for chaining purposes</p>
</div>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type"><a href="module-N-N.html">module:N~N</a></span>
</dd>
</dl>
</dd>
<hr>
<dt>
<h4 class="name" id="reset"><span class="type-signature"></span>reset()</h4>
</dt>
<dd>
<div class="description">
<p>Resets number to zero</p>
</div>
<dl class="details">
<dt class="tag-source method-doc-label method-doc-details-label">Source:</dt>
<dd class="tag-source">
<ul class="dummy">
<li>
<a href="N.js.html">N.js</a>,
<a href="N.js.html#sunlight-1-line-192">line 192</a>
</li>
</ul>
</dd>
</dl>
<h5>Returns:</h5>
<div class="param-desc">
<p>This number for chaining purposes</p>
</div>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type"><a href="module-N-N.html">module:N~N</a></span>
</dd>
</dl>
</dd>
<hr>
<dt>
<h4 class="name" id="set"><span class="type-signature"></span>set(newValue)</h4>
</dt>
<dd>
<div class="description">
<p>Sets a new numeric value into this number</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>newValue</code></td>
<td class="type">
<span class="param-type">Number</span>
</td>
<td class="description last"><p>As per instantiation, setting Tpa with a JS native number is subject to accuracy constraints</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source method-doc-label method-doc-details-label">Source:</dt>
<dd class="tag-source">
<ul class="dummy">
<li>
<a href="N.js.html">N.js</a>,
<a href="N.js.html#sunlight-1-line-219">line 219</a>
</li>
</ul>
</dd>
</dl>
<h5>Returns:</h5>
<div class="param-desc">
<p>This number for chaining purposes</p>
</div>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type"><a href="module-N-N.html">module:N~N</a></span>
</dd>
</dl>
</dd>
<hr>
<dt>
<h4 class="name" id="subtract"><span class="type-signature"></span>subtract(number)</h4>
</dt>
<dd>
<div class="description">
<p>Subtraction</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>number</code></td>
<td class="type">
<span class="param-type"><a href="module-N-N.html">module:N~N</a></span>
</td>
<td class="description last"><p>The number to subtract from this number</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source method-doc-label method-doc-details-label">Source:</dt>
<dd class="tag-source">
<ul class="dummy">
<li>
<a href="N.js.html">N.js</a>,
<a href="N.js.html#sunlight-1-line-319">line 319</a>
</li>
</ul>
</dd>
</dl>
<h5>Returns:</h5>
<div class="param-desc">
<p>This number for chaining purposes</p>
</div>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type"><a href="module-N-N.html">module:N~N</a></span>
</dd>
</dl>
</dd>
<hr>
<dt>
<h4 class="name" id="toString"><span class="type-signature"></span>toString()</h4>
</dt>
<dd>
<div class="description">
<p>Decimal value of this number</p>
</div>
<dl class="details">
<dt class="tag-source method-doc-label method-doc-details-label">Source:</dt>
<dd class="tag-source">
<ul class="dummy">
<li>
<a href="N.js.html">N.js</a>,
<a href="N.js.html#sunlight-1-line-509">line 509</a>
</li>
</ul>
</dd>
</dl>
<h5>Returns:</h5>
<div class="param-desc">
<p>The full decimal representation of this number</p>
</div>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">String</span>
</dd>
</dl>
</dd>
<hr>
<dt>
<h4 class="name" id="value"><span class="type-signature"></span>value()</h4>
</dt>
<dd>
<div class="description">
<p>Gets the numeric value of this number</p>
<p>The JS native number returned is subject to accuracy constraints and thus this method is only useful<br>as an indicator. Indeed, for very large numbers <code>infinity</code> can be returned.</p>
</div>
<dl class="details">
<dt class="tag-source method-doc-label method-doc-details-label">Source:</dt>
<dd class="tag-source">
<ul class="dummy">
<li>
<a href="N.js.html">N.js</a>,
<a href="N.js.html#sunlight-1-line-238">line 238</a>
</li>
</ul>
</dd>
</dl>
<h5>Returns:</h5>
<div class="param-desc">
<p>The value of this number accurate to within the bounds of JS native floating point number</p>
</div>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">Number</span>
</dd>
</dl>
</dd>
</dl>
</article>
</section>
</div>
</div>
<div class="clearfix"></div>
<div class="col-md-3">
<div id="toc" class="col-md-3 hidden-xs hidden-sm hidden-md"></div>
</div>
</div>
</div>
<div class="modal fade" id="searchResults">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title">Search results</h4>
</div>
<div class="modal-body"></div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div>
<footer>
<span class="copyright">
Copyright (c) 2016 Dominic Thwaites <dominicthwaites@mac.com>
</span>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.0</a>
on Fri Apr 8th 2016
using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
</footer>
<script src="scripts/docstrap.lib.js"></script>
<script src="scripts/toc.js"></script>
<script type="text/javascript" src="scripts/fulltext-search-ui.js"></script>
<script>
$( function () {
$( "[id*='$']" ).each( function () {
var $this = $( this );
$this.attr( "id", $this.attr( "id" ).replace( "$", "__" ) );
} );
$( ".tutorial-section pre, .readme-section pre" ).each( function () {
var $this = $( this );
var example = $this.find( "code" );
exampleText = example.html();
var lang = /{@lang (.*?)}/.exec( exampleText );
if ( lang && lang[1] ) {
exampleText = exampleText.replace( lang[0], "" );
example.html( exampleText );
lang = lang[1];
} else {
var langClassMatch = example.parent()[0].className.match(/lang\-(\S+)/);
lang = langClassMatch ? langClassMatch[1] : "javascript";
}
if ( lang ) {
$this
.addClass( "sunlight-highlight-" + lang )
.addClass( "linenums" )
.html( example.html() );
}
} );
Sunlight.highlightAll( {
lineNumbers : true,
showMenu : true,
enableDoclinks : true
} );
$.catchAnchorLinks( {
navbarOffset: 10
} );
$( "#toc" ).toc( {
anchorName : function ( i, heading, prefix ) {
var id = $( heading ).attr( "id" );
return id && id.replace(/\~/g, '-inner-').replace(/\./g, '-static-') || ( prefix + i );
},
selectors : "#toc-content h1,#toc-content h2,#toc-content h3,#toc-content h4",
showAndHide : false,
smoothScrolling: true
} );
$( "#main span[id^='toc']" ).addClass( "toc-shim" );
$( '.dropdown-toggle' ).dropdown();
$( "table" ).each( function () {
var $this = $( this );
$this.addClass('table');
} );
} );
</script>
<!--Navigation and Symbol Display-->
<!--Google Analytics-->
<script type="text/javascript">
$(document).ready(function() {
SearcherDisplay.init();
});
</script>
</body>
</html> | dthwaite/dthwaite.github.io | docs/TPA/1.0.13/module-N-N.html | HTML | mit | 43,960 |
<!DOCTYPE html>
<html>
<head>
{{"decoupled-map"|googlemap_js(37.4419, -122.1419, markers=[(37.4419, -122.1419)])}}
{{sndmap.js}}
</head>
<body>
<h1><center>Tutor in Radius</center></h1>
<!-- begin google map API -->
<!DOCTYPE html>
<html>
<head>
<title>Geolocation</title>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no">
<meta charset="utf-8">
<style>
/* Always set the map height explicitly to define the size of the div
* element that contains the map. */
#map {
height: 100%;
}
/* Optional: Makes the sample page fill the window. */
html, body {
height: 100%;
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<div id="map"></div>
<script> <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyADpi7mh1X6Xc0UjWZWDaGWgbIdUHiod7o&sensor=true></script></script>
<script>
// Note: This example requires that you consent to location sharing when
// prompted by your browser. If you see the error "The Geolocation service
// failed.", it means you probably did not give permission for the browser to
// locate you.
function initMap() {
var myLatLng = {lat: -34.397, lng: 150.644}
var map = new google.maps.Map(document.getElementById('map'), {
center: myLatLng,
zoom: 13
});
var infoWindow = new google.maps.InfoWindow({map: map});
// Try HTML5 geolocation.
if (navigator.geolocation) {
navigator.geolocation.getCurrentPosition(function(position) {
var pos = {
lat: position.coords.latitude,
lng: position.coords.longitude
};
infoWindow.setPosition(pos);
infoWindow.setContent('Location found.');
map.setCenter(pos);
}, function() {
handleLocationError(true, infoWindow, map.getCenter());
});
} else {
// Browser doesn't support Geolocation
handleLocationError(false, infoWindow, map.getCenter());
}
var marker = new google.maps.Marker({
position: pos,
map: map
});
}
function handleLocationError(browserHasGeolocation, infoWindow, pos) {
infoWindow.setPosition(pos);
infoWindow.setContent(browserHasGeolocation ?
'Error: The Geolocation service failed.' :
'Error: Your browser doesn\'t support geolocation.');
}
</script>
<script async defer
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyADpi7mh1X6Xc0UjWZWDaGWgbIdUHiod7o&callback=initMap">
</script>
</body>
</html>
<h2>Red Marker: Your Location</h2>
<h2>Blue Marker: Tutors</h2>
<script>
window.onload = function geoFindMe() {
var output = document.getElementById("out");
if (!navigator.geolocation){
output.innerHTML = "<p>Geolocation is not supported by your browser</p>";
return;
}
function success(position) {
var latitude = position.coords.latitude;
var longitude = position.coords.longitude;
output.innerHTML = '<p>Latitude is ' + latitude + '° <br>Longitude is ' + longitude + '°</p>';
}
function error() {
output.innerHTML = "Unable to retrieve your location";
}
output.innerHTML = "<p>Locating…</p>";
navigator.geolocation.getCurrentPosition(success, error);
}
</script>
<div id="out"></div>
</body>
</body>
</html> | oscartu2/tuber | templates/mapTest.html | HTML | mit | 3,817 |
<!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_19) on Fri Oct 29 16:39:35 MSD 2010 -->
<TITLE>
LittleEndianInput (POI API Documentation)
</TITLE>
<META NAME="date" CONTENT="2010-10-29">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="LittleEndianInput (POI API Documentation)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/LittleEndianInput.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../org/apache/poi/util/LittleEndianConsts.html" title="interface in org.apache.poi.util"><B>PREV CLASS</B></A>
<A HREF="../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?org/apache/poi/util/LittleEndianInput.html" target="_top"><B>FRAMES</B></A>
<A HREF="LittleEndianInput.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
org.apache.poi.util</FONT>
<BR>
Interface LittleEndianInput</H2>
<DL>
<DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../org/apache/poi/hssf/record/crypto/Biff8DecryptingStream.html" title="class in org.apache.poi.hssf.record.crypto">Biff8DecryptingStream</A>, <A HREF="../../../../org/apache/poi/poifs/filesystem/DocumentInputStream.html" title="class in org.apache.poi.poifs.filesystem">DocumentInputStream</A>, <A HREF="../../../../org/apache/poi/util/LittleEndianByteArrayInputStream.html" title="class in org.apache.poi.util">LittleEndianByteArrayInputStream</A>, <A HREF="../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</A>, <A HREF="../../../../org/apache/poi/hssf/record/RecordInputStream.html" title="class in org.apache.poi.hssf.record">RecordInputStream</A></DD>
</DL>
<HR>
<DL>
<DT><PRE>public interface <B>LittleEndianInput</B></DL>
</PRE>
<P>
<DL>
<DT><B>Author:</B></DT>
<DD>Josh Micich</DD>
</DL>
<HR>
<P>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/poi/util/LittleEndianInput.html#available()">available</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> byte</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/poi/util/LittleEndianInput.html#readByte()">readByte</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> double</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/poi/util/LittleEndianInput.html#readDouble()">readDouble</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/poi/util/LittleEndianInput.html#readFully(byte[])">readFully</A></B>(byte[] buf)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/poi/util/LittleEndianInput.html#readFully(byte[], int, int)">readFully</A></B>(byte[] buf,
int off,
int len)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/poi/util/LittleEndianInput.html#readInt()">readInt</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> long</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/poi/util/LittleEndianInput.html#readLong()">readLong</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> short</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/poi/util/LittleEndianInput.html#readShort()">readShort</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/poi/util/LittleEndianInput.html#readUByte()">readUByte</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/poi/util/LittleEndianInput.html#readUShort()">readUShort</A></B>()</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="available()"><!-- --></A><H3>
available</H3>
<PRE>
int <B>available</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="readByte()"><!-- --></A><H3>
readByte</H3>
<PRE>
byte <B>readByte</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="readUByte()"><!-- --></A><H3>
readUByte</H3>
<PRE>
int <B>readUByte</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="readShort()"><!-- --></A><H3>
readShort</H3>
<PRE>
short <B>readShort</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="readUShort()"><!-- --></A><H3>
readUShort</H3>
<PRE>
int <B>readUShort</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="readInt()"><!-- --></A><H3>
readInt</H3>
<PRE>
int <B>readInt</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="readLong()"><!-- --></A><H3>
readLong</H3>
<PRE>
long <B>readLong</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="readDouble()"><!-- --></A><H3>
readDouble</H3>
<PRE>
double <B>readDouble</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="readFully(byte[])"><!-- --></A><H3>
readFully</H3>
<PRE>
void <B>readFully</B>(byte[] buf)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="readFully(byte[], int, int)"><!-- --></A><H3>
readFully</H3>
<PRE>
void <B>readFully</B>(byte[] buf,
int off,
int len)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/LittleEndianInput.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../org/apache/poi/util/LittleEndianConsts.html" title="interface in org.apache.poi.util"><B>PREV CLASS</B></A>
<A HREF="../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?org/apache/poi/util/LittleEndianInput.html" target="_top"><B>FRAMES</B></A>
<A HREF="LittleEndianInput.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
<i>Copyright 2010 The Apache Software Foundation or
its licensors, as applicable.</i>
</BODY>
</HTML>
| nimbleapps/export_to_spreadsheet | lib/apache-poi/docs/apidocs/org/apache/poi/util/LittleEndianInput.html | HTML | mit | 13,834 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Dialog</title>
</head>
<body>
<dialog>
<p>Greetings, one and all!</p>
</dialog>
<br>
<br>
<dialog open>
<form action="/" method="dialog">
<p>Kef</p>
<button>Exit</button>
</form>
</dialog>
</body>
</html> | i-den/SoftwareUniversity | Front End Courses/02. HTML Spec/10. Interactive/02. Dialog/01.html | HTML | mit | 312 |
<!DOCTYPE html>
<html lang="en">
<head>
<title>Hangons - A Hangouts.json parser</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<meta name="description" content="A completely client side Hangouts.json parser to convert your json file from hangouts to a preferred format">
<meta name="author" content="David Byrne">
<meta name="theme-color" content="#1AA260">
<link rel="icon" sizes="192x192" type="image/png" href="images/favicon.png">
<link rel="stylesheet" type="text/css" href="assets/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" href="hangons.css" />
<script src="assets/jquery.min.js"></script>
<script src="assets/bootstrap.min.js"></script>
<script src="assets/angular.min.js"></script>
<script src="hangons.js"></script>
</head>
<body ng-App="hangons" ng-controller="mainController" id="body">
<nav class="navbar navbar-default">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<img src="images/Hangons3.png" class="pull-left " id="logo" alt="Hangons Logo">
<!--Source for logo: http://romannurik.github.io/AndroidAssetStudio/ -->
<a class="navbar-brand" href="index.html">Hangons</a>
<p class="navbar-text hidden-xs">A clientside hangouts.json parser</p>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a href="faq.html">FAQ</a></li>
<li><a href="https://github.com/David-Byrne/Hangons">Github</a></li>
</ul>
</div>
</div>
</nav>
<div id="mainContent" class="container">
<div class="row">
First go to <a href="https://takeout.google.com/settings/takeout" target="_blank">Google Takeout</a> and download
your hangouts data. Extract the Hangouts.json file from the zip and upload it here.
<span class="input-group-btn">
<span class="btn btn-default btn-file colouredButton">
Browse<input type="file" id="fileinput">
<input type="text" class="form-control brightText" disabled="" id="fileNameTextBox" readonly>
</span>
</span>
</div>
<div id="cannotParseAlert" class="row hidden">
<br>
<div class="col-sm-offset-3 col-sm-6 col-md-offset-4 col-md-4 col-lg-offset-4 col-lg-4">
<div class="alert alert-dismissible alert-danger">
<button type="button" class="close" data-dismiss="alert">✖</button>
<strong>The chosen file cannot be parsed</strong>
<p id="cannotParseAlertDes"></p>
</div>
</div>
</div>
<div id="unknownMessageAlert" class="row hidden">
<br>
<div class="col-sm-offset-3 col-sm-6 col-md-offset-4 col-md-4 col-lg-offset-4 col-lg-4">
<div class="alert alert-dismissible alert-warning">
<button type="button" class="close" data-dismiss="alert">✖</button>
<strong>Certain messages were not recorded</strong>
<p>We didn't recognise the format of some of the message(s) so they couldn't be backed up.
If you report the console messages (f12)
<a href='https://docs.google.com/forms/d/1YEmJ5ScZbtJ6_U6RtpCLdhoSZs1i6kMipM0jVOBQnpc/viewform?usp=send_form'>
here</a> I will try fix the issue.
</p>
</div>
</div>
</div>
<br>
<div class="row">
<div class="progress">
<div id = "parseBar" class="progress-bar colouredProgressBar" style="width: 0%;"></div>
</div>
</div>
<div class="row">
Now choose what format you'd like it in. The dropdown box gives more information about the file types.
<br>
<div class="btn-group spacedButton">
<a href="#" class="btn btn-default disabled colouredButton" id="jsonBtn">Simplified JSON</a>
<a href="#" class="btn btn-default dropdown-toggle colouredButton dropdown" data-toggle="dropdown" aria-expanded="false"><span class="caret brightText"></span></a>
<span class="dropdown-menu dataDescription">
<span class="dataDescription">
<abbr title="JavaScript Object Natation">JSON</abbr> array of conversation objects and each conversation contains an array of participants and an
array of message objects. Each message object has a sender, time and content attribute.
</span>
</span>
</div>
<div class="btn-group spacedButton">
<a href="#" class="btn btn-default disabled colouredButton" id="txtBtn">Plain Text</a>
<a href="#" class="btn btn-default dropdown-toggle colouredButton dropdown" data-toggle="dropdown" aria-expanded="false"><span class="caret brightText"></span></a>
<span class="dropdown-menu dataDescription">
A plain .txt file with the sender, time, date and content with one message's attributes per line.
</span>
</div>
<div class="btn-group spacedButton">
<a href="#" class="btn btn-default disabled colouredButton" id="csvBtn">Comma Separated Value</a>
<a href="#" class="btn btn-default dropdown-toggle colouredButton dropdown" data-toggle="dropdown" aria-expanded="false"><span class="caret brightText"></span></a>
<span class="dropdown-menu dataDescription">
A .csv file with the sender, time, date and content separated with commas. One message is printed per line.
</span>
</div>
<div class="btn-group spacedButton">
<a href="#" class="btn btn-default disabled colouredButton" id="htmlBtn">HTML</a>
<a href="#" class="btn btn-default dropdown-toggle colouredButton dropdown" data-toggle="dropdown" aria-expanded="false"><span class="caret brightText"></span></a>
<span class="dropdown-menu dataDescription">
A <abbr title="Hyper Text Markup Language">HTML</abbr> file with the messages styled like the hangouts interface you're used to.
</span>
</div>
</div>
<br>
<div class="row">
<div class="progress">
<div id = "toFileBar" class="progress-bar colouredProgressBar" style="width: 0%;"></div>
</div>
</div>
<div class="row">
<div class="navbar-form form-group center-block" ng-hide="angFiles === undefined || angFiles.length === 0">
<input type="text" placeholder="Search by Name" class="form-control" id="inputDefault" ng-model="query">
</div>
<div class="fileButton" ng-hide="!angFiles">
<a href="#" class="btn btn-default colouredButton fileButton" ng-click="angDownloadAll()"> Download All (Chrome doesn't allow too many downloads, use Firefox if you have a lot of chats) </a>
</div>
<br/>
<span ng-repeat="file in angFiles track by $index" >
<span class="fileButton" ng-hide="file.name.toUpperCase().search(query.toUpperCase()) === -1">
<a href="#" class="btn btn-default colouredButton fileButton" ng-click="angDownload(file.name+file.type, file.messages )"> {{file.name+file.type}}</a>
</span>
</span>
</div>
</div>
</body>
</html>
| David-Byrne/Hangons | index.html | HTML | mit | 8,301 |
{% extends "base.html" %}
{% block content_title %}{% endblock %}
{% block content %}
{% if articles %}
{% for article in (articles_page.object_list if articles_page else articles) %}
<article class="row item">
<div class="col-md-4">
<a href="{{ SITEURL }}/{{ article.url }}" title="{{ article.title }}">
<figure>
<img class="media-object" src="{{ article.image }}" alt="{{ article.title }}">
</figure>
</a>
</div>
<div class="col-md-8">
<header>
<h3 class="media-heading post-title"><a href="{{ SITEURL }}/{{ article.url }}" data-toggle="tooltip" data-placement="bottom" title="{{ article.title }}">{{ article.title }}</a></h3>
<small class="entry-meta">
{% include 'article_infos.html' %}
</small>
</header>
{{ article.summary }}
</div>
</article>
{% endfor %}
{% endif %}
{% endblock content %}
| heladio/my-blog | themes/ptemplate/templates/index.html | HTML | mit | 1,190 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>BoostBook element template</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="../../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
<link rel="up" href="../../reference.html" title="Reference">
<link rel="prev" href="run-fail-test.html" title="BoostBook element run-fail-test">
<link rel="next" href="compile-fail-test.html" title="BoostBook element compile-fail-test">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../boost.png"></td>
<td align="center"><a href="../../../../index.html">Home</a></td>
<td align="center"><a href="../../../../libs/libraries.htm">Libraries</a></td>
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
<td align="center"><a href="../../../../more/index.htm">More</a></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="run-fail-test.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="compile-fail-test.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="boostbook.dtd.template"></a><div class="titlepage"></div>
<div class="refnamediv">
<h2><span class="refentrytitle">
BoostBook element <code class="sgmltag-element">template</code></span></h2>
<p>template — Declares the template parameters of a class or function</p>
</div>
<h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2>
<div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv">template ::=
(<a class="link" href="template-type-parameter.html" title="BoostBook element template-type-parameter">template-type-parameter</a>| <a class="link" href="template-nontype-parameter.html" title="BoostBook element template-nontype-parameter">template-nontype-parameter</a>| <a class="link" href="template-varargs.html" title="BoostBook element template-varargs">template-varargs</a>)*
</div>
<div class="refsection">
<a name="idp263534456"></a><h2>Attributes</h2>
<div class="informaltable"><table class="table">
<colgroup>
<col>
<col>
<col>
<col>
</colgroup>
<thead><tr>
<th>Name</th>
<th>Type</th>
<th>Value</th>
<th>Purpose</th>
</tr></thead>
<tbody>
<tr>
<td>last-revision</td>
<td>#IMPLIED</td>
<td>CDATA</td>
<td>Set to $Date: 2009-10-10 15:53:46 +0100 (Sat, 10 Oct 2009) $ to keep "last revised" information in sync with CVS changes</td>
</tr>
<tr>
<td>id</td>
<td>#IMPLIED</td>
<td>CDATA</td>
<td>A global identifier for this element</td>
</tr>
<tr>
<td>xml:base</td>
<td>#IMPLIED</td>
<td>CDATA</td>
<td>Implementation detail used by XIncludes</td>
</tr>
</tbody>
</table></div>
</div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2003-2005 Douglas Gregor<p>Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
<a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>).
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="run-fail-test.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="compile-fail-test.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
| laborautonomo/poedit | deps/boost/doc/html/boostbook/dtd/template.html | HTML | mit | 4,293 |
<!DOCTYPE html>
<!--[if IE 8]> <html class="ie ie8"> <![endif]-->
<!--[if IE 9]> <html class="ie ie9"> <![endif]-->
<!--[if gt IE 9]><!--> <html> <!--<![endif]-->
<head>
<meta charset="utf-8" />
<title>Smarty - Multipurpose + Admin</title>
<meta name="keywords" content="HTML5,CSS3,Template" />
<meta name="description" content="" />
<meta name="Author" content="Dorin Grigoras [www.stepofweb.com]" />
<!-- mobile settings -->
<meta name="viewport" content="width=device-width, maximum-scale=1, initial-scale=1, user-scalable=0" />
<!--[if IE]><meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'><![endif]-->
<!-- WEB FONTS : use %7C instead of | (pipe) -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400%7CRaleway:300,400,500,600,700%7CLato:300,400,400italic,600,700" rel="stylesheet" type="text/css" />
<!-- CORE CSS -->
<link href="assets/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<!-- THEME CSS -->
<link href="assets/css/essentials.css" rel="stylesheet" type="text/css" />
<link href="assets/css/layout.css" rel="stylesheet" type="text/css" />
<!-- PAGE LEVEL SCRIPTS -->
<link href="assets/css/header-1.css" rel="stylesheet" type="text/css" />
<link href="assets/css/color_scheme/green.css" rel="stylesheet" type="text/css" id="color_scheme" />
</head>
<!--
AVAILABLE BODY CLASSES:
smoothscroll = create a browser smooth scroll
enable-animation = enable WOW animations
bg-grey = grey background
grain-grey = grey grain background
grain-blue = blue grain background
grain-green = green grain background
grain-blue = blue grain background
grain-orange = orange grain background
grain-yellow = yellow grain background
boxed = boxed layout
pattern1 ... patern11 = pattern background
menu-vertical-hide = hidden, open on click
BACKGROUND IMAGE [together with .boxed class]
data-background="assets/images/boxed_background/1.jpg"
-->
<body class="smoothscroll enable-animation">
<!-- SLIDE TOP -->
<div id="slidetop">
<div class="container">
<div class="row">
<div class="col-md-4">
<h6><i class="icon-heart"></i> WHY SMARTY?</h6>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas metus nulla, commodo a sodales sed, dignissim pretium nunc. Nam et lacus neque. Ut enim massa, sodales tempor convallis et, iaculis ac massa. </p>
</div>
<div class="col-md-4">
<h6><i class="icon-attachment"></i> RECENTLY VISITED</h6>
<ul class="list-unstyled">
<li><a href="#"><i class="fa fa-angle-right"></i> Consectetur adipiscing elit amet</a></li>
<li><a href="#"><i class="fa fa-angle-right"></i> This is a very long text, very very very very very very very very very very very very </a></li>
<li><a href="#"><i class="fa fa-angle-right"></i> Lorem ipsum dolor sit amet</a></li>
<li><a href="#"><i class="fa fa-angle-right"></i> Dolor sit amet,consectetur adipiscing elit amet</a></li>
<li><a href="#"><i class="fa fa-angle-right"></i> Consectetur adipiscing elit amet,consectetur adipiscing elit</a></li>
</ul>
</div>
<div class="col-md-4">
<h6><i class="icon-envelope"></i> CONTACT INFO</h6>
<ul class="list-unstyled">
<li><b>Address:</b> PO Box 21132, Here Weare St, <br /> Melbourne, Vivas 2355 Australia</li>
<li><b>Phone:</b> 1-800-565-2390</li>
<li><b>Email:</b> <a href="mailto:support@yourname.com">support@yourname.com</a></li>
</ul>
</div>
</div>
</div>
<a class="slidetop-toggle" href="#"><!-- toggle button --></a>
</div>
<!-- /SLIDE TOP -->
<!-- wrapper -->
<div id="wrapper">
<!--
AVAILABLE HEADER CLASSES
Default nav height: 96px
.header-md = 70px nav height
.header-sm = 60px nav height
.noborder = remove bottom border (only with transparent use)
.transparent = transparent header
.translucent = translucent header
.sticky = sticky header
.static = static header
.dark = dark header
.bottom = header on bottom
shadow-before-1 = shadow 1 header top
shadow-after-1 = shadow 1 header bottom
shadow-before-2 = shadow 2 header top
shadow-after-2 = shadow 2 header bottom
shadow-before-3 = shadow 3 header top
shadow-after-3 = shadow 3 header bottom
.clearfix = required for mobile menu, do not remove!
Example Usage: class="clearfix sticky header-sm transparent noborder"
-->
<div id="header" class="transparent clearfix header-md noshadow noborder">
<!-- TOP NAV -->
<header id="topNav">
<div class="container">
<!-- Mobile Menu Button -->
<button class="btn btn-mobile" data-toggle="collapse" data-target=".nav-main-collapse">
<i class="fa fa-bars"></i>
</button>
<!-- BUTTONS -->
<ul class="pull-right nav nav-pills nav-second-main">
<!-- SEARCH -->
<li class="search">
<a href="javascript:;">
<i class="fa fa-search"></i>
</a>
<div class="search-box">
<form action="page-search-result-1.html" method="get">
<div class="input-group">
<input type="text" name="src" placeholder="Search" class="form-control" />
<span class="input-group-btn">
<button class="btn btn-primary" type="submit">Search</button>
</span>
</div>
</form>
</div>
</li>
<!-- /SEARCH -->
<!-- QUICK SHOP CART -->
<li class="quick-cart">
<a href="#">
<span class="badge badge-aqua btn-xs badge-corner">2</span>
<i class="fa fa-shopping-cart"></i>
</a>
<div class="quick-cart-box">
<h4>Shop Cart</h4>
<div class="quick-cart-wrapper">
<a href="#"><!-- cart item -->
<img src="assets/images/demo/people/300x300/4-min.jpg" width="45" height="45" alt="" />
<h6><span>2x</span> RED BAG WITH HUGE POCKETS</h6>
<small>$37.21</small>
</a><!-- /cart item -->
<a href="#"><!-- cart item -->
<img src="assets/images/demo/people/300x300/5-min.jpg" width="45" height="45" alt="" />
<h6><span>2x</span> THIS IS A VERY LONG TEXT AND WILL BE TRUNCATED</h6>
<small>$17.18</small>
</a><!-- /cart item -->
<!-- cart no items example -->
<!--
<a class="text-center" href="#">
<h6>0 ITEMS ON YOUR CART</h6>
</a>
-->
</div>
<!-- quick cart footer -->
<div class="quick-cart-footer clearfix">
<a href="shop-cart.html" class="btn btn-primary btn-xs pull-right">VIEW CART</a>
<span class="pull-left"><strong>TOTAL:</strong> $54.39</span>
</div>
<!-- /quick cart footer -->
</div>
</li>
<!-- /QUICK SHOP CART -->
</ul>
<!-- /BUTTONS -->
<!-- Logo -->
<a class="logo pull-left" href="index.html">
<img src="assets/images/logo_light.png" alt="" />
</a>
<!--
Top Nav
AVAILABLE CLASSES:
submenu-dark = dark sub menu
-->
<div class="navbar-collapse pull-right nav-main-collapse collapse">
<nav class="nav-main">
<!--
NOTE
For a regular link, remove "dropdown" class from LI tag and "dropdown-toggle" class from the href.
Direct Link Example:
<li>
<a href="#">HOME</a>
</li>
-->
<ul id="topMain" class="nav nav-pills nav-main">
<li class="dropdown active"><!-- HOME -->
<a class="dropdown-toggle" href="#">
HOME
</a>
<ul class="dropdown-menu">
<li class="dropdown">
<a class="dropdown-toggle" href="#">
HOME CORPORATE
</a>
<ul class="dropdown-menu">
<li><a href="index-corporate-1.html">CORPORATE LAYOUT 1</a></li>
<li><a href="index-corporate-2.html">CORPORATE LAYOUT 2</a></li>
<li><a href="index-corporate-3.html">CORPORATE LAYOUT 3</a></li>
<li><a href="index-corporate-4.html">CORPORATE LAYOUT 4</a></li>
<li><a href="index-corporate-5.html">CORPORATE LAYOUT 5</a></li>
<li><a href="index-corporate-6.html">CORPORATE LAYOUT 6</a></li>
<li><a href="index-corporate-7.html">CORPORATE LAYOUT 7</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
HOME PORTFOLIO
</a>
<ul class="dropdown-menu">
<li><a href="index-portfolio-1.html">PORTFOLIO LAYOUT 1</a></li>
<li><a href="index-portfolio-2.html">PORTFOLIO LAYOUT 2</a></li>
<li><a href="index-portfolio-masonry.html">PORTFOLIO MASONRY</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
HOME BLOG
</a>
<ul class="dropdown-menu">
<li><a href="index-blog-1.html">BLOG LAYOUT 1</a></li>
<li><a href="index-blog-2.html">BLOG LAYOUT 2</a></li>
<li><a href="index-blog-3.html">BLOG LAYOUT 3</a></li>
<li><a href="index-blog-4.html">BLOG LAYOUT 4</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
HOME SHOP
</a>
<ul class="dropdown-menu">
<li><a href="index-shop-1.html">SHOP LAYOUT 1</a></li>
<li><a href="index-shop-2.html">SHOP LAYOUT 2</a></li>
<li><a href="index-shop-3.html">SHOP LAYOUT 3</a></li>
<li><a href="index-shop-4.html">SHOP LAYOUT 4</a></li>
<li><a href="index-shop-5.html">SHOP LAYOUT 5</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
HOME MAGAZINE
</a>
<ul class="dropdown-menu">
<li><a href="index-magazine-1.html">MAGAZINE LAYOUT 1</a></li>
<li><a href="index-magazine-2.html">MAGAZINE LAYOUT 2</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
HOME LANDING PAGE
</a>
<ul class="dropdown-menu">
<li><a href="index-landing-1.html">LANDING PAGE LAYOUT 1</a></li>
<li><a href="index-landing-2.html">LANDING PAGE LAYOUT 2</a></li>
<li><a href="index-landing-3.html">LANDING PAGE LAYOUT 3</a></li>
<li><a href="index-landing-4.html">LANDING PAGE LAYOUT 4</a></li>
<li><a href="index-landing-5.html">LANDING PAGE LAYOUT 5</a></li>
</ul>
</li>
<li class="dropdown active">
<a class="dropdown-toggle" href="#">
HOME FULLSCREEN
</a>
<ul class="dropdown-menu">
<li><a href="index-fullscreen-revolution.html">FULLSCREEN - REVOLUTION</a></li>
<li><a href="index-fullscreen-youtube.html">FULLSCREEN - YOUTUBE</a></li>
<li><a href="index-fullscreen-local-video.html">FULLSCREEN - LOCAL VIDEO</a></li>
<li class="active"><a href="index-fullscreen-image.html">FULLSCREEN - IMAGE</a></li>
<li><a href="index-fullscreen-txt-rotator.html">FULLSCREEN - TEXT ROTATOR</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
HOME ONE PAGE
</a>
<ul class="dropdown-menu">
<li><a href="index-onepage-default.html">ONE PAGE - DEFAULT</a></li>
<li><a href="index-onepage-revolution.html">ONE PAGE - REVOLUTION</a></li>
<li><a href="index-onepage-image.html">ONE PAGE - IMAGE</a></li>
<li><a href="index-onepage-parallax.html">ONE PAGE - PARALLAX</a></li>
<li><a href="index-onepage-youtube.html">ONE PAGE - YOUTUBE</a></li>
<li><a href="index-onepage-text-rotator.html">ONE PAGE - TEXT ROTATOR</a></li>
<li><a href="start.html#onepage"><span class="label label-success pull-right">new</span> MORE LAYOUTS</a></li>
</ul>
</li>
<li class="divider"></li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
HOME - THEMATICS <i class="fa fa-heart margin-left-10"></i>
</a>
<ul class="dropdown-menu">
<li><a href="index-thematics-restaurant.html">HOME - RESTAURANT</a></li>
<li><a href="index-thematics-education.html">HOME - EDUCATION</a></li>
<li><a href="index-thematics-construction.html">HOME - CONSTRUCTION</a></li>
<li><a href="index-thematics-medical.html">HOME - MEDICAL</a></li>
<li><a href="index-thematics-church.html">HOME - CHURCH</a></li>
<li><a href="index-thematics-fashion.html">HOME - FASHION</a></li>
<li><a href="index-thematics-wedding.html">HOME - WEDDING</a></li>
<li><a href="index-thematics-events.html">HOME - EVENTS</a></li>
<li><a href="http://www.stepofweb.com/propose-design.html" data-toggle="tooltip" data-placement="top" title="Do you need a specific home design? We can include it in the next update!" target="_blank"><span class="label label-danger pull-right">hot</span> PROPOSE THEMATIC</a></li>
</ul>
</li>
<li class="divider"></li>
<li><a href="start.html#newrevslider" data-toggle="tooltip" data-placement="top" title="32 More Revolution Slider V5"><span class="label label-danger pull-right">new</span> 32 MORE LAYOUTS</a></li>
<li class="divider"></li>
<li><a href="index-simple-revolution.html">HOME SIMPLE - REVOLUTION</a></li>
<li><a href="index-simple-layerslider.html">HOME SIMPLE - LAYERSLIDER</a></li>
<li><a href="index-simple-parallax.html">HOME SIMPLE - PARALLAX</a></li>
<li><a href="index-simple-youtube.html">HOME SIMPLE - YOUTUBE</a></li>
</ul>
</li>
<li class="dropdown"><!-- PAGES -->
<a class="dropdown-toggle" href="#">
PAGES
</a>
<ul class="dropdown-menu">
<li class="dropdown">
<a class="dropdown-toggle" href="#">
ABOUT
</a>
<ul class="dropdown-menu">
<li><a href="page-about-us-1.html">ABOUT US - LAYOUT 1</a></li>
<li><a href="page-about-us-2.html">ABOUT US - LAYOUT 2</a></li>
<li><a href="page-about-us-3.html">ABOUT US - LAYOUT 3</a></li>
<li><a href="page-about-us-4.html">ABOUT US - LAYOUT 4</a></li>
<li><a href="page-about-us-5.html">ABOUT US - LAYOUT 5</a></li>
<li><a href="page-about-me-1.html">ABOUT ME - LAYOUT 1</a></li>
<li><a href="page-about-me-2.html">ABOUT ME - LAYOUT 2</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
TEAM
</a>
<ul class="dropdown-menu">
<li><a href="page-team-1.html">TEAM - LAYOUT 1</a></li>
<li><a href="page-team-2.html">TEAM - LAYOUT 2</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
SERVICES
</a>
<ul class="dropdown-menu">
<li><a href="page-services-1.html">SERVICES - LAYOUT 1</a></li>
<li><a href="page-services-2.html">SERVICES - LAYOUT 2</a></li>
<li><a href="page-services-3.html">SERVICES - LAYOUT 3</a></li>
<li><a href="page-services-4.html">SERVICES - LAYOUT 4</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
FAQ
</a>
<ul class="dropdown-menu">
<li><a href="page-faq-1.html">FAQ - LAYOUT 1</a></li>
<li><a href="page-faq-2.html">FAQ - LAYOUT 2</a></li>
<li><a href="page-faq-3.html">FAQ - LAYOUT 3</a></li>
<li><a href="page-faq-4.html">FAQ - LAYOUT 4</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
CONTACT
</a>
<ul class="dropdown-menu">
<li><a href="page-contact-1.html">CONTACT - LAYOUT 1</a></li>
<li><a href="page-contact-2.html">CONTACT - LAYOUT 2</a></li>
<li><a href="page-contact-3.html">CONTACT - LAYOUT 3</a></li>
<li><a href="page-contact-4.html">CONTACT - LAYOUT 4</a></li>
<li><a href="page-contact-5.html">CONTACT - LAYOUT 5</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
ERROR
</a>
<ul class="dropdown-menu">
<li><a href="page-404-1.html">ERROR 404 - LAYOUT 1</a></li>
<li><a href="page-404-2.html">ERROR 404 - LAYOUT 2</a></li>
<li><a href="page-404-3.html">ERROR 404 - LAYOUT 3</a></li>
<li><a href="page-404-4.html">ERROR 404 - LAYOUT 4</a></li>
<li><a href="page-404-5.html">ERROR 404 - LAYOUT 5</a></li>
<li><a href="page-404-6.html">ERROR 404 - LAYOUT 6</a></li>
<li><a href="page-404-7.html">ERROR 404 - LAYOUT 7</a></li>
<li><a href="page-404-8.html">ERROR 404 - LAYOUT 8</a></li>
<li class="divider"></li>
<li><a href="page-500-1.html">ERROR 500 - LAYOUT 1</a></li>
<li><a href="page-500-2.html">ERROR 500 - LAYOUT 2</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
SIDEBAR
</a>
<ul class="dropdown-menu">
<li><a href="page-sidebar-left.html">SIDEBAR LEFT</a></li>
<li><a href="page-sidebar-right.html">SIDEBAR RIGHT</a></li>
<li><a href="page-sidebar-both.html">SIDEBAR BOTH</a></li>
<li><a href="page-sidebar-no.html">NO SIDEBAR</a></li>
<li class="divider"></li>
<li><a href="page-sidebar-dark-left.html">SIDEBAR LEFT - DARK</a></li>
<li><a href="page-sidebar-dark-right.html">SIDEBAR RIGHT - DARK</a></li>
<li><a href="page-sidebar-dark-both.html">SIDEBAR BOTH - DARK</a></li>
<li><a href="page-sidebar-dark-no.html">NO SIDEBAR - DARK</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
LOGIN/REGISTER
</a>
<ul class="dropdown-menu">
<li><a href="page-login-1.html">LOGIN - LAYOUT 1</a></li>
<li><a href="page-login-2.html">LOGIN - LAYOUT 2</a></li>
<li><a href="page-login-3.html">LOGIN - LAYOUT 3</a></li>
<li><a href="page-login-4.html">LOGIN - LAYOUT 4</a></li>
<li><a href="page-login-5.html">LOGIN - LAYOUT 5</a></li>
<li><a href="page-login-register-1.html">LOGIN + REGISTER 1</a></li>
<li><a href="page-login-register-2.html">LOGIN + REGISTER 2</a></li>
<li><a href="page-login-register-3.html">LOGIN + REGISTER 3</a></li>
<li><a href="page-register-1.html">REGISTER - LAYOUT 1</a></li>
<li><a href="page-register-2.html">REGISTER - LAYOUT 2</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
CLIENTS
</a>
<ul class="dropdown-menu">
<li><a href="page-clients-1.html">CLIENTS 1 - SIDEBAR RIGHT</a></li>
<li><a href="page-clients-2.html">CLIENTS 1 - SIDEBAR LEFT</a></li>
<li><a href="page-clients-3.html">CLIENTS 1 - FULLWIDTH</a></li>
<li class="divider"></li>
<li><a href="page-clients-4.html">CLIENTS 2 - SIDEBAR RIGHT</a></li>
<li><a href="page-clients-5.html">CLIENTS 2 - SIDEBAR LEFT</a></li>
<li><a href="page-clients-6.html">CLIENTS 2 - FULLWIDTH</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
SEARCH RESULT
</a>
<ul class="dropdown-menu">
<li><a href="page-search-result-1.html">LAYOUT 1 - LEFT SIDEBAR</a></li>
<li><a href="page-search-result-2.html">LAYOUT 1 - RIGHT SIDEBAR</a></li>
<li><a href="page-search-result-3.html">LAYOUT 1 - FULLWIDTH</a></li>
<li class="divider"></li>
<li><a href="page-search-result-4.html">LAYOUT 2 - LEFT SIDEBAR</a></li>
<li><a href="page-search-result-5.html">LAYOUT 2 - RIGHT SIDEBAR</a></li>
<li class="divider"></li>
<li><a href="page-search-result-6.html">LAYOUT 3 - TABLE SEARCH</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
PROFILE
</a>
<ul class="dropdown-menu">
<li><a href="page-profile.html">USER PROFILE</a></li>
<li><a href="page-profile-projects.html">USER PROJECTS</a></li>
<li><a href="page-profile-comments.html">USER COMMENTS</a></li>
<li><a href="page-profile-history.html">USER HISTORY</a></li>
<li><a href="page-profile-settings.html">USER SETTINGS</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
MAINTENANCE
</a>
<ul class="dropdown-menu">
<li><a href="page-maintenance-1.html">MAINTENANCE - LAYOUT 1</a></li>
<li><a href="page-maintenance-2.html">MAINTENANCE - LAYOUT 2</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
COMING SOON
</a>
<ul class="dropdown-menu">
<li><a href="page-coming-soon-1.html">COMING SOON - LAYOUT 1</a></li>
<li><a href="page-coming-soon-2.html">COMING SOON - LAYOUT 2</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
FORUM
</a>
<ul class="dropdown-menu">
<li><a href="page-forum-home.html">FORUM - HOME</a></li>
<li><a href="page-forum-topic.html">FORUM - TOPIC</a></li>
<li><a href="page-forum-post.html">FORUM - POST</a></li>
</ul>
</li>
<li><a href="page-careers.html">CAREERS</a></li>
<li><a href="page-sitemap.html">SITEMAP</a></li>
<li><a href="page-blank.html">BLANK PAGE</a></li>
</ul>
</li>
<li class="dropdown"><!-- FEATURES -->
<a class="dropdown-toggle" href="#">
FEATURES
</a>
<ul class="dropdown-menu">
<li class="dropdown">
<a class="dropdown-toggle" href="#">
<i class="et-browser"></i> SLIDERS
</a>
<ul class="dropdown-menu">
<li>
<a class="dropdown-toggle" href="#">REVOLUTION SLIDER 4.x</a>
<ul class="dropdown-menu">
<li><a href="feature-slider-revolution-fullscreen.html">FULLSCREEN</a></li>
<li><a href="feature-slider-revolution-fullwidth.html">FULL WIDTH</a></li>
<li><a href="feature-slider-revolution-fixedwidth.html">FIXED WIDTH</a></li>
<li><a href="feature-slider-revolution-kenburns.html">KENBURNS EFFECT</a></li>
<li><a href="feature-slider-revolution-videobg.html">HTML5 VIDEO</a></li>
<li><a href="feature-slider-revolution-captions.html">CAPTIONS</a></li>
<li><a href="feature-slider-revolution-smthumb.html">THUMB SMALL</a></li>
<li><a href="feature-slider-revolution-lgthumb.html">THUMB LARGE</a></li>
<li class="divider"></li>
<li><a href="feature-slider-revolution-prev1.html">NAV PREVIEW 1</a></li>
<li><a href="feature-slider-revolution-prev2.html">NAV PREVIEW 2</a></li>
<li><a href="feature-slider-revolution-prev3.html">NAV PREVIEW 3</a></li>
<li><a href="feature-slider-revolution-prev4.html">NAV PREVIEW 4</a></li>
<li><a href="feature-slider-revolution-prev0.html">NAV THEME DEFAULT</a></li>
</ul>
</li>
<li>
<a class="dropdown-toggle" href="#">LAYER SLIDER</a>
<ul class="dropdown-menu">
<li><a href="feature-slider-layer-fullwidth.html">FULLWIDTH</a></li>
<li><a href="feature-slider-layer-fixed.html">FIXED WIDTH</a></li>
<li><a href="feature-slider-layer-captions.html">CAPTIONS</a></li>
<li><a href="feature-slider-layer-carousel.html">CAROUSEL</a></li>
<li><a href="feature-slider-layer-2d3d.html">2D & 3D TRANSITIONS</a></li>
<li><a href="feature-slider-layer-thumb.html">THUMB NAV</a></li>
</ul>
</li>
<li>
<a class="dropdown-toggle" href="#">FLEX SLIDER</a>
<ul class="dropdown-menu">
<li><a href="feature-slider-flexslider-fullwidth.html">FULL WIDTH</a></li>
<li><a href="feature-slider-flexslider-content.html">CONTENT</a></li>
<li><a href="feature-slider-flexslider-thumbs.html">WITH THUMBS</a></li>
</ul>
</li>
<li>
<a class="dropdown-toggle" href="#">OWL SLIDER</a>
<ul class="dropdown-menu">
<li><a href="feature-slider-owl-fullwidth.html">FULL WIDTH</a></li>
<li><a href="feature-slider-owl-fixed.html">FIXED WIDTH</a></li>
<li><a href="feature-slider-owl-fixed+progress.html">FIXED + PROGRESS</a></li>
<li><a href="feature-slider-owl-carousel.html">BASIC CAROUSEL</a></li>
<li><a href="feature-slider-owl-fade.html">EFFECT - FADE</a></li>
<li><a href="feature-slider-owl-backslide.html">EFFECT - BACKSLIDE</a></li>
<li><a href="feature-slider-owl-godown.html">EFFECT - GODOWN</a></li>
<li><a href="feature-slider-owl-fadeup.html">EFFECT - FADE UP</a></li>
</ul>
</li>
<li>
<a class="dropdown-toggle" href="#">SWIPE SLIDER</a>
<ul class="dropdown-menu">
<li><a href="feature-slider-swipe-full.html">FULLSCREEN</a></li>
<li><a href="feature-slider-swipe-fixed-height.html">FIXED HEIGHT</a></li>
<li><a href="feature-slider-swipe-autoplay.html">AUTOPLAY</a></li>
<li><a href="feature-slider-swipe-fade.html">FADE TRANSITION</a></li>
<li><a href="feature-slider-swipe-slide.html">SLIDE TRANSITION</a></li>
<li><a href="feature-slider-swipe-coverflow.html">COVERFLOW TRANSITION</a></li>
<li><a href="feature-slider-swipe-html5-video.html">HTML5 VIDEO</a></li>
<li><a href="feature-slider-swipe-3columns.html">3 COLUMNS</a></li>
<li><a href="feature-slider-swipe-4columns.html">4 COLUMNS</a></li>
</ul>
</li>
<li><a href="feature-slider-nivo.html">NIVO SLIDER</a></li>
<li><a href="feature-slider-camera.html">CAMERA SLIDER</a></li>
<li><a href="feature-slider-elastic.html">ELASTIC SLIDER</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
<i class="et-hotairballoon"></i> HEADERS
</a>
<ul class="dropdown-menu">
<li><a href="feature-header-light.html">HEADER - LIGHT</a></li>
<li><a href="feature-header-dark.html">HEADER - DARK</a></li>
<li>
<a class="dropdown-toggle" href="#">HEADER - HEIGHT</a>
<ul class="dropdown-menu">
<li><a href="feature-header-large.html">LARGE (96px)</a></li>
<li><a href="feature-header-medium.html">MEDIUM (70px)</a></li>
<li><a href="feature-header-small.html">SMALL (60px)</a></li>
</ul>
</li>
<li>
<a class="dropdown-toggle" href="#">HEADER - SHADOW</a>
<ul class="dropdown-menu">
<li><a href="feature-header-shadow-after-1.html">SHADOW 1 - AFTER</a></li>
<li><a href="feature-header-shadow-before-1.html">SHADOW 1 - BEFORE</a></li>
<li class="divider"></li>
<li><a href="feature-header-shadow-after-2.html">SHADOW 2 - AFTER</a></li>
<li><a href="feature-header-shadow-before-2.html">SHADOW 2 - BEFORE</a></li>
<li class="divider"></li>
<li><a href="feature-header-shadow-after-3.html">SHADOW 3 - AFTER</a></li>
<li><a href="feature-header-shadow-before-3.html">SHADOW 3 - BEFORE</a></li>
<li class="divider"></li>
<li><a href="feature-header-shadow-dark-1.html">SHADOW - DARK PAGE EXAMPLE</a></li>
</ul>
</li>
<li><a href="feature-header-transparent.html">HEADER - TRANSPARENT</a></li>
<li><a href="feature-header-transparent-line.html">HEADER - TRANSP+LINE</a></li>
<li><a href="feature-header-translucent.html">HEADER - TRANSLUCENT</a></li>
<li>
<a class="dropdown-toggle" href="#">HEADER - BOTTOM</a>
<ul class="dropdown-menu">
<li><a href="feature-header-bottom-light.html">BOTTOM LIGHT</a></li>
<li><a href="feature-header-bottom-dark.html">BOTTOM DARK</a></li>
<li><a href="feature-header-bottom-transp.html">BOTTOM TRANSPARENT</a></li>
</ul>
</li>
<li>
<a class="dropdown-toggle" href="#">HEADER - LEFT SIDE</a>
<ul class="dropdown-menu">
<li><a href="feature-header-side-left-1.html">FIXED</a></li>
<li><a href="feature-header-side-left-2.html">OPEN ON CLICK</a></li>
<li><a href="feature-header-side-left-3.html">DARK</a></li>
</ul>
</li>
<li>
<a class="dropdown-toggle" href="#">HEADER - RIGHT SIDE</a>
<ul class="dropdown-menu">
<li><a href="feature-header-side-right-1.html">FIXED</a></li>
<li><a href="feature-header-side-right-2.html">OPEN ON CLICK</a></li>
<li><a href="feature-header-side-right-3.html">DARK</a></li>
</ul>
</li>
<li>
<a class="dropdown-toggle" href="#">HEADER - STATIC</a>
<ul class="dropdown-menu">
<li><a href="feature-header-static-top-light.html">STATIC TOP - LIGHT</a></li>
<li><a href="feature-header-static-top-dark.html">STATIC TOP - DARK</a></li>
<li class="divider"></li>
<li><a href="feature-header-static-bottom-light.html">STATIC BOTTOM - LIGHT</a></li>
<li><a href="feature-header-static-bottom-dark.html">STATIC BOTTOM - DARK</a></li>
</ul>
</li>
<li><a href="feature-header-nosticky.html">HEADER - NO STICKY</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
<i class="et-anchor"></i> FOOTERS
</a>
<ul class="dropdown-menu">
<li><a href="feature-footer-1.html#footer">FOOTER - LAYOUT 1</a></li>
<li><a href="feature-footer-2.html#footer">FOOTER - LAYOUT 2</a></li>
<li><a href="feature-footer-3.html#footer">FOOTER - LAYOUT 3</a></li>
<li><a href="feature-footer-4.html#footer">FOOTER - LAYOUT 4</a></li>
<li><a href="feature-footer-5.html#footer">FOOTER - LAYOUT 5</a></li>
<li><a href="feature-footer-6.html#footer">FOOTER - LAYOUT 6</a></li>
<li><a href="feature-footer-7.html#footer">FOOTER - LAYOUT 7</a></li>
<li><a href="feature-footer-8.html#footer">FOOTER - LAYOUT 8 (light)</a></li>
<li><a href="feature-footer-0.html#footer">FOOTER - STICKY</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
<i class="et-circle-compass"></i> MENU STYLES
</a>
<ul class="dropdown-menu">
<li><a href="feature-menu-0.html">MENU - OVERLAY</a></li>
<li><a href="feature-menu-1.html">MENU - STYLE 1</a></li>
<li><a href="feature-menu-2.html">MENU - STYLE 2</a></li>
<li><a href="feature-menu-3.html">MENU - STYLE 3</a></li>
<li><a href="feature-menu-4.html">MENU - STYLE 4</a></li>
<li><a href="feature-menu-5.html">MENU - STYLE 5</a></li>
<li><a href="feature-menu-6.html">MENU - STYLE 6</a></li>
<li><a href="feature-menu-7.html">MENU - STYLE 7</a></li>
<li><a href="feature-menu-8.html">MENU - STYLE 8</a></li>
<li><a href="feature-menu-9.html">MENU - STYLE 9</a></li>
<li><a href="feature-menu-10.html">MENU - STYLE 10</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
<i class="et-genius"></i> MENU DROPDOWN
</a>
<ul class="dropdown-menu">
<li><a href="feature-menu-dd-light.html">DROPDOWN - LIGHT</a></li>
<li><a href="feature-menu-dd-dark.html">DROPDOWN - DARK</a></li>
<li><a href="feature-menu-dd-color.html">DROPDOWN - COLOR</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
<i class="et-beaker"></i> PAGE TITLES
</a>
<ul class="dropdown-menu">
<li><a href="feature-title-left.html">ALIGN LEFT</a></li>
<li><a href="feature-title-right.html">ALIGN RIGHT</a></li>
<li><a href="feature-title-center.html">ALIGN CENTER</a></li>
<li><a href="feature-title-light.html">LIGHT</a></li>
<li><a href="feature-title-dark.html">DARK</a></li>
<li><a href="feature-title-tabs.html">WITH TABS</a></li>
<li><a href="feature-title-breadcrumbs.html">BREADCRUMBS ONLY</a></li>
<li>
<a class="dropdown-toggle" href="#">PARALLAX</a>
<ul class="dropdown-menu">
<li><a href="feature-title-parallax-small.html">PARALLAX SMALL</a></li>
<li><a href="feature-title-parallax-medium.html">PARALLAX MEDIUM</a></li>
<li><a href="feature-title-parallax-large.html">PARALLAX LARGE</a></li>
<li><a href="feature-title-parallax-2xlarge.html">PARALLAX 2x LARGE</a></li>
<li><a href="feature-title-parallax-transp.html">TRANSPARENT HEADER</a></li>
<li><a href="feature-title-parallax-transp-large.html">TRANSPARENT HEADER - LARGE</a></li>
</ul>
</li>
<li><a href="feature-title-short-height.html">SHORT HEIGHT</a></li>
<li><a href="feature-title-rotative-text.html">ROTATIVE TEXT</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
<i class="et-layers"></i> PAGE SUBMENU
</a>
<ul class="dropdown-menu">
<li><a href="feature-page-submenu-light.html">PAGE SUBMENU - LIGHT</a></li>
<li><a href="feature-page-submenu-dark.html">PAGE SUBMENU - DARK</a></li>
<li><a href="feature-page-submenu-color.html">PAGE SUBMENU - COLOR</a></li>
<li><a href="feature-page-submenu-transparent.html">PAGE SUBMENU - TRANSPARENT</a></li>
<li><a href="feature-page-submenu-below-title.html">PAGE SUBMENU - BELOW PAGE TITLE</a></li>
<li><a href="feature-page-submenu-scrollto.html">PAGE SUBMENU - SCROLLTO</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
<i class="et-trophy"></i> ICONS
</a>
<ul class="dropdown-menu">
<li><a href="feature-icons-fontawesome.html">FONTAWESOME</a></li>
<li><a href="feature-icons-glyphicons.html">GLYPHICONS</a></li>
<li><a href="feature-icons-etline.html">ET LINE</a></li>
<li><a href="feature-icons-flags.html">FLAGS</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
<i class="et-flag"></i> BACKGROUNDS
</a>
<ul class="dropdown-menu">
<li><a href="feature-content-bg-grey.html">CONTENT - SIMPLE GREY</a></li>
<li><a href="feature-content-bg-ggrey.html">CONTENT - GRAIN GREY</a></li>
<li><a href="feature-content-bg-gblue.html">CONTENT - GRAIN BLUE</a></li>
<li><a href="feature-content-bg-ggreen.html">CONTENT - GRAIN GREEN</a></li>
<li><a href="feature-content-bg-gorange.html">CONTENT - GRAIN ORANGE</a></li>
<li><a href="feature-content-bg-gyellow.html">CONTENT - GRAIN YELLOW</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
<i class="et-magnifying-glass"></i> SEARCH LAYOUTS
</a>
<ul class="dropdown-menu">
<li><a href="feature-search-default.html">SEARCH - DEFAULT</a></li>
<li><a href="feature-search-fullscreen-light.html">SEARCH - FULLSCREEN LIGHT</a></li>
<li><a href="feature-search-fullscreen-dark.html">SEARCH - FULLSCREEN DARK</a></li>
<li><a href="feature-search-header-light.html">SEARCH - HEADER LIGHT</a></li>
<li><a href="feature-search-header-dark.html">SEARCH - HEADER DARK</a></li>
</ul>
</li>
<li><a href="shortcode-animations.html"><i class="et-expand"></i> ANIMATIONS</a></li>
<li><a href="feature-grid.html"><i class="et-grid"></i> GRID</a></li>
<li><a href="feature-essentials.html"><i class="et-heart"></i> ESSENTIALS</a></li>
<li><a href="page-changelog.html"><i class="et-alarmclock"></i> CHANGELOG</a></li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
<i class="et-newspaper"></i> SIDE PANEL
</a>
<ul class="dropdown-menu">
<li><a href="feature-sidepanel-dark-right.html">SIDE PANEL - DARK - RIGHT</a></li>
<li><a href="feature-sidepanel-dark-left.html">SIDE PANEL - DARK - LEFT</a></li>
<li class="divider"></li>
<li><a href="feature-sidepanel-light-right.html">SIDE PANEL - LIGHT - RIGHT</a></li>
<li><a href="feature-sidepanel-light-left.html">SIDE PANEL - LIGHT - LEFT</a></li>
<li class="divider"></li>
<li><a href="feature-sidepanel-color-right.html">SIDE PANEL - COLOR - RIGHT</a></li>
<li><a href="feature-sidepanel-color-left.html">SIDE PANEL - COLOR - LEFT</a></li>
</ul>
</li>
<li><a target="_blank" href="../Admin/HTML/"><span class="label label-success pull-right">BONUS</span><i class="et-gears"></i> ADMIN PANEL</a></li>
</ul>
</li>
<li class="dropdown mega-menu"><!-- PORTFOLIO -->
<a class="dropdown-toggle" href="#">
PORTFOLIO
</a>
<ul class="dropdown-menu">
<li>
<div class="row">
<div class="col-md-5th">
<ul class="list-unstyled">
<li><span>GRID</span></li>
<li><a href="portfolio-grid-1-columns.html">1 COLUMN</a></li>
<li><a href="portfolio-grid-2-columns.html">2 COLUMNS</a></li>
<li><a href="portfolio-grid-3-columns.html">3 COLUMNS</a></li>
<li><a href="portfolio-grid-4-columns.html">4 COLUMNS</a></li>
<li><a href="portfolio-grid-5-columns.html">5 COLUMNS</a></li>
<li><a href="portfolio-grid-6-columns.html">6 COLUMNS</a></li>
</ul>
</div>
<div class="col-md-5th">
<ul class="list-unstyled">
<li><span>MASONRY</span></li>
<li><a href="portfolio-masonry-2-columns.html">2 COLUMNS</a></li>
<li><a href="portfolio-masonry-3-columns.html">3 COLUMNS</a></li>
<li><a href="portfolio-masonry-4-columns.html">4 COLUMNS</a></li>
<li><a href="portfolio-masonry-5-columns.html">5 COLUMNS</a></li>
<li><a href="portfolio-masonry-6-columns.html">6 COLUMNS</a></li>
</ul>
</div>
<div class="col-md-5th">
<ul class="list-unstyled">
<li><span>SINGLE</span></li>
<li><a href="portfolio-single-extended.html">EXTENDED ITEM</a></li>
<li><a href="portfolio-single-parallax.html">PARALLAX IMAGE</a></li>
<li><a href="portfolio-single-slider.html">SLIDER GALLERY</a></li>
<li><a href="portfolio-single-html5-video.html">HTML5 VIDEO</a></li>
<li><a href="portfolio-single-masonry-thumbs.html">MASONRY THUMBS</a></li>
<li><a href="portfolio-single-embed-video.html">EMBED VIDEO</a></li>
</ul>
</div>
<div class="col-md-5th">
<ul class="list-unstyled">
<li><span>LAYOUT</span></li>
<li><a href="portfolio-layout-default.html">DEFAULT</a></li>
<li><a href="portfolio-layout-aside-left.html">LEFT SIDEBAR</a></li>
<li><a href="portfolio-layout-aside-right.html">RIGHT SIDEBAR</a></li>
<li><a href="portfolio-layout-aside-both.html">BOTH SIDEBAR</a></li>
<li><a href="portfolio-layout-fullwidth.html">FULL WIDTH (100%)</a></li>
<li><a href="portfolio-layout-tabfilter.html">TAB FILTER & PAGINATION</a></li>
</ul>
</div>
<div class="col-md-5th">
<ul class="list-unstyled">
<li><span>LOADING</span></li>
<li><a href="portfolio-loading-pagination.html">PAGINATION</a></li>
<li><a href="portfolio-loading-jpagination.html">JQUERY PAGINATION</a></li>
<li><a href="portfolio-loading-infinite-scroll.html">INFINITE SCROLL</a></li>
<li><a href="portfolio-loading-ajax-page.html">AJAX IN PAGE</a></li>
<li><a href="portfolio-loading-ajax-modal.html">AJAX IN MODAL</a></li>
</ul>
</div>
</div>
</li>
</ul>
</li>
<li class="dropdown"><!-- BLOG -->
<a class="dropdown-toggle" href="#">
BLOG
</a>
<ul class="dropdown-menu">
<li class="dropdown">
<a class="dropdown-toggle" href="#">
DEFAULT
</a>
<ul class="dropdown-menu">
<li><a href="blog-default-aside-left.html">LEFT SIDEBAR</a></li>
<li><a href="blog-default-aside-right.html">RIGHT SIDEBAR</a></li>
<li><a href="blog-default-aside-both.html">BOTH SIDEBAR</a></li>
<li><a href="blog-default-fullwidth.html">FULL WIDTH</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
GRID
</a>
<ul class="dropdown-menu">
<li><a href="blog-column-2colums.html">2 COLUMNS</a></li>
<li><a href="blog-column-3colums.html">3 COLUMNS</a></li>
<li><a href="blog-column-4colums.html">4 COLUMNS</a></li>
<li class="divider"></li>
<li><a href="blog-column-aside-left.html">LEFT SIDEBAR</a></li>
<li><a href="blog-column-aside-right.html">RIGHT SIDEBAR</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
MASONRY
</a>
<ul class="dropdown-menu">
<li><a href="blog-masonry-2colums.html">2 COLUMNS</a></li>
<li><a href="blog-masonry-3colums.html">3 COLUMNS</a></li>
<li><a href="blog-masonry-4colums.html">4 COLUMNS</a></li>
<li><a href="blog-masonry-fullwidth.html">FULLWIDTH</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
TIMELINE
</a>
<ul class="dropdown-menu">
<li><a href="blog-timeline-aside-left.html">LEFT SIDEBAR</a></li>
<li><a href="blog-timeline-aside-right.html">RIGHT SIDEBAR</a></li>
<li><a href="blog-timeline-right-aside-right.html">RIGHT + TIMELINE RIGHT</a></li>
<li><a href="blog-timeline-right-aside-left.html">LEFT + TIMELINE RIGHT</a></li>
<li><a href="blog-timeline-fullwidth-left.html">FULL WIDTH - LEFT</a></li>
<li><a href="blog-timeline-fullwidth-right.html">FULL WIDTH - RIGHT</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
SMALL IMAGE
</a>
<ul class="dropdown-menu">
<li><a href="blog-smallimg-aside-left.html">LEFT SIDEBAR</a></li>
<li><a href="blog-smallimg-aside-right.html">RIGHT SIDEBAR</a></li>
<li><a href="blog-smallimg-aside-both.html">BOTH SIDEBAR</a></li>
<li><a href="blog-smallimg-fullwidth.html">FULL WIDTH</a></li>
<li class="divider"></li>
<li><a href="blog-smallimg-alternate-1.html">ALTERNATE 1</a></li>
<li><a href="blog-smallimg-alternate-2.html">ALTERNATE 2</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
SINGLE
</a>
<ul class="dropdown-menu">
<li><a href="blog-single-default.html">DEFAULT</a></li>
<li><a href="blog-single-aside-left.html">LEFT SIDEBAR</a></li>
<li><a href="blog-single-aside-right.html">RIGHT SIDEBAR</a></li>
<li><a href="blog-single-fullwidth.html">FULL WIDTH</a></li>
<li><a href="blog-single-small-image-left.html">SMALL IMAGE - LEFT</a></li>
<li><a href="blog-single-small-image-right.html">SMALL IMAGE - RIGHT</a></li>
<li><a href="blog-single-big-image.html">BIG IMAGE</a></li>
<li><a href="blog-single-fullwidth-image.html">FULLWIDTH IMAGE</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
COMMENTS
</a>
<ul class="dropdown-menu">
<li><a href="blog-comments-bordered.html#comments">BORDERED COMMENTS</a></li>
<li><a href="blog-comments-default.html#comments">DEFAULT COMMENTS</a></li>
<li><a href="blog-comments-facebook.html#comments">FACEBOOK COMMENTS</a></li>
<li><a href="blog-comments-disqus.html#comments">DISQUS COMMENTS</a></li>
</ul>
</li>
</ul>
</li>
<li class="dropdown"><!-- SHOP -->
<a class="dropdown-toggle" href="#">
SHOP
</a>
<ul class="dropdown-menu pull-right">
<li class="dropdown">
<a class="dropdown-toggle" href="#">
1 COLUMN
</a>
<ul class="dropdown-menu">
<li><a href="shop-1col-left.html">LEFT SIDEBAR</a></li>
<li><a href="shop-1col-right.html">RIGHT SIDEBAR</a></li>
<li><a href="shop-1col-both.html">BOTH SIDEBAR</a></li>
<li><a href="shop-1col-full.html">FULL WIDTH</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
2 COLUMNS
</a>
<ul class="dropdown-menu">
<li><a href="shop-2col-left.html">LEFT SIDEBAR</a></li>
<li><a href="shop-2col-right.html">RIGHT SIDEBAR</a></li>
<li><a href="shop-2col-both.html">BOTH SIDEBAR</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
3 COLUMNS
</a>
<ul class="dropdown-menu">
<li><a href="shop-3col-left.html">LEFT SIDEBAR</a></li>
<li><a href="shop-3col-right.html">RIGHT SIDEBAR</a></li>
<li><a href="shop-3col-full.html">FULL WIDTH</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
4 COLUMNS
</a>
<ul class="dropdown-menu">
<li><a href="shop-4col-left.html">LEFT SIDEBAR</a></li>
<li><a href="shop-4col-right.html">RIGHT SIDEBAR</a></li>
<li><a href="shop-4col-full.html">FULL WIDTH</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
SINGLE PRODUCT
</a>
<ul class="dropdown-menu">
<li><a href="shop-single-left.html">LEFT SIDEBAR</a></li>
<li><a href="shop-single-right.html">RIGHT SIDEBAR</a></li>
<li><a href="shop-single-both.html">BOTH SIDEBAR</a></li>
<li><a href="shop-single-full.html">FULL WIDTH</a></li>
</ul>
</li>
<li><a href="shop-compare.html">COMPARE</a></li>
<li><a href="shop-cart.html">CART</a></li>
<li><a href="shop-checkout.html">CHECKOUT</a></li>
<li><a href="shop-checkout-final.html">ORDER PLACED</a></li>
</ul>
</li>
<li class="dropdown mega-menu"><!-- SHORTCODES -->
<a class="dropdown-toggle" href="#">
SHORTCODES
</a>
<ul class="dropdown-menu">
<li>
<div class="row">
<div class="col-md-5th">
<ul class="list-unstyled">
<li><a href="shortcode-animations.html">ANIMATIONS</a></li>
<li><a href="shortcode-buttons.html">BUTTONS</a></li>
<li><a href="shortcode-carousel.html">CAROUSEL</a></li>
<li><a href="shortcode-charts.html">GRAPHS</a></li>
<li><a href="shortcode-clients.html">CLIENTS</a></li>
<li><a href="shortcode-columns.html">GRID & COLUMNS</a></li>
<li><a href="shortcode-counters.html">COUNTERS</a></li>
<li><a href="shortcode-forms.html">FORM ELEMENTS</a></li>
</ul>
</div>
<div class="col-md-5th">
<ul class="list-unstyled">
<li><a href="shortcode-dividers.html">DIVIDERS</a></li>
<li><a href="shortcode-icon-boxes.html">BOXES & ICONS</a></li>
<li><a href="shortcode-galleries.html">GALLERIES</a></li>
<li><a href="shortcode-headings.html">HEADING STYLES</a></li>
<li><a href="shortcode-icon-lists.html">ICON LISTS</a></li>
<li><a href="shortcode-labels.html">LABELS & BADGES</a></li>
<li><a href="shortcode-lightbox.html">LIGHTBOX</a></li>
<li><a href="shortcode-forms-editors.html">HTML EDITORS</a></li>
</ul>
</div>
<div class="col-md-5th">
<ul class="list-unstyled">
<li><a href="shortcode-list-pannels.html">LIST & PANNELS</a></li>
<li><a href="shortcode-maps.html">MAPS</a></li>
<li><a href="shortcode-media-embeds.html">MEDIA EMBEDS</a></li>
<li><a href="shortcode-modals.html">MODAL / POPOVER / NOTIF</a></li>
<li><a href="shortcode-navigations.html">NAVIGATIONS</a></li>
<li><a href="shortcode-paginations.html">PAGINATIONS</a></li>
<li><a href="shortcode-progress-bar.html">PROGRESS BARS</a></li>
<li><a href="shortcode-widgets.html">WIDGETS</a></li>
</ul>
</div>
<div class="col-md-5th">
<ul class="list-unstyled">
<li><a href="shortcode-pricing.html">PRICING BOXES</a></li>
<li><a href="shortcode-process-steps.html">PROCESS STEPS</a></li>
<li><a href="shortcode-callouts.html">CALLOUTS</a></li>
<li><a href="shortcode-info-bars.html">INFO BARS</a></li>
<li><a href="shortcode-blockquotes.html">BLOCKQUOTES</a></li>
<li><a href="shortcode-responsive.html">RESPONSIVE</a></li>
<li><a href="shortcode-sections.html">SECTIONS</a></li>
<li><a href="shortcode-social-icons.html">SOCIAL ICONS</a></li>
</ul>
</div>
<div class="col-md-5th">
<ul class="list-unstyled">
<li><a href="shortcode-alerts.html">ALERTS</a></li>
<li><a href="shortcode-styled-icons.html">STYLED ICONS</a></li>
<li><a href="shortcode-tables.html">TABLES</a></li>
<li><a href="shortcode-tabs.html">TABS</a></li>
<li><a href="shortcode-testimonials.html">TESTIMONIALS</a></li>
<li><a href="shortcode-thumbnails.html">THUMBNAILS</a></li>
<li><a href="shortcode-toggles.html">TOGGLES</a></li>
</ul>
</div>
</div>
</li>
</ul>
</li>
</ul>
</nav>
</div>
</div>
</header>
<!-- /Top Nav -->
</div>
<!-- SLIDER -->
<section id="slider" class="fullheight" style="background-image:url('assets/images/demo/blur.jpg')">
<div class="overlay dark-3"><!-- dark overlay [0 to 9 opacity] --></div>
<div class="display-table">
<div class="display-table-cell vertical-align-middle">
<div class="container">
<div class="slider-featured-text text-center">
<h1 class="text-white wow fadeInUp" data-wow-delay="0.4s">
Welcome to Smarty
</h1>
<h2 class="weight-300 text-white wow fadeInUp" data-wow-delay="0.8s">Create just what you need for your Perfect Website</h2>
<a class="btn btn-primary btn-lg wow fadeInUp" data-wow-delay="1s" href="#">PURCHASE SMARTY</a>
</div>
</div>
</div>
</div>
</section>
<!-- /SLIDER -->
<!-- FOOTER -->
<footer id="footer">
<div class="copyright">
<div class="container">
<ul class="pull-right nomargin list-inline mobile-block">
<li><a href="#">Terms & Conditions</a></li>
<li>•</li>
<li><a href="#">Privacy</a></li>
</ul>
© All Rights Reserved, Company LTD
</div>
</div>
</footer> <!-- /FOOTER -->
</div>
<!-- /wrapper -->
<!-- SCROLL TO TOP -->
<a href="#" id="toTop"></a>
<!-- PRELOADER -->
<div id="preloader">
<div class="inner">
<span class="loader"></span>
</div>
</div><!-- /PRELOADER -->
<!-- JAVASCRIPT FILES -->
<script type="text/javascript">var plugin_path = 'assets/plugins/';</script>
<script type="text/javascript" src="assets/plugins/jquery/jquery-2.1.4.min.js"></script>
<!-- SCRIPTS -->
<script type="text/javascript" src="assets/js/scripts.js"></script>
<!-- STYLESWITCHER - REMOVE -->
<script async type="text/javascript" src="assets/plugins/styleswitcher/styleswitcher.js"></script>
</body>
</html> | Emkrypted/premiereimports | HTML/index-fullscreen-image.html | HTML | mit | 56,833 |
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
>
<channel>
<title>Comments on: Our Partners</title>
<atom:link href="http://happyhands.in/about/our-partners/feed/" rel="self" type="application/rss+xml" />
<link>http://happyhands.in</link>
<description>Conserve the Arts. Preserve our Culture</description>
<lastBuildDate></lastBuildDate>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>http://wordpress.org/?v=4.1.13</generator>
</channel>
</rss>
| Harsh061/MajorProject | happyhands.in/about/our-partners/feed/index.html | HTML | mit | 718 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>18 --> 19</title>
<link href="./../../assets/style.css" rel="stylesheet">
</head>
<body>
<h2>You have to be fast</h2>
<a href="./1733f3d5ea5f9a7d7448c83cbbe881d6ea413a3d381cee36d619a270b6dd746f.html">Teleport</a>
<hr>
<a href="./../../about.md">About</a> (Spoilers! )
<script src="./../../assets/md5.js"></script>
<script>
window.currentLevel = 7;
</script>
<script src="./../../assets/script.js"></script>
</body>
</html> | simonmysun/praxis | TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/9789bc4dec149e890a3e999623d71021d4b3f209915bd35f81bf5ee7801b2d70.html | HTML | mit | 550 |
<section data-ng-controller="IndexController">
<div bt-search-form centered="true"></div>
</section>
| miguelmota/find-me-burritos | public/system/views/index.html | HTML | mit | 105 |
<!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_29) on Thu Jan 03 13:26:03 EST 2013 -->
<TITLE>
Uses of Class edu.wpi.first.wpilibj.CANJaguar.NeutralMode (2013 FRC Java API)
</TITLE>
<META NAME="date" CONTENT="2013-01-03">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class edu.wpi.first.wpilibj.CANJaguar.NeutralMode (2013 FRC Java API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../edu/wpi/first/wpilibj/CANJaguar.NeutralMode.html" title="class in edu.wpi.first.wpilibj"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
"<p style=\"background-color:${javadoc.bgcolor}; color:${javadoc.fgcolor}; padding:4px 5px 2px 3px; margin-top:-1px\"><b>2013 FRC Java API</b></p>"</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?edu/wpi/first/wpilibj/\class-useCANJaguar.NeutralMode.html" target="_top"><B>FRAMES</B></A>
<A HREF="CANJaguar.NeutralMode.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>edu.wpi.first.wpilibj.CANJaguar.NeutralMode</B></H2>
</CENTER>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Packages that use <A HREF="../../../../../edu/wpi/first/wpilibj/CANJaguar.NeutralMode.html" title="class in edu.wpi.first.wpilibj">CANJaguar.NeutralMode</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#edu.wpi.first.wpilibj"><B>edu.wpi.first.wpilibj</B></A></TD>
<TD>The WPI Robotics library (WPILibJ) is a set of Java classes that interfaces to the hardware in the FRC
control system and your robot. </TD>
</TR>
</TABLE>
<P>
<A NAME="edu.wpi.first.wpilibj"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../../../edu/wpi/first/wpilibj/CANJaguar.NeutralMode.html" title="class in edu.wpi.first.wpilibj">CANJaguar.NeutralMode</A> in <A HREF="../../../../../edu/wpi/first/wpilibj/package-summary.html">edu.wpi.first.wpilibj</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Fields in <A HREF="../../../../../edu/wpi/first/wpilibj/package-summary.html">edu.wpi.first.wpilibj</A> declared as <A HREF="../../../../../edu/wpi/first/wpilibj/CANJaguar.NeutralMode.html" title="class in edu.wpi.first.wpilibj">CANJaguar.NeutralMode</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../edu/wpi/first/wpilibj/CANJaguar.NeutralMode.html" title="class in edu.wpi.first.wpilibj">CANJaguar.NeutralMode</A></CODE></FONT></TD>
<TD><CODE><B>CANJaguar.NeutralMode.</B><B><A HREF="../../../../../edu/wpi/first/wpilibj/CANJaguar.NeutralMode.html#kBrake">kBrake</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../edu/wpi/first/wpilibj/CANJaguar.NeutralMode.html" title="class in edu.wpi.first.wpilibj">CANJaguar.NeutralMode</A></CODE></FONT></TD>
<TD><CODE><B>CANJaguar.NeutralMode.</B><B><A HREF="../../../../../edu/wpi/first/wpilibj/CANJaguar.NeutralMode.html#kCoast">kCoast</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../edu/wpi/first/wpilibj/CANJaguar.NeutralMode.html" title="class in edu.wpi.first.wpilibj">CANJaguar.NeutralMode</A></CODE></FONT></TD>
<TD><CODE><B>CANJaguar.NeutralMode.</B><B><A HREF="../../../../../edu/wpi/first/wpilibj/CANJaguar.NeutralMode.html#kJumper">kJumper</A></B></CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../edu/wpi/first/wpilibj/package-summary.html">edu.wpi.first.wpilibj</A> with parameters of type <A HREF="../../../../../edu/wpi/first/wpilibj/CANJaguar.NeutralMode.html" title="class in edu.wpi.first.wpilibj">CANJaguar.NeutralMode</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>CANJaguar.</B><B><A HREF="../../../../../edu/wpi/first/wpilibj/CANJaguar.html#configNeutralMode(edu.wpi.first.wpilibj.CANJaguar.NeutralMode)">configNeutralMode</A></B>(<A HREF="../../../../../edu/wpi/first/wpilibj/CANJaguar.NeutralMode.html" title="class in edu.wpi.first.wpilibj">CANJaguar.NeutralMode</A> mode)</CODE>
<BR>
Configure what the controller does to the H-Bridge when neutral (not driving the output).</TD>
</TR>
</TABLE>
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../edu/wpi/first/wpilibj/CANJaguar.NeutralMode.html" title="class in edu.wpi.first.wpilibj"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
"<p style=\"background-color:${javadoc.bgcolor}; color:${javadoc.fgcolor}; padding:4px 5px 2px 3px; margin-top:-1px\"><b>2013 FRC Java API</b></p>"</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?edu/wpi/first/wpilibj/\class-useCANJaguar.NeutralMode.html" target="_top"><B>FRAMES</B></A>
<A HREF="CANJaguar.NeutralMode.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
"<center><i><font size=\"-1\">For updated information see the <a href=\"http://www.usfirst.org/roboticsprograms/frc/\">Java FRC site</a></font></i></center>"
</BODY>
</HTML>
| arithehun/frc | java/2013/edu/wpi/first/wpilibj/class-use/CANJaguar.NeutralMode.html | HTML | mit | 10,838 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>MTP</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
<!-- Plugin CSS -->
<link href="vendor/magnific-popup/magnific-popup.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/creative.min.css" rel="stylesheet">
<link href="css/landing-page.css" rel="stylesheet">
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top">MTP</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#showcase">Showcase</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#services">Services</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#portfolio">Portfolio</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<header class="masthead text-center text-white d-flex">
<div class="background-wrap">
<video id="video-bg-elem" preload="auto" autoplay="true" loop="loop" muted="muted" >
<source src="vid/vid.mp4" type="video/mp4">
</video>
</div>
<div class="container my-auto">
<div class="row">
<div class="col-lg-10 mx-auto">
<h1 class="text-uppercase">
<strong>Marlie Technology Park</strong>
</h1>
<hr>
</div>
<div class="col-lg-8 mx-auto">
<p >The Marlie Technology Park is new exciting project aimed at Shaping a Smarter Future and will become an innovative new force in the Caribbean!</p>
<a class="btn btn-light btn-xl js-scroll-trigger" href="#showcase">Showcase</a>
</div>
</div>
</div>
</header>
<section class="bg-primary" style="background-color: #040404!important">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto text-center">
<!-- <h2 class="section-heading text-white">Marlie Technology Park (MTP)</h2> -->
<hr class="light my-4">
<p class="text-faded mb-4">The Marlie Technology Park is new exciting project aimed at Shaping a Smarter Future and will become an innovative new force in Old Harbour, St. Catherine and Jamaica. Nestled in the quiet neighbourhood of Marlie Mount, Old Habour - just 40
kilometers from Kingston - this secluded property of 68 acres is surrounded by beautiful mountain range and lush manicured lawn. Our vision is to transform the current facility into a world class, environmentally responsible Technology Park
that drives national innovation, job creation and an improved knowledge-based economy.</p>
<a class="btn btn-light btn-xl js-scroll-trigger" href="#about">Find Out More</a>
</div>
</div>
</div>
</section>
<section class="showcase" id="showcase" style="padding:0rem; background-color:white;">
<div class="container-fluid p-0">
<div class="row no-gutters">
<div class="col-lg-6 order-lg-2 text-white showcase-img" style="background-image: url('img/bg-showcase-1.jpg');"></div>
<div class="col-lg-6 order-lg-1 my-auto showcase-text">
<h2>ICT FREE ZONE</h2>
<p class="lead mb-0">
BPO Space and Service Provisions;
<br>Light Manufacturing
<br>Campus for Training and Development
</p>
</div>
</div>
<div class="row no-gutters">
<div class="col-lg-6 text-white showcase-img" style="background-image: url('img/bg-showcase-2.jpg');"></div>
<div class="col-lg-6 my-auto showcase-text">
<h2>CLEAN & GREEN TECHNOLOGY</h2>
<p class="lead mb-0">
Environmentally Freindly Operations with Proven High Technology infrastructure
</p>
</div>
</div>
<div class="row no-gutters">
<div class="col-lg-6 order-lg-2 text-white showcase-img" style="background-image: url('img/bg-showcase-3.jpg');"></div>
<div class="col-lg-6 order-lg-1 my-auto showcase-text">
<h2>COMMUNITY DEVELOPMENT</h2>
<p class="lead mb-0">
Youth Empowerment
<br>Employment
<br>Marlie Mount Primary School
<br>Old Harbour Fishing Beach
</p>
</div>
</div>
<div class="row no-gutters">
<div class="col-lg-6 text-white showcase-img" style="background-image: url('img/bg-showcase-4.jpg');"></div>
<div class="col-lg-6 my-auto showcase-text">
<h2>INCUBATOR FOR TECH START-UPS</h2>
<p class="lead mb-0">
Thriving Business Environment,
<br>Mentoring and Support
</p>
</div>
</div>
<div class="row no-gutters">
<div class="col-lg-6 order-lg-2 text-white showcase-img" style="background-image: url('img/bg-showcase-5.jpg');"></div>
<div class="col-lg-6 order-lg-1 my-auto showcase-text">
<h2>TRAINING & DEVELOPMENT</h2>
<p class="lead mb-0">
Women in Technology Training Center.
<br>Specialist BPO Training
<br>Youth Innovation Hub
</p>
</div>
</div>
</div>
</section>
<section style="background-color:white;">
<div class="container" id="about">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading ">Company Profile</h2>
<hr class="my-4">
<p class="text-muted mb-0">Marlie Technology Park Limited is a private company that operates Marlie Technology Park featuring - Business Process Outsourcing (BPO), Light Manufacturing and a campus for training and development, a boutique hotel, Women in Technology Centre,
Youth Innovation Hub and a Tech Fun Adventure Park. The major shareholder is GeoTechVision, a private company which specializes in innovative Spatial Technology and ICT Solutions.</p>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box mt-5 mx-auto">
<i class="fa fa-4x fa-eye text-primary mb-3 sr-icons"></i>
<h3 class="mb-3">Vision</h3>
<p class="text-muted mb-0">Our vison is to be a world class, environmentally responsible Technology Park that drives the national innovation, job creation and an improved knowledge-based economy. We will create a vibrant park that combines world class work, technology
development and commercialization, youth focused activities, retail and recreational spaces.</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box mt-5 mx-auto">
<i class="fa fa-4x fa-file text-primary mb-3 sr-icons"></i>
<h3 class="mb-3">MTP Masterplan</h3>
<p class="text-muted mb-0">The first 5 years of our development plan </p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box mt-5 mx-auto">
<i class="fa fa-4x fa-cogs text-primary mb-3 sr-icons"></i>
<h3 class="mb-3">MTP Project Phase</h3>
<p class="text-muted mb-0">A 68 Acre gated complex has been acquired and currently being redeveloped as the Marlie Technology Park. Marlie Technology Park Limited welcomes inquiries from potential investors and entities interested in commercial business engagements whether pre or post project development.</p>
<div id="accordion">
<div class="card">
<div class="card-header" id="headingOne">
<h6 class="mb-0">
<button class="btn btn-link" style="color:#f05f40;" data-toggle="collapse" data-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
Marlie Route Map
</button>
</h6>
</div>
<div id="collapseOne" class="collapse show" aria-labelledby="headingOne" data-parent="#accordion">
<div class="card-body">
<a class="portfolio-box" href="img/mtpmap1.jpg" target="_blank">
<img src="img/mtpmap1.jpg" alt="" style="width:100%; height:100%;">
</a>
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingFive">
<h6 class="mb-0">
<button class="btn btn-link collapsed" style="color:#f05f40;" data-toggle="collapse" data-target="#collapseFive" aria-expanded="false" aria-controls="collapseFive">
Facilities Imagery
</button>
</h6>
</div>
<div id="collapseFive" class="collapse" aria-labelledby="headingFive" data-parent="#accordion">
<div class="card-body">
<a class="portfolio-box" href="img/mtpmap2.jpg" target="_blank">
<img src="img/mtpmap2.jpg" alt="" style="width:100%; height:100%;">
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box mt-5 mx-auto">
<i class="fa fa-4x fa-key text-primary mb-3 sr-icons"></i>
<h3 class="mb-3">Key Objectives</h3>
<div id="accordion">
<div class="card">
<div class="card-header" id="headingOne">
<h6 class="mb-0">
<button class="btn btn-link" style="color:#f05f40;" data-toggle="collapse" data-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
Practical Learning
</button>
</h6>
</div>
<div id="collapseOne" class="collapse show" aria-labelledby="headingOne" data-parent="#accordion">
<div class="card-body">
To provide hands on practical learning and engagement that will excite youths of the region about innovation for inclusive growth and a better future
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingTwo">
<h6 class="mb-0">
<button class="btn btn-link collapsed" style="color:#f05f40;" data-toggle="collapse" data-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
Nurture Innovation
</button>
</h6>
</div>
<div id="collapseTwo" class="collapse" aria-labelledby="headingTwo" data-parent="#accordion">
<div class="card-body">To facilitate and nurture innovation by providing expertise, facilities, equipment and support services.</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingThree">
<h6 class="mb-0">
<button class="btn btn-link collapsed" style="color:#f05f40;" data-toggle="collapse" data-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
Community
</button>
</h6>
</div>
<div id="collapseThree" class="collapse" aria-labelledby="headingThree" data-parent="#accordion">
<div class="card-body">
To promote and stimulate an intellectual, creative and innovative community contributing to national development by creating a conducive Technology Park environment.
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingFour">
<h6 class="mb-0">
<button class="btn btn-link collapsed" style="color:#f05f40;" data-toggle="collapse" data-target="#collapseFour" aria-expanded="false" aria-controls="collapseFour">
Partnerships
</button>
</h6>
</div>
<div id="collapseFour" class="collapse" aria-labelledby="headingFour" data-parent="#accordion">
<div class="card-body">
To facilitate smart partnerships between government, private sector and academia in technology development and commercialization of research results.
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingFive">
<h6 class="mb-0">
<button class="btn btn-link collapsed" style="color:#f05f40;" data-toggle="collapse" data-target="#collapseFive" aria-expanded="false" aria-controls="collapseFive">
Linkages
</button>
</h6>
</div>
<div id="collapseFive" class="collapse" aria-labelledby="headingFive" data-parent="#accordion">
<div class="card-body">
To establish strategic business and technology linkages between global industry leaders and the local community.
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="bg-dark text-white">
<div class="container text-center">
<h2 class="mb-4">Existing Facility</h2>
<p class="text-muted"><strong>44 Vidal Terrace</strong> - access the administrative building, Boutique hotel, BPO facilities</p>
<p class="text-muted"><strong>71 Marlie Drive</strong> - provides access to conference facilities including 2000 seat Conference Hall and smaller meeting areas.</p>
<a class="btn btn-light btn-xl js-scroll-trigger" href="#map">Find Location</a>
</div>
<br>
<div class="container text-center">
<div class="row">
<div class="col-lg-6">
<div class="feature-item" style="text-align:justify">
<h3>Key Features of Development:</h3>
<p class="text-muted">
3000 BPO Seats & BPO Training Centre
<br>2000 Seat Conference Hall
<br>Office Complex
<br>Well & Water Treatment Facility
<br>Assembly Line for Light Manufacturing
<br>Boutique Hotel
<br>Technology Adventure Park
<br>Innovation Centre
<ul class="text-muted">
<li>Women in Tech Centre</li>
<li>Youth Innovation Hub</li>
<li>Centre for Technology Commercialisation</li>
<li>Training Centre</li>
</ul>
<p class="text-muted">
Support Services – Concierge of BPO Services, child Care facilities, medical office, restaurant, Mechanic shop, ATM
</p>
</p>
</div>
</div>
<div class="col-lg-6">
<div class="feature-item" style="text-align:justify">
<h3>Leasing Commercial Spaces</h3>
<p class="text-muted">Embrace this rare chance to locate your business in a fully modernised, spacious workplace against beautiful mountainous backdrop of Old Harbour. A remarkable location, seamlessly connected to the Kingston via the highway. At MTP there
is an environment that is conducive to innovation that will inspire collaboration and creativity.
</p>
<p class="text-muted">
<br>For further details, please contact:
<br>
<ul class="text-muted">
<li>Jason Hylton</li>
<li>Telephone: 634-6813</li>
<li>Email: jason@mtpja.com</li>
</ul>
</p>
</div>
</div>
</div>
</div>
</section>
<section id="services" style="background-color:white;">
<div class="container">
<div class="section-heading text-center">
<h2>Services</h2>
<p class="text-muted">Check out our services below</p>
<hr>
</div>
<div class="row">
<div class="col-lg-14 my-auto">
<div class="container-fluid">
<div class="row">
<div class="col-lg-6">
<div class="feature-item">
<i class="fa fa-4x fa-camera text-primary mb-3 sr-icons"></i>
<h3>Photography & Filming at MTP</h3>
<p class="text-muted">At the Marlie Technology Park, we allow photography and filming in our public areas- Our beautifully landscaped grounds is ideal for filming and photography for various purposes. Prior to you using the site for filming or photography
you are required to lodge an <a href="#"> <strong>application form</strong> </a> for approval. Please click <a href="#"> <strong>here</strong> </a> for further information.
</p>
</div>
</div>
<div class="col-lg-6">
<div class="feature-item">
<i class="fa fa-4x fa-building text-primary mb-3 sr-icons"></i>
<h3>Leasing Commercial Spaces</h3>
<p class="text-muted">Embrace this rare chance to locate your business in a fully modernised, spacious workplace against beautiful mountainous backdrop of Old Harbour. A remarkable location, seamlessly connected to the Kingston via the highway. At MTP there
is an environment that is conducive to innovation that will inspire collaboration and creativity.
</p>
<p>
<br>For further details, please contact:
<br>
<li>Jason Hylton</li>
<li>Telephone: 634-6813</li>
<li>Email: jason@mtpja.com</li>
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-6">
<div class="feature-item">
<i class="fa fa-4x fa-phone text-primary mb-3 sr-icons"></i>
<h3>Leasing BPO Spaces</h3>
<p class="text-muted">
There are three categories of space that MPT will provide to BPO operators: warm shell, turnkey and custom built facilities.
</p>
<p>
<div id="accordion">
<div class="card">
<div class="card-header" id="headingSix">
<h6 class="mb-0">
<button class="btn btn-link" style="color:#f05f40;" data-toggle="collapse" data-target="#collapseSix" aria-expanded="true" aria-controls="collapseSix">
Warm Shell
</button>
</h6>
</div>
<div id="collapseSix" class="collapse show" aria-labelledby="headingSix" data-parent="#accordion">
<div class="card-body">
A warm shell provides basic fixtures and fittings with air conditioning, lighting and other basic amenities.
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingSeven">
<h6 class="mb-0">
<button class="btn btn-link collapsed" style="color:#f05f40;" data-toggle="collapse" data-target="#collapseSeven" aria-expanded="false" aria-controls="collapseSeven">
Turnkey Facility
</button>
</h6>
</div>
<div id="collapseSeven" class="collapse" aria-labelledby="headingSeven" data-parent="#accordion">
<div class="card-body">
<p>
This solution offers a highly functional, efficient and healthy workplace environment that are custom built. It generally includes everything in a warm shell with the addition of ICT infrastructure which allow for the rapid setting-up of the clients’
physical operations.
<br>
<ul>
<li>Office Partitions, Furnishing, and Equipment</li>
<li>Complete Security and Facility Auxiliary Solutions</li>
<li>Layout Plans and Design Perspective</li>
<li>Full construction</li>
</ul>
<br>We ensure that clients can sign up, walk in, and start operating in a brand-new, well-designed, ready-to-use, and ready-to-lease facility.
</p>
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingEight">
<h6 class="mb-0">
<button class="btn btn-link collapsed" style="color:#f05f40;" data-toggle="collapse" data-target="#collapseEight" aria-expanded="false" aria-controls="collapseEight">
Custom built Solutions
</button>
</h6>
</div>
<div id="collapseEight" class="collapse" aria-labelledby="headingEight" data-parent="#accordion">
<div class="card-body">
<p>Commercial real estate, leasing of facilities, ICT ready infrastructure with all the necessary amenities / shared services e.g. high-speed Internet and 24-hour electricity supply.
<br> Value added and support services will include childcare facilities, medical centre, pharmacy and automatic teller machines (ATM).
</p>
<p>
<br>For further details, please contact:
<br>
<li>Dean-Ray Grant</li>
<li>Telephone: 634-6813</li>
<li>Email: dean@mtpja.com</li>
</p>
</div>
</div>
</div>
</div>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="p-0" id="portfolio" >
<div class="container-fluid p-0">
<div class="row no-gutters popup-gallery">
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" href="img/portfolio/fullsize/1.jpg">
<img class="img-fluid" src="img/portfolio/thumbnails/1.jpg" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<!-- <div class="project-category text-faded">
Category
</div>
<div class="project-name">
Project Name
</div> -->
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" href="img/portfolio/fullsize/2.jpg">
<img class="img-fluid" src="img/portfolio/thumbnails/2.jpg" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<!-- <div class="project-category text-faded">
Category
</div>
<div class="project-name">
Project Name
</div> -->
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" href="img/portfolio/fullsize/3.jpg">
<img class="img-fluid" src="img/portfolio/thumbnails/3.jpg" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<!-- <div class="project-category text-faded">
Category
</div>
<div class="project-name">
Project Name
</div> -->
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" href="img/portfolio/fullsize/4.jpg">
<img class="img-fluid" src="img/portfolio/thumbnails/4.jpg" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<!-- <div class="project-category text-faded">
Category
</div>
<div class="project-name">
Project Name
</div> -->
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" href="img/portfolio/fullsize/5.jpg">
<img class="img-fluid" src="img/portfolio/thumbnails/5.jpg" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<!-- <div class="project-category text-faded">
Category
</div>
<div class="project-name">
Project Name
</div> -->
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" href="img/portfolio/fullsize/6.jpg">
<img class="img-fluid" src="img/portfolio/thumbnails/6.jpg" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<!-- <div class="project-category text-faded">
Category
</div>
<div class="project-name">
Project Name
</div> -->
</div>
</div>
</a>
</div>
</div>
</div>
</section>
<section id="contact" style="background-color:white;">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto text-center">
<h2 class="section-heading">Let's Get In Touch!</h2>
<hr class="my-4">
<p class="mb-5">Ready to start your next project with us? That's great! Give us a call or make inquiries via our mailing address below and we will get back to you as soon as possible!</p>
</div>
</div>
<div class="row">
<div class="col-lg-4 ml-auto text-center">
<i class="fa fa-phone fa-3x mb-3 sr-contact"></i>
<p>1-876-634-6813</p>
</div>
<div class="col-lg-4 mr-auto text-center">
<i class="fa fa-envelope-o fa-3x mb-3 sr-contact"></i>
<p>
<a href="mailto:info@mtpja.com">info@mtpja.com</a>
</p>
</div>
</div>
</div>
<!-- Map -->
<div id="map" class="map">
<iframe
width="100%"
height="100%"
frameborder="0" style="border:0"
src="https://www.google.com/maps/embed/v1/place?key=AIzaSyDtt6hMNdamyA7Wpp9iSMK_T8VJVntjGew
&q=44Vidal+Terrace,Old+Harbour" allowfullscreen>
</iframe>
</div>
</section>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<script src="vendor/scrollreveal/scrollreveal.min.js"></script>
<script src="vendor/magnific-popup/jquery.magnific-popup.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/creative.min.js"></script>
</body>
</html>
| Saspect-IO/Saspect-IO.github.io | index.html | HTML | mit | 30,283 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Login Page - Photon Admin Panel Theme</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
<link rel="shortcut icon" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/js/bootstrap/css/css_compiled/favicon.ico" />
<link rel="apple-touch-icon" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/js/bootstrap/css/css_compiled/iosicon.png" />
<!-- DEVELOPMENT LESS -->
<!-- <link rel="stylesheet/less" href="css/photon.less" media="all" />
<link rel="stylesheet/less" href="css/photon-responsive.less" media="all" />
--> <!-- PRODUCTION CSS -->
<link rel="stylesheet" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/js/bootstrap/css/css_compiled/css/css_compiled/photon-min.css?v1.1" media="all" />
<link rel="stylesheet" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/js/bootstrap/css/css_compiled/css/css_compiled/photon-min-part2.css?v1.1" media="all" />
<link rel="stylesheet" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/js/bootstrap/css/css_compiled/css/css_compiled/photon-responsive-min.css?v1.1" media="all" />
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="css/css_compiled/ie-only-min.css?v1.1" />
<![endif]-->
<!--[if lt IE 9]>
<link rel="stylesheet" type="text/css" href="css/css_compiled/ie8-only-min.css?v1.1" />
<script type="text/javascript" src="js/plugins/excanvas.js"></script>
<script type="text/javascript" src="js/plugins/html5shiv.js"></script>
<script type="text/javascript" src="js/plugins/respond.min.js"></script>
<script type="text/javascript" src="js/plugins/fixFontIcons.js"></script>
<![endif]-->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/jquery-ui.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/js/bootstrap/css/css_compiled/js/bootstrap/bootstrap.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/js/bootstrap/css/css_compiled/js/plugins/modernizr.custom.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/js/bootstrap/css/css_compiled/js/plugins/jquery.pnotify.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/js/bootstrap/css/css_compiled/js/plugins/less-1.3.1.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/js/bootstrap/css/css_compiled/js/plugins/xbreadcrumbs.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/js/bootstrap/css/css_compiled/js/plugins/jquery.maskedinput-1.3.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/js/bootstrap/css/css_compiled/js/plugins/jquery.autotab-1.1b.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/js/bootstrap/css/css_compiled/js/plugins/charCount.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/js/bootstrap/css/css_compiled/js/plugins/jquery.textareaCounter.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/js/bootstrap/css/css_compiled/js/plugins/elrte.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/js/bootstrap/css/css_compiled/js/plugins/elrte.en.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/js/bootstrap/css/css_compiled/js/plugins/select2.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/js/bootstrap/css/css_compiled/js/plugins/jquery-picklist.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/js/bootstrap/css/css_compiled/js/plugins/jquery.validate.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/js/bootstrap/css/css_compiled/js/plugins/additional-methods.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/js/bootstrap/css/css_compiled/js/plugins/jquery.form.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/js/bootstrap/css/css_compiled/js/plugins/jquery.metadata.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/js/bootstrap/css/css_compiled/js/plugins/jquery.mockjax.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/js/bootstrap/css/css_compiled/js/plugins/jquery.uniform.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/js/bootstrap/css/css_compiled/js/plugins/jquery.tagsinput.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/js/bootstrap/css/css_compiled/js/plugins/jquery.rating.pack.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/js/bootstrap/css/css_compiled/js/plugins/farbtastic.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/js/bootstrap/css/css_compiled/js/plugins/jquery.timeentry.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/js/bootstrap/css/css_compiled/js/plugins/jquery.dataTables.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/js/bootstrap/css/css_compiled/js/plugins/jquery.jstree.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/js/bootstrap/css/css_compiled/js/plugins/dataTables.bootstrap.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/js/bootstrap/css/css_compiled/js/plugins/jquery.mousewheel.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/js/bootstrap/css/css_compiled/js/plugins/jquery.mCustomScrollbar.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/js/bootstrap/css/css_compiled/js/plugins/jquery.flot.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/js/bootstrap/css/css_compiled/js/plugins/jquery.flot.stack.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/js/bootstrap/css/css_compiled/js/plugins/jquery.flot.pie.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/js/bootstrap/css/css_compiled/js/plugins/jquery.flot.resize.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/js/bootstrap/css/css_compiled/js/plugins/raphael.2.1.0.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/js/bootstrap/css/css_compiled/js/plugins/justgage.1.0.1.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/js/bootstrap/css/css_compiled/js/plugins/jquery.qrcode.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/js/bootstrap/css/css_compiled/js/plugins/jquery.clock.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/js/bootstrap/css/css_compiled/js/plugins/jquery.countdown.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/js/bootstrap/css/css_compiled/js/plugins/jquery.jqtweet.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/js/bootstrap/css/css_compiled/js/plugins/jquery.cookie.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/js/bootstrap/css/css_compiled/js/plugins/bootstrap-fileupload.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/js/bootstrap/css/css_compiled/js/plugins/prettify/prettify.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/js/bootstrap/css/css_compiled/js/plugins/bootstrapSwitch.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/js/bootstrap/css/css_compiled/js/plugins/mfupload.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/js/bootstrap/css/css_compiled/js/common.js"></script>
</head>
<body class="body-login">
<div class="nav-fixed-topright" style="visibility: hidden">
<ul class="nav nav-user-menu">
<li class="user-sub-menu-container">
<a href="javascript:;">
<i class="user-icon"></i><span class="nav-user-selection">Theme Options</span><i class="icon-menu-arrow"></i>
</a>
<ul class="nav user-sub-menu">
<li class="light">
<a href="javascript:;">
<i class='icon-photon stop'></i>Light Version
</a>
</li>
<li class="dark">
<a href="javascript:;">
<i class='icon-photon stop'></i>Dark Version
</a>
</li>
</ul>
</li>
<li>
<a href="javascript:;">
<i class="icon-photon mail"></i>
</a>
</li>
<li>
<a href="javascript:;">
<i class="icon-photon comment_alt2_stroke"></i>
<div class="notification-count">12</div>
</a>
</li>
</ul>
</div>
<script>
$(function(){
setTimeout(function(){
$('.nav-fixed-topright').removeAttr('style');
}, 300);
$(window).scroll(function(){
if($('.breadcrumb-container').length){
var scrollState = $(window).scrollTop();
if (scrollState > 0) $('.nav-fixed-topright').addClass('nav-released');
else $('.nav-fixed-topright').removeClass('nav-released')
}
});
$('.user-sub-menu-container').on('click', function(){
$(this).toggleClass('active-user-menu');
});
$('.user-sub-menu .light').on('click', function(){
if ($('body').is('.light-version')) return;
$('body').addClass('light-version');
setTimeout(function() {
$.cookie('themeColor', 'light', {
expires: 7,
path: '/'
});
}, 500);
});
$('.user-sub-menu .dark').on('click', function(){
if ($('body').is('.light-version')) {
$('body').removeClass('light-version');
$.cookie('themeColor', 'dark', {
expires: 7,
path: '/'
});
}
});
});
</script>
<div class="container-login">
<div class="form-centering-wrapper">
<div class="form-window-login">
<div class="form-window-login-logo">
<div class="login-logo">
<img src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/js/bootstrap/css/css_compiled/images/photon/login-logo@2x.png" alt="Photon UI"/>
</div>
<h2 class="login-title">Welcome to Photon UI!</h2>
<div class="login-member">Not a Member? <a href="photon-responsive-min.css-v1.1.html#">Sign Up »</a>
<a href="photon-responsive-min.css-v1.1.html#" class="btn btn-facebook"><i class="icon-fb"></i>Login with Facebook<i class="icon-fb-arrow"></i></a>
</div>
<div class="login-or">Or</div>
<div class="login-input-area">
<form method="POST" action="dashboard.php">
<span class="help-block">Login With Your Photon Account</span>
<input type="text" name="email" placeholder="Email">
<input type="password" name="password" placeholder="Password">
<button type="submit" class="btn btn-large btn-success btn-login">Login</button>
</form>
<a href="photon-responsive-min.css-v1.1.html#" class="forgot-pass">Forgot Your Password?</a>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-1936460-27']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>
| user-tony/photon-rails | lib/assets/css/css_compiled/@{photonImagePath}plugins/elrte/js/plugins/prettify/js/plugins/js/bootstrap/css/css_compiled/photon-responsive-min.css-v1.1.html | HTML | mit | 17,186 |
{% extends "withoutnav_template.html" %}
{% block per_page_title %}You’re not authorised to see this page{% endblock %}
{% block maincolumn_content %}
<div class="govuk-grid-row">
<div class="govuk-grid-column-two-thirds">
<h1>You’re not authorised to see this page</h1>
<p class="govuk-body"><a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('main.sign_in' )}}">Sign in</a> to GOV.UK Notify and try again.</p>
</div>
{% endblock %}
| alphagov/notifications-admin | app/templates/error/401.html | HTML | mit | 473 |
<script src="assets/js/plugins/forms/selects/select2.min.js"></script>
<script src="assets/js/plugins/forms/tags/bootstrap-tagsinput.js"></script>
<script src="assets/js/plugins/forms/inputs/typeahead/typeahead.bundle.min.js"></script>
<script>$('select.select').select2();</script>
<script>
$(".styled").uniform({
radioClass: 'choice'
});
$('body').on('hidden.bs.modal', function () {
if($('.modal.in').length > 0)
{
$('body').addClass('modal-open');
}
});
$(function() {
// Default file input style
$(".file-styled").uniform({
fileButtonHtml: '<i class="icon-plus2"></i>'
});
// Primary file input
$(".file-styled-primary").uniform({
wrapperClass: 'bg-warning',
fileButtonHtml: '<i class="icon-plus2"></i>'
});
});
</script>
<div ng-controller="accountsBillingNewPaymentController">
<div id="accept_new_payment" class="modal fade">
<div class="modal-dialog modal-full">
<div class="modal-content">
<div class="modal-header bg-warning">
<button type="button" class="close" data-dismiss="modal" ng-click="clearInvoiceStorage();">×</button>
<h6 class="modal-title"> New Transaction</h6>
</div>
<div class="modal-body">
<div class="col-md-5" style="border-right: 1px solid #4CAF50;">
<div class="content-group">
<label class="control-label">Invoice Number</label>
<div class="input-group">
<input class="form-control invoice-search" ng-model="newPayment.metaId" id="newPayment-metaId"/>
<span class="input-group-btn">
<button class="btn btn-warning" ng-click="loadInvoice()" style="margin-top: -5px !important;">Load Invoice</button>
</span>
</div>
</div>
<div class="inline-block">
<h6 class="text-center"><u>Deposit Account Info</u></h6>
</div>
<div class="content-group col-md-12">
<div class="col-md-6">
<table class="table">
<tbody>
<tr>
<td class="no-border"><i class="icon-circle-small text-info"></i> Account ID:</td>
<td class="no-border">{{invoiceData.depositAccount.AccountID}}</td>
</tr>
</tbody>
</table>
</div>
<div class="col-md-6">
<table class="table">
<tbody>
<tr>
<td class="no-border"><i class="icon-circle-small text-info"></i> Balance:</td>
<td class="no-border text-danger text-bold" ng-if="invoiceData.depositAccount.AccountBalance != -1 && invoiceData.depositAccount.AccountBalance < invoiceData.amount">
<span ng-currency ng-currency-symbol="naira"></span> {{invoiceData.depositAccount.AccountBalance}}
</td>
<td class="no-border text-success text-bold" ng-if="invoiceData.depositAccount.AccountBalance >= invoiceData.amount">
<span ng-currency ng-currency-symbol="naira"></span> {{invoiceData.depositAccount.AccountBalance}}
</td>
<td class="no-border text-warning text-bold" ng-if="invoiceData.depositAccount.AccountBalance == -1">
N/A
</td>
</tr>
</tbody>
</table>
</div>
</div>
<h6 class="text-center"><u>Payment Form</u></h6>
<div class="content-group col-md-12">
<label class="checkbox-inline">
<input type="checkbox" ng-model="newPayment.billFromDepositAccount" ng-disabled="invoiceData.depositAccount.AccountBalance < invoiceData.amount">
Bill this invoice from patient's deposit account
</label>
</div>
<div class="content-group col-md-7">
<label class="control-label">Payee Name</label>
<input type="text" class="form-control" ng-model="newPayment.customerName"/>
</div>
<div class="content-group col-md-5">
<label class="control-label">Payee Phone Number</label>
<input type="text" class="form-control" ng-model="newPayment.customerPhone"/>
</div>
<div class="content-group col-md-12">
<label class="control-label">Amount Paid</label>
<input type="number" class="form-control" ng-model="newPayment.amountPaid"/>
</div>
<div class="content-group col-md-6">
<label class="control-label">Payment Method</label>
<select class="select" ng-model="newPayment.paymentMethod" ng-options="method.PaymentMethodName as method.PaymentMethodName for method in paymentMethods">
<!-- <option value=""></option> -->
</select>
</div>
<div class="content-group col-md-6">
<label class="control-label">Transaction Status</label>
<select class="select" ng-model="newPayment.transactionStatus" ng-options="status.StatusName as status.StatusName for status in statuses">
</select>
</div>
<div class="button-group pull-right">
<span class="hide loader pull-left"><i class="fa fa-spinner fa-spin"></i></span>
<button class="btn btn-success btn-labeled" ng-click="processPayment()"><b><i class="icon-floppy-disk"></i></b> Save Transaction</button>
</div>
</div>
<div class="col-md-7" id="transaction_document_area">
<ng-invoice invoice-data="invoiceData"></ng-invoice>
</div>
</div>
<div class="modal-footer">
</div>
</div>
</div>
</div>
<div id="payment_receipt" class="modal fade">
<div class="modal-dialog modal-mini">
<div class="modal-content">
<div class="modal-header bg-warning">
<button type="button" class="close" data-dismiss="modal">×</button>
<h6 class="modal-title"> Payment Receipt</h6>
</div>
<div class="modal-body" id="main_payment_receipt">
<ng-payment-receipt receipt-data="receiptData"></ng-payment-receipt>
</div>
<div class="modal-footer">
<button class="btn btn-warning pull-right" ng-print print-element-id="main_payment_receipt" ng-click="saveReceipt()">Print</button>
</div>
</div>
</div>
</div>
</div> | EmmetBlue/Emmet-Blue-Ui | plugins/accounts/billing/assets/includes/new-payment.html | HTML | mit | 5,947 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (version 1.7.0_11) on Wed Sep 24 18:59:52 CEST 2014 -->
<title>Uses of Class gui.C4Frame_v2_14</title>
<meta name="date" content="2014-09-24">
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class gui.C4Frame_v2_14";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../gui/C4Frame_v2_14.html" title="class in gui">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../index-files/index-1.html">Index</a></li>
<li><a href="../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../index.html?gui/class-use/C4Frame_v2_14.html" target="_top">Frames</a></li>
<li><a href="C4Frame_v2_14.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class gui.C4Frame_v2_14" class="title">Uses of Class<br>gui.C4Frame_v2_14</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../gui/C4Frame_v2_14.html" title="class in gui">C4Frame_v2_14</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#agentIO">agentIO</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#gui">gui</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="agentIO">
<!-- -->
</a>
<h3>Uses of <a href="../../gui/C4Frame_v2_14.html" title="class in gui">C4Frame_v2_14</a> in <a href="../../agentIO/package-summary.html">agentIO</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../agentIO/package-summary.html">agentIO</a> with parameters of type <a href="../../gui/C4Frame_v2_14.html" title="class in gui">C4Frame_v2_14</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../agentIO/LoadSaveTD.html#LoadSaveTD(gui.C4Game, gui.C4Buttons, gui.C4Frame_v2_14)">LoadSaveTD</a></strong>(<a href="../../gui/C4Game.html" title="class in gui">C4Game</a> c4Game,
<a href="../../gui/C4Buttons.html" title="class in gui">C4Buttons</a> c4Buttons,
<a href="../../gui/C4Frame_v2_14.html" title="class in gui">C4Frame_v2_14</a> c4Frame)</code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="gui">
<!-- -->
</a>
<h3>Uses of <a href="../../gui/C4Frame_v2_14.html" title="class in gui">C4Frame_v2_14</a> in <a href="../../gui/package-summary.html">gui</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../gui/package-summary.html">gui</a> declared as <a href="../../gui/C4Frame_v2_14.html" title="class in gui">C4Frame_v2_14</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../gui/C4Frame_v2_14.html" title="class in gui">C4Frame_v2_14</a></code></td>
<td class="colLast"><span class="strong">C4Game.</span><code><strong><a href="../../gui/C4Game.html#c4Frame">c4Frame</a></strong></code> </td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../gui/package-summary.html">gui</a> with parameters of type <a href="../../gui/C4Frame_v2_14.html" title="class in gui">C4Frame_v2_14</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../gui/C4Game.html#C4Game(gui.C4Frame_v2_14)">C4Game</a></strong>(<a href="../../gui/C4Frame_v2_14.html" title="class in gui">C4Frame_v2_14</a> frame)</code> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../gui/C4Frame_v2_14.html" title="class in gui">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../index-files/index-1.html">Index</a></li>
<li><a href="../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../index.html?gui/class-use/C4Frame_v2_14.html" target="_top">Frames</a></li>
<li><a href="C4Frame_v2_14.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
| MarkusThill/Connect-Four | CFour/doc/gui/class-use/C4Frame_v2_14.html | HTML | mit | 7,530 |
<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>ISoundSource Methods</title>
<xml>
</xml>
<link rel="stylesheet" type="text/css" href="MSDN.css" />
</head>
<body id="bodyID" class="dtBODY">
<div id="nsbanner">
<div id="bannerrow1">
<table class="bannerparthead" cellspacing="0">
<tr id="hdr">
<td class="runninghead">IrrKlang.NET</td>
<td class="product">
</td>
</tr>
</table>
</div>
<div id="TitleRow">
<h1 class="dtH1">ISoundSource Methods</h1>
</div>
</div>
<div id="nstext">
<p>The methods of the <b>ISoundSource</b> class are listed below. For a complete list of <b>ISoundSource</b> class members, see the <a href="IrrKlang.ISoundSourceMembers.html">ISoundSource Members</a> topic.</p>
<h4 class="dtH4">Public Instance Methods</h4>
<div class="tablediv">
<table class="dtTABLE" cellspacing="0">
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="IrrKlang.ISoundSource.Dispose.html">Dispose</a></td><td width="50%"> </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassEqualsTopic.htm">Equals</a> (inherited from <b>Object</b>)</td><td width="50%">
Determines whether the specified <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">Object</a> is equal to the current <b>Object</b>.
</td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="IrrKlang.ISoundSource.ForceReloadAtNextUse.html">ForceReloadAtNextUse</a></td><td width="50%"> Forces the sound to be reloaded at next replay. Sounds which are not played as streams are buffered to make it possible to replay them without much overhead. If the sound file is altered after the sound has been played the first time, the engine won't play the changed file then. Calling this method makes the engine reload the file before the file is played the next time. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassGetHashCodeTopic.htm">GetHashCode</a> (inherited from <b>Object</b>)</td><td width="50%">
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
</td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="IrrKlang.ISoundSource.getNativeSoundSource.html">getNativeSoundSource</a></td><td width="50%"> for internal use only </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassGetTypeTopic.htm">GetType</a> (inherited from <b>Object</b>)</td><td width="50%">
Gets the <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemTypeClassTopic.htm">Type</a> of the current instance.
</td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassToStringTopic.htm">ToString</a> (inherited from <b>Object</b>)</td><td width="50%">
Returns a <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemStringClassTopic.htm">String</a> that represents the current <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">Object</a>.
</td></tr></table>
</div>
<h4 class="dtH4">Protected Instance Methods</h4>
<div class="tablediv">
<table class="dtTABLE" cellspacing="0">
<tr VALIGN="top"><td width="50%"><img src="protmethod.gif"></img><a href="IrrKlang.ISoundSource.Finalize.html">Finalize</a></td><td width="50%"> Destructor </td></tr>
<tr VALIGN="top"><td width="50%"><img src="protmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassMemberwiseCloneTopic.htm">MemberwiseClone</a> (inherited from <b>Object</b>)</td><td width="50%">
Creates a shallow copy of the current <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">Object</a>.
</td></tr></table>
</div>
<h4 class="dtH4">See Also</h4>
<p>
<a href="IrrKlang.ISoundSource.html">ISoundSource Class</a> | <a href="IrrKlang.html">IrrKlang Namespace</a></p>
<object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;">
<param name="Keyword" value="ISoundSource class, methods">
</param>
</object>
<hr />
<div id="footer">
<p>
<a>The irrKlang Sound Engine Documentation © 2003-2010 by Nikolaus Gebhardt.</a>
</p>
<p>
</p>
</div>
</div>
</body>
</html> | benjyup/cpp_indie_studio | irrKlang-64bit-1.5.0/doc/dotnet/IrrKlang.ISoundSourceMethods.html | HTML | mit | 5,103 |
<!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.6.0_18) on Thu Dec 18 17:18:31 PST 2014 -->
<title>Uses of Class java.awt.TextField.AccessibleAWTTextField (Java Platform SE 7 )</title>
<meta name="date" content="2014-12-18">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class java.awt.TextField.AccessibleAWTTextField (Java Platform SE 7 )";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../java/awt/TextField.AccessibleAWTTextField.html" title="class in java.awt">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><em><strong>Java™ Platform<br>Standard Ed. 7</strong></em></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?java/awt/class-use/TextField.AccessibleAWTTextField.html" target="_top">Frames</a></li>
<li><a href="TextField.AccessibleAWTTextField.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class java.awt.TextField.AccessibleAWTTextField" class="title">Uses of Class<br>java.awt.TextField.AccessibleAWTTextField</h2>
</div>
<div class="classUseContainer">No usage of java.awt.TextField.AccessibleAWTTextField</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../java/awt/TextField.AccessibleAWTTextField.html" title="class in java.awt">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><em><strong>Java™ Platform<br>Standard Ed. 7</strong></em></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?java/awt/class-use/TextField.AccessibleAWTTextField.html" target="_top">Frames</a></li>
<li><a href="TextField.AccessibleAWTTextField.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small><font size="-1"> <a href="http://bugreport.sun.com/bugreport/">Submit a bug or feature</a> <br>For further API reference and developer documentation, see <a href="http://docs.oracle.com/javase/7/docs/index.html" target="_blank">Java SE Documentation</a>. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.<br> <a href="../../../../legal/cpyr.html">Copyright</a> © 1993, 2015, Oracle and/or its affiliates. All rights reserved. </font></small></p>
</body>
</html>
| fbiville/annotation-processing-ftw | doc/java/jdk7/java/awt/class-use/TextField.AccessibleAWTTextField.html | HTML | mit | 4,973 |
@import b3.inline.fieldConstructor
@this(main: views.html.main)
@(listForm: Form[forms.ListForm.Data], groups: Seq[(String, String)], persons: Seq[Person], user: models.User)(implicit request: RequestHeader, messages: Messages, flash: Flash)
@main(Messages("list"), Some(user)) {
<div class="container">
@flash.get("message").map { message =>
<div class="alert alert-success alert-dismissible" role="alert">
<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">×</span></button>
@message
</div>
}
<div class="well">
<h1>@Messages("list.subject")</h1>
@mail.listMail(persons)
<hr>
<fieldset>
@helper.form(action = routes.Email.sendList) {
@helper.CSRF.formField
@b3.text(listForm("email"), '_hiddenLabel -> Messages("email"), 'placeholder -> Messages("email"), 'class -> "form-control input-lg")
@b3.select(listForm("group"), options = groups, '_hiddenLabel -> Messages("group"), '_default -> Messages("group.select.new"), 'class -> "form-control input-lg")
<div class="form-group">
<div>
<button id="submit" type="submit" value="submit" class="btn btn-lg btn-primary">
<span class="glyphicon glyphicon glyphicon-ok"></span>
@Messages("list.send")
</button>
</div>
</div>
}
</fieldset>
</div>
</div>
} | wjglerum/bamboesmanager | app/views/mail/list.scala.html | HTML | mit | 1,782 |
<table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="layoutclass_pic"><div class="layoutclass_first_pic"><table class="ztable"><tr><th class="ztd1"><b>成語 </b></th><td class="ztd2">不辯菽麥</td></tr>
<tr><th class="ztd1"><b>典故說明 </b></th><td class="ztd2"> 此處所列為「不辨菽麥」之典故說明,提供參考。</font> 菽,就是豆子。麥,則是麥子。兩者都是很普通的農作物,而且形狀完全不同,極容易分辨。如果一個人連豆子、麥子都無法分辨,就是形容這個人非常無知,連基本的常識都沒有。這句成語出自《左傳.成公十八年》。當時晉國發生政爭,貴族大夫欒書、中行偃為了爭奪政權,先殺了受到厲公親信的胥童,然後又殺了厲公,立襄公的曾孫周子為國君,是為晉悼公。周子時年才十四歲,根本無法親政,且有年長的哥哥,但欒書等人為了掌握政權,把周子當成傀儡,就稱讚周子十分聰明,並詆毀他的哥哥,說他十分無知,連豆子和麥子都沒辦法分辨,這樣的人怎麼可以做國君呢?後來「不辨菽麥」這句成語被用來形容人愚昧無知。亦用來比喻缺乏常識或判斷能力。</font></td></tr>
</td></tr></table></div> <!-- layoutclass_first_pic --><div class="layoutclass_second_pic"></div> <!-- layoutclass_second_pic --></div> <!-- layoutclass_pic --></td></tr></table>
| BuzzAcademy/idioms-moe-unformatted-data | all-data/4000-4999/4598-32.html | HTML | mit | 1,606 |
<!doctype html>
<!--
@license
Copyright (c) 2014 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://polymer.github.io/CONTRIBUTORS.txt
Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
-->
<title>All WebComponents Tests</title>
<meta charset="utf-8">
<!-- WebComponents -->
<script src="../../web-component-tester/browser.js"></script>
<script>
WCT.loadSuites([
'template-and-CE.html',
// 'template-and-imports.html',
'integration.html',
'load.html',
'dev-loader.html',
'dev-loader-swizzled.html',
// 'smoke.html',
// 'ce-import.html',
// 'ce-upgradedocumenttree.html', // Does not exist in the v1 polyfill
'ce-upgrade-order.html',
// 'ce-import-upgrade.html', // Order of upgrade/import is different in v1
// 'ce-import-upgrade-async.html'
]);
</script>
| ruphin/web-component-course | app/bower_components/webcomponentsjs/tests/runner.html | HTML | mit | 1,179 |
<!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_34) on Wed Oct 23 13:33:30 EDT 2013 -->
<TITLE>
SessionFactoryServiceRegistryFactory (Hibernate JavaDocs)
</TITLE>
<META NAME="date" CONTENT="2013-10-23">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="SessionFactoryServiceRegistryFactory (Hibernate JavaDocs)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/SessionFactoryServiceRegistryFactory.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../org/hibernate/service/spi/SessionFactoryServiceRegistry.html" title="interface in org.hibernate.service.spi"><B>PREV CLASS</B></A>
<A HREF="../../../../org/hibernate/service/spi/Startable.html" title="interface in org.hibernate.service.spi"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?org/hibernate/service/spi/SessionFactoryServiceRegistryFactory.html" target="_top"><B>FRAMES</B></A>
<A HREF="SessionFactoryServiceRegistryFactory.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
org.hibernate.service.spi</FONT>
<BR>
Interface SessionFactoryServiceRegistryFactory</H2>
<DL>
<DT><B>All Superinterfaces:</B> <DD><A HREF="http://download.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</A>, <A HREF="../../../../org/hibernate/service/Service.html" title="interface in org.hibernate.service">Service</A></DD>
</DL>
<DL>
<DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../org/hibernate/service/internal/SessionFactoryServiceRegistryFactoryImpl.html" title="class in org.hibernate.service.internal">SessionFactoryServiceRegistryFactoryImpl</A></DD>
</DL>
<HR>
<DL>
<DT><PRE>public interface <B>SessionFactoryServiceRegistryFactory</B><DT>extends <A HREF="../../../../org/hibernate/service/Service.html" title="interface in org.hibernate.service">Service</A></DL>
</PRE>
<P>
Contract for builder of <A HREF="../../../../org/hibernate/service/spi/SessionFactoryServiceRegistry.html" title="interface in org.hibernate.service.spi"><CODE>SessionFactoryServiceRegistry</CODE></A> instances.
<p/>
Is itself a service within the standard service registry.
<P>
<P>
<HR>
<P>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../org/hibernate/service/internal/SessionFactoryServiceRegistryImpl.html" title="class in org.hibernate.service.internal">SessionFactoryServiceRegistryImpl</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/hibernate/service/spi/SessionFactoryServiceRegistryFactory.html#buildServiceRegistry(org.hibernate.engine.spi.SessionFactoryImplementor, org.hibernate.cfg.Configuration)">buildServiceRegistry</A></B>(<A HREF="../../../../org/hibernate/engine/spi/SessionFactoryImplementor.html" title="interface in org.hibernate.engine.spi">SessionFactoryImplementor</A> sessionFactory,
<A HREF="../../../../org/hibernate/cfg/Configuration.html" title="class in org.hibernate.cfg">Configuration</A> configuration)</CODE>
<BR>
Create the registry.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../org/hibernate/service/internal/SessionFactoryServiceRegistryImpl.html" title="class in org.hibernate.service.internal">SessionFactoryServiceRegistryImpl</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/hibernate/service/spi/SessionFactoryServiceRegistryFactory.html#buildServiceRegistry(org.hibernate.engine.spi.SessionFactoryImplementor, org.hibernate.metamodel.source.MetadataImplementor)">buildServiceRegistry</A></B>(<A HREF="../../../../org/hibernate/engine/spi/SessionFactoryImplementor.html" title="interface in org.hibernate.engine.spi">SessionFactoryImplementor</A> sessionFactory,
<A HREF="../../../../org/hibernate/metamodel/source/MetadataImplementor.html" title="interface in org.hibernate.metamodel.source">MetadataImplementor</A> metadata)</CODE>
<BR>
Create the registry.</TD>
</TR>
</TABLE>
<P>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="buildServiceRegistry(org.hibernate.engine.spi.SessionFactoryImplementor, org.hibernate.cfg.Configuration)"><!-- --></A><H3>
buildServiceRegistry</H3>
<PRE>
<A HREF="../../../../org/hibernate/service/internal/SessionFactoryServiceRegistryImpl.html" title="class in org.hibernate.service.internal">SessionFactoryServiceRegistryImpl</A> <B>buildServiceRegistry</B>(<A HREF="../../../../org/hibernate/engine/spi/SessionFactoryImplementor.html" title="interface in org.hibernate.engine.spi">SessionFactoryImplementor</A> sessionFactory,
<A HREF="../../../../org/hibernate/cfg/Configuration.html" title="class in org.hibernate.cfg">Configuration</A> configuration)</PRE>
<DL>
<DD>Create the registry.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>sessionFactory</CODE> - The (in flux) session factory. Generally this is useful for grabbing a reference for later
use. However, care should be taken when invoking on the session factory until after it has been fully
initialized.<DD><CODE>configuration</CODE> - The configuration object.
<DT><B>Returns:</B><DD>The registry</DL>
</DD>
</DL>
<HR>
<A NAME="buildServiceRegistry(org.hibernate.engine.spi.SessionFactoryImplementor, org.hibernate.metamodel.source.MetadataImplementor)"><!-- --></A><H3>
buildServiceRegistry</H3>
<PRE>
<A HREF="../../../../org/hibernate/service/internal/SessionFactoryServiceRegistryImpl.html" title="class in org.hibernate.service.internal">SessionFactoryServiceRegistryImpl</A> <B>buildServiceRegistry</B>(<A HREF="../../../../org/hibernate/engine/spi/SessionFactoryImplementor.html" title="interface in org.hibernate.engine.spi">SessionFactoryImplementor</A> sessionFactory,
<A HREF="../../../../org/hibernate/metamodel/source/MetadataImplementor.html" title="interface in org.hibernate.metamodel.source">MetadataImplementor</A> metadata)</PRE>
<DL>
<DD>Create the registry.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>sessionFactory</CODE> - The (in flux) session factory. Generally this is useful for grabbing a reference for later
use. However, care should be taken when invoking on the session factory until after it has been fully
initialized.<DD><CODE>metadata</CODE> - The configuration object.
<DT><B>Returns:</B><DD>The registry</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/SessionFactoryServiceRegistryFactory.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../org/hibernate/service/spi/SessionFactoryServiceRegistry.html" title="interface in org.hibernate.service.spi"><B>PREV CLASS</B></A>
<A HREF="../../../../org/hibernate/service/spi/Startable.html" title="interface in org.hibernate.service.spi"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?org/hibernate/service/spi/SessionFactoryServiceRegistryFactory.html" target="_top"><B>FRAMES</B></A>
<A HREF="SessionFactoryServiceRegistryFactory.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright © 2001-2013 <a href="http://redhat.com">Red Hat, Inc.</a> All Rights Reserved.
</BODY>
</HTML>
| HerrB92/obp | OpenBeaconPackage/libraries/hibernate-release-4.2.7.SP1/documentation/javadocs/org/hibernate/service/spi/SessionFactoryServiceRegistryFactory.html | HTML | mit | 13,418 |
{{ partial "header.html" . }}
<header>
<h1>{{.Title}}</h1>
</header>
<div class="wrap">
<div class="left-annotate"> </div>
<div class="content">
{{ .Content }}
</div>
<div class="right-annotate">
{{ partial "meta.html" . }}
</div>
</div>
{{ partial "footer.html" . }}
| pfhawkins/hugo-hyperverses-theme | layouts/_default/single.html | HTML | mit | 289 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<css href="__PUBLIC__/css/admin.css"/>
<js href="__PUBLIC__/js/jquery-1.7.1.js"/>
<script src="__PUBLIC__/xheditor/xheditor-1.1.14-zh-cn.min.js"></script>
<script>
$(function(){
$('#elm3').xheditor({skin:'o2007silver'});
})
</script>
<style type="text/css">
td{ border:1px solid #EEF8F9}
</style>
</head>
<body>
<div id="main">
<div class="title">公司介绍</div>
<div class="content">
<form method="post" action="{:U('addDesc')}">
<table width="98%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="30" colspan="2" class="tit">公司介绍</td>
</tr>
<tr>
<td height="30"> </td>
<td height="30">请描述您的公司,着重突出公司形像</td>
</tr>
<tr>
<td width="13%" height="30"> </td>
<td width="87%" height="30"><textarea name="desc" cols="110" rows="10" id="elm3">{$list.desc}</textarea></td>
</tr>
<tr>
<td height="30"> </td>
<td height="30"><input type="submit" value="保存"></td>
</tr>
</table>
</form>
</div>
</div>
</body>
</html>
| iiling/ywt | admin/Tpl/Company/companydesc.html | HTML | mit | 1,146 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>mathcomp-character: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.9.0 / mathcomp-character - 1.6.1</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
mathcomp-character
<small>
1.6.1
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-01-09 19:07:39 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-09 19:07:39 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 1 Virtual package relying on perl
coq 8.9.0 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.06.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.06.1 Official 4.06.1 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
name: "coq-mathcomp-character"
version: "1.6.1"
maintainer: "Mathematical Components <mathcomp-dev@sympa.inria.fr>"
homepage: "http://ssr.msr-inria.inria.fr/"
bug-reports: "Mathematical Components <mathcomp-dev@sympa.inria.fr>"
license: "CeCILL-B"
build: [ make "-C" "mathcomp/character" "-j" "%{jobs}%" ]
install: [ make "-C" "mathcomp/character" "install" ]
remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/mathcomp/character'" ]
depends: [
"ocaml"
"coq-mathcomp-field" {= "1.6.1"}
]
tags: [ "keyword:algebra" "keyword:character" "keyword:small scale reflection" "keyword:mathematical components" "keyword:odd order theorem" ]
authors: [ "Jeremy Avigad <>" "Andrea Asperti <>" "Stephane Le Roux <>" "Yves Bertot <>" "Laurence Rideau <>" "Enrico Tassi <>" "Ioana Pasca <>" "Georges Gonthier <>" "Sidi Ould Biha <>" "Cyril Cohen <>" "Francois Garillot <>" "Alexey Solovyev <>" "Russell O'Connor <>" "Laurent Théry <>" "Assia Mahboubi <>" ]
synopsis: "Mathematical Components Library on character theory"
description: """
This library contains definitions and theorems about group
representations, characters and class functions."""
url {
src: "http://github.com/math-comp/math-comp/archive/mathcomp-1.6.1.tar.gz"
checksum: "md5=10d8a17134ddb509b4afa8d3243ee1a0"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-mathcomp-character.1.6.1 coq.8.9.0</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.9.0).
The following dependencies couldn't be met:
- coq-mathcomp-character -> coq-mathcomp-field = 1.6.1 -> coq-mathcomp-solvable = 1.6.1 -> coq-mathcomp-algebra = 1.6.1 -> coq-mathcomp-fingroup = 1.6.1 -> coq-mathcomp-ssreflect = 1.6.1 -> coq < 8.7~ -> ocaml < 4.06.0
base of this switch (use `--unlock-base' to force)
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-mathcomp-character.1.6.1</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.06.1-2.0.5/released/8.9.0/mathcomp-character/1.6.1.html | HTML | mit | 7,794 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>qcert: Not compatible</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.12.1 / qcert - 1.0.6</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
qcert
<small>
1.0.6
<span class="label label-info">Not compatible</span>
</small>
</h1>
<p><em><script>document.write(moment("2021-04-16 14:57:06 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-04-16 14:57:06 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
coq 8.12.1 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.10.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.10.1 Official release 4.10.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "jeromesimeon@me.com"
homepage: "https://querycert.github.io"
dev-repo: "git+https://github.com/querycert/qcert"
bug-reports: "https://github.com/querycert/qcert/issues"
authors: [ "Josh Auerbach" "Martin Hirzel" "Louis Mandel" "Avi Shinnar" "Jerome Simeon" ]
license: "Apache-2.0"
build: [
[make "-j%{jobs}%" "qcert-coq"]
]
install: [
[make "install-coq"]
]
depends: [
"ocaml"
"coq" {>= "8.7.2" & < "8.8"}
]
synopsis: "A platform for implementing and verifying query compilers"
url {
src: "https://github.com/querycert/qcert/archive/v1.0.6.tar.gz"
checksum: "md5=3ae70334db76c8a994d98ee5a6970fd4"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-qcert.1.0.6 coq.8.12.1</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.12.1).
The following dependencies couldn't be met:
- coq-qcert -> coq < 8.8 -> ocaml < 4.10
base of this switch (use `--unlock-base' to force)
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-qcert.1.0.6</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
<small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small>
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.10.1-2.0.6/released/8.12.1/qcert/1.0.6.html | HTML | mit | 6,377 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>graph-basics: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.13.2 / graph-basics - 8.6.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
graph-basics
<small>
8.6.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-11-22 00:16:09 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-22 00:16:09 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-gmp 3 Virtual package relying on a GMP lib system installation
coq 8.13.2 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.07.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.07.1 Official release 4.07.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/graph-basics"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/GraphBasics"]
depends: [
"ocaml"
"coq" {>= "8.6" & < "8.7~"}
]
tags: [ "keyword: graph theory" "keyword: Curry-Howard's isomorphism" "keyword: inductive definitions" "category: Mathematics/Combinatorics and Graph Theory" "date: April 2001" ]
authors: [ "Jean Duprat" ]
bug-reports: "https://github.com/coq-contribs/graph-basics/issues"
dev-repo: "git+https://github.com/coq-contribs/graph-basics.git"
synopsis: "A Coq toolkit for graph theory"
description: """
This library offers inductive definitions of basics
in graph theory. The goal is to offer the possibility to write proofs
and programs on graphs in the same formalism : the Coq language.
It now contains : vertices, arcs, edges, degrees, graphs, directed
graphs,
paths, acyclic graphs, connected graphs and tree."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/graph-basics/archive/v8.6.0.tar.gz"
checksum: "md5=67f22dd3028f85b4eb6575579d78cec3"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-graph-basics.8.6.0 coq.8.13.2</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.13.2).
The following dependencies couldn't be met:
- coq-graph-basics -> coq < 8.7~ -> ocaml < 4.06.0
base of this switch (use `--unlock-base' to force)
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-graph-basics.8.6.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.07.1-2.0.6/released/8.13.2/graph-basics/8.6.0.html | HTML | mit | 7,233 |
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>MTTypesetter.preprocessMathList - </title>
<link rel="stylesheet" href="../../style.css">
</HEAD>
<BODY>
<a href="../index.html">com.agog.mathdisplay.render</a> / <a href="index.html">MTTypesetter</a> / <a
href=".">preprocessMathList</a><br/>
<br/>
<h1>preprocessMathList</h1>
<a name="com.agog.mathdisplay.render.MTTypesetter.Companion$preprocessMathList(com.agog.mathdisplay.parse.MTMathList)"></a>
<code><span class="keyword">fun </span><span class="identifier">preprocessMathList</span><span
class="symbol">(</span><span class="identifier"
id="com.agog.mathdisplay.render.MTTypesetter.Companion$preprocessMathList(com.agog.mathdisplay.parse.MTMathList)/ml">ml</span><span
class="symbol">:</span> <a
href="../../com.agog.mathdisplay.parse/-m-t-math-list/index.html"><span class="identifier">MTMathList</span></a><span
class="symbol">)</span><span class="symbol">: </span><span
class="identifier">MutableList</span><span class="symbol"><</span><a
href="../../com.agog.mathdisplay.parse/-m-t-math-atom/index.html"><span class="identifier">MTMathAtom</span></a><span
class="symbol">></span></code>
</BODY>
</HTML>
| gregcockroft/AndroidMath | mathdisplaylib/doc/com.agog.mathdisplay.render/-m-t-typesetter/preprocess-math-list.html | HTML | mit | 1,302 |
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title></title>
</head>
<body>
<a class="twitter-timeline" href="https://twitter.com/hashtag/nordiciothackathon" data-widget-id="582478001130119169">#nordiciothackathon Tweets</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</body>
</html> | oscaralmgrenibm/instagram-twitter-feed | public/twitter.html | HTML | mit | 560 |
<div class="code-box" id="demo-basic">
<div class="code-box-demo">
<div id="components-notification-demo-basic"></div>
<script>(function(){'use strict';
var _antd = require('antd');
var openNotification = function openNotification() {
_antd.notification.open({
message: '这是标题',
description: '这是提示框的文案这是提示框的文案这是提示框的文案这是提示框的文案这是提示框的文案这是提示框的文案这是提示框的文案'
});
};
ReactDOM.render(React.createElement(
_antd.Button,
{ type: 'primary', onClick: openNotification },
'打开通知提醒框'
), document.getElementById('components-notification-demo-basic'));})()</script><div class="highlight"><pre><code class="javascript"><span class="hljs-keyword">import</span> { Button, notification } <span class="hljs-keyword">from</span> <span class="hljs-string">'antd'</span>;
<span class="hljs-keyword">const</span> openNotification = <span class="hljs-function"><span class="hljs-keyword">function</span>(<span class="hljs-params"></span>) </span>{
notification.open({
message: <span class="hljs-string">'这是标题'</span>,
description: <span class="hljs-string">'这是提示框的文案这是提示框的文案这是提示框的文案这是提示框的文案这是提示框的文案这是提示框的文案这是提示框的文案'</span>
});
};
ReactDOM.render(
<span class="xml"><span class="hljs-tag"><<span class="hljs-title">Button</span> <span class="hljs-attribute">type</span>=<span class="hljs-value">"primary"</span> <span class="hljs-attribute">onClick</span>=<span class="hljs-value">{openNotification}</span>></span>打开通知提醒框<span class="hljs-tag"></<span class="hljs-title">Button</span>></span>
, document.getElementById('components-notification-demo-basic'));</span></code></pre></div>
</div>
<div class="code-box-meta markdown">
<div class="code-box-title">
<a href="#demo-basic">基本</a>
</div>
<p>最简单的用法,五秒后自动关闭。</p>
<span class="collapse anticon anticon-circle-o-right" unselectable="none" style="-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;"></span>
</div>
</div> | ant-design/010x.ant.design | components/notification/demo/basic.html | HTML | mit | 2,268 |
<!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="">
<meta name="author" content="">
<title>JIRA Chrome Tab</title>
<!-- Bootstrap Core CSS - Uses Bootswatch Flatly Theme: http://bootswatch.com/flatly/ -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<style type="text/css" >
body {
min-width: 400px; /* your desired width */
max-width: 100%;
position: relative;
vertical-align:middle;
}
</style >
<!-- Custom CSS -->
<link href="css/freelancer.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body id="page-top" class="index">
<!-- Navigation -->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#page-top">JIRA Chrome Tab</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="hidden">
<a href="#page-top"></a>
</li>
<li class="page-scroll">
<a href="" onclick="showOptions()" id="showOptions">Options</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<!-- Contact Section -->
<section id="contact" style="padding-top: 75px; padding-bottom: 20px;">
<div class="container">
<!--<div class="row">
<div class="col-lg-12 text-center">
<h2>Contact Me</h2>
<hr class="star-primary">
</div>
</div>-->
<div class="btn-group" role="group" aria-label="...">
<button type="button" class="btn btn-primary btn-sm" id="createIssue">
<span class="glyphicon glyphicon-plus" aria-hidden="true"></span>
Create Issue
</button>
</div>
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<!-- To configure the contact form email address, go to mail/contact_me.php and update the email address in the PHP file on line 19. -->
<!-- The form should work on most web servers, but if the form is not working you may need to configure your web server differently. -->
<form name="sentMessage" id="jiraKeyForm" novalidate>
<div class="row control-group">
<div class="form-group col-xs-12 floating-label-form-group controls">
<label>JIRA Issue Key</label>
<input type="text" class="form-control" autofocus placeholder="JIRA Issue Key" id="jiraKey" required data-validation-required-message="Please enter the JIRA Key.">
<p class="help-block text-danger"></p>
</div>
</div>
<br>
<div id="success"></div>
<div class="row">
<div class="form-group col-xs-12">
<button type="submit" class="btn btn-success btn-sm">Go</button>
</div>
</div>
</form>
</div>
</div>
<!-- JQL -->
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<!-- To configure the contact form email address, go to mail/contact_me.php and update the email address in the PHP file on line 19. -->
<!-- The form should work on most web servers, but if the form is not working you may need to configure your web server differently. -->
<form name="sentMessage" id="jiraSearchForm" novalidate>
<div class="row control-group">
<div class="form-group col-xs-12 floating-label-form-group controls">
<label>JQL</label>
<textarea rows="1" class="form-control" placeholder="JQL" id="jql" required data-validation-required-message="Please enter JQL."></textarea>
<p class="help-block text-danger"></p>
</div>
</div>
<br>
<div id="success"></div>
<div class="row">
<div class="form-group col-xs-12">
<button type="submit" class="btn btn-success btn-sm">Search</button>
</div>
</div>
</form>
</div>
</div>
<!-- Snippets -->
<h3>Snippets</h3>
<!-- Trigger -->
<button class="btnCopy btn btn-primary btn-sm" data-clipboard-action="copy" data-clipboard-target="#fullStory">
<span class="glyphicon glyphicon-copy" aria-hidden="true"></span> Story
</button>
<button class="btnCopy btn btn-primary btn-sm" data-clipboard-action="copy" data-clipboard-target="#acceptanceCriteria">
<span class="glyphicon glyphicon-copy" aria-hidden="true"></span> Acceptance Criteria
</button>
<button class="btnCopy btn btn-primary btn-sm" data-clipboard-action="copy" data-clipboard-target="#givenWhenThen">
<span class="glyphicon glyphicon-copy" aria-hidden="true"></span> Given When Then
</button>
<br/>
<br/>
<!-- Target -->
<div class="panel panel-default">
<div class="panel-heading">Full Story</div>
<div class="panel-body" id="fullStory">
{panel:title=Story|titleBGColor=#ecf0f1} <br/>
As a <br/>
I want to <br/>
So that <br/>
{panel} <br/>
{panel:title=Acceptance Criteria|titleBGColor=#ecf0f1} <br/>
h3. Scenario <br/>
---- <br/>
*Given* <br/>
*When* <br/>
*Then* <br/>
<br/>
h3. Scenario <br/>
---- <br/>
*Given* <br/>
*When* <br/>
*Then* <br/>
{panel} <br/>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">Acceptance Criteria</div>
<div class="panel panel-default">
<div class="panel-body" id="acceptanceCriteria">
{panel:title=Acceptance Criteria|titleBGColor=#ecf0f1} <br/>
h3. Scenario <br/>
---- <br/>
*Given* <br/>
*When* <br/>
*Then* <br/>
<br/>
h3. Scenario <br/>
---- <br/>
*Given* <br/>
*When* <br/>
*Then* <br/>
{panel} <br/>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">Given-When-Then</div>
<div class="panel panel-default">
<div class="panel-body" id="givenWhenThen">
h3. Scenario <br/>
---- <br/>
*Given* <br/>
*When* <br/>
*Then* <br/>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="text-center">
<div class="footer-below">
<div class="container">
<div class="row">
<div class="col-xs-6">
<!-- Place this tag where you want the button to render. -->
<a class="github-button" href="https://github.com/ervine13/Jira-Chrome-Quick-Access/fork" target="_blank" aria-label="Fork ervine13/Jira-Chrome-Quick-Access on GitHub">Fork on Github</a>
</div>
<div class="col-xs-6">
<a href="https://www.starbucks.com/shop/card/egift" target="_blank">
I like coffee - Ervin
</a>
</div>
</div>
</div>
</footer>
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<script src="js/classie.js"></script>
<script src="js/cbpAnimatedHeader.js"></script>
<script src="js/clipboard.min.js"></script>
<!-- Contact Form JavaScript -->
<script src="js/jqBootstrapValidation.js"></script>
<script src="js/contact_me.js"></script>
<!-- Custom Theme JavaScript -->
<script src="js/freelancer.js"></script>
<!-- Main Extension Script -->
<script src="js/jira.js" type="text/javascript"></script>
</body>
</html>
| ervine13/Jira-Chrome-Quick-Access | index.html | HTML | mit | 9,579 |
<!DOCTYPE html >
<html>
<head>
<link rel="stylesheet" href="demos.css" type="text/css" media="screen" />
<script src="../libraries/RGraph.common.core.js" ></script>
<script src="../libraries/RGraph.common.tooltips.js" ></script>
<script src="../libraries/RGraph.common.dynamic.js" ></script>
<script src="../libraries/RGraph.common.effects.js" ></script>
<script src="../libraries/RGraph.pie.js" ></script>
<title>An animated customised Pie chart</title>
<meta name="robots" content="noindex,nofollow" />
<meta name="description" content="A Pie chart that has been animated using the RoundRobin effect" />
</head>
<body>
<h1>An animated and customised Pie chart</h1>
<canvas id="cvs" width="480" height="250">[No canvas support]</canvas>
<script>
window.onload = function ()
{
var pie = new RGraph.Pie({
id: 'cvs',
data: [1750, 6250],
options: {
strokestyle: 'white',
colors: ['#DDDF0D','#7798BF'],
linewidth: 3,
exploded: [15, ],
textSize:16,
shadowOffsetx: 0,
shadowOffsety: 0,
shadowBlur: 20,
labels: ['Jerry'],
labelsSticks: [true, false],
labelsSticksLength: 20,
clearto: 'white'
}
}).roundRobin();
};
</script>
<p></p>
This goes in the documents header:
<pre class="code">
<script src="RGraph.common.core.js"></script>
<script src="RGraph.common.tooltips.js"></script>
<script src="RGraph.common.dynamic.js"></script>
<script src="RGraph.common.effects.js"></script>
<script src="RGraph.pie.js"></script>
</pre>
Put this where you want the chart to show up:
<pre class="code">
<canvas id="cvs" width="480" height="250">
[No canvas support]
</canvas>
</pre>
This is the code that generates the chart:
<pre class="code">
<script>
window.onload = function ()
{
var pie = new RGraph.Pie({
id: 'cvs',
data: [1750, 6250],
options: {
strokestyle: 'white',
colors: ['#DDDF0D','#7798BF'],
linewidth: 3,
exploded: [15, ],
textSize:16,
shadowOffsetx: 0,
shadowOffsety: 0,
shadowBlur: 20,
labels: ['Jerry'],
labelsSticks: [true, false],
labelsSticksLength: 20,
clearto: 'white'
}
}).roundRobin();
};
</script>
</pre>
<p>
<a href="https://www.facebook.com/sharer/sharer.php?u=http://www.rgraph.net" target="_blank" onclick="window.open('https://www.facebook.com/sharer/sharer.php?u=http://www.rgraph.net', null, 'top=50,left=50,width=600,height=368'); return false"><img src="../images/facebook-large.png" width="200" height="43" alt="Share on Facebook" border="0" title="Visit the RGraph Facebook page" /></a>
<a href="https://twitter.com/_rgraph" target="_blank" onclick="window.open('https://twitter.com/_rgraph', null, 'top=50,left=50,width=700,height=400'); return false"><img src="../images/twitter-large.png" width="200" height="43" alt="Share on Twitter" border="0" title="Mention RGraph on Twitter" /></a>
</p>
<p>
<a href="./">« Back</a>
</p>
</body>
</html> | LinkItONEDevGroup/LASS | IASS/IASS_BASIC/IASS_Server/html/RGraph/demos/pie-customised-and-animated.html | HTML | mit | 3,656 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!-- Meta, title, CSS, favicons, etc. -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Gentallela Alela! | </title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="fonts/css/font-awesome.min.css" rel="stylesheet">
<link href="css/animate.min.css" rel="stylesheet">
<!-- Custom styling plus plugins -->
<link href="css/custom.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/maps/jquery-jvectormap-2.0.3.css" />
<link href="css/icheck/flat/green.css" rel="stylesheet" />
<link href="css/floatexamples.css" rel="stylesheet" type="text/css" />
<script src="js/jquery.min.js"></script>
<script src="js/nprogress.js"></script>
<!--[if lt IE 9]>
<script src="../assets/js/ie8-responsive-file-warning.js"></script>
<![endif]-->
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body class="nav-md">
<div class="container body">
<div class="main_container">
<div class="col-md-3 left_col">
<div class="left_col scroll-view">
<div class="navbar nav_title" style="border: 0;">
<a href="index.html" class="site_title"><i class="fa fa-paw"></i> <span>Empty!</span></a>
</div>
<div class="clearfix"></div>
<!-- menu prile quick info -->
<div class="profile">
<div class="profile_pic">
<img src="images/img.jpg" alt="..." class="img-circle profile_img">
</div>
<div class="profile_info">
<span>Welcome,</span>
<h2>Empty user</h2>
</div>
</div>
<!-- /menu prile quick info -->
<br />
<!-- sidebar menu -->
<div id="sidebar-menu" class="main_menu_side hidden-print main_menu">
<div class="menu_section">
<h3>General</h3>
<ul class="nav side-menu">
<li><a><i class="fa fa-home"></i> Menu1 <span class="fa fa-chevron-down"></span></a>
<ul class="nav child_menu" style="display: none">
<li><a href="empty.html">Sub1.1</a>
</li>
<li><a href="empty.html">Sub1.2</a>
</li>
</ul>
</li>
<li><a><i class="fa fa-edit"></i> Menu2 <span class="fa fa-chevron-down"></span></a>
<ul class="nav child_menu" style="display: none">
<li><a href="empty.html">Menu2.1</a>
</li>
<li><a href="empty.html">Meny2.2s</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- /sidebar menu -->
<!-- /menu footer buttons -->
<div class="sidebar-footer hidden-small">
<a data-toggle="tooltip" data-placement="top" title="Settings">
<span class="glyphicon glyphicon-cog" aria-hidden="true"></span>
</a>
<a data-toggle="tooltip" data-placement="top" title="FullScreen">
<span class="glyphicon glyphicon-fullscreen" aria-hidden="true"></span>
</a>
<a data-toggle="tooltip" data-placement="top" title="Lock">
<span class="glyphicon glyphicon-eye-close" aria-hidden="true"></span>
</a>
<a data-toggle="tooltip" data-placement="top" title="Logout">
<span class="glyphicon glyphicon-off" aria-hidden="true"></span>
</a>
</div>
<!-- /menu footer buttons -->
</div>
</div>
<!-- top navigation -->
<div class="top_nav">
<div class="nav_menu">
<nav class="" role="navigation">
<div class="nav toggle">
<a id="menu_toggle"><i class="fa fa-bars"></i></a>
</div>
</nav>
</div>
</div>
<!-- /top navigation -->
<!-- page content -->
<div class="right_col" role="main">
<div class="row">
<div class="col-md-12 col-sm-12 col-xs-12">
<div class="dashboard_graph">
<div class="row x_title">
<div class="col-md-6">
<h3>Empty <small>no content</small></h3>
</div>
<div class="col-md-6">
</div>
</div>
<div class="col-md-12 col-sm-12 col-xs-12">
<table id="datatable" class="table table-striped table-bordered">
<thead>
<tr>
<th>Name</th>
<th>Position</th>
<th>Office</th>
<th>Age</th>
<th>Start date</th>
<th>Salary</th>
</tr>
</thead>
<tbody>
<tr>
<td>Tiger Nixon</td>
<td>System Architect</td>
<td>Edinburgh</td>
<td>61</td>
<td>2011/04/25</td>
<td>$320,800</td>
</tr>
</tbody>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
<br />
<!-- footer content -->
<footer>
<div class="copyright-info">
<p class="pull-right">Gentelella - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
</p>
</div>
<div class="clearfix"></div>
</footer>
<!-- /footer content -->
</div>
<!-- /page content -->
</div>
</div>
<div id="custom_notifications" class="custom-notifications dsp_none">
<ul class="list-unstyled notifications clearfix" data-tabbed_notifications="notif-group">
</ul>
<div class="clearfix"></div>
<div id="notif-group" class="tabbed_notifications"></div>
</div>
<script src="js/bootstrap.min.js"></script>
<!-- gauge js -->
<script type="text/javascript" src="js/gauge/gauge.min.js"></script>
<script type="text/javascript" src="js/gauge/gauge_demo.js"></script>
<!-- chart js -->
<script src="js/chartjs/chart.min.js"></script>
<!-- bootstrap progress js -->
<script src="js/progressbar/bootstrap-progressbar.min.js"></script>
<script src="js/nicescroll/jquery.nicescroll.min.js"></script>
<!-- icheck -->
<script src="js/icheck/icheck.min.js"></script>
<!-- daterangepicker -->
<script type="text/javascript" src="js/moment/moment.min.js"></script>
<script type="text/javascript" src="js/datepicker/daterangepicker.js"></script>
<script src="js/custom.js"></script>
<!-- flot js -->
<!--[if lte IE 8]><script type="text/javascript" src="js/excanvas.min.js"></script><![endif]-->
<script type="text/javascript" src="js/flot/jquery.flot.js"></script>
<script type="text/javascript" src="js/flot/jquery.flot.pie.js"></script>
<script type="text/javascript" src="js/flot/jquery.flot.orderBars.js"></script>
<script type="text/javascript" src="js/flot/jquery.flot.time.min.js"></script>
<script type="text/javascript" src="js/flot/date.js"></script>
<script type="text/javascript" src="js/flot/jquery.flot.spline.js"></script>
<script type="text/javascript" src="js/flot/jquery.flot.stack.js"></script>
<script type="text/javascript" src="js/flot/curvedLines.js"></script>
<script type="text/javascript" src="js/flot/jquery.flot.resize.js"></script>
<script>
$(document).ready(function() {
// [17, 74, 6, 39, 20, 85, 7]
//[82, 23, 66, 9, 99, 6, 2]
var data1 = [
[gd(2012, 1, 1), 17],
[gd(2012, 1, 2), 74],
[gd(2012, 1, 3), 6],
[gd(2012, 1, 4), 39],
[gd(2012, 1, 5), 20],
[gd(2012, 1, 6), 85],
[gd(2012, 1, 7), 7]
];
var data2 = [
[gd(2012, 1, 1), 82],
[gd(2012, 1, 2), 23],
[gd(2012, 1, 3), 66],
[gd(2012, 1, 4), 9],
[gd(2012, 1, 5), 119],
[gd(2012, 1, 6), 6],
[gd(2012, 1, 7), 9]
];
$("#canvas_dahs").length && $.plot($("#canvas_dahs"), [
data1, data2
], {
series: {
lines: {
show: false,
fill: true
},
splines: {
show: true,
tension: 0.4,
lineWidth: 1,
fill: 0.4
},
points: {
radius: 0,
show: true
},
shadowSize: 2
},
grid: {
verticalLines: true,
hoverable: true,
clickable: true,
tickColor: "#d5d5d5",
borderWidth: 1,
color: '#fff'
},
colors: ["rgba(38, 185, 154, 0.38)", "rgba(3, 88, 106, 0.38)"],
xaxis: {
tickColor: "rgba(51, 51, 51, 0.06)",
mode: "time",
tickSize: [1, "day"],
//tickLength: 10,
axisLabel: "Date",
axisLabelUseCanvas: true,
axisLabelFontSizePixels: 12,
axisLabelFontFamily: 'Verdana, Arial',
axisLabelPadding: 10
//mode: "time", timeformat: "%m/%d/%y", minTickSize: [1, "day"]
},
yaxis: {
ticks: 8,
tickColor: "rgba(51, 51, 51, 0.06)",
},
tooltip: false
});
function gd(year, month, day) {
return new Date(year, month - 1, day).getTime();
}
});
</script>
<!-- worldmap -->
<script type="text/javascript" src="js/maps/jquery-jvectormap-2.0.3.min.js"></script>
<script type="text/javascript" src="js/maps/gdp-data.js"></script>
<script type="text/javascript" src="js/maps/jquery-jvectormap-world-mill-en.js"></script>
<script type="text/javascript" src="js/maps/jquery-jvectormap-us-aea-en.js"></script>
<!-- pace -->
<script src="js/pace/pace.min.js"></script>
<script>
$(function() {
$('#world-map-gdp').vectorMap({
map: 'world_mill_en',
backgroundColor: 'transparent',
zoomOnScroll: false,
series: {
regions: [{
values: gdpData,
scale: ['#E6F2F0', '#149B7E'],
normalizeFunction: 'polynomial'
}]
},
onRegionTipShow: function(e, el, code) {
el.html(el.html() + ' (GDP - ' + gdpData[code] + ')');
}
});
});
</script>
<!-- skycons -->
<script src="js/skycons/skycons.min.js"></script>
<script>
var icons = new Skycons({
"color": "#73879C"
}),
list = [
"clear-day", "clear-night", "partly-cloudy-day",
"partly-cloudy-night", "cloudy", "rain", "sleet", "snow", "wind",
"fog"
],
i;
for (i = list.length; i--;)
icons.set(list[i], list[i]);
icons.play();
</script>
<!-- dashbord linegraph -->
<script>
var doughnutData = [{
value: 30,
color: "#455C73"
}, {
value: 30,
color: "#9B59B6"
}, {
value: 60,
color: "#BDC3C7"
}, {
value: 100,
color: "#26B99A"
}, {
value: 120,
color: "#3498DB"
}];
var myDoughnut = new Chart(document.getElementById("canvas1").getContext("2d")).Doughnut(doughnutData);
</script>
<!-- /dashbord linegraph -->
<!-- datepicker -->
<script type="text/javascript">
$(document).ready(function() {
var cb = function(start, end, label) {
console.log(start.toISOString(), end.toISOString(), label);
$('#reportrange span').html(start.format('MMMM D, YYYY') + ' - ' + end.format('MMMM D, YYYY'));
//alert("Callback has fired: [" + start.format('MMMM D, YYYY') + " to " + end.format('MMMM D, YYYY') + ", label = " + label + "]");
}
var optionSet1 = {
startDate: moment().subtract(29, 'days'),
endDate: moment(),
minDate: '01/01/2012',
maxDate: '12/31/2015',
dateLimit: {
days: 60
},
showDropdowns: true,
showWeekNumbers: true,
timePicker: false,
timePickerIncrement: 1,
timePicker12Hour: true,
ranges: {
'Today': [moment(), moment()],
'Yesterday': [moment().subtract(1, 'days'), moment().subtract(1, 'days')],
'Last 7 Days': [moment().subtract(6, 'days'), moment()],
'Last 30 Days': [moment().subtract(29, 'days'), moment()],
'This Month': [moment().startOf('month'), moment().endOf('month')],
'Last Month': [moment().subtract(1, 'month').startOf('month'), moment().subtract(1, 'month').endOf('month')]
},
opens: 'left',
buttonClasses: ['btn btn-default'],
applyClass: 'btn-small btn-primary',
cancelClass: 'btn-small',
format: 'MM/DD/YYYY',
separator: ' to ',
locale: {
applyLabel: 'Submit',
cancelLabel: 'Clear',
fromLabel: 'From',
toLabel: 'To',
customRangeLabel: 'Custom',
daysOfWeek: ['Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa'],
monthNames: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'],
firstDay: 1
}
};
$('#reportrange span').html(moment().subtract(29, 'days').format('MMMM D, YYYY') + ' - ' + moment().format('MMMM D, YYYY'));
$('#reportrange').daterangepicker(optionSet1, cb);
$('#reportrange').on('show.daterangepicker', function() {
console.log("show event fired");
});
$('#reportrange').on('hide.daterangepicker', function() {
console.log("hide event fired");
});
$('#reportrange').on('apply.daterangepicker', function(ev, picker) {
console.log("apply event fired, start/end dates are " + picker.startDate.format('MMMM D, YYYY') + " to " + picker.endDate.format('MMMM D, YYYY'));
});
$('#reportrange').on('cancel.daterangepicker', function(ev, picker) {
console.log("cancel event fired");
});
$('#options1').click(function() {
$('#reportrange').data('daterangepicker').setOptions(optionSet1, cb);
});
$('#options2').click(function() {
$('#reportrange').data('daterangepicker').setOptions(optionSet2, cb);
});
$('#destroy').click(function() {
$('#reportrange').data('daterangepicker').remove();
});
});
</script>
<script>
NProgress.done();
</script>
</script>
<script type="text/javascript">
$(document).ready(function() {
$('#datatable').dataTable();
$('#datatable-keytable').DataTable({
keys: true
});
$('#datatable-responsive').DataTable();
$('#datatable-scroller').DataTable({
ajax: "js/datatables/json/scroller-demo.json",
deferRender: true,
scrollY: 380,
scrollCollapse: true,
scroller: true
});
var table = $('#datatable-fixed-header').DataTable({
fixedHeader: true
});
});
TableManageButtons.init();
</script>
<!-- /datepicker -->
<!-- /footer content -->
</body>
</html>
| Ykharo/tutorial_P3_4 | production/empty_preuba.html | HTML | mit | 13,917 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Login Page - Photon Admin Panel Theme</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
<link rel="shortcut icon" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/js/plugins/prettify/js/plugins/favicon.ico"/>
<link rel="apple-touch-icon" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/js/plugins/prettify/js/plugins/iosicon.png"/>
<link rel="stylesheet" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/js/plugins/prettify/js/plugins/css/css_compiled/photon-min.css?v1.1" media="all"/>
<link rel="stylesheet" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/js/plugins/prettify/js/plugins/css/css_compiled/photon-min-part2.css?v1.1" media="all"/>
<link rel="stylesheet" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/js/plugins/prettify/js/plugins/css/css_compiled/photon-responsive-min.css?v1.1" media="all"/>
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="css/css_compiled/ie-only-min.css?v1.1" />
<![endif]-->
<!--[if lt IE 9]>
<link rel="stylesheet" type="text/css" href="css/css_compiled/ie8-only-min.css?v1.1" />
<script type="text/javascript" src="js/plugins/excanvas.js"></script>
<script type="text/javascript" src="js/plugins/html5shiv.js"></script>
<script type="text/javascript" src="js/plugins/respond.min.js"></script>
<script type="text/javascript" src="js/plugins/fixFontIcons.js"></script>
<![endif]-->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/jquery-ui.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/js/plugins/prettify/js/plugins/js/bootstrap/bootstrap.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/js/plugins/prettify/js/plugins/js/plugins/modernizr.custom.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/js/plugins/prettify/js/plugins/js/plugins/jquery.pnotify.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/js/plugins/prettify/js/plugins/js/plugins/less-1.3.1.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/js/plugins/prettify/js/plugins/js/plugins/xbreadcrumbs.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/js/plugins/prettify/js/plugins/js/plugins/jquery.maskedinput-1.3.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/js/plugins/prettify/js/plugins/js/plugins/jquery.autotab-1.1b.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/js/plugins/prettify/js/plugins/js/plugins/charCount.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/js/plugins/prettify/js/plugins/js/plugins/jquery.textareaCounter.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/js/plugins/prettify/js/plugins/js/plugins/elrte.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/js/plugins/prettify/js/plugins/js/plugins/elrte.en.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/js/plugins/prettify/js/plugins/js/plugins/select2.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/js/plugins/prettify/js/plugins/js/plugins/jquery-picklist.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/js/plugins/prettify/js/plugins/js/plugins/jquery.validate.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/js/plugins/prettify/js/plugins/js/plugins/additional-methods.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/js/plugins/prettify/js/plugins/js/plugins/jquery.form.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/js/plugins/prettify/js/plugins/js/plugins/jquery.metadata.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/js/plugins/prettify/js/plugins/js/plugins/jquery.mockjax.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/js/plugins/prettify/js/plugins/js/plugins/jquery.uniform.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/js/plugins/prettify/js/plugins/js/plugins/jquery.tagsinput.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/js/plugins/prettify/js/plugins/js/plugins/jquery.rating.pack.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/js/plugins/prettify/js/plugins/js/plugins/farbtastic.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/js/plugins/prettify/js/plugins/js/plugins/jquery.timeentry.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/js/plugins/prettify/js/plugins/js/plugins/jquery.dataTables.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/js/plugins/prettify/js/plugins/js/plugins/jquery.jstree.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/js/plugins/prettify/js/plugins/js/plugins/dataTables.bootstrap.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/js/plugins/prettify/js/plugins/js/plugins/jquery.mousewheel.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/js/plugins/prettify/js/plugins/js/plugins/jquery.mCustomScrollbar.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/js/plugins/prettify/js/plugins/js/plugins/jquery.flot.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/js/plugins/prettify/js/plugins/js/plugins/jquery.flot.stack.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/js/plugins/prettify/js/plugins/js/plugins/jquery.flot.pie.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/js/plugins/prettify/js/plugins/js/plugins/jquery.flot.resize.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/js/plugins/prettify/js/plugins/js/plugins/raphael.2.1.0.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/js/plugins/prettify/js/plugins/js/plugins/justgage.1.0.1.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/js/plugins/prettify/js/plugins/js/plugins/jquery.qrcode.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/js/plugins/prettify/js/plugins/js/plugins/jquery.clock.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/js/plugins/prettify/js/plugins/js/plugins/jquery.countdown.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/js/plugins/prettify/js/plugins/js/plugins/jquery.jqtweet.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/js/plugins/prettify/js/plugins/js/plugins/jquery.cookie.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/js/plugins/prettify/js/plugins/js/plugins/bootstrap-fileupload.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/js/plugins/prettify/js/plugins/js/plugins/prettify/prettify.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/js/plugins/prettify/js/plugins/js/plugins/bootstrapSwitch.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/js/plugins/prettify/js/plugins/js/plugins/mfupload.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/js/plugins/prettify/js/plugins/js/common.js"></script>
</head>
<body class="body-login">
<div class="nav-fixed-topright" style="visibility: hidden">
<ul class="nav nav-user-menu">
<li class="user-sub-menu-container">
<a href="javascript:;">
<i class="user-icon"></i><span class="nav-user-selection">Theme Options</span><i class="icon-menu-arrow"></i>
</a>
<ul class="nav user-sub-menu">
<li class="light">
<a href="javascript:;">
<i class='icon-photon stop'></i>Light Version
</a>
</li>
<li class="dark">
<a href="javascript:;">
<i class='icon-photon stop'></i>Dark Version
</a>
</li>
</ul>
</li>
<li>
<a href="javascript:;">
<i class="icon-photon mail"></i>
</a>
</li>
<li>
<a href="javascript:;">
<i class="icon-photon comment_alt2_stroke"></i>
<div class="notification-count">12</div>
</a>
</li>
</ul>
</div>
<script>
$(function(){
setTimeout(function(){
$('.nav-fixed-topright').removeAttr('style');
}, 300);
$(window).scroll(function(){
if($('.breadcrumb-container').length){
var scrollState = $(window).scrollTop();
if (scrollState > 0) $('.nav-fixed-topright').addClass('nav-released');
else $('.nav-fixed-topright').removeClass('nav-released')
}
});
$('.user-sub-menu-container').on('click', function(){
$(this).toggleClass('active-user-menu');
});
$('.user-sub-menu .light').on('click', function(){
if ($('body').is('.light-version')) return;
$('body').addClass('light-version');
setTimeout(function() {
$.cookie('themeColor', 'light', {
expires: 7,
path: '/'
});
}, 500);
});
$('.user-sub-menu .dark').on('click', function(){
if ($('body').is('.light-version')) {
$('body').removeClass('light-version');
$.cookie('themeColor', 'dark', {
expires: 7,
path: '/'
});
}
});
});
</script>
<div class="container-login">
<div class="form-centering-wrapper">
<div class="form-window-login">
<div class="form-window-login-logo">
<div class="login-logo">
<img src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/js/plugins/prettify/js/plugins/images/photon/login-logo@2x.png" alt="Photon UI"/>
</div>
<h2 class="login-title">Welcome to Photon UI!</h2>
<div class="login-member">Not a Member? <a href="select2.js.html#">Sign Up »</a>
<a href="select2.js.html#" class="btn btn-facebook"><i class="icon-fb"></i>Login with Facebook<i class="icon-fb-arrow"></i></a>
</div>
<div class="login-or">Or</div>
<div class="login-input-area">
<form method="POST" action="dashboard.php">
<span class="help-block">Login With Your Photon Account</span>
<input type="text" name="email" placeholder="Email">
<input type="password" name="password" placeholder="Password">
<button type="submit" class="btn btn-large btn-success btn-login">Login</button>
</form>
<a href="select2.js.html#" class="forgot-pass">Forgot Your Password?</a>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-1936460-27']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>
| user-tony/photon-rails | lib/assets/css/css_compiled/@{photonImagePath}plugins/elrte/images/photon/js/bootstrap/js/plugins/prettify/js/plugins/select2.js.html | HTML | mit | 15,620 |
<DIV NAME="detail" ID="detail" xmlns="http://www.w3.org/TR/REC-html40"><H3><A NAME='detail_OnRegistryKeyExistGotoBlockID'></A>TIDComponent DDDriverFlowCommands::<BIG>OnRegistryKeyExistGotoBlockID</BIG>
</H3> <TABLE><TR>
<TD class="borderStyle"><SPAN CLASS='WSupport' TITLE='SAFS TID Commands'>TID</SPAN></TD>
<TD class="borderStyle"><SPAN CLASS='WSupport' TITLE='SAFS Driver Commands'>SDC</SPAN></TD>
</TR></TABLE>
<DIV NAME="list" ID="short_desc"><short_desc xmlns="">
Goto the named block in the current table if the Registry Key exists.
</short_desc></DIV>
<BR/>
<DIV NAME="list" ID="detail_desc"><detailed_desc xmlns="">On Windows XP (and higher?) this is accomplished via
the REG.EXE provided by the operating system. If this program is NOT available
then the Registry commands will not work until another means is implemented--possibly
Windows Scripting Host scripts, etc..
</detailed_desc><BR/>
</DIV>
<BR/>
<DIV NAME="list" ID="other">
<p><B>Fields: </B><SMALL>[ ]=Optional with Default Value</SMALL></p>
<code class="safs">
<OL start="3" ><LI>
<B>BlockID</B>
<BR/>
<DIV NAME="list" ID="short_desc"><short_desc xmlns="">
The name of the block to Goto.
</short_desc></DIV>
<BR/>
<DIV NAME="list" ID="detail_desc"/>
</LI>
<LI>
<B>Key</B>
<BR/>
<DIV NAME="list" ID="short_desc"><short_desc xmlns="">
The Registry Key to seek.
</short_desc></DIV>
<BR/>
<DIV NAME="list" ID="detail_desc"/>
</LI>
<LI>[ <B>KeyValue</B> = ]<BR/>
<DIV NAME="list" ID="short_desc"><short_desc xmlns="">
The optional Registry subkey value to seek.
</short_desc></DIV>
<BR/>
<DIV NAME="list" ID="detail_desc"><detailed_desc xmlns="">
The value name under the parent key. If not provided then we just
check to see if the provided parent key exists.
</detailed_desc><BR/>
</DIV>
</LI>
<LI>[ <B>TimeOut</B> = 15 ]<BR/>
<DIV NAME="list" ID="short_desc"><short_desc xmlns="">
Timeout value in seconds before exiting automatically (no branch).
</short_desc></DIV>
<BR/>
<DIV NAME="list" ID="detail_desc"/>
</LI></OL ></code>
<br/>
<p><B>Examples:</B></p>
<code class="safs"><UL>
<LI>
<B><usage xmlns="">C, OnRegistryKeyExistGotoBlockID, IBM_BLOCK, "HKLM\Software\Rational Software\Rational Test\8", "Install Directory", 0</usage></B>
<BR/><DIV NAME="list" ID="short_desc"><short_desc xmlns="">
Go to block IBM_BLOCK if the Install Directory subkey exists right now.
</short_desc></DIV>
<BR/>
<DIV NAME="list" ID="detail_desc"/>
</LI>
<LI>
<B><usage xmlns="">C, OnRegistryKeyExistGotoBlockID, RJ_INSTALLED, "HKLM\Software\Rational Software\Rational Test\8", "Rational FT Install Directory"</usage></B>
<BR/><DIV NAME="list" ID="short_desc"><short_desc xmlns="">
Go to block RJ_INSTALLED if the key value comes into existence within the default 15 seconds.
</short_desc></DIV>
<BR/>
<DIV NAME="list" ID="detail_desc"/>
</LI>
</UL>
</code>
<br/>
<A href="SAFSReferenceKey.htm" alt="Reference Legend or Key">
<SMALL><B>[How To Read This Reference]</B></SMALL>
</A>
<HR/>
</DIV>
</DIV>
| kid551/safsdev.test.github.io | keyref/TIDComponentDDDriverFlowCommandsOnRegistryKeyExistGotoBlockID.html | HTML | mit | 3,335 |
---
layout: empty-layout
---
{{> thought-for-the-day }} | chris-creditdesign/nature-email | src/pages/sections/thought-for-the-day.html | HTML | mit | 55 |
<!DOCTYPE html ng-app="myApp">
<!--[if lt IE 7]> <html lang="en" ng-app="myApp" class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html lang="en" ng-app="myApp" class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html lang="en" ng-app="myApp" class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html lang="en" ng-app="myApp" class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>My AngularJS App</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="bower_components/html5-boilerplate/css/normalize.css">
<link rel="stylesheet" href="bower_components/html5-boilerplate/css/main.css">
<link rel="stylesheet" href="app.css">
<script src="bower_components/html5-boilerplate/js/vendor/modernizr-2.6.2.min.js"></script>
</head>
<body>
<label>someProperty = {{someProperty}}</label>
<input type="checkbox"
ng-checked="someProperty"
ng-init="someProperty = true"
ng-model="someProperty">
<br>
<label>anotherProperty = {{anotherProperty}}</label>
<input type="checkbox"
ng-checked="anotherProperty"
ng-init="anotherProperty = false"
ng-model="anotherProperty">
<script src="bower_components/angular/angular.js"></script>
<script src="bower_components/angular-route/angular-route.js"></script>
<script src="app.js"></script>
<script src="view1/view1.js"></script>
<script src="view2/view2.js"></script>
<script src="components/version/version.js"></script>
<script src="components/version/version-directive.js"></script>
<script src="components/version/interpolate-filter.js"></script>
</body>
</html>
| crablar/holdem | app/index.html | HTML | mit | 1,777 |
<!-- Modal -->
<div id="myModal" class="modal hide fade hero-unit" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<form class="form-horizontal">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h3 id="myModalLabel">新建项目</h3>
</div>
<div class="modal-body">
<div class="control-group">
<label class="control-label">项目/产品</label>
<div class="controls">
<input id="project_name" type="text" name="project_name" value="{{projectname}}" />
</div>
</div>
<div class="control-group">
<label class="control-label">项目描述</label>
<div class="controls">
<textarea id="project_content" name="project_content">{{content}}</textarea>
</div>
</div>
<input id="projecthiddenid" type="hidden" value="{{id}}">
</div>
<div class="modal-footer">
<button type="button" onclick="$f('tasks.projectedit.projectedit',this)" class="btn btn-primary">保存</button>
</div>
</form>
</div>
| guangchiguangchi/little-bee | src/main/webapp/app/tasks/projectedit/projectedit.html | HTML | mit | 1,236 |
<!DOCTYPE html>
<html xmlns:msxsl="urn:schemas-microsoft-com:xslt">
<head>
<meta content="en-us" http-equiv="Content-Language" />
<meta content="text/html; charset=utf-16" http-equiv="Content-Type" />
<title _locid="PortabilityAnalysis0">.NET Portability Report</title>
<style>
/* Body style, for the entire document */
body {
background: #F3F3F4;
color: #1E1E1F;
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
padding: 0;
margin: 0;
}
/* Header1 style, used for the main title */
h1 {
padding: 10px 0px 10px 10px;
font-size: 21pt;
background-color: #E2E2E2;
border-bottom: 1px #C1C1C2 solid;
color: #201F20;
margin: 0;
font-weight: normal;
}
/* Header2 style, used for "Overview" and other sections */
h2 {
font-size: 18pt;
font-weight: normal;
padding: 15px 0 5px 0;
margin: 0;
}
/* Header3 style, used for sub-sections, such as project name */
h3 {
font-weight: normal;
font-size: 15pt;
margin: 0;
padding: 15px 0 5px 0;
background-color: transparent;
}
h4 {
font-weight: normal;
font-size: 12pt;
margin: 0;
padding: 0 0 0 0;
background-color: transparent;
}
/* Color all hyperlinks one color */
a {
color: #1382CE;
}
/* Paragraph text (for longer informational messages) */
p {
font-size: 10pt;
}
/* Table styles */
table {
border-spacing: 0 0;
border-collapse: collapse;
font-size: 10pt;
}
table th {
background: #E7E7E8;
text-align: left;
text-decoration: none;
font-weight: normal;
padding: 3px 6px 3px 6px;
}
table td {
vertical-align: top;
padding: 3px 6px 5px 5px;
margin: 0px;
border: 1px solid #E7E7E8;
background: #F7F7F8;
}
.NoBreakingChanges {
color: darkgreen;
font-weight:bold;
}
.FewBreakingChanges {
color: orange;
font-weight:bold;
}
.ManyBreakingChanges {
color: red;
font-weight:bold;
}
.BreakDetails {
margin-left: 30px;
}
.CompatMessage {
font-style: italic;
font-size: 10pt;
}
.GoodMessage {
color: darkgreen;
}
/* Local link is a style for hyperlinks that link to file:/// content, there are lots so color them as 'normal' text until the user mouse overs */
.localLink {
color: #1E1E1F;
background: #EEEEED;
text-decoration: none;
}
.localLink:hover {
color: #1382CE;
background: #FFFF99;
text-decoration: none;
}
/* Center text, used in the over views cells that contain message level counts */
.textCentered {
text-align: center;
}
/* The message cells in message tables should take up all avaliable space */
.messageCell {
width: 100%;
}
/* Padding around the content after the h1 */
#content {
padding: 0px 12px 12px 12px;
}
/* The overview table expands to width, with a max width of 97% */
#overview table {
width: auto;
max-width: 75%;
}
/* The messages tables are always 97% width */
#messages table {
width: 97%;
}
/* All Icons */
.IconSuccessEncoded, .IconInfoEncoded, .IconWarningEncoded, .IconErrorEncoded {
min-width: 18px;
min-height: 18px;
background-repeat: no-repeat;
background-position: center;
}
/* Success icon encoded */
.IconSuccessEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconSuccess#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABPElEQVR4Xp1Tv0vDUBi8FqeA4NpBcBLcWnQSApncOnTo4FSnjP0DsnXpH5CxiwbHDg4Zuj4oOEXiJgiC4FDcCkLWmIMc1Pfw+eMgQ77v3Xf3Pe51YKGqqisAEwCR1TIAsiAIblSo6xrdHeJR85Xle3mdmCQKb0PsfqyxxzM8K15HZADl/H5+sHpZwYfxyRjTs+kWwKBx8yoHd2mRiuzF8mkJniWH/13u3Fjrs/EdhsdDFHGB/DLXEJBDLh1MWPAhPo1BLB4WX5yQywHR+m3tVe/t97D52CB/ziG0nIgD/qDuYg8WuCcVZ2YGwlJ3YDugkpR/VNcAEx6GEKhERSr71FuO4YCM4XBdwKvecjIlkSnsO0Hyp/GxSeJAdzBKzpOtnPwyyiPdAZhpZptT04tU+zk7s8czeges//s5C5+CwqrR4/gw+AAAAABJRU5ErkJggg==);
}
/* Information icon encoded */
.IconInfoEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconInformation#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABHElEQVR4Xs2TsUoDQRRF7wwoziokjZUKadInhdhukR9YP8DMX1hYW+QvdsXa/QHBbcXC7W0CamWTQnclFutceIQJwwaWNLlwm5k5d94M76mmaeCrrmsLYOocY12FcxZFUeozCqKqqgYA8uevv1H6VuPxcwlfk5N92KHBxfFeCSAxxswlYAW/Xr989x/mv9gkhtyMDhcAxgzRsp7flj8B/HF1RsMXq+NZMkopaHe7lbKxQUEIGbKsYNoGn969060hZBkQex/W8oRQwsQaW2o3Ago2SVcJUzAgY3N0lTCZZm+zPS8HB51gMmS1DEYyOz9acKO1D8JWTlafKIMxdhvlfdyT94Vv5h7P8Ky7nQzACmhvKq3zk3PjW9asz9D/1oigecsioooAAAAASUVORK5CYII=);
}
/* Warning icon encoded */
.IconWarningEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconWarning#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAx0lEQVR4XpWSMQ7CMAxFf4xAyBMLCxMrO8dhaBcuwdCJS3RJBw7SA/QGTCxdWJgiQYWKXJWKIXHIlyw5lqr34tQgEOdcBsCOx5yZK3hCCKdYXneQkh4pEfqzLfu+wVDSyyzFoJjfz9NB+pAF+eizx2Vruts0k15mPgvS6GYvpVtQhB61IB/dk6AF6fS4Ben0uIX5odtFe8Q/eW1KvFeH4e8khT6+gm5B+t3juyDt7n0jpe+CANTd+oTUjN/U3yVaABnSUjFz/gFq44JaVSCXeQAAAABJRU5ErkJggg==);
}
/* Error icon encoded */
.IconErrorEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconError#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABQElEQVR4XqWTvUoEQRCE6wYPZUA80AfwAQz23uCMjA7MDRQEIzPBVEyNTQUFIw00vcQTTMzuAh/AxEQQT8HF/3G/oGGnEUGuoNnd6qoZuqltyKEsyzVJq5I6rnUp6SjGeGhESikzzlc1eL7opfuVbrqbU1Zw9NCgtQMaZpY0eNnaaL2fHusvTK5vKu7sjSS1Y4y3QUA6K3e3Mau5UFDyMP7tYF9o8cAHZv68vipoIJg971PZIZ5HiwdvYGGvFVFHmGmZ2MxwmQYPXubPl9Up0tfoMQGetXd6mRbvhBw+boZ6WF7Mbv1+GsHRk0fQmPAH1GfmZirbCfDJ61tw3Px8/8pZsPAG4jlVhcPgZ7adwNWBB68lkRQWFiTgFlbnLY3DGGM7izIJIyT/jjIvEJw6fdJTc6krDzh6aMwMP9bvDH4ADSsa9uSWVJkAAAAASUVORK5CYII=);
}
</style>
</head>
<body>
<h1 _locid="PortabilityReport">.NET Portability Report</h1>
<div id="content">
<div id="submissionId" style="font-size:8pt;">
<p>
<i>
Submission Id
ed85437e-3eda-48aa-b9b1-52c438166c23
</i>
</p>
</div>
<h2 _locid="SummaryTitle">
<a name="Portability Summary"></a>Portability Summary
</h2>
<div id="summary">
<table>
<tbody>
<tr>
<th>Assembly</th>
<th>ASP.NET 5,Version=v1.0</th>
<th>Windows,Version=v8.1</th>
<th>.NET Framework,Version=v4.6</th>
<th>Windows Phone,Version=v8.1</th>
</tr>
<tr>
<td><strong><a href="#IHS.MvvmCross.Plugins.Keychain.Droid">IHS.MvvmCross.Plugins.Keychain.Droid</a></strong></td>
<td class="text-center">100.00 %</td>
<td class="text-center">99.25 %</td>
<td class="text-center">100.00 %</td>
<td class="text-center">99.25 %</td>
</tr>
</tbody>
</table>
</div>
<div id="details">
<a name="IHS.MvvmCross.Plugins.Keychain.Droid"><h3>IHS.MvvmCross.Plugins.Keychain.Droid</h3></a>
<table>
<tbody>
<tr>
<th>Target type</th>
<th>ASP.NET 5,Version=v1.0</th>
<th>Windows,Version=v8.1</th>
<th>.NET Framework,Version=v4.6</th>
<th>Windows Phone,Version=v8.1</th>
<th>Recommended changes</th>
</tr>
<tr>
<td>System.Text.Encoding</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Call Encoding.GetString(byte[], int, int)</td>
</tr>
<tr>
<td style="padding-left:2em">GetString(System.Byte[])</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Call Encoding.GetString(byte[], int, int)</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
</tbody>
</table>
<p>
<a href="#Portability Summary">Back to Summary</a>
</p>
</div>
</div>
</body>
</html> | kuhlenh/port-to-core | Reports/ih/ihs.mvvmcross.plugins.keychain.0.0.12/IHS.MvvmCross.Plugins.Keychain.Droid-monoandroid.html | HTML | mit | 11,802 |
<!-- http://www.w3.org/TR/contacts-api/ -->
<!DOCTYPE html>
<html lang="en" dir="ltr" typeof="bibo:Document " about="" property="dcterms:language" content="en">
<head>
<meta charset="utf-8">
<title>Pick Contacts Intent</title>
<style>/*****************************************************************
* ReSpec 3 CSS
* Robin Berjon - http://berjon.com/
*****************************************************************/
/* --- INLINES --- */
em.rfc2119 {
text-transform: lowercase;
font-variant: small-caps;
font-style: normal;
color: #900;
}
h1 acronym, h2 acronym, h3 acronym, h4 acronym, h5 acronym, h6 acronym, a acronym,
h1 abbr, h2 abbr, h3 abbr, h4 abbr, h5 abbr, h6 abbr, a abbr {
border: none;
}
dfn {
font-weight: bold;
}
a.internalDFN {
color: inherit;
border-bottom: 1px solid #99c;
text-decoration: none;
}
a.externalDFN {
color: inherit;
border-bottom: 1px dotted #ccc;
text-decoration: none;
}
a.bibref {
text-decoration: none;
}
cite .bibref {
font-style: normal;
}
code {
color: #ff4500;
}
/* --- TOC --- */
.toc a, .tof a {
text-decoration: none;
}
a .secno, a .figno {
color: #000;
}
ul.tof, ol.tof {
list-style: none outside none;
}
.caption {
margin-top: 0.5em;
font-style: italic;
}
/* --- TABLE --- */
table.simple {
border-spacing: 0;
border-collapse: collapse;
border-bottom: 3px solid #005a9c;
}
.simple th {
background: #005a9c;
color: #fff;
padding: 3px 5px;
text-align: left;
}
.simple th[scope="row"] {
background: inherit;
color: inherit;
border-top: 1px solid #ddd;
}
.simple td {
padding: 3px 10px;
border-top: 1px solid #ddd;
}
.simple tr:nth-child(even) {
background: #f0f6ff;
}
/* --- DL --- */
.section dd > p:first-child {
margin-top: 0;
}
.section dd > p:last-child {
margin-bottom: 0;
}
.section dd {
margin-bottom: 1em;
}
.section dl.attrs dd, .section dl.eldef dd {
margin-bottom: 0;
}
</style><link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/W3C-WG-NOTE"><!--[if lt IE 9]><script src='https://www.w3.org/2008/site/js/html5shiv.js'></script><![endif]--></head>
<body class="h-entry" style="" role="document" id="respecDocument"><div class="head" role="contentinfo" id="respecHeader">
<p>
<a href="http://www.w3.org/"><img width="72" height="48" src="https://www.w3.org/Icons/w3c_home" alt="W3C"></a>
</p>
<h1 class="title p-name" id="title" property="dcterms:title">Pick Contacts Intent</h1>
<h2 property="dcterms:issued" datatype="xsd:dateTime" content="2014-01-13T22:00:00.000Z" id="w3c-working-group-note-14-january-2014"><abbr title="World Wide Web Consortium">W3C</abbr> Working Group Note <time class="dt-published" datetime="2014-01-14">14 January 2014</time></h2>
<dl>
<dt>This version:</dt>
<dd><a class="u-url" href="http://www.w3.org/TR/2014/NOTE-contacts-api-20140114/">http://www.w3.org/TR/2014/NOTE-contacts-api-20140114/</a></dd>
<dt>Latest published version:</dt>
<dd><a href="http://www.w3.org/TR/contacts-api/">http://www.w3.org/TR/contacts-api/</a></dd>
<dt>Previous version:</dt>
<dd><a rel="dcterms:replaces" href="http://www.w3.org/TR/2012/WD-contacts-api-20120712/">http://www.w3.org/TR/2012/WD-contacts-api-20120712/</a></dd>
<dt>Editors:</dt>
<dd class="p-author h-card vcard" rel="bibo:editor" inlist=""><span typeof="foaf:Person"><a class="u-url url p-name fn" rel="foaf:homepage" property="foaf:name" content="Richard Tibbett" href="http://richt.me">Richard Tibbett</a>, <a rel="foaf:workplaceHomepage" class="p-org org h-org h-card" href="http://www.opera.com">Opera Software ASA</a></span>
</dd>
<dd class="p-author h-card vcard" rel="bibo:editor" inlist=""><span typeof="foaf:Person"><a class="u-url url p-name fn" rel="foaf:homepage" property="foaf:name" content="Robin Berjon" href="http://berjon.com/">Robin Berjon</a>, <a rel="foaf:workplaceHomepage" class="p-org org h-org h-card" href="http://robineko.com/">Robineko</a></span>
</dd>
<dd class="p-author h-card vcard" rel="bibo:editor" inlist=""><span typeof="foaf:Person"><a class="u-url url p-name fn" rel="foaf:homepage" property="foaf:name" content="송정기(Jungkee Song)" href="mailto:jungkee.song@samsung.com">송정기(Jungkee Song)</a>, <a rel="foaf:workplaceHomepage" class="p-org org h-org h-card" href="http://www.samsung.com/sec/">Samsung Electronics Co., Ltd.</a></span>
</dd>
</dl>
<p class="copyright">
<a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> ©
2014
<a href="http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup>
(<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts Institute of Technology">MIT</abbr></a>,
<a href="http://www.ercim.eu/"><abbr title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>,
<a href="http://www.keio.ac.jp/">Keio</a>, <a href="http://ev.buaa.edu.cn/">Beihang</a>),
All Rights Reserved.
<abbr title="World Wide Web Consortium">W3C</abbr> <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
<a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and
<a href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a>
rules apply.
</p>
<hr>
</div>
<section id="abstract" class="introductory" property="dcterms:abstract" datatype="" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter"><h2 aria-level="1" role="heading" id="h2_abstract">Abstract</h2>
<p>
The Pick Contacts Intent defines a <a href="http://www.w3.org/TR/web-intents/">
Web Intent</a> that enables access to a user's address book service
from inside a Web application. It defines both an Intent action/type
pair that selects this operation, and the format of the contacts data
that is returned by services implementing this specification.
</p>
</section><section id="sotd" class="introductory" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter"><h2 aria-level="1" role="heading" id="h2_sotd">Status of This Document</h2>
<p>
<em>This section describes the status of this document at the time of its publication.
Other documents may supersede this document. A list of current <abbr title="World Wide Web Consortium">W3C</abbr> publications and the
latest revision of this technical report can be found in the <a href="http://www.w3.org/TR/"><abbr title="World Wide Web Consortium">W3C</abbr> technical reports index</a> at
http://www.w3.org/TR/.</em>
</p>
<p>
<strong>
Work on this document has been discontinued and it should not be
referenced or used as a basis for implementation.
</strong>
</p>
<p>
The Pick Contacts Intent defines how
<a href="http://www.w3.org/TR/web-intents/">Web Intents</a> may be used
enable access to a user's address book. Work on this specification has
been discontinued since the
<a href="http://www.w3.org/TR/web-intents/">Web Intents</a>
specification has been published as a <abbr title="World Wide Web Consortium">W3C</abbr> Working Group Note indicating
no further development on the Recommendation track at this time.
Implementation support has also been removed from existing systems
(e.g. <a href="https://lists.webkit.org/pipermail/webkit-dev/2013-January/023537.html">WebKit</a>)
precluding interoperability testing. Issues related to Web Intents were
outlined in a
<a href="http://lists.w3.org/Archives/Public/public-device-apis/2013Mar/0023.html">mail
message on the DAP mailing list </a>.
</p>
<p>
The Charter of the <a href="http://www.w3.org/2009/dap/">Device APIs Working Group</a>
continues to include this work as "in scope", so the working group
could decide to resume work if warranted by new information.
</p>
<p>
This document was published by the <a href="http://www.w3.org/2009/dap/">Device APIs Working Group</a> as a Working Group Note.
If you wish to make comments regarding this document, please send them to
<a href="mailto:public-device-apis@w3.org">public-device-apis@w3.org</a>
(<a href="mailto:public-device-apis-request@w3.org?subject=subscribe">subscribe</a>,
<a href="http://lists.w3.org/Archives/Public/public-device-apis/">archives</a>).
All comments are welcome.
</p>
<p>
Publication as a Working Group Note does not imply endorsement by the <abbr title="World Wide Web Consortium">W3C</abbr>
Membership. This is a draft document and may be updated, replaced or obsoleted by other
documents at any time. It is inappropriate to cite this document as other than work in
progress.
</p>
<p>
This document was produced by a group operating under the
<a id="sotd_patent" about="" rel="w3p:patentRules" href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 February 2004 <abbr title="World Wide Web Consortium">W3C</abbr> Patent
Policy</a>.
<abbr title="World Wide Web Consortium">W3C</abbr> maintains a <a href="http://www.w3.org/2004/01/pp-impl/43696/status" rel="disclosure">public list of any patent
disclosures</a>
made in connection with the deliverables of the group; that page also includes
instructions for disclosing a patent. An individual who has actual knowledge of a patent
which the individual believes contains
<a href="http://www.w3.org/Consortium/Patent-Policy-20040205/#def-essential">Essential
Claim(s)</a> must disclose the information in accordance with
<a href="http://www.w3.org/Consortium/Patent-Policy-20040205/#sec-Disclosure">section
6 of the <abbr title="World Wide Web Consortium">W3C</abbr> Patent Policy</a>.
</p>
</section>
</body></html> | azu/reference-promises-spec | _downloads/www.w3.org_tr_contacts_api_.html | HTML | mit | 10,767 |
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- 上述3个meta标签*必须*放在最前面,任何其他内容都*必须*跟随其后! -->
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../favicon.ico">
<title>Signin Template for Bootstrap</title>
<!-- Bootstrap core CSS -->
<link href="./css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="signin.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script src="./js/ie-emulation-modes-warning.js"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="//cdn.bootcss.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="//cdn.bootcss.com/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<form class="form-signin">
<h2 class="form-signin-heading">Please sign in</h2>
<label for="inputEmail" class="sr-only">Email address</label>
<input type="email" id="inputEmail" class="form-control" placeholder="Email address" required autofocus>
<label for="inputPassword" class="sr-only">Password</label>
<input type="password" id="inputPassword" class="form-control" placeholder="Password" required>
<div class="checkbox">
<label>
<input type="checkbox" value="remember-me"> Remember me
</label>
</div>
<button class="btn btn-lg btn-primary btn-block" type="submit">Sign in</button>
</form>
<button class="btn btn-primary " data-toggle="modal" data-target="#myModal" >登录</button>
<!--模态对话框-->
<!-- Modal -->
<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="false">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title" id="myModalLabel">Modal title</h4>
</div>
<div class="modal-body">
...
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
<button type="button" class="btn btn-primary">Save changes</button>
</div>
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div><!-- /.modal -->
</div> <!-- /container -->
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="./js/ie10-viewport-bug-workaround.js"></script>
<script src="./js/jquery.min.js"></script>
<script src="./js/bootstrap.min.js"></script>
</body>
</html>
| wangyunzhong123/mywebproject | signin/index.html | HTML | mit | 3,032 |
<html><body>
<h4>Windows 10 x64 (18362.356)</h4><br>
<h2>_ACPI_METHOD_ARGUMENT_V1</h2>
<font face="arial"> +0x000 Type : Uint2B<br>
+0x002 DataLength : Uint2B<br>
+0x004 Argument : Uint4B<br>
+0x004 Data : [1] UChar<br>
</font></body></html> | epikcraw/ggool | public/Windows 10 x64 (18362.356)/_ACPI_METHOD_ARGUMENT_V1.html | HTML | mit | 297 |
<!-- Generated by pkgdown: do not edit by hand -->
<!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.0">
<title>Random Policy RandomPolicy ⢠reinforcelearn</title>
<!-- jquery -->
<script src="https://code.jquery.com/jquery-3.1.0.min.js" integrity="sha384-nrOSfDHtoPMzJHjVTdCopGqIqeYETSXhZDFyniQ8ZHcVy08QesyHcnOUpMpqnmWq" crossorigin="anonymous"></script>
<!-- Bootstrap -->
<link href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/cerulean/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<!-- Font Awesome icons -->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-T8Gy5hrqNKT+hzMclPo118YTQO6cYprQmhrYwIiQ/3axmI1hQomh7Ud2hPOy8SP1" crossorigin="anonymous">
<!-- pkgdown -->
<link href="../pkgdown.css" rel="stylesheet">
<script src="../jquery.sticky-kit.min.js"></script>
<script src="../pkgdown.js"></script>
<!-- mathjax -->
<script src='https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container template-reference-topic">
<header>
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../index.html">reinforcelearn</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li>
<a href="../index.html">
<span class="fa fa-home fa-lg"></span>
</a>
</li>
<li>
<a href="../reference/index.html">Reference</a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">
Articles
<span class="caret"></span>
</a>
<ul class="dropdown-menu" role="menu">
<li>
<a href="../articles/agents.html">Agents</a>
</li>
<li>
<a href="../articles/environments.html">Environments</a>
</li>
</ul>
</li>
<li>
<a href="../news/index.html">News</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
</ul>
</div><!--/.nav-collapse -->
</div><!--/.container -->
</div><!--/.navbar -->
</header>
<div class="row">
<div class="col-md-9 contents">
<div class="page-header">
<h1>Random Policy</h1>
</div>
<p>Random Policy</p>
<h2 class="hasAnchor" id="usage"><a class="anchor" href="#usage"></a>Usage</h2>
<p><code><a href='makePolicy.html'>makePolicy("random")</a></code></p>
<h2 class="hasAnchor" id="examples"><a class="anchor" href="#examples"></a>Examples</h2>
<pre class="examples"><div class='input'><span class='no'>pol</span> <span class='kw'>=</span> <span class='fu'><a href='makePolicy.html'>makePolicy</a></span>(<span class='st'>"random"</span>)</div></pre>
</div>
<div class="col-md-3 hidden-xs hidden-sm" id="sidebar">
<h2>Contents</h2>
<ul class="nav nav-pills nav-stacked">
<li><a href="#usage">Usage</a></li>
<li><a href="#examples">Examples</a></li>
</ul>
</div>
</div>
<footer>
<div class="copyright">
<p>Developed by Markus Dumke.</p>
</div>
<div class="pkgdown">
<p>Site built with <a href="http://hadley.github.io/pkgdown/">pkgdown</a>.</p>
</div>
</footer>
</div>
</body>
</html>
| markdumke/reinforcelearn | docs/reference/RandomPolicy.html | HTML | mit | 4,129 |
<!DOCTYPE html>
<html class="theme-next mist use-motion" lang="zh-CN">
<head><meta name="generator" content="Hexo 3.9.0">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="theme-color" content="#222">
<meta http-equiv="Cache-Control" content="no-transform">
<meta http-equiv="Cache-Control" content="no-siteapp">
<script>
(function(i,s,o,g,r,a,m){i["DaoVoiceObject"]=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;a.charset="utf-8";m.parentNode.insertBefore(a,m)})(window,document,"script",('https:' == document.location.protocol ? 'https:' : 'http:') + "//widget.daovoice.io/widget/0f81ff2f.js","daovoice")
daovoice('init', {
app_id: "4bd94666"
});
daovoice('update');
</script>
<link href="/lib/font-awesome/css/font-awesome.min.css?v=4.6.2" rel="stylesheet" type="text/css">
<link href="/css/main.css?v=6.0.4" rel="stylesheet" type="text/css">
<link rel="apple-touch-icon" sizes="180x180" href="/favicon.png?v=6.0.4">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon.png?v=6.0.4">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon.png?v=6.0.4">
<script type="text/javascript" id="hexo.configurations">
var NexT = window.NexT || {};
var CONFIG = {
root: '/',
scheme: 'Mist',
version: '6.0.4',
sidebar: {"position":"left","display":"hide","offset":12,"b2t":false,"scrollpercent":false,"onmobile":false},
fancybox: false,
fastclick: false,
lazyload: false,
tabs: true,
motion: {"enable":true,"async":true,"transition":{"post_block":"fadeIn","post_header":"slideDownIn","post_body":"slideDownIn","coll_header":"slideLeftIn","sidebar":"slideUpIn"}},
algolia: {
applicationID: '',
apiKey: '',
indexName: '',
hits: {"per_page":10},
labels: {"input_placeholder":"Search for Posts","hits_empty":"We didn't find any results for the search: ${query}","hits_stats":"${hits} results found in ${time} ms"}
}
};
</script>
<meta name="keywords" content="iOS, Ruby, Golang, Android, Python, Macaca">
<meta name="description" content="前爱奇艺高级会员">
<meta property="og:type" content="website">
<meta property="og:title" content="煜寒了">
<meta property="og:url" content="https://blog.yuhanle.com/categories/prose/index.html">
<meta property="og:site_name" content="煜寒了">
<meta property="og:description" content="前爱奇艺高级会员">
<meta property="og:locale" content="zh-CN">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="煜寒了">
<meta name="twitter:description" content="前爱奇艺高级会员">
<link rel="alternate" href="/atom.xml" title="煜寒了" type="application/atom+xml">
<link rel="canonical" href="https://blog.yuhanle.com/categories/prose/">
<script type="text/javascript" id="page.configurations">
CONFIG.page = {
sidebar: "",
};
</script>
<title>分类: prose | 煜寒了</title>
<script type="text/javascript">
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?617e86ba9ca3477b2a31c11f6214f4f8";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<noscript>
<style type="text/css">
.use-motion .motion-element,
.use-motion .brand,
.use-motion .menu-item,
.sidebar-inner,
.use-motion .post-block,
.use-motion .pagination,
.use-motion .comments,
.use-motion .post-header,
.use-motion .post-body,
.use-motion .collection-title { opacity: initial; }
.use-motion .logo,
.use-motion .site-title,
.use-motion .site-subtitle {
opacity: initial;
top: initial;
}
.use-motion {
.logo-line-before i { left: initial; }
.logo-line-after i { right: initial; }
}
</style>
</noscript>
</head>
<body itemscope itemtype="http://schema.org/WebPage" lang="zh-CN">
<div class="container sidebar-position-left ">
<div class="headband"></div>
<header id="header" class="header" itemscope itemtype="http://schema.org/WPHeader">
<div class="header-inner"> <div class="site-brand-wrapper">
<div class="site-meta ">
<div class="custom-logo-site-title">
<a href="/" class="brand" rel="start">
<span class="logo-line-before"><i></i></span>
<span class="site-title">煜寒了</span>
<span class="logo-line-after"><i></i></span>
</a>
</div>
<h1 class="site-subtitle" itemprop="description">关心粮食和蔬菜</h1>
</div>
<div class="site-nav-toggle">
<button>
<span class="btn-bar"></span>
<span class="btn-bar"></span>
<span class="btn-bar"></span>
</button>
</div>
</div>
<nav class="site-nav">
<ul id="menu" class="menu">
<li class="menu-item menu-item-home">
<a href="/" rel="section">
<i class="menu-item-icon fa fa-fw fa-home"></i> <br>首页</a>
</li>
<li class="menu-item menu-item-categories">
<a href="/categories/" rel="section">
<i class="menu-item-icon fa fa-fw fa-th"></i> <br>分类</a>
</li>
<li class="menu-item menu-item-archives">
<a href="/archives/" rel="section">
<i class="menu-item-icon fa fa-fw fa-archive"></i> <br>归档</a>
</li>
<li class="menu-item menu-item-books">
<a href="/books" rel="section">
<i class="menu-item-icon fa fa-fw fa-book"></i> <br>书单</a>
</li>
<li class="menu-item menu-item-links">
<a href="/links" rel="section">
<i class="menu-item-icon fa fa-fw fa-meetup"></i> <br>友链</a>
</li>
<li class="menu-item menu-item-about">
<a href="/about/" rel="section">
<i class="menu-item-icon fa fa-fw fa-user"></i> <br>关于</a>
</li>
</ul>
</nav>
</div>
</header>
<main id="main" class="main">
<div class="main-inner">
<div class="content-wrap">
<div id="content" class="content">
<div class="post-block category">
<div id="posts" class="posts-collapse">
<div class="collection-title">
<h2>prose<small>分类</small>
</h2>
</div>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h3 class="post-title">
<a class="post-title-link" href="/2016/08/21/passing-silent-silent-memories/" itemprop="url">
<span itemprop="name">无言逝水 回忆无声</span>
</a>
</h3>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated" datetime="2016-08-21T13:23:00+08:00" content="2016-08-21">
08-21
</time>
</div>
</header>
</article>
</div>
</div>
</div>
</div>
<div class="sidebar-toggle">
<div class="sidebar-toggle-line-wrap">
<span class="sidebar-toggle-line sidebar-toggle-line-first"></span>
<span class="sidebar-toggle-line sidebar-toggle-line-middle"></span>
<span class="sidebar-toggle-line sidebar-toggle-line-last"></span>
</div>
</div>
<aside id="sidebar" class="sidebar">
<div class="sidebar-inner">
<section class="site-overview-wrap sidebar-panel sidebar-panel-active">
<div class="site-overview">
<div class="site-author motion-element" itemprop="author" itemscope itemtype="http://schema.org/Person">
<img class="site-author-image" itemprop="image" src="/uploads/avatar.png" alt="煜寒了">
<p class="site-author-name" itemprop="name">煜寒了</p>
<p class="site-description motion-element" itemprop="description">前爱奇艺高级会员</p>
</div>
<nav class="site-state motion-element">
<div class="site-state-item site-state-posts">
<a href="/archives/">
<span class="site-state-item-count">29</span>
<span class="site-state-item-name">日志</span>
</a>
</div>
<div class="site-state-item site-state-categories">
<a href="/categories/index.html">
<span class="site-state-item-count">14</span>
<span class="site-state-item-name">分类</span>
</a>
</div>
<div class="site-state-item site-state-tags">
<a href="/tags/index.html">
<span class="site-state-item-count">21</span>
<span class="site-state-item-name">标签</span>
</a>
</div>
</nav>
<div class="feed-link motion-element">
<a href="/atom.xml" rel="alternate">
<i class="fa fa-rss"></i>
RSS
</a>
</div>
<div class="links-of-author motion-element">
<span class="links-of-author-item">
<a href="https://github.com/yuhanle" target="_blank" title="GitHub" rel="external nofollow"><i class="fa fa-fw fa-github"></i>GitHub</a>
</span>
<span class="links-of-author-item">
<a href="mailto:deadvia@gmail.com" target="_blank" title="E-Mail" rel="external nofollow"><i class="fa fa-fw fa-envelope"></i>E-Mail</a>
</span>
</div>
<div class="links-of-blogroll motion-element links-of-blogroll-inline">
<div class="links-of-blogroll-title">
<i class="fa fa-fw fa-link"></i>
Links
</div>
<ul class="links-of-blogroll-list">
<li class="links-of-blogroll-item">
<a href="https://latehorse.github.io/" title="晚码工作室" target="_blank">晚码工作室</a>
</li>
</ul>
</div>
</div>
</section>
</div>
</aside>
</div>
</main>
<footer id="footer" class="footer">
<div class="footer-inner">
<div class="copyright">© 2014 — <span itemprop="copyrightYear">2021</span>
<span class="with-love">
<i class="fa fa-user"></i>
</span>
<span class="author" itemprop="copyrightHolder">yuhanle</span>
</div>
<div class="powered-by">由 <a class="theme-link" target="_blank" rel="external nofollow" href="https://hexo.io">Hexo</a> 强力驱动</div>
<span class="post-meta-divider">|</span>
<div class="theme-info">主题 — <a class="theme-link" target="_blank" rel="external nofollow" href="https://github.com/theme-next/hexo-theme-next">NexT.Mist</a></div>
<span class="post-meta-divider">|</span>
<div class="footer-custom">Hosted by <a target="_blank" rel="external nofollow" href="https://pages.coding.me"><b>Coding Pages</b></a></div>
<div class="theme-info">
<div class="powered-by"></div>
<span class="post-count"> | 博客全站共49.4k字</span>
</div>
</div>
</footer>
<div class="back-to-top">
<i class="fa fa-arrow-up"></i>
</div>
</div>
<script type="text/javascript">
if (Object.prototype.toString.call(window.Promise) !== '[object Function]') {
window.Promise = null;
}
</script>
<script type="text/javascript" src="/lib/jquery/index.js?v=2.1.3"></script>
<script type="text/javascript" src="/lib/velocity/velocity.min.js?v=1.2.1"></script>
<script type="text/javascript" src="/lib/velocity/velocity.ui.min.js?v=1.2.1"></script>
<script type="text/javascript" src="/js/src/utils.js?v=6.0.4"></script>
<script type="text/javascript" src="/js/src/motion.js?v=6.0.4"></script>
<script type="text/javascript" src="/js/src/bootstrap.js?v=6.0.4"></script>
<script id="dsq-count-scr" src="https://meetus.disqus.com/count.js" async></script>
<script src="https://cdn1.lncld.net/static/js/av-core-mini-0.6.4.js"></script>
<script>AV.initialize("fd8MoWRIf0dWwKf4SljwWpiy-gzGzoHsz", "kwq6VYz9iEvxkfeWTenc71H0");</script>
<script>
function showTime(Counter) {
var query = new AV.Query(Counter);
var entries = [];
var $visitors = $(".leancloud_visitors");
$visitors.each(function () {
entries.push( $(this).attr("id").trim() );
});
query.containedIn('url', entries);
query.find()
.done(function (results) {
var COUNT_CONTAINER_REF = '.leancloud-visitors-count';
if (results.length === 0) {
$visitors.find(COUNT_CONTAINER_REF).text(0);
return;
}
for (var i = 0; i < results.length; i++) {
var item = results[i];
var url = item.get('url');
var time = item.get('time');
var element = document.getElementById(url);
$(element).find(COUNT_CONTAINER_REF).text(time);
}
for(var i = 0; i < entries.length; i++) {
var url = entries[i];
var element = document.getElementById(url);
var countSpan = $(element).find(COUNT_CONTAINER_REF);
if( countSpan.text() == '') {
countSpan.text(0);
}
}
})
.fail(function (object, error) {
console.log("Error: " + error.code + " " + error.message);
});
}
function addCount(Counter) {
var $visitors = $(".leancloud_visitors");
var url = $visitors.attr('id').trim();
var title = $visitors.attr('data-flag-title').trim();
var query = new AV.Query(Counter);
query.equalTo("url", url);
query.find({
success: function(results) {
if (results.length > 0) {
var counter = results[0];
counter.fetchWhenSave(true);
counter.increment("time");
counter.save(null, {
success: function(counter) {
var $element = $(document.getElementById(url));
$element.find('.leancloud-visitors-count').text(counter.get('time'));
},
error: function(counter, error) {
console.log('Failed to save Visitor num, with error message: ' + error.message);
}
});
} else {
var newcounter = new Counter();
/* Set ACL */
var acl = new AV.ACL();
acl.setPublicReadAccess(true);
acl.setPublicWriteAccess(true);
newcounter.setACL(acl);
/* End Set ACL */
newcounter.set("title", title);
newcounter.set("url", url);
newcounter.set("time", 1);
newcounter.save(null, {
success: function(newcounter) {
var $element = $(document.getElementById(url));
$element.find('.leancloud-visitors-count').text(newcounter.get('time'));
},
error: function(newcounter, error) {
console.log('Failed to create');
}
});
}
},
error: function(error) {
console.log('Error:' + error.code + " " + error.message);
}
});
}
$(function() {
var Counter = AV.Object.extend("Counter");
if ($('.leancloud_visitors').length == 1) {
addCount(Counter);
} else if ($('.post-title-link').length > 1) {
showTime(Counter);
}
});
</script>
</body>
</html>
| yuhanle/yuhanle.github.io | categories/prose/index.html | HTML | mit | 18,573 |
<!doctype html>
<html lang="en">
<head>
<title>Code coverage report for src/wreqr.requestresponse.js</title>
<meta charset="utf-8">
<link rel="stylesheet" href="../prettify.css">
<style>
body, html {
margin:0; padding: 0;
}
body {
font-family: Helvetica Neue, Helvetica,Arial;
font-size: 10pt;
}
div.header, div.footer {
background: #eee;
padding: 1em;
}
div.header {
z-index: 100;
position: fixed;
top: 0;
border-bottom: 1px solid #666;
width: 100%;
}
div.footer {
border-top: 1px solid #666;
}
div.body {
margin-top: 10em;
}
div.meta {
font-size: 90%;
text-align: center;
}
h1, h2, h3 {
font-weight: normal;
}
h1 {
font-size: 12pt;
}
h2 {
font-size: 10pt;
}
pre {
font-family: Consolas, Menlo, Monaco, monospace;
margin: 0;
padding: 0;
line-height: 14px;
font-size: 14px;
-moz-tab-size: 2;
-o-tab-size: 2;
tab-size: 2;
}
div.path { font-size: 110%; }
div.path a:link, div.path a:visited { color: #000; }
table.coverage { border-collapse: collapse; margin:0; padding: 0 }
table.coverage td {
margin: 0;
padding: 0;
color: #111;
vertical-align: top;
}
table.coverage td.line-count {
width: 50px;
text-align: right;
padding-right: 5px;
}
table.coverage td.line-coverage {
color: #777 !important;
text-align: right;
border-left: 1px solid #666;
border-right: 1px solid #666;
}
table.coverage td.text {
}
table.coverage td span.cline-any {
display: inline-block;
padding: 0 5px;
width: 40px;
}
table.coverage td span.cline-neutral {
background: #eee;
}
table.coverage td span.cline-yes {
background: #b5d592;
color: #999;
}
table.coverage td span.cline-no {
background: #fc8c84;
}
.cstat-yes { color: #111; }
.cstat-no { background: #fc8c84; color: #111; }
.fstat-no { background: #ffc520; color: #111 !important; }
.cbranch-no { background: yellow !important; color: #111; }
.missing-if-branch {
display: inline-block;
margin-right: 10px;
position: relative;
padding: 0 4px;
background: black;
color: yellow;
xtext-decoration: line-through;
}
.missing-if-branch .typ {
color: inherit !important;
}
.entity, .metric { font-weight: bold; }
.metric { display: inline-block; border: 1px solid #333; padding: 0.3em; background: white; }
.metric small { font-size: 80%; font-weight: normal; color: #666; }
div.coverage-summary table { border-collapse: collapse; margin: 3em; font-size: 110%; }
div.coverage-summary td, div.coverage-summary table th { margin: 0; padding: 0.25em 1em; border-top: 1px solid #666; border-bottom: 1px solid #666; }
div.coverage-summary th { text-align: left; border: 1px solid #666; background: #eee; font-weight: normal; }
div.coverage-summary th.file { border-right: none !important; }
div.coverage-summary th.pic { border-left: none !important; text-align: right; }
div.coverage-summary th.pct { border-right: none !important; }
div.coverage-summary th.abs { border-left: none !important; text-align: right; }
div.coverage-summary td.pct { text-align: right; border-left: 1px solid #666; }
div.coverage-summary td.abs { text-align: right; font-size: 90%; color: #444; border-right: 1px solid #666; }
div.coverage-summary td.file { text-align: right; border-left: 1px solid #666; white-space: nowrap; }
div.coverage-summary td.pic { min-width: 120px !important; }
div.coverage-summary a:link { text-decoration: none; color: #000; }
div.coverage-summary a:visited { text-decoration: none; color: #333; }
div.coverage-summary a:hover { text-decoration: underline; }
div.coverage-summary tfoot td { border-top: 1px solid #666; }
div.coverage-summary .yui3-datatable-sort-indicator, div.coverage-summary .dummy-sort-indicator {
height: 10px;
width: 7px;
display: inline-block;
margin-left: 0.5em;
}
div.coverage-summary .yui3-datatable-sort-indicator {
background: url("http://yui.yahooapis.com/3.6.0/build/datatable-sort/assets/skins/sam/sort-arrow-sprite.png") no-repeat scroll 0 0 transparent;
}
div.coverage-summary .yui3-datatable-sorted .yui3-datatable-sort-indicator {
background-position: 0 -20px;
}
div.coverage-summary .yui3-datatable-sorted-desc .yui3-datatable-sort-indicator {
background-position: 0 -10px;
}
.high { background: #b5d592 !important; }
.medium { background: #ffe87c !important; }
.low { background: #fc8c84 !important; }
span.cover-fill, span.cover-empty {
display:inline-block;
border:1px solid #444;
background: white;
height: 12px;
}
span.cover-fill {
background: #ccc;
border-right: 1px solid #444;
}
span.cover-empty {
background: white;
border-left: none;
}
span.cover-full {
border-right: none !important;
}
pre.prettyprint {
border: none !important;
padding: 0 !important;
margin: 0 !important;
}
.com { color: #999 !important; }
</style>
</head>
<body>
<div class="header high">
<h1>Code coverage report for <span class="entity">src/wreqr.requestresponse.js</span></h1>
<h2>
Statements: <span class="metric">100% <small>(6 / 6)</small></span>
Branches: <span class="metric">50% <small>(1 / 2)</small></span>
Functions: <span class="metric">100% <small>(2 / 2)</small></span>
Lines: <span class="metric">100% <small>(6 / 6)</small></span>
</h2>
<div class="path"><a href="../index.html">All files</a> » <a href="index.html">src/</a> » wreqr.requestresponse.js</div>
</div>
<div class="body">
<pre><table class="coverage">
<tr><td class="line-count">1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20</td><td class="line-coverage"><span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-yes">1</span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-yes">1</span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-yes">3</span>
<span class="cline-any cline-yes">3</span>
<span class="cline-any cline-yes">3</span>
<span class="cline-any cline-yes">3</span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span></td><td class="text"><pre class="prettyprint lang-js">// Wreqr.RequestResponse
// ---------------------
//
// A simple request/response implementation. Register a
// request handler, and return a response from it
Wreqr.RequestResponse = (function(Wreqr){
"use strict";
return Wreqr.Handlers.extend({
request: function(){
var name = arguments[0];
var args = Array.prototype.slice.call(arguments, 1);
<span class="missing-if-branch" title="else path not taken"" >E</span>if (this.hasHandler(name)) {
return this.getHandler(name).apply(this, args);
}
}
});
})(Wreqr);
</pre></td></tr>
</table></pre>
</div>
<div class="footer">
<div class="meta">Generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Fri Apr 25 2014 17:12:58 GMT-0400 (EDT)</div>
</div>
<script src="../prettify.js"></script>
<script src="http://yui.yahooapis.com/3.6.0/build/yui/yui-min.js"></script>
<script>
YUI().use('datatable', function (Y) {
var formatters = {
pct: function (o) {
o.className += o.record.get('classes')[o.column.key];
try {
return o.value.toFixed(2) + '%';
} catch (ex) { return o.value + '%'; }
},
html: function (o) {
o.className += o.record.get('classes')[o.column.key];
return o.record.get(o.column.key + '_html');
}
},
defaultFormatter = function (o) {
o.className += o.record.get('classes')[o.column.key];
return o.value;
};
function getColumns(theadNode) {
var colNodes = theadNode.all('tr th'),
cols = [],
col;
colNodes.each(function (colNode) {
col = {
key: colNode.getAttribute('data-col'),
label: colNode.get('innerHTML') || ' ',
sortable: !colNode.getAttribute('data-nosort'),
className: colNode.getAttribute('class'),
type: colNode.getAttribute('data-type'),
allowHTML: colNode.getAttribute('data-html') === 'true' || colNode.getAttribute('data-fmt') === 'html'
};
col.formatter = formatters[colNode.getAttribute('data-fmt')] || defaultFormatter;
cols.push(col);
});
return cols;
}
function getRowData(trNode, cols) {
var tdNodes = trNode.all('td'),
i,
row = { classes: {} },
node,
name;
for (i = 0; i < cols.length; i += 1) {
name = cols[i].key;
node = tdNodes.item(i);
row[name] = node.getAttribute('data-value') || node.get('innerHTML');
row[name + '_html'] = node.get('innerHTML');
row.classes[name] = node.getAttribute('class');
//Y.log('Name: ' + name + '; Value: ' + row[name]);
if (cols[i].type === 'number') { row[name] = row[name] * 1; }
}
//Y.log(row);
return row;
}
function getData(tbodyNode, cols) {
var data = [];
tbodyNode.all('tr').each(function (trNode) {
data.push(getRowData(trNode, cols));
});
return data;
}
function replaceTable(node) {
if (!node) { return; }
var cols = getColumns(node.one('thead')),
data = getData(node.one('tbody'), cols),
table,
parent = node.get('parentNode');
table = new Y.DataTable({
columns: cols,
data: data,
sortBy: 'file'
});
parent.set('innerHTML', '');
table.render(parent);
}
Y.on('domready', function () {
replaceTable(Y.one('div.coverage-summary table'));
if (typeof prettyPrint === 'function') {
prettyPrint();
}
});
});
</script>
</body>
</html>
| quantumlicht/collarbone | public/js/libs/backbone.wreqr/reports/coverage/src/wreqr.requestresponse.js.html | HTML | mit | 12,643 |
<!DOCTYPE html>
<html>
<head><meta name="generator" content="Hexo 3.8.0">
<!-- Baidu Tongji -->
<script>var _hmt = _hmt || []</script>
<script async src="//hm.baidu.com/hm.js?11522de70f8310494762f6955cb0aac4"></script>
<!-- End Baidu Tongji -->
<meta charset="utf-8">
<title>气体的状态方程 | 时光之笔 | 正在寻求自救的懒癌晚期患者</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="theme-color" content="#3F51B5">
<meta name="keywords" content="流体力学">
<meta name="description" content="气体的密度,压力和温度之间的关系。">
<meta name="keywords" content="流体力学">
<meta property="og:type" content="article">
<meta property="og:title" content="气体的状态方程">
<meta property="og:url" content="hxblog.top/post/c7f1a035.html">
<meta property="og:site_name" content="时光之笔">
<meta property="og:description" content="气体的密度,压力和温度之间的关系。">
<meta property="og:locale" content="zh-CN">
<meta property="og:updated_time" content="2018-06-15T02:03:38.000Z">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="气体的状态方程">
<meta name="twitter:description" content="气体的密度,压力和温度之间的关系。">
<link rel="alternate" type="application/atom+xml" title="时光之笔" href="/atom.xml">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="stylesheet" href="/css/style.css?v=1.7.2">
<script>window.lazyScripts=[]</script>
<!-- custom head -->
</head>
<body>
<div id="loading" class="active"></div>
<aside id="menu" class="hide">
<div class="inner flex-row-vertical">
<a href="javascript:;" class="header-icon waves-effect waves-circle waves-light" id="menu-off">
<i class="icon icon-lg icon-close"></i>
</a>
<div class="brand-wrap" style="background-image:url(/img/brand.jpg)">
<div class="brand">
<a href="/" class="avatar waves-effect waves-circle waves-light">
<img src="/img/avatar.jpg">
</a>
<hgroup class="introduce">
<h5 class="nickname">Xin He</h5>
<a href="mailto:Lepas222@163.com" title="Lepas222@163.com" class="mail">Lepas222@163.com</a>
</hgroup>
</div>
</div>
<div class="scroll-wrap flex-col">
<ul class="nav">
<li class="waves-block waves-effect">
<a href="/">
<i class="icon icon-lg icon-home"></i>
主页
</a>
</li>
<li class="waves-block waves-effect">
<a href="/archives/">
<i class="icon icon-lg icon-archives"></i>
归档
</a>
</li>
<li class="waves-block waves-effect">
<a href="/tags/">
<i class="icon icon-lg icon-tags"></i>
标签
</a>
</li>
<li class="waves-block waves-effect">
<a href="/categories/">
<i class="icon icon-lg icon-th-list"></i>
分类
</a>
</li>
<li class="waves-block waves-effect">
<a href="https://github.com/yuxingmo" target="_blank">
<i class="icon icon-lg icon-github"></i>
Github
</a>
</li>
<li class="waves-block waves-effect">
<a href="https://weibo.com/u/3054094863" target="_blank">
<i class="icon icon-lg icon-weibo"></i>
Weibo
</a>
</li>
<li class="waves-block waves-effect">
<a href="http://palabos.asce.top/" target="_blank">
<i class="icon icon-lg icon-code"></i>
PalabosV2.0
</a>
</li>
<li class="waves-block waves-effect">
<a href="/about">
<i class="icon icon-lg icon-info"></i>
关于
</a>
</li>
</ul>
</div>
</div>
</aside>
<main id="main">
<header class="top-header" id="header">
<div class="flex-row">
<a href="javascript:;" class="header-icon waves-effect waves-circle waves-light on" id="menu-toggle">
<i class="icon icon-lg icon-navicon"></i>
</a>
<div class="flex-col header-title ellipsis">气体的状态方程</div>
<div class="search-wrap" id="search-wrap">
<a href="javascript:;" class="header-icon waves-effect waves-circle waves-light" id="back">
<i class="icon icon-lg icon-chevron-left"></i>
</a>
<input type="text" id="key" class="search-input" autocomplete="off" placeholder="输入感兴趣的关键字">
<a href="javascript:;" class="header-icon waves-effect waves-circle waves-light" id="search">
<i class="icon icon-lg icon-search"></i>
</a>
</div>
<a href="javascript:;" class="header-icon waves-effect waves-circle waves-light" id="menuShare">
<i class="icon icon-lg icon-share-alt"></i>
</a>
</div>
</header>
<header class="content-header post-header">
<div class="container fade-scale">
<h1 class="title">气体的状态方程</h1>
<h5 class="subtitle">
<time datetime="2018-06-14T14:17:42.000Z" itemprop="datePublished" class="page-time">
2018-06-14
</time>
<ul class="article-category-list"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/学习笔记/">学习笔记</a></li></ul>
</h5>
</div>
</header>
<div class="container body-wrap">
<aside class="post-widget">
<nav class="post-toc-wrap post-toc-shrink" id="post-toc">
<h4>TOC</h4>
<ol class="post-toc"><li class="post-toc-item post-toc-level-2"><a class="post-toc-link" href="#理想气体"><span class="post-toc-text">理想气体</span></a></li><li class="post-toc-item post-toc-level-2"><a class="post-toc-link" href="#可否压缩"><span class="post-toc-text">可否压缩</span></a></li></ol>
</nav>
</aside>
<article id="post-气体的状态方程" class="post-article article-type-post fade" itemprop="blogPost">
<div class="post-card">
<h1 class="post-card-title">气体的状态方程</h1>
<div class="post-meta">
<time class="post-time" title="2018-06-14 22:17:42" datetime="2018-06-14T14:17:42.000Z" itemprop="datePublished">2018-06-14</time>
<ul class="article-category-list"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/学习笔记/">学习笔记</a></li></ul>
<span id="busuanzi_container_page_pv" title="文章总阅读量" style="display:none">
<i class="icon icon-eye icon-pr"></i><span id="busuanzi_value_page_pv"></span>
</span>
</div>
<div class="post-content" id="post-content" itemprop="postContent">
<p>气体的密度,压力和温度之间的关系。</p>
<a id="more"></a>
<p><strong>气体的密度表征的是单位体积气体的质量</strong>,相当宏观的一个定义。</p>
<p><strong>温度的定义是气体分子平均动能的度量</strong>,相当微观的一个定义。</p>
<p><strong>压力体现为一种使气体膨胀的趋势,也体现为气体对相邻固体或液体表面的推力作用</strong>,宏观</p>
<h2 id="理想气体"><a href="#理想气体" class="headerlink" title="理想气体"></a>理想气体</h2><p>理想气体基于以下假设:气体分子本身的体积与分子之间的作用力可以忽略</p>
<p>其状态方程:</p>
<p>$$<br>p = \rho RT \tag 1<br>$$<br>其中,<em>R</em> 为气体常数。公式1表达了压力,密度和温度之间的关系。</p>
<p>根据动量定理,压力与单位时间内气体分子撞击壁面的动量,这个值与两个因数有关:</p>
<p>$$<br>p =<br> \begin{cases}<br>m_iv_i, & 单个分子传递的动量 \\<br>n , & 单位时间内发生碰撞的分子数<br>\end{cases}<br>$$</p>
<p>$vi$和温度有关,温度越大,速度越大,至于分子的质量影响可以暂时忽略。也就是说,温度越大,动量越大。</p>
<p>$n$和分子的速度和密度有关,密度越高,单位体积内的分子数越多,分子速度越高,发生碰撞的次数越多,而分子的速度又和温度呈正相关。</p>
<p>不难得出,压力正比于密度和温度。可以反映在式1上。</p>
<h2 id="可否压缩"><a href="#可否压缩" class="headerlink" title="可否压缩"></a>可否压缩</h2><p><strong>一般认为气体在低于0.3倍音速的流动中为不可压缩。</strong></p>
<p>这个临界速度大约在112m/s。基本上都是不可压缩的。</p>
<script>
document.querySelectorAll('.github-emoji')
.forEach(el => {
if (!el.dataset.src) { return; }
const img = document.createElement('img');
img.style = 'display:none !important;';
img.src = el.dataset.src;
img.addEventListener('error', () => {
img.remove();
el.style.color = 'inherit';
el.style.backgroundImage = 'none';
el.style.background = 'none';
});
img.addEventListener('load', () => {
img.remove();
});
document.body.appendChild(img);
});
</script>
</div>
<blockquote class="post-copyright">
<div class="content">
<span class="post-time">
最后更新时间:<time datetime="2018-06-15T02:03:38.000Z" itemprop="dateUpdated">2018-06-15 10:03:38</time>
</span><br>
</div>
<footer>
<a href="hxblog.top">
<img src="/img/avatar.jpg" alt="Xin He">
Xin He
</a>
</footer>
</blockquote>
<div class="post-footer">
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/流体力学/">流体力学</a></li></ul>
<div class="page-share-wrap">
<div class="page-share" id="pageShare">
<ul class="reset share-icons">
<li>
<a class="weibo share-sns" target="_blank" href="http://service.weibo.com/share/share.php?url=hxblog.top/post/c7f1a035.html&title=《气体的状态方程》 — 时光之笔&pic=hxblog.top/img/avatar.jpg" data-title="微博">
<i class="icon icon-weibo"></i>
</a>
</li>
<li>
<a class="weixin share-sns wxFab" href="javascript:;" data-title="微信">
<i class="icon icon-weixin"></i>
</a>
</li>
<li>
<a class="qq share-sns" target="_blank" href="http://connect.qq.com/widget/shareqq/index.html?url=hxblog.top/post/c7f1a035.html&title=《气体的状态方程》 — 时光之笔&source=气体的密度,压力和温度之间的关系。" data-title=" QQ">
<i class="icon icon-qq"></i>
</a>
</li>
<li>
<a class="facebook share-sns" target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=hxblog.top/post/c7f1a035.html" data-title=" Facebook">
<i class="icon icon-facebook"></i>
</a>
</li>
<li>
<a class="twitter share-sns" target="_blank" href="https://twitter.com/intent/tweet?text=《气体的状态方程》 — 时光之笔&url=hxblog.top/post/c7f1a035.html&via=hxblog.top" data-title=" Twitter">
<i class="icon icon-twitter"></i>
</a>
</li>
<li>
<a class="google share-sns" target="_blank" href="https://plus.google.com/share?url=hxblog.top/post/c7f1a035.html" data-title=" Google+">
<i class="icon icon-google-plus"></i>
</a>
</li>
</ul>
</div>
<a href="javascript:;" id="shareFab" class="page-share-fab waves-effect waves-circle">
<i class="icon icon-share-alt icon-lg"></i>
</a>
</div>
</div>
</div>
<nav class="post-nav flex-row flex-justify-between">
<div class="waves-block waves-effect prev">
<a href="/post/9c4edf71.html" id="post-prev" class="post-nav-link">
<div class="tips"><i class="icon icon-angle-left icon-lg icon-pr"></i> Prev</div>
<h4 class="title">hexo:本地与网络显示不一致的原因</h4>
</a>
</div>
<div class="waves-block waves-effect next">
<a href="/post/3c303542.html" id="post-next" class="post-nav-link">
<div class="tips">Next <i class="icon icon-angle-right icon-lg icon-pl"></i></div>
<h4 class="title">日记 2018/6/12</h4>
</a>
</div>
</nav>
<!-- Valine Comments -->
<div class="comments vcomment" id="comments"></div>
<script src="//cdn1.lncld.net/static/js/3.0.4/av-min.js"></script>
<script src="//unpkg.com/valine@latest/dist/Valine.min.js"></script>
<!-- Valine Comments script -->
<script>
var GUEST_INFO = ['nick','mail','link'];
var guest_info = 'nick,mail,link'.split(',').filter(function(item){
return GUEST_INFO.indexOf(item) > -1
});
new Valine({
el: '#comments',
notify: 'false' == 'true',
verify: 'false' == 'true',
appId: "W3wpkMTDoX8fehE2IjCHXCFC-gzGzoHsz",
appKey: "HIps7ejwhpHld5ApRJ91CQ8x",
avatar: "mm",
placeholder: "欢迎评论!",
guest_info: guest_info.length == 0 ? GUEST_INFO : guest_info,
pageSize: "10"
})
</script>
<!-- Valine Comments end -->
</article>
</div>
<footer class="footer">
<div class="bottom">
<p><span>Xin He © 2018 - 2020</span>
<span>
<a href="http://www.beian.miit.gov.cn" target="_blank">鄂ICP备19011262号-1</a><br>
Power by <a href="http://hexo.io/" target="_blank">Hexo</a> Theme <a href="https://github.com/yscoder/hexo-theme-indigo" target="_blank">indigo</a>
</span>
</p>
</div>
<div class="top">
<script async src="//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js"></script>
<p>
<span id="busuanzi_container_site_uv" style="display:none">
总访客数:<span id="busuanzi_value_site_uv"></span>
</span>
<span id="busuanzi_container_site_pv" style="display:none">
总访问量:<span id="busuanzi_value_site_pv"></span>
</span>
</p>
<p>
<span><a href="/atom.xml" target="_blank" class="rss" title="rss"><i class="icon icon-lg icon-rss"></i></a></span>
<span>博客内容遵循 <a rel="license" href="https://creativecommons.org/licenses/by-nc-sa/4.0/deed.zh">知识共享 署名 - 非商业性 - 相同方式共享 4.0 国际协议</a></span>
</p>
</div>
</footer>
</main>
<div class="mask" id="mask"></div>
<a href="javascript:;" id="gotop" class="waves-effect waves-circle waves-light"><span class="icon icon-lg icon-chevron-up"></span></a>
<div class="global-share" id="globalShare">
<ul class="reset share-icons">
<li>
<a class="weibo share-sns" target="_blank" href="http://service.weibo.com/share/share.php?url=hxblog.top/post/c7f1a035.html&title=《气体的状态方程》 — 时光之笔&pic=hxblog.top/img/avatar.jpg" data-title="微博">
<i class="icon icon-weibo"></i>
</a>
</li>
<li>
<a class="weixin share-sns wxFab" href="javascript:;" data-title="微信">
<i class="icon icon-weixin"></i>
</a>
</li>
<li>
<a class="qq share-sns" target="_blank" href="http://connect.qq.com/widget/shareqq/index.html?url=hxblog.top/post/c7f1a035.html&title=《气体的状态方程》 — 时光之笔&source=气体的密度,压力和温度之间的关系。" data-title=" QQ">
<i class="icon icon-qq"></i>
</a>
</li>
<li>
<a class="facebook share-sns" target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=hxblog.top/post/c7f1a035.html" data-title=" Facebook">
<i class="icon icon-facebook"></i>
</a>
</li>
<li>
<a class="twitter share-sns" target="_blank" href="https://twitter.com/intent/tweet?text=《气体的状态方程》 — 时光之笔&url=hxblog.top/post/c7f1a035.html&via=hxblog.top" data-title=" Twitter">
<i class="icon icon-twitter"></i>
</a>
</li>
<li>
<a class="google share-sns" target="_blank" href="https://plus.google.com/share?url=hxblog.top/post/c7f1a035.html" data-title=" Google+">
<i class="icon icon-google-plus"></i>
</a>
</li>
</ul>
</div>
<div class="page-modal wx-share" id="wxShare">
<a class="close" href="javascript:;"><i class="icon icon-close"></i></a>
<p>扫一扫,分享到微信</p>
<img src="//api.qrserver.com/v1/create-qr-code/?data=hxblog.top/post/c7f1a035.html" alt="微信分享二维码">
</div>
<script src="//cdn.bootcss.com/node-waves/0.7.4/waves.min.js"></script>
<script>
var BLOG = { ROOT: '/', SHARE: true, REWARD: false };
</script>
<script src="/js/main.min.js?v=1.7.2"></script>
<div class="search-panel" id="search-panel">
<ul class="search-result" id="search-result"></ul>
</div>
<template id="search-tpl">
<li class="item">
<a href="{path}" class="waves-block waves-effect">
<div class="title ellipsis" title="{title}">{title}</div>
<div class="flex-row flex-middle">
<div class="tags ellipsis">
{tags}
</div>
<time class="flex-col time">{date}</time>
</div>
</a>
</li>
</template>
<script src="/js/search.min.js?v=1.7.2" async></script>
<!-- mathjax config similar to math.stackexchange -->
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
processEscapes: true,
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre', 'code']
}
});
MathJax.Hub.Queue(function() {
var all = MathJax.Hub.getAllJax(), i;
for(i=0; i < all.length; i += 1) {
all[i].SourceElement().parentNode.className += ' has-jax';
}
});
</script>
<script async src="//cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script async src="//dn-lbstatics.qbox.me/busuanzi/2.3/busuanzi.pure.mini.js"></script>
</body>
</html>
| yuxingmo/yuxingmo.github.io | post/c7f1a035.html | HTML | mit | 18,961 |
<!doctype html>
<html lang="en">
<head>
<title>Code coverage report for All files</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="prettify.css" />
<link rel="stylesheet" href="base.css" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<style type='text/css'>
.coverage-summary .sorter {
background-image: url(sort-arrow-sprite.png);
}
</style>
</head>
<body>
<div class='wrapper'>
<div class='pad1'>
<h1>
All files
</h1>
<div class='clearfix'>
<div class='fl pad1y space-right2'>
<span class="strong">100% </span>
<span class="quiet">Statements</span>
<span class='fraction'>14/14</span>
</div>
<div class='fl pad1y space-right2'>
<span class="strong">100% </span>
<span class="quiet">Branches</span>
<span class='fraction'>2/2</span>
</div>
<div class='fl pad1y space-right2'>
<span class="strong">75% </span>
<span class="quiet">Functions</span>
<span class='fraction'>3/4</span>
</div>
<div class='fl pad1y space-right2'>
<span class="strong">100% </span>
<span class="quiet">Lines</span>
<span class='fraction'>12/12</span>
</div>
</div>
</div>
<div class='status-line high'></div>
<div class="pad1">
<table class="coverage-summary">
<thead>
<tr>
<th data-col="file" data-fmt="html" data-html="true" class="file">File</th>
<th data-col="pic" data-type="number" data-fmt="html" data-html="true" class="pic"></th>
<th data-col="statements" data-type="number" data-fmt="pct" class="pct">Statements</th>
<th data-col="statements_raw" data-type="number" data-fmt="html" class="abs"></th>
<th data-col="branches" data-type="number" data-fmt="pct" class="pct">Branches</th>
<th data-col="branches_raw" data-type="number" data-fmt="html" class="abs"></th>
<th data-col="functions" data-type="number" data-fmt="pct" class="pct">Functions</th>
<th data-col="functions_raw" data-type="number" data-fmt="html" class="abs"></th>
<th data-col="lines" data-type="number" data-fmt="pct" class="pct">Lines</th>
<th data-col="lines_raw" data-type="number" data-fmt="html" class="abs"></th>
</tr>
</thead>
<tbody><tr>
<td class="file high" data-value="index.js"><a href="index.js.html">index.js</a></td>
<td data-value="100" class="pic high"><div class="chart"><div class="cover-fill cover-full" style="width: 100%;"></div><div class="cover-empty" style="width:0%;"></div></div></td>
<td data-value="100" class="pct high">100%</td>
<td data-value="14" class="abs high">14/14</td>
<td data-value="100" class="pct high">100%</td>
<td data-value="2" class="abs high">2/2</td>
<td data-value="75" class="pct medium">75%</td>
<td data-value="4" class="abs medium">3/4</td>
<td data-value="100" class="pct high">100%</td>
<td data-value="12" class="abs high">12/12</td>
</tr>
</tbody>
</table>
</div><div class='push'></div><!-- for sticky footer -->
</div><!-- /wrapper -->
<div class='footer quiet pad2 space-top1 center small'>
Code coverage
generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Fri Sep 02 2016 22:10:13 GMT-0400 (EDT)
</div>
</div>
<script src="prettify.js"></script>
<script>
window.onload = function () {
if (typeof prettyPrint === 'function') {
prettyPrint();
}
};
</script>
<script src="sorter.js"></script>
</body>
</html>
| vgrafe/react-range-progress | coverage/lcov-report/index.html | HTML | mit | 3,492 |
<!DOCTYPE html>
<html>
<head>
<title>AWS ELB Health Chech</title>
</head>
<body>
</body>
</html>
| ministryofjustice/opg-digi-deps-api | api/web/elb_healthcheck.html | HTML | mit | 97 |
<!DOCTYPE html>
<html>
<head>
<title>substation#isActive(client(err documentation</title>
<link rel="stylesheet" type="text/css" href="../../../../../../../../index.css" />
<link rel="stylesheet" type="text/css" href="../../../../../../../../highlight.css" />
<script type="text/javascript" src="../../../../../../../../index.js"></script>
</head>
<body class="argument" id="component_1720">
<div id="outer">
<div id="header">
<a class="ctype" href="../../../../../../../../index.html">argument</a>
<span>
<a class="valtype" href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error">Error</a>
<span class="valsep">|</span>
<a class="valtype" href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/undefined">undefined</a>
<span class="valsep">|</span>
</span>
<span class="breadcrumbs">
<span class="delimiter">:</span><a href="../../../../../../index.html" class="breadcrumb module">substation</a><span class="delimiter">#</span><a href="../../../../index.html" class="breadcrumb member">isActive</a><span class="delimiter">(</span><a href="../../index.html" class="breadcrumb argument">client</a><span class="delimiter">(</span><a href="index.html" class="breadcrumb argument">err</a>
</span>
</div>
<div id="TOC">
</div>
<div id="content">
<!-- basic document info -->
<div id="details">
<div class="clear"></div>
</div>
<div class="children">
</div>
</div>
</div>
<div id="footer">
This document was generated with
<a href="https://github.com/shenanigans/node-doczar">doczar</a>
at <span class="time">3:55pm</span> on <span class="date">8/14/2015</span>
</div>
</body>
</html>
| shenanigans/node-sublayer | static/docs/generated/module/substation/member/isactive/argument/client/argument/err/index.html | HTML | mit | 2,041 |
<!DOCTYPE html>
<html lang="en">
<head>
<title>Twilight Sparkle</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<div id="info">
<a href="index_wind.html" id="wind">Wind</a> |
<a href="index_ball.html" id="ball">Ball</a> |
<a href="index_canon.html" id="canon">Cannon</a> |
<a href="index.html" id="back">Back</a> <br> <br>
</div>
<div id="reload">
<a href="index_canon.html" id="canon"><i class="fa fa-refresh fa-2x"></i></a>
</div>
<div id="info_button">
<i class="fa fa-info-circle fa-2x"></i>
</div>
<script src="js/three.js"></script>
<script src="js/TrackballControls.js"></script>
<script src="js/stats.min.js"></script>
<script src="js/Detector.js"></script>
<script src="js/three.min.js"></script>
<script src="js/OrbitControls.js"></script>
<script src="js/SkyShader.js"></script>
<script src="js/TextureLoader.js"></script>
<script src="js/ImageLoader.js"></script>
<script src="js/scene_kanon.js"></script>
<script type="text/javascript">
var audio = new Audio('sound/boom.mp3');
audio.play();
</script>
</body>
</html>
| sarahyeahh/sarahyeahh.github.io | webGL/index_canon.html | HTML | mit | 1,360 |
<!DOCTYPE html
PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<!--
This HTML was auto-generated from MATLAB code.
To make changes, update the MATLAB code and republish this document.
--><title>LabOnePartB</title><meta name="generator" content="MATLAB 8.3"><link rel="schema.DC" href="http://purl.org/dc/elements/1.1/"><meta name="DC.date" content="2014-09-21"><meta name="DC.source" content="LabOnePartB.m"><style type="text/css">
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outine:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
html { min-height:100%; margin-bottom:1px; }
html body { height:100%; margin:0px; font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#000; line-height:140%; background:#fff none; overflow-y:scroll; }
html body td { vertical-align:top; text-align:left; }
h1 { padding:0px; margin:0px 0px 25px; font-family:Arial, Helvetica, sans-serif; font-size:1.5em; color:#d55000; line-height:100%; font-weight:normal; }
h2 { padding:0px; margin:0px 0px 8px; font-family:Arial, Helvetica, sans-serif; font-size:1.2em; color:#000; font-weight:bold; line-height:140%; border-bottom:1px solid #d6d4d4; display:block; }
h3 { padding:0px; margin:0px 0px 5px; font-family:Arial, Helvetica, sans-serif; font-size:1.1em; color:#000; font-weight:bold; line-height:140%; }
a { color:#005fce; text-decoration:none; }
a:hover { color:#005fce; text-decoration:underline; }
a:visited { color:#004aa0; text-decoration:none; }
p { padding:0px; margin:0px 0px 20px; }
img { padding:0px; margin:0px 0px 20px; border:none; }
p img, pre img, tt img, li img, h1 img, h2 img { margin-bottom:0px; }
ul { padding:0px; margin:0px 0px 20px 23px; list-style:square; }
ul li { padding:0px; margin:0px 0px 7px 0px; }
ul li ul { padding:5px 0px 0px; margin:0px 0px 7px 23px; }
ul li ol li { list-style:decimal; }
ol { padding:0px; margin:0px 0px 20px 0px; list-style:decimal; }
ol li { padding:0px; margin:0px 0px 7px 23px; list-style-type:decimal; }
ol li ol { padding:5px 0px 0px; margin:0px 0px 7px 0px; }
ol li ol li { list-style-type:lower-alpha; }
ol li ul { padding-top:7px; }
ol li ul li { list-style:square; }
.content { font-size:1.2em; line-height:140%; padding: 20px; }
pre, code { font-size:12px; }
tt { font-size: 1.2em; }
pre { margin:0px 0px 20px; }
pre.codeinput { padding:10px; border:1px solid #d3d3d3; background:#f7f7f7; }
pre.codeoutput { padding:10px 11px; margin:0px 0px 20px; color:#4c4c4c; }
pre.error { color:red; }
@media print { pre.codeinput, pre.codeoutput { word-wrap:break-word; width:100%; } }
span.keyword { color:#0000FF }
span.comment { color:#228B22 }
span.string { color:#A020F0 }
span.untermstring { color:#B20000 }
span.syscmd { color:#B28C00 }
.footer { width:auto; padding:10px 0px; margin:25px 0px 0px; border-top:1px dotted #878787; font-size:0.8em; line-height:140%; font-style:italic; color:#878787; text-align:left; float:none; }
.footer p { margin:0px; }
.footer a { color:#878787; }
.footer a:hover { color:#878787; text-decoration:underline; }
.footer a:visited { color:#878787; }
table th { padding:7px 5px; text-align:left; vertical-align:middle; border: 1px solid #d6d4d4; font-weight:bold; }
table td { padding:7px 5px; text-align:left; vertical-align:top; border:1px solid #d6d4d4; }
</style></head><body><div class="content"><h2>Contents</h2><div><ul><li><a href="#2">B. Plot in Matlab</a></li><li><a href="#3">Part B, #1 - General</a></li><li><a href="#5">Part 2 - at given position</a></li><li><a href="#6">Part 3 - plot</a></li><li><a href="#7">Part 4 - subplot</a></li><li><a href="#9">C. Linear Models to evaluate a dialysis machines</a></li><li><a href="#10">Number 1</a></li></ul></div><pre class="codeinput"><span class="comment">% Kyle King</span>
<span class="comment">% BIOE340 - Section 0102</span>
<span class="comment">% Lab Assignment #1</span>
<span class="comment">% 9-30-2014</span>
</pre><h2>B. Plot in Matlab<a name="2"></a></h2><pre class="codeinput">clc, clear <span class="string">all</span> <span class="comment">% boilerplate</span>
</pre><h2>Part B, #1 - General<a name="3"></a></h2><p>Check to make sure the function file is accessible</p><pre class="codeinput"><span class="keyword">if</span> (exist(<span class="string">'LabOneB1.m'</span>, <span class="string">'file'</span>) == 2)
</pre><pre class="codeinput"> disp(<span class="string">'Part 1'</span>)
<span class="comment">% Declare constants</span>
Csi = 46.00; <span class="comment">% A solute starts in the blood at concentration of 46 mM</span>
Vo = 30; <span class="comment">% The blood flows at a speed of 30 cm/sec</span>
<span class="comment">% Write a MATLAB code to calculate the concentration profile of a solute (solute A) over the following regions of time:</span>
L0 = 10*30; <span class="comment">% Calculate distance of the first tube: 10 s * 30 cm/s</span>
M = [0, 0.35, 0, 0.65, 0];
L = [L0, 150, 75, 65, 60];
<span class="comment">% solid tubes for the first 10 seconds (10 s * 30 cm/s)</span>
<span class="comment">% At t = 10 seconds, the blood encounters the first filter that removes</span>
<span class="comment">% the solute at an efficiency of 0.35 mM/sec (This region is 150 cm long)</span>
<span class="comment">% A is too large to diffuse through the membrane, which is 75 cm long</span>
<span class="comment">% a filter that can remove the solute at 0.65 mM/sec. This region is 165 cm long</span>
<span class="comment">% The final 60 cm of travel is again solid tubing</span>
<span class="comment">% Calculate concentrations in separate function file</span>
Cf1 = LabOneB1(Csi, Vo, M, L, 1, 1);
</pre><pre class="codeoutput">Part 1
At l = 0 cm and time = 0 s, the concentration is 46 mM
At l = 300 cm and time = 10 s, the concentration is 46 mM
and there is no change in concentration
At l = 450 cm and time = 15 s, the concentration is 44.25 mM
and the change is -1.75 mM
At l = 525 cm and time = 17.5 s, the concentration is 44.25 mM
and there is no change in concentration
At l = 590 cm and time = 19.6667 s, the concentration is 42.8417 mM
and the change is -1.4083 mM
At l = 650 cm and time = 21.6667 s, the concentration is 42.8417 mM
and there is no change in concentration
</pre><h2>Part 2 - at given position<a name="5"></a></h2><pre class="codeinput"> disp([13 <span class="string">'Part 2'</span>])
Lf = 410 - L0; <span class="comment">% Manually calculated position of 410 cm</span>
<span class="comment">% Declare constants</span>
<span class="comment">% Use less efficient parameters</span>
M2 = [0, 0.35];
L2 = [L0, Lf];
<span class="comment">% Calculate answer to part 2 on the fly, because why not?</span>
Cf2 = LabOneB1(Csi, Vo, M2, L2, 0, 0);
<span class="keyword">if</span> (Cf2 > 45)
disp(<span class="string">'The system has a smaller theoretical concentration than in nature'</span>)
<span class="keyword">elseif</span> (Cf2 == 45)
disp(<span class="string">'The theoretical value is equal to the measured value'</span>)
<span class="keyword">else</span>
disp([<span class="string">'The system has a slightly lower efficiency than expected in the model'</span> <span class="keyword">...</span>
10 <span class="string">'('</span> num2str(Cf2) <span class="string">' mM compared to 45 mM). This could be due to the assumption'</span> <span class="keyword">...</span>
10 <span class="string">'that the blood was a constant mixture, instead the concentration is'</span> 10 <span class="keyword">...</span>
<span class="string">'variable throughout the blood meaning that the actual diffusion will'</span> 10 <span class="keyword">...</span>
<span class="string">'be lower than theoretical.'</span>])
<span class="keyword">end</span>
</pre><pre class="codeoutput">Part 2
The system has a slightly lower efficiency than expected in the model
(44.7167 mM compared to 45 mM). This could be due to the assumption
that the blood was a constant mixture, instead the concentration is
variable throughout the blood meaning that the actual diffusion will
be lower than theoretical.
</pre><h2>Part 3 - plot<a name="6"></a></h2><pre class="codeinput"> disp([13 <span class="string">'Part 3 - See first subplot'</span>])
<span class="comment">% Calculate the time array to use to plot the x-axis</span>
Times = L./Vo;
<span class="comment">% Turn time into a cumulative array by first declaring and then looping for plotting</span>
cumTimes(1) = 0;
<span class="keyword">for</span> i = 2:5
cumTimes(i) = cumTimes(i-1) + Times(i);
<span class="keyword">end</span>
<span class="comment">% Plot the time versus concentration</span>
figure(1), subplot(1,2,1), plot(cumTimes,Cf1,<span class="string">'-dk'</span>), legend(<span class="string">'Solute A'</span>)
title(<span class="string">'Concentration of Solute A in Blood as a Function of Time'</span>)
xlabel(<span class="string">'Time (sec)'</span>), ylabel(<span class="string">'Concentration (mM)'</span>), axis([0, 12, 42.5, 46])
</pre><pre class="codeoutput">Part 3 - See first subplot
</pre><img vspace="5" hspace="5" src="LabOnePartB_01.png" alt=""> <h2>Part 4 - subplot<a name="7"></a></h2><pre class="codeinput"> disp(<span class="string">'Part 4 - See second subplot'</span>)
M3 = [0, 0.25, 0, 0.35, 0]; <span class="comment">% Use new less-efficient filtering values</span>
Cf3 = LabOneB1(Csi, Vo, M3, L, 0, 1); <span class="comment">% Calculate an array of concentrations</span>
subplot(1,2,2), plot(cumTimes, Cf3, <span class="string">'-db'</span>), legend(<span class="string">'Solute B'</span>)
title(<span class="string">'Concentration of Solute B in Blood as a Function of Time'</span>)
xlabel(<span class="string">'Time (sec)'</span>), ylabel(<span class="string">'Concentration (mM)'</span>), axis([0, 12, 42.5, 46])
</pre><pre class="codeoutput">Part 4 - See second subplot
</pre><img vspace="5" hspace="5" src="LabOnePartB_02.png" alt=""> <pre class="codeinput"><span class="keyword">else</span>
disp([<span class="string">'Error: No Function file found'</span> 10 <span class="keyword">...</span>
<span class="string">'Make sure that the function is in the same directory and properly labeled as LabOneB1.m'</span> <span class="keyword">...</span>
10 <span class="string">'If no file, copy and paste the code on lines 3-38 of function LabOne into a new file named LabOneB1.m'</span>])
<span class="keyword">end</span>
</pre><h2>C. Linear Models to evaluate a dialysis machines<a name="9"></a></h2><h2>Number 1<a name="10"></a></h2><p class="footer"><br><a href="http://www.mathworks.com/products/matlab/">Published with MATLAB® R2014a</a><br></p></div><!--
##### SOURCE BEGIN #####
% Kyle King
% BIOE340 - Section 0102
% Lab Assignment #1
% 9-30-2014
%% B. Plot in Matlab
clc, clear all % boilerplate
%% Part B, #1 - General
% Check to make sure the function file is accessible
if (exist('LabOneB1.m', 'file') == 2)
disp('Part 1')
% Declare constants
Csi = 46.00; % A solute starts in the blood at concentration of 46 mM
Vo = 30; % The blood flows at a speed of 30 cm/sec
% Write a MATLAB code to calculate the concentration profile of a solute (solute A) over the following regions of time:
L0 = 10*30; % Calculate distance of the first tube: 10 s * 30 cm/s
M = [0, 0.35, 0, 0.65, 0];
L = [L0, 150, 75, 65, 60];
% solid tubes for the first 10 seconds (10 s * 30 cm/s)
% At t = 10 seconds, the blood encounters the first filter that removes
% the solute at an efficiency of 0.35 mM/sec (This region is 150 cm long)
% A is too large to diffuse through the membrane, which is 75 cm long
% a filter that can remove the solute at 0.65 mM/sec. This region is 165 cm long
% The final 60 cm of travel is again solid tubing
% Calculate concentrations in separate function file
Cf1 = LabOneB1(Csi, Vo, M, L, 1, 1);
%% Part 2 - at given position
disp([13 'Part 2'])
Lf = 410 - L0; % Manually calculated position of 410 cm
% Declare constants
% Use less efficient parameters
M2 = [0, 0.35];
L2 = [L0, Lf];
% Calculate answer to part 2 on the fly, because why not?
Cf2 = LabOneB1(Csi, Vo, M2, L2, 0, 0);
if (Cf2 > 45)
disp('The system has a smaller theoretical concentration than in nature')
elseif (Cf2 == 45)
disp('The theoretical value is equal to the measured value')
else
disp(['The system has a slightly lower efficiency than expected in the model' ...
10 '(' num2str(Cf2) ' mM compared to 45 mM). This could be due to the assumption' ...
10 'that the blood was a constant mixture, instead the concentration is' 10 ...
'variable throughout the blood meaning that the actual diffusion will' 10 ...
'be lower than theoretical.'])
end
%% Part 3 - plot
disp([13 'Part 3 - See first subplot'])
% Calculate the time array to use to plot the x-axis
Times = L./Vo;
% Turn time into a cumulative array by first declaring and then looping for plotting
cumTimes(1) = 0;
for i = 2:5
cumTimes(i) = cumTimes(i-1) + Times(i);
end
% Plot the time versus concentration
figure(1), subplot(1,2,1), plot(cumTimes,Cf1,'-dk'), legend('Solute A')
title('Concentration of Solute A in Blood as a Function of Time')
xlabel('Time (sec)'), ylabel('Concentration (mM)'), axis([0, 12, 42.5, 46])
%% Part 4 - subplot
disp('Part 4 - See second subplot')
M3 = [0, 0.25, 0, 0.35, 0]; % Use new less-efficient filtering values
Cf3 = LabOneB1(Csi, Vo, M3, L, 0, 1); % Calculate an array of concentrations
subplot(1,2,2), plot(cumTimes, Cf3, '-db'), legend('Solute B')
title('Concentration of Solute B in Blood as a Function of Time')
xlabel('Time (sec)'), ylabel('Concentration (mM)'), axis([0, 12, 42.5, 46])
else
disp(['Error: No Function file found' 10 ...
'Make sure that the function is in the same directory and properly labeled as LabOneB1.m' ...
10 'If no file, copy and paste the code on lines 3-38 of function LabOne into a new file named LabOneB1.m'])
end
%% C. Linear Models to evaluate a dialysis machines
%% Number 1
##### SOURCE END #####
--></body></html> | KyleKing/My-Programming-Sketchbook | MATLAB/Matlab-Physiology/Lab 1/html/LabOnePartB.html | HTML | mit | 14,796 |
<!DOCTYPE html>
<!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="en" dir="ltr">
<!--<![endif]-->
<!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open&id=3 (optional: ?Open&page=filename.html&id=x) -->
<!-- Created: ; Product Code: 536; Server: stratnotes2.ic.gc.ca -->
<head>
<!-- Title begins / Début du titre -->
<title>
GREEN ACRES JOBS CORP. -
Complete profile - Canadian Company Capabilities - Industries and Business - Industry Canada
</title>
<!-- Title ends / Fin du titre -->
<!-- Meta-data begins / Début des métadonnées -->
<meta charset="utf-8" />
<meta name="dcterms.language" title="ISO639-2" content="eng" />
<meta name="dcterms.title" content="" />
<meta name="description" content="" />
<meta name="dcterms.description" content="" />
<meta name="dcterms.type" content="report, data set" />
<meta name="dcterms.subject" content="businesses, industry" />
<meta name="dcterms.subject" content="businesses, industry" />
<meta name="dcterms.issued" title="W3CDTF" content="" />
<meta name="dcterms.modified" title="W3CDTF" content="" />
<meta name="keywords" content="" />
<meta name="dcterms.creator" content="" />
<meta name="author" content="" />
<meta name="dcterms.created" title="W3CDTF" content="" />
<meta name="dcterms.publisher" content="" />
<meta name="dcterms.audience" title="icaudience" content="" />
<meta name="dcterms.spatial" title="ISO3166-1" content="" />
<meta name="dcterms.spatial" title="gcgeonames" content="" />
<meta name="dcterms.format" content="HTML" />
<meta name="dcterms.identifier" title="ICsiteProduct" content="536" />
<!-- EPI-11240 -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- MCG-202 -->
<meta content="width=device-width,initial-scale=1" name="viewport">
<!-- EPI-11567 -->
<meta name = "format-detection" content = "telephone=no">
<!-- EPI-12603 -->
<meta name="robots" content="noarchive">
<!-- EPI-11190 - Webtrends -->
<script>
var startTime = new Date();
startTime = startTime.getTime();
</script>
<!--[if gte IE 9 | !IE ]><!-->
<link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="icon" type="image/x-icon">
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/wet-boew.min.css">
<!--<![endif]-->
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/theme.min.css">
<!--[if lt IE 9]>
<link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="shortcut icon" />
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/ie8-wet-boew.min.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew.min.js"></script>
<![endif]-->
<!--[if lte IE 9]>
<![endif]-->
<noscript><link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/noscript.min.css" /></noscript>
<!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER -->
<script>dataLayer1 = [];</script>
<!-- End Google Tag Manager -->
<!-- EPI-11235 -->
<link rel="stylesheet" href="/eic/home.nsf/css/add_WET_4-0_Canada_Apps.css">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<link href="/app/ccc/srch/css/print.css" media="print" rel="stylesheet" type="text/css" />
</head>
<body class="home" vocab="http://schema.org/" typeof="WebPage">
<!-- EPIC HEADER BEGIN -->
<!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER -->
<noscript><iframe title="Google Tag Manager" src="//www.googletagmanager.com/ns.html?id=GTM-TLGQ9K" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer1'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer1','GTM-TLGQ9K');</script>
<!-- End Google Tag Manager -->
<!-- EPI-12801 -->
<span typeof="Organization"><meta property="legalName" content="Department_of_Industry"></span>
<ul id="wb-tphp">
<li class="wb-slc">
<a class="wb-sl" href="#wb-cont">Skip to main content</a>
</li>
<li class="wb-slc visible-sm visible-md visible-lg">
<a class="wb-sl" href="#wb-info">Skip to "About this site"</a>
</li>
</ul>
<header role="banner">
<div id="wb-bnr" class="container">
<section id="wb-lng" class="visible-md visible-lg text-right">
<h2 class="wb-inv">Language selection</h2>
<div class="row">
<div class="col-md-12">
<ul class="list-inline mrgn-bttm-0">
<li><a href="nvgt.do?V_TOKEN=1492289493394&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=20199&V_SEARCH.docsStart=20198&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/rgstr.sec?_flId?_flxKy=e1s1&estblmntNo=234567041301&profileId=61&_evId=bck&lang=eng&V_SEARCH.showStricts=false&prtl=1&_flId?_flId?_flxKy=e1s1" title="Français" lang="fr">Français</a></li>
</ul>
</div>
</div>
</section>
<div class="row">
<div class="brand col-xs-8 col-sm-9 col-md-6">
<a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a>
</div>
<section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn">
<h2>Search and menus</h2>
<ul class="list-inline text-right chvrn">
<li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li>
</ul>
<div id="mb-pnl"></div>
</section>
<!-- Site Search Removed -->
</div>
</div>
<nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement">
<h2 class="wb-inv">Topics menu</h2>
<div class="container nvbar">
<div class="row">
<ul class="list-inline menu">
<li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li>
<li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li>
<li><a href="https://travel.gc.ca/">Travel</a></li>
<li><a href="https://www.canada.ca/en/services/business.html">Business</a></li>
<li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li>
<li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li>
<li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li>
<li><a href="https://www.canada.ca/en/services.html">More services</a></li>
</ul>
</div>
</div>
</nav>
<!-- EPIC BODY BEGIN -->
<nav role="navigation" id="wb-bc" class="" property="breadcrumb">
<h2 class="wb-inv">You are here:</h2>
<div class="container">
<div class="row">
<ol class="breadcrumb">
<li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li>
<li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li>
<li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li>
</ol>
</div>
</div>
</nav>
</header>
<main id="wb-cont" role="main" property="mainContentOfPage" class="container">
<!-- End Header -->
<!-- Begin Body -->
<!-- Begin Body Title -->
<!-- End Body Title -->
<!-- Begin Body Head -->
<!-- End Body Head -->
<!-- Begin Body Content -->
<br>
<!-- Complete Profile -->
<!-- Company Information above tabbed area-->
<input id="showMore" type="hidden" value='more'/>
<input id="showLess" type="hidden" value='less'/>
<h1 id="wb-cont">
Company profile - Canadian Company Capabilities
</h1>
<div class="profileInfo hidden-print">
<ul class="list-inline">
<li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&rstBtn.x=" class="btn btn-link">New Search</a> |</li>
<li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do">
<input type="hidden" name="lang" value="eng" />
<input type="hidden" name="profileId" value="" />
<input type="hidden" name="prtl" value="1" />
<input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" />
<input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" />
<input type="hidden" name="V_SEARCH.depth" value="1" />
<input type="hidden" name="V_SEARCH.showStricts" value="false" />
<input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" />
</form></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=20197&V_DOCUMENT.docRank=20198&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492289526521&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=234567142447&profileId=&key.newSearchLabel=">Previous Company</a></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=20199&V_DOCUMENT.docRank=20200&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492289526521&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=234567029906&profileId=&key.newSearchLabel=">Next Company</a></li>
</ul>
</div>
<details>
<summary>Third-Party Information Liability Disclaimer</summary>
<p>Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.</p>
</details>
<h2>
GREEN ACRES JOBS CORP.
</h2>
<div class="row">
<div class="col-md-5">
<h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2>
<p>GREEN ACRES JOBS CORP.</p>
<h2 class="h5 mrgn-bttm-0">Alternate Name:</h2>
<p class="mrgn-bttm-0">738933696BC0001</p>
<p class="mrgn-bttm-0">BC1099747</p>
<div class="mrgn-tp-md"></div>
<p class="mrgn-bttm-0" ><a href="http://www.greenitjobs.com"
target="_blank" title="Website URL">http://www.greenitjobs.com</a></p>
<p><a href="mailto:info@greenitjobs.com" title="info@greenitjobs.com">info@greenitjobs.com</a></p>
</div>
<div class="col-md-4 mrgn-sm-sm">
<h2 class="h5 mrgn-bttm-0">Mailing Address:</h2>
<address class="mrgn-bttm-md">
2010-11th Ave<br/>
7th Floor<br/>
Régina,
Saskatchewan<br/>
S4P 0J3
<br/>
</address>
<p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>:
(306) 500-7850
</p>
<p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>:
</p>
</div>
<div class="col-md-3 mrgn-tp-md">
<h2 class="wb-inv">Logo</h2>
<img class="img-responsive text-left" src="https://www.ic.gc.ca/app/ccc/srch/media?estblmntNo=234567166057&graphFileName=%3F%3F%3F%3F%3F%3F%3F%3F%3F%3F-2.png&applicationCode=AP&lang=eng" alt="Logo" />
</div>
</div>
<div class="row mrgn-tp-md mrgn-bttm-md">
<div class="col-md-12">
<h2 class="wb-inv">Company Profile</h2>
<br> MARKETING JOBS OPPORTUNITY<br>
</div>
</div>
<!-- <div class="wb-tabs ignore-session update-hash wb-eqht-off print-active"> -->
<div class="wb-tabs ignore-session">
<div class="tabpanels">
<details id="details-panel1">
<summary>
Full profile
</summary>
<!-- Tab 1 -->
<h2 class="wb-invisible">
Full profile
</h2>
<!-- Contact Information -->
<h3 class="page-header">
Contact information
</h3>
<section class="container-fluid">
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Sergii
Lavrynovych
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
<!--if client gender is not null or empty we use gender based job title-->
President
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Customer Service.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(306) 500-7850
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
info@greenitjobs.com
</div>
</div>
</section>
<p class="mrgn-tp-lg text-right small hidden-print">
<a href="#wb-cont">top of page</a>
</p>
<!-- Company Description -->
<h3 class="page-header">
Company description
</h3>
<section class="container-fluid">
<div class="row">
<div class="col-md-5">
<strong>
Country of Ownership:
</strong>
</div>
<div class="col-md-7">
Canada
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Year Established:
</strong>
</div>
<div class="col-md-7">
2010
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
Yes
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
541899 - All Other Services Related to Advertising
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Services
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Number of Employees:
</strong>
</div>
<div class="col-md-7">
50
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Aboriginal Firm:
</strong>
</div>
<div class="col-md-7">
Registered Aboriginal Business under the Procurement Strategy for Aboriginal Business (PSAB)<br/>
</div>
</div>
</section>
<!-- Products / Services / Licensing -->
<h3 class="page-header">
Product / Service / Licensing
</h3>
<section class="container-fluid">
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
MARKETING JOBS OPPORTUNITY<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
MARKETING JOBS OPPORTUNITY<br>
<br>
</div>
</div>
</section>
<p class="mrgn-tp-lg text-right small hidden-print">
<a href="#wb-cont">top of page</a>
</p>
<!-- Technology Profile -->
<!-- Market Profile -->
<!-- Sector Information -->
<details class="mrgn-tp-md mrgn-bttm-md">
<summary>
Third-Party Information Liability Disclaimer
</summary>
<p>
Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.
</p>
</details>
</details>
<details id="details-panel2">
<summary>
Contacts
</summary>
<h2 class="wb-invisible">
Contact information
</h2>
<!-- Contact Information -->
<section class="container-fluid">
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Sergii
Lavrynovych
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
<!--if client gender is not null or empty we use gender based job title-->
President
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Customer Service.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(306) 500-7850
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
info@greenitjobs.com
</div>
</div>
</section>
</details>
<details id="details-panel3">
<summary>
Description
</summary>
<h2 class="wb-invisible">
Company description
</h2>
<section class="container-fluid">
<div class="row">
<div class="col-md-5">
<strong>
Country of Ownership:
</strong>
</div>
<div class="col-md-7">
Canada
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Year Established:
</strong>
</div>
<div class="col-md-7">
2010
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
Yes
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
541899 - All Other Services Related to Advertising
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Services
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Number of Employees:
</strong>
</div>
<div class="col-md-7">
50
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Aboriginal Firm:
</strong>
</div>
<div class="col-md-7">
Registered Aboriginal Business under the Procurement Strategy for Aboriginal Business (PSAB)<br/>
</div>
</div>
</section>
</details>
<details id="details-panel4">
<summary>
Products, services and licensing
</summary>
<h2 class="wb-invisible">
Product / Service / Licensing
</h2>
<section class="container-fluid">
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
MARKETING JOBS OPPORTUNITY<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
MARKETING JOBS OPPORTUNITY<br>
<br>
</div>
</div>
</section>
</details>
</div>
</div>
<div class="row">
<div class="col-md-12 text-right">
Last Update Date 2017-02-08
</div>
</div>
<!--
- Artifact ID: CBW - IMBS - CCC Search WAR
- Group ID: ca.gc.ic.strategis.imbs.ccc.search
- Version: 3.26
- Built-By: bamboo
- Build Timestamp: 2017-03-02T21:29:28Z
-->
<!-- End Body Content -->
<!-- Begin Body Foot -->
<!-- End Body Foot -->
<!-- END MAIN TABLE -->
<!-- End body -->
<!-- Begin footer -->
<div class="row pagedetails">
<div class="col-sm-5 col-xs-12 datemod">
<dl id="wb-dtmd">
<dt class=" hidden-print">Date Modified:</dt>
<dd class=" hidden-print">
<span><time>2017-03-02</time></span>
</dd>
</dl>
</div>
<div class="clear visible-xs"></div>
<div class="col-sm-4 col-xs-6">
</div>
<div class="col-sm-3 col-xs-6 text-right">
</div>
<div class="clear visible-xs"></div>
</div>
</main>
<footer role="contentinfo" id="wb-info">
<nav role="navigation" class="container wb-navcurr">
<h2 class="wb-inv">About government</h2>
<!-- EPIC FOOTER BEGIN -->
<!-- EPI-11638 Contact us -->
<ul class="list-unstyled colcount-sm-2 colcount-md-3">
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07026.html#pageid=E048-H00000&from=Industries">Contact us</a></li>
<li><a href="https://www.canada.ca/en/government/dept.html">Departments and agencies</a></li>
<li><a href="https://www.canada.ca/en/government/publicservice.html">Public service and military</a></li>
<li><a href="https://www.canada.ca/en/news.html">News</a></li>
<li><a href="https://www.canada.ca/en/government/system/laws.html">Treaties, laws and regulations</a></li>
<li><a href="https://www.canada.ca/en/transparency/reporting.html">Government-wide reporting</a></li>
<li><a href="http://pm.gc.ca/eng">Prime Minister</a></li>
<li><a href="https://www.canada.ca/en/government/system.html">How government works</a></li>
<li><a href="http://open.canada.ca/en/">Open government</a></li>
</ul>
</nav>
<div class="brand">
<div class="container">
<div class="row">
<nav class="col-md-10 ftr-urlt-lnk">
<h2 class="wb-inv">About this site</h2>
<ul>
<li><a href="https://www.canada.ca/en/social.html">Social media</a></li>
<li><a href="https://www.canada.ca/en/mobile.html">Mobile applications</a></li>
<li><a href="http://www1.canada.ca/en/newsite.html">About Canada.ca</a></li>
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html">Terms and conditions</a></li>
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html#p1">Privacy</a></li>
</ul>
</nav>
<div class="col-xs-6 visible-sm visible-xs tofpg">
<a href="#wb-cont">Top of Page <span class="glyphicon glyphicon-chevron-up"></span></a>
</div>
<div class="col-xs-6 col-md-2 text-right">
<object type="image/svg+xml" tabindex="-1" role="img" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/wmms-blk.svg" aria-label="Symbol of the Government of Canada"></object>
</div>
</div>
</div>
</div>
</footer>
<!--[if gte IE 9 | !IE ]><!-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/wet-boew.min.js"></script>
<!--<![endif]-->
<!--[if lt IE 9]>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew2.min.js"></script>
<![endif]-->
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/theme.min.js"></script>
<!-- EPI-10519 -->
<span class="wb-sessto"
data-wb-sessto='{"inactivity": 1800000, "reactionTime": 180000, "sessionalive": 1800000, "logouturl": "/app/ccc/srch/cccSrch.do?lang=eng&prtl=1"}'></span>
<script src="/eic/home.nsf/js/jQuery.externalOpensInNewWindow.js"></script>
<!-- EPI-11190 - Webtrends -->
<script src="/eic/home.nsf/js/webtrends.js"></script>
<script>var endTime = new Date();</script>
<noscript>
<div><img alt="" id="DCSIMG" width="1" height="1" src="//wt-sdc.ic.gc.ca/dcs6v67hwe0ei7wsv8g9fv50d_3k6i/njs.gif?dcsuri=/nojavascript&WT.js=No&WT.tv=9.4.0&dcssip=www.ic.gc.ca"/></div>
</noscript>
<!-- /Webtrends -->
<!-- JS deps -->
<script src="/eic/home.nsf/js/jquery.imagesloaded.js"></script>
<!-- EPI-11262 - Util JS -->
<script src="/eic/home.nsf/js/_WET_4-0_utils_canada.min.js"></script>
<!-- EPI-11383 -->
<script src="/eic/home.nsf/js/jQuery.icValidationErrors.js"></script>
<span style="display:none;" id='app-info' data-project-groupid='' data-project-artifactid='' data-project-version='' data-project-build-timestamp='' data-issue-tracking='' data-scm-sha1='' data-scm-sha1-abbrev='' data-scm-branch='' data-scm-commit-date=''></span>
</body></html>
<!-- End Footer -->
<!--
- Artifact ID: CBW - IMBS - CCC Search WAR
- Group ID: ca.gc.ic.strategis.imbs.ccc.search
- Version: 3.26
- Built-By: bamboo
- Build Timestamp: 2017-03-02T21:29:28Z
-->
| GoC-Spending/data-corporations | html/234567166057.html | HTML | mit | 35,855 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<title>Description of absPath</title>
<meta name="keywords" content="absPath">
<meta name="description" content="ABSPATH - returns the absolute path of a file">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="generator" content="m2html © 2005 Guillaume Flandin">
<meta name="robots" content="index, follow">
<link type="text/css" rel="stylesheet" href="../../m2html.css">
<script type="text/javascript">
if (top.frames.length == 0) { top.location = "../../index.html"; };
</script>
</head>
<body>
<a name="_top"></a>
<!-- # components --><!-- menu.html +utils -->
<h1>absPath
</h1>
<h2><a name="_name"></a>PURPOSE <a href="#_top"><img alt="^" border="0" src="../../up.png"></a></h2>
<div class="box"><strong>ABSPATH - returns the absolute path of a file</strong></div>
<h2><a name="_synopsis"></a>SYNOPSIS <a href="#_top"><img alt="^" border="0" src="../../up.png"></a></h2>
<div class="box"><strong>function [ paths ] = absPath( varargin ) </strong></div>
<h2><a name="_description"></a>DESCRIPTION <a href="#_top"><img alt="^" border="0" src="../../up.png"></a></h2>
<div class="fragment"><pre class="comment">ABSPATH - returns the absolute path of a file
How use: absPath( pattern, params, limit )
Params needs to be a struct with the fields matching to the pattern
templates
Example:
absPath( '/{subjid}/RUN1/*.nii', params, 100 );</pre></div>
<!-- crossreference -->
<h2><a name="_cross"></a>CROSS-REFERENCE INFORMATION <a href="#_top"><img alt="^" border="0" src="../../up.png"></a></h2>
This function calls:
<ul style="list-style-image:url(../../matlabicon.gif)">
</ul>
This function is called by:
<ul style="list-style-image:url(../../matlabicon.gif)">
</ul>
<!-- crossreference -->
<h2><a name="_source"></a>SOURCE CODE <a href="#_top"><img alt="^" border="0" src="../../up.png"></a></h2>
<div class="fragment"><pre>0001 <a name="_sub0" href="#_subfunctions" class="code">function [ paths ] = absPath( varargin )</a>
0002 <span class="comment">%ABSPATH - returns the absolute path of a file</span>
0003 <span class="comment">% How use: absPath( pattern, params, limit )</span>
0004 <span class="comment">% Params needs to be a struct with the fields matching to the pattern</span>
0005 <span class="comment">% templates</span>
0006 <span class="comment">%</span>
0007 <span class="comment">% Example:</span>
0008 <span class="comment">% absPath( '/{subjid}/RUN1/*.nii', params, 100 );</span>
0009
0010 import utils.*;
0011
0012 paths = {};
0013
0014 pat = Var.pos( varargin, 1 );
0015 params = Var.pos( varargin, 2, struct() );
0016 limit = Var.pos( varargin, 3 );
0017
0018 [stat,files] = fileattrib( pat );
0019 <span class="keyword">if</span>( stat )
0020 <span class="keyword">if</span>( isempty(limit) || limit > length(files) )
0021 limit = length(files);
0022 <span class="keyword">end</span>
0023 paths = { files(1:limit).Name };
0024 <span class="comment">%% @todo: Aplicar params nos caminhos</span>
0025 <span class="keyword">end</span>
0026
0027 <span class="keyword">end</span></pre></div>
<hr><address>Generated on Thu 23-Feb-2017 17:54:44 by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" target="_parent">m2html</a></strong> © 2005</address>
</body>
</html> | bmelo/matlab-utils | docs/html/components/+utils/absPath.html | HTML | mit | 3,467 |
<!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">
<meta content="2017年4月23日财务状况" name="description">
<meta name="keywords" content="Life">
<meta name="author" content="邓小帅">
<title>
我叫邓小帅|2017年4月23日财务状况
</title>
<!-- favicon -->
<link rel="shortcut icon" href="/dengkairong.github.io/static/assets/img/favicon.ico">
<!-- Main CSS -->
<link href="/dengkairong.github.io/static/assets/app-20170307.min.css" rel="stylesheet">
<!-- Main Scripts -->
<script src="/dengkairong.github.io/static/assets/app-20170307.min.js"></script>
<script type="text/javascript">
$(document).ready(function () {
var initial = 0;
var show = true;
var toggleSearch = function (visible) {
initial = 0;
show = !visible;
var visibility = visible ? 'block' : 'none';
$("#search-content").val("");
$(".search-tool").css("display", visibility);
};
var shouldToggle = function (time) {
var gap = time - initial;
initial = time;
return gap < 500;
};
$(document).keyup(function (e) {
var now = new Date().getTime();
if (e.keyCode == 17 && shouldToggle(now)) {
toggleSearch(show);
} else if (e.keyCode == 27) {
toggleSearch(false);
}
});
$("#search-content").keyup(function (e) {
var now = new Date().getTime();
if (e.keyCode == 17 && shouldToggle(now)) {
toggleSearch(show);
}
});
$("#close-btn").click(function () {
toggleSearch(false);
});
$("#search-btn").click(function() {
toggleSearch(true);
});
$.getJSON("/dengkairong.github.io/search/cb-search.json")
.done(function (data) {
if (data.code == 0) {
$("#search-content").typeahead({
source: data.data,
displayText: function (item) {
return item.title;
},
afterSelect: function (item) {
window.location.href = item.url;
}
});
}
});
});
$(function(){
$("pre").css('display','block');
});
</script>
</head>
<body id="page-top" class="landing-page">
<div class="search-tool"
style="position: fixed; top: 0px ; bottom: 0px; left: 0px; right: 0px; opacity: 0.95; background-color: #111111; z-index: 9999; display: none;">
<input type="text" class="form-control search-content" id="search-content" style="position: fixed; top: 60px" placeholder="Search Blog">
<div style="position: fixed; top: 16px; right: 16px; z-index: 9999;">
<img src="/dengkairong.github.io/search/img/cb-close.png" id="close-btn"/>
</div>
</div>
<div style="position: fixed; right: 16px; bottom: 20px; z-index: 9999;">
<img src="/dengkairong.github.io/search/img/cb-search.png" id="search-btn" title="Double click Ctrl"/>
</div>
<div class="navbar-wrapper">
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/dengkairong.github.io/">我叫邓小帅</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a class="page-scroll" href="/dengkairong.github.ioblog/"></a></li>
<li>
<a class="page-scroll" href="/dengkairong.github.io/blog/">Blog</a></li>
<li>
<a class="page-scroll" href="/dengkairong.github.io/ios/">IOS</a></li>
<li>
<a class="page-scroll" href="/dengkairong.github.io/c/">C</a></li>
<li>
<a class="page-scroll" href="/dengkairong.github.io/reading/">Reading</a></li>
<li>
<a class="page-scroll" href="/dengkairong.github.io/life/">Life</a></li>
</ul>
</div>
</div>
</nav>
</div>
<div id="inSlider" class="carousel carousel-fade" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#inSlider" data-slide-to="0" class="active"></li>
<li data-target="#inSlider" data-slide-to="1"></li>
</ol>
<div class="carousel-inner" role="listbox">
<div class="item active">
<div class="container">
<div class="carousel-caption">
</div>
<div class="carousel-image wow zoomIn">
<!-- <img src="static/img/landing/laptop.png" alt="laptop"/> -->
</div>
</div>
<!-- Set background for slide in css -->
<div class="header-back one"></div>
</div>
<div class="item">
<div class="container">
<div class="carousel-caption blank">
</div>
</div>
<!-- Set background for slide in css -->
<div class="header-back two"></div>
</div>
</div>
<a class="left carousel-control" href="#inSlider" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#inSlider" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<script language="javascript">pwd=prompt("请输入授权码:","");if(pwd!="dengsir"){alert("授权码验证失败!");window.history.go(-1);}</script>
<div class="wrapper wrapper-content animated fadeInRight article">
<div class="row">
<div class="col-lg-10 col-lg-offset-1">
<div class="ibox">
<div class="ibox-content">
<div class="pull-right">
<button class="btn btn-white btn-xs" type="button">Life</button>
</div>
<div class="text-center article-title">
<h1>
2017年4月23日财务状况
</h1>
<span class="text-muted"><i class="fa fa-clock-o"></i> 23 Apr 2017</span>
</div>
<h1 id="2017-04-23-财务状况">2017-04-23 财务状况</h1>
<blockquote>
<h2 id="资产">资产</h2>
</blockquote>
<table>
<thead>
<tr>
<th>钱包</th>
<th>金额(元)</th>
</tr>
</thead>
<tbody>
<tr>
<td>现金若干</td>
<td>忽略不计</td>
</tr>
<tr>
<td>支付宝</td>
<td>938.72</td>
</tr>
<tr>
<td>微信</td>
<td>267.67</td>
</tr>
<tr>
<td>民生银行</td>
<td>6230.79</td>
</tr>
<tr>
<td>建设银行</td>
<td>8.25</td>
</tr>
<tr>
<td>中国银行</td>
<td>44.49</td>
</tr>
<tr>
<td>招商证券股票</td>
<td>2181(亏409.03)</td>
</tr>
<tr>
<td>随手记理财</td>
<td>6250.29</td>
</tr>
<tr>
<td>桔子理财</td>
<td>1293.77</td>
</tr>
<tr>
<td>总计资产</td>
<td>17214.99</td>
</tr>
</tbody>
</table>
<blockquote>
<h2 id="负债">负债</h2>
</blockquote>
<table>
<thead>
<tr>
<th>债主</th>
<th>金额(元)</th>
</tr>
</thead>
<tbody>
<tr>
<td>分期乐</td>
<td>18294.89(含所有利息)</td>
</tr>
<tr>
<td>花呗</td>
<td>3007.13</td>
</tr>
<tr>
<td>招商信用卡</td>
<td>9931.98</td>
</tr>
<tr>
<td>广发信用卡</td>
<td>3582.05</td>
</tr>
<tr>
<td>百度有钱</td>
<td>4902.93</td>
</tr>
<tr>
<td>微粒贷</td>
<td>4274.5(含利息)</td>
</tr>
<tr>
<td>网商银行</td>
<td>166.74</td>
</tr>
<tr>
<td>陈雷</td>
<td>7000</td>
</tr>
<tr>
<td>林域</td>
<td>2000</td>
</tr>
<tr>
<td>谢晓锋</td>
<td>4000</td>
</tr>
<tr>
<td>方总</td>
<td>10000</td>
</tr>
<tr>
<td>总计负债</td>
<td>67110.22</td>
</tr>
</tbody>
</table>
<blockquote>
<h2 id="4月应还">4月应还</h2>
</blockquote>
<table>
<thead>
<tr>
<th>债主</th>
<th>金额(元)</th>
</tr>
</thead>
<tbody>
<tr>
<td>分期乐</td>
<td>2003.26</td>
</tr>
<tr>
<td>网商银行</td>
<td>166.74</td>
</tr>
<tr>
<td>总计4月应还</td>
<td>2170</td>
</tr>
</tbody>
</table>
<blockquote>
<h2 id="5月预计应还">5月预计应还</h2>
</blockquote>
<table>
<thead>
<tr>
<th>债主</th>
<th>金额(元)</th>
</tr>
</thead>
<tbody>
<tr>
<td>微粒贷</td>
<td>560</td>
</tr>
<tr>
<td>房租</td>
<td>500</td>
</tr>
<tr>
<td>招商信用卡</td>
<td>4764.05</td>
</tr>
<tr>
<td>花呗</td>
<td>1280.96</td>
</tr>
<tr>
<td>广发信用卡</td>
<td>662.21</td>
</tr>
<tr>
<td>百度有钱</td>
<td>1634.31</td>
</tr>
<tr>
<td>分期乐</td>
<td>1889.79</td>
</tr>
<tr>
<td>总计5月应还</td>
<td>11291.32</td>
</tr>
</tbody>
</table>
<hr>
<div class="row">
<div class="col-md-6">
<h5 style="display: inline;">Tags:</h5>
<button class="btn btn-white btn-xs" type="button">程序员</button>
<button class="btn btn-white btn-xs" type="button">财务</button>
</div>
<div class="col-md-6">
<div class="small text-right">
<h5>Stats:</h5>
<div>
<i class="fa fa-comments-o"> </i> <span class='disqus-comment-count' data-disqus-url="http://localhost:4000/life/2017/04/23/life-finance.html">0</span> comments
</div>
</div>
</div>
</div>
<br>
<div class="row">
<div class="col-lg-12">
<!-- donate -->
<br>
<!-- share -->
<div class="a2a_kit a2a_kit_size_32 a2a_default_style">
<a class="a2a_dd" href="https://www.addtoany.com/share"></a>
<a class="a2a_button_facebook"></a>
<a class="a2a_button_twitter"></a>
<a class="a2a_button_google_plus"></a>
<a class="a2a_button_linkedin"></a>
<a class="a2a_button_email"></a>
<a class="a2a_button_wechat"></a>
<a class="a2a_button_sina_weibo"></a>
<a class="a2a_button_pocket"></a>
</div>
<script>
var a2a_config = a2a_config || {};
a2a_config.color_main = "D7E5ED";
a2a_config.color_border = "AECADB";
a2a_config.color_link_text = "333333";
a2a_config.color_link_text_hover = "333333";
</script>
<script async src="https://static.addtoany.com/menu/page.js"></script>
<br>
<!-- comment -->
<div id="disqus_thread"></div>
<script>
/** * RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS. * LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables */
/*
var disqus_config = function () { this.page.url = PAGE_URL;
// Replace PAGE_URL with your page's canonical URL variable this.page.identifier = PAGE_IDENTIFIER;
// Replace PAGE_IDENTIFIER with your page's unique identifier variable };
*/
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = '//邓小帅.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Google analytics -->
<!-- GrowingIO -->
<script id="dsq-count-scr" src="//jalpc.disqus.com/count.js" async></script>
<script type="text/javascript">
var disqusShortName = "邓小帅";
var disqusPublicKey = "tj2MPaNlHMONwTH5bGDNSXyaBpW7q282MeUzh5CwcjJerNhK8Kxk3aWo7IckzTX7";
var urlArray = [];
$('.disqus-comment-count').each(function () {
var url = $(this).attr('data-disqus-url');
urlArray.push('link:' + url);
});
$.ajax({
type: 'GET',
url: "https://disqus.com/api/3.0/threads/set.jsonp",
data: { api_key: disqusPublicKey, forum : disqusShortName, thread : urlArray },
cache: false,
dataType: "jsonp",
success: function (result) {
for (var i in result.response) {
var count = result.response[i].posts;
if ( count ) {
$('.disqus-comment-count[data-disqus-url="' + result.response[i].link + '"]').html(count);
}
}
}
});
</script>
</body>
</html>
| DengKaiRong/dengkairong.github.io | _site/life/2017/04/23/life-finance.html | HTML | mit | 15,326 |
---
layout: nav_menu_item
title: ''
date: 2015-04-27 15:34:30.000000000 -04:00
type: nav_menu_item
published: true
status: publish
categories: []
tags: []
meta:
_menu_item_menu_item_parent: '537'
_menu_item_type: post_type
_menu_item_object_id: '786'
_menu_item_object: page
_menu_item_target: ''
_menu_item_classes: a:1:{i:0;s:0:"";}
_menu_item_xfn: ''
_menu_item_url: ''
author:
login: micropop
email: micropop@www.micropopbio.org
display_name: Vaughn
first_name: ''
last_name: ''
---
| vscooper/vscooper.github.io | old_site/_nav_menu_items/2015-04-27-788.html | HTML | mit | 514 |
<!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>ASTFieldDeclaration xref</title>
<link type="text/css" rel="stylesheet" href="../../../../../../stylesheet.css" />
</head>
<body>
<div id="overview"><a href="../../../../../../../apidocs/net/sourceforge/pmd/lang/plsql/ast/ASTFieldDeclaration.html">View Javadoc</a></div><pre>
<a class="jxr_linenumber" name="L1" href="#L1">1</a> <em class="jxr_comment">/* Generated By:JJTree: Do not edit this line. ASTFieldDeclaration.java Version 4.3 */</em>
<a class="jxr_linenumber" name="L2" href="#L2">2</a> <em class="jxr_comment">/* JavaCCOptions:MULTI=true,NODE_USES_PARSER=true,VISITOR=true,TRACK_TOKENS=false,NODE_PREFIX=AST,NODE_EXTENDS=,NODE_FACTORY=,SUPPORT_CLASS_VISIBILITY_PUBLIC=true */</em>
<a class="jxr_linenumber" name="L3" href="#L3">3</a> <strong class="jxr_keyword">package</strong> net.sourceforge.pmd.lang.plsql.ast;
<a class="jxr_linenumber" name="L4" href="#L4">4</a>
<a class="jxr_linenumber" name="L5" href="#L5">5</a> <strong class="jxr_keyword">public</strong>
<a class="jxr_linenumber" name="L6" href="#L6">6</a> <strong class="jxr_keyword">class</strong> <a href="../../../../../../net/sourceforge/pmd/lang/plsql/ast/ASTFieldDeclaration.html">ASTFieldDeclaration</a> <strong class="jxr_keyword">extends</strong> net.sourceforge.pmd.lang.plsql.ast.AbstractPLSQLNode {
<a class="jxr_linenumber" name="L7" href="#L7">7</a> <strong class="jxr_keyword">public</strong> <a href="../../../../../../net/sourceforge/pmd/lang/plsql/ast/ASTFieldDeclaration.html">ASTFieldDeclaration</a>(<strong class="jxr_keyword">int</strong> id) {
<a class="jxr_linenumber" name="L8" href="#L8">8</a> <strong class="jxr_keyword">super</strong>(id);
<a class="jxr_linenumber" name="L9" href="#L9">9</a> }
<a class="jxr_linenumber" name="L10" href="#L10">10</a>
<a class="jxr_linenumber" name="L11" href="#L11">11</a> <strong class="jxr_keyword">public</strong> <a href="../../../../../../net/sourceforge/pmd/lang/plsql/ast/ASTFieldDeclaration.html">ASTFieldDeclaration</a>(<a href="../../../../../../net/sourceforge/pmd/lang/plsql/ast/PLSQLParser.html">PLSQLParser</a> p, <strong class="jxr_keyword">int</strong> id) {
<a class="jxr_linenumber" name="L12" href="#L12">12</a> <strong class="jxr_keyword">super</strong>(p, id);
<a class="jxr_linenumber" name="L13" href="#L13">13</a> }
<a class="jxr_linenumber" name="L14" href="#L14">14</a>
<a class="jxr_linenumber" name="L15" href="#L15">15</a>
<a class="jxr_linenumber" name="L16" href="#L16">16</a> <em class="jxr_javadoccomment">/** Accept the visitor. **/</em>
<a class="jxr_linenumber" name="L17" href="#L17">17</a> <strong class="jxr_keyword">public</strong> Object jjtAccept(<a href="../../../../../../net/sourceforge/pmd/lang/plsql/ast/PLSQLParserVisitor.html">PLSQLParserVisitor</a> visitor, Object data) {
<a class="jxr_linenumber" name="L18" href="#L18">18</a> <strong class="jxr_keyword">return</strong> visitor.visit(<strong class="jxr_keyword">this</strong>, data);
<a class="jxr_linenumber" name="L19" href="#L19">19</a> }
<a class="jxr_linenumber" name="L20" href="#L20">20</a> }
<a class="jxr_linenumber" name="L21" href="#L21">21</a> <em class="jxr_comment">/* JavaCC - OriginalChecksum=d9d332a96d4c38296014f9c86df753cd (do not edit this line) */</em>
</pre>
<hr/>
<div id="footer">Copyright © 2002–2014 <a href="http://pmd.sourceforge.net/">InfoEther</a>. All rights reserved.</div>
</body>
</html>
| byronka/xenos | utils/pmd-bin-5.2.2/docs/pmd-plsql/xref/net/sourceforge/pmd/lang/plsql/ast/ASTFieldDeclaration.html | HTML | mit | 3,706 |
<ion-view title="Shares" cache-view="false">
<ion-content padding="true" class="has-header">
<form class="list">
<label class="item item-input-inset" name="shareName">
<img ng-src="img/people.png">
<input type="text" placeholder="share's name" ng-model="people.name" maxLength="50">
</label>
</form>
<button class="button button-balanced button-block ion-plus-circled" ng-click="addPeople(people);"> Add</button>
<div class="card" ng-show="canShow()">
<div class="item item-divider item-icon-right" >
<div class="icon">
</div>
People
</div>
<div class="item item-text-wrap">
<ion-list show-delete="shouldShowDelete" show-reorder="shouldShowReorder" can-swipe="listCanSwipe">
<ion-item ng-repeat="item in list">
<span>{{item.name}}</span>
<ion-option-button class="button-assertive"
ng-click="deletePeople($index)">
Delete
</ion-option-button>
</ion-item>
</ion-list>
</div>
</div>
<a href="#/options" class="button button-energized button-block ion-chevron-right" ng-click="validatePeople($event)"> Next</a>
</ion-content>
</ion-view>
| dst-hackathon/calme | www/templates/shares.html | HTML | mit | 1,376 |
<!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 Thu Nov 11 09:12:14 EST 2010 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Interface org.mortbay.jetty.HttpContent (Jetty Server Project 6.1.26 API)
</TITLE>
<META NAME="date" CONTENT="2010-11-11">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../javadoc.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Interface org.mortbay.jetty.HttpContent (Jetty Server Project 6.1.26 API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../org/mortbay/jetty/HttpContent.html" title="interface in org.mortbay.jetty"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?org/mortbay/jetty//class-useHttpContent.html" target="_top"><B>FRAMES</B></A>
<A HREF="HttpContent.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Interface<br>org.mortbay.jetty.HttpContent</B></H2>
</CENTER>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Packages that use <A HREF="../../../../org/mortbay/jetty/HttpContent.html" title="interface in org.mortbay.jetty">HttpContent</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.mortbay.jetty"><B>org.mortbay.jetty</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.mortbay.jetty.servlet"><B>org.mortbay.jetty.servlet</B></A></TD>
<TD> </TD>
</TR>
</TABLE>
<P>
<A NAME="org.mortbay.jetty"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../../org/mortbay/jetty/HttpContent.html" title="interface in org.mortbay.jetty">HttpContent</A> in <A HREF="../../../../org/mortbay/jetty/package-summary.html">org.mortbay.jetty</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Classes in <A HREF="../../../../org/mortbay/jetty/package-summary.html">org.mortbay.jetty</A> that implement <A HREF="../../../../org/mortbay/jetty/HttpContent.html" title="interface in org.mortbay.jetty">HttpContent</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/mortbay/jetty/ResourceCache.Content.html" title="class in org.mortbay.jetty">ResourceCache.Content</A></B></CODE>
<BR>
MetaData associated with a context Resource.</TD>
</TR>
</TABLE>
<P>
<A NAME="org.mortbay.jetty.servlet"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../../org/mortbay/jetty/HttpContent.html" title="interface in org.mortbay.jetty">HttpContent</A> in <A HREF="../../../../org/mortbay/jetty/servlet/package-summary.html">org.mortbay.jetty.servlet</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../org/mortbay/jetty/servlet/package-summary.html">org.mortbay.jetty.servlet</A> with parameters of type <A HREF="../../../../org/mortbay/jetty/HttpContent.html" title="interface in org.mortbay.jetty">HttpContent</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected boolean</CODE></FONT></TD>
<TD><CODE><B>DefaultServlet.</B><B><A HREF="../../../../org/mortbay/jetty/servlet/DefaultServlet.html#passConditionalHeaders(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, org.mortbay.resource.Resource, org.mortbay.jetty.HttpContent)">passConditionalHeaders</A></B>(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
<A HREF="../../../../org/mortbay/resource/Resource.html" title="class in org.mortbay.resource">Resource</A> resource,
<A HREF="../../../../org/mortbay/jetty/HttpContent.html" title="interface in org.mortbay.jetty">HttpContent</A> content)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected void</CODE></FONT></TD>
<TD><CODE><B>DefaultServlet.</B><B><A HREF="../../../../org/mortbay/jetty/servlet/DefaultServlet.html#sendData(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, boolean, org.mortbay.resource.Resource, org.mortbay.jetty.HttpContent, java.util.Enumeration)">sendData</A></B>(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
boolean include,
<A HREF="../../../../org/mortbay/resource/Resource.html" title="class in org.mortbay.resource">Resource</A> resource,
<A HREF="../../../../org/mortbay/jetty/HttpContent.html" title="interface in org.mortbay.jetty">HttpContent</A> content,
java.util.Enumeration reqRanges)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected void</CODE></FONT></TD>
<TD><CODE><B>DefaultServlet.</B><B><A HREF="../../../../org/mortbay/jetty/servlet/DefaultServlet.html#writeHeaders(javax.servlet.http.HttpServletResponse, org.mortbay.jetty.HttpContent, long)">writeHeaders</A></B>(javax.servlet.http.HttpServletResponse response,
<A HREF="../../../../org/mortbay/jetty/HttpContent.html" title="interface in org.mortbay.jetty">HttpContent</A> content,
long count)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../org/mortbay/jetty/HttpContent.html" title="interface in org.mortbay.jetty"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?org/mortbay/jetty//class-useHttpContent.html" target="_top"><B>FRAMES</B></A>
<A HREF="HttpContent.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright © 1995-2010 <a href="http://www.mortbay.com">Mort Bay Consulting</a>. All Rights Reserved.
</BODY>
</HTML>
| napcs/qedserver | jetty/javadoc/org/mortbay/jetty/class-use/HttpContent.html | HTML | mit | 11,451 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Coq bench</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../../..">Unstable</a></li>
<li><a href=".">dev / contrib:generic-environments dev</a></li>
<li class="active"><a href="">2015-01-30 23:08:38</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="../../../../../about.html">About</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href=".">« Up</a>
<h1>
contrib:generic-environments
<small>
dev
<span class="label label-success">7 s</span>
</small>
</h1>
<p><em><script>document.write(moment("2015-01-30 23:08:38 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2015-01-30 23:08:38 UTC)</em><p>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>ruby lint.rb unstable ../unstable/packages/coq:contrib:generic-environments/coq:contrib:generic-environments.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
<dt>Output</dt>
<dd><pre>The package is valid.
</pre></dd>
</dl>
<h2>Dry install</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --dry-run coq:contrib:generic-environments.dev coq.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>2 s</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is dev).
The following actions will be performed:
- install coq:contrib:generic-environments.dev
=== 1 to install ===
=-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
=-=- Installing packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Building coq:contrib:generic-environments.dev:
coq_makefile -f Make -o Makefile
make -j4
make install
Installing coq:contrib:generic-environments.dev.
</pre></dd>
</dl>
<p>Dry install without Coq, to test if the problem was incompatibility with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>ulimit -Sv 2000000; timeout 5m opam install -y --deps-only coq:contrib:generic-environments.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>2 s</dd>
</dl>
<h2>Install</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>ulimit -Sv 2000000; timeout 5m opam install -y --verbose coq:contrib:generic-environments.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>7 s</dd>
<dt>Output</dt>
<dd><pre>The following actions will be performed:
- install coq:contrib:generic-environments.dev
=== 1 to install ===
=-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
[coq:contrib:generic-environments] Fetching https://gforge.inria.fr/git/coq-contribs/generic-environments.git#trunk
Initialized empty Git repository in /home/bench/.opam/packages.dev/coq:contrib:generic-environments.dev/.git/
[master (root-commit) 7a30845] opam-git-init
From https://gforge.inria.fr/git/coq-contribs/generic-environments
* [new branch] trunk -> opam-ref
* [new branch] trunk -> origin/trunk
CoreGenericEnv.v
GenericEnv.v
GenericEnvList.v
Make
Makefile
description
HEAD is now at cb360ef Fix contribs now that Require is no longer allowed inside modules.
=-=- Installing packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Building coq:contrib:generic-environments.dev:
coq_makefile -f Make -o Makefile
make -j4
make install
"coqdep" -c -R "." GenericEnvironments "CoreGenericEnv.v" > "CoreGenericEnv.v.d" || ( RV=$?; rm -f "CoreGenericEnv.v.d"; exit ${RV} )
"coqdep" -c -R "." GenericEnvironments "GenericEnv.v" > "GenericEnv.v.d" || ( RV=$?; rm -f "GenericEnv.v.d"; exit ${RV} )
"coqdep" -c -R "." GenericEnvironments "GenericEnvList.v" > "GenericEnvList.v.d" || ( RV=$?; rm -f "GenericEnvList.v.d"; exit ${RV} )
"coqc" -q -R "." GenericEnvironments CoreGenericEnv
"coqc" -q -R "." GenericEnvironments GenericEnv
"coqc" -q -R "." GenericEnvironments GenericEnvList
cd "." && for i in GenericEnvList.vo GenericEnv.vo CoreGenericEnv.vo GenericEnvList.v GenericEnv.v CoreGenericEnv.v GenericEnvList.glob GenericEnv.glob CoreGenericEnv.glob ./.coq-native/NGenericEnvironments_GenericEnvList.cmi ./.coq-native/NGenericEnvironments_GenericEnv.cmi ./.coq-native/NGenericEnvironments_CoreGenericEnv.cmi ./.coq-native/NGenericEnvironments_GenericEnvList.cmx ./.coq-native/NGenericEnvironments_GenericEnv.cmx ./.coq-native/NGenericEnvironments_CoreGenericEnv.cmx ./.coq-native/NGenericEnvironments_GenericEnvList.cmxs ./.coq-native/NGenericEnvironments_GenericEnv.cmxs ./.coq-native/NGenericEnvironments_CoreGenericEnv.cmxs ; do \
install -d "`dirname """/home/bench/.opam/system/lib/coq/user-contrib"/GenericEnvironments/$i`"; \
install -m 0644 $i """/home/bench/.opam/system/lib/coq/user-contrib"/GenericEnvironments/$i; \
done
Installing coq:contrib:generic-environments.dev.
</pre></dd>
</dl>
<h2>Installation size</h2>
<p>Total: 1,378 K</p>
<ul>
<li>316 K <code>/home/bench/.opam/system/lib/coq/user-contrib/GenericEnvironments/GenericEnvList.vo</code></li>
<li>256 K <code>/home/bench/.opam/system/lib/coq/user-contrib/GenericEnvironments/GenericEnvList.glob</code></li>
<li>217 K <code>/home/bench/.opam/system/lib/coq/user-contrib/GenericEnvironments/GenericEnv.glob</code></li>
<li>201 K <code>/home/bench/.opam/system/lib/coq/user-contrib/GenericEnvironments/GenericEnv.vo</code></li>
<li>191 K <code>/home/bench/.opam/system/lib/coq/user-contrib/GenericEnvironments/CoreGenericEnv.glob</code></li>
<li>81 K <code>/home/bench/.opam/system/lib/coq/user-contrib/GenericEnvironments/CoreGenericEnv.vo</code></li>
<li>46 K <code>/home/bench/.opam/system/lib/coq/user-contrib/GenericEnvironments/GenericEnvList.v</code></li>
<li>42 K <code>/home/bench/.opam/system/lib/coq/user-contrib/GenericEnvironments/GenericEnv.v</code></li>
<li>25 K <code>/home/bench/.opam/system/lib/coq/user-contrib/GenericEnvironments/CoreGenericEnv.v</code></li>
<li>1 K <code>/home/bench/.opam/system/lib/coq:contrib:generic-environments/opam.config</code></li>
<li>1 K <code>/home/bench/.opam/system/install/coq:contrib:generic-environments.install</code></li>
</ul>
<h2>Uninstall</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq:contrib:generic-environments.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>2 s</dd>
<dt>Output</dt>
<dd><pre>The following actions will be performed:
- remove coq:contrib:generic-environments.dev
=== 1 to remove ===
=-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
[coq:contrib:generic-environments] Fetching https://gforge.inria.fr/git/coq-contribs/generic-environments.git#trunk
=-=- Removing Packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Removing coq:contrib:generic-environments.dev.
rm -R /home/bench/.opam/system/lib/coq/user-contrib/GenericEnvironments
</pre></dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
<small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small>
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html> | coq-bench/coq-bench.github.io-old | clean/Linux-x86_64-4.02.1-1.2.0/unstable/dev/contrib:generic-environments/dev/2015-01-30_23-08-38.html | HTML | mit | 10,893 |
<!--[if lt IE 10]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div class="layout-header"></div>
| Dankovk/FruitLanding | src/partials/layout/header.partial.html | HTML | mit | 268 |
<div class="intro">
{{with $ps := section .book.Introduction}}
{{range $ps}}
<p>{{.}}</p>
{{end}}
{{end}}
</div>
| lyhopq/Firefly | app/views/book/intro.html | HTML | mit | 133 |
<!DOCTYPE html>
<html ng-app="gemStore">
<head>
<link rel="stylesheet" type="text/css" href="node_modules/bootstrap/dist/css/bootstrap.min.css" />
</head>
<body ng-controller="StoreController as store">
<script type="text/javascript" src="node_modules/angular/angular.min.js"></script>
<script type="text/javascript" src="app.js"></script>
<div class="product row">
<h3>
Product: {{store.product.name}}
<em class="pull-right">{{store.product.price}}</em>
</h3>
</div>
</body>
</html> | skaggej/html | angularjs/index.html | HTML | mit | 595 |
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>IFE-2017</title>
<style>
.container {
margin: 20px auto;
padding: 40px 35px;
width: 980px;
border: 1px solid #eee;
}
h1,
h2 {
padding-bottom: 8px;
border-bottom: 1px solid #ddd;
}
li {
margin-top: 8px;
margin-bottom: 8px;
}
a {
color: #0366d6;
text-decoration: none;
}
a:hover {
text-decoration: underline;
outline-width: 0;
}
</style>
</head>
<body>
<section class="container">
<header>
<h1>ife2017</h1>
<p>2017年百度前端技术学院任务完成情况</p>
</header>
<main>
<h2>小薇学院</h2>
<ul>
<li>任务一:零基础HTML编码
<ul>
<li>代码地址:<a href="https://github.com/little-tomorrow/ife2017/blob/master/task-1/task-1-1/task-1-1.html">源码</a></li>
<li>预览地址:<a href="http://www.little-tomorrow.com/ife2017/task-1/task-1-1/task-1-1.html">零基础HTML编码</a></li>
</ul>
</li>
<li>任务二:零基础HTML及CSS编码(一)
<ul>
<li>代码地址:<a href="https://github.com/little-tomorrow/ife2017/tree/master/task-1/task-1-2">源码</a></li>
<li>预览地址:<a href="http://www.little-tomorrow.com/ife2017/task-1/task-1-2/task-1-2.html">零基础HTML及CSS编码(一)</a></li>
</ul>
</li>
<li>任务三:三栏式布局
<ul>
<li>代码地址:<a href="https://github.com/little-tomorrow/ife2017/tree/master/task-1/task-1-3">源码</a></li>
<li>预览地址:<a href="http://www.little-tomorrow.com/ife2017/task-1/task-1-3/task-1-3.html">三栏式布局</a></li>
</ul>
</li>
<li>任务四:定位和居中问题
<ul>
<li>代码地址:<a href="https://github.com/little-tomorrow/ife2017/blob/master/task-1/task-1-4/task-1-4.html">源码</a></li>
<li>预览地址:<a href="http://www.little-tomorrow.com/ife2017//task-1/task-1-4/task-1-4.html">定位和居中问题</a></li>
</ul>
</li>
<li>任务五:零基础HTML及CSS编码(二)
<ul>
<li>代码地址:<a href="https://github.com/little-tomorrow/ife2017/tree/master/task-1/task-1-5">源码</a></li>
<li>预览地址:<a href="http://www.little-tomorrow.com/ife2017/task-1/task-1-5/task-1-5.html">零基础HTML及CSS编码(二)</a></li>
</ul>
</li>
</ul>
</main>
</section>
</body>
</html>
| little-tomorrow/ife2017 | index.html | HTML | mit | 2,799 |
<li class="project--item">
<a href="{{ project.link }}" target="_blank">
<figure class="project--preview">
<img src="{{ site.baseurl }}/{{ project.preview_image | prepend: site.image_path}}.png"
alt="Preview of {{ project.name }}" class="img">
<figcaption><h3>{{ project.title }}</h3></figcaption>
</figure>
</a>
{% if project.description %}
<span class="grey">{{ project.description }}</span>
{% endif %}
</li> | stephenasamoah/webcollective | _includes/project.html | HTML | mit | 503 |
<!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>infinitescroll-jquery瀑布流插件_演示页_JS代码站</title>
<meta name="description" content="jquery masonry与infinitescroll两款瀑布流插件制作当下最流行的瀑布流图片展示实例,通过鼠标滚动图片无限加载的类似瀑布的效果的图片展示。用户可以无限浏览图片或内容无限加载瀑布流效果。" />
<script src="http://www.sitejs.cn/templets/skins/js/jquery-1.8.1.min.js"></script>
<script type="text/javascript" src="/vendor/js/jquery.masonry.js"></script>
<script type="text/javascript" src="/vendor/js/jquery.infinitescroll.js"></script>
<style type="text/css">
*{margin:0;padding:0;list-style-type:none;}
a,img{border:0;}
em{font-style:normal;}
a{text-decoration:none;cursor:pointer;color:#666666;}
a:hover{color:#FF6699;}
body{background:url("images/bodybg.jpg") repeat #f5f6f7;color:#666666;font-family:Arial;font-size:12px;}
.fl{float:left;}.fr{float:right;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{display:inline-table;}
*html .clearfix{height:1%;}
.clearfix{display:block;}
*+html .clearfix{min-height:1%;}
.demo{width:950px;margin:0 auto;}
/* item_list */
.item_list{position:relative;padding:0 0 50px;}
.item{
width:226px;background:#fff;overflow:hidden;margin:15px 0 0 0;
border-radius:4px 4px 4px 4px;
box-shadow:0 1px 3px rgba(34, 25, 25, 0.2);
}
.item_t{padding:10px 8px 0;}
.item_t .img{background-color:#FFFFFF;margin:0 auto;position:relative;width:210px;min-height:210px;}
.item_t .img a{display:block;}
.item_t .img a:hover{background:#000;}
.item_t .img a:hover img{filter:alpha(opacity=80);-khtml-opacity:0.8;opacity:0.8;-webkit-transition:all 0.3s ease-out;-khtml-transition:all 0.3s ease-out;}
.item_t .price{
position:absolute;bottom:10px;right:0px;background-color:rgba(0, 0, 0, 0.2);color:#FFF;
filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#33000000, endcolorstr=#33000000);
}
.item .btns{display:none;}
.img_album_btn{top:0px;right:0px;position:absolute;background:#ff6fa6;color:#ffffff;height:20px;line-height:20px;width:56px;border-radius:3px;}
.img_album_btn:hover{color:#fff;}
.item_t .title{padding:8px 0;line-height:18px;}
.item_b{padding:10px 8px;}
.item_b .items_likes .like_btn{background:url("images/fav_icon_word_new_1220.png") no-repeat;display:block;float:left;height:23px;width:59px;margin-right:5px;}
.item_b .items_likes em{line-height:23px;display:block;float:left;padding:0px 6px;color:#FF6699;font-weight:800;border:1px solid #ff6fa6;border-radius:3px;}
/* more */
#more{display:block;margin:10px auto 20px;}
/* infscr-loading */
#infscr-loading{bottom:-10px;left:45%;position:absolute;text-align:center;height:20px;line-height:20px;z-index:100;width:120px;}
/* page */
.page{display:none;font-size:18px;height:60px;text-align:center;margin:20px 0 0 0;}
.page_num a,.page_num span{margin:0 2px;background:url("images/page.png") no-repeat;display:inline-block;width:30px;height:28px;line-height:26px;overflow:hidden;}
.page_num a{background-position:-65px 0;color:#FF3333;overflow:hidden;}
.page_num .prev{background-position:1px -33px;}
.page_num .unprev{background-position:1px 0;cursor:default;}
.page_num .next{background-position:-32px 0;}
.page_num .unnext{background-position:-32px -33px;cursor:default;}
.page_num .current{background-position:-99px 0;color:#FFFFFF;}
.page_num .etc{background-position:-172px 8px;}
/* to_top */
.to_top a,.to_top a:hover{background:url("images/gotop.png") no-repeat}
.to_top a{
background-position:0 0;float:left;height:50px;overflow:hidden;width:50px;position:fixed;bottom:35px;cursor:pointer;right:20px;
_position:absolute;
_right:auto;
_left:expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft, 10)||0)-(parseInt(this.currentStyle.marginRight, 10)||20));
_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||20)-(parseInt(this.currentStyle.marginBottom, 10)||20)));
}
.to_top a:hover{background-position:-51px 0px;}
</style>
<script type="text/javascript">
var isWidescreen=screen.width>=1280;
if(isWidescreen){document.write("<style type='text/css'>.demo{width:1194px;}</style>");}
</script>
<script type="text/javascript">
function item_masonry(){
$('.item img').load(function(){
$('.infinite_scroll').masonry({
itemSelector: '.masonry_brick',
columnWidth:226,
gutterWidth:15
});
});
$('.infinite_scroll').masonry({
itemSelector: '.masonry_brick',
columnWidth:226,
gutterWidth:15
});
}
$(function(){
function item_callback(){
$('.item').mouseover(function(){
$(this).css('box-shadow', '0 1px 5px rgba(35,25,25,0.5)');
$('.btns',this).show();
}).mouseout(function(){
$(this).css('box-shadow', '0 1px 3px rgba(34,25,25,0.2)');
$('.btns',this).hide();
});
item_masonry();
}
item_callback();
$('.item').fadeIn();
var sp = 1
$(".infinite_scroll").infinitescroll({
navSelector : "#more",
nextSelector : "#more a",
itemSelector : ".item",
loading:{
img: "images/masonry_loading_1.gif",
msgText: ' ',
finishedMsg: '木有了',
finished: function(){
sp++;
if(sp>=10){ //到第10页结束事件
$("#more").remove();
$("#infscr-loading").hide();
$("#page").show();
$(window).unbind('.infscr');
}
}
},errorCallback:function(){
$("#page").show();
}
},function(newElements){
var $newElems = $(newElements);
$('.infinite_scroll').masonry('appended', $newElems, false);
$newElems.fadeIn();
item_callback();
return;
});
});
</script>
</head>
<body>
<div class="demo clearfix">
<div class="item_list infinite_scroll">
<div class="item masonry_brick">
<div class="item_t">
<div class="img">
<a href="#"><img width="210" height="285" alt="js lazyload实现网页图片延迟加载特效" src="images/pic/01.jpg" /></a>
<span class="price">¥195.00</span>
<div class="btns">
<a href="#" class="img_album_btn">加入专辑</a>
</div>
</div>
<div class="title"><span>js lazyload实现网页图片延迟加载特效</span></div>
</div>
<div class="item_b clearfix">
<div class="items_likes fl">
<a href="#" class="like_btn"></a>
<em class="bold">916</em>
</div>
<div class="items_comment fr"><a href="#">评论</a><em class="bold">(0)</em></div>
</div>
</div><!--item end-->
<div class="item masonry_brick">
<div class="item_t">
<div class="img">
<a href="#"><img width="210" height="164" alt="js图片特效制作js焦点图上下滚动slider切换效果" src="images/pic/02.jpg" /></a>
<span class="price">¥195.00</span>
<div class="btns">
<a href="#" class="img_album_btn">加入专辑</a>
</div>
</div>
<div class="title"><span>js图片特效制作js焦点图上下滚动slider切换效果</span></div>
</div>
<div class="item_b clearfix">
<div class="items_likes fl">
<a href="#" class="like_btn"></a>
<em class="bold">916</em>
</div>
<div class="items_comment fr"><a href="#">评论</a><em class="bold">(0)</em></div>
</div>
</div><!--item end-->
<div class="item masonry_brick">
<div class="item_t">
<div class="img">
<a href="#"><img width="210" height="287" alt="js树形导航菜单制作垂直js导航条特效" src="images/pic/03.jpg" /></a>
<span class="price">¥195.00</span>
<div class="btns">
<a href="#" class="img_album_btn">加入专辑</a>
</div>
</div>
<div class="title"><span>js树形导航菜单制作垂直js导航条特效</span></div>
</div>
<div class="item_b clearfix">
<div class="items_likes fl">
<a href="#" class="like_btn"></a>
<em class="bold">916</em>
</div>
<div class="items_comment fr"><a href="#">评论</a><em class="bold">(0)</em></div>
</div>
</div><!--item end-->
<div class="item masonry_brick">
<div class="item_t">
<div class="img">
<a href="#"><img width="210" height="285" alt="flash图片导航条自动切换轮播焦点图" src="images/pic/04.jpg" /></a>
<span class="price">¥195.00</span>
<div class="btns">
<a href="#" class="img_album_btn">加入专辑</a>
</div>
</div>
<div class="title"><span>flash图片导航条自动切换轮播焦点图</span></div>
</div>
<div class="item_b clearfix">
<div class="items_likes fl">
<a href="#" class="like_btn"></a>
<em class="bold">916</em>
</div>
<div class="items_comment fr"><a href="#">评论</a><em class="bold">(0)</em></div>
</div>
</div><!--item end-->
<div class="item masonry_brick">
<div class="item_t">
<div class="img">
<a href="#"><img width="210" height="323" alt="flash图片特效左右按钮控制图片折叠切换效果" src="images/pic/05.jpg" /></a>
<span class="price">¥195.00</span>
<div class="btns">
<a href="#" class="img_album_btn">加入专辑</a>
</div>
</div>
<div class="title"><span>flash图片特效左右按钮控制图片折叠切换效果</span></div>
</div>
<div class="item_b clearfix">
<div class="items_likes fl">
<a href="#" class="like_btn"></a>
<em class="bold">916</em>
</div>
<div class="items_comment fr"><a href="#">评论</a><em class="bold">(0)</em></div>
</div>
</div><!--item end-->
<div class="item masonry_brick">
<div class="item_t">
<div class="img">
<a href="#"><img width="210" height="315" alt="flash焦点图片带内容与按钮的3D动画图片特效" src="images/pic/06.jpg" /></a>
<span class="price">¥195.00</span>
<div class="btns">
<a href="#" class="img_album_btn">加入专辑</a>
</div>
</div>
<div class="title"><span>flash焦点图片带内容与按钮的3D动画图片特效</span></div>
</div>
<div class="item_b clearfix">
<div class="items_likes fl">
<a href="#" class="like_btn"></a>
<em class="bold">916</em>
</div>
<div class="items_comment fr"><a href="#">评论</a><em class="bold">(0)</em></div>
</div>
</div><!--item end-->
<div class="item masonry_brick">
<div class="item_t">
<div class="img">
<a href="#"><img width="210" height="282" alt="flash特效制作flash图片滚动带按钮控制左右图片滚动" src="images/pic/07.jpg" /></a>
<span class="price">¥195.00</span>
<div class="btns">
<a href="#" class="img_album_btn">加入专辑</a>
</div>
</div>
<div class="title"><span>flash特效制作flash图片滚动带按钮控制左右图片滚动</span></div>
</div>
<div class="item_b clearfix">
<div class="items_likes fl">
<a href="#" class="like_btn"></a>
<em class="bold">916</em>
</div>
<div class="items_comment fr"><a href="#">评论</a><em class="bold">(0)</em></div>
</div>
</div><!--item end-->
<div class="item masonry_brick">
<div class="item_t">
<div class="img">
<a href="#"><img width="210" height="266" alt="flash焦点图切换特效制作各大网站的焦点图片轮播" src="images/pic/08.jpg" /></a>
<span class="price">¥195.00</span>
<div class="btns">
<a href="#" class="img_album_btn">加入专辑</a>
</div>
</div>
<div class="title"><span>flash焦点图切换特效制作各大网站的焦点图片轮播</span></div>
</div>
<div class="item_b clearfix">
<div class="items_likes fl">
<a href="#" class="like_btn"></a>
<em class="bold">916</em>
</div>
<div class="items_comment fr"><a href="#">评论</a><em class="bold">(0)</em></div>
</div>
</div><!--item end-->
<div class="item masonry_brick">
<div class="item_t">
<div class="img">
<a href="#"><img width="210" height="254" alt="flash焦点图切换动画图片和标题文字配合显示含flash源码下载" src="images/pic/09.jpg" /></a>
<span class="price">¥195.00</span>
<div class="btns">
<a href="#" class="img_album_btn">加入专辑</a>
</div>
</div>
<div class="title"><span>flash焦点图切换动画图片和标题文字配合显示含flash源码下载</span></div>
</div>
<div class="item_b clearfix">
<div class="items_likes fl">
<a href="#" class="like_btn"></a>
<em class="bold">916</em>
</div>
<div class="items_comment fr"><a href="#">评论</a><em class="bold">(0)</em></div>
</div>
</div><!--item end-->
<div class="item masonry_brick">
<div class="item_t">
<div class="img">
<a href="#"><img width="210" height="276" alt="flash图片切换左右滚动带序列索引按钮控制flash动画图片特效" src="images/pic/10.jpg" /></a>
<span class="price">¥195.00</span>
<div class="btns">
<a href="#" class="img_album_btn">加入专辑</a>
</div>
</div>
<div class="title"><span>flash图片切换左右滚动带序列索引按钮控制flash动画图片特效</span></div>
</div>
<div class="item_b clearfix">
<div class="items_likes fl">
<a href="#" class="like_btn"></a>
<em class="bold">916</em>
</div>
<div class="items_comment fr"><a href="#">评论</a><em class="bold">(0)</em></div>
</div>
</div><!--item end-->
<div class="item masonry_brick">
<div class="item_t">
<div class="img">
<a href="#"><img width="210" height="131" alt="flash文字特效制作数字类似文字打印效果,属于flash动画文字特效一种" src="images/pic/11.jpg" /></a>
<span class="price">¥195.00</span>
<div class="btns">
<a href="#" class="img_album_btn">加入专辑</a>
</div>
</div>
<div class="title"><span>flash文字特效制作数字类似文字打印效果,属于flash动画文字特效一种</span></div>
</div>
<div class="item_b clearfix">
<div class="items_likes fl">
<a href="#" class="like_btn"></a>
<em class="bold">916</em>
</div>
<div class="items_comment fr"><a href="#">评论</a><em class="bold">(0)</em></div>
</div>
</div><!--item end-->
<div class="item masonry_brick">
<div class="item_t">
<div class="img">
<a href="#"><img width="210" height="131" alt="div+css制作在IE6 上用absolute模拟fixed IE6浏览器定位层框不闪动" src="images/pic/12.jpg" /></a>
<span class="price">¥195.00</span>
<div class="btns">
<a href="#" class="img_album_btn">加入专辑</a>
</div>
</div>
<div class="title"><span>div+css制作在IE6 上用absolute模拟fixed IE6浏览器定位层框不闪动</span></div>
</div>
<div class="item_b clearfix">
<div class="items_likes fl">
<a href="#" class="like_btn"></a>
<em class="bold">916</em>
</div>
<div class="items_comment fr"><a href="#">评论</a><em class="bold">(0)</em></div>
</div>
</div><!--item end-->
<div class="item masonry_brick">
<div class="item_t">
<div class="img">
<a href="#"><img width="210" height="287" alt="CSS如何定位工程" src="images/pic/13.jpg" /></a>
<span class="price">¥195.00</span>
<div class="btns">
<a href="#" class="img_album_btn">加入专辑</a>
</div>
</div>
<div class="title"><span>CSS如何定位工程</span></div>
</div>
<div class="item_b clearfix">
<div class="items_likes fl">
<a href="#" class="like_btn"></a>
<em class="bold">916</em>
</div>
<div class="items_comment fr"><a href="#">评论</a><em class="bold">(0)</em></div>
</div>
</div><!--item end-->
<div class="item masonry_brick">
<div class="item_t">
<div class="img">
<a href="#"><img width="210" height="323" alt="用div+css3美化制作动画导航特效鼠标滑过动画显示" src="images/pic/14.jpg" /></a>
<span class="price">¥195.00</span>
<div class="btns">
<a href="#" class="img_album_btn">加入专辑</a>
</div>
</div>
<div class="title"><span>用div+css3美化制作动画导航特效鼠标滑过动画显示</span></div>
</div>
<div class="item_b clearfix">
<div class="items_likes fl">
<a href="#" class="like_btn"></a>
<em class="bold">916</em>
</div>
<div class="items_comment fr"><a href="#">评论</a><em class="bold">(0)</em></div>
</div>
</div><!--item end-->
<div class="item masonry_brick">
<div class="item_t">
<div class="img">
<a href="#"><img width="210" height="304" alt="用div+css制作一个CSS3的简约图标导航菜单" src="images/pic/15.jpg" /></a>
<span class="price">¥195.00</span>
<div class="btns">
<a href="#" class="img_album_btn">加入专辑</a>
</div>
</div>
<div class="title"><span>用div+css制作一个CSS3的简约图标导航菜单</span></div>
</div>
<div class="item_b clearfix">
<div class="items_likes fl">
<a href="#" class="like_btn"></a>
<em class="bold">916</em>
</div>
<div class="items_comment fr"><a href="#">评论</a><em class="bold">(0)</em></div>
</div>
</div><!--item end-->
<div class="item masonry_brick">
<div class="item_t">
<div class="img">
<a href="#"><img width="210" height="315" alt="jquery 图片特效用CSS3和HTML5制作仿动画头条报纸缩小到放大翻转图片展示" src="images/pic/16.jpg" /></a>
<span class="price">¥195.00</span>
<div class="btns">
<a href="#" class="img_album_btn">加入专辑</a>
</div>
</div>
<div class="title"><span>jquery 图片特效用CSS3和HTML5制作仿动画头条报纸缩小到放大翻转图片展示</span></div>
</div>
<div class="item_b clearfix">
<div class="items_likes fl">
<a href="#" class="like_btn"></a>
<em class="bold">916</em>
</div>
<div class="items_comment fr"><a href="#">评论</a><em class="bold">(0)</em></div>
</div>
</div><!--item end-->
<div class="item masonry_brick">
<div class="item_t">
<div class="img">
<a href="#"><img width="210" height="314" alt="jquery 幻灯片切换应用一个HTML5的幻灯片" src="images/pic/17.jpg" /></a>
<span class="price">¥195.00</span>
<div class="btns">
<a href="#" class="img_album_btn">加入专辑</a>
</div>
</div>
<div class="title"><span>jquery 幻灯片切换应用一个HTML5的幻灯片</span></div>
</div>
<div class="item_b clearfix">
<div class="items_likes fl">
<a href="#" class="like_btn"></a>
<em class="bold">916</em>
</div>
<div class="items_comment fr"><a href="#">评论</a><em class="bold">(0)</em></div>
</div>
</div><!--item end-->
</div>
<div id="more"><a href="#"></a></div>
</div>
<div style="display:none;" id="gotopbtn" class="to_top"><a title="返回顶部" href="javascript:void(0);"></a></div>
<script type="text/javascript">
$(function(){
$(window).scroll(function(){
$(window).scrollTop()>1000 ? $("#gotopbtn").css('display','').click(function(){
$(window).scrollTop(0);
}):$("#gotopbtn").css('display','none');
});
});
</script>
</body>
</html>
| lxj5891/ShotEyesWeb | views/report_list.html | HTML | mit | 20,072 |
<!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="sv">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Regler — spelgalen 1 documentation</title>
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: './',
VERSION: '1',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true,
SOURCELINK_SUFFIX: '.txt'
};
</script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<script type="text/javascript" src="_static/translations.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Sök" href="search.html" />
<link rel="stylesheet" href="_static/custom.css" type="text/css" />
<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
</head>
<body role="document">
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<p>< <a class="reference internal" href="index.html#hem"><span class="std std-ref">Välkommen till Spelgalen 2017!</span></a></p>
<div class="section" id="regler">
<h1>Regler<a class="headerlink" href="#regler" title="Permalink till denna rubrik">¶</a></h1>
</div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper"><div class="relations">
<h3>Related Topics</h3>
<ul>
<li><a href="index.html">Documentation overview</a><ul>
</ul></li>
</ul>
</div>
<div role="note" aria-label="source link">
<h3>Denna Sida</h3>
<ul class="this-page-menu">
<li><a href="_sources/regler.rst.txt"
rel="nofollow">Visa källfil</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3>Snabbsök</h3>
<form class="search" action="search.html" method="get">
<div><input type="text" name="q" /></div>
<div><input type="submit" value="Gå" /></div>
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="footer">
©2017, Tomas Hedlund.
|
Powered by <a href="http://sphinx-doc.org/">Sphinx 1.5.5</a>
& <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.10</a>
|
<a href="_sources/regler.rst.txt"
rel="nofollow">Page source</a>
</div>
</body>
</html> | tomashedlund/spelgalen | build/html/regler.html | HTML | mit | 3,198 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>18 --> 19</title>
<link href="./../../assets/style.css" rel="stylesheet">
</head>
<body>
<h2>You have to be fast</h2>
<a href="./707393377a7e465db363c622d79e79e84dd12e4829536d0b84fba9dd6e074ab4.html">Teleport</a>
<hr>
<a href="./../../about.md">About</a> (Spoilers! )
<script src="./../../assets/md5.js"></script>
<script>
window.currentLevel = 7;
</script>
<script src="./../../assets/script.js"></script>
</body>
</html> | simonmysun/praxis | TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/431866b98e2e76e95b9ebc77a14e2395241bd3c2dedd2a54d1a0675e637ea6fb.html | HTML | mit | 550 |
<tr class="even">
<td class="name">Agile</td>
<td>1</td>
<td>Local Base Evasion Rating</td>
<td>3 to 10</td>
</tr>
<tr>
<td class="name">Agile</td>
<td>1</td>
<td>Base Evasion Rating</td>
<td>3 to 10</td>
</tr>
<tr class="even">
<td class="name">Agile</td>
<td>2</td>
<td>Evasion Rating +%</td>
<td>2 to 4</td>
</tr>
<tr>
<td class="name">Shade's</td>
<td>3</td>
<td>Local Evasion Rating +%</td>
<td>11 to 28</td>
</tr>
<tr class="even">
<td class="name">Dancer's</td>
<td>18</td>
<td>Local Base Evasion Rating</td>
<td>11 to 35</td>
</tr>
<tr>
<td class="name">Dancer's</td>
<td>18</td>
<td>Base Evasion Rating</td>
<td>11 to 35</td>
</tr>
<tr class="even">
<td class="name">Ghost's</td>
<td>19</td>
<td>Local Evasion Rating +%</td>
<td>29 to 46</td>
</tr>
<tr>
<td class="name">Dancer's</td>
<td>19</td>
<td>Evasion Rating +%</td>
<td>5 to 7</td>
</tr>
<tr class="even">
<td class="name">Acrobat's</td>
<td>29</td>
<td>Base Evasion Rating</td>
<td>36 to 60</td>
</tr>
<tr>
<td class="name">Acrobat's</td>
<td>29</td>
<td>Local Base Evasion Rating</td>
<td>36 to 60</td>
</tr>
<tr class="even">
<td class="name">Acrobat's</td>
<td>30</td>
<td>Evasion Rating +%</td>
<td>8 to 10</td>
</tr>
<tr>
<td class="name">Spectre's</td>
<td>30</td>
<td>Local Evasion Rating +%</td>
<td>47 to 64</td>
</tr>
<tr class="even">
<td class="name">Fleet</td>
<td>42</td>
<td>Local Base Evasion Rating</td>
<td>61 to 138</td>
</tr>
<tr>
<td class="name">Fleet</td>
<td>42</td>
<td>Evasion Rating +%</td>
<td>11 to 13</td>
</tr>
<tr class="even">
<td class="name">Fleet</td>
<td>42</td>
<td>Base Evasion Rating</td>
<td>61 to 80</td>
</tr>
<tr>
<td class="name">Wraith's</td>
<td>44</td>
<td>Local Evasion Rating +%</td>
<td>65 to 82</td>
</tr>
<tr class="even">
<td class="name">Blurred</td>
<td>56</td>
<td>Local Base Evasion Rating</td>
<td>139 to 322</td>
</tr>
<tr>
<td class="name">Blurred</td>
<td>56</td>
<td>Evasion Rating +%</td>
<td>14 to 16</td>
</tr>
<tr class="even">
<td class="name">Blurred</td>
<td>58</td>
<td>Base Evasion Rating</td>
<td>81 to 120</td>
</tr>
<tr>
<td class="name">Phantasm's</td>
<td>60</td>
<td>Local Evasion Rating +%</td>
<td>83 to 100</td>
</tr>
<tr class="even">
<td class="name">Phased</td>
<td>70</td>
<td>Evasion Rating +%</td>
<td>17 to 19</td>
</tr>
<tr>
<td class="name">Phased</td>
<td>70</td>
<td>Local Base Evasion Rating</td>
<td>323 to 400</td>
</tr>
<tr class="even">
<td class="name">Phased</td>
<td>72</td>
<td>Base Evasion Rating</td>
<td>121 to 150</td>
</tr>
<tr>
<td class="name">Nightmare's</td>
<td>72</td>
<td>Local Evasion Rating +%</td>
<td>101 to 120</td>
</tr>
<tr class="even">
<td class="name">Vaporous</td>
<td>77</td>
<td>Evasion Rating +%</td>
<td>20 to 22</td>
</tr> | r3Fuze/poe | data/prefix/Evasion.html | HTML | mit | 3,268 |
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.13) on Thu Feb 03 14:46:53 MST 2022 -->
<title>Uses of Package mil.nga.geopackage.db (GeoPackage Core 6.2.0 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2022-02-03">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
<script type="text/javascript" src="../../../../jquery/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="../../../../jquery/jquery-3.5.1.js"></script>
<script type="text/javascript" src="../../../../jquery/jquery-ui.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Package mil.nga.geopackage.db (GeoPackage Core 6.2.0 API)";
}
}
catch(err) {
}
//-->
var pathtoroot = "../../../../";
var useModuleDirectories = true;
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<header role="banner">
<nav role="navigation">
<div class="fixedNav">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a id="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../index.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li class="navBarCell1Rev">Use</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses.html">All Classes</a></li>
</ul>
<ul class="navListSearch">
<li><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a id="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
</div>
<div class="navPadding"> </div>
<script type="text/javascript"><!--
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
//-->
</script>
</nav>
</header>
<main role="main">
<div class="header">
<h1 title="Uses of Package mil.nga.geopackage.db" class="title">Uses of Package<br>mil.nga.geopackage.db</h1>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary">
<caption><span>Packages that use <a href="package-summary.html">mil.nga.geopackage.db</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#mil.nga.geopackage">mil.nga.geopackage</a></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#mil.nga.geopackage.attributes">mil.nga.geopackage.attributes</a></th>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#mil.nga.geopackage.contents">mil.nga.geopackage.contents</a></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#mil.nga.geopackage.db">mil.nga.geopackage.db</a></th>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#mil.nga.geopackage.db.master">mil.nga.geopackage.db.master</a></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#mil.nga.geopackage.db.table">mil.nga.geopackage.db.table</a></th>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#mil.nga.geopackage.extension">mil.nga.geopackage.extension</a></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#mil.nga.geopackage.extension.coverage">mil.nga.geopackage.extension.coverage</a></th>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#mil.nga.geopackage.extension.ecere.tile_matrix_set">mil.nga.geopackage.extension.ecere.tile_matrix_set</a></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#mil.nga.geopackage.extension.im.portrayal">mil.nga.geopackage.extension.im.portrayal</a></th>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#mil.nga.geopackage.extension.im.vector_tiles">mil.nga.geopackage.extension.im.vector_tiles</a></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#mil.nga.geopackage.extension.metadata">mil.nga.geopackage.extension.metadata</a></th>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#mil.nga.geopackage.extension.metadata.reference">mil.nga.geopackage.extension.metadata.reference</a></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#mil.nga.geopackage.extension.nga.contents">mil.nga.geopackage.extension.nga.contents</a></th>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#mil.nga.geopackage.extension.nga.index">mil.nga.geopackage.extension.nga.index</a></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#mil.nga.geopackage.extension.nga.link">mil.nga.geopackage.extension.nga.link</a></th>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#mil.nga.geopackage.extension.nga.scale">mil.nga.geopackage.extension.nga.scale</a></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#mil.nga.geopackage.extension.related">mil.nga.geopackage.extension.related</a></th>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#mil.nga.geopackage.extension.related.simple">mil.nga.geopackage.extension.related.simple</a></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#mil.nga.geopackage.extension.rtree">mil.nga.geopackage.extension.rtree</a></th>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#mil.nga.geopackage.extension.schema">mil.nga.geopackage.extension.schema</a></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#mil.nga.geopackage.extension.schema.columns">mil.nga.geopackage.extension.schema.columns</a></th>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#mil.nga.geopackage.extension.schema.constraints">mil.nga.geopackage.extension.schema.constraints</a></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#mil.nga.geopackage.features">mil.nga.geopackage.features</a></th>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#mil.nga.geopackage.features.columns">mil.nga.geopackage.features.columns</a></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#mil.nga.geopackage.features.user">mil.nga.geopackage.features.user</a></th>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#mil.nga.geopackage.srs">mil.nga.geopackage.srs</a></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#mil.nga.geopackage.tiles.matrix">mil.nga.geopackage.tiles.matrix</a></th>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#mil.nga.geopackage.tiles.matrixset">mil.nga.geopackage.tiles.matrixset</a></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#mil.nga.geopackage.tiles.user">mil.nga.geopackage.tiles.user</a></th>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#mil.nga.geopackage.user">mil.nga.geopackage.user</a></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#mil.nga.geopackage.user.custom">mil.nga.geopackage.user.custom</a></th>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="mil.nga.geopackage">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">mil.nga.geopackage.db</a> used by <a href="../package-summary.html">mil.nga.geopackage</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/GeoPackageCoreConnection.html#mil.nga.geopackage">GeoPackageCoreConnection</a></th>
<td class="colLast">
<div class="block">GeoPackage Connection used to define common functionality within different
connection types</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/GeoPackageDao.html#mil.nga.geopackage">GeoPackageDao</a></th>
<td class="colLast">
<div class="block">Abstract GeoPackage DAO</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/GeoPackageTableCreator.html#mil.nga.geopackage">GeoPackageTableCreator</a></th>
<td class="colLast">
<div class="block">Executes database scripts to create GeoPackage tables</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="mil.nga.geopackage.attributes">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">mil.nga.geopackage.db</a> used by <a href="../attributes/package-summary.html">mil.nga.geopackage.attributes</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/GeoPackageDataType.html#mil.nga.geopackage.attributes">GeoPackageDataType</a></th>
<td class="colLast">
<div class="block">GeoPackage Data Types (non Geometry) for database columns as defined in
Requirement 5 of the GeoPackage spec.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="mil.nga.geopackage.contents">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">mil.nga.geopackage.db</a> used by <a href="../contents/package-summary.html">mil.nga.geopackage.contents</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/GeoPackageCoreConnection.html#mil.nga.geopackage.contents">GeoPackageCoreConnection</a></th>
<td class="colLast">
<div class="block">GeoPackage Connection used to define common functionality within different
connection types</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/GeoPackageDao.html#mil.nga.geopackage.contents">GeoPackageDao</a></th>
<td class="colLast">
<div class="block">Abstract GeoPackage DAO</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="mil.nga.geopackage.db">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">mil.nga.geopackage.db</a> used by <a href="package-summary.html">mil.nga.geopackage.db</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/DateConverter.html#mil.nga.geopackage.db">DateConverter</a></th>
<td class="colLast">
<div class="block">Date converter between database date formats and date objects</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/GeoPackageCoreConnection.html#mil.nga.geopackage.db">GeoPackageCoreConnection</a></th>
<td class="colLast">
<div class="block">GeoPackage Connection used to define common functionality within different
connection types</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/GeoPackageDao.html#mil.nga.geopackage.db">GeoPackageDao</a></th>
<td class="colLast">
<div class="block">Abstract GeoPackage DAO</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/GeoPackageDataType.html#mil.nga.geopackage.db">GeoPackageDataType</a></th>
<td class="colLast">
<div class="block">GeoPackage Data Types (non Geometry) for database columns as defined in
Requirement 5 of the GeoPackage spec.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MappedColumn.html#mil.nga.geopackage.db">MappedColumn</a></th>
<td class="colLast">
<div class="block">Mapped column, to a column and potentially from a differently named column</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Pagination.html#mil.nga.geopackage.db">Pagination</a></th>
<td class="colLast">
<div class="block">Query pagination configuration</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Result.html#mil.nga.geopackage.db">Result</a></th>
<td class="colLast">
<div class="block">Database result interface</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/TableMapping.html#mil.nga.geopackage.db">TableMapping</a></th>
<td class="colLast">
<div class="block">Mapping between column names being mapped to and the mapped column
information</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="mil.nga.geopackage.db.master">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">mil.nga.geopackage.db</a> used by <a href="master/package-summary.html">mil.nga.geopackage.db.master</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/GeoPackageCoreConnection.html#mil.nga.geopackage.db.master">GeoPackageCoreConnection</a></th>
<td class="colLast">
<div class="block">GeoPackage Connection used to define common functionality within different
connection types</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="mil.nga.geopackage.db.table">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">mil.nga.geopackage.db</a> used by <a href="table/package-summary.html">mil.nga.geopackage.db.table</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/GeoPackageCoreConnection.html#mil.nga.geopackage.db.table">GeoPackageCoreConnection</a></th>
<td class="colLast">
<div class="block">GeoPackage Connection used to define common functionality within different
connection types</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/GeoPackageDataType.html#mil.nga.geopackage.db.table">GeoPackageDataType</a></th>
<td class="colLast">
<div class="block">GeoPackage Data Types (non Geometry) for database columns as defined in
Requirement 5 of the GeoPackage spec.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="mil.nga.geopackage.extension">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">mil.nga.geopackage.db</a> used by <a href="../extension/package-summary.html">mil.nga.geopackage.extension</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/GeoPackageCoreConnection.html#mil.nga.geopackage.extension">GeoPackageCoreConnection</a></th>
<td class="colLast">
<div class="block">GeoPackage Connection used to define common functionality within different
connection types</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/GeoPackageDao.html#mil.nga.geopackage.extension">GeoPackageDao</a></th>
<td class="colLast">
<div class="block">Abstract GeoPackage DAO</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="mil.nga.geopackage.extension.coverage">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">mil.nga.geopackage.db</a> used by <a href="../extension/coverage/package-summary.html">mil.nga.geopackage.extension.coverage</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/GeoPackageCoreConnection.html#mil.nga.geopackage.extension.coverage">GeoPackageCoreConnection</a></th>
<td class="colLast">
<div class="block">GeoPackage Connection used to define common functionality within different
connection types</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/GeoPackageDao.html#mil.nga.geopackage.extension.coverage">GeoPackageDao</a></th>
<td class="colLast">
<div class="block">Abstract GeoPackage DAO</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="mil.nga.geopackage.extension.ecere.tile_matrix_set">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">mil.nga.geopackage.db</a> used by <a href="../extension/ecere/tile_matrix_set/package-summary.html">mil.nga.geopackage.extension.ecere.tile_matrix_set</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/GeoPackageCoreConnection.html#mil.nga.geopackage.extension.ecere.tile_matrix_set">GeoPackageCoreConnection</a></th>
<td class="colLast">
<div class="block">GeoPackage Connection used to define common functionality within different
connection types</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/GeoPackageDao.html#mil.nga.geopackage.extension.ecere.tile_matrix_set">GeoPackageDao</a></th>
<td class="colLast">
<div class="block">Abstract GeoPackage DAO</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/GeoPackageTableCreator.html#mil.nga.geopackage.extension.ecere.tile_matrix_set">GeoPackageTableCreator</a></th>
<td class="colLast">
<div class="block">Executes database scripts to create GeoPackage tables</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="mil.nga.geopackage.extension.im.portrayal">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">mil.nga.geopackage.db</a> used by <a href="../extension/im/portrayal/package-summary.html">mil.nga.geopackage.extension.im.portrayal</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/GeoPackageCoreConnection.html#mil.nga.geopackage.extension.im.portrayal">GeoPackageCoreConnection</a></th>
<td class="colLast">
<div class="block">GeoPackage Connection used to define common functionality within different
connection types</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/GeoPackageDao.html#mil.nga.geopackage.extension.im.portrayal">GeoPackageDao</a></th>
<td class="colLast">
<div class="block">Abstract GeoPackage DAO</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/GeoPackageTableCreator.html#mil.nga.geopackage.extension.im.portrayal">GeoPackageTableCreator</a></th>
<td class="colLast">
<div class="block">Executes database scripts to create GeoPackage tables</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="mil.nga.geopackage.extension.im.vector_tiles">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">mil.nga.geopackage.db</a> used by <a href="../extension/im/vector_tiles/package-summary.html">mil.nga.geopackage.extension.im.vector_tiles</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/GeoPackageCoreConnection.html#mil.nga.geopackage.extension.im.vector_tiles">GeoPackageCoreConnection</a></th>
<td class="colLast">
<div class="block">GeoPackage Connection used to define common functionality within different
connection types</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/GeoPackageDao.html#mil.nga.geopackage.extension.im.vector_tiles">GeoPackageDao</a></th>
<td class="colLast">
<div class="block">Abstract GeoPackage DAO</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/GeoPackageTableCreator.html#mil.nga.geopackage.extension.im.vector_tiles">GeoPackageTableCreator</a></th>
<td class="colLast">
<div class="block">Executes database scripts to create GeoPackage tables</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="mil.nga.geopackage.extension.metadata">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">mil.nga.geopackage.db</a> used by <a href="../extension/metadata/package-summary.html">mil.nga.geopackage.extension.metadata</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/GeoPackageCoreConnection.html#mil.nga.geopackage.extension.metadata">GeoPackageCoreConnection</a></th>
<td class="colLast">
<div class="block">GeoPackage Connection used to define common functionality within different
connection types</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/GeoPackageDao.html#mil.nga.geopackage.extension.metadata">GeoPackageDao</a></th>
<td class="colLast">
<div class="block">Abstract GeoPackage DAO</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="mil.nga.geopackage.extension.metadata.reference">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">mil.nga.geopackage.db</a> used by <a href="../extension/metadata/reference/package-summary.html">mil.nga.geopackage.extension.metadata.reference</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/GeoPackageCoreConnection.html#mil.nga.geopackage.extension.metadata.reference">GeoPackageCoreConnection</a></th>
<td class="colLast">
<div class="block">GeoPackage Connection used to define common functionality within different
connection types</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/GeoPackageDao.html#mil.nga.geopackage.extension.metadata.reference">GeoPackageDao</a></th>
<td class="colLast">
<div class="block">Abstract GeoPackage DAO</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="mil.nga.geopackage.extension.nga.contents">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">mil.nga.geopackage.db</a> used by <a href="../extension/nga/contents/package-summary.html">mil.nga.geopackage.extension.nga.contents</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/GeoPackageCoreConnection.html#mil.nga.geopackage.extension.nga.contents">GeoPackageCoreConnection</a></th>
<td class="colLast">
<div class="block">GeoPackage Connection used to define common functionality within different
connection types</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/GeoPackageDao.html#mil.nga.geopackage.extension.nga.contents">GeoPackageDao</a></th>
<td class="colLast">
<div class="block">Abstract GeoPackage DAO</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/GeoPackageTableCreator.html#mil.nga.geopackage.extension.nga.contents">GeoPackageTableCreator</a></th>
<td class="colLast">
<div class="block">Executes database scripts to create GeoPackage tables</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="mil.nga.geopackage.extension.nga.index">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">mil.nga.geopackage.db</a> used by <a href="../extension/nga/index/package-summary.html">mil.nga.geopackage.extension.nga.index</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/GeoPackageCoreConnection.html#mil.nga.geopackage.extension.nga.index">GeoPackageCoreConnection</a></th>
<td class="colLast">
<div class="block">GeoPackage Connection used to define common functionality within different
connection types</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/GeoPackageDao.html#mil.nga.geopackage.extension.nga.index">GeoPackageDao</a></th>
<td class="colLast">
<div class="block">Abstract GeoPackage DAO</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/GeoPackageTableCreator.html#mil.nga.geopackage.extension.nga.index">GeoPackageTableCreator</a></th>
<td class="colLast">
<div class="block">Executes database scripts to create GeoPackage tables</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="mil.nga.geopackage.extension.nga.link">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">mil.nga.geopackage.db</a> used by <a href="../extension/nga/link/package-summary.html">mil.nga.geopackage.extension.nga.link</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/GeoPackageCoreConnection.html#mil.nga.geopackage.extension.nga.link">GeoPackageCoreConnection</a></th>
<td class="colLast">
<div class="block">GeoPackage Connection used to define common functionality within different
connection types</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/GeoPackageDao.html#mil.nga.geopackage.extension.nga.link">GeoPackageDao</a></th>
<td class="colLast">
<div class="block">Abstract GeoPackage DAO</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/GeoPackageTableCreator.html#mil.nga.geopackage.extension.nga.link">GeoPackageTableCreator</a></th>
<td class="colLast">
<div class="block">Executes database scripts to create GeoPackage tables</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="mil.nga.geopackage.extension.nga.scale">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">mil.nga.geopackage.db</a> used by <a href="../extension/nga/scale/package-summary.html">mil.nga.geopackage.extension.nga.scale</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/GeoPackageCoreConnection.html#mil.nga.geopackage.extension.nga.scale">GeoPackageCoreConnection</a></th>
<td class="colLast">
<div class="block">GeoPackage Connection used to define common functionality within different
connection types</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/GeoPackageDao.html#mil.nga.geopackage.extension.nga.scale">GeoPackageDao</a></th>
<td class="colLast">
<div class="block">Abstract GeoPackage DAO</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/GeoPackageTableCreator.html#mil.nga.geopackage.extension.nga.scale">GeoPackageTableCreator</a></th>
<td class="colLast">
<div class="block">Executes database scripts to create GeoPackage tables</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="mil.nga.geopackage.extension.related">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">mil.nga.geopackage.db</a> used by <a href="../extension/related/package-summary.html">mil.nga.geopackage.extension.related</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/GeoPackageCoreConnection.html#mil.nga.geopackage.extension.related">GeoPackageCoreConnection</a></th>
<td class="colLast">
<div class="block">GeoPackage Connection used to define common functionality within different
connection types</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/GeoPackageDao.html#mil.nga.geopackage.extension.related">GeoPackageDao</a></th>
<td class="colLast">
<div class="block">Abstract GeoPackage DAO</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="mil.nga.geopackage.extension.related.simple">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">mil.nga.geopackage.db</a> used by <a href="../extension/related/simple/package-summary.html">mil.nga.geopackage.extension.related.simple</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/GeoPackageDataType.html#mil.nga.geopackage.extension.related.simple">GeoPackageDataType</a></th>
<td class="colLast">
<div class="block">GeoPackage Data Types (non Geometry) for database columns as defined in
Requirement 5 of the GeoPackage spec.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="mil.nga.geopackage.extension.rtree">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">mil.nga.geopackage.db</a> used by <a href="../extension/rtree/package-summary.html">mil.nga.geopackage.extension.rtree</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/GeoPackageCoreConnection.html#mil.nga.geopackage.extension.rtree">GeoPackageCoreConnection</a></th>
<td class="colLast">
<div class="block">GeoPackage Connection used to define common functionality within different
connection types</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="mil.nga.geopackage.extension.schema">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">mil.nga.geopackage.db</a> used by <a href="../extension/schema/package-summary.html">mil.nga.geopackage.extension.schema</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/GeoPackageCoreConnection.html#mil.nga.geopackage.extension.schema">GeoPackageCoreConnection</a></th>
<td class="colLast">
<div class="block">GeoPackage Connection used to define common functionality within different
connection types</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="mil.nga.geopackage.extension.schema.columns">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">mil.nga.geopackage.db</a> used by <a href="../extension/schema/columns/package-summary.html">mil.nga.geopackage.extension.schema.columns</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/GeoPackageCoreConnection.html#mil.nga.geopackage.extension.schema.columns">GeoPackageCoreConnection</a></th>
<td class="colLast">
<div class="block">GeoPackage Connection used to define common functionality within different
connection types</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/GeoPackageDao.html#mil.nga.geopackage.extension.schema.columns">GeoPackageDao</a></th>
<td class="colLast">
<div class="block">Abstract GeoPackage DAO</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/TableColumnKey.html#mil.nga.geopackage.extension.schema.columns">TableColumnKey</a></th>
<td class="colLast">
<div class="block">Table and column name complex primary key</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="mil.nga.geopackage.extension.schema.constraints">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">mil.nga.geopackage.db</a> used by <a href="../extension/schema/constraints/package-summary.html">mil.nga.geopackage.extension.schema.constraints</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/GeoPackageCoreConnection.html#mil.nga.geopackage.extension.schema.constraints">GeoPackageCoreConnection</a></th>
<td class="colLast">
<div class="block">GeoPackage Connection used to define common functionality within different
connection types</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/GeoPackageDao.html#mil.nga.geopackage.extension.schema.constraints">GeoPackageDao</a></th>
<td class="colLast">
<div class="block">Abstract GeoPackage DAO</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="mil.nga.geopackage.features">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">mil.nga.geopackage.db</a> used by <a href="../features/package-summary.html">mil.nga.geopackage.features</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/GeoPackageDataType.html#mil.nga.geopackage.features">GeoPackageDataType</a></th>
<td class="colLast">
<div class="block">GeoPackage Data Types (non Geometry) for database columns as defined in
Requirement 5 of the GeoPackage spec.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="mil.nga.geopackage.features.columns">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">mil.nga.geopackage.db</a> used by <a href="../features/columns/package-summary.html">mil.nga.geopackage.features.columns</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/GeoPackageCoreConnection.html#mil.nga.geopackage.features.columns">GeoPackageCoreConnection</a></th>
<td class="colLast">
<div class="block">GeoPackage Connection used to define common functionality within different
connection types</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/GeoPackageDao.html#mil.nga.geopackage.features.columns">GeoPackageDao</a></th>
<td class="colLast">
<div class="block">Abstract GeoPackage DAO</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/TableColumnKey.html#mil.nga.geopackage.features.columns">TableColumnKey</a></th>
<td class="colLast">
<div class="block">Table and column name complex primary key</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="mil.nga.geopackage.features.user">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">mil.nga.geopackage.db</a> used by <a href="../features/user/package-summary.html">mil.nga.geopackage.features.user</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/GeoPackageDataType.html#mil.nga.geopackage.features.user">GeoPackageDataType</a></th>
<td class="colLast">
<div class="block">GeoPackage Data Types (non Geometry) for database columns as defined in
Requirement 5 of the GeoPackage spec.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="mil.nga.geopackage.srs">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">mil.nga.geopackage.db</a> used by <a href="../srs/package-summary.html">mil.nga.geopackage.srs</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/GeoPackageCoreConnection.html#mil.nga.geopackage.srs">GeoPackageCoreConnection</a></th>
<td class="colLast">
<div class="block">GeoPackage Connection used to define common functionality within different
connection types</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/GeoPackageDao.html#mil.nga.geopackage.srs">GeoPackageDao</a></th>
<td class="colLast">
<div class="block">Abstract GeoPackage DAO</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="mil.nga.geopackage.tiles.matrix">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">mil.nga.geopackage.db</a> used by <a href="../tiles/matrix/package-summary.html">mil.nga.geopackage.tiles.matrix</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/GeoPackageCoreConnection.html#mil.nga.geopackage.tiles.matrix">GeoPackageCoreConnection</a></th>
<td class="colLast">
<div class="block">GeoPackage Connection used to define common functionality within different
connection types</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/GeoPackageDao.html#mil.nga.geopackage.tiles.matrix">GeoPackageDao</a></th>
<td class="colLast">
<div class="block">Abstract GeoPackage DAO</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="mil.nga.geopackage.tiles.matrixset">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">mil.nga.geopackage.db</a> used by <a href="../tiles/matrixset/package-summary.html">mil.nga.geopackage.tiles.matrixset</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/GeoPackageCoreConnection.html#mil.nga.geopackage.tiles.matrixset">GeoPackageCoreConnection</a></th>
<td class="colLast">
<div class="block">GeoPackage Connection used to define common functionality within different
connection types</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/GeoPackageDao.html#mil.nga.geopackage.tiles.matrixset">GeoPackageDao</a></th>
<td class="colLast">
<div class="block">Abstract GeoPackage DAO</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="mil.nga.geopackage.tiles.user">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">mil.nga.geopackage.db</a> used by <a href="../tiles/user/package-summary.html">mil.nga.geopackage.tiles.user</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/GeoPackageDataType.html#mil.nga.geopackage.tiles.user">GeoPackageDataType</a></th>
<td class="colLast">
<div class="block">GeoPackage Data Types (non Geometry) for database columns as defined in
Requirement 5 of the GeoPackage spec.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="mil.nga.geopackage.user">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">mil.nga.geopackage.db</a> used by <a href="../user/package-summary.html">mil.nga.geopackage.user</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/GeoPackageCoreConnection.html#mil.nga.geopackage.user">GeoPackageCoreConnection</a></th>
<td class="colLast">
<div class="block">GeoPackage Connection used to define common functionality within different
connection types</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/GeoPackageDao.html#mil.nga.geopackage.user">GeoPackageDao</a></th>
<td class="colLast">
<div class="block">Abstract GeoPackage DAO</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/GeoPackageDataType.html#mil.nga.geopackage.user">GeoPackageDataType</a></th>
<td class="colLast">
<div class="block">GeoPackage Data Types (non Geometry) for database columns as defined in
Requirement 5 of the GeoPackage spec.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Pagination.html#mil.nga.geopackage.user">Pagination</a></th>
<td class="colLast">
<div class="block">Query pagination configuration</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Result.html#mil.nga.geopackage.user">Result</a></th>
<td class="colLast">
<div class="block">Database result interface</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="mil.nga.geopackage.user.custom">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">mil.nga.geopackage.db</a> used by <a href="../user/custom/package-summary.html">mil.nga.geopackage.user.custom</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/GeoPackageCoreConnection.html#mil.nga.geopackage.user.custom">GeoPackageCoreConnection</a></th>
<td class="colLast">
<div class="block">GeoPackage Connection used to define common functionality within different
connection types</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/GeoPackageDataType.html#mil.nga.geopackage.user.custom">GeoPackageDataType</a></th>
<td class="colLast">
<div class="block">GeoPackage Data Types (non Geometry) for database columns as defined in
Requirement 5 of the GeoPackage spec.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
</main>
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../index.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li class="navBarCell1Rev">Use</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright © 2022 <a href="https://www.nga.mil/">National Geospatial-Intelligence Agency</a>. All rights reserved.</small></p>
</footer>
</body>
</html>
| ngageoint/geopackage-core-java | docs/docs/api/mil/nga/geopackage/db/package-use.html | HTML | mit | 47,776 |
<!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>SoundCity Prototyp: Classes/AudioOnMapViewController.h Quellcode</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Erzeugt von Doxygen 1.6.1 -->
<div class="navigation" id="top">
<div class="tabs">
<ul>
<li><a href="main.html"><span>Hauptseite</span></a></li>
<li><a href="pages.html"><span>Zusätzliche Informationen</span></a></li>
<li><a href="annotated.html"><span>Klassen</span></a></li>
<li class="current"><a href="files.html"><span>Dateien</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="files.html"><span>Auflistung der Dateien</span></a></li>
<li><a href="globals.html"><span>Datei-Elemente</span></a></li>
</ul>
</div>
<h1>Classes/AudioOnMapViewController.h</h1><a href="_audio_on_map_view_controller_8h.html">gehe zur Dokumentation dieser Datei</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">//</span>
<a name="l00002"></a>00002 <span class="comment">// AudioOnMapViewController.h</span>
<a name="l00003"></a>00003 <span class="comment">// SoundCity</span>
<a name="l00004"></a>00004 <span class="comment">//</span>
<a name="l00005"></a>00005 <span class="comment">// Created by administrator on 28.10.09.</span>
<a name="l00006"></a>00006 <span class="comment">// Copyright 2009 init ag. All rights reserved.</span>
<a name="l00007"></a>00007 <span class="comment">//</span>
<a name="l00008"></a>00008
<a name="l00009"></a>00009 <span class="preprocessor">#import <UIKit/UIKit.h></span>
<a name="l00010"></a>00010
<a name="l00011"></a>00011
<a name="l00012"></a><a class="code" href="interface_audio_on_map_view_controller.html">00012</a> <span class="keyword">@interface </span><a class="code" href="interface_audio_on_map_view_controller.html">AudioOnMapViewController</a> : UIViewController {
<a name="l00013"></a>00013
<a name="l00014"></a>00014 }
<a name="l00015"></a>00015
<a name="l00016"></a>00016 <span class="keyword">@end</span>
</pre></div></div>
<hr size="1"/><address style="text-align: right;"><small>Erzeugt am Thu Nov 12 17:19:32 2009 für SoundCity Prototyp von
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body>
</html>
| soraxdesign/SoundCity | Docs/html/_audio_on_map_view_controller_8h_source.html | HTML | mit | 2,644 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>18 --> 19</title>
<link href="./../../assets/style.css" rel="stylesheet">
</head>
<body>
<h2>You have to be fast</h2>
<a href="./456a8120ba5e574d52c108bc37914451d45525e083d204b66bd8c28d8092b35f.html">Teleport</a>
<hr>
<a href="./../../about.md">About</a> (Spoilers! )
<script src="./../../assets/md5.js"></script>
<script>
window.currentLevel = 7;
</script>
<script src="./../../assets/script.js"></script>
</body>
</html> | simonmysun/praxis | TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/537fcf8eacb7d8e45ba297e9d26c3f64a9fa0bf625d7c1e258b49208fdc5f26f.html | HTML | mit | 550 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="stylesheets/blog.css">
<link rel="stylesheet" type="text/css" href="stylesheets/default.css">
<title>kylefantastic Blog</title>
</head>
<body>
<header>
<img src ="http://img.inspiringwallpapers.net/wp-content/uploads/2014/08/mountain-reflection-on-water-majestic-nature-landscape.jpg">
<div><a href="#">Blog</a></div>
<div><a href="https://kylefantastic.github.io/blog-template.html">About Me</a></div>
<div><a href="#">Projects</a></div>
<div><a href="#">Contact</a></div>
</header>
<main>
<div></div>
<section>
<h1>The kylefantastic Blog</h1>
<img src="https://avatars2.githubusercontent.com/u/12705203?v=3&s=460" alt ="Profile pic" height = "250" width ="250">
<p>
Welcome weary web wanderer to the official blog of Kyle Smith,<br>
web developer extraordinaire. If this is your first time visiting,<br>
perhaps you would like to check out the About Me section to better<br>
understand what I'm all about. Otherwise let's get to the blog.<br>
<br>
<br>
<br>
To the right you will find the navigation to my comprehensive<br>
blog posts, accrued during my tenure as a Dev BootCamp student.<br>
It has been an arduous and edifying journey of ups, downs, and<br>
hard-fought victories. You can literally witness the progress<br>
of the last five months before your eyes (at a much faster pace).
</p>
</section>
</main>
<article>
<p>
Hello again folks. Today’s topic will be an introduction to Ruby on Rails because before today I knew nothing about it and it was really bothering me. So Ruby on Rails (aka Rails) is a framework for web applications. This means that it can be used to develop dynamic websites, web applications, web services, and web resources. It is what is called a model-view-controller framework meaning that the model updates the view for the user and the user uses a form of control to manipulate the model, and upon manipulating the model, the process continues. This is known as the request/response cycle.</p><br>
<div>
<img src="/imgs/MVC-Process.svg">
</div>
<p>
Rails provides default structures for a database, a web services and web pages. In order to create a new app with Rails you type “rails new” into your program which will generate files and folders t ouse to build the app. The rails new command is the starting point for every Rails project. Next to install software packages (known as gems) you type bundle install. From there you will have many resources at your disposal to create dynamic apps, sites and other interesting things in a streamlined and user-friendly process. Rails is designed with the intention of “Convention over Configuration” meaning there are useful shortcuts and built-in design that allows the developer to not have to repeat themselves while programming.</p><br>
<p>
Rails is useful for a host of web based utilities and many interactive sites use it to run. A short list of these include Airbnb, GitHub, Yammer, Scribd, Shopify, Hulu, and Basecamp. As of May 2014, it is estimated that more than 600,000 web sites are running Ruby on Rails. Learning it will be a huge complement to a developer’s toolkit and I intend to get myself caught up to speed as soon as possible.
<br><br><br><br><br><br>
</p>
</article>
<nav>
<ul>
<li><a href = "https://kylefantastic.github.io/blog/index.html">Post 1</a></li><br>
<li><a href = "https://kylefantastic.github.io/blog/css-concepts.html">Post 2</a></li><br>
<li><a href = "https://kylefantastic.github.io/blog/post-3.html">Post 3</a></li><br>
<li><a href = "#">Post 4</a></li><br>
<li><a href = "#">Post 5</a></li><br>
<li><a href = "#">Post 6</a></li><br>
<li><a href = "#">Post 7</a></li><br>
</ul>
</nav>
<footer>
<div><a href = "#">Facebook</a></div>
<div><a href = "#">LinkedIn</a></div>
<div><a href = "#">GitHub</a></div>
<div><a href = "#">Quora</a></div>
<div><a href = "#">Twitter</a></div>
</footer>
</body>
</html> | kylefantastic/kylefantastic.github.io | blog-template.html | HTML | mit | 4,229 |
<!DOCTYPE html>
<html>
<head>
<title>Index of {{ display_path }}</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=.5" />
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='grid_layout.css') }}" />
</head>
<body>
<h1>Index of {{ display_path }}</h1>
<table>
{% for item, item_relpath, type, thumb_path in dir_contents %}
{% if loop.index0 % items_per_row == 0 %}
<tr>
{% endif %}
<td>
<a href="{{ url_for('gallery', relpath=(item_relpath)) }}" title="{{ item_relpath }}" >
<img src="{{ thumb_path }}" />
{% if type != MIME_IMAGE_THUMBED %}
<br>{{ item }}
{% endif %}
</a>
</td>
{% if (loop.index) % items_per_row == 0 or loop.last %}
</tr>
{% endif %}
{% endfor %}
</table>
<br>
<address><a href="https://github.com/ion201/AutoGalleryIndex">AutoGalleryIndex</a>/{{ release_version }}</address>
</body>
</html>
| ion201/AutoGalleryIndex | templates/Gallery.html | HTML | mit | 1,158 |
<template name="notFound">
<p>
Seems like this site doesn't exist<br />
<!-- <a href="{{urlFor 'home'}}">Go to home</a> -->
</p>
</template>
| tomitrescak/Play | client/views/notFound/notFound.html | HTML | mit | 165 |
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width" />
<meta charset="utf-8">
<base href="https://wordbit.com">
<title> My Great Great Grandfather </title>
<link rel="canonical" href="https://wordbit.com/posts/my-great-great-grandfather/">
<link rel="stylesheet" href="/css/poole.css">
<link rel="stylesheet" href="/css/lanyon.css">
<link rel="stylesheet" href="/css/custom.css">
</head>
<body class="theme-base-08">
<input type="checkbox" class="sidebar-checkbox" id="sidebar-checkbox"
xmlns="http://www.w3.org/1999/html" xmlns="http://www.w3.org/1999/html">
<div class="sidebar" id="sidebar">
<nav class="sidebar-nav">
<a class="sidebar-nav-item" href="/">Home</a>
<a class="sidebar-nav-item" href="/posts">All Blog Posts</a>
<a class="sidebar-nav-item" href="/pages/status">Status Updates</a>
<a class="sidebar-nav-item" href="/pages/about">About</a>
</nav>
<div class="sidebar-item">
<p>
© 2021. All rights reserved.
</p>
</div>
</div>
<div class="wrap">
<div class="masthead">
<div class="container">
<h3 class="masthead-title">
<a href="/" title="Home">wordbit</a>
</h3>
</div>
</div>
<div class="container content">
<h1 class="post-title">My Great Great Grandfather</h1>
<section id="main">
<h5 id="date"> Thu Aug 28, 2014 </h5>
<p>How much do you really know about your ancestors? Were they good or evil? What traits were handed down through generations until they were bestowed upon you - the unique individual reading these words now? This is a question that has piqued the curiosity of many amateur historians and custodians of the family tree. Even if your ancestors made it into the history books, these so-called historical facts are often biased and skewed toward a particular cultural worldview.</p>
<p>I wonder if this problem will be mitigated with the rise of our wonderful internet age, where 100 years from now, your descendants could read your blog posts and get a very real sense of who their ancestors were. Will Facebook profiles still be around 100 years from now? Will your Great Great Great Grandchildren be aghast when they discover your favourite singer was Katy Perry? All intriguing questions indeed.</p>
<p>Well, ironically, it was through a family Facebook group that I was introduced to some of my ancestry. Granted, the further back you go, the larger the family tree becomes until the roots of your existence spread so far and wide, it is all but impossible to get a clear picture of your entire background. But in this blog post, I’d like to talk about my Great Great Grandfather, Charles William Pearce (C.W. Pearce for short). He was a Baptist missionary and the first in my mother’s family line to move to South Africa (my own father immigrated to South Africa as a young lad of 15. And, I of course was raised in South Africa and immigrated to Canada in 1997. But I’m getting ahead of myself).</p>
<p>C.W.Pearce did end up in the history books, as missionaries had to submit field reports as part of the public church record. I’ll be quoting from there as well as inserting information gleaned from living relatives and various family documents. There is a surprising amount of information out there on him.</p>
<p>Let’s go back 142 years to the year 1872, when Charles was born to proud parents William and Ellen Pearce in Footscray, Australia, a suburb of Melbourne. William Pearce was originally from Portland, England, having left for unknown reasons. He travelled to Australia on a steamboat - a long, arduous journey in those times, but not for William - who found love at sea. He met an orphan on the steamer and promptly married her. The orphan, Ellen Smith, was on her way to be adopted by a rich uncle. Once the uncle heard of the marriage, he was outraged and disowned her. Anyway, William Pearce (who is my Great Great Great Grandfather) became a strict Methodist lay preacher and eventually died in the early 1900s from a lung disease common to quarrymen. William and Ellen had four daughters in addition to Charles.</p>
<p>When Charles was born, his father prayed that the new-born child might grow up to be a messenger of God “to those who sit in darkness and the shadow of death.” As the story goes, his prayers were answered as Charles grew up so strong in the faith he decided to become a missionary. He put aside his apprenticeship as a gardener and florist and became a missionary student at Angus College in Melbourne. At the age of 22 he headed off to Africa, with no idea of what awaited him there. His mother, Ellen, would miss him dearly and in later years sent him heartfelt hand-written poems about her blessed and only son. He only returned once to Australia, in 1910 to visit his mother and sister.</p>
<p>So it was in 1894, my Great Great Grandfather, C.W. Pearce moved from Australia to South Africa, and in 1895 was appointed to the Tshabo Mission in what is now known as Kwazulu-Natal to take up missionary work.</p>
<p>Apparently my Great Great Grandfather was a natural with languages. At the end of 1895, he was the fourth missionary to arrive, and “arrangements were made for him to reside up country that he might become acquainted with the language and customs of the Kafir.” A natural linguist, he was preaching in Xhosa within six months of his arrival, despite making some “queer mistakes” at first. Within a few years of his arrival, he met and married a Miss Webb. Their marriage eventually produced seven children, despite Charles often putting his work before his family. In his zeal for evangelism, he would take long journeys by train and horseback to other areas of the country.</p>
<p>Here is a picture of him at the age of 33:</p>
<p><img src="/images/cwpearce1.jpg" alt="cwpearce1" /></p>
<p>The young boy in the picture is my Great Grandfather, Ernest Pearce, who was born at the Tshabo Mission. He learned to speak Xhosa even before learning English. In later years, my Great Grandpa Ernie was reluctant to show this picture to his family because he had wet his pants. Apparently he had difficulty with his potty training. And now I present this embarrassing picture to you, the Internet. Please forgive me Great Grandpa.</p>
<p>Now, back to Ernie’s dad and my Great Great Grandpa, C.W. Pearce.</p>
<p>Let’s be honest, the history books aren’t exactly kind to missionaries in the colonial era. And rightly so, in most respects. In retrospect, the global implications of forcing white man’s culture on indigenous populations hasn’t been an overwhelmingly positive experience. But I’m not about to judge the motives of any one man embedded in the cultural and historical milieu of the time. I just want to subjectively tell you what little I know of my Great Great Grandpa’s story.</p>
<p>As he set about converting the “natives” to Christianity, C.W.Pearce ran into many cultural difficulties, as well as roadblocks from the inherent racism in the church. For instance, one of the keys to missionary work was training local evangelists to go out into the field and spread the word amongst the people. Unfortunately, salaries were racially determined and Europeans were paid far more than locals. According to the budget at the time, C.W. Pearce was making £112 a quarter while the “native” evangelist was only making £5.</p>
<p>My Great Great Grandfather pushed to develop more education for evangelists through a formal training centre, but could never drum up enough support from overseas. The result was that some evangelists strayed from church doctrines into alternative beliefs born from racial tension. For instance, in a 1906 field report, C.W. Pearce describes the secession of Mr Nacapayi:</p>
<blockquote>
<p>…Ncapayi, who, as those who are acquainted with the Tshabo work will remember, was a foremost worker until he was drawn away by a ‘wind of doctrine, by the sleight of men, and cunning craftiness’ which masked itself under the monstrous contention that Baptism if administered by white men was no baptisim at all. It is a matter of great regret that some of the best succumb to the strangest ideas, which are disseminated by ignorant, unbalanced or wicked men. The only effective antidote is the stability which comes from fuller knowledge and discipline; and everyone who comes into touch with the practical work of our Missionary Society has continually brought home to him the conviction that one of the absolute necessary auxiliaries to our work is a Training Institution for our Native Workers.</p>
</blockquote>
<p>Furthermore, better economic opportunities in colonial South Africa could be found in the gold mines. C.W. Pearce’s words from a 1911 field report:</p>
<blockquote>
<p>We have great difficulty to supply the preaching services at the outstations, for no less than nine of my deacons and preachers have been recruited for the mines in Johannesburg and German West Africa. It is a pity that we have no organised native work for our Church at Johannesburg, and the sooner we have a Baptist cause for the natives in that centre the better it will be for our work.</p>
</blockquote>
<p>But one area where he saw great success was in the founding of a local school. In fact, by 1914, the school was bursting at the seams. C.W. Pearce reports:</p>
<blockquote>
<p>Owing to the increase of attendances at the school in Tshabo from 27 scholars to 131, it has been found necessary to enlarge the accommodation, by taking down the wood an iron church, and building it on to the old disused stone building.</p>
</blockquote>
<p>According to a church report at the time, “the increased attendance was due to the adoption by the Natives of the Location - Christian and heathen - of the principle of a voluntary tax for elementary education of their children.” In the same field report, Rev Pearce proposed “the raising of a Building Fund for Native Churches, to be loaned to the Churches and paid back by monies at the opening service. In his opinion, “a modest capital of 100 pounds or so would be of great service.”</p>
<p>A second school was opened, and C.W. Pearce was given a whole week off to kickstart it. From a church report:</p>
<blockquote>
<p>In the interim, this Assembly feels is is necessary to ask the Missionary Committee to set Rev. C.W. Pearce free from his present work, for at least a week to enable him with Mr. H.G. Meier, to try and bring matters to a better issue at Tshabo….</p>
</blockquote>
<p>By 1919, C.W. Pearce was the superintendent of 12 Sunday schools, 20 teachers, and 240 scholars. But despite his success, my Great Great Grandfather was somewhat disappointed by the quality of the education. In his 1919 report, he reported that the schools “are of a primary character and instruction given is quite elementary and not all we would desire. This was because “with the exception of the Bible and a hymn book compiled by another denomination we have no literature in the Kaffir language suitable for this work.”</p>
<p>Amusingly, to solve this problem, the church asked superintendents to introduce the Baptist magazine Wonderland into their Sunday Schools, and that “a letter be sent periodically from one or other of our Missionaries to our European young people as an insert.” So basically, ESL classes haven’t changed much in the last 100 years!</p>
<p>Also of disappointment to Rev Pearce was the reluctance of the local people to give up their cultural practices. In his 1919 field report, he states:</p>
<blockquote>
<p>During the year a new Sunday School was opened at Lower Tshabo with two teachers and 21 scholars, [unfortunately] some of them [were] still in their red blankets. This are the same type of attire about which Pape was so disgusted that the natives are attending church services in their raw heathenish costumes.</p>
</blockquote>
<p>By 1923, my Great Great Grandfather baptized a lot of people (he baptized 200 in his first two years alone, so who knows how many in his lifetime). Here is a picture of him doing exactly that:</p>
<p><img src="/images/cwpearce2.jpg" alt="cwpearce2" /></p>
<p>After 33 years of service, he was instrumental in establishing more than 100 churches.</p>
<p>On 1pm on the 29th December, 1926, Rev Pearce died of a sudden heart attack. It is said that he had just laid down his pen as he finished writing notes for his last sermon. Three quarters of the way down, he wrote just these words: “The wonder of sudden death.”</p>
<p>When reading field reports, biographical sketches and obituaries, it is almost impossible to garner the internal motivations of any person. But they say that the true worth of a person is defined by their actions. I think it is telling that, and he never mentions this in his field reports, every Sunday he would visit the local prison and not only give a church service, but listen and talk with prisoners from all walks of life. Indeed, he was a man of such ambition that he was frustrated by the limits imposed by the church administration. In a 1927 biography in The South African Baptist magazine, the biographer writes this of Rev Pearce:</p>
<blockquote>
<p>His zeal for the spread of the gospel and the ingathering of the native peoples was a frequent cause of embarrassment to the Missionary Committee, who were constantly being faced with the problem of how to keep pace with his widespread activities on their slender resources.</p>
</blockquote>
<p>In 1927, the church handed over control of the church to the locals and the “Bantu Baptist Church” was founded. An honorary mention is given to C.W. Pearce’s wife in a description of the inauguration of the new church administration:</p>
<blockquote>
<p>Another meeting was organized for all the Superintendent Missionaries of our various fields. This occasion was convened purposely at Kingwilliamstown, so that a day could be spared from its business and devoted to the inaugural ceremonies. On this occasion, a fleet of motor cars took the missionaries out early [to Tshabo]. Also part of the gathering was the widow of our late Kaffrarian Superintendent, Mrs C. W. Pearce, who was also of the party.</p>
</blockquote>
<p>In 1932, a collection of his Xhosa hymns was posthumously published and are still sung in the Baptist church today.</p>
</section>
</div>
</div>
<label for="sidebar-checkbox" class="sidebar-toggle"></label>
<div class="container">
<hr />
<span class="left">
<em>« Previous:</em> <a class="next" href="https://wordbit.com/posts/thoughts-on-the-apple-watch/">Thoughts on the Apple Watch</a>
</span>
<span class="right">
<em>Next: </em><a class="next" href="https://wordbit.com/posts/bug-fixing-on-cyanogenmod/"> Bug fixing on Cyanogenmod</a> »
</span>
<br>
</div>
<br />
<div class="container content">
<footer>
<div>
</div>
</footer>
</div>
</body>
</html>
| wordbit/wordbit | public/posts/my-great-great-grandfather/index.html | HTML | mit | 15,301 |
---
# Every page has a header, main article (content) and footer.
# The header always include a navbar with a menu. It may optionally include a banner image.
# The article may include a aside. The side bar currently has a static format.
layout: default
---
<body>
{% include header.html %}
<article id="article" class="structure container-fluid">
<div class="row flex-row">
<div id="content" class="structure col-xs-12 col-md-9">
{{ content }}
</div>
{% if page.structure.aside %}
{% include aside.html %}
{% endif %}
</div>
</article>
{% include footer.html %}
</body>
| sam-at-github/jekyll-bootstrap-structure | _layouts/body.html | HTML | mit | 624 |
<?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>temperatura_rb.html</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" href="../../../../../../css/reset.css" type="text/css" media="screen" />
<link rel="stylesheet" href="../../../../../../css/main.css" type="text/css" media="screen" />
<link rel="stylesheet" href="../../../../../../css/github.css" type="text/css" media="screen" />
<script src="../../../../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
<script src="../../../../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
<script src="../../../../../../js/main.js" type="text/javascript" charset="utf-8"></script>
<script src="../../../../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
</head>
<body>
<div class="banner">
<h1>
temperatura_rb.html
</h1>
<ul class="files">
<li>doc/files/app/models/concerns/temperatura_rb.html</li>
<li>Last modified: 2014-05-31 18:09:58 -0300</li>
</ul>
</div>
<div id="bodyContent">
<div id="content">
<div class="description">
<p><!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN”</p>
<pre><code>"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"></code></pre>
<p><html xmlns=“<a
href="http://www.w3.org/1999/xhtml">www.w3.org/1999/xhtml</a>”
xml:lang=“en” lang=“en”> <head></p>
<pre><code><title>temperatura.rb</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" href="../../../../css/reset.css" type="text/css" media="screen" /></code></pre>
<p><link rel=“stylesheet” href=“../../../../css/main.css” type=“text/css”
media=“screen” /> <link rel=“stylesheet”
href=“../../../../css/github.css” type=“text/css” media=“screen” />
<script src=“../../../../js/jquery-1.3.2.min.js” type=“text/javascript”
charset=“utf-8”></script> <script
src=“../../../../js/jquery-effect.js” type=“text/javascript”
charset=“utf-8”></script> <script src=“../../../../js/main.js”
type=“text/javascript” charset=“utf-8”></script> <script
src=“../../../../js/highlight.pack.js” type=“text/javascript”
charset=“utf-8”></script></p>
<p></head></p>
<p><body></p>
<pre><code> <div class="banner">
<h1>
temperatura.rb
</h1>
<ul class="files">
<li>app/models/concerns/temperatura.rb</li>
<li>Last modified: 2014-05-24 00:17:43 -0300</li>
</ul>
</div>
<div id="bodyContent">
<div id="content">
<!-- Namespace -->
<div class="sectiontitle">Namespace</div>
<ul>
<li>
<span class="type">MODULE</span>
<a href="../../../../classes/Temperatura.html">Temperatura</a>
</li>
</ul>
<!-- Methods -->
</div>
</div>
</body></code></pre>
<p></html></p>
</div>
<!-- Methods -->
</div>
</div>
</body>
</html>
| beetlegius/ogame-rails | doc/files/doc/files/app/models/concerns/temperatura_rb_html.html | HTML | mit | 3,785 |
<!DOCTYPE html>
<html class="theme-next mist use-motion" lang="">
<head>
<meta charset="UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
<meta name="theme-color" content="#222">
<meta http-equiv="Cache-Control" content="no-transform" />
<meta http-equiv="Cache-Control" content="no-siteapp" />
<link href="/lib/fancybox/source/jquery.fancybox.css?v=2.1.5" rel="stylesheet" type="text/css" />
<link href="/lib/font-awesome/css/font-awesome.min.css?v=4.6.2" rel="stylesheet" type="text/css" />
<link href="/css/main.css?v=5.1.4" rel="stylesheet" type="text/css" />
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon-next.png?v=5.1.4">
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32-next.png?v=5.1.4">
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16-next.png?v=5.1.4">
<link rel="mask-icon" href="/images/logo.svg?v=5.1.4" color="#222">
<meta name="keywords" content="Hexo, NexT" />
<meta property="og:type" content="website">
<meta property="og:title" content="VignetteApril">
<meta property="og:url" content="http://yoursite.com/tags/Ruby/index.html">
<meta property="og:site_name" content="VignetteApril">
<meta property="og:locale" content="default">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="VignetteApril">
<script type="text/javascript" id="hexo.configurations">
var NexT = window.NexT || {};
var CONFIG = {
root: '/',
scheme: 'Mist',
version: '5.1.4',
sidebar: {"position":"left","display":"post","offset":12,"b2t":false,"scrollpercent":false,"onmobile":false},
fancybox: true,
tabs: true,
motion: {"enable":true,"async":false,"transition":{"post_block":"fadeIn","post_header":"slideDownIn","post_body":"slideDownIn","coll_header":"slideLeftIn","sidebar":"slideUpIn"}},
duoshuo: {
userId: '0',
author: 'Author'
},
algolia: {
applicationID: '',
apiKey: '',
indexName: '',
hits: {"per_page":10},
labels: {"input_placeholder":"Search for Posts","hits_empty":"We didn't find any results for the search: ${query}","hits_stats":"${hits} results found in ${time} ms"}
}
};
</script>
<link rel="canonical" href="http://yoursite.com/tags/Ruby/"/>
<title>Tag: Ruby | VignetteApril</title>
</head>
<body itemscope itemtype="http://schema.org/WebPage" lang="default">
<div class="container sidebar-position-left ">
<div class="headband"></div>
<header id="header" class="header" itemscope itemtype="http://schema.org/WPHeader">
<div class="header-inner"><div class="site-brand-wrapper">
<div class="site-meta ">
<div class="custom-logo-site-title">
<a href="/" class="brand" rel="start">
<span class="logo-line-before"><i></i></span>
<span class="site-title">VignetteApril</span>
<span class="logo-line-after"><i></i></span>
</a>
</div>
<p class="site-subtitle"></p>
</div>
<div class="site-nav-toggle">
<button>
<span class="btn-bar"></span>
<span class="btn-bar"></span>
<span class="btn-bar"></span>
</button>
</div>
</div>
<nav class="site-nav">
<ul id="menu" class="menu">
<li class="menu-item menu-item-home">
<a href="/" rel="section">
<i class="menu-item-icon fa fa-fw fa-home"></i> <br />
Home
</a>
</li>
<li class="menu-item menu-item-tags">
<a href="/tags/" rel="section">
<i class="menu-item-icon fa fa-fw fa-tags"></i> <br />
Tags
</a>
</li>
<li class="menu-item menu-item-categories">
<a href="/categories/" rel="section">
<i class="menu-item-icon fa fa-fw fa-th"></i> <br />
Categories
</a>
</li>
<li class="menu-item menu-item-archives">
<a href="/archives/" rel="section">
<i class="menu-item-icon fa fa-fw fa-archive"></i> <br />
Archives
</a>
</li>
</ul>
</nav>
</div>
</header>
<main id="main" class="main">
<div class="main-inner">
<div class="content-wrap">
<div id="content" class="content">
<div class="post-block tag">
<div id="posts" class="posts-collapse">
<div class="collection-title">
<h1>Ruby<small>Tag</small>
</h1>
</div>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h2 class="post-title">
<a class="post-title-link" href="/2017/05/20/Ruby中如何使用nokogiri抓取页面中的数据/" itemprop="url">
<span itemprop="name">Ruby中如何使用nokogiri抓取网页中的数据</span>
</a>
</h2>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated"
datetime="2017-05-20T00:00:00+08:00"
content="2017-05-20" >
05-20
</time>
</div>
</header>
</article>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h2 class="post-title">
<a class="post-title-link" href="/2016/06/12/Ruby和YAML/" itemprop="url">
<span itemprop="name">Ruby和YAML</span>
</a>
</h2>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated"
datetime="2016-06-12T00:00:00+08:00"
content="2016-06-12" >
06-12
</time>
</div>
</header>
</article>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h2 class="post-title">
<a class="post-title-link" href="/2016/06/06/离线环境下配置Ruby环境/" itemprop="url">
<span itemprop="name">离线状态下配置Ruby环境</span>
</a>
</h2>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated"
datetime="2016-06-06T00:00:00+08:00"
content="2016-06-06" >
06-06
</time>
</div>
</header>
</article>
</div>
</div>
</div>
</div>
<div class="sidebar-toggle">
<div class="sidebar-toggle-line-wrap">
<span class="sidebar-toggle-line sidebar-toggle-line-first"></span>
<span class="sidebar-toggle-line sidebar-toggle-line-middle"></span>
<span class="sidebar-toggle-line sidebar-toggle-line-last"></span>
</div>
</div>
<aside id="sidebar" class="sidebar">
<div class="sidebar-inner">
<section class="site-overview-wrap sidebar-panel sidebar-panel-active">
<div class="site-overview">
<div class="site-author motion-element" itemprop="author" itemscope itemtype="http://schema.org/Person">
<p class="site-author-name" itemprop="name">VignetteApril</p>
<p class="site-description motion-element" itemprop="description"></p>
</div>
<nav class="site-state motion-element">
<div class="site-state-item site-state-posts">
<a href="/archives/">
<span class="site-state-item-count">11</span>
<span class="site-state-item-name">posts</span>
</a>
</div>
<div class="site-state-item site-state-categories">
<a href="/categories/index.html">
<span class="site-state-item-count">4</span>
<span class="site-state-item-name">categories</span>
</a>
</div>
<div class="site-state-item site-state-tags">
<a href="/tags/index.html">
<span class="site-state-item-count">11</span>
<span class="site-state-item-name">tags</span>
</a>
</div>
</nav>
</div>
</section>
</div>
</aside>
</div>
</main>
<footer id="footer" class="footer">
<div class="footer-inner">
<div class="copyright">© <span itemprop="copyrightYear">2018</span>
<span class="with-love">
<i class="fa fa-user"></i>
</span>
<span class="author" itemprop="copyrightHolder">VignetteApril</span>
</div>
</div>
</footer>
<div class="back-to-top">
<i class="fa fa-arrow-up"></i>
</div>
</div>
<script type="text/javascript">
if (Object.prototype.toString.call(window.Promise) !== '[object Function]') {
window.Promise = null;
}
</script>
<script type="text/javascript" src="/lib/jquery/index.js?v=2.1.3"></script>
<script type="text/javascript" src="/lib/fastclick/lib/fastclick.min.js?v=1.0.6"></script>
<script type="text/javascript" src="/lib/jquery_lazyload/jquery.lazyload.js?v=1.9.7"></script>
<script type="text/javascript" src="/lib/velocity/velocity.min.js?v=1.2.1"></script>
<script type="text/javascript" src="/lib/velocity/velocity.ui.min.js?v=1.2.1"></script>
<script type="text/javascript" src="/lib/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
<script type="text/javascript" src="/js/src/utils.js?v=5.1.4"></script>
<script type="text/javascript" src="/js/src/motion.js?v=5.1.4"></script>
<script type="text/javascript" src="/js/src/bootstrap.js?v=5.1.4"></script>
<script>
(function(){
var bp = document.createElement('script');
var curProtocol = window.location.protocol.split(':')[0];
if (curProtocol === 'https') {
bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
}
else {
bp.src = 'http://push.zhanzhang.baidu.com/push.js';
}
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(bp, s);
})();
</script>
</body>
</html>
| VignetteApril/VignetteApril.github.io | tags/Ruby/index.html | HTML | mit | 11,198 |
<!DOCTYPE html>
<html class="no-js consumer" lang="en">
<head>
<meta charset="utf-8">
<meta content="initial-scale=1, minimum-scale=1, width=device-width" name="viewport">
<title>
Chrome Browser
</title>
<link href="https://plus.google.com/100585555255542998765" rel="publisher">
<link href="//www.google.com/images/icons/product/chrome-32.png" rel="icon" type="image/ico">
<link href="//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=latin" rel=
"stylesheet">
<link href="/intl/en/chrome/assets/common/css/chrome.min.css" rel="stylesheet">
<link href="dictation.css" rel="stylesheet">
</head>
<body class="" id="grid">
<div class="browser-landing" id="main">
<div class="compact marquee-stacked" id="marquee">
<div class="marquee-copy">
<h1>
<a class="c1" href="http://dvcs.w3.org/hg/speech-api/raw-file/tip/speechapi.html">Web
Speech API</a> Demonstration
</h1>
</div>
</div>
<div class="compact marquee">
<div id="info">
<p id="info_start">
Click on the microphone icon and begin speaking for as long as you like.
</p>
<p id="info_speak_now" style="display:none">
Speak now.
</p>
<p id="info_no_speech" style="display:none">
No speech was detected. You may need to adjust your <a href=
"//support.google.com/chrome/bin/answer.py?hl=en&answer=1407892">microphone
settings</a>.
</p>
<p id="info_no_microphone" style="display:none">
No microphone was found. Ensure that a microphone is installed and that
<a href="//support.google.com/chrome/bin/answer.py?hl=en&answer=1407892">
microphone settings</a> are configured correctly.
</p>
<p id="info_allow" style="display:none">
Click the "Allow" button above to enable your microphone.
</p>
<p id="info_denied" style="display:none">
Permission to use microphone was denied.
</p>
<p id="info_blocked" style="display:none">
Permission to use microphone is blocked. To change, go to
chrome://settings/contentExceptions#media-stream
</p>
<p id="info_upgrade" style="display:none">
Web Speech API is not supported by this browser. Upgrade to <a href=
"//www.google.com/chrome">Chrome</a> version 25 or later.
</p>
</div>
<div id="div_start">
<button id="start_button" onclick="startButton(event)"><img alt="Start" id="start_img"
src="/intl/en/chrome/assets/common/images/content/mic.gif"></button>
</div>
<div id="results">
<span class="final" id="final_span"></span> <span class="interim" id=
"interim_span"></span>
</div>
<div id="copy">
<button class="button" id="copy_button" onclick="copyButton()">Copy and Paste</button>
<div id="copy_info">
<p>
Press Control-C to copy text.
</p>
<p>
(Command-C on Mac.)
</p>
</div><button class="button" id="email_button" onclick="emailButton()">Create
Email</button>
<div id="email_info">
<p>
Text sent to default email application.
</p>
<p>
(See chrome://settings/handlers to change.)
</p>
</div>
<div id="test">TESTING</div>
</div>
<div class="compact marquee" id="div_language">
<select id="select_language" onchange="updateCountry()">
</select> <select id="select_dialect">
</select>
</div>
</div>
</div>
<script src="/intl/en/chrome/assets/common/js/chrome.min.js"></script>
<script src="dictation.js"></script>
</body>
</html>
| sravanti/UVisa | public-html/dictation.html | HTML | mit | 4,021 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="it">
<head>
<!-- Generated by javadoc (version 1.7.0_75) on Sat Jun 06 09:31:28 CEST 2015 -->
<title>Uses of Class it.uniroma3.diadia.personaggi.TestBorsa</title>
<meta name="date" content="2015-06-06">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class it.uniroma3.diadia.personaggi.TestBorsa";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../it/uniroma3/diadia/personaggi/TestBorsa.html" title="class in it.uniroma3.diadia.personaggi">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?it/uniroma3/diadia/personaggi/class-use/TestBorsa.html" target="_top">Frames</a></li>
<li><a href="TestBorsa.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class it.uniroma3.diadia.personaggi.TestBorsa" class="title">Uses of Class<br>it.uniroma3.diadia.personaggi.TestBorsa</h2>
</div>
<div class="classUseContainer">No usage of it.uniroma3.diadia.personaggi.TestBorsa</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../it/uniroma3/diadia/personaggi/TestBorsa.html" title="class in it.uniroma3.diadia.personaggi">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?it/uniroma3/diadia/personaggi/class-use/TestBorsa.html" target="_top">Frames</a></li>
<li><a href="TestBorsa.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
| Rivenade/diadia_g | diadia/doc/it/uniroma3/diadia/personaggi/class-use/TestBorsa.html | HTML | mit | 4,290 |
<!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 Fri Dec 11 10:08:00 MST 2015 -->
<title>D-Index</title>
<meta name="date" content="2015-12-11">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="D-Index";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li><a href="../overview-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="index-3.html">Prev Letter</a></li>
<li><a href="index-5.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-files/index-4.html" target="_top">Frames</a></li>
<li><a href="index-4.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">L</a> <a href="index-11.html">M</a> <a href="index-12.html">N</a> <a href="index-13.html">O</a> <a href="index-14.html">P</a> <a href="index-15.html">R</a> <a href="index-16.html">S</a> <a href="index-17.html">T</a> <a href="index-18.html">U</a> <a href="index-19.html">V</a> <a href="index-20.html">W</a> <a href="index-21.html">X</a> <a href="index-22.html">Y</a> <a name="I:D">
<!-- -->
</a>
<h2 class="title">D</h2>
<dl>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cs/xpertsapp/R.color.html#darkBlue">darkBlue</a></span> - Static variable in class ca.ualberta.cs.xpertsapp.<a href="../ca/ualberta/cs/xpertsapp/R.color.html" title="class in ca.ualberta.cs.xpertsapp">R.color</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cs/xpertsapp/R.color.html#darkGrey">darkGrey</a></span> - Static variable in class ca.ualberta.cs.xpertsapp.<a href="../ca/ualberta/cs/xpertsapp/R.color.html" title="class in ca.ualberta.cs.xpertsapp">R.color</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cs/xpertsapp/BuildConfig.html#DEBUG">DEBUG</a></span> - Static variable in class ca.ualberta.cs.xpertsapp.<a href="../ca/ualberta/cs/xpertsapp/BuildConfig.html" title="class in ca.ualberta.cs.xpertsapp">BuildConfig</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cs/xpertsapp/interfaces/TradeState.html#decline-ca.ualberta.cs.xpertsapp.model.Trade-">decline(Trade)</a></span> - Method in interface ca.ualberta.cs.xpertsapp.interfaces.<a href="../ca/ualberta/cs/xpertsapp/interfaces/TradeState.html" title="interface in ca.ualberta.cs.xpertsapp.interfaces">TradeState</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cs/xpertsapp/model/Trade.html#decline--">decline()</a></span> - Method in class ca.ualberta.cs.xpertsapp.model.<a href="../ca/ualberta/cs/xpertsapp/model/Trade.html" title="class in ca.ualberta.cs.xpertsapp.model">Trade</a></dt>
<dd>
<div class="block">The user wants to decline the incoming trade.</div>
</dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cs/xpertsapp/model/TradeStateAccepted.html#decline-ca.ualberta.cs.xpertsapp.model.Trade-">decline(Trade)</a></span> - Method in class ca.ualberta.cs.xpertsapp.model.<a href="../ca/ualberta/cs/xpertsapp/model/TradeStateAccepted.html" title="class in ca.ualberta.cs.xpertsapp.model">TradeStateAccepted</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cs/xpertsapp/model/TradeStateCancelled.html#decline-ca.ualberta.cs.xpertsapp.model.Trade-">decline(Trade)</a></span> - Method in class ca.ualberta.cs.xpertsapp.model.<a href="../ca/ualberta/cs/xpertsapp/model/TradeStateCancelled.html" title="class in ca.ualberta.cs.xpertsapp.model">TradeStateCancelled</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cs/xpertsapp/model/TradeStateComplete.html#decline-ca.ualberta.cs.xpertsapp.model.Trade-">decline(Trade)</a></span> - Method in class ca.ualberta.cs.xpertsapp.model.<a href="../ca/ualberta/cs/xpertsapp/model/TradeStateComplete.html" title="class in ca.ualberta.cs.xpertsapp.model">TradeStateComplete</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cs/xpertsapp/model/TradeStateDeclined.html#decline-ca.ualberta.cs.xpertsapp.model.Trade-">decline(Trade)</a></span> - Method in class ca.ualberta.cs.xpertsapp.model.<a href="../ca/ualberta/cs/xpertsapp/model/TradeStateDeclined.html" title="class in ca.ualberta.cs.xpertsapp.model">TradeStateDeclined</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cs/xpertsapp/model/TradeStatePending.html#decline-ca.ualberta.cs.xpertsapp.model.Trade-">decline(Trade)</a></span> - Method in class ca.ualberta.cs.xpertsapp.model.<a href="../ca/ualberta/cs/xpertsapp/model/TradeStatePending.html" title="class in ca.ualberta.cs.xpertsapp.model">TradeStatePending</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cs/xpertsapp/R.id.html#declineButton">declineButton</a></span> - Static variable in class ca.ualberta.cs.xpertsapp.<a href="../ca/ualberta/cs/xpertsapp/R.id.html" title="class in ca.ualberta.cs.xpertsapp">R.id</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cs/xpertsapp/views/IncomingOfferActivity.html#declineTrade-android.view.View-">declineTrade(View)</a></span> - Method in class ca.ualberta.cs.xpertsapp.views.<a href="../ca/ualberta/cs/xpertsapp/views/IncomingOfferActivity.html" title="class in ca.ualberta.cs.xpertsapp.views">IncomingOfferActivity</a></dt>
<dd>
<div class="block">Declines a trade.</div>
</dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cs/xpertsapp/R.id.html#delete_service">delete_service</a></span> - Static variable in class ca.ualberta.cs.xpertsapp.<a href="../ca/ualberta/cs/xpertsapp/R.id.html" title="class in ca.ualberta.cs.xpertsapp">R.id</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cs/xpertsapp/R.id.html#deleteButton">deleteButton</a></span> - Static variable in class ca.ualberta.cs.xpertsapp.<a href="../ca/ualberta/cs/xpertsapp/R.id.html" title="class in ca.ualberta.cs.xpertsapp">R.id</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cs/xpertsapp/model/IOManager.html#deleteData-java.lang.String-">deleteData(String)</a></span> - Method in class ca.ualberta.cs.xpertsapp.model.<a href="../ca/ualberta/cs/xpertsapp/model/IOManager.html" title="class in ca.ualberta.cs.xpertsapp.model">IOManager</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cs/xpertsapp/controllers/ProfileController.html#deleteFriend-ca.ualberta.cs.xpertsapp.model.User-">deleteFriend(User)</a></span> - Method in class ca.ualberta.cs.xpertsapp.controllers.<a href="../ca/ualberta/cs/xpertsapp/controllers/ProfileController.html" title="class in ca.ualberta.cs.xpertsapp.controllers">ProfileController</a></dt>
<dd>
<div class="block">Deletes friend from local user</div>
</dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cs/xpertsapp/views/FriendProfileActivity.html#deleteFriend-android.view.View-">deleteFriend(View)</a></span> - Method in class ca.ualberta.cs.xpertsapp.views.<a href="../ca/ualberta/cs/xpertsapp/views/FriendProfileActivity.html" title="class in ca.ualberta.cs.xpertsapp.views">FriendProfileActivity</a></dt>
<dd>
<div class="block">The method that's called when the delete button is pressed.</div>
</dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cs/xpertsapp/controllers/AddServiceController.html#deleteService-java.lang.String-">deleteService(String)</a></span> - Method in class ca.ualberta.cs.xpertsapp.controllers.<a href="../ca/ualberta/cs/xpertsapp/controllers/AddServiceController.html" title="class in ca.ualberta.cs.xpertsapp.controllers">AddServiceController</a></dt>
<dd>
<div class="block">This function deletes a selected service</div>
</dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cs/xpertsapp/controllers/TradeController.html#deleteTrade-java.lang.String-">deleteTrade(String)</a></span> - Method in class ca.ualberta.cs.xpertsapp.controllers.<a href="../ca/ualberta/cs/xpertsapp/controllers/TradeController.html" title="class in ca.ualberta.cs.xpertsapp.controllers">TradeController</a></dt>
<dd>
<div class="block">This function deletes a trade from the system, given by the id.</div>
</dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cs/xpertsapp/R.id.html#descriptionTextView">descriptionTextView</a></span> - Static variable in class ca.ualberta.cs.xpertsapp.<a href="../ca/ualberta/cs/xpertsapp/R.id.html" title="class in ca.ualberta.cs.xpertsapp">R.id</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cs/xpertsapp/R.id.html#descriptionTextView2">descriptionTextView2</a></span> - Static variable in class ca.ualberta.cs.xpertsapp.<a href="../ca/ualberta/cs/xpertsapp/R.id.html" title="class in ca.ualberta.cs.xpertsapp">R.id</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cs/xpertsapp/R.dimen.html#dimen--">dimen()</a></span> - Constructor for class ca.ualberta.cs.xpertsapp.<a href="../ca/ualberta/cs/xpertsapp/R.dimen.html" title="class in ca.ualberta.cs.xpertsapp">R.dimen</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cs/xpertsapp/model/Constants.html#diskService">diskService</a></span> - Static variable in class ca.ualberta.cs.xpertsapp.model.<a href="../ca/ualberta/cs/xpertsapp/model/Constants.html" title="class in ca.ualberta.cs.xpertsapp.model">Constants</a></dt>
<dd>
<div class="block">Filename for caching Services</div>
</dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cs/xpertsapp/model/Constants.html#diskTrade">diskTrade</a></span> - Static variable in class ca.ualberta.cs.xpertsapp.model.<a href="../ca/ualberta/cs/xpertsapp/model/Constants.html" title="class in ca.ualberta.cs.xpertsapp.model">Constants</a></dt>
<dd>
<div class="block">Filename for caching Trades</div>
</dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cs/xpertsapp/model/Constants.html#diskUser">diskUser</a></span> - Static variable in class ca.ualberta.cs.xpertsapp.model.<a href="../ca/ualberta/cs/xpertsapp/model/Constants.html" title="class in ca.ualberta.cs.xpertsapp.model">Constants</a></dt>
<dd>
<div class="block">Filename for caching Users</div>
</dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cs/xpertsapp/views/AddServiceActivity.html#dispatchTakePictureIntent-android.view.View-">dispatchTakePictureIntent(View)</a></span> - Method in class ca.ualberta.cs.xpertsapp.views.<a href="../ca/ualberta/cs/xpertsapp/views/AddServiceActivity.html" title="class in ca.ualberta.cs.xpertsapp.views">AddServiceActivity</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cs/xpertsapp/R.drawable.html#drawable--">drawable()</a></span> - Constructor for class ca.ualberta.cs.xpertsapp.<a href="../ca/ualberta/cs/xpertsapp/R.drawable.html" title="class in ca.ualberta.cs.xpertsapp">R.drawable</a></dt>
<dd> </dd>
</dl>
<a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">L</a> <a href="index-11.html">M</a> <a href="index-12.html">N</a> <a href="index-13.html">O</a> <a href="index-14.html">P</a> <a href="index-15.html">R</a> <a href="index-16.html">S</a> <a href="index-17.html">T</a> <a href="index-18.html">U</a> <a href="index-19.html">V</a> <a href="index-20.html">W</a> <a href="index-21.html">X</a> <a href="index-22.html">Y</a> </div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li><a href="../overview-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="index-3.html">Prev Letter</a></li>
<li><a href="index-5.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-files/index-4.html" target="_top">Frames</a></li>
<li><a href="index-4.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
| CMPUT301F15T02/Xperts | docs/JavaDoc/index-files/index-4.html | HTML | mit | 14,912 |
<div class="title">Сповіщення {{getItems().length == 0 ? 'відсутні' : ''}}</div>
<div class="notification_items_container">
<div ng-repeat="item in getItems()" class="item selectable" ng-click="notificationClick(item)">
<div class="item_content_wrapper">
<i class="discard_event material-icons" ng-click="cancelEventClick($event,item)">cancel</i>
<img class="notification_type user_image" ng-src="{{item.imageUrl}}" alt="" />
<div class="notification_details_container">
<div class="notification_title">{{item.title}}</div>
<div class="notification_details">{{item.details}}</div>
</div>
</div>
<!--
<img class="user_image" ng-src="{{$root.imagesPath}}/avatars/{{value.student.avatar}}" alt="" />
<div class="text_info">
<div class="user_name">{{value.student.nickName}}</div>
<div class="user_presence">{{value.lastMessage == null ? 'Повідмлення відсутні' : $root.stripHtml(value.lastMessage)}}</div>
</div>
-->
<div class="separator"></div>
</div>
</div>
| ITAAcademy/crmChat | src/main/source_resources/static_templates/notifications_list.html | HTML | mit | 1,148 |
<div class="commune_descr limited">
<p>
Fréjairolles est
une commune située dans le département de Tarn en Midi-Pyrénées. Elle comptait 1 190 habitants en 2008.</p>
<p>À Fréjairolles, la valeur moyenne à l'achat d'un appartement se situe à zero € du m² en vente. La valeur moyenne d'une maison à l'achat se situe à 2 760 € du m². À la location la valorisation moyenne se situe à 5,83 € du m² mensuel.</p>
<p>La ville offre de nombreux aménagements, elle dispose, entre autres, de un terrain de sport, deux salles de combat, deux équipements de roller/skate et une boucle de randonnée.</p>
<p>Le parc de logements, à Fréjairolles, était réparti en 2011 en quatorze appartements et 513 maisons soit
un marché plutôt équilibré.</p>
<p>À proximité de Fréjairolles sont positionnées géographiquement les communes de
<a href="{{VLROOT}}/immobilier/puygouzon_81218/">Puygouzon</a> localisée à 5 km, 2 845 habitants,
<a href="{{VLROOT}}/immobilier/pratviel_81213/">Pratviel</a> localisée à 2 km, 100 habitants,
<a href="{{VLROOT}}/immobilier/denat_81079/">Dénat</a> localisée à 4 km, 706 habitants,
<a href="{{VLROOT}}/immobilier/montels_81176/">Montels</a> située à 5 km, 107 habitants,
<a href="{{VLROOT}}/immobilier/mouzieys-teulet_81190/">Mouzieys-Teulet</a> située à 3 km, 406 habitants,
<a href="{{VLROOT}}/immobilier/cunac_81074/">Cunac</a> à 5 km, 1 302 habitants,
entre autres. De plus, Fréjairolles est située à seulement huit km de <a href="{{VLROOT}}/immobilier/albi_81004/">Albi</a>.</p>
</div>
| donaldinou/frontend | src/Viteloge/CoreBundle/Resources/descriptions/81097.html | HTML | mit | 1,628 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.