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">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>three-gap: 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.14.1 / three-gap - 8.10.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
three-gap
<small>
8.10.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-02-20 11:08:53 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-20 11:08:53 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 4 Virtual package relying on a GMP lib system installation
coq 8.14.1 Formal proof management system
dune 2.9.3 Fast, portable, and opinionated build system
ocaml 4.13.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.13.1 Official release 4.13.1
ocaml-config 2 OCaml Switch Configuration
ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled
ocamlfind 1.9.3 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/three-gap"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/ThreeGap"]
depends: [
"ocaml"
"coq" {>= "8.10" & < "8.11~"}
]
tags: [
"keyword: real numbers"
"keyword: Steinhaus"
"keyword: Three Gap Theorem"
"category: Mathematics/Geometry"
"category: Mathematics/Arithmetic and Number Theory/Miscellaneous"
]
authors: [
"Micaela Mayero"
]
bug-reports: "https://github.com/coq-contribs/three-gap/issues"
dev-repo: "git+https://github.com/coq-contribs/three-gap.git"
synopsis: "A Proof of the Three Gap Theorem (Steinhaus Conjecture)"
description: """
This proof uses the real numbers. It is a classical proof."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/three-gap/archive/v8.10.0.tar.gz"
checksum: "md5=2eb0a43d67d0aa5604f48ccfb9e520a0"
}
</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-three-gap.8.10.0 coq.8.14.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.14.1).
The following dependencies couldn't be met:
- coq-three-gap -> coq < 8.11~ -> 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-three-gap.8.10.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.13.1-2.0.10/released/8.14.1/three-gap/8.10.0.html | HTML | mit | 7,082 |
<div class="row">
<div class="col-sm-offset-4 col-sm-4 col-xs-offset-1 col-xs-10">
<form>
<div class="form-group">
<label for="email">Email:</label>
<input type="email"
class="form-control"
id="email"
ng-model="credentials.email"
placeholder="Enter email address">
</div>
<div class="form-group">
<label for="password">Password</label>
<input type="password"
class="form-control"
id="password"
ng-model="credentials.password"
placeholder="Password">
</div>
<button type="submit"
class="btn btn-default"
ng-click="loginCtrl.login(credentials)">Submit</button>
</form>
</div>
</div>
| luisgarciaalanis/HapiRestJwtAngularTemplateApp | public/partials/login.html | HTML | mit | 953 |
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<!-- <script src="./myscript_control_flow.js"> -->
<script src="./Part8_Loops_Exercise.js">
</script>
<title></title>
</head>
<body>
</body>
</html>
| eroicaleo/LearningPython | PyDjFullStack/JS/example_control_flow.html | HTML | mit | 252 |
<!DOCTYPE html>
<html>
<head>
<title>MyAngular</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script type="text/javascript" src="/angular/vendor/angular.min.js"></script>
<script type="text/javascript" src="main.js"></script>
</head>
<body>
<div><a href="/angular/index.html">Back to home</a></div>
<h3> <a href="http://egghead.io/lessons/angularjs-filters">
Egghead AngularJS V05 Egghead AngularJS V06 Filters
</a></h3>
<div ng-app="myApp">
<div ng-controller="FirstCtrl">
<input type="text" ng-model="data.message"/>
<h1>{{data.message + " W1orld"}}</h1>
</div>
<div ng-controller="SecondCtrl">
<input type="text" ng-model="data.message"/>
<h1>{{ data.message + " W2orld" | reverse }}</h1>
</div>
</div>
</body>
</html>
| cerad/zayso | web/angular/egghead/v06_filters/index.html | HTML | mit | 1,043 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>demos: 18 s 🏆</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 / demos - 8.8.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
demos
<small>
8.8.0
<span class="label label-success">18 s 🏆</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-12-01 20:57:33 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-01 20:57:33 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.8.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
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/demos"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Demos"]
depends: [
"ocaml"
"coq" {>= "8.8" & < "8.9~"}
]
tags: [ "keyword: sorting" "keyword: Cases" "keyword: Tauto" "keyword: AutoRewrite" "keyword: Prolog" "category: Miscellaneous/Coq Use Examples" ]
authors: [ "Coq group" ]
bug-reports: "https://github.com/coq-contribs/demos/issues"
dev-repo: "git+https://github.com/coq-contribs/demos.git"
synopsis: "Demos of some Coq tools appeared in version V6.0"
description: """
Example of sorting algorithms defined using the Cases
(pattern-matching) construction. Demo of the decision tactic Tauto for
intuitionistic propositional calculus. Demo of the AutoRewrite tactic. Demo of
the Prolog tactic applied to the compilation of miniML programs."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/demos/archive/v8.8.0.tar.gz"
checksum: "md5=15b2dee01a890057ed54693694515f87"
}
</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-demos.8.8.0 coq.8.8.2</code></dd>
<dt>Return code</dt>
<dd>0</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>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-demos.8.8.0 coq.8.8.2</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>11 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-demos.8.8.0 coq.8.8.2</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>18 s</dd>
</dl>
<h2>Installation size</h2>
<p>Total: 262 K</p>
<ul>
<li>57 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Demos/Demo_AutoRewrite.vo</code></li>
<li>44 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Demos/Sorting.glob</code></li>
<li>37 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Demos/Sorting.vo</code></li>
<li>24 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Demos/compile_ml.vo</code></li>
<li>18 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Demos/compile_ml.glob</code></li>
<li>13 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Demos/Sorting.v</code></li>
<li>12 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Demos/Demo_tauto.glob</code></li>
<li>10 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Demos/Demo_tauto.vo</code></li>
<li>9 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Demos/Demo.vo</code></li>
<li>8 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Demos/Ack.vo</code></li>
<li>6 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Demos/compile_ml.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Demos/Demo_AutoRewrite.glob</code></li>
<li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Demos/Demo_tauto.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Demos/Ack.glob</code></li>
<li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Demos/Demo.glob</code></li>
<li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Demos/Demo.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Demos/Ack.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Demos/Demo_AutoRewrite.v</code></li>
</ul>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq-demos.8.8.0</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.8.2/demos/8.8.0.html | HTML | mit | 8,831 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Leo McLay - Aspiring Web Developer</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../normalize.css"><!--SKELETON-->
<link rel="stylesheet" href="../skeleton.css"><!--SKELETON-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css"><!--FONT_AWESOME-->
<link rel="stylesheet" href="../main.css">
</head>
<body>
<!-- HEADER -------------------------------------------------------------------------->
<div class="container">
<div class="row" id="header">
<h2><a href="../index.html">Leo McLay</a></h2>
<h5>Aspiring Web Developer</h5>
</div>
</div>
<!-- END HEADER ---------------------------------------------------------------------->
<!--LINKS ----------------------------------------------------------------->
<div class="container" id="links">
<div class="row">
<div class="six columns" id="link1">
<button class="button-primary" id="projects-link" ><a href="#">PROJECTS</a></button>
</div>
<div class="six columns" id="link2">
<button class="button-primary" id="blog-link" ><a href="../blog-list.html">BLOG</a></button>
</div>
</div>
</div>
<!--END LINKS --------------------------------------------------------------------->
<!-- POST -------------------------------------------------------------------------->
<div class="container" id="post">
<h6 style="font-weight:bold">Motivation</h6>
<p>
Chapter 6 of "Search Inside Yourself" is "The Art of Self Motivation". It describes three "types of happiness": Please, passion, and higher purpose. Each type has varying levels of sustainability.
<ul>
<li>
Pleasure - Chasing the next high.
</li>
<li>
Passion - Peak performance meets peak engagement (ie. the previously discussed "flow").
</li>
<li>
Higher Purpose: Being part of something bigger than yourself that has meaning to you. The most sustainable type.
</li>
</ul>
</p>
This reminds me of a lecture I had during my Bachelors studies, in which we learnt that the two ingredients required to achieve happiness was meaningful love and meaningul work, a thought that has resonated with me since hearing it. Both of those ingredients would fit into the higher purpose category.
<p>
</p>
</div>
<!--BLOG POSTS --------------------------------------------------------------------->
<div class="container" id="blog-list">
<table class="u-full-width blog-list">
<thead>
<tr>
<th>Recent Entries</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="c6-control.html">Control</a></td>
<tr>
<tr>
<td><a href="t6-js-language.html">Javascript Language</a></td>
<tr>
<tr>
<td><a href="t5-problem-solving.html">Problem Solving</a></td>
<tr>
<tr>
<td><a href="c5-self-confidence.html">Self Confidence</a></td>
<tr>
<tr>
<td><a href="c4-daily-mindfulness.html">Daily Mindfulness</a></td>
<tr>
</tbody>
</table>
</div>
</body>
</html>
| leo-alexander/leo-alexander.github.io | blog/c7-motivation.html | HTML | mit | 3,215 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_71) on Tue Feb 16 15:23:08 EST 2016 -->
<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
<title>Uses of Class org.apache.solr.spelling.WordBreakSolrSpellChecker (Solr 5.5.0 API)</title>
<meta name="date" content="2016-02-16">
<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 org.apache.solr.spelling.WordBreakSolrSpellChecker (Solr 5.5.0 API)";
}
//-->
</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="../../../../../org/apache/solr/spelling/WordBreakSolrSpellChecker.html" title="class in org.apache.solr.spelling">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="../../../../../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?org/apache/solr/spelling/class-use/WordBreakSolrSpellChecker.html" target="_top">Frames</a></li>
<li><a href="WordBreakSolrSpellChecker.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 org.apache.solr.spelling.WordBreakSolrSpellChecker" class="title">Uses of Class<br>org.apache.solr.spelling.WordBreakSolrSpellChecker</h2>
</div>
<div class="classUseContainer">No usage of org.apache.solr.spelling.WordBreakSolrSpellChecker</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="../../../../../org/apache/solr/spelling/WordBreakSolrSpellChecker.html" title="class in org.apache.solr.spelling">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="../../../../../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?org/apache/solr/spelling/class-use/WordBreakSolrSpellChecker.html" target="_top">Frames</a></li>
<li><a href="WordBreakSolrSpellChecker.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>
<i>Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.</i>
<script src='../../../../../prettify.js' type='text/javascript'></script>
<script type='text/javascript'>
(function(){
var oldonload = window.onload;
if (typeof oldonload != 'function') {
window.onload = prettyPrint;
} else {
window.onload = function() {
oldonload();
prettyPrint();
}
}
})();
</script>
</small></p>
</body>
</html>
| koneksys/KLD | middleware/solr/docs/solr-core/org/apache/solr/spelling/class-use/WordBreakSolrSpellChecker.html | HTML | mit | 5,032 |
{% extends "form_base.html" %}
{% load i18n %}
{% load ifsetting_tag %}
{% load markup %}
{% load portal_tags %}
{% load bootstrap_tags %}
{% block body_class %}repositories{% endblock %}
{% block modelname %}{% trans "Repository" %}{% endblock %}
{% block fieldset_links %}
<li><a href="#identity-area">{% trans "Identity" %}</a></li>
<li><a href="#contact-area">{% trans "Contact" %}</a></li>
<li><a href="#description-area">{% trans "Description" %}</a></li>
<li><a href="#access-area">{% trans "Access" %}</a></li>
<li><a href="#services-area">{% trans "Services" %}</a></li>
<li><a href="#control-area">{% trans "Control" %}</a></li>
{% endblock %}
{% block fieldsets %}
<fieldset id="identity-area">
<legend>{% trans "Identity" %}</legend>
{% include "_form_field.html" with field=form.identifier %}
{% include "_form_field.html" with field=form.name %}
<div class="dynamic-formset" id="id_formset-{{formsets.parallelnames.prefix}}" data-prefix="{{formsets.parallelnames.prefix}}">
{{formsets.parallelnames.management_form}}
<div class="control-group form-inline {% if f.errors %}error{% endif %}"
id="id_form-{{f.prefix}}" data-prefix="{{f.prefix}}">
{% for f in formsets.parallelnames %}
{% if forloop.first %}
<label for="id_{{f.prefix}}-{{f.name.name}}">
{% if forloop.first %}{% trans "Parallel Forms of Name" %}{% endif %}
</label>
{% endif %}
<div class="controls inlinemulti" id="{{f.prefix}}">
{{f.id}}
{{f.name}}
{{f.DELETE}}
{{f.DELETE.label_tag}}
{% if f.errors %}
<span class="help-inline">{{f.errors}}</span>
{% endif %}
</div>
{% endfor %}
</div>
</div>
<div class="dynamic-formset" id="id_formset-{{formsets.othernames.prefix}}" data-prefix="{{formsets.othernames.prefix}}">
{{formsets.othernames.management_form}}
<div class="control-group form-inline {% if f.errors %}error{% endif %}"
id="id_form-{{f.prefix}}" data-prefix="{{f.prefix}}">
{% for f in formsets.othernames %}
{% if forloop.first %}
<label for="id_{{f.prefix}}-{{f.name.name}}">
{% if forloop.first %}{% trans "Other Forms of Name" %}{% endif %}
</label>
{% endif %}
<div class="controls inlinemulti" id="{{f.prefix}}">
{{f.id}}
{{f.name}}
{{f.DELETE}}
{{f.DELETE.label_tag}}
{% if f.errors %}
<span class="help-inline">{{f.errors}}</span>
{% endif %}
</div>
{% endfor %}
</div>
</div>
{% include "_form_field.html" with field=form.type_of_entity %}
</fieldset>
<fieldset id="contact-area">
<legend>{% trans "Contact" %}</legend>
<div class="contact-formset" id="id_formset-{{formsets.contacts.prefix}}" data-prefix="{{formsets.contacts.prefix}}">
{{formsets.contacts.management_form}}
{% for f in formsets.contacts %}
<div class="control-group form-inline well {% if f.errors %}error{% endif %}"
id="id_form-{{f.prefix}}" data-prefix="{{f.prefix}}">
{{ f|as_bootstrap }}
</div>
{% endfor %}
</div>
</fieldset>
<fieldset id="description-area">
<legend>{% trans "Description" %}</legend>
{% include "_form_field.html" with field=form.history %}
{% include "_form_field.html" with field=form.geocultural_context %}
{% include "_form_field.html" with field=form.mandates %}
{% include "_form_field.html" with field=form.internal_structures %}
{% include "_form_field.html" with field=form.collecting_policies %}
{% include "_form_field.html" with field=form.buildings %}
{% include "_form_field.html" with field=form.holdings %}
{% include "_form_field.html" with field=form.finding_aids %}
</fieldset>
<fieldset id="access-area">
<legend>{% trans "Access" %}</legend>
{% include "_form_field.html" with field=form.opening_times %}
{% include "_form_field.html" with field=form.access_conditions %}
{% include "_form_field.html" with field=form.accessibility %}
</fieldset>
<fieldset id="services-area">
<legend>{% trans "Services" %}</legend>
{% include "_form_field.html" with field=form.research_services %}
{% include "_form_field.html" with field=form.reproduction_services %}
{% include "_form_field.html" with field=form.public_areas %}
</fieldset>
<fieldset id="control-area">
<legend>{% trans "Control" %}</legend>
{% include "_form_field.html" with field=form.description_identifier %}
{% include "_form_field.html" with field=form.institution_identifier %}
{% include "_form_field.html" with field=form.rules %}
{% include "_form_field.html" with field=form.languages %}
{% include "_form_field.html" with field=form.scripts %}
{% include "_form_field.html" with field=form.sources %}
</fieldset>
{% endblock %}
| mikesname/ehri-collections | ehriportal/portal/templates/repository_form.html | HTML | mit | 5,699 |
---
layout: null
section-type: section
section-id: agenda
title: Próximas presentaciones
---
4 de Agosto
Festival FACAFF
7 de Septiembre
Teatro Roma, San Rafael, Mendoza
12 de Septiembre
Centro Cultural de la Coopperación
29 de Noviembre
Club Atlético Fernández Fierro (CAFF)
| hoguera/hoguera.github.io | main/20-agenda.html | HTML | mit | 297 |
{% load staticfiles %}
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>PDFINVEST The Best Invest</title>
<script src="{% static "hide.js" %}" type="text/javascript"></script>
<script src="{% static "cookies.js" %}" type="text/javascript"></script>
<!-- Jquery and Chained Selection-->
<script src="{% static "/js/jquery-1.10.2.min.js" %}"></script>
<!-- Compiled and minified CSS -->
<link rel="stylesheet" href="{% static "css/materialize.min.css" %}">
<!-- Compiled and minified JavaScript -->
<script src="{% static "js/materialize.min.js" %}"></script>
<!-- Materialize icons -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!-- SIGPAE Handler Script -->
<script src="{% static "sigpaeHandler.js" %}"></script>
</head>
<body>
<nav>
<div class="nav-wrapper red darken-3">
<a href="/pdfapp/upload/" class="brand-logo">  Conversor de PDF a HTML</a>
<ul id="nav-mobile" class="right hide-on-med-and-down">
<li><a href="/pdfapp/files/">Archivos</a></li>
<li><a href="/pdfapp/sigpae/">SIGPAE</a></li>
<li>
<a class='dropdown-button btn red darken-4' href='#' data-hover="true" data-beloworigin="" data-activates='dropdown1'>Reportes</a>
<ul id='dropdown1' class='dropdown-content'>
<li><a href="/pdfapp/report/global/">Reportes Globales</a></li>
<li><a href="/pdfapp/report/ref/">Fuentes de Información</a></li>
</ul>
</li>
</ul>
</div>
</nav>
<form method="POST" action="{% url 'sigpae' %}" >
{% csrf_token %}
<table style="width: 100%;">
<tbody>
<tr>
<td><div class="input-field">{{ search_form.code }} {{ search_form.code.label_tag }} {{ search_form.code.errors }}</div></td>
<td><div class="input-field">{{ search_form.year }} {{ search_form.year.label_tag }} {{ search_form.year.errors }}</div></td>
<td><div class="input-field">{{ search_form.trimester }} {{ search_form.trimester.label_tag }} {{ search_form.trimester.errors }}</div></td>
<td><button type="submit" class="save waves-effect red darken-3 btn">Buscar</button></td>
</tr>
</tbody>
</table>
</form>
<div style="text-align: left; margin: 1% 3% 3% 8%;">
{{ search_form.non_field_errors }}
<ul class="collection">
{% for program in results%}
<a class="collection-item" href={% url 'sigpae_show' pk=program.pk %}>{{ program.codigo }} : {{ program.get_fecha_vigTrim_display }} {{ program.fecha_vigAno }}</a>
{% empty %}
{% endfor %}
</ul>
</div>
</body>
</html>
| NumberZeroSoftware/PDFINVEST | pdfapp/templates/sigpae.html | HTML | mit | 2,927 |
<!-- header start -->
<a href="{{ site.url }}" class="logo-readium"><span class="logo" style="background-image: url({{ site.logo }})"></span></a>
<!-- header end -->
<div class="bigfoot-footnote__container"> <button class="bigfoot-footnote__button" id="fnref:1" data-footnote-number="1" data-footnote-identifier="1" alt="See Footnote 1" rel="footnote" data-bigfoot-footnote="<p>
— and I’m sorry to say this, but like so many people you will meet as you negotiate the bureaucracy of the Army or for that matter of whatever institution you end up giving your talents to after the Army, whether it’s Microsoft or the World Bank or whatever —
</p>"> <svg class="bigfoot-footnote__button__circle" viewBox="0 0 6 6" preserveAspectRatio="xMinYMin"><circle r="3" cx="3" cy="3" fill="white"></circle></svg> <svg class="bigfoot-footnote__button__circle" viewBox="0 0 6 6" preserveAspectRatio="xMinYMin"><circle r="3" cx="3" cy="3" fill="white"></circle></svg> <svg class="bigfoot-footnote__button__circle" viewBox="0 0 6 6" preserveAspectRatio="xMinYMin"><circle r="3" cx="3" cy="3" fill="white"></circle></svg> </button></div> | sebfung/yellowpillowcase | _includes/header.html | HTML | mit | 1,151 |
<?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: smiths cove</title>
<atom:link href="http://www.oceanmatters.org/programs/prerequisites/smiths-cove-3/feed/" rel="self" type="application/rss+xml" />
<link>http://www.oceanmatters.org</link>
<description></description>
<lastBuildDate>Fri, 29 Nov 2013 11:01:47 +0000</lastBuildDate>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>http://wordpress.org/?v=4.1.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
</channel>
</rss>
| oceanmatters/static-site | programs/prerequisites/smiths-cove-3/feed/index.html | HTML | mit | 830 |
<!DOCTYPE html>
<html>
<head>
<title>HTML5test - How well does your browser support HTML5?</title>
<meta charset="UTF-8">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/css/main.css" type="text/css">
<link rel="stylesheet" href="/css/reporting.css" type="text/css">
<script src='/scripts/base.js' type='text/javascript'></script>
<script src='/scripts/reporting.js' type='text/javascript'></script>
<script src='/scripts/jquery/jquery-1.7.2.min.js' type='text/javascript'></script>
<script src='/scripts/highcharts/highcharts.src.js' type='text/javascript'></script>
<script src="/scripts/highcharts/modules/exporting.js" type="text/javascript"></script>
<script src="/scripts/fullscreen.js" type="text/javascript"></script>
<meta name="application-name" content="HTML5test"/>
<link rel="apple-touch-icon" sizes="57x57" href="/images/icons/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon" sizes="114x114" href="/images/icons/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon" sizes="72x72" href="/images/icons/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon" sizes="144x144" href="/images/icons/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon" sizes="60x60" href="/images/icons/apple-touch-icon-60x60.png" />
<link rel="apple-touch-icon" sizes="120x120" href="/images/icons/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon" sizes="76x76" href="/images/icons/apple-touch-icon-76x76.png" />
<link rel="apple-touch-icon" sizes="152x152" href="/images/icons/apple-touch-icon-152x152.png" />
<link rel="icon" type="image/png" href="/images/icons/favicon-16x16.png" sizes="16x16" />
<link rel="icon" type="image/png" href="/images/icons/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="/images/icons/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/png" href="/images/icons/favicon-160x160.png" sizes="160x160" />
<link rel="icon" type="image/png" href="/images/icons/favicon-196x196.png" sizes="196x196" />
<meta name="msapplication-TileColor" content="#0092bf" />
<meta name="msapplication-TileImage" content="/images/icons/mstile-144x144.png" />
</head>
<body>
<div class='header'>
<h1><span>HTML<strong>5</strong>test</span> <em>how well does your browser support HTML5?</em></h1>
<div class='navigation'>
<ul class='left'>
<li><a href='/index.html'>Your browser</a></li>
<li class='selected'><a href='/results/desktop.html'>Other<span> browser</span>s</a></li>
<li><a href='/compare/browser/index.html'>Compare</a></li>
</ul>
<ul class='right'>
<li><a href='/about.html'>About<span> the test</span></a></li>
</ul>
</div>
</div>
<div class='page'>
<div class='column'>
<div class='paper hasNavigation'>
<ul class='navigation'>
<li class='<?php echo $type == 'desktop' ? 'selected' : ''; ?>'><a href='/results/desktop.html'>Desktop<span> browsers</span></a></li>
<li class='<?php echo $type == 'tablet' ? 'selected' : ''; ?>'><a href='/results/tablet.html'>Tablets</a></li>
<li class='<?php echo $type == 'mobile' ? 'selected' : ''; ?>'><a href='/results/mobile.html'>Mobiles</a></li>
<li class='<?php echo $type == 'other' ? 'selected' : ''; ?>'><a href='/results/other.html'>Other</a></li>
<li class='more'><a href='/results/search.html'>Search</a></li>
<li class='more'><a href='/results/latest.html'>Latest</a></li>
</ul>
<div>
<?php if ($type == 'desktop' || $type == 'mobile' || $type == 'tablet'): ?>
<div class='overviewPanel'>
<h2>Overview</h2>
<div class='horizontalOverflow'>
<table class='overviewTable'>
<thead>
<tr>
<th> </th>
<?php foreach($mainColumns as $c): ?>
<th><a href="/results/<?php echo $type; ?>/timeline/<?php echo $c[1]; ?>.html"><?php echo $c[0]; ?></a></th>
<?php endforeach; ?>
</tr>
</thead>
<tbody>
<?php for ($r = 0; $r < $mainRows; $r++): ?>
<tr>
<th class='<?php echo $r == 0 ? 'upcoming' : ''; ?><?php echo $r == 1 ? 'current' : ''; ?>'>
<?php echo $r == 0 ? 'Upcoming' : ''; ?><?php echo $r == 1 ? 'Current' : ''; ?><?php echo $r == 2 ? 'Older' : ''; ?>
</th>
<?php foreach($main as $d): ?>
<td class='<?php echo $r == 0 ? 'upcoming' : ''; ?><?php echo $r == 1 ? 'current' : ''; ?>'><?php
if (isset($d[$r]) && !is_null($d[$r])) {
if (is_object($d[$r])) {
echo '<span class="version"><span><span>' . $d[$r]->version . '</span></span></span> <span class="points">' . $d[$r]->score . '</span>';
}
if (is_string($d[$r])) {
echo "<span class='heading'>" . $d[$r] . "</span>";
}
}
?></td>
<?php endforeach; ?>
</tr>
<?php endfor; ?>
</tbody>
</table>
</div>
</div>
<hr>
<?php endif; ?>
<div class='scorePanel'>
<h2>Scores</h2>
<div id='scoreToggle'></div>
<div class='left'>
<?php if (isset($results['current'])): ?>
<div>
<h3>Current</h3>
<table class='scoreTable'>
<thead>
<tr>
<th class='points'>Score</th>
<th class='nickname'>Browser</th>
<th class='details'></th>
</tr>
</thead>
<tbody>
<?php foreach($results['current'] as $item): ?>
<tr class='<?php echo $item->visible == 0 ? 'secondary' :''; ?>'>
<td class='points'><?php echo $item->score; ?></td>
<th class='nickname' onclick="new BrowserPopup(this, '<?php echo $type; ?>', { platform: '<?php echo $item->platform; ?>', version: '<?php echo $item->version; ?>', id: '<?php echo $item->id; ?>', score: '<?php echo $item->score; ?>' }); ">
<?php echo $item->nickname; ?>
</th>
<th class='details'><?php echo $item->details; ?></th>
</tr>
<?php endforeach; ?>
</tbody>
</table>
</div>
<?php endif; ?>
<?php if (isset($results['upcoming'])): ?>
<div>
<h3>Upcoming</h3>
<table class='scoreTable'>
<thead>
<tr>
<th class='points'>Score</th>
<th class='nickname'>Browser</th>
<th class='details'></th>
</tr>
</thead>
<tbody>
<?php foreach($results['upcoming'] as $item): ?>
<tr class='<?php echo $item->visible == 0 ? 'secondary' :''; ?>'>
<td class='points'><?php echo $item->score; ?></td>
<th class='nickname' onclick="new BrowserPopup(this, '<?php echo $type; ?>', { platform: '<?php echo $item->platform; ?>', version: '<?php echo $item->version; ?>', id: '<?php echo $item->id; ?>', score: '<?php echo $item->score; ?>' }); ">
<?php echo $item->nickname; ?>
</th>
<th class='details'><?php echo $item->details; ?></th>
</tr>
<?php endforeach; ?>
</tbody>
</table>
</div>
<?php endif; ?>
<?php if (isset($results['experimental'])): ?>
<div>
<h3>Experimental</h3>
<table class='scoreTable'>
<thead>
<tr>
<th class='points'>Score</th>
<th class='nickname'>Browser</th>
<th class='details'></th>
</tr>
</thead>
<tbody>
<?php foreach($results['experimental'] as $item): ?>
<tr class='<?php echo $item->visible == 0 ? 'secondary' :''; ?>'>
<td class='points'><?php echo $item->score; ?></td>
<th class='nickname' onclick="new BrowserPopup(this, '<?php echo $type; ?>', { platform: '<?php echo $item->platform; ?>', version: '<?php echo $item->version; ?>', id: '<?php echo $item->id; ?>', score: '<?php echo $item->score; ?>' }); ">
<?php echo $item->nickname; ?>
</th>
<th class='details'><?php echo $item->details; ?></th>
</tr>
<?php endforeach; ?>
</tbody>
</table>
</div>
<?php endif; ?> </div>
<div class='right'>
<?php if (isset($results['legacy'])): ?>
<div>
<h3>Older</h3>
<table class='scoreTable'>
<thead>
<tr>
<th class='points'>Score</th>
<th class='nickname'>Browser</th>
<th class='details'></th>
</tr>
</thead>
<tbody>
<?php foreach($results['legacy'] as $item): ?>
<tr class='<?php echo $item->visible == 0 ? 'secondary' :''; ?>'>
<td class='points'><?php echo $item->score; ?></td>
<th class='nickname' onclick="new BrowserPopup(this, '<?php echo $type; ?>', { platform: '<?php echo $item->platform; ?>', version: '<?php echo $item->version; ?>', id: '<?php echo $item->id; ?>', score: '<?php echo $item->score; ?>' }); ">
<?php echo $item->nickname; ?>
</th>
<th class='details'><?php echo $item->details; ?></th>
</tr>
<?php endforeach; ?>
</tbody>
</table>
</div>
<?php endif; ?>
</div>
</div>
<script>
new ToggleSwitch({
parent: document.getElementById('scoreToggle'),
inactive: 'Most used',
active: 'All browsers',
onChange: function(active) {
var tables = document.getElementsByClassName('scoreTable');
if (active) {
for (var i = 0; i < tables.length; i++) {
tables[i].className += ' showAll';
}
} else {
for (var i = 0; i < tables.length; i++) {
tables[i].className = tables[i].className.replace(' showAll', '');
}
}
}
});
</script>
<?php if ($type == 'desktop' || $type == 'mobile' || $type == 'tablet'): ?>
<hr>
<div class='timelinePanel'>
<div id='fsCanvas'>
<h2>Timeline</h2>
<button id='fsButton' style='display: none;'></button>
<br>
<div id='timelineGraph' style='height: 500px;'></div>
<script>
var sets = <?php echo json_encode(array_values($sets)); ?>;
var series = [];
var start = new Date().getTime();
for (var i = 0; i < sets.length; i++) {
var s = {
name: sets[i].name,
data: []
}
for (var j = 0; j < sets[i].data.length; j++) {
var ts = new Date().getTime();
if (sets[i].data[j].releasedate) {
var date = sets[i].data[j].releasedate.split('-');
var ts = Date.UTC(date[0], parseInt(date[1], 10) - 1, date[2]);
}
start = Math.min(ts, start);
s.data.push({
name: sets[i].data[j].nickname,
status: sets[i].data[j].status,
order: sets[i].data[j].order,
x: ts,
y: parseInt(sets[i].data[j].score, 10)
});
}
series.push(s);
}
Highcharts.setOptions({
chart: {
style: {
fontFamily: '"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", "Lucida Grande", sans-serif'
}
}
});
var chart = new Highcharts.Chart({
chart: {
renderTo: 'timelineGraph',
zoomType: 'x',
type: 'line'
},
credits: {
enabled: false
},
title: {
text: 'HTML5test.com score over the years'
},
legend: {
borderWidth: 0,
margin: 40
},
xAxis: {
type: 'datetime',
min: Math.max(start, Date.UTC(2008,9,1)),
dateTimeLabelFormats: {
month: '%b %Y',
year: '%b %Y'
}
},
yAxis: {
title: {
text: 'Score (points)'
},
min: 0
},
tooltip: {
formatter: function() {
return '<b>'+ this.key +'</b><br/>'+
(this.point.status != 'upcoming' ? Highcharts.dateFormat('%b %Y', this.x) : 'Unreleased') +'<br>' +
this.y +' points';
}
},
plotOptions: {
series: {
step: 'left'
}
},
series: series
});
for (var s = 0; s < chart.series.length; s++) {
if (chart.series[s].data[0].order < 1) {
chart.series[s].hide();
}
/*
console.debug(chart.series[s].data[0])
switch(chart.series[s].name) {
case 'Android':
case 'Blackberry':
case 'Chrome':
case 'Firefox':
case 'Internet Explorer':
case 'iOS':
case 'Opera':
case 'Safari':
case 'Windows':
break;
default:
chart.series[s].hide();
}
*/
}
var canvas = document.getElementById('fsCanvas');
var button = document.getElementById('fsButton');
if (canvas.requestFullscreen) {
button.style.display = '';
button.addEventListener('click', function() {
if (document.fullscreenElement)
document.exitFullscreen();
else
canvas.requestFullscreen();
}, true);
}
</script>
</div>
</div>
<?php endif; ?>
<hr>
<h3>About these scores</h3>
<div class='text'>
The data above is compiled from automatically submitted test results. It is possible your results
may differ slightly due to external factors such as settings and which operating system is used.
If you believe the data above is incorrect, or if you think we are missing an important browser
or device, please open a bug report at <a href='http://github.com/NielsLeenheer/html5test'>Github</a>.
</div>
</div>
</div>
<div class='footer'>
<div>
<div class='copyright'>
<p>
Created by Niels Leenheer.<br>
Please note that the HTML5 test is not affiliated with the W3C or the HTML5 working group.<br>
HTML5 Logo by <a href="http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a>.
Browser detection by <a href='http://whichbrowser.net'>WhichBrowser</a>.
</p>
<div id='cloudvps'>
<a href="http://www.cloudvps.nl" target="_blank" ><b>CloudVPS</b><br> High Availability<br> Cloud Servers</a>
</div>
</div>
</div>
</div>
</div>
</div>
<script src='//www.google-analytics.com/ga.js'></script>
<script>
<!--
try {
var pageTracker = _gat._getTracker("UA-68192-4");
pageTracker._trackPageview();
} catch(err) {}
//-->
</script>
</body>
</html>
| mpopp75/html5test | backend/templates/results.html | HTML | mit | 15,514 |
{% extends 'sitebase.html' %}
{% set active_page = active_page|default('dashboard') -%}
{% block main_heading %}{{ current_user.display_name }}'s {{ active_page }}{% endblock %}
{% block main %}
{% block settings_buttons %}{% endblock %}
<div class="dashboard">
<div class="welcome">
<p><em>Welcome, {{ current_user.display_name }}!</em></p>
<p><a class="button" href="{{ url_for('users.profile', slug=current_user.slug ) }}">visit public profile</a></p>
</div>
</div>
{% endblock %}
| mnazim/samavaar | users/templates/dashboard.html | HTML | mit | 510 |
<!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_65) on Fri Oct 27 18:28:39 AEST 2017 -->
<title>Uses of Class PlayerWarpGUI.Listeners.PlayerListener</title>
<meta name="date" content="2017-10-27">
<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="Uses of Class PlayerWarpGUI.Listeners.PlayerListener";
}
}
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><a href="../package-summary.html">Package</a></li>
<li><a href="../../../PlayerWarpGUI/Listeners/PlayerListener.html" title="class in PlayerWarpGUI.Listeners">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?PlayerWarpGUI/Listeners/class-use/PlayerListener.html" target="_top">Frames</a></li>
<li><a href="PlayerListener.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 PlayerWarpGUI.Listeners.PlayerListener" class="title">Uses of Class<br>PlayerWarpGUI.Listeners.PlayerListener</h2>
</div>
<div class="classUseContainer">No usage of PlayerWarpGUI.Listeners.PlayerListener</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><a href="../package-summary.html">Package</a></li>
<li><a href="../../../PlayerWarpGUI/Listeners/PlayerListener.html" title="class in PlayerWarpGUI.Listeners">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?PlayerWarpGUI/Listeners/class-use/PlayerListener.html" target="_top">Frames</a></li>
<li><a href="PlayerListener.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>
| theLastHero/special-octo-palm-tree | docs/PlayerWarpGUI/Listeners/class-use/PlayerListener.html | HTML | mit | 4,427 |
<!--
@license
Copyright (c) 2018-present, Abdón Rodríguez Davila (@abdonrd).
This source code is licensed under the MIT license found in the LICENSE file in
the root directory of this source tree.
-->
<link rel="import" href="../../bower_components/polymer/polymer-element.html">
<link rel="import" href="../../bower_components/polymer/lib/elements/dom-repeat.html">
<link rel="import" href="../elements/experience-item.html">
<link rel="import" href="../app-styles.html">
<dom-module id="page-home">
<template>
<style include="page-styles list-styles">
</style>
<div class="menu" style="margin-bottom: 1em;">
<a name="talks" href="[[rootPath]]talks">Talks</a>
</div>
<h2>Experience</h2>
<ul>
<dom-repeat items="[[experiences]]" as="experience">
<template>
<li class="li-item">
<experience-item experience="[[experience]]"></experience-item>
</li>
</template>
</dom-repeat>
</ul>
</template>
<script>
class PageHome extends Polymer.Element {
static get is() {
return 'page-home';
}
static get properties() {
return {
experiences: {
type: Array
}
};
}
ready() {
super.ready();
this._fetchExperiences();
}
_fetchExperiences() {
let request = new XMLHttpRequest();
request.open('GET', `${Polymer.AppConfig.apiUrl}/experiences.json`);
request.responseType = 'json';
request.onload = () => {
// The `request.responseType = 'json'` is not supported by IE11
if (Array.isArray(request.response)) {
this.experiences = request.response;
} else {
this.experiences = JSON.parse(request.response);
}
};
request.send();
}
}
customElements.define(PageHome.is, PageHome);
</script>
</dom-module>
| abdonrd/abdonrd.com | src/pages/page-home.html | HTML | mit | 1,944 |
<!DOCTYPE html>
<html dir="ltr" lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>j136y7</title>
<meta name="author" content="Reid Netterville III" />
<link rel="stylesheet" href="/styles/glyphite.css" type="text/css" />
<link rel="stylesheet" href="/styles/main.css" type="text/css" />
<script src="/scripts/nacre.js" type="text/javascript"></script>
<noscript>
<link rel="stylesheet" href="/styles/absinthium.css" type="text/css" />
<link rel="stylesheet" href="/styles/orthogon.css" type="text/css" />
</noscript>
</head>
<body>
<div id="frm">
<pre>
<b>j136y7</b>
<script>
mstd(Aragonite.j136y7);
</script>
</pre>
<noscript>
<dl class="viewlist">
<dt class="genus">j136y7</dt>
<dd class="j136y7_E"></dd>
<dd class="j136y7_A"></dd>
<dd class="j136y7_D"></dd>
<dd class="j136y7_G"></dd>
</dl>
</noscript>
</div>
<div class="symbol">
<table class="fretboard" width="520">
<tr>
<td class=""></td>
<td class="PbSn"></td>
<td class=""></td>
<td class="AuHg"></td>
<td class="NpFe"></td>
<td class="AgTi"></td>
<td class=""></td>
<td class="FeNp"></td>
<td class=""></td>
<td class=""></td>
<td class="SnPb"></td>
<td class="UrCu"></td>
<td class=""></td>
</tr>
<tr>
<td class="AgTi"></td>
<td class=""></td>
<td class="FeNp"></td>
<td class=""></td>
<td class=""></td>
<td class="SnPb"></td>
<td class="UrCu"></td>
<td class=""></td>
<td class="PbSn"></td>
<td class=""></td>
<td class="AuHg"></td>
<td class="NpFe"></td>
<td class="AgTi"></td>
</tr>
<tr>
<td class="SnPb"></td>
<td class="UrCu"></td>
<td class=""></td>
<td class="PbSn"></td>
<td class=""></td>
<td class="AuHg"></td>
<td class="NpFe"></td>
<td class="AgTi"></td>
<td class=""></td>
<td class="FeNp"></td>
<td class=""></td>
<td class=""></td>
<td class="SnPb"></td>
</tr>
<tr>
<td class="AuHg"></td>
<td class="NpFe"></td>
<td class="AgTi"></td>
<td class=""></td>
<td class="FeNp"></td>
<td class=""></td>
<td class=""></td>
<td class="SnPb"></td>
<td class="UrCu"></td>
<td class=""></td>
<td class="PbSn"></td>
<td class=""></td>
<td class="AuHg"></td>
</tr>
</table>
</div>
<div class="attr">
<p class="credit">Copyright © 2014-2018 Reid Netterville III</p>
</div>
</body>
</html>
| reidiiius/reidiiius.github.io | mst/n0/topaz/amethyst/j136y7/index.html | HTML | mit | 2,377 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_40) on Fri Sep 25 13:30:30 EDT 2015 -->
<title>Test_1</title>
<meta name="date" content="2015-09-25">
<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="Test_1";
}
}
catch(err) {
}
//-->
var methods = {"i0":9,"i1":9,"i2":9};
var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</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="../pRecursion/package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/Test_1.html">Use</a></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 Class</li>
<li>Next Class</li>
</ul>
<ul class="navList">
<li><a href="../index.html?pRecursion/Test_1.html" target="_top">Frames</a></li>
<li><a href="Test_1.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>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor.summary">Constr</a> | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor.detail">Constr</a> | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">pRecursion</div>
<h2 title="Class Test_1" class="title">Class Test_1</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>pRecursion.Test_1</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="typeNameLabel">Test_1</span>
extends java.lang.Object</pre>
<div class="block">First test of the year! Woohoo! Testing recursion.<br>
We had to make a 10x10 grid of characters, 30% astrices, and 70% digits, other than 0. Then, we had to sum all of the numbers, and print that sum alongside the array.</div>
<dl>
<dt><span class="simpleTagLabel">Author:</span></dt>
<dd>Matt Rabitsky</dd>
<dt><span class="simpleTagLabel">Date: </span></dt>
<dd>2015.09.25</dd>
</dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../pRecursion/Test_1.html#Test_1--">Test_1</a></span>()</code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../pRecursion/Test_1.html#fillArr-char:A:A-">fillArr</a></span>(char[][] arr)</code>
<div class="block">Fills the array with ~30% astrices, and ~70% integers between 1 and 9 inclusive.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../pRecursion/Test_1.html#main-java.lang.String:A-">main</a></span>(java.lang.String[] args)</code> </td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../pRecursion/Test_1.html#sumArr-char:A:A-">sumArr</a></span>(char[][] arr)</code>
<div class="block">Sums the array, not counting any non-digit characters.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="Test_1--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>Test_1</h4>
<pre>public Test_1()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="fillArr-char:A:A-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>fillArr</h4>
<pre>public static void fillArr(char[][] arr)</pre>
<div class="block">Fills the array with ~30% astrices, and ~70% integers between 1 and 9 inclusive.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>arr</code> - <code>char</code> array to fill</dd>
</dl>
</li>
</ul>
<a name="sumArr-char:A:A-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>sumArr</h4>
<pre>public static int sumArr(char[][] arr)</pre>
<div class="block">Sums the array, not counting any non-digit characters.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>arr</code> - <code>char</code> array to be summed</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Sum of all the numbers contained in the given array.</dd>
</dl>
</li>
</ul>
<a name="main-java.lang.String:A-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>main</h4>
<pre>public static void main(java.lang.String[] args)</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= 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="../pRecursion/package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/Test_1.html">Use</a></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 Class</li>
<li>Next Class</li>
</ul>
<ul class="navList">
<li><a href="../index.html?pRecursion/Test_1.html" target="_top">Frames</a></li>
<li><a href="Test_1.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>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor.summary">Constr</a> | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor.detail">Constr</a> | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
| mRabitsky/RIPmrHorn | RIP Mr Horn/docs/pRecursion/Test_1.html | HTML | mit | 10,500 |
<!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>Handling Multiple Environments : CodeIgniter User Guide</title>
<style type='text/css' media='all'>@import url('../userguide.css');</style>
<link rel='stylesheet' type='text/css' media='all' href='../userguide.css' />
<script type="text/javascript" src="../nav/nav.js"></script>
<script type="text/javascript" src="../nav/prototype.lite.js"></script>
<script type="text/javascript" src="../nav/moo.fx.js"></script>
<script type="text/javascript" src="../nav/user_guide_menu.js"></script>
<meta http-equiv='expires' content='-1' />
<meta http-equiv= 'pragma' content='no-cache' />
<meta name='robots' content='all' />
<meta name='author' content='ExpressionEngine Dev Team' />
<meta name='description' content='CodeIgniter User Guide' />
</head>
<body>
<!-- START NAVIGATION -->
<div id="nav"><div id="nav_inner"><script type="text/javascript">create_menu('../');</script></div></div>
<div id="nav2"><a name="top"></a><a href="javascript:void(0);" onclick="myHeight.toggle();"><img src="../images/nav_toggle_darker.jpg" width="154" height="43" border="0" title="Toggle Table of Contents" alt="Toggle Table of Contents" /></a></div>
<div id="masthead">
<table cellpadding="0" cellspacing="0" border="0" style="width:100%">
<tr>
<td><h1>CodeIgniter User Guide Version Location</h1></td>
<td id="breadcrumb_right"><a href="../toc.html">Table of Contents Page</a></td>
</tr>
</table>
</div>
<!-- END NAVIGATION -->
<!-- START BREADCRUMB -->
<table cellpadding="0" cellspacing="0" border="0" style="width:100%">
<tr>
<td id="breadcrumb">
<a href="http://codeigniter.com/">CodeIgniter Home</a> ›
<a href="../index.html">User Guide Home</a> ›
Handling Multiple Environments
</td>
<td id="searchbox"><form method="get" action="http://www.google.com/search"><input type="hidden" name="as_sitesearch" id="as_sitesearch" value="codeigniter.com/user_guide/" />Search User Guide <input type="text" class="input" style="width:200px;" name="q" id="q" size="31" maxlength="255" value="" /> <input type="submit" class="submit" name="sa" value="Go" /></form></td>
</tr>
</table>
<!-- END BREADCRUMB -->
<br clear="all" />
<!-- START CONTENT -->
<div id="content">
<h1>Handling Multiple Environments</h1>
<p>
Developers often desire different system behavior depending on whether
an application is running in a development or production
environment. For example, verbose error output is something that would
be useful while developing an application, but it may also pose a security issue when "live".
</p>
<h2>The ENVIRONMENT Constant</h2>
<p>
By default, CodeIgniter comes with the environment constant set to
'<kbd>development</kbd>'. At the top of index.php, you will see:
</p>
<code>
define('<var>ENVIRONMENT</var>', '<var>development</var>');
</code>
<p>
In addition to affecting some basic framework behavior (see the next section),
you may use this constant in your own development to differentiate
between which environment you are running in.
</p>
<h2>Effects On Default Framework Behavior</h2>
<p>
There are some places in the CodeIgniter system where the <kbd>ENVIRONMENT</kbd>
constant is used. This section describes how default framework behavior is
affected.
</p>
<h3>Error Reporting</h3>
<p>
Setting the <kbd>ENVIRONMENT</kbd> constant to a value of '<kbd>development</kbd>' will
cause all PHP errors to be rendered to the browser when they occur. Conversely,
setting the constant to '<kbd>production</kbd>' will disable all error output. Disabling
error reporting in production is a <a href="security.html">good security practice</a>.
</p>
<h3>Configuration Files</h3>
<p>
Optionally, you can have CodeIgniter load environment-specific
configuration files. This may be useful for managing things like differing API keys
across multiple environments. This is described in more detail in the
environment section of the <a href="../libraries/config.html#environments">Config Class</a> documentation.
</p>
</div>
<!-- END CONTENT -->
<div id="footer">
<p>
Previous Topic: <a href="managing_apps.html">Managing Applications</a>
·
<a href="#top">Top of Page</a> ·
<a href="../index.html">User Guide Home</a> ·
Next Topic: <a href="alternative_php.html">Alternative PHP Syntax</a>
</p>
<p><a href="http://codeigniter.com">CodeIgniter</a> · Copyright © 2006 - 2012 · <a href="http://ellislab.com/">EllisLab, Inc.</a></p>
</div>
</body>
</html> | ramasamys/T_Report | user_guide/general/environments.html | HTML | mit | 4,935 |
<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="flayoutclass"><div class="flayoutclass_first"><table class="tableoutfmt2"><tr><th class="std1"><b>條目 </b></th><td class="std2">眾毀所歸</td></tr>
<tr><th class="std1"><b>注音 </b></th><td class="std2">ㄓㄨㄥ<sup class="subfont">ˋ</sup> ㄏㄨㄟ<sup class="subfont">ˇ</sup> ㄙㄨㄛ<sup class="subfont">ˇ</sup> ㄍㄨㄟ </td></tr>
<tr><th class="std1"><b>漢語拼音 </b></th><td class="std2"><font class="english_word">zhòng huǐ suǒ guī</font></td></tr>
<tr><th class="std1"><b>釋義 </b></th><td class="std2">眾人的毀謗歸於一處。形容被大家所不齒。漢.楊惲.報孫會宗書:「糴賤販貴,逐什一之利,此賈豎之事,汙辱之處,惲親行之。下流之人,眾毀所歸,不寒而慄。」</td></tr>
<tr><th class="std1"><b><font class="fltypefont">附錄</font> </b></th><td class="std2">修訂本參考資料</td></tr>
</td></tr></table></div> <!-- flayoutclass_first --><div class="flayoutclass_second"></div> <!-- flayoutclass_second --></div> <!-- flayoutclass --></td></tr></table>
| BuzzAcademy/idioms-moe-unformatted-data | all-data/21000-21999/21416-22.html | HTML | mit | 1,314 |
<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="flayoutclass"><div class="flayoutclass_first"><table class="tableoutfmt2"><tr><th class="std1"><b>條目 </b></th><td class="std2">歲稔年豐</td></tr>
<tr><th class="std1"><b>注音 </b></th><td class="std2">ㄙㄨㄟ<sup class="subfont">ˋ</sup> ㄖㄣ<sup class="subfont">ˇ</sup> ㄋ|ㄢ<sup class="subfont">ˊ</sup> ㄈㄥ</td></tr>
<tr><th class="std1"><b>漢語拼音 </b></th><td class="std2"><font class="english_word">suì rěn nián fēng</font></td></tr>
<tr><th class="std1"><b>釋義 </b></th><td class="std2">農作物豐收,穀物充足。孤本元明雜劇˙十樣錦˙第四折:<img src=/cydic/dicword/fa40.gif border=0 alt=* class=fontimg valign=center>今日個君聖臣賢治,化育的歲稔年豐快。<img src=/cydic/dicword/fa41.gif border=0 alt=* class=fontimg valign=center>亦作<img src=/cydic/dicword/fa40.gif border=0 alt=* class=fontimg valign=center>歲豐年稔<img src=/cydic/dicword/fa41.gif border=0 alt=* class=fontimg valign=center>。</td></tr>
<tr><th class="std1"><b><font class="fltypefont">附錄</font> </b></th><td class="std2">修訂本參考資料</td></tr>
</td></tr></table></div> <!-- flayoutclass_first --><div class="flayoutclass_second"></div> <!-- flayoutclass_second --></div> <!-- flayoutclass --></td></tr></table>
| BuzzAcademy/idioms-moe-unformatted-data | all-data/21000-21999/21173-22.html | HTML | mit | 1,535 |
<!DOCTYPE html>
<html>
<head>
<h1>Homepage</h1>
<p>salve</p>
</head>
<body>
<p>Che bello forse mi è venuto il compito</p>
</body>
</html> | gianfer99/Info2 | ciao/Homepage.html | HTML | mit | 159 |
<!doctype html>
<html lang="en">
<head>
<title>Code coverage report for lib/cmds/issue.js</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>
<a href="../../index.html">all files</a> / <a href="index.html">lib/cmds/</a> issue.js
</h1>
<div class='clearfix'>
<div class='fl pad1y space-right2'>
<span class="strong">8.37% </span>
<span class="quiet">Statements</span>
<span class='fraction'>20/239</span>
</div>
<div class='fl pad1y space-right2'>
<span class="strong">1.33% </span>
<span class="quiet">Branches</span>
<span class='fraction'>2/150</span>
</div>
<div class='fl pad1y space-right2'>
<span class="strong">2.17% </span>
<span class="quiet">Functions</span>
<span class='fraction'>1/46</span>
</div>
<div class='fl pad1y space-right2'>
<span class="strong">8.37% </span>
<span class="quiet">Lines</span>
<span class='fraction'>20/239</span>
</div>
</div>
</div>
<div class='status-line low'></div>
<pre><table class="coverage">
<tr><td class="line-count quiet">1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656</td><td class="line-coverage quiet"><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>
<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>
<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-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>
<span class="cline-any cline-yes">1×</span>
<span class="cline-any cline-yes">3×</span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-yes">3×</span>
<span class="cline-any cline-no"> </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-yes">1×</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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </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-yes">1×</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-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </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>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </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-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </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>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </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-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </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-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </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>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </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-no"> </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>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </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-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </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-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </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-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </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>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </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-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </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>
<span class="cline-any cline-no"> </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>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </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>
<span class="cline-any cline-yes">1×</span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </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-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </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-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </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-no"> </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-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </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>
<span class="cline-any cline-no"> </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-no"> </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-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </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>
<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-no"> </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-no"> </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-no"> </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-no"> </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-no"> </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-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </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>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </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-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </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-no"> </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-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </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-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </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>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </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-no"> </span>
<span class="cline-any cline-no"> </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>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </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-no"> </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-no"> </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-no"> </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-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </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-yes">1×</span>
<span class="cline-any cline-no"> </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-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </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>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </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-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </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-no"> </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-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </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-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </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-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </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>
<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>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </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>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </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></td><td class="text"><pre class="prettyprint lang-js">/*
* Copyright 2013-2018, All Rights Reserved.
*
* Code licensed under the BSD License:
* https://github.com/node-gh/gh/blob/master/LICENSE.md
*
* @author Zeno Rocha <zno.rocha@gmail.com>
* @author Eduardo Lundgren <edu@rdo.io>
*/
'use strict'
// -- Requires -------------------------------------------------------------------------------------
var async = require('async'),
base = require('../base'),
hooks = require('../hooks'),
logger = require('../logger'),
openUrl = require('opn'),
config = base.getConfig()
// -- Constructor ----------------------------------------------------------------------------------
function Issue(options) {
this.options = options
<span class="missing-if-branch" title="if path not taken" >I</span>if (!options.repo && <span class="branch-1 cbranch-no" title="branch not covered" >!options.all)</span> {
<span class="cstat-no" title="statement not covered" > logger.error('You must specify a Git repository with a GitHub remote to run this command')</span>
}
}
// -- Constants ------------------------------------------------------------------------------------
Issue.DETAILS = {
alias: 'is',
description: 'Provides a set of util commands to work with Issues.',
iterative: 'number',
commands: ['assign', 'browser', 'close', 'comment', 'list', 'new', 'open', 'search'],
options: {
all: Boolean,
assign: Boolean,
assignee: String,
browser: Boolean,
close: Boolean,
comment: String,
detailed: Boolean,
label: String,
list: Boolean,
link: Boolean,
message: String,
milestone: [Number, String],
'no-milestone': Boolean,
new: Boolean,
number: [String, Array],
open: Boolean,
remote: String,
repo: String,
search: String,
state: ['open', 'closed'],
title: String,
user: String,
},
shorthands: {
a: ['--all'],
A: ['--assignee'],
B: ['--browser'],
C: ['--close'],
c: ['--comment'],
d: ['--detailed'],
L: ['--label'],
k: ['--link'],
l: ['--list'],
m: ['--message'],
M: ['--milestone'],
N: ['--new'],
n: ['--number'],
o: ['--open'],
r: ['--repo'],
s: ['--search'],
S: ['--state'],
t: ['--title'],
u: ['--user'],
},
payload: <span class="fstat-no" title="function not covered" >function(payload, options) {</span>
<span class="cstat-no" title="statement not covered" > if (payload[0]) {</span>
<span class="cstat-no" title="statement not covered" > if (/^\d+$/.test(payload[0])) {</span>
<span class="cstat-no" title="statement not covered" > options.browser = true</span>
<span class="cstat-no" title="statement not covered" > options.number = payload[0]</span>
<span class="cstat-no" title="statement not covered" > return</span>
}
<span class="cstat-no" title="statement not covered" > options.new = true</span>
<span class="cstat-no" title="statement not covered" > options.title = options.title || payload[0]</span>
<span class="cstat-no" title="statement not covered" > options.message = options.message || payload[1]</span>
} else {
<span class="cstat-no" title="statement not covered" > options.list = true</span>
}
},
}
Issue.STATE_CLOSED = 'closed'
Issue.STATE_OPEN = 'open'
// -- Commands -------------------------------------------------------------------------------------
Issue.prototype.run = <span class="fstat-no" title="function not covered" >function() {</span>
<span class="cstat-no" title="statement not covered" > var instance = this,</span>
options = instance.options
<span class="cstat-no" title="statement not covered" > instance.config = config</span>
<span class="cstat-no" title="statement not covered" > options.state = options.state || Issue.STATE_OPEN</span>
<span class="cstat-no" title="statement not covered" > if (options.assign) {</span>
<span class="cstat-no" title="statement not covered" > hooks.invoke('issue.assign', instance, <span class="fstat-no" title="function not covered" >function(afterHooksCallback) {</span></span>
<span class="cstat-no" title="statement not covered" > var user</span>
<span class="cstat-no" title="statement not covered" > if (options.user) {</span>
<span class="cstat-no" title="statement not covered" > user = options.user</span>
} else {
<span class="cstat-no" title="statement not covered" > user = options.loggedUser</span>
}
<span class="cstat-no" title="statement not covered" > logger.log(</span>
'Assigning issue ' +
logger.colors.green('#' + options.number) +
' on ' +
logger.colors.green(user + '/' + options.repo) +
' to ' +
logger.colors.green(options.assignee)
)
<span class="cstat-no" title="statement not covered" > instance.assign(<span class="fstat-no" title="function not covered" >function(err, issue) {</span></span>
<span class="cstat-no" title="statement not covered" > if (err) {</span>
<span class="cstat-no" title="statement not covered" > logger.error("Can't assign issue.")</span>
<span class="cstat-no" title="statement not covered" > return</span>
}
<span class="cstat-no" title="statement not covered" > logger.log(issue.html_url)</span>
<span class="cstat-no" title="statement not covered" > afterHooksCallback()</span>
})
})
}
<span class="cstat-no" title="statement not covered" > if (options.browser) {</span>
<span class="cstat-no" title="statement not covered" > instance.browser(options.user, options.repo, options.number)</span>
}
<span class="cstat-no" title="statement not covered" > if (options.close) {</span>
<span class="cstat-no" title="statement not covered" > hooks.invoke('issue.close', instance, <span class="fstat-no" title="function not covered" >function(afterHooksCallback) {</span></span>
<span class="cstat-no" title="statement not covered" > options.state = Issue.STATE_CLOSED</span>
<span class="cstat-no" title="statement not covered" > logger.log(</span>
'Closing issue ' +
logger.colors.green('#' + options.number) +
' on ' +
logger.colors.green(options.user + '/' + options.repo)
)
<span class="cstat-no" title="statement not covered" > instance.close(<span class="fstat-no" title="function not covered" >function(err, issue) {</span></span>
<span class="cstat-no" title="statement not covered" > if (err) {</span>
<span class="cstat-no" title="statement not covered" > logger.error("Can't close issue.")</span>
<span class="cstat-no" title="statement not covered" > return</span>
}
<span class="cstat-no" title="statement not covered" > logger.log(issue.html_url)</span>
<span class="cstat-no" title="statement not covered" > afterHooksCallback()</span>
})
})
}
<span class="cstat-no" title="statement not covered" > if (options.comment) {</span>
<span class="cstat-no" title="statement not covered" > logger.log('Adding comment on issue ' + logger.colors.green('#' + options.number))</span>
<span class="cstat-no" title="statement not covered" > instance.comment(<span class="fstat-no" title="function not covered" >function(err, issue) {</span></span>
<span class="cstat-no" title="statement not covered" > if (err) {</span>
<span class="cstat-no" title="statement not covered" > logger.error("Can't add comment.")</span>
<span class="cstat-no" title="statement not covered" > return</span>
}
<span class="cstat-no" title="statement not covered" > logger.log(issue.html_url)</span>
})
}
<span class="cstat-no" title="statement not covered" > if (options.list) {</span>
<span class="cstat-no" title="statement not covered" > if (options.all) {</span>
<span class="cstat-no" title="statement not covered" > logger.log(</span>
'Listing ' +
logger.colors.green(options.state) +
' issues for ' +
logger.colors.green(options.user)
)
<span class="cstat-no" title="statement not covered" > instance.listFromAllRepositories(<span class="fstat-no" title="function not covered" >function(err) {</span></span>
<span class="cstat-no" title="statement not covered" > if (err) {</span>
<span class="cstat-no" title="statement not covered" > logger.error("Can't list issues for " + options.user + '.')</span>
<span class="cstat-no" title="statement not covered" > return</span>
}
})
} else {
<span class="cstat-no" title="statement not covered" > logger.log(</span>
'Listing ' +
logger.colors.green(options.state) +
' issues on ' +
logger.colors.green(options.user + '/' + options.repo)
)
<span class="cstat-no" title="statement not covered" > instance.list(options.user, options.repo, <span class="fstat-no" title="function not covered" >function(err) {</span></span>
<span class="cstat-no" title="statement not covered" > if (err) {</span>
<span class="cstat-no" title="statement not covered" > logger.error("Can't list issues on " + options.user + '/' + options.repo)</span>
<span class="cstat-no" title="statement not covered" > return</span>
}
})
}
}
<span class="cstat-no" title="statement not covered" > if (options.new) {</span>
<span class="cstat-no" title="statement not covered" > hooks.invoke('issue.new', instance, <span class="fstat-no" title="function not covered" >function(afterHooksCallback) {</span></span>
<span class="cstat-no" title="statement not covered" > logger.log(</span>
'Creating a new issue on ' + logger.colors.green(options.user + '/' + options.repo)
)
<span class="cstat-no" title="statement not covered" > instance.new(<span class="fstat-no" title="function not covered" >function(err, issue) {</span></span>
<span class="cstat-no" title="statement not covered" > if (err) {</span>
<span class="cstat-no" title="statement not covered" > logger.error("Can't create new issue.")</span>
<span class="cstat-no" title="statement not covered" > return</span>
}
<span class="cstat-no" title="statement not covered" > if (issue) {</span>
<span class="cstat-no" title="statement not covered" > options.number = issue.number</span>
}
<span class="cstat-no" title="statement not covered" > logger.log(issue.html_url)</span>
<span class="cstat-no" title="statement not covered" > afterHooksCallback()</span>
})
})
}
<span class="cstat-no" title="statement not covered" > if (options.open) {</span>
<span class="cstat-no" title="statement not covered" > hooks.invoke('issue.open', instance, <span class="fstat-no" title="function not covered" >function(afterHooksCallback) {</span></span>
<span class="cstat-no" title="statement not covered" > logger.log(</span>
'Opening issue ' +
logger.colors.green('#' + options.number) +
' on ' +
logger.colors.green(options.user + '/' + options.repo)
)
<span class="cstat-no" title="statement not covered" > instance.open(<span class="fstat-no" title="function not covered" >function(err, issue) {</span></span>
<span class="cstat-no" title="statement not covered" > if (err) {</span>
<span class="cstat-no" title="statement not covered" > logger.error("Can't open issue.")</span>
<span class="cstat-no" title="statement not covered" > return</span>
}
<span class="cstat-no" title="statement not covered" > logger.log(issue.html_url)</span>
<span class="cstat-no" title="statement not covered" > afterHooksCallback()</span>
})
})
}
<span class="cstat-no" title="statement not covered" > if (options.search) {</span>
<span class="cstat-no" title="statement not covered" > var repo = options.repo</span>
<span class="cstat-no" title="statement not covered" > if (options.all) {</span>
<span class="cstat-no" title="statement not covered" > repo = undefined</span>
<span class="cstat-no" title="statement not covered" > logger.log(</span>
'Searching for ' +
logger.colors.green(options.search) +
' in issues for ' +
logger.colors.green(options.user)
)
} else {
<span class="cstat-no" title="statement not covered" > logger.log(</span>
'Searching for ' +
logger.colors.green(options.search) +
' in issues on ' +
logger.colors.green(options.user + '/' + options.repo)
)
}
<span class="cstat-no" title="statement not covered" > instance.search(options.user, repo, <span class="fstat-no" title="function not covered" >function(err) {</span></span>
<span class="cstat-no" title="statement not covered" > if (err) {</span>
<span class="cstat-no" title="statement not covered" > if (options.all) {</span>
<span class="cstat-no" title="statement not covered" > logger.error("Can't search issues for " + options.user)</span>
<span class="cstat-no" title="statement not covered" > return</span>
} else {
<span class="cstat-no" title="statement not covered" > logger.error("Can't search issues on " + options.user + '/' + options.repo)</span>
<span class="cstat-no" title="statement not covered" > return</span>
}
}
})
}
}
Issue.prototype.assign = <span class="fstat-no" title="function not covered" >function(opt_callback) {</span>
<span class="cstat-no" title="statement not covered" > var instance = this</span>
<span class="cstat-no" title="statement not covered" > instance.getIssue_(<span class="fstat-no" title="function not covered" >function(err, issue) {</span></span>
<span class="cstat-no" title="statement not covered" > if (err) {</span>
<span class="cstat-no" title="statement not covered" > opt_callback && opt_callback(err)</span>
} else {
<span class="cstat-no" title="statement not covered" > instance.editIssue_(issue.title, Issue.STATE_OPEN, opt_callback)</span>
}
})
}
Issue.prototype.browser = <span class="fstat-no" title="function not covered" >function(user, repo, number) {</span>
<span class="cstat-no" title="statement not covered" > if (!number) {</span>
<span class="cstat-no" title="statement not covered" > number = ''</span>
}
<span class="cstat-no" title="statement not covered" > openUrl(config.github_host + user + '/' + repo + '/issues/' + number, { wait: false })</span>
}
Issue.prototype.close = <span class="fstat-no" title="function not covered" >function(opt_callback) {</span>
<span class="cstat-no" title="statement not covered" > var instance = this</span>
<span class="cstat-no" title="statement not covered" > instance.getIssue_(<span class="fstat-no" title="function not covered" >function(err, issue) {</span></span>
<span class="cstat-no" title="statement not covered" > if (err) {</span>
<span class="cstat-no" title="statement not covered" > opt_callback && opt_callback(err)</span>
} else {
<span class="cstat-no" title="statement not covered" > instance.editIssue_(issue.title, Issue.STATE_CLOSED, opt_callback)</span>
}
})
}
Issue.prototype.comment = <span class="fstat-no" title="function not covered" >function(opt_callback) {</span>
<span class="cstat-no" title="statement not covered" > var instance = this,</span>
options = instance.options,
body,
payload
<span class="cstat-no" title="statement not covered" > body = logger.applyReplacements(options.comment, config.replace) + config.signature</span>
<span class="cstat-no" title="statement not covered" > payload = {</span>
body: body,
number: options.number,
repo: options.repo,
user: options.user,
}
<span class="cstat-no" title="statement not covered" > base.github.issues.createComment(payload, opt_callback)</span>
}
Issue.prototype.editIssue_ = <span class="fstat-no" title="function not covered" >function(title, state, opt_callback) {</span>
<span class="cstat-no" title="statement not covered" > var instance = this,</span>
options = instance.options,
payload
<span class="cstat-no" title="statement not covered" > options.label = options.label || []</span>
<span class="cstat-no" title="statement not covered" > payload = {</span>
labels: options.label,
number: options.number,
assignee: options.assignee,
milestone: options.milestone,
repo: options.repo,
state: state,
title: title,
user: options.user,
}
<span class="cstat-no" title="statement not covered" > base.github.issues.edit(payload, opt_callback)</span>
}
Issue.prototype.getIssue_ = <span class="fstat-no" title="function not covered" >function(opt_callback) {</span>
<span class="cstat-no" title="statement not covered" > var instance = this,</span>
options = instance.options,
payload
<span class="cstat-no" title="statement not covered" > payload = {</span>
number: options.number,
repo: options.repo,
user: options.user,
}
<span class="cstat-no" title="statement not covered" > base.github.issues.getRepoIssue(payload, opt_callback)</span>
}
Issue.prototype.list = <span class="fstat-no" title="function not covered" >function(user, repo, opt_callback) {</span>
<span class="cstat-no" title="statement not covered" > var instance = this,</span>
options = instance.options,
operations = [],
payload
<span class="cstat-no" title="statement not covered" > options.label = options.label || ''</span>
<span class="cstat-no" title="statement not covered" > payload = {</span>
labels: options.label,
repo: repo,
state: options.state,
user: user,
}
<span class="cstat-no" title="statement not covered" > if (options['no-milestone']) {</span>
<span class="cstat-no" title="statement not covered" > payload.milestone = 'none'</span>
} else <span class="cstat-no" title="statement not covered" >if (options.milestone) {</span>
<span class="cstat-no" title="statement not covered" > payload.milestone = options.milestone</span>
}
<span class="cstat-no" title="statement not covered" > if (options.milestone) {</span>
<span class="cstat-no" title="statement not covered" > operations.push(<span class="fstat-no" title="function not covered" >function(callback) {</span></span>
<span class="cstat-no" title="statement not covered" > base.github.issues.getAllMilestones(</span>
{
repo: repo,
user: user,
},
<span class="fstat-no" title="function not covered" > function(err, results) {</span>
<span class="cstat-no" title="statement not covered" > if (err) {</span>
<span class="cstat-no" title="statement not covered" > logger.warn(err.message)</span>
}
<span class="cstat-no" title="statement not covered" > results.some(<span class="fstat-no" title="function not covered" >function(milestone) {</span></span>
<span class="cstat-no" title="statement not covered" > if (options.milestone === milestone.title) {</span>
<span class="cstat-no" title="statement not covered" > logger.debug(</span>
'Milestone ' + milestone.title + ' number: ' + milestone.number
)
<span class="cstat-no" title="statement not covered" > payload.milestone = milestone.number</span>
<span class="cstat-no" title="statement not covered" > return true</span>
}
})
<span class="cstat-no" title="statement not covered" > callback()</span>
}
)
})
}
<span class="cstat-no" title="statement not covered" > if (options.assignee) {</span>
<span class="cstat-no" title="statement not covered" > payload.assignee = options.assignee</span>
}
<span class="cstat-no" title="statement not covered" > operations.push(<span class="fstat-no" title="function not covered" >function(callback) {</span></span>
<span class="cstat-no" title="statement not covered" > base.github.issues.repoIssues(payload, callback)</span>
})
<span class="cstat-no" title="statement not covered" > async.series(operations, <span class="fstat-no" title="function not covered" >function(err, results) {</span></span>
<span class="cstat-no" title="statement not covered" > var issues = []</span>
<span class="cstat-no" title="statement not covered" > if (err && !options.all) {</span>
<span class="cstat-no" title="statement not covered" > logger.error(logger.getErrorMessage(err))</span>
}
<span class="cstat-no" title="statement not covered" > results.forEach(<span class="fstat-no" title="function not covered" >function(result) {</span></span>
<span class="cstat-no" title="statement not covered" > if (result) {</span>
<span class="cstat-no" title="statement not covered" > issues = issues.concat(result)</span>
}
})
<span class="cstat-no" title="statement not covered" > issues.sort(<span class="fstat-no" title="function not covered" >function(a, b) {</span></span>
<span class="cstat-no" title="statement not covered" > return a.number > b.number ? -1 : 1</span>
})
<span class="cstat-no" title="statement not covered" > if (issues && issues.length > 0) {</span>
<span class="cstat-no" title="statement not covered" > issues.forEach(<span class="fstat-no" title="function not covered" >function(issue) {</span></span>
<span class="cstat-no" title="statement not covered" > var labels = issue.labels || []</span>
<span class="cstat-no" title="statement not covered" > var headline =</span>
logger.colors.green('#' + issue.number) +
' ' +
issue.title +
' ' +
logger.colors.magenta(
'@' + issue.user.login + ' (' + logger.getDuration(issue.created_at) + ')'
)
<span class="cstat-no" title="statement not covered" > if (options.link) {</span>
<span class="cstat-no" title="statement not covered" > headline += ' ' + logger.colors.blue(issue.html_url)</span>
}
<span class="cstat-no" title="statement not covered" > logger.log(headline)</span>
<span class="cstat-no" title="statement not covered" > if (options.detailed) {</span>
<span class="cstat-no" title="statement not covered" > if (issue.body) {</span>
<span class="cstat-no" title="statement not covered" > logger.log(issue.body)</span>
}
<span class="cstat-no" title="statement not covered" > var labelsForDisplay = []</span>
<span class="cstat-no" title="statement not covered" > labels.forEach(<span class="fstat-no" title="function not covered" >function(label) {</span></span>
<span class="cstat-no" title="statement not covered" > labelsForDisplay.push(label.name)</span>
})
<span class="cstat-no" title="statement not covered" > if (labelsForDisplay.length > 0) {</span>
<span class="cstat-no" title="statement not covered" > var labelLabel = labelsForDisplay.length > 1 ? 'labels' : 'label'</span>
<span class="cstat-no" title="statement not covered" > logger.log(</span>
logger.colors.yellow(labelLabel + ': ') + labelsForDisplay.join(', ')
)
}
<span class="cstat-no" title="statement not covered" > if (issue.milestone) {</span>
<span class="cstat-no" title="statement not covered" > logger.log(</span>
logger.colors.green('milestone: ') +
issue.milestone.title +
' - ' +
issue.milestone.number
)
}
<span class="cstat-no" title="statement not covered" > logger.log(logger.colors.blue(issue.html_url))</span>
}
})
<span class="cstat-no" title="statement not covered" > opt_callback && opt_callback(err)</span>
}
})
}
Issue.prototype.listFromAllRepositories = <span class="fstat-no" title="function not covered" >function(opt_callback) {</span>
<span class="cstat-no" title="statement not covered" > var instance = this,</span>
options = instance.options,
payload
<span class="cstat-no" title="statement not covered" > payload = {</span>
type: 'all',
user: options.user,
}
<span class="cstat-no" title="statement not covered" > base.github.repos.getAll(payload, <span class="fstat-no" title="function not covered" >function(err, repositories) {</span></span>
<span class="cstat-no" title="statement not covered" > if (err) {</span>
<span class="cstat-no" title="statement not covered" > opt_callback && opt_callback(err)</span>
} else {
<span class="cstat-no" title="statement not covered" > repositories.forEach(<span class="fstat-no" title="function not covered" >function(repository) {</span></span>
<span class="cstat-no" title="statement not covered" > instance.list(repository.owner.login, repository.name, opt_callback)</span>
})
}
})
}
Issue.prototype.new = <span class="fstat-no" title="function not covered" >function(opt_callback) {</span>
<span class="cstat-no" title="statement not covered" > var instance = this,</span>
options = instance.options,
body,
payload
<span class="cstat-no" title="statement not covered" > if (options.message) {</span>
<span class="cstat-no" title="statement not covered" > body = logger.applyReplacements(options.message, config.replace)</span>
}
<span class="cstat-no" title="statement not covered" > if (options.label) {</span>
<span class="cstat-no" title="statement not covered" > options.label = options.label.split(',')</span>
} else {
<span class="cstat-no" title="statement not covered" > options.label = []</span>
}
<span class="cstat-no" title="statement not covered" > payload = {</span>
assignee: options.assignee,
body: body,
repo: options.repo,
title: options.title,
user: options.user,
labels: options.label,
}
<span class="cstat-no" title="statement not covered" > base.github.issues.create(payload, opt_callback)</span>
}
Issue.prototype.open = <span class="fstat-no" title="function not covered" >function(opt_callback) {</span>
<span class="cstat-no" title="statement not covered" > var instance = this</span>
<span class="cstat-no" title="statement not covered" > instance.getIssue_(<span class="fstat-no" title="function not covered" >function(err, issue) {</span></span>
<span class="cstat-no" title="statement not covered" > if (err) {</span>
<span class="cstat-no" title="statement not covered" > opt_callback && opt_callback(err)</span>
} else {
<span class="cstat-no" title="statement not covered" > instance.editIssue_(issue.title, Issue.STATE_OPEN, opt_callback)</span>
}
})
}
Issue.prototype.search = <span class="fstat-no" title="function not covered" >function(user, repo, opt_callback) {</span>
<span class="cstat-no" title="statement not covered" > var instance = this,</span>
options = instance.options,
operations = [],
query = [],
payload
<span class="cstat-no" title="statement not covered" > options.label = options.label || ''</span>
<span class="cstat-no" title="statement not covered" > if (!options.all) {</span>
<span class="cstat-no" title="statement not covered" > query.push('repo:' + repo)</span>
}
<span class="cstat-no" title="statement not covered" > query.push('user:' + user)</span>
<span class="cstat-no" title="statement not covered" > query.push(options.search)</span>
<span class="cstat-no" title="statement not covered" > query = query.join('+')</span>
<span class="cstat-no" title="statement not covered" > payload = {</span>
q: query,
type: 'Issues',
}
<span class="cstat-no" title="statement not covered" > operations.push(<span class="fstat-no" title="function not covered" >function(callback) {</span></span>
<span class="cstat-no" title="statement not covered" > base.github.search.issues(payload, callback)</span>
})
<span class="cstat-no" title="statement not covered" > async.series(operations, <span class="fstat-no" title="function not covered" >function(err, results) {</span></span>
<span class="cstat-no" title="statement not covered" > var issues = []</span>
<span class="cstat-no" title="statement not covered" > if (err && !options.all) {</span>
<span class="cstat-no" title="statement not covered" > logger.error(logger.getErrorMessage(err))</span>
}
<span class="cstat-no" title="statement not covered" > results[0].items.forEach(<span class="fstat-no" title="function not covered" >function(result) {</span></span>
<span class="cstat-no" title="statement not covered" > if (result) {</span>
<span class="cstat-no" title="statement not covered" > issues = issues.concat(result)</span>
}
})
<span class="cstat-no" title="statement not covered" > issues.sort(<span class="fstat-no" title="function not covered" >function(a, b) {</span></span>
<span class="cstat-no" title="statement not covered" > return a.number > b.number ? -1 : 1</span>
})
<span class="cstat-no" title="statement not covered" > if (issues && issues.length > 0) {</span>
<span class="cstat-no" title="statement not covered" > issues.forEach(<span class="fstat-no" title="function not covered" >function(issue) {</span></span>
<span class="cstat-no" title="statement not covered" > var labels = issue.label || []</span>
<span class="cstat-no" title="statement not covered" > logger.log(</span>
logger.colors.green('#' + issue.number) +
' ' +
issue.title +
' ' +
logger.colors.magenta(
'@' +
issue.user.login +
' (' +
logger.getDuration(issue.created_at) +
')'
)
)
<span class="cstat-no" title="statement not covered" > if (options.detailed) {</span>
<span class="cstat-no" title="statement not covered" > if (issue.body) {</span>
<span class="cstat-no" title="statement not covered" > logger.log(issue.body)</span>
}
<span class="cstat-no" title="statement not covered" > labels.forEach(<span class="fstat-no" title="function not covered" >function(label) {</span></span>
<span class="cstat-no" title="statement not covered" > labels.push(label.name)</span>
})
<span class="cstat-no" title="statement not covered" > if (labels.length > 0) {</span>
<span class="cstat-no" title="statement not covered" > logger.log(logger.colors.green('label: ') + labels.join(', '))</span>
}
<span class="cstat-no" title="statement not covered" > if (issue.milestone) {</span>
<span class="cstat-no" title="statement not covered" > logger.log(</span>
logger.colors.green('milestone: ') +
issue.milestone.title +
' - ' +
issue.milestone.number
)
}
<span class="cstat-no" title="statement not covered" > logger.log(logger.colors.blue(issue.html_url))</span>
}
})
<span class="cstat-no" title="statement not covered" > opt_callback && opt_callback(err)</span>
}
})
}
exports.Impl = Issue
</pre></td></tr>
</table></pre>
<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 Thu Jul 26 2018 22:02:49 GMT+0000 (UTC)
</div>
</div>
<script src="../../prettify.js"></script>
<script>
window.onload = function () {
if (typeof prettyPrint === 'function') {
prettyPrint();
}
};
</script>
<script src="../../sorter.js"></script>
</body>
</html>
| node-gh/reports | coverage/lcov-report/lib/cmds/issue.js.html | HTML | mit | 72,740 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>ThoughtstreamsClient Tests</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
{{content-for 'head'}}
{{content-for 'test-head'}}
<link rel="stylesheet" href="assets/vendor.css">
<link rel="stylesheet" href="assets/thoughtstreams-client.css">
<link rel="stylesheet" href="assets/test-support.css">
{{content-for 'head-footer'}}
{{content-for 'test-head-footer'}}
</head>
<body>
{{content-for 'body'}}
{{content-for 'test-body'}}
<script src="assets/vendor.js"></script>
<script src="assets/test-support.js"></script>
<script src="assets/thoughtstreams-client.js"></script>
<script src="testem.js"></script>
<script src="assets/test-loader.js"></script>
{{content-for 'body-footer'}}
{{content-for 'test-body-footer'}}
</body>
</html>
| givanse/thoughtstreams-client | tests/index.html | HTML | mit | 1,007 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>V8 API Reference Guide for node.js v6.12.0: v8::String::Value Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">V8 API Reference Guide for node.js v6.12.0
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.11 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="inherits.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1String.html">String</a></li><li class="navelem"><a class="el" href="classv8_1_1String_1_1Value.html">Value</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> |
<a href="classv8_1_1String_1_1Value-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">v8::String::Value Class Reference</div> </div>
</div><!--header-->
<div class="contents">
<p><code>#include <<a class="el" href="v8_8h_source.html">v8.h</a>></code></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:a5b968a237946fb3313527797f04a7e0f"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a5b968a237946fb3313527797f04a7e0f"></a>
 </td><td class="memItemRight" valign="bottom"><b>Value</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">v8::Value</a> > obj)</td></tr>
<tr class="separator:a5b968a237946fb3313527797f04a7e0f"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ae4f44b1977968de2e9f2ff703437fde3"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ae4f44b1977968de2e9f2ff703437fde3"></a>
uint16_t * </td><td class="memItemRight" valign="bottom"><b>operator*</b> ()</td></tr>
<tr class="separator:ae4f44b1977968de2e9f2ff703437fde3"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a1cf21001f92284f290a6e550d567e757"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a1cf21001f92284f290a6e550d567e757"></a>
const uint16_t * </td><td class="memItemRight" valign="bottom"><b>operator*</b> () const </td></tr>
<tr class="separator:a1cf21001f92284f290a6e550d567e757"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a4b5014d7d4d0f60d39f37e421ae2eb91"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a4b5014d7d4d0f60d39f37e421ae2eb91"></a>
int </td><td class="memItemRight" valign="bottom"><b>length</b> () const </td></tr>
<tr class="separator:a4b5014d7d4d0f60d39f37e421ae2eb91"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Converts an object to a two-byte string. If conversion to a string fails (eg. due to an exception in the toString() method of the object) then the length() method returns 0 and the * operator returns NULL. </p>
</div><hr/>The documentation for this class was generated from the following file:<ul>
<li>deps/v8/include/<a class="el" href="v8_8h_source.html">v8.h</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>
</body>
</html>
| v8-dox/v8-dox.github.io | 81236d9/html/classv8_1_1String_1_1Value.html | HTML | mit | 6,808 |
<div class="container w-xl w-auto-xs">
<a href class="navbar-brand block m-t">{{ app.name }}</a>
<div class="m-b-lg">
<div class="wrapper text-center">
<strong>Input your email to reset your password</strong>
</div>
<form name="reset">
<div class="list-group list-group-sm">
<div class="list-group-item">
<input type="email" placeholder="Email" ng-model="email" class="form-control no-border" required>
</div>
</div>
<a ng-disabled="reset.$invalid" ng-href="#/signin" class="btn btn-lg btn-primary btn-block">Send</a>
</form>
</div>
<div class="text-center" ng-include="'assets/views/page_footer.html'">
{% include 'assets/views/page_footer.html' %}
</div>
</div> | sergeyloysha/splitmetrics-app | assets/views/reset.html | HTML | mit | 743 |
<HTML><HEAD>
<TITLE>Review for Black and White (1999)</TITLE>
<LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0165643">Black and White (1999)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Jon+Popick">Jon Popick</A></H3><HR WIDTH="40%" SIZE="4">
<PRE>PLANET SICK-BOY: <A HREF="http://www.sick-boy.com">http://www.sick-boy.com</A>
"We Put the SIN in Cinema"</PRE>
<P>Although most descriptions of this film will suggest that Black & White
is primarily about white America's fascination with black culture, there
are actually three additional facets to its story. People seem to
immediately latch on to the idea of a group of rich, white teenagers
from Manhattan's Upper East Side that fall in love with the whole
hip-hop mentality. They come from big houses with black servants and,
in their eyes, there is nothing cooler than hangin' wit' the homeboys
down at the crib. These kids are played by William Lee Scott (October
Sky), Eddie Kaye Thomas (American Pie), Bijou Phillips (Sugar Town),
Gaby Hoffmann (200 Cigarettes) and Elijah Wood (The Faculty).</P>
<P>The second piece revolves around a gangsta named Rich Bower (Wu-Tang's
Power, in his film debut), who desperately wants to shed his criminal
past and become a rap mogul. This change in lifestyle means that Rich
has to deal with white people for the first time in his business life.
In addition to having the little caucasian kids flock to him, Rich's
crew also includes fellow Wu-Tang Clansmen Method Man and Raekwon, the
latter of whom also serves as the film's associate producer.</P>
<P>Story No. 3 involves Rich's best friend Dean (N.Y. Knick Allan Houston,
Blue Chips), a basketball player dating a genius anthropology grad
student (supermodel Claudia Schiffer). Dean is approached by a shady
character (Ben Stiller, Mystery Men) that offers him a wad of cash to
shave points off of an upcoming game.</P>
<P>The fourth section in Black & White concerns a sexually ambiguous
husband-and-wife documentary filmmaking duo played by Brooke Shields
(The Bachelor) and Robert Downey Jr. (Wonderboys that's two films in a
row that he's played a gay character named Terry). They're crazy about
the idea of making a film about the black-acting white kids, and much of
Black & White is shown through the eyes of their camera, giving the film
a bit of a documentary feel itself.</P>
<P>There are other elements to the story, but these four make up the
majority of Black & White. The result seems like an ambitious attempt
at remaking Robert Altman's Nashville into a hip-hop flick. But it's
just not that interesting. While the film is sort of curiously
unpredictable, the only story that held my interest was Dean and the
point-shaving incident. I am interested in the phenomenon where white
youth are drawn to the whole hip-hop thing, but Black & White never
takes a stab at trying to answer why.</P>
<P>Much is made of the scene with potential future cellmates Downey Jr. and
Mike Tyson (playing himself). It deserves the buzz - the improvised gem
is as electrifying as it is frightening. Tyson does a surprisingly good
job in the film, as does Schiffer, who is somehow believable as a
braniac. Writer/director James Toback (Two Girls and a Guy) allegedly
picked up random street kids to help him edit the film in an attempt to
achieve a more realistic feel. It's gritty and all, but there isn't
much meat to it.</P>
<P>1:38 R for adult language, strong sexual content, violence, nudity and
drug use</P>
<HR><P CLASS=flush><SMALL>The review above was posted to the
<A HREF="news:rec.arts.movies.reviews">rec.arts.movies.reviews</A> newsgroup (<A HREF="news:de.rec.film.kritiken">de.rec.film.kritiken</A> for German reviews).<BR>
The Internet Movie Database accepts no responsibility for the contents of the
review and has no editorial control. Unless stated otherwise, the copyright
belongs to the author.<BR>
Please direct comments/criticisms of the review to relevant newsgroups.<BR>
Broken URLs inthe reviews are the responsibility of the author.<BR>
The formatting of the review is likely to differ from the original due
to ASCII to HTML conversion.
</SMALL></P>
<P ALIGN=CENTER>Related links: <A HREF="/Reviews/">index of all rec.arts.movies.reviews reviews</A></P>
</P></BODY></HTML>
| xianjunzhengbackup/code | data science/machine_learning_for_the_web/chapter_4/movie/23735.html | HTML | mit | 4,456 |
<html><img border=0 src=505-70-4.txt alt=505-70-4.txt></img><body>
"x"
"1" "KAZIUS, J, MCGUIRE, R AND BURSI, R. DERIVATION AND VALIDATION OF TOXICOPHORES FOR MUTAGENICITY PREDICTION. J. MED. CHEM. 48: 312-320, 2005"
</body></html>
| andrewdefries/Ames_ToxBenchmark | 505-70-4.txt.html | HTML | mit | 231 |
<!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_03) on Wed May 28 17:24:39 CEST 2014 -->
<title>PBFloatProtos.PBFloat</title>
<meta name="date" content="2014-05-28">
<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="PBFloatProtos.PBFloat";
}
//-->
</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 class="navBarCell1Rev">Class</li>
<li><a href="class-use/PBFloatProtos.PBFloat.html">Use</a></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><a href="../../../venice/lib/networkRSB/PBFloatProtos.html" title="class in venice.lib.networkRSB"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../venice/lib/networkRSB/PBFloatProtos.PBFloat.Builder.html" title="class in venice.lib.networkRSB"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?venice/lib/networkRSB/PBFloatProtos.PBFloat.html" target="_top">Frames</a></li>
<li><a href="PBFloatProtos.PBFloat.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>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li><a href="#nested_class_summary">Nested</a> | </li>
<li><a href="#field_summary">Field</a> | </li>
<li>Constr | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li><a href="#field_detail">Field</a> | </li>
<li>Constr | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">venice.lib.networkRSB</div>
<h2 title="Class PBFloatProtos.PBFloat" class="title">Class PBFloatProtos.PBFloat</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>com.google.protobuf.AbstractMessageLite</li>
<li>
<ul class="inheritance">
<li>com.google.protobuf.AbstractMessage</li>
<li>
<ul class="inheritance">
<li>com.google.protobuf.GeneratedMessage</li>
<li>
<ul class="inheritance">
<li>venice.lib.networkRSB.PBFloatProtos.PBFloat</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd>com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, java.io.Serializable, <a href="../../../venice/lib/networkRSB/PBFloatProtos.PBFloatOrBuilder.html" title="interface in venice.lib.networkRSB">PBFloatProtos.PBFloatOrBuilder</a></dd>
</dl>
<dl>
<dt>Enclosing class:</dt>
<dd><a href="../../../venice/lib/networkRSB/PBFloatProtos.html" title="class in venice.lib.networkRSB">PBFloatProtos</a></dd>
</dl>
<hr>
<br>
<pre>public static final class <span class="strong">PBFloatProtos.PBFloat</span>
extends com.google.protobuf.GeneratedMessage
implements <a href="../../../venice/lib/networkRSB/PBFloatProtos.PBFloatOrBuilder.html" title="interface in venice.lib.networkRSB">PBFloatProtos.PBFloatOrBuilder</a></pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../serialized-form.html#venice.lib.networkRSB.PBFloatProtos.PBFloat">Serialized Form</a></dd></dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="nested_class_summary">
<!-- -->
</a>
<h3>Nested Class Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation">
<caption><span>Nested Classes</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class </code></td>
<td class="colLast"><code><strong><a href="../../../venice/lib/networkRSB/PBFloatProtos.PBFloat.Builder.html" title="class in venice.lib.networkRSB">PBFloatProtos.PBFloat.Builder</a></strong></code> </td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="nested_classes_inherited_from_class_com.google.protobuf.GeneratedMessage">
<!-- -->
</a>
<h3>Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage</h3>
<code>com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type></code></li>
</ul>
</li>
</ul>
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</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>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../venice/lib/networkRSB/PBFloatProtos.PBFloat.html#VALUE_FIELD_NUMBER">VALUE_FIELD_NUMBER</a></strong></code> </td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="fields_inherited_from_class_com.google.protobuf.GeneratedMessage">
<!-- -->
</a>
<h3>Fields inherited from class com.google.protobuf.GeneratedMessage</h3>
<code>alwaysUseFieldBuilders</code></li>
</ul>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../venice/lib/networkRSB/PBFloatProtos.PBFloat.html" title="class in venice.lib.networkRSB">PBFloatProtos.PBFloat</a></code></td>
<td class="colLast"><code><strong><a href="../../../venice/lib/networkRSB/PBFloatProtos.PBFloat.html#getDefaultInstance()">getDefaultInstance</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../venice/lib/networkRSB/PBFloatProtos.PBFloat.html" title="class in venice.lib.networkRSB">PBFloatProtos.PBFloat</a></code></td>
<td class="colLast"><code><strong><a href="../../../venice/lib/networkRSB/PBFloatProtos.PBFloat.html#getDefaultInstanceForType()">getDefaultInstanceForType</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static com.google.protobuf.Descriptors.Descriptor</code></td>
<td class="colLast"><code><strong><a href="../../../venice/lib/networkRSB/PBFloatProtos.PBFloat.html#getDescriptor()">getDescriptor</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../venice/lib/networkRSB/PBFloatProtos.PBFloat.html#getSerializedSize()">getSerializedSize</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>float</code></td>
<td class="colLast"><code><strong><a href="../../../venice/lib/networkRSB/PBFloatProtos.PBFloat.html#getValue()">getValue</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../venice/lib/networkRSB/PBFloatProtos.PBFloat.html#hasValue()">hasValue</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected com.google.protobuf.GeneratedMessage.FieldAccessorTable</code></td>
<td class="colLast"><code><strong><a href="../../../venice/lib/networkRSB/PBFloatProtos.PBFloat.html#internalGetFieldAccessorTable()">internalGetFieldAccessorTable</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../venice/lib/networkRSB/PBFloatProtos.PBFloat.html#isInitialized()">isInitialized</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../venice/lib/networkRSB/PBFloatProtos.PBFloat.Builder.html" title="class in venice.lib.networkRSB">PBFloatProtos.PBFloat.Builder</a></code></td>
<td class="colLast"><code><strong><a href="../../../venice/lib/networkRSB/PBFloatProtos.PBFloat.html#newBuilder()">newBuilder</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../venice/lib/networkRSB/PBFloatProtos.PBFloat.Builder.html" title="class in venice.lib.networkRSB">PBFloatProtos.PBFloat.Builder</a></code></td>
<td class="colLast"><code><strong><a href="../../../venice/lib/networkRSB/PBFloatProtos.PBFloat.html#newBuilder(venice.lib.networkRSB.PBFloatProtos.PBFloat)">newBuilder</a></strong>(<a href="../../../venice/lib/networkRSB/PBFloatProtos.PBFloat.html" title="class in venice.lib.networkRSB">PBFloatProtos.PBFloat</a> prototype)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../venice/lib/networkRSB/PBFloatProtos.PBFloat.Builder.html" title="class in venice.lib.networkRSB">PBFloatProtos.PBFloat.Builder</a></code></td>
<td class="colLast"><code><strong><a href="../../../venice/lib/networkRSB/PBFloatProtos.PBFloat.html#newBuilderForType()">newBuilderForType</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../venice/lib/networkRSB/PBFloatProtos.PBFloat.Builder.html" title="class in venice.lib.networkRSB">PBFloatProtos.PBFloat.Builder</a></code></td>
<td class="colLast"><code><strong><a href="../../../venice/lib/networkRSB/PBFloatProtos.PBFloat.html#newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent)">newBuilderForType</a></strong>(com.google.protobuf.GeneratedMessage.BuilderParent parent)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../venice/lib/networkRSB/PBFloatProtos.PBFloat.html" title="class in venice.lib.networkRSB">PBFloatProtos.PBFloat</a></code></td>
<td class="colLast"><code><strong><a href="../../../venice/lib/networkRSB/PBFloatProtos.PBFloat.html#parseDelimitedFrom(java.io.InputStream)">parseDelimitedFrom</a></strong>(java.io.InputStream input)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../venice/lib/networkRSB/PBFloatProtos.PBFloat.html" title="class in venice.lib.networkRSB">PBFloatProtos.PBFloat</a></code></td>
<td class="colLast"><code><strong><a href="../../../venice/lib/networkRSB/PBFloatProtos.PBFloat.html#parseDelimitedFrom(java.io.InputStream, com.google.protobuf.ExtensionRegistryLite)">parseDelimitedFrom</a></strong>(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../venice/lib/networkRSB/PBFloatProtos.PBFloat.html" title="class in venice.lib.networkRSB">PBFloatProtos.PBFloat</a></code></td>
<td class="colLast"><code><strong><a href="../../../venice/lib/networkRSB/PBFloatProtos.PBFloat.html#parseFrom(byte[])">parseFrom</a></strong>(byte[] data)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../venice/lib/networkRSB/PBFloatProtos.PBFloat.html" title="class in venice.lib.networkRSB">PBFloatProtos.PBFloat</a></code></td>
<td class="colLast"><code><strong><a href="../../../venice/lib/networkRSB/PBFloatProtos.PBFloat.html#parseFrom(byte[], com.google.protobuf.ExtensionRegistryLite)">parseFrom</a></strong>(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../venice/lib/networkRSB/PBFloatProtos.PBFloat.html" title="class in venice.lib.networkRSB">PBFloatProtos.PBFloat</a></code></td>
<td class="colLast"><code><strong><a href="../../../venice/lib/networkRSB/PBFloatProtos.PBFloat.html#parseFrom(com.google.protobuf.ByteString)">parseFrom</a></strong>(com.google.protobuf.ByteString data)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../venice/lib/networkRSB/PBFloatProtos.PBFloat.html" title="class in venice.lib.networkRSB">PBFloatProtos.PBFloat</a></code></td>
<td class="colLast"><code><strong><a href="../../../venice/lib/networkRSB/PBFloatProtos.PBFloat.html#parseFrom(com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite)">parseFrom</a></strong>(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../venice/lib/networkRSB/PBFloatProtos.PBFloat.html" title="class in venice.lib.networkRSB">PBFloatProtos.PBFloat</a></code></td>
<td class="colLast"><code><strong><a href="../../../venice/lib/networkRSB/PBFloatProtos.PBFloat.html#parseFrom(com.google.protobuf.CodedInputStream)">parseFrom</a></strong>(com.google.protobuf.CodedInputStream input)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../venice/lib/networkRSB/PBFloatProtos.PBFloat.html" title="class in venice.lib.networkRSB">PBFloatProtos.PBFloat</a></code></td>
<td class="colLast"><code><strong><a href="../../../venice/lib/networkRSB/PBFloatProtos.PBFloat.html#parseFrom(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite)">parseFrom</a></strong>(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../venice/lib/networkRSB/PBFloatProtos.PBFloat.html" title="class in venice.lib.networkRSB">PBFloatProtos.PBFloat</a></code></td>
<td class="colLast"><code><strong><a href="../../../venice/lib/networkRSB/PBFloatProtos.PBFloat.html#parseFrom(java.io.InputStream)">parseFrom</a></strong>(java.io.InputStream input)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../venice/lib/networkRSB/PBFloatProtos.PBFloat.html" title="class in venice.lib.networkRSB">PBFloatProtos.PBFloat</a></code></td>
<td class="colLast"><code><strong><a href="../../../venice/lib/networkRSB/PBFloatProtos.PBFloat.html#parseFrom(java.io.InputStream, com.google.protobuf.ExtensionRegistryLite)">parseFrom</a></strong>(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../venice/lib/networkRSB/PBFloatProtos.PBFloat.Builder.html" title="class in venice.lib.networkRSB">PBFloatProtos.PBFloat.Builder</a></code></td>
<td class="colLast"><code><strong><a href="../../../venice/lib/networkRSB/PBFloatProtos.PBFloat.html#toBuilder()">toBuilder</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected java.lang.Object</code></td>
<td class="colLast"><code><strong><a href="../../../venice/lib/networkRSB/PBFloatProtos.PBFloat.html#writeReplace()">writeReplace</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../venice/lib/networkRSB/PBFloatProtos.PBFloat.html#writeTo(com.google.protobuf.CodedOutputStream)">writeTo</a></strong>(com.google.protobuf.CodedOutputStream output)</code> </td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_com.google.protobuf.GeneratedMessage">
<!-- -->
</a>
<h3>Methods inherited from class com.google.protobuf.GeneratedMessage</h3>
<code>getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_com.google.protobuf.AbstractMessage">
<!-- -->
</a>
<h3>Methods inherited from class com.google.protobuf.AbstractMessage</h3>
<code>equals, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toString</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_com.google.protobuf.AbstractMessageLite">
<!-- -->
</a>
<h3>Methods inherited from class com.google.protobuf.AbstractMessageLite</h3>
<code>toByteArray, toByteString, writeDelimitedTo, writeTo</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>clone, finalize, getClass, notify, notifyAll, wait, wait, wait</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_com.google.protobuf.MessageOrBuilder">
<!-- -->
</a>
<h3>Methods inherited from interface com.google.protobuf.MessageOrBuilder</h3>
<code>getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_com.google.protobuf.MessageLite">
<!-- -->
</a>
<h3>Methods inherited from interface com.google.protobuf.MessageLite</h3>
<code>toByteArray, toByteString, writeDelimitedTo, writeTo</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="VALUE_FIELD_NUMBER">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>VALUE_FIELD_NUMBER</h4>
<pre>public static final int VALUE_FIELD_NUMBER</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#venice.lib.networkRSB.PBFloatProtos.PBFloat.VALUE_FIELD_NUMBER">Constant Field Values</a></dd></dl>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getDefaultInstance()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDefaultInstance</h4>
<pre>public static <a href="../../../venice/lib/networkRSB/PBFloatProtos.PBFloat.html" title="class in venice.lib.networkRSB">PBFloatProtos.PBFloat</a> getDefaultInstance()</pre>
</li>
</ul>
<a name="getDefaultInstanceForType()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDefaultInstanceForType</h4>
<pre>public <a href="../../../venice/lib/networkRSB/PBFloatProtos.PBFloat.html" title="class in venice.lib.networkRSB">PBFloatProtos.PBFloat</a> getDefaultInstanceForType()</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code>getDefaultInstanceForType</code> in interface <code>com.google.protobuf.MessageLiteOrBuilder</code></dd>
<dt><strong>Specified by:</strong></dt>
<dd><code>getDefaultInstanceForType</code> in interface <code>com.google.protobuf.MessageOrBuilder</code></dd>
</dl>
</li>
</ul>
<a name="getDescriptor()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDescriptor</h4>
<pre>public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()</pre>
</li>
</ul>
<a name="internalGetFieldAccessorTable()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>internalGetFieldAccessorTable</h4>
<pre>protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code>internalGetFieldAccessorTable</code> in class <code>com.google.protobuf.GeneratedMessage</code></dd>
</dl>
</li>
</ul>
<a name="hasValue()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>hasValue</h4>
<pre>public boolean hasValue()</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../venice/lib/networkRSB/PBFloatProtos.PBFloatOrBuilder.html#hasValue()">hasValue</a></code> in interface <code><a href="../../../venice/lib/networkRSB/PBFloatProtos.PBFloatOrBuilder.html" title="interface in venice.lib.networkRSB">PBFloatProtos.PBFloatOrBuilder</a></code></dd>
</dl>
</li>
</ul>
<a name="getValue()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getValue</h4>
<pre>public float getValue()</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../venice/lib/networkRSB/PBFloatProtos.PBFloatOrBuilder.html#getValue()">getValue</a></code> in interface <code><a href="../../../venice/lib/networkRSB/PBFloatProtos.PBFloatOrBuilder.html" title="interface in venice.lib.networkRSB">PBFloatProtos.PBFloatOrBuilder</a></code></dd>
</dl>
</li>
</ul>
<a name="isInitialized()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isInitialized</h4>
<pre>public final boolean isInitialized()</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code>isInitialized</code> in interface <code>com.google.protobuf.MessageLiteOrBuilder</code></dd>
<dt><strong>Overrides:</strong></dt>
<dd><code>isInitialized</code> in class <code>com.google.protobuf.GeneratedMessage</code></dd>
</dl>
</li>
</ul>
<a name="writeTo(com.google.protobuf.CodedOutputStream)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeTo</h4>
<pre>public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code>writeTo</code> in interface <code>com.google.protobuf.MessageLite</code></dd>
<dt><strong>Overrides:</strong></dt>
<dd><code>writeTo</code> in class <code>com.google.protobuf.AbstractMessage</code></dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.io.IOException</code></dd></dl>
</li>
</ul>
<a name="getSerializedSize()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getSerializedSize</h4>
<pre>public int getSerializedSize()</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code>getSerializedSize</code> in interface <code>com.google.protobuf.MessageLite</code></dd>
<dt><strong>Overrides:</strong></dt>
<dd><code>getSerializedSize</code> in class <code>com.google.protobuf.AbstractMessage</code></dd>
</dl>
</li>
</ul>
<a name="writeReplace()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeReplace</h4>
<pre>protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code>writeReplace</code> in class <code>com.google.protobuf.GeneratedMessage</code></dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.io.ObjectStreamException</code></dd></dl>
</li>
</ul>
<a name="parseFrom(com.google.protobuf.ByteString)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>parseFrom</h4>
<pre>public static <a href="../../../venice/lib/networkRSB/PBFloatProtos.PBFloat.html" title="class in venice.lib.networkRSB">PBFloatProtos.PBFloat</a> parseFrom(com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException</pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code>com.google.protobuf.InvalidProtocolBufferException</code></dd></dl>
</li>
</ul>
<a name="parseFrom(com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>parseFrom</h4>
<pre>public static <a href="../../../venice/lib/networkRSB/PBFloatProtos.PBFloat.html" title="class in venice.lib.networkRSB">PBFloatProtos.PBFloat</a> parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException</pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code>com.google.protobuf.InvalidProtocolBufferException</code></dd></dl>
</li>
</ul>
<a name="parseFrom(byte[])">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>parseFrom</h4>
<pre>public static <a href="../../../venice/lib/networkRSB/PBFloatProtos.PBFloat.html" title="class in venice.lib.networkRSB">PBFloatProtos.PBFloat</a> parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException</pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code>com.google.protobuf.InvalidProtocolBufferException</code></dd></dl>
</li>
</ul>
<a name="parseFrom(byte[], com.google.protobuf.ExtensionRegistryLite)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>parseFrom</h4>
<pre>public static <a href="../../../venice/lib/networkRSB/PBFloatProtos.PBFloat.html" title="class in venice.lib.networkRSB">PBFloatProtos.PBFloat</a> parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException</pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code>com.google.protobuf.InvalidProtocolBufferException</code></dd></dl>
</li>
</ul>
<a name="parseFrom(java.io.InputStream)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>parseFrom</h4>
<pre>public static <a href="../../../venice/lib/networkRSB/PBFloatProtos.PBFloat.html" title="class in venice.lib.networkRSB">PBFloatProtos.PBFloat</a> parseFrom(java.io.InputStream input)
throws java.io.IOException</pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code>java.io.IOException</code></dd></dl>
</li>
</ul>
<a name="parseFrom(java.io.InputStream, com.google.protobuf.ExtensionRegistryLite)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>parseFrom</h4>
<pre>public static <a href="../../../venice/lib/networkRSB/PBFloatProtos.PBFloat.html" title="class in venice.lib.networkRSB">PBFloatProtos.PBFloat</a> parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException</pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code>java.io.IOException</code></dd></dl>
</li>
</ul>
<a name="parseDelimitedFrom(java.io.InputStream)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>parseDelimitedFrom</h4>
<pre>public static <a href="../../../venice/lib/networkRSB/PBFloatProtos.PBFloat.html" title="class in venice.lib.networkRSB">PBFloatProtos.PBFloat</a> parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException</pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code>java.io.IOException</code></dd></dl>
</li>
</ul>
<a name="parseDelimitedFrom(java.io.InputStream, com.google.protobuf.ExtensionRegistryLite)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>parseDelimitedFrom</h4>
<pre>public static <a href="../../../venice/lib/networkRSB/PBFloatProtos.PBFloat.html" title="class in venice.lib.networkRSB">PBFloatProtos.PBFloat</a> parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException</pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code>java.io.IOException</code></dd></dl>
</li>
</ul>
<a name="parseFrom(com.google.protobuf.CodedInputStream)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>parseFrom</h4>
<pre>public static <a href="../../../venice/lib/networkRSB/PBFloatProtos.PBFloat.html" title="class in venice.lib.networkRSB">PBFloatProtos.PBFloat</a> parseFrom(com.google.protobuf.CodedInputStream input)
throws java.io.IOException</pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code>java.io.IOException</code></dd></dl>
</li>
</ul>
<a name="parseFrom(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>parseFrom</h4>
<pre>public static <a href="../../../venice/lib/networkRSB/PBFloatProtos.PBFloat.html" title="class in venice.lib.networkRSB">PBFloatProtos.PBFloat</a> parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException</pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code>java.io.IOException</code></dd></dl>
</li>
</ul>
<a name="newBuilder()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newBuilder</h4>
<pre>public static <a href="../../../venice/lib/networkRSB/PBFloatProtos.PBFloat.Builder.html" title="class in venice.lib.networkRSB">PBFloatProtos.PBFloat.Builder</a> newBuilder()</pre>
</li>
</ul>
<a name="newBuilderForType()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newBuilderForType</h4>
<pre>public <a href="../../../venice/lib/networkRSB/PBFloatProtos.PBFloat.Builder.html" title="class in venice.lib.networkRSB">PBFloatProtos.PBFloat.Builder</a> newBuilderForType()</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code>newBuilderForType</code> in interface <code>com.google.protobuf.Message</code></dd>
<dt><strong>Specified by:</strong></dt>
<dd><code>newBuilderForType</code> in interface <code>com.google.protobuf.MessageLite</code></dd>
</dl>
</li>
</ul>
<a name="newBuilder(venice.lib.networkRSB.PBFloatProtos.PBFloat)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newBuilder</h4>
<pre>public static <a href="../../../venice/lib/networkRSB/PBFloatProtos.PBFloat.Builder.html" title="class in venice.lib.networkRSB">PBFloatProtos.PBFloat.Builder</a> newBuilder(<a href="../../../venice/lib/networkRSB/PBFloatProtos.PBFloat.html" title="class in venice.lib.networkRSB">PBFloatProtos.PBFloat</a> prototype)</pre>
</li>
</ul>
<a name="toBuilder()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>toBuilder</h4>
<pre>public <a href="../../../venice/lib/networkRSB/PBFloatProtos.PBFloat.Builder.html" title="class in venice.lib.networkRSB">PBFloatProtos.PBFloat.Builder</a> toBuilder()</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code>toBuilder</code> in interface <code>com.google.protobuf.Message</code></dd>
<dt><strong>Specified by:</strong></dt>
<dd><code>toBuilder</code> in interface <code>com.google.protobuf.MessageLite</code></dd>
</dl>
</li>
</ul>
<a name="newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>newBuilderForType</h4>
<pre>protected <a href="../../../venice/lib/networkRSB/PBFloatProtos.PBFloat.Builder.html" title="class in venice.lib.networkRSB">PBFloatProtos.PBFloat.Builder</a> newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code>newBuilderForType</code> in class <code>com.google.protobuf.GeneratedMessage</code></dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= 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 class="navBarCell1Rev">Class</li>
<li><a href="class-use/PBFloatProtos.PBFloat.html">Use</a></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><a href="../../../venice/lib/networkRSB/PBFloatProtos.html" title="class in venice.lib.networkRSB"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../venice/lib/networkRSB/PBFloatProtos.PBFloat.Builder.html" title="class in venice.lib.networkRSB"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?venice/lib/networkRSB/PBFloatProtos.PBFloat.html" target="_top">Frames</a></li>
<li><a href="PBFloatProtos.PBFloat.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>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li><a href="#nested_class_summary">Nested</a> | </li>
<li><a href="#field_summary">Field</a> | </li>
<li>Constr | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li><a href="#field_detail">Field</a> | </li>
<li>Constr | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
| dsg-bielefeld/Venice | VeniceLib/doc/venice/lib/networkRSB/PBFloatProtos.PBFloat.html | HTML | mit | 36,778 |
<h3>NAME</h3>
grant_access(): Grant SELECT & EXECUTE to all grantees on common_schema
<h3>TYPE</h3>
Procedure
<h3>DESCRIPTION</h3>
<p>
This is a <i>common_schema</i> meta routine, which grants access on common_schema to all
existing accounts.
</p>
<p>
It will, in particular, grant <strong>SELECT</strong> and <strong>EXECUTE</strong>
on all tables, views and routines in common_schema.
</p>
<p>
You may possibly wish to execute this routine after <i>common_schema</i> installation
so as to allow all accounts access to <i>common_schema</i>.
</p>
<h3>SYNOPSIS</h3>
<p>
<blockquote><pre>grant_access()
MODIFIES SQL DATA</pre></blockquote>
</p>
<h3>ENVIRONMENT</h3>
MySQL 5.1 or newer
<h3>SEE ALSO</h3>
<a href="duplicate_grantee.html">duplicate_grantee()</a>,
<a href="processlist_grantees.html">processlist_grantees</a>,
<a href="sql_accounts.html">sql_accounts</a>
<h3>AUTHOR</h3>
Shlomi Noach
| shlomi-noach/common_schema | doc/templates/components/grant_access.html | HTML | mit | 911 |
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Gerta Scharffenorth Stiftung</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="stylesheet" href="css/main.css">
<script src="js/vendor/modernizr-2.6.2.min.js"></script>
<!-- Respond.js for IE 8 or less only -->
<!--[if (lt IE 9) & (!IEMobile)]>
<script src="js/vendor/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!--[if lte IE 7]>
<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]-->
<!-- Add your site or application content here -->
<header role="banner">
<nav role="navigation" class="navbar navbar-static-top navbar-default">
<div class"container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"><img src="img/logo_neu.jpg" width="160" alt="Gerta Scharffenorth Stiftung"></a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class"active">
<a href="index.html">
<span class="icon fa fa-home"></span> Home
</a>
</li>
<li><a href="about.html">
<span class="icon fa fa-user"> Über uns</a>
</li>
<li><a href="vorstand.html">
<span class="icon fa fa-group"> Vorstand</a>
</li>
<li><a href="contact.html">
<span class="icon fa fa-envelope"> Kontakt</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<main role="main">
<div class="page-contents container">
</div class="row">
<div class="page-contents container">
<div class="row">
<div class="col-sm-12">
<h2>Über uns</h2>
<p>Die Gerta-Scharffenorth-Stiftung hat sich zum Ziel gesetzt, Friedensprojekte in Polen und Deutschland gemeinsam mit anderen Institutionen und Stiftungen zu unterstützen.<br>
Die Stiftung wurde am 1.4.1989 in Heidelberg ins Leben gerufen und hat in den nunmehr mehr als 25 Jahren ihres Bestehens eine Vielzahl von Projekten und Initiativen im Rahmen ihres Stiftungsauftrages unterstützt. Einen Überblick über die geförderten Projekt finden sie in der Rubrik <a href="projekte.html">Projekte</a>.<br>
Der Auftrag der Stiftung ist inspiriert durch das Lebenswerk von <a href="gerta.html">Dr. Gerta Scharffenorth</a>, der Namensgeberin in derem Sinne die Stiftung als Familienstiftung anzusehen ist. Aufgewachsen im heutigen Polen in der Zeit zwischen den beiden Weltkriegen hatte Dr. Gerta Scharffenorth in sehr persönliche Beziehung zum heutigen Polen und sie hat sich Zeit Ihres langen Lebens für die Aussöhnung zwischen beiden Völkern eingesetzt.<br>
</p>
</div>
</div>
</div>
</main>
<footer role="contentinfo">
<div class="container">
<p><a href="index.html"><img src="img/logo_neu.jpg" width="120" alt="Gerta Scharffenorth Stiftung"></a></p>
<ul class="social">
<li><a href="#" title="Twitter Profile"><span class="icon fa fa-twitter"></span></a></li>
<li><a href="#" title="Facebook Profile"><span class="icon fa fa-facebook"></span></a></li>
<li><a href="#" title="Google+ Profile"><span class="icon fa fa-google-plus"></span></a></li>
</ul>
</div>
<div class="container">
<p><small>Copyright © Gerta-Scharffenorth Stiftung</small></p>
</div>
</footer>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.10.2.min.js"><\/script>')</script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='//www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-XXXXX-X');ga('send','pageview');
</script>
</body>
</html>
| geksgmbh/Project_Stiftung | about.html | HTML | mit | 5,117 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Resultados Test </title>
<meta name="description" content="">
<meta name="keywords" content="">
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
<link href="/tests/styles.css" rel="stylesheet" type="text/css">
<!--
<script src="/tests/validate.js" type="text/javascript" language="javascript"></script>
<script type="text/javascript" language="javascript1.3">
function openDatePicker(fieldname, format) {
dHeight = 265;
dWidth = 250;
if ( !format ) { format = "EU"; }
dWin = window.open( "/tests/DatePicker?OpenPage&FIELD="+fieldname+"&FORMAT="+format, "dDatePicker", "height="+dHeight+",width=" + dWidth+",left="+(screen.width-dWidth)/2+",top=" + (screen.height-dHeight)/2 );
dWin.focus();
}
function AskDelete(form) {
if (confirm("Estas seguro que quieres borrar esta ficha?")) {
form.submit();
return (true);
} else {
return (false);
}
}
</script>
-->
</head>
<body>
<div align="center">
<center>
<table width="600" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<font face="verdana, tahoma, arial" size="1">
<br>
<font color="#008080" size="2"><b>RESULTADOS DEL TEST:</b></font>
<br>
<hr width="450" align="left" color="black" noshade>
<br>
<b>Tecnología Naval.</b><br>
1. El volumen de los espacios cerrados de una embarcación se llama:<br>
<font color='red'><b>RESPUESTA INCORRECTA!</b></font>
<ol><b>La respuesta correcta es la A: -------- Y tu respuesta ha sido: C</b><br>
A. Arqueo.<br>
B. Entrepuente.<br>
C. Bodega.<br>
D. Desplazamiento.<br>
</ol>
<b>Tecnología Naval.</b><br>
2. Si el calado de popa es igual al calado de proa:<br>
<font color='red'><b>RESPUESTA INCORRECTA!</b></font>
<ol><b>La respuesta correcta es la C: -------- Y tu respuesta ha sido: A</b><br>
A. El asiento es inestable.<br>
B. El asiento es casi cero.<br>
C. El buque navega en aguas iguales.<br>
D. Todas las respuestas anteriores son falsas.<br>
</ol>
<b>Tecnología Naval.</b><br>
3. La misión de las lumbreras es:<br>
<font color='red'><b>RESPUESTA INCORRECTA!</b></font>
<ol><b>La respuesta correcta es la B: -------- Y tu respuesta ha sido: A</b><br>
A. Achicar el agua de las sentinas.<br>
B. Dar luz y ventilación a los departamentos.<br>
C. Recoger el agua de lluvia.<br>
D. Dar acceso cuando el yate está atracado.<br>
</ol>
<b>Tecnología Naval.</b><br>
4. La pieza que, de proa a popa, sirve para afianzar las cuadernas, se llama:<br>
<font color='#33cc00'><b>RESPUESTA CORRECTA!</b></font>
<ol><b>La respuesta correcta es la A:</b><br>
A. Quilla.<br>
B. Roda.<br>
C. Plan.<br>
D. Sentina.<br>
</ol>
<b>Tecnología Naval.</b><br>
5. ¿Cómo se llama la pieza que, continuando la quilla en su parte de proa y, curvándose hacia arriba, forma ésta?.<br>
<font color='red'><b>RESPUESTA INCORRECTA!</b></font>
<ol><b>La respuesta correcta es la C: -------- Y tu respuesta ha sido: A</b><br>
A. Codaste.<br>
B. Trancanil.<br>
C. Roda.<br>
D. Pantoque.<br>
</ol>
<b>Tecnología Naval.</b><br>
6. La cavitación es un fenómeno que se produce debido a:<br>
<font color='red'><b>RESPUESTA INCORRECTA!</b></font>
<ol><b>La respuesta correcta es la D: -------- Y tu respuesta ha sido: A</b><br>
A. Suciedad en la hélice.<br>
B. La excesiva potencia de los motores.<br>
C. La defectuosa alineación del eje de la hélice.<br>
D. El exceso del número de revoluciones de la hélice.<br>
</ol>
<b>Maniobras.</b><br>
7. Una turafalla sirve para:<br>
<font color='red'><b>RESPUESTA INCORRECTA!</b></font>
<ol><b>La respuesta correcta es la D: -------- Y tu respuesta ha sido: A</b><br>
A. Comer.<br>
B. Evitar un abordaje.<br>
C. Apagar un incendio.<br>
D. Tapar una vía de agua.<br>
</ol>
<b>Maniobras.</b><br>
8. Capeando un temporal, la posición de equilibrio se logra:<br>
<font color='red'><b>RESPUESTA INCORRECTA!</b></font>
<ol><b>La respuesta correcta es la C: -------- Y tu respuesta ha sido: A</b><br>
A. Con el timón a la vía, la velocidad nula y el viento de través.<br>
B. Con el timón a la vía, la velocidad nula y el viento de popa.<br>
C. Con el timón a la vía, la velocidad nula y el viento por la amura.<br>
D. Con el timón a la vía, la velocidad nula y el viento de través hacia popa.<br>
</ol>
<b>Maniobras.</b><br>
9. El tiempo de supervivencia en la mar, depende:<br>
<font color='red'><b>RESPUESTA INCORRECTA!</b></font>
<ol><b>La respuesta correcta es la D: -------- Y tu respuesta ha sido: A</b><br>
A. De la temperatura del agua.<br>
B. De la edad y la corpulencia.<br>
C. De la actividad en el agua.<br>
D. Todas las respuestas son correctas.<br>
</ol>
<b>Maniobras.</b><br>
10. Sin más cabos dados a tierra, si queremos atracar la popa y mover la embarcación hacia atrás, cobraremos de:<br>
<font color='red'><b>RESPUESTA INCORRECTA!</b></font>
<ol><b>La respuesta correcta es la D: -------- Y tu respuesta ha sido: A</b><br>
A. El largo de proa.<br>
B. La amarra de proa.<br>
C. El spring de popa.<br>
D. El largo de popa.<br>
</ol>
<b>Maniobras.</b><br>
11. La mecha es:<br>
<font color='red'><b>RESPUESTA INCORRECTA!</b></font>
<ol><b>La respuesta correcta es la B: -------- Y tu respuesta ha sido: A</b><br>
A. Una parte de la vela.<br>
B. Una parte del timón.<br>
C. Una parte de la hélice.<br>
D. Una parte del ancla.<br>
</ol>
<b>Maniobras.</b><br>
12. Para que tenga lugar un incendio, qué elementos se han de dar:<br>
<font color='red'><b>RESPUESTA INCORRECTA!</b></font>
<ol><b>La respuesta correcta es la B: -------- Y tu respuesta ha sido: A</b><br>
A. Temperatura, combustible y CO2.<br>
B. Temperatura, combustible, reacción en cadena y oxígeno.<br>
C. Oxígeno, temperatura y combustible.<br>
D. Reacción en cadena, combustible, comburente y calor.<br>
</ol>
<b>Seguridad en la Mar.</b><br>
13. Si se nos incendia el radar, deberemos apagar el incendio con:<br>
<font color='red'><b>RESPUESTA INCORRECTA!</b></font>
<ol><b>La respuesta correcta es la C: -------- Y tu respuesta ha sido: A</b><br>
A. Agua dulce.<br>
B. Agua salada.<br>
C. CO2.<br>
D. Espuma.<br>
</ol>
<b>Seguridad en la Mar.</b><br>
14. Navegando en niebla, ¿qué riesgos tenemos?.<br>
<font color='red'><b>RESPUESTA INCORRECTA!</b></font>
<ol><b>La respuesta correcta es la B: -------- Y tu respuesta ha sido: A</b><br>
A. Abordaje.<br>
B. Abordaje y varada.<br>
C. Varada.<br>
D. El de perder la costa de vista.<br>
</ol>
<b>Seguridad en la Mar.</b><br>
15. En al momento anterior al abandono de buque, se deberá:<br>
<font color='red'><b>RESPUESTA INCORRECTA!</b></font>
<ol><b>La respuesta correcta es la C: -------- Y tu respuesta ha sido: A</b><br>
A. No gastar energías.<br>
B. Alejarse del buque lo más rápidamente posible.<br>
C. No perder la calma.<br>
D. Mantenerse unidos.<br>
</ol>
<b>Seguridad en la Mar.</b><br>
16. Si al abandonar el buque, hay que saltar agua,lo haremos:<br>
<font color='red'><b>RESPUESTA INCORRECTA!</b></font>
<ol><b>La respuesta correcta es la B: -------- Y tu respuesta ha sido: A</b><br>
A. Sentados.<br>
B. De pie.<br>
C. De cabeza.<br>
D. Desde la popa.<br>
</ol>
<b>Seguridad en la Mar.</b><br>
17. Un torniquete aplicado en un miembro superior, deberá mantenerse aplicado ininterrumpidamente, como máximo:<br>
<font color='red'><b>RESPUESTA INCORRECTA!</b></font>
<ol><b>La respuesta correcta es la D: -------- Y tu respuesta ha sido: A</b><br>
A. Una hora.<br>
B. Una hora y media.<br>
C. Dos horas.<br>
D. Veinte minutos.<br>
</ol>
<b>Seguridad en la Mar.</b><br>
18. ¿Qué es un arnés?.<br>
<font color='red'><b>RESPUESTA INCORRECTA!</b></font>
<ol><b>La respuesta correcta es la C: -------- Y tu respuesta ha sido: A</b><br>
A. Una parte de la obra viva del casco.<br>
B. Una parte de los elementos de fondeo.<br>
C. Un elemento de sujección y seguridad.<br>
D. Un compás para trabajar en la carta.<br>
</ol>
<b>Seguridad en la Mar.</b><br>
19. Cuando se navega con niebla se debe:<br>
<font color='red'><b>RESPUESTA INCORRECTA!</b></font>
<ol><b>La respuesta correcta es la C: -------- Y tu respuesta ha sido: A</b><br>
A. Reducir la velocidad.<br>
B. Tomar rizos.<br>
C. Hacer las señales acústicas reglamentarias.<br>
D. Arriar las velas.<br>
</ol>
<b>Seguridad en la Mar.</b><br>
20. ¿Cuántos tiempos tiene el método Nielsen?.<br>
<font color='red'><b>RESPUESTA INCORRECTA!</b></font>
<ol><b>La respuesta correcta es la D: -------- Y tu respuesta ha sido: A</b><br>
A. Depende del número de socorristas.<br>
B. Tres.<br>
C. Cinco.<br>
D. Cuatro.<br>
</ol>
<b>Seguridad en la Mar.</b><br>
21. ¿Qué se entiende por capear?.<br>
<font color='red'><b>RESPUESTA INCORRECTA!</b></font>
<ol><b>La respuesta correcta es la C: -------- Y tu respuesta ha sido: A</b><br>
A. Quedar con la quilla en el aire.<br>
B. Fondear a barbas de gato.<br>
C. Aguantar un mal tiempo por la amura.<br>
D. Emitir una señal de socorro.<br>
</ol>
<b>Navegación.</b><br>
22. ¿A qué se debe la deriva?.<br>
<font color='red'><b>RESPUESTA INCORRECTA!</b></font>
<ol><b>La respuesta correcta es la D: -------- Y tu respuesta ha sido: A</b><br>
A. Es el desvío producido por el campo magnético.<br>
B. A una operación matemática.<br>
C. Es el desvío que sufre el barco por efecto del viento.<br>
D. Es el desvío que sufre el barco por efecto de la corriente.<br>
</ol>
<b>Navegación.</b><br>
23. ¿Qué es el coeficiente de la corredera?.<br>
<font color='red'><b>RESPUESTA INCORRECTA!</b></font>
<ol><b>La respuesta correcta es la C: -------- Y tu respuesta ha sido: A</b><br>
A. La cantidad a sumar a la distancia marcada por la corredera para determinar la verdadera.<br>
B. La relación entre la distancia marcada por la corredera y la distancia verdadera.<br>
C. La relación entre la distancia verdadera y la que marca la corredera.<br>
D. La cantidad a restar a la distancia marcada por la corredera, para determinar la velocidad.<br>
</ol>
<b>Navegación.</b><br>
24. ¿Para qué sirve la aliada?.<br>
<font color='red'><b>RESPUESTA INCORRECTA!</b></font>
<ol><b>La respuesta correcta es la D: -------- Y tu respuesta ha sido: A</b><br>
A. Para marcar las líneas de máxima carga.<br>
B. Para hacer firme los cabos.<br>
C. Para leer los calados.<br>
D. Para tomar demoras, marcaciones, etc.<br>
</ol>
<b>Navegación.</b><br>
25. ¿Qué es el desvío del compás?.<br>
<font color='red'><b>RESPUESTA INCORRECTA!</b></font>
<ol><b>La respuesta correcta es la B: -------- Y tu respuesta ha sido: A</b><br>
A. El ángulo formado por el norte verdadero con el norte de aguja.<br>
B. El ángulo formado por el norte magnético con el norte de aguja.<br>
C. El ángulo formado por el norte de aguja con la proa del buque.<br>
D. El ángulo formado por el norte verdadero con el norte magnético.<br>
</ol>
<b>Navegación.</b><br>
26. Las partes de una corredera mecánica son:<br>
<font color='red'><b>RESPUESTA INCORRECTA!</b></font>
<ol><b>La respuesta correcta es la B: -------- Y tu respuesta ha sido: A</b><br>
A. Tubo pitot y hélice.<br>
B. Hélice, cordel, volante y reloj.<br>
C. Reloj y tubo pitot.<br>
D. Tubo pitot, emisor y paleta.<br>
</ol>
<b>Navegación.</b><br>
27. Si una corredera atrasa, ¿qué valor tendrá su coeficiente?.<br>
<font color='red'><b>RESPUESTA INCORRECTA!</b></font>
<ol><b>La respuesta correcta es la B: -------- Y tu respuesta ha sido: A</b><br>
A. Menor que la unidad.<br>
B. Mayor que la unidad.<br>
C. La unidad.<br>
D. Ninguna respuesta es correcta.<br>
</ol>
<b>Navegación.</b><br>
28. Las cartas que mayor extensión abarcan son:<br>
<font color='red'><b>RESPUESTA INCORRECTA!</b></font>
<ol><b>La respuesta correcta es la C: -------- Y tu respuesta ha sido: A</b><br>
A. Las de punto mayor.<br>
B. Los portulanos.<br>
C. Las generales.<br>
D. Los aproaches.<br>
</ol>
<b>Navegación.</b><br>
29. La declinación magnética varía según:<br>
<font color='red'><b>RESPUESTA INCORRECTA!</b></font>
<ol><b>La respuesta correcta es la C: -------- Y tu respuesta ha sido: A</b><br>
A. La sensibilidad de la aguja.<br>
B. Depende de la clase de buque.<br>
C. El lugar por donde naveguemos.<br>
D. El rumbo a que naveguemos.<br>
</ol>
<b>Navegación.</b><br>
30. Navegando al Ra=310º, al ser HRB=02-30, nos encontramos en la enfilación Cabo Roche-Cabo Trafalgar y, en este momento tomamos, simultáneamente, Da. Cº.Trafalgar=330º y Da. Pta. de Gracia=052º. ¿Cuál es nuestra situación?.<br>
<font color='red'><b>RESPUESTA INCORRECTA!</b></font>
<ol><b>La respuesta correcta es la D: -------- Y tu respuesta ha sido: A</b><br>
A. l= 36º 03,2'N. L=005º 56,2'W.<br>
B. l= 36º 02,6'N. L=005º 54,8'W.<br>
C. l= 36º 00,2'N. L=005º 58,6'W.<br>
D. l= 36º 01,6'N. L=005º 53,2'W.<br>
</ol>
<b>Navegación.</b><br>
31. HRB=15-05, un buque se encuentra en l=36º 02,4'N. y L=005º 54,0'W. y da rumbo para pasar a 4 millas del Faro de Cabo Trafalgar. La declinación magnética=4º NW, el desvío del compás, 2º NE. ¿Cuál será el Ra ?.<br>
<font color='red'><b>RESPUESTA INCORRECTA!</b></font>
<ol><b>La respuesta correcta es la D: -------- Y tu respuesta ha sido: A</b><br>
A. 295º.<br>
B. 310º.<br>
C. 297º.<br>
D. 303º.<br>
</ol>
<b>Navegación.</b><br>
32. Al ser HRB=08-00, navegando al Ra=S 85 E, se toma simultáneamente, marcación del Faro de Cabo Espartel=144º, y marcación del Faro de Pta. Alcázar=030º, la declinación magnética=4º NW, el desvío del compás=2º NW. ¿Situación?:<br>
<font color='red'><b>RESPUESTA INCORRECTA!</b></font>
<ol><b>La respuesta correcta es la D: -------- Y tu respuesta ha sido: A</b><br>
A. l= 35º 55,0'N. L=006º 13,4'W.<br>
B. l= 36º 55,0'N. L=006º 13,4'W.<br>
C. l= 36º 05,0'N. L=005º 43,4'W.<br>
D. l= 35º 55,0'N. L=005º 43,4'W.<br>
</ol>
<b>Navegación.</b><br>
33. Navegando al Ra=279º, al ser HRB=15-00, tomamos Da del Faro de Cº.Espartel=199º y Da del Faro de Pta. Malabata=119º, variación=5º NW, desvío=1º NE. ¿Cuál es nuestra situación?.<br>
<font color='#33cc00'><b>RESPUESTA CORRECTA!</b></font>
<ol><b>La respuesta correcta es la A:</b><br>
A. l= 35º 52,4'N. L=005º 53,8'W.<br>
B. l= 36º 02,0'N. L=005º 43,0'W.<br>
C. l= 36º 02,0'N. L=005º 53,6'W.<br>
D. l= 35º 52,0'N. L=005º 43,0'W.<br>
</ol>
<b>Meteorología.</b><br>
34. Un viento Norte, quiere decir que sopla de:<br>
<font color='red'><b>RESPUESTA INCORRECTA!</b></font>
<ol><b>La respuesta correcta es la D: -------- Y tu respuesta ha sido: A</b><br>
A. Proa.<br>
B. Popa.<br>
C. Del Sur.<br>
D. Del Norte.<br>
</ol>
<b>Meteorología.</b><br>
35. Cuanto mayor sea el contraste térmico entre la tierra y el mar, el virazón será:<br>
<font color='#33cc00'><b>RESPUESTA CORRECTA!</b></font>
<ol><b>La respuesta correcta es la A:</b><br>
A. Más fuerte.<br>
B. Más cambiante.<br>
C. Más rolón.<br>
D. Más débil,<br>
</ol>
<b>Meteorología.</b><br>
36. Una bajada de presión, acompañada de una subida de temperatura, es indicativo de:<br>
<font color='red'><b>RESPUESTA INCORRECTA!</b></font>
<ol><b>La respuesta correcta es la C: -------- Y tu respuesta ha sido: A</b><br>
A. Nubes de desarrollo vertical.<br>
B. Una ligera mejoría del tiempo.<br>
C. Un empeoramiento del tiempo.<br>
D. Nieblas de radiación.<br>
</ol>
<b>Meteorología.</b><br>
37. ¿Qué vientos corresponden a movimientos lentos del barómetro?.<br>
<font color='red'><b>RESPUESTA INCORRECTA!</b></font>
<ol><b>La respuesta correcta es la C: -------- Y tu respuesta ha sido: A</b><br>
A. Fuertes.<br>
B. Muy fuertes.<br>
C. Moderados.<br>
D. Huracanados.<br>
</ol>
<b>Comunicaciones.</b><br>
38. A un buque se le ha caído un tripulante por la borda, necesitando el auxilio de otros buques, para intentar el rescate. ¿Qué tipo de mensaje efectuará?.<br>
<font color='#33cc00'><b>RESPUESTA CORRECTA!</b></font>
<ol><b>La respuesta correcta es la A:</b><br>
A. De urgencia.<br>
B. De socorro<br>
C. De alarma.<br>
D. De seguridad.<br>
</ol>
<b>Comunicaciones.</b><br>
39. ¿Quién debe transmitir un MAYDAY RELAY?.<br>
<font color='red'><b>RESPUESTA INCORRECTA!</b></font>
<ol><b>La respuesta correcta es la C: -------- Y tu respuesta ha sido: A</b><br>
A. Cualquier estación en los períodos de silencio.<br>
B. La estación costera.<br>
C. El barco que escuche un MAYDAY y no pueda acudir.<br>
D. Un barco que esté en peligro.<br>
</ol>
<b>Comunicaciones.</b><br>
40. En radiotelefonía, los períodos de silencio son:<br>
<font color='#33cc00'><b>RESPUESTA CORRECTA!</b></font>
<ol><b>La respuesta correcta es la A:</b><br>
A. Durante los minutos 00 a 03 y 30 a 33 de cada hora.<br>
B. Durante los minutos 15 a 18 y 45 a 48 de cada hora.<br>
C. Durante los minutos 13 a 15 y 43 a 45 de cada hora.<br>
D. Durante los minutos 27 a 30 y 57 a 60 de cada hora.<br>
</ol>
<b>Comunicaciones.</b><br>
41. Según el Reglamento de comunicaciones se prohiben:<br>
<font color='red'><b>RESPUESTA INCORRECTA!</b></font>
<ol><b>La respuesta correcta es la D: -------- Y tu respuesta ha sido: A</b><br>
A. La transmisión de señales y correspondencia superfluas.<br>
B. Las transmisiones inútiles.<br>
C. Las transmisiones de señales falsas o engañosas.<br>
D. Todo lo anterior.<br>
</ol>
<b>Propulsión Mecánica.</b><br>
42. En un motor de dos tiempos, la expansión se efectúa durante:<br>
<font color='red'><b>RESPUESTA INCORRECTA!</b></font>
<ol><b>La respuesta correcta es la B: -------- Y tu respuesta ha sido: A</b><br>
A. Al alcanzar el pistón el punto muerto superior.<br>
B. El segundo tiempo.<br>
C. El primer tiempo.<br>
D. La primera carrera ascendente.<br>
</ol>
<b>Propulsión Mecánica.</b><br>
43. En un motor de cuatro tiempos, el gasoil es introducido en la cámara de combustión mediante:<br>
<font color='#33cc00'><b>RESPUESTA CORRECTA!</b></font>
<ol><b>La respuesta correcta es la A:</b><br>
A. Los inyectores.<br>
B. La válvula de admisión.<br>
C. El carburador.<br>
D. Las lumbreras de admisión.<br>
</ol>
<b>Propulsión Mecánica.</b><br>
44. La biela va unida por sus extremos a:<br>
<font color='red'><b>RESPUESTA INCORRECTA!</b></font>
<ol><b>La respuesta correcta es la B: -------- Y tu respuesta ha sido: A</b><br>
A. El pistón y el bulón .<br>
B. El pistón y el cigüeñal.<br>
C. La camisa y el cilindro.<br>
D. La válvula y el balancín.<br>
</ol>
<b>Reglamentos y Señales.</b><br>
45. ¿Qué se entiende por capacidad de maniobra restringida?.<br>
<font color='#33cc00'><b>RESPUESTA CORRECTA!</b></font>
<ol><b>La respuesta correcta es la A:</b><br>
A. Que tiene reducida su maniobra conforme con el Reglamento.<br>
B. Cuando navega por aguas muy profundas.<br>
C. Que no se autoriza a navegar por esa zona.<br>
D. Que navega por aguas poco profundas.<br>
</ol>
<b>Reglamentos y Señales.</b><br>
46. En la medida de lo posible, un pesquero faenando se mantendrá apartado de la derrota de:<br>
<font color='red'><b>RESPUESTA INCORRECTA!</b></font>
<ol><b>La respuesta correcta es la D: -------- Y tu respuesta ha sido: A</b><br>
A. Un buque sin gobierno.<br>
B. Un buque con capacidad de maniobra restringida.<br>
C. Un buque dragando.<br>
D. Todo lo anterior es correcto.<br>
</ol>
<b>Reglamentos y Señales.</b><br>
47. ¿Puede una embarcación de recreo de propulsión mecánica obligar a maniobrar a un mercante?.<br>
<font color='red'><b>RESPUESTA INCORRECTA!</b></font>
<ol><b>La respuesta correcta es la C: -------- Y tu respuesta ha sido: A</b><br>
A. Maniobrará el que vea al otro por babor.<br>
B. Siempre maniobrará el mercante.<br>
C. Maniobrará el que vea al otro por estribor.<br>
D. No, en ningún caso.<br>
</ol>
<b>Reglamentos y Señales.</b><br>
48. ¿Qué señal fónica realizará un velero en tiempo de niebla?.<br>
<font color='red'><b>RESPUESTA INCORRECTA!</b></font>
<ol><b>La respuesta correcta es la C: -------- Y tu respuesta ha sido: A</b><br>
A. Dos pitadas cortas.<br>
B. Una pitada larga.<br>
C. Una pitada larga y dos cortas.<br>
D. Tres pitadas largas.<br>
</ol>
<b>Reglamentos y Señales.</b><br>
49. ¿Cuándo existe riesgo de abordaje entre dos embarcaciones?.<br>
<font color='red'><b>RESPUESTA INCORRECTA!</b></font>
<ol><b>La respuesta correcta es la D: -------- Y tu respuesta ha sido: A</b><br>
A. Cuando se aproximan por el costado de estribor.<br>
B. Cuando llevan rumbos opuestos.<br>
C. Cuando se aproximan por el costado de babor.<br>
D. Cuando la marcación es constante y la distancia disminuye.<br>
</ol>
<b>Reglamentos y Señales.</b><br>
50. ¿Qué luces exhibirá un velero?.<br>
<font color='red'><b>RESPUESTA INCORRECTA!</b></font>
<ol><b>La respuesta correcta es la C: -------- Y tu respuesta ha sido: A</b><br>
A. Luces de costado.<br>
B. Luces de costado, alcance y tope.<br>
C. Luces de costado y alcance.<br>
D. Dos luces rojas.<br>
</ol>
<b>Reglamentos y Señales.</b><br>
51. Una luz amarilla centelleante corresponde a un buque:<br>
<font color='red'><b>RESPUESTA INCORRECTA!</b></font>
<ol><b>La respuesta correcta es la B: -------- Y tu respuesta ha sido: A</b><br>
A. Es una señal para pedir socorro.<br>
B. Un aerodeslizador.<br>
C. Un buque portaviones.<br>
D. No corresponde a ningún navío del Reglamento.<br>
</ol>
<b>Reglamentos y Señales.</b><br>
52. La luz de remolque tiene un arco de visibilidad de:<br>
<font color='#33cc00'><b>RESPUESTA CORRECTA!</b></font>
<ol><b>La respuesta correcta es la A:</b><br>
A. 135º.<br>
B. 225º.<br>
C. 220º.<br>
D. 112,5º.<br>
</ol>
<b>Reglamentos y Señales.</b><br>
53. ¿Qué señal izará de día un buque varado?.<br>
<font color='red'><b>RESPUESTA INCORRECTA!</b></font>
<ol><b>La respuesta correcta es la D: -------- Y tu respuesta ha sido: A</b><br>
A. Una señal en forma de rombo negro.<br>
B. Dos globos negros visibles en todo el horizonte.<br>
C. Un cono negro con el vértice hacia abajo.<br>
D. Tres globos negros visibles en todo el horizonte.<br>
</ol>
<b>Reglamentos y Señales.</b><br>
54. Las luces de costado son aquéllas que:<br>
<font color='#33cc00'><b>RESPUESTA CORRECTA!</b></font>
<ol><b>La respuesta correcta es la A:</b><br>
A. Situadas a cada banda, verde la de estribor y roja la de babor, tienen un ángulo de visibilidad de 112,5º desde la proa.<br>
B. Situadas a cada banda, verde la de estribor y roja la de babor, tienen un ángulo de visibilidad de 135º desde la proa.<br>
C. Situadas a cada banda, roja la de estribor y verde la de babor, tienen un ángulo de visibilidad de 135º desde la proa.<br>
D. Situadas a cada banda, roja la de estribor y verde la de babor, tienen un ángulo de visibilidad de 112,5º desde la proa.<br>
</ol>
<b>Reglamentos y Señales.</b><br>
55. Si vemos tres luces en línea vertical, siendo rojas la superior y la inferior, y blanca la central, corresponden a un:<br>
<font color='red'><b>RESPUESTA INCORRECTA!</b></font>
<ol><b>La respuesta correcta es la C: -------- Y tu respuesta ha sido: A</b><br>
A. Buque de pesca no de arrastre.<br>
B. Buque varado.<br>
C. Buque con capacidad de maniobra restringida.<br>
D. Buque sin gobierno.<br>
</ol>
<b>Reglamentos y Señales.</b><br>
56. ¿Qué buque repica la campana durante cinco segundos y a intervalos de un minuto en tiempo de niebla?.<br>
<font color='red'><b>RESPUESTA INCORRECTA!</b></font>
<ol><b>La respuesta correcta es la C: -------- Y tu respuesta ha sido: A</b><br>
A. Un buque navegando a vela.<br>
B. Un remolcador.<br>
C. Un buque fondeado.<br>
D. Un buque varado.<br>
</ol>
<b>Reglamentos y Señales.</b><br>
57. Navegando en condiciones de visibilidad reducida, oímos dos pitadas largas, corresponden a un:<br>
<font color='red'><b>RESPUESTA INCORRECTA!</b></font>
<ol><b>La respuesta correcta es la D: -------- Y tu respuesta ha sido: A</b><br>
A. Buque fondeado.<br>
B. Buque con capacidad de maniobra restringida.<br>
C. Buque de pesca.<br>
D. Ninguna de las respuestas es correcta.<br>
</ol>
<b>Reglamentos y Señales.</b><br>
58. Si navegando, emitimos una señal fónica, consistente en tres pitadas cortas, estaremos indicando:<br>
<font color='red'><b>RESPUESTA INCORRECTA!</b></font>
<ol><b>La respuesta correcta es la C: -------- Y tu respuesta ha sido: A</b><br>
A. Que estamos en peligro.<br>
B. Que caemos a estribor.<br>
C. Que estamos dando atrás.<br>
D. Que caemos a babor.<br>
</ol>
<b>Reglamentos y Señales.</b><br>
59. Qué maniobra hay que realizar cuando dos buques navegan de vuelta encontrada:<br>
<font color='#33cc00'><b>RESPUESTA CORRECTA!</b></font>
<ol><b>La respuesta correcta es la A:</b><br>
A. Caer ambos a estribor.<br>
B. Caer ambos a babor.<br>
C. Caer uno a babor y otro a estribor.<br>
D. Parar y dar máquina atrás.<br>
</ol>
<b>Balizamiento.</b><br>
60. Las marcas cardinales que indican el cuadrante sur, enseñan una luz, (cuando está dotada de ella):<br>
<font color='red'><b>RESPUESTA INCORRECTA!</b></font>
<ol><b>La respuesta correcta es la C: -------- Y tu respuesta ha sido: A</b><br>
A. Amarilla.<br>
B. Roja.<br>
C. Blanca.<br>
D. Verde,<br>
</ol>
<b>Balizamiento.</b><br>
61. Se puede duplicar el balizamiento cuando surge un peligro nuevo:<br>
<font color='#33cc00'><b>RESPUESTA CORRECTA!</b></font>
<ol><b>La respuesta correcta es la A:</b><br>
A. Solamente cuando el peligro es particularmente grave.<br>
B. Sí.<br>
C. Siempre.<br>
D. No.<br>
</ol>
<b>Balizamiento.</b><br>
62. Las marcas cardinales, se utilizan asociadas al compás del buque para:<br>
<font color='red'><b>RESPUESTA INCORRECTA!</b></font>
<ol><b>La respuesta correcta es la C: -------- Y tu respuesta ha sido: A</b><br>
A. Indican las zonas a las que se hace referencia en las cartas náuticas.<br>
B. Se utilizan en canales bien definidos.<br>
C. Indicar al navegante donde están las aguas navegables.<br>
D. Indicar que las aguas son navegables a su alrededor.<br>
</ol>
<b>Balizamiento.</b><br>
63. ¿Qué color tienen las marcas especiales?.<br>
<font color='red'><b>RESPUESTA INCORRECTA!</b></font>
<ol><b>La respuesta correcta es la D: -------- Y tu respuesta ha sido: A</b><br>
A. Blanco.<br>
B. Rojo.<br>
C. Verde.<br>
D. Amarillo.<br>
</ol>
<b>Legislación.</b><br>
64. En caso de haber algún certificado caducado:<br>
<font color='red'><b>RESPUESTA INCORRECTA!</b></font>
<ol><b>La respuesta correcta es la C: -------- Y tu respuesta ha sido: A</b><br>
A. Se multará al patrón.<br>
B. Se multará al propietario.<br>
C. No se despachará, o se despachará con una anotación.<br>
D. No pasa nada.<br>
</ol>
<b>Legislación.</b><br>
65. El Cto. de Seguridad de Construcción, en una embarcación menor de 20 TRB, lo expide:<br>
<font color='red'><b>RESPUESTA INCORRECTA!</b></font>
<ol><b>La respuesta correcta es la C: -------- Y tu respuesta ha sido: A</b><br>
A. No es necesario dicho acto.<br>
B. El Cónsul.<br>
C. El inspector de SEVIMAR.<br>
D. La Inspección de Buques de la Provincia Marítima.<br>
</ol>
<br>
</font>
<hr width="450" align="left" color="black" noshade>
<font face="verdana, tahoma, arial" size="2">
<br>
Número de aciertos:<b>11</b> de un total de: <b>65</b> = <b> 16,92%</b><br>
<br>Tiene que responder correctamente a 46 preguntas globalmente (70,77%). De los ejercicios de carta, hay que resolver correctamente dos; de las 15 preguntas del Reglamento hay que acertar 11, y de las 4 de Balizamiento, hay que responder correctamente dos. <br>
<br>
</font>
<hr width="450" align="left" color="black" noshade>
</td>
</tr>
</table>
</center>
<hr>
<a href="/tests/index.php">Menú Principal Tests</a> |
<a href="/tests/logout.php">Logout</a>
</div>
<br>
</body>
</html> | fguillen/Testilia | etc/escuela_balear_tests/html/tests_balear_28.html | HTML | mit | 27,229 |
<!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=".">8.4.dev / contrib:pts dev</a></li>
<li class="active"><a href="">2014-12-04 23:21:02</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:pts
<small>
dev
<span class="label label-info">Not compatible with this Coq</span>
</small>
</h1>
<p><em><script>document.write(moment("2014-12-04 23:21:02 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2014-12-04 23:21:02 UTC)</em><p>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>ruby lint.rb unstable ../unstable/packages/coq:contrib:pts/coq:contrib:pts.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:pts.dev coq.8.4.dev</code></dd>
<dt>Return code</dt>
<dd>768</dd>
<dt>Duration</dt>
<dd>0 s</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.4.dev).
The following dependencies couldn't be met:
- coq:contrib:pts -> coq >= dev
Your request can't be satisfied:
- Conflicting version constraints for coq
No solution found, exiting
</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>opam remove -y coq; opam install -y --dry-run coq:contrib:pts.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.8.4.dev
=== 1 to remove ===
=-=- Removing Packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Removing coq.8.4.dev.
[WARNING] Directory /home/bench/.opam/system/lib/coq is not empty, not removing
[WARNING] Directory /home/bench/.opam/system/share/coq is not empty, not removing
The following actions will be performed:
- install coq.hott [required by coq:contrib:pts]
- install coq:contrib:pts.dev
=== 2 to install ===
=-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
=-=- Installing packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Building coq.hott:
./configure -configdir /home/bench/.opam/system/lib/coq/config -mandir /home/bench/.opam/system/man -docdir /home/bench/.opam/system/doc -prefix /home/bench/.opam/system -usecamlp5 -camlp5dir /home/bench/.opam/system/lib/camlp5 -coqide no
make -j4
make install
Installing coq.hott.
Building coq:contrib:pts.dev:
coq_makefile -f Make -o Makefile
make -j4
make install
Installing coq:contrib:pts.dev.
</pre></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>Duration</dt>
<dd>0 s</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.01.0-1.2.0/unstable/8.4.dev/contrib:pts/dev/2014-12-04_23-21-02.html | HTML | mit | 6,868 |
<!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"></meta>
<title>70476-82-3.smi.png.html</title>
</head>
<body>ID70476-82-3<br/>
<img border="0" src="70476-82-3.smi.png" alt="70476-82-3.smi.png"></img><br/>
<br/>
<table border="1">
<tr>
<td></td><td>ID</td><td>Formula</td><td>FW</td><td>DSSTox_CID</td><td>DSSTox_RID</td><td>DSSTox_GSID</td><td>DSSTox_FileID_Sort</td><td>TS_ChemName</td><td>TS_ChemName_Synonyms</td><td>TS_CASRN</td><td>CASRN_ChemName_Relationship</td><td>TS_Description</td><td>ChemNote</td><td>STRUCTURE_Shown</td><td>STRUCTURE_Formula</td><td>STRUCTURE_MW</td><td>STRUCTURE_ChemType</td><td>STRUCTURE_DefinedOrganicForm</td><td>STRUCTURE_IUPAC</td><td>STRUCTURE_SMILES</td><td>STRUCTURE_SMILES_Desalt</td><td>Substance_modify_yyyymmdd</td></tr>
<tr>
<td>70476-82-3</td><td>10792</td><td>C22H30Cl2N4O6</td><td>517.4028 (444.4809+36.4609+36.4609)</td><td>25173</td><td>80722</td><td>45173</td><td>5403</td><td>Mitoxantrone dihydrochloride</td><td></td><td>70476-82-3</td><td>primary</td><td>single chemical compound</td><td>parent [65271-80-9]</td><td>tested chemical</td><td>C22H30Cl2N4O6</td><td>517.4028</td><td>defined organic</td><td>complex</td><td>1,4-dihydroxy-5,8-bis({2-[(2-hydroxyethyl)amino]ethyl}amino)anthracene-9,10-dione dihydrochloride</td><td>Cl.Cl.OCCNCCNc3ccc(NCCNCCO)c2C(=O)c1c(O)ccc(O)c1C(=O)c23</td><td>OCCNCCNc3ccc(NCCNCCO)c2C(=O)c1c(O)ccc(O)c1C(=O)c23</td><td>20100107</td></tr>
</table>
<br/><br/><font size="-2">(Page generated on Wed Sep 17 04:00:59 2014 by <a href="http://www.embl.de/~gpau/hwriter/index.html">hwriter</a> 1.3)</font><br/>
</body></html> | andrewdefries/ToxCast | Figure3/Tox21_nnm/WorkHere/70476-82-3.smi.png.html | HTML | mit | 1,820 |
<!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_31) on Wed Dec 17 20:47:39 PST 2014 -->
<title>URISyntax (Java Platform SE 8 )</title>
<meta name="date" content="2014-12-17">
<meta name="keywords" content="javax.print.attribute.URISyntax class">
<meta name="keywords" content="getURI()">
<meta name="keywords" content="hashCode()">
<meta name="keywords" content="equals()">
<meta name="keywords" content="toString()">
<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="URISyntax (Java Platform SE 8 )";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10,"i2":10,"i3":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</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><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/URISyntax.html">Use</a></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"><strong>Java™ Platform<br>Standard Ed. 8</strong></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../javax/print/attribute/UnmodifiableSetException.html" title="class in javax.print.attribute"><span class="typeNameLink">Prev Class</span></a></li>
<li>Next Class</li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?javax/print/attribute/URISyntax.html" target="_top">Frames</a></li>
<li><a href="URISyntax.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>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor.summary">Constr</a> | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor.detail">Constr</a> | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">javax.print.attribute</div>
<h2 title="Class URISyntax" class="title">Class URISyntax</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="../../../java/lang/Object.html" title="class in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li>javax.print.attribute.URISyntax</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="../../../java/io/Serializable.html" title="interface in java.io">Serializable</a>, <a href="../../../java/lang/Cloneable.html" title="interface in java.lang">Cloneable</a></dd>
</dl>
<dl>
<dt>Direct Known Subclasses:</dt>
<dd><a href="../../../javax/print/attribute/standard/Destination.html" title="class in javax.print.attribute.standard">Destination</a>, <a href="../../../javax/print/attribute/standard/PrinterMoreInfo.html" title="class in javax.print.attribute.standard">PrinterMoreInfo</a>, <a href="../../../javax/print/attribute/standard/PrinterMoreInfoManufacturer.html" title="class in javax.print.attribute.standard">PrinterMoreInfoManufacturer</a>, <a href="../../../javax/print/attribute/standard/PrinterURI.html" title="class in javax.print.attribute.standard">PrinterURI</a></dd>
</dl>
<hr>
<br>
<pre>public abstract class <span class="typeNameLabel">URISyntax</span>
extends <a href="../../../java/lang/Object.html" title="class in java.lang">Object</a>
implements <a href="../../../java/io/Serializable.html" title="interface in java.io">Serializable</a>, <a href="../../../java/lang/Cloneable.html" title="interface in java.lang">Cloneable</a></pre>
<div class="block">Class URISyntax is an abstract base class providing the common
implementation of all attributes whose value is a Uniform Resource
Identifier (URI). Once constructed, a URI attribute's value is immutable.
<P></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../serialized-form.html#javax.print.attribute.URISyntax">Serialized Form</a></dd>
</dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier</th>
<th class="colLast" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../javax/print/attribute/URISyntax.html#URISyntax-java.net.URI-">URISyntax</a></span>(<a href="../../../java/net/URI.html" title="class in java.net">URI</a> uri)</code>
<div class="block">Constructs a URI attribute with the specified URI.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../javax/print/attribute/URISyntax.html#equals-java.lang.Object-">equals</a></span>(<a href="../../../java/lang/Object.html" title="class in java.lang">Object</a> object)</code>
<div class="block">Returns whether this URI attribute is equivalent to the passed in
object.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code><a href="../../../java/net/URI.html" title="class in java.net">URI</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../javax/print/attribute/URISyntax.html#getURI--">getURI</a></span>()</code>
<div class="block">Returns this URI attribute's URI value.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../javax/print/attribute/URISyntax.html#hashCode--">hashCode</a></span>()</code>
<div class="block">Returns a hashcode for this URI attribute.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code><a href="../../../java/lang/String.html" title="class in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../javax/print/attribute/URISyntax.html#toString--">toString</a></span>()</code>
<div class="block">Returns a String identifying this URI attribute.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.<a href="../../../java/lang/Object.html" title="class in java.lang">Object</a></h3>
<code><a href="../../../java/lang/Object.html#clone--">clone</a>, <a href="../../../java/lang/Object.html#finalize--">finalize</a>, <a href="../../../java/lang/Object.html#getClass--">getClass</a>, <a href="../../../java/lang/Object.html#notify--">notify</a>, <a href="../../../java/lang/Object.html#notifyAll--">notifyAll</a>, <a href="../../../java/lang/Object.html#wait--">wait</a>, <a href="../../../java/lang/Object.html#wait-long-">wait</a>, <a href="../../../java/lang/Object.html#wait-long-int-">wait</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="URISyntax-java.net.URI-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>URISyntax</h4>
<pre>protected URISyntax(<a href="../../../java/net/URI.html" title="class in java.net">URI</a> uri)</pre>
<div class="block">Constructs a URI attribute with the specified URI.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>uri</code> - URI.</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../../java/lang/NullPointerException.html" title="class in java.lang">NullPointerException</a></code> - (unchecked exception) Thrown if <CODE>uri</CODE> is null.</dd>
</dl>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getURI--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getURI</h4>
<pre>public <a href="../../../java/net/URI.html" title="class in java.net">URI</a> getURI()</pre>
<div class="block">Returns this URI attribute's URI value.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the URI.</dd>
</dl>
</li>
</ul>
<a name="hashCode--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>hashCode</h4>
<pre>public int hashCode()</pre>
<div class="block">Returns a hashcode for this URI attribute.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../java/lang/Object.html#hashCode--">hashCode</a></code> in class <code><a href="../../../java/lang/Object.html" title="class in java.lang">Object</a></code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>A hashcode value for this object.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../java/lang/Object.html#equals-java.lang.Object-"><code>Object.equals(java.lang.Object)</code></a>,
<a href="../../../java/lang/System.html#identityHashCode-java.lang.Object-"><code>System.identityHashCode(java.lang.Object)</code></a></dd>
</dl>
</li>
</ul>
<a name="equals-java.lang.Object-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>equals</h4>
<pre>public boolean equals(<a href="../../../java/lang/Object.html" title="class in java.lang">Object</a> object)</pre>
<div class="block">Returns whether this URI attribute is equivalent to the passed in
object.
To be equivalent, all of the following conditions must be true:
<OL TYPE=1>
<LI>
<CODE>object</CODE> is not null.
<LI>
<CODE>object</CODE> is an instance of class URISyntax.
<LI>
This URI attribute's underlying URI and <CODE>object</CODE>'s
underlying URI are equal.
</OL></div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../java/lang/Object.html#equals-java.lang.Object-">equals</a></code> in class <code><a href="../../../java/lang/Object.html" title="class in java.lang">Object</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>object</code> - Object to compare to.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>True if <CODE>object</CODE> is equivalent to this URI
attribute, false otherwise.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../java/lang/Object.html#hashCode--"><code>Object.hashCode()</code></a>,
<a href="../../../java/util/HashMap.html" title="class in java.util"><code>HashMap</code></a></dd>
</dl>
</li>
</ul>
<a name="toString--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>toString</h4>
<pre>public <a href="../../../java/lang/String.html" title="class in java.lang">String</a> toString()</pre>
<div class="block">Returns a String identifying this URI attribute. The String is the
string representation of the attribute's underlying URI.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../java/lang/Object.html#toString--">toString</a></code> in class <code><a href="../../../java/lang/Object.html" title="class in java.lang">Object</a></code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>A String identifying this object.</dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= 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><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/URISyntax.html">Use</a></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"><strong>Java™ Platform<br>Standard Ed. 8</strong></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../javax/print/attribute/UnmodifiableSetException.html" title="class in javax.print.attribute"><span class="typeNameLink">Prev Class</span></a></li>
<li>Next Class</li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?javax/print/attribute/URISyntax.html" target="_top">Frames</a></li>
<li><a href="URISyntax.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>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor.summary">Constr</a> | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor.detail">Constr</a> | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</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://download.oracle.com/javase/8/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/jdk8/javax/print/attribute/URISyntax.html | HTML | mit | 17,193 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>founify: 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.1 / founify - 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>
founify
<small>
8.6.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-11-05 07:20:37 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-05 07:20:37 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.1 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.09.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.09.1 Official release 4.09.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/founify"
license: "Unknown"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/FOUnify"]
depends: [
"ocaml"
"coq" {>= "8.6" & < "8.7~"}
]
tags: [ "keyword: First-order Unification" "keyword: Robinson" "category: Computer Science/Decision Procedures and Certified Algorithms/Correctness proofs of algorithms" "category: Miscellaneous/Extracted Programs/Type checking unification and normalization" ]
authors: [ "Jocelyne Rouyer" ]
bug-reports: "https://github.com/coq-contribs/founify/issues"
dev-repo: "git+https://github.com/coq-contribs/founify.git"
synopsis: "Correctness and extraction of the unification algorithm"
description: """
A notion of terms based on symbols without fixed arities is defined
and an extended unification problem is proved solvable on these terms.
An algorithm, close from Robinson algorithm, can be extracted from the
proof."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/founify/archive/v8.6.0.tar.gz"
checksum: "md5=69f9cc3b57d2c28b59790fc8ebffc478"
}
</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-founify.8.6.0 coq.8.9.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.9.1).
The following dependencies couldn't be met:
- coq-founify -> 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-founify.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.09.1-2.0.6/released/8.9.1/founify/8.6.0.html | HTML | mit | 7,110 |
<!doctype html>
<html lang="en" ng-app="myapp">
<head>
<meta charset="utf-8">
<title>My HTML File</title>
<link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.css" />
<link rel="stylesheet" href="style.css" />
<script src="bower_components/angular/angular.js"></script>
<script src="app.modules/app.module.js"></script>
<script src="app.services/calculate.service.js"></script>
<script src="app.controllers/app.controller.js"></script>
</head>
<body>
<div class="mainContainer" ng-controller="KeyController">
<div class="InputBox" >
<input type="text" ng-model="output" />
</div>
<div class="keypad">
<div class="grid">
<div class="col-4" ng-repeat="key in keys" >
<div ng-if="$index %4 == 0">
<button ng-if="$index<keys.length" ng-click="press(keys[$index])" >{{keys[$index]}}</button>
<button ng-if="$index+1<keys.length" ng-click="press(keys[$index+1])">{{keys[$index+1]}}</button>
<button ng-if="$index+2<keys.length" ng-click="press(keys[$index+2])">{{keys[$index+2]}}</button>
<button ng-if="$index+3<keys.length" ng-click="press(keys[$index+3])">{{keys[$index+3]}}</button>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
| govindmahecha/angular-calculator | app/index.html | HTML | mit | 1,495 |
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="my_addon.css">
</head>
<body>
<div class="upper">
<h2>Privacy Thesis Addon</h2>
<p> Security Info for Websites.</p>
</div>
<div class="img">
<a href="my_addon.html">
<img src="freebsd-128.png" alt="Addon-Icon" style="width:64px;height:64px;">
</a>
<div class="list">
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#news">News</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="#about">About</a></li>
</ul>
</div>
</div>
<br>
<div class="avg">
<p>Average:</p>
<p id="avg">ole</p>
<p>%</p>
</div>
<div id="myProgress">
<div id="myBar", style="background-color:'black'" >
<div id="label">0%</div>
</div>
</div>
<hr width="50%">
<div class="details">
<p>More Info:</p>
</div>
<div class="container">
<div class="https">
<p>Use HTTPS :</p>
<p id="https">ole</p>
</div>
<div class="hsts">
<p>Use HSTS :</p>
<p id="hsts">ole</p>
</div>
<div class="hpkp">
<p>Use HPKP :</p>
<p id="keyPins">ole</p>
</div>
</div>
<hr width="10%">
<div class="container1">
<div class="httpCookies">
<p>Number of HTTP cookies:</p>
<p id="httpCookies">ole</p>
</div>
<div class="thirdParty">
<p>Number of Third Party cookies :</p>
<p id="3hParty">ole</p>
</div>
<div class="session">
<p>Number of Session cookies :</p>
<p id="session">ole</p>
</div>
<div class="total">
<p>Total Number of cookies:</p>
<p id="total">ole</p>
</div>
</div>
<hr width="10%">
<div class="container2">
<div class="CA">
<p>Use Certification Authority:</p>
<p id="CA">ole</p>
</div>
<div class="SSL">
<p>Use Cipher Suite:</p>
<p id="SSL">ole</p>
</div>
</div>
<script src="myaddon_script.js"></script>
</body>
</html>
| gregstamellos/privacy-mozilla-addon | source code/data/my_addon.html | HTML | mit | 2,022 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>higman-s: 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.1 / higman-s - 8.7.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
higman-s
<small>
8.7.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-02-04 18:52:19 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-04 18:52:19 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 4 Virtual package relying on a GMP lib system installation
coq 8.13.1 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.3 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/higman-s"
license: "LGPL"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/HigmanS"]
depends: [
"ocaml"
"coq" {>= "8.7" & < "8.8~"}
]
tags: [ "keyword: Higman's lemma" "keyword: well quasi-ordering" "category: Mathematics/Combinatorics and Graph Theory" "date: 2007-09-14" ]
authors: [ "William Delobel <william.delobel@lif.univ-mrs.fr>" ]
bug-reports: "https://github.com/coq-contribs/higman-s/issues"
dev-repo: "git+https://github.com/coq-contribs/higman-s.git"
synopsis: "Higman's lemma on an unrestricted alphabet"
description:
"This proof is more or less the proof given by Monika Seisenberger in \"An Inductive Version of Nash-Williams' Minimal-Bad-Sequence Argument for Higman's Lemma\"."
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/higman-s/archive/v8.7.0.tar.gz"
checksum: "md5=4a37fce81b2c3a3e597a6a1af915a719"
}
</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-higman-s.8.7.0 coq.8.13.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.13.1).
The following dependencies couldn't be met:
- coq-higman-s -> coq < 8.8~ -> ocaml < 4.06.0
base of this switch (use `--unlock-base' to force)
Your request can't be satisfied:
- No available version of coq satisfies the constraints
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-higman-s.8.7.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.1/higman-s/8.7.0.html | HTML | mit | 7,137 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>matrices: 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.15.0 / matrices - 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>
matrices
<small>
8.6.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-02-24 00:18:42 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-24 00:18:42 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 4 Virtual package relying on a GMP lib system installation
coq 8.15.0 Formal proof management system
dune 3.0.2 Fast, portable, and opinionated build system
ocaml 4.11.2 The OCaml compiler (virtual package)
ocaml-base-compiler 4.11.2 Official release 4.11.2
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.3 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/matrices"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Matrices"]
depends: [
"ocaml"
"coq" {>= "8.6" & < "8.7~"}
]
tags: [ "keyword: matrices" "keyword: vectors" "keyword: linear algebra" "keyword: Coq modules" "category: Mathematics/Algebra" "date: 2003-03" ]
authors: [ "Nicolas Magaud" ]
bug-reports: "https://github.com/coq-contribs/matrices/issues"
dev-repo: "git+https://github.com/coq-contribs/matrices.git"
synopsis: "Ring properties for square matrices"
description: """
This contribution contains an operational formalization of square matrices.
(m,n)-Matrices are represented as vectors of length n. Each vector
(a row) is itself a vector whose length is m.
Vectors are actually implemented as dependent lists.
We define basic operations for this datatype (addition, product, neutral
elements O_n and I_n). We then prove the ring properties for these
operations. The development uses Coq modules to specify the interface
(the ring structure properties) as a signature.
This development deals with dependent types and partial functions.
Most of the functions are defined by dependent case analysis
and some functions such as getting a column require
the use of preconditions (to check whether we are within the
bounds of the matrix)."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/matrices/archive/v8.6.0.tar.gz"
checksum: "md5=c5305637678c9c652ad61755a6523ae4"
}
</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-matrices.8.6.0 coq.8.15.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.15.0).
The following dependencies couldn't be met:
- coq-matrices -> 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-matrices.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.11.2-2.0.7/released/8.15.0/matrices/8.6.0.html | HTML | mit | 7,589 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ext-lib: 47 s 🏆</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 / extra-dev</a></li>
<li class="active"><a href="">8.11.dev / ext-lib - 0.10.3</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
ext-lib
<small>
0.10.3
<span class="label label-success">47 s 🏆</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2020-07-16 03:01:33 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-07-16 03:01:33 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-m4 1 Virtual package relying on m4
coq 8.11.dev Formal proof management system
num 1.3 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.8.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "gmalecha@gmail.com"
homepage: "https://github.com/coq-community/coq-ext-lib"
dev-repo: "git+https://github.com/coq-community/coq-ext-lib.git"
bug-reports: "https://github.com/coq-community/coq-ext-lib/issues"
authors: ["Gregory Malecha"]
license: "BSD-2-Clause-FreeBSD"
build: [make "-j%{jobs}%" "theories"]
run-test: [make "-j%{jobs}%" "examples"]
install: [make "install"]
depends: [
"ocaml"
"coq" {>= "8.8" < "8.12~"}
]
synopsis: "A library of Coq definitions, theorems, and tactics"
description: """
A collection of theories and plugins that may be useful in other Coq developments."""
tags: [
"logpath:ExtLib"
]
url {
src: "https://github.com/coq-community/coq-ext-lib/archive/v0.10.3.tar.gz"
checksum: "sha256=24cdcf7f0bd981be2d002a46de7e76472c3f0505a2631ac6c58386ebc2a08f22"
}
</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-ext-lib.0.10.3 coq.8.11.dev</code></dd>
<dt>Return code</dt>
<dd>0</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>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 4000000; timeout 2h opam install -y --deps-only coq-ext-lib.0.10.3 coq.8.11.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>5 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 16000000; timeout 2h opam install -y -v coq-ext-lib.0.10.3 coq.8.11.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>47 s</dd>
</dl>
<h2>Installation size</h2>
<p>Total: 4 M</p>
<ul>
<li>207 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/HList.vo</code></li>
<li>108 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/HList.glob</code></li>
<li>74 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Map/FMapPositive.vo</code></li>
<li>73 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/List.vo</code></li>
<li>63 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Generic/Ind.vo</code></li>
<li>61 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Set/TwoThreeTrees.vo</code></li>
<li>59 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Programming/Show.vo</code></li>
<li>55 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/SumN.vo</code></li>
<li>53 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/String.vo</code></li>
<li>52 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Option.vo</code></li>
<li>48 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Pair.vo</code></li>
<li>48 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Generic/DerivingData.vo</code></li>
<li>46 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Vector.vo</code></li>
<li>46 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Nat.vo</code></li>
<li>43 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/Sets.vo</code></li>
<li>42 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/ListFirstnSkipn.vo</code></li>
<li>42 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Member.vo</code></li>
<li>42 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Graph/GraphAdjList.vo</code></li>
<li>41 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Generic/Data.vo</code></li>
<li>40 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Map/FMapAList.vo</code></li>
<li>40 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/PList.vo</code></li>
<li>39 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Programming/Extras.vo</code></li>
<li>39 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Set/ListSet.vo</code></li>
<li>39 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Graph/GraphAlgos.vo</code></li>
<li>35 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Monads/WriterMonad.vo</code></li>
<li>34 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Set/TwoThreeTrees.glob</code></li>
<li>34 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Fin.vo</code></li>
<li>34 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/SigT.vo</code></li>
<li>33 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/HList.v</code></li>
<li>32 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Generic/Func.vo</code></li>
<li>31 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Monads/StateMonad.vo</code></li>
<li>31 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Map/FMapTwoThreeK.vo</code></li>
<li>29 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Z.vo</code></li>
<li>29 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Tuple.vo</code></li>
<li>28 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Char.vo</code></li>
<li>28 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Relations/TransitiveClosure.vo</code></li>
<li>28 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Map/FMapPositive.glob</code></li>
<li>27 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Tactics/Parametric.vo</code></li>
<li>26 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Monads/EitherMonad.vo</code></li>
<li>26 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Tactics/EqDep.vo</code></li>
<li>24 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Monads/WriterMonad.glob</code></li>
<li>24 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Map/FMapAList.glob</code></li>
<li>24 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Core/Type.vo</code></li>
<li>24 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Programming/Le.vo</code></li>
<li>24 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Programming/Injection.vo</code></li>
<li>24 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/List.glob</code></li>
<li>24 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/Maps.vo</code></li>
<li>23 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Programming/With.vo</code></li>
<li>23 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Sum.vo</code></li>
<li>22 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Monads/ReaderMonad.vo</code></li>
<li>22 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Monads/OptionMonad.vo</code></li>
<li>22 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Monads/FuelMonad.vo</code></li>
<li>21 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/ListNth.vo</code></li>
<li>21 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Map/FMapTwoThreeK.glob</code></li>
<li>21 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/EqDep.vo</code></li>
<li>20 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Relations/TransitiveClosure.glob</code></li>
<li>20 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/PList.glob</code></li>
<li>19 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Monads/StateMonad.glob</code></li>
<li>19 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Set/TwoThreeTrees.v</code></li>
<li>19 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Generic/Ind.glob</code></li>
<li>19 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Monads/OptionMonadLaws.vo</code></li>
<li>19 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Tactics/Consider.vo</code></li>
<li>18 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Vector.glob</code></li>
<li>18 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Eq.vo</code></li>
<li>18 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/Monad.vo</code></li>
<li>18 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Positive.vo</code></li>
<li>17 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/Foldable.vo</code></li>
<li>17 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Core/EquivDec.vo</code></li>
<li>17 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Tactics/Reify.vo</code></li>
<li>16 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/PPair.vo</code></li>
<li>16 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Tactics.vo</code></li>
<li>16 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Pair.glob</code></li>
<li>16 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Programming/Show.glob</code></li>
<li>16 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/FunctorLaws.vo</code></li>
<li>15 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/String.glob</code></li>
<li>15 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Monads/FuelMonadLaws.vo</code></li>
<li>15 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/Sets.glob</code></li>
<li>14 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Core/RelDec.vo</code></li>
<li>14 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/N.vo</code></li>
<li>14 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Monads/ListMonad.vo</code></li>
<li>14 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/SumN.glob</code></li>
<li>14 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Graph/BuildGraph.vo</code></li>
<li>14 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Core/CmpDec.vo</code></li>
<li>14 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Generic/Data.glob</code></li>
<li>14 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Prop.vo</code></li>
<li>13 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Tactics/Consider.glob</code></li>
<li>13 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Tactics/Parametric.glob</code></li>
<li>13 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Option.glob</code></li>
<li>13 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/MonadFix.vo</code></li>
<li>13 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Core/RelDec.glob</code></li>
<li>13 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Prop.glob</code></li>
<li>12 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Recur/Measure.vo</code></li>
<li>12 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Programming/Eqv.vo</code></li>
<li>12 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Generic/Func.glob</code></li>
<li>12 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Programming/Le.glob</code></li>
<li>12 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Monads/EitherMonad.glob</code></li>
<li>12 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Monads/OptionMonadLaws.v</code></li>
<li>12 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/MonadFix.glob</code></li>
<li>11 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/PreFun.vo</code></li>
<li>11 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Member.glob</code></li>
<li>11 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Monads/ReaderMonad.glob</code></li>
<li>11 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Programming/Extras.glob</code></li>
<li>11 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/Monad.glob</code></li>
<li>10 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Fun.vo</code></li>
<li>10 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/Maps.glob</code></li>
<li>10 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Core/Type.glob</code></li>
<li>10 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Eq/UIP_trans.glob</code></li>
<li>9 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Monads/OptionMonad.glob</code></li>
<li>9 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/MonadWriter.vo</code></li>
<li>9 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Tactics/Cases.vo</code></li>
<li>9 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/Reducible.vo</code></li>
<li>9 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Map/FMapPositive.v</code></li>
<li>9 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/Proper.vo</code></li>
<li>9 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/Monoid.vo</code></li>
<li>9 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/POption.vo</code></li>
<li>9 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Generic/DerivingData.glob</code></li>
<li>9 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Sum.glob</code></li>
<li>9 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/PPair.glob</code></li>
<li>8 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Set/ListSet.glob</code></li>
<li>8 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/ListFirstnSkipn.glob</code></li>
<li>8 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/SigT.glob</code></li>
<li>8 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Programming/With.glob</code></li>
<li>8 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/Applicative.vo</code></li>
<li>8 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/List.v</code></li>
<li>8 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Fin.glob</code></li>
<li>8 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/CoMonadLaws.vo</code></li>
<li>8 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Tactics/BoolTac.vo</code></li>
<li>7 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Tactics/TypeTac.vo</code></li>
<li>7 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/PList.v</code></li>
<li>7 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Eq/UIP_trans.vo</code></li>
<li>7 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Core/CmpDec.glob</code></li>
<li>7 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Recur/Relation.vo</code></li>
<li>7 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Programming/Eqv.glob</code></li>
<li>7 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/Functor.vo</code></li>
<li>7 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/ListNth.glob</code></li>
<li>7 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Nat.glob</code></li>
<li>7 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Eq.glob</code></li>
<li>6 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Graph/GraphAdjList.glob</code></li>
<li>6 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Map/FMapAList.v</code></li>
<li>6 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/MonadState.vo</code></li>
<li>6 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/Reducible.glob</code></li>
<li>6 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Vector.v</code></li>
<li>6 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/Identity.vo</code></li>
<li>6 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Option.v</code></li>
<li>6 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Generic/Data.v</code></li>
<li>6 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Unit.vo</code></li>
<li>6 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/MonadLaws.v</code></li>
<li>6 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Map/FMapTwoThreeK.v</code></li>
<li>6 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Recur/GenRec.glob</code></li>
<li>6 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/CoFunctor.vo</code></li>
<li>6 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Checked.vo</code></li>
<li>6 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Monads/WriterMonad.v</code></li>
<li>6 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/PreFun.glob</code></li>
<li>6 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Tuple.glob</code></li>
<li>6 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Recur/GenRec.vo</code></li>
<li>6 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Programming/Show.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Monads/ReaderMonadLaws.vo</code></li>
<li>5 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Monads/IdentityMonadLaws.vo</code></li>
<li>5 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/BinOps.vo</code></li>
<li>5 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Tactics/MonadTac.vo</code></li>
<li>5 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/MonadReader.vo</code></li>
<li>5 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Graph/GraphAlgos.glob</code></li>
<li>5 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/MonadLaws.vo</code></li>
<li>5 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Monads/FuelMonadLaws.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/Foldable.glob</code></li>
<li>5 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Generic/Ind.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/MonadPlus.vo</code></li>
<li>5 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/POption.glob</code></li>
<li>5 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Bool.vo</code></li>
<li>5 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/String.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/Monads.vo</code></li>
<li>5 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/SumN.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Graph/BuildGraph.glob</code></li>
<li>5 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Fun.glob</code></li>
<li>5 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/CoMonad.vo</code></li>
<li>5 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Monads/IdentityMonad.vo</code></li>
<li>5 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Monads/FuelMonad.glob</code></li>
<li>5 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Lazy.vo</code></li>
<li>5 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/MonadWriter.glob</code></li>
<li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/Traversable.vo</code></li>
<li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Core/RelDec.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/LazyList.vo</code></li>
<li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Relations/TransitiveClosure.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Tactics/Consider.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Tactics/Injection.vo</code></li>
<li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Programming/Le.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Tactics/BoolTac.glob</code></li>
<li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/MonadExc.vo</code></li>
<li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/MonadState.glob</code></li>
<li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Set/SetMap.vo</code></li>
<li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/Applicative.glob</code></li>
<li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Member.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/EqDep.glob</code></li>
<li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/FunctorLaws.glob</code></li>
<li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Pair.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Core/Type.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/MonadZero.vo</code></li>
<li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Tactics/Parametric.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/MonadReader.glob</code></li>
<li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Char.glob</code></li>
<li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/Proper.glob</code></li>
<li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Monads/StateMonad.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Tactics/EqDep.glob</code></li>
<li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Recur/Measure.glob</code></li>
<li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/BinOps.glob</code></li>
<li>3 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/Monad.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Graph/Graph.vo</code></li>
<li>3 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/MonadCont.vo</code></li>
<li>3 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Positive.glob</code></li>
<li>3 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/MonadTrans.vo</code></li>
<li>3 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Sum.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Fin.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Monads/ReaderMonadLaws.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/SigT.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Monads/EitherMonad.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Tactics/Forward.vo</code></li>
<li>3 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Monads/OptionMonad.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/ExtLib.vo</code></li>
<li>3 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Checked.glob</code></li>
<li>3 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Monads/ReaderMonad.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Prop.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Z.glob</code></li>
<li>3 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/Sets.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Nat.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Eq.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Generic/Func.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Tactics/Cases.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Recur/Facts.vo</code></li>
<li>3 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/Traversable.glob</code></li>
<li>3 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/PPair.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/Maps.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Eq/UIP_trans.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Tactics/EqDep.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Core/Any.vo</code></li>
<li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Tactics/Reify.glob</code></li>
<li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/Functor.glob</code></li>
<li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Generic/DerivingData.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/POption.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/PreFun.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/ListNth.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Tactics/Equality.vo</code></li>
<li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Recur/Facts.glob</code></li>
<li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Set/ListSet.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/ListFirstnSkipn.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/CoFunctor.glob</code></li>
<li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/Reducible.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Monads/IdentityMonadLaws.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Relations/Compose.vo</code></li>
<li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Stream.vo</code></li>
<li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/CoMonadLaws.glob</code></li>
<li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Graph/GraphAdjList.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/MonadPlus.glob</code></li>
<li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Tactics/BoolTac.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/MonadFix.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Lazy.glob</code></li>
<li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Programming/Eqv.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Programming/Extras.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Char.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Core/CmpDec.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Monads/ContMonad.vo</code></li>
<li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Monads/FuelMonad.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Fun.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Programming/With.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/Monoid.glob</code></li>
<li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Graph/GraphAlgos.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Monads/ContMonad.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Tuple.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/Identity.glob</code></li>
<li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Monads/ListMonad.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Recur/Relation.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Z.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Positive.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/CoMonad.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Tactics/TypeTac.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Programming/Injection.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Graph/BuildGraph.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Tactics/TypeTac.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/LazyList.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/EqDep.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Recur/GenRec.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/Foldable.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/MonadWriter.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Core/EquivDec.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Recur/Measure.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Checked.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/MonadExc.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Unit.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/FunctorLaws.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/Proper.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Tactics/MonadTac.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Monads/IdentityMonad.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/MonadState.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/Functor.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/MonadZero.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/MonadReader.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/Applicative.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Relations/Compose.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Graph/Graph.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Tactics/Injection.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Recur/Relation.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/MonadCont.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Lazy.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Bool.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/N.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/Traversable.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Tactics/Injection.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/CoFunctor.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Set/SetMap.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/Identity.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/BinOps.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Tactics/Reify.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Stream.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Tactics/Forward.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Unit.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/CoMonadLaws.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/Monoid.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Programming/Injection.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Tactics/Forward.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/Monads.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Monads/FuelMonadLaws.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/MonadPlus.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/MonadTrans.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Monads/OptionMonadLaws.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Monads/ListMonad.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Bool.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/CoMonad.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Monads/ReaderMonadLaws.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Recur/Facts.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/Monads.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/N.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Monads/IdentityMonadLaws.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Core/Any.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Core/EquivDec.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Monads/IdentityMonad.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/MonadZero.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/MonadLaws.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/LazyList.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Tactics/Cases.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Tactics/Equality.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Core/Any.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Graph/Graph.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Tactics/MonadTac.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/MonadExc.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Tactics.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Stream.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/MonadCont.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Tactics.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Structures/MonadTrans.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Relations/Compose.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Set/SetMap.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Data/Monads/ContMonad.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/Tactics/Equality.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/ExtLib.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ExtLib/ExtLib.v</code></li>
</ul>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq-ext-lib.0.10.3</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/extra-dev/8.11.dev/ext-lib/0.10.3.html | HTML | mit | 48,416 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>paco: 55 s</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.7.2 / paco - 2.1.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
paco
<small>
2.1.0
<span class="label label-success">55 s</span>
</small>
</h1>
<p><em><script>document.write(moment("2020-02-28 21:06:31 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-02-28 21:06:31 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.7.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: "paco@sf.snu.ac.kr"
version: "2.1.0"
homepage: "https://github.com/snu-sf/paco/"
dev-repo: "git+https://github.com/snu-sf/paco.git"
bug-reports: "https://github.com/snu-sf/paco/issues/"
authors: [
"Chung-Kil Hur <gil.hur@sf.snu.ac.kr>"
"Georg Neis <neis@mpi-sws.org>"
"Derek Dreyer <dreyer@mpi-sws.org>"
"Viktor Vafeiadis <viktor@mpi-sws.org>"
]
license: "BSD-3"
build: [
[make "-C" "src" "all" "-j%{jobs}%"]
]
install: [
[make "-C" "src" "-f" "Makefile.coq" "install"]
]
remove: ["rm" "-r" "-f" "%{lib}%/coq/user-contrib/Paco"]
depends: [
"ocaml"
"coq" {>= "8.6" & < "8.10"}
]
synopsis: "Coq library implementing parameterized coinduction"
tags: [
"date:2018-02-11"
"category:Programming Languages/Formal Definitions and Theory"
"category:Mathematical Logic and Foramal Languages/Mathematical Logic"
"keyword:coinduction"
"keyword:simulation"
"keyword:parameterized greatest fixed point"
]
flags: light-uninstall
url {
src: "https://github.com/snu-sf/paco/archive/v2.1.0.tar.gz"
checksum: "md5=c5afc7e9885446b7b0399e0c59e8a520"
}
</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-paco.2.1.0 coq.8.7.2</code></dd>
<dt>Return code</dt>
<dd>0</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>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 4000000; timeout 2h opam install -y --deps-only coq-paco.2.1.0 coq.8.7.2</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>4 s</dd>
</dl>
<h2>Install</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 16000000; timeout 2h opam install -y -v coq-paco.2.1.0 coq.8.7.2</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>55 s</dd>
</dl>
<h2>Installation size</h2>
<p>Total: 7 M</p>
<ul>
<li>484 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/cpn15.vo</code></li>
<li>427 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/cpn14.vo</code></li>
<li>375 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/cpn13.vo</code></li>
<li>328 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/cpn12.vo</code></li>
<li>285 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/cpn11.vo</code></li>
<li>246 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/cpn10.vo</code></li>
<li>225 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/pacotac_internal.vo</code></li>
<li>211 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/cpn9.vo</code></li>
<li>180 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/cpn8.vo</code></li>
<li>176 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/paco15.vo</code></li>
<li>159 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/paco14.vo</code></li>
<li>152 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/cpn7.vo</code></li>
<li>144 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/paco13.vo</code></li>
<li>132 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/paconotation_internal.vo</code></li>
<li>130 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/paco12.vo</code></li>
<li>128 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/cpn6.vo</code></li>
<li>116 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/paco11.vo</code></li>
<li>115 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/examples.vo</code></li>
<li>106 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/cpn5.vo</code></li>
<li>104 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/paco10.vo</code></li>
<li>92 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/paco9.vo</code></li>
<li>88 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/cpn4.vo</code></li>
<li>81 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/paco8.vo</code></li>
<li>73 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/tutorial.vo</code></li>
<li>73 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/paconotation.vo</code></li>
<li>73 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/cpntac.vo</code></li>
<li>71 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/cpn3.vo</code></li>
<li>71 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/paco7.vo</code></li>
<li>70 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/paco15.glob</code></li>
<li>70 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/paconotation.glob</code></li>
<li>64 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/paco14.glob</code></li>
<li>61 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/paco6.vo</code></li>
<li>59 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/paco13.glob</code></li>
<li>57 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/cpn2.vo</code></li>
<li>54 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/paco12.glob</code></li>
<li>52 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/paco5.vo</code></li>
<li>52 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/cpn15.glob</code></li>
<li>50 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/paco11.glob</code></li>
<li>48 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/cpn14.glob</code></li>
<li>46 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/paco10.glob</code></li>
<li>45 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/pacotac_internal.v</code></li>
<li>45 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/paconotation_internal.glob</code></li>
<li>45 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/cpn1.vo</code></li>
<li>45 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/paco4.vo</code></li>
<li>44 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/cpn13.glob</code></li>
<li>41 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/cpn12.glob</code></li>
<li>40 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/paco9.glob</code></li>
<li>39 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/pacotac.vo</code></li>
<li>38 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/cpn11.glob</code></li>
<li>38 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/paco3.vo</code></li>
<li>37 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/paco8.glob</code></li>
<li>36 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/pacotac_internal.glob</code></li>
<li>36 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/cpn10.glob</code></li>
<li>35 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/paco7.glob</code></li>
<li>34 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/cpn0.vo</code></li>
<li>32 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/cpn9.glob</code></li>
<li>32 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/paco6.glob</code></li>
<li>31 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/paco2.vo</code></li>
<li>31 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/cpn8.glob</code></li>
<li>30 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/paco5.glob</code></li>
<li>29 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/cpn7.glob</code></li>
<li>28 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/cpn6.glob</code></li>
<li>28 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/paco4.glob</code></li>
<li>27 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/cpn5.glob</code></li>
<li>26 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/cpn4.glob</code></li>
<li>26 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/paco3.glob</code></li>
<li>26 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/paco1.vo</code></li>
<li>26 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/tutorial.glob</code></li>
<li>25 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/cpn3.glob</code></li>
<li>25 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/cpn2.glob</code></li>
<li>24 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/cpn1.glob</code></li>
<li>24 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/tutorial.v</code></li>
<li>24 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/paco2.glob</code></li>
<li>24 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/cpn0.glob</code></li>
<li>23 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/cpntac.glob</code></li>
<li>22 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/paco1.glob</code></li>
<li>21 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/paco0.glob</code></li>
<li>20 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/paco0.vo</code></li>
<li>19 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/paco_internal.vo</code></li>
<li>19 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/examples.glob</code></li>
<li>18 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/cpntac.v</code></li>
<li>14 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/paconotation.v</code></li>
<li>13 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/paco15.v</code></li>
<li>13 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/cpn15.v</code></li>
<li>13 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/hpattern.vo</code></li>
<li>13 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/cpn14.v</code></li>
<li>13 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/paco14.v</code></li>
<li>12 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/cpn13.v</code></li>
<li>12 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/paco_internal.glob</code></li>
<li>12 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/cpn12.v</code></li>
<li>12 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/paco13.v</code></li>
<li>11 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/cpn11.v</code></li>
<li>11 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/paco12.v</code></li>
<li>11 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/cpn10.v</code></li>
<li>11 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/paco11.v</code></li>
<li>11 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/cpn9.v</code></li>
<li>10 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/cpn8.v</code></li>
<li>10 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/paconotation_internal.v</code></li>
<li>10 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/cpn7.v</code></li>
<li>10 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/paco10.v</code></li>
<li>10 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/cpn6.v</code></li>
<li>10 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/cpn5.v</code></li>
<li>10 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/cpn4.v</code></li>
<li>9 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/cpn3.v</code></li>
<li>9 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/cpn2.v</code></li>
<li>9 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/paco9.v</code></li>
<li>9 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/cpn1.v</code></li>
<li>9 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/cpn0.v</code></li>
<li>9 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/paco8.v</code></li>
<li>8 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/examples.v</code></li>
<li>8 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/paco7.v</code></li>
<li>8 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/paco6.v</code></li>
<li>8 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/paco5.v</code></li>
<li>7 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/paco4.v</code></li>
<li>7 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/paco3.v</code></li>
<li>7 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/paco2.v</code></li>
<li>7 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/paco1.v</code></li>
<li>7 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/paco0.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/pacotac.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/paco.vo</code></li>
<li>5 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/pacotac.glob</code></li>
<li>4 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/hpattern.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/cpnall.vo</code></li>
<li>4 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/paco_internal.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/pacoall.vo</code></li>
<li>1 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/pacoall.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/hpattern.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/cpnall.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/pacoall.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/cpnall.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/paco.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Paco/paco.v</code></li>
</ul>
<h2>Uninstall</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq-paco.2.1.0</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.7.2/paco/2.1.0.html | HTML | mit | 21,132 |
<div class="col-md-8 col-md-offset-2">
<div class="panel panel-default">
<div class="panel-heading" style="padding-bottom: 0; border-bottom: none;">
<ul class="nav nav-tabs" style="border-bottom: none;">
<li role="presentation" ng-class="{active:isActive('auth.login')}"><a ui-sref="auth.login()">Login</a></li>
<li role="presentation" ng-class="{active:isActive('auth.register')}"><a ui-sref="auth.register()">Register</a></li>
</ul>
</div>
<div class="panel-body">
<div class="row">
<div class="col-lg-12">
<div ui-view></div>
</div>
</div>
</div>
</div>
</div>
| formio/ngFormioHelper | src/templates/auth/auth.html | HTML | mit | 736 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Track Zoom Configuration</title>
<meta name="description" content="Set an array of zoom levels in samples per pixel. Multiple canvas elements are used to avoid maximum dimension limits.">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="/waveform-playlist/css/main.css">
<link rel="canonical" href="https://naomiaro.github.io/waveform-playlist/track-zoom.html">
<link rel="alternate" type="application/rss+xml" title="Waveform Playlist" href="https://naomiaro.github.io/waveform-playlist/feed.xml">
</head>
<body>
<header class="site-header">
<ol class="breadcrumb">
<li><a href="/waveform-playlist/">Waveform Playlist</a></li>
<li class="active">Track Zoom Configuration</li>
</ol>
</header>
<a href="https://github.com/naomiaro/waveform-playlist" style="position: absolute; top: 0; right: 0; border: 0; z-index: 100;"><img src="https://camo.githubusercontent.com/652c5b9acfaddf3a9c326fa6bde407b87f7be0f4/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6f72616e67655f6666373630302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png"></a>
<div class="container">
<div class="wrapper">
<article class="post">
<header class="post-header">
<h1 class="post-title">Track Zoom Configuration</h1>
<p class="lead">Set an array of zoom levels in samples per pixel. Multiple canvas elements are used to avoid maximum dimension limits.</p>
</header>
<div class="post-content">
<div id="top-bar" class="playlist-top-bar">
<div class="playlist-toolbar">
<div class="btn-group">
<span class="btn-pause btn btn-warning"><i class="fa fa-pause"></i></span>
<span class="btn-play btn btn-success"><i class="fa fa-play"></i></span>
<span class="btn-stop btn btn-danger"><i class="fa fa-stop"></i></span>
</div>
<div class="btn-group">
<span title="zoom in" class="btn-zoom-in btn btn-default"><i class="fa fa-search-plus"></i></span>
<span title="zoom out" class="btn-zoom-out btn btn-default"><i class="fa fa-search-minus"></i></span>
</div>
</div>
</div>
<div id="playlist"></div>
<div class="playlist-bottom-bar">
<form class="form-inline">
<select class="time-format form-control">
<option value="seconds">seconds</option>
<option value="thousandths">thousandths</option>
<option value="hh:mm:ss">hh:mm:ss</option>
<option value="hh:mm:ss.u">hh:mm:ss + tenths</option>
<option value="hh:mm:ss.uu">hh:mm:ss + hundredths</option>
<option value="hh:mm:ss.uuu" selected="selected">hh:mm:ss + milliseconds</option>
</select>
<input type="text" class="audio-start input-small form-control">
<input type="text" class="audio-end form-control">
<label class="audio-pos">00:00:00.0</label>
</form>
</div>
</div>
</article>
</div>
</div>
<footer class="well well-lg">
<p>Waveform Playlist originally written for <a href="https://www.sourcefabric.org/en/airtime">Airtime</a> at <a href="https://www.sourcefabric.org">Sourcefabric</a>
<p>Music: <cite>Starlight</cite> by Muse</p>
<p class="copyright">waveform-playlist maintained by <a href="https://github.com/naomiaro">naomiaro</a></p>
<p>Licensed under the MIT License</p>
</footer>
<script src="//code.jquery.com/jquery-2.1.4.min.js"></script>
<script type="text/javascript" src="js/waveform-playlist.var.js"></script>
<script type="text/javascript" src="js/track-zoom.js"></script>
<script type="text/javascript" src="js/emitter.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=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;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-62186746-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>
| Bokeefe/EquisiteWarps-Beta | dist/waveform-playlist/public/track-zoom.html | HTML | mit | 4,565 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>BO.io.DCMotor - Breakout</title>
<link rel="stylesheet" href="http://yui.yahooapis.com/3.9.1/build/cssgrids/cssgrids-min.css">
<link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css">
<link rel="stylesheet" href="../assets/css/main.css" id="site_styles">
<link rel="shortcut icon" type="image/png" href="../assets/favicon.png">
<script src="http://yui.yahooapis.com/combo?3.9.1/build/yui/yui-min.js"></script>
</head>
<body class="yui3-skin-sam">
<div id="doc">
<div id="header">
<a href="http://breakoutjs.com"><img id="logo" src="http://breakoutjs.com/wp-content/uploads/2012/02/header_logo.png"></a>
<div id="links">
<a class="header_links" href="http://breakoutjs.com/getting-started/">Getting Started</a>
<a class="header_links" href="http://breakoutjs.com/guides/">Guides</a>
<a class="header_links" href="http://breakoutjs.com/forum/breakout-forum/">Forum</a>
<a class="header_links" href="http://breakoutjs.com/download/">Download</a>
</div>
</div>
<div id="bd" class="yui3-g">
<div class="yui3-u-1-4">
<div id="docs-sidebar" class="sidebar apidocs">
<div id="api-list">
<h2 class="off-left">v0.4.0 APIs</h2>
<div id="api-tabview" class="tabview">
<ul class="tabs">
<li><a href="#api-classes">Classes</a></li>
<li><a href="#api-modules">Modules</a></li>
</ul>
<div id="api-tabview-filter">
<input type="search" id="api-filter" placeholder="Type to filter APIs">
</div>
<div id="api-tabview-panel">
<ul id="api-classes" class="apis classes">
<li><a href="../classes/BO.custom.ID12RFIDReader.html">BO.custom.ID12RFIDReader</a></li>
<li><a href="../classes/BO.custom.RFIDEvent.html">BO.custom.RFIDEvent</a></li>
<li><a href="../classes/BO.filters.Convolution.html">BO.filters.Convolution</a></li>
<li><a href="../classes/BO.filters.FilterBase.html">BO.filters.FilterBase</a></li>
<li><a href="../classes/BO.filters.Scaler.html">BO.filters.Scaler</a></li>
<li><a href="../classes/BO.filters.TriggerPoint.html">BO.filters.TriggerPoint</a></li>
<li><a href="../classes/BO.generators.GeneratorBase.html">BO.generators.GeneratorBase</a></li>
<li><a href="../classes/BO.generators.GeneratorEvent.html">BO.generators.GeneratorEvent</a></li>
<li><a href="../classes/BO.generators.Oscillator.html">BO.generators.Oscillator</a></li>
<li><a href="../classes/BO.I2CBase.html">BO.I2CBase</a></li>
<li><a href="../classes/BO.io.AccelerometerADXL345.html">BO.io.AccelerometerADXL345</a></li>
<li><a href="../classes/BO.io.AccelerometerEvent.html">BO.io.AccelerometerEvent</a></li>
<li><a href="../classes/BO.io.AnalogAccelerometer.html">BO.io.AnalogAccelerometer</a></li>
<li><a href="../classes/BO.io.BiColorLED.html">BO.io.BiColorLED</a></li>
<li><a href="../classes/BO.io.BlinkM.html">BO.io.BlinkM</a></li>
<li><a href="../classes/BO.io.Button.html">BO.io.Button</a></li>
<li><a href="../classes/BO.io.ButtonEvent.html">BO.io.ButtonEvent</a></li>
<li><a href="../classes/BO.io.CompassEvent.html">BO.io.CompassEvent</a></li>
<li><a href="../classes/BO.io.CompassHMC6352.html">BO.io.CompassHMC6352</a></li>
<li><a href="../classes/BO.io.DCMotor.html">BO.io.DCMotor</a></li>
<li><a href="../classes/BO.io.GyroEvent.html">BO.io.GyroEvent</a></li>
<li><a href="../classes/BO.io.GyroITG3200.html">BO.io.GyroITG3200</a></li>
<li><a href="../classes/BO.io.LED.html">BO.io.LED</a></li>
<li><a href="../classes/BO.io.MagnetometerEvent.html">BO.io.MagnetometerEvent</a></li>
<li><a href="../classes/BO.io.MagnetometerHMC5883.html">BO.io.MagnetometerHMC5883</a></li>
<li><a href="../classes/BO.io.Potentiometer.html">BO.io.Potentiometer</a></li>
<li><a href="../classes/BO.io.PotEvent.html">BO.io.PotEvent</a></li>
<li><a href="../classes/BO.io.RGBLED.html">BO.io.RGBLED</a></li>
<li><a href="../classes/BO.io.Servo.html">BO.io.Servo</a></li>
<li><a href="../classes/BO.io.SoftPot.html">BO.io.SoftPot</a></li>
<li><a href="../classes/BO.io.SoftPotEvent.html">BO.io.SoftPotEvent</a></li>
<li><a href="../classes/BO.io.Stepper.html">BO.io.Stepper</a></li>
<li><a href="../classes/BO.IOBoard.html">BO.IOBoard</a></li>
<li><a href="../classes/BO.IOBoardEvent.html">BO.IOBoardEvent</a></li>
<li><a href="../classes/BO.PhysicalInputBase.html">BO.PhysicalInputBase</a></li>
<li><a href="../classes/BO.Pin.html">BO.Pin</a></li>
<li><a href="../classes/BO.PinEvent.html">BO.PinEvent</a></li>
<li><a href="../classes/BO.Serial.html">BO.Serial</a></li>
<li><a href="../classes/BO.SerialEvent.html">BO.SerialEvent</a></li>
<li><a href="../classes/BO.WSocketEvent.html">BO.WSocketEvent</a></li>
<li><a href="../classes/BO.WSocketWrapper.html">BO.WSocketWrapper</a></li>
<li><a href="../classes/JSUTILS.Event.html">JSUTILS.Event</a></li>
<li><a href="../classes/JSUTILS.EventDispatcher.html">JSUTILS.EventDispatcher</a></li>
<li><a href="../classes/JSUTILS.SignalScope.html">JSUTILS.SignalScope</a></li>
<li><a href="../classes/JSUTILS.Timer.html">JSUTILS.Timer</a></li>
<li><a href="../classes/JSUTILS.TimerEvent.html">JSUTILS.TimerEvent</a></li>
</ul>
<ul id="api-modules" class="apis modules">
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="yui3-u-3-4">
<div id="api-options">
Show:
<label for="api-show-inherited">
<input type="checkbox" id="api-show-inherited" checked>
Inherited
</label>
<label for="api-show-protected">
<input type="checkbox" id="api-show-protected">
Protected
</label>
<label for="api-show-private">
<input type="checkbox" id="api-show-private">
Private
</label>
<label for="api-show-deprecated">
<input type="checkbox" id="api-show-deprecated">
Deprecated
</label>
</div>
<div class="apidocs">
<div id="docs-main">
<div class="content">
<h1>BO.io.DCMotor Class</h1>
<div class="box meta">
<div class="foundat">
Defined in: <a href="../files/src_io_DCMotor.js.html#l21"><code>src/io/DCMotor.js:21</code></a>
</div>
</div>
<div class="box intro">
<p>Creates an interface to an H-bridge to control the direction of rotation
of a motor shaft. You can rotate forward (clockwise), reverse or apply a
brake. See <a href="https://github.com/soundanalogous/Breakout/blob/master/examples/actuators/dcmotor.html">Breakout/examples/actuators/dcmotor.html</a> for an example
application.</p>
<p>Tested successfully with the following H-bridge: SN754410<br>
Should also be compatible with the following:<br>
SN754410<br>
L293NE<br>
TA7291P<br>
TB6612FNG<br>
BD621F</p>
</div>
<div class="constructor">
<h2>Constructor</h2>
<div id="method_BO.io.DCMotor" class="method item">
<h3 class="name"><code>BO.io.DCMotor</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>board</code>
</li>
<li class="arg">
<code>forwardPin</code>
</li>
<li class="arg">
<code>reversePin</code>
</li>
<li class="arg">
<code>pwmPin</code>
</li>
<li class="arg">
<code>minVoltage</code>
</li>
<li class="arg">
<code>maxVoltage</code>
</li>
<li class="arg">
<code>supplyVoltage</code>
</li>
</ul><span class="paren">)</span>
</div>
<div class="meta">
<p>
Defined in
<a href="../files/src_io_DCMotor.js.html#l21"><code>src/io/DCMotor.js:21</code></a>
</p>
</div>
<div class="description">
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">board</code>
<span class="type">IOBoard</span>
<div class="param-description">
<p>A reference to the IOBoard instance that the
servo is attached to.</p>
</div>
</li>
<li class="param">
<code class="param-name">forwardPin</code>
<span class="type">Pin</span>
<div class="param-description">
<p>A reference to the Pin connected to the forward
control of the H-bridge.</p>
</div>
</li>
<li class="param">
<code class="param-name">reversePin</code>
<span class="type">Pin</span>
<div class="param-description">
<p>A reference to the Pin connected to the reverse
control of the H-bridge.</p>
</div>
</li>
<li class="param">
<code class="param-name">pwmPin</code>
<span class="type">Pin</span>
<div class="param-description">
<p>A reference to the Pin connected to the pwm control
of the H-bridge.</p>
</div>
</li>
<li class="param">
<code class="param-name">minVoltage</code>
<span class="type">Number</span>
<div class="param-description">
<p>The minimum voltage (default = 1).</p>
</div>
</li>
<li class="param">
<code class="param-name">maxVoltage</code>
<span class="type">Number</span>
<div class="param-description">
<p>The maximum voltage (default = 9).</p>
</div>
</li>
<li class="param">
<code class="param-name">supplyVoltage</code>
<span class="type">Number</span>
<div class="param-description">
<p>The supply voltage (default = 9).</p>
</div>
</li>
</ul>
</div>
</div>
</div>
<div id="classdocs" class="tabview">
<ul class="api-class-tabs">
<li class="api-class-tab index"><a href="#index">Index</a></li>
<li class="api-class-tab methods"><a href="#methods">Methods</a></li>
<li class="api-class-tab properties"><a href="#properties">Properties</a></li>
</ul>
<div>
<div id="index" class="api-class-tabpanel index">
<h2 class="off-left">Item Index</h2>
<div class="index-section methods">
<h3>Methods</h3>
<ul class="index-list methods">
<li class="index-item method">
<a href="#method_despin">despin</a>
</li>
<li class="index-item method">
<a href="#method_forward">forward</a>
</li>
<li class="index-item method">
<a href="#method_reverse">reverse</a>
</li>
</ul>
</div>
<div class="index-section properties">
<h3>Properties</h3>
<ul class="index-list properties">
<li class="index-item property">
<a href="#property_value">value</a>
</li>
</ul>
</div>
</div>
<div id="methods" class="api-class-tabpanel">
<h2 class="off-left">Methods</h2>
<div id="method_despin" class="method item">
<h3 class="name"><code>despin</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>useBrake</code>
</li>
</ul><span class="paren">)</span>
</div>
<div class="meta">
<p>
Defined in
<a href="../files/src_io_DCMotor.js.html#l124"><code>src/io/DCMotor.js:124</code></a>
</p>
</div>
<div class="description">
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">useBrake</code>
<span class="type">Boolean</span>
<div class="param-description">
<p>Default = true</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method_forward" class="method item">
<h3 class="name"><code>forward</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>val</code>
</li>
</ul><span class="paren">)</span>
</div>
<div class="meta">
<p>
Defined in
<a href="../files/src_io_DCMotor.js.html#l155"><code>src/io/DCMotor.js:155</code></a>
</p>
</div>
<div class="description">
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">val</code>
<span class="type">Number</span>
<div class="param-description">
<p>The new voltage to set (0.0 to 1.0)</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method_reverse" class="method item">
<h3 class="name"><code>reverse</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>val</code>
</li>
</ul><span class="paren">)</span>
</div>
<div class="meta">
<p>
Defined in
<a href="../files/src_io_DCMotor.js.html#l173"><code>src/io/DCMotor.js:173</code></a>
</p>
</div>
<div class="description">
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">val</code>
<span class="type">Number</span>
<div class="param-description">
<p>The new voltage to set (-1.0 to 0.0)</p>
</div>
</li>
</ul>
</div>
</div>
</div>
<div id="properties" class="api-class-tabpanel">
<h2 class="off-left">Properties</h2>
<div id="property_value" class="property item">
<h3 class="name"><code>value</code></h3>
<span class="type">Number</span>
<div class="meta">
<p>
Defined in
<a href="../files/src_io_DCMotor.js.html#l103"><code>src/io/DCMotor.js:103</code></a>
</p>
</div>
<div class="description">
<p>The value of the motor speed (-1.0 to 1.0). A speed of zero stops
the motor.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="../assets/vendor/prettify/prettify-min.js"></script>
<script>prettyPrint();</script>
<script src="../assets/js/yui-prettify.js"></script>
<script src="../assets/../api.js"></script>
<script src="../assets/js/api-filter.js"></script>
<script src="../assets/js/api-list.js"></script>
<script src="../assets/js/api-search.js"></script>
<script src="../assets/js/apidocs.js"></script>
</body>
</html>
| soundanalogous/Breakout | docs/classes/BO.io.DCMotor.html | HTML | mit | 21,659 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>User agent detail - Mozilla/5.0 (Linux; U; Android 4.0.3; de-de; sprd-GT-N9300/1.0 Android/4.0.3 Release/04.11.2013 Browser/AppleWebKit533.1 Build/MocorDroid2.3.5) AppleWebKit533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="../circle.css" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="section">
<h1 class="header center orange-text">User agent detail</h1>
<div class="row center">
<h5 class="header light">
Mozilla/5.0 (Linux; U; Android 4.0.3; de-de; sprd-GT-N9300/1.0 Android/4.0.3 Release/04.11.2013 Browser/AppleWebKit533.1 Build/MocorDroid2.3.5) AppleWebKit533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1
</h5>
</div>
</div>
<div class="section">
<table class="striped"><tr><th></th><th colspan="3">General</th><th colspan="5">Device</th><th colspan="3">Bot</th><th colspan="2"></th></tr><tr><th>Provider</th><th>Browser</th><th>Engine</th><th>OS</th><th>Brand</th><th>Model</th><th>Type</th><th>Is mobile</th><th>Is touch</th><th>Is bot</th><th>Name</th><th>Type</th><th>Parse time</th><th>Actions</th></tr><tr><th colspan="14" class="green lighten-3">Test suite</th></tr><tr><td>UAParser<br /><small>v0.5.0.2</small><br /><small>vendor/thadafinser/uap-core/tests/test_device.yaml</small></td><td> </td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555">sprd</td><td>GT-N9300</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-cfed3005-df48-4fa8-bf03-4f6ef8988f59">Detail</a>
<!-- Modal Structure -->
<div id="modal-cfed3005-df48-4fa8-bf03-4f6ef8988f59" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>UAParser result detail</h4>
<p><pre><code class="php">Array
(
[user_agent_string] => Mozilla/5.0 (Linux; U; Android 4.0.3; de-de; sprd-GT-N9300/1.0 Android/4.0.3 Release/04.11.2013 Browser/AppleWebKit533.1 Build/MocorDroid2.3.5) AppleWebKit533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1
[family] => sprd GT-N9300
[brand] => sprd
[model] => GT-N9300
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><th colspan="14" class="green lighten-3">Providers</th></tr><tr><td>BrowscapFull<br /><small>6014</small><br /></td><td>Android 4.0</td><td>WebKit </td><td>Android 4.0</td><td style="border-left: 1px solid #555"></td><td></td><td>Mobile Phone</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.0156</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-47a9cd06-e213-4882-bc34-db6aed664223">Detail</a>
<!-- Modal Structure -->
<div id="modal-47a9cd06-e213-4882-bc34-db6aed664223" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>BrowscapFull result detail</h4>
<p><pre><code class="php">stdClass Object
(
[browser_name_regex] => /^mozilla\/5\.0 \(.*linux.*android.4\.0.* android\/.* release\/.* browser\/applewebkit.* build\/.*\) applewebkit.* \(khtml.* like gecko\) version\/4\.0.*safari.*$/
[browser_name_pattern] => mozilla/5.0 (*linux*android?4.0* android/* release/* browser/applewebkit* build/*) applewebkit* (khtml* like gecko) version/4.0*safari*
[parent] => Android Browser 4.0
[comment] => Android Browser 4.0
[browser] => Android
[browser_type] => Browser
[browser_bits] => 32
[browser_maker] => Google Inc
[browser_modus] => unknown
[version] => 4.0
[majorver] => 4
[minorver] => 0
[platform] => Android
[platform_version] => 4.0
[platform_description] => Android OS
[platform_bits] => 32
[platform_maker] => Google Inc
[alpha] =>
[beta] =>
[win16] =>
[win32] =>
[win64] =>
[frames] => 1
[iframes] => 1
[tables] => 1
[cookies] => 1
[backgroundsounds] =>
[javascript] => 1
[vbscript] =>
[javaapplets] => 1
[activexcontrols] =>
[ismobiledevice] => 1
[istablet] =>
[issyndicationreader] =>
[crawler] =>
[isfake] =>
[isanonymized] =>
[ismodified] =>
[cssversion] => 3
[aolversion] => 0
[device_name] => general Mobile Phone
[device_maker] => unknown
[device_type] => Mobile Phone
[device_pointing_method] => touchscreen
[device_code_name] => general Mobile Phone
[device_brand_name] => unknown
[renderingengine_name] => WebKit
[renderingengine_version] => unknown
[renderingengine_description] => For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3.
[renderingengine_maker] => Apple Inc
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>BrowscapLite<br /><small>6014</small><br /></td>
<td colspan="12" class="center-align red lighten-1">
<strong>No result found</strong>
</td>
</tr><tr><td>BrowscapPhp<br /><small>6014</small><br /></td>
<td colspan="12" class="center-align red lighten-1">
<strong>No result found</strong>
</td>
</tr><tr><td>DonatjUAParser<br /><small>v0.5.1</small><br /></td><td>Version 4.0</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-15fbc1f0-2615-4d42-b5d9-a30dd647b050">Detail</a>
<!-- Modal Structure -->
<div id="modal-15fbc1f0-2615-4d42-b5d9-a30dd647b050" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>DonatjUAParser result detail</h4>
<p><pre><code class="php">Array
(
[platform] => Android
[browser] => Version
[version] => 4.0
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>JenssegersAgent<br /><small>v2.3.3</small><br /></td><td>Safari 4.0</td><td><i class="material-icons">close</i></td><td>AndroidOS 4.0.3</td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-b85a2b91-6a55-4436-a82c-1ea0d46e2e51">Detail</a>
<!-- Modal Structure -->
<div id="modal-b85a2b91-6a55-4436-a82c-1ea0d46e2e51" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>JenssegersAgent result detail</h4>
<p><pre><code class="php">Array
(
[browserName] => Safari
[browserVersion] => 4.0
[osName] => AndroidOS
[osVersion] => 4.0.3
[deviceModel] =>
[isMobile] => 1
[isRobot] =>
[botName] =>
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>NeutrinoApiCom<br /><small></small><br /></td><td>Android Webkit 4.0</td><td><i class="material-icons">close</i></td><td>Android 4.0.3</td><td style="border-left: 1px solid #555">Feiteng</td><td>GT-N9300</td><td>mobile-browser</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.2808</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-8c2a7a4e-3fbf-4df2-8d61-5e730422f67b">Detail</a>
<!-- Modal Structure -->
<div id="modal-8c2a7a4e-3fbf-4df2-8d61-5e730422f67b" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>NeutrinoApiCom result detail</h4>
<p><pre><code class="php">stdClass Object
(
[mobile_screen_height] => 480
[is_mobile] => 1
[type] => mobile-browser
[mobile_brand] => Feiteng
[mobile_model] => GT-N9300
[version] => 4.0
[is_android] => 1
[browser_name] => Android Webkit
[operating_system_family] => Android
[operating_system_version] => 4.0.3
[is_ios] =>
[producer] => Google Inc.
[operating_system] => Android 4.0.x Ice Cream Sandwich
[mobile_screen_width] => 320
[mobile_browser] => Android Webkit
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>PiwikDeviceDetector<br /><small>3.6.1</small><br /></td><td>Android Browser </td><td>WebKit </td><td>MocorDroid 2.3</td><td style="border-left: 1px solid #555">Samsung</td><td>GT-N9300</td><td>smartphone</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.0156</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-4a941d34-a8d3-4914-9724-346f60ad7046">Detail</a>
<!-- Modal Structure -->
<div id="modal-4a941d34-a8d3-4914-9724-346f60ad7046" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>PiwikDeviceDetector result detail</h4>
<p><pre><code class="php">Array
(
[client] => Array
(
[type] => browser
[name] => Android Browser
[short_name] => AN
[version] =>
[engine] => WebKit
)
[operatingSystem] => Array
(
[name] => MocorDroid
[short_name] => MCD
[version] => 2.3
[platform] =>
)
[device] => Array
(
[brand] => SA
[brandName] => Samsung
[model] => GT-N9300
[device] => 1
[deviceName] => smartphone
)
[bot] =>
[extra] => Array
(
[isBot] =>
[isBrowser] => 1
[isFeedReader] =>
[isMobileApp] =>
[isPIM] =>
[isLibrary] =>
[isMediaPlayer] =>
[isCamera] =>
[isCarBrowser] =>
[isConsole] =>
[isFeaturePhone] =>
[isPhablet] =>
[isPortableMediaPlayer] =>
[isSmartDisplay] =>
[isSmartphone] => 1
[isTablet] =>
[isTV] =>
[isDesktop] =>
[isMobile] => 1
[isTouchEnabled] =>
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>SinergiBrowserDetector<br /><small>6.0.1</small><br /></td><td>Navigator 4.0</td><td><i class="material-icons">close</i></td><td>Android 4.0.3</td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-ec1cd248-02b0-457e-8a9d-35bb99af008c">Detail</a>
<!-- Modal Structure -->
<div id="modal-ec1cd248-02b0-457e-8a9d-35bb99af008c" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>SinergiBrowserDetector result detail</h4>
<p><pre><code class="php">Array
(
[browser] => Sinergi\BrowserDetector\Browser Object
(
[userAgent:Sinergi\BrowserDetector\Browser:private] => Sinergi\BrowserDetector\UserAgent Object
(
[userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; U; Android 4.0.3; de-de; sprd-GT-N9300/1.0 Android/4.0.3 Release/04.11.2013 Browser/AppleWebKit533.1 Build/MocorDroid2.3.5) AppleWebKit533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1
)
[name:Sinergi\BrowserDetector\Browser:private] => Navigator
[version:Sinergi\BrowserDetector\Browser:private] => 4.0
[isRobot:Sinergi\BrowserDetector\Browser:private] =>
[isChromeFrame:Sinergi\BrowserDetector\Browser:private] =>
[isFacebookWebView:Sinergi\BrowserDetector\Browser:private] =>
[isCompatibilityMode:Sinergi\BrowserDetector\Browser:private] =>
)
[operatingSystem] => Sinergi\BrowserDetector\Os Object
(
[name:Sinergi\BrowserDetector\Os:private] => Android
[version:Sinergi\BrowserDetector\Os:private] => 4.0.3
[isMobile:Sinergi\BrowserDetector\Os:private] => 1
[userAgent:Sinergi\BrowserDetector\Os:private] => Sinergi\BrowserDetector\UserAgent Object
(
[userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; U; Android 4.0.3; de-de; sprd-GT-N9300/1.0 Android/4.0.3 Release/04.11.2013 Browser/AppleWebKit533.1 Build/MocorDroid2.3.5) AppleWebKit533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1
)
)
[device] => Sinergi\BrowserDetector\Device Object
(
[name:Sinergi\BrowserDetector\Device:private] => unknown
[userAgent:Sinergi\BrowserDetector\Device:private] => Sinergi\BrowserDetector\UserAgent Object
(
[userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; U; Android 4.0.3; de-de; sprd-GT-N9300/1.0 Android/4.0.3 Release/04.11.2013 Browser/AppleWebKit533.1 Build/MocorDroid2.3.5) AppleWebKit533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1
)
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>UAParser<br /><small>v3.4.5</small><br /></td><td>Android 4.0.3</td><td><i class="material-icons">close</i></td><td>Android 4.0.3</td><td style="border-left: 1px solid #555">sprd</td><td>GT-N9300</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-3160e405-8a8f-46dd-8f47-5115f06462d2">Detail</a>
<!-- Modal Structure -->
<div id="modal-3160e405-8a8f-46dd-8f47-5115f06462d2" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>UAParser result detail</h4>
<p><pre><code class="php">UAParser\Result\Client Object
(
[ua] => UAParser\Result\UserAgent Object
(
[major] => 4
[minor] => 0
[patch] => 3
[family] => Android
)
[os] => UAParser\Result\OperatingSystem Object
(
[major] => 4
[minor] => 0
[patch] => 3
[patchMinor] =>
[family] => Android
)
[device] => UAParser\Result\Device Object
(
[brand] => sprd
[model] => GT-N9300
[family] => sprd GT-N9300
)
[originalUserAgent] => Mozilla/5.0 (Linux; U; Android 4.0.3; de-de; sprd-GT-N9300/1.0 Android/4.0.3 Release/04.11.2013 Browser/AppleWebKit533.1 Build/MocorDroid2.3.5) AppleWebKit533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>UserAgentApiCom<br /><small></small><br /></td><td>Safari 533.1</td><td>WebKit 533.1</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>Mobile</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.156</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-afeb05fb-26b9-4509-b8ac-0c604a9e97d6">Detail</a>
<!-- Modal Structure -->
<div id="modal-afeb05fb-26b9-4509-b8ac-0c604a9e97d6" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>UserAgentApiCom result detail</h4>
<p><pre><code class="php">stdClass Object
(
[platform_name] => Android
[platform_version] => 4.0.3
[platform_type] => Mobile
[browser_name] => Safari
[browser_version] => 533.1
[engine_name] => WebKit
[engine_version] => 533.1
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>UserAgentStringCom<br /><small></small><br /></td><td>Android Webkit Browser </td><td><i class="material-icons">close</i></td><td>Android 4.0.3 Release</td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.078</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-08a9ddfb-838f-48d7-9ede-1d132306b2ee">Detail</a>
<!-- Modal Structure -->
<div id="modal-08a9ddfb-838f-48d7-9ede-1d132306b2ee" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>UserAgentStringCom result detail</h4>
<p><pre><code class="php">stdClass Object
(
[agent_type] => Browser
[agent_name] => Android Webkit Browser
[agent_version] => --
[os_type] => Android
[os_name] => Android
[os_versionName] =>
[os_versionNumber] => 4.0.3 Release
[os_producer] =>
[os_producerURL] =>
[linux_distibution] => Null
[agent_language] => German - Germany
[agent_languageTag] => de-de
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>WhatIsMyBrowserCom<br /><small></small><br /></td><td>Android Browser 4.0</td><td>WebKit </td><td>Android 4.0.3</td><td style="border-left: 1px solid #555">Samsung</td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.234</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-5fc1ff22-a74d-481b-9ad1-fcfde73ded9c">Detail</a>
<!-- Modal Structure -->
<div id="modal-5fc1ff22-a74d-481b-9ad1-fcfde73ded9c" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>WhatIsMyBrowserCom result detail</h4>
<p><pre><code class="php">stdClass Object
(
[operating_system_name] => Android
[simple_sub_description_string] =>
[simple_browser_string] => Android Browser 4 on Android (Ice Cream Sandwich)
[browser_version] => 4
[extra_info] => Array
(
)
[operating_platform] =>
[extra_info_table] => stdClass Object
(
[System Build] => MocorDroid2
)
[layout_engine_name] => WebKit
[detected_addons] => Array
(
)
[operating_system_flavour_code] =>
[hardware_architecture] =>
[operating_system_flavour] =>
[operating_system_frameworks] => Array
(
)
[browser_name_code] => android-browser
[operating_system_version] => Ice Cream Sandwich
[simple_operating_platform_string] => Samsung GT-N9300
[is_abusive] =>
[layout_engine_version] =>
[browser_capabilities] => Array
(
)
[operating_platform_vendor_name] => Samsung
[operating_system] => Android (Ice Cream Sandwich)
[operating_system_version_full] => 4.0.3
[operating_platform_code] => GT-N9300
[browser_name] => Android Browser
[operating_system_name_code] => android
[user_agent] => Mozilla/5.0 (Linux; U; Android 4.0.3; de-de; sprd-GT-N9300/1.0 Android/4.0.3 Release/04.11.2013 Browser/AppleWebKit533.1 Build/MocorDroid2.3.5) AppleWebKit533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1
[browser_version_full] => 4.0
[browser] => Android Browser 4
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>WhichBrowser<br /><small>v2.0.18</small><br /></td><td>Android Browser </td><td>Webkit 533.1</td><td>Android 4.0.3</td><td style="border-left: 1px solid #555">Feiteng</td><td>GT-N9300</td><td>mobile:smart</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-083a336f-5d73-4505-84f3-c5fc9bb78652">Detail</a>
<!-- Modal Structure -->
<div id="modal-083a336f-5d73-4505-84f3-c5fc9bb78652" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>WhichBrowser result detail</h4>
<p><pre><code class="php">Array
(
[browser] => Array
(
[name] => Android Browser
)
[engine] => Array
(
[name] => Webkit
[version] => 533.1
)
[os] => Array
(
[name] => Android
[version] => 4.0.3
)
[device] => Array
(
[type] => mobile
[subtype] => smart
[manufacturer] => Feiteng
[model] => GT-N9300
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>Woothee<br /><small>v1.2.0</small><br /></td><td>Safari 4.0</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>smartphone</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-f00e7198-0e22-49fe-bad0-dbb3a9cde9b9">Detail</a>
<!-- Modal Structure -->
<div id="modal-f00e7198-0e22-49fe-bad0-dbb3a9cde9b9" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>Woothee result detail</h4>
<p><pre><code class="php">Array
(
[name] => Safari
[vendor] => Apple
[version] => 4.0
[category] => smartphone
[os] => Android
[os_version] => 4.0.3
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>Wurfl<br /><small>1.7.1.0</small><br /></td><td>Android Webkit 4.0.3</td><td><i class="material-icons">close</i></td><td>Android 4.0.3</td><td style="border-left: 1px solid #555"></td><td></td><td>Smartphone</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.0156</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-a2bedf8c-4a95-42a7-96c5-aaf233b2ac50">Detail</a>
<!-- Modal Structure -->
<div id="modal-a2bedf8c-4a95-42a7-96c5-aaf233b2ac50" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>Wurfl result detail</h4>
<p><pre><code class="php">Array
(
[virtual] => Array
(
[is_android] => true
[is_ios] => false
[is_windows_phone] => false
[is_app] => false
[is_full_desktop] => false
[is_largescreen] => false
[is_mobile] => true
[is_robot] => false
[is_smartphone] => true
[is_touchscreen] => true
[is_wml_preferred] => false
[is_xhtmlmp_preferred] => false
[is_html_preferred] => true
[advertised_device_os] => Android
[advertised_device_os_version] => 4.0.3
[advertised_browser] => Android Webkit
[advertised_browser_version] => 4.0.3
[complete_device_name] => Generic Android 4.0
[device_name] => Generic Android 4.0
[form_factor] => Smartphone
[is_phone] => true
[is_app_webview] => false
)
[all] => Array
(
[brand_name] => Generic
[model_name] => Android 4.0
[unique] => true
[ununiqueness_handler] =>
[is_wireless_device] => true
[device_claims_web_support] => true
[has_qwerty_keyboard] => true
[can_skip_aligned_link_row] => true
[uaprof] =>
[uaprof2] =>
[uaprof3] =>
[nokia_series] => 0
[nokia_edition] => 0
[device_os] => Android
[mobile_browser] => Android Webkit
[mobile_browser_version] =>
[device_os_version] => 4.0
[pointing_method] => touchscreen
[release_date] => 2011_october
[marketing_name] =>
[model_extra_info] =>
[nokia_feature_pack] => 0
[can_assign_phone_number] => true
[is_tablet] => false
[manufacturer_name] =>
[is_bot] => false
[is_google_glass] => false
[proportional_font] => false
[built_in_back_button_support] => false
[card_title_support] => true
[softkey_support] => false
[table_support] => true
[numbered_menus] => false
[menu_with_select_element_recommended] => false
[menu_with_list_of_links_recommended] => true
[icons_on_menu_items_support] => false
[break_list_of_links_with_br_element_recommended] => true
[access_key_support] => false
[wrap_mode_support] => false
[times_square_mode_support] => false
[deck_prefetch_support] => false
[elective_forms_recommended] => true
[wizards_recommended] => false
[image_as_link_support] => false
[insert_br_element_after_widget_recommended] => false
[wml_can_display_images_and_text_on_same_line] => false
[wml_displays_image_in_center] => false
[opwv_wml_extensions_support] => false
[wml_make_phone_call_string] => wtai://wp/mc;
[chtml_display_accesskey] => false
[emoji] => false
[chtml_can_display_images_and_text_on_same_line] => false
[chtml_displays_image_in_center] => false
[imode_region] => none
[chtml_make_phone_call_string] => tel:
[chtml_table_support] => false
[xhtml_honors_bgcolor] => true
[xhtml_supports_forms_in_table] => true
[xhtml_support_wml2_namespace] => false
[xhtml_autoexpand_select] => false
[xhtml_select_as_dropdown] => false
[xhtml_select_as_radiobutton] => false
[xhtml_select_as_popup] => false
[xhtml_display_accesskey] => false
[xhtml_supports_invisible_text] => false
[xhtml_supports_inline_input] => false
[xhtml_supports_monospace_font] => false
[xhtml_supports_table_for_layout] => true
[xhtml_supports_css_cell_table_coloring] => true
[xhtml_format_as_css_property] => false
[xhtml_format_as_attribute] => false
[xhtml_nowrap_mode] => false
[xhtml_marquee_as_css_property] => false
[xhtml_readable_background_color1] => #FFFFFF
[xhtml_readable_background_color2] => #FFFFFF
[xhtml_allows_disabled_form_elements] => true
[xhtml_document_title_support] => true
[xhtml_preferred_charset] => iso-8859-1
[opwv_xhtml_extensions_support] => false
[xhtml_make_phone_call_string] => tel:
[xhtmlmp_preferred_mime_type] => text/html
[xhtml_table_support] => true
[xhtml_send_sms_string] => sms:
[xhtml_send_mms_string] => mms:
[xhtml_file_upload] => supported
[cookie_support] => true
[accept_third_party_cookie] => true
[xhtml_supports_iframe] => full
[xhtml_avoid_accesskeys] => true
[xhtml_can_embed_video] => none
[ajax_support_javascript] => true
[ajax_manipulate_css] => true
[ajax_support_getelementbyid] => true
[ajax_support_inner_html] => true
[ajax_xhr_type] => standard
[ajax_manipulate_dom] => true
[ajax_support_events] => true
[ajax_support_event_listener] => true
[ajax_preferred_geoloc_api] => w3c_api
[xhtml_support_level] => 4
[preferred_markup] => html_web_4_0
[wml_1_1] => false
[wml_1_2] => false
[wml_1_3] => false
[html_wi_w3_xhtmlbasic] => true
[html_wi_oma_xhtmlmp_1_0] => true
[html_wi_imode_html_1] => false
[html_wi_imode_html_2] => false
[html_wi_imode_html_3] => false
[html_wi_imode_html_4] => false
[html_wi_imode_html_5] => false
[html_wi_imode_htmlx_1] => false
[html_wi_imode_htmlx_1_1] => false
[html_wi_imode_compact_generic] => false
[html_web_3_2] => true
[html_web_4_0] => true
[voicexml] => false
[multipart_support] => false
[total_cache_disable_support] => false
[time_to_live_support] => false
[resolution_width] => 320
[resolution_height] => 480
[columns] => 60
[max_image_width] => 320
[max_image_height] => 480
[rows] => 40
[physical_screen_width] => 34
[physical_screen_height] => 50
[dual_orientation] => true
[density_class] => 1.0
[wbmp] => true
[bmp] => false
[epoc_bmp] => false
[gif_animated] => false
[jpg] => true
[png] => true
[tiff] => false
[transparent_png_alpha] => true
[transparent_png_index] => true
[svgt_1_1] => true
[svgt_1_1_plus] => false
[greyscale] => false
[gif] => true
[colors] => 65536
[webp_lossy_support] => true
[webp_lossless_support] => false
[post_method_support] => true
[basic_authentication_support] => true
[empty_option_value_support] => true
[emptyok] => false
[nokia_voice_call] => false
[wta_voice_call] => false
[wta_phonebook] => false
[wta_misc] => false
[wta_pdc] => false
[https_support] => true
[phone_id_provided] => false
[max_data_rate] => 3600
[wifi] => true
[sdio] => false
[vpn] => false
[has_cellular_radio] => true
[max_deck_size] => 2000000
[max_url_length_in_requests] => 256
[max_url_length_homepage] => 0
[max_url_length_bookmark] => 0
[max_url_length_cached_page] => 0
[max_no_of_connection_settings] => 0
[max_no_of_bookmarks] => 0
[max_length_of_username] => 0
[max_length_of_password] => 0
[max_object_size] => 0
[downloadfun_support] => false
[directdownload_support] => true
[inline_support] => false
[oma_support] => true
[ringtone] => false
[ringtone_3gpp] => false
[ringtone_midi_monophonic] => false
[ringtone_midi_polyphonic] => false
[ringtone_imelody] => false
[ringtone_digiplug] => false
[ringtone_compactmidi] => false
[ringtone_mmf] => false
[ringtone_rmf] => false
[ringtone_xmf] => false
[ringtone_amr] => false
[ringtone_awb] => false
[ringtone_aac] => false
[ringtone_wav] => false
[ringtone_mp3] => false
[ringtone_spmidi] => false
[ringtone_qcelp] => false
[ringtone_voices] => 1
[ringtone_df_size_limit] => 0
[ringtone_directdownload_size_limit] => 0
[ringtone_inline_size_limit] => 0
[ringtone_oma_size_limit] => 0
[wallpaper] => false
[wallpaper_max_width] => 0
[wallpaper_max_height] => 0
[wallpaper_preferred_width] => 0
[wallpaper_preferred_height] => 0
[wallpaper_resize] => none
[wallpaper_wbmp] => false
[wallpaper_bmp] => false
[wallpaper_gif] => false
[wallpaper_jpg] => false
[wallpaper_png] => false
[wallpaper_tiff] => false
[wallpaper_greyscale] => false
[wallpaper_colors] => 2
[wallpaper_df_size_limit] => 0
[wallpaper_directdownload_size_limit] => 0
[wallpaper_inline_size_limit] => 0
[wallpaper_oma_size_limit] => 0
[screensaver] => false
[screensaver_max_width] => 0
[screensaver_max_height] => 0
[screensaver_preferred_width] => 0
[screensaver_preferred_height] => 0
[screensaver_resize] => none
[screensaver_wbmp] => false
[screensaver_bmp] => false
[screensaver_gif] => false
[screensaver_jpg] => false
[screensaver_png] => false
[screensaver_greyscale] => false
[screensaver_colors] => 2
[screensaver_df_size_limit] => 0
[screensaver_directdownload_size_limit] => 0
[screensaver_inline_size_limit] => 0
[screensaver_oma_size_limit] => 0
[picture] => false
[picture_max_width] => 0
[picture_max_height] => 0
[picture_preferred_width] => 0
[picture_preferred_height] => 0
[picture_resize] => none
[picture_wbmp] => false
[picture_bmp] => false
[picture_gif] => false
[picture_jpg] => false
[picture_png] => false
[picture_greyscale] => false
[picture_colors] => 2
[picture_df_size_limit] => 0
[picture_directdownload_size_limit] => 0
[picture_inline_size_limit] => 0
[picture_oma_size_limit] => 0
[video] => false
[oma_v_1_0_forwardlock] => false
[oma_v_1_0_combined_delivery] => false
[oma_v_1_0_separate_delivery] => false
[streaming_video] => true
[streaming_3gpp] => true
[streaming_mp4] => true
[streaming_mov] => false
[streaming_video_size_limit] => 0
[streaming_real_media] => none
[streaming_flv] => false
[streaming_3g2] => false
[streaming_vcodec_h263_0] => 10
[streaming_vcodec_h263_3] => -1
[streaming_vcodec_mpeg4_sp] => 2
[streaming_vcodec_mpeg4_asp] => -1
[streaming_vcodec_h264_bp] => 3.0
[streaming_acodec_amr] => nb
[streaming_acodec_aac] => lc
[streaming_wmv] => none
[streaming_preferred_protocol] => rtsp
[streaming_preferred_http_protocol] => apple_live_streaming
[wap_push_support] => false
[connectionless_service_indication] => false
[connectionless_service_load] => false
[connectionless_cache_operation] => false
[connectionoriented_unconfirmed_service_indication] => false
[connectionoriented_unconfirmed_service_load] => false
[connectionoriented_unconfirmed_cache_operation] => false
[connectionoriented_confirmed_service_indication] => false
[connectionoriented_confirmed_service_load] => false
[connectionoriented_confirmed_cache_operation] => false
[utf8_support] => true
[ascii_support] => false
[iso8859_support] => false
[expiration_date] => false
[j2me_cldc_1_0] => false
[j2me_cldc_1_1] => false
[j2me_midp_1_0] => false
[j2me_midp_2_0] => false
[doja_1_0] => false
[doja_1_5] => false
[doja_2_0] => false
[doja_2_1] => false
[doja_2_2] => false
[doja_3_0] => false
[doja_3_5] => false
[doja_4_0] => false
[j2me_jtwi] => false
[j2me_mmapi_1_0] => false
[j2me_mmapi_1_1] => false
[j2me_wmapi_1_0] => false
[j2me_wmapi_1_1] => false
[j2me_wmapi_2_0] => false
[j2me_btapi] => false
[j2me_3dapi] => false
[j2me_locapi] => false
[j2me_nokia_ui] => false
[j2me_motorola_lwt] => false
[j2me_siemens_color_game] => false
[j2me_siemens_extension] => false
[j2me_heap_size] => 0
[j2me_max_jar_size] => 0
[j2me_storage_size] => 0
[j2me_max_record_store_size] => 0
[j2me_screen_width] => 0
[j2me_screen_height] => 0
[j2me_canvas_width] => 0
[j2me_canvas_height] => 0
[j2me_bits_per_pixel] => 0
[j2me_audio_capture_enabled] => false
[j2me_video_capture_enabled] => false
[j2me_photo_capture_enabled] => false
[j2me_capture_image_formats] => none
[j2me_http] => false
[j2me_https] => false
[j2me_socket] => false
[j2me_udp] => false
[j2me_serial] => false
[j2me_gif] => false
[j2me_gif89a] => false
[j2me_jpg] => false
[j2me_png] => false
[j2me_bmp] => false
[j2me_bmp3] => false
[j2me_wbmp] => false
[j2me_midi] => false
[j2me_wav] => false
[j2me_amr] => false
[j2me_mp3] => false
[j2me_mp4] => false
[j2me_imelody] => false
[j2me_rmf] => false
[j2me_au] => false
[j2me_aac] => false
[j2me_realaudio] => false
[j2me_xmf] => false
[j2me_wma] => false
[j2me_3gpp] => false
[j2me_h263] => false
[j2me_svgt] => false
[j2me_mpeg4] => false
[j2me_realvideo] => false
[j2me_real8] => false
[j2me_realmedia] => false
[j2me_left_softkey_code] => 0
[j2me_right_softkey_code] => 0
[j2me_middle_softkey_code] => 0
[j2me_select_key_code] => 0
[j2me_return_key_code] => 0
[j2me_clear_key_code] => 0
[j2me_datefield_no_accepts_null_date] => false
[j2me_datefield_broken] => false
[receiver] => false
[sender] => false
[mms_max_size] => 0
[mms_max_height] => 0
[mms_max_width] => 0
[built_in_recorder] => false
[built_in_camera] => true
[mms_jpeg_baseline] => false
[mms_jpeg_progressive] => false
[mms_gif_static] => false
[mms_gif_animated] => false
[mms_png] => false
[mms_bmp] => false
[mms_wbmp] => false
[mms_amr] => false
[mms_wav] => false
[mms_midi_monophonic] => false
[mms_midi_polyphonic] => false
[mms_midi_polyphonic_voices] => 0
[mms_spmidi] => false
[mms_mmf] => false
[mms_mp3] => false
[mms_evrc] => false
[mms_qcelp] => false
[mms_ota_bitmap] => false
[mms_nokia_wallpaper] => false
[mms_nokia_operatorlogo] => false
[mms_nokia_3dscreensaver] => false
[mms_nokia_ringingtone] => false
[mms_rmf] => false
[mms_xmf] => false
[mms_symbian_install] => false
[mms_jar] => false
[mms_jad] => false
[mms_vcard] => false
[mms_vcalendar] => false
[mms_wml] => false
[mms_wbxml] => false
[mms_wmlc] => false
[mms_video] => false
[mms_mp4] => false
[mms_3gpp] => false
[mms_3gpp2] => false
[mms_max_frame_rate] => 0
[nokiaring] => false
[picturemessage] => false
[operatorlogo] => false
[largeoperatorlogo] => false
[callericon] => false
[nokiavcard] => false
[nokiavcal] => false
[sckl_ringtone] => false
[sckl_operatorlogo] => false
[sckl_groupgraphic] => false
[sckl_vcard] => false
[sckl_vcalendar] => false
[text_imelody] => false
[ems] => false
[ems_variablesizedpictures] => false
[ems_imelody] => false
[ems_odi] => false
[ems_upi] => false
[ems_version] => 0
[siemens_ota] => false
[siemens_logo_width] => 101
[siemens_logo_height] => 29
[siemens_screensaver_width] => 101
[siemens_screensaver_height] => 50
[gprtf] => false
[sagem_v1] => false
[sagem_v2] => false
[panasonic] => false
[sms_enabled] => true
[wav] => false
[mmf] => false
[smf] => false
[mld] => false
[midi_monophonic] => false
[midi_polyphonic] => false
[sp_midi] => false
[rmf] => false
[xmf] => false
[compactmidi] => false
[digiplug] => false
[nokia_ringtone] => false
[imelody] => false
[au] => false
[amr] => false
[awb] => false
[aac] => true
[mp3] => true
[voices] => 1
[qcelp] => false
[evrc] => false
[flash_lite_version] =>
[fl_wallpaper] => false
[fl_screensaver] => false
[fl_standalone] => false
[fl_browser] => false
[fl_sub_lcd] => false
[full_flash_support] => true
[css_supports_width_as_percentage] => true
[css_border_image] => webkit
[css_rounded_corners] => webkit
[css_gradient] => none
[css_spriting] => true
[css_gradient_linear] => none
[is_transcoder] => false
[transcoder_ua_header] => user-agent
[rss_support] => false
[pdf_support] => true
[progressive_download] => true
[playback_vcodec_h263_0] => 10
[playback_vcodec_h263_3] => -1
[playback_vcodec_mpeg4_sp] => 0
[playback_vcodec_mpeg4_asp] => -1
[playback_vcodec_h264_bp] => 3.0
[playback_real_media] => none
[playback_3gpp] => true
[playback_3g2] => false
[playback_mp4] => true
[playback_mov] => false
[playback_acodec_amr] => nb
[playback_acodec_aac] => none
[playback_df_size_limit] => 0
[playback_directdownload_size_limit] => 0
[playback_inline_size_limit] => 0
[playback_oma_size_limit] => 0
[playback_acodec_qcelp] => false
[playback_wmv] => none
[hinted_progressive_download] => true
[html_preferred_dtd] => html4
[viewport_supported] => true
[viewport_width] => device_width_token
[viewport_userscalable] => no
[viewport_initial_scale] =>
[viewport_maximum_scale] =>
[viewport_minimum_scale] =>
[mobileoptimized] => false
[handheldfriendly] => false
[canvas_support] => full
[image_inlining] => true
[is_smarttv] => false
[is_console] => false
[nfc_support] => false
[ux_full_desktop] => false
[jqm_grade] => A
[is_sencha_touch_ok] => false
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>Zsxsoft<br /><small>1.3</small><br /></td><td>Android Webkit 4.0</td><td><i class="material-icons">close</i></td><td>Android 4.0.3</td><td style="border-left: 1px solid #555">Samsung</td><td>N9300</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-5d43e024-b46c-44f6-8914-529b05569bc2">Detail</a>
<!-- Modal Structure -->
<div id="modal-5d43e024-b46c-44f6-8914-529b05569bc2" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>Zsxsoft result detail</h4>
<p><pre><code class="php">Array
(
[browser] => Array
(
[link] => http://developer.android.com/reference/android/webkit/package-summary.html
[title] => Android Webkit 4.0
[name] => Android Webkit
[version] => 4.0
[code] => android-webkit
[image] => img/16/browser/android-webkit.png
)
[os] => Array
(
[link] => http://www.android.com/
[name] => Android
[version] => 4.0.3
[code] => android
[x64] =>
[title] => Android 4.0.3
[type] => os
[dir] => os
[image] => img/16/os/android.png
)
[device] => Array
(
[link] => http://www.samsungmobile.com/
[title] => Samsung N9300
[model] => N9300
[brand] => Samsung
[code] => samsung
[dir] => device
[type] => device
[image] => img/16/device/samsung.png
)
[platform] => Array
(
[link] => http://www.samsungmobile.com/
[title] => Samsung N9300
[model] => N9300
[brand] => Samsung
[code] => samsung
[dir] => device
[type] => device
[image] => img/16/device/samsung.png
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr></table>
</div>
<div class="section">
<h1 class="header center orange-text">About this comparison</h1>
<div class="row center">
<h5 class="header light">
The primary goal of this project is simple<br />
I wanted to know which user agent parser is the most accurate in each part - device detection, bot detection and so on...<br />
<br />
The secondary goal is to provide a source for all user agent parsers to improve their detection based on this results.<br />
<br />
You can also improve this further, by suggesting ideas at <a href="https://github.com/ThaDafinser/UserAgentParserComparison">ThaDafinser/UserAgentParserComparison</a><br />
<br />
The comparison is based on the abstraction by <a href="https://github.com/ThaDafinser/UserAgentParser">ThaDafinser/UserAgentParser</a>
</h5>
</div>
</div>
<div class="card">
<div class="card-content">
Comparison created <i>2016-05-10 07:52:23</i> | by
<a href="https://github.com/ThaDafinser">ThaDafinser</a>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/list.js/1.2.0/list.min.js"></script>
<script>
$(document).ready(function(){
// the "href" attribute of .modal-trigger must specify the modal ID that wants to be triggered
$('.modal-trigger').leanModal();
});
</script>
</body>
</html> | ThaDafinser/UserAgentParserComparison | v5/user-agent-detail/19/38/19382d08-46fb-41ad-ae45-fd2080f8838b.html | HTML | mit | 52,347 |
<!doctype html>
<html lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
.loader {
position: absolute;
top: 50%;
left: 50%;
margin: -24px 0 0 -24px;
font-size: 3px;
text-indent: -9999em;
border-top: 1.1em solid rgba(0, 0, 0, 0.2);
border-right: 1.1em solid rgba(0, 0, 0, 0.2);
border-bottom: 1.1em solid rgba(0, 0, 0, 0.2);
border-left: 1.1em solid #4285F4;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation: load8 1.1s infinite linear;
animation: load8 1.1s infinite linear;
}
.loader,
.loader:after {
border-radius: 50%;
width: 10em;
height: 10em;
}
@-webkit-keyframes load8 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes load8 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
</style>
<link href='https://fonts.googleapis.com/css?family=Roboto&subset=cyrillic-ext,latin-ext,latin&subset=cyrillic-ext,latin-ext,latin:400,300,500&subset=latin,cyrillic' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body>
<div id="root">
<div class="loader">Loading...</div>
</div>
</body>
</html>
| russll/analytics-suite | public/index.html | HTML | mit | 1,780 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_23) on Tue Feb 05 22:06:46 EST 2013 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
</TITLE>
<META NAME="date" CONTENT="2013-02-05">
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
</HEAD>
<BODY BGCOLOR="white">
<HR>
<HR>
<H2>
Package <Unnamed>
</H2>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="Project1.html" title="class in <Unnamed>">Project1</A></B></TD>
<TD> </TD>
</TR>
</TABLE>
<P>
<DL>
</DL>
<HR>
<HR>
</BODY>
</HTML>
| pegurnee/2013-01-111 | Projects/P1 - Fortress Management/P1 - Fortress Management 1/doc/package-summary.html | HTML | mit | 975 |
<div class="posts">
<div class="row">
<div class="small-12 medium-12 large-12 columns">
<ul class="small-block-grid-1 medium-block-grid-3 large-block-grid-3 inline-list-custom">
{% for post in posts %}
<!-- Begin project -->
<li>
<div class="thumbnail">
<div class="thumbnail-img">
<div class="thumbnail-hover">
<a href="{{post.url}}"></a>
</div>
<a href="{{post.url}}">
<img src="{{ post.metadata.cover }}" alt="{{post.title}}" class="cover-img" />
</a>
</div>
<div class="thumbnail-caption"><a class="caption-link" href="{{post.url}}">{{post.title}}</a>
</div>
<div class="thumbnail-caption tag">
{% if post.tags %}
<span class="tags">
{% for tag in post.tags %}
<a href="/tags/{{ tag }}">#{{ tag }}#</a>
{% endfor %}
</span>
{% endif %}
</div>
</div>
</li>
<!-- End project -->
{% endfor %}
</ul>
</div>
</div>
</div>
{% include 'include/paginator.html' %} | rnoldo/unclesam | template/include/posts_list.html | HTML | mit | 1,584 |
<div class="commune_descr limited">
<p>
Colleville-Montgomery est
une ville localisée dans le département des Calvados en Basse-Normandie. Elle totalisait 2 254 habitants en 2008.</p>
<p>À Colleville-Montgomery, la valeur moyenne à l'achat d'un appartement s'évalue à 2 510 € du m² en vente. La valeur moyenne d'une maison à l'achat se situe à 2 483 € du m². À la location la valeur moyenne se situe à 12,84 € du m² par mois.</p>
<p>La ville compte quelques équipements, elle propose entre autres un terrain de sport, une salle de combat et une base nautique.</p>
<p>Le nombre de logements, à Colleville-Montgomery, se décomposait en 2011 en 72 appartements et 1 074 maisons soit
un marché relativement équilibré.</p>
<p>À Colleville-Montgomery le salaire moyen mensuel par individu est situé à approximativement 2 349 € net. C'est supérieur à la moyenne nationale.</p>
<p>Colleville-Montgomery est situé à seulement 10 km de Caen, les élèves qui voudrons se loger à moindre coût pourront envisager de louer un appartement à Colleville-Montgomery. Colleville-Montgomery est aussi un bon investissement locatif du fait de sa proximité de Caen et de ses Universités. Il sera envisageable de trouver un logement à acheter. </p>
<p>À proximité de Colleville-Montgomery sont positionnées géographiquement les communes de
<a href="{{VLROOT}}/immobilier/lion-sur-mer_14365/">Lion-sur-Mer</a> située à 3 km, 2 568 habitants,
<a href="{{VLROOT}}/immobilier/blainville-sur-orne_14076/">Blainville-sur-Orne</a> à 4 km, 5 395 habitants,
<a href="{{VLROOT}}/immobilier/saint-aubin-darquenay_14558/">Saint-Aubin-d'Arquenay</a> à 1 km, 777 habitants,
<a href="{{VLROOT}}/immobilier/plumetot_14509/">Plumetot</a> située à 4 km, 217 habitants,
<a href="{{VLROOT}}/immobilier/periers-sur-le-dan_14495/">Périers-sur-le-Dan</a> localisée à 3 km, 492 habitants,
<a href="{{VLROOT}}/immobilier/benouville_14060/">Bénouville</a> à 3 km, 1 931 habitants,
entre autres. De plus, Colleville-Montgomery est située à seulement dix km de <a href="{{VLROOT}}/immobilier/caen_14118/">Caen</a>.</p>
</div>
| donaldinou/frontend | src/Viteloge/CoreBundle/Resources/descriptions/14166.html | HTML | mit | 2,232 |
<html>
<head>
<title>User agent detail - Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; SAMSUNG; SGH-I917)</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="section">
<h1 class="header center orange-text">User agent detail</h1>
<div class="row center">
<h5 class="header light">
Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; SAMSUNG; SGH-I917)
</h5>
</div>
</div>
<div class="section">
<table class="striped"><tr><th></th><th colspan="3">General</th><th colspan="5">Device</th><th colspan="3">Bot</th><th colspan="2"></th></tr><tr><th>Provider</th><th>Browser</th><th>Engine</th><th>OS</th><th>Brand</th><th>Model</th><th>Type</th><th>Is mobile</th><th>Is touch</th><th>Is bot</th><th>Name</th><th>Type</th><th>Parse time</th><th>Actions</th></tr><tr><th colspan="14" class="green lighten-3">Source result (test suite)</th></tr><tr><td>ua-parser/uap-core<br /><small>vendor/thadafinser/uap-core/tests/test_device.yaml</small></td><td> </td><td> </td><td> </td><td style="border-left: 1px solid #555">Samsung</td><td>SGH-I917</td><td></td><td></td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td></td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-test">Detail</a>
<!-- Modal Structure -->
<div id="modal-test" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>Testsuite result detail</h4>
<p><pre><code class="php">Array
(
[user_agent_string] => Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; SAMSUNG; SGH-I917)
[family] => Samsung SGH-I917
[brand] => Samsung
[model] => SGH-I917
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><th colspan="14" class="green lighten-3">Providers</th></tr><tr><td>BrowscapPhp<br /><small>6012</small></td><td>IEMobile 9.0</td><td>Trident 5.0</td><td>WinPhone7.5 7.5</td><td style="border-left: 1px solid #555"></td><td></td><td>Mobile Phone</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.012</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-215ac98d-ccf8-4615-916e-5a819d6a59c9">Detail</a>
<!-- Modal Structure -->
<div id="modal-215ac98d-ccf8-4615-916e-5a819d6a59c9" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>BrowscapPhp result detail</h4>
<p><pre><code class="php">stdClass Object
(
[browser_name_regex] => /^mozilla\/5\.0 \(compatible.*; msie 9\.0.*;.*windows phone os 7\.5.* trident\/5\.0; iemobile.9\.0.*$/
[browser_name_pattern] => mozilla/5.0 (compatible*; msie 9.0*;*windows phone os 7.5* trident/5.0; iemobile?9.0*
[parent] => IEMobile 9.0
[comment] => IEMobile 9.0
[browser] => IEMobile
[browser_type] => Browser
[browser_bits] => 32
[browser_maker] => Microsoft Corporation
[browser_modus] => unknown
[version] => 9.0
[majorver] => 9
[minorver] => 0
[platform] => WinPhone7.5
[platform_version] => 7.5
[platform_description] => Windows Phone OS 7.5
[platform_bits] => 32
[platform_maker] => Microsoft Corporation
[alpha] =>
[beta] =>
[win16] =>
[win32] =>
[win64] =>
[frames] => 1
[iframes] => 1
[tables] => 1
[cookies] => 1
[backgroundsounds] => 1
[javascript] => 1
[vbscript] => 1
[javaapplets] => 1
[activexcontrols] => 1
[ismobiledevice] => 1
[istablet] =>
[issyndicationreader] =>
[crawler] =>
[cssversion] => 3
[aolversion] => 0
[device_name] => general Mobile Phone
[device_maker] => unknown
[device_type] => Mobile Phone
[device_pointing_method] => touchscreen
[device_code_name] => general Mobile Phone
[device_brand_name] => unknown
[renderingengine_name] => Trident
[renderingengine_version] => 5.0
[renderingengine_description] => For Internet Explorer since version 4.0 and embedded WebBrowser controls (such as Internet Explorer shells, Maxthon and some media players).
[renderingengine_maker] => Microsoft Corporation
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>DonatjUAParser<br /><small>v0.5.0</small></td><td>IEMobile 9.0</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-f1436016-fdf1-4aea-b4be-1d7c99ab0661">Detail</a>
<!-- Modal Structure -->
<div id="modal-f1436016-fdf1-4aea-b4be-1d7c99ab0661" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>DonatjUAParser result detail</h4>
<p><pre><code class="php">Array
(
[platform] => Windows Phone
[browser] => IEMobile
[version] => 9.0
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>NeutrinoApiCom<br /><small></small></td><td>IE Mobile 9.0</td><td><i class="material-icons">close</i></td><td>Windows 7.5</td><td style="border-left: 1px solid #555">Samsung</td><td>SGH-i917</td><td>mobile-browser</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.19298</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-9b0fa449-ec1b-40c8-8b1c-9486eb3b9cbc">Detail</a>
<!-- Modal Structure -->
<div id="modal-9b0fa449-ec1b-40c8-8b1c-9486eb3b9cbc" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>NeutrinoApiCom result detail</h4>
<p><pre><code class="php">stdClass Object
(
[mobile_screen_height] => 800
[is_mobile] => 1
[type] => mobile-browser
[mobile_brand] => Samsung
[mobile_model] => SGH-i917
[version] => 9.0
[is_android] =>
[browser_name] => IE Mobile
[operating_system_family] => Windows
[operating_system_version] => 7.5
[is_ios] =>
[producer] => Microsoft Corporation.
[operating_system] => Windows Phone 7
[mobile_screen_width] => 480
[mobile_browser] => IEMobile
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>PiwikDeviceDetector<br /><small>3.5.2</small></td><td>IE Mobile 9.0</td><td>Trident </td><td>Windows Phone 7.5</td><td style="border-left: 1px solid #555">Samsung</td><td>SGH-I917</td><td>smartphone</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.01</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-21638055-738d-46ba-a1b1-f5114bc26475">Detail</a>
<!-- Modal Structure -->
<div id="modal-21638055-738d-46ba-a1b1-f5114bc26475" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>PiwikDeviceDetector result detail</h4>
<p><pre><code class="php">Array
(
[client] => Array
(
[type] => browser
[name] => IE Mobile
[short_name] => IM
[version] => 9.0
[engine] => Trident
)
[operatingSystem] => Array
(
[name] => Windows Phone
[short_name] => WPH
[version] => 7.5
[platform] =>
)
[device] => Array
(
[brand] => SA
[brandName] => Samsung
[model] => SGH-I917
[device] => 1
[deviceName] => smartphone
)
[bot] =>
[extra] => Array
(
[isBot] =>
[isBrowser] => 1
[isFeedReader] =>
[isMobileApp] =>
[isPIM] =>
[isLibrary] =>
[isMediaPlayer] =>
[isCamera] =>
[isCarBrowser] =>
[isConsole] =>
[isFeaturePhone] =>
[isPhablet] =>
[isPortableMediaPlayer] =>
[isSmartDisplay] =>
[isSmartphone] => 1
[isTablet] =>
[isTV] =>
[isDesktop] =>
[isMobile] => 1
[isTouchEnabled] =>
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>SinergiBrowserDetector<br /><small>6.0.0</small></td><td>Internet Explorer 9.0</td><td><i class="material-icons">close</i></td><td>Windows Phone </td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td>Windows Phone</td><td><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.001</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-5415e7f2-ef7b-434c-abe0-b71ba9f6707c">Detail</a>
<!-- Modal Structure -->
<div id="modal-5415e7f2-ef7b-434c-abe0-b71ba9f6707c" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>SinergiBrowserDetector result detail</h4>
<p><pre><code class="php">Array
(
[browser] => Sinergi\BrowserDetector\Browser Object
(
[userAgent:Sinergi\BrowserDetector\Browser:private] => Sinergi\BrowserDetector\UserAgent Object
(
[userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; SAMSUNG; SGH-I917)
)
[name:Sinergi\BrowserDetector\Browser:private] => Internet Explorer
[version:Sinergi\BrowserDetector\Browser:private] => 9.0
[isRobot:Sinergi\BrowserDetector\Browser:private] =>
[isChromeFrame:Sinergi\BrowserDetector\Browser:private] =>
)
[operatingSystem] => Sinergi\BrowserDetector\Os Object
(
[name:Sinergi\BrowserDetector\Os:private] => Windows Phone
[version:Sinergi\BrowserDetector\Os:private] => 0
[isMobile:Sinergi\BrowserDetector\Os:private] =>
[userAgent:Sinergi\BrowserDetector\Os:private] => Sinergi\BrowserDetector\UserAgent Object
(
[userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; SAMSUNG; SGH-I917)
)
)
[device] => Sinergi\BrowserDetector\Device Object
(
[name:Sinergi\BrowserDetector\Device:private] => Windows Phone
[userAgent:Sinergi\BrowserDetector\Device:private] => Sinergi\BrowserDetector\UserAgent Object
(
[userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; SAMSUNG; SGH-I917)
)
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>UAParser<br /><small>v3.4.5</small></td><td>IE Mobile 9.0</td><td><i class="material-icons">close</i></td><td>Windows Phone 7.5</td><td style="border-left: 1px solid #555">Samsung</td><td>SGH-I917</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.007</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-346c1a98-5fd3-454f-b6c8-350f2f505d8b">Detail</a>
<!-- Modal Structure -->
<div id="modal-346c1a98-5fd3-454f-b6c8-350f2f505d8b" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>UAParser result detail</h4>
<p><pre><code class="php">UAParser\Result\Client Object
(
[ua] => UAParser\Result\UserAgent Object
(
[major] => 9
[minor] => 0
[patch] =>
[family] => IE Mobile
)
[os] => UAParser\Result\OperatingSystem Object
(
[major] => 7
[minor] => 5
[patch] =>
[patchMinor] =>
[family] => Windows Phone
)
[device] => UAParser\Result\Device Object
(
[brand] => Samsung
[model] => SGH-I917
[family] => Samsung SGH-I917
)
[originalUserAgent] => Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; SAMSUNG; SGH-I917)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>UserAgentStringCom<br /><small></small></td><td>IE Mobile 9.0</td><td><i class="material-icons">close</i></td><td>Windows Phone OS </td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.04899</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-9cdd8b45-a2eb-406b-bd27-7e48af38ffd4">Detail</a>
<!-- Modal Structure -->
<div id="modal-9cdd8b45-a2eb-406b-bd27-7e48af38ffd4" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>UserAgentStringCom result detail</h4>
<p><pre><code class="php">stdClass Object
(
[agent_type] => Browser
[agent_name] => IE Mobile
[agent_version] => 9.0
[os_type] => Windows
[os_name] => Windows Phone OS
[os_versionName] =>
[os_versionNumber] =>
[os_producer] =>
[os_producerURL] =>
[linux_distibution] => Null
[agent_language] =>
[agent_languageTag] =>
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>WhatIsMyBrowserCom<br /><small></small></td><td>Internet Explorer Mobile 9.0</td><td>Trident 5.0</td><td>Windows Phone </td><td style="border-left: 1px solid #555">Samsung</td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.46695</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-9795f66f-7271-430e-973a-a5c0e14dc35a">Detail</a>
<!-- Modal Structure -->
<div id="modal-9795f66f-7271-430e-973a-a5c0e14dc35a" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>WhatIsMyBrowserCom result detail</h4>
<p><pre><code class="php">stdClass Object
(
[operating_system_name] => Windows Phone
[simple_sub_description_string] =>
[simple_browser_string] => Internet Explorer Mobile 9 on Windows Phone 7.5
[browser_version] => 9
[extra_info] => Array
(
)
[operating_platform] =>
[extra_info_table] => Array
(
)
[layout_engine_name] => Trident
[detected_addons] => Array
(
)
[operating_system_flavour_code] =>
[hardware_architecture] =>
[operating_system_flavour] =>
[operating_system_frameworks] => Array
(
)
[browser_name_code] => internet-explorer-mobile
[operating_system_version] => 7.5
[simple_operating_platform_string] => Samsung SGH-I917
[is_abusive] =>
[layout_engine_version] => 5.0
[browser_capabilities] => Array
(
)
[operating_platform_vendor_name] => Samsung
[operating_system] => Windows Phone 7.5
[operating_system_version_full] =>
[operating_platform_code] => SGH-I917
[browser_name] => Internet Explorer Mobile
[operating_system_name_code] => windows-phone
[user_agent] => Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; SAMSUNG; SGH-I917)
[browser_version_full] => 9.0
[browser] => Internet Explorer Mobile 9
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>WhichBrowser<br /><small>2.0.10</small></td><td>Mobile Internet Explorer 9.0</td><td>Trident 5.0</td><td>Windows Phone 7.5</td><td style="border-left: 1px solid #555">Samsung</td><td>Focus</td><td>mobile:smart</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.004</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-342c8d32-4765-40a8-8a5c-af3a38d19ae4">Detail</a>
<!-- Modal Structure -->
<div id="modal-342c8d32-4765-40a8-8a5c-af3a38d19ae4" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>WhichBrowser result detail</h4>
<p><pre><code class="php">Array
(
[browser] => Array
(
[name] => Mobile Internet Explorer
[version] => 9.0
[type] => browser
)
[engine] => Array
(
[name] => Trident
[version] => 5.0
)
[os] => Array
(
[name] => Windows Phone
[version] => 7.5
)
[device] => Array
(
[type] => mobile
[subtype] => smart
[manufacturer] => Samsung
[model] => Focus
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>Woothee<br /><small>v1.2.0</small></td><td>Internet Explorer 9.0</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>smartphone</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.001</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-3f285ff5-314b-4db4-9948-54572e92e7b6">Detail</a>
<!-- Modal Structure -->
<div id="modal-3f285ff5-314b-4db4-9948-54572e92e7b6" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>Woothee result detail</h4>
<p><pre><code class="php">Array
(
[name] => Internet Explorer
[vendor] => Microsoft
[version] => 9.0
[category] => smartphone
[os] => Windows Phone OS
[os_version] => 7.5
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>Wurfl<br /><small>1.6.4</small></td><td>IE Mobile 9.0</td><td><i class="material-icons">close</i></td><td>Windows Phone 7.5</td><td style="border-left: 1px solid #555">Samsung</td><td>SGH-i917</td><td>Smartphone</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.029</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-1a1aee36-7ce7-4111-a391-8e2c501f1532">Detail</a>
<!-- Modal Structure -->
<div id="modal-1a1aee36-7ce7-4111-a391-8e2c501f1532" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>Wurfl result detail</h4>
<p><pre><code class="php">Array
(
[virtual] => Array
(
[is_android] => false
[is_ios] => false
[is_windows_phone] => true
[is_app] => false
[is_full_desktop] => false
[is_largescreen] => true
[is_mobile] => true
[is_robot] => false
[is_smartphone] => true
[is_touchscreen] => true
[is_wml_preferred] => false
[is_xhtmlmp_preferred] => false
[is_html_preferred] => true
[advertised_device_os] => Windows Phone
[advertised_device_os_version] => 7.5
[advertised_browser] => IE Mobile
[advertised_browser_version] => 9.0
[complete_device_name] => Samsung SGH-i917 (Omnia 7)
[form_factor] => Smartphone
[is_phone] => true
[is_app_webview] => false
)
[all] => Array
(
[brand_name] => Samsung
[model_name] => SGH-i917
[unique] => true
[ununiqueness_handler] =>
[is_wireless_device] => true
[device_claims_web_support] => true
[has_qwerty_keyboard] => true
[can_skip_aligned_link_row] => true
[uaprof] => http://wap.samsungmobile.com/uaprof/SGH-i917.xml
[uaprof2] =>
[uaprof3] =>
[nokia_series] => 0
[nokia_edition] => 0
[device_os] => Windows Phone OS
[mobile_browser] => IEMobile
[mobile_browser_version] => 7.0
[device_os_version] => 7.5
[pointing_method] => touchscreen
[release_date] => 2010_october
[marketing_name] => Omnia 7
[model_extra_info] =>
[nokia_feature_pack] => 0
[can_assign_phone_number] => true
[is_tablet] => false
[manufacturer_name] =>
[is_bot] => false
[is_google_glass] => false
[proportional_font] => false
[built_in_back_button_support] => false
[card_title_support] => true
[softkey_support] => false
[table_support] => true
[numbered_menus] => false
[menu_with_select_element_recommended] => false
[menu_with_list_of_links_recommended] => true
[icons_on_menu_items_support] => false
[break_list_of_links_with_br_element_recommended] => true
[access_key_support] => false
[wrap_mode_support] => false
[times_square_mode_support] => false
[deck_prefetch_support] => false
[elective_forms_recommended] => true
[wizards_recommended] => false
[image_as_link_support] => false
[insert_br_element_after_widget_recommended] => false
[wml_can_display_images_and_text_on_same_line] => false
[wml_displays_image_in_center] => false
[opwv_wml_extensions_support] => false
[wml_make_phone_call_string] => wtai://wp/mc;
[chtml_display_accesskey] => false
[emoji] => false
[chtml_can_display_images_and_text_on_same_line] => false
[chtml_displays_image_in_center] => false
[imode_region] => none
[chtml_make_phone_call_string] => tel:
[chtml_table_support] => false
[xhtml_honors_bgcolor] => false
[xhtml_supports_forms_in_table] => false
[xhtml_support_wml2_namespace] => false
[xhtml_autoexpand_select] => false
[xhtml_select_as_dropdown] => false
[xhtml_select_as_radiobutton] => false
[xhtml_select_as_popup] => false
[xhtml_display_accesskey] => false
[xhtml_supports_invisible_text] => false
[xhtml_supports_inline_input] => false
[xhtml_supports_monospace_font] => false
[xhtml_supports_table_for_layout] => false
[xhtml_supports_css_cell_table_coloring] => false
[xhtml_format_as_css_property] => false
[xhtml_format_as_attribute] => false
[xhtml_nowrap_mode] => false
[xhtml_marquee_as_css_property] => false
[xhtml_readable_background_color1] => #FFFFFF
[xhtml_readable_background_color2] => #FFFFFF
[xhtml_allows_disabled_form_elements] => false
[xhtml_document_title_support] => true
[xhtml_preferred_charset] => utf8
[opwv_xhtml_extensions_support] => false
[xhtml_make_phone_call_string] => tel:
[xhtmlmp_preferred_mime_type] => application/vnd.wap.xhtml+xml
[xhtml_table_support] => true
[xhtml_send_sms_string] => sms:
[xhtml_send_mms_string] => none
[xhtml_file_upload] => not_supported
[cookie_support] => true
[accept_third_party_cookie] => true
[xhtml_supports_iframe] => full
[xhtml_avoid_accesskeys] => false
[xhtml_can_embed_video] => none
[ajax_support_javascript] => true
[ajax_manipulate_css] => true
[ajax_support_getelementbyid] => true
[ajax_support_inner_html] => true
[ajax_xhr_type] => standard
[ajax_manipulate_dom] => true
[ajax_support_events] => true
[ajax_support_event_listener] => true
[ajax_preferred_geoloc_api] => none
[xhtml_support_level] => 4
[preferred_markup] => html_web_4_0
[wml_1_1] => false
[wml_1_2] => false
[wml_1_3] => false
[html_wi_w3_xhtmlbasic] => true
[html_wi_oma_xhtmlmp_1_0] => true
[html_wi_imode_html_1] => false
[html_wi_imode_html_2] => false
[html_wi_imode_html_3] => false
[html_wi_imode_html_4] => false
[html_wi_imode_html_5] => false
[html_wi_imode_htmlx_1] => false
[html_wi_imode_htmlx_1_1] => false
[html_wi_imode_compact_generic] => false
[html_web_3_2] => false
[html_web_4_0] => true
[voicexml] => false
[multipart_support] => false
[total_cache_disable_support] => false
[time_to_live_support] => false
[resolution_width] => 480
[resolution_height] => 800
[columns] => 12
[max_image_width] => 480
[max_image_height] => 800
[rows] => 20
[physical_screen_width] => 49
[physical_screen_height] => 82
[dual_orientation] => true
[density_class] => 1.5
[wbmp] => false
[bmp] => false
[epoc_bmp] => false
[gif_animated] => true
[jpg] => true
[png] => true
[tiff] => false
[transparent_png_alpha] => false
[transparent_png_index] => false
[svgt_1_1] => false
[svgt_1_1_plus] => false
[greyscale] => false
[gif] => true
[colors] => 65536
[webp_lossy_support] => false
[webp_lossless_support] => false
[post_method_support] => true
[basic_authentication_support] => true
[empty_option_value_support] => true
[emptyok] => false
[nokia_voice_call] => false
[wta_voice_call] => false
[wta_phonebook] => false
[wta_misc] => false
[wta_pdc] => false
[https_support] => true
[phone_id_provided] => false
[max_data_rate] => 384
[wifi] => true
[sdio] => false
[vpn] => false
[has_cellular_radio] => true
[max_deck_size] => 100000
[max_url_length_in_requests] => 512
[max_url_length_homepage] => 0
[max_url_length_bookmark] => 0
[max_url_length_cached_page] => 0
[max_no_of_connection_settings] => 0
[max_no_of_bookmarks] => 0
[max_length_of_username] => 0
[max_length_of_password] => 0
[max_object_size] => 0
[downloadfun_support] => false
[directdownload_support] => false
[inline_support] => false
[oma_support] => false
[ringtone] => false
[ringtone_3gpp] => false
[ringtone_midi_monophonic] => false
[ringtone_midi_polyphonic] => false
[ringtone_imelody] => false
[ringtone_digiplug] => false
[ringtone_compactmidi] => false
[ringtone_mmf] => false
[ringtone_rmf] => false
[ringtone_xmf] => false
[ringtone_amr] => false
[ringtone_awb] => false
[ringtone_aac] => false
[ringtone_wav] => false
[ringtone_mp3] => false
[ringtone_spmidi] => false
[ringtone_qcelp] => false
[ringtone_voices] => 1
[ringtone_df_size_limit] => 0
[ringtone_directdownload_size_limit] => 0
[ringtone_inline_size_limit] => 0
[ringtone_oma_size_limit] => 0
[wallpaper] => false
[wallpaper_max_width] => 0
[wallpaper_max_height] => 0
[wallpaper_preferred_width] => 0
[wallpaper_preferred_height] => 0
[wallpaper_resize] => none
[wallpaper_wbmp] => false
[wallpaper_bmp] => false
[wallpaper_gif] => false
[wallpaper_jpg] => false
[wallpaper_png] => false
[wallpaper_tiff] => false
[wallpaper_greyscale] => false
[wallpaper_colors] => 2
[wallpaper_df_size_limit] => 0
[wallpaper_directdownload_size_limit] => 0
[wallpaper_inline_size_limit] => 0
[wallpaper_oma_size_limit] => 0
[screensaver] => false
[screensaver_max_width] => 0
[screensaver_max_height] => 0
[screensaver_preferred_width] => 0
[screensaver_preferred_height] => 0
[screensaver_resize] => none
[screensaver_wbmp] => false
[screensaver_bmp] => false
[screensaver_gif] => false
[screensaver_jpg] => false
[screensaver_png] => false
[screensaver_greyscale] => false
[screensaver_colors] => 2
[screensaver_df_size_limit] => 0
[screensaver_directdownload_size_limit] => 0
[screensaver_inline_size_limit] => 0
[screensaver_oma_size_limit] => 0
[picture] => false
[picture_max_width] => 0
[picture_max_height] => 0
[picture_preferred_width] => 0
[picture_preferred_height] => 0
[picture_resize] => none
[picture_wbmp] => false
[picture_bmp] => false
[picture_gif] => false
[picture_jpg] => false
[picture_png] => false
[picture_greyscale] => false
[picture_colors] => 2
[picture_df_size_limit] => 0
[picture_directdownload_size_limit] => 0
[picture_inline_size_limit] => 0
[picture_oma_size_limit] => 0
[video] => false
[oma_v_1_0_forwardlock] => false
[oma_v_1_0_combined_delivery] => false
[oma_v_1_0_separate_delivery] => false
[streaming_video] => true
[streaming_3gpp] => true
[streaming_mp4] => true
[streaming_mov] => false
[streaming_video_size_limit] => 0
[streaming_real_media] => none
[streaming_flv] => false
[streaming_3g2] => true
[streaming_vcodec_h263_0] => 10
[streaming_vcodec_h263_3] => -1
[streaming_vcodec_mpeg4_sp] => 0
[streaming_vcodec_mpeg4_asp] => -1
[streaming_vcodec_h264_bp] => -1
[streaming_acodec_amr] => nb
[streaming_acodec_aac] => lc
[streaming_wmv] => 9
[streaming_preferred_protocol] => mms
[streaming_preferred_http_protocol] => progressive_download
[wap_push_support] => true
[connectionless_service_indication] => true
[connectionless_service_load] => true
[connectionless_cache_operation] => false
[connectionoriented_unconfirmed_service_indication] => false
[connectionoriented_unconfirmed_service_load] => false
[connectionoriented_unconfirmed_cache_operation] => false
[connectionoriented_confirmed_service_indication] => false
[connectionoriented_confirmed_service_load] => false
[connectionoriented_confirmed_cache_operation] => false
[utf8_support] => true
[ascii_support] => false
[iso8859_support] => false
[expiration_date] => false
[j2me_cldc_1_0] => false
[j2me_cldc_1_1] => false
[j2me_midp_1_0] => false
[j2me_midp_2_0] => false
[doja_1_0] => false
[doja_1_5] => false
[doja_2_0] => false
[doja_2_1] => false
[doja_2_2] => false
[doja_3_0] => false
[doja_3_5] => false
[doja_4_0] => false
[j2me_jtwi] => false
[j2me_mmapi_1_0] => false
[j2me_mmapi_1_1] => false
[j2me_wmapi_1_0] => false
[j2me_wmapi_1_1] => false
[j2me_wmapi_2_0] => false
[j2me_btapi] => false
[j2me_3dapi] => false
[j2me_locapi] => false
[j2me_nokia_ui] => false
[j2me_motorola_lwt] => false
[j2me_siemens_color_game] => false
[j2me_siemens_extension] => false
[j2me_heap_size] => 0
[j2me_max_jar_size] => 0
[j2me_storage_size] => 0
[j2me_max_record_store_size] => 0
[j2me_screen_width] => 0
[j2me_screen_height] => 0
[j2me_canvas_width] => 0
[j2me_canvas_height] => 0
[j2me_bits_per_pixel] => 0
[j2me_audio_capture_enabled] => false
[j2me_video_capture_enabled] => false
[j2me_photo_capture_enabled] => false
[j2me_capture_image_formats] => none
[j2me_http] => false
[j2me_https] => false
[j2me_socket] => false
[j2me_udp] => false
[j2me_serial] => false
[j2me_gif] => false
[j2me_gif89a] => false
[j2me_jpg] => false
[j2me_png] => false
[j2me_bmp] => false
[j2me_bmp3] => false
[j2me_wbmp] => false
[j2me_midi] => false
[j2me_wav] => false
[j2me_amr] => false
[j2me_mp3] => false
[j2me_mp4] => false
[j2me_imelody] => false
[j2me_rmf] => false
[j2me_au] => false
[j2me_aac] => false
[j2me_realaudio] => false
[j2me_xmf] => false
[j2me_wma] => false
[j2me_3gpp] => false
[j2me_h263] => false
[j2me_svgt] => false
[j2me_mpeg4] => false
[j2me_realvideo] => false
[j2me_real8] => false
[j2me_realmedia] => false
[j2me_left_softkey_code] => 0
[j2me_right_softkey_code] => 0
[j2me_middle_softkey_code] => 0
[j2me_select_key_code] => 0
[j2me_return_key_code] => 0
[j2me_clear_key_code] => 0
[j2me_datefield_no_accepts_null_date] => false
[j2me_datefield_broken] => false
[receiver] => true
[sender] => true
[mms_max_size] => 307200
[mms_max_height] => 800
[mms_max_width] => 800
[built_in_recorder] => false
[built_in_camera] => false
[mms_jpeg_baseline] => false
[mms_jpeg_progressive] => false
[mms_gif_static] => true
[mms_gif_animated] => false
[mms_png] => true
[mms_bmp] => false
[mms_wbmp] => false
[mms_amr] => false
[mms_wav] => true
[mms_midi_monophonic] => false
[mms_midi_polyphonic] => false
[mms_midi_polyphonic_voices] => 0
[mms_spmidi] => false
[mms_mmf] => false
[mms_mp3] => true
[mms_evrc] => false
[mms_qcelp] => false
[mms_ota_bitmap] => false
[mms_nokia_wallpaper] => false
[mms_nokia_operatorlogo] => false
[mms_nokia_3dscreensaver] => false
[mms_nokia_ringingtone] => false
[mms_rmf] => false
[mms_xmf] => false
[mms_symbian_install] => false
[mms_jar] => false
[mms_jad] => false
[mms_vcard] => false
[mms_vcalendar] => false
[mms_wml] => false
[mms_wbxml] => false
[mms_wmlc] => false
[mms_video] => true
[mms_mp4] => true
[mms_3gpp] => true
[mms_3gpp2] => true
[mms_max_frame_rate] => 0
[nokiaring] => false
[picturemessage] => false
[operatorlogo] => false
[largeoperatorlogo] => false
[callericon] => false
[nokiavcard] => false
[nokiavcal] => false
[sckl_ringtone] => false
[sckl_operatorlogo] => false
[sckl_groupgraphic] => false
[sckl_vcard] => false
[sckl_vcalendar] => false
[text_imelody] => false
[ems] => false
[ems_variablesizedpictures] => false
[ems_imelody] => false
[ems_odi] => false
[ems_upi] => false
[ems_version] => 0
[siemens_ota] => false
[siemens_logo_width] => 101
[siemens_logo_height] => 29
[siemens_screensaver_width] => 101
[siemens_screensaver_height] => 50
[gprtf] => false
[sagem_v1] => false
[sagem_v2] => false
[panasonic] => false
[sms_enabled] => true
[wav] => false
[mmf] => false
[smf] => false
[mld] => false
[midi_monophonic] => false
[midi_polyphonic] => false
[sp_midi] => false
[rmf] => false
[xmf] => false
[compactmidi] => false
[digiplug] => false
[nokia_ringtone] => false
[imelody] => false
[au] => false
[amr] => false
[awb] => false
[aac] => false
[mp3] => false
[voices] => 1
[qcelp] => false
[evrc] => false
[flash_lite_version] =>
[fl_wallpaper] => false
[fl_screensaver] => false
[fl_standalone] => false
[fl_browser] => false
[fl_sub_lcd] => false
[full_flash_support] => false
[css_supports_width_as_percentage] => true
[css_border_image] => none
[css_rounded_corners] => none
[css_gradient] => none
[css_spriting] => true
[css_gradient_linear] => none
[is_transcoder] => false
[transcoder_ua_header] => user-agent
[rss_support] => true
[pdf_support] => true
[progressive_download] => true
[playback_vcodec_h263_0] => 10
[playback_vcodec_h263_3] => -1
[playback_vcodec_mpeg4_sp] => 0
[playback_vcodec_mpeg4_asp] => -1
[playback_vcodec_h264_bp] => 1
[playback_real_media] => none
[playback_3gpp] => true
[playback_3g2] => true
[playback_mp4] => true
[playback_mov] => false
[playback_acodec_amr] => nb
[playback_acodec_aac] => lc
[playback_df_size_limit] => 0
[playback_directdownload_size_limit] => 0
[playback_inline_size_limit] => 0
[playback_oma_size_limit] => 0
[playback_acodec_qcelp] => false
[playback_wmv] => 9
[hinted_progressive_download] => false
[html_preferred_dtd] => html4
[viewport_supported] => true
[viewport_width] => device_width_token
[viewport_userscalable] => no
[viewport_initial_scale] =>
[viewport_maximum_scale] =>
[viewport_minimum_scale] =>
[mobileoptimized] => false
[handheldfriendly] => false
[canvas_support] => full
[image_inlining] => false
[is_smarttv] => false
[is_console] => false
[nfc_support] => false
[ux_full_desktop] => false
[jqm_grade] => A
[is_sencha_touch_ok] => false
[controlcap_is_smartphone] => default
[controlcap_is_ios] => default
[controlcap_is_android] => default
[controlcap_is_robot] => default
[controlcap_is_app] => default
[controlcap_advertised_device_os] => default
[controlcap_advertised_device_os_version] => default
[controlcap_advertised_browser] => default
[controlcap_advertised_browser_version] => default
[controlcap_is_windows_phone] => default
[controlcap_is_full_desktop] => default
[controlcap_is_largescreen] => default
[controlcap_is_mobile] => default
[controlcap_is_touchscreen] => default
[controlcap_is_wml_preferred] => default
[controlcap_is_xhtmlmp_preferred] => default
[controlcap_is_html_preferred] => default
[controlcap_form_factor] => default
[controlcap_complete_device_name] => default
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr></table>
</div>
<div class="section">
<h1 class="header center orange-text">About this comparison</h1>
<div class="row center">
<h5 class="header light">
The primary goal of this project is simple<br />
I wanted to know which user agent parser is the most accurate in each part - device detection, bot detection and so on...<br />
<br />
The secondary goal is to provide a source for all user agent parsers to improve their detection based on this results.<br />
<br />
You can also improve this further, by suggesting ideas at <a href="https://github.com/ThaDafinser/UserAgentParserComparison">ThaDafinser/UserAgentParserComparison</a><br />
<br />
The comparison is based on the abstraction by <a href="https://github.com/ThaDafinser/UserAgentParser">ThaDafinser/UserAgentParser</a>
</h5>
</div>
</div>
<div class="card">
<div class="card-content">
Comparison created <i>2016-02-13 13:38:55</i> | by
<a href="https://github.com/ThaDafinser">ThaDafinser</a>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/list.js/1.1.1/list.min.js"></script>
<script>
$(document).ready(function(){
// the "href" attribute of .modal-trigger must specify the modal ID that wants to be triggered
$('.modal-trigger').leanModal();
});
</script>
</body>
</html> | ThaDafinser/UserAgentParserComparison | v4/user-agent-detail/c0/62/c062df73-231c-4d7a-9e77-6a89457ab7ac.html | HTML | mit | 46,358 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>nutz4ror开发计划</title>
<meta name="author" content="盒子">
<!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Le styles -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap/dist/css/bootstrap.min.css" type="text/css" rel="stylesheet" media="all">
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<script src="/assets/twitter/javascripts/qrcode.js"></script>
<!-- Le fav and touch icons -->
<!-- Update these with your own images
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
-->
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand" href="/">韭菜盒子</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="/archive">归档</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/tags">标签</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/categories">分类</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/pages">分页</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/about">关于我</a>
</li>
</ul>
</div>
</nav>
<div class="container">
<div class="page-header">
<h1>nutz4ror开发计划 </h1>
</div>
<div class="row">
<div class="span8">
<p><ol>
<li>
分包,注意子包的处理 <span style="background-color:#009900;">------------完成</span>
</li>
<li>
去掉controller中的所有注解 <span style="background-color:#009900;">---------------ok</span>
</li>
<li>
去掉Inject 注解,不用判断,含有public set的直接ioc注入, domain的注解不处理(要不然只能是domain更加复杂)<span style="background-color:#009900;">--ok</span>
</li>
<li>
redirect 支持返回 message<span style="background-color:#009900;"> --- ok-----------------------</span>
</li>
<li>
项目模版,create-project , create-domain,create-controller,create-view, 想办法实现Scaffold 功能
</li>
<li>
url rewrite
</li>
<li>
taglibs ,filters 更方便的支持
</li>
<li>
为domain动态添加各种查询方法-----------------考虑中------------------------------
</li>
</ol>
<p>
可以将nor 打包了,基本的约定已经实现了,对ttcms进行升级,同时看看nutz 关于dao 和mvc的新特性
</p></p>
<hr>
<div class="pagination">
<ul>
<ul>
<li class="prev"><a href="/2012/3.html" title="bug1:标题是“新闻列表”">← Previous</a></li>
<li><a href="/archive">Archive</a></li>
<li class="next"><a href="/2012/1.html" title="vps首次文章体验">Next →</a></li>
</ul>
</ul>
</div>
<hr>
</div>
<div class="span4">
<h4>Published</h4>
<div class="date"><span>2012-04-19</span></div>
<br>
<h4>Share to Weixin</h4>
<div id="share-qrcode"></div>
<script type="text/javascript">
new QRCode(document.getElementById("share-qrcode"), {
text:document.URL,
width:128,
height:128
});
</script>
<br>
<h4>Categories</h4>
<ul class="tag_box">
<li>
<a href="/categories/#%E4%BB%BB%E5%8A%A1%E7%AE%A1%E7%90%86-ref">任务管理 <span>19</span></a>
</li>
</ul>
<br>
<h4>Tags</h4>
<ul class="tag_box">
</ul>
</div>
</div>
<footer>
<p>© 盒子 2016
with help from <a href="http://github.com/wendal/gor" target="_blank" title="Gor -- Fast Blog">Gor</a>
and <a href="http://twitter.github.com/bootstrap/" target="_blank">Twitter Bootstrap</a>
and Idea from <a href="http://ruhoh.com" target="_blank" title="The Definitive Technical Blogging Framework">ruhoh</a>
<a href="http://www.miitbeian.gov.cn" target="_blank">京ICP备17040577号-1</a>
</p>
</footer>
</div> <!-- /container -->
</body>
</html>
| feiyan35488/feiyan35488.github.io | 2012/2.html | HTML | mit | 5,339 |
---
layout: default
title: Java Cheat Sheet
---
<div class="content">
<div class="board">
<h2 class="board-title">Resource</h2>
<div class="board-card">
<h3 class="board-card-title">Online</h3>
<ul>
<li><a href="http://www.oracle.com/technetwork/java/index.html">Official Website</a></li>
</ul>
</div>
<div class="board-card">
<h3 class="board-card-title">Download</h3>
<ul>
<li><a href="/static/cs/java_quickref.pdf">JAVA Language Quick Reference [.pdf]</a></li>
<li><a href="/static/cs/JAVA%20Programming%20Guide%20-%20Quick%20Reference.pdf">JAVA Programming Guide - Quick Reference [.pdf]</a></li>
</ul>
</div>
<div class="board-card">
<h3 class="board-card-title">Related</h3>
<ul>
<li><a href="/blazeds" title="BlazeDS Cheat Sheet">BlazeDS</a></li>
<li><a href="/eclipse" title="Eclipse Cheat Sheet">Eclipse</a></li>
<li><a href="/ejb" title="EJB Cheat Sheet">EJB</a></li>
<li><a href="/glassfish" title="GlassFish Cheat Sheet">GlassFish</a></li>
<li><a href="/grails" title="Grails Cheat Sheet">Grails</a></li>
<li><a href="/gwt" title="GWT Cheat Sheet">GWT</a></li>
<li><a href="/hibernate" title="Hibernate Cheat Sheet">Hibernate</a></li>
<li><a href="/intellij-idea" title="IntelliJ IDEA Cheat Sheet">IntelliJ IDEA</a></li>
<li><a href="/javaee" title="Java EE Cheat Sheet">Java EE</a></li>
<li><a href="/javafx" title="JavaFX Cheat Sheet">JavaFX</a></li>
<li><a href="/jsf" title="JavaServer Faces Cheat Sheet">JavaServer Faces</a></li>
<li><a href="/jboss" title="JBoss Cheat Sheet">JBoss</a></li>
<li><a href="/jdbc" title="JDBC Cheat Sheet">JDBC</a></li>
<li><a href="/jsp" title="JSP Cheat Sheet">JSP</a></li>
<li><a href="/junit" title="JUnit Cheat Sheet">JUnit</a></li>
<li><a href="/maven" title="Maven Cheat Sheet">Maven</a></li>
<li><a href="/netbeans" title="NetBeans Cheat Sheet">NetBeans</a></li>
<li><a href="/richfaces" title="RichFaces Cheat Sheet">RichFaces</a></li>
<li><a href="/spring" title="Spring Framework Cheat Sheet">Spring Framework</a></li>
<li><a href="/springroo" title="Spring Roo Cheat Sheet">Spring Roo</a></li>
<li><a href="/tapestry" title="Tapestry Cheat Sheet">Tapestry</a></li>
</ul>
</div>
</div>
<div class="board">
<h2 class="board-title">Basics</h2>
<div class="board-card">
<h3 class="board-card-title">Setup</h3>
<ul>
<li><a href="http://www.tutorialspoint.com/java/java_environment_setup.htm" title="Setting up the path for windows2000/xp/95/98/ME, Linux, Unix, Solaris">Environment Setup</a></li>
</ul>
</div>
<div class="board-card">
<h3 class="board-card-title">Syntax</h3>
<ul>
<li><a href="http://www.tutorialspoint.com/java/java_basic_syntax.htm" title="Basic Syntax">Basic Syntax</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_object_classes.htm" title="Object & Classes">Object & Classes</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_basic_datatypes.htm" title="Basic Datatypes">Basic Datatypes</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_variable_types.htm" title="How to use variable in Java">Variable Types</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_modifier_types.htm" title="Modifiers are keywords that you add to those definitions to change their meanings">Modifier Types</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_basic_operators.htm" title="Basic Opertators">Basic Operators</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_loop_control.htm" title="for, while">Loop Control</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_decision_making.htm" title="if, else and switch">Descision Making</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_methods.htm" title="Methods">Methods</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_exceptions.htm" title="Exception is a problem that arises during the execution of a program">Exceptions</a></li>
</ul>
</div>
</div>
<div class="board">
<h2 class="board-title">Number</h2>
<div class="board-card">
<h3 class="board-card-title">Number Class</h3>
<ul>
<li><a href="http://www.tutorialspoint.com/java/java_numbers.htm" title="Number Class">Number Class</a></li>
</ul>
</div>
<div class="board-card">
<h3 class="board-card-title">Number methods</h3>
<ul>
<li><a href="http://www.tutorialspoint.com/java/number_xxxvalue.htm" title="Converts the value of this Number object to the xxx data type and returned it.">xxxValue()</a></li>
<li><a href="http://www.tutorialspoint.com/java/number_compareto.htm" title="Compares this Number object to the argument.">compareTo()</a></li>
<li><a href="http://www.tutorialspoint.com/java/number_equals.htm" title="Determines whether <i>this</i> number object is equal to the argument.">equals()</a></li>
<li><a href="http://www.tutorialspoint.com/java/number_valueof.htm" title="Returns an Integer object holding the value of the specified primitive.">valueOf()</a></li>
<li><a href="http://www.tutorialspoint.com/java/number_tostring.htm" title="Returns a String object representing the value of specified int or Integer.">toString()</a></li>
<li><a href="http://www.tutorialspoint.com/java/number_parseint.htm" title="This method is used to get the primitive data type of a certain String.">parseInt()</a></li>
<li><a href="http://www.tutorialspoint.com/java/number_abs.htm" title="Returns the absolute value of the argument.">abs()</a></li>
<li><a href="http://www.tutorialspoint.com/java/number_ceil.htm" title="Returns the smallest integer that is greater than or equal to the argument. Returned as a double.">ceil()</a></li>
<li><a href="http://www.tutorialspoint.com/java/number_floor.htm" title="Returns the largest integer that is less than or equal to the argument. Returned as a double.">floor()</a></li>
<li><a href="http://www.tutorialspoint.com/java/number_rint.htm" title="Returns the integer that is closest in value to the argument. Returned as a double.">rint()</a></li>
<li><a href="http://www.tutorialspoint.com/java/number_round.htm" title="Returns the closest long or int, as indicated by the method's return type, to the argument.">round()</a></li>
<li><a href="http://www.tutorialspoint.com/java/number_min.htm" title="Returns the smaller of the two arguments.">min()</a></li>
<li><a href="http://www.tutorialspoint.com/java/number_max.htm" title="Returns the larger of the two arguments.">max()</a></li>
<li><a href="http://www.tutorialspoint.com/java/number_exp.htm" title="Returns the base of the natural logarithms, e, to the power of the argument.">exp()</a></li>
<li><a href="http://www.tutorialspoint.com/java/number_log.htm" title="Returns the natural logarithm of the argument.">log()</a></li>
<li><a href="http://www.tutorialspoint.com/java/number_pow.htm" title="Returns the value of the first argument raised to the power of the second argument.">pow()</a></li>
<li><a href="http://www.tutorialspoint.com/java/number_sqrt.htm" title="Returns the square root of the argument.">sqrt()</a></li>
<li><a href="http://www.tutorialspoint.com/java/number_sin.htm" title="Returns the sine of the specified double value.">sin()</a></li>
<li><a href="http://www.tutorialspoint.com/java/number_cos.htm" title="Returns the cosine of the specified double value.">cos()</a></li>
<li><a href="http://www.tutorialspoint.com/java/number_tan.htm" title="Returns the tangent of the specified double value.">tan()</a></li>
<li><a href="http://www.tutorialspoint.com/java/number_asin.htm" title="Returns the arcsine of the specified double value.">asin()</a></li>
<li><a href="http://www.tutorialspoint.com/java/number_acos.htm" title="Returns the arccosine of the specified double value.">acos()</a></li>
<li><a href="http://www.tutorialspoint.com/java/number_atan.htm" title="Returns the arctangent of the specified double value.">atan()</a></li>
<li><a href="http://www.tutorialspoint.com/java/number_atan2.htm" title="Converts rectangular coordinates (x, y) to polar coordinate (r, theta) and returns theta.">atan2()</a></li>
<li><a href="http://www.tutorialspoint.com/java/number_todegrees.htm" title="Converts the argument to degrees">toDegrees()</a></li>
<li><a href="http://www.tutorialspoint.com/java/number_toradians.htm" title="Converts the argument to radians.">toRadians()</a></li>
<li><a href="http://www.tutorialspoint.com/java/number_random.htm" title="Returns a random number.">random()</a></li>
</ul>
</div>
</div>
<div class="board">
<h2 class="board-title">Character</h2>
<div class="board-card">
<h3 class="board-card-title">Character Class</h3>
<ul>
<li><a href="http://www.tutorialspoint.com/java/java_characters.htm" title="Character Class">Character Class</a></li>
</ul>
</div>
<div class="board-card">
<h3 class="board-card-title">Character methods</h3>
<ul>
<li><a href="http://www.tutorialspoint.com/java/character_isletter.htm" title="Determines whether the specified char value is a letter.">isLetter()</a></li>
<li><a href="http://www.tutorialspoint.com/java/character_isdigit.htm" title="Determines whether the specified char value is a digit.">isDigit()</a></li>
<li><a href="http://www.tutorialspoint.com/java/character_iswhitespace.htm" title="Determines whether the specified char value is white space.">isWhitespace()</a></li>
<li><a href="http://www.tutorialspoint.com/java/character_isuppercase.htm" title="Determines whether the specified char value is uppercase.">isUpperCase()</a></li>
<li><a href="http://www.tutorialspoint.com/java/character_islowercase.htm" title="Determines whether the specified char value is lowercase.">isLowerCase()</a></li>
<li><a href="http://www.tutorialspoint.com/java/character_touppercase.htm" title="Returns the uppercase form of the specified char value.">toUpperCase()</a></li>
<li><a href="http://www.tutorialspoint.com/java/character_tolowercase.htm" title="Returns the lowercase form of the specified char value.">toLowerCase()</a></li>
<li><a href="http://www.tutorialspoint.com/java/character_tostring.htm" title="Returns a String object representing the specified character valuethat is, a one-character string.">toString()</a></li>
</ul>
</div>
</div>
<div class="board">
<h2 class="board-title">String</h2>
<div class="board-card">
<h3 class="board-card-title">String Class</h3>
<ul>
<li><a href="http://www.tutorialspoint.com/java/java_strings.htm" title="String Class">String Class</a></li>
</ul>
</div>
<div class="board-card">
<h3 class="board-card-title">String methods</h3>
<ul>
<li><a href="http://www.tutorialspoint.com/java/java_string_charat.htm" title="Returns the character at the specified index.y">char charAt(int index)</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_string_compareto.htm" title="Compares this String to another Object.y">int compareTo(Object o)</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_string_compareto.htm" title="Compares two strings lexicographically.">int compareTo(String anotherString)</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_string_comparetoignorecase.htm" title="Compares two strings lexicographically, ignoring case differences.">int compareToIgnoreCase(String str)</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_string_concat.htm" title="Concatenates the specified string to the end of this string.">String concat(String str)</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_string_contentequals.htm" title="Returns true if and only if this String represents the same sequence of characters as the specified StringBuffer.">boolean contentEquals(StringBuffer sb) </a></li>
<li><a href="http://www.tutorialspoint.com/java/java_string_copyvalueof.htm" title="Returns a String that represents the character sequence in the array specified.">static String copyValueOf(char[] data) </a></li>
<li><a href="http://www.tutorialspoint.com/java/java_string_copyvalueof.htm" title="Returns a String that represents the character sequence in the array specified.">static String copyValueOf(char[] data, int offset, int count)</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_string_endswith.htm" title="Tests if this string ends with the specified suffix.">boolean endsWith(String suffix)</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_string_equals.htm" title="Compares this string to the specified object.y">boolean equals(Object anObject)</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_string_equalsignorecase.htm" title="Compares this String to another String, ignoring case considerations.y">boolean equalsIgnoreCase(String anotherString)</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_string_getbytes.htm" title="Encodes this String into a sequence of bytes using the platform's default charset, storing the result into a new byte array.">byte getBytes()</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_string_getbytes.htm" title="Encodes this String into a sequence of bytes using the named charset, storing the result into a new byte array.y">byte[] getBytes(String charsetName</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_string_getchars.htm" title="Copies characters from this string into the destination character array.">void getChars(int srcBegin, int srcEnd, char[] dst, int dstBegin)</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_string_hashcode.htm" title=" Returns a hash code for this string.">int hashCode()</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_string_indexof.htm" title="Returns the index within this string of the first occurrence of the specified character.">int indexOf(int ch) </a></li>
<li><a href="http://www.tutorialspoint.com/java/java_string_indexof.htm" title="Returns the index within this string of the first occurrence of the specified character, starting the search at the specified index.">int indexOf(int ch, int fromIndex)</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_string_indexof.htm" title="Returns the index within this string of the first occurrence of the specified substring.">int indexOf(String str)</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_string_indexof.htm" title="Returns the index within this string of the first occurrence of the specified substring, starting at the specified index.">int indexOf(String str, int fromIndex)</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_string_intern.htm" title="Returns a canonical representation for the string object.">String intern()</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_string_lastindexof.htm" title="Returns the index within this string of the last occurrence of the specified character.">int lastIndexOf(int ch)</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_string_lastindexof.htm" title="Returns the index within this string of the last occurrence of the specified character, searching backward starting at the specified index.">int lastIndexOf(int ch, int fromIndex)</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_string_lastindexof.htm" title="Returns the index within this string of the rightmost occurrence of the specified substring.">int lastIndexOf(String str)</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_string_lastindexof.htm" title="Returns the index within this string of the last occurrence of the specified substring, searching backward starting at the specified index.">int lastIndexOf(String str, int fromIndex)</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_string_length.htm" title="Returns the length of this string.">int length()</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_string_matches.htm" title="Tells whether or not this string matches the given regular expression.">boolean matches(String regex)</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_string_regionmatches.htm" title="Tests if two string regions are equal.">boolean regionMatches(boolean ignoreCase, int toffset, String other, int ooffset, int len) </a></li>
<li><a href="http://www.tutorialspoint.com/java/java_string_regionmatches.htm" title="Tests if two string regions are equal.">boolean regionMatches(int toffset, String other, int ooffset, int len)</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_string_replace.htm" title="Returns a new string resulting from replacing all occurrences of oldChar in this string with newChar.">String replace(char oldChar, char newChar)</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_string_replaceall.htm" title="Replaces each substring of this string that matches the given regular expression with the given replacement.">String replaceAll(String regex, String replacement</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_string_replacefirst.htm" title="Replaces the first substring of this string that matches the given regular expression with the given replacement.">String replaceFirst(String regex, String replacement)</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_string_split.htm" title="Splits this string around matches of the given regular expression.">String[] split(String regex)</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_string_split.htm" title="Splits this string around matches of the given regular expression.">String[] split(String regex, int limit)</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_string_startswith.htm" title="Tests if this string starts with the specified prefix.">boolean startsWith(String prefix)</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_string_startswith.htm" title="Tests if this string starts with the specified prefix beginning a specified index.">boolean startsWith(String prefix, int toffset)</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_string_subsequence.htm" title="Returns a new character sequence that is a subsequence of this sequence.">CharSequence subSequence(int beginIndex, int endIndex)</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_string_substring.htm" title="Returns a new string that is a substring of this string.">String substring(int beginIndex)</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_string_substring.htm" title="Returns a new string that is a substring of this string.">String substring(int beginIndex, int endIndex)</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_string_tochararray.htm" title="Converts this string to a new character array.">char[] toCharArray()</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_string_tolowercase.htm" title="Converts all of the characters in this String to lower case using the rules of the default locale.">String toLowerCase()</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_string_tolowercase.htm" title="Converts all of the characters in this String to lower case using the rules of the given Locale.">String toLowerCase(Locale locale)</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_string_tostring.htm" title="This object (which is already a string!) is itself returned.">String toString()</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_string_touppercase.htm" title="Converts all of the characters in this String to upper case using the rules of the default locale.">String toUpperCase()</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_string_touppercase.htm" title="Converts all of the characters in this String to upper case using the rules of the given Locale.">String toUpperCase(Locale locale)</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_string_trim.htm" title="Returns a copy of the string, with leading and trailing whitespace omitted.">String trim()</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_string_valueof.htm" title="Returns the string representation of the passed data type argument.">static String valueOf(primitive data type x)</a></li>
</ul>
</div>
</div>
<div class="board">
<h2 class="board-title">Basic Classes</h2>
<div class="board-card">
<h3 class="board-card-title">Basic Classes</h3>
<ul>
<li><a href="http://www.tutorialspoint.com/java/java_arrays.htm" title="Returns the parent window of the current window">Arrays</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_date_time.htm" title="Returns the Screen object for the window">Date & Time</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_files_io.htm" title="Returns the y coordinate of the window relative to the screen">Files and I/O</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_regular_expressions.htm" title="Java Regular Expressions ">Regular Expressions</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_exceptions.htm" title="Returns the x coordinate of the window relative to the screen">Exceptions</a></li>
</ul>
</div>
</div>
<div class="board">
<h2 class="board-title">Data Structures</h2>
<div class="board-card">
<h3 class="board-card-title">Data structures</h3>
<ul>
<li><a href="http://www.tutorialspoint.com/java/java_enumeration_interface.htm" title="The Enumeration interface defines the methods by which you can enumerate (obtain one at a time) the elements in a collection of objects.">Enumeration</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_bitset_class.htm" title="A BitSet class creates a special type of array that holds bit values.">BitSet</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_vector_class.htm" title="Vector implements a dynamic array.">Vector</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_stack_class.htm" title="Stack is a subclass of Vector that implements a standard last-in, first-out stack.">Stack</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_dictionary_class.htm" title="">Dictionary</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_hashtable_class.htm" title="Hashtable was part of the original java.util and is a concrete implementation of a Dictionary.">Hashtable</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_properties_class.htm" title="Properties is a subclass of Hashtable. It is used to maintain lists of values in which the key is a String and the value is also a String.">Properties</a></li>
</ul>
</div>
<div class="board-card">
<h3 class="board-card-title">Collection</h3>
<ul>
<li><a href="http://www.tutorialspoint.com/java/java_collection_interface.htm" title="This enables you to work with groups of objects; it is at the top of the collections hierarchy.">Collection Interface</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_list_interface.htm" title="This extends <b>Collection</b> and an instance of List stores an ordered collection of elements. ">List Interface</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_set_interface.htm" title=" This extends Collection to handle sets, which must contain unique elements">Set</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_sortedset_interface.htm" title=" This extends Set to handle sorted sets">SortedSet</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_map_interface.htm" title=" This maps unique keys to values.">Map</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_mapentry_interface.htm" title=" This describes an element (a key/value pair) in a map. This is an inner class of Map.">Map.Entry</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_sortedmap_interface.htm" title=" This extends Map so that the keys are maintained in ascending order.">SortedMap</a></li>
<li><a href="/java/java_enumeration_interface.htm" title=" This is legacy interface and defines the methods by which you can enumerate (obtain one at a time) the elements in a collection of objects. This legacy interface has been superceded by Iterator.">Enumeration</a></li>
</ul>
</div>
</div>
<div class="board">
<h2 class="board-title">Object Oriented</h2>
<div class="board-card">
<h3 class="board-card-title">Object Oriented Topic</h3>
<ul>
<li><a href="http://www.tutorialspoint.com/java/java_inheritance.htm" title="Inheritance">Inheritance</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_overriding.htm" title="Overriding">Overriding</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_polymorphism.htm" title="Polymorphism">Polymorphism</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_abstraction.htm" title="Abstraction">Abstraction</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_encapsulation.htm" title="Encapsulation">Encapsulation</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_interfaces.htm" title="Interfaces">Interfaces</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_packages.htm" title="Packages">Packages</a></li>
</ul>
</div>
</div>
<div class="board">
<h2 class="board-title">Advanced</h2>
<div class="board-card">
<h3 class="board-card-title">Advanced Topic</h3>
<ul>
<li><a href="http://www.tutorialspoint.com/java/java_generics.htm" title="Generics">Generics</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_serialization.htm" title="Serialization">Serialization</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_networking.htm" title="Networking">Networking</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_sending_email.htm" title="Sending Email">Sending Email</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_multithreading.htm" title="Multithreading">Multithreading</a></li>
<li><a href="http://www.tutorialspoint.com/java/java_documentation.htm" title="Documentation with comment">Documentation</a></li>
</ul>
</div>
</div>
</div>
| overthecs/overthecs.github.io | _posts/detail/2012-07-01-java.html | HTML | mit | 28,853 |
<!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="./b0000c0c2accc2738e3be07b8c9a5e1197643b5877c11e98ddabd5f64b9aceb7.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/4a2868480faa2cefc29763e2f7903284baa72da7a1902e20b4721446e527a5aa.html | HTML | mit | 550 |
{extend name="default/template/base_index" /}
{block name="area_header"}
<link src="__CDN__/bootstrap-touchspin/jquery.bootstrap-touchspin.min.css" rel="stylesheet" type="text/css" />
<link type="text/css" rel="stylesheet" href="__CDN__/select2/4.0.0/css/select2.min.css" />
<script type="text/javascript" src="__CDN__/select2/4.0.0/js/select2.full.js"></script>
<script type="text/javascript" src="__CDN__/select2/4.0.0/js/i18n/zh-CN.js"></script>
<link type="text/css" rel="stylesheet" href="__CDN__/select2/4.0.0/css/cosmo-skin.css" />
{/block}
{block name="area_body"}
{include file="default/Widget/topbar" /}
<div class="admin-main container-fluid">
{include file="default/Widget/left" /}
<div class="admin-main-content">
{include file="default/Widget/breadcrumb" /}
<!-- form -->
<form class="form-horizontal well validateForm">
<fieldset>
<legend>
会员等级查看</legend>
<div class="form-group">
<label for="name" class="col-md-2 col-lg-2 control-label">等级名称</label>
<div class="col-md-10 col-lg-10">
<input type="text" class="required form-control input-short" name="name" id="name" value="{$view.name}" placeholder="请输入等级名称" readonly>
</div>
</div>
<div class="form-group">
<label for="remark" class="col-md-2 col-lg-2 control-label">等级描述</label>
<div class="col-md-10 col-lg-10">
<textarea name="remark" id="remark" class="form-control" rows="5" readonly>{$view.remark}</textarea>
<div class="help-block">(您可以输入内容)</div>
</div>
</div>
<div class="form-group " >
<label for="discount_ratio" class="col-md-2 col-lg-2 control-label">优惠比例</label>
<div class="col-md-10 col-lg-10" >
<input type="text" class="required input-short" style="padding: 6px;border-radius: 5px;border: 1px solid #ccc" name="discount_ratio" id="discount_ratio" value="{$view['discount_ratio']*100}" placeholder="请输入优惠比例" disabled>%
<span class="help-block" style="clear: both">(请输入返佣比例,单位%)</span>
</div>
</div>
<div class="form-group">
<label for="commission_ratio" class="col-md-2 col-lg-2 control-label">返佣比例</label>
<div class="col-md-10 col-lg-10">
<input type="text" class="required input-short" style="padding: 6px;border-radius: 5px;border: 1px solid #ccc;" name="commission_ratio" id="commission_ratio" value="{$view['commission_ratio']*100}" placeholder="请输入返佣比例" disabled>%
<span class="help-block" style="clear: both">(请输入返佣比例,单位%)</span>
</div>
</div>
<div class="form-group">
<label for="conditions" class="col-md-2 col-lg-2 control-label">条件</label>
<div class="col-md-10 col-lg-10">
<input type="text" class="required input-normal" style="padding: 6px;border-radius: 5px;border: 1px solid #ccc" name="conditions" id="conditions" value="{$view.conditions}" placeholder="请输入达成成交单数" disabled>
<span class="help-block" style="clear: both">(请输入达成成交单数)</span>
</div>
</div>
<div class="form-group">
<label for="btns" class="col-md-2 col-lg-2 control-label"> </label>
<div class="col-lg-10 col-md-10">
<a class="btn btn-default" href="{:url('MemberGroup/groupIndex',array('store_id'=>I('get.store_id','')))}"><i class="fa fa-times-circle"></i>{:L('BTN_BACK')}</a>
</div>
</div>
</fieldset>
</form>
<!-- form -->
</div>
</div>
{/block}
{block name="area_footer"}
{/block} | h136799711/api_resource | application/admin/view/default/MemberGroup/groupView.html | HTML | mit | 4,492 |
<!DOCTYPE html>
<html>
<head>
<title>ClinkWorks Solitaire</title>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="css/bootstrap.css" />
<link rel="stylesheet" type="text/css" href="css/app.css" />
</head>
<body ng-app="solitaire.platform">
<nav class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<a class="navbar-brand" ui-sref="home">ClinkWorks</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<ul class="nav navbar-nav">
<li ui-sref-active="active"><a ui-sref="home">Home</a></li>
<li ui-sref-active="active"><a ui-sref="game">Solitaire</a></li>
</ul>
</div><!-- /.container-fluid -->
</nav>
<hr />
<div class="container-fluid">
<div ui-view="menu" class="col-md-2 clinkworks-menu"></div>
<div ui-view="content" class="col-md-10"></div>
</div>
<div class="clearfix"></div>
<div>
<hr>
<pre>
ClinkWorks Card Game Studio
</pre>
</div>
<script src="../bower_components/angular/angular.js"></script>
<script src="../bower_components/angular-ui-router/release/angular-ui-router.js"></script>
<script src="../bower_components/angular-resource/angular-resource.js"></script>
<script src="../bower_components/angular-bootstrap/ui-bootstrap-tpls.js"></script>
<script src="../bower_components/lodash/dist/lodash.js"></script>
<script src="js/app.js"></script>
<script src="js/apps/game/selected.js"></script>
<script src="js/apps/game/rules.js"></script>
<script src="js/util/lodash-service.js"></script>
<script src="js/apps/game/solitaire-configuration.js"></script>
<script src="js/apps/game/solitaire-data-access-api.js"></script>
<script src="js/apps/game/solitaire-constants.js"></script>
<script src="js/apps/game/solitaire-controller.js"></script>
<script src="js/apps/platform/rule-system.js"></script>
<script src="js/apps/game/move-handler.js"></script>
<script src="js/apps/platform/move-manager.js"></script>
<script src="js/apps/game/move-manager-menu-controller.js"></script>
<script src="js/apps/game/solitaire-data-service.js"></script>
<script src="js/util/utilities.js"></script>
<script src="js/apps/home/home-configuration.js"></script>
</body>
</html>
| AnthonyClink/SolitaireUi | app/index.html | HTML | mit | 2,852 |
<!--
Author: moviechannel24
Author URL: http://moviechannel24.com
License: MIT
License URL: https://github.com/ntamvl/movieplay/blob/master/LICENSE
-->
<!DOCTYPE HTML>
<html>
<head>
<title>My Play a Entertainment Category Flat Bootstrap Responsive Website Template | single :: moviechannel24</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="My Play Responsive web template, Bootstrap Web Templates, Flat Web Templates, Andriod Compatible web template,
Smartphone Compatible web template, free webdesigns for Nokia, Samsung, LG, SonyErricsson, Motorola web design" />
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script>
<!-- bootstrap -->
<link href="css/bootstrap.min.css" rel='stylesheet' type='text/css' media="all" />
<!-- //bootstrap -->
<link href="css/dashboard.css" rel="stylesheet">
<!-- Custom Theme files -->
<link href="css/style.css" rel='stylesheet' type='text/css' media="all" />
<script src="js/jquery-1.11.1.min.js"></script>
<!--start-smoth-scrolling-->
<!-- fonts -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Poiret+One' rel='stylesheet' type='text/css'>
<!-- //fonts -->
</head>
<body>
<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="index.html"><h1><img src="images/logo.png" alt="" /></h1></a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<div class="top-search">
<form class="navbar-form navbar-right">
<input type="text" class="form-control" placeholder="Search...">
<input type="submit" value=" ">
</form>
</div>
<div class="header-top-right">
<div class="file">
<a href="upload.html">Upload</a>
</div>
<div class="signin">
<a href="#small-dialog2" class="play-icon popup-with-zoom-anim">Sign Up</a>
<!-- pop-up-box -->
<script type="text/javascript" src="js/modernizr.custom.min.js"></script>
<link href="css/popuo-box.css" rel="stylesheet" type="text/css" media="all" />
<script src="js/jquery.magnific-popup.js" type="text/javascript"></script>
<!--//pop-up-box -->
<div id="small-dialog2" class="mfp-hide">
<h3>Create Account</h3>
<div class="social-sits">
<div class="facebook-button">
<a href="#">Connect with Facebook</a>
</div>
<div class="chrome-button">
<a href="#">Connect with Google</a>
</div>
<div class="button-bottom">
<p>Already have an account? <a href="#small-dialog" class="play-icon popup-with-zoom-anim">Login</a></p>
</div>
</div>
<div class="signup">
<form>
<input type="text" class="email" placeholder="Mobile Number" maxlength="10" pattern="[1-9]{1}\d{9}" title="Enter a valid mobile number" />
</form>
<div class="continue-button">
<a href="#small-dialog3" class="hvr-shutter-out-horizontal play-icon popup-with-zoom-anim">CONTINUE</a>
</div>
</div>
<div class="clearfix"> </div>
</div>
<div id="small-dialog3" class="mfp-hide">
<h3>Create Account</h3>
<div class="social-sits">
<div class="facebook-button">
<a href="#">Connect with Facebook</a>
</div>
<div class="chrome-button">
<a href="#">Connect with Google</a>
</div>
<div class="button-bottom">
<p>Already have an account? <a href="#small-dialog" class="play-icon popup-with-zoom-anim">Login</a></p>
</div>
</div>
<div class="signup">
<form>
<input type="text" class="email" placeholder="Email" required="required" pattern="([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?" title="Enter a valid email"/>
<input type="password" placeholder="Password" required="required" pattern=".{6,}" title="Minimum 6 characters required" autocomplete="off" />
<input type="text" class="email" placeholder="Mobile Number" maxlength="10" pattern="[1-9]{1}\d{9}" title="Enter a valid mobile number" />
<input type="submit" value="Sign Up"/>
</form>
</div>
<div class="clearfix"> </div>
</div>
<div id="small-dialog7" class="mfp-hide">
<h3>Create Account</h3>
<div class="social-sits">
<div class="facebook-button">
<a href="#">Connect with Facebook</a>
</div>
<div class="chrome-button">
<a href="#">Connect with Google</a>
</div>
<div class="button-bottom">
<p>Already have an account? <a href="#small-dialog" class="play-icon popup-with-zoom-anim">Login</a></p>
</div>
</div>
<div class="signup">
<form action="upload.html">
<input type="text" class="email" placeholder="Email" required="required" pattern="([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?" title="Enter a valid email"/>
<input type="password" placeholder="Password" required="required" pattern=".{6,}" title="Minimum 6 characters required" autocomplete="off" />
<input type="submit" value="Sign In"/>
</form>
</div>
<div class="clearfix"> </div>
</div>
<div id="small-dialog4" class="mfp-hide">
<h3>Feedback</h3>
<div class="feedback-grids">
<div class="feedback-grid">
<p>Suspendisse tristique magna ut urna pellentesque, ut egestas velit faucibus. Nullam mattis lectus ullamcorper dui dignissim, sit amet egestas orci ullamcorper.</p>
</div>
<div class="button-bottom">
<p><a href="#small-dialog" class="play-icon popup-with-zoom-anim">Sign in</a> to get started.</p>
</div>
</div>
</div>
<div id="small-dialog5" class="mfp-hide">
<h3>Help</h3>
<div class="help-grid">
<p>Suspendisse tristique magna ut urna pellentesque, ut egestas velit faucibus. Nullam mattis lectus ullamcorper dui dignissim, sit amet egestas orci ullamcorper.</p>
</div>
<div class="help-grids">
<div class="help-button-bottom">
<p><a href="#small-dialog4" class="play-icon popup-with-zoom-anim">Feedback</a></p>
</div>
<div class="help-button-bottom">
<p><a href="#small-dialog6" class="play-icon popup-with-zoom-anim">Lorem ipsum dolor sit amet</a></p>
</div>
<div class="help-button-bottom">
<p><a href="#small-dialog6" class="play-icon popup-with-zoom-anim">Nunc vitae rutrum enim</a></p>
</div>
<div class="help-button-bottom">
<p><a href="#small-dialog6" class="play-icon popup-with-zoom-anim">Mauris at volutpat leo</a></p>
</div>
<div class="help-button-bottom">
<p><a href="#small-dialog6" class="play-icon popup-with-zoom-anim">Mauris vehicula rutrum velit</a></p>
</div>
<div class="help-button-bottom">
<p><a href="#small-dialog6" class="play-icon popup-with-zoom-anim">Aliquam eget ante non orci fac</a></p>
</div>
</div>
</div>
<div id="small-dialog6" class="mfp-hide">
<div class="video-information-text">
<h4>Video information & settings</h4>
<p>Suspendisse tristique magna ut urna pellentesque, ut egestas velit faucibus. Nullam mattis lectus ullamcorper dui dignissim, sit amet egestas orci ullamcorper.</p>
<ol>
<li>Nunc vitae rutrum enim. Mauris at volutpat leo. Vivamus dapibus mi ut elit fermentum tincidunt.</li>
<li>Nunc vitae rutrum enim. Mauris at volutpat leo. Vivamus dapibus mi ut elit fermentum tincidunt.</li>
<li>Nunc vitae rutrum enim. Mauris at volutpat leo. Vivamus dapibus mi ut elit fermentum tincidunt.</li>
<li>Nunc vitae rutrum enim. Mauris at volutpat leo. Vivamus dapibus mi ut elit fermentum tincidunt.</li>
<li>Nunc vitae rutrum enim. Mauris at volutpat leo. Vivamus dapibus mi ut elit fermentum tincidunt.</li>
</ol>
</div>
</div>
<script>
$(document).ready(function() {
$('.popup-with-zoom-anim').magnificPopup({
type: 'inline',
fixedContentPos: false,
fixedBgPos: true,
overflowY: 'auto',
closeBtnInside: true,
preloader: false,
midClick: true,
removalDelay: 300,
mainClass: 'my-mfp-zoom-in'
});
});
</script>
</div>
<div class="signin">
<a href="#small-dialog" class="play-icon popup-with-zoom-anim">Sign In</a>
<div id="small-dialog" class="mfp-hide">
<h3>Login</h3>
<div class="social-sits">
<div class="facebook-button">
<a href="#">Connect with Facebook</a>
</div>
<div class="chrome-button">
<a href="#">Connect with Google</a>
</div>
<div class="button-bottom">
<p>New account? <a href="#small-dialog2" class="play-icon popup-with-zoom-anim">Signup</a></p>
</div>
</div>
<div class="signup">
<form>
<input type="text" class="email" placeholder="Enter email / mobile" required="required" pattern="([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?"/>
<input type="password" placeholder="Password" required="required" pattern=".{6,}" title="Minimum 6 characters required" autocomplete="off" />
<input type="submit" value="LOGIN"/>
</form>
<div class="forgot">
<a href="#">Forgot password ?</a>
</div>
</div>
<div class="clearfix"> </div>
</div>
</div>
<div class="clearfix"> </div>
</div>
</div>
<div class="clearfix"> </div>
</div>
</nav>
<div class="col-sm-3 col-md-2 sidebar">
<div class="top-navigation">
<div class="t-menu">MENU</div>
<div class="t-img">
<img src="images/lines.png" alt="" />
</div>
<div class="clearfix"> </div>
</div>
<div class="drop-navigation drop-navigation">
<ul class="nav nav-sidebar">
<li><a href="index.html" class="home-icon"><span class="glyphicon glyphicon-home" aria-hidden="true"></span>Home</a></li>
<li><a href="shows.html" class="user-icon"><span class="glyphicon glyphicon-home glyphicon-blackboard" aria-hidden="true"></span>TV Shows</a></li>
<li><a href="history.html" class="sub-icon"><span class="glyphicon glyphicon-home glyphicon-hourglass" aria-hidden="true"></span>History</a></li>
<li><a href="#" class="menu1"><span class="glyphicon glyphicon-film" aria-hidden="true"></span>Movies<span class="glyphicon glyphicon-menu-down" aria-hidden="true"></span></a></li>
<ul class="cl-effect-2">
<li><a href="movies.html">English</a></li>
<li><a href="movies.html">Chinese</a></li>
<li><a href="movies.html">Hindi</a></li>
</ul>
<!-- script-for-menu -->
<script>
$( "li a.menu1" ).click(function() {
$( "ul.cl-effect-2" ).slideToggle( 300, function() {
// Animation complete.
});
});
</script>
<li><a href="#" class="menu"><span class="glyphicon glyphicon-film glyphicon-king" aria-hidden="true"></span>Sports<span class="glyphicon glyphicon-menu-down" aria-hidden="true"></span></a></li>
<ul class="cl-effect-1">
<li><a href="sports.html">Football</a></li>
<li><a href="sports.html">Cricket</a></li>
<li><a href="sports.html">Tennis</a></li>
<li><a href="sports.html">Shattil</a></li>
</ul>
<!-- script-for-menu -->
<script>
$( "li a.menu" ).click(function() {
$( "ul.cl-effect-1" ).slideToggle( 300, function() {
// Animation complete.
});
});
</script>
<li><a href="movies.html" class="song-icon"><span class="glyphicon glyphicon-music" aria-hidden="true"></span>Songs</a></li>
<li><a href="news.html" class="news-icon"><span class="glyphicon glyphicon-envelope" aria-hidden="true"></span>News</a></li>
</ul>
<!-- script-for-menu -->
<script>
$( ".top-navigation" ).click(function() {
$( ".drop-navigation" ).slideToggle( 300, function() {
// Animation complete.
});
});
</script>
<div class="side-bottom">
<div class="side-bottom-icons">
<ul class="nav2">
<li><a href="#" class="facebook"> </a></li>
<li><a href="#" class="facebook twitter"> </a></li>
<li><a href="#" class="facebook chrome"> </a></li>
<li><a href="#" class="facebook dribbble"> </a></li>
</ul>
</div>
<div class="copyright">
<p> © 2015 My Play. All rights reserved | Design by <a href="http://moviechannel24.com/">moviechannel24</a></p>
</div>
</div>
</div>
</div>
<div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
<div class="show-top-grids">
<div class="col-sm-8 single-left">
<div class="song">
<div class="song-info">
<h3>Etiam molestie nisl eget consequat pharetra</h3>
</div>
<div class="video-grid">
<iframe src="https://www.youtube.com/embed/oYiT-vLjhC4" allowfullscreen></iframe>
</div>
</div>
<div class="song-grid-right">
<div class="share">
<h5>Share this</h5>
<ul>
<li><a href="#" class="icon fb-icon">Facebook</a></li>
<li><a href="#" class="icon dribbble-icon">Dribbble</a></li>
<li><a href="#" class="icon twitter-icon">Twitter</a></li>
<li><a href="#" class="icon pinterest-icon">Pinterest</a></li>
<li><a href="#" class="icon whatsapp-icon">Whatsapp</a></li>
<li><a href="#" class="icon like">Like</a></li>
<li><a href="#" class="icon comment-icon">Comments</a></li>
<li class="view">200 Views</li>
</ul>
</div>
</div>
<div class="clearfix"> </div>
<div class="published">
<script src="jquery.min.js"></script>
<script>
$(document).ready(function () {
size_li = $("#myList li").size();
x=1;
$('#myList li:lt('+x+')').show();
$('#loadMore').click(function () {
x= (x+1 <= size_li) ? x+1 : size_li;
$('#myList li:lt('+x+')').show();
});
$('#showLess').click(function () {
x=(x-1<0) ? 1 : x-1;
$('#myList li').not(':lt('+x+')').hide();
});
});
</script>
<div class="load_more">
<ul id="myList">
<li>
<h4>Published on 15 June 2015</h4>
<p>Nullam fringilla sagittis tortor ut rhoncus. Nam vel ultricies erat, vel sodales leo. Maecenas pellentesque, est suscipit laoreet tincidunt, ipsum tortor vestibulum leo, ac dignissim diam velit id tellus. Morbi luctus velit quis semper egestas. Nam condimentum sem eget ex iaculis bibendum. Nam tortor felis, commodo faucibus sollicitudin ac, luctus a turpis. Donec congue pretium nisl, sed fringilla tellus tempus in.</p>
</li>
<li>
<p>Nullam fringilla sagittis tortor ut rhoncus. Nam vel ultricies erat, vel sodales leo. Maecenas pellentesque, est suscipit laoreet tincidunt, ipsum tortor vestibulum leo, ac dignissim diam velit id tellus. Morbi luctus velit quis semper egestas. Nam condimentum sem eget ex iaculis bibendum. Nam tortor felis, commodo faucibus sollicitudin ac, luctus a turpis. Donec congue pretium nisl, sed fringilla tellus tempus in.</p>
<p>Nullam fringilla sagittis tortor ut rhoncus. Nam vel ultricies erat, vel sodales leo. Maecenas pellentesque, est suscipit laoreet tincidunt, ipsum tortor vestibulum leo, ac dignissim diam velit id tellus. Morbi luctus velit quis semper egestas. Nam condimentum sem eget ex iaculis bibendum. Nam tortor felis, commodo faucibus sollicitudin ac, luctus a turpis. Donec congue pretium nisl, sed fringilla tellus tempus in.</p>
<div class="load-grids">
<div class="load-grid">
<p>Category</p>
</div>
<div class="load-grid">
<a href="movies.html">Entertainment</a>
</div>
<div class="clearfix"> </div>
</div>
</li>
</ul>
</div>
</div>
<div class="all-comments">
<div class="all-comments-info">
<a href="#">All Comments (8,657)</a>
<div class="box">
<form>
<input type="text" placeholder="Name" required=" ">
<input type="text" placeholder="Email" required=" ">
<input type="text" placeholder="Phone" required=" ">
<textarea placeholder="Message" required=" "></textarea>
<input type="submit" value="SEND">
<div class="clearfix"> </div>
</form>
</div>
<div class="all-comments-buttons">
<ul>
<li><a href="#" class="top">Top Comments</a></li>
<li><a href="#" class="top newest">Newest First</a></li>
<li><a href="#" class="top my-comment">My Comments</a></li>
</ul>
</div>
</div>
<div class="media-grids">
<div class="media">
<h5>Tom Brown</h5>
<div class="media-left">
<a href="#">
</a>
</div>
<div class="media-body">
<p>Maecenas ultricies rhoncus tincidunt maecenas imperdiet ipsum id ex pretium hendrerit maecenas imperdiet ipsum id ex pretium hendrerit</p>
<span>View all posts by :<a href="#"> Admin </a></span>
</div>
</div>
<div class="media">
<h5>Mark Johnson</h5>
<div class="media-left">
<a href="#">
</a>
</div>
<div class="media-body">
<p>Maecenas ultricies rhoncus tincidunt maecenas imperdiet ipsum id ex pretium hendrerit maecenas imperdiet ipsum id ex pretium hendrerit</p>
<span>View all posts by :<a href="#"> Admin </a></span>
</div>
</div>
<div class="media">
<h5>Steven Smith</h5>
<div class="media-left">
<a href="#">
</a>
</div>
<div class="media-body">
<p>Maecenas ultricies rhoncus tincidunt maecenas imperdiet ipsum id ex pretium hendrerit maecenas imperdiet ipsum id ex pretium hendrerit</p>
<span>View all posts by :<a href="#"> Admin </a></span>
</div>
</div>
<div class="media">
<h5>Marry Johne</h5>
<div class="media-left">
<a href="#">
</a>
</div>
<div class="media-body">
<p>Maecenas ultricies rhoncus tincidunt maecenas imperdiet ipsum id ex pretium hendrerit maecenas imperdiet ipsum id ex pretium hendrerit</p>
<span>View all posts by :<a href="#"> Admin </a></span>
</div>
</div>
<div class="media">
<h5>Mark Johnson</h5>
<div class="media-left">
<a href="#">
</a>
</div>
<div class="media-body">
<p>Maecenas ultricies rhoncus tincidunt maecenas imperdiet ipsum id ex pretium hendrerit maecenas imperdiet ipsum id ex pretium hendrerit</p>
<span>View all posts by :<a href="#"> Admin </a></span>
</div>
</div>
<div class="media">
<h5>Mark Johnson</h5>
<div class="media-left">
<a href="#">
</a>
</div>
<div class="media-body">
<p>Maecenas ultricies rhoncus tincidunt maecenas imperdiet ipsum id ex pretium hendrerit maecenas imperdiet ipsum id ex pretium hendrerit</p>
<span>View all posts by :<a href="#"> Admin </a></span>
</div>
</div>
<div class="media">
<h5>Peter Johnson</h5>
<div class="media-left">
<a href="#">
</a>
</div>
<div class="media-body">
<p>Maecenas ultricies rhoncus tincidunt maecenas imperdiet ipsum id ex pretium hendrerit maecenas imperdiet ipsum id ex pretium hendrerit</p>
<span>View all posts by :<a href="#"> Admin </a></span>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4 single-right">
<h3>Up Next</h3>
<div class="single-grid-right">
<div class="single-right-grids">
<div class="col-md-4 single-right-grid-left">
<a href="single.html"><img src="images/r1.jpg" alt="" /></a>
</div>
<div class="col-md-8 single-right-grid-right">
<a href="single.html" class="title"> Nullam interdum metus</a>
<p class="author"><a href="#" class="author">John Maniya</a></p>
<p class="views">2,114,200 views</p>
</div>
<div class="clearfix"> </div>
</div>
<div class="single-right-grids">
<div class="col-md-4 single-right-grid-left">
<a href="single.html"><img src="images/r2.jpg" alt="" /></a>
</div>
<div class="col-md-8 single-right-grid-right">
<a href="single.html" class="title"> Nullam interdum metus</a>
<p class="author"><a href="#" class="author">John Maniya</a></p>
<p class="views">2,114,200 views </p>
</div>
<div class="clearfix"> </div>
</div>
<div class="single-right-grids">
<div class="col-md-4 single-right-grid-left">
<a href="single.html"><img src="images/r3.jpg" alt="" /></a>
</div>
<div class="col-md-8 single-right-grid-right">
<a href="single.html" class="title"> Nullam interdum metus</a>
<p class="author"><a href="#" class="author">John Maniya</a></p>
<p class="views">2,114,200 views</p>
</div>
<div class="clearfix"> </div>
</div>
<div class="single-right-grids">
<div class="col-md-4 single-right-grid-left">
<a href="single.html"><img src="images/r4.jpg" alt="" /></a>
</div>
<div class="col-md-8 single-right-grid-right">
<a href="single.html" class="title"> Nullam interdum metus</a>
<p class="author"><a href="#" class="author">John Maniya</a></p>
<p class="views">2,114,200 views</p>
</div>
<div class="clearfix"> </div>
</div>
<div class="single-right-grids">
<div class="col-md-4 single-right-grid-left">
<a href="single.html"><img src="images/r5.jpg" alt="" /></a>
</div>
<div class="col-md-8 single-right-grid-right">
<a href="single.html" class="title"> Nullam interdum metus</a>
<p class="author"><a href="#" class="author">John Maniya</a></p>
<p class="views">2,114,200 views</p>
</div>
<div class="clearfix"> </div>
</div>
<div class="single-right-grids">
<div class="col-md-4 single-right-grid-left">
<a href="single.html"><img src="images/r6.jpg" alt="" /></a>
</div>
<div class="col-md-8 single-right-grid-right">
<a href="single.html" class="title"> Nullam interdum metus</a>
<p class="author">By <a href="#" class="author">John Maniya</a></p>
<p class="views">2,114,200 views</p>
</div>
<div class="clearfix"> </div>
</div>
<div class="single-right-grids">
<div class="col-md-4 single-right-grid-left">
<a href="single.html"><img src="images/r1.jpg" alt="" /></a>
</div>
<div class="col-md-8 single-right-grid-right">
<a href="single.html" class="title"> Nullam interdum metus</a>
<p class="author"><a href="#" class="author">John Maniya</a></p>
<p class="views">2,114,200 views</p>
</div>
<div class="clearfix"> </div>
</div>
<div class="single-right-grids">
<div class="col-md-4 single-right-grid-left">
<a href="single.html"><img src="images/r2.jpg" alt="" /></a>
</div>
<div class="col-md-8 single-right-grid-right">
<a href="single.html" class="title"> Nullam interdum metus</a>
<p class="author"><a href="#" class="author">John Maniya</a></p>
<p class="views">2,114,200 views</p>
</div>
<div class="clearfix"> </div>
</div>
<div class="single-right-grids">
<div class="col-md-4 single-right-grid-left">
<a href="single.html"><img src="images/r3.jpg" alt="" /></a>
</div>
<div class="col-md-8 single-right-grid-right">
<a href="single.html" class="title"> Nullam interdum metus</a>
<p class="author"><a href="#" class="author">John Maniya</a></p>
<p class="views">2,114,200 views</p>
</div>
<div class="clearfix"> </div>
</div>
<div class="single-right-grids">
<div class="col-md-4 single-right-grid-left">
<a href="single.html"><img src="images/r4.jpg" alt="" /></a>
</div>
<div class="col-md-8 single-right-grid-right">
<a href="single.html" class="title"> Nullam interdum metus</a>
<p class="author"><a href="#" class="author">John Maniya</a></p>
<p class="views">2,114,200 views</p>
</div>
<div class="clearfix"> </div>
</div>
<div class="single-right-grids">
<div class="col-md-4 single-right-grid-left">
<a href="single.html"><img src="images/r5.jpg" alt="" /></a>
</div>
<div class="col-md-8 single-right-grid-right">
<a href="single.html" class="title"> Nullam interdum metus</a>
<p class="author"><a href="#" class="author">John Maniya</a></p>
<p class="views">2,114,200 views</p>
</div>
<div class="clearfix"> </div>
</div>
<div class="single-right-grids">
<div class="col-md-4 single-right-grid-left">
<a href="single.html"><img src="images/r6.jpg" alt="" /></a>
</div>
<div class="col-md-8 single-right-grid-right">
<a href="single.html" class="title"> Nullam interdum metus</a>
<p class="author"><a href="#" class="author">John Maniya</a></p>
<p class="views">2,114,200 views</p>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
<div class="clearfix"> </div>
</div>
<!-- footer -->
<div class="footer">
<div class="footer-grids">
<div class="footer-top">
<div class="footer-top-nav">
<ul>
<li><a href="about.html">About</a></li>
<li><a href="press.html">Press</a></li>
<li><a href="copyright.html">Copyright</a></li>
<li><a href="creators.html">Creators</a></li>
<li><a href="#">Advertise</a></li>
<li><a href="developers.html">Developers</a></li>
</ul>
</div>
<div class="footer-bottom-nav">
<ul>
<li><a href="terms.html">Terms</a></li>
<li><a href="privacy.html">Privacy</a></li>
<li><a href="#small-dialog4" class="play-icon popup-with-zoom-anim">Send feedback</a></li>
<li><a href="privacy.html">Policy & Safety </a></li>
<li><a href="try.html">Try something new!</a></li>
</ul>
</div>
</div>
<div class="footer-bottom">
<ul>
<li class="languages">
<select class="form-control bfh-countries" data-country="US">
<option value="">Select Language</option>
<option>Spanish</option>
<option>French</option>
<option>German</option>
<option>Italian</option>
<option>Chinese</option>
<option>Tagalog</option>
<option>Polish</option>
<option>Korean</option>
<option>Vietnamese</option>
<option>Portuguese</option>
<option>Japanese</option>
<option>Greek</option>
<option>Arabic</option>
<option>Hindi (urdu)</option>
<option>Russian</option>
<option>Yiddish</option>
<option>Thai (laotian)</option>
<option>Persian</option>
<option>French Creole</option>
<option>Armenian</option>
<option>Navaho</option>
<option>Hungarian</option>
<option>Hebrew</option>
<option>Dutch</option>
<option>Mon-khmer (cambodian)</option>
<option>Gujarathi</option>
<option>Ukrainian</option>
<option>Czech</option>
<option>Pennsylvania Dutch</option>
<option>Miao (hmong)</option>
<option>Norwegian</option>
<option>Slovak</option>
<option>Swedish</option>
<option>Serbocroatian</option>
<option>Kru</option>
<option>Rumanian</option>
<option>Lithuanian</option>
<option>Finnish</option>
<option>Panjabi</option>
<option>Formosan</option>
<option>Croatian</option>
<option>Turkish</option>
<option>Ilocano</option>
<option>Bengali</option>
<option>Danish</option>
<option>Syriac</option>
<option>Samoan</option>
<option>Malayalam</option>
<option>Cajun</option>
<option>Amharic</option>
</select>
</li>
<li class="languages">
<select class="form-control bfh-countries">
<option value="">Select Country</option>
<option value="AFG">Afghanistan</option>
<option value="ALA">Åland Islands</option>
<option value="ALB">Albania</option>
<option value="DZA">Algeria</option>
<option value="ASM">American Samoa</option>
<option value="AND">Andorra</option>
<option value="AGO">Angola</option>
<option value="AIA">Anguilla</option>
<option value="ATA">Antarctica</option>
<option value="ATG">Antigua and Barbuda</option>
<option value="ARG">Argentina</option>
<option value="ARM">Armenia</option>
<option value="ABW">Aruba</option>
<option value="AUS">Australia</option>
<option value="AUT">Austria</option>
<option value="AZE">Azerbaijan</option>
<option value="BHS">Bahamas</option>
<option value="BHR">Bahrain</option>
<option value="BGD">Bangladesh</option>
<option value="BRB">Barbados</option>
<option value="BLR">Belarus</option>
<option value="BEL">Belgium</option>
<option value="BLZ">Belize</option>
<option value="BEN">Benin</option>
<option value="BMU">Bermuda</option>
<option value="BTN">Bhutan</option>
<option value="BOL">Bolivia, Plurinational State of</option>
<option value="BES">Bonaire, Sint Eustatius and Saba</option>
<option value="BIH">Bosnia and Herzegovina</option>
<option value="BWA">Botswana</option>
<option value="BVT">Bouvet Island</option>
<option value="BRA">Brazil</option>
<option value="IOT">British Indian Ocean Territory</option>
<option value="BRN">Brunei Darussalam</option>
<option value="BGR">Bulgaria</option>
<option value="BFA">Burkina Faso</option>
<option value="BDI">Burundi</option>
<option value="KHM">Cambodia</option>
<option value="CMR">Cameroon</option>
<option value="CAN">Canada</option>
<option value="CPV">Cape Verde</option>
<option value="CYM">Cayman Islands</option>
<option value="CAF">Central African Republic</option>
<option value="TCD">Chad</option>
<option value="CHL">Chile</option>
<option value="CHN">China</option>
<option value="CXR">Christmas Island</option>
<option value="CCK">Cocos (Keeling) Islands</option>
<option value="COL">Colombia</option>
<option value="COM">Comoros</option>
<option value="COG">Congo</option>
<option value="COD">Congo, the Democratic Republic of the</option>
<option value="COK">Cook Islands</option>
<option value="CRI">Costa Rica</option>
<option value="CIV">Côte d'Ivoire</option>
<option value="HRV">Croatia</option>
<option value="CUB">Cuba</option>
<option value="CUW">Curaçao</option>
<option value="CYP">Cyprus</option>
<option value="CZE">Czech Republic</option>
<option value="DNK">Denmark</option>
<option value="DJI">Djibouti</option>
<option value="DMA">Dominica</option>
<option value="DOM">Dominican Republic</option>
<option value="ECU">Ecuador</option>
<option value="EGY">Egypt</option>
<option value="SLV">El Salvador</option>
<option value="GNQ">Equatorial Guinea</option>
<option value="ERI">Eritrea</option>
<option value="EST">Estonia</option>
<option value="ETH">Ethiopia</option>
<option value="FLK">Falkland Islands (Malvinas)</option>
<option value="FRO">Faroe Islands</option>
<option value="FJI">Fiji</option>
<option value="FIN">Finland</option>
<option value="FRA">France</option>
<option value="GUF">French Guiana</option>
<option value="PYF">French Polynesia</option>
<option value="ATF">French Southern Territories</option>
<option value="GAB">Gabon</option>
<option value="GMB">Gambia</option>
<option value="GEO">Georgia</option>
<option value="DEU">Germany</option>
<option value="GHA">Ghana</option>
<option value="GIB">Gibraltar</option>
<option value="GRC">Greece</option>
<option value="GRL">Greenland</option>
<option value="GRD">Grenada</option>
<option value="GLP">Guadeloupe</option>
<option value="GUM">Guam</option>
<option value="GTM">Guatemala</option>
<option value="GGY">Guernsey</option>
<option value="GIN">Guinea</option>
<option value="GNB">Guinea-Bissau</option>
<option value="GUY">Guyana</option>
<option value="HTI">Haiti</option>
<option value="HMD">Heard Island and McDonald Islands</option>
<option value="VAT">Holy See (Vatican City State)</option>
<option value="HND">Honduras</option>
<option value="HKG">Hong Kong</option>
<option value="HUN">Hungary</option>
<option value="ISL">Iceland</option>
<option value="IND">India</option>
<option value="IDN">Indonesia</option>
<option value="IRN">Iran, Islamic Republic of</option>
<option value="IRQ">Iraq</option>
<option value="IRL">Ireland</option>
<option value="IMN">Isle of Man</option>
<option value="ISR">Israel</option>
<option value="ITA">Italy</option>
<option value="JAM">Jamaica</option>
<option value="JPN">Japan</option>
<option value="JEY">Jersey</option>
<option value="JOR">Jordan</option>
<option value="KAZ">Kazakhstan</option>
<option value="KEN">Kenya</option>
<option value="KIR">Kiribati</option>
<option value="PRK">Korea, Democratic People's Republic of</option>
<option value="KOR">Korea, Republic of</option>
<option value="KWT">Kuwait</option>
<option value="KGZ">Kyrgyzstan</option>
<option value="LAO">Lao People's Democratic Republic</option>
<option value="LVA">Latvia</option>
<option value="LBN">Lebanon</option>
<option value="LSO">Lesotho</option>
<option value="LBR">Liberia</option>
<option value="LBY">Libya</option>
<option value="LIE">Liechtenstein</option>
<option value="LTU">Lithuania</option>
<option value="LUX">Luxembourg</option>
<option value="MAC">Macao</option>
<option value="MKD">Macedonia, the former Yugoslav Republic of</option>
<option value="MDG">Madagascar</option>
<option value="MWI">Malawi</option>
<option value="MYS">Malaysia</option>
<option value="MDV">Maldives</option>
<option value="MLI">Mali</option>
<option value="MLT">Malta</option>
<option value="MHL">Marshall Islands</option>
<option value="MTQ">Martinique</option>
<option value="MRT">Mauritania</option>
<option value="MUS">Mauritius</option>
<option value="MYT">Mayotte</option>
<option value="MEX">Mexico</option>
<option value="FSM">Micronesia, Federated States of</option>
<option value="MDA">Moldova, Republic of</option>
<option value="MCO">Monaco</option>
<option value="MNG">Mongolia</option>
<option value="MNE">Montenegro</option>
<option value="MSR">Montserrat</option>
<option value="MAR">Morocco</option>
<option value="MOZ">Mozambique</option>
<option value="MMR">Myanmar</option>
<option value="NAM">Namibia</option>
<option value="NRU">Nauru</option>
<option value="NPL">Nepal</option>
<option value="NLD">Netherlands</option>
<option value="NCL">New Caledonia</option>
<option value="NZL">New Zealand</option>
<option value="NIC">Nicaragua</option>
<option value="NER">Niger</option>
<option value="NGA">Nigeria</option>
<option value="NIU">Niue</option>
<option value="NFK">Norfolk Island</option>
<option value="MNP">Northern Mariana Islands</option>
<option value="NOR">Norway</option>
<option value="OMN">Oman</option>
<option value="PAK">Pakistan</option>
<option value="PLW">Palau</option>
<option value="PSE">Palestinian Territory, Occupied</option>
<option value="PAN">Panama</option>
<option value="PNG">Papua New Guinea</option>
<option value="PRY">Paraguay</option>
<option value="PER">Peru</option>
<option value="PHL">Philippines</option>
<option value="PCN">Pitcairn</option>
<option value="POL">Poland</option>
<option value="PRT">Portugal</option>
<option value="PRI">Puerto Rico</option>
<option value="QAT">Qatar</option>
<option value="REU">Réunion</option>
<option value="ROU">Romania</option>
<option value="RUS">Russian Federation</option>
<option value="RWA">Rwanda</option>
<option value="BLM">Saint Barthélemy</option>
<option value="SHN">Saint Helena, Ascension and Tristan da Cunha</option>
<option value="KNA">Saint Kitts and Nevis</option>
<option value="LCA">Saint Lucia</option>
<option value="MAF">Saint Martin (French part)</option>
<option value="SPM">Saint Pierre and Miquelon</option>
<option value="VCT">Saint Vincent and the Grenadines</option>
<option value="WSM">Samoa</option>
<option value="SMR">San Marino</option>
<option value="STP">Sao Tome and Principe</option>
<option value="SAU">Saudi Arabia</option>
<option value="SEN">Senegal</option>
<option value="SRB">Serbia</option>
<option value="SYC">Seychelles</option>
<option value="SLE">Sierra Leone</option>
<option value="SGP">Singapore</option>
<option value="SXM">Sint Maarten (Dutch part)</option>
<option value="SVK">Slovakia</option>
<option value="SVN">Slovenia</option>
<option value="SLB">Solomon Islands</option>
<option value="SOM">Somalia</option>
<option value="ZAF">South Africa</option>
<option value="SGS">South Georgia and the South Sandwich Islands</option>
<option value="SSD">South Sudan</option>
<option value="ESP">Spain</option>
<option value="LKA">Sri Lanka</option>
<option value="SDN">Sudan</option>
<option value="SUR">Suriname</option>
<option value="SJM">Svalbard and Jan Mayen</option>
<option value="SWZ">Swaziland</option>
<option value="SWE">Sweden</option>
<option value="CHE">Switzerland</option>
<option value="SYR">Syrian Arab Republic</option>
<option value="TWN">Taiwan, Province of China</option>
<option value="TJK">Tajikistan</option>
<option value="TZA">Tanzania, United Republic of</option>
<option value="THA">Thailand</option>
<option value="TLS">Timor-Leste</option>
<option value="TGO">Togo</option>
<option value="TKL">Tokelau</option>
<option value="TON">Tonga</option>
<option value="TTO">Trinidad and Tobago</option>
<option value="TUN">Tunisia</option>
<option value="TUR">Turkey</option>
<option value="TKM">Turkmenistan</option>
<option value="TCA">Turks and Caicos Islands</option>
<option value="TUV">Tuvalu</option>
<option value="UGA">Uganda</option>
<option value="UKR">Ukraine</option>
<option value="ARE">United Arab Emirates</option>
<option value="GBR">United Kingdom</option>
<option value="USA">United States</option>
<option value="UMI">United States Minor Outlying Islands</option>
<option value="URY">Uruguay</option>
<option value="UZB">Uzbekistan</option>
<option value="VUT">Vanuatu</option>
<option value="VEN">Venezuela, Bolivarian Republic of</option>
<option value="VNM">Viet Nam</option>
<option value="VGB">Virgin Islands, British</option>
<option value="VIR">Virgin Islands, U.S.</option>
<option value="WLF">Wallis and Futuna</option>
<option value="ESH">Western Sahara</option>
<option value="YEM">Yemen</option>
<option value="ZMB">Zambia</option>
<option value="ZWE">Zimbabwe</option>
</select>
</li>
<li class="languages">
<select class="form-control bfh-countries" data-country="US">
<option value="">Safety Off</option>
<option value="">Safety On</option>
</select>
</li>
<li><a href="history.html" class="f-history">History</a></li>
<li><a href="#small-dialog5" class="play-icon popup-with-zoom-anim f-history f-help">Help</a></li>
</ul>
</div>
</div>
</div>
<!-- //footer -->
</div>
<div class="clearfix"> </div>
<div class="drop-menu">
<ul class="dropdown-menu" role="menu" aria-labelledby="dropdownMenu4">
<li role="presentation"><a role="menuitem" tabindex="-1" href="#">Regular link</a></li>
<li role="presentation" class="disabled"><a role="menuitem" tabindex="-1" href="#">Disabled link</a></li>
<li role="presentation"><a role="menuitem" tabindex="-1" href="#">Another link</a></li>
</ul>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/bootstrap.min.js"></script>
<!-- Just to make our placeholder images work. Don't actually copy the next line! -->
</body>
</html> | ntamvl/movieplay | single.html | HTML | mit | 44,851 |
<img <="" FAIL>
| robashton/zombify | src/node_modules/zombie/node_modules/html5/data/tree-construction/webkit01.dat-41/input.html | HTML | mit | 17 |
@(guildShortName: String, steps: Seq[bot.VerificationStep], profileURL: String)(implicit flash: Flash)
@verify(guildShortName, steps) {
<div class="col-sm">
<h1>Enjoy!</h1>
<p>You should have been invited to @guildShortName.
</p>
<a href="@profileURL" class="btn btn-primary">
@* TODO *@
Configure your profile for the @guildShortName server (UNDER CONSTRUCTION)
</a>
</div>
}
| haruko-devs/haruko | app/views/verify_050_complete.scala.html | HTML | mit | 452 |
<!doctype html>
<!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if (IE 7)&!(IEMobile)]><html class="no-js lt-ie9 lt-ie8" lang="en"><![endif]-->
<!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"><!--<![endif]-->
<head>
{% include head-apispots.html %}
</head>
<body id="page-top">
<nav id="mainNav" class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<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>
<a class="navbar-brand page-scroll" href="#page-top">API Spots</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>
<a class="page-scroll" href="#about">About</a>
</li>
<li>
<a class="page-scroll" href="#manifest">Manifest</a>
</li>
<li>
<a class="page-scroll" href="#projects">Projects</a>
</li>
<li>
<a class="page-scroll" href="#contact">Contact</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<header>
<div class="header-content">
<div class="header-content-inner">
<h1>A collection of tools for the booming API economy</h1>
<hr>
<p>
The technology landscape has changed a lot in recent years and now
we are living the API Economy era which is starting to bloom. APIs
are becoming something more than just "geek" talk and will affect
virtually everybody in the near future.
</p>
<a href="#about" class="btn btn-primary btn-xl page-scroll">Find Out More</a>
</div>
</div>
</header>
<section class="bg-primary" id="about">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center">
<h2 class="section-heading">We've got what you need!</h2>
<hr class="light">
<p class="text-faded">
API Spots is a collection of tools that are being designed for
humans - doesn't matter if you code or not. Everybody should
be able to understand and use APIs.
</p>
<a href="#manifest" class="page-scroll btn btn-default btn-xl">Get Started!</a>
</div>
</div>
</div>
</section>
<section id="manifest">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">The Manifest</h2>
<hr class="primary">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-users wow bounceIn text-primary"></i>
<h3>Made for Humans</h3>
<p class="text-muted">Everyone has the right to understand and use APIs.</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-plug wow bounceIn text-primary" data-wow-delay=".1s"></i>
<h3>Plug and Play</h3>
<p class="text-muted">No coding skills necessary. Download and use directly.</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-newspaper-o wow bounceIn text-primary" data-wow-delay=".2s"></i>
<h3>Up to Date</h3>
<p class="text-muted">Technology is changing and so will you.</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-heart wow bounceIn text-primary" data-wow-delay=".3s"></i>
<h3>Made with Love</h3>
<p class="text-muted">When you give love, you get more love back!</p>
</div>
</div>
</div>
</div>
</section>
<section class="no-padding" id="projects">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">The Tools</h2>
<hr class="primary">
</div>
</div>
</div>
<div class="container-fluid">
<div class="row no-gutter">
<div class="col-lg-4 col-sm-6">
<a href="{{ site.url }}/apispots/swaggered" class="portfolio-box">
<img src="{{ site.url }}/images/apispots/swagger-graph1.png" class="img-responsive" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
Browser Add-ons
</div>
<div class="project-name">
swagger.ed
</div>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a href="{{ site.url }}/apispots/bdd" class="portfolio-box">
<img src="{{ site.url }}/images/apispots/bdd-cycle.png" class="img-responsive" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
Microservices
</div>
<div class="project-name">
BDD API Testing for Humans
</div>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a href="#" class="portfolio-box">
<img src="https://unsplash.it/650/350?image=532" class="img-responsive" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
Soon to come
</div>
<div class="project-name">
Stay tuned...
</div>
</div>
</div>
</a>
</div>
</div>
</div>
</section>
<aside class="bg-dark">
<section id="contact">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center">
<h2 class="section-heading">Let's Get In Touch!</h2>
<hr class="primary">
<p>
Designed and built by the <a
href="https://twitter.com/chefArchitect" target="_blank">@chefArchitect</a>
<a href="https://twitter.com/chefArchitect" class="twitter-follow-button" data-show-count="true">Follow @chefArchitect</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>
</p>
<div class="social-icons">
{% if site.owner.twitter %}<a href="http://twitter.com/{{ site.owner.twitter }}" title="{{ site.owner.name}} on Twitter" target="_blank"><i class="fa fa-twitter-square fa-2x"></i></a>{% endif %}
{% if site.owner.linkedin %}<a href="http://linkedin.com/in/{{ site.owner.linkedin }}" title="{{ site.owner.name}} on LinkedIn" target="_blank"><i class="fa fa-linkedin-square fa-2x"></i></a>{% endif %}
{% if site.owner.github %}<a href="{{ site.owner.github }}" title="{{ site.owner.name}} on Github" target="_blank"><i class="fa fa-github-square fa-2x"></i></a>{% endif %}
<a href="{{ site.url }}/feed.xml" title="Atom/RSS feed"><i class="fa fa-rss-square fa-2x"></i></a>
</div>
<span>Special thanks to </span>
<ul class="list-inline">
<li class="footer-menu-divider">⋅</li>
{% for credit in site.data.credits.apispots %}
<li><a href="{{ credit.url }}" target='_blank'>{{ credit.name }}</a></li>
<li class="footer-menu-divider">⋅</li>
{% endfor %}
</ul>
</div>
</div>
</div>
</section>
</aside>
<!-- jQuery -->
<script src="{{ site.url }}/assets/themes/creative/js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="{{ site.url }}/assets/themes/creative/js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="{{ site.url }}/assets/themes/creative/js/jquery.easing.min.js"></script>
<script src="{{ site.url }}/assets/themes/creative/js/jquery.fittext.js"></script>
<script src="{{ site.url }}/assets/themes/creative/js/wow.min.js"></script>
<!-- Custom Theme JavaScript -->
<script src="{{ site.url }}/assets/themes/creative/js/creative.js"></script>
{% include ga.html %}
</body>
</html> | chefArchitect/chefArchitect.github.io | _layouts/apispots.html | HTML | mit | 11,092 |
---
layout: default
---
<div class="home">
<div class="post">
<header class="post-header">
<h1 class="h2">About findings</h1>
</header>
<br/>
<article class="post-content">
<p>I'm Ben, software developer from Philippines. I've been making software for about 10 years now.</p>
<p>I live in a lovely country called New Zealand. I work at <a href="http://boost.co.nz">Boost</a> as a Ruby developer, mostly on <a href="http://natlib.govt.nz">National Library of New Zealand</a>, <a href="http://digitalnz.org">Digital New Zealand,</a> and <a href="https://paperspast.natlib.govt.nz/">Papers Past.</a></p>
<p>I am one of the main developers of an open source project called <a href="https://github.com/DigitalNZ/supplejack_api">Supplejack</a> and creator of <a href="http://taxikick.com">Taxikick</a> and <a href="http://gemfly.findings.co">Gemfly</a>.</p>
<br/>
<p>You can follow me on <a href="http://twitter.com/hapiben">Twitter</a> and <a href="http://github.com/hapiben">GitHub</a>.</p>
</article>
</div>
</div>
| hapiben/benedictaluan.github.io | index.html | HTML | mit | 1,074 |
<scri
<!DOCTYPE html>
<html lang="fr" itemscope="" itemtype="http://schema.org/Blog">
<head> <script>
if (window.parent !== window) {
if (typeof btoa !== "function") {
window.btoa = function (input) {
var str = String(input);
for (var block, charCode, idx = 0, map = chars, output = ''; str.charAt(idx | 0) || (map = '=', idx % 1); output += map.charAt(63 & block >> 8 - idx % 1 * 8)) {
charCode = str.charCodeAt(idx += 3/4)
block = block << 8 | charCode
}
return output
}
}
var re = /^(?:https?:)?(?:\/\/)?([^\/\?]+)/i
var res = re.exec(document.referrer)
var domain = res[1]
var forbidden = ["aGVsbG8ubGFuZA==","Y3Vpc2luZS5sYW5k","cmVjZXR0ZS5sYW5k","cmVjZXR0ZXMubGFuZA==",]
if (forbidden.indexOf(btoa(domain)) > -1) {
document.location = document.location.origin + "/system/noframed"
}
}
</script>
<link rel="stylesheet" href="//assets.over-blog-kiwi.com/b/blog/bundles/overblogblogblog/css/ob-style.css?v2.35.0.0" />
<link rel="stylesheet" href="//assets.over-blog-kiwi.com/b/blog/build/soundplayer.2940b52.css" />
<!-- Forked theme from id 60 - last modified : 2017-02-23T08:01:21+01:00 -->
<!-- shortcut:[Meta] -->
<!-- title -->
<!-- Title -->
<title>110 - Le Site dont vous êtes le Héros</title>
<!-- metas description, keyword, robots -->
<!-- Metas -->
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<meta name="author" content="" />
<meta property="og:site_name" content="Le Site dont vous êtes le Héros" />
<meta property="og:title" content="110 - Le Site dont vous êtes le Héros" />
<meta name="twitter:title" content="110 - Le Site dont vous êtes le Héros" />
<meta name="description" content="En dépit de ce calme tout à fait relatif, cet endroit ne vous dit rien qui vaille. Si des bandits se sont introduits dans le bâtiment, ce hall est de toute évidence le point stratégique idéal pour y disposer un piège. Faisant appel à vos pouvoirs Psioniques,..." />
<meta property="og:description" content="En dépit de ce calme tout à fait relatif, cet endroit ne vous dit rien qui vaille. Si des bandits se sont introduits dans le bâtiment, ce hall est de toute évidence le point stratégique idéal pour y disposer un piège. Faisant appel à vos pouvoirs Psioniques,..." />
<meta name="twitter:description" content="En dépit de ce calme tout à fait relatif, cet endroit ne vous dit rien qui vaille. Si des bandits se sont introduits dans le bâtiment, ce hall est de toute évidence le point stratégique idéal pour y disposer..." />
<meta property="og:locale" content="fr_FR" />
<meta property="og:url" content="http://lesitedontvousetesleheros.overblog.com/2016/04/110.html" />
<meta name="twitter:url" content="http://lesitedontvousetesleheros.overblog.com/2016/04/110.html" />
<meta property="og:type" content="article" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@overblog" />
<meta name="twitter:creator" content="@" />
<meta property="fb:app_id" content="284865384904712" />
<!-- Robots -->
<meta name="robots" content="index,follow" />
<!-- RSS -->
<link rel="alternate" type="application/rss+xml" title="RSS" href="/rss" />
<!-- Analytics -->
<!-- shortcut:[Options] -->
</script>ll" group="shares" />
<!-- shortcut:[Includes] -->
<!-- favicon -->
<!-- Metas -->
<link rel="shortcut icon" type="image/x-icon" href="http://fdata.over-blog.net/99/00/00/01/img/favicon.ico" />
<link rel="icon" type="image/png" href="http://fdata.over-blog.net/99/00/00/01/img/favicon.png" />
<link rel="apple-touch-icon" href="http://fdata.over-blog.net/99/00/00/01/img/mobile-favicon.png" />
<!-- SEO -->
<!-- includes -->
<link rel="alternate" type="application/rss+xml" title="RSS" href="/rss" />
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link href='http://fonts.googleapis.com/css?family=PT+Sans+Caption:400,700' rel='stylesheet' type='text/css'>
<!-- Fonts -->
<link href='http://fonts.googleapis.com/css?family=Carter+One' rel='stylesheet' type='text/css'>
<!-- Fancybox -->
<link rel="stylesheet" type="text/css" href="http://assets.over-blog-kiwi.com/themes/jquery/fancybox/jquery.fancybox-1.3.4.css" media="screen" />
<style type="text/css">
/*** RESET ***/
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;} /* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
* {margin:0; padding:0;}
body {background-color: #000; color: #fff; font-family: 'PT Sans Caption', sans-serif; font-size: 12px;}
a {text-decoration: none;}
h1,
h2,
h3,
h4,
h5,
h6 { font-weight:normal;}
img {border:none;}
.box li {list-style:none;}
#cl_1_0 ul,
#cl_1_0 ol {margin-left: 0; padding-left: 25px;}
.visuallyhidden,
.ob-form-subscription label {
position: absolute;
overflow: hidden;
clip: rect(0 0 0 0);
height: 1px; width: 1px;
margin: -1px; padding: 0; border: 0;
}
/*** General ***/
.ln {clear: both;}
#ln_2 {padding-bottom: 20px;}
.cl {float:left;}
.clear {clear:both;}
.list-title {font-size: 24px; margin: 10px 0 10px 10px; text-shadow: 1px 1px 1px #000;}
/*** Structure ***/
#cl_0_0 {margin-bottom:0; width:100%;}
#cl_1_0 {display:inline; padding:0 12px 0 0; width:630px; }
#cl_1_1 {display:inline; padding:0; width:308px;}
#cl_2_0 {margin-top: 30px; width: 100%;}
#global {margin:0px auto; width:950px;}
.header {margin: 110px 0 20px; text-align:left;}
.avatar,
#top{
display: inline-block;
vertical-align: middle;
}
.avatar{
margin-right: 10px;
}
#top .title {font-family: Carter One, cusrive; font-size: 60px; left: 0; letter-spacing: 2px; line-height: 60px; text-shadow: 0 5px 5px #333; text-transform: uppercase;}
#top .description {font-family: Carter One, cusrive; font-size:60px; font-size: 20px; letter-spacing: 2px; text-shadow: 0 2px 1px #333;}
article {margin-bottom: 35px;}
/** Article **/
.article,
.page{
background: #141414;
background: rgba(20,20,20,0.9);
border: 2px solid #333;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
padding: 10px;
}
.noresult{
margin-bottom: 20px;
}
.beforeArticle {margin-bottom: 10px;}
.divTitreArticle .post-title,
.divPageTitle .post-title,
.special h3 {border-bottom: 1px solid; font-size: 30px; letter-spacing:2px; margin-bottom: 10px; padding-bottom:5px; word-wrap: break-word;}
.contenuArticle, .pageContent {padding-top:10px;}
.contenuArticle p,
.pageContent p .contenuArticle ol,
.contenuArticle ul {font-size: 14px; line-height: 22px; padding-bottom: 8px;}
.ob-repost {background: #222; border: 1px solid #2A2A2A; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-weight: bold; margin: 1em 0; text-align: center;}
.ob-repost p {font-size: 12px; line-height: normal; padding: 0;}
.ob-repost .ob-link {text-decoration: underline;}
/* Sections */
.ob-section-text,
.ob-section-images,
.ob-section-video,
.ob-section-audio,
.ob-section-quote,
.ob-secton-map {width: 600px;}
/* Medias */
.ob-video iframe,
.ob-video object,
.ob-section-images .ob-slideshow,
.ob-slideshow img, .ob-section-map .ob-map {
width: 600px;
}
.ob-video iframe{
border: 0;
}
.ob-video object {
max-height: 345px;
}
.ob-section-audio .obsoundplayer .obsoundplayername {
height: 31px;
width: 200px;
overflow: hidden;
}
/* Section texte */
.ob-text h3,
.ob-text h4,
.ob-text h5 {margin: 15px 0 5px;}
.ob-text h3 {font-size: 18px; line-height: 18px;}
.ob-text h4 {font-size: 16px; line-height: 16px;}
.ob-text h5 {font-size: 14px; font-weight: bold; line-height: 14px;}
.ob-text pre {width: 600px; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -webkit-pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; overflow: auto;}
/* Section image */
.ob-media-left {margin-right: 30px;}
.ob-media-right {margin-left: 30px; max-width: 100%;}
.ob-row-1-col img {width: 100%;}
.ob-row-2-col img {width: 50%; margin-top: 0; margin-bottom: 0;}
.ob-row-3-col img {width: 200px; margin-top: 0; margin-bottom: 0;}
/* Section map */
.ob-map div {color: #282924;}
/* Section HTML */
.ob-section-html iframe,
.ob-section-html embed,
.ob-section-html object {max-width: 100%;}
/* Section file */
.ob-section-file .ob-ctn {background: #222; border: none; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); display: block; max-width: 100%;}
.ob-section-file .ob-ctn a.ob-link,
.ob-section-file .ob-c a.ob-link:visited {color: #FFF; text-decoration: underline; max-width: 521px;}
.ob-section-file .ob-ctn a.ob-link:hover {color: #FFF; text-decoration: none;}
/* Section Quote */
.ob-section-quote {background: #222; border: none; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); margin-bottom: 20px; width: 100%;}
.ob-section-quote .ob-quote p {color: #FFF; min-height: 20px;}
.ob-section-quote .ob-quote p:before {color: #444; margin: 20px 0 0 -85px;}
.ob-section-quote .ob-quote p:after {color: #444; margin: 80px 0 0;}
.ob-section-quote p.ob-author,
.ob-section-quote p.ob-source {background: #444; font-size: 14px; font-style: italic; margin: 25px 0 0; max-height: 22px; max-width: 517px; overflow: hidden; padding-bottom: 0\9; position: relative; text-overflow: ellipsis; white-space: nowrap; z-index: 11;}
/* Section Link */
.ob-section-link .ob-ctn {background: #222; border: none; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);}
.ob-section-link .ob-media-left {margin: 0;}
.ob-section-link p.ob-url {background: #444; margin: 0; max-height: 20px; max-width: 395px;}
.ob-section-link p.ob-title {color: #FFF; margin-bottom: 0; margin-left: 20px;}
.ob-section-link p.ob-snippet {color: #FFF; margin-bottom: 10px; margin-left: 20px; margin-top: 0;}
.ob-section-link p.ob-title .ob-link {color: #FFF; max-height: 42px; overflow: hidden;}
.ob-section-link p.ob-snippet {margin-bottom: 35px; max-height: 40px; overflow: hidden;}
.ob-section-link .ob-img {float: left; width: 170px;}
.ob-section-link .ob-desc {margin-top: 5px;}
/* Description */
.contenuArticle .ob-desc {font-size: 13px; font-style: italic;}
/* twitter box */
.ob-section .twitter-tweet-rendered {max-width: 100% !important;}
.ob-section .twt-border {max-width: 100% !important;}
/* Share buttons */
.afterArticle {background: #141414; border: 2px solid #333; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; margin: 10px 0; -moz-opacity: 0.9; -webkit-opacity: 0.9; -o-opacity: 0.9; -ms-opacity: 0.9; opacity: 0.9; padding: 9px 13px 8px; position: relative; width: 600px; z-index: 1;/* iframe Facebook */}
.share h3,
.item-comments h3 {margin-bottom: 10px; font-size: 16px; line-height: 16px;}
.google-share,
.twitter-share,
.facebook-share,
.ob-share {float: left;}
.facebook-share {width: 105px;}
.ob-share {margin-top: -2px;}
.comment-number {-moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; display: block; float: right; font-weight: bold; line-height: 17px; padding: 2px 7px; text-align: center;}
.item-comments {
}
/* Contact */
.ob-contact .ob-form {margin-bottom: 80px;}
.ob-contact .ob-form-field {margin: 5px 0 0 80px;}
.ob-label {width: 20%; font-size: 14px;}
.ob-captcha .ob-input-text{
margin-left: 20%;
}
.ob-input-submit,
.ob-error {margin-left: 31%;}
.box-content .ob-input-submit,
.box-content .ob-error {margin-left: 20%;}
.ob-input-text,
.ob-input-email,
.ob-input-textarea {padding: 6px 0; border: 2px solid #333; -moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px;}
.ob-input-submit {-moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; display: block; font-weight: bold; line-height: 17px; margin-top: 5px; padding: 2px 7px; text-align: center;}
.ob-form + a {display: block; text-align: center;}
/** Sidebar **/
.box {background: #141414; border: 2px solid #333; margin-bottom:10px; -moz-opacity: 0.9; -webkit-opacity: 0.9; -o-opacity: 0.9; -ms-opacity: 0.9; opacity: 0.9; padding:10px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px;}
.box{/* ie6 hack */_background:#000;}
.box-titre h3 {border-bottom: 1px solid; font-family: Carter One; font-size: 20px; letter-spacing: 1px; margin-bottom: 10px; padding-bottom: 2px; text-shadow: 1px 1px 1px black; text-transform: uppercase;}
.box-content {font-size: 14px; line-height:18px;}
.box-content strong {font-weight:normal;}
.box-footer {display:none;}
/* Sidebar > About */
.profile .avatar {float: left; margin-right: 10px;}
.profile .avatar img {background: #333; -moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; -moz-opacity: 0.8; -webkit-opacity: 0.8; -o-opacity: 0.8; -ms-opacity: 0.8; opacity: 0.8; padding: 3px; -moz-transition: opacity 300ms; -webkit-transition: opacity 300ms; -o-transition: opacity 300ms; -ms-transition: opacity 300ms; transition: opacity 300ms;}
.profile .avatar img:hover {-moz-opacity: 1; -webkit-opacity: 1; -o-opacity: 1; -ms-opacity: 1; opacity: 1;}
.profile .blog-owner-nickname {font-style: italic; display: block; margin-top: 10px; text-align: right;}
/* Sidebar > Search */
.search form {position:relative;}
.search form input {border: 2px solid #333; -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; color: #676767; padding: 5px 0; width: 70%;}
.search form button {border: 0; -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; cursor: pointer; font-weight: bold; padding: 5px 0; width: 13%;}
/* Sidebar > Subscribe */
.ob-form-subscription .ob-form-field{
display: inline-block;
}
.ob-form-subscription .ob-form-field input{
width: 170px;
}
.ob-form-subscription .ob-input-submit{
display: inline-block;
margin:0;
}
/* Sidebar > Last Posts */
.last li {float: left;}
.last ul:hover img {-moz-opacity: 0.7; -webkit-opacity: 0.7; -o-opacity: 0.7; -ms-opacity: 0.7; opacity: 0.7; -moz-transition: opacity 300ms; -webkit-transition: opacity 300ms; -o-transition: opacity 300ms; -ms-transition: opacity 300ms; transition: opacity 300ms;}
.last ul img {background: #333; -moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; margin-bottom: 5px; -moz-transition: opacity 300ms; -webkit-transition: opacity 300ms; -o-transition: opacity 300ms; -ms-transition: opacity 300ms; transition: opacity 300ms;}
.last li.left img {margin-right: 8px;}
.last ul img:hover {-moz-opacity: 1; -webkit-opacity: 1; -o-opacity: 1; -ms-opacity: 1; opacity: 1; -moz-transition: opacity 300ms; -webkit-transition: opacity 300ms; -o-transition: opacity 300ms; -ms-transition: opacity 300ms; transition: opacity 300ms;}
/* Sidebar > Tags */
.tags li {
border-bottom: 1px solid #222;
margin: 10px 0;
padding: 10px 0;
word-wrap:break-word;
}
.tags li a {font-size: 16px;}
.tags .number {-moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; float: right; font-weight: bold; line-height: 17px; margin-top: -2px; padding: 2px 7px; text-align: center;}
/* Sidebar > Follow me */
.follow li {-moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; display: block; float: left; height: 83px; text-indent: -9999999%; width: 83px;}
.follow li a {background: url("http://assets.over-blog-kiwi.com/themes/5/images/follow-me.png") no-repeat; display: block; height: 100%; width: 100%;}
.follow .facebook-follow {margin-right: 10px;}
.follow .facebook-follow:hover {background: #3b5999; border-color: #3b5999;}
.follow .facebook-follow a {background-position: center 18px;}
.follow .twitter-follow {margin-right: 10px;}
.follow .twitter-follow:hover {background: #04bff2; border-color: #04bff2;}
.follow .twitter-follow a {background-position: center -74px;}
.follow .rss-follow:hover {background: #ff8604; border-color: #ff8604;}
.follow .rss-follow a {background-position: center -166px;}
/* Sidebar > Archives */
.plustext {font-size: 16px;}
.arch_month {margin-left: 20px;}
.arch_month li {border-bottom: 1px solid #222; margin: 10px 0; padding: 10px 0;}
.archives .number {-moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; float: right; font-weight: bold; line-height: 17px; margin-top: -2px; padding: 2px 7px; text-align: center;}
.share > div{
float:left;
height:20px;
margin-right:28px;
}
.share .google-share{
margin-right: 0;
}
.share iframe{
border:none;
width:100px;
}
/** Pagination **/
.pagination {
margin: 30px auto 20px; width: 600px;
font-size: 14px; padding: 2px 0;
}
.pagination a {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
float: right;
line-height: 17px;
margin-top: -2px;
padding: 2px 7px;
text-align: center;
text-transform: uppercase;
}
.pagination .previous {float: left;}
.pagination .next {float: right;}
.ob-pagination{
margin: 20px 0;
text-align: center;
}
.ob-page{
display: inline-block;
margin: 0 1px;
padding: 2px 7px;
}
.ob-page-link{
border-radius: 4px;
}
/** Credits **/
.credits {display: block; margin: 20px 0; text-align: center; text-shadow: 1px 1px 1px #000;}
/**************
** ob-footer **
**************/
.ob-footer{
padding-bottom: 10px;
}
body.withDisplay{
background-position: 50% 68px;
}
#cl_1_1 .ads{
margin-bottom: 10px;
padding: 2px;
-moz-opacity: 0.9;
-webkit-opacity: 0.9;
-o-opacity: 0.9;
-ms-opacity: 0.9;
opacity: 0.9;
}
.ads{
background: #141414;
border: 2px solid #333;
border-radius: 2px;
margin: 0 auto;
}
.ads-600x250{
padding: 10px;
text-align: center;
}
.ads-728x90{
height: 90px;
width: 728px;
}
.ads-468x60{
height: 60px;
width: 468px;
}
.ads-468x60 + .before_articles,
.afterArticle + .ads-468x60{
margin-top:35px;
}
.ads-300x250{
height: 250px;
width: 300px;
}
.ads-600x250 div{
float: left;
}
.ads-300{
text-align: center;
}
/*****************
** Top articles **
*****************/
.ob-top-posts h2{
font-size: 35px;
}
.ob-top-article{
margin-bottom: 20px;
}
.ob-top-article h3{
line-height: normal;
}
/*** Themes ***/
/** JUNGLE **/
/* BACKGROUND */
body {background-image: url("http://img.over-blog-kiwi.com/0/24/52/97/201311/ob_5cf972_lesitedontvousetesleheros.jpg"); background-attachment: fixed; background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;background-repeat: no-repeat;}
/* TOP */
#top .title a,
#top .title a:visited {color: #9bb1c5;}
#top .title a:hover,
#top .description {color: #fff;}
/* POSTS */
.beforeArticle .tags a,
.beforeArticle .tags a:visited {color: #9bb1c5;}
.beforeArticle .tags a:hover {color: #fff;}
.post-title,
.special h3 {border-bottom-color: #1e3249;}
.post-title a,
.post-title a:visited,
.special h3,
.ob-text h3,
.ob-text h4,
.ob-text h5 {color: #9bb1c5;}
.post-title a:hover {color: #fff;}
.contenuArticle a,
.contenuArticle a:visited,
.readmore a {color: #9bb1c5;}
.contenuArticle a:hover,
.readmore a:hover {color: #fff;}
/* Section file */
.ob-section-file .ob-ctn a.ob-link,
.ob-section-file .ob-c a.ob-link:visited,
.ob-section-file .ob-ctn a.ob-link:hover {color: #9bb1c5;}
/* Section Quote */
.ob-section-quote p.ob-author,
.ob-section-quote p.ob-source,
.ob-section-quote p.ob-author .ob-link,
.ob-section-quote p.ob-author .ob-link:visited,
.ob-section-quote p.ob-source .ob-link,
.ob-section-quote p.ob-source .ob-link:visited {color: #9bb1c5;}
.ob-section-quote p.ob-author:hover,
.ob-section-quote p.ob-source:hover,
.ob-section-quote p.ob-author .ob-link:hover,
.ob-section-quote p.ob-source .ob-link:hover {color: #fff;}
/* Section Link */
.ob-section-link p.ob-url ,
.ob-section-link p.ob-url .ob-link,
.ob-section-link p.ob-url .ob-link,
.ob-section-link p.ob-url .ob-link {color: #9bb1c5;}
.ob-section-link p.ob-url .ob-link:hover {color: #fff;}
/* SIDEBAR */
.box-titre h3 {border-bottom-color: #254870; color: #fff;}
.box-content strong {color:#bebebe;}
.box-content a,
.box-content a:visited,
.ob-footer a,
.ob-footer a:visited{color: #9bb1c5;}
.box-content a:hover,
.ob-footer a:hover{color: #fff;}
.archives .number,
.box-content form button,
.comment-number,
.follow li,
.ob-input-submit,
.pagination a,
.ob-page-link,
.tags .number {
background: #2e5fa4; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJlNWZhNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iIzIyNDA2ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top, #2e5fa4 0%, #22406d 65%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2e5fa4), color-stop(65%,#22406d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #2e5fa4 0%,#22406d 65%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #2e5fa4 0%,#22406d 65%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #2e5fa4 0%,#22406d 65%); /* IE10+ */
background: linear-gradient(to bottom, #2e5fa4 0%,#22406d 65%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e5fa4', endColorstr='#22406d',GradientType=0 ); /* IE6-8 */
border: 1px solid #2d5eab; color: #fff; text-shadow: 1px 1px 1px #141414;}
.box-content form button:active,
.comment-number:active,
.ob-input-submit:active,
.pagination a:active,
.ob-page-link:active{background: #22406d; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzNSUiIHN0b3AtY29sb3I9IiMyMjQwNmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMmU1ZmE0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top, #22406d 35%, #2e5fa4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(35%,#22406d), color-stop(100%,#2e5fa4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #22406d 35%,#2e5fa4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #22406d 35%,#2e5fa4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #22406d 35%,#2e5fa4 100%); /* IE10+ */
background: linear-gradient(to bottom, #22406d 35%,#2e5fa4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22406d', endColorstr='#2e5fa4',GradientType=0 ); /* IE6-8 */
}
.blog-owner-nickname {color: #254870;}
/* CREDITS */
.credits a,
.credits a:visited {color: #fff;}
.credits a:hover {color: #9bb1c5;}
</style>
<script src="//assets.over-blog-kiwi.com/b/blog/bundles/overblogblogblog/js/ads.js?v2.35.0.0"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=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;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-5354236-47', {
cookieDomain: 'lesitedontvousetesleheros.overblog.com',
cookieExpires: 31536000,
name: 'ob',
allowLinker: true
});
ga('ob.require', 'displayfeatures');
ga('ob.require', 'linkid', 'linkid.js');
ga('ob.set', 'anonymizeIp', true);
ga('ob.set', 'dimension1', '__ads_loaded__' in window ? '1' : '0');
ga('ob.set', 'dimension2', 'fr');
ga('ob.set', 'dimension3', 'BS');
ga('ob.set', 'dimension4', 'literature-comics-poetry');
ga('ob.set', 'dimension5', '1');
ga('ob.set', 'dimension6', '0');
ga('ob.set', 'dimension7', '0');
ga('ob.set', 'dimension10', '245297');
ga('ob.set', 'dimension11', '1');
ga('ob.set', 'dimension12', '1');
ga('ob.set', 'dimension13', '1');
ga('ob.send', 'pageview');
</script>
<script>
var obconnected = 0
var obconnectedblog = 0
var obtimestamp = 0
function isConnected(connected, connected_owner, timestamp) {
obconnected = connected
obconnectedblog = connected_owner
obtimestamp = timestamp
if (obconnected) {
document.querySelector('html').className += ' ob-connected'
}
if (obconnectedblog) {
document.querySelector('html').className += ' ob-connected-blog'
}
}
</script>
<script src="//connect.over-blog.com/ping/245297/isConnected"></script>
<script src="//assets.over-blog-kiwi.com/b/blog/bundles/overblogblogblog/js/h.js?v2.35.0.0"></script>
<script src="//assets.over-blog-kiwi.com/b/blog/bundles/overblogblogblog/js/repost.js?v2.35.0.0"></script>
<script src="//assets.over-blog-kiwi.com/b/blog/bundles/overblogblogblog/js/slideshow.js?v2.35.0.0"></script>
<script src="//assets.over-blog-kiwi.com/b/blog/build/soundplayer.2940b52.js"></script>
<script>
var OB = OB || {};
OB.isPost = true;
</script>
<script src="//assets.over-blog-kiwi.com/blog/js/index.js?v2.35.0.0"></script>
<script src="https://assets.over-blog-kiwi.com/ads/js/appconsent.bundle.min.js"></script>
<!-- DFP -->
<script>
var googletag = googletag || {};
googletag.cmd = googletag.cmd || [];
(function() {
var useSSL = 'https:' == document.location.protocol;
var gads = document.createElement('script');
var node = document.getElementsByTagName('script')[0];
gads.async = true;
gads.type = 'text/javascript';
gads.src = (useSSL ? 'https:' : 'http:') + '//www.googletagservices.com/tag/js/gpt.js';
node.parentNode.insertBefore(gads, node);
})();
</script>
<!-- DFP -->
<script>
googletag.cmd.push(function() {
googletag.defineSlot('/6783/OverBlogKiwi/fr/245297_lesitedontvousetesleheros.overblog.com', [728,90], '_bd15cf2')
.set('adsense_background_color','#111111')
.set('adsense_border_color','#111111')
.set('adsense_text_color','#9bb1c5')
.set('adsense_link_color','#ffffff')
.set('adsense_url_color','#9bb1c5')
.addService(googletag.pubads());
});
googletag.cmd.push(function() {
googletag.defineSlot('/6783/OverBlogKiwi/fr/245297_lesitedontvousetesleheros.overblog.com', [300,250], '_87bb983')
.set('adsense_background_color','#111111')
.set('adsense_border_color','#111111')
.set('adsense_text_color','#9bb1c5')
.set('adsense_link_color','#ffffff')
.set('adsense_url_color','#9bb1c5')
.addService(googletag.pubads());
});
googletag.cmd.push(function() {
googletag.defineSlot('/6783/OverBlogKiwi/fr/245297_lesitedontvousetesleheros.overblog.com', [300,250], '_2bc0481')
.set('adsense_background_color','#111111')
.set('adsense_border_color','#111111')
.set('adsense_text_color','#9bb1c5')
.set('adsense_link_color','#ffffff')
.set('adsense_url_color','#9bb1c5')
.addService(googletag.pubads());
});
googletag.cmd.push(function() {
googletag.defineSlot('/6783/OverBlogKiwi/fr/245297_lesitedontvousetesleheros.overblog.com', [[300,250],[300,600]], '_9730951')
.set('adsense_background_color','#111111')
.set('adsense_border_color','#111111')
.set('adsense_text_color','#9bb1c5')
.set('adsense_link_color','#ffffff')
.set('adsense_url_color','#9bb1c5')
.addService(googletag.pubads());
});
googletag.cmd.push(function() {
googletag.defineOutOfPageSlot('/6783/OverBlogKiwi/fr/245297_lesitedontvousetesleheros.overblog.com', '_e089f98')
.setTargeting('Slot', 'interstitial')
.setTargeting('Sliding', 'Both')
.addService(googletag.pubads());
});
googletag.cmd.push(function() {
googletag.defineOutOfPageSlot('/6783/OverBlogKiwi/fr/245297_lesitedontvousetesleheros.overblog.com', '_4fb19e6')
.setTargeting('Slot', 'pop')
.addService(googletag.pubads());
});
</script>
<script src="//assets.over-blog-kiwi.com/b/blog/bundles/overblogpdafront/prebid.js?v2.35.0.0" async></script>
<script>
googletag.cmd.push(function() {
googletag.pubads().disableInitialLoad();
});
function sendAdserverRequest() {
if (pbjs.adserverRequestSent) return;
pbjs.adserverRequestSent = true;
googletag.cmd.push(function() {
pbjs.que.push(function() {
pbjs.setTargetingForGPTAsync();
googletag.pubads().refresh();
});
});
}
var PREBID_TIMEOUT = 2000;
var pbjs = pbjs || {};
pbjs.que = pbjs.que || [];
pbjs.que.push(function() {
pbjs.enableAnalytics({
provider: 'ga',
options: {
global: 'ga',
enableDistribution: false,
sampling: 0.01
}
});
pbjs.setConfig({
userSync: {
enabledBidders: ['rubicon'],
iframeEnabled: false
} ,
consentManagement: {
cmpApi: 'iab',
timeout: 2500,
allowAuctionWithoutConsent: true
}
});
pbjs.bidderSettings = {
standard: {
adserverTargeting: [{
key: "hb_bidder",
val: function(bidResponse) {
return bidResponse.bidderCode;
}
}, {
key: "hb_adid",
val: function(bidResponse) {
return bidResponse.adId;
}
}, {
key: "custom_bid_price",
val: function(bidResponse) {
var cpm = bidResponse.cpm;
if (cpm < 1.00) {
return (Math.floor(cpm * 20) / 20).toFixed(2);
} else if (cpm < 5.00) {
return (Math.floor(cpm * 10) / 10).toFixed(2);
} else if (cpm < 10.00) {
return (Math.floor(cpm * 5) / 5).toFixed(2);
} else if (cpm < 20.00) {
return (Math.floor(cpm * 2) / 2).toFixed(2);
} else if (cpm < 50.00) {
return (Math.floor(cpm * 1) / 1).toFixed(2);
} else if (cpm < 100.00) {
return (Math.floor(cpm * 0.2) / 0.2).toFixed(2);
} else if (cpm < 300.00) {
return (Math.floor(cpm * 0.04) / 0.04).toFixed(2);
} else {
return '300.00';
}
}
}]
}
};
});
setTimeout(sendAdserverRequest, PREBID_TIMEOUT);
</script>
<script>
pbjs.que.push(function() {
var adUnits = [];
adUnits.push({
code: '_bd15cf2',
sizes: [[728,90]],
bids: [
{
bidder: 'appnexusAst',
params: {
placementId: 6542403,
},
},
{
bidder: 'rubicon',
params: {
accountId: 16072,
siteId: 119536,
zoneId: 775434,
},
},
]
})
adUnits.push({
code: '_87bb983',
sizes: [[300,250]],
bids: [
{
bidder: 'appnexusAst',
params: {
placementId: 6531816,
},
},
{
bidder: 'rubicon',
params: {
accountId: 16072,
siteId: 119536,
zoneId: 775488,
},
},
]
})
adUnits.push({
code: '_2bc0481',
sizes: [[300,250]],
bids: [
{
bidder: 'appnexusAst',
params: {
placementId: 6531817,
},
},
{
bidder: 'rubicon',
params: {
accountId: 16072,
siteId: 119536,
zoneId: 775490,
},
},
]
})
adUnits.push({
code: '_9730951',
sizes: [[300,250],[300,600]],
bids: [
{
bidder: 'appnexusAst',
params: {
placementId: 6542408,
},
},
{
bidder: 'rubicon',
params: {
accountId: 16072,
siteId: 119536,
zoneId: 775484,
},
},
]
})
pbjs.addAdUnits(adUnits);
pbjs.requestBids({
bidsBackHandler: function(bidResponses) {
sendAdserverRequest();
}
});
});
</script>
<script>
try {
googletag.cmd.push(function() {
// DFP Global Targeting
googletag.pubads().setTargeting('Rating', 'BS');
googletag.pubads().setTargeting('Disused', 'Yes');
googletag.pubads().setTargeting('Adult', 'No');
googletag.pubads().setTargeting('Category', 'literature-comics-poetry');
googletag.pubads().enableSingleRequest();
googletag.pubads().collapseEmptyDivs();
googletag.enableServices();
});
}
catch(e) {}
</script>
<!-- DFP -->
<script>
var _eStat_Whap_loaded=0;
</script>
<script src="//w.estat.com/js/whap.js"></script>
<script>
if(_eStat_Whap_loaded) {
eStatWhap.serial("800000207013");
eStatWhap.send();
}
</script>
<script src="https://cdn.tradelab.fr/tag/208269514b.js" async></script>
</head>
<body class="withDisplay" >
<div class="ob-ShareBar ob-ShareBar--dark js-ob-ShareBar">
<div class="ob-ShareBar-container ob-ShareBar-container--left">
<a href="https://www.over-blog.com" class="ob-ShareBar-branding">
<img class="ob-ShareBar-brandingImg" src="//assets.over-blog-kiwi.com/b/blog/bundles/overblogblogblog/images/shareicon-branding-ob--dark.png?v2.35.0.0" alt="Overblog">
</a>
</div>
<div class="ob-ShareBar-container ob-ShareBar-container--right">
<a href="#" data-href="https://www.facebook.com/sharer/sharer.php?u={referer}" title=" facebook"="FACEBOOK"|trans }}"" class="ob-ShareBar-share ob-ShareBar-share--facebook"></a>
<a href="#" data-href="https://twitter.com/intent/tweet?url={referer}&text={title}" title=" twitter"="TWITTER"|trans }}"" class="ob-ShareBar-share ob-ShareBar-share--twitter"></a>
<a href="#" data-href="#" title=" pinterest"="PINTEREST"|trans }}"" class="ob-ShareBar-share ob-ShareBar-share--pinterest js-ob-ShareBar-share--pinterest"></a>
<form action="/search" method="post" accept-charset="utf-8" class="ob-ShareBar-search">
<input type="text" name="q" value="" class="ob-ShareBar-input" placeholder="Rechercher">
<button class="ob-ShareBar-submit"></button>
</form>
<a href="https://admin.over-blog.com/write/79820444?blog=245297" class="ob-ShareBar-edit ob-ShareBar--connected-blog">
<span>Editer l'article</span>
</a>
<a class="js-ob-ShareBar-follow ob-ShareBar--connected ob-ShareBar-follow" href="https://admin.over-blog.com/_follow/245297" target="_blank" rel="nofollow">
Suivre ce blog
</a>
<a href="https://admin.over-blog.com/" class="ob-ShareBar-admin ob-ShareBar--connected">
<img src="//assets.over-blog-kiwi.com/b/blog/bundles/overblogblogblog/images/lock-alt-dark.svg?v2.35.0.0" class="ob-ShareBar-lock">
<span>Administration</span>
</a>
<a href="https://connect.over-blog.com/fr/login" class="ob-ShareBar-login ob-ShareBar--notconnected">
<img src="//assets.over-blog-kiwi.com/b/blog/bundles/overblogblogblog/images/lock-alt-dark.svg?v2.35.0.0" class="ob-ShareBar-lock">
<span>Connexion</span>
</a>
<a href="https://connect.over-blog.com/fr/signup" class="ob-ShareBar-create ob-ShareBar--notconnected">
<span class="ob-ShareBar-plus">+</span>
<span>Créer mon blog</span>
</a>
<span class="ob-ShareBar-toggle ob-ShareBar-toggle--hide js-ob-ShareBar-toggle"></span>
</div>
</div>
<div class="ob-ShareBar ob-ShareBar--minified js-ob-ShareBar--minified">
<div class="ob-ShareBar-container">
<span class="ob-ShareBar-toggle ob-ShareBar-toggle--show js-ob-ShareBar-toggle"></span>
</div>
</div>
<script src="//assets.over-blog-kiwi.com/b/blog/bundles/overblogblogblog/js/sharebar.js?v2.35.0.0"></script>
<script>
var postTitle = "110"
socialShare(document.querySelector('.ob-ShareBar-share--facebook'), postTitle)
socialShare(document.querySelector('.ob-ShareBar-share--twitter'), postTitle)
</script> <!-- Init Facebook script -->
<div id="fb-root"></div>
<div class="ads ads-728x90">
<div id='_bd15cf2'><script>
try {
if (!window.__bd15cf2) {
window.__bd15cf2 = true;
googletag.cmd.push(function() { googletag.display('_bd15cf2'); });
}
} catch(e) {}
</script></div> </div>
<div id="global">
<div id="ln_0" class="ln">
<div id="cl_0_0" class="cl">
<div class="column_content">
<div class="header">
<div id="top">
<h1 class="title">
<a href="http://lesitedontvousetesleheros.overblog.com" class="topLien" title="Lecture des livres dont vous êtes le héros">Le Site dont vous êtes le Héros</a>
</h1>
<p class="description">Lecture des livres dont vous êtes le héros</p>
</div>
</div>
</div>
</div>
<div class="clear"></div>
</div>
<div id="ln_1" class="ln">
<div id="cl_1_0" class="cl">
<div class="column_content">
<div>
<!-- Title -->
<!-- list posts -->
<article>
<div class="article">
<div class="option beforeArticle">
<div class="date">
Publié le
<time datetime="2016-04-02T15:59:20+02:00">2 Avril 2016</time>
</div>
<span class="tags">
</span>
</div>
<div class="divTitreArticle">
<h2 class="post-title">
<a href="http://lesitedontvousetesleheros.overblog.com/2016/04/110.html" class="titreArticle" title="En dépit de ce calme tout à fait relatif, cet endroit ne vous dit rien qui vaille. Si des bandits se sont introduits dans le bâtiment, ce hall est de toute évidence le point stratégique idéal pour y disposer un piège. Faisant appel à vos pouvoirs Psioniques,...">
110
</a>
</h2>
</div>
<div class="contenuArticle">
<div class="ob-sections">
<div class="ob-section ob-section-text">
<div class="ob-text">
<p>En dépit de ce calme tout à fait relatif, cet endroit ne vous dit rien qui vaille. Si des bandits se sont introduits dans le bâtiment, ce hall est de toute évidence le point stratégique idéal pour y disposer un piège. Faisant appel à vos pouvoirs Psioniques, vous sondez la salle. Vous avez deviné juste ! Une série de rayons parallèles et invisibles coupent le hall à proximité de la pièce où vous avez surpris un bruit anormal. Agissant malgré tout avec prudence, vous vous hâtez vers cette entrée, ne ralentissant qu'un instant pour ramper sous les rayons photo-électriques et éviter la chasse-trappe.</p><p>Lancez deux dés.</p><p><a href="http://www.lesitedontvousetesleheros.fr/2016/04/149.html">Si vous tirez 6 ou plus.</a></p><p><a href="http://www.lesitedontvousetesleheros.fr/2016/04/119.html">Sinon.</a></p>
</div>
</div>
</div>
</div>
<div class="clear"></div>
</div>
<div class="clear"></div>
<!-- Share buttons + comments -->
<div class="afterArticle">
<div class="clear"></div>
<!-- Pagination -->
<div class="pagination clearfix">
<a href="http://lesitedontvousetesleheros.overblog.com/2016/04/109.html" title="109" class="previous">← 109</a>
<a href="http://lesitedontvousetesleheros.overblog.com/2016/04/111.html" title="111" class="next">111 →</a>
</div>
<!-- Comments -->
</div>
</article>
</div>
<div class="ads ads-600x250 clearfix">
<div id='_87bb983'><script>
try {
if (!window.__87bb983) {
window.__87bb983 = true;
googletag.cmd.push(function() { googletag.display('_87bb983'); });
}
} catch(e) {}
</script></div> <div id='_2bc0481'><script>
try {
if (!window.__2bc0481) {
window.__2bc0481 = true;
googletag.cmd.push(function() { googletag.display('_2bc0481'); });
}
} catch(e) {}
</script></div> </div>
<!-- Pagination -->
</div>
</div>
<div id="cl_1_1" class="cl">
<div class="column_content">
<div class="box freeModule">
<div class="box-titre">
<h3><span></span></h3>
</div>
<div class="box-content">
<div><script src="http://h1.flashvortex.com/display.php?id=2_1391984427_52721_435_0_468_60_8_1_13" type="text/javascript"></script></div>
</div>
</div>
<!-- Search -->
<div class="ads ads-300">
<div id='_9730951'><script>
try {
if (!window.__9730951) {
window.__9730951 = true;
googletag.cmd.push(function() { googletag.display('_9730951'); });
}
} catch(e) {}
</script></div> </div>
<!-- Navigation -->
<div class="box blogroll">
<div class="box-titre">
<h3>
<span>Liens</span>
</h3>
</div>
<div class="box-content">
<ul class="list">
<li>
<a href="http://www.lesitedontvousetesleheros.fr/liste-des-series" target="_blank">
LISTE DES SERIES
</a>
</li>
<li>
<a href="http://www.lesitedontvousetesleheros.fr/2017/02/autres-livres-dont-vous-etes-le-heros-chez-divers-editeurs.html" target="_blank">
AUTRES LIVRES DONT VOUS ETES LE HEROS
</a>
</li>
</ul>
</div>
</div>
<p class="credits">
Hébergé par <a href="http://www.over-blog.com" target="_blank">Overblog</a>
</p>
</div>
</div>
<div class="clear"></div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script src="http://assets.over-blog-kiwi.com/themes/jquery/fancybox/jquery.fancybox-1.3.4.pack.js"></script>
<script>
$(document).ready(function() {
// Fancybox
$(".ob-section-images a, .ob-link-img").attr("rel", "fancybox");
$("a[rel=fancybox]").fancybox({
'overlayShow' : true,
'transitionIn' : 'fadin',
'transitionOut' : 'fadin',
'type' : 'image'
});
});
// Twitter share + tweets
!function(d,s,id){
var js, fjs = d.getElementsByTagName(s)[0];
if(!d.getElementById(id)){
js = d.createElement(s);
js.id = id;
js.src = "//platform.twitter.com/widgets.js";
fjs.parentNode.insertBefore(js,fjs);
}
}(document,"script","twitter-wjs");
// Google + button
window.___gcfg = {lang: 'fr'};
(function() {
var po = document.createElement('script');
po.type = 'text/javascript';
po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(po, s);
})();
</script>
<script src="//assets.over-blog-kiwi.com/b/blog/bundles/overblogblogblog/js/print.js?v2.35.0.0"></script>
<script>
var postTitle = "110"
printPost(postTitle)
</script>
<div class="ob-footer" id="legals" >
<ul>
<li class="ob-footer-item"><a href="https://www.over-blog.com/" target="_blank">Créer un blog gratuit sur Overblog</a></li>
<li class="ob-footer-item"><a href="/top">Top articles</a></li>
<li class="ob-footer-item"><a href="/contact">Contact</a></li>
<li class="ob-footer-item"><a href="https://www.over-blog.com/abuse/245297"> Signaler un abus </a></li>
<li class="ob-footer-item"><a href="https://www.over-blog.com/terms-of-use" target="_blank">C.G.U.</a></li>
<li class="ob-footer-item"><a href="https://www.over-blog.com/features/earn-money.html" target="_blank">Rémunération en droits d'auteur</a></li>
<li class="ob-footer-item"><a href="https://www.over-blog.com/features/premium.html" target="_blank">Offre Premium</a></li>
<li class="ob-footer-item"><a href="https://www.over-blog.com/cookies" target="_blank">Cookies et données personnelles</a></li>
</ul>
</div>
<div id='_e089f98'><script>
googletag.cmd.push(function() { googletag.display('_e089f98'); });
</script></div><div id='_4fb19e6'><script>
googletag.cmd.push(function() { googletag.display('_4fb19e6'); });
</script></div>
<!-- End Google Tag Manager -->
<script>
dataLayer = [{
'category' : 'Literature, Comics & Poetry',
'rating' : 'BS',
'unused' : 'Yes',
'adult' : 'No',
'pda' : 'No',
'hasAds' : 'Yes',
'lang' : 'fr',
'adblock' : '__ads_loaded__' in window ? 'No' : 'Yes'
}];
</script>
<!-- Google Tag Manager -->
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-KJ6B85"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>
googletag.cmd.push(function() {
(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!='dataLayer'?'&l='+l:'';
j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-KJ6B85');
});
</script>
<!-- Begin comScore Tag -->
<script>
var _comscore = _comscore || [];
_comscore.push({ c1: "2", c2: "6035191" });
(function() {
var s = document.createElement("script"), el = document.getElementsByTagName("script")[0]; s.async = true;
s.src = (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js";
el.parentNode.insertBefore(s, el);
})();
</script>
<noscript>
<img src="http://b.scorecardresearch.com/p?c1=2&c2=6035191&cv=2.0&cj=1" />
</noscript>
<!-- End comScore Tag -->
<!-- Begin Mediamétrie Tag -->
<script>
function _eStat_Whap_loaded_func(){
eStatWhap.serial("800000207013");
eStatWhap.send();
}
(function() {
var myscript = document.createElement('script');
myscript.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'w.estat.com/js/whap.js';
myscript.setAttribute('async', 'true');
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(myscript, s);
})();
</script>
<!-- End Mediamétrie Tag -->
<script>
(function() {
var alreadyAccept = getCookie('wbCookieNotifier');
if(alreadyAccept != 1) showWbCookieNotifier();
window.closeWbCookieNotifier = function() {
setCookie('wbCookieNotifier', 1, 730);
window.document.getElementById("ob-cookies").style.display = "none";
}
function showWbCookieNotifier(){
var el = document.createElement("div");
var bo = document.body;
el.id = "ob-cookies";
el.className = "__wads_no_click ob-cookies";
var p = document.createElement("p");
p.className = "ob-cookies-content";
p.innerHTML = "En poursuivant votre navigation sur ce site, vous acceptez l'utilisation de cookies. Ces derniers assurent le bon fonctionnement de nos services, d'outils d'analyse et l’affichage de publicités pertinentes. <a class='ob-cookies-link' href='https://www.over-blog.com/cookies' target='_blank'>En savoir plus et agir</a> sur les cookies. <span class='ob-cookies-button' onclick='closeWbCookieNotifier()'>J'accepte</span>"
document.body.appendChild(el); el.appendChild(p);
window.wbCookieNotifier = el;
}
function setCookie(e,t,n,d){var r=new Date;r.setDate(r.getDate()+n);var i=escape(t)+(n==null?"":"; expires="+r.toUTCString())+(d==null?"":"; domain="+d)+";path=/";document.cookie=e+"="+i}
function getCookie(e){var t,n,r,i=document.cookie.split(";");for(t=0;t<i.length;t++){n=i[t].substr(0,i[t].indexOf("="));r=i[t].substr(i[t].indexOf("=")+1);n=n.replace(/^\s+|\s+$/g,"");if(n==e){return unescape(r)}}}
})();
</script>
</body>
</html>
| czuger/haute_tension | work/raw_data/superpouvoirs_nuit_meteore/d739f224fc9f63124f032197f72150e211c7727e5ebdb092a7cea8010e1a2137.html | HTML | mit | 66,329 |
<!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:lambda 8.4.dev</a></li>
<li class="active"><a href="">2014-11-28 21:50: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:lambda
<small>
8.4.dev
<span class="label label-info">Not compatible with this Coq</span>
</small>
</h1>
<p><em><script>document.write(moment("2014-11-28 21:50:38 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2014-11-28 21:50:38 UTC)</em><p>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>ruby lint.rb unstable ../unstable/packages/coq:contrib:lambda/coq:contrib:lambda.8.4.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:lambda.8.4.dev coq.dev</code></dd>
<dt>Return code</dt>
<dd>768</dd>
<dt>Duration</dt>
<dd>0 s</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is dev).
The following dependencies couldn't be met:
- coq:contrib:lambda -> coq <= 8.4.dev
Your request can't be satisfied:
- Conflicting version constraints for coq
No solution found, exiting
</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>opam remove -y coq; opam install -y --dry-run coq:contrib:lambda.8.4.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.dev
=== 1 to remove ===
=-=- Removing Packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Removing coq.dev.
[WARNING] Directory /home/bench/.opam/system/lib/coq is not empty, not removing
The following actions will be performed:
- install coq.8.4pl4 [required by coq:contrib:lambda]
- install coq:contrib:lambda.8.4.dev
=== 2 to install ===
=-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
=-=- Installing packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Building coq.8.4pl4:
./configure -configdir /home/bench/.opam/system/lib/coq/config -mandir /home/bench/.opam/system/man -docdir /home/bench/.opam/system/doc --prefix /home/bench/.opam/system --usecamlp5 --camlp5dir /home/bench/.opam/system/lib/camlp5 --coqide no
make -j4 world
make -j4 states
make install
Installing coq.8.4pl4.
Building coq:contrib:lambda.8.4.dev:
coq_makefile -f Make -o Makefile
make -j4
make install
Installing coq:contrib:lambda.8.4.dev.
</pre></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>Data not available in this bench.</p>
<h2>Uninstall</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>
<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.01.0-1.2.0/unstable/dev/contrib:lambda/8.4.dev/2014-11-28_21-50-38.html | HTML | mit | 6,876 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Kanban</title>
<link href="https://fonts.googleapis.com/css?family=Quattrocento+Sans" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="/css/styles.css">
</head>
<body>
<div id='root'></div>
</body>
</html> | reneechar/React-Kanban | index.tpl.html | HTML | mit | 299 |
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Tela 23</title>
<script type='text/javascript' src="../js/Tela23.js"></script>
<link rel="stylesheet" type="text/css" href="../css/style.css"/>
</head>
<body onload="carregar_dados();">
<h3 class="center">Nome do Instrumento</h3>
<h3>Porcentagem de itens respondidos</h3>
<fieldset>
<legend>
Paciente:
<a id="nome"> </a>
</legend>
<form onsubmit="proximo(this);">
<div>
GIF PRECISANDO
<br/><br/>
<button type="button" onclick="voltar()" class="button">Voltar</button>
<button type="button" onclick="location.href= '../Paciente.html'" class="button">Sair</button>
<input type="submit" value="Submit/Próximo" class="button"/>
</div>
</form>
</fieldset>
</body>
</html>
| augustomelo/BACIVisualizer | bateria_avaliativa/Telas/Tela23.html | HTML | mit | 923 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>gappa: 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.5.1 / gappa - 1.4.2+8.11</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
gappa
<small>
1.4.2+8.11
<span class="label label-info">Not compatible</span>
</small>
</h1>
<p><em><script>document.write(moment("2020-07-19 14:21:56 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-07-19 14:21:56 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-threads base
base-unix base
camlp5 7.12 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
coq 8.5.1 Formal proof management system.
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.05.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.05.0 Official 4.05.0 release
ocaml-config 1 OCaml Switch Configuration
# opam file:
opam-version: "2.0"
maintainer: "guillaume.melquiond@inria.fr"
homepage: "http://gappa.gforge.inria.fr/"
dev-repo: "git+https://gitlab.inria.fr/gappa/coq.git"
bug-reports: "https://gitlab.inria.fr/gappa/coq/issues"
license: "LGPL-2.1-only"
build: [
["./autogen.sh"]
["./configure"]
["./remake" "-j%{jobs}%"]
]
install: ["./remake" "install"]
depends: [
"ocaml"
"camlp5"
"coq" {= "8.11.0"}
"coq-flocq" {= "3.2.0+8.11"}
("conf-g++" {build} | "conf-clang" {build})
"conf-autoconf" {build}
]
tags: [ "keyword:floating point arithmetic" "keyword:interval arithmetic" "keyword:decision procedure" "category:Computer Science/Decision Procedures and Certified Algorithms/Decision procedures" "logpath:Gappa" ]
authors: [ "Guillaume Melquiond <guillaume.melquiond@inria.fr>" ]
synopsis: "(patched for Coq 8.11 compatibility by MSoegtropIMC) A Coq tactic for discharging goals about floating-point arithmetic and round-off errors using the Gappa prover"
url {
src: "https://github.com/MSoegtropIMC/gappa-coq/archive/d6f5177181c35f07ff50bd5c173ee13528e06576.tar.gz"
checksum: "sha512=857eca02eff8900579fb370bc3c7b46d36ee82e4fba315c64f423b8e02a3f820d2424a518cc124f916db27717456c786987b49df10fefdfb2e7dd835305f218b"
}
</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-gappa.1.4.2+8.11 coq.8.5.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.5.1).
The following dependencies couldn't be met:
- coq-gappa -> coq = 8.11.0
Your request can't be satisfied:
- No available version of coq satisfies the constraints
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-gappa.1.4.2+8.11</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.05.0-2.0.6/released/8.5.1/gappa/1.4.2+8.11.html | HTML | mit | 7,158 |
<!DOCTYPE html><html><head><title>https://ycnam.github.io/tags/%EC%BD%98%ED%81%AC%EB%A6%AC%ED%8A%B8-%EC%9C%A0%ED%86%A0%ED%94%BC%EC%95%84/</title><link rel="canonical" href="https://ycnam.github.io/tags/%EC%BD%98%ED%81%AC%EB%A6%AC%ED%8A%B8-%EC%9C%A0%ED%86%A0%ED%94%BC%EC%95%84/"/><meta name="robots" content="noindex"><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0; url=https://ycnam.github.io/tags/%EC%BD%98%ED%81%AC%EB%A6%AC%ED%8A%B8-%EC%9C%A0%ED%86%A0%ED%94%BC%EC%95%84/" /></head></html> | limitist-log/limitist-log.github.io | tags/콘크리트-유토피아/page/1/index.html | HTML | mit | 550 |
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>learn angularjs</title>
<style>
.list li {
margin: 5px 0;
}
</style>
</head>
<body>
<div class="list"><h1>learn angularjs</h1>
<ul><li><a href="example1/index.html">基础实例</a></li><li><a href="example1/auto.html">基础实例-自动启动</a></li><li><a href="example2/index.html">数据绑定</a></li><li><a href="example3/index.html">表达式</a></li><li><a href="example3/onetime.html">表达式-单次绑定</a></li><li><a href="example4/index.html">指令</a></li><li><a href="example4/create.html">自定义指令</a></li><li><a href="example5/index.html">过滤器</a></li><li><a href="example6/index.html">私有函数</a></li><li><a href="example6/inheritance.html">多重作用域</a></li><li><a href="example7/index.html">单元测试</a></li></ul>
</div>
</body>
</html> | thinkjs/learn-angularjs | index.html | HTML | mit | 902 |
<!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_03) on Wed May 01 12:49:41 CEST 2013 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class net.sourceforge.pmd.util.CompoundListTest (PMD 5.0.4 Test API)</title>
<meta name="date" content="2013-05-01">
<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 net.sourceforge.pmd.util.CompoundListTest (PMD 5.0.4 Test API)";
}
//-->
</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="../../../../../net/sourceforge/pmd/util/CompoundListTest.html" title="class in net.sourceforge.pmd.util">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-all.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?net/sourceforge/pmd/util//class-useCompoundListTest.html" target="_top">Frames</a></li>
<li><a href="CompoundListTest.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 net.sourceforge.pmd.util.CompoundListTest" class="title">Uses of Class<br>net.sourceforge.pmd.util.CompoundListTest</h2>
</div>
<div class="classUseContainer">No usage of net.sourceforge.pmd.util.CompoundListTest</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="../../../../../net/sourceforge/pmd/util/CompoundListTest.html" title="class in net.sourceforge.pmd.util">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-all.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?net/sourceforge/pmd/util//class-useCompoundListTest.html" target="_top">Frames</a></li>
<li><a href="CompoundListTest.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>Copyright © 2002-2013 <a href="http://pmd.sourceforge.net/">InfoEther</a>. All Rights Reserved.</small></p>
</body>
</html>
| jmagas/RedditDailyProgrammer | lib/pmd-bin-5.0.4/docs/testapidocs/net/sourceforge/pmd/util/class-use/CompoundListTest.html | HTML | mit | 4,429 |
<!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_25) on Mon Nov 10 04:01:00 CET 2014 -->
<title>TranscriptBasicTest</title>
<meta name="date" content="2014-11-10">
<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="TranscriptBasicTest";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</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="../../../com/sybil_ehrensberger/transvis/package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</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><a href="../../../com/sybil_ehrensberger/transvis/Transcript.html" title="class in com.sybil_ehrensberger.transvis"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../com/sybil_ehrensberger/transvis/TranscriptError.html" title="class in com.sybil_ehrensberger.transvis"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?com/sybil_ehrensberger/transvis/TranscriptBasicTest.html" target="_top">Frames</a></li>
<li><a href="TranscriptBasicTest.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>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor.summary">Constr</a> | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor.detail">Constr</a> | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">com.sybil_ehrensberger.transvis</div>
<h2 title="Class TranscriptBasicTest" class="title">Class TranscriptBasicTest</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>com.sybil_ehrensberger.transvis.TranscriptBasicTest</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="typeNameLabel">TranscriptBasicTest</span>
extends java.lang.Object</pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/sybil_ehrensberger/transvis/TranscriptBasicTest.html#TranscriptBasicTest--">TranscriptBasicTest</a></span>()</code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/sybil_ehrensberger/transvis/TranscriptBasicTest.html#setUp--">setUp</a></span>()</code> </td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/sybil_ehrensberger/transvis/TranscriptBasicTest.html#tearDown--">tearDown</a></span>()</code> </td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/sybil_ehrensberger/transvis/TranscriptBasicTest.html#testAdjustTime--">testAdjustTime</a></span>()</code> </td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/sybil_ehrensberger/transvis/TranscriptBasicTest.html#testAdjustTime1--">testAdjustTime1</a></span>()</code> </td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/sybil_ehrensberger/transvis/TranscriptBasicTest.html#testAdjustTimesToSelection--">testAdjustTimesToSelection</a></span>()</code> </td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/sybil_ehrensberger/transvis/TranscriptBasicTest.html#testConvertToSeconds--">testConvertToSeconds</a></span>()</code> </td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/sybil_ehrensberger/transvis/TranscriptBasicTest.html#testEssentials--">testEssentials</a></span>()</code> </td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/sybil_ehrensberger/transvis/TranscriptBasicTest.html#testName--">testName</a></span>()</code> </td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/sybil_ehrensberger/transvis/TranscriptBasicTest.html#testRecording--">testRecording</a></span>()</code> </td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/sybil_ehrensberger/transvis/TranscriptBasicTest.html#testSetSelection--">testSetSelection</a></span>()</code> </td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="TranscriptBasicTest--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>TranscriptBasicTest</h4>
<pre>public TranscriptBasicTest()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="setUp--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setUp</h4>
<pre>public void setUp()
throws java.lang.Exception</pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.lang.Exception</code></dd>
</dl>
</li>
</ul>
<a name="tearDown--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>tearDown</h4>
<pre>public void tearDown()
throws java.lang.Exception</pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.lang.Exception</code></dd>
</dl>
</li>
</ul>
<a name="testEssentials--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>testEssentials</h4>
<pre>public void testEssentials()
throws java.lang.Exception</pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.lang.Exception</code></dd>
</dl>
</li>
</ul>
<a name="testName--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>testName</h4>
<pre>public void testName()
throws java.lang.Exception</pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.lang.Exception</code></dd>
</dl>
</li>
</ul>
<a name="testRecording--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>testRecording</h4>
<pre>public void testRecording()
throws java.lang.Exception</pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.lang.Exception</code></dd>
</dl>
</li>
</ul>
<a name="testSetSelection--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>testSetSelection</h4>
<pre>public void testSetSelection()
throws java.lang.Exception</pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.lang.Exception</code></dd>
</dl>
</li>
</ul>
<a name="testAdjustTimesToSelection--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>testAdjustTimesToSelection</h4>
<pre>public void testAdjustTimesToSelection()
throws java.lang.Exception</pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.lang.Exception</code></dd>
</dl>
</li>
</ul>
<a name="testAdjustTime--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>testAdjustTime</h4>
<pre>public void testAdjustTime()
throws java.lang.Exception</pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.lang.Exception</code></dd>
</dl>
</li>
</ul>
<a name="testAdjustTime1--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>testAdjustTime1</h4>
<pre>public void testAdjustTime1()
throws java.lang.Exception</pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.lang.Exception</code></dd>
</dl>
</li>
</ul>
<a name="testConvertToSeconds--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>testConvertToSeconds</h4>
<pre>public void testConvertToSeconds()
throws java.lang.Exception</pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.lang.Exception</code></dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= 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="../../../com/sybil_ehrensberger/transvis/package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</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><a href="../../../com/sybil_ehrensberger/transvis/Transcript.html" title="class in com.sybil_ehrensberger.transvis"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../com/sybil_ehrensberger/transvis/TranscriptError.html" title="class in com.sybil_ehrensberger.transvis"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?com/sybil_ehrensberger/transvis/TranscriptBasicTest.html" target="_top">Frames</a></li>
<li><a href="TranscriptBasicTest.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>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor.summary">Constr</a> | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor.detail">Constr</a> | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
| sykaeh/TransVis | doc/com/sybil_ehrensberger/transvis/TranscriptBasicTest.html | HTML | mit | 14,756 |
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta name="GENERATOR" content="Microsoft FrontPage 12.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
<title>Inside a game</title>
<link rel="stylesheet" type="text/css" href="../styles.css"></head>
<body>
<h1>Inside a game</h1>
<p>This chapter will describe all the
objects you will use to create your game. You will learn how to create a new
project, which object types are available and how to create and use them.</p>
<ul>
<li><span lang="EN-US"><a href="inside_projectman.html">WME ProjectMan: the
headquarters</a></span></li>
<li><a href="inside_scenes.html">Scene creation step by step (tutorial)</a></li>
<li><a href="inside_sprites.html">Sprites</a></li>
<li><a href="inside_actors.html">Actors</a></li>
<li><a href="inside_entites.html">Entities</a></li>
<li><a href="inside_ui.html">User interface layer</a></li>
<li><a href="3D_intro.html">3D characters support</a></li>
<li><a href="inside_inventory.html">Working with the inventory</a></li>
<li><a href="inside_particles.html">Particle effects</a></li>
<li><a href="inside_dialogues.html">Scripting dialogues</a></li>
<li><a href="inside_music.html">Music support in WME</a></li>
<li><a href="inside_filesystem.html">Packages and file system in WME</a></li>
<li><a href="inside_localization.html">Localization support</a></li>
<li><a href="inside_theora.html">Using Theora to play videos</a></li>
<li><a href="inside_access.html">Accessibility</a></li>
<li><a href="inside_stm.html">String Table Manager</a></li>
<li><a href="inside_console.html">Debugging console</a></li>
<li><a href="inside_vista.html">Windows Vista support</a></li>
<li><a href="inside_widescreen.html">Wide screen support</a></li>
</ul>
</body>
</html> | segafan/wme1_jankavan_tlc_edition-repo | doc/html/wme/inside.html | HTML | mit | 1,934 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.9.1"/>
<title>Helix: logic/admin/SQLStmt_test.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
$(window).load(resizeHeight);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">Helix
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.9.1 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File List</span></a></li>
<li><a href="globals.html"><span>File Members</span></a></li>
</ul>
</div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('SQLStmt__test_8h_source.html','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="headertitle">
<div class="title">SQLStmt_test.h</div> </div>
</div><!--header-->
<div class="contents">
<a href="SQLStmt__test_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">/* **************************************************************************</span></div>
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment"></span></div>
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment"> Copyright (c): 2013 Hericus Software, LLC</span></div>
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment"></span></div>
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment"> License: The MIT License (MIT)</span></div>
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment"></span></div>
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment"> Authors: Steven M. Cherry</span></div>
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment"></span></div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="comment">************************************************************************** */</span></div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span> </div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="preprocessor">#ifndef SQLSTMT_TEST_H</span></div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="preprocessor">#define SQLSTMT_TEST_H</span></div>
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span> </div>
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="preprocessor">#include "<a class="code" href="IOConn_8h.html">IOConn.h</a>"</span></div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="preprocessor">#include "<a class="code" href="DataObjectTestClass_8h.html">DataObjectTestClass.h</a>"</span></div>
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="keyword">using namespace </span><a class="code" href="namespaceHelix_1_1Glob.html">Helix::Glob</a>;</div>
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span> </div>
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span> <span class="preprocessor">#include "<a class="code" href="SQLStmt_8h.html">SQLStmt.h</a>"</span></div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span> <span class="keyword">using namespace </span><a class="code" href="namespaceHelix_1_1Logic_1_1admin.html">Helix::Logic::admin</a>;</div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span> </div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span> </div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span> <span class="keyword">namespace </span><a class="code" href="namespaceHelix.html">Helix</a> {</div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span> <span class="keyword">namespace </span>Logic {</div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span> <span class="keyword">namespace </span>admin {</div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span> </div>
<div class="line"><a name="l00029"></a><span class="lineno"><a class="line" href="classHelix_1_1Logic_1_1admin_1_1SQLStmtTest.html"> 29</a></span> <span class="keyword">class </span><a class="code" href="classHelix_1_1Logic_1_1admin_1_1SQLStmtTest.html">SQLStmtTest</a> : <span class="keyword">public</span> <a class="code" href="classHelix_1_1Glob_1_1DataObjectTestClass.html">DataObjectTestClass</a></div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span> {</div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span>  <span class="keyword">private</span>:</div>
<div class="line"><a name="l00033"></a><span class="lineno"><a class="line" href="classHelix_1_1Logic_1_1admin_1_1SQLStmtTest.html#a8062c718ddf764301b60d0f2d909399a"> 33</a></span>  <a class="code" href="classHelix_1_1Logic_1_1admin_1_1SQLStmtTest.html#a8062c718ddf764301b60d0f2d909399a">SQLStmtTest</a>(<span class="keyword">const</span> <a class="code" href="classHelix_1_1Logic_1_1admin_1_1SQLStmtTest.html">SQLStmtTest</a>& c) {}</div>
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span> </div>
<div class="line"><a name="l00036"></a><span class="lineno"><a class="line" href="classHelix_1_1Logic_1_1admin_1_1SQLStmtTest.html#a0c516c8039e6453bf8214273de964926"> 36</a></span>  <a class="code" href="classHelix_1_1Logic_1_1admin_1_1SQLStmtTest.html">SQLStmtTest</a>& <a class="code" href="classHelix_1_1Logic_1_1admin_1_1SQLStmtTest.html#a0c516c8039e6453bf8214273de964926">operator=</a>(<span class="keyword">const</span> <a class="code" href="classHelix_1_1Logic_1_1admin_1_1SQLStmtTest.html">SQLStmtTest</a>& c) { <span class="keywordflow">return</span> *<span class="keyword">this</span>; }</div>
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span> </div>
<div class="line"><a name="l00039"></a><span class="lineno"><a class="line" href="classHelix_1_1Logic_1_1admin_1_1SQLStmtTest.html#a11abc43b9c3ecaa670cd7de74038d0a4"> 39</a></span>  <span class="keyword">static</span> <a class="code" href="classHelix_1_1Glob_1_1DataObjectTestClassRegister.html">DataObjectTestClassRegister< SQLStmtTest ></a> <a class="code" href="classHelix_1_1Logic_1_1admin_1_1SQLStmtTest.html#a11abc43b9c3ecaa670cd7de74038d0a4">reg</a>;</div>
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span> </div>
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span> </div>
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>  <a class="code" href="classHelix_1_1Logic_1_1admin_1_1SQLStmtTest.html">SQLStmtTest</a>();</div>
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span> </div>
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>  <span class="keyword">virtual</span> ~<a class="code" href="classHelix_1_1Logic_1_1admin_1_1SQLStmtTest.html">SQLStmtTest</a>();</div>
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span> </div>
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>  <span class="keyword">virtual</span> <span class="keywordtype">void</span> runTests( <a class="code" href="classHelix_1_1Glob_1_1IOConn.html">IOConn</a>& ioc, xmlNodePtr node );</div>
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span> </div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>  <span class="keyword">static</span> <span class="keywordtype">bool</span> compareObjects( <a class="code" href="classHelix_1_1Logic_1_1admin_1_1SQLStmt.html">SQLStmt</a>* first, <a class="code" href="classHelix_1_1Logic_1_1admin_1_1SQLStmt.html">SQLStmt</a>* second);</div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span> </div>
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>  <span class="keyword">static</span> <span class="keywordtype">bool</span> compareLists( vector< SQLStmt* >* first, vector< SQLStmt* >* second);</div>
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span> </div>
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>  <span class="comment">/* ******************************************************************************** */</span></div>
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>  <span class="comment">/* The following are a series of static methods created based on the SQL Statements */</span></div>
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span>  <span class="comment">/* defined in the file ../logic/admin/SQLStmt.sql.xml */</span></div>
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>  <span class="comment">/* ******************************************************************************** */</span></div>
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span> </div>
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span>  <span class="keywordtype">void</span> unused(<a class="code" href="classHelix_1_1Glob_1_1IOConn.html">IOConn</a>& ioc, xmlNodePtr node);</div>
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span> </div>
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span> </div>
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span> };</div>
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span> </div>
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span> }}} <span class="comment">// End Namespace stack</span></div>
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span> </div>
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span> <span class="preprocessor">#endif // SQLSTMT_TEST_H defined</span></div>
<div class="ttc" id="SQLStmt_8h_html"><div class="ttname"><a href="SQLStmt_8h.html">SQLStmt.h</a></div></div>
<div class="ttc" id="IOConn_8h_html"><div class="ttname"><a href="IOConn_8h.html">IOConn.h</a></div></div>
<div class="ttc" id="classHelix_1_1Logic_1_1admin_1_1SQLStmt_html"><div class="ttname"><a href="classHelix_1_1Logic_1_1admin_1_1SQLStmt.html">Helix::Logic::admin::SQLStmt</a></div><div class="ttdef"><b>Definition:</b> SQLStmt.h:42</div></div>
<div class="ttc" id="classHelix_1_1Logic_1_1admin_1_1SQLStmtTest_html_a11abc43b9c3ecaa670cd7de74038d0a4"><div class="ttname"><a href="classHelix_1_1Logic_1_1admin_1_1SQLStmtTest.html#a11abc43b9c3ecaa670cd7de74038d0a4">Helix::Logic::admin::SQLStmtTest::reg</a></div><div class="ttdeci">static DataObjectTestClassRegister< SQLStmtTest > reg</div><div class="ttdoc">Registers us with the global factory map. </div><div class="ttdef"><b>Definition:</b> SQLStmt_test.h:39</div></div>
<div class="ttc" id="classHelix_1_1Logic_1_1admin_1_1SQLStmtTest_html_a0c516c8039e6453bf8214273de964926"><div class="ttname"><a href="classHelix_1_1Logic_1_1admin_1_1SQLStmtTest.html#a0c516c8039e6453bf8214273de964926">Helix::Logic::admin::SQLStmtTest::operator=</a></div><div class="ttdeci">SQLStmtTest & operator=(const SQLStmtTest &c)</div><div class="ttdoc">Assignment operator is private to prevent use. </div><div class="ttdef"><b>Definition:</b> SQLStmt_test.h:36</div></div>
<div class="ttc" id="namespaceHelix_html"><div class="ttname"><a href="namespaceHelix.html">Helix</a></div><div class="ttdef"><b>Definition:</b> HelixApi.h:46</div></div>
<div class="ttc" id="classHelix_1_1Logic_1_1admin_1_1SQLStmtTest_html_a8062c718ddf764301b60d0f2d909399a"><div class="ttname"><a href="classHelix_1_1Logic_1_1admin_1_1SQLStmtTest.html#a8062c718ddf764301b60d0f2d909399a">Helix::Logic::admin::SQLStmtTest::SQLStmtTest</a></div><div class="ttdeci">SQLStmtTest(const SQLStmtTest &c)</div><div class="ttdoc">Copy constructor is private to prevent use. </div><div class="ttdef"><b>Definition:</b> SQLStmt_test.h:33</div></div>
<div class="ttc" id="classHelix_1_1Glob_1_1IOConn_html"><div class="ttname"><a href="classHelix_1_1Glob_1_1IOConn.html">Helix::Glob::IOConn</a></div><div class="ttdef"><b>Definition:</b> IOConn.h:49</div></div>
<div class="ttc" id="namespaceHelix_1_1Glob_html"><div class="ttname"><a href="namespaceHelix_1_1Glob.html">Helix::Glob</a></div><div class="ttdef"><b>Definition:</b> ActionClass.h:22</div></div>
<div class="ttc" id="DataObjectTestClass_8h_html"><div class="ttname"><a href="DataObjectTestClass_8h.html">DataObjectTestClass.h</a></div></div>
<div class="ttc" id="classHelix_1_1Logic_1_1admin_1_1SQLStmtTest_html"><div class="ttname"><a href="classHelix_1_1Logic_1_1admin_1_1SQLStmtTest.html">Helix::Logic::admin::SQLStmtTest</a></div><div class="ttdef"><b>Definition:</b> SQLStmt_test.h:29</div></div>
<div class="ttc" id="classHelix_1_1Glob_1_1DataObjectTestClass_html"><div class="ttname"><a href="classHelix_1_1Glob_1_1DataObjectTestClass.html">Helix::Glob::DataObjectTestClass</a></div><div class="ttdef"><b>Definition:</b> DataObjectTestClass.h:25</div></div>
<div class="ttc" id="classHelix_1_1Glob_1_1DataObjectTestClassRegister_html"><div class="ttname"><a href="classHelix_1_1Glob_1_1DataObjectTestClassRegister.html">Helix::Glob::DataObjectTestClassRegister</a></div><div class="ttdef"><b>Definition:</b> DataObjectTestClass.h:53</div></div>
<div class="ttc" id="namespaceHelix_1_1Logic_1_1admin_html"><div class="ttname"><a href="namespaceHelix_1_1Logic_1_1admin.html">Helix::Logic::admin</a></div><div class="ttdef"><b>Definition:</b> Col.h:32</div></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_0f9694b8de2575528c6c0ae9f79dda65.html">logic</a></li><li class="navelem"><a class="el" href="dir_9ab4c1cda86fe5cf8ed4e1ff69979f10.html">admin</a></li><li class="navelem"><a class="el" href="SQLStmt__test_8h.html">SQLStmt_test.h</a></li>
<li class="footer">Generated on Wed Jan 14 2015 12:23:30 for Helix by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.9.1 </li>
</ul>
</div>
</body>
</html>
| smc314/helix | html/devdoc/html/SQLStmt__test_8h_source.html | HTML | mit | 18,395 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>webduino.module.Soil - webduino-js</title>
<link rel="stylesheet" href="">
<link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css">
<link rel="stylesheet" href="../assets/css/main.css" id="site_styles">
<link rel="stylesheet" href="../assets/css/custom.css">
<link rel="stylesheet" href="../assets/css/lucid.css">
<link rel="stylesheet" href="../assets/vendor/bootstrap/css/bootstrap.css">
<link rel="shortcut icon" type="image/png" href="../assets/favicon.png">
</head>
<body class="yui3-skin-sam">
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<h1 class="brand" style="padding: 10px 16px 10px; height: 20px; line-height: 20px; margin-left: 0;">
webduino-js
</h1>
<div class="nav">
<li class="divider-vertical"></li>
<li>
<p class="navbar-text">
API Docs for Version: <b>0.4.20</b>
</p>
</li>
</div>
<form class="navbar-form pull-right" style="line-height: 40px; height: 40px;">
<input style="margin-top: 0;" type="text" class="search-query" placeholder="Search for classes/modules..." data-obj='["classes/webduino.Board", "classes/webduino.EventEmitter", "classes/webduino.Module", "classes/webduino.module.ADXL345", "classes/webduino.module.Barcode", "classes/webduino.module.Button", "classes/webduino.module.Buzzer", "classes/webduino.module.Dht", "classes/webduino.module.HX711", "classes/webduino.module.IRLed", "classes/webduino.module.IRRecv", "classes/webduino.module.Led", "classes/webduino.module.Max7219", "classes/webduino.module.Photocell", "classes/webduino.module.RFID", "classes/webduino.module.RGBLed", "classes/webduino.module.Soil", "classes/webduino.module.Ultrasonic", "classes/webduino.Transport", "classes/webduino.transport.MqttTransport", "classes/webduino.transport.NodeMqttTransport"]'>
</form>
</div>
</div>
<div class="container">
<div class="row">
<div class="span3">
<div>
<div id="sidebar">
<div id="classes">
<ul id="api-classes" class="nav nav-list">
<li><a href="../classes/webduino.Board.html">webduino.Board</a></li>
<li><a href="../classes/webduino.EventEmitter.html">webduino.EventEmitter</a></li>
<li><a href="../classes/webduino.Module.html">webduino.Module</a></li>
<li><a href="../classes/webduino.module.ADXL345.html">webduino.module.ADXL345</a></li>
<li><a href="../classes/webduino.module.Barcode.html">webduino.module.Barcode</a></li>
<li><a href="../classes/webduino.module.Button.html">webduino.module.Button</a></li>
<li><a href="../classes/webduino.module.Buzzer.html">webduino.module.Buzzer</a></li>
<li><a href="../classes/webduino.module.Dht.html">webduino.module.Dht</a></li>
<li><a href="../classes/webduino.module.HX711.html">webduino.module.HX711</a></li>
<li><a href="../classes/webduino.module.IRLed.html">webduino.module.IRLed</a></li>
<li><a href="../classes/webduino.module.IRRecv.html">webduino.module.IRRecv</a></li>
<li><a href="../classes/webduino.module.Led.html">webduino.module.Led</a></li>
<li><a href="../classes/webduino.module.Max7219.html">webduino.module.Max7219</a></li>
<li><a href="../classes/webduino.module.Photocell.html">webduino.module.Photocell</a></li>
<li><a href="../classes/webduino.module.RFID.html">webduino.module.RFID</a></li>
<li><a href="../classes/webduino.module.RGBLed.html">webduino.module.RGBLed</a></li>
<li><a href="../classes/webduino.module.Soil.html">webduino.module.Soil</a></li>
<li><a href="../classes/webduino.module.Ultrasonic.html">webduino.module.Ultrasonic</a></li>
<li><a href="../classes/webduino.Transport.html">webduino.Transport</a></li>
<li><a href="../classes/webduino.transport.MqttTransport.html">webduino.transport.MqttTransport</a></li>
<li><a href="../classes/webduino.transport.NodeMqttTransport.html">webduino.transport.NodeMqttTransport</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="span9">
<form id="options-form" class="form-inline pull-right">
Show:
<label for="api-show-inherited" class="checkbox">
<input type="checkbox" id="api-show-inherited" checked>
Inherited
</label>
<label for="api-show-protected" class="checkbox">
<input type="checkbox" id="api-show-protected">
Protected
</label>
<label for="api-show-private" class="checkbox">
<input type="checkbox" id="api-show-private">
Private
</label>
<label for="api-show-deprecated" class="checkbox">
<input type="checkbox" id="api-show-deprecated">
Deprecated
</label>
</form>
<div class="apidocs">
<div id="docs-main">
<div class="content">
<div class="page-header">
<h1>webduino.module.Soil</h1>
</div>
<div class="well well-small">
<div class="extends">
Extends <a href="../classes/webduino.Module.html" class="crosslink">webduino.Module</a>
</div>
</div>
<div class="yuidoc-class-description">
<p>The Soil class.</p>
</div>
<!-- table of contents -->
<div id="class-toc" class="page-section">
<h2>Table of Contents</h2>
<ul>
<li>
<strong>Methods</strong>
<ul>
<li><a href="#method-addListener"><span class="im">addListener</span>(<span class="ia">type</span><span class="ia">listener</span>)</a></li>
<li><a href="#method-emit"><span class="im">emit</span>(<span class="ia">type</span><span class="ia">object,...</span>)</a></li>
<li><a href="#method-listeners"><span class="im">listeners</span>(<span class="ia">type</span>)</a></li>
<li><a href="#method-measure"><span class="im">measure</span>(<span class="ia">callback</span>)</a></li>
<li><a href="#method-off"><span class="im">off</span>()</a></li>
<li><a href="#method-on"><span class="im">on</span>(<span class="ia">callback</span>)</a></li>
<li><a href="#method-once"><span class="im">once</span>(<span class="ia">type</span><span class="ia">listener</span>)</a></li>
<li><a href="#method-removeAllListeners"><span class="im">removeAllListeners</span>(<span class="ia">type</span>)</a></li>
<li><a href="#method-removeListener"><span class="im">removeListener</span>(<span class="ia">type</span><span class="ia">listener</span>)</a></li>
<li><a href="#method-setMaxListeners"><span class="im">setMaxListeners</span>(<span class="ia">n</span>)</a></li>
</ul>
</li>
<li>
<strong>Attributes</strong>
<ul>
<li><a href="#attr-state"><span class="iattr">state</span></a></li>
<li><a href="#attr-type"><span class="iattr">type</span></a></li>
</ul>
</li>
</ul>
</div>
<!-- details -->
<div class="constructor yuidoc-class-constructor page-section">
<h2>Constructor</h2>
<div class="item-list">
<div id="method-webduino.module.Soil" class="method item">
<div class="method-signature">
<span class="name"><code>webduino.module.Soil</code></span>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>board</code>
</li>
<li class="arg">
<code>analogPinNumber</code>
</li>
</ul><span class="paren">)</span>
</div>
</div>
<div class="meta">
<p>
Defined in
<a href="../files/src_module_Soil.js.html#l23"><code>src/module/Soil.js:23</code></a>
</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">board</code>
<span class="type"><a href="../classes/webduino.Board.html" class="crosslink">webduino.Board</a></span>
<div class="param-description"><p>Board that the soil is attached to.</p>
</div>
</li>
<li class="param">
<code class="param-name">analogPinNumber</code>
<span class="type">Integer</span>
<div class="param-description"><p>The pin that soil is attached to.</p>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
<div id="methods" class="page-section">
<h2 class="off-left">Methods</h2>
<div class="item-list">
<div id="method-addListener" class="method item inherited">
<div class="method-signature">
<span class="name"><code>addListener</code></span>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>type</code>
</li>
<li class="arg">
<code>listener</code>
</li>
</ul><span class="paren">)</span>
</div>
</div>
<div class="meta">
<p>Inherited from
<a href="../classes/webduino.EventEmitter.html#method_addListener">webduino.EventEmitter</a>:
<a href="../files/src_core_EventEmitter.js.html#l117"><code>src/core/EventEmitter.js:117</code></a>
</p>
</div>
<div class="description"><p>Add a listener for a certain type of event.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">type</code>
<span class="type">String</span>
<div class="param-description"><p>Event type.</p>
</div>
</li>
<li class="param">
<code class="param-name">listener</code>
<span class="type">Function</span>
<div class="param-description"><p>Event listener.</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method-emit" class="method item inherited">
<div class="method-signature">
<span class="name"><code>emit</code></span>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>type</code>
</li>
<li class="arg">
<code class="optional">object,...</code>
</li>
</ul><span class="paren">)</span>
</div>
</div>
<div class="meta">
<p>Inherited from
<a href="../classes/webduino.EventEmitter.html#method_emit">webduino.EventEmitter</a>:
<a href="../files/src_core_EventEmitter.js.html#l58"><code>src/core/EventEmitter.js:58</code></a>
</p>
</div>
<div class="description"><p>Emit an event of certain type.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">type</code>
<span class="type">String</span>
<div class="param-description"><p>Event type.</p>
</div>
</li>
<li class="param">
<code class="param-name optional">[object,...]</code>
<span class="type">Object</span>
<span class="flag optional" title="This parameter is optional.">optional</span>
<div class="param-description"><p>Event object(s).</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method-listeners" class="method item inherited">
<div class="method-signature">
<span class="name"><code>listeners</code></span>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>type</code>
</li>
</ul><span class="paren">)</span>
</div>
</div>
<div class="meta">
<p>Inherited from
<a href="../classes/webduino.EventEmitter.html#method_listeners">webduino.EventEmitter</a>:
<a href="../files/src_core_EventEmitter.js.html#l310"><code>src/core/EventEmitter.js:310</code></a>
</p>
</div>
<div class="description"><p>Return the listener list bound to certain type of event.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">type</code>
<span class="type">String</span>
<div class="param-description"><p>Evnet type.</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method-measure" class="method item">
<div class="method-signature">
<span class="name"><code>measure</code></span>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code class="optional">callback</code>
</li>
</ul><span class="paren">)</span>
</div>
</div>
<div class="meta">
<p>
Defined in
<a href="../files/src_module_Soil.js.html#l76"><code>src/module/Soil.js:76</code></a>
</p>
</div>
<div class="description"><p>Start detection.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name optional">[callback]</code>
<span class="type">Function</span>
<span class="flag optional" title="This parameter is optional.">optional</span>
<div class="param-description"><p>Callback after starting detection.</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method-off" class="method item">
<div class="method-signature">
<span class="name"><code>off</code></span>
<span class="paren">()</span>
</div>
<div class="meta">
<p>
Defined in
<a href="../files/src_module_Soil.js.html#l106"><code>src/module/Soil.js:106</code></a>
</p>
</div>
<div class="description"><p>Stop detection.</p>
</div>
</div>
<div id="method-on" class="method item deprecated">
<div class="method-signature">
<span class="name"><code>on</code></span>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code class="optional">callback</code>
</li>
</ul><span class="paren">)</span>
</div>
</div>
<span class="flag deprecated" title="`on()` is deprecated, use `measure()` instead.">deprecated</span>
<div class="meta">
<p>Inherited from
<a href="../classes/webduino.EventEmitter.html#method_on">
webduino.EventEmitter
</a>
but overwritten in
<a href="../files/src_module_Soil.js.html#l83"><code>src/module/Soil.js:83</code></a>
</p>
<p>Deprecated: `on()` is deprecated, use `measure()` instead.</p>
</div>
<div class="description"><p>Start detection.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name optional">[callback]</code>
<span class="type">Function</span>
<span class="flag optional" title="This parameter is optional.">optional</span>
<div class="param-description"><p>Callback after starting detection.</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method-once" class="method item inherited">
<div class="method-signature">
<span class="name"><code>once</code></span>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>type</code>
</li>
<li class="arg">
<code>listener</code>
</li>
</ul><span class="paren">)</span>
</div>
</div>
<div class="meta">
<p>Inherited from
<a href="../classes/webduino.EventEmitter.html#method_once">webduino.EventEmitter</a>:
<a href="../files/src_core_EventEmitter.js.html#l183"><code>src/core/EventEmitter.js:183</code></a>
</p>
</div>
<div class="description"><p>Add a one-time listener for a certain type of event.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">type</code>
<span class="type">String</span>
<div class="param-description"><p>Event type.</p>
</div>
</li>
<li class="param">
<code class="param-name">listener</code>
<span class="type">Function</span>
<div class="param-description"><p>Event listener.</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method-removeAllListeners" class="method item inherited">
<div class="method-signature">
<span class="name"><code>removeAllListeners</code></span>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>type</code>
</li>
</ul><span class="paren">)</span>
</div>
</div>
<div class="meta">
<p>Inherited from
<a href="../classes/webduino.EventEmitter.html#method_removeAllListeners">webduino.EventEmitter</a>:
<a href="../files/src_core_EventEmitter.js.html#l264"><code>src/core/EventEmitter.js:264</code></a>
</p>
</div>
<div class="description"><p>Remove all listeners of certain type.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">type</code>
<span class="type">String</span>
<div class="param-description"><p>Event type.</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method-removeListener" class="method item inherited">
<div class="method-signature">
<span class="name"><code>removeListener</code></span>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>type</code>
</li>
<li class="arg">
<code>listener</code>
</li>
</ul><span class="paren">)</span>
</div>
</div>
<div class="meta">
<p>Inherited from
<a href="../classes/webduino.EventEmitter.html#method_removeListener">webduino.EventEmitter</a>:
<a href="../files/src_core_EventEmitter.js.html#l211"><code>src/core/EventEmitter.js:211</code></a>
</p>
</div>
<div class="description"><p>Remove a listener for certain type of event.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">type</code>
<span class="type">String</span>
<div class="param-description"><p>Event type.</p>
</div>
</li>
<li class="param">
<code class="param-name">listener</code>
<span class="type">Function</span>
<div class="param-description"><p>Event listener.</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method-setMaxListeners" class="method item inherited">
<div class="method-signature">
<span class="name"><code>setMaxListeners</code></span>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>n</code>
</li>
</ul><span class="paren">)</span>
</div>
</div>
<div class="meta">
<p>Inherited from
<a href="../classes/webduino.EventEmitter.html#method_setMaxListeners">webduino.EventEmitter</a>:
<a href="../files/src_core_EventEmitter.js.html#l45"><code>src/core/EventEmitter.js:45</code></a>
</p>
</div>
<div class="description"><p>Set maximum number of listeners that is allow to bind on an emitter.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">n</code>
<span class="type">Number</span>
<div class="param-description"><p>Number of listeners.</p>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
<div id="attrs" class="page-section">
<h2 class="off-left">Attributes</h2>
<div id="attr-state" class="attr item">
<a name="config_state"></a>
<h3 class="name"><code>state</code></h3>
<span class="type">String <code>on</code> or <code>off</code></span>
<div class="meta">
<p>
Defined in
<a href="../files/src_module_Soil.js.html#l60"><code>src/module/Soil.js:60</code></a>
</p>
</div>
<div class="description">
<p>The state indicating whether the module is scanning.</p>
</div>
</div>
<div id="attr-type" class="attr item inherited">
<a name="config_type"></a>
<h3 class="name"><code>type</code></h3>
<span class="type">String</span>
<span class="flag readonly">readonly</span>
<div class="meta">
<p>Inherited from
<a href="../classes/webduino.Module.html#attr_type">webduino.Module</a>:
<a href="../files/src_core_Module.js.html#l30"><code>src/core/Module.js:30</code></a>
</p>
</div>
<div class="description">
<p>Type of the module.</p>
</div>
</div>
</div>
<div id="events" class="page-section">
<h2 class="off-left">Events</h2>
<div class="item-list">
<div id="event_PhotocellEvent.MESSAGE" class="events item">
<h3 class="name"><code>PhotocellEvent.MESSAGE</code></h3>
<span class="type"></span>
<div class="meta">
<p>
Defined in
<a href="../files/src_module_Soil.js.html#l15"><code>src/module/Soil.js:15</code></a>
</p>
</div>
<div class="description">
<p>Fires when the value of humidity has changed.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="../assets/vendor/jquery/jquery-1.8.2.min.js"></script>
<script src="../assets/vendor/bootstrap/js/bootstrap.js"></script>
<script src="../assets/vendor/prettify/prettify-min.js"></script>
<script src="../assets/js/yuidoc-bootstrap.js"></script>
<script>prettyPrint();</script>
</body>
</html>
| webduinoio/webduino-js | docs/classes/webduino.module.Soil.html | HTML | mit | 21,638 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Source: constructs/svg/clp.js</title>
<script src="scripts/prettify/prettify.js"></script>
<script src="scripts/prettify/lang-css.js"></script>
<script src="scripts/jquery.min.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
<link type="text/css" rel="stylesheet" href="styles/bootstrap.min.css">
<link type="text/css" rel="stylesheet" href="styles/mkr.css">
<script>
var config = {"monospaceLinks":false,"cleverLinks":false,"default":{"outputSourceFiles":true}};
</script>
</head>
<body>
<div id="wrap" class="clearfix">
<div class="navigation">
<h3 class="applicationName"><a href="index.html"></a></h3>
<div class="search">
<input id="search" type="text" class="form-control input-sm" placeholder="Search Documentations">
</div>
<ul class="list">
<li class="item" data-name="arc">
<span class="title">
<a href="arc.html">arc</a>
</span>
<ul class="members itemMembers">
<span class="subtitle">Members</span>
<li data-name="arc#calculatedPath"><a href="arc.html#calculatedPath">calculatedPath</a></li>
<li data-name="arc#cx"><a href="arc.html#cx">cx</a></li>
<li data-name="arc#cy"><a href="arc.html#cy">cy</a></li>
<li data-name="arc#dasharray"><a href="arc.html#dasharray">dasharray</a></li>
<li data-name="arc#dashoffset"><a href="arc.html#dashoffset">dashoffset</a></li>
<li data-name="arc#el"><a href="arc.html#el">el</a></li>
<li data-name="arc#end"><a href="arc.html#end">end</a></li>
<li data-name="arc#fill"><a href="arc.html#fill">fill</a></li>
<li data-name="arc#id"><a href="arc.html#id">id</a></li>
<li data-name="arc#largeArcFlag"><a href="arc.html#largeArcFlag">largeArcFlag</a></li>
<li data-name="arc#length"><a href="arc.html#length">length</a></li>
<li data-name="arc#parent"><a href="arc.html#parent">parent</a></li>
<li data-name="arc#r"><a href="arc.html#r">r</a></li>
<li data-name="arc#rotation"><a href="arc.html#rotation">rotation</a></li>
<li data-name="arc#rx"><a href="arc.html#rx">rx</a></li>
<li data-name="arc#ry"><a href="arc.html#ry">ry</a></li>
<li data-name="arc#slice"><a href="arc.html#slice">slice</a></li>
<li data-name="arc#start"><a href="arc.html#start">start</a></li>
<li data-name="arc#stroke"><a href="arc.html#stroke">stroke</a></li>
<li data-name="arc#strokeWidth"><a href="arc.html#strokeWidth">strokeWidth</a></li>
<li data-name="arc#sweepFlag"><a href="arc.html#sweepFlag">sweepFlag</a></li>
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="arc.calculatePath"><a href="arc.html#.calculatePath">calculatePath</a></li>
<li data-name="arc.flatten"><a href="arc.html#.flatten">flatten</a></li>
<li data-name="arc.getElInstance"><a href="arc.html#.getElInstance">getElInstance</a></li>
<li data-name="arc.getInstance"><a href="arc.html#.getInstance">getInstance</a></li>
<li data-name="arc#calculatePath"><a href="arc.html#calculatePath">calculatePath</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="clp">
<span class="title">
<a href="clp.html">clp</a>
</span>
<ul class="members itemMembers">
<span class="subtitle">Members</span>
<li data-name="clp#clips"><a href="clp.html#clips">clips</a></li>
<li data-name="clp#defs"><a href="clp.html#defs">defs</a></li>
<li data-name="clp#el"><a href="clp.html#el">el</a></li>
<li data-name="clp#id"><a href="clp.html#id">id</a></li>
<li data-name="clp#parent"><a href="clp.html#parent">parent</a></li>
<li data-name="clp#url"><a href="clp.html#url">url</a></li>
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="clp.getElInstance"><a href="clp.html#.getElInstance">getElInstance</a></li>
<li data-name="clp.getInstance"><a href="clp.html#.getInstance">getInstance</a></li>
<li data-name="clp#add"><a href="clp.html#add">add</a></li>
<li data-name="clp#assign"><a href="clp.html#assign">assign</a></li>
<li data-name="clp#construct"><a href="clp.html#construct">construct</a></li>
<li data-name="clp#constructTarget"><a href="clp.html#constructTarget">constructTarget</a></li>
<li data-name="clp#create"><a href="clp.html#create">create</a></li>
<li data-name="clp#createTarget"><a href="clp.html#createTarget">createTarget</a></li>
<li data-name="clp#get"><a href="clp.html#get">get</a></li>
<li data-name="clp#remove"><a href="clp.html#remove">remove</a></li>
<li data-name="clp#set"><a href="clp.html#set">set</a></li>
<li data-name="clp#unassign"><a href="clp.html#unassign">unassign</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="crcl">
<span class="title">
<a href="crcl.html">crcl</a>
</span>
<ul class="members itemMembers">
<span class="subtitle">Members</span>
<li data-name="crcl#cx"><a href="crcl.html#cx">cx</a></li>
<li data-name="crcl#cy"><a href="crcl.html#cy">cy</a></li>
<li data-name="crcl#dasharray"><a href="crcl.html#dasharray">dasharray</a></li>
<li data-name="crcl#dashoffset"><a href="crcl.html#dashoffset">dashoffset</a></li>
<li data-name="crcl#el"><a href="crcl.html#el">el</a></li>
<li data-name="crcl#fill"><a href="crcl.html#fill">fill</a></li>
<li data-name="crcl#id"><a href="crcl.html#id">id</a></li>
<li data-name="crcl#parent"><a href="crcl.html#parent">parent</a></li>
<li data-name="crcl#r"><a href="crcl.html#r">r</a></li>
<li data-name="crcl#slice"><a href="crcl.html#slice">slice</a></li>
<li data-name="crcl#stroke"><a href="crcl.html#stroke">stroke</a></li>
<li data-name="crcl#strokeWidth"><a href="crcl.html#strokeWidth">strokeWidth</a></li>
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="crcl.getElInstance"><a href="crcl.html#.getElInstance">getElInstance</a></li>
<li data-name="crcl.getInstance"><a href="crcl.html#.getInstance">getInstance</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="drw">
<span class="title">
<a href="drw.html">drw</a>
</span>
<ul class="members itemMembers">
<span class="subtitle">Members</span>
<li data-name="drw#d"><a href="drw.html#d">d</a></li>
<li data-name="drw#dasharray"><a href="drw.html#dasharray">dasharray</a></li>
<li data-name="drw#dashoffset"><a href="drw.html#dashoffset">dashoffset</a></li>
<li data-name="drw#el"><a href="drw.html#el">el</a></li>
<li data-name="drw#fill"><a href="drw.html#fill">fill</a></li>
<li data-name="drw#id"><a href="drw.html#id">id</a></li>
<li data-name="drw#parent"><a href="drw.html#parent">parent</a></li>
<li data-name="drw#relative"><a href="drw.html#relative">relative</a></li>
<li data-name="drw#slice"><a href="drw.html#slice">slice</a></li>
<li data-name="drw#stroke"><a href="drw.html#stroke">stroke</a></li>
<li data-name="drw#strokeWidth"><a href="drw.html#strokeWidth">strokeWidth</a></li>
<li data-name="drw#x"><a href="drw.html#x">x</a></li>
<li data-name="drw#y"><a href="drw.html#y">y</a></li>
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="drw.calculateArc"><a href="drw.html#.calculateArc">calculateArc</a></li>
<li data-name="drw.find"><a href="drw.html#.find">find</a></li>
<li data-name="drw.getElInstance"><a href="drw.html#.getElInstance">getElInstance</a></li>
<li data-name="drw.getInstance"><a href="drw.html#.getInstance">getInstance</a></li>
<li data-name="drw.split"><a href="drw.html#.split">split</a></li>
<li data-name="drw#add"><a href="drw.html#add">add</a></li>
<li data-name="drw#addRaw"><a href="drw.html#addRaw">addRaw</a></li>
<li data-name="drw#arc"><a href="drw.html#arc">arc</a></li>
<li data-name="drw#arc2"><a href="drw.html#arc2">arc2</a></li>
<li data-name="drw#circle"><a href="drw.html#circle">circle</a></li>
<li data-name="drw#clear"><a href="drw.html#clear">clear</a></li>
<li data-name="drw#close"><a href="drw.html#close">close</a></li>
<li data-name="drw#curve"><a href="drw.html#curve">curve</a></li>
<li data-name="drw#curve2"><a href="drw.html#curve2">curve2</a></li>
<li data-name="drw#ellipse"><a href="drw.html#ellipse">ellipse</a></li>
<li data-name="drw#find"><a href="drw.html#find">find</a></li>
<li data-name="drw#insert"><a href="drw.html#insert">insert</a></li>
<li data-name="drw#insertRaw"><a href="drw.html#insertRaw">insertRaw</a></li>
<li data-name="drw#line"><a href="drw.html#line">line</a></li>
<li data-name="drw#lineH"><a href="drw.html#lineH">lineH</a></li>
<li data-name="drw#lineV"><a href="drw.html#lineV">lineV</a></li>
<li data-name="drw#move"><a href="drw.html#move">move</a></li>
<li data-name="drw#polygon"><a href="drw.html#polygon">polygon</a></li>
<li data-name="drw#qdrtc"><a href="drw.html#qdrtc">qdrtc</a></li>
<li data-name="drw#qdrtc2"><a href="drw.html#qdrtc2">qdrtc2</a></li>
<li data-name="drw#rect"><a href="drw.html#rect">rect</a></li>
<li data-name="drw#setOrigin"><a href="drw.html#setOrigin">setOrigin</a></li>
<li data-name="drw#setRelative"><a href="drw.html#setRelative">setRelative</a></li>
<li data-name="drw#setSlice"><a href="drw.html#setSlice">setSlice</a></li>
<li data-name="drw#split"><a href="drw.html#split">split</a></li>
<li data-name="drw#square"><a href="drw.html#square">square</a></li>
<li data-name="drw#star"><a href="drw.html#star">star</a></li>
<li data-name="drw#triangle"><a href="drw.html#triangle">triangle</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="ellps">
<span class="title">
<a href="ellps.html">ellps</a>
</span>
<ul class="members itemMembers">
<span class="subtitle">Members</span>
<li data-name="ellps#cx"><a href="ellps.html#cx">cx</a></li>
<li data-name="ellps#cy"><a href="ellps.html#cy">cy</a></li>
<li data-name="ellps#dasharray"><a href="ellps.html#dasharray">dasharray</a></li>
<li data-name="ellps#dashoffset"><a href="ellps.html#dashoffset">dashoffset</a></li>
<li data-name="ellps#el"><a href="ellps.html#el">el</a></li>
<li data-name="ellps#fill"><a href="ellps.html#fill">fill</a></li>
<li data-name="ellps#id"><a href="ellps.html#id">id</a></li>
<li data-name="ellps#parent"><a href="ellps.html#parent">parent</a></li>
<li data-name="ellps#rx"><a href="ellps.html#rx">rx</a></li>
<li data-name="ellps#ry"><a href="ellps.html#ry">ry</a></li>
<li data-name="ellps#slice"><a href="ellps.html#slice">slice</a></li>
<li data-name="ellps#stroke"><a href="ellps.html#stroke">stroke</a></li>
<li data-name="ellps#strokeWidth"><a href="ellps.html#strokeWidth">strokeWidth</a></li>
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="ellps.getElInstance"><a href="ellps.html#.getElInstance">getElInstance</a></li>
<li data-name="ellps.getInstance"><a href="ellps.html#.getInstance">getInstance</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="grdnt">
<span class="title">
<a href="grdnt.html">grdnt</a>
</span>
<ul class="members itemMembers">
<span class="subtitle">Members</span>
<li data-name="grdnt#defs"><a href="grdnt.html#defs">defs</a></li>
<li data-name="grdnt#el"><a href="grdnt.html#el">el</a></li>
<li data-name="grdnt#id"><a href="grdnt.html#id">id</a></li>
<li data-name="grdnt#parent"><a href="grdnt.html#parent">parent</a></li>
<li data-name="grdnt#svg"><a href="grdnt.html#svg">svg</a></li>
<li data-name="grdnt#url"><a href="grdnt.html#url">url</a></li>
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="grdnt.getElInstance"><a href="grdnt.html#.getElInstance">getElInstance</a></li>
<li data-name="grdnt.getInstance"><a href="grdnt.html#.getInstance">getInstance</a></li>
<li data-name="grdnt#addStop"><a href="grdnt.html#addStop">addStop</a></li>
<li data-name="grdnt#getStop"><a href="grdnt.html#getStop">getStop</a></li>
<li data-name="grdnt#removeStop"><a href="grdnt.html#removeStop">removeStop</a></li>
<li data-name="grdnt#setStop"><a href="grdnt.html#setStop">setStop</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="ln">
<span class="title">
<a href="ln.html">ln</a>
</span>
<ul class="members itemMembers">
<span class="subtitle">Members</span>
<li data-name="ln#dasharray"><a href="ln.html#dasharray">dasharray</a></li>
<li data-name="ln#dashoffset"><a href="ln.html#dashoffset">dashoffset</a></li>
<li data-name="ln#el"><a href="ln.html#el">el</a></li>
<li data-name="ln#fill"><a href="ln.html#fill">fill</a></li>
<li data-name="ln#id"><a href="ln.html#id">id</a></li>
<li data-name="ln#parent"><a href="ln.html#parent">parent</a></li>
<li data-name="ln#slice"><a href="ln.html#slice">slice</a></li>
<li data-name="ln#stroke"><a href="ln.html#stroke">stroke</a></li>
<li data-name="ln#strokeWidth"><a href="ln.html#strokeWidth">strokeWidth</a></li>
<li data-name="ln#x1"><a href="ln.html#x1">x1</a></li>
<li data-name="ln#x2"><a href="ln.html#x2">x2</a></li>
<li data-name="ln#y1"><a href="ln.html#y1">y1</a></li>
<li data-name="ln#y2"><a href="ln.html#y2">y2</a></li>
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="ln.getElInstance"><a href="ln.html#.getElInstance">getElInstance</a></li>
<li data-name="ln.getInstance"><a href="ln.html#.getInstance">getInstance</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="mkr">
<span class="title">
<a href="mkr.html">mkr</a>
</span>
<ul class="members itemMembers">
<span class="subtitle">Members</span>
<li data-name="mkr.defaults"><a href="mkr.html#.defaults">defaults</a></li>
<li data-name="mkr.DEG"><a href="mkr.html#.DEG">DEG</a></li>
<li data-name="mkr.RAD"><a href="mkr.html#.RAD">RAD</a></li>
<li data-name="mkr.rules"><a href="mkr.html#.rules">rules</a></li>
<li data-name="mkr.styles"><a href="mkr.html#.styles">styles</a></li>
<li data-name="mkr#container"><a href="mkr.html#container">container</a></li>
<li data-name="mkr#height"><a href="mkr.html#height">height</a></li>
<li data-name="mkr#id"><a href="mkr.html#id">id</a></li>
<li data-name="mkr#tmln"><a href="mkr.html#tmln">tmln</a></li>
<li data-name="mkr#width"><a href="mkr.html#width">width</a></li>
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="mkr.add"><a href="mkr.html#.add">add</a></li>
<li data-name="mkr.addRule"><a href="mkr.html#.addRule">addRule</a></li>
<li data-name="mkr.angle"><a href="mkr.html#.angle">angle</a></li>
<li data-name="mkr.clearListeners"><a href="mkr.html#.clearListeners">clearListeners</a></li>
<li data-name="mkr.clone"><a href="mkr.html#.clone">clone</a></li>
<li data-name="mkr.construct"><a href="mkr.html#.construct">construct</a></li>
<li data-name="mkr.copy"><a href="mkr.html#.copy">copy</a></li>
<li data-name="mkr.create"><a href="mkr.html#.create">create</a></li>
<li data-name="mkr.default"><a href="mkr.html#.default">default</a></li>
<li data-name="mkr.deleteRule"><a href="mkr.html#.deleteRule">deleteRule</a></li>
<li data-name="mkr.distance"><a href="mkr.html#.distance">distance</a></li>
<li data-name="mkr.each"><a href="mkr.html#.each">each</a></li>
<li data-name="mkr.extend"><a href="mkr.html#.extend">extend</a></li>
<li data-name="mkr.findRule"><a href="mkr.html#.findRule">findRule</a></li>
<li data-name="mkr.fix"><a href="mkr.html#.fix">fix</a></li>
<li data-name="mkr.getDefault"><a href="mkr.html#.getDefault">getDefault</a></li>
<li data-name="mkr.getRule"><a href="mkr.html#.getRule">getRule</a></li>
<li data-name="mkr.hasClass"><a href="mkr.html#.hasClass">hasClass</a></li>
<li data-name="mkr.makeDC"><a href="mkr.html#.makeDC">makeDC</a></li>
<li data-name="mkr.merge"><a href="mkr.html#.merge">merge</a></li>
<li data-name="mkr.off"><a href="mkr.html#.off">off</a></li>
<li data-name="mkr.on"><a href="mkr.html#.on">on</a></li>
<li data-name="mkr.once"><a href="mkr.html#.once">once</a></li>
<li data-name="mkr.query"><a href="mkr.html#.query">query</a></li>
<li data-name="mkr.queryAll"><a href="mkr.html#.queryAll">queryAll</a></li>
<li data-name="mkr.randomRange"><a href="mkr.html#.randomRange">randomRange</a></li>
<li data-name="mkr.remove"><a href="mkr.html#.remove">remove</a></li>
<li data-name="mkr.removeRule"><a href="mkr.html#.removeRule">removeRule</a></li>
<li data-name="mkr.reveal"><a href="mkr.html#.reveal">reveal</a></li>
<li data-name="mkr.rotation"><a href="mkr.html#.rotation">rotation</a></li>
<li data-name="mkr.scroll"><a href="mkr.html#.scroll">scroll</a></li>
<li data-name="mkr.setDefault"><a href="mkr.html#.setDefault">setDefault</a></li>
<li data-name="mkr.setPolyPath"><a href="mkr.html#.setPolyPath">setPolyPath</a></li>
<li data-name="mkr.setRule"><a href="mkr.html#.setRule">setRule</a></li>
<li data-name="mkr.unit"><a href="mkr.html#.unit">unit</a></li>
<li data-name="mkr.unitize"><a href="mkr.html#.unitize">unitize</a></li>
<li data-name="mkr.unitless"><a href="mkr.html#.unitless">unitless</a></li>
<li data-name="mkr#batch"><a href="mkr.html#batch">batch</a></li>
<li data-name="mkr#clone"><a href="mkr.html#clone">clone</a></li>
<li data-name="mkr#construct"><a href="mkr.html#construct">construct</a></li>
<li data-name="mkr#create"><a href="mkr.html#create">create</a></li>
<li data-name="mkr#kill"><a href="mkr.html#kill">kill</a></li>
<li data-name="mkr#load"><a href="mkr.html#load">load</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="msk">
<span class="title">
<a href="msk.html">msk</a>
</span>
<ul class="members itemMembers">
<span class="subtitle">Members</span>
<li data-name="msk#defs"><a href="msk.html#defs">defs</a></li>
<li data-name="msk#el"><a href="msk.html#el">el</a></li>
<li data-name="msk#id"><a href="msk.html#id">id</a></li>
<li data-name="msk#masks"><a href="msk.html#masks">masks</a></li>
<li data-name="msk#parent"><a href="msk.html#parent">parent</a></li>
<li data-name="msk#url"><a href="msk.html#url">url</a></li>
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="msk.getElInstance"><a href="msk.html#.getElInstance">getElInstance</a></li>
<li data-name="msk.getInstance"><a href="msk.html#.getInstance">getInstance</a></li>
<li data-name="msk#add"><a href="msk.html#add">add</a></li>
<li data-name="msk#assign"><a href="msk.html#assign">assign</a></li>
<li data-name="msk#construct"><a href="msk.html#construct">construct</a></li>
<li data-name="msk#constructTarget"><a href="msk.html#constructTarget">constructTarget</a></li>
<li data-name="msk#create"><a href="msk.html#create">create</a></li>
<li data-name="msk#createTarget"><a href="msk.html#createTarget">createTarget</a></li>
<li data-name="msk#get"><a href="msk.html#get">get</a></li>
<li data-name="msk#remove"><a href="msk.html#remove">remove</a></li>
<li data-name="msk#set"><a href="msk.html#set">set</a></li>
<li data-name="msk#unassign"><a href="msk.html#unassign">unassign</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="plygn">
<span class="title">
<a href="plygn.html">plygn</a>
</span>
<ul class="members itemMembers">
<span class="subtitle">Members</span>
<li data-name="plygn#coords"><a href="plygn.html#coords">coords</a></li>
<li data-name="plygn#dasharray"><a href="plygn.html#dasharray">dasharray</a></li>
<li data-name="plygn#dashoffset"><a href="plygn.html#dashoffset">dashoffset</a></li>
<li data-name="plygn#el"><a href="plygn.html#el">el</a></li>
<li data-name="plygn#fill"><a href="plygn.html#fill">fill</a></li>
<li data-name="plygn#id"><a href="plygn.html#id">id</a></li>
<li data-name="plygn#parent"><a href="plygn.html#parent">parent</a></li>
<li data-name="plygn#points"><a href="plygn.html#points">points</a></li>
<li data-name="plygn#points"><a href="plygn.html#points">points</a></li>
<li data-name="plygn#slice"><a href="plygn.html#slice">slice</a></li>
<li data-name="plygn#stroke"><a href="plygn.html#stroke">stroke</a></li>
<li data-name="plygn#strokeWidth"><a href="plygn.html#strokeWidth">strokeWidth</a></li>
<li data-name="plygn#x"><a href="plygn.html#x">x</a></li>
<li data-name="plygn#y"><a href="plygn.html#y">y</a></li>
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="plygn.getElInstance"><a href="plygn.html#.getElInstance">getElInstance</a></li>
<li data-name="plygn.getInstance"><a href="plygn.html#.getInstance">getInstance</a></li>
<li data-name="plygn#addPoint"><a href="plygn.html#addPoint">addPoint</a></li>
<li data-name="plygn#getPoint"><a href="plygn.html#getPoint">getPoint</a></li>
<li data-name="plygn#removePoint"><a href="plygn.html#removePoint">removePoint</a></li>
<li data-name="plygn#setPoint"><a href="plygn.html#setPoint">setPoint</a></li>
<li data-name="plygn#update"><a href="plygn.html#update">update</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="plyln">
<span class="title">
<a href="plyln.html">plyln</a>
</span>
<ul class="members itemMembers">
<span class="subtitle">Members</span>
<li data-name="plyln#dasharray"><a href="plyln.html#dasharray">dasharray</a></li>
<li data-name="plyln#dashoffset"><a href="plyln.html#dashoffset">dashoffset</a></li>
<li data-name="plyln#el"><a href="plyln.html#el">el</a></li>
<li data-name="plyln#fill"><a href="plyln.html#fill">fill</a></li>
<li data-name="plyln#id"><a href="plyln.html#id">id</a></li>
<li data-name="plyln#parent"><a href="plyln.html#parent">parent</a></li>
<li data-name="plyln#points"><a href="plyln.html#points">points</a></li>
<li data-name="plyln#slice"><a href="plyln.html#slice">slice</a></li>
<li data-name="plyln#stroke"><a href="plyln.html#stroke">stroke</a></li>
<li data-name="plyln#strokeWidth"><a href="plyln.html#strokeWidth">strokeWidth</a></li>
<li data-name="plyln#x"><a href="plyln.html#x">x</a></li>
<li data-name="plyln#y"><a href="plyln.html#y">y</a></li>
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="plyln.getElInstance"><a href="plyln.html#.getElInstance">getElInstance</a></li>
<li data-name="plyln.getInstance"><a href="plyln.html#.getInstance">getInstance</a></li>
<li data-name="plyln#addPoint"><a href="plyln.html#addPoint">addPoint</a></li>
<li data-name="plyln#getPoint"><a href="plyln.html#getPoint">getPoint</a></li>
<li data-name="plyln#removePoint"><a href="plyln.html#removePoint">removePoint</a></li>
<li data-name="plyln#setPoint"><a href="plyln.html#setPoint">setPoint</a></li>
<li data-name="plyln#update"><a href="plyln.html#update">update</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="rect">
<span class="title">
<a href="rect.html">rect</a>
</span>
<ul class="members itemMembers">
<span class="subtitle">Members</span>
<li data-name="rect#dasharray"><a href="rect.html#dasharray">dasharray</a></li>
<li data-name="rect#dashoffset"><a href="rect.html#dashoffset">dashoffset</a></li>
<li data-name="rect#el"><a href="rect.html#el">el</a></li>
<li data-name="rect#fill"><a href="rect.html#fill">fill</a></li>
<li data-name="rect#height"><a href="rect.html#height">height</a></li>
<li data-name="rect#id"><a href="rect.html#id">id</a></li>
<li data-name="rect#parent"><a href="rect.html#parent">parent</a></li>
<li data-name="rect#rx"><a href="rect.html#rx">rx</a></li>
<li data-name="rect#ry"><a href="rect.html#ry">ry</a></li>
<li data-name="rect#slice"><a href="rect.html#slice">slice</a></li>
<li data-name="rect#stroke"><a href="rect.html#stroke">stroke</a></li>
<li data-name="rect#strokeWidth"><a href="rect.html#strokeWidth">strokeWidth</a></li>
<li data-name="rect#width"><a href="rect.html#width">width</a></li>
<li data-name="rect#x"><a href="rect.html#x">x</a></li>
<li data-name="rect#y"><a href="rect.html#y">y</a></li>
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="rect.getElInstance"><a href="rect.html#.getElInstance">getElInstance</a></li>
<li data-name="rect.getInstance"><a href="rect.html#.getInstance">getInstance</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="rgplygn">
<span class="title">
<a href="rgplygn.html">rgplygn</a>
</span>
<ul class="members itemMembers">
<span class="subtitle">Members</span>
<li data-name="rgplygn#dasharray"><a href="rgplygn.html#dasharray">dasharray</a></li>
<li data-name="rgplygn#dashoffset"><a href="rgplygn.html#dashoffset">dashoffset</a></li>
<li data-name="rgplygn#el"><a href="rgplygn.html#el">el</a></li>
<li data-name="rgplygn#fill"><a href="rgplygn.html#fill">fill</a></li>
<li data-name="rgplygn#id"><a href="rgplygn.html#id">id</a></li>
<li data-name="rgplygn#parent"><a href="rgplygn.html#parent">parent</a></li>
<li data-name="rgplygn#r"><a href="rgplygn.html#r">r</a></li>
<li data-name="rgplygn#sides"><a href="rgplygn.html#sides">sides</a></li>
<li data-name="rgplygn#slice"><a href="rgplygn.html#slice">slice</a></li>
<li data-name="rgplygn#stroke"><a href="rgplygn.html#stroke">stroke</a></li>
<li data-name="rgplygn#strokeWidth"><a href="rgplygn.html#strokeWidth">strokeWidth</a></li>
<li data-name="rgplygn#x"><a href="rgplygn.html#x">x</a></li>
<li data-name="rgplygn#y"><a href="rgplygn.html#y">y</a></li>
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="rgplygn.getElInstance"><a href="rgplygn.html#.getElInstance">getElInstance</a></li>
<li data-name="rgplygn.getInstance"><a href="rgplygn.html#.getInstance">getInstance</a></li>
<li data-name="rgplygn#getPoint"><a href="rgplygn.html#getPoint">getPoint</a></li>
<li data-name="rgplygn#update"><a href="rgplygn.html#update">update</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="scrllbr">
<span class="title">
<a href="scrllbr.html">scrllbr</a>
</span>
<ul class="members itemMembers">
<span class="subtitle">Members</span>
<li data-name="scrllbr#el"><a href="scrllbr.html#el">el</a></li>
<li data-name="scrllbr#range"><a href="scrllbr.html#range">range</a></li>
<li data-name="scrllbr#scroll"><a href="scrllbr.html#scroll">scroll</a></li>
<li data-name="scrllbr#target"><a href="scrllbr.html#target">target</a></li>
<li data-name="scrllbr#type"><a href="scrllbr.html#type">type</a></li>
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="scrllbr.getElInstance"><a href="scrllbr.html#.getElInstance">getElInstance</a></li>
<li data-name="scrllbr.getInstance"><a href="scrllbr.html#.getInstance">getInstance</a></li>
<li data-name="scrllbr#addListeners"><a href="scrllbr.html#addListeners">addListeners</a></li>
<li data-name="scrllbr#onMutate"><a href="scrllbr.html#onMutate">onMutate</a></li>
<li data-name="scrllbr#onScroll"><a href="scrllbr.html#onScroll">onScroll</a></li>
<li data-name="scrllbr#removeListeners"><a href="scrllbr.html#removeListeners">removeListeners</a></li>
<li data-name="scrllbr#startScroll"><a href="scrllbr.html#startScroll">startScroll</a></li>
<li data-name="scrllbr#stopScroll"><a href="scrllbr.html#stopScroll">stopScroll</a></li>
<li data-name="scrllbr#trackScroll"><a href="scrllbr.html#trackScroll">trackScroll</a></li>
<li data-name="scrllbr#updateScroll"><a href="scrllbr.html#updateScroll">updateScroll</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="scrllmsk">
<span class="title">
<a href="scrllmsk.html">scrllmsk</a>
</span>
<ul class="members itemMembers">
<span class="subtitle">Members</span>
<li data-name="scrllmsk#container"><a href="scrllmsk.html#container">container</a></li>
<li data-name="scrllmsk#content"><a href="scrllmsk.html#content">content</a></li>
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="scrllmsk.getElInstance"><a href="scrllmsk.html#.getElInstance">getElInstance</a></li>
<li data-name="scrllmsk.getInstance"><a href="scrllmsk.html#.getInstance">getInstance</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="scrllr">
<span class="title">
<a href="scrllr.html">scrllr</a>
</span>
<ul class="members itemMembers">
<span class="subtitle">Members</span>
<li data-name="scrllr#br"><a href="scrllr.html#br">br</a></li>
<li data-name="scrllr#container"><a href="scrllr.html#container">container</a></li>
<li data-name="scrllr#msk"><a href="scrllr.html#msk">msk</a></li>
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="scrllr.getElInstance"><a href="scrllr.html#.getElInstance">getElInstance</a></li>
<li data-name="scrllr.getInstance"><a href="scrllr.html#.getInstance">getInstance</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="star">
<span class="title">
<a href="star.html">star</a>
</span>
<ul class="members itemMembers">
<span class="subtitle">Members</span>
<li data-name="star#dasharray"><a href="star.html#dasharray">dasharray</a></li>
<li data-name="star#dashoffset"><a href="star.html#dashoffset">dashoffset</a></li>
<li data-name="star#el"><a href="star.html#el">el</a></li>
<li data-name="star#fill"><a href="star.html#fill">fill</a></li>
<li data-name="star#id"><a href="star.html#id">id</a></li>
<li data-name="star#parent"><a href="star.html#parent">parent</a></li>
<li data-name="star#points"><a href="star.html#points">points</a></li>
<li data-name="star#r1"><a href="star.html#r1">r1</a></li>
<li data-name="star#r2"><a href="star.html#r2">r2</a></li>
<li data-name="star#slice"><a href="star.html#slice">slice</a></li>
<li data-name="star#stroke"><a href="star.html#stroke">stroke</a></li>
<li data-name="star#strokeWidth"><a href="star.html#strokeWidth">strokeWidth</a></li>
<li data-name="star#x"><a href="star.html#x">x</a></li>
<li data-name="star#y"><a href="star.html#y">y</a></li>
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="star.getElInstance"><a href="star.html#.getElInstance">getElInstance</a></li>
<li data-name="star.getInstance"><a href="star.html#.getInstance">getInstance</a></li>
<li data-name="star#getPoint"><a href="star.html#getPoint">getPoint</a></li>
<li data-name="star#update"><a href="star.html#update">update</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
</ul>
</div>
<div class="main">
<h1 class="page-title" data-filename="constructs_svg_clp.js.html">Source: constructs/svg/clp.js</h1>
<section>
<article>
<pre id="source-code" class="prettyprint source "><code>/*!
* VERSION: 1.0.2
* DATE: 2018-03-03
* UPDATES AND DOCS AT: https://chris-moody.github.io/mkr
*
* @license copyright 2017-2018 Christopher C. Moody
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in the
* Software without restriction, including without limitation the rights to use, copy,
* modify, merge, publish, distribute, sublicense, and/or sell copies of the Software,
* and to permit persons to whom the Software is furnished to do so, subject to the
* following conditions:
*
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
* INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
* PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
* HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
* OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* @author: Christopher C. Moody, chris@moodydigital.com
*/
(function(global, className) {
var _instances = {}, _count=-1;
/**
* @class clp
* @classdesc Harness the power of SVG clippaths with clp
* @description Initializes a new clp instance.
* @param {Object} options - Options used to customize the clp
* @param {*=} options.parent - Preferably an SVGElement. When an HTMLElement is provided, a new SVGElement is appended to it, which becomes the parent for the clp.
* @param {String=} options.id - The id of the instance. Auto-generated when not provided
* @param {Array=} options.clips - 1x2 Array of object descriptors used to create clipping areas in the clippath.
* @param {Array=} options.targets - 1x2 Array of object descriptors used to create targets for the clippath.
* @param {Object=} options.attr - Attributes to apply to the clp's clippath element.
* @param {Object=} options.css - CSS Properties to apply to the clp's clippath element.
* @requires {@link mkr}
* @returns {clp} A new clp instance.
**/
var clp = function(options) {
options = options || {};
_count++;
var id = this._id = options.id || className+'-'+_count;
this._parent = mkr.setDefault(options, 'parent', mkr.default(mkr.query('svg'), mkr.create('svg', {css:{overflow:'visible'}})));
var p = typeof this._parent == 'string' ? mkr.query(this._parent) : this._parent;
if(!(p instanceof SVGElement)) {
this._parent = mkr.query('svg', p) || mkr.create('svg', {css:{overflow:'visible'}}, this._parent);
}
mkr.setDefault(options, 'attr', {});
mkr.setDefault(options.attr, 'id', id);
mkr.setDefault(options, 'css', {});
var clips = mkr.default(options.clips, []); //objects
var targets = mkr.default(options.targets, []); //
var d = this._defs = mkr.query('defs', this._parent) || mkr.create('defs', {}, this._parent)
var clip = this._clip = mkr.create('clipPath', {attr:options.attr, css:options.css}, d)
for(var i=0; i<clips.length; i++) {
var c = clips[i];
if(c.length < 1) c.push('rect'); //default type rect
if(c.length < 2) c.push({}); //default empty options
this.create(c[0], c[1]);
}
for(var i=0; i<targets.length; i++) {
var target = targets[i];
if(target.length < 1) target.push('div'); //default type div
if(target.length < 2) target.push({}); //default type empty options
this.createTarget(target[0], target[1]);
}
_instances[id] = this;
};
clp.prototype = {
/**
* @name clp#el
* @public
* @readonly
* @type SVGElement
* @description The clippath element associated with this instance
**/
get el() {return this._clip;},
/**
* @name clp#id
* @public
* @readonly
* @type String
* @description The id of this instance's clippath element
**/
get id() {return this.el.id;},
/**
* @name clp#parent
* @public
* @readonly
* @type SVGElement
* @description The parent of the defs element
**/
get parent() {return this.defs.parentNode;},
/**
* @name clp#defs
* @public
* @readonly
* @type SVGElement
* @description The SVGDefsElement where the clippath is stored
**/
get defs() {return this._defs;},
/**
* @name clp#url
* @public
* @readonly
* @type String
* @description The url function string used to assign the clippath to an element
**/
get url() {return 'url("#'+this.id+'")';},
/**
* @name clp#clips
* @public
* @readonly
* @type NodeList
* @description A nodelist of the clipath's child elements
**/
get clips() {return mkr.queryAll('*', this.el)},
/**
* @function construct
* @memberof clp.prototype
* @public
* @description Invokes mkr.construct to produce a new construct and add it to the clippath
* @param {String} type - The type of construct to produce.
* @param {Object=} options - A set of attributes and css properties used to produce the element
* @param {int=} index - The insertion index, defaults to the number of clippath children. When negative, becomes the sum of itself and the length of clips
* @returns {Element} The new element
**/
construct: function(type, options, index) {
options.parent = this.el;
return mkr.construct(type, options);
},
/**
* @function create
* @memberof clp.prototype
* @public
* @description Invokes mkr.create to produce a new element and add it to the clippath
* @param {String} type - The type of element to produce. Checkout {@link https://developer.mozilla.org/en-US/docs/Web/SVG/Element/clipPath#Usage_context MDN Clippath} for permitted content
* @param {Object=} options - A set of attributes and css properties used to produce the element
* @param {int=} index - The insertion index, defaults to the number of clippath children. When negative, becomes the sum of itself and the length of clips
* @returns {Element} The new element
**/
create: function(type, options, index) {
return mkr.create(type, options, this.el, index);
},
/**
* @function add
* @memberof clp.prototype
* @public
* @description Invokes mkr.add to add existing elements to the clippath
* @param {*} target - A single element, array of elements, or a css selector string.
* @param {int=} index - Insertion index of the target. Defaults to the number of clippath children.
* @returns {*} The added element, or array of elements
**/
add: function(target, index) {
return mkr.add(target, this.el, index);
},
/**
* @function remove
* @memberof clp.prototype
* @public
* @description Removes the element at the specified index from the clippath
* @param {int} [index=-1] - The index of the target element. When negative, becomes the sum of itself and the length of clips
* @returns {SVGElement} The element that was removed
**/
remove: function(index) {
index = mkr.default(index, -1);
if(index < 0) index = this.clips.length + index;
return mkr.remove(this.clips[index]);
},
/**
* @function get
* @memberof clp.prototype
* @public
* @description Returns the element at the specified index in the clippath
* @param {int} [index=-1] - The index of the target element. When negative, becomes the sum of itself and the length of clips
* @returns {SVGElement} The element at the specified index
**/
get: function(index) {
index = mkr.default(index, -1);
if(index < 0) index = this.clips.length + index;
return this.clips[index];
},
/**
* @function set
* @memberof clp.prototype
* @public
* @description Updates the element at the specified index in the clippath
* @param {Object} options - A set of attributes and css properties to set on the element
* @param {int} [index=-1] - The index of the target element. When negative, becomes the sum of itself and the length of clips
* @returns {SVGElement} The updated element
**/
set: function(options, index) {
index = mkr.default(index, -1);
if(index < 0) index = this.clips.length + index;
var clip = this.get(index);
TweenMax.set(clip, options);
return clip;
},
/**
* @function constructTarget
* @memberof clp.prototype
* @public
* @description Invokes mkr.construct to produce a new construct, add it to the parent and set its css clippath set to this instances's url property.
* @param {String} type - The type of construct to produce.
* @param {Object=} options - A set of attributes and css properties to assign to the construct
* @param {int=} index - The insertion index, defaults to the number of children on the parent. When negative, becomes the sum of itself and the number of children
* @returns {*} The new construct
**/
constructTarget: function(type, options, index) {
options = options || {};
options.parent = this.parent;
mkr.setDefault(options, 'css', {});
options.css.clipPath = this.url;
return mkr.construct(type, options);
},
/**
* @function createTarget
* @memberof clp.prototype
* @public
* @description Invokes mkr.create to produce new element, add it to the root svg and set its css clippath set to this instances's url property.
* @param {*} type - Type of element to produce.
* @param {Object=} options - A set of attributes and css properties to assign to the element
* @param {int=} index - The insertion index, defaults to the number of children on the parent. When negative, becomes the sum of itself and the number of children
* @returns {Element} The target element
**/
createTarget: function(type, options, index) {
options = options || {};
mkr.setDefault(options, 'css', {});
options.css.clipPath = this.url;
return mkr.create(type, options, this.parent, index);
},
/**
* @function assign
* @memberof clp.prototype
* @public
* @description Assigns this instance's clippath url to the targeted elements.
* @param {*} targets - An array or selector string
* @param {Object=} options - A set of attributes and css properties applied to the target elements
* @param {Boolean} [add=false] - Optionally add the targets to the parent.
* @param {int=} index - The insertion index, defaults to the number of children on the parent. When negative, becomes the sum of itself and the number of children
* @returns {Element} The target elements
**/
assign: function(targets, options, add, index) {
options = options || {};
mkr.setDefault(options, 'css', {});
options.css.clipPath = this.url;
var t = [];
add = mkr.default(add, false);
mkr.each(targets, function(el) {
if(add) mkr.add(el, this.parent, index)
TweenMax.set(el, options);
t.push(el)
}, this);
return t;
},
/**
* @function unassign
* @memberof clp.prototype
* @public
* @description Removes the clippath assignment from the target elements.
* @param {*} targets - An array or selector string
* @param {Boolean} [remove=false] - Optionally remove the targets from the parent.
* @returns {Element} The target elements
**/
unassign: function(targets, remove) {
remove = mkr.default(remove, false);
var t = []
mkr.each(targets, function(el) {
TweenMax.set(el, {clearProps:'clipPath'});
if(remove) mkr.remove(el);
t.push(el)
});
return t;
},
};
/**
* @function getInstance
* @memberof clp
* @static
* @description returns the clp instance associated with the id
* @param {String} id - The lookup id
* @returns {clp} The associate clp, if it exists
**/
clp.getInstance = function(id) {
return _instances[id];
};
/**
* @function getElInstance
* @memberof clp
* @static
* @description returns the clp instance associated with the provided element's id attribute
* @param {Element} el - The element with the lookup id
* @returns {clp} The associate clp, if it exists
**/
clp.getElInstance = function(el) {
return _instances[el.id];
};
/**
* @alias clp.VERSION
* @memberof clp
* @static
* @readonly
* @type String
* @description returns clp's version number
**/
Object.defineProperty(clp, 'VERSION', {
get: function() {
return '1.0.2';
}
});
if(typeof define === 'function' && define.amd){ //AMD
define(function () { return clp; });
} else if (typeof module !== 'undefined' && module.exports){ //node
module.exports = clp;
} else { //browser
global[className] = clp;
}
})(mkr._constructs, 'clp');</code></pre>
</article>
</section>
<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Wed Oct 30 2019 21:56:30 GMT-0400 (Eastern Daylight Time)
</footer>
</div>
</div>
<script>prettyPrint();</script>
<script src="scripts/mkr-jsdoc.js"></script>
</body>
</html>
| chris-moody/mkr | docs/docs/constructs_svg_clp.js.html | HTML | mit | 60,384 |
<div class="commune_descr limited">
<p>
Gabriac est
un village
localisé dans le département de l'Aveyron en Midi-Pyrénées. Elle totalisait 432 habitants en 2008.</p>
<p>Le parc de logements, à Gabriac, se décomposait en 2011 en onze appartements et 317 maisons soit
un marché plutôt équilibré.</p>
<p>À proximité de Gabriac sont positionnées géographiquement les villes de
<a href="{{VLROOT}}/immobilier/bozouls_12033/">Bozouls</a> à 5 km, 2 723 habitants,
<a href="{{VLROOT}}/immobilier/laissac_12120/">Laissac</a> localisée à 8 km, 1 522 habitants,
<a href="{{VLROOT}}/immobilier/coussergues_12081/">Coussergues</a> à 8 km, 220 habitants,
<a href="{{VLROOT}}/immobilier/saint-come-dolt_12216/">Saint-Côme-d'Olt</a> située à 7 km, 1 387 habitants,
<a href="{{VLROOT}}/immobilier/lassouts_12124/">Lassouts</a> à 6 km, 313 habitants,
<a href="{{VLROOT}}/immobilier/palmas_12177/">Palmas</a> localisée à 7 km, 278 habitants,
entre autres. De plus, Gabriac est située à seulement 20 km de <a href="{{VLROOT}}/immobilier/rodez_12202/">Rodez</a>.</p>
<p>Si vous pensez emmenager à Gabriac, vous pourrez aisément trouver une maison à vendre. </p>
<p>La ville compte quelques équipements sportifs, elle dispose, entre autres, de un terrain de sport.</p>
</div>
| donaldinou/frontend | src/Viteloge/CoreBundle/Resources/descriptions/12106.html | HTML | mit | 1,353 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.12"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Tempest: Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="icon.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Tempest
</div>
</td>
<td> <div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.12 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('struct_smp_cmp.html','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="headertitle">
<div class="title">SmpCmp Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="struct_smp_cmp.html">SmpCmp</a>, including all inherited members.</p>
<table class="directory">
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>operator()</b>(const Texture2d::Sampler &s1, const Texture2d::Sampler &s2) const (defined in <a class="el" href="struct_smp_cmp.html">SmpCmp</a>)</td><td class="entry"><a class="el" href="struct_smp_cmp.html">SmpCmp</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
</table></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Mon Nov 14 2016 00:02:02 for Tempest by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.12 </li>
</ul>
</div>
</body>
</html>
| enotio/Tempest | docs/html/struct_smp_cmp-members.html | HTML | mit | 4,683 |
<html lang='en' ng-app><head>
<title>Live Data Binding of AngularJS by SnamlScript</title>
<script src='https://ajax.googleapis.com/ajax/libs/angularjs/1.2.14/angular.min.js'></script>
</head>
<body>
<label>Name:</label>
<hr><input type='text' ng-model='yourname' placeholder='Enter your name'><hr>Hello - {{yourname}} - from Neatware.<hr>©2014 Neatware. Generated by SnamlScript.</body>
</html>
| Neatware/snamlscript | SnamlScript/samples/AngularHello/AngularHello2.html | HTML | mit | 413 |
<!DOCTYPE html><html><head><meta charset="utf-8" />
<meta http-equiv="refresh" content="0;url=/place/antigua-and-barbuda/legislation/" />
</head></html> | okfn/opendataindex-2015 | country/overview/Antigua%20and%20Barbuda/legislation/index.html | HTML | mit | 152 |
<div class="reselect-choices" ng-keydown="$options.keydown($event)">
<div class="reselect-search-container">
<input class="reselect-search-input"
tabindex="-1"
type="text"
focus-on="reselect.search.focus"
placeholder="Type to search..."
ng-show="$options.options.enableSearch"
ng-model="$reselect.search_term"
ng-change="$options.search()"/>
</div>
<div class="reselect-option-loader" ng-show="$options.is_loading"></div>
<div class="reselect-options-container"
ng-class="{'reselect-options-container--autoheight': !$options.LazyDropdown.choices.length && !$options.is_loading }"
trigger-at-bottom="$options.loadMore()">
<ul class="reselect-options-list" ng-show="$options.LazyDropdown.choices.length"></ul>
<div class="reselect-static-option reselect-empty-container"
ng-show="!$options.haveChoices && !$options.is_loading">
<div class="reselect-no-choice" reselect-no-choice>
<div class="reselect-option reselect-option--static reselect-option-choice">
{{$options.options.noOptionsText}}
</div>
</div>
</div>
<div class="reselect-option reselect-option--static reselect-option-choice reselect-option-loading"
ng-show="$options.is_loading">
Loading More...
</div>
</div>
<div class="reselect-sticky-container">
</div>
</div>
| perryhoffman/Reselect | src/templates/reselect.options.directive.tpl.html | HTML | mit | 1,371 |
<!doctype html>
<html lang="en">
<head>
<title>Code coverage report for express-stormpath/lib/oauth/linkedin.js</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>
<a href="../../../index.html">all files</a> / <a href="index.html">express-stormpath/lib/oauth/</a> linkedin.js
</h1>
<div class='clearfix'>
<div class='fl pad1y space-right2'>
<span class="strong">10.53% </span>
<span class="quiet">Statements</span>
<span class='fraction'>2/19</span>
</div>
<div class='fl pad1y space-right2'>
<span class="strong">0% </span>
<span class="quiet">Branches</span>
<span class='fraction'>0/4</span>
</div>
<div class='fl pad1y space-right2'>
<span class="strong">0% </span>
<span class="quiet">Functions</span>
<span class='fraction'>0/3</span>
</div>
<div class='fl pad1y space-right2'>
<span class="strong">10.53% </span>
<span class="quiet">Lines</span>
<span class='fraction'>2/19</span>
</div>
</div>
</div>
<div class='status-line low'></div>
<pre><table class="coverage">
<tr><td class="line-count quiet">1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62</td><td class="line-coverage quiet"><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">1×</span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </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>
<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>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </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>
<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-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </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">'use strict';
var request = require('request');
module.exports = {
_getBaseUrl: <span class="fstat-no" title="function not covered" >function (req) {</span>
<span class="cstat-no" title="statement not covered" > return req.protocol + '://' + req.get('host');</span>
},
/**
* Exchange a LinkedIn authentication code for a OAuth access token.
*
* @method
* @private
*
* @param {Object} req - The http request.
* @param {string} config - The Stormpath express config object.
* @param {string} callback - The callback to call once a response has been resolved.
*/
exchangeAuthCodeForAccessToken: <span class="fstat-no" title="function not covered" >function (req, config, callback) {</span>
<span class="cstat-no" title="statement not covered" > var linkedInAuthUrl = 'https://www.linkedin.com/uas/oauth2/accessToken';</span>
<span class="cstat-no" title="statement not covered" > var linkedInProvider = config.web.social.linkedin;</span>
<span class="cstat-no" title="statement not covered" > var options = {</span>
form: {
grant_type: 'authorization_code',
code: req.query.code,
redirect_uri: this._getBaseUrl(req) + linkedInProvider.uri,
client_id: linkedInProvider.clientId,
client_secret: linkedInProvider.clientSecret
}
};
<span class="cstat-no" title="statement not covered" > request.post(linkedInAuthUrl, options, <span class="fstat-no" title="function not covered" >function (err, result, body) {</span></span>
<span class="cstat-no" title="statement not covered" > var parsedBody;</span>
<span class="cstat-no" title="statement not covered" > try {</span>
<span class="cstat-no" title="statement not covered" > parsedBody = JSON.parse(body);</span>
} catch (err) {
<span class="cstat-no" title="statement not covered" > return callback(err);</span>
}
<span class="cstat-no" title="statement not covered" > if (parsedBody.error) {</span>
<span class="cstat-no" title="statement not covered" > var errorMessage;</span>
<span class="cstat-no" title="statement not covered" > switch (parsedBody.error) {</span>
case 'unauthorized_client':
<span class="cstat-no" title="statement not covered" > errorMessage = 'Unable to authenticate with LinkedIn. Please verify that your configuration is correct.';</span>
<span class="cstat-no" title="statement not covered" > break;</span>
default:
<span class="cstat-no" title="statement not covered" > errorMessage = 'LinkedIn error when exchanging auth code for access token: ' + parsedBody.error_description + ' (' + parsedBody.error + ')';</span>
}
<span class="cstat-no" title="statement not covered" > return callback(new Error(errorMessage));</span>
}
<span class="cstat-no" title="statement not covered" > callback(err, parsedBody.access_token);</span>
});
}
};
</pre></td></tr>
</table></pre>
<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 Tue Mar 29 2016 15:50:23 GMT-0700 (PDT)
</div>
</div>
<script src="../../../prettify.js"></script>
<script>
window.onload = function () {
if (typeof prettyPrint === 'function') {
prettyPrint();
}
};
</script>
<script src="../../../sorter.js"></script>
</body>
</html>
| 2PacIsAlive/breezytalk | node_modules/express-stormpath/coverage/express-stormpath/lib/oauth/linkedin.js.html | HTML | mit | 8,558 |
{{ partial "header.html" . }}
{{ partial "main-list.html" . }}
{{ partial "footer.html" . }}
| harthsw/harth-hugo-theme | layouts/_default/list.html | HTML | mit | 94 |
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<!-- hexo-inject:begin --><!-- hexo-inject:end --><meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=2">
<meta name="theme-color" content="#222">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="apple-touch-icon" sizes="180x180" href="/images/title_favicon_32.ico?v=7.3.0">
<link rel="icon" type="image/png" sizes="32x32" href="/images/title_favicon_32.ico?v=7.3.0">
<link rel="icon" type="image/png" sizes="16x16" href="/images/title_favicon_16.ico?v=7.3.0">
<link rel="mask-icon" href="/images/logo.svg?v=7.3.0" color="#222">
<meta name="google-site-verification" content="3dBwV8OlVnNtYzxCLCFp2w8WMpuSecV7vBmA_zrf9j4">
<meta name="baidu-site-verification" content="eoUZD1BDx6">
<link rel="stylesheet" href="/css/main.css?v=7.3.0">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic&display=swap&subset=latin,latin-ext">
<link rel="stylesheet" href="/lib/font-awesome/css/font-awesome.min.css?v=4.7.0">
<link rel="stylesheet" href="//cdn.jsdelivr.net/gh/fancyapps/fancybox@3/dist/jquery.fancybox.min.css">
<script id="hexo-configurations">
var NexT = window.NexT || {};
var CONFIG = {
root: '/',
scheme: 'Mist',
version: '7.3.0',
exturl: false,
sidebar: {"position":"right","display":"post","offset":12,"onmobile":false},
copycode: {"enable":false,"show_result":false,"style":"default"},
back2top: {"enable":true,"sidebar":false,"scrollpercent":false},
bookmark: {"enable":false,"color":"#222","save":"auto"},
fancybox: true,
mediumzoom: false,
lazyload: false,
pangu: false,
algolia: {
appID: '',
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"}
},
localsearch: {"enable":false,"trigger":"auto","top_n_per_article":1,"unescape":false,"preload":false},
path: '',
motion: {"enable":true,"async":false,"transition":{"post_block":"fadeIn","post_header":"slideDownIn","post_body":"slideDownIn","coll_header":"slideLeftIn","sidebar":"slideUpIn"}},
translation: {
copy_button: '复制',
copy_success: '复制成功',
copy_failure: '复制失败'
},
sidebarPadding: 40
};
</script>
<meta name="description" content="虚怀若谷,大智若愚">
<meta property="og:type" content="website">
<meta property="og:title" content="拾荒志">
<meta property="og:url" content="https://murphypei.github.io/tags/scrapy/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://murphypei.github.io/tags/scrapy/">
<script id="page-configurations">
// https://hexo.io/docs/variables.html
CONFIG.page = {
sidebar: "",
isHome: false,
isPost: false,
isPage: false,
isArchive: false
};
</script>
<title>标签: scrapy | 拾荒志</title>
<meta name="generator" content="Hexo 3.9.0">
<noscript>
<style>
.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-header { 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; }
.use-motion .logo-line-after i { right: initial; }
</style>
</noscript><!-- hexo-inject:begin --><!-- hexo-inject:end -->
</head>
<body itemscope itemtype="http://schema.org/WebPage" lang="zh-CN">
<!-- hexo-inject:begin --><!-- hexo-inject:end --><div class="container use-motion">
<div class="headband"></div>
<header id="header" class="header" itemscope itemtype="http://schema.org/WPHeader">
<div class="header-inner"><div class="site-brand-container">
<div class="site-meta">
<div>
<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 aria-label="切换导航栏">
<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-tags">
<a href="/tags/" rel="section"><i class="menu-item-icon fa fa-fw fa-tags"></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-about">
<a href="/about/" rel="section"><i class="menu-item-icon fa fa-fw fa-user"></i> <br>关于</a>
</li>
</ul>
</nav>
</div>
</header>
<div class="back-to-top">
<i class="fa fa-arrow-up"></i>
<span>0%</span>
</div>
<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">
<h2 class="collection-header">scrapy<small>标签</small>
</h2>
</div>
<div class="collection-year">
<h2 class="collection-header">2017</h2>
</div>
<article itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h3 class="post-title">
<a class="post-title-link" href="/blog/2017/06/python-distributed-spider.html" itemprop="url">
<span itemprop="name">分布式爬虫:Scrapy-Redis使用</span>
</a>
</h3>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated"
datetime="2017-06-21T00:00:00+08:00"
content="2017-06-21">
06-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 class="sidebar">
<div class="sidebar-inner">
<ul class="sidebar-nav motion-element">
<li class="sidebar-nav-toc">
文章目录
</li>
<li class="sidebar-nav-overview">
站点概览
</li>
</ul>
<!--noindex-->
<div class="post-toc-wrap sidebar-panel">
</div>
<!--/noindex-->
<div class="site-overview-wrap sidebar-panel">
<div class="site-author motion-element" itemprop="author" itemscope itemtype="http://schema.org/Person">
<img class="site-author-image" itemprop="image"
src="/images/avatar_128.ico"
alt="murphypei">
<p class="site-author-name" itemprop="name">murphypei</p>
<div class="site-description" itemprop="description">虚怀若谷,大智若愚</div>
</div>
<nav class="site-state motion-element">
<div class="site-state-item site-state-posts">
<a href="/archives/">
<span class="site-state-item-count">151</span>
<span class="site-state-item-name">日志</span>
</a>
</div>
<div class="site-state-item site-state-categories">
<a href="/categories/">
<span class="site-state-item-count">21</span>
<span class="site-state-item-name">分类</span>
</a>
</div>
<div class="site-state-item site-state-tags">
<a href="/tags/">
<span class="site-state-item-count">382</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/murphypei" title="GitHub → https://github.com/murphypei" rel="noopener" target="_blank"><i class="fa fa-fw fa-github"></i>GitHub</a>
</span>
<span class="links-of-author-item">
<a href="mailto:murphypei47@gmail.com" title="E-Mail → mailto:murphypei47@gmail.com" rel="noopener" target="_blank"><i class="fa fa-fw fa-envelope"></i>E-Mail</a>
</span>
</div>
<div class="links-of-blogroll motion-element">
<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://www.zhihu.com/people/guo-jia-66-80/activities" title="https://www.zhihu.com/people/guo-jia-66-80/activities" rel="noopener" target="_blank">知乎</a>
</li>
</ul>
</div>
</div>
</div>
</aside>
<div id="sidebar-dimmer"></div>
</div>
</main>
<footer id="footer" class="footer">
<div class="footer-inner">
<div class="copyright">© <span itemprop="copyrightYear">2020</span>
<span class="with-love" id="animate">
<i class="fa fa-user"></i>
</span>
<span class="author" itemprop="copyrightHolder">murphypei</span>
<span class="post-meta-divider">|</span>
<span class="post-meta-item-icon">
<i class="fa fa-area-chart"></i>
</span>
<span title="站点总字数">507k</span>
<span class="post-meta-divider">|</span>
<span class="post-meta-item-icon">
<i class="fa fa-coffee"></i>
</span>
<span title="站点阅读时长">14:05</span>
</div>
<div class="powered-by">由 <a href="https://hexo.io" class="theme-link" rel="noopener" target="_blank">Hexo</a> 强力驱动 v3.9.0</div>
<span class="post-meta-divider">|</span>
<div class="theme-info">主题 – <a href="https://theme-next.org" class="theme-link" rel="noopener" target="_blank">NexT.Mist</a> v7.3.0</div>
<div class="busuanzi-count">
<script async src="https://busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js"></script>
<span class="post-meta-item-icon">
<i class="fa fa-user"></i>
</span>
<span class="site-uv" title="总访客量">
<span class="busuanzi-value" id="busuanzi_value_site_uv"></span>
</span>
<span class="post-meta-divider">|</span>
<span class="post-meta-item-icon">
<i class="fa fa-eye"></i>
</span>
<span class="site-pv" title="总访问量">
<span class="busuanzi-value" id="busuanzi_value_site_pv"></span>
</span>
</div>
</div>
</footer>
</div>
<script src="/lib/anime.min.js?v=3.1.0"></script>
<script src="/lib/velocity/velocity.min.js?v=1.2.1"></script>
<script src="/lib/velocity/velocity.ui.min.js?v=1.2.1"></script>
<script src="//cdn.jsdelivr.net/npm/jquery@3/dist/jquery.min.js"></script>
<script src="//cdn.jsdelivr.net/gh/fancyapps/fancybox@3/dist/jquery.fancybox.min.js"></script>
<script src="/js/utils.js?v=7.3.0"></script><script src="/js/motion.js?v=7.3.0"></script>
<script src="/js/schemes/muse.js?v=7.3.0"></script>
<script src="/js/next-boot.js?v=7.3.0"></script>
<script>
(function(){
var bp = document.createElement('script');
var curProtocol = window.location.protocol.split(':')[0];
bp.src = (curProtocol === 'https') ? 'https://zz.bdstatic.com/linksubmit/push.js' : 'http://push.zhanzhang.baidu.com/push.js';
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(bp, s);
})();
</script>
<script src="/live2dw/lib/L2Dwidget.min.js?094cbace49a39548bed64abff5988b05"></script><script>L2Dwidget.init({"pluginRootPath":"live2dw/","pluginJsPath":"lib/","pluginModelPath":"assets/","tagMode":false,"log":false,"model":{"jsonPath":"/live2dw/assets/haru01.model.json"},"display":{"position":"left","width":250,"height":400},"mobile":{"show":false}});</script><!-- hexo-inject:begin --><!-- hexo-inject:end --></body>
</html>
| ChaoPei/ChaoPei.github.io | tags/scrapy/index.html | HTML | mit | 22,095 |
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Qt 4.3: calculatorform.cpp Example File (uitools/multipleinheritance/calculatorform.cpp)</title>
<link href="classic.css" rel="stylesheet" type="text/css" />
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="left" valign="top" width="32"><a href="http://www.trolltech.com/products/qt"><img src="images/qt-logo.png" align="left" width="32" height="32" border="0" /></a></td>
<td width="1"> </td><td class="postheader" valign="center"><a href="index.html"><font color="#004faf">Home</font></a> · <a href="classes.html"><font color="#004faf">All Classes</font></a> · <a href="mainclasses.html"><font color="#004faf">Main Classes</font></a> · <a href="groups.html"><font color="#004faf">Grouped Classes</font></a> · <a href="modules.html"><font color="#004faf">Modules</font></a> · <a href="functions.html"><font color="#004faf">Functions</font></a></td>
<td align="right" valign="top" width="230"><a href="http://www.trolltech.com"><img src="images/trolltech-logo.png" align="right" width="203" height="32" border="0" /></a></td></tr></table><h1 align="center">calculatorform.cpp Example File<br /><sup><sup>uitools/multipleinheritance/calculatorform.cpp</sup></sup></h1>
<pre><span class="comment"> /****************************************************************************
**
** Copyright (C) 2005-2008 Trolltech ASA. All rights reserved.
**
** This file is part of the documentation of the Qt Toolkit.
**
** This file may be used under the terms of the GNU General Public
** License versions 2.0 or 3.0 as published by the Free Software
** Foundation and appearing in the files LICENSE.GPL2 and LICENSE.GPL3
** included in the packaging of this file. Alternatively you may (at
** your option) use any later version of the GNU General Public
** License if such license has been publicly approved by Trolltech ASA
** (or its successors, if any) and the KDE Free Qt Foundation.
**
** Please review the following information to ensure GNU General
** Public Licensing requirements will be met:
** http://trolltech.com/products/qt/licenses/licensing/opensource/. If
** you are unsure which license is appropriate for your use, please
** review the following information:
** http://trolltech.com/products/qt/licenses/licensing/licensingoverview
** or contact the sales department at sales@trolltech.com.
**
** In addition, as a special exception, Trolltech, as the sole
** copyright holder for Qt Designer, grants users of the Qt/Eclipse
** Integration plug-in the right for the Qt/Eclipse Integration to
** link to functionality provided by Qt Designer and its related
** libraries.
**
** This file is provided "AS IS" with NO WARRANTY OF ANY KIND,
** INCLUDING THE WARRANTIES OF DESIGN, MERCHANTABILITY AND FITNESS FOR
** A PARTICULAR PURPOSE. Trolltech reserves all rights not expressly
** granted herein.
**
** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
**
****************************************************************************/</span>
#include <QtGui>
#include "calculatorform.h"
CalculatorForm::CalculatorForm(QWidget *parent)
: QWidget(parent)
{
setupUi(this);
}
void CalculatorForm::on_inputSpinBox1_valueChanged(int value)
{
outputWidget->setText(QString::number(value + inputSpinBox2->value()));
}
void CalculatorForm::on_inputSpinBox2_valueChanged(int value)
{
outputWidget->setText(QString::number(value + inputSpinBox1->value()));
}</pre>
<p /><address><hr /><div align="center">
<table width="100%" cellspacing="0" border="0"><tr class="address">
<td width="30%">Copyright © 2008 <a href="trolltech.html">Trolltech</a></td>
<td width="40%" align="center"><a href="trademarks.html">Trademarks</a></td>
<td width="30%" align="right"><div align="right">Qt 4.3.5</div></td>
</tr></table></div></address></body>
</html>
| misizeji/StudyNote_201308 | webserver/html/uitools-multipleinheritance-calculatorform-cpp.html | HTML | mit | 4,265 |
<!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" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>purchase-reserved-node-offering — AWS CLI 1.0.0 documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/bootstrap.min.css" />
<script type="text/javascript" src="../../_static/jquery-1.9.1.min.js.html"></script>
<link rel="stylesheet" href="../../_static/guzzle.css" type="text/css" />
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<script type="text/javascript"><![CDATA[
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../../',
VERSION: '1.0.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
]]></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>
<link rel="top" title="AWS CLI 1.0.0 documentation" href="../../index.html" />
<link rel="up" title="redshift" href="index.html" />
<link rel="next" title="reboot-cluster" href="reboot-cluster.html" />
<link rel="prev" title="modify-cluster-subnet-group" href="modify-cluster-subnet-group.html" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="../../_static/bootstrap-responsive.min.css" />
</head>
<body>
<div class="navbar navbar-fixed-top ">
<div class="navbar-inner">
<div class="container">
<a class="brand" href="../../index.html">AWS CLI</a>
<ul class="nav">
<li><a href="../../index.html">Home</a></li>
<li><a href="http://aws.amazon.com/documentation/cli/">Documentation</a></li>
<li><a href="https://forums.aws.amazon.com/forum.jspa?forumID=150">Forum</a></li>
<li><a href="https://github.com/aws/aws-cli">GitHub</a></li>
</ul>
<div class="pull-right" id="github-stars">
<iframe src="http://ghbtns.com/github-btn.html?user=aws&repo=aws-cli&type=watch&count=true&size=small" allowtransparency="true" frameborder="0" scrolling="0" width="110px" height="20px"></iframe>
</div>
</div>
</div>
</div>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../../genindex.html" title="General Index" accesskey="I">index</a></li>
<li class="right">
<a href="reboot-cluster.html" title="reboot-cluster" accesskey="N">next</a> |</li>
<li class="right">
<a href="modify-cluster-subnet-group.html" title="modify-cluster-subnet-group" accesskey="P">previous</a> |</li>
<li><a href="../../index.html">AWS CLI 1.0.0 documentation</a> »</li>
<li><a href="../index.html">aws</a> »</li>
<li><a href="index.html" accesskey="U">redshift</a> »</li>
</ul>
</div>
<div class="container">
<div class="top-links">
<ul class="breadcrumb pull-right">
<li>
<a href="modify-cluster-subnet-group.html" title="previous chapter (use the left arrow)">← modify-cluster-subnet-group</a>
<span class="divider">/</span>
</li>
<li><a href="reboot-cluster.html" title="next chapter (use the right arrow)">reboot-cluster →</a></li>
</ul>
</div>
<div class="document clearer">
<div class="sphinxsidebar">
<div class="sphinxsidebarwrapper"><p class="logo left-bar-other">
<a href="../../index.html">
<img class="logo" src="../../_static/logo.png" alt="Logo" height="63" />
</a>
</p>
<h3><a href="../../index.html">Table Of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">purchase-reserved-node-offering</a><ul>
<li><a class="reference internal" href="#description">Description</a></li>
<li><a class="reference internal" href="#synopsis">Synopsis</a></li>
<li><a class="reference internal" href="#options">Options</a></li>
<li><a class="reference internal" href="#examples">Examples</a><ul>
<li><a class="reference internal" href="#purchase-a-reserved-node">Purchase a Reserved Node</a></li>
</ul>
</li>
</ul>
</li>
</ul>
<div id="searchbox" style="display: none">
<h3>Quick search</h3>
<form class="form-search margin-top-1em" action="../../search.html" method="get">
<input type="text" name="q" style="width: 105px" class="input-small search-query" />
<button type="submit" class="btn btn-small">Search</button>
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
<script type="text/javascript"><![CDATA[$('#searchbox').show(0);]]></script><div class="left-bar-other">
<h3>Feedback</h3>
<p class="feedback">Did you find this page useful? Do you have a suggestion? <a href="https://portal.aws.amazon.com/gp/aws/html-forms-controller/documentation/aws_doc_feedback_02?service_name=AWSCLI&guide_name=Guide&api_version=1.0&file_name=reference/redshift/purchase-reserved-node-offering">Give us feedback</a> or
send us a <a href="https://github.com/aws/aws-cli">pull request</a> on GitHub.</p>
</div>
</div>
</div>
<div class="body">
<p>[ <a class="reference internal" href="../index.html"><em>aws</em></a> . <a class="reference internal" href="index.html"><em>redshift</em></a> ]</p>
<div class="section" id="purchase-reserved-node-offering">
<h1>purchase-reserved-node-offering<a class="headerlink" href="#purchase-reserved-node-offering" title="Permalink to this headline">¶</a></h1>
<div class="section" id="description">
<h2>Description<a class="headerlink" href="#description" title="Permalink to this headline">¶</a></h2>
<p>Allows you to purchase reserved nodes. Amazon Redshift offers a predefined set of reserved node offerings. You can purchase one of the offerings. You can call the describe-reserved-node-offerings API to obtain the available reserved node offerings. You can call this API by providing a specific reserved node offering and the number of nodes you want to reserve.</p>
<p>For more information about managing parameter groups, go to <a class="reference external" href="http://docs.aws.amazon.com/redshift/latest/mgmt/purchase-reserved-node-instance.html">Purchasing Reserved Nodes</a> in the <em>Amazon Redshift Management Guide</em> .</p>
</div>
<div class="section" id="synopsis">
<h2>Synopsis<a class="headerlink" href="#synopsis" title="Permalink to this headline">¶</a></h2>
<div class="highlight-python"><pre> purchase-reserved-node-offering
--reserved-node-offering-id <value>
[--node-count <value>]</pre>
</div>
</div>
<div class="section" id="options">
<h2>Options<a class="headerlink" href="#options" title="Permalink to this headline">¶</a></h2>
<p><tt class="docutils literal"><a name="//apple_ref/cpp/Option/--reserved-node-offering-id" class="dashAnchor" id="reserved-node-offering-id"></a><span class="pre">--reserved-node-offering-id</span></tt> (string)</p>
<blockquote>
<div>The unique identifier of the reserved node offering you want to purchase.</div></blockquote>
<p><tt class="docutils literal"><a name="//apple_ref/cpp/Option/--node-count" class="dashAnchor" id="node-count"></a><span class="pre">--node-count</span></tt> (integer)</p>
<blockquote>
<div><p>The number of reserved nodes you want to purchase.</p>
<p>Default: <tt class="docutils literal"><span class="pre">1</span></tt></p>
</div></blockquote>
</div>
<div class="section" id="examples">
<h2>Examples<a class="headerlink" href="#examples" title="Permalink to this headline">¶</a></h2>
<div class="section" id="purchase-a-reserved-node">
<h3>Purchase a Reserved Node<a class="headerlink" href="#purchase-a-reserved-node" title="Permalink to this headline">¶</a></h3>
<p>This example shows how to purchase a reserved node offering. The <tt class="docutils literal"><span class="pre">reserved-node-offering-id</span></tt> is obtained by
calling <tt class="docutils literal"><span class="pre">describe-reserved-node-offerings</span></tt>.</p>
<p>Command:</p>
<div class="highlight-python"><pre>aws redshift purchase-reserved-node-offering --reserved-node-offering-id ceb6a579-cf4c-4343-be8b-d832c45ab51c</pre>
</div>
<p>Result:</p>
<div class="highlight-python"><div class="highlight"><pre><span class="p">{</span>
<span class="s">"ReservedNode"</span><span class="p">:</span> <span class="p">{</span>
<span class="s">"OfferingType"</span><span class="p">:</span> <span class="s">"Heavy Utilization"</span><span class="p">,</span>
<span class="s">"FixedPrice"</span><span class="p">:</span> <span class="s">""</span><span class="p">,</span>
<span class="s">"NodeType"</span><span class="p">:</span> <span class="s">"dw.hs1.xlarge"</span><span class="p">,</span>
<span class="s">"ReservedNodeId"</span><span class="p">:</span> <span class="s">"1ba8e2e3-bc01-4d65-b35d-a4a3e931547e"</span><span class="p">,</span>
<span class="s">"UsagePrice"</span><span class="p">:</span> <span class="s">""</span><span class="p">,</span>
<span class="s">"RecurringCharges"</span><span class="p">:</span> <span class="p">[</span>
<span class="p">{</span>
<span class="s">"RecurringChargeAmount"</span><span class="p">:</span> <span class="s">""</span><span class="p">,</span>
<span class="s">"RecurringChargeFrequency"</span><span class="p">:</span> <span class="s">"Hourly"</span>
<span class="p">}</span>
<span class="p">],</span>
<span class="s">"NodeCount"</span><span class="p">:</span> <span class="mi">1</span><span class="p">,</span>
<span class="s">"State"</span><span class="p">:</span> <span class="s">"payment-pending"</span><span class="p">,</span>
<span class="s">"StartTime"</span><span class="p">:</span> <span class="s">"2013-02-13T17:08:39.051Z"</span><span class="p">,</span>
<span class="s">"Duration"</span><span class="p">:</span> <span class="mi">31536000</span><span class="p">,</span>
<span class="s">"ReservedNodeOfferingId"</span><span class="p">:</span> <span class="s">"ceb6a579-cf4c-4343-be8b-d832c45ab51c"</span>
<span class="p">},</span>
<span class="s">"ResponseMetadata"</span><span class="p">:</span> <span class="p">{</span>
<span class="s">"RequestId"</span><span class="p">:</span> <span class="s">"01bda7bf-7600-11e2-b605-2568d7396e7f"</span>
<span class="p">}</span>
<span class="p">}</span>
</pre></div>
</div>
</div>
</div>
</div>
</div>
<div class="clearfix"></div>
</div>
<div class="footer-links">
<ul class="breadcrumb pull-right">
<li>
<a href="modify-cluster-subnet-group.html" title="previous chapter (use the left arrow)">← modify-cluster-subnet-group</a>
<span class="divider">/</span>
</li>
<li><a href="reboot-cluster.html" title="next chapter (use the right arrow)">reboot-cluster →</a></li>
</ul>
</div>
</div>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../../genindex.html" title="General Index">index</a></li>
<li class="right">
<a href="reboot-cluster.html" title="reboot-cluster">next</a> |</li>
<li class="right">
<a href="modify-cluster-subnet-group.html" title="modify-cluster-subnet-group">previous</a> |</li>
<li><a href="../../index.html">AWS CLI 1.0.0 documentation</a> »</li>
<li><a href="../index.html">aws</a> »</li>
<li><a href="index.html">redshift</a> »</li>
</ul>
</div>
<div class="footer container">
© Copyright 2013, Amazon Web Services. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a>.
</div>
<script type="text/javascript"><![CDATA[
$(document).keydown(function(e){
if (e.keyCode == 37) {
window.location = 'modify-cluster-subnet-group.html';
return false;
} else if (e.keyCode == 39) {
window.location = 'reboot-cluster.html';
return false;
}
});
]]></script>
</body>
</html>
| Smolations/more-dash-docsets | docsets/AWS-CLI.docset/Contents/Resources/Documents/reference/redshift/purchase-reserved-node-offering.html | HTML | mit | 12,726 |
---
title: "Seneca, a Micro-Services toolkit for Node.js"
layout: "default"
isPage: true
selectedMenuItem: "documentation"
---
<div class="fullwidthtop-content">
<div class="col-md-12 column">
<div class="header-box">
<h1>Seneca Articles</h1>
</div>
</div>
</div>
<!-- CONTAINER STARTS HERE -->
<div class="container">
<h2>How people are using Seneca.</h2>
<div class="row clearfix">
<div class="col-md-12 column">
<br>
<a href="https://blog.engineyard.com/2013/deploying-node-app" target="_blank">
Deploying a Production Node.js App to Engine Yard
<p>
Tried all the basic examples and ready to build a “real” app? This article will take you to the next level.
You’ll learn how to put together the pieces of a production app, so that it can handle large volumes of users.
You’ll also be shown how to configure and deploy your app onto the EngineYard Node.js cloud.
</p>
</a>
<a href="https://richardrodger.com/monolithic-nodejs" target="_blank">
Monolithic Node.js
<p>How Seneca can help you to avoid building monolithic apps.
Instead, create apps that are reliable, performant and easy to build and maintain by breaking everything apart
into micro-services.</p>
</a>
</div>
</div>
<div style="clear:both;"></div>
<div class="sep">
<span class="star"><img src="images/star.png" alt="star" height="auto" width="20"></span>
<span class="rule-l"> </span>
<span class="rule-r"> </span>
</div>
</div> | orlacoding/staging | src/render/articles.html | HTML | mit | 1,610 |
<!DOCTYPE html>
<html>
<head>
<title>concierge.js</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link rel="stylesheet" media="all" href="doc-style.css" />
<script src="doc-filelist.js"></script>
<script>
var relativeDir = "", thisFile = "concierge.js", defaultSidebar = true;
</script>
<script src="doc-script.js"></script>
</head>
<body>
<div id="sidebar_wrapper">
<div id="sidebar_switch">
<span class="tree">Files</span>
<span class="headings">Headings</span>
</div>
<div id="tree"></div>
<div id="headings">
<div class="heading h2">
<a href="#concierge.js">concierge.js</a>
</div>
<div class="heading h2">
<a href="#require%20%26amp%3B%20declare">require & declare</a>
</div>
<div class="heading h2">
<a href="#shebang">shebang</a>
</div>
</div>
</div>
<div id="sidebar-toggle"></div>
<div id="container"><div class="background highlight"></div>
<table cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td class="docs"><div class="dox">
<div class="summary">
<div class="pilwrap" id="concierge.js">
<h2>
<a href="#concierge.js" name="concierge.js" class="pilcrow">¶</a>
concierge.js
</h2>
</div>
<p>an entry point for command line usage</p>
</div>
<div class="body"><ul>
<li>use config.ini and command line arguments</li>
</ul>
</div>
</div>
</td>
<td class="code highlight"><div class="highlight"><pre></pre></div>
</td>
</tr>
<tr>
<td class="docs"><div class="dox">
<div class="summary">
<div class="pilwrap" id="require%20%26amp%3B%20declare">
<h2>
<a href="#require%20%26amp%3B%20declare" name="require%20%26amp%3B%20declare" class="pilcrow">¶</a>
require & declare
</h2>
</div>
</div>
<div class="body">
</div>
</div>
</td>
<td class="code highlight"><div class="highlight"><pre>
<span class="kd">var</span> <span class="nx">plugins</span> <span class="o">=</span> <span class="nx">require</span><span class="p">(</span><span class="s1">'./lib/plugins'</span><span class="p">);</span>
<span class="kd">var</span> <span class="nx">config</span> <span class="o">=</span> <span class="nx">require</span><span class="p">(</span><span class="s1">'./lib/config'</span><span class="p">);</span>
<span class="kd">var</span> <span class="nx">bootstrap</span> <span class="o">=</span> <span class="nx">require</span><span class="p">(</span><span class="s1">'./lib/bootstrap'</span><span class="p">);</span>
<span class="kd">var</span> <span class="nx">actions</span> <span class="o">=</span> <span class="nx">require</span><span class="p">(</span><span class="s1">'./lib/actions'</span><span class="p">);</span>
</pre></div>
</td>
</tr>
<tr>
<td class="docs"><div class="dox">
<div class="summary">
<div class="pilwrap" id="shebang">
<h2>
<a href="#shebang" name="shebang" class="pilcrow">¶</a>
shebang
</h2>
</div>
</div>
<div class="body">
</div>
</div>
</td>
<td class="code highlight"><div class="highlight"><pre>
<span class="p">(</span><span class="kd">function</span><span class="p">()</span> <span class="p">{</span>
<span class="kd">var</span> <span class="nx">directories</span> <span class="o">=</span> <span class="p">[];</span>
</pre></div>
</td>
</tr>
<tr>
<td class="docs">
<div class="pilwrap">
<a class="pilcrow" href="#section-4" id="section-4">¶</a>
</div>
<p>load plugins</p>
</td>
<td class="code highlight"><div class="highlight"><pre>
<span class="nx">plugins</span><span class="p">.</span><span class="nx">init</span><span class="p">();</span>
</pre></div>
</td>
</tr>
<tr>
<td class="docs">
<div class="pilwrap">
<a class="pilcrow" href="#section-5" id="section-5">¶</a>
</div>
<p>load config and process CLI</p>
</td>
<td class="code highlight"><div class="highlight"><pre>
<span class="nx">config</span><span class="p">.</span><span class="nx">init</span><span class="p">({</span>
<span class="nx">fromCli</span><span class="o">:</span> <span class="kc">true</span><span class="p">,</span>
<span class="nx">fromIni</span><span class="o">:</span> <span class="kc">true</span>
<span class="p">});</span>
<span class="nx">bootstrap</span><span class="p">(</span><span class="nx">directories</span><span class="p">,</span> <span class="kd">function</span><span class="p">()</span> <span class="p">{</span>
<span class="nx">actions</span><span class="p">(</span><span class="nx">directories</span><span class="p">,</span> <span class="kd">function</span><span class="p">()</span> <span class="p">{</span>
</pre></div>
</td>
</tr>
<tr>
<td class="docs">
<div class="pilwrap">
<a class="pilcrow" href="#section-6" id="section-6">¶</a>
</div>
<p>Done</p>
</td>
<td class="code highlight"><div class="highlight"><pre>
<span class="p">});</span>
<span class="p">});</span>
<span class="p">})();</span>
</pre></div>
</td>
</tr>
</tbody>
</table>
</div>
</body>
</html>
| leviwheatcroft/concierge | docs/concierge.js.html | HTML | mit | 5,319 |
---
start: 2016-07-06 13:00
edition: 16
participate: "http://www.eventbrite.com/e/evolution-of-programming-languages-tickets-26278966095"
subheader: "<b>Evolution of Programming Languages</b>"
subnote:
talk :
agenda:
-
time: "6:15 pm - 6:30 pm"
title: "Registration"
-
time: "6:30 pm - 8:30 pm"
title: "Evolution of Programming Languages"
subtitle: "<ul>
<li>Revisiting several milestones along the way, reminding ourselves of a few of the missed opportunities.</li>
<li>Examining the broad families into which programming languages fall -- an informal phylogenetic tree. </li>
<li>Recognising the convergence of features among several mainstream languages.</li>
<li>Discussing current state of affairs in the world of programming languages</li>
</ul>"
speaker: "<b>Jonnalagadda Srinivas (JS)</b>"
profile: "https://plus.google.com/+SrinivasJONNALAGADDA/about"
-
time: "7:30 pm - 7:40 pm"
title: "Break"
---
| twhyderabad/geeknight | content/2016-07.html | HTML | mit | 1,011 |
<!DOCTYPE html>
<html class="no-js" lang="es">
<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="p5.js a JS client-side library for creating graphic and interactive experiences, based on the core principles of Processing.">
<title tabindex="1">examples | p5.js</title>
<link rel="stylesheet" href="/assets/css/all.css?v=db3be6">
<link href="https://fonts.googleapis.com/css?family=Montserrat&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Inconsolata&display=swap" rel="stylesheet">
<link rel="shortcut icon" href="/../../assets/img/favicon.ico">
<link rel="icon" href="/../../assets/img/favicon.ico">
<script src="/../../assets/js/vendor/jquery-1.12.4.min.js"></script>
<script src="/../../assets/js/vendor/ace-nc/ace.js"></script>
<script src="/../../assets/js/vendor/ace-nc/mode-javascript.js"></script>
<script src="/../../assets/js/vendor/prism.js"></script>
<script src="/assets/js/init.js?v=af215d"></script>
</head>
<body>
<a href="#content" class="sr-only">Ir al contenido</a>
<!-- p5*js language buttons -->
<div id="i18n-btn">
<h2 id="i18n-settings" class="sr-only">Preferencias de idioma</h2>
<ul id="i18n-buttons" aria-labelledby="i18n-settings">
<li><a href='#' lang='en' data-lang='en'>English</a></li>
<li><a href='#' lang='es' data-lang='es'>Español</a></li>
<li><a href='#' lang='zh-Hans' data-lang='zh-Hans'>简体中文</a></li>
<li><a href='#' lang='ko' data-lang='ko'>한국어</a></li>
</ul>
</div> <!-- .container -->
<div class="container">
<!-- logo -->
<header id="lockup">
<a href="/es/">
<img src="/../../assets/img/p5js.svg" alt="p5 homepage" id="logo_image" class="logo" />
<div id="p5_logo"></div>
</a>
</header>
<!-- close logo -->
<div id="examples-page">
<!-- site navigation -->
<div class="column-span">
<nav class="sidebar-menu-nav-element">
<h2 id="menu-title" class="sr-only">Navegación del sitio</h2>
<input class="sidebar-menu-btn" type="checkbox" id="sidebar-menu-btn" />
<label class="sidebar-menu-icon" for="sidebar-menu-btn"><span class="sidebar-nav-icon"></span></label>
<ul id="menu" class="sidebar-menu" aria-labelledby="menu-title">
<li><a href="/es/">Inicio</a></li>
<li><a href="https://editor.p5js.org">Editor</a></li>
<li><a href="/es/download/">Descargar</a></li>
<li><a href="/es/download/support.html">Donar</a></li>
<li><a href="/es/get-started/">Empezar</a></li>
<li><a href="/es/reference/">Referencia</a></li>
<li><a href="/es/libraries/">Bibliotecas</a></li>
<li><a href="/es/learn/">Aprender</a></li>
<li><a href="/es/examples/">Ejemplos</a></li>
<li><a href="/es/books/">Libros</a></li>
<li><a href="/es/community/">Comunidad</a></li>
<li><a href="https://showcase.p5js.org">Showcase</a></li>
<li><a href="https://discourse.processing.org/c/p5js" target=_blank class="other-link">Foro</a></li>
<li><a href="http://github.com/processing/p5.js" target=_blank class="other-link">GitHub</a></li>
<li><a href="http://twitter.com/p5xjs" target=_blank class="other-link">Twitter</a></li>
</ul>
</nav>
</div>
<div class="column-span">
<main id="content" >
<p id="backlink"><a href="./">< Volver a Ejemplos</a></p>
<h1 id='example-name'>example name placeholder</h1>
<p id='example-desc'>example description placeholder</p>
<div id="exampleDisplay">
<div class="edit_space">
<button id="toggleTextOutput" class="sr-only">toggle text output</button>
<button id="runButton" class="edit_button">run</button>
<button id="resetButton" class="reset_button">reset</button>
<button id="copyButton" class="copy_button">copy</button>
</div>
<div id="exampleEditor"></div>
<iframe id="exampleFrame" src="../../assets/examples/example.html" ></iframe>
</div>
<p><a style="border-bottom:none !important;" href="https://creativecommons.org/licenses/by-nc-sa/4.0/" target=_blank><img src="https://licensebuttons.net/l/by-nc-sa/4.0/88x31.png" alt="creative commons license" style="width:88px"/></a></p>
</main>
<footer>
<h2 class="sr-only">Créditos</h2>
<p> p5.js actualmente está dirigido por <a href='https://github.com/mcturner1995' target="_blank">Moira
Turner</a>y fue creado por<a href='http://lauren-mccarthy.com' target="_blank">Lauren
McCarthy</a> p5.js es desarrollado por una comunidad de colaboradores, con apoyo de <a href="http://processing.org/foundation/" target="_blank">Processing
Foundation</a> y
<a href="http://itp.nyu.edu/itp/" target="_blank">NYU ITP</a>. Identidad y diseño gráfico por <a
href="http://jereljohnson.com/" target="_blank">Jerel Johnson</a>. <a href="/es/copyright.html">©
Info.</a></p>
</footer>
</div> <!-- end column-span -->
<!-- outside of column for footer to go across both -->
<p class="clearfix"> </p>
<object type="image/svg+xml" data="../../assets/img/thick-asterisk-alone.svg" id="asterisk-design-element" aria-hidden="true">
</object>
<!-- <script src="../../assets/js/vendor/ace-nc/ace.js"></script>
<script src="../../assets/js/examples.js"></script> -->
<script>
window._p5jsExample = '../../assets/examples/es/08_Math/16_Noise3D.js';
window.addEventListener('load', function() {
// examples.init('../../assets/examples/es/08_Math/16_Noise3D.js');
if (false) {
var isMobile = window.matchMedia("only screen and (max-width: 767px)");
// isMobile is true if viewport is less than 768 pixels wide
document.getElementById('exampleFrame').style.display = 'none';
if (isMobile.matches) {
document.getElementById('notMobile-message').style.display = 'none';
document.getElementById('isMobile-displayButton').style.display = 'block';
} else {
document.getElementById('notMobile-message').style.display = 'block';
document.getElementById('isMobile-displayButton').style.display = 'none';
document.getElementById('runButton').style.display = 'none';
document.getElementById('resetButton').style.display = 'none';
document.getElementById('copyButton').style.display = 'none';
}
}
}, true);
</script>
</div><!-- end id="get-started-page" -->
<script src="/../../assets/js/examples.js"></script>
</div> <!-- close class='container'-->
<nav id="family" aria-labelledby="processing-sites-heading">
<h2 id="processing-sites-heading" class="sr-only">Processing Sister Sites</h2>
<ul id="processing-sites" aria-labelledby="processing-sites-heading">
<li><a href="http://processing.org">Processing</a></li>
<li><a class="here" href="/es/">p5.js</a></li>
<li><a href="http://py.processing.org/">Processing.py</a></li>
<li><a href="http://android.processing.org/">Processing for Android</a></li>
<li><a href="http://pi.processing.org/">Processing for Pi</a></li>
<li><a href="https://processingfoundation.org/">Processing Foundation</a></li>
</ul>
<a tabindex="1" href="#content" id="skip-to-content">Skip to main content</a>
<!-- <a id="promo-link" href="https://donorbox.org/supportpf2019-fundraising-campaign" target="_blank"><div id="promo">This season, we need your help! Click here to #SupportP5!</div></a> -->
</nav> <script>
var langs = ["en","es","ko","zh-Hans"];
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=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;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-53383000-1', 'auto');
ga('send', 'pageview');
$(window).ready(function() {
if (window.location.pathname !== '/' && window.location.pathname !== '/index.html') {
$('#top').remove();
} else {
$('#top').show();
}
});
</script>
</body>
</html>
| mayaman/p5js-website | es/examples/math-noise3d.html | HTML | mit | 8,603 |
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title></title>
<style>
.button-0 {
border: #d44137 1px solid;
border-radius: 5px;
width: 112px;
height: 32px;
background-color: white;
color: #d44137;
}
.button-0:hover {
background-color: #d44137;
color: white;
}
.test-0 {
border-bottom: 2px solid #eaeaea;
color: #51aded;
font-size: 18px;
}
.test-0:hover {
border-bottom: 2px solid #51aded;
}
.test-1 span {
display: none;
}
</style>
</head>
<body>
<button class="button-0">Submit</button>
<div style="margin: 30px;">
<a class="test-0">Test</a>
</div>
<div>
<div class="test-1">
AAA
<span>CCC</span>
</div>
<div class="test-1">
BBB
<span>DDD</span>
</div>
</div>
<script src="../../javascripts/jquery.min.js"></script>
<script type="text/javascript">
$(".test-1").hover(function () {
$(this).children("span").show();
}, function () {
$(this).children("span").hide();
})
</script>
</body>
</html> | plantain-00/plantain-00.github.io | playthings/buttons/index.html | HTML | mit | 1,254 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>three-gap: 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.1 / three-gap - 8.10.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
three-gap
<small>
8.10.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-02-10 07:56:43 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-10 07:56:43 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 2 Virtual package relying on perl
coq 8.8.1 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.3 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/three-gap"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/ThreeGap"]
depends: [
"ocaml"
"coq" {>= "8.10" & < "8.11~"}
]
tags: [
"keyword: real numbers"
"keyword: Steinhaus"
"keyword: Three Gap Theorem"
"category: Mathematics/Geometry"
"category: Mathematics/Arithmetic and Number Theory/Miscellaneous"
]
authors: [
"Micaela Mayero"
]
bug-reports: "https://github.com/coq-contribs/three-gap/issues"
dev-repo: "git+https://github.com/coq-contribs/three-gap.git"
synopsis: "A Proof of the Three Gap Theorem (Steinhaus Conjecture)"
description: """
This proof uses the real numbers. It is a classical proof."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/three-gap/archive/v8.10.0.tar.gz"
checksum: "md5=2eb0a43d67d0aa5604f48ccfb9e520a0"
}
</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-three-gap.8.10.0 coq.8.8.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.8.1).
The following dependencies couldn't be met:
- coq-three-gap -> coq >= 8.10
Your request can't be satisfied:
- No available version of coq satisfies the constraints
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-three-gap.8.10.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.8.1/three-gap/8.10.0.html | HTML | mit | 6,936 |
{% extends "admin/base.html" %}
{% load staticfiles %}
{% block title %}{{ title }} — Leprikón{% endblock %}
{% block branding %}
<h1 id="site-name">
<a href="/" style="display: inline-block; border-radius: 10px; background-color: #efd; padding: 0 5px 2px;">
<img alt="Leprikón" src="{% static 'img/logo-horizontal.png' %}" height="35" />
</a>
<a href="{% url 'admin:index' %}">Administrace</a>
</h1>
{% endblock %}
{% block nav-global %}{% endblock %}
| leprikon-cz/web | templates/admin/base_site.html | HTML | mit | 495 |
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (14) on Mon Jun 15 19:34:46 EDT 2020 -->
<title>Uses of Class com.brettonw.bedrock.servlet.test.TestResponse (Servlet Tester 1.6.2 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-06-15">
<meta name="description" content="use: package: com.brettonw.bedrock.servlet.test, class: TestResponse">
<meta name="generator" content="javadoc/ClassUseWriter">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../script-dir/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
<script type="text/javascript" src="../../../../../../script-dir/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="../../../../../../script-dir/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="../../../../../../script-dir/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="../../../../../../script-dir/jquery-3.4.1.js"></script>
<script type="text/javascript" src="../../../../../../script-dir/jquery-ui.js"></script>
</head>
<body class="class-use">
<script type="text/javascript">var pathtoroot = "../../../../../../";
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<div class="flexBox">
<header role="banner" class="flexHeader">
<nav role="navigation">
<!-- ========= 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><a href="../TestResponse.html" title="class in com.brettonw.bedrock.servlet.test">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-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<div class="navListSearch"><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</div>
</div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="skipNav"><a id="skip.navbar.top">
<!-- -->
</a></div>
</nav>
</header>
<div class="flexContent">
<main role="main">
<div class="header">
<h1 title="Uses of Class com.brettonw.bedrock.servlet.test.TestResponse" class="title">Uses of Class<br>com.brettonw.bedrock.servlet.test.TestResponse</h1>
</div>
<div class="classUseContainer">No usage of com.brettonw.bedrock.servlet.test.TestResponse</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><a href="../TestResponse.html" title="class in com.brettonw.bedrock.servlet.test">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-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright © 2020. All rights reserved.</small></p>
</footer>
</div>
</div>
</body>
</html>
| brettonw/Bedrock | applications/bedrock-site/src/main/webapp/dist/1.6.2/docs/servlet-tester/com/brettonw/bedrock/servlet/test/class-use/TestResponse.html | HTML | mit | 4,215 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>list-plus: 13 s</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.5.0~camlp4 / list-plus - 1.1.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
list-plus
<small>
1.1.0
<span class="label label-success">13 s</span>
</small>
</h1>
<p><em><script>document.write(moment("2020-09-23 22:02:02 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-09-23 22:02:02 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-ocamlbuild base OCamlbuild binary and libraries distributed with the OCaml compiler
base-threads base
base-unix base
camlp4 4.02+7 Camlp4 is a system for writing extensible parsers for programming languages
conf-findutils 1 Virtual package relying on findutils
conf-which 1 Virtual package relying on which
coq 8.5.0~camlp4 Formal proof management system.
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.02.3 The OCaml compiler (virtual package)
ocaml-base-compiler 4.02.3 Official 4.02.3 release
ocaml-config 1 OCaml Switch Configuration
ocamlbuild 0 Build system distributed with the OCaml compiler since OCaml 3.10.0
# opam file:
opam-version: "2.0"
maintainer: "dev@clarus.me"
homepage: "https://github.com/clarus/coq-list-plus"
dev-repo: "git+https://github.com/clarus/coq-list-plus.git"
bug-reports: "https://github.com/clarus/coq-list-plus/issues"
authors: ["Guillaume Claret"]
license: "MIT"
build: [
["./configure.sh"]
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/ListPlus"]
depends: [
"ocaml"
"coq" {>= "8.4pl4"}
]
synopsis: "More functions on lists"
flags: light-uninstall
url {
src: "https://github.com/clarus/coq-list-plus/archive/1.1.0.tar.gz"
checksum: "md5=c192305beb883b81a48f609d1ba674f9"
}
</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-list-plus.1.1.0 coq.8.5.0~camlp4</code></dd>
<dt>Return code</dt>
<dd>0</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>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 4000000; timeout 2h opam install -y --deps-only coq-list-plus.1.1.0 coq.8.5.0~camlp4</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>11 s</dd>
</dl>
<h2>Install</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 16000000; timeout 2h opam install -y -v coq-list-plus.1.1.0 coq.8.5.0~camlp4</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>13 s</dd>
</dl>
<h2>Installation size</h2>
<p>Total: 41 K</p>
<ul>
<li>18 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ListPlus/Sort.vo</code></li>
<li>13 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ListPlus/List.vo</code></li>
<li>9 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ListPlus/All.vo</code></li>
</ul>
<h2>Uninstall</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq-list-plus.1.1.0</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.02.3-2.0.1/released/8.5.0~camlp4/list-plus/1.1.0.html | HTML | mit | 6,942 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>circuits: 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.14.1 / circuits - 8.7.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
circuits
<small>
8.7.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-12-15 19:54:23 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-15 19:54:23 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.14.1 Formal proof management system
dune 2.9.1 Fast, portable, and opinionated build system
ocaml 4.09.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.09.1 Official release 4.09.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/circuits"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Circuits"]
depends: [
"ocaml"
"coq" {>= "8.7" & < "8.8~"}
]
tags: [ "keyword: hardware verification" "category: Computer Science/Architecture" ]
authors: [ "Laurent Arditi" ]
bug-reports: "https://github.com/coq-contribs/circuits/issues"
dev-repo: "git+https://github.com/coq-contribs/circuits.git"
synopsis: "Some proofs of hardware (adder, multiplier, memory block instruction)"
description: """
definition and proof of a combinatorial adder, a
sequential multiplier, a memory block instruction"""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/circuits/archive/v8.7.0.tar.gz"
checksum: "md5=05ac6b8fb69faf7e0a90342775f9f6ad"
}
</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-circuits.8.7.0 coq.8.14.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.14.1).
The following dependencies couldn't be met:
- coq-circuits -> coq < 8.8~ -> ocaml < 4.06.0
base of this switch (use `--unlock-base' to force)
Your request can't be satisfied:
- No available version of coq satisfies the constraints
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-circuits.8.7.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.09.1-2.0.6/released/8.14.1/circuits/8.7.0.html | HTML | mit | 6,952 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.9.1"/>
<title>V8 API Reference Guide for io.js v1.4.1 - v1.5.1: Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">V8 API Reference Guide for io.js v1.4.1 - v1.5.1
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.9.1 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1_unbound_script.html">UnboundScript</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">v8::UnboundScript Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="classv8_1_1_unbound_script.html">v8::UnboundScript</a>, including all inherited members.</p>
<table class="directory">
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_unbound_script.html#a0f3354dc71e3f831d10f6e82704a4c2b">BindToCurrentContext</a>()</td><td class="entry"><a class="el" href="classv8_1_1_unbound_script.html">v8::UnboundScript</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>GetId</b>() (defined in <a class="el" href="classv8_1_1_unbound_script.html">v8::UnboundScript</a>)</td><td class="entry"><a class="el" href="classv8_1_1_unbound_script.html">v8::UnboundScript</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_unbound_script.html#a020ca8bbe6ea2313aeedc993ccac3741">GetLineNumber</a>(int code_pos)</td><td class="entry"><a class="el" href="classv8_1_1_unbound_script.html">v8::UnboundScript</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>GetScriptName</b>() (defined in <a class="el" href="classv8_1_1_unbound_script.html">v8::UnboundScript</a>)</td><td class="entry"><a class="el" href="classv8_1_1_unbound_script.html">v8::UnboundScript</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_unbound_script.html#a00862170298ab31131a1fe43b6440f81">GetSourceMappingURL</a>()</td><td class="entry"><a class="el" href="classv8_1_1_unbound_script.html">v8::UnboundScript</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_unbound_script.html#a415e7ba0382e95b9488e6125884754e0">GetSourceURL</a>()</td><td class="entry"><a class="el" href="classv8_1_1_unbound_script.html">v8::UnboundScript</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>kNoScriptId</b> (defined in <a class="el" href="classv8_1_1_unbound_script.html">v8::UnboundScript</a>)</td><td class="entry"><a class="el" href="classv8_1_1_unbound_script.html">v8::UnboundScript</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue Aug 11 2015 23:49:25 for V8 API Reference Guide for io.js v1.4.1 - v1.5.1 by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.9.1
</small></address>
</body>
</html>
| v8-dox/v8-dox.github.io | a558cd0/html/classv8_1_1_unbound_script-members.html | HTML | mit | 6,478 |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- 選舉資料查詢 -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>中選會選舉資料庫網站</title>
<link rel="stylesheet" type="text/css" href="http://db.cec.gov.tw/votehist.css">
<script type="text/javascript">
function AddToFaves_hp() {
var is_4up = parseInt(navigator.appVersion);
var is_mac = navigator.userAgent.toLowerCase().indexOf("mac")!=-1;
var is_ie = navigator.userAgent.toLowerCase().indexOf("msie")!=-1;
var thePage = location.href;
if (thePage.lastIndexOf('#')!=-1)
thePage = thePage.substring(0,thePage.lastIndexOf('#'));
if (is_ie && is_4up && !is_mac)
window.external.AddFavorite(thePage,document.title);
else if (is_ie || document.images)
booker_hp = window.open(thePage,'booker_','menubar,width=325,height=100,left=140,top=60');
//booker_hp.focus();
}
</script>
</head>
<body class="frame">
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- 標題:選舉資料庫網站 -->
<div style="width: 100%; height: 56px; margin: 0px 0px 0px 0px; border-style: solid; border-width: 0px 0px 1px 0px; border-color: black;">
<div style="float: left;">
<img src="http://db.cec.gov.tw/images/main_title.gif" />
</div>
<div style="width: 100%; height: 48px;">
<div style="text-align: center;">
<img src="http://db.cec.gov.tw/images/small_ghost.gif" /> <span
style="height: 30px; font-size: 20px;"> <a href="http://www.cec.gov.tw"
style="text-decoration: none;">回中選會網站</a>
</span>
</div>
</div>
<div style="width: 100%; height: 8px; background-color: #fde501;">
</div>
</div>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- 頁籤 -->
<div
style="width: 100%; height: 29px; background-image: url('http://db.cec.gov.tw/images/tab_background.gif'); background-repeat: repeat-x;">
<div style="text-align: center;">
<a href="histMain.jsp"><img border="0" src="http://db.cec.gov.tw/images/tab_01.gif" /></a>
<a href="histCand.jsp"><img border="0" src="http://db.cec.gov.tw/images/tab_02.gif" /></a>
<!-- <a href=""><img border="0" src="images/tab_03.gif" /></a> -->
<!-- <a href=""><img border="0" src="images/tab_04.gif" /></a> -->
<a href="histQuery.jsp?voteCode=20120101T1A2&qryType=ctks&prvCode=01&cityCode=000&areaCode=05&deptCode=008&liCode=0286#"><img border="0" src="http://db.cec.gov.tw/images/tab_05.gif" onClick="AddToFaves_hp()" /></a>
<a href="mailto:info@cec.gov.tw;ytlin@cec.gov.tw"><img border="0" src="http://db.cec.gov.tw/images/tab_06.gif" /></a>
</div>
</div>
<div
style="width: 100%; height: 22px; background-image: url('http://db.cec.gov.tw/images/tab_separator.gif'); background-repeat: repeat-x;">
</div>
<div class="query">
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- 子頁面:查詢候選人得票數 -->
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- 標題 -->
<div class="titlebox">
<div class="title">
<div class="head">第 08 屆 立法委員選舉(區域) 候選人得票數</div>
<div class="date">投票日期:中華民國101年01月14日</div>
<div class="separator"></div>
</div>
</div>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- 查詢:候選人得票數,縣市多選區,如區域立委 -->
<link rel="stylesheet" type="text/css" href="http://db.cec.gov.tw/qryCtks.css" />
<!-- 投開票所表頭 -->
<table class="ctks" width="950" height="22" border=1 cellpadding="0" cellspacing="0" >
<tr class="title">
<td nowrap align="center">地區</td>
<td nowrap align="center">姓名</td>
<td nowrap align="center">號次</td>
<td nowrap align="center">得票數</td>
<td nowrap align="center">得票率</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap rowspan=7 align=center>臺北市第05選區萬華區新安里第0842投開票所</td>
<td nowrap align="center">陳彥甫</td>
<td nowrap align="center">1</td>
<td nowrap align="right">10</td>
<td nowrap align="right"> 0.92%</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap align="center">楊烱煌</td>
<td nowrap align="center">2</td>
<td nowrap align="right">9</td>
<td nowrap align="right"> 0.82%</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap align="center">劉美娟</td>
<td nowrap align="center">3</td>
<td nowrap align="right">6</td>
<td nowrap align="right"> 0.55%</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap align="center">顏聖冠</td>
<td nowrap align="center">4</td>
<td nowrap align="right">430</td>
<td nowrap align="right"> 39.59%</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap align="center">葉玫</td>
<td nowrap align="center">5</td>
<td nowrap align="right">6</td>
<td nowrap align="right"> 0.55%</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap align="center">周志文</td>
<td nowrap align="center">6</td>
<td nowrap align="right">5</td>
<td nowrap align="right"> 0.46%</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap align="center">林郁方</td>
<td nowrap align="center">7</td>
<td nowrap align="right">620</td>
<td nowrap align="right"> 57.09%</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap rowspan=7 align=center>臺北市第05選區萬華區新安里第0843投開票所</td>
<td nowrap align="center">陳彥甫</td>
<td nowrap align="center">1</td>
<td nowrap align="right">7</td>
<td nowrap align="right"> 0.68%</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap align="center">楊烱煌</td>
<td nowrap align="center">2</td>
<td nowrap align="right">7</td>
<td nowrap align="right"> 0.68%</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap align="center">劉美娟</td>
<td nowrap align="center">3</td>
<td nowrap align="right">2</td>
<td nowrap align="right"> 0.19%</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap align="center">顏聖冠</td>
<td nowrap align="center">4</td>
<td nowrap align="right">421</td>
<td nowrap align="right"> 41.47%</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap align="center">葉玫</td>
<td nowrap align="center">5</td>
<td nowrap align="right">4</td>
<td nowrap align="right"> 0.39%</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap align="center">周志文</td>
<td nowrap align="center">6</td>
<td nowrap align="right">1</td>
<td nowrap align="right"> 0.09%</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap align="center">林郁方</td>
<td nowrap align="center">7</td>
<td nowrap align="right">573</td>
<td nowrap align="right"> 56.45%</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap rowspan=7 align=center>臺北市第05選區萬華區新安里第0844投開票所</td>
<td nowrap align="center">陳彥甫</td>
<td nowrap align="center">1</td>
<td nowrap align="right">14</td>
<td nowrap align="right"> 1.67%</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap align="center">楊烱煌</td>
<td nowrap align="center">2</td>
<td nowrap align="right">5</td>
<td nowrap align="right"> 0.59%</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap align="center">劉美娟</td>
<td nowrap align="center">3</td>
<td nowrap align="right">6</td>
<td nowrap align="right"> 0.71%</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap align="center">顏聖冠</td>
<td nowrap align="center">4</td>
<td nowrap align="right">263</td>
<td nowrap align="right"> 31.53%</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap align="center">葉玫</td>
<td nowrap align="center">5</td>
<td nowrap align="right">9</td>
<td nowrap align="right"> 1.07%</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap align="center">周志文</td>
<td nowrap align="center">6</td>
<td nowrap align="right">4</td>
<td nowrap align="right"> 0.47%</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap align="center">林郁方</td>
<td nowrap align="center">7</td>
<td nowrap align="right">533</td>
<td nowrap align="right"> 63.90%</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap rowspan=7 align=center>臺北市第05選區萬華區新安里第0845投開票所</td>
<td nowrap align="center">陳彥甫</td>
<td nowrap align="center">1</td>
<td nowrap align="right">8</td>
<td nowrap align="right"> 0.75%</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap align="center">楊烱煌</td>
<td nowrap align="center">2</td>
<td nowrap align="right">3</td>
<td nowrap align="right"> 0.28%</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap align="center">劉美娟</td>
<td nowrap align="center">3</td>
<td nowrap align="right">0</td>
<td nowrap align="right"> 0.00%</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap align="center">顏聖冠</td>
<td nowrap align="center">4</td>
<td nowrap align="right">238</td>
<td nowrap align="right"> 22.38%</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap align="center">葉玫</td>
<td nowrap align="center">5</td>
<td nowrap align="right">8</td>
<td nowrap align="right"> 0.75%</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap align="center">周志文</td>
<td nowrap align="center">6</td>
<td nowrap align="right">2</td>
<td nowrap align="right"> 0.18%</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap align="center">林郁方</td>
<td nowrap align="center">7</td>
<td nowrap align="right">804</td>
<td nowrap align="right"> 75.63%</td>
</tr>
</table>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<div style="width: 100%; height: 20px; margin: 30px 0px 0px 0px; text-align: center; ">
<span>
<img src="http://db.cec.gov.tw/images/leave_arrow_left.gif" />
</span>
<span style="margin: 0px 10px 0px 10px; ">
<a style="text-decoration: none; font-size: 15px; " href="histPrint">下載</a>
</span>
<span>
<img src="http://db.cec.gov.tw/images/leave_arrow_right.gif" />
</span>
<span style="margin-right: 100px;"> </span>
<span>
<img src="http://db.cec.gov.tw/images/leave_arrow_left.gif" />
</span>
<span style="margin: 0px 10px 0px 10px; ">
<a style="text-decoration: none; font-size: 15px; " href="histMain.jsp">離開</a>
</span>
<span>
<img src="http://db.cec.gov.tw/images/leave_arrow_right.gif" />
</span>
</div>
</div>
</body>
</html> | g0v/projectV | mirror/prvCode_07/cityCode_000-areaCode_05-deptCode_008/voteCode_20120101T1A2-qryType_ctks-prvCode_01-cityCode_000-areaCode_05-deptCode_008-liCode_0286.html | HTML | mit | 11,470 |
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/3.0.3/normalize.css">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.css">
<link rel="stylesheet" type="text/css" href="../styling/mycss.css">
<script src="https://use.fontawesome.com/0c6d7a96cd.js"></script>
</head>
<body>
<div>
<div class="container header" id="mypic">
<div class="row">
<div class="twelve columns ext-links">
<ul id="social-links">
<li>
<a href="http://mandy-kate.github.io/">
<i class="fa fa-home fa-4x" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/mandy-baker-60306737?trk=hp-identity-name">
<i class="fa fa-linkedin fa-4x" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://github.com/mandy-kate">
<i class="fa fa-github fa-4x" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="mailto:mandykatebaker@gmail.com">
<i class="fa fa-envelope-o fa-4x" aria-hidden="true"></i>
</a>
</li>
</ul>
</div>
<div class= "contain">
<div class="row">
<div class="twelve columns heading">
<h1> Self Confidence<h1>
<h3> Mandy Baker </h3>
</div>
</div>
</div>
</div>
</div>
<section class="container">
<div class="row">
<article class="twelve columns blogcontent">
<p> 18 June 2016 </p>
<h4> Moving from self awareness to self confidence</h4>
<p> Mindfulness means paying attention in a particular way: on purpose, in the preent moment, and non-judgementally. Where as self-awareness is a neutral mode that maintains self-reflectiveness even in the midst of chaos and/or times of stress</p>
<p>This weeks chapter presents the case that self awareness is the key domain of emotional intelligence. Our enagement in self-awareness is a necessary step in gaining control over our emoional lives. The book uses a metaphor to describe this:</p>
<p><div id = quote><em>"The moment you see a raging river, it means you are already rising above it"</em></div></p>
<p>Similarly, the moment you see an emotion, you are no longer fully engulfed in it or by it. The chapter moves on to talk about self confidnece - more specficially the self-knowledge and blatant self-honesty needed for sustainable self-confidence. This means having nothing to hide from oneself and it comes from accurate self-assessment. If we can assess ourselves accurately, we can clearly and objectively see our greatest strengths and our biggest weaknesses. We become honest to ourselves about our aspirations and desires. We learn about our prioritieis in life, what is important to us, and what is not important that we can let go. We want to reach a point where we are comfortable in our own skins and there are no skeletons in our closets we do not already know about.</p>
</article>
</div>
</section>
</body>
</html> | mandy-kate/mandy-kate.github.io | blogs/c5-self-confidence.html | HTML | mit | 3,619 |
<!doctype html>
<html class="default no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>CheckEquality | js-criteria</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../assets/css/main.css">
</head>
<body>
<header>
<div class="tsd-page-toolbar">
<div class="container">
<div class="table-wrap">
<div class="table-cell" id="tsd-search" data-index="../assets/js/search.js" data-base="..">
<div class="field">
<label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
<input id="tsd-search-field" type="text" />
</div>
<ul class="results">
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="../index.html" class="title">js-criteria</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
<a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
<div class="tsd-filter-group">
<div class="tsd-select" id="tsd-filter-visibility">
<span class="tsd-select-label">All</span>
<ul class="tsd-select-list">
<li data-value="public">Public</li>
<li data-value="protected">Public/Protected</li>
<li data-value="private" class="selected">All</li>
</ul>
</div>
<input type="checkbox" id="tsd-filter-inherited" checked />
<label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
<input type="checkbox" id="tsd-filter-externals" checked />
<label class="tsd-widget" for="tsd-filter-externals">Externals</label>
<input type="checkbox" id="tsd-filter-only-exported" />
<label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label>
</div>
</div>
<a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
</div>
</div>
</div>
</div>
<div class="tsd-page-title">
<div class="container">
<ul class="tsd-breadcrumb">
<li>
<a href="../globals.html">Globals</a>
</li>
<li>
<a href="../modules/_api_predicates_.html">"api/Predicates"</a>
</li>
<li>
<a href="_api_predicates_.checkequality.html">CheckEquality</a>
</li>
</ul>
<h1>Interface CheckEquality</h1>
</div>
</div>
</header>
<div class="container container-main">
<div class="row">
<div class="col-8 col-content">
<section class="tsd-panel tsd-hierarchy">
<h3>Hierarchy</h3>
<ul class="tsd-hierarchy">
<li>
<span class="target">CheckEquality</span>
</li>
</ul>
</section>
<section class="tsd-panel">
<h3 class="tsd-before-signature">Callable</h3>
<ul class="tsd-signatures tsd-kind-interface tsd-parent-kind-external-module">
<li class="tsd-signature tsd-kind-icon">__call<span class="tsd-signature-symbol">(</span>leftValue<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span>, rightValue<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/wasabi-io/js-criteria/blob/5b3fed6/src/api/Predicates.ts#L13">api/Predicates.ts:13</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>leftValue: <span class="tsd-signature-type">any</span></h5>
</li>
<li>
<h5>rightValue: <span class="tsd-signature-type">any</span></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
</li>
</ul>
</section>
</div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<nav class="tsd-navigation primary">
<ul>
<li class="globals ">
<a href="../globals.html"><em>Globals</em></a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/_api_criteria_.html">"api/<wbr>Criteria"</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/_api_criteriaresult_.html">"api/<wbr>Criteria<wbr>Result"</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/_api_order_.html">"api/<wbr>Order"</a>
</li>
<li class="current tsd-kind-external-module">
<a href="../modules/_api_predicates_.html">"api/<wbr>Predicates"</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/_api_property_.html">"api/<wbr>Property"</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/_api_restrictions_.html">"api/<wbr>Restrictions"</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/_api_index_.html">"api/index"</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/_index_.html">"index"</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/_lang_type_.html">"lang/<wbr>Type"</a>
</li>
</ul>
</nav>
<nav class="tsd-navigation secondary menu-sticky">
<ul class="before-current">
<li class=" tsd-kind-class tsd-parent-kind-external-module">
<a href="../classes/_api_predicates_.predicates.html" class="tsd-kind-icon">Predicates</a>
</li>
</ul>
<ul class="current">
<li class="current tsd-kind-interface tsd-parent-kind-external-module">
<a href="_api_predicates_.checkequality.html" class="tsd-kind-icon">Check<wbr>Equality</a>
</li>
</ul>
<ul class="after-current">
<li class=" tsd-kind-interface tsd-parent-kind-external-module">
<a href="_api_predicates_.predicate.html" class="tsd-kind-icon">Predicate</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-external-module">
<a href="_api_predicates_.predicatemultiple.html" class="tsd-kind-icon">Predicate<wbr>Multiple</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<footer class="with-border-bottom">
<div class="container">
<h2>Legend</h2>
<div class="tsd-legend-group">
<ul class="tsd-legend">
<li class="tsd-kind-module"><span class="tsd-kind-icon">Module</span></li>
<li class="tsd-kind-object-literal"><span class="tsd-kind-icon">Object literal</span></li>
<li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
<li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
<li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
<li class="tsd-kind-index-signature"><span class="tsd-kind-icon">Index signature</span></li>
<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li>
<li class="tsd-kind-enum-member"><span class="tsd-kind-icon">Enumeration member</span></li>
<li class="tsd-kind-property tsd-parent-kind-enum"><span class="tsd-kind-icon">Property</span></li>
<li class="tsd-kind-method tsd-parent-kind-enum"><span class="tsd-kind-icon">Method</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
<li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
<li class="tsd-kind-constructor tsd-parent-kind-interface"><span class="tsd-kind-icon">Constructor</span></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
<li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li>
<li class="tsd-kind-index-signature tsd-parent-kind-interface"><span class="tsd-kind-icon">Index signature</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
<li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
<li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li>
<li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class"><span class="tsd-kind-icon">Accessor</span></li>
<li class="tsd-kind-index-signature tsd-parent-kind-class"><span class="tsd-kind-icon">Index signature</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li>
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited accessor</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected accessor</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private accessor</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li>
<li class="tsd-kind-call-signature tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li>
</ul>
</div>
</div>
</footer>
<div class="container tsd-generator">
<p>Generated using <a href="http://typedoc.org/" target="_blank">TypeDoc</a></p>
</div>
<div class="overlay"></div>
<script src="../assets/js/main.js"></script>
<script>if (location.protocol == 'file:') document.write('<script src="../assets/js/search.js"><' + '/script>');</script>
</body>
</html> | kbukum/js-criteria | docs/interfaces/_api_predicates_.checkequality.html | HTML | mit | 11,121 |
<!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 (1.8.0_171) on Tue May 29 11:22:22 CEST 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Interface com.github.thorbenkuck.netcom2.network.shared.cache.Cache (NetCom2 1.1-SNAPSHOT API)</title>
<meta name="date" content="2018-05-29">
<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="Uses of Interface com.github.thorbenkuck.netcom2.network.shared.cache.Cache (NetCom2 1.1-SNAPSHOT API)";
}
}
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><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../../com/github/thorbenkuck/netcom2/network/shared/cache/Cache.html" title="interface in com.github.thorbenkuck.netcom2.network.shared.cache">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-all.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?com/github/thorbenkuck/netcom2/network/shared/cache/class-use/Cache.html" target="_top">Frames</a></li>
<li><a href="Cache.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 Interface com.github.thorbenkuck.netcom2.network.shared.cache.Cache" class="title">Uses of Interface<br>com.github.thorbenkuck.netcom2.network.shared.cache.Cache</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../../../../com/github/thorbenkuck/netcom2/network/shared/cache/Cache.html" title="interface in com.github.thorbenkuck.netcom2.network.shared.cache">Cache</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="#com.github.thorbenkuck.netcom2.network.interfaces">com.github.thorbenkuck.netcom2.network.interfaces</a></td>
<td class="colLast">
<div class="block">This package contains interfaces, that are relevant for both the server and the client package.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#com.github.thorbenkuck.netcom2.network.shared.cache">com.github.thorbenkuck.netcom2.network.shared.cache</a></td>
<td class="colLast">
<div class="block">This package contains multiple interfaces and Objects, regarding an low-level-cache.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="com.github.thorbenkuck.netcom2.network.interfaces">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../../com/github/thorbenkuck/netcom2/network/shared/cache/Cache.html" title="interface in com.github.thorbenkuck.netcom2.network.shared.cache">Cache</a> in <a href="../../../../../../../../com/github/thorbenkuck/netcom2/network/interfaces/package-summary.html">com.github.thorbenkuck.netcom2.network.interfaces</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../../../com/github/thorbenkuck/netcom2/network/interfaces/package-summary.html">com.github.thorbenkuck.netcom2.network.interfaces</a> that return <a href="../../../../../../../../com/github/thorbenkuck/netcom2/network/shared/cache/Cache.html" title="interface in com.github.thorbenkuck.netcom2.network.shared.cache">Cache</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../com/github/thorbenkuck/netcom2/network/shared/cache/Cache.html" title="interface in com.github.thorbenkuck.netcom2.network.shared.cache">Cache</a></code></td>
<td class="colLast"><span class="typeNameLabel">NetworkInterface.</span><code><span class="memberNameLink"><a href="../../../../../../../../com/github/thorbenkuck/netcom2/network/interfaces/NetworkInterface.html#cache--">cache</a></span>()</code>
<div class="block">Provides the internal cache of the ClientStart.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="com.github.thorbenkuck.netcom2.network.shared.cache">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../../com/github/thorbenkuck/netcom2/network/shared/cache/Cache.html" title="interface in com.github.thorbenkuck.netcom2.network.shared.cache">Cache</a> in <a href="../../../../../../../../com/github/thorbenkuck/netcom2/network/shared/cache/package-summary.html">com.github.thorbenkuck.netcom2.network.shared.cache</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../../../../com/github/thorbenkuck/netcom2/network/shared/cache/package-summary.html">com.github.thorbenkuck.netcom2.network.shared.cache</a> that implement <a href="../../../../../../../../com/github/thorbenkuck/netcom2/network/shared/cache/Cache.html" title="interface in com.github.thorbenkuck.netcom2.network.shared.cache">Cache</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../com/github/thorbenkuck/netcom2/network/shared/cache/CacheImpl.html" title="class in com.github.thorbenkuck.netcom2.network.shared.cache">CacheImpl</a></span></code>
<div class="block">..</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../../../com/github/thorbenkuck/netcom2/network/shared/cache/package-summary.html">com.github.thorbenkuck.netcom2.network.shared.cache</a> that return <a href="../../../../../../../../com/github/thorbenkuck/netcom2/network/shared/cache/Cache.html" title="interface in com.github.thorbenkuck.netcom2.network.shared.cache">Cache</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../../../com/github/thorbenkuck/netcom2/network/shared/cache/Cache.html" title="interface in com.github.thorbenkuck.netcom2.network.shared.cache">Cache</a></code></td>
<td class="colLast"><span class="typeNameLabel">Cache.</span><code><span class="memberNameLink"><a href="../../../../../../../../com/github/thorbenkuck/netcom2/network/shared/cache/Cache.html#create--">create</a></span>()</code>
<div class="block">Instantiates a new Cache.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</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><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../../com/github/thorbenkuck/netcom2/network/shared/cache/Cache.html" title="interface in com.github.thorbenkuck.netcom2.network.shared.cache">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-all.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?com/github/thorbenkuck/netcom2/network/shared/cache/class-use/Cache.html" target="_top">Frames</a></li>
<li><a href="Cache.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>Copyright © 2018. All rights reserved.</small></p>
</body>
</html>
| ThorbenKuck/NetCom2 | docs/apidocs/com/github/thorbenkuck/netcom2/network/shared/cache/class-use/Cache.html | HTML | mit | 10,709 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_65) on Wed Dec 03 20:05:07 CET 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class net.sourceforge.pmd.lang.java.rule.JavaRuleViolationFactory (PMD Java 5.2.2 API)</title>
<meta name="date" content="2014-12-03">
<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 net.sourceforge.pmd.lang.java.rule.JavaRuleViolationFactory (PMD Java 5.2.2 API)";
}
//-->
</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="../../../../../../../net/sourceforge/pmd/lang/java/rule/JavaRuleViolationFactory.html" title="class in net.sourceforge.pmd.lang.java.rule">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-all.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?net/sourceforge/pmd/lang/java/rule/class-use/JavaRuleViolationFactory.html" target="_top">Frames</a></li>
<li><a href="JavaRuleViolationFactory.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 net.sourceforge.pmd.lang.java.rule.JavaRuleViolationFactory" class="title">Uses of Class<br>net.sourceforge.pmd.lang.java.rule.JavaRuleViolationFactory</h2>
</div>
<div class="classUseContainer">No usage of net.sourceforge.pmd.lang.java.rule.JavaRuleViolationFactory</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="../../../../../../../net/sourceforge/pmd/lang/java/rule/JavaRuleViolationFactory.html" title="class in net.sourceforge.pmd.lang.java.rule">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-all.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?net/sourceforge/pmd/lang/java/rule/class-use/JavaRuleViolationFactory.html" target="_top">Frames</a></li>
<li><a href="JavaRuleViolationFactory.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>Copyright © 2002–2014 <a href="http://pmd.sourceforge.net/">InfoEther</a>. All rights reserved.</small></p>
</body>
</html>
| byronka/xenos | utils/pmd-bin-5.2.2/docs/pmd-java/apidocs/net/sourceforge/pmd/lang/java/rule/class-use/JavaRuleViolationFactory.html | HTML | mit | 4,723 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.