code stringlengths 2 1.05M | repo_name stringlengths 5 101 | path stringlengths 4 991 | language stringclasses 3 values | license stringclasses 5 values | size int64 2 1.05M |
|---|---|---|---|---|---|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>topology: 1 m 9 s ๐</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / extra-dev</a></li>
<li class="active"><a href="">dev / topology - 10.0.1</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">ยซ Up</a>
<h1>
topology
<small>
10.0.1
<span class="label label-success">1 m 9 s ๐</span>
</small>
</h1>
<p>๐
<em><script>document.write(moment("2022-03-02 09:43:56 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-02 09:43:56 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-gmp 4 Virtual package relying on a GMP lib system installation
coq dev Formal proof management system
dune 3.0.2 Fast, portable, and opinionated build system
ocaml 4.13.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.13.1 Official release 4.13.1
ocaml-config 2 OCaml Switch Configuration
ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled
ocamlfind 1.9.3 A library manager for OCaml
zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "palmskog@gmail.com"
homepage: "https://github.com/coq-community/topology"
dev-repo: "git+https://github.com/coq-community/topology.git"
bug-reports: "https://github.com/coq-community/topology/issues"
license: "LGPL-2.1-or-later"
synopsis: "General topology in Coq"
description: """
This library develops some of the basic concepts
and results of general topology in Coq.
"""
build: ["dune" "build" "-p" name "-j" jobs]
depends: [
"dune" {>= "2.5"}
"coq" {(>= "8.10" & < "8.16~") | (= "dev")}
"coq-zorns-lemma" {= version}
]
tags: [
"category:Mathematics/Real Calculus and Topology"
"keyword:topology"
"keyword:filters"
"keyword:nets"
"keyword:metric spaces"
"keyword:real analysis"
"keyword:Urysohn's lemma"
"keyword:Tietze extension theorem"
"logpath:Topology"
]
authors: [
"Daniel Schepler"
]
url {
src: "https://github.com/coq-community/topology/archive/v10.0.1.tar.gz"
checksum: "sha512=c3b76b128d318e99a149ff8a018bdddf823dc68abc43b67c68600023d095f2ed97b610063b264b85d032127300fab262b90e19d1525cccb3535036eed8eea946"
}
</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-topology.10.0.1 coq.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-topology.10.0.1 coq.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>42 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-topology.10.0.1 coq.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>1 m 9 s</dd>
</dl>
<h2>Installation size</h2>
<p>Total: 2 M</p>
<ul>
<li>217 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Topology/TietzeExtension.vo</code></li>
<li>140 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Topology/MetricSpaces.vo</code></li>
<li>126 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Topology/UrysohnsLemma.vo</code></li>
<li>112 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Topology/RTopology.vo</code></li>
<li>108 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Topology/Compactness.vo</code></li>
<li>88 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Topology/UniformTopology.vo</code></li>
<li>78 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Topology/RFuncContinuity.vo</code></li>
<li>73 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Topology/Nets.vo</code></li>
<li>69 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Topology/SeparatednessAxioms.vo</code></li>
<li>66 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Topology/ProductTopology.vo</code></li>
<li>60 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Topology/SumTopology.vo</code></li>
<li>56 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Topology/InteriorsClosures.vo</code></li>
<li>56 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Topology/Completion.vo</code></li>
<li>54 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Topology/FiltersAndNets.vo</code></li>
<li>54 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Topology/CountabilityAxioms.vo</code></li>
<li>50 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Topology/OpenBases.vo</code></li>
<li>50 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Topology/Completeness.vo</code></li>
<li>49 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Topology/Continuity.vo</code></li>
<li>47 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Topology/WeakTopology.vo</code></li>
<li>46 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Topology/SupInf.vo</code></li>
<li>45 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Topology/QuotientTopology.vo</code></li>
<li>42 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Topology/NeighborhoodBases.vo</code></li>
<li>42 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Topology/FilterLimits.vo</code></li>
<li>40 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Topology/RationalsInReals.vo</code></li>
<li>40 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Topology/Connectedness.vo</code></li>
<li>39 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Topology/OrderTopology.vo</code></li>
<li>39 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Topology/TopologicalSpaces.vo</code></li>
<li>39 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Topology/Subbases.vo</code></li>
<li>38 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Topology/StrongTopology.vo</code></li>
<li>36 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Topology/SubspaceTopology.vo</code></li>
<li>34 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Topology/Homeomorphisms.vo</code></li>
<li>32 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Topology/ContinuousFactorization.vo</code></li>
<li>26 K <code>../ocaml-base-compiler.4.13.1/doc/coq-topology/LICENSE</code></li>
<li>24 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Topology/MetricSpaces.v</code></li>
<li>23 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Topology/TietzeExtension.v</code></li>
<li>22 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Topology/Neighborhoods.vo</code></li>
<li>22 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Topology/UrysohnsLemma.v</code></li>
<li>20 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Topology/Compactness.v</code></li>
<li>16 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Topology/RTopology.v</code></li>
<li>15 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Topology/RFuncContinuity.v</code></li>
<li>12 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Topology/InteriorsClosures.v</code></li>
<li>12 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Topology/ProductTopology.v</code></li>
<li>11 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Topology/UniformTopology.v</code></li>
<li>11 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Topology/Nets.v</code></li>
<li>8 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Topology/SeparatednessAxioms.v</code></li>
<li>8 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Topology/Continuity.v</code></li>
<li>7 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Topology/CountabilityAxioms.v</code></li>
<li>6 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Topology/TopologicalSpaces.v</code></li>
<li>6 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Topology/WeakTopology.v</code></li>
<li>6 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Topology/FiltersAndNets.v</code></li>
<li>6 K <code>../ocaml-base-compiler.4.13.1/doc/coq-topology/README.md</code></li>
<li>6 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Topology/Completion.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Topology/Completeness.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Topology/SumTopology.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Topology/FilterLimits.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Topology/Connectedness.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Topology/OpenBases.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Topology/QuotientTopology.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Topology/NeighborhoodBases.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Topology/OrderTopology.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.13.1/lib/coq-topology/dune-package</code></li>
<li>3 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Topology/Subbases.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Topology/SubspaceTopology.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Topology/SupInf.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Topology/RationalsInReals.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Topology/Homeomorphisms.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Topology/StrongTopology.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Topology/ContinuousFactorization.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Topology/Neighborhoods.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.13.1/lib/coq-topology/opam</code></li>
<li>0 K <code>../ocaml-base-compiler.4.13.1/lib/coq-topology/META</code></li>
</ul>
<h2>Uninstall ๐งน</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq-topology.10.0.1</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐ฃ
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.13.1-2.0.10/extra-dev/dev/topology/10.0.1.html | HTML | mit | 15,331 |
<!DOCTYPE html>
<html class="sticky-footer">
{% include head-page.html %}
<body id="page-top" class="index no-header sticky-footer">
{% include navbar-page.html %}
<div class="content container">
<div class="page">
<br>
<h1 class="page-title">{{ page.title }}</h1>
<hr>
{{ content }}
</div>
</div>
{% include footer.html %}
{% include js-page.html %}
</body>
</html>
| jf-lab/franklandlab | _layouts/page.html | HTML | mit | 442 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>shuffle: Not compatible ๐ผ</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.13.0 / shuffle - 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>
shuffle
<small>
8.8.0
<span class="label label-info">Not compatible ๐ผ</span>
</small>
</h1>
<p>๐
<em><script>document.write(moment("2021-12-05 18:22:55 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-05 18:22:55 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-gmp 3 Virtual package relying on a GMP lib system installation
coq 8.13.0 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.09.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.09.1 Official release 4.09.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
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/shuffle"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Shuffle"]
depends: [
"ocaml"
"coq" {>= "8.8" & < "8.9~"}
]
tags: [ "keyword: Gilbreath's card trick" "keyword: binary sequences" "category: Miscellaneous/Logical Puzzles and Entertainment" ]
authors: [ "Gรฉrard Huet" ]
bug-reports: "https://github.com/coq-contribs/shuffle/issues"
dev-repo: "git+https://github.com/coq-contribs/shuffle.git"
synopsis: "Gilbreath's card trick"
description:
"A full axiomatization and proof development of a non-trivial property of binary sequences, inspired from a card trick of N. Gilbreath."
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/shuffle/archive/v8.8.0.tar.gz"
checksum: "md5=c1547f50942d7da552ff1f1f1ea94a7f"
}
</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-shuffle.8.8.0 coq.8.13.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.13.0).
The following dependencies couldn't be met:
- coq-shuffle -> 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-shuffle.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>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.09.1-2.0.6/released/8.13.0/shuffle/8.8.0.html | HTML | mit | 7,004 |
<html>
<head>
<title>User agent detail - Mozilla/5.0 (Linux; Android 4.4.2; Venue 8 3830 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.99 Safari/537.36</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="section">
<h1 class="header center orange-text">User agent detail</h1>
<div class="row center">
<h5 class="header light">
Mozilla/5.0 (Linux; Android 4.4.2; Venue 8 3830 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.99 Safari/537.36
</h5>
</div>
</div>
<div class="section">
<table class="striped"><tr><th></th><th colspan="3">General</th><th colspan="5">Device</th><th colspan="3">Bot</th><th colspan="2"></th></tr><tr><th>Provider</th><th>Browser</th><th>Engine</th><th>OS</th><th>Brand</th><th>Model</th><th>Type</th><th>Is mobile</th><th>Is touch</th><th>Is bot</th><th>Name</th><th>Type</th><th>Parse time</th><th>Actions</th></tr><tr><th colspan="14" class="green lighten-3">Source result (test suite)</th></tr><tr><td>browscap/browscap<br /><small>/tests/fixtures/issues/issue-523.php</small></td><td>Chrome 32.0</td><td>Android 4.4</td><td>unknown </td><td style="border-left: 1px solid #555">Dell</td><td>Venue 8 3830</td><td>Tablet</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td></td><td></td><td></td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-test">Detail</a>
<!-- Modal Structure -->
<div id="modal-test" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>Testsuite result detail</h4>
<p><pre><code class="php">Array
(
[Browser] => Chrome
[Browser_Type] => Browser
[Browser_Bits] => 32
[Browser_Maker] => Google Inc
[Version] => 32.0
[MajorVer] => 32
[MinorVer] => 0
[Platform] => Android
[Platform_Version] => 4.4
[Platform_Bits] => 32
[Platform_Maker] => Google Inc
[isMobileDevice] => 1
[isTablet] => 1
[Crawler] =>
[JavaScript] => 1
[Cookies] => 1
[Frames] => 1
[IFrames] => 1
[Tables] => 1
[Device_Name] => Venue 8 3830
[Device_Maker] => Dell
[Device_Type] => Tablet
[Device_Pointing_Method] => touchscreen
[Device_Code_Name] => Venue 8 3830
[Device_Brand_Name] => Dell
[RenderingEngine_Name] => Blink
[RenderingEngine_Version] => unknown
[RenderingEngine_Maker] => Google 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><th colspan="14" class="green lighten-3">Providers</th></tr><tr><td>BrowscapPhp<br /><small>6012</small></td><td>Chrome 32.0</td><td>Blink </td><td>Android 4.4</td><td style="border-left: 1px solid #555">Dell</td><td>Venue 8 3830</td><td>Tablet</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.016</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-215ac98d-ccf8-4615-916e-5a819d6a59c9">Detail</a>
<!-- Modal Structure -->
<div id="modal-215ac98d-ccf8-4615-916e-5a819d6a59c9" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>BrowscapPhp result detail</h4>
<p><pre><code class="php">stdClass Object
(
[browser_name_regex] => /^mozilla\/5\.0 \(.*linux.*android.4\.4.*venue 8 3830 build\/.*\) applewebkit\/.* \(khtml, like gecko\) chrome\/32\..*safari\/.*$/
[browser_name_pattern] => mozilla/5.0 (*linux*android?4.4*venue 8 3830 build/*) applewebkit/* (khtml, like gecko) chrome/32.*safari/*
[parent] => Chrome 32.0 for Android
[comment] => Chrome 32.0
[browser] => Chrome
[browser_type] => Browser
[browser_bits] => 32
[browser_maker] => Google Inc
[browser_modus] => unknown
[version] => 32.0
[majorver] => 32
[minorver] => 0
[platform] => Android
[platform_version] => 4.4
[platform_description] => Android OS
[platform_bits] => 32
[platform_maker] => Google Inc
[alpha] =>
[beta] =>
[win16] =>
[win32] =>
[win64] =>
[frames] => 1
[iframes] => 1
[tables] => 1
[cookies] => 1
[backgroundsounds] =>
[javascript] => 1
[vbscript] =>
[javaapplets] =>
[activexcontrols] =>
[ismobiledevice] => 1
[istablet] => 1
[issyndicationreader] =>
[crawler] =>
[cssversion] => 3
[aolversion] => 0
[device_name] => Venue 8 3830
[device_maker] => Dell
[device_type] => Tablet
[device_pointing_method] => touchscreen
[device_code_name] => Venue 8 3830
[device_brand_name] => Dell
[renderingengine_name] => Blink
[renderingengine_version] => unknown
[renderingengine_description] => a WebKit Fork by Google
[renderingengine_maker] => Google 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>DonatjUAParser<br /><small>v0.5.0</small></td><td>Chrome 32.0.1700.99</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-f1436016-fdf1-4aea-b4be-1d7c99ab0661">Detail</a>
<!-- Modal Structure -->
<div id="modal-f1436016-fdf1-4aea-b4be-1d7c99ab0661" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>DonatjUAParser result detail</h4>
<p><pre><code class="php">Array
(
[platform] => Android
[browser] => Chrome
[version] => 32.0.1700.99
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>NeutrinoApiCom<br /><small></small></td><td>Chrome 32.0.1700.99</td><td><i class="material-icons">close</i></td><td>Android 4.4.2</td><td style="border-left: 1px solid #555"></td><td></td><td>desktop-browser</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.25103</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-9b0fa449-ec1b-40c8-8b1c-9486eb3b9cbc">Detail</a>
<!-- Modal Structure -->
<div id="modal-9b0fa449-ec1b-40c8-8b1c-9486eb3b9cbc" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>NeutrinoApiCom result detail</h4>
<p><pre><code class="php">stdClass Object
(
[mobile_screen_height] => 0
[is_mobile] =>
[type] => desktop-browser
[mobile_brand] =>
[mobile_model] =>
[version] => 32.0.1700.99
[is_android] =>
[browser_name] => Chrome
[operating_system_family] => Android
[operating_system_version] => 4.4.2
[is_ios] =>
[producer] => Google Inc.
[operating_system] => Android 4.0.x Ice Cream Sandwich
[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.5.2</small></td><td>Chrome 32.0</td><td>Blink </td><td>Android 4.4</td><td style="border-left: 1px solid #555">Dell</td><td>Venue 8 3830</td><td>tablet</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.006</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-21638055-738d-46ba-a1b1-f5114bc26475">Detail</a>
<!-- Modal Structure -->
<div id="modal-21638055-738d-46ba-a1b1-f5114bc26475" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>PiwikDeviceDetector result detail</h4>
<p><pre><code class="php">Array
(
[client] => Array
(
[type] => browser
[name] => Chrome
[short_name] => CH
[version] => 32.0
[engine] => Blink
)
[operatingSystem] => Array
(
[name] => Android
[short_name] => AND
[version] => 4.4
[platform] =>
)
[device] => Array
(
[brand] => DL
[brandName] => Dell
[model] => Venue 8 3830
[device] => 2
[deviceName] => tablet
)
[bot] =>
[extra] => Array
(
[isBot] =>
[isBrowser] => 1
[isFeedReader] =>
[isMobileApp] =>
[isPIM] =>
[isLibrary] =>
[isMediaPlayer] =>
[isCamera] =>
[isCarBrowser] =>
[isConsole] =>
[isFeaturePhone] =>
[isPhablet] =>
[isPortableMediaPlayer] =>
[isSmartDisplay] =>
[isSmartphone] =>
[isTablet] => 1
[isTV] =>
[isDesktop] =>
[isMobile] => 1
[isTouchEnabled] =>
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>SinergiBrowserDetector<br /><small>6.0.0</small></td><td>Chrome 32.0.1700.99</td><td><i class="material-icons">close</i></td><td>Android 4.4.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>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.001</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-5415e7f2-ef7b-434c-abe0-b71ba9f6707c">Detail</a>
<!-- Modal Structure -->
<div id="modal-5415e7f2-ef7b-434c-abe0-b71ba9f6707c" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>SinergiBrowserDetector result detail</h4>
<p><pre><code class="php">Array
(
[browser] => Sinergi\BrowserDetector\Browser Object
(
[userAgent:Sinergi\BrowserDetector\Browser:private] => Sinergi\BrowserDetector\UserAgent Object
(
[userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; Android 4.4.2; Venue 8 3830 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.99 Safari/537.36
)
[name:Sinergi\BrowserDetector\Browser:private] => Chrome
[version:Sinergi\BrowserDetector\Browser:private] => 32.0.1700.99
[isRobot:Sinergi\BrowserDetector\Browser:private] =>
[isChromeFrame:Sinergi\BrowserDetector\Browser:private] =>
)
[operatingSystem] => Sinergi\BrowserDetector\Os Object
(
[name:Sinergi\BrowserDetector\Os:private] => Android
[version:Sinergi\BrowserDetector\Os:private] => 4.4.2
[isMobile:Sinergi\BrowserDetector\Os:private] => 1
[userAgent:Sinergi\BrowserDetector\Os:private] => Sinergi\BrowserDetector\UserAgent Object
(
[userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; Android 4.4.2; Venue 8 3830 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.99 Safari/537.36
)
)
[device] => Sinergi\BrowserDetector\Device Object
(
[name:Sinergi\BrowserDetector\Device:private] => unknown
[userAgent:Sinergi\BrowserDetector\Device:private] => Sinergi\BrowserDetector\UserAgent Object
(
[userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; Android 4.4.2; Venue 8 3830 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.99 Safari/537.36
)
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>UAParser<br /><small>v3.4.5</small></td><td>Chrome 32.0.1700</td><td><i class="material-icons">close</i></td><td>Android 4.4.2</td><td style="border-left: 1px solid #555"></td><td>Venue 8 3830</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.007</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-346c1a98-5fd3-454f-b6c8-350f2f505d8b">Detail</a>
<!-- Modal Structure -->
<div id="modal-346c1a98-5fd3-454f-b6c8-350f2f505d8b" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>UAParser result detail</h4>
<p><pre><code class="php">UAParser\Result\Client Object
(
[ua] => UAParser\Result\UserAgent Object
(
[major] => 32
[minor] => 0
[patch] => 1700
[family] => Chrome
)
[os] => UAParser\Result\OperatingSystem Object
(
[major] => 4
[minor] => 4
[patch] => 2
[patchMinor] =>
[family] => Android
)
[device] => UAParser\Result\Device Object
(
[brand] => Generic_Android
[model] => Venue 8 3830
[family] => Venue 8 3830
)
[originalUserAgent] => Mozilla/5.0 (Linux; Android 4.4.2; Venue 8 3830 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.99 Safari/537.36
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>UserAgentStringCom<br /><small></small></td><td>Android Webkit Browser </td><td><i class="material-icons">close</i></td><td>Android 4.4.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.06701</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-9cdd8b45-a2eb-406b-bd27-7e48af38ffd4">Detail</a>
<!-- Modal Structure -->
<div id="modal-9cdd8b45-a2eb-406b-bd27-7e48af38ffd4" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>UserAgentStringCom result detail</h4>
<p><pre><code class="php">stdClass Object
(
[agent_type] => Browser
[agent_name] => Android Webkit Browser
[agent_version] => --
[os_type] => Android
[os_name] => Android
[os_versionName] =>
[os_versionNumber] => 4.4.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></td><td>Chrome 32.0.1700.99</td><td>WebKit 537.36</td><td>Android 4.4.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.41504</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-9795f66f-7271-430e-973a-a5c0e14dc35a">Detail</a>
<!-- Modal Structure -->
<div id="modal-9795f66f-7271-430e-973a-a5c0e14dc35a" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>WhatIsMyBrowserCom result detail</h4>
<p><pre><code class="php">stdClass Object
(
[operating_system_name] => Android
[simple_sub_description_string] =>
[simple_browser_string] => Chrome 32 on Android (KitKat)
[browser_version] => 32
[extra_info] => Array
(
)
[operating_platform] =>
[extra_info_table] => stdClass Object
(
[System Build] => KOT49H
)
[layout_engine_name] => WebKit
[detected_addons] => Array
(
)
[operating_system_flavour_code] =>
[hardware_architecture] =>
[operating_system_flavour] =>
[operating_system_frameworks] => Array
(
)
[browser_name_code] => chrome
[operating_system_version] => KitKat
[simple_operating_platform_string] =>
[is_abusive] =>
[layout_engine_version] => 537.36
[browser_capabilities] => Array
(
)
[operating_platform_vendor_name] =>
[operating_system] => Android (KitKat)
[operating_system_version_full] => 4.4.2
[operating_platform_code] =>
[browser_name] => Chrome
[operating_system_name_code] => android
[user_agent] => Mozilla/5.0 (Linux; Android 4.4.2; Venue 8 3830 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.99 Safari/537.36
[browser_version_full] => 32.0.1700.99
[browser] => Chrome 32
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>WhichBrowser<br /><small>2.0.10</small></td><td>Chrome 32</td><td>Blink </td><td>Android 4.4.2</td><td style="border-left: 1px solid #555">Dell</td><td>Venue 8</td><td>tablet</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.025</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-342c8d32-4765-40a8-8a5c-af3a38d19ae4">Detail</a>
<!-- Modal Structure -->
<div id="modal-342c8d32-4765-40a8-8a5c-af3a38d19ae4" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>WhichBrowser result detail</h4>
<p><pre><code class="php">Array
(
[browser] => Array
(
[name] => Chrome
[version] => 32
[type] => browser
)
[engine] => Array
(
[name] => Blink
)
[os] => Array
(
[name] => Android
[version] => 4.4.2
)
[device] => Array
(
[type] => tablet
[manufacturer] => Dell
[model] => Venue 8
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>Woothee<br /><small>v1.2.0</small></td><td>Chrome 32.0.1700.99</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>smartphone</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-3f285ff5-314b-4db4-9948-54572e92e7b6">Detail</a>
<!-- Modal Structure -->
<div id="modal-3f285ff5-314b-4db4-9948-54572e92e7b6" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>Woothee result detail</h4>
<p><pre><code class="php">Array
(
[name] => Chrome
[vendor] => Google
[version] => 32.0.1700.99
[category] => smartphone
[os] => Android
[os_version] => 4.4.2
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>Wurfl<br /><small>1.6.4</small></td><td>Chrome Mobile 34</td><td><i class="material-icons">close</i></td><td>Android 4.4</td><td style="border-left: 1px solid #555">Dell</td><td>3830</td><td>Tablet</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.034</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-1a1aee36-7ce7-4111-a391-8e2c501f1532">Detail</a>
<!-- Modal Structure -->
<div id="modal-1a1aee36-7ce7-4111-a391-8e2c501f1532" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>Wurfl result detail</h4>
<p><pre><code class="php">Array
(
[virtual] => Array
(
[is_android] => true
[is_ios] => false
[is_windows_phone] => false
[is_app] => false
[is_full_desktop] => false
[is_largescreen] => true
[is_mobile] => true
[is_robot] => false
[is_smartphone] => false
[is_touchscreen] => true
[is_wml_preferred] => false
[is_xhtmlmp_preferred] => false
[is_html_preferred] => true
[advertised_device_os] => Android
[advertised_device_os_version] => 4.4
[advertised_browser] => Chrome Mobile
[advertised_browser_version] => 34
[complete_device_name] => Dell 3830 (Venue 8)
[form_factor] => Tablet
[is_phone] => false
[is_app_webview] => false
)
[all] => Array
(
[brand_name] => Dell
[model_name] => 3830
[unique] => true
[ununiqueness_handler] =>
[is_wireless_device] => true
[device_claims_web_support] => true
[has_qwerty_keyboard] => true
[can_skip_aligned_link_row] => true
[uaprof] =>
[uaprof2] =>
[uaprof3] =>
[nokia_series] => 0
[nokia_edition] => 0
[device_os] => Android
[mobile_browser] => Chrome Mobile
[mobile_browser_version] =>
[device_os_version] => 4.4
[pointing_method] => touchscreen
[release_date] => 2013_september
[marketing_name] => Venue 8
[model_extra_info] =>
[nokia_feature_pack] => 0
[can_assign_phone_number] => true
[is_tablet] => true
[manufacturer_name] =>
[is_bot] => false
[is_google_glass] => false
[proportional_font] => false
[built_in_back_button_support] => false
[card_title_support] => true
[softkey_support] => false
[table_support] => true
[numbered_menus] => false
[menu_with_select_element_recommended] => false
[menu_with_list_of_links_recommended] => true
[icons_on_menu_items_support] => false
[break_list_of_links_with_br_element_recommended] => true
[access_key_support] => false
[wrap_mode_support] => false
[times_square_mode_support] => false
[deck_prefetch_support] => false
[elective_forms_recommended] => true
[wizards_recommended] => false
[image_as_link_support] => false
[insert_br_element_after_widget_recommended] => false
[wml_can_display_images_and_text_on_same_line] => false
[wml_displays_image_in_center] => false
[opwv_wml_extensions_support] => false
[wml_make_phone_call_string] => wtai://wp/mc;
[chtml_display_accesskey] => false
[emoji] => false
[chtml_can_display_images_and_text_on_same_line] => false
[chtml_displays_image_in_center] => false
[imode_region] => none
[chtml_make_phone_call_string] => tel:
[chtml_table_support] => false
[xhtml_honors_bgcolor] => true
[xhtml_supports_forms_in_table] => true
[xhtml_support_wml2_namespace] => false
[xhtml_autoexpand_select] => false
[xhtml_select_as_dropdown] => false
[xhtml_select_as_radiobutton] => false
[xhtml_select_as_popup] => false
[xhtml_display_accesskey] => false
[xhtml_supports_invisible_text] => false
[xhtml_supports_inline_input] => false
[xhtml_supports_monospace_font] => false
[xhtml_supports_table_for_layout] => true
[xhtml_supports_css_cell_table_coloring] => true
[xhtml_format_as_css_property] => false
[xhtml_format_as_attribute] => false
[xhtml_nowrap_mode] => false
[xhtml_marquee_as_css_property] => false
[xhtml_readable_background_color1] => #FFFFFF
[xhtml_readable_background_color2] => #FFFFFF
[xhtml_allows_disabled_form_elements] => true
[xhtml_document_title_support] => true
[xhtml_preferred_charset] => iso-8859-1
[opwv_xhtml_extensions_support] => false
[xhtml_make_phone_call_string] => tel:
[xhtmlmp_preferred_mime_type] => text/html
[xhtml_table_support] => true
[xhtml_send_sms_string] => sms:
[xhtml_send_mms_string] => mms:
[xhtml_file_upload] => supported
[cookie_support] => true
[accept_third_party_cookie] => true
[xhtml_supports_iframe] => full
[xhtml_avoid_accesskeys] => true
[xhtml_can_embed_video] => none
[ajax_support_javascript] => true
[ajax_manipulate_css] => true
[ajax_support_getelementbyid] => true
[ajax_support_inner_html] => true
[ajax_xhr_type] => standard
[ajax_manipulate_dom] => true
[ajax_support_events] => true
[ajax_support_event_listener] => true
[ajax_preferred_geoloc_api] => w3c_api
[xhtml_support_level] => 4
[preferred_markup] => html_web_4_0
[wml_1_1] => false
[wml_1_2] => false
[wml_1_3] => false
[html_wi_w3_xhtmlbasic] => true
[html_wi_oma_xhtmlmp_1_0] => true
[html_wi_imode_html_1] => false
[html_wi_imode_html_2] => false
[html_wi_imode_html_3] => false
[html_wi_imode_html_4] => false
[html_wi_imode_html_5] => false
[html_wi_imode_htmlx_1] => false
[html_wi_imode_htmlx_1_1] => false
[html_wi_imode_compact_generic] => false
[html_web_3_2] => true
[html_web_4_0] => true
[voicexml] => false
[multipart_support] => false
[total_cache_disable_support] => false
[time_to_live_support] => false
[resolution_width] => 800
[resolution_height] => 1280
[columns] => 60
[max_image_width] => 600
[max_image_height] => 1024
[rows] => 40
[physical_screen_width] => 108
[physical_screen_height] => 173
[dual_orientation] => true
[density_class] => 1.0
[wbmp] => true
[bmp] => false
[epoc_bmp] => false
[gif_animated] => false
[jpg] => true
[png] => true
[tiff] => false
[transparent_png_alpha] => true
[transparent_png_index] => true
[svgt_1_1] => true
[svgt_1_1_plus] => false
[greyscale] => false
[gif] => true
[colors] => 65536
[webp_lossy_support] => true
[webp_lossless_support] => true
[post_method_support] => true
[basic_authentication_support] => true
[empty_option_value_support] => true
[emptyok] => false
[nokia_voice_call] => false
[wta_voice_call] => false
[wta_phonebook] => false
[wta_misc] => false
[wta_pdc] => false
[https_support] => true
[phone_id_provided] => false
[max_data_rate] => 3600
[wifi] => true
[sdio] => false
[vpn] => false
[has_cellular_radio] => true
[max_deck_size] => 2000000
[max_url_length_in_requests] => 256
[max_url_length_homepage] => 0
[max_url_length_bookmark] => 0
[max_url_length_cached_page] => 0
[max_no_of_connection_settings] => 0
[max_no_of_bookmarks] => 0
[max_length_of_username] => 0
[max_length_of_password] => 0
[max_object_size] => 0
[downloadfun_support] => false
[directdownload_support] => true
[inline_support] => false
[oma_support] => true
[ringtone] => false
[ringtone_3gpp] => false
[ringtone_midi_monophonic] => false
[ringtone_midi_polyphonic] => false
[ringtone_imelody] => false
[ringtone_digiplug] => false
[ringtone_compactmidi] => false
[ringtone_mmf] => false
[ringtone_rmf] => false
[ringtone_xmf] => false
[ringtone_amr] => false
[ringtone_awb] => false
[ringtone_aac] => false
[ringtone_wav] => false
[ringtone_mp3] => false
[ringtone_spmidi] => false
[ringtone_qcelp] => false
[ringtone_voices] => 1
[ringtone_df_size_limit] => 0
[ringtone_directdownload_size_limit] => 0
[ringtone_inline_size_limit] => 0
[ringtone_oma_size_limit] => 0
[wallpaper] => false
[wallpaper_max_width] => 0
[wallpaper_max_height] => 0
[wallpaper_preferred_width] => 0
[wallpaper_preferred_height] => 0
[wallpaper_resize] => none
[wallpaper_wbmp] => false
[wallpaper_bmp] => false
[wallpaper_gif] => false
[wallpaper_jpg] => false
[wallpaper_png] => false
[wallpaper_tiff] => false
[wallpaper_greyscale] => false
[wallpaper_colors] => 2
[wallpaper_df_size_limit] => 0
[wallpaper_directdownload_size_limit] => 0
[wallpaper_inline_size_limit] => 0
[wallpaper_oma_size_limit] => 0
[screensaver] => false
[screensaver_max_width] => 0
[screensaver_max_height] => 0
[screensaver_preferred_width] => 0
[screensaver_preferred_height] => 0
[screensaver_resize] => none
[screensaver_wbmp] => false
[screensaver_bmp] => false
[screensaver_gif] => false
[screensaver_jpg] => false
[screensaver_png] => false
[screensaver_greyscale] => false
[screensaver_colors] => 2
[screensaver_df_size_limit] => 0
[screensaver_directdownload_size_limit] => 0
[screensaver_inline_size_limit] => 0
[screensaver_oma_size_limit] => 0
[picture] => false
[picture_max_width] => 0
[picture_max_height] => 0
[picture_preferred_width] => 0
[picture_preferred_height] => 0
[picture_resize] => none
[picture_wbmp] => false
[picture_bmp] => false
[picture_gif] => false
[picture_jpg] => false
[picture_png] => false
[picture_greyscale] => false
[picture_colors] => 2
[picture_df_size_limit] => 0
[picture_directdownload_size_limit] => 0
[picture_inline_size_limit] => 0
[picture_oma_size_limit] => 0
[video] => false
[oma_v_1_0_forwardlock] => false
[oma_v_1_0_combined_delivery] => false
[oma_v_1_0_separate_delivery] => false
[streaming_video] => true
[streaming_3gpp] => true
[streaming_mp4] => true
[streaming_mov] => false
[streaming_video_size_limit] => 0
[streaming_real_media] => none
[streaming_flv] => false
[streaming_3g2] => false
[streaming_vcodec_h263_0] => 10
[streaming_vcodec_h263_3] => -1
[streaming_vcodec_mpeg4_sp] => 2
[streaming_vcodec_mpeg4_asp] => -1
[streaming_vcodec_h264_bp] => 3.0
[streaming_acodec_amr] => nb
[streaming_acodec_aac] => lc
[streaming_wmv] => none
[streaming_preferred_protocol] => http
[streaming_preferred_http_protocol] => apple_live_streaming
[wap_push_support] => false
[connectionless_service_indication] => false
[connectionless_service_load] => false
[connectionless_cache_operation] => false
[connectionoriented_unconfirmed_service_indication] => false
[connectionoriented_unconfirmed_service_load] => false
[connectionoriented_unconfirmed_cache_operation] => false
[connectionoriented_confirmed_service_indication] => false
[connectionoriented_confirmed_service_load] => false
[connectionoriented_confirmed_cache_operation] => false
[utf8_support] => true
[ascii_support] => false
[iso8859_support] => false
[expiration_date] => false
[j2me_cldc_1_0] => false
[j2me_cldc_1_1] => false
[j2me_midp_1_0] => false
[j2me_midp_2_0] => false
[doja_1_0] => false
[doja_1_5] => false
[doja_2_0] => false
[doja_2_1] => false
[doja_2_2] => false
[doja_3_0] => false
[doja_3_5] => false
[doja_4_0] => false
[j2me_jtwi] => false
[j2me_mmapi_1_0] => false
[j2me_mmapi_1_1] => false
[j2me_wmapi_1_0] => false
[j2me_wmapi_1_1] => false
[j2me_wmapi_2_0] => false
[j2me_btapi] => false
[j2me_3dapi] => false
[j2me_locapi] => false
[j2me_nokia_ui] => false
[j2me_motorola_lwt] => false
[j2me_siemens_color_game] => false
[j2me_siemens_extension] => false
[j2me_heap_size] => 0
[j2me_max_jar_size] => 0
[j2me_storage_size] => 0
[j2me_max_record_store_size] => 0
[j2me_screen_width] => 0
[j2me_screen_height] => 0
[j2me_canvas_width] => 0
[j2me_canvas_height] => 0
[j2me_bits_per_pixel] => 0
[j2me_audio_capture_enabled] => false
[j2me_video_capture_enabled] => false
[j2me_photo_capture_enabled] => false
[j2me_capture_image_formats] => none
[j2me_http] => false
[j2me_https] => false
[j2me_socket] => false
[j2me_udp] => false
[j2me_serial] => false
[j2me_gif] => false
[j2me_gif89a] => false
[j2me_jpg] => false
[j2me_png] => false
[j2me_bmp] => false
[j2me_bmp3] => false
[j2me_wbmp] => false
[j2me_midi] => false
[j2me_wav] => false
[j2me_amr] => false
[j2me_mp3] => false
[j2me_mp4] => false
[j2me_imelody] => false
[j2me_rmf] => false
[j2me_au] => false
[j2me_aac] => false
[j2me_realaudio] => false
[j2me_xmf] => false
[j2me_wma] => false
[j2me_3gpp] => false
[j2me_h263] => false
[j2me_svgt] => false
[j2me_mpeg4] => false
[j2me_realvideo] => false
[j2me_real8] => false
[j2me_realmedia] => false
[j2me_left_softkey_code] => 0
[j2me_right_softkey_code] => 0
[j2me_middle_softkey_code] => 0
[j2me_select_key_code] => 0
[j2me_return_key_code] => 0
[j2me_clear_key_code] => 0
[j2me_datefield_no_accepts_null_date] => false
[j2me_datefield_broken] => false
[receiver] => false
[sender] => false
[mms_max_size] => 0
[mms_max_height] => 0
[mms_max_width] => 0
[built_in_recorder] => false
[built_in_camera] => true
[mms_jpeg_baseline] => false
[mms_jpeg_progressive] => false
[mms_gif_static] => false
[mms_gif_animated] => false
[mms_png] => false
[mms_bmp] => false
[mms_wbmp] => false
[mms_amr] => false
[mms_wav] => false
[mms_midi_monophonic] => false
[mms_midi_polyphonic] => false
[mms_midi_polyphonic_voices] => 0
[mms_spmidi] => false
[mms_mmf] => false
[mms_mp3] => false
[mms_evrc] => false
[mms_qcelp] => false
[mms_ota_bitmap] => false
[mms_nokia_wallpaper] => false
[mms_nokia_operatorlogo] => false
[mms_nokia_3dscreensaver] => false
[mms_nokia_ringingtone] => false
[mms_rmf] => false
[mms_xmf] => false
[mms_symbian_install] => false
[mms_jar] => false
[mms_jad] => false
[mms_vcard] => false
[mms_vcalendar] => false
[mms_wml] => false
[mms_wbxml] => false
[mms_wmlc] => false
[mms_video] => false
[mms_mp4] => false
[mms_3gpp] => false
[mms_3gpp2] => false
[mms_max_frame_rate] => 0
[nokiaring] => false
[picturemessage] => false
[operatorlogo] => false
[largeoperatorlogo] => false
[callericon] => false
[nokiavcard] => false
[nokiavcal] => false
[sckl_ringtone] => false
[sckl_operatorlogo] => false
[sckl_groupgraphic] => false
[sckl_vcard] => false
[sckl_vcalendar] => false
[text_imelody] => false
[ems] => false
[ems_variablesizedpictures] => false
[ems_imelody] => false
[ems_odi] => false
[ems_upi] => false
[ems_version] => 0
[siemens_ota] => false
[siemens_logo_width] => 101
[siemens_logo_height] => 29
[siemens_screensaver_width] => 101
[siemens_screensaver_height] => 50
[gprtf] => false
[sagem_v1] => false
[sagem_v2] => false
[panasonic] => false
[sms_enabled] => true
[wav] => false
[mmf] => false
[smf] => false
[mld] => false
[midi_monophonic] => false
[midi_polyphonic] => false
[sp_midi] => false
[rmf] => false
[xmf] => false
[compactmidi] => false
[digiplug] => false
[nokia_ringtone] => false
[imelody] => false
[au] => false
[amr] => false
[awb] => false
[aac] => true
[mp3] => true
[voices] => 1
[qcelp] => false
[evrc] => false
[flash_lite_version] =>
[fl_wallpaper] => false
[fl_screensaver] => false
[fl_standalone] => false
[fl_browser] => false
[fl_sub_lcd] => false
[full_flash_support] => false
[css_supports_width_as_percentage] => true
[css_border_image] => webkit
[css_rounded_corners] => webkit
[css_gradient] => none
[css_spriting] => true
[css_gradient_linear] => none
[is_transcoder] => false
[transcoder_ua_header] => user-agent
[rss_support] => false
[pdf_support] => true
[progressive_download] => true
[playback_vcodec_h263_0] => 10
[playback_vcodec_h263_3] => -1
[playback_vcodec_mpeg4_sp] => 0
[playback_vcodec_mpeg4_asp] => -1
[playback_vcodec_h264_bp] => 3.0
[playback_real_media] => none
[playback_3gpp] => true
[playback_3g2] => false
[playback_mp4] => true
[playback_mov] => false
[playback_acodec_amr] => nb
[playback_acodec_aac] => none
[playback_df_size_limit] => 0
[playback_directdownload_size_limit] => 0
[playback_inline_size_limit] => 0
[playback_oma_size_limit] => 0
[playback_acodec_qcelp] => false
[playback_wmv] => none
[hinted_progressive_download] => true
[html_preferred_dtd] => html4
[viewport_supported] => true
[viewport_width] => device_width_token
[viewport_userscalable] => no
[viewport_initial_scale] =>
[viewport_maximum_scale] =>
[viewport_minimum_scale] =>
[mobileoptimized] => false
[handheldfriendly] => false
[canvas_support] => full
[image_inlining] => true
[is_smarttv] => false
[is_console] => false
[nfc_support] => false
[ux_full_desktop] => false
[jqm_grade] => A
[is_sencha_touch_ok] => false
[controlcap_is_smartphone] => default
[controlcap_is_ios] => default
[controlcap_is_android] => default
[controlcap_is_robot] => default
[controlcap_is_app] => default
[controlcap_advertised_device_os] => default
[controlcap_advertised_device_os_version] => default
[controlcap_advertised_browser] => default
[controlcap_advertised_browser_version] => default
[controlcap_is_windows_phone] => default
[controlcap_is_full_desktop] => default
[controlcap_is_largescreen] => default
[controlcap_is_mobile] => default
[controlcap_is_touchscreen] => default
[controlcap_is_wml_preferred] => default
[controlcap_is_xhtmlmp_preferred] => default
[controlcap_is_html_preferred] => default
[controlcap_form_factor] => default
[controlcap_complete_device_name] => default
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr></table>
</div>
<div class="section">
<h1 class="header center orange-text">About this comparison</h1>
<div class="row center">
<h5 class="header light">
The primary goal of this project is simple<br />
I wanted to know which user agent parser is the most accurate in each part - device detection, bot detection and so on...<br />
<br />
The secondary goal is to provide a source for all user agent parsers to improve their detection based on this results.<br />
<br />
You can also improve this further, by suggesting ideas at <a href="https://github.com/ThaDafinser/UserAgentParserComparison">ThaDafinser/UserAgentParserComparison</a><br />
<br />
The comparison is based on the abstraction by <a href="https://github.com/ThaDafinser/UserAgentParser">ThaDafinser/UserAgentParser</a>
</h5>
</div>
</div>
<div class="card">
<div class="card-content">
Comparison created <i>2016-02-13 13:26:29</i> | by
<a href="https://github.com/ThaDafinser">ThaDafinser</a>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/list.js/1.1.1/list.min.js"></script>
<script>
$(document).ready(function(){
// the "href" attribute of .modal-trigger must specify the modal ID that wants to be triggered
$('.modal-trigger').leanModal();
});
</script>
</body>
</html> | ThaDafinser/UserAgentParserComparison | v4/user-agent-detail/15/2f/152f94f1-c4c6-413b-af69-c78539936a64.html | HTML | mit | 46,700 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>square-matrices: Not compatible ๐ผ</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.11.0 / square-matrices - 8.10.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">ยซ Up</a>
<h1>
square-matrices
<small>
8.10.0
<span class="label label-info">Not compatible ๐ผ</span>
</small>
</h1>
<p>๐
<em><script>document.write(moment("2021-12-12 17:32:44 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-12 17:32:44 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.0 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.09.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.09.1 Official release 4.09.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/square-matrices"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/SquareMatrices"]
depends: [
"ocaml"
"coq" {>= "8.10" & < "8.11~"}
]
tags: [
"keyword: exponentiation"
"keyword: vectors"
"keyword: matrices"
"keyword: polymorphic recursion"
"keyword: nested datatypes"
"category: Mathematics/Algebra"
]
authors: [
"Jean-Christophe Filliรขtre"
]
bug-reports: "https://github.com/coq-contribs/square-matrices/issues"
dev-repo: "git+https://github.com/coq-contribs/square-matrices.git"
synopsis: "From Fast Exponentiation to Square Matrices"
description: """
This development is a formalization of Chris Okasaki's article
``From Fast Exponentiation to Square Matrices: An Adventure in Types''"""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/square-matrices/archive/v8.10.0.tar.gz"
checksum: "md5=d1fa4ac16cf9546550a0cb5efb2fac4e"
}
</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-square-matrices.8.10.0 coq.8.11.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.11.0).
The following dependencies couldn't be met:
- coq-square-matrices -> coq < 8.11~ -> 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-square-matrices.8.10.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install ๐</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall ๐งน</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐ฃ
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.09.1-2.0.6/released/8.11.0/square-matrices/8.10.0.html | HTML | mit | 7,040 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>checker: 1 m 35 s</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.7.1 / checker - 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>
checker
<small>
8.7.0
<span class="label label-success">1 m 35 s</span>
</small>
</h1>
<p><em><script>document.write(moment("2020-08-09 15:43:56 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-08-09 15:43:56 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-threads base
base-unix base
camlp5 7.12 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-m4 1 Virtual package relying on m4
coq 8.7.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.8.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/checker"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Checker"]
depends: [
"ocaml"
"coq" {>= "8.7" & < "8.8~"}
]
tags: [ "keyword: checker" "keyword: dominos" "keyword: puzzles" "category: Miscellaneous/Logical Puzzles and Entertainment" ]
authors: [ "Gรฉrard Huet" ]
bug-reports: "https://github.com/coq-contribs/checker/issues"
dev-repo: "git+https://github.com/coq-contribs/checker.git"
synopsis: "The Mutilated Checkerboard"
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/checker/archive/v8.7.0.tar.gz"
checksum: "md5=1d7e3dec6037b8a46be81aebbe83f925"
}
</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-checker.8.7.0 coq.8.7.1</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 4000000; timeout 2h opam install -y --deps-only coq-checker.8.7.0 coq.8.7.1</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>opam list; echo; ulimit -Sv 16000000; timeout 2h opam install -y -v coq-checker.8.7.0 coq.8.7.1</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>1 m 35 s</dd>
</dl>
<h2>Installation size</h2>
<p>Total: 21 K</p>
<ul>
<li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Checker/Functions.vo</code></li>
<li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Checker/Functions.glob</code></li>
<li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Checker/Functions.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Checker/Checker.vo</code></li>
<li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Checker/Checker.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Checker/Checker.glob</code></li>
</ul>
<h2>Uninstall</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq-checker.8.7.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
<small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. ยฉ Guillaume Claret.</small>
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.05.0-2.0.6/released/8.7.1/checker/8.7.0.html | HTML | mit | 7,224 |
---
layout: default
---
<div class="page">
{{ content }}
{% include footer.html %}
</div>
| gopperman/amanda-greg.party | _layouts/page.html | HTML | mit | 92 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ptsf: Not compatible ๐ผ</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.13.1 / ptsf - 8.5.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">ยซ Up</a>
<h1>
ptsf
<small>
8.5.0
<span class="label label-info">Not compatible ๐ผ</span>
</small>
</h1>
<p>๐
<em><script>document.write(moment("2022-03-08 23:20:38 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-08 23:20: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-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-gmp 4 Virtual package relying on a GMP lib system installation
coq 8.13.1 Formal proof management system
num 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.3 A library manager for OCaml
zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "matej.kosik@inria.fr"
homepage: "https://github.com/coq-contribs/ptsf"
license: "BSD"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/PTSF"]
depends: [
"ocaml"
"coq" {>= "8.5" & < "8.6~"}
"coq-ptsatr" {= "8.5.0"}
]
tags: [ "keyword:pure type systems" "keyword:judgmental equality" "keyword:explicit equality proofs" "keyword:proof relevance" "category:Mathematics/Logic/Type theory" ]
authors: [ "Herman Geuvers <herman@cs.ru.nl>" "Floris van Doorn <fpv@andrew.cmu.edu>" "Freek Wiedijk <freek@cs.ru.nl>" ]
bug-reports: "https://github.com/coq-contribs/ptsf/issues"
dev-repo: "git+https://github.com/coq-contribs/ptsf.git"
synopsis: "Explicit Convertibility Proofs in Pure Type Systems"
description:
"Formalization of the proof that PTS and PTS with explicit convertibility proofs (PTSf) are equivalent."
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/ptsf/archive/v8.5.0.tar.gz"
checksum: "md5=29e7294dfdd89c6e120b3b812938ad20"
}
</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-ptsf.8.5.0 coq.8.13.1</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.13.1).
The following dependencies couldn't be met:
- coq-ptsf -> coq-ptsatr < 8.6.0 -> coq < 8.6~ -> ocaml < 4.03.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-ptsf.8.5.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install ๐</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall ๐งน</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐ฃ
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.05.0-2.0.1/released/8.13.1/ptsf/8.5.0.html | HTML | mit | 7,290 |
<!DOCTYPE html>
<!--[if IEMobile 7]><html class="iem7 no-js" lang="en" dir="ltr"><![endif]-->
<!--[if lt IE 7]><html class="lt-ie9 lt-ie8 lt-ie7 no-js" lang="en" dir="ltr"><![endif]-->
<!--[if (IE 7)&(!IEMobile)]><html class="lt-ie9 lt-ie8 no-js" lang="en" dir="ltr"><![endif]-->
<!--[if IE 8]><html class="lt-ie9 no-js" lang="en" dir="ltr"><![endif]-->
<!--[if (gt IE 8)|(gt IEMobile 7)]><!-->
<html class="no-js not-oldie" lang="en" dir="ltr">
<!--<![endif]-->
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="HandheldFriendly" content="true" />
<link rel="shortcut icon" href="https://www.epa.gov/sites/all/themes/epa/favicon.ico" type="image/vnd.microsoft.icon" />
<meta name="MobileOptimized" content="width" />
<meta http-equiv="cleartype" content="on" />
<meta http-equiv="ImageToolbar" content="false" />
<meta name="viewport" content="width=device-width" />
<meta name="version" content="20161218" />
<!--googleon: all-->
<meta name="DC.description" content="" />
<meta name="DC.title" content="" />
<title>
Sediment Resuspension and Contaminant Transport in an Estuary.|
Research Project Database | Grantee Research Project | ORD | US EPA</title>
<!--googleoff: snippet-->
<meta name="keywords" content="" />
<link rel="shortlink" href="" />
<link rel="canonical" href="" />
<meta name="DC.creator" content="" />
<meta name="DC.language" content="en" />
<meta name="DC.Subject.epachannel" content="" />
<meta name="DC.type" content="" />
<meta name="DC.date.created" content="" />
<meta name="DC.date.modified" content="2003-01-06" />
<!--googleoff: all-->
<link type="text/css" rel="stylesheet" href="https://www.epa.gov/misc/ui/jquery.ui.autocomplete.css" media="all" />
<link type="text/css" rel="stylesheet" href="https://www.epa.gov/sites/all/themes/epa/css/lib/jquery.ui.theme.css" media="all" />
<link type="text/css" rel="stylesheet" href="https://www.epa.gov/sites/all/libraries/template2/s.css" media="all" />
<!--[if lt IE 9]><link type="text/css" rel="stylesheet" href="https://www.epa.gov/sites/all/themes/epa/css/ie.css" media="all" /><![endif]-->
<link rel="alternate" type="application/atom+xml" title="EPA.gov All Press Releases" href="https://www.epa.gov/newsreleases/search/rss" />
<link rel="alternate" type="application/atom+xml" title="EPA.gov Headquarters Press Releases" href="https://www.epa.gov/newsreleases/search/rss/field_press_office/headquarters" />
<link rel="alternate" type="application/atom+xml" title="Greenversations, EPA's Blog" href="https://blog.epa.gov/blog/feed/" />
<!--[if lt IE 9]><script src="https://www.epa.gov/sites/all/themes/epa/js/html5.js"></script><![endif]-->
<style type="text/css">
/*This style needed for highlight link. Please do not remove*/
.hlText {
font-family: "Arial";
color: red;
font-weight: bold;
font-style: italic;
background-color: yellow;
}
.tblClass {
font-size:smaller; min-width: 10%; line-height: normal;
}
</style>
</head>
<!-- NOTE, figure out body classes! -->
<body class="node-type-(web-area|page|document|webform) (microsite|resource-directory)" >
<!-- Google Tag Manager -->
<noscript>
<iframe src="//www.googletagmanager.com/ns.html?id=GTM-L8ZB" 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!='dataLayer'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-L8ZB');</script>
<!-- End Google Tag Manager -->
<div class="skip-links"><a href="#main-content" class="skip-link element-invisible element-focusable">Jump to main content</a></div>
<header class="masthead clearfix" role="banner"> <img class="site-logo" src="https://www.epa.gov/sites/all/themes/epa/logo.png" alt="" />
<hgroup class="site-name-and-slogan">
<h1 class="site-name"><a href="https://www.epa.gov/" title="Go to the home page" rel="home"><span>US EPA</span></a></h1>
<div class="site-slogan">United States Environmental Protection Agency</div>
</hgroup>
<form class="epa-search" method="get" action="https://search.epa.gov/epasearch/epasearch">
<label class="element-hidden" for="search-box">Search</label>
<input class="form-text" placeholder="Search EPA.gov" name="querytext" id="search-box" value=""/>
<button class="epa-search-button" id="search-button" type="submit" title="Search">Search</button>
<input type="hidden" name="fld" value="" />
<input type="hidden" name="areaname" value="" />
<input type="hidden" name="areacontacts" value="" />
<input type="hidden" name="areasearchurl" value="" />
<input type="hidden" name="typeofsearch" value="epa" />
<input type="hidden" name="result_template" value="2col.ftl" />
<input type="hidden" name="filter" value="sample4filt.hts" />
</form>
</header>
<section id="main-content" class="main-content clearfix" role="main">
<div class="region-preface clearfix">
<div id="block-pane-epa-web-area-connect" class="block block-pane contextual-links-region">
<ul class="menu utility-menu">
<li class="menu-item"><a href="https://www.epa.gov/research-grants/forms/contact-us-about-research-grants" class="menu-link contact-us">Contact Us</a></li>
</ul>
</div>
</div>
<div class="main-column clearfix">
<!--googleon: all-->
<div class="panel-pane pane-node-content" >
<div class="pane-content">
<div class="node node-page clearfix view-mode-full">
<div class="box multi related-info right clear-right" style="max-width:300px; font-size:14px;"><!--googleoff: index-->
<h5 class="pane-title">Project Research Results</h5>
<div class="pane-content">
<ul>
<li><a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5637/report/F">Final Report</a></li>
</ul>
<strong>Main Center: <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5635/report/0">R825513</a><br />
</strong>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.publications/Center/102">392 publications for this center</a><br />
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.journals/Center/102">106 journal articles for this center</a><br />
</div>
<!-- RFA Search start -->
<h5 class="pane-title">Related Information</h5>
<div class="pane-content">
<ul><li><a href="https://www.epa.gov/research-grants/">Research Grants</a></li>
<li><a href="https://www.epa.gov/P3">P3: Student Design Competition</a></li>
<li><a href="https://www.epa.gov/research-fellowships/">Research Fellowships</a></li>
<li><a href="https://www.epa.gov/sbir/">Small Business Innovation Research (SBIR)</a></li>
<li><a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/search.welcome">Grantee Research Project Results Search</a></li>
</ul>
</div>
<!-- RFA Search End --><!--googleon: index-->
</div>
<a name="content"></a>
<h2>
Sediment Resuspension and Contaminant Transport in an Estuary.</h2>
<b>EPA Grant Number:</b> R825513C001<br />
<b>Subproject:</b> <i>this is subproject number 001 , established and managed by the Center Director under
grant <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5635/report/0">R825513</a>
<br>
(EPA does not fund or establish subprojects; EPA awards and manages the overall grant for this center).</i><br />
<b>Center:</b>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5635/report/0">HSRC (1989) - South and Southwest HSRC</a><br />
<b>Center Director:</b>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.investigatorInfo/investigator/5405"> Reible, Danny D.</a><br />
<b>Title:</b> Sediment Resuspension and Contaminant Transport in an Estuary.<br />
<b>Investigators:</b>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.investigatorInfo/investigator/6061"> Adams, C. E. </a>
, <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.investigatorInfo/investigator/6062"> Ferrell, R. E. </a>
<br />
<strong>Institution:</strong>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.institutionInfo/institution/4216">
<b>Louisiana State University - Baton Rouge</b>
</a> <br />
<strong>EPA Project Officer:</strong>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.investigatorInfo/investigator/4003"> Manty, Dale </a>
<br />
<b>Project Period:</b>
January 1, 1995 through
January 1, 1996
<br />
<b>Project Amount:</b>
Refer to
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5635/report/0">main center abstract</a>
for funding details.
<br />
<b>RFA:</b>
Hazardous Substance Research Centers - HSRC (1989)
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.rfatext/rfa_id/269">RFA Text</a> |
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/recipients.display/rfa_id/269">Recipients Lists</a>
<br />
<b>Research Category:</b>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.researchCategory/rc_id/722">Hazardous Substance Research Centers</a>
,
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.researchCategory/rc_id/1174">Land and Waste Management</a>
<br />
<br>
<h3>Objective:</h3>
<P>The purpose of this research was to gain a better quantitative understanding
of the physical, chemical, and sedimentary mechanisms and processes responsible
for the fate and transport of contaminants released to the water column through
natural resuspension processes in aquatic environments and, by analogy, through
the excavation and disposal of dredge spoil. Specific objectives of the project
were:
<P>· tested the hypothesis that the rate at which sediments and contaminants ( )
are released to the water column is a function of fluid turbulence level ( 0 ),
the microstructural fabric of sediment particles and aggregates, and the length
of time that the particles and aggregates remain in suspension.
<P>· determined relationships between the physical nature and magnitude of
resuspension events and turbidity levels, establish flux profiles for sediments
and contaminants in the presence of horizontal wave-orbital and translational
currents, and insofar as possible, develop transfer functions for scaling
natural resuspension, transport, and deposition events to similar processes
acting during dredging operations.
<P>· investigated the direct role that mineral aggregates play in providing
sites for the isolation of inorganic and synthetic organic chemicals from the
prevailing chemical environment.
<P>· compare and contrast field observations with available relevant laboratory
data and develop scaling parameters where possible.
<p></p>
<h3>Approach:</h3>
<P>The research consisted of an integrated program of field data collection and
laboratory analysis. Data acquisition was done in Prien Lake, a shallow reach of
the Calcasieu River system lying to the east of the man-made navigation cutoff
channel. Prien Lake was an ideal location for at least three reasons: 1) an
inlet of the lake is contiguous with the outlet of Bayou d'Inde thereby
facilitating through-flow of suspended sediment, 2) the long axis of the lake is
aligned in the direction of the strongest winds ensuring the development of
strong current and wave induced bottom stresses during storms, and 3) earlier
studies have shown lake sediments to be severely contaminated.
<p></p>
<h3>Supplemental Keywords:</h3>
<i>fate and transport, dredging, and sediment dynamics.</i>, Scientific Discipline, Waste, Water, Ecosystem Protection/Environmental Exposure & Risk, Chemical Engineering, Contaminated Sediments, Environmental Chemistry, Fate & Transport, Analytical Chemistry, Ecology and Ecosystems, Hazardous, Environmental Engineering, fate and transport, hazardous waste management, hazardous waste treatment, risk assessment, sediment treatment, environmental technology, estuary, contaminated marine sediment, soil and groundwater remediation, biodegradation, kinetics, contaminated sediment, chemical contaminants, contaminated soil, hazardous waste, Prien Lake, hydrology, marine sediments, remediation, bioremediation of soils, chemical kinetics, biotransformation, currents, technology transfer, extraction of metals, anaerobic biotransformation, CERCLA, heavy metals, technical outreach, bioremediation, contaminant transport models <p />
<P><h3>Progress and Final Reports:</h3>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5637/report/F">Final Report</a><br>
</P>
<br>
<h3>Main Center Abstract and Reports:</h3>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5635/report/0">R825513</a>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5635/report/0">HSRC (1989) - South and Southwest HSRC</a>
<br />
<p> <strong>Subprojects under this Center:</strong> <span class="fileinfo">(EPA does not fund or establish subprojects; EPA awards and manages the overall grant for this center).</span><br />
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5637/report/0">R825513C001</a> Sediment Resuspension and Contaminant Transport in an Estuary.<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5639/report/0">R825513C002</a> Contaminant Transport Across Cohesive Sediment Interfaces.<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5641/report/0">R825513C003</a> Mobilization and Fate of Inorganic Contaminant due to Resuspension of Cohesive Sediment.<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5642/report/0">R825513C004</a> Source Identification, Transformation, and Transport Processes of N-, O- and S- Containing Organic Chemicals in Wetland and Upland Sediments.<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5643/report/0">R825513C005</a> Mobility and Transport of Radium from Sediment and Waste Pits.<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5645/report/0">R825513C006</a> Anaerobic Biodegradation of 2,4,6-Trinitrotoluene and Other Nitroaromatic Compounds by Clostridium Acetobutylicum.<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5653/report/0">R825513C007</a> Investigation on the Fate and Biotransformation of Hexachlorobutadiene and Chlorobenzenes in a Sediment-Water Estuarine System<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5658/report/0">R825513C008</a> An Investigation of Chemical Transport from Contaminated Sediments through Porous Containment Structures<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5659/report/0">R825513C009</a> Evaluation of Placement and Effectiveness of Sediment Caps<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5660/report/0">R825513C010</a> Coupled Biological and Physicochemical Bed-Sediment Processes<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5661/report/0">R825513C011</a> Pollutant Fluxes to Aquatic Systems via Coupled Biological and Physicochemical Bed-Sediment Processes<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5665/report/0">R825513C012</a> Controls on Metals Partitioning in Contaminated Sediments<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5667/report/0">R825513C013</a> Phytoremediation of TNT Contaminated Soil and Groundwaters<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5669/report/0">R825513C014</a> Sediment-Based Remediation of Hazardous Substances at a Contaminated Military Base<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5674/report/0">R825513C015</a> Effect of Natural Dynamic Changes on Pollutant-Sediment Interaction<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5675/report/0">R825513C016</a> Desorption of Nonpolar Organic Pollutants from Historically Contaminated Sediments and Dredged Materials<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5677/report/0">R825513C017</a> Modeling Air Emissions of Organic Compounds from Contaminated Sediments and Dredged Materials title change in last year to "Long-term Release of Pollutants from Contaminated Sediment Dredged Material"<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5679/report/0">R825513C018</a> Development of an Integrated Optic Interferometer for In-Situ Monitoring of Volatile Hydrocarbons<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5681/report/0">R825513C019</a> Bioremediation of Contaminated Sediments and Dredged Material<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5683/report/0">R825513C020</a> Bioremediation of Sediments Contaminated with Polyaromatic Hydrocarbons<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5685/report/0">R825513C021</a> Role of Particles in Mobilizing Hazardous Chemicals in Urban Runoff<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5686/report/0">R825513C022</a> Particle Transport and Deposit Morphology at the Sediment/Water Interface<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5688/report/0">R825513C023</a> Uptake of Metal Ions from Aqueous Solutions by Sediments<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5647/report/0">R825513C024</a> Bioavailability of Desorption Resistant Hydrocarbons in Sediment-Water Systems.<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5670/report/0">R825513C025</a> Interactive Roles of Microbial and Spartina Populations in Mercury Methylation Processes in Bioremediation of Contaminated Sediments in Salt-Marsh Systems<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5687/report/0">R825513C026</a> Evaluation of Physical-Chemical Methods for Rapid Assessment of the Bioavailability of Moderately Polar Compounds in Sediments<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5633/report/0">R825513C027</a> Freshwater Bioturbators in Riverine Sediments as Enhancers of Contaminant Release<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5644/report/0">R825513C028</a> Characterization of Laguna Madre Contaminated Sediments.<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5649/report/0">R825513C029</a> The Role of Competitive Adsorption of Suspended Sediments in Determining Partitioning and Colloidal Stability.<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5651/report/0">R825513C030</a> Remediation of TNT-Contaminated Soil by Cyanobacterial Mat.<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5652/report/0">R825513C031</a> Experimental and Detailed Mathematical Modeling of Diffusion of Contaminants in Fluids<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5663/report/0">R825513C033</a> Application of Biotechnology in Bioremediation of Contaminated Sediments<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5671/report/0">R825513C034</a> Characterization of PAH's Degrading Bacteria in Coastal Sediments<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5673/report/0">R825513C035</a> Dynamic Aspects of Metal Speciation in the Miami River Sediments in Relation to Particle Size Distribution of Chemical Heterogeneity<br>
</p> </div>
</div>
</div>
<div id="block-epa-og-footer" class="block block-epa-og">
<p class="pagetop"><a href="#content">Top of Page</a></p>
<!--googleoff: all-->
<p id="epa-og-footer"> The perspectives, information and conclusions conveyed in research project abstracts, progress reports, final reports, journal abstracts and journal publications convey the viewpoints of the principal investigator and may not represent the views and policies of ORD and EPA. Conclusions drawn by the principal investigators have not been reviewed by the Agency. </p>
</div>
<!--googleoff: all-->
</div>
</section>
<nav class="nav simple-nav simple-main-nav" role="navigation">
<div class="nav__inner">
<h2 class="element-invisible">Main menu</h2>
<ul class="menu" role="menu">
<li class="menu-item" id="menu-learn" role="presentation"><a href="https://www.epa.gov/environmental-topics" title="Learn about EPA's environmental topics to help protect the environment in your home, workplace, and community and EPA's research mission is to conduct leading-edge research and foster the sound use of science and technology." class="menu-link" role="menuitem">Environmental Topics</a></li>
<li class="menu-item" id="menu-lawsregs" role="presentation"><a href="https://www.epa.gov/laws-regulations" title="Laws written by Congress provide the authority for EPA to write regulations. Regulations explain the technical, operational, and legal details necessary to implement laws." class="menu-link" role="menuitem">Laws & Regulations</a></li>
<li class="menu-item" id="menu-about" role="presentation"><a href="https://www.epa.gov/aboutepa" title="Learn more about: our mission and what we do, how we are organized, and our history." class="menu-link" role="menuitem">About EPA</a></li>
</ul>
</div>
</nav>
<footer class="main-footer clearfix" role="contentinfo">
<div class="main-footer__inner">
<div class="region-footer">
<div class="block block-pane block-pane-epa-global-footer">
<div class="row cols-3">
<div class="col size-1of3">
<div class="col__title">Discover.</div>
<ul class="menu">
<li><a href="https://www.epa.gov/accessibility">Accessibility</a></li>
<li><a href="https://www.epa.gov/aboutepa/administrator-gina-mccarthy">EPA Administrator</a></li>
<li><a href="https://www.epa.gov/planandbudget">Budget & Performance</a></li>
<li><a href="https://www.epa.gov/contracts">Contracting</a></li>
<li><a href="https://www.epa.gov/home/grants-and-other-funding-opportunities">Grants</a></li>
<li><a href="https://www.epa.gov/ocr/whistleblower-protections-epa-and-how-they-relate-non-disclosure-agreements-signed-epa-employees">No FEAR Act Data</a></li>
<li><a href="https://www.epa.gov/home/privacy-and-security-notice">Privacy and Security</a></li>
</ul>
</div>
<div class="col size-1of3">
<div class="col__title">Connect.</div>
<ul class="menu">
<li><a href="https://www.data.gov/">Data.gov</a></li>
<li><a href="https://www.epa.gov/office-inspector-general/about-epas-office-inspector-general">Inspector General</a></li>
<li><a href="https://www.epa.gov/careers">Jobs</a></li>
<li><a href="https://www.epa.gov/newsroom">Newsroom</a></li>
<li><a href="https://www.whitehouse.gov/open">Open Government</a></li>
<li><a href="http://www.regulations.gov/">Regulations.gov</a></li>
<li><a href="https://www.epa.gov/newsroom/email-subscriptions">Subscribe</a></li>
<li><a href="https://www.usa.gov/">USA.gov</a></li>
<li><a href="https://www.whitehouse.gov/">White House</a></li>
</ul>
</div>
<div class="col size-1of3">
<div class="col__title">Ask.</div>
<ul class="menu">
<li><a href="https://www.epa.gov/home/forms/contact-us">Contact Us</a></li>
<li><a href="https://www.epa.gov/home/epa-hotlines">Hotlines</a></li>
<li><a href="https://www.epa.gov/foia">FOIA Requests</a></li>
<li><a href="https://www.epa.gov/home/frequent-questions-specific-epa-programstopics">Frequent Questions</a></li>
</ul>
<div class="col__title">Follow.</div>
<ul class="social-menu">
<li><a class="menu-link social-facebook" href="https://www.facebook.com/EPA">Facebook</a></li>
<li><a class="menu-link social-twitter" href="https://twitter.com/epa">Twitter</a></li>
<li><a class="menu-link social-youtube" href="https://www.youtube.com/user/USEPAgov">YouTube</a></li>
<li><a class="menu-link social-flickr" href="https://www.flickr.com/photos/usepagov">Flickr</a></li>
<li><a class="menu-link social-instagram" href="https://instagram.com/epagov">Instagram</a></li>
</ul>
<p class="last-updated">Last updated on Monday, January 6, 2003</p>
</div>
</div>
</div>
</div>
</div>
</footer>
<script src="https://www.epa.gov/sites/all/libraries/template2/jquery.js"></script>
<script src="https://www.epa.gov/sites/all/libraries/template/js.js"></script>
<script src="https://www.epa.gov/sites/all/modules/custom/epa_core/js/alert.js"></script>
<script src="https://www.epa.gov/sites/all/modules/contrib/jquery_update/replace/ui/ui/minified/jquery.ui.core.min.js"></script>
<script src="https://www.epa.gov/sites/all/modules/contrib/jquery_update/replace/ui/ui/minified/jquery.ui.widget.min.js"></script>
<script src="https://www.epa.gov/sites/all/modules/contrib/jquery_update/replace/ui/ui/minified/jquery.ui.position.min.js"></script>
<script src="https://www.epa.gov/sites/all/modules/contrib/jquery_update/replace/ui/ui/minified/jquery.ui.autocomplete.min.js"></script>
<!--[if lt IE 9]><script src="https://www.epa.gov/sites/all/themes/epa/js/ie.js"></script><![endif]-->
<!-- REMOVE if not using -->
<script language=javascript>
<!-- // Activate cloak
// pressing enter will not default submit the first defined button but the programmed defined button
function chkCDVal(cdVal)
{
var isErr = true;
try{
var CDParts = cdVal.split(',');
var st = CDParts[0];
var cd = CDParts[1];
var objRegExp = new RegExp('[0-9][0-9]');
if (!isNaN(st)) {
isErr = false;
}
if (!objRegExp.test(cd) || (cd.length>3)){
isErr = false;
}
}
catch(err){
isErr = false;
}
return isErr;
}
function checkCongDist(cdtxt)
{
//alert(cdtxt.value);
if (!chkCDVal(cdtxt.value)) {
alert('Congressional District MUST be in the following format: state, district; example: Virginia, 08');
return false;
}
else {
return true;
}
}
function fnTrapKD(btn, event)
{
var btn = getObject(btn);
if (document.all)
{
if (event.keyCode == 13)
{
event.returnValue=false;event.cancel = true;btn.click();
}
}
else
{
if (event.which == 13)
{
event.returnValue=false;event.cancelBubble = true;btn.click();
}
}
}
function CheckFilter()
{ if (document.searchform.presetTopic.options[document.searchform.presetTopic.selectedIndex].value == 'NA'){
alert('You must select a subtopic. \n This item is not selectable');
document.searchform.presetTopic.options[0].selected = true;
}
}
function openHelpWindow(url,title,scrollable)
{
var win = window.open(url,"title",'width=300,height=220,left=320,top=150,resizable=1,scrollbars='+scrollable+',menubar=no,status=no');
win.focus();
}
function openNewWindow(url,title,scrollable)
{
var win = window.open(url,"title",'width=300,height=220,left=320,top=150,resizable=1,scrollbars='+scrollable+',menubar=no,status=no');
}
function openNewWindow(url,title)
{
var win = window.open(url,"title",'width=300,height=220,left=320,top=150,resizable=1,scrollbars=no,menubar=no,status=no');
}
function openNewMapWindow(url,title)
{
var win = window.open(url,"title",'width=800,height=450,left=320,top=150,resizable=1,scrollbars=no,menubar=no,status=no');
}
function openNoticeWindow(url,title)
{
var win = window.open(url,"title",'width=300,height=150,left=500,top=150,resizable=1,scrollbars=no,menubar=no,status=no');
}
function openNewSearchWindow(site,subj)
{
title = 'window';
var win = window.open('https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.pubsearch/site/' + site + '/redirect/' + subj,"title",'width=640,height=480,resizable=1,scrollbars=yes,menubar=yes,status=no');
}
function autoCheck(name)
{
document.forms['thisForm'].elements[name].checked = true;
}
function alertUser()
{
var ok = alert("This search might take longer than expected. Please refrain from hitting the refresh or reload button on your browser. The search results will appear after the search is complete. Thank you.");
}
function closePopupWindow(redirectUrl)
{
opener.location = redirectUrl;
opener.focus();
this.close();
}
//-->
</script>
</body>
</html> | 1wheel/scraping | epa-grants/research/raw/05637.html | HTML | mit | 33,495 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>functions-in-zfc: Not compatible ๐ผ</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.15.0 / functions-in-zfc - 8.5.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">ยซ Up</a>
<h1>
functions-in-zfc
<small>
8.5.0
<span class="label label-info">Not compatible ๐ผ</span>
</small>
</h1>
<p>๐
<em><script>document.write(moment("2022-02-24 00:18:42 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-24 00:18:42 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-gmp 4 Virtual package relying on a GMP lib system installation
coq 8.15.0 Formal proof management system
dune 3.0.2 Fast, portable, and opinionated build system
ocaml 4.11.2 The OCaml compiler (virtual package)
ocaml-base-compiler 4.11.2 Official release 4.11.2
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.3 A library manager for OCaml
zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "matej.kosik@inria.fr"
homepage: "https://github.com/coq-contribs/functions-in-zfc"
license: "LGPL 2"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/FunctionsInZFC"]
depends: [
"ocaml"
"coq" {>= "8.5" & < "8.6~"}
]
tags: [
"keyword:set theory"
"keyword:Zermelo-Fraenkel"
"keyword:functions"
"category:Mathematics/Logic/Set theory"
"date:2001-04"
]
authors: [ "Carlos Simpson <carlos@math.unice.fr>" ]
bug-reports: "https://github.com/coq-contribs/functions-in-zfc/issues"
dev-repo: "git+https://github.com/coq-contribs/functions-in-zfc.git"
synopsis: "Functions in classical ZFC"
description: """
This mostly repeats Guillaume Alexandre's contribution `zf',
but in classical logic and with a different proof style. We start with a
simple axiomatization of some flavor of ZFC (for example Werner's
implementation of ZFC should provide a model).
We develop some very basic things like pairs, functions, and a little
bit about natural numbers, following the standard classical path."""
flags: light-uninstall
url {
src:
"https://github.com/coq-contribs/functions-in-zfc/archive/v8.5.0.tar.gz"
checksum: "md5=2d73c5caf8dab43c0fc2e65cf22ea421"
}
</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-functions-in-zfc.8.5.0 coq.8.15.0</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.15.0).
The following dependencies couldn't be met:
- coq-functions-in-zfc -> coq < 8.6~ -> 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-functions-in-zfc.8.5.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install ๐</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall ๐งน</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐ฃ
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.11.2-2.0.7/released/8.15.0/functions-in-zfc/8.5.0.html | HTML | mit | 7,313 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>projective-geometry: 22 m 40 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.9.0 / projective-geometry - 8.9.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">ยซ Up</a>
<h1>
projective-geometry
<small>
8.9.0
<span class="label label-success">22 m 40 s ๐</span>
</small>
</h1>
<p>๐
<em><script>document.write(moment("2022-02-01 17:12:23 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-01 17:12:23 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 2 Virtual package relying on perl
coq 8.9.0 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.3 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/projective-geometry"
license: "GPL"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/ProjectiveGeometry"]
depends: [
"ocaml"
"coq" {>= "8.9" & < "8.10~"}
]
tags: [
"keyword: geometry"
"keyword: projective"
"keyword: Fano"
"keyword: homogeneous coordinates model"
"keyword: flat"
"keyword: rank"
"keyword: Desargues"
"keyword: Moulton"
"category: Mathematics/Geometry/General"
"date: 2009-10"
]
authors: [
"Nicolas Magaud <Nicolas.Magaud@lsiit-cnrs.unistra.fr>"
"Julien Narboux <Julien.Narboux@lsiit-cnrs.unistra.fr>"
"Pascal Schreck <Pascal.Schreck@lsiit-cnrs.unistra.fr>"
]
bug-reports: "https://github.com/coq-contribs/projective-geometry/issues"
dev-repo: "git+https://github.com/coq-contribs/projective-geometry.git"
synopsis: "Projective Geometry"
description: """
This contributions contains elements of formalization of projective geometry.
In the plane:
Two axiom systems are shown equivalent. We prove some results about the
decidability of the the incidence and equality predicates. The classic
notion of duality between points and lines is formalized thanks to a
functor. The notion of 'flat' is defined and flats are characterized.
Fano's plane, the smallest projective plane is defined. We show that Fano's plane is desarguesian.
In the space:
We prove Desargues' theorem."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/projective-geometry/archive/v8.9.0.tar.gz"
checksum: "md5=4ef61136566f06fbc69e05027ebed0d9"
}
</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-projective-geometry.8.9.0 coq.8.9.0</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-projective-geometry.8.9.0 coq.8.9.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>13 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-projective-geometry.8.9.0 coq.8.9.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>22 m 40 s</dd>
</dl>
<h2>Installation size</h2>
<p>Total: 24 M</p>
<ul>
<li>2 M <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Space/desarguesxD.vo</code></li>
<li>2 M <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Space/desargues2Dmore.vo</code></li>
<li>2 M <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Space/desargues2D.vo</code></li>
<li>1 M <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/pg25.vo</code></li>
<li>1 M <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Space/desargues2Dlemmas3.vo</code></li>
<li>1 M <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Space/desargues2Dlemmas.vo</code></li>
<li>1024 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Space/desargues3Dlemmas.vo</code></li>
<li>1003 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Space/desargues3D.vo</code></li>
<li>974 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Space/rank_properties.vo</code></li>
<li>956 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Space/desargues3Dspecial.vo</code></li>
<li>913 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Space/projective_space_rank_to_projective_space.vo</code></li>
<li>870 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Space/desargues2Dlemmas2.vo</code></li>
<li>834 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Space/matroid_to_matroid_p.vo</code></li>
<li>816 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/fano_plane_desargues.vo</code></li>
<li>596 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/homogeneous.vo</code></li>
<li>583 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/hexamys_desargues.vo</code></li>
<li>523 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Space/matroids_properties.vo</code></li>
<li>416 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/hexamys.vo</code></li>
<li>291 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Space/desargues3Dspecial.glob</code></li>
<li>275 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Space/desargues2Dlemmas2.glob</code></li>
<li>259 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/moulton.vo</code></li>
<li>243 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Space/matroids_axioms.vo</code></li>
<li>236 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Space/desargues3D.glob</code></li>
<li>233 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Space/sets_of_points.vo</code></li>
<li>227 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Space/rank_properties.glob</code></li>
<li>198 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/forth.vo</code></li>
<li>192 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Space/desargues2Dlemmas.glob</code></li>
<li>176 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/moulton.glob</code></li>
<li>171 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Space/projective_space_rank_axioms.vo</code></li>
<li>160 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Space/projective_space_rank_to_projective_space.glob</code></li>
<li>139 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Space/desargues2D.glob</code></li>
<li>139 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Space/desargues3Dlemmas.glob</code></li>
<li>139 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/forth.glob</code></li>
<li>130 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/homogeneous.glob</code></li>
<li>123 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/hexamys.glob</code></li>
<li>108 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/P14_pseudo_midpoint.vo</code></li>
<li>95 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/fano_plane_desargues.glob</code></li>
<li>91 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/pg25.glob</code></li>
<li>91 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/fano_plane.vo</code></li>
<li>88 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Space/basic_facts.vo</code></li>
<li>81 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/projective_plane_axioms.glob</code></li>
<li>78 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/P08_cevian_lines_2.vo</code></li>
<li>68 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/P09_complete_quadrilateral.vo</code></li>
<li>68 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/field_variable_isolation_tactic.vo</code></li>
<li>65 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Space/projective_space_axioms.vo</code></li>
<li>65 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/P10_complete_quadrilateral_2.vo</code></li>
<li>65 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/P07_cevian_lines.vo</code></li>
<li>64 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Space/desargues2Dlemmas3.glob</code></li>
<li>63 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/back.glob</code></li>
<li>61 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/P11_chasles.vo</code></li>
<li>59 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Space/desargues2Dmore.glob</code></li>
<li>57 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/P05_almost_pappus.vo</code></li>
<li>55 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/P06_angle_line.vo</code></li>
<li>53 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/P12_aeolian.vo</code></li>
<li>52 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/fano_plane.glob</code></li>
<li>49 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Space/projective_space_axioms.glob</code></li>
<li>42 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/back.vo</code></li>
<li>41 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/flat.vo</code></li>
<li>38 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Space/desarguesxD.glob</code></li>
<li>36 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Space/sets_of_points.glob</code></li>
<li>32 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Space/basic_facts.glob</code></li>
<li>32 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/projective_plane_to_Heyting_projective_plane.vo</code></li>
<li>31 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/hexamys_desargues.glob</code></li>
<li>30 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/moulton.v</code></li>
<li>30 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/hexamys.v</code></li>
<li>29 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/decidability.vo</code></li>
<li>26 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Space/matroid_to_matroid_p.glob</code></li>
<li>26 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/decidability.glob</code></li>
<li>25 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/projective_plane_duality.vo</code></li>
<li>25 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Space/matroids_properties.glob</code></li>
<li>24 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/homogeneous.v</code></li>
<li>23 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Space/rank_properties.v</code></li>
<li>22 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/projective_plane_to_Heyting_projective_plane.glob</code></li>
<li>21 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Space/desargues2Dlemmas.v</code></li>
<li>19 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/flat.glob</code></li>
<li>17 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/bij.vo</code></li>
<li>17 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/field_variable_isolation_tactic.glob</code></li>
<li>17 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/projective_plane_axioms.vo</code></li>
<li>17 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/projective_plane_duality.glob</code></li>
<li>17 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Space/desargues3D.v</code></li>
<li>16 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/examples.vo</code></li>
<li>16 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Space/desargues3Dlemmas.v</code></li>
<li>16 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Space/desargues3Dspecial.v</code></li>
<li>15 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Space/desargues2Dlemmas2.v</code></li>
<li>15 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/projective_plane_inst.glob</code></li>
<li>15 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/fano_plane_desargues.v</code></li>
<li>14 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/forth.v</code></li>
<li>14 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/Heyting_projective_plane_axioms.glob</code></li>
<li>14 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Space/projective_space_rank_to_projective_space.v</code></li>
<li>12 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/back.v</code></li>
<li>11 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/P12_aeolian.glob</code></li>
<li>9 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Space/desargues2D.v</code></li>
<li>9 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Space/projective_space_rank_axioms.glob</code></li>
<li>9 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/examples.glob</code></li>
<li>9 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/Heyting_projective_plane_axioms.vo</code></li>
<li>9 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/bij.glob</code></li>
<li>8 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/basic_facts_plane.glob</code></li>
<li>8 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Space/basic_facts.v</code></li>
<li>8 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/projective_plane_axioms.v</code></li>
<li>8 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/general_tactics.vo</code></li>
<li>8 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Space/sets_of_points.v</code></li>
<li>7 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/decidability.v</code></li>
<li>7 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Space/desargues2Dlemmas3.v</code></li>
<li>7 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Space/matroids_axioms.glob</code></li>
<li>7 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/basic_facts_plane.vo</code></li>
<li>7 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/field_variable_isolation_tactic.v</code></li>
<li>6 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/pg25.v</code></li>
<li>6 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/P07_cevian_lines.glob</code></li>
<li>6 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/projective_plane_inst.vo</code></li>
<li>6 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/general_tactics.glob</code></li>
<li>6 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/P11_chasles.glob</code></li>
<li>6 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/flat.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/P14_pseudo_midpoint.glob</code></li>
<li>5 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Space/projective_space_axioms.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/P09_complete_quadrilateral.glob</code></li>
<li>5 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Space/desargues2Dmore.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/P10_complete_quadrilateral_2.glob</code></li>
<li>4 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/P08_cevian_lines_2.glob</code></li>
<li>4 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/projective_plane_duality.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/fano_plane.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/P05_almost_pappus.glob</code></li>
<li>4 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/P06_angle_line.glob</code></li>
<li>3 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/hexamys_desargues.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Space/matroids_properties.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/projective_plane_to_Heyting_projective_plane.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Space/desarguesxD.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Space/matroid_to_matroid_p.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/bij.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/examples.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/basic_facts_plane.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/general_tactics.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/Heyting_projective_plane_axioms.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/projective_plane_inst.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Space/matroids_axioms.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Space/projective_space_rank_axioms.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/P12_aeolian.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/P14_pseudo_midpoint.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/P09_complete_quadrilateral.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/P07_cevian_lines.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/P11_chasles.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/P08_cevian_lines_2.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/P10_complete_quadrilateral_2.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/P06_angle_line.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ProjectiveGeometry/Plane/P05_almost_pappus.v</code></li>
</ul>
<h2>Uninstall ๐งน</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq-projective-geometry.8.9.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐ฃ
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.02.3-2.0.6/released/8.9.0/projective-geometry/8.9.0.html | HTML | mit | 27,597 |
๏ปฟ<!DOCTYPE html>
<html>
<head>
<title>404 - Not found</title>
<meta charset="utf-8" />
</head>
<body>
<h1>Not found</h1>
</body>
</html>
| imranaskem/Vidly | Vidly/404.html | HTML | mit | 142 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>bdds: Not compatible ๐ผ</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.9.0 / bdds - 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>
bdds
<small>
8.6.0
<span class="label label-info">Not compatible ๐ผ</span>
</small>
</h1>
<p>๐
<em><script>document.write(moment("2022-01-09 19:07:39 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-09 19:07:39 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 1 Virtual package relying on perl
coq 8.9.0 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.06.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.06.1 Official 4.06.1 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/bdds"
license: "LGPL 2.1"
build: [make]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/BDDs"]
depends: [
"ocaml"
"coq" {>= "8.6" & < "8.7~"}
"coq-int-map" {>= "8.6" & < "8.7~"}
]
tags: [
"keyword: BDD"
"keyword: binary decision diagrams"
"keyword: classical logic"
"keyword: propositional logic"
"keyword: validity"
"keyword: satisfiability"
"keyword: model checking"
"keyword: reflection"
"category: Computer Science/Decision Procedures and Certified Algorithms/Decision procedures"
"category: Miscellaneous/Extracted Programs/Decision procedures"
"date: May-July 1999"
]
authors: [ "Kumar Neeraj Verma" ]
bug-reports: "https://github.com/coq-contribs/bdds/issues"
dev-repo: "git+https://github.com/coq-contribs/bdds.git"
synopsis: "BDD algorithms and proofs in Coq, by reflection"
description: """
Provides BDD algorithms running under Coq.
(BDD are Binary Decision Diagrams.)
Allows one to do classical validity checking by
reflection in Coq using BDDs, can also be used
to get certified BDD algorithms by extraction.
First step towards actual symbolic model-checkers
in Coq. See file README for operation."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/bdds/archive/v8.6.0.tar.gz"
checksum: "md5=5898deec32af2511ff72be14e4cbff91"
}
</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-bdds.8.6.0 coq.8.9.0</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.9.0).
The following dependencies couldn't be met:
- coq-bdds -> 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-bdds.8.6.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install ๐</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall ๐งน</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐ฃ
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.06.1-2.0.5/released/8.9.0/bdds/8.6.0.html | HTML | mit | 7,446 |
<!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="./e2a9b511a68d0cb46d9a23a4ce9b7a0fe0a53b0101352080c22f6de2c8d4fae0.html">Teleport</a>
<hr>
<a href="./../../about.md">About</a> (Spoilers! )
<script src="./../../assets/md5.js"></script>
<script>
window.currentLevel = 7;
</script>
<script src="./../../assets/script.js"></script>
</body>
</html> | simonmysun/praxis | TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/7f890e5495db5069a22dd7e04f970226d2681670024762f6b55b58a79b5fbc81.html | HTML | mit | 550 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<title>com.eaw1805.battles.tactical package</title>
</head>
<body bgcolor="white">
Classes for processing tactical battles.
</body>
</html> | EaW1805/engine | src/main/java/com/eaw1805/battles/tactical/package.html | HTML | mit | 213 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>equations: 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="">dev / equations - 1.2.1+8.9</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">ยซ Up</a>
<h1>
equations
<small>
1.2.1+8.9
<span class="label label-info">Not compatible</span>
</small>
</h1>
<p><em><script>document.write(moment("2021-04-03 04:38:32 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-04-03 04:38:32 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 dev Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.11.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.11.1 Official release 4.11.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"
authors: [ "Matthieu Sozeau <matthieu.sozeau@inria.fr>" "Cyprien Mangin <cyprien.mangin@m4x.org>" ]
dev-repo: "git+https://github.com/mattam82/Coq-Equations.git"
maintainer: "matthieu.sozeau@inria.fr"
homepage: "https://mattam82.github.io/Coq-Equations"
bug-reports: "https://github.com/mattam82/Coq-Equations/issues"
license: "LGPL-2.1-or-later"
synopsis: "A function definition package for Coq"
description: """
Equations is a function definition plugin for Coq, that allows the
definition of functions by dependent pattern-matching and well-founded,
mutual or nested structural recursion and compiles them into core
terms. It automatically derives the clauses equations, the graph of the
function and its associated elimination principle.
"""
tags: [
"keyword:dependent pattern-matching"
"keyword:functional elimination"
"category:Miscellaneous/Coq Extensions"
"logpath:Equations"
]
build: [
["./configure.sh"]
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
run-test: [
[make "test-suite"]
]
depends: [
"coq" {>= "8.9~" & < "8.10~"}
]
url {
src:
"https://github.com/mattam82/Coq-Equations/archive/v1.2.1-8.9.tar.gz"
checksum: "sha512=c887b46943f11bd04c069e345ad7061a6866b99a28fc0fae7550bcd272dc07121eeca71dbb3da1b611a296343ff650edbe41d2dc3b97b13bc88d315aa604a04a"
}
</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-equations.1.2.1+8.9 coq.dev</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is dev).
The following dependencies couldn't be met:
- coq-equations -> coq < 8.10~ -> ocaml < 4.10
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-equations.1.2.1+8.9</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
<small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. ยฉ Guillaume Claret.</small>
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.11.1-2.0.7/extra-dev/dev/equations/1.2.1+8.9.html | HTML | mit | 7,434 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>huffman: 45 s ๐</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / extra-dev</a></li>
<li class="active"><a href="">8.10.0 / huffman - 8.10.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">ยซ Up</a>
<h1>
huffman
<small>
8.10.0
<span class="label label-success">45 s ๐</span>
</small>
</h1>
<p>๐
<em><script>document.write(moment("2020-07-29 03:23:42 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-07-29 03:23:42 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-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.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.8.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "palmskog@gmail.com"
homepage: "https://github.com/coq-community/huffman"
dev-repo: "git+https://github.com/coq-community/huffman.git"
bug-reports: "https://github.com/coq-community/huffman/issues"
license: "LGPL-2.1-or-later"
synopsis: "A Coq proof of the correctness of the Huffman coding algorithm"
description: """
This projects contains a Coq proof of the correctness of the Huffman coding algorithm,
as described in David A. Huffman's paper A Method for the Construction of Minimum-Redundancy
Codes, Proc. IRE, pp. 1098-1101, September 1952."""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"ocaml"
"coq" {>= "8.7" & < "8.12~"}
]
tags: [
"category:Computer Science/Decision Procedures and Certified Algorithms/Correctness proofs of algorithms"
"category:Miscellaneous/Extracted Programs/Combinatorics"
"keyword:data compression"
"keyword:code"
"keyword:huffman tree"
"logpath:Huffman"
"date:2019-12-07"
]
authors: [
"Laurent Thรฉry"
]
url {
src: "https://github.com/coq-community/huffman/archive/v8.10.0.tar.gz"
checksum: "sha512=faeeaa47712a7b5df82ce1bc93db0e5c44b8398da71f3e7ce83d43b99b838c31734fd8226a7be39bf70ca75dbf5f0b6f9a516fea001282eadf3e22b7cfcd449d"
}
</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-huffman.8.10.0 coq.8.10.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 4000000; timeout 2h opam install -y --deps-only coq-huffman.8.10.0 coq.8.10.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>6 s</dd>
</dl>
<h2>Install ๐</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 16000000; timeout 2h opam install -y -v coq-huffman.8.10.0 coq.8.10.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>45 s</dd>
</dl>
<h2>Installation size</h2>
<p>Total: 3 M</p>
<ul>
<li>301 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/PBTree.vo</code></li>
<li>215 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/Huffman.vo</code></li>
<li>117 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/Huffman.glob</code></li>
<li>112 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/BTree.vo</code></li>
<li>105 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/PBTree.glob</code></li>
<li>96 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/Aux.vo</code></li>
<li>96 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/Code.vo</code></li>
<li>91 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/HeightPred.vo</code></li>
<li>82 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/Prod2List.glob</code></li>
<li>77 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/HeightPred.glob</code></li>
<li>77 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/Permutation.vo</code></li>
<li>71 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/Build.vo</code></li>
<li>60 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/Aux.glob</code></li>
<li>59 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/Prod2List.vo</code></li>
<li>58 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/Frequency.vo</code></li>
<li>57 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/Permutation.glob</code></li>
<li>57 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/Cover.vo</code></li>
<li>54 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/Code.glob</code></li>
<li>47 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/Weight.vo</code></li>
<li>45 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/UniqueKey.vo</code></li>
<li>45 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/PBTree2BTree.vo</code></li>
<li>42 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/UList.vo</code></li>
<li>41 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/PBTree.v</code></li>
<li>40 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/OrderedCover.vo</code></li>
<li>38 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/Cover.glob</code></li>
<li>38 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/Ordered.vo</code></li>
<li>38 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/OneStep.vo</code></li>
<li>37 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/Restrict.vo</code></li>
<li>36 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/Build.glob</code></li>
<li>35 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/SubstPred.vo</code></li>
<li>32 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/BTree.glob</code></li>
<li>31 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/WeightTree.vo</code></li>
<li>30 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/Frequency.glob</code></li>
<li>30 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/CoverMin.vo</code></li>
<li>29 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/Weight.glob</code></li>
<li>28 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/ISort.vo</code></li>
<li>26 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/SameSumLeaves.vo</code></li>
<li>24 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/Extraction.vo</code></li>
<li>21 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/Code.v</code></li>
<li>20 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/HeightPred.v</code></li>
<li>20 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/Aux.v</code></li>
<li>18 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/OneStep.glob</code></li>
<li>18 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/Restrict.glob</code></li>
<li>17 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/Permutation.v</code></li>
<li>16 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/UniqueKey.glob</code></li>
<li>16 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/Huffman.v</code></li>
<li>14 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/BTree.v</code></li>
<li>13 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/PBTree2BTree.glob</code></li>
<li>12 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/Cover.v</code></li>
<li>11 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/Prod2List.v</code></li>
<li>11 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/Ordered.glob</code></li>
<li>11 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/Frequency.v</code></li>
<li>11 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/Build.v</code></li>
<li>11 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/SubstPred.glob</code></li>
<li>11 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/OrderedCover.glob</code></li>
<li>8 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/WeightTree.glob</code></li>
<li>8 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/Weight.v</code></li>
<li>7 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/ISort.glob</code></li>
<li>7 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/UList.glob</code></li>
<li>6 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/Restrict.v</code></li>
<li>6 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/PBTree2BTree.v</code></li>
<li>6 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/UniqueKey.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/Ordered.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/OneStep.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/OrderedCover.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/CoverMin.glob</code></li>
<li>5 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/SubstPred.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/UList.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/SameSumLeaves.glob</code></li>
<li>4 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/ISort.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/WeightTree.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/CoverMin.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/sTactic.vo</code></li>
<li>3 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/sTactic.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/SameSumLeaves.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/Extraction.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/sTactic.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Huffman/Extraction.glob</code></li>
</ul>
<h2>Uninstall ๐งน</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq-huffman.8.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>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.08.1-2.0.5/extra-dev/8.10.0/huffman/8.10.0.html | HTML | mit | 15,675 |
<script>
var a= 3;
var cuadrado = Math.pow(a,2);
var cubo = Math.pow(a,3);
console.log(`al cuadrado ${cuadrado}, al cubo ${cubo}`);
</script> | brapastor/world_JS | algoritmos/cua_cubo.html | HTML | mit | 162 |
<!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>
Hi-Gear Seafood -
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=1492291307141&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=21493&V_SEARCH.docsStart=21492&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=21491&V_DOCUMENT.docRank=21492&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492291333834&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=234567013448&profileId=&key.newSearchLabel=">Previous Company</a></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=21493&V_DOCUMENT.docRank=21494&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492291333834&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=284204610000&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>
628375 BC Inc
</h2>
<div class="row">
<div class="col-md-5">
<h2 class="h5 mrgn-bttm-0">Legal Name:</h2>
<p>628375 BC Inc</p>
<h2 class="h5 mrgn-bttm-0">Operating Name:</h2>
<p>Hi-Gear Seafood</p>
<div class="mrgn-tp-md"></div>
<p class="mrgn-bttm-0" ><a href="http://www.bccrab.com"
target="_blank" title="Website URL">http://www.bccrab.com</a></p>
<p><a href="mailto:crabco@shaw.ca" title="crabco@shaw.ca">crabco@shaw.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">
658 Victoria Ave<br/>
VICTORIA,
British Columbia<br/>
V8S 4N1
<br/>
</address>
<h2 class="h5 mrgn-bttm-0">Location Address:</h2>
<address class="mrgn-bttm-md">
27 Erie St<br/>
VICTORIA,
British Columbia<br/>
V8V 1P8
<br/>
</address>
<p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>:
(250) 361-5846
</p>
<p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>:
(250) 598-0793</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> Hi-Gear Seafood has been around in one form or another since 1984 when it got its start fishing crab on the west coast of BC. Over the years it evolved to become a distributor of live Dungeness crab, live Atlantic lobster as well as live shrimp and Spot prawns. Today HGS covers Vancouver Island and the lower mainland serving grocery outlets, restaurants and wholesale clients. HGS is currently developing markets throughout Canada through timely shipments of live crab via air freight.<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>
Tim
Webster
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
Owner<br>
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(250) 361-5846
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(250) 598-0793
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
crabco@shaw.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>
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">
411110 - Live Animal Wholesaler-Distributors
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Alternate Industries (NAICS):
</strong>
</div>
<div class="col-md-7">
413140 - Fish and Seafood Product Wholesaler-Distributors<br>
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Trading House / Wholesaler / Agent and Distributor
</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">
Live Dungeness Crab, Live Atlantic Lobster, Live Shrimp/Prawns<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
Efficient delivery of Live Dungeness crab, live Atlantic Lobster as well as live shrimp and Spot prawns throughout Vancouver Island and the lower mainland. Air Cargo service available throughout the rest of Canada<br>
<br>
</div>
</div>
</section>
<p class="mrgn-tp-lg text-right small hidden-print">
<a href="#wb-cont">top of page</a>
</p>
<!-- Technology Profile -->
<!-- Market Profile -->
<!-- Sector Information -->
<details class="mrgn-tp-md mrgn-bttm-md">
<summary>
Third-Party Information Liability Disclaimer
</summary>
<p>
Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.
</p>
</details>
</details>
<details id="details-panel2">
<summary>
Contacts
</summary>
<h2 class="wb-invisible">
Contact information
</h2>
<!-- Contact Information -->
<section class="container-fluid">
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Tim
Webster
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
Owner<br>
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(250) 361-5846
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(250) 598-0793
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
crabco@shaw.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>
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">
411110 - Live Animal Wholesaler-Distributors
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Alternate Industries (NAICS):
</strong>
</div>
<div class="col-md-7">
413140 - Fish and Seafood Product Wholesaler-Distributors<br>
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Trading House / Wholesaler / Agent and Distributor
</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">
Live Dungeness Crab, Live Atlantic Lobster, Live Shrimp/Prawns<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
Efficient delivery of Live Dungeness crab, live Atlantic Lobster as well as live shrimp and Spot prawns throughout Vancouver Island and the lower mainland. Air Cargo service available throughout the rest of Canada<br>
<br>
</div>
</div>
</section>
</details>
</div>
</div>
<div class="row">
<div class="col-md-12 text-right">
Last Update Date 2016-03-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
-->
| GoC-Spending/data-corporations | html/234567134163.html | HTML | mit | 34,333 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>algebra: 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="">dev / algebra - 8.5.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">ยซ Up</a>
<h1>
algebra
<small>
8.5.0
<span class="label label-info">Not compatible ๐ผ</span>
</small>
</h1>
<p>๐
<em><script>document.write(moment("2022-02-27 19:27:03 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-27 19:27:03 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-gmp 4 Virtual package relying on a GMP lib system installation
coq dev Formal proof management system
dune 3.0.2 Fast, portable, and opinionated build system
ocaml 4.12.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.12.1 Official release 4.12.1
ocaml-config 2 OCaml Switch Configuration
ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled
ocamlfind 1.9.3 A library manager for OCaml
zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "matej.kosik@inria.fr"
homepage: "https://github.com/coq-contribs/algebra"
license: "LGPL 2"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Algebra"]
depends: [
"ocaml"
"coq" {>= "8.5" & < "8.6~"}
]
tags: [ "keyword:algebra" "category:Mathematics/Algebra" "date:1999-03" ]
authors: [ "Loรฏc Pottier <>" ]
bug-reports: "https://github.com/coq-contribs/algebra/issues"
dev-repo: "git+https://github.com/coq-contribs/algebra.git"
synopsis: "Basics notions of algebra"
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/algebra/archive/v8.5.0.tar.gz"
checksum: "md5=9ef1b5f1f670d56a55aef37d8c511df9"
}
</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-algebra.8.5.0 coq.dev</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is dev).
The following dependencies couldn't be met:
- coq-algebra -> coq < 8.6~ -> 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-algebra.8.5.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install ๐</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall ๐งน</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐ฃ
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.12.1-2.0.8/extra-dev/dev/algebra/8.5.0.html | HTML | mit | 6,865 |
<html dir="LTR">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
<title>LoggingEvent.GetLoggingEventData Method (FixFlags)</title>
<xml>
</xml>
<link rel="stylesheet" type="text/css" href="MSDN.css" />
</head>
<body id="bodyID" class="dtBODY">
<div id="nsbanner">
<div id="bannerrow1">
<table class="bannerparthead" cellspacing="0">
<tr id="hdr">
<td class="runninghead">log4net SDK Documentation - Microsoft .NET Framework 4.0</td>
<td class="product">
</td>
</tr>
</table>
</div>
<div id="TitleRow">
<h1 class="dtH1">LoggingEvent.GetLoggingEventDataย Methodย (FixFlags)</h1>
</div>
</div>
<div id="nstext">
<p> Gets the portable data for this <a href="log4net.Core.LoggingEvent.html">LoggingEvent</a>. </p>
<div class="syntax">
<span class="lang">[Visualย Basic]</span>
<br />Overloadsย Publicย Functionย GetLoggingEventData( _<br />ย ย ย ByVal <i>fixFlags</i>ย Asย <a href="log4net.Core.FixFlags.html">FixFlags</a>ย _<br />)ย Asย <a href="log4net.Core.LoggingEventData.html">LoggingEventData</a></div>
<div class="syntax">
<span class="lang">[C#]</span>
<br />publicย <a href="log4net.Core.LoggingEventData.html">LoggingEventData</a>ย GetLoggingEventData(<br />ย ย ย <a href="log4net.Core.FixFlags.html">FixFlags</a>ย <i>fixFlags</i><br />);</div>
<h4 class="dtH4">Parameters</h4>
<dl>
<dt>
<i>fixFlags</i>
</dt>
<dd>The set of data to ensure is fixed in the LoggingEventData</dd>
</dl>
<h4 class="dtH4">Return Value</h4>
<p>The <a href="log4net.Core.LoggingEventData.html">LoggingEventData</a> for this event.</p>
<h4 class="dtH4">Remarks</h4>
<p> A new <a href="log4net.Core.LoggingEvent.html">LoggingEvent</a> can be constructed using a <a href="log4net.Core.LoggingEventData.html">LoggingEventData</a> instance. </p>
<h4 class="dtH4">See Also</h4><p><a href="log4net.Core.LoggingEvent.html">LoggingEvent Class</a> | <a href="log4net.Core.html">log4net.Core Namespace</a> | <a href="log4net.Core.LoggingEvent.GetLoggingEventData_overloads.html">LoggingEvent.GetLoggingEventData Overload List</a></p><object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;"><param name="Keyword" value="GetLoggingEventData method"></param><param name="Keyword" value="GetLoggingEventData method, LoggingEvent class"></param><param name="Keyword" value="LoggingEvent.GetLoggingEventData method"></param></object><hr /><div id="footer"><p><a href="http://logging.apache.org/log4net">Copyright 2004-2011 The Apache Software Foundation.</a></p><p></p></div></div>
</body>
</html> | npruehs/slash-framework | Ext/log4net-1.2.11/doc/release/sdk/log4net.Core.LoggingEvent.GetLoggingEventData_overload_2.html | HTML | mit | 2,935 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>miniml: Not compatible</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.13.1 / miniml - 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>
miniml
<small>
8.6.0
<span class="label label-info">Not compatible</span>
</small>
</h1>
<p><em><script>document.write(moment("2021-10-22 16:55:43 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-22 16:55:43 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-gmp 3 Virtual package relying on a GMP lib system installation
coq 8.13.1 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.12.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.12.0 Official release 4.12.0
ocaml-config 2 OCaml Switch Configuration
ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled
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/miniml"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/MiniML"]
depends: [
"ocaml"
"coq" {>= "8.6" & < "8.7~"}
]
tags: [ "keyword: functional programming" "keyword: Categorical Abstract Machine" "keyword: compilation" "keyword: natural semantics" "category: Computer Science/Semantics and Compilation/Compilation" ]
authors: [ "Samuel Boutin" ]
bug-reports: "https://github.com/coq-contribs/miniml/issues"
dev-repo: "git+https://github.com/coq-contribs/miniml.git"
synopsis: "Correctness of the compilation of Mini-ML into the Categorical Abstract Machine"
description: """
A formalisation of Mini-ML and of the Categorical
Abstract Machine (C.A.M) in natural semantics. It also contains the
definition of the translation from Mini-ML to the CAM and the proof
that this translation is correct"""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/miniml/archive/v8.6.0.tar.gz"
checksum: "md5=1a43fdfae00d280537911001e3106adf"
}
</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-miniml.8.6.0 coq.8.13.1</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.13.1).
The following dependencies couldn't be met:
- coq-miniml -> 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-miniml.8.6.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
<small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. ยฉ Guillaume Claret.</small>
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.12.0-2.0.8/released/8.13.1/miniml/8.6.0.html | HTML | mit | 7,247 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>group-theory: 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 / group-theory - 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>
group-theory
<small>
8.6.0
<span class="label label-info">Not compatible ๐ผ</span>
</small>
</h1>
<p>๐
<em><script>document.write(moment("2021-12-11 23:07:18 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-11 23:07:18 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 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.07.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.07.1 Official release 4.07.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/group-theory"
license: "Unknown"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/GroupTheory"]
depends: [
"ocaml"
"coq" {>= "8.6" & < "8.7~"}
]
tags: [ "keyword: Group Theory" "category: Mathematics/Algebra" ]
authors: [ "Gilles Kahn" ]
bug-reports: "https://github.com/coq-contribs/group-theory/issues"
dev-repo: "git+https://github.com/coq-contribs/group-theory.git"
synopsis: "Elements of Group Theory"
description:
"Group Theory following the book \"Group Theory\" from W.R. Scott."
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/group-theory/archive/v8.6.0.tar.gz"
checksum: "md5=ef469fab9ce4879cb5857ca4795974ae"
}
</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-group-theory.8.6.0 coq.8.7.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).
The following dependencies couldn't be met:
- coq-group-theory -> 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-group-theory.8.6.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install ๐</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall ๐งน</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐ฃ
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.07.1-2.0.6/released/8.7.1/group-theory/8.6.0.html | HTML | mit | 6,750 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>unicoq: 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 / unicoq - 1.3+8.6</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">ยซ Up</a>
<h1>
unicoq
<small>
1.3+8.6
<span class="label label-info">Not compatible ๐ผ</span>
</small>
</h1>
<p>๐
<em><script>document.write(moment("2020-07-29 03:23:42 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-07-29 03:23:42 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-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.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.8.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "matthieu.sozeau@inria.fr"
authors: [ "Matthieu Sozeau <matthieu.sozeau@inria.fr>" "Beta Ziliani <bziliani@famaf.unc.edu.ar>" ]
dev-repo: "git+https://github.com/unicoq/unicoq.git"
homepage: "https://github.com/unicoq/unicoq"
bug-reports: "https://github.com/unicoq/unicoq/issues"
license: "MIT"
build: [
["coq_makefile" "-f" "Make" "-o" "Makefile"]
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Unicoq"]
depends: [
"ocaml"
"coq" {>= "8.6.0" & < "8.7~"}
]
synopsis: "An enhanced unification algorithm for Coq"
flags: light-uninstall
url {
src: "https://github.com/unicoq/unicoq/archive/v1.3-8.6.tar.gz"
checksum: "md5=954ccceb6e470d2b276f6487d995641c"
}
</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-unicoq.1.3+8.6 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-unicoq -> coq < 8.7~ -> 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-unicoq.1.3+8.6</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install ๐</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall ๐งน</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐ฃ
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.08.1-2.0.5/extra-dev/8.10.0/unicoq/1.3+8.6.html | HTML | mit | 6,732 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>relation-extraction: 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.11.2 / relation-extraction - 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>
relation-extraction
<small>
8.7.0
<span class="label label-info">Not compatible ๐ผ</span>
</small>
</h1>
<p>๐
<em><script>document.write(moment("2021-12-25 14:20:56 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-25 14:20:56 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.11.2 The OCaml compiler (virtual package)
ocaml-base-compiler 4.11.2 Official release 4.11.2
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/relation-extraction"
license: "Unknown"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/RelationExtraction"]
depends: [
"ocaml"
"coq" {>= "8.7" & < "8.8~"}
]
tags: [ "keyword: extraction" "keyword: inductive relations" "keyword: semantics" "category: Computer Science/Semantics and Compilation/Compilation" "date: 2011" ]
authors: [ "Catherine Dubois, David Delahaye, Pierre-Nicolas Tollitte" ]
bug-reports: "https://github.com/coq-contribs/relation-extraction/issues"
dev-repo: "git+https://github.com/coq-contribs/relation-extraction.git"
synopsis: "Functions extraction from inductive relations"
description: """
This plugin introduces a new set of extraction commands that
generates functional code form inductive specifications."""
flags: light-uninstall
url {
src:
"https://github.com/coq-contribs/relation-extraction/archive/v8.7.0.tar.gz"
checksum: "md5=22a5f2af8245462e66f2276db81b9cee"
}
</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-relation-extraction.8.7.0 coq.8.11.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.11.2).
The following dependencies couldn't be met:
- coq-relation-extraction -> coq < 8.8~ -> ocaml < 4.10
base of this switch (use `--unlock-base' to force)
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-relation-extraction.8.7.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install ๐</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall ๐งน</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐ฃ
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.11.2-2.0.7/released/8.11.2/relation-extraction/8.7.0.html | HTML | mit | 6,959 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>exceptions: 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.11.2 / exceptions - 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>
exceptions
<small>
8.7.0
<span class="label label-info">Not compatible ๐ผ</span>
</small>
</h1>
<p>๐
<em><script>document.write(moment("2021-12-25 14:20:56 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-25 14:20:56 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.11.2 The OCaml compiler (virtual package)
ocaml-base-compiler 4.11.2 Official release 4.11.2
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/exceptions"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Exceptions"]
depends: [
"ocaml"
"coq" {>= "8.7" & < "8.8~"}
]
tags: [ "keyword: exceptions" "keyword: continuations" "category: Computer Science/Semantics and Compilation/Semantics" ]
authors: [ "Pierre Castรฉran" ]
bug-reports: "https://github.com/coq-contribs/exceptions/issues"
dev-repo: "git+https://github.com/coq-contribs/exceptions.git"
synopsis: "Pro[gramm,v]ing with continuations:A development in Coq"
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/exceptions/archive/v8.7.0.tar.gz"
checksum: "md5=d7729888c630844fbdd7d526a1eddc6b"
}
</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-exceptions.8.7.0 coq.8.11.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.11.2).
The following dependencies couldn't be met:
- coq-exceptions -> coq < 8.8~ -> ocaml < 4.10
base of this switch (use `--unlock-base' to force)
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-exceptions.8.7.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install ๐</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall ๐งน</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐ฃ
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.11.2-2.0.7/released/8.11.2/exceptions/8.7.0.html | HTML | mit | 6,597 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>metacoq: Not compatible ๐ผ</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.12.1 / metacoq - 1.0~beta2+8.11</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">ยซ Up</a>
<h1>
metacoq
<small>
1.0~beta2+8.11
<span class="label label-info">Not compatible ๐ผ</span>
</small>
</h1>
<p>๐
<em><script>document.write(moment("2021-12-19 00:31:13 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-19 00:31:13 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
coq 8.12.1 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.11.2 The OCaml compiler (virtual package)
ocaml-base-compiler 4.11.2 Official release 4.11.2
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "matthieu.sozeau@inria.fr"
homepage: "https://metacoq.github.io/metacoq"
dev-repo: "git+https://github.com/MetaCoq/metacoq.git#coq-8.11"
bug-reports: "https://github.com/MetaCoq/metacoq/issues"
authors: ["Abhishek Anand <aa755@cs.cornell.edu>"
"Simon Boulier <simon.boulier@inria.fr>"
"Cyril Cohen <cyril.cohen@inria.fr>"
"Yannick Forster <forster@ps.uni-saarland.de>"
"Fabian Kunze <fkunze@fakusb.de>"
"Gregory Malecha <gmalecha@gmail.com>"
"Matthieu Sozeau <matthieu.sozeau@inria.fr>"
"Nicolas Tabareau <nicolas.tabareau@inria.fr>"
"Thรฉo Winterhalter <theo.winterhalter@inria.fr>"
]
license: "MIT"
depends: [
"ocaml" {>= "4.07.1"}
"coq" {>= "8.11" & < "8.12~"}
"coq-metacoq-template" {= version}
"coq-metacoq-pcuic" {= version}
"coq-metacoq-safechecker" {= version}
"coq-metacoq-erasure" {= version}
"coq-metacoq-translations" {= version}
]
synopsis: "A meta-programming framework for Coq"
description: """
MetaCoq is a meta-programming framework for Coq.
The meta-package includes the template-coq library, unverified checker for Coq,
PCUIC development including a verified translation from Coq to PCUIC,
safe checker and erasure for PCUIC and example translations.
See individual packages for more detailed descriptions.
"""
url {
src: "https://github.com/MetaCoq/metacoq/archive/v1.0-beta2-8.11.tar.gz"
checksum: "sha256=35d4a30bb19e6710fc03d178a2c8a17bc964bfbfd9236d1c59a0e77a30c425df"
}
</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-metacoq.1.0~beta2+8.11 coq.8.12.1</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.12.1).
The following dependencies couldn't be met:
- coq-metacoq -> coq-metacoq-safechecker = 1.0~beta2+8.11 -> ocaml < 4.10~
base of this switch (use `--unlock-base' to force)
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-metacoq.1.0~beta2+8.11</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install ๐</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall ๐งน</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐ฃ
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.11.2-2.0.7/released/8.12.1/metacoq/1.0~beta2+8.11.html | HTML | mit | 7,515 |
---
layout: post
title: "Background Thread in ASP.NET (II)"
categories:
- "็ณปๅๆ็ซ : ๅคๅท่ก็ท็่็ๆๅทง"
tags: [".NET"]
published: true
comments: true
permalink: "/2006/12/29/background-thread-in-asp-net-ii/"
redirect_from:
- /columns/post/2006/12/30/Background-Thread-in-ASPNET-(II).aspx/
- /post/2006/12/30/Background-Thread-in-ASPNET-(II).aspx/
- /post/Background-Thread-in-ASPNET-(II).aspx/
- /columns/2006/12/30/Background-Thread-in-ASPNET-(II).aspx/
- /columns/Background-Thread-in-ASPNET-(II).aspx/
- /blogs/chicken/archive/2006/12/30/2028.aspx/
wordpress_postid: 195
---
<P>็บไบ่ฎ ASP.NET ็ worker thread ่ฝๅคๅ้ปไบ, ้็ๆฏๅ็กไบ่ฆ้ ญ... ๆ่ฟ่ฉฆๅฐๅทฎไธๅคไบ, ๆไธ็ก่ฆบๅฐฑๆพ่่ฎ worker thread ่ท็็...</P>
<P>ๆ็ถ, ๆพ่ๅป็ๅ้ป่ฆๅไพๅฐฑไธ่ทไบ, log ๆชๅๅๅฅฝๅฏซไบ 20 min ๅฐฑๅไบ... ็ไบไธไธ, ๅไพๆฏ COM+ App Pool ่จญๅฎๅจๆ้ฌผ, 20 min ๅ
ง iis ๆฒๆๆฐ็ request ้ไพ, ๅฐฑ่ชๅๅๆๆ resource ๆพๅบไพ, worker thread ๅฐฑ่ท่ application unload ๅฐฑไธ่ฆๅปไบ</P><IMG src="/wp-content/be-files/2003-AppPool.jpg" mce_src="/wp-content/be-files/2003-AppPool.jpg">
<P mce_keep="true"> </P>
<P>ๆนๅ่จญๅฎๅ่ทไธๆฌก, ไธ้ฏ, ่ทไบๅนพๅๅฐๆ, ไธ้้ๆฌกๅ ็บๅฅ็ๅ้ก, IIS w3wp.exe ๅๅไบ... ่ณๅฐๅพๅ่ทจไธๅคงๆญฅ... ๆฅไธไพๅฐฑๆฏ็ๆๆจฃๅ exception handling ๆฏ่ผๅฆฅ็ถ็ๅ้กไบ :D</P> | andrew0928/columns.chicken-house.net | _posts/2006/2006-12-30-background-thread-in-asp-net-ii.html | HTML | mit | 1,415 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>lambda: 18 s</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / extra-dev</a></li>
<li class="active"><a href="">8.10.0 / lambda - 8.10.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">ยซ Up</a>
<h1>
lambda
<small>
8.10.0
<span class="label label-success">18 s</span>
</small>
</h1>
<p><em><script>document.write(moment("2020-03-09 03:40:58 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-03-09 03:40:58 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.09.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.09.0 Official release 4.09.0
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.8.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/lambda"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Lambda"]
depends: [
"ocaml"
"coq" {>= "8.10" & < "8.11~"}
]
tags: [
"keyword: pure lambda-calculus"
"keyword: confluence"
"keyword: parallel-moves lemma"
"keyword: Lรฉvy's Cube Lemma"
"keyword: Church-Rosser"
"keyword: residual"
"keyword: Prism theorem"
"category: Computer Science/Lambda Calculi"
]
authors: [
"Gรฉrard Huet"
]
bug-reports: "https://github.com/coq-contribs/lambda/issues"
dev-repo: "git+https://github.com/coq-contribs/lambda.git"
synopsis: "Residual Theory in Lambda-Calculus"
description: """
We present the complete development in Gallina of the
residual theory of beta-reduction in pure lambda-calculus. The main
result is the Prism Theorem, and its corollary Lรฉvy's Cube Lemma, a
strong form of the parallel-moves lemma, itself a key step towards the
confluence theorem and its usual corollaries (Church-Rosser,
uniqueness of normal forms)."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/lambda/archive/v8.10.0.tar.gz"
checksum: "md5=dce1f9ff2656b6917c69d35bf42c5201"
}
</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-lambda.8.10.0 coq.8.10.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 4000000; timeout 2h opam install -y --deps-only coq-lambda.8.10.0 coq.8.10.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>3 s</dd>
</dl>
<h2>Install</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 16000000; timeout 2h opam install -y -v coq-lambda.8.10.0 coq.8.10.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>18 s</dd>
</dl>
<h2>Installation size</h2>
<p>Total: 747 K</p>
<ul>
<li>99 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Lambda/Cube.vo</code></li>
<li>88 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Lambda/Residuals.vo</code></li>
<li>69 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Lambda/Substitution.vo</code></li>
<li>54 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Lambda/Substitution.glob</code></li>
<li>44 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Lambda/Redexes.vo</code></li>
<li>35 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Lambda/Reduction.vo</code></li>
<li>33 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Lambda/Simulation.vo</code></li>
<li>28 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Lambda/Confluence.vo</code></li>
<li>27 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Lambda/Terms.vo</code></li>
<li>27 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Lambda/Conversion.vo</code></li>
<li>27 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Lambda/Test.vo</code></li>
<li>25 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Lambda/Marks.vo</code></li>
<li>22 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Lambda/Lambda.vo</code></li>
<li>21 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Lambda/Substitution.v</code></li>
<li>16 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Lambda/Cube.glob</code></li>
<li>15 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Lambda/Redexes.glob</code></li>
<li>15 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Lambda/Reduction.glob</code></li>
<li>14 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Lambda/Residuals.glob</code></li>
<li>10 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Lambda/Simulation.glob</code></li>
<li>9 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Lambda/Cube.v</code></li>
<li>8 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Lambda/Residuals.v</code></li>
<li>7 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Lambda/Confluence.glob</code></li>
<li>7 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Lambda/Redexes.v</code></li>
<li>6 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Lambda/Reduction.v</code></li>
<li>6 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Lambda/Simulation.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Lambda/Confluence.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Lambda/Conversion.glob</code></li>
<li>4 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Lambda/Terms.glob</code></li>
<li>4 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Lambda/Conversion.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Lambda/Terms.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Lambda/Marks.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Lambda/Test.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Lambda/Lambda.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Lambda/Test.glob</code></li>
<li>2 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Lambda/Marks.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Lambda/Lambda.glob</code></li>
</ul>
<h2>Uninstall</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq-lambda.8.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">
<small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. ยฉ Guillaume Claret.</small>
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.09.0-2.0.5/extra-dev/8.10.0/lambda/8.10.0.html | HTML | mit | 10,969 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>coalgebras: Not compatible</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.13.2 / coalgebras - 8.9.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">ยซ Up</a>
<h1>
coalgebras
<small>
8.9.0
<span class="label label-info">Not compatible</span>
</small>
</h1>
<p><em><script>document.write(moment("2021-11-05 09:57:39 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-05 09:57:39 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-gmp 3 Virtual package relying on a GMP lib system installation
coq 8.13.2 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.12.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.12.0 Official release 4.12.0
ocaml-config 2 OCaml Switch Configuration
ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled
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/coalgebras"
license: "LGPL"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Coalgebras"]
depends: [
"ocaml"
"coq" {>= "8.9" & < "8.10~"}
]
tags: [
"keyword: coalgebra"
"keyword: bisimulation"
"keyword: weakly final"
"keyword: coiteration"
"keyword: co-inductive types"
"category: Mathematics/Category Theory"
"date: 2008-10"
]
authors: [
"Milad Niqui <M.Niqui@cwi.nl> [http://www.cwi.nl/~milad]"
]
bug-reports: "https://github.com/coq-contribs/coalgebras/issues"
dev-repo: "git+https://github.com/coq-contribs/coalgebras.git"
synopsis: "Coalgebras, bisimulation and lambda-coiteration"
description: """
This contribution contains a formalisation of coalgebras, bisimulation on coalgebras, weakly final coalgebras, lambda-coiteration definition scheme (including primitive corecursion) and a version of lambda-bisimulation. The formalisation is modular. The implementation of the module types for streams and potentially infinite Peano numbers are provided using the coinductive types."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/coalgebras/archive/v8.9.0.tar.gz"
checksum: "md5=6e0e5646c3de55b4a707bf05d5622736"
}
</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-coalgebras.8.9.0 coq.8.13.2</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.13.2).
The following dependencies couldn't be met:
- coq-coalgebras -> coq < 8.10~ -> ocaml < 4.10
base of this switch (use `--unlock-base' to force)
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-coalgebras.8.9.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
<small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. ยฉ Guillaume Claret.</small>
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.12.0-2.0.8/released/8.13.2/coalgebras/8.9.0.html | HTML | mit | 7,487 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>euler-formula: 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 / euler-formula - 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>
euler-formula
<small>
8.6.0
<span class="label label-info">Not compatible ๐ผ</span>
</small>
</h1>
<p>๐
<em><script>document.write(moment("2020-08-24 06:00:58 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-08-24 06:00:58 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.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.8.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/euler-formula"
license: "LGPL"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/EulerFormula"]
depends: [
"ocaml"
"coq" {>= "8.6" & < "8.7~"}
]
tags: [ "keyword: polyhedron" "keyword: hypermap" "keyword: genus" "keyword: Euler formula" "keyword: assisted proofs" "category: Mathematics/Geometry/See also" "date: 2006-09" ]
authors: [ "Jean-Franรงois Dufourd <dufourd@dpt-info.u-strasbg.fr> [http://dpt-info.u-strasbg.fr/~jfd/]" ]
bug-reports: "https://github.com/coq-contribs/euler-formula/issues"
dev-repo: "git+https://github.com/coq-contribs/euler-formula.git"
synopsis: "Hypermaps, Genus Theorem and Euler Formula"
description:
"This library formalizes the combinatorial hypermaps and their properties in a constructive way. It gives the proofs of the Genus Theorem and of the Euler Formula for the polyhedra."
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/euler-formula/archive/v8.6.0.tar.gz"
checksum: "md5=420b0df4cb2accf178d9f333499b6e7e"
}
</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-euler-formula.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-euler-formula -> coq < 8.7~ -> 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-euler-formula.8.6.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install ๐</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall ๐งน</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐ฃ
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.06.1-2.0.5/extra-dev/8.10.0/euler-formula/8.6.0.html | HTML | mit | 7,158 |
<!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><%= htmlWebpackPlugin.options.title %></title>
<meta name="description" content="<%= htmlWebpackPlugin.options.title %>">
<% if (webpackConfig.htmlElements.headTags) { %>
<!-- Configured Head Tags -->
<%= webpackConfig.htmlElements.headTags %>
<% } %>
<!-- base url -->
<base href="<%= htmlWebpackPlugin.options.metadata.baseUrl %>">
</head>
<body>
<fs-app>
Loading...
</fs-app>
<!-- Google Analytics: change UA-71073175-1 to be your site's ID -->
<script>
(function(A,n,g,u,l,a,r){A.GoogleAnalyticsObject=r;A[l]=A[l]||function(){
(A[l].q=A[l].q||[]).push(arguments)},A[l].l=1*new Date();a=n.createElement(g),
r=n.getElementsByTagName(g)[0];a.async=1;a.src=u;r.parentNode.insertBefore(a,r)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-71073175-1', 'auto');
ga('send', 'pageview');
</script>
<% if (htmlWebpackPlugin.options.metadata.isDevServer && htmlWebpackPlugin.options.metadata.HMR !== true) { %>
<!-- Webpack Dev Server reload -->
<script src="/webpack-dev-server.js"></script>
<% } %>
</body>
</html>
| jfc37/fullswing-a2 | src/index.html | HTML | mit | 1,327 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>color: 24 m 28 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.12.2 / color - 1.8.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">ยซ Up</a>
<h1>
color
<small>
1.8.0
<span class="label label-success">24 m 28 s ๐</span>
</small>
</h1>
<p>๐
<em><script>document.write(moment("2022-02-09 06:27:18 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-09 06:27:18 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
coq 8.12.2 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.10.2 The OCaml compiler (virtual package)
ocaml-base-compiler 4.10.2 Official release 4.10.2
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.3 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "frederic.blanqui@inria.fr"
authors: [
"Frรฉdรฉric Blanqui"
"Adam Koprowski"
"Sรฉbastien Hinderer"
"Pierre-Yves Strub"
"Sidi Ould Biha"
"Solange Coupet-Grimal"
"William Delobel"
"Hans Zantema"
"Stรฉphane Leroux"
"Lรฉo Ducas"
"Johannes Waldmann"
"Qiand Wang"
"Lianyi Zhang"
"Sorin Stratulat"
]
license: "CeCILL"
homepage: "http://color.inria.fr/"
bug-reports: "https://github.com/fblanqui/color/issues"
build: [make "-j%{jobs}%"]
install: [make "-f" "Makefile.coq" "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/CoLoR"]
depends: [
"ocaml"
"coq" {>= "8.11" & < "8.13~"}
"coq-bignums" {>= "8.11" & < "8.13~"}
]
tags: [
"date:2020-09-24"
"logpath:CoLoR"
"category:Computer Science/Algorithms/Correctness proofs of algorithms"
"category:Computer Science/Data Types and Data Structures"
"category:Computer Science/Lambda Calculi"
"category:Mathematics/Algebra"
"category:Mathematics/Combinatorics and Graph Theory"
"category:Mathematics/Logic/Type theory"
"category:Miscellaneous/Extracted Programs/Type checking unification and normalization"
"keyword:rewriting"
"keyword:termination"
"keyword:lambda calculus"
"keyword:list"
"keyword:multiset"
"keyword:polynomial"
"keyword:vectors"
"keyword:matrices"
"keyword:FSet"
"keyword:FMap"
"keyword:term"
"keyword:context"
"keyword:substitution"
"keyword:universal algebra"
"keyword:varyadic term"
"keyword:string"
"keyword:alpha-equivalence"
"keyword:de Bruijn indices"
"keyword:simple types"
"keyword:matching"
"keyword:unification"
"keyword:relation"
"keyword:ordering"
"keyword:quasi-ordering"
"keyword:lexicographic ordering"
"keyword:ring"
"keyword:semiring"
"keyword:well-foundedness"
"keyword:noetherian"
"keyword:finitely branching"
"keyword:dependent choice"
"keyword:infinite sequences"
"keyword:non-termination"
"keyword:loop"
"keyword:graph"
"keyword:path"
"keyword:transitive closure"
"keyword:strongly connected component"
"keyword:topological ordering"
"keyword:rpo"
"keyword:horpo"
"keyword:dependency pair"
"keyword:dependency graph"
"keyword:semantic labeling"
"keyword:reducibility"
"keyword:Girard"
"keyword:fixpoint theorem"
"keyword:Tarski"
"keyword:pigeon-hole principle"
"keyword:Ramsey theorem"
]
synopsis: "A library on rewriting theory and termination"
flags: light-uninstall
url {
src: "https://github.com/fblanqui/color/releases/download/1.8.0/color.1.8.0.tar.gz"
checksum: "md5=7ae9c6b167603e9287de65956969b907"
}
</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-color.1.8.0 coq.8.12.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-color.1.8.0 coq.8.12.2</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>3 m 4 s</dd>
</dl>
<h2>Install ๐</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 16000000; timeout 8h opam install -y -v coq-color.1.8.0 coq.8.12.2</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>24 m 28 s</dd>
</dl>
<h2>Installation size</h2>
<p>Total: 80 M</p>
<ul>
<li>9 M <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/Lambda/LSystemT.vo</code></li>
<li>7 M <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/Lambda/LCompClos.vo</code></li>
<li>3 M <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/Lambda/LCompSimple.vo</code></li>
<li>2 M <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/Lambda/LCompInt.vo</code></li>
<li>2 M <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/HORPO/HorpoExMap.vo</code></li>
<li>2 M <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/HORPO/HorpoExNonTrans.vo</code></li>
<li>2 M <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/AMatching.vo</code></li>
<li>1 M <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/HORPO/Horpo.vo</code></li>
<li>1 M <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/Lambda/LCompRewrite.vo</code></li>
<li>1 M <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/SimpleType/TermsConv.vo</code></li>
<li>1 M <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/HORPO/HorpoWf.vo</code></li>
<li>1 M <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/Lambda/LComp.vo</code></li>
<li>1 M <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/HORPO/Computability.vo</code></li>
<li>999 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/HORPO/HorpoComp.vo</code></li>
<li>989 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/SimpleType/TermsBeta.vo</code></li>
<li>979 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/Lambda/LSimple.vo</code></li>
<li>957 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/SimpleType/TermsSubst.vo</code></li>
<li>957 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/SimpleType/TermsAlgebraic.vo</code></li>
<li>878 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/FGraph/TransClos.vo</code></li>
<li>867 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/Lambda/LTerm.vo</code></li>
<li>813 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/SimpleType/TermsSubstConv.vo</code></li>
<li>778 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/SimpleType/Terms.vo</code></li>
<li>774 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/FGraph/FGraph.vo</code></li>
<li>762 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/SimpleType/TermsRed.vo</code></li>
<li>754 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/Lambda/LCall.vo</code></li>
<li>750 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/SimpleType/TermsEta.vo</code></li>
<li>732 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/Lambda/LAlpha.vo</code></li>
<li>726 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/Lambda/LSubs.vo</code></li>
<li>670 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/Lambda/LAlphaAlt.vo</code></li>
<li>619 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/AVariables.vo</code></li>
<li>580 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/SimpleType/TermsEnv.vo</code></li>
<li>470 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Vector/VecUtil.vo</code></li>
<li>468 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/FMap/FMapUtil.vo</code></li>
<li>445 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/SimpleType/TermsSubst.glob</code></li>
<li>440 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/Lambda/LBeta.vo</code></li>
<li>439 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/Lambda/LEta.vo</code></li>
<li>400 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/SimpleType/TermsPos.vo</code></li>
<li>386 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Vector/VecUtil.glob</code></li>
<li>385 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/SimpleType/TermsLifting.vo</code></li>
<li>380 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/SimpleType/TermsActiveEnv.vo</code></li>
<li>363 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/SimpleType/TermsConv.glob</code></li>
<li>333 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/SimpleType/TermsManip.vo</code></li>
<li>318 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/SimpleType/TermsBuilding.vo</code></li>
<li>317 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Multiset/MultisetOrder.glob</code></li>
<li>310 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/Lambda/LSubs.glob</code></li>
<li>306 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/List/ListUtil.vo</code></li>
<li>297 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/SimpleType/TermsEnv.glob</code></li>
<li>285 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/RPO/VRPO_Prover.vo</code></li>
<li>284 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/FSet/FSetUtil.vo</code></li>
<li>268 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/RelUtil.vo</code></li>
<li>264 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Multiset/MultisetTheory.glob</code></li>
<li>258 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/RPO/VRPO_Results.vo</code></li>
<li>250 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/MatrixInt/AMatrixBasedInt.vo</code></li>
<li>249 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Multiset/MultisetOrder.vo</code></li>
<li>247 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Matrix/Matrix.vo</code></li>
<li>247 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/MatrixInt/ATropicalInt.vo</code></li>
<li>234 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/RPO/VRPO_Status.vo</code></li>
<li>231 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Multiset/MultisetTheory.vo</code></li>
<li>231 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/MatrixInt/AArcticInt.vo</code></li>
<li>225 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/AUnif.vo</code></li>
<li>223 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/MatrixInt/AArcticBZInt.vo</code></li>
<li>222 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/SimpleType/TermsTyping.vo</code></li>
<li>221 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/RPO/VMPO.vo</code></li>
<li>221 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/ATrs.vo</code></li>
<li>221 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/List/ListUtil.glob</code></li>
<li>220 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/RPO/VLPO.vo</code></li>
<li>218 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/MatrixInt/ATropicalBasedInt.vo</code></li>
<li>218 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/MatrixInt/AArcticBasedInt.vo</code></li>
<li>215 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/Lambda/LAlpha.glob</code></li>
<li>196 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/RelUtil.glob</code></li>
<li>190 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/Lexico.vo</code></li>
<li>190 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Algebra/OrdSemiRing.vo</code></li>
<li>190 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/SimpleType/TermsAlgebraic.glob</code></li>
<li>188 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/AUnif.glob</code></li>
<li>187 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/SemLab/ASemLab.vo</code></li>
<li>180 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/APosition.vo</code></li>
<li>177 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/HORPO/Horpo.glob</code></li>
<li>175 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/MatrixInt/AMatrixInt.vo</code></li>
<li>173 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/MatrixInt/ABigMatrixInt.vo</code></li>
<li>169 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/SimpleType/TermsManip.glob</code></li>
<li>168 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/ASubstitution.vo</code></li>
<li>168 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/List/ListExtras.vo</code></li>
<li>165 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/RPO/VRPO_Type.vo</code></li>
<li>165 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/InfSeq.vo</code></li>
<li>163 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/MPO/VMpo.vo</code></li>
<li>162 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/SimpleType/TermsBeta.glob</code></li>
<li>155 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/HORPO/Computability.glob</code></li>
<li>153 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Set/Ramsey.vo</code></li>
<li>149 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/AUnary.vo</code></li>
<li>148 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Nat/NatUtil.vo</code></li>
<li>146 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/AReduct.vo</code></li>
<li>144 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/DP/ASCCUnion.vo</code></li>
<li>142 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Vector/VecOrd.vo</code></li>
<li>138 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/SemLab/ASemLab.glob</code></li>
<li>136 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/AdjMat.vo</code></li>
<li>134 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/Total.vo</code></li>
<li>134 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Algebra/SemiRing.vo</code></li>
<li>133 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/SimpleType/TermsLifting.glob</code></li>
<li>133 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/SCCTopoOrdering.vo</code></li>
<li>133 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Multiset/MultisetListOrder.vo</code></li>
<li>132 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/ATrs.glob</code></li>
<li>130 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/AInfSeq.vo</code></li>
<li>130 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/InfSeq.glob</code></li>
<li>128 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/MatrixInt/AMatrixBasedInt.glob</code></li>
<li>127 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/ARenCap.vo</code></li>
<li>127 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/MonAlgChecker.vo</code></li>
<li>125 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/ASubstitution.glob</code></li>
<li>125 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/Lambda/LAlphaAlt.glob</code></li>
<li>124 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/AContext.vo</code></li>
<li>124 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Set/FinSet.vo</code></li>
<li>121 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/Lambda/LCompClos.glob</code></li>
<li>121 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Multiset/MultisetNat.vo</code></li>
<li>119 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Nat/BoundNat.vo</code></li>
<li>117 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Vector/VecArith.vo</code></li>
<li>116 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/ATerm.vo</code></li>
<li>112 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Algebra/OrdSemiRing.glob</code></li>
<li>111 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/List/ListNodup.vo</code></li>
<li>109 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/List/ListLex.vo</code></li>
<li>109 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/SimpleType/TermsActiveEnv.glob</code></li>
<li>109 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Matrix/Matrix.glob</code></li>
<li>108 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/SN.vo</code></li>
<li>107 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Pair/PairLex.vo</code></li>
<li>105 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/Lambda/LTerm.glob</code></li>
<li>104 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/List/ListPermutation.vo</code></li>
<li>102 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/List/ListExtras.glob</code></li>
<li>102 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/DP/ADPGraph.vo</code></li>
<li>101 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Filter/AFilterPerm.vo</code></li>
<li>101 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/Path.vo</code></li>
<li>100 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/SimpleType/TermsPos.glob</code></li>
<li>99 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/ADuplicateSymb.vo</code></li>
<li>99 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/Total.glob</code></li>
<li>99 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/ACap.vo</code></li>
<li>98 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/FMap/FMapUtil.glob</code></li>
<li>98 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/ACompat.vo</code></li>
<li>97 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/NonTermin/ALoop.vo</code></li>
<li>96 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/NonTermin/AModLoop.vo</code></li>
<li>96 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Polynom/MonotonePolynom.vo</code></li>
<li>95 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Set/SetUtil.vo</code></li>
<li>95 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/AUnary.glob</code></li>
<li>93 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Multiset/MultisetListOrder.glob</code></li>
<li>91 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/DP/AHDE.vo</code></li>
<li>91 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Conversion/String_of_ATerm.vo</code></li>
<li>90 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/NonTermin/SLoop.vo</code></li>
<li>89 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/AMorphism.vo</code></li>
<li>87 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/SemLab/AFlatCont.vo</code></li>
<li>86 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/Iter.vo</code></li>
<li>86 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/SN.glob</code></li>
<li>85 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/ARenCap.glob</code></li>
<li>84 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/DP/ADP.vo</code></li>
<li>84 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/SimpleType/TermsSubstConv.glob</code></li>
<li>84 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/AMatching.glob</code></li>
<li>83 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/MannaNess/ARedPair.vo</code></li>
<li>83 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/NonTermin/SModLoop.vo</code></li>
<li>82 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Polynom/Polynom.vo</code></li>
<li>81 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/ABinary.vo</code></li>
<li>81 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Filter/AFilterBool.vo</code></li>
<li>81 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/DP/ADPUnif.vo</code></li>
<li>80 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/ATerm.glob</code></li>
<li>80 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/SimpleType/TermsSubst.v</code></li>
<li>80 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Filter/AProj.vo</code></li>
<li>80 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/List/SortUtil.vo</code></li>
<li>79 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Vector/VecFilter.vo</code></li>
<li>79 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/FGraph/FGraph.glob</code></li>
<li>79 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/AShift.vo</code></li>
<li>78 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Conversion/ATerm_of_String.vo</code></li>
<li>77 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/GDomainBij.vo</code></li>
<li>76 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/Lambda/LCompInt.glob</code></li>
<li>76 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/Lexico.glob</code></li>
<li>76 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Vector/VecUtil.v</code></li>
<li>75 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Integer/ZUtil.vo</code></li>
<li>75 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/Lambda/LSubs.v</code></li>
<li>75 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/SimpleType/TermsConv.v</code></li>
<li>75 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Set/FinSet.glob</code></li>
<li>74 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/PolyInt/PolyChecker.vo</code></li>
<li>74 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/Tarski.vo</code></li>
<li>73 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/PolyInt/APolyInt.vo</code></li>
<li>72 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Multiset/MultisetList.vo</code></li>
<li>72 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Nat/NatUtil.glob</code></li>
<li>72 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/Lambda/LSimple.glob</code></li>
<li>72 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/Lambda/LComp.glob</code></li>
<li>71 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/ACalls.vo</code></li>
<li>71 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/ADepRel.vo</code></li>
<li>71 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/DP/ADecomp.vo</code></li>
<li>70 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Conversion/AReverse.vo</code></li>
<li>70 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/ARules.vo</code></li>
<li>70 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/AContext.glob</code></li>
<li>69 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/FGraph/TransClos.glob</code></li>
<li>69 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/ARelation.vo</code></li>
<li>69 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Vector/VecFilterPerm.vo</code></li>
<li>68 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/List/ListDec.vo</code></li>
<li>67 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/DP/AGraph.vo</code></li>
<li>67 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Algebra/SemiRing.glob</code></li>
<li>67 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/ASN.vo</code></li>
<li>66 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/ACap.glob</code></li>
<li>66 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/List/ListOccur.vo</code></li>
<li>65 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Polynom/PositivePolynom.vo</code></li>
<li>64 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/ASubterm.vo</code></li>
<li>63 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/AVariables.glob</code></li>
<li>63 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/DP/ASCCUnion.glob</code></li>
<li>63 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/SCCTopoOrdering.glob</code></li>
<li>63 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/SimpleType/TermsDef.vo</code></li>
<li>63 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/Lambda/LCompSimple.glob</code></li>
<li>63 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Set/InfSet.vo</code></li>
<li>61 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/ABterm.vo</code></li>
<li>61 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/Union.vo</code></li>
<li>61 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/String/Srs.vo</code></li>
<li>60 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/AReduct.glob</code></li>
<li>60 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/SCC_dec.vo</code></li>
<li>60 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/SemLab/ARootLab.vo</code></li>
<li>59 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/Lambda/LCompRewrite.glob</code></li>
<li>59 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/AMonAlg.vo</code></li>
<li>59 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Conversion/VTerm_of_ATerm.vo</code></li>
<li>59 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/RelExtras.vo</code></li>
<li>59 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/AInfSeq.glob</code></li>
<li>58 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/AccUtil.vo</code></li>
<li>58 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/SimpleType/TermsEnv.v</code></li>
<li>58 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/AInterpretation.vo</code></li>
<li>58 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/Lambda/LAlpha.v</code></li>
<li>58 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/List/ListNodup.glob</code></li>
<li>57 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Bool/BoolUtil.vo</code></li>
<li>57 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/ProofChecker/ProofChecker.vo</code></li>
<li>56 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Filter/AFilterPerm.glob</code></li>
<li>56 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/OrdUtil.vo</code></li>
<li>56 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Logic/EqUtil.vo</code></li>
<li>56 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/NonTermin/AVarCond.vo</code></li>
<li>56 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/SubtermCrit/ASimpleProj.vo</code></li>
<li>56 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/ASignature.vo</code></li>
<li>55 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Pair/PairLex.glob</code></li>
<li>55 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/Varyadic/VSignature.vo</code></li>
<li>55 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/List/ListShrink.vo</code></li>
<li>55 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/AWFMInterpretation.vo</code></li>
<li>54 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/List/ListUtil.v</code></li>
<li>54 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/Varyadic/VTerm.vo</code></li>
<li>53 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/RPO/VRPO_Results.glob</code></li>
<li>53 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/RelDec.vo</code></li>
<li>53 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/ADuplicateSymb.glob</code></li>
<li>53 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/FSet/FSetUtil.glob</code></li>
<li>53 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/PolyInt/APolyInt_MA.vo</code></li>
<li>53 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Nat/BigNUtil.vo</code></li>
<li>52 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/AMorphism.glob</code></li>
<li>52 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/Varyadic/VContext.vo</code></li>
<li>52 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/ProofChecker/IntBasedChecker.vo</code></li>
<li>52 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/String/SReverse.vo</code></li>
<li>51 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Set/Ramsey.glob</code></li>
<li>51 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Nat/Log2.vo</code></li>
<li>51 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Multiset/MultisetCore.vo</code></li>
<li>51 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/Varyadic/VTrs.vo</code></li>
<li>51 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Multiset/MultisetOrder.v</code></li>
<li>51 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/Cycle.vo</code></li>
<li>50 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/GDomainBij.glob</code></li>
<li>50 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/AdjMat.glob</code></li>
<li>49 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/Lambda/LCall.glob</code></li>
<li>49 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/MannaNess/AMannaNess.vo</code></li>
<li>49 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/MatrixInt/AMatrixInt.glob</code></li>
<li>48 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Vector/VecArith.glob</code></li>
<li>48 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Option/OptUtil.vo</code></li>
<li>48 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/List/ListPermutation.glob</code></li>
<li>47 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Vector/VecOrd.glob</code></li>
<li>47 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/RelSub.vo</code></li>
<li>46 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Integer/BigZUtil.vo</code></li>
<li>46 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/ATrsNorm.vo</code></li>
<li>46 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/NotSN_IS.vo</code></li>
<li>46 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/MatrixInt/ABigMatrixInt.glob</code></li>
<li>46 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Filter/AFilterBool.glob</code></li>
<li>45 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/List/ListMax.vo</code></li>
<li>45 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/HORPO/HorpoWf.glob</code></li>
<li>45 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/HORPO/Horpo.v</code></li>
<li>45 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/RedLength.vo</code></li>
<li>45 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Logic/DepChoicePrf.vo</code></li>
<li>44 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/ProofChecker/Problem.vo</code></li>
<li>44 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Vector/VecBool.vo</code></li>
<li>44 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/ProofChecker/EmptyChecker.vo</code></li>
<li>44 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Vector/VecMax.vo</code></li>
<li>44 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/DP/ADPGraph.glob</code></li>
<li>43 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Conversion/String_of_ATerm.glob</code></li>
<li>43 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Function/NaryFunction.vo</code></li>
<li>43 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/SCC.vo</code></li>
<li>42 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Multiset/MultisetTheory.v</code></li>
<li>42 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Multiset/MultisetList.glob</code></li>
<li>42 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/SimpleType/TermsTyping.glob</code></li>
<li>42 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/RPO/VPrecedence.vo</code></li>
<li>42 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/MannaNess/ARedPair.glob</code></li>
<li>42 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/RelUtil.v</code></li>
<li>42 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/Path.glob</code></li>
<li>41 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/MatrixInt/ATropicalBasedInt.glob</code></li>
<li>41 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Vector/VecFilter.glob</code></li>
<li>40 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/NotSN.vo</code></li>
<li>40 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Polynom/Polynom.glob</code></li>
<li>40 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/ANotvar.vo</code></li>
<li>40 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Nat/BoundNat.glob</code></li>
<li>40 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Set/SetUtil.glob</code></li>
<li>40 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/Lambda/LSystemT.glob</code></li>
<li>39 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/MatrixInt/AArcticBasedInt.glob</code></li>
<li>39 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Conversion/ATerm_of_String.glob</code></li>
<li>39 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/String/SContext.vo</code></li>
<li>39 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/ProofChecker/Proof.vo</code></li>
<li>39 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/AMonAlg.glob</code></li>
<li>39 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/Tarski.glob</code></li>
<li>38 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/Varyadic/VSubstitution.vo</code></li>
<li>37 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/AUnif.v</code></li>
<li>36 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/SimpleType/TermsAlgebraic.v</code></li>
<li>35 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Function/FunUtil.vo</code></li>
<li>35 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/DP/ADP.glob</code></li>
<li>34 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/ABinary.glob</code></li>
<li>34 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/HORPO/Computability.v</code></li>
<li>33 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/SimpleType/TermsManip.v</code></li>
<li>33 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Logic/DepChoice.vo</code></li>
<li>33 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/PolyInt/APolyInt.glob</code></li>
<li>32 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/MatrixInt/ATropicalInt.glob</code></li>
<li>32 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/MonAlgChecker.glob</code></li>
<li>32 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/NonTermin/SLoop.glob</code></li>
<li>32 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/AShift.glob</code></li>
<li>32 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/APosition.glob</code></li>
<li>32 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/Lambda/LAlphaAlt.v</code></li>
<li>32 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/RelDec.glob</code></li>
<li>31 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/ASN.glob</code></li>
<li>31 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/NonTermin/AModLoop.glob</code></li>
<li>31 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/SemLab/AFlatCont.glob</code></li>
<li>31 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/ATrs.v</code></li>
<li>31 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/NonTermin/SModLoop.glob</code></li>
<li>31 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/SemLab/ASemLab.v</code></li>
<li>31 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Polynom/MonotonePolynom.glob</code></li>
<li>31 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Logic/ClassicUtil.vo</code></li>
<li>30 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/MatrixInt/AArcticInt.glob</code></li>
<li>30 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/RPO/VRPO_Status.glob</code></li>
<li>30 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Nat/LeastNat.vo</code></li>
<li>30 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/NonTermin/ALoop.glob</code></li>
<li>29 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/Lambda/LTerm.v</code></li>
<li>29 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/ACompat.glob</code></li>
<li>29 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/SimpleType/TermsBeta.v</code></li>
<li>29 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/SimpleType/TermsRed.glob</code></li>
<li>29 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Filter/AProj.glob</code></li>
<li>29 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/Iter.glob</code></li>
<li>29 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Integer/ZUtil.glob</code></li>
<li>29 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/AccUtil.glob</code></li>
<li>27 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/ACalls.glob</code></li>
<li>26 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/SimpleType/TermsLifting.v</code></li>
<li>26 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/FMap/FMapUtil.v</code></li>
<li>26 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Logic/LogicUtil.vo</code></li>
<li>26 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/Lambda/LBeta.glob</code></li>
<li>26 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Algebra/OrdSemiRing.v</code></li>
<li>26 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/Lambda/LCompClos.v</code></li>
<li>26 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/RPO/VRPO_Type.glob</code></li>
<li>25 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Logic/IotaUtil.vo</code></li>
<li>25 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/List/ListExtras.v</code></li>
<li>25 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Conversion/AReverse.glob</code></li>
<li>25 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/InfSeq.v</code></li>
<li>24 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/Lambda/LEta.glob</code></li>
<li>24 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Logic/EpsilonUtil.vo</code></li>
<li>24 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/Union.glob</code></li>
<li>24 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/ADepRel.glob</code></li>
<li>23 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/ASubstitution.v</code></li>
<li>23 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/MatrixInt/AMatrixBasedInt.v</code></li>
<li>23 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/HORPO/HorpoExMap.glob</code></li>
<li>23 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Bool/BoolUtil.glob</code></li>
<li>23 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/FGraph/FGraph.v</code></li>
<li>23 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Polynom/PositivePolynom.glob</code></li>
<li>22 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/ABterm.glob</code></li>
<li>22 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/RPO/VMPO.glob</code></li>
<li>22 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/MannaNess/AMannaNess.glob</code></li>
<li>22 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/Total.v</code></li>
<li>22 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/List/ListDec.glob</code></li>
<li>22 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Logic/EqUtil.glob</code></li>
<li>22 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/MPO/VMpo.glob</code></li>
<li>21 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/PolyInt/PolyChecker.glob</code></li>
<li>21 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/ARelation.glob</code></li>
<li>21 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Matrix/Matrix.v</code></li>
<li>21 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/MatrixInt/AArcticBZInt.glob</code></li>
<li>21 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/Varyadic/VTerm.glob</code></li>
<li>21 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/Lambda/LComp.v</code></li>
<li>21 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/ATerm.v</code></li>
<li>21 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/RPO/VLPO.glob</code></li>
<li>20 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/RPO/VRPO_Results.v</code></li>
<li>20 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/Lambda/LCall.v</code></li>
<li>20 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/ARules.glob</code></li>
<li>20 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Set/FinSet.v</code></li>
<li>20 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Vector/VecFilterPerm.glob</code></li>
<li>20 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/AInterpretation.glob</code></li>
<li>20 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/List/ListShrink.glob</code></li>
<li>20 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/HORPO/HorpoExNonTrans.glob</code></li>
<li>20 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/Lambda/LSimple.v</code></li>
<li>19 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Conversion/VTerm_of_ATerm.glob</code></li>
<li>19 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/DP/ADPUnif.glob</code></li>
<li>19 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/SimpleType/TermsActiveEnv.v</code></li>
<li>19 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/SN.v</code></li>
<li>19 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/DP/ASCCUnion.v</code></li>
<li>19 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/AMatching.v</code></li>
<li>18 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/AUnary.v</code></li>
<li>18 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/List/ListLex.glob</code></li>
<li>18 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/Lambda/LCompInt.v</code></li>
<li>18 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Algebra/SemiRing.v</code></li>
<li>18 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/SimpleType/TermsSubstConv.v</code></li>
<li>18 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/FGraph/TransClos.v</code></li>
<li>17 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/SimpleType/TermsPos.v</code></li>
<li>17 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Multiset/MultisetListOrder.v</code></li>
<li>17 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Multiset/MultisetCore.glob</code></li>
<li>17 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/Lexico.v</code></li>
<li>17 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Set/Ramsey.v</code></li>
<li>17 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/List/ListOccur.glob</code></li>
<li>17 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/AContext.v</code></li>
<li>16 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Filter/AFilterPerm.v</code></li>
<li>16 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Nat/NatUtil.v</code></li>
<li>16 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/Lambda/LCompSimple.v</code></li>
<li>16 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/List/SortUtil.glob</code></li>
<li>16 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/Varyadic/VContext.glob</code></li>
<li>16 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/ASignature.glob</code></li>
<li>15 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/DP/AHDE.glob</code></li>
<li>15 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/RelExtras.glob</code></li>
<li>15 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/Varyadic/VSignature.glob</code></li>
<li>15 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/ARenCap.v</code></li>
<li>15 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/String/Srs.glob</code></li>
<li>15 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/OrdUtil.glob</code></li>
<li>15 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/SCC_dec.glob</code></li>
<li>15 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/HORPO/HorpoWf.v</code></li>
<li>15 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/SimpleType/TermsDef.glob</code></li>
<li>15 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/DP/ADecomp.glob</code></li>
<li>15 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/DP/AGraph.glob</code></li>
<li>14 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/List/ListNodup.v</code></li>
<li>14 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/FSet/FSetUtil.v</code></li>
<li>14 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Logic/LogicUtil.glob</code></li>
<li>14 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/HORPO/HorpoComp.glob</code></li>
<li>14 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/Lambda/LCompRewrite.v</code></li>
<li>14 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Pair/PairLex.v</code></li>
<li>14 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/AWFMInterpretation.glob</code></li>
<li>14 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/AInfSeq.v</code></li>
<li>13 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/MannaNess/ARedPair.v</code></li>
<li>13 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/SimpleType/TermsEta.glob</code></li>
<li>13 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/MPO/VMpo.v</code></li>
<li>13 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Set/InfSet.glob</code></li>
<li>13 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/AReduct.v</code></li>
<li>13 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/SubtermCrit/ASimpleProj.glob</code></li>
<li>13 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/PolyInt/APolyInt_MA.glob</code></li>
<li>13 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/ACap.v</code></li>
<li>12 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/List/ListSort.vo</code></li>
<li>12 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/ADuplicateSymb.v</code></li>
<li>12 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/String/SReverse.glob</code></li>
<li>11 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/Preorder.vo</code></li>
<li>11 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/AVariables.v</code></li>
<li>11 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Nat/Log2.glob</code></li>
<li>11 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/ASubterm.glob</code></li>
<li>11 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Set/SetUtil.v</code></li>
<li>11 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Option/OptUtil.glob</code></li>
<li>11 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/AMonAlg.v</code></li>
<li>11 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Filter/AFilterBool.v</code></li>
<li>11 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Conversion/String_of_ATerm.v</code></li>
<li>11 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/Varyadic/VTrs.glob</code></li>
<li>11 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/SCCTopoOrdering.v</code></li>
<li>11 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/List/ListPermutation.v</code></li>
<li>11 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/MatrixInt/AMatrixInt.v</code></li>
<li>11 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/DP/ADPGraph.v</code></li>
<li>10 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Nat/BoundNat.v</code></li>
<li>10 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/GDomainBij.v</code></li>
<li>10 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/Path.v</code></li>
<li>10 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/AMorphism.v</code></li>
<li>10 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/MatrixInt/ABigMatrixInt.v</code></li>
<li>10 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Vector/VecOrd.v</code></li>
<li>10 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/SimpleType/TermsBuilding.glob</code></li>
<li>10 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/Lambda/LSystemT.v</code></li>
<li>10 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/AdjMat.v</code></li>
<li>10 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/PolyInt/APolyInt.v</code></li>
<li>10 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/DP/ADP.v</code></li>
<li>10 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/Tarski.v</code></li>
<li>9 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Vector/VecBool.glob</code></li>
<li>9 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/SimpleType/TermsTyping.v</code></li>
<li>9 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Conversion/ATerm_of_String.v</code></li>
<li>9 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/RelSub.glob</code></li>
<li>9 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Vector/VecArith.v</code></li>
<li>9 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Logic/ClassicUtil.glob</code></li>
<li>9 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/Lambda/LBeta.v</code></li>
<li>9 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Polynom/MonotonePolynom.v</code></li>
<li>9 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/Preorder.glob</code></li>
<li>9 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/Iter.v</code></li>
<li>8 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/MatrixInt/ATropicalBasedInt.v</code></li>
<li>8 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/NonTermin/SLoop.v</code></li>
<li>8 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/RPO/VRPO_Prover.glob</code></li>
<li>8 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/MatrixInt/AArcticBasedInt.v</code></li>
<li>8 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/APosition.v</code></li>
<li>8 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Function/FunUtil.glob</code></li>
<li>8 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/AShift.v</code></li>
<li>8 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/Lambda/LEta.v</code></li>
<li>8 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Filter/AProj.v</code></li>
<li>8 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/SemLab/AFlatCont.v</code></li>
<li>8 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/RelMidex.vo</code></li>
<li>8 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/ASN.v</code></li>
<li>8 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Multiset/MultisetList.v</code></li>
<li>8 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/NonTermin/AModLoop.v</code></li>
<li>8 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Polynom/Polynom.v</code></li>
<li>8 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/MatrixInt/ATropicalInt.v</code></li>
<li>8 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Function/NaryFunction.glob</code></li>
<li>8 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/SemLab/ARootLab.glob</code></li>
<li>8 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/SimpleType/TermsRed.v</code></li>
<li>8 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/SimpleType/TermsSig.vo</code></li>
<li>8 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/NonTermin/ALoop.v</code></li>
<li>8 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/NonTermin/SModLoop.v</code></li>
<li>8 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/RPO/VRPO_Type.v</code></li>
<li>7 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/RelMidex.glob</code></li>
<li>7 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/SCC.glob</code></li>
<li>7 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Nat/BigNUtil.glob</code></li>
<li>7 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/AccUtil.v</code></li>
<li>7 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/ADepRel.v</code></li>
<li>7 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/MatrixInt/AArcticInt.v</code></li>
<li>7 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/ProofChecker/IntBasedChecker.glob</code></li>
<li>7 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/RedLength.glob</code></li>
<li>7 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Integer/ZUtil.v</code></li>
<li>7 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/Cycle.glob</code></li>
<li>7 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/MonAlgChecker.v</code></li>
<li>7 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Vector/VecFilter.v</code></li>
<li>7 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/NotSN_IS.glob</code></li>
<li>7 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/HORPO/HorpoExMap.v</code></li>
<li>7 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/ACalls.v</code></li>
<li>7 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/ABinary.v</code></li>
<li>7 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/RelDec.v</code></li>
<li>7 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/ARelation.v</code></li>
<li>7 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/ACompat.v</code></li>
<li>7 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Conversion/AReverse.v</code></li>
<li>6 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Logic/LogicUtil.v</code></li>
<li>6 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Vector/VecMax.glob</code></li>
<li>6 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/RPO/VRPO_Status.v</code></li>
<li>6 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/List/ListLex.v</code></li>
<li>6 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/DP/ADecomp.v</code></li>
<li>6 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/MatrixInt/AArcticBZInt.v</code></li>
<li>6 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/ABterm.v</code></li>
<li>6 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/List/ListMax.glob</code></li>
<li>6 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Conversion/VTerm_of_ATerm.v</code></li>
<li>6 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/SimpleType/TermsDef.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Bool/BoolUtil.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/DP/ADPUnif.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/AInterpretation.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/List/ListDec.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/DP/AHDE.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/ARules.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/RPO/VRPO_Prover.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/RelExtras.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/NonTermin/AVarCond.glob</code></li>
<li>5 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/PolyInt/PolyChecker.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Polynom/PositivePolynom.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/Union.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/List/ListShrink.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Logic/EqUtil.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/Varyadic/VTerm.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Logic/DepChoicePrf.glob</code></li>
<li>5 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/RPO/VMPO.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/ATrsNorm.glob</code></li>
<li>5 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/DP/AGraph.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/HORPO/HorpoExNonTrans.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/List/ListOccur.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Nat/LeastNat.glob</code></li>
<li>4 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/List/SortUtil.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/MannaNess/AMannaNess.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/RPO/VLPO.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/Varyadic/VSignature.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/ASignature.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/OrdUtil.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/RPO/VPrecedence.glob</code></li>
<li>4 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Set/InfSet.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/String/Srs.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/Varyadic/VContext.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/SubtermCrit/ASimpleProj.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Pair/PairUtil.vo</code></li>
<li>4 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Integer/BigZUtil.glob</code></li>
<li>4 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/PolyInt/APolyInt_MA.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/HORPO/HorpoComp.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/ASubterm.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/ANotvar.glob</code></li>
<li>4 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Vector/VecFilterPerm.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/AWFMInterpretation.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/SimpleType/TermsSig.glob</code></li>
<li>3 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/Preorder.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/SimpleType/TermsBuilding.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/Varyadic/VSubstitution.glob</code></li>
<li>3 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Multiset/MultisetCore.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/Varyadic/VTrs.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Nat/Log2.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Function/FunUtil.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/ProofChecker/ProofChecker.glob</code></li>
<li>3 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/NotSN.glob</code></li>
<li>3 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/SCC_dec.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/ATrsNorm.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/String/SContext.glob</code></li>
<li>3 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Option/OptUtil.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/RelSub.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/SimpleType/TermsEta.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/String/SReverse.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Pair/PairUtil.glob</code></li>
<li>2 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/SimpleType/TermsSig.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Logic/ClassicUtil.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/SemLab/ARootLab.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Vector/VecBool.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/SCC.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Vector/VecMax.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/Cycle.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/ProofChecker/Problem.glob</code></li>
<li>2 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Nat/BigNUtil.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/List/ListMax.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/RPO/VPrecedence.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Logic/IotaUtil.glob</code></li>
<li>2 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/ProofChecker/IntBasedChecker.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/NotSN_IS.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/List/ListSort.glob</code></li>
<li>2 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Nat/LeastNat.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/NonTermin/AVarCond.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/RelMidex.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Function/NaryFunction.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/ProofChecker/EmptyChecker.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Logic/DepChoicePrf.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/RedLength.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Multiset/MultisetNat.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/ProofChecker/Proof.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/ProofChecker/ProofChecker.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/WithArity/ANotvar.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/ProofChecker/Proof.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Logic/DepChoice.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/String/SContext.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Integer/BigZUtil.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/Varyadic/VSubstitution.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/ProofChecker/Problem.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/ProofChecker/EmptyChecker.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Multiset/MultisetNat.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Pair/PairUtil.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Relation/NotSN.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/List/ListSort.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Logic/IotaUtil.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/SimpleType/Terms.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Term/SimpleType/Terms.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Logic/EpsilonUtil.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Logic/EpsilonUtil.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/CoLoR/Util/Logic/DepChoice.v</code></li>
</ul>
<h2>Uninstall ๐งน</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq-color.1.8.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐ฃ
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.10.2-2.0.6/released/8.12.2/color/1.8.0.html | HTML | mit | 85,741 |
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta, title, CSS, favicons, etc. -->
{% include header-cisco.html %}
</head>
<body class="{{ page.slug }}">
<a class="sr-only sr-only-focusable" href="#content">Skip to main content</a>
<div id="wrap">
{% include cisco-primaryNav.html %}
{% include userPnl.html %}
<!-- Begin page content -->
<div class="container" id="main">
<div class="row">
<div class="col-lg-2">
{% include calendar.html %}
</div>
<div class="col-lg-9">
{% include announcement.html %}
</div>
</div>
<div class="row">
<div class="col-lg-6 col-lg-pull-2 ">
{% include timeline.html %}
</div>
<div class="col-lg-6 col-lg-pull-1">
<!-- Page content of course! -->
{{ content }}
</div>
</div>
</div>
</div>
{% include r-stickPnl.html %}
{% include footer-cisco.html %}
</body>
</html>
| iamike/cisco-sxp.github.io | docs/_layouts/cisco-layout-b.html | HTML | mit | 1,051 |
<scri
<!DOCTYPE html>
<html lang="fr" itemscope="" itemtype="http://schema.org/Blog">
<head> <script>
if (window.parent !== window) {
if (typeof btoa !== "function") {
window.btoa = function (input) {
var str = String(input);
for (var block, charCode, idx = 0, map = chars, output = ''; str.charAt(idx | 0) || (map = '=', idx % 1); output += map.charAt(63 & block >> 8 - idx % 1 * 8)) {
charCode = str.charCodeAt(idx += 3/4)
block = block << 8 | charCode
}
return output
}
}
var re = /^(?:https?:)?(?:\/\/)?([^\/\?]+)/i
var res = re.exec(document.referrer)
var domain = res[1]
var forbidden = ["aGVsbG8ubGFuZA==","Y3Vpc2luZS5sYW5k","cmVjZXR0ZS5sYW5k","cmVjZXR0ZXMubGFuZA==",]
if (forbidden.indexOf(btoa(domain)) > -1) {
document.location = document.location.origin + "/system/noframed"
}
}
</script>
<link rel="stylesheet" href="//assets.over-blog-kiwi.com/b/blog/bundles/overblogblogblog/css/ob-style.css?v2.35.0.0" />
<link rel="stylesheet" href="//assets.over-blog-kiwi.com/b/blog/build/soundplayer.2940b52.css" />
<!-- Forked theme from id 60 - last modified : 2017-02-23T08:01:21+01:00 -->
<!-- shortcut:[Meta] -->
<!-- title -->
<!-- Title -->
<title>460 - Le Site dont vous รชtes le Hรฉros</title>
<!-- metas description, keyword, robots -->
<!-- Metas -->
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<meta name="author" content="" />
<meta property="og:site_name" content="Le Site dont vous êtes le Héros" />
<meta property="og:title" content="460 - Le Site dont vous êtes le Héros" />
<meta name="twitter:title" content="460 - Le Site dont vous êtes le Héros" />
<meta name="description" content="Pris de fureur destructrice, vous donnez de puissants coups d'épée dans le nid. Les corps blanchâtres éclatent littéralement sous vos assauts, et rapidement vous ne piétinez qu'un magma de chairs sanguinolentes. Aux cris vagissants des bébés fait place..." />
<meta property="og:description" content="Pris de fureur destructrice, vous donnez de puissants coups d'épée dans le nid. Les corps blanchâtres éclatent littéralement sous vos assauts, et rapidement vous ne piétinez qu'un magma de chairs sanguinolentes. Aux cris vagissants des bébés fait place..." />
<meta name="twitter:description" content="Pris de fureur destructrice, vous donnez de puissants coups d'épée dans le nid. Les corps blanchâtres éclatent littéralement sous vos assauts, et rapidement vous ne piétinez qu'un magma de chairs sanguinolentes...." />
<meta property="og:locale" content="fr_FR" />
<meta property="og:url" content="http://lesitedontvousetesleheros.overblog.com/460-2" />
<meta name="twitter:url" content="http://lesitedontvousetesleheros.overblog.com/460-2" />
<meta property="og:type" content="article" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@overblog" />
<meta name="twitter:creator" content="@" />
<meta property="fb:app_id" content="284865384904712" />
<!-- Robots -->
<meta name="robots" content="index,follow" />
<!-- RSS -->
<link rel="alternate" type="application/rss+xml" title="RSS" href="/rss" />
<!-- Analytics -->
<!-- shortcut:[Options] -->
</script>ll" group="shares" />
<!-- shortcut:[Includes] -->
<!-- favicon -->
<!-- Metas -->
<link rel="shortcut icon" type="image/x-icon" href="http://fdata.over-blog.net/99/00/00/01/img/favicon.ico" />
<link rel="icon" type="image/png" href="http://fdata.over-blog.net/99/00/00/01/img/favicon.png" />
<link rel="apple-touch-icon" href="http://fdata.over-blog.net/99/00/00/01/img/mobile-favicon.png" />
<!-- SEO -->
<!-- includes -->
<link rel="alternate" type="application/rss+xml" title="RSS" href="/rss" />
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link href='http://fonts.googleapis.com/css?family=PT+Sans+Caption:400,700' rel='stylesheet' type='text/css'>
<!-- Fonts -->
<link href='http://fonts.googleapis.com/css?family=Carter+One' rel='stylesheet' type='text/css'>
<!-- Fancybox -->
<link rel="stylesheet" type="text/css" href="http://assets.over-blog-kiwi.com/themes/jquery/fancybox/jquery.fancybox-1.3.4.css" media="screen" />
<style type="text/css">
/*** RESET ***/
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;} /* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
* {margin:0; padding:0;}
body {background-color: #000; color: #fff; font-family: 'PT Sans Caption', sans-serif; font-size: 12px;}
a {text-decoration: none;}
h1,
h2,
h3,
h4,
h5,
h6 { font-weight:normal;}
img {border:none;}
.box li {list-style:none;}
#cl_1_0 ul,
#cl_1_0 ol {margin-left: 0; padding-left: 25px;}
.visuallyhidden,
.ob-form-subscription label {
position: absolute;
overflow: hidden;
clip: rect(0 0 0 0);
height: 1px; width: 1px;
margin: -1px; padding: 0; border: 0;
}
/*** General ***/
.ln {clear: both;}
#ln_2 {padding-bottom: 20px;}
.cl {float:left;}
.clear {clear:both;}
.list-title {font-size: 24px; margin: 10px 0 10px 10px; text-shadow: 1px 1px 1px #000;}
/*** Structure ***/
#cl_0_0 {margin-bottom:0; width:100%;}
#cl_1_0 {display:inline; padding:0 12px 0 0; width:630px; }
#cl_1_1 {display:inline; padding:0; width:308px;}
#cl_2_0 {margin-top: 30px; width: 100%;}
#global {margin:0px auto; width:950px;}
.header {margin: 110px 0 20px; text-align:left;}
.avatar,
#top{
display: inline-block;
vertical-align: middle;
}
.avatar{
margin-right: 10px;
}
#top .title {font-family: Carter One, cusrive; font-size: 60px; left: 0; letter-spacing: 2px; line-height: 60px; text-shadow: 0 5px 5px #333; text-transform: uppercase;}
#top .description {font-family: Carter One, cusrive; font-size:60px; font-size: 20px; letter-spacing: 2px; text-shadow: 0 2px 1px #333;}
article {margin-bottom: 35px;}
/** Article **/
.article,
.page{
background: #141414;
background: rgba(20,20,20,0.9);
border: 2px solid #333;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
padding: 10px;
}
.noresult{
margin-bottom: 20px;
}
.beforeArticle {margin-bottom: 10px;}
.divTitreArticle .post-title,
.divPageTitle .post-title,
.special h3 {border-bottom: 1px solid; font-size: 30px; letter-spacing:2px; margin-bottom: 10px; padding-bottom:5px; word-wrap: break-word;}
.contenuArticle, .pageContent {padding-top:10px;}
.contenuArticle p,
.pageContent p .contenuArticle ol,
.contenuArticle ul {font-size: 14px; line-height: 22px; padding-bottom: 8px;}
.ob-repost {background: #222; border: 1px solid #2A2A2A; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-weight: bold; margin: 1em 0; text-align: center;}
.ob-repost p {font-size: 12px; line-height: normal; padding: 0;}
.ob-repost .ob-link {text-decoration: underline;}
/* Sections */
.ob-section-text,
.ob-section-images,
.ob-section-video,
.ob-section-audio,
.ob-section-quote,
.ob-secton-map {width: 600px;}
/* Medias */
.ob-video iframe,
.ob-video object,
.ob-section-images .ob-slideshow,
.ob-slideshow img, .ob-section-map .ob-map {
width: 600px;
}
.ob-video iframe{
border: 0;
}
.ob-video object {
max-height: 345px;
}
.ob-section-audio .obsoundplayer .obsoundplayername {
height: 31px;
width: 200px;
overflow: hidden;
}
/* Section texte */
.ob-text h3,
.ob-text h4,
.ob-text h5 {margin: 15px 0 5px;}
.ob-text h3 {font-size: 18px; line-height: 18px;}
.ob-text h4 {font-size: 16px; line-height: 16px;}
.ob-text h5 {font-size: 14px; font-weight: bold; line-height: 14px;}
.ob-text pre {width: 600px; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -webkit-pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; overflow: auto;}
/* Section image */
.ob-media-left {margin-right: 30px;}
.ob-media-right {margin-left: 30px; max-width: 100%;}
.ob-row-1-col img {width: 100%;}
.ob-row-2-col img {width: 50%; margin-top: 0; margin-bottom: 0;}
.ob-row-3-col img {width: 200px; margin-top: 0; margin-bottom: 0;}
/* Section map */
.ob-map div {color: #282924;}
/* Section HTML */
.ob-section-html iframe,
.ob-section-html embed,
.ob-section-html object {max-width: 100%;}
/* Section file */
.ob-section-file .ob-ctn {background: #222; border: none; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); display: block; max-width: 100%;}
.ob-section-file .ob-ctn a.ob-link,
.ob-section-file .ob-c a.ob-link:visited {color: #FFF; text-decoration: underline; max-width: 521px;}
.ob-section-file .ob-ctn a.ob-link:hover {color: #FFF; text-decoration: none;}
/* Section Quote */
.ob-section-quote {background: #222; border: none; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); margin-bottom: 20px; width: 100%;}
.ob-section-quote .ob-quote p {color: #FFF; min-height: 20px;}
.ob-section-quote .ob-quote p:before {color: #444; margin: 20px 0 0 -85px;}
.ob-section-quote .ob-quote p:after {color: #444; margin: 80px 0 0;}
.ob-section-quote p.ob-author,
.ob-section-quote p.ob-source {background: #444; font-size: 14px; font-style: italic; margin: 25px 0 0; max-height: 22px; max-width: 517px; overflow: hidden; padding-bottom: 0\9; position: relative; text-overflow: ellipsis; white-space: nowrap; z-index: 11;}
/* Section Link */
.ob-section-link .ob-ctn {background: #222; border: none; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);}
.ob-section-link .ob-media-left {margin: 0;}
.ob-section-link p.ob-url {background: #444; margin: 0; max-height: 20px; max-width: 395px;}
.ob-section-link p.ob-title {color: #FFF; margin-bottom: 0; margin-left: 20px;}
.ob-section-link p.ob-snippet {color: #FFF; margin-bottom: 10px; margin-left: 20px; margin-top: 0;}
.ob-section-link p.ob-title .ob-link {color: #FFF; max-height: 42px; overflow: hidden;}
.ob-section-link p.ob-snippet {margin-bottom: 35px; max-height: 40px; overflow: hidden;}
.ob-section-link .ob-img {float: left; width: 170px;}
.ob-section-link .ob-desc {margin-top: 5px;}
/* Description */
.contenuArticle .ob-desc {font-size: 13px; font-style: italic;}
/* twitter box */
.ob-section .twitter-tweet-rendered {max-width: 100% !important;}
.ob-section .twt-border {max-width: 100% !important;}
/* Share buttons */
.afterArticle {background: #141414; border: 2px solid #333; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; margin: 10px 0; -moz-opacity: 0.9; -webkit-opacity: 0.9; -o-opacity: 0.9; -ms-opacity: 0.9; opacity: 0.9; padding: 9px 13px 8px; position: relative; width: 600px; z-index: 1;/* iframe Facebook */}
.share h3,
.item-comments h3 {margin-bottom: 10px; font-size: 16px; line-height: 16px;}
.google-share,
.twitter-share,
.facebook-share,
.ob-share {float: left;}
.facebook-share {width: 105px;}
.ob-share {margin-top: -2px;}
.comment-number {-moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; display: block; float: right; font-weight: bold; line-height: 17px; padding: 2px 7px; text-align: center;}
.item-comments {
}
/* Contact */
.ob-contact .ob-form {margin-bottom: 80px;}
.ob-contact .ob-form-field {margin: 5px 0 0 80px;}
.ob-label {width: 20%; font-size: 14px;}
.ob-captcha .ob-input-text{
margin-left: 20%;
}
.ob-input-submit,
.ob-error {margin-left: 31%;}
.box-content .ob-input-submit,
.box-content .ob-error {margin-left: 20%;}
.ob-input-text,
.ob-input-email,
.ob-input-textarea {padding: 6px 0; border: 2px solid #333; -moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px;}
.ob-input-submit {-moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; display: block; font-weight: bold; line-height: 17px; margin-top: 5px; padding: 2px 7px; text-align: center;}
.ob-form + a {display: block; text-align: center;}
/** Sidebar **/
.box {background: #141414; border: 2px solid #333; margin-bottom:10px; -moz-opacity: 0.9; -webkit-opacity: 0.9; -o-opacity: 0.9; -ms-opacity: 0.9; opacity: 0.9; padding:10px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px;}
.box{/* ie6 hack */_background:#000;}
.box-titre h3 {border-bottom: 1px solid; font-family: Carter One; font-size: 20px; letter-spacing: 1px; margin-bottom: 10px; padding-bottom: 2px; text-shadow: 1px 1px 1px black; text-transform: uppercase;}
.box-content {font-size: 14px; line-height:18px;}
.box-content strong {font-weight:normal;}
.box-footer {display:none;}
/* Sidebar > About */
.profile .avatar {float: left; margin-right: 10px;}
.profile .avatar img {background: #333; -moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; -moz-opacity: 0.8; -webkit-opacity: 0.8; -o-opacity: 0.8; -ms-opacity: 0.8; opacity: 0.8; padding: 3px; -moz-transition: opacity 300ms; -webkit-transition: opacity 300ms; -o-transition: opacity 300ms; -ms-transition: opacity 300ms; transition: opacity 300ms;}
.profile .avatar img:hover {-moz-opacity: 1; -webkit-opacity: 1; -o-opacity: 1; -ms-opacity: 1; opacity: 1;}
.profile .blog-owner-nickname {font-style: italic; display: block; margin-top: 10px; text-align: right;}
/* Sidebar > Search */
.search form {position:relative;}
.search form input {border: 2px solid #333; -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; color: #676767; padding: 5px 0; width: 70%;}
.search form button {border: 0; -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; cursor: pointer; font-weight: bold; padding: 5px 0; width: 13%;}
/* Sidebar > Subscribe */
.ob-form-subscription .ob-form-field{
display: inline-block;
}
.ob-form-subscription .ob-form-field input{
width: 170px;
}
.ob-form-subscription .ob-input-submit{
display: inline-block;
margin:0;
}
/* Sidebar > Last Posts */
.last li {float: left;}
.last ul:hover img {-moz-opacity: 0.7; -webkit-opacity: 0.7; -o-opacity: 0.7; -ms-opacity: 0.7; opacity: 0.7; -moz-transition: opacity 300ms; -webkit-transition: opacity 300ms; -o-transition: opacity 300ms; -ms-transition: opacity 300ms; transition: opacity 300ms;}
.last ul img {background: #333; -moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; margin-bottom: 5px; -moz-transition: opacity 300ms; -webkit-transition: opacity 300ms; -o-transition: opacity 300ms; -ms-transition: opacity 300ms; transition: opacity 300ms;}
.last li.left img {margin-right: 8px;}
.last ul img:hover {-moz-opacity: 1; -webkit-opacity: 1; -o-opacity: 1; -ms-opacity: 1; opacity: 1; -moz-transition: opacity 300ms; -webkit-transition: opacity 300ms; -o-transition: opacity 300ms; -ms-transition: opacity 300ms; transition: opacity 300ms;}
/* Sidebar > Tags */
.tags li {
border-bottom: 1px solid #222;
margin: 10px 0;
padding: 10px 0;
word-wrap:break-word;
}
.tags li a {font-size: 16px;}
.tags .number {-moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; float: right; font-weight: bold; line-height: 17px; margin-top: -2px; padding: 2px 7px; text-align: center;}
/* Sidebar > Follow me */
.follow li {-moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; display: block; float: left; height: 83px; text-indent: -9999999%; width: 83px;}
.follow li a {background: url("http://assets.over-blog-kiwi.com/themes/5/images/follow-me.png") no-repeat; display: block; height: 100%; width: 100%;}
.follow .facebook-follow {margin-right: 10px;}
.follow .facebook-follow:hover {background: #3b5999; border-color: #3b5999;}
.follow .facebook-follow a {background-position: center 18px;}
.follow .twitter-follow {margin-right: 10px;}
.follow .twitter-follow:hover {background: #04bff2; border-color: #04bff2;}
.follow .twitter-follow a {background-position: center -74px;}
.follow .rss-follow:hover {background: #ff8604; border-color: #ff8604;}
.follow .rss-follow a {background-position: center -166px;}
/* Sidebar > Archives */
.plustext {font-size: 16px;}
.arch_month {margin-left: 20px;}
.arch_month li {border-bottom: 1px solid #222; margin: 10px 0; padding: 10px 0;}
.archives .number {-moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; float: right; font-weight: bold; line-height: 17px; margin-top: -2px; padding: 2px 7px; text-align: center;}
.share > div{
float:left;
height:20px;
margin-right:28px;
}
.share .google-share{
margin-right: 0;
}
.share iframe{
border:none;
width:100px;
}
/** Pagination **/
.pagination {
margin: 30px auto 20px; width: 600px;
font-size: 14px; padding: 2px 0;
}
.pagination a {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
float: right;
line-height: 17px;
margin-top: -2px;
padding: 2px 7px;
text-align: center;
text-transform: uppercase;
}
.pagination .previous {float: left;}
.pagination .next {float: right;}
.ob-pagination{
margin: 20px 0;
text-align: center;
}
.ob-page{
display: inline-block;
margin: 0 1px;
padding: 2px 7px;
}
.ob-page-link{
border-radius: 4px;
}
/** Credits **/
.credits {display: block; margin: 20px 0; text-align: center; text-shadow: 1px 1px 1px #000;}
/**************
** ob-footer **
**************/
.ob-footer{
padding-bottom: 10px;
}
body.withDisplay{
background-position: 50% 68px;
}
#cl_1_1 .ads{
margin-bottom: 10px;
padding: 2px;
-moz-opacity: 0.9;
-webkit-opacity: 0.9;
-o-opacity: 0.9;
-ms-opacity: 0.9;
opacity: 0.9;
}
.ads{
background: #141414;
border: 2px solid #333;
border-radius: 2px;
margin: 0 auto;
}
.ads-600x250{
padding: 10px;
text-align: center;
}
.ads-728x90{
height: 90px;
width: 728px;
}
.ads-468x60{
height: 60px;
width: 468px;
}
.ads-468x60 + .before_articles,
.afterArticle + .ads-468x60{
margin-top:35px;
}
.ads-300x250{
height: 250px;
width: 300px;
}
.ads-600x250 div{
float: left;
}
.ads-300{
text-align: center;
}
/*****************
** Top articles **
*****************/
.ob-top-posts h2{
font-size: 35px;
}
.ob-top-article{
margin-bottom: 20px;
}
.ob-top-article h3{
line-height: normal;
}
/*** Themes ***/
/** JUNGLE **/
/* BACKGROUND */
body {background-image: url("http://img.over-blog-kiwi.com/0/24/52/97/201311/ob_5cf972_lesitedontvousetesleheros.jpg"); background-attachment: fixed; background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;background-repeat: no-repeat;}
/* TOP */
#top .title a,
#top .title a:visited {color: #9bb1c5;}
#top .title a:hover,
#top .description {color: #fff;}
/* POSTS */
.beforeArticle .tags a,
.beforeArticle .tags a:visited {color: #9bb1c5;}
.beforeArticle .tags a:hover {color: #fff;}
.post-title,
.special h3 {border-bottom-color: #1e3249;}
.post-title a,
.post-title a:visited,
.special h3,
.ob-text h3,
.ob-text h4,
.ob-text h5 {color: #9bb1c5;}
.post-title a:hover {color: #fff;}
.contenuArticle a,
.contenuArticle a:visited,
.readmore a {color: #9bb1c5;}
.contenuArticle a:hover,
.readmore a:hover {color: #fff;}
/* Section file */
.ob-section-file .ob-ctn a.ob-link,
.ob-section-file .ob-c a.ob-link:visited,
.ob-section-file .ob-ctn a.ob-link:hover {color: #9bb1c5;}
/* Section Quote */
.ob-section-quote p.ob-author,
.ob-section-quote p.ob-source,
.ob-section-quote p.ob-author .ob-link,
.ob-section-quote p.ob-author .ob-link:visited,
.ob-section-quote p.ob-source .ob-link,
.ob-section-quote p.ob-source .ob-link:visited {color: #9bb1c5;}
.ob-section-quote p.ob-author:hover,
.ob-section-quote p.ob-source:hover,
.ob-section-quote p.ob-author .ob-link:hover,
.ob-section-quote p.ob-source .ob-link:hover {color: #fff;}
/* Section Link */
.ob-section-link p.ob-url ,
.ob-section-link p.ob-url .ob-link,
.ob-section-link p.ob-url .ob-link,
.ob-section-link p.ob-url .ob-link {color: #9bb1c5;}
.ob-section-link p.ob-url .ob-link:hover {color: #fff;}
/* SIDEBAR */
.box-titre h3 {border-bottom-color: #254870; color: #fff;}
.box-content strong {color:#bebebe;}
.box-content a,
.box-content a:visited,
.ob-footer a,
.ob-footer a:visited{color: #9bb1c5;}
.box-content a:hover,
.ob-footer a:hover{color: #fff;}
.archives .number,
.box-content form button,
.comment-number,
.follow li,
.ob-input-submit,
.pagination a,
.ob-page-link,
.tags .number {
background: #2e5fa4; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJlNWZhNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iIzIyNDA2ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top, #2e5fa4 0%, #22406d 65%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2e5fa4), color-stop(65%,#22406d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #2e5fa4 0%,#22406d 65%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #2e5fa4 0%,#22406d 65%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #2e5fa4 0%,#22406d 65%); /* IE10+ */
background: linear-gradient(to bottom, #2e5fa4 0%,#22406d 65%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e5fa4', endColorstr='#22406d',GradientType=0 ); /* IE6-8 */
border: 1px solid #2d5eab; color: #fff; text-shadow: 1px 1px 1px #141414;}
.box-content form button:active,
.comment-number:active,
.ob-input-submit:active,
.pagination a:active,
.ob-page-link:active{background: #22406d; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzNSUiIHN0b3AtY29sb3I9IiMyMjQwNmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMmU1ZmE0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top, #22406d 35%, #2e5fa4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(35%,#22406d), color-stop(100%,#2e5fa4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #22406d 35%,#2e5fa4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #22406d 35%,#2e5fa4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #22406d 35%,#2e5fa4 100%); /* IE10+ */
background: linear-gradient(to bottom, #22406d 35%,#2e5fa4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22406d', endColorstr='#2e5fa4',GradientType=0 ); /* IE6-8 */
}
.blog-owner-nickname {color: #254870;}
/* CREDITS */
.credits a,
.credits a:visited {color: #fff;}
.credits a:hover {color: #9bb1c5;}
</style>
<script src="//assets.over-blog-kiwi.com/b/blog/bundles/overblogblogblog/js/ads.js?v2.35.0.0"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-5354236-47', {
cookieDomain: 'lesitedontvousetesleheros.overblog.com',
cookieExpires: 31536000,
name: 'ob',
allowLinker: true
});
ga('ob.require', 'displayfeatures');
ga('ob.require', 'linkid', 'linkid.js');
ga('ob.set', 'anonymizeIp', true);
ga('ob.set', 'dimension1', '__ads_loaded__' in window ? '1' : '0');
ga('ob.set', 'dimension2', 'fr');
ga('ob.set', 'dimension3', 'BS');
ga('ob.set', 'dimension4', 'literature-comics-poetry');
ga('ob.set', 'dimension5', '1');
ga('ob.set', 'dimension6', '0');
ga('ob.set', 'dimension7', '0');
ga('ob.set', 'dimension10', '245297');
ga('ob.set', 'dimension11', '1');
ga('ob.set', 'dimension12', '1');
ga('ob.set', 'dimension13', '1');
ga('ob.send', 'pageview');
</script>
<script>
var obconnected = 0
var obconnectedblog = 0
var obtimestamp = 0
function isConnected(connected, connected_owner, timestamp) {
obconnected = connected
obconnectedblog = connected_owner
obtimestamp = timestamp
if (obconnected) {
document.querySelector('html').className += ' ob-connected'
}
if (obconnectedblog) {
document.querySelector('html').className += ' ob-connected-blog'
}
}
</script>
<script src="//connect.over-blog.com/ping/245297/isConnected"></script>
<script src="//assets.over-blog-kiwi.com/b/blog/bundles/overblogblogblog/js/h.js?v2.35.0.0"></script>
<script src="//assets.over-blog-kiwi.com/b/blog/bundles/overblogblogblog/js/repost.js?v2.35.0.0"></script>
<script src="//assets.over-blog-kiwi.com/b/blog/bundles/overblogblogblog/js/slideshow.js?v2.35.0.0"></script>
<script src="//assets.over-blog-kiwi.com/b/blog/build/soundplayer.2940b52.js"></script>
<script>
var OB = OB || {};
OB.isPost = true;
</script>
<script src="//assets.over-blog-kiwi.com/blog/js/index.js?v2.35.0.0"></script>
<script src="https://assets.over-blog-kiwi.com/ads/js/appconsent.bundle.min.js"></script>
<!-- DFP -->
<script>
var googletag = googletag || {};
googletag.cmd = googletag.cmd || [];
(function() {
var useSSL = 'https:' == document.location.protocol;
var gads = document.createElement('script');
var node = document.getElementsByTagName('script')[0];
gads.async = true;
gads.type = 'text/javascript';
gads.src = (useSSL ? 'https:' : 'http:') + '//www.googletagservices.com/tag/js/gpt.js';
node.parentNode.insertBefore(gads, node);
})();
</script>
<!-- DFP -->
<script>
googletag.cmd.push(function() {
googletag.defineSlot('/6783/OverBlogKiwi/fr/245297_lesitedontvousetesleheros.overblog.com', [728,90], '_d064698')
.set('adsense_background_color','#111111')
.set('adsense_border_color','#111111')
.set('adsense_text_color','#9bb1c5')
.set('adsense_link_color','#ffffff')
.set('adsense_url_color','#9bb1c5')
.addService(googletag.pubads());
});
googletag.cmd.push(function() {
googletag.defineSlot('/6783/OverBlogKiwi/fr/245297_lesitedontvousetesleheros.overblog.com', [300,250], '_c084a08')
.set('adsense_background_color','#111111')
.set('adsense_border_color','#111111')
.set('adsense_text_color','#9bb1c5')
.set('adsense_link_color','#ffffff')
.set('adsense_url_color','#9bb1c5')
.addService(googletag.pubads());
});
googletag.cmd.push(function() {
googletag.defineSlot('/6783/OverBlogKiwi/fr/245297_lesitedontvousetesleheros.overblog.com', [300,250], '_2695307')
.set('adsense_background_color','#111111')
.set('adsense_border_color','#111111')
.set('adsense_text_color','#9bb1c5')
.set('adsense_link_color','#ffffff')
.set('adsense_url_color','#9bb1c5')
.addService(googletag.pubads());
});
googletag.cmd.push(function() {
googletag.defineSlot('/6783/OverBlogKiwi/fr/245297_lesitedontvousetesleheros.overblog.com', [[300,250],[300,600]], '_94c0d7b')
.set('adsense_background_color','#111111')
.set('adsense_border_color','#111111')
.set('adsense_text_color','#9bb1c5')
.set('adsense_link_color','#ffffff')
.set('adsense_url_color','#9bb1c5')
.addService(googletag.pubads());
});
googletag.cmd.push(function() {
googletag.defineOutOfPageSlot('/6783/OverBlogKiwi/fr/245297_lesitedontvousetesleheros.overblog.com', '_dc7ecf4')
.setTargeting('Slot', 'interstitial')
.setTargeting('Sliding', 'Both')
.addService(googletag.pubads());
});
googletag.cmd.push(function() {
googletag.defineOutOfPageSlot('/6783/OverBlogKiwi/fr/245297_lesitedontvousetesleheros.overblog.com', '_214f019')
.setTargeting('Slot', 'pop')
.addService(googletag.pubads());
});
</script>
<script src="//assets.over-blog-kiwi.com/b/blog/bundles/overblogpdafront/prebid.js?v2.35.0.0" async></script>
<script>
googletag.cmd.push(function() {
googletag.pubads().disableInitialLoad();
});
function sendAdserverRequest() {
if (pbjs.adserverRequestSent) return;
pbjs.adserverRequestSent = true;
googletag.cmd.push(function() {
pbjs.que.push(function() {
pbjs.setTargetingForGPTAsync();
googletag.pubads().refresh();
});
});
}
var PREBID_TIMEOUT = 2000;
var pbjs = pbjs || {};
pbjs.que = pbjs.que || [];
pbjs.que.push(function() {
pbjs.enableAnalytics({
provider: 'ga',
options: {
global: 'ga',
enableDistribution: false,
sampling: 0.01
}
});
pbjs.setConfig({
userSync: {
enabledBidders: ['rubicon'],
iframeEnabled: false
} ,
consentManagement: {
cmpApi: 'iab',
timeout: 2500,
allowAuctionWithoutConsent: true
}
});
pbjs.bidderSettings = {
standard: {
adserverTargeting: [{
key: "hb_bidder",
val: function(bidResponse) {
return bidResponse.bidderCode;
}
}, {
key: "hb_adid",
val: function(bidResponse) {
return bidResponse.adId;
}
}, {
key: "custom_bid_price",
val: function(bidResponse) {
var cpm = bidResponse.cpm;
if (cpm < 1.00) {
return (Math.floor(cpm * 20) / 20).toFixed(2);
} else if (cpm < 5.00) {
return (Math.floor(cpm * 10) / 10).toFixed(2);
} else if (cpm < 10.00) {
return (Math.floor(cpm * 5) / 5).toFixed(2);
} else if (cpm < 20.00) {
return (Math.floor(cpm * 2) / 2).toFixed(2);
} else if (cpm < 50.00) {
return (Math.floor(cpm * 1) / 1).toFixed(2);
} else if (cpm < 100.00) {
return (Math.floor(cpm * 0.2) / 0.2).toFixed(2);
} else if (cpm < 300.00) {
return (Math.floor(cpm * 0.04) / 0.04).toFixed(2);
} else {
return '300.00';
}
}
}]
}
};
});
setTimeout(sendAdserverRequest, PREBID_TIMEOUT);
</script>
<script>
pbjs.que.push(function() {
var adUnits = [];
adUnits.push({
code: '_d064698',
sizes: [[728,90]],
bids: [
{
bidder: 'appnexusAst',
params: {
placementId: 6542403,
},
},
{
bidder: 'rubicon',
params: {
accountId: 16072,
siteId: 119536,
zoneId: 775434,
},
},
]
})
adUnits.push({
code: '_c084a08',
sizes: [[300,250]],
bids: [
{
bidder: 'appnexusAst',
params: {
placementId: 6531816,
},
},
{
bidder: 'rubicon',
params: {
accountId: 16072,
siteId: 119536,
zoneId: 775488,
},
},
]
})
adUnits.push({
code: '_2695307',
sizes: [[300,250]],
bids: [
{
bidder: 'appnexusAst',
params: {
placementId: 6531817,
},
},
{
bidder: 'rubicon',
params: {
accountId: 16072,
siteId: 119536,
zoneId: 775490,
},
},
]
})
adUnits.push({
code: '_94c0d7b',
sizes: [[300,250],[300,600]],
bids: [
{
bidder: 'appnexusAst',
params: {
placementId: 6542408,
},
},
{
bidder: 'rubicon',
params: {
accountId: 16072,
siteId: 119536,
zoneId: 775484,
},
},
]
})
pbjs.addAdUnits(adUnits);
pbjs.requestBids({
bidsBackHandler: function(bidResponses) {
sendAdserverRequest();
}
});
});
</script>
<script>
try {
googletag.cmd.push(function() {
// DFP Global Targeting
googletag.pubads().setTargeting('Rating', 'BS');
googletag.pubads().setTargeting('Disused', 'Yes');
googletag.pubads().setTargeting('Adult', 'No');
googletag.pubads().setTargeting('Category', 'literature-comics-poetry');
googletag.pubads().enableSingleRequest();
googletag.pubads().collapseEmptyDivs();
googletag.enableServices();
});
}
catch(e) {}
</script>
<!-- DFP -->
<script>
var _eStat_Whap_loaded=0;
</script>
<script src="//w.estat.com/js/whap.js"></script>
<script>
if(_eStat_Whap_loaded) {
eStatWhap.serial("800000207013");
eStatWhap.send();
}
</script>
<script src="https://cdn.tradelab.fr/tag/208269514b.js" async></script>
</head>
<body class="withDisplay" >
<div class="ob-ShareBar ob-ShareBar--dark js-ob-ShareBar">
<div class="ob-ShareBar-container ob-ShareBar-container--left">
<a href="https://www.over-blog.com" class="ob-ShareBar-branding">
<img class="ob-ShareBar-brandingImg" src="//assets.over-blog-kiwi.com/b/blog/bundles/overblogblogblog/images/shareicon-branding-ob--dark.png?v2.35.0.0" alt="Overblog">
</a>
</div>
<div class="ob-ShareBar-container ob-ShareBar-container--right">
<a href="#" data-href="https://www.facebook.com/sharer/sharer.php?u={referer}" title=" facebook"="FACEBOOK"|trans }}"" class="ob-ShareBar-share ob-ShareBar-share--facebook"></a>
<a href="#" data-href="https://twitter.com/intent/tweet?url={referer}&text={title}" title=" twitter"="TWITTER"|trans }}"" class="ob-ShareBar-share ob-ShareBar-share--twitter"></a>
<a href="#" data-href="#" title=" pinterest"="PINTEREST"|trans }}"" class="ob-ShareBar-share ob-ShareBar-share--pinterest js-ob-ShareBar-share--pinterest"></a>
<form action="/search" method="post" accept-charset="utf-8" class="ob-ShareBar-search">
<input type="text" name="q" value="" class="ob-ShareBar-input" placeholder="Rechercher">
<button class="ob-ShareBar-submit"></button>
</form>
<a href="https://admin.over-blog.com/write/8843615?blog=245297" class="ob-ShareBar-edit ob-ShareBar--connected-blog">
<span>Editer l'article</span>
</a>
<a class="js-ob-ShareBar-follow ob-ShareBar--connected ob-ShareBar-follow" href="https://admin.over-blog.com/_follow/245297" target="_blank" rel="nofollow">
Suivre ce blog
</a>
<a href="https://admin.over-blog.com/" class="ob-ShareBar-admin ob-ShareBar--connected">
<img src="//assets.over-blog-kiwi.com/b/blog/bundles/overblogblogblog/images/lock-alt-dark.svg?v2.35.0.0" class="ob-ShareBar-lock">
<span>Administration</span>
</a>
<a href="https://connect.over-blog.com/fr/login" class="ob-ShareBar-login ob-ShareBar--notconnected">
<img src="//assets.over-blog-kiwi.com/b/blog/bundles/overblogblogblog/images/lock-alt-dark.svg?v2.35.0.0" class="ob-ShareBar-lock">
<span>Connexion</span>
</a>
<a href="https://connect.over-blog.com/fr/signup" class="ob-ShareBar-create ob-ShareBar--notconnected">
<span class="ob-ShareBar-plus">+</span>
<span>Crรฉer mon blog</span>
</a>
<span class="ob-ShareBar-toggle ob-ShareBar-toggle--hide js-ob-ShareBar-toggle"></span>
</div>
</div>
<div class="ob-ShareBar ob-ShareBar--minified js-ob-ShareBar--minified">
<div class="ob-ShareBar-container">
<span class="ob-ShareBar-toggle ob-ShareBar-toggle--show js-ob-ShareBar-toggle"></span>
</div>
</div>
<script src="//assets.over-blog-kiwi.com/b/blog/bundles/overblogblogblog/js/sharebar.js?v2.35.0.0"></script>
<script>
var postTitle = "460"
socialShare(document.querySelector('.ob-ShareBar-share--facebook'), postTitle)
socialShare(document.querySelector('.ob-ShareBar-share--twitter'), postTitle)
</script> <!-- Init Facebook script -->
<div id="fb-root"></div>
<div class="ads ads-728x90">
<div id='_d064698'><script>
try {
if (!window.__d064698) {
window.__d064698 = true;
googletag.cmd.push(function() { googletag.display('_d064698'); });
}
} catch(e) {}
</script></div> </div>
<div id="global">
<div id="ln_0" class="ln">
<div id="cl_0_0" class="cl">
<div class="column_content">
<div class="header">
<div id="top">
<h1 class="title">
<a href="http://lesitedontvousetesleheros.overblog.com" class="topLien" title="Lecture des livres dont vous êtes le héros">Le Site dont vous รชtes le Hรฉros</a>
</h1>
<p class="description">Lecture des livres dont vous êtes le héros</p>
</div>
</div>
</div>
</div>
<div class="clear"></div>
</div>
<div id="ln_1" class="ln">
<div id="cl_1_0" class="cl">
<div class="column_content">
<div>
<!-- Title -->
<!-- list posts -->
<article>
<div class="article">
<div class="option beforeArticle">
<div class="date">
Publiรฉ le
<time datetime="2013-01-08T19:36:17+01:00">8 Janvier 2013</time>
</div>
<span class="tags">
</span>
</div>
<div class="divTitreArticle">
<h2 class="post-title">
<a href="http://lesitedontvousetesleheros.overblog.com/460-2" class="titreArticle" title="Pris de fureur destructrice, vous donnez de puissants coups d'รฉpรฉe dans le nid. Les corps blanchรขtres รฉclatent littรฉralement sous vos assauts, et rapidement vous ne piรฉtinez qu'un magma de chairs sanguinolentes. Aux cris vagissants des bรฉbรฉs fait place...">
460
</a>
</h2>
</div>
<div class="contenuArticle">
<div class="ob-sections">
<div class="ob-section ob-section-text">
<div class="ob-text">
<p>Pris de fureur destructrice, vous donnez de puissants coups d'รฉpรฉe dans le nid. Les corps blanchรขtres รฉclatent littรฉralement sous vos assauts, et rapidement vous ne piรฉtinez qu'un magma de chairs sanguinolentes. Aux cris vagissants des bรฉbรฉs fait place un profond silence... que trouble un bruit de cliquetis osseux et de frottement prolongรฉ. <a href="http://lesitedontvousetesleheros.overblog.com/307-1">Le bruit gagne en intensitรฉ et avance vers vous.</a></p>
</div>
</div>
</div>
</div>
<div class="clear"></div>
</div>
<div class="clear"></div>
<!-- Share buttons + comments -->
<div class="afterArticle">
<div class="clear"></div>
<!-- Pagination -->
<div class="pagination clearfix">
<a href="http://lesitedontvousetesleheros.overblog.com/459-5" title="459" class="previous">โ 459</a>
<a href="http://lesitedontvousetesleheros.overblog.com/461-6" title="461" class="next">461 โ</a>
</div>
<!-- Comments -->
</div>
</article>
</div>
<div class="ads ads-600x250 clearfix">
<div id='_c084a08'><script>
try {
if (!window.__c084a08) {
window.__c084a08 = true;
googletag.cmd.push(function() { googletag.display('_c084a08'); });
}
} catch(e) {}
</script></div> <div id='_2695307'><script>
try {
if (!window.__2695307) {
window.__2695307 = true;
googletag.cmd.push(function() { googletag.display('_2695307'); });
}
} catch(e) {}
</script></div> </div>
<!-- Pagination -->
</div>
</div>
<div id="cl_1_1" class="cl">
<div class="column_content">
<div class="box freeModule">
<div class="box-titre">
<h3><span></span></h3>
</div>
<div class="box-content">
<div><script src="http://h1.flashvortex.com/display.php?id=2_1391984427_52721_435_0_468_60_8_1_13" type="text/javascript"></script></div>
</div>
</div>
<!-- Search -->
<div class="ads ads-300">
<div id='_94c0d7b'><script>
try {
if (!window.__94c0d7b) {
window.__94c0d7b = true;
googletag.cmd.push(function() { googletag.display('_94c0d7b'); });
}
} catch(e) {}
</script></div> </div>
<!-- Navigation -->
<div class="box blogroll">
<div class="box-titre">
<h3>
<span>Liens</span>
</h3>
</div>
<div class="box-content">
<ul class="list">
<li>
<a href="http://www.lesitedontvousetesleheros.fr/liste-des-series" target="_blank">
LISTE DES SERIES
</a>
</li>
<li>
<a href="http://www.lesitedontvousetesleheros.fr/2017/02/autres-livres-dont-vous-etes-le-heros-chez-divers-editeurs.html" target="_blank">
AUTRES LIVRES DONT VOUS ETES LE HEROS
</a>
</li>
</ul>
</div>
</div>
<p class="credits">
Hรฉbergรฉ par <a href="http://www.over-blog.com" target="_blank">Overblog</a>
</p>
</div>
</div>
<div class="clear"></div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script src="http://assets.over-blog-kiwi.com/themes/jquery/fancybox/jquery.fancybox-1.3.4.pack.js"></script>
<script>
$(document).ready(function() {
// Fancybox
$(".ob-section-images a, .ob-link-img").attr("rel", "fancybox");
$("a[rel=fancybox]").fancybox({
'overlayShow' : true,
'transitionIn' : 'fadin',
'transitionOut' : 'fadin',
'type' : 'image'
});
});
// Twitter share + tweets
!function(d,s,id){
var js, fjs = d.getElementsByTagName(s)[0];
if(!d.getElementById(id)){
js = d.createElement(s);
js.id = id;
js.src = "//platform.twitter.com/widgets.js";
fjs.parentNode.insertBefore(js,fjs);
}
}(document,"script","twitter-wjs");
// Google + button
window.___gcfg = {lang: 'fr'};
(function() {
var po = document.createElement('script');
po.type = 'text/javascript';
po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(po, s);
})();
</script>
<script src="//assets.over-blog-kiwi.com/b/blog/bundles/overblogblogblog/js/print.js?v2.35.0.0"></script>
<script>
var postTitle = "460"
printPost(postTitle)
</script>
<div class="ob-footer" id="legals" >
<ul>
<li class="ob-footer-item"><a href="https://www.over-blog.com/" target="_blank">Crรฉer un blog gratuit sur Overblog</a></li>
<li class="ob-footer-item"><a href="/top">Top articles</a></li>
<li class="ob-footer-item"><a href="/contact">Contact</a></li>
<li class="ob-footer-item"><a href="https://www.over-blog.com/abuse/245297"> Signaler un abus </a></li>
<li class="ob-footer-item"><a href="https://www.over-blog.com/terms-of-use" target="_blank">C.G.U.</a></li>
<li class="ob-footer-item"><a href="https://www.over-blog.com/features/earn-money.html" target="_blank">Rรฉmunรฉration en droits d'auteur</a></li>
<li class="ob-footer-item"><a href="https://www.over-blog.com/features/premium.html" target="_blank">Offre Premium</a></li>
<li class="ob-footer-item"><a href="https://www.over-blog.com/cookies" target="_blank">Cookies et donnรฉes personnelles</a></li>
</ul>
</div>
<div id='_dc7ecf4'><script>
googletag.cmd.push(function() { googletag.display('_dc7ecf4'); });
</script></div><div id='_214f019'><script>
googletag.cmd.push(function() { googletag.display('_214f019'); });
</script></div>
<!-- End Google Tag Manager -->
<script>
dataLayer = [{
'category' : 'Literature, Comics & Poetry',
'rating' : 'BS',
'unused' : 'Yes',
'adult' : 'No',
'pda' : 'No',
'hasAds' : 'Yes',
'lang' : 'fr',
'adblock' : '__ads_loaded__' in window ? 'No' : 'Yes'
}];
</script>
<!-- Google Tag Manager -->
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-KJ6B85"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>
googletag.cmd.push(function() {
(function(w,d,s,l,i){
w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});
var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';
j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-KJ6B85');
});
</script>
<!-- Begin comScore Tag -->
<script>
var _comscore = _comscore || [];
_comscore.push({ c1: "2", c2: "6035191" });
(function() {
var s = document.createElement("script"), el = document.getElementsByTagName("script")[0]; s.async = true;
s.src = (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js";
el.parentNode.insertBefore(s, el);
})();
</script>
<noscript>
<img src="http://b.scorecardresearch.com/p?c1=2&c2=6035191&cv=2.0&cj=1" />
</noscript>
<!-- End comScore Tag -->
<!-- Begin Mediamรฉtrie Tag -->
<script>
function _eStat_Whap_loaded_func(){
eStatWhap.serial("800000207013");
eStatWhap.send();
}
(function() {
var myscript = document.createElement('script');
myscript.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'w.estat.com/js/whap.js';
myscript.setAttribute('async', 'true');
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(myscript, s);
})();
</script>
<!-- End Mediamรฉtrie Tag -->
<script>
(function() {
var alreadyAccept = getCookie('wbCookieNotifier');
if(alreadyAccept != 1) showWbCookieNotifier();
window.closeWbCookieNotifier = function() {
setCookie('wbCookieNotifier', 1, 730);
window.document.getElementById("ob-cookies").style.display = "none";
}
function showWbCookieNotifier(){
var el = document.createElement("div");
var bo = document.body;
el.id = "ob-cookies";
el.className = "__wads_no_click ob-cookies";
var p = document.createElement("p");
p.className = "ob-cookies-content";
p.innerHTML = "En poursuivant votre navigation sur ce site, vous acceptez l'utilisation de cookies. Ces derniers assurent le bon fonctionnement de nos services, d'outils d'analyse et lโaffichage de publicitรฉs pertinentes. <a class='ob-cookies-link' href='https://www.over-blog.com/cookies' target='_blank'>En savoir plus et agir</a> sur les cookies. <span class='ob-cookies-button' onclick='closeWbCookieNotifier()'>J'accepte</span>"
document.body.appendChild(el); el.appendChild(p);
window.wbCookieNotifier = el;
}
function setCookie(e,t,n,d){var r=new Date;r.setDate(r.getDate()+n);var i=escape(t)+(n==null?"":"; expires="+r.toUTCString())+(d==null?"":"; domain="+d)+";path=/";document.cookie=e+"="+i}
function getCookie(e){var t,n,r,i=document.cookie.split(";");for(t=0;t<i.length;t++){n=i[t].substr(0,i[t].indexOf("="));r=i[t].substr(i[t].indexOf("=")+1);n=n.replace(/^\s+|\s+$/g,"");if(n==e){return unescape(r)}}}
})();
</script>
</body>
</html>
| czuger/haute_tension | work/raw_data/pretre_jean_forteresse_alamuth/7f27057c2640f3ba3a50caa0f11b4ca7000aec9fb9b59c3daa443683f940ee29.html | HTML | mit | 65,799 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>square-matrices: Not compatible ๐ผ</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.14.0 / square-matrices - 8.6.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">ยซ Up</a>
<h1>
square-matrices
<small>
8.6.0
<span class="label label-info">Not compatible ๐ผ</span>
</small>
</h1>
<p>๐
<em><script>document.write(moment("2021-12-17 13:03:57 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-17 13:03:57 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.0 Formal proof management system
dune 2.9.1 Fast, portable, and opinionated build system
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.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/square-matrices"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/SquareMatrices"]
depends: [
"ocaml"
"coq" {>= "8.6" & < "8.7~"}
]
tags: [ "keyword: exponentiation" "keyword: vectors" "keyword: matrices" "keyword: polymorphic recursion" "keyword: nested datatypes" "category: Mathematics/Algebra" ]
authors: [ "Jean-Christophe Filliรขtre" ]
bug-reports: "https://github.com/coq-contribs/square-matrices/issues"
dev-repo: "git+https://github.com/coq-contribs/square-matrices.git"
synopsis: "From Fast Exponentiation to Square Matrices"
description: """
This development is a formalization of Chris Okasaki's article
``From Fast Exponentiation to Square Matrices: An Adventure in Types''"""
flags: light-uninstall
url {
src:
"https://github.com/coq-contribs/square-matrices/archive/v8.6.0.tar.gz"
checksum: "md5=bb9f13979dbe764afff08adb3e72d98d"
}
</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-square-matrices.8.6.0 coq.8.14.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.14.0).
The following dependencies couldn't be met:
- coq-square-matrices -> coq < 8.7~ -> ocaml < 4.06.0
base of this switch (use `--unlock-base' to force)
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-square-matrices.8.6.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install ๐</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall ๐งน</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐ฃ
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.08.1-2.0.5/released/8.14.0/square-matrices/8.6.0.html | HTML | mit | 7,093 |
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>NgxTeximate</title>
<base href="https://murhafsousli.github.io/ngx-teximate/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="styles.ae1b1a050bb1b195c0f3.css"></head>
<body>
<app-root></app-root>
<script type="text/javascript" src="runtime.ec2944dd8b20ec099bf3.js"></script><script type="text/javascript" src="polyfills.c6871e56cb80756a5498.js"></script><script type="text/javascript" src="main.b41cb6fc53db0518aa5b.js"></script></body>
</html>
| MurhafSousli/ng-teximate | docs/index.html | HTML | mit | 820 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>buchberger: Not compatible ๐ผ</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.5.0~camlp4 / buchberger - 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>
buchberger
<small>
8.8.0
<span class="label label-info">Not compatible ๐ผ</span>
</small>
</h1>
<p>๐
<em><script>document.write(moment("2022-03-05 14:29:34 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-05 14:29:34 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-ocamlbuild base OCamlbuild binary and libraries distributed with the OCaml compiler
base-threads base
base-unix base
camlp4 4.02+7 Camlp4 is a system for writing extensible parsers for programming languages
conf-findutils 1 Virtual package relying on findutils
conf-which 1 Virtual package relying on which
coq 8.5.0~camlp4 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.02.3 The OCaml compiler (virtual package)
ocaml-base-compiler 4.02.3 Official 4.02.3 release
ocaml-config 1 OCaml Switch Configuration
ocamlbuild 0 Build system distributed with the OCaml compiler since OCaml 3.10.0
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/buchberger"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Buchberger"]
depends: [
"ocaml"
"coq" {>= "8.8" & < "8.9~"}
]
tags: [ "keyword: Grobner basis" "keyword: polynomial ideal" "keyword: Buchberger's algorithm" "category: Mathematics/Algebra" "category: Miscellaneous/Extracted Programs/Combinatorics" "date: 1998" ]
authors: [ "Laurent Thรฉry" "Henrik Persson" ]
bug-reports: "https://github.com/coq-contribs/buchberger/issues"
dev-repo: "git+https://github.com/coq-contribs/buchberger.git"
synopsis: "Proof of Buchberger's algorithm"
description: """
A machine-checked implementation of Buchberger's.
It computes the Grobner basis associated to a
polynomial ideal."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/buchberger/archive/v8.8.0.tar.gz"
checksum: "md5=0bb5bd5bbba3357a215bab19b5786f3e"
}
</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-buchberger.8.8.0 coq.8.5.0~camlp4</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.5.0~camlp4).
The following dependencies couldn't be met:
- coq-buchberger -> coq >= 8.8 -> ocaml >= 4.05.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-buchberger.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>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.02.3-2.0.6/released/8.5.0~camlp4/buchberger/8.8.0.html | HTML | mit | 7,397 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>hardware: 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 / hardware - 8.10.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">ยซ Up</a>
<h1>
hardware
<small>
8.10.0
<span class="label label-info">Not compatible ๐ผ</span>
</small>
</h1>
<p>๐
<em><script>document.write(moment("2021-12-14 22:10:28 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-14 22:10:28 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.03.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.03.0 Official 4.03.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/hardware"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Hardware"]
depends: [
"ocaml"
"coq" {>= "8.10" & < "8.11~"}
]
tags: [
"keyword: hardware verification"
"keyword: comparator circuit"
"category: Computer Science/Architecture"
"category: Miscellaneous/Extracted Programs/Hardware"
]
authors: [
"Solange Coupet-Grimal & Line Jakubiec"
]
bug-reports: "https://github.com/coq-contribs/hardware/issues"
dev-repo: "git+https://github.com/coq-contribs/hardware.git"
synopsis: "Verification and synthesis of hardware linear arithmetic structures"
description: """
Verification and synthesis of hardware linear arithmetic
structures. Example of a left-to-right comparator.
Three approaches are tackled :
- the usual verification of a circuit, consisting in proving that the
description satisfies the specification,
- the synthesis of a circuit from its specification using the Coq extractor,
- the same approach as above but using the Program tactic."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/hardware/archive/v8.10.0.tar.gz"
checksum: "md5=bc21aceb0c787bf1e321debeef025cf2"
}
</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-hardware.8.10.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-hardware -> coq >= 8.10 -> ocaml >= 4.05.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-hardware.8.10.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install ๐</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall ๐งน</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐ฃ
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.03.0-2.0.5/released/8.6.1/hardware/8.10.0.html | HTML | mit | 7,329 |
<table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="flayoutclass"><div class="flayoutclass_first"><table class="tableoutfmt2"><tr><th class="std1"><b>ๆข็ฎ </b></th><td class="std2">็ๆไธปไบบ</td></tr>
<tr><th class="std1"><b>ๆณจ้ณ </b></th><td class="std2">ใใ <sup class="subfont">ห</sup>ใใใฅใใใจ<sup class="subfont">ห</sup>ใใใฃ<sup class="subfont">ห</sup></td></tr>
<tr><th class="std1"><b>ๆผข่ชๆผ้ณ </b></th><td class="std2"><font class="english_word">dร o zฤng zhว rรฉn</font></td></tr>
<tr><th class="std1"><b>้็พฉ </b></th><td class="std2">็่ณๆๆจ็ฉไธปๅฐๅทฑ่จญ็ซ้ฒ็ฆฆ๏ผไปฅ่ดไธ่ฝ็ฒๅพ่ฒก็ฉใๅพๅณไปฅๆญคๆฏๅปๅงฆ้ช่
ๆจๆจๆญฃ็ด็ไบบใๅทฆๅณหๆๅ
ฌๅไบๅนด๏ผ<img src=/cydic/dicword/fa40.gif border=0 alt=* class=fontimg valign=center>ๅไผฏๅฎๆฏๆ๏ผๅ
ถๅฆปๅฟ
ๆไนๆฐ๏ผ<img src=/cydic/dicword/fa42.gif border=0 alt=* class=fontimg valign=center>็ๆไธปไบบ๏ผๆฐๆกๅ
ถไธ๏ผๅญๅฅฝ็ด่จ๏ผๅฟ
ๅๆผ้ฃใ<img src=/cydic/dicword/fa43.gif border=0 alt=* class=fontimg valign=center><img src=/cydic/dicword/fa41.gif border=0 alt=* class=fontimg valign=center>ๅพๆผขๆธหๅทไบๅๅห้ฆฌๆดๅณ๏ผ<img src=/cydic/dicword/fa40.gif border=0 alt=* class=fontimg valign=center>่ๅ่ชๆพๅงฆๅฟ๏ผ็ๆไธปไบบ๏ผๆจๆฏไนๆ
๏ผ้ๆญธๆผ่ฃใ<img src=/cydic/dicword/fa41.gif border=0 alt=* class=fontimg valign=center>ไบฆไฝ<img src=/cydic/dicword/fa40.gif border=0 alt=* class=fontimg valign=center>็ๆจไธปไบบ<img src=/cydic/dicword/fa41.gif border=0 alt=* class=fontimg valign=center>ใ</td></tr>
<tr><th class="std1"><b><font class="fltypefont">้้</font> </b></th><td class="std2">ไฟฎ่จๆฌๅ่่ณๆ</td></tr>
</td></tr></table></div> <!-- flayoutclass_first --><div class="flayoutclass_second"></div> <!-- flayoutclass_second --></div> <!-- flayoutclass --></td></tr></table>
| BuzzAcademy/idioms-moe-unformatted-data | all-data/12000-12999/12831-22.html | HTML | mit | 2,044 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>function-ninjas: 1 m 28 s ๐</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / extra-dev</a></li>
<li class="active"><a href="">dev / function-ninjas - 1.0.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">ยซ Up</a>
<h1>
function-ninjas
<small>
1.0.0
<span class="label label-success">1 m 28 s ๐</span>
</small>
</h1>
<p>๐
<em><script>document.write(moment("2022-01-20 06:05:22 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-20 06:05:22 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 dev Formal proof management system
dune 2.9.1 Fast, portable, and opinionated build system
ocaml 4.10.2 The OCaml compiler (virtual package)
ocaml-base-compiler 4.10.2 Official release 4.10.2
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: "dev@clarus.me"
homepage: "https://github.com/clarus/coq-function-ninjas"
dev-repo: "git+https://github.com/clarus/coq-function-ninjas.git"
bug-reports: "https://github.com/clarus/coq-function-ninjas/issues"
authors: ["Guillaume Claret"]
license: "MIT"
build: [
["./configure.sh"]
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/FunctionNinjas"]
depends: [
"ocaml"
"coq" {>= "8.4pl4"}
]
synopsis: "Simple functional combinators"
flags: light-uninstall
url {
src: "https://github.com/clarus/coq-function-ninjas/archive/1.0.0.tar.gz"
checksum: "md5=fbdd292f94c143b5393ad0d2e67a2766"
}
</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-function-ninjas.1.0.0 coq.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-function-ninjas.1.0.0 coq.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>1 m 6 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-function-ninjas.1.0.0 coq.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>1 m 28 s</dd>
</dl>
<h2>Installation size</h2>
<p>Total: 3 K</p>
<ul>
<li>3 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/FunctionNinjas/All.vo</code></li>
<li>1 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/FunctionNinjas/All.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/FunctionNinjas/All.v</code></li>
</ul>
<h2>Uninstall ๐งน</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq-function-ninjas.1.0.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐ฃ
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.10.2-2.0.6/extra-dev/dev/function-ninjas/1.0.0.html | HTML | mit | 6,802 |
<!doctype html>
<html>
<head>
<title>Learning JQuery</title>
<meta charset="utf-8" />
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<script type="text/javascript" src="lib/jquery-1.11.2.min.js"></script>
</head>
<body>
<button id="textCreator">Create something out of nothing!</button>
<div id="emptyDiv"></div>
<script type="text/javascript">
//It is possible to get the latest version of jquery
if(typeof jQuery !== "undefined") {
alert("Uhuuuu!");
} else {
alert(":(");
}
document.getElementById("textCreator").onclick=function() {
document.getElementById("emptyDiv").innerHTML="<ul><li>Cat</li><li>Dog</li></ul>";
}
</script>
</body>
</html>
| gustavo7lagoas/webDevExperiment | 04-JQuery/index.html | HTML | mit | 877 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>iris-heap-lang: 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.2 / iris-heap-lang - 3.5.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">ยซ Up</a>
<h1>
iris-heap-lang
<small>
3.5.0
<span class="label label-info">Not compatible ๐ผ</span>
</small>
</h1>
<p>๐
<em><script>document.write(moment("2022-01-20 08:18:01 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-20 08:18:01 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.2 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.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "Ralf Jung <jung@mpi-sws.org>"
authors: "The Iris Team"
license: "BSD-3-Clause"
homepage: "https://iris-project.org/"
bug-reports: "https://gitlab.mpi-sws.org/iris/iris/issues"
dev-repo: "git+https://gitlab.mpi-sws.org/iris/iris.git"
synopsis: "The canonical example language for Iris"
description: """
This package defines HeapLang, a concurrent lambda calculus with references, and
uses Iris to build a program logic for HeapLang programs.
"""
tags: [
"date:2021-11-05"
"logpath:iris.heap_lang"
]
depends: [
"coq-iris" {= version}
]
build: ["./make-package" "iris_heap_lang" "-j%{jobs}%"]
install: ["./make-package" "iris_heap_lang" "install"]
url {
src:
"https://gitlab.mpi-sws.org/iris/iris/-/archive/iris-3.5.0.tar.gz"
checksum:
"sha512=a9b7485d020e31863f33dd50d4bdafdc7584c56647126b868aff5546453f10a61c7b4a8f68dbb35269a1888083f72066c5dd50480afa5a2bf069681464f5b44a"
}
</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-iris-heap-lang.3.5.0 coq.8.7.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.2).
The following dependencies couldn't be met:
- coq-iris-heap-lang -> coq-iris >= 3.5.0 -> coq >= 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-iris-heap-lang.3.5.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install ๐</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall ๐งน</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐ฃ
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.08.1-2.0.5/released/8.7.2/iris-heap-lang/3.5.0.html | HTML | mit | 6,934 |
<div class="row home-wrap app-body ">
<p>This is a simple chat app build with <a href="https://angularjs.org/">AngularJS</a> and <a href="http://firebase.com">Firebase</a></p>
<p>Now, let create and start a 1-1 chat!</p>
<button class="btn-create" ng-click="createChatRoom()">Create</button>
<p><br/><br/>
Made by Thach Nguyen (<a href="https://github.com/thachnuida">@thachnuida</a>)
</div>
| thachnuida/simple-chat-app-angularjs-firebase | app/home/home.html | HTML | mit | 405 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ipc: Not compatible ๐ผ</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.5.2 / ipc - 8.9.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">ยซ Up</a>
<h1>
ipc
<small>
8.9.0
<span class="label label-info">Not compatible ๐ผ</span>
</small>
</h1>
<p>๐
<em><script>document.write(moment("2022-03-05 04:46:21 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-05 04:46:21 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 2 Virtual package relying on perl
coq 8.5.2 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.05.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.05.0 Official 4.05.0 release
ocaml-config 1 OCaml Switch Configuration
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/ipc"
license: "Unknown"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/IPC"]
depends: [
"ocaml"
"coq" {>= "8.9" & < "8.10~"}
]
tags: [
"keyword: intuitionistic logic"
"keyword: proof search"
"keyword: proof-as-programs"
"keyword: correct-by-construction"
"keyword: program verification"
"keyword: program extraction"
"category: Mathematics/Logic/Foundations"
"category: Computer Science/Decision Procedures and Certified Algorithms/Decision procedures"
"category: Miscellaneous/Extracted Programs/Decision procedures"
]
authors: [
"Klaus Weich"
]
bug-reports: "https://github.com/coq-contribs/ipc/issues"
dev-repo: "git+https://github.com/coq-contribs/ipc.git"
synopsis: "Intuitionistic Propositional Checker"
description: """
This development treats proof search in intuitionistic propositional logic,
a fragment of any constructive type theory. We present new and more
efficient decision procedures for intuitionistic propositional
logic. They themselves are given by (non-formal) constructive proofs.
We take one of them to demonstrate that constructive type theory can
be used in practice to develop a real, efficient, but error-free proof
searcher. This was done by formally proving the decidability of
intuitionistic propositional logic in Coq; the proof searcher was
automatically extracted."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/ipc/archive/v8.9.0.tar.gz"
checksum: "md5=35b4abedfaee8b077b4edd60ceaacc8a"
}
</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-ipc.8.9.0 coq.8.5.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.5.2).
The following dependencies couldn't be met:
- coq-ipc -> coq >= 8.9
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-ipc.8.9.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install ๐</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall ๐งน</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐ฃ
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.05.0-2.0.1/released/8.5.2/ipc/8.9.0.html | HTML | mit | 7,624 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>hierarchy-builder: 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.1 / hierarchy-builder - 0.10.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">ยซ Up</a>
<h1>
hierarchy-builder
<small>
0.10.0
<span class="label label-info">Not compatible ๐ผ</span>
</small>
</h1>
<p>๐
<em><script>document.write(moment("2021-10-27 08:55:36 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-27 08:55:36 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.10.1 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.09.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.09.1 Official release 4.09.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "Enrico Tassi <enrico.tassi@inria.fr>"
authors: [ "Cyril Cohen" "Kazuhiko Sakaguchi" "Enrico Tassi" ]
license: "MIT"
homepage: "https://github.com/math-comp/hierarchy-builder"
bug-reports: "https://github.com/math-comp/hierarchy-builder/issues"
dev-repo: "git+https://github.com/math-comp/hierarchy-builder"
build: [ make ]
install: [ make "install" "VFILES=structures.v" ]
depends: [
"coq-elpi" {>= "1.5.0" & < "1.6.0~"}
]
synopsis: "Hierarchy Builder"
description: """
High level commands to declare and evolve a hierarchy based on packed classes.
"""
url {
src: "https://github.com/math-comp/hierarchy-builder/archive/v0.10.0.tar.gz"
checksum: "sha256=170ad371db025ddf7750235ce9cad45755482930adb751739e1bc13b4c77f858"
}</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-hierarchy-builder.0.10.0 coq.8.10.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.10.1).
The following dependencies couldn't be met:
- coq-hierarchy-builder -> coq-elpi >= 1.5.0 -> coq >= 8.11
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-hierarchy-builder.0.10.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install ๐</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall ๐งน</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐ฃ
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.09.1-2.0.6/released/8.10.1/hierarchy-builder/0.10.0.html | HTML | mit | 6,629 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
<title>Judges (ASV)</title>
<link href="../../../build/mobile.css" rel="stylesheet" />
<script src="../../../build/mobile.js"></script>
</head>
<body dir="ltr" class="division-index">
<div class="header"><div class="nav">
<span class="name">Judges</span>
<a class="home" href="index.html">☰</a>
</div></div>
<ul class="section-list">
<li><a href="JG1.html">Judges 1</a></li>
<li><a href="JG2.html">Judges 2</a></li>
<li><a href="JG3.html">Judges 3</a></li>
<li><a href="JG4.html">Judges 4</a></li>
<li><a href="JG5.html">Judges 5</a></li>
<li><a href="JG6.html">Judges 6</a></li>
<li><a href="JG7.html">Judges 7</a></li>
<li><a href="JG8.html">Judges 8</a></li>
<li><a href="JG9.html">Judges 9</a></li>
<li><a href="JG10.html">Judges 10</a></li>
<li><a href="JG11.html">Judges 11</a></li>
<li><a href="JG12.html">Judges 12</a></li>
<li><a href="JG13.html">Judges 13</a></li>
<li><a href="JG14.html">Judges 14</a></li>
<li><a href="JG15.html">Judges 15</a></li>
<li><a href="JG16.html">Judges 16</a></li>
<li><a href="JG17.html">Judges 17</a></li>
<li><a href="JG18.html">Judges 18</a></li>
<li><a href="JG19.html">Judges 19</a></li>
<li><a href="JG20.html">Judges 20</a></li>
<li><a href="JG21.html">Judges 21</a></li>
</ul>
</body>
</html> | khangpng/VietnameseBible | app/content/texts/eng_asv/JG.html | HTML | mit | 1,392 |
<!-- HTML header for doxygen 1.8.8-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- For Mobile Devices -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta name="generator" content="Doxygen 1.8.9.1"/>
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<title>Traffic Assignment frameworK (TAsK): Member List</title>
<!--<link href="tabs.css" rel="stylesheet" type="text/css"/>-->
<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" />
<link href="customdoxygen.css" rel="stylesheet" type="text/css"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
<script type="text/javascript" src="doxy-boot.js"></script>
</head>
<body>
<nav class="navbar navbar-default" role="navigation">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand">Traffic Assignment frameworK (TAsK) </a>
</div>
</div>
</nav>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div class="content" id="content">
<div class="container">
<div class="row">
<div class="col-sm-12 panel panel-default" style="padding-bottom: 15px;">
<div style="margin-bottom: 15px;">
<!-- 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="pages.html"><span>Related Pages</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>
<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><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">LinkFncContainer Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="classLinkFncContainer.html">LinkFncContainer</a>, including all inherited members.</p>
<table class="directory">
<tr class="even"><td class="entry"><a class="el" href="classLinkFncContainer.html#a237905eb9558d22c2ca9715bbe904d88">begin</a>()</td><td class="entry"><a class="el" href="classLinkFncContainer.html">LinkFncContainer</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classLinkFncContainer.html#aa4d4dd09cbe627e4f00646575837b159">end</a>()</td><td class="entry"><a class="el" href="classLinkFncContainer.html">LinkFncContainer</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classLinkFncContainer.html#aab3dcf58ce2328bd71cd9c9b5ec6dc31">getLinkFnc</a>(int index)</td><td class="entry"><a class="el" href="classLinkFncContainer.html">LinkFncContainer</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>LinkFncContainer</b>(StarNetwork *net) (defined in <a class="el" href="classLinkFncContainer.html">LinkFncContainer</a>)</td><td class="entry"><a class="el" href="classLinkFncContainer.html">LinkFncContainer</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>links_</b> (defined in <a class="el" href="classLinkFncContainer.html">LinkFncContainer</a>)</td><td class="entry"><a class="el" href="classLinkFncContainer.html">LinkFncContainer</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>~LinkFncContainer</b>() (defined in <a class="el" href="classLinkFncContainer.html">LinkFncContainer</a>)</td><td class="entry"><a class="el" href="classLinkFncContainer.html">LinkFncContainer</a></td><td class="entry"></td></tr>
</table></div><!-- contents -->
<!-- HTML footer for doxygen 1.8.8-->
<!-- start footer part -->
</div>
</div>
</div>
</div>
</div>
<hr class="footer"/><address class="footer"><small>
Generated on Tue Mar 10 2015 15:45:14 for Traffic Assignment frameworK (TAsK) 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>
| olga-perederieieva/TAsK | vendor/Docs/classLinkFncContainer-members.html | HTML | mit | 6,898 |
<!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>simodbus::DlgConfiger Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { searchBox.OnSelectItem(0); });
</script>
</head>
<body>
<div id="top"><!-- do not remove this div! -->
<!-- Generated by Doxygen 1.7.6.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 class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark"> </span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark"> </span>Functions</a></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"><b>simodbus</b> </li>
<li class="navelem"><a class="el" href="classsimodbus_1_1DlgConfiger.html">DlgConfiger</a> </li>
</ul>
</div>
</div>
<div class="header">
<div class="summary">
<a href="#pub-attribs">Public Attributes</a> |
<a href="#pro-methods">Protected Member Functions</a> </div>
<div class="headertitle">
<div class="title">simodbus::DlgConfiger Class Reference</div> </div>
</div><!--header-->
<div class="contents">
<!-- doxytag: class="simodbus::DlgConfiger" -->
<p>Summary for <a class="el" href="classsimodbus_1_1DlgConfiger.html" title="Summary for DlgConfiger.">DlgConfiger</a>.
<a href="classsimodbus_1_1DlgConfiger.html#details">More...</a></p>
<p><code>#include <<a class="el" href="DlgConfiger_8h_source.html">DlgConfiger.h</a>></code></p>
<p><a href="classsimodbus_1_1DlgConfiger-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="anchor" id="a5226a0a15f2f67e7f9305b03d0d2c167"></a><!-- doxytag: member="simodbus::DlgConfiger::Slave" ref="a5226a0a15f2f67e7f9305b03d0d2c167" args="" -->
System::Windows::Forms::RadioButton </td><td class="memItemRight" valign="bottom"><b>Slave</b></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a2672b6b0729f59e9619e68de65ecf9d4"></a><!-- doxytag: member="simodbus::DlgConfiger::TCPradioButton" ref="a2672b6b0729f59e9619e68de65ecf9d4" args="" -->
System::Windows::Forms::RadioButton </td><td class="memItemRight" valign="bottom"><b>TCPradioButton</b></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a6bb797cbcd2f9bb30838922a5ae61e77"></a><!-- doxytag: member="simodbus::DlgConfiger::COMPort" ref="a6bb797cbcd2f9bb30838922a5ae61e77" args="" -->
System::Windows::Forms::TextBox </td><td class="memItemRight" valign="bottom"><b>COMPort</b></td></tr>
<tr><td colspan="2"><h2><a name="pro-methods"></a>
Protected Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ad3191deb0aeead1d2f7c7c87853852c4"></a><!-- doxytag: member="simodbus::DlgConfiger::~DlgConfiger" ref="ad3191deb0aeead1d2f7c7c87853852c4" args="()" -->
 </td><td class="memItemRight" valign="bottom"><a class="el" href="classsimodbus_1_1DlgConfiger.html#ad3191deb0aeead1d2f7c7c87853852c4">~DlgConfiger</a> ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Clean up any resources being used. <br/></td></tr>
</table>
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock"><p>Summary for <a class="el" href="classsimodbus_1_1DlgConfiger.html" title="Summary for DlgConfiger.">DlgConfiger</a>. </p>
<p>WARNING: If you change the name of this class, you will need to change the 'Resource File Name' property for the managed resource compiler tool associated with all .resx files this class depends on. Otherwise, the designers will not be able to interact properly with localized resources associated with this form. </p>
</div><hr/>The documentation for this class was generated from the following file:<ul>
<li>C:/Users/James/Documents/code/github/simodbus/<a class="el" href="DlgConfiger_8h_source.html">DlgConfiger.h</a></li>
</ul>
</div><!-- contents -->
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark"> </span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark"> </span>Functions</a></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>
<hr class="footer"/><address class="footer"><small>
Generated on Tue Apr 16 2013 08:28:54 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>
| JamesBremner/simodbus | doc/html/classsimodbus_1_1DlgConfiger.html | HTML | mit | 7,849 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>firing-squad: 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.11.1 / firing-squad - 8.10.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">ยซ Up</a>
<h1>
firing-squad
<small>
8.10.0
<span class="label label-info">Not compatible ๐ผ</span>
</small>
</h1>
<p>๐
<em><script>document.write(moment("2022-02-09 07:07:27 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-09 07:07: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.1 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.11.2 The OCaml compiler (virtual package)
ocaml-base-compiler 4.11.2 Official release 4.11.2
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.3 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/firing-squad"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/FiringSquad"]
depends: [
"ocaml" {< "4.09"}
"coq" {>= "8.10" & < "8.11~"}
]
tags: [
"keyword: concurrency"
"keyword: synchronization"
"keyword: finite-state machines"
"category: Computer Science/Concurrent Systems and Protocols/Correctness of specific protocols"
"category: Miscellaneous/Extracted Programs/Automata and protocols"
]
authors: [
"Jean Duprat"
]
bug-reports: "https://github.com/coq-contribs/firing-squad/issues"
dev-repo: "git+https://github.com/coq-contribs/firing-squad.git"
synopsis: "Firing Squad Synchronization Problem"
description: """
This contribution is a formal verification of a solution
of the firing squad synchronization problem."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/firing-squad/archive/v8.10.0.tar.gz"
checksum: "md5=ab11dc3c82b3748ee5aeb30df6344693"
}
</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-firing-squad.8.10.0 coq.8.11.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.11.1).
The following dependencies couldn't be met:
- coq-firing-squad -> ocaml < 4.09
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-firing-squad.8.10.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install ๐</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall ๐งน</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐ฃ
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.11.2-2.0.7/released/8.11.1/firing-squad/8.10.0.html | HTML | mit | 6,924 |
<!DOCTYPE html>
<html lang="en-gb" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Overlay component - UIkit documentation</title>
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon-precomposed" href="images/apple-touch-icon.png">
<link id="data-uikit-theme" rel="stylesheet" href="css/uikit.docs.min.css">
<link rel="stylesheet" href="css/docs.css">
<link rel="stylesheet" href="../vendor/highlight/highlight.css">
<script src="../vendor/jquery.js"></script>
<script src="../dist/js/uikit.min.js"></script>
<script src="../vendor/highlight/highlight.js"></script>
<script src="js/docs.js"></script>
</head>
<body class="tm-background">
<nav class="tm-navbar uk-navbar uk-navbar-attached">
<div class="uk-container uk-container-center">
<a class="uk-navbar-brand uk-hidden-small" href="../index.html"><img class="uk-margin uk-margin-remove" src="images/logo_uikit.svg" width="90" height="30" title="UIkit" alt="UIkit"></a>
<ul class="uk-navbar-nav uk-hidden-small">
<li><a href="documentation_get-started.html">Get Started</a></li>
<li class="uk-active"><a href="components.html">Components</a></li>
<li><a href="addons.html">Add-ons</a></li>
<li><a href="customizer.html">Customizer</a></li>
</ul>
<a href="#tm-offcanvas" class="uk-navbar-toggle uk-visible-small" data-uk-offcanvas></a>
<div class="uk-navbar-brand uk-navbar-center uk-visible-small"><img src="images/logo_uikit.svg" width="90" height="30" title="UIkit" alt="UIkit"></div>
</div>
</nav>
<div class="tm-middle">
<div class="uk-container uk-container-center">
<div class="uk-grid" data-uk-grid-margin>
<div class="tm-sidebar uk-width-medium-1-4 uk-hidden-small">
<ul class="tm-nav uk-nav" data-uk-nav>
<li class="uk-nav-header">Defaults</li>
<li><a href="normalize.html">Normalize</a></li>
<li><a href="base.html">Base</a></li>
<li><a href="print.html">Print</a></li>
<li class="uk-nav-header">Layout</li>
<li><a href="grid.html">Grid</a></li>
<li><a href="panel.html">Panel</a></li>
<li><a href="article.html">Article</a></li>
<li><a href="comment.html">Comment</a></li>
<li><a href="utility.html">Utility</a></li>
<li class="uk-nav-header">Navigations</li>
<li><a href="nav.html">Nav</a></li>
<li><a href="navbar.html">Navbar</a></li>
<li><a href="subnav.html">Subnav</a></li>
<li><a href="breadcrumb.html">Breadcrumb</a></li>
<li><a href="pagination.html">Pagination</a></li>
<li><a href="tab.html">Tab</a></li>
<li class="uk-nav-header">Elements</li>
<li><a href="list.html">List</a></li>
<li><a href="description-list.html">Description list</a></li>
<li><a href="table.html">Table</a></li>
<li><a href="form.html">Form</a></li>
<li class="uk-nav-header">Common</li>
<li><a href="button.html">Button</a></li>
<li><a href="icon.html">Icon</a></li>
<li><a href="close.html">Close</a></li>
<li><a href="badge.html">Badge</a></li>
<li><a href="alert.html">Alert</a></li>
<li><a href="thumbnail.html">Thumbnail</a></li>
<li class="uk-active"><a href="overlay.html">Overlay</a></li>
<li><a href="progress.html">Progress</a></li>
<li><a href="search.html">Search</a></li>
<li><a href="text.html">Text</a></li>
<li><a href="animation.html">Animation</a></li>
<li class="uk-nav-header">JavaScript</li>
<li><a href="dropdown.html">Dropdown</a></li>
<li><a href="modal.html">Modal</a></li>
<li><a href="offcanvas.html">Off-canvas</a></li>
<li><a href="switcher.html">Switcher</a></li>
<li><a href="toggle.html">Toggle</a></li>
<li><a href="scrollspy.html">Scrollspy</a></li>
<li><a href="smooth-scroll.html">Smooth scroll</a></li>
</ul>
</div>
<div class="tm-main uk-width-medium-3-4">
<article class="uk-article">
<h1 class="uk-article-title">Overlay</h1>
<p class="uk-article-lead">Create an image overlay, which comes in different styles.</p>
<h2>Usage</h2>
<p>This component can be applied to an image, an anchor or text. Just add the <code>.uk-overlay</code> to a container element and the <code>.uk-overlay-area</code> class to a <code><div></code> to create the overlay itself.</p>
<h3 class="tm-article-subtitle">Example</h3>
<div class="uk-margin">
<div class="uk-overlay">
<img src="http://placekitten.com/200/100" alt="">
<div class="uk-overlay-area"></div>
</div>
<a class="uk-overlay" href="#">
<img src="http://placekitten.com/200/100" alt="">
<div class="uk-overlay-area"></div>
</a>
</div>
<h3 class="tm-article-subtitle">Markup</h3>
<pre><code><!-- This is a div with an overlay -->
<div class="uk-overlay">
<img src="" alt="">
<div class="uk-overlay-area"></div>
</div>
<!-- This is an anchor with an overlay -->
<a class="uk-overlay" href="">
<img src="" alt="">
<div class="uk-overlay-area"></div>
</a></code></pre>
<hr class="uk-article-divider">
<h2>Overlay toggle</h2>
<p>To toggle the overlay by hovering the area around it, like a caption for example, just add the <code>.uk-overlay-toggle</code> class.</p>
<h3 class="tm-article-subtitle">Example</h3>
<div class="uk-width-medium-1-2">
<figure class="uk-overlay-toggle">
<div class="uk-overlay">
<img src="http://placekitten.com/200/100" alt="">
<div class="uk-overlay-area"></div>
</div>
<figcaption>Caption</figcaption>
</figure>
</div>
<h3 class="tm-article-subtitle">Markup</h3>
<pre><code><figure class="uk-overlay-toggle">
<div class="uk-overlay">
<img src="" alt="">
<div class="uk-overlay-area"></div>
</div>
<figcaption>...</figcaption>
</figure></code></pre>
<hr class="uk-article-divider">
<h2>Overlay caption</h2>
<p>Add the <code>.uk-overlay-caption</code> class to create an overlay with a text caption.</p>
<h3 class="tm-article-subtitle">Example</h3>
<div class="uk-margin">
<div class="uk-overlay">
<img src="http://placekitten.com/200/100" alt="">
<div class="uk-overlay-caption">Some text</div>
</div>
<a class="uk-overlay" href="#">
<img src="http://placekitten.com/200/100" alt="">
<div class="uk-overlay-caption">Some text</div>
</a>
</div>
<h3 class="tm-article-subtitle">Markup</h3>
<pre><code><!-- This is a div with an overlay caption -->
<div class="uk-overlay">
<img src="" alt="">
<div class="uk-overlay-caption">...</div>
</div>
<!-- This is an anchor with an overlay caption -->
<a class="uk-overlay" href="">
<img src="" alt="">
<div class="uk-overlay-caption">...</div>
</a></code></pre>
<hr class="uk-article-divider">
<h2>Overlay with thumbnails</h2>
<p>You can also apply an overlay to a thumbnail from the <a href="thumbnail.html">Thumbnail component</a>. To toggle the overlay by hovering the thumbnail's caption or frame, just add the <code>.uk-overlay-toggle</code> class.</p>
<h3 class="tm-article-subtitle">Example</h3>
<div class="uk-grid" data-uk-grid-margin>
<div class="uk-width-medium-1-2">
<a class="uk-thumbnail uk-overlay-toggle" href="#">
<div class="uk-overlay">
<img src="http://placekitten.com/400/250" alt="">
<div class="uk-overlay-area"></div>
</div>
</a>
</div>
<div class="uk-width-medium-1-2">
<a class="uk-thumbnail uk-overlay-toggle" href="#">
<div class="uk-overlay">
<img src="http://placekitten.com/400/250" alt="">
<div class="uk-overlay-caption">Some text</div>
</div>
</a>
</div>
</div>
<h3 class="tm-article-subtitle">Markup</h3>
<pre><code><a class="uk-thumbnail uk-overlay-toggle" href="">
<div class="uk-overlay">
<img src="" alt="">
<div class="uk-overlay-caption">...</div>
</div>
</a></code></pre>
</article>
</div>
</div>
</div>
</div>
<div class="tm-footer">
<div class="uk-container uk-container-center uk-text-center">
<ul class="uk-subnav uk-subnav-line">
<li><a href="http://github.com/uikit/uikit">GitHub</a></li>
<li><a href="http://github.com/uikit/uikit/issues">Issues</a></li>
<li><a href="http://github.com/uikit/uikit/blob/master/CHANGELOG.md">Changelog</a></li>
<li><a href="https://twitter.com/getuikit">Twitter</a></li>
</ul>
<div class="uk-panel">
<p>Made by <a href="http://www.yootheme.com">YOOtheme</a> with love and caffeine.<br>Licensed under <a href="http://opensource.org/licenses/MIT">MIT license</a>.</p>
<a href="../index.html"><img src="images/logo_uikit.svg" width="90" height="30" title="UIkit" alt="UIkit"></a>
</div>
</div>
</div>
<div id="tm-offcanvas" class="uk-offcanvas">
<div class="uk-offcanvas-bar">
<ul class="uk-nav uk-nav-offcanvas uk-nav-parent-icon" data-uk-nav="{multiple:true}">
<li class="uk-parent"><a href="#">Documentation</a>
<ul class="uk-nav-sub">
<li><a href="documentation_get-started.html">Get started</a></li>
<li><a href="documentation_how-to-customize.html">How to customize</a></li>
<li><a href="components.html">Components</a></li>
<li><a href="addons.html">Add-ons</a></li>
<li><a href="documentation_project-structure.html">Project structure</a></li>
<li><a href="documentation_create-a-theme.html">Create a theme</a></li>
<li><a href="documentation_create-a-style.html">Create a style</a></li>
<li><a href="documentation_customizer-json.html">Customizer.json</a></li>
</ul>
</li>
<li class="uk-nav-header">Components</li>
<li class="uk-parent"><a href="#"><i class="uk-icon-wrench"></i> Defaults</a>
<ul class="uk-nav-sub">
<li><a href="normalize.html">Normalize</a></li>
<li><a href="base.html">Base</a></li>
<li><a href="print.html">Print</a></li>
</ul>
</li>
<li class="uk-parent"><a href="#"><i class="uk-icon-th-large"></i> Layout</a>
<ul class="uk-nav-sub">
<li><a href="grid.html">Grid</a></li>
<li><a href="panel.html">Panel</a></li>
<li><a href="article.html">Article</a></li>
<li><a href="comment.html">Comment</a></li>
<li><a href="utility.html">Utility</a></li>
</ul>
</li>
<li class="uk-parent"><a href="#"><i class="uk-icon-bars"></i> Navigations</a>
<ul class="uk-nav-sub">
<li><a href="nav.html">Nav</a></li>
<li><a href="navbar.html">Navbar</a></li>
<li><a href="subnav.html">Subnav</a></li>
<li><a href="breadcrumb.html">Breadcrumb</a></li>
<li><a href="pagination.html">Pagination</a></li>
<li><a href="tab.html">Tab</a></li>
</ul>
</li>
<li class="uk-parent"><a href="#"><i class="uk-icon-check"></i> Elements</a>
<ul class="uk-nav-sub">
<li><a href="list.html">List</a></li>
<li><a href="description-list.html">Description list</a></li>
<li><a href="table.html">Table</a></li>
<li><a href="form.html">Form</a></li>
</ul>
</li>
<li class="uk-parent uk-active"><a href="#"><i class="uk-icon-folder-open"></i> Common</a>
<ul class="uk-nav-sub">
<li><a href="button.html">Button</a></li>
<li><a href="icon.html">Icon</a></li>
<li><a href="close.html">Close</a></li>
<li><a href="badge.html">Badge</a></li>
<li><a href="alert.html">Alert</a></li>
<li><a href="thumbnail.html">Thumbnail</a></li>
<li><a href="overlay.html">Overlay</a></li>
<li><a href="progress.html">Progress</a></li>
<li><a href="search.html">Search</a></li>
<li><a href="text.html">Text</a></li>
<li><a href="animation.html">Animation</a></li>
</ul>
</li>
<li class="uk-parent"><a href="#"><i class="uk-icon-magic"></i> JavaScript</a>
<ul class="uk-nav-sub">
<li><a href="dropdown.html">Dropdown</a></li>
<li><a href="modal.html">Modal</a></li>
<li><a href="offcanvas.html">Off-canvas</a></li>
<li><a href="switcher.html">Switcher</a></li>
<li><a href="toggle.html">Toggle</a></li>
<li><a href="scrollspy.html">Scrollspy</a></li>
<li><a href="smooth-scroll.html">Smooth scroll</a></li>
</ul>
</li>
<li class="uk-parent"><a href="#">Add-ons</a>
<ul class="uk-nav-sub">
<li><a href="addons_markdownarea.html">Markdown Area</a></li>
<li><a href="addons_sortable.html">Sortable</a></li>
<li><a href="addons_datepicker.html">Datepicker</a></li>
<li><a href="addons_timepicker.html">Timepicker</a></li>
<li><a href="addons_sticky.html">Sticky</a></li>
<li><a href="addons_form-password.html">Form Password</a></li>
</ul>
</li>
</ul>
</div>
</div>
</body>
</html> | aheinze/uikit | docs/overlay.html | HTML | mit | 18,434 |
๏ปฟ<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Contributing to the project | Pleosoft.XdeltaSharp - VCDIFF for .NET </title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Contributing to the project | Pleosoft.XdeltaSharp - VCDIFF for .NET ">
<meta name="generator" content="docfx 2.58.9.0">
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" href="styles/docfx.vendor.css">
<link rel="stylesheet" href="styles/docfx.css">
<link rel="stylesheet" href="styles/main.css">
<meta property="docfx:navrel" content="toc.html">
<meta property="docfx:tocrel" content="toc.html">
<meta property="docfx:rel" content="">
<meta property="docfx:newtab" content="true">
</head>
<body data-spy="scroll" data-target="#affix" data-offset="120">
<div id="wrapper">
<header>
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">
<img id="logo" class="svg" src="logo.svg" alt="">
</a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div>
</form>
<ul class="nav level1 navbar-nav">
<li>
<a href="index.html" title="Home">Home</a>
</li>
<li>
<a href="guides/Contributing.html" title="Guides">Guides</a>
</li>
<li>
<a href="dev/Changelog.html" title="API">API</a>
</li>
<li>
<a href="https://github.com/pleonex/xdelta-sharp" title="GitHub">GitHub</a>
</li>
</ul> </div>
</div>
</nav>
<div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</div>
</div>
</header>
<div class="container body-content">
<div id="search-results">
<div class="search-list">Search Results for <span></span></div>
<div class="sr-items">
<p><i class="glyphicon glyphicon-refresh index-loading"></i></p>
</div>
<ul id="pagination" data-first="First" data-prev="Previous" data-next="Next" data-last="Last"></ul>
</div>
</div>
<div role="main" class="container body-content hide-when-search">
<div class="article row grid">
<div class="col-md-10">
<article class="content wrap" id="_content" data-uid="">
<h1 id="contributing-to-the-project">Contributing to the project</h1>
<p>Thanks for taking the time to contribute! โจ</p>
<p>In this document you will find all the information you need to make sure
the project continues to be the high-quality product we want to be!</p>
<h2 id="reporting-issues">Reporting issues</h2>
<h3 id="issues">Issues</h3>
<p>When reporting a problem, be as specific as possible. Ideally, you should
provide an small snippet of code that reproduces the issue. Try to provide also
the following information:</p>
<ul>
<li>OS: Linux / Windows / Mac OS</li>
<li>Runtime: .NET Framework, Mono, .NET Core</li>
<li>Version of the product</li>
<li>Stacktrace if any</li>
<li>What's happening and what you expect to happen</li>
</ul>
<h3 id="features">Features</h3>
<p>If you want to ask for a new feature, first make sure it hasn't been reported
yet by using the search box in the issue tab. Make sure that the feature aligns
with the direction of the project.</p>
<h2 id="pull-request">Pull Request</h2>
<p>Before starting a pull request, create an issue requesting the feature you would
like to see and implement. If you are fixing a bug, create also an issue to be
able to track the problem. State that you would like to work on that. The team
will reply to the issue as soon as possible, discussing the proposal if needed.
This guarantee that later on the Pull Request we don't reject the proposal
without having a discussion first and we don't waste time.</p>
<p>In general, the process to create a pull request is:</p>
<ol>
<li>Create an issue describing the bug or feature and state you would like to
work on that.</li>
<li>The team will cheer you and/or discuss with you the issue.</li>
<li>Fork the project.</li>
<li>Clone your forked project and create a git branch.</li>
<li>Make the necessary code changes in as many commits as you want. The commit
message should follow this convention:</li>
</ol>
<pre><code class="lang-plain">:emoji: Short description #IssueID
Long description if needed.
</code></pre>
<ol start="6">
<li>Create a pull request. After reviewing your changes and making any new
commits if needed, the team will approve and merge it.</li>
</ol>
<p>For a complete list of emoji description see
<a href="https://github.com/slashsBin/styleguide-git-commit-message#suggested-emojis">this repository</a>.</p>
<h2 id="code-guidelines">Code Guidelines</h2>
<p>We follow the following standard guidelines with custom changes:</p>
<ul>
<li><a href="https://raw.githubusercontent.com/mono/website/gh-pages/community/contributing/coding-guidelines.md">Mono Code Guidelines</a>.</li>
<li><a href="https://docs.microsoft.com/en-us/dotnet/standard/design-guidelines/">Microsoft Framework Design Guidelines</a></li>
<li><a href="https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/inside-a-program/coding-conventions">Microsoft C# Coding Convetions</a>.</li>
</ul>
<p>As the
<a href="https://www.mono-project.com/community/contributing/coding-guidelines/#performance-and-readability">mono team says</a>:</p>
<ul>
<li>It is more important to be correct than to be fast.</li>
<li>It is more important to be maintainable than to be fast.</li>
<li>Fast code that is difficult to maintain is likely going to be looked down upon.</li>
</ul>
<p>And don't miss <a href="https://www.python.org/dev/peps/pep-0020/#id3">The Zen of Python</a>:</p>
<pre><code class="lang-plain">Beautiful is better than ugly.
Explicit is better than implicit.
Simple is better than complex.
Complex is better than complicated.
Flat is better than nested.
Sparse is better than dense.
Readability counts.
Special cases aren't special enough to break the rules.
Although practicality beats purity.
Errors should never pass silently.
Unless explicitly silenced.
In the face of ambiguity, refuse the temptation to guess.
There should be one-- and preferably only one --obvious way to do it.
Although that way may not be obvious at first unless you're Dutch.
Now is better than never.
Although never is often better than *right* now.
If the implementation is hard to explain, it's a bad idea.
If the implementation is easy to explain, it may be a good idea.
Namespaces are one honking great idea -- let's do more of those!
</code></pre>
<h3 id="quality">Quality</h3>
<p>We focus on code-quality to make ours and others life easier. For that reason:</p>
<ul>
<li>โ๏ธ <strong>DO</strong> write documentation for any public type and field.</li>
<li>โ๏ธ <strong>DO</strong> write a test for all the possible code branches of
your methods. Use a TDD approach.</li>
<li>โ๏ธ <strong>DO</strong> seek for 100% test coverage.</li>
<li>โ๏ธ <strong>DO</strong> seek for compiler warning free code.</li>
<li>โ๏ธ <strong>DO</strong> check the code with StyleCop for style issues.</li>
<li>โ๏ธ <strong>DO</strong> check the code with Gendarme for design issues.</li>
<li>โ๏ธ <strong>DO</strong> review the results of SonarQube in the Pull Request.</li>
<li>โ๏ธ <strong>DO</strong> make sure the CI pass.</li>
</ul>
<h3 id="style-guidelines">Style Guidelines</h3>
<h4 id="indentation">Indentation</h4>
<ul>
<li>โ๏ธ <strong>DO</strong> use <strong>spaces</strong> with an indentation level of 4 spaces.</li>
<li>โ <strong>DO NOT</strong> use tabs.</li>
</ul>
<h4 id="new-lines">New lines</h4>
<ul>
<li>โ๏ธ <strong>DO</strong> use Unix new lines: <code>\n</code> instead of Windows style
<code>\r\n</code>. In general, Git will handle that for you.</li>
<li>โ๏ธ <strong>DO</strong> make sure there is an empty line at the end of the
file. This ensure the latest line ends with the new line character and adding
new lines after it won't show that line as changed in the diff.</li>
</ul>
<h4 id="line-length">Line length</h4>
<ul>
<li>โ๏ธ <strong>DO</strong> use a limit of 80 columns. If you need to wrap,
move to the next line with one extra indentation level.</li>
<li>โ๏ธ <strong>DO</strong> put all the arguments in a new line if they don't
fit.</li>
<li>โ๏ธ <strong>DO</strong> use local variables to make small conditions.</li>
</ul>
<pre><code class="lang-csharp">void Method(
int a,
string b,
int c)
{
OtherMethod(
a,
b,
c);
bool z = (a > 3) && (a < 5);
bool w = b.StartsWith("hello");
if (z && w) {
Code();
}
}
</code></pre>
<h4 id="layout">Layout</h4>
<ul>
<li>โ๏ธ <strong>DO</strong> define a type (class / struct / enum) per file.</li>
<li>โ๏ธ <strong>DO</strong> separate methods and properties with new lines.</li>
<li>โ๏ธ <strong>DO</strong> place the elements in this order:
private fields, constructors, properties, methods, nested types. Place first
static fields and order by visibility: public, protected, private.</li>
</ul>
<h4 id="spacing-rules">Spacing rules</h4>
<ul>
<li>โ <strong>DO NOT</strong> leave any trailing spaces.</li>
<li>โ <strong>DO NOT</strong> use space before opening parenthesis calling methods or
indexers, between the parenthesis and the arguments or between the generic
types.</li>
</ul>
<pre><code class="lang-csharp">Method ( a );
array [ 10 ];
var list = new List <int> ();
</code></pre>
<ul>
<li>โ๏ธ <strong>DO</strong> use the following convention:</li>
</ul>
<pre><code class="lang-csharp">Method(a);
array[10];
var list = new List<int>();
</code></pre>
<ul>
<li>โ๏ธ <strong>DO</strong> use spaces and parenthesis for clarity in math
operations:</li>
</ul>
<pre><code class="lang-csharp">int b = (a + (5 * 2)) / (3 + 3);
</code></pre>
<ul>
<li>โ๏ธ <strong>DO</strong> indent <code>case</code> statements:</li>
</ul>
<pre><code class="lang-csharp">switch (a) {
case 3:
c = "hello";
break;
case 5:
c = "world";
break;
default:
throw new Exception();
}
</code></pre>
<h4 id="brace-position">Brace position</h4>
<ul>
<li>โ๏ธ <strong>DO</strong> put the opening brace on the same line for
conditions, loops and try-catch.</li>
</ul>
<pre><code class="lang-csharp">if (a) {
Code();
Code();
} else if (b) {
Code();
} else {
Code();
}
try {
Something();
} catch (ArgumentNullException ex) {
Something();
} finally {
Something();
}
for (int i = 0; i < 2; i++) {
Something();
}
</code></pre>
<ul>
<li>โ๏ธ <strong>DO</strong> use braces for one line conditions and loops. This
improves readability and avoid having changed lines just to add the brace when
it requires extra logic. The exception is for one line conditions for argument
checking.</li>
</ul>
<pre><code class="lang-csharp">if (a) {
Code();
}
</code></pre>
<ul>
<li>โ๏ธ <strong>DO</strong> put the brace in a new line when defining the
namespace, a type or a method.</li>
</ul>
<pre><code class="lang-csharp">namespace Program.Text
{
public class Abc
{
public void MyMethod()
{
}
}
}
</code></pre>
<ul>
<li>โ๏ธ <strong>DO</strong> put the brace in the same line for properties and
indexers.</li>
</ul>
<pre><code class="lang-csharp">public int Property {
get {
return value;
}
}
</code></pre>
<ul>
<li>โ๏ธ <strong>DO</strong> put each brace on a new line for empty methods.</li>
</ul>
<pre><code class="lang-csharp">void EmptyMethod()
{
}
</code></pre>
<h4 id="multiline-comments">Multiline comments</h4>
<ul>
<li>โ๏ธ <strong>DO</strong> use always double slash comments.</li>
</ul>
<pre><code class="lang-csharp">// Blah
// Blah again
// and another Blah
</code></pre>
<h3 id="properties">Properties</h3>
<ul>
<li><p>โ <strong>DO NOT</strong> use public variables under any circumstance.</p>
</li>
<li><p>โ๏ธ <strong>DO</strong> use static properties for constants.</p>
</li>
<li><p>โ๏ธ <strong>DO</strong> put the getter and setter in a new line for
automatic or one line properties.</p>
</li>
</ul>
<pre><code class="lang-csharp">public int Property {
get { return value; }
set { x = value; }
}
public int Text {
get;
private set;
}
</code></pre>
<h3 id="file-headers">File headers</h3>
<ul>
<li>โ๏ธ <strong>DO</strong> put the license in the file header with this format:</li>
</ul>
<pre><code class="lang-csharp">//
// <FileName>.cs
//
// Author:
// <AuthorName> <email@example.com>
//
// Copyright (c) <Year> <AuthorName>
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
//
// The above copyright notice and this permission notice shall be included in
// all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.
</code></pre>
<h3 id="naming">Naming</h3>
<ul>
<li>โ๏ธ <strong>DO</strong> use <strong>always</strong> camel casing.</li>
</ul>
<pre><code class="lang-csharp">void Method(string myArgument)
class MyClass
{
string myString;
int veryImportantValue;
}
</code></pre>
<ul>
<li>โ <strong>DO NOT</strong> use <code>m_</code> or <code>_</code> as prefixes for private instance members. The
private visibility was created for that, really.</li>
</ul>
<h3 id="keyword-this">Keyword <code>this</code></h3>
<ul>
<li>โ <strong>DO NOT</strong> use <code>this</code> if it's not needed.</li>
<li>โ๏ธ <strong>DO</strong> use <code>this</code> if the method has an argument with the
same name.</li>
</ul>
<pre><code class="lang-csharp">class Foo
{
int bar;
public Foo(int bar)
{
this.bar = bar;
}
void Update(int newValue)
{
bar = newValue;
Method();
}
public void Method()
{
}
}
</code></pre>
<h3 id="keyword-var">Keyword <code>var</code></h3>
<ul>
<li>โ๏ธ <strong>DO</strong> use the <code>var</code> on the left-hand side of an assignment
when the type name is repeated on the right hand side:</li>
</ul>
<pre><code class="lang-csharp">var monkeyUUID = new NSUuid(uuid);
NSUuid something = RetrieveUUID();
</code></pre>
<h3 id="initializing-instances">Initializing instances</h3>
<ul>
<li>โ๏ธ <strong>DO</strong> use the C# syntax to initialize instances.</li>
</ul>
<pre><code class="lang-csharp">var x = new Foo {
Label = "This",
Color = Color.Red
};
string[] array = { "a", "b", "c" };
var array2 = new string[] { "d", "e", "f" };
var list = new List<string> {
"hello",
"world"
};
var dict = new Dictionary<string, int> {
{ "hello": 0 },
{ "world": 1 }
};
</code></pre>
<h3 id="redundant-visibility">Redundant visibility</h3>
<ul>
<li>โ <strong>DO NOT</strong> use the <code>private</code> keyword to indicate internal fields since
it's already the default visibility.</li>
</ul>
<h3 id="usings">Usings</h3>
<ul>
<li><p>โ๏ธ <strong>DO</strong> put the <code>using</code> inside the namespace.</p>
</li>
<li><p>โ๏ธ <strong>DO</strong> include all the namespaces you are using.</p>
</li>
<li><p>โ๏ธ <strong>DO</strong> use the <code>using</code> statement for <code>IDisposable</code> types.</p>
</li>
</ul>
<h3 id="built-in-types">Built-in types</h3>
<ul>
<li>โ๏ธ <strong>DO</strong> use the built-in type alias instead of the class
names.</li>
</ul>
<pre><code class="lang-csharp">int a = 5;
long b = 5;
string c = "hello";
string d = int.Parse("5");
</code></pre>
<h4 id="integers">Integers</h4>
<ul>
<li>โ๏ธ <strong>DO</strong> try to avoid unsigned integers in public method
arguments and properties. Some .NET language doesn't support them.</li>
</ul>
<h4 id="strings">Strings</h4>
<ul>
<li>โ๏ธ <strong>DO</strong> use the new string interpolation:</li>
</ul>
<pre><code class="lang-csharp">int a = 5;
string b = $"The result is {a}";
</code></pre>
<ul>
<li>โ๏ธ <strong>DO</strong> use the <code>StringBuilder</code> class when creating strings
with many operations.</li>
</ul>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/pleonex/xdelta-csharp/blob/main/CONTRIBUTING.md/#L1" class="contribution-link">Improve this Doc</a>
</li>
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<h5>In This Article</h5>
<div></div>
</nav>
</div>
</div>
</div>
</div>
<footer>
<div class="grad-bottom"></div>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>
Copyright (c) 2015 Benito Palacios Sรกnchez
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="styles/docfx.vendor.js"></script>
<script type="text/javascript" src="styles/docfx.js"></script>
<script type="text/javascript" src="styles/main.js"></script>
</body>
</html>
| pleonex/xdelta-sharp | CONTRIBUTING.html | HTML | mit | 19,718 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ott: 33 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.9.1 / ott - 0.30</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">ยซ Up</a>
<h1>
ott
<small>
0.30
<span class="label label-success">33 s ๐</span>
</small>
</h1>
<p>๐
<em><script>document.write(moment("2021-12-30 00:15:10 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-30 00:15:10 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.9.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: "palmskog@gmail.com"
homepage: "http://www.cl.cam.ac.uk/~pes20/ott/"
dev-repo: "git+https://github.com/ott-lang/ott.git"
bug-reports: "https://github.com/ott-lang/ott/issues"
license: "BSD-3-Clause"
synopsis: "Auxiliary Coq library for Ott, a tool for writing definitions of programming languages and calculi"
description: """
Ott takes as input a definition of a language syntax and semantics, in a concise
and readable ASCII notation that is close to what one would write in informal
mathematics. It can then generate a Coq version of the definition, which requires
this library.
"""
build: [make "-j%{jobs}%" "-C" "coq"]
install: [make "-C" "coq" "install"]
depends: [
"coq" {>= "8.5" & < "8.12~"}
]
tags: [
"category:Computer Science/Semantics and Compilation/Semantics"
"keyword:abstract syntax"
"logpath:Ott"
"date:2019-11-24"
]
authors: [
"Peter Sewell"
"Francesco Zappa Nardelli"
"Scott Owens"
]
url {
src: "https://github.com/ott-lang/ott/archive/0.30.tar.gz"
checksum: "sha512=0c988502451b442e0d5a5dbce4969723bcf2b6c3add7af3d1aea279caca5a49d5b0d7acadfd6fa17702c0f8cd1511eb445aba14b454c5263f1e0f39b80deaa00"
}
</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-ott.0.30 coq.8.9.1</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-ott.0.30 coq.8.9.1</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-ott.0.30 coq.8.9.1</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>33 s</dd>
</dl>
<h2>Installation size</h2>
<p>Total: 747 K</p>
<ul>
<li>82 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Ott/ott_list_predicate.vo</code></li>
<li>68 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Ott/ott_list_takedrop.vo</code></li>
<li>58 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Ott/ott_list_nth.vo</code></li>
<li>56 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Ott/ott_list_distinct.vo</code></li>
<li>54 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Ott/ott_list_base.vo</code></li>
<li>48 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Ott/ott_list_mem.vo</code></li>
<li>37 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Ott/ott_list_flat_map.vo</code></li>
<li>37 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Ott/ott_list_predicate.glob</code></li>
<li>35 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Ott/ott_list_repeat.vo</code></li>
<li>31 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Ott/ott_list_support.vo</code></li>
<li>26 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Ott/ott_list_takedrop.glob</code></li>
<li>24 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Ott/ott_list.vo</code></li>
<li>19 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Ott/ott_list_nth.glob</code></li>
<li>19 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Ott/ott_list_distinct.glob</code></li>
<li>18 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Ott/ott_list_core.vo</code></li>
<li>17 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Ott/ott_list_base.glob</code></li>
<li>17 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Ott/ott_list_eq_dec.vo</code></li>
<li>16 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Ott/ott_list_mem.glob</code></li>
<li>13 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Ott/ott_list_predicate.v</code></li>
<li>10 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Ott/ott_list_takedrop.v</code></li>
<li>8 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Ott/ott_list_flat_map.glob</code></li>
<li>6 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Ott/ott_list_core.glob</code></li>
<li>6 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Ott/ott_list_base.v</code></li>
<li>6 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Ott/ott_list_distinct.v</code></li>
<li>6 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Ott/ott_list_nth.v</code></li>
<li>6 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Ott/ott_list_repeat.glob</code></li>
<li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Ott/ott_list_mem.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Ott/ott_list_support.glob</code></li>
<li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Ott/ott_list_eq_dec.glob</code></li>
<li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Ott/ott_list_flat_map.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Ott/ott_list_core.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Ott/ott_list_repeat.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Ott/ott_list_eq_dec.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Ott/ott_list.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Ott/ott_list_support.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Ott/ott_list.glob</code></li>
</ul>
<h2>Uninstall ๐งน</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq-ott.0.30</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐ฃ
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.05.0-2.0.1/released/8.9.1/ott/0.30.html | HTML | mit | 11,111 |
<!-- {{#set-bb-data this}} -->
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<title>EMBL-EBI Style Lab < {{block.name}}</title>
<meta name="description" content="{{block.description}}"><!-- Describe what this page is about -->
<meta name="keywords" content="bioinformatics, europe, institute" /><!-- 3 to 10 keywords about the content of this page (not the whole project) -->
<meta name="author" content="EMBL-EBI" /><!-- Your [project-name] here -->
<meta name="HandheldFriendly" content="true" />
<meta name="MobileOptimized" content="width" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="theme-color" content="#70BDBD" /> <!-- Android Chrome mobile browser tab color -->
<!-- Add information on the life cycle of this page -->
<meta name="ebi:owner" content="John Doe" /> <!-- Who should be contacted about changes -->
<meta name="ebi:review-cycle" content="30" /> <!-- In days, how often should the content be reviewed -->
<meta name="ebi:last-review" content="2015-12-20" /> <!-- The last time the content was reviewed -->
<meta name="ebi:expiry" content="2016-01-20" /> <!-- When this content is no longer relevant -->
<meta name="twitter:title" content="{{block.name}}">
<meta name="og:title" content="{{block.name}}">
<meta name="og:type" content="website">
<meta name="twitter:description" content="{{block.description}}">
<meta name="og:description" content="{{block.description}}">
<meta name="twitter:image" content="http://foundation.zurb.com/building-blocks/{{block.thumb}}">
<meta name="og:image" content="http://foundation.zurb.com/building-blocks/{{block.thumb}}">
<!-- If you link to any other sites frequently, consider optimising performance with a DNS prefetch -->
<link rel="dns-prefetch" href="//www.ebi.ac.uk" />
<link rel="stylesheet" href="{{root}}assets/css/app.css?rev=@@hash">
{{> meta}}
</head>
<body class="level2"><!-- add any of your classes or IDs -->
{{> header}}
<div id="content">
<!-- Suggested layout containers -->
<section id="main-content-area" class="" role="main">
<div class="row columns">
{{> bb-breadcrumbs}}
</div>
<div class="off-canvas-content" data-off-canvas-content>
<div class="page-container">
{{> building-block-header}}
{{> building-block-preview}}
<!-- This is indented on purpose -->
{{> building-block-code}}
<div class="building-block-related">
<div class="row column">
<h2 class="bb-related-title">Similar Building Blocks</h2>
</div>
<div class="row small-up-1 medium-up-2 large-up-3 scroll-container">
{{#random-related-blocks this 3}}
<div class="column column-block scroll-x">
{{> building-block-card currentBlock}}
</div>
{{/random-related-blocks}}
</div>
</div>
</div>
</div>
<div class="row">
<div class="smedium-4 columns"></div>
</div>
</section>
<!-- Optional local footer (insert citation / project-specific copyright / etc here -->
<footer id="local-footer" class="local-footer" role="local-footer">
{{> footer}}
</footer>
<!-- End optional local footer -->
</div>
<!-- End suggested layout containers / #content -->
{{> footer_global}}
<script src="{{root}}assets_site/js/app.js?rev=@@hash"></script>
</body>
</html>
{{/set-bb-data}}
| ebiwd/EBI-Style-lab | assets_site/layouts/websites/page/default.html | HTML | mit | 3,528 |
---
type: post
title: Setting nice axes labels in matplotlib
---
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>2015-07-22-Setting-nice-axes-labels-in-matplotlib</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.10/require.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<style type="text/css">
/*!
*
* Twitter Bootstrap
*
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
*,
*:before,
*:after {
background: transparent !important;
color: #000 !important;
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
select {
background: #fff !important;
}
.navbar {
display: none;
}
.btn > .caret,
.dropup > .btn > .caret {
border-top-color: #000 !important;
}
.label {
border: 1px solid #000;
}
.table {
border-collapse: collapse !important;
}
.table td,
.table th {
background-color: #fff !important;
}
.table-bordered th,
.table-bordered td {
border: 1px solid #ddd !important;
}
}
@font-face {
font-family: 'Glyphicons Halflings';
src: url('../fonts/glyphicons-halflings-regular.eot');
src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
content: "\2a";
}
.glyphicon-plus:before {
content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
content: "\20ac";
}
.glyphicon-minus:before {
content: "\2212";
}
.glyphicon-cloud:before {
content: "\2601";
}
.glyphicon-envelope:before {
content: "\2709";
}
.glyphicon-pencil:before {
content: "\270f";
}
.glyphicon-glass:before {
content: "\e001";
}
.glyphicon-music:before {
content: "\e002";
}
.glyphicon-search:before {
content: "\e003";
}
.glyphicon-heart:before {
content: "\e005";
}
.glyphicon-star:before {
content: "\e006";
}
.glyphicon-star-empty:before {
content: "\e007";
}
.glyphicon-user:before {
content: "\e008";
}
.glyphicon-film:before {
content: "\e009";
}
.glyphicon-th-large:before {
content: "\e010";
}
.glyphicon-th:before {
content: "\e011";
}
.glyphicon-th-list:before {
content: "\e012";
}
.glyphicon-ok:before {
content: "\e013";
}
.glyphicon-remove:before {
content: "\e014";
}
.glyphicon-zoom-in:before {
content: "\e015";
}
.glyphicon-zoom-out:before {
content: "\e016";
}
.glyphicon-off:before {
content: "\e017";
}
.glyphicon-signal:before {
content: "\e018";
}
.glyphicon-cog:before {
content: "\e019";
}
.glyphicon-trash:before {
content: "\e020";
}
.glyphicon-home:before {
content: "\e021";
}
.glyphicon-file:before {
content: "\e022";
}
.glyphicon-time:before {
content: "\e023";
}
.glyphicon-road:before {
content: "\e024";
}
.glyphicon-download-alt:before {
content: "\e025";
}
.glyphicon-download:before {
content: "\e026";
}
.glyphicon-upload:before {
content: "\e027";
}
.glyphicon-inbox:before {
content: "\e028";
}
.glyphicon-play-circle:before {
content: "\e029";
}
.glyphicon-repeat:before {
content: "\e030";
}
.glyphicon-refresh:before {
content: "\e031";
}
.glyphicon-list-alt:before {
content: "\e032";
}
.glyphicon-lock:before {
content: "\e033";
}
.glyphicon-flag:before {
content: "\e034";
}
.glyphicon-headphones:before {
content: "\e035";
}
.glyphicon-volume-off:before {
content: "\e036";
}
.glyphicon-volume-down:before {
content: "\e037";
}
.glyphicon-volume-up:before {
content: "\e038";
}
.glyphicon-qrcode:before {
content: "\e039";
}
.glyphicon-barcode:before {
content: "\e040";
}
.glyphicon-tag:before {
content: "\e041";
}
.glyphicon-tags:before {
content: "\e042";
}
.glyphicon-book:before {
content: "\e043";
}
.glyphicon-bookmark:before {
content: "\e044";
}
.glyphicon-print:before {
content: "\e045";
}
.glyphicon-camera:before {
content: "\e046";
}
.glyphicon-font:before {
content: "\e047";
}
.glyphicon-bold:before {
content: "\e048";
}
.glyphicon-italic:before {
content: "\e049";
}
.glyphicon-text-height:before {
content: "\e050";
}
.glyphicon-text-width:before {
content: "\e051";
}
.glyphicon-align-left:before {
content: "\e052";
}
.glyphicon-align-center:before {
content: "\e053";
}
.glyphicon-align-right:before {
content: "\e054";
}
.glyphicon-align-justify:before {
content: "\e055";
}
.glyphicon-list:before {
content: "\e056";
}
.glyphicon-indent-left:before {
content: "\e057";
}
.glyphicon-indent-right:before {
content: "\e058";
}
.glyphicon-facetime-video:before {
content: "\e059";
}
.glyphicon-picture:before {
content: "\e060";
}
.glyphicon-map-marker:before {
content: "\e062";
}
.glyphicon-adjust:before {
content: "\e063";
}
.glyphicon-tint:before {
content: "\e064";
}
.glyphicon-edit:before {
content: "\e065";
}
.glyphicon-share:before {
content: "\e066";
}
.glyphicon-check:before {
content: "\e067";
}
.glyphicon-move:before {
content: "\e068";
}
.glyphicon-step-backward:before {
content: "\e069";
}
.glyphicon-fast-backward:before {
content: "\e070";
}
.glyphicon-backward:before {
content: "\e071";
}
.glyphicon-play:before {
content: "\e072";
}
.glyphicon-pause:before {
content: "\e073";
}
.glyphicon-stop:before {
content: "\e074";
}
.glyphicon-forward:before {
content: "\e075";
}
.glyphicon-fast-forward:before {
content: "\e076";
}
.glyphicon-step-forward:before {
content: "\e077";
}
.glyphicon-eject:before {
content: "\e078";
}
.glyphicon-chevron-left:before {
content: "\e079";
}
.glyphicon-chevron-right:before {
content: "\e080";
}
.glyphicon-plus-sign:before {
content: "\e081";
}
.glyphicon-minus-sign:before {
content: "\e082";
}
.glyphicon-remove-sign:before {
content: "\e083";
}
.glyphicon-ok-sign:before {
content: "\e084";
}
.glyphicon-question-sign:before {
content: "\e085";
}
.glyphicon-info-sign:before {
content: "\e086";
}
.glyphicon-screenshot:before {
content: "\e087";
}
.glyphicon-remove-circle:before {
content: "\e088";
}
.glyphicon-ok-circle:before {
content: "\e089";
}
.glyphicon-ban-circle:before {
content: "\e090";
}
.glyphicon-arrow-left:before {
content: "\e091";
}
.glyphicon-arrow-right:before {
content: "\e092";
}
.glyphicon-arrow-up:before {
content: "\e093";
}
.glyphicon-arrow-down:before {
content: "\e094";
}
.glyphicon-share-alt:before {
content: "\e095";
}
.glyphicon-resize-full:before {
content: "\e096";
}
.glyphicon-resize-small:before {
content: "\e097";
}
.glyphicon-exclamation-sign:before {
content: "\e101";
}
.glyphicon-gift:before {
content: "\e102";
}
.glyphicon-leaf:before {
content: "\e103";
}
.glyphicon-fire:before {
content: "\e104";
}
.glyphicon-eye-open:before {
content: "\e105";
}
.glyphicon-eye-close:before {
content: "\e106";
}
.glyphicon-warning-sign:before {
content: "\e107";
}
.glyphicon-plane:before {
content: "\e108";
}
.glyphicon-calendar:before {
content: "\e109";
}
.glyphicon-random:before {
content: "\e110";
}
.glyphicon-comment:before {
content: "\e111";
}
.glyphicon-magnet:before {
content: "\e112";
}
.glyphicon-chevron-up:before {
content: "\e113";
}
.glyphicon-chevron-down:before {
content: "\e114";
}
.glyphicon-retweet:before {
content: "\e115";
}
.glyphicon-shopping-cart:before {
content: "\e116";
}
.glyphicon-folder-close:before {
content: "\e117";
}
.glyphicon-folder-open:before {
content: "\e118";
}
.glyphicon-resize-vertical:before {
content: "\e119";
}
.glyphicon-resize-horizontal:before {
content: "\e120";
}
.glyphicon-hdd:before {
content: "\e121";
}
.glyphicon-bullhorn:before {
content: "\e122";
}
.glyphicon-bell:before {
content: "\e123";
}
.glyphicon-certificate:before {
content: "\e124";
}
.glyphicon-thumbs-up:before {
content: "\e125";
}
.glyphicon-thumbs-down:before {
content: "\e126";
}
.glyphicon-hand-right:before {
content: "\e127";
}
.glyphicon-hand-left:before {
content: "\e128";
}
.glyphicon-hand-up:before {
content: "\e129";
}
.glyphicon-hand-down:before {
content: "\e130";
}
.glyphicon-circle-arrow-right:before {
content: "\e131";
}
.glyphicon-circle-arrow-left:before {
content: "\e132";
}
.glyphicon-circle-arrow-up:before {
content: "\e133";
}
.glyphicon-circle-arrow-down:before {
content: "\e134";
}
.glyphicon-globe:before {
content: "\e135";
}
.glyphicon-wrench:before {
content: "\e136";
}
.glyphicon-tasks:before {
content: "\e137";
}
.glyphicon-filter:before {
content: "\e138";
}
.glyphicon-briefcase:before {
content: "\e139";
}
.glyphicon-fullscreen:before {
content: "\e140";
}
.glyphicon-dashboard:before {
content: "\e141";
}
.glyphicon-paperclip:before {
content: "\e142";
}
.glyphicon-heart-empty:before {
content: "\e143";
}
.glyphicon-link:before {
content: "\e144";
}
.glyphicon-phone:before {
content: "\e145";
}
.glyphicon-pushpin:before {
content: "\e146";
}
.glyphicon-usd:before {
content: "\e148";
}
.glyphicon-gbp:before {
content: "\e149";
}
.glyphicon-sort:before {
content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
content: "\e152";
}
.glyphicon-sort-by-order:before {
content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
content: "\e154";
}
.glyphicon-sort-by-attributes:before {
content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
content: "\e156";
}
.glyphicon-unchecked:before {
content: "\e157";
}
.glyphicon-expand:before {
content: "\e158";
}
.glyphicon-collapse-down:before {
content: "\e159";
}
.glyphicon-collapse-up:before {
content: "\e160";
}
.glyphicon-log-in:before {
content: "\e161";
}
.glyphicon-flash:before {
content: "\e162";
}
.glyphicon-log-out:before {
content: "\e163";
}
.glyphicon-new-window:before {
content: "\e164";
}
.glyphicon-record:before {
content: "\e165";
}
.glyphicon-save:before {
content: "\e166";
}
.glyphicon-open:before {
content: "\e167";
}
.glyphicon-saved:before {
content: "\e168";
}
.glyphicon-import:before {
content: "\e169";
}
.glyphicon-export:before {
content: "\e170";
}
.glyphicon-send:before {
content: "\e171";
}
.glyphicon-floppy-disk:before {
content: "\e172";
}
.glyphicon-floppy-saved:before {
content: "\e173";
}
.glyphicon-floppy-remove:before {
content: "\e174";
}
.glyphicon-floppy-save:before {
content: "\e175";
}
.glyphicon-floppy-open:before {
content: "\e176";
}
.glyphicon-credit-card:before {
content: "\e177";
}
.glyphicon-transfer:before {
content: "\e178";
}
.glyphicon-cutlery:before {
content: "\e179";
}
.glyphicon-header:before {
content: "\e180";
}
.glyphicon-compressed:before {
content: "\e181";
}
.glyphicon-earphone:before {
content: "\e182";
}
.glyphicon-phone-alt:before {
content: "\e183";
}
.glyphicon-tower:before {
content: "\e184";
}
.glyphicon-stats:before {
content: "\e185";
}
.glyphicon-sd-video:before {
content: "\e186";
}
.glyphicon-hd-video:before {
content: "\e187";
}
.glyphicon-subtitles:before {
content: "\e188";
}
.glyphicon-sound-stereo:before {
content: "\e189";
}
.glyphicon-sound-dolby:before {
content: "\e190";
}
.glyphicon-sound-5-1:before {
content: "\e191";
}
.glyphicon-sound-6-1:before {
content: "\e192";
}
.glyphicon-sound-7-1:before {
content: "\e193";
}
.glyphicon-copyright-mark:before {
content: "\e194";
}
.glyphicon-registration-mark:before {
content: "\e195";
}
.glyphicon-cloud-download:before {
content: "\e197";
}
.glyphicon-cloud-upload:before {
content: "\e198";
}
.glyphicon-tree-conifer:before {
content: "\e199";
}
.glyphicon-tree-deciduous:before {
content: "\e200";
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-size: 10px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
line-height: 1.42857143;
color: #000000;
background-color: #ffffff;
}
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
a {
color: #337ab7;
text-decoration: none;
}
a:hover,
a:focus {
color: #23527c;
text-decoration: underline;
}
a:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
figure {
margin: 0;
}
img {
vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
display: block;
max-width: 100%;
height: auto;
}
.img-rounded {
border-radius: 3px;
}
.img-thumbnail {
padding: 4px;
line-height: 1.42857143;
background-color: #ffffff;
border: 1px solid #dddddd;
border-radius: 2px;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto;
}
.img-circle {
border-radius: 50%;
}
hr {
margin-top: 18px;
margin-bottom: 18px;
border: 0;
border-top: 1px solid #eeeeee;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
font-weight: normal;
line-height: 1;
color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
margin-top: 18px;
margin-bottom: 9px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
margin-top: 9px;
margin-bottom: 9px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
font-size: 75%;
}
h1,
.h1 {
font-size: 33px;
}
h2,
.h2 {
font-size: 27px;
}
h3,
.h3 {
font-size: 23px;
}
h4,
.h4 {
font-size: 17px;
}
h5,
.h5 {
font-size: 13px;
}
h6,
.h6 {
font-size: 12px;
}
p {
margin: 0 0 9px;
}
.lead {
margin-bottom: 18px;
font-size: 14px;
font-weight: 300;
line-height: 1.4;
}
@media (min-width: 768px) {
.lead {
font-size: 19.5px;
}
}
small,
.small {
font-size: 92%;
}
mark,
.mark {
background-color: #fcf8e3;
padding: .2em;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.text-justify {
text-align: justify;
}
.text-nowrap {
white-space: nowrap;
}
.text-lowercase {
text-transform: lowercase;
}
.text-uppercase {
text-transform: uppercase;
}
.text-capitalize {
text-transform: capitalize;
}
.text-muted {
color: #777777;
}
.text-primary {
color: #337ab7;
}
a.text-primary:hover {
color: #286090;
}
.text-success {
color: #3c763d;
}
a.text-success:hover {
color: #2b542c;
}
.text-info {
color: #31708f;
}
a.text-info:hover {
color: #245269;
}
.text-warning {
color: #8a6d3b;
}
a.text-warning:hover {
color: #66512c;
}
.text-danger {
color: #a94442;
}
a.text-danger:hover {
color: #843534;
}
.bg-primary {
color: #fff;
background-color: #337ab7;
}
a.bg-primary:hover {
background-color: #286090;
}
.bg-success {
background-color: #dff0d8;
}
a.bg-success:hover {
background-color: #c1e2b3;
}
.bg-info {
background-color: #d9edf7;
}
a.bg-info:hover {
background-color: #afd9ee;
}
.bg-warning {
background-color: #fcf8e3;
}
a.bg-warning:hover {
background-color: #f7ecb5;
}
.bg-danger {
background-color: #f2dede;
}
a.bg-danger:hover {
background-color: #e4b9b9;
}
.page-header {
padding-bottom: 8px;
margin: 36px 0 18px;
border-bottom: 1px solid #eeeeee;
}
ul,
ol {
margin-top: 0;
margin-bottom: 9px;
}
ul ul,
ol ul,
ul ol,
ol ol {
margin-bottom: 0;
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.list-inline {
padding-left: 0;
list-style: none;
margin-left: -5px;
}
.list-inline > li {
display: inline-block;
padding-left: 5px;
padding-right: 5px;
}
dl {
margin-top: 0;
margin-bottom: 18px;
}
dt,
dd {
line-height: 1.42857143;
}
dt {
font-weight: bold;
}
dd {
margin-left: 0;
}
@media (min-width: 541px) {
.dl-horizontal dt {
float: left;
width: 160px;
clear: left;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.dl-horizontal dd {
margin-left: 180px;
}
}
abbr[title],
abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #777777;
}
.initialism {
font-size: 90%;
text-transform: uppercase;
}
blockquote {
padding: 9px 18px;
margin: 0 0 18px;
font-size: inherit;
border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
display: block;
font-size: 80%;
line-height: 1.42857143;
color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
padding-right: 15px;
padding-left: 0;
border-right: 5px solid #eeeeee;
border-left: 0;
text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
content: '\00A0 \2014';
}
address {
margin-bottom: 18px;
font-style: normal;
line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
font-family: monospace;
}
code {
padding: 2px 4px;
font-size: 90%;
color: #c7254e;
background-color: #f9f2f4;
border-radius: 2px;
}
kbd {
padding: 2px 4px;
font-size: 90%;
color: #ffffff;
background-color: #333333;
border-radius: 1px;
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
padding: 0;
font-size: 100%;
font-weight: bold;
box-shadow: none;
}
pre {
display: block;
padding: 8.5px;
margin: 0 0 9px;
font-size: 12px;
line-height: 1.42857143;
word-break: break-all;
word-wrap: break-word;
color: #333333;
background-color: #f5f5f5;
border: 1px solid #cccccc;
border-radius: 2px;
}
pre code {
padding: 0;
font-size: inherit;
color: inherit;
white-space: pre-wrap;
background-color: transparent;
border-radius: 0;
}
.pre-scrollable {
max-height: 340px;
overflow-y: scroll;
}
.container {
margin-right: auto;
margin-left: auto;
padding-left: 0px;
padding-right: 0px;
}
@media (min-width: 768px) {
.container {
width: 768px;
}
}
@media (min-width: 992px) {
.container {
width: 940px;
}
}
@media (min-width: 1200px) {
.container {
width: 1140px;
}
}
.container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 0px;
padding-right: 0px;
}
.row {
margin-left: 0px;
margin-right: 0px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
position: relative;
min-height: 1px;
padding-left: 0px;
padding-right: 0px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
float: left;
}
.col-xs-12 {
width: 100%;
}
.col-xs-11 {
width: 91.66666667%;
}
.col-xs-10 {
width: 83.33333333%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-8 {
width: 66.66666667%;
}
.col-xs-7 {
width: 58.33333333%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-5 {
width: 41.66666667%;
}
.col-xs-4 {
width: 33.33333333%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-2 {
width: 16.66666667%;
}
.col-xs-1 {
width: 8.33333333%;
}
.col-xs-pull-12 {
right: 100%;
}
.col-xs-pull-11 {
right: 91.66666667%;
}
.col-xs-pull-10 {
right: 83.33333333%;
}
.col-xs-pull-9 {
right: 75%;
}
.col-xs-pull-8 {
right: 66.66666667%;
}
.col-xs-pull-7 {
right: 58.33333333%;
}
.col-xs-pull-6 {
right: 50%;
}
.col-xs-pull-5 {
right: 41.66666667%;
}
.col-xs-pull-4 {
right: 33.33333333%;
}
.col-xs-pull-3 {
right: 25%;
}
.col-xs-pull-2 {
right: 16.66666667%;
}
.col-xs-pull-1 {
right: 8.33333333%;
}
.col-xs-pull-0 {
right: auto;
}
.col-xs-push-12 {
left: 100%;
}
.col-xs-push-11 {
left: 91.66666667%;
}
.col-xs-push-10 {
left: 83.33333333%;
}
.col-xs-push-9 {
left: 75%;
}
.col-xs-push-8 {
left: 66.66666667%;
}
.col-xs-push-7 {
left: 58.33333333%;
}
.col-xs-push-6 {
left: 50%;
}
.col-xs-push-5 {
left: 41.66666667%;
}
.col-xs-push-4 {
left: 33.33333333%;
}
.col-xs-push-3 {
left: 25%;
}
.col-xs-push-2 {
left: 16.66666667%;
}
.col-xs-push-1 {
left: 8.33333333%;
}
.col-xs-push-0 {
left: auto;
}
.col-xs-offset-12 {
margin-left: 100%;
}
.col-xs-offset-11 {
margin-left: 91.66666667%;
}
.col-xs-offset-10 {
margin-left: 83.33333333%;
}
.col-xs-offset-9 {
margin-left: 75%;
}
.col-xs-offset-8 {
margin-left: 66.66666667%;
}
.col-xs-offset-7 {
margin-left: 58.33333333%;
}
.col-xs-offset-6 {
margin-left: 50%;
}
.col-xs-offset-5 {
margin-left: 41.66666667%;
}
.col-xs-offset-4 {
margin-left: 33.33333333%;
}
.col-xs-offset-3 {
margin-left: 25%;
}
.col-xs-offset-2 {
margin-left: 16.66666667%;
}
.col-xs-offset-1 {
margin-left: 8.33333333%;
}
.col-xs-offset-0 {
margin-left: 0%;
}
@media (min-width: 768px) {
.col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12 {
float: left;
}
.col-sm-12 {
width: 100%;
}
.col-sm-11 {
width: 91.66666667%;
}
.col-sm-10 {
width: 83.33333333%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-8 {
width: 66.66666667%;
}
.col-sm-7 {
width: 58.33333333%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-5 {
width: 41.66666667%;
}
.col-sm-4 {
width: 33.33333333%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-2 {
width: 16.66666667%;
}
.col-sm-1 {
width: 8.33333333%;
}
.col-sm-pull-12 {
right: 100%;
}
.col-sm-pull-11 {
right: 91.66666667%;
}
.col-sm-pull-10 {
right: 83.33333333%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-pull-8 {
right: 66.66666667%;
}
.col-sm-pull-7 {
right: 58.33333333%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-5 {
right: 41.66666667%;
}
.col-sm-pull-4 {
right: 33.33333333%;
}
.col-sm-pull-3 {
right: 25%;
}
.col-sm-pull-2 {
right: 16.66666667%;
}
.col-sm-pull-1 {
right: 8.33333333%;
}
.col-sm-pull-0 {
right: auto;
}
.col-sm-push-12 {
left: 100%;
}
.col-sm-push-11 {
left: 91.66666667%;
}
.col-sm-push-10 {
left: 83.33333333%;
}
.col-sm-push-9 {
left: 75%;
}
.col-sm-push-8 {
left: 66.66666667%;
}
.col-sm-push-7 {
left: 58.33333333%;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-push-5 {
left: 41.66666667%;
}
.col-sm-push-4 {
left: 33.33333333%;
}
.col-sm-push-3 {
left: 25%;
}
.col-sm-push-2 {
left: 16.66666667%;
}
.col-sm-push-1 {
left: 8.33333333%;
}
.col-sm-push-0 {
left: auto;
}
.col-sm-offset-12 {
margin-left: 100%;
}
.col-sm-offset-11 {
margin-left: 91.66666667%;
}
.col-sm-offset-10 {
margin-left: 83.33333333%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-8 {
margin-left: 66.66666667%;
}
.col-sm-offset-7 {
margin-left: 58.33333333%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-5 {
margin-left: 41.66666667%;
}
.col-sm-offset-4 {
margin-left: 33.33333333%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-2 {
margin-left: 16.66666667%;
}
.col-sm-offset-1 {
margin-left: 8.33333333%;
}
.col-sm-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 992px) {
.col-md-1, .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-md-10, .col-md-11, .col-md-12 {
float: left;
}
.col-md-12 {
width: 100%;
}
.col-md-11 {
width: 91.66666667%;
}
.col-md-10 {
width: 83.33333333%;
}
.col-md-9 {
width: 75%;
}
.col-md-8 {
width: 66.66666667%;
}
.col-md-7 {
width: 58.33333333%;
}
.col-md-6 {
width: 50%;
}
.col-md-5 {
width: 41.66666667%;
}
.col-md-4 {
width: 33.33333333%;
}
.col-md-3 {
width: 25%;
}
.col-md-2 {
width: 16.66666667%;
}
.col-md-1 {
width: 8.33333333%;
}
.col-md-pull-12 {
right: 100%;
}
.col-md-pull-11 {
right: 91.66666667%;
}
.col-md-pull-10 {
right: 83.33333333%;
}
.col-md-pull-9 {
right: 75%;
}
.col-md-pull-8 {
right: 66.66666667%;
}
.col-md-pull-7 {
right: 58.33333333%;
}
.col-md-pull-6 {
right: 50%;
}
.col-md-pull-5 {
right: 41.66666667%;
}
.col-md-pull-4 {
right: 33.33333333%;
}
.col-md-pull-3 {
right: 25%;
}
.col-md-pull-2 {
right: 16.66666667%;
}
.col-md-pull-1 {
right: 8.33333333%;
}
.col-md-pull-0 {
right: auto;
}
.col-md-push-12 {
left: 100%;
}
.col-md-push-11 {
left: 91.66666667%;
}
.col-md-push-10 {
left: 83.33333333%;
}
.col-md-push-9 {
left: 75%;
}
.col-md-push-8 {
left: 66.66666667%;
}
.col-md-push-7 {
left: 58.33333333%;
}
.col-md-push-6 {
left: 50%;
}
.col-md-push-5 {
left: 41.66666667%;
}
.col-md-push-4 {
left: 33.33333333%;
}
.col-md-push-3 {
left: 25%;
}
.col-md-push-2 {
left: 16.66666667%;
}
.col-md-push-1 {
left: 8.33333333%;
}
.col-md-push-0 {
left: auto;
}
.col-md-offset-12 {
margin-left: 100%;
}
.col-md-offset-11 {
margin-left: 91.66666667%;
}
.col-md-offset-10 {
margin-left: 83.33333333%;
}
.col-md-offset-9 {
margin-left: 75%;
}
.col-md-offset-8 {
margin-left: 66.66666667%;
}
.col-md-offset-7 {
margin-left: 58.33333333%;
}
.col-md-offset-6 {
margin-left: 50%;
}
.col-md-offset-5 {
margin-left: 41.66666667%;
}
.col-md-offset-4 {
margin-left: 33.33333333%;
}
.col-md-offset-3 {
margin-left: 25%;
}
.col-md-offset-2 {
margin-left: 16.66666667%;
}
.col-md-offset-1 {
margin-left: 8.33333333%;
}
.col-md-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 1200px) {
.col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12 {
float: left;
}
.col-lg-12 {
width: 100%;
}
.col-lg-11 {
width: 91.66666667%;
}
.col-lg-10 {
width: 83.33333333%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-8 {
width: 66.66666667%;
}
.col-lg-7 {
width: 58.33333333%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-5 {
width: 41.66666667%;
}
.col-lg-4 {
width: 33.33333333%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-2 {
width: 16.66666667%;
}
.col-lg-1 {
width: 8.33333333%;
}
.col-lg-pull-12 {
right: 100%;
}
.col-lg-pull-11 {
right: 91.66666667%;
}
.col-lg-pull-10 {
right: 83.33333333%;
}
.col-lg-pull-9 {
right: 75%;
}
.col-lg-pull-8 {
right: 66.66666667%;
}
.col-lg-pull-7 {
right: 58.33333333%;
}
.col-lg-pull-6 {
right: 50%;
}
.col-lg-pull-5 {
right: 41.66666667%;
}
.col-lg-pull-4 {
right: 33.33333333%;
}
.col-lg-pull-3 {
right: 25%;
}
.col-lg-pull-2 {
right: 16.66666667%;
}
.col-lg-pull-1 {
right: 8.33333333%;
}
.col-lg-pull-0 {
right: auto;
}
.col-lg-push-12 {
left: 100%;
}
.col-lg-push-11 {
left: 91.66666667%;
}
.col-lg-push-10 {
left: 83.33333333%;
}
.col-lg-push-9 {
left: 75%;
}
.col-lg-push-8 {
left: 66.66666667%;
}
.col-lg-push-7 {
left: 58.33333333%;
}
.col-lg-push-6 {
left: 50%;
}
.col-lg-push-5 {
left: 41.66666667%;
}
.col-lg-push-4 {
left: 33.33333333%;
}
.col-lg-push-3 {
left: 25%;
}
.col-lg-push-2 {
left: 16.66666667%;
}
.col-lg-push-1 {
left: 8.33333333%;
}
.col-lg-push-0 {
left: auto;
}
.col-lg-offset-12 {
margin-left: 100%;
}
.col-lg-offset-11 {
margin-left: 91.66666667%;
}
.col-lg-offset-10 {
margin-left: 83.33333333%;
}
.col-lg-offset-9 {
margin-left: 75%;
}
.col-lg-offset-8 {
margin-left: 66.66666667%;
}
.col-lg-offset-7 {
margin-left: 58.33333333%;
}
.col-lg-offset-6 {
margin-left: 50%;
}
.col-lg-offset-5 {
margin-left: 41.66666667%;
}
.col-lg-offset-4 {
margin-left: 33.33333333%;
}
.col-lg-offset-3 {
margin-left: 25%;
}
.col-lg-offset-2 {
margin-left: 16.66666667%;
}
.col-lg-offset-1 {
margin-left: 8.33333333%;
}
.col-lg-offset-0 {
margin-left: 0%;
}
}
table {
background-color: transparent;
}
caption {
padding-top: 8px;
padding-bottom: 8px;
color: #777777;
text-align: left;
}
th {
text-align: left;
}
.table {
width: 100%;
max-width: 100%;
margin-bottom: 18px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
border-top: 0;
}
.table > tbody + tbody {
border-top: 2px solid #dddddd;
}
.table .table {
background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
padding: 5px;
}
.table-bordered {
border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) {
background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
background-color: #f5f5f5;
}
table col[class*="col-"] {
position: static;
float: none;
display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
position: static;
float: none;
display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
background-color: #ebcccc;
}
.table-responsive {
overflow-x: auto;
min-height: 0.01%;
}
@media screen and (max-width: 767px) {
.table-responsive {
width: 100%;
margin-bottom: 13.5px;
overflow-y: hidden;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #dddddd;
}
.table-responsive > .table {
margin-bottom: 0;
}
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
white-space: nowrap;
}
.table-responsive > .table-bordered {
border: 0;
}
.table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0;
}
}
fieldset {
padding: 0;
margin: 0;
border: 0;
min-width: 0;
}
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 18px;
font-size: 19.5px;
line-height: inherit;
color: #333333;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: bold;
}
input[type="search"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
margin: 4px 0 0;
margin-top: 1px \9;
line-height: normal;
}
input[type="file"] {
display: block;
}
input[type="range"] {
display: block;
width: 100%;
}
select[multiple],
select[size] {
height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
output {
display: block;
padding-top: 7px;
font-size: 13px;
line-height: 1.42857143;
color: #555555;
}
.form-control {
display: block;
width: 100%;
height: 32px;
padding: 6px 12px;
font-size: 13px;
line-height: 1.42857143;
color: #555555;
background-color: #ffffff;
background-image: none;
border: 1px solid #cccccc;
border-radius: 2px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
color: #999999;
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: #999999;
}
.form-control::-webkit-input-placeholder {
color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
cursor: not-allowed;
background-color: #eeeeee;
opacity: 1;
}
textarea.form-control {
height: auto;
}
input[type="search"] {
-webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
line-height: 32px;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
line-height: 45px;
}
}
.form-group {
margin-bottom: 15px;
}
.radio,
.checkbox {
position: relative;
display: block;
margin-top: 10px;
margin-bottom: 10px;
}
.radio label,
.checkbox label {
min-height: 18px;
padding-left: 20px;
margin-bottom: 0;
font-weight: normal;
cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
position: absolute;
margin-left: -20px;
margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
vertical-align: middle;
font-weight: normal;
cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
margin-top: 0;
margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
cursor: not-allowed;
}
.form-control-static {
padding-top: 7px;
padding-bottom: 7px;
margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
padding-left: 0;
padding-right: 0;
}
.input-sm,
.form-group-sm .form-control {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 1px;
}
select.input-sm,
select.form-group-sm .form-control {
height: 30px;
line-height: 30px;
}
textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control {
height: auto;
}
.input-lg,
.form-group-lg .form-control {
height: 45px;
padding: 10px 16px;
font-size: 17px;
line-height: 1.33;
border-radius: 3px;
}
select.input-lg,
select.form-group-lg .form-control {
height: 45px;
line-height: 45px;
}
textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control {
height: auto;
}
.has-feedback {
position: relative;
}
.has-feedback .form-control {
padding-right: 40px;
}
.form-control-feedback {
position: absolute;
top: 0;
right: 0;
z-index: 2;
display: block;
width: 32px;
height: 32px;
line-height: 32px;
text-align: center;
pointer-events: none;
}
.input-lg + .form-control-feedback {
width: 45px;
height: 45px;
line-height: 45px;
}
.input-sm + .form-control-feedback {
width: 30px;
height: 30px;
line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
color: #3c763d;
}
.has-success .form-control {
border-color: #3c763d;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
border-color: #2b542c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
color: #3c763d;
border-color: #3c763d;
background-color: #dff0d8;
}
.has-success .form-control-feedback {
color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
color: #8a6d3b;
}
.has-warning .form-control {
border-color: #8a6d3b;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
border-color: #66512c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
color: #8a6d3b;
border-color: #8a6d3b;
background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
color: #a94442;
}
.has-error .form-control {
border-color: #a94442;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
border-color: #843534;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
color: #a94442;
border-color: #a94442;
background-color: #f2dede;
}
.has-error .form-control-feedback {
color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
top: 23px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
top: 0;
}
.help-block {
display: block;
margin-top: 5px;
margin-bottom: 10px;
color: #404040;
}
@media (min-width: 768px) {
.form-inline .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.form-inline .form-control-static {
display: inline-block;
}
.form-inline .input-group {
display: inline-table;
vertical-align: middle;
}
.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
width: auto;
}
.form-inline .input-group > .form-control {
width: 100%;
}
.form-inline .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .radio,
.form-inline .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .radio label,
.form-inline .checkbox label {
padding-left: 0;
}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0;
}
.form-inline .has-feedback .form-control-feedback {
top: 0;
}
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
margin-top: 0;
margin-bottom: 0;
padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
min-height: 25px;
}
.form-horizontal .form-group {
margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 768px) {
.form-horizontal .control-label {
text-align: right;
margin-bottom: 0;
padding-top: 7px;
}
}
.form-horizontal .has-feedback .form-control-feedback {
right: 0px;
}
@media (min-width: 768px) {
.form-horizontal .form-group-lg .control-label {
padding-top: 14.3px;
}
}
@media (min-width: 768px) {
.form-horizontal .form-group-sm .control-label {
padding-top: 6px;
}
}
.btn {
display: inline-block;
margin-bottom: 0;
font-weight: normal;
text-align: center;
vertical-align: middle;
touch-action: manipulation;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 12px;
font-size: 13px;
line-height: 1.42857143;
border-radius: 2px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
color: #333333;
text-decoration: none;
}
.btn:active,
.btn.active {
outline: 0;
background-image: none;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
cursor: not-allowed;
pointer-events: none;
opacity: 0.65;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-default {
color: #333333;
background-color: #ffffff;
border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
color: #333333;
background-color: #e6e6e6;
border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
background-color: #ffffff;
border-color: #cccccc;
}
.btn-default .badge {
color: #ffffff;
background-color: #333333;
}
.btn-primary {
color: #ffffff;
background-color: #337ab7;
border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
color: #ffffff;
background-color: #286090;
border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
background-color: #337ab7;
border-color: #2e6da4;
}
.btn-primary .badge {
color: #337ab7;
background-color: #ffffff;
}
.btn-success {
color: #ffffff;
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
color: #ffffff;
background-color: #449d44;
border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success .badge {
color: #5cb85c;
background-color: #ffffff;
}
.btn-info {
color: #ffffff;
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
color: #ffffff;
background-color: #31b0d5;
border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info .badge {
color: #5bc0de;
background-color: #ffffff;
}
.btn-warning {
color: #ffffff;
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
color: #ffffff;
background-color: #ec971f;
border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning .badge {
color: #f0ad4e;
background-color: #ffffff;
}
.btn-danger {
color: #ffffff;
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
color: #ffffff;
background-color: #c9302c;
border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger .badge {
color: #d9534f;
background-color: #ffffff;
}
.btn-link {
color: #337ab7;
font-weight: normal;
border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
color: #23527c;
text-decoration: underline;
background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
color: #777777;
text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
padding: 10px 16px;
font-size: 17px;
line-height: 1.33;
border-radius: 3px;
}
.btn-sm,
.btn-group-sm > .btn {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 1px;
}
.btn-xs,
.btn-group-xs > .btn {
padding: 1px 5px;
font-size: 12px;
line-height: 1.5;
border-radius: 1px;
}
.btn-block {
display: block;
width: 100%;
}
.btn-block + .btn-block {
margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width: 100%;
}
.fade {
opacity: 0;
-webkit-transition: opacity 0.15s linear;
-o-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
.fade.in {
opacity: 1;
}
.collapse {
display: none;
visibility: hidden;
}
.collapse.in {
display: block;
visibility: visible;
}
tr.collapse.in {
display: table-row;
}
tbody.collapse.in {
display: table-row-group;
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition-property: height, visibility;
transition-property: height, visibility;
-webkit-transition-duration: 0.35s;
transition-duration: 0.35s;
-webkit-transition-timing-function: ease;
transition-timing-function: ease;
}
.caret {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px solid;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}
.dropdown {
position: relative;
}
.dropdown-toggle:focus {
outline: 0;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
list-style: none;
font-size: 13px;
text-align: left;
background-color: #ffffff;
border: 1px solid #cccccc;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 2px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
background-clip: padding-box;
}
.dropdown-menu.pull-right {
right: 0;
left: auto;
}
.dropdown-menu .divider {
height: 1px;
margin: 8px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.dropdown-menu > li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.42857143;
color: #333333;
white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
text-decoration: none;
color: #262626;
background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
color: #ffffff;
text-decoration: none;
outline: 0;
background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
text-decoration: none;
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
cursor: not-allowed;
}
.open > .dropdown-menu {
display: block;
}
.open > a {
outline: 0;
}
.dropdown-menu-right {
left: auto;
right: 0;
}
.dropdown-menu-left {
left: 0;
right: auto;
}
.dropdown-header {
display: block;
padding: 3px 20px;
font-size: 12px;
line-height: 1.42857143;
color: #777777;
white-space: nowrap;
}
.dropdown-backdrop {
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: 990;
}
.pull-right > .dropdown-menu {
right: 0;
left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
border-top: 0;
border-bottom: 4px solid;
content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 1px;
}
@media (min-width: 541px) {
.navbar-right .dropdown-menu {
left: auto;
right: 0;
}
.navbar-right .dropdown-menu-left {
left: 0;
right: auto;
}
}
.btn-group,
.btn-group-vertical {
position: relative;
display: inline-block;
vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
position: relative;
float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
margin-left: -1px;
}
.btn-toolbar {
margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
border-radius: 0;
}
.btn-group > .btn:first-child {
margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.btn-group > .btn-group {
float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
padding-left: 8px;
padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
padding-left: 12px;
padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
-webkit-box-shadow: none;
box-shadow: none;
}
.btn .caret {
margin-left: 0;
}
.btn-lg .caret {
border-width: 5px 5px 0;
border-bottom-width: 0;
}
.dropup .btn-lg .caret {
border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
display: block;
float: none;
width: 100%;
max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
margin-top: -1px;
margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
border-top-right-radius: 2px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
border-bottom-left-radius: 2px;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.btn-group-justified {
display: table;
width: 100%;
table-layout: fixed;
border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
float: none;
display: table-cell;
width: 1%;
}
.btn-group-justified > .btn-group .btn {
width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none;
}
.input-group {
position: relative;
display: table;
border-collapse: separate;
}
.input-group[class*="col-"] {
float: none;
padding-left: 0;
padding-right: 0;
}
.input-group .form-control {
position: relative;
z-index: 2;
float: left;
width: 100%;
margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
height: 45px;
padding: 10px 16px;
font-size: 17px;
line-height: 1.33;
border-radius: 3px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
height: 45px;
line-height: 45px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 1px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
height: 30px;
line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
border-radius: 0;
}
.input-group-addon,
.input-group-btn {
width: 1%;
white-space: nowrap;
vertical-align: middle;
}
.input-group-addon {
padding: 6px 12px;
font-size: 13px;
font-weight: normal;
line-height: 1;
color: #555555;
text-align: center;
background-color: #eeeeee;
border: 1px solid #cccccc;
border-radius: 2px;
}
.input-group-addon.input-sm {
padding: 5px 10px;
font-size: 12px;
border-radius: 1px;
}
.input-group-addon.input-lg {
padding: 10px 16px;
font-size: 17px;
border-radius: 3px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.input-group-addon:first-child {
border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.input-group-addon:last-child {
border-left: 0;
}
.input-group-btn {
position: relative;
font-size: 0;
white-space: nowrap;
}
.input-group-btn > .btn {
position: relative;
}
.input-group-btn > .btn + .btn {
margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
margin-left: -1px;
}
.nav {
margin-bottom: 0;
padding-left: 0;
list-style: none;
}
.nav > li {
position: relative;
display: block;
}
.nav > li > a {
position: relative;
display: block;
padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
text-decoration: none;
background-color: #eeeeee;
}
.nav > li.disabled > a {
color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
color: #777777;
text-decoration: none;
background-color: transparent;
cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
background-color: #eeeeee;
border-color: #337ab7;
}
.nav .nav-divider {
height: 1px;
margin: 8px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.nav > li > a > img {
max-width: none;
}
.nav-tabs {
border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
float: left;
margin-bottom: -1px;
}
.nav-tabs > li > a {
margin-right: 2px;
line-height: 1.42857143;
border: 1px solid transparent;
border-radius: 2px 2px 0 0;
}
.nav-tabs > li > a:hover {
border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
color: #555555;
background-color: #ffffff;
border: 1px solid #dddddd;
border-bottom-color: transparent;
cursor: default;
}
.nav-tabs.nav-justified {
width: 100%;
border-bottom: 0;
}
.nav-tabs.nav-justified > li {
float: none;
}
.nav-tabs.nav-justified > li > a {
text-align: center;
margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto;
}
@media (min-width: 768px) {
.nav-tabs.nav-justified > li {
display: table-cell;
width: 1%;
}
.nav-tabs.nav-justified > li > a {
margin-bottom: 0;
}
}
.nav-tabs.nav-justified > li > a {
margin-right: 0;
border-radius: 2px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
border: 1px solid #dddddd;
}
@media (min-width: 768px) {
.nav-tabs.nav-justified > li > a {
border-bottom: 1px solid #dddddd;
border-radius: 2px 2px 0 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
border-bottom-color: #ffffff;
}
}
.nav-pills > li {
float: left;
}
.nav-pills > li > a {
border-radius: 2px;
}
.nav-pills > li + li {
margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
color: #ffffff;
background-color: #337ab7;
}
.nav-stacked > li {
float: none;
}
.nav-stacked > li + li {
margin-top: 2px;
margin-left: 0;
}
.nav-justified {
width: 100%;
}
.nav-justified > li {
float: none;
}
.nav-justified > li > a {
text-align: center;
margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto;
}
@media (min-width: 768px) {
.nav-justified > li {
display: table-cell;
width: 1%;
}
.nav-justified > li > a {
margin-bottom: 0;
}
}
.nav-tabs-justified {
border-bottom: 0;
}
.nav-tabs-justified > li > a {
margin-right: 0;
border-radius: 2px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
border: 1px solid #dddddd;
}
@media (min-width: 768px) {
.nav-tabs-justified > li > a {
border-bottom: 1px solid #dddddd;
border-radius: 2px 2px 0 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
border-bottom-color: #ffffff;
}
}
.tab-content > .tab-pane {
display: none;
visibility: hidden;
}
.tab-content > .active {
display: block;
visibility: visible;
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.navbar {
position: relative;
min-height: 30px;
margin-bottom: 18px;
border: 1px solid transparent;
}
@media (min-width: 541px) {
.navbar {
border-radius: 2px;
}
}
@media (min-width: 541px) {
.navbar-header {
float: left;
}
}
.navbar-collapse {
overflow-x: visible;
padding-right: 0px;
padding-left: 0px;
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
-webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
overflow-y: auto;
}
@media (min-width: 541px) {
.navbar-collapse {
width: auto;
border-top: 0;
box-shadow: none;
}
.navbar-collapse.collapse {
display: block !important;
visibility: visible !important;
height: auto !important;
padding-bottom: 0;
overflow: visible !important;
}
.navbar-collapse.in {
overflow-y: visible;
}
.navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
padding-left: 0;
padding-right: 0;
}
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
max-height: 340px;
}
@media (max-device-width: 540px) and (orientation: landscape) {
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
max-height: 200px;
}
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
margin-right: 0px;
margin-left: 0px;
}
@media (min-width: 541px) {
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
margin-right: 0;
margin-left: 0;
}
}
.navbar-static-top {
z-index: 1000;
border-width: 0 0 1px;
}
@media (min-width: 541px) {
.navbar-static-top {
border-radius: 0;
}
}
.navbar-fixed-top,
.navbar-fixed-bottom {
position: fixed;
right: 0;
left: 0;
z-index: 1030;
}
@media (min-width: 541px) {
.navbar-fixed-top,
.navbar-fixed-bottom {
border-radius: 0;
}
}
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px;
}
.navbar-fixed-bottom {
bottom: 0;
margin-bottom: 0;
border-width: 1px 0 0;
}
.navbar-brand {
float: left;
padding: 6px 0px;
font-size: 17px;
line-height: 18px;
height: 30px;
}
.navbar-brand:hover,
.navbar-brand:focus {
text-decoration: none;
}
.navbar-brand > img {
display: block;
}
@media (min-width: 541px) {
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
margin-left: 0px;
}
}
.navbar-toggle {
position: relative;
float: right;
margin-right: 0px;
padding: 9px 10px;
margin-top: -2px;
margin-bottom: -2px;
background-color: transparent;
background-image: none;
border: 1px solid transparent;
border-radius: 2px;
}
.navbar-toggle:focus {
outline: 0;
}
.navbar-toggle .icon-bar {
display: block;
width: 22px;
height: 2px;
border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
margin-top: 4px;
}
@media (min-width: 541px) {
.navbar-toggle {
display: none;
}
}
.navbar-nav {
margin: 3px 0px;
}
.navbar-nav > li > a {
padding-top: 10px;
padding-bottom: 10px;
line-height: 18px;
}
@media (max-width: 540px) {
.navbar-nav .open .dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
box-shadow: none;
}
.navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
padding: 5px 15px 5px 25px;
}
.navbar-nav .open .dropdown-menu > li > a {
line-height: 18px;
}
.navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus {
background-image: none;
}
}
@media (min-width: 541px) {
.navbar-nav {
float: left;
margin: 0;
}
.navbar-nav > li {
float: left;
}
.navbar-nav > li > a {
padding-top: 6px;
padding-bottom: 6px;
}
}
.navbar-form {
margin-left: 0px;
margin-right: 0px;
padding: 10px 0px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
margin-top: -1px;
margin-bottom: -1px;
}
@media (min-width: 768px) {
.navbar-form .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.navbar-form .form-control-static {
display: inline-block;
}
.navbar-form .input-group {
display: inline-table;
vertical-align: middle;
}
.navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
width: auto;
}
.navbar-form .input-group > .form-control {
width: 100%;
}
.navbar-form .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .radio,
.navbar-form .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .radio label,
.navbar-form .checkbox label {
padding-left: 0;
}
.navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0;
}
.navbar-form .has-feedback .form-control-feedback {
top: 0;
}
}
@media (max-width: 540px) {
.navbar-form .form-group {
margin-bottom: 5px;
}
.navbar-form .form-group:last-child {
margin-bottom: 0;
}
}
@media (min-width: 541px) {
.navbar-form {
width: auto;
border: 0;
margin-left: 0;
margin-right: 0;
padding-top: 0;
padding-bottom: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
}
.navbar-nav > li > .dropdown-menu {
margin-top: 0;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
border-top-right-radius: 2px;
border-top-left-radius: 2px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.navbar-btn {
margin-top: -1px;
margin-bottom: -1px;
}
.navbar-btn.btn-sm {
margin-top: 0px;
margin-bottom: 0px;
}
.navbar-btn.btn-xs {
margin-top: 4px;
margin-bottom: 4px;
}
.navbar-text {
margin-top: 6px;
margin-bottom: 6px;
}
@media (min-width: 541px) {
.navbar-text {
float: left;
margin-left: 0px;
margin-right: 0px;
}
}
@media (min-width: 541px) {
.navbar-left {
float: left !important;
float: left;
}
.navbar-right {
float: right !important;
float: right;
margin-right: 0px;
}
.navbar-right ~ .navbar-right {
margin-right: 0;
}
}
.navbar-default {
background-color: #f8f8f8;
border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
color: #5e5e5e;
background-color: transparent;
}
.navbar-default .navbar-text {
color: #777777;
}
.navbar-default .navbar-nav > li > a {
color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
color: #333333;
background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
color: #555555;
background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
color: #cccccc;
background-color: transparent;
}
.navbar-default .navbar-toggle {
border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
background-color: #e7e7e7;
color: #555555;
}
@media (max-width: 540px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #777777;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #333333;
background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #555555;
background-color: #e7e7e7;
}
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #cccccc;
background-color: transparent;
}
}
.navbar-default .navbar-link {
color: #777777;
}
.navbar-default .navbar-link:hover {
color: #333333;
}
.navbar-default .btn-link {
color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
color: #cccccc;
}
.navbar-inverse {
background-color: #222222;
border-color: #080808;
}
.navbar-inverse .navbar-brand {
color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
color: #ffffff;
background-color: transparent;
}
.navbar-inverse .navbar-text {
color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
color: #ffffff;
background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
color: #ffffff;
background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
color: #444444;
background-color: transparent;
}
.navbar-inverse .navbar-toggle {
border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
background-color: #080808;
color: #ffffff;
}
@media (max-width: 540px) {
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
border-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
background-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
color: #9d9d9d;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
color: #ffffff;
background-color: transparent;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #ffffff;
background-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #444444;
background-color: transparent;
}
}
.navbar-inverse .navbar-link {
color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
color: #ffffff;
}
.navbar-inverse .btn-link {
color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
color: #444444;
}
.breadcrumb {
padding: 8px 15px;
margin-bottom: 18px;
list-style: none;
background-color: #f5f5f5;
border-radius: 2px;
}
.breadcrumb > li {
display: inline-block;
}
.breadcrumb > li + li:before {
content: "/\00a0";
padding: 0 5px;
color: #5e5e5e;
}
.breadcrumb > .active {
color: #777777;
}
.pagination {
display: inline-block;
padding-left: 0;
margin: 18px 0;
border-radius: 2px;
}
.pagination > li {
display: inline;
}
.pagination > li > a,
.pagination > li > span {
position: relative;
float: left;
padding: 6px 12px;
line-height: 1.42857143;
text-decoration: none;
color: #337ab7;
background-color: #ffffff;
border: 1px solid #dddddd;
margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
margin-left: 0;
border-bottom-left-radius: 2px;
border-top-left-radius: 2px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
border-bottom-right-radius: 2px;
border-top-right-radius: 2px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
color: #23527c;
background-color: #eeeeee;
border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
z-index: 2;
color: #ffffff;
background-color: #337ab7;
border-color: #337ab7;
cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
color: #777777;
background-color: #ffffff;
border-color: #dddddd;
cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
padding: 10px 16px;
font-size: 17px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
border-bottom-left-radius: 3px;
border-top-left-radius: 3px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
border-bottom-right-radius: 3px;
border-top-right-radius: 3px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
padding: 5px 10px;
font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
border-bottom-left-radius: 1px;
border-top-left-radius: 1px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
border-bottom-right-radius: 1px;
border-top-right-radius: 1px;
}
.pager {
padding-left: 0;
margin: 18px 0;
list-style: none;
text-align: center;
}
.pager li {
display: inline;
}
.pager li > a,
.pager li > span {
display: inline-block;
padding: 5px 14px;
background-color: #ffffff;
border: 1px solid #dddddd;
border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
text-decoration: none;
background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
float: right;
}
.pager .previous > a,
.pager .previous > span {
float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
color: #777777;
background-color: #ffffff;
cursor: not-allowed;
}
.label {
display: inline;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: bold;
line-height: 1;
color: #ffffff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
}
a.label:hover,
a.label:focus {
color: #ffffff;
text-decoration: none;
cursor: pointer;
}
.label:empty {
display: none;
}
.btn .label {
position: relative;
top: -1px;
}
.label-default {
background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
background-color: #5e5e5e;
}
.label-primary {
background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
background-color: #286090;
}
.label-success {
background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
background-color: #449d44;
}
.label-info {
background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
background-color: #31b0d5;
}
.label-warning {
background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
background-color: #ec971f;
}
.label-danger {
background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
background-color: #c9302c;
}
.badge {
display: inline-block;
min-width: 10px;
padding: 3px 7px;
font-size: 12px;
font-weight: bold;
color: #ffffff;
line-height: 1;
vertical-align: baseline;
white-space: nowrap;
text-align: center;
background-color: #777777;
border-radius: 10px;
}
.badge:empty {
display: none;
}
.btn .badge {
position: relative;
top: -1px;
}
.btn-xs .badge {
top: 0;
padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
color: #ffffff;
text-decoration: none;
cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
color: #337ab7;
background-color: #ffffff;
}
.list-group-item > .badge {
float: right;
}
.list-group-item > .badge + .badge {
margin-right: 5px;
}
.nav-pills > li > a > .badge {
margin-left: 3px;
}
.jumbotron {
padding: 30px 15px;
margin-bottom: 30px;
color: inherit;
background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
color: inherit;
}
.jumbotron p {
margin-bottom: 15px;
font-size: 20px;
font-weight: 200;
}
.jumbotron > hr {
border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
border-radius: 3px;
}
.jumbotron .container {
max-width: 100%;
}
@media screen and (min-width: 768px) {
.jumbotron {
padding: 48px 0;
}
.container .jumbotron,
.container-fluid .jumbotron {
padding-left: 60px;
padding-right: 60px;
}
.jumbotron h1,
.jumbotron .h1 {
font-size: 58.5px;
}
}
.thumbnail {
display: block;
padding: 4px;
margin-bottom: 18px;
line-height: 1.42857143;
background-color: #ffffff;
border: 1px solid #dddddd;
border-radius: 2px;
-webkit-transition: border 0.2s ease-in-out;
-o-transition: border 0.2s ease-in-out;
transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
margin-left: auto;
margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
border-color: #337ab7;
}
.thumbnail .caption {
padding: 9px;
color: #000000;
}
.alert {
padding: 15px;
margin-bottom: 18px;
border: 1px solid transparent;
border-radius: 2px;
}
.alert h4 {
margin-top: 0;
color: inherit;
}
.alert .alert-link {
font-weight: bold;
}
.alert > p,
.alert > ul {
margin-bottom: 0;
}
.alert > p + p {
margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
position: relative;
top: -2px;
right: -21px;
color: inherit;
}
.alert-success {
background-color: #dff0d8;
border-color: #d6e9c6;
color: #3c763d;
}
.alert-success hr {
border-top-color: #c9e2b3;
}
.alert-success .alert-link {
color: #2b542c;
}
.alert-info {
background-color: #d9edf7;
border-color: #bce8f1;
color: #31708f;
}
.alert-info hr {
border-top-color: #a6e1ec;
}
.alert-info .alert-link {
color: #245269;
}
.alert-warning {
background-color: #fcf8e3;
border-color: #faebcc;
color: #8a6d3b;
}
.alert-warning hr {
border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
color: #66512c;
}
.alert-danger {
background-color: #f2dede;
border-color: #ebccd1;
color: #a94442;
}
.alert-danger hr {
border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
.progress {
overflow: hidden;
height: 18px;
margin-bottom: 18px;
background-color: #f5f5f5;
border-radius: 2px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
float: left;
width: 0%;
height: 100%;
font-size: 12px;
line-height: 18px;
color: #ffffff;
text-align: center;
background-color: #337ab7;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-webkit-transition: width 0.6s ease;
-o-transition: width 0.6s ease;
transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
-webkit-animation: progress-bar-stripes 2s linear infinite;
-o-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
margin-top: 15px;
}
.media:first-child {
margin-top: 0;
}
.media-right,
.media > .pull-right {
padding-left: 10px;
}
.media-left,
.media > .pull-left {
padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
display: table-cell;
vertical-align: top;
}
.media-middle {
vertical-align: middle;
}
.media-bottom {
vertical-align: bottom;
}
.media-heading {
margin-top: 0;
margin-bottom: 5px;
}
.media-list {
padding-left: 0;
list-style: none;
}
.list-group {
margin-bottom: 20px;
padding-left: 0;
}
.list-group-item {
position: relative;
display: block;
padding: 10px 15px;
margin-bottom: -1px;
background-color: #ffffff;
border: 1px solid #dddddd;
}
.list-group-item:first-child {
border-top-right-radius: 2px;
border-top-left-radius: 2px;
}
.list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: 2px;
border-bottom-left-radius: 2px;
}
a.list-group-item {
color: #555555;
}
a.list-group-item .list-group-item-heading {
color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
text-decoration: none;
color: #555555;
background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
background-color: #eeeeee;
color: #777777;
cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
z-index: 2;
color: #ffffff;
background-color: #337ab7;
border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
color: #c7ddef;
}
.list-group-item-success {
color: #3c763d;
background-color: #dff0d8;
}
a.list-group-item-success {
color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
color: #3c763d;
background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
color: #fff;
background-color: #3c763d;
border-color: #3c763d;
}
.list-group-item-info {
color: #31708f;
background-color: #d9edf7;
}
a.list-group-item-info {
color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
color: #31708f;
background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
color: #fff;
background-color: #31708f;
border-color: #31708f;
}
.list-group-item-warning {
color: #8a6d3b;
background-color: #fcf8e3;
}
a.list-group-item-warning {
color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
color: #8a6d3b;
background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
color: #fff;
background-color: #8a6d3b;
border-color: #8a6d3b;
}
.list-group-item-danger {
color: #a94442;
background-color: #f2dede;
}
a.list-group-item-danger {
color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
color: #a94442;
background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
color: #fff;
background-color: #a94442;
border-color: #a94442;
}
.list-group-item-heading {
margin-top: 0;
margin-bottom: 5px;
}
.list-group-item-text {
margin-bottom: 0;
line-height: 1.3;
}
.panel {
margin-bottom: 18px;
background-color: #ffffff;
border: 1px solid transparent;
border-radius: 2px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
padding: 15px;
}
.panel-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-right-radius: 1px;
border-top-left-radius: 1px;
}
.panel-heading > .dropdown .dropdown-toggle {
color: inherit;
}
.panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 15px;
color: inherit;
}
.panel-title > a {
color: inherit;
}
.panel-footer {
padding: 10px 15px;
background-color: #f5f5f5;
border-top: 1px solid #dddddd;
border-bottom-right-radius: 1px;
border-bottom-left-radius: 1px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
border-width: 1px 0;
border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
border-top: 0;
border-top-right-radius: 1px;
border-top-left-radius: 1px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
border-bottom: 0;
border-bottom-right-radius: 1px;
border-bottom-left-radius: 1px;
}
.panel-heading + .list-group .list-group-item:first-child {
border-top-width: 0;
}
.list-group + .panel-footer {
border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
padding-left: 15px;
padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
border-top-right-radius: 1px;
border-top-left-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
border-top-left-radius: 1px;
border-top-right-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
border-top-left-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
border-top-right-radius: 1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
border-bottom-right-radius: 1px;
border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
border-bottom-left-radius: 1px;
border-bottom-right-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
border-bottom-right-radius: 1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
border-bottom: 0;
}
.panel > .table-responsive {
border: 0;
margin-bottom: 0;
}
.panel-group {
margin-bottom: 18px;
}
.panel-group .panel {
margin-bottom: 0;
border-radius: 2px;
}
.panel-group .panel + .panel {
margin-top: 5px;
}
.panel-group .panel-heading {
border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
border-bottom: 1px solid #dddddd;
}
.panel-default {
border-color: #dddddd;
}
.panel-default > .panel-heading {
color: #333333;
background-color: #f5f5f5;
border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
color: #f5f5f5;
background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #dddddd;
}
.panel-primary {
border-color: #337ab7;
}
.panel-primary > .panel-heading {
color: #ffffff;
background-color: #337ab7;
border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
color: #337ab7;
background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #337ab7;
}
.panel-success {
border-color: #d6e9c6;
}
.panel-success > .panel-heading {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
color: #dff0d8;
background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #d6e9c6;
}
.panel-info {
border-color: #bce8f1;
}
.panel-info > .panel-heading {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
color: #d9edf7;
background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #bce8f1;
}
.panel-warning {
border-color: #faebcc;
}
.panel-warning > .panel-heading {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
color: #fcf8e3;
background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #faebcc;
}
.panel-danger {
border-color: #ebccd1;
}
.panel-danger > .panel-heading {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
color: #f2dede;
background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ebccd1;
}
.embed-responsive {
position: relative;
display: block;
height: 0;
padding: 0;
overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
left: 0;
bottom: 0;
height: 100%;
width: 100%;
border: 0;
}
.embed-responsive.embed-responsive-16by9 {
padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
padding-bottom: 75%;
}
.well {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid #e3e3e3;
border-radius: 2px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
border-color: #ddd;
border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
padding: 24px;
border-radius: 3px;
}
.well-sm {
padding: 9px;
border-radius: 1px;
}
.close {
float: right;
font-size: 19.5px;
font-weight: bold;
line-height: 1;
color: #000000;
text-shadow: 0 1px 0 #ffffff;
opacity: 0.2;
filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
color: #000000;
text-decoration: none;
cursor: pointer;
opacity: 0.5;
filter: alpha(opacity=50);
}
button.close {
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
}
.modal-open {
overflow: hidden;
}
.modal {
display: none;
overflow: hidden;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
-webkit-overflow-scrolling: touch;
outline: 0;
}
.modal.fade .modal-dialog {
-webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%);
-o-transform: translate(0, -25%);
transform: translate(0, -25%);
-webkit-transition: -webkit-transform 0.3s ease-out;
-moz-transition: -moz-transform 0.3s ease-out;
-o-transition: -o-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
.modal-dialog {
position: relative;
width: auto;
margin: 10px;
}
.modal-content {
position: relative;
background-color: #ffffff;
border: 1px solid #999999;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 3px;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
background-clip: padding-box;
outline: 0;
}
.modal-backdrop {
position: absolute;
top: 0;
right: 0;
left: 0;
background-color: #000000;
}
.modal-backdrop.fade {
opacity: 0;
filter: alpha(opacity=0);
}
.modal-backdrop.in {
opacity: 0.5;
filter: alpha(opacity=50);
}
.modal-header {
padding: 15px;
border-bottom: 1px solid #e5e5e5;
min-height: 16.42857143px;
}
.modal-header .close {
margin-top: -2px;
}
.modal-title {
margin: 0;
line-height: 1.42857143;
}
.modal-body {
position: relative;
padding: 15px;
}
.modal-footer {
padding: 15px;
text-align: right;
border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
margin-left: 5px;
margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
margin-left: 0;
}
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
@media (min-width: 768px) {
.modal-dialog {
width: 600px;
margin: 30px auto;
}
.modal-content {
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.modal-sm {
width: 300px;
}
}
@media (min-width: 992px) {
.modal-lg {
width: 900px;
}
}
.tooltip {
position: absolute;
z-index: 1070;
display: block;
visibility: visible;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 12px;
font-weight: normal;
line-height: 1.4;
opacity: 0;
filter: alpha(opacity=0);
}
.tooltip.in {
opacity: 0.9;
filter: alpha(opacity=90);
}
.tooltip.top {
margin-top: -3px;
padding: 5px 0;
}
.tooltip.right {
margin-left: 3px;
padding: 0 5px;
}
.tooltip.bottom {
margin-top: 3px;
padding: 5px 0;
}
.tooltip.left {
margin-left: -3px;
padding: 0 5px;
}
.tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #ffffff;
text-align: center;
text-decoration: none;
background-color: #000000;
border-radius: 2px;
}
.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
bottom: 0;
right: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
bottom: 0;
left: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
top: 0;
right: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
top: 0;
left: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000000;
}
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: none;
max-width: 276px;
padding: 1px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
font-weight: normal;
line-height: 1.42857143;
text-align: left;
background-color: #ffffff;
background-clip: padding-box;
border: 1px solid #cccccc;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 3px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
white-space: normal;
}
.popover.top {
margin-top: -10px;
}
.popover.right {
margin-left: 10px;
}
.popover.bottom {
margin-top: 10px;
}
.popover.left {
margin-left: -10px;
}
.popover-title {
margin: 0;
padding: 8px 14px;
font-size: 13px;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-radius: 2px 2px 0 0;
}
.popover-content {
padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.popover > .arrow {
border-width: 11px;
}
.popover > .arrow:after {
border-width: 10px;
content: "";
}
.popover.top > .arrow {
left: 50%;
margin-left: -11px;
border-bottom-width: 0;
border-top-color: #999999;
border-top-color: rgba(0, 0, 0, 0.25);
bottom: -11px;
}
.popover.top > .arrow:after {
content: " ";
bottom: 1px;
margin-left: -10px;
border-bottom-width: 0;
border-top-color: #ffffff;
}
.popover.right > .arrow {
top: 50%;
left: -11px;
margin-top: -11px;
border-left-width: 0;
border-right-color: #999999;
border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
content: " ";
left: 1px;
bottom: -10px;
border-left-width: 0;
border-right-color: #ffffff;
}
.popover.bottom > .arrow {
left: 50%;
margin-left: -11px;
border-top-width: 0;
border-bottom-color: #999999;
border-bottom-color: rgba(0, 0, 0, 0.25);
top: -11px;
}
.popover.bottom > .arrow:after {
content: " ";
top: 1px;
margin-left: -10px;
border-top-width: 0;
border-bottom-color: #ffffff;
}
.popover.left > .arrow {
top: 50%;
right: -11px;
margin-top: -11px;
border-right-width: 0;
border-left-color: #999999;
border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
content: " ";
right: 1px;
border-right-width: 0;
border-left-color: #ffffff;
bottom: -10px;
}
.carousel {
position: relative;
}
.carousel-inner {
position: relative;
overflow: hidden;
width: 100%;
}
.carousel-inner > .item {
display: none;
position: relative;
-webkit-transition: 0.6s ease-in-out left;
-o-transition: 0.6s ease-in-out left;
transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-inner > .item {
transition: transform 0.6s ease-in-out;
backface-visibility: hidden;
perspective: 1000;
}
.carousel-inner > .item.next,
.carousel-inner > .item.active.right {
transform: translate3d(100%, 0, 0);
left: 0;
}
.carousel-inner > .item.prev,
.carousel-inner > .item.active.left {
transform: translate3d(-100%, 0, 0);
left: 0;
}
.carousel-inner > .item.next.left,
.carousel-inner > .item.prev.right,
.carousel-inner > .item.active {
transform: translate3d(0, 0, 0);
left: 0;
}
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
display: block;
}
.carousel-inner > .active {
left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
position: absolute;
top: 0;
width: 100%;
}
.carousel-inner > .next {
left: 100%;
}
.carousel-inner > .prev {
left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
left: 0;
}
.carousel-inner > .active.left {
left: -100%;
}
.carousel-inner > .active.right {
left: 100%;
}
.carousel-control {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 15%;
opacity: 0.5;
filter: alpha(opacity=50);
font-size: 20px;
color: #ffffff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
left: auto;
right: 0;
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
outline: 0;
color: #ffffff;
text-decoration: none;
opacity: 0.9;
filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
position: absolute;
top: 50%;
z-index: 5;
display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
left: 50%;
margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
right: 50%;
margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 20px;
height: 20px;
margin-top: -10px;
font-family: serif;
}
.carousel-control .icon-prev:before {
content: '\2039';
}
.carousel-control .icon-next:before {
content: '\203a';
}
.carousel-indicators {
position: absolute;
bottom: 10px;
left: 50%;
z-index: 15;
width: 60%;
margin-left: -30%;
padding-left: 0;
list-style: none;
text-align: center;
}
.carousel-indicators li {
display: inline-block;
width: 10px;
height: 10px;
margin: 1px;
text-indent: -999px;
border: 1px solid #ffffff;
border-radius: 10px;
cursor: pointer;
background-color: #000 \9;
background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
margin: 0;
width: 12px;
height: 12px;
background-color: #ffffff;
}
.carousel-caption {
position: absolute;
left: 15%;
right: 15%;
bottom: 20px;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #ffffff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
text-shadow: none;
}
@media screen and (min-width: 768px) {
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 30px;
height: 30px;
margin-top: -15px;
font-size: 30px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
margin-left: -15px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
margin-right: -15px;
}
.carousel-caption {
left: 20%;
right: 20%;
padding-bottom: 30px;
}
.carousel-indicators {
bottom: 20px;
}
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
.item_buttons:before,
.item_buttons:after {
content: " ";
display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after,
.item_buttons:after {
clear: both;
}
.center-block {
display: block;
margin-left: auto;
margin-right: auto;
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
.hide {
display: none !important;
}
.show {
display: block !important;
}
.invisible {
visibility: hidden;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.hidden {
display: none !important;
visibility: hidden !important;
}
.affix {
position: fixed;
}
@-ms-viewport {
width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
display: none !important;
}
@media (max-width: 767px) {
.visible-xs {
display: block !important;
}
table.visible-xs {
display: table;
}
tr.visible-xs {
display: table-row !important;
}
th.visible-xs,
td.visible-xs {
display: table-cell !important;
}
}
@media (max-width: 767px) {
.visible-xs-block {
display: block !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline {
display: inline !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline-block {
display: inline-block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
display: block !important;
}
table.visible-sm {
display: table;
}
tr.visible-sm {
display: table-row !important;
}
th.visible-sm,
td.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-block {
display: block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline {
display: inline !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline-block {
display: inline-block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display: block !important;
}
table.visible-md {
display: table;
}
tr.visible-md {
display: table-row !important;
}
th.visible-md,
td.visible-md {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-block {
display: block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline {
display: inline !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline-block {
display: inline-block !important;
}
}
@media (min-width: 1200px) {
.visible-lg {
display: block !important;
}
table.visible-lg {
display: table;
}
tr.visible-lg {
display: table-row !important;
}
th.visible-lg,
td.visible-lg {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-lg-block {
display: block !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline {
display: inline !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline-block {
display: inline-block !important;
}
}
@media (max-width: 767px) {
.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-lg {
display: none !important;
}
}
.visible-print {
display: none !important;
}
@media print {
.visible-print {
display: block !important;
}
table.visible-print {
display: table;
}
tr.visible-print {
display: table-row !important;
}
th.visible-print,
td.visible-print {
display: table-cell !important;
}
}
.visible-print-block {
display: none !important;
}
@media print {
.visible-print-block {
display: block !important;
}
}
.visible-print-inline {
display: none !important;
}
@media print {
.visible-print-inline {
display: inline !important;
}
}
.visible-print-inline-block {
display: none !important;
}
@media print {
.visible-print-inline-block {
display: inline-block !important;
}
}
@media print {
.hidden-print {
display: none !important;
}
}
/*!
*
* Font Awesome
*
*/
/*!
* Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
/* FONT PATH
* -------------------------- */
@font-face {
font-family: 'FontAwesome';
src: url('../components/font-awesome/fonts/fontawesome-webfont.eot?v=4.3.0');
src: url('../components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../components/font-awesome/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../components/font-awesome/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../components/font-awesome/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
font-weight: normal;
font-style: normal;
}
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.fa-2x {
font-size: 2em;
}
.fa-3x {
font-size: 3em;
}
.fa-4x {
font-size: 4em;
}
.fa-5x {
font-size: 5em;
}
.fa-fw {
width: 1.28571429em;
text-align: center;
}
.fa-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.fa-ul > li {
position: relative;
}
.fa-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.85714286em;
}
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em;
}
.pull-right {
float: right;
}
.pull-left {
float: left;
}
.fa.pull-left {
margin-right: .3em;
}
.fa.pull-right {
margin-left: .3em;
}
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.fa-rotate-90 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.fa-flip-vertical {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
filter: none;
}
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-glass:before {
content: "\f000";
}
.fa-music:before {
content: "\f001";
}
.fa-search:before {
content: "\f002";
}
.fa-envelope-o:before {
content: "\f003";
}
.fa-heart:before {
content: "\f004";
}
.fa-star:before {
content: "\f005";
}
.fa-star-o:before {
content: "\f006";
}
.fa-user:before {
content: "\f007";
}
.fa-film:before {
content: "\f008";
}
.fa-th-large:before {
content: "\f009";
}
.fa-th:before {
content: "\f00a";
}
.fa-th-list:before {
content: "\f00b";
}
.fa-check:before {
content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
content: "\f00d";
}
.fa-search-plus:before {
content: "\f00e";
}
.fa-search-minus:before {
content: "\f010";
}
.fa-power-off:before {
content: "\f011";
}
.fa-signal:before {
content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
content: "\f013";
}
.fa-trash-o:before {
content: "\f014";
}
.fa-home:before {
content: "\f015";
}
.fa-file-o:before {
content: "\f016";
}
.fa-clock-o:before {
content: "\f017";
}
.fa-road:before {
content: "\f018";
}
.fa-download:before {
content: "\f019";
}
.fa-arrow-circle-o-down:before {
content: "\f01a";
}
.fa-arrow-circle-o-up:before {
content: "\f01b";
}
.fa-inbox:before {
content: "\f01c";
}
.fa-play-circle-o:before {
content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
content: "\f01e";
}
.fa-refresh:before {
content: "\f021";
}
.fa-list-alt:before {
content: "\f022";
}
.fa-lock:before {
content: "\f023";
}
.fa-flag:before {
content: "\f024";
}
.fa-headphones:before {
content: "\f025";
}
.fa-volume-off:before {
content: "\f026";
}
.fa-volume-down:before {
content: "\f027";
}
.fa-volume-up:before {
content: "\f028";
}
.fa-qrcode:before {
content: "\f029";
}
.fa-barcode:before {
content: "\f02a";
}
.fa-tag:before {
content: "\f02b";
}
.fa-tags:before {
content: "\f02c";
}
.fa-book:before {
content: "\f02d";
}
.fa-bookmark:before {
content: "\f02e";
}
.fa-print:before {
content: "\f02f";
}
.fa-camera:before {
content: "\f030";
}
.fa-font:before {
content: "\f031";
}
.fa-bold:before {
content: "\f032";
}
.fa-italic:before {
content: "\f033";
}
.fa-text-height:before {
content: "\f034";
}
.fa-text-width:before {
content: "\f035";
}
.fa-align-left:before {
content: "\f036";
}
.fa-align-center:before {
content: "\f037";
}
.fa-align-right:before {
content: "\f038";
}
.fa-align-justify:before {
content: "\f039";
}
.fa-list:before {
content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
content: "\f03b";
}
.fa-indent:before {
content: "\f03c";
}
.fa-video-camera:before {
content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
content: "\f03e";
}
.fa-pencil:before {
content: "\f040";
}
.fa-map-marker:before {
content: "\f041";
}
.fa-adjust:before {
content: "\f042";
}
.fa-tint:before {
content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
content: "\f044";
}
.fa-share-square-o:before {
content: "\f045";
}
.fa-check-square-o:before {
content: "\f046";
}
.fa-arrows:before {
content: "\f047";
}
.fa-step-backward:before {
content: "\f048";
}
.fa-fast-backward:before {
content: "\f049";
}
.fa-backward:before {
content: "\f04a";
}
.fa-play:before {
content: "\f04b";
}
.fa-pause:before {
content: "\f04c";
}
.fa-stop:before {
content: "\f04d";
}
.fa-forward:before {
content: "\f04e";
}
.fa-fast-forward:before {
content: "\f050";
}
.fa-step-forward:before {
content: "\f051";
}
.fa-eject:before {
content: "\f052";
}
.fa-chevron-left:before {
content: "\f053";
}
.fa-chevron-right:before {
content: "\f054";
}
.fa-plus-circle:before {
content: "\f055";
}
.fa-minus-circle:before {
content: "\f056";
}
.fa-times-circle:before {
content: "\f057";
}
.fa-check-circle:before {
content: "\f058";
}
.fa-question-circle:before {
content: "\f059";
}
.fa-info-circle:before {
content: "\f05a";
}
.fa-crosshairs:before {
content: "\f05b";
}
.fa-times-circle-o:before {
content: "\f05c";
}
.fa-check-circle-o:before {
content: "\f05d";
}
.fa-ban:before {
content: "\f05e";
}
.fa-arrow-left:before {
content: "\f060";
}
.fa-arrow-right:before {
content: "\f061";
}
.fa-arrow-up:before {
content: "\f062";
}
.fa-arrow-down:before {
content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
content: "\f064";
}
.fa-expand:before {
content: "\f065";
}
.fa-compress:before {
content: "\f066";
}
.fa-plus:before {
content: "\f067";
}
.fa-minus:before {
content: "\f068";
}
.fa-asterisk:before {
content: "\f069";
}
.fa-exclamation-circle:before {
content: "\f06a";
}
.fa-gift:before {
content: "\f06b";
}
.fa-leaf:before {
content: "\f06c";
}
.fa-fire:before {
content: "\f06d";
}
.fa-eye:before {
content: "\f06e";
}
.fa-eye-slash:before {
content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
content: "\f071";
}
.fa-plane:before {
content: "\f072";
}
.fa-calendar:before {
content: "\f073";
}
.fa-random:before {
content: "\f074";
}
.fa-comment:before {
content: "\f075";
}
.fa-magnet:before {
content: "\f076";
}
.fa-chevron-up:before {
content: "\f077";
}
.fa-chevron-down:before {
content: "\f078";
}
.fa-retweet:before {
content: "\f079";
}
.fa-shopping-cart:before {
content: "\f07a";
}
.fa-folder:before {
content: "\f07b";
}
.fa-folder-open:before {
content: "\f07c";
}
.fa-arrows-v:before {
content: "\f07d";
}
.fa-arrows-h:before {
content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
content: "\f080";
}
.fa-twitter-square:before {
content: "\f081";
}
.fa-facebook-square:before {
content: "\f082";
}
.fa-camera-retro:before {
content: "\f083";
}
.fa-key:before {
content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
content: "\f085";
}
.fa-comments:before {
content: "\f086";
}
.fa-thumbs-o-up:before {
content: "\f087";
}
.fa-thumbs-o-down:before {
content: "\f088";
}
.fa-star-half:before {
content: "\f089";
}
.fa-heart-o:before {
content: "\f08a";
}
.fa-sign-out:before {
content: "\f08b";
}
.fa-linkedin-square:before {
content: "\f08c";
}
.fa-thumb-tack:before {
content: "\f08d";
}
.fa-external-link:before {
content: "\f08e";
}
.fa-sign-in:before {
content: "\f090";
}
.fa-trophy:before {
content: "\f091";
}
.fa-github-square:before {
content: "\f092";
}
.fa-upload:before {
content: "\f093";
}
.fa-lemon-o:before {
content: "\f094";
}
.fa-phone:before {
content: "\f095";
}
.fa-square-o:before {
content: "\f096";
}
.fa-bookmark-o:before {
content: "\f097";
}
.fa-phone-square:before {
content: "\f098";
}
.fa-twitter:before {
content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
content: "\f09a";
}
.fa-github:before {
content: "\f09b";
}
.fa-unlock:before {
content: "\f09c";
}
.fa-credit-card:before {
content: "\f09d";
}
.fa-rss:before {
content: "\f09e";
}
.fa-hdd-o:before {
content: "\f0a0";
}
.fa-bullhorn:before {
content: "\f0a1";
}
.fa-bell:before {
content: "\f0f3";
}
.fa-certificate:before {
content: "\f0a3";
}
.fa-hand-o-right:before {
content: "\f0a4";
}
.fa-hand-o-left:before {
content: "\f0a5";
}
.fa-hand-o-up:before {
content: "\f0a6";
}
.fa-hand-o-down:before {
content: "\f0a7";
}
.fa-arrow-circle-left:before {
content: "\f0a8";
}
.fa-arrow-circle-right:before {
content: "\f0a9";
}
.fa-arrow-circle-up:before {
content: "\f0aa";
}
.fa-arrow-circle-down:before {
content: "\f0ab";
}
.fa-globe:before {
content: "\f0ac";
}
.fa-wrench:before {
content: "\f0ad";
}
.fa-tasks:before {
content: "\f0ae";
}
.fa-filter:before {
content: "\f0b0";
}
.fa-briefcase:before {
content: "\f0b1";
}
.fa-arrows-alt:before {
content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
content: "\f0c1";
}
.fa-cloud:before {
content: "\f0c2";
}
.fa-flask:before {
content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
content: "\f0c5";
}
.fa-paperclip:before {
content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
content: "\f0c7";
}
.fa-square:before {
content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
content: "\f0c9";
}
.fa-list-ul:before {
content: "\f0ca";
}
.fa-list-ol:before {
content: "\f0cb";
}
.fa-strikethrough:before {
content: "\f0cc";
}
.fa-underline:before {
content: "\f0cd";
}
.fa-table:before {
content: "\f0ce";
}
.fa-magic:before {
content: "\f0d0";
}
.fa-truck:before {
content: "\f0d1";
}
.fa-pinterest:before {
content: "\f0d2";
}
.fa-pinterest-square:before {
content: "\f0d3";
}
.fa-google-plus-square:before {
content: "\f0d4";
}
.fa-google-plus:before {
content: "\f0d5";
}
.fa-money:before {
content: "\f0d6";
}
.fa-caret-down:before {
content: "\f0d7";
}
.fa-caret-up:before {
content: "\f0d8";
}
.fa-caret-left:before {
content: "\f0d9";
}
.fa-caret-right:before {
content: "\f0da";
}
.fa-columns:before {
content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
content: "\f0de";
}
.fa-envelope:before {
content: "\f0e0";
}
.fa-linkedin:before {
content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
content: "\f0e4";
}
.fa-comment-o:before {
content: "\f0e5";
}
.fa-comments-o:before {
content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
content: "\f0e7";
}
.fa-sitemap:before {
content: "\f0e8";
}
.fa-umbrella:before {
content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
content: "\f0ea";
}
.fa-lightbulb-o:before {
content: "\f0eb";
}
.fa-exchange:before {
content: "\f0ec";
}
.fa-cloud-download:before {
content: "\f0ed";
}
.fa-cloud-upload:before {
content: "\f0ee";
}
.fa-user-md:before {
content: "\f0f0";
}
.fa-stethoscope:before {
content: "\f0f1";
}
.fa-suitcase:before {
content: "\f0f2";
}
.fa-bell-o:before {
content: "\f0a2";
}
.fa-coffee:before {
content: "\f0f4";
}
.fa-cutlery:before {
content: "\f0f5";
}
.fa-file-text-o:before {
content: "\f0f6";
}
.fa-building-o:before {
content: "\f0f7";
}
.fa-hospital-o:before {
content: "\f0f8";
}
.fa-ambulance:before {
content: "\f0f9";
}
.fa-medkit:before {
content: "\f0fa";
}
.fa-fighter-jet:before {
content: "\f0fb";
}
.fa-beer:before {
content: "\f0fc";
}
.fa-h-square:before {
content: "\f0fd";
}
.fa-plus-square:before {
content: "\f0fe";
}
.fa-angle-double-left:before {
content: "\f100";
}
.fa-angle-double-right:before {
content: "\f101";
}
.fa-angle-double-up:before {
content: "\f102";
}
.fa-angle-double-down:before {
content: "\f103";
}
.fa-angle-left:before {
content: "\f104";
}
.fa-angle-right:before {
content: "\f105";
}
.fa-angle-up:before {
content: "\f106";
}
.fa-angle-down:before {
content: "\f107";
}
.fa-desktop:before {
content: "\f108";
}
.fa-laptop:before {
content: "\f109";
}
.fa-tablet:before {
content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
content: "\f10b";
}
.fa-circle-o:before {
content: "\f10c";
}
.fa-quote-left:before {
content: "\f10d";
}
.fa-quote-right:before {
content: "\f10e";
}
.fa-spinner:before {
content: "\f110";
}
.fa-circle:before {
content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
content: "\f112";
}
.fa-github-alt:before {
content: "\f113";
}
.fa-folder-o:before {
content: "\f114";
}
.fa-folder-open-o:before {
content: "\f115";
}
.fa-smile-o:before {
content: "\f118";
}
.fa-frown-o:before {
content: "\f119";
}
.fa-meh-o:before {
content: "\f11a";
}
.fa-gamepad:before {
content: "\f11b";
}
.fa-keyboard-o:before {
content: "\f11c";
}
.fa-flag-o:before {
content: "\f11d";
}
.fa-flag-checkered:before {
content: "\f11e";
}
.fa-terminal:before {
content: "\f120";
}
.fa-code:before {
content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
content: "\f123";
}
.fa-location-arrow:before {
content: "\f124";
}
.fa-crop:before {
content: "\f125";
}
.fa-code-fork:before {
content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
content: "\f127";
}
.fa-question:before {
content: "\f128";
}
.fa-info:before {
content: "\f129";
}
.fa-exclamation:before {
content: "\f12a";
}
.fa-superscript:before {
content: "\f12b";
}
.fa-subscript:before {
content: "\f12c";
}
.fa-eraser:before {
content: "\f12d";
}
.fa-puzzle-piece:before {
content: "\f12e";
}
.fa-microphone:before {
content: "\f130";
}
.fa-microphone-slash:before {
content: "\f131";
}
.fa-shield:before {
content: "\f132";
}
.fa-calendar-o:before {
content: "\f133";
}
.fa-fire-extinguisher:before {
content: "\f134";
}
.fa-rocket:before {
content: "\f135";
}
.fa-maxcdn:before {
content: "\f136";
}
.fa-chevron-circle-left:before {
content: "\f137";
}
.fa-chevron-circle-right:before {
content: "\f138";
}
.fa-chevron-circle-up:before {
content: "\f139";
}
.fa-chevron-circle-down:before {
content: "\f13a";
}
.fa-html5:before {
content: "\f13b";
}
.fa-css3:before {
content: "\f13c";
}
.fa-anchor:before {
content: "\f13d";
}
.fa-unlock-alt:before {
content: "\f13e";
}
.fa-bullseye:before {
content: "\f140";
}
.fa-ellipsis-h:before {
content: "\f141";
}
.fa-ellipsis-v:before {
content: "\f142";
}
.fa-rss-square:before {
content: "\f143";
}
.fa-play-circle:before {
content: "\f144";
}
.fa-ticket:before {
content: "\f145";
}
.fa-minus-square:before {
content: "\f146";
}
.fa-minus-square-o:before {
content: "\f147";
}
.fa-level-up:before {
content: "\f148";
}
.fa-level-down:before {
content: "\f149";
}
.fa-check-square:before {
content: "\f14a";
}
.fa-pencil-square:before {
content: "\f14b";
}
.fa-external-link-square:before {
content: "\f14c";
}
.fa-share-square:before {
content: "\f14d";
}
.fa-compass:before {
content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
content: "\f153";
}
.fa-gbp:before {
content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: "\f158";
}
.fa-won:before,
.fa-krw:before {
content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
content: "\f15a";
}
.fa-file:before {
content: "\f15b";
}
.fa-file-text:before {
content: "\f15c";
}
.fa-sort-alpha-asc:before {
content: "\f15d";
}
.fa-sort-alpha-desc:before {
content: "\f15e";
}
.fa-sort-amount-asc:before {
content: "\f160";
}
.fa-sort-amount-desc:before {
content: "\f161";
}
.fa-sort-numeric-asc:before {
content: "\f162";
}
.fa-sort-numeric-desc:before {
content: "\f163";
}
.fa-thumbs-up:before {
content: "\f164";
}
.fa-thumbs-down:before {
content: "\f165";
}
.fa-youtube-square:before {
content: "\f166";
}
.fa-youtube:before {
content: "\f167";
}
.fa-xing:before {
content: "\f168";
}
.fa-xing-square:before {
content: "\f169";
}
.fa-youtube-play:before {
content: "\f16a";
}
.fa-dropbox:before {
content: "\f16b";
}
.fa-stack-overflow:before {
content: "\f16c";
}
.fa-instagram:before {
content: "\f16d";
}
.fa-flickr:before {
content: "\f16e";
}
.fa-adn:before {
content: "\f170";
}
.fa-bitbucket:before {
content: "\f171";
}
.fa-bitbucket-square:before {
content: "\f172";
}
.fa-tumblr:before {
content: "\f173";
}
.fa-tumblr-square:before {
content: "\f174";
}
.fa-long-arrow-down:before {
content: "\f175";
}
.fa-long-arrow-up:before {
content: "\f176";
}
.fa-long-arrow-left:before {
content: "\f177";
}
.fa-long-arrow-right:before {
content: "\f178";
}
.fa-apple:before {
content: "\f179";
}
.fa-windows:before {
content: "\f17a";
}
.fa-android:before {
content: "\f17b";
}
.fa-linux:before {
content: "\f17c";
}
.fa-dribbble:before {
content: "\f17d";
}
.fa-skype:before {
content: "\f17e";
}
.fa-foursquare:before {
content: "\f180";
}
.fa-trello:before {
content: "\f181";
}
.fa-female:before {
content: "\f182";
}
.fa-male:before {
content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
content: "\f184";
}
.fa-sun-o:before {
content: "\f185";
}
.fa-moon-o:before {
content: "\f186";
}
.fa-archive:before {
content: "\f187";
}
.fa-bug:before {
content: "\f188";
}
.fa-vk:before {
content: "\f189";
}
.fa-weibo:before {
content: "\f18a";
}
.fa-renren:before {
content: "\f18b";
}
.fa-pagelines:before {
content: "\f18c";
}
.fa-stack-exchange:before {
content: "\f18d";
}
.fa-arrow-circle-o-right:before {
content: "\f18e";
}
.fa-arrow-circle-o-left:before {
content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
content: "\f191";
}
.fa-dot-circle-o:before {
content: "\f192";
}
.fa-wheelchair:before {
content: "\f193";
}
.fa-vimeo-square:before {
content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
content: "\f195";
}
.fa-plus-square-o:before {
content: "\f196";
}
.fa-space-shuttle:before {
content: "\f197";
}
.fa-slack:before {
content: "\f198";
}
.fa-envelope-square:before {
content: "\f199";
}
.fa-wordpress:before {
content: "\f19a";
}
.fa-openid:before {
content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
content: "\f19d";
}
.fa-yahoo:before {
content: "\f19e";
}
.fa-google:before {
content: "\f1a0";
}
.fa-reddit:before {
content: "\f1a1";
}
.fa-reddit-square:before {
content: "\f1a2";
}
.fa-stumbleupon-circle:before {
content: "\f1a3";
}
.fa-stumbleupon:before {
content: "\f1a4";
}
.fa-delicious:before {
content: "\f1a5";
}
.fa-digg:before {
content: "\f1a6";
}
.fa-pied-piper:before {
content: "\f1a7";
}
.fa-pied-piper-alt:before {
content: "\f1a8";
}
.fa-drupal:before {
content: "\f1a9";
}
.fa-joomla:before {
content: "\f1aa";
}
.fa-language:before {
content: "\f1ab";
}
.fa-fax:before {
content: "\f1ac";
}
.fa-building:before {
content: "\f1ad";
}
.fa-child:before {
content: "\f1ae";
}
.fa-paw:before {
content: "\f1b0";
}
.fa-spoon:before {
content: "\f1b1";
}
.fa-cube:before {
content: "\f1b2";
}
.fa-cubes:before {
content: "\f1b3";
}
.fa-behance:before {
content: "\f1b4";
}
.fa-behance-square:before {
content: "\f1b5";
}
.fa-steam:before {
content: "\f1b6";
}
.fa-steam-square:before {
content: "\f1b7";
}
.fa-recycle:before {
content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
content: "\f1ba";
}
.fa-tree:before {
content: "\f1bb";
}
.fa-spotify:before {
content: "\f1bc";
}
.fa-deviantart:before {
content: "\f1bd";
}
.fa-soundcloud:before {
content: "\f1be";
}
.fa-database:before {
content: "\f1c0";
}
.fa-file-pdf-o:before {
content: "\f1c1";
}
.fa-file-word-o:before {
content: "\f1c2";
}
.fa-file-excel-o:before {
content: "\f1c3";
}
.fa-file-powerpoint-o:before {
content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
content: "\f1c8";
}
.fa-file-code-o:before {
content: "\f1c9";
}
.fa-vine:before {
content: "\f1ca";
}
.fa-codepen:before {
content: "\f1cb";
}
.fa-jsfiddle:before {
content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
content: "\f1cd";
}
.fa-circle-o-notch:before {
content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
content: "\f1d1";
}
.fa-git-square:before {
content: "\f1d2";
}
.fa-git:before {
content: "\f1d3";
}
.fa-hacker-news:before {
content: "\f1d4";
}
.fa-tencent-weibo:before {
content: "\f1d5";
}
.fa-qq:before {
content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
content: "\f1d9";
}
.fa-history:before {
content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
content: "\f1db";
}
.fa-header:before {
content: "\f1dc";
}
.fa-paragraph:before {
content: "\f1dd";
}
.fa-sliders:before {
content: "\f1de";
}
.fa-share-alt:before {
content: "\f1e0";
}
.fa-share-alt-square:before {
content: "\f1e1";
}
.fa-bomb:before {
content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
content: "\f1e3";
}
.fa-tty:before {
content: "\f1e4";
}
.fa-binoculars:before {
content: "\f1e5";
}
.fa-plug:before {
content: "\f1e6";
}
.fa-slideshare:before {
content: "\f1e7";
}
.fa-twitch:before {
content: "\f1e8";
}
.fa-yelp:before {
content: "\f1e9";
}
.fa-newspaper-o:before {
content: "\f1ea";
}
.fa-wifi:before {
content: "\f1eb";
}
.fa-calculator:before {
content: "\f1ec";
}
.fa-paypal:before {
content: "\f1ed";
}
.fa-google-wallet:before {
content: "\f1ee";
}
.fa-cc-visa:before {
content: "\f1f0";
}
.fa-cc-mastercard:before {
content: "\f1f1";
}
.fa-cc-discover:before {
content: "\f1f2";
}
.fa-cc-amex:before {
content: "\f1f3";
}
.fa-cc-paypal:before {
content: "\f1f4";
}
.fa-cc-stripe:before {
content: "\f1f5";
}
.fa-bell-slash:before {
content: "\f1f6";
}
.fa-bell-slash-o:before {
content: "\f1f7";
}
.fa-trash:before {
content: "\f1f8";
}
.fa-copyright:before {
content: "\f1f9";
}
.fa-at:before {
content: "\f1fa";
}
.fa-eyedropper:before {
content: "\f1fb";
}
.fa-paint-brush:before {
content: "\f1fc";
}
.fa-birthday-cake:before {
content: "\f1fd";
}
.fa-area-chart:before {
content: "\f1fe";
}
.fa-pie-chart:before {
content: "\f200";
}
.fa-line-chart:before {
content: "\f201";
}
.fa-lastfm:before {
content: "\f202";
}
.fa-lastfm-square:before {
content: "\f203";
}
.fa-toggle-off:before {
content: "\f204";
}
.fa-toggle-on:before {
content: "\f205";
}
.fa-bicycle:before {
content: "\f206";
}
.fa-bus:before {
content: "\f207";
}
.fa-ioxhost:before {
content: "\f208";
}
.fa-angellist:before {
content: "\f209";
}
.fa-cc:before {
content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
content: "\f20b";
}
.fa-meanpath:before {
content: "\f20c";
}
.fa-buysellads:before {
content: "\f20d";
}
.fa-connectdevelop:before {
content: "\f20e";
}
.fa-dashcube:before {
content: "\f210";
}
.fa-forumbee:before {
content: "\f211";
}
.fa-leanpub:before {
content: "\f212";
}
.fa-sellsy:before {
content: "\f213";
}
.fa-shirtsinbulk:before {
content: "\f214";
}
.fa-simplybuilt:before {
content: "\f215";
}
.fa-skyatlas:before {
content: "\f216";
}
.fa-cart-plus:before {
content: "\f217";
}
.fa-cart-arrow-down:before {
content: "\f218";
}
.fa-diamond:before {
content: "\f219";
}
.fa-ship:before {
content: "\f21a";
}
.fa-user-secret:before {
content: "\f21b";
}
.fa-motorcycle:before {
content: "\f21c";
}
.fa-street-view:before {
content: "\f21d";
}
.fa-heartbeat:before {
content: "\f21e";
}
.fa-venus:before {
content: "\f221";
}
.fa-mars:before {
content: "\f222";
}
.fa-mercury:before {
content: "\f223";
}
.fa-transgender:before {
content: "\f224";
}
.fa-transgender-alt:before {
content: "\f225";
}
.fa-venus-double:before {
content: "\f226";
}
.fa-mars-double:before {
content: "\f227";
}
.fa-venus-mars:before {
content: "\f228";
}
.fa-mars-stroke:before {
content: "\f229";
}
.fa-mars-stroke-v:before {
content: "\f22a";
}
.fa-mars-stroke-h:before {
content: "\f22b";
}
.fa-neuter:before {
content: "\f22c";
}
.fa-facebook-official:before {
content: "\f230";
}
.fa-pinterest-p:before {
content: "\f231";
}
.fa-whatsapp:before {
content: "\f232";
}
.fa-server:before {
content: "\f233";
}
.fa-user-plus:before {
content: "\f234";
}
.fa-user-times:before {
content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
content: "\f236";
}
.fa-viacoin:before {
content: "\f237";
}
.fa-train:before {
content: "\f238";
}
.fa-subway:before {
content: "\f239";
}
.fa-medium:before {
content: "\f23a";
}
/*!
*
* IPython base
*
*/
.modal.fade .modal-dialog {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
code {
color: #000000;
}
pre {
font-size: inherit;
line-height: inherit;
}
label {
font-weight: normal;
}
/* Make the page background atleast 100% the height of the view port */
/* Make the page itself atleast 70% the height of the view port */
.border-box-sizing {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.corner-all {
border-radius: 2px;
}
.no-padding {
padding: 0px;
}
/* Flexible box model classes */
/* Taken from Alex Russell http://infrequently.org/2009/08/css-3-progress/ */
/* This file is a compatability layer. It allows the usage of flexible box
model layouts accross multiple browsers, including older browsers. The newest,
universal implementation of the flexible box model is used when available (see
`Modern browsers` comments below). Browsers that are known to implement this
new spec completely include:
Firefox 28.0+
Chrome 29.0+
Internet Explorer 11+
Opera 17.0+
Browsers not listed, including Safari, are supported via the styling under the
`Old browsers` comments below.
*/
.hbox {
/* Old browsers */
display: -webkit-box;
-webkit-box-orient: horizontal;
-webkit-box-align: stretch;
display: -moz-box;
-moz-box-orient: horizontal;
-moz-box-align: stretch;
display: box;
box-orient: horizontal;
box-align: stretch;
/* Modern browsers */
display: flex;
flex-direction: row;
align-items: stretch;
}
.hbox > * {
/* Old browsers */
-webkit-box-flex: 0;
-moz-box-flex: 0;
box-flex: 0;
/* Modern browsers */
flex: none;
}
.vbox {
/* Old browsers */
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-box-align: stretch;
display: -moz-box;
-moz-box-orient: vertical;
-moz-box-align: stretch;
display: box;
box-orient: vertical;
box-align: stretch;
/* Modern browsers */
display: flex;
flex-direction: column;
align-items: stretch;
}
.vbox > * {
/* Old browsers */
-webkit-box-flex: 0;
-moz-box-flex: 0;
box-flex: 0;
/* Modern browsers */
flex: none;
}
.hbox.reverse,
.vbox.reverse,
.reverse {
/* Old browsers */
-webkit-box-direction: reverse;
-moz-box-direction: reverse;
box-direction: reverse;
/* Modern browsers */
flex-direction: row-reverse;
}
.hbox.box-flex0,
.vbox.box-flex0,
.box-flex0 {
/* Old browsers */
-webkit-box-flex: 0;
-moz-box-flex: 0;
box-flex: 0;
/* Modern browsers */
flex: none;
width: auto;
}
.hbox.box-flex1,
.vbox.box-flex1,
.box-flex1 {
/* Old browsers */
-webkit-box-flex: 1;
-moz-box-flex: 1;
box-flex: 1;
/* Modern browsers */
flex: 1;
}
.hbox.box-flex,
.vbox.box-flex,
.box-flex {
/* Old browsers */
/* Old browsers */
-webkit-box-flex: 1;
-moz-box-flex: 1;
box-flex: 1;
/* Modern browsers */
flex: 1;
}
.hbox.box-flex2,
.vbox.box-flex2,
.box-flex2 {
/* Old browsers */
-webkit-box-flex: 2;
-moz-box-flex: 2;
box-flex: 2;
/* Modern browsers */
flex: 2;
}
.box-group1 {
/* Deprecated */
-webkit-box-flex-group: 1;
-moz-box-flex-group: 1;
box-flex-group: 1;
}
.box-group2 {
/* Deprecated */
-webkit-box-flex-group: 2;
-moz-box-flex-group: 2;
box-flex-group: 2;
}
.hbox.start,
.vbox.start,
.start {
/* Old browsers */
-webkit-box-pack: start;
-moz-box-pack: start;
box-pack: start;
/* Modern browsers */
justify-content: flex-start;
}
.hbox.end,
.vbox.end,
.end {
/* Old browsers */
-webkit-box-pack: end;
-moz-box-pack: end;
box-pack: end;
/* Modern browsers */
justify-content: flex-end;
}
.hbox.center,
.vbox.center,
.center {
/* Old browsers */
-webkit-box-pack: center;
-moz-box-pack: center;
box-pack: center;
/* Modern browsers */
justify-content: center;
}
.hbox.baseline,
.vbox.baseline,
.baseline {
/* Old browsers */
-webkit-box-pack: baseline;
-moz-box-pack: baseline;
box-pack: baseline;
/* Modern browsers */
justify-content: baseline;
}
.hbox.stretch,
.vbox.stretch,
.stretch {
/* Old browsers */
-webkit-box-pack: stretch;
-moz-box-pack: stretch;
box-pack: stretch;
/* Modern browsers */
justify-content: stretch;
}
.hbox.align-start,
.vbox.align-start,
.align-start {
/* Old browsers */
-webkit-box-align: start;
-moz-box-align: start;
box-align: start;
/* Modern browsers */
align-items: flex-start;
}
.hbox.align-end,
.vbox.align-end,
.align-end {
/* Old browsers */
-webkit-box-align: end;
-moz-box-align: end;
box-align: end;
/* Modern browsers */
align-items: flex-end;
}
.hbox.align-center,
.vbox.align-center,
.align-center {
/* Old browsers */
-webkit-box-align: center;
-moz-box-align: center;
box-align: center;
/* Modern browsers */
align-items: center;
}
.hbox.align-baseline,
.vbox.align-baseline,
.align-baseline {
/* Old browsers */
-webkit-box-align: baseline;
-moz-box-align: baseline;
box-align: baseline;
/* Modern browsers */
align-items: baseline;
}
.hbox.align-stretch,
.vbox.align-stretch,
.align-stretch {
/* Old browsers */
-webkit-box-align: stretch;
-moz-box-align: stretch;
box-align: stretch;
/* Modern browsers */
align-items: stretch;
}
div.error {
margin: 2em;
text-align: center;
}
div.error > h1 {
font-size: 500%;
line-height: normal;
}
div.error > p {
font-size: 200%;
line-height: normal;
}
div.traceback-wrapper {
text-align: left;
max-width: 800px;
margin: auto;
}
/**
* Primary styles
*
* Author: IPython Development Team
*/
body {
background-color: #ffffff;
/* This makes sure that the body covers the entire window and needs to
be in a different element than the display: box in wrapper below */
position: absolute;
left: 0px;
right: 0px;
top: 0px;
bottom: 0px;
overflow: visible;
}
#header {
/* Initially hidden to prevent FLOUC */
display: none;
background-color: #ffffff;
/* Display over codemirror */
position: relative;
z-index: 100;
}
#header #header-container {
padding-bottom: 5px;
padding-top: 5px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
#header .header-bar {
width: 100%;
height: 1px;
background: #e7e7e7;
margin-bottom: -1px;
}
@media print {
#header {
display: none !important;
}
}
#header-spacer {
width: 100%;
visibility: hidden;
}
@media print {
#header-spacer {
display: none;
}
}
#ipython_notebook {
padding-left: 0px;
padding-top: 1px;
padding-bottom: 1px;
}
@media (max-width: 991px) {
#ipython_notebook {
margin-left: 10px;
}
}
#noscript {
width: auto;
padding-top: 16px;
padding-bottom: 16px;
text-align: center;
font-size: 22px;
color: red;
font-weight: bold;
}
#ipython_notebook img {
height: 28px;
}
#site {
width: 100%;
display: none;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
overflow: auto;
}
@media print {
#site {
height: auto !important;
}
}
/* Smaller buttons */
.ui-button .ui-button-text {
padding: 0.2em 0.8em;
font-size: 77%;
}
input.ui-button {
padding: 0.3em 0.9em;
}
span#login_widget {
float: right;
}
span#login_widget > .button,
#logout {
color: #333333;
background-color: #ffffff;
border-color: #cccccc;
}
span#login_widget > .button:hover,
#logout:hover,
span#login_widget > .button:focus,
#logout:focus,
span#login_widget > .button.focus,
#logout.focus,
span#login_widget > .button:active,
#logout:active,
span#login_widget > .button.active,
#logout.active,
.open > .dropdown-togglespan#login_widget > .button,
.open > .dropdown-toggle#logout {
color: #333333;
background-color: #e6e6e6;
border-color: #adadad;
}
span#login_widget > .button:active,
#logout:active,
span#login_widget > .button.active,
#logout.active,
.open > .dropdown-togglespan#login_widget > .button,
.open > .dropdown-toggle#logout {
background-image: none;
}
span#login_widget > .button.disabled,
#logout.disabled,
span#login_widget > .button[disabled],
#logout[disabled],
fieldset[disabled] span#login_widget > .button,
fieldset[disabled] #logout,
span#login_widget > .button.disabled:hover,
#logout.disabled:hover,
span#login_widget > .button[disabled]:hover,
#logout[disabled]:hover,
fieldset[disabled] span#login_widget > .button:hover,
fieldset[disabled] #logout:hover,
span#login_widget > .button.disabled:focus,
#logout.disabled:focus,
span#login_widget > .button[disabled]:focus,
#logout[disabled]:focus,
fieldset[disabled] span#login_widget > .button:focus,
fieldset[disabled] #logout:focus,
span#login_widget > .button.disabled.focus,
#logout.disabled.focus,
span#login_widget > .button[disabled].focus,
#logout[disabled].focus,
fieldset[disabled] span#login_widget > .button.focus,
fieldset[disabled] #logout.focus,
span#login_widget > .button.disabled:active,
#logout.disabled:active,
span#login_widget > .button[disabled]:active,
#logout[disabled]:active,
fieldset[disabled] span#login_widget > .button:active,
fieldset[disabled] #logout:active,
span#login_widget > .button.disabled.active,
#logout.disabled.active,
span#login_widget > .button[disabled].active,
#logout[disabled].active,
fieldset[disabled] span#login_widget > .button.active,
fieldset[disabled] #logout.active {
background-color: #ffffff;
border-color: #cccccc;
}
span#login_widget > .button .badge,
#logout .badge {
color: #ffffff;
background-color: #333333;
}
.nav-header {
text-transform: none;
}
#header > span {
margin-top: 10px;
}
.modal_stretch .modal-dialog {
/* Old browsers */
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-box-align: stretch;
display: -moz-box;
-moz-box-orient: vertical;
-moz-box-align: stretch;
display: box;
box-orient: vertical;
box-align: stretch;
/* Modern browsers */
display: flex;
flex-direction: column;
align-items: stretch;
min-height: 80%;
}
.modal_stretch .modal-dialog .modal-body {
max-height: none;
flex: 1;
}
@media (min-width: 768px) {
.modal .modal-dialog {
width: 700px;
}
}
@media (min-width: 768px) {
select.form-control {
margin-left: 12px;
margin-right: 12px;
}
}
/*!
*
* IPython auth
*
*/
.center-nav {
display: inline-block;
margin-bottom: -4px;
}
/*!
*
* IPython tree view
*
*/
/* We need an invisible input field on top of the sentense*/
/* "Drag file onto the list ..." */
.alternate_upload {
background-color: none;
display: inline;
}
.alternate_upload.form {
padding: 0;
margin: 0;
}
.alternate_upload input.fileinput {
display: inline;
opacity: 0;
z-index: 2;
width: 12ex;
margin-right: -12ex;
}
.alternate_upload .input-overlay {
display: inline-block;
font-weight: bold;
line-height: 1em;
}
/**
* Primary styles
*
* Author: IPython Development Team
*/
ul#tabs {
margin-bottom: 4px;
}
ul#tabs a {
padding-top: 6px;
padding-bottom: 4px;
}
ul.breadcrumb a:focus,
ul.breadcrumb a:hover {
text-decoration: none;
}
ul.breadcrumb i.icon-home {
font-size: 16px;
margin-right: 4px;
}
ul.breadcrumb span {
color: #5e5e5e;
}
.list_toolbar {
padding: 4px 0 4px 0;
vertical-align: middle;
}
.list_toolbar .tree-buttons {
padding-top: 1px;
}
.dynamic-buttons {
display: inline-block;
}
.list_toolbar [class*="span"] {
min-height: 24px;
}
.list_header {
font-weight: bold;
background-color: #eeeeee;
}
.list_placeholder {
font-weight: bold;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 7px;
padding-right: 7px;
}
.list_container {
margin-top: 4px;
margin-bottom: 20px;
border: 1px solid #dddddd;
border-radius: 2px;
}
.list_container > div {
border-bottom: 1px solid #dddddd;
}
.list_container > div:hover .list-item {
background-color: red;
}
.list_container > div:last-child {
border: none;
}
.list_item:hover .list_item {
background-color: #dddddd;
}
.list_item a {
text-decoration: none;
}
.list_item:hover {
background-color: #fafafa;
}
.action_col {
text-align: right;
}
.list_header > div,
.list_item > div {
padding-top: 4px;
padding-bottom: 4px;
padding-left: 7px;
padding-right: 7px;
line-height: 22px;
}
.list_header > div input,
.list_item > div input {
margin-right: 7px;
margin-left: 14px;
vertical-align: baseline;
line-height: 22px;
position: relative;
top: -1px;
}
.list_header > div .item_link,
.list_item > div .item_link {
margin-left: -1px;
vertical-align: baseline;
line-height: 22px;
}
.new-file input[type=checkbox] {
visibility: hidden;
}
.item_name {
line-height: 22px;
height: 24px;
}
.item_icon {
font-size: 14px;
color: #5e5e5e;
margin-right: 7px;
margin-left: 7px;
line-height: 22px;
vertical-align: baseline;
}
.item_buttons {
padding-top: 4px;
line-height: 1em;
margin-left: -5px;
}
.item_buttons .btn-group,
.item_buttons .input-group {
float: left;
}
.item_buttons > .btn,
.item_buttons > .btn-group,
.item_buttons > .input-group {
margin-left: 5px;
}
.item_buttons .btn {
min-width: 13ex;
}
.item_buttons .running-indicator {
color: #5cb85c;
}
.toolbar_info {
height: 24px;
line-height: 24px;
}
input.nbname_input,
input.engine_num_input {
padding-top: 3px;
padding-bottom: 3px;
height: 22px;
line-height: 14px;
margin: 0px;
}
input.engine_num_input {
width: 60px;
}
.highlight_text {
color: blue;
}
#project_name {
display: inline-block;
padding-left: 7px;
margin-left: -2px;
}
#project_name > .breadcrumb {
padding: 0px;
margin-bottom: 0px;
background-color: transparent;
font-weight: bold;
}
#tree-selector {
display: inline-block;
padding-right: 0px;
}
#tree-selector input[type=checkbox] {
margin-left: 7px;
vertical-align: baseline;
}
.tab-content .row {
margin-left: 0px;
margin-right: 0px;
}
.folder_icon:before {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transform: translate(0, 0);
content: "\f114";
}
.folder_icon:before.pull-left {
margin-right: .3em;
}
.folder_icon:before.pull-right {
margin-left: .3em;
}
.notebook_icon:before {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transform: translate(0, 0);
content: "\f02d";
position: relative;
top: -1px;
}
.notebook_icon:before.pull-left {
margin-right: .3em;
}
.notebook_icon:before.pull-right {
margin-left: .3em;
}
.running_notebook_icon:before {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transform: translate(0, 0);
content: "\f02d";
position: relative;
top: -1px;
color: #5cb85c;
}
.running_notebook_icon:before.pull-left {
margin-right: .3em;
}
.running_notebook_icon:before.pull-right {
margin-left: .3em;
}
.file_icon:before {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transform: translate(0, 0);
content: "\f016";
position: relative;
top: -2px;
}
.file_icon:before.pull-left {
margin-right: .3em;
}
.file_icon:before.pull-right {
margin-left: .3em;
}
#notebook_toolbar .pull-right {
padding-top: 0px;
margin-right: -1px;
}
ul#new-menu {
left: auto;
right: 0;
}
.kernel-menu-icon {
padding-right: 12px;
width: 24px;
content: "\f096";
}
.kernel-menu-icon:before {
content: "\f096";
}
.kernel-menu-icon-current:before {
content: "\f00c";
}
#tab_content {
padding-top: 20px;
}
#running .panel-group .panel {
margin-top: 3px;
margin-bottom: 1em;
}
#running .panel-group .panel .panel-heading {
background-color: #eeeeee;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 7px;
padding-right: 7px;
line-height: 22px;
}
#running .panel-group .panel .panel-heading a:focus,
#running .panel-group .panel .panel-heading a:hover {
text-decoration: none;
}
#running .panel-group .panel .panel-body {
padding: 0px;
}
#running .panel-group .panel .panel-body .list_container {
margin-top: 0px;
margin-bottom: 0px;
border: 0px;
border-radius: 0px;
}
#running .panel-group .panel .panel-body .list_container .list_item {
border-bottom: 1px solid #dddddd;
}
#running .panel-group .panel .panel-body .list_container .list_item:last-child {
border-bottom: 0px;
}
.delete-button {
display: none;
}
.duplicate-button {
display: none;
}
.rename-button {
display: none;
}
.shutdown-button {
display: none;
}
/*!
*
* IPython text editor webapp
*
*/
.selected-keymap i.fa {
padding: 0px 5px;
}
.selected-keymap i.fa:before {
content: "\f00c";
}
#mode-menu {
overflow: auto;
max-height: 20em;
}
.edit_app #header {
-webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
}
.edit_app #menubar .navbar {
/* Use a negative 1 bottom margin, so the border overlaps the border of the
header */
margin-bottom: -1px;
}
.dirty-indicator {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transform: translate(0, 0);
width: 20px;
}
.dirty-indicator.pull-left {
margin-right: .3em;
}
.dirty-indicator.pull-right {
margin-left: .3em;
}
.dirty-indicator-dirty {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transform: translate(0, 0);
width: 20px;
}
.dirty-indicator-dirty.pull-left {
margin-right: .3em;
}
.dirty-indicator-dirty.pull-right {
margin-left: .3em;
}
.dirty-indicator-clean {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transform: translate(0, 0);
width: 20px;
}
.dirty-indicator-clean.pull-left {
margin-right: .3em;
}
.dirty-indicator-clean.pull-right {
margin-left: .3em;
}
.dirty-indicator-clean:before {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transform: translate(0, 0);
content: "\f00c";
}
.dirty-indicator-clean:before.pull-left {
margin-right: .3em;
}
.dirty-indicator-clean:before.pull-right {
margin-left: .3em;
}
#filename {
font-size: 16pt;
display: table;
padding: 0px 5px;
}
#current-mode {
padding-left: 5px;
padding-right: 5px;
}
#texteditor-backdrop {
padding-top: 20px;
padding-bottom: 20px;
}
@media not print {
#texteditor-backdrop {
background-color: #eeeeee;
}
}
@media print {
#texteditor-backdrop #texteditor-container .CodeMirror-gutter,
#texteditor-backdrop #texteditor-container .CodeMirror-gutters {
background-color: #ffffff;
}
}
@media not print {
#texteditor-backdrop #texteditor-container .CodeMirror-gutter,
#texteditor-backdrop #texteditor-container .CodeMirror-gutters {
background-color: #ffffff;
}
}
@media not print {
#texteditor-backdrop #texteditor-container {
padding: 0px;
background-color: #ffffff;
-webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
}
}
/*!
*
* IPython notebook
*
*/
/* CSS font colors for translated ANSI colors. */
.ansibold {
font-weight: bold;
}
/* use dark versions for foreground, to improve visibility */
.ansiblack {
color: black;
}
.ansired {
color: darkred;
}
.ansigreen {
color: darkgreen;
}
.ansiyellow {
color: #c4a000;
}
.ansiblue {
color: darkblue;
}
.ansipurple {
color: darkviolet;
}
.ansicyan {
color: steelblue;
}
.ansigray {
color: gray;
}
/* and light for background, for the same reason */
.ansibgblack {
background-color: black;
}
.ansibgred {
background-color: red;
}
.ansibggreen {
background-color: green;
}
.ansibgyellow {
background-color: yellow;
}
.ansibgblue {
background-color: blue;
}
.ansibgpurple {
background-color: magenta;
}
.ansibgcyan {
background-color: cyan;
}
.ansibggray {
background-color: gray;
}
div.cell {
border: 1px solid transparent;
/* Old browsers */
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-box-align: stretch;
display: -moz-box;
-moz-box-orient: vertical;
-moz-box-align: stretch;
display: box;
box-orient: vertical;
box-align: stretch;
/* Modern browsers */
display: flex;
flex-direction: column;
align-items: stretch;
border-radius: 2px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
border-width: thin;
border-style: solid;
width: 100%;
padding: 5px;
/* This acts as a spacer between cells, that is outside the border */
margin: 0px;
outline: none;
}
div.cell.selected {
border-color: #ababab;
/* Don't border the cells when printing */
}
@media print {
div.cell.selected {
border-color: transparent;
}
}
.edit_mode div.cell.selected {
border-color: green;
/* Don't border the cells when printing */
}
@media print {
.edit_mode div.cell.selected {
border-color: transparent;
}
}
.prompt {
/* This needs to be wide enough for 3 digit prompt numbers: In[100]: */
min-width: 14ex;
/* This padding is tuned to match the padding on the CodeMirror editor. */
padding: 0.4em;
margin: 0px;
font-family: monospace;
text-align: right;
/* This has to match that of the the CodeMirror class line-height below */
line-height: 1.21429em;
}
@media (max-width: 540px) {
.prompt {
text-align: left;
}
}
div.inner_cell {
/* Old browsers */
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-box-align: stretch;
display: -moz-box;
-moz-box-orient: vertical;
-moz-box-align: stretch;
display: box;
box-orient: vertical;
box-align: stretch;
/* Modern browsers */
display: flex;
flex-direction: column;
align-items: stretch;
/* Old browsers */
-webkit-box-flex: 1;
-moz-box-flex: 1;
box-flex: 1;
/* Modern browsers */
flex: 1;
}
@-moz-document url-prefix() {
div.inner_cell {
overflow-x: hidden;
}
}
/* input_area and input_prompt must match in top border and margin for alignment */
div.input_area {
border: 1px solid #cfcfcf;
border-radius: 2px;
background: #f7f7f7;
line-height: 1.21429em;
}
/* This is needed so that empty prompt areas can collapse to zero height when there
is no content in the output_subarea and the prompt. The main purpose of this is
to make sure that empty JavaScript output_subareas have no height. */
div.prompt:empty {
padding-top: 0;
padding-bottom: 0;
}
div.unrecognized_cell {
padding: 5px 5px 5px 0px;
/* Old browsers */
display: -webkit-box;
-webkit-box-orient: horizontal;
-webkit-box-align: stretch;
display: -moz-box;
-moz-box-orient: horizontal;
-moz-box-align: stretch;
display: box;
box-orient: horizontal;
box-align: stretch;
/* Modern browsers */
display: flex;
flex-direction: row;
align-items: stretch;
}
div.unrecognized_cell .inner_cell {
border-radius: 2px;
padding: 5px;
font-weight: bold;
color: red;
border: 1px solid #cfcfcf;
background: #eaeaea;
}
div.unrecognized_cell .inner_cell a {
color: inherit;
text-decoration: none;
}
div.unrecognized_cell .inner_cell a:hover {
color: inherit;
text-decoration: none;
}
@media (max-width: 540px) {
div.unrecognized_cell > div.prompt {
display: none;
}
}
div.code_cell {
/* avoid page breaking on code cells when printing */
}
@media print {
div.code_cell {
page-break-inside: avoid;
}
}
/* any special styling for code cells that are currently running goes here */
div.input {
page-break-inside: avoid;
/* Old browsers */
display: -webkit-box;
-webkit-box-orient: horizontal;
-webkit-box-align: stretch;
display: -moz-box;
-moz-box-orient: horizontal;
-moz-box-align: stretch;
display: box;
box-orient: horizontal;
box-align: stretch;
/* Modern browsers */
display: flex;
flex-direction: row;
align-items: stretch;
}
@media (max-width: 540px) {
div.input {
/* Old browsers */
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-box-align: stretch;
display: -moz-box;
-moz-box-orient: vertical;
-moz-box-align: stretch;
display: box;
box-orient: vertical;
box-align: stretch;
/* Modern browsers */
display: flex;
flex-direction: column;
align-items: stretch;
}
}
/* input_area and input_prompt must match in top border and margin for alignment */
div.input_prompt {
color: navy;
border-top: 1px solid transparent;
}
div.input_area > div.highlight {
margin: 0.4em;
border: none;
padding: 0px;
background-color: transparent;
}
div.input_area > div.highlight > pre {
margin: 0px;
border: none;
padding: 0px;
background-color: transparent;
}
/* The following gets added to the <head> if it is detected that the user has a
* monospace font with inconsistent normal/bold/italic height. See
* notebookmain.js. Such fonts will have keywords vertically offset with
* respect to the rest of the text. The user should select a better font.
* See: https://github.com/ipython/ipython/issues/1503
*
* .CodeMirror span {
* vertical-align: bottom;
* }
*/
.CodeMirror {
line-height: 1.21429em;
/* Changed from 1em to our global default */
font-size: 14px;
height: auto;
/* Changed to auto to autogrow */
background: none;
/* Changed from white to allow our bg to show through */
}
.CodeMirror-scroll {
/* The CodeMirror docs are a bit fuzzy on if overflow-y should be hidden or visible.*/
/* We have found that if it is visible, vertical scrollbars appear with font size changes.*/
overflow-y: hidden;
overflow-x: auto;
}
.CodeMirror-lines {
/* In CM2, this used to be 0.4em, but in CM3 it went to 4px. We need the em value because */
/* we have set a different line-height and want this to scale with that. */
padding: 0.4em;
}
.CodeMirror-linenumber {
padding: 0 8px 0 4px;
}
.CodeMirror-gutters {
border-bottom-left-radius: 2px;
border-top-left-radius: 2px;
}
.CodeMirror pre {
/* In CM3 this went to 4px from 0 in CM2. We need the 0 value because of how we size */
/* .CodeMirror-lines */
padding: 0;
border: 0;
border-radius: 0;
}
/*
Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org>
Adapted from GitHub theme
*/
.highlight-base {
color: #000000;
}
.highlight-variable {
color: #000000;
}
.highlight-variable-2 {
color: #1a1a1a;
}
.highlight-variable-3 {
color: #333333;
}
.highlight-string {
color: #BA2121;
}
.highlight-comment {
color: #408080;
font-style: italic;
}
.highlight-number {
color: #080;
}
.highlight-atom {
color: #88F;
}
.highlight-keyword {
color: #008000;
font-weight: bold;
}
.highlight-builtin {
color: #008000;
}
.highlight-error {
color: #f00;
}
.highlight-operator {
color: #AA22FF;
font-weight: bold;
}
.highlight-meta {
color: #AA22FF;
}
/* previously not defined, copying from default codemirror */
.highlight-def {
color: #00f;
}
.highlight-string-2 {
color: #f50;
}
.highlight-qualifier {
color: #555;
}
.highlight-bracket {
color: #997;
}
.highlight-tag {
color: #170;
}
.highlight-attribute {
color: #00c;
}
.highlight-header {
color: blue;
}
.highlight-quote {
color: #090;
}
.highlight-link {
color: #00c;
}
/* apply the same style to codemirror */
.cm-s-ipython span.cm-keyword {
color: #008000;
font-weight: bold;
}
.cm-s-ipython span.cm-atom {
color: #88F;
}
.cm-s-ipython span.cm-number {
color: #080;
}
.cm-s-ipython span.cm-def {
color: #00f;
}
.cm-s-ipython span.cm-variable {
color: #000000;
}
.cm-s-ipython span.cm-operator {
color: #AA22FF;
font-weight: bold;
}
.cm-s-ipython span.cm-variable-2 {
color: #1a1a1a;
}
.cm-s-ipython span.cm-variable-3 {
color: #333333;
}
.cm-s-ipython span.cm-comment {
color: #408080;
font-style: italic;
}
.cm-s-ipython span.cm-string {
color: #BA2121;
}
.cm-s-ipython span.cm-string-2 {
color: #f50;
}
.cm-s-ipython span.cm-meta {
color: #AA22FF;
}
.cm-s-ipython span.cm-qualifier {
color: #555;
}
.cm-s-ipython span.cm-builtin {
color: #008000;
}
.cm-s-ipython span.cm-bracket {
color: #997;
}
.cm-s-ipython span.cm-tag {
color: #170;
}
.cm-s-ipython span.cm-attribute {
color: #00c;
}
.cm-s-ipython span.cm-header {
color: blue;
}
.cm-s-ipython span.cm-quote {
color: #090;
}
.cm-s-ipython span.cm-link {
color: #00c;
}
.cm-s-ipython span.cm-error {
color: #f00;
}
.cm-s-ipython span.cm-tab {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAMCAYAAAAkuj5RAAAAAXNSR0IArs4c6QAAAGFJREFUSMft1LsRQFAQheHPowAKoACx3IgEKtaEHujDjORSgWTH/ZOdnZOcM/sgk/kFFWY0qV8foQwS4MKBCS3qR6ixBJvElOobYAtivseIE120FaowJPN75GMu8j/LfMwNjh4HUpwg4LUAAAAASUVORK5CYII=);
background-position: right;
background-repeat: no-repeat;
}
div.output_wrapper {
/* this position must be relative to enable descendents to be absolute within it */
position: relative;
/* Old browsers */
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-box-align: stretch;
display: -moz-box;
-moz-box-orient: vertical;
-moz-box-align: stretch;
display: box;
box-orient: vertical;
box-align: stretch;
/* Modern browsers */
display: flex;
flex-direction: column;
align-items: stretch;
}
/* class for the output area when it should be height-limited */
div.output_scroll {
/* ideally, this would be max-height, but FF barfs all over that */
height: 24em;
/* FF needs this *and the wrapper* to specify full width, or it will shrinkwrap */
width: 100%;
overflow: auto;
border-radius: 2px;
-webkit-box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.8);
box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.8);
display: block;
}
/* output div while it is collapsed */
div.output_collapsed {
margin: 0px;
padding: 0px;
/* Old browsers */
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-box-align: stretch;
display: -moz-box;
-moz-box-orient: vertical;
-moz-box-align: stretch;
display: box;
box-orient: vertical;
box-align: stretch;
/* Modern browsers */
display: flex;
flex-direction: column;
align-items: stretch;
}
div.out_prompt_overlay {
height: 100%;
padding: 0px 0.4em;
position: absolute;
border-radius: 2px;
}
div.out_prompt_overlay:hover {
/* use inner shadow to get border that is computed the same on WebKit/FF */
-webkit-box-shadow: inset 0 0 1px #000000;
box-shadow: inset 0 0 1px #000000;
background: rgba(240, 240, 240, 0.5);
}
div.output_prompt {
color: darkred;
}
/* This class is the outer container of all output sections. */
div.output_area {
padding: 0px;
page-break-inside: avoid;
/* Old browsers */
display: -webkit-box;
-webkit-box-orient: horizontal;
-webkit-box-align: stretch;
display: -moz-box;
-moz-box-orient: horizontal;
-moz-box-align: stretch;
display: box;
box-orient: horizontal;
box-align: stretch;
/* Modern browsers */
display: flex;
flex-direction: row;
align-items: stretch;
}
div.output_area .MathJax_Display {
text-align: left !important;
}
div.output_area .rendered_html table {
margin-left: 0;
margin-right: 0;
}
div.output_area .rendered_html img {
margin-left: 0;
margin-right: 0;
}
/* This is needed to protect the pre formating from global settings such
as that of bootstrap */
.output {
/* Old browsers */
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-box-align: stretch;
display: -moz-box;
-moz-box-orient: vertical;
-moz-box-align: stretch;
display: box;
box-orient: vertical;
box-align: stretch;
/* Modern browsers */
display: flex;
flex-direction: column;
align-items: stretch;
}
@media (max-width: 540px) {
div.output_area {
/* Old browsers */
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-box-align: stretch;
display: -moz-box;
-moz-box-orient: vertical;
-moz-box-align: stretch;
display: box;
box-orient: vertical;
box-align: stretch;
/* Modern browsers */
display: flex;
flex-direction: column;
align-items: stretch;
}
}
div.output_area pre {
margin: 0;
padding: 0;
border: 0;
vertical-align: baseline;
color: black;
background-color: transparent;
border-radius: 0;
}
/* This class is for the output subarea inside the output_area and after
the prompt div. */
div.output_subarea {
padding: 0.4em;
/* Old browsers */
-webkit-box-flex: 1;
-moz-box-flex: 1;
box-flex: 1;
/* Modern browsers */
flex: 1;
}
/* The rest of the output_* classes are for special styling of the different
output types */
/* all text output has this class: */
div.output_text {
text-align: left;
color: #000000;
/* This has to match that of the the CodeMirror class line-height below */
line-height: 1.21429em;
}
/* stdout/stderr are 'text' as well as 'stream', but execute_result/error are *not* streams */
div.output_stderr {
background: #fdd;
/* very light red background for stderr */
}
div.output_latex {
text-align: left;
}
/* Empty output_javascript divs should have no height */
div.output_javascript:empty {
padding: 0;
}
.js-error {
color: darkred;
}
/* raw_input styles */
div.raw_input_container {
font-family: monospace;
padding-top: 5px;
}
span.raw_input_prompt {
/* nothing needed here */
}
input.raw_input {
font-family: inherit;
font-size: inherit;
color: inherit;
width: auto;
/* make sure input baseline aligns with prompt */
vertical-align: baseline;
/* padding + margin = 0.5em between prompt and cursor */
padding: 0em 0.25em;
margin: 0em 0.25em;
}
input.raw_input:focus {
box-shadow: none;
}
p.p-space {
margin-bottom: 10px;
}
div.output_unrecognized {
padding: 5px;
font-weight: bold;
color: red;
}
div.output_unrecognized a {
color: inherit;
text-decoration: none;
}
div.output_unrecognized a:hover {
color: inherit;
text-decoration: none;
}
.rendered_html {
color: #000000;
/* any extras will just be numbers: */
}
.rendered_html em {
font-style: italic;
}
.rendered_html strong {
font-weight: bold;
}
.rendered_html u {
text-decoration: underline;
}
.rendered_html :link {
text-decoration: underline;
}
.rendered_html :visited {
text-decoration: underline;
}
.rendered_html h1 {
font-size: 185.7%;
margin: 1.08em 0 0 0;
font-weight: bold;
line-height: 1.0;
}
.rendered_html h2 {
font-size: 157.1%;
margin: 1.27em 0 0 0;
font-weight: bold;
line-height: 1.0;
}
.rendered_html h3 {
font-size: 128.6%;
margin: 1.55em 0 0 0;
font-weight: bold;
line-height: 1.0;
}
.rendered_html h4 {
font-size: 100%;
margin: 2em 0 0 0;
font-weight: bold;
line-height: 1.0;
}
.rendered_html h5 {
font-size: 100%;
margin: 2em 0 0 0;
font-weight: bold;
line-height: 1.0;
font-style: italic;
}
.rendered_html h6 {
font-size: 100%;
margin: 2em 0 0 0;
font-weight: bold;
line-height: 1.0;
font-style: italic;
}
.rendered_html h1:first-child {
margin-top: 0.538em;
}
.rendered_html h2:first-child {
margin-top: 0.636em;
}
.rendered_html h3:first-child {
margin-top: 0.777em;
}
.rendered_html h4:first-child {
margin-top: 1em;
}
.rendered_html h5:first-child {
margin-top: 1em;
}
.rendered_html h6:first-child {
margin-top: 1em;
}
.rendered_html ul {
list-style: disc;
margin: 0em 2em;
padding-left: 0px;
}
.rendered_html ul ul {
list-style: square;
margin: 0em 2em;
}
.rendered_html ul ul ul {
list-style: circle;
margin: 0em 2em;
}
.rendered_html ol {
list-style: decimal;
margin: 0em 2em;
padding-left: 0px;
}
.rendered_html ol ol {
list-style: upper-alpha;
margin: 0em 2em;
}
.rendered_html ol ol ol {
list-style: lower-alpha;
margin: 0em 2em;
}
.rendered_html ol ol ol ol {
list-style: lower-roman;
margin: 0em 2em;
}
.rendered_html ol ol ol ol ol {
list-style: decimal;
margin: 0em 2em;
}
.rendered_html * + ul {
margin-top: 1em;
}
.rendered_html * + ol {
margin-top: 1em;
}
.rendered_html hr {
color: black;
background-color: black;
}
.rendered_html pre {
margin: 1em 2em;
}
.rendered_html pre,
.rendered_html code {
border: 0;
background-color: #ffffff;
color: #000000;
font-size: 100%;
padding: 0px;
}
.rendered_html blockquote {
margin: 1em 2em;
}
.rendered_html table {
margin-left: auto;
margin-right: auto;
border: 1px solid black;
border-collapse: collapse;
}
.rendered_html tr,
.rendered_html th,
.rendered_html td {
border: 1px solid black;
border-collapse: collapse;
margin: 1em 2em;
}
.rendered_html td,
.rendered_html th {
text-align: left;
vertical-align: middle;
padding: 4px;
}
.rendered_html th {
font-weight: bold;
}
.rendered_html * + table {
margin-top: 1em;
}
.rendered_html p {
text-align: left;
}
.rendered_html * + p {
margin-top: 1em;
}
.rendered_html img {
display: block;
margin-left: auto;
margin-right: auto;
}
.rendered_html * + img {
margin-top: 1em;
}
div.text_cell {
/* Old browsers */
display: -webkit-box;
-webkit-box-orient: horizontal;
-webkit-box-align: stretch;
display: -moz-box;
-moz-box-orient: horizontal;
-moz-box-align: stretch;
display: box;
box-orient: horizontal;
box-align: stretch;
/* Modern browsers */
display: flex;
flex-direction: row;
align-items: stretch;
}
@media (max-width: 540px) {
div.text_cell > div.prompt {
display: none;
}
}
div.text_cell_render {
/*font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;*/
outline: none;
resize: none;
width: inherit;
border-style: none;
padding: 0.5em 0.5em 0.5em 0.4em;
color: #000000;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
a.anchor-link:link {
text-decoration: none;
padding: 0px 20px;
visibility: hidden;
}
h1:hover .anchor-link,
h2:hover .anchor-link,
h3:hover .anchor-link,
h4:hover .anchor-link,
h5:hover .anchor-link,
h6:hover .anchor-link {
visibility: visible;
}
.text_cell.rendered .input_area {
display: none;
}
.text_cell.unrendered .text_cell_render {
display: none;
}
.cm-header-1,
.cm-header-2,
.cm-header-3,
.cm-header-4,
.cm-header-5,
.cm-header-6 {
font-weight: bold;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.cm-header-1 {
font-size: 185.7%;
}
.cm-header-2 {
font-size: 157.1%;
}
.cm-header-3 {
font-size: 128.6%;
}
.cm-header-4 {
font-size: 110%;
}
.cm-header-5 {
font-size: 100%;
font-style: italic;
}
.cm-header-6 {
font-size: 100%;
font-style: italic;
}
.widget-interact > div,
.widget-interact > input {
padding: 2.5px;
}
.widget-area {
/*
LESS file that styles IPython notebook widgets and the area they sit in.
The widget area typically looks something like this:
+------------------------------------------+
| widget-area |
| +--------+---------------------------+ |
| | prompt | widget-subarea | |
| | | +--------+ +--------+ | |
| | | | widget | | widget | | |
| | | +--------+ +--------+ | |
| +--------+---------------------------+ |
+------------------------------------------+
*/
page-break-inside: avoid;
/* Old browsers */
display: -webkit-box;
-webkit-box-orient: horizontal;
-webkit-box-align: stretch;
display: -moz-box;
-moz-box-orient: horizontal;
-moz-box-align: stretch;
display: box;
box-orient: horizontal;
box-align: stretch;
/* Modern browsers */
display: flex;
flex-direction: row;
align-items: stretch;
}
.widget-area .widget-subarea {
padding: 0.44em 0.4em 0.4em 1px;
margin-left: 6px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
/* Old browsers */
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-box-align: stretch;
display: -moz-box;
-moz-box-orient: vertical;
-moz-box-align: stretch;
display: box;
box-orient: vertical;
box-align: stretch;
/* Modern browsers */
display: flex;
flex-direction: column;
align-items: stretch;
/* Old browsers */
-webkit-box-flex: 2;
-moz-box-flex: 2;
box-flex: 2;
/* Modern browsers */
flex: 2;
/* Old browsers */
-webkit-box-align: start;
-moz-box-align: start;
box-align: start;
/* Modern browsers */
align-items: flex-start;
}
.widget-area.connection-problems .prompt:after {
content: "\f127";
font-family: 'FontAwesome';
color: #d9534f;
font-size: 14px;
top: 3px;
padding: 3px;
}
/* THE CLASSES BELOW CAN APPEAR ANYWHERE IN THE DOM (POSSIBLEY OUTSIDE OF
THE WIDGET AREA). */
.slide-track {
/* Slider Track */
border: 1px solid #CCCCCC;
background: #FFFFFF;
border-radius: 2px;
/* Round the corners of the slide track */
}
.widget-hslider {
/* Horizontal jQuery Slider
Both the horizontal and vertical versions of the slider are characterized
by a styled div that contains an invisible jQuery slide div which
contains a visible slider handle div. This is requred so we can control
how the slider is drawn and 'fix' the issue where the slide handle
doesn't stop at the end of the slide.
Both horizontal and vertical sliders have this div nesting:
+------------------------------------------+
| widget-(h/v)slider |
| +--------+---------------------------+ |
| | ui-slider | |
| | +------------------+ | |
| | | ui-slider-handle | | |
| | +------------------+ | |
| +--------+---------------------------+ |
+------------------------------------------+
*/
/* Fix the padding of the slide track so the ui-slider is sized
correctly. */
padding-left: 8px;
padding-right: 2px;
overflow: visible;
/* Default size of the slider */
width: 350px;
height: 5px;
max-height: 5px;
margin-top: 13px;
margin-bottom: 10px;
/* Style the slider track */
/* Slider Track */
border: 1px solid #CCCCCC;
background: #FFFFFF;
border-radius: 2px;
/* Round the corners of the slide track */
/* Make the div a flex box (makes FF behave correctly). */
/* Old browsers */
display: -webkit-box;
-webkit-box-orient: horizontal;
-webkit-box-align: stretch;
display: -moz-box;
-moz-box-orient: horizontal;
-moz-box-align: stretch;
display: box;
box-orient: horizontal;
box-align: stretch;
/* Modern browsers */
display: flex;
flex-direction: row;
align-items: stretch;
}
.widget-hslider .ui-slider {
/* Inner, invisible slide div */
border: 0px;
background: none;
/* Old browsers */
display: -webkit-box;
-webkit-box-orient: horizontal;
-webkit-box-align: stretch;
display: -moz-box;
-moz-box-orient: horizontal;
-moz-box-align: stretch;
display: box;
box-orient: horizontal;
box-align: stretch;
/* Modern browsers */
display: flex;
flex-direction: row;
align-items: stretch;
/* Old browsers */
-webkit-box-flex: 1;
-moz-box-flex: 1;
box-flex: 1;
/* Modern browsers */
flex: 1;
}
.widget-hslider .ui-slider .ui-slider-handle {
width: 12px;
height: 28px;
margin-top: -8px;
border-radius: 2px;
}
.widget-hslider .ui-slider .ui-slider-range {
height: 12px;
margin-top: -4px;
background: #eeeeee;
}
.widget-vslider {
/* Vertical jQuery Slider */
/* Fix the padding of the slide track so the ui-slider is sized
correctly. */
padding-bottom: 5px;
overflow: visible;
/* Default size of the slider */
width: 5px;
max-width: 5px;
height: 250px;
margin-left: 12px;
/* Style the slider track */
/* Slider Track */
border: 1px solid #CCCCCC;
background: #FFFFFF;
border-radius: 2px;
/* Round the corners of the slide track */
/* Make the div a flex box (makes FF behave correctly). */
/* Old browsers */
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-box-align: stretch;
display: -moz-box;
-moz-box-orient: vertical;
-moz-box-align: stretch;
display: box;
box-orient: vertical;
box-align: stretch;
/* Modern browsers */
display: flex;
flex-direction: column;
align-items: stretch;
}
.widget-vslider .ui-slider {
/* Inner, invisible slide div */
border: 0px;
background: none;
margin-left: -4px;
margin-top: 5px;
/* Old browsers */
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-box-align: stretch;
display: -moz-box;
-moz-box-orient: vertical;
-moz-box-align: stretch;
display: box;
box-orient: vertical;
box-align: stretch;
/* Modern browsers */
display: flex;
flex-direction: column;
align-items: stretch;
/* Old browsers */
-webkit-box-flex: 1;
-moz-box-flex: 1;
box-flex: 1;
/* Modern browsers */
flex: 1;
}
.widget-vslider .ui-slider .ui-slider-handle {
width: 28px;
height: 12px;
margin-left: -9px;
border-radius: 2px;
}
.widget-vslider .ui-slider .ui-slider-range {
width: 12px;
margin-left: -1px;
background: #eeeeee;
}
.widget-text {
/* String Textbox - used for TextBoxView and TextAreaView */
width: 350px;
margin: 0px;
}
.widget-listbox {
/* Listbox */
width: 350px;
margin-bottom: 0px;
}
.widget-numeric-text {
/* Single Line Textbox - used for IntTextView and FloatTextView */
width: 150px;
margin: 0px;
}
.widget-progress {
/* Progress Bar */
margin-top: 6px;
min-width: 350px;
}
.widget-progress .progress-bar {
/* Disable progress bar animation */
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
.widget-combo-btn {
/* ComboBox Main Button */
/* Subtract 25px to account for the drop arrow button */
min-width: 125px;
}
.widget_item .dropdown-menu li a {
color: inherit;
}
.widget-hbox {
/* Horizontal widgets */
/* Old browsers */
display: -webkit-box;
-webkit-box-orient: horizontal;
-webkit-box-align: stretch;
display: -moz-box;
-moz-box-orient: horizontal;
-moz-box-align: stretch;
display: box;
box-orient: horizontal;
box-align: stretch;
/* Modern browsers */
display: flex;
flex-direction: row;
align-items: stretch;
}
.widget-hbox input[type="checkbox"] {
margin-top: 9px;
margin-bottom: 10px;
}
.widget-hbox .widget-label {
/* Horizontal Label */
min-width: 10ex;
padding-right: 8px;
padding-top: 5px;
text-align: right;
vertical-align: text-top;
}
.widget-hbox .widget-readout {
padding-left: 8px;
padding-top: 5px;
text-align: left;
vertical-align: text-top;
}
.widget-vbox {
/* Vertical widgets */
/* Old browsers */
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-box-align: stretch;
display: -moz-box;
-moz-box-orient: vertical;
-moz-box-align: stretch;
display: box;
box-orient: vertical;
box-align: stretch;
/* Modern browsers */
display: flex;
flex-direction: column;
align-items: stretch;
}
.widget-vbox .widget-label {
/* Vertical Label */
padding-bottom: 5px;
text-align: center;
vertical-align: text-bottom;
}
.widget-vbox .widget-readout {
/* Vertical Label */
padding-top: 5px;
text-align: center;
vertical-align: text-top;
}
.widget-box {
/* Box */
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
/* Old browsers */
-webkit-box-align: start;
-moz-box-align: start;
box-align: start;
/* Modern browsers */
align-items: flex-start;
}
.widget-radio-box {
/* Contains RadioButtonsWidget */
/* Old browsers */
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-box-align: stretch;
display: -moz-box;
-moz-box-orient: vertical;
-moz-box-align: stretch;
display: box;
box-orient: vertical;
box-align: stretch;
/* Modern browsers */
display: flex;
flex-direction: column;
align-items: stretch;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
padding-top: 4px;
}
.widget-radio-box label {
margin-top: 0px;
}
.widget-radio {
margin-left: 20px;
}
/*!
*
* IPython notebook webapp
*
*/
@media (max-width: 767px) {
.notebook_app {
padding-left: 0px;
padding-right: 0px;
}
}
#ipython-main-app {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
height: 100%;
}
div#notebook_panel {
margin: 0px;
padding: 0px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
height: 100%;
}
#notebook {
font-size: 14px;
line-height: 20px;
overflow-y: hidden;
overflow-x: auto;
width: 100%;
/* This spaces the page away from the edge of the notebook area */
padding-top: 20px;
margin: 0px;
outline: none;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
min-height: 100%;
}
@media not print {
#notebook-container {
padding: 15px;
background-color: #ffffff;
min-height: 0;
-webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
}
}
div.ui-widget-content {
border: 1px solid #ababab;
outline: none;
}
pre.dialog {
background-color: #f7f7f7;
border: 1px solid #ddd;
border-radius: 2px;
padding: 0.4em;
padding-left: 2em;
}
p.dialog {
padding: 0.2em;
}
/* Word-wrap output correctly. This is the CSS3 spelling, though Firefox seems
to not honor it correctly. Webkit browsers (Chrome, rekonq, Safari) do.
*/
pre,
code,
kbd,
samp {
white-space: pre-wrap;
}
#fonttest {
font-family: monospace;
}
p {
margin-bottom: 0;
}
.end_space {
min-height: 100px;
transition: height .2s ease;
}
.notebook_app #header {
-webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
}
@media not print {
.notebook_app {
background-color: #eeeeee;
}
}
/* CSS for the cell toolbar */
.celltoolbar {
border: thin solid #CFCFCF;
border-bottom: none;
background: #EEE;
border-radius: 2px 2px 0px 0px;
width: 100%;
height: 29px;
padding-right: 4px;
/* Old browsers */
display: -webkit-box;
-webkit-box-orient: horizontal;
-webkit-box-align: stretch;
display: -moz-box;
-moz-box-orient: horizontal;
-moz-box-align: stretch;
display: box;
box-orient: horizontal;
box-align: stretch;
/* Modern browsers */
display: flex;
flex-direction: row;
align-items: stretch;
/* Old browsers */
-webkit-box-pack: end;
-moz-box-pack: end;
box-pack: end;
/* Modern browsers */
justify-content: flex-end;
}
@media print {
.celltoolbar {
display: none;
}
}
.ctb_hideshow {
display: none;
vertical-align: bottom;
}
/* ctb_show is added to the ctb_hideshow div to show the cell toolbar.
Cell toolbars are only shown when the ctb_global_show class is also set.
*/
.ctb_global_show .ctb_show.ctb_hideshow {
display: block;
}
.ctb_global_show .ctb_show + .input_area,
.ctb_global_show .ctb_show + div.text_cell_input,
.ctb_global_show .ctb_show ~ div.text_cell_render {
border-top-right-radius: 0px;
border-top-left-radius: 0px;
}
.ctb_global_show .ctb_show ~ div.text_cell_render {
border: 1px solid #cfcfcf;
}
.celltoolbar {
font-size: 87%;
padding-top: 3px;
}
.celltoolbar select {
display: block;
width: 100%;
height: 32px;
padding: 6px 12px;
font-size: 13px;
line-height: 1.42857143;
color: #555555;
background-color: #ffffff;
background-image: none;
border: 1px solid #cccccc;
border-radius: 2px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 1px;
width: inherit;
font-size: inherit;
height: 22px;
padding: 0px;
display: inline-block;
}
.celltoolbar select:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.celltoolbar select::-moz-placeholder {
color: #999999;
opacity: 1;
}
.celltoolbar select:-ms-input-placeholder {
color: #999999;
}
.celltoolbar select::-webkit-input-placeholder {
color: #999999;
}
.celltoolbar select[disabled],
.celltoolbar select[readonly],
fieldset[disabled] .celltoolbar select {
cursor: not-allowed;
background-color: #eeeeee;
opacity: 1;
}
textarea.celltoolbar select {
height: auto;
}
select.celltoolbar select {
height: 30px;
line-height: 30px;
}
textarea.celltoolbar select,
select[multiple].celltoolbar select {
height: auto;
}
.celltoolbar label {
margin-left: 5px;
margin-right: 5px;
}
.completions {
position: absolute;
z-index: 10;
overflow: hidden;
border: 1px solid #ababab;
border-radius: 2px;
-webkit-box-shadow: 0px 6px 10px -1px #adadad;
box-shadow: 0px 6px 10px -1px #adadad;
}
.completions select {
background: white;
outline: none;
border: none;
padding: 0px;
margin: 0px;
overflow: auto;
font-family: monospace;
font-size: 110%;
color: #000000;
width: auto;
}
.completions select option.context {
color: #286090;
}
#kernel_logo_widget {
float: right !important;
float: right;
}
#kernel_logo_widget .current_kernel_logo {
display: none;
margin-top: -1px;
margin-bottom: -1px;
width: 32px;
height: 32px;
}
#menubar {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
margin-top: 1px;
}
#menubar .navbar {
border-top: 1px;
border-radius: 0px 0px 2px 2px;
margin-bottom: 0px;
}
#menubar .navbar-toggle {
float: left;
padding-top: 7px;
padding-bottom: 7px;
border: none;
}
#menubar .navbar-collapse {
clear: left;
}
.nav-wrapper {
border-bottom: 1px solid #e7e7e7;
}
i.menu-icon {
padding-top: 4px;
}
ul#help_menu li a {
overflow: hidden;
padding-right: 2.2em;
}
ul#help_menu li a i {
margin-right: -1.2em;
}
.dropdown-submenu {
position: relative;
}
.dropdown-submenu > .dropdown-menu {
top: 0;
left: 100%;
margin-top: -6px;
margin-left: -1px;
}
.dropdown-submenu:hover > .dropdown-menu {
display: block;
}
.dropdown-submenu > a:after {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transform: translate(0, 0);
display: block;
content: "\f0da";
float: right;
color: #333333;
margin-top: 2px;
margin-right: -10px;
}
.dropdown-submenu > a:after.pull-left {
margin-right: .3em;
}
.dropdown-submenu > a:after.pull-right {
margin-left: .3em;
}
.dropdown-submenu:hover > a:after {
color: #262626;
}
.dropdown-submenu.pull-left {
float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
left: -100%;
margin-left: 10px;
}
#notification_area {
float: right !important;
float: right;
z-index: 10;
}
.indicator_area {
float: right !important;
float: right;
color: #777777;
margin-left: 5px;
margin-right: 5px;
width: 11px;
z-index: 10;
text-align: center;
width: auto;
}
#kernel_indicator {
float: right !important;
float: right;
color: #777777;
margin-left: 5px;
margin-right: 5px;
width: 11px;
z-index: 10;
text-align: center;
width: auto;
border-left: 1px solid;
}
#kernel_indicator .kernel_indicator_name {
padding-left: 5px;
padding-right: 5px;
}
#modal_indicator {
float: right !important;
float: right;
color: #777777;
margin-left: 5px;
margin-right: 5px;
width: 11px;
z-index: 10;
text-align: center;
width: auto;
}
#readonly-indicator {
float: right !important;
float: right;
color: #777777;
margin-left: 5px;
margin-right: 5px;
width: 11px;
z-index: 10;
text-align: center;
width: auto;
margin-top: 2px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
display: none;
}
.modal_indicator:before {
width: 1.28571429em;
text-align: center;
}
.edit_mode .modal_indicator:before {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transform: translate(0, 0);
content: "\f040";
}
.edit_mode .modal_indicator:before.pull-left {
margin-right: .3em;
}
.edit_mode .modal_indicator:before.pull-right {
margin-left: .3em;
}
.command_mode .modal_indicator:before {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transform: translate(0, 0);
content: ' ';
}
.command_mode .modal_indicator:before.pull-left {
margin-right: .3em;
}
.command_mode .modal_indicator:before.pull-right {
margin-left: .3em;
}
.kernel_idle_icon:before {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transform: translate(0, 0);
content: "\f10c";
}
.kernel_idle_icon:before.pull-left {
margin-right: .3em;
}
.kernel_idle_icon:before.pull-right {
margin-left: .3em;
}
.kernel_busy_icon:before {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transform: translate(0, 0);
content: "\f111";
}
.kernel_busy_icon:before.pull-left {
margin-right: .3em;
}
.kernel_busy_icon:before.pull-right {
margin-left: .3em;
}
.kernel_dead_icon:before {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transform: translate(0, 0);
content: "\f1e2";
}
.kernel_dead_icon:before.pull-left {
margin-right: .3em;
}
.kernel_dead_icon:before.pull-right {
margin-left: .3em;
}
.kernel_disconnected_icon:before {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transform: translate(0, 0);
content: "\f127";
}
.kernel_disconnected_icon:before.pull-left {
margin-right: .3em;
}
.kernel_disconnected_icon:before.pull-right {
margin-left: .3em;
}
.notification_widget {
color: #777777;
z-index: 10;
background: rgba(240, 240, 240, 0.5);
color: #333333;
background-color: #ffffff;
border-color: #cccccc;
}
.notification_widget:hover,
.notification_widget:focus,
.notification_widget.focus,
.notification_widget:active,
.notification_widget.active,
.open > .dropdown-toggle.notification_widget {
color: #333333;
background-color: #e6e6e6;
border-color: #adadad;
}
.notification_widget:active,
.notification_widget.active,
.open > .dropdown-toggle.notification_widget {
background-image: none;
}
.notification_widget.disabled,
.notification_widget[disabled],
fieldset[disabled] .notification_widget,
.notification_widget.disabled:hover,
.notification_widget[disabled]:hover,
fieldset[disabled] .notification_widget:hover,
.notification_widget.disabled:focus,
.notification_widget[disabled]:focus,
fieldset[disabled] .notification_widget:focus,
.notification_widget.disabled.focus,
.notification_widget[disabled].focus,
fieldset[disabled] .notification_widget.focus,
.notification_widget.disabled:active,
.notification_widget[disabled]:active,
fieldset[disabled] .notification_widget:active,
.notification_widget.disabled.active,
.notification_widget[disabled].active,
fieldset[disabled] .notification_widget.active {
background-color: #ffffff;
border-color: #cccccc;
}
.notification_widget .badge {
color: #ffffff;
background-color: #333333;
}
.notification_widget.warning {
color: #ffffff;
background-color: #f0ad4e;
border-color: #eea236;
}
.notification_widget.warning:hover,
.notification_widget.warning:focus,
.notification_widget.warning.focus,
.notification_widget.warning:active,
.notification_widget.warning.active,
.open > .dropdown-toggle.notification_widget.warning {
color: #ffffff;
background-color: #ec971f;
border-color: #d58512;
}
.notification_widget.warning:active,
.notification_widget.warning.active,
.open > .dropdown-toggle.notification_widget.warning {
background-image: none;
}
.notification_widget.warning.disabled,
.notification_widget.warning[disabled],
fieldset[disabled] .notification_widget.warning,
.notification_widget.warning.disabled:hover,
.notification_widget.warning[disabled]:hover,
fieldset[disabled] .notification_widget.warning:hover,
.notification_widget.warning.disabled:focus,
.notification_widget.warning[disabled]:focus,
fieldset[disabled] .notification_widget.warning:focus,
.notification_widget.warning.disabled.focus,
.notification_widget.warning[disabled].focus,
fieldset[disabled] .notification_widget.warning.focus,
.notification_widget.warning.disabled:active,
.notification_widget.warning[disabled]:active,
fieldset[disabled] .notification_widget.warning:active,
.notification_widget.warning.disabled.active,
.notification_widget.warning[disabled].active,
fieldset[disabled] .notification_widget.warning.active {
background-color: #f0ad4e;
border-color: #eea236;
}
.notification_widget.warning .badge {
color: #f0ad4e;
background-color: #ffffff;
}
.notification_widget.success {
color: #ffffff;
background-color: #5cb85c;
border-color: #4cae4c;
}
.notification_widget.success:hover,
.notification_widget.success:focus,
.notification_widget.success.focus,
.notification_widget.success:active,
.notification_widget.success.active,
.open > .dropdown-toggle.notification_widget.success {
color: #ffffff;
background-color: #449d44;
border-color: #398439;
}
.notification_widget.success:active,
.notification_widget.success.active,
.open > .dropdown-toggle.notification_widget.success {
background-image: none;
}
.notification_widget.success.disabled,
.notification_widget.success[disabled],
fieldset[disabled] .notification_widget.success,
.notification_widget.success.disabled:hover,
.notification_widget.success[disabled]:hover,
fieldset[disabled] .notification_widget.success:hover,
.notification_widget.success.disabled:focus,
.notification_widget.success[disabled]:focus,
fieldset[disabled] .notification_widget.success:focus,
.notification_widget.success.disabled.focus,
.notification_widget.success[disabled].focus,
fieldset[disabled] .notification_widget.success.focus,
.notification_widget.success.disabled:active,
.notification_widget.success[disabled]:active,
fieldset[disabled] .notification_widget.success:active,
.notification_widget.success.disabled.active,
.notification_widget.success[disabled].active,
fieldset[disabled] .notification_widget.success.active {
background-color: #5cb85c;
border-color: #4cae4c;
}
.notification_widget.success .badge {
color: #5cb85c;
background-color: #ffffff;
}
.notification_widget.info {
color: #ffffff;
background-color: #5bc0de;
border-color: #46b8da;
}
.notification_widget.info:hover,
.notification_widget.info:focus,
.notification_widget.info.focus,
.notification_widget.info:active,
.notification_widget.info.active,
.open > .dropdown-toggle.notification_widget.info {
color: #ffffff;
background-color: #31b0d5;
border-color: #269abc;
}
.notification_widget.info:active,
.notification_widget.info.active,
.open > .dropdown-toggle.notification_widget.info {
background-image: none;
}
.notification_widget.info.disabled,
.notification_widget.info[disabled],
fieldset[disabled] .notification_widget.info,
.notification_widget.info.disabled:hover,
.notification_widget.info[disabled]:hover,
fieldset[disabled] .notification_widget.info:hover,
.notification_widget.info.disabled:focus,
.notification_widget.info[disabled]:focus,
fieldset[disabled] .notification_widget.info:focus,
.notification_widget.info.disabled.focus,
.notification_widget.info[disabled].focus,
fieldset[disabled] .notification_widget.info.focus,
.notification_widget.info.disabled:active,
.notification_widget.info[disabled]:active,
fieldset[disabled] .notification_widget.info:active,
.notification_widget.info.disabled.active,
.notification_widget.info[disabled].active,
fieldset[disabled] .notification_widget.info.active {
background-color: #5bc0de;
border-color: #46b8da;
}
.notification_widget.info .badge {
color: #5bc0de;
background-color: #ffffff;
}
.notification_widget.danger {
color: #ffffff;
background-color: #d9534f;
border-color: #d43f3a;
}
.notification_widget.danger:hover,
.notification_widget.danger:focus,
.notification_widget.danger.focus,
.notification_widget.danger:active,
.notification_widget.danger.active,
.open > .dropdown-toggle.notification_widget.danger {
color: #ffffff;
background-color: #c9302c;
border-color: #ac2925;
}
.notification_widget.danger:active,
.notification_widget.danger.active,
.open > .dropdown-toggle.notification_widget.danger {
background-image: none;
}
.notification_widget.danger.disabled,
.notification_widget.danger[disabled],
fieldset[disabled] .notification_widget.danger,
.notification_widget.danger.disabled:hover,
.notification_widget.danger[disabled]:hover,
fieldset[disabled] .notification_widget.danger:hover,
.notification_widget.danger.disabled:focus,
.notification_widget.danger[disabled]:focus,
fieldset[disabled] .notification_widget.danger:focus,
.notification_widget.danger.disabled.focus,
.notification_widget.danger[disabled].focus,
fieldset[disabled] .notification_widget.danger.focus,
.notification_widget.danger.disabled:active,
.notification_widget.danger[disabled]:active,
fieldset[disabled] .notification_widget.danger:active,
.notification_widget.danger.disabled.active,
.notification_widget.danger[disabled].active,
fieldset[disabled] .notification_widget.danger.active {
background-color: #d9534f;
border-color: #d43f3a;
}
.notification_widget.danger .badge {
color: #d9534f;
background-color: #ffffff;
}
div#pager {
background-color: #ffffff;
font-size: 14px;
line-height: 20px;
overflow: hidden;
display: none;
position: fixed;
bottom: 0px;
width: 100%;
max-height: 50%;
padding-top: 8px;
-webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
/* Display over codemirror */
z-index: 100;
/* Hack which prevents jquery ui resizable from changing top. */
top: auto !important;
}
div#pager pre {
line-height: 1.21429em;
color: #000000;
background-color: #f7f7f7;
padding: 0.4em;
}
div#pager #pager-button-area {
position: absolute;
top: 8px;
right: 20px;
}
div#pager #pager-contents {
position: relative;
overflow: auto;
width: 100%;
height: 100%;
}
div#pager #pager-contents #pager-container {
position: relative;
padding: 15px 0px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
div#pager .ui-resizable-handle {
top: 0px;
height: 8px;
background: #f7f7f7;
border-top: 1px solid #cfcfcf;
border-bottom: 1px solid #cfcfcf;
/* This injects handle bars (a short, wide = symbol) for
the resize handle. */
}
div#pager .ui-resizable-handle::after {
content: '';
top: 2px;
left: 50%;
height: 3px;
width: 30px;
margin-left: -15px;
position: absolute;
border-top: 1px solid #cfcfcf;
}
.quickhelp {
/* Old browsers */
display: -webkit-box;
-webkit-box-orient: horizontal;
-webkit-box-align: stretch;
display: -moz-box;
-moz-box-orient: horizontal;
-moz-box-align: stretch;
display: box;
box-orient: horizontal;
box-align: stretch;
/* Modern browsers */
display: flex;
flex-direction: row;
align-items: stretch;
}
.shortcut_key {
display: inline-block;
width: 20ex;
text-align: right;
font-family: monospace;
}
.shortcut_descr {
display: inline-block;
/* Old browsers */
-webkit-box-flex: 1;
-moz-box-flex: 1;
box-flex: 1;
/* Modern browsers */
flex: 1;
}
span.save_widget {
margin-top: 6px;
}
span.save_widget span.filename {
height: 1em;
line-height: 1em;
padding: 3px;
margin-left: 16px;
border: none;
font-size: 146.5%;
border-radius: 2px;
}
span.save_widget span.filename:hover {
background-color: #e6e6e6;
}
span.checkpoint_status,
span.autosave_status {
font-size: small;
}
@media (max-width: 767px) {
span.save_widget {
font-size: small;
}
span.checkpoint_status,
span.autosave_status {
display: none;
}
}
@media (min-width: 768px) and (max-width: 991px) {
span.checkpoint_status {
display: none;
}
span.autosave_status {
font-size: x-small;
}
}
.toolbar {
padding: 0px;
margin-left: -5px;
margin-top: 2px;
margin-bottom: 5px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.toolbar select,
.toolbar label {
width: auto;
vertical-align: middle;
margin-right: 2px;
margin-bottom: 0px;
display: inline;
font-size: 92%;
margin-left: 0.3em;
margin-right: 0.3em;
padding: 0px;
padding-top: 3px;
}
.toolbar .btn {
padding: 2px 8px;
}
.toolbar .btn-group {
margin-top: 0px;
margin-left: 5px;
}
#maintoolbar {
margin-bottom: -3px;
margin-top: -8px;
border: 0px;
min-height: 27px;
margin-left: 0px;
padding-top: 11px;
padding-bottom: 3px;
}
#maintoolbar .navbar-text {
float: none;
vertical-align: middle;
text-align: right;
margin-left: 5px;
margin-right: 0px;
margin-top: 0px;
}
.select-xs {
height: 24px;
}
/**
* Primary styles
*
* Author: IPython Development Team
*/
/** WARNING IF YOU ARE EDITTING THIS FILE, if this is a .css file, It has a lot
* of chance of beeing generated from the ../less/[samename].less file, you can
* try to get back the less file by reverting somme commit in history
**/
/*
* We'll try to get something pretty, so we
* have some strange css to have the scroll bar on
* the left with fix button on the top right of the tooltip
*/
@-moz-keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@-webkit-keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@-moz-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@-webkit-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
/*properties of tooltip after "expand"*/
.bigtooltip {
overflow: auto;
height: 200px;
-webkit-transition-property: height;
-webkit-transition-duration: 500ms;
-moz-transition-property: height;
-moz-transition-duration: 500ms;
transition-property: height;
transition-duration: 500ms;
}
/*properties of tooltip before "expand"*/
.smalltooltip {
-webkit-transition-property: height;
-webkit-transition-duration: 500ms;
-moz-transition-property: height;
-moz-transition-duration: 500ms;
transition-property: height;
transition-duration: 500ms;
text-overflow: ellipsis;
overflow: hidden;
height: 80px;
}
.tooltipbuttons {
position: absolute;
padding-right: 15px;
top: 0px;
right: 0px;
}
.tooltiptext {
/*avoid the button to overlap on some docstring*/
padding-right: 30px;
}
.ipython_tooltip {
max-width: 700px;
/*fade-in animation when inserted*/
-webkit-animation: fadeOut 400ms;
-moz-animation: fadeOut 400ms;
animation: fadeOut 400ms;
-webkit-animation: fadeIn 400ms;
-moz-animation: fadeIn 400ms;
animation: fadeIn 400ms;
vertical-align: middle;
background-color: #f7f7f7;
overflow: visible;
border: #ababab 1px solid;
outline: none;
padding: 3px;
margin: 0px;
padding-left: 7px;
font-family: monospace;
min-height: 50px;
-moz-box-shadow: 0px 6px 10px -1px #adadad;
-webkit-box-shadow: 0px 6px 10px -1px #adadad;
box-shadow: 0px 6px 10px -1px #adadad;
border-radius: 2px;
position: absolute;
z-index: 1000;
}
.ipython_tooltip a {
float: right;
}
.ipython_tooltip .tooltiptext pre {
border: 0;
border-radius: 0;
font-size: 100%;
background-color: #f7f7f7;
}
.pretooltiparrow {
left: 0px;
margin: 0px;
top: -16px;
width: 40px;
height: 16px;
overflow: hidden;
position: absolute;
}
.pretooltiparrow:before {
background-color: #f7f7f7;
border: 1px #ababab solid;
z-index: 11;
content: "";
position: absolute;
left: 15px;
top: 10px;
width: 25px;
height: 25px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
}
.terminal-app {
background: #eeeeee;
}
.terminal-app #header {
background: #ffffff;
-webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
}
.terminal-app .terminal {
float: left;
font-family: monospace;
color: white;
background: black;
padding: 0.4em;
border-radius: 2px;
-webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.4);
box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.4);
}
.terminal-app .terminal,
.terminal-app .terminal dummy-screen {
line-height: 1em;
font-size: 14px;
}
.terminal-app .terminal-cursor {
color: black;
background: white;
}
.terminal-app #terminado-container {
margin-top: 20px;
}
/*# sourceMappingURL=style.min.css.map */
</style>
<style type="text/css">
.highlight .hll { background-color: #ffffcc }
.highlight { background: #f8f8f8; }
.highlight .c { color: #408080; font-style: italic } /* Comment */
.highlight .err { border: 1px solid #FF0000 } /* Error */
.highlight .k { color: #008000; font-weight: bold } /* Keyword */
.highlight .o { color: #666666 } /* Operator */
.highlight .cm { color: #408080; font-style: italic } /* Comment.Multiline */
.highlight .cp { color: #BC7A00 } /* Comment.Preproc */
.highlight .c1 { color: #408080; font-style: italic } /* Comment.Single */
.highlight .cs { color: #408080; font-style: italic } /* Comment.Special */
.highlight .gd { color: #A00000 } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gr { color: #FF0000 } /* Generic.Error */
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
.highlight .gi { color: #00A000 } /* Generic.Inserted */
.highlight .go { color: #888888 } /* Generic.Output */
.highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.highlight .gt { color: #0044DD } /* Generic.Traceback */
.highlight .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
.highlight .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
.highlight .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
.highlight .kp { color: #008000 } /* Keyword.Pseudo */
.highlight .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #B00040 } /* Keyword.Type */
.highlight .m { color: #666666 } /* Literal.Number */
.highlight .s { color: #BA2121 } /* Literal.String */
.highlight .na { color: #7D9029 } /* Name.Attribute */
.highlight .nb { color: #008000 } /* Name.Builtin */
.highlight .nc { color: #0000FF; font-weight: bold } /* Name.Class */
.highlight .no { color: #880000 } /* Name.Constant */
.highlight .nd { color: #AA22FF } /* Name.Decorator */
.highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */
.highlight .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
.highlight .nf { color: #0000FF } /* Name.Function */
.highlight .nl { color: #A0A000 } /* Name.Label */
.highlight .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
.highlight .nt { color: #008000; font-weight: bold } /* Name.Tag */
.highlight .nv { color: #19177C } /* Name.Variable */
.highlight .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
.highlight .mb { color: #666666 } /* Literal.Number.Bin */
.highlight .mf { color: #666666 } /* Literal.Number.Float */
.highlight .mh { color: #666666 } /* Literal.Number.Hex */
.highlight .mi { color: #666666 } /* Literal.Number.Integer */
.highlight .mo { color: #666666 } /* Literal.Number.Oct */
.highlight .sb { color: #BA2121 } /* Literal.String.Backtick */
.highlight .sc { color: #BA2121 } /* Literal.String.Char */
.highlight .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
.highlight .s2 { color: #BA2121 } /* Literal.String.Double */
.highlight .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
.highlight .sh { color: #BA2121 } /* Literal.String.Heredoc */
.highlight .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
.highlight .sx { color: #008000 } /* Literal.String.Other */
.highlight .sr { color: #BB6688 } /* Literal.String.Regex */
.highlight .s1 { color: #BA2121 } /* Literal.String.Single */
.highlight .ss { color: #19177C } /* Literal.String.Symbol */
.highlight .bp { color: #008000 } /* Name.Builtin.Pseudo */
.highlight .vc { color: #19177C } /* Name.Variable.Class */
.highlight .vg { color: #19177C } /* Name.Variable.Global */
.highlight .vi { color: #19177C } /* Name.Variable.Instance */
.highlight .il { color: #666666 } /* Literal.Number.Integer.Long */
</style>
<style type="text/css">
/* Overrides of notebook CSS for static HTML export */
body {
overflow: visible;
padding: 8px;
}
div#notebook {
overflow: visible;
border-top: none;
}
@media print {
div.cell {
display: block;
page-break-inside: avoid;
}
div.output_wrapper {
display: block;
page-break-inside: avoid;
}
div.output {
display: block;
page-break-inside: avoid;
}
}
</style>
<!-- Custom stylesheet, it must be in the same directory as the html file -->
<link rel="stylesheet" href="custom.css">
<!-- Loading mathjax macro -->
<!-- Load mathjax -->
<script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML"></script>
<!-- MathJax configuration -->
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
displayMath: [ ['$$','$$'], ["\\[","\\]"] ],
processEscapes: true,
processEnvironments: true
},
// Center justify equations in code and markdown cells. Elsewhere
// we use CSS to left justify single line equations in code cells.
displayAlign: 'center',
"HTML-CSS": {
styles: {'.MathJax_Display': {"margin": 0}},
linebreaks: { automatic: true }
}
});
</script>
<!-- End of mathjax configuration -->
</head>
<body>
<div tabindex="-1" id="notebook" class="border-box-sizing">
<div class="container" id="notebook-container">
<div class="cell border-box-sizing code_cell rendered">
<div class="input">
<div class="prompt input_prompt">In [11]:</div>
<div class="inner_cell">
<div class="input_area">
<div class=" highlight hl-ipython2"><pre><span class="kn">import</span> <span class="nn">numpy</span> <span class="kn">as</span> <span class="nn">np</span>
<span class="kn">import</span> <span class="nn">matplotlib.pyplot</span> <span class="kn">as</span> <span class="nn">plt</span>
<span class="kn">import</span> <span class="nn">matplotlib</span> <span class="kn">as</span> <span class="nn">mpl</span>
<span class="kn">import</span> <span class="nn">seaborn</span>
<span class="o">%</span><span class="k">matplotlib</span> inline
</pre></div>
</div>
</div>
</div>
</div>
<div class="cell border-box-sizing text_cell rendered">
<div class="prompt input_prompt">
</div>
<div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html">
<h1 id="Setting-nice-axes-labels-in-matplotlib">Setting nice axes labels in matplotlib<a class="anchor-link" href="#Setting-nice-axes-labels-in-matplotlib">¶</a></h1><p>In this post I want to collect some ideas I had on setting nice labels in matplotlib. In particular, for scientific papers we usually want a label like "time [s]". Then, if the data is very large we may put the exponent next to the units like "time [$10^{-6}$s]", better still is to use an SI prefix e.g "time [$\mu$s]".</p>
<h3 id="The-defaults">The defaults<a class="anchor-link" href="#The-defaults">¶</a></h3><p><code>Matplotlib</code> already has useful routines to format the ticks, but it usually puts the exponent somewhere near to the top of the axis. Here is a typical example using the defaults</p>
</div>
</div>
</div>
<div class="cell border-box-sizing code_cell rendered">
<div class="input">
<div class="prompt input_prompt">In [10]:</div>
<div class="inner_cell">
<div class="input_area">
<div class=" highlight hl-ipython2"><pre><span class="n">x</span> <span class="o">=</span> <span class="n">np</span><span class="o">.</span><span class="n">linspace</span><span class="p">(</span><span class="mi">0</span><span class="p">,</span> <span class="mi">10</span><span class="p">,</span> <span class="mi">1000</span><span class="p">)</span>
<span class="n">y</span> <span class="o">=</span> <span class="mf">1e10</span> <span class="o">*</span> <span class="n">np</span><span class="o">.</span><span class="n">sin</span><span class="p">(</span><span class="n">x</span><span class="p">)</span>
<span class="n">fig</span><span class="p">,</span> <span class="n">ax</span> <span class="o">=</span> <span class="n">plt</span><span class="o">.</span><span class="n">subplots</span><span class="p">()</span>
<span class="n">ax</span><span class="o">.</span><span class="n">plot</span><span class="p">(</span><span class="n">x</span><span class="p">,</span> <span class="n">y</span><span class="p">)</span>
<span class="n">plt</span><span class="o">.</span><span class="n">show</span><span class="p">()</span>
</pre></div>
</div>
</div>
</div>
<div class="output_wrapper">
<div class="output">
<div class="output_area"><div class="prompt"></div>
<div class="output_png output_subarea ">
<img src="data:image/png;base64,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
IJL0hRCiQP4fKp3PBgWBK9QAAAAASUVORK5CYII=
"
>
</div>
</div>
</div>
</div>
</div>
<div class="cell border-box-sizing text_cell rendered">
<div class="prompt input_prompt">
</div>
<div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html">
<h3 id="Improving-on-the-defaults">Improving on the defaults<a class="anchor-link" href="#Improving-on-the-defaults">¶</a></h3><p>For a scientific publication we tend to use $\times10^{10}$ or $10^{10}$, this can easily be achieved with the ScalarFormatter. <a href="http://matplotlib.org/examples/pylab_examples/newscalarformatter_demo.html">There is an example on the docs</a>, but here is a simpler one:</p>
</div>
</div>
</div>
<div class="cell border-box-sizing code_cell rendered">
<div class="input">
<div class="prompt input_prompt">In [25]:</div>
<div class="inner_cell">
<div class="input_area">
<div class=" highlight hl-ipython2"><pre><span class="n">x</span> <span class="o">=</span> <span class="n">np</span><span class="o">.</span><span class="n">linspace</span><span class="p">(</span><span class="mi">0</span><span class="p">,</span> <span class="mi">10</span><span class="p">,</span> <span class="mi">1000</span><span class="p">)</span>
<span class="n">y</span> <span class="o">=</span> <span class="mf">1e8</span> <span class="o">+</span> <span class="mf">1e6</span> <span class="o">*</span> <span class="n">np</span><span class="o">.</span><span class="n">sin</span><span class="p">(</span><span class="n">x</span><span class="p">)</span>
<span class="n">fig</span><span class="p">,</span> <span class="n">ax</span> <span class="o">=</span> <span class="n">plt</span><span class="o">.</span><span class="n">subplots</span><span class="p">()</span>
<span class="n">ax</span><span class="o">.</span><span class="n">yaxis</span><span class="o">.</span><span class="n">set_major_formatter</span><span class="p">(</span><span class="n">mpl</span><span class="o">.</span><span class="n">ticker</span><span class="o">.</span><span class="n">ScalarFormatter</span><span class="p">(</span><span class="n">useMathText</span><span class="o">=</span><span class="bp">True</span><span class="p">,</span> <span class="n">useOffset</span><span class="o">=</span><span class="bp">False</span><span class="p">))</span>
<span class="n">ax</span><span class="o">.</span><span class="n">plot</span><span class="p">(</span><span class="n">x</span><span class="p">,</span> <span class="n">y</span><span class="p">)</span>
<span class="n">plt</span><span class="o">.</span><span class="n">show</span><span class="p">()</span>
</pre></div>
</div>
</div>
</div>
<div class="output_wrapper">
<div class="output">
<div class="output_area"><div class="prompt"></div>
<div class="output_png output_subarea ">
<img src="data:image/png;base64,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
SUVORK5CYII=
"
>
</div>
</div>
</div>
</div>
</div>
<div class="cell border-box-sizing text_cell rendered">
<div class="prompt input_prompt">
</div>
<div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html">
<p>Note there are two options set here, the first <code>useMathText</code> forces the scientific notation, while the <code>useOffset</code> stops the offset being used which makes most plots illegible in my opinion</p>
<h3 id="Customing-the-results">Customing the results<a class="anchor-link" href="#Customing-the-results">¶</a></h3><p>At some point I ran into an issue with the location of where the exponent was positioned, it was overlapping with other subplots. I did the usual trick and went to StackOverflow and was helpfully redirected to <a href="http://stackoverflow.com/questions/31517156/adjust-exponent-text-after-setting-scientific-limits-on-matplotlib-axis">this post</a> which by chance was posted the same day. Building on the ideas posted there I have developed the following:</p>
</div>
</div>
</div>
<div class="cell border-box-sizing code_cell rendered">
<div class="input">
<div class="prompt input_prompt">In [2]:</div>
<div class="inner_cell">
<div class="input_area">
<div class=" highlight hl-ipython2"><pre><span class="k">def</span> <span class="nf">update_label</span><span class="p">(</span><span class="n">old_label</span><span class="p">,</span> <span class="n">exponent_text</span><span class="p">):</span>
<span class="k">if</span> <span class="n">exponent_text</span> <span class="o">==</span> <span class="s">""</span><span class="p">:</span>
<span class="k">return</span> <span class="n">old_label</span>
<span class="k">try</span><span class="p">:</span>
<span class="n">units</span> <span class="o">=</span> <span class="n">old_label</span><span class="p">[</span><span class="n">old_label</span><span class="o">.</span><span class="n">index</span><span class="p">(</span><span class="s">"["</span><span class="p">)</span> <span class="o">+</span> <span class="mi">1</span><span class="p">:</span><span class="n">old_label</span><span class="o">.</span><span class="n">rindex</span><span class="p">(</span><span class="s">"]"</span><span class="p">)]</span>
<span class="k">except</span> <span class="ne">ValueError</span><span class="p">:</span>
<span class="n">units</span> <span class="o">=</span> <span class="s">""</span>
<span class="n">label</span> <span class="o">=</span> <span class="n">old_label</span><span class="o">.</span><span class="n">replace</span><span class="p">(</span><span class="s">"[{}]"</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="n">units</span><span class="p">),</span> <span class="s">""</span><span class="p">)</span>
<span class="n">exponent_text</span> <span class="o">=</span> <span class="n">exponent_text</span><span class="o">.</span><span class="n">replace</span><span class="p">(</span><span class="s">"</span><span class="se">\\</span><span class="s">times"</span><span class="p">,</span> <span class="s">""</span><span class="p">)</span>
<span class="k">return</span> <span class="s">"{} [{} {}]"</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="n">label</span><span class="p">,</span> <span class="n">exponent_text</span><span class="p">,</span> <span class="n">units</span><span class="p">)</span>
<span class="k">def</span> <span class="nf">format_label_string_with_exponent</span><span class="p">(</span><span class="n">ax</span><span class="p">,</span> <span class="n">axis</span><span class="o">=</span><span class="s">'both'</span><span class="p">):</span>
<span class="sd">""" Format the label string with the exponent from the ScalarFormatter """</span>
<span class="n">ax</span><span class="o">.</span><span class="n">ticklabel_format</span><span class="p">(</span><span class="n">axis</span><span class="o">=</span><span class="n">axis</span><span class="p">,</span> <span class="n">style</span><span class="o">=</span><span class="s">'sci'</span><span class="p">)</span>
<span class="n">axes_instances</span> <span class="o">=</span> <span class="p">[]</span>
<span class="k">if</span> <span class="n">axis</span> <span class="ow">in</span> <span class="p">[</span><span class="s">'x'</span><span class="p">,</span> <span class="s">'both'</span><span class="p">]:</span>
<span class="n">axes_instances</span><span class="o">.</span><span class="n">append</span><span class="p">(</span><span class="n">ax</span><span class="o">.</span><span class="n">xaxis</span><span class="p">)</span>
<span class="k">if</span> <span class="n">axis</span> <span class="ow">in</span> <span class="p">[</span><span class="s">'y'</span><span class="p">,</span> <span class="s">'both'</span><span class="p">]:</span>
<span class="n">axes_instances</span><span class="o">.</span><span class="n">append</span><span class="p">(</span><span class="n">ax</span><span class="o">.</span><span class="n">yaxis</span><span class="p">)</span>
<span class="k">for</span> <span class="n">ax</span> <span class="ow">in</span> <span class="n">axes_instances</span><span class="p">:</span>
<span class="n">ax</span><span class="o">.</span><span class="n">major</span><span class="o">.</span><span class="n">formatter</span><span class="o">.</span><span class="n">_useMathText</span> <span class="o">=</span> <span class="bp">True</span>
<span class="n">plt</span><span class="o">.</span><span class="n">draw</span><span class="p">()</span> <span class="c"># Update the text</span>
<span class="n">exponent_text</span> <span class="o">=</span> <span class="n">ax</span><span class="o">.</span><span class="n">get_offset_text</span><span class="p">()</span><span class="o">.</span><span class="n">get_text</span><span class="p">()</span>
<span class="n">label</span> <span class="o">=</span> <span class="n">ax</span><span class="o">.</span><span class="n">get_label</span><span class="p">()</span><span class="o">.</span><span class="n">get_text</span><span class="p">()</span>
<span class="n">ax</span><span class="o">.</span><span class="n">offsetText</span><span class="o">.</span><span class="n">set_visible</span><span class="p">(</span><span class="bp">False</span><span class="p">)</span>
<span class="n">ax</span><span class="o">.</span><span class="n">set_label_text</span><span class="p">(</span><span class="n">update_label</span><span class="p">(</span><span class="n">label</span><span class="p">,</span> <span class="n">exponent_text</span><span class="p">))</span>
</pre></div>
</div>
</div>
</div>
</div>
<div class="cell border-box-sizing text_cell rendered">
<div class="prompt input_prompt">
</div>
<div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html">
<p>Which can be used like this</p>
</div>
</div>
</div>
<div class="cell border-box-sizing code_cell rendered">
<div class="input">
<div class="prompt input_prompt">In [35]:</div>
<div class="inner_cell">
<div class="input_area">
<div class=" highlight hl-ipython2"><pre><span class="n">fig</span><span class="p">,</span> <span class="n">ax</span> <span class="o">=</span> <span class="n">plt</span><span class="o">.</span><span class="n">subplots</span><span class="p">()</span>
<span class="n">x</span> <span class="o">=</span> <span class="n">np</span><span class="o">.</span><span class="n">linspace</span><span class="p">(</span><span class="mi">0</span><span class="p">,</span> <span class="mf">1e8</span><span class="p">,</span> <span class="mi">1000</span><span class="p">)</span>
<span class="n">y</span> <span class="o">=</span> <span class="mf">1e10</span> <span class="o">*</span> <span class="n">np</span><span class="o">.</span><span class="n">sin</span><span class="p">(</span><span class="mf">1e-7</span><span class="o">*</span><span class="n">x</span><span class="p">)</span>
<span class="n">ax</span><span class="o">.</span><span class="n">plot</span><span class="p">(</span><span class="n">x</span><span class="p">,</span> <span class="n">y</span><span class="p">)</span>
<span class="n">ax</span><span class="o">.</span><span class="n">set_ylabel</span><span class="p">(</span><span class="s">"amplitude"</span><span class="p">)</span>
<span class="n">ax</span><span class="o">.</span><span class="n">set_xlabel</span><span class="p">(</span><span class="s">"time [s]"</span><span class="p">)</span>
<span class="n">format_label_string_with_exponent</span><span class="p">(</span><span class="n">ax</span><span class="p">,</span> <span class="n">axis</span><span class="o">=</span><span class="s">'both'</span><span class="p">)</span>
<span class="n">plt</span><span class="o">.</span><span class="n">show</span><span class="p">()</span>
</pre></div>
</div>
</div>
</div>
<div class="output_wrapper">
<div class="output">
<div class="output_area"><div class="prompt"></div>
<div class="output_png output_subarea ">
<img src="data:image/png;base64,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
rkJggg==
"
>
</div>
</div>
</div>
</div>
</div>
<div class="cell border-box-sizing text_cell rendered">
<div class="prompt input_prompt">
</div>
<div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html">
<p>As you will see, the label is edited and given the exponent, if units exist they are appended to that. While this isn't the most flexible solution, it is quite a standard notation.</p>
<h3 id="An-interactive-widget-to-check-it-works-in-all-the-right-ways">An interactive widget to check it works in all the right ways<a class="anchor-link" href="#An-interactive-widget-to-check-it-works-in-all-the-right-ways">¶</a></h3>
</div>
</div>
</div>
<div class="cell border-box-sizing code_cell rendered">
<div class="input">
<div class="prompt input_prompt">In [41]:</div>
<div class="inner_cell">
<div class="input_area">
<div class=" highlight hl-ipython2"><pre><span class="n">x</span> <span class="o">=</span> <span class="n">np</span><span class="o">.</span><span class="n">linspace</span><span class="p">(</span><span class="mi">0</span><span class="p">,</span> <span class="mi">10</span><span class="p">,</span> <span class="mi">1000</span><span class="p">)</span>
<span class="n">y</span> <span class="o">=</span> <span class="mf">1e10</span> <span class="o">*</span> <span class="n">np</span><span class="o">.</span><span class="n">sin</span><span class="p">(</span><span class="n">x</span><span class="p">)</span>
<span class="k">def</span> <span class="nf">plot</span><span class="p">(</span><span class="n">xlabel</span><span class="o">=</span><span class="s">"time [s]"</span><span class="p">,</span> <span class="n">ylabel</span><span class="o">=</span><span class="s">"amplitude [Watts]"</span><span class="p">,</span> <span class="n">axis</span><span class="o">=</span><span class="s">"both"</span><span class="p">):</span>
<span class="n">fig</span><span class="p">,</span> <span class="n">ax</span> <span class="o">=</span> <span class="n">plt</span><span class="o">.</span><span class="n">subplots</span><span class="p">()</span>
<span class="n">ax</span><span class="o">.</span><span class="n">plot</span><span class="p">(</span><span class="n">x</span><span class="p">,</span> <span class="n">y</span><span class="p">)</span>
<span class="n">ax</span><span class="o">.</span><span class="n">set_ylabel</span><span class="p">(</span><span class="n">xlabel</span><span class="p">)</span>
<span class="n">ax</span><span class="o">.</span><span class="n">set_xlabel</span><span class="p">(</span><span class="n">ylabel</span><span class="p">)</span>
<span class="n">format_label_string_with_exponent</span><span class="p">(</span><span class="n">ax</span><span class="p">,</span> <span class="n">axis</span><span class="o">=</span><span class="n">axis</span><span class="p">)</span>
<span class="n">plt</span><span class="o">.</span><span class="n">show</span><span class="p">()</span>
</pre></div>
</div>
</div>
</div>
</div>
<div class="cell border-box-sizing code_cell rendered">
<div class="input">
<div class="prompt input_prompt">In [48]:</div>
<div class="inner_cell">
<div class="input_area">
<div class=" highlight hl-ipython2"><pre><span class="kn">from</span> <span class="nn">IPython.html.widgets</span> <span class="kn">import</span> <span class="n">interact</span>
<span class="n">interact</span><span class="p">(</span><span class="n">plot</span><span class="p">,</span> <span class="n">axis</span><span class="o">=</span><span class="p">[</span><span class="s">"x"</span><span class="p">,</span> <span class="s">"y"</span><span class="p">,</span> <span class="s">"both"</span><span class="p">])</span>
</pre></div>
</div>
</div>
</div>
<div class="output_wrapper">
<div class="output">
<div class="output_area"><div class="prompt"></div>
<div class="output_png output_subarea ">
<img src="data:image/png;base64,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
/X8grDGhUnbmGwAAAABJRU5ErkJggg==
"
>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
| ga7g08/ga7g08.github.io | _posts/2015-07-22-Setting-nice-axes-labels-in-matplotlib.html | HTML | mit | 330,255 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>pautomata: 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.11.2 / pautomata - 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>
pautomata
<small>
8.8.0
<span class="label label-info">Not compatible</span>
</small>
</h1>
<p><em><script>document.write(moment("2020-09-11 16:27:45 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-09-11 16:27:45 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
conf-findutils 1 Virtual package relying on findutils
conf-m4 1 Virtual package relying on m4
coq 8.11.2 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.8.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/pautomata"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/PAutomata"]
depends: [
"ocaml"
"coq" {>= "8.8" & < "8.9~"}
]
tags: [ "keyword: p-automata" "keyword: ABR" "keyword: PGM" "keyword: time" "category: Computer Science/Concurrent Systems and Protocols/Theory of concurrent systems" ]
authors: [ "Emmanuel Freund & Christine Paulin" ]
bug-reports: "https://github.com/coq-contribs/pautomata/issues"
dev-repo: "git+https://github.com/coq-contribs/pautomata.git"
synopsis: "Parameterized automata"
description: """
This contribution is a modelisation in Coq of the p-automata
designed in the CALIFE project (http://www.loria.fr/calife).
It contains an axiomatisation of time,
the definition of a p-automaton, the definition of binary and
arbitrary synchronisation of a family of p-automaton, the semantics of
a p-automaton as a labelled transition system. The description of the ABR
algorithm as a p-automaton is also given.
This work is reported in : P. Castรฉran, E. Freund, C. Paulin and
D. Rouillard ``Bibliothรจques Coq et Isabelle-HOL pour les systรจmes de
transitions et les p-automates''"""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/pautomata/archive/v8.8.0.tar.gz"
checksum: "md5=6687c030a99a44c09ea812544100e16c"
}
</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-pautomata.8.8.0 coq.8.11.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.11.2).
The following dependencies couldn't be met:
- coq-pautomata -> coq < 8.9~ -> ocaml < 4.03.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-pautomata.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">
<small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. ยฉ Guillaume Claret.</small>
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.05.0-2.0.6/released/8.11.2/pautomata/8.8.0.html | HTML | mit | 7,492 |
<html>
<head>
<title>User agent detail - Mozilla/5.0 (Linux; U; Android 4.1.2; ar-eg; MT6517 Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="section">
<h1 class="header center orange-text">User agent detail</h1>
<div class="row center">
<h5 class="header light">
Mozilla/5.0 (Linux; U; Android 4.1.2; ar-eg; MT6517 Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1
</h5>
</div>
</div>
<div class="section">
<table class="striped"><tr><th></th><th colspan="3">General</th><th colspan="5">Device</th><th colspan="3">Bot</th><th colspan="2"></th></tr><tr><th>Provider</th><th>Browser</th><th>Engine</th><th>OS</th><th>Brand</th><th>Model</th><th>Type</th><th>Is mobile</th><th>Is touch</th><th>Is bot</th><th>Name</th><th>Type</th><th>Parse time</th><th>Actions</th></tr><tr><th colspan="14" class="green lighten-3">Source result (test suite)</th></tr><tr><td>ua-parser/uap-core<br /><small>vendor/thadafinser/uap-core/tests/test_device.yaml</small></td><td> </td><td> </td><td> </td><td style="border-left: 1px solid #555">SonyEricsson</td><td>MT6517</td><td></td><td></td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td></td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-test">Detail</a>
<!-- Modal Structure -->
<div id="modal-test" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>Testsuite result detail</h4>
<p><pre><code class="php">Array
(
[user_agent_string] => Mozilla/5.0 (Linux; U; Android 4.1.2; ar-eg; MT6517 Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1
[family] => MT6517
[brand] => SonyEricsson
[model] => MT6517
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><th colspan="14" class="green lighten-3">Providers</th></tr><tr><td>BrowscapPhp<br /><small>6012</small></td><td>Android 4.0</td><td>WebKit </td><td>Android 4.1</td><td style="border-left: 1px solid #555"></td><td></td><td>Mobile Phone</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.016</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-215ac98d-ccf8-4615-916e-5a819d6a59c9">Detail</a>
<!-- Modal Structure -->
<div id="modal-215ac98d-ccf8-4615-916e-5a819d6a59c9" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>BrowscapPhp result detail</h4>
<p><pre><code class="php">stdClass Object
(
[browser_name_regex] => /^mozilla\/5\.0 \(.*linux.*android.4\.1.* build\/.*\).*applewebkit\/.*\(.*khtml,.*like gecko.*\).*version\/4\.0.*safari.*$/
[browser_name_pattern] => mozilla/5.0 (*linux*android?4.1* build/*)*applewebkit/*(*khtml,*like gecko*)*version/4.0*safari*
[parent] => Android Browser 4.0
[comment] => Android Browser 4.0
[browser] => Android
[browser_type] => Browser
[browser_bits] => 32
[browser_maker] => Google Inc
[browser_modus] => unknown
[version] => 4.0
[majorver] => 4
[minorver] => 0
[platform] => Android
[platform_version] => 4.1
[platform_description] => Android OS
[platform_bits] => 32
[platform_maker] => Google Inc
[alpha] =>
[beta] =>
[win16] =>
[win32] =>
[win64] =>
[frames] => 1
[iframes] => 1
[tables] => 1
[cookies] => 1
[backgroundsounds] =>
[javascript] => 1
[vbscript] =>
[javaapplets] => 1
[activexcontrols] =>
[ismobiledevice] => 1
[istablet] =>
[issyndicationreader] =>
[crawler] =>
[cssversion] => 3
[aolversion] => 0
[device_name] => general Mobile Phone
[device_maker] => unknown
[device_type] => Mobile Phone
[device_pointing_method] => touchscreen
[device_code_name] => general Mobile Phone
[device_brand_name] => unknown
[renderingengine_name] => WebKit
[renderingengine_version] => unknown
[renderingengine_description] => For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3.
[renderingengine_maker] => Apple Inc
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>DonatjUAParser<br /><small>v0.5.0</small></td><td>Android Browser 4.0</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-f1436016-fdf1-4aea-b4be-1d7c99ab0661">Detail</a>
<!-- Modal Structure -->
<div id="modal-f1436016-fdf1-4aea-b4be-1d7c99ab0661" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>DonatjUAParser result detail</h4>
<p><pre><code class="php">Array
(
[platform] => Android
[browser] => Android Browser
[version] => 4.0
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>NeutrinoApiCom<br /><small></small></td><td>Android Webkit 4.0</td><td><i class="material-icons">close</i></td><td>Android 4.1.2</td><td style="border-left: 1px solid #555">Generic</td><td>Android 4.1</td><td>mobile-browser</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.245</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-9b0fa449-ec1b-40c8-8b1c-9486eb3b9cbc">Detail</a>
<!-- Modal Structure -->
<div id="modal-9b0fa449-ec1b-40c8-8b1c-9486eb3b9cbc" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>NeutrinoApiCom result detail</h4>
<p><pre><code class="php">stdClass Object
(
[mobile_screen_height] => 480
[is_mobile] => 1
[type] => mobile-browser
[mobile_brand] => Generic
[mobile_model] => Android 4.1
[version] => 4.0
[is_android] => 1
[browser_name] => Android Webkit
[operating_system_family] => Android
[operating_system_version] => 4.1.2
[is_ios] =>
[producer] => Google Inc.
[operating_system] => Android 4.1.x Jelly Bean
[mobile_screen_width] => 320
[mobile_browser] => Android Webkit
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>PiwikDeviceDetector<br /><small>3.5.2</small></td><td>Android Browser </td><td>WebKit </td><td>Android 4.1</td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.006</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-21638055-738d-46ba-a1b1-f5114bc26475">Detail</a>
<!-- Modal Structure -->
<div id="modal-21638055-738d-46ba-a1b1-f5114bc26475" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>PiwikDeviceDetector result detail</h4>
<p><pre><code class="php">Array
(
[client] => Array
(
[type] => browser
[name] => Android Browser
[short_name] => AN
[version] =>
[engine] => WebKit
)
[operatingSystem] => Array
(
[name] => Android
[short_name] => AND
[version] => 4.1
[platform] =>
)
[device] => Array
(
[brand] =>
[brandName] =>
[model] =>
[device] =>
[deviceName] =>
)
[bot] =>
[extra] => Array
(
[isBot] =>
[isBrowser] => 1
[isFeedReader] =>
[isMobileApp] =>
[isPIM] =>
[isLibrary] =>
[isMediaPlayer] =>
[isCamera] =>
[isCarBrowser] =>
[isConsole] =>
[isFeaturePhone] =>
[isPhablet] =>
[isPortableMediaPlayer] =>
[isSmartDisplay] =>
[isSmartphone] =>
[isTablet] =>
[isTV] =>
[isDesktop] =>
[isMobile] => 1
[isTouchEnabled] =>
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>SinergiBrowserDetector<br /><small>6.0.0</small></td><td>Navigator 4.0</td><td><i class="material-icons">close</i></td><td>Android 4.1.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>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.001</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-5415e7f2-ef7b-434c-abe0-b71ba9f6707c">Detail</a>
<!-- Modal Structure -->
<div id="modal-5415e7f2-ef7b-434c-abe0-b71ba9f6707c" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>SinergiBrowserDetector result detail</h4>
<p><pre><code class="php">Array
(
[browser] => Sinergi\BrowserDetector\Browser Object
(
[userAgent:Sinergi\BrowserDetector\Browser:private] => Sinergi\BrowserDetector\UserAgent Object
(
[userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; U; Android 4.1.2; ar-eg; MT6517 Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1
)
[name:Sinergi\BrowserDetector\Browser:private] => Navigator
[version:Sinergi\BrowserDetector\Browser:private] => 4.0
[isRobot:Sinergi\BrowserDetector\Browser:private] =>
[isChromeFrame:Sinergi\BrowserDetector\Browser:private] =>
)
[operatingSystem] => Sinergi\BrowserDetector\Os Object
(
[name:Sinergi\BrowserDetector\Os:private] => Android
[version:Sinergi\BrowserDetector\Os:private] => 4.1.2
[isMobile:Sinergi\BrowserDetector\Os:private] => 1
[userAgent:Sinergi\BrowserDetector\Os:private] => Sinergi\BrowserDetector\UserAgent Object
(
[userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; U; Android 4.1.2; ar-eg; MT6517 Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1
)
)
[device] => Sinergi\BrowserDetector\Device Object
(
[name:Sinergi\BrowserDetector\Device:private] => unknown
[userAgent:Sinergi\BrowserDetector\Device:private] => Sinergi\BrowserDetector\UserAgent Object
(
[userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; U; Android 4.1.2; ar-eg; MT6517 Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1
)
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>UAParser<br /><small>v3.4.5</small></td><td>Android 4.1.2</td><td><i class="material-icons">close</i></td><td>Android 4.1.2</td><td style="border-left: 1px solid #555">SonyEricsson</td><td>MT6517</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.002</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-346c1a98-5fd3-454f-b6c8-350f2f505d8b">Detail</a>
<!-- Modal Structure -->
<div id="modal-346c1a98-5fd3-454f-b6c8-350f2f505d8b" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>UAParser result detail</h4>
<p><pre><code class="php">UAParser\Result\Client Object
(
[ua] => UAParser\Result\UserAgent Object
(
[major] => 4
[minor] => 1
[patch] => 2
[family] => Android
)
[os] => UAParser\Result\OperatingSystem Object
(
[major] => 4
[minor] => 1
[patch] => 2
[patchMinor] =>
[family] => Android
)
[device] => UAParser\Result\Device Object
(
[brand] => SonyEricsson
[model] => MT6517
[family] => MT6517
)
[originalUserAgent] => Mozilla/5.0 (Linux; U; Android 4.1.2; ar-eg; MT6517 Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>UserAgentStringCom<br /><small></small></td><td>Android Webkit Browser </td><td><i class="material-icons">close</i></td><td>Android 4.1.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.11</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-9cdd8b45-a2eb-406b-bd27-7e48af38ffd4">Detail</a>
<!-- Modal Structure -->
<div id="modal-9cdd8b45-a2eb-406b-bd27-7e48af38ffd4" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>UserAgentStringCom result detail</h4>
<p><pre><code class="php">stdClass Object
(
[agent_type] => Browser
[agent_name] => Android Webkit Browser
[agent_version] => --
[os_type] => Android
[os_name] => Android
[os_versionName] =>
[os_versionNumber] => 4.1.2
[os_producer] =>
[os_producerURL] =>
[linux_distibution] => Null
[agent_language] => Egyptian Arabic
[agent_languageTag] => ar-eg
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>WhatIsMyBrowserCom<br /><small></small></td><td>Android Browser 4.0</td><td>WebKit 533.1</td><td>Android 4.1.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.413</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-9795f66f-7271-430e-973a-a5c0e14dc35a">Detail</a>
<!-- Modal Structure -->
<div id="modal-9795f66f-7271-430e-973a-a5c0e14dc35a" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>WhatIsMyBrowserCom result detail</h4>
<p><pre><code class="php">stdClass Object
(
[operating_system_name] => Android
[simple_sub_description_string] =>
[simple_browser_string] => Android Browser 4 on Android (Jelly Bean)
[browser_version] => 4
[extra_info] => Array
(
)
[operating_platform] =>
[extra_info_table] => stdClass Object
(
[System Build] => GRK39F
)
[layout_engine_name] => WebKit
[detected_addons] => Array
(
)
[operating_system_flavour_code] =>
[hardware_architecture] =>
[operating_system_flavour] =>
[operating_system_frameworks] => Array
(
)
[browser_name_code] => android-browser
[operating_system_version] => Jelly Bean
[simple_operating_platform_string] =>
[is_abusive] =>
[layout_engine_version] => 533.1
[browser_capabilities] => Array
(
)
[operating_platform_vendor_name] =>
[operating_system] => Android (Jelly Bean)
[operating_system_version_full] => 4.1.2
[operating_platform_code] =>
[browser_name] => Android Browser
[operating_system_name_code] => android
[user_agent] => Mozilla/5.0 (Linux; U; Android 4.1.2; ar-eg; MT6517 Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1
[browser_version_full] => 4.0
[browser] => Android Browser 4
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>WhichBrowser<br /><small>2.0.10</small></td><td>Android Browser </td><td>Webkit 533.1</td><td>Android 2.3.6</td><td style="border-left: 1px solid #555">Mediatek</td><td>MT6517 based device</td><td>devboard</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.003</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-342c8d32-4765-40a8-8a5c-af3a38d19ae4">Detail</a>
<!-- Modal Structure -->
<div id="modal-342c8d32-4765-40a8-8a5c-af3a38d19ae4" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>WhichBrowser result detail</h4>
<p><pre><code class="php">Array
(
[browser] => Array
(
[name] => Android Browser
)
[engine] => Array
(
[name] => Webkit
[version] => 533.1
)
[os] => Array
(
[name] => Android
[version] => 2.3.6
)
[device] => Array
(
[type] => devboard
[manufacturer] => Mediatek
[model] => MT6517 based device
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>Woothee<br /><small>v1.2.0</small></td><td>Safari 4.0</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>smartphone</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-3f285ff5-314b-4db4-9948-54572e92e7b6">Detail</a>
<!-- Modal Structure -->
<div id="modal-3f285ff5-314b-4db4-9948-54572e92e7b6" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>Woothee result detail</h4>
<p><pre><code class="php">Array
(
[name] => Safari
[vendor] => Apple
[version] => 4.0
[category] => smartphone
[os] => Android
[os_version] => 4.1.2
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>Wurfl<br /><small>1.6.4</small></td><td>Android Webkit 4.1</td><td><i class="material-icons">close</i></td><td>Android 4.1</td><td style="border-left: 1px solid #555"></td><td></td><td>Smartphone</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.053</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-1a1aee36-7ce7-4111-a391-8e2c501f1532">Detail</a>
<!-- Modal Structure -->
<div id="modal-1a1aee36-7ce7-4111-a391-8e2c501f1532" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>Wurfl result detail</h4>
<p><pre><code class="php">Array
(
[virtual] => Array
(
[is_android] => true
[is_ios] => false
[is_windows_phone] => false
[is_app] => false
[is_full_desktop] => false
[is_largescreen] => false
[is_mobile] => true
[is_robot] => false
[is_smartphone] => true
[is_touchscreen] => true
[is_wml_preferred] => false
[is_xhtmlmp_preferred] => false
[is_html_preferred] => true
[advertised_device_os] => Android
[advertised_device_os_version] => 4.1
[advertised_browser] => Android Webkit
[advertised_browser_version] => 4.1
[complete_device_name] => Generic Android 4.1
[form_factor] => Smartphone
[is_phone] => true
[is_app_webview] => false
)
[all] => Array
(
[brand_name] => Generic
[model_name] => Android 4.1
[unique] => true
[ununiqueness_handler] =>
[is_wireless_device] => true
[device_claims_web_support] => true
[has_qwerty_keyboard] => true
[can_skip_aligned_link_row] => true
[uaprof] =>
[uaprof2] =>
[uaprof3] =>
[nokia_series] => 0
[nokia_edition] => 0
[device_os] => Android
[mobile_browser] => Android Webkit
[mobile_browser_version] =>
[device_os_version] => 4.1
[pointing_method] => touchscreen
[release_date] => 2012_july
[marketing_name] =>
[model_extra_info] =>
[nokia_feature_pack] => 0
[can_assign_phone_number] => true
[is_tablet] => false
[manufacturer_name] =>
[is_bot] => false
[is_google_glass] => false
[proportional_font] => false
[built_in_back_button_support] => false
[card_title_support] => true
[softkey_support] => false
[table_support] => true
[numbered_menus] => false
[menu_with_select_element_recommended] => false
[menu_with_list_of_links_recommended] => true
[icons_on_menu_items_support] => false
[break_list_of_links_with_br_element_recommended] => true
[access_key_support] => false
[wrap_mode_support] => false
[times_square_mode_support] => false
[deck_prefetch_support] => false
[elective_forms_recommended] => true
[wizards_recommended] => false
[image_as_link_support] => false
[insert_br_element_after_widget_recommended] => false
[wml_can_display_images_and_text_on_same_line] => false
[wml_displays_image_in_center] => false
[opwv_wml_extensions_support] => false
[wml_make_phone_call_string] => wtai://wp/mc;
[chtml_display_accesskey] => false
[emoji] => false
[chtml_can_display_images_and_text_on_same_line] => false
[chtml_displays_image_in_center] => false
[imode_region] => none
[chtml_make_phone_call_string] => tel:
[chtml_table_support] => false
[xhtml_honors_bgcolor] => true
[xhtml_supports_forms_in_table] => true
[xhtml_support_wml2_namespace] => false
[xhtml_autoexpand_select] => false
[xhtml_select_as_dropdown] => false
[xhtml_select_as_radiobutton] => false
[xhtml_select_as_popup] => false
[xhtml_display_accesskey] => false
[xhtml_supports_invisible_text] => false
[xhtml_supports_inline_input] => false
[xhtml_supports_monospace_font] => false
[xhtml_supports_table_for_layout] => true
[xhtml_supports_css_cell_table_coloring] => true
[xhtml_format_as_css_property] => false
[xhtml_format_as_attribute] => false
[xhtml_nowrap_mode] => false
[xhtml_marquee_as_css_property] => false
[xhtml_readable_background_color1] => #FFFFFF
[xhtml_readable_background_color2] => #FFFFFF
[xhtml_allows_disabled_form_elements] => true
[xhtml_document_title_support] => true
[xhtml_preferred_charset] => iso-8859-1
[opwv_xhtml_extensions_support] => false
[xhtml_make_phone_call_string] => tel:
[xhtmlmp_preferred_mime_type] => text/html
[xhtml_table_support] => true
[xhtml_send_sms_string] => sms:
[xhtml_send_mms_string] => mms:
[xhtml_file_upload] => supported
[cookie_support] => true
[accept_third_party_cookie] => true
[xhtml_supports_iframe] => full
[xhtml_avoid_accesskeys] => true
[xhtml_can_embed_video] => none
[ajax_support_javascript] => true
[ajax_manipulate_css] => true
[ajax_support_getelementbyid] => true
[ajax_support_inner_html] => true
[ajax_xhr_type] => standard
[ajax_manipulate_dom] => true
[ajax_support_events] => true
[ajax_support_event_listener] => true
[ajax_preferred_geoloc_api] => w3c_api
[xhtml_support_level] => 4
[preferred_markup] => html_web_4_0
[wml_1_1] => false
[wml_1_2] => false
[wml_1_3] => false
[html_wi_w3_xhtmlbasic] => true
[html_wi_oma_xhtmlmp_1_0] => true
[html_wi_imode_html_1] => false
[html_wi_imode_html_2] => false
[html_wi_imode_html_3] => false
[html_wi_imode_html_4] => false
[html_wi_imode_html_5] => false
[html_wi_imode_htmlx_1] => false
[html_wi_imode_htmlx_1_1] => false
[html_wi_imode_compact_generic] => false
[html_web_3_2] => true
[html_web_4_0] => true
[voicexml] => false
[multipart_support] => false
[total_cache_disable_support] => false
[time_to_live_support] => false
[resolution_width] => 320
[resolution_height] => 480
[columns] => 60
[max_image_width] => 320
[max_image_height] => 480
[rows] => 40
[physical_screen_width] => 34
[physical_screen_height] => 50
[dual_orientation] => true
[density_class] => 1.0
[wbmp] => true
[bmp] => false
[epoc_bmp] => false
[gif_animated] => false
[jpg] => true
[png] => true
[tiff] => false
[transparent_png_alpha] => true
[transparent_png_index] => true
[svgt_1_1] => true
[svgt_1_1_plus] => false
[greyscale] => false
[gif] => true
[colors] => 65536
[webp_lossy_support] => true
[webp_lossless_support] => true
[post_method_support] => true
[basic_authentication_support] => true
[empty_option_value_support] => true
[emptyok] => false
[nokia_voice_call] => false
[wta_voice_call] => false
[wta_phonebook] => false
[wta_misc] => false
[wta_pdc] => false
[https_support] => true
[phone_id_provided] => false
[max_data_rate] => 3600
[wifi] => true
[sdio] => false
[vpn] => false
[has_cellular_radio] => true
[max_deck_size] => 2000000
[max_url_length_in_requests] => 256
[max_url_length_homepage] => 0
[max_url_length_bookmark] => 0
[max_url_length_cached_page] => 0
[max_no_of_connection_settings] => 0
[max_no_of_bookmarks] => 0
[max_length_of_username] => 0
[max_length_of_password] => 0
[max_object_size] => 0
[downloadfun_support] => false
[directdownload_support] => true
[inline_support] => false
[oma_support] => true
[ringtone] => false
[ringtone_3gpp] => false
[ringtone_midi_monophonic] => false
[ringtone_midi_polyphonic] => false
[ringtone_imelody] => false
[ringtone_digiplug] => false
[ringtone_compactmidi] => false
[ringtone_mmf] => false
[ringtone_rmf] => false
[ringtone_xmf] => false
[ringtone_amr] => false
[ringtone_awb] => false
[ringtone_aac] => false
[ringtone_wav] => false
[ringtone_mp3] => false
[ringtone_spmidi] => false
[ringtone_qcelp] => false
[ringtone_voices] => 1
[ringtone_df_size_limit] => 0
[ringtone_directdownload_size_limit] => 0
[ringtone_inline_size_limit] => 0
[ringtone_oma_size_limit] => 0
[wallpaper] => false
[wallpaper_max_width] => 0
[wallpaper_max_height] => 0
[wallpaper_preferred_width] => 0
[wallpaper_preferred_height] => 0
[wallpaper_resize] => none
[wallpaper_wbmp] => false
[wallpaper_bmp] => false
[wallpaper_gif] => false
[wallpaper_jpg] => false
[wallpaper_png] => false
[wallpaper_tiff] => false
[wallpaper_greyscale] => false
[wallpaper_colors] => 2
[wallpaper_df_size_limit] => 0
[wallpaper_directdownload_size_limit] => 0
[wallpaper_inline_size_limit] => 0
[wallpaper_oma_size_limit] => 0
[screensaver] => false
[screensaver_max_width] => 0
[screensaver_max_height] => 0
[screensaver_preferred_width] => 0
[screensaver_preferred_height] => 0
[screensaver_resize] => none
[screensaver_wbmp] => false
[screensaver_bmp] => false
[screensaver_gif] => false
[screensaver_jpg] => false
[screensaver_png] => false
[screensaver_greyscale] => false
[screensaver_colors] => 2
[screensaver_df_size_limit] => 0
[screensaver_directdownload_size_limit] => 0
[screensaver_inline_size_limit] => 0
[screensaver_oma_size_limit] => 0
[picture] => false
[picture_max_width] => 0
[picture_max_height] => 0
[picture_preferred_width] => 0
[picture_preferred_height] => 0
[picture_resize] => none
[picture_wbmp] => false
[picture_bmp] => false
[picture_gif] => false
[picture_jpg] => false
[picture_png] => false
[picture_greyscale] => false
[picture_colors] => 2
[picture_df_size_limit] => 0
[picture_directdownload_size_limit] => 0
[picture_inline_size_limit] => 0
[picture_oma_size_limit] => 0
[video] => false
[oma_v_1_0_forwardlock] => false
[oma_v_1_0_combined_delivery] => false
[oma_v_1_0_separate_delivery] => false
[streaming_video] => true
[streaming_3gpp] => true
[streaming_mp4] => true
[streaming_mov] => false
[streaming_video_size_limit] => 0
[streaming_real_media] => none
[streaming_flv] => false
[streaming_3g2] => false
[streaming_vcodec_h263_0] => 10
[streaming_vcodec_h263_3] => -1
[streaming_vcodec_mpeg4_sp] => 2
[streaming_vcodec_mpeg4_asp] => -1
[streaming_vcodec_h264_bp] => 3.0
[streaming_acodec_amr] => nb
[streaming_acodec_aac] => lc
[streaming_wmv] => none
[streaming_preferred_protocol] => rtsp
[streaming_preferred_http_protocol] => apple_live_streaming
[wap_push_support] => false
[connectionless_service_indication] => false
[connectionless_service_load] => false
[connectionless_cache_operation] => false
[connectionoriented_unconfirmed_service_indication] => false
[connectionoriented_unconfirmed_service_load] => false
[connectionoriented_unconfirmed_cache_operation] => false
[connectionoriented_confirmed_service_indication] => false
[connectionoriented_confirmed_service_load] => false
[connectionoriented_confirmed_cache_operation] => false
[utf8_support] => true
[ascii_support] => false
[iso8859_support] => false
[expiration_date] => false
[j2me_cldc_1_0] => false
[j2me_cldc_1_1] => false
[j2me_midp_1_0] => false
[j2me_midp_2_0] => false
[doja_1_0] => false
[doja_1_5] => false
[doja_2_0] => false
[doja_2_1] => false
[doja_2_2] => false
[doja_3_0] => false
[doja_3_5] => false
[doja_4_0] => false
[j2me_jtwi] => false
[j2me_mmapi_1_0] => false
[j2me_mmapi_1_1] => false
[j2me_wmapi_1_0] => false
[j2me_wmapi_1_1] => false
[j2me_wmapi_2_0] => false
[j2me_btapi] => false
[j2me_3dapi] => false
[j2me_locapi] => false
[j2me_nokia_ui] => false
[j2me_motorola_lwt] => false
[j2me_siemens_color_game] => false
[j2me_siemens_extension] => false
[j2me_heap_size] => 0
[j2me_max_jar_size] => 0
[j2me_storage_size] => 0
[j2me_max_record_store_size] => 0
[j2me_screen_width] => 0
[j2me_screen_height] => 0
[j2me_canvas_width] => 0
[j2me_canvas_height] => 0
[j2me_bits_per_pixel] => 0
[j2me_audio_capture_enabled] => false
[j2me_video_capture_enabled] => false
[j2me_photo_capture_enabled] => false
[j2me_capture_image_formats] => none
[j2me_http] => false
[j2me_https] => false
[j2me_socket] => false
[j2me_udp] => false
[j2me_serial] => false
[j2me_gif] => false
[j2me_gif89a] => false
[j2me_jpg] => false
[j2me_png] => false
[j2me_bmp] => false
[j2me_bmp3] => false
[j2me_wbmp] => false
[j2me_midi] => false
[j2me_wav] => false
[j2me_amr] => false
[j2me_mp3] => false
[j2me_mp4] => false
[j2me_imelody] => false
[j2me_rmf] => false
[j2me_au] => false
[j2me_aac] => false
[j2me_realaudio] => false
[j2me_xmf] => false
[j2me_wma] => false
[j2me_3gpp] => false
[j2me_h263] => false
[j2me_svgt] => false
[j2me_mpeg4] => false
[j2me_realvideo] => false
[j2me_real8] => false
[j2me_realmedia] => false
[j2me_left_softkey_code] => 0
[j2me_right_softkey_code] => 0
[j2me_middle_softkey_code] => 0
[j2me_select_key_code] => 0
[j2me_return_key_code] => 0
[j2me_clear_key_code] => 0
[j2me_datefield_no_accepts_null_date] => false
[j2me_datefield_broken] => false
[receiver] => false
[sender] => false
[mms_max_size] => 0
[mms_max_height] => 0
[mms_max_width] => 0
[built_in_recorder] => false
[built_in_camera] => true
[mms_jpeg_baseline] => false
[mms_jpeg_progressive] => false
[mms_gif_static] => false
[mms_gif_animated] => false
[mms_png] => false
[mms_bmp] => false
[mms_wbmp] => false
[mms_amr] => false
[mms_wav] => false
[mms_midi_monophonic] => false
[mms_midi_polyphonic] => false
[mms_midi_polyphonic_voices] => 0
[mms_spmidi] => false
[mms_mmf] => false
[mms_mp3] => false
[mms_evrc] => false
[mms_qcelp] => false
[mms_ota_bitmap] => false
[mms_nokia_wallpaper] => false
[mms_nokia_operatorlogo] => false
[mms_nokia_3dscreensaver] => false
[mms_nokia_ringingtone] => false
[mms_rmf] => false
[mms_xmf] => false
[mms_symbian_install] => false
[mms_jar] => false
[mms_jad] => false
[mms_vcard] => false
[mms_vcalendar] => false
[mms_wml] => false
[mms_wbxml] => false
[mms_wmlc] => false
[mms_video] => false
[mms_mp4] => false
[mms_3gpp] => false
[mms_3gpp2] => false
[mms_max_frame_rate] => 0
[nokiaring] => false
[picturemessage] => false
[operatorlogo] => false
[largeoperatorlogo] => false
[callericon] => false
[nokiavcard] => false
[nokiavcal] => false
[sckl_ringtone] => false
[sckl_operatorlogo] => false
[sckl_groupgraphic] => false
[sckl_vcard] => false
[sckl_vcalendar] => false
[text_imelody] => false
[ems] => false
[ems_variablesizedpictures] => false
[ems_imelody] => false
[ems_odi] => false
[ems_upi] => false
[ems_version] => 0
[siemens_ota] => false
[siemens_logo_width] => 101
[siemens_logo_height] => 29
[siemens_screensaver_width] => 101
[siemens_screensaver_height] => 50
[gprtf] => false
[sagem_v1] => false
[sagem_v2] => false
[panasonic] => false
[sms_enabled] => true
[wav] => false
[mmf] => false
[smf] => false
[mld] => false
[midi_monophonic] => false
[midi_polyphonic] => false
[sp_midi] => false
[rmf] => false
[xmf] => false
[compactmidi] => false
[digiplug] => false
[nokia_ringtone] => false
[imelody] => false
[au] => false
[amr] => false
[awb] => false
[aac] => true
[mp3] => true
[voices] => 1
[qcelp] => false
[evrc] => false
[flash_lite_version] =>
[fl_wallpaper] => false
[fl_screensaver] => false
[fl_standalone] => false
[fl_browser] => false
[fl_sub_lcd] => false
[full_flash_support] => false
[css_supports_width_as_percentage] => true
[css_border_image] => webkit
[css_rounded_corners] => webkit
[css_gradient] => none
[css_spriting] => true
[css_gradient_linear] => none
[is_transcoder] => false
[transcoder_ua_header] => user-agent
[rss_support] => false
[pdf_support] => true
[progressive_download] => true
[playback_vcodec_h263_0] => 10
[playback_vcodec_h263_3] => -1
[playback_vcodec_mpeg4_sp] => 0
[playback_vcodec_mpeg4_asp] => -1
[playback_vcodec_h264_bp] => 3.0
[playback_real_media] => none
[playback_3gpp] => true
[playback_3g2] => false
[playback_mp4] => true
[playback_mov] => false
[playback_acodec_amr] => nb
[playback_acodec_aac] => none
[playback_df_size_limit] => 0
[playback_directdownload_size_limit] => 0
[playback_inline_size_limit] => 0
[playback_oma_size_limit] => 0
[playback_acodec_qcelp] => false
[playback_wmv] => none
[hinted_progressive_download] => true
[html_preferred_dtd] => html4
[viewport_supported] => true
[viewport_width] => device_width_token
[viewport_userscalable] => no
[viewport_initial_scale] =>
[viewport_maximum_scale] =>
[viewport_minimum_scale] =>
[mobileoptimized] => false
[handheldfriendly] => false
[canvas_support] => full
[image_inlining] => true
[is_smarttv] => false
[is_console] => false
[nfc_support] => false
[ux_full_desktop] => false
[jqm_grade] => A
[is_sencha_touch_ok] => false
[controlcap_is_smartphone] => default
[controlcap_is_ios] => default
[controlcap_is_android] => default
[controlcap_is_robot] => default
[controlcap_is_app] => default
[controlcap_advertised_device_os] => default
[controlcap_advertised_device_os_version] => default
[controlcap_advertised_browser] => default
[controlcap_advertised_browser_version] => default
[controlcap_is_windows_phone] => default
[controlcap_is_full_desktop] => default
[controlcap_is_largescreen] => default
[controlcap_is_mobile] => default
[controlcap_is_touchscreen] => default
[controlcap_is_wml_preferred] => default
[controlcap_is_xhtmlmp_preferred] => default
[controlcap_is_html_preferred] => default
[controlcap_form_factor] => default
[controlcap_complete_device_name] => default
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr></table>
</div>
<div class="section">
<h1 class="header center orange-text">About this comparison</h1>
<div class="row center">
<h5 class="header light">
The primary goal of this project is simple<br />
I wanted to know which user agent parser is the most accurate in each part - device detection, bot detection and so on...<br />
<br />
The secondary goal is to provide a source for all user agent parsers to improve their detection based on this results.<br />
<br />
You can also improve this further, by suggesting ideas at <a href="https://github.com/ThaDafinser/UserAgentParserComparison">ThaDafinser/UserAgentParserComparison</a><br />
<br />
The comparison is based on the abstraction by <a href="https://github.com/ThaDafinser/UserAgentParser">ThaDafinser/UserAgentParser</a>
</h5>
</div>
</div>
<div class="card">
<div class="card-content">
Comparison created <i>2016-02-13 13:36:53</i> | by
<a href="https://github.com/ThaDafinser">ThaDafinser</a>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/list.js/1.1.1/list.min.js"></script>
<script>
$(document).ready(function(){
// the "href" attribute of .modal-trigger must specify the modal ID that wants to be triggered
$('.modal-trigger').leanModal();
});
</script>
</body>
</html> | ThaDafinser/UserAgentParserComparison | v4/user-agent-detail/a5/02/a5029104-977e-46e9-a346-fe3720954418.html | HTML | mit | 46,375 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>hierarchy-builder-shim: 16 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.13.2 / hierarchy-builder-shim - 1.1.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">ยซ Up</a>
<h1>
hierarchy-builder-shim
<small>
1.1.0
<span class="label label-success">16 s ๐</span>
</small>
</h1>
<p>๐
<em><script>document.write(moment("2021-11-25 05:11:20 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-25 05:11:20 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
conf-findutils 1 Virtual package relying on findutils
conf-gmp 3 Virtual package relying on a GMP lib system installation
coq 8.13.2 Formal proof management system
num 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
zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
name: "coq-hierarchy-builder"
version: "dev"
maintainer: "Enrico Tassi <enrico.tassi@inria.fr>"
authors: [ "Cyril Cohen" "Kazuhiko Sakaguchi" "Enrico Tassi" ]
license: "MIT"
homepage: "https://github.com/math-comp/hierarchy-builder"
bug-reports: "https://github.com/math-comp/hierarchy-builder/issues"
dev-repo: "git+https://github.com/math-comp/hierarchy-builder"
build: [ make "-C" "shim" "build" ]
install: [ make "-C" "shim" "install" ]
conflicts: [ "coq-hierarchy-builder" ]
depends: [ "coq" {>= "8.10"} ]
synopsis: "Shim package for HB"
description: """
This package provide the support constants one can use to compile files
generated by HB.
"""
tags: [ "logpath:HB" ]
url {
src: "https://github.com/math-comp/hierarchy-builder/archive/v1.1.0.tar.gz"
checksum: "sha256=ac5ebf16afdc4ed14018b823d19838c6e8423319c858c1f6e65f21f6b18d96b1"
}
</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-hierarchy-builder-shim.1.1.0 coq.8.13.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-hierarchy-builder-shim.1.1.0 coq.8.13.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-hierarchy-builder-shim.1.1.0 coq.8.13.2</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>16 s</dd>
</dl>
<h2>Installation size</h2>
<p>Total: 18 K</p>
<ul>
<li>16 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HB/structures.vo</code></li>
<li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HB/structures.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HB/structures.v</code></li>
</ul>
<h2>Uninstall ๐งน</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq-hierarchy-builder-shim.1.1.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐ฃ
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.05.0-2.0.1/released/8.13.2/hierarchy-builder-shim/1.1.0.html | HTML | mit | 7,217 |
{% extends "partner.html" %}{% block body %}
<h3 align ="center">Issue Creation</h3>
<h4 align ="center">{{partner}}</h4>
<br />
<h4><b><i>Issue creation</i></b></h4>
<table class="table table-bordered table-striped ">
<tr>
<th>
</th>
<th>
Issue Description
</th>
<th>
Actions Taken
</th>
<th>
Service
</th>
<th>
Resolved
</th>
</tr>
<tr>
<td>
<form action="/issuecreatesave" method="POST" id="issueformsave">
<input type="hidden" name="issueRequestor" value= {{username}}>
<input type="hidden" name="partner" value= {{partner}}>
</form>
<button type="submit" form="issueformsave" class="btn btn-success">
<i class="inside fas fa-save"></i> Save
</button>
<form action="/issuepartnercancel" method="POST" id="formcancel">
</form>
<button type="submit" form="formcancel" class="btn btn-success">
<i class="inside fas fa-ban"></i> Cancel
</button>
</td>
<td>
<textarea rows="10" cols="50" name="issueDescriptions" form="issueformsave" ></textarea>
</td>
<td>
<textarea rows="10" cols="50" name="issueActions" form="issueformsave"></textarea>
</td>
<td>
<select name="service" form="issueformsave">
{% for service_item in service_dict %}
{% for key, value in service_item.items() %}
<option value="{{key}}">{{value}}</option>
{% endfor %}
{% endfor %}
</select>
</td>
<td>
<select name="resolved" form="issueformsave">
<option value="No">No</option>
<option value="Yes">Yes</option>
</select>
</td>
</tr>
</table>
{% endblock %}
| mrkolb/tainersUp | templates/issuecreate.html | HTML | mit | 1,793 |
<!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="./5998bac6235ebdaff23c840656779ae3401a13c7163bc5f19f265cf3bc61a055.html">Teleport</a>
<hr>
<a href="./../../about.md">About</a> (Spoilers! )
<script src="./../../assets/md5.js"></script>
<script>
window.currentLevel = 7;
</script>
<script src="./../../assets/script.js"></script>
</body>
</html> | simonmysun/praxis | TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/07050adeeb4c0a2ca4ececaea42c55928ba427f6ab774e6eadfd81459d18b759.html | HTML | mit | 550 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (version 1.7.0_03) on Wed May 01 12:49:41 CEST 2013 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class net.sourceforge.pmd.testframework.RuleTst (PMD 5.0.4 Test API)</title>
<meta name="date" content="2013-05-01">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class net.sourceforge.pmd.testframework.RuleTst (PMD 5.0.4 Test API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../net/sourceforge/pmd/testframework/RuleTst.html" title="class in net.sourceforge.pmd.testframework">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?net/sourceforge/pmd/testframework//class-useRuleTst.html" target="_top">Frames</a></li>
<li><a href="RuleTst.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class net.sourceforge.pmd.testframework.RuleTst" class="title">Uses of Class<br>net.sourceforge.pmd.testframework.RuleTst</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../net/sourceforge/pmd/testframework/RuleTst.html" title="class in net.sourceforge.pmd.testframework">RuleTst</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#net.sourceforge.pmd">net.sourceforge.pmd</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#net.sourceforge.pmd.jaxen">net.sourceforge.pmd.jaxen</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#net.sourceforge.pmd.lang.ecmascript.rule.braces">net.sourceforge.pmd.lang.ecmascript.rule.braces</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#net.sourceforge.pmd.lang.ecmascript.rule.unnecessary">net.sourceforge.pmd.lang.ecmascript.rule.unnecessary</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#net.sourceforge.pmd.lang.java.rule">net.sourceforge.pmd.lang.java.rule</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#net.sourceforge.pmd.lang.java.rule.android">net.sourceforge.pmd.lang.java.rule.android</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#net.sourceforge.pmd.lang.java.rule.clone">net.sourceforge.pmd.lang.java.rule.clone</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#net.sourceforge.pmd.lang.java.rule.codesize">net.sourceforge.pmd.lang.java.rule.codesize</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#net.sourceforge.pmd.lang.java.rule.comments">net.sourceforge.pmd.lang.java.rule.comments</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#net.sourceforge.pmd.lang.java.rule.controversial">net.sourceforge.pmd.lang.java.rule.controversial</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#net.sourceforge.pmd.lang.java.rule.coupling">net.sourceforge.pmd.lang.java.rule.coupling</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#net.sourceforge.pmd.lang.java.rule.design">net.sourceforge.pmd.lang.java.rule.design</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#net.sourceforge.pmd.lang.java.rule.empty">net.sourceforge.pmd.lang.java.rule.empty</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#net.sourceforge.pmd.lang.java.rule.finalizers">net.sourceforge.pmd.lang.java.rule.finalizers</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#net.sourceforge.pmd.lang.java.rule.imports">net.sourceforge.pmd.lang.java.rule.imports</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#net.sourceforge.pmd.lang.java.rule.j2ee">net.sourceforge.pmd.lang.java.rule.j2ee</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#net.sourceforge.pmd.lang.java.rule.javabeans">net.sourceforge.pmd.lang.java.rule.javabeans</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#net.sourceforge.pmd.lang.java.rule.junit">net.sourceforge.pmd.lang.java.rule.junit</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#net.sourceforge.pmd.lang.java.rule.loggingjakartacommons">net.sourceforge.pmd.lang.java.rule.loggingjakartacommons</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#net.sourceforge.pmd.lang.java.rule.loggingjava">net.sourceforge.pmd.lang.java.rule.loggingjava</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#net.sourceforge.pmd.lang.java.rule.migrating">net.sourceforge.pmd.lang.java.rule.migrating</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#net.sourceforge.pmd.lang.java.rule.naming">net.sourceforge.pmd.lang.java.rule.naming</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#net.sourceforge.pmd.lang.java.rule.optimizations">net.sourceforge.pmd.lang.java.rule.optimizations</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#net.sourceforge.pmd.lang.java.rule.strictexception">net.sourceforge.pmd.lang.java.rule.strictexception</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#net.sourceforge.pmd.lang.java.rule.strings">net.sourceforge.pmd.lang.java.rule.strings</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#net.sourceforge.pmd.lang.java.rule.sunsecure">net.sourceforge.pmd.lang.java.rule.sunsecure</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#net.sourceforge.pmd.lang.java.rule.typeresolution">net.sourceforge.pmd.lang.java.rule.typeresolution</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#net.sourceforge.pmd.lang.java.rule.unusedcode">net.sourceforge.pmd.lang.java.rule.unusedcode</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#net.sourceforge.pmd.lang.jsp.ast">net.sourceforge.pmd.lang.jsp.ast</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#net.sourceforge.pmd.lang.jsp.rule.basic">net.sourceforge.pmd.lang.jsp.rule.basic</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#net.sourceforge.pmd.lang.jsp.rule.basicjsf">net.sourceforge.pmd.lang.jsp.rule.basicjsf</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#net.sourceforge.pmd.lang.xsl.rule.xpath">net.sourceforge.pmd.lang.xsl.rule.xpath</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#net.sourceforge.pmd.properties">net.sourceforge.pmd.properties</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#net.sourceforge.pmd.renderers">net.sourceforge.pmd.renderers</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#net.sourceforge.pmd.testframework">net.sourceforge.pmd.testframework</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="net.sourceforge.pmd">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../net/sourceforge/pmd/testframework/RuleTst.html" title="class in net.sourceforge.pmd.testframework">RuleTst</a> in <a href="../../../../../net/sourceforge/pmd/package-summary.html">net.sourceforge.pmd</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../net/sourceforge/pmd/testframework/RuleTst.html" title="class in net.sourceforge.pmd.testframework">RuleTst</a> in <a href="../../../../../net/sourceforge/pmd/package-summary.html">net.sourceforge.pmd</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../net/sourceforge/pmd/ExcludeLinesTest.html" title="class in net.sourceforge.pmd">ExcludeLinesTest</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../net/sourceforge/pmd/ReportTest.html" title="class in net.sourceforge.pmd">ReportTest</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../net/sourceforge/pmd/RuleSetTest.html" title="class in net.sourceforge.pmd">RuleSetTest</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../net/sourceforge/pmd/SuppressWarningsTest.html" title="class in net.sourceforge.pmd">SuppressWarningsTest</a></strong></code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="net.sourceforge.pmd.jaxen">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../net/sourceforge/pmd/testframework/RuleTst.html" title="class in net.sourceforge.pmd.testframework">RuleTst</a> in <a href="../../../../../net/sourceforge/pmd/jaxen/package-summary.html">net.sourceforge.pmd.jaxen</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../net/sourceforge/pmd/testframework/RuleTst.html" title="class in net.sourceforge.pmd.testframework">RuleTst</a> in <a href="../../../../../net/sourceforge/pmd/jaxen/package-summary.html">net.sourceforge.pmd.jaxen</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../net/sourceforge/pmd/jaxen/DocumentNavigatorTest.html" title="class in net.sourceforge.pmd.jaxen">DocumentNavigatorTest</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../net/sourceforge/pmd/jaxen/RegexpAcceptanceTest.html" title="class in net.sourceforge.pmd.jaxen">RegexpAcceptanceTest</a></strong></code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="net.sourceforge.pmd.lang.ecmascript.rule.braces">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../net/sourceforge/pmd/testframework/RuleTst.html" title="class in net.sourceforge.pmd.testframework">RuleTst</a> in <a href="../../../../../net/sourceforge/pmd/lang/ecmascript/rule/braces/package-summary.html">net.sourceforge.pmd.lang.ecmascript.rule.braces</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../net/sourceforge/pmd/testframework/RuleTst.html" title="class in net.sourceforge.pmd.testframework">RuleTst</a> in <a href="../../../../../net/sourceforge/pmd/lang/ecmascript/rule/braces/package-summary.html">net.sourceforge.pmd.lang.ecmascript.rule.braces</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../net/sourceforge/pmd/lang/ecmascript/rule/braces/BracesRulesTest.html" title="class in net.sourceforge.pmd.lang.ecmascript.rule.braces">BracesRulesTest</a></strong></code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="net.sourceforge.pmd.lang.ecmascript.rule.unnecessary">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../net/sourceforge/pmd/testframework/RuleTst.html" title="class in net.sourceforge.pmd.testframework">RuleTst</a> in <a href="../../../../../net/sourceforge/pmd/lang/ecmascript/rule/unnecessary/package-summary.html">net.sourceforge.pmd.lang.ecmascript.rule.unnecessary</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../net/sourceforge/pmd/testframework/RuleTst.html" title="class in net.sourceforge.pmd.testframework">RuleTst</a> in <a href="../../../../../net/sourceforge/pmd/lang/ecmascript/rule/unnecessary/package-summary.html">net.sourceforge.pmd.lang.ecmascript.rule.unnecessary</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../net/sourceforge/pmd/lang/ecmascript/rule/unnecessary/UnnecessaryRulesTest.html" title="class in net.sourceforge.pmd.lang.ecmascript.rule.unnecessary">UnnecessaryRulesTest</a></strong></code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="net.sourceforge.pmd.lang.java.rule">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../net/sourceforge/pmd/testframework/RuleTst.html" title="class in net.sourceforge.pmd.testframework">RuleTst</a> in <a href="../../../../../net/sourceforge/pmd/lang/java/rule/package-summary.html">net.sourceforge.pmd.lang.java.rule</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../net/sourceforge/pmd/testframework/RuleTst.html" title="class in net.sourceforge.pmd.testframework">RuleTst</a> in <a href="../../../../../net/sourceforge/pmd/lang/java/rule/package-summary.html">net.sourceforge.pmd.lang.java.rule</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../net/sourceforge/pmd/lang/java/rule/XPathRuleTest.html" title="class in net.sourceforge.pmd.lang.java.rule">XPathRuleTest</a></strong></code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="net.sourceforge.pmd.lang.java.rule.android">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../net/sourceforge/pmd/testframework/RuleTst.html" title="class in net.sourceforge.pmd.testframework">RuleTst</a> in <a href="../../../../../net/sourceforge/pmd/lang/java/rule/android/package-summary.html">net.sourceforge.pmd.lang.java.rule.android</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../net/sourceforge/pmd/testframework/RuleTst.html" title="class in net.sourceforge.pmd.testframework">RuleTst</a> in <a href="../../../../../net/sourceforge/pmd/lang/java/rule/android/package-summary.html">net.sourceforge.pmd.lang.java.rule.android</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../net/sourceforge/pmd/lang/java/rule/android/AndroidRulesTest.html" title="class in net.sourceforge.pmd.lang.java.rule.android">AndroidRulesTest</a></strong></code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="net.sourceforge.pmd.lang.java.rule.clone">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../net/sourceforge/pmd/testframework/RuleTst.html" title="class in net.sourceforge.pmd.testframework">RuleTst</a> in <a href="../../../../../net/sourceforge/pmd/lang/java/rule/clone/package-summary.html">net.sourceforge.pmd.lang.java.rule.clone</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../net/sourceforge/pmd/testframework/RuleTst.html" title="class in net.sourceforge.pmd.testframework">RuleTst</a> in <a href="../../../../../net/sourceforge/pmd/lang/java/rule/clone/package-summary.html">net.sourceforge.pmd.lang.java.rule.clone</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../net/sourceforge/pmd/lang/java/rule/clone/CloneRulesTest.html" title="class in net.sourceforge.pmd.lang.java.rule.clone">CloneRulesTest</a></strong></code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="net.sourceforge.pmd.lang.java.rule.codesize">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../net/sourceforge/pmd/testframework/RuleTst.html" title="class in net.sourceforge.pmd.testframework">RuleTst</a> in <a href="../../../../../net/sourceforge/pmd/lang/java/rule/codesize/package-summary.html">net.sourceforge.pmd.lang.java.rule.codesize</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../net/sourceforge/pmd/testframework/RuleTst.html" title="class in net.sourceforge.pmd.testframework">RuleTst</a> in <a href="../../../../../net/sourceforge/pmd/lang/java/rule/codesize/package-summary.html">net.sourceforge.pmd.lang.java.rule.codesize</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../net/sourceforge/pmd/lang/java/rule/codesize/CodesizeRulesTest.html" title="class in net.sourceforge.pmd.lang.java.rule.codesize">CodesizeRulesTest</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../net/sourceforge/pmd/lang/java/rule/codesize/CyclomaticComplexityTest.html" title="class in net.sourceforge.pmd.lang.java.rule.codesize">CyclomaticComplexityTest</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../net/sourceforge/pmd/lang/java/rule/codesize/NPathComplexityTest.html" title="class in net.sourceforge.pmd.lang.java.rule.codesize">NPathComplexityTest</a></strong></code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="net.sourceforge.pmd.lang.java.rule.comments">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../net/sourceforge/pmd/testframework/RuleTst.html" title="class in net.sourceforge.pmd.testframework">RuleTst</a> in <a href="../../../../../net/sourceforge/pmd/lang/java/rule/comments/package-summary.html">net.sourceforge.pmd.lang.java.rule.comments</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../net/sourceforge/pmd/testframework/RuleTst.html" title="class in net.sourceforge.pmd.testframework">RuleTst</a> in <a href="../../../../../net/sourceforge/pmd/lang/java/rule/comments/package-summary.html">net.sourceforge.pmd.lang.java.rule.comments</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../net/sourceforge/pmd/lang/java/rule/comments/CommentRulesTest.html" title="class in net.sourceforge.pmd.lang.java.rule.comments">CommentRulesTest</a></strong></code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="net.sourceforge.pmd.lang.java.rule.controversial">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../net/sourceforge/pmd/testframework/RuleTst.html" title="class in net.sourceforge.pmd.testframework">RuleTst</a> in <a href="../../../../../net/sourceforge/pmd/lang/java/rule/controversial/package-summary.html">net.sourceforge.pmd.lang.java.rule.controversial</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../net/sourceforge/pmd/testframework/RuleTst.html" title="class in net.sourceforge.pmd.testframework">RuleTst</a> in <a href="../../../../../net/sourceforge/pmd/lang/java/rule/controversial/package-summary.html">net.sourceforge.pmd.lang.java.rule.controversial</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../net/sourceforge/pmd/lang/java/rule/controversial/ControversialRulesTest.html" title="class in net.sourceforge.pmd.lang.java.rule.controversial">ControversialRulesTest</a></strong></code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="net.sourceforge.pmd.lang.java.rule.coupling">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../net/sourceforge/pmd/testframework/RuleTst.html" title="class in net.sourceforge.pmd.testframework">RuleTst</a> in <a href="../../../../../net/sourceforge/pmd/lang/java/rule/coupling/package-summary.html">net.sourceforge.pmd.lang.java.rule.coupling</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../net/sourceforge/pmd/testframework/RuleTst.html" title="class in net.sourceforge.pmd.testframework">RuleTst</a> in <a href="../../../../../net/sourceforge/pmd/lang/java/rule/coupling/package-summary.html">net.sourceforge.pmd.lang.java.rule.coupling</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../net/sourceforge/pmd/lang/java/rule/coupling/CouplingRulesTest.html" title="class in net.sourceforge.pmd.lang.java.rule.coupling">CouplingRulesTest</a></strong></code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="net.sourceforge.pmd.lang.java.rule.design">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../net/sourceforge/pmd/testframework/RuleTst.html" title="class in net.sourceforge.pmd.testframework">RuleTst</a> in <a href="../../../../../net/sourceforge/pmd/lang/java/rule/design/package-summary.html">net.sourceforge.pmd.lang.java.rule.design</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../net/sourceforge/pmd/testframework/RuleTst.html" title="class in net.sourceforge.pmd.testframework">RuleTst</a> in <a href="../../../../../net/sourceforge/pmd/lang/java/rule/design/package-summary.html">net.sourceforge.pmd.lang.java.rule.design</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../net/sourceforge/pmd/lang/java/rule/design/ConfusingTernaryRuleTest.html" title="class in net.sourceforge.pmd.lang.java.rule.design">ConfusingTernaryRuleTest</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../net/sourceforge/pmd/lang/java/rule/design/ConstructorCallsOverridableMethodTest.html" title="class in net.sourceforge.pmd.lang.java.rule.design">ConstructorCallsOverridableMethodTest</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../net/sourceforge/pmd/lang/java/rule/design/DesignRulesTest.html" title="class in net.sourceforge.pmd.lang.java.rule.design">DesignRulesTest</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../net/sourceforge/pmd/lang/java/rule/design/TooManyHttpFilterTest.html" title="class in net.sourceforge.pmd.lang.java.rule.design">TooManyHttpFilterTest</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../net/sourceforge/pmd/lang/java/rule/design/UncommentedEmptyConstructorRuleTest.html" title="class in net.sourceforge.pmd.lang.java.rule.design">UncommentedEmptyConstructorRuleTest</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../net/sourceforge/pmd/lang/java/rule/design/UncommentedEmptyMethodRuleTest.html" title="class in net.sourceforge.pmd.lang.java.rule.design">UncommentedEmptyMethodRuleTest</a></strong></code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="net.sourceforge.pmd.lang.java.rule.empty">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../net/sourceforge/pmd/testframework/RuleTst.html" title="class in net.sourceforge.pmd.testframework">RuleTst</a> in <a href="../../../../../net/sourceforge/pmd/lang/java/rule/empty/package-summary.html">net.sourceforge.pmd.lang.java.rule.empty</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../net/sourceforge/pmd/testframework/RuleTst.html" title="class in net.sourceforge.pmd.testframework">RuleTst</a> in <a href="../../../../../net/sourceforge/pmd/lang/java/rule/empty/package-summary.html">net.sourceforge.pmd.lang.java.rule.empty</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../net/sourceforge/pmd/lang/java/rule/empty/EmptyRulesTest.html" title="class in net.sourceforge.pmd.lang.java.rule.empty">EmptyRulesTest</a></strong></code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="net.sourceforge.pmd.lang.java.rule.finalizers">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../net/sourceforge/pmd/testframework/RuleTst.html" title="class in net.sourceforge.pmd.testframework">RuleTst</a> in <a href="../../../../../net/sourceforge/pmd/lang/java/rule/finalizers/package-summary.html">net.sourceforge.pmd.lang.java.rule.finalizers</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../net/sourceforge/pmd/testframework/RuleTst.html" title="class in net.sourceforge.pmd.testframework">RuleTst</a> in <a href="../../../../../net/sourceforge/pmd/lang/java/rule/finalizers/package-summary.html">net.sourceforge.pmd.lang.java.rule.finalizers</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../net/sourceforge/pmd/lang/java/rule/finalizers/FinalizersRulesTest.html" title="class in net.sourceforge.pmd.lang.java.rule.finalizers">FinalizersRulesTest</a></strong></code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="net.sourceforge.pmd.lang.java.rule.imports">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../net/sourceforge/pmd/testframework/RuleTst.html" title="class in net.sourceforge.pmd.testframework">RuleTst</a> in <a href="../../../../../net/sourceforge/pmd/lang/java/rule/imports/package-summary.html">net.sourceforge.pmd.lang.java.rule.imports</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../net/sourceforge/pmd/testframework/RuleTst.html" title="class in net.sourceforge.pmd.testframework">RuleTst</a> in <a href="../../../../../net/sourceforge/pmd/lang/java/rule/imports/package-summary.html">net.sourceforge.pmd.lang.java.rule.imports</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../net/sourceforge/pmd/lang/java/rule/imports/ImportsRulesTest.html" title="class in net.sourceforge.pmd.lang.java.rule.imports">ImportsRulesTest</a></strong></code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="net.sourceforge.pmd.lang.java.rule.j2ee">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../net/sourceforge/pmd/testframework/RuleTst.html" title="class in net.sourceforge.pmd.testframework">RuleTst</a> in <a href="../../../../../net/sourceforge/pmd/lang/java/rule/j2ee/package-summary.html">net.sourceforge.pmd.lang.java.rule.j2ee</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../net/sourceforge/pmd/testframework/RuleTst.html" title="class in net.sourceforge.pmd.testframework">RuleTst</a> in <a href="../../../../../net/sourceforge/pmd/lang/java/rule/j2ee/package-summary.html">net.sourceforge.pmd.lang.java.rule.j2ee</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../net/sourceforge/pmd/lang/java/rule/j2ee/J2EERulesTest.html" title="class in net.sourceforge.pmd.lang.java.rule.j2ee">J2EERulesTest</a></strong></code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="net.sourceforge.pmd.lang.java.rule.javabeans">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../net/sourceforge/pmd/testframework/RuleTst.html" title="class in net.sourceforge.pmd.testframework">RuleTst</a> in <a href="../../../../../net/sourceforge/pmd/lang/java/rule/javabeans/package-summary.html">net.sourceforge.pmd.lang.java.rule.javabeans</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../net/sourceforge/pmd/testframework/RuleTst.html" title="class in net.sourceforge.pmd.testframework">RuleTst</a> in <a href="../../../../../net/sourceforge/pmd/lang/java/rule/javabeans/package-summary.html">net.sourceforge.pmd.lang.java.rule.javabeans</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../net/sourceforge/pmd/lang/java/rule/javabeans/JavabeansRulesTest.html" title="class in net.sourceforge.pmd.lang.java.rule.javabeans">JavabeansRulesTest</a></strong></code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="net.sourceforge.pmd.lang.java.rule.junit">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../net/sourceforge/pmd/testframework/RuleTst.html" title="class in net.sourceforge.pmd.testframework">RuleTst</a> in <a href="../../../../../net/sourceforge/pmd/lang/java/rule/junit/package-summary.html">net.sourceforge.pmd.lang.java.rule.junit</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../net/sourceforge/pmd/testframework/RuleTst.html" title="class in net.sourceforge.pmd.testframework">RuleTst</a> in <a href="../../../../../net/sourceforge/pmd/lang/java/rule/junit/package-summary.html">net.sourceforge.pmd.lang.java.rule.junit</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../net/sourceforge/pmd/lang/java/rule/junit/JunitRulesTest.html" title="class in net.sourceforge.pmd.lang.java.rule.junit">JunitRulesTest</a></strong></code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="net.sourceforge.pmd.lang.java.rule.loggingjakartacommons">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../net/sourceforge/pmd/testframework/RuleTst.html" title="class in net.sourceforge.pmd.testframework">RuleTst</a> in <a href="../../../../../net/sourceforge/pmd/lang/java/rule/loggingjakartacommons/package-summary.html">net.sourceforge.pmd.lang.java.rule.loggingjakartacommons</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../net/sourceforge/pmd/testframework/RuleTst.html" title="class in net.sourceforge.pmd.testframework">RuleTst</a> in <a href="../../../../../net/sourceforge/pmd/lang/java/rule/loggingjakartacommons/package-summary.html">net.sourceforge.pmd.lang.java.rule.loggingjakartacommons</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../net/sourceforge/pmd/lang/java/rule/loggingjakartacommons/LoggingJakartaCommonsRulesTest.html" title="class in net.sourceforge.pmd.lang.java.rule.loggingjakartacommons">LoggingJakartaCommonsRulesTest</a></strong></code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="net.sourceforge.pmd.lang.java.rule.loggingjava">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../net/sourceforge/pmd/testframework/RuleTst.html" title="class in net.sourceforge.pmd.testframework">RuleTst</a> in <a href="../../../../../net/sourceforge/pmd/lang/java/rule/loggingjava/package-summary.html">net.sourceforge.pmd.lang.java.rule.loggingjava</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../net/sourceforge/pmd/testframework/RuleTst.html" title="class in net.sourceforge.pmd.testframework">RuleTst</a> in <a href="../../../../../net/sourceforge/pmd/lang/java/rule/loggingjava/package-summary.html">net.sourceforge.pmd.lang.java.rule.loggingjava</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../net/sourceforge/pmd/lang/java/rule/loggingjava/LoggingJavaRulesTest.html" title="class in net.sourceforge.pmd.lang.java.rule.loggingjava">LoggingJavaRulesTest</a></strong></code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="net.sourceforge.pmd.lang.java.rule.migrating">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../net/sourceforge/pmd/testframework/RuleTst.html" title="class in net.sourceforge.pmd.testframework">RuleTst</a> in <a href="../../../../../net/sourceforge/pmd/lang/java/rule/migrating/package-summary.html">net.sourceforge.pmd.lang.java.rule.migrating</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../net/sourceforge/pmd/testframework/RuleTst.html" title="class in net.sourceforge.pmd.testframework">RuleTst</a> in <a href="../../../../../net/sourceforge/pmd/lang/java/rule/migrating/package-summary.html">net.sourceforge.pmd.lang.java.rule.migrating</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../net/sourceforge/pmd/lang/java/rule/migrating/MigratingRulesTest.html" title="class in net.sourceforge.pmd.lang.java.rule.migrating">MigratingRulesTest</a></strong></code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="net.sourceforge.pmd.lang.java.rule.naming">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../net/sourceforge/pmd/testframework/RuleTst.html" title="class in net.sourceforge.pmd.testframework">RuleTst</a> in <a href="../../../../../net/sourceforge/pmd/lang/java/rule/naming/package-summary.html">net.sourceforge.pmd.lang.java.rule.naming</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../net/sourceforge/pmd/testframework/RuleTst.html" title="class in net.sourceforge.pmd.testframework">RuleTst</a> in <a href="../../../../../net/sourceforge/pmd/lang/java/rule/naming/package-summary.html">net.sourceforge.pmd.lang.java.rule.naming</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../net/sourceforge/pmd/lang/java/rule/naming/NamingRulesTest.html" title="class in net.sourceforge.pmd.lang.java.rule.naming">NamingRulesTest</a></strong></code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="net.sourceforge.pmd.lang.java.rule.optimizations">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../net/sourceforge/pmd/testframework/RuleTst.html" title="class in net.sourceforge.pmd.testframework">RuleTst</a> in <a href="../../../../../net/sourceforge/pmd/lang/java/rule/optimizations/package-summary.html">net.sourceforge.pmd.lang.java.rule.optimizations</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../net/sourceforge/pmd/testframework/RuleTst.html" title="class in net.sourceforge.pmd.testframework">RuleTst</a> in <a href="../../../../../net/sourceforge/pmd/lang/java/rule/optimizations/package-summary.html">net.sourceforge.pmd.lang.java.rule.optimizations</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../net/sourceforge/pmd/lang/java/rule/optimizations/OptimizationsRulesTest.html" title="class in net.sourceforge.pmd.lang.java.rule.optimizations">OptimizationsRulesTest</a></strong></code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="net.sourceforge.pmd.lang.java.rule.strictexception">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../net/sourceforge/pmd/testframework/RuleTst.html" title="class in net.sourceforge.pmd.testframework">RuleTst</a> in <a href="../../../../../net/sourceforge/pmd/lang/java/rule/strictexception/package-summary.html">net.sourceforge.pmd.lang.java.rule.strictexception</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../net/sourceforge/pmd/testframework/RuleTst.html" title="class in net.sourceforge.pmd.testframework">RuleTst</a> in <a href="../../../../../net/sourceforge/pmd/lang/java/rule/strictexception/package-summary.html">net.sourceforge.pmd.lang.java.rule.strictexception</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../net/sourceforge/pmd/lang/java/rule/strictexception/StrictExceptionRulesTest.html" title="class in net.sourceforge.pmd.lang.java.rule.strictexception">StrictExceptionRulesTest</a></strong></code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="net.sourceforge.pmd.lang.java.rule.strings">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../net/sourceforge/pmd/testframework/RuleTst.html" title="class in net.sourceforge.pmd.testframework">RuleTst</a> in <a href="../../../../../net/sourceforge/pmd/lang/java/rule/strings/package-summary.html">net.sourceforge.pmd.lang.java.rule.strings</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../net/sourceforge/pmd/testframework/RuleTst.html" title="class in net.sourceforge.pmd.testframework">RuleTst</a> in <a href="../../../../../net/sourceforge/pmd/lang/java/rule/strings/package-summary.html">net.sourceforge.pmd.lang.java.rule.strings</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../net/sourceforge/pmd/lang/java/rule/strings/AvoidDuplicateLiteralsRuleTest.html" title="class in net.sourceforge.pmd.lang.java.rule.strings">AvoidDuplicateLiteralsRuleTest</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../net/sourceforge/pmd/lang/java/rule/strings/StringsRulesTest.html" title="class in net.sourceforge.pmd.lang.java.rule.strings">StringsRulesTest</a></strong></code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="net.sourceforge.pmd.lang.java.rule.sunsecure">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../net/sourceforge/pmd/testframework/RuleTst.html" title="class in net.sourceforge.pmd.testframework">RuleTst</a> in <a href="../../../../../net/sourceforge/pmd/lang/java/rule/sunsecure/package-summary.html">net.sourceforge.pmd.lang.java.rule.sunsecure</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../net/sourceforge/pmd/testframework/RuleTst.html" title="class in net.sourceforge.pmd.testframework">RuleTst</a> in <a href="../../../../../net/sourceforge/pmd/lang/java/rule/sunsecure/package-summary.html">net.sourceforge.pmd.lang.java.rule.sunsecure</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../net/sourceforge/pmd/lang/java/rule/sunsecure/SunSecureRulesTest.html" title="class in net.sourceforge.pmd.lang.java.rule.sunsecure">SunSecureRulesTest</a></strong></code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="net.sourceforge.pmd.lang.java.rule.typeresolution">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../net/sourceforge/pmd/testframework/RuleTst.html" title="class in net.sourceforge.pmd.testframework">RuleTst</a> in <a href="../../../../../net/sourceforge/pmd/lang/java/rule/typeresolution/package-summary.html">net.sourceforge.pmd.lang.java.rule.typeresolution</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../net/sourceforge/pmd/testframework/RuleTst.html" title="class in net.sourceforge.pmd.testframework">RuleTst</a> in <a href="../../../../../net/sourceforge/pmd/lang/java/rule/typeresolution/package-summary.html">net.sourceforge.pmd.lang.java.rule.typeresolution</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../net/sourceforge/pmd/lang/java/rule/typeresolution/CloneMethodMustImplementCloneableTest.html" title="class in net.sourceforge.pmd.lang.java.rule.typeresolution">CloneMethodMustImplementCloneableTest</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../net/sourceforge/pmd/lang/java/rule/typeresolution/LooseCouplingTest.html" title="class in net.sourceforge.pmd.lang.java.rule.typeresolution">LooseCouplingTest</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../net/sourceforge/pmd/lang/java/rule/typeresolution/SignatureDeclareThrowsExceptionTest.html" title="class in net.sourceforge.pmd.lang.java.rule.typeresolution">SignatureDeclareThrowsExceptionTest</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../net/sourceforge/pmd/lang/java/rule/typeresolution/UnusedImportsTest.html" title="class in net.sourceforge.pmd.lang.java.rule.typeresolution">UnusedImportsTest</a></strong></code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="net.sourceforge.pmd.lang.java.rule.unusedcode">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../net/sourceforge/pmd/testframework/RuleTst.html" title="class in net.sourceforge.pmd.testframework">RuleTst</a> in <a href="../../../../../net/sourceforge/pmd/lang/java/rule/unusedcode/package-summary.html">net.sourceforge.pmd.lang.java.rule.unusedcode</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../net/sourceforge/pmd/testframework/RuleTst.html" title="class in net.sourceforge.pmd.testframework">RuleTst</a> in <a href="../../../../../net/sourceforge/pmd/lang/java/rule/unusedcode/package-summary.html">net.sourceforge.pmd.lang.java.rule.unusedcode</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../net/sourceforge/pmd/lang/java/rule/unusedcode/UnusedCodeRulesTest.html" title="class in net.sourceforge.pmd.lang.java.rule.unusedcode">UnusedCodeRulesTest</a></strong></code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="net.sourceforge.pmd.lang.jsp.ast">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../net/sourceforge/pmd/testframework/RuleTst.html" title="class in net.sourceforge.pmd.testframework">RuleTst</a> in <a href="../../../../../net/sourceforge/pmd/lang/jsp/ast/package-summary.html">net.sourceforge.pmd.lang.jsp.ast</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../net/sourceforge/pmd/testframework/RuleTst.html" title="class in net.sourceforge.pmd.testframework">RuleTst</a> in <a href="../../../../../net/sourceforge/pmd/lang/jsp/ast/package-summary.html">net.sourceforge.pmd.lang.jsp.ast</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../net/sourceforge/pmd/lang/jsp/ast/XPathJspRuleTest.html" title="class in net.sourceforge.pmd.lang.jsp.ast">XPathJspRuleTest</a></strong></code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="net.sourceforge.pmd.lang.jsp.rule.basic">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../net/sourceforge/pmd/testframework/RuleTst.html" title="class in net.sourceforge.pmd.testframework">RuleTst</a> in <a href="../../../../../net/sourceforge/pmd/lang/jsp/rule/basic/package-summary.html">net.sourceforge.pmd.lang.jsp.rule.basic</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../net/sourceforge/pmd/testframework/RuleTst.html" title="class in net.sourceforge.pmd.testframework">RuleTst</a> in <a href="../../../../../net/sourceforge/pmd/lang/jsp/rule/basic/package-summary.html">net.sourceforge.pmd.lang.jsp.rule.basic</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../net/sourceforge/pmd/lang/jsp/rule/basic/BasicRulesTest.html" title="class in net.sourceforge.pmd.lang.jsp.rule.basic">BasicRulesTest</a></strong></code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="net.sourceforge.pmd.lang.jsp.rule.basicjsf">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../net/sourceforge/pmd/testframework/RuleTst.html" title="class in net.sourceforge.pmd.testframework">RuleTst</a> in <a href="../../../../../net/sourceforge/pmd/lang/jsp/rule/basicjsf/package-summary.html">net.sourceforge.pmd.lang.jsp.rule.basicjsf</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../net/sourceforge/pmd/testframework/RuleTst.html" title="class in net.sourceforge.pmd.testframework">RuleTst</a> in <a href="../../../../../net/sourceforge/pmd/lang/jsp/rule/basicjsf/package-summary.html">net.sourceforge.pmd.lang.jsp.rule.basicjsf</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../net/sourceforge/pmd/lang/jsp/rule/basicjsf/BasicJsfRulesTest.html" title="class in net.sourceforge.pmd.lang.jsp.rule.basicjsf">BasicJsfRulesTest</a></strong></code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="net.sourceforge.pmd.lang.xsl.rule.xpath">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../net/sourceforge/pmd/testframework/RuleTst.html" title="class in net.sourceforge.pmd.testframework">RuleTst</a> in <a href="../../../../../net/sourceforge/pmd/lang/xsl/rule/xpath/package-summary.html">net.sourceforge.pmd.lang.xsl.rule.xpath</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../net/sourceforge/pmd/testframework/RuleTst.html" title="class in net.sourceforge.pmd.testframework">RuleTst</a> in <a href="../../../../../net/sourceforge/pmd/lang/xsl/rule/xpath/package-summary.html">net.sourceforge.pmd.lang.xsl.rule.xpath</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../net/sourceforge/pmd/lang/xsl/rule/xpath/XPathRulesTest.html" title="class in net.sourceforge.pmd.lang.xsl.rule.xpath">XPathRulesTest</a></strong></code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="net.sourceforge.pmd.properties">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../net/sourceforge/pmd/testframework/RuleTst.html" title="class in net.sourceforge.pmd.testframework">RuleTst</a> in <a href="../../../../../net/sourceforge/pmd/properties/package-summary.html">net.sourceforge.pmd.properties</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../net/sourceforge/pmd/testframework/RuleTst.html" title="class in net.sourceforge.pmd.testframework">RuleTst</a> in <a href="../../../../../net/sourceforge/pmd/properties/package-summary.html">net.sourceforge.pmd.properties</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../net/sourceforge/pmd/properties/PropertyAccessorTest.html" title="class in net.sourceforge.pmd.properties">PropertyAccessorTest</a></strong></code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="net.sourceforge.pmd.renderers">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../net/sourceforge/pmd/testframework/RuleTst.html" title="class in net.sourceforge.pmd.testframework">RuleTst</a> in <a href="../../../../../net/sourceforge/pmd/renderers/package-summary.html">net.sourceforge.pmd.renderers</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../net/sourceforge/pmd/testframework/RuleTst.html" title="class in net.sourceforge.pmd.testframework">RuleTst</a> in <a href="../../../../../net/sourceforge/pmd/renderers/package-summary.html">net.sourceforge.pmd.renderers</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../net/sourceforge/pmd/renderers/AbstractRendererTst.html" title="class in net.sourceforge.pmd.renderers">AbstractRendererTst</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../net/sourceforge/pmd/renderers/CSVRendererTest.html" title="class in net.sourceforge.pmd.renderers">CSVRendererTest</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../net/sourceforge/pmd/renderers/EmacsRendererTest.html" title="class in net.sourceforge.pmd.renderers">EmacsRendererTest</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../net/sourceforge/pmd/renderers/HTMLRendererTest.html" title="class in net.sourceforge.pmd.renderers">HTMLRendererTest</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../net/sourceforge/pmd/renderers/IDEAJRendererTest.html" title="class in net.sourceforge.pmd.renderers">IDEAJRendererTest</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../net/sourceforge/pmd/renderers/PapariTextRendererTest.html" title="class in net.sourceforge.pmd.renderers">PapariTextRendererTest</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../net/sourceforge/pmd/renderers/SummaryHTMLRendererTest.html" title="class in net.sourceforge.pmd.renderers">SummaryHTMLRendererTest</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../net/sourceforge/pmd/renderers/TextPadRendererTest.html" title="class in net.sourceforge.pmd.renderers">TextPadRendererTest</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../net/sourceforge/pmd/renderers/TextRendererTest.html" title="class in net.sourceforge.pmd.renderers">TextRendererTest</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../net/sourceforge/pmd/renderers/VBHTMLRendererTest.html" title="class in net.sourceforge.pmd.renderers">VBHTMLRendererTest</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../net/sourceforge/pmd/renderers/XMLRendererTest.html" title="class in net.sourceforge.pmd.renderers">XMLRendererTest</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../net/sourceforge/pmd/renderers/YAHTMLRendererTest.html" title="class in net.sourceforge.pmd.renderers">YAHTMLRendererTest</a></strong></code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="net.sourceforge.pmd.testframework">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../net/sourceforge/pmd/testframework/RuleTst.html" title="class in net.sourceforge.pmd.testframework">RuleTst</a> in <a href="../../../../../net/sourceforge/pmd/testframework/package-summary.html">net.sourceforge.pmd.testframework</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../net/sourceforge/pmd/testframework/RuleTst.html" title="class in net.sourceforge.pmd.testframework">RuleTst</a> in <a href="../../../../../net/sourceforge/pmd/testframework/package-summary.html">net.sourceforge.pmd.testframework</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../net/sourceforge/pmd/testframework/SimpleAggregatorTst.html" title="class in net.sourceforge.pmd.testframework">SimpleAggregatorTst</a></strong></code>
<div class="block">Standard methods for (simple) testcases.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../net/sourceforge/pmd/testframework/RuleTst.html" title="class in net.sourceforge.pmd.testframework">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?net/sourceforge/pmd/testframework//class-useRuleTst.html" target="_top">Frames</a></li>
<li><a href="RuleTst.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2002-2013 <a href="http://pmd.sourceforge.net/">InfoEther</a>. All Rights Reserved.</small></p>
</body>
</html>
| jmagas/RedditDailyProgrammer | lib/pmd-bin-5.0.4/docs/testapidocs/net/sourceforge/pmd/testframework/class-use/RuleTst.html | HTML | mit | 65,420 |
Date: Tue, 10 Dec 1996 03:25:02 GMT
Server: NCSA/1.4.2
Content-type: text/html
<html>
<head>
<TITLE>SkyBlue: A Multi-Way Local Propagation Constraint Solver for User
Interface Construction</title>
</head>
<body>
<H2>SkyBlue: A Multi-Way Local Propagation Constraint Solver for User
Interface Construction</H2>
<p>
Author: Michael Sannella
<p>
In <em>Proceedings of the 1994 ACM Symposium on User Interface Software and
Technology</em>, pages 137-146.
<P>
<hr>
<H3>Abstract</H3>
Many user interface toolkits use constraint solvers to maintain geometric
relationships between graphic objects, or to connect the graphics to the
application data structures. One efficient and flexible technique for
maintaining constraints is multi-way local propagation, where constraints
are represented by sets of <em>method</em> procedures. To satisfy a set of
constraints, a local propagation solver executes one method from each
constraint.
<P>
SkyBlue is an incremental constraint solver that uses local propagation to
maintain a set of constraints as individual constraints are added and
removed. If all of the constraints cannot be satisfied, SkyBlue leaves
weaker constraints unsatisfied in order to satisfy stronger constraints
(maintaining a constraint hierarchy). SkyBlue is a more general successor
to the DeltaBlue algorithm that satisfies cycles of methods by calling
external cycle solvers and supports multi-output methods. These features
make SkyBlue more useful for constructing user interfaces, since cycles of
constraints can occur frequently in user interface applications and
multi-output methods are necessary to represent some useful constraints.
This paper discusses some of the applications that use SkyBlue, presents
times for some user interface benchmarks and describes the SkyBlue
algorithm in detail.
<P>
<HR>
<P>
Click <!WA0><a href=
"ftp://cs.washington.edu/pub/constraints/papers/skyblue-uist-94.ps.Z">
here</a> to get the postscript file.
<P>
Return to <!WA1><a href="http://www.cs.washington.edu/research/projects/weird/www/index.html">Constraints home page</a>
| ML-SWAT/Web2KnowledgeBase | webkb/other/washington/http:^^www.cs.washington.edu^research^projects^weird^www^skyblue-uist-94.html | HTML | mit | 2,100 |
<!DOCTYPE html>
<html>
<head>
<title>Blank</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
</head>
<body>
<nav id="navMenu"></nav>
<nav id="navBottom"></nav>
<script src="../script/script.js" type="text/javascript"></script>
</body>
</html> | damir-drljaca/myPlayground | gbanton/pages/blank.html | HTML | mit | 305 |
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>class RubyXL::FileSharing - rubyXL 3.3.13</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="OOXMLObject.html">RubyXL::OOXMLObject</a>
</div>
</div>
</nav>
<main role="main" aria-labelledby="class-RubyXL::FileSharing">
<h1 id="class-RubyXL::FileSharing" class="class">
class RubyXL::FileSharing
</h1>
<section class="description">
<p><a
href="http://www.schemacentral.com/sc/ooxml/e-ssml_fileSharing-1.html">www.schemacentral.com/sc/ooxml/e-ssml_fileSharing-1.html</a></p>
</section>
<section id="5Buntitled-5D" class="documentation-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.0.
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
</footer>
| 99cm/rubyXL | rdoc/RubyXL/FileSharing.html | HTML | mit | 2,563 |
@(warehouse: WarehouseData)(implicit context: ViewContext)
@products.productsLayout(Messages("warehouse.details", warehouse.name)) {
<h4>
@Messages("warehouse.details", warehouse.name)
</h4>
<hr>
<dl id="productDetail-@warehouse.code" class="dl-horizontal">
<dt>@Messages("warehouse.code"):</dt>
<dd>@warehouse.code</dd>
<dt>@Messages("name"):</dt>
<dd>@warehouse.name</dd>
</dl>
<hr>
<div class="btn-group btn-group-justified">
<a href="@routes.Warehouses.edit(warehouse.code)" class="btn btn-info col-sm-3" disabled="disabled">
<i class="glyphicon glyphicon-save"></i><br> Update
</a>
<a href="@routes.Warehouses.delete(warehouse.code)" class="btn btn-info col-sm-3" disabled="disabled">
<i class="glyphicon glyphicon-trash"></i><br> Delete
</a>
</div>
}
| alanktwong/play-crud | app/views/warehouses/warehouse.scala.html | HTML | mit | 795 |
<!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>Uran: Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
$(window).load(resizeHeight);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">Uran
</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>
<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>
</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('classuran_1_1formula_1_1_decls.html','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="headertitle">
<div class="title">uran.formula.Decls Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="classuran_1_1formula_1_1_decls.html">uran.formula.Decls</a>, including all inherited members.</p>
<table class="directory">
<tr class="even"><td class="entry"><a class="el" href="classuran_1_1formula_1_1_decls.html#a18db9be61e2433115e9460980a7f732b">accept</a>(AbstractVisitor visitor)</td><td class="entry"><a class="el" href="classuran_1_1formula_1_1_decls.html">uran.formula.Decls</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classuran_1_1formula_1_1_decls.html#afb0b067c50f109bccd135179a834859d">Decls</a>(Constant...v)</td><td class="entry"><a class="el" href="classuran_1_1formula_1_1_decls.html">uran.formula.Decls</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classuran_1_1formula_1_1_decls.html#af93470d252ebc0b03555ebce6a3bf5a3">get</a>(int index)</td><td class="entry"><a class="el" href="classuran_1_1formula_1_1_decls.html">uran.formula.Decls</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classuran_1_1formula_1_1_decls.html#adf2d05c966db5338ff25d1bef6f995e2">get</a>()</td><td class="entry"><a class="el" href="classuran_1_1formula_1_1_decls.html">uran.formula.Decls</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classuran_1_1formula_1_1_abstract_formula.html#aa65d81149375ac14b5f41f0e50d958d2">isAtomicFormula</a>()</td><td class="entry"><a class="el" href="classuran_1_1formula_1_1_abstract_formula.html">uran.formula.AbstractFormula</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classuran_1_1formula_1_1_abstract_formula.html#a4106323335837eddb318a9c788267c68">isBinaryFormula</a>()</td><td class="entry"><a class="el" href="classuran_1_1formula_1_1_abstract_formula.html">uran.formula.AbstractFormula</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classuran_1_1formula_1_1_abstract_formula.html#aa10fdb82bc02be16f40d749cae3b1512">isConstant</a>()</td><td class="entry"><a class="el" href="classuran_1_1formula_1_1_abstract_formula.html">uran.formula.AbstractFormula</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classuran_1_1formula_1_1_abstract_formula.html#ac9be0d562a154e71a1434a8778f32c90">isEqFormula</a>()</td><td class="entry"><a class="el" href="classuran_1_1formula_1_1_abstract_formula.html">uran.formula.AbstractFormula</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classuran_1_1formula_1_1_abstract_formula.html#a207a1c88a41f76f87b0dcd18a8b05110">isFunction</a>()</td><td class="entry"><a class="el" href="classuran_1_1formula_1_1_abstract_formula.html">uran.formula.AbstractFormula</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classuran_1_1formula_1_1_abstract_formula.html#a0dc398cdff34b194567a6cb1f23e5ec2">isImpliesFormula</a>()</td><td class="entry"><a class="el" href="classuran_1_1formula_1_1_abstract_formula.html">uran.formula.AbstractFormula</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classuran_1_1formula_1_1_abstract_formula.html#aaa4108f7c1f2df24226c983427393489">isLiteral</a>()</td><td class="entry"><a class="el" href="classuran_1_1formula_1_1_abstract_formula.html">uran.formula.AbstractFormula</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classuran_1_1formula_1_1_abstract_formula.html#acf5976057fd55c46099706490e63f1a1">isNull</a>()</td><td class="entry"><a class="el" href="classuran_1_1formula_1_1_abstract_formula.html">uran.formula.AbstractFormula</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classuran_1_1formula_1_1_abstract_formula.html#aa3eba3be20ee0147c012ba714def29a1">isQuantifiedFormula</a>()</td><td class="entry"><a class="el" href="classuran_1_1formula_1_1_abstract_formula.html">uran.formula.AbstractFormula</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classuran_1_1formula_1_1_abstract_formula.html#ad60eae4880be8f48567b7bc46e262ad5">isVariable</a>()</td><td class="entry"><a class="el" href="classuran_1_1formula_1_1_abstract_formula.html">uran.formula.AbstractFormula</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classuran_1_1formula_1_1_decls.html#a2011109f90bc8ffe0a2411a956b9d757">size</a>()</td><td class="entry"><a class="el" href="classuran_1_1formula_1_1_decls.html">uran.formula.Decls</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classuran_1_1formula_1_1_decls.html#a66e6378a9e7d33ec467c46e594e66b31">toSMT2</a>()</td><td class="entry"><a class="el" href="classuran_1_1formula_1_1_decls.html">uran.formula.Decls</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classuran_1_1formula_1_1_decls.html#a6f2c79fc64944af8d53a036c8dd8a359">toString</a>()</td><td class="entry"><a class="el" href="classuran_1_1formula_1_1_decls.html">uran.formula.Decls</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
</table></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.9.1 </li>
</ul>
</div>
</body>
</html>
| classicwuhao/uran | docs/html/classuran_1_1formula_1_1_decls-members.html | HTML | mit | 10,492 |
---
layout: project
client: "Women of Earth"
title: "What is Gender Parity?"
description: "For this year's International Women's Day, we created an interactive infographic to tell the story of Gender Parity."
date: 2016-01-30 14:20:04
image_type: single-width single-height
image_link: /img/womenofearth-cover.jpg
type: digital
categories: project
---
<div>
<img class="one-up" src="/img/women-of-earth-gender-parity-cover.jpg" alt="Range of covers produced for Microsoft's whitepapers" />
</div>
<div>
<h2>Digital Client: Women of Earth</h2>
<h1>What is Gender Parity?</h1>
<p>To mark this year's International Women's Day, we created an interactive infographic to tell the story of and highlight Gender Parity - this year's theme. We researched the issue, developed the narrative, illustrated the graphics and created the website. You can view the full site at <a href="http://womenofearth.co.uk/">wonenofearth.co.uk</a></p>
</div>
<div class="project-images">
<img class="one-up" src="http://hellotrio.com/wp-content/uploads/2016/03/Hello-trio-gender-parity.png" alt="Microsoft grid structure used in the design" />
<div class="doublethree-up">
<p>
<p class="project-subheading">The brief</p>
<p>International Womenโs day is a time to pause, get involved and take action on a number of important issues affecting women worldwide. To mark this yearโs theme - Gender Parity - we decided to do our part in spreading the word and help โPledge for Parityโ. We created an interactive infographic to tell the story of and highlight Gender Parity. Using GreenSock Animation Platform (GSAP) and Scrollmagic you can scroll through Gender Parityโs definitions. Including campaigning for equality for gender balanced leadership, helping women achieve their ambitions, equal value and the biases that exist both consciously and unconsciously.
</p>
</div>
<img class="three-up" src="http://hellotrio.com/wp-content/uploads/2016/03/Hello-trio-WOE-awards2-09.svg" alt="Awarded CSS Winner" />
<img class="doublethree-up" src="http://hellotrio.com/wp-content/uploads/2016/03/Hello-trio-WOE-mobile.png" alt="Whitepaper cover" />
<img class="three-up" src="http://hellotrio.com/wp-content/uploads/2016/03/Hello-trio-WOE-mobile2.png" alt="Design of a cover page for Microsoft whitepapers" />
<video class="one-up" preload="none" poster="" loop="" muted="" autoplay="" src="http://hellotrio.com/wp-content/uploads/2016/03/womenofearth-hellotrio.mp4" width="1170" height="583" style="width: 100%; height: 100%;">
<source src="http://hellotrio.com/wp-content/uploads/2016/03/womenofearth-hellotrio.mp4" type="video/mp4">
<p>If you are reading this, it is because your browser does not support the HTML5 video element.</p>
</video>
<img class="one-up" src="http://hellotrio.com/wp-content/uploads/2016/03/Hello-trio-WOE-desktop.png" alt="Designing layouts and final spreads by Lauren Kelly for Microsoft" />
<img class="one-up" src="http://hellotrio.com/wp-content/uploads/2016/03/gender-parity-desktop2-1.png" alt="Designing layouts and final spreads by Lauren Kelly for Microsoft" />
<div class="three-up">
<p>
<p class="project-subheading">Developing the idea</p>
<p>
We started by establishing the story we wanted the infographic to say. Developing research into Gender Parity, Pay inequality, Equal leadership in boardrooms to political leadership. Once we had an idea of the main facts we scamped out the flow of the infographic, starting with the negatives, the positives and the International Women's day call to action at the end. </p>
</div>
<div class="doublethree-up">
<video class="doublethree-up" preload="none" poster="" loop="" muted="" autoplay="" data-masonry-id="content_o3h8oihpc" src="http://hellotrio.com/wp-content/uploads/2016/03/upload_WOE_illustration_parliment_480p.mp4" width="770" height="432" style="width: 100%; height: 100%;">
<source src="http://hellotrio.com/wp-content/uploads/2016/03/upload_WOE_illustration_parliment_480p.mp4" type="video/mp4">
<p>If you are reading this, it is because your browser does not support the HTML5 video element.</p>
</video>
</div>
<div>
<img class="two-up" src="http://hellotrio.com/wp-content/uploads/2016/03/Sketchs1.png" alt="Final layout design for a page" />
<img class="two-up" src="http://hellotrio.com/wp-content/uploads/2016/03/Sketchs2.png" alt="Final layout design for a page" />
</div>
<div class="doublethree-up">
<p>
<p class="project-subheading">Technical</p>
<p>
Charles - our amazing developer - used GreenSock Animation Platform (GSAP) and Scrollmagic to animate the facts and story of Gender Parity. Enabling you to can scroll through the animations and interactions.
</p>
<p>Tools: Adobe Illustrator CC, CSS, HTML, GreenSock TweenMax (GSAP), Scrollmagic.
</p>
</p>
</div>
<img class="one-up" src="http://hellotrio.com/wp-content/uploads/2016/03/Hello-trio-WOE-media.png" alt="Designing layouts and final spreads by Lauren Kelly for Microsoft" />
<div class="doublethree-up">
<p>
<p class="project-subheading">Highlighting Gender Parity</p>
<p>
In the first week of launching the website Women of Earth received over 1,400 page views, spreading the Gender Parity message across twitter, medium and facebook. We also received recognition and accolades, being named CSS Winnerโs Site of the Day, receiving a Special Kudos from CSS Design awards, and a nomination on Awwwards.
</p>
<p>1,419 Page views in the first week
</p>
</p>
</div>
</div>
| laurendoescode/laurendoes | app/_posts/2016-01-21-womenofearth.html | HTML | mit | 5,858 |
{% extends "templates/core.html" %}
{% block main %}
<ul class="nav">
{% for a in albums %}
<li>
<a href="/albums/{{ a }}.html">{{ a }}</a>
</li>
{% endfor %}
</ul>
{% endblock %} | rozap/personal | templates/albums.html | HTML | mit | 187 |
<div id="github-buttons">
<span class="github-btn github-watchers github-btn-{{options.size}}">
<a class="gh-btn" href="https://github.com/{{options.user}}/{{options.repo}}/" target="_blank">
<span class="gh-ico"></span>
<span class="gh-text">Star</span>
</a>
<a class="gh-count" ng-show="options.count" ng-href="https://github.com/{{options.user}}/{{options.repo}}/stargazers" target="_blank">{{response.stargazers_count || 0}}</a>
</span>
<span class="github-btn github-forks github-btn-{{options.size}}">
<a class="gh-btn" ng-href="https://github.com/{{options.user}}/{{options.repo}}" target="_blank">
<span class="gh-ico"></span>
<span class="gh-text">Fork</span>
</a>
<a class="gh-count" ng-show="options.count" ng-href="https://github.com/{{options.user}}/{{options.repo}}/network" target="_blank">{{response.forks_count || 0}}</a>
</span>
<span class="github-btn github-me github-btn-{{options.size}}">
<a class="gh-btn" ng-href="https://github.com/{{options.user}}" target="_blank">
<span class="gh-ico"></span>
<span class="gh-text">Follow</span>
</a>
<a class="gh-count" ng-show="options.count" ng-href="https://github.com/{{options.user}}/followers" target="_blank">@{{options.user}}</a>
</span>
</div>
| gnomeontherun/web-components-today | components/angular/github-buttons.html | HTML | mit | 1,299 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.9.1"/>
<title>V8 API Reference Guide for io.js v1.6.0 - v1.6.1: v8::UniqueId Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">V8 API Reference Guide for io.js v1.6.0 - v1.6.1
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.9.1 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1_unique_id.html">UniqueId</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> |
<a href="classv8_1_1_unique_id-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">v8::UniqueId Class Reference</div> </div>
</div><!--header-->
<div class="contents">
<p><code>#include <<a class="el" href="v8_8h_source.html">v8.h</a>></code></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:a94ba72efbc70dee13184b444c3d2399a"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a94ba72efbc70dee13184b444c3d2399a"></a>
 </td><td class="memItemRight" valign="bottom"><b>UniqueId</b> (intptr_t data)</td></tr>
<tr class="separator:a94ba72efbc70dee13184b444c3d2399a"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a157844a8c7cbeb43282670f7a233e1d0"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a157844a8c7cbeb43282670f7a233e1d0"></a>
bool </td><td class="memItemRight" valign="bottom"><b>operator==</b> (const <a class="el" href="classv8_1_1_unique_id.html">UniqueId</a> &other) const </td></tr>
<tr class="separator:a157844a8c7cbeb43282670f7a233e1d0"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a16bdf3163cdacfaabed5cc253d948c10"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a16bdf3163cdacfaabed5cc253d948c10"></a>
bool </td><td class="memItemRight" valign="bottom"><b>operator!=</b> (const <a class="el" href="classv8_1_1_unique_id.html">UniqueId</a> &other) const </td></tr>
<tr class="separator:a16bdf3163cdacfaabed5cc253d948c10"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a189ed3914fea0157f00892b5e8f081f3"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a189ed3914fea0157f00892b5e8f081f3"></a>
bool </td><td class="memItemRight" valign="bottom"><b>operator<</b> (const <a class="el" href="classv8_1_1_unique_id.html">UniqueId</a> &other) const </td></tr>
<tr class="separator:a189ed3914fea0157f00892b5e8f081f3"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>General purpose unique identifier. </p>
</div><hr/>The documentation for this class was generated from the following file:<ul>
<li>deps/v8/include/<a class="el" href="v8_8h_source.html">v8.h</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue Aug 11 2015 23:49:28 for V8 API Reference Guide for io.js v1.6.0 - v1.6.1 by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.9.1
</small></address>
</body>
</html>
| v8-dox/v8-dox.github.io | 22793da/html/classv8_1_1_unique_id.html | HTML | mit | 6,743 |
<html><body>
<h4>Windows 10 x64 (19041.264)</h4><br>
<h2>_LOADER_PARAMETER_BLOCK</h2>
<font face="arial"> +0x000 OsMajorVersion : Uint4B<br>
+0x004 OsMinorVersion : Uint4B<br>
+0x008 Size : Uint4B<br>
+0x00c OsLoaderSecurityVersion : Uint4B<br>
+0x010 LoadOrderListHead : <a href="./_LIST_ENTRY.html">_LIST_ENTRY</a><br>
+0x020 MemoryDescriptorListHead : <a href="./_LIST_ENTRY.html">_LIST_ENTRY</a><br>
+0x030 BootDriverListHead : <a href="./_LIST_ENTRY.html">_LIST_ENTRY</a><br>
+0x040 EarlyLaunchListHead : <a href="./_LIST_ENTRY.html">_LIST_ENTRY</a><br>
+0x050 CoreDriverListHead : <a href="./_LIST_ENTRY.html">_LIST_ENTRY</a><br>
+0x060 CoreExtensionsDriverListHead : <a href="./_LIST_ENTRY.html">_LIST_ENTRY</a><br>
+0x070 TpmCoreDriverListHead : <a href="./_LIST_ENTRY.html">_LIST_ENTRY</a><br>
+0x080 KernelStack : Uint8B<br>
+0x088 Prcb : Uint8B<br>
+0x090 Process : Uint8B<br>
+0x098 Thread : Uint8B<br>
+0x0a0 KernelStackSize : Uint4B<br>
+0x0a4 RegistryLength : Uint4B<br>
+0x0a8 RegistryBase : Ptr64 Void<br>
+0x0b0 ConfigurationRoot : Ptr64 <a href="./_CONFIGURATION_COMPONENT_DATA.html">_CONFIGURATION_COMPONENT_DATA</a><br>
+0x0b8 ArcBootDeviceName : Ptr64 Char<br>
+0x0c0 ArcHalDeviceName : Ptr64 Char<br>
+0x0c8 NtBootPathName : Ptr64 Char<br>
+0x0d0 NtHalPathName : Ptr64 Char<br>
+0x0d8 LoadOptions : Ptr64 Char<br>
+0x0e0 NlsData : Ptr64 <a href="./_NLS_DATA_BLOCK.html">_NLS_DATA_BLOCK</a><br>
+0x0e8 ArcDiskInformation : Ptr64 <a href="./_ARC_DISK_INFORMATION.html">_ARC_DISK_INFORMATION</a><br>
+0x0f0 Extension : Ptr64 <a href="./_LOADER_PARAMETER_EXTENSION.html">_LOADER_PARAMETER_EXTENSION</a><br>
+0x0f8 u : <a href="./<anonymous-tag>.html"><anonymous-tag></a><br>
+0x108 FirmwareInformation : <a href="./_FIRMWARE_INFORMATION_LOADER_BLOCK.html">_FIRMWARE_INFORMATION_LOADER_BLOCK</a><br>
+0x148 OsBootstatPathName : Ptr64 Char<br>
+0x150 ArcOSDataDeviceName : Ptr64 Char<br>
+0x158 ArcWindowsSysPartName : Ptr64 Char<br>
</font></body></html> | epikcraw/ggool | public/Windows 10 x64 (19041.264)/_LOADER_PARAMETER_BLOCK.html | HTML | mit | 2,202 |
<!DOCTYPE html>
<html xmlns:msxsl="urn:schemas-microsoft-com:xslt">
<head>
<meta content="en-us" http-equiv="Content-Language" />
<meta content="text/html; charset=utf-16" http-equiv="Content-Type" />
<title _locid="PortabilityAnalysis0">.NET Portability Report</title>
<style>
/* Body style, for the entire document */
body {
background: #F3F3F4;
color: #1E1E1F;
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
padding: 0;
margin: 0;
}
/* Header1 style, used for the main title */
h1 {
padding: 10px 0px 10px 10px;
font-size: 21pt;
background-color: #E2E2E2;
border-bottom: 1px #C1C1C2 solid;
color: #201F20;
margin: 0;
font-weight: normal;
}
/* Header2 style, used for "Overview" and other sections */
h2 {
font-size: 18pt;
font-weight: normal;
padding: 15px 0 5px 0;
margin: 0;
}
/* Header3 style, used for sub-sections, such as project name */
h3 {
font-weight: normal;
font-size: 15pt;
margin: 0;
padding: 15px 0 5px 0;
background-color: transparent;
}
h4 {
font-weight: normal;
font-size: 12pt;
margin: 0;
padding: 0 0 0 0;
background-color: transparent;
}
/* Color all hyperlinks one color */
a {
color: #1382CE;
}
/* Paragraph text (for longer informational messages) */
p {
font-size: 10pt;
}
/* Table styles */
table {
border-spacing: 0 0;
border-collapse: collapse;
font-size: 10pt;
}
table th {
background: #E7E7E8;
text-align: left;
text-decoration: none;
font-weight: normal;
padding: 3px 6px 3px 6px;
}
table td {
vertical-align: top;
padding: 3px 6px 5px 5px;
margin: 0px;
border: 1px solid #E7E7E8;
background: #F7F7F8;
}
.NoBreakingChanges {
color: darkgreen;
font-weight:bold;
}
.FewBreakingChanges {
color: orange;
font-weight:bold;
}
.ManyBreakingChanges {
color: red;
font-weight:bold;
}
.BreakDetails {
margin-left: 30px;
}
.CompatMessage {
font-style: italic;
font-size: 10pt;
}
.GoodMessage {
color: darkgreen;
}
/* Local link is a style for hyperlinks that link to file:/// content, there are lots so color them as 'normal' text until the user mouse overs */
.localLink {
color: #1E1E1F;
background: #EEEEED;
text-decoration: none;
}
.localLink:hover {
color: #1382CE;
background: #FFFF99;
text-decoration: none;
}
/* Center text, used in the over views cells that contain message level counts */
.textCentered {
text-align: center;
}
/* The message cells in message tables should take up all avaliable space */
.messageCell {
width: 100%;
}
/* Padding around the content after the h1 */
#content {
padding: 0px 12px 12px 12px;
}
/* The overview table expands to width, with a max width of 97% */
#overview table {
width: auto;
max-width: 75%;
}
/* The messages tables are always 97% width */
#messages table {
width: 97%;
}
/* All Icons */
.IconSuccessEncoded, .IconInfoEncoded, .IconWarningEncoded, .IconErrorEncoded {
min-width: 18px;
min-height: 18px;
background-repeat: no-repeat;
background-position: center;
}
/* Success icon encoded */
.IconSuccessEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconSuccess#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABPElEQVR4Xp1Tv0vDUBi8FqeA4NpBcBLcWnQSApncOnTo4FSnjP0DsnXpH5CxiwbHDg4Zuj4oOEXiJgiC4FDcCkLWmIMc1Pfw+eMgQ77v3Xf3Pe51YKGqqisAEwCR1TIAsiAIblSo6xrdHeJR85Xle3mdmCQKb0PsfqyxxzM8K15HZADl/H5+sHpZwYfxyRjTs+kWwKBx8yoHd2mRiuzF8mkJniWH/13u3Fjrs/EdhsdDFHGB/DLXEJBDLh1MWPAhPo1BLB4WX5yQywHR+m3tVe/t97D52CB/ziG0nIgD/qDuYg8WuCcVZ2YGwlJ3YDugkpR/VNcAEx6GEKhERSr71FuO4YCM4XBdwKvecjIlkSnsO0Hyp/GxSeJAdzBKzpOtnPwyyiPdAZhpZptT04tU+zk7s8czeges//s5C5+CwqrR4/gw+AAAAABJRU5ErkJggg==);
}
/* Information icon encoded */
.IconInfoEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconInformation#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABHElEQVR4Xs2TsUoDQRRF7wwoziokjZUKadInhdhukR9YP8DMX1hYW+QvdsXa/QHBbcXC7W0CamWTQnclFutceIQJwwaWNLlwm5k5d94M76mmaeCrrmsLYOocY12FcxZFUeozCqKqqgYA8uevv1H6VuPxcwlfk5N92KHBxfFeCSAxxswlYAW/Xr989x/mv9gkhtyMDhcAxgzRsp7flj8B/HF1RsMXq+NZMkopaHe7lbKxQUEIGbKsYNoGn969060hZBkQex/W8oRQwsQaW2o3Ago2SVcJUzAgY3N0lTCZZm+zPS8HB51gMmS1DEYyOz9acKO1D8JWTlafKIMxdhvlfdyT94Vv5h7P8Ky7nQzACmhvKq3zk3PjW9asz9D/1oigecsioooAAAAASUVORK5CYII=);
}
/* Warning icon encoded */
.IconWarningEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconWarning#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAx0lEQVR4XpWSMQ7CMAxFf4xAyBMLCxMrO8dhaBcuwdCJS3RJBw7SA/QGTCxdWJgiQYWKXJWKIXHIlyw5lqr34tQgEOdcBsCOx5yZK3hCCKdYXneQkh4pEfqzLfu+wVDSyyzFoJjfz9NB+pAF+eizx2Vruts0k15mPgvS6GYvpVtQhB61IB/dk6AF6fS4Ben0uIX5odtFe8Q/eW1KvFeH4e8khT6+gm5B+t3juyDt7n0jpe+CANTd+oTUjN/U3yVaABnSUjFz/gFq44JaVSCXeQAAAABJRU5ErkJggg==);
}
/* Error icon encoded */
.IconErrorEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconError#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABQElEQVR4XqWTvUoEQRCE6wYPZUA80AfwAQz23uCMjA7MDRQEIzPBVEyNTQUFIw00vcQTTMzuAh/AxEQQT8HF/3G/oGGnEUGuoNnd6qoZuqltyKEsyzVJq5I6rnUp6SjGeGhESikzzlc1eL7opfuVbrqbU1Zw9NCgtQMaZpY0eNnaaL2fHusvTK5vKu7sjSS1Y4y3QUA6K3e3Mau5UFDyMP7tYF9o8cAHZv68vipoIJg971PZIZ5HiwdvYGGvFVFHmGmZ2MxwmQYPXubPl9Up0tfoMQGetXd6mRbvhBw+boZ6WF7Mbv1+GsHRk0fQmPAH1GfmZirbCfDJ61tw3Px8/8pZsPAG4jlVhcPgZ7adwNWBB68lkRQWFiTgFlbnLY3DGGM7izIJIyT/jjIvEJw6fdJTc6krDzh6aMwMP9bvDH4ADSsa9uSWVJkAAAAASUVORK5CYII=);
}
</style>
</head>
<body>
<h1 _locid="PortabilityReport">.NET Portability Report</h1>
<div id="content">
<div id="submissionId" style="font-size:8pt;">
<p>
<i>
Submission Id
6d2cba87-0b2f-4819-87f0-4f5af7b29eeb
</i>
</p>
</div>
<h2 _locid="SummaryTitle">
<a name="Portability Summary"></a>Portability Summary
</h2>
<div id="summary">
<table>
<tbody>
<tr>
<th>Assembly</th>
<th>ASP.NET 5,Version=v1.0</th>
<th>Windows,Version=v8.1</th>
<th>.NET Framework,Version=v4.6</th>
<th>Windows Phone,Version=v8.1</th>
</tr>
<tr>
<td><strong><a href="#Patterns.Autofac">Patterns.Autofac</a></strong></td>
<td class="text-center">97.92 %</td>
<td class="text-center">96.35 %</td>
<td class="text-center">100.00 %</td>
<td class="text-center">96.35 %</td>
</tr>
</tbody>
</table>
</div>
<div id="details">
<a name="Patterns.Autofac"><h3>Patterns.Autofac</h3></a>
<table>
<tbody>
<tr>
<th>Target type</th>
<th>ASP.NET 5,Version=v1.0</th>
<th>Windows,Version=v8.1</th>
<th>.NET Framework,Version=v4.6</th>
<th>Windows Phone,Version=v8.1</th>
<th>Recommended changes</th>
</tr>
<tr>
<td>System.Configuration.Configuration</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Use configuration appropriate for your application model. For portable Framework Components, expose API for configuration on type</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Threading.Thread</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_CurrentThread</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_ManagedThreadId</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Type</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>.GetTypeInfo().Assembly</td>
</tr>
<tr>
<td style="padding-left:2em">get_Assembly</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>.GetTypeInfo().Assembly</td>
</tr>
<tr>
<td style="padding-left:2em">get_IsAbstract</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>.GetTypeInfo().IsAbstract</td>
</tr>
<tr>
<td style="padding-left:2em">get_IsClass</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>.GetTypeInfo().IsClass</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
</tbody>
</table>
<p>
<a href="#Portability Summary">Back to Summary</a>
</p>
</div>
</div>
</body>
</html> | kuhlenh/port-to-core | Reports/pa/patterns.autofac.3.11.0/Patterns.Autofac-net40.html | HTML | mit | 15,153 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:title" content="tamoc.dbm.FluidParticle.solubility" />
<meta property="og:type" content="website" />
<meta property="og:url" content="modules/generated/tamoc.dbm.FluidParticle.solubility.html" />
<title>tamoc.dbm.FluidParticle.solubility</title>
<link href="../../_static/css/theme.css" rel="stylesheet">
<link href="../../_static/css/index.ff1ffe594081f20da1ef19478df9384b.css" rel="stylesheet">
<link rel="stylesheet"
href="../../_static/vendor/fontawesome/5.13.0/css/all.min.css">
<link rel="preload" as="font" type="font/woff2" crossorigin
href="../../_static/vendor/fontawesome/5.13.0/webfonts/fa-solid-900.woff2">
<link rel="preload" as="font" type="font/woff2" crossorigin
href="../../_static/vendor/fontawesome/5.13.0/webfonts/fa-brands-400.woff2">
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../../_static/sphinx-book-theme.css?digest=84ace793992934648b4de8eed757e5a2" />
<link rel="stylesheet" type="text/css" href="../../_static/copybutton.css" />
<link rel="stylesheet" type="text/css" href="../../_static/panels-main.c949a650a448cc0ae9fd3441c0e17fb0.css" />
<link rel="stylesheet" type="text/css" href="../../_static/panels-bootstrap.5fd3999ee7762ccc51105388f4a9d115.css" />
<link rel="stylesheet" type="text/css" href="../../_static/panels-variables.06eb56fa6e07937060861dad626602ad.css" />
<link rel="preload" as="script" href="../../_static/js/index.be7d3bbb2ef33a8344ce.js">
<script data-url_root="../../" id="documentation_options" src="../../_static/documentation_options.js"></script>
<script src="../../_static/jquery.js"></script>
<script src="../../_static/underscore.js"></script>
<script src="../../_static/doctools.js"></script>
<script src="../../_static/clipboard.min.js"></script>
<script src="../../_static/copybutton.js"></script>
<script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
<script src="../../_static/sphinx-book-theme.9d8b4a8b9bb19db25eeaddc40d639ba2.js"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
<link rel="next" title="tamoc.dbm.FluidParticle.diffusivity" href="tamoc.dbm.FluidParticle.diffusivity.html" />
<link rel="prev" title="tamoc.dbm.FluidParticle.equilibrium" href="tamoc.dbm.FluidParticle.equilibrium.html" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="docsearch:language" content="None">
<!-- Google Analytics -->
</head>
<body data-spy="scroll" data-target="#bd-toc-nav" data-offset="80">
<div class="container-fluid" id="banner"></div>
<div class="container-xl">
<div class="row">
<!-- Checkboxes to toggle the left sidebar -->
<input type="checkbox" class="sidebar-toggle" name="__navigation" id="__navigation" aria-label="Toggle navigation sidebar">
<label class="overlay" for="__navigation">
<div class="visually-hidden">Toggle navigation sidebar</div>
</label>
<div class="col-12 col-md-3 bd-sidebar site-navigation " id="site-navigation">
<div class="navbar-brand-box">
<a class="navbar-brand text-wrap" href="../../index.html">
</a>
</div><form class="bd-search d-flex align-items-center" action="../../search.html" method="get">
<i class="icon fas fa-search"></i>
<input type="search" class="form-control" name="q" id="search-input" placeholder="Search the docs ..." aria-label="Search the docs ..." autocomplete="off" >
</form><nav class="bd-links" id="bd-docs-nav" aria-label="Main">
<div class="bd-toc-item active">
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
Contents:
</span>
</p>
<ul class="current nav bd-sidenav">
<li class="toctree-l1 has-children">
<a class="reference internal" href="../../guides.html">
Module User Guides
</a>
<input class="toctree-checkbox" id="toctree-checkbox-1" name="toctree-checkbox-1" type="checkbox"/>
<label for="toctree-checkbox-1">
<i class="fas fa-chevron-down">
</i>
</label>
<ul>
<li class="toctree-l2">
<a class="reference internal" href="../../guides/ambient.html">
Ambient Module Users Guide
</a>
</li>
</ul>
</li>
<li class="toctree-l1 has-children">
<a class="reference internal" href="../../scripts.html">
Example Scripts
</a>
<input class="toctree-checkbox" id="toctree-checkbox-2" name="toctree-checkbox-2" type="checkbox"/>
<label for="toctree-checkbox-2">
<i class="fas fa-chevron-down">
</i>
</label>
<ul class="simple">
</ul>
</li>
<li class="toctree-l1 current active has-children">
<a class="reference internal" href="../../api.html">
API Reference
</a>
<input checked="" class="toctree-checkbox" id="toctree-checkbox-3" name="toctree-checkbox-3" type="checkbox"/>
<label for="toctree-checkbox-3">
<i class="fas fa-chevron-down">
</i>
</label>
<ul class="current">
<li class="toctree-l2 has-children">
<a class="reference internal" href="../seawater.html">
Seawater Module
</a>
<input class="toctree-checkbox" id="toctree-checkbox-4" name="toctree-checkbox-4" type="checkbox"/>
<label for="toctree-checkbox-4">
<i class="fas fa-chevron-down">
</i>
</label>
<ul>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.seawater.html">
tamoc.seawater
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.seawater.density.html">
tamoc.seawater.density
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.seawater.mu.html">
tamoc.seawater.mu
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.seawater.sigma.html">
tamoc.seawater.sigma
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.seawater.k.html">
tamoc.seawater.k
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.seawater.cp.html">
tamoc.seawater.cp
</a>
</li>
</ul>
</li>
<li class="toctree-l2 has-children">
<a class="reference internal" href="../ambient.html">
Ambient Module
</a>
<input class="toctree-checkbox" id="toctree-checkbox-5" name="toctree-checkbox-5" type="checkbox"/>
<label for="toctree-checkbox-5">
<i class="fas fa-chevron-down">
</i>
</label>
<ul>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.ambient.html">
tamoc.ambient
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.ambient.Profile.html">
tamoc.ambient.Profile
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.ambient.BaseProfile.html">
tamoc.ambient.BaseProfile
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.ambient.Profile.get_values.html">
tamoc.ambient.Profile.get_values
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.ambient.Profile.get_units.html">
tamoc.ambient.Profile.get_units
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.ambient.Profile.append.html">
tamoc.ambient.Profile.append
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.ambient.Profile.extend_profile_deeper.html">
tamoc.ambient.Profile.extend_profile_deeper
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.ambient.Profile.add_computed_gas_concentrations.html">
tamoc.ambient.Profile.add_computed_gas_concentrations
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.ambient.Profile.buoyancy_frequency.html">
tamoc.ambient.Profile.buoyancy_frequency
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.ambient.Profile.insert_density.html">
tamoc.ambient.Profile.insert_density
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.ambient.Profile.insert_potential_density.html">
tamoc.ambient.Profile.insert_potential_density
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.ambient.Profile.insert_buoyancy_frequency.html">
tamoc.ambient.Profile.insert_buoyancy_frequency
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.ambient.Profile.plot_parameter.html">
tamoc.ambient.Profile.plot_parameter
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.ambient.Profile.plot_profiles.html">
tamoc.ambient.Profile.plot_profiles
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.ambient.Profile.plot_physical_profiles.html">
tamoc.ambient.Profile.plot_physical_profiles
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.ambient.Profile.plot_chem_profiles.html">
tamoc.ambient.Profile.plot_chem_profiles
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.ambient.Profile.close_nc.html">
tamoc.ambient.Profile.close_nc
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.ambient.xr_check_units.html">
tamoc.ambient.xr_check_units
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.ambient.xr_convert_units.html">
tamoc.ambient.xr_convert_units
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.ambient.xr_coarsen_dataset.html">
tamoc.ambient.xr_coarsen_dataset
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.ambient.xr_stabilize_dataset.html">
tamoc.ambient.xr_stabilize_dataset
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.ambient.xr_dataset_to_array.html">
tamoc.ambient.xr_dataset_to_array
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.ambient.xr_array_to_dataset.html">
tamoc.ambient.xr_array_to_dataset
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.ambient.xr_add_data_from_numpy.html">
tamoc.ambient.xr_add_data_from_numpy
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.ambient.create_nc_db.html">
tamoc.ambient.create_nc_db
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.ambient.fill_nc_db.html">
tamoc.ambient.fill_nc_db
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.ambient.fill_nc_db_variable.html">
tamoc.ambient.fill_nc_db_variable
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.ambient.get_nc_data.html">
tamoc.ambient.get_nc_data
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.ambient.add_data.html">
tamoc.ambient.add_data
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.ambient.extract_profile.html">
tamoc.ambient.extract_profile
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.ambient.coarsen.html">
tamoc.ambient.coarsen
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.ambient.stabilize.html">
tamoc.ambient.stabilize
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.ambient.compute_pressure.html">
tamoc.ambient.compute_pressure
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.ambient.convert_units.html">
tamoc.ambient.convert_units
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.ambient.get_world_ocean.html">
tamoc.ambient.get_world_ocean
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.ambient.load_raw.html">
tamoc.ambient.load_raw
</a>
</li>
</ul>
</li>
<li class="toctree-l2 current active has-children">
<a class="reference internal" href="../dbm.html">
Discrete Particle Module
</a>
<input checked="" class="toctree-checkbox" id="toctree-checkbox-6" name="toctree-checkbox-6" type="checkbox"/>
<label for="toctree-checkbox-6">
<i class="fas fa-chevron-down">
</i>
</label>
<ul class="current">
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm.html">
tamoc.dbm
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm.FluidMixture.html">
tamoc.dbm.FluidMixture
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm.FluidParticle.html">
tamoc.dbm.FluidParticle
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm.InsolubleParticle.html">
tamoc.dbm.InsolubleParticle
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm.FluidMixture.masses.html">
tamoc.dbm.FluidMixture.masses
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm.FluidMixture.mass_frac.html">
tamoc.dbm.FluidMixture.mass_frac
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm.FluidMixture.moles.html">
tamoc.dbm.FluidMixture.moles
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm.FluidMixture.mol_frac.html">
tamoc.dbm.FluidMixture.mol_frac
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm.FluidMixture.partial_pressures.html">
tamoc.dbm.FluidMixture.partial_pressures
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm.FluidMixture.density.html">
tamoc.dbm.FluidMixture.density
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm.FluidMixture.fugacity.html">
tamoc.dbm.FluidMixture.fugacity
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm.FluidMixture.viscosity.html">
tamoc.dbm.FluidMixture.viscosity
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm.FluidMixture.interface_tension.html">
tamoc.dbm.FluidMixture.interface_tension
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm.FluidMixture.equilibrium.html">
tamoc.dbm.FluidMixture.equilibrium
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm.FluidMixture.solubility.html">
tamoc.dbm.FluidMixture.solubility
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm.FluidMixture.diffusivity.html">
tamoc.dbm.FluidMixture.diffusivity
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm.FluidMixture.hydrate_stability.html">
tamoc.dbm.FluidMixture.hydrate_stability
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm.FluidMixture.biodegradation_rate.html">
tamoc.dbm.FluidMixture.biodegradation_rate
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm.FluidParticle.masses.html">
tamoc.dbm.FluidParticle.masses
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm.FluidParticle.mass_frac.html">
tamoc.dbm.FluidParticle.mass_frac
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm.FluidParticle.moles.html">
tamoc.dbm.FluidParticle.moles
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm.FluidParticle.mol_frac.html">
tamoc.dbm.FluidParticle.mol_frac
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm.FluidParticle.partial_pressures.html">
tamoc.dbm.FluidParticle.partial_pressures
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm.FluidParticle.density.html">
tamoc.dbm.FluidParticle.density
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm.FluidParticle.fugacity.html">
tamoc.dbm.FluidParticle.fugacity
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm.FluidParticle.viscosity.html">
tamoc.dbm.FluidParticle.viscosity
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm.FluidParticle.interface_tension.html">
tamoc.dbm.FluidParticle.interface_tension
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm.FluidParticle.equilibrium.html">
tamoc.dbm.FluidParticle.equilibrium
</a>
</li>
<li class="toctree-l3 current active">
<a class="current reference internal" href="#">
tamoc.dbm.FluidParticle.solubility
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm.FluidParticle.diffusivity.html">
tamoc.dbm.FluidParticle.diffusivity
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm.FluidParticle.hydrate_stability.html">
tamoc.dbm.FluidParticle.hydrate_stability
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm.FluidParticle.biodegradation_rate.html">
tamoc.dbm.FluidParticle.biodegradation_rate
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm.FluidParticle.masses_by_diameter.html">
tamoc.dbm.FluidParticle.masses_by_diameter
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm.FluidParticle.diameter.html">
tamoc.dbm.FluidParticle.diameter
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm.FluidParticle.particle_shape.html">
tamoc.dbm.FluidParticle.particle_shape
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm.FluidParticle.slip_velocity.html">
tamoc.dbm.FluidParticle.slip_velocity
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm.FluidParticle.surface_area.html">
tamoc.dbm.FluidParticle.surface_area
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm.FluidParticle.mass_transfer.html">
tamoc.dbm.FluidParticle.mass_transfer
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm.FluidParticle.heat_transfer.html">
tamoc.dbm.FluidParticle.heat_transfer
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm.FluidParticle.return_all.html">
tamoc.dbm.FluidParticle.return_all
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm.InsolubleParticle.density.html">
tamoc.dbm.InsolubleParticle.density
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm.InsolubleParticle.viscosity.html">
tamoc.dbm.InsolubleParticle.viscosity
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm.InsolubleParticle.interface_tension.html">
tamoc.dbm.InsolubleParticle.interface_tension
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm.InsolubleParticle.biodegradation_rate.html">
tamoc.dbm.InsolubleParticle.biodegradation_rate
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm.InsolubleParticle.mass_by_diameter.html">
tamoc.dbm.InsolubleParticle.mass_by_diameter
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm.InsolubleParticle.diameter.html">
tamoc.dbm.InsolubleParticle.diameter
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm.InsolubleParticle.particle_shape.html">
tamoc.dbm.InsolubleParticle.particle_shape
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm.InsolubleParticle.slip_velocity.html">
tamoc.dbm.InsolubleParticle.slip_velocity
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm.InsolubleParticle.surface_area.html">
tamoc.dbm.InsolubleParticle.surface_area
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm.InsolubleParticle.heat_transfer.html">
tamoc.dbm.InsolubleParticle.heat_transfer
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm.InsolubleParticle.return_all.html">
tamoc.dbm.InsolubleParticle.return_all
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm.equil_MM.html">
tamoc.dbm.equil_MM
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm.stability_analysis.html">
tamoc.dbm.stability_analysis
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm.successive_substitution.html">
tamoc.dbm.successive_substitution
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm.gas_liq_eq.html">
tamoc.dbm.gas_liq_eq
</a>
</li>
</ul>
</li>
<li class="toctree-l2 has-children">
<a class="reference internal" href="../dbm_utilities.html">
DBM Utilities Module
</a>
<input class="toctree-checkbox" id="toctree-checkbox-7" name="toctree-checkbox-7" type="checkbox"/>
<label for="toctree-checkbox-7">
<i class="fas fa-chevron-down">
</i>
</label>
<ul>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm_utilities.html">
tamoc.dbm_utilities
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm_utilities.get_oil.html">
tamoc.dbm_utilities.get_oil
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm_utilities.load_tamoc_oil.html">
tamoc.dbm_utilities.load_tamoc_oil
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm_utilities.format_dbm_data.html">
tamoc.dbm_utilities.format_dbm_data
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm_utilities.mix_gas_for_gor.html">
tamoc.dbm_utilities.mix_gas_for_gor
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm_utilities.natural_gas.html">
tamoc.dbm_utilities.natural_gas
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm_utilities.gas_fraction.html">
tamoc.dbm_utilities.gas_fraction
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm_utilities.set_mass_fluxes.html">
tamoc.dbm_utilities.set_mass_fluxes
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm_utilities.load_adios_oil.html">
tamoc.dbm_utilities.load_adios_oil
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm_utilities.load_simap_oil.html">
tamoc.dbm_utilities.load_simap_oil
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm_utilities.sequence_names.html">
tamoc.dbm_utilities.sequence_names
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm_utilities.get_solubility.html">
tamoc.dbm_utilities.get_solubility
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm_utilities.get_henry_constant.html">
tamoc.dbm_utilities.get_henry_constant
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm_utilities.get_preos_params.html">
tamoc.dbm_utilities.get_preos_params
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm_utilities.pedersen.html">
tamoc.dbm_utilities.pedersen
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm_utilities.compute_Vb.html">
tamoc.dbm_utilities.compute_Vb
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm_utilities.Vc_tuning.html">
tamoc.dbm_utilities.Vc_tuning
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm_utilities.print_chemdata.html">
tamoc.dbm_utilities.print_chemdata
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm_utilities.print_composition.html">
tamoc.dbm_utilities.print_composition
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dbm_utilities.print_petroleum_props.html">
tamoc.dbm_utilities.print_petroleum_props
</a>
</li>
</ul>
</li>
<li class="toctree-l2 has-children">
<a class="reference internal" href="../dispersed_phases.html">
Dispersed Phases Module
</a>
<input class="toctree-checkbox" id="toctree-checkbox-8" name="toctree-checkbox-8" type="checkbox"/>
<label for="toctree-checkbox-8">
<i class="fas fa-chevron-down">
</i>
</label>
<ul>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dispersed_phases.html">
tamoc.dispersed_phases
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dispersed_phases.SingleParticle.html">
tamoc.dispersed_phases.SingleParticle
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dispersed_phases.PlumeParticle.html">
tamoc.dispersed_phases.PlumeParticle
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dispersed_phases.SingleParticle.properties.html">
tamoc.dispersed_phases.SingleParticle.properties
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dispersed_phases.SingleParticle.diameter.html">
tamoc.dispersed_phases.SingleParticle.diameter
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dispersed_phases.SingleParticle.biodegradation_rate.html">
tamoc.dispersed_phases.SingleParticle.biodegradation_rate
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dispersed_phases.PlumeParticle.properties.html">
tamoc.dispersed_phases.PlumeParticle.properties
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dispersed_phases.PlumeParticle.diameter.html">
tamoc.dispersed_phases.PlumeParticle.diameter
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dispersed_phases.PlumeParticle.biodegradation_rate.html">
tamoc.dispersed_phases.PlumeParticle.biodegradation_rate
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dispersed_phases.PlumeParticle.update.html">
tamoc.dispersed_phases.PlumeParticle.update
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dispersed_phases.initial_conditions.html">
tamoc.dispersed_phases.initial_conditions
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dispersed_phases.save_particle_to_nc_file.html">
tamoc.dispersed_phases.save_particle_to_nc_file
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dispersed_phases.load_particle_from_nc_file.html">
tamoc.dispersed_phases.load_particle_from_nc_file
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dispersed_phases.shear_entrainment.html">
tamoc.dispersed_phases.shear_entrainment
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dispersed_phases.hydrate_formation_time.html">
tamoc.dispersed_phases.hydrate_formation_time
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dispersed_phases.zfe_volume_flux.html">
tamoc.dispersed_phases.zfe_volume_flux
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dispersed_phases.wuest_ic.html">
tamoc.dispersed_phases.wuest_ic
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dispersed_phases.bf_average.html">
tamoc.dispersed_phases.bf_average
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dispersed_phases.get_chem_names.html">
tamoc.dispersed_phases.get_chem_names
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.dispersed_phases.particles_state_space.html">
tamoc.dispersed_phases.particles_state_space
</a>
</li>
</ul>
</li>
<li class="toctree-l2 has-children">
<a class="reference internal" href="../single_bubble_model.html">
Single Bubble Model Module
</a>
<input class="toctree-checkbox" id="toctree-checkbox-9" name="toctree-checkbox-9" type="checkbox"/>
<label for="toctree-checkbox-9">
<i class="fas fa-chevron-down">
</i>
</label>
<ul>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.single_bubble_model.html">
tamoc.single_bubble_model
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.single_bubble_model.Model.html">
tamoc.single_bubble_model.Model
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.single_bubble_model.ModelParams.html">
tamoc.single_bubble_model.ModelParams
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.single_bubble_model.Model.simulate.html">
tamoc.single_bubble_model.Model.simulate
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.single_bubble_model.Model.save_sim.html">
tamoc.single_bubble_model.Model.save_sim
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.single_bubble_model.Model.save_txt.html">
tamoc.single_bubble_model.Model.save_txt
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.single_bubble_model.Model.load_sim.html">
tamoc.single_bubble_model.Model.load_sim
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.single_bubble_model.Model.post_process.html">
tamoc.single_bubble_model.Model.post_process
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.single_bubble_model.calculate_path.html">
tamoc.single_bubble_model.calculate_path
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.single_bubble_model.derivs.html">
tamoc.single_bubble_model.derivs
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.single_bubble_model.sbm_ic.html">
tamoc.single_bubble_model.sbm_ic
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.single_bubble_model.plot_state_space.html">
tamoc.single_bubble_model.plot_state_space
</a>
</li>
</ul>
</li>
<li class="toctree-l2 has-children">
<a class="reference internal" href="../stratified_plume_model.html">
Stratified Plume Model Module
</a>
<input class="toctree-checkbox" id="toctree-checkbox-10" name="toctree-checkbox-10" type="checkbox"/>
<label for="toctree-checkbox-10">
<i class="fas fa-chevron-down">
</i>
</label>
<ul>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.stratified_plume_model.html">
tamoc.stratified_plume_model
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.stratified_plume_model.Model.html">
tamoc.stratified_plume_model.Model
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.stratified_plume_model.ModelParams.html">
tamoc.stratified_plume_model.ModelParams
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.stratified_plume_model.InnerPlume.html">
tamoc.stratified_plume_model.InnerPlume
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.stratified_plume_model.OuterPlume.html">
tamoc.stratified_plume_model.OuterPlume
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.stratified_plume_model.Model.simulate.html">
tamoc.stratified_plume_model.Model.simulate
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.stratified_plume_model.Model.save_sim.html">
tamoc.stratified_plume_model.Model.save_sim
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.stratified_plume_model.Model.save_txt.html">
tamoc.stratified_plume_model.Model.save_txt
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.stratified_plume_model.Model.load_sim.html">
tamoc.stratified_plume_model.Model.load_sim
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.stratified_plume_model.Model.plot_state_space.html">
tamoc.stratified_plume_model.Model.plot_state_space
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.stratified_plume_model.Model.plot_all_variables.html">
tamoc.stratified_plume_model.Model.plot_all_variables
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.stratified_plume_model.InnerPlume.update.html">
tamoc.stratified_plume_model.InnerPlume.update
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.stratified_plume_model.OuterPlume.update.html">
tamoc.stratified_plume_model.OuterPlume.update
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.stratified_plume_model.inner_main.html">
tamoc.stratified_plume_model.inner_main
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.stratified_plume_model.outer_main.html">
tamoc.stratified_plume_model.outer_main
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.stratified_plume_model.err_check.html">
tamoc.stratified_plume_model.err_check
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.stratified_plume_model.particle_from_Q.html">
tamoc.stratified_plume_model.particle_from_Q
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.stratified_plume_model.particle_from_mb0.html">
tamoc.stratified_plume_model.particle_from_mb0
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.stratified_plume_model.plot_state_space.html">
tamoc.stratified_plume_model.plot_state_space
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.stratified_plume_model.plot_all_variables.html">
tamoc.stratified_plume_model.plot_all_variables
</a>
</li>
</ul>
</li>
<li class="toctree-l2 has-children">
<a class="reference internal" href="../bent_plume_model.html">
Bent Plume Model Module
</a>
<input class="toctree-checkbox" id="toctree-checkbox-11" name="toctree-checkbox-11" type="checkbox"/>
<label for="toctree-checkbox-11">
<i class="fas fa-chevron-down">
</i>
</label>
<ul>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.bent_plume_model.html">
tamoc.bent_plume_model
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.bent_plume_model.Model.html">
tamoc.bent_plume_model.Model
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.bent_plume_model.ModelParams.html">
tamoc.bent_plume_model.ModelParams
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.bent_plume_model.Particle.html">
tamoc.bent_plume_model.Particle
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.bent_plume_model.LagElement.html">
tamoc.bent_plume_model.LagElement
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.bent_plume_model.Model.simulate.html">
tamoc.bent_plume_model.Model.simulate
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.bent_plume_model.Model.save_sim.html">
tamoc.bent_plume_model.Model.save_sim
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.bent_plume_model.Model.save_txt.html">
tamoc.bent_plume_model.Model.save_txt
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.bent_plume_model.Model.load_sim.html">
tamoc.bent_plume_model.Model.load_sim
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.bent_plume_model.Model.plot_state_space.html">
tamoc.bent_plume_model.Model.plot_state_space
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.bent_plume_model.Model.plot_all_variables.html">
tamoc.bent_plume_model.Model.plot_all_variables
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.bent_plume_model.Particle.track.html">
tamoc.bent_plume_model.Particle.track
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.bent_plume_model.Particle.outside.html">
tamoc.bent_plume_model.Particle.outside
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.bent_plume_model.Particle.run_sbm.html">
tamoc.bent_plume_model.Particle.run_sbm
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.bent_plume_model.LagElement.update.html">
tamoc.bent_plume_model.LagElement.update
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.bent_plume_model.plot_state_space.html">
tamoc.bent_plume_model.plot_state_space
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.bent_plume_model.plot_all_variables.html">
tamoc.bent_plume_model.plot_all_variables
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.bent_plume_model.width_projection.html">
tamoc.bent_plume_model.width_projection
</a>
</li>
</ul>
</li>
<li class="toctree-l2 has-children">
<a class="reference internal" href="../particle_size_models.html">
Particle Size Model Module
</a>
<input class="toctree-checkbox" id="toctree-checkbox-12" name="toctree-checkbox-12" type="checkbox"/>
<label for="toctree-checkbox-12">
<i class="fas fa-chevron-down">
</i>
</label>
<ul>
<li class="toctree-l3">
<a class="reference internal" href="tamoc.particle_size_models.html">
tamoc.particle_size_models
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="../../generated/tamoc.particle_size_models.Model.html">
tamoc.particle_size_models.Model
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="../../generated/tamoc.particle_size_models.PureJet.html">
tamoc.particle_size_models.PureJet
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="../../generated/tamoc.particle_size_models.ModelBase.html">
tamoc.particle_size_models.ModelBase
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="../../generated/tamoc.particle_size_models.Model.update_properties.html">
tamoc.particle_size_models.Model.update_properties
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="../../generated/tamoc.particle_size_models.Model.update_z0.html">
tamoc.particle_size_models.Model.update_z0
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="../../generated/tamoc.particle_size_models.Model.update_Tj.html">
tamoc.particle_size_models.Model.update_Tj
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="../../generated/tamoc.particle_size_models.Model.update_m_mixture.html">
tamoc.particle_size_models.Model.update_m_mixture
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="../../generated/tamoc.particle_size_models.Model.simulate.html">
tamoc.particle_size_models.Model.simulate
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="../../generated/tamoc.particle_size_models.Model.get_de_max.html">
tamoc.particle_size_models.Model.get_de_max
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="../../generated/tamoc.particle_size_models.Model.get_d50.html">
tamoc.particle_size_models.Model.get_d50
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="../../generated/tamoc.particle_size_models.Model.get_distributions.html">
tamoc.particle_size_models.Model.get_distributions
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="../../generated/tamoc.particle_size_models.Model.plot_psd.html">
tamoc.particle_size_models.Model.plot_psd
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="../../generated/tamoc.particle_size_models.PureJet.update_properties.html">
tamoc.particle_size_models.PureJet.update_properties
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="../../generated/tamoc.particle_size_models.PureJet.simulate.html">
tamoc.particle_size_models.PureJet.simulate
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="../../generated/tamoc.particle_size_models.PureJet.get_de_max.html">
tamoc.particle_size_models.PureJet.get_de_max
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="../../generated/tamoc.particle_size_models.PureJet.get_d50.html">
tamoc.particle_size_models.PureJet.get_d50
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="../../generated/tamoc.particle_size_models.PureJet.get_distributions.html">
tamoc.particle_size_models.PureJet.get_distributions
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="../../generated/tamoc.particle_size_models.PureJet.plot_psd.html">
tamoc.particle_size_models.PureJet.plot_psd
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="../../generated/tamoc.particle_size_models.ModelBase.update_properties.html">
tamoc.particle_size_models.ModelBase.update_properties
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="../../generated/tamoc.particle_size_models.ModelBase.simulate.html">
tamoc.particle_size_models.ModelBase.simulate
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="../../generated/tamoc.particle_size_models.ModelBase.get_de_max.html">
tamoc.particle_size_models.ModelBase.get_de_max
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="../../generated/tamoc.particle_size_models.ModelBase.get_d50.html">
tamoc.particle_size_models.ModelBase.get_d50
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="../../generated/tamoc.particle_size_models.ModelBase.get_distributions.html">
tamoc.particle_size_models.ModelBase.get_distributions
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="../../generated/tamoc.particle_size_models.ModelBase.plot_psd.html">
tamoc.particle_size_models.ModelBase.plot_psd
</a>
</li>
<li class="toctree-l3">
<a class="reference internal" href="../../generated/tamoc.particle_size_models.plot_phase.html">
tamoc.particle_size_models.plot_phase
</a>
</li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l1 has-children">
<a class="reference internal" href="../../tests.html">
Test Package
</a>
<input class="toctree-checkbox" id="toctree-checkbox-13" name="toctree-checkbox-13" type="checkbox"/>
<label for="toctree-checkbox-13">
<i class="fas fa-chevron-down">
</i>
</label>
<ul class="simple">
</ul>
</li>
</ul>
</div>
</nav> <!-- To handle the deprecated key -->
<div class="navbar_extra_footer">
Theme by the <a href="https://ebp.jupyterbook.org">Executable Book Project</a>
</div>
</div>
<!-- This is an invisible pixel that we watch to see if we've scrolled. -->
<div class="sbt-scroll-pixel-helper"></div>
<main class="col py-md-3 pl-md-4 bd-content overflow-auto" role="main">
<div class="topbar container-xl fixed-top">
<div class="topbar-contents row">
<div class="col-12 col-md-3 bd-topbar-whitespace site-navigation show"></div>
<div class="col pl-md-4 topbar-main">
<div class="topbar-left">
<label class="nav-toggle-button" for="__navigation">
<div class="visually-hidden">Toggle navigation</div>
<i class="fas fa-bars"></i>
</label>
</div>
<div class="dropdown-buttons-trigger">
<button id="dropdown-buttons-trigger" class="btn btn-secondary topbarbtn" aria-label="Download this page"><i
class="fas fa-download"></i></button>
<div class="dropdown-buttons">
<!-- ipynb file if we had a myst markdown file -->
<!-- Download raw file -->
<a class="dropdown-buttons" href="../../_sources/modules/generated/tamoc.dbm.FluidParticle.solubility.rst.txt"><button type="button"
class="btn btn-secondary topbarbtn" title="Download source file" data-toggle="tooltip"
data-placement="left">.rst</button></a>
<!-- Download PDF via print -->
<button type="button" id="download-print" class="btn btn-secondary topbarbtn" title="Print to PDF"
onclick="printPdf(this)" data-toggle="tooltip" data-placement="left">.pdf</button>
</div>
</div>
<!-- Source interaction buttons -->
<!-- Full screen (wrap in <a> to have style consistency -->
<a class="full-screen-button"><button type="button" class="btn btn-secondary topbarbtn" data-toggle="tooltip"
data-placement="bottom" onclick="toggleFullScreen()" aria-label="Fullscreen mode"
title="Fullscreen mode"><i
class="fas fa-expand"></i></button></a>
<!-- Launch buttons -->
</div>
<!-- Table of contents -->
<div class="d-none d-md-block col-md-2 bd-toc show noprint">
</div>
</div>
</div>
<div id="main-content" class="row">
<div class="col-12 col-md-9 pl-md-3 pr-md-0">
<!-- Table of contents that is only displayed when printing the page -->
<div id="jb-print-docs-body" class="onlyprint">
<h1>tamoc.dbm.FluidParticle.solubility</h1>
<!-- Table of contents -->
<div id="print-main-content">
<div id="jb-print-toc">
</div>
</div>
</div>
<div>
<div class="section" id="tamoc-dbm-fluidparticle-solubility">
<h1>tamoc.dbm.FluidParticle.solubility<a class="headerlink" href="#tamoc-dbm-fluidparticle-solubility" title="Permalink to this headline">ยถ</a></h1>
<dl class="py method">
<dt class="sig sig-object py" id="tamoc.dbm.FluidParticle.solubility">
<span class="sig-prename descclassname"><span class="pre">FluidParticle.</span></span><span class="sig-name descname"><span class="pre">solubility</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">m</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">T</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">P</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">Sa</span></span></em><span class="sig-paren">)</span><a class="reference external" href="https://github.com/socolofs/tamoc/tree/master/tamoc/dbm.py#L989-L1021"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#tamoc.dbm.FluidParticle.solubility" title="Permalink to this definition">ยถ</a></dt>
<dd><p>Compute the solubility (kg/m^3) of each component of a particle into
seawater for the phase given by <cite>fp_type</cite>.</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><ul class="simple">
<li><p><strong>m</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">ndarray</span></code>, <code class="xref py py-class docutils literal notranslate"><span class="pre">size</span> <span class="pre">(nc)</span></code>) โ masses of each component in a particle (kg)</p></li>
<li><p><strong>T</strong> (<a class="reference external" href="https://docs.python.org/3/library/functions.html#float" title="(in Python v3.10)"><code class="xref py py-class docutils literal notranslate"><span class="pre">float</span></code></a>) โ particle temperature (K)</p></li>
<li><p><strong>P</strong> (<a class="reference external" href="https://docs.python.org/3/library/functions.html#float" title="(in Python v3.10)"><code class="xref py py-class docutils literal notranslate"><span class="pre">float</span></code></a>) โ particle pressure (Pa)</p></li>
<li><p><strong>S</strong> (<a class="reference external" href="https://docs.python.org/3/library/functions.html#float" title="(in Python v3.10)"><code class="xref py py-class docutils literal notranslate"><span class="pre">float</span></code></a>) โ salinity of the ambient seawter (psu)</p></li>
</ul>
</dd>
<dt class="field-even">Returns</dt>
<dd class="field-even"><p><strong>Cs</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">ndarray</span></code>, <code class="xref py py-class docutils literal notranslate"><span class="pre">size</span> <span class="pre">(nc)</span></code>) โ solubilities of each component of the fluid particle into
seawater (kg/m^3)</p>
</dd>
</dl>
<p class="rubric">Notes</p>
<p>It is assumed that the mixture is at the same pressure as the ambient
seawater and that the temperature at the interface is that of the
particle.</p>
<p>Uses the solubility method in the <cite>FluidMixture</cite> object, but only
returns the values for the phase given by <cite>fp_type</cite>.</p>
</dd></dl>
</div>
</div>
<!-- Previous / next buttons -->
<div class='prev-next-area'>
<a class='left-prev' id="prev-link" href="tamoc.dbm.FluidParticle.equilibrium.html" title="previous page">
<i class="fas fa-angle-left"></i>
<div class="prev-next-info">
<p class="prev-next-subtitle">previous</p>
<p class="prev-next-title">tamoc.dbm.FluidParticle.equilibrium</p>
</div>
</a>
<a class='right-next' id="next-link" href="tamoc.dbm.FluidParticle.diffusivity.html" title="next page">
<div class="prev-next-info">
<p class="prev-next-subtitle">next</p>
<p class="prev-next-title">tamoc.dbm.FluidParticle.diffusivity</p>
</div>
<i class="fas fa-angle-right"></i>
</a>
</div>
</div>
</div>
<footer class="footer">
<p>
By Scott A. Socolofsky<br/>
© Copyright 2022, Scott A. Socolofsky.<br/>
</p>
</footer>
</main>
</div>
</div>
<script src="../../_static/js/index.be7d3bbb2ef33a8344ce.js"></script>
</body>
</html> | socolofs/tamoc | docs/modules/generated/tamoc.dbm.FluidParticle.solubility.html | HTML | mit | 55,659 |
<!doctype html PUBLIC "-//W3C//DTD html 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=emulateIE7' />
<title>Coverage for ch5_tdd.bank.account: 100%</title>
<link rel='stylesheet' href='style.css' type='text/css'>
<script type='text/javascript' src='jquery.min.js'></script>
<script type='text/javascript' src='jquery.hotkeys.js'></script>
<script type='text/javascript' src='jquery.isonscreen.js'></script>
<script type='text/javascript' src='coverage_html.js'></script>
<script type='text/javascript' charset='utf-8'>
jQuery(document).ready(coverage.pyfile_ready);
</script>
</head>
<body id='pyfile'>
<div id='header'>
<div class='content'>
<h1>Coverage for <b>ch5_tdd.bank.account</b> :
<span class='pc_cov'>100%</span>
</h1>
<img id='keyboard_icon' src='keybd_closed.png'>
<h2 class='stats'>
4 statements
<span class='run hide_run shortkey_r button_toggle_run'>4 run</span>
<span class='mis shortkey_m button_toggle_mis'>0 missing</span>
<span class='exc shortkey_x button_toggle_exc'>0 excluded</span>
</h2>
</div>
</div>
<div class='help_panel'>
<img id='panel_icon' src='keybd_open.png'>
<p class='legend'>Hot-keys on this page</p>
<div>
<p class='keyhelp'>
<span class='key'>r</span>
<span class='key'>m</span>
<span class='key'>x</span>
<span class='key'>p</span> toggle line displays
</p>
<p class='keyhelp'>
<span class='key'>j</span>
<span class='key'>k</span> next/prev highlighted chunk
</p>
<p class='keyhelp'>
<span class='key'>0</span> (zero) top of page
</p>
<p class='keyhelp'>
<span class='key'>1</span> (one) first highlighted chunk
</p>
</div>
</div>
<div id='source'>
<table cellspacing='0' cellpadding='0'>
<tr>
<td class='linenos' valign='top'>
<p id='n1' class='stm run hide_run'><a href='#n1'>1</a></p>
<p id='n2' class='stm run hide_run'><a href='#n2'>2</a></p>
<p id='n3' class='stm run hide_run'><a href='#n3'>3</a></p>
<p id='n4' class='stm run hide_run'><a href='#n4'>4</a></p>
</td>
<td class='text' valign='top'>
<p id='t1' class='stm run hide_run'><span class='key'>class</span> <span class='nam'>Account</span><span class='op'>(</span><span class='nam'>object</span><span class='op'>)</span><span class='op'>:</span><span class='strut'> </span></p>
<p id='t2' class='stm run hide_run'> <span class='key'>def</span> <span class='nam'>__init__</span><span class='op'>(</span><span class='nam'>self</span><span class='op'>,</span> <span class='nam'>account_number</span><span class='op'>,</span> <span class='nam'>balance</span><span class='op'>)</span><span class='op'>:</span><span class='strut'> </span></p>
<p id='t3' class='stm run hide_run'> <span class='nam'>self</span><span class='op'>.</span><span class='nam'>balance</span> <span class='op'>=</span> <span class='nam'>balance</span><span class='strut'> </span></p>
<p id='t4' class='stm run hide_run'> <span class='nam'>self</span><span class='op'>.</span><span class='nam'>account_number</span> <span class='op'>=</span> <span class='nam'>account_number</span><span class='strut'> </span></p>
</td>
</tr>
</table>
</div>
<div id='footer'>
<div class='content'>
<p>
<a class='nav' href='index.html'>« index</a> <a class='nav' href='http://nedbatchelder.com/code/coverage'>coverage.py v3.7.1</a>
</p>
</div>
</div>
</body>
</html>
| bionikspoon/playing-with-python---testing | ch5_tdd/cover/ch5_tdd_bank_account.html | HTML | mit | 3,922 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.9.1"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Aspen MUD: src/callout.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="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" />
</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">Aspen MUD
</div>
<div id="projectbrief">Aspen is a light-weight, barebones mud engine written in c++ utilizing Lua for its' scripting engine.</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.1 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></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="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">callout.h</div> </div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>  </div>
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="preprocessor">#pragma once</span></div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="preprocessor">#include <sys/time.h></span></div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span>  </div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="preprocessor">#include <functional></span></div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="preprocessor">#include <memory></span></div>
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span>  </div>
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="preprocessor">#include "mud.h"</span></div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="preprocessor">#include "conf.h"</span></div>
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span>  </div>
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="keyword">class </span><a class="code" href="classCallout.html">Callout</a>;</div>
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span>  </div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span> <span class="comment">//Callout callback.</span></div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="keyword">typedef</span> std::function<void (<a class="code" href="classCallout.html">Callout</a>*)> CALLOUT_CB;</div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="comment">//Callout smart pointer</span></div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span> <span class="keyword">typedef</span> std::shared_ptr<Callout> CalloutPTR;</div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span>  </div>
<div class="line"><a name="l00027"></a><span class="lineno"><a class="line" href="classCallout.html"> 27</a></span> <span class="keyword">class </span><a class="code" href="classCallout.html">Callout</a></div>
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span> {</div>
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span>  <span class="keywordtype">int</span> _sec;</div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span>  <span class="keywordtype">int</span> _msec;</div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span>  CALLOUT_CB _cb;</div>
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>  <span class="keywordtype">bool</span> _oneShot;</div>
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>  timeval _fireTime; <span class="comment">//how much time before we fire?</span></div>
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>  <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> _id;</div>
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span> <span class="keyword">public</span>:</div>
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>  <a class="code" href="classCallout.html#a6b2e751580cd65fa25824a5de1fcddc7">Callout</a>(<span class="keywordtype">int</span> sec, <span class="keywordtype">int</span> msec, <span class="keyword">const</span> CALLOUT_CB cb, <span class="keywordtype">bool</span> oneShot=<span class="keyword">true</span>);</div>
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>  ~<a class="code" href="classCallout.html">Callout</a>() = <span class="keywordflow">default</span>;</div>
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>  </div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>  <span class="keywordtype">int</span> <a class="code" href="classCallout.html#aeb1b631d49e630c810976cefce5e21f9">GetId</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>  <span class="keywordtype">void</span> <a class="code" href="classCallout.html#adb428a1ca26a37f659c5cb1b2e7fec49">SetId</a>(<span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <span class="keywordtype">id</span>);</div>
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>  <span class="keywordtype">int</span> <a class="code" href="classCallout.html#a3fd6f4b1d1f4c44ae584b9a2d58edfb2">GetTime</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span>  <span class="keywordtype">int</span> <a class="code" href="classCallout.html#ac9c377edf16bd13d484b2a57b0bfd2f8">GetDelta</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span>  <span class="keywordtype">bool</span> <a class="code" href="classCallout.html#a9a8857593c5cba5f74ca68b32d0377f3">CanFire</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span>  <span class="keywordtype">void</span> <a class="code" href="classCallout.html#a42614a5dac63df685719bf8303cdc153">Fire</a>();</div>
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span>  <span class="keywordtype">bool</span> <a class="code" href="classCallout.html#adda30dce5f6437f3580a394542835027">IsOneShot</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span>  <span class="keywordtype">void</span> <a class="code" href="classCallout.html#a1cd9d14220d996ac0662e078a1d957bc">Reset</a>();</div>
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span> };</div>
<div class="ttc" id="aclassCallout_html"><div class="ttname"><a href="classCallout.html">Callout</a></div><div class="ttdef"><b>Definition:</b> callout.h:28</div></div>
<div class="ttc" id="aclassCallout_html_a1cd9d14220d996ac0662e078a1d957bc"><div class="ttname"><a href="classCallout.html#a1cd9d14220d996ac0662e078a1d957bc">Callout::Reset</a></div><div class="ttdeci">void Reset()</div><div class="ttdef"><b>Definition:</b> callout.cpp:57</div></div>
<div class="ttc" id="aclassCallout_html_a3fd6f4b1d1f4c44ae584b9a2d58edfb2"><div class="ttname"><a href="classCallout.html#a3fd6f4b1d1f4c44ae584b9a2d58edfb2">Callout::GetTime</a></div><div class="ttdeci">int GetTime() const</div><div class="ttdef"><b>Definition:</b> callout.cpp:23</div></div>
<div class="ttc" id="aclassCallout_html_a42614a5dac63df685719bf8303cdc153"><div class="ttname"><a href="classCallout.html#a42614a5dac63df685719bf8303cdc153">Callout::Fire</a></div><div class="ttdeci">void Fire()</div><div class="ttdef"><b>Definition:</b> callout.cpp:48</div></div>
<div class="ttc" id="aclassCallout_html_a6b2e751580cd65fa25824a5de1fcddc7"><div class="ttname"><a href="classCallout.html#a6b2e751580cd65fa25824a5de1fcddc7">Callout::Callout</a></div><div class="ttdeci">Callout(int sec, int msec, const CALLOUT_CB cb, bool oneShot=true)</div><div class="ttdef"><b>Definition:</b> callout.cpp:8</div></div>
<div class="ttc" id="aclassCallout_html_a9a8857593c5cba5f74ca68b32d0377f3"><div class="ttname"><a href="classCallout.html#a9a8857593c5cba5f74ca68b32d0377f3">Callout::CanFire</a></div><div class="ttdeci">bool CanFire() const</div><div class="ttdef"><b>Definition:</b> callout.cpp:39</div></div>
<div class="ttc" id="aclassCallout_html_ac9c377edf16bd13d484b2a57b0bfd2f8"><div class="ttname"><a href="classCallout.html#ac9c377edf16bd13d484b2a57b0bfd2f8">Callout::GetDelta</a></div><div class="ttdeci">int GetDelta() const</div><div class="ttdef"><b>Definition:</b> callout.cpp:27</div></div>
<div class="ttc" id="aclassCallout_html_adb428a1ca26a37f659c5cb1b2e7fec49"><div class="ttname"><a href="classCallout.html#adb428a1ca26a37f659c5cb1b2e7fec49">Callout::SetId</a></div><div class="ttdeci">void SetId(unsigned int id)</div><div class="ttdef"><b>Definition:</b> callout.cpp:18</div></div>
<div class="ttc" id="aclassCallout_html_adda30dce5f6437f3580a394542835027"><div class="ttname"><a href="classCallout.html#adda30dce5f6437f3580a394542835027">Callout::IsOneShot</a></div><div class="ttdeci">bool IsOneShot() const</div><div class="ttdef"><b>Definition:</b> callout.cpp:52</div></div>
<div class="ttc" id="aclassCallout_html_aeb1b631d49e630c810976cefce5e21f9"><div class="ttname"><a href="classCallout.html#aeb1b631d49e630c810976cefce5e21f9">Callout::GetId</a></div><div class="ttdeci">int GetId() const</div><div class="ttdef"><b>Definition:</b> callout.cpp:14</div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Wed Mar 17 2021 11:04:31 for Aspen MUD by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1
</small></address>
</body>
</html>
| sorressean/Aspen | docs/html/callout_8h_source.html | HTML | mit | 12,302 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Source: src/gameobjects/components/BringToTop.js ยท Phaser CE</title>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/default.css">
<link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
<link type="text/css" rel="stylesheet" href="styles/site.cerulean.css">
<script src="https://use.typekit.net/fmc0gtt.js"></script>
<script>Typekit.load()</script>
</head>
<body>
<div class="container-fluid">
<div class="navbar navbar-fixed-top navbar-inverse">
<div style="position: absolute; width: 143px; height: 31px; right: 10px; top: 10px; z-index: 1050"><a href="http://phaser.io"><img src="img/phaser.png" border="0" /></a></div>
<div class="navbar-inner">
<a class="brand" href="index.html">Phaser API</a>
<ul class="nav">
<li>
<a href="https://github.com/photonstorm/phaser-ce/blob/master/README.md">
<i class="icon-info-sign icon-white"></i>
Read Me
</a>
</li>
<li>
<a href="https://github.com/photonstorm/phaser-ce/blob/master/CHANGELOG.md">
<i class="icon-list icon-white"></i>
Change Log
</a>
</li>
<li class="dropdown">
<a href="namespaces.list.html" class="dropdown-toggle" data-toggle="dropdown">Namespaces<b
class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-0">
<a href="Phaser.html">Phaser</a>
</li>
<li class="class-depth-0">
<a href="PIXI.html">PIXI</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b
class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-0">
<a href="CreatureShader.html">CreatureShader</a>
</li>
<li class="class-depth-0">
<a href="EarCut.html">EarCut</a>
</li>
<li class="class-depth-0">
<a href="Event.html">Event</a>
</li>
<li class="class-depth-0">
<a href="EventTarget.html">EventTarget</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Animation.html">Animation</a>
</li>
<li class="class-depth-1">
<a href="Phaser.AnimationManager.html">AnimationManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.AnimationParser.html">AnimationParser</a>
</li>
<li class="class-depth-1">
<a href="Phaser.ArraySet.html">ArraySet</a>
</li>
<li class="class-depth-1">
<a href="Phaser.ArrayUtils.html">ArrayUtils</a>
</li>
<li class="class-depth-1">
<a href="Phaser.AudioSprite.html">AudioSprite</a>
</li>
<li class="class-depth-1">
<a href="Phaser.BitmapData.html">BitmapData</a>
</li>
<li class="class-depth-1">
<a href="Phaser.BitmapText.html">BitmapText</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Bullet.html">Bullet</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Button.html">Button</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Cache.html">Cache</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Camera.html">Camera</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Canvas.html">Canvas</a>
</li>
<li class="class-depth-1">
<a href="Phaser.CanvasPool.html">CanvasPool</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Circle.html">Circle</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Color.html">Color</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Angle.html">Angle</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Animation.html">Animation</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.AutoCull.html">AutoCull</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Bounds.html">Bounds</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.BringToTop.html">BringToTop</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Core.html">Core</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Crop.html">Crop</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Delta.html">Delta</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Destroy.html">Destroy</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.FixedToCamera.html">FixedToCamera</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Health.html">Health</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.InCamera.html">InCamera</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.InputEnabled.html">InputEnabled</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.InWorld.html">InWorld</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.LifeSpan.html">LifeSpan</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.LoadTexture.html">LoadTexture</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Overlap.html">Overlap</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.PhysicsBody.html">PhysicsBody</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Reset.html">Reset</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.ScaleMinMax.html">ScaleMinMax</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Smoothed.html">Smoothed</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Create.html">Create</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Creature.html">Creature</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Device.html">Device</a>
</li>
<li class="class-depth-1">
<a href="Phaser.DeviceButton.html">DeviceButton</a>
</li>
<li class="class-depth-1">
<a href="Phaser.DOM.html">DOM</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Easing.html">Easing</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Back.html">Back</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Bounce.html">Bounce</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Circular.html">Circular</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Cubic.html">Cubic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Elastic.html">Elastic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Exponential.html">Exponential</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Linear.html">Linear</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Quadratic.html">Quadratic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Quartic.html">Quartic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Quintic.html">Quintic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Sinusoidal.html">Sinusoidal</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Ellipse.html">Ellipse</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Events.html">Events</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Filter.html">Filter</a>
</li>
<li class="class-depth-1">
<a href="Phaser.FlexGrid.html">FlexGrid</a>
</li>
<li class="class-depth-1">
<a href="Phaser.FlexLayer.html">FlexLayer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Frame.html">Frame</a>
</li>
<li class="class-depth-1">
<a href="Phaser.FrameData.html">FrameData</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Game.html">Game</a>
</li>
<li class="class-depth-1">
<a href="Phaser.GameObjectCreator.html">GameObjectCreator</a>
</li>
<li class="class-depth-1">
<a href="Phaser.GameObjectFactory.html">GameObjectFactory</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Gamepad.html">Gamepad</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Graphics.html">Graphics</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Group.html">Group</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Hermite.html">Hermite</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Image.html">Image</a>
</li>
<li class="class-depth-1">
<a href="Phaser.ImageCollection.html">ImageCollection</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Input.html">Input</a>
</li>
<li class="class-depth-1">
<a href="Phaser.InputHandler.html">InputHandler</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Key.html">Key</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Keyboard.html">Keyboard</a>
</li>
<li class="class-depth-1">
<a href="Phaser.KeyCode.html">KeyCode</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Line.html">Line</a>
</li>
<li class="class-depth-1">
<a href="Phaser.LinkedList.html">LinkedList</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Loader.html">Loader</a>
</li>
<li class="class-depth-1">
<a href="Phaser.LoaderParser.html">LoaderParser</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Math.html">Math</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Matrix.html">Matrix</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Mouse.html">Mouse</a>
</li>
<li class="class-depth-1">
<a href="Phaser.MSPointer.html">MSPointer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Net.html">Net</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Particle.html">Particle</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Particles.html">Particles</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Particles.Arcade.html">Arcade</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Particles.Arcade.Emitter.html">Emitter</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Path.html">Path</a>
</li>
<li class="class-depth-1">
<a href="Phaser.PathFollower.html">PathFollower</a>
</li>
<li class="class-depth-1">
<a href="Phaser.PathPoint.html">PathPoint</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Physics.html">Physics</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Physics.Arcade.html">Arcade</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Arcade.Body.html">Body</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Arcade.TilemapCollision.html">TilemapCollision</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Physics.Ninja.html">Ninja</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Ninja.AABB.html">AABB</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Ninja.Body.html">Body</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Ninja.Circle.html">Circle</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Ninja.Tile.html">Tile</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Physics.P2.html">P2</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.Body.html">Body</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.BodyDebug.html">BodyDebug</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.CollisionGroup.html">CollisionGroup</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.ContactMaterial.html">ContactMaterial</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.DistanceConstraint.html">DistanceConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.FixtureList.html">FixtureList</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.GearConstraint.html">GearConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.InversePointProxy.html">InversePointProxy</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.LockConstraint.html">LockConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.Material.html">Material</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.PointProxy.html">PointProxy</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.PrismaticConstraint.html">PrismaticConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.RevoluteConstraint.html">RevoluteConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.RotationalSpring.html">RotationalSpring</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.Spring.html">Spring</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Plugin.html">Plugin</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Plugin.AStar.html">AStar</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Plugin.AStar.AStarNode.html">AStarNode</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Plugin.AStar.AStarPath.html">AStarPath</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Plugin.ColorHarmony.html">ColorHarmony</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Plugin.CSS3Filters.html">CSS3Filters</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Plugin.Juicy.html">Juicy</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Plugin.Juicy.ScreenFlash.html">ScreenFlash</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Plugin.Juicy.Trail.html">Trail</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Plugin.KineticScrolling.html">KineticScrolling</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Plugin.PathManager.html">PathManager</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Plugin.SamplePlugin.html">SamplePlugin</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Plugin.TilemapWalker.html">TilemapWalker</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Plugin.VirtualJoystick.html">VirtualJoystick</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Plugin.Webcam.html">Webcam</a>
</li>
<li class="class-depth-1">
<a href="Phaser.PluginManager.html">PluginManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Point.html">Point</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Pointer.html">Pointer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.PointerMode.html">PointerMode</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Polygon.html">Polygon</a>
</li>
<li class="class-depth-1">
<a href="Phaser.QuadTree.html">QuadTree</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RandomDataGenerator.html">RandomDataGenerator</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Rectangle.html">Rectangle</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RenderTexture.html">RenderTexture</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RequestAnimationFrame.html">RequestAnimationFrame</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RetroFont.html">RetroFont</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Rope.html">Rope</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RoundedRectangle.html">RoundedRectangle</a>
</li>
<li class="class-depth-1">
<a href="Phaser.ScaleManager.html">ScaleManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Signal.html">Signal</a>
</li>
<li class="class-depth-1">
<a href="Phaser.SignalBinding.html">SignalBinding</a>
</li>
<li class="class-depth-1">
<a href="Phaser.SinglePad.html">SinglePad</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Sound.html">Sound</a>
</li>
<li class="class-depth-1">
<a href="Phaser.SoundManager.html">SoundManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Sprite.html">Sprite</a>
</li>
<li class="class-depth-1">
<a href="Phaser.SpriteBatch.html">SpriteBatch</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Stage.html">Stage</a>
</li>
<li class="class-depth-1">
<a href="Phaser.State.html">State</a>
</li>
<li class="class-depth-1">
<a href="Phaser.StateManager.html">StateManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Text.html">Text</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Tile.html">Tile</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Tilemap.html">Tilemap</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TilemapLayer.html">TilemapLayer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TilemapParser.html">TilemapParser</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Tileset.html">Tileset</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TileSprite.html">TileSprite</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Time.html">Time</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Timer.html">Timer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TimerEvent.html">TimerEvent</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Touch.html">Touch</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Tween.html">Tween</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TweenData.html">TweenData</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TweenManager.html">TweenManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Utils.html">Utils</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Utils.Debug.html">Debug</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Video.html">Video</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Weapon.html">Weapon</a>
</li>
<li class="class-depth-1">
<a href="Phaser.World.html">World</a>
</li>
<li class="class-depth-1">
<a href="PIXI.BaseTexture.html">BaseTexture</a>
</li>
<li class="class-depth-1">
<a href="PIXI.CanvasBuffer.html">CanvasBuffer</a>
</li>
<li class="class-depth-1">
<a href="PIXI.CanvasGraphics.html">CanvasGraphics</a>
</li>
<li class="class-depth-1">
<a href="PIXI.CanvasMaskManager.html">CanvasMaskManager</a>
</li>
<li class="class-depth-1">
<a href="PIXI.CanvasRenderer.html">CanvasRenderer</a>
</li>
<li class="class-depth-1">
<a href="PIXI.CanvasTinter.html">CanvasTinter</a>
</li>
<li class="class-depth-1">
<a href="PIXI.ComplexPrimitiveShader.html">ComplexPrimitiveShader</a>
</li>
<li class="class-depth-1">
<a href="PIXI.DisplayObject.html">DisplayObject</a>
</li>
<li class="class-depth-1">
<a href="PIXI.DisplayObjectContainer.html">DisplayObjectContainer</a>
</li>
<li class="class-depth-1">
<a href="PIXI.FilterTexture.html">FilterTexture</a>
</li>
<li class="class-depth-2">
<a href="PIXI.Phaser.GraphicsData.html">Phaser.GraphicsData</a>
</li>
<li class="class-depth-1">
<a href="PIXI.PIXI.html">PIXI</a>
</li>
<li class="class-depth-1">
<a href="PIXI.PixiFastShader.html">PixiFastShader</a>
</li>
<li class="class-depth-1">
<a href="PIXI.PixiShader.html">PixiShader</a>
</li>
<li class="class-depth-1">
<a href="PIXI.PrimitiveShader.html">PrimitiveShader</a>
</li>
<li class="class-depth-1">
<a href="PIXI.Sprite.html">Sprite</a>
</li>
<li class="class-depth-1">
<a href="PIXI.StripShader.html">StripShader</a>
</li>
<li class="class-depth-1">
<a href="PIXI.Texture.html">Texture</a>
</li>
<li class="class-depth-1">
<a href="PIXI.WebGLBlendModeManager.html">WebGLBlendModeManager</a>
</li>
<li class="class-depth-1">
<a href="PIXI.WebGLFastSpriteBatch.html">WebGLFastSpriteBatch</a>
</li>
<li class="class-depth-1">
<a href="PIXI.WebGLFilterManager.html">WebGLFilterManager</a>
</li>
<li class="class-depth-1">
<a href="PIXI.WebGLRenderer.html">WebGLRenderer</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="global.html" class="dropdown-toggle" data-toggle="dropdown">Global<b
class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-0">
<a href="global.html#destroy">destroy</a>
</li>
<li class="class-depth-0">
<a href="global.html#init">init</a>
</li>
<li class="class-depth-0">
<a href="global.html#set">set</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Core<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="Phaser.Game.html">Game</a></li>
<li class="class-depth-1"><a href="Phaser.Group.html">Group</a></li>
<li class="class-depth-1"><a href="Phaser.World.html">World</a></li>
<li class="class-depth-1"><a href="Phaser.Loader.html">Loader</a></li>
<li class="class-depth-1"><a href="Phaser.Cache.html">Cache</a></li>
<li class="class-depth-1"><a href="Phaser.Time.html">Time</a></li>
<li class="class-depth-1"><a href="Phaser.Camera.html">Camera</a></li>
<li class="class-depth-1"><a href="Phaser.StateManager.html">State Manager</a></li>
<li class="class-depth-1"><a href="Phaser.TweenManager.html">Tween Manager</a></li>
<li class="class-depth-1"><a href="Phaser.SoundManager.html">Sound Manager</a></li>
<li class="class-depth-1"><a href="Phaser.Input.html">Input Manager</a></li>
<li class="class-depth-1"><a href="Phaser.ScaleManager.html">Scale Manager</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Game Objects<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="Phaser.GameObjectFactory.html">Factory (game.add)</a></li>
<li class="class-depth-1"><a href="Phaser.GameObjectCreator.html">Creator (game.make)</a></li>
<li class="class-depth-1"><a href="Phaser.Sprite.html">Sprite</a></li>
<li class="class-depth-1"><a href="Phaser.Image.html">Image</a></li>
<li class="class-depth-1"><a href="Phaser.Sound.html">Sound</a></li>
<li class="class-depth-1"><a href="Phaser.Video.html">Video</a></li>
<li class="class-depth-1"><a href="Phaser.Particles.Arcade.Emitter.html">Particle Emitter</a></li>
<li class="class-depth-1"><a href="Phaser.Particle.html">Particle</a></li>
<li class="class-depth-1"><a href="Phaser.Text.html">Text</a></li>
<li class="class-depth-1"><a href="Phaser.Tween.html">Tween</a></li>
<li class="class-depth-1"><a href="Phaser.BitmapText.html">BitmapText</a></li>
<li class="class-depth-1"><a href="Phaser.Tilemap.html">Tilemap</a></li>
<li class="class-depth-1"><a href="Phaser.BitmapData.html">BitmapData</a></li>
<li class="class-depth-1"><a href="Phaser.RetroFont.html">RetroFont</a></li>
<li class="class-depth-1"><a href="Phaser.Button.html">Button</a></li>
<li class="class-depth-1"><a href="Phaser.Animation.html">Animation</a></li>
<li class="class-depth-1"><a href="Phaser.Graphics.html">Graphics</a></li>
<li class="class-depth-1"><a href="Phaser.RenderTexture.html">RenderTexture</a></li>
<li class="class-depth-1"><a href="Phaser.TileSprite.html">TileSprite</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Geometry<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="Phaser.Circle.html">Circle</a></li>
<li class="class-depth-1"><a href="Phaser.Ellipse.html">Ellipse</a></li>
<li class="class-depth-1"><a href="Phaser.Line.html">Line</a></li>
<li class="class-depth-1"><a href="Phaser.Matrix.html">Matrix</a></li>
<li class="class-depth-1"><a href="Phaser.Point.html">Point</a></li>
<li class="class-depth-1"><a href="Phaser.Polygon.html">Polygon</a></li>
<li class="class-depth-1"><a href="Phaser.Rectangle.html">Rectangle</a></li>
<li class="class-depth-1"><a href="Phaser.RoundedRectangle.html">Rounded Rectangle</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Physics<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="Phaser.Physics.Arcade.html">Arcade Physics</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.Arcade.Body.html">Body</a></li>
<li class="class-depth-2"><a href="Phaser.Weapon.html">Weapon</a></li>
<li class="class-depth-1"><a href="Phaser.Physics.P2.html">P2 Physics</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.P2.Body.html">Body</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.P2.Spring.html">Spring</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.P2.CollisionGroup.html">CollisionGroup</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.P2.ContactMaterial.html">ContactMaterial</a></li>
<li class="class-depth-1"><a href="Phaser.Physics.Ninja.html">Ninja Physics</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.Body.html">Body</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Input<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="Phaser.InputHandler.html">Input Handler</a></li>
<li class="class-depth-1"><a href="Phaser.Pointer.html">Pointer</a></li>
<li class="class-depth-1"><a href="Phaser.DeviceButton.html">Device Button</a></li>
<li class="class-depth-1"><a href="Phaser.Mouse.html">Mouse</a></li>
<li class="class-depth-1"><a href="Phaser.Keyboard.html">Keyboard</a></li>
<li class="class-depth-1"><a href="Phaser.Key.html">Key</a></li>
<li class="class-depth-1"><a href="Phaser.KeyCode.html">Key Codes</a></li>
<li class="class-depth-1"><a href="Phaser.Gamepad.html">Gamepad</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="icon-globe icon-white"></i> Community<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="http://phaser.io">Phaser Web Site</a></li>
<li class="class-depth-1"><a href="https://github.com/photonstorm/phaser-ce">Phaser CE Github</a></li>
<li class="class-depth-1"><a href="http://phaser.io/examples">Phaser Examples</a></li>
<li class="class-depth-1"><a href="https://github.com/photonstorm/phaser-plugins">Phaser Plugins</a></li>
<li class="class-depth-1"><a href="http://www.html5gamedevs.com/forum/14-phaser/">Forum</a></li>
<li class="class-depth-1"><a href="http://stackoverflow.com/questions/tagged/phaser-framework">Stack Overflow</a></li>
<li class="class-depth-1"><a href="http://phaser.io/learn">Tutorials</a></li>
<li class="class-depth-1"><a href="http://phaser.io/community/newsletter">Newsletter</a></li>
<li class="class-depth-1"><a href="http://phaser.io/community/twitter">Twitter</a></li>
<li class="class-depth-1"><a href="http://phaser.io/community/slack">Slack</a></li>
<li class="class-depth-1"><a href="http://phaser.io/community/donate">Donate</a></li>
<li class="class-depth-1"><a href="https://www.codeandweb.com/texturepacker/phaser">Texture Packer</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="row-fluid">
<div class="span12">
<div id="main">
<h1 class="page-title">Source: src/gameobjects/components/BringToTop.js</h1>
<section>
<article>
<pre class="sunlight-highlight-javascript linenums">/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2016 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
*/
/**
* The BringToTop Component features quick access to Group sorting related methods.
*
* @class
*/
Phaser.Component.BringToTop = function () {};
/**
* Brings this Game Object to the top of its parents display list.
* Visually this means it will render over the top of any old child in the same Group.
*
* If this Game Object hasn't been added to a custom Group then this method will bring it to the top of the Game World,
* because the World is the root Group from which all Game Objects descend.
*
* @method
* @return {PIXI.DisplayObject} This instance.
*/
Phaser.Component.BringToTop.prototype.bringToTop = function() {
if (this.parent)
{
this.parent.bringToTop(this);
}
return this;
};
/**
* Sends this Game Object to the bottom of its parents display list.
* Visually this means it will render below all other children in the same Group.
*
* If this Game Object hasn't been added to a custom Group then this method will send it to the bottom of the Game World,
* because the World is the root Group from which all Game Objects descend.
*
* @method
* @return {PIXI.DisplayObject} This instance.
*/
Phaser.Component.BringToTop.prototype.sendToBack = function() {
if (this.parent)
{
this.parent.sendToBack(this);
}
return this;
};
/**
* Moves this Game Object up one place in its parents display list.
* This call has no effect if the Game Object is already at the top of the display list.
*
* If this Game Object hasn't been added to a custom Group then this method will move it one object up within the Game World,
* because the World is the root Group from which all Game Objects descend.
*
* @method
* @return {PIXI.DisplayObject} This instance.
*/
Phaser.Component.BringToTop.prototype.moveUp = function () {
if (this.parent)
{
this.parent.moveUp(this);
}
return this;
};
/**
* Moves this Game Object down one place in its parents display list.
* This call has no effect if the Game Object is already at the bottom of the display list.
*
* If this Game Object hasn't been added to a custom Group then this method will move it one object down within the Game World,
* because the World is the root Group from which all Game Objects descend.
*
* @method
* @return {PIXI.DisplayObject} This instance.
*/
Phaser.Component.BringToTop.prototype.moveDown = function () {
if (this.parent)
{
this.parent.moveDown(this);
}
return this;
};
</pre>
</article>
</section>
</div>
<div class="clearfix"></div>
<footer>
<span class="copyright">
Phaser Copyright ยฉ 2012-2016 Photon Storm Ltd.
</span>
<br />
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
on Tue May 30 2017 21:46:47 GMT-0700 (PDT) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
</span>
</footer>
</div>
<br clear="both">
</div>
</div>
<script src="scripts/sunlight.js"></script>
<script src="scripts/sunlight.javascript.js"></script>
<script src="scripts/sunlight-plugin.doclinks.js"></script>
<script src="scripts/sunlight-plugin.linenumbers.js"></script>
<script src="scripts/sunlight-plugin.menu.js"></script>
<script src="scripts/jquery.min.js"></script>
<script src="scripts/jquery.scrollTo.js"></script>
<script src="scripts/jquery.localScroll.js"></script>
<script src="scripts/bootstrap-dropdown.js"></script>
<script src="scripts/toc.js"></script>
<script> Sunlight.highlightAll({lineNumbers:true, showMenu: true, enableDoclinks :true}); </script>
<script>
$( function () {
$( "#toc" ).toc( {
anchorName : function(i, heading, prefix) {
return $(heading).attr("id") || ( prefix + i );
},
selectors : "h1,h2,h3,h4",
showAndHide : false,
scrollTo : 60
} );
$( "#toc>ul" ).addClass( "nav nav-pills nav-stacked" );
$( "#main span[id^='toc']" ).addClass( "toc-shim" );
} );
</script>
</body>
</html>
| Acaki/WWW_project | docs/src_gameobjects_components_BringToTop.js.html | HTML | mit | 35,745 |
<html><img border=0 src=168010-55-7.txt alt=168010-55-7.txt></img><body>
"x"
"1" "ALBERTINI,S, CHETELAT,AA, MILLER,B, MUSTER,W, PUJADAS,E, STROBEL,R ANDGOCKE,E,GENOTOXICITY OF 17 GYRASE- AND FOUR MAMMALIAN TOPOISOMERASE II-POISONSIN PROKARYOTIC"
</body></html>
| andrewdefries/Ames_ToxBenchmark | 168010-55-7.txt.html | HTML | mit | 261 |
<!DOCTYPE html>
<html >
<head>
<meta charset="UTF-8">
<title>A Pen by Harrison Boland</title>
</head>
<body>
<head>
<title>My first notes using the Nanodegree program</title>
</head>
<body>
<h1>Notes from first lesson</h1>
<h3>How a web page works</h3>
<p>When you the user loads a web page like <a href="www.udacity.com">Udacity</a>
the computer sends an HTTP request to a server. That server then sends the HTML and other code
To the computer where it is read by the users brower and is displayed on the screen.
</p>
<h3>What is HTML</h3>
<p>HTML stands for <em>Hypertext Markup Language</em>. This consits of:
<ul>
<li>Text content - What you see</li>
<li>Markup - What it looks like</li>
<li>references - Videos and Images</li>
<li>And links - Other Websites</li>
</ul>
</p>
<h3>HTML Markup</h3>
<p>HTML Markup consits of <em>tags</em> which tell the users computer to do stuff like make things
<b>bold</b>. A set of tags with its content is called an <em>Element</em>. Attributes for example href
can create a value like a link or add an image. To add breaks in the lines and create whitespace u can
use <b>P</b> tags or <b>br</b>. The difference between these is that one is inline which is the <b>br</b>
tag and the other is a block which is the <b>P</b> tag. <b>span</b> Which is an inline element is used to contain
stuff whit in its tags, Which is the same for a <b>div</b> tag but instead is a block element.
</p>
<h5>This is a breif summary of my notes collected from my first lesson in Udacity's Nanodegree.</h5>
</body>
</body>
</html>
| citroussky/getting-started-with-html | index.html | HTML | mit | 1,764 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>W21828_extracted</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div style="margin-left: auto; margin-right: auto; width: 800px; overflow: hidden;">
<div style="float: left;">
<a href="page10.html">«</a>
</div>
<div style="float: right;">
</div>
</div>
<hr/>
<div style="position: absolute; margin-left: 0px; margin-top: 0px;">
<p class="styleSans762.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Gas Line - Material Mapped to Date <br/>Date: 612/201 4 <br/>' ' iike BWK-KKMP-โMBโtoo <br/>13' <br/>l l l o l l x . . <br/>MI. '3 w, โ <br/>Lac.ยป Dmmeww <br/>_,_ , *4M4w424 , -e _ <br/>Legend <br/>โ 10in HDPE -โ Bin HDPE 6in HDPE <br/>10in Steel 4in Steel <br/>Total Material Distances: <br/>10โ HDPE = 53,309๏ฌ l10.10 miles 8" HDPE = 8625311 /16.34 miles 6" HDPE = 22,686๏ฌ I430 miles 10" Steel = 47 ft [0.01 miles <br/>4" Steel = 4,120๏ฌ [0.78 miles <br/> </p>
</div>
</body>
</html>
| datamade/elpc_bakken | ocr_extracted/W21828_text/page11.html | HTML | mit | 1,245 |
{% extends "base.html" %}
{% load staticfiles %}
{% load crispy_forms_tags %}
{% block title %}{{ block.super }}About{% endblock %}
{% block navbar-left %}
{% include "_navbar.html" with active_link="about" %}
{% endblock %}
<!-- Benefits of the Django application -->
{% block container %}
<div id="sec1" class="text-page">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<h1>{% include "_brandname.html" %}</h1>
<p class="lead">ๅผๅฟๅฐๅฎๅถไฝ ็็ๆดปใใใ</p>
</div>
</div>
</div>
</div>
<div id="sec2" class="text-page">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<h2>ๅ
ฌๅธ็ๅข้</h2>
<p class="lead">่ฟๆฏไธ็พคๆ่ถฃ่ไธ็ญ็ฑ็ๆดป็</p>
</div>
</div>
<div class="row">
<div class="col-lg-4">
<div class="text-center"><img class="img-circle centered" src="http://lorempixel.com/128/128/people/9/" alt="profile pic"></div>
<p class="heavy text-center">Cassidy Coder</p>
<h2>Front-end developer</h2>
<p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui. </p>
</div>
<div class="col-lg-4">
<div class="text-center"><img class="img-circle centered" src="http://lorempixel.com/128/128/people/2/" alt="profile pic"></div>
<p class="heavy text-center">James King</p>
<h2>CEO</h2>
<p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui. </p>
</div>
<div class="col-lg-4">
<div class="text-center"><img class="img-circle centered" src="http://lorempixel.com/128/128/people/1/" alt="profile pic"></div>
<p class="heavy text-center">Kate Lamport</p>
<h2>Front-end designer</h2>
<p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui. </p>
</div>
</div>
</div>
</div>
</div>
<div id="sec3">
<div class="container">
<div class="row">
<div id="map-outer" class="col-md-12">
<div id="address" class="col-md-4">
<h2>ๆไปฌ็ไฝ็ฝฎ</h2>
<address>
<strong>ๅฎๅถๅผๅฟๆ้ๅ
ฌๅธ</strong><br>
ไธญๅ
ณๆ่ฝฏไปถๅญ<br>
1ๅท<br>
ๅไบฌๆตทๆทๅบ<br>
ไธญๅฝ 100193<br>
<abbr>P:</abbr> +8613911563550
</address>
</div>
<div id="map-container" class="col-md-8"></div>
</div>
</div>
</div>
</div>
{% endblock container %}
{% block scripts %}
<script src="http://maps.google.com/maps/api/js?sensor=false"></script>
<script>
function init_map() {
// Enter the latitude and longitude of your office here
var myLocation = new google.maps.LatLng(40.0455629,116.2916931);
var mapOptions = {
center: myLocation,
zoom: 14
};
var marker = new google.maps.Marker({
position: myLocation,
title:"We are here"});
var map = new google.maps.Map(document.getElementById("map-container"),
mapOptions);
marker.setMap(map);
}
google.maps.event.addDomListener(window, 'load', init_map);
</script>
{% endblock scripts %}
| sunlaiqi/fundiy | src/templates/about.html | HTML | mit | 3,695 |
<code>CONJG</code> โ Complex conjugate function
<h3>Description</h3>
<code>CONJG(Z)</code> returns the conjugate of <var>Z</var>. If <var>Z</var> is <code>(x, y)</code>
then the result is <code>(x, -y)</code>
<br>
<h3>Syntax</h3>
<code>Z = CONJG(Z)</code>
<br>
<h3>Arguments</h3>
<p><table summary=""><tbody><tr align="left"><td valign="top" width="15%"><var>Z</var> </td><td valign="top" width="70%">The type shall be <code>COMPLEX</code>.
<br></td></tr></tbody></table>
<br></p>
<h3>Return value</h3>
The return value is of type <code>COMPLEX</code>.
<br>
<h3>Example</h3>
<code class="smallexample" syntax="Packages/Fortran/grammars/FortranModern.sublime-syntax">
<br>program test_conjg
<br>ย ย ย ย complex :: z = (2.0, 3.0)
<br>ย ย ย ย complex(8) :: dz = (2.71_8, -3.14_8)
<br>ย ย ย ย z= conjg(z)
<br>ย ย ย ย print *, z
<br>ย ย ย ย dz = dconjg(dz)
<br>ย ย ย ย print *, dz
<br>end program test_conjg</code>
<br>
<h3>Specific names</h3>
<p><table summary=""><tbody><tr align="left"><td valign="top" width="20%">Name </td><td valign="top" width="20%">Argument </td><td valign="top" width="20%">Return type </td><td valign="top" width="25%">Standard
<br></td></tr><tr align="left"><td valign="top" width="20%"><code>CONJG(Z)</code> </td><td valign="top" width="20%"><code>COMPLEX Z</code> </td><td valign="top" width="20%"><code>COMPLEX</code> </td><td valign="top" width="25%">GNU extension
<br></td></tr><tr align="left"><td valign="top" width="20%"><code>DCONJG(Z)</code> </td><td valign="top" width="20%"><code>COMPLEX(8) Z</code> </td><td valign="top" width="20%"><code>COMPLEX(8)</code> </td><td valign="top" width="25%">GNU extension
<br></td></tr></tbody></table>
</p>
<h3>Standard</h3>
Fortran 77 and later, has overloads that are GNU extensions
<br>
<h3>Class</h3>
Elemental function
<br> | daverous/vscode-fortran-support | src/docs/CONJG.html | HTML | mit | 1,917 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Login Page - Photon Admin Panel Theme</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
<link rel="shortcut icon" href="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/bootstrap/images/photon/js/plugins/favicon.ico" />
<link rel="apple-touch-icon" href="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/bootstrap/images/photon/js/plugins/iosicon.png" />
<!-- DEVELOPMENT LESS -->
<!-- <link rel="stylesheet/less" href="css/photon.less" media="all" />
<link rel="stylesheet/less" href="css/photon-responsive.less" media="all" />
--> <!-- PRODUCTION CSS -->
<link rel="stylesheet" href="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/bootstrap/images/photon/js/plugins/css/css_compiled/photon-min.css?v1.1" media="all" />
<link rel="stylesheet" href="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/bootstrap/images/photon/js/plugins/css/css_compiled/photon-min-part2.css?v1.1" media="all" />
<link rel="stylesheet" href="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/bootstrap/images/photon/js/plugins/css/css_compiled/photon-responsive-min.css?v1.1" media="all" />
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="css/css_compiled/ie-only-min.css?v1.1" />
<![endif]-->
<!--[if lt IE 9]>
<link rel="stylesheet" type="text/css" href="css/css_compiled/ie8-only-min.css?v1.1" />
<script type="text/javascript" src="js/plugins/excanvas.js"></script>
<script type="text/javascript" src="js/plugins/html5shiv.js"></script>
<script type="text/javascript" src="js/plugins/respond.min.js"></script>
<script type="text/javascript" src="js/plugins/fixFontIcons.js"></script>
<![endif]-->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/jquery-ui.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/bootstrap/images/photon/js/plugins/js/bootstrap/bootstrap.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/bootstrap/images/photon/js/plugins/js/plugins/modernizr.custom.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/bootstrap/images/photon/js/plugins/js/plugins/jquery.pnotify.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/bootstrap/images/photon/js/plugins/js/plugins/less-1.3.1.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/bootstrap/images/photon/js/plugins/js/plugins/xbreadcrumbs.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/bootstrap/images/photon/js/plugins/js/plugins/jquery.maskedinput-1.3.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/bootstrap/images/photon/js/plugins/js/plugins/jquery.autotab-1.1b.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/bootstrap/images/photon/js/plugins/js/plugins/charCount.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/bootstrap/images/photon/js/plugins/js/plugins/jquery.textareaCounter.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/bootstrap/images/photon/js/plugins/js/plugins/elrte.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/bootstrap/images/photon/js/plugins/js/plugins/elrte.en.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/bootstrap/images/photon/js/plugins/js/plugins/select2.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/bootstrap/images/photon/js/plugins/js/plugins/jquery-picklist.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/bootstrap/images/photon/js/plugins/js/plugins/jquery.validate.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/bootstrap/images/photon/js/plugins/js/plugins/additional-methods.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/bootstrap/images/photon/js/plugins/js/plugins/jquery.form.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/bootstrap/images/photon/js/plugins/js/plugins/jquery.metadata.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/bootstrap/images/photon/js/plugins/js/plugins/jquery.mockjax.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/bootstrap/images/photon/js/plugins/js/plugins/jquery.uniform.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/bootstrap/images/photon/js/plugins/js/plugins/jquery.tagsinput.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/bootstrap/images/photon/js/plugins/js/plugins/jquery.rating.pack.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/bootstrap/images/photon/js/plugins/js/plugins/farbtastic.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/bootstrap/images/photon/js/plugins/js/plugins/jquery.timeentry.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/bootstrap/images/photon/js/plugins/js/plugins/jquery.dataTables.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/bootstrap/images/photon/js/plugins/js/plugins/jquery.jstree.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/bootstrap/images/photon/js/plugins/js/plugins/dataTables.bootstrap.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/bootstrap/images/photon/js/plugins/js/plugins/jquery.mousewheel.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/bootstrap/images/photon/js/plugins/js/plugins/jquery.mCustomScrollbar.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/bootstrap/images/photon/js/plugins/js/plugins/jquery.flot.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/bootstrap/images/photon/js/plugins/js/plugins/jquery.flot.stack.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/bootstrap/images/photon/js/plugins/js/plugins/jquery.flot.pie.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/bootstrap/images/photon/js/plugins/js/plugins/jquery.flot.resize.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/bootstrap/images/photon/js/plugins/js/plugins/raphael.2.1.0.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/bootstrap/images/photon/js/plugins/js/plugins/justgage.1.0.1.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/bootstrap/images/photon/js/plugins/js/plugins/jquery.qrcode.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/bootstrap/images/photon/js/plugins/js/plugins/jquery.clock.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/bootstrap/images/photon/js/plugins/js/plugins/jquery.countdown.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/bootstrap/images/photon/js/plugins/js/plugins/jquery.jqtweet.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/bootstrap/images/photon/js/plugins/js/plugins/jquery.cookie.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/bootstrap/images/photon/js/plugins/js/plugins/bootstrap-fileupload.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/bootstrap/images/photon/js/plugins/js/plugins/prettify/prettify.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/bootstrap/images/photon/js/plugins/js/plugins/bootstrapSwitch.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/bootstrap/images/photon/js/plugins/js/plugins/mfupload.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/bootstrap/images/photon/js/plugins/js/common.js"></script>
</head>
<body class="body-login">
<div class="nav-fixed-topright" style="visibility: hidden">
<ul class="nav nav-user-menu">
<li class="user-sub-menu-container">
<a href="javascript:;">
<i class="user-icon"></i><span class="nav-user-selection">Theme Options</span><i class="icon-menu-arrow"></i>
</a>
<ul class="nav user-sub-menu">
<li class="light">
<a href="javascript:;">
<i class='icon-photon stop'></i>Light Version
</a>
</li>
<li class="dark">
<a href="javascript:;">
<i class='icon-photon stop'></i>Dark Version
</a>
</li>
</ul>
</li>
<li>
<a href="javascript:;">
<i class="icon-photon mail"></i>
</a>
</li>
<li>
<a href="javascript:;">
<i class="icon-photon comment_alt2_stroke"></i>
<div class="notification-count">12</div>
</a>
</li>
</ul>
</div>
<script>
$(function(){
setTimeout(function(){
$('.nav-fixed-topright').removeAttr('style');
}, 300);
$(window).scroll(function(){
if($('.breadcrumb-container').length){
var scrollState = $(window).scrollTop();
if (scrollState > 0) $('.nav-fixed-topright').addClass('nav-released');
else $('.nav-fixed-topright').removeClass('nav-released')
}
});
$('.user-sub-menu-container').on('click', function(){
$(this).toggleClass('active-user-menu');
});
$('.user-sub-menu .light').on('click', function(){
if ($('body').is('.light-version')) return;
$('body').addClass('light-version');
setTimeout(function() {
$.cookie('themeColor', 'light', {
expires: 7,
path: '/'
});
}, 500);
});
$('.user-sub-menu .dark').on('click', function(){
if ($('body').is('.light-version')) {
$('body').removeClass('light-version');
$.cookie('themeColor', 'dark', {
expires: 7,
path: '/'
});
}
});
});
</script>
<div class="container-login">
<div class="form-centering-wrapper">
<div class="form-window-login">
<div class="form-window-login-logo">
<div class="login-logo">
<img src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/bootstrap/images/photon/js/plugins/images/photon/login-logo@2x.png" alt="Photon UI"/>
</div>
<h2 class="login-title">Welcome to Photon UI!</h2>
<div class="login-member">Not a Member? <a href="jquery.dataTables.min.js.html#">Sign Up »</a>
<a href="jquery.dataTables.min.js.html#" class="btn btn-facebook"><i class="icon-fb"></i>Login with Facebook<i class="icon-fb-arrow"></i></a>
</div>
<div class="login-or">Or</div>
<div class="login-input-area">
<form method="POST" action="dashboard.php">
<span class="help-block">Login With Your Photon Account</span>
<input type="text" name="email" placeholder="Email">
<input type="password" name="password" placeholder="Password">
<button type="submit" class="btn btn-large btn-success btn-login">Login</button>
</form>
<a href="jquery.dataTables.min.js.html#" class="forgot-pass">Forgot Your Password?</a>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-1936460-27']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>
| user-tony/photon-rails | lib/assets/images/photon/plugins/elrte/js/plugins/js/bootstrap/images/photon/js/plugins/jquery.dataTables.min.js.html | HTML | mit | 15,318 |
<template name="EmployeeTimeRecordIndex">
<div class="pageheader">
<div class="media">
<div class="pageicon pull-left" style="padding: 9px;">
<i class="fa fa-fax"></i>
</div>
<div class="media-body">
<ul class="breadcrumb">
<li><a href=""><i class="glyphicon glyphicon-home"></i></a></li>
<li><a ui-sref="business.overview">Business</a></li>
<li>{{name}}</li>
<li>Time Records</li>
</ul>
<h4>Time records</h4>
</div>
</div><!-- media -->
</div><!-- pageheader -->
<div class="contentpanel">
<div class="panel">
<div class="panel-body">
{{#unless Template.subscriptionsReady}}
<div class="row">
<div class="col-sm-12">
{{> spinner}}
</div>
</div>
{{/unless}}
<div class="row">
<div class="col-sm-12">
<span class="mb20 pull-right" id="createTimeRecord">
<a class="btn btn-primary">New Time Record</a>
</span>
<br/><br/>
</div>
</div>
{{#if condition timeRecordsICreated.count '>' 0}}
<div class="row">
<div class="col-sm-12">
<table class="table table-striped table-bordered result" cellspacing="0" width="100%">
<thead>
<tr>
<th>Creator</th>
<th>Month</th>
<th>Week</th>
<th>Project Code</th>
<th>Charge Code</th>
<th>Date created</th>
<th>Status</th>
<!--<th> </th>-->
</tr>
</thead>
<tbody>
{{#each timeRecordsICreated}}
<tr data-RequisitionId="{{_id}}" class="pointer requisitionRow">
<td nowrap>{{getCreatedByFullName this}}</td>
<td>{{period.month}}</td>
<td>{{period.weekIndex}}</td>
<td>{{projectCode}}</td>
<td>{{chargeCode}}</td>
{{#if createdAt}}
<td nowrap>{{formatDate createdAt}}</td>
{{else}}
<td nowrap></td>
{{/if}}
<td id="status_{{_id}}">{{status}}</td>
<!--<td>{{formatMoneyD (totalTripCostNGN this) }}</td>-->
</tr>
{{/each}}
</tbody>
</table>
</div>
</div>
<div class="row">
<div class="row">
<div class="pull-right">
<ul class="pagination pagination-split pagination-sm pagination-contact">
{{#each (repeat numberOfPages)}}
{{#if condition currentPage 'eq' this}}
<li class="active"><a class="goToPage" data-pageNum="{{this}}">{{this}}</a></li>
{{else}}
<li><a class="goToPage" data-pageNum="{{this}}">{{this}}</a></li>
{{/if}}
{{/each}}
</ul>
</div>
</div>
</div>
{{else}}
<div class="row">
<table class="table table-striped table-bordered result" cellspacing="0" width="100%">
<thead>
<tr>
<th>Creator</th>
<th>Month</th>
<th>Week</th>
<th>Project Code</th>
<th>Charge Code</th>
<th>Date created</th>
<th>Status</th>
</tr>
</thead>
<tbody>
<tr>
<td nowrap colspan="7"><h5 class="text-muted"><i class="fa fa-exclamation-circle"></i> You have not yet made any time record</h5></td>
</tr>
</tbody>
</table>
</div>
{{/if}}
</div>
</div>
</div>
</template>
| c2gconsulting/bp-core | main/app/client/templates/time/employee_time_management/employee_time_management_index/employee_time_management_index.html | HTML | mit | 5,300 |
<html>
<head>
<title>User agent detail - Mozilla/5.0 (Linux; U; Android 2.3.7; zh-cn; Blade Build/GRJ22; mumayi.com_hyurpg_love_01) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="section">
<h1 class="header center orange-text">User agent detail</h1>
<div class="row center">
<h5 class="header light">
Mozilla/5.0 (Linux; U; Android 2.3.7; zh-cn; Blade Build/GRJ22; mumayi.com_hyurpg_love_01) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1
</h5>
</div>
</div>
<div class="section">
<table class="striped"><tr><th></th><th colspan="3">General</th><th colspan="5">Device</th><th colspan="3">Bot</th><th colspan="2"></th></tr><tr><th>Provider</th><th>Browser</th><th>Engine</th><th>OS</th><th>Brand</th><th>Model</th><th>Type</th><th>Is mobile</th><th>Is touch</th><th>Is bot</th><th>Name</th><th>Type</th><th>Parse time</th><th>Actions</th></tr><tr><th colspan="14" class="green lighten-3">Source result (test suite)</th></tr><tr><td>piwik/device-detector<br /><small>/Tests/fixtures/unknown.yml</small></td><td>Android Browser </td><td>Android 2.3.7</td><td>WebKit </td><td style="border-left: 1px solid #555"></td><td></td><td></td><td></td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td></td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-test">Detail</a>
<!-- Modal Structure -->
<div id="modal-test" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>Testsuite result detail</h4>
<p><pre><code class="php">Array
(
[user_agent] => Mozilla/5.0 (Linux; U; Android 2.3.7; zh-cn; Blade Build/GRJ22; mumayi.com_hyurpg_love_01) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1
[os] => Array
(
[name] => Android
[short_name] => AND
[version] => 2.3.7
[platform] =>
)
[client] => Array
(
[type] => browser
[name] => Android Browser
[short_name] => AN
[version] =>
[engine] => WebKit
)
[device] => Array
(
[type] =>
[brand] =>
[model] =>
)
[os_family] => Android
[browser_family] => Android 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><th colspan="14" class="green lighten-3">Providers</th></tr><tr><td>BrowscapPhp<br /><small>6012</small></td><td>Android 4.0</td><td>WebKit </td><td>Android 2.3</td><td style="border-left: 1px solid #555"></td><td></td><td>Mobile Phone</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.021</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-215ac98d-ccf8-4615-916e-5a819d6a59c9">Detail</a>
<!-- Modal Structure -->
<div id="modal-215ac98d-ccf8-4615-916e-5a819d6a59c9" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>BrowscapPhp result detail</h4>
<p><pre><code class="php">stdClass Object
(
[browser_name_regex] => /^mozilla\/5\.0 \(.*linux.*android.2\.3.* build\/.*\).*applewebkit\/.*\(.*khtml,.*like gecko.*\).*version\/4\.0.*safari.*$/
[browser_name_pattern] => mozilla/5.0 (*linux*android?2.3* build/*)*applewebkit/*(*khtml,*like gecko*)*version/4.0*safari*
[parent] => Android Browser 4.0
[comment] => Android Browser 4.0
[browser] => Android
[browser_type] => Browser
[browser_bits] => 32
[browser_maker] => Google Inc
[browser_modus] => unknown
[version] => 4.0
[majorver] => 4
[minorver] => 0
[platform] => Android
[platform_version] => 2.3
[platform_description] => Android OS
[platform_bits] => 32
[platform_maker] => Google Inc
[alpha] =>
[beta] =>
[win16] =>
[win32] =>
[win64] =>
[frames] => 1
[iframes] => 1
[tables] => 1
[cookies] => 1
[backgroundsounds] =>
[javascript] => 1
[vbscript] =>
[javaapplets] => 1
[activexcontrols] =>
[ismobiledevice] => 1
[istablet] =>
[issyndicationreader] =>
[crawler] =>
[cssversion] => 3
[aolversion] => 0
[device_name] => general Mobile Phone
[device_maker] => unknown
[device_type] => Mobile Phone
[device_pointing_method] => touchscreen
[device_code_name] => general Mobile Phone
[device_brand_name] => unknown
[renderingengine_name] => WebKit
[renderingengine_version] => unknown
[renderingengine_description] => For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3.
[renderingengine_maker] => Apple Inc
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>DonatjUAParser<br /><small>v0.5.0</small></td><td>Android Browser 4.0</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-f1436016-fdf1-4aea-b4be-1d7c99ab0661">Detail</a>
<!-- Modal Structure -->
<div id="modal-f1436016-fdf1-4aea-b4be-1d7c99ab0661" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>DonatjUAParser result detail</h4>
<p><pre><code class="php">Array
(
[platform] => Android
[browser] => Android Browser
[version] => 4.0
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>NeutrinoApiCom<br /><small></small></td><td>Android Webkit 4.0</td><td><i class="material-icons">close</i></td><td>Android 2.3.7</td><td style="border-left: 1px solid #555">ZTE</td><td>Blade</td><td>mobile-browser</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.276</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-9b0fa449-ec1b-40c8-8b1c-9486eb3b9cbc">Detail</a>
<!-- Modal Structure -->
<div id="modal-9b0fa449-ec1b-40c8-8b1c-9486eb3b9cbc" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>NeutrinoApiCom result detail</h4>
<p><pre><code class="php">stdClass Object
(
[mobile_screen_height] => 800
[is_mobile] => 1
[type] => mobile-browser
[mobile_brand] => ZTE
[mobile_model] => Blade
[version] => 4.0
[is_android] => 1
[browser_name] => Android Webkit
[operating_system_family] => Android
[operating_system_version] => 2.3.7
[is_ios] =>
[producer] => Google Inc.
[operating_system] => Android 2.3.x Gingerbread
[mobile_screen_width] => 480
[mobile_browser] => UCWeb
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>PiwikDeviceDetector<br /><small>3.5.2</small></td><td>Android Browser </td><td>WebKit </td><td>Android 2.3</td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>yes</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-21638055-738d-46ba-a1b1-f5114bc26475">Detail</a>
<!-- Modal Structure -->
<div id="modal-21638055-738d-46ba-a1b1-f5114bc26475" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>PiwikDeviceDetector result detail</h4>
<p><pre><code class="php">Array
(
[client] => Array
(
[type] => browser
[name] => Android Browser
[short_name] => AN
[version] =>
[engine] => WebKit
)
[operatingSystem] => Array
(
[name] => Android
[short_name] => AND
[version] => 2.3
[platform] =>
)
[device] => Array
(
[brand] =>
[brandName] =>
[model] =>
[device] =>
[deviceName] =>
)
[bot] =>
[extra] => Array
(
[isBot] =>
[isBrowser] => 1
[isFeedReader] =>
[isMobileApp] =>
[isPIM] =>
[isLibrary] =>
[isMediaPlayer] =>
[isCamera] =>
[isCarBrowser] =>
[isConsole] =>
[isFeaturePhone] =>
[isPhablet] =>
[isPortableMediaPlayer] =>
[isSmartDisplay] =>
[isSmartphone] =>
[isTablet] =>
[isTV] =>
[isDesktop] =>
[isMobile] => 1
[isTouchEnabled] =>
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>SinergiBrowserDetector<br /><small>6.0.0</small></td><td>Navigator 4.0</td><td><i class="material-icons">close</i></td><td>Android 2.3.7</td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.003</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-5415e7f2-ef7b-434c-abe0-b71ba9f6707c">Detail</a>
<!-- Modal Structure -->
<div id="modal-5415e7f2-ef7b-434c-abe0-b71ba9f6707c" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>SinergiBrowserDetector result detail</h4>
<p><pre><code class="php">Array
(
[browser] => Sinergi\BrowserDetector\Browser Object
(
[userAgent:Sinergi\BrowserDetector\Browser:private] => Sinergi\BrowserDetector\UserAgent Object
(
[userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; U; Android 2.3.7; zh-cn; Blade Build/GRJ22; mumayi.com_hyurpg_love_01) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1
)
[name:Sinergi\BrowserDetector\Browser:private] => Navigator
[version:Sinergi\BrowserDetector\Browser:private] => 4.0
[isRobot:Sinergi\BrowserDetector\Browser:private] =>
[isChromeFrame:Sinergi\BrowserDetector\Browser:private] =>
)
[operatingSystem] => Sinergi\BrowserDetector\Os Object
(
[name:Sinergi\BrowserDetector\Os:private] => Android
[version:Sinergi\BrowserDetector\Os:private] => 2.3.7
[isMobile:Sinergi\BrowserDetector\Os:private] => 1
[userAgent:Sinergi\BrowserDetector\Os:private] => Sinergi\BrowserDetector\UserAgent Object
(
[userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; U; Android 2.3.7; zh-cn; Blade Build/GRJ22; mumayi.com_hyurpg_love_01) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1
)
)
[device] => Sinergi\BrowserDetector\Device Object
(
[name:Sinergi\BrowserDetector\Device:private] => unknown
[userAgent:Sinergi\BrowserDetector\Device:private] => Sinergi\BrowserDetector\UserAgent Object
(
[userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; U; Android 2.3.7; zh-cn; Blade Build/GRJ22; mumayi.com_hyurpg_love_01) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1
)
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>UAParser<br /><small>v3.4.5</small></td><td>Android 2.3.7</td><td><i class="material-icons">close</i></td><td>Android 2.3.7</td><td style="border-left: 1px solid #555">ZTE</td><td>Blade</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-346c1a98-5fd3-454f-b6c8-350f2f505d8b">Detail</a>
<!-- Modal Structure -->
<div id="modal-346c1a98-5fd3-454f-b6c8-350f2f505d8b" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>UAParser result detail</h4>
<p><pre><code class="php">UAParser\Result\Client Object
(
[ua] => UAParser\Result\UserAgent Object
(
[major] => 2
[minor] => 3
[patch] => 7
[family] => Android
)
[os] => UAParser\Result\OperatingSystem Object
(
[major] => 2
[minor] => 3
[patch] => 7
[patchMinor] =>
[family] => Android
)
[device] => UAParser\Result\Device Object
(
[brand] => ZTE
[model] => Blade
[family] => ZTE Blade
)
[originalUserAgent] => Mozilla/5.0 (Linux; U; Android 2.3.7; zh-cn; Blade Build/GRJ22; mumayi.com_hyurpg_love_01) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>UserAgentStringCom<br /><small></small></td><td>Android Webkit Browser </td><td><i class="material-icons">close</i></td><td>Android 2.3.7</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.111</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-9cdd8b45-a2eb-406b-bd27-7e48af38ffd4">Detail</a>
<!-- Modal Structure -->
<div id="modal-9cdd8b45-a2eb-406b-bd27-7e48af38ffd4" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>UserAgentStringCom result detail</h4>
<p><pre><code class="php">stdClass Object
(
[agent_type] => Browser
[agent_name] => Android Webkit Browser
[agent_version] => --
[os_type] => Android
[os_name] => Android
[os_versionName] =>
[os_versionNumber] => 2.3.7
[os_producer] =>
[os_producerURL] =>
[linux_distibution] => Null
[agent_language] => Chinese - China
[agent_languageTag] => zh-cn
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>WhatIsMyBrowserCom<br /><small></small></td><td>Android Browser 4.0</td><td>WebKit 533.1</td><td>Android 2.3.7</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.405</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-9795f66f-7271-430e-973a-a5c0e14dc35a">Detail</a>
<!-- Modal Structure -->
<div id="modal-9795f66f-7271-430e-973a-a5c0e14dc35a" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>WhatIsMyBrowserCom result detail</h4>
<p><pre><code class="php">stdClass Object
(
[operating_system_name] => Android
[simple_sub_description_string] =>
[simple_browser_string] => Android Browser 4 on Android (Gingerbread)
[browser_version] => 4
[extra_info] => Array
(
)
[operating_platform] =>
[extra_info_table] => stdClass Object
(
[System Build] => GRJ22
)
[layout_engine_name] => WebKit
[detected_addons] => Array
(
)
[operating_system_flavour_code] =>
[hardware_architecture] =>
[operating_system_flavour] =>
[operating_system_frameworks] => Array
(
)
[browser_name_code] => android-browser
[operating_system_version] => Gingerbread
[simple_operating_platform_string] =>
[is_abusive] =>
[layout_engine_version] => 533.1
[browser_capabilities] => Array
(
)
[operating_platform_vendor_name] =>
[operating_system] => Android (Gingerbread)
[operating_system_version_full] => 2.3.7
[operating_platform_code] =>
[browser_name] => Android Browser
[operating_system_name_code] => android
[user_agent] => Mozilla/5.0 (Linux; U; Android 2.3.7; zh-cn; Blade Build/GRJ22; mumayi.com_hyurpg_love_01) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1
[browser_version_full] => 4.0
[browser] => Android Browser 4
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>WhichBrowser<br /><small>2.0.10</small></td><td>Android Browser </td><td>Webkit 533.1</td><td>Android 2.3.7</td><td style="border-left: 1px solid #555">ZTE</td><td>V880 Blade</td><td>mobile:smart</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.035</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-342c8d32-4765-40a8-8a5c-af3a38d19ae4">Detail</a>
<!-- Modal Structure -->
<div id="modal-342c8d32-4765-40a8-8a5c-af3a38d19ae4" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>WhichBrowser result detail</h4>
<p><pre><code class="php">Array
(
[browser] => Array
(
[name] => Android Browser
)
[engine] => Array
(
[name] => Webkit
[version] => 533.1
)
[os] => Array
(
[name] => Android
[version] => 2.3.7
)
[device] => Array
(
[type] => mobile
[subtype] => smart
[manufacturer] => ZTE
[model] => V880 Blade
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>Woothee<br /><small>v1.2.0</small></td><td>Safari 4.0</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>smartphone</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-3f285ff5-314b-4db4-9948-54572e92e7b6">Detail</a>
<!-- Modal Structure -->
<div id="modal-3f285ff5-314b-4db4-9948-54572e92e7b6" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>Woothee result detail</h4>
<p><pre><code class="php">Array
(
[name] => Safari
[vendor] => Apple
[version] => 4.0
[category] => smartphone
[os] => Android
[os_version] => 2.3.7
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>Wurfl<br /><small>1.6.4</small></td><td>Android Webkit 2.3</td><td><i class="material-icons">close</i></td><td>Android 2.3</td><td style="border-left: 1px solid #555">ZTE</td><td>Blade</td><td>Smartphone</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.07801</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-1a1aee36-7ce7-4111-a391-8e2c501f1532">Detail</a>
<!-- Modal Structure -->
<div id="modal-1a1aee36-7ce7-4111-a391-8e2c501f1532" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>Wurfl result detail</h4>
<p><pre><code class="php">Array
(
[virtual] => Array
(
[is_android] => true
[is_ios] => false
[is_windows_phone] => false
[is_app] => false
[is_full_desktop] => false
[is_largescreen] => true
[is_mobile] => true
[is_robot] => false
[is_smartphone] => true
[is_touchscreen] => true
[is_wml_preferred] => false
[is_xhtmlmp_preferred] => false
[is_html_preferred] => true
[advertised_device_os] => Android
[advertised_device_os_version] => 2.3
[advertised_browser] => Android Webkit
[advertised_browser_version] => 2.3
[complete_device_name] => ZTE Blade
[form_factor] => Smartphone
[is_phone] => true
[is_app_webview] => false
)
[all] => Array
(
[brand_name] => ZTE
[model_name] => Blade
[unique] => true
[ununiqueness_handler] =>
[is_wireless_device] => true
[device_claims_web_support] => true
[has_qwerty_keyboard] => true
[can_skip_aligned_link_row] => true
[uaprof] => http://www.zte.com.cn/mobile/uaprof/ZTE-BLADE.xml
[uaprof2] =>
[uaprof3] =>
[nokia_series] => 0
[nokia_edition] => 0
[device_os] => Android
[mobile_browser] => Android Webkit
[mobile_browser_version] =>
[device_os_version] => 2.3
[pointing_method] => touchscreen
[release_date] => 2011_february
[marketing_name] =>
[model_extra_info] =>
[nokia_feature_pack] => 0
[can_assign_phone_number] => true
[is_tablet] => false
[manufacturer_name] =>
[is_bot] => false
[is_google_glass] => false
[proportional_font] => false
[built_in_back_button_support] => false
[card_title_support] => true
[softkey_support] => false
[table_support] => true
[numbered_menus] => false
[menu_with_select_element_recommended] => false
[menu_with_list_of_links_recommended] => true
[icons_on_menu_items_support] => false
[break_list_of_links_with_br_element_recommended] => true
[access_key_support] => false
[wrap_mode_support] => false
[times_square_mode_support] => false
[deck_prefetch_support] => false
[elective_forms_recommended] => true
[wizards_recommended] => false
[image_as_link_support] => false
[insert_br_element_after_widget_recommended] => false
[wml_can_display_images_and_text_on_same_line] => false
[wml_displays_image_in_center] => false
[opwv_wml_extensions_support] => false
[wml_make_phone_call_string] => wtai://wp/mc;
[chtml_display_accesskey] => false
[emoji] => false
[chtml_can_display_images_and_text_on_same_line] => false
[chtml_displays_image_in_center] => false
[imode_region] => none
[chtml_make_phone_call_string] => tel:
[chtml_table_support] => false
[xhtml_honors_bgcolor] => true
[xhtml_supports_forms_in_table] => true
[xhtml_support_wml2_namespace] => false
[xhtml_autoexpand_select] => false
[xhtml_select_as_dropdown] => false
[xhtml_select_as_radiobutton] => false
[xhtml_select_as_popup] => false
[xhtml_display_accesskey] => false
[xhtml_supports_invisible_text] => false
[xhtml_supports_inline_input] => false
[xhtml_supports_monospace_font] => false
[xhtml_supports_table_for_layout] => true
[xhtml_supports_css_cell_table_coloring] => true
[xhtml_format_as_css_property] => false
[xhtml_format_as_attribute] => false
[xhtml_nowrap_mode] => false
[xhtml_marquee_as_css_property] => false
[xhtml_readable_background_color1] => #FFFFFF
[xhtml_readable_background_color2] => #FFFFFF
[xhtml_allows_disabled_form_elements] => true
[xhtml_document_title_support] => true
[xhtml_preferred_charset] => iso-8859-1
[opwv_xhtml_extensions_support] => false
[xhtml_make_phone_call_string] => tel:
[xhtmlmp_preferred_mime_type] => text/html
[xhtml_table_support] => true
[xhtml_send_sms_string] => sms:
[xhtml_send_mms_string] => mms:
[xhtml_file_upload] => not_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] => w3c_api
[xhtml_support_level] => 4
[preferred_markup] => html_web_4_0
[wml_1_1] => false
[wml_1_2] => false
[wml_1_3] => false
[html_wi_w3_xhtmlbasic] => true
[html_wi_oma_xhtmlmp_1_0] => true
[html_wi_imode_html_1] => false
[html_wi_imode_html_2] => false
[html_wi_imode_html_3] => false
[html_wi_imode_html_4] => false
[html_wi_imode_html_5] => false
[html_wi_imode_htmlx_1] => false
[html_wi_imode_htmlx_1_1] => false
[html_wi_imode_compact_generic] => false
[html_web_3_2] => true
[html_web_4_0] => true
[voicexml] => false
[multipart_support] => false
[total_cache_disable_support] => false
[time_to_live_support] => false
[resolution_width] => 480
[resolution_height] => 800
[columns] => 25
[max_image_width] => 320
[max_image_height] => 500
[rows] => 21
[physical_screen_width] => 46
[physical_screen_height] => 77
[dual_orientation] => true
[density_class] => 1.5
[wbmp] => true
[bmp] => false
[epoc_bmp] => false
[gif_animated] => false
[jpg] => true
[png] => true
[tiff] => false
[transparent_png_alpha] => true
[transparent_png_index] => true
[svgt_1_1] => false
[svgt_1_1_plus] => false
[greyscale] => false
[gif] => true
[colors] => 65536
[webp_lossy_support] => false
[webp_lossless_support] => false
[post_method_support] => true
[basic_authentication_support] => true
[empty_option_value_support] => true
[emptyok] => false
[nokia_voice_call] => false
[wta_voice_call] => false
[wta_phonebook] => false
[wta_misc] => false
[wta_pdc] => false
[https_support] => true
[phone_id_provided] => false
[max_data_rate] => 384
[wifi] => true
[sdio] => false
[vpn] => false
[has_cellular_radio] => true
[max_deck_size] => 2000000
[max_url_length_in_requests] => 256
[max_url_length_homepage] => 0
[max_url_length_bookmark] => 0
[max_url_length_cached_page] => 0
[max_no_of_connection_settings] => 0
[max_no_of_bookmarks] => 0
[max_length_of_username] => 0
[max_length_of_password] => 0
[max_object_size] => 0
[downloadfun_support] => false
[directdownload_support] => true
[inline_support] => false
[oma_support] => true
[ringtone] => false
[ringtone_3gpp] => false
[ringtone_midi_monophonic] => false
[ringtone_midi_polyphonic] => false
[ringtone_imelody] => false
[ringtone_digiplug] => false
[ringtone_compactmidi] => false
[ringtone_mmf] => false
[ringtone_rmf] => false
[ringtone_xmf] => false
[ringtone_amr] => false
[ringtone_awb] => false
[ringtone_aac] => false
[ringtone_wav] => false
[ringtone_mp3] => false
[ringtone_spmidi] => false
[ringtone_qcelp] => false
[ringtone_voices] => 1
[ringtone_df_size_limit] => 0
[ringtone_directdownload_size_limit] => 0
[ringtone_inline_size_limit] => 0
[ringtone_oma_size_limit] => 0
[wallpaper] => false
[wallpaper_max_width] => 0
[wallpaper_max_height] => 0
[wallpaper_preferred_width] => 0
[wallpaper_preferred_height] => 0
[wallpaper_resize] => none
[wallpaper_wbmp] => false
[wallpaper_bmp] => false
[wallpaper_gif] => false
[wallpaper_jpg] => false
[wallpaper_png] => false
[wallpaper_tiff] => false
[wallpaper_greyscale] => false
[wallpaper_colors] => 2
[wallpaper_df_size_limit] => 0
[wallpaper_directdownload_size_limit] => 0
[wallpaper_inline_size_limit] => 0
[wallpaper_oma_size_limit] => 0
[screensaver] => false
[screensaver_max_width] => 0
[screensaver_max_height] => 0
[screensaver_preferred_width] => 0
[screensaver_preferred_height] => 0
[screensaver_resize] => none
[screensaver_wbmp] => false
[screensaver_bmp] => false
[screensaver_gif] => false
[screensaver_jpg] => false
[screensaver_png] => false
[screensaver_greyscale] => false
[screensaver_colors] => 2
[screensaver_df_size_limit] => 0
[screensaver_directdownload_size_limit] => 0
[screensaver_inline_size_limit] => 0
[screensaver_oma_size_limit] => 0
[picture] => false
[picture_max_width] => 0
[picture_max_height] => 0
[picture_preferred_width] => 0
[picture_preferred_height] => 0
[picture_resize] => none
[picture_wbmp] => false
[picture_bmp] => false
[picture_gif] => false
[picture_jpg] => false
[picture_png] => false
[picture_greyscale] => false
[picture_colors] => 2
[picture_df_size_limit] => 0
[picture_directdownload_size_limit] => 0
[picture_inline_size_limit] => 0
[picture_oma_size_limit] => 0
[video] => false
[oma_v_1_0_forwardlock] => false
[oma_v_1_0_combined_delivery] => false
[oma_v_1_0_separate_delivery] => false
[streaming_video] => true
[streaming_3gpp] => true
[streaming_mp4] => true
[streaming_mov] => false
[streaming_video_size_limit] => 0
[streaming_real_media] => none
[streaming_flv] => false
[streaming_3g2] => false
[streaming_vcodec_h263_0] => 10
[streaming_vcodec_h263_3] => -1
[streaming_vcodec_mpeg4_sp] => 2
[streaming_vcodec_mpeg4_asp] => -1
[streaming_vcodec_h264_bp] => 3.0
[streaming_acodec_amr] => nb
[streaming_acodec_aac] => lc
[streaming_wmv] => none
[streaming_preferred_protocol] => rtsp
[streaming_preferred_http_protocol] => progressive_download
[wap_push_support] => true
[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] => 307200
[mms_max_height] => 480
[mms_max_width] => 640
[built_in_recorder] => false
[built_in_camera] => true
[mms_jpeg_baseline] => true
[mms_jpeg_progressive] => false
[mms_gif_static] => true
[mms_gif_animated] => false
[mms_png] => true
[mms_bmp] => false
[mms_wbmp] => true
[mms_amr] => true
[mms_wav] => true
[mms_midi_monophonic] => true
[mms_midi_polyphonic] => false
[mms_midi_polyphonic_voices] => 0
[mms_spmidi] => true
[mms_mmf] => false
[mms_mp3] => false
[mms_evrc] => false
[mms_qcelp] => false
[mms_ota_bitmap] => false
[mms_nokia_wallpaper] => false
[mms_nokia_operatorlogo] => false
[mms_nokia_3dscreensaver] => false
[mms_nokia_ringingtone] => false
[mms_rmf] => false
[mms_xmf] => false
[mms_symbian_install] => false
[mms_jar] => false
[mms_jad] => false
[mms_vcard] => false
[mms_vcalendar] => false
[mms_wml] => false
[mms_wbxml] => false
[mms_wmlc] => false
[mms_video] => false
[mms_mp4] => false
[mms_3gpp] => false
[mms_3gpp2] => false
[mms_max_frame_rate] => 0
[nokiaring] => false
[picturemessage] => false
[operatorlogo] => false
[largeoperatorlogo] => false
[callericon] => false
[nokiavcard] => false
[nokiavcal] => false
[sckl_ringtone] => false
[sckl_operatorlogo] => false
[sckl_groupgraphic] => false
[sckl_vcard] => false
[sckl_vcalendar] => false
[text_imelody] => false
[ems] => false
[ems_variablesizedpictures] => false
[ems_imelody] => false
[ems_odi] => false
[ems_upi] => false
[ems_version] => 0
[siemens_ota] => false
[siemens_logo_width] => 101
[siemens_logo_height] => 29
[siemens_screensaver_width] => 101
[siemens_screensaver_height] => 50
[gprtf] => false
[sagem_v1] => false
[sagem_v2] => false
[panasonic] => false
[sms_enabled] => true
[wav] => true
[mmf] => false
[smf] => false
[mld] => false
[midi_monophonic] => true
[midi_polyphonic] => false
[sp_midi] => true
[rmf] => false
[xmf] => false
[compactmidi] => false
[digiplug] => false
[nokia_ringtone] => false
[imelody] => true
[au] => false
[amr] => true
[awb] => false
[aac] => true
[mp3] => true
[voices] => 1
[qcelp] => false
[evrc] => false
[flash_lite_version] =>
[fl_wallpaper] => false
[fl_screensaver] => false
[fl_standalone] => false
[fl_browser] => false
[fl_sub_lcd] => false
[full_flash_support] => false
[css_supports_width_as_percentage] => true
[css_border_image] => webkit
[css_rounded_corners] => webkit
[css_gradient] => none
[css_spriting] => true
[css_gradient_linear] => none
[is_transcoder] => false
[transcoder_ua_header] => user-agent
[rss_support] => false
[pdf_support] => true
[progressive_download] => true
[playback_vcodec_h263_0] => 10
[playback_vcodec_h263_3] => -1
[playback_vcodec_mpeg4_sp] => 0
[playback_vcodec_mpeg4_asp] => -1
[playback_vcodec_h264_bp] => 3.0
[playback_real_media] => none
[playback_3gpp] => true
[playback_3g2] => false
[playback_mp4] => true
[playback_mov] => false
[playback_acodec_amr] => nb
[playback_acodec_aac] => none
[playback_df_size_limit] => 0
[playback_directdownload_size_limit] => 0
[playback_inline_size_limit] => 0
[playback_oma_size_limit] => 0
[playback_acodec_qcelp] => false
[playback_wmv] => none
[hinted_progressive_download] => true
[html_preferred_dtd] => html4
[viewport_supported] => true
[viewport_width] => device_width_token
[viewport_userscalable] => no
[viewport_initial_scale] =>
[viewport_maximum_scale] =>
[viewport_minimum_scale] =>
[mobileoptimized] => false
[handheldfriendly] => false
[canvas_support] => full
[image_inlining] => true
[is_smarttv] => false
[is_console] => false
[nfc_support] => false
[ux_full_desktop] => false
[jqm_grade] => A
[is_sencha_touch_ok] => false
[controlcap_is_smartphone] => default
[controlcap_is_ios] => default
[controlcap_is_android] => default
[controlcap_is_robot] => default
[controlcap_is_app] => default
[controlcap_advertised_device_os] => default
[controlcap_advertised_device_os_version] => default
[controlcap_advertised_browser] => default
[controlcap_advertised_browser_version] => default
[controlcap_is_windows_phone] => default
[controlcap_is_full_desktop] => default
[controlcap_is_largescreen] => default
[controlcap_is_mobile] => default
[controlcap_is_touchscreen] => default
[controlcap_is_wml_preferred] => default
[controlcap_is_xhtmlmp_preferred] => default
[controlcap_is_html_preferred] => default
[controlcap_form_factor] => default
[controlcap_complete_device_name] => default
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr></table>
</div>
<div class="section">
<h1 class="header center orange-text">About this comparison</h1>
<div class="row center">
<h5 class="header light">
The primary goal of this project is simple<br />
I wanted to know which user agent parser is the most accurate in each part - device detection, bot detection and so on...<br />
<br />
The secondary goal is to provide a source for all user agent parsers to improve their detection based on this results.<br />
<br />
You can also improve this further, by suggesting ideas at <a href="https://github.com/ThaDafinser/UserAgentParserComparison">ThaDafinser/UserAgentParserComparison</a><br />
<br />
The comparison is based on the abstraction by <a href="https://github.com/ThaDafinser/UserAgentParser">ThaDafinser/UserAgentParser</a>
</h5>
</div>
</div>
<div class="card">
<div class="card-content">
Comparison created <i>2016-02-13 13:25:49</i> | by
<a href="https://github.com/ThaDafinser">ThaDafinser</a>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/list.js/1.1.1/list.min.js"></script>
<script>
$(document).ready(function(){
// the "href" attribute of .modal-trigger must specify the modal ID that wants to be triggered
$('.modal-trigger').leanModal();
});
</script>
</body>
</html> | ThaDafinser/UserAgentParserComparison | v4/user-agent-detail/0c/66/0c66e51e-a457-45a0-a531-15ee839e7f0e.html | HTML | mit | 47,047 |
<!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.10"/>
<title>Lua-API++: Lua API++ library</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
$(window).load(resizeHeight);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="lpp_logo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Lua-API++
 <span id="projectnumber">2015-02-12-3</span>
</div>
<div id="projectbrief">Lua-API++ library</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.10 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li class="current"><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
</div><!-- 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('index.html','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="headertitle">
<div class="title">Lua API++ library </div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><p>Lua API++ library is a C++ wrapper for <a href="http://www.lua.org/">Lua</a> API. The goal of this library is to let you operate Lua using simple expressive syntax.</p>
<p>Most noticeable features provided by the library: </p><ul>
<li><a class="el" href="stack_management.html">automatic stack management</a>; </li>
<li>natural expressions (indexing, calls, arithmetics <em>[Lua 5.2+ only]</em>, concatenation); </li>
<li>full support of <a class="el" href="basic_concepts.html#basic_state_multiret">multi-value returns</a>; </li>
<li><a class="el" href="basic_concepts.html#basic_values_user">userdata</a> support; </li>
<li>easy <a class="el" href="classlua_1_1_table.html">table</a> creation and handling; </li>
<li>automatic <a class="el" href="classlua_1_1_context.html#affbac55a8c123d2b7bc7856a0b9004f5">wrapping</a> of C functions.</li>
</ul>
<p>Most noticeable <b>unsupported</b> features: </p><ul>
<li>debug; </li>
<li>coroutines; </li>
<li>string buffers.</li>
</ul>
<p>The library requires C++11 compatible compiler.</p>
<p>To get acquainted, read about <a class="el" href="basic_concepts.html">basic concepts</a>, <a class="el" href="motivational_example.html">motivational example</a> or <a class="el" href="usage.html">how to use</a> it.</p>
<p>This library is <a class="el" href="main_license.html">licensed</a> under terms of MIT license (same as <a href="http://www.lua.org/">Lua</a> itself) and maintained on <a href="https://github.com/OldFisher/lua-api-pp">GitHub</a> </p>
</div></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.10 </li>
</ul>
</div>
</body>
</html>
| OldFisher/lua-api-pp | doc/html/index.html | HTML | mit | 6,025 |
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet">
<!--<link rel="stylesheet" href="../../css/profile.css">-->
<div class="container">
<div class="row">
<div class="col-lg-4 col-lg-offset-3 col-sm-6 col-sm-offset-3">
<div class="card box hovercard">
<img class="cardheader" alt = ""[src]="profile.picture" />
<div class="avatar">
<img alt="" [src]="profile.picture">
</div>
<div class="info">
<div class="title">
<a>{{profile.given_name}}</a>
</div>
<div class="desc">{{profile.family_name}}</div>
<div class= "col-md-6">
<p>
Deine Tags: <a>{{profile.tagCounter}}</a>
</p>
</div>
<div class="cod-md-6">
<p>
First Tags: <a>{{profile.firstTagCounter}}</a>
</p>
</div>
<div class="row my_featureRow">
<div class="col-xs-12 col-sm-8 col-md-offset-2">
<div class="row">
<div class="col-xs-4 col-sm-4 my_planFeature my_plan1">
<i class="glyphicon glyphicon-certificate"></i>
</div>
<div class="col-xs-4 col-sm-4 my_planFeature my_plan1">
<i class="glyphicon glyphicon-glass"></i>
</div>
<div class="col-xs-4 col-sm-4 my_planFeature my_plan1">
<i class="glyphicon glyphicon-signal"></i>
</div>
</div>
</div>
</div>
<div class="row my_featureRow ">
<div class="col-xs-12 col-sm-8 col-md-offset-2">
<div class="row">
<div class="col-xs-4 col-sm-4 my_planFeature my_plan2">
<i class="fa-heart"></i>
</div>
<div class="col-xs-4 col-sm-4 my_planFeature my_plan2">
<i class="glyphicon glyphicon-music"></i>
</div>
<div class="col-xs-4 col-sm-4 my_planFeature my_plan2">
<i class="fa-plug"></i>
</div>
</div>
</div>
</div>
<div class="row my_featureRow ">
<div class="col-xs-12 col-sm-8 col-md-offset-2">
<div class="row">
<div class="col-xs-4 col-sm-4 my_planFeature my_plan3">
<i class="fa-diamond"></i>
</div>
<div class="col-xs-4 col-sm-4 my_planFeature my_plan3">
<i class="fa-heart"></i>
</div>
<div class="col-xs-4 col-sm-4 my_planFeature my_plan3">
<i class="glyphicon glyphicon-fast-forward"></i>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<style>
.card {
padding-top: 20px;
margin: 10px 0 20px 0;
background-color: rgba(214, 224, 226, 0.2);
border-top-width: 0;
border-bottom-width: 2px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.card .card-heading {
padding: 0 20px;
margin: 0;
}
.card .card-heading.simple {
font-size: 20px;
font-weight: 300;
color: #777;
border-bottom: 1px solid #e5e5e5;
}
.card .card-heading.image img {
display: inline-block;
width: 46px;
height: 46px;
margin-right: 15px;
vertical-align: top;
border: 0;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.card .card-heading.image .card-heading-header {
display: inline-block;
vertical-align: top;
}
.card .card-heading.image .card-heading-header h3 {
margin: 0;
font-size: 14px;
line-height: 16px;
color: #262626;
}
.card .card-heading.image .card-heading-header span {
font-size: 12px;
color: #999999;
}
.card .card-body {
padding: 0 20px;
margin-top: 20px;
}
.card .card-media {
padding: 0 20px;
margin: 0 -14px;
}
.card .card-media img {
max-width: 100%;
max-height: 100%;
}
.card .card-actions {
min-height: 30px;
padding: 0 20px 20px 20px;
margin: 20px 0 0 0;
}
.card .card-comments {
padding: 20px;
margin: 0;
background-color: #f8f8f8;
}
.card .card-comments .comments-collapse-toggle {
padding: 0;
margin: 0 20px 12px 20px;
}
.card .card-comments .comments-collapse-toggle a,
.card .card-comments .comments-collapse-toggle span {
padding-right: 5px;
overflow: hidden;
font-size: 12px;
color: #999;
text-overflow: ellipsis;
white-space: nowrap;
}
.card-comments .media-heading {
font-size: 13px;
font-weight: bold;
}
.card.people {
position: relative;
display: inline-block;
width: 170px;
height: 300px;
padding-top: 0;
margin-left: 20px;
overflow: hidden;
vertical-align: top;
}
.card.people:first-child {
margin-left: 0;
}
.card.people .card-top {
position: absolute;
top: 0;
left: 0;
display: inline-block;
width: 170px;
height: 150px;
background-color: #ffffff;
}
.card.people .card-top.green {
background-color: #53a93f;
}
.card.people .card-top.blue {
background-color: #427fed;
}
.card.people .card-info {
position: absolute;
top: 150px;
display: inline-block;
width: 100%;
height: 101px;
overflow: hidden;
background: #ffffff;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.card.people .card-info .title {
display: block;
margin: 8px 14px 0 14px;
overflow: hidden;
font-size: 16px;
font-weight: bold;
line-height: 18px;
color: #404040;
}
.card.people .card-info .desc {
display: block;
margin: 8px 14px 0 14px;
overflow: hidden;
font-size: 12px;
line-height: 16px;
color: #737373;
text-overflow: ellipsis;
}
.card.hovercard {
position: relative;
padding-top: 0;
overflow: hidden;
text-align: center;
background-color: rgba(214, 224, 226, 0.2);
}
.card.hovercard .cardheader {
width:100%;
background-size:100% cover;
height: 145px;
filter:blur(15px);
-webkit-filter:blur(15px);
-mox-filter:blur(15px);
}
.card.hovercard .avatar {
position: relative;
top: -50px;
margin-bottom: -50px;
}
.card.hovercard .avatar img {
width: 100px;
height: 100px;
max-width: 100px;
max-height: 100px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
border: 5px solid rgba(255,255,255,0.5);
}
.card.hovercard .info {
padding: 4px 8px 10px;
}
.card.hovercard .info .title {
margin-bottom: 4px;
font-size: 24px;
line-height: 1;
color: #262626;
vertical-align: middle;
}
.card.hovercard .info .desc {
overflow: hidden;
font-size: 12px;
line-height: 20px;
color: #737373;
text-overflow: ellipsis;
}
.card.hovercard .bottom {
padding: 0 20px;
margin-bottom: 17px;
}
.btn{ border-radius: 50%; width:32px; height:32px; line-height:18px; }
/* Use a wide full screen for small screens like tablets. */
@media (min-width: 768px) and (max-width:992px) {
.container {
width: initial;
padding-left: 2em;
padding-right: 2em;
}
}
/* --- Plans ---------------------------- */
.my_planHeader {
text-align: center;
color: white;
padding-top:0.2em;
padding-bottom:0.2em;
}
.my_planTitle {
font-size:2em;
font-weight: bold;
}
.my_planPrice {
font-size:1.4em;
font-weight: bold;
}
.my_planDuration {
margin-top: -0.6em;
}
@media (max-width: 768px) {
.my_planTitle {
font-size:small;
}
}
/* --- Features ------------------------- */
.my_feature {
line-height:2.8em;
}
@media (max-width: 768px) {
.my_feature {
text-align: center
}
}
.my_featureRow {
margin-top: 0.2em;
margin-bottom: 0.2em;
border: 0.1em solid rgb(163, 163, 163);
}
/* --- Plan 1 ---------------------------
.my_plan1 {
background: rgb(224,234,242);
}
.my_planHeader.my_plan1 a {
background: rgb(72, 109, 139);
color:white;
}
.my_planHeader.my_plan1 {
background: rgb(105, 153, 193);
border-bottom: thick solid rgb(72, 109, 139);
}*/
/* --- Plan 2 ---------------------------
.my_plan2 {
background: rgb(230,235,218);
}
.my_planHeader.my_plan2 a {
background: rgb(108, 131, 62);
color:white;
}
.my_planHeader.my_plan2 {
background: rgb(134, 162, 77);
border-bottom: thick solid rgb(108, 131, 62);
}*/
/* --- Plan 3 ---------------------------
.my_plan3 {
background: rgb(254,235,212);
}
.my_planHeader.my_plan3 a {
background: rgb(199, 127, 40);
color:white;
}
.my_planHeader.my_plan3 {
background: rgb(253, 161, 49);
border-bottom: thick solid rgb(199, 127, 40);
}*/
.my_planFeature {
text-align: center;
font-size: 2em;
}
.my_planFeature i.my_check {
color: green;
}
</style>
| hhoechtl/bar-sounds-hackathon | frontend/src/BarSoundz/app/components/profile/profile.html | HTML | mit | 10,984 |
<div id="tags" class="form-group has-feedback formio-component formio-component-tags formio-component-tags required" ref="component">
<label ref="label" class="col-form-label field-required" for="tags-tags" id="l-tags-tags">
Tags
</label>
<div ref="element">
<input ref="input" name="data[tags]" type="text" class="form-control" lang="en" value="" id="tags-tags" aria-labelledby="l-tags-tags " aria-required="true"></input>
</div>
<div ref="messageContainer" class="formio-errors invalid-feedback"></div>
</div> | formio/formio.js | test/renders/component-bootstrap-tags-required.html | HTML | mit | 531 |
<ion-view view-title="Login" hide-nav-bar="true">
<ion-content scroll="true">
<div style="position:absolute;top:44px; bottom :50px; left:0px;right:0px" ng-show="isIos" ng-class="{'custom-height-dashboard' : isKeyboardOpen}">
<div style="height:100%">
<div class="pageTitle"><img ng-src="img/AppLogo.png" style="width: 100%" /></div>
<div class="smallTitle">Login</div>
<form ng-submit="doLogin(user)">
<div class="list">
<label class="item item-input">
<input type="text" placeholder="Email" ng-model="user.email">
</label>
<label class="item item-input">
<input type="password" placeholder="Password" ng-model="user.password">
</label>
</div>
<div class="padding">
<button type="submit" class="button button-block button-positive">Login</button>
<a class="button button-block facebook-login-button icon-left ion-social-facebook" ng-click="loginWithFacebook()">Login With Facebook</a>
<!--<a class="button button-block google-login-button icon-left ion-social-google" ng-click="loginWithGoogle()">Login With Google</button>-->
<a class="button button-block" ng-click="goSignup()">Signup New Account</a>
</div>
<form>
</div>
</div>
</ion-content>
</ion-view> | RichardThuong/Teknoputra.Ionic | lib/templates/module/login.html | HTML | mit | 1,602 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>HipChatNotificationHelper - FAKE - F# Make</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="Steffen Forkmann, Mauricio Scheffer, Colin Bull">
<script src="https://code.jquery.com/jquery-1.8.0.js"></script>
<script src="https://code.jquery.com/ui/1.8.23/jquery-ui.js"></script>
<script src="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.1/js/bootstrap.min.js"></script>
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<link href="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.1/css/bootstrap-combined.min.css" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="http://fsharp.github.io/FAKE/content/style.css" />
<script type="text/javascript" src="http://fsharp.github.io/FAKE/content/tips.js"></script>
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="masthead">
<ul class="nav nav-pills pull-right">
<li><a href="http://fsharp.org">fsharp.org</a></li>
<li><a href="http://github.com/fsharp/fake">github page</a></li>
</ul>
<h3 class="muted"><a href="http://fsharp.github.io/FAKE/index.html">FAKE - F# Make</a></h3>
</div>
<hr />
<div class="row">
<div class="span9" id="main">
<h1>HipChatNotificationHelper</h1>
<div class="xmldoc">
<p>Contains a task to send notification messages to a <a href="https://www.hipchat.com/">HipChat</a> room</p>
</div>
<!-- Render nested types and modules, if there are any -->
<h2>Nested types and modules</h2>
<div>
<table class="table table-bordered type-list">
<thead>
<tr><td>Type</td><td>Description</td></tr>
</thead>
<tbody>
<tr>
<td class="type-name">
<a href="fake-hipchatnotificationhelper-hipchatnotificationparams.html">HipChatNotificationParams</a>
</td>
<td class="xmldoc"><p>The HipChat notification paramater type</p>
</td>
</tr>
</tbody>
</table>
</div>
<h3>Functions and values</h3>
<table class="table table-bordered member-list">
<thead>
<tr><td>Function or value</td><td>Description</td></tr>
</thead>
<tbody>
<tr>
<td class="member-name">
<code onmouseout="hideTip(event, '275', 275)" onmouseover="showTip(event, '275', 275)">
HipChatNotification setParams
</code>
<div class="tip" id="275">
<strong>Signature:</strong> setParams:(HipChatNotificationParams -> HipChatNotificationParams) -> int<br />
</div>
</td>
<td class="xmldoc">
<a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/HipChatNotificationHelper.fs#L49-49" class="github-link">
<img src="../content/img/github.png" class="normal" />
<img src="../content/img/github-blue.png" class="hover" />
</a>
<p>Sends a notification to a HipChat room</p>
<h2>Parameters</h2>
<ul>
<li><code>setParams</code> - Function used to override the default notification parameters</li>
</ul>
</td>
</tr>
<tr>
<td class="member-name">
<code onmouseout="hideTip(event, '276', 276)" onmouseover="showTip(event, '276', 276)">
HipChatNotificationDefaults
</code>
<div class="tip" id="276">
<strong>Signature:</strong> HipChatNotificationParams<br />
</div>
</td>
<td class="xmldoc">
<a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/HipChatNotificationHelper.fs#L27-27" class="github-link">
<img src="../content/img/github.png" class="normal" />
<img src="../content/img/github-blue.png" class="hover" />
</a>
<p>The default HipChat notification parameters</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="span3">
<a href="http://fsharp.github.io/FAKE/index.html">
<img src="http://fsharp.github.io/FAKE/pics/logo.png" style="width:140px;height:140px;margin:10px 0px 0px 35px;border-style:none;" />
</a>
<ul class="nav nav-list" id="menu">
<li class="nav-header">FAKE - F# Make</li>
<li class="divider"></li>
<li><a href="http://fsharp.github.io/FAKE/index.html">Home page</a></li>
<li class="divider"></li>
<li><a href="https://www.nuget.org/packages/FAKE">Get FAKE - F# Make via NuGet</a></li>
<li><a href="http://github.com/fsharp/fake">Source Code on GitHub</a></li>
<li><a href="http://github.com/fsharp/fake/blob/master/License.txt">License (Apache 2)</a></li>
<li><a href="http://fsharp.github.io/FAKE/RELEASE_NOTES.html">Release Notes</a></li>
<li><a href="http://fsharp.github.io/FAKE//contributing.html">Contributing to FAKE - F# Make</a></li>
<li><a href="http://fsharp.github.io/FAKE/users.html">Who is using FAKE?</a></li>
<li><a href="http://stackoverflow.com/questions/tagged/f%23-fake">Ask a question</a></li>
<li class="nav-header">Tutorials</li>
<li><a href="http://fsharp.github.io/FAKE/gettingstarted.html">Getting started</a></li>
<li class="divider"></li>
<li><a href="http://fsharp.github.io/FAKE/nuget.html">NuGet package restore</a></li>
<li><a href="http://fsharp.github.io/FAKE/fxcop.html">Using FxCop in a build</a></li>
<li><a href="http://fsharp.github.io/FAKE/assemblyinfo.html">Generating AssemblyInfo</a></li>
<li><a href="http://fsharp.github.io/FAKE/create-nuget-package.html">Create NuGet packages</a></li>
<li><a href="http://fsharp.github.io/FAKE/specifictargets.html">Running specific targets</a></li>
<li><a href="http://fsharp.github.io/FAKE/commandline.html">Running FAKE from command line</a></li>
<li><a href="http://fsharp.github.io/FAKE/parallel-build.html">Running targets in parallel</a></li>
<li><a href="http://fsharp.github.io/FAKE/fsc.html">Using the F# compiler from FAKE</a></li>
<li><a href="http://fsharp.github.io/FAKE/customtasks.html">Creating custom tasks</a></li>
<li><a href="http://fsharp.github.io/FAKE/teamcity.html">TeamCity integration</a></li>
<li><a href="http://fsharp.github.io/FAKE/canopy.html">Running canopy tests</a></li>
<li><a href="http://fsharp.github.io/FAKE/octopusdeploy.html">Octopus Deploy</a></li>
<li><a href="http://fsharp.github.io/FAKE/typescript.html">TypeScript support</a></li>
<li><a href="http://fsharp.github.io/FAKE/azurewebjobs.html">Azure WebJobs support</a></li>
<li><a href="http://fsharp.github.io/FAKE/azurecloudservices.html">Azure Cloud Services support</a></li>
<li class="divider"></li>
<li><a href="http://fsharp.github.io/FAKE/deploy.html">Fake.Deploy</a></li>
<li class="nav-header">Reference</li>
<li><a href="http://fsharp.github.io/FAKE/apidocs/index.html">API Reference</a></li>
</ul>
</div>
</div>
</div>
<a href="http://github.com/fsharp/fake"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png" alt="Fork me on GitHub"></a>
</body>
</html>
| andrewchaa/PopOpen | packages/FAKE.3.23.0/docs/apidocs/fake-hipchatnotificationhelper.html | HTML | mit | 8,043 |
<!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>
Introduction to Sets · Phongphun Kijsanayothin
</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="http://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-precomposed.png">
<link rel="shortcut icon" href="/public/favicon.ico">
<!-- RSS -->
<link rel="alternate" type="application/rss+xml" title="RSS" href="/atom.xml">
<!-- javascript -->
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX", "output/HTML-CSS"],
tex2jax: {
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
displayMath: [ ['$$','$$'], ["\\[","\\]"] ],
processEscapes: true
},
"HTML-CSS": { availableFonts: ["TeX"] }
});
</script>
<script type="text/javascript"
src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML.js"></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></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="/course/">Course</a>
<a class="sidebar-nav-item" href="/archive/v1.0.0.zip">Download</a>
<a class="sidebar-nav-item" href="">GitHub project</a>
<span class="sidebar-nav-item">Currently v1.0.0</span>
</nav>
<div class="sidebar-item">
<p>
© 2014. All rights reserved.
</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">Phongphun Kijsanayothin</a>
<small></small>
</h3>
</div>
</div>
<div class="container content">
<div class="post">
<h1 class="post-title">Introduction to Sets</h1>
<span class="post-date">20 Nov 2014</span>
<h2>Basic Terminology</h2>
<p>A <strong>set</strong> is a collection of objects where the <strong>order</strong> and <strong>frequency</strong>
of an object in the collection does not have the meaning.
A set is said to <strong>contain</strong> its elements.</p>
<h3>Notation</h3>
<ul>
<li>If $x$ is a member or elements of the set $S$, we write $x \in S$.</li>
<li>If $x$ is not an element of $S$, we write $x \notin S$.</li>
</ul>
<p><em>Definition 1</em>: The <em>empty</em> set, denoted as $\emptyset$ or $\{\}$,
is the set with no members.</p>
<h3>Set Representation</h3>
<p>Sets can be written in a variety ways. In this lecture, there are two
forms for representing the set:</p>
<ul>
<li><strong>Roster</strong> (Tabular) : list the elements if there are only a few</li>
<li><strong>Set Builder</strong> (Rule) : specify the sets using predicate to indicate
the attributes of the elements of the set.<br></li>
</ul>
<p>For example, <em>the set $A$ of all even number less than ten and greater
than zero</em> can be representing as</p>
<ul>
<li>Roster form as : $A = \{2, 4, 6, 8\}$</li>
<li>Set builder form as : $A = \{x | x~\mbox{mod}~2 = 0~and~0 \le x < 10\}$
<ul>
<li>two parts : (1) variable <strong>$x$</strong> reprensenting member of set and
(2) <strong>boolean existing condition</strong> of the variable where
"|" is read as "such that"</li>
</ul></li>
</ul>
<h3>Common Universal Sets</h3>
<p>The following notation is commonly used in general.</p>
<ul>
<li>$\mathbb{R}$ is the set of real numbers,</li>
<li>$\mathbb{N}$ is the set of natural numbers (i.e., $\{0, 1, 2, 3, \ldots\}$)</li>
<li>$\mathbb{Z}$ is the set of integers (i.e.,
$\{\ldots, -2, -1, 0, 1, 2, \ldots\}$)</li>
<li>$\mathbb{Z^+}$ is the set of positive integers
(i.e., $\{1, 2, 3, \ldots\}$</li>
</ul>
<h3>Complements and Subsets</h3>
<p><em>Definition 2</em>: The <strong>complement</strong> of set $A$ can be denoted as $\bar{A}$
which representing a set $\{x | x \notin A \}$.</p>
<p><em>Definition 3</em>: A set $A$ is a <strong>subset</strong> of a set $B$, denoted as
$A \subseteq B$, if and only if, every element of $A$ is also an elements of
$B$ </p>
<p><em>Definition 4</em>: A set $A$ is a <strong>proper subset</strong> of a set $B$, denoted as
$A \subset B$, if and only if, every element of $A$ is also an elements of
$B$ but $A \neq B$.</p>
<blockquote>
<p>Example 1: Elements and Subsets</p>
<p>Given a set $S = \{1, 2, \{1\}, \{3\}\}$, then </p>
<ul>
<li>$ 2 \in S$</li>
</ul>
</blockquote>
</div>
<div class="related">
<h2>Related Posts</h2>
<ul class="related-posts">
<li>
<h3>
<a href="//2014/01/02/introducing-lanyon/">
Introducing Lanyon
<small>02 Jan 2014</small>
</a>
</h3>
</li>
<li>
<h3>
<a href="//2014/01/01/example-content/">
Example content
<small>01 Jan 2014</small>
</a>
</h3>
</li>
<li>
<h3>
<a href="//2013/12/31/whats-jekyll/">
What's Jekyll?
<small>31 Dec 2013</small>
</a>
</h3>
</li>
</ul>
</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>
| kphongph/kphongph.github.io | _site/2014/11/20/introduction-to-sets/index.html | HTML | mit | 7,019 |
<h2>403 Error</h2>
<p>Forbidden. You may not access this page</p> | hyliandeveloper/phpmochaframe | templates/403error.html | HTML | mit | 65 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>ๆจๅ
ๆฃฎ</title>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>
| Joeycz/common | commonfull/index.html | HTML | mit | 197 |
<section data-ng-controller="IntroducesController" id="intro_section">
<div class="container-fluid intro_container">
<div class="introduces-list-header">
<p>"์์
์ ํ์ด ์ธ์์ ๋ฐ๊ฟ์ ์๋ค."<br>๋น์ ์ด ๋ฐ๋ก ๊ทธ ์ฃผ์ธ๊ณต!</p>
<div class="dummy01"></div>
<div class="dummy02"></div>
<div class="dummy03"></div>
</div>
<article id="join_guide">
<h2>
<img src="modules/introduces/img/registerinfo_tac.png" alt="์ฐธ๊ฐ๋ฐฉ๋ฒ">
<em>(์ ์๊ธฐ๊ฐ: 2015๋
7์ 1์ผ - 7์ 31์ผ ๊น์ง)<br/></em>
</h2>
<ul class="row">
<li class="col-xs-6 col-sm-3 reg01">
<div class="block">
<div class="dummy"></div>
<h3>์ ๋๋ฎค์ง๋ ์ด์ค<br>๊ณต์ ํํ์ด์ง์</h3>
<p>
<strong>ํ์๊ฐ์
</strong><br>
<์ ๋๋ฎค์ง๋ ์ด์ค 2015> ์<br>
๊ดํด ๊ถ๊ธํ์ ์ฌํญ์ ์ด๋ฉ์ผ<br>
unimusic2015@gmail.com<br>
์ผ๋ก ๋ฌธ์ ๋ถํ๋๋ฆฝ๋๋ค.
</p>
</div>
</li>
<li class="col-xs-6 col-sm-3 reg02">
<div class="block">
<div class="dummy"></div>
<h3>์ ํ๋ธ์<br>์ฐธ๊ฐ๊ณก ์์ ๋ฑ๋ก</h3>
<p>
์จ๋ผ์ธ ์ฌ์ฌ๊ฐ ๊ฐ๋ฅํ<br>
ํ๋ฆฌํฐ์ ์์์ ๋ง๋ค์ด<br>
์ฃผ์ธ์.
</p>
</div>
</li>
<li class="col-xs-6 col-sm-3 reg03">
<div class="block">
<div class="dummy"></div>
<p>
1. ๊ณต์ ํํ์ด์ง<br>๊ธฐ๋ณธ ํ๋กํ์<br>์์ฑ ํ <b>์ฐธ๊ฐ ์ ์ฒญ</b>
</p>
<p>
2. ์ฐธ๊ฐ๊ณก์ <b>์ ํ๋ธ<br>์์ URL์ ๋ฑ๋ก</b>
</p>
</div>
</li>
<li class="col-xs-6 col-sm-3 reg04">
<div class="block">
<div class="dummy"></div>
<p>
์ฐธ๊ฐ ์ ์ฒญ ์๋ฃ ํ<br>
๋ณธ์ธ์ ๊ฐ๋ณ ํ์ด์ง๊ฐ<br>
์์ฑ๋๊ณ ํํ์ด์ง์<br>
์ ์ ๊ฒ์๋ฉ๋๋ค.<br>
<b>7์ 31์ผ ์ฐธ๊ฐ์ ์ฒญ<br>
์ข
๋ฃ ํ ํ์ด์ง ์์ ๋ถ๊ฐ</b>
</p>
</div>
</li>
</ul>
</article>
<article id="join_info">
<h2>
<img src="modules/introduces/img/registerinfo_tac.png" alt="์ฐธ๊ฐ์ ์ค๋น์ฌํญ ์๋ด">
</h2>
<p>
1) ์ ๋๋ฎค์ง๋ ์ด์ค ํํ์ด์ง ํ์๊ฐ์
<br>
2) ์ฐธ๊ฐ๊ณก ์์ ์ ํ๋ธ ๋ฑ๋ก<br>
3) ํ ํ๋กํ ์ฌ์ง ๋ฐ ์ค๋ช
๊ธ ์ค๋น
</p>
</article>
<div class="common-button"><a href="#" class="btn-registration"><span class="sr-only">์ฐธ๊ฐ์ ๋ฑ๋ก</span></a></div>
</div>
</section> | jindev/M-project | public/modules/introduces/views/list-introduces.client.view2.html | HTML | mit | 3,529 |
<style>
html {
box-sizing: border-box;
font-size: 100%; }
*,
*::before,
*::after {
box-sizing: inherit; }
body {
background: #fefefe;
color: #0a0a0a;
font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
font-weight: normal;
line-height: 1.5;
margin: 0;
padding: 0;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased; }
html {
box-sizing: border-box;
font-size: 100%; }
*,
*::before,
*::after {
box-sizing: inherit; }
body {
background: #fefefe;
color: #0a0a0a;
font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
font-weight: normal;
line-height: 1.5;
margin: 0;
padding: 0;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased; }
</style>
<html lang="en" dir="ltr" prefix="og: http://ogp.me/ns#" class="no-js fonts-loaded"><head><meta charset="utf-8"/><meta name="referrer" content="origin"/><meta name="robots" content="index, follow"/><meta name="viewport" content="width=device-width, initial-scale=1"/><style>
html {
box-sizing: border-box;
font-size: 100%; }
*,
*::before,
*::after {
box-sizing: inherit; }
body {
background: #fefefe;
color: #0a0a0a;
font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
font-weight: normal;
line-height: 1.5;
margin: 0;
padding: 0;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased; }
html {
box-sizing: border-box;
font-size: 100%; }
*,
*::before,
*::after {
box-sizing: inherit; }
body {
background: #fefefe;
color: #0a0a0a;
font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
font-weight: normal;
line-height: 1.5;
margin: 0;
padding: 0;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased; }
</style></head><body><div><style>
.index__button___1Qw35 {
appearance: none;
background: transparent;
border: 0;
border-radius: 0;
line-height: 1;
padding: 0; }
[data-whatinput='mouse'] .index__button___1Qw35 {
outline: 0; }
.index__button___3D3Cg {
display: inline-block;
vertical-align: middle;
margin: 0 0 1rem 0;
padding: 0.85em 1em;
-webkit-appearance: none;
border: 1px solid transparent;
border-radius: 0;
transition: background-color 0.25s ease-out, color 0.25s ease-out;
font-size: 0.9rem;
line-height: 1;
text-align: center;
cursor: pointer;
background-color: #1779ba;
color: #fefefe; }
[data-whatinput='mouse'] .index__button___3D3Cg {
outline: 0; }
.index__button___3D3Cg:hover, .index__button___3D3Cg:focus {
background-color: #14679e;
color: #fefefe; }
.index__button___3D3Cg.index__tiny___2Sy8s {
font-size: 0.6rem; }
.index__button___3D3Cg.index__small___1dPUD {
font-size: 0.75rem; }
.index__button___3D3Cg.index__large___W9JoR {
font-size: 1.25rem; }
.index__button___3D3Cg.index__expanded___2ZeWM {
display: block;
width: 100%;
margin-right: 0;
margin-left: 0; }
.index__button___3D3Cg.index__primary___1k85F {
background-color: #1779ba;
color: #fefefe; }
.index__button___3D3Cg.index__primary___1k85F:hover, .index__button___3D3Cg.index__primary___1k85F:focus {
background-color: #126195;
color: #fefefe; }
.index__button___3D3Cg.index__secondary___12AKQ {
background-color: #767676;
color: #fefefe; }
.index__button___3D3Cg.index__secondary___12AKQ:hover, .index__button___3D3Cg.index__secondary___12AKQ:focus {
background-color: #5e5e5e;
color: #fefefe; }
.index__button___3D3Cg.index__success___1LQ1d {
background-color: #3adb76;
color: #0a0a0a; }
.index__button___3D3Cg.index__success___1LQ1d:hover, .index__button___3D3Cg.index__success___1LQ1d:focus {
background-color: #22bb5b;
color: #0a0a0a; }
.index__button___3D3Cg.index__warning___1rgyQ {
background-color: #ffae00;
color: #0a0a0a; }
.index__button___3D3Cg.index__warning___1rgyQ:hover, .index__button___3D3Cg.index__warning___1rgyQ:focus {
background-color: #cc8b00;
color: #0a0a0a; }
.index__button___3D3Cg.index__alert___3q8Rw {
background-color: #cc4b37;
color: #fefefe; }
.index__button___3D3Cg.index__alert___3q8Rw:hover, .index__button___3D3Cg.index__alert___3q8Rw:focus {
background-color: #a53b2a;
color: #fefefe; }
.index__button___3D3Cg.index__hollow___3pmge {
border: 1px solid #1779ba;
color: #1779ba; }
.index__button___3D3Cg.index__hollow___3pmge, .index__button___3D3Cg.index__hollow___3pmge:hover, .index__button___3D3Cg.index__hollow___3pmge:focus {
background-color: transparent; }
.index__button___3D3Cg.index__hollow___3pmge:hover, .index__button___3D3Cg.index__hollow___3pmge:focus {
border-color: #0c3d5d;
color: #0c3d5d; }
.index__button___3D3Cg.index__hollow___3pmge.index__primary___1k85F {
border: 1px solid #1779ba;
color: #1779ba; }
.index__button___3D3Cg.index__hollow___3pmge.index__primary___1k85F:hover, .index__button___3D3Cg.index__hollow___3pmge.index__primary___1k85F:focus {
border-color: #0c3d5d;
color: #0c3d5d; }
.index__button___3D3Cg.index__hollow___3pmge.index__secondary___12AKQ {
border: 1px solid #767676;
color: #767676; }
.index__button___3D3Cg.index__hollow___3pmge.index__secondary___12AKQ:hover, .index__button___3D3Cg.index__hollow___3pmge.index__secondary___12AKQ:focus {
border-color: #3b3b3b;
color: #3b3b3b; }
.index__button___3D3Cg.index__hollow___3pmge.index__success___1LQ1d {
border: 1px solid #3adb76;
color: #3adb76; }
.index__button___3D3Cg.index__hollow___3pmge.index__success___1LQ1d:hover, .index__button___3D3Cg.index__hollow___3pmge.index__success___1LQ1d:focus {
border-color: #157539;
color: #157539; }
.index__button___3D3Cg.index__hollow___3pmge.index__warning___1rgyQ {
border: 1px solid #ffae00;
color: #ffae00; }
.index__button___3D3Cg.index__hollow___3pmge.index__warning___1rgyQ:hover, .index__button___3D3Cg.index__hollow___3pmge.index__warning___1rgyQ:focus {
border-color: #805700;
color: #805700; }
.index__button___3D3Cg.index__hollow___3pmge.index__alert___3q8Rw {
border: 1px solid #cc4b37;
color: #cc4b37; }
.index__button___3D3Cg.index__hollow___3pmge.index__alert___3q8Rw:hover, .index__button___3D3Cg.index__hollow___3pmge.index__alert___3q8Rw:focus {
border-color: #67251a;
color: #67251a; }
.index__button___3D3Cg.index__disabled___2nrei, .index__button___3D3Cg[disabled] {
opacity: 0.25;
cursor: not-allowed; }
.index__button___3D3Cg.index__disabled___2nrei:hover, .index__button___3D3Cg.index__disabled___2nrei:focus, .index__button___3D3Cg[disabled]:hover, .index__button___3D3Cg[disabled]:focus {
background-color: #1779ba;
color: #fefefe; }
.index__button___3D3Cg.index__disabled___2nrei.index__primary___1k85F, .index__button___3D3Cg[disabled].index__primary___1k85F {
opacity: 0.25;
cursor: not-allowed; }
.index__button___3D3Cg.index__disabled___2nrei.index__primary___1k85F:hover, .index__button___3D3Cg.index__disabled___2nrei.index__primary___1k85F:focus, .index__button___3D3Cg[disabled].index__primary___1k85F:hover, .index__button___3D3Cg[disabled].index__primary___1k85F:focus {
background-color: #1779ba;
color: #fefefe; }
.index__button___3D3Cg.index__disabled___2nrei.index__secondary___12AKQ, .index__button___3D3Cg[disabled].index__secondary___12AKQ {
opacity: 0.25;
cursor: not-allowed; }
.index__button___3D3Cg.index__disabled___2nrei.index__secondary___12AKQ:hover, .index__button___3D3Cg.index__disabled___2nrei.index__secondary___12AKQ:focus, .index__button___3D3Cg[disabled].index__secondary___12AKQ:hover, .index__button___3D3Cg[disabled].index__secondary___12AKQ:focus {
background-color: #767676;
color: #fefefe; }
.index__button___3D3Cg.index__disabled___2nrei.index__success___1LQ1d, .index__button___3D3Cg[disabled].index__success___1LQ1d {
opacity: 0.25;
cursor: not-allowed; }
.index__button___3D3Cg.index__disabled___2nrei.index__success___1LQ1d:hover, .index__button___3D3Cg.index__disabled___2nrei.index__success___1LQ1d:focus, .index__button___3D3Cg[disabled].index__success___1LQ1d:hover, .index__button___3D3Cg[disabled].index__success___1LQ1d:focus {
background-color: #3adb76;
color: #fefefe; }
.index__button___3D3Cg.index__disabled___2nrei.index__warning___1rgyQ, .index__button___3D3Cg[disabled].index__warning___1rgyQ {
opacity: 0.25;
cursor: not-allowed; }
.index__button___3D3Cg.index__disabled___2nrei.index__warning___1rgyQ:hover, .index__button___3D3Cg.index__disabled___2nrei.index__warning___1rgyQ:focus, .index__button___3D3Cg[disabled].index__warning___1rgyQ:hover, .index__button___3D3Cg[disabled].index__warning___1rgyQ:focus {
background-color: #ffae00;
color: #fefefe; }
.index__button___3D3Cg.index__disabled___2nrei.index__alert___3q8Rw, .index__button___3D3Cg[disabled].index__alert___3q8Rw {
opacity: 0.25;
cursor: not-allowed; }
.index__button___3D3Cg.index__disabled___2nrei.index__alert___3q8Rw:hover, .index__button___3D3Cg.index__disabled___2nrei.index__alert___3q8Rw:focus, .index__button___3D3Cg[disabled].index__alert___3q8Rw:hover, .index__button___3D3Cg[disabled].index__alert___3q8Rw:focus {
background-color: #cc4b37;
color: #fefefe; }
.index__button___3D3Cg.index__dropdown___3ggQf::after {
display: block;
width: 0;
height: 0;
border: inset 0.4em;
content: '';
border-bottom-width: 0;
border-top-style: solid;
border-color: #fefefe transparent transparent;
position: relative;
top: 0.4em;
display: inline-block;
float: right;
margin-left: 1em; }
.index__button___3D3Cg.index__arrow-only___uTRlu::after {
top: -0.1em;
float: none;
margin-left: 0; }
</style>
<button color="disabled" type="button" class="index__button___3D3Cg index__disabled___2nrei index__button___1Qw35">Disabled</button></div></body></html>
| guzart/fain | docs/components/preview/button--disabled.html | HTML | mit | 10,191 |
<!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>SubscriptionsResponseDto Attached Properties</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">SubscriptionsResponseDto Attached Properties</h1>
<p />
<p>
The following tables list the members exposed by the
<a href="topic_00000000000009BD.html">SubscriptionsResponseDto</a>
type.
</p>
<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_00000000000009BD.html">SubscriptionsResponseDto Class</a><br />
<a href="topic_00000000000009A3.html">Tlece.Recruitment.Models.Subscriptions 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>
| asiboro/asiboro.github.io | vsdoc/topic_00000000000009BD_attached_props--.html | HTML | mit | 4,482 |
๏ปฟ<h1 class="ir"><img src="app/graphics/img/angCore.jpg"/></h1>
<h1>AngCore Base</h1>
<p>Hello world! This is AngCore Base by Esteban López A.</p>
<p>Last Release : 08/09/2013 V.1.0</p> | schwertfische/AngCore-Base | app/partials/_header.html | HTML | mit | 193 |
{% if rows|length > 0 %}
<table class="grid-shares">
<thead>
<tr>
{% set sort_dir = (sort == 'title') ? " " ~ dir : "" %}
<th class="left-align"><a class="sprites-after ui-icon-triangle-sort{{sort_dir}}" data-sort="title" href="#">{% trans "Title" %}</a> {{ rows|length }}</th>
{% set sort_dir = (sort == 'username') ? " " ~ dir : "" %}
<th class="left-align"><a class="sprites-after ui-icon-triangle-sort{{sort_dir}}" data-sort="username" href="#">{% trans "Username" %}</a></th>
{% set sort_dir = (sort == 'created') ? " " ~ dir : "" %}
{% if sort is empty %}
{% set sort_dir = " desc" %}
{% endif %}
<th class="center-align"><a class="sprites-after ui-icon-triangle-sort{{ sort_dir }}" data-sort="created" href="#">{% trans "Created" %}</a></th>
</tr>
</thead>
<tbody>
{% for row in rows %}
<tr class="{{ cycle(['odd', 'even'], loop.index0) }}">
<td class="title"><a class="map-load" data-id="{{ row.mid }}" href="#">{{ row.title }}</a></td>
<td>{{ row.username }}</td>
<td class="center-align">{{ row.created|date("M d, Y") }}</td>
</tr>
{% endfor %}
</tbody>
</table>
{% else %}
<div id="sharedmaps" class="panel"><p>{% trans "Maps shared by other authenticated users will appear here for you to reuse as templates in your account. You can share your saved maps with all other users from your My Maps panel." %}</p></div>
{% endif %} | dshorthouse/SimpleMappr | views/fragments/fragment.share.html | HTML | mit | 1,366 |
<html><body><p>๏ปฟ<!-- saved from url=(0024)http://docs.autodesk.com -->
<!DOCTYPE html>
<!-- Mirrored from help.autodesk.com/cloudhelp/2016/ENU/Maya-Tech-Docs/PyMel/generated/functions/pymel.core.runtime/pymel.core.runtime.PaintGrid.html by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 01 Aug 2015 05:35:49 GMT -->
<!-- Added by HTTrack --><meta content="text/html;charset=utf-8" http-equiv="content-type"/><!-- /Added by HTTrack -->
</p>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<title>pymel.core.runtime.PaintGrid โ PyMEL 1.0.7 documentation</title>
<link href="../../../_static/nature.css" rel="stylesheet" type="text/css"/>
<link href="../../../_static/pygments.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../../../',
VERSION: '1.0.7',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script src="../../../_static/jquery.js" type="text/javascript"></script>
<script src="../../../_static/underscore.js" type="text/javascript"></script>
<script src="../../../_static/doctools.js" type="text/javascript"></script>
<link href="../../../index-2.html" rel="top" title="PyMEL 1.0.7 documentation"/>
<link href="../../pymel.core.runtime.html" rel="up" title="pymel.core.runtime"/>
<link href="pymel.core.runtime.PaintGridOptions.html" rel="next" title="pymel.core.runtime.PaintGridOptions"/>
<link href="pymel.core.runtime.PaintGeomCacheToolOptions.html" rel="prev" title="pymel.core.runtime.PaintGeomCacheToolOptions"/>
<link href="../../../../style/adsk.cpm.css" rel="stylesheet" type="text/css"/><meta content="expert" name="experiencelevel"/><meta content="programmer" name="audience"/><meta content="enable" name="user-comments"/><meta content="ENU" name="language"/><meta content="MAYAUL" name="product"/><meta content="2016" name="release"/><meta content="Customization" name="book"/><meta content="Maya-Tech-Docs" name="component"/><meta content="/view/MAYAUL/2016/ENU/" name="helpsystempath"/><meta content="04/03/2015" name="created"/><meta content="04/03/2015" name="modified"/><meta content="Navigation
index
modules |
next |
previous |
PyMEL 1.0.7 documentation ยป
pymel.core.runtime ยป
pymel.core.runtime.PaintGrid ยถ
PaintGrid ( *args , **kwargs ) ยถ
Previous topic
pymel.core.runtime.PaintGeomCacheToolOptions
Next topic
pymel.core.runtime.PaintGridOptions
Core Modules
animation
effects
general
language
modeling
rendering
system
windows
Type Modules
datatypes..." name="description"/><meta content="__PyMel_generated_functions_pymel_core_runtime_pymel_core_runtime_PaintGrid_html" name="topicid"/>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a accesskey="I" href="../../../genindex.html" title="General Index">index</a></li>
<li class="right">
<a href="../../../py-modindex.html" title="Python Module Index">modules</a> |</li>
<li class="right">
<a accesskey="N" href="pymel.core.runtime.PaintGridOptions.html" title="pymel.core.runtime.PaintGridOptions">next</a> |</li>
<li class="right">
<a accesskey="P" href="pymel.core.runtime.PaintGeomCacheToolOptions.html" title="pymel.core.runtime.PaintGeomCacheToolOptions">previous</a> |</li>
<li><a href="../../../index-2.html">PyMEL 1.0.7 documentation</a> ยป</li>
<li><a accesskey="U" href="../../pymel.core.runtime.html">pymel.core.runtime</a> ยป</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body">
<div class="section" id="pymel-core-runtime-paintgrid">
<h1>pymel.core.runtime.PaintGrid<a class="headerlink" href="#pymel-core-runtime-paintgrid" title="Permalink to this headline">ยถ</a></h1>
<dl class="function">
<dt id="pymel.core.runtime.PaintGrid"><a name="//apple_ref/cpp/Function/pymel.core.runtime.PaintGrid"></a>
<tt class="descname">PaintGrid</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#pymel.core.runtime.PaintGrid" title="Permalink to this definition">ยถ</a></dt>
<dd></dd></dl>
</div>
</div>
</div>
</div>
<div class="sphinxsidebar">
<div class="sphinxsidebarwrapper">
<h4>Previous topic</h4>
<p class="topless"><a href="pymel.core.runtime.PaintGeomCacheToolOptions.html" title="previous chapter">pymel.core.runtime.PaintGeomCacheToolOptions</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="pymel.core.runtime.PaintGridOptions.html" title="next chapter">pymel.core.runtime.PaintGridOptions</a></p>
<h3><a href="../../../modules.html">Core Modules</a></h3>
<ul>
<li><a class="reference external" href="../../pymel.core.animation.html#module-pymel.core.animation"><tt class="xref">animation</tt></a></li>
<li><a class="reference external" href="../../pymel.core.effects.html#module-pymel.core.effects"><tt class="xref">effects</tt></a></li>
<li><a class="reference external" href="../../pymel.core.general.html#module-pymel.core.general"><tt class="xref">general</tt></a></li>
<li><a class="reference external" href="../../pymel.core.language.html#module-pymel.core.language"><tt class="xref">language</tt></a></li>
<li><a class="reference external" href="../../pymel.core.modeling.html#module-pymel.core.modeling"><tt class="xref">modeling</tt></a></li>
<li><a class="reference external" href="../../pymel.core.rendering.html#module-pymel.core.rendering"><tt class="xref">rendering</tt></a></li>
<li><a class="reference external" href="../../pymel.core.system.html#module-pymel.core.system"><tt class="xref">system</tt></a></li>
<li><a class="reference external" href="../../pymel.core.windows.html#module-pymel.core.windows"><tt class="xref">windows</tt></a></li>
</ul>
<h3><a href="../../../modules.html">Type Modules</a></h3>
<ul>
<li><a class="reference external" href="../../pymel.core.datatypes.html#module-pymel.core.datatypes"><tt class="xref">datatypes</tt></a></li>
<li><a class="reference external" href="../../pymel.core.nodetypes.html#module-pymel.core.nodetypes"><tt class="xref">nodetypes</tt></a></li>
<li><a class="reference external" href="../../pymel.core.uitypes.html#module-pymel.core.uitypes"><tt class="xref">uitypes</tt></a></li>
</ul>
<h3><a href="../../../modules.html">Other Modules</a></h3>
<ul>
<li><a class="reference external" href="../../pymel.api.plugins.html#module-pymel.api.plugins"><tt class="xref">plugins</tt></a></li>
<li><a class="reference external" href="../../pymel.mayautils.html#module-pymel.mayautils"><tt class="xref">mayautils</tt></a></li>
<li><a class="reference external" href="../../pymel.util.html#module-pymel.util"><tt class="xref">util</tt></a></li>
<li><a class="reference external" href="../../pymel.versions.html#module-pymel.versions"><tt class="xref">versions</tt></a>
</li><li><a class="reference external" href="../../pymel.tools.html#module-pymel.tools"><tt class="xref">tools</tt></a></li>
</ul>
<!--
<ul>
<li><a class="reference external" href="../../pymel.core.animation.html.html#module-pymel.core.animation"><tt class="xref">animation</tt></a></li>
<li><a class="reference external" href="../../pymel.core.datatypes.html.html#module-pymel.core.datatypes"><tt class="xref">datatypes</tt></a></li>
<li><a class="reference external" href="../../pymel.core.effects.html.html#module-pymel.core.effects"><tt class="xref">effects</tt></a></li>
<li><a class="reference external" href="../../pymel.core.general.html.html#module-pymel.core.general"><tt class="xref">general</tt></a></li>
<li><a class="reference external" href="../../pymel.core.language.html.html#module-pymel.core.language"><tt class="xref">language</tt></a></li>
<li><a class="reference external" href="../../pymel.core.modeling.html.html#module-pymel.core.modeling"><tt class="xref">modeling</tt></a></li>
<li><a class="reference external" href="../../pymel.core.nodetypes.html.html#module-pymel.core.nodetypes"><tt class="xref">nodetypes</tt></a></li>
<li><a class="reference external" href="../../pymel.core.rendering.html.html#module-pymel.core.rendering"><tt class="xref">rendering</tt></a></li>
<li><a class="reference external" href="../../pymel.core.system.html.html#module-pymel.core.system"><tt class="xref">system</tt></a></li>
<li><a class="reference external" href="../../pymel.core.windows.html.html#module-pymel.core.windows"><tt class="xref">windows</tt></a></li>
<li><a class="reference external" href="../../pymel.util.html.html#module-pymel.util"><tt class="xref">pymel.util</tt></a></li>
</ul>
-->
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../../../_sources/generated/functions/pymel.core.runtime/pymel.core.runtime.PaintGrid.txt" rel="nofollow">Show Source</a></li>
</ul>
<div id="searchbox" style="display: none">
<h3>Quick search</h3>
<form action="http://help.autodesk.com/cloudhelp/2016/ENU/Maya-Tech-Docs/PyMel/search.html" class="search" method="get"></form>
<input name="q" type="text"/>
<input type="submit" value="Go"/>
<input name="check_keywords" type="hidden" value="yes"/>
<input name="area" type="hidden" value="default"/>
<p class="searchtip" style="font-size: 90%">
Enter search terms or a module, class or function name.
</p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../../../genindex.html" title="General Index">index</a></li>
<li class="right">
<a href="../../../py-modindex.html" title="Python Module Index">modules</a> |</li>
<li class="right">
<a href="pymel.core.runtime.PaintGridOptions.html" title="pymel.core.runtime.PaintGridOptions">next</a> |</li>
<li class="right">
<a href="pymel.core.runtime.PaintGeomCacheToolOptions.html" title="pymel.core.runtime.PaintGeomCacheToolOptions">previous</a> |</li>
<li><a href="../../../index-2.html">PyMEL 1.0.7 documentation</a> ยป</li>
<li><a href="../../pymel.core.runtime.html">pymel.core.runtime</a> ยป</li>
</ul>
</div>
<div class="footer">
ยฉ Copyright 2009, Chad Dombrova.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3.
</div>
<!-- Mirrored from help.autodesk.com/cloudhelp/2016/ENU/Maya-Tech-Docs/PyMel/generated/functions/pymel.core.runtime/pymel.core.runtime.PaintGrid.html by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 01 Aug 2015 05:35:50 GMT -->
</body></html> | alexwidener/PyMelDocset | PyMel.docset/Contents/Resources/Documents/generated/functions/pymel.core.runtime/pymel.core.runtime.PaintGrid.html | HTML | mit | 10,486 |
<script>
const dimensions = {
HIT_ID: 'dimension1',
HIT_TIME: 'dimension2',
HIT_TYPE: 'dimension3',
TRACKING_VERSION: 'dimension4',
CLIENT_ID: 'dimension5',
WINDOW_ID: 'dimension6',
};
const TRACKING_VERSION = 0;
const uuid = function b(a) {
return a ? (a ^ Math.random() * 16 >> a / 4).toString(16) :
([1e7] + -1e3 + -4e3 + -8e3 + -1e11).replace(/[018]/g, b);
};
const init = () => {
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', '{{ site.google_analytics }}', 'auto');
ga('require', 'outboundLinkTracker');
ga('set', 'transport', 'beacon');
ga('set', dimensions.TRACKING_VERSION, TRACKING_VERSION);
ga('set', dimensions.WINDOW_ID, uuid());
ga((tracker) => {
var clientId = tracker.get('clientId');
tracker.set(dimensions.CLIENT_ID, clientId);
const originalBuildHitTask = tracker.get('buildHitTask');
tracker.set('buildHitTask', (model) => {
model.set(dimensions.HIT_ID, uuid(), true);
model.set(dimensions.HIT_TIME, String(+new Date), true);
model.set(dimensions.HIT_TYPE, model.get('hitType'), true);
originalBuildHitTask(model);
});
ga('send', 'pageview');
})
}
init();
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
<script async src="https://cdnjs.cloudflare.com/ajax/libs/autotrack/2.4.1/autotrack.js" integrity="sha256-vOtzmT0JTEyCHHVxkhEDvcjAXpCCxPxRPSRDWNU1k9s=" crossorigin="anonymous"></script> | nickswalker/nickwalker.us | _includes/google-analytics.html | HTML | mit | 1,683 |
---
layout: default
title: Hank Quinlan, Horrible Cop
---
<div class="blurb">
<h1>Hi there, I'm Hank Quinlan!</h1>
<p>I'm best known as the horrible cop from <em>A Touch of Evil</em> Don't trust me. <a href="/about">Read more about my life...</a></p>
</div><!-- /.blurb -->
<div id="footer">
<p>
Webpage made by <a href="/" target="_blank">[cob]</a>
</p>
</div>
| cobri/cobri.github.io | index.html | HTML | mit | 378 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.