path
stringlengths 5
312
| repo_name
stringlengths 5
116
| content
stringlengths 2
1.04M
|
|---|---|---|
node_modules/aframe/gh-pages/index.html
|
KerPerr/website
|
<!DOCTYPE html>
<html>
<head>
<!-- Origin Trial Token, feature = WebVR (For Chrome M59+), origin = https://aframe.io, expires = 2017-07-28 -->
<meta http-equiv="origin-trial" data-feature="WebVR (For Chrome M59+)" data-expires="2017-07-28" content="ArFv1ZeTwzkhjNE00uAE+XtiQB41fwqG/TqlFMLrepd9sforQSvQE/tgfIbUMYNuNre4QR1k4/z8xp2mV3dbhwwAAABeeyJvcmlnaW4iOiJodHRwczovL2FmcmFtZS5pbzo0NDMiLCJmZWF0dXJlIjoiV2ViVlIxLjEiLCJleHBpcnkiOjE1MDEyMTcwMDIsImlzU3ViZG9tYWluIjp0cnVlfQ==">
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=examples/">
</head>
<body></body>
</html>
|
clean/Linux-x86_64-4.06.1-2.0.5/released/8.7.1+2/stdpp/1.3.0.html
|
coq-bench/coq-bench.github.io
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>stdpp: 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.7.1+2 / stdpp - 1.3.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
stdpp
<small>
1.3.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-11-21 02:02:39 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-21 02:02:39 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 1 Virtual package relying on perl
coq 8.7.1+2 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.06.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.06.1 Official 4.06.1 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
name: "coq-stdpp"
maintainer: "Ralf Jung <jung@mpi-sws.org>"
authors: "Robbert Krebbers, Jacques-Henri Jourdan, Ralf Jung"
license: "BSD"
homepage: "https://gitlab.mpi-sws.org/iris/stdpp"
bug-reports: "https://gitlab.mpi-sws.org/iris/stdpp/issues"
dev-repo: "git+https://gitlab.mpi-sws.org/iris/stdpp.git"
tags: [
"date:2020-03-18"
"logpath:stdpp"
]
synopsis: "std++ is an extended \"Standard Library\" for Coq"
description: """
The key features of this library are as follows:
- It provides a great number of definitions and lemmas for common data
structures such as lists, finite maps, finite sets, and finite multisets.
- It uses type classes for common notations (like `∅`, `∪`, and Haskell-style
monad notations) so that these can be overloaded for different data structures.
- It uses type classes to keep track of common properties of types, like it
having decidable equality or being countable or finite.
- Most data structures are represented in canonical ways so that Leibniz
equality can be used as much as possible (for example, for maps we have
`m1 = m2` iff `∀ i, m1 !! i = m2 !! i`). On top of that, the library provides
setoid instances for most types and operations.
- It provides various tactics for common tasks, like an ssreflect inspired
`done` tactic for finishing trivial goals, a simple breadth-first solver
`naive_solver`, an equality simplifier `simplify_eq`, a solver `solve_proper`
for proving compatibility of functions with respect to relations, and a solver
`set_solver` for goals involving set operations.
- It is entirely dependency- and axiom-free.
"""
depends: [
"coq" { (= "8.7.2") | (= "8.8.2") | (>= "8.9.1" & < "8.12~") | (= "dev") }
]
build: [make "-j%{jobs}%"]
install: [make "install"]
url {
src:
"https://gitlab.mpi-sws.org/iris/stdpp/-/archive/coq-stdpp-1.3.0.tar.gz"
checksum:
"sha512=82247189f655c0ad60a81864b6f88a10933cacd79c35405dc812b7e6ca1938b3770c5d5339419f9e8252880acf028c767b2191061bbe1bfcdba3c05a960ed001"
}
</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-stdpp.1.3.0 coq.8.7.1+2</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.7.1+2).
The following dependencies couldn't be met:
- coq-stdpp -> coq (= 8.7.2 & = 8.8.2 & >= 8.9.1 & = dev)
no matching version
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-stdpp.1.3.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>
|
clean/Linux-x86_64-4.06.1-2.0.5/released/8.11.2/mathcomp-ssreflect/1.10.0.html
|
coq-bench/coq-bench.github.io
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>mathcomp-ssreflect: 1 m 54 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.11.2 / mathcomp-ssreflect - 1.10.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
mathcomp-ssreflect
<small>
1.10.0
<span class="label label-success">1 m 54 s 🏆</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-11-26 20:00:27 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-26 20:00:27 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
coq 8.11.2 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.06.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.06.1 Official 4.06.1 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "Mathematical Components <mathcomp-dev@sympa.inria.fr>"
homepage: "https://math-comp.github.io/"
bug-reports: "https://github.com/math-comp/math-comp/issues"
dev-repo: "git+https://github.com/math-comp/math-comp.git"
license: "CeCILL-B"
build: [ make "-C" "mathcomp/ssreflect" "-j" "%{jobs}%" ]
install: [ make "-C" "mathcomp/ssreflect" "install" ]
depends: [ "coq" { (>= "8.7" & < "8.12~") } ]
tags: [ "keyword:small scale reflection" "keyword:mathematical components" "keyword:odd order theorem" "logpath:mathcomp.ssreflect" ]
authors: [ "Jeremy Avigad <>" "Andrea Asperti <>" "Stephane Le Roux <>" "Yves Bertot <>" "Laurence Rideau <>" "Enrico Tassi <>" "Ioana Pasca <>" "Georges Gonthier <>" "Sidi Ould Biha <>" "Cyril Cohen <>" "Francois Garillot <>" "Alexey Solovyev <>" "Russell O'Connor <>" "Laurent Théry <>" "Assia Mahboubi <>" ]
synopsis: "Small Scale Reflection"
description: """
This library includes the small scale reflection proof language
extension and the minimal set of libraries to take advantage of it.
This includes libraries on lists (seq), boolean and boolean
predicates, natural numbers and types with decidable equality,
finite types, finite sets, finite functions, finite graphs, basic arithmetics
and prime numbers, big operators
"""
url {
src: "http://github.com/math-comp/math-comp/archive/mathcomp-1.10.0.tar.gz"
checksum: "sha256=3f8a88417f3456da05e2755ea0510c1bd3fd13b13c41e62fbaa3de06be040166"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-mathcomp-ssreflect.1.10.0 coq.8.11.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-mathcomp-ssreflect.1.10.0 coq.8.11.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-mathcomp-ssreflect.1.10.0 coq.8.11.2</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>1 m 54 s</dd>
</dl>
<h2>Installation size</h2>
<p>Total: 21 M</p>
<ul>
<li>11 M <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/ssreflect/ssrnat.vo</code></li>
<li>924 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/ssreflect/seq.vo</code></li>
<li>759 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/ssreflect/seq.glob</code></li>
<li>656 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/ssreflect/finset.glob</code></li>
<li>582 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/ssreflect/bigop.glob</code></li>
<li>573 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/ssreflect/finset.vo</code></li>
<li>462 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/ssreflect/ssrnat.glob</code></li>
<li>446 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/ssreflect/prime.glob</code></li>
<li>439 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/ssreflect/bigop.vo</code></li>
<li>435 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/ssreflect/fintype.glob</code></li>
<li>428 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/ssreflect/prime.vo</code></li>
<li>427 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/ssreflect/path.vo</code></li>
<li>407 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/ssreflect/fintype.vo</code></li>
<li>341 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/ssreflect/path.glob</code></li>
<li>333 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/ssreflect/div.glob</code></li>
<li>264 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/ssreflect/fingraph.vo</code></li>
<li>256 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/ssreflect/div.vo</code></li>
<li>254 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/ssreflect/binomial.vo</code></li>
<li>241 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/ssreflect/fingraph.glob</code></li>
<li>222 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/ssreflect/binomial.glob</code></li>
<li>155 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/ssreflect/choice.vo</code></li>
<li>153 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/ssreflect/eqtype.glob</code></li>
<li>146 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/ssreflect/finfun.vo</code></li>
<li>141 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/ssreflect/eqtype.vo</code></li>
<li>132 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/ssreflect/generic_quotient.vo</code></li>
<li>124 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/ssreflect/seq.v</code></li>
<li>117 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/ssreflect/tuple.vo</code></li>
<li>104 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/ssreflect/generic_quotient.glob</code></li>
<li>100 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/ssreflect/choice.glob</code></li>
<li>88 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/ssreflect/finset.v</code></li>
<li>82 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/ssreflect/finfun.glob</code></li>
<li>81 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/ssreflect/tuple.glob</code></li>
<li>81 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/ssreflect/fintype.v</code></li>
<li>79 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/ssreflect/bigop.v</code></li>
<li>68 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/ssreflect/ssrnat.v</code></li>
<li>56 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/ssreflect/prime.v</code></li>
<li>49 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/ssreflect/path.v</code></li>
<li>38 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/ssreflect/div.v</code></li>
<li>37 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/ssreflect/eqtype.v</code></li>
<li>36 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/ssreflect/fingraph.v</code></li>
<li>29 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/ssreflect/all_ssreflect.vo</code></li>
<li>28 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/ssreflect/choice.v</code></li>
<li>27 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/ssreflect/generic_quotient.v</code></li>
<li>24 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/ssreflect/binomial.v</code></li>
<li>20 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/ssreflect/finfun.v</code></li>
<li>15 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/ssreflect/tuple.v</code></li>
<li>11 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/ssreflect/ssreflect.vo</code></li>
<li>9 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/ssreflect/ssrbool.vo</code></li>
<li>8 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/ssreflect/ssrnotations.vo</code></li>
<li>7 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/ssreflect/ssrbool.glob</code></li>
<li>6 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/ssreflect/ssrnotations.v</code></li>
<li>6 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/ssreflect/ssreflect.glob</code></li>
<li>5 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/ssreflect/ssrfun.vo</code></li>
<li>4 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/ssreflect/ssreflect.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/ssreflect/ssrbool.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/ssreflect/ssrfun.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/ssreflect/ssrmatching.vo</code></li>
<li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/ssreflect/ssrfun.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/ssreflect/all_ssreflect.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/ssreflect/all_ssreflect.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/ssreflect/ssrmatching.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/ssreflect/ssrnotations.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/ssreflect/ssrmatching.v</code></li>
</ul>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq-mathcomp-ssreflect.1.10.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>
|
static/index.html
|
psd401/js-vnc-demo-project
|
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="./css/bootstrap.min.css" />
<link rel="stylesheet" href="./css/styles.css" />
</head>
<body>
<div class="form-wrapper" id="form-wrapper">
<form class="form-horizontal" onsubmit="return false">
<div class="control-group">
<label class="control-label" for="host">Host:</label>
<div class="controls">
<input type="text" id="host" name="host" value="" /><br />
</div>
</div>
<!-- <div class="control-group">
<label class="control-label" for="port">Port:</label>
<div class="controls">
<input type="text" id="port" name="port" value="" /><br />
</div>
</div>-->
<div class="control-group">
<label class="control-label" for="password">Password:</label>
<div class="controls">
<input type="password" id="password" name="password" value="" /><br />
</div>
</div>
<div class="control-group">
<div class="controls">
<button class="btn" id="loginBtn">Log in</button>
</div>
</div>
</form>
</div>
<canvas id="screen">
</canvas>
<script src="http://10.0.0.185:8091/socket.io/socket.io.js"></script>
<script src="./js/jquery-2.1.3.min.js"></script>
<script src="./js/client.js"></script>
</body>
</html>
|
about.html
|
comfyinvestor/ci
|
<!DOCTYPE html>
<html>
<head>
<!-- -->
<title>comfyinvestor - get comfy and learn to build wealth</title>
<meta name="description" content="Use comfyinvestor's stock chart analysis tool and guides to build your understanding of price-volume charts and technical buy points."
<meta charset="utf-8">
<!-- Is this just for IE? -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap Styles -->
<link rel="stylesheet" href="stylesheets/bootstrap.css">
<!-- comfystyles -->
<link rel="stylesheet" href="stylesheets/style.css">
<!--<link rel="stylesheet" href="stylesheets/chart-analysis.css">
-->
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Work+Sans' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Gentium+Book+Basic:700' rel='stylesheet' type='text/css'>
<!-- Favicons -->
<link href="assets/favicon.jpg" rel="icon" type="image/x-icon" />
<!-- Plot.ly JS -->
<script src="https://cdn.plot.ly/plotly-latest.min.js"></script>
<script src="https://cdn.rawgit.com/etpinard/plotlyjs-finance/master/plotlyjs-finance.js"></script>
<!-- Google Analytics Tracking -->
<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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-78033513-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<!-- Nav Bar -->
<div class='navbar navbar-fixed-top'>
<div class='container'>
<a href="http://comfyinvestor.com" class='navbar-brand'>
<img class="logo" src="images/ci-logo-2.png" alt="ComfyInvestor Logo">
</a>
<ul class="list-unstyled desktop-brow-nav">
<li>
<div class="nav-search-box">
<div>
<div class="nav-search-icon">
<i id="ticker-submit-button" class="glyphicon glyphicon-search button"></i>
</div>
<div>
<input class="form-control nav-search" type="text" id="ticker-textbox" placeholder="Example: FB"/>
</div>
</div>
</div>
<!--
<input type="text" class="form-control nav-search" id="stock" placeholder="TSLA"><i class="glyphicon glyphicon-search"></i>-->
</li>
<li><a href="http://comfyinvestor.com/about">about</a></li>
<li><a href="http://comfyinvestor.com/guides">guides</a></li>
<li><a href="http://comfyinvestor.com/chart-analysis">chart analysis</a></li>
</ul>
</div>
<!-- Border/Shadowsberg -->
<div class="banner"></div>
</div>
<!-- Guides Section -->
<div class='container'>
<div class='row'>
<h2>About comfyinvestor</h2>
<hr>
<div class='container'>
<p><b>comfyinvestor is a site created to educate and empower new investors.</b></p>
<p> we want to make learning to invest straight forward by providing informative guides and helpful research and analysis tools.</p>
<p>a key component of comfyinvestor's philosophy is a belief in numbers and statistics before speculation. the majority of information you will find on comfyinvestor is rooted in data, facts, and analysis.</p>
<img>
</div>
<h2>Team</h2>
<hr>
<div class='container'>
<p>The comfyinvestor team is a tight-knit unit comprised of 2 dudes named Mike. Both Mikes have over 10 years of investing experience and are passionate researchers of different strategies and concepts of the financial markets.</p>
<img class='hidden-sm hidden-xs' src="">
</div>
</div>
</div>
<!-- Footer Section -->
<div class='footer'>
<div class='container'>
<div class='row'>
<div class='col-sm-4 col-xs-12'>
<h4>Our Philosophy</h4>
<p>investing can change your life<br>
& learning to invest can be easy<br></p>
<p><a href='http://comfyinvestor.com/'>More About Us <i class='glyphicon glyphicon-arrow-right'></i></a></p>
</div>
<div class='col-sm-2 col-sm-offset-1 col-xs-6'>
<h4>Links</h4>
<ul class='list-unstyled'>
<li><a href='http://comfyinvestor.com'>Home</a></li>
<li><a href='http://comfyinvestor.com/chart-analysis'>Chart Analysis</a></li>
<li><a href='http://comfyinvestor.com/guides'>Guides</a></li>
<li><a href='http://comfyinvestor.com/about-us'>About</a></li>
</ul>
</div>
<div class='col-sm-4 col-sm-offset-1 col-xs-6'>
<h4>Contact Us</h4>
<ul class='list-unstyled'>
<li><i class='glyphicon glyphicon-globe'></i> Santa Barbara, CA</li>
<li><i class='glyphicon glyphicon-envelope'></i> <a href='mailto:mjlafirenza@gmail.com'>info@comfyinvestor.com</a></li>
</ul>
<br>
<p>comfyshorts, inc. © 2016</p>
</div>
</div>
</div>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<!--<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>-->
<script src="//code.jquery.com/jquery-1.12.0.min.js"></script>
<script src="//code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="/js/bootstrap.js"></script>
<script src="javascripts/chart-analysis.js"></script>
</body>
</html>
|
clean/Linux-x86_64-4.02.1-1.2.0/unstable/dev/contrib:firing-squad/8.4.dev/2014-12-17_17-32-45.html
|
coq-bench/coq-bench.github.io-old
|
<!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:firing-squad 8.4.dev</a></li>
<li class="active"><a href="">2014-12-17 17:32:45</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:firing-squad
<small>
8.4.dev
<span class="label label-info">Not compatible with this Coq</span>
</small>
</h1>
<p><em><script>document.write(moment("2014-12-17 17:32:45 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2014-12-17 17:32:45 UTC)</em><p>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>ruby lint.rb unstable ../unstable/packages/coq:contrib:firing-squad/coq:contrib:firing-squad.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:firing-squad.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:firing-squad -> 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:firing-squad.8.4.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>3 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.4.dev [required by coq:contrib:firing-squad]
- install coq:contrib:firing-squad.8.4.dev
=== 2 to install ===
=-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
=-=- Installing packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Building coq.8.4.dev:
./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.8.4.dev.
Building coq:contrib:firing-squad.8.4.dev:
coq_makefile -f Make -o Makefile
make -j4
make install
Installing coq:contrib:firing-squad.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>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>
|
styles.css
|
RalfNieuwenhuizen/angular-demo
|
h1 {
color: #369;
font-size: 250%;
}
body {
text-align: center;
font-family: Arial, Helvetica, sans-serif;
}
.menu {
font-size: 16pt;
}
.menu a, .menu a:active, .menu a:hover, .menu a:visited, .menu a:link {
text-decoration: none;
width: 200px;
color: #555;
border-bottom: 1px blue solid;
display: inline-block;
margin: 10px;
}
ul, ol {
text-align: left;
width: auto;
display: inline-block;
}
|
public/ap-views/login.html
|
tkaplan/apollo
|
<input type='text' ng-model="username" style="width:800px" class='form-control' placeholder='Username or Email'></input>
<br/>
<br/>
<input type='password' ng-model="password" style="width:800px" class='form-control' placeholder='Password'></input>
<br/>
<p class="alert alert-danger" ng-show="alert.error" ng-bind="alert.error"></p>
<br/>
<button type='button' ng-click="login(username, password)" class='btn btn-primary'>Sign In</button>
<button type='button' class='btn btn-primary' ui-sref="^.forgotPassword">
Forgot Password
</button>
<button type='button' style="float:right" class='btn btn-primary' ui-sref="^.signup">
New User
</button>
|
source/partials/header.html
|
justinhelmer/lodash.github.io
|
<header id="site-header">
<div class="wrapper">
<a class="home" href="{{> src source='/'}}"><img class="logo" src="{{> src source='/images/logo.png'}}"></a>
<div id="subline">JavaScript Utility Library</div>
<nav id="site-nav">
<a href="#" class="menu-icon">
<svg viewBox="0 0 18 15">
<path fill="#424242"
d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0 h15.031C17.335,0,18,0.665,18,1.484L18,1.484z"></path>
<path fill="#424242"
d="M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0c0-0.82,0.665-1.484,1.484-1.484 h15.031C17.335,6.031,18,6.696,18,7.516L18,7.516z"></path>
<path fill="#424242"
d="M18,13.516C18,14.335,17.335,15,16.516,15H1.484C0.665,15,0,14.335,0,13.516l0,0 c0-0.82,0.665-1.484,1.484-1.484h15.031C17.335,12.031,18,12.696,18,13.516L18,13.516z"></path>
</svg>
</a>
<div class="trigger">
<a class="page-link" href="{{> src source='/docs/4.6.1/-_.html'}}">Documentation</a>
</div>
</nav>
</div>
</header>
|
_layouts/default.html
|
samantha-nickerson/ecommerce-website
|
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>{{page.title}}·The Tea Company</title>
<meta name="handheldfriendly" content="true">
<meta name="mobileoptimized" content="240">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,200italic,300italic,400italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Cedarville+Cursive' rel='stylesheet' type='text/css'>
<link href="{{site.baseurl}}/css/main.css" rel="stylesheet">
<link href="http://weloveiconfonts.com/api/?family=entypo" rel=stylesheet>
<link rel="shortcut icon" href="{{site.baseurl}}/favicon.ico">
<meta name="description" content="{{page.meta}}"
</head>
<body>
<header id="top" role="banner">
<div class="grid masthead">
<a class="logo-wrapper" href="{{site.baseurl}}/"><img src="{{site.baseurl}}/images/jbd-logo.svg" alt="The Tea Company" class="logo"></a>
</div>
<nav class="nav grid" role="navigation">
<a class="unit gutter unit-s-1 unit-m-1-3 unit-l-1-3 {% if page.url == '/about/'%}current{% endif %}" href="{{site.baseurl}}/about/">About</a>
<a class="unit gutter unit-s-1 unit-m-1-3 unit-l-1-3 {% if page.url contains'/tea/'%}current{% endif %}" href="{{site.baseurl}}/tea/">Tea</a>
<a class="unit gutter unit-s-1 unit-m-1-3 unit-l-1-3 {% if page.url == '/cart/'%}current{% endif %}" href="{{site.baseurl}}/cart/">Cart</a>
</nav>
<div class="grid search-background">
<div class="unit unit-s-1">
<form method="get" action="{{site.baseurl}}/search/" class="search-wrapper cf" role="search">
<input type="text" placeholder="Search here..." required>
<button type="submit">Search</button>
</form>
</div>
</div>
</header>
{% if page.showbanner %}
<div class="banner">
<h2>{{page.bannertext}}</h2>
</div>
{% endif %}
{{content}}
<footer class="footer" >
<div class="footer">
<div class="social"><a href="https://www.facebook.com"></a></div>
<div class="social"><a href="https://twitter.com"></a></div>
<div class="social"><a href="https://www.pinterest.com"></a></div>
</div>
<div class="content giga" role="contentinfo">
<a class="top" href="#top">Return to Top</a>
<p class="micro">© 2013 Samantha Nickerson.</p>
</div>
</footer>
</body>
</html>
|
stylesheets/screen.css
|
TomRich/rw-parallax
|
/* Welcome to Compass.
* In this file you should write your main styles. (or centralize your imports)
* Import this file using the following HTML or equivalent:
* <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 17, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font: inherit;
font-size: 100%;
vertical-align: baseline;
}
/* line 22, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
line-height: 1;
}
/* line 24, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
list-style: none;
}
/* line 26, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
border-collapse: collapse;
border-spacing: 0;
}
/* line 28, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
text-align: left;
font-weight: normal;
vertical-align: middle;
}
/* line 30, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
quotes: none;
}
/* line 103, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
content: "";
content: none;
}
/* line 32, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
border: none;
}
/* line 116, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
display: block;
}
/* line 3, ../sass/header.scss */
header {
display: block;
width: 100%;
height: 90px;
position: fixed;
top: 0;
z-index: 500;
background: #313945;
transition: all 0.4s ease-in-out;
}
/* line 12, ../sass/header.scss */
header div.nav-container {
text-align: center;
padding: 24px 10px 7px;
}
/* line 16, ../sass/header.scss */
header img {
display: none;
width: 70px;
height: 70px;
margin-top: -13px;
margin-right: 2px;
transition: all 0.4s ease-in-out;
}
/* line 24, ../sass/header.scss */
header nav {
margin-top: -13px;
}
/* line 26, ../sass/header.scss */
header nav ul {
list-style: none;
transition: all 0.4s ease-in-out;
}
/* line 29, ../sass/header.scss */
header nav ul li {
display: block;
margin-bottom: 10px;
}
/* line 32, ../sass/header.scss */
header nav ul li a {
font-family: 'Lato', sans-serif;
font-weight: 400;
font-size: 15px;
letter-spacing: 2px;
color: #BBBBBB;
text-transform: uppercase;
-webkit-transition-property: all;
-moz-transition-property: all;
-o-transition-property: all;
transition-property: all;
-webkit-transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
transition-duration: 0.5s;
}
/* line 43, ../sass/header.scss */
header nav ul li a:hover {
color: #2270b1;
}
/* line 47, ../sass/header.scss */
header nav ul li:nth-child(3) {
display: none;
}
/* line 48, ../sass/header.scss */
header nav ul li:nth-child(4) {
margin-bottom: 5px;
}
/* line 49, ../sass/header.scss */
header nav ul li:last-child {
margin-right: 0;
}
/* line 54, ../sass/header.scss */
section.scroller {
display: block;
height: 300px;
width: 100%;
position: relative;
top: 40px;
overflow: hidden;
background: url(../img/bannermobile.jpg);
background-position: 2250px 0px;
}
/* line 3, ../sass/mainbody.scss */
body {
background: #F0F0F0;
}
/* line 7, ../sass/mainbody.scss */
a {
text-decoration: none;
}
/* line 11, ../sass/mainbody.scss */
.mainbody {
position: relative;
margin-top: 40px;
display: block;
}
/* line 17, ../sass/mainbody.scss */
.hero {
padding: 20px 0 20px 0;
width: 100%;
background: #e3e1e1;
}
/* line 23, ../sass/mainbody.scss */
#hero-text {
display: block;
width: 80%;
margin-right: auto;
margin-left: auto;
text-align: center;
font-family: 'Raleway' sans-serif;
font-size: 21px;
font-weight: 300;
line-height: 35px;
color: #8e99a1;
}
/* line 36, ../sass/mainbody.scss */
div.socialise {
width: 100%;
text-align: center;
margin-top: 30px;
}
/* line 42, ../sass/mainbody.scss */
span.socialiseheader {
font-family: 'Montserrat' sans-serif;
font-weight: bold;
font-size: 48px;
letter-spacing: 1px;
text-transform: uppercase;
color: #313945;
padding-bottom: 15px;
border-bottom: 2px solid #e3e1e1;
-webkit-font-smoothing: antialiased;
}
/* line 54, ../sass/mainbody.scss */
div.iconwrapper {
margin-top: 50px;
margin-bottom: 100px;
}
/* line 59, ../sass/mainbody.scss */
div.iconcontainer {
width: 200px;
height: 200px;
margin-left: auto;
margin-right: auto;
margin-top: 30px;
margin-bottom: 30px;
display: block;
}
/* line 69, ../sass/mainbody.scss */
#iconY, #iconY:hover, #iconG, #iconG:hover, #iconT, #iconT:hover {
background: url(../img/sprites.png) no-repeat;
}
/* line 73, ../sass/mainbody.scss */
#iconY {
background-position: 0 0;
}
/* line 77, ../sass/mainbody.scss */
#iconY:hover {
background-position: 0 -250px;
}
/* line 81, ../sass/mainbody.scss */
#iconG {
background-position: 0 -500px;
}
/* line 85, ../sass/mainbody.scss */
#iconG:hover {
background-position: 0 -750px;
}
/* line 89, ../sass/mainbody.scss */
#iconT {
background-position: 0 -1000px;
}
/* line 93, ../sass/mainbody.scss */
#iconT:hover {
background-position: 0 -1250px;
}
@media screen and (min-width: 480px) {
/* line 4, ../sass/mediaqueries.scss */
#hero-text {
width: 70%;
font-size: 22px;
}
/* line 9, ../sass/mediaqueries.scss */
span.socialiseheader {
font-size: 60px;
}
}
@media screen and (min-width: 600px) {
/* line 16, ../sass/mediaqueries.scss */
header nav ul {
padding-top: 26px;
}
/* line 18, ../sass/mediaqueries.scss */
header nav ul li {
display: inline;
margin-right: 25px;
}
/* line 21, ../sass/mediaqueries.scss */
header nav ul li a {
font-size: 17px;
}
/* line 26, ../sass/mediaqueries.scss */
section.scroller {
height: 380px;
background: url(../img/banner.jpg);
background-position: 850px 0px;
}
/* line 32, ../sass/mediaqueries.scss */
.hero {
padding: 30px 0 30px 0;
}
/* line 36, ../sass/mediaqueries.scss */
#hero-text {
width: 70%;
font-size: 23px;
line-height: 40px;
}
/* line 42, ../sass/mediaqueries.scss */
span.socialiseheader {
font-size: 90px;
line-height: 80px;
}
}
@media screen and (min-width: 700px) {
/* line 51, ../sass/mediaqueries.scss */
div.iconwrapper {
width: 640px;
margin-right: auto;
margin-left: auto;
}
/* line 57, ../sass/mediaqueries.scss */
div.iconcontainer {
display: inline-block;
margin-left: 2px;
margin-right: 2px;
}
}
@media screen and (min-width: 850px) {
/* line 66, ../sass/mediaqueries.scss */
header.tiny {
height: 40px;
}
/* line 70, ../sass/mediaqueries.scss */
header.tiny nav ul {
padding-top: 1px;
}
/* line 74, ../sass/mediaqueries.scss */
header.tiny img {
height: 0px;
width: 0px;
}
/* line 79, ../sass/mediaqueries.scss */
header img {
float: right;
display: inline;
}
/* line 84, ../sass/mediaqueries.scss */
header nav {
display: inline;
float: left;
}
/* line 88, ../sass/mediaqueries.scss */
header nav ul {
margin-left: 10px;
}
/* line 93, ../sass/mediaqueries.scss */
header nav ul li:nth-child(3) {
display: inline;
}
/* line 94, ../sass/mediaqueries.scss */
header nav ul li:first-child {
margin-left: 25px;
}
/* line 96, ../sass/mediaqueries.scss */
div.iconwrapper {
width: 810px;
}
/* line 100, ../sass/mediaqueries.scss */
div.iconcontainer {
margin-left: 30px;
margin-right: 30px;
}
}
@media (min-width: 1200px) {
/* line 106, ../sass/mediaqueries.scss */
section.scroller {
background-position: 0px 0px;
}
}
|
documentation/html/structadobe_1_1any__bidirectional__iterator__instance.html
|
brycelelbach/asl
|
<!--
Copyright 2005-2008 Adobe Systems Incorporated
Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt
or a copy at http://stlab.adobe.com/licenses.html)
Some files are held under additional license.
Please see "http://stlab.adobe.com/licenses.html" for more information.
-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<TITLE>Adobe Software Technology Lab: any_bidirectional_iterator_instance< V, R, D > Struct Template Reference</TITLE>
<META HTTP-EQUIV="content-type" CONTENT="text/html;charset=ISO-8859-1"/>
<LINK TYPE="text/css" REL="stylesheet" HREF="adobe_source.css"/>
<LINK REL="alternate" TITLE="stlab.adobe.com RSS" HREF="http://sourceforge.net/export/rss2_projnews.php?group_id=132417&rss_fulltext=1" TYPE="application/rss+xml"/>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
</head>
<body>
<div id='content'>
<table><tr>
<td colspan='5'>
<div id='opensource_banner'>
<table style='width: 100%; padding: 5px;'><tr>
<td align='left'>
<a href='index.html' style='border: none'><img src='stlab2007.jpg' alt="stlab.adobe.com"/></a>
</td>
<td align='right'>
<a href='http://www.adobe.com' style='border: none'><img src='adobe_hlogo.gif' alt="Adobe Systems Incorporated"/></a>
</td>
</tr></table>
</div>
</td></tr><tr>
<td valign="top">
<div id='navtable' height='100%'>
<div style='margin: 5px'>
<h4>Documentation</h4>
<a href="group__asl__overview.html">Overview</a><br/>
<a href="asl_readme.html">Building ASL</a><br/>
<a href="asl_toc.html">Documentation</a><br/>
<a href="http://stlab.adobe.com/wiki/index.php/Supplementary_ASL_Documentation">Library Wiki Docs</a><br/>
<a href="asl_indices.html">Indices</a><br/>
<a href="http://stlab.adobe.com/perforce/">Browse Perforce</a><br/>
<h4>More Info</h4>
<a href="asl_release_notes.html">Release Notes</a><br/>
<a href="http://stlab.adobe.com/wiki/">Wiki</a><br/>
<a href="asl_search.html">Site Search</a><br/>
<a href="licenses.html">License</a><br/>
<a href="success_stories.html">Success Stories</a><br/>
<a href="asl_contributors.html">Contributors</a><br/>
<h4>Media</h4>
<a href="http://sourceforge.net/project/showfiles.php?group_id=132417&package_id=145420">Download</a><br/>
<a href="asl_download_perforce.html">Perforce Depots</a><br/>
<h4>Support</h4>
<a href="http://sourceforge.net/projects/adobe-source/">ASL SourceForge Home</a><br/>
<a href="http://sourceforge.net/mail/?group_id=132417">Mailing Lists</a><br/>
<a href="http://sourceforge.net/forum/?group_id=132417">Discussion Forums</a><br/>
<a href="http://sourceforge.net/tracker/?atid=724218&group_id=132417&func=browse">Report Bugs</a><br/>
<a href="http://sourceforge.net/tracker/?atid=724221&group_id=132417&func=browse">Suggest Features</a><br/>
<a href="asl_contributing.html">Contribute to ASL</a><br/>
<h4>RSS</h4>
<a href="http://sourceforge.net/export/rss2_projnews.php?group_id=132417">Short-text news</a><br/>
<a href="http://sourceforge.net/export/rss2_projnews.php?group_id=132417&rss_fulltext=1">Full-text news</a><br/>
<a href="http://sourceforge.net/export/rss2_projfiles.php?group_id=132417">File releases</a><br/>
<h4>Other Adobe Projects</h4>
<a href="http://sourceforge.net/adobe/">Open @ Adobe</a><br/>
<a href="http://opensource.adobe.com/">Adobe Open Source</a><br/>
<a href="http://labs.adobe.com/">Adobe Labs</a><br/>
<a href="http://stlab.adobe.com/amg/">Adobe Media Gallery</a><br/>
<a href="http://stlab.adobe.com/performance/">C++ Benchmarks</a><br/>
<h4>Other Resources</h4>
<a href="http://boost.org">Boost</a><br/>
<a href="http://www.riaforge.com/">RIAForge</a><br/>
<a href="http://www.sgi.com/tech/stl">SGI STL</a><br/>
</div>
</div>
</td>
<td id='maintable' width="100%" valign="top">
<!-- End Header -->
<!-- Generated by Doxygen 1.7.2 -->
<div class="navpath">
<ul>
<li><a class="el" href="namespaceadobe.html">adobe</a> </li>
<li><a class="el" href="structadobe_1_1any__bidirectional__iterator__instance.html">any_bidirectional_iterator_instance</a> </li>
</ul>
</div>
<div class="header">
<div class="summary">
<a href="#nested-classes">Classes</a> </div>
<div class="headertitle">
<h1>any_bidirectional_iterator_instance< V, R, D > Struct Template Reference</h1> </div>
</div>
<div class="contents">
<!-- doxytag: class="adobe::any_bidirectional_iterator_instance" -->
<p><code>#include <<a class="el" href="any__iterator_8hpp_source.html">any_iterator.hpp</a>></code></p>
<table class="memberdecls">
<tr><td colspan="2"><h2><a name="nested-classes"></a>
Classes</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="structadobe_1_1any__bidirectional__iterator__instance_1_1type.html">type</a></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<h3>template<typename V, typename R = V&, typename D = std::ptrdiff_t><br/>
struct adobe::any_bidirectional_iterator_instance< V, R, D ></h3>
<p>Definition at line <a class="el" href="any__iterator_8hpp_source.html#l00130">130</a> of file <a class="el" href="any__iterator_8hpp_source.html">any_iterator.hpp</a>.</p>
</div>
<!-- Begin Footer -->
</td></tr>
</table>
</div> <!-- content -->
<div class='footerdiv'>
<div id='footersub'>
<ul>
<li><a href="http://www.adobe.com/go/gftray_foot_aboutadobe">Company</a> | </li>
<li><a href="http://www.adobe.com/go/gftray_foot_privacy_security">Online Privacy Policy</a> | </li>
<li><a href="http://www.adobe.com/go/gftray_foot_terms">Terms of Use</a> | </li>
<li><a href="http://www.adobe.com/go/gftray_foot_contact_adobe">Contact Us</a> | </li>
<li><a href="http://www.adobe.com/go/gftray_foot_accessibility">Accessibility</a> | </li>
<li><a href="http://www.adobe.com/go/gftray_foot_report_piracy">Report Piracy</a> | </li>
<li><a href="http://www.adobe.com/go/gftray_foot_permissions_trademarks">Permissions & Trademarks</a> | </li>
<li><a href="http://www.adobe.com/go/gftray_foot_product_license_agreements">Product License Agreements</a> | </li>
<li><a href="http://www.adobe.com/go/gftray_foot_feedback">Send Feedback</a></li>
</ul>
<div>
<p>Copyright © 2006-2007 Adobe Systems Incorporated.</p>
<p>Use of this website signifies your agreement to the <a href="http://www.adobe.com/go/gftray_foot_terms">Terms of Use</a> and <a href="http://www.adobe.com/go/gftray_foot_privacy_security">Online Privacy Policy</a>.</p>
<p>Search powered by <a href="http://www.google.com/" target="new">Google</a></p>
</div>
</div>
</div>
<script type="text/javascript">
_uacct = "UA-396569-1";
urchinTracker();
</script>
</body>
</html>
|
index.html
|
matthew-andrews/ft-style-offline-web-app-part-1
|
<!DOCTYPE html>
<html lang="en" manifest="offline.manifest.php">
<head>
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<script type="text/javascript" src="jquery.min.js"></script>
<script type="text/javascript">
$(document).ready(function () {
var APP_START_FAILED = "I'm sorry, the app can't start right now.";
function startWithResources(resources, storeResources) {
// Try to execute the Javascript
try {
eval(resources.js);
APP.applicationController.start(resources, storeResources);
// If the Javascript fails to launch, stop execution!
} catch (e) {
alert(APP_START_FAILED);
}
}
function startWithOnlineResources(resources) {
startWithResources(resources, true);
}
function startWithOfflineResources() {
var resources;
// If we have resources saved from a previous visit, use them
if (localStorage && localStorage.resources) {
resources = JSON.parse(localStorage.resources);
startWithResources(resources, false);
// Otherwise, apologize and let the user know
} else {
alert(APP_START_FAILED);
}
}
// If we know the device is offline, don't try to load new resources
if (navigator && navigator.onLine === false) {
startWithOfflineResources();
// Otherwise, download resources, eval them, if successful push them into local storage.
} else {
$.ajax({
url: 'api/resources/',
success: startWithOnlineResources,
error: startWithOfflineResources,
dataType: 'json'
});
}
});
</script>
<title>News</title>
</head>
<body>
<div id="loading">Loading…</div>
</body>
</html>
|
elements/chat-element.html
|
sandro-k/maps-chat
|
<link rel="import" href="../bower_components/polymer/polymer.html">
<link rel="import" href="../bower_components/mqtt-elements/mqtt-connection.html">
<link rel="import" href="../bower_components/paper-item/paper-item.html">
<link rel="import" href="../bower_components/paper-card/paper-card.html">
<link rel="import" href="chat-window.html">
<link rel="import" href="chat-online-user.html">
<link rel="import" href="chat-user.html">
<dom-module id="chat-element">
<template>
<style>
:host {
display: block;
box-sizing: border-box;
}
.user-avatar {
height: 68px;
width: 68px;
border-radius: 50%;
}
.user-card {
@apply(--layout-vertical);
@apply(--layout-center);
}
</style>
<mqtt-connection client="{{mqttClient}}" url="[[mqttUrl]]" auto>
</mqtt-connection>
<chat-online-user self="[[userName]]" app-prefix="[[appPrefix]]" online-user-array="{{onlineUserArray}}" mqtt-client="[[mqttClient]]"></chat-online-user>
<chat-user user="[[userName]]"></chat-user>
<template is="dom-repeat" items="[[onlineUserArray]]">
<paper-card on-tap="_openChatWindow">
<div class="card-content">
<div class="user-card">
<img class="user-avatar" src="[[item.img]]" alt="">
<paper-item>[[item.user]]</paper-item>
</div>
</div>
</paper-card>
</template>
<div id="chatWindows">
<template is="dom-repeat" items="[[chatsArray]]" as="chat">
<chat-window
mqtt-client="[[mqttClient]]"
thread="[[chat.thread]]"
self="[[chat.self]]"
chat-partner="[[chat.chatPartner]]"></chat-window>
</template>
</div>
</template>
<script>
Polymer({
is: 'chat-element',
properties: {
userName: {
type: String,
value: ""
},
mqttClient: {
type: Object,
},
mqttUrl: {
type: String,
},
onlineUserArray: {
type: Array,
},
appPrefix: {
type: String
},
chatsCollection: {
type: Object,
value: function(){
return Polymer.Collection([]);
}
},
chatsArray: {
type: Array,
value: function(){
return [];
}
}
},
_openChatWindow: function(event){
this.push("chats", this._createChatModel(this.userName, event.model.item.user));
},
_setChatsArray: function(arr){
this.set("chatsArray", arr);
},
_addChat: function(chatModel){
this.chatsCollection.setItem(this._chatModelToKey(chatModel), chatModel);
},
_openOrAddChat: function(chatModel){
this.chatsCollection
},
_chatModelToKey: function(chatModel){
return "#" + chatModel.chatPartner.user;
},
_createChatModel: function (self, chatPartner) {
return {
"self": {
"user": self,
"readTopic": self + "/read/#",
"writeTopic": self + "/write"
},
"chatPartner": {
"user": chatPartner,
"readTopic": chatPartner + "/write",
"writeTopic": chatPartner + "/read/" + self
},
"mqttClient": null,
"thread": [],
"mqttUrl": this.mqttUrl
};
},
});
</script>
</dom-module>
|
products.html
|
portatlas/portatlas.github.io
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="A collection of lamps designed and created in San Francisco.">
<link href="imgs/favicon.ico" rel="shortcut icon" />
<title>PORT/ATLAS</title>
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Dosis:200">
<link rel="stylesheet" type="text/css" href="stylesheets/default.css">
<link rel="stylesheet" type="text/css" href="stylesheets/portfolio.css">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
<!-- Bootstrap CSS -->
<link rel="stylesheet" type="text/css" href="stylesheets/bootstrap.css">
<!-- jQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script type="text/javascript" src="scripts/nav_scripts.js"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-83806482-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div id="nav_site"></div>
<div class="container">
<h1 class="center">PRODUCT DESIGN</h1>
<div class="row">
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-12 center">
<div class="wrapper hoverlink">
<a href="/skyline_lamp.html">
<img class="img-responsive animated fadeIn hovereffect" src="imgs/skyline_lamp_thumb.jpg" alt="skyline lamp" />
</a>
<div class="img_desc">skyline lamp</div>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-12 center">
<div class="wrapper hoverlink">
<a href="/column_lamp.html">
<img class="img-responsive animated fadeIn hovereffect" src="imgs/column_lamp_thumb.jpg" alt="column lamp" />
</a>
<div class="img_desc">column lamp</div>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-12 center">
<div class="wrapper hoverlink">
<a href="/ridgeline_light.html">
<img class="img-responsive animated fadeIn hovereffect" src="imgs/ridgeline_light_thumb.jpg" alt="ridgeline light"/>
</a>
<div class="img_desc">ridgeline light</div>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-12 center">
<div class="wrapper hoverlink">
<a href="/reversed_column_lamp.html">
<img class="img-responsive animated fadeIn hovereffect" src="imgs/reversed_column_lamp_thumb.jpg" alt="reversed column lamp"/>
</a>
<div class="img_desc">reversed column lamp</div>
</div>
</div>
</div>
</div>
<div id="footer"></div>
</body>
</html>
|
blog/w5-d4.html
|
McEileen/McEileen.github.io
|
<!DOCTYPE html>
<head>
<title>Blogging My Time at the Recurse Center</title>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="../main.css">
</head>
<main>
<h1>Fifth Week of RC</h1>
<h2>Day 4: Chrome Extensions</h2>
<h4>March 21, 2019</h4>
<section>
<p>
As previously mentioned, I'm working on a project called <a href="/w3-d2.html">EmoReply</a> with a fellow Recurser, Jamie. Though the project originated as a parody of Gmail's autoreply feature, we decided to make it a chrome extension, so that it can provide angsty autoresponses across various platforms. Whether you're writing an email, commenting on a NYTimes article, or posting on a forum, EmoReply is at your service.
</p>
<p>
Jamie and I decided to make a roughly-functioning chrome extension before integrating the machine learning component. Our goal was to build a chrome extension with a text box, which would take user input, then display the input at the extension's bottom. Once we have our angsty auto reply learning, we'll display the emoreplies at the extension's bottom.
</p>
<p>
We learned various things while working on the chrome extension. For example, the developer tools' console for a chrome extension is different than the developer tools' console for the main page. Additionally, if you go to `chrome://extensions`, you can see any errors that occur for each extension. However, the displayed errors won't automatically go away after you fix them. Instead, you'll need to hit "clear errors." (This seems like questionable UX to me.)
</p>
<p>
Struggling with a bug, Jamie and I posted a question on Recurse's internal chat, Zulip. We were lucky to get a response from another Recurser, Cory, who teaches a class on chrome extensions at a local college. If this doesn't illustrate the richness of Recurse's intellectual community, I don't know what does. Cory agreed to meet with me, and with his help, I was able to make the extension display text in 15 minutes. Yay, collaboration!
</p>
<p>
When Jamie and I looked through chrome extension tutorials, we saw extensions that had two scripts, <code>popup.js</code> and <code>background.js</code>. We made our extension with only one script, which we called <code>background.js</code>. At a certain point, we had mutually acknowledged that this was a misnomer, because we were using the <code>background.js</code> script to work on the popup. "We should probably call it popup.js," we said, then kept coding in the background.js script.
</p>
<p>
This was silly.
</p>
<p>
Cory pointed out that Jamie and I had imported the poorly-named <code>background.js</code> script into <code>popup.html</code> with the below code:
</p>
<p>
<code>
<script src="background.js"></script>
</code>
</p>
<p>
We had also made reference to the <code>background.js</code> script in the <code>manifest.json</code>, as seen below:
</p>
<p>
<code>
"background": {
"scripts": ["background.js"],
"persistent": false
},
</code>
</p>
<p>
Since we made reference to the same script twice, we were attempting to run it simultaneously in two different places. This, too, was silly.
</p>
<p>
As a quick fix, I renamed our existing <code>background.js</code> file as <code>popup.js</code> and made reference to it in the <code>popup.html</code>, like so.
<code>
<script src="popup.js"></script>
</code>
Then, as a quick fix, I created a blank <code>background.js</code> and kept the reference to it in <code>manifest.json</code>.
</p>
<p>
The chrome extension now displays the input text after the button is clicked. Huzzah! Here's the repo, for anyone who is interested in more details. <a href="https://github.com/McEileen/EmoReply/tree/feature/chrome-extension">EmoReply</a>
</p>
</section>
</main>
|
a53c763/html/functions_n.html
|
v8-dox/v8-dox.github.io
|
<!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 node.js v0.11.8: Class Members</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 node.js v0.11.8
</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 class="current"><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<div id="navrow3" class="tabs2">
<ul class="tablist">
<li class="current"><a href="functions.html"><span>All</span></a></li>
<li><a href="functions_func.html"><span>Functions</span></a></li>
<li><a href="functions_vars.html"><span>Variables</span></a></li>
<li><a href="functions_type.html"><span>Typedefs</span></a></li>
<li><a href="functions_enum.html"><span>Enumerations</span></a></li>
</ul>
</div>
<div id="navrow4" class="tabs3">
<ul class="tablist">
<li><a href="functions.html#index_a"><span>a</span></a></li>
<li><a href="functions_b.html#index_b"><span>b</span></a></li>
<li><a href="functions_c.html#index_c"><span>c</span></a></li>
<li><a href="functions_d.html#index_d"><span>d</span></a></li>
<li><a href="functions_e.html#index_e"><span>e</span></a></li>
<li><a href="functions_f.html#index_f"><span>f</span></a></li>
<li><a href="functions_g.html#index_g"><span>g</span></a></li>
<li><a href="functions_h.html#index_h"><span>h</span></a></li>
<li><a href="functions_i.html#index_i"><span>i</span></a></li>
<li><a href="functions_k.html#index_k"><span>k</span></a></li>
<li><a href="functions_l.html#index_l"><span>l</span></a></li>
<li><a href="functions_m.html#index_m"><span>m</span></a></li>
<li class="current"><a href="functions_n.html#index_n"><span>n</span></a></li>
<li><a href="functions_o.html#index_o"><span>o</span></a></li>
<li><a href="functions_p.html#index_p"><span>p</span></a></li>
<li><a href="functions_r.html#index_r"><span>r</span></a></li>
<li><a href="functions_s.html#index_s"><span>s</span></a></li>
<li><a href="functions_t.html#index_t"><span>t</span></a></li>
<li><a href="functions_u.html#index_u"><span>u</span></a></li>
<li><a href="functions_v.html#index_v"><span>v</span></a></li>
<li><a href="functions_w.html#index_w"><span>w</span></a></li>
<li><a href="functions_~.html#index_~"><span>~</span></a></li>
</ul>
</div>
</div><!-- top -->
<!-- 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="contents">
<div class="textblock">Here is a list of all documented class members with links to the class documentation for each member:</div>
<h3><a class="anchor" id="index_n"></a>- n -</h3><ul>
<li>Neuter()
: <a class="el" href="classv8_1_1_array_buffer.html#a3420f7d38a8fe20e8f40fb82e6acb325">v8::ArrayBuffer</a>
</li>
<li>New()
: <a class="el" href="classv8_1_1_array.html#ac3b086f18d6fd7e41cf28fe90018e877">v8::Array</a>
, <a class="el" href="classv8_1_1_array_buffer.html#abd389f38c2e8aa1414e0312baeea9f05">v8::ArrayBuffer</a>
, <a class="el" href="classv8_1_1_context.html#a43329765465b5f525ff28368b0cef2d4">v8::Context</a>
, <a class="el" href="classv8_1_1_function.html#a56e303d1019aaa7954de668aee8486f7">v8::Function</a>
, <a class="el" href="classv8_1_1_function_template.html#a803a1cbd72796de5d9509f33e6b1e975">v8::FunctionTemplate</a>
, <a class="el" href="classv8_1_1_isolate.html#a36f397e1d09e0122e89641288f348d2d">v8::Isolate</a>
, <a class="el" href="classv8_1_1_local.html#ac4024a7e2aea140c6aaa38fc32d5a840">v8::Local< T ></a>
, <a class="el" href="classv8_1_1_object_template.html#a394801526a9e9eb6df349a0eb8dfa0d0">v8::ObjectTemplate</a>
, <a class="el" href="classv8_1_1_reg_exp.html#ac92fcff5a40cf8c698aefd021c823c2e">v8::RegExp</a>
, <a class="el" href="classv8_1_1_script.html#a9f36775d3dfa63a02d265bb265e94638">v8::Script</a>
, <a class="el" href="classv8_1_1_script_data.html#a642fc06a9615387f9ac80f264758cc70">v8::ScriptData</a>
, <a class="el" href="classv8_1_1_string.html#a0b56fc1ad999590ce82f8348177ed725">v8::String</a>
</li>
<li>NewExternal()
: <a class="el" href="classv8_1_1_string.html#a5b98a12b3c09f22597d2ff3f9c9f2f2d">v8::String</a>
</li>
<li>NewFromOneByte()
: <a class="el" href="classv8_1_1_string.html#afa8026ed1337564a9fd15dc56aceaa83">v8::String</a>
</li>
<li>NewFromTwoByte()
: <a class="el" href="classv8_1_1_string.html#a876615eb027092a6a71a4e7d69b82d00">v8::String</a>
</li>
<li>NewFromUtf8()
: <a class="el" href="classv8_1_1_string.html#aa4b8c052f5108ca6350c45922602b9d4">v8::String</a>
</li>
<li>NewInstance()
: <a class="el" href="classv8_1_1_object_template.html#ad25d8ebf37b1a3aaf7d4a03b1a9bd5c1">v8::ObjectTemplate</a>
</li>
<li>NewSymbol()
: <a class="el" href="classv8_1_1_string.html#a5c0b10e71e456bbe859d0fe1c3216680">v8::String</a>
</li>
<li>NewUndetectable()
: <a class="el" href="classv8_1_1_string.html#a089ee9f9c9cd64552a55c6c3795aa4fa">v8::String</a>
</li>
<li>NumberOfHandles()
: <a class="el" href="classv8_1_1_handle_scope.html#abb2d32a75b0468885b7340404050604b">v8::HandleScope</a>
</li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue Aug 11 2015 23:46:13 for V8 API Reference Guide for node.js v0.11.8 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>
|
client/components/views/triggers/history/_show.html
|
simonmorley/cucumber-frontend
|
<md-toolbar class="md-table-toolbar md-default">
<div class="md-toolbar-tools">
<md-button id="main" class="md-icon-button md-primary" ng-click="back()" aria-label="Settings">
<md-icon md-font-icon="arrow_back" >arrow_back</md-icon>
</md-button>
<p>Trigger Logs</p>
</div>
<md-divider></md-divider>
</md-toolbar>
<md-content class="md-padding" layout="column" layout-gt-sm='column'>
<div layout="row" layout-align="center center">
<div flex="100" flex-gt-sm="75">
<md-card>
<md-card-title>
<md-card-title-text>
<span class="md-headline" translate>Trigger Details</span>
</md-card-title-text>
</md-card-title>
<md-card-content>
<md-list-item class="md-2-line">
<div class="md-list-item-text">
<h3>Summary</h3>
<p>{{ history.attr_1 }}</p>
</div>
</md-list-item>
<md-list-item class="md-2-line">
<div class="md-list-item-text">
<h3>Created</h3>
<p>{{ history.created_at | humanTime }}</p>
</div>
</md-list-item>
<md-list-item class="md-2-line">
<div class="md-list-item-text">
<h3>Event</h3>
<p>{{ ::history.trigger_event }}</p>
</div>
</md-list-item>
<md-list-item class="md-2-line">
<div class="md-list-item-text">
<h3>Trigger</h3>
<p><a href="/#/locations/{{ location.slug }}/triggers/{{ ::history.trigger_id }}">{{ ::history.trigger_name }}</a></p>
</div>
</md-list-item>
<md-list-item class="md-2-line">
<div class="md-list-item-text">
<h3>Success</h3>
<p>{{ ::history.success }}</p>
</div>
</md-list-item>
<md-list-item class="md-2-line">
<div class="md-list-item-text">
<h3>Response</h3>
<p>{{ history.response || '-' }}</p>
</div>
</md-list-item>
<md-list-item class="md-2-line">
<div class="md-list-item-text">
<h3>Status Code</h3>
<p>{{ ::history.status }}</p>
</div>
</md-list-item>
</md-card-content>
<md-card-actions layout="row" layout-align="end center">
<md-button href="" ng-click="back()"><translate>Back</translate></md-button>
</md-card-actions>
</md-card>
</div>
</div>
</md-content>
|
ckanext/openbudgetsin_theme/templates/snippets/organization_item.html
|
cbgaindia/ckanext-openbudgetsin_theme
|
{% block organization_item %}
<section class="group-list module module-narrow module-shallow">
{% block organization_item_header %}
<header class="module-heading">
{% set url=h.url_for(controller='organization', action='read', id=organization.name) %}
{% set truncate=truncate or 0 %}
{% block organization_item_header_image %}
<a class="module-image" href="{{ url }}">
<img src="{{ organization.image_display_url or h.url_for_static('/base/images/placeholder-organization.png') }}" alt="{{ organization.name }}" />
</a>
{% endblock %}
{% block organization_item_header_title %}
<h3 class="media-heading"><a href={{ url }}>{{ organization.title or organization.name }}</a></h3>
{% endblock %}
{% block organization_item_header_description %}
{% if organization.description %}
{% if truncate == 0 %}
<p >{{ h.markdown_extract(organization.description)|urlize }}</p>
{% else %}
<p>{{ h.markdown_extract(organization.description, truncate)|urlize }}</p>
{% endif %}
{% endif %}
{% endblock %}
</header>
{% endblock %}
{% block organization_item_content %}
{% set list_class = "unstyled dataset-list" %}
{% set item_class = "dataset-item module-content" %}
{% snippet 'snippets/package_list.html', packages=organization.packages, list_class=list_class, item_class=item_class, truncate=120 %}
{% endblock %}
</section>
{% endblock %}
|
doc/wayland_kbd/keysyms/constant.XKB_KEY_osfUndo.html
|
mcanders/bevy
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `XKB_KEY_osfUndo` constant in crate `wayland_kbd`.">
<meta name="keywords" content="rust, rustlang, rust-lang, XKB_KEY_osfUndo">
<title>wayland_kbd::keysyms::XKB_KEY_osfUndo - Rust</title>
<link rel="stylesheet" type="text/css" href="../../main.css">
</head>
<body class="rustdoc">
<!--[if lte IE 8]>
<div class="warning">
This old browser is unsupported and will most likely display funky
things.
</div>
<![endif]-->
<section class="sidebar">
<p class='location'><a href='../index.html'>wayland_kbd</a>::<wbr><a href='index.html'>keysyms</a></p><script>window.sidebarCurrent = {name: 'XKB_KEY_osfUndo', ty: 'constant', relpath: ''};</script><script defer src="sidebar-items.js"></script>
</section>
<nav class="sub">
<form class="search-form js-only">
<div class="search-container">
<input class="search-input" name="search"
autocomplete="off"
placeholder="Click or press 'S' to search, '?' for more options..."
type="search">
</div>
</form>
</nav>
<section id='main' class="content constant">
<h1 class='fqn'><span class='in-band'><a href='../index.html'>wayland_kbd</a>::<wbr><a href='index.html'>keysyms</a>::<wbr><a class='constant' href=''>XKB_KEY_osfUndo</a></span><span class='out-of-band'><span id='render-detail'>
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
[<span class='inner'>−</span>]
</a>
</span><a id='src-7127' class='srclink' href='../../src/wayland_kbd/ffi/keysyms.rs.html#2954' title='goto source code'>[src]</a></span></h1>
<pre class='rust const'>pub const XKB_KEY_osfUndo: <a href='http://doc.rust-lang.org/nightly/std/primitive.u32.html'>u32</a><code> = </code><code>0x1004FF65</code></pre></section>
<section id='search' class="content hidden"></section>
<section class="footer"></section>
<div id="help" class="hidden">
<div class="shortcuts">
<h1>Keyboard shortcuts</h1>
<dl>
<dt>?</dt>
<dd>Show this help dialog</dd>
<dt>S</dt>
<dd>Focus the search field</dd>
<dt>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</dt>
<dd>Go to active search result</dd>
</dl>
</div>
<div class="infos">
<h1>Search tricks</h1>
<p>
Prefix searches with a type followed by a colon (e.g.
<code>fn:</code>) to restrict the search to a given type.
</p>
<p>
Accepted types are: <code>fn</code>, <code>mod</code>,
<code>struct</code>, <code>enum</code>,
<code>trait</code>, <code>typedef</code> (or
<code>tdef</code>).
</p>
<p>
Search functions by type signature (e.g.
<code>vec -> usize</code>)
</p>
</div>
</div>
<script>
window.rootPath = "../../";
window.currentCrate = "wayland_kbd";
window.playgroundUrl = "";
</script>
<script src="../../jquery.js"></script>
<script src="../../main.js"></script>
<script async src="../../search-index.js"></script>
</body>
</html>
|
_site/about/index.html
|
ccatalfo/ccatalfo.github.io
|
<!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>
<meta charset="utf-8">
<title>About chriscatalfo.com – chriscatalfo.com</title>
<meta name="description" content="What this site is about">
<!-- Twitter Cards -->
<meta name="twitter:title" content="About chriscatalfo.com">
<meta name="twitter:description" content="What this site is about">
<meta name="twitter:site" content="@cfcatalfo">
<meta name="twitter:creator" content="@cfcatalfo">
<meta name="twitter:card" content="summary">
<meta name="twitter:image" content="http://localhost:4000/images/site-logo.png">
<!-- Open Graph -->
<meta property="og:locale" content="">
<meta property="og:type" content="article">
<meta property="og:title" content="About chriscatalfo.com">
<meta property="og:description" content="What this site is about">
<meta property="og:url" content="http://localhost:4000/about/">
<meta property="og:site_name" content="chriscatalfo.com">
<link rel="canonical" href="http://localhost:4000/about/">
<link href="http://localhost:4000/feed.xml" type="application/atom+xml" rel="alternate" title="chriscatalfo.com Feed">
<!-- http://t.co/dKP3o1e -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- For all browsers -->
<link rel="stylesheet" href="http://localhost:4000/assets/css/main.css">
<!-- Webfonts -->
<script src="//use.edgefonts.net/source-sans-pro:n2,i2,n3,i3,n4,i4,n6,i6,n7,i7,n9,i9;source-code-pro:n4,n7;volkhov.js"></script>
<script type="text/javascript"
src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
<meta http-equiv="cleartype" content="on">
<!-- HTML5 Shiv and Media Query Support -->
<!--[if lt IE 9]>
<script src="http://localhost:4000/assets/js/vendor/html5shiv.min.js"></script>
<script src="http://localhost:4000/assets/js/vendor/respond.min.js"></script>
<![endif]-->
<!-- Modernizr -->
<script src="http://localhost:4000/assets/js/vendor/modernizr-2.7.1.custom.min.js"></script>
<!-- Icons -->
<!-- 16x16 -->
<link rel="shortcut icon" href="http://localhost:4000/favicon.ico">
<!-- 32x32 -->
<link rel="shortcut icon" href="http://localhost:4000/favicon.png">
<!-- 57x57 (precomposed) for iPhone 3GS, pre-2011 iPod Touch and older Android devices -->
<link rel="apple-touch-icon-precomposed" href="http://localhost:4000/images/apple-touch-icon-precomposed.png">
<!-- 72x72 (precomposed) for 1st generation iPad, iPad 2 and iPad mini -->
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://localhost:4000/images/apple-touch-icon-72x72-precomposed.png">
<!-- 114x114 (precomposed) for iPhone 4, 4S, 5 and post-2011 iPod Touch -->
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://localhost:4000/images/apple-touch-icon-114x114-precomposed.png">
<!-- 144x144 (precomposed) for iPad 3rd and 4th generation -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://localhost:4000/images/apple-touch-icon-144x144-precomposed.png">
</head>
<body id="page">
<div class="navigation-wrapper">
<nav role="navigation" id="site-nav" class="animated drop">
<ul>
<li><a href="http://localhost:4000/about/" >About</a></li>
<li><a href="http://localhost:4000/articles/" >Articles</a></li>
<li class="dosearch"><span><i class="fa fa-search"></i> Search</span></li>
</ul>
</nav>
</div><!-- /.navigation-wrapper -->
<!--[if lt IE 9]><div class="upgrade"><strong><a href="http://whatbrowser.org/">Your browser is quite old!</strong> Why not upgrade to a different browser to better enjoy this site?</a></div><![endif]-->
<div class="search-wrapper">
<div class="search-form">
<input type="text" class="search-field" placeholder="Search...">
<button class="close-btn"><i class="fa fa-times-circle fa-2x"></i></button>
<ul class="search-results post-list"></ul><!-- /.search-results -->
</div><!-- /.search-form -->
</div><!-- ./search-wrapper -->
<header class="masthead">
<div class="wrap">
<a href="http://localhost:4000" class="site-logo" rel="home" title="chriscatalfo.com"><img src="http://localhost:4000/images/site-logo.png" width="200" height="200" alt="chriscatalfo.com logo" class="animated fadeInUp"></a>
<h1 class="site-title animated fadeIn"><a href="http://localhost:4000">chriscatalfo.com</a></h1>
<h2 class="site-description animated fadeIn" itemprop="description">Thoughts on things.</h2>
</div>
</header><!-- /.masthead -->
<div class="js-menu-screen menu-screen"></div>
<div id="main" role="main">
<article class="entry">
<div class="entry-wrapper">
<header class="entry-header">
<h1 class="entry-title">About chriscatalfo.com</h1>
</header>
<div class="entry-content">
<h2 id="why">Why?</h2>
<p>Because I said so.</p>
<h2 id="when">When?</h2>
<p>Whenever I feel like it.</p>
<h2 id="who">Who?</h2>
<p>You’ll never guess!</p>
<h2 id="where">Where?</h2>
<p>In the library, with the laptop.</p>
</div><!-- /.entry-content -->
</div><!-- /.entry-wrapper -->
</article>
</div><!-- /#main -->
<div class="footer-wrapper">
<footer role="contentinfo" class="entry-wrapper">
<span>© 2018 Chris Catalfo. Powered by <a href="http://jekyllrb.com" rel="nofollow">Jekyll</a> using the <a href="http://mademistakes.com/so-simple/" rel="nofollow">So Simple Theme</a>.</span>
<div class="social-icons">
<a href="http://twitter.com/cfcatalfo" title="Chris Catalfo on Twitter" target="_blank"><i class="fa fa-twitter-square fa-2x"></i></a>
<a href="http://linkedin.com/in/ccatalfo" title="Chris Catalfo on LinkedIn" target="_blank"><i class="fa fa-linkedin-square fa-2x"></i></a>
<a href="http://meta.stackexchange.com/users/196015/ccatalfo" title="Chris Catalfo on StackExchange" target="_blank"><i class="fa fa-stack-exchange fa-2x"></i></a>
<a href="http://github.com/ccatalfo" title="Chris Catalfo on Github" target="_blank"><i class="fa fa-github-square fa-2x"></i></a>
<a href="http://localhost:4000/feed.xml" title="Atom/RSS feed"><i class="fa fa-rss-square fa-2x"></i></a>
</div><!-- /.social-icons -->
</footer>
</div><!-- /.footer-wrapper -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="http://localhost:4000/assets/js/vendor/jquery-1.9.1.min.js"><\/script>')</script>
<script src="http://localhost:4000/assets/js/scripts.min.js"></script>
<!-- Jekyll Simple Search option -->
<script>
$(document).ready(function() {
$('.search-field').jekyllSearch({
jsonFile: 'http://localhost:4000/search.json',
searchResults: '.search-results',
template: '<li><article><a href="{url}">{title} <span class="entry-date"><time datetime="{date}">{shortdate}</time></span></a></article></li>',
fuzzy: true,
noResults: '<p>Nothing found.</p>'
});
});
(function( $, window, undefined ) {
var bs = {
close: $(".close-btn"),
searchform: $(".search-form"),
canvas: $(".js-menu-screen"),
dothis: $('.dosearch')
};
bs.dothis.on('click', function() {
$('.search-wrapper').css({ display: "block" });
$('body').toggleClass('no-scroll');
bs.searchform.toggleClass('active');
bs.searchform.find('input').focus();
bs.canvas.toggleClass('is-visible');
});
bs.close.on('click', function() {
$('.search-wrapper').removeAttr( 'style' );
$('body').toggleClass('no-scroll');
bs.searchform.toggleClass('active');
bs.canvas.removeClass('is-visible');
});
})( jQuery, window );
</script>
</body>
</html>
|
external/OpenNI/Documentation/html/struct_xn_depth_meta_data.html
|
ipab-rad/ocv_kinect
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<title>OpenNI 1.5.4: XnDepthMetaData Struct Reference</title>
<link href="tabs.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! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="OpenNILogo.bmp"/></td>
<td style="padding-left: 0.5em;">
<div id="projectname">OpenNI 1.5.4
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- Generated by Doxygen 1.7.6.1 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="modules.html"><span>Modules</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>
</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>
</div>
<div class="header">
<div class="summary">
<a href="#pub-attribs">Public Attributes</a> </div>
<div class="headertitle">
<div class="title">XnDepthMetaData Struct Reference</div> </div>
</div><!--header-->
<div class="contents">
<!-- doxytag: class="XnDepthMetaData" -->
<p><code>#include <<a class="el" href="_xn_types_8h_source.html">XnTypes.h</a>></code></p>
<p><a href="struct_xn_depth_meta_data-members.html">List of all members.</a></p>
<table class="memberdecls">
<tr><td colspan="2"><h2><a name="pub-attribs"></a>
Public Attributes</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="struct_xn_map_meta_data.html">XnMapMetaData</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_xn_depth_meta_data.html#aa9c3236a081c934c9c40150b3ba804dd">pMap</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const <a class="el" href="_xn_types_8h.html#ad55e431b82556504d5c1c00d153156c9">XnDepthPixel</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_xn_depth_meta_data.html#a6c366fc993c8232607f4d4992716c0ba">pData</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="_xn_types_8h.html#ad55e431b82556504d5c1c00d153156c9">XnDepthPixel</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_xn_depth_meta_data.html#a919c547f3a82ca056ba77bd147323deb">nZRes</a></td></tr>
</table>
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock"><p>Holds information about a frame of depth. </p>
</div><hr/><h2>Member Data Documentation</h2>
<a class="anchor" id="a919c547f3a82ca056ba77bd147323deb"></a><!-- doxytag: member="XnDepthMetaData::nZRes" ref="a919c547f3a82ca056ba77bd147323deb" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="_xn_types_8h.html#ad55e431b82556504d5c1c00d153156c9">XnDepthPixel</a> <a class="el" href="struct_xn_depth_meta_data.html#a919c547f3a82ca056ba77bd147323deb">XnDepthMetaData::nZRes</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>The value of the Z resolution of this frame - the maximum depth a pixel can have. </p>
</div>
</div>
<a class="anchor" id="a6c366fc993c8232607f4d4992716c0ba"></a><!-- doxytag: member="XnDepthMetaData::pData" ref="a6c366fc993c8232607f4d4992716c0ba" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const <a class="el" href="_xn_types_8h.html#ad55e431b82556504d5c1c00d153156c9">XnDepthPixel</a>* <a class="el" href="struct_xn_depth_meta_data.html#a6c366fc993c8232607f4d4992716c0ba">XnDepthMetaData::pData</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>A pointer to the depth data of this frame. </p>
</div>
</div>
<a class="anchor" id="aa9c3236a081c934c9c40150b3ba804dd"></a><!-- doxytag: member="XnDepthMetaData::pMap" ref="aa9c3236a081c934c9c40150b3ba804dd" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="struct_xn_map_meta_data.html">XnMapMetaData</a>* <a class="el" href="struct_xn_depth_meta_data.html#aa9c3236a081c934c9c40150b3ba804dd">XnDepthMetaData::pMap</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>A pointer to the map meta data of this frame. </p>
</div>
</div>
<hr/>The documentation for this struct was generated from the following file:<ul>
<li><a class="el" href="_xn_types_8h_source.html">XnTypes.h</a></li>
</ul>
</div><!-- contents -->
<hr class="footer"/><address class="footer"><small>
Generated on Wed Nov 26 2014 12:18:20 for OpenNI 1.5.4 by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>
</body>
</html>
|
_includes/head.html
|
amaliebarras/data-portal-new
|
{% comment %} -- head.html -- {% endcomment %}
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{% if page.title %}{{ page.title }} - {% endif %}{{ site.title }}</title>
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Raleway:400,300,700' rel='stylesheet' type='text/css'>
{% comment %} -- favicon -- {% endcomment %}
<link rel="manifest" href="{{ site.baseurl }}/manifest.json">
<link rel="apple-touch-icon" sizes="180x180" href="{{ site.baseurl }}/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" href="{{ site.baseurl }}/favicon/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="{{ site.baseurl }}/favicon/favicon-16x16.png" sizes="16x16">
<link rel="mask-icon" href="{{ site.baseurl }}/favicon/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="{{ site.baseurl }}/favicon.ico">
<meta name="apple-mobile-web-app-title" content="OA Data">
<meta name="application-name" content="OA Data">
<meta name="msapplication-config" content="{{ site.baseurl }}/favicon/browserconfig.xml">
<meta name="-color" content="#ffffff">
{% comment %} -- css -- {% endcomment %}
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
{% assign theme_name = site.jkan_theme | default: 'Default' %}
{% assign theme = site.data.themes | where:'name', theme_name | first %}
{% if theme and theme.src and theme.src != empty %}
<link rel="stylesheet" href="{{ theme.src }}">
{% endif %}
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.2/css/select2.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/notie/3.0.0/notie.min.css">
<link rel="stylesheet" href="{{ site.baseurl }}/css/main.css">
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
{% comment %} -- Open Graph Metadata -- https://developers.facebook.com/tools/debug/ -- {% endcomment %}
{% if site.opengraph.enabled == true %}
{% assign description = page.notes | default: site.description %}
{% assign title = page.title | default: site.title %}
{% assign logo = page.logo | default: "/favicon/android-chrome-192x192.png" %}
<meta property="og:description" content="{{ description | truncate: 255 }}" />
<meta property="og:title" content="{{ title | truncate: 80 }}" />
<meta name="og:image" content="{{ site.baseurl }}{{ logo }}" />
<meta property="og:image:width" content="192"/>
<meta property="og:image:height" content="192"/>
<meta property="og:site_name" content="{{ site.title }}" />
{% endif %}
{% comment %} -- JS libraries -- {% endcomment %}
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js"></script>
{% comment %} -- US Digital Analytics Program see https://analytics.usa.gov for data {% endcomment %}
{% if site.digital_analytics_program.enabled == true %}
<script id="_fed_an_ua_tag" src="https://dap.digitalgov.gov/Universal-Federated-Analytics-Min.js?agency={{ site.digital_analytics_program.agency }}&subagency={{ site.digital_analytics_program.subagency }}"></script>
{% endif %}
{% comment %} -- Google Analytics -- {% endcomment %}
{% if site.google_analytics.enabled == true %}
{% include addons/google-analytics.html %}
{% endif %}
{% comment %} -- Hypothesis.io -- {% endcomment %}
{% if site.hypothesis.enabled == true %}
<script async defer src="//hypothes.is/embed.js"></script>
{% endif %}
{% comment %} -- Twittercard -- {% endcomment %}
{% if site.twittercard.enabled == true %}
{% include addons/twittercard.html %}
{% endif %}
<script>
var settings = {
BASE_URL: {{ site.baseurl | jsonify }},
PAGE_URL: {{ page.url | jsonify }},
REPO_BRANCH: {% if site.github.is_user_page %}"master"{% else %}"gh-pages"{% endif %},
{% if site.github_repo %}
REPO_OWNER: {{ site.github_repo.owner | jsonify }},
REPO_NAME: {{ site.github_repo.name | jsonify }},
{% else %}
REPO_OWNER: {{ site.github.owner_name | jsonify }},
REPO_NAME: {{ site.github.project_title | jsonify }},
{% endif %}
GITHUB_CLIENT_ID: {{ site.github_client_id | jsonify }},
GATEKEEPER_HOST: {{ site.gatekeeper_host | jsonify }}
}
</script>
<script>
$(function() {
$('#nav li a').click(function() {
$('#nav li').removeClass();
$($(this).attr('href')).addClass('active');
});
});
</script>
|
_site/projects.html
|
libotti/libotti.github.io
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Robert Libotti" />
<meta name="description" content="Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description.
">
<link rel="favicon" href="/static/img/favicon.ico">
<title>Projects</title>
<!-- Bootstrap -->
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" rel="stylesheet"
integrity="sha256-MfvZlkHCEqatNoGiOXveE8FIwMzZg4W85qfrfIFBfYc= sha512-dTfge/zgoMYpP7QbHy4gWMEGsbsdZeCXz7irItjcC3sPUFtf0kuFbDz/ixG7ArTxmDjLXDmezHubeNikyKGVyQ=="
crossorigin="anonymous">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Custom styles for this template -->
<link rel="stylesheet" type="text/css" href="/static/css/main.css" />
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,400,200bold,400old" />
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css" />
<link rel="stylesheet" type="text/css" href="/static/css/syntax.css" />
<!-- Google Analytics -->
<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-69391421-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<!-- Main Body-->
<body>
<!-- Wrap all page content here -->
<div id="wrap">
<!-- Navbar header -->
<nav class="navbar navbar-default">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand" href="/"><i class="fa fa-home"></i></a>
</div>
<div id="navbar">
<ul class="nav navbar-nav navbar-right">
<li><a href="/blog.html">BLOG</a></li>
<!-- <li><a href="/projects.html">PROJETOS</a></li> -->
<li><a href="/vitae">CV</a></li>
</ul>
</div>
</div>
</nav>
<section id="projects">
<div class="container">
<h3>Projects</h3>
<div class="panel panel-default">
<div class="panel-body">
<h5>
<i class="fa fa-github"></i> <strong><a href="#">Project 1</a></strong>
- Ei viderer tacimates pro, quem assum ea nam. Veritus omnesque eam te. Et natum mucius tamquam vel,
ea dolorem volumus deterruisset nec. Graeci mentitum sea an, eu prima elaboraret est.
</h5>
<h5>
<i class="fa fa-github"></i> <strong><a href="#">Project 2</a></strong>
- An eripuit phaedrum qui, nec facer splendide ex, vel ea assum facilisi convenire.
Te his neglegentur consectetuer.
</h5>
<h5>
<i class="fa fa-github"></i> <strong><a href="#">Project 3</a></strong>
- An alii quot tantas eum, doming platonem persecuti mea et, vim perpetua cotidieque delicatissimi in.
</h5>
<h5>
<i class="fa fa-globe"></i> <strong><a href="#">Project 4</a></strong>
- Vim an case vidit sententiae, est at euismod laboramus efficiantur. Ei sit brute lorem,
ea eam timeam viderer aliquid, cu integre omittam moderatius quo.
</h5>
<h5>
<i class="fa fa-globe"></i> <strong><a href="#">Project 5</a></strong>
- Dicta causae meliore ex vel, in vix erant integre petentium. Vix ei nisl scripta recusabo,
eam doming blandit facilisis.
</h5>
<h5>
<i class="fa fa-cog"></i> <strong><a href="#">Project 6</a></strong>
- Inermis recusabo elaboraret mea et, dicat neglegentur vim te. Nec et sanctus scriptorem,
usu ex sapientem gubergren. Tamquam admodum ei usu.
</h5>
<h5>
<i class="fa fa-cog"></i> <strong><a href="#">Project 7</a></strong>
- Essent putant indoctum sed in, reprimique persequeris neglegentur te quo. Nam rebum
tractatos partiendo at, debet ubique oporteat ut his.
</h5>
</div>
</div>
</div>
</section>
</div>
<!-- Footer -->
<footer>
<div id="footer">
<div class="container">
<p class="text-muted">libotti.com © All rights reserved. Powered by <a href="http://jekyllrb.com/">Jekyll</a> and
<a href="http://www.github.com/biomadeira/sustain">sustain</a> with ♥</p>
</div>
</div>
</footer>
<div class="footer"></div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- Bootstrap core JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"
integrity="sha256-Sk3nkD6mLTMOF0EOpNtsIry+s1CsaqQC1rVLTAy+0yc= sha512-K1qjQ+NcF2TYO/eI3M6v8EiNYZfA95pQumfvcVrTHtwQVDG+aHRqLi/ETn2uB+1JqwYqVG3LIvdm9lj6imS/pQ=="
crossorigin="anonymous"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="/static/js/docs.min.js"></script>
<script src="/static/js/main.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="/static/js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>
|
_layouts/default.html
|
manabu/manabu.github.io
|
<!DOCTYPE html>
<html>
<head>
<title>{% if page.title %}{{ page.title }} – {% endif %}{{ site.name }} – {{ site.description }}</title>
{% comment %}
{% include meta.html %}
{% endcomment %}
{% seo %}
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/style.css" />
<link rel="alternate" type="application/rss+xml" title="{{ site.name }} - {{ site.description }}" href="{{ site.baseurl }}/feed.xml" />
<link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/css/table.css" />
<!-- Created with Jekyll Now - http://github.com/barryclark/jekyll-now -->
</head>
<body>
<div class="wrapper-masthead">
<div class="container">
<header class="masthead clearfix">
<a href="{{ site.baseurl }}/" class="site-avatar"><img src="{{ site.avatar }}" /></a>
<div class="site-info">
<h1 class="site-name"><a href="{{ site.baseurl }}/">{{ site.name }}</a></h1>
<p class="site-description">{{ site.description }}</p>
</div>
<nav>
<a href="{{ site.baseurl }}/">Blog</a>
<a href="{{ site.baseurl }}/about">About</a>
</nav>
</header>
</div>
</div>
<div id="main" role="main" class="container">
{{ content }}
</div>
<div class="wrapper-footer">
<div class="container">
<footer class="footer">
{% include svg-icons.html %}
</footer>
</div>
</div>
{% include analytics.html %}
</body>
</html>
|
res/css/main.css
|
stenwessel/OnDeckPlayer
|
@font-face {
font-family: 'FontAwesome';
src: url('../font/fontawesome.ttf');
}
.icon-button {
-fx-font-family: 'FontAwesome';
-fx-text-alignment: center;
-fx-padding: 0.25em;
-fx-text-fill: #5a5a5a;
}
.tool-bar.plain {
-fx-background-color: transparent;
-fx-padding: 0;
}
|
modules/core/server/views/email-templates/reset-password-confirm.server.view.html
|
mleanos/trustroots
|
{% extends 'email.server.view.html' %}
{% block content %}
<!-- MODULE ROW // -->
<tr>
<td align="center" valign="top">
<!-- CENTERING TABLE // -->
<!--
The centering table keeps the content
tables centered in the emailBody table,
in case its width is set to 100%.
-->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="center" valign="top">
<!-- FLEXIBLE CONTAINER // -->
<!--
The flexible container has a set width
that gets overridden by the media query.
Most content tables within can then be
given 100% widths.
-->
<table border="0" cellpadding="0" cellspacing="0" width="600" class="flexibleContainer">
<tr>
<td align="center" valign="top" width="600" class="flexibleContainerCell">
<!-- CONTENT TABLE // -->
<!--
The content table is the first element
that's entirely separate from the structural
framework of the email.
-->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td valign="top" class="textContent">
<p>Hey {{name}}!</p>
<p>Your Trustroots account password has just been changed.</p>
<p>If you did not change it, please <a href="{{urlResetPassword}}">reset your password now.</a></p>
</td>
</tr>
</table>
<!-- // CONTENT TABLE -->
</td>
</tr>
</table>
<!-- // FLEXIBLE CONTAINER -->
</td>
</tr>
</table>
<!-- // CENTERING TABLE -->
</td>
</tr>
<!-- // MODULE ROW -->
{% endblock %}
|
html/personalberater.html
|
m-gobeli/bhrt_2
|
<!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>BHRT Laufbahnberatung</title>
<!-- Bootstrap CSS -->
<link href="../vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="../vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
<!-- Plugin CSS -->
<link href="../vendor/magnific-popup/magnific-popup.css" rel="stylesheet">
<!-- Theme CSS -->
<link href="../css/creative.min.css" rel="stylesheet">
<!-- eigenes CSS-->
<link href="../css/design.css" rel="stylesheet" type="text/css">
</head>
<body id="page-top">
<!-- Ausgabe Fehlermeldung -->
<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> Menu <i class="fa fa-bars"></i>
</button>
<a class="navbar-brand" href="../index.php">BHRT</a>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<!-- /. Header -->
<header>
<div class="header-content">
<div class="header-content-inner">
<h1 id="homeHeading">Du bist ein Personalberater<br>Herzliche Gratulation</h1>
<hr>
<p>Hier kriegst du ultragute Informationen</p>
</div>
</div>
</header>
<!-- Header Ende -->
<!-- Über BHRT -->
<section id="about">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center">
<h2 class="section-heading">Wofür steht BHRT?</h2>
<hr class="primary">
<p>Das ist kurz für Business Human Resources Typologies. Klingt wichtig. Ist es auch.<br>Für Dich persönlich. Es zeigt Dir auf, welche berufsrelevanten Rollen Dir liegen. Ob nun zur Selbsteinschätzung oder ob Du wissen möchtest, in welche Richtung deine Aus-/Weiterbildung gehen könnte, dieser Test hilft Dir in jeder Lebenslage weiter.</p>
</div>
</div>
</div>
</section>
<!-- Ende Über BHRT -->
<!-- jQuery -->
<script src="vendor/jquery/jquery.min.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<script src="vendor/scrollreveal/scrollreveal.min.js"></script>
<script src="vendor/magnific-popup/jquery.magnific-popup.min.js"></script>
<!-- Theme JavaScript -->
<script src="js/creative.min.js"></script>
</body>
</html>
|
raft/technology/2015/09/10/alert_dialog_theme.html
|
sfsheng0322/sfsheng0322.github.com
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>用Support包显示MaterialDialog</title>
<meta name="description" content="如果自己做个人App项目,很可能在一些情况下用到Dialog,Android自己也提供了系统Dialog,但是在MaterialDesigner出现之前,样子确实很丑,这篇博客讲解如何使用Support包中的API来实现MD风格的Dialog。">
<meta name="author" content="咕咚">
<meta name="copyright" content="© 咕咚 2016">
<!-- External libraries -->
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<!--<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.5/styles/monokai_sublime.min.css">-->
<!--<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/lightbox2/2.7.1/css/lightbox.css">-->
<!-- thanks to http://www.bootcdn.cn/lightbox2/ -->
<!-- thanks to http://www.bootcdn.cn/highlight.js/ -->
<!-- thanks to https://highlightjs.org/static/demo/ -->
<link rel="stylesheet" href="//cdn.bootcss.com/highlight.js/8.5/styles/androidstudio.min.css">
<link rel="stylesheet" href="//cdn.bootcss.com/lightbox2/2.8.2/css/lightbox.css">
<!-- Bootstrap Core CSS -->
<!--<link rel="stylesheet" href="/css/bootstrap.min.css">-->
<!-- Favicon and other icons (made with http://www.favicon-generator.org/) -->
<link rel="shortcut icon" href="/assets/icons/favicon.ico" type="image/x-icon">
<link rel="icon" href="/assets/icons/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" sizes="57x57" href="/assets/icons/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/assets/icons/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/assets/icons/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/assets/icons/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/assets/icons/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/assets/icons/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/assets/icons/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/assets/icons/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/icons/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/assets/icons/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/assets/icons/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/icons/favicon-16x16.png">
<link rel="manifest" href="/assets/icons/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/assets/icons/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<!-- Facebook OGP cards -->
<meta property="og:description" content="如果自己做个人App项目,很可能在一些情况下用到Dialog,Android自己也提供了系统Dialog,但是在MaterialDesigner出现之前,样子确实很丑,这篇博客讲解如何使用Support包中的API来实现MD风格的Dialog。" />
<meta property="og:url" content="http://maoruibin.github.io" />
<meta property="og:site_name" content="咕咚" />
<meta property="og:title" content="用Support包显示MaterialDialog" />
<meta property="og:type" content="website" />
<meta property="og:image" content="http://maoruibin.github.io/assets/logo.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="612" />
<meta property="og:image:height" content="605" />
<!-- Twitter: card tags -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="用Support包显示MaterialDialog">
<meta name="twitter:description" content="如果自己做个人App项目,很可能在一些情况下用到Dialog,Android自己也提供了系统Dialog,但是在MaterialDesigner出现之前,样子确实很丑,这篇博客讲解如何使用Support包中的API来实现MD风格的Dialog。">
<meta name="twitter:image" content="http://maoruibin.github.io/assets/logo.png">
<meta name="twitter:url" content="http://maoruibin.github.io">
<!-- Site styles -->
<link rel="stylesheet" href="/css/main.css">
<link rel="canonical" href="http://maoruibin.github.io//technology/2015/09/10/alert_dialog_theme.html">
<link rel="alternate" type="application/rss+xml" title="咕咚" href="http://maoruibin.github.io//feed.xml" />
</head>
<body>
<header class="navigation" role="banner">
<div class="navigation-wrapper">
<a href="/" class="logo">
<span>咕咚</span>
</a>
<a href="javascript:void(0)" class="navigation-menu-button" id="js-mobile-menu">
<i class="fa fa-bars"></i>
</a>
<nav role="navigation">
<ul id="js-navigation-menu" class="navigation-menu show">
<li class="nav-link">
<a href="/about/">
关于我
</a>
</li>
<li class="nav-link">
<a href="/posts/">
博文
</a>
</li>
<li class="nav-link">
<a href="/project/">
项目
</a>
</li>
</ul>
</nav>
</div>
</header>
<div class="page-content">
<div class="post">
<div class="post-header-container "
>
<div class="scrim ">
<header class="post-header">
<h1 class="title">用Support包显示MaterialDialog</h1>
<p class="info">by <strong>咕咚</strong></p>
</header>
</div>
</div>
<div class="wrapper">
<span class="page-divider">
<span class="one"></span>
<span class="two"></span>
</span>
<section class="post-meta">
<!--<div class="post-date">September 10, 2015</div>-->
<div class="post-date">
发表于 2015-09-10
<a href="#comments">
<span class="ds-thread-count" data-thread-key="/technology/2015/09/10/alert_dialog_theme"></span>
</a>
</div>
<div class="post-categories">
in
<a href="/category/technology">Technology</a>
</div>
</section>
<article class="post-content">
<p>如果自己做个人App项目,很可能在一些情况下用到Dialog,Android自己也提供了系统Dialog,但是在MaterialDesigner出现之前,样子确实很丑,这篇博客讲解如何使用Support包中
的API来实现MD风格的Dialog。</p>
<p>Support V7包在22.1.0之前的任何一个版本,AlertDialog一直都是Android4.0风格,直到Support-V7:22.1.0,在这之前,如果我们的项目中要使用Material样式的Dialog,对不起,Android5.0以下的设备根本不支持,但是还好,开源界的大神从来都不缺乏无私的奉献精神,在support-v7包更新到V22.1.0之前,Github上已经出现了几个非常不错的MaterialDialog开源库,如下
<a href="https://github.com/afollestad/material-dialogs">https://github.com/afollestad/material-dialogs</a><br />
<a href="https://github.com/drakeet/MaterialDialog">https://github.com/drakeet/MaterialDialog</a><br />
使用上面的开源库,就可以很轻松的在Android5.0以下的设备上实现MaterialDialog的效果。<br />
但是,如开始所说,support-v7更新到22.1.0之后,我们就再也不需要使用上面的开源库来获得MaterialDiaolg了。直接使用Support中的AlertDialog就可以实现MD风格的Dialog了。</p>
<h4 id="section">准备工作</h4>
<p>1、将项目targetSdkVersion设为22或者以上<br />
2、加入对应的support依赖支持</p>
<pre><code>targetSdkVersion 22
compile 'com.android.support:appcompat-v7:22.1.0'
</code></pre>
<h4 id="section-1">使用</h4>
<p>直接上代码</p>
<pre><code> new AlertDialog.Builder(getActivity())
.setTitle(R.string.title_export)
.setMessage(contentInfo)
.setPositiveButton(R.string.dialog_confirm_yes, new DialogInterface.OnClickListener() {
@Override
public void onClick(DialogInterface dialogInterface, int i) {
copyFile(srcFile, exportFile);
}
})
.setNegativeButton(R.string.dialog_now_watch, new DialogInterface.OnClickListener() {
@Override
public void onClick(DialogInterface dialogInterface, int i) {
browseFile(exportFile.getParentFile());
}
})
.show();
</code></pre>
<p>注意:在导包时一定要选择android.support.v7.app.AlertDialog。否则Dialog将不会是Material样式。最终使用support包得AlertDialog显示的Dialog效果如下图所示:
<br /><br />
<img src="/assets/device-2015-09-11-dialog_theme_bug.png" alt="dialog" title="dialog" />
<br /><br />
<code>小发现</code>:support-v7:22.1.0版本的Dialog显示的拐角是直角,其实这不符合真正规范,并且Dialog的默认背景颜色也不是白色,但是如果使用support-v7:23.1.0,这个问题就没了。</p>
<h4 id="section-2">主题适配</h4>
<p>其实通过上面的操作,我们已经可以得到一个非常好看的MaterialDialog了,但是仔细看,发现按钮的文字颜色并不是项目的主色调 colorPrimary,所以这里需要对Dialog进行主题设置,这里先把最终的成功方案给出来,一睹为快.</p>
<pre><code><!-- 应用主题 -->
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
<item name="theme_color">@color/colorPrimary</item>
<item name="theme_color_dark">@color/colorPrimaryDark</item>
<item name="theme_accent_color">@color/colorAccent</item>
<!-- 自定义的Dialog主题 -->
<item name="alertDialogTheme">@style/AlertDialogCustom</item>
</style>
<!-- 自定义Dialog显示风格 -->
<style name="AlertDialogCustom" parent="Theme.AppCompat.Light.Dialog.Alert">
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<!-- NeutralButtonStyle -->
<item name="buttonBarNeutralButtonStyle">@style/buttonBarNeutral</item>
<!-- NegativeButtonStyle -->
<item name="buttonBarNegativeButtonStyle">@style/buttonBarNegative</item>
<!-- PositiveButtonStyle -->
<item name="colorAccent">@color/colorAccent</item>
</style>
<style name="buttonBarNegative" parent="@style/Widget.AppCompat.Button.ButtonBar.AlertDialog">
<item name="android:textColor">@color/md_grey_700</item>
</style>
<style name="buttonBarNeutral" parent="@style/Widget.AppCompat.Button.ButtonBar.AlertDialog">
<item name="android:textColor">@color/md_grey_700</item>
</style>
</code></pre>
<p>上面通过在自定义Dialog主题的方式,最终得到了一个比较Material的Dialog。其中要改变按钮文本的样式,需要设置不同Button的上style,如最右边的positive Button的样式就是通过buttonBarNeutral来设置,为什么是这个属性呢,其实扒一扒源码就可以找到。<br />
其实MaterialDialog的通过一个布局文件控制布局,下面是源码(appcompat-v7-22.1.0/res/layout/abc_alert_dialog_material.xml)中的布局代码,如下所示</p>
<pre><code> <LinearLayout
android:id="@+id/buttonPanel"
style="?attr/buttonBarStyle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layoutDirection="locale"
android:orientation="horizontal"
android:paddingLeft="12dp"
android:paddingRight="12dp"
android:paddingTop="8dp"
android:paddingBottom="8dp"
android:gravity="bottom">
<Button
android:id="@android:id/button3"
style="?attr/buttonBarNeutralButtonStyle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
<android.support.v4.widget.Space
android:layout_width="0dp"
android:layout_height="0dp"
android:layout_weight="1"
android:visibility="invisible"/>
<Button
android:id="@android:id/button2"
style="?attr/buttonBarNegativeButtonStyle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
<Button
android:id="@android:id/button1"
style="?attr/buttonBarPositiveButtonStyle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
</LinearLayout>
</code></pre>
<p>可以发现不同的Button具有不同的style name,这里如果想要改变那个按钮的颜色样式,只要修改对应的style即可。不过注意的是,不论是修改Dialog的样式还是按钮的样式,一定要主要对应的parent不能出错。否则你可能达不到自己的目的,从而修改主题失败。不过他们的parent通过源码都可以找到,这里细心点就好。
<br /><br />
<img src="/assets/device-2015-09-11-dialog_theme_bug_fix.png" alt="dialog" title="dialog" /></p>
<h4 id="section-3">总结</h4>
<p>使用MaterialDialog很容易,但是要控制Dialog的显示样式(按钮文本颜色,Dialog背景颜色等等),需要去自定义主题。</p>
</article>
<section class="tags">
<strong>Tags:</strong> <a href="/tag/Android">Android</a>, <a href="/tag/Theme">Theme</a>, <a href="/tag/Dialog">Dialog</a>
</section>
<section class="rss" style="display:none;">
<p class="rss-subscribe text"><strong>Subscribe <a href="/feed.xml">via RSS</a></strong></p>
</section>
<section class="share" style="display:none;">
<!--<span>Share: </span>-->
<!---->
<!---->
<!---->
<!---->
<!---->
<!---->
<!---->
<!---->
<!---->
<!---->
<!---->
<!---->
<!---->
<!---->
<!---->
<!---->
<!---->
<!---->
<!---->
<!---->
<!---->
<!---->
<!---->
<!---->
<!---->
<!---->
<!---->
<!---->
<!---->
<!---->
<!---->
<!---->
<!---->
<!---->
<!---->
<!---->
<div class="ds-share" style="display:none;" style="border:0px solid red;margin-top:6em;" data-thread-key="/technology/2015/09/10/alert_dialog_theme" data-title="用Support包显示MaterialDialog" data-images="" data-content="" data-url="http://maoruibin.github.io//technology/2015/09/10/alert_dialog_theme.html">
<div class="ds-share-inline">
<ul class="ds-share-icons-16">
<li><a class="ds-more" href="javascript:void(0);">分享到:</a></li>
<li><a class="ds-wechat" href="javascript:void(0);" data-service="wechat">微信</a></li>
<li><a class="ds-weibo" href="javascript:void(0);" data-service="weibo">微博</a></li>
<li><a class="ds-qzone" href="javascript:void(0);" data-service="qzone">QQ空间</a></li>
</ul>
<div class="ds-share-icons-more">
</div>
</div>
</div>
</section>
<div id="comments" style="margin-top:6em;margin-bottom:6em;">
<div class="ds-thread" data-thread-key="/technology/2015/09/10/alert_dialog_theme" data-title="%E7%94%A8Support%E5%8C%85%E6%98%BE%E7%A4%BAMaterialDialog" data-url="http://maoruibin.github.io//technology/2015/09/10/alert_dialog_theme.html"></div>
</div>
<!-- 多说评论框 end -->
<!-- 多说公共JS代码 start (一个网页只需插入一次) -->
<script type="text/javascript">
var duoshuoQuery = {short_name:"maoruibin"};
(function() {
var ds = document.createElement('script');
ds.type = 'text/javascript';ds.async = true;
ds.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//static.duoshuo.com/embed.js';
ds.charset = 'UTF-8';
(document.getElementsByTagName('head')[0]
|| document.getElementsByTagName('body')[0]).appendChild(ds);
})();
</script>
</div>
</div>
</div>
<!-- Footer -->
<style type="text/css">
.container {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.row {
margin-right: -15px;
margin-left: -15px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
footer .list-inline {
margin: 0;
padding: 0;
}
.list-inline {
padding-left: 0;
margin-left: -5px;
list-style: none;
}
.text-center {
text-align: center;
}
.text-right {
text-align: right;
}
.list-inline>li {
display: inline-block;
padding-right: 5px;
padding-left: 5px;
}
.fa-lg{
font-size: 1.5em;
}
</style>
<footer class="site-footer">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<div class="text-center" style="margin-bottom:0.8em;">
<div style="font-size: 1.2em;"><a href="/" >咕咚</a></div>
<div>生命不息,折腾不止。</div>
</div>
<ul class="list-inline text-center">
<li>
<a href="http://weibo.com/u/1874136301" title="Follow me on Weibo" target="_blank" class="weibo">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-weibo fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a href="https://github.com/maoruibin" title="Follow me on GitHub" target="_blank" class="github">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-github fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a href="http://www.zhihu.com/people/maoruibin" title="Follow me on ZhiHu" target="_blank" class="zhihu">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-zhihu fa-stack-1x fa-inverse">知</i>
</span>
</a>
</li>
<li>
<a href="http://plus.google.com/107689066812933417058?rel=author" title="Add me to your Circles" target="_blank" class="google">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-google-plus fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a href="https://twitter.com/maoruibin9035" title="Add me to your Circles" target="_blank" class="twitter">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-twitter fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
</ul>
<!--<p class="copyright text-muted">Copyright © 咕咚 2016</p>-->
<div class="site-version text-right" style="display:block;">
<p>Powered by <a href="http://jekyllcn.com">Jekyll</a>, Theme from <a
href="https://github.com/bencentra/centrarium">Centrarium</a>.</p>
</div>
</div>
</div>
</div>
</footer>
<!-- Scripts -->
<script src="//code.jquery.com/jquery-1.11.2.min.js"></script>
<!--<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.5/highlight.min.js"></script>-->
<!--<script src="//cdnjs.cloudflare.com/ajax/libs/lightbox2/2.7.1/js/lightbox.min.js"></script>-->
<!-- thanks to http://www.bootcdn.cn/lightbox2/ -->
<script src="//cdn.bootcss.com/highlight.js/8.5/highlight.min.js"></script>
<script src="//cdn.bootcss.com/lightbox2/2.8.2/js/lightbox.min.js"></script>
<script>
$(document).ready(function() {
// Syntax highlighting
hljs.initHighlightingOnLoad();
// Header
var menuToggle = $('#js-mobile-menu').unbind();
$('#js-navigation-menu').removeClass("show");
menuToggle.on('click', function(e) {
e.preventDefault();
$('#js-navigation-menu').slideToggle(function(){
if($('#js-navigation-menu').is(':hidden')) {
$('#js-navigation-menu').removeAttr('style');
}
});
});
});
</script>
</body>
</html>
|
tests/RD8019/inline_abs.html
|
dota8/dota8.github.io
|
<!DOCTYPE html>
<html>
<head></head>
<body>
<div class="container" style="margin-right:10px;"><span>Text</span><span class="inline">POS</span></div>
<div class="container"><span>Text</span><span class="inline pos">POS</span></div>
</body>
</html>
|
index.html
|
rayterrill/BubbaGenie
|
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global Site Tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-106869187-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments)};
gtag('js', new Date());
gtag('config', 'UA-106869187-1');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Bubba Genie</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Custom styles for this template -->
<link href="css/freelancer.css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top">Bubba Genie</a>
</div>
</nav>
<!-- Header -->
<header class="masthead">
<div class="container">
<img class="img-fluid" src="img/profile.png" alt="">
<div class="intro-text">
<span class="name">Let me guess your age.</span>
</div>
<div><p>Upload a photo, and I'll guess your age using Machine Learning (aka Magic).</p></div>
<div>
<form id="form1" runat="server">
<input type='file' id="imgInp" /><br /><br />
</form>
</div>
</div>
</header>
<div class="container collapse" id="image">
<div class="col-lg-12 ml-auto text-center">
<img id="blah" src="#" style="max-height: 400px; max-width: 400px;"/>
</div>
</div>
<section class="success" id="about">
<div class="container collapse" id="waiting">
<br /><br />
<div class="col-lg-12 ml-auto text-center">
<i class="fa fa-refresh fa-spin" style="font-size:80px"></i>
<br /><br />
</div>
</div>
<div class="container collapse" id="details">
<br /><br />
<h2 class="text-center">Details</h2>
<hr class="star-light">
<div class="col-lg-12 ml-auto">
<table border=1 style="width: 50%; margin: 0px auto;" class="table">
<tr><td align=center>AgeRange:</td><td align=center id=agerange></td></tr>
<tr><td align=center>Gender:</td><td align=center id=gender></td></tr>
<tr><td align=center>Beard:</td><td align=center id=beard></td></tr>
<tr><td align=center>Mustache:</td><td align=center id=mustache></td></tr>
<tr><td align=center>Smile:</td><td align=center id=smile></td></tr>
<tr><td align=center>Emotions:</td><td align=center id=emotions></td></tr>
</table>
</div>
<br /><br />
</div>
</success>
<!-- Footer -->
<footer class="text-center">
<div class="footer-below">
<div class="container">
<div class="row">
<div class="col-lg-12">
Made with ♥ and LOLZ by Ray Terrill<br />
Like silly things like this? <a href="https://paypal.me/rayterrill/1" target="_blank">Buy me a beer electronically.</a>
</div>
</div>
</div>
</div>
</footer>
<!-- Scroll to Top Button (Only visible on small and extra-small screen sizes) -->
<div class="scroll-top d-lg-none">
<a class="btn btn-primary js-scroll-trigger" href="#page-top">
<i class="fa fa-chevron-up"></i>
</a>
</div>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/popper/popper.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Contact Form JavaScript -->
<script src="js/jqBootstrapValidation.js"></script>
<script src="js/contact_me.js"></script>
<!-- Custom scripts for this template -->
<script src="js/freelancer.min.js"></script>
<script type="text/javascript">
function readURL(input) {
if (input.files && input.files[0]) {
var reader = new FileReader();
var imageData;
reader.onload = function (e) {
imageData = e.target.result;
$('#blah').attr('src', e.target.result);
var data = {};
data.image = imageData;
data.id = 3;
var request = $.ajax({
method: "POST",
contentType: "application/json; charset=utf-8",
url: "http://ec2-34-209-167-96.us-west-2.compute.amazonaws.com:3000/getImageData",
data: JSON.stringify(data)
});
$("#waiting").collapse("toggle");
request.done(function(html) {
$("#waiting").collapse("toggle");
$("#details").collapse("toggle");
//alert(html);
$("#agerange").html(html.AgeRange.Low + " - " + html.AgeRange.High);
$("#gender").html(html.Gender.Value);
if (html.Beard.Value === true) {
$("#beard").html('True');
} else {
$("#beard").html('False');
}
if (html.Mustache.Value === true) {
$("#mustache").html('True');
} else {
$("#mustache").html('False');
}
if (html.Smile.Value === true) {
$("#smile").html('True');
} else {
$("#smile").html('False');
}
var emotionsLen = html.Emotions.length;
var emotions;
for (var i = 0; i < emotionsLen; i++) {
if (html.Emotions[i].Confidence > 70) {
if (emotions) {
emotions = emotions + "," + html.Emotions[i].Type;
} else {
emotions = html.Emotions[i].Type
}
}
}
if (emotions) {
$("#emotions").html(emotions);
} else {
$("#emotions").html("Not confident enough to pick an emotion :(");
}
});
request.fail(function( jqXHR, textStatus ) {
alert( "Request failed: " + textStatus );
});
}
reader.readAsDataURL(input.files[0]);
}
}
$("#imgInp").change(function(){
readURL(this);
$("#image").collapse("show");
$("#details").collapse("hide");
});
</script>
</body>
</html>
|
app/Admin/Taxonomy/Access/Access.html
|
TranscribeToTEI/webapp
|
<div class="container">
<div ncy-breadcrumb></div>
<div flash-alert data-active-class="show alert" class="fade" data-duration="10000">
<!-- Manually hide the alert with `hide()` -->
<button type="button" class="close" ng-click="hide()">×</button>
<span class="alert-message" ng-bind-html="flash.message | trustAsHtml"></span>
</div>
</div>
<main class="container" role="main">
<h1 class="page-heading">Gestion des accès</h1>
<div class="row">
<div class="col-12">
<table class="table table-bordered">
<thead>
<tr>
<th>#</th>
<th>User</th>
<th>Request</th>
<th>Action</th>
</tr>
</thead>
<tbody>
<tr ng-repeat="access in accesses | filterTaxonomyAsk">
<td>{{ $index+1 }}</td>
<td><a ui-sref="transcript.app.user.profile({id: access.user.id})">{{ access.user.name }}</a></td>
<td>{{ access.taxonomyRequest }}</td>
<td>
<div class="btn-group">
<button class="btn btn-success" ng-click="submit.valid.action(access)"><i ng-if="submit.valid.loading == false" class="fa fa-check"></i><i ng-if="submit.valid.loading == true" class="fa fa-spin fa-circle-o-notch"></i></button>
<button class="btn btn-danger" ng-click="submit.reject.action(access)"><i ng-if="submit.reject.loading == false" class="fa fa-remove"></i><i ng-if="submit.reject.loading == true" class="fa fa-spin fa-circle-o-notch"></i></button>
</div>
</td>
</tr>
<tr ng-if="(accesses | filterTaxonomyAsk).length == 0">
<td colspan="4">Pas de demande en attente.</td>
</tr>
</tbody>
</table>
</div>
</div>
</main>
|
public/search.html
|
jaz7290/starterkit
|
<!DOCTYPE html>
<html lang="" ng-app="archiveSearch">
<head>
<title>Title Page</title>
<meta charset="UTF-8">
<meta name=description content="">
<meta name=viewport content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap CSS -->
<link href="stylesheets/bootstrap.min.css" rel="stylesheet" media="screen">
<link href="stylesheets/style.css" rel="stylesheet" media="screen">
</head>
<body ng-controller="mainController">
<div class="">
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-ex1-collapse">
<form class="navbar-form navbar-left" role="search" action="/search" method="POST">
<div class="form-group">
<input type="text" class="form-control" name="query" size="40" placeholder="Search">
</div>
<button type="submit" class="btn btn-default">Submit</button>
</form>
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="#">Browse</a></li>
<li><a href="#">Overview</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Help <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="#">Action</a></li>
<li><a href="#">Another action</a></li>
<li><a href="#">Something else here</a></li>
<li><a href="#">Separated link</a></li>
</ul>
</li>
</ul>
</div><!-- /.navbar-collapse -->
</nav>
</div>
<div class="container-fluid">
<div class="row" style="margin-top: 50px;">
<div class="col-md-6 col-lg-6">
<ul class="list-unstyled list">
<li class="well-md well-sm well-lg">
<div>
<h3><a class="" href="">Title of result</a></h3>
<p class="">
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</p>
<div>
<span class="label label-info">collection</span>
<span class="spacer"></span>
<span class="label label-info">date</span>
</div>
</div>
</li>
<li class="well-md well-sm well-lg">
<div>
<h3><a class="" href="">Title of result</a></h3>
<p class="">
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</p>
<div>
<span class="label label-info">collection</span>
<span class="spacer"></span>
<span class="label label-info">date</span>
</div>
</div>
</li>
<li class="well-md well-sm well-lg">
<div>
<h3><a class="" href="">Title of result</a></h3>
<p class="">
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</p>
<div>
<span class="label label-info">collection</span>
<span class="spacer"></span>
<span class="label label-info">date</span>
</div>
</div>
</li>
<li class="well-md well-sm well-lg">
<div>
<h3><a class="" href="">Title of result</a></h3>
<p class="">
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</p>
<div>
<span class="label label-info">collection</span>
<span class="spacer"></span>
<span class="label label-info">date</span>
</div>
</div>
</li>
<li class="well-md well-sm well-lg">
<div>
<h3><a class="" href="">Title of result</a></h3>
<p class="">
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</p>
<div>
<span class="label label-info">collection</span>
<span class="spacer"></span>
<span class="label label-info">date</span>
</div>
</div>
</li>
</ul>
</div>
<div class="col-md-6 col-lg-6">
<h2>Analytics</h2>
<div id="info" class="well text-center" data-spy="affix" data-offset-top="768" data-offset-bottom="200">
<h3>Article</h3>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</p>
<div class="well-lg">
<span class="label-success label">date</span>
</div>
<h3>Entities</h3>
<ul id="people" class="list list-unstyled">
<li>asd</li>
<li>asd</li>
<li>asd</li>
</ul>
<ul id="orgs" class="list list-unstyled">
<li>asd</li>
<li>asd</li>
<li>asd</li>
</ul>
</div>
<div id="info-form" class="row">
<div class="text-center">
<form>
<div class="form-group">
<!-- BIND THIS VALUE TO formData.text IN ANGULAR -->
<input type="text" class="form-control input-lg text-center" placeholder="aaa" ng-model="formData.text">
</div>
<!-- createToDo() WILL CREATE NEW TODOS -->
<button type="submit" class="btn btn-primary btn-lg" ng-click="hello()">Add</button>
</form>
</div>
</div>
</div>
</div>
</div>
<!-- jQuery -->
<script src="javascripts/jquery.min.js"></script>
<!-- Bootstrap JavaScript -->
<script src="javascripts/bootstrap.min.js"></script>
<script src="javascripts/angular/angular.min.js"></script>
</body>
</html>
|
app/grosh/grosh.html
|
erikmhauck/PersonalWebsite
|
<!-- Main component for a primary marketing message or call to action -->
<div class="jumbotron">
<h1>Grosh (Android)</h1>
<h4>
A recipe, shopping list, and meal planning app that simplifies grocery shopping (for me at least).
</h4>
<h1><a class="btn btn-success" href="apps/grosh.apk" role="button">Download »</a></h1>
</div>
<div>
<div class="row">
<div class="embed-responsive embed-responsive-16by9">
<video autoplay loop muted>
<source src="videos/groshDemo.webm" type="video/webm">
Your browser does not support the <code>video</code> tag.
</video></div>
</div>
</div>
|
css/jq-rating.css
|
esleducation/jq-rating
|
/* line 3, ../sass/jq-rating.scss */
.jq-rating {
font-size: 25px;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
/* line 13, ../sass/jq-rating.scss */
.jq-rating--editable .jq-rating-group {
cursor: pointer; }
/* line 20, ../sass/jq-rating.scss */
.jq-rating--level-xlow .jq-rating-group--hover {
color: #e11e21; }
/* line 25, ../sass/jq-rating.scss */
.jq-rating--level-low .jq-rating-group--hover {
color: #ff5d10; }
/* line 30, ../sass/jq-rating.scss */
.jq-rating--level-medium .jq-rating-group--hover {
color: #e8800e; }
/* line 35, ../sass/jq-rating.scss */
.jq-rating--level-high .jq-rating-group--hover {
color: #f9b836; }
/* line 40, ../sass/jq-rating.scss */
.jq-rating--level-xhigh .jq-rating-group--hover {
color: #fdd119; }
/**
* Groups
*/
/* line 48, ../sass/jq-rating.scss */
.jq-rating-group,
.jq-rating-group--hover {
color: #EEE; }
/* line 52, ../sass/jq-rating.scss */
.jq-rating-group > span,
.jq-rating-group--hover > span {
margin-right: 2px; }
/* line 56, ../sass/jq-rating.scss */
.jq-rating-group--hover {
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
-webkit-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out; }
|
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/2cda3c91339f15a8bde3c475b1bb79016946f8ea9879722906f10d62ac814fea.html
|
simonmysun/praxis
|
<!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="./05ed023fbcd05d5c91095636f900635b0549e1eef58ad51f7e7491b77ac75c12.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>
|
occam/templates/collection.html
|
Yelp/occam
|
{% extends "base.html" %}
{% set active_page = collection %}
{% from 'collection_view.html' import collectionView %}
{% block head_js %}
<script>
window.seed_data = {};
window.seed_data.items = JSON.parse('{{ items|tojson }}');
{% if server and selected %}
window.seed_data.start_server = "{{server}}";
window.seed_data.start_item = "{{selected}}"
{% endif %}
</script>
<script src="{{url_for('static', filename='js/occam/activity_feed.js')}}"></script>
<script src="{{url_for('static', filename='js/occam/collection.js')}}"></script>
{% endblock %}
{% block body %}
{{ collectionView(collection,
showActivityFeed=(collection == "nodes"),
orderField=("hostname" if collection == "nodes" else "name")) }}
{% endblock %}
|
view/index.html
|
jmjoy/go-chatroom
|
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,user-scalable=no,minimum-scale=1.0,maximum-scale=1.0"/>
<title>聊天室</title>
<link rel="stylesheet" href="http://apps.bdimg.com/libs/bootstrap/3.3.4/css/bootstrap.min.css" type="text/css" media="screen" charset="utf-8">
<!--<link rel="stylesheet" href="http://apps.bdimg.com/libs/prettify/r298/prettify.min.css" type="text/css" media="screen" charset="utf-8">-->
<!--<link rel="stylesheet" href="http://apps.bdimg.com/libs/fontawesome/4.2.0/css/font-awesome.min.css" type="text/css" media="screen" charset="utf-8">-->
<link rel="stylesheet" href="/static/index.css" type="text/css" media="screen" charset="utf-8">
<script type="text/javascript" charset="utf-8" src="http://apps.bdimg.com/libs/jquery/2.1.4/jquery.min.js"></script>
<script type="text/javascript" charset="utf-8" src="http://apps.bdimg.com/libs/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<script type="text/javascript" charset="utf-8" src="http://apps.bdimg.com/libs/handlebars.js/2.0.0-alpha.4/handlebars.min.js"></script>
<script type="text/javascript" charset="utf-8" src="http://cdn.staticfile.org/sprintf/1.0.2/sprintf.min.js"></script>
<!--<script type="text/javascript" charset="utf-8" src="http://apps.bdimg.com/libs/prettify/r298/prettify.min.js"></script>-->
<script type="text/javascript" charset="utf-8" src="/static/jquery.hotkeys.js"></script>
<script type="text/javascript" charset="utf-8" src="/static/bootstrap-wysiwyg.min.js"></script>
<script type="text/javascript" charset="utf-8" src="/static/index.js"></script>
</head>
<body>
<nav class="navbar navbar-inverse">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="javascript:;">聊天室</a>
</div>
</div>
</nav>
<div id="container" class="container-fluid">
<div id="msgContainer" class="col-xs-8">
<div id="msgBasePanel" class="panel panel-default">
<div id="msgPanel" class="panel-body"></div>
</div>
<div id="emotionBasePanel" class="alert alert-warning">
<{range .emotionNums}>
<a href="javascript:;" data-index="<{.}>" class="emotionBlock" style="background-position: 0 -<{op "*" 25 .}>px;"></a>
<{end}>
</div>
<div id="sendMsgPanel" class="form-inline">
<div class="btn-toolbar" data-role="editor-toolbar" data-target="#editor" id="btnToolbar">
<button id="emotionBtn" class="btn btn-default"><span class="glyphicon glyphicon-heart" aria-hidden="true"></span></button>
<button id="pictureBtn" class="btn btn-default"><span class="glyphicon glyphicon-picture" aria-hidden="true"></span></button>
<input type="file" data-role="magic-overlay" data-target="#pictureBtn" data-edit="insertImage" id="pictureFile" class="hidden" />
</div>
<div id="editor" class="form-control"></div>
<button id="submitBtn" class="btn btn-default">发送</button>
</div>
</div>
<div id="otherContainer" class="col-xs-4">
<div id="systemBasePanel" class="panel panel-default">
<div id="systemPanel" class="panel-body"></div>
</div>
<div id="userBasePanel" class="panel panel-default">
<div class="panel-heading"> <strong>当前在线人数:</strong> <span id="numUser" class="badge"></span> </div>
<div id="userPanel" class="panel-body"></div>
</div>
</div>
</div>
</body>
<script id="msgTpl" type="text/template" charset="utf-8">
<div class="alert alert-info msgShowPanel">
<div class="row">
<div class="col-xs-8 text-left">
<strong> <span class="glyphicon glyphicon-triangle-right" aria-hidden="true"></span> {{user_name}}</strong>
</div>
<div class="col-xs-4 text-right">{{time}}</div>
</div>
<p>{{content}}</p>
</div>
</script>
<script id="systemTpl" type="text/template" charset="utf-8">
<div class="alert alert-{{color}} systemShowPanel" role="alert">{{msg}}</div>
</script>
<script id="userTpl" type="text/template" charset="utf-8">
{{#each users}}
<div class="well well-sm userShowPanel"> <span class="glyphicon glyphicon glyphicon-user" aria-hidden="true"></span> {{this}} </div>
{{/each}}
</script>
<!-- 模板变量 -->
<input type="hidden" id="wsPort" value="<{.wsPort}>" />
</html>
|
4e07bd4/html/classv8_1_1Global.html
|
v8-dox/v8-dox.github.io
|
<!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 v4.8.0: v8::Global< T > Class Template 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 v4.8.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_1Global.html">Global</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-types">Public Types</a> |
<a href="#pub-methods">Public Member Functions</a> |
<a href="#friends">Friends</a> |
<a href="classv8_1_1Global-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">v8::Global< T > Class Template Reference</div> </div>
</div><!--header-->
<div class="contents">
<p><code>#include <<a class="el" href="v8_8h_source.html">v8.h</a>></code></p>
<div class="dynheader">
Inheritance diagram for v8::Global< T >:</div>
<div class="dyncontent">
<div class="center"><img src="classv8_1_1Global__inherit__graph.png" border="0" usemap="#v8_1_1Global_3_01T_01_4_inherit__map" alt="Inheritance graph"/></div>
<map name="v8_1_1Global_3_01T_01_4_inherit__map" id="v8_1_1Global_3_01T_01_4_inherit__map">
</map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>
<div class="dynheader">
Collaboration diagram for v8::Global< T >:</div>
<div class="dyncontent">
<div class="center"><img src="classv8_1_1Global__coll__graph.png" border="0" usemap="#v8_1_1Global_3_01T_01_4_coll__map" alt="Collaboration graph"/></div>
<map name="v8_1_1Global_3_01T_01_4_coll__map" id="v8_1_1Global_3_01T_01_4_coll__map">
</map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-types"></a>
Public Types</h2></td></tr>
<tr class="memitem:a295826e79781fe585904e652884db72f"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a295826e79781fe585904e652884db72f"></a>
typedef void </td><td class="memItemRight" valign="bottom"><b>MoveOnlyTypeForCPP03</b></td></tr>
<tr class="separator:a295826e79781fe585904e652884db72f"><td class="memSeparator" colspan="2"> </td></tr>
</table><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:ab1efdf25ff6305e67f3266a6fe90527e"><td class="memItemLeft" align="right" valign="top">V8_INLINE </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Global.html#ab1efdf25ff6305e67f3266a6fe90527e">Global</a> ()</td></tr>
<tr class="separator:ab1efdf25ff6305e67f3266a6fe90527e"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a8434bb6729eb4cd0cd85ad81bd8344ad"><td class="memTemplParams" colspan="2">template<class S > </td></tr>
<tr class="memitem:a8434bb6729eb4cd0cd85ad81bd8344ad"><td class="memTemplItemLeft" align="right" valign="top">V8_INLINE </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="classv8_1_1Global.html#a8434bb6729eb4cd0cd85ad81bd8344ad">Global</a> (<a class="el" href="classv8_1_1Isolate.html">Isolate</a> *isolate, <a class="el" href="classv8_1_1Local.html">Local</a>< S > that)</td></tr>
<tr class="separator:a8434bb6729eb4cd0cd85ad81bd8344ad"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a6243ecb28bb97d066065796fa28f7415"><td class="memTemplParams" colspan="2">template<class S > </td></tr>
<tr class="memitem:a6243ecb28bb97d066065796fa28f7415"><td class="memTemplItemLeft" align="right" valign="top">V8_INLINE </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="classv8_1_1Global.html#a6243ecb28bb97d066065796fa28f7415">Global</a> (<a class="el" href="classv8_1_1Isolate.html">Isolate</a> *isolate, const <a class="el" href="classv8_1_1PersistentBase.html">PersistentBase</a>< S > &that)</td></tr>
<tr class="separator:a6243ecb28bb97d066065796fa28f7415"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ab8f3c754a58146e6db67012cd74a49cb"><td class="memItemLeft" align="right" valign="top">V8_INLINE </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Global.html#ab8f3c754a58146e6db67012cd74a49cb">Global</a> (<a class="el" href="classv8_1_1Global.html">Global</a> &&other)</td></tr>
<tr class="separator:ab8f3c754a58146e6db67012cd74a49cb"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a9d3d7d8f10ad23e413f2027cc15ab209"><td class="memTemplParams" colspan="2">template<class S > </td></tr>
<tr class="memitem:a9d3d7d8f10ad23e413f2027cc15ab209"><td class="memTemplItemLeft" align="right" valign="top">V8_INLINE <a class="el" href="classv8_1_1Global.html">Global</a> & </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="classv8_1_1Global.html#a9d3d7d8f10ad23e413f2027cc15ab209">operator=</a> (<a class="el" href="classv8_1_1Global.html">Global</a>< S > &&rhs)</td></tr>
<tr class="separator:a9d3d7d8f10ad23e413f2027cc15ab209"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a914903149cc752468d4a3a11b6089c7e"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classv8_1_1Global.html">Global</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Global.html#a914903149cc752468d4a3a11b6089c7e">Pass</a> ()</td></tr>
<tr class="separator:a914903149cc752468d4a3a11b6089c7e"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header pub_methods_classv8_1_1PersistentBase"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classv8_1_1PersistentBase')"><img src="closed.png" alt="-"/> Public Member Functions inherited from <a class="el" href="classv8_1_1PersistentBase.html">v8::PersistentBase< T ></a></td></tr>
<tr class="memitem:a174bb1e45b18fd4eeaee033622825bb8 inherit pub_methods_classv8_1_1PersistentBase"><td class="memItemLeft" align="right" valign="top">V8_INLINE void </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1PersistentBase.html#a174bb1e45b18fd4eeaee033622825bb8">Reset</a> ()</td></tr>
<tr class="separator:a174bb1e45b18fd4eeaee033622825bb8 inherit pub_methods_classv8_1_1PersistentBase"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a11164f0dfc9a16d79809236e7a9670aa inherit pub_methods_classv8_1_1PersistentBase"><td class="memTemplParams" colspan="2">template<class S > </td></tr>
<tr class="memitem:a11164f0dfc9a16d79809236e7a9670aa inherit pub_methods_classv8_1_1PersistentBase"><td class="memTemplItemLeft" align="right" valign="top">V8_INLINE void </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="classv8_1_1PersistentBase.html#a11164f0dfc9a16d79809236e7a9670aa">Reset</a> (<a class="el" href="classv8_1_1Isolate.html">Isolate</a> *isolate, const <a class="el" href="classv8_1_1Local.html">Local</a>< S > &other)</td></tr>
<tr class="separator:a11164f0dfc9a16d79809236e7a9670aa inherit pub_methods_classv8_1_1PersistentBase"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:af6b8f929b0cbaa83341df48ca3b03ef5 inherit pub_methods_classv8_1_1PersistentBase"><td class="memTemplParams" colspan="2">template<class S > </td></tr>
<tr class="memitem:af6b8f929b0cbaa83341df48ca3b03ef5 inherit pub_methods_classv8_1_1PersistentBase"><td class="memTemplItemLeft" align="right" valign="top">V8_INLINE void </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="classv8_1_1PersistentBase.html#af6b8f929b0cbaa83341df48ca3b03ef5">Reset</a> (<a class="el" href="classv8_1_1Isolate.html">Isolate</a> *isolate, const <a class="el" href="classv8_1_1PersistentBase.html">PersistentBase</a>< S > &other)</td></tr>
<tr class="separator:af6b8f929b0cbaa83341df48ca3b03ef5 inherit pub_methods_classv8_1_1PersistentBase"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aa846b995b881b4863a21cf78ad7a8dea inherit pub_methods_classv8_1_1PersistentBase"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aa846b995b881b4863a21cf78ad7a8dea"></a>
V8_INLINE bool </td><td class="memItemRight" valign="bottom"><b>IsEmpty</b> () const </td></tr>
<tr class="separator:aa846b995b881b4863a21cf78ad7a8dea inherit pub_methods_classv8_1_1PersistentBase"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:abb8a06471ea86de1731a3c94a879b00e inherit pub_methods_classv8_1_1PersistentBase"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="abb8a06471ea86de1731a3c94a879b00e"></a>
V8_INLINE void </td><td class="memItemRight" valign="bottom"><b>Empty</b> ()</td></tr>
<tr class="separator:abb8a06471ea86de1731a3c94a879b00e inherit pub_methods_classv8_1_1PersistentBase"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a6374a132dba19abcdece47cb2080aca7 inherit pub_methods_classv8_1_1PersistentBase"><td class="memTemplParams" colspan="2"><a class="anchor" id="a6374a132dba19abcdece47cb2080aca7"></a>
template<class S > </td></tr>
<tr class="memitem:a6374a132dba19abcdece47cb2080aca7 inherit pub_methods_classv8_1_1PersistentBase"><td class="memTemplItemLeft" align="right" valign="top">V8_INLINE bool </td><td class="memTemplItemRight" valign="bottom"><b>operator==</b> (const <a class="el" href="classv8_1_1PersistentBase.html">PersistentBase</a>< S > &that) const </td></tr>
<tr class="separator:a6374a132dba19abcdece47cb2080aca7 inherit pub_methods_classv8_1_1PersistentBase"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a5609a18c202901b6ab1b510fb3b0d1dc inherit pub_methods_classv8_1_1PersistentBase"><td class="memTemplParams" colspan="2"><a class="anchor" id="a5609a18c202901b6ab1b510fb3b0d1dc"></a>
template<class S > </td></tr>
<tr class="memitem:a5609a18c202901b6ab1b510fb3b0d1dc inherit pub_methods_classv8_1_1PersistentBase"><td class="memTemplItemLeft" align="right" valign="top">V8_INLINE bool </td><td class="memTemplItemRight" valign="bottom"><b>operator==</b> (const <a class="el" href="classv8_1_1Local.html">Local</a>< S > &that) const </td></tr>
<tr class="separator:a5609a18c202901b6ab1b510fb3b0d1dc inherit pub_methods_classv8_1_1PersistentBase"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a5bfacec9ab828f9aa7abdb980481589a inherit pub_methods_classv8_1_1PersistentBase"><td class="memTemplParams" colspan="2"><a class="anchor" id="a5bfacec9ab828f9aa7abdb980481589a"></a>
template<class S > </td></tr>
<tr class="memitem:a5bfacec9ab828f9aa7abdb980481589a inherit pub_methods_classv8_1_1PersistentBase"><td class="memTemplItemLeft" align="right" valign="top">V8_INLINE bool </td><td class="memTemplItemRight" valign="bottom"><b>operator!=</b> (const <a class="el" href="classv8_1_1PersistentBase.html">PersistentBase</a>< S > &that) const </td></tr>
<tr class="separator:a5bfacec9ab828f9aa7abdb980481589a inherit pub_methods_classv8_1_1PersistentBase"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a467b78e40a53fb8324369d8a7a147800 inherit pub_methods_classv8_1_1PersistentBase"><td class="memTemplParams" colspan="2"><a class="anchor" id="a467b78e40a53fb8324369d8a7a147800"></a>
template<class S > </td></tr>
<tr class="memitem:a467b78e40a53fb8324369d8a7a147800 inherit pub_methods_classv8_1_1PersistentBase"><td class="memTemplItemLeft" align="right" valign="top">V8_INLINE bool </td><td class="memTemplItemRight" valign="bottom"><b>operator!=</b> (const <a class="el" href="classv8_1_1Local.html">Local</a>< S > &that) const </td></tr>
<tr class="separator:a467b78e40a53fb8324369d8a7a147800 inherit pub_methods_classv8_1_1PersistentBase"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ac69eff0419916b3f58e60697f5c82fbe inherit pub_methods_classv8_1_1PersistentBase"><td class="memTemplParams" colspan="2">template<typename P > </td></tr>
<tr class="memitem:ac69eff0419916b3f58e60697f5c82fbe inherit pub_methods_classv8_1_1PersistentBase"><td class="memTemplItemLeft" align="right" valign="top">V8_INLINE </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="classv8_1_1PersistentBase.html#ac69eff0419916b3f58e60697f5c82fbe">V8_DEPRECATE_SOON</a> ("use <a class="el" href="classv8_1_1WeakCallbackInfo.html">WeakCallbackInfo</a> version", void SetWeak(P *parameter, typename <a class="el" href="classv8_1_1WeakCallbackData.html">WeakCallbackData</a>< T, P >::Callback callback))</td></tr>
<tr class="separator:ac69eff0419916b3f58e60697f5c82fbe inherit pub_methods_classv8_1_1PersistentBase"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a70c654dfbfe1a346c43dc0f68928f6ad inherit pub_methods_classv8_1_1PersistentBase"><td class="memTemplParams" colspan="2"><a class="anchor" id="a70c654dfbfe1a346c43dc0f68928f6ad"></a>
template<typename S , typename P > </td></tr>
<tr class="memitem:a70c654dfbfe1a346c43dc0f68928f6ad inherit pub_methods_classv8_1_1PersistentBase"><td class="memTemplItemLeft" align="right" valign="top">V8_INLINE </td><td class="memTemplItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> ("use <a class="el" href="classv8_1_1WeakCallbackInfo.html">WeakCallbackInfo</a> version", void SetWeak(P *parameter, typename <a class="el" href="classv8_1_1WeakCallbackData.html">WeakCallbackData</a>< S, P >::Callback callback))</td></tr>
<tr class="separator:a70c654dfbfe1a346c43dc0f68928f6ad inherit pub_methods_classv8_1_1PersistentBase"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a91ebb0af8cf7fe1a1762c6806940bf53 inherit pub_methods_classv8_1_1PersistentBase"><td class="memTemplParams" colspan="2"><a class="anchor" id="a91ebb0af8cf7fe1a1762c6806940bf53"></a>
template<typename P > </td></tr>
<tr class="memitem:a91ebb0af8cf7fe1a1762c6806940bf53 inherit pub_methods_classv8_1_1PersistentBase"><td class="memTemplItemLeft" align="right" valign="top">V8_INLINE </td><td class="memTemplItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> ("use SetWeak", void SetPhantom(P *parameter, typename <a class="el" href="classv8_1_1WeakCallbackInfo.html">WeakCallbackInfo</a>< P >::Callback callback, int internal_field_index1=-1, int internal_field_index2=-1))</td></tr>
<tr class="separator:a91ebb0af8cf7fe1a1762c6806940bf53 inherit pub_methods_classv8_1_1PersistentBase"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aebb8a2c97e219102f613ff3749c956f6 inherit pub_methods_classv8_1_1PersistentBase"><td class="memTemplParams" colspan="2"><a class="anchor" id="aebb8a2c97e219102f613ff3749c956f6"></a>
template<typename P > </td></tr>
<tr class="memitem:aebb8a2c97e219102f613ff3749c956f6 inherit pub_methods_classv8_1_1PersistentBase"><td class="memTemplItemLeft" align="right" valign="top">V8_INLINE void </td><td class="memTemplItemRight" valign="bottom"><b>SetWeak</b> (P *parameter, typename <a class="el" href="classv8_1_1WeakCallbackInfo.html">WeakCallbackInfo</a>< P >::Callback callback, WeakCallbackType type)</td></tr>
<tr class="separator:aebb8a2c97e219102f613ff3749c956f6 inherit pub_methods_classv8_1_1PersistentBase"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a444d27c00650e3663348024df08cb121 inherit pub_methods_classv8_1_1PersistentBase"><td class="memTemplParams" colspan="2"><a class="anchor" id="a444d27c00650e3663348024df08cb121"></a>
template<typename P > </td></tr>
<tr class="memitem:a444d27c00650e3663348024df08cb121 inherit pub_methods_classv8_1_1PersistentBase"><td class="memTemplItemLeft" align="right" valign="top">V8_INLINE P * </td><td class="memTemplItemRight" valign="bottom"><b>ClearWeak</b> ()</td></tr>
<tr class="separator:a444d27c00650e3663348024df08cb121 inherit pub_methods_classv8_1_1PersistentBase"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:afe515daead108cceb1699b54051df13b inherit pub_methods_classv8_1_1PersistentBase"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="afe515daead108cceb1699b54051df13b"></a>
V8_INLINE void </td><td class="memItemRight" valign="bottom"><b>ClearWeak</b> ()</td></tr>
<tr class="separator:afe515daead108cceb1699b54051df13b inherit pub_methods_classv8_1_1PersistentBase"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aed12b0a54bc5ade1fb44e3bdb3a1fe74 inherit pub_methods_classv8_1_1PersistentBase"><td class="memItemLeft" align="right" valign="top">V8_INLINE void </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1PersistentBase.html#aed12b0a54bc5ade1fb44e3bdb3a1fe74">MarkIndependent</a> ()</td></tr>
<tr class="separator:aed12b0a54bc5ade1fb44e3bdb3a1fe74 inherit pub_methods_classv8_1_1PersistentBase"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a4a876d30dda0dfb812e82bb240e4686e inherit pub_methods_classv8_1_1PersistentBase"><td class="memItemLeft" align="right" valign="top">V8_INLINE void </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1PersistentBase.html#a4a876d30dda0dfb812e82bb240e4686e">MarkPartiallyDependent</a> ()</td></tr>
<tr class="separator:a4a876d30dda0dfb812e82bb240e4686e inherit pub_methods_classv8_1_1PersistentBase"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a2ed93b6be1b27c299906935ef35d2114 inherit pub_methods_classv8_1_1PersistentBase"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a2ed93b6be1b27c299906935ef35d2114"></a>
V8_INLINE bool </td><td class="memItemRight" valign="bottom"><b>IsIndependent</b> () const </td></tr>
<tr class="separator:a2ed93b6be1b27c299906935ef35d2114 inherit pub_methods_classv8_1_1PersistentBase"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a4a64c26d91ed6a276aa8a7ca4bb7683a inherit pub_methods_classv8_1_1PersistentBase"><td class="memItemLeft" align="right" valign="top">V8_INLINE bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1PersistentBase.html#a4a64c26d91ed6a276aa8a7ca4bb7683a">IsNearDeath</a> () const </td></tr>
<tr class="separator:a4a64c26d91ed6a276aa8a7ca4bb7683a inherit pub_methods_classv8_1_1PersistentBase"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a714b7794149df483837a2c6b09d52396 inherit pub_methods_classv8_1_1PersistentBase"><td class="memItemLeft" align="right" valign="top">V8_INLINE bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1PersistentBase.html#a714b7794149df483837a2c6b09d52396">IsWeak</a> () const </td></tr>
<tr class="separator:a714b7794149df483837a2c6b09d52396 inherit pub_methods_classv8_1_1PersistentBase"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ac4c979164b3ed4dc92319e6f5a108d3d inherit pub_methods_classv8_1_1PersistentBase"><td class="memItemLeft" align="right" valign="top">V8_INLINE void </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1PersistentBase.html#ac4c979164b3ed4dc92319e6f5a108d3d">SetWrapperClassId</a> (uint16_t class_id)</td></tr>
<tr class="separator:ac4c979164b3ed4dc92319e6f5a108d3d inherit pub_methods_classv8_1_1PersistentBase"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a01a46bf4e69ed9a837639702ee234643 inherit pub_methods_classv8_1_1PersistentBase"><td class="memItemLeft" align="right" valign="top">V8_INLINE uint16_t </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1PersistentBase.html#a01a46bf4e69ed9a837639702ee234643">WrapperClassId</a> () const </td></tr>
<tr class="separator:a01a46bf4e69ed9a837639702ee234643 inherit pub_methods_classv8_1_1PersistentBase"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ab4b4d3fba3498486f1f10dc7d5be90fc inherit pub_methods_classv8_1_1PersistentBase"><td class="memTemplParams" colspan="2"><a class="anchor" id="ab4b4d3fba3498486f1f10dc7d5be90fc"></a>
template<class S > </td></tr>
<tr class="memitem:ab4b4d3fba3498486f1f10dc7d5be90fc inherit pub_methods_classv8_1_1PersistentBase"><td class="memTemplItemLeft" align="right" valign="top">void </td><td class="memTemplItemRight" valign="bottom"><b>Reset</b> (<a class="el" href="classv8_1_1Isolate.html">Isolate</a> *isolate, const <a class="el" href="classv8_1_1Local.html">Local</a>< S > &other)</td></tr>
<tr class="separator:ab4b4d3fba3498486f1f10dc7d5be90fc inherit pub_methods_classv8_1_1PersistentBase"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a67cbcedf77d176d3870fa4993e300b61 inherit pub_methods_classv8_1_1PersistentBase"><td class="memTemplParams" colspan="2"><a class="anchor" id="a67cbcedf77d176d3870fa4993e300b61"></a>
template<class S > </td></tr>
<tr class="memitem:a67cbcedf77d176d3870fa4993e300b61 inherit pub_methods_classv8_1_1PersistentBase"><td class="memTemplItemLeft" align="right" valign="top">void </td><td class="memTemplItemRight" valign="bottom"><b>Reset</b> (<a class="el" href="classv8_1_1Isolate.html">Isolate</a> *isolate, const <a class="el" href="classv8_1_1PersistentBase.html">PersistentBase</a>< S > &other)</td></tr>
<tr class="separator:a67cbcedf77d176d3870fa4993e300b61 inherit pub_methods_classv8_1_1PersistentBase"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aaf342ece1a4ba926ba62e8d6af7be777 inherit pub_methods_classv8_1_1PersistentBase"><td class="memTemplParams" colspan="2"><a class="anchor" id="aaf342ece1a4ba926ba62e8d6af7be777"></a>
template<typename P > </td></tr>
<tr class="memitem:aaf342ece1a4ba926ba62e8d6af7be777 inherit pub_methods_classv8_1_1PersistentBase"><td class="memTemplItemLeft" align="right" valign="top">void </td><td class="memTemplItemRight" valign="bottom"><b>SetWeak</b> (P *parameter, typename <a class="el" href="classv8_1_1WeakCallbackData.html">WeakCallbackData</a>< T, P >::Callback callback)</td></tr>
<tr class="separator:aaf342ece1a4ba926ba62e8d6af7be777 inherit pub_methods_classv8_1_1PersistentBase"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="friends"></a>
Friends</h2></td></tr>
<tr class="memitem:a53f604d3d6f2dc0647df33c9979f116a"><td class="memTemplParams" colspan="2"><a class="anchor" id="a53f604d3d6f2dc0647df33c9979f116a"></a>
template<class F > </td></tr>
<tr class="memitem:a53f604d3d6f2dc0647df33c9979f116a"><td class="memTemplItemLeft" align="right" valign="top">class </td><td class="memTemplItemRight" valign="bottom"><b>ReturnValue</b></td></tr>
<tr class="separator:a53f604d3d6f2dc0647df33c9979f116a"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><h3>template<class T><br />
class v8::Global< T ></h3>
<p>A <a class="el" href="classv8_1_1PersistentBase.html">PersistentBase</a> which has move semantics.</p>
<p>Note: <a class="el" href="classv8_1_1Persistent.html">Persistent</a> class hierarchy is subject to future changes. </p>
</div><h2 class="groupheader">Constructor & Destructor Documentation</h2>
<a class="anchor" id="ab1efdf25ff6305e67f3266a6fe90527e"></a>
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template<class T> </div>
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">V8_INLINE <a class="el" href="classv8_1_1Global.html">v8::Global</a>< T >::<a class="el" href="classv8_1_1Global.html">Global</a> </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>A <a class="el" href="classv8_1_1Global.html">Global</a> with no storage cell. </p>
</div>
</div>
<a class="anchor" id="a8434bb6729eb4cd0cd85ad81bd8344ad"></a>
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template<class T> </div>
<div class="memtemplate">
template<class S > </div>
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">V8_INLINE <a class="el" href="classv8_1_1Global.html">v8::Global</a>< T >::<a class="el" href="classv8_1_1Global.html">Global</a> </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classv8_1_1Isolate.html">Isolate</a> * </td>
<td class="paramname"><em>isolate</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classv8_1_1Local.html">Local</a>< S > </td>
<td class="paramname"><em>that</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Construct a <a class="el" href="classv8_1_1Global.html">Global</a> from a <a class="el" href="classv8_1_1Local.html">Local</a>. When the <a class="el" href="classv8_1_1Local.html">Local</a> is non-empty, a new storage cell is created pointing to the same object, and no flags are set. </p>
</div>
</div>
<a class="anchor" id="a6243ecb28bb97d066065796fa28f7415"></a>
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template<class T> </div>
<div class="memtemplate">
template<class S > </div>
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">V8_INLINE <a class="el" href="classv8_1_1Global.html">v8::Global</a>< T >::<a class="el" href="classv8_1_1Global.html">Global</a> </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classv8_1_1Isolate.html">Isolate</a> * </td>
<td class="paramname"><em>isolate</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="classv8_1_1PersistentBase.html">PersistentBase</a>< S > & </td>
<td class="paramname"><em>that</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Construct a <a class="el" href="classv8_1_1Global.html">Global</a> from a <a class="el" href="classv8_1_1PersistentBase.html">PersistentBase</a>. When the <a class="el" href="classv8_1_1Persistent.html">Persistent</a> is non-empty, a new storage cell is created pointing to the same object, and no flags are set. </p>
</div>
</div>
<a class="anchor" id="ab8f3c754a58146e6db67012cd74a49cb"></a>
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template<class T> </div>
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">V8_INLINE <a class="el" href="classv8_1_1Global.html">v8::Global</a>< T >::<a class="el" href="classv8_1_1Global.html">Global</a> </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classv8_1_1Global.html">Global</a>< T > && </td>
<td class="paramname"><em>other</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Move constructor. </p>
</div>
</div>
<h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="a9d3d7d8f10ad23e413f2027cc15ab209"></a>
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template<class T> </div>
<div class="memtemplate">
template<class S > </div>
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">V8_INLINE <a class="el" href="classv8_1_1Global.html">Global</a>& <a class="el" href="classv8_1_1Global.html">v8::Global</a>< T >::operator= </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classv8_1_1Global.html">Global</a>< S > && </td>
<td class="paramname"><em>rhs</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Move via assignment. </p>
</div>
</div>
<a class="anchor" id="a914903149cc752468d4a3a11b6089c7e"></a>
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template<class T> </div>
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classv8_1_1Global.html">Global</a> <a class="el" href="classv8_1_1Global.html">v8::Global</a>< T >::Pass </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Pass allows returning uniques from functions, etc. </p>
</div>
</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>
|
src/addons/widget/AvatarBoxWidget/default.html
|
zhiyicx/thinksns-old-code
|
<img id="avatar_small_preview" src="{$small_avatar}" />
<a href="javascript:;" class="btn-att-white" onclick="changeFace()" style="vertical-align:bottom;margin:0 0 0 5px;"><span>上传头像</span></a>
<script type="text/javascript">
var changeFace = function() {
ui.box.load(U('widget/AvatarBox/show'), '上传头像');
return false;
};
</script>
|
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/e339fb012cb81a06a991933d1fbc0155e4dc10c52918a58a4dbac63eff2f26d1.html
|
simonmysun/praxis
|
<!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="./1f7946fabdce269ecb8dfbda932358ae48b35319a1723a2a0443700324dedb8e.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>
|
_layouts/post.html
|
yanuartadityan/yanuartadityan.github.io
|
<!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.html %}
</head>
<body class="post">
{% include _browser-upgrade.html %}
{% include _navigation.html %}
{% if page.image.feature %}
<div class="image-wrap">
<img src=
{% if page.image.feature contains 'http' %}
"{{ page.image.feature }}"
{% else %}
"{{ site.url }}/images/{{ page.image.feature }}"
{% endif %}
alt="{{ page.title }} feature image">
{% if page.image.credit %}
<span class="image-credit">Photo Credit: <a href="{{ page.image.creditlink }}">{{ page.image.credit }}</a></span>
{% endif %}
</div><!-- /.image-wrap -->
{% endif %}
<div id="main" role="main">
<div class="article-author-side">
{% include _author-bio.html %}
</div>
<article class="post">
<div class="headline-wrap">
{% if page.link %}
<h1><a href="{{ page.link }}">{{ page.title }}</a></h1>
{% else %}
<h1><a href="{{ site.url }}{{ page.url }}" rel="bookmark" title="{{ page.title }}">{{ page.title }}</a></h1>
{% endif %}
</div><!--/ .headline-wrap -->
<div class="article-wrap">
{{ content }}
<hr />
<footer role="contentinfo">
{% if page.share != false %}{% include _social-share.html %}{% endif %}
<p class="byline"><strong>{{ page.title }}</strong> was published on <time datetime="{{ page.date | date_to_xmlschema }}">{{ page.date | date: "%B %d, %Y" }}</time>{% if page.modified %} and last modified on <time datetime="{{ page.modified | date: "%Y-%m-%d" }}">{{ page.modified | date: "%B %d, %Y" }}</time>{% endif %}.</p>
</footer>
</div><!-- /.article-wrap -->
{% if site.owner.disqus-shortname and page.comments == true %}
<section id="disqus_thread"></section><!-- /#disqus_thread -->
{% endif %}
</article>
</div><!-- /#main -->
<div class="footer-wrap">
{% if page.share %}
<div class="related-articles">
<h4>You might also enjoy <small class="pull-right">(<a href="{{ site.url }}/posts/">View all posts</a>)</small></h4>
<ul>
{% for post in site.related_posts limit:3 %}
<li><a href="{{ site.url }}{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a></li>
{% endfor %}
</ul>
<hr />
</div><!-- /.related-articles -->
{% endif %}
<footer>
{% include _footer.html %}
</footer>
</div><!-- /.footer-wrap -->
{% include _scripts.html %}
</body>
</html>
|
support/howto.html
|
kosmotique/kosmotique.org
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de">
<head>
<title>kosmotique fördern</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style>body { width: 800px }</style>
<link rel="stylesheet" href="../css/common.css" type="text/css" />
</head>
<body>
<ul class="menu">
<li id="about"><a href="../about.html">About</a></li>
<li id="texts"><a href="../texts/index.html">Words</a></li>
<li id="events"><a href="../events/index.html">Dates</a></li>
<li id="support" class="active"><a href="#">Support</a></li>
<li><a href="../contact.html">Contact</a></li>
</ul>
<h1>Fördermitgliedschaft – so funktioniert's</h1>
<p>Förderinnen und Förderer unterstützen den Verein ideell und finanziell. Wir wollen die Unterstützung auf viele Schultern verteilen. Weil die Verwaltung von Fördermitgliedschaften und -beiträgen Arbeit macht und kein Selbstzweck sein soll, schätzen wir besonders Mitglieder, die uns aus dem Hintergrund unterstützen ohne umfangreiche Dienstleistungen zu erwarten. Sie ermöglichen, dass wir uns auf unsere eigentlichen Aktivitäten konzentrieren können.</p>
<p>Die Fördermitgliedschaft kann <a href="index.php">online</a> oder <a href="../doc/foerdermitgliedschaft_antrag.pdf">schriftlich</a> beantragt werden.</p>
<p>Die Spendenbescheinigung zur Vorlage beim Finanzamt bekommen Förderinnen und Förderer für Beträge über 200€ automatisch zu Beginn des folgenden Kalenderjahres zugesandt. Kleinspenden unter 200€ erkennt das Finanzamt ohne Bescheinigung an (unter Vorlage der Kontoauszüge und einer Bescheinigung, die <a href="../doc/zuwendungsnachweis.pdf">hier</a> heruntergeladen werden kann). Auf dringenden Wunsch bestätigen wir auch Kleinspenden, setzen unsere Energie aber lieber anderweitig ein.</p>
<p>Die Fördermitgliedschaft erlischt automatisch nach drei ausstehenden Monatsbeiträgen. Wir bitten jedoch um die schriftliche Erklärung des Austritts an betreiber_innen@kosmotique.org. Die Beitragshöhe kann per Antrag an o.g. Email-Adresse auch angepasst werden.</p>
<p>Förderinnen und Förderer werden per Email über die Aktivitäten von kosmotique e.V. informiert und regelmäßig zu unseren Veranstaltungen eingeladen.</p>
<p>Downloads:</p>
<ul>
<li><a href="../doc/foerdermitgliedschaft_info.pdf">diese Informationen als pdf</a></li>
<li><a href="../doc/foerdermitgliedschaft_antrag.pdf">Antrag Fördermitgliedschaft</a></li>
<li><a href="../doc/kosmotique_satzung.pdf">Satzung</a></li>
<li><a href="../doc/zuwendungsnachweis.pdf">vereinfachter Zuwendungsnachweis</a></li>
</ul>
</body>
</html>
|
docs/struct_window_1_1_drag_gesture_recognizer.html
|
enotio/Tempest
|
<!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: Tempest::Window::DragGestureRecognizer Struct 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="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>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="style.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>
</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>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></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('struct_window_1_1_drag_gesture_recognizer.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="summary">
<a href="#pub-types">Public Types</a> |
<a href="#pub-methods">Public Member Functions</a> |
<a href="#pub-attribs">Public Attributes</a> |
<a href="struct_window_1_1_drag_gesture_recognizer-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">Tempest::Window::DragGestureRecognizer Struct Reference</div> </div>
</div><!--header-->
<div class="contents">
<div class="dynheader">
Inheritance diagram for Tempest::Window::DragGestureRecognizer:</div>
<div class="dyncontent">
<div class="center">
<img src="struct_window_1_1_drag_gesture_recognizer.png" usemap="#Tempest::Window::DragGestureRecognizer_map" alt=""/>
<map id="Tempest::Window::DragGestureRecognizer_map" name="Tempest::Window::DragGestureRecognizer_map">
<area href="class_tempest_1_1_gesture_recognizer.html" alt="Tempest::GestureRecognizer" shape="rect" coords="0,0,250,24"/>
</map>
</div></div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-types"></a>
Public Types</h2></td></tr>
<tr class="memitem:af6ad3e83a79dea92e5a429b6ee64ae0a"><td class="memItemLeft" align="right" valign="top"><a id="af6ad3e83a79dea92e5a429b6ee64ae0a"></a>enum  </td><td class="memItemRight" valign="bottom"><b>State</b> { <b>NonActivated</b>,
<b>Press</b>,
<b>Move</b>
}</td></tr>
<tr class="separator:af6ad3e83a79dea92e5a429b6ee64ae0a"><td class="memSeparator" colspan="2"> </td></tr>
</table><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:a3463dc5ebbdda93c0d414d76b3e9fb97"><td class="memItemLeft" align="right" valign="top"><a id="a3463dc5ebbdda93c0d414d76b3e9fb97"></a>
void </td><td class="memItemRight" valign="bottom"><b>deleteGesture</b> (<a class="el" href="class_tempest_1_1_abstract_gesture_event.html">AbstractGestureEvent</a> *g)</td></tr>
<tr class="separator:a3463dc5ebbdda93c0d414d76b3e9fb97"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aa2db7b37a81b7842f428e48bbaa20a3c"><td class="memItemLeft" align="right" valign="top"><a id="aa2db7b37a81b7842f428e48bbaa20a3c"></a>
<a class="el" href="class_tempest_1_1_abstract_gesture_event.html">AbstractGestureEvent</a> * </td><td class="memItemRight" valign="bottom"><b>event</b> (const <a class="el" href="class_tempest_1_1_event.html">Event</a> &e)</td></tr>
<tr class="separator:aa2db7b37a81b7842f428e48bbaa20a3c"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a>
Public Attributes</h2></td></tr>
<tr class="memitem:a6857524ea5e940dacbb05e9e67e01496"><td class="memItemLeft" align="right" valign="top"><a id="a6857524ea5e940dacbb05e9e67e01496"></a>
MemPool< <a class="el" href="class_tempest_1_1_drag_gesture.html">DragGesture</a> > </td><td class="memItemRight" valign="bottom"><b>pool</b></td></tr>
<tr class="separator:a6857524ea5e940dacbb05e9e67e01496"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ab6f37e7494d80666bb789de20ed856c8"><td class="memItemLeft" align="right" valign="top"><a id="ab6f37e7494d80666bb789de20ed856c8"></a>
State </td><td class="memItemRight" valign="bottom"><b>state</b></td></tr>
<tr class="separator:ab6f37e7494d80666bb789de20ed856c8"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ae8f6bcd31e26ba9916f14c070aac25a6"><td class="memItemLeft" align="right" valign="top"><a id="ae8f6bcd31e26ba9916f14c070aac25a6"></a>
int </td><td class="memItemRight" valign="bottom"><b>pointer</b></td></tr>
<tr class="separator:ae8f6bcd31e26ba9916f14c070aac25a6"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:af0f4931d90572a2fe30300d8fb785964"><td class="memItemLeft" align="right" valign="top"><a id="af0f4931d90572a2fe30300d8fb785964"></a>
<a class="el" href="struct_tempest_1_1_point.html">Point</a> </td><td class="memItemRight" valign="bottom"><b>spos</b></td></tr>
<tr class="separator:af0f4931d90572a2fe30300d8fb785964"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:acef11d15b3acead1730e0e038457c1ee"><td class="memItemLeft" align="right" valign="top"><a id="acef11d15b3acead1730e0e038457c1ee"></a>
<a class="el" href="struct_tempest_1_1_point.html">Point</a> </td><td class="memItemRight" valign="bottom"><b>pos</b></td></tr>
<tr class="separator:acef11d15b3acead1730e0e038457c1ee"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<hr/>The documentation for this struct was generated from the following file:<ul>
<li>ui/window.cpp</li>
</ul>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><b>Tempest</b></li><li class="navelem"><a class="el" href="class_tempest_1_1_window.html">Window</a></li><li class="navelem"><a class="el" href="struct_window_1_1_drag_gesture_recognizer.html">DragGestureRecognizer</a></li>
<li class="footer">Generated 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>
|
public/stylesheets/application.css
|
sagish/compound-angular-todo
|
body {
background: #fff;
}
.pipe {
color: #eee;
display: inline-block;
width: 20px;
text-align: center;
}
ul,
ul li {
list-style-type: none;
margin: 0;
overflow: hidden;
}
ul .btn,
ul li .btn {
margin-left: 2px;
}
ul .done,
ul li .done {
color: #aaa;
text-decoration: line-through;
font-style: italic;
}
ul li {
padding-top: 10px;
height: 30px;
}
ul li .actions {
-webkit-transition: all 200ms linear;
-moz-transition: all 200ms linear;
transition: all 200ms linear;
float: right;
opacity: 0.5;
}
ul li .actions:hover {
opacity: 1;
}
ul li.edit .actions {
opacity: 1;
}
|
docs/auto/utils_schema.js.html
|
korzio/djv
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>JSDoc: Source: utils/schema.js</title>
<script src="scripts/prettify/prettify.js"> </script>
<script src="scripts/prettify/lang-css.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/jsdoc-default.css">
</head>
<body>
<div id="main">
<h1 class="page-title">Source: utils/schema.js</h1>
<section>
<article>
<pre class="prettyprint source linenums"><code>/**
* @module schema
* @description
* Low-level utilities to check, create and transform schemas
*/
/**
* @name transformation
* @type {object}
* @description
* Schema values transformation
*/
const transformation = {
ANY_SCHEMA: {},
NOT_ANY_SCHEMA: { not: {} },
};
/**
* @name is
* @type {function}
* @description
* Verify the object could be a schema
* Since draft-06 supports boolean as a schema definition
* @param {object} schema
* @returns {boolean} isSchema
*/
function is(schema) {
return (
typeof schema === 'object' ||
typeof schema === 'boolean'
);
}
/**
* @name transform
* @type {function}
* @description
* Transform a schema pseudo presentation
* Since draft-06 supports boolean as a schema definition
* @param {object} schema
* @returns {object} schema
*/
function transform(schema) {
if (schema === true) {
return transformation.ANY_SCHEMA;
} else if (schema === false) {
return transformation.NOT_ANY_SCHEMA;
}
return schema;
}
/**
* @name make
* @type {function}
* @description
* Generate a simple schema by a given object
* @param {any} instance
* @returns {object} schema
*/
function make(instance) {
if (typeof instance !== 'object' || instance === null) {
return { enum: [instance] };
}
if (Array.isArray(instance)) {
return {
items: instance.map(make),
// other items should be valid by `false` schema, aka not exist at all
additionalItems: false
};
}
const required = Object.keys(instance);
return {
properties: required.reduce((memo, key) => (
Object.assign({}, memo, {
[key]: make(instance[key])
})
), {}),
required,
// other properties should be valid by `false` schema, aka not exist at all
// additionalProperties: false,
};
}
module.exports = {
is,
make,
transform,
transformation,
};
</code></pre>
</article>
</section>
</div>
<nav>
<h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-environment.html">environment</a></li><li><a href="module-formats.html">formats</a></li><li><a href="module-keywords.html">keywords</a></li><li><a href="module-properties.html">properties</a></li><li><a href="module-schema.html">schema</a></li><li><a href="module-state.html">state</a></li><li><a href="module-template.html">template</a></li><li><a href="module-utils.html">utils</a></li><li><a href="module-validators.html">validators</a></li></ul><h3>Global</h3><ul><li><a href="global.html#addFormat">addFormat</a></li><li><a href="global.html#Environment">Environment</a></li><li><a href="global.html#setErrorHandler">setErrorHandler</a></li><li><a href="global.html#useVersion">useVersion</a></li></ul>
</nav>
<br class="clear">
<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Oct 09 2017 18:03:34 GMT+0200 (CEST)
</footer>
<script> prettyPrint(); </script>
<script src="scripts/linenumber.js"> </script>
</body>
</html>
|
clean/Linux-x86_64-4.02.1-1.2.0/unstable/8.5beta1/contrib:jprover/dev/2015-02-03_21-08-42.html
|
coq-bench/coq-bench.github.io-old
|
<!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.5beta1 / contrib:jprover dev</a></li>
<li class="active"><a href="">2015-02-03 21:08:42</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:jprover
<small>
dev
<span class="label label-success">7 s</span>
</small>
</h1>
<p><em><script>document.write(moment("2015-02-03 21:08:42 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2015-02-03 21:08:42 UTC)</em><p>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>ruby lint.rb unstable ../unstable/packages/coq:contrib:jprover/coq:contrib:jprover.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</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:jprover.dev coq.8.5beta1</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>2 s</dd>
</dl>
<p>Dry install without Coq, to test if the problem was incompatibility with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>ulimit -Sv 2000000; timeout 5m opam install -y --deps-only coq:contrib:jprover.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>2 s</dd>
</dl>
<h2>Install</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>ulimit -Sv 2000000; timeout 5m opam install -y --verbose coq:contrib:jprover.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>7 s</dd>
</dl>
<h2>Installation size</h2>
<p>Total: 820 K</p>
<ul>
<li>356 K <code>/home/bench/.opam/system/lib/coq/user-contrib/JProver/jall.cmxs</code></li>
<li>112 K <code>/home/bench/.opam/system/lib/coq/user-contrib/JProver/jall.cmo</code></li>
<li>101 K <code>/home/bench/.opam/system/lib/coq/user-contrib/JProver/jterm.cmxs</code></li>
<li>73 K <code>/home/bench/.opam/system/lib/coq/user-contrib/JProver/jprover.cmxs</code></li>
<li>59 K <code>/home/bench/.opam/system/lib/coq/user-contrib/JProver/jtunify.cmxs</code></li>
<li>21 K <code>/home/bench/.opam/system/lib/coq/user-contrib/JProver/jterm.cmo</code></li>
<li>20 K <code>/home/bench/.opam/system/lib/coq/user-contrib/JProver/jprover.cmo</code></li>
<li>16 K <code>/home/bench/.opam/system/lib/coq/user-contrib/JProver/jlogic.cmxs</code></li>
<li>15 K <code>/home/bench/.opam/system/lib/coq/user-contrib/JProver/opname.cmxs</code></li>
<li>12 K <code>/home/bench/.opam/system/lib/coq/user-contrib/JProver/jtunify.cmo</code></li>
<li>11 K <code>/home/bench/.opam/system/lib/coq/user-contrib/JProver/jprover.cmi</code></li>
<li>6 K <code>/home/bench/.opam/system/lib/coq/user-contrib/JProver/jterm.cmi</code></li>
<li>2 K <code>/home/bench/.opam/system/lib/coq/user-contrib/JProver/jtunify.cmi</code></li>
<li>2 K <code>/home/bench/.opam/system/lib/coq/user-contrib/JProver/jlogic.cmi</code></li>
<li>2 K <code>/home/bench/.opam/system/lib/coq/user-contrib/JProver/jlogic.cmo</code></li>
<li>1 K <code>/home/bench/.opam/system/lib/coq/user-contrib/JProver/opname.cmo</code></li>
<li>1 K <code>/home/bench/.opam/system/lib/coq/user-contrib/JProver/jall.cmi</code></li>
<li>1 K <code>/home/bench/.opam/system/lib/coq/user-contrib/JProver/opname.cmi</code></li>
<li>1 K <code>/home/bench/.opam/system/lib/coq/user-contrib/JProver/JProver.vo</code></li>
<li>1 K <code>/home/bench/.opam/system/lib/coq/user-contrib/JProver/JProver.v</code></li>
<li>1 K <code>/home/bench/.opam/system/lib/coq/user-contrib/JProver/JProver.glob</code></li>
<li>1 K <code>/home/bench/.opam/system/lib/coq:contrib:jprover/opam.config</code></li>
<li>1 K <code>/home/bench/.opam/system/install/coq:contrib:jprover.install</code></li>
</ul>
<h2>Uninstall</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq:contrib:jprover.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>2 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>
|
blog/t2-html-css-dom-p1.html
|
daniel-reason/daniel-reason.github.io
|
<!DOCTYPE html>
<html>
<head>
<title>Dan at EDA</title>
<meta charset="UTF-8">
<link href="https://fonts.googleapis.com/css?family=Average|Fugaz+One|Lusitana" rel="stylesheet">
<!-- Skeleton Normalize -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/3.0.3/normalize.css">
<!-- Skeleton -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.css">
<!-- My personal CSS -->
<link rel="stylesheet" href="../styles/main.css">
</head>
<body>
<header class="container">
<div class="row">
<div class="twelve columns">
<div class="image-title">
<img class="logo u-max-full-width" src="../images/morning.jpg" alt="Enspiral Dev Academy">
</div>
</div>
<div class="twelve columns">
<div class="title">
<h1>Technical Part 1</h1>
</div>
</div>
</div>
</header>
<div class="container">
<div class="row">
<nav class="two columns">
<a class="button" href="../index.html">Home</a>
<a class="button" href="c1-reflection-blog.html">Reflection</a>
<a class="button" href="c1-time-and-habits-blog.html">Time & Habits</a>
<a class="button" href="t2-html-css-dom-p1.html">Technical Part 1</a>
<a class="button" href="t2-html-css-dom-p2.html">Technical Part 2</a>
<a class="button" href="t4-javascript-basics.html">Technical Part 3</a>
<a class="button" href="c2-emotional-intelligence.html">Cultural Part 1</a>
<a class="button" href="c3-meditation-process.html">Cultural Part 2</a>
<a class="button" href="t3-design-to-web-blog.html">Design to Web</a>
<a class="button" href="t5-problem-solving.html">Problem Solving</a>
<a class="button" href="t6-js-language.html">JS Language</a>
<a class="button" href="t6-scope.html">Scope</a>
</nav>
<div class="ten columns">
<div class="blog-content">
<strong>How would you describe HTML, CSS and the DOM?</strong>
<p>HTML is the basic coding and filling of a webpage. All your text, links and other bits and bobs.
<br>CSS is the styling given to the HTML. The colouring of texts, backgrounds and the size/shape of boxes.
<br>DOM or "Domain Object Model" is the interface used by your web browser which interprets the data/code in your html and css files. It organises it lets you view specific parts of said code.</p>
<strong>What is meant by boxifying design?</strong>
<p>Turning everything on a webpage into many many boxes. Big boxes, little boxes, boxes in boxes in boxes in boxes. This is how you organise the placing of you page content
</p>
<strong>What is the box model?</strong>
<p>Seen in the DOM, it displays the details of each box. How many pixels or percentage of the page it will cover including all padding and margins etc.</p>
</div>
</div>
</div>
</div>
</body>
<footer class="container">
<div class="row">
<div class="twelve columns">
<p>Foot notes</p>
</div>
</div>
</footer>
</html>
|
rain-rain-go-away/group1/index.html
|
oceanmatters/static-site
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="show-menu-auto-arrows" content="1" />
<meta name="show-menu-drop-shadows" content="0" />
<title>group1 | Ocean Matters</title>
<link rel="pingback" href="../../xmlrpc.php" />
<!--[if IE 6]>
<script type="text/javascript" src="../../wp-content/themes/u-design/scripts/DD_belatedPNG_0.0.8a-min.js"></script>
<script type="text/javascript">
// <![CDATA[
DD_belatedPNG.fix('.pngfix, img, #home-page-content li, #page-content li, #bottom li, #footer li, #recentcomments li span');
// ]]>
</script>
<![endif]-->
<link rel="alternate" type="application/rss+xml" title="Ocean Matters » Feed" href="../../feed/index.html" />
<link rel="alternate" type="application/rss+xml" title="Ocean Matters » Comments Feed" href="../../comments/feed/index.html" />
<link rel="alternate" type="application/rss+xml" title="Ocean Matters » group1 Comments Feed" href="feed/index.html" />
<link rel='stylesheet' id='reset-css' href='../../wp-content/themes/u-design/styles/common-css/reset-ver=1.0.css' type='text/css' media='screen' />
<link rel='stylesheet' id='text-css' href='../../wp-content/themes/u-design/styles/style1/css/text-ver=1.0.css' type='text/css' media='screen' />
<link rel='stylesheet' id='grid-960-css' href='../../wp-content/themes/u-design/styles/common-css/960-ver=1.0.css' type='text/css' media='screen' />
<link rel='stylesheet' id='superfish_menu-css' href='../../wp-content/themes/u-design/scripts/superfish-1.4.8/css/superfish-ver=1.0.css' type='text/css' media='screen' />
<link rel='stylesheet' id='pretty_photo-css' href='../../wp-content/themes/u-design/scripts/prettyPhoto/css/prettyPhoto-ver=3.1.3.css' type='text/css' media='screen' />
<link rel='stylesheet' id='style-css' href='../../wp-content/themes/u-design/styles/style1/css/style-ver=1.0.css' type='text/css' media='screen' />
<link rel='stylesheet' id='custom-style-css' href='../../wp-content/themes/u-design/styles/custom/custom_style-ver=4.1.1.php' type='text/css' media='screen' />
<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js'></script>
<script type='text/javascript'>try{jQuery.noConflict();}catch(e){};</script>
<script type='text/javascript' src='../../wp-includes/js/jquery/jquery-migrate.min-ver=1.2.1.js'></script>
<script type='text/javascript' src='../../wp-content/themes/u-design/scripts/prettyPhoto/js/jquery.prettyPhoto-ver=3.1.3.js'></script>
<script type='text/javascript' src='../../wp-content/themes/u-design/scripts/superfish-1.4.8/js/superfish.combined-ver=1.0.0.js'></script>
<script type='text/javascript' src='../../wp-content/themes/u-design/scripts/script-ver=1.0.js'></script>
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="../../xmlrpc.php-rsd.xml" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="../../wp-includes/wlwmanifest.xml" />
<link rel='canonical' href='index.html' />
<link rel='shortlink' href='index.html' />
<!-- platinum seo pack 1.3.8 -->
<meta name="robots" content="index,follow,noodp,noydir" />
<link rel="canonical" href="index.html" />
<!-- /platinum one seo pack -->
<!--[if lte IE 9]>
<link rel="stylesheet" href="../../wp-content/themes/u-design/styles/common-css/ie-all.css" media="screen" type="text/css" />
<![endif]-->
<!--[if lte IE 7]>
<link rel="stylesheet" href="../../wp-content/themes/u-design/styles/common-css/ie6-7.css" media="screen" type="text/css" />
<![endif]-->
<!--[if IE 6]>
<link rel="stylesheet" href="../../wp-content/themes/u-design/styles/common-css/ie6.css" media="screen" type="text/css" />
<style type="text/css">body{ behavior: url("../../wp-content/themes/u-design/scripts/csshover3.htc.txt"); }
</style>
<![endif]-->
</head>
<body class="attachment single single-attachment postid-677 attachmentid-677 attachment-jpeg top-bg-color-dark ">
<div id="wrapper-1" class="pngfix">
<div id="top-wrapper">
<div id="top-elements" class="container_24">
<div id="logo" class="grid_14">
<div class="site-name"><a title="Ocean Matters" class="pngfix" href="../../index.html">Ocean Matters</a></div>
</div>
<div id="slogan" class="grid_17"></div>
<!-- end logo slogan -->
<div class="social-media-area grid_9 prefix_15">
<div class="social_media_top widget_text substitute_widget_class"> <div class="textwidget"><div class="social-icons">
<ul>
<li class="social_icon"><a href="http://twitter.com/home?status=Reading%20-%20http://www.oceanmatters.org/" title="Share Ocean Matters on Twitter" target="_blank"><img src="../../wp-content/themes/u-design/styles/common-images/twitter-icon.png" alt="Share Ocean Matters on twitter" border="0" /></a></li>
<li class="social_icon"><a href="http://www.facebook.com/sharer.php?u=http://www.oceanmatters.org/" title="Share Ocean Matters on Facebook" target="_blank"><img src="../../wp-content/themes/u-design/styles/common-images/facebook-icon.png" alt="fShare Ocean Matters on Facebook" border="0" /></a></li>
<li class="social_icon"><a href="http://www.linkedin.com/shareArticle?mini=true&url=CONTENT-URL&title=CONTENT-TITLE&summary=DEATILS-OPTIONAL&source=OCEAN%20MATTERS" title="Share Ocean Matters on LinkedIn" target="_blank"><img src="../../wp-content/themes/u-design/styles/common-images/linkedin-icon.png" alt="Share Ocean Matters on linkedin" border="0" /></a></li>
<li class="social_icon"><a href="../../contact-us/index.html" title="E-mail"><img src="../../wp-content/themes/u-design/styles/common-images/email-icon.png" alt="email" border="0" /></a></li>
</ul>
</div>
</div>
</div> </div><!-- end social-media-area -->
</div>
<!-- end top-elements -->
<div id="main-menu" class="pngfix">
<div id="dropdown-holder" class="container_24">
<div id="navigation-menu" class="navigation-menu"><ul id="menu-main" class="sf-menu"><li id="menu-item-949" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-949"><a href="../../index.html"><span>Home</span></a></li>
<li id="menu-item-957" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-957"><a href="../../staff/index.html"><span>Staff</span></a></li>
<li id="menu-item-956" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-956"><a href="../../philosophy/index.html"><span>Philosophy</span></a></li>
<li id="menu-item-958" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-958"><a href="../../student-testimonials/index.html"><span>Testimonials</span></a></li>
<li id="menu-item-950" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-950"><a href="../../programs/index.html"><span>Programs</span></a>
<ul class="sub-menu">
<li id="menu-item-1453" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1453"><a href="../../programs/coconut-island-oahu-hawaii-2014/index.html"><span>Coconut Island, Oahu, Hawaii for Grownups!</span></a></li>
<li id="menu-item-951" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-951"><a href="../../programs/grand-cayman-july-2012/index.html"><span>Coral Reef Ecology: Grand Cayman</span></a></li>
<li id="menu-item-952" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-952"><a href="../../programs/our-coral-reef-ecology-program-2013/index.html"><span>Customized Summer Marine Biology Programs</span></a></li>
<li id="menu-item-953" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-953"><a href="../../programs/research/index.html"><span>Field Research</span></a></li>
<li id="menu-item-954" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-954"><a href="../../programs/scuba/index.html"><span>Scuba</span></a></li>
<li id="menu-item-955" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-955"><a href="../../programs/prerequisites/index.html"><span>Prerequisites</span></a></li>
</ul>
</li>
<li id="menu-item-960" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-960"><a href="../../gallery/index.html"><span>Gallery</span></a></li>
<li id="menu-item-959" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-959"><a href="../../blog/index.html"><span>Blog</span></a></li>
<li id="menu-item-961" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-961"><a href="../../donate/index.html"><span>Donate</span></a></li>
<li id="menu-item-962" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-962"><a href="../../faqs/index.html"><span>FAQ’s</span></a></li>
<li id="menu-item-963" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-963"><a href="../../contact-us/index.html"><span>More Info</span></a>
<ul class="sub-menu">
<li id="menu-item-964" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-964"><a href="../../contact-us/apply/index.html"><span>Apply To Ocean Matters Grand Cayman Program</span></a></li>
</ul>
</li>
</ul></div> </div>
<!-- end dropdown-holder -->
</div>
<!-- end top-main-menu -->
</div>
<!-- end top-wrapper -->
<div class="clear"></div>
<div id="page-content-title">
<div id="page-content-header" class="container_24">
<div id="page-title">
<h1>group1</h1>
</div>
<!-- end page-title -->
</div>
<!-- end page-content-header -->
</div>
<!-- end page-content-title -->
<div class="clear"></div>
<div id="page-content">
<div class="container_24">
<p class="breadcrumbs"><a href="../../index.html">Home</a><span class="breadarrow"> → </span><a href="../../category/marine-biology-blog/index.html">marine biology blog</a><span class="breadarrow"> → </span><a href="../index.html" rel="prev">Rain, Rain Go Away!</a> <span class="breadarrow"> → </span><span class='current_crumb'>group1 </span></p> </div>
<div id="content-container" class="container_24">
<div id="main-content" class="grid_24">
<div class="main-content-padding">
<div class="post" id="post-677">
<h2><a href="../index.html" rev="attachment">Rain, Rain Go Away!</a> » group1</h2>
<div class="entry">
<p class="attachment"><a href="../../wp-content/uploads/2012/11/group1.jpg"><img width="300" height="224" src="../../wp-content/uploads/2012/11/group1-300x224.jpg" class="attachment-medium" alt="group1" /></a></p>
<div class="caption"></div>
<div class="navigation">
<div class="alignleft"></div>
<div class="alignright"><a rel='wp-prettyPhoto[gallery]' href='../hell/index.html'><img width="150" height="150" src="../../wp-content/uploads/2012/11/hell-150x150.jpg" class="attachment-thumbnail" alt="hell" /></a></div>
</div>
<br class="clear" />
</div>
</div>
</div><!-- end main-content-padding -->
</div><!-- end main-content -->
</div><!-- end content-container -->
<div class="clear"></div>
</div><!-- end page-content -->
<div class="clear"></div>
<div id="bottom-bg">
<div id="bottom" class="container_24">
<div class="bottom-content-padding">
<div id='bottom_1' class='one_third'><div class='column-content-wrapper'><div class="bottom-col-content widget_nav_menu custom-formatting"><h3 class="bottom-col-title">Quick Links:</h3><div class="menu-newfooter-container"><ul id="menu-newfooter" class="menu"><li id="menu-item-732" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-732"><a href="../../programs/index.html">Summer Marine Biology Programs for Young People and Educators</a>
<ul class="sub-menu">
<li id="menu-item-736" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-736"><a href="../../programs/prerequisites/index.html">Prerequisites</a></li>
<li id="menu-item-735" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-735"><a href="../../programs/research/index.html">Field Research</a></li>
<li id="menu-item-734" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-734"><a href="../../programs/scuba/index.html">Scuba</a></li>
<li id="menu-item-733" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-733"><a href="../../programs/our-coral-reef-ecology-program-2013/index.html">Customized Summer Marine Biology Programs</a></li>
</ul>
</li>
<li id="menu-item-738" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-738"><a href="../../philosophy/index.html">Summer Marine Biology Programs for Young People and Educators</a></li>
<li id="menu-item-727" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-727"><a href="../../staff/index.html">Summer Marine Biology Programs for Young People and Educators</a></li>
<li id="menu-item-728" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-728"><a href="../../blog/index.html">Ocean Matters Blog</a></li>
<li id="menu-item-737" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-737"><a href="../../faqs/index.html">FAQ’s</a></li>
<li id="menu-item-726" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-726"><a href="../../student-testimonials/index.html">Summer Marine Biology Programs for Young People and Educators</a></li>
<li id="menu-item-729" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-729"><a href="../../contact-us/index.html">More Info</a>
<ul class="sub-menu">
<li id="menu-item-731" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-731"><a href="../../donate/index.html">How Can I Help Save Our Seas?</a></li>
<li id="menu-item-730" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-730"><a href="../../contact-us/apply/index.html">Apply To Ocean Matters Grand Cayman Program</a></li>
</ul>
</li>
</ul></div></div></div></div><!-- end bottom_1 --><div id='bottom_2' class='one_third'><div class='column-content-wrapper'><div class="bottom-col-content posts-in-sidebar substitute_widget_class"><h3 class="bottom-col-title">Ocean Matters Blog Posts:</h3>
<ul class="pis-ul">
<li class="pis-li">
<p class="pis-title">
<a class="pis-title-link" href="../../founding-director-laura-parker-roerden-keynotes-at-mote-marine-labs-tea-for-the-sea/index.html" title="Permalink to Founding Director Laura Parker Roerden Keynotes at Mote Marine Labs Tea for the Sea" rel="bookmark">
Founding Director Laura Parker Roerden Keynotes at Mote Marine Labs Tea for the Sea </a>
</p>
</li>
<li class="pis-li">
<p class="pis-title">
<a class="pis-title-link" href="../../grownups-join-us-in-hawaii-for-a-very-special-trip-june-22-july-1-2015/index.html" title="Permalink to Join Peter Yarrow of Peter, Paul & Mary and National Geographic Underwater Photographer Brian Skerry in Hawaii for a Very Special Trip, June 23-July 1, 2015" rel="bookmark">
Join Peter Yarrow of Peter, Paul & Mary and National Geographic Underwater Photographer Brian Skerry in Hawaii for a Very Special Trip, June 23-July 1, 2015 </a>
</p>
</li>
<li class="pis-li">
<p class="pis-title">
<a class="pis-title-link" href="../../participate-in-the-last-straw-challenge/index.html" title="Permalink to Participate in the Last Straw Challenge!" rel="bookmark">
Participate in the Last Straw Challenge! </a>
</p>
</li>
<li class="pis-li">
<p class="pis-title">
<a class="pis-title-link" href="../../ocean-matters-launches-history-of-whaling-project/index.html" title="Permalink to Ocean Matters Launches History of Whaling Project" rel="bookmark">
Ocean Matters Launches History of Whaling Project </a>
</p>
</li>
<li class="pis-li">
<p class="pis-title">
<a class="pis-title-link" href="../../the-journey/index.html" title="Permalink to The Journey" rel="bookmark">
The Journey </a>
</p>
</li>
</ul> <!-- / ul#pis-ul -->
<!-- Generated by Posts in Sidebar v1.28 -->
</div></div></div><!-- end bottom_2 --><div id='bottom_3' class='one_third last_column'><div class='column-content-wrapper'><div class="bottom-col-content widget_calendar substitute_widget_class"><div id="calendar_wrap"><table id="wp-calendar">
<caption>April 2015</caption>
<thead>
<tr>
<th scope="col" title="Monday">M</th>
<th scope="col" title="Tuesday">T</th>
<th scope="col" title="Wednesday">W</th>
<th scope="col" title="Thursday">T</th>
<th scope="col" title="Friday">F</th>
<th scope="col" title="Saturday">S</th>
<th scope="col" title="Sunday">S</th>
</tr>
</thead>
<tfoot>
<tr>
<td colspan="3" id="prev"><a href="../../2015/03/index.html">« Mar</a></td>
<td class="pad"> </td>
<td colspan="3" id="next" class="pad"> </td>
</tr>
</tfoot>
<tbody>
<tr>
<td colspan="2" class="pad"> </td><td>1</td><td>2</td><td>3</td><td>4</td><td>5</td>
</tr>
<tr>
<td>6</td><td>7</td><td>8</td><td>9</td><td>10</td><td>11</td><td>12</td>
</tr>
<tr>
<td>13</td><td>14</td><td>15</td><td id="today">16</td><td>17</td><td>18</td><td>19</td>
</tr>
<tr>
<td>20</td><td>21</td><td>22</td><td>23</td><td>24</td><td>25</td><td>26</td>
</tr>
<tr>
<td>27</td><td>28</td><td>29</td><td>30</td>
<td class="pad" colspan="3"> </td>
</tr>
</tbody>
</table></div></div></div></div><!-- end bottom_3 --> </div>
<!-- end bottom-content-padding -->
</div>
<!-- end bottom -->
</div>
<!-- end bottom-bg -->
<div class="clear"></div>
<div id="footer-bg">
<div id="footer" class="container_24 footer-top">
<div id="footer_text" class="grid_21">
<p>
Copyright © 2001-2012 Ocean Matters | Contact: Laura Parker Roerden, Executive Director | (617) 304-4402 | <a href="mailto:info@oceanmatters.org">info@oceanmatters.org</a> <p><p><a href="http://www.shearpresence.com">Website Design by Shear Presence</a></strong> </p>
</div>
<div class="back-to-top">
<a href="index.html#top">Back to Top</a>
</div>
</div>
</div>
<div class="clear"></div>
<script type='text/javascript' src='../../wp-includes/js/comment-reply.min-ver=4.1.1.js'></script>
<script type='text/javascript' src='../../wp-content/themes/u-design/scripts/prettyPhoto/custom_params-ver=3.1.3.js'></script>
</div><!-- end wrapper-1 -->
</body>
</html>
|
tests_selenium/Test3-MarijaJankovic.html
|
MarijaJankovic623/PSI_Implementacija
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head profile="http://selenium-ide.openqa.org/profiles/test-case">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="selenium.base" href="http://localhost/PSI_Implementacija/" />
<title>Test3-MarijaJankovic</title>
</head>
<body>
<table cellpadding="1" cellspacing="1" border="1">
<thead>
<tr><td rowspan="1" colspan="3">Test3-MarijaJankovic</td></tr>
</thead><tbody>
<tr>
<td>open</td>
<td>/PSI_Implementacija/index.php/PrelistavanjeRestoranaCtrl/index</td>
<td></td>
</tr>
<tr>
<td>type</td>
<td>name=brLjudi</td>
<td>1</td>
</tr>
<tr>
<td>type</td>
<td>name=brLjudi</td>
<td>2</td>
</tr>
<tr>
<td>select</td>
<td>name=opstina</td>
<td>label=Novi Beograd</td>
</tr>
<tr>
<td>type</td>
<td>vremeOd</td>
<td>2016-06-14 14:00</td>
</tr>
<tr>
<td>type</td>
<td>vremeDo</td>
<td>2016-06-14 15:00</td>
</tr>
<tr>
<td>clickAndWait</td>
<td>//button[@type='submit']</td>
<td></td>
</tr>
<tr>
<td>clickAndWait</td>
<td>link=Detaljnije i rezervacija</td>
<td></td>
</tr>
<tr>
<td>type</td>
<td>vremeOd</td>
<td>2015-12-12 12:00</td>
</tr>
<tr>
<td>type</td>
<td>vremeDo</td>
<td>2015-12-12 14:00</td>
</tr>
<tr>
<td>type</td>
<td>name=brLjudi</td>
<td>1</td>
</tr>
<tr>
<td>type</td>
<td>name=brLjudi</td>
<td>2</td>
</tr>
<tr>
<td>clickAndWait</td>
<td>//button[@type='submit']</td>
<td></td>
</tr>
</tbody></table>
</body>
</html>
|
v5/user-agent-detail/b1/8c/b18cc71b-79da-41f5-8fcf-fa20e7103d76.html
|
ThaDafinser/UserAgentParserComparison
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>User agent detail - Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_2) AppleWebKit/536.26.14 (KHTML, like Gecko)</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 (Macintosh; Intel Mac OS X 10_8_2) AppleWebKit/536.26.14 (KHTML, like Gecko)
</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_ua.yaml</small></td><td>AppleMail 536.26.14</td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555"></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"></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 (Macintosh; Intel Mac OS X 10_8_2) AppleWebKit/536.26.14 (KHTML, like Gecko)
[family] => AppleMail
[major] => 536
[minor] => 26
[patch] => 14
)
</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>Apple Mail 6.0</td><td>WebKit </td><td>MacOSX 10.8</td><td style="border-left: 1px solid #555">Apple</td><td>Macintosh</td><td>Desktop</td><td></td><td></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-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 \(.*mac os x 10.8.*\) applewebkit.* \(khtml.* like gecko\)$/
[browser_name_pattern] => mozilla/5.0 (*mac os x 10?8*) applewebkit* (khtml* like gecko)
[parent] => Apple Mail for OSX
[comment] => Apple Mail for OSX
[browser] => Apple Mail
[browser_type] => Email Client
[browser_bits] => 32
[browser_maker] => Apple Inc
[browser_modus] => unknown
[version] => 6.0
[majorver] => 6
[minorver] => 0
[platform] => MacOSX
[platform_version] => 10.8
[platform_description] => Mac OS X
[platform_bits] => 32
[platform_maker] => Apple Inc
[alpha] =>
[beta] =>
[win16] =>
[win32] =>
[win64] =>
[frames] =>
[iframes] =>
[tables] =>
[cookies] =>
[backgroundsounds] =>
[javascript] =>
[vbscript] =>
[javaapplets] => 1
[activexcontrols] =>
[ismobiledevice] =>
[istablet] =>
[issyndicationreader] =>
[crawler] =>
[isfake] =>
[isanonymized] =>
[ismodified] =>
[cssversion] => 0
[aolversion] => 0
[device_name] => Macintosh
[device_maker] => Apple Inc
[device_type] => Desktop
[device_pointing_method] => mouse
[device_code_name] => Macintosh
[device_brand_name] => Apple
[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>Apple Mail </td><td><i class="material-icons">close</i></td><td>MacOSX </td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>Desktop</td><td></td><td></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.024</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-ad0041a2-b0f4-43f6-a70d-cad1443caa68">Detail</a>
<!-- Modal Structure -->
<div id="modal-ad0041a2-b0f4-43f6-a70d-cad1443caa68" 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 \(.*mac os x.*\) applewebkit.* \(khtml.* like gecko\)$/
[browser_name_pattern] => mozilla/5.0 (*mac os x*) applewebkit* (khtml* like gecko)
[parent] => Apple Mail for OSX
[comment] => Apple Mail for OSX
[browser] => Apple Mail
[browser_type] => unknown
[browser_bits] => 0
[browser_maker] => Apple Inc
[browser_modus] => unknown
[version] => 0.0
[majorver] => 0
[minorver] => 0
[platform] => MacOSX
[platform_version] => unknown
[platform_description] => unknown
[platform_bits] => 0
[platform_maker] => unknown
[alpha] => false
[beta] => false
[win16] => false
[win32] => false
[win64] => false
[frames] => false
[iframes] => false
[tables] => false
[cookies] => false
[backgroundsounds] => false
[javascript] => false
[vbscript] => false
[javaapplets] => false
[activexcontrols] => false
[ismobiledevice] =>
[istablet] =>
[issyndicationreader] => false
[crawler] =>
[isfake] => false
[isanonymized] => false
[ismodified] => false
[cssversion] => 0
[aolversion] => 0
[device_name] => unknown
[device_maker] => unknown
[device_type] => Desktop
[device_pointing_method] => mouse
[device_code_name] => unknown
[device_brand_name] => unknown
[renderingengine_name] => unknown
[renderingengine_version] => unknown
[renderingengine_description] => unknown
[renderingengine_maker] => unknown
)
</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.1</small><br /></td><td>AppleWebKit 536.26.14</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] => Macintosh
[browser] => AppleWebKit
[version] => 536.26.14
)
</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>Mozilla </td><td><i class="material-icons">close</i></td><td>OS X 10_8_2</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></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] => Mozilla
[browserVersion] =>
[osName] => OS X
[osVersion] => 10_8_2
[deviceModel] => Macintosh
[isMobile] =>
[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>Apple Mail </td><td><i class="material-icons">close</i></td><td>OS X 10.8.2</td><td style="border-left: 1px solid #555"></td><td></td><td>email-client</td><td></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.20701</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] => 0
[is_mobile] =>
[type] => email-client
[mobile_brand] =>
[mobile_model] =>
[version] =>
[is_android] =>
[browser_name] => Apple Mail
[operating_system_family] => OS X
[operating_system_version] => 10.8.2
[is_ios] =>
[producer] => Apple Inc.
[operating_system] => OS X 10.8 Mountain Lion
[mobile_screen_width] => 0
[mobile_browser] =>
)
</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> </td><td> </td><td>Mac 10.8</td><td style="border-left: 1px solid #555"></td><td></td><td>desktop</td><td></td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.007</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] =>
[operatingSystem] => Array
(
[name] => Mac
[short_name] => MAC
[version] => 10.8
[platform] =>
)
[device] => Array
(
[brand] =>
[brandName] =>
[model] =>
[device] => 0
[deviceName] => desktop
)
[bot] =>
[extra] => Array
(
[isBot] =>
[isBrowser] =>
[isFeedReader] =>
[isMobileApp] =>
[isPIM] =>
[isLibrary] =>
[isMediaPlayer] =>
[isCamera] =>
[isCarBrowser] =>
[isConsole] =>
[isFeaturePhone] =>
[isPhablet] =>
[isPortableMediaPlayer] =>
[isSmartDisplay] =>
[isSmartphone] =>
[isTablet] =>
[isTV] =>
[isDesktop] => 1
[isMobile] =>
[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>Mozilla 5.0</td><td><i class="material-icons">close</i></td><td>OS X 10.8.2</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></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-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 (Macintosh; Intel Mac OS X 10_8_2) AppleWebKit/536.26.14 (KHTML, like Gecko)
)
[name:Sinergi\BrowserDetector\Browser:private] => Mozilla
[version:Sinergi\BrowserDetector\Browser:private] => 5.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] => OS X
[version:Sinergi\BrowserDetector\Os:private] => 10.8.2
[isMobile:Sinergi\BrowserDetector\Os:private] =>
[userAgent:Sinergi\BrowserDetector\Os:private] => Sinergi\BrowserDetector\UserAgent Object
(
[userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_2) AppleWebKit/536.26.14 (KHTML, like Gecko)
)
)
[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 (Macintosh; Intel Mac OS X 10_8_2) AppleWebKit/536.26.14 (KHTML, like Gecko)
)
)
)
</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>AppleMail 536.26.14</td><td><i class="material-icons">close</i></td><td>Mac OS X 10.8.2</td><td style="border-left: 1px solid #555"></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"></td><td></td><td><i class="material-icons">close</i></td><td>0.005</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] => 536
[minor] => 26
[patch] => 14
[family] => AppleMail
)
[os] => UAParser\Result\OperatingSystem Object
(
[major] => 10
[minor] => 8
[patch] => 2
[patchMinor] =>
[family] => Mac OS X
)
[device] => UAParser\Result\Device Object
(
[brand] =>
[model] =>
[family] => Other
)
[originalUserAgent] => Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_2) AppleWebKit/536.26.14 (KHTML, like Gecko)
)
</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>Mozilla 5.0</td><td>WebKit 536.26.14</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>Desktop</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.15201</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] => Mac OSX Mountain Lion
[platform_version] => Mac OS X 10_8
[platform_type] => Desktop
[browser_name] => Mozilla
[browser_version] => 5.0
[engine_name] => WebKit
[engine_version] => 536.26.14
)
</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>Safari </td><td><i class="material-icons">close</i></td><td>OS X 10.8.2</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.059</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] => Safari
[agent_version] => --
[os_type] => Macintosh
[os_name] => OS X
[os_versionName] =>
[os_versionNumber] => 10_8_2
[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><br /></td><td>Mozilla 5.0</td><td>WebKit 536.26.14</td><td>Mac OS X 10.8.2</td><td style="border-left: 1px solid #555"></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.23401</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] => Mac OS X
[simple_sub_description_string] =>
[simple_browser_string] => Mozilla 5 on Mac OS X (Mountain Lion)
[browser_version] => 5
[extra_info] => Array
(
)
[operating_platform] =>
[extra_info_table] => Array
(
)
[layout_engine_name] => WebKit
[detected_addons] => Array
(
)
[operating_system_flavour_code] =>
[hardware_architecture] =>
[operating_system_flavour] =>
[operating_system_frameworks] => Array
(
)
[browser_name_code] => mozilla
[operating_system_version] => Mountain Lion
[simple_operating_platform_string] =>
[is_abusive] =>
[layout_engine_version] => 536.26.14
[browser_capabilities] => Array
(
)
[operating_platform_vendor_name] =>
[operating_system] => Mac OS X (Mountain Lion)
[operating_system_version_full] => 10.8.2
[operating_platform_code] =>
[browser_name] => Mozilla
[operating_system_name_code] => mac-os-x
[user_agent] => Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_2) AppleWebKit/536.26.14 (KHTML, like Gecko)
[browser_version_full] => 5.0
[browser] => Mozilla 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>WhichBrowser<br /><small>v2.0.18</small><br /></td><td> </td><td>Webkit 536.26.14</td><td>OS X Mountain Lion 10.8</td><td style="border-left: 1px solid #555"></td><td></td><td>desktop</td><td></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-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
(
[engine] => Array
(
[name] => Webkit
[version] => 536.26.14
)
[os] => Array
(
[name] => OS X
[version] => Array
(
[value] => 10.8
[nickname] => Mountain Lion
)
)
[device] => Array
(
[type] => desktop
)
)
</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> </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>pc</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-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
(
[category] => pc
[os] => Mac OSX
[os_version] => 10.8.2
[name] => UNKNOWN
[version] => UNKNOWN
[vendor] => UNKNOWN
)
</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> </td><td><i class="material-icons">close</i></td><td>Mac OS X 10.8.2</td><td style="border-left: 1px solid #555"></td><td></td><td>Desktop</td><td></td><td></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.016</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] => false
[is_ios] => false
[is_windows_phone] => false
[is_app] => false
[is_full_desktop] => true
[is_largescreen] => true
[is_mobile] => false
[is_robot] => false
[is_smartphone] => false
[is_touchscreen] => false
[is_wml_preferred] => false
[is_xhtmlmp_preferred] => false
[is_html_preferred] => true
[advertised_device_os] => Mac OS X
[advertised_device_os_version] => 10.8.2
[advertised_browser] =>
[advertised_browser_version] =>
[complete_device_name] => generic web browser
[device_name] => generic web browser
[form_factor] => Desktop
[is_phone] => false
[is_app_webview] => true
)
[all] => Array
(
[brand_name] => generic web browser
[model_name] =>
[unique] => true
[ununiqueness_handler] =>
[is_wireless_device] => false
[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] =>
[mobile_browser] =>
[mobile_browser_version] =>
[device_os_version] =>
[pointing_method] => mouse
[release_date] => 1994_january
[marketing_name] =>
[model_extra_info] =>
[nokia_feature_pack] => 0
[can_assign_phone_number] => false
[is_tablet] => false
[manufacturer_name] =>
[is_bot] => false
[is_google_glass] => false
[proportional_font] => false
[built_in_back_button_support] => false
[card_title_support] => false
[softkey_support] => false
[table_support] => false
[numbered_menus] => false
[menu_with_select_element_recommended] => false
[menu_with_list_of_links_recommended] => false
[icons_on_menu_items_support] => false
[break_list_of_links_with_br_element_recommended] => false
[access_key_support] => false
[wrap_mode_support] => false
[times_square_mode_support] => false
[deck_prefetch_support] => false
[elective_forms_recommended] => false
[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] => none
[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] => true
[xhtml_honors_bgcolor] => true
[xhtml_supports_forms_in_table] => true
[xhtml_support_wml2_namespace] => false
[xhtml_autoexpand_select] => false
[xhtml_select_as_dropdown] => true
[xhtml_select_as_radiobutton] => true
[xhtml_select_as_popup] => true
[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] => none
[xhtmlmp_preferred_mime_type] => text/html
[xhtml_table_support] => false
[xhtml_send_sms_string] => none
[xhtml_send_mms_string] => none
[xhtml_file_upload] => supported
[cookie_support] => true
[accept_third_party_cookie] => true
[xhtml_supports_iframe] => full
[xhtml_avoid_accesskeys] => true
[xhtml_can_embed_video] => play_and_stop
[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] => false
[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] => 800
[resolution_height] => 600
[columns] => 120
[max_image_width] => 800
[max_image_height] => 600
[rows] => 200
[physical_screen_width] => 400
[physical_screen_height] => 400
[dual_orientation] => false
[density_class] => 1.0
[wbmp] => false
[bmp] => true
[epoc_bmp] => false
[gif_animated] => true
[jpg] => true
[png] => true
[tiff] => false
[transparent_png_alpha] => false
[transparent_png_index] => false
[svgt_1_1] => true
[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] => 3200
[wifi] => true
[sdio] => false
[vpn] => false
[has_cellular_radio] => false
[max_deck_size] => 100000
[max_url_length_in_requests] => 128
[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] => false
[streaming_3gpp] => false
[streaming_mp4] => false
[streaming_mov] => false
[streaming_video_size_limit] => 0
[streaming_real_media] => none
[streaming_flv] => false
[streaming_3g2] => false
[streaming_vcodec_h263_0] => -1
[streaming_vcodec_h263_3] => -1
[streaming_vcodec_mpeg4_sp] => -1
[streaming_vcodec_mpeg4_asp] => -1
[streaming_vcodec_h264_bp] => -1
[streaming_acodec_amr] => none
[streaming_acodec_aac] => none
[streaming_wmv] => none
[streaming_preferred_protocol] => rtsp
[streaming_preferred_http_protocol] => none
[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] => false
[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] => false
[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] => true
[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] => false
[pdf_support] => true
[progressive_download] => true
[playback_vcodec_h263_0] => -1
[playback_vcodec_h263_3] => -1
[playback_vcodec_mpeg4_sp] => -1
[playback_vcodec_mpeg4_asp] => -1
[playback_vcodec_h264_bp] => -1
[playback_real_media] => none
[playback_3gpp] => false
[playback_3g2] => false
[playback_mp4] => false
[playback_mov] => false
[playback_acodec_amr] => none
[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] => false
[html_preferred_dtd] => html4
[viewport_supported] => false
[viewport_width] => width_equals_max_image_width
[viewport_userscalable] =>
[viewport_initial_scale] =>
[viewport_maximum_scale] =>
[viewport_minimum_scale] =>
[mobileoptimized] => false
[handheldfriendly] => false
[canvas_support] => none
[image_inlining] => true
[is_smarttv] => false
[is_console] => false
[nfc_support] => false
[ux_full_desktop] => true
[jqm_grade] => A
[is_sencha_touch_ok] => true
)
)
</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> </td><td><i class="material-icons">close</i></td><td>Mac OS X 10.8.2 </td><td style="border-left: 1px solid #555"></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</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://www.mozilla.org/
[title] => Mozilla Compatible
[name] => Mozilla Compatible
[version] =>
[code] => mozilla
[image] => img/16/browser/mozilla.png
)
[os] => Array
(
[link] => http://www.apple.com/macosx/
[name] => Mac OS X 10.8.2
[version] =>
[code] => mac-3
[x64] =>
[title] => Mac OS X 10.8.2
[type] => os
[dir] => os
[image] => img/16/os/mac-3.png
)
[device] => Array
(
[link] =>
[title] =>
[model] =>
[brand] =>
[code] => null
[dir] => device
[type] => device
[image] => img/16/device/null.png
)
[platform] => Array
(
[link] => http://www.apple.com/macosx/
[name] => Mac OS X 10.8.2
[version] =>
[code] => mac-3
[x64] =>
[title] => Mac OS X 10.8.2
[type] => os
[dir] => os
[image] => img/16/os/mac-3.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 08:05:28</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>
|
src/06-components/atoms/tabs/docs/tabs-text.html
|
AutoScout24/showcar-ui
|
<div data-tabs-text='TabContainer' class='sc-tabs--with-text'>
<button class="sc-inline-link sc-tab sc-tab--with-text--active sc-font-m" data-section='Tab1'>Tab 1</button>
<div class='sc-tabs__content sc-tabs__content--visible' data-section='Tab1'>
<p>Tab 1 Content</p>
<a href='#'>Link</a>
</div>
<button class="sc-inline-link sc-tab sc-font-m" data-section='Tab2'>Tab 2</button>
<div class='sc-tabs__content' data-section='Tab2'>
<h3>Tab 2 Content</h3>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium.</p>
</div>
<button class="sc-inline-link sc-tab sc-font-m" data-section='Tab3'>Tab 3</button>
<div class='sc-tabs__content' data-section='Tab3'>
<h3>Tab 3 Content</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin et pulvinar eros, ut feugiat lacus. Duis convallis ligula id tempus rhoncus. Curabitur tempus metus sit amet accumsan pulvinar. Pellentesque sed aliquam nisl. Sed libero tortor, posuere quis quam sed, ultrices feugiat nulla. Fusce ullamcorper odio eget tempus rhoncus. Etiam lacinia odio quis faucibus auctor. Curabitur a velit vel nisi facilisis vulputate. Vivamus feugiat, arcu eget accumsan feugiat, purus risus aliquam justo, id fermentum mauris dolor sit amet libero. Aenean laoreet vel justo et eleifend. Nulla facilisi. Quisque sit amet arcu sit amet nibh sagittis viverra. Mauris fringilla cursus ipsum et mollis. Cras eget sapien consequat, tincidunt enim vitae, vehicula lacus. In tristique venenatis urna, nec tincidunt nisl vulputate a. Curabitur dictum neque non tempus rhoncus.</p>
</div>
<button class="sc-inline-link sc-tab sc-font-m" data-section='Tab4'>Tab 4</button>
<div class='sc-tabs__content' data-section='Tab4'>
<h3>Tab 4 Content</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin et pulvinar eros, ut feugiat lacus. Duis convallis ligula id tempus rhoncus. Curabitur tempus metus sit amet accumsan pulvinar. Pellentesque sed aliquam nisl. Sed libero tortor, posuere quis quam sed, ultrices feugiat nulla. Fusce ullamcorper odio eget tempus rhoncus. Etiam lacinia odio quis faucibus auctor. Curabitur a velit vel nisi facilisis vulputate. Vivamus feugiat, arcu eget accumsan feugiat, purus risus aliquam justo, id fermentum mauris dolor sit amet libero. Aenean laoreet vel justo et eleifend. Nulla facilisi. Quisque sit amet arcu sit amet nibh sagittis viverra. Mauris fringilla cursus ipsum et mollis. Cras eget sapien consequat, tincidunt enim vitae, vehicula lacus. In tristique venenatis urna, nec tincidunt nisl vulputate a. Curabitur dictum neque non tempus rhoncus.</p>
</div>
</div>
|
css/prj_style.css
|
ReneFGJ/Brapci
|
/* Standard CSS */
body
{
margin: 0px;
}
#foot
{
background-color:#D0D0D0;
width: 100%;
height: 50px;
position:absolute; /* added */
bottom:0; /* added */
left:0; /* added */
text-align: center;
}
.link
{
font-color: #303030;
text-decoration: none;
font-family: "CICPG","Roboto","Tahoma","Verdana","Arial";
}
.link:hover
{
text-decoration: underline;
font-color: #000010;
}
h1
{
font-family: "CICPG","Roboto","Tahoma","Verdana","Arial";
font-size: 20px;
}
h2
{
font-family: "CICPG","Roboto","Tahoma","Verdana","Arial";
font-size: 16px;
}
h3
{
font-family: "CICPG","Roboto","Tahoma","Verdana","Arial";
font-size: 14px;
}
h4
{
font-family: "CICPG","Roboto","Tahoma","Verdana","Arial";
font-size: 12px;
}
.border_top_1
{
border-top: 1px solid #303030;
}
.border0
{
border: 0px solid #000000;
}
.padding0
{
padding: 0px;
}
.lt0
{
font-size: 8px;
}
.lt1
{
font-size: 12px;
}
.lt2
{
font-seize:14px;
}
|
clean/Linux-x86_64-4.07.1-2.0.6/extra-dev/8.10.0/higman-s/8.8.0.html
|
coq-bench/coq-bench.github.io
|
<!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 / extra-dev</a></li>
<li class="active"><a href="">8.10.0 / higman-s - 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>
higman-s
<small>
8.8.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2020-07-31 23:28:00 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-07-31 23:28:00 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.10.0 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: "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.8" & < "8.9~"}
]
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.8.0.tar.gz"
checksum: "md5=325f622153d894179fd0ce2f23478f13"
}
</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.8.0 coq.8.10.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.10.0).
The following dependencies couldn't be met:
- coq-higman-s -> coq < 8.9~ -> 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.8.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>
|
clean/Linux-x86_64-4.02.3-2.0.6/released/8.8.1/coinductive-reals/8.7.0.html
|
coq-bench/coq-bench.github.io
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>coinductive-reals: 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 / coinductive-reals - 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>
coinductive-reals
<small>
8.7.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-12-06 00:47:38 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-06 00:47:38 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
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.1 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
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/coinductive-reals"
license: "LGPL"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/CoinductiveReals"]
depends: [
"ocaml"
"coq" {>= "8.7" & < "8.8~"}
"coq-qarith-stern-brocot" {>= "8.7" & < "8.8~"}
]
tags: [ "keyword: real numbers" "keyword: co-inductive types" "keyword: co-recursion" "keyword: exact arithmetic" "category: Mathematics/Arithmetic and Number Theory/Real numbers" "date: 2007-04-24" ]
authors: [ "Milad Niqui <milad@cs.ru.nl> [http://www.cs.ru.nl/~milad]" ]
bug-reports: "https://github.com/coq-contribs/coinductive-reals/issues"
dev-repo: "git+https://github.com/coq-contribs/coinductive-reals.git"
synopsis: "Real numbers as coinductive ternary streams"
description: """
http://www.cs.ru.nl/~milad/ETrees/coinductive-field/
See the README file"""
flags: light-uninstall
url {
src:
"https://github.com/coq-contribs/coinductive-reals/archive/v8.7.0.tar.gz"
checksum: "md5=add528791eebf008f2236f6c33a12cd4"
}
</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-coinductive-reals.8.7.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-coinductive-reals -> coq < 8.8~ -> ocaml < 4.02.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-coinductive-reals.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>
|
clean/Linux-x86_64-4.05.0-2.0.1/released/8.6.1/tree-diameter/8.7.0.html
|
coq-bench/coq-bench.github.io
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>tree-diameter: 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.6.1 / tree-diameter - 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>
tree-diameter
<small>
8.7.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-10-24 00:12:32 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-24 00:12:32 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.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 1 Virtual package relying on perl
coq 8.6.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
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/tree-diameter"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/TreeDiameter"]
depends: [
"ocaml"
"coq" {>= "8.7" & < "8.8~"}
]
tags: [ "keyword: program verification" "keyword: trees" "keyword: paths" "keyword: graphs" "keyword: distance" "keyword: diameter" "category: Computer Science/Decision Procedures and Certified Algorithms/Correctness proofs of algorithms" ]
authors: [ "Jean-Christophe Filliâtre" ]
bug-reports: "https://github.com/coq-contribs/tree-diameter/issues"
dev-repo: "git+https://github.com/coq-contribs/tree-diameter.git"
synopsis: "Diameter of a binary tree"
description: """
This contribution contains the verification of a divide-and-conquer
algorithm to compute the diameter of a binary tree (the
maxmimal distance between two nodes in the tree)."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/tree-diameter/archive/v8.7.0.tar.gz"
checksum: "md5=828e673a375124912359a2e5c13d2f86"
}
</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-tree-diameter.8.7.0 coq.8.6.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.6.1).
The following dependencies couldn't be met:
- coq-tree-diameter -> coq >= 8.7
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-tree-diameter.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>
|
src/angular-get-bible/templates/ViewVerses.template.html
|
SergejKasper/AngularGetBible
|
<center><b>{{book_name}} {{chapter_nr}}</b></center>
<p class='{{scripture.direction.toLowerCase()}}'>
<div ng-repeat='verse in verses track by $id(verse)'>
<small class='ltr'>{{verse.verse_nr | number : 0}}</small>
{{verse.verse}}
</div>
<br>
</p>
|
archives/2016/11/index.html
|
slamke/slamke.github.io
|
<!DOCTYPE html>
<html class="theme-next pisces use-motion" lang="">
<head>
<meta charset="UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
<meta name="theme-color" content="#222">
<meta http-equiv="Cache-Control" content="no-transform" />
<meta http-equiv="Cache-Control" content="no-siteapp" />
<link href="/lib/fancybox/source/jquery.fancybox.css?v=2.1.5" rel="stylesheet" type="text/css" />
<link href="/lib/font-awesome/css/font-awesome.min.css?v=4.6.2" rel="stylesheet" type="text/css" />
<link href="/css/main.css?v=5.1.4" rel="stylesheet" type="text/css" />
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon-next.png?v=5.1.4">
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32-next.png?v=5.1.4">
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16-next.png?v=5.1.4">
<link rel="mask-icon" href="/images/logo.svg?v=5.1.4" color="#222">
<meta name="keywords" content="Hexo, NexT" />
<meta property="og:type" content="website">
<meta property="og:title" content="雁渡寒潭 风吹疏竹">
<meta property="og:url" content="http://slamke.github.io/archives/2016/11/index.html">
<meta property="og:site_name" content="雁渡寒潭 风吹疏竹">
<meta property="og:locale" content="default">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="雁渡寒潭 风吹疏竹">
<script type="text/javascript" id="hexo.configurations">
var NexT = window.NexT || {};
var CONFIG = {
root: '/',
scheme: 'Pisces',
version: '5.1.4',
sidebar: {"position":"left","display":"post","offset":12,"b2t":false,"scrollpercent":false,"onmobile":false},
fancybox: true,
tabs: true,
motion: {"enable":true,"async":false,"transition":{"post_block":"fadeIn","post_header":"slideDownIn","post_body":"slideDownIn","coll_header":"slideLeftIn","sidebar":"slideUpIn"}},
duoshuo: {
userId: '0',
author: 'Author'
},
algolia: {
applicationID: '',
apiKey: '',
indexName: '',
hits: {"per_page":10},
labels: {"input_placeholder":"Search for Posts","hits_empty":"We didn't find any results for the search: ${query}","hits_stats":"${hits} results found in ${time} ms"}
}
};
</script>
<link rel="canonical" href="http://slamke.github.io/archives/2016/11/"/>
<title>Archive | 雁渡寒潭 风吹疏竹</title>
</head>
<body itemscope itemtype="http://schema.org/WebPage" lang="default">
<div class="container sidebar-position-left page-archive">
<div class="headband"></div>
<header id="header" class="header" itemscope itemtype="http://schema.org/WPHeader">
<div class="header-inner"><div class="site-brand-wrapper">
<div class="site-meta ">
<div class="custom-logo-site-title">
<a href="/" class="brand" rel="start">
<span class="logo-line-before"><i></i></span>
<span class="site-title">雁渡寒潭 风吹疏竹</span>
<span class="logo-line-after"><i></i></span>
</a>
</div>
<p class="site-subtitle">教练,我想打篮球</p>
</div>
<div class="site-nav-toggle">
<button>
<span class="btn-bar"></span>
<span class="btn-bar"></span>
<span class="btn-bar"></span>
</button>
</div>
</div>
<nav class="site-nav">
<ul id="menu" class="menu">
<li class="menu-item menu-item-home">
<a href="/" rel="section">
<i class="menu-item-icon fa fa-fw fa-home"></i> <br />
Home
</a>
</li>
<li class="menu-item menu-item-tags">
<a href="/tags/" rel="section">
<i class="menu-item-icon fa fa-fw fa-tags"></i> <br />
Tags
</a>
</li>
<li class="menu-item menu-item-categories">
<a href="/categories/" rel="section">
<i class="menu-item-icon fa fa-fw fa-th"></i> <br />
Categories
</a>
</li>
<li class="menu-item menu-item-archives">
<a href="/archives/" rel="section">
<i class="menu-item-icon fa fa-fw fa-archive"></i> <br />
Archives
</a>
</li>
</ul>
</nav>
</div>
</header>
<main id="main" class="main">
<div class="main-inner">
<div class="content-wrap">
<div id="content" class="content">
<div class="post-block archive">
<div id="posts" class="posts-collapse">
<span class="archive-move-on"></span>
<span class="archive-page-counter">
Good! 104 posts in total. Keep on posting.
</span>
<div class="collection-title">
<h1 class="archive-year" id="archive-year-2016">2016</h1>
</div>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h2 class="post-title">
<a class="post-title-link" href="/2016/11/29/Scala的类型和反射机制/" itemprop="url">
<span itemprop="name">Scala的类型和反射机制</span>
</a>
</h2>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated"
datetime="2016-11-29T16:43:45+08:00"
content="2016-11-29" >
11-29
</time>
</div>
</header>
</article>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h2 class="post-title">
<a class="post-title-link" href="/2016/11/29/JVM源码分析系列/" itemprop="url">
<span itemprop="name">JVM源码分析系列</span>
</a>
</h2>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated"
datetime="2016-11-29T16:43:45+08:00"
content="2016-11-29" >
11-29
</time>
</div>
</header>
</article>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h2 class="post-title">
<a class="post-title-link" href="/2016/11/27/SparkStreaming数据产生与导入相关的内存分析/" itemprop="url">
<span itemprop="name">SparkStreaming数据产生与导入相关的内存分析</span>
</a>
</h2>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated"
datetime="2016-11-27T22:30:08+08:00"
content="2016-11-27" >
11-27
</time>
</div>
</header>
</article>
</div>
</div>
</div>
</div>
<div class="sidebar-toggle">
<div class="sidebar-toggle-line-wrap">
<span class="sidebar-toggle-line sidebar-toggle-line-first"></span>
<span class="sidebar-toggle-line sidebar-toggle-line-middle"></span>
<span class="sidebar-toggle-line sidebar-toggle-line-last"></span>
</div>
</div>
<aside id="sidebar" class="sidebar">
<div class="sidebar-inner">
<section class="site-overview-wrap sidebar-panel sidebar-panel-active">
<div class="site-overview">
<div class="site-author motion-element" itemprop="author" itemscope itemtype="http://schema.org/Person">
<p class="site-author-name" itemprop="name">Sun Ke</p>
<p class="site-description motion-element" itemprop="description"></p>
</div>
<nav class="site-state motion-element">
<div class="site-state-item site-state-posts">
<a href="/archives/">
<span class="site-state-item-count">104</span>
<span class="site-state-item-name">posts</span>
</a>
</div>
<div class="site-state-item site-state-categories">
<a href="/categories/index.html">
<span class="site-state-item-count">21</span>
<span class="site-state-item-name">categories</span>
</a>
</div>
<div class="site-state-item site-state-tags">
<a href="/tags/index.html">
<span class="site-state-item-count">61</span>
<span class="site-state-item-name">tags</span>
</a>
</div>
</nav>
</div>
</section>
</div>
</aside>
</div>
</main>
<footer id="footer" class="footer">
<div class="footer-inner">
<div class="copyright">© <span itemprop="copyrightYear">2018</span>
<span class="with-love">
<i class="fa fa-user"></i>
</span>
<span class="author" itemprop="copyrightHolder">Sun Ke</span>
</div>
<div class="powered-by">Powered by <a class="theme-link" target="_blank" href="https://hexo.io">Hexo</a></div>
<span class="post-meta-divider">|</span>
<div class="theme-info">Theme — <a class="theme-link" target="_blank" href="https://github.com/iissnan/hexo-theme-next">NexT.Pisces</a> v5.1.4</div>
</div>
</footer>
<div class="back-to-top">
<i class="fa fa-arrow-up"></i>
</div>
</div>
<script type="text/javascript">
if (Object.prototype.toString.call(window.Promise) !== '[object Function]') {
window.Promise = null;
}
</script>
<script type="text/javascript" src="/lib/jquery/index.js?v=2.1.3"></script>
<script type="text/javascript" src="/lib/fastclick/lib/fastclick.min.js?v=1.0.6"></script>
<script type="text/javascript" src="/lib/jquery_lazyload/jquery.lazyload.js?v=1.9.7"></script>
<script type="text/javascript" src="/lib/velocity/velocity.min.js?v=1.2.1"></script>
<script type="text/javascript" src="/lib/velocity/velocity.ui.min.js?v=1.2.1"></script>
<script type="text/javascript" src="/lib/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
<script type="text/javascript" src="/js/src/utils.js?v=5.1.4"></script>
<script type="text/javascript" src="/js/src/motion.js?v=5.1.4"></script>
<script type="text/javascript" src="/js/src/affix.js?v=5.1.4"></script>
<script type="text/javascript" src="/js/src/schemes/pisces.js?v=5.1.4"></script>
<script type="text/javascript" src="/js/src/bootstrap.js?v=5.1.4"></script>
<script id="dsq-count-scr" src="https://Sunke.disqus.com/count.js" async></script>
</body>
</html>
|
data science/machine_learning_for_the_web/chapter_4/movie/14554.html
|
xianjunzhengbackup/code
|
<HTML><HEAD>
<TITLE>Review for Rush Hour (1998)</TITLE>
<LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0120812">Rush Hour (1998)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?David+Sunga">David Sunga</A></H3><HR WIDTH="40%" SIZE="4">
<PRE>RUSH HOUR (1998)</PRE>
<PRE>Rating: 2.5 stars (out of 4.0)
********************************
Key to rating system:
2.0 stars - Debatable
2.5 stars - Some people may like it
3.0 stars - I liked it
3.5 stars - I am biased in favor of the movie
4.0 stars - I felt the movie's impact personally or it stood out
*********************************
A Movie Review by David Sunga</PRE>
<P>Directed by: Brett Ratner
Written by: Ross LaManna (story) and Jim Kouf (screenplay) .</P>
<P>Ingredients: Reckless cop teamed with Hong Kong detective, comedy,
pratfalls, kidnapped kid</P>
<P>Starring: Chris Tucker, Jackie Chan, Julia Hsu, </P>
<P>Synopsis:
RUSH HOUR is a standard cop buddy plot uplifted by the presence of its
two stars: martial arts funny man Jackie Chan and comedian Chris Tucker.
Tucker plays main character James Carter, an outlandish and narcissistic
Los Angeles cop who is irritating to his superiors. As a result of their
displeasure, Carter is assigned to baby-sit a visiting Hong Kong
detective named Lee (Jackie Chan) whom the authorities want to keep out
of the way as they investigate the kidnapping of Soo Yung (Julia Hsu in
her acting debut), the young child of Lee's friend Chinese Consul Han
(Tzi Ma). But Carter and his new acquaintance Detective Lee don't stay
out of the investigation. They bicker over ethnic misunderstandings and
botch things up, but finally work as a team to solve the case. </P>
<P>Opinion:
I were a teacher giving grades, Tucker would get a B. He's good and
funny, but his loquacious screeching is sometimes a bit much.</P>
<P>On the other hand, RUSH HOUR is proof positive that America is finally
catching on to the world's appreciation international megastar Jackie
Chan. Longtime Chan fans should be forewarned RUSH HOUR isn't a Jackie
Chan or Hong Kong picture; it's a Hollywood buddy formula where Chan is
merely the co-star. But despite not being the main character, Chan still
gets plenty of chances to amuse us by hanging from dangerous ledges,
climbing, leaping, kicking, or consoling a little girl. Chan gets an A,
and if there's a sequel, I hope he gets more air time.</P>
<P>RUSH HOUR is lively, entertaining, and will appeal to people of all ages
and ethnicities. The bad guys aren't impressive, and the plot is
routine, but Tucker and Chan provide sufficient charisma, comic lines,
timing, and acrobatics to give the formula enough enjoyable moments. I
took my parents to see it, and they loved it. </P>
<PRE>Reviewed by David Sunga
September 25, 1998
<A HREF="http://www.criticzoo.com">http://www.criticzoo.com</A></PRE>
<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>
|
_Aaron/jQuery入门教程/jQuery的节点操作/内部插入prepend()与prependTo().html
|
flyromance/jQuery
|
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<title></title>
<script src="http://libs.baidu.com/jquery/1.9.1/jquery.js"></script>
<style>
.left,
.right {
width: 300px;
height: 120px;
}
.left div,
.right div {
width: 100px;
height: 90px;
padding: 5px;
margin: 5px;
float: left;
border: 1px solid #ccc;
}
.left div {
background: #bbffaa;
}
.right div {
background: yellow;
}
</style>
</head>
<body>
<h2>通过prepend与prependTo添加元素</h2>
<div class="left">
<div class="aaron">点击通过jQuery的prepend添加元素</div>
<div class="aaron">点击通过jQuery的prependTo添加元素</div>
</div>
<div class="right">
<div class="aaron"><p>测试prepend</p></div>
<div class="aaron"><p>测试prependTo</p></div>
</div>
<script type="text/javascript">
$(".left .aaron:first").on('click', function() {
//找到class="right"下的第一个div
//然后通过prepend在内部的首位置添加一个新的p节点
$('.right .aaron:first').prepend('<p style="color:red">prepend增加的p元素</p>')
})
</script>
<script type="text/javascript">
$(".left .aaron:last").on('click', function() {
//找到class="right"下的第二个div
//然后通过prependTo内部的首位置添加一个新的p节点
$('<p style="color:red">prependTo增加的p元素</p>').prependTo($('.right .aaron:last'))
})
</script>
</body>
</html>
|
tutorial/vendor/prismjs/prism.css
|
sydjs/sydjs_zero
|
/* http://prismjs.com/download.html?themes=prism&languages=markup+css+clike+javascript+markdown&plugins=line-numbers */
/**
* prism.js default theme for JavaScript, CSS and HTML
* Based on dabblet (http://dabblet.com)
* @author Lea Verou
*/
code[class*="language-"],
pre[class*="language-"] {
color: black;
background: none;
text-shadow: 0 1px white;
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
text-align: left;
white-space: pre;
word-spacing: normal;
word-break: normal;
word-wrap: normal;
line-height: 1.5;
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}
pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
text-shadow: none;
background: #b3d4fc;
}
pre[class*="language-"]::selection, pre[class*="language-"] ::selection,
code[class*="language-"]::selection, code[class*="language-"] ::selection {
text-shadow: none;
background: #b3d4fc;
}
@media print {
code[class*="language-"],
pre[class*="language-"] {
text-shadow: none;
}
}
/* Code blocks */
pre[class*="language-"] {
padding: 1em;
margin: .5em 0;
overflow: auto;
}
:not(pre) > code[class*="language-"],
pre[class*="language-"] {
background: #f5f2f0;
}
/* Inline code */
:not(pre) > code[class*="language-"] {
padding: .1em;
border-radius: .3em;
white-space: normal;
}
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
color: slategray;
}
.token.punctuation {
color: #999;
}
.namespace {
opacity: .7;
}
.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
color: #905;
}
.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
color: #690;
}
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
color: #a67f59;
background: hsla(0, 0%, 100%, .5);
}
.token.atrule,
.token.attr-value,
.token.keyword {
color: #07a;
}
.token.function {
color: #DD4A68;
}
.token.regex,
.token.important,
.token.variable {
color: #e90;
}
.token.important,
.token.bold {
font-weight: bold;
}
.token.italic {
font-style: italic;
}
.token.entity {
cursor: help;
}
pre.line-numbers {
position: relative;
padding-left: 3.8em;
counter-reset: linenumber;
}
pre.line-numbers > code {
position: relative;
}
.line-numbers .line-numbers-rows {
position: absolute;
pointer-events: none;
top: 0;
font-size: 100%;
left: -3.8em;
width: 3em; /* works for line-numbers below 1000 lines */
letter-spacing: -1px;
border-right: 1px solid #999;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.line-numbers-rows > span {
pointer-events: none;
display: block;
counter-increment: linenumber;
}
.line-numbers-rows > span:before {
content: counter(linenumber);
color: #999;
display: block;
padding-right: 0.8em;
text-align: right;
}
|
javadoc/org/tandembrowsing/io/db/package-tree.html
|
tomhai/tandembrowsing
|
<!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_45) on Thu Oct 24 12:32:07 EEST 2013 -->
<title>org.tandembrowsing.io.db Class Hierarchy</title>
<meta name="date" content="2013-10-24">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="org.tandembrowsing.io.db Class Hierarchy";
}
//-->
</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</li>
<li>Use</li>
<li class="navBarCell1Rev">Tree</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="../../../../org/tandembrowsing/io/ajax/package-tree.html">Prev</a></li>
<li><a href="../../../../org/tandembrowsing/io/soap/package-tree.html">Next</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/tandembrowsing/io/db/package-tree.html" target="_top">Frames</a></li>
<li><a href="package-tree.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">
<h1 class="title">Hierarchy For Package org.tandembrowsing.io.db</h1>
<span class="strong">Package Hierarchies:</span>
<ul class="horizontal">
<li><a href="../../../../overview-tree.html">All Packages</a></li>
</ul>
</div>
<div class="contentContainer">
<h2 title="Class Hierarchy">Class Hierarchy</h2>
<ul>
<li type="circle">java.lang.Object
<ul>
<li type="circle">org.tandembrowsing.io.db.<a href="../../../../org/tandembrowsing/io/db/DBUtil.html" title="class in org.tandembrowsing.io.db"><span class="strong">DBUtil</span></a></li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li>Use</li>
<li class="navBarCell1Rev">Tree</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="../../../../org/tandembrowsing/io/ajax/package-tree.html">Prev</a></li>
<li><a href="../../../../org/tandembrowsing/io/soap/package-tree.html">Next</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/tandembrowsing/io/db/package-tree.html" target="_top">Frames</a></li>
<li><a href="package-tree.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>
|
BOOST/boost_1_61_0/libs/xpressive/doc/html/boost/xpressive/op/at/result.html
|
calvinfarias/IC2015-2
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Struct template result</title>
<link rel="stylesheet" href="../../../../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="../../../../index.html" title="Chapter 1. Boost.Xpressive">
<link rel="up" href="../at.html#idp69068512" title="Description">
<link rel="prev" href="../at.html" title="Struct at">
<link rel="next" href="result_This_Co_idp12683440.html" title="Struct template result<This(Cont &, Idx)>">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../../../boost.png"></td>
<td align="center"><a href="../../../../../../../../index.html">Home</a></td>
<td align="center"><a href="../../../../../../../../libs/libraries.htm">Libraries</a></td>
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
<td align="center"><a href="../../../../../../../../more/index.htm">More</a></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="../at.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../at.html#idp69068512"><img src="../../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="result_This_Co_idp12683440.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="boost.xpressive.op.at.result"></a><div class="titlepage"></div>
<div class="refnamediv">
<h2><span class="refentrytitle">Struct template result</span></h2>
<p>boost::xpressive::op::at::result</p>
</div>
<h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2>
<div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: <<a class="link" href="../../../../header/boost/xpressive/regex_actions_hpp.html" title="Header <boost/xpressive/regex_actions.hpp>">boost/xpressive/regex_actions.hpp</a>>
</span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> Sig<span class="special">></span>
<span class="keyword">struct</span> <a class="link" href="result.html" title="Struct template result">result</a> <span class="special">{</span>
<span class="special">}</span><span class="special">;</span></pre></div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2007 Eric Niebler<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="../at.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../at.html#idp69068512"><img src="../../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="result_This_Co_idp12683440.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
docs/manual/ftconv.html
|
ketchupok/csound.github.io
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>ftconv</title>
<link rel="stylesheet" type="text/css" href="csound.css" />
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1" />
<link rel="home" href="index.html" title="The Canonical Csound Reference Manual" />
<link rel="up" href="OpcodesTop.html" title="Orchestra Opcodes and Operators" />
<link rel="prev" href="ftchnls.html" title="ftchnls" />
<link rel="next" href="ftcps.html" title="ftcps" />
</head>
<body>
<div class="navheader">
<table width="100%" summary="Navigation header">
<tr>
<th colspan="3" align="center">ftconv</th>
</tr>
<tr>
<td width="20%" align="left"><a accesskey="p" href="ftchnls.html">Prev</a> </td>
<th width="60%" align="center">Orchestra Opcodes and Operators</th>
<td width="20%" align="right"> <a accesskey="n" href="ftcps.html">Next</a></td>
</tr>
</table>
<hr />
</div>
<div class="refentry">
<a id="ftconv"></a>
<div class="titlepage"></div>
<a id="IndexFtconv" class="indexterm"></a>
<div class="refnamediv">
<h2>
<span class="refentrytitle">ftconv</span>
</h2>
<p>ftconv —
Low latency multichannel convolution, using a function table as impulse
response source.
</p>
</div>
<div class="refsect1">
<a id="idm47161628464000"></a>
<h2>Description</h2>
<p>
Low latency multichannel convolution, using a function table as impulse
response source. The algorithm is to split the impulse response to
partitions of length determined by the <span class="emphasis"><em>iplen</em></span> parameter, and delay and
mix partitions so that the original, full length impulse response is
reconstructed without gaps. The output delay (latency) is <span class="emphasis"><em>iplen</em></span> samples,
and does not depend on the control rate, unlike in the case of other
convolve opcodes.
</p>
</div>
<div class="refsect1">
<a id="idm47161628461600"></a>
<h2>Syntax</h2>
<pre class="synopsis">a1[, a2[, a3[, ... a8]]] <span class="command"><strong>ftconv</strong></span> ain, ift, iplen[, iskipsamples \
[, iirlen[, iskipinit]]]</pre>
</div>
<div class="refsect1">
<a id="idm47161628459504"></a>
<h2>Initialization</h2>
<p>
<span class="emphasis"><em>ift</em></span>
-- source ftable number. The table is expected to contain interleaved
multichannel audio data, with the number of channels equal to the number
of output variables (a1, a2, etc.). An interleaved table can be created
from a set of mono tables with <a class="link" href="GEN52.html" title="GEN52"><em class="citetitle">GEN52</em></a>.
</p>
<p>
<span class="emphasis"><em>iplen</em></span>
-- length of impulse response partitions, in sample frames; must be an
integer power of two. Lower settings allow for shorter output delay, but
will increase CPU usage.
</p>
<p>
<span class="emphasis"><em>iskipsamples</em></span>
(optional, defaults to zero) -- number of sample frames to skip
at the beginning of the table.
Useful for reverb responses that have some amount of initial delay.
If this delay is not less than <span class="emphasis"><em>iplen</em></span> samples, then setting
<span class="emphasis"><em>iskipsamples</em></span> to the same value as <span class="emphasis"><em>iplen</em></span>
will eliminate any additional latency by <span class="emphasis"><em>ftconv</em></span>.
</p>
<p>
<span class="emphasis"><em>iirlen</em></span>
(optional) -- total length of impulse response, in sample frames.
The default is to use all table data (not including the guard point).
</p>
<p>
<span class="emphasis"><em>iskipinit</em></span>
(optional, defaults to zero) -- if set to any non-zero value, skip
initialization whenever possible without causing an error.
</p>
</div>
<div class="refsect1">
<a id="idm47161628450784"></a>
<h2>Performance</h2>
<p>
<span class="emphasis"><em>ain</em></span>
-- input signal.
</p>
<p>
<span class="emphasis"><em>a1 ... a8</em></span>
-- output signal(s).
</p>
</div>
<div class="refsect1">
<a id="idm47161628448320"></a>
<h2>Example</h2>
<p>
Here is an example of the ftconv opcode. It uses the file <a class="ulink" href="examples/ftconv.csd" target="_top"><em class="citetitle">ftconv.csd</em></a>.
</p>
<div class="example">
<a id="idm47161628446464"></a>
<p class="title">
<strong>Example 345. Example of the ftconv opcode.</strong>
</p>
<div class="example-contents">
<p>See the sections <a class="link" href="UsingRealTime.html" title="Real-Time Audio"><em class="citetitle">Real-time Audio</em></a> and <a class="link" href="CommandFlags.html" title="Csound command line"><em class="citetitle">Command Line Flags</em></a> for more information on using command line flags.</p>
<div class="refsect1">
<a id="idm47161483958512"></a>
<pre class="programlisting">
<span class="csdtag"><CsoundSynthesizer></span>
<span class="csdtag"><CsOptions></span>
<span class="comment">; Select audio/midi flags here according to platform</span>
<span class="comment">; Audio out Audio in</span>
-odac -iadc <span class="comment">;;;RT audio I/O</span>
<span class="comment">; For Non-realtime ouput leave only the line below:</span>
<span class="comment">; -o ftconv.wav -W ;;; for file output any platform</span>
<span class="csdtag"></CsOptions></span>
<span class="csdtag"><CsInstruments></span>
<span class="ohdr">sr</span> <span class="op">=</span> 48000
<span class="ohdr">ksmps</span> <span class="op">=</span> 32
<span class="ohdr">nchnls</span> <span class="op">=</span> 2
<span class="ohdr">0dbfs</span> <span class="op">=</span> 1
garvb <span class="opc">init</span> 0
gaW <span class="opc">init</span> 0
gaX <span class="opc">init</span> 0
gaY <span class="opc">init</span> 0
itmp <span class="ohdr">ftgen</span> 1, 0, 64, <span class="op">-</span>2, 2, 40, <span class="op">-</span>1, <span class="op">-</span>1, <span class="op">-</span>1, 123, \
1, 13.000, 0.05, 0.85, 20000.0, 0.0, 0.50, 2, \
1, 2.000, 0.05, 0.85, 20000.0, 0.0, 0.25, 2, \
1, 16.000, 0.05, 0.85, 20000.0, 0.0, 0.35, 2, \
1, 9.000, 0.05, 0.85, 20000.0, 0.0, 0.35, 2, \
1, 12.000, 0.05, 0.85, 20000.0, 0.0, 0.35, 2, \
1, 8.000, 0.05, 0.85, 20000.0, 0.0, 0.35, 2
itmp <span class="ohdr">ftgen</span> 2, 0, 262144, <span class="op">-</span>2, 0
<span class="opc">spat3dt</span> 2, <span class="op">-</span>0.2, 1, 0, 1, 1, 2, 0.005
itmp <span class="ohdr">ftgen</span> 3, 0, 262144, <span class="op">-</span>52, 3, 2, 0, 4, 2, 1, 4, 2, 2, 4
<span class="oblock">instr</span> 1
a1 <span class="opc">vco2</span> 1, 440, 10
kfrq <span class="opc">port</span> 100, 0.008, 20000
a1 <span class="opc">butterlp</span> a1, kfrq
a2 <span class="opc">linseg</span> 0, 0.003, 1, 0.01, 0.7, 0.005, 0, 1, 0
a1 <span class="op">=</span> a1 <span class="op">*</span> a2 <span class="op">*</span> 2
<span class="opc">denorm</span> a1
<span class="opc">vincr</span> garvb, a1
aw, ax, ay, az <span class="opc">spat3di</span> a1, p4, p5, p6, 1, 1, 2
<span class="opc">vincr</span> gaW, aw
<span class="opc">vincr</span> gaX, ax
<span class="opc">vincr</span> gaY, ay
<span class="oblock">endin</span>
<span class="oblock">instr</span> 2
<span class="opc">denorm</span> garvb
<span class="comment">; skip as many samples as possible without truncating the IR</span>
arW, arX, arY <span class="opc">ftconv</span> garvb, 3, 2048, 2048, (65536 <span class="op">-</span> 2048)
aW <span class="op">=</span> gaW <span class="op">+</span> arW
aX <span class="op">=</span> gaX <span class="op">+</span> arX
aY <span class="op">=</span> gaY <span class="op">+</span> arY
garvb <span class="op">=</span> 0
gaW <span class="op">=</span> 0
gaX <span class="op">=</span> 0
gaY <span class="op">=</span> 0
aWre, aWim <span class="opc">hilbert</span> aW
aXre, aXim <span class="opc">hilbert</span> aX
aYre, aYim <span class="opc">hilbert</span> aY
aWXr <span class="op">=</span> 0.0928<span class="op">*</span>aXre <span class="op">+</span> 0.4699<span class="op">*</span>aWre
aWXiYr <span class="op">=</span> 0.2550<span class="op">*</span>aXim <span class="op">-</span> 0.1710<span class="op">*</span>aWim <span class="op">+</span> 0.3277<span class="op">*</span>aYre
aL <span class="op">=</span> aWXr <span class="op">+</span> aWXiYr
aR <span class="op">=</span> aWXr <span class="op">-</span> aWXiYr
<span class="opc">outs</span> aL, aR
<span class="oblock">endin</span>
<span class="csdtag"></CsInstruments></span>
<span class="csdtag"><CsScore></span>
<span class="stamnt">i</span> 1 0 0.5 0.0 2.0 -0.8
<span class="stamnt">i</span> 1 1 0.5 1.4 1.4 -0.6
<span class="stamnt">i</span> 1 2 0.5 2.0 0.0 -0.4
<span class="stamnt">i</span> 1 3 0.5 1.4 -1.4 -0.2
<span class="stamnt">i</span> 1 4 0.5 0.0 -2.0 0.0
<span class="stamnt">i</span> 1 5 0.5 -1.4 -1.4 0.2
<span class="stamnt">i</span> 1 6 0.5 -2.0 0.0 0.4
<span class="stamnt">i</span> 1 7 0.5 -1.4 1.4 0.6
<span class="stamnt">i</span> 1 8 0.5 0.0 2.0 0.8
<span class="stamnt">i</span> 2 0 10
<span class="stamnt">e</span>
<span class="csdtag"></CsScore></span>
<span class="csdtag"></CsoundSynthesizer></span>
</pre>
</div>
</div>
</div>
<p><br class="example-break" />
</p>
</div>
<div class="refsect1">
<a id="idm47161628442176"></a>
<h2>See also</h2>
<p>
<a class="link" href="pconvolve.html" title="pconvolve"><em class="citetitle">pconvolve</em></a>,
<a class="link" href="convolve.html" title="convolve"><em class="citetitle">convolve</em></a>,
<a class="link" href="dconv.html" title="dconv"><em class="citetitle">dconv</em></a>.
</p>
</div>
<div class="refsect1">
<a id="idm47161628438176"></a>
<h2>Credits</h2>
<p>
</p>
<table border="0" summary="Simple list" class="simplelist">
<tr>
<td>Author: Istvan Varga</td>
</tr>
<tr>
<td>2005</td>
</tr>
</table>
<p>
</p>
</div>
</div>
<div class="navfooter">
<hr />
<table width="100%" summary="Navigation footer">
<tr>
<td width="40%" align="left"><a accesskey="p" href="ftchnls.html">Prev</a> </td>
<td width="20%" align="center">
<a accesskey="u" href="OpcodesTop.html">Up</a>
</td>
<td width="40%" align="right"> <a accesskey="n" href="ftcps.html">Next</a></td>
</tr>
<tr>
<td width="40%" align="left" valign="top">ftchnls </td>
<td width="20%" align="center">
<a accesskey="h" href="index.html">Home</a>
</td>
<td width="40%" align="right" valign="top"> ftcps</td>
</tr>
</table>
</div>
</body>
</html>
|
app/v6/views/v15/pages/online_licence_rename.html
|
christinagyles-ea/water
|
{% extends "../layout.html" %}
{% block content %}
<main id="content" role="main">
<div class="phase-banner-alpha">
<p>
<strong class="phase-tag">BETA</strong>
<span>This is an BETA prototype, details may be missing whilst we build the service. Your feedback will help us improve this service.</span>
</p>
</div>
{% from "custom_inc/waterdata-severn.html" import permits %}
{% for pNumber, pData in permits %}
{% if pNumber==chosenPermitID %}
<div class="big-space">
<!-- breadcrumbs -->
<nav id="navigate">
<div class="breadcrumbs" id="breadcrumbs">
<ol role="breadcrumbs">
<li><a href="/v15/pages/licences">Your licences</a></li>
<li><a href="">Licence number: {{ pData.LicenceSerialNo }}</a></li>
</ol>
</div>
<!-- manage controls -->
<div class="manage" id="manage">
<div class="right">
<a href="/v12_2/change_password/new_password.html" class="change-password">Change password</a>
<a href="/v12_2/pages/signin" class="sign-out">Sign out</a>
</div>
</div>
</nav>
</div>
<!-- page title -->
{% if pData.LicenceName %}
<h1 class="heading-large">{{ pData.LicenceName }}</h1>
{% else %}
<h1 class="heading-large">Licence number {{ pData.LicenceSerialNo }}</h1>
{% endif %}
<!-- rename licence form -->
<div class="form--well ">
<label for="name" class="">
<span class="form-label-bold">Licence name</span>
</label>
<input minlength="2" maxlength="32" style="background: #fff" type="text" class="form-control " id="name" name="name" value="">
<p></p>
<a class="button" href="/v15/pages/online_licence?wid={{ query.wid }}" role="button" style="margin-bottom:20px;">
Save
</a>
<p class="form-cancel">
<a href="#" onclick="history.go(-1)">
Cancel
</a>
</p>
</div>
<div class="datatable datahead">
<label>Start date</label>
<div class="licenceAnswerv7">
{{ pData.EffectiveDateStart }}
</div>
</div>
<div class="datatable">
<label>End date</label>
<div class="licenceAnswerv7">
{{ pData.EffectiveDateEnd }}
</div>
</div>
<div class="datatable">
<label>Licence name</label>
<div class="licenceAnswerv7">
{% if pData.LicenceName %}
{{ pData.LicenceName }}</br>
<a href="/v15/pages/online_licence_rename?wid=1">Rename this licence</a>
{% else %}
<!-- <span>No name chosen</span></br> -->
<a href="/v12_2/online_licence/rename/online_licence_rename?wid=1">Name this licence</a>
{% endif %}
</div>
</div>
<div class="datatable">
<label>Licence holder</label>
<div class="licenceAnswerv7">
{{ pData.FirstName }} {{ pData.Surname }}</br>
<a href="/v12_2/pages/contact_details?wid={{ pNumber }}">View licence contact details</a></div>
</div>
<div class="datatable">
<label>Source of supply</label>
<div class="licenceAnswerv7">{{ pData.Source}}</div>
</div>
<div class="datatable">
<label>Period of abstraction</label>
<div class="licenceAnswerv7">{{ pData.PeriodofAbstraction }}</div>
</div>
<div class="datatable">
<label>Point of abstraction</label>
<div class="licenceAnswerv7">
{{ pData.Pointofabstraction }}
</div>
</div>
<div class="datatable">
<label>Purpose of abstraction</label>
<div class="licenceAnswerv7">
{{ pData.purpose1 }}</br>
{% if pData.purpose2 %}
{{ pData.purpose2 }}</br>
{% endif %}
{% if pData.purpose3 %}
{{ pData.purpose3 }}</br>
{% endif %}
{% if pData.purpose4 %}
{{ pData.purpose4 }}</br>
{% endif %}
{% if pData.purpose5 %}
{{ pData.purpose5 }}</br>
{% endif %}
<a href="/v15/pages/points_purposes/tabbed_points?wid=1">View details of abstraction purposes</a>
</div>
<div class="datatable">
<label>Abstraction conditions</label>
<div class="licenceAnswerv7">
{{ pData.condition1 }}</br>
{% if pData.condition2 %}
{{ pData.condition2 }}</br>
{% endif %}
{% if pData.condition3 %}
{{ pData.condition3 }}</br>
{% endif %}
{% if pData.condition4 %}
{{ pData.condition4 }}</br>
{% endif %}
{% if pData.condition5 %}
{{ pData.condition5 }}</br>
{% endif %}
<a href="/v15/conditions?wid=1">View details of abstraction conditions</a>
</div>
</div>
<div class="datatable">
<label>Abstraction amounts</label>
<div class="licenceAnswerv7">
{{ pData.amount1 }}</br>
{% if pData.amount2 %}
{{ pData.amount2 }}</br>
{% endif %}
{% if pData.amount3 %}
{{ pData.amount3 }}</br>
{% endif %}
{% if pData.amount4 %}
{{ pData.amount4 }}</br>
{% endif %}
{% if pData.amount5 %}
{{ pData.amount5 }}</br>
{% endif %}
<a href="/v15/pages/points_purposes/tabbed_points?wid=1">View details of amounts</a>
</div>
<br>
<br>
{% endif %}
{% endfor %}
</main>
{% endblock %}
|
keyref/TestCompleteGenericMasterFunctionsCaptureObjectDataToFile.html
|
kid551/safsdev.test.github.io
|
<DIV NAME="detail" ID="detail" xmlns="http://www.w3.org/TR/REC-html40"><H3><A NAME='detail_CaptureObjectDataToFile'></A>TestComplete GenericMasterFunctions::<BIG>CaptureObjectDataToFile</BIG>
</H3> <TABLE><TR>
<TD class="borderStyle"><SPAN CLASS='Support' TITLE='SmartBear Test Complete'>TC</SPAN></TD>
</TR></TABLE>
<DIV NAME="list" ID="short_desc"><short_desc xmlns="">
Copy the current contents of an object's data to a file.
</short_desc></DIV>
<BR/>
<DIV NAME="list" ID="detail_desc"><detailed_desc xmlns="">
Only an object that Robot can perform an ObjectData VP
on can use this command. By default, the files will be
stored in the active "Test" directory. If you specify a
relative path, the path will be relative to the project
directory. The directory for a full or relative path
must already exist.
</detailed_desc><BR/>
</DIV>
<BR/>
<DIV NAME="list" ID="other">
<p><B>Fields: </B><SMALL>[ ]=Optional with Default Value</SMALL></p>
<code class="safs">
<OL start="5" ><LI>
<B>File</B>
<BR/>
<DIV NAME="list" ID="short_desc"><short_desc xmlns="">
The name of the file used to store the object data.
</short_desc></DIV>
<BR/>
<DIV NAME="list" ID="detail_desc"><detailed_desc xmlns="">
The name of the file used to store the object data.
By default, the files will be
stored in the active "Test" directory. If you specify a
relative path, the path will be relative to the project
directory. The directory for a full or relative path
must already exist.
</detailed_desc><BR/>
</DIV>
</LI>
<LI>[ <B>FileEncoding</B> = ]<BR/>
<DIV NAME="list" ID="short_desc"><short_desc xmlns="">
Specify a character encoding to be used when saving data to a file.
If it is not specified, the system default file encoding will be used.
The encoding should be a valid string supported by Java; if it is not valid,
the system default file encoding will be used instead.
</short_desc></DIV>
<BR/>
<DIV NAME="list" ID="detail_desc"/>
</LI>
<LI>[ <B>FilterMode</B> = ]<BR/>
<DIV NAME="list" ID="short_desc"><short_desc xmlns="">
(Future) Specify a file filter to use to process the text before comparison.
</short_desc></DIV>
<BR/>
<DIV NAME="list" ID="detail_desc"/>
</LI>
<LI>[ <B>FilterOptions</B> = ]<BR/>
<DIV NAME="list" ID="short_desc"><short_desc xmlns="">
(Future) Specify filter options to use with the file filter.
</short_desc></DIV>
<BR/>
<DIV NAME="list" ID="detail_desc"/>
</LI></OL ></code>
<br/>
<p><B>Examples:</B></p>
<code class="safs"><UL>
<LI>
<B><usage xmlns="">T, Browser, HTMLTable, CaptureObjectDataToFile, aFilename.ext, , "", ""</usage></B>
<BR/><DIV NAME="list" ID="short_desc"><short_desc xmlns="">
Capture the HTMLTable object data contents to a file.
</short_desc></DIV>
<BR/>
<DIV NAME="list" ID="detail_desc"><detailed_desc xmlns="">
Capture the HTMLTable object data contents to the
Datapool\Test\aFilename.ext file.<br>
Note the unused reserved fields for FileFilter and FilterOptions.
</detailed_desc><BR/>
</DIV>
</LI>
<LI>
<B><usage xmlns="">T, Browser, HTMLTable, CaptureObjectDataToFile, myDirectory\aFilename.ext, , "", ""</usage></B>
<BR/><DIV NAME="list" ID="short_desc"><short_desc xmlns="">
Capture the HTMLTable object data contents to a file.
</short_desc></DIV>
<BR/>
<DIV NAME="list" ID="detail_desc"><detailed_desc xmlns="">
Capture the HTMLTable object data contents to the
[project]\myDirectory\aFilename.ext file.<br>
Note the unused reserved fields for FileFilter and FilterOptions.
</detailed_desc><BR/>
</DIV>
</LI>
<LI>
<B><usage xmlns="">T, Browser, HTMLTable, CaptureObjectDataToFile, tableContent.ext</usage></B>
<BR/><DIV NAME="list" ID="short_desc"><short_desc xmlns="">
Capture the HTMLTable object data contents to a file.
</short_desc></DIV>
<BR/>
<DIV NAME="list" ID="detail_desc"><detailed_desc xmlns="">
Capture the HTMLTable object data contents,
save it to file tableContent.ext by the system default file encoding.
</detailed_desc><BR/>
</DIV>
</LI>
<LI>
<B><usage xmlns="">T, Browser, HTMLTable, CaptureObjectDataToFile, tableContent.ext, "UTF-8"</usage></B>
<BR/><DIV NAME="list" ID="short_desc"><short_desc xmlns="">
Capture the HTMLTable object data contents to a file.
</short_desc></DIV>
<BR/>
<DIV NAME="list" ID="detail_desc"><detailed_desc xmlns="">
Capture the HTMLTable object data contents,
save it to file tableContent.ext by UTF-8 encoding.
</detailed_desc><BR/>
</DIV>
</LI>
</UL>
</code>
<br/>
<A href="SAFSReferenceKey.htm" alt="Reference Legend or Key">
<SMALL><B>[How To Read This Reference]</B></SMALL>
</A>
<HR/>
</DIV>
</DIV>
|
people/5h2h0uj0.html
|
slowe/panelshows
|
<html>
<head>
<title>David Napley's panel show appearances</title>
<script type="text/javascript" src="../common.js"></script>
<link rel="stylesheet" media="all" href="../style.css" type="text/css"/>
<script type="text/javascript" src="../people.js"></script>
<!--#include virtual="head.txt" -->
</head>
<body>
<!--#include virtual="nav.txt" -->
<div class="page">
<h1>David Napley's panel show appearances</h1>
<p>David Napley (born 1915-07-25<sup><a href="https://en.wikipedia.org/wiki/David_Napley">[ref]</a></sup>) has appeared in <span class="total">1</span> episodes between 1981-1981. <a href="https://en.wikipedia.org/wiki/David_Napley">David Napley on Wikipedia</a>.</p>
<div class="performerholder">
<table class="performer">
<tr style="vertical-align:bottom;">
<td><div style="height:100px;" class="performances male" title="1"></div><span class="year">1981</span></td>
</tr>
</table>
</div>
<ol class="episodes">
<li><strong>1981-02-05</strong> / <a href="../shows/question-time.html">Question Time</a></li>
</ol>
</div>
</body>
</html>
|
english/menu.css
|
AlexanderJones/HackJustice-Website
|
body {
background: url(../images/refugee_pic.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
div.white_overlay {
width: 60%;
height: 75%;
align: "middle";
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
opacity:0.7;
background-color: white;
z-index:-5;
}
button {
height: 50px;
width: 600px;
border-radius: 4px;
background-color: #4CAF50; /* Green */
border: none;
color: white;
padding: 16px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
-webkit-transition-duration: 0.4s; /* Safari */
transition-duration: 0.4s;
cursor: pointer;
background-color: white;
color: black;
border: 2px solid #F78F1E;
}
button:hover {
background-color: #F78F1E;
color: white;
}
/**/
#menu_heading {
position: absolute;
top: 19%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
color: #000;
z-index:1;
font-size:48px;
}
#button_review {
position: absolute;
top: 25%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
color: #000;
z-index:1;
}
#button_saved {
position: absolute;
top: 35%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
color: #000;
z-index:1;
}
#button_change {
position: absolute;
top: 45%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
color: #000;
z-index:1;
}
#button_progress {
position: absolute;
top: 55%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
color: #000;
z-index:1;
}
#button_review {
position: absolute;
top: 65%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
color: #000;
z-index:1;
}
#button_logout {
position: absolute;
top: 75%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
color: #000;
z-index:1;
}
#index_logo {
position: absolute;
top: 93%;
left: 93%;
transform: translateX(-50%) translateY(-50%);
color: #000;
z-index:1;
}
|
_layouts/project.html
|
spieswl/spieswl.github.io
|
---
layout: main
---
<div class="project">
<div class="project-meta">
<div class="project-date">{{ page.date | date: "%B %d, %Y" }}</div>
<h3 class="project-title">{{ page.title }}</h3>
</div>
{{ content }}
</div>
|
org.jpat.scuba.external.slf4j/slf4j-1.7.26/site/xref/org/slf4j/event/package-summary.html
|
JPAT-ROSEMARY/SCUBA
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
<html xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>SLF4J 1.7.26 Reference Package org.slf4j.event</title>
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="style" />
</head>
<body>
<div class="overview">
<ul>
<li>
<a href="../../../overview-summary.html">Overview</a>
</li>
<li class="selected">Package</li>
</ul>
</div>
<div class="framenoframe">
<ul>
<li>
<a href="../../../index.html" target="_top">FRAMES</a>
</li>
<li>
<a href="package-summary.html" target="_top">NO FRAMES</a>
</li>
</ul>
</div>
<h2>Package org.slf4j.event</h2>
<table class="summary">
<thead>
<tr>
<th>Class Summary</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<a href="EventConstants.html" target="classFrame">EventConstants</a>
</td>
</tr>
<tr>
<td>
<a href="EventRecodingLogger.html" target="classFrame">EventRecodingLogger</a>
</td>
</tr>
<tr>
<td>
<a href="Level.html" target="classFrame">Level</a>
</td>
</tr>
<tr>
<td>
<a href="LoggingEvent.html" target="classFrame">LoggingEvent</a>
</td>
</tr>
<tr>
<td>
<a href="SubstituteLoggingEvent.html" target="classFrame">SubstituteLoggingEvent</a>
</td>
</tr>
</tbody>
</table>
<div class="overview">
<ul>
<li>
<a href="../../../overview-summary.html">Overview</a>
</li>
<li class="selected">Package</li>
</ul>
</div>
<div class="framenoframe">
<ul>
<li>
<a href="../../../index.html" target="_top">FRAMES</a>
</li>
<li>
<a href="package-summary.html" target="_top">NO FRAMES</a>
</li>
</ul>
</div>
<hr />
Copyright © 2005-2019 QOS.ch. All Rights Reserved.
</body>
</html>
|
pyfsw/static/css/style.css
|
diath/pyfsw
|
/*
The default style.
*/
body {
cursor: default !important;
padding-top: 20px !important;
font-size: 12px !important;
font-family: 'DejaVu Sans', 'Verdana', sans-serif !important;
background: url('/static/img/background.png') no-repeat top center #272B30;
background-attachment: fixed;
}
a {
font-weight: bold;
text-decoration: none !important;
}
a:hover {
text-decoration: underline !important;
}
.logo {
margin-bottom: 15px;
text-align: center;
}
.right {
text-align: right;
}
.middle {
text-align: center;
}
.emblem {
max-width: 128px;
max-height: 128px;
}
.outfit {
top: -16px;
text-align: right;
position: relative;
z-index: 100;
}
.outfit2 {
top: -16px;
left: -16px;
text-align: right;
margin-top: 16px;
position: relative;
z-index: 100;
}
.progress-bar-custom {
background-color: #5E58AF;
}
.tab-content {
margin-top: 25px;
}
/*
Progress bars with centered text
http://stackoverflow.com/questions/12937470/twitter-bootstrap-center-text-on-progress-bar
*/
.progress {
position: relative;
}
.progress span {
position: absolute;
display: block;
width: 100%;
}
/*
Defined button sizes to allow an alternative to inline css.
*/
.btn-custom-tiny {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
width: 45px;
}
.btn-custom-xsmall {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
width: 55px;
}
.btn-custom-small {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
width: 65px;
}
.btn-custom-medium {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
width: 75px;
}
.btn-custom-large {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
width: 85px;
}
.btn-custom-xlarge {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
width: 95px;
}
.btn-custom-huge {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
width: 105px;
}
/*
Change the max width of a popover so it doesn't wrap.
*/
.popover {
max-width: 100%;
}
|
index.html
|
LostCrew/emanuele
|
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Emanuele</title>
<meta name="description" content="Emanuele">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='http://fonts.googleapis.com/css?family=Roboto:100' rel='stylesheet' type='text/css'>
<link href="normalize.css" rel="stylesheet">
<link href="main.css" rel="stylesheet">
</head>
<body>
<a href="mailto:emanuele@lostcrew.it">Emanuele</a>
</body>
</html>
|
stakes-jekyll/doc/test-unit-3.3.0/rdoc/Test/Unit/Data/ClassMethods/Loader.html
|
Celyagd/celyagd.github.io
|
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>class Test::Unit::Data::ClassMethods::Loader - test-unit-3.3.0 Documentation</title>
<script type="text/javascript">
var rdoc_rel_prefix = "../../../../";
</script>
<script src="../../../../js/jquery.js"></script>
<script src="../../../../js/darkfish.js"></script>
<link href="../../../../css/fonts.css" rel="stylesheet">
<link href="../../../../css/rdoc.css" rel="stylesheet">
<body id="top" role="document" class="class">
<nav role="navigation">
<div id="project-navigation">
<div id="home-section" role="region" title="Quick navigation" class="nav-section">
<h2>
<a href="../../../../index.html" rel="home">Home</a>
</h2>
<div id="table-of-contents-navigation">
<a href="../../../../table_of_contents.html#pages">Pages</a>
<a href="../../../../table_of_contents.html#classes">Classes</a>
<a href="../../../../table_of_contents.html#methods">Methods</a>
</div>
</div>
<div id="search-section" role="search" class="project-section initially-hidden">
<form action="#" method="get" accept-charset="utf-8">
<div id="search-field-wrapper">
<input id="search-field" role="combobox" aria-label="Search"
aria-autocomplete="list" aria-controls="search-results"
type="text" name="search" placeholder="Search" spellcheck="false"
title="Type to search, Up and Down to navigate, Enter to load">
</div>
<ul id="search-results" aria-label="Search Results"
aria-busy="false" aria-expanded="false"
aria-atomic="false" class="initially-hidden"></ul>
</form>
</div>
</div>
<div id="class-metadata">
<div id="parent-class-section" class="nav-section">
<h3>Parent</h3>
<p class="link"><a href="../../../../Object.html">Object</a>
</div>
<!-- Method Quickref -->
<div id="method-list-section" class="nav-section">
<h3>Methods</h3>
<ul class="link-list" role="directory">
<li ><a href="#method-c-new">::new</a>
<li ><a href="#method-i-load">#load</a>
<li ><a href="#method-i-load_csv">#load_csv</a>
<li ><a href="#method-i-load_tsv">#load_tsv</a>
<li ><a href="#method-i-normalize_value">#normalize_value</a>
<li ><a href="#method-i-set_test_data">#set_test_data</a>
</ul>
</div>
</div>
</nav>
<main role="main" aria-labelledby="class-Test::Unit::Data::ClassMethods::Loader">
<h1 id="class-Test::Unit::Data::ClassMethods::Loader" class="class">
class Test::Unit::Data::ClassMethods::Loader
</h1>
<section class="description">
</section>
<section id="5Buntitled-5D" class="documentation-section">
<section id="public-class-5Buntitled-5D-method-details" class="method-section">
<header>
<h3>Public Class Methods</h3>
</header>
<div id="method-c-new" class="method-detail ">
<div class="method-heading">
<span class="method-name">new</span><span
class="method-args">(test_case)</span>
<span class="method-click-advice">click to toggle source</span>
</div>
<div class="method-description">
<p>@api private</p>
<div class="method-source-code" id="new-source">
<pre><span class="ruby-comment"># File lib/test/unit/data.rb, line 206</span>
<span class="ruby-keyword">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">test_case</span>)
<span class="ruby-ivar">@test_case</span> = <span class="ruby-identifier">test_case</span>
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
</section>
<section id="public-instance-5Buntitled-5D-method-details" class="method-section">
<header>
<h3>Public Instance Methods</h3>
</header>
<div id="method-i-load" class="method-detail ">
<div class="method-heading">
<span class="method-name">load</span><span
class="method-args">(file_name)</span>
<span class="method-click-advice">click to toggle source</span>
</div>
<div class="method-description">
<p>Load data from file.</p>
<p>@param [String] file_name full path to test data file.</p>
<pre>File format is automatically detected from filename extension.</pre>
<p>@raise [ArgumentError] if <code>file_name</code> is not supported file
format. @see <a href="Loader.html#method-i-load_csv">load_csv</a> @see <a
href="Loader.html#method-i-load_tsv">load_tsv</a> @api private</p>
<div class="method-source-code" id="load-source">
<pre><span class="ruby-comment"># File lib/test/unit/data.rb, line 218</span>
<span class="ruby-keyword">def</span> <span class="ruby-identifier">load</span>(<span class="ruby-identifier">file_name</span>)
<span class="ruby-keyword">case</span> <span class="ruby-constant">File</span>.<span class="ruby-identifier">extname</span>(<span class="ruby-identifier">file_name</span>).<span class="ruby-identifier">downcase</span>
<span class="ruby-keyword">when</span> <span class="ruby-string">".csv"</span>
<span class="ruby-identifier">load_csv</span>(<span class="ruby-identifier">file_name</span>)
<span class="ruby-keyword">when</span> <span class="ruby-string">".tsv"</span>
<span class="ruby-identifier">load_tsv</span>(<span class="ruby-identifier">file_name</span>)
<span class="ruby-keyword">else</span>
<span class="ruby-identifier">raise</span> <span class="ruby-constant">ArgumentError</span>, <span class="ruby-node">"unsupported file format: <#{file_name}>"</span>
<span class="ruby-keyword">end</span>
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
<div id="method-i-load_csv" class="method-detail ">
<div class="method-heading">
<span class="method-name">load_csv</span><span
class="method-args">(file_name)</span>
<span class="method-click-advice">click to toggle source</span>
</div>
<div class="method-description">
<p>Load data from CSV file.</p>
<p>There are 2 types of CSV file as following examples. First, there is a
header on first row and it's first column is “label”. Another, there is
no header in the file.</p>
<p>@example Load data from CSV file with header</p>
<pre class="ruby"><span class="ruby-comment"># test-data.csv:</span>
<span class="ruby-comment"># label,expected,target</span>
<span class="ruby-comment"># empty string,true,""</span>
<span class="ruby-comment"># plain string,false,hello</span>
<span class="ruby-comment">#</span>
<span class="ruby-identifier">load_data</span>(<span class="ruby-string">"/path/to/test-data.csv"</span>)
<span class="ruby-keyword">def</span> <span class="ruby-identifier">test_empty?</span>(<span class="ruby-identifier">data</span>)
<span class="ruby-identifier">assert_equal</span>(<span class="ruby-identifier">data</span>[<span class="ruby-string">"expected"</span>], <span class="ruby-identifier">data</span>[<span class="ruby-string">"target"</span>].<span class="ruby-identifier">empty?</span>)
<span class="ruby-keyword">end</span>
</pre>
<p>@example Load data from CSV file without header</p>
<pre class="ruby"><span class="ruby-comment"># test-data-without-header.csv:</span>
<span class="ruby-comment"># empty string,true,""</span>
<span class="ruby-comment"># plain string,false,hello</span>
<span class="ruby-comment">#</span>
<span class="ruby-identifier">load_data</span>(<span class="ruby-string">"/path/to/test-data-without-header.csv"</span>)
<span class="ruby-keyword">def</span> <span class="ruby-identifier">test_empty?</span>(<span class="ruby-identifier">data</span>)
<span class="ruby-identifier">expected</span>, <span class="ruby-identifier">target</span> = <span class="ruby-identifier">data</span>
<span class="ruby-identifier">assert_equal</span>(<span class="ruby-identifier">expected</span>, <span class="ruby-identifier">target</span>.<span class="ruby-identifier">empty?</span>)
<span class="ruby-keyword">end</span>
</pre>
<p>@api private</p>
<div class="method-source-code" id="load_csv-source">
<pre><span class="ruby-comment"># File lib/test/unit/data.rb, line 258</span>
<span class="ruby-keyword">def</span> <span class="ruby-identifier">load_csv</span>(<span class="ruby-identifier">file_name</span>)
<span class="ruby-identifier">require</span> <span class="ruby-string">'csv'</span>
<span class="ruby-identifier">first_row</span> = <span class="ruby-keyword">true</span>
<span class="ruby-identifier">header</span> = <span class="ruby-keyword">nil</span>
<span class="ruby-constant">CSV</span>.<span class="ruby-identifier">foreach</span>(<span class="ruby-identifier">file_name</span>) <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">row</span><span class="ruby-operator">|</span>
<span class="ruby-keyword">if</span> <span class="ruby-identifier">first_row</span>
<span class="ruby-identifier">first_row</span> = <span class="ruby-keyword">false</span>
<span class="ruby-keyword">if</span> <span class="ruby-identifier">row</span>.<span class="ruby-identifier">first</span> <span class="ruby-operator">==</span> <span class="ruby-string">"label"</span>
<span class="ruby-identifier">header</span> = <span class="ruby-identifier">row</span>[<span class="ruby-value">1</span><span class="ruby-operator">..</span><span class="ruby-value">-1</span>]
<span class="ruby-keyword">next</span>
<span class="ruby-keyword">end</span>
<span class="ruby-keyword">end</span>
<span class="ruby-identifier">set_test_data</span>(<span class="ruby-identifier">header</span>, <span class="ruby-identifier">row</span>)
<span class="ruby-keyword">end</span>
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
<div id="method-i-load_tsv" class="method-detail ">
<div class="method-heading">
<span class="method-name">load_tsv</span><span
class="method-args">(file_name)</span>
<span class="method-click-advice">click to toggle source</span>
</div>
<div class="method-description">
<p>Load data from TSV file.</p>
<p>There are 2 types of TSV file as following examples. First, there is a
header on first row and it's first column is “label”. Another, there is
no header in the file.</p>
<p>@example Load data from TSV file with header</p>
<pre class="ruby"><span class="ruby-comment"># test-data.tsv:</span>
<span class="ruby-comment"># label expected target</span>
<span class="ruby-comment"># empty string true ""</span>
<span class="ruby-comment"># plain string false hello</span>
<span class="ruby-comment">#</span>
<span class="ruby-identifier">load_data</span>(<span class="ruby-string">"/path/to/test-data.tsv"</span>)
<span class="ruby-keyword">def</span> <span class="ruby-identifier">test_empty?</span>(<span class="ruby-identifier">data</span>)
<span class="ruby-identifier">assert_equal</span>(<span class="ruby-identifier">data</span>[<span class="ruby-string">"expected"</span>], <span class="ruby-identifier">data</span>[<span class="ruby-string">"target"</span>].<span class="ruby-identifier">empty?</span>)
<span class="ruby-keyword">end</span>
</pre>
<p>@example Load data from TSV file without header</p>
<pre class="ruby"><span class="ruby-comment"># test-data-without-header.tsv:</span>
<span class="ruby-comment"># empty string true ""</span>
<span class="ruby-comment"># plain string false hello</span>
<span class="ruby-comment">#</span>
<span class="ruby-identifier">load_data</span>(<span class="ruby-string">"/path/to/test-data-without-header.tsv"</span>)
<span class="ruby-keyword">def</span> <span class="ruby-identifier">test_empty?</span>(<span class="ruby-identifier">data</span>)
<span class="ruby-identifier">expected</span>, <span class="ruby-identifier">target</span> = <span class="ruby-identifier">data</span>
<span class="ruby-identifier">assert_equal</span>(<span class="ruby-identifier">expected</span>, <span class="ruby-identifier">target</span>.<span class="ruby-identifier">empty?</span>)
<span class="ruby-keyword">end</span>
</pre>
<p>@api private</p>
<div class="method-source-code" id="load_tsv-source">
<pre><span class="ruby-comment"># File lib/test/unit/data.rb, line 304</span>
<span class="ruby-keyword">def</span> <span class="ruby-identifier">load_tsv</span>(<span class="ruby-identifier">file_name</span>)
<span class="ruby-identifier">require</span> <span class="ruby-string">"csv"</span>
<span class="ruby-keyword">if</span> <span class="ruby-constant">CSV</span>.<span class="ruby-identifier">const_defined?</span>(<span class="ruby-value">:VERSION</span>)
<span class="ruby-identifier">first_row</span> = <span class="ruby-keyword">true</span>
<span class="ruby-identifier">header</span> = <span class="ruby-keyword">nil</span>
<span class="ruby-constant">CSV</span>.<span class="ruby-identifier">foreach</span>(<span class="ruby-identifier">file_name</span>, <span class="ruby-value">:col_sep</span> =<span class="ruby-operator">></span> <span class="ruby-string">"\t"</span>) <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">row</span><span class="ruby-operator">|</span>
<span class="ruby-keyword">if</span> <span class="ruby-identifier">first_row</span>
<span class="ruby-identifier">first_row</span> = <span class="ruby-keyword">false</span>
<span class="ruby-keyword">if</span> <span class="ruby-identifier">row</span>.<span class="ruby-identifier">first</span> <span class="ruby-operator">==</span> <span class="ruby-string">"label"</span>
<span class="ruby-identifier">header</span> = <span class="ruby-identifier">row</span>[<span class="ruby-value">1</span><span class="ruby-operator">..</span><span class="ruby-value">-1</span>]
<span class="ruby-keyword">next</span>
<span class="ruby-keyword">end</span>
<span class="ruby-keyword">end</span>
<span class="ruby-identifier">set_test_data</span>(<span class="ruby-identifier">header</span>, <span class="ruby-identifier">row</span>)
<span class="ruby-keyword">end</span>
<span class="ruby-keyword">else</span>
<span class="ruby-comment"># for old CSV library</span>
<span class="ruby-identifier">first_row</span> = <span class="ruby-keyword">true</span>
<span class="ruby-identifier">header</span> = <span class="ruby-keyword">nil</span>
<span class="ruby-constant">CSV</span>.<span class="ruby-identifier">open</span>(<span class="ruby-identifier">file_name</span>, <span class="ruby-string">"r"</span>, <span class="ruby-string">"\t"</span>) <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">row</span><span class="ruby-operator">|</span>
<span class="ruby-keyword">if</span> <span class="ruby-identifier">first_row</span>
<span class="ruby-identifier">first_row</span> = <span class="ruby-keyword">false</span>
<span class="ruby-keyword">if</span> <span class="ruby-identifier">row</span>.<span class="ruby-identifier">first</span> <span class="ruby-operator">==</span> <span class="ruby-string">"label"</span>
<span class="ruby-identifier">header</span> = <span class="ruby-identifier">row</span>[<span class="ruby-value">1</span><span class="ruby-operator">..</span><span class="ruby-value">-1</span>]
<span class="ruby-keyword">next</span>
<span class="ruby-keyword">end</span>
<span class="ruby-keyword">end</span>
<span class="ruby-identifier">set_test_data</span>(<span class="ruby-identifier">header</span>, <span class="ruby-identifier">row</span>)
<span class="ruby-keyword">end</span>
<span class="ruby-keyword">end</span>
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
</section>
<section id="private-instance-5Buntitled-5D-method-details" class="method-section">
<header>
<h3>Private Instance Methods</h3>
</header>
<div id="method-i-normalize_value" class="method-detail ">
<div class="method-heading">
<span class="method-name">normalize_value</span><span
class="method-args">(value)</span>
<span class="method-click-advice">click to toggle source</span>
</div>
<div class="method-description">
<div class="method-source-code" id="normalize_value-source">
<pre><span class="ruby-comment"># File lib/test/unit/data.rb, line 339</span>
<span class="ruby-keyword">def</span> <span class="ruby-identifier">normalize_value</span>(<span class="ruby-identifier">value</span>)
<span class="ruby-keyword">return</span> <span class="ruby-keyword">true</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">value</span> <span class="ruby-operator">==</span> <span class="ruby-string">"true"</span>
<span class="ruby-keyword">return</span> <span class="ruby-keyword">false</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">value</span> <span class="ruby-operator">==</span> <span class="ruby-string">"false"</span>
<span class="ruby-keyword">begin</span>
<span class="ruby-constant">Integer</span>(<span class="ruby-identifier">value</span>)
<span class="ruby-keyword">rescue</span> <span class="ruby-constant">ArgumentError</span>
<span class="ruby-keyword">begin</span>
<span class="ruby-constant">Float</span>(<span class="ruby-identifier">value</span>)
<span class="ruby-keyword">rescue</span> <span class="ruby-constant">ArgumentError</span>
<span class="ruby-identifier">value</span>
<span class="ruby-keyword">end</span>
<span class="ruby-keyword">end</span>
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
<div id="method-i-set_test_data" class="method-detail ">
<div class="method-heading">
<span class="method-name">set_test_data</span><span
class="method-args">(header, row)</span>
<span class="method-click-advice">click to toggle source</span>
</div>
<div class="method-description">
<div class="method-source-code" id="set_test_data-source">
<pre><span class="ruby-comment"># File lib/test/unit/data.rb, line 353</span>
<span class="ruby-keyword">def</span> <span class="ruby-identifier">set_test_data</span>(<span class="ruby-identifier">header</span>, <span class="ruby-identifier">row</span>)
<span class="ruby-identifier">label</span> = <span class="ruby-identifier">row</span>.<span class="ruby-identifier">shift</span>
<span class="ruby-keyword">if</span> <span class="ruby-identifier">header</span>
<span class="ruby-identifier">data</span> = {}
<span class="ruby-identifier">header</span>.<span class="ruby-identifier">each_with_index</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">key</span>, <span class="ruby-identifier">i</span><span class="ruby-operator">|</span>
<span class="ruby-identifier">data</span>[<span class="ruby-identifier">key</span>] = <span class="ruby-identifier">normalize_value</span>(<span class="ruby-identifier">row</span>[<span class="ruby-identifier">i</span>])
<span class="ruby-keyword">end</span>
<span class="ruby-keyword">else</span>
<span class="ruby-identifier">data</span> = <span class="ruby-identifier">row</span>.<span class="ruby-identifier">collect</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">cell</span><span class="ruby-operator">|</span>
<span class="ruby-identifier">normalize_value</span>(<span class="ruby-identifier">cell</span>)
<span class="ruby-keyword">end</span>
<span class="ruby-keyword">end</span>
<span class="ruby-ivar">@test_case</span>.<span class="ruby-identifier">data</span>(<span class="ruby-identifier">label</span>, <span class="ruby-identifier">data</span>)
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
</section>
</section>
</main>
<footer id="validator-badges" role="contentinfo">
<p><a href="http://validator.w3.org/check/referer">Validate</a>
<p>Generated by <a href="http://docs.seattlerb.org/rdoc/">RDoc</a> 4.2.1.
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
</footer>
|
tests/testPage.html
|
jonsamwell/angular-auto-validate
|
<!DOCTYPE html>
<html ng-app="jcs-demo">
<head lang="en">
<meta charset="UTF-8">
<title>Angular Auto Validate Test Page</title>
<link rel="stylesheet" href="../bower_components/bootstrap/dist/css/bootstrap.min.css" />
</head>
<body>
<div class="row" ng-controller="demoCtrl">
<div class="col-sm-8 col-sm-offset-1">
<p>
<button type="button" class="btn btn-primary" ng-click="toggleBS3Icons();">Toggle Validation State Icons</button>
</p>
<form role="form" name="testFrm" novalidate="novalidate"
ng-submit="submit(testFrm);"
validate-non-visible-controls="false"
validate-on-form-submit="true"
disable-dynamic-validatio_n>
<button type="button" class="btn btn-primary" ng-click="setExternalError(testFrm);">Set External Error On Firstname</button>
<div class="form-group">
<label class="control-label">Name</label>
<input type="text" name="firstname" style="display: block;" class="form-control" placeholder="Enter Your Name"
ng-model="user.name" required="required" ng-required-err-type="nameRequired"/>
</div>
<div class="form-group">
<label class="control-label">Name</label>
<div class="input-group">
<span class="input-group-addon">
<i class="glyphicon glyphicon-envelope"></i>
</span>
<input type="email" name="email" class="form-control"
ng-model="user.email"
placeholder="Enter email address"
ng-required="true"/>
</div>
</div>
<div class="form-group">
<label class="control-label">Email address - <small>Element with a custom element modifier (see source code)</small></label>
<input type="email" class="form-control" placeholder="Enter email" ng-model="user.email" required="required" element-modifier="myCustomModifierKey"/>
</div>
<div class="form-group">
<label class="control-label">Password - <small>Element with validation happening on blur rather than change</small></label>
<input type="password" class="form-control" ng-model="user.password" placeholder="Password" required="required" ng-minlength="6" ng-model-options="{updateOn: 'blur'}"/>
</div>
<div class="form-group">
<label class="control-label">Robot Test: Please spell Angular. - <small>Custom validation</small></label>
<input type="text" class="form-control" placeholder="Enter The Word Angular" ng-model="user.iq" mustcontainword="angular"/>
</div>
<div class="form-group">
<label class="control-label">Regex Pattern Only Letters</label>
<input type="text" class="form-control" placeholder="Enter Only Letters..." ng-model="user.letters" ng-pattern="/[a-zA-Z]/"/>
</div>
<div class="form-group">
<label class="control-label">Is User Active?
<input type="checkbox" class="form-control" ng-model="user.isActive" /></label>
</div>
<div class="form-group">
<label class="control-label">Input with no validation</label>
<input type="text" class="form-control" placeholder="Enter The Word Angular" ng-model="user.noValidation" />
</div>
<div class="form-group">
<label class="control-label">Valid Styling disabled</label>
<input type="text" class="form-control" required ng-model="user.someProperty" disable-invalid-styling="true" />
</div>
<ng-form name="childForm">
<div class="form-group">
<label class="control-label">Nickname</label>
<input type="text" class="form-control" name="Nickname" placeholder="Enter Nickname" ng-model="user.Nickname" required="required" ng-minlength="4">
</div>
</ng-form>
<button type="submit" class="btn btn-default">Submit</button>
<button type="reset" class="btn btn-default">Reset</button>
<button type="button" class="btn btn-default" ng-click="resetFormViaEvent()">Reset Via Event</button>
</form>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<h1>Not Required</h1>
<form name="signupFrm" novalidate="novalidate" class="form-horizontal" ng-submit="signin()">
<div class="form-group">
<label for="inputName" class="col-sm-2 control-label">Username:</label>
<div class="col-sm-10">
<input id="inputName" class="form-control" name="username"
ng-model="model.username"
ng-model-options="{updateOn: 'blur'}"
ng-minlength="3"
ng-maxlength="10"
/>
</div>
</div>
<div class="form-group">
<label class="col-sm-2 control-label">Password:</label>
<div class="col-sm-10">
<input class="form-control" name="password"
type="password"
ng-model="model.password"
ng-model-options="{updateOn: 'blur'}"
ng-minlength="3"
ng-maxlength="10"
required/>
</div>
</div>
<div class="row">
<div class="col-md-9">
<p class="input-group">
<input type="text" class="form-control" ng-model="startTime" required ng-minlength="2" disable-valid-styling="true"/>
<!--<ul style="display: none;">-->
<!--<li></li>-->
<!--</ul>-->
<span class="input-group-btn">
<button class="btn btn-default"><i class="glyphicon glyphicon-facetime-video"></i></button>
</span>
</p>
</div>
</div>
<div class="form-group">
<div class="col-sm-offset-2 col-sm-10">
<button type="submit" class="btn btn-default">Sign in</button>
</div>
</div>
</form>
<span>Result :</span>{{result}}
</div>
</div>
<script type="text/javascript" src="../bower_components/angular/angular.js"></script>
<!--<script type="text/javascript" src="../dist/jcs-auto-validate.min.js"></script>-->
<script type="text/javascript" src="../src/jcs-auto-validate.js"></script>
<script type="text/javascript" src="../src/providers/validator.js"></script>
<script type="text/javascript" src="../src/services/bootstrap3ElementModifier.js"></script>
<script type="text/javascript" src="../src/services/debounce.js"></script>
<script type="text/javascript" src="../src/services/defaultErrorMessageResolver.js"></script>
<script type="text/javascript" src="../src/services/foundation5ElementModifier.js"></script>
<script type="text/javascript" src="../src/services/foundation6ElementModifier.js"></script>
<script type="text/javascript" src="../src/services/validationManager.js"></script>
<script type="text/javascript" src="../src/config/ngSubmitDecorator.js"></script>
<script type="text/javascript" src="../src/config/ngModelDecorator.js"></script>
<script type="text/javascript" src="../src/directives/formReset.js"></script>
<script type="text/javascript" src="../src/directives/autoValidateFormOptions.js"></script>
<script type="text/javascript" src="../src/directives/registerCustomFormControl.js"></script>
<script type="text/javascript" src="../src/jcs-auto-validate-run.js"></script>
<script type="text/javascript">
(function (angular) {
var app = angular.module('jcs-demo', ['jcs-autoValidate']);
app.controller('demoCtrl', [
'$http',
'$scope',
'bootstrap3ElementModifier',
function ($http, $scope, bootstrap3ElementModifier) {
$scope.user = {};
$scope.bs3Icons = false;
$scope.toggleBS3Icons = function () {
$scope.bs3Icons = !$scope.bs3Icons;
bootstrap3ElementModifier.enableValidationStateIcons($scope.bs3Icons);
};
$scope.resetFormViaEvent = function() {
$scope.$broadcast('form:testFrm:reset');
};
$scope.submit = function (frmCtrl) {
//frmCtrl.autoValidateFormOptions.resetForm();
alert('submitted');
$http.post('https://api.app.com/users', $scope.user).then(function (response) {
if (response.data.validationErrors) {
angular.forEach(response.data.validationErrors, function (error) {
frmCtrl.setExternalValidation(error.key, error.messageKey, error.message);
})
}
});
};
$scope.setExternalError = function (frm) {
frm.setExternalValidation('firstname', "customError", 'hello joe', true);
};
$scope.toggleBS3Icons();
}
]);
app.directive('mustcontainword', [
function() {
return {
restrict: 'A',
require: 'ngModel',
link: function(scope, elm, attrs, ctrl) {
var validateFn = function (viewValue) {
if (ctrl.$isEmpty(viewValue) || viewValue.toLowerCase().indexOf(attrs.mustcontainword.toLowerCase()) === -1) {
ctrl.$setValidity('mustcontainword', false);
return undefined;
} else {
ctrl.$setValidity('mustcontainword', true);
return viewValue;
}
};
ctrl.$parsers.push(validateFn);
ctrl.$formatters.push(validateFn);
}
}
}]);
app.directive('uniqueIdChecker', [
'$http',
function($http) {
return {
restrict: 'A',
require: 'ngModel',
link: function(scope, elm, attrs, ctrl) {
var validateFn = function (viewValue) {
$http.get('https://myapp.com/validator-checks/unique-id/' + viewValue).then(function () {
ctrl.$setValidity('nonUniqueId', true);
}, function () {
ctrl.$setValidity('nonUniqueId', false);
});
return viewValue;
};
ctrl.$parsers.push(validateFn);
ctrl.$formatters.push(validateFn);
}
}
}]);
app.run([
'defaultErrorMessageResolver',
function (defaultErrorMessageResolver) {
defaultErrorMessageResolver.getErrorMessages().then(function (errorMessages) {
errorMessages['nonUniqueId'] = 'This id is already taken plus choose another';
});
}
]);
app.factory('myCustomElementModifier', [
function () {
var /**
* @ngdoc function
* @name myCustomElementModifier#makeValid
* @methodOf myCustomElementModifier
*
* @description
* Makes an element appear valid by apply custom styles and child elements.
*
* @param {Element} el - The input control element that is the target of the validation.
*/
makeValid = function (el) {
el.removeClass('bg-red');
el.addClass('bg-green');
},
/**
* @ngdoc function
* @name myCustomElementModifier#makeInvalid
* @methodOf myCustomElementModifier
*
* @description
* Makes an element appear invalid by apply custom styles and child elements.
*
* @param {Element} el - The input control element that is the target of the validation.
* @param {String} errorMsg - The validation error message to display to the user.
*/
makeInvalid = function (el, errorMsg) {
el.removeClass('bg-green');
el.addClass('bg-red');
};
return {
makeValid: makeValid,
makeInvalid: makeInvalid,
key: 'myCustomModifierKey'
};
}
]);
// now register the custom element modifier with the auto-validate module and set it as the default one for all elements
app.run([
'validator',
'myCustomElementModifier',
'defaultErrorMessageResolver',
function (validator, myCustomElementModifier, defaultErrorMessageResolver) {
validator.registerDomModifier(myCustomElementModifier.key, myCustomElementModifier);
defaultErrorMessageResolver.setI18nFileRootPath('../src/lang/');
defaultErrorMessageResolver.setCulture('en-gb');
defaultErrorMessageResolver.getErrorMessages().then(function (errorMessages) {
errorMessages['pattern'] = 'Custom Error Message {0}';
errorMessages['mustcontainword'] = 'Please enter the word "{0}"';
errorMessages['nameRequired'] = 'Please enter your name';
});
}
]);
}(angular));
</script>
</body>
</html>
|
src/plugins/cordova-plugin-camera/sim-host-panels.html
|
guillaumejenkins/taco-simulate-server
|
<!-- Copyright (c) Microsoft Corporation. All rights reserved. -->
<!-- Licensed under the MIT license. See LICENSE file in the project root for details. -->
<cordova-panel id="camera" caption="Camera">
<cordova-group id="camera-options">
<cordova-radio id="camera-host">Use host system camera</cordova-radio>
<cordova-radio id="camera-prompt" checked="true">Prompt me for a file</cordova-radio>
<cordova-radio id="camera-sample">Use built-in sample file</cordova-radio>
<cordova-panel-row>
<cordova-radio id="camera-file" inline="true">Use this file:</cordova-radio>
<cordova-button id="camera-choose-filename">Choose File
</cordova-button>
</cordova-panel-row>
<cordova-file hidden="true" id="camera-filename"></cordova-file>
<img id="camera-img" style="width: 100%; margin-top: 10px; display: none;" src="">
</cordova-group>
</cordova-panel>
|
public/modules/orders/views/_order-status.client.view.html
|
brooklynb7/nnb-mean
|
<span class="bg-status" ng-class="{'bg-new': (order.status == 0), 'bg-cancel':(order.status == -1), 'bg-confirm':(order.status == 1), 'bg-complete':(order.status == 2)}">
{{order.status | getOrderStatusText}}
</span>
|
clean/Linux-x86_64-4.02.1-1.2.0/unstable/8.4.5/contrib:lambda/dev/2014-11-17_16-11-16.html
|
coq-bench/coq-bench.github.io-old
|
<!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.5 / contrib:lambda dev</a></li>
<li class="active"><a href="">2014-11-17 16:11:16</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>
dev
<span class="label label-danger">Lint error</span>
</small>
</h1>
<p><em><script>document.write(moment("2014-11-17 16:11:16 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2014-11-17 16:11:16 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.dev</code></dd>
<dt>Return code</dt>
<dd>256</dd>
<dt>Duration</dt>
<dd>0 s</dd>
<dt>Output</dt>
<dd><pre>You should add an homepage for your package. For example:
homepage: "https://github.com/user/project"
</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>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<p>Dry install without Coq, to test if the problem was incompatibility with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>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>
|
groups/index.html
|
markhaslam/familysummit.org
|
<!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">
<!-- The above 3 meta tags must come first in the head -->
<title>The Family Summit Foundation - A Center for Grieving Children</title>
<base href="../">
<!-- Bootstrap and JQuery -->
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" href="css/base.css">
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<!-- Dropdown hover over for better desktop experience, while preserving mobile compatibility -->
<script src="js/bootstrap-hover-dropdown.min.js"></script>
<link rel="icon" type="image/x-icon" href="images/favicon.ico">
<!-- HTML5 shim and Respond.js for 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>
<header class="container picture-header">
<a href="./">
<img id="logo" alt="logo" src="images/Center-logo2010.png" />
</a>
</header>
<nav class="navbar navbar-default navbar-static-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse">
<span class="sr-only">Toggle Navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<!-- Collect nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="./">Home</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-hover="dropdown" data-delay="200" data-close-others="true" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">About <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="about">Principles & Mission</a></li>
<li><a href="what-we-do">What We Do</a></li>
<li><a href="contact">Contact & Directions</a></li>
<li><a href="staff">Key Staff</a></li>
<li><a href="board-of-trustees">Board of Trustees</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-hover="dropdown" data-delay="200" data-close-others="true" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Programs <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="activities">Activities</a></li>
<li><a href="groups">Groups</a></li>
<li><a href="services">Services</a></li>
<li><a href="camp-comfort">Camp Comfort</a></li>
<li><a href="faq">FAQ</a></li>
<li><a href="comments">Comments</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-hover="dropdown" data-delay="200" data-close-others="true" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Events <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="calendar">Calendar</a></li>
<li><a href="fundraisers">Fundraisers</a></li>
<li><a href="center-workshop">Center Workshop</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-hover="dropdown" data-delay="200" data-close-others="true" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Volunteer <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="volunteer">Volunteer Opportunities</a></li>
<li><a href="training-workshop">Training Workshop</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-hover="dropdown" data-delay="200" data-close-others="true" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Donations <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="donations">Donate</a></li>
<li><a href="wishlist">Wishlist</a></li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<main class="container">
<div id="content">
<h1>Groups</h1>
<div class="pull-left">
<div class="xs-show">
<p>We offer support groups for children ages 3 through 19. We have separate groups for children and teens that are grieving the loss of someone they love because of death, divorce or separation. We also help children who are in foster care, and those with anticipatory grief.</p>
<p>A typical group includes up to 10 children and 5 trained volunteer facilitators and staff. Youth are put into groups according to their age, typically 3-7, 8-12, and 13-19. An adult family member or care-giver must accompany each child and may participate in the adult support group which meets at the same time the children and teens meet.</p>
<p>A Center For Grieving Children offers mutual support and acceptance through listening and sharing. We believe grief is a natural reaction to the loss of a loved one for children as well as adults and that acceptance and caring assist in the healing process. Our goals are to support and nurture children and their families in a loving and understanding environment as they experience grief.</p>
</div>
<div class="col-xs-12 col-sm-6 col-lg-5 pull-right">
<img class="img-responsive img-rounded margin-auto" id="groupImg" src="images/group1.jpg" />
<br>
<blockquote class="col-xs-12">
<q>Groups for bereaved children can provide a safe, supportive context in which children can express feelings. Contact with bereaved peers gives the child the reassurance that he or she is not alone in the experience of loss.</q>
<footer>J. William Worder, Ph.D.</footer>
</blockquote>
</div>
<div class="sm-show">
<p>We offer support groups for children ages 3 through 19. We have separate groups for children and teens that are grieving the loss of someone they love because of death, divorce or separation. We also help children who are in foster care, and those with anticipatory grief.</p>
<p>A typical group includes up to 10 children and 5 trained volunteer facilitators and staff. Youth are put into groups according to their age, typically 3-7, 8-12, and 13-19. An adult family member or care-giver must accompany each child and may participate in the adult support group which meets at the same time the children and teens meet.</p>
<p>A Center For Grieving Children offers mutual support and acceptance through listening and sharing. We believe grief is a natural reaction to the loss of a loved one for children as well as adults and that acceptance and caring assist in the healing process. Our goals are to support and nurture children and their families in a loving and understanding environment as they experience grief.</p>
</div>
<h2>Grief Support Groups:</h2>
<p>For children, teens, and their parents or guardians grieving due to the death of a loved one.</p>
<h3>Groups and Times:</h3>
<ul>
<li>Youth Grief A (ages 3-19) meet the 1st and 3rd Wednesday of each month from 6:00 to 7:30 pm.</li>
<li>Youth Grief B (ages 3-19) meet the 2nd and 4th Thursday of each month from 6:00 to 7:30 pm.</li>
<li>Youth Grief C (ages 3-19) meet the 2nd and 4th Wednesday of each month from 6:00 to 7:30 pm.</li>
<li>Adults meet at the same time as the youth groups.</li>
</ul>
<h2>Divorce and Separation Support Groups:</h2>
<p>For children, teens, and their parents or guardians grieving due to divorce and separation.</p>
<h3>Groups and Times:</h3>
<ul>
<li>Divorce/Separation A (ages 3-19) meet the 1st and 3rd Tuesday of each month from 6:00 to 7:30 pm.</li>
<li>Divorce/Separation B (ages 3-19) meet the 1st and 3rd Thursday of each month from 6:00 to 7:30 pm.</li>
<li>Divorce/Separation C (ages 3-19) meet the 2nd and 4th Tuesday of each month from 6:00 to 7:30 pm.</li>
<li>Adults meet at the same time as the youth groups.</li>
</ul>
<h2>Foster Care Support Groups:</h2>
<p>For children and teens who are experiencing loss, and their foster parents.</p>
<h3>Groups and Times:</h3>
<ul>
<li>Those in foster care meet the 1st and 3rd Thursday of each month from 6:00 to 7:30 pm.</li>
<li>Adults meet at the same time as the youth groups.</li>
</ul>
<h2>Anticipatory Support:</h2>
<p>For children, teens, and their parents or guardians with a loved one who is dying.</p>
<h3>Sessions by appointment.</h3>
</div>
</div>
</main>
</body>
</html>
|
html/234567156463.html
|
GoC-Spending/data-corporations
|
<!DOCTYPE html>
<!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="en" dir="ltr">
<!--<![endif]-->
<!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open&id=3 (optional: ?Open&page=filename.html&id=x) -->
<!-- Created: ; Product Code: 536; Server: stratnotes2.ic.gc.ca -->
<head>
<!-- Title begins / Début du titre -->
<title>
Motherwood Tim Br Mart -
Complete profile - Canadian Company Capabilities - Industries and Business - Industry Canada
</title>
<!-- Title ends / Fin du titre -->
<!-- Meta-data begins / Début des métadonnées -->
<meta charset="utf-8" />
<meta name="dcterms.language" title="ISO639-2" content="eng" />
<meta name="dcterms.title" content="" />
<meta name="description" content="" />
<meta name="dcterms.description" content="" />
<meta name="dcterms.type" content="report, data set" />
<meta name="dcterms.subject" content="businesses, industry" />
<meta name="dcterms.subject" content="businesses, industry" />
<meta name="dcterms.issued" title="W3CDTF" content="" />
<meta name="dcterms.modified" title="W3CDTF" content="" />
<meta name="keywords" content="" />
<meta name="dcterms.creator" content="" />
<meta name="author" content="" />
<meta name="dcterms.created" title="W3CDTF" content="" />
<meta name="dcterms.publisher" content="" />
<meta name="dcterms.audience" title="icaudience" content="" />
<meta name="dcterms.spatial" title="ISO3166-1" content="" />
<meta name="dcterms.spatial" title="gcgeonames" content="" />
<meta name="dcterms.format" content="HTML" />
<meta name="dcterms.identifier" title="ICsiteProduct" content="536" />
<!-- EPI-11240 -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- MCG-202 -->
<meta content="width=device-width,initial-scale=1" name="viewport">
<!-- EPI-11567 -->
<meta name = "format-detection" content = "telephone=no">
<!-- EPI-12603 -->
<meta name="robots" content="noarchive">
<!-- EPI-11190 - Webtrends -->
<script>
var startTime = new Date();
startTime = startTime.getTime();
</script>
<!--[if gte IE 9 | !IE ]><!-->
<link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="icon" type="image/x-icon">
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/wet-boew.min.css">
<!--<![endif]-->
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/theme.min.css">
<!--[if lt IE 9]>
<link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="shortcut icon" />
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/ie8-wet-boew.min.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew.min.js"></script>
<![endif]-->
<!--[if lte IE 9]>
<![endif]-->
<noscript><link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/noscript.min.css" /></noscript>
<!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER -->
<script>dataLayer1 = [];</script>
<!-- End Google Tag Manager -->
<!-- EPI-11235 -->
<link rel="stylesheet" href="/eic/home.nsf/css/add_WET_4-0_Canada_Apps.css">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<link href="/app/ccc/srch/css/print.css" media="print" rel="stylesheet" type="text/css" />
</head>
<body class="home" vocab="http://schema.org/" typeof="WebPage">
<!-- EPIC HEADER BEGIN -->
<!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER -->
<noscript><iframe title="Google Tag Manager" src="//www.googletagmanager.com/ns.html?id=GTM-TLGQ9K" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer1'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer1','GTM-TLGQ9K');</script>
<!-- End Google Tag Manager -->
<!-- EPI-12801 -->
<span typeof="Organization"><meta property="legalName" content="Department_of_Industry"></span>
<ul id="wb-tphp">
<li class="wb-slc">
<a class="wb-sl" href="#wb-cont">Skip to main content</a>
</li>
<li class="wb-slc visible-sm visible-md visible-lg">
<a class="wb-sl" href="#wb-info">Skip to "About this site"</a>
</li>
</ul>
<header role="banner">
<div id="wb-bnr" class="container">
<section id="wb-lng" class="visible-md visible-lg text-right">
<h2 class="wb-inv">Language selection</h2>
<div class="row">
<div class="col-md-12">
<ul class="list-inline mrgn-bttm-0">
<li><a href="nvgt.do?V_TOKEN=1492304915892&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=31303&V_SEARCH.docsStart=31302&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn//magmi/web/download_file.php?_flId?_flxKy=e1s1&estblmntNo=234567041301&profileId=61&_evId=bck&lang=eng&V_SEARCH.showStricts=false&prtl=1&_flId?_flId?_flxKy=e1s1" title="Français" lang="fr">Français</a></li>
</ul>
</div>
</div>
</section>
<div class="row">
<div class="brand col-xs-8 col-sm-9 col-md-6">
<a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a>
</div>
<section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn">
<h2>Search and menus</h2>
<ul class="list-inline text-right chvrn">
<li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li>
</ul>
<div id="mb-pnl"></div>
</section>
<!-- Site Search Removed -->
</div>
</div>
<nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement">
<h2 class="wb-inv">Topics menu</h2>
<div class="container nvbar">
<div class="row">
<ul class="list-inline menu">
<li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li>
<li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li>
<li><a href="https://travel.gc.ca/">Travel</a></li>
<li><a href="https://www.canada.ca/en/services/business.html">Business</a></li>
<li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li>
<li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li>
<li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li>
<li><a href="https://www.canada.ca/en/services.html">More services</a></li>
</ul>
</div>
</div>
</nav>
<!-- EPIC BODY BEGIN -->
<nav role="navigation" id="wb-bc" class="" property="breadcrumb">
<h2 class="wb-inv">You are here:</h2>
<div class="container">
<div class="row">
<ol class="breadcrumb">
<li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li>
<li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li>
<li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li>
</ol>
</div>
</div>
</nav>
</header>
<main id="wb-cont" role="main" property="mainContentOfPage" class="container">
<!-- End Header -->
<!-- Begin Body -->
<!-- Begin Body Title -->
<!-- End Body Title -->
<!-- Begin Body Head -->
<!-- End Body Head -->
<!-- Begin Body Content -->
<br>
<!-- Complete Profile -->
<!-- Company Information above tabbed area-->
<input id="showMore" type="hidden" value='more'/>
<input id="showLess" type="hidden" value='less'/>
<h1 id="wb-cont">
Company profile - Canadian Company Capabilities
</h1>
<div class="profileInfo hidden-print">
<ul class="list-inline">
<li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&rstBtn.x=" class="btn btn-link">New Search</a> |</li>
<li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do">
<input type="hidden" name="lang" value="eng" />
<input type="hidden" name="profileId" value="" />
<input type="hidden" name="prtl" value="1" />
<input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" />
<input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" />
<input type="hidden" name="V_SEARCH.depth" value="1" />
<input type="hidden" name="V_SEARCH.showStricts" value="false" />
<input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" />
</form></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=31301&V_DOCUMENT.docRank=31302&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492304922521&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=123456203785&profileId=&key.newSearchLabel=">Previous Company</a></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=31303&V_DOCUMENT.docRank=31304&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492304922521&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=234567152241&profileId=&key.newSearchLabel=">Next Company</a></li>
</ul>
</div>
<details>
<summary>Third-Party Information Liability Disclaimer</summary>
<p>Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.</p>
</details>
<h2>
Hillcorp Investments Inc.
</h2>
<div class="row">
<div class="col-md-5">
<h2 class="h5 mrgn-bttm-0">Legal Name:</h2>
<p>Hillcorp Investments Inc.</p>
<h2 class="h5 mrgn-bttm-0">Operating Name:</h2>
<p>Motherwood Tim Br Mart</p>
<h2 class="h5 mrgn-bttm-0">Alternate Name:</h2>
<p class="mrgn-bttm-0">Cartwright Building Supplies</p>
<p class="mrgn-bttm-0">Motherwood Tim Br Mart</p>
<p><a href="mailto:mhill@hillcorpinvestments.ca" title="mhill@hillcorpinvestments.ca">mhill@hillcorpinvestments.ca</a></p>
</div>
<div class="col-md-4 mrgn-sm-sm">
<h2 class="h5 mrgn-bttm-0">Mailing Address:</h2>
<address class="mrgn-bttm-md">
398 Kelland Dr.<br/>
HAPPY VALLEY-GOOSE BAY,
Newfoundland and Labrador<br/>
A0P 1C0
<br/>
</address>
<h2 class="h5 mrgn-bttm-0">Location Address:</h2>
<address class="mrgn-bttm-md">
398 Kelland Dr.<br/>
HAPPY VALLEY-GOOSE BAY,
Newfoundland and Labrador<br/>
A0P 1C0
<br/>
</address>
<p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>:
(709) 896-2781
</p>
<p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>:
(709) 896-9411</p>
</div>
<div class="col-md-3 mrgn-tp-md">
</div>
</div>
<div class="row mrgn-tp-md mrgn-bttm-md">
<div class="col-md-12">
<h2 class="wb-inv">Company Profile</h2>
<br> Building and Hardware supply store<br>
</div>
</div>
<!-- <div class="wb-tabs ignore-session update-hash wb-eqht-off print-active"> -->
<div class="wb-tabs ignore-session">
<div class="tabpanels">
<details id="details-panel1">
<summary>
Full profile
</summary>
<!-- Tab 1 -->
<h2 class="wb-invisible">
Full profile
</h2>
<!-- Contact Information -->
<h3 class="page-header">
Contact information
</h3>
<section class="container-fluid">
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Morris
Hill
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
<!--if client gender is not null or empty we use gender based job title-->
Owner
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Management Executive.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(709) 896-2781
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(709) 896-9411
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
mhill@hillcorpinvestments.ca
</div>
</div>
</section>
<p class="mrgn-tp-lg text-right small hidden-print">
<a href="#wb-cont">top of page</a>
</p>
<!-- Company Description -->
<h3 class="page-header">
Company description
</h3>
<section class="container-fluid">
<div class="row">
<div class="col-md-5">
<strong>
Country of Ownership:
</strong>
</div>
<div class="col-md-7">
Canada
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Year Established:
</strong>
</div>
<div class="col-md-7">
2015
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
No
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
444190 - Other Building Material Dealers
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Alternate Industries (NAICS):
</strong>
</div>
<div class="col-md-7">
444130 - Hardware Stores<br>
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Retail
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Total Sales ($CDN):
</strong>
</div>
<div class="col-md-7">
$5,000,000 to $9,999,999
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Number of Employees:
</strong>
</div>
<div class="col-md-7">
18
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Aboriginal Firm:
</strong>
</div>
<div class="col-md-7">
Registered Aboriginal Business under the Procurement Strategy for Aboriginal Business (PSAB)<br/>
</div>
</div>
</section>
<!-- Products / Services / Licensing -->
<h3 class="page-header">
Product / Service / Licensing
</h3>
<section class="container-fluid">
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
Building And Hardware supplies<br>
</div>
</div>
</section>
<p class="mrgn-tp-lg text-right small hidden-print">
<a href="#wb-cont">top of page</a>
</p>
<!-- Technology Profile -->
<!-- Market Profile -->
<!-- Sector Information -->
<details class="mrgn-tp-md mrgn-bttm-md">
<summary>
Third-Party Information Liability Disclaimer
</summary>
<p>
Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.
</p>
</details>
</details>
<details id="details-panel2">
<summary>
Contacts
</summary>
<h2 class="wb-invisible">
Contact information
</h2>
<!-- Contact Information -->
<section class="container-fluid">
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Morris
Hill
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
<!--if client gender is not null or empty we use gender based job title-->
Owner
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Management Executive.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(709) 896-2781
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(709) 896-9411
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
mhill@hillcorpinvestments.ca
</div>
</div>
</section>
</details>
<details id="details-panel3">
<summary>
Description
</summary>
<h2 class="wb-invisible">
Company description
</h2>
<section class="container-fluid">
<div class="row">
<div class="col-md-5">
<strong>
Country of Ownership:
</strong>
</div>
<div class="col-md-7">
Canada
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Year Established:
</strong>
</div>
<div class="col-md-7">
2015
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
No
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
444190 - Other Building Material Dealers
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Alternate Industries (NAICS):
</strong>
</div>
<div class="col-md-7">
444130 - Hardware Stores<br>
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Retail
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Total Sales ($CDN):
</strong>
</div>
<div class="col-md-7">
$5,000,000 to $9,999,999
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Number of Employees:
</strong>
</div>
<div class="col-md-7">
18
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Aboriginal Firm:
</strong>
</div>
<div class="col-md-7">
Registered Aboriginal Business under the Procurement Strategy for Aboriginal Business (PSAB)<br/>
</div>
</div>
</section>
</details>
<details id="details-panel4">
<summary>
Products, services and licensing
</summary>
<h2 class="wb-invisible">
Product / Service / Licensing
</h2>
<section class="container-fluid">
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
Building And Hardware supplies<br>
</div>
</div>
</section>
</details>
</div>
</div>
<div class="row">
<div class="col-md-12 text-right">
Last Update Date 2015-07-02
</div>
</div>
<!--
- Artifact ID: CBW - IMBS - CCC Search WAR
- Group ID: ca.gc.ic.strategis.imbs.ccc.search
- Version: 3.26
- Built-By: bamboo
- Build Timestamp: 2017-03-02T21:29:28Z
-->
<!-- End Body Content -->
<!-- Begin Body Foot -->
<!-- End Body Foot -->
<!-- END MAIN TABLE -->
<!-- End body -->
<!-- Begin footer -->
<div class="row pagedetails">
<div class="col-sm-5 col-xs-12 datemod">
<dl id="wb-dtmd">
<dt class=" hidden-print">Date Modified:</dt>
<dd class=" hidden-print">
<span><time>2017-03-02</time></span>
</dd>
</dl>
</div>
<div class="clear visible-xs"></div>
<div class="col-sm-4 col-xs-6">
</div>
<div class="col-sm-3 col-xs-6 text-right">
</div>
<div class="clear visible-xs"></div>
</div>
</main>
<footer role="contentinfo" id="wb-info">
<nav role="navigation" class="container wb-navcurr">
<h2 class="wb-inv">About government</h2>
<!-- EPIC FOOTER BEGIN -->
<!-- EPI-11638 Contact us -->
<ul class="list-unstyled colcount-sm-2 colcount-md-3">
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07026.html#pageid=E048-H00000&from=Industries">Contact us</a></li>
<li><a href="https://www.canada.ca/en/government/dept.html">Departments and agencies</a></li>
<li><a href="https://www.canada.ca/en/government/publicservice.html">Public service and military</a></li>
<li><a href="https://www.canada.ca/en/news.html">News</a></li>
<li><a href="https://www.canada.ca/en/government/system/laws.html">Treaties, laws and regulations</a></li>
<li><a href="https://www.canada.ca/en/transparency/reporting.html">Government-wide reporting</a></li>
<li><a href="http://pm.gc.ca/eng">Prime Minister</a></li>
<li><a href="https://www.canada.ca/en/government/system.html">How government works</a></li>
<li><a href="http://open.canada.ca/en/">Open government</a></li>
</ul>
</nav>
<div class="brand">
<div class="container">
<div class="row">
<nav class="col-md-10 ftr-urlt-lnk">
<h2 class="wb-inv">About this site</h2>
<ul>
<li><a href="https://www.canada.ca/en/social.html">Social media</a></li>
<li><a href="https://www.canada.ca/en/mobile.html">Mobile applications</a></li>
<li><a href="http://www1.canada.ca/en/newsite.html">About Canada.ca</a></li>
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html">Terms and conditions</a></li>
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html#p1">Privacy</a></li>
</ul>
</nav>
<div class="col-xs-6 visible-sm visible-xs tofpg">
<a href="#wb-cont">Top of Page <span class="glyphicon glyphicon-chevron-up"></span></a>
</div>
<div class="col-xs-6 col-md-2 text-right">
<object type="image/svg+xml" tabindex="-1" role="img" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/wmms-blk.svg" aria-label="Symbol of the Government of Canada"></object>
</div>
</div>
</div>
</div>
</footer>
<!--[if gte IE 9 | !IE ]><!-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/wet-boew.min.js"></script>
<!--<![endif]-->
<!--[if lt IE 9]>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew2.min.js"></script>
<![endif]-->
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/theme.min.js"></script>
<!-- EPI-10519 -->
<span class="wb-sessto"
data-wb-sessto='{"inactivity": 1800000, "reactionTime": 180000, "sessionalive": 1800000, "logouturl": "/app/ccc/srch/cccSrch.do?lang=eng&prtl=1"}'></span>
<script src="/eic/home.nsf/js/jQuery.externalOpensInNewWindow.js"></script>
<!-- EPI-11190 - Webtrends -->
<script src="/eic/home.nsf/js/webtrends.js"></script>
<script>var endTime = new Date();</script>
<noscript>
<div><img alt="" id="DCSIMG" width="1" height="1" src="//wt-sdc.ic.gc.ca/dcs6v67hwe0ei7wsv8g9fv50d_3k6i/njs.gif?dcsuri=/nojavascript&WT.js=No&WT.tv=9.4.0&dcssip=www.ic.gc.ca"/></div>
</noscript>
<!-- /Webtrends -->
<!-- JS deps -->
<script src="/eic/home.nsf/js/jquery.imagesloaded.js"></script>
<!-- EPI-11262 - Util JS -->
<script src="/eic/home.nsf/js/_WET_4-0_utils_canada.min.js"></script>
<!-- EPI-11383 -->
<script src="/eic/home.nsf/js/jQuery.icValidationErrors.js"></script>
<span style="display:none;" id='app-info' data-project-groupid='' data-project-artifactid='' data-project-version='' data-project-build-timestamp='' data-issue-tracking='' data-scm-sha1='' data-scm-sha1-abbrev='' data-scm-branch='' data-scm-commit-date=''></span>
</body></html>
<!-- End Footer -->
<!--
- Artifact ID: CBW - IMBS - CCC Search WAR
- Group ID: ca.gc.ic.strategis.imbs.ccc.search
- Version: 3.26
- Built-By: bamboo
- Build Timestamp: 2017-03-02T21:29:28Z
-->
|
clean/Linux-x86_64-4.09.1-2.0.6/released/8.14.1/zorns-lemma/8.6.0.html
|
coq-bench/coq-bench.github.io
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>zorns-lemma: 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 / zorns-lemma - 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>
zorns-lemma
<small>
8.6.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/zorns-lemma"
license: "LGPL"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/ZornsLemma"]
depends: [
"ocaml"
"coq" {>= "8.6" & < "8.7~"}
]
tags: [
"keyword: set theory"
"keyword: cardinal numbers"
"keyword: ordinal numbers"
"keyword: countable"
"keyword: quotients"
"keyword: well-orders"
"keyword: Zorn's lemma"
"category: Mathematics/Logic/Set theory"
]
authors: [ "Daniel Schepler <dschepler@gmail.com>" ]
bug-reports: "https://github.com/coq-contribs/zorns-lemma/issues"
dev-repo: "git+https://github.com/coq-contribs/zorns-lemma.git"
synopsis: "Zorn's Lemma"
description:
"This library develops some basic set theory. The main purpose I had in writing it was as support for the Topology library."
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/zorns-lemma/archive/v8.6.0.tar.gz"
checksum: "md5=7086040ceb7b8acf325f5676a1e6483d"
}
</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-zorns-lemma.8.6.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-zorns-lemma -> 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-zorns-lemma.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>
|
clean/Linux-x86_64-4.08.1-2.0.5/released/8.7.1+1/hedges/8.8.0.html
|
coq-bench/coq-bench.github.io
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>hedges: 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.7.1+1 / hedges - 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>
hedges
<small>
8.8.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-02-11 17:12:35 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-11 17:12:35 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.7.1+1 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.08.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.08.1 Official release 4.08.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/hedges"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Hedges"]
depends: [
"ocaml"
"coq" {>= "8.8" & < "8.9~"}
]
tags: [ "keyword: bisimulation" "keyword: spi-calculus" "keyword: hedges" "category: Computer Science/Concurrent Systems and Protocols/Theory of concurrent systems" "date: 20 April 2004" ]
authors: [ "Sébastien Briais" ]
bug-reports: "https://github.com/coq-contribs/hedges/issues"
dev-repo: "git+https://github.com/coq-contribs/hedges.git"
synopsis: "Some properties of hedges used by hedged bisimulation"
description: """
These properties are in section 6.1 of the paper
"On Bisimulations for the Spi-Calculus" by J. Borgström
and U. Nestmann.
However, we consider here an extended message language."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/hedges/archive/v8.8.0.tar.gz"
checksum: "md5=c5d938fa94645f81135b4b15d3c48db6"
}
</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-hedges.8.8.0 coq.8.7.1+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.7.1+1).
The following dependencies couldn't be met:
- coq-hedges -> coq >= 8.8
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-hedges.8.8.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>
|
server/html/disease/306.html
|
hucaihua/cmssp
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<meta content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" name="viewport"/>
<meta content="telephone=no" name="format-detection"/>
<meta content="address=no" name="format-detection"/>
<title> 葡萄酒功效 </title>
<link href="./css/drug.css?v=1" rel="stylesheet" type="text/css"/>
<link href="./css/reset.css?v=1" rel="stylesheet" type="text/css"/>
</head>
<body class="bg-fff">
<section>
<dl>
<dd>法国大科学家巴斯德有句评语:“葡萄酒是最健康、最卫生的饮料”。利用现代化的检测手段,人们至少已测出葡萄酒含有250种以上的成分。其中,矿物质、维生素、氨基酸、尼古酸与白藜芦醇等,都是对人体健康有益的物质。国外有研究表明。葡萄酒具有活血、通脉、助消化、助药力、清洁软化血管、降低血脂、防止胆固醇对心脏造成的危害等功能。 <p></p> 据分析,葡萄酒中单宁酸和抗氧化剂等成分,能促进血液的流通和减少血管壁沉积,有效地降低血液中的坏胆固醇,从而减少坏胆固醇聚集所形成的动脉血块,大大地减少心血管疾病的发病率。法国人每10万人中心血管疾病患者仅有61人,这和法国是消费葡萄酒最高的国家有关。丹麦研究人员在相关研究报告中指出,每天饮用葡萄酒的人群与不饮用者对照,心血管疾病死亡率低49%。美国人将此称为“法国邪门”。</dd><p></p><dd> 法国人进行的一项调查还表明,饮用葡萄酒特别是红葡萄酒,可以改善肾和肝的供血状态。美国医学人员调查发现,老年人喝少量低度葡萄酒,可减少视网膜黄斑退化。此外,葡萄酒对于预防老年痴呆症,以及治疗气血两亏、脑贫血、头晕心悸患者所起的促进作用,也屡见于报端。</dd><p></p><dd> 每天喝一杯葡萄酒,可以防止多种疾病的发生。</dd>
</dl>
</section>
</body>
<!--zly-->
</html>
|
tests/dummy/app/styles/app.css
|
amk221/ember-cli-twitter-entities
|
/**
* Nada
*/
|
_site/registration.html
|
intaset/nbconference
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="robots" content="noarchive">
<meta name="description" content="All of the registration prices, payment methods and instructions are provided for you here.">
<meta name="keywords" content="nanotechnology conference, nanotechnology and drug delivery, nanotechnology and
tissue engineering, self-assembly, nanotechnology and agriculture, nanobiotechnology,
nanobiomedicine, nanomedical engineering, gene delivery, bionanocatalysis, nanobio sensors">
<title>ICNB'18 - Registration</title>
<meta name="handheldfriendly" content="true">
<meta name="mobileoptimized" content="240">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="../css/style.css" rel="stylesheet">
<!-- Google Fonts -->
<link href='https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:400,400i,700" rel="stylesheet">
<link rel="shortcut icon" href="../img/favicon.ico" type="image/x-icon">
<!--[if IE-9]><html lang="en" class="ie9"><![endif]-->
<script src='https://www.google.com/recaptcha/api.js'></script>
<script src="../js/modernizr.custom.63321.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-66036121-1', 'auto');
ga('send', 'pageview');
</script>
<script>
(function() {
var cx = '002879881986571969324:_kppretayes';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
'//cse.google.com/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
</script>
</head>
<body>
<nav id="slide-menu">
<h1>ICNB'18</h1>
<ul>
<li><a href="/nbconference/">Home</a></li>
<li><a href="../papers">Submissions</a></li>
<li><a href="../program">Program</a></li>
<li><a href="../dates">Important Dates</a></li>
<li><a href="../registration">Registration</a></li>
<li><a href="../committee">Committee</a></li>
<li><a href="../keynote">Keynotes</a></li>
<li><a href="../venue">Venue</a></li>
<li><a href="../accommodation">Accommodation</a></li>
<li><a href="../past-events">Past Events</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
<div id="content">
<div class="desktop">
<div class="cbp-af-header">
<div class="cbp-af-inner">
<a href="/"><img src="../img/logo.png" class="flex-logo"></a>
<nav>
<a href="/">Home</a><p class="dot">·</p><a href="../papers">Submissions</a><p class="dot">·</p><a href="../program">Program</a><p class="dot">·</p><a href="../dates">Important Dates</a><p class="dot">·</p><a href="../registration">Registration</a><p class="dot">·</p><a href="../committee">Committee</a><p class="dot">·</p><a href="../keynote">Keynotes</a><p class="dot">·</p><a href="../venue">Venue</a><p class="dot">·</p><a href="../accommodation">Accommodation</a><p class="dot">·</p><a href="../past-events">Past Events</a><p class="dot">·</p><a href="#contact">Contact</a>
</nav>
</div>
</div>
</div>
<header>
<div class="mobile">
<div class="cbp-af-header">
<div class="cbp-af-inner">
<div class="unit unit-s-3-4 unit-m-1-3 unit-l-1-3">
<a href="/"><img src="../img/logo.png" class="flex-logo"></a>
</div>
<div class="unit unit-s-1-3 unit-m-2-3 unit-m-2-3-1 unit-l-2-3">
<div class="menu-trigger"></div>
</div>
</div>
</div>
<div class="bg">
<h1>3<sup>rd</sup> International Conference on<br> Nanobiotechnology (ICNB'18)</h1>
<p class="subhead">April 10 - 12, 2018 | Budapest, Hungary</p>
<a href="../papers" class="bg-link">Submissions</a> <p class="dot">·</p> <a href="../dates" class="bg-link">Important Dates</a> <p class="dot">·</p> <a href="../registration" class="bg-link">Registration</a>
<div class="searchbox grid">
<div class="unit unit-s-1 unit-m-3-4 unit-l-3-4">
<div class="unit unit-s-1 unit-m-1-4-2 unit-l-1-4-2">
<p class="body">Search:</p>
</div>
<div class="unit unit-s-3-4 unit-m-3-4 unit-l-3-4">
<gcse:searchbox-only resultsUrl="../results"></gcse:searchbox-only>
</div>
</div>
</div>
</div>
</div>
<div class="desktop">
<div class="grid">
<div class="unit unit-s-1 unit-m-1 unit-l-1">
<div class="bg-img">
<img src="../img/header.jpg" class="flex-img" alt="Header">
</div>
<div class="bg">
<h1>3<sup>rd</sup> International Conference on<br> Nanobiotechnology (ICNB'18)</h1>
<p class="subhead">April 10 - 12, 2018 | Budapest, Hungary</p>
<a href="../papers" class="bg-link">Submissions</a> <p class="dot">·</p> <a href="../dates" class="bg-link">Important Dates</a> <p class="dot">·</p> <a href="../registration" class="bg-link">Registration</a>
<div class="searchbox grid">
<div class="unit unit-s-1 unit-m-3-4 unit-l-3-4">
<div class="unit unit-s-1 unit-m-1-4-2 unit-l-1-4-2">
<p class="body">Search:</p>
</div>
<div class="unit unit-s-3-4 unit-m-3-4 unit-l-3-4">
<gcse:searchbox-only resultsUrl="../results"></gcse:searchbox-only>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</header>
<div class="grid main-content">
<div class="unit unit-s-1 unit-m-1-3-1 unit-l-1-3-1">
<div class="unit-spacer">
<section class="main">
<ul class="side-bar-menu" style="padding:0px;">
<li><a href="../sponsor">Sponsors & Exhibitors</a></li>
<li><a href="../symposium">Symposium & Workshop</a></li>
<li><a href="../openconf">Submit your Paper</a></li>
</ul>
</section>
<br><br>
</div>
</div>
<div class="unit unit-s-1 unit-m-1-4-1 unit-l-1-4-1">
<div class="unit-spacer content">
<p class="body">The registration fees for the 3<sup>rd</sup> International Conference on Nanobiotechnology (ICNB'18) are listed below. All prices are in Euros and VAT (Value Added Tax) included:</p>
<div class="mobile">
<table>
<tr>
<td class="date-title"><s>Early Bird Registration</s><br><strong>Extended Early Bird Registration</strong><br><s>Prior to November 16, 2017</s><br><b>Prior to February 20, 2018</b></td>
</tr>
<tr>
<td class="imp-date"><p class="left">Students*:</p> <p class="right">€450</p></td>
</tr>
<tr>
<td class="imp-date"><p class="left">Non-Students:</p> <p class="right">€650</p></td>
</tr>
<tr>
<td class="date-title"><s>Regular Registration</s><br><strong>Extended Regular Registration</strong><br><s>Prior to December 21, 2017</s><br><b>Prior to March 13, 2018</b></td>
</tr>
<tr>
<td class="imp-date"><p class="left">Students:</p> <p class="right">€550</p></td>
</tr>
<tr>
<td class="imp-date"><p class="left">Non-Students:</p> <p class="right">€700</p></td>
</tr>
<tr>
<td class="date-title" rowspan="2">Late Registration<br>After March 13, 2018</td>
</tr>
<tr>
<td class="imp-date"><p class="left">Students:</p> <p class="right">€600</p></td>
</tr>
<tr>
<td class="imp-date"><p class="left">Non-Students:</p> <p class="right">€750</p></td>
</tr>
<tr>
<td class="date-title" rowspan="1">Accompanying person(s)**</td>
</tr>
<tr>
<td class="imp-date">€150 (<b>ONLY</b> includes lunches and coffee breaks)<br>Banquet Dinner or Cruise tour <b>ONLY</b>: €50</td>
</tr>
<tr>
<td class="date-title" rowspan="1">Workshop Registration***<br>Prior to March 13, 2018</td>
</tr>
<tr>
<td class="imp-date">€150</td>
</tr>
</table>
</div>
<div class="desktop">
<table>
<tr>
<th class="date-title" rowspan="2"><s>Early Bird Registration</s><br><div class="past-text"><b>Extended Early Bird Registration</b></div><s>Prior to November 16, 2017</s><br><div class="past-text"><b>Prior to February 20, 2018</b></div></th>
<td class="imp-date"><p class="left">Students*:</p> <p class="right">€450</p></td>
</tr>
<tr>
<td class="imp-date"><p class="left">Non-Students:</p> <p class="right">€650</p></td>
</tr>
<tr>
<th class="date-title" rowspan="2"><s>Regular Registration</s><br><div class="past-text"><b>Extended Regular Registration</b></div><s>Prior to December 21, 2017</s><br><div class="past-text"><b>Prior to March 13, 2018</b></div></th>
<td class="imp-date"><p class="left">Students:</p> <p class="right">€550</p></td>
</tr>
<tr>
<td class="imp-date"><p class="left">Non-Students:</p> <p class="right">€700</p></td>
</tr>
<tr>
<th class="date-title" rowspan="2">Late Registration<br> After March 13, 2018</th>
<td class="imp-date"><p class="left">Students:</p> <p class="right">€600</p></td>
</tr>
<tr>
<td class="imp-date"><p class="left">Non-Students:</p> <p class="right">€750</p></td>
</tr>
<tr>
<th class="date-title" rowspan="1">Accompanying person(s)**</th>
<td class="imp-date">€150 (<b>ONLY</b> includes lunches and coffee breaks)<br>Banquet Dinner or Cruise tour <b>ONLY</b>: €50</td>
</tr>
<tr>
<th class="date-title" rowspan="1">Workshop Registration***<br>Prior to March 13, 2018</th>
<td class="imp-date">€150</td>
</tr>
</table>
</div>
<p class="body">*Student Identification will be Required on Registration Desk.<br>
<i>Please note that registration fees are not refundable under any circumstances.</i></p>
<p class="body bold">Registration fee includes the following:</p>
<ul>
<li>Publication of 1 accepted paper in the proceedings. Publication of <i>each additional paper</i> requires a €150 publication fee for a maximum of 2 additional papers</li>
<li>Conference package including a USB of the proceedings with all registered accepted papers</li>
<li>Buffet lunch for each day of the conference</li>
<li>2 coffee breaks for each day of the conference</li>
<li>Closing ceremony on cruise tour</li>
</ul>
<p class="body"><b>**Important information for accompanying person(s):</b> Please be informed that the accompanying person can NOT be a co-author. Co-authors, regardless if 1 author is attending, must pay the full registration fee. The accompany person fee is only for spouses and/or children. Please contact us if you are unsure.</p>
<p class="body"><b>***Important information for workshop registrants:</b> All workshop attendees will receive a certificate of participation. The registration deadline for the workshop is on March 13, 2018. Registration fees will be refunded only if the workshop is cancelled due to insufficient amount of registrants (less than 5).</p>
<p class="body"><b>Important information for registrants who need to apply for VISA:</b><br>
Please visit <a target="_blank" href="http://konzuliszolgalat.kormany.hu/how-to-apply-for-visa" class="body-link"> The Hungarian Government Consular Service</a> for more details.</p>
<p class="body">You may register for ICNB'18 by one of the methods below. Please click on one of the icons to access the details of each payment method.</p>
<center>
<div class="unit unit-s-1 unit-m-1-4 unit-l-1-4">
<a href="../banktobank" class="body-link"><img src="../img/banktransfer.png" width="120px"><br>Bank to Bank Transfer</a>
</div>
<div class="unit unit-s-1 unit-m-1-4 unit-l-1-4">
<a href="../moneyorder" class="body-link"><img src="../img/moneyorder.png" width="120px"><br>Money Order</a>
</div>
<div class="unit unit-s-1 unit-m-1-4 unit-l-1-4">
<a href="../paypal" class="body-link"><img src="../img/creditcard.png" width="120px"><br>Credit Card / PayPal</a>
</div></center><br>
<p class="body">After the registration fee is paid, you must fill out and submit the form below. Failing to fill out this form will result in the elimination of your registration. Please ensure that you follow the instructions carefully to warrant a successful registration.</p>
<p class="body"><i>Please note:</i> If the registration has been done on behalf of another person, the person attending the conference should fill out this form.</p>
<h2>Registration Form</h2>
<form action="../registrationform.php" name="registration" method="post" enctype="multipart/form-data" class="registration">
<label for="Type_of_Registration">Type of Registration:<span class="asterik">*</span></label>
<select name="Type_of_Registration" id="Type_of_Registration">
<option selected="" disabled="">--</option>
<option>Author</option>
<option>Participant</option>
<option>Accompanying Person</option>
<option>Additional Paper</option>
<option>Workshop</option>
<option>Closing Ceremony</option>
</select>
<br>
<label for="title">Title:<span class="asterik">*</span></label>
<select name="title" id="title">
<option selected="" disabled="">--</option>
<option>Dr.</option>
<option>Mr.</option>
<option>Ms.</option>
</select>
<label for="First_Name">First Name:<span class="asterik">*</span></label>
<input type="text" name="First_Name" id="First_Name" placeholder="John"/>
<label for="Last_Name">Last Name:<span class="asterik">*</span></label>
<input type="text" name="Last_Name" id="Last_Name" placeholder="Doe"/>
<label for="affiliation">Affiliation:<span class="asterik">*</span></label>
<input type="text" name="affiliation" id="affiliation" placeholder="University of Ottawa"/>
<label for="department">Department:</label>
<input type="text" name="department" id="department" placeholder="Department of Chemical Engineering"/>
<label for="address">Address:<span class="asterik">*</span></label>
<input type="text" name="address" id="address" placeholder="75 Laurier Ave E"/>
<label for="city">City:</label>
<input type="text" name="city" id="city" placeholder="Ottawa, ON"/>
<label for="country">Country:<span class="asterik">*</span></label>
<select name="country" id="country">
<option value="" selected="selected" disabled="">
Please Select a Country</option>
<option value="Afghanistan">Afghanistan</option>
<option value="Albania">Albania</option>
<option value="Algeria">Algeria</option>
<option value="American Samoa">American Samoa</option>
<option value="Andorra">Andorra</option>
<option value="Angola">Angola</option>
<option value="Anguilla">Anguilla</option>
<option value="Antarctica">Antarctica</option>
<option value="Antigua and Barbuda">Antigua and Barbuda</option>
<option value="Argentina">Argentina</option>
<option value="Armenia">Armenia</option>
<option value="Aruba">Aruba</option>
<option value="Australia">Australia</option>
<option value="Austria">Austria</option>
<option value="Azerbaijan">Azerbaijan</option>
<option value="Bahamas">Bahamas</option>
<option value="Bahrain">Bahrain</option>
<option value="Bangladesh">Bangladesh</option>
<option value="Barbados">Barbados</option>
<option value="Belarus">Belarus</option>
<option value="Belgium">Belgium</option>
<option value="Belize">Belize</option>
<option value="Benin">Benin</option>
<option value="Bermuda">Bermuda</option>
<option value="Bhutan">Bhutan</option>
<option value="Bolivia">Bolivia</option>
<option value="Bosnia and Herzegovina">Bosnia and Herzegovina</option>
<option value="Botswana">Botswana</option>
<option value="Bouvet Island">Bouvet Island</option>
<option value="Brazil">Brazil</option>
<option value="British Indian Ocean Territory">British Indian Ocean Territory</option>
<option value="Brunei Darussalam">Brunei Darussalam</option>
<option value="Bulgaria">Bulgaria</option>
<option value="Burkina Faso">Burkina Faso</option>
<option value="Burundi">Burundi</option>
<option value="Cambodia">Cambodia</option>
<option value="Cameroon">Cameroon</option>
<option value="Canada">Canada</option>
<option value="Cape Verde">Cape Verde</option>
<option value="Cayman Islands">Cayman Islands</option>
<option value="Central African Republic">Central African Republic</option>
<option value="Chad">Chad</option>
<option value="Chile">Chile</option>
<option value="China">China</option>
<option value="Christmas Island">Christmas Island</option>
<option value="Cocos (Keeling) Islands">Cocos (Keeling) Islands</option>
<option value="Colombia">Colombia</option>
<option value="Comoros">Comoros</option>
<option value="Congo">Congo</option>
<option value="Congo, The Democratic Republic of The">Congo, The Democratic Republic of The</option>
<option value="Cook Islands">Cook Islands</option>
<option value="Costa Rica">Costa Rica</option>
<option value="Cote D'ivoire">Cote D'ivoire</option>
<option value="Croatia">Croatia</option>
<option value="Cuba">Cuba</option>
<option value="Cyprus">Cyprus</option>
<option value="Czech Republic">Czech Republic</option>
<option value="Denmark">Denmark</option>
<option value="Djibouti">Djibouti</option>
<option value="Dominica">Dominica</option>
<option value="Dominican Republic">Dominican Republic</option>
<option value="Ecuador">Ecuador</option>
<option value="Egypt">Egypt</option>
<option value="El Salvador">El Salvador</option>
<option value="Equatorial Guinea">Equatorial Guinea</option>
<option value="Eritrea">Eritrea</option>
<option value="Estonia">Estonia</option>
<option value="Ethiopia">Ethiopia</option>
<option value="Falkland Islands (Malvinas)">Falkland Islands (Malvinas)</option>
<option value="Faroe Islands">Faroe Islands</option>
<option value="Fiji">Fiji</option>
<option value="Finland">Finland</option>
<option value="France">France</option>
<option value="French Guiana">French Guiana</option>
<option value="French Polynesia">French Polynesia</option>
<option value="French Southern Territories">French Southern Territories</option>
<option value="Gabon">Gabon</option>
<option value="Gambia">Gambia</option>
<option value="Georgia">Georgia</option>
<option value="Germany">Germany</option>
<option value="Ghana">Ghana</option>
<option value="Gibraltar">Gibraltar</option>
<option value="Greece">Greece</option>
<option value="Greenland">Greenland</option>
<option value="Grenada">Grenada</option>
<option value="Guadeloupe">Guadeloupe</option>
<option value="Guam">Guam</option>
<option value="Guatemala">Guatemala</option>
<option value="Guinea">Guinea</option>
<option value="Guinea-bissau">Guinea-bissau</option>
<option value="Guyana">Guyana</option>
<option value="Haiti">Haiti</option>
<option value="Heard Island and Mcdonald Islands">Heard Island and Mcdonald Islands</option>
<option value="Holy See (Vatican City State)">Holy See (Vatican City State)</option>
<option value="Honduras">Honduras</option>
<option value="Hong Kong">Hong Kong</option>
<option value="Hungary">Hungary</option>
<option value="Iceland">Iceland</option>
<option value="India">India</option>
<option value="Indonesia">Indonesia</option>
<option value="Iran, Islamic Republic of">Iran, Islamic Republic of</option>
<option value="Iraq">Iraq</option>
<option value="Ireland">Ireland</option>
<option value="Israel">Israel</option>
<option value="Italy">Italy</option>
<option value="Jamaica">Jamaica</option>
<option value="Japan">Japan</option>
<option value="Jordan">Jordan</option>
<option value="Kazakhstan">Kazakhstan</option>
<option value="Kenya">Kenya</option>
<option value="Kiribati">Kiribati</option>
<option value="Korea, Democratic People's Republic of">Korea, Democratic People's Republic of</option>
<option value="Korea, Republic of">Korea, Republic of</option>
<option value="Kuwait">Kuwait</option>
<option value="Kyrgyzstan">Kyrgyzstan</option>
<option value="Lao People's Democratic Republic">Lao People's Democratic Republic</option>
<option value="Latvia">Latvia</option>
<option value="Lebanon">Lebanon</option>
<option value="Lesotho">Lesotho</option>
<option value="Liberia">Liberia</option>
<option value="Libyan Arab Jamahiriya">Libyan Arab Jamahiriya</option>
<option value="Liechtenstein">Liechtenstein</option>
<option value="Lithuania">Lithuania</option>
<option value="Luxembourg">Luxembourg</option>
<option value="Macao">Macao</option>
<option value="Macedonia, The Former Yugoslav Republic of">Macedonia, The Former Yugoslav Republic of</option>
<option value="Madagascar">Madagascar</option>
<option value="Malawi">Malawi</option>
<option value="Malaysia">Malaysia</option>
<option value="Maldives">Maldives</option>
<option value="Mali">Mali</option>
<option value="Malta">Malta</option>
<option value="Marshall Islands">Marshall Islands</option>
<option value="Martinique">Martinique</option>
<option value="Mauritania">Mauritania</option>
<option value="Mauritius">Mauritius</option>
<option value="Mayotte">Mayotte</option>
<option value="Mexico">Mexico</option>
<option value="Micronesia, Federated States of">Micronesia, Federated States of</option>
<option value="Moldova, Republic of">Moldova, Republic of</option>
<option value="Monaco">Monaco</option>
<option value="Mongolia">Mongolia</option>
<option value="Montserrat">Montserrat</option>
<option value="Morocco">Morocco</option>
<option value="Mozambique">Mozambique</option>
<option value="Myanmar">Myanmar</option>
<option value="Namibia">Namibia</option>
<option value="Nauru">Nauru</option>
<option value="Nepal">Nepal</option>
<option value="Netherlands">Netherlands</option>
<option value="Netherlands Antilles">Netherlands Antilles</option>
<option value="New Caledonia">New Caledonia</option>
<option value="New Zealand">New Zealand</option>
<option value="Nicaragua">Nicaragua</option>
<option value="Niger">Niger</option>
<option value="Nigeria">Nigeria</option>
<option value="Niue">Niue</option>
<option value="Norfolk Island">Norfolk Island</option>
<option value="Northern Mariana Islands">Northern Mariana Islands</option>
<option value="Norway">Norway</option>
<option value="Oman">Oman</option>
<option value="Pakistan">Pakistan</option>
<option value="Palau">Palau</option>
<option value="Palestinian Territory, Occupied">Palestinian Territory, Occupied</option>
<option value="Panama">Panama</option>
<option value="Papua New Guinea">Papua New Guinea</option>
<option value="Paraguay">Paraguay</option>
<option value="Peru">Peru</option>
<option value="Philippines">Philippines</option>
<option value="Pitcairn">Pitcairn</option>
<option value="Poland">Poland</option>
<option value="Portugal">Portugal</option>
<option value="Puerto Rico">Puerto Rico</option>
<option value="Qatar">Qatar</option>
<option value="Reunion">Reunion</option>
<option value="Romania">Romania</option>
<option value="Russian Federation">Russian Federation</option>
<option value="Rwanda">Rwanda</option>
<option value="Saint Helena">Saint Helena</option>
<option value="Saint Kitts and Nevis">Saint Kitts and Nevis</option>
<option value="Saint Lucia">Saint Lucia</option>
<option value="Saint Pierre and Miquelon">Saint Pierre and Miquelon</option>
<option value="Saint Vincent and The Grenadines">Saint Vincent and The Grenadines</option>
<option value="Samoa">Samoa</option>
<option value="San Marino">San Marino</option>
<option value="Sao Tome and Principe">Sao Tome and Principe</option>
<option value="Saudi Arabia">Saudi Arabia</option>
<option value="Senegal">Senegal</option>
<option value="Serbia and Montenegro">Serbia and Montenegro</option>
<option value="Seychelles">Seychelles</option>
<option value="Sierra Leone">Sierra Leone</option>
<option value="Singapore">Singapore</option>
<option value="Slovakia">Slovakia</option>
<option value="Slovenia">Slovenia</option>
<option value="Solomon Islands">Solomon Islands</option>
<option value="Somalia">Somalia</option>
<option value="South Africa">South Africa</option>
<option value="South Georgia and The South Sandwich Islands">South Georgia & The South Sandwich Islands</option>
<option value="Spain">Spain</option>
<option value="Sri Lanka">Sri Lanka</option>
<option value="Sudan">Sudan</option>
<option value="Suriname">Suriname</option>
<option value="Svalbard and Jan Mayen">Svalbard and Jan Mayen</option>
<option value="Swaziland">Swaziland</option>
<option value="Sweden">Sweden</option>
<option value="Switzerland">Switzerland</option>
<option value="Syrian Arab Republic">Syrian Arab Republic</option>
<option value="Taiwan">Taiwan</option>
<option value="Tajikistan">Tajikistan</option>
<option value="Tanzania, United Republic of">Tanzania, United Republic of</option>
<option value="Thailand">Thailand</option>
<option value="Timor-leste">Timor-leste</option>
<option value="Togo">Togo</option>
<option value="Tokelau">Tokelau</option>
<option value="Tonga">Tonga</option>
<option value="Trinidad and Tobago">Trinidad and Tobago</option>
<option value="Tunisia">Tunisia</option>
<option value="Turkey">Turkey</option>
<option value="Turkmenistan">Turkmenistan</option>
<option value="Turks and Caicos Islands">Turks and Caicos Islands</option>
<option value="Tuvalu">Tuvalu</option>
<option value="Uganda">Uganda</option>
<option value="Ukraine">Ukraine</option>
<option value="United Arab Emirates">United Arab Emirates</option>
<option value="United Kingdom">United Kingdom</option>
<option value="United States">United States</option>
<option value="United States Minor Outlying Islands">United States Minor Outlying Islands</option>
<option value="Uruguay">Uruguay</option>
<option value="Uzbekistan">Uzbekistan</option>
<option value="Vanuatu">Vanuatu</option>
<option value="Venezuela">Venezuela</option>
<option value="Viet Nam">Viet Nam</option>
<option value="Virgin Islands, British">Virgin Islands, British</option>
<option value="Virgin Islands, U.S.">Virgin Islands, U.S.</option>
<option value="Wallis and Futuna">Wallis and Futuna</option>
<option value="Western Sahara">Western Sahara</option>
<option value="Yemen">Yemen</option>
<option value="Zambia">Zambia</option>
<option value="Zimbabwe">Zimbabwe</option>
</select>
<label for="Postal_Code">Postal Code:</label>
<input type="text" name="Postal_Code" id="Postal_Code" placeholder="K1N 6N5"/>
<label for="telephone">Telephone:</label>
<input type="text" name="telephone" id="telephone" placeholder="+1 (613) 555 - 555"/>
<label for="email">Email:<span class="asterik">*</span></label>
<input type="email" name="email" id="email" placeholder="john@doe.com"/>
<label for="Session_Chair">Would you be interested in being a session chair?<span class="asterik">*</span></label>
<select name="Session_Chair" id="Session_Chair">
<option selected="" disabled="">--</option>
<option>Yes</option>
<option>No</option>
</select>
<label for="student">Are you a student?<span class="asterik">*</span></label>
<select name="student" id="student">
<option selected="" disabled="">--</option>
<option>Yes</option>
<option>No</option>
</select>
<label for="Date_of_Payment_Transaction">Date of Payment Transaction:<span class="asterik">*</span></label>
<input type="date" name="Date_of_Payment_Transaction" id="Date_of_Payment_Transaction" placeholder="MM/DD/YEAR"/>
<label for="file">Please upload a copy of your receipt:<span class="asterik">*</span><br><i>Only image files are permitted</i></label>
<input name="file" type="file" id="file" size="33">
<label for="Paper_ID">Paper ID(s):</label>
<input type="text" name="Paper_ID" id="Paper_ID" placeholder="142"/>
<label for="Preferred_Mode_of_Presentation(s)">Preferred Mode of Presentation(s):</label>
<input type="text" name="Preferred_Mode_of_Presentation(s)" id="Preferred_Mode_of_Presentation(s)" placeholder="(Ex. Paper ID 142: ORAL, Paper ID 143: POSTER) The paper numbers are assigned to your submissions by the OpenConf system. If You are not an Author, Please Leave this Field Blank."/>
<div class="registrationDocuments"><p class="bold">Request for Official Registration Documents</p>
<label for="Do_you_need_an_official_Paper_Acceptance_Letter">Do you need an official Letter of Paper Acceptance?<span class="asterik">*</span></label>
<select name="Do_you_need_an_official_Paper_Acceptance_Letter" id="Do_you_need_an_official_Paper_Acceptance_Letter">
<option selected="" disabled="">--</option>
<option>Yes</option>
<option>No</option>
</select>
<label for="Do_you_need_an_official_Invitation_Letter">Do you need an official Invitation Letter?<span class="asterik">*</span></label>
<select name="Do_you_need_an_official_Invitation_Letter" id="Do_you_need_an_official_Invitation_Letter">
<option selected="" disabled="">--</option>
<option>Yes</option>
<option>No</option>
</select>
<label for="Do_you_need_an_official_Paid_Invoice">Do you need an official Paid Invoice?<span class="asterik">*</span></label>
<select name="Do_you_need_an_official_Paid_Invoice" id="Do_you_need_an_official_Paid_Invoice">
<option selected="" disabled="">--</option>
<option>Yes</option>
<option>No</option>
</select>
<label for="Do_you_need_an_official_Certificate_of_Attendance">Do you need an official Certificate of Attendance?<span class="asterik">*</span><br><i>Please be aware that the certificate will not be provided until the end of the conference.</i></label>
<select name="Do_you_need_an_official_Certificate_of_Attendance" id="Do_you_need_an_official_Certificate_of_Attendance">
<option selected="" disabled="">--</option>
<option>Yes</option>
<option>No</option>
</select>
</div>
<label for="comments">Additional Information or Comments:</label>
<textarea name="comments" id="comments" cols="35" rows="5" placeholder="Here you can specify your dietary preference, i.e. vegetarian, no pork, etc. You can also specify any details you want for us to include in the paid invoice. For example, if you want us to specify a different affiliation as opposed to the one provided in the form."></textarea>
<label for="Terms_and_Regulations">Terms and Regulations:</label>
<textarea name="Terms_and_Regulations" cols="35" rows="9" readonly id="Terms_and_Regulations">Please note the following: 1. Prices are in EUROS. 2. The registration fee is VAT included. 3. For students registering at the conference, student identification will be required at the registration desk. 4. Registration fees are not refundable under any circumstances.</textarea>
<label for="Registrant_Agreement">Registrant Agreement:<span class="asterik">*</span></label>
<input name="Registrant_Agreement" type="checkbox" id="Registrant_Agreement" value="checked"><p class="body">I have Read and Agreed to the Terms and Regulations</p>
<center>
<input type="submit" accept="image/jpeg" value="Register"></input>
<input type="reset" name="Reset" value="Reset">
</center>
</form>
</div>
</div>
<div class="unit unit-s-1 unit-m-1-3-1 unit-l-1-3-1">
<div class="unit-spacer">
<p class="announcement-text"><strong>ICNB'18</strong> is part of the <strong>3<sup>rd</sup> World Congress on Recent
Advances in Nanotechnology (RAN'18)</strong>.
<a class="body-link" target="_blank" href="https://www.rancongress.com">Congress Website</a> |
<a class="body-link" target="_blank" href="RAN18_CFP_Flyer.pdf">Congress Flyer</a></p>
<p class="announcement-text">
<strong>Poster Board Dimensions:</strong><br>
Authors presenting via poster boards are to be informed that poster boards are 110 cm height and 70 cm width.
</p>
<h2>Upcoming Dates</h2>
<div class="grid events">
<div class="unit unit-s-1 unit-m-1-4 unit-l-1-4">
<div class="date">
Mar. 13, 2018
</div>
</div>
<div class="unit unit-s-1 unit-m-3-4 unit-l-3-4">
<div class="unit-spacer">
Final Version of Accepted Submissions Deadline
</div>
</div>
</div>
<div class="grid events">
<div class="unit unit-s-1 unit-m-1-4 unit-l-1-4">
<div class="date">
Mar. 13, 2018
</div>
</div>
<div class="unit unit-s-1 unit-m-3-4 unit-l-3-4">
<div class="unit-spacer">
Extended <br>Regular Registration
</div>
</div>
</div>
<div class="grid events">
<div class="unit unit-s-1 unit-m-1-4 unit-l-1-4">
<div class="date">
Apr. 10 - 12, 2018
</div>
</div>
<div class="unit unit-s-1 unit-m-3-4 unit-l-3-4">
<div class="unit-spacer">
Conference Dates
</div>
</div>
</div>
<br>
<div>
<div class="unit unit-s-1-1 unit-m-1-2 unit-l-1-2 ">
<a href="https://www.crossref.org/" target="_blank"><img src="/img/Crossref_logo.png" alt="Crossref" class="flex-img" style="max-width:130px;"/></a>
</div>
<div class="unit unit-s-1-1 unit-m-1-2 unit-l-1-2 ">
<a href="https://www.scopus.com/" target="_blank"><img src="/img/Scopus_logo.png" alt="Scopus" class="flex-img" style="max-width:130px;"/></a>
</div>
<br>
<div class="unit unit-s-1-1 unit-m-1-2 unit-l-1-2 ">
<a href="https://scholar.google.com/" target="_blank"><img src="/img/GoogleSchoolar_logo.png" alt="Google Scholar" class="flex-img" style="max-width:130px;"/></a>
</div>
<div class="unit unit-s-1-1 unit-m-1-2 unit-l-1-2 ">
<a href="https://www.portico.org/" target="_blank"><img src="/img/portico_logo.png" alt="Portico" class="flex-img" style="max-width:110px;"/></a>
</div>
<br>
</div>
</div>
</div>
</div>
<footer id="contact">
<div class="grid">
<div class="unit unit-s-1 unit-m-1-3 unit-l-1-3">
<div class="unit-spacer">
<h2>Contact Us</h2>
<p class="body">International ASET Inc.<br>
Unit No. 104, 2442 St. Joseph Blvd.<br>
Orléans, Ontario, Canada<br>
Postal Code: K1C 1G1<br>
+1-613-834-9999<br>
<a href="mailto:info@nbconference.com">info@nbconference.com</a></p>
</div>
</div>
<div class="unit unit-s-1 unit-m-2-3 unit-l-2-3 contact">
<div class="unit-spacer">
<p class="body">For questions or comments regarding ICNB'18, please fill out the form below:</p>
<form action="../contactus.php" method="post" enctype="multipart/form-data" name="ContactForm" class="cf">
<div class="half left cf">
<input style="margin-bottom:0.85em" type="text" name="Name" id="Name" placeholder="Name" required>
<input style="margin-bottom:0.85em" type="email" name="Email" id="Email" placeholder="Email address" required>
<input type="text" name="Subject" id="Subject" placeholder="Subject" required>
</div>
<div class="half right cf">
<textarea name="Message" type="text" rows="5" name="Message" id="Message" placeholder="Message" required></textarea>
</div><br><br>
<center class="full right cf"><div class="g-recaptcha" data-sitekey="6LcU9g0TAAAAAK33kP2sFAv-1YQ7ciZlwHXs8Gt1"></div></center>
<div class="cf">
<center><div class="full right cf"><input type="submit" name="Submit" value="Submit">
<input type="reset" name="Reset" value="Reset"></center></div>
</div></div></form>
</div>
</div>
</div>
</footer>
<div class="copyright">
<a href="http://international-aset.com">International ASET Inc.</a> | <a href="http://international-aset.com/phplistpublic/?p=subscribe&id=1">Subscribe</a> | <a href="../terms">Terms of Use</a> | <a href="../sitemap">Sitemap</a>
<p class="body">© Copyright <script>document.write(new Date().getFullYear())</script>, International ASET Inc. – All Rights Reserved.</p>
<p class="copyright1">Have any feedback? Please provide them here: <script>var refURL = window.location.protocol + "//" + window.location.host + window.location.pathname; document.write('<a href="http://international-aset.com/feedback/?refURL=' + refURL+'" class="body-link">Feedback</a>');</script></p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/jquery.validation/1.15.1/jquery.validate.min.js"></script>
<script src="../js/form-validation.js"></script>
<script src="../js/jquery.nicescroll.min.js"></script>
<script type="text/javascript" src="../js/jquery.calendario.js"></script>
<script type="text/javascript" src="../js/data.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.touchswipe/1.6.4/jquery.touchSwipe.min.js"></script>
<script src="../js/jquery.liquid-slider.min.js"></script>
<script src="../js/classie.js"></script>
<script src="../js/cbpAnimatedHeader.min.js"></script>
<script src="../js/SpryValidationSelect.js" type="text/javascript"></script>
<script src="../js/SpryValidationTextField.js" type="text/javascript"></script>
<script src="../js/SpryValidationConfirm.js" type="text/javascript"></script>
<script src="../js/SpryValidationCheckbox.js" type="text/javascript"></script>
<script src="../js/SpryValidationTextarea.js" type="text/javascript"></script>
<script type="text/javascript">
/*
Slidemenu
*/
(function() {
var $body = document.body
, $menu_trigger = $body.getElementsByClassName('menu-trigger')[0];
if ( typeof $menu_trigger !== 'undefined' ) {
$menu_trigger.addEventListener('click', function() {
$body.className = ( $body.className == 'menu-active' )? '' : 'menu-active';
});
}
}).call(this);
</script>
<script type="text/javascript">
var spryselect1 = new Spry.Widget.ValidationSelect("spryselect1", {isRequired:false});
var sprytextfield1 = new Spry.Widget.ValidationTextField("sprytextfield1");
var sprytextfield2 = new Spry.Widget.ValidationTextField("sprytextfield2");
var sprytextfield3 = new Spry.Widget.ValidationTextField("sprytextfield3");
var sprytextfield4 = new Spry.Widget.ValidationTextField("sprytextfield4");
var spryconfirm4 = new Spry.Widget.ValidationTextField("spryconfirm4");
var spryconfirm1 = new Spry.Widget.ValidationTextField("spryconfirm1");
var spryselect2 = new Spry.Widget.ValidationSelect("spryselect2", {invalidValue:"-1"});
var sprytextfield5 = new Spry.Widget.ValidationTextField("sprytextfield5", "email");
var sprytextarea1 = new Spry.Widget.ValidationTextarea("sprytextarea1");
var spryselect3 = new Spry.Widget.ValidationSelect("spryselect3", {invalidValue:"-1", isRequired:false});
var spryselect3 = new Spry.Widget.ValidationSelect("spryselect11", {invalidValue:"-1", isRequired:false});
var sprytextfield6 = new Spry.Widget.ValidationTextField("sprytextfield6", "date", {format:"mm/dd/yyyy"});
var sprytextfield9 = new Spry.Widget.ValidationTextField("sprytextfield9");
var sprytextfield7 = new Spry.Widget.ValidationTextField("sprytextfield7");
var sprytextfield8 = new Spry.Widget.ValidationTextField("sprytextfield8");
var sprytextfield10 = new Spry.Widget.ValidationTextField("sprytextfield10");
var sprycheckbox1 = new Spry.Widget.ValidationCheckbox("sprycheckbox1");
</script>
<script type="text/javascript">
$(function() {
var transEndEventNames = {
'WebkitTransition' : 'webkitTransitionEnd',
'MozTransition' : 'transitionend',
'OTransition' : 'oTransitionEnd',
'msTransition' : 'MSTransitionEnd',
'transition' : 'transitionend'
},
transEndEventName = transEndEventNames[ Modernizr.prefixed( 'transition' ) ],
$wrapper = $( '#custom-inner' ),
$calendar = $( '#calendar' ),
cal = $calendar.calendario( {
onDayClick : function( $el, $contentEl, dateProperties ) {
if( $contentEl.length > 0 ) {
showEvents( $contentEl, dateProperties );
}
},
caldata : codropsEvents,
displayWeekAbbr : true
} ),
$month = $( '#custom-month' ).html( cal.getMonthName() ),
$year = $( '#custom-year' ).html( cal.getYear() );
$( '#custom-next' ).on( 'click', function() {
cal.gotoNextMonth( updateMonthYear );
} );
$( '#custom-prev' ).on( 'click', function() {
cal.gotoPreviousMonth( updateMonthYear );
} );
function updateMonthYear() {
$month.html( cal.getMonthName() );
$year.html( cal.getYear() );
}
// just an example..
function showEvents( $contentEl, dateProperties ) {
hideEvents();
var $events = $( '<div id="custom-content-reveal" class="custom-content-reveal"><h4>Events for ' + dateProperties.monthname + ' ' + dateProperties.day + ', ' + dateProperties.year + '</h4></div>' ),
$close = $( '<span class="custom-content-close"></span>' ).on( 'click', hideEvents );
$events.append( $contentEl.html() , $close ).insertAfter( $wrapper );
setTimeout( function() {
$events.css( 'top', '0%' );
}, 25 );
}
function hideEvents() {
var $events = $( '#custom-content-reveal' );
if( $events.length > 0 ) {
$events.css( 'top', '100%' );
Modernizr.csstransitions ? $events.on( transEndEventName, function() { $( this ).remove(); } ) : $events.remove();
}
}
});
</script>
<script>
$('#main-slider').liquidSlider();
</script>
<script>
(function($){
$(window).load(function(){
$("html").niceScroll();
});
})(jQuery);
</script>
</body>
</html>
|
app/index.html
|
ashesi-SE/Sample-1
|
<!DOCTYPE html>
<!--[if lt IE 7]> <html lang="en" ng-app="myApp" class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html lang="en" ng-app="myApp" class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html lang="en" ng-app="myApp" class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html lang="en" ng-app="myApp" class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Cedi to Dollar Currency Conversion</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="bower_components/html5-boilerplate/css/normalize.css">
<link rel="stylesheet" href="bower_components/html5-boilerplate/css/main.css">
<link rel="stylesheet" href="app.css"/>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- 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]-->
<script src="bower_components/html5-boilerplate/js/vendor/modernizr-2.6.2.min.js"></script>
</head>
<body>
<!--
No menu needed yet; just a single view
<ul class="menu">
<li><a href="#/view1">view1</a></li>
<li><a href="#/view2">view2</a></li>
</ul>
-->
<!--[if lt 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]-->
<div ng-view></div>
<div class="col-xs-12">
<div><label class="lbl-info">Currency Conversion Application based on angular seed: v<span app-version></span><label></div>
</div>
<!-- In production use:
<script src="//ajax.googleapis.com/ajax/libs/angularjs/x.x.x/angular.min.js"></script>
-->
<script src="bower_components/angular/angular.js"></script>
<script src="bower_components/angular-route/angular-route.js"></script>
<script src="app.js"></script>
<script src="mainview/mainview.js"></script>
<script src="components/version/version.js"></script>
<script src="components/version/version-directive.js"></script>
<script src="components/version/interpolate-filter.js"></script>
<script src="components/forex/forex.js"></script>
<!--google analytics code
-->
<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-55719705-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>
|
web/form/style/exsession.css
|
gslewis/dmex-app
|
@import "form.css";
@import "problem.css";
div.errors {
border: 1px solid red;
}
div.errors ul {
list-style: none;
padding-left: 1em;
}
input.demoButton {
display: block;
margin-top: 30px;
margin-left: auto;
margin-right: auto;
width: 60px;
}
.overlay {
background: transparent;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 10;
}
.overlay div.demo {
position: relative;
border: 2px solid gray;
background-color: #EEE;
color: black;
width: 360px;
}
.overlay div.demo input.closeButton {
position: absolute;
top: 0;
right: 0;
}
.overlay div.demo input.nextButton {
position: absolute;
top: 0;
left: 0;
}
.overlay div.demo div.demo-text {
margin-top: 26px;
margin-bottom: 10px;
border-top: 3px double gray;
padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
}
.demo-highlight-cell {
background-color: #ffa7a7;
}
.demo-highlight-input {
background-color: #ffa7a7;
}
.demo-highlight-input-value {
background-color: #DDD;
color: red;
font-weight: bold;
}
|
_site/page2/index.html
|
asoplata/asoplata.github.io
|
<!DOCTYPE html>
<html lang="en-us">
<head>
<link href="http://gmpg.org/xfn/11" rel="profile">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<!-- Enable responsiveness on mobile devices-->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<title>
Æsop · Austin E Soplata
</title>
<!-- CSS -->
<link rel="stylesheet" href="/public/css/poole.css">
<link rel="stylesheet" href="/public/css/syntax.css">
<link rel="stylesheet" href="/public/css/lanyon.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700%7CPT+Sans:400">
<!-- Icons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/public/apple-touch-icon-144-precomposed.png">
<link rel="shortcut icon" href="/public/favicon.ico">
<!-- RSS -->
<link rel="alternate" type="application/rss+xml" title="RSS" href="/atom.xml">
<link type="application/atom+xml" rel="alternate" href="http://localhost:4000/feed.xml" title="Æsop" /> <!-- from github atom help -->
<!-- Google Plus -->
<!-- Place this tag in your head or just before your close body tag. -->
<script src="https://apis.google.com/js/platform.js" async defer></script>
</head>
<body>
<!-- Target for toggling the sidebar `.sidebar-checkbox` is for regular
styles, `#sidebar-checkbox` for behavior. -->
<input type="checkbox" class="sidebar-checkbox" id="sidebar-checkbox">
<!-- Toggleable sidebar -->
<div class="sidebar" id="sidebar">
<div class="sidebar-item">
<p>Personal website of <a href="https://github.com/asoplata" target="_blank">Austin Soplata</a>.</p>
</div>
<nav class="sidebar-nav">
<a class="sidebar-nav-item" href="/">Home</a>
<a class="sidebar-nav-item" href="/about/">About</a>
<a class="sidebar-nav-item" href="/publications/">Publications</a>
<a class="sidebar-nav-item" href="/tags/">Tags</a>
<a class="sidebar-nav-item" href="https://twitter.com/asoplata/">Twitter: @asoplata</a>
<a class="sidebar-nav-item" href="https://github.com/asoplata/">GitHub: asoplata</a>
<!--
<a class="sidebar-nav-item" href="/archive/v2.1.0.zip">Download</a>
<a class="sidebar-nav-item" href="">GitHub project</a>
<span class="sidebar-nav-item">Currently v2.1.0</span>
-->
</nav>
<div class="sidebar-item">
<p>
© Austin Soplata, 2021. All rights reserved,
whatever that means?
</p>
</div>
</div>
<!-- Wrap is the content to shift when toggling the sidebar. We wrap the
content to avoid any CSS collisions with our real content. -->
<div class="wrap">
<div class="masthead">
<div class="container">
<h3 class="masthead-title">
<a href="/" title="Home">Æsop</a>
<small>Austin E Soplata</small>
</h3>
</div>
</div>
<div class="container content">
<div class="posts">
<div class="post">
<h1 class="post-title">
<a href="/2017/07/05/publications/">
Publications available
</a>
</h1>
<span class="post-date">05 Jul 2017</span>
<p> Tags:
<a href="/tags#publications">publications</a>
<a href="/tags#posters">posters</a>
<a href="/tags#talks">talks</a>
<a href="/tags#papers">papers</a>
</p>
<p>All publications including posters, talks, and papers are now available on a
single <a href="/publications">Publications page</a>.</p>
</div>
<div class="post">
<h1 class="post-title">
<a href="/2016/11/11/posters/">
Posters online now!
</a>
</h1>
<span class="post-date">11 Nov 2016</span>
<p> Tags:
<a href="/tags#posters">posters</a>
<a href="/tags#publications">publications</a>
</p>
<p>I’ve started putting posters on the website! <a href="/publications">Go here to access the Publications page.</a></p>
</div>
<div class="post">
<h1 class="post-title">
<a href="/2016/10/12/talks/">
Talks online now!
</a>
</h1>
<span class="post-date">12 Oct 2016</span>
<p> Tags:
<a href="/tags#talks">talks</a>
<a href="/tags#publications">publications</a>
</p>
<p>I’ve started putting talks/presentations on the website! <a href="/publications">Go here to access the
Publications page.</a></p>
</div>
</div>
<div class="pagination">
<span class="pagination-item older">Older</span>
<a class="pagination-item newer" href="/">Newer</a>
</div>
</div>
</div>
<label for="sidebar-checkbox" class="sidebar-toggle"></label>
<script>
(function(document) {
var toggle = document.querySelector('.sidebar-toggle');
var sidebar = document.querySelector('#sidebar');
var checkbox = document.querySelector('#sidebar-checkbox');
document.addEventListener('click', function(e) {
var target = e.target;
if(!checkbox.checked ||
sidebar.contains(target) ||
(target === checkbox || target === toggle)) return;
checkbox.checked = false;
}, false);
})(document);
</script>
</body>
</html>
|
vsdoc/topic_00000000000000F2.html
|
asiboro/asiboro.github.io
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="GENERATOR" content="VSdocman - documentation generator; https://www.helixoft.com" />
<link rel="icon" href="favicon.ico">
<title>CustomAccountService.TryLogin Method</title>
<link rel="stylesheet" type="text/css" href="msdn2019/toc.css" />
<script src="msdn2019/toc.js"></script>
<link rel="stylesheet" type="text/css" href="msdn2019/msdn2019.css"></link>
<script src="msdn2019/msdn2019.js" type="text/javascript"></script>
<script src="SyntaxHighlighter/scripts/shCore_helixoft.js" type="text/javascript"></script>
<script src="SyntaxHighlighter/scripts/shBrushVb.js" type="text/javascript"></script>
<script src="SyntaxHighlighter/scripts/shBrushCSharp.js" type="text/javascript"></script>
<script src="SyntaxHighlighter/scripts/shBrushFSharp.js" type="text/javascript"></script>
<script src="SyntaxHighlighter/scripts/shBrushCpp.js" type="text/javascript"></script>
<script src="SyntaxHighlighter/scripts/shBrushJScript.js" type="text/javascript"></script>
<link href="SyntaxHighlighter/styles/shCore.css" rel="stylesheet" type="text/css" />
<link href="SyntaxHighlighter/styles/shThemeMsdnLW.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">
SyntaxHighlighter.all();
</script>
<link rel="stylesheet" type="text/css" href="vsdocman_overrides.css"></link>
</head>
<body style="direction: ltr;">
<div id="topic">
<!--HEADER START-->
<div id="header">
<div id="header-top-container">
<div id="header-top-parent-container1">
<div id="header-top-container1">
<div id="runningHeaderText1"><a id="headerLogo" href="#" onclick="window.location.href = getCssCustomProperty('--headerLogoLink'); return false;">logo</a></div>
<div id="runningHeaderText1b"><script>
document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
</script></div>
</div>
</div>
<div id="header-top-container2">
<div id="runningHeaderText">SOLUTION-WIDE PROPERTIES Reference</div>
<div id="search-bar-container">
<form id="search-bar" action="search--.html">
<input id="HeaderSearchInput" type="search" name="search" placeholder="Search" >
<button id="btn-search" class="c-glyph" title="Search">
<span>Search</span>
</button>
</form>
<button id="cancel-search" class="cancel-search" title="Cancel">
<span>Cancel</span>
</button>
</div>
</div>
</div>
<hr />
<div id="header-breadcrumbs"></div>
<div id="headerLinks">
</div>
<hr />
</div>
<!--HEADER END-->
<div id="mainSection">
<div id="toc-area">
<div id="toc-container" class="stickthis full-height">
<div id="-1"></div>
<div id="c-1">
<div id="ci-1" class="inner-for-height"></div>
</div>
</div>
</div>
<div id="mainBody">
<h1 class="title">CustomAccountService.TryLogin Method</h1>
<div class="metadata">
Namespace:
<a href="topic_00000000000000EF.html">Tlece.Recruitment.Components</a>
<br />Assembly: Tlece.Recruitment (in Tlece.Recruitment.dll)
</div>
<div class="section_container">
<div id="syntaxSection" class="section">
<div id="syntaxCodeBlocks">
<div class="codeSnippetContainer">
<div class="codeSnippetTabs">
<div class="codeSnippetTabLeftCornerActive">
</div>
<div class="codeSnippetTab csFirstTab csActiveTab codeVB">
<a>VB</a>
</div>
<div class="codeSnippetTab csNaTab codeCsharp">
<a href="javascript: CodeSnippet_SetLanguage('Csharp');">C#</a>
</div>
<div class="codeSnippetTab csNaTab codeFsharp">
<a href="javascript: CodeSnippet_SetLanguage('Fsharp');">F#</a>
</div>
<div class="codeSnippetTab csNaTab codeCpp">
<a href="javascript: CodeSnippet_SetLanguage('Cpp');">C++</a>
</div>
<div class="codeSnippetTab csLastTab csNaTab codeJScript">
<a href="javascript: CodeSnippet_SetLanguage('JScript');">JScript</a>
</div>
<div class="codeSnippetTabRightCorner">
</div>
<div style="clear:both;">
</div>
</div>
<div class="codeSnippetCodeCollection">
<div class="codeSnippetToolbar">
<a title="Copy to clipboard." href="javascript:void(0)" onclick="CopyCode(this);">Copy</a>
</div>
<div class="codeSnippetCode codeVB">
<pre xml:space="preserve" class="brush: vb">Public Overrides Function TryLogin( _ <br /> ByVal <i>model</i> As <a target="_top" href=".html" onclick="this.target='';return true;">LoginViewModel</a> _ <br />) As <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.threading.tasks.task-1">Task</a>(Of <a target="_top" href=".html" onclick="this.target='';return true;">UserLoginResult</a>)</pre>
</div>
<div class="codeSnippetCode codeNA">
<pre xml:space="preserve">This language is not supported or no code example is available.</pre>
</div>
</div>
</div>
<div class="codeSnippetContainer">
<div class="codeSnippetTabs">
<div class="codeSnippetTabLeftCorner">
</div>
<div class="codeSnippetTab csFirstTab csNaTab codeVB">
<a>VB</a>
</div>
<div class="codeSnippetTab csActiveTab codeCsharp">
<a href="javascript: CodeSnippet_SetLanguage('Csharp');">C#</a>
</div>
<div class="codeSnippetTab csNaTab codeFsharp">
<a href="javascript: CodeSnippet_SetLanguage('Fsharp');">F#</a>
</div>
<div class="codeSnippetTab csNaTab codeCpp">
<a href="javascript: CodeSnippet_SetLanguage('Cpp');">C++</a>
</div>
<div class="codeSnippetTab csLastTab csNaTab codeJScript">
<a href="javascript: CodeSnippet_SetLanguage('JScript');">JScript</a>
</div>
<div class="codeSnippetTabRightCorner">
</div>
<div style="clear:both;">
</div>
</div>
<div class="codeSnippetCodeCollection">
<div class="codeSnippetToolbar">
<a title="Copy to clipboard." href="javascript:void(0)" onclick="CopyCode(this);">Copy</a>
</div>
<div class="codeSnippetCode codeCsharp">
<pre xml:space="preserve" class="brush: csharp">public override <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.threading.tasks.task-1">Task</a><<a target="_top" href=".html" onclick="this.target='';return true;">UserLoginResult</a>> TryLogin( <br /> <a target="_top" href=".html" onclick="this.target='';return true;">LoginViewModel</a> <i>model</i> <br />)</pre>
</div>
<div class="codeSnippetCode codeNA">
<pre xml:space="preserve">This language is not supported or no code example is available.</pre>
</div>
</div>
</div>
<div class="codeSnippetContainer">
<div class="codeSnippetTabs">
<div class="codeSnippetTabLeftCorner">
</div>
<div class="codeSnippetTab csFirstTab csNaTab codeVB">
<a>VB</a>
</div>
<div class="codeSnippetTab csNaTab codeCsharp">
<a href="javascript: CodeSnippet_SetLanguage('Csharp');">C#</a>
</div>
<div class="codeSnippetTab csNaTab codeFsharp">
<a href="javascript: CodeSnippet_SetLanguage('Fsharp');">F#</a>
</div>
<div class="codeSnippetTab csActiveTab codeCpp">
<a href="javascript: CodeSnippet_SetLanguage('Cpp');">C++</a>
</div>
<div class="codeSnippetTab csLastTab csNaTab codeJScript">
<a href="javascript: CodeSnippet_SetLanguage('JScript');">JScript</a>
</div>
<div class="codeSnippetTabRightCorner">
</div>
<div style="clear:both;">
</div>
</div>
<div class="codeSnippetCodeCollection">
<div class="codeSnippetToolbar">
<a title="Copy to clipboard." href="javascript:void(0)" onclick="CopyCode(this);">Copy</a>
</div>
<div class="codeSnippetCode codeCpp">
<pre xml:space="preserve" class="brush: cpp">public: <br /><a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.threading.tasks.task-1">Task</a><<a target="_top" href=".html" onclick="this.target='';return true;">UserLoginResult</a>^>^ TryLogin( <br /> <a target="_top" href=".html" onclick="this.target='';return true;">LoginViewModel</a>^ <i>model</i> <br />) </pre>
</div>
<div class="codeSnippetCode codeNA">
<pre xml:space="preserve">This language is not supported or no code example is available.</pre>
</div>
</div>
</div>
<div class="codeSnippetContainer">
<div class="codeSnippetTabs">
<div class="codeSnippetTabLeftCorner">
</div>
<div class="codeSnippetTab csFirstTab csNaTab codeVB">
<a>VB</a>
</div>
<div class="codeSnippetTab csNaTab codeCsharp">
<a href="javascript: CodeSnippet_SetLanguage('Csharp');">C#</a>
</div>
<div class="codeSnippetTab csNaTab codeFsharp">
<a href="javascript: CodeSnippet_SetLanguage('Fsharp');">F#</a>
</div>
<div class="codeSnippetTab csNaTab codeCpp">
<a href="javascript: CodeSnippet_SetLanguage('Cpp');">C++</a>
</div>
<div class="codeSnippetTab csActiveTab csLastTab codeJScript">
<a href="javascript: CodeSnippet_SetLanguage('JScript');">JScript</a>
</div>
<div class="codeSnippetTabRightCornerActive">
</div>
<div style="clear:both;">
</div>
</div>
<div class="codeSnippetCodeCollection">
<div class="codeSnippetToolbar">
<a title="Copy to clipboard." href="javascript:void(0)" onclick="CopyCode(this);">Copy</a>
</div>
<div class="codeSnippetCode codeJScript">
<pre xml:space="preserve" class="brush: js">JScript does not support generic types and methods.</pre>
</div>
<div class="codeSnippetCode codeNA">
<pre xml:space="preserve">This language is not supported or no code example is available.</pre>
</div>
</div>
</div>
</div>
<h4 class="subHeading">
Parameters</h4><dl paramName="model" class="parameterList">
<dt>
<span class="parameter">
model
</span>
</dt>
<dd>
<a target="_top" href=".html" onclick="this.target='';return true;">LoginViewModel</a>
</dd>
</dl>
<p>
</p>
<p />
<h4 class="subHeading">
Return Value</h4>
<a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.threading.tasks.task-1">Task</a><<a target="_top" href=".html" onclick="this.target='';return true;">UserLoginResult</a>>
</div>
</div>
<div class="section_container">
<div class="section_heading">
<span><a href="javascript:void(0)" title="Collapse" onclick="toggleSection(this);">Applies to</a></span>
<div> </div>
</div>
<div id="frameworksSection" class="section">
<h4 class="subHeading">.NET Framework</h4>Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1<br />
</div>
</div>
<div class="section_container">
<div class="section_heading">
<span><a href="javascript:void(0)" title="Collapse" onclick="toggleSection(this);">See Also</a></span>
<div> </div>
</div>
<div id="seeAlsoSection" class="section">
<div>
<a href="topic_00000000000000F0.html">CustomAccountService Class</a><br />
<a href="topic_00000000000000EF.html">Tlece.Recruitment.Components Namespace</a><br />
</div>
</div>
</div>
</div>
<div id="internal-toc-area">
<div id="internal-toc-container" class="stickthis">
<h3 id="internal-toc-heading">In this article</h3>
<span id="internal-toc-definition-localized-text">Definition</span>
</div>
</div>
</div>
<div id="footer">
<div id="footer-container">
<p><span style="color: #FF0000;">Generated with unregistered version of <a target="_top" href="http://www.helixoft.com/vsdocman/overview.html">VSdocman</a></span> <br />Your own footer text will only be shown in registered version.</p>
</div>
</div>
</div>
</body>
</html>
|
1/app/templates/ServiceSetting.html
|
sibojia/ihomepage
|
<form method="POST" action="/getsetting/{{blockId}}">
username: <input style='width:60px' type="text" name="username" value="{{username}}" autocomplete="off">
password: <input style='width:60px' type="password" name="password" value="{{password}}" autocomplete="off"><br />
custom: <input type="text" name="custom" value="{{custom}}" autocomplete="off"><br />
<input type="submit" value="save" name="change">
</form>
|
docs/com/wrapper/spotify/requests/data/player/class-use/SkipUsersPlaybackToPreviousTrackRequest.html
|
thelinmichael/spotify-web-api-java
|
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.10) on Thu Apr 15 10:34:57 CEST 2021 -->
<title>Uses of Class com.wrapper.spotify.requests.data.player.SkipUsersPlaybackToPreviousTrackRequest (Spotify Web API Java Client 6.5.3 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2021-04-15">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>
<script type="text/javascript" src="../../../../../../../jquery/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="../../../../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="../../../../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="../../../../../../../jquery/jquery-3.5.1.js"></script>
<script type="text/javascript" src="../../../../../../../jquery/jquery-ui.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class com.wrapper.spotify.requests.data.player.SkipUsersPlaybackToPreviousTrackRequest (Spotify Web API Java Client 6.5.3 API)";
}
}
catch(err) {
}
//-->
var pathtoroot = "../../../../../../../";
var useModuleDirectories = true;
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<header role="banner">
<nav role="navigation">
<div class="fixedNav">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a id="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../index.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../SkipUsersPlaybackToPreviousTrackRequest.html" title="class in com.wrapper.spotify.requests.data.player">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" id="allclasses_navbar_top">
<li><a href="../../../../../../../allclasses.html">All Classes</a></li>
</ul>
<ul class="navListSearch">
<li><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a id="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
</div>
<div class="navPadding"> </div>
<script type="text/javascript"><!--
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
//-->
</script>
</nav>
</header>
<main role="main">
<div class="header">
<h2 title="Uses of Class com.wrapper.spotify.requests.data.player.SkipUsersPlaybackToPreviousTrackRequest" class="title">Uses of Class<br>com.wrapper.spotify.requests.data.player.SkipUsersPlaybackToPreviousTrackRequest</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary">
<caption><span>Packages that use <a href="../SkipUsersPlaybackToPreviousTrackRequest.html" title="class in com.wrapper.spotify.requests.data.player">SkipUsersPlaybackToPreviousTrackRequest</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#com.wrapper.spotify.requests.data.player">com.wrapper.spotify.requests.data.player</a></th>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList">
<section role="region"><a id="com.wrapper.spotify.requests.data.player">
<!-- -->
</a>
<h3>Uses of <a href="../SkipUsersPlaybackToPreviousTrackRequest.html" title="class in com.wrapper.spotify.requests.data.player">SkipUsersPlaybackToPreviousTrackRequest</a> in <a href="../package-summary.html">com.wrapper.spotify.requests.data.player</a></h3>
<table class="useSummary">
<caption><span>Methods in <a href="../package-summary.html">com.wrapper.spotify.requests.data.player</a> that return <a href="../SkipUsersPlaybackToPreviousTrackRequest.html" title="class in com.wrapper.spotify.requests.data.player">SkipUsersPlaybackToPreviousTrackRequest</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../SkipUsersPlaybackToPreviousTrackRequest.html" title="class in com.wrapper.spotify.requests.data.player">SkipUsersPlaybackToPreviousTrackRequest</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SkipUsersPlaybackToPreviousTrackRequest.Builder.</span><code><span class="memberNameLink"><a href="../SkipUsersPlaybackToPreviousTrackRequest.Builder.html#build()">build</a></span>()</code></th>
<td class="colLast">
<div class="block">The request build method.</div>
</td>
</tr>
</tbody>
</table>
</section>
</li>
</ul>
</li>
</ul>
</div>
</main>
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../index.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../SkipUsersPlaybackToPreviousTrackRequest.html" title="class in com.wrapper.spotify.requests.data.player">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" id="allclasses_navbar_bottom">
<li><a href="../../../../../../../allclasses.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright © 2021. All rights reserved.</small></p>
</footer>
</body>
</html>
|
404.html
|
bsmitty5000/bsmitty5000.github.io
|
---
layout: default
title: 404 Error | Sorry, this page does not exist.
---
<div class="error">
<h1>Four, oh, Four</h1>
<p class="lead"><a href="/" title="The greatest site in the world">Try this?</a></p>
</div>
|
_ng1_docs/1.0.16/interfaces/state.statedeclaration.html
|
ui-router/ui-router.github.io
|
---
redirect_from: /docs/1.0.16/interfaces/state.statedeclaration.html
---
<!doctype html>
<html class="default no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>StateDeclaration | @uirouter/angularjs</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../assets/css/main.css">
<link rel="stylesheet" href="../assets/css/uirouter.css">
<script src="../assets/js/modernizr.js"></script>
<script src="../assets/js/reset.js"></script>
</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">@uirouter/angularjs</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">Internal UI-Router API</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="../index.html">@uirouter/angularjs</a>
</li>
<li>
<a href="../modules/state.html">state</a>
</li>
<li>
<a href="state.statedeclaration.html">StateDeclaration</a>
</li>
</ul>
<h1>Interface StateDeclaration</h1>
</div>
</div>
</header>
<div class="container container-main">
<div class="row">
<div class="col-8 col-content">
<section class="tsd-panel tsd-comment">
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>The StateDeclaration object is used to define a state or nested state.</p>
</div>
<p>Note: Each implementation of UI-Router (for a specific framework)
extends this interface as necessary.</p>
<h4 id="example-">Example:</h4>
<pre><code class="lang-js"><span class="hljs-comment">// StateDeclaration object</span>
<span class="hljs-keyword">var</span> foldersState = {
<span class="hljs-attr">name</span>: <span class="hljs-string">'folders'</span>,
<span class="hljs-attr">url</span>: <span class="hljs-string">'/folders'</span>,
<span class="hljs-attr">component</span>: FoldersComponent,
<span class="hljs-attr">resolve</span>: {
<span class="hljs-attr">allfolders</span>: <span class="hljs-function"><span class="hljs-keyword">function</span>(<span class="hljs-params">FolderService</span>) </span>{
<span class="hljs-keyword">return</span> FolderService.list();
}
},
}
registry.register(foldersState);
</code></pre>
<p>A state declaration may also be an ES6 class which implements the StateDeclaration interface
and has a <code>@State()</code> decorator</p>
<h4 id="example-">Example:</h4>
<pre><code class="lang-js"><span class="hljs-keyword">import</span> { State } <span class="hljs-keyword">from</span> <span class="hljs-string">"@uirouter/core"</span>
<span class="hljs-keyword">import</span> { FolderService } <span class="hljs-keyword">from</span> <span class="hljs-string">"../folder.service"</span>
<span class="hljs-comment">// StateDeclaration class</span>
@State()
<span class="hljs-keyword">export</span> <span class="hljs-class"><span class="hljs-keyword">class</span> <span class="hljs-title">FoldersState</span> <span class="hljs-title">implements</span> <span class="hljs-title">StateDeclaration</span> </span>{
name: <span class="hljs-string">'folders'</span>,
<span class="hljs-attr">url</span>: <span class="hljs-string">'/folders'</span>,
<span class="hljs-attr">component</span>: FoldersComponent
@Resolve({ <span class="hljs-attr">deps</span>: [ FolderService ] })
allfolders(FolderService) {
<span class="hljs-keyword">return</span> FolderService.list();
},
}
registry.register(FoldersState);
</code></pre>
</div>
</section>
<section class="tsd-panel tsd-hierarchy">
<h3>Hierarchy</h3>
<ul class="tsd-hierarchy">
<li>
<span class="target">StateDeclaration</span>
</li>
</ul>
</section>
<section class="tsd-panel-group tsd-index-group">
<h2>Index</h2>
<section class="tsd-panel tsd-index-panel">
<div class="tsd-index-content">
<section class="tsd-index-section ">
<h3>Properties</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="state.statedeclaration.html#__state" class="tsd-kind-icon">$$state</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="state.statedeclaration.html#abstract" class="tsd-kind-icon">abstract</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="state.statedeclaration.html#data" class="tsd-kind-icon">data</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="state.statedeclaration.html#lazyload" class="tsd-kind-icon">lazy<wbr>Load</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="state.statedeclaration.html#name" class="tsd-kind-icon">name</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="state.statedeclaration.html#onenter" class="tsd-kind-icon">on<wbr>Enter</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="state.statedeclaration.html#onexit" class="tsd-kind-icon">on<wbr>Exit</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="state.statedeclaration.html#onretain" class="tsd-kind-icon">on<wbr>Retain</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="state.statedeclaration.html#params" class="tsd-kind-icon">params</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="state.statedeclaration.html#parent" class="tsd-kind-icon">parent</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="state.statedeclaration.html#redirectto" class="tsd-kind-icon">redirect<wbr>To</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="state.statedeclaration.html#reloadonsearch" class="tsd-kind-icon">reload<wbr>OnSearch</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="state.statedeclaration.html#resolve" class="tsd-kind-icon">resolve</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="state.statedeclaration.html#resolvepolicy" class="tsd-kind-icon">resolve<wbr>Policy</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="state.statedeclaration.html#url" class="tsd-kind-icon">url</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="state.statedeclaration.html#views" class="tsd-kind-icon">views</a></li>
</ul>
</section>
</div>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Properties</h2>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
<a name="__state" class="tsd-anchor"></a>
<!--
<h3><span class="tsd-flag ts-flagOptional">Optional</span> $$state</h3>
-->
<div class="tsd-signature tsd-kind-icon">$$state<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">function</span> <div class="tsd-header">
<p> Gets the internal State object API </p>
</div>
</div>
<div class="tsd-declaration">
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Gets the internal State object API</p>
</div>
<p>Gets the <em>internal API</em> for a registered state.</p>
<p>Note: the internal <a href="../classes/state.stateobject.html">StateObject</a> API is subject to change without notice</p>
</div>
</div>
<div class="tsd-type-declaration">
<h4>Type declaration</h4>
<ul class="tsd-parameters">
<li class="tsd-parameter-siganture">
<ul class="tsd-signatures tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported">
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../classes/state.stateobject.html" class="tsd-signature-type">StateObject</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<div class="tsd-returns">
<h4 class="tsd-returns-title">Returns <a href="../classes/state.stateobject.html" class="tsd-signature-type">StateObject</a></h4>
</div>
</li>
</ul>
</li>
</ul>
</div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/ui-router/core/blob/9bb7287/src/state/interface.ts#L190">ui-router-core/src/state/interface.ts:190</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
<a name="abstract" class="tsd-anchor"></a>
<!--
<h3><span class="tsd-flag ts-flagOptional">Optional</span> abstract</h3>
-->
<div class="tsd-signature tsd-kind-icon">abstract<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span> <div class="tsd-header">
<p> Abstract state indicator </p>
</div>
</div>
<div class="tsd-declaration">
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Abstract state indicator</p>
</div>
<p>An abstract state can never be directly activated.
Use an abstract state to provide inherited properties (url, resolve, data, etc) to children states.</p>
</div>
</div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/ui-router/core/blob/9bb7287/src/state/interface.ts#L155">ui-router-core/src/state/interface.ts:155</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
<a name="data" class="tsd-anchor"></a>
<!--
<h3><span class="tsd-flag ts-flagOptional">Optional</span> data</h3>
-->
<div class="tsd-signature tsd-kind-icon">data<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span> <div class="tsd-header">
<p> An inherited property to store state data </p>
</div>
</div>
<div class="tsd-declaration">
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>An inherited property to store state data</p>
</div>
<p>This is a spot for you to store inherited state metadata.
Child states' <code>data</code> object will prototypally inherit from their parent state.</p>
<p>This is a good spot to put metadata such as <code>requiresAuth</code>.</p>
<p>Note: because prototypal inheritance is used, changes to parent <code>data</code> objects reflect in the child <code>data</code> objects.
Care should be taken if you are using <code>hasOwnProperty</code> on the <code>data</code> object.
Properties from parent objects will return false for <code>hasOwnProperty</code>.</p>
</div>
</div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/ui-router/core/blob/9bb7287/src/state/interface.ts#L439">ui-router-core/src/state/interface.ts:439</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
<a name="lazyload" class="tsd-anchor"></a>
<!--
<h3><span class="tsd-flag ts-flagOptional">Optional</span> lazy<wbr>Load</h3>
-->
<div class="tsd-signature tsd-kind-icon">lazy<wbr>Load<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">function</span> <div class="tsd-header">
<p> A function used to lazy load code </p>
</div>
</div>
<div class="tsd-declaration">
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>A function used to lazy load code</p>
</div>
<p>The <code>lazyLoad</code> function is invoked before the state is activated.
The transition waits while the code is loading.</p>
<p>The function should load the code that is required to activate the state.
For example, it may load a component class, or some service code.
The function must return a promise which resolves when loading is complete.</p>
<p>For example, this code lazy loads a service before the <code>abc</code> state is activated:</p>
<pre><code>.<span class="hljs-keyword">state</span>('abc', {
lazyLoad: (transition, <span class="hljs-keyword">state</span>) => System.import('./abcService')
}
</code></pre><p>The <code>abcService</code> file is imported and loaded
(it is assumed that the <code>abcService</code> file knows how to register itself as a service).</p>
<h4 id="lifecycle">Lifecycle</h4>
<ul>
<li>The <code>lazyLoad</code> function is invoked if a transition is going to enter the state.</li>
<li>The function is invoked before the transition starts (using an <code>onBefore</code> transition hook).</li>
<li>The function is only invoked once; while the <code>lazyLoad</code> function is loading code, it will not be invoked again.
For example, if the user double clicks a ui-sref, <code>lazyLoad</code> is only invoked once even though there were two transition attempts.
Instead, the existing lazy load promise is re-used.</li>
<li>When the promise resolves successfully, the <code>lazyLoad</code> property is deleted from the state declaration.</li>
<li>If the promise resolves to a <a href="state.lazyloadresult.html">LazyLoadResult</a> which has an array of <code>states</code>, those states are registered.</li>
<li><p>The original transition is retried (this time without the <code>lazyLoad</code> property present).</p>
</li>
<li><p>If the <code>lazyLoad</code> function fails, then the transition also fails.
The failed transition (and the <code>lazyLoad</code> function) could potentially be retried by the user.</p>
</li>
</ul>
<h3 id="lazy-loading-state-definitions-future-states-">Lazy loading state definitions (Future States)</h3>
<p>State definitions can also be lazy loaded.
This might be desirable when building large, multi-module applications.</p>
<p>To lazy load state definitions, a Future State should be registered as a placeholder.
When the state definitions are lazy loaded, the Future State is deregistered.</p>
<p>A future state can act as a placeholder for a single state, or for an entire module of states and substates.
A future state should have:</p>
<ul>
<li>A <code>name</code> which ends in <code>.**</code>.
A future state's <code>name</code> property acts as a wildcard <a href="../classes/core.glob.html">Glob</a>.
It matches any state name that starts with the <code>name</code> (including child states that are not yet loaded).</li>
<li>A <code>url</code> prefix.
A future state's <code>url</code> property acts as a wildcard.
UI-Router matches all paths that begin with the <code>url</code>.
It effectively appends <code>.*</code> to the internal regular expression.
When the prefix matches, the future state will begin loading.</li>
<li>A <code>lazyLoad</code> function.
This function should should return a Promise to lazy load the code for one or more <a href="state.statedeclaration.html">StateDeclaration</a> objects.
It should return a <a href="state.lazyloadresult.html">LazyLoadResult</a>.
Generally, one of the lazy loaded states should have the same name as the future state.
The new state will then <strong>replace the future state placeholder</strong> in the registry.</li>
</ul>
<h3 id="additional-resources">Additional resources</h3>
<p>For in depth information on lazy loading and Future States, see the <a href="https://ui-router.github.io/guides/lazyload">Lazy Loading Guide</a>.</p>
<h4 id="example-states-js">Example: states.js</h4>
<pre><code class="lang-js">
<span class="hljs-comment">// This child state is a lazy loaded future state</span>
<span class="hljs-comment">// The `lazyLoad` function loads the final state definition</span>
{
<span class="hljs-attr">name</span>: <span class="hljs-string">'parent.**'</span>,
<span class="hljs-attr">url</span>: <span class="hljs-string">'/parent'</span>,
<span class="hljs-attr">lazyLoad</span>: <span class="hljs-function"><span class="hljs-params">()</span> =></span> System.import(<span class="hljs-string">'./lazy.states.js'</span>)
}
</code></pre>
<h4 id="example-lazy-states-js">Example: lazy.states.js</h4>
<p>This file is lazy loaded. It exports an array of states.</p>
<pre><code class="lang-js"><span class="hljs-keyword">import</span> {ChildComponent} <span class="hljs-keyword">from</span> <span class="hljs-string">"./child.component.js"</span>;
<span class="hljs-keyword">import</span> {ParentComponent} <span class="hljs-keyword">from</span> <span class="hljs-string">"./parent.component.js"</span>;
<span class="hljs-comment">// This fully defined state replaces the future state</span>
<span class="hljs-keyword">let</span> parentState = {
<span class="hljs-comment">// the name should match the future state</span>
name: <span class="hljs-string">'parent'</span>,
<span class="hljs-attr">url</span>: <span class="hljs-string">'/parent/:parentId'</span>,
<span class="hljs-attr">component</span>: ParentComponent,
<span class="hljs-attr">resolve</span>: {
<span class="hljs-attr">parentData</span>: <span class="hljs-function">(<span class="hljs-params">$transition$, ParentService</span>) =></span>
ParentService.get($transition$.params().parentId)
}
}
<span class="hljs-keyword">let</span> childState = {
<span class="hljs-attr">name</span>: <span class="hljs-string">'parent.child'</span>,
<span class="hljs-attr">url</span>: <span class="hljs-string">'/child/:childId'</span>,
<span class="hljs-attr">params</span>: {
<span class="hljs-attr">childId</span>: <span class="hljs-string">"default"</span>
},
<span class="hljs-attr">resolve</span>: {
<span class="hljs-attr">childData</span>: <span class="hljs-function">(<span class="hljs-params">$transition$, ChildService</span>) =></span>
ChildService.get($transition$.params().childId)
}
};
<span class="hljs-comment">// This array of states will be registered by the lazyLoad hook</span>
<span class="hljs-keyword">let</span> lazyLoadResults = {
<span class="hljs-attr">states</span>: [ parentState, childState ]
};
<span class="hljs-keyword">export</span> <span class="hljs-keyword">default</span> lazyLoadResults;
</code></pre>
<dl class="tsd-comment-tags">
<dt>param</dt>
<dd><p>the <a href="../classes/transition.transition-1.html">Transition</a> that is activating the future state</p>
</dd>
<dt>param</dt>
<dd><p>the <a href="state.statedeclaration.html">StateDeclaration</a> that the <code>lazyLoad</code> function is declared on</p>
</dd>
<dt>returns</dt>
<dd><p>a Promise to load the states.
Optionally, if the promise resolves to a <a href="state.lazyloadresult.html">LazyLoadResult</a>,
the states will be registered with the <a href="../classes/state.stateregistry.html">StateRegistry</a>.</p>
</dd>
</dl>
</div>
</div>
<div class="tsd-type-declaration">
<h4>Type declaration</h4>
<ul class="tsd-parameters">
<li class="tsd-parameter-siganture">
<ul class="tsd-signatures tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported">
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">(</span>transition<span class="tsd-signature-symbol">: </span><a href="../classes/transition.transition-1.html" class="tsd-signature-type">Transition</a>, state<span class="tsd-signature-symbol">: </span><a href="state.statedeclaration.html" class="tsd-signature-type">StateDeclaration</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="state.lazyloadresult.html" class="tsd-signature-type">LazyLoadResult</a><span class="tsd-signature-symbol">></span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>transition <a href="../classes/transition.transition-1.html" class="tsd-signature-type">Transition</a></h5>
</li>
<li>
<h5>state <a href="state.statedeclaration.html" class="tsd-signature-type">StateDeclaration</a></h5>
</li>
</ul>
<div class="tsd-returns">
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="state.lazyloadresult.html" class="tsd-signature-type">LazyLoadResult</a><span class="tsd-signature-symbol">></span></h4>
</div>
</li>
</ul>
</li>
</ul>
</div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/ui-router/core/blob/9bb7287/src/state/interface.ts#L700">ui-router-core/src/state/interface.ts:700</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
<a name="name" class="tsd-anchor"></a>
<!--
<h3><span class="tsd-flag ts-flagOptional">Optional</span> name</h3>
-->
<div class="tsd-signature tsd-kind-icon">name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span> <div class="tsd-header">
<p> The state name (required) </p>
</div>
</div>
<div class="tsd-declaration">
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>The state name (required)</p>
</div>
<p>A unique state name, e.g. <code>"home"</code>, <code>"about"</code>, <code>"contacts"</code>.
To create a parent/child state use a dot, e.g. <code>"about.sales"</code>, <code>"home.newest"</code>.</p>
<p>Note: [State] objects require unique names.
The name is used like an id.</p>
</div>
</div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/ui-router/core/blob/9bb7287/src/state/interface.ts#L147">ui-router-core/src/state/interface.ts:147</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
<a name="onenter" class="tsd-anchor"></a>
<!--
<h3><span class="tsd-flag ts-flagOptional">Optional</span> on<wbr>Enter</h3>
-->
<div class="tsd-signature tsd-kind-icon">on<wbr>Enter<span class="tsd-signature-symbol">:</span> <a href="transition.transitionstatehookfn.html" class="tsd-signature-type">TransitionStateHookFn</a> <div class="tsd-header">
<p> A Transition Hook called with the state is being entered. See: <a href="transition.ihookregistry.html#onenter">IHookRegistry.onEnter</a> </p>
</div>
</div>
<div class="tsd-declaration">
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>A Transition Hook called with the state is being entered. See: <a href="transition.ihookregistry.html#onenter">IHookRegistry.onEnter</a></p>
</div>
<h4 id="example-">Example:</h4>
<pre><code class="lang-js">.state({
<span class="hljs-attr">name</span>: <span class="hljs-string">'mystate'</span>,
<span class="hljs-attr">onEnter</span>: <span class="hljs-function"><span class="hljs-keyword">function</span>(<span class="hljs-params">trans, state</span>) </span>{
<span class="hljs-built_in">console</span>.log(<span class="hljs-string">"Entering "</span> + state.name);
}
});
</code></pre>
<p>Note: The above <code>onEnter</code> on the state declaration is effectively sugar for:</p>
<pre><code class="lang-js">transitionService.onEnter({ <span class="hljs-attr">entering</span>: <span class="hljs-string">'mystate'</span> }, <span class="hljs-function"><span class="hljs-keyword">function</span>(<span class="hljs-params">trans, state</span>) </span>{
<span class="hljs-built_in">console</span>.log(<span class="hljs-string">"Entering "</span> + state.name);
});
</code></pre>
</div>
</div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/ui-router/core/blob/9bb7287/src/state/interface.ts#L532">ui-router-core/src/state/interface.ts:532</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
<a name="onexit" class="tsd-anchor"></a>
<!--
<h3><span class="tsd-flag ts-flagOptional">Optional</span> on<wbr>Exit</h3>
-->
<div class="tsd-signature tsd-kind-icon">on<wbr>Exit<span class="tsd-signature-symbol">:</span> <a href="transition.transitionstatehookfn.html" class="tsd-signature-type">TransitionStateHookFn</a> <div class="tsd-header">
<p> A Transition Hook called with the state is being exited. See: <a href="transition.ihookregistry.html#onexit">IHookRegistry.onExit</a> </p>
</div>
</div>
<div class="tsd-declaration">
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>A Transition Hook called with the state is being exited. See: <a href="transition.ihookregistry.html#onexit">IHookRegistry.onExit</a></p>
</div>
<h4 id="example-">Example:</h4>
<pre><code class="lang-js">.state({
<span class="hljs-attr">name</span>: <span class="hljs-string">'mystate'</span>,
<span class="hljs-attr">onExit</span>: <span class="hljs-function"><span class="hljs-keyword">function</span>(<span class="hljs-params">trans, state</span>) </span>{
<span class="hljs-built_in">console</span>.log(<span class="hljs-string">"Leaving "</span> + state.name);
}
});
</code></pre>
<p>Note: The above <code>onRetain</code> on the state declaration is effectively sugar for:</p>
<pre><code class="lang-js">transitionService.onExit({ <span class="hljs-attr">exiting</span>: <span class="hljs-string">'mystate'</span> }, <span class="hljs-function"><span class="hljs-keyword">function</span>(<span class="hljs-params">trans, state</span>) </span>{
<span class="hljs-built_in">console</span>.log(<span class="hljs-string">"Leaving "</span> + state.name);
});
</code></pre>
</div>
</div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/ui-router/core/blob/9bb7287/src/state/interface.ts#L576">ui-router-core/src/state/interface.ts:576</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
<a name="onretain" class="tsd-anchor"></a>
<!--
<h3><span class="tsd-flag ts-flagOptional">Optional</span> on<wbr>Retain</h3>
-->
<div class="tsd-signature tsd-kind-icon">on<wbr>Retain<span class="tsd-signature-symbol">:</span> <a href="transition.transitionstatehookfn.html" class="tsd-signature-type">TransitionStateHookFn</a> <div class="tsd-header">
<p> A <a href="transition.transitionstatehookfn.html">TransitionStateHookFn</a> called with the state is being retained/kept. See: <a href="transition.ihookregistry.html#onretain">IHookRegistry.onRetain</a> </p>
</div>
</div>
<div class="tsd-declaration">
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>A <a href="transition.transitionstatehookfn.html">TransitionStateHookFn</a> called with the state is being retained/kept. See: <a href="transition.ihookregistry.html#onretain">IHookRegistry.onRetain</a></p>
</div>
<h4 id="example-">Example:</h4>
<pre><code class="lang-js">.state({
<span class="hljs-attr">name</span>: <span class="hljs-string">'mystate'</span>,
<span class="hljs-attr">onRetain</span>: <span class="hljs-function"><span class="hljs-keyword">function</span>(<span class="hljs-params">trans, state</span>) </span>{
<span class="hljs-built_in">console</span>.log(state.name + <span class="hljs-string">" is still active!"</span>);
}
});
</code></pre>
<p>Note: The above <code>onRetain</code> on the state declaration is effectively sugar for:</p>
<pre><code class="lang-js">transitionService.onRetain({ <span class="hljs-attr">retained</span>: <span class="hljs-string">'mystate'</span> }, <span class="hljs-function"><span class="hljs-keyword">function</span>(<span class="hljs-params">trans, state</span>) </span>{
<span class="hljs-built_in">console</span>.log(state.name + <span class="hljs-string">" is still active!"</span>);
});
</code></pre>
</div>
</div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/ui-router/core/blob/9bb7287/src/state/interface.ts#L554">ui-router-core/src/state/interface.ts:554</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
<a name="params" class="tsd-anchor"></a>
<!--
<h3><span class="tsd-flag ts-flagOptional">Optional</span> params</h3>
-->
<div class="tsd-signature tsd-kind-icon">params<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">object</span> <div class="tsd-header">
<p> Params configuration </p>
</div>
</div>
<div class="tsd-declaration">
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Params configuration</p>
</div>
<p>An object which optionally configures parameters declared in the url, or defines additional non-url
parameters. For each parameter being configured, add a <a href="params.paramdeclaration.html">ParamDeclaration</a> keyed to the name of the parameter.</p>
<h4 id="example-">Example:</h4>
<pre><code class="lang-js">params: {
<span class="hljs-attr">param1</span>: {
<span class="hljs-attr">type</span>: <span class="hljs-string">"int"</span>,
<span class="hljs-attr">array</span>: <span class="hljs-literal">true</span>,
<span class="hljs-attr">value</span>: []
},
<span class="hljs-attr">param2</span>: {
<span class="hljs-attr">value</span>: <span class="hljs-string">"index"</span>
}
}
</code></pre>
</div>
</div>
<div class="tsd-type-declaration">
<h4>Type declaration</h4>
<ul class="tsd-parameters">
<li class="tsd-parameter-index-signature">
<h5><span class="tsd-signature-symbol">[</span>key: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">]: </span><a href="params.paramdeclaration.html" class="tsd-signature-type">ParamDeclaration</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">any</span></h5>
</li>
</ul>
</div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/ui-router/core/blob/9bb7287/src/state/interface.ts#L378">ui-router-core/src/state/interface.ts:378</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
<a name="parent" class="tsd-anchor"></a>
<!--
<h3><span class="tsd-flag ts-flagOptional">Optional</span> parent</h3>
-->
<div class="tsd-signature tsd-kind-icon">parent<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><a href="state.statedeclaration.html" class="tsd-signature-type">StateDeclaration</a> <div class="tsd-header">
<p> The parent state </p>
</div>
</div>
<div class="tsd-declaration">
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>The parent state</p>
</div>
<p>Normally, a state's parent is implied from the state's <a href="state.statedeclaration.html#name">name</a>, e.g., <code>"parentstate.childstate"</code>.</p>
<p>Alternatively, you can explicitly set the parent state using this property.
This allows shorter state names, e.g., <code><a ui-sref="childstate">Child</a></code>
instead of `<a ui-sref="parentstate.childstate">Child</a></p>
<p>When using this property, the state's name should not have any dots in it.</p>
<h4 id="example-">Example:</h4>
<pre><code class="lang-js"><span class="hljs-keyword">var</span> parentstate = {
<span class="hljs-attr">name</span>: <span class="hljs-string">'parentstate'</span>
}
<span class="hljs-keyword">var</span> childstate = {
<span class="hljs-attr">name</span>: <span class="hljs-string">'childstate'</span>,
<span class="hljs-attr">parent</span>: <span class="hljs-string">'parentstate'</span>
<span class="hljs-comment">// or use a JS var which is the parent StateDeclaration, i.e.:</span>
<span class="hljs-comment">// parent: parentstate</span>
}
</code></pre>
</div>
</div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/ui-router/core/blob/9bb7287/src/state/interface.ts#L181">ui-router-core/src/state/interface.ts:181</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
<a name="redirectto" class="tsd-anchor"></a>
<!--
<h3><span class="tsd-flag ts-flagOptional">Optional</span> redirect<wbr>To</h3>
-->
<div class="tsd-signature tsd-kind-icon">redirect<wbr>To<span class="tsd-signature-symbol">:</span> <a href="../modules/state.html#redirecttoresult" class="tsd-signature-type">RedirectToResult</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">function</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">function</span> <div class="tsd-header">
<p> Synchronously or asynchronously redirects Transitions to a different state/params </p>
</div>
</div>
<div class="tsd-declaration">
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Synchronously or asynchronously redirects Transitions to a different state/params</p>
</div>
<p>If this property is defined, a Transition directly to this state will be redirected based on the property's value.</p>
<ul>
<li><p>If the value is a <code>string</code>, the Transition is redirected to the state named by the string.</p>
</li>
<li><p>If the property is an object with a <code>state</code> and/or <code>params</code> property,
the Transition is redirected to the named <code>state</code> and/or <code>params</code>.</p>
</li>
<li><p>If the value is a <a href="../classes/state.targetstate.html">TargetState</a> the Transition is redirected to the <code>TargetState</code></p>
</li>
<li><p>If the property is a function:</p>
<ul>
<li>The function is called with the current <a href="../classes/transition.transition-1.html">Transition</a></li>
<li>The return value is processed using the previously mentioned rules.</li>
<li>If the return value is a promise, the promise is waited for, then the resolved async value is processed using the same rules.</li>
</ul>
</li>
</ul>
<p>Note: <code>redirectTo</code> is processed as an <code>onStart</code> hook, before <code>LAZY</code> resolves.
If your redirect function relies on resolve data, get the <a href="../classes/transition.transition-1.html#injector">Transition.injector</a> and get a
promise for the resolve data using <a href="core.uiinjector.html#getasync">UIInjector.getAsync</a>.</p>
<h4 id="example-">Example:</h4>
<pre><code class="lang-js"><span class="hljs-comment">// a string</span>
.state(<span class="hljs-string">'A'</span>, {
<span class="hljs-attr">redirectTo</span>: <span class="hljs-string">'A.B'</span>
})
<span class="hljs-comment">// a {state, params} object</span>
.state(<span class="hljs-string">'C'</span>, {
<span class="hljs-attr">redirectTo</span>: { <span class="hljs-attr">state</span>: <span class="hljs-string">'C.D'</span>, <span class="hljs-attr">params</span>: { <span class="hljs-attr">foo</span>: <span class="hljs-string">'index'</span> } }
})
<span class="hljs-comment">// a fn</span>
.state(<span class="hljs-string">'E'</span>, {
<span class="hljs-attr">redirectTo</span>: <span class="hljs-function"><span class="hljs-params">()</span> =></span> <span class="hljs-string">"A"</span>
})
<span class="hljs-comment">// a fn conditionally returning a {state, params}</span>
.state(<span class="hljs-string">'F'</span>, {
<span class="hljs-attr">redirectTo</span>: <span class="hljs-function">(<span class="hljs-params">trans</span>) =></span> {
<span class="hljs-keyword">if</span> (trans.params().foo < <span class="hljs-number">10</span>)
<span class="hljs-keyword">return</span> { <span class="hljs-attr">state</span>: <span class="hljs-string">'F'</span>, <span class="hljs-attr">params</span>: { <span class="hljs-attr">foo</span>: <span class="hljs-number">10</span> } };
}
})
<span class="hljs-comment">// a fn returning a promise for a redirect</span>
.state(<span class="hljs-string">'G'</span>, {
<span class="hljs-attr">redirectTo</span>: <span class="hljs-function">(<span class="hljs-params">trans</span>) =></span> {
<span class="hljs-keyword">let</span> svc = trans.injector().get(<span class="hljs-string">'SomeAsyncService'</span>)
<span class="hljs-keyword">let</span> promise = svc.getAsyncRedirectTo(trans.params.foo);
<span class="hljs-keyword">return</span> promise;
}
})
<span class="hljs-comment">// a fn that fetches resolve data</span>
.state(<span class="hljs-string">'G'</span>, {
<span class="hljs-attr">redirectTo</span>: <span class="hljs-function">(<span class="hljs-params">trans</span>) =></span> {
<span class="hljs-comment">// getAsync tells the resolve to load</span>
<span class="hljs-keyword">let</span> resolvePromise = trans.injector().getAsync(<span class="hljs-string">'SomeResolve'</span>)
<span class="hljs-keyword">return</span> resolvePromise.then(<span class="hljs-function"><span class="hljs-params">resolveData</span> =></span> resolveData === <span class="hljs-string">'login'</span> ? <span class="hljs-string">'login'</span> : <span class="hljs-literal">null</span>);
}
})
</code></pre>
</div>
</div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/ui-router/core/blob/9bb7287/src/state/interface.ts#L506">ui-router-core/src/state/interface.ts:506</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
<a name="reloadonsearch" class="tsd-anchor"></a>
<!--
<h3><span class="tsd-flag ts-flagOptional">Optional</span> reload<wbr>OnSearch</h3>
-->
<div class="tsd-signature tsd-kind-icon">reload<wbr>OnSearch<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
<div class="tsd-declaration">
<div class="tsd-comment tsd-typography">
<dl class="tsd-comment-tags">
<dt>deprecated</dt>
<dd><p>define individual parameters as <a href="params.paramdeclaration.html#dynamic">ParamDeclaration.dynamic</a></p>
</dd>
</dl>
</div>
</div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/ui-router/core/blob/9bb7287/src/state/interface.ts#L705">ui-router-core/src/state/interface.ts:705</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
<a name="resolve" class="tsd-anchor"></a>
<!--
<h3><span class="tsd-flag ts-flagOptional">Optional</span> resolve</h3>
-->
<div class="tsd-signature tsd-kind-icon">resolve<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ResolveTypes[]</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">object</span> <div class="tsd-header">
<p> Resolve - a mechanism to asynchronously fetch data, participating in the Transition lifecycle </p>
</div>
</div>
<div class="tsd-declaration">
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Resolve - a mechanism to asynchronously fetch data, participating in the Transition lifecycle</p>
</div>
<p>The <code>resolve:</code> property defines data (or other dependencies) to be fetched asynchronously when the state is being entered.
After the data is fetched, it may be used in views, transition hooks or other resolves that belong to this state.
The data may also be used in any views or resolves that belong to nested states.</p>
<h3 id="as-an-array">As an array</h3>
<p>Each array element should be a <a href="resolve.resolvableliteral.html">ResolvableLiteral</a> object.</p>
<h4 id="example-">Example:</h4>
<p>The <code>user</code> resolve injects the current <code>Transition</code> and the <code>UserService</code> (using its token, which is a string).
The [[ResolvableLiteral.resolvePolicy]] sets how the resolve is processed.
The <code>user</code> data, fetched asynchronously, can then be used in a view.</p>
<pre><code class="lang-js">var state = {
name: 'user',
url: '/user/:userId
resolve: [
{
token: 'user',
policy: { when: 'EAGER' },
deps: ['UserService', Transition],
resolveFn: (userSvc, trans) => userSvc.fetchUser(trans.params().userId) },
}
]
}
</code></pre>
<p>Note: an Angular 2 style <a href="https://angular.io/docs/ts/latest/cookbook/dependency-injection.html#!#provide"><code>useFactory</code> provider literal</a>
may also be used. See <a href="resolve.providerlike.html">ProviderLike</a>.</p>
<h4 id="example-">Example:</h4>
<pre><code><span class="hljs-string">resolve:</span> [
{ <span class="hljs-string">provide:</span> <span class="hljs-string">'token'</span>, <span class="hljs-string">useFactory:</span> (http) => http.get(<span class="hljs-string">'/'</span>), <span class="hljs-string">deps:</span> [ Http ] },
]
</code></pre><h3 id="as-an-object">As an object</h3>
<p>The <code>resolve</code> property may be an object where:</p>
<ul>
<li>Each key (string) is the name of the dependency.</li>
<li>Each value (function) is an injectable function which returns the dependency, or a promise for the dependency.</li>
</ul>
<p>This style is based on AngularJS injectable functions, but can be used with any UI-Router implementation.
If your code will be minified, the function should be <a href="https://docs.angularjs.org/guide/di#dependency-annotation">"annotated" in the AngularJS manner</a>.</p>
<h4 id="angularjs-example-">AngularJS Example:</h4>
<pre><code class="lang-js">resolve: {
<span class="hljs-comment">// If you inject `myStateDependency` into a controller, you'll get "abc"</span>
myStateDependency: <span class="hljs-function"><span class="hljs-keyword">function</span>(<span class="hljs-params"></span>) </span>{
<span class="hljs-keyword">return</span> <span class="hljs-string">"abc"</span>;
},
<span class="hljs-comment">// Dependencies are annotated in "Inline Array Annotation"</span>
myAsyncData: [<span class="hljs-string">'$http'</span>, <span class="hljs-string">'$transition$'</span> <span class="hljs-function"><span class="hljs-keyword">function</span>(<span class="hljs-params">$http, $transition$</span>) </span>{
<span class="hljs-comment">// Return a promise (async) for the data</span>
<span class="hljs-keyword">return</span> $http.get(<span class="hljs-string">"/foos/"</span> + $transition$.params().foo);
}]
}
</code></pre>
<p>Note: You cannot specify a policy for each Resolvable, nor can you use non-string
tokens when using the object style <code>resolve:</code> block.</p>
<h3 id="lifecycle">Lifecycle</h3>
<p>Since a resolve function can return a promise, the router will delay entering the state until the promises are ready.
If any of the promises are rejected, the Transition is aborted with an Error.</p>
<p>By default, resolves for a state are fetched just before that state is entered.
Note that only states which are being <em>entered</em> during the <code>Transition</code> have their resolves fetched.
States that are "retained" do not have their resolves re-fetched.</p>
<p>If you are currently in a parent state <code>parent</code> and are transitioning to a child state <code>parent.child</code>, the
previously resolved data for state <code>parent</code> can be injected into <code>parent.child</code> without delay.</p>
<p>Any resolved data for <code>parent.child</code> is retained until <code>parent.child</code> is exited, e.g., by transitioning back to the <code>parent</code> state.</p>
<p>Because of this scoping and lifecycle, resolves are a great place to fetch your application's primary data.</p>
<h3 id="injecting-resolves-into-other-things">Injecting resolves into other things</h3>
<p>During a transition, Resolve data can be injected into:</p>
<ul>
<li>Views (the components which fill a <code>ui-view</code> tag)</li>
<li>Transition Hooks</li>
<li>Other resolves (a resolve may depend on asynchronous data from a different resolve)</li>
</ul>
<h3 id="injecting-other-things-into-resolves">Injecting other things into resolves</h3>
<p>Resolve functions usually have dependencies on some other API(s).
The dependencies are usually declared and injected into the resolve function.
A common pattern is to inject a custom service such as <code>UserService</code>.
The resolve then delegates to a service method, such as <code>UserService.list()</code>;</p>
<h4 id="special-injectable-tokens">Special injectable tokens</h4>
<ul>
<li><code>UIRouter</code>: The <a href="ng1.__uirouter_core_lib_router_.uirouter.html">UIRouter</a> instance which has references to all the UI-Router services.</li>
<li><code>Transition</code>: The current <a href="../classes/transition.transition-1.html">Transition</a> object; information and API about the current transition, such as
"to" and "from" State Parameters and transition options.</li>
<li><code>'$transition$'</code>: A string alias for the <code>Transition</code> injectable</li>
<li><code>'$state$'</code>: For <code>onEnter</code>/<code>onExit</code>/<code>onRetain</code>, the state being entered/exited/retained.</li>
<li>Other resolve tokens: A resolve can depend on another resolve, either from the same state, or from any parent state.</li>
</ul>
<h4 id="example-">Example:</h4>
<pre><code class="lang-js"><span class="hljs-comment">// Injecting a resolve into another resolve</span>
resolve: [
<span class="hljs-comment">// Define a resolve 'allusers' which delegates to the UserService.list()</span>
<span class="hljs-comment">// which returns a promise (async) for all the users</span>
{ <span class="hljs-attr">provide</span>: <span class="hljs-string">'allusers'</span>, <span class="hljs-attr">useFactory</span>: <span class="hljs-function">(<span class="hljs-params">UserService</span>) =></span> UserService.list(), <span class="hljs-attr">deps</span>: [UserService] },
<span class="hljs-comment">// Define a resolve 'user' which depends on the allusers resolve.</span>
<span class="hljs-comment">// This resolve function is not called until 'allusers' is ready.</span>
{ <span class="hljs-attr">provide</span>: <span class="hljs-string">'user'</span>, (allusers, trans) => _.find(allusers, trans.params().userId, <span class="hljs-attr">deps</span>: [<span class="hljs-string">'allusers'</span>, Transition] }
}
</code></pre>
</div>
</div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/ui-router/core/blob/9bb7287/src/state/interface.ts#L312">ui-router-core/src/state/interface.ts:312</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
<a name="resolvepolicy" class="tsd-anchor"></a>
<!--
<h3><span class="tsd-flag ts-flagOptional">Optional</span> resolve<wbr>Policy</h3>
-->
<div class="tsd-signature tsd-kind-icon">resolve<wbr>Policy<span class="tsd-signature-symbol">:</span> <a href="resolve.resolvepolicy.html" class="tsd-signature-type">ResolvePolicy</a> <div class="tsd-header">
<p> Sets the resolve policy defaults for all resolves on this state </p>
</div>
</div>
<div class="tsd-declaration">
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Sets the resolve policy defaults for all resolves on this state</p>
</div>
<p>This should be an <a href="resolve.resolvepolicy.html">ResolvePolicy</a> object.</p>
<p>It can contain the following optional keys/values:</p>
<ul>
<li><code>when</code>: (optional) defines when the resolve is fetched. Accepted values: "LAZY" or "EAGER"</li>
<li><code>async</code>: (optional) if the transition waits for the resolve. Accepted values: "WAIT", "NOWAIT", "RXWAIT"</li>
</ul>
<p>See <a href="resolve.resolvepolicy.html">ResolvePolicy</a> for more details.</p>
</div>
</div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/ui-router/core/blob/9bb7287/src/state/interface.ts#L326">ui-router-core/src/state/interface.ts:326</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
<a name="url" class="tsd-anchor"></a>
<!--
<h3><span class="tsd-flag ts-flagOptional">Optional</span> url</h3>
-->
<div class="tsd-signature tsd-kind-icon">url<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span> <div class="tsd-header">
<p> The url fragment for the state </p>
</div>
</div>
<div class="tsd-declaration">
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>The url fragment for the state</p>
</div>
<p>A URL fragment (with optional parameters) which is used to match the browser location with this state.</p>
<p>This fragment will be appended to the parent state's URL in order to build up the overall URL for this state.
See <a href="../classes/url.urlmatcher.html">UrlMatcher</a> for details on acceptable patterns.</p>
<dl class="tsd-comment-tags">
<dt>examples</dt>
<dd><pre><code class="lang-js">
url: <span class="hljs-string">"/home"</span>
<span class="hljs-comment">// Define a parameter named 'userid'</span>
url: <span class="hljs-string">"/users/:userid"</span>
<span class="hljs-comment">// param 'bookid' has a custom regexp</span>
url: <span class="hljs-string">"/books/{bookid:[a-zA-Z_-]}"</span>
<span class="hljs-comment">// param 'categoryid' is of type 'int'</span>
url: <span class="hljs-string">"/books/{categoryid:int}"</span>
<span class="hljs-comment">// two parameters for this state</span>
url: <span class="hljs-string">"/books/{publishername:string}/{categoryid:int}"</span>
<span class="hljs-comment">// Query parameters</span>
url: <span class="hljs-string">"/messages?before&after"</span>
<span class="hljs-comment">// Query parameters of type 'date'</span>
url: <span class="hljs-string">"/messages?{before:date}&{after:date}"</span>
<span class="hljs-comment">// Path and query parameters</span>
url: <span class="hljs-string">"/messages/:mailboxid?{before:date}&{after:date}"</span>
</code></pre>
</dd>
</dl>
</div>
</div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/ui-router/core/blob/9bb7287/src/state/interface.ts#L356">ui-router-core/src/state/interface.ts:356</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
<a name="views" class="tsd-anchor"></a>
<!--
<h3><span class="tsd-flag ts-flagOptional">Optional</span> views</h3>
-->
<div class="tsd-signature tsd-kind-icon">views<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">object</span> <div class="tsd-header">
<p> Named views </p>
</div>
</div>
<div class="tsd-declaration">
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Named views</p>
</div>
<p>An optional object which defines multiple views, or explicitly targets specific named ui-views.</p>
<ul>
<li>What is a view config</li>
<li>What is a ui-view</li>
<li>Shorthand controller/template</li>
<li><p>Incompatible with ^</p>
<p>Examples:</p>
<p>Targets three named ui-views in the parent state's template</p>
</li>
</ul>
<h4 id="example-">Example:</h4>
<pre><code class="lang-js">views: {
<span class="hljs-attr">header</span>: {
<span class="hljs-attr">controller</span>: <span class="hljs-string">"headerCtrl"</span>,
<span class="hljs-attr">templateUrl</span>: <span class="hljs-string">"header.html"</span>
}, <span class="hljs-attr">body</span>: {
<span class="hljs-attr">controller</span>: <span class="hljs-string">"bodyCtrl"</span>,
<span class="hljs-attr">templateUrl</span>: <span class="hljs-string">"body.html"</span>
}, <span class="hljs-attr">footer</span>: {
<span class="hljs-attr">controller</span>: <span class="hljs-string">"footCtrl"</span>,
<span class="hljs-attr">templateUrl</span>: <span class="hljs-string">"footer.html"</span>
}
}
</code></pre>
<dl class="tsd-comment-tags">
<dt>example</dt>
<dd><pre><code class="lang-js"><span class="hljs-comment">// Targets named ui-view="header" from ancestor state 'top''s template, and</span>
<span class="hljs-comment">// named `ui-view="body" from parent state's template.</span>
views: {
<span class="hljs-string">'header@top'</span>: {
<span class="hljs-attr">controller</span>: <span class="hljs-string">"msgHeaderCtrl"</span>,
<span class="hljs-attr">templateUrl</span>: <span class="hljs-string">"msgHeader.html"</span>
}, <span class="hljs-string">'body'</span>: {
<span class="hljs-attr">controller</span>: <span class="hljs-string">"messagesCtrl"</span>,
<span class="hljs-attr">templateUrl</span>: <span class="hljs-string">"messages.html"</span>
}
}
</code></pre>
</dd>
</dl>
</div>
</div>
<div class="tsd-type-declaration">
<h4>Type declaration</h4>
<ul class="tsd-parameters">
<li class="tsd-parameter-index-signature">
<h5><span class="tsd-signature-symbol">[</span>key: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">]: </span><a href="state._viewdeclaration.html" class="tsd-signature-type">_ViewDeclaration</a></h5>
</li>
</ul>
</div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/ui-router/core/blob/9bb7287/src/state/interface.ts#L425">ui-router-core/src/state/interface.ts:425</a></li>
</ul>
</aside>
</section>
</section>
</div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<nav class="tsd-navigation primary">
<ul>
<li class="globals ">
<a href="../index.html"><em>@uirouter/angularjs</em></a>
</li>
<li class="label tsd-is-external">
<span>Public API</span>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/core.html">core</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/injectables.html">injectables</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/ng1.html">ng1</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/ng1_state_events.html">ng1_<wbr>state_<wbr>events</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/params.html">params</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/resolve.html">resolve</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/transition.html">transition</a>
</li>
<li class="label tsd-is-external">
<span>Internal UI-<wbr><wbr>Router API</span>
</li>
<li class=" tsd-kind-external-module tsd-is-external">
<a href="../modules/common.html">common</a>
</li>
<li class=" tsd-kind-external-module tsd-is-external">
<a href="../modules/common_hof.html">common_<wbr>hof</a>
</li>
<li class=" tsd-kind-external-module tsd-is-external">
<a href="../modules/common_predicates.html">common_<wbr>predicates</a>
</li>
<li class=" tsd-kind-external-module tsd-is-external">
<a href="../modules/common_strings.html">common_<wbr>strings</a>
</li>
<li class=" tsd-kind-external-module tsd-is-external">
<a href="../modules/directives.html">directives</a>
</li>
<li class=" tsd-kind-external-module tsd-is-external">
<a href="../modules/hooks.html">hooks</a>
</li>
<li class=" tsd-kind-external-module tsd-is-external">
<a href="../modules/path.html">path</a>
</li>
<li class="current tsd-kind-external-module tsd-is-external">
<a href="../modules/state.html">state</a>
</li>
<li class=" tsd-kind-external-module tsd-is-external">
<a href="../modules/trace.html">trace</a>
</li>
<li class=" tsd-kind-external-module tsd-is-external">
<a href="../modules/url.html">url</a>
</li>
<li class=" tsd-kind-external-module tsd-is-external">
<a href="../modules/vanilla.html">vanilla</a>
</li>
<li class=" tsd-kind-external-module tsd-is-external">
<a href="../modules/view.html">view</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 tsd-is-external">
<a href="../classes/state.statebuilder.html" class="tsd-kind-icon">State<wbr>Builder</a>
</li>
<li class=" tsd-kind-class tsd-parent-kind-external-module tsd-is-external">
<a href="../classes/state.statematcher.html" class="tsd-kind-icon">State<wbr>Matcher</a>
</li>
<li class=" tsd-kind-class tsd-parent-kind-external-module">
<a href="../classes/state.stateobject.html" class="tsd-kind-icon">State<wbr>Object</a>
</li>
<li class=" tsd-kind-class tsd-parent-kind-external-module tsd-is-external">
<a href="../classes/state.statequeuemanager.html" class="tsd-kind-icon">State<wbr>Queue<wbr>Manager</a>
</li>
<li class=" tsd-kind-class tsd-parent-kind-external-module">
<a href="../classes/state.stateregistry.html" class="tsd-kind-icon">State<wbr>Registry</a>
</li>
<li class=" tsd-kind-class tsd-parent-kind-external-module">
<a href="../classes/state.stateservice.html" class="tsd-kind-icon">State<wbr>Service</a>
</li>
<li class=" tsd-kind-class tsd-parent-kind-external-module">
<a href="../classes/state.targetstate.html" class="tsd-kind-icon">Target<wbr>State</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported">
<a href="state.builders.html" class="tsd-kind-icon">Builders</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-external-module">
<a href="state.hrefoptions.html" class="tsd-kind-icon">Href<wbr>Options</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-external-module">
<a href="state.lazyloadresult.html" class="tsd-kind-icon">Lazy<wbr>Load<wbr>Result</a>
</li>
</ul>
<ul class="current">
<li class="current tsd-kind-interface tsd-parent-kind-external-module">
<a href="state.statedeclaration.html" class="tsd-kind-icon">State<wbr>Declaration</a>
<ul>
<li class=" tsd-kind-property tsd-parent-kind-interface">
<a href="state.statedeclaration.html#__state" class="tsd-kind-icon">$$state</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface">
<a href="state.statedeclaration.html#abstract" class="tsd-kind-icon">abstract</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface">
<a href="state.statedeclaration.html#data" class="tsd-kind-icon">data</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface">
<a href="state.statedeclaration.html#lazyload" class="tsd-kind-icon">lazy<wbr>Load</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface">
<a href="state.statedeclaration.html#name" class="tsd-kind-icon">name</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface">
<a href="state.statedeclaration.html#onenter" class="tsd-kind-icon">on<wbr>Enter</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface">
<a href="state.statedeclaration.html#onexit" class="tsd-kind-icon">on<wbr>Exit</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface">
<a href="state.statedeclaration.html#onretain" class="tsd-kind-icon">on<wbr>Retain</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface">
<a href="state.statedeclaration.html#params" class="tsd-kind-icon">params</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface">
<a href="state.statedeclaration.html#parent" class="tsd-kind-icon">parent</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface">
<a href="state.statedeclaration.html#redirectto" class="tsd-kind-icon">redirect<wbr>To</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface">
<a href="state.statedeclaration.html#reloadonsearch" class="tsd-kind-icon">reload<wbr>OnSearch</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface">
<a href="state.statedeclaration.html#resolve" class="tsd-kind-icon">resolve</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface">
<a href="state.statedeclaration.html#resolvepolicy" class="tsd-kind-icon">resolve<wbr>Policy</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface">
<a href="state.statedeclaration.html#url" class="tsd-kind-icon">url</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface">
<a href="state.statedeclaration.html#views" class="tsd-kind-icon">views</a>
</li>
</ul>
</li>
</ul>
<ul class="after-current">
<li class=" tsd-kind-interface tsd-parent-kind-external-module">
<a href="state.targetstatedef.html" class="tsd-kind-icon">Target<wbr>State<wbr>Def</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-external-module tsd-is-external">
<a href="state.transitionpromise.html" class="tsd-kind-icon">Transition<wbr>Promise</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-external-module tsd-is-external">
<a href="state._viewdeclaration.html" class="tsd-kind-icon">_<wbr>View<wbr>Declaration</a>
</li>
<li class=" tsd-kind-type-alias tsd-parent-kind-external-module tsd-is-external">
<a href="../modules/state.html#builderfunction" class="tsd-kind-icon">Builder<wbr>Function</a>
</li>
<li class=" tsd-kind-type-alias tsd-parent-kind-external-module">
<a href="../modules/state.html#oninvalidcallback" class="tsd-kind-icon">On<wbr>Invalid<wbr>Callback</a>
</li>
<li class=" tsd-kind-type-alias tsd-parent-kind-external-module">
<a href="../modules/state.html#redirecttoresult" class="tsd-kind-icon">Redirect<wbr>ToResult</a>
</li>
<li class=" tsd-kind-type-alias tsd-parent-kind-external-module">
<a href="../modules/state.html#resolvetypes" class="tsd-kind-icon">Resolve<wbr>Types</a>
</li>
<li class=" tsd-kind-type-alias tsd-parent-kind-external-module">
<a href="../modules/state.html#stateorname" class="tsd-kind-icon">State<wbr>OrName</a>
</li>
<li class=" tsd-kind-type-alias tsd-parent-kind-external-module">
<a href="../modules/state.html#stateregistrylistener" class="tsd-kind-icon">State<wbr>Registry<wbr>Listener</a>
</li>
<li class=" tsd-kind-type-alias tsd-parent-kind-external-module">
<a href="../modules/state.html#_statedeclaration" class="tsd-kind-icon">_<wbr>State<wbr>Declaration</a>
</li>
<li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported">
<a href="../modules/state.html#databuilder" class="tsd-kind-icon">data<wbr>Builder</a>
</li>
<li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported">
<a href="../modules/state.html#getnavigablebuilder" class="tsd-kind-icon">get<wbr>Navigable<wbr>Builder</a>
</li>
<li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported">
<a href="../modules/state.html#getparamsbuilder" class="tsd-kind-icon">get<wbr>Params<wbr>Builder</a>
</li>
<li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported">
<a href="../modules/state.html#geturlbuilder" class="tsd-kind-icon">get<wbr>Url<wbr>Builder</a>
</li>
<li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported">
<a href="../modules/state.html#includesbuilder" class="tsd-kind-icon">includes<wbr>Builder</a>
</li>
<li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported">
<a href="../modules/state.html#namebuilder" class="tsd-kind-icon">name<wbr>Builder</a>
</li>
<li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported">
<a href="../modules/state.html#parseurl" class="tsd-kind-icon">parse<wbr>Url</a>
</li>
<li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported">
<a href="../modules/state.html#pathbuilder" class="tsd-kind-icon">path<wbr>Builder</a>
</li>
<li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-external">
<a href="../modules/state.html#resolvablesbuilder" class="tsd-kind-icon">resolvables<wbr>Builder</a>
</li>
<li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported">
<a href="../modules/state.html#selfbuilder" class="tsd-kind-icon">self<wbr>Builder</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.io" 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>
|
framework/documentation/api/play/db/helper/class-use/SqlSelect.html
|
lafayette/JBTT
|
<!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_20) on Mon May 02 10:23:15 CEST 2011 -->
<TITLE>
Uses of Class play.db.helper.SqlSelect (Play! API)
</TITLE>
<META NAME="date" CONTENT="2011-05-02">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class play.db.helper.SqlSelect (Play! API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../play/db/helper/SqlSelect.html" title="class in play.db.helper"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?play/db/helper//class-useSqlSelect.html" target="_top"><B>FRAMES</B></A>
<A HREF="SqlSelect.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>play.db.helper.SqlSelect</B></H2>
</CENTER>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Packages that use <A HREF="../../../../play/db/helper/SqlSelect.html" title="class in play.db.helper">SqlSelect</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#play.db.helper"><B>play.db.helper</B></A></TD>
<TD> </TD>
</TR>
</TABLE>
<P>
<A NAME="play.db.helper"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../../play/db/helper/SqlSelect.html" title="class in play.db.helper">SqlSelect</A> in <A HREF="../../../../play/db/helper/package-summary.html">play.db.helper</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../play/db/helper/SqlSelect.html" title="class in play.db.helper">SqlSelect</A> in <A HREF="../../../../play/db/helper/package-summary.html">play.db.helper</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../play/db/helper/JpqlSelect.html" title="class in play.db.helper">JpqlSelect</A></B></CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../play/db/helper/package-summary.html">play.db.helper</A> that return <A HREF="../../../../play/db/helper/SqlSelect.html" title="class in play.db.helper">SqlSelect</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../play/db/helper/SqlSelect.html" title="class in play.db.helper">SqlSelect</A></CODE></FONT></TD>
<TD><CODE><B>SqlSelect.</B><B><A HREF="../../../../play/db/helper/SqlSelect.html#andWhere(play.db.helper.SqlSelect.Where...)">andWhere</A></B>(<A HREF="../../../../play/db/helper/SqlSelect.Where.html" title="class in play.db.helper">SqlSelect.Where</A>... expr)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../play/db/helper/SqlSelect.html" title="class in play.db.helper">SqlSelect</A></CODE></FONT></TD>
<TD><CODE><B>SqlSelect.</B><B><A HREF="../../../../play/db/helper/SqlSelect.html#andWhere(java.lang.String...)">andWhere</A></B>(java.lang.String... expr)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../play/db/helper/SqlSelect.html" title="class in play.db.helper">SqlSelect</A></CODE></FONT></TD>
<TD><CODE><B>SqlSelect.</B><B><A HREF="../../../../play/db/helper/SqlSelect.html#from(java.lang.String...)">from</A></B>(java.lang.String... expr)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../play/db/helper/SqlSelect.html" title="class in play.db.helper">SqlSelect</A></CODE></FONT></TD>
<TD><CODE><B>SqlSelect.</B><B><A HREF="../../../../play/db/helper/SqlSelect.html#groupBy(java.lang.String...)">groupBy</A></B>(java.lang.String... expr)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../play/db/helper/SqlSelect.html" title="class in play.db.helper">SqlSelect</A></CODE></FONT></TD>
<TD><CODE><B>SqlSelect.</B><B><A HREF="../../../../play/db/helper/SqlSelect.html#innerJoin(java.lang.String...)">innerJoin</A></B>(java.lang.String... expr)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../play/db/helper/SqlSelect.html" title="class in play.db.helper">SqlSelect</A></CODE></FONT></TD>
<TD><CODE><B>SqlSelect.</B><B><A HREF="../../../../play/db/helper/SqlSelect.html#leftJoin(java.lang.String...)">leftJoin</A></B>(java.lang.String... expr)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../play/db/helper/SqlSelect.html" title="class in play.db.helper">SqlSelect</A></CODE></FONT></TD>
<TD><CODE><B>SqlSelect.</B><B><A HREF="../../../../play/db/helper/SqlSelect.html#limit(long)">limit</A></B>(long lines)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../play/db/helper/SqlSelect.html" title="class in play.db.helper">SqlSelect</A></CODE></FONT></TD>
<TD><CODE><B>SqlSelect.</B><B><A HREF="../../../../play/db/helper/SqlSelect.html#limit(long, long)">limit</A></B>(long offset,
long lines)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../play/db/helper/SqlSelect.html" title="class in play.db.helper">SqlSelect</A></CODE></FONT></TD>
<TD><CODE><B>SqlSelect.</B><B><A HREF="../../../../play/db/helper/SqlSelect.html#orderBy(java.lang.String...)">orderBy</A></B>(java.lang.String... expr)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../play/db/helper/SqlSelect.html" title="class in play.db.helper">SqlSelect</A></CODE></FONT></TD>
<TD><CODE><B>SqlSelect.</B><B><A HREF="../../../../play/db/helper/SqlSelect.html#orWhere(play.db.helper.SqlSelect.Where...)">orWhere</A></B>(<A HREF="../../../../play/db/helper/SqlSelect.Where.html" title="class in play.db.helper">SqlSelect.Where</A>... expr)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../play/db/helper/SqlSelect.html" title="class in play.db.helper">SqlSelect</A></CODE></FONT></TD>
<TD><CODE><B>SqlSelect.</B><B><A HREF="../../../../play/db/helper/SqlSelect.html#orWhere(java.lang.String...)">orWhere</A></B>(java.lang.String... expr)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../play/db/helper/SqlSelect.html" title="class in play.db.helper">SqlSelect</A></CODE></FONT></TD>
<TD><CODE><B>SqlSelect.</B><B><A HREF="../../../../play/db/helper/SqlSelect.html#param(java.lang.Object)">param</A></B>(java.lang.Object obj)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../play/db/helper/SqlSelect.html" title="class in play.db.helper">SqlSelect</A></CODE></FONT></TD>
<TD><CODE><B>SqlSelect.</B><B><A HREF="../../../../play/db/helper/SqlSelect.html#params(java.lang.Object...)">params</A></B>(java.lang.Object... objs)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../play/db/helper/SqlSelect.html" title="class in play.db.helper">SqlSelect</A></CODE></FONT></TD>
<TD><CODE><B>SqlSelect.</B><B><A HREF="../../../../play/db/helper/SqlSelect.html#select(java.lang.String...)">select</A></B>(java.lang.String... expr)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../play/db/helper/SqlSelect.html" title="class in play.db.helper">SqlSelect</A></CODE></FONT></TD>
<TD><CODE><B>SqlSelect.</B><B><A HREF="../../../../play/db/helper/SqlSelect.html#where(play.db.helper.SqlSelect.Where...)">where</A></B>(<A HREF="../../../../play/db/helper/SqlSelect.Where.html" title="class in play.db.helper">SqlSelect.Where</A>... expr)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../play/db/helper/SqlSelect.html" title="class in play.db.helper">SqlSelect</A></CODE></FONT></TD>
<TD><CODE><B>SqlSelect.</B><B><A HREF="../../../../play/db/helper/SqlSelect.html#where(java.lang.String...)">where</A></B>(java.lang.String... expr)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../play/db/helper/package-summary.html">play.db.helper</A> with parameters of type <A HREF="../../../../play/db/helper/SqlSelect.html" title="class in play.db.helper">SqlSelect</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../play/db/helper/SqlUnion.html" title="class in play.db.helper">SqlUnion</A></CODE></FONT></TD>
<TD><CODE><B>SqlUnion.</B><B><A HREF="../../../../play/db/helper/SqlUnion.html#union(play.db.helper.SqlSelect...)">union</A></B>(<A HREF="../../../../play/db/helper/SqlSelect.html" title="class in play.db.helper">SqlSelect</A>... expr)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../play/db/helper/SqlUnion.html" title="class in play.db.helper">SqlUnion</A></CODE></FONT></TD>
<TD><CODE><B>SqlUnion.</B><B><A HREF="../../../../play/db/helper/SqlUnion.html#unionAll(play.db.helper.SqlSelect...)">unionAll</A></B>(<A HREF="../../../../play/db/helper/SqlSelect.html" title="class in play.db.helper">SqlSelect</A>... expr)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../play/db/helper/package-summary.html">play.db.helper</A> with parameters of type <A HREF="../../../../play/db/helper/SqlSelect.html" title="class in play.db.helper">SqlSelect</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../play/db/helper/SqlSelect.html#SqlSelect(play.db.helper.SqlSelect)">SqlSelect</A></B>(<A HREF="../../../../play/db/helper/SqlSelect.html" title="class in play.db.helper">SqlSelect</A> src)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../play/db/helper/SqlSelect.html" title="class in play.db.helper"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?play/db/helper//class-useSqlSelect.html" target="_top"><B>FRAMES</B></A>
<A HREF="SqlSelect.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
<a href="http://guillaume.bort.fr">Guillaume Bort</a> & <a href="http://www.zenexity.fr">zenexity</a> - Distributed under <a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache 2 licence</a>, without any warrantly
</BODY>
</HTML>
|
web/static/css/potluck.css
|
odontomachus/potluck
|
body {
height: 101%;
width:100%;
}
div.wrapper {
width:1280px;
height:985px;
margin-left: auto;
margin-right: auto;
}
div#cicero {
}
div#scroll {
width: 1280px;
text-align: center;
position: fixed;
bottom: -60px;
color: rgba(255,255,255,.8);
font-size: 3em;
font-weight: bold;
}
div#potluck {
top: 0px;
width: 1280px;
position: fixed;
font-size: 1.25em;
}
div.column {
float: left;
padding: 0;
margin: 0;
}
div.half {
width: 50%;
}
div.two-thirds {
width: 66%;
}
div.one-third {
width: 33%;
}
div.pane {
padding: 10px;
margin: 0;
float: left;
}
div.contact {
display: none;
position: absolute;
}
/**
* Confirmation section
*/
div.response {
height: 7em;
}
div.confirm {
height: 3em;
margin-bottom: 2em;
}
div.confirm > div {
float: left;
}
div.confirm a.selected {
font-weight: bold;
}
div.response div.maybe {
padding-top: 1em;
}
div.response div.no {
padding-top: 2em;
}
div.response div.food.hidden {
display: none;
}
div.response form#food_form textarea,
div.response form#food_form button {
vertical-align:middle;
}
/**
* Attendance tab
*/
div.tabs {
float: left;
width: 100%;
padding: 0 0 20px 0;
}
div.tabs li {
list-style:none;
float: left;
padding: 5px 7px;
margin: 0px 0px;
cursor: pointer;
border-right: solid grey 1px;
}
div.tabs li:last-child {
border-right: none;
}
div.responses {
margin-top: 50px;
float: left;
min-height: 50px;
border: grey solid 1px;
border-radius: 10px;
padding: 20px;
}
div.responses ul {
margin: 0;
padding: 0;
}
div.tabs li.selected {
font-weight: bold;
cursor: default;
}
div.attendance > div {
display: none;
}
div.attendance > div.selected {
display: block;
}
div.attendance li {
list-style: none;
}
div.attendance .food {
display: none;
}
|
blog/2006/08/30/whups_sounds_li/index.html
|
raesene/raesene.github.io
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>whups sounds like someone forgot to get a Pen.Test done</title>
<meta name="author" content="raesene">
<!-- Enable responsive viewport -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- 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://raesene.github.io/assets/resources/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="https://raesene.github.io/assets/resources/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="https://raesene.github.io/assets/resources/syntax/syntax.css" rel="stylesheet">
<link href="https://raesene.github.io/assets/css/style.css" rel="stylesheet">
<!-- 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">
-->
<link rel="alternate" type="application/rss+xml" title="" href="https://raesene.github.io/feed.xml">
</head>
<body>
<nav class="navbar navbar-default visible-xs" role="navigation">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a type="button" class="navbar-toggle nav-link" href="https://github.com/raesene">
<i class="fa fa-github"></i>
</a>
<a type="button" class="navbar-toggle nav-link" href="https://twitter.com/raesene">
<i class="fa fa-twitter"></i>
</a>
<a type="button" class="navbar-toggle nav-link" href="mailto:raesene@gmail.com">
<i class="fa fa-envelope"></i>
</a>
<a class="navbar-brand" href="https://raesene.github.io/">
<img src="https://www.gravatar.com/avatar/8c189c784a607c4b5d52b0c7ee69b036?s=35" class="img-circle" />
Raesene's Ramblings
</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">
<li class="active"><a href="https://raesene.github.io/">Home</a></li>
<li><a href="https://raesene.github.io/categories/index.html">Categories</a></li>
<li><a href="https://raesene.github.io/tags/index.html">Tags</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</nav>
<!-- nav-menu-dropdown -->
<div class="btn-group hidden-xs" id="nav-menu">
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
<i class="fa fa-bars"></i>
</button>
<ul class="dropdown-menu" role="menu">
<li><a href="https://raesene.github.io/"><i class="fa fa-home"></i>Home</a></li>
<li><a href="https://raesene.github.io/categories/index.html"><i class="fa fa-folder"></i>Categories</a></li>
<li><a href="https://raesene.github.io/tags/index.html"><i class="fa fa-tags"></i>Tags</a></li>
<li class="divider"></li>
<li><a href="#"><i class="fa fa-arrow-up"></i>Top of Page</a></li>
</ul>
</div>
<div class="col-sm-3 sidebar hidden-xs">
<!-- sidebar.html -->
<header class="sidebar-header" role="banner">
<a href="https://raesene.github.io/">
<img src="https://www.gravatar.com/avatar/8c189c784a607c4b5d52b0c7ee69b036?s=150" class="img-circle" />
</a>
<h3 class="title">
<a href="https://raesene.github.io/">Raesene's Ramblings</a>
</h3>
</header>
<div id="bio" class="text-center">
Security Geek, Penetration Testing, Docker, Ruby, Hillwalking
</div>
<div id="contact-list" class="text-center">
<ul class="list-unstyled list-inline">
<li>
<a class="btn btn-default btn-sm" href="https://github.com/raesene">
<i class="fa fa-github-alt fa-lg"></i>
</a>
</li>
<li>
<a class="btn btn-default btn-sm" href="https://twitter.com/raesene">
<i class="fa fa-twitter fa-lg"></i>
</a>
</li>
<li>
<a class="btn btn-default btn-sm" href="mailto:raesene@gmail.com">
<i class="fa fa-envelope fa-lg"></i>
</a>
</li>
</ul>
<ul id="contact-list-secondary" class="list-unstyled list-inline">
<li>
<a class="btn btn-default btn-sm" href="https://linkedin.com/in/rorym">
<i class="fa fa-linkedin fa-lg"></i>
</a>
</li>
<li>
<a class="btn btn-default btn-sm" href="https://raesene.github.io/feed.xml">
<i class="fa fa-rss fa-lg"></i>
</a>
</li>
</ul>
</div>
<!-- sidebar.html end -->
</div>
<div class="col-sm-9 col-sm-offset-3">
<div class="page-header">
<h1>whups sounds like someone forgot to get a Pen.Test done </h1>
</div>
<article>
<div class="col-sm-10">
<span class="post-date">
August
30th,
2006
</span>
<div class="article_body">
<p><a title="O2 closes call records site after security flap | The Register" href="http://www.theregister.co.uk/2006/08/30/o2_security_flap/">O2 closes call records site after security flap | The Register</a><br />
whenever I read this kind of story it makes me reckon that the victims probably hadn't had a recent Pen. test done, and the kind of URL manipulation described would likely have been picked up by most testers.<br />
However kudos to O2 for admitting the flaw and moving to fix it, instead of taking the line that some organisations seem to take which is to attack the person that found the flaw....</p>
</div>
<ul class="tag_box list-unstyled list-inline">
<li><i class="fa fa-folder-open"></i></li>
<li><a href="https://raesene.github.io/categories/index.html#Web Security-ref">
Web Security <span>(39)</span>
</a></li>
</ul>
<hr>
<div>
<section class="share col-sm-6">
<h4 class="section-title">Share Post</h4>
<a class="btn btn-default btn-sm twitter" href="https://twitter.com/share?text=whups sounds like someone forgot to get a Pen.Test done&via=raesene"
onclick="window.open(this.href, 'twitter-share', 'width=550,height=235');return false;">
<i class="fa fa-twitter fa-lg"></i>
Twitter
</a>
<a class="btn btn-default btn-sm facebook" href="https://www.facebook.com/sharer/sharer.php"
onclick="window.open(this.href, 'facebook-share','width=580,height=296');return false;">
<i class="fa fa-facebook fa-lg"></i>
Facebook
</a>
<a class="btn btn-default btn-sm gplus"
onclick="window.open('https://plus.google.com/share?url='+window.location.href, 'google-plus-share', 'width=490,height=530');return false;">
<i class="fa fa-google-plus fa-lg"></i>
Google+
</a>
</section>
<section class="col-sm-6 author">
<img src="https://www.gravatar.com/avatar/8c189c784a607c4b5d52b0c7ee69b036" class="img-rounded author-image" />
<h4 class="section-title author-name">raesene</h4>
<p class="author-bio">Security Geek, Penetration Testing, Docker, Ruby, Hillwalking</p>
</section>
</div>
<div class="clearfix"></div>
<ul class="pager">
<li class="previous"><a href="https://raesene.github.io/blog/2006/08/30/good_post_on_th/" title="Good post on the dangers of XSS">← Previous</a></li>
<li class="next"><a href="https://raesene.github.io/blog/2006/08/31/one_of_the_prob/" title="One of the problems of using a developing framework">Next →</a></li>
</ul>
<hr>
</div>
<div class="col-sm-2 sidebar-2">
</div>
</article>
<div class="clearfix"></div>
<footer>
<hr/>
<p>
© 2022 raesene with Jekyll. Theme: <a href="https://github.com/dbtek/dbyll">dbyll</a> by dbtek.
</p>
</footer>
</div>
<script type="text/javascript" src="https://raesene.github.io/assets/resources/jquery/jquery.min.js"></script>
<script type="text/javascript" src="https://raesene.github.io/assets/resources/bootstrap/js/bootstrap.min.js"></script>
<script type="text/javascript" src="https://raesene.github.io/assets/js/app.js"></script>
</body>
</html>
|
content4/account-configuration-predefined-content-update-content.html
|
LivePersonInc/dev-hub
|
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="keywords" content=" ">
<title>Update Predefined Content | LivePerson Technical Documentation</title>
<link rel="stylesheet" href="css/syntax.css">
<link rel="stylesheet" type="text/css" href="css/font-awesome-4.7.0/css/font-awesome.min.css">
<!--<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">-->
<link rel="stylesheet" href="css/modern-business.css">
<link rel="stylesheet" href="css/lavish-bootstrap.css">
<link rel="stylesheet" href="css/customstyles.css">
<link rel="stylesheet" href="css/theme-blue.css">
<!-- <script src="assets/js/jsoneditor.js"></script> -->
<script src="assets/js/jquery-3.1.0.min.js"></script>
<!-- <link rel='stylesheet' id='theme_stylesheet' href='//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css'> -->
<!-- <link rel='stylesheet' id='theme_stylesheet' href='//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css'>
-->
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script> -->
<script src="assets/js/jquery.cookie-1.4.1.min.js"></script>
<script src="js/jquery.navgoco.min.js"></script>
<script src="assets/js/bootstrap-3.3.4.min.js"></script>
<script src="assets/js/anchor-2.0.0.min.js"></script>
<script src="js/toc.js"></script>
<script src="js/customscripts.js"></script>
<link rel="shortcut icon" href="images/favicon.ico">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<link rel="alternate" type="application/rss+xml" title="" href="http://liveperson.comfeed.xml">
<script>
$(document).ready(function() {
// Initialize navgoco with default options
$("#mysidebar").navgoco({
caretHtml: '',
accordion: true,
openClass: 'active', // open
save: false, // leave false or nav highlighting doesn't work right
cookie: {
name: 'navgoco',
expires: false,
path: '/'
},
slide: {
duration: 400,
easing: 'swing'
}
});
$("#collapseAll").click(function(e) {
e.preventDefault();
$("#mysidebar").navgoco('toggle', false);
});
$("#expandAll").click(function(e) {
e.preventDefault();
$("#mysidebar").navgoco('toggle', true);
});
});
</script>
<script>
$(function () {
$('[data-toggle="tooltip"]').tooltip()
})
</script>
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container topnavlinks">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="fa fa-home fa-lg navbar-brand" href="index.html"> <span class="projectTitle"> LivePerson Technical Documentation</span></a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<!-- entries without drop-downs appear here -->
<!-- entries with drop-downs appear here -->
<!-- conditional logic to control which topnav appears for the audience defined in the configuration file.-->
<li><a class="email" title="Submit feedback" href="https://github.com/LivePersonInc/dev-hub/issues" ><i class="fa fa-github"></i> Issues</a><li>
<!--comment out this block if you want to hide search-->
<li>
<!--start search-->
<div id="search-demo-container">
<input type="text" id="search-input" placeholder="search...">
<ul id="results-container"></ul>
</div>
<script src="js/jekyll-search.js" type="text/javascript"></script>
<script type="text/javascript">
SimpleJekyllSearch.init({
searchInput: document.getElementById('search-input'),
resultsContainer: document.getElementById('results-container'),
dataSource: 'search.json',
searchResultTemplate: '<li><a href="{url}" title="Update Predefined Content">{title}</a></li>',
noResultsText: 'No results found.',
limit: 10,
fuzzy: true,
})
</script>
<!--end search-->
</li>
</ul>
</div>
</div>
<!-- /.container -->
</nav>
<!-- Page Content -->
<div class="container">
<div class="col-lg-12"> </div>
<!-- Content Row -->
<div class="row">
<!-- Sidebar Column -->
<div class="col-md-3">
<ul id="mysidebar" class="nav">
<li class="sidebarTitle"> </li>
<li>
<a href="#">Common Guidelines</a>
<ul>
<li class="subfolders">
<a href="#">Introduction</a>
<ul>
<li class="thirdlevel"><a href="index.html">Home</a></li>
</ul>
</li>
</ul>
<li>
<a href="#">Account Configuration</a>
<ul>
<li class="subfolders">
<a href="#">Predefined Content API</a>
<ul>
<li class="thirdlevel"><a href="account-configuration-predefined-content-overview.html">Overview</a></li>
<li class="thirdlevel"><a href="account-configuration-predefined-content-methods.html">Methods</a></li>
<li class="thirdlevel"><a href="account-configuration-predefined-content-get-items.html">Get Predefined Content Items</a></li>
<li class="thirdlevel"><a href="account-configuration-predefined-content-get-by-id.html">Get Predefined Content by ID</a></li>
<li class="thirdlevel"><a href="account-configuration-predefined-content-query-delta.html">Predefined Content Query Delta</a></li>
<li class="thirdlevel"><a href="account-configuration-predefined-content-create-content.html">Create Predefined Content</a></li>
<li class="active thirdlevel"><a href="account-configuration-predefined-content-update-content.html">Update Predefined Content</a></li>
<li class="thirdlevel"><a href="account-configuration-predefined-content-update-content-items.html">Update Predefined Content Items</a></li>
<li class="thirdlevel"><a href="account-configuration-predefined-content-delete-content.html">Delete Predefined Content</a></li>
<li class="thirdlevel"><a href="account-configuration-predefined-content-delete-content-items.html">Delete Predefined Content Items</a></li>
<li class="thirdlevel"><a href="account-configuration-predefined-content-get-default-items.html">Get Default Predefined Content Items</a></li>
<li class="thirdlevel"><a href="account-configuration-predefined-content-get-default-items-by-id.html">Get Default Predefined Content by ID</a></li>
<li class="thirdlevel"><a href="account-configuration-predefined-content-appendix.html">Appendix</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">Automatic Messages API</a>
<ul>
<li class="thirdlevel"><a href="account-configuration-automatic-messages-overview.html">Overview</a></li>
<li class="thirdlevel"><a href="account-configuration-automatic-messages-methods.html">Methods</a></li>
<li class="thirdlevel"><a href="account-configuration-automatic-messages-get-automatic-messages.html">Get Automatic Messages</a></li>
<li class="thirdlevel"><a href="account-configuration-automatic-messages-get-automatic-message-by-id.html">Get Automatic Message by ID</a></li>
<li class="thirdlevel"><a href="account-configuration-automatic-messages-update-an-automatic-message.html">Update an Automatic Message</a></li>
<li class="thirdlevel"><a href="account-configuration-automatic-messages-appendix.html">Appendix</a></li>
</ul>
</li>
</ul>
<li>
<a href="#">Administration</a>
<ul>
<li class="subfolders">
<a href="#">Users API</a>
<ul>
<li class="thirdlevel"><a href="administration-users-overview.html">Overview</a></li>
<li class="thirdlevel"><a href="administration-users-methods.html">Methods</a></li>
<li class="thirdlevel"><a href="administration-get-all-users.html">Get all users</a></li>
<li class="thirdlevel"><a href="administration-get-user-by-id.html">Get user by ID</a></li>
<li class="thirdlevel"><a href="administration-create-users.html">Create users</a></li>
<li class="thirdlevel"><a href="administration-update-users.html">Update users</a></li>
<li class="thirdlevel"><a href="administration-update-user.html">Update user</a></li>
<li class="thirdlevel"><a href="administration-delete-users.html">Delete users</a></li>
<li class="thirdlevel"><a href="administration-delete-user.html">Delete user</a></li>
<li class="thirdlevel"><a href="administration-change-users-password.html">Change user's password</a></li>
<li class="thirdlevel"><a href="administration-reset-users-password.html">Reset user's password</a></li>
<li class="thirdlevel"><a href="administration-user-query-delta.html">User query delta</a></li>
<li class="thirdlevel"><a href="administration-users-appendix.html">Appendix</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">Skills API</a>
<ul>
<li class="thirdlevel"><a href="administration-skills-overview.html">Overview</a></li>
<li class="thirdlevel"><a href="administration-skills-methods.html">Methods</a></li>
<li class="thirdlevel"><a href="administration-get-all-skills.html">Get all skills</a></li>
<li class="thirdlevel"><a href="administration-get-skill-by-id.html">Get skill by ID</a></li>
<li class="thirdlevel"><a href="administration-create-skills.html">Create skills</a></li>
<li class="thirdlevel"><a href="administration.update-skills.html">Update skills</a></li>
<li class="thirdlevel"><a href="administration-update-skill.html">Update skill</a></li>
<li class="thirdlevel"><a href="administration-delete-skills.html">Delete skills</a></li>
<li class="thirdlevel"><a href="administration-delete-skill.html">Delete skill</a></li>
<li class="thirdlevel"><a href="administration-skills-query-delta.html">Skills Query Delta</a></li>
<li class="thirdlevel"><a href="administration-skills-appendix.html">Appendix</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">Agent Groups API</a>
<ul>
<li class="thirdlevel"><a href="administration-agent-groups-overview.html">Overview</a></li>
<li class="thirdlevel"><a href="administration-agent-groups-methods.html">Methods</a></li>
<li class="thirdlevel"><a href="administration-get-all-agent-groups.html">Get all agent groups</a></li>
<li class="thirdlevel"><a href="administration-get-agent-groups-by-id.html">Get agent group by ID</a></li>
<li class="thirdlevel"><a href="administration-create-agent-groups.html">Create agent groups</a></li>
<li class="thirdlevel"><a href="administration-update-agent-groups.html">Update agent groups</a></li>
<li class="thirdlevel"><a href="administration-update-agent-group.html">Update agent group</a></li>
<li class="thirdlevel"><a href="administration-delete-agent-groups.html">Delete agent groups</a></li>
<li class="thirdlevel"><a href="administration-delete-agent-group.html">Delete agent group</a></li>
<li class="thirdlevel"><a href="administration-get-subgroups-and-members.html">Get subgroups and members of an agent group</a></li>
<li class="thirdlevel"><a href="administration-agent-groups-query-delta.html">Agent Groups Query Delta</a></li>
</ul>
</li>
</ul>
<li>
<a href="#">Consumer Experience</a>
<ul>
<li class="subfolders">
<a href="#">JavaScript Chat API</a>
<ul>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-getting-started.html">Getting Started</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-chat-states.html">Chat States</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-surveys.html">Surveys</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-creating-an-instance.html">Creating an Instance</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-methods.html">Methods</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-getestimatedwaittime.html">getEstimatedWaitTime</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-getprechatsurvey.html">getPreChatSurvey</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-getengagement.html">getEngagement(reqObj)</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-requestchat.html">requestChat</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-addline.html">addLine</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-setvisitortyping.html">setVisitorTyping</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-setvisitorname.html">setVisitorName</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-endchat.html">endChat</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-setcustomvariable.html">setCustomVariable</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-requesttranscript.html">requestTranscript</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-getexitsurvey.html">getExitSurvey</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-submitexitsurvey.html">submitExitSurvey</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-getofflinesurvey.html">getOfflineSurvey</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-submitofflinesurvey.html">submitOfflineSurvey</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-getstate.html">getState</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-getagentloginname.html">getAgentLoginName</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-getvisitorname.html">getVisitorName</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-getagentid.html">getAgentId</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-getrtsessionid.html">getRtSessionId</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-getsessionkey.html">getSessionKey</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-getagenttyping.html">getAgentTyping</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-events.html">Events</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-onload.html">onLoad</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-oninit.html">onInit</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-onestimatedwaittime.html">onEstimatedWaitTime</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-onprechatsurvey.html">onPreChatSurvey</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-onstart.html">onStart</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-onstop.html">onStop</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-onrequestchat.html">onRequestChat</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-ontranscript.html">onTranscript</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-online.html">onLine</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-onstate.html">onState</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-oninfo.html">onInfo</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-onagenttyping.html">onAgentTyping</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-onexitsurvey.html">onExitSurvey</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-onaccounttoaccounttransfer.html">onAccountToAccountTransfer</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">Server Chat API</a>
<ul>
<li class="thirdlevel"><a href="consumer-experience-server-chat-getting-started.html">Getting Started</a></li>
<li class="thirdlevel"><a href="consumer-experience-server-chat-methods.html">Methods</a></li>
<li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-availability.html">Retrieve Availability</a></li>
<li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-available-slots.html">Retrieve Available Slots</a></li>
<li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-estimated-wait-time.html">Retrieve Estimated Wait Time</a></li>
<li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-offline-survey.html">Retrieve an Offline Survey</a></li>
<li class="thirdlevel"><a href="consumer-experience-server-chat-start-chat.html">Start a Chat</a></li>
<li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-chat-resources.html">Retrieve Chat Resources, Events and Information</a></li>
<li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-chat-events.html">Retrieve Chat Events</a></li>
<li class="thirdlevel"><a href="consumer-experience-server-chat-add-lines.html">Add Lines / End Chat</a></li>
<li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-chat-information.html">Retrieve Chat Information</a></li>
<li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-visitor-name.html">Retrieve the Visitor's Name</a></li>
<li class="thirdlevel"><a href="consumer-experience-server-chat-set-visitor-name.html">Set the Visitor's Name</a></li>
<li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-agent-typing-status.html">Retrieve the Agent's Typing Status</a></li>
<li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-visitor-typing-status.html">Retrieve the Visitor's Typing Status</a></li>
<li class="thirdlevel"><a href="consumer-experience-server-chat-set-visitor-typing-status.html">Set the Visitor's Typing Status</a></li>
<li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-exit-survey-structure.html">Retrieve Exit Survey Structure</a></li>
<li class="thirdlevel"><a href="consumer-experience-server-chat-submit-survey-data.html">Submit Survey Data</a></li>
<li class="thirdlevel"><a href="consumer-experience-server-chat-set-custom-variables.html">Set Custom Variables</a></li>
<li class="thirdlevel"><a href="consumer-experience-server-chat-send-transcript.html">Send a Transcript</a></li>
<li class="thirdlevel"><a href="consumer-experience-server-chat-sample.html">Sample Postman Collection</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">In-App Messaging SDK iOS (2.0)</a>
<ul>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-quick-start.html">Quick Start</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-advanced-configurations.html">Advanced Configurations</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-methods.html">Methods</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-initialize.html">initialize</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-showconversation.html">showConversation</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-removeconversation.html">removeConversation</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-reconnect.html">reconnect</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-togglechatactions.html">toggleChatActions</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-checkactiveconversation.html">checkActiveConversation</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-markasurgent.html">markAsUrgent</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-isurgent.html">isUrgent</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-dismissurgent.html">dismissUrgent</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-resolveconversation.html">resolveConversation</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-clearhistory.html">clearHistory</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-logout.html">logout</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-destruct.html">destruct</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-handlepush.html">handlePush</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-registerpushnotifications.html">registerPushNotifications</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-setuserprofile.html">setUserProfile</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-getassignedagent.html">getAssignedAgent</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-subscribelogevents.html">subscribeLogEvents</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-getsdkversion.html">getSDKVersion</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-printalllocalizedkeys.html">printAllLocalizedKeys</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-printsupportedlanguages.html">printSupportedLanguages</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-getallsupportedlanguages.html">getAllSupportedLanguages</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-interfacedefinitions.html">Interface and Class Definitions</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-callbacks-index.html">Callbacks index</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-configuring-the-sdk.html">Configuring the SDK</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-attributes.html">Attributes</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-deprecated-attributes.html">Deprecated Attributes</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-stringlocalization.html">String localization in SDK</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-localizationkeys.html">Localization Keys</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-timestamps.html">Timestamps Formatting</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-createcertificate.html">OS Certificate Creation</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-advanced-csat.html">CSAT UI Content</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-photosharing.html">Photo Sharing (Beta)</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-pushnotifications.html">Configuring Push Notifications</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-opensource.html">Open Source List</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-security.html">Security</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">In-App Messaging SDK Android (2.0)</a>
<ul>
<li class="thirdlevel"><a href="consumer-experience-android-sdk.html">Version 2.0</a></li>
</ul>
</li>
</ul>
<li>
<a href="#">Real-time Interactions</a>
<ul>
<li class="subfolders">
<a href="#">Visit Information API</a>
<ul>
<li class="thirdlevel"><a href="rt-interactions-visit-information-overview.html">Overview</a></li>
<li class="thirdlevel"><a href="rt-interactions-visit-information-visit-information.html">Visit Information</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">App Engagement API</a>
<ul>
<li class="thirdlevel"><a href="rt-interactions-app-engagement-overview.html">Overview</a></li>
<li class="thirdlevel"><a href="rt-interactions-app-engagement-methods.html">Methods</a></li>
<li class="thirdlevel"><a href="rt-interactions-create-session.html">Create Session</a></li>
<li class="thirdlevel"><a href="rt-interactions-update-session.html">Update Session</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">Engagement Attributes</a>
<ul>
<li class="thirdlevel"><a href="rt-interactions-engagement-attributes-overview.html">Overview</a></li>
<li class="thirdlevel"><a href="rt-interactions-engagement-attributes-engagement-attributes.html">Engagement Attributes</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">IVR Engagement API</a>
<ul>
<li class="thirdlevel"><a href="rt-interactions-ivr-engagement-overview.html">Overview</a></li>
<li class="thirdlevel"><a href="rt-interactions-ivr-engagement-methods.html">Methods</a></li>
<li class="thirdlevel"><a href="rt-interactions-ivr-engagement-external engagement.html">External Engagement</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">Validate Engagement</a>
<ul>
<li class="thirdlevel"><a href="rt-interactions-validate-engagement-overview.html">Overview</a></li>
<li class="thirdlevel"><a href="rt-interactions-validate-engagement-validate-engagement.html">Validate Engagement API</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">Engagement Window Widget SDK</a>
<ul>
<li class="thirdlevel"><a href="rt-interactions-window-sdk-overview.html">Overview</a></li>
<li class="thirdlevel"><a href="rt-interactions-window-sdk-getting-started.html">Getting Started</a></li>
<li class="thirdlevel"><a href="rt-interactions-window-sdk-limitations.html">Limitations</a></li>
<li class="thirdlevel"><a href="rt-interactions-window-sdk-configuration.html">Configuration</a></li>
<li class="thirdlevel"><a href="rt-interactions-window-sdk-how-to-use.html">How to use the SDK</a></li>
<li class="thirdlevel"><a href="rt-interactions-window-sdk-code-examples.html">Code Examples</a></li>
<li class="thirdlevel"><a href="rt-interactions-window-sdk-event-structure.html">Event Structure</a></li>
</ul>
</li>
</ul>
<li>
<a href="#">Agent</a>
<ul>
<li class="subfolders">
<a href="#">Agent Workspace Widget SDK</a>
<ul>
<li class="thirdlevel"><a href="agent-workspace-sdk-overview.html">Overview</a></li>
<li class="thirdlevel"><a href="agent-workspace-sdk-getting-started.html">Getting Started</a></li>
<li class="thirdlevel"><a href="agent-workspace-sdk-limitations.html">Limitations</a></li>
<li class="thirdlevel"><a href="agent-workspace-sdk-how-to-use.html">How to use the SDK</a></li>
<li class="thirdlevel"><a href="agent-workspace-sdk-methods.html">Methods</a></li>
<li class="thirdlevel"><a href="agent-workspace-sdk-public-model.html">Public Model Structure</a></li>
<li class="thirdlevel"><a href="agent-workspace-sdk-public-properties.html">Public Properties</a></li>
<li class="thirdlevel"><a href="agent-workspace-sdk-code-examples.html">Code Examples</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">LivePerson Domain API</a>
<ul>
<li class="thirdlevel"><a href="agent-domain-domain-api.html">Domain API</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">Login Service API</a>
<ul>
<li class="thirdlevel"><a href="login-getting-started.html">Getting Started</a></li>
<li class="thirdlevel"><a href="agent-login-methods.html">Methods</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">Chat Agent API</a>
<ul>
<li class="thirdlevel"><a href="chat-agent-getting-started.html">Getting Started</a></li>
<li class="thirdlevel"><a href="agent-chat-agent-methods.html">Methods</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">Messaging Agent SDK</a>
<ul>
<li class="thirdlevel"><a href="messaging-agent-sdk-overview.html">Overview</a></li>
</ul>
</li>
</ul>
<li>
<a href="#">Data</a>
<ul>
<li class="subfolders">
<a href="#">Data Access API</a>
<ul>
<li class="thirdlevel"><a href="data-data-access.html">Data Access API</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">Messaging Operations API</a>
<ul>
<li class="thirdlevel"><a href="data-messaging-operations.html">Messaging Operations API</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">Messaging Interactions API</a>
<ul>
<li class="thirdlevel"><a href="data-messaging-interactions.html">Messaging Interactions API (Beta)</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">Engagement History API</a>
<ul>
<li class="thirdlevel"><a href="data-engagement-history.html">Engagement History API</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">Operational Real-time API</a>
<ul>
<li class="thirdlevel"><a href="data-operational-realtime.html">Operational Real-time API</a></li>
</ul>
</li>
</ul>
<li>
<a href="#">LiveEngage Tag</a>
<ul>
<li class="subfolders">
<a href="#">LE Tag Events</a>
<ul>
<li class="thirdlevel"><a href="lp-tag-tag-events.html">LE Tag Events</a></li>
</ul>
</li>
</ul>
<li>
<a href="#">Messaging Window API</a>
<ul>
<li class="subfolders">
<a href="#">Introduction</a>
<ul>
<li class="thirdlevel"><a href="consumer-interation-index.html">Home</a></li>
<li class="thirdlevel"><a href="consumer-int-protocol-overview.html">Protocol Overview</a></li>
<li class="thirdlevel"><a href="consumer-int-getting-started.html">Getting Started</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">Tutorials</a>
<ul>
<li class="thirdlevel"><a href="consumer-int-get-msg.html">Get Messages</a></li>
<li class="thirdlevel"><a href="consumer-int-conversation-md.html">Conversation Metadata</a></li>
<li class="thirdlevel"><a href="consumer-int-readaccept-events.html">Read/Accept events</a></li>
<li class="thirdlevel"><a href="consumer-int-authentication.html">Authentication</a></li>
<li class="thirdlevel"><a href="consumer-int-agent-profile.html">Agent Profile</a></li>
<li class="thirdlevel"><a href="consumer-int-post-survey.html">Post Conversation Survey</a></li>
<li class="thirdlevel"><a href="consumer-int-client-props.html">Client Properties</a></li>
<li class="thirdlevel"><a href="consumer-int-no-headers.html">Avoid Webqasocket Headers</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">Samples</a>
<ul>
<li class="thirdlevel"><a href="consumer-int-js-sample.html">JavaScript Messenger</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">API Reference</a>
<ul>
<li class="thirdlevel"><a href="consumer-int-api-reference.html">Overview</a></li>
<li class="thirdlevel"><a href="consumer-int-msg-reqs.html">Request Builder</a></li>
<li class="thirdlevel"><a href="consumer-int-msg-resps.html">Response Builder</a></li>
<li class="thirdlevel"><a href="consumer-int-msg-notifications.html">Notification Builder</a></li>
<li class="thirdlevel"><a href="consumer-int-msg-req-conv.html">New Conversation</a></li>
<li class="thirdlevel"><a href="consumer-int-msg-close-conv.html">Close Conversation</a></li>
<li class="thirdlevel"><a href="consumer-int-msg-csat-conv.html">Update CSAT</a></li>
<li class="thirdlevel"><a href="consumer-int-msg-sub-conv.html">Subscribe Conversations Metadata</a></li>
<li class="thirdlevel"><a href="consumer-int-msg-unsub-conv.html">Unsubscribe Conversations Metadata</a></li>
<li class="thirdlevel"><a href="consumer-int-msg-text-cont.html">Publish Content</a></li>
<li class="thirdlevel"><a href="consumer-int-msg-sub-events.html">Subscribe Conversation Content</a></li>
<li class="thirdlevel"><a href="consumer-int-msg-init-con.html">Browser Init Connection</a></li>
</ul>
</li>
</ul>
<!-- if you aren't using the accordion, uncomment this block:
<p class="external">
<a href="#" id="collapseAll">Collapse All</a> | <a href="#" id="expandAll">Expand All</a>
</p>
-->
</li>
</ul>
</div>
<!-- this highlights the active parent class in the navgoco sidebar. this is critical so that the parent expands when you're viewing a page. This must appear below the sidebar code above. Otherwise, if placed inside customscripts.js, the script runs before the sidebar code runs and the class never gets inserted.-->
<script>$("li.active").parents('li').toggleClass("active");</script>
<!-- Content Column -->
<div class="col-md-9">
<div class="post-header">
<h1 class="post-title-main">Update Predefined Content</h1>
</div>
<div class="post-content">
<p>Updates an existing Predefined Content item for a specific account.</p>
<h2 id="request">Request</h2>
<table>
<thead>
<tr>
<th style="text-align: left">Method</th>
<th style="text-align: left">URL</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left">PUT</td>
<td style="text-align: left">/api/account/{accountId}/configuration/engagement-window/canned-responses/{pre-defined-content-id}</td>
</tr>
</tbody>
</table>
<p><strong>Path Parameters</strong></p>
<table>
<thead>
<tr>
<th style="text-align: left">Parameter</th>
<th style="text-align: left">Description</th>
<th style="text-align: left">Type</th>
<th style="text-align: left">Notes</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left">accountId</td>
<td style="text-align: left">LP site ID</td>
<td style="text-align: left">string ^[a-zA-Z0-9_]{1,20}$</td>
<td style="text-align: left">Validation fail error code: 400</td>
</tr>
<tr>
<td style="text-align: left">predefined-content-id</td>
<td style="text-align: left">Account Config object’s unique ID</td>
<td style="text-align: left">Positive long number greater than zero</td>
<td style="text-align: left"> </td>
</tr>
</tbody>
</table>
<h2 id="query-parameters">Query Parameters</h2>
<table>
<thead>
<tr>
<th style="text-align: left">Name</th>
<th style="text-align: left">Description</th>
<th style="text-align: left">Type</th>
<th style="text-align: left">Required</th>
<th style="text-align: left">Notes</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left">v</td>
<td style="text-align: left">API version</td>
<td style="text-align: left">Double</td>
<td style="text-align: left">Required</td>
<td style="text-align: left">Default value: 2.0 <br /> Validation fail error code: 400</td>
</tr>
<tr>
<td style="text-align: left">select</td>
<td style="text-align: left">Dynamic selection of the response fields.</td>
<td style="text-align: left">YOGA ‘gdata’ dialect.</td>
<td style="text-align: left">Optional</td>
<td style="text-align: left">Validation error: 400 <br />Non-existing field: no error, blank in response <br /> Supported fields: any in response body</td>
</tr>
<tr>
<td style="text-align: left">fields</td>
<td style="text-align: left">List of required fields</td>
<td style="text-align: left">Comma delimited list of strings</td>
<td style="text-align: left">Optional</td>
<td style="text-align: left">Validation fail error code: 400 <br /> Non existing field error code: 400 <br /> Supported fields: <br /> 1. enabled <br /> 2. data <br /> 3. categoriesIds <br /> 4. hot-key <br /> 5. type</td>
</tr>
<tr>
<td style="text-align: left">field_set</td>
<td style="text-align: left">Predefined set of fields</td>
<td style="text-align: left">Comma delimited list of strings</td>
<td style="text-align: left">Optional</td>
<td style="text-align: left">Default: summary <br /> Validation fail error code: 400 <br /> Non existing field error code: 400 <br /> Supported field_set values: <br /> 1. all(id, deleted, enabled, data, categoriesIds, type, hot-key) <br /> 2. summary(id, deleted, enabled, categoriesIds, type, hot-key)</td>
</tr>
<tr>
<td style="text-align: left">lang</td>
<td style="text-align: left">List of requested content languages</td>
<td style="text-align: left">Comma delimited list of language IDs (en-US,…)</td>
<td style="text-align: left">Optional</td>
<td style="text-align: left">Default: all languages</td>
</tr>
</tbody>
</table>
<p><strong>Request Headers</strong></p>
<table>
<thead>
<tr>
<th style="text-align: left">Header</th>
<th style="text-align: left">Description</th>
<th style="text-align: left">Notes</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left">Authorization</td>
<td style="text-align: left">Contains token string to allow request authentication and authorization.</td>
<td style="text-align: left"> </td>
</tr>
<tr>
<td style="text-align: left">X-HTTP-Method-Override=PUT</td>
<td style="text-align: left">Overrides unsupported HTTP methods.</td>
<td style="text-align: left">To be used with the PUT value.</td>
</tr>
<tr>
<td style="text-align: left">If-Match</td>
<td style="text-align: left">Contains data revision, as known by the client.</td>
<td style="text-align: left">Allows optimization of backend, networking and client resource utilization.</td>
</tr>
</tbody>
</table>
<p><strong>Request Body</strong></p>
<p>See <a href="account-configuration-predefined-content-appendix.html">Appendix</a> for objects’ data structure.</p>
<h2 id="response">Response</h2>
<p><strong>Response Codes</strong></p>
<table>
<thead>
<tr>
<th style="text-align: left">Code</th>
<th style="text-align: left">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left">200</td>
<td style="text-align: left">OK</td>
</tr>
<tr>
<td style="text-align: left">401</td>
<td style="text-align: left">Not Authenticated</td>
</tr>
<tr>
<td style="text-align: left">403</td>
<td style="text-align: left">Not Authorized</td>
</tr>
<tr>
<td style="text-align: left">404</td>
<td style="text-align: left">Data Not Found</td>
</tr>
<tr>
<td style="text-align: left">500</td>
<td style="text-align: left">Internal Server Error</td>
</tr>
</tbody>
</table>
<p><strong>Response Body</strong></p>
<p>Updated Predefined Content JSON.</p>
<div class="tags">
</div>
</div>
<hr class="shaded"/>
<footer>
<div class="row">
<div class="col-lg-12 footer">
©2017 LivePerson. All rights reserved.<br />This documentation is subject to change without notice.<br />
Site last generated: Feb 28, 2017 <br />
<p><img src="img/company_logo.png" alt="Company logo"/></p>
</div>
</div>
</footer>
</div>
<!-- /.row -->
</div>
<!-- /.container -->
</div>
</body>
</html>
|
widgets/meter/meter.html
|
ropensci/rodash
|
<h1 class="title" data-bind="title"></h1>
<input class="meter" data-angleOffset=-125 data-angleArc=360 data-width=75 data-readOnly=true data-bind-value="value | shortenedNumber" data-bind-data-min="min" data-bind-data-max="max">
<p class="more-info" data-bind="moreinfo"></p>
<p class="updated-at" data-bind="updatedAtMessage"></p>
|
doc/wayland_kbd/keysyms/constant.XKB_KEY_Thai_nonu.html
|
mcanders/bevy
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `XKB_KEY_Thai_nonu` constant in crate `wayland_kbd`.">
<meta name="keywords" content="rust, rustlang, rust-lang, XKB_KEY_Thai_nonu">
<title>wayland_kbd::keysyms::XKB_KEY_Thai_nonu - Rust</title>
<link rel="stylesheet" type="text/css" href="../../main.css">
</head>
<body class="rustdoc">
<!--[if lte IE 8]>
<div class="warning">
This old browser is unsupported and will most likely display funky
things.
</div>
<![endif]-->
<section class="sidebar">
<p class='location'><a href='../index.html'>wayland_kbd</a>::<wbr><a href='index.html'>keysyms</a></p><script>window.sidebarCurrent = {name: 'XKB_KEY_Thai_nonu', ty: 'constant', relpath: ''};</script><script defer src="sidebar-items.js"></script>
</section>
<nav class="sub">
<form class="search-form js-only">
<div class="search-container">
<input class="search-input" name="search"
autocomplete="off"
placeholder="Click or press 'S' to search, '?' for more options..."
type="search">
</div>
</form>
</nav>
<section id='main' class="content constant">
<h1 class='fqn'><span class='in-band'><a href='../index.html'>wayland_kbd</a>::<wbr><a href='index.html'>keysyms</a>::<wbr><a class='constant' href=''>XKB_KEY_Thai_nonu</a></span><span class='out-of-band'><span id='render-detail'>
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
[<span class='inner'>−</span>]
</a>
</span><a id='src-3926' class='srclink' href='../../src/wayland_kbd/ffi/keysyms.rs.html#1595' title='goto source code'>[src]</a></span></h1>
<pre class='rust const'>pub const XKB_KEY_Thai_nonu: <a href='http://doc.rust-lang.org/nightly/std/primitive.u32.html'>u32</a><code> = </code><code>0x0db9</code></pre></section>
<section id='search' class="content hidden"></section>
<section class="footer"></section>
<div id="help" class="hidden">
<div class="shortcuts">
<h1>Keyboard shortcuts</h1>
<dl>
<dt>?</dt>
<dd>Show this help dialog</dd>
<dt>S</dt>
<dd>Focus the search field</dd>
<dt>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</dt>
<dd>Go to active search result</dd>
</dl>
</div>
<div class="infos">
<h1>Search tricks</h1>
<p>
Prefix searches with a type followed by a colon (e.g.
<code>fn:</code>) to restrict the search to a given type.
</p>
<p>
Accepted types are: <code>fn</code>, <code>mod</code>,
<code>struct</code>, <code>enum</code>,
<code>trait</code>, <code>typedef</code> (or
<code>tdef</code>).
</p>
<p>
Search functions by type signature (e.g.
<code>vec -> usize</code>)
</p>
</div>
</div>
<script>
window.rootPath = "../../";
window.currentCrate = "wayland_kbd";
window.playgroundUrl = "";
</script>
<script src="../../jquery.js"></script>
<script src="../../main.js"></script>
<script async src="../../search-index.js"></script>
</body>
</html>
|
templates/index.html
|
mdarty/thermostat
|
{% extends "base.html" %}
{% block head %}
{{ super() }}
<script>
function updatetemp() {
$SCRIPT_ROOT = {{ request.script_root|tojson|safe }};
$.ajax({
url : $SCRIPT_ROOT + "/updatetemp",
success : function(result){
$('#indoorTempDiv').html(result);
}
})
};
function updateRH() {
$SCRIPT_ROOT = {{ request.script_root|tojson|safe }};
$.ajax({
url : $SCRIPT_ROOT + "/updateRH",
success : function(result){
$('#indoorRHDiv').html(result);
}
})
};
function updateOuttemp() {
$SCRIPT_ROOT = {{ request.script_root|tojson|safe }};
$.ajax({
url : $SCRIPT_ROOT + "/updateOuttemp",
success : function(result){
$('#outdoorTempDiv').html(result);
}
})
};
function updateOutRH() {
$SCRIPT_ROOT = {{ request.script_root|tojson|safe }};
$.ajax({
url : $SCRIPT_ROOT + "/updateOutRH",
success : function(result){
$('#outdoorRHDiv').html(result);
}
})
};
function run_AC() {
$SCRIPT_ROOT = {{ request.script_root|tojson|safe }};
$.ajax({
url : $SCRIPT_ROOT + "/run_AC",
success : function(result){
$('#run_AC').html(result);
}
})
};
function cpu_temp() {
$SCRIPT_ROOT = {{ request.script_root|tojson|safe }};
$.ajax({
url : $SCRIPT_ROOT + "/cputemp",
success : function(result){
$('#cpu_temp').html(result);
}
})
};
window.setInterval(function(){
updatetemp()
updateRH()
updateOuttemp()
updateOutRH()
run_AC()
cpu_temp()
}, 100000);
updatetemp()
updateRH()
updateOuttemp()
updateOutRH()
run_AC()
cpu_temp()
</script>
{% endblock %}
{% block content %}
<div class="container">
<table class="table" style="width:50px">
<tr>
<th></th>
<th>Temp</th>
<th>Humidity</th>
</tr>
<tr>
<th>Indoor</th>
<td><span id="indoorTempDiv"></span>°F</td>
<td><span id="indoorRHDiv"></span>%</td>
</tr>
<tr>
<th>Outdoor</th>
<td><span id="outdoorTempDiv"></span>°F</td>
<td><span id="outdoorRHDiv"></span>%</td>
</tr>
</table>
<h3>System:</h3><span id="run_AC"></span>
<h3>CPU Temp:</h3><span id="cpu_temp"></span>°F/185°F
<form action="/index" method="POST" >
<h3>Mode</h3>
{% if mode == "cool" %}
<input type="radio" name="mode" value="cool" checked>Cool<br>
<input type="radio" name="mode" value="heat">Heat<br>
<input type="radio" name="mode" value="fan">Fan<br>
<input type="radio" name="mode" value="off">Off<br>
{% elif mode == "heat" %}
<input type="radio" name="mode" value="cool">Cool<br>
<input type="radio" name="mode" value="heat" checked>Heat<br>
<input type="radio" name="mode" value="fan">Fan<br>
<input type="radio" name="mode" value="off">Off<br>
{% elif mode == "fan" %}
<input type="radio" name="mode" value="cool">Cool<br>
<input type="radio" name="mode" value="heat">Heat<br>
<input type="radio" name="mode" value="fan" checked>Fan<br>
<input type="radio" name="mode" value="off">Off<br>
{% else %}
<input type="radio" name="mode" value="cool">Cool<br>
<input type="radio" name="mode" value="heat">Heat<br>
<input type="radio" name="mode" value="fan">Fan<br>
<input type="radio" name="mode" value="off" checked>Off<br>
{% endif %}
<br>
<h3>State</h3>
{% if state == "auto" %}
<input type="radio" name="state" value="auto" checked>Auto<br>
<input type="radio" name="state" value="here">Here<br>
<input type="radio" name="state" value="away">Away<br>
{% elif state == "here" %}
<input type="radio" name="state" value="auto">Auto<br>
<input type="radio" name="state" value="here" checked>Here<br>
<input type="radio" name="state" value="away">Away<br>
{% else %}
<input type="radio" name="state" value="auto">Auto<br>
<input type="radio" name="state" value="here">Here<br>
<input type="radio" name="state" value="away" checked>Away<br>
{% endif %}
<h3>Away Setting</h3>
{% if set_away == "auto" %}
<input type="radio" name="set_away" value="auto" checked>Auto<br>
<input type="radio" name="set_away" value="off">Off<br>
{% else %}
<input type="radio" name="set_away" value="auto">Auto<br>
<input type="radio" name="set_away" value="off" checked>Off<br>
{% endif %}
<br>
<div class="input-group imput-group-lg" style="padding:10px">
<span class="input-group-addon">Here</span>
<input type="text" style='width:4em' class="form-control" name="set_temp" size=2 value="{{set_temp}}"/>
</div>
<div class="input-group imput-group-lg" style="padding:10px">
<span class="input-group-addon">Away</span>
<input type="text" style='width:4em' class="form-control" name="set_away_temp" value="{{set_away_temp}}">
</div>
<button type="submit" name="submit" class="btn btn-primary btn-lg" style="padding:10px" value="temp">Go</button>
<button type="submit" name="submit" class="btn btn-primary btn-lg" style="padding:10px" value="Garage">Garage</button>
</form>
<img class="img-responsive" style="padding-top:10px; padding-bottom:10px" src="/static/image.jpg" alt="camera">
<img class="img-responsive" style="padding-top:10px; padding-bottom:10px" src="/static/graph.png" alt="graph">
</div>
{% endblock %}
|
clean/Linux-x86_64-4.07.1-2.0.1/released/8.10.0/hoare-tut/8.6.0.html
|
coq-bench/coq-bench.github.io
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>hoare-tut: 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.10.0 / hoare-tut - 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>
hoare-tut
<small>
8.6.0
<span class="label label-info">Not compatible</span>
</small>
</h1>
<p><em><script>document.write(moment("2020-09-25 05:58:45 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-09-25 05:58:45 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.10.0 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: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/hoare-tut"
license: "GNU LGPL"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/HoareTut"]
depends: [
"ocaml"
"coq" {>= "8.6" & < "8.7~"}
]
tags: [ "keyword: Hoare logic" "keyword: imperative program" "keyword: weakest precondition" "keyword: reflection" "category: Mathematics/Logic/See also" "category: Computer Science/Semantics and Compilation/Semantics" "date: 2007" ]
authors: [ "Sylvain Boulmé <Sylvain.Boulme@imag.fr> [http://www-verimag.imag.fr/~boulme]" ]
bug-reports: "https://github.com/coq-contribs/hoare-tut/issues"
dev-repo: "git+https://github.com/coq-contribs/hoare-tut.git"
synopsis: "A Tutorial on Reflecting in Coq the generation of Hoare proof obligations"
description: """
http://www-verimag.imag.fr/~boulme/HOARE_LOGIC_TUTORIAL/
This work is both an introduction to Hoare logic and a demo
illustrating Coq nice features. It formalizes the generation of PO
(proof obligations) in a Hoare logic for a very basic imperative
programming language. It proves the soundness and the completeness of
the PO generation both in partial and total correctness. At last, it
examplifies on a very simple example (a GCD computation) how the PO
generation can simplify concrete proofs. Coq is indeed able to compute
PO on concrete programs: we say here that the generation of proof
obligations is reflected in Coq. Technically, the PO generation is
here performed through Dijkstra's weakest-precondition calculus."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/hoare-tut/archive/v8.6.0.tar.gz"
checksum: "md5=4514a0cdd8defc05ecefd70133d27cef"
}
</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-hoare-tut.8.6.0 coq.8.10.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.10.0).
The following dependencies couldn't be met:
- coq-hoare-tut -> 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-hoare-tut.8.6.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
<small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small>
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.