text
stringlengths 2
1.05M
| repo_name
stringlengths 5
101
| path
stringlengths 4
991
| language
stringclasses 3
values | license
stringclasses 5
values | size
int64 2
1.05M
|
---|---|---|---|---|---|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Welcome to Gangneung Style!</title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css">
<!-- Font awsome -->
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<!-- Latest compiled and minified JavaScript -->
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<!-- syntax highlighting CSS -->
<link rel="stylesheet" href="/css/syntax.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="/css/blog.css">
<!-- Css for flags -->
<link href="/assets/docs.css" rel="stylesheet">
<link href="/css/flag-icon.css" rel="stylesheet">
<script language="javascript">
$(function(){
alert('test 2');
$('#blog-header').data('size','big');
});
$(window).scroll(function(){
if($(document).scrollTop() > 0)
{
if($('#blog-header').data('size') == 'big')
{
$('#blog-header').data('size','small');
$('#blog-header').stop().animate({
height:'40px'
},600);
}
}
else
{
if($('#blog-header').data('size') == 'small')
{
$('#blog-header').data('size','big');
$('#blog-header').stop().animate({
height:'170px'
},600);
}
}
})
</script>
</head>
<body role="document">
<div class="blog-masthead">
<div class="container">
<nav class="blog-nav">
<a class="blog-nav-item active" href="/">Gangneung Style</a>
<a class="blog-nav-item " href="//">Pantalla de inicio</a>
</nav>
</div>
<div id="#blog-header" class="col-sm-12 blog-header">
<div class="container">
<h2 class="blog-title">Gangneung Style</h2>
<p class="lead blog-description"></p>
</div>
</div>
</div>
<div class="container">
<div class="row">
<!--<div class="col-sm-12 blog-header">
<h2 class="blog-title">Gangneung Style</h2>
<p class="lead blog-description"></p>
</div>-->
<div class="col-sm-12 blog-main">
<div class="blog-post">
<h2 class="blog-post-title">Welcome to Gangneung Style!</h2>
<p class="blog-post-meta">14 Jul 2014 David<br/>
Lire ce post en <a href="/fr/2014/07/14/gangneung-style.html"><span class="flag-icon flag-icon-fr"></span> français</a><br/>
Read this post in <a href="/en/2014/07/14/gangneung-style.html"><span class="flag-icon flag-icon-en"></span> english</a><br/>
</p>
<p>Post en espanol</p>
<p>You'll find this post in your <code>_posts</code> directory - edit this post and re-build (or run with the <code>-w</code> switch) to see your changes!
To add new posts, simply add a file in the <code>_posts</code> directory that follows the convention: YYYY-MM-DD-name-of-post.ext.</p>
<p>강릉 스타일</p>
<p>Jekyll also offers powerful support for code snippets:</p>
<div class="highlight"><pre><code class="ruby"><span class="k">def</span> <span class="nf">show</span>
<span class="vi">@widget</span> <span class="o">=</span> <span class="no">Widget</span><span class="p">(</span><span class="n">params</span><span class="o">[</span><span class="ss">:id</span><span class="o">]</span><span class="p">)</span>
<span class="n">respond_to</span> <span class="k">do</span> <span class="o">|</span><span class="nb">format</span><span class="o">|</span>
<span class="nb">format</span><span class="o">.</span><span class="n">html</span> <span class="c1"># show.html.erb</span>
<span class="nb">format</span><span class="o">.</span><span class="n">json</span> <span class="p">{</span> <span class="n">render</span> <span class="ss">json</span><span class="p">:</span> <span class="vi">@widget</span> <span class="p">}</span>
<span class="k">end</span>
<span class="k">end</span>
</code></pre></div>
</div>
</div><!-- ./blog-main -->
<div class="col-sm-12 blog-sidebar">
<div class="container sidebar-module sidebar-module-inset">
<!--<div class="sidebar-module sidebar-module-inset">-->
<h4>Informacion</h4>
<p>
<div class="col-xs-4 col-md-2">
<img class="img-responsivei img-circle img-author" src="https://gangneungstyle.github.io/assets/David.jpg"/>
</div>
</p>
<!--</div>-->
</div>
<div class="sidebar-module">
<h4></h4>
<ol class="list-unstyled">
<li><a href="/2014/07"> 2014</a></li>
</ol>
</div>
</div><!-- /.blog-sidebar -->
</div><!-- ./row -->
</div> <!-- /.container -->
<div class="blog-footer">
<p>
<a href="/feed.xml"><i class="fa fa-rss-square"></i></a>
</p>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../dist/js/bootstrap.min.js"></script>
</body>
</html>
| gangneungstyle/gangneungstyle.github.io | es/2014/07/14/gangneung-style.html | HTML | mit | 6,232 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>topology: 1 m 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.7.2 / topology - 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>
topology
<small>
8.7.0
<span class="label label-success">1 m 33 s 🏆</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-12-21 01:02:06 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-21 01:02:06 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.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: "[email protected]"
homepage: "https://github.com/coq-contribs/topology"
license: "LGPL"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Topology"]
depends: [
"ocaml"
"coq" {>= "8.7" & < "8.8~"}
"coq-zorns-lemma" {>= "8.7" & < "8.8~"}
]
tags: [ "keyword: topology" "keyword: filters" "keyword: nets" "keyword: metric spaces" "keyword: real analysis" "keyword: Urysohn's lemma" "keyword: Tietze extension theorem" "category: Mathematics/Real Calculus and Topology" ]
authors: [ "Daniel Schepler <[email protected]>" ]
bug-reports: "https://github.com/coq-contribs/topology/issues"
dev-repo: "git+https://github.com/coq-contribs/topology.git"
synopsis: "General Topology"
description:
"This library develops some of the basic concepts and results of general topology."
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/topology/archive/v8.7.0.tar.gz"
checksum: "md5=c06cd890b788297b5e66dc9be0aeaa4d"
}
</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.8.7.0 coq.8.7.2</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-topology.8.7.0 coq.8.7.2</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>41 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.8.7.0 coq.8.7.2</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>1 m 33 s</dd>
</dl>
<h2>Installation size</h2>
<p>Total: 4 M</p>
<ul>
<li>322 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/TietzeExtension.vo</code></li>
<li>165 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/TietzeExtension.glob</code></li>
<li>145 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/UrysohnsLemma.vo</code></li>
<li>142 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/MetricSpaces.vo</code></li>
<li>124 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/UniformTopology.vo</code></li>
<li>118 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/RTopology.vo</code></li>
<li>107 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/Filters.vo</code></li>
<li>99 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/RFuncContinuity.vo</code></li>
<li>94 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/Compactness.vo</code></li>
<li>87 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/UrysohnsLemma.glob</code></li>
<li>84 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/Compactness.glob</code></li>
<li>84 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/RTopology.glob</code></li>
<li>83 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/MetricSpaces.glob</code></li>
<li>79 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/Nets.vo</code></li>
<li>73 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/Completion.vo</code></li>
<li>69 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/ProductTopology.vo</code></li>
<li>68 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/Completeness.vo</code></li>
<li>67 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/RFuncContinuity.glob</code></li>
<li>62 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/FiltersAndNets.vo</code></li>
<li>62 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/OpenBases.vo</code></li>
<li>60 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/CountabilityAxioms.vo</code></li>
<li>58 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/InteriorsClosures.vo</code></li>
<li>58 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/TopologicalSpaces.vo</code></li>
<li>55 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/RationalsInReals.vo</code></li>
<li>55 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/SupInf.vo</code></li>
<li>54 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/NeighborhoodBases.vo</code></li>
<li>53 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/SeparatednessAxioms.vo</code></li>
<li>52 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/ProductTopology.glob</code></li>
<li>51 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/FilterLimits.vo</code></li>
<li>49 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/UniformTopology.glob</code></li>
<li>47 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/WeakTopology.vo</code></li>
<li>45 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/Continuity.vo</code></li>
<li>45 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/Subbases.vo</code></li>
<li>44 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/OrderTopology.vo</code></li>
<li>42 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/StrongTopology.vo</code></li>
<li>39 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/Filters.glob</code></li>
<li>37 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/ContinuousFactorization.vo</code></li>
<li>37 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/Homeomorphisms.vo</code></li>
<li>36 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/Connectedness.vo</code></li>
<li>36 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/Nets.glob</code></li>
<li>35 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/InteriorsClosures.glob</code></li>
<li>34 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/DirectedSets.vo</code></li>
<li>31 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/SubspaceTopology.vo</code></li>
<li>30 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/Neighborhoods.vo</code></li>
<li>28 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/CountabilityAxioms.glob</code></li>
<li>27 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/TopologicalSpaces.glob</code></li>
<li>25 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/Completeness.glob</code></li>
<li>25 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/TietzeExtension.v</code></li>
<li>20 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/MetricSpaces.v</code></li>
<li>20 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/SeparatednessAxioms.glob</code></li>
<li>20 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/UrysohnsLemma.v</code></li>
<li>19 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/Continuity.glob</code></li>
<li>19 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/Completion.glob</code></li>
<li>19 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/WeakTopology.glob</code></li>
<li>18 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/RTopology.v</code></li>
<li>18 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/Compactness.v</code></li>
<li>17 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/OrderTopology.glob</code></li>
<li>17 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/RationalsInReals.glob</code></li>
<li>16 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/OpenBases.glob</code></li>
<li>16 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/FiltersAndNets.glob</code></li>
<li>15 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/SupInf.glob</code></li>
<li>15 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/FilterLimits.glob</code></li>
<li>15 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/NeighborhoodBases.glob</code></li>
<li>13 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/RFuncContinuity.v</code></li>
<li>12 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/ProductTopology.v</code></li>
<li>11 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/Filters.v</code></li>
<li>11 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/Nets.v</code></li>
<li>11 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/UniformTopology.v</code></li>
<li>10 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/DirectedSets.glob</code></li>
<li>9 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/InteriorsClosures.v</code></li>
<li>9 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/Connectedness.glob</code></li>
<li>8 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/Subbases.glob</code></li>
<li>8 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/TopologicalSpaces.v</code></li>
<li>8 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/Homeomorphisms.glob</code></li>
<li>7 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/ContinuousFactorization.glob</code></li>
<li>7 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/CountabilityAxioms.v</code></li>
<li>6 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/FiltersAndNets.v</code></li>
<li>6 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/StrongTopology.glob</code></li>
<li>6 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/SeparatednessAxioms.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/Continuity.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/Completeness.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/FilterLimits.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/Completion.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/OpenBases.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/WeakTopology.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/NeighborhoodBases.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/Neighborhoods.glob</code></li>
<li>4 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/OrderTopology.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/SubspaceTopology.glob</code></li>
<li>3 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/SupInf.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/DirectedSets.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/Subbases.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/Connectedness.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/RationalsInReals.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/Homeomorphisms.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/ContinuousFactorization.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/StrongTopology.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/Neighborhoods.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Topology/SubspaceTopology.v</code></li>
</ul>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq-topology.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">
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.7.2/topology/8.7.0.html | HTML | mit | 18,569 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Login Page - Photon Admin Panel Theme</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
<link rel="shortcut icon" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/css/css_compiled/js/plugins/favicon.ico" />
<link rel="apple-touch-icon" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/css/css_compiled/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/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/css/css_compiled/js/plugins/css/css_compiled/photon-min.css?v1.1" media="all" />
<link rel="stylesheet" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/css/css_compiled/js/plugins/css/css_compiled/photon-min-part2.css?v1.1" media="all" />
<link rel="stylesheet" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/css/css_compiled/js/plugins/css/css_compiled/photon-responsive-min.css?v1.1" media="all" />
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="css/css_compiled/ie-only-min.css?v1.1" />
<![endif]-->
<!--[if lt IE 9]>
<link rel="stylesheet" type="text/css" href="css/css_compiled/ie8-only-min.css?v1.1" />
<script type="text/javascript" src="js/plugins/excanvas.js"></script>
<script type="text/javascript" src="js/plugins/html5shiv.js"></script>
<script type="text/javascript" src="js/plugins/respond.min.js"></script>
<script type="text/javascript" src="js/plugins/fixFontIcons.js"></script>
<![endif]-->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/jquery-ui.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/css/css_compiled/js/plugins/js/bootstrap/bootstrap.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/css/css_compiled/js/plugins/js/plugins/modernizr.custom.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.pnotify.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/css/css_compiled/js/plugins/js/plugins/less-1.3.1.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/css/css_compiled/js/plugins/js/plugins/xbreadcrumbs.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.maskedinput-1.3.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.autotab-1.1b.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/css/css_compiled/js/plugins/js/plugins/charCount.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.textareaCounter.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/css/css_compiled/js/plugins/js/plugins/elrte.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/css/css_compiled/js/plugins/js/plugins/elrte.en.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/css/css_compiled/js/plugins/js/plugins/select2.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery-picklist.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.validate.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/css/css_compiled/js/plugins/js/plugins/additional-methods.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.form.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.metadata.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.mockjax.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.uniform.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.tagsinput.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.rating.pack.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/css/css_compiled/js/plugins/js/plugins/farbtastic.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.timeentry.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.dataTables.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.jstree.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/css/css_compiled/js/plugins/js/plugins/dataTables.bootstrap.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.mousewheel.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.mCustomScrollbar.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.flot.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.flot.stack.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.flot.pie.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.flot.resize.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/css/css_compiled/js/plugins/js/plugins/raphael.2.1.0.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/css/css_compiled/js/plugins/js/plugins/justgage.1.0.1.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.qrcode.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.clock.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.countdown.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.jqtweet.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.cookie.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/css/css_compiled/js/plugins/js/plugins/bootstrap-fileupload.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/css/css_compiled/js/plugins/js/plugins/prettify/prettify.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/css/css_compiled/js/plugins/js/plugins/bootstrapSwitch.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/css/css_compiled/js/plugins/js/plugins/mfupload.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/css/css_compiled/js/plugins/js/common.js"></script>
</head>
<body class="body-login">
<div class="nav-fixed-topright" style="visibility: hidden">
<ul class="nav nav-user-menu">
<li class="user-sub-menu-container">
<a href="javascript:;">
<i class="user-icon"></i><span class="nav-user-selection">Theme Options</span><i class="icon-menu-arrow"></i>
</a>
<ul class="nav user-sub-menu">
<li class="light">
<a href="javascript:;">
<i class='icon-photon stop'></i>Light Version
</a>
</li>
<li class="dark">
<a href="javascript:;">
<i class='icon-photon stop'></i>Dark Version
</a>
</li>
</ul>
</li>
<li>
<a href="javascript:;">
<i class="icon-photon mail"></i>
</a>
</li>
<li>
<a href="javascript:;">
<i class="icon-photon comment_alt2_stroke"></i>
<div class="notification-count">12</div>
</a>
</li>
</ul>
</div>
<script>
$(function(){
setTimeout(function(){
$('.nav-fixed-topright').removeAttr('style');
}, 300);
$(window).scroll(function(){
if($('.breadcrumb-container').length){
var scrollState = $(window).scrollTop();
if (scrollState > 0) $('.nav-fixed-topright').addClass('nav-released');
else $('.nav-fixed-topright').removeClass('nav-released')
}
});
$('.user-sub-menu-container').on('click', function(){
$(this).toggleClass('active-user-menu');
});
$('.user-sub-menu .light').on('click', function(){
if ($('body').is('.light-version')) return;
$('body').addClass('light-version');
setTimeout(function() {
$.cookie('themeColor', 'light', {
expires: 7,
path: '/'
});
}, 500);
});
$('.user-sub-menu .dark').on('click', function(){
if ($('body').is('.light-version')) {
$('body').removeClass('light-version');
$.cookie('themeColor', 'dark', {
expires: 7,
path: '/'
});
}
});
});
</script>
<div class="container-login">
<div class="form-centering-wrapper">
<div class="form-window-login">
<div class="form-window-login-logo">
<div class="login-logo">
<img src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/bootstrap/css/css_compiled/js/plugins/images/photon/[email protected]" alt="Photon UI"/>
</div>
<h2 class="login-title">Welcome to Photon UI!</h2>
<div class="login-member">Not a Member? <a href="justgage.1.0.1.min.js.html#">Sign Up »</a>
<a href="justgage.1.0.1.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="justgage.1.0.1.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/css/css_compiled/@{photonImagePath}plugins/elrte/images/photon/js/bootstrap/css/css_compiled/js/plugins/justgage.1.0.1.min.js.html | HTML | mit | 16,859 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>qarith-stern-brocot: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.8.1 / qarith-stern-brocot - 8.14.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
qarith-stern-brocot
<small>
8.14.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-02-10 07:56:43 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-10 07:56:43 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 2 Virtual package relying on perl
coq 8.8.1 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.07.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.07.1 Official release 4.07.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.3 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/coq-community/qarith-stern-brocot"
dev-repo: "git+https://github.com/coq-community/qarith-stern-brocot.git"
bug-reports: "https://github.com/coq-community/qarith-stern-brocot/issues"
license: "LGPL-2.1-or-later"
synopsis: "Binary rational numbers in Coq"
description: """
Development of rational numbers in Coq as finite binary lists and defining
field operations on them in two different ways: strict and lazy.
"""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"coq" {>= "8.14" & < "8.15~"}
]
tags: [
"category:Mathematics/Arithmetic and Number Theory/Rational numbers"
"category:Miscellaneous/Extracted Programs/Arithmetic"
"keyword:rational numbers"
"keyword:arithmetic"
"keyword:field tactic"
"keyword:binary lists"
"keyword:Stern-Brocot"
"logpath:QArithSternBrocot"
"date:2021-10-30"
]
authors: [
"Milad Niqui"
"Yves Bertot"
]
url {
src: "https://github.com/coq-community/qarith-stern-brocot/archive/v8.14.0.tar.gz"
checksum: "sha512=bc553ba930da80608c87c968016b7b8733a806aa65c510cc9834aca4933710ac21173d3691837bf09c3aba34849f320442086bf05081e22121fef97b084611b4"
}
</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-qarith-stern-brocot.8.14.0 coq.8.8.1</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.8.1).
The following dependencies couldn't be met:
- coq-qarith-stern-brocot -> coq >= 8.14
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-qarith-stern-brocot.8.14.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.07.1-2.0.6/released/8.8.1/qarith-stern-brocot/8.14.0.html | HTML | mit | 7,256 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_121) on Sun Feb 04 21:46:32 CET 2018 -->
<title>com.github.jhanne82.documenttree.document</title>
<meta name="date" content="2018-02-04">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
<body>
<h1 class="bar"><a href="../../../../../com/github/jhanne82/documenttree/document/package-summary.html" target="classFrame">com.github.jhanne82.documenttree.document</a></h1>
<div class="indexContainer">
<h2 title="Classes">Classes</h2>
<ul title="Classes">
<li><a href="Document.html" title="class in com.github.jhanne82.documenttree.document" target="classFrame">Document</a></li>
<li><a href="DocumentList.html" title="class in com.github.jhanne82.documenttree.document" target="classFrame">DocumentList</a></li>
</ul>
</div>
</body>
</html>
| jhanne82/DocumentTree | src/main/javadoc/com/github/jhanne82/documenttree/document/package-frame.html | HTML | mit | 1,038 |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- 選舉資料查詢 -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>中選會選舉資料庫網站</title>
<link rel="stylesheet" type="text/css" href="http://db.cec.gov.tw/votehist.css">
<script type="text/javascript">
function AddToFaves_hp() {
var is_4up = parseInt(navigator.appVersion);
var is_mac = navigator.userAgent.toLowerCase().indexOf("mac")!=-1;
var is_ie = navigator.userAgent.toLowerCase().indexOf("msie")!=-1;
var thePage = location.href;
if (thePage.lastIndexOf('#')!=-1)
thePage = thePage.substring(0,thePage.lastIndexOf('#'));
if (is_ie && is_4up && !is_mac)
window.external.AddFavorite(thePage,document.title);
else if (is_ie || document.images)
booker_hp = window.open(thePage,'booker_','menubar,width=325,height=100,left=140,top=60');
//booker_hp.focus();
}
</script>
</head>
<body class="frame">
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- 標題:選舉資料庫網站 -->
<div style="width: 100%; height: 56px; margin: 0px 0px 0px 0px; border-style: solid; border-width: 0px 0px 1px 0px; border-color: black;">
<div style="float: left;">
<img src="http://db.cec.gov.tw/images/main_title.gif" />
</div>
<div style="width: 100%; height: 48px;">
<div style="text-align: center;">
<img src="http://db.cec.gov.tw/images/small_ghost.gif" /> <span
style="height: 30px; font-size: 20px;"> <a href="http://www.cec.gov.tw"
style="text-decoration: none;">回中選會網站</a>
</span>
</div>
</div>
<div style="width: 100%; height: 8px; background-color: #fde501;">
</div>
</div>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- 頁籤 -->
<div
style="width: 100%; height: 29px; background-image: url('http://db.cec.gov.tw/images/tab_background.gif'); background-repeat: repeat-x;">
<div style="text-align: center;">
<a href="histMain.jsp"><img border="0" src="http://db.cec.gov.tw/images/tab_01.gif" /></a>
<a href="histCand.jsp"><img border="0" src="http://db.cec.gov.tw/images/tab_02.gif" /></a>
<!-- <a href=""><img border="0" src="images/tab_03.gif" /></a> -->
<!-- <a href=""><img border="0" src="images/tab_04.gif" /></a> -->
<a href="histQuery.jsp?voteCode=20120101T1A2&qryType=ctks&prvCode=04&cityCode=000&areaCode=03&deptCode=027&liCode=0455#"><img border="0" src="http://db.cec.gov.tw/images/tab_05.gif" onClick="AddToFaves_hp()" /></a>
<a href="mailto:[email protected];[email protected]"><img border="0" src="http://db.cec.gov.tw/images/tab_06.gif" /></a>
</div>
</div>
<div
style="width: 100%; height: 22px; background-image: url('http://db.cec.gov.tw/images/tab_separator.gif'); background-repeat: repeat-x;">
</div>
<div class="query">
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- 子頁面:查詢候選人得票數 -->
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- 標題 -->
<div class="titlebox">
<div class="title">
<div class="head">第 08 屆 立法委員選舉(區域) 候選人得票數</div>
<div class="date">投票日期:中華民國101年01月14日</div>
<div class="separator"></div>
</div>
</div>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- 查詢:候選人得票數,縣市多選區,如區域立委 -->
<link rel="stylesheet" type="text/css" href="http://db.cec.gov.tw/qryCtks.css" />
<!-- 投開票所表頭 -->
<table class="ctks" width="950" height="22" border=1 cellpadding="0" cellspacing="0" >
<tr class="title">
<td nowrap align="center">地區</td>
<td nowrap align="center">姓名</td>
<td nowrap align="center">號次</td>
<td nowrap align="center">得票數</td>
<td nowrap align="center">得票率</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap rowspan=3 align=center>臺南市第03選區安南區溪東里第0681投開票所</td>
<td nowrap align="center">謝龍介</td>
<td nowrap align="center">1</td>
<td nowrap align="right">367</td>
<td nowrap align="right"> 33.42%</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap align="center">陳亭妃</td>
<td nowrap align="center">2</td>
<td nowrap align="right">716</td>
<td nowrap align="right"> 65.20%</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap align="center">陳源奇</td>
<td nowrap align="center">3</td>
<td nowrap align="right">15</td>
<td nowrap align="right"> 1.36%</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap rowspan=3 align=center>臺南市第03選區安南區溪東里第0682投開票所</td>
<td nowrap align="center">謝龍介</td>
<td nowrap align="center">1</td>
<td nowrap align="right">472</td>
<td nowrap align="right"> 36.16%</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap align="center">陳亭妃</td>
<td nowrap align="center">2</td>
<td nowrap align="right">820</td>
<td nowrap align="right"> 62.83%</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap align="center">陳源奇</td>
<td nowrap align="center">3</td>
<td nowrap align="right">13</td>
<td nowrap align="right"> 0.99%</td>
</tr>
</table>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<div style="width: 100%; height: 20px; margin: 30px 0px 0px 0px; text-align: center; ">
<span>
<img src="http://db.cec.gov.tw/images/leave_arrow_left.gif" />
</span>
<span style="margin: 0px 10px 0px 10px; ">
<a style="text-decoration: none; font-size: 15px; " href="histPrint">下載</a>
</span>
<span>
<img src="http://db.cec.gov.tw/images/leave_arrow_right.gif" />
</span>
<span style="margin-right: 100px;"> </span>
<span>
<img src="http://db.cec.gov.tw/images/leave_arrow_left.gif" />
</span>
<span style="margin: 0px 10px 0px 10px; ">
<a style="text-decoration: none; font-size: 15px; " href="histMain.jsp">離開</a>
</span>
<span>
<img src="http://db.cec.gov.tw/images/leave_arrow_right.gif" />
</span>
</div>
</div>
</body>
</html> | g0v/projectV | mirror/prvCode_07/cityCode_000-areaCode_03-deptCode_027/voteCode_20120101T1A2-qryType_ctks-prvCode_04-cityCode_000-areaCode_03-deptCode_027-liCode_0455.html | HTML | mit | 6,520 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.9.1"/>
<title>V8 API Reference Guide for node.js v4.2.5: Class Members - Functions</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">V8 API Reference Guide for node.js v4.2.5
</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="inherits.html"><span>Class Hierarchy</span></a></li>
<li class="current"><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<div id="navrow3" class="tabs2">
<ul class="tablist">
<li><a href="functions.html"><span>All</span></a></li>
<li class="current"><a href="functions_func.html"><span>Functions</span></a></li>
<li><a href="functions_vars.html"><span>Variables</span></a></li>
<li><a href="functions_type.html"><span>Typedefs</span></a></li>
<li><a href="functions_enum.html"><span>Enumerations</span></a></li>
</ul>
</div>
<div id="navrow4" class="tabs3">
<ul class="tablist">
<li><a href="functions_func.html#index_a"><span>a</span></a></li>
<li class="current"><a href="functions_func_b.html#index_b"><span>b</span></a></li>
<li><a href="functions_func_c.html#index_c"><span>c</span></a></li>
<li><a href="functions_func_d.html#index_d"><span>d</span></a></li>
<li><a href="functions_func_e.html#index_e"><span>e</span></a></li>
<li><a href="functions_func_f.html#index_f"><span>f</span></a></li>
<li><a href="functions_func_g.html#index_g"><span>g</span></a></li>
<li><a href="functions_func_h.html#index_h"><span>h</span></a></li>
<li><a href="functions_func_i.html#index_i"><span>i</span></a></li>
<li><a href="functions_func_j.html#index_j"><span>j</span></a></li>
<li><a href="functions_func_l.html#index_l"><span>l</span></a></li>
<li><a href="functions_func_m.html#index_m"><span>m</span></a></li>
<li><a href="functions_func_n.html#index_n"><span>n</span></a></li>
<li><a href="functions_func_o.html#index_o"><span>o</span></a></li>
<li><a href="functions_func_p.html#index_p"><span>p</span></a></li>
<li><a href="functions_func_r.html#index_r"><span>r</span></a></li>
<li><a href="functions_func_s.html#index_s"><span>s</span></a></li>
<li><a href="functions_func_t.html#index_t"><span>t</span></a></li>
<li><a href="functions_func_u.html#index_u"><span>u</span></a></li>
<li><a href="functions_func_v.html#index_v"><span>v</span></a></li>
<li><a href="functions_func_w.html#index_w"><span>w</span></a></li>
<li><a href="functions_func_~.html#index_~"><span>~</span></a></li>
</ul>
</div>
</div><!-- top -->
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="contents">
 
<h3><a class="anchor" id="index_b"></a>- b -</h3><ul>
<li>BindToCurrentContext()
: <a class="el" href="classv8_1_1UnboundScript.html#a0f3354dc71e3f831d10f6e82704a4c2b">v8::UnboundScript</a>
</li>
<li>Buffer()
: <a class="el" href="classv8_1_1ArrayBufferView.html#a2ceba3908fbf98ecc81702083127b046">v8::ArrayBufferView</a>
</li>
<li>ByteLength()
: <a class="el" href="classv8_1_1ArrayBuffer.html#ab73b98ba6436b57c5a1b3d29429e0199">v8::ArrayBuffer</a>
, <a class="el" href="classv8_1_1ArrayBufferView.html#a9fc7563c97e0b639a6c0a3274995bb3c">v8::ArrayBufferView</a>
, <a class="el" href="classv8_1_1SharedArrayBuffer.html#a09cfb461e2f3f8e1fca53a4a2fbfd8df">v8::SharedArrayBuffer</a>
</li>
<li>ByteOffset()
: <a class="el" href="classv8_1_1ArrayBufferView.html#a4739a31269f5ebc5b88a708b9429c688">v8::ArrayBufferView</a>
</li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.9.1
</small></address>
</body>
</html>
| v8-dox/v8-dox.github.io | 9baa561/html/functions_func_b.html | HTML | mit | 6,878 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>mathcomp-fingroup: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.9.0 / mathcomp-fingroup - 1.6.1</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
mathcomp-fingroup
<small>
1.6.1
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-01-09 19:07:39 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-09 19:07:39 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 1 Virtual package relying on perl
coq 8.9.0 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.06.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.06.1 Official 4.06.1 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
name: "coq-mathcomp-fingroup"
version: "1.6.1"
maintainer: "Mathematical Components <[email protected]>"
homepage: "http://ssr.msr-inria.inria.fr/"
bug-reports: "Mathematical Components <[email protected]>"
license: "CeCILL-B"
build: [ make "-C" "mathcomp/fingroup" "-j" "%{jobs}%" ]
install: [ make "-C" "mathcomp/fingroup" "install" ]
remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/mathcomp/fingroup'" ]
depends: [
"ocaml"
"coq-mathcomp-ssreflect" {= "1.6.1"}
]
tags: [ "keyword:finite groups" "keyword:small scale reflection" "keyword:mathematical components" "keyword:odd order theorem" ]
authors: [ "Jeremy Avigad <>" "Andrea Asperti <>" "Stephane Le Roux <>" "Yves Bertot <>" "Laurence Rideau <>" "Enrico Tassi <>" "Ioana Pasca <>" "Georges Gonthier <>" "Sidi Ould Biha <>" "Cyril Cohen <>" "Francois Garillot <>" "Alexey Solovyev <>" "Russell O'Connor <>" "Laurent Théry <>" "Assia Mahboubi <>" ]
synopsis: "Mathematical Components Library on finite groups"
description: """
This library contains definitions and theorems about finite groups,
group quotients, group morphisms, group presentation, group action..."""
url {
src: "http://github.com/math-comp/math-comp/archive/mathcomp-1.6.1.tar.gz"
checksum: "md5=10d8a17134ddb509b4afa8d3243ee1a0"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-mathcomp-fingroup.1.6.1 coq.8.9.0</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.9.0).
The following dependencies couldn't be met:
- coq-mathcomp-fingroup -> coq-mathcomp-ssreflect = 1.6.1 -> coq < 8.7~ -> ocaml < 4.06.0
base of this switch (use `--unlock-base' to force)
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-mathcomp-fingroup.1.6.1</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.06.1-2.0.5/released/8.9.0/mathcomp-fingroup/1.6.1.html | HTML | mit | 7,651 |
---
layout: default
title: Diana Lozano's Projects
permalink: /
desc: my work
---
<!-- Article wrapper, limit width -->
<article>
<!-- Post title -->
<header>
<h1 class=amsf-title>
projects
</h1>
<small>by <b>Diana Lozano</b>・</b>view it on <a href="https://github.com/cutofmyjib?tab=repositories">GitHub</a></small>
</header>
{% for post in site.categories.projects %}
{% include page-item.html %}
{% endfor %}
</article>
| cutofmyjib/cutofmyjib.github.io | index.html | HTML | mit | 467 |
<div class="commune_descr limited">
<p>
Saint-Même-le-Tenu est
une ville localisée dans le département de Loire-Atlantique en Pays de la Loire. Elle totalisait 1 120 habitants en 2008.</p>
<p>À coté de Saint-Même-le-Tenu sont localisées les communes de
<a href="{{VLROOT}}/immobilier/port_97407/">Le Port</a> située à 13 km, 38 148 habitants,
<a href="{{VLROOT}}/immobilier/machecoul_44087/">Machecoul</a> localisée à 3 km, 5 732 habitants,
<a href="{{VLROOT}}/immobilier/saint-leger-les-vignes_44171/">Saint-Léger-les-Vignes</a> à 13 km, 1 375 habitants,
<a href="{{VLROOT}}/immobilier/paulx_44119/">Paulx</a> située à 7 km, 1 779 habitants,
<a href="{{VLROOT}}/immobilier/saint-hilaire-de-chaleons_44164/">Saint-Hilaire-de-Chaléons</a> à 10 km, 1 791 habitants,
<a href="{{VLROOT}}/immobilier/port-saint-pere_44133/">Port-Saint-Père</a> située à 13 km, 2 533 habitants,
entre autres. De plus, Saint-Même-le-Tenu est située à seulement 28 km de <a href="{{VLROOT}}/immobilier/nantes_44109/">Nantes</a>.</p>
<p>Le parc de logements, à Saint-Même-le-Tenu, se décomposait en 2011 en six appartements et 473 maisons soit
un marché relativement équilibré.</p>
<p>La ville offre quelques équipements sportifs, elle propose entre autres une boucle de randonnée.</p>
<p>À Saint-Même-le-Tenu, la valeur moyenne à l'achat d'un appartement se situe à 2 799 € du m² en vente. Le prix moyen d'une maison à l'achat se situe à 1 441 € du m². À la location le prix moyen se situe à 8,75 € du m² par mois.</p>
</div>
| donaldinou/frontend | src/Viteloge/CoreBundle/Resources/descriptions/44181.html | HTML | mit | 1,654 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.9.1"/>
<title>V8 API Reference Guide for node.js v0.9.4 - v0.9.5: deps/v8/include/v8.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>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">V8 API Reference Guide for node.js v0.9.4 - v0.9.5
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.9.1 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
<li><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="files.html"><span>File List</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="dir_94a36784afa54c0b50996002372b429e.html">deps</a></li><li class="navelem"><a class="el" href="dir_7edecdc49f3d0e5b35ff20670f3bf33e.html">v8</a></li><li class="navelem"><a class="el" href="dir_3debe4bd29323c1699f247c91661804b.html">include</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">v8.h</div> </div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">// Copyright 2012 the V8 project authors. All rights reserved.</span></div>
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment">// Redistribution and use in source and binary forms, with or without</span></div>
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment">// modification, are permitted provided that the following conditions are</span></div>
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment">// met:</span></div>
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment">//</span></div>
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment">// * Redistributions of source code must retain the above copyright</span></div>
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment">// notice, this list of conditions and the following disclaimer.</span></div>
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment">// * Redistributions in binary form must reproduce the above</span></div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="comment">// copyright notice, this list of conditions and the following</span></div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="comment">// disclaimer in the documentation and/or other materials provided</span></div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="comment">// with the distribution.</span></div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="comment">// * Neither the name of Google Inc. nor the names of its</span></div>
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="comment">// contributors may be used to endorse or promote products derived</span></div>
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="comment">// from this software without specific prior written permission.</span></div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="comment">//</span></div>
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="comment">// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS</span></div>
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="comment">// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT</span></div>
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span> <span class="comment">// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR</span></div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span> <span class="comment">// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT</span></div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="comment">// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,</span></div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="comment">// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT</span></div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span> <span class="comment">// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,</span></div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span> <span class="comment">// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY</span></div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span> <span class="comment">// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT</span></div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span> <span class="comment">// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE</span></div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span> <span class="comment">// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</span></div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span> </div>
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span> <span class="preprocessor">#ifndef V8_H_</span></div>
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span> <span class="preprocessor">#define V8_H_</span></div>
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span> </div>
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span> <span class="preprocessor">#include "v8stdint.h"</span></div>
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span> </div>
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span> <span class="preprocessor">#ifdef _WIN32</span></div>
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span> </div>
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span> <span class="comment">// Setup for Windows DLL export/import. When building the V8 DLL the</span></div>
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span> <span class="comment">// BUILDING_V8_SHARED needs to be defined. When building a program which uses</span></div>
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span> <span class="comment">// the V8 DLL USING_V8_SHARED needs to be defined. When either building the V8</span></div>
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span> <span class="comment">// static library or building a program which uses the V8 static library neither</span></div>
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span> <span class="comment">// BUILDING_V8_SHARED nor USING_V8_SHARED should be defined.</span></div>
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span> <span class="preprocessor">#if defined(BUILDING_V8_SHARED) && defined(USING_V8_SHARED)</span></div>
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span> <span class="preprocessor">#error both BUILDING_V8_SHARED and USING_V8_SHARED are set - please check the\</span></div>
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span> <span class="preprocessor"> build configuration to ensure that at most one of these is set</span></div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span> <span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span> </div>
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span> <span class="preprocessor">#ifdef BUILDING_V8_SHARED</span></div>
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span> <span class="preprocessor">#define V8EXPORT __declspec(dllexport)</span></div>
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span> <span class="preprocessor">#elif USING_V8_SHARED</span></div>
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span> <span class="preprocessor">#define V8EXPORT __declspec(dllimport)</span></div>
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span> <span class="preprocessor">#else</span></div>
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span> <span class="preprocessor">#define V8EXPORT</span></div>
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span> <span class="preprocessor">#endif // BUILDING_V8_SHARED</span></div>
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span> </div>
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span> <span class="preprocessor">#else // _WIN32</span></div>
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span> </div>
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span> <span class="comment">// Setup for Linux shared library export.</span></div>
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span> <span class="preprocessor">#if defined(__GNUC__) && ((__GNUC__ >= 4) || \</span></div>
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span> <span class="preprocessor"> (__GNUC__ == 3 && __GNUC_MINOR__ >= 3)) && defined(V8_SHARED)</span></div>
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span> <span class="preprocessor">#ifdef BUILDING_V8_SHARED</span></div>
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span> <span class="preprocessor">#define V8EXPORT __attribute__ ((visibility("default")))</span></div>
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span> <span class="preprocessor">#else</span></div>
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span> <span class="preprocessor">#define V8EXPORT</span></div>
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span> <span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span> <span class="preprocessor">#else</span></div>
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span> <span class="preprocessor">#define V8EXPORT</span></div>
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span> <span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span> </div>
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span> <span class="preprocessor">#endif // _WIN32</span></div>
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span> </div>
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span> <span class="keyword">namespace </span><a class="code" href="namespacev8.html">v8</a> {</div>
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span> </div>
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span> <span class="keyword">class </span>Context;</div>
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span> <span class="keyword">class </span>String;</div>
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span> <span class="keyword">class </span>StringObject;</div>
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span> <span class="keyword">class </span>Value;</div>
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span> <span class="keyword">class </span>Utils;</div>
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span> <span class="keyword">class </span>Number;</div>
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span> <span class="keyword">class </span>NumberObject;</div>
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span> <span class="keyword">class </span>Object;</div>
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span> <span class="keyword">class </span>Array;</div>
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span> <span class="keyword">class </span>Int32;</div>
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span> <span class="keyword">class </span>Uint32;</div>
<div class="line"><a name="l00095"></a><span class="lineno"> 95</span> <span class="keyword">class </span>External;</div>
<div class="line"><a name="l00096"></a><span class="lineno"> 96</span> <span class="keyword">class </span>Primitive;</div>
<div class="line"><a name="l00097"></a><span class="lineno"> 97</span> <span class="keyword">class </span>Boolean;</div>
<div class="line"><a name="l00098"></a><span class="lineno"> 98</span> <span class="keyword">class </span>BooleanObject;</div>
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span> <span class="keyword">class </span>Integer;</div>
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span> <span class="keyword">class </span>Function;</div>
<div class="line"><a name="l00101"></a><span class="lineno"> 101</span> <span class="keyword">class </span>Date;</div>
<div class="line"><a name="l00102"></a><span class="lineno"> 102</span> <span class="keyword">class </span>ImplementationUtilities;</div>
<div class="line"><a name="l00103"></a><span class="lineno"> 103</span> <span class="keyword">class </span>Signature;</div>
<div class="line"><a name="l00104"></a><span class="lineno"> 104</span> <span class="keyword">class </span>AccessorSignature;</div>
<div class="line"><a name="l00105"></a><span class="lineno"><a class="line" href="classv8_1_1_handle.html"> 105</a></span> <span class="keyword">template</span> <<span class="keyword">class</span> T> <span class="keyword">class </span><a class="code" href="classv8_1_1_handle.html">Handle</a>;</div>
<div class="line"><a name="l00106"></a><span class="lineno"><a class="line" href="classv8_1_1_local.html"> 106</a></span> <span class="keyword">template</span> <<span class="keyword">class</span> T> <span class="keyword">class </span><a class="code" href="classv8_1_1_local.html">Local</a>;</div>
<div class="line"><a name="l00107"></a><span class="lineno"><a class="line" href="classv8_1_1_persistent.html"> 107</a></span> <span class="keyword">template</span> <<span class="keyword">class</span> T> <span class="keyword">class </span><a class="code" href="classv8_1_1_persistent.html">Persistent</a>;</div>
<div class="line"><a name="l00108"></a><span class="lineno"> 108</span> <span class="keyword">class </span><a class="code" href="classv8_1_1_function_template.html">FunctionTemplate</a>;</div>
<div class="line"><a name="l00109"></a><span class="lineno"> 109</span> <span class="keyword">class </span><a class="code" href="classv8_1_1_object_template.html">ObjectTemplate</a>;</div>
<div class="line"><a name="l00110"></a><span class="lineno"> 110</span> <span class="keyword">class </span><a class="code" href="classv8_1_1_data.html">Data</a>;</div>
<div class="line"><a name="l00111"></a><span class="lineno"> 111</span> <span class="keyword">class </span><a class="code" href="classv8_1_1_accessor_info.html">AccessorInfo</a>;</div>
<div class="line"><a name="l00112"></a><span class="lineno"> 112</span> <span class="keyword">class </span><a class="code" href="classv8_1_1_stack_trace.html">StackTrace</a>;</div>
<div class="line"><a name="l00113"></a><span class="lineno"> 113</span> <span class="keyword">class </span><a class="code" href="classv8_1_1_stack_frame.html">StackFrame</a>;</div>
<div class="line"><a name="l00114"></a><span class="lineno"> 114</span> <span class="keyword">class </span><a class="code" href="classv8_1_1_isolate.html">Isolate</a>;</div>
<div class="line"><a name="l00115"></a><span class="lineno"> 115</span> </div>
<div class="line"><a name="l00116"></a><span class="lineno"> 116</span> <span class="keyword">namespace </span>internal {</div>
<div class="line"><a name="l00117"></a><span class="lineno"> 117</span> </div>
<div class="line"><a name="l00118"></a><span class="lineno"> 118</span> <span class="keyword">class </span><a class="code" href="classv8_1_1_arguments.html">Arguments</a>;</div>
<div class="line"><a name="l00119"></a><span class="lineno"> 119</span> <span class="keyword">class </span><a class="code" href="classv8_1_1_object.html">Object</a>;</div>
<div class="line"><a name="l00120"></a><span class="lineno"> 120</span> <span class="keyword">class </span>Heap;</div>
<div class="line"><a name="l00121"></a><span class="lineno"> 121</span> <span class="keyword">class </span>HeapObject;</div>
<div class="line"><a name="l00122"></a><span class="lineno"> 122</span> <span class="keyword">class </span><a class="code" href="classv8_1_1_isolate.html">Isolate</a>;</div>
<div class="line"><a name="l00123"></a><span class="lineno"> 123</span> }</div>
<div class="line"><a name="l00124"></a><span class="lineno"> 124</span> </div>
<div class="line"><a name="l00125"></a><span class="lineno"> 125</span> </div>
<div class="line"><a name="l00126"></a><span class="lineno"> 126</span> <span class="comment">// --- Weak Handles ---</span></div>
<div class="line"><a name="l00127"></a><span class="lineno"> 127</span> </div>
<div class="line"><a name="l00128"></a><span class="lineno"> 128</span> </div>
<div class="line"><a name="l00138"></a><span class="lineno"><a class="line" href="namespacev8.html#a4d5db775dbc002b23f1b55ec7ce80ea5"> 138</a></span> <span class="keyword">typedef</span> void (*<a class="code" href="namespacev8.html#a4d5db775dbc002b23f1b55ec7ce80ea5">WeakReferenceCallback</a>)(<a class="code" href="classv8_1_1_persistent.html">Persistent<Value></a> object,</div>
<div class="line"><a name="l00139"></a><span class="lineno"> 139</span>  <span class="keywordtype">void</span>* parameter);</div>
<div class="line"><a name="l00140"></a><span class="lineno"> 140</span> </div>
<div class="line"><a name="l00141"></a><span class="lineno"> 141</span> </div>
<div class="line"><a name="l00142"></a><span class="lineno"> 142</span> <span class="comment">// --- Handles ---</span></div>
<div class="line"><a name="l00143"></a><span class="lineno"> 143</span> </div>
<div class="line"><a name="l00144"></a><span class="lineno"> 144</span> <span class="preprocessor">#define TYPE_CHECK(T, S) \</span></div>
<div class="line"><a name="l00145"></a><span class="lineno"> 145</span> <span class="preprocessor"> while (false) { \</span></div>
<div class="line"><a name="l00146"></a><span class="lineno"> 146</span> <span class="preprocessor"> *(static_cast<T* volatile*>(0)) = static_cast<S*>(0); \</span></div>
<div class="line"><a name="l00147"></a><span class="lineno"> 147</span> <span class="preprocessor"> }</span></div>
<div class="line"><a name="l00148"></a><span class="lineno"> 148</span> </div>
<div class="line"><a name="l00174"></a><span class="lineno"> 174</span> <span class="keyword">template</span> <<span class="keyword">class</span> T> <span class="keyword">class </span><a class="code" href="classv8_1_1_handle.html">Handle</a> {</div>
<div class="line"><a name="l00175"></a><span class="lineno"> 175</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l00179"></a><span class="lineno"><a class="line" href="classv8_1_1_handle.html#aa7543a3d572565806a66e922634cc2f4"> 179</a></span>  <span class="keyword">inline</span> <a class="code" href="classv8_1_1_handle.html#aa7543a3d572565806a66e922634cc2f4">Handle</a>() : val_(0) {}</div>
<div class="line"><a name="l00180"></a><span class="lineno"> 180</span> </div>
<div class="line"><a name="l00184"></a><span class="lineno"><a class="line" href="classv8_1_1_handle.html#aac16277f1131898a4a2ef664d051cc18"> 184</a></span>  <span class="keyword">inline</span> <span class="keyword">explicit</span> <a class="code" href="classv8_1_1_handle.html#aac16277f1131898a4a2ef664d051cc18">Handle</a>(T* val) : val_(val) {}</div>
<div class="line"><a name="l00185"></a><span class="lineno"> 185</span> </div>
<div class="line"><a name="l00196"></a><span class="lineno"><a class="line" href="classv8_1_1_handle.html#a64aee8fcde243c8a5abebfe534b3797a"> 196</a></span>  <span class="keyword">template</span> <<span class="keyword">class</span> S> <span class="keyword">inline</span> <a class="code" href="classv8_1_1_handle.html#a64aee8fcde243c8a5abebfe534b3797a">Handle</a>(<a class="code" href="classv8_1_1_handle.html">Handle<S></a> that)</div>
<div class="line"><a name="l00197"></a><span class="lineno"> 197</span>  : val_(reinterpret_cast<T*>(*that)) {</div>
<div class="line"><a name="l00203"></a><span class="lineno"> 203</span>  TYPE_CHECK(T, S);</div>
<div class="line"><a name="l00204"></a><span class="lineno"> 204</span>  }</div>
<div class="line"><a name="l00205"></a><span class="lineno"> 205</span> </div>
<div class="line"><a name="l00209"></a><span class="lineno"><a class="line" href="classv8_1_1_handle.html#ab3b20b28e7f672de83a2dc8d6809f815"> 209</a></span>  <span class="keyword">inline</span> <span class="keywordtype">bool</span> <a class="code" href="classv8_1_1_handle.html#ab3b20b28e7f672de83a2dc8d6809f815">IsEmpty</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> val_ == 0; }</div>
<div class="line"><a name="l00210"></a><span class="lineno"> 210</span> </div>
<div class="line"><a name="l00214"></a><span class="lineno"><a class="line" href="classv8_1_1_handle.html#a452516a09df056438c3d3a177ebd1977"> 214</a></span>  <span class="keyword">inline</span> <span class="keywordtype">void</span> <a class="code" href="classv8_1_1_handle.html#a452516a09df056438c3d3a177ebd1977">Clear</a>() { val_ = 0; }</div>
<div class="line"><a name="l00215"></a><span class="lineno"> 215</span> </div>
<div class="line"><a name="l00216"></a><span class="lineno"> 216</span>  <span class="keyword">inline</span> T* operator->()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> val_; }</div>
<div class="line"><a name="l00217"></a><span class="lineno"> 217</span> </div>
<div class="line"><a name="l00218"></a><span class="lineno"> 218</span>  <span class="keyword">inline</span> T* operator*()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> val_; }</div>
<div class="line"><a name="l00219"></a><span class="lineno"> 219</span> </div>
<div class="line"><a name="l00226"></a><span class="lineno"><a class="line" href="classv8_1_1_handle.html#afcc79738c6fff05c70e958a471f2b7d9"> 226</a></span>  <span class="keyword">template</span> <<span class="keyword">class</span> S> <span class="keyword">inline</span> <span class="keywordtype">bool</span> <a class="code" href="classv8_1_1_handle.html#afcc79738c6fff05c70e958a471f2b7d9">operator==</a>(<a class="code" href="classv8_1_1_handle.html">Handle<S></a> that)<span class="keyword"> const </span>{</div>
<div class="line"><a name="l00227"></a><span class="lineno"> 227</span>  internal::Object** a = <span class="keyword">reinterpret_cast<</span>internal::Object**<span class="keyword">></span>(**this);</div>
<div class="line"><a name="l00228"></a><span class="lineno"> 228</span>  internal::Object** b = <span class="keyword">reinterpret_cast<</span>internal::Object**<span class="keyword">></span>(*that);</div>
<div class="line"><a name="l00229"></a><span class="lineno"> 229</span>  <span class="keywordflow">if</span> (a == 0) <span class="keywordflow">return</span> b == 0;</div>
<div class="line"><a name="l00230"></a><span class="lineno"> 230</span>  <span class="keywordflow">if</span> (b == 0) <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
<div class="line"><a name="l00231"></a><span class="lineno"> 231</span>  <span class="keywordflow">return</span> *a == *b;</div>
<div class="line"><a name="l00232"></a><span class="lineno"> 232</span>  }</div>
<div class="line"><a name="l00233"></a><span class="lineno"> 233</span> </div>
<div class="line"><a name="l00240"></a><span class="lineno"><a class="line" href="classv8_1_1_handle.html#ab550353b4a7bc3ad3df53fe80df7ea61"> 240</a></span>  <span class="keyword">template</span> <<span class="keyword">class</span> S> <span class="keyword">inline</span> <span class="keywordtype">bool</span> <a class="code" href="classv8_1_1_handle.html#ab550353b4a7bc3ad3df53fe80df7ea61">operator!=</a>(<a class="code" href="classv8_1_1_handle.html">Handle<S></a> that)<span class="keyword"> const </span>{</div>
<div class="line"><a name="l00241"></a><span class="lineno"> 241</span>  <span class="keywordflow">return</span> !<a class="code" href="classv8_1_1_handle.html#afcc79738c6fff05c70e958a471f2b7d9">operator==</a>(that);</div>
<div class="line"><a name="l00242"></a><span class="lineno"> 242</span>  }</div>
<div class="line"><a name="l00243"></a><span class="lineno"> 243</span> </div>
<div class="line"><a name="l00244"></a><span class="lineno"> 244</span>  <span class="keyword">template</span> <<span class="keyword">class</span> S> <span class="keyword">static</span> <span class="keyword">inline</span> <a class="code" href="classv8_1_1_handle.html">Handle<T></a> Cast(<a class="code" href="classv8_1_1_handle.html">Handle<S></a> that) {</div>
<div class="line"><a name="l00245"></a><span class="lineno"> 245</span> <span class="preprocessor">#ifdef V8_ENABLE_CHECKS</span></div>
<div class="line"><a name="l00246"></a><span class="lineno"> 246</span>  <span class="comment">// If we're going to perform the type check then we have to check</span></div>
<div class="line"><a name="l00247"></a><span class="lineno"> 247</span>  <span class="comment">// that the handle isn't empty before doing the checked cast.</span></div>
<div class="line"><a name="l00248"></a><span class="lineno"> 248</span>  <span class="keywordflow">if</span> (that.<a class="code" href="classv8_1_1_handle.html#ab3b20b28e7f672de83a2dc8d6809f815">IsEmpty</a>()) <span class="keywordflow">return</span> <a class="code" href="classv8_1_1_handle.html">Handle<T></a>();</div>
<div class="line"><a name="l00249"></a><span class="lineno"> 249</span> <span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00250"></a><span class="lineno"> 250</span>  <span class="keywordflow">return</span> <a class="code" href="classv8_1_1_handle.html">Handle<T></a>(T::Cast(*that));</div>
<div class="line"><a name="l00251"></a><span class="lineno"> 251</span>  }</div>
<div class="line"><a name="l00252"></a><span class="lineno"> 252</span> </div>
<div class="line"><a name="l00253"></a><span class="lineno"> 253</span>  <span class="keyword">template</span> <<span class="keyword">class</span> S> <span class="keyword">inline</span> Handle<S> As() {</div>
<div class="line"><a name="l00254"></a><span class="lineno"> 254</span>  <span class="keywordflow">return</span> Handle<S>::Cast(*<span class="keyword">this</span>);</div>
<div class="line"><a name="l00255"></a><span class="lineno"> 255</span>  }</div>
<div class="line"><a name="l00256"></a><span class="lineno"> 256</span> </div>
<div class="line"><a name="l00257"></a><span class="lineno"> 257</span>  <span class="keyword">private</span>:</div>
<div class="line"><a name="l00258"></a><span class="lineno"> 258</span>  T* val_;</div>
<div class="line"><a name="l00259"></a><span class="lineno"> 259</span> };</div>
<div class="line"><a name="l00260"></a><span class="lineno"> 260</span> </div>
<div class="line"><a name="l00261"></a><span class="lineno"> 261</span> </div>
<div class="line"><a name="l00269"></a><span class="lineno"> 269</span> <span class="keyword">template</span> <<span class="keyword">class</span> T> <span class="keyword">class </span>Local : <span class="keyword">public</span> Handle<T> {</div>
<div class="line"><a name="l00270"></a><span class="lineno"> 270</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l00271"></a><span class="lineno"> 271</span>  <span class="keyword">inline</span> Local();</div>
<div class="line"><a name="l00272"></a><span class="lineno"><a class="line" href="classv8_1_1_local.html#af7cf8d2fe7e10a14ad382189712adaff"> 272</a></span>  <span class="keyword">template</span> <<span class="keyword">class</span> S> <span class="keyword">inline</span> <a class="code" href="classv8_1_1_local.html#af7cf8d2fe7e10a14ad382189712adaff">Local</a>(<a class="code" href="classv8_1_1_local.html">Local<S></a> that)</div>
<div class="line"><a name="l00273"></a><span class="lineno"> 273</span>  : <a class="code" href="classv8_1_1_handle.html">Handle</a><T>(reinterpret_cast<T*>(*that)) {</div>
<div class="line"><a name="l00279"></a><span class="lineno"> 279</span>  TYPE_CHECK(T, S);</div>
<div class="line"><a name="l00280"></a><span class="lineno"> 280</span>  }</div>
<div class="line"><a name="l00281"></a><span class="lineno"> 281</span>  <span class="keyword">template</span> <<span class="keyword">class</span> S> <span class="keyword">inline</span> <a class="code" href="classv8_1_1_local.html">Local</a>(S* that) : <a class="code" href="classv8_1_1_handle.html">Handle</a><T>(that) { }</div>
<div class="line"><a name="l00282"></a><span class="lineno"> 282</span>  <span class="keyword">template</span> <<span class="keyword">class</span> S> <span class="keyword">static</span> <span class="keyword">inline</span> Local<T> Cast(Local<S> that) {</div>
<div class="line"><a name="l00283"></a><span class="lineno"> 283</span> <span class="preprocessor">#ifdef V8_ENABLE_CHECKS</span></div>
<div class="line"><a name="l00284"></a><span class="lineno"> 284</span>  <span class="comment">// If we're going to perform the type check then we have to check</span></div>
<div class="line"><a name="l00285"></a><span class="lineno"> 285</span>  <span class="comment">// that the handle isn't empty before doing the checked cast.</span></div>
<div class="line"><a name="l00286"></a><span class="lineno"> 286</span>  <span class="keywordflow">if</span> (that.IsEmpty()) <span class="keywordflow">return</span> Local<T>();</div>
<div class="line"><a name="l00287"></a><span class="lineno"> 287</span> <span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00288"></a><span class="lineno"> 288</span>  <span class="keywordflow">return</span> Local<T>(T::Cast(*that));</div>
<div class="line"><a name="l00289"></a><span class="lineno"> 289</span>  }</div>
<div class="line"><a name="l00290"></a><span class="lineno"> 290</span> </div>
<div class="line"><a name="l00291"></a><span class="lineno"> 291</span>  <span class="keyword">template</span> <<span class="keyword">class</span> S> <span class="keyword">inline</span> Local<S> As() {</div>
<div class="line"><a name="l00292"></a><span class="lineno"> 292</span>  <span class="keywordflow">return</span> Local<S>::Cast(*<span class="keyword">this</span>);</div>
<div class="line"><a name="l00293"></a><span class="lineno"> 293</span>  }</div>
<div class="line"><a name="l00294"></a><span class="lineno"> 294</span> </div>
<div class="line"><a name="l00299"></a><span class="lineno"> 299</span>  <span class="keyword">inline</span> <span class="keyword">static</span> Local<T> <a class="code" href="classv8_1_1_local.html#ac4024a7e2aea140c6aaa38fc32d5a840">New</a>(Handle<T> that);</div>
<div class="line"><a name="l00300"></a><span class="lineno"> 300</span> };</div>
<div class="line"><a name="l00301"></a><span class="lineno"> 301</span> </div>
<div class="line"><a name="l00302"></a><span class="lineno"> 302</span> </div>
<div class="line"><a name="l00320"></a><span class="lineno"> 320</span> <span class="keyword">template</span> <<span class="keyword">class</span> T> <span class="keyword">class </span>Persistent : <span class="keyword">public</span> Handle<T> {</div>
<div class="line"><a name="l00321"></a><span class="lineno"> 321</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l00326"></a><span class="lineno"> 326</span>  <span class="keyword">inline</span> <a class="code" href="classv8_1_1_persistent.html#aff7516636baaf209885220f7cff34463">Persistent</a>();</div>
<div class="line"><a name="l00327"></a><span class="lineno"> 327</span> </div>
<div class="line"><a name="l00339"></a><span class="lineno"><a class="line" href="classv8_1_1_persistent.html#aea24de4ad0e6cd8e102411e11fbc3948"> 339</a></span>  <span class="keyword">template</span> <<span class="keyword">class</span> S> <span class="keyword">inline</span> <a class="code" href="classv8_1_1_persistent.html#aea24de4ad0e6cd8e102411e11fbc3948">Persistent</a>(<a class="code" href="classv8_1_1_persistent.html">Persistent<S></a> that)</div>
<div class="line"><a name="l00340"></a><span class="lineno"> 340</span>  : <a class="code" href="classv8_1_1_handle.html">Handle</a><T>(reinterpret_cast<T*>(*that)) {</div>
<div class="line"><a name="l00346"></a><span class="lineno"> 346</span>  TYPE_CHECK(T, S);</div>
<div class="line"><a name="l00347"></a><span class="lineno"> 347</span>  }</div>
<div class="line"><a name="l00348"></a><span class="lineno"> 348</span> </div>
<div class="line"><a name="l00349"></a><span class="lineno"> 349</span>  <span class="keyword">template</span> <<span class="keyword">class</span> S> <span class="keyword">inline</span> <a class="code" href="classv8_1_1_persistent.html#aff7516636baaf209885220f7cff34463">Persistent</a>(S* that) : <a class="code" href="classv8_1_1_handle.html">Handle</a><T>(that) { }</div>
<div class="line"><a name="l00350"></a><span class="lineno"> 350</span> </div>
<div class="line"><a name="l00355"></a><span class="lineno"><a class="line" href="classv8_1_1_persistent.html#a89b49f1b1903a2d625d5c3100238276e"> 355</a></span>  <span class="keyword">template</span> <<span class="keyword">class</span> S> <span class="keyword">explicit</span> <span class="keyword">inline</span> <a class="code" href="classv8_1_1_persistent.html#a89b49f1b1903a2d625d5c3100238276e">Persistent</a>(<a class="code" href="classv8_1_1_handle.html">Handle<S></a> that)</div>
<div class="line"><a name="l00356"></a><span class="lineno"> 356</span>  : <a class="code" href="classv8_1_1_handle.html">Handle</a><T>(*that) { }</div>
<div class="line"><a name="l00357"></a><span class="lineno"> 357</span> </div>
<div class="line"><a name="l00358"></a><span class="lineno"> 358</span>  <span class="keyword">template</span> <<span class="keyword">class</span> S> <span class="keyword">static</span> <span class="keyword">inline</span> <a class="code" href="classv8_1_1_persistent.html">Persistent<T></a> Cast(<a class="code" href="classv8_1_1_persistent.html">Persistent<S></a> that) {</div>
<div class="line"><a name="l00359"></a><span class="lineno"> 359</span> <span class="preprocessor">#ifdef V8_ENABLE_CHECKS</span></div>
<div class="line"><a name="l00360"></a><span class="lineno"> 360</span>  <span class="comment">// If we're going to perform the type check then we have to check</span></div>
<div class="line"><a name="l00361"></a><span class="lineno"> 361</span>  <span class="comment">// that the handle isn't empty before doing the checked cast.</span></div>
<div class="line"><a name="l00362"></a><span class="lineno"> 362</span>  <span class="keywordflow">if</span> (that.IsEmpty()) <span class="keywordflow">return</span> <a class="code" href="classv8_1_1_persistent.html">Persistent<T></a>();</div>
<div class="line"><a name="l00363"></a><span class="lineno"> 363</span> <span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00364"></a><span class="lineno"> 364</span>  <span class="keywordflow">return</span> <a class="code" href="classv8_1_1_persistent.html">Persistent<T></a>(T::Cast(*that));</div>
<div class="line"><a name="l00365"></a><span class="lineno"> 365</span>  }</div>
<div class="line"><a name="l00366"></a><span class="lineno"> 366</span> </div>
<div class="line"><a name="l00367"></a><span class="lineno"> 367</span>  <span class="keyword">template</span> <<span class="keyword">class</span> S> <span class="keyword">inline</span> Persistent<S> As() {</div>
<div class="line"><a name="l00368"></a><span class="lineno"> 368</span>  <span class="keywordflow">return</span> Persistent<S>::Cast(*<span class="keyword">this</span>);</div>
<div class="line"><a name="l00369"></a><span class="lineno"> 369</span>  }</div>
<div class="line"><a name="l00370"></a><span class="lineno"> 370</span> </div>
<div class="line"><a name="l00375"></a><span class="lineno"> 375</span>  <span class="keyword">inline</span> <span class="keyword">static</span> Persistent<T> <a class="code" href="classv8_1_1_persistent.html#ad309269ccaeffa6dec338093752ca539">New</a>(Handle<T> that);</div>
<div class="line"><a name="l00376"></a><span class="lineno"> 376</span> </div>
<div class="line"><a name="l00383"></a><span class="lineno"> 383</span>  <span class="keyword">inline</span> <span class="keywordtype">void</span> <a class="code" href="classv8_1_1_persistent.html#a33e53191844272ba0f2da4f55fc12297">Dispose</a>();</div>
<div class="line"><a name="l00384"></a><span class="lineno"> 384</span> </div>
<div class="line"><a name="l00391"></a><span class="lineno"> 391</span>  <span class="keyword">inline</span> <span class="keywordtype">void</span> <a class="code" href="classv8_1_1_persistent.html#ab04609812113450bece2640ad0b27658">MakeWeak</a>(<span class="keywordtype">void</span>* parameters, <a class="code" href="namespacev8.html#a4d5db775dbc002b23f1b55ec7ce80ea5">WeakReferenceCallback</a> callback);</div>
<div class="line"><a name="l00392"></a><span class="lineno"> 392</span> </div>
<div class="line"><a name="l00394"></a><span class="lineno"> 394</span>  <span class="keyword">inline</span> <span class="keywordtype">void</span> <a class="code" href="classv8_1_1_persistent.html#a30806c1125371c269a02ec03d47c69ab">ClearWeak</a>();</div>
<div class="line"><a name="l00395"></a><span class="lineno"> 395</span> </div>
<div class="line"><a name="l00403"></a><span class="lineno"> 403</span>  <span class="keyword">inline</span> <span class="keywordtype">void</span> <a class="code" href="classv8_1_1_persistent.html#a2c3bc812813279b80326c8a52164a2b4">MarkIndependent</a>();</div>
<div class="line"><a name="l00404"></a><span class="lineno"> 404</span> </div>
<div class="line"><a name="l00408"></a><span class="lineno"> 408</span>  <span class="keyword">inline</span> <span class="keywordtype">bool</span> <a class="code" href="classv8_1_1_persistent.html#a1f60b982c5e734df7e4fe22ccd5b62cf">IsNearDeath</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00409"></a><span class="lineno"> 409</span> </div>
<div class="line"><a name="l00413"></a><span class="lineno"> 413</span>  <span class="keyword">inline</span> <span class="keywordtype">bool</span> <a class="code" href="classv8_1_1_persistent.html#aa636a55b81eee222f86866dd5ae8c06f">IsWeak</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00414"></a><span class="lineno"> 414</span> </div>
<div class="line"><a name="l00419"></a><span class="lineno"> 419</span>  <span class="keyword">inline</span> <span class="keywordtype">void</span> <a class="code" href="classv8_1_1_persistent.html#a41c933abe7726d4c314804859ef3acae">SetWrapperClassId</a>(uint16_t class_id);</div>
<div class="line"><a name="l00420"></a><span class="lineno"> 420</span> </div>
<div class="line"><a name="l00421"></a><span class="lineno"> 421</span>  <span class="keyword">private</span>:</div>
<div class="line"><a name="l00422"></a><span class="lineno"> 422</span>  <span class="keyword">friend</span> <span class="keyword">class </span>ImplementationUtilities;</div>
<div class="line"><a name="l00423"></a><span class="lineno"> 423</span>  <span class="keyword">friend</span> <span class="keyword">class </span>ObjectTemplate;</div>
<div class="line"><a name="l00424"></a><span class="lineno"> 424</span> };</div>
<div class="line"><a name="l00425"></a><span class="lineno"> 425</span> </div>
<div class="line"><a name="l00426"></a><span class="lineno"> 426</span> </div>
<div class="line"><a name="l00441"></a><span class="lineno"><a class="line" href="classv8_1_1_handle_scope.html"> 441</a></span> <span class="keyword">class </span>V8EXPORT <a class="code" href="classv8_1_1_handle_scope.html">HandleScope</a> {</div>
<div class="line"><a name="l00442"></a><span class="lineno"> 442</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l00443"></a><span class="lineno"> 443</span>  <a class="code" href="classv8_1_1_handle_scope.html">HandleScope</a>();</div>
<div class="line"><a name="l00444"></a><span class="lineno"> 444</span> </div>
<div class="line"><a name="l00445"></a><span class="lineno"> 445</span>  ~<a class="code" href="classv8_1_1_handle_scope.html">HandleScope</a>();</div>
<div class="line"><a name="l00446"></a><span class="lineno"> 446</span> </div>
<div class="line"><a name="l00451"></a><span class="lineno"> 451</span>  <span class="keyword">template</span> <<span class="keyword">class</span> T> <a class="code" href="classv8_1_1_local.html">Local<T></a> Close(<a class="code" href="classv8_1_1_handle.html">Handle<T></a> value);</div>
<div class="line"><a name="l00452"></a><span class="lineno"> 452</span> </div>
<div class="line"><a name="l00456"></a><span class="lineno"> 456</span>  <span class="keyword">static</span> <span class="keywordtype">int</span> NumberOfHandles();</div>
<div class="line"><a name="l00457"></a><span class="lineno"> 457</span> </div>
<div class="line"><a name="l00461"></a><span class="lineno"> 461</span>  <span class="keyword">static</span> internal::Object** CreateHandle(internal::Object* value);</div>
<div class="line"><a name="l00462"></a><span class="lineno"> 462</span>  <span class="comment">// Faster version, uses HeapObject to obtain the current Isolate.</span></div>
<div class="line"><a name="l00463"></a><span class="lineno"> 463</span>  <span class="keyword">static</span> internal::Object** CreateHandle(internal::HeapObject* value);</div>
<div class="line"><a name="l00464"></a><span class="lineno"> 464</span> </div>
<div class="line"><a name="l00465"></a><span class="lineno"> 465</span>  <span class="keyword">private</span>:</div>
<div class="line"><a name="l00466"></a><span class="lineno"> 466</span>  <span class="comment">// Make it impossible to create heap-allocated or illegal handle</span></div>
<div class="line"><a name="l00467"></a><span class="lineno"> 467</span>  <span class="comment">// scopes by disallowing certain operations.</span></div>
<div class="line"><a name="l00468"></a><span class="lineno"> 468</span>  <a class="code" href="classv8_1_1_handle_scope.html">HandleScope</a>(<span class="keyword">const</span> <a class="code" href="classv8_1_1_handle_scope.html">HandleScope</a>&);</div>
<div class="line"><a name="l00469"></a><span class="lineno"> 469</span>  <span class="keywordtype">void</span> operator=(<span class="keyword">const</span> <a class="code" href="classv8_1_1_handle_scope.html">HandleScope</a>&);</div>
<div class="line"><a name="l00470"></a><span class="lineno"> 470</span>  <span class="keywordtype">void</span>* <span class="keyword">operator</span> <span class="keyword">new</span>(<span class="keywordtype">size_t</span> size);</div>
<div class="line"><a name="l00471"></a><span class="lineno"> 471</span>  <span class="keywordtype">void</span> <span class="keyword">operator</span> <span class="keyword">delete</span>(<span class="keywordtype">void</span>*, size_t);</div>
<div class="line"><a name="l00472"></a><span class="lineno"> 472</span> </div>
<div class="line"><a name="l00473"></a><span class="lineno"> 473</span>  <span class="comment">// This Data class is accessible internally as HandleScopeData through a</span></div>
<div class="line"><a name="l00474"></a><span class="lineno"> 474</span>  <span class="comment">// typedef in the ImplementationUtilities class.</span></div>
<div class="line"><a name="l00475"></a><span class="lineno"> 475</span>  <span class="keyword">class </span>V8EXPORT Data {</div>
<div class="line"><a name="l00476"></a><span class="lineno"> 476</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l00477"></a><span class="lineno"> 477</span>  internal::Object** next;</div>
<div class="line"><a name="l00478"></a><span class="lineno"> 478</span>  internal::Object** limit;</div>
<div class="line"><a name="l00479"></a><span class="lineno"> 479</span>  <span class="keywordtype">int</span> level;</div>
<div class="line"><a name="l00480"></a><span class="lineno"> 480</span>  <span class="keyword">inline</span> <span class="keywordtype">void</span> Initialize() {</div>
<div class="line"><a name="l00481"></a><span class="lineno"> 481</span>  next = limit = NULL;</div>
<div class="line"><a name="l00482"></a><span class="lineno"> 482</span>  level = 0;</div>
<div class="line"><a name="l00483"></a><span class="lineno"> 483</span>  }</div>
<div class="line"><a name="l00484"></a><span class="lineno"> 484</span>  };</div>
<div class="line"><a name="l00485"></a><span class="lineno"> 485</span> </div>
<div class="line"><a name="l00486"></a><span class="lineno"> 486</span>  <span class="keywordtype">void</span> Leave();</div>
<div class="line"><a name="l00487"></a><span class="lineno"> 487</span> </div>
<div class="line"><a name="l00488"></a><span class="lineno"> 488</span>  internal::Isolate* isolate_;</div>
<div class="line"><a name="l00489"></a><span class="lineno"> 489</span>  internal::Object** prev_next_;</div>
<div class="line"><a name="l00490"></a><span class="lineno"> 490</span>  internal::Object** prev_limit_;</div>
<div class="line"><a name="l00491"></a><span class="lineno"> 491</span> </div>
<div class="line"><a name="l00492"></a><span class="lineno"> 492</span>  <span class="comment">// Allow for the active closing of HandleScopes which allows to pass a handle</span></div>
<div class="line"><a name="l00493"></a><span class="lineno"> 493</span>  <span class="comment">// from the HandleScope being closed to the next top most HandleScope.</span></div>
<div class="line"><a name="l00494"></a><span class="lineno"> 494</span>  <span class="keywordtype">bool</span> is_closed_;</div>
<div class="line"><a name="l00495"></a><span class="lineno"> 495</span>  internal::Object** RawClose(internal::Object** value);</div>
<div class="line"><a name="l00496"></a><span class="lineno"> 496</span> </div>
<div class="line"><a name="l00497"></a><span class="lineno"> 497</span>  <span class="keyword">friend</span> <span class="keyword">class </span>ImplementationUtilities;</div>
<div class="line"><a name="l00498"></a><span class="lineno"> 498</span> };</div>
<div class="line"><a name="l00499"></a><span class="lineno"> 499</span> </div>
<div class="line"><a name="l00500"></a><span class="lineno"> 500</span> </div>
<div class="line"><a name="l00501"></a><span class="lineno"> 501</span> <span class="comment">// --- Special objects ---</span></div>
<div class="line"><a name="l00502"></a><span class="lineno"> 502</span> </div>
<div class="line"><a name="l00503"></a><span class="lineno"> 503</span> </div>
<div class="line"><a name="l00507"></a><span class="lineno"><a class="line" href="classv8_1_1_data.html"> 507</a></span> <span class="keyword">class </span>V8EXPORT <a class="code" href="classv8_1_1_data.html">Data</a> {</div>
<div class="line"><a name="l00508"></a><span class="lineno"> 508</span>  <span class="keyword">private</span>:</div>
<div class="line"><a name="l00509"></a><span class="lineno"> 509</span>  <a class="code" href="classv8_1_1_data.html">Data</a>();</div>
<div class="line"><a name="l00510"></a><span class="lineno"> 510</span> };</div>
<div class="line"><a name="l00511"></a><span class="lineno"> 511</span> </div>
<div class="line"><a name="l00512"></a><span class="lineno"> 512</span> </div>
<div class="line"><a name="l00519"></a><span class="lineno"><a class="line" href="classv8_1_1_script_data.html"> 519</a></span> <span class="keyword">class </span>V8EXPORT <a class="code" href="classv8_1_1_script_data.html">ScriptData</a> { <span class="comment">// NOLINT</span></div>
<div class="line"><a name="l00520"></a><span class="lineno"> 520</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l00521"></a><span class="lineno"> 521</span>  <span class="keyword">virtual</span> ~<a class="code" href="classv8_1_1_script_data.html">ScriptData</a>() { }</div>
<div class="line"><a name="l00522"></a><span class="lineno"> 522</span> </div>
<div class="line"><a name="l00529"></a><span class="lineno"> 529</span>  <span class="keyword">static</span> <a class="code" href="classv8_1_1_script_data.html">ScriptData</a>* PreCompile(<span class="keyword">const</span> <span class="keywordtype">char</span>* input, <span class="keywordtype">int</span> length);</div>
<div class="line"><a name="l00530"></a><span class="lineno"> 530</span> </div>
<div class="line"><a name="l00539"></a><span class="lineno"> 539</span>  <span class="keyword">static</span> <a class="code" href="classv8_1_1_script_data.html">ScriptData</a>* PreCompile(<a class="code" href="classv8_1_1_handle.html">Handle<String></a> source);</div>
<div class="line"><a name="l00540"></a><span class="lineno"> 540</span> </div>
<div class="line"><a name="l00548"></a><span class="lineno"> 548</span>  <span class="keyword">static</span> <a class="code" href="classv8_1_1_script_data.html">ScriptData</a>* New(<span class="keyword">const</span> <span class="keywordtype">char</span>* data, <span class="keywordtype">int</span> length);</div>
<div class="line"><a name="l00549"></a><span class="lineno"> 549</span> </div>
<div class="line"><a name="l00553"></a><span class="lineno"> 553</span>  <span class="keyword">virtual</span> <span class="keywordtype">int</span> Length() = 0;</div>
<div class="line"><a name="l00554"></a><span class="lineno"> 554</span> </div>
<div class="line"><a name="l00559"></a><span class="lineno"> 559</span>  <span class="keyword">virtual</span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code" href="classv8_1_1_data.html">Data</a>() = 0;</div>
<div class="line"><a name="l00560"></a><span class="lineno"> 560</span> </div>
<div class="line"><a name="l00564"></a><span class="lineno"> 564</span>  <span class="keyword">virtual</span> <span class="keywordtype">bool</span> HasError() = 0;</div>
<div class="line"><a name="l00565"></a><span class="lineno"> 565</span> };</div>
<div class="line"><a name="l00566"></a><span class="lineno"> 566</span> </div>
<div class="line"><a name="l00567"></a><span class="lineno"> 567</span> </div>
<div class="line"><a name="l00571"></a><span class="lineno"><a class="line" href="classv8_1_1_script_origin.html"> 571</a></span> <span class="keyword">class </span><a class="code" href="classv8_1_1_script_origin.html">ScriptOrigin</a> {</div>
<div class="line"><a name="l00572"></a><span class="lineno"> 572</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l00573"></a><span class="lineno"> 573</span>  <span class="keyword">inline</span> <a class="code" href="classv8_1_1_script_origin.html">ScriptOrigin</a>(</div>
<div class="line"><a name="l00574"></a><span class="lineno"> 574</span>  <a class="code" href="classv8_1_1_handle.html">Handle<Value></a> resource_name,</div>
<div class="line"><a name="l00575"></a><span class="lineno"> 575</span>  <a class="code" href="classv8_1_1_handle.html">Handle<Integer></a> resource_line_offset = <a class="code" href="classv8_1_1_handle.html">Handle<Integer></a>(),</div>
<div class="line"><a name="l00576"></a><span class="lineno"> 576</span>  <a class="code" href="classv8_1_1_handle.html">Handle<Integer></a> resource_column_offset = <a class="code" href="classv8_1_1_handle.html">Handle<Integer></a>())</div>
<div class="line"><a name="l00577"></a><span class="lineno"> 577</span>  : resource_name_(resource_name),</div>
<div class="line"><a name="l00578"></a><span class="lineno"> 578</span>  resource_line_offset_(resource_line_offset),</div>
<div class="line"><a name="l00579"></a><span class="lineno"> 579</span>  resource_column_offset_(resource_column_offset) { }</div>
<div class="line"><a name="l00580"></a><span class="lineno"> 580</span>  <span class="keyword">inline</span> <a class="code" href="classv8_1_1_handle.html">Handle<Value></a> ResourceName() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00581"></a><span class="lineno"> 581</span>  <span class="keyword">inline</span> <a class="code" href="classv8_1_1_handle.html">Handle<Integer></a> ResourceLineOffset() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00582"></a><span class="lineno"> 582</span>  <span class="keyword">inline</span> <a class="code" href="classv8_1_1_handle.html">Handle<Integer></a> ResourceColumnOffset() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00583"></a><span class="lineno"> 583</span>  <span class="keyword">private</span>:</div>
<div class="line"><a name="l00584"></a><span class="lineno"> 584</span>  <a class="code" href="classv8_1_1_handle.html">Handle<Value></a> resource_name_;</div>
<div class="line"><a name="l00585"></a><span class="lineno"> 585</span>  <a class="code" href="classv8_1_1_handle.html">Handle<Integer></a> resource_line_offset_;</div>
<div class="line"><a name="l00586"></a><span class="lineno"> 586</span>  <a class="code" href="classv8_1_1_handle.html">Handle<Integer></a> resource_column_offset_;</div>
<div class="line"><a name="l00587"></a><span class="lineno"> 587</span> };</div>
<div class="line"><a name="l00588"></a><span class="lineno"> 588</span> </div>
<div class="line"><a name="l00589"></a><span class="lineno"> 589</span> </div>
<div class="line"><a name="l00593"></a><span class="lineno"><a class="line" href="classv8_1_1_script.html"> 593</a></span> <span class="keyword">class </span>V8EXPORT <a class="code" href="classv8_1_1_script.html">Script</a> {</div>
<div class="line"><a name="l00594"></a><span class="lineno"> 594</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l00610"></a><span class="lineno"> 610</span>  <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local<Script></a> New(<a class="code" href="classv8_1_1_handle.html">Handle<String></a> source,</div>
<div class="line"><a name="l00611"></a><span class="lineno"> 611</span>  <a class="code" href="classv8_1_1_script_origin.html">ScriptOrigin</a>* origin = NULL,</div>
<div class="line"><a name="l00612"></a><span class="lineno"> 612</span>  <a class="code" href="classv8_1_1_script_data.html">ScriptData</a>* pre_data = NULL,</div>
<div class="line"><a name="l00613"></a><span class="lineno"> 613</span>  <a class="code" href="classv8_1_1_handle.html">Handle<String></a> script_data = <a class="code" href="classv8_1_1_handle.html">Handle<String></a>());</div>
<div class="line"><a name="l00614"></a><span class="lineno"> 614</span> </div>
<div class="line"><a name="l00625"></a><span class="lineno"> 625</span>  <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local<Script></a> New(<a class="code" href="classv8_1_1_handle.html">Handle<String></a> source,</div>
<div class="line"><a name="l00626"></a><span class="lineno"> 626</span>  <a class="code" href="classv8_1_1_handle.html">Handle<Value></a> file_name);</div>
<div class="line"><a name="l00627"></a><span class="lineno"> 627</span> </div>
<div class="line"><a name="l00644"></a><span class="lineno"> 644</span>  <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local<Script></a> Compile(<a class="code" href="classv8_1_1_handle.html">Handle<String></a> source,</div>
<div class="line"><a name="l00645"></a><span class="lineno"> 645</span>  <a class="code" href="classv8_1_1_script_origin.html">ScriptOrigin</a>* origin = NULL,</div>
<div class="line"><a name="l00646"></a><span class="lineno"> 646</span>  <a class="code" href="classv8_1_1_script_data.html">ScriptData</a>* pre_data = NULL,</div>
<div class="line"><a name="l00647"></a><span class="lineno"> 647</span>  <a class="code" href="classv8_1_1_handle.html">Handle<String></a> script_data = <a class="code" href="classv8_1_1_handle.html">Handle<String></a>());</div>
<div class="line"><a name="l00648"></a><span class="lineno"> 648</span> </div>
<div class="line"><a name="l00662"></a><span class="lineno"> 662</span>  <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local<Script></a> Compile(<a class="code" href="classv8_1_1_handle.html">Handle<String></a> source,</div>
<div class="line"><a name="l00663"></a><span class="lineno"> 663</span>  <a class="code" href="classv8_1_1_handle.html">Handle<Value></a> file_name,</div>
<div class="line"><a name="l00664"></a><span class="lineno"> 664</span>  <a class="code" href="classv8_1_1_handle.html">Handle<String></a> script_data = <a class="code" href="classv8_1_1_handle.html">Handle<String></a>());</div>
<div class="line"><a name="l00665"></a><span class="lineno"> 665</span> </div>
<div class="line"><a name="l00673"></a><span class="lineno"> 673</span>  <a class="code" href="classv8_1_1_local.html">Local<Value></a> Run();</div>
<div class="line"><a name="l00674"></a><span class="lineno"> 674</span> </div>
<div class="line"><a name="l00678"></a><span class="lineno"> 678</span>  <a class="code" href="classv8_1_1_local.html">Local<Value></a> Id();</div>
<div class="line"><a name="l00679"></a><span class="lineno"> 679</span> </div>
<div class="line"><a name="l00685"></a><span class="lineno"> 685</span>  <span class="keywordtype">void</span> SetData(<a class="code" href="classv8_1_1_handle.html">Handle<String></a> data);</div>
<div class="line"><a name="l00686"></a><span class="lineno"> 686</span> };</div>
<div class="line"><a name="l00687"></a><span class="lineno"> 687</span> </div>
<div class="line"><a name="l00688"></a><span class="lineno"> 688</span> </div>
<div class="line"><a name="l00692"></a><span class="lineno"><a class="line" href="classv8_1_1_message.html"> 692</a></span> <span class="keyword">class </span>V8EXPORT <a class="code" href="classv8_1_1_message.html">Message</a> {</div>
<div class="line"><a name="l00693"></a><span class="lineno"> 693</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l00694"></a><span class="lineno"> 694</span>  <a class="code" href="classv8_1_1_local.html">Local<String></a> Get() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00695"></a><span class="lineno"> 695</span>  <a class="code" href="classv8_1_1_local.html">Local<String></a> GetSourceLine() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00696"></a><span class="lineno"> 696</span> </div>
<div class="line"><a name="l00701"></a><span class="lineno"> 701</span>  <a class="code" href="classv8_1_1_handle.html">Handle<Value></a> GetScriptResourceName() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00702"></a><span class="lineno"> 702</span> </div>
<div class="line"><a name="l00707"></a><span class="lineno"> 707</span>  <a class="code" href="classv8_1_1_handle.html">Handle<Value></a> GetScriptData() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00708"></a><span class="lineno"> 708</span> </div>
<div class="line"><a name="l00714"></a><span class="lineno"> 714</span>  <a class="code" href="classv8_1_1_handle.html">Handle<StackTrace></a> GetStackTrace() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00715"></a><span class="lineno"> 715</span> </div>
<div class="line"><a name="l00719"></a><span class="lineno"> 719</span>  <span class="keywordtype">int</span> GetLineNumber() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00720"></a><span class="lineno"> 720</span> </div>
<div class="line"><a name="l00725"></a><span class="lineno"> 725</span>  <span class="keywordtype">int</span> GetStartPosition() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00726"></a><span class="lineno"> 726</span> </div>
<div class="line"><a name="l00731"></a><span class="lineno"> 731</span>  <span class="keywordtype">int</span> GetEndPosition() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00732"></a><span class="lineno"> 732</span> </div>
<div class="line"><a name="l00737"></a><span class="lineno"> 737</span>  <span class="keywordtype">int</span> GetStartColumn() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00738"></a><span class="lineno"> 738</span> </div>
<div class="line"><a name="l00743"></a><span class="lineno"> 743</span>  <span class="keywordtype">int</span> GetEndColumn() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00744"></a><span class="lineno"> 744</span> </div>
<div class="line"><a name="l00745"></a><span class="lineno"> 745</span>  <span class="comment">// TODO(1245381): Print to a string instead of on a FILE.</span></div>
<div class="line"><a name="l00746"></a><span class="lineno"> 746</span>  <span class="keyword">static</span> <span class="keywordtype">void</span> PrintCurrentStackTrace(FILE* out);</div>
<div class="line"><a name="l00747"></a><span class="lineno"> 747</span> </div>
<div class="line"><a name="l00748"></a><span class="lineno"> 748</span>  <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kNoLineNumberInfo = 0;</div>
<div class="line"><a name="l00749"></a><span class="lineno"> 749</span>  <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kNoColumnInfo = 0;</div>
<div class="line"><a name="l00750"></a><span class="lineno"> 750</span> };</div>
<div class="line"><a name="l00751"></a><span class="lineno"> 751</span> </div>
<div class="line"><a name="l00752"></a><span class="lineno"> 752</span> </div>
<div class="line"><a name="l00758"></a><span class="lineno"><a class="line" href="classv8_1_1_stack_trace.html"> 758</a></span> <span class="keyword">class </span>V8EXPORT <a class="code" href="classv8_1_1_stack_trace.html">StackTrace</a> {</div>
<div class="line"><a name="l00759"></a><span class="lineno"> 759</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l00764"></a><span class="lineno"><a class="line" href="classv8_1_1_stack_trace.html#a9704e4a37949eb8eb8ccddbddf161492"> 764</a></span>  <span class="keyword">enum</span> <a class="code" href="classv8_1_1_stack_trace.html#a9704e4a37949eb8eb8ccddbddf161492">StackTraceOptions</a> {</div>
<div class="line"><a name="l00765"></a><span class="lineno"> 765</span>  kLineNumber = 1,</div>
<div class="line"><a name="l00766"></a><span class="lineno"> 766</span>  kColumnOffset = 1 << 1 | kLineNumber,</div>
<div class="line"><a name="l00767"></a><span class="lineno"> 767</span>  kScriptName = 1 << 2,</div>
<div class="line"><a name="l00768"></a><span class="lineno"> 768</span>  kFunctionName = 1 << 3,</div>
<div class="line"><a name="l00769"></a><span class="lineno"> 769</span>  kIsEval = 1 << 4,</div>
<div class="line"><a name="l00770"></a><span class="lineno"> 770</span>  kIsConstructor = 1 << 5,</div>
<div class="line"><a name="l00771"></a><span class="lineno"> 771</span>  kScriptNameOrSourceURL = 1 << 6,</div>
<div class="line"><a name="l00772"></a><span class="lineno"> 772</span>  kOverview = kLineNumber | kColumnOffset | kScriptName | kFunctionName,</div>
<div class="line"><a name="l00773"></a><span class="lineno"> 773</span>  kDetailed = kOverview | kIsEval | kIsConstructor | kScriptNameOrSourceURL</div>
<div class="line"><a name="l00774"></a><span class="lineno"> 774</span>  };</div>
<div class="line"><a name="l00775"></a><span class="lineno"> 775</span> </div>
<div class="line"><a name="l00779"></a><span class="lineno"> 779</span>  <a class="code" href="classv8_1_1_local.html">Local<StackFrame></a> GetFrame(uint32_t index) <span class="keyword">const</span>;</div>
<div class="line"><a name="l00780"></a><span class="lineno"> 780</span> </div>
<div class="line"><a name="l00784"></a><span class="lineno"> 784</span>  <span class="keywordtype">int</span> GetFrameCount() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00785"></a><span class="lineno"> 785</span> </div>
<div class="line"><a name="l00789"></a><span class="lineno"> 789</span>  <a class="code" href="classv8_1_1_local.html">Local<Array></a> AsArray();</div>
<div class="line"><a name="l00790"></a><span class="lineno"> 790</span> </div>
<div class="line"><a name="l00798"></a><span class="lineno"> 798</span>  <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local<StackTrace></a> CurrentStackTrace(</div>
<div class="line"><a name="l00799"></a><span class="lineno"> 799</span>  <span class="keywordtype">int</span> frame_limit,</div>
<div class="line"><a name="l00800"></a><span class="lineno"> 800</span>  StackTraceOptions options = kOverview);</div>
<div class="line"><a name="l00801"></a><span class="lineno"> 801</span> };</div>
<div class="line"><a name="l00802"></a><span class="lineno"> 802</span> </div>
<div class="line"><a name="l00803"></a><span class="lineno"> 803</span> </div>
<div class="line"><a name="l00807"></a><span class="lineno"><a class="line" href="classv8_1_1_stack_frame.html"> 807</a></span> <span class="keyword">class </span>V8EXPORT <a class="code" href="classv8_1_1_stack_frame.html">StackFrame</a> {</div>
<div class="line"><a name="l00808"></a><span class="lineno"> 808</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l00815"></a><span class="lineno"> 815</span>  <span class="keywordtype">int</span> GetLineNumber() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00816"></a><span class="lineno"> 816</span> </div>
<div class="line"><a name="l00824"></a><span class="lineno"> 824</span>  <span class="keywordtype">int</span> GetColumn() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00825"></a><span class="lineno"> 825</span> </div>
<div class="line"><a name="l00830"></a><span class="lineno"> 830</span>  <a class="code" href="classv8_1_1_local.html">Local<String></a> GetScriptName() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00831"></a><span class="lineno"> 831</span> </div>
<div class="line"><a name="l00837"></a><span class="lineno"> 837</span>  <a class="code" href="classv8_1_1_local.html">Local<String></a> GetScriptNameOrSourceURL() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00838"></a><span class="lineno"> 838</span> </div>
<div class="line"><a name="l00842"></a><span class="lineno"> 842</span>  <a class="code" href="classv8_1_1_local.html">Local<String></a> GetFunctionName() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00843"></a><span class="lineno"> 843</span> </div>
<div class="line"><a name="l00848"></a><span class="lineno"> 848</span>  <span class="keywordtype">bool</span> IsEval() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00849"></a><span class="lineno"> 849</span> </div>
<div class="line"><a name="l00854"></a><span class="lineno"> 854</span>  <span class="keywordtype">bool</span> IsConstructor() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00855"></a><span class="lineno"> 855</span> };</div>
<div class="line"><a name="l00856"></a><span class="lineno"> 856</span> </div>
<div class="line"><a name="l00857"></a><span class="lineno"> 857</span> </div>
<div class="line"><a name="l00858"></a><span class="lineno"> 858</span> <span class="comment">// --- Value ---</span></div>
<div class="line"><a name="l00859"></a><span class="lineno"> 859</span> </div>
<div class="line"><a name="l00860"></a><span class="lineno"> 860</span> </div>
<div class="line"><a name="l00864"></a><span class="lineno"><a class="line" href="classv8_1_1_value.html"> 864</a></span> <span class="keyword">class </span><a class="code" href="classv8_1_1_value.html">Value</a> : <span class="keyword">public</span> <a class="code" href="classv8_1_1_data.html">Data</a> {</div>
<div class="line"><a name="l00865"></a><span class="lineno"> 865</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l00870"></a><span class="lineno"> 870</span>  <span class="keyword">inline</span> <span class="keywordtype">bool</span> <a class="code" href="classv8_1_1_value.html#aea287b745656baa8a12a2ae1d69744b6">IsUndefined</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00871"></a><span class="lineno"> 871</span> </div>
<div class="line"><a name="l00876"></a><span class="lineno"> 876</span>  <span class="keyword">inline</span> <span class="keywordtype">bool</span> <a class="code" href="classv8_1_1_value.html#aa2c6ed8ef832223a7e2cd81e6ac61c78">IsNull</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00877"></a><span class="lineno"> 877</span> </div>
<div class="line"><a name="l00881"></a><span class="lineno"> 881</span>  V8EXPORT <span class="keywordtype">bool</span> <a class="code" href="classv8_1_1_value.html#ae93277798682f4be9adc204a16c40591">IsTrue</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00882"></a><span class="lineno"> 882</span> </div>
<div class="line"><a name="l00886"></a><span class="lineno"> 886</span>  V8EXPORT <span class="keywordtype">bool</span> <a class="code" href="classv8_1_1_value.html#a265c208159ff3163ecda1e9f71b99115">IsFalse</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00887"></a><span class="lineno"> 887</span> </div>
<div class="line"><a name="l00892"></a><span class="lineno"> 892</span>  <span class="keyword">inline</span> <span class="keywordtype">bool</span> <a class="code" href="classv8_1_1_value.html#ab23a34b7df62806808e01b0908bf5f00">IsString</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00893"></a><span class="lineno"> 893</span> </div>
<div class="line"><a name="l00897"></a><span class="lineno"> 897</span>  V8EXPORT <span class="keywordtype">bool</span> <a class="code" href="classv8_1_1_value.html#a33f329c93a9f417e2d05b438e6e5429c">IsFunction</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00898"></a><span class="lineno"> 898</span> </div>
<div class="line"><a name="l00902"></a><span class="lineno"> 902</span>  V8EXPORT <span class="keywordtype">bool</span> <a class="code" href="classv8_1_1_value.html#a95c39ad189c09630dd90ee5c1a7e89a1">IsArray</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00903"></a><span class="lineno"> 903</span> </div>
<div class="line"><a name="l00907"></a><span class="lineno"> 907</span>  V8EXPORT <span class="keywordtype">bool</span> <a class="code" href="classv8_1_1_value.html#a360f1fe4a8ee74382f571a12eb14a222">IsObject</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00908"></a><span class="lineno"> 908</span> </div>
<div class="line"><a name="l00912"></a><span class="lineno"> 912</span>  V8EXPORT <span class="keywordtype">bool</span> <a class="code" href="classv8_1_1_value.html#a6baff625780eac51413f2392250e81be">IsBoolean</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00913"></a><span class="lineno"> 913</span> </div>
<div class="line"><a name="l00917"></a><span class="lineno"> 917</span>  V8EXPORT <span class="keywordtype">bool</span> <a class="code" href="classv8_1_1_value.html#a32003b217768f535a4728bbd16ebd7d5">IsNumber</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00918"></a><span class="lineno"> 918</span> </div>
<div class="line"><a name="l00922"></a><span class="lineno"> 922</span>  V8EXPORT <span class="keywordtype">bool</span> <a class="code" href="classv8_1_1_value.html#a7aed90ede9bf48b10f18cdb97d50fd1e">IsExternal</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00923"></a><span class="lineno"> 923</span> </div>
<div class="line"><a name="l00927"></a><span class="lineno"> 927</span>  V8EXPORT <span class="keywordtype">bool</span> <a class="code" href="classv8_1_1_value.html#a70d4afaccc7903e6a01f40a46ad04188">IsInt32</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00928"></a><span class="lineno"> 928</span> </div>
<div class="line"><a name="l00932"></a><span class="lineno"> 932</span>  V8EXPORT <span class="keywordtype">bool</span> <a class="code" href="classv8_1_1_value.html#a2674a47b2550eb456a7ecfaf09d2f97e">IsUint32</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00933"></a><span class="lineno"> 933</span> </div>
<div class="line"><a name="l00937"></a><span class="lineno"> 937</span>  V8EXPORT <span class="keywordtype">bool</span> <a class="code" href="classv8_1_1_value.html#abcdd87539238a68f8337bae7d0a9c1ac">IsDate</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00938"></a><span class="lineno"> 938</span> </div>
<div class="line"><a name="l00942"></a><span class="lineno"> 942</span>  V8EXPORT <span class="keywordtype">bool</span> <a class="code" href="classv8_1_1_value.html#aebb6cd7cbb34771df1973aef2e544931">IsBooleanObject</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00943"></a><span class="lineno"> 943</span> </div>
<div class="line"><a name="l00947"></a><span class="lineno"> 947</span>  V8EXPORT <span class="keywordtype">bool</span> <a class="code" href="classv8_1_1_value.html#a2b4dd15e4135823a4bb1128a60c063cf">IsNumberObject</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00948"></a><span class="lineno"> 948</span> </div>
<div class="line"><a name="l00952"></a><span class="lineno"> 952</span>  V8EXPORT <span class="keywordtype">bool</span> <a class="code" href="classv8_1_1_value.html#a2ded13f1962fc1fa15eabc525fb433ee">IsStringObject</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00953"></a><span class="lineno"> 953</span> </div>
<div class="line"><a name="l00957"></a><span class="lineno"> 957</span>  V8EXPORT <span class="keywordtype">bool</span> <a class="code" href="classv8_1_1_value.html#a11293ed56e068b3bccdae482f2752f58">IsNativeError</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00958"></a><span class="lineno"> 958</span> </div>
<div class="line"><a name="l00962"></a><span class="lineno"> 962</span>  V8EXPORT <span class="keywordtype">bool</span> <a class="code" href="classv8_1_1_value.html#a36ba10231b5aaf6c63d8589cd53c9a73">IsRegExp</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00963"></a><span class="lineno"> 963</span> </div>
<div class="line"><a name="l00964"></a><span class="lineno"> 964</span>  V8EXPORT <a class="code" href="classv8_1_1_local.html">Local<Boolean></a> ToBoolean() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00965"></a><span class="lineno"> 965</span>  V8EXPORT <a class="code" href="classv8_1_1_local.html">Local<Number></a> ToNumber() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00966"></a><span class="lineno"> 966</span>  V8EXPORT <a class="code" href="classv8_1_1_local.html">Local<String></a> ToString() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00967"></a><span class="lineno"> 967</span>  V8EXPORT <a class="code" href="classv8_1_1_local.html">Local<String></a> ToDetailString() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00968"></a><span class="lineno"> 968</span>  V8EXPORT <a class="code" href="classv8_1_1_local.html">Local<Object></a> ToObject() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00969"></a><span class="lineno"> 969</span>  V8EXPORT <a class="code" href="classv8_1_1_local.html">Local<Integer></a> ToInteger() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00970"></a><span class="lineno"> 970</span>  V8EXPORT <a class="code" href="classv8_1_1_local.html">Local<Uint32></a> ToUint32() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00971"></a><span class="lineno"> 971</span>  V8EXPORT <a class="code" href="classv8_1_1_local.html">Local<Int32></a> ToInt32() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00972"></a><span class="lineno"> 972</span> </div>
<div class="line"><a name="l00977"></a><span class="lineno"> 977</span>  V8EXPORT <a class="code" href="classv8_1_1_local.html">Local<Uint32></a> <a class="code" href="classv8_1_1_value.html#ab6b19a1e5aa5df50dfbb5d2ffa60bcdc">ToArrayIndex</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00978"></a><span class="lineno"> 978</span> </div>
<div class="line"><a name="l00979"></a><span class="lineno"> 979</span>  V8EXPORT <span class="keywordtype">bool</span> BooleanValue() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00980"></a><span class="lineno"> 980</span>  V8EXPORT <span class="keywordtype">double</span> NumberValue() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00981"></a><span class="lineno"> 981</span>  V8EXPORT int64_t IntegerValue() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00982"></a><span class="lineno"> 982</span>  V8EXPORT uint32_t Uint32Value() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00983"></a><span class="lineno"> 983</span>  V8EXPORT int32_t Int32Value() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00984"></a><span class="lineno"> 984</span> </div>
<div class="line"><a name="l00986"></a><span class="lineno"> 986</span>  V8EXPORT <span class="keywordtype">bool</span> <a class="code" href="classv8_1_1_value.html#a643fcf5c7c6136d819b0b4927f8d1724">Equals</a>(<a class="code" href="classv8_1_1_handle.html">Handle<Value></a> that) <span class="keyword">const</span>;</div>
<div class="line"><a name="l00987"></a><span class="lineno"> 987</span>  V8EXPORT <span class="keywordtype">bool</span> StrictEquals(<a class="code" href="classv8_1_1_handle.html">Handle<Value></a> that) <span class="keyword">const</span>;</div>
<div class="line"><a name="l00988"></a><span class="lineno"> 988</span> </div>
<div class="line"><a name="l00989"></a><span class="lineno"> 989</span>  <span class="keyword">private</span>:</div>
<div class="line"><a name="l00990"></a><span class="lineno"> 990</span>  <span class="keyword">inline</span> <span class="keywordtype">bool</span> QuickIsUndefined() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00991"></a><span class="lineno"> 991</span>  <span class="keyword">inline</span> <span class="keywordtype">bool</span> QuickIsNull() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00992"></a><span class="lineno"> 992</span>  <span class="keyword">inline</span> <span class="keywordtype">bool</span> QuickIsString() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00993"></a><span class="lineno"> 993</span>  V8EXPORT <span class="keywordtype">bool</span> FullIsUndefined() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00994"></a><span class="lineno"> 994</span>  V8EXPORT <span class="keywordtype">bool</span> FullIsNull() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00995"></a><span class="lineno"> 995</span>  V8EXPORT <span class="keywordtype">bool</span> FullIsString() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00996"></a><span class="lineno"> 996</span> };</div>
<div class="line"><a name="l00997"></a><span class="lineno"> 997</span> </div>
<div class="line"><a name="l00998"></a><span class="lineno"> 998</span> </div>
<div class="line"><a name="l01002"></a><span class="lineno"><a class="line" href="classv8_1_1_primitive.html"> 1002</a></span> <span class="keyword">class </span><a class="code" href="classv8_1_1_primitive.html">Primitive</a> : <span class="keyword">public</span> <a class="code" href="classv8_1_1_value.html">Value</a> { };</div>
<div class="line"><a name="l01003"></a><span class="lineno"> 1003</span> </div>
<div class="line"><a name="l01004"></a><span class="lineno"> 1004</span> </div>
<div class="line"><a name="l01009"></a><span class="lineno"><a class="line" href="classv8_1_1_boolean.html"> 1009</a></span> <span class="keyword">class </span><a class="code" href="classv8_1_1_boolean.html">Boolean</a> : <span class="keyword">public</span> <a class="code" href="classv8_1_1_primitive.html">Primitive</a> {</div>
<div class="line"><a name="l01010"></a><span class="lineno"> 1010</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l01011"></a><span class="lineno"> 1011</span>  V8EXPORT <span class="keywordtype">bool</span> <a class="code" href="classv8_1_1_value.html">Value</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l01012"></a><span class="lineno"> 1012</span>  <span class="keyword">static</span> <span class="keyword">inline</span> <a class="code" href="classv8_1_1_handle.html">Handle<Boolean></a> New(<span class="keywordtype">bool</span> value);</div>
<div class="line"><a name="l01013"></a><span class="lineno"> 1013</span> };</div>
<div class="line"><a name="l01014"></a><span class="lineno"> 1014</span> </div>
<div class="line"><a name="l01015"></a><span class="lineno"> 1015</span> </div>
<div class="line"><a name="l01019"></a><span class="lineno"><a class="line" href="classv8_1_1_string.html"> 1019</a></span> <span class="keyword">class </span><a class="code" href="classv8_1_1_string.html">String</a> : <span class="keyword">public</span> <a class="code" href="classv8_1_1_primitive.html">Primitive</a> {</div>
<div class="line"><a name="l01020"></a><span class="lineno"> 1020</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l01024"></a><span class="lineno"> 1024</span>  V8EXPORT <span class="keywordtype">int</span> <a class="code" href="classv8_1_1_string.html#a812edd5c3beffb3a08ff94103ac31f23">Length</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l01025"></a><span class="lineno"> 1025</span> </div>
<div class="line"><a name="l01030"></a><span class="lineno"> 1030</span>  V8EXPORT <span class="keywordtype">int</span> <a class="code" href="classv8_1_1_string.html#a11d12cdcd49afe5a8bb12646fd8ec17a">Utf8Length</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l01031"></a><span class="lineno"> 1031</span> </div>
<div class="line"><a name="l01038"></a><span class="lineno"> 1038</span>  V8EXPORT <span class="keywordtype">bool</span> <a class="code" href="classv8_1_1_string.html#a4526b719c91f611b34ab5a807694afc2">MayContainNonAscii</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l01039"></a><span class="lineno"> 1039</span> </div>
<div class="line"><a name="l01065"></a><span class="lineno"><a class="line" href="classv8_1_1_string.html#a9ce7f1458ffd08f8eb2b9c8dc056e616"> 1065</a></span>  <span class="keyword">enum</span> <a class="code" href="classv8_1_1_string.html#a9ce7f1458ffd08f8eb2b9c8dc056e616">WriteOptions</a> {</div>
<div class="line"><a name="l01066"></a><span class="lineno"> 1066</span>  NO_OPTIONS = 0,</div>
<div class="line"><a name="l01067"></a><span class="lineno"> 1067</span>  HINT_MANY_WRITES_EXPECTED = 1,</div>
<div class="line"><a name="l01068"></a><span class="lineno"> 1068</span>  NO_NULL_TERMINATION = 2,</div>
<div class="line"><a name="l01069"></a><span class="lineno"> 1069</span>  PRESERVE_ASCII_NULL = 4</div>
<div class="line"><a name="l01070"></a><span class="lineno"> 1070</span>  };</div>
<div class="line"><a name="l01071"></a><span class="lineno"> 1071</span> </div>
<div class="line"><a name="l01072"></a><span class="lineno"> 1072</span>  <span class="comment">// 16-bit character codes.</span></div>
<div class="line"><a name="l01073"></a><span class="lineno"> 1073</span>  V8EXPORT <span class="keywordtype">int</span> Write(uint16_t* buffer,</div>
<div class="line"><a name="l01074"></a><span class="lineno"> 1074</span>  <span class="keywordtype">int</span> start = 0,</div>
<div class="line"><a name="l01075"></a><span class="lineno"> 1075</span>  <span class="keywordtype">int</span> length = -1,</div>
<div class="line"><a name="l01076"></a><span class="lineno"> 1076</span>  <span class="keywordtype">int</span> options = NO_OPTIONS) <span class="keyword">const</span>;</div>
<div class="line"><a name="l01077"></a><span class="lineno"> 1077</span>  <span class="comment">// ASCII characters.</span></div>
<div class="line"><a name="l01078"></a><span class="lineno"> 1078</span>  V8EXPORT <span class="keywordtype">int</span> WriteAscii(<span class="keywordtype">char</span>* buffer,</div>
<div class="line"><a name="l01079"></a><span class="lineno"> 1079</span>  <span class="keywordtype">int</span> start = 0,</div>
<div class="line"><a name="l01080"></a><span class="lineno"> 1080</span>  <span class="keywordtype">int</span> length = -1,</div>
<div class="line"><a name="l01081"></a><span class="lineno"> 1081</span>  <span class="keywordtype">int</span> options = NO_OPTIONS) <span class="keyword">const</span>;</div>
<div class="line"><a name="l01082"></a><span class="lineno"> 1082</span>  <span class="comment">// UTF-8 encoded characters.</span></div>
<div class="line"><a name="l01083"></a><span class="lineno"> 1083</span>  V8EXPORT <span class="keywordtype">int</span> WriteUtf8(<span class="keywordtype">char</span>* buffer,</div>
<div class="line"><a name="l01084"></a><span class="lineno"> 1084</span>  <span class="keywordtype">int</span> length = -1,</div>
<div class="line"><a name="l01085"></a><span class="lineno"> 1085</span>  <span class="keywordtype">int</span>* nchars_ref = NULL,</div>
<div class="line"><a name="l01086"></a><span class="lineno"> 1086</span>  <span class="keywordtype">int</span> options = NO_OPTIONS) <span class="keyword">const</span>;</div>
<div class="line"><a name="l01087"></a><span class="lineno"> 1087</span> </div>
<div class="line"><a name="l01091"></a><span class="lineno"> 1091</span>  V8EXPORT <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">v8::Local<v8::String></a> <a class="code" href="classv8_1_1_string.html#a148c0f01dca1c477eba42717068a2c7e">Empty</a>();</div>
<div class="line"><a name="l01092"></a><span class="lineno"> 1092</span>  <span class="keyword">inline</span> <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">v8::Local<v8::String></a> <a class="code" href="classv8_1_1_string.html#a148c0f01dca1c477eba42717068a2c7e">Empty</a>(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate);</div>
<div class="line"><a name="l01093"></a><span class="lineno"> 1093</span> </div>
<div class="line"><a name="l01097"></a><span class="lineno"> 1097</span>  V8EXPORT <span class="keywordtype">bool</span> <a class="code" href="classv8_1_1_string.html#a945ba040efb2bffb14c04eda492767ac">IsExternal</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l01098"></a><span class="lineno"> 1098</span> </div>
<div class="line"><a name="l01102"></a><span class="lineno"> 1102</span>  V8EXPORT <span class="keywordtype">bool</span> <a class="code" href="classv8_1_1_string.html#a1b136ebc0ac30df9357e09b5486ca0a3">IsExternalAscii</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l01103"></a><span class="lineno"> 1103</span> </div>
<div class="line"><a name="l01104"></a><span class="lineno"><a class="line" href="classv8_1_1_string_1_1_external_string_resource_base.html"> 1104</a></span>  <span class="keyword">class </span>V8EXPORT <a class="code" href="classv8_1_1_string_1_1_external_string_resource_base.html">ExternalStringResourceBase</a> { <span class="comment">// NOLINT</span></div>
<div class="line"><a name="l01105"></a><span class="lineno"> 1105</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l01106"></a><span class="lineno"> 1106</span>  <span class="keyword">virtual</span> ~<a class="code" href="classv8_1_1_string_1_1_external_string_resource_base.html">ExternalStringResourceBase</a>() {}</div>
<div class="line"><a name="l01107"></a><span class="lineno"> 1107</span> </div>
<div class="line"><a name="l01108"></a><span class="lineno"> 1108</span>  <span class="keyword">protected</span>:</div>
<div class="line"><a name="l01109"></a><span class="lineno"> 1109</span>  <a class="code" href="classv8_1_1_string_1_1_external_string_resource_base.html">ExternalStringResourceBase</a>() {}</div>
<div class="line"><a name="l01110"></a><span class="lineno"> 1110</span> </div>
<div class="line"><a name="l01117"></a><span class="lineno"><a class="line" href="classv8_1_1_string_1_1_external_string_resource_base.html#af4720342ae31e1ab4656df3f15d069c0"> 1117</a></span>  <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classv8_1_1_string_1_1_external_string_resource_base.html#af4720342ae31e1ab4656df3f15d069c0">Dispose</a>() { <span class="keyword">delete</span> <span class="keyword">this</span>; }</div>
<div class="line"><a name="l01118"></a><span class="lineno"> 1118</span> </div>
<div class="line"><a name="l01119"></a><span class="lineno"> 1119</span>  <span class="keyword">private</span>:</div>
<div class="line"><a name="l01120"></a><span class="lineno"> 1120</span>  <span class="comment">// Disallow copying and assigning.</span></div>
<div class="line"><a name="l01121"></a><span class="lineno"> 1121</span>  <a class="code" href="classv8_1_1_string_1_1_external_string_resource_base.html">ExternalStringResourceBase</a>(<span class="keyword">const</span> <a class="code" href="classv8_1_1_string_1_1_external_string_resource_base.html">ExternalStringResourceBase</a>&);</div>
<div class="line"><a name="l01122"></a><span class="lineno"> 1122</span>  <span class="keywordtype">void</span> operator=(<span class="keyword">const</span> <a class="code" href="classv8_1_1_string_1_1_external_string_resource_base.html">ExternalStringResourceBase</a>&);</div>
<div class="line"><a name="l01123"></a><span class="lineno"> 1123</span> </div>
<div class="line"><a name="l01124"></a><span class="lineno"> 1124</span>  <span class="keyword">friend</span> <span class="keyword">class </span>v8::internal::Heap;</div>
<div class="line"><a name="l01125"></a><span class="lineno"> 1125</span>  };</div>
<div class="line"><a name="l01126"></a><span class="lineno"> 1126</span> </div>
<div class="line"><a name="l01133"></a><span class="lineno"><a class="line" href="classv8_1_1_string_1_1_external_string_resource.html"> 1133</a></span>  <span class="keyword">class </span>V8EXPORT <a class="code" href="classv8_1_1_string_1_1_external_string_resource.html">ExternalStringResource</a></div>
<div class="line"><a name="l01134"></a><span class="lineno"> 1134</span>  : <span class="keyword">public</span> <a class="code" href="classv8_1_1_string_1_1_external_string_resource_base.html">ExternalStringResourceBase</a> {</div>
<div class="line"><a name="l01135"></a><span class="lineno"> 1135</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l01140"></a><span class="lineno"><a class="line" href="classv8_1_1_string_1_1_external_string_resource.html#a6b7ef9e33a47059092e1447b10c35416"> 1140</a></span>  <span class="keyword">virtual</span> <a class="code" href="classv8_1_1_string_1_1_external_string_resource.html#a6b7ef9e33a47059092e1447b10c35416">~ExternalStringResource</a>() {}</div>
<div class="line"><a name="l01141"></a><span class="lineno"> 1141</span> </div>
<div class="line"><a name="l01145"></a><span class="lineno"> 1145</span>  <span class="keyword">virtual</span> <span class="keyword">const</span> uint16_t* data() <span class="keyword">const</span> = 0;</div>
<div class="line"><a name="l01146"></a><span class="lineno"> 1146</span> </div>
<div class="line"><a name="l01150"></a><span class="lineno"> 1150</span>  <span class="keyword">virtual</span> <span class="keywordtype">size_t</span> length() <span class="keyword">const</span> = 0;</div>
<div class="line"><a name="l01151"></a><span class="lineno"> 1151</span> </div>
<div class="line"><a name="l01152"></a><span class="lineno"> 1152</span>  <span class="keyword">protected</span>:</div>
<div class="line"><a name="l01153"></a><span class="lineno"> 1153</span>  <a class="code" href="classv8_1_1_string_1_1_external_string_resource.html">ExternalStringResource</a>() {}</div>
<div class="line"><a name="l01154"></a><span class="lineno"> 1154</span>  };</div>
<div class="line"><a name="l01155"></a><span class="lineno"> 1155</span> </div>
<div class="line"><a name="l01167"></a><span class="lineno"><a class="line" href="classv8_1_1_string_1_1_external_ascii_string_resource.html"> 1167</a></span>  <span class="keyword">class </span>V8EXPORT <a class="code" href="classv8_1_1_string_1_1_external_ascii_string_resource.html">ExternalAsciiStringResource</a></div>
<div class="line"><a name="l01168"></a><span class="lineno"> 1168</span>  : <span class="keyword">public</span> <a class="code" href="classv8_1_1_string_1_1_external_string_resource_base.html">ExternalStringResourceBase</a> {</div>
<div class="line"><a name="l01169"></a><span class="lineno"> 1169</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l01174"></a><span class="lineno"><a class="line" href="classv8_1_1_string_1_1_external_ascii_string_resource.html#acd8790ae14be1b90794b363d24a147d0"> 1174</a></span>  <span class="keyword">virtual</span> <a class="code" href="classv8_1_1_string_1_1_external_ascii_string_resource.html#acd8790ae14be1b90794b363d24a147d0">~ExternalAsciiStringResource</a>() {}</div>
<div class="line"><a name="l01176"></a><span class="lineno"> 1176</span>  <span class="keyword">virtual</span> <span class="keyword">const</span> <span class="keywordtype">char</span>* data() <span class="keyword">const</span> = 0;</div>
<div class="line"><a name="l01178"></a><span class="lineno"> 1178</span>  <span class="keyword">virtual</span> <span class="keywordtype">size_t</span> length() <span class="keyword">const</span> = 0;</div>
<div class="line"><a name="l01179"></a><span class="lineno"> 1179</span>  <span class="keyword">protected</span>:</div>
<div class="line"><a name="l01180"></a><span class="lineno"> 1180</span>  <a class="code" href="classv8_1_1_string_1_1_external_ascii_string_resource.html">ExternalAsciiStringResource</a>() {}</div>
<div class="line"><a name="l01181"></a><span class="lineno"> 1181</span>  };</div>
<div class="line"><a name="l01182"></a><span class="lineno"> 1182</span> </div>
<div class="line"><a name="l01187"></a><span class="lineno"> 1187</span>  <span class="keyword">inline</span> ExternalStringResource* <a class="code" href="classv8_1_1_string.html#a1a78c6fe39dbdd6322ca576e224f0cba">GetExternalStringResource</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l01188"></a><span class="lineno"> 1188</span> </div>
<div class="line"><a name="l01193"></a><span class="lineno"> 1193</span>  V8EXPORT <span class="keyword">const</span> ExternalAsciiStringResource* <a class="code" href="classv8_1_1_string.html#a0156221ab1c700883897e9d3cf129017">GetExternalAsciiStringResource</a>()</div>
<div class="line"><a name="l01194"></a><span class="lineno"> 1194</span>  <span class="keyword">const</span>;</div>
<div class="line"><a name="l01195"></a><span class="lineno"> 1195</span> </div>
<div class="line"><a name="l01196"></a><span class="lineno"> 1196</span>  <span class="keyword">static</span> <span class="keyword">inline</span> String* Cast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* obj);</div>
<div class="line"><a name="l01197"></a><span class="lineno"> 1197</span> </div>
<div class="line"><a name="l01207"></a><span class="lineno"> 1207</span>  V8EXPORT <span class="keyword">static</span> Local<String> <a class="code" href="classv8_1_1_string.html#af0f9c44d85056bd575c01e8be7cc1b01">New</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* data, <span class="keywordtype">int</span> length = -1);</div>
<div class="line"><a name="l01208"></a><span class="lineno"> 1208</span> </div>
<div class="line"><a name="l01210"></a><span class="lineno"> 1210</span>  V8EXPORT <span class="keyword">static</span> Local<String> <a class="code" href="classv8_1_1_string.html#af0f9c44d85056bd575c01e8be7cc1b01">New</a>(<span class="keyword">const</span> uint16_t* data, <span class="keywordtype">int</span> length = -1);</div>
<div class="line"><a name="l01211"></a><span class="lineno"> 1211</span> </div>
<div class="line"><a name="l01213"></a><span class="lineno"> 1213</span>  V8EXPORT <span class="keyword">static</span> Local<String> <a class="code" href="classv8_1_1_string.html#a496a7a6bb043ae49da105e2648e26c20">NewSymbol</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* data, <span class="keywordtype">int</span> length = -1);</div>
<div class="line"><a name="l01214"></a><span class="lineno"> 1214</span> </div>
<div class="line"><a name="l01219"></a><span class="lineno"> 1219</span>  V8EXPORT <span class="keyword">static</span> Local<String> <a class="code" href="classv8_1_1_string.html#af21c9d008c6dfc72277b9183d0839940">Concat</a>(Handle<String> left,</div>
<div class="line"><a name="l01220"></a><span class="lineno"> 1220</span>  Handle<String> right);</div>
<div class="line"><a name="l01221"></a><span class="lineno"> 1221</span> </div>
<div class="line"><a name="l01230"></a><span class="lineno"> 1230</span>  V8EXPORT <span class="keyword">static</span> Local<String> <a class="code" href="classv8_1_1_string.html#a4de1bc36a0c6fe52d12726b85d0853f1">NewExternal</a>(ExternalStringResource* resource);</div>
<div class="line"><a name="l01231"></a><span class="lineno"> 1231</span> </div>
<div class="line"><a name="l01241"></a><span class="lineno"> 1241</span>  V8EXPORT <span class="keywordtype">bool</span> <a class="code" href="classv8_1_1_string.html#a6419e6b87e73bf03e326dd862fdca495">MakeExternal</a>(ExternalStringResource* resource);</div>
<div class="line"><a name="l01242"></a><span class="lineno"> 1242</span>  V8EXPORT <span class="keyword">static</span> Local<String> <a class="code" href="classv8_1_1_string.html#a4de1bc36a0c6fe52d12726b85d0853f1">NewExternal</a>(</div>
<div class="line"><a name="l01251"></a><span class="lineno"> 1251</span>  ExternalAsciiStringResource* resource);</div>
<div class="line"><a name="l01252"></a><span class="lineno"> 1252</span> </div>
<div class="line"><a name="l01262"></a><span class="lineno"> 1262</span>  V8EXPORT <span class="keywordtype">bool</span> <a class="code" href="classv8_1_1_string.html#a6419e6b87e73bf03e326dd862fdca495">MakeExternal</a>(ExternalAsciiStringResource* resource);</div>
<div class="line"><a name="l01263"></a><span class="lineno"> 1263</span> </div>
<div class="line"><a name="l01267"></a><span class="lineno"> 1267</span>  V8EXPORT <span class="keywordtype">bool</span> <a class="code" href="classv8_1_1_string.html#ac24779f37e73d8af36092cca294804c3">CanMakeExternal</a>();</div>
<div class="line"><a name="l01268"></a><span class="lineno"> 1268</span> </div>
<div class="line"><a name="l01270"></a><span class="lineno"> 1270</span>  V8EXPORT <span class="keyword">static</span> Local<String> <a class="code" href="classv8_1_1_string.html#a49b2b16c53998e22f3ad9d06fb49a3fd">NewUndetectable</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* data,</div>
<div class="line"><a name="l01271"></a><span class="lineno"> 1271</span>  <span class="keywordtype">int</span> length = -1);</div>
<div class="line"><a name="l01272"></a><span class="lineno"> 1272</span> </div>
<div class="line"><a name="l01274"></a><span class="lineno"> 1274</span>  V8EXPORT <span class="keyword">static</span> Local<String> <a class="code" href="classv8_1_1_string.html#a49b2b16c53998e22f3ad9d06fb49a3fd">NewUndetectable</a>(<span class="keyword">const</span> uint16_t* data,</div>
<div class="line"><a name="l01275"></a><span class="lineno"> 1275</span>  <span class="keywordtype">int</span> length = -1);</div>
<div class="line"><a name="l01276"></a><span class="lineno"> 1276</span> </div>
<div class="line"><a name="l01284"></a><span class="lineno"><a class="line" href="classv8_1_1_string_1_1_utf8_value.html"> 1284</a></span>  <span class="keyword">class </span>V8EXPORT <a class="code" href="classv8_1_1_string_1_1_utf8_value.html">Utf8Value</a> {</div>
<div class="line"><a name="l01285"></a><span class="lineno"> 1285</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l01286"></a><span class="lineno"> 1286</span>  <span class="keyword">explicit</span> <a class="code" href="classv8_1_1_string_1_1_utf8_value.html">Utf8Value</a>(<a class="code" href="classv8_1_1_handle.html">Handle<v8::Value></a> obj);</div>
<div class="line"><a name="l01287"></a><span class="lineno"> 1287</span>  ~<a class="code" href="classv8_1_1_string_1_1_utf8_value.html">Utf8Value</a>();</div>
<div class="line"><a name="l01288"></a><span class="lineno"> 1288</span>  <span class="keywordtype">char</span>* operator*() { <span class="keywordflow">return</span> str_; }</div>
<div class="line"><a name="l01289"></a><span class="lineno"> 1289</span>  <span class="keyword">const</span> <span class="keywordtype">char</span>* operator*()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> str_; }</div>
<div class="line"><a name="l01290"></a><span class="lineno"> 1290</span>  <span class="keywordtype">int</span> length()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> length_; }</div>
<div class="line"><a name="l01291"></a><span class="lineno"> 1291</span>  <span class="keyword">private</span>:</div>
<div class="line"><a name="l01292"></a><span class="lineno"> 1292</span>  <span class="keywordtype">char</span>* str_;</div>
<div class="line"><a name="l01293"></a><span class="lineno"> 1293</span>  <span class="keywordtype">int</span> length_;</div>
<div class="line"><a name="l01294"></a><span class="lineno"> 1294</span> </div>
<div class="line"><a name="l01295"></a><span class="lineno"> 1295</span>  <span class="comment">// Disallow copying and assigning.</span></div>
<div class="line"><a name="l01296"></a><span class="lineno"> 1296</span>  <a class="code" href="classv8_1_1_string_1_1_utf8_value.html">Utf8Value</a>(<span class="keyword">const</span> <a class="code" href="classv8_1_1_string_1_1_utf8_value.html">Utf8Value</a>&);</div>
<div class="line"><a name="l01297"></a><span class="lineno"> 1297</span>  <span class="keywordtype">void</span> operator=(<span class="keyword">const</span> <a class="code" href="classv8_1_1_string_1_1_utf8_value.html">Utf8Value</a>&);</div>
<div class="line"><a name="l01298"></a><span class="lineno"> 1298</span>  };</div>
<div class="line"><a name="l01299"></a><span class="lineno"> 1299</span> </div>
<div class="line"><a name="l01307"></a><span class="lineno"><a class="line" href="classv8_1_1_string_1_1_ascii_value.html"> 1307</a></span>  <span class="keyword">class </span>V8EXPORT <a class="code" href="classv8_1_1_string_1_1_ascii_value.html">AsciiValue</a> {</div>
<div class="line"><a name="l01308"></a><span class="lineno"> 1308</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l01309"></a><span class="lineno"> 1309</span>  <span class="keyword">explicit</span> <a class="code" href="classv8_1_1_string_1_1_ascii_value.html">AsciiValue</a>(<a class="code" href="classv8_1_1_handle.html">Handle<v8::Value></a> obj);</div>
<div class="line"><a name="l01310"></a><span class="lineno"> 1310</span>  ~<a class="code" href="classv8_1_1_string_1_1_ascii_value.html">AsciiValue</a>();</div>
<div class="line"><a name="l01311"></a><span class="lineno"> 1311</span>  <span class="keywordtype">char</span>* operator*() { <span class="keywordflow">return</span> str_; }</div>
<div class="line"><a name="l01312"></a><span class="lineno"> 1312</span>  <span class="keyword">const</span> <span class="keywordtype">char</span>* operator*()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> str_; }</div>
<div class="line"><a name="l01313"></a><span class="lineno"> 1313</span>  <span class="keywordtype">int</span> length()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> length_; }</div>
<div class="line"><a name="l01314"></a><span class="lineno"> 1314</span>  <span class="keyword">private</span>:</div>
<div class="line"><a name="l01315"></a><span class="lineno"> 1315</span>  <span class="keywordtype">char</span>* str_;</div>
<div class="line"><a name="l01316"></a><span class="lineno"> 1316</span>  <span class="keywordtype">int</span> length_;</div>
<div class="line"><a name="l01317"></a><span class="lineno"> 1317</span> </div>
<div class="line"><a name="l01318"></a><span class="lineno"> 1318</span>  <span class="comment">// Disallow copying and assigning.</span></div>
<div class="line"><a name="l01319"></a><span class="lineno"> 1319</span>  <a class="code" href="classv8_1_1_string_1_1_ascii_value.html">AsciiValue</a>(<span class="keyword">const</span> <a class="code" href="classv8_1_1_string_1_1_ascii_value.html">AsciiValue</a>&);</div>
<div class="line"><a name="l01320"></a><span class="lineno"> 1320</span>  <span class="keywordtype">void</span> operator=(<span class="keyword">const</span> <a class="code" href="classv8_1_1_string_1_1_ascii_value.html">AsciiValue</a>&);</div>
<div class="line"><a name="l01321"></a><span class="lineno"> 1321</span>  };</div>
<div class="line"><a name="l01322"></a><span class="lineno"> 1322</span> </div>
<div class="line"><a name="l01329"></a><span class="lineno"><a class="line" href="classv8_1_1_string_1_1_value.html"> 1329</a></span>  <span class="keyword">class </span>V8EXPORT <a class="code" href="classv8_1_1_string_1_1_value.html">Value</a> {</div>
<div class="line"><a name="l01330"></a><span class="lineno"> 1330</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l01331"></a><span class="lineno"> 1331</span>  <span class="keyword">explicit</span> <a class="code" href="classv8_1_1_string_1_1_value.html">Value</a>(<a class="code" href="classv8_1_1_handle.html">Handle<v8::Value></a> obj);</div>
<div class="line"><a name="l01332"></a><span class="lineno"> 1332</span>  ~<a class="code" href="classv8_1_1_string_1_1_value.html">Value</a>();</div>
<div class="line"><a name="l01333"></a><span class="lineno"> 1333</span>  uint16_t* operator*() { <span class="keywordflow">return</span> str_; }</div>
<div class="line"><a name="l01334"></a><span class="lineno"> 1334</span>  <span class="keyword">const</span> uint16_t* operator*()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> str_; }</div>
<div class="line"><a name="l01335"></a><span class="lineno"> 1335</span>  <span class="keywordtype">int</span> length()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> length_; }</div>
<div class="line"><a name="l01336"></a><span class="lineno"> 1336</span>  <span class="keyword">private</span>:</div>
<div class="line"><a name="l01337"></a><span class="lineno"> 1337</span>  uint16_t* str_;</div>
<div class="line"><a name="l01338"></a><span class="lineno"> 1338</span>  <span class="keywordtype">int</span> length_;</div>
<div class="line"><a name="l01339"></a><span class="lineno"> 1339</span> </div>
<div class="line"><a name="l01340"></a><span class="lineno"> 1340</span>  <span class="comment">// Disallow copying and assigning.</span></div>
<div class="line"><a name="l01341"></a><span class="lineno"> 1341</span>  <a class="code" href="classv8_1_1_string_1_1_value.html">Value</a>(<span class="keyword">const</span> <a class="code" href="classv8_1_1_string_1_1_value.html">Value</a>&);</div>
<div class="line"><a name="l01342"></a><span class="lineno"> 1342</span>  <span class="keywordtype">void</span> operator=(<span class="keyword">const</span> <a class="code" href="classv8_1_1_string_1_1_value.html">Value</a>&);</div>
<div class="line"><a name="l01343"></a><span class="lineno"> 1343</span>  };</div>
<div class="line"><a name="l01344"></a><span class="lineno"> 1344</span> </div>
<div class="line"><a name="l01345"></a><span class="lineno"> 1345</span>  <span class="keyword">private</span>:</div>
<div class="line"><a name="l01346"></a><span class="lineno"> 1346</span>  V8EXPORT <span class="keywordtype">void</span> VerifyExternalStringResource(<a class="code" href="classv8_1_1_string_1_1_external_string_resource.html">ExternalStringResource</a>* val) <span class="keyword">const</span>;</div>
<div class="line"><a name="l01347"></a><span class="lineno"> 1347</span>  V8EXPORT <span class="keyword">static</span> <span class="keywordtype">void</span> CheckCast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* obj);</div>
<div class="line"><a name="l01348"></a><span class="lineno"> 1348</span> };</div>
<div class="line"><a name="l01349"></a><span class="lineno"> 1349</span> </div>
<div class="line"><a name="l01350"></a><span class="lineno"> 1350</span> </div>
<div class="line"><a name="l01354"></a><span class="lineno"><a class="line" href="classv8_1_1_number.html"> 1354</a></span> <span class="keyword">class </span><a class="code" href="classv8_1_1_number.html">Number</a> : <span class="keyword">public</span> <a class="code" href="classv8_1_1_primitive.html">Primitive</a> {</div>
<div class="line"><a name="l01355"></a><span class="lineno"> 1355</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l01356"></a><span class="lineno"> 1356</span>  V8EXPORT <span class="keywordtype">double</span> <a class="code" href="classv8_1_1_value.html">Value</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l01357"></a><span class="lineno"> 1357</span>  V8EXPORT <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local<Number></a> New(<span class="keywordtype">double</span> value);</div>
<div class="line"><a name="l01358"></a><span class="lineno"> 1358</span>  <span class="keyword">static</span> <span class="keyword">inline</span> <a class="code" href="classv8_1_1_number.html">Number</a>* Cast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* obj);</div>
<div class="line"><a name="l01359"></a><span class="lineno"> 1359</span>  <span class="keyword">private</span>:</div>
<div class="line"><a name="l01360"></a><span class="lineno"> 1360</span>  V8EXPORT <a class="code" href="classv8_1_1_number.html">Number</a>();</div>
<div class="line"><a name="l01361"></a><span class="lineno"> 1361</span>  V8EXPORT <span class="keyword">static</span> <span class="keywordtype">void</span> CheckCast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* obj);</div>
<div class="line"><a name="l01362"></a><span class="lineno"> 1362</span> };</div>
<div class="line"><a name="l01363"></a><span class="lineno"> 1363</span> </div>
<div class="line"><a name="l01364"></a><span class="lineno"> 1364</span> </div>
<div class="line"><a name="l01368"></a><span class="lineno"><a class="line" href="classv8_1_1_integer.html"> 1368</a></span> <span class="keyword">class </span><a class="code" href="classv8_1_1_integer.html">Integer</a> : <span class="keyword">public</span> <a class="code" href="classv8_1_1_number.html">Number</a> {</div>
<div class="line"><a name="l01369"></a><span class="lineno"> 1369</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l01370"></a><span class="lineno"> 1370</span>  V8EXPORT <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local<Integer></a> New(int32_t value);</div>
<div class="line"><a name="l01371"></a><span class="lineno"> 1371</span>  V8EXPORT <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local<Integer></a> NewFromUnsigned(uint32_t value);</div>
<div class="line"><a name="l01372"></a><span class="lineno"> 1372</span>  V8EXPORT int64_t <a class="code" href="classv8_1_1_value.html">Value</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l01373"></a><span class="lineno"> 1373</span>  <span class="keyword">static</span> <span class="keyword">inline</span> <a class="code" href="classv8_1_1_integer.html">Integer</a>* Cast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* obj);</div>
<div class="line"><a name="l01374"></a><span class="lineno"> 1374</span>  <span class="keyword">private</span>:</div>
<div class="line"><a name="l01375"></a><span class="lineno"> 1375</span>  V8EXPORT <a class="code" href="classv8_1_1_integer.html">Integer</a>();</div>
<div class="line"><a name="l01376"></a><span class="lineno"> 1376</span>  V8EXPORT <span class="keyword">static</span> <span class="keywordtype">void</span> CheckCast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* obj);</div>
<div class="line"><a name="l01377"></a><span class="lineno"> 1377</span> };</div>
<div class="line"><a name="l01378"></a><span class="lineno"> 1378</span> </div>
<div class="line"><a name="l01379"></a><span class="lineno"> 1379</span> </div>
<div class="line"><a name="l01383"></a><span class="lineno"><a class="line" href="classv8_1_1_int32.html"> 1383</a></span> <span class="keyword">class </span><a class="code" href="classv8_1_1_int32.html">Int32</a> : <span class="keyword">public</span> <a class="code" href="classv8_1_1_integer.html">Integer</a> {</div>
<div class="line"><a name="l01384"></a><span class="lineno"> 1384</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l01385"></a><span class="lineno"> 1385</span>  V8EXPORT int32_t <a class="code" href="classv8_1_1_value.html">Value</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l01386"></a><span class="lineno"> 1386</span>  <span class="keyword">private</span>:</div>
<div class="line"><a name="l01387"></a><span class="lineno"> 1387</span>  V8EXPORT <a class="code" href="classv8_1_1_int32.html">Int32</a>();</div>
<div class="line"><a name="l01388"></a><span class="lineno"> 1388</span> };</div>
<div class="line"><a name="l01389"></a><span class="lineno"> 1389</span> </div>
<div class="line"><a name="l01390"></a><span class="lineno"> 1390</span> </div>
<div class="line"><a name="l01394"></a><span class="lineno"><a class="line" href="classv8_1_1_uint32.html"> 1394</a></span> <span class="keyword">class </span><a class="code" href="classv8_1_1_uint32.html">Uint32</a> : <span class="keyword">public</span> <a class="code" href="classv8_1_1_integer.html">Integer</a> {</div>
<div class="line"><a name="l01395"></a><span class="lineno"> 1395</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l01396"></a><span class="lineno"> 1396</span>  V8EXPORT uint32_t <a class="code" href="classv8_1_1_value.html">Value</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l01397"></a><span class="lineno"> 1397</span>  <span class="keyword">private</span>:</div>
<div class="line"><a name="l01398"></a><span class="lineno"> 1398</span>  V8EXPORT <a class="code" href="classv8_1_1_uint32.html">Uint32</a>();</div>
<div class="line"><a name="l01399"></a><span class="lineno"> 1399</span> };</div>
<div class="line"><a name="l01400"></a><span class="lineno"> 1400</span> </div>
<div class="line"><a name="l01401"></a><span class="lineno"> 1401</span> </div>
<div class="line"><a name="l01402"></a><span class="lineno"> 1402</span> <span class="keyword">enum</span> PropertyAttribute {</div>
<div class="line"><a name="l01403"></a><span class="lineno"> 1403</span>  None = 0,</div>
<div class="line"><a name="l01404"></a><span class="lineno"> 1404</span>  ReadOnly = 1 << 0,</div>
<div class="line"><a name="l01405"></a><span class="lineno"> 1405</span>  DontEnum = 1 << 1,</div>
<div class="line"><a name="l01406"></a><span class="lineno"> 1406</span>  DontDelete = 1 << 2</div>
<div class="line"><a name="l01407"></a><span class="lineno"> 1407</span> };</div>
<div class="line"><a name="l01408"></a><span class="lineno"> 1408</span> </div>
<div class="line"><a name="l01409"></a><span class="lineno"> 1409</span> <span class="keyword">enum</span> ExternalArrayType {</div>
<div class="line"><a name="l01410"></a><span class="lineno"> 1410</span>  kExternalByteArray = 1,</div>
<div class="line"><a name="l01411"></a><span class="lineno"> 1411</span>  kExternalUnsignedByteArray,</div>
<div class="line"><a name="l01412"></a><span class="lineno"> 1412</span>  kExternalShortArray,</div>
<div class="line"><a name="l01413"></a><span class="lineno"> 1413</span>  kExternalUnsignedShortArray,</div>
<div class="line"><a name="l01414"></a><span class="lineno"> 1414</span>  kExternalIntArray,</div>
<div class="line"><a name="l01415"></a><span class="lineno"> 1415</span>  kExternalUnsignedIntArray,</div>
<div class="line"><a name="l01416"></a><span class="lineno"> 1416</span>  kExternalFloatArray,</div>
<div class="line"><a name="l01417"></a><span class="lineno"> 1417</span>  kExternalDoubleArray,</div>
<div class="line"><a name="l01418"></a><span class="lineno"> 1418</span>  kExternalPixelArray</div>
<div class="line"><a name="l01419"></a><span class="lineno"> 1419</span> };</div>
<div class="line"><a name="l01420"></a><span class="lineno"> 1420</span> </div>
<div class="line"><a name="l01426"></a><span class="lineno"><a class="line" href="namespacev8.html#a3016fe071826349d1370a700e71be094"> 1426</a></span> <span class="keyword">typedef</span> <a class="code" href="classv8_1_1_handle.html">Handle<Value></a> (*AccessorGetter)(<a class="code" href="classv8_1_1_local.html">Local<String></a> property,</div>
<div class="line"><a name="l01427"></a><span class="lineno"> 1427</span>  <span class="keyword">const</span> <a class="code" href="classv8_1_1_accessor_info.html">AccessorInfo</a>& info);</div>
<div class="line"><a name="l01428"></a><span class="lineno"> 1428</span> </div>
<div class="line"><a name="l01429"></a><span class="lineno"> 1429</span> </div>
<div class="line"><a name="l01430"></a><span class="lineno"> 1430</span> <span class="keyword">typedef</span> void (*AccessorSetter)(<a class="code" href="classv8_1_1_local.html">Local<String></a> property,</div>
<div class="line"><a name="l01431"></a><span class="lineno"> 1431</span>  <a class="code" href="classv8_1_1_local.html">Local<Value></a> value,</div>
<div class="line"><a name="l01432"></a><span class="lineno"> 1432</span>  <span class="keyword">const</span> <a class="code" href="classv8_1_1_accessor_info.html">AccessorInfo</a>& info);</div>
<div class="line"><a name="l01433"></a><span class="lineno"> 1433</span> </div>
<div class="line"><a name="l01434"></a><span class="lineno"> 1434</span> </div>
<div class="line"><a name="l01448"></a><span class="lineno"><a class="line" href="namespacev8.html#a31d8355cb043d7d2dda3f4a52760b64e"> 1448</a></span> <span class="keyword">enum</span> <a class="code" href="namespacev8.html#a31d8355cb043d7d2dda3f4a52760b64e">AccessControl</a> {</div>
<div class="line"><a name="l01449"></a><span class="lineno"> 1449</span>  DEFAULT = 0,</div>
<div class="line"><a name="l01450"></a><span class="lineno"> 1450</span>  ALL_CAN_READ = 1,</div>
<div class="line"><a name="l01451"></a><span class="lineno"> 1451</span>  ALL_CAN_WRITE = 1 << 1,</div>
<div class="line"><a name="l01452"></a><span class="lineno"> 1452</span>  PROHIBITS_OVERWRITING = 1 << 2</div>
<div class="line"><a name="l01453"></a><span class="lineno"> 1453</span> };</div>
<div class="line"><a name="l01454"></a><span class="lineno"> 1454</span> </div>
<div class="line"><a name="l01455"></a><span class="lineno"> 1455</span> </div>
<div class="line"><a name="l01459"></a><span class="lineno"><a class="line" href="classv8_1_1_object.html"> 1459</a></span> <span class="keyword">class </span><a class="code" href="classv8_1_1_object.html">Object</a> : <span class="keyword">public</span> <a class="code" href="classv8_1_1_value.html">Value</a> {</div>
<div class="line"><a name="l01460"></a><span class="lineno"> 1460</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l01461"></a><span class="lineno"> 1461</span>  V8EXPORT <span class="keywordtype">bool</span> Set(<a class="code" href="classv8_1_1_handle.html">Handle<Value></a> key,</div>
<div class="line"><a name="l01462"></a><span class="lineno"> 1462</span>  <a class="code" href="classv8_1_1_handle.html">Handle<Value></a> value,</div>
<div class="line"><a name="l01463"></a><span class="lineno"> 1463</span>  PropertyAttribute attribs = None);</div>
<div class="line"><a name="l01464"></a><span class="lineno"> 1464</span> </div>
<div class="line"><a name="l01465"></a><span class="lineno"> 1465</span>  V8EXPORT <span class="keywordtype">bool</span> Set(uint32_t index,</div>
<div class="line"><a name="l01466"></a><span class="lineno"> 1466</span>  <a class="code" href="classv8_1_1_handle.html">Handle<Value></a> value);</div>
<div class="line"><a name="l01467"></a><span class="lineno"> 1467</span> </div>
<div class="line"><a name="l01468"></a><span class="lineno"> 1468</span>  <span class="comment">// Sets a local property on this object bypassing interceptors and</span></div>
<div class="line"><a name="l01469"></a><span class="lineno"> 1469</span>  <span class="comment">// overriding accessors or read-only properties.</span></div>
<div class="line"><a name="l01470"></a><span class="lineno"> 1470</span>  <span class="comment">//</span></div>
<div class="line"><a name="l01471"></a><span class="lineno"> 1471</span>  <span class="comment">// Note that if the object has an interceptor the property will be set</span></div>
<div class="line"><a name="l01472"></a><span class="lineno"> 1472</span>  <span class="comment">// locally, but since the interceptor takes precedence the local property</span></div>
<div class="line"><a name="l01473"></a><span class="lineno"> 1473</span>  <span class="comment">// will only be returned if the interceptor doesn't return a value.</span></div>
<div class="line"><a name="l01474"></a><span class="lineno"> 1474</span>  <span class="comment">//</span></div>
<div class="line"><a name="l01475"></a><span class="lineno"> 1475</span>  <span class="comment">// Note also that this only works for named properties.</span></div>
<div class="line"><a name="l01476"></a><span class="lineno"> 1476</span>  V8EXPORT <span class="keywordtype">bool</span> ForceSet(<a class="code" href="classv8_1_1_handle.html">Handle<Value></a> key,</div>
<div class="line"><a name="l01477"></a><span class="lineno"> 1477</span>  <a class="code" href="classv8_1_1_handle.html">Handle<Value></a> value,</div>
<div class="line"><a name="l01478"></a><span class="lineno"> 1478</span>  PropertyAttribute attribs = None);</div>
<div class="line"><a name="l01479"></a><span class="lineno"> 1479</span> </div>
<div class="line"><a name="l01480"></a><span class="lineno"> 1480</span>  V8EXPORT <a class="code" href="classv8_1_1_local.html">Local<Value></a> Get(<a class="code" href="classv8_1_1_handle.html">Handle<Value></a> key);</div>
<div class="line"><a name="l01481"></a><span class="lineno"> 1481</span> </div>
<div class="line"><a name="l01482"></a><span class="lineno"> 1482</span>  V8EXPORT <a class="code" href="classv8_1_1_local.html">Local<Value></a> Get(uint32_t index);</div>
<div class="line"><a name="l01483"></a><span class="lineno"> 1483</span> </div>
<div class="line"><a name="l01489"></a><span class="lineno"> 1489</span>  V8EXPORT PropertyAttribute <a class="code" href="classv8_1_1_object.html#a1e0346ba95c50258a2b4dbd3dc5a6221">GetPropertyAttributes</a>(<a class="code" href="classv8_1_1_handle.html">Handle<Value></a> key);</div>
<div class="line"><a name="l01490"></a><span class="lineno"> 1490</span> </div>
<div class="line"><a name="l01491"></a><span class="lineno"> 1491</span>  <span class="comment">// TODO(1245389): Replace the type-specific versions of these</span></div>
<div class="line"><a name="l01492"></a><span class="lineno"> 1492</span>  <span class="comment">// functions with generic ones that accept a Handle<Value> key.</span></div>
<div class="line"><a name="l01493"></a><span class="lineno"> 1493</span>  V8EXPORT <span class="keywordtype">bool</span> Has(<a class="code" href="classv8_1_1_handle.html">Handle<String></a> key);</div>
<div class="line"><a name="l01494"></a><span class="lineno"> 1494</span> </div>
<div class="line"><a name="l01495"></a><span class="lineno"> 1495</span>  V8EXPORT <span class="keywordtype">bool</span> Delete(<a class="code" href="classv8_1_1_handle.html">Handle<String></a> key);</div>
<div class="line"><a name="l01496"></a><span class="lineno"> 1496</span> </div>
<div class="line"><a name="l01497"></a><span class="lineno"> 1497</span>  <span class="comment">// Delete a property on this object bypassing interceptors and</span></div>
<div class="line"><a name="l01498"></a><span class="lineno"> 1498</span>  <span class="comment">// ignoring dont-delete attributes.</span></div>
<div class="line"><a name="l01499"></a><span class="lineno"> 1499</span>  V8EXPORT <span class="keywordtype">bool</span> ForceDelete(<a class="code" href="classv8_1_1_handle.html">Handle<Value></a> key);</div>
<div class="line"><a name="l01500"></a><span class="lineno"> 1500</span> </div>
<div class="line"><a name="l01501"></a><span class="lineno"> 1501</span>  V8EXPORT <span class="keywordtype">bool</span> Has(uint32_t index);</div>
<div class="line"><a name="l01502"></a><span class="lineno"> 1502</span> </div>
<div class="line"><a name="l01503"></a><span class="lineno"> 1503</span>  V8EXPORT <span class="keywordtype">bool</span> Delete(uint32_t index);</div>
<div class="line"><a name="l01504"></a><span class="lineno"> 1504</span> </div>
<div class="line"><a name="l01505"></a><span class="lineno"> 1505</span>  V8EXPORT <span class="keywordtype">bool</span> SetAccessor(<a class="code" href="classv8_1_1_handle.html">Handle<String></a> name,</div>
<div class="line"><a name="l01506"></a><span class="lineno"> 1506</span>  <a class="code" href="namespacev8.html#a3016fe071826349d1370a700e71be094">AccessorGetter</a> getter,</div>
<div class="line"><a name="l01507"></a><span class="lineno"> 1507</span>  AccessorSetter setter = 0,</div>
<div class="line"><a name="l01508"></a><span class="lineno"> 1508</span>  <a class="code" href="classv8_1_1_handle.html">Handle<Value></a> data = <a class="code" href="classv8_1_1_handle.html">Handle<Value></a>(),</div>
<div class="line"><a name="l01509"></a><span class="lineno"> 1509</span>  <a class="code" href="namespacev8.html#a31d8355cb043d7d2dda3f4a52760b64e">AccessControl</a> settings = DEFAULT,</div>
<div class="line"><a name="l01510"></a><span class="lineno"> 1510</span>  PropertyAttribute attribute = None);</div>
<div class="line"><a name="l01511"></a><span class="lineno"> 1511</span> </div>
<div class="line"><a name="l01518"></a><span class="lineno"> 1518</span>  V8EXPORT <a class="code" href="classv8_1_1_local.html">Local<Array></a> <a class="code" href="classv8_1_1_object.html#a0e28660353b6da64f9e2769260f31001">GetPropertyNames</a>();</div>
<div class="line"><a name="l01519"></a><span class="lineno"> 1519</span> </div>
<div class="line"><a name="l01525"></a><span class="lineno"> 1525</span>  V8EXPORT <a class="code" href="classv8_1_1_local.html">Local<Array></a> <a class="code" href="classv8_1_1_object.html#ab407b4e8dc83c3a75197f809d1465f7e">GetOwnPropertyNames</a>();</div>
<div class="line"><a name="l01526"></a><span class="lineno"> 1526</span> </div>
<div class="line"><a name="l01532"></a><span class="lineno"> 1532</span>  V8EXPORT <a class="code" href="classv8_1_1_local.html">Local<Value></a> <a class="code" href="classv8_1_1_object.html#a171fc92c6e695d9c944f9e5d7670ed11">GetPrototype</a>();</div>
<div class="line"><a name="l01533"></a><span class="lineno"> 1533</span> </div>
<div class="line"><a name="l01539"></a><span class="lineno"> 1539</span>  V8EXPORT <span class="keywordtype">bool</span> <a class="code" href="classv8_1_1_object.html#a2a1ab58bf92984255f767946eeff1199">SetPrototype</a>(<a class="code" href="classv8_1_1_handle.html">Handle<Value></a> prototype);</div>
<div class="line"><a name="l01540"></a><span class="lineno"> 1540</span> </div>
<div class="line"><a name="l01545"></a><span class="lineno"> 1545</span>  V8EXPORT <a class="code" href="classv8_1_1_local.html">Local<Object></a> <a class="code" href="classv8_1_1_object.html#aa3b8aaece354c6af98b98e0ae9abe13d">FindInstanceInPrototypeChain</a>(</div>
<div class="line"><a name="l01546"></a><span class="lineno"> 1546</span>  <a class="code" href="classv8_1_1_handle.html">Handle<FunctionTemplate></a> tmpl);</div>
<div class="line"><a name="l01547"></a><span class="lineno"> 1547</span> </div>
<div class="line"><a name="l01553"></a><span class="lineno"> 1553</span>  V8EXPORT <a class="code" href="classv8_1_1_local.html">Local<String></a> <a class="code" href="classv8_1_1_object.html#a2dc22d2a2acf9eab4ed2965149e48af9">ObjectProtoToString</a>();</div>
<div class="line"><a name="l01554"></a><span class="lineno"> 1554</span> </div>
<div class="line"><a name="l01559"></a><span class="lineno"> 1559</span>  V8EXPORT <a class="code" href="classv8_1_1_local.html">Local<Value></a> <a class="code" href="classv8_1_1_object.html#a63861862c17e0fb2cf4e2d62b656f548">GetConstructor</a>();</div>
<div class="line"><a name="l01560"></a><span class="lineno"> 1560</span> </div>
<div class="line"><a name="l01564"></a><span class="lineno"> 1564</span>  V8EXPORT <a class="code" href="classv8_1_1_local.html">Local<String></a> <a class="code" href="classv8_1_1_object.html#a4851a914d3d95b5eb7238c664fb7fd16">GetConstructorName</a>();</div>
<div class="line"><a name="l01565"></a><span class="lineno"> 1565</span> </div>
<div class="line"><a name="l01567"></a><span class="lineno"> 1567</span>  V8EXPORT <span class="keywordtype">int</span> <a class="code" href="classv8_1_1_object.html#affaee480d3f50d5ac7a640db5aa8e89d">InternalFieldCount</a>();</div>
<div class="line"><a name="l01569"></a><span class="lineno"> 1569</span>  <span class="keyword">inline</span> <a class="code" href="classv8_1_1_local.html">Local<Value></a> <a class="code" href="classv8_1_1_object.html#aa3324fdf652d8ac3b2f27faa0559231d">GetInternalField</a>(<span class="keywordtype">int</span> index);</div>
<div class="line"><a name="l01571"></a><span class="lineno"> 1571</span>  V8EXPORT <span class="keywordtype">void</span> <a class="code" href="classv8_1_1_object.html#a94e24494687ea499471d41e914eeb90d">SetInternalField</a>(<span class="keywordtype">int</span> index, <a class="code" href="classv8_1_1_handle.html">Handle<Value></a> value);</div>
<div class="line"><a name="l01572"></a><span class="lineno"> 1572</span> </div>
<div class="line"><a name="l01574"></a><span class="lineno"> 1574</span>  <span class="keyword">inline</span> <span class="keywordtype">void</span>* <a class="code" href="classv8_1_1_object.html#a8ef1f3e0d4f4cecc54d5e0248bc45694">GetPointerFromInternalField</a>(<span class="keywordtype">int</span> index);</div>
<div class="line"><a name="l01575"></a><span class="lineno"> 1575</span> </div>
<div class="line"><a name="l01577"></a><span class="lineno"> 1577</span>  V8EXPORT <span class="keywordtype">void</span> <a class="code" href="classv8_1_1_object.html#a5e79966b79d69ef3a7b3b0d91414ec2c">SetPointerInInternalField</a>(<span class="keywordtype">int</span> index, <span class="keywordtype">void</span>* value);</div>
<div class="line"><a name="l01578"></a><span class="lineno"> 1578</span> </div>
<div class="line"><a name="l01579"></a><span class="lineno"> 1579</span>  <span class="comment">// Testers for local properties.</span></div>
<div class="line"><a name="l01580"></a><span class="lineno"> 1580</span>  V8EXPORT <span class="keywordtype">bool</span> HasOwnProperty(<a class="code" href="classv8_1_1_handle.html">Handle<String></a> key);</div>
<div class="line"><a name="l01581"></a><span class="lineno"> 1581</span>  V8EXPORT <span class="keywordtype">bool</span> HasRealNamedProperty(<a class="code" href="classv8_1_1_handle.html">Handle<String></a> key);</div>
<div class="line"><a name="l01582"></a><span class="lineno"> 1582</span>  V8EXPORT <span class="keywordtype">bool</span> HasRealIndexedProperty(uint32_t index);</div>
<div class="line"><a name="l01583"></a><span class="lineno"> 1583</span>  V8EXPORT <span class="keywordtype">bool</span> HasRealNamedCallbackProperty(<a class="code" href="classv8_1_1_handle.html">Handle<String></a> key);</div>
<div class="line"><a name="l01584"></a><span class="lineno"> 1584</span> </div>
<div class="line"><a name="l01589"></a><span class="lineno"> 1589</span>  V8EXPORT <a class="code" href="classv8_1_1_local.html">Local<Value></a> <a class="code" href="classv8_1_1_object.html#ab955e6c94dc6bf3e65e5355eb3d2d876">GetRealNamedPropertyInPrototypeChain</a>(</div>
<div class="line"><a name="l01590"></a><span class="lineno"> 1590</span>  <a class="code" href="classv8_1_1_handle.html">Handle<String></a> key);</div>
<div class="line"><a name="l01591"></a><span class="lineno"> 1591</span> </div>
<div class="line"><a name="l01597"></a><span class="lineno"> 1597</span>  V8EXPORT <a class="code" href="classv8_1_1_local.html">Local<Value></a> <a class="code" href="classv8_1_1_object.html#a353c1568c4de35ef3f3065b5a4aecc50">GetRealNamedProperty</a>(<a class="code" href="classv8_1_1_handle.html">Handle<String></a> key);</div>
<div class="line"><a name="l01598"></a><span class="lineno"> 1598</span> </div>
<div class="line"><a name="l01600"></a><span class="lineno"> 1600</span>  V8EXPORT <span class="keywordtype">bool</span> <a class="code" href="classv8_1_1_object.html#ad0791109068a7816d65a06bbc9f6f870">HasNamedLookupInterceptor</a>();</div>
<div class="line"><a name="l01601"></a><span class="lineno"> 1601</span> </div>
<div class="line"><a name="l01603"></a><span class="lineno"> 1603</span>  V8EXPORT <span class="keywordtype">bool</span> <a class="code" href="classv8_1_1_object.html#afd36ea440a254335bde065a4ceafffb3">HasIndexedLookupInterceptor</a>();</div>
<div class="line"><a name="l01604"></a><span class="lineno"> 1604</span> </div>
<div class="line"><a name="l01610"></a><span class="lineno"> 1610</span>  V8EXPORT <span class="keywordtype">void</span> <a class="code" href="classv8_1_1_object.html#aa2299eda3240be1e76b7d5c2af7a6bbc">TurnOnAccessCheck</a>();</div>
<div class="line"><a name="l01611"></a><span class="lineno"> 1611</span> </div>
<div class="line"><a name="l01619"></a><span class="lineno"> 1619</span>  V8EXPORT <span class="keywordtype">int</span> <a class="code" href="classv8_1_1_object.html#a5309f7a349feb906a05ee45b6feeaab1">GetIdentityHash</a>();</div>
<div class="line"><a name="l01620"></a><span class="lineno"> 1620</span> </div>
<div class="line"><a name="l01627"></a><span class="lineno"> 1627</span>  V8EXPORT <span class="keywordtype">bool</span> <a class="code" href="classv8_1_1_object.html#a0040e3012d621b25f580407bacebf95f">SetHiddenValue</a>(<a class="code" href="classv8_1_1_handle.html">Handle<String></a> key, <a class="code" href="classv8_1_1_handle.html">Handle<Value></a> value);</div>
<div class="line"><a name="l01628"></a><span class="lineno"> 1628</span>  V8EXPORT <a class="code" href="classv8_1_1_local.html">Local<Value></a> GetHiddenValue(<a class="code" href="classv8_1_1_handle.html">Handle<String></a> key);</div>
<div class="line"><a name="l01629"></a><span class="lineno"> 1629</span>  V8EXPORT <span class="keywordtype">bool</span> DeleteHiddenValue(<a class="code" href="classv8_1_1_handle.html">Handle<String></a> key);</div>
<div class="line"><a name="l01630"></a><span class="lineno"> 1630</span> </div>
<div class="line"><a name="l01638"></a><span class="lineno"> 1638</span>  V8EXPORT <span class="keywordtype">bool</span> <a class="code" href="classv8_1_1_object.html#a76d0c5021dd74a57239ad64d1cb1c83c">IsDirty</a>();</div>
<div class="line"><a name="l01639"></a><span class="lineno"> 1639</span> </div>
<div class="line"><a name="l01644"></a><span class="lineno"> 1644</span>  V8EXPORT <a class="code" href="classv8_1_1_local.html">Local<Object></a> <a class="code" href="classv8_1_1_object.html#a45a67c1b0408922403048b59a5bc22b2">Clone</a>();</div>
<div class="line"><a name="l01645"></a><span class="lineno"> 1645</span> </div>
<div class="line"><a name="l01649"></a><span class="lineno"> 1649</span>  V8EXPORT <a class="code" href="classv8_1_1_local.html">Local<Context></a> <a class="code" href="classv8_1_1_object.html#a509f00335e1e0ddfc4bcf93d9e1cb567">CreationContext</a>();</div>
<div class="line"><a name="l01650"></a><span class="lineno"> 1650</span> </div>
<div class="line"><a name="l01658"></a><span class="lineno"> 1658</span>  V8EXPORT <span class="keywordtype">void</span> <a class="code" href="classv8_1_1_object.html#a3f08aee708af5e2856e65e81b22edc61">SetIndexedPropertiesToPixelData</a>(uint8_t* data, <span class="keywordtype">int</span> length);</div>
<div class="line"><a name="l01659"></a><span class="lineno"> 1659</span>  V8EXPORT <span class="keywordtype">bool</span> HasIndexedPropertiesInPixelData();</div>
<div class="line"><a name="l01660"></a><span class="lineno"> 1660</span>  V8EXPORT uint8_t* GetIndexedPropertiesPixelData();</div>
<div class="line"><a name="l01661"></a><span class="lineno"> 1661</span>  V8EXPORT <span class="keywordtype">int</span> GetIndexedPropertiesPixelDataLength();</div>
<div class="line"><a name="l01662"></a><span class="lineno"> 1662</span> </div>
<div class="line"><a name="l01670"></a><span class="lineno"> 1670</span>  V8EXPORT <span class="keywordtype">void</span> <a class="code" href="classv8_1_1_object.html#a53be627cd653a5591038a4d81a908f64">SetIndexedPropertiesToExternalArrayData</a>(</div>
<div class="line"><a name="l01671"></a><span class="lineno"> 1671</span>  <span class="keywordtype">void</span>* data,</div>
<div class="line"><a name="l01672"></a><span class="lineno"> 1672</span>  ExternalArrayType array_type,</div>
<div class="line"><a name="l01673"></a><span class="lineno"> 1673</span>  <span class="keywordtype">int</span> number_of_elements);</div>
<div class="line"><a name="l01674"></a><span class="lineno"> 1674</span>  V8EXPORT <span class="keywordtype">bool</span> HasIndexedPropertiesInExternalArrayData();</div>
<div class="line"><a name="l01675"></a><span class="lineno"> 1675</span>  V8EXPORT <span class="keywordtype">void</span>* GetIndexedPropertiesExternalArrayData();</div>
<div class="line"><a name="l01676"></a><span class="lineno"> 1676</span>  V8EXPORT ExternalArrayType GetIndexedPropertiesExternalArrayDataType();</div>
<div class="line"><a name="l01677"></a><span class="lineno"> 1677</span>  V8EXPORT <span class="keywordtype">int</span> GetIndexedPropertiesExternalArrayDataLength();</div>
<div class="line"><a name="l01678"></a><span class="lineno"> 1678</span> </div>
<div class="line"><a name="l01684"></a><span class="lineno"> 1684</span>  V8EXPORT <span class="keywordtype">bool</span> <a class="code" href="classv8_1_1_object.html#a73e7f8c470da4fa3ccc2ce8d58671bed">IsCallable</a>();</div>
<div class="line"><a name="l01685"></a><span class="lineno"> 1685</span> </div>
<div class="line"><a name="l01690"></a><span class="lineno"> 1690</span>  V8EXPORT <a class="code" href="classv8_1_1_local.html">Local<Value></a> <a class="code" href="classv8_1_1_object.html#ab6b6c44668d7a0d0b5b1056f8de4fd6b">CallAsFunction</a>(<a class="code" href="classv8_1_1_handle.html">Handle<Object></a> recv,</div>
<div class="line"><a name="l01691"></a><span class="lineno"> 1691</span>  <span class="keywordtype">int</span> argc,</div>
<div class="line"><a name="l01692"></a><span class="lineno"> 1692</span>  <a class="code" href="classv8_1_1_handle.html">Handle<Value></a> argv[]);</div>
<div class="line"><a name="l01693"></a><span class="lineno"> 1693</span> </div>
<div class="line"><a name="l01699"></a><span class="lineno"> 1699</span>  V8EXPORT <a class="code" href="classv8_1_1_local.html">Local<Value></a> <a class="code" href="classv8_1_1_object.html#a156c6b33082be397626ce106369e4eba">CallAsConstructor</a>(<span class="keywordtype">int</span> argc,</div>
<div class="line"><a name="l01700"></a><span class="lineno"> 1700</span>  <a class="code" href="classv8_1_1_handle.html">Handle<Value></a> argv[]);</div>
<div class="line"><a name="l01701"></a><span class="lineno"> 1701</span> </div>
<div class="line"><a name="l01702"></a><span class="lineno"> 1702</span>  V8EXPORT <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local<Object></a> New();</div>
<div class="line"><a name="l01703"></a><span class="lineno"> 1703</span>  <span class="keyword">static</span> <span class="keyword">inline</span> <a class="code" href="classv8_1_1_object.html">Object</a>* Cast(<a class="code" href="classv8_1_1_value.html">Value</a>* obj);</div>
<div class="line"><a name="l01704"></a><span class="lineno"> 1704</span> </div>
<div class="line"><a name="l01705"></a><span class="lineno"> 1705</span>  <span class="keyword">private</span>:</div>
<div class="line"><a name="l01706"></a><span class="lineno"> 1706</span>  V8EXPORT <a class="code" href="classv8_1_1_object.html">Object</a>();</div>
<div class="line"><a name="l01707"></a><span class="lineno"> 1707</span>  V8EXPORT <span class="keyword">static</span> <span class="keywordtype">void</span> CheckCast(<a class="code" href="classv8_1_1_value.html">Value</a>* obj);</div>
<div class="line"><a name="l01708"></a><span class="lineno"> 1708</span>  V8EXPORT <a class="code" href="classv8_1_1_local.html">Local<Value></a> CheckedGetInternalField(<span class="keywordtype">int</span> index);</div>
<div class="line"><a name="l01709"></a><span class="lineno"> 1709</span>  V8EXPORT <span class="keywordtype">void</span>* SlowGetPointerFromInternalField(<span class="keywordtype">int</span> index);</div>
<div class="line"><a name="l01710"></a><span class="lineno"> 1710</span> </div>
<div class="line"><a name="l01715"></a><span class="lineno"> 1715</span>  <span class="keyword">inline</span> <a class="code" href="classv8_1_1_local.html">Local<Value></a> UncheckedGetInternalField(<span class="keywordtype">int</span> index);</div>
<div class="line"><a name="l01716"></a><span class="lineno"> 1716</span> };</div>
<div class="line"><a name="l01717"></a><span class="lineno"> 1717</span> </div>
<div class="line"><a name="l01718"></a><span class="lineno"> 1718</span> </div>
<div class="line"><a name="l01722"></a><span class="lineno"><a class="line" href="classv8_1_1_array.html"> 1722</a></span> <span class="keyword">class </span><a class="code" href="classv8_1_1_array.html">Array</a> : <span class="keyword">public</span> <a class="code" href="classv8_1_1_object.html">Object</a> {</div>
<div class="line"><a name="l01723"></a><span class="lineno"> 1723</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l01724"></a><span class="lineno"> 1724</span>  V8EXPORT uint32_t Length() <span class="keyword">const</span>;</div>
<div class="line"><a name="l01725"></a><span class="lineno"> 1725</span> </div>
<div class="line"><a name="l01730"></a><span class="lineno"> 1730</span>  V8EXPORT <a class="code" href="classv8_1_1_local.html">Local<Object></a> <a class="code" href="classv8_1_1_array.html#ac78a0168b8612bcccd789497fd01b2ad">CloneElementAt</a>(uint32_t index);</div>
<div class="line"><a name="l01731"></a><span class="lineno"> 1731</span> </div>
<div class="line"><a name="l01736"></a><span class="lineno"> 1736</span>  V8EXPORT <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local<Array></a> <a class="code" href="classv8_1_1_array.html#aabdb62437fce8c3769e69bbf44682066">New</a>(<span class="keywordtype">int</span> length = 0);</div>
<div class="line"><a name="l01737"></a><span class="lineno"> 1737</span> </div>
<div class="line"><a name="l01738"></a><span class="lineno"> 1738</span>  <span class="keyword">static</span> <span class="keyword">inline</span> <a class="code" href="classv8_1_1_array.html">Array</a>* Cast(<a class="code" href="classv8_1_1_value.html">Value</a>* obj);</div>
<div class="line"><a name="l01739"></a><span class="lineno"> 1739</span>  <span class="keyword">private</span>:</div>
<div class="line"><a name="l01740"></a><span class="lineno"> 1740</span>  V8EXPORT <a class="code" href="classv8_1_1_array.html">Array</a>();</div>
<div class="line"><a name="l01741"></a><span class="lineno"> 1741</span>  V8EXPORT <span class="keyword">static</span> <span class="keywordtype">void</span> CheckCast(<a class="code" href="classv8_1_1_value.html">Value</a>* obj);</div>
<div class="line"><a name="l01742"></a><span class="lineno"> 1742</span> };</div>
<div class="line"><a name="l01743"></a><span class="lineno"> 1743</span> </div>
<div class="line"><a name="l01744"></a><span class="lineno"> 1744</span> </div>
<div class="line"><a name="l01748"></a><span class="lineno"><a class="line" href="classv8_1_1_function.html"> 1748</a></span> <span class="keyword">class </span><a class="code" href="classv8_1_1_function.html">Function</a> : <span class="keyword">public</span> <a class="code" href="classv8_1_1_object.html">Object</a> {</div>
<div class="line"><a name="l01749"></a><span class="lineno"> 1749</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l01750"></a><span class="lineno"> 1750</span>  V8EXPORT <a class="code" href="classv8_1_1_local.html">Local<Object></a> NewInstance() <span class="keyword">const</span>;</div>
<div class="line"><a name="l01751"></a><span class="lineno"> 1751</span>  V8EXPORT <a class="code" href="classv8_1_1_local.html">Local<Object></a> NewInstance(<span class="keywordtype">int</span> argc, <a class="code" href="classv8_1_1_handle.html">Handle<Value></a> argv[]) <span class="keyword">const</span>;</div>
<div class="line"><a name="l01752"></a><span class="lineno"> 1752</span>  V8EXPORT <a class="code" href="classv8_1_1_local.html">Local<Value></a> Call(<a class="code" href="classv8_1_1_handle.html">Handle<Object></a> recv,</div>
<div class="line"><a name="l01753"></a><span class="lineno"> 1753</span>  <span class="keywordtype">int</span> argc,</div>
<div class="line"><a name="l01754"></a><span class="lineno"> 1754</span>  <a class="code" href="classv8_1_1_handle.html">Handle<Value></a> argv[]);</div>
<div class="line"><a name="l01755"></a><span class="lineno"> 1755</span>  V8EXPORT <span class="keywordtype">void</span> SetName(<a class="code" href="classv8_1_1_handle.html">Handle<String></a> name);</div>
<div class="line"><a name="l01756"></a><span class="lineno"> 1756</span>  V8EXPORT <a class="code" href="classv8_1_1_handle.html">Handle<Value></a> GetName() <span class="keyword">const</span>;</div>
<div class="line"><a name="l01757"></a><span class="lineno"> 1757</span> </div>
<div class="line"><a name="l01764"></a><span class="lineno"> 1764</span>  V8EXPORT <a class="code" href="classv8_1_1_handle.html">Handle<Value></a> <a class="code" href="classv8_1_1_function.html#a2eff94c159ec39792bf3ec52c81e045c">GetInferredName</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l01765"></a><span class="lineno"> 1765</span> </div>
<div class="line"><a name="l01770"></a><span class="lineno"> 1770</span>  V8EXPORT <span class="keywordtype">int</span> <a class="code" href="classv8_1_1_function.html#a3ae29205851ecbf99ab8ba03559fb849">GetScriptLineNumber</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l01775"></a><span class="lineno"> 1775</span>  V8EXPORT <span class="keywordtype">int</span> <a class="code" href="classv8_1_1_function.html#a81c14d8ec5996630ef56c524b19084c2">GetScriptColumnNumber</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l01776"></a><span class="lineno"> 1776</span>  V8EXPORT <a class="code" href="classv8_1_1_handle.html">Handle<Value></a> GetScriptId() <span class="keyword">const</span>;</div>
<div class="line"><a name="l01777"></a><span class="lineno"> 1777</span>  V8EXPORT <a class="code" href="classv8_1_1_script_origin.html">ScriptOrigin</a> GetScriptOrigin() <span class="keyword">const</span>;</div>
<div class="line"><a name="l01778"></a><span class="lineno"> 1778</span>  <span class="keyword">static</span> <span class="keyword">inline</span> <a class="code" href="classv8_1_1_function.html">Function</a>* Cast(<a class="code" href="classv8_1_1_value.html">Value</a>* obj);</div>
<div class="line"><a name="l01779"></a><span class="lineno"> 1779</span>  V8EXPORT <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kLineOffsetNotFound;</div>
<div class="line"><a name="l01780"></a><span class="lineno"> 1780</span> </div>
<div class="line"><a name="l01781"></a><span class="lineno"> 1781</span>  <span class="keyword">private</span>:</div>
<div class="line"><a name="l01782"></a><span class="lineno"> 1782</span>  V8EXPORT <a class="code" href="classv8_1_1_function.html">Function</a>();</div>
<div class="line"><a name="l01783"></a><span class="lineno"> 1783</span>  V8EXPORT <span class="keyword">static</span> <span class="keywordtype">void</span> CheckCast(<a class="code" href="classv8_1_1_value.html">Value</a>* obj);</div>
<div class="line"><a name="l01784"></a><span class="lineno"> 1784</span> };</div>
<div class="line"><a name="l01785"></a><span class="lineno"> 1785</span> </div>
<div class="line"><a name="l01786"></a><span class="lineno"> 1786</span> </div>
<div class="line"><a name="l01790"></a><span class="lineno"><a class="line" href="classv8_1_1_date.html"> 1790</a></span> <span class="keyword">class </span><a class="code" href="classv8_1_1_date.html">Date</a> : <span class="keyword">public</span> <a class="code" href="classv8_1_1_object.html">Object</a> {</div>
<div class="line"><a name="l01791"></a><span class="lineno"> 1791</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l01792"></a><span class="lineno"> 1792</span>  V8EXPORT <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local<Value></a> New(<span class="keywordtype">double</span> time);</div>
<div class="line"><a name="l01793"></a><span class="lineno"> 1793</span> </div>
<div class="line"><a name="l01798"></a><span class="lineno"> 1798</span>  V8EXPORT <span class="keywordtype">double</span> <a class="code" href="classv8_1_1_date.html#ae9ccdc971d9738631ed2f28ef42d8a8c">NumberValue</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l01799"></a><span class="lineno"> 1799</span> </div>
<div class="line"><a name="l01800"></a><span class="lineno"> 1800</span>  <span class="keyword">static</span> <span class="keyword">inline</span> <a class="code" href="classv8_1_1_date.html">Date</a>* Cast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* obj);</div>
<div class="line"><a name="l01801"></a><span class="lineno"> 1801</span> </div>
<div class="line"><a name="l01814"></a><span class="lineno"> 1814</span>  V8EXPORT <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="classv8_1_1_date.html#ab39a9ab67254d54956d4687f3dee6816">DateTimeConfigurationChangeNotification</a>();</div>
<div class="line"><a name="l01815"></a><span class="lineno"> 1815</span> </div>
<div class="line"><a name="l01816"></a><span class="lineno"> 1816</span>  <span class="keyword">private</span>:</div>
<div class="line"><a name="l01817"></a><span class="lineno"> 1817</span>  V8EXPORT <span class="keyword">static</span> <span class="keywordtype">void</span> CheckCast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* obj);</div>
<div class="line"><a name="l01818"></a><span class="lineno"> 1818</span> };</div>
<div class="line"><a name="l01819"></a><span class="lineno"> 1819</span> </div>
<div class="line"><a name="l01820"></a><span class="lineno"> 1820</span> </div>
<div class="line"><a name="l01824"></a><span class="lineno"><a class="line" href="classv8_1_1_number_object.html"> 1824</a></span> <span class="keyword">class </span><a class="code" href="classv8_1_1_number_object.html">NumberObject</a> : <span class="keyword">public</span> <a class="code" href="classv8_1_1_object.html">Object</a> {</div>
<div class="line"><a name="l01825"></a><span class="lineno"> 1825</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l01826"></a><span class="lineno"> 1826</span>  V8EXPORT <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local<Value></a> New(<span class="keywordtype">double</span> value);</div>
<div class="line"><a name="l01827"></a><span class="lineno"> 1827</span> </div>
<div class="line"><a name="l01831"></a><span class="lineno"> 1831</span>  V8EXPORT <span class="keywordtype">double</span> <a class="code" href="classv8_1_1_number_object.html#a438a78ac8282978aae0acc805ca5e13c">NumberValue</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l01832"></a><span class="lineno"> 1832</span> </div>
<div class="line"><a name="l01833"></a><span class="lineno"> 1833</span>  <span class="keyword">static</span> <span class="keyword">inline</span> <a class="code" href="classv8_1_1_number_object.html">NumberObject</a>* Cast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* obj);</div>
<div class="line"><a name="l01834"></a><span class="lineno"> 1834</span> </div>
<div class="line"><a name="l01835"></a><span class="lineno"> 1835</span>  <span class="keyword">private</span>:</div>
<div class="line"><a name="l01836"></a><span class="lineno"> 1836</span>  V8EXPORT <span class="keyword">static</span> <span class="keywordtype">void</span> CheckCast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* obj);</div>
<div class="line"><a name="l01837"></a><span class="lineno"> 1837</span> };</div>
<div class="line"><a name="l01838"></a><span class="lineno"> 1838</span> </div>
<div class="line"><a name="l01839"></a><span class="lineno"> 1839</span> </div>
<div class="line"><a name="l01843"></a><span class="lineno"><a class="line" href="classv8_1_1_boolean_object.html"> 1843</a></span> <span class="keyword">class </span><a class="code" href="classv8_1_1_boolean_object.html">BooleanObject</a> : <span class="keyword">public</span> <a class="code" href="classv8_1_1_object.html">Object</a> {</div>
<div class="line"><a name="l01844"></a><span class="lineno"> 1844</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l01845"></a><span class="lineno"> 1845</span>  V8EXPORT <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local<Value></a> New(<span class="keywordtype">bool</span> value);</div>
<div class="line"><a name="l01846"></a><span class="lineno"> 1846</span> </div>
<div class="line"><a name="l01850"></a><span class="lineno"> 1850</span>  V8EXPORT <span class="keywordtype">bool</span> <a class="code" href="classv8_1_1_boolean_object.html#acd3e4192c2206d9f7f61975fc8f08728">BooleanValue</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l01851"></a><span class="lineno"> 1851</span> </div>
<div class="line"><a name="l01852"></a><span class="lineno"> 1852</span>  <span class="keyword">static</span> <span class="keyword">inline</span> <a class="code" href="classv8_1_1_boolean_object.html">BooleanObject</a>* Cast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* obj);</div>
<div class="line"><a name="l01853"></a><span class="lineno"> 1853</span> </div>
<div class="line"><a name="l01854"></a><span class="lineno"> 1854</span>  <span class="keyword">private</span>:</div>
<div class="line"><a name="l01855"></a><span class="lineno"> 1855</span>  V8EXPORT <span class="keyword">static</span> <span class="keywordtype">void</span> CheckCast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* obj);</div>
<div class="line"><a name="l01856"></a><span class="lineno"> 1856</span> };</div>
<div class="line"><a name="l01857"></a><span class="lineno"> 1857</span> </div>
<div class="line"><a name="l01858"></a><span class="lineno"> 1858</span> </div>
<div class="line"><a name="l01862"></a><span class="lineno"><a class="line" href="classv8_1_1_string_object.html"> 1862</a></span> <span class="keyword">class </span><a class="code" href="classv8_1_1_string_object.html">StringObject</a> : <span class="keyword">public</span> <a class="code" href="classv8_1_1_object.html">Object</a> {</div>
<div class="line"><a name="l01863"></a><span class="lineno"> 1863</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l01864"></a><span class="lineno"> 1864</span>  V8EXPORT <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local<Value></a> New(<a class="code" href="classv8_1_1_handle.html">Handle<String></a> value);</div>
<div class="line"><a name="l01865"></a><span class="lineno"> 1865</span> </div>
<div class="line"><a name="l01869"></a><span class="lineno"> 1869</span>  V8EXPORT <a class="code" href="classv8_1_1_local.html">Local<String></a> <a class="code" href="classv8_1_1_string_object.html#abc51573fc5d4c01266a1ba8c522c6eab">StringValue</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l01870"></a><span class="lineno"> 1870</span> </div>
<div class="line"><a name="l01871"></a><span class="lineno"> 1871</span>  <span class="keyword">static</span> <span class="keyword">inline</span> <a class="code" href="classv8_1_1_string_object.html">StringObject</a>* Cast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* obj);</div>
<div class="line"><a name="l01872"></a><span class="lineno"> 1872</span> </div>
<div class="line"><a name="l01873"></a><span class="lineno"> 1873</span>  <span class="keyword">private</span>:</div>
<div class="line"><a name="l01874"></a><span class="lineno"> 1874</span>  V8EXPORT <span class="keyword">static</span> <span class="keywordtype">void</span> CheckCast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* obj);</div>
<div class="line"><a name="l01875"></a><span class="lineno"> 1875</span> };</div>
<div class="line"><a name="l01876"></a><span class="lineno"> 1876</span> </div>
<div class="line"><a name="l01877"></a><span class="lineno"> 1877</span> </div>
<div class="line"><a name="l01881"></a><span class="lineno"><a class="line" href="classv8_1_1_reg_exp.html"> 1881</a></span> <span class="keyword">class </span><a class="code" href="classv8_1_1_reg_exp.html">RegExp</a> : <span class="keyword">public</span> <a class="code" href="classv8_1_1_object.html">Object</a> {</div>
<div class="line"><a name="l01882"></a><span class="lineno"> 1882</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l01887"></a><span class="lineno"><a class="line" href="classv8_1_1_reg_exp.html#aa4718a5c1f18472aff3bf51ed694fc5a"> 1887</a></span>  <span class="keyword">enum</span> <a class="code" href="classv8_1_1_reg_exp.html#aa4718a5c1f18472aff3bf51ed694fc5a">Flags</a> {</div>
<div class="line"><a name="l01888"></a><span class="lineno"> 1888</span>  kNone = 0,</div>
<div class="line"><a name="l01889"></a><span class="lineno"> 1889</span>  kGlobal = 1,</div>
<div class="line"><a name="l01890"></a><span class="lineno"> 1890</span>  kIgnoreCase = 2,</div>
<div class="line"><a name="l01891"></a><span class="lineno"> 1891</span>  kMultiline = 4</div>
<div class="line"><a name="l01892"></a><span class="lineno"> 1892</span>  };</div>
<div class="line"><a name="l01893"></a><span class="lineno"> 1893</span> </div>
<div class="line"><a name="l01904"></a><span class="lineno"> 1904</span>  V8EXPORT <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local<RegExp></a> New(<a class="code" href="classv8_1_1_handle.html">Handle<String></a> pattern,</div>
<div class="line"><a name="l01905"></a><span class="lineno"> 1905</span>  <a class="code" href="classv8_1_1_reg_exp.html#aa4718a5c1f18472aff3bf51ed694fc5a">Flags</a> flags);</div>
<div class="line"><a name="l01906"></a><span class="lineno"> 1906</span> </div>
<div class="line"><a name="l01911"></a><span class="lineno"> 1911</span>  V8EXPORT <a class="code" href="classv8_1_1_local.html">Local<String></a> <a class="code" href="classv8_1_1_reg_exp.html#aaaaa82b4490fe1eb0d470370293e770e">GetSource</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l01912"></a><span class="lineno"> 1912</span> </div>
<div class="line"><a name="l01916"></a><span class="lineno"> 1916</span>  V8EXPORT <a class="code" href="classv8_1_1_reg_exp.html#aa4718a5c1f18472aff3bf51ed694fc5a">Flags</a> <a class="code" href="classv8_1_1_reg_exp.html#a02c7a85155ff5d2883ffc699e36ada4c">GetFlags</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l01917"></a><span class="lineno"> 1917</span> </div>
<div class="line"><a name="l01918"></a><span class="lineno"> 1918</span>  <span class="keyword">static</span> <span class="keyword">inline</span> <a class="code" href="classv8_1_1_reg_exp.html">RegExp</a>* Cast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* obj);</div>
<div class="line"><a name="l01919"></a><span class="lineno"> 1919</span> </div>
<div class="line"><a name="l01920"></a><span class="lineno"> 1920</span>  <span class="keyword">private</span>:</div>
<div class="line"><a name="l01921"></a><span class="lineno"> 1921</span>  V8EXPORT <span class="keyword">static</span> <span class="keywordtype">void</span> CheckCast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* obj);</div>
<div class="line"><a name="l01922"></a><span class="lineno"> 1922</span> };</div>
<div class="line"><a name="l01923"></a><span class="lineno"> 1923</span> </div>
<div class="line"><a name="l01924"></a><span class="lineno"> 1924</span> </div>
<div class="line"><a name="l01936"></a><span class="lineno"><a class="line" href="classv8_1_1_external.html"> 1936</a></span> <span class="keyword">class </span><a class="code" href="classv8_1_1_external.html">External</a> : <span class="keyword">public</span> <a class="code" href="classv8_1_1_value.html">Value</a> {</div>
<div class="line"><a name="l01937"></a><span class="lineno"> 1937</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l01938"></a><span class="lineno"> 1938</span>  V8EXPORT <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local<Value></a> Wrap(<span class="keywordtype">void</span>* data);</div>
<div class="line"><a name="l01939"></a><span class="lineno"> 1939</span>  <span class="keyword">static</span> <span class="keyword">inline</span> <span class="keywordtype">void</span>* Unwrap(<a class="code" href="classv8_1_1_handle.html">Handle<Value></a> obj);</div>
<div class="line"><a name="l01940"></a><span class="lineno"> 1940</span> </div>
<div class="line"><a name="l01941"></a><span class="lineno"> 1941</span>  V8EXPORT <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local<External></a> New(<span class="keywordtype">void</span>* value);</div>
<div class="line"><a name="l01942"></a><span class="lineno"> 1942</span>  <span class="keyword">static</span> <span class="keyword">inline</span> <a class="code" href="classv8_1_1_external.html">External</a>* Cast(<a class="code" href="classv8_1_1_value.html">Value</a>* obj);</div>
<div class="line"><a name="l01943"></a><span class="lineno"> 1943</span>  V8EXPORT <span class="keywordtype">void</span>* <a class="code" href="classv8_1_1_value.html">Value</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l01944"></a><span class="lineno"> 1944</span>  <span class="keyword">private</span>:</div>
<div class="line"><a name="l01945"></a><span class="lineno"> 1945</span>  V8EXPORT <a class="code" href="classv8_1_1_external.html">External</a>();</div>
<div class="line"><a name="l01946"></a><span class="lineno"> 1946</span>  V8EXPORT <span class="keyword">static</span> <span class="keywordtype">void</span> CheckCast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* obj);</div>
<div class="line"><a name="l01947"></a><span class="lineno"> 1947</span>  <span class="keyword">static</span> <span class="keyword">inline</span> <span class="keywordtype">void</span>* QuickUnwrap(<a class="code" href="classv8_1_1_handle.html">Handle<v8::Value></a> obj);</div>
<div class="line"><a name="l01948"></a><span class="lineno"> 1948</span>  V8EXPORT <span class="keyword">static</span> <span class="keywordtype">void</span>* FullUnwrap(<a class="code" href="classv8_1_1_handle.html">Handle<v8::Value></a> obj);</div>
<div class="line"><a name="l01949"></a><span class="lineno"> 1949</span> };</div>
<div class="line"><a name="l01950"></a><span class="lineno"> 1950</span> </div>
<div class="line"><a name="l01951"></a><span class="lineno"> 1951</span> </div>
<div class="line"><a name="l01952"></a><span class="lineno"> 1952</span> <span class="comment">// --- Templates ---</span></div>
<div class="line"><a name="l01953"></a><span class="lineno"> 1953</span> </div>
<div class="line"><a name="l01954"></a><span class="lineno"> 1954</span> </div>
<div class="line"><a name="l01958"></a><span class="lineno"><a class="line" href="classv8_1_1_template.html"> 1958</a></span> <span class="keyword">class </span>V8EXPORT <a class="code" href="classv8_1_1_template.html">Template</a> : <span class="keyword">public</span> <a class="code" href="classv8_1_1_data.html">Data</a> {</div>
<div class="line"><a name="l01959"></a><span class="lineno"> 1959</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l01961"></a><span class="lineno"> 1961</span>  <span class="keywordtype">void</span> Set(<a class="code" href="classv8_1_1_handle.html">Handle<String></a> name, <a class="code" href="classv8_1_1_handle.html">Handle<Data></a> value,</div>
<div class="line"><a name="l01962"></a><span class="lineno"> 1962</span>  PropertyAttribute attributes = None);</div>
<div class="line"><a name="l01963"></a><span class="lineno"> 1963</span>  <span class="keyword">inline</span> <span class="keywordtype">void</span> Set(<span class="keyword">const</span> <span class="keywordtype">char</span>* name, <a class="code" href="classv8_1_1_handle.html">Handle<Data></a> value);</div>
<div class="line"><a name="l01964"></a><span class="lineno"> 1964</span>  <span class="keyword">private</span>:</div>
<div class="line"><a name="l01965"></a><span class="lineno"> 1965</span>  <a class="code" href="classv8_1_1_template.html">Template</a>();</div>
<div class="line"><a name="l01966"></a><span class="lineno"> 1966</span> </div>
<div class="line"><a name="l01967"></a><span class="lineno"> 1967</span>  <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classv8_1_1_object_template.html">ObjectTemplate</a>;</div>
<div class="line"><a name="l01968"></a><span class="lineno"> 1968</span>  <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classv8_1_1_function_template.html">FunctionTemplate</a>;</div>
<div class="line"><a name="l01969"></a><span class="lineno"> 1969</span> };</div>
<div class="line"><a name="l01970"></a><span class="lineno"> 1970</span> </div>
<div class="line"><a name="l01971"></a><span class="lineno"> 1971</span> </div>
<div class="line"><a name="l01978"></a><span class="lineno"><a class="line" href="classv8_1_1_arguments.html"> 1978</a></span> <span class="keyword">class </span><a class="code" href="classv8_1_1_arguments.html">Arguments</a> {</div>
<div class="line"><a name="l01979"></a><span class="lineno"> 1979</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l01980"></a><span class="lineno"> 1980</span>  <span class="keyword">inline</span> <span class="keywordtype">int</span> Length() <span class="keyword">const</span>;</div>
<div class="line"><a name="l01981"></a><span class="lineno"> 1981</span>  <span class="keyword">inline</span> <a class="code" href="classv8_1_1_local.html">Local<Value></a> operator[](<span class="keywordtype">int</span> i) <span class="keyword">const</span>;</div>
<div class="line"><a name="l01982"></a><span class="lineno"> 1982</span>  <span class="keyword">inline</span> <a class="code" href="classv8_1_1_local.html">Local<Function></a> Callee() <span class="keyword">const</span>;</div>
<div class="line"><a name="l01983"></a><span class="lineno"> 1983</span>  <span class="keyword">inline</span> <a class="code" href="classv8_1_1_local.html">Local<Object></a> This() <span class="keyword">const</span>;</div>
<div class="line"><a name="l01984"></a><span class="lineno"> 1984</span>  <span class="keyword">inline</span> <a class="code" href="classv8_1_1_local.html">Local<Object></a> Holder() <span class="keyword">const</span>;</div>
<div class="line"><a name="l01985"></a><span class="lineno"> 1985</span>  <span class="keyword">inline</span> <span class="keywordtype">bool</span> IsConstructCall() <span class="keyword">const</span>;</div>
<div class="line"><a name="l01986"></a><span class="lineno"> 1986</span>  <span class="keyword">inline</span> <a class="code" href="classv8_1_1_local.html">Local<Value></a> <a class="code" href="classv8_1_1_data.html">Data</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l01987"></a><span class="lineno"> 1987</span>  <span class="keyword">inline</span> <a class="code" href="classv8_1_1_isolate.html">Isolate</a>* GetIsolate() <span class="keyword">const</span>;</div>
<div class="line"><a name="l01988"></a><span class="lineno"> 1988</span> </div>
<div class="line"><a name="l01989"></a><span class="lineno"> 1989</span>  <span class="keyword">private</span>:</div>
<div class="line"><a name="l01990"></a><span class="lineno"> 1990</span>  <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kIsolateIndex = 0;</div>
<div class="line"><a name="l01991"></a><span class="lineno"> 1991</span>  <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kDataIndex = -1;</div>
<div class="line"><a name="l01992"></a><span class="lineno"> 1992</span>  <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kCalleeIndex = -2;</div>
<div class="line"><a name="l01993"></a><span class="lineno"> 1993</span>  <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kHolderIndex = -3;</div>
<div class="line"><a name="l01994"></a><span class="lineno"> 1994</span> </div>
<div class="line"><a name="l01995"></a><span class="lineno"> 1995</span>  <span class="keyword">friend</span> <span class="keyword">class </span>ImplementationUtilities;</div>
<div class="line"><a name="l01996"></a><span class="lineno"> 1996</span>  <span class="keyword">inline</span> <a class="code" href="classv8_1_1_arguments.html">Arguments</a>(internal::Object** implicit_args,</div>
<div class="line"><a name="l01997"></a><span class="lineno"> 1997</span>  internal::Object** values,</div>
<div class="line"><a name="l01998"></a><span class="lineno"> 1998</span>  <span class="keywordtype">int</span> length,</div>
<div class="line"><a name="l01999"></a><span class="lineno"> 1999</span>  <span class="keywordtype">bool</span> is_construct_call);</div>
<div class="line"><a name="l02000"></a><span class="lineno"> 2000</span>  internal::Object** implicit_args_;</div>
<div class="line"><a name="l02001"></a><span class="lineno"> 2001</span>  internal::Object** values_;</div>
<div class="line"><a name="l02002"></a><span class="lineno"> 2002</span>  <span class="keywordtype">int</span> length_;</div>
<div class="line"><a name="l02003"></a><span class="lineno"> 2003</span>  <span class="keywordtype">bool</span> is_construct_call_;</div>
<div class="line"><a name="l02004"></a><span class="lineno"> 2004</span> };</div>
<div class="line"><a name="l02005"></a><span class="lineno"> 2005</span> </div>
<div class="line"><a name="l02006"></a><span class="lineno"> 2006</span> </div>
<div class="line"><a name="l02011"></a><span class="lineno"><a class="line" href="classv8_1_1_accessor_info.html"> 2011</a></span> <span class="keyword">class </span>V8EXPORT <a class="code" href="classv8_1_1_accessor_info.html">AccessorInfo</a> {</div>
<div class="line"><a name="l02012"></a><span class="lineno"> 2012</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l02013"></a><span class="lineno"> 2013</span>  <span class="keyword">inline</span> <a class="code" href="classv8_1_1_accessor_info.html">AccessorInfo</a>(internal::Object** args)</div>
<div class="line"><a name="l02014"></a><span class="lineno"> 2014</span>  : args_(args) { }</div>
<div class="line"><a name="l02015"></a><span class="lineno"> 2015</span>  <span class="keyword">inline</span> <a class="code" href="classv8_1_1_isolate.html">Isolate</a>* GetIsolate() <span class="keyword">const</span>;</div>
<div class="line"><a name="l02016"></a><span class="lineno"> 2016</span>  <span class="keyword">inline</span> <a class="code" href="classv8_1_1_local.html">Local<Value></a> <a class="code" href="classv8_1_1_data.html">Data</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l02017"></a><span class="lineno"> 2017</span>  <span class="keyword">inline</span> <a class="code" href="classv8_1_1_local.html">Local<Object></a> This() <span class="keyword">const</span>;</div>
<div class="line"><a name="l02018"></a><span class="lineno"> 2018</span>  <span class="keyword">inline</span> <a class="code" href="classv8_1_1_local.html">Local<Object></a> Holder() <span class="keyword">const</span>;</div>
<div class="line"><a name="l02019"></a><span class="lineno"> 2019</span> </div>
<div class="line"><a name="l02020"></a><span class="lineno"> 2020</span>  <span class="keyword">private</span>:</div>
<div class="line"><a name="l02021"></a><span class="lineno"> 2021</span>  internal::Object** args_;</div>
<div class="line"><a name="l02022"></a><span class="lineno"> 2022</span> };</div>
<div class="line"><a name="l02023"></a><span class="lineno"> 2023</span> </div>
<div class="line"><a name="l02024"></a><span class="lineno"> 2024</span> </div>
<div class="line"><a name="l02025"></a><span class="lineno"> 2025</span> <span class="keyword">typedef</span> <a class="code" href="classv8_1_1_handle.html">Handle<Value></a> (*InvocationCallback)(<span class="keyword">const</span> <a class="code" href="classv8_1_1_arguments.html">Arguments</a>& args);</div>
<div class="line"><a name="l02026"></a><span class="lineno"> 2026</span> </div>
<div class="line"><a name="l02031"></a><span class="lineno"><a class="line" href="namespacev8.html#ab9effde41da1c073eddbd4a11a62bd0b"> 2031</a></span> <span class="keyword">typedef</span> <a class="code" href="classv8_1_1_handle.html">Handle<Value></a> (*NamedPropertyGetter)(<a class="code" href="classv8_1_1_local.html">Local<String></a> property,</div>
<div class="line"><a name="l02032"></a><span class="lineno"> 2032</span>  <span class="keyword">const</span> <a class="code" href="classv8_1_1_accessor_info.html">AccessorInfo</a>& info);</div>
<div class="line"><a name="l02033"></a><span class="lineno"> 2033</span> </div>
<div class="line"><a name="l02034"></a><span class="lineno"> 2034</span> </div>
<div class="line"><a name="l02039"></a><span class="lineno"><a class="line" href="namespacev8.html#a682b1fc46feab32605c4905612ffe870"> 2039</a></span> <span class="keyword">typedef</span> <a class="code" href="classv8_1_1_handle.html">Handle<Value></a> (*NamedPropertySetter)(<a class="code" href="classv8_1_1_local.html">Local<String></a> property,</div>
<div class="line"><a name="l02040"></a><span class="lineno"> 2040</span>  <a class="code" href="classv8_1_1_local.html">Local<Value></a> value,</div>
<div class="line"><a name="l02041"></a><span class="lineno"> 2041</span>  <span class="keyword">const</span> <a class="code" href="classv8_1_1_accessor_info.html">AccessorInfo</a>& info);</div>
<div class="line"><a name="l02042"></a><span class="lineno"> 2042</span> </div>
<div class="line"><a name="l02048"></a><span class="lineno"><a class="line" href="namespacev8.html#a0136e8102c101d9a39497f75daa9153b"> 2048</a></span> <span class="keyword">typedef</span> <a class="code" href="classv8_1_1_handle.html">Handle<Integer></a> (*NamedPropertyQuery)(<a class="code" href="classv8_1_1_local.html">Local<String></a> property,</div>
<div class="line"><a name="l02049"></a><span class="lineno"> 2049</span>  <span class="keyword">const</span> <a class="code" href="classv8_1_1_accessor_info.html">AccessorInfo</a>& info);</div>
<div class="line"><a name="l02050"></a><span class="lineno"> 2050</span> </div>
<div class="line"><a name="l02051"></a><span class="lineno"> 2051</span> </div>
<div class="line"><a name="l02057"></a><span class="lineno"><a class="line" href="namespacev8.html#a7899471fae82b252750b81f41d5c1e26"> 2057</a></span> <span class="keyword">typedef</span> <a class="code" href="classv8_1_1_handle.html">Handle<Boolean></a> (*NamedPropertyDeleter)(<a class="code" href="classv8_1_1_local.html">Local<String></a> property,</div>
<div class="line"><a name="l02058"></a><span class="lineno"> 2058</span>  <span class="keyword">const</span> <a class="code" href="classv8_1_1_accessor_info.html">AccessorInfo</a>& info);</div>
<div class="line"><a name="l02059"></a><span class="lineno"> 2059</span> </div>
<div class="line"><a name="l02064"></a><span class="lineno"><a class="line" href="namespacev8.html#acbd04b83708cb5a80e73e0396f176e58"> 2064</a></span> <span class="keyword">typedef</span> <a class="code" href="classv8_1_1_handle.html">Handle<Array></a> (*NamedPropertyEnumerator)(<span class="keyword">const</span> <a class="code" href="classv8_1_1_accessor_info.html">AccessorInfo</a>& info);</div>
<div class="line"><a name="l02065"></a><span class="lineno"> 2065</span> </div>
<div class="line"><a name="l02066"></a><span class="lineno"> 2066</span> </div>
<div class="line"><a name="l02071"></a><span class="lineno"><a class="line" href="namespacev8.html#abf3be19b5157493da3859987cc50c6ab"> 2071</a></span> <span class="keyword">typedef</span> <a class="code" href="classv8_1_1_handle.html">Handle<Value></a> (*IndexedPropertyGetter)(uint32_t index,</div>
<div class="line"><a name="l02072"></a><span class="lineno"> 2072</span>  <span class="keyword">const</span> <a class="code" href="classv8_1_1_accessor_info.html">AccessorInfo</a>& info);</div>
<div class="line"><a name="l02073"></a><span class="lineno"> 2073</span> </div>
<div class="line"><a name="l02074"></a><span class="lineno"> 2074</span> </div>
<div class="line"><a name="l02079"></a><span class="lineno"><a class="line" href="namespacev8.html#a3ca53e294b9b695b3777af904ca942b6"> 2079</a></span> <span class="keyword">typedef</span> <a class="code" href="classv8_1_1_handle.html">Handle<Value></a> (*IndexedPropertySetter)(uint32_t index,</div>
<div class="line"><a name="l02080"></a><span class="lineno"> 2080</span>  <a class="code" href="classv8_1_1_local.html">Local<Value></a> value,</div>
<div class="line"><a name="l02081"></a><span class="lineno"> 2081</span>  <span class="keyword">const</span> <a class="code" href="classv8_1_1_accessor_info.html">AccessorInfo</a>& info);</div>
<div class="line"><a name="l02082"></a><span class="lineno"> 2082</span> </div>
<div class="line"><a name="l02083"></a><span class="lineno"> 2083</span> </div>
<div class="line"><a name="l02088"></a><span class="lineno"><a class="line" href="namespacev8.html#ac84ffd0beb05009f30378ef45a065edf"> 2088</a></span> <span class="keyword">typedef</span> <a class="code" href="classv8_1_1_handle.html">Handle<Integer></a> (*IndexedPropertyQuery)(uint32_t index,</div>
<div class="line"><a name="l02089"></a><span class="lineno"> 2089</span>  <span class="keyword">const</span> <a class="code" href="classv8_1_1_accessor_info.html">AccessorInfo</a>& info);</div>
<div class="line"><a name="l02090"></a><span class="lineno"> 2090</span> </div>
<div class="line"><a name="l02096"></a><span class="lineno"><a class="line" href="namespacev8.html#a3a7c18d62a0d1f2d12845051920be592"> 2096</a></span> <span class="keyword">typedef</span> <a class="code" href="classv8_1_1_handle.html">Handle<Boolean></a> (*IndexedPropertyDeleter)(uint32_t index,</div>
<div class="line"><a name="l02097"></a><span class="lineno"> 2097</span>  <span class="keyword">const</span> <a class="code" href="classv8_1_1_accessor_info.html">AccessorInfo</a>& info);</div>
<div class="line"><a name="l02098"></a><span class="lineno"> 2098</span> </div>
<div class="line"><a name="l02103"></a><span class="lineno"><a class="line" href="namespacev8.html#a15ab299eff53946ab483b762a4cb20dc"> 2103</a></span> <span class="keyword">typedef</span> <a class="code" href="classv8_1_1_handle.html">Handle<Array></a> (*IndexedPropertyEnumerator)(<span class="keyword">const</span> <a class="code" href="classv8_1_1_accessor_info.html">AccessorInfo</a>& info);</div>
<div class="line"><a name="l02104"></a><span class="lineno"> 2104</span> </div>
<div class="line"><a name="l02105"></a><span class="lineno"> 2105</span> </div>
<div class="line"><a name="l02109"></a><span class="lineno"><a class="line" href="namespacev8.html#add8bef6469c5b94706584124e610046c"> 2109</a></span> <span class="keyword">enum</span> <a class="code" href="namespacev8.html#add8bef6469c5b94706584124e610046c">AccessType</a> {</div>
<div class="line"><a name="l02110"></a><span class="lineno"> 2110</span>  ACCESS_GET,</div>
<div class="line"><a name="l02111"></a><span class="lineno"> 2111</span>  ACCESS_SET,</div>
<div class="line"><a name="l02112"></a><span class="lineno"> 2112</span>  ACCESS_HAS,</div>
<div class="line"><a name="l02113"></a><span class="lineno"> 2113</span>  ACCESS_DELETE,</div>
<div class="line"><a name="l02114"></a><span class="lineno"> 2114</span>  ACCESS_KEYS</div>
<div class="line"><a name="l02115"></a><span class="lineno"> 2115</span> };</div>
<div class="line"><a name="l02116"></a><span class="lineno"> 2116</span> </div>
<div class="line"><a name="l02117"></a><span class="lineno"> 2117</span> </div>
<div class="line"><a name="l02122"></a><span class="lineno"><a class="line" href="namespacev8.html#ab5cafda0c556bba990c660ce9c904e0d"> 2122</a></span> <span class="keyword">typedef</span> bool (*<a class="code" href="namespacev8.html#ab5cafda0c556bba990c660ce9c904e0d">NamedSecurityCallback</a>)(<a class="code" href="classv8_1_1_local.html">Local<Object></a> host,</div>
<div class="line"><a name="l02123"></a><span class="lineno"> 2123</span>  <a class="code" href="classv8_1_1_local.html">Local<Value></a> key,</div>
<div class="line"><a name="l02124"></a><span class="lineno"> 2124</span>  <a class="code" href="namespacev8.html#add8bef6469c5b94706584124e610046c">AccessType</a> type,</div>
<div class="line"><a name="l02125"></a><span class="lineno"> 2125</span>  <a class="code" href="classv8_1_1_local.html">Local<Value></a> data);</div>
<div class="line"><a name="l02126"></a><span class="lineno"> 2126</span> </div>
<div class="line"><a name="l02127"></a><span class="lineno"> 2127</span> </div>
<div class="line"><a name="l02132"></a><span class="lineno"><a class="line" href="namespacev8.html#aebbcc7837753e51112d944ad96520da1"> 2132</a></span> <span class="keyword">typedef</span> bool (*<a class="code" href="namespacev8.html#aebbcc7837753e51112d944ad96520da1">IndexedSecurityCallback</a>)(<a class="code" href="classv8_1_1_local.html">Local<Object></a> host,</div>
<div class="line"><a name="l02133"></a><span class="lineno"> 2133</span>  uint32_t index,</div>
<div class="line"><a name="l02134"></a><span class="lineno"> 2134</span>  <a class="code" href="namespacev8.html#add8bef6469c5b94706584124e610046c">AccessType</a> type,</div>
<div class="line"><a name="l02135"></a><span class="lineno"> 2135</span>  <a class="code" href="classv8_1_1_local.html">Local<Value></a> data);</div>
<div class="line"><a name="l02136"></a><span class="lineno"> 2136</span> </div>
<div class="line"><a name="l02137"></a><span class="lineno"> 2137</span> </div>
<div class="line"><a name="l02230"></a><span class="lineno"><a class="line" href="classv8_1_1_function_template.html"> 2230</a></span> <span class="keyword">class </span>V8EXPORT <a class="code" href="classv8_1_1_function_template.html">FunctionTemplate</a> : <span class="keyword">public</span> <a class="code" href="classv8_1_1_template.html">Template</a> {</div>
<div class="line"><a name="l02231"></a><span class="lineno"> 2231</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l02233"></a><span class="lineno"> 2233</span>  <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local<FunctionTemplate></a> New(</div>
<div class="line"><a name="l02234"></a><span class="lineno"> 2234</span>  InvocationCallback callback = 0,</div>
<div class="line"><a name="l02235"></a><span class="lineno"> 2235</span>  <a class="code" href="classv8_1_1_handle.html">Handle<Value></a> data = <a class="code" href="classv8_1_1_handle.html">Handle<Value></a>(),</div>
<div class="line"><a name="l02236"></a><span class="lineno"> 2236</span>  <a class="code" href="classv8_1_1_handle.html">Handle<Signature></a> signature = <a class="code" href="classv8_1_1_handle.html">Handle<Signature></a>());</div>
<div class="line"><a name="l02238"></a><span class="lineno"> 2238</span>  <a class="code" href="classv8_1_1_local.html">Local<Function></a> GetFunction();</div>
<div class="line"><a name="l02239"></a><span class="lineno"> 2239</span> </div>
<div class="line"><a name="l02245"></a><span class="lineno"> 2245</span>  <span class="keywordtype">void</span> SetCallHandler(InvocationCallback callback,</div>
<div class="line"><a name="l02246"></a><span class="lineno"> 2246</span>  <a class="code" href="classv8_1_1_handle.html">Handle<Value></a> data = <a class="code" href="classv8_1_1_handle.html">Handle<Value></a>());</div>
<div class="line"><a name="l02247"></a><span class="lineno"> 2247</span> </div>
<div class="line"><a name="l02249"></a><span class="lineno"> 2249</span>  <a class="code" href="classv8_1_1_local.html">Local<ObjectTemplate></a> InstanceTemplate();</div>
<div class="line"><a name="l02250"></a><span class="lineno"> 2250</span> </div>
<div class="line"><a name="l02252"></a><span class="lineno"> 2252</span>  <span class="keywordtype">void</span> Inherit(<a class="code" href="classv8_1_1_handle.html">Handle<FunctionTemplate></a> parent);</div>
<div class="line"><a name="l02253"></a><span class="lineno"> 2253</span> </div>
<div class="line"><a name="l02258"></a><span class="lineno"> 2258</span>  <a class="code" href="classv8_1_1_local.html">Local<ObjectTemplate></a> PrototypeTemplate();</div>
<div class="line"><a name="l02259"></a><span class="lineno"> 2259</span> </div>
<div class="line"><a name="l02260"></a><span class="lineno"> 2260</span> </div>
<div class="line"><a name="l02266"></a><span class="lineno"> 2266</span>  <span class="keywordtype">void</span> SetClassName(<a class="code" href="classv8_1_1_handle.html">Handle<String></a> name);</div>
<div class="line"><a name="l02267"></a><span class="lineno"> 2267</span> </div>
<div class="line"><a name="l02280"></a><span class="lineno"> 2280</span>  <span class="keywordtype">void</span> SetHiddenPrototype(<span class="keywordtype">bool</span> value);</div>
<div class="line"><a name="l02281"></a><span class="lineno"> 2281</span> </div>
<div class="line"><a name="l02286"></a><span class="lineno"> 2286</span>  <span class="keywordtype">void</span> ReadOnlyPrototype();</div>
<div class="line"><a name="l02287"></a><span class="lineno"> 2287</span> </div>
<div class="line"><a name="l02292"></a><span class="lineno"> 2292</span>  <span class="keywordtype">bool</span> HasInstance(<a class="code" href="classv8_1_1_handle.html">Handle<Value></a> <span class="keywordtype">object</span>);</div>
<div class="line"><a name="l02293"></a><span class="lineno"> 2293</span> </div>
<div class="line"><a name="l02294"></a><span class="lineno"> 2294</span>  <span class="keyword">private</span>:</div>
<div class="line"><a name="l02295"></a><span class="lineno"> 2295</span>  <a class="code" href="classv8_1_1_function_template.html">FunctionTemplate</a>();</div>
<div class="line"><a name="l02296"></a><span class="lineno"> 2296</span>  <span class="keywordtype">void</span> AddInstancePropertyAccessor(<a class="code" href="classv8_1_1_handle.html">Handle<String></a> name,</div>
<div class="line"><a name="l02297"></a><span class="lineno"> 2297</span>  <a class="code" href="namespacev8.html#a3016fe071826349d1370a700e71be094">AccessorGetter</a> getter,</div>
<div class="line"><a name="l02298"></a><span class="lineno"> 2298</span>  AccessorSetter setter,</div>
<div class="line"><a name="l02299"></a><span class="lineno"> 2299</span>  <a class="code" href="classv8_1_1_handle.html">Handle<Value></a> data,</div>
<div class="line"><a name="l02300"></a><span class="lineno"> 2300</span>  <a class="code" href="namespacev8.html#a31d8355cb043d7d2dda3f4a52760b64e">AccessControl</a> settings,</div>
<div class="line"><a name="l02301"></a><span class="lineno"> 2301</span>  PropertyAttribute attributes,</div>
<div class="line"><a name="l02302"></a><span class="lineno"> 2302</span>  <a class="code" href="classv8_1_1_handle.html">Handle<AccessorSignature></a> signature);</div>
<div class="line"><a name="l02303"></a><span class="lineno"> 2303</span>  <span class="keywordtype">void</span> SetNamedInstancePropertyHandler(<a class="code" href="namespacev8.html#ab9effde41da1c073eddbd4a11a62bd0b">NamedPropertyGetter</a> getter,</div>
<div class="line"><a name="l02304"></a><span class="lineno"> 2304</span>  <a class="code" href="namespacev8.html#a682b1fc46feab32605c4905612ffe870">NamedPropertySetter</a> setter,</div>
<div class="line"><a name="l02305"></a><span class="lineno"> 2305</span>  <a class="code" href="namespacev8.html#a0136e8102c101d9a39497f75daa9153b">NamedPropertyQuery</a> query,</div>
<div class="line"><a name="l02306"></a><span class="lineno"> 2306</span>  <a class="code" href="namespacev8.html#a7899471fae82b252750b81f41d5c1e26">NamedPropertyDeleter</a> remover,</div>
<div class="line"><a name="l02307"></a><span class="lineno"> 2307</span>  <a class="code" href="namespacev8.html#acbd04b83708cb5a80e73e0396f176e58">NamedPropertyEnumerator</a> enumerator,</div>
<div class="line"><a name="l02308"></a><span class="lineno"> 2308</span>  <a class="code" href="classv8_1_1_handle.html">Handle<Value></a> data);</div>
<div class="line"><a name="l02309"></a><span class="lineno"> 2309</span>  <span class="keywordtype">void</span> SetIndexedInstancePropertyHandler(<a class="code" href="namespacev8.html#abf3be19b5157493da3859987cc50c6ab">IndexedPropertyGetter</a> getter,</div>
<div class="line"><a name="l02310"></a><span class="lineno"> 2310</span>  <a class="code" href="namespacev8.html#a3ca53e294b9b695b3777af904ca942b6">IndexedPropertySetter</a> setter,</div>
<div class="line"><a name="l02311"></a><span class="lineno"> 2311</span>  <a class="code" href="namespacev8.html#ac84ffd0beb05009f30378ef45a065edf">IndexedPropertyQuery</a> query,</div>
<div class="line"><a name="l02312"></a><span class="lineno"> 2312</span>  <a class="code" href="namespacev8.html#a3a7c18d62a0d1f2d12845051920be592">IndexedPropertyDeleter</a> remover,</div>
<div class="line"><a name="l02313"></a><span class="lineno"> 2313</span>  <a class="code" href="namespacev8.html#a15ab299eff53946ab483b762a4cb20dc">IndexedPropertyEnumerator</a> enumerator,</div>
<div class="line"><a name="l02314"></a><span class="lineno"> 2314</span>  <a class="code" href="classv8_1_1_handle.html">Handle<Value></a> data);</div>
<div class="line"><a name="l02315"></a><span class="lineno"> 2315</span>  <span class="keywordtype">void</span> SetInstanceCallAsFunctionHandler(InvocationCallback callback,</div>
<div class="line"><a name="l02316"></a><span class="lineno"> 2316</span>  <a class="code" href="classv8_1_1_handle.html">Handle<Value></a> data);</div>
<div class="line"><a name="l02317"></a><span class="lineno"> 2317</span> </div>
<div class="line"><a name="l02318"></a><span class="lineno"> 2318</span>  <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classv8_1_1_context.html">Context</a>;</div>
<div class="line"><a name="l02319"></a><span class="lineno"> 2319</span>  <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classv8_1_1_object_template.html">ObjectTemplate</a>;</div>
<div class="line"><a name="l02320"></a><span class="lineno"> 2320</span> };</div>
<div class="line"><a name="l02321"></a><span class="lineno"> 2321</span> </div>
<div class="line"><a name="l02322"></a><span class="lineno"> 2322</span> </div>
<div class="line"><a name="l02329"></a><span class="lineno"><a class="line" href="classv8_1_1_object_template.html"> 2329</a></span> <span class="keyword">class </span>V8EXPORT <a class="code" href="classv8_1_1_object_template.html">ObjectTemplate</a> : <span class="keyword">public</span> <a class="code" href="classv8_1_1_template.html">Template</a> {</div>
<div class="line"><a name="l02330"></a><span class="lineno"> 2330</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l02332"></a><span class="lineno"> 2332</span>  <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local<ObjectTemplate></a> New();</div>
<div class="line"><a name="l02333"></a><span class="lineno"> 2333</span> </div>
<div class="line"><a name="l02335"></a><span class="lineno"> 2335</span>  <a class="code" href="classv8_1_1_local.html">Local<Object></a> NewInstance();</div>
<div class="line"><a name="l02336"></a><span class="lineno"> 2336</span> </div>
<div class="line"><a name="l02366"></a><span class="lineno"> 2366</span>  <span class="keywordtype">void</span> SetAccessor(<a class="code" href="classv8_1_1_handle.html">Handle<String></a> name,</div>
<div class="line"><a name="l02367"></a><span class="lineno"> 2367</span>  <a class="code" href="namespacev8.html#a3016fe071826349d1370a700e71be094">AccessorGetter</a> getter,</div>
<div class="line"><a name="l02368"></a><span class="lineno"> 2368</span>  AccessorSetter setter = 0,</div>
<div class="line"><a name="l02369"></a><span class="lineno"> 2369</span>  <a class="code" href="classv8_1_1_handle.html">Handle<Value></a> data = <a class="code" href="classv8_1_1_handle.html">Handle<Value></a>(),</div>
<div class="line"><a name="l02370"></a><span class="lineno"> 2370</span>  <a class="code" href="namespacev8.html#a31d8355cb043d7d2dda3f4a52760b64e">AccessControl</a> settings = DEFAULT,</div>
<div class="line"><a name="l02371"></a><span class="lineno"> 2371</span>  PropertyAttribute attribute = None,</div>
<div class="line"><a name="l02372"></a><span class="lineno"> 2372</span>  <a class="code" href="classv8_1_1_handle.html">Handle<AccessorSignature></a> signature =</div>
<div class="line"><a name="l02373"></a><span class="lineno"> 2373</span>  <a class="code" href="classv8_1_1_handle.html">Handle<AccessorSignature></a>());</div>
<div class="line"><a name="l02374"></a><span class="lineno"> 2374</span> </div>
<div class="line"><a name="l02392"></a><span class="lineno"> 2392</span>  <span class="keywordtype">void</span> SetNamedPropertyHandler(<a class="code" href="namespacev8.html#ab9effde41da1c073eddbd4a11a62bd0b">NamedPropertyGetter</a> getter,</div>
<div class="line"><a name="l02393"></a><span class="lineno"> 2393</span>  <a class="code" href="namespacev8.html#a682b1fc46feab32605c4905612ffe870">NamedPropertySetter</a> setter = 0,</div>
<div class="line"><a name="l02394"></a><span class="lineno"> 2394</span>  <a class="code" href="namespacev8.html#a0136e8102c101d9a39497f75daa9153b">NamedPropertyQuery</a> query = 0,</div>
<div class="line"><a name="l02395"></a><span class="lineno"> 2395</span>  <a class="code" href="namespacev8.html#a7899471fae82b252750b81f41d5c1e26">NamedPropertyDeleter</a> deleter = 0,</div>
<div class="line"><a name="l02396"></a><span class="lineno"> 2396</span>  <a class="code" href="namespacev8.html#acbd04b83708cb5a80e73e0396f176e58">NamedPropertyEnumerator</a> enumerator = 0,</div>
<div class="line"><a name="l02397"></a><span class="lineno"> 2397</span>  <a class="code" href="classv8_1_1_handle.html">Handle<Value></a> data = <a class="code" href="classv8_1_1_handle.html">Handle<Value></a>());</div>
<div class="line"><a name="l02398"></a><span class="lineno"> 2398</span> </div>
<div class="line"><a name="l02415"></a><span class="lineno"> 2415</span>  <span class="keywordtype">void</span> SetIndexedPropertyHandler(<a class="code" href="namespacev8.html#abf3be19b5157493da3859987cc50c6ab">IndexedPropertyGetter</a> getter,</div>
<div class="line"><a name="l02416"></a><span class="lineno"> 2416</span>  <a class="code" href="namespacev8.html#a3ca53e294b9b695b3777af904ca942b6">IndexedPropertySetter</a> setter = 0,</div>
<div class="line"><a name="l02417"></a><span class="lineno"> 2417</span>  <a class="code" href="namespacev8.html#ac84ffd0beb05009f30378ef45a065edf">IndexedPropertyQuery</a> query = 0,</div>
<div class="line"><a name="l02418"></a><span class="lineno"> 2418</span>  <a class="code" href="namespacev8.html#a3a7c18d62a0d1f2d12845051920be592">IndexedPropertyDeleter</a> deleter = 0,</div>
<div class="line"><a name="l02419"></a><span class="lineno"> 2419</span>  <a class="code" href="namespacev8.html#a15ab299eff53946ab483b762a4cb20dc">IndexedPropertyEnumerator</a> enumerator = 0,</div>
<div class="line"><a name="l02420"></a><span class="lineno"> 2420</span>  <a class="code" href="classv8_1_1_handle.html">Handle<Value></a> data = <a class="code" href="classv8_1_1_handle.html">Handle<Value></a>());</div>
<div class="line"><a name="l02421"></a><span class="lineno"> 2421</span> </div>
<div class="line"><a name="l02428"></a><span class="lineno"> 2428</span>  <span class="keywordtype">void</span> SetCallAsFunctionHandler(InvocationCallback callback,</div>
<div class="line"><a name="l02429"></a><span class="lineno"> 2429</span>  <a class="code" href="classv8_1_1_handle.html">Handle<Value></a> data = <a class="code" href="classv8_1_1_handle.html">Handle<Value></a>());</div>
<div class="line"><a name="l02430"></a><span class="lineno"> 2430</span> </div>
<div class="line"><a name="l02439"></a><span class="lineno"> 2439</span>  <span class="keywordtype">void</span> MarkAsUndetectable();</div>
<div class="line"><a name="l02440"></a><span class="lineno"> 2440</span> </div>
<div class="line"><a name="l02452"></a><span class="lineno"> 2452</span>  <span class="keywordtype">void</span> SetAccessCheckCallbacks(<a class="code" href="namespacev8.html#ab5cafda0c556bba990c660ce9c904e0d">NamedSecurityCallback</a> named_handler,</div>
<div class="line"><a name="l02453"></a><span class="lineno"> 2453</span>  <a class="code" href="namespacev8.html#aebbcc7837753e51112d944ad96520da1">IndexedSecurityCallback</a> indexed_handler,</div>
<div class="line"><a name="l02454"></a><span class="lineno"> 2454</span>  <a class="code" href="classv8_1_1_handle.html">Handle<Value></a> data = <a class="code" href="classv8_1_1_handle.html">Handle<Value></a>(),</div>
<div class="line"><a name="l02455"></a><span class="lineno"> 2455</span>  <span class="keywordtype">bool</span> turned_on_by_default = <span class="keyword">true</span>);</div>
<div class="line"><a name="l02456"></a><span class="lineno"> 2456</span> </div>
<div class="line"><a name="l02461"></a><span class="lineno"> 2461</span>  <span class="keywordtype">int</span> InternalFieldCount();</div>
<div class="line"><a name="l02462"></a><span class="lineno"> 2462</span> </div>
<div class="line"><a name="l02467"></a><span class="lineno"> 2467</span>  <span class="keywordtype">void</span> SetInternalFieldCount(<span class="keywordtype">int</span> value);</div>
<div class="line"><a name="l02468"></a><span class="lineno"> 2468</span> </div>
<div class="line"><a name="l02469"></a><span class="lineno"> 2469</span>  <span class="keyword">private</span>:</div>
<div class="line"><a name="l02470"></a><span class="lineno"> 2470</span>  <a class="code" href="classv8_1_1_object_template.html">ObjectTemplate</a>();</div>
<div class="line"><a name="l02471"></a><span class="lineno"> 2471</span>  <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local<ObjectTemplate></a> New(<a class="code" href="classv8_1_1_handle.html">Handle<FunctionTemplate></a> constructor);</div>
<div class="line"><a name="l02472"></a><span class="lineno"> 2472</span>  <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classv8_1_1_function_template.html">FunctionTemplate</a>;</div>
<div class="line"><a name="l02473"></a><span class="lineno"> 2473</span> };</div>
<div class="line"><a name="l02474"></a><span class="lineno"> 2474</span> </div>
<div class="line"><a name="l02475"></a><span class="lineno"> 2475</span> </div>
<div class="line"><a name="l02480"></a><span class="lineno"><a class="line" href="classv8_1_1_signature.html"> 2480</a></span> <span class="keyword">class </span>V8EXPORT <a class="code" href="classv8_1_1_signature.html">Signature</a> : <span class="keyword">public</span> <a class="code" href="classv8_1_1_data.html">Data</a> {</div>
<div class="line"><a name="l02481"></a><span class="lineno"> 2481</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l02482"></a><span class="lineno"> 2482</span>  <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local<Signature></a> New(<a class="code" href="classv8_1_1_handle.html">Handle<FunctionTemplate></a> receiver =</div>
<div class="line"><a name="l02483"></a><span class="lineno"> 2483</span>  <a class="code" href="classv8_1_1_handle.html">Handle<FunctionTemplate></a>(),</div>
<div class="line"><a name="l02484"></a><span class="lineno"> 2484</span>  <span class="keywordtype">int</span> argc = 0,</div>
<div class="line"><a name="l02485"></a><span class="lineno"> 2485</span>  <a class="code" href="classv8_1_1_handle.html">Handle<FunctionTemplate></a> argv[] = 0);</div>
<div class="line"><a name="l02486"></a><span class="lineno"> 2486</span>  <span class="keyword">private</span>:</div>
<div class="line"><a name="l02487"></a><span class="lineno"> 2487</span>  <a class="code" href="classv8_1_1_signature.html">Signature</a>();</div>
<div class="line"><a name="l02488"></a><span class="lineno"> 2488</span> };</div>
<div class="line"><a name="l02489"></a><span class="lineno"> 2489</span> </div>
<div class="line"><a name="l02490"></a><span class="lineno"> 2490</span> </div>
<div class="line"><a name="l02495"></a><span class="lineno"><a class="line" href="classv8_1_1_accessor_signature.html"> 2495</a></span> <span class="keyword">class </span>V8EXPORT <a class="code" href="classv8_1_1_accessor_signature.html">AccessorSignature</a> : <span class="keyword">public</span> <a class="code" href="classv8_1_1_data.html">Data</a> {</div>
<div class="line"><a name="l02496"></a><span class="lineno"> 2496</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l02497"></a><span class="lineno"> 2497</span>  <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local<AccessorSignature></a> New(<a class="code" href="classv8_1_1_handle.html">Handle<FunctionTemplate></a> receiver =</div>
<div class="line"><a name="l02498"></a><span class="lineno"> 2498</span>  <a class="code" href="classv8_1_1_handle.html">Handle<FunctionTemplate></a>());</div>
<div class="line"><a name="l02499"></a><span class="lineno"> 2499</span>  <span class="keyword">private</span>:</div>
<div class="line"><a name="l02500"></a><span class="lineno"> 2500</span>  <a class="code" href="classv8_1_1_accessor_signature.html">AccessorSignature</a>();</div>
<div class="line"><a name="l02501"></a><span class="lineno"> 2501</span> };</div>
<div class="line"><a name="l02502"></a><span class="lineno"> 2502</span> </div>
<div class="line"><a name="l02503"></a><span class="lineno"> 2503</span> </div>
<div class="line"><a name="l02508"></a><span class="lineno"><a class="line" href="classv8_1_1_type_switch.html"> 2508</a></span> <span class="keyword">class </span>V8EXPORT <a class="code" href="classv8_1_1_type_switch.html">TypeSwitch</a> : <span class="keyword">public</span> <a class="code" href="classv8_1_1_data.html">Data</a> {</div>
<div class="line"><a name="l02509"></a><span class="lineno"> 2509</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l02510"></a><span class="lineno"> 2510</span>  <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local<TypeSwitch></a> New(<a class="code" href="classv8_1_1_handle.html">Handle<FunctionTemplate></a> type);</div>
<div class="line"><a name="l02511"></a><span class="lineno"> 2511</span>  <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local<TypeSwitch></a> New(<span class="keywordtype">int</span> argc, <a class="code" href="classv8_1_1_handle.html">Handle<FunctionTemplate></a> types[]);</div>
<div class="line"><a name="l02512"></a><span class="lineno"> 2512</span>  <span class="keywordtype">int</span> match(<a class="code" href="classv8_1_1_handle.html">Handle<Value></a> value);</div>
<div class="line"><a name="l02513"></a><span class="lineno"> 2513</span>  <span class="keyword">private</span>:</div>
<div class="line"><a name="l02514"></a><span class="lineno"> 2514</span>  <a class="code" href="classv8_1_1_type_switch.html">TypeSwitch</a>();</div>
<div class="line"><a name="l02515"></a><span class="lineno"> 2515</span> };</div>
<div class="line"><a name="l02516"></a><span class="lineno"> 2516</span> </div>
<div class="line"><a name="l02517"></a><span class="lineno"> 2517</span> </div>
<div class="line"><a name="l02518"></a><span class="lineno"> 2518</span> <span class="comment">// --- Extensions ---</span></div>
<div class="line"><a name="l02519"></a><span class="lineno"> 2519</span> </div>
<div class="line"><a name="l02520"></a><span class="lineno"><a class="line" href="classv8_1_1_external_ascii_string_resource_impl.html"> 2520</a></span> <span class="keyword">class </span>V8EXPORT <a class="code" href="classv8_1_1_external_ascii_string_resource_impl.html">ExternalAsciiStringResourceImpl</a></div>
<div class="line"><a name="l02521"></a><span class="lineno"> 2521</span>  : <span class="keyword">public</span> <a class="code" href="classv8_1_1_string_1_1_external_ascii_string_resource.html">String::ExternalAsciiStringResource</a> {</div>
<div class="line"><a name="l02522"></a><span class="lineno"> 2522</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l02523"></a><span class="lineno"> 2523</span>  <a class="code" href="classv8_1_1_external_ascii_string_resource_impl.html">ExternalAsciiStringResourceImpl</a>() : data_(0), length_(0) {}</div>
<div class="line"><a name="l02524"></a><span class="lineno"> 2524</span>  <a class="code" href="classv8_1_1_external_ascii_string_resource_impl.html">ExternalAsciiStringResourceImpl</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* data, <span class="keywordtype">size_t</span> length)</div>
<div class="line"><a name="l02525"></a><span class="lineno"> 2525</span>  : data_(data), length_(length) {}</div>
<div class="line"><a name="l02526"></a><span class="lineno"><a class="line" href="classv8_1_1_external_ascii_string_resource_impl.html#a39719832d6d06fbfd8a86cf1cd6f9d6f"> 2526</a></span>  <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code" href="classv8_1_1_external_ascii_string_resource_impl.html#a39719832d6d06fbfd8a86cf1cd6f9d6f">data</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> data_; }</div>
<div class="line"><a name="l02527"></a><span class="lineno"><a class="line" href="classv8_1_1_external_ascii_string_resource_impl.html#a8f37b80039c1ef29b0c755354a11424a"> 2527</a></span>  <span class="keywordtype">size_t</span> <a class="code" href="classv8_1_1_external_ascii_string_resource_impl.html#a8f37b80039c1ef29b0c755354a11424a">length</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> length_; }</div>
<div class="line"><a name="l02528"></a><span class="lineno"> 2528</span> </div>
<div class="line"><a name="l02529"></a><span class="lineno"> 2529</span>  <span class="keyword">private</span>:</div>
<div class="line"><a name="l02530"></a><span class="lineno"> 2530</span>  <span class="keyword">const</span> <span class="keywordtype">char</span>* data_;</div>
<div class="line"><a name="l02531"></a><span class="lineno"> 2531</span>  <span class="keywordtype">size_t</span> length_;</div>
<div class="line"><a name="l02532"></a><span class="lineno"> 2532</span> };</div>
<div class="line"><a name="l02533"></a><span class="lineno"> 2533</span> </div>
<div class="line"><a name="l02537"></a><span class="lineno"><a class="line" href="classv8_1_1_extension.html"> 2537</a></span> <span class="keyword">class </span>V8EXPORT <a class="code" href="classv8_1_1_extension.html">Extension</a> { <span class="comment">// NOLINT</span></div>
<div class="line"><a name="l02538"></a><span class="lineno"> 2538</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l02539"></a><span class="lineno"> 2539</span>  <span class="comment">// Note that the strings passed into this constructor must live as long</span></div>
<div class="line"><a name="l02540"></a><span class="lineno"> 2540</span>  <span class="comment">// as the Extension itself.</span></div>
<div class="line"><a name="l02541"></a><span class="lineno"> 2541</span>  <a class="code" href="classv8_1_1_extension.html">Extension</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* name,</div>
<div class="line"><a name="l02542"></a><span class="lineno"> 2542</span>  <span class="keyword">const</span> <span class="keywordtype">char</span>* source = 0,</div>
<div class="line"><a name="l02543"></a><span class="lineno"> 2543</span>  <span class="keywordtype">int</span> dep_count = 0,</div>
<div class="line"><a name="l02544"></a><span class="lineno"> 2544</span>  <span class="keyword">const</span> <span class="keywordtype">char</span>** deps = 0,</div>
<div class="line"><a name="l02545"></a><span class="lineno"> 2545</span>  <span class="keywordtype">int</span> source_length = -1);</div>
<div class="line"><a name="l02546"></a><span class="lineno"> 2546</span>  <span class="keyword">virtual</span> ~<a class="code" href="classv8_1_1_extension.html">Extension</a>() { }</div>
<div class="line"><a name="l02547"></a><span class="lineno"> 2547</span>  <span class="keyword">virtual</span> <a class="code" href="classv8_1_1_handle.html">v8::Handle<v8::FunctionTemplate></a></div>
<div class="line"><a name="l02548"></a><span class="lineno"> 2548</span>  GetNativeFunction(<a class="code" href="classv8_1_1_handle.html">v8::Handle<v8::String></a> name) {</div>
<div class="line"><a name="l02549"></a><span class="lineno"> 2549</span>  <span class="keywordflow">return</span> <a class="code" href="classv8_1_1_handle.html">v8::Handle<v8::FunctionTemplate></a>();</div>
<div class="line"><a name="l02550"></a><span class="lineno"> 2550</span>  }</div>
<div class="line"><a name="l02551"></a><span class="lineno"> 2551</span> </div>
<div class="line"><a name="l02552"></a><span class="lineno"> 2552</span>  <span class="keyword">const</span> <span class="keywordtype">char</span>* name()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> name_; }</div>
<div class="line"><a name="l02553"></a><span class="lineno"> 2553</span>  <span class="keywordtype">size_t</span> source_length()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> source_length_; }</div>
<div class="line"><a name="l02554"></a><span class="lineno"> 2554</span>  <span class="keyword">const</span> <a class="code" href="classv8_1_1_string_1_1_external_ascii_string_resource.html">String::ExternalAsciiStringResource</a>* source()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l02555"></a><span class="lineno"> 2555</span>  <span class="keywordflow">return</span> &source_; }</div>
<div class="line"><a name="l02556"></a><span class="lineno"> 2556</span>  <span class="keywordtype">int</span> dependency_count() { <span class="keywordflow">return</span> dep_count_; }</div>
<div class="line"><a name="l02557"></a><span class="lineno"> 2557</span>  <span class="keyword">const</span> <span class="keywordtype">char</span>** dependencies() { <span class="keywordflow">return</span> deps_; }</div>
<div class="line"><a name="l02558"></a><span class="lineno"> 2558</span>  <span class="keywordtype">void</span> set_auto_enable(<span class="keywordtype">bool</span> value) { auto_enable_ = value; }</div>
<div class="line"><a name="l02559"></a><span class="lineno"> 2559</span>  <span class="keywordtype">bool</span> auto_enable() { <span class="keywordflow">return</span> auto_enable_; }</div>
<div class="line"><a name="l02560"></a><span class="lineno"> 2560</span> </div>
<div class="line"><a name="l02561"></a><span class="lineno"> 2561</span>  <span class="keyword">private</span>:</div>
<div class="line"><a name="l02562"></a><span class="lineno"> 2562</span>  <span class="keyword">const</span> <span class="keywordtype">char</span>* name_;</div>
<div class="line"><a name="l02563"></a><span class="lineno"> 2563</span>  <span class="keywordtype">size_t</span> source_length_; <span class="comment">// expected to initialize before source_</span></div>
<div class="line"><a name="l02564"></a><span class="lineno"> 2564</span>  <a class="code" href="classv8_1_1_external_ascii_string_resource_impl.html">ExternalAsciiStringResourceImpl</a> source_;</div>
<div class="line"><a name="l02565"></a><span class="lineno"> 2565</span>  <span class="keywordtype">int</span> dep_count_;</div>
<div class="line"><a name="l02566"></a><span class="lineno"> 2566</span>  <span class="keyword">const</span> <span class="keywordtype">char</span>** deps_;</div>
<div class="line"><a name="l02567"></a><span class="lineno"> 2567</span>  <span class="keywordtype">bool</span> auto_enable_;</div>
<div class="line"><a name="l02568"></a><span class="lineno"> 2568</span> </div>
<div class="line"><a name="l02569"></a><span class="lineno"> 2569</span>  <span class="comment">// Disallow copying and assigning.</span></div>
<div class="line"><a name="l02570"></a><span class="lineno"> 2570</span>  <a class="code" href="classv8_1_1_extension.html">Extension</a>(<span class="keyword">const</span> <a class="code" href="classv8_1_1_extension.html">Extension</a>&);</div>
<div class="line"><a name="l02571"></a><span class="lineno"> 2571</span>  <span class="keywordtype">void</span> operator=(<span class="keyword">const</span> <a class="code" href="classv8_1_1_extension.html">Extension</a>&);</div>
<div class="line"><a name="l02572"></a><span class="lineno"> 2572</span> };</div>
<div class="line"><a name="l02573"></a><span class="lineno"> 2573</span> </div>
<div class="line"><a name="l02574"></a><span class="lineno"> 2574</span> </div>
<div class="line"><a name="l02575"></a><span class="lineno"> 2575</span> <span class="keywordtype">void</span> V8EXPORT RegisterExtension(<a class="code" href="classv8_1_1_extension.html">Extension</a>* extension);</div>
<div class="line"><a name="l02576"></a><span class="lineno"> 2576</span> </div>
<div class="line"><a name="l02577"></a><span class="lineno"> 2577</span> </div>
<div class="line"><a name="l02581"></a><span class="lineno"><a class="line" href="classv8_1_1_declare_extension.html"> 2581</a></span> <span class="keyword">class </span>V8EXPORT <a class="code" href="classv8_1_1_declare_extension.html">DeclareExtension</a> {</div>
<div class="line"><a name="l02582"></a><span class="lineno"> 2582</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l02583"></a><span class="lineno"> 2583</span>  <span class="keyword">inline</span> <a class="code" href="classv8_1_1_declare_extension.html">DeclareExtension</a>(<a class="code" href="classv8_1_1_extension.html">Extension</a>* extension) {</div>
<div class="line"><a name="l02584"></a><span class="lineno"> 2584</span>  RegisterExtension(extension);</div>
<div class="line"><a name="l02585"></a><span class="lineno"> 2585</span>  }</div>
<div class="line"><a name="l02586"></a><span class="lineno"> 2586</span> };</div>
<div class="line"><a name="l02587"></a><span class="lineno"> 2587</span> </div>
<div class="line"><a name="l02588"></a><span class="lineno"> 2588</span> </div>
<div class="line"><a name="l02589"></a><span class="lineno"> 2589</span> <span class="comment">// --- Statics ---</span></div>
<div class="line"><a name="l02590"></a><span class="lineno"> 2590</span> </div>
<div class="line"><a name="l02591"></a><span class="lineno"> 2591</span> </div>
<div class="line"><a name="l02592"></a><span class="lineno"> 2592</span> <a class="code" href="classv8_1_1_handle.html">Handle<Primitive></a> V8EXPORT Undefined();</div>
<div class="line"><a name="l02593"></a><span class="lineno"> 2593</span> <a class="code" href="classv8_1_1_handle.html">Handle<Primitive></a> V8EXPORT Null();</div>
<div class="line"><a name="l02594"></a><span class="lineno"> 2594</span> <a class="code" href="classv8_1_1_handle.html">Handle<Boolean></a> V8EXPORT True();</div>
<div class="line"><a name="l02595"></a><span class="lineno"> 2595</span> <a class="code" href="classv8_1_1_handle.html">Handle<Boolean></a> V8EXPORT False();</div>
<div class="line"><a name="l02596"></a><span class="lineno"> 2596</span> </div>
<div class="line"><a name="l02597"></a><span class="lineno"> 2597</span> <span class="keyword">inline</span> <a class="code" href="classv8_1_1_handle.html">Handle<Primitive></a> Undefined(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate);</div>
<div class="line"><a name="l02598"></a><span class="lineno"> 2598</span> <span class="keyword">inline</span> <a class="code" href="classv8_1_1_handle.html">Handle<Primitive></a> Null(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate);</div>
<div class="line"><a name="l02599"></a><span class="lineno"> 2599</span> <span class="keyword">inline</span> <a class="code" href="classv8_1_1_handle.html">Handle<Boolean></a> True(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate);</div>
<div class="line"><a name="l02600"></a><span class="lineno"> 2600</span> <span class="keyword">inline</span> <a class="code" href="classv8_1_1_handle.html">Handle<Boolean></a> False(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate);</div>
<div class="line"><a name="l02601"></a><span class="lineno"> 2601</span> </div>
<div class="line"><a name="l02602"></a><span class="lineno"> 2602</span> </div>
<div class="line"><a name="l02612"></a><span class="lineno"><a class="line" href="classv8_1_1_resource_constraints.html"> 2612</a></span> <span class="keyword">class </span>V8EXPORT <a class="code" href="classv8_1_1_resource_constraints.html">ResourceConstraints</a> {</div>
<div class="line"><a name="l02613"></a><span class="lineno"> 2613</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l02614"></a><span class="lineno"> 2614</span>  <a class="code" href="classv8_1_1_resource_constraints.html">ResourceConstraints</a>();</div>
<div class="line"><a name="l02615"></a><span class="lineno"> 2615</span>  <span class="keywordtype">int</span> max_young_space_size()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> max_young_space_size_; }</div>
<div class="line"><a name="l02616"></a><span class="lineno"> 2616</span>  <span class="keywordtype">void</span> set_max_young_space_size(<span class="keywordtype">int</span> value) { max_young_space_size_ = value; }</div>
<div class="line"><a name="l02617"></a><span class="lineno"> 2617</span>  <span class="keywordtype">int</span> max_old_space_size()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> max_old_space_size_; }</div>
<div class="line"><a name="l02618"></a><span class="lineno"> 2618</span>  <span class="keywordtype">void</span> set_max_old_space_size(<span class="keywordtype">int</span> value) { max_old_space_size_ = value; }</div>
<div class="line"><a name="l02619"></a><span class="lineno"> 2619</span>  <span class="keywordtype">int</span> max_executable_size() { <span class="keywordflow">return</span> max_executable_size_; }</div>
<div class="line"><a name="l02620"></a><span class="lineno"> 2620</span>  <span class="keywordtype">void</span> set_max_executable_size(<span class="keywordtype">int</span> value) { max_executable_size_ = value; }</div>
<div class="line"><a name="l02621"></a><span class="lineno"> 2621</span>  uint32_t* stack_limit()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> stack_limit_; }</div>
<div class="line"><a name="l02622"></a><span class="lineno"> 2622</span>  <span class="comment">// Sets an address beyond which the VM's stack may not grow.</span></div>
<div class="line"><a name="l02623"></a><span class="lineno"> 2623</span>  <span class="keywordtype">void</span> set_stack_limit(uint32_t* value) { stack_limit_ = value; }</div>
<div class="line"><a name="l02624"></a><span class="lineno"> 2624</span>  <span class="keyword">private</span>:</div>
<div class="line"><a name="l02625"></a><span class="lineno"> 2625</span>  <span class="keywordtype">int</span> max_young_space_size_;</div>
<div class="line"><a name="l02626"></a><span class="lineno"> 2626</span>  <span class="keywordtype">int</span> max_old_space_size_;</div>
<div class="line"><a name="l02627"></a><span class="lineno"> 2627</span>  <span class="keywordtype">int</span> max_executable_size_;</div>
<div class="line"><a name="l02628"></a><span class="lineno"> 2628</span>  uint32_t* stack_limit_;</div>
<div class="line"><a name="l02629"></a><span class="lineno"> 2629</span> };</div>
<div class="line"><a name="l02630"></a><span class="lineno"> 2630</span> </div>
<div class="line"><a name="l02631"></a><span class="lineno"> 2631</span> </div>
<div class="line"><a name="l02632"></a><span class="lineno"> 2632</span> <span class="keywordtype">bool</span> V8EXPORT SetResourceConstraints(<a class="code" href="classv8_1_1_resource_constraints.html">ResourceConstraints</a>* constraints);</div>
<div class="line"><a name="l02633"></a><span class="lineno"> 2633</span> </div>
<div class="line"><a name="l02634"></a><span class="lineno"> 2634</span> </div>
<div class="line"><a name="l02635"></a><span class="lineno"> 2635</span> <span class="comment">// --- Exceptions ---</span></div>
<div class="line"><a name="l02636"></a><span class="lineno"> 2636</span> </div>
<div class="line"><a name="l02637"></a><span class="lineno"> 2637</span> </div>
<div class="line"><a name="l02638"></a><span class="lineno"> 2638</span> <span class="keyword">typedef</span> void (*FatalErrorCallback)(<span class="keyword">const</span> <span class="keywordtype">char</span>* location, <span class="keyword">const</span> <span class="keywordtype">char</span>* message);</div>
<div class="line"><a name="l02639"></a><span class="lineno"> 2639</span> </div>
<div class="line"><a name="l02640"></a><span class="lineno"> 2640</span> </div>
<div class="line"><a name="l02641"></a><span class="lineno"> 2641</span> <span class="keyword">typedef</span> void (*MessageCallback)(<a class="code" href="classv8_1_1_handle.html">Handle<Message></a> message, <a class="code" href="classv8_1_1_handle.html">Handle<Value></a> data);</div>
<div class="line"><a name="l02642"></a><span class="lineno"> 2642</span> </div>
<div class="line"><a name="l02643"></a><span class="lineno"> 2643</span> </div>
<div class="line"><a name="l02650"></a><span class="lineno"> 2650</span> <a class="code" href="classv8_1_1_handle.html">Handle<Value></a> V8EXPORT <a class="code" href="namespacev8.html#a2469af0ac719d39f77f20cf68dd9200e">ThrowException</a>(<a class="code" href="classv8_1_1_handle.html">Handle<Value></a> exception);</div>
<div class="line"><a name="l02651"></a><span class="lineno"> 2651</span> </div>
<div class="line"><a name="l02656"></a><span class="lineno"><a class="line" href="classv8_1_1_exception.html"> 2656</a></span> <span class="keyword">class </span>V8EXPORT <a class="code" href="classv8_1_1_exception.html">Exception</a> {</div>
<div class="line"><a name="l02657"></a><span class="lineno"> 2657</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l02658"></a><span class="lineno"> 2658</span>  <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local<Value></a> RangeError(<a class="code" href="classv8_1_1_handle.html">Handle<String></a> message);</div>
<div class="line"><a name="l02659"></a><span class="lineno"> 2659</span>  <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local<Value></a> ReferenceError(<a class="code" href="classv8_1_1_handle.html">Handle<String></a> message);</div>
<div class="line"><a name="l02660"></a><span class="lineno"> 2660</span>  <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local<Value></a> SyntaxError(<a class="code" href="classv8_1_1_handle.html">Handle<String></a> message);</div>
<div class="line"><a name="l02661"></a><span class="lineno"> 2661</span>  <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local<Value></a> TypeError(<a class="code" href="classv8_1_1_handle.html">Handle<String></a> message);</div>
<div class="line"><a name="l02662"></a><span class="lineno"> 2662</span>  <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local<Value></a> Error(<a class="code" href="classv8_1_1_handle.html">Handle<String></a> message);</div>
<div class="line"><a name="l02663"></a><span class="lineno"> 2663</span> };</div>
<div class="line"><a name="l02664"></a><span class="lineno"> 2664</span> </div>
<div class="line"><a name="l02665"></a><span class="lineno"> 2665</span> </div>
<div class="line"><a name="l02666"></a><span class="lineno"> 2666</span> <span class="comment">// --- Counters Callbacks ---</span></div>
<div class="line"><a name="l02667"></a><span class="lineno"> 2667</span> </div>
<div class="line"><a name="l02668"></a><span class="lineno"> 2668</span> <span class="keyword">typedef</span> <span class="keywordtype">int</span>* (*CounterLookupCallback)(<span class="keyword">const</span> <span class="keywordtype">char</span>* name);</div>
<div class="line"><a name="l02669"></a><span class="lineno"> 2669</span> </div>
<div class="line"><a name="l02670"></a><span class="lineno"> 2670</span> <span class="keyword">typedef</span> <span class="keywordtype">void</span>* (*CreateHistogramCallback)(<span class="keyword">const</span> <span class="keywordtype">char</span>* name,</div>
<div class="line"><a name="l02671"></a><span class="lineno"> 2671</span>  <span class="keywordtype">int</span> min,</div>
<div class="line"><a name="l02672"></a><span class="lineno"> 2672</span>  <span class="keywordtype">int</span> max,</div>
<div class="line"><a name="l02673"></a><span class="lineno"> 2673</span>  <span class="keywordtype">size_t</span> buckets);</div>
<div class="line"><a name="l02674"></a><span class="lineno"> 2674</span> </div>
<div class="line"><a name="l02675"></a><span class="lineno"> 2675</span> <span class="keyword">typedef</span> void (*AddHistogramSampleCallback)(<span class="keywordtype">void</span>* histogram, <span class="keywordtype">int</span> sample);</div>
<div class="line"><a name="l02676"></a><span class="lineno"> 2676</span> </div>
<div class="line"><a name="l02677"></a><span class="lineno"> 2677</span> <span class="comment">// --- Memory Allocation Callback ---</span></div>
<div class="line"><a name="l02678"></a><span class="lineno"> 2678</span>  <span class="keyword">enum</span> ObjectSpace {</div>
<div class="line"><a name="l02679"></a><span class="lineno"> 2679</span>  kObjectSpaceNewSpace = 1 << 0,</div>
<div class="line"><a name="l02680"></a><span class="lineno"> 2680</span>  kObjectSpaceOldPointerSpace = 1 << 1,</div>
<div class="line"><a name="l02681"></a><span class="lineno"> 2681</span>  kObjectSpaceOldDataSpace = 1 << 2,</div>
<div class="line"><a name="l02682"></a><span class="lineno"> 2682</span>  kObjectSpaceCodeSpace = 1 << 3,</div>
<div class="line"><a name="l02683"></a><span class="lineno"> 2683</span>  kObjectSpaceMapSpace = 1 << 4,</div>
<div class="line"><a name="l02684"></a><span class="lineno"> 2684</span>  kObjectSpaceLoSpace = 1 << 5,</div>
<div class="line"><a name="l02685"></a><span class="lineno"> 2685</span> </div>
<div class="line"><a name="l02686"></a><span class="lineno"> 2686</span>  kObjectSpaceAll = kObjectSpaceNewSpace | kObjectSpaceOldPointerSpace |</div>
<div class="line"><a name="l02687"></a><span class="lineno"> 2687</span>  kObjectSpaceOldDataSpace | kObjectSpaceCodeSpace | kObjectSpaceMapSpace |</div>
<div class="line"><a name="l02688"></a><span class="lineno"> 2688</span>  kObjectSpaceLoSpace</div>
<div class="line"><a name="l02689"></a><span class="lineno"> 2689</span>  };</div>
<div class="line"><a name="l02690"></a><span class="lineno"> 2690</span> </div>
<div class="line"><a name="l02691"></a><span class="lineno"> 2691</span>  <span class="keyword">enum</span> AllocationAction {</div>
<div class="line"><a name="l02692"></a><span class="lineno"> 2692</span>  kAllocationActionAllocate = 1 << 0,</div>
<div class="line"><a name="l02693"></a><span class="lineno"> 2693</span>  kAllocationActionFree = 1 << 1,</div>
<div class="line"><a name="l02694"></a><span class="lineno"> 2694</span>  kAllocationActionAll = kAllocationActionAllocate | kAllocationActionFree</div>
<div class="line"><a name="l02695"></a><span class="lineno"> 2695</span>  };</div>
<div class="line"><a name="l02696"></a><span class="lineno"> 2696</span> </div>
<div class="line"><a name="l02697"></a><span class="lineno"> 2697</span> <span class="keyword">typedef</span> void (*MemoryAllocationCallback)(ObjectSpace space,</div>
<div class="line"><a name="l02698"></a><span class="lineno"> 2698</span>  AllocationAction action,</div>
<div class="line"><a name="l02699"></a><span class="lineno"> 2699</span>  <span class="keywordtype">int</span> size);</div>
<div class="line"><a name="l02700"></a><span class="lineno"> 2700</span> </div>
<div class="line"><a name="l02701"></a><span class="lineno"> 2701</span> <span class="comment">// --- Leave Script Callback ---</span></div>
<div class="line"><a name="l02702"></a><span class="lineno"> 2702</span> <span class="keyword">typedef</span> void (*CallCompletedCallback)();</div>
<div class="line"><a name="l02703"></a><span class="lineno"> 2703</span> </div>
<div class="line"><a name="l02704"></a><span class="lineno"> 2704</span> <span class="comment">// --- Failed Access Check Callback ---</span></div>
<div class="line"><a name="l02705"></a><span class="lineno"> 2705</span> <span class="keyword">typedef</span> void (*FailedAccessCheckCallback)(Local<Object> target,</div>
<div class="line"><a name="l02706"></a><span class="lineno"> 2706</span>  <a class="code" href="namespacev8.html#add8bef6469c5b94706584124e610046c">AccessType</a> type,</div>
<div class="line"><a name="l02707"></a><span class="lineno"> 2707</span>  Local<Value> data);</div>
<div class="line"><a name="l02708"></a><span class="lineno"> 2708</span> </div>
<div class="line"><a name="l02709"></a><span class="lineno"> 2709</span> <span class="comment">// --- AllowCodeGenerationFromStrings callbacks ---</span></div>
<div class="line"><a name="l02710"></a><span class="lineno"> 2710</span> </div>
<div class="line"><a name="l02715"></a><span class="lineno"><a class="line" href="namespacev8.html#a521d909ec201742a1cb35d50a8e2a3c2"> 2715</a></span> <span class="keyword">typedef</span> bool (*<a class="code" href="namespacev8.html#a521d909ec201742a1cb35d50a8e2a3c2">AllowCodeGenerationFromStringsCallback</a>)(<a class="code" href="classv8_1_1_local.html">Local<Context></a> context);</div>
<div class="line"><a name="l02716"></a><span class="lineno"> 2716</span> </div>
<div class="line"><a name="l02717"></a><span class="lineno"> 2717</span> <span class="comment">// --- Garbage Collection Callbacks ---</span></div>
<div class="line"><a name="l02718"></a><span class="lineno"> 2718</span> </div>
<div class="line"><a name="l02726"></a><span class="lineno"><a class="line" href="namespacev8.html#ac109d6f27e0c0f9ef4e98bcf7a806cf2"> 2726</a></span> <span class="keyword">enum</span> <a class="code" href="namespacev8.html#ac109d6f27e0c0f9ef4e98bcf7a806cf2">GCType</a> {</div>
<div class="line"><a name="l02727"></a><span class="lineno"> 2727</span>  kGCTypeScavenge = 1 << 0,</div>
<div class="line"><a name="l02728"></a><span class="lineno"> 2728</span>  kGCTypeMarkSweepCompact = 1 << 1,</div>
<div class="line"><a name="l02729"></a><span class="lineno"> 2729</span>  kGCTypeAll = kGCTypeScavenge | kGCTypeMarkSweepCompact</div>
<div class="line"><a name="l02730"></a><span class="lineno"> 2730</span> };</div>
<div class="line"><a name="l02731"></a><span class="lineno"> 2731</span> </div>
<div class="line"><a name="l02732"></a><span class="lineno"> 2732</span> <span class="keyword">enum</span> GCCallbackFlags {</div>
<div class="line"><a name="l02733"></a><span class="lineno"> 2733</span>  kNoGCCallbackFlags = 0,</div>
<div class="line"><a name="l02734"></a><span class="lineno"> 2734</span>  kGCCallbackFlagCompacted = 1 << 0</div>
<div class="line"><a name="l02735"></a><span class="lineno"> 2735</span> };</div>
<div class="line"><a name="l02736"></a><span class="lineno"> 2736</span> </div>
<div class="line"><a name="l02737"></a><span class="lineno"> 2737</span> <span class="keyword">typedef</span> void (*GCPrologueCallback)(<a class="code" href="namespacev8.html#ac109d6f27e0c0f9ef4e98bcf7a806cf2">GCType</a> type, GCCallbackFlags flags);</div>
<div class="line"><a name="l02738"></a><span class="lineno"> 2738</span> <span class="keyword">typedef</span> void (*GCEpilogueCallback)(<a class="code" href="namespacev8.html#ac109d6f27e0c0f9ef4e98bcf7a806cf2">GCType</a> type, GCCallbackFlags flags);</div>
<div class="line"><a name="l02739"></a><span class="lineno"> 2739</span> </div>
<div class="line"><a name="l02740"></a><span class="lineno"> 2740</span> <span class="keyword">typedef</span> void (*GCCallback)();</div>
<div class="line"><a name="l02741"></a><span class="lineno"> 2741</span> </div>
<div class="line"><a name="l02742"></a><span class="lineno"> 2742</span> </div>
<div class="line"><a name="l02749"></a><span class="lineno"><a class="line" href="classv8_1_1_heap_statistics.html"> 2749</a></span> <span class="keyword">class </span>V8EXPORT <a class="code" href="classv8_1_1_heap_statistics.html">HeapStatistics</a> {</div>
<div class="line"><a name="l02750"></a><span class="lineno"> 2750</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l02751"></a><span class="lineno"> 2751</span>  <a class="code" href="classv8_1_1_heap_statistics.html">HeapStatistics</a>();</div>
<div class="line"><a name="l02752"></a><span class="lineno"> 2752</span>  <span class="keywordtype">size_t</span> total_heap_size() { <span class="keywordflow">return</span> total_heap_size_; }</div>
<div class="line"><a name="l02753"></a><span class="lineno"> 2753</span>  <span class="keywordtype">size_t</span> total_heap_size_executable() { <span class="keywordflow">return</span> total_heap_size_executable_; }</div>
<div class="line"><a name="l02754"></a><span class="lineno"> 2754</span>  <span class="keywordtype">size_t</span> used_heap_size() { <span class="keywordflow">return</span> used_heap_size_; }</div>
<div class="line"><a name="l02755"></a><span class="lineno"> 2755</span>  <span class="keywordtype">size_t</span> heap_size_limit() { <span class="keywordflow">return</span> heap_size_limit_; }</div>
<div class="line"><a name="l02756"></a><span class="lineno"> 2756</span> </div>
<div class="line"><a name="l02757"></a><span class="lineno"> 2757</span>  <span class="keyword">private</span>:</div>
<div class="line"><a name="l02758"></a><span class="lineno"> 2758</span>  <span class="keywordtype">void</span> set_total_heap_size(<span class="keywordtype">size_t</span> size) { total_heap_size_ = size; }</div>
<div class="line"><a name="l02759"></a><span class="lineno"> 2759</span>  <span class="keywordtype">void</span> set_total_heap_size_executable(<span class="keywordtype">size_t</span> size) {</div>
<div class="line"><a name="l02760"></a><span class="lineno"> 2760</span>  total_heap_size_executable_ = size;</div>
<div class="line"><a name="l02761"></a><span class="lineno"> 2761</span>  }</div>
<div class="line"><a name="l02762"></a><span class="lineno"> 2762</span>  <span class="keywordtype">void</span> set_used_heap_size(<span class="keywordtype">size_t</span> size) { used_heap_size_ = size; }</div>
<div class="line"><a name="l02763"></a><span class="lineno"> 2763</span>  <span class="keywordtype">void</span> set_heap_size_limit(<span class="keywordtype">size_t</span> size) { heap_size_limit_ = size; }</div>
<div class="line"><a name="l02764"></a><span class="lineno"> 2764</span> </div>
<div class="line"><a name="l02765"></a><span class="lineno"> 2765</span>  <span class="keywordtype">size_t</span> total_heap_size_;</div>
<div class="line"><a name="l02766"></a><span class="lineno"> 2766</span>  <span class="keywordtype">size_t</span> total_heap_size_executable_;</div>
<div class="line"><a name="l02767"></a><span class="lineno"> 2767</span>  <span class="keywordtype">size_t</span> used_heap_size_;</div>
<div class="line"><a name="l02768"></a><span class="lineno"> 2768</span>  <span class="keywordtype">size_t</span> heap_size_limit_;</div>
<div class="line"><a name="l02769"></a><span class="lineno"> 2769</span> </div>
<div class="line"><a name="l02770"></a><span class="lineno"> 2770</span>  <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classv8_1_1_v8.html">V8</a>;</div>
<div class="line"><a name="l02771"></a><span class="lineno"> 2771</span> };</div>
<div class="line"><a name="l02772"></a><span class="lineno"> 2772</span> </div>
<div class="line"><a name="l02773"></a><span class="lineno"> 2773</span> </div>
<div class="line"><a name="l02774"></a><span class="lineno"> 2774</span> <span class="keyword">class </span><a class="code" href="classv8_1_1_retained_object_info.html">RetainedObjectInfo</a>;</div>
<div class="line"><a name="l02775"></a><span class="lineno"> 2775</span> </div>
<div class="line"><a name="l02785"></a><span class="lineno"><a class="line" href="classv8_1_1_isolate.html"> 2785</a></span> <span class="keyword">class </span>V8EXPORT <a class="code" href="classv8_1_1_isolate.html">Isolate</a> {</div>
<div class="line"><a name="l02786"></a><span class="lineno"> 2786</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l02791"></a><span class="lineno"><a class="line" href="classv8_1_1_isolate_1_1_scope.html"> 2791</a></span>  <span class="keyword">class </span>V8EXPORT <a class="code" href="classv8_1_1_isolate_1_1_scope.html">Scope</a> {</div>
<div class="line"><a name="l02792"></a><span class="lineno"> 2792</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l02793"></a><span class="lineno"> 2793</span>  <span class="keyword">explicit</span> <a class="code" href="classv8_1_1_isolate_1_1_scope.html">Scope</a>(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate) : isolate_(isolate) {</div>
<div class="line"><a name="l02794"></a><span class="lineno"> 2794</span>  isolate-><a class="code" href="classv8_1_1_isolate.html#aec80bb49b6b7647ff75e8f2cc9484ea3">Enter</a>();</div>
<div class="line"><a name="l02795"></a><span class="lineno"> 2795</span>  }</div>
<div class="line"><a name="l02796"></a><span class="lineno"> 2796</span> </div>
<div class="line"><a name="l02797"></a><span class="lineno"> 2797</span>  ~<a class="code" href="classv8_1_1_isolate_1_1_scope.html">Scope</a>() { isolate_->Exit(); }</div>
<div class="line"><a name="l02798"></a><span class="lineno"> 2798</span> </div>
<div class="line"><a name="l02799"></a><span class="lineno"> 2799</span>  <span class="keyword">private</span>:</div>
<div class="line"><a name="l02800"></a><span class="lineno"> 2800</span>  <a class="code" href="classv8_1_1_isolate.html">Isolate</a>* <span class="keyword">const</span> isolate_;</div>
<div class="line"><a name="l02801"></a><span class="lineno"> 2801</span> </div>
<div class="line"><a name="l02802"></a><span class="lineno"> 2802</span>  <span class="comment">// Prevent copying of Scope objects.</span></div>
<div class="line"><a name="l02803"></a><span class="lineno"> 2803</span>  <a class="code" href="classv8_1_1_isolate_1_1_scope.html">Scope</a>(<span class="keyword">const</span> <a class="code" href="classv8_1_1_isolate_1_1_scope.html">Scope</a>&);</div>
<div class="line"><a name="l02804"></a><span class="lineno"> 2804</span>  <a class="code" href="classv8_1_1_isolate_1_1_scope.html">Scope</a>& operator=(<span class="keyword">const</span> <a class="code" href="classv8_1_1_isolate_1_1_scope.html">Scope</a>&);</div>
<div class="line"><a name="l02805"></a><span class="lineno"> 2805</span>  };</div>
<div class="line"><a name="l02806"></a><span class="lineno"> 2806</span> </div>
<div class="line"><a name="l02814"></a><span class="lineno"> 2814</span>  <span class="keyword">static</span> <a class="code" href="classv8_1_1_isolate.html">Isolate</a>* New();</div>
<div class="line"><a name="l02815"></a><span class="lineno"> 2815</span> </div>
<div class="line"><a name="l02820"></a><span class="lineno"> 2820</span>  <span class="keyword">static</span> <a class="code" href="classv8_1_1_isolate.html">Isolate</a>* GetCurrent();</div>
<div class="line"><a name="l02821"></a><span class="lineno"> 2821</span> </div>
<div class="line"><a name="l02832"></a><span class="lineno"> 2832</span>  <span class="keywordtype">void</span> Enter();</div>
<div class="line"><a name="l02833"></a><span class="lineno"> 2833</span> </div>
<div class="line"><a name="l02841"></a><span class="lineno"> 2841</span>  <span class="keywordtype">void</span> Exit();</div>
<div class="line"><a name="l02842"></a><span class="lineno"> 2842</span> </div>
<div class="line"><a name="l02847"></a><span class="lineno"> 2847</span>  <span class="keywordtype">void</span> Dispose();</div>
<div class="line"><a name="l02848"></a><span class="lineno"> 2848</span> </div>
<div class="line"><a name="l02852"></a><span class="lineno"> 2852</span>  <span class="keyword">inline</span> <span class="keywordtype">void</span> SetData(<span class="keywordtype">void</span>* data);</div>
<div class="line"><a name="l02853"></a><span class="lineno"> 2853</span> </div>
<div class="line"><a name="l02858"></a><span class="lineno"> 2858</span>  <span class="keyword">inline</span> <span class="keywordtype">void</span>* GetData();</div>
<div class="line"><a name="l02859"></a><span class="lineno"> 2859</span> </div>
<div class="line"><a name="l02860"></a><span class="lineno"> 2860</span>  <span class="keyword">private</span>:</div>
<div class="line"><a name="l02861"></a><span class="lineno"> 2861</span>  <a class="code" href="classv8_1_1_isolate.html">Isolate</a>();</div>
<div class="line"><a name="l02862"></a><span class="lineno"> 2862</span>  <a class="code" href="classv8_1_1_isolate.html">Isolate</a>(<span class="keyword">const</span> <a class="code" href="classv8_1_1_isolate.html">Isolate</a>&);</div>
<div class="line"><a name="l02863"></a><span class="lineno"> 2863</span>  ~<a class="code" href="classv8_1_1_isolate.html">Isolate</a>();</div>
<div class="line"><a name="l02864"></a><span class="lineno"> 2864</span>  <a class="code" href="classv8_1_1_isolate.html">Isolate</a>& operator=(<span class="keyword">const</span> <a class="code" href="classv8_1_1_isolate.html">Isolate</a>&);</div>
<div class="line"><a name="l02865"></a><span class="lineno"> 2865</span>  <span class="keywordtype">void</span>* <span class="keyword">operator</span> <span class="keyword">new</span>(<span class="keywordtype">size_t</span> size);</div>
<div class="line"><a name="l02866"></a><span class="lineno"> 2866</span>  <span class="keywordtype">void</span> <span class="keyword">operator</span> <span class="keyword">delete</span>(<span class="keywordtype">void</span>*, size_t);</div>
<div class="line"><a name="l02867"></a><span class="lineno"> 2867</span> };</div>
<div class="line"><a name="l02868"></a><span class="lineno"> 2868</span> </div>
<div class="line"><a name="l02869"></a><span class="lineno"> 2869</span> </div>
<div class="line"><a name="l02870"></a><span class="lineno"><a class="line" href="classv8_1_1_startup_data.html"> 2870</a></span> <span class="keyword">class </span><a class="code" href="classv8_1_1_startup_data.html">StartupData</a> {</div>
<div class="line"><a name="l02871"></a><span class="lineno"> 2871</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l02872"></a><span class="lineno"> 2872</span>  <span class="keyword">enum</span> CompressionAlgorithm {</div>
<div class="line"><a name="l02873"></a><span class="lineno"> 2873</span>  kUncompressed,</div>
<div class="line"><a name="l02874"></a><span class="lineno"> 2874</span>  kBZip2</div>
<div class="line"><a name="l02875"></a><span class="lineno"> 2875</span>  };</div>
<div class="line"><a name="l02876"></a><span class="lineno"> 2876</span> </div>
<div class="line"><a name="l02877"></a><span class="lineno"> 2877</span>  <span class="keyword">const</span> <span class="keywordtype">char</span>* data;</div>
<div class="line"><a name="l02878"></a><span class="lineno"> 2878</span>  <span class="keywordtype">int</span> compressed_size;</div>
<div class="line"><a name="l02879"></a><span class="lineno"> 2879</span>  <span class="keywordtype">int</span> raw_size;</div>
<div class="line"><a name="l02880"></a><span class="lineno"> 2880</span> };</div>
<div class="line"><a name="l02881"></a><span class="lineno"> 2881</span> </div>
<div class="line"><a name="l02882"></a><span class="lineno"> 2882</span> </div>
<div class="line"><a name="l02891"></a><span class="lineno"><a class="line" href="classv8_1_1_startup_data_decompressor.html"> 2891</a></span> <span class="keyword">class </span>V8EXPORT <a class="code" href="classv8_1_1_startup_data_decompressor.html">StartupDataDecompressor</a> { <span class="comment">// NOLINT</span></div>
<div class="line"><a name="l02892"></a><span class="lineno"> 2892</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l02893"></a><span class="lineno"> 2893</span>  <a class="code" href="classv8_1_1_startup_data_decompressor.html">StartupDataDecompressor</a>();</div>
<div class="line"><a name="l02894"></a><span class="lineno"> 2894</span>  <span class="keyword">virtual</span> ~<a class="code" href="classv8_1_1_startup_data_decompressor.html">StartupDataDecompressor</a>();</div>
<div class="line"><a name="l02895"></a><span class="lineno"> 2895</span>  <span class="keywordtype">int</span> Decompress();</div>
<div class="line"><a name="l02896"></a><span class="lineno"> 2896</span> </div>
<div class="line"><a name="l02897"></a><span class="lineno"> 2897</span>  <span class="keyword">protected</span>:</div>
<div class="line"><a name="l02898"></a><span class="lineno"> 2898</span>  <span class="keyword">virtual</span> <span class="keywordtype">int</span> DecompressData(<span class="keywordtype">char</span>* raw_data,</div>
<div class="line"><a name="l02899"></a><span class="lineno"> 2899</span>  <span class="keywordtype">int</span>* raw_data_size,</div>
<div class="line"><a name="l02900"></a><span class="lineno"> 2900</span>  <span class="keyword">const</span> <span class="keywordtype">char</span>* compressed_data,</div>
<div class="line"><a name="l02901"></a><span class="lineno"> 2901</span>  <span class="keywordtype">int</span> compressed_data_size) = 0;</div>
<div class="line"><a name="l02902"></a><span class="lineno"> 2902</span> </div>
<div class="line"><a name="l02903"></a><span class="lineno"> 2903</span>  <span class="keyword">private</span>:</div>
<div class="line"><a name="l02904"></a><span class="lineno"> 2904</span>  <span class="keywordtype">char</span>** raw_data;</div>
<div class="line"><a name="l02905"></a><span class="lineno"> 2905</span> };</div>
<div class="line"><a name="l02906"></a><span class="lineno"> 2906</span> </div>
<div class="line"><a name="l02907"></a><span class="lineno"> 2907</span> </div>
<div class="line"><a name="l02912"></a><span class="lineno"><a class="line" href="namespacev8.html#ab699f4bbbb56350e6e915682e420fcdc"> 2912</a></span> <span class="keyword">typedef</span> bool (*<a class="code" href="namespacev8.html#ab699f4bbbb56350e6e915682e420fcdc">EntropySource</a>)(<span class="keywordtype">unsigned</span> <span class="keywordtype">char</span>* buffer, <span class="keywordtype">size_t</span> length);</div>
<div class="line"><a name="l02913"></a><span class="lineno"> 2913</span> </div>
<div class="line"><a name="l02914"></a><span class="lineno"> 2914</span> </div>
<div class="line"><a name="l02928"></a><span class="lineno"><a class="line" href="namespacev8.html#a8ce54c75241be41ff6a25e9944eefd2a"> 2928</a></span> <span class="keyword">typedef</span> uintptr_t (*<a class="code" href="namespacev8.html#a8ce54c75241be41ff6a25e9944eefd2a">ReturnAddressLocationResolver</a>)(</div>
<div class="line"><a name="l02929"></a><span class="lineno"> 2929</span>  uintptr_t return_addr_location);</div>
<div class="line"><a name="l02930"></a><span class="lineno"> 2930</span> </div>
<div class="line"><a name="l02931"></a><span class="lineno"> 2931</span> </div>
<div class="line"><a name="l02943"></a><span class="lineno"><a class="line" href="namespacev8.html#aaf07fb6bb13f295da3c6568938b7dec5"> 2943</a></span> <span class="keyword">typedef</span> void (*<a class="code" href="namespacev8.html#aaf07fb6bb13f295da3c6568938b7dec5">FunctionEntryHook</a>)(uintptr_t <span class="keyword">function</span>,</div>
<div class="line"><a name="l02944"></a><span class="lineno"> 2944</span>  uintptr_t return_addr_location);</div>
<div class="line"><a name="l02945"></a><span class="lineno"> 2945</span> </div>
<div class="line"><a name="l02946"></a><span class="lineno"> 2946</span> </div>
<div class="line"><a name="l02952"></a><span class="lineno"><a class="line" href="structv8_1_1_jit_code_event.html"> 2952</a></span> <span class="keyword">struct </span><a class="code" href="structv8_1_1_jit_code_event.html">JitCodeEvent</a> {</div>
<div class="line"><a name="l02953"></a><span class="lineno"> 2953</span>  <span class="keyword">enum</span> EventType {</div>
<div class="line"><a name="l02954"></a><span class="lineno"> 2954</span>  CODE_ADDED,</div>
<div class="line"><a name="l02955"></a><span class="lineno"> 2955</span>  CODE_MOVED,</div>
<div class="line"><a name="l02956"></a><span class="lineno"> 2956</span>  CODE_REMOVED</div>
<div class="line"><a name="l02957"></a><span class="lineno"> 2957</span>  };</div>
<div class="line"><a name="l02958"></a><span class="lineno"> 2958</span> </div>
<div class="line"><a name="l02959"></a><span class="lineno"> 2959</span>  <span class="comment">// Type of event.</span></div>
<div class="line"><a name="l02960"></a><span class="lineno"> 2960</span>  EventType type;</div>
<div class="line"><a name="l02961"></a><span class="lineno"> 2961</span>  <span class="comment">// Start of the instructions.</span></div>
<div class="line"><a name="l02962"></a><span class="lineno"> 2962</span>  <span class="keywordtype">void</span>* code_start;</div>
<div class="line"><a name="l02963"></a><span class="lineno"> 2963</span>  <span class="comment">// Size of the instructions.</span></div>
<div class="line"><a name="l02964"></a><span class="lineno"> 2964</span>  <span class="keywordtype">size_t</span> code_len;</div>
<div class="line"><a name="l02965"></a><span class="lineno"> 2965</span> </div>
<div class="line"><a name="l02966"></a><span class="lineno"> 2966</span>  <span class="keyword">union </span>{</div>
<div class="line"><a name="l02967"></a><span class="lineno"> 2967</span>  <span class="comment">// Only valid for CODE_ADDED.</span></div>
<div class="line"><a name="l02968"></a><span class="lineno"> 2968</span>  <span class="keyword">struct </span>{</div>
<div class="line"><a name="l02969"></a><span class="lineno"> 2969</span>  <span class="comment">// Name of the object associated with the code, note that the string is</span></div>
<div class="line"><a name="l02970"></a><span class="lineno"> 2970</span>  <span class="comment">// not zero-terminated.</span></div>
<div class="line"><a name="l02971"></a><span class="lineno"> 2971</span>  <span class="keyword">const</span> <span class="keywordtype">char</span>* str;</div>
<div class="line"><a name="l02972"></a><span class="lineno"> 2972</span>  <span class="comment">// Number of chars in str.</span></div>
<div class="line"><a name="l02973"></a><span class="lineno"> 2973</span>  <span class="keywordtype">size_t</span> len;</div>
<div class="line"><a name="l02974"></a><span class="lineno"> 2974</span>  } name;</div>
<div class="line"><a name="l02975"></a><span class="lineno"> 2975</span>  <span class="comment">// New location of instructions. Only valid for CODE_MOVED.</span></div>
<div class="line"><a name="l02976"></a><span class="lineno"> 2976</span>  <span class="keywordtype">void</span>* new_code_start;</div>
<div class="line"><a name="l02977"></a><span class="lineno"> 2977</span>  };</div>
<div class="line"><a name="l02978"></a><span class="lineno"> 2978</span> };</div>
<div class="line"><a name="l02979"></a><span class="lineno"> 2979</span> </div>
<div class="line"><a name="l02983"></a><span class="lineno"><a class="line" href="namespacev8.html#a06f34fa4fa4cfc8518366808d1d461c1"> 2983</a></span> <span class="keyword">enum</span> <a class="code" href="namespacev8.html#a06f34fa4fa4cfc8518366808d1d461c1">JitCodeEventOptions</a> {</div>
<div class="line"><a name="l02984"></a><span class="lineno"> 2984</span>  kJitCodeEventDefault = 0,</div>
<div class="line"><a name="l02985"></a><span class="lineno"> 2985</span>  <span class="comment">// Generate callbacks for already existent code.</span></div>
<div class="line"><a name="l02986"></a><span class="lineno"> 2986</span>  kJitCodeEventEnumExisting = 1</div>
<div class="line"><a name="l02987"></a><span class="lineno"> 2987</span> };</div>
<div class="line"><a name="l02988"></a><span class="lineno"> 2988</span> </div>
<div class="line"><a name="l02989"></a><span class="lineno"> 2989</span> </div>
<div class="line"><a name="l02995"></a><span class="lineno"><a class="line" href="namespacev8.html#a39243bc91e63d64d111452fdb98c4733"> 2995</a></span> <span class="keyword">typedef</span> void (*<a class="code" href="namespacev8.html#a39243bc91e63d64d111452fdb98c4733">JitCodeEventHandler</a>)(<span class="keyword">const</span> <a class="code" href="structv8_1_1_jit_code_event.html">JitCodeEvent</a>* event);</div>
<div class="line"><a name="l02996"></a><span class="lineno"> 2996</span> </div>
<div class="line"><a name="l02997"></a><span class="lineno"> 2997</span> </div>
<div class="line"><a name="l03001"></a><span class="lineno"><a class="line" href="classv8_1_1_external_resource_visitor.html"> 3001</a></span> <span class="keyword">class </span>V8EXPORT <a class="code" href="classv8_1_1_external_resource_visitor.html">ExternalResourceVisitor</a> { <span class="comment">// NOLINT</span></div>
<div class="line"><a name="l03002"></a><span class="lineno"> 3002</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l03003"></a><span class="lineno"> 3003</span>  <span class="keyword">virtual</span> ~<a class="code" href="classv8_1_1_external_resource_visitor.html">ExternalResourceVisitor</a>() {}</div>
<div class="line"><a name="l03004"></a><span class="lineno"> 3004</span>  <span class="keyword">virtual</span> <span class="keywordtype">void</span> VisitExternalString(<a class="code" href="classv8_1_1_handle.html">Handle<String></a> <span class="keywordtype">string</span>) {}</div>
<div class="line"><a name="l03005"></a><span class="lineno"> 3005</span> };</div>
<div class="line"><a name="l03006"></a><span class="lineno"> 3006</span> </div>
<div class="line"><a name="l03007"></a><span class="lineno"> 3007</span> </div>
<div class="line"><a name="l03011"></a><span class="lineno"><a class="line" href="classv8_1_1_v8.html"> 3011</a></span> <span class="keyword">class </span>V8EXPORT <a class="code" href="classv8_1_1_v8.html">V8</a> {</div>
<div class="line"><a name="l03012"></a><span class="lineno"> 3012</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l03014"></a><span class="lineno"> 3014</span>  <span class="keyword">static</span> <span class="keywordtype">void</span> SetFatalErrorHandler(FatalErrorCallback that);</div>
<div class="line"><a name="l03015"></a><span class="lineno"> 3015</span> </div>
<div class="line"><a name="l03020"></a><span class="lineno"> 3020</span>  <span class="keyword">static</span> <span class="keywordtype">void</span> SetAllowCodeGenerationFromStringsCallback(</div>
<div class="line"><a name="l03021"></a><span class="lineno"> 3021</span>  <a class="code" href="namespacev8.html#a521d909ec201742a1cb35d50a8e2a3c2">AllowCodeGenerationFromStringsCallback</a> that);</div>
<div class="line"><a name="l03022"></a><span class="lineno"> 3022</span> </div>
<div class="line"><a name="l03035"></a><span class="lineno"> 3035</span>  <span class="keyword">static</span> <span class="keywordtype">void</span> IgnoreOutOfMemoryException();</div>
<div class="line"><a name="l03036"></a><span class="lineno"> 3036</span> </div>
<div class="line"><a name="l03041"></a><span class="lineno"> 3041</span>  <span class="keyword">static</span> <span class="keywordtype">bool</span> IsDead();</div>
<div class="line"><a name="l03042"></a><span class="lineno"> 3042</span> </div>
<div class="line"><a name="l03062"></a><span class="lineno"> 3062</span>  <span class="keyword">static</span> StartupData::CompressionAlgorithm GetCompressedStartupDataAlgorithm();</div>
<div class="line"><a name="l03063"></a><span class="lineno"> 3063</span>  <span class="keyword">static</span> <span class="keywordtype">int</span> GetCompressedStartupDataCount();</div>
<div class="line"><a name="l03064"></a><span class="lineno"> 3064</span>  <span class="keyword">static</span> <span class="keywordtype">void</span> GetCompressedStartupData(<a class="code" href="classv8_1_1_startup_data.html">StartupData</a>* compressed_data);</div>
<div class="line"><a name="l03065"></a><span class="lineno"> 3065</span>  <span class="keyword">static</span> <span class="keywordtype">void</span> SetDecompressedStartupData(<a class="code" href="classv8_1_1_startup_data.html">StartupData</a>* decompressed_data);</div>
<div class="line"><a name="l03066"></a><span class="lineno"> 3066</span> </div>
<div class="line"><a name="l03073"></a><span class="lineno"> 3073</span>  <span class="keyword">static</span> <span class="keywordtype">bool</span> AddMessageListener(MessageCallback that,</div>
<div class="line"><a name="l03074"></a><span class="lineno"> 3074</span>  <a class="code" href="classv8_1_1_handle.html">Handle<Value></a> data = <a class="code" href="classv8_1_1_handle.html">Handle<Value></a>());</div>
<div class="line"><a name="l03075"></a><span class="lineno"> 3075</span> </div>
<div class="line"><a name="l03079"></a><span class="lineno"> 3079</span>  <span class="keyword">static</span> <span class="keywordtype">void</span> RemoveMessageListeners(MessageCallback that);</div>
<div class="line"><a name="l03080"></a><span class="lineno"> 3080</span> </div>
<div class="line"><a name="l03085"></a><span class="lineno"> 3085</span>  <span class="keyword">static</span> <span class="keywordtype">void</span> SetCaptureStackTraceForUncaughtExceptions(</div>
<div class="line"><a name="l03086"></a><span class="lineno"> 3086</span>  <span class="keywordtype">bool</span> capture,</div>
<div class="line"><a name="l03087"></a><span class="lineno"> 3087</span>  <span class="keywordtype">int</span> frame_limit = 10,</div>
<div class="line"><a name="l03088"></a><span class="lineno"> 3088</span>  <a class="code" href="classv8_1_1_stack_trace.html#a9704e4a37949eb8eb8ccddbddf161492">StackTrace::StackTraceOptions</a> options = StackTrace::kOverview);</div>
<div class="line"><a name="l03089"></a><span class="lineno"> 3089</span> </div>
<div class="line"><a name="l03093"></a><span class="lineno"> 3093</span>  <span class="keyword">static</span> <span class="keywordtype">void</span> SetFlagsFromString(<span class="keyword">const</span> <span class="keywordtype">char</span>* str, <span class="keywordtype">int</span> length);</div>
<div class="line"><a name="l03094"></a><span class="lineno"> 3094</span> </div>
<div class="line"><a name="l03098"></a><span class="lineno"> 3098</span>  <span class="keyword">static</span> <span class="keywordtype">void</span> SetFlagsFromCommandLine(<span class="keywordtype">int</span>* argc,</div>
<div class="line"><a name="l03099"></a><span class="lineno"> 3099</span>  <span class="keywordtype">char</span>** argv,</div>
<div class="line"><a name="l03100"></a><span class="lineno"> 3100</span>  <span class="keywordtype">bool</span> remove_flags);</div>
<div class="line"><a name="l03101"></a><span class="lineno"> 3101</span> </div>
<div class="line"><a name="l03103"></a><span class="lineno"> 3103</span>  <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">char</span>* GetVersion();</div>
<div class="line"><a name="l03104"></a><span class="lineno"> 3104</span> </div>
<div class="line"><a name="l03109"></a><span class="lineno"> 3109</span>  <span class="keyword">static</span> <span class="keywordtype">void</span> SetCounterFunction(CounterLookupCallback);</div>
<div class="line"><a name="l03110"></a><span class="lineno"> 3110</span> </div>
<div class="line"><a name="l03117"></a><span class="lineno"> 3117</span>  <span class="keyword">static</span> <span class="keywordtype">void</span> SetCreateHistogramFunction(CreateHistogramCallback);</div>
<div class="line"><a name="l03118"></a><span class="lineno"> 3118</span>  <span class="keyword">static</span> <span class="keywordtype">void</span> SetAddHistogramSampleFunction(AddHistogramSampleCallback);</div>
<div class="line"><a name="l03119"></a><span class="lineno"> 3119</span> </div>
<div class="line"><a name="l03124"></a><span class="lineno"> 3124</span>  <span class="keyword">static</span> <span class="keywordtype">void</span> EnableSlidingStateWindow();</div>
<div class="line"><a name="l03125"></a><span class="lineno"> 3125</span> </div>
<div class="line"><a name="l03127"></a><span class="lineno"> 3127</span>  <span class="keyword">static</span> <span class="keywordtype">void</span> SetFailedAccessCheckCallbackFunction(FailedAccessCheckCallback);</div>
<div class="line"><a name="l03128"></a><span class="lineno"> 3128</span> </div>
<div class="line"><a name="l03139"></a><span class="lineno"> 3139</span>  <span class="keyword">static</span> <span class="keywordtype">void</span> AddGCPrologueCallback(</div>
<div class="line"><a name="l03140"></a><span class="lineno"> 3140</span>  GCPrologueCallback callback, <a class="code" href="namespacev8.html#ac109d6f27e0c0f9ef4e98bcf7a806cf2">GCType</a> gc_type_filter = kGCTypeAll);</div>
<div class="line"><a name="l03141"></a><span class="lineno"> 3141</span> </div>
<div class="line"><a name="l03146"></a><span class="lineno"> 3146</span>  <span class="keyword">static</span> <span class="keywordtype">void</span> RemoveGCPrologueCallback(GCPrologueCallback callback);</div>
<div class="line"><a name="l03147"></a><span class="lineno"> 3147</span> </div>
<div class="line"><a name="l03156"></a><span class="lineno"> 3156</span>  <span class="keyword">static</span> <span class="keywordtype">void</span> SetGlobalGCPrologueCallback(GCCallback);</div>
<div class="line"><a name="l03157"></a><span class="lineno"> 3157</span> </div>
<div class="line"><a name="l03168"></a><span class="lineno"> 3168</span>  <span class="keyword">static</span> <span class="keywordtype">void</span> AddGCEpilogueCallback(</div>
<div class="line"><a name="l03169"></a><span class="lineno"> 3169</span>  GCEpilogueCallback callback, <a class="code" href="namespacev8.html#ac109d6f27e0c0f9ef4e98bcf7a806cf2">GCType</a> gc_type_filter = kGCTypeAll);</div>
<div class="line"><a name="l03170"></a><span class="lineno"> 3170</span> </div>
<div class="line"><a name="l03175"></a><span class="lineno"> 3175</span>  <span class="keyword">static</span> <span class="keywordtype">void</span> RemoveGCEpilogueCallback(GCEpilogueCallback callback);</div>
<div class="line"><a name="l03176"></a><span class="lineno"> 3176</span> </div>
<div class="line"><a name="l03185"></a><span class="lineno"> 3185</span>  <span class="keyword">static</span> <span class="keywordtype">void</span> SetGlobalGCEpilogueCallback(GCCallback);</div>
<div class="line"><a name="l03186"></a><span class="lineno"> 3186</span> </div>
<div class="line"><a name="l03191"></a><span class="lineno"> 3191</span>  <span class="keyword">static</span> <span class="keywordtype">void</span> AddMemoryAllocationCallback(MemoryAllocationCallback callback,</div>
<div class="line"><a name="l03192"></a><span class="lineno"> 3192</span>  ObjectSpace space,</div>
<div class="line"><a name="l03193"></a><span class="lineno"> 3193</span>  AllocationAction action);</div>
<div class="line"><a name="l03194"></a><span class="lineno"> 3194</span> </div>
<div class="line"><a name="l03198"></a><span class="lineno"> 3198</span>  <span class="keyword">static</span> <span class="keywordtype">void</span> RemoveMemoryAllocationCallback(MemoryAllocationCallback callback);</div>
<div class="line"><a name="l03199"></a><span class="lineno"> 3199</span> </div>
<div class="line"><a name="l03207"></a><span class="lineno"> 3207</span>  <span class="keyword">static</span> <span class="keywordtype">void</span> AddCallCompletedCallback(CallCompletedCallback callback);</div>
<div class="line"><a name="l03208"></a><span class="lineno"> 3208</span> </div>
<div class="line"><a name="l03212"></a><span class="lineno"> 3212</span>  <span class="keyword">static</span> <span class="keywordtype">void</span> RemoveCallCompletedCallback(CallCompletedCallback callback);</div>
<div class="line"><a name="l03213"></a><span class="lineno"> 3213</span> </div>
<div class="line"><a name="l03223"></a><span class="lineno"> 3223</span>  <span class="keyword">static</span> <span class="keywordtype">void</span> AddObjectGroup(<a class="code" href="classv8_1_1_persistent.html">Persistent<Value></a>* objects,</div>
<div class="line"><a name="l03224"></a><span class="lineno"> 3224</span>  <span class="keywordtype">size_t</span> length,</div>
<div class="line"><a name="l03225"></a><span class="lineno"> 3225</span>  <a class="code" href="classv8_1_1_retained_object_info.html">RetainedObjectInfo</a>* info = NULL);</div>
<div class="line"><a name="l03226"></a><span class="lineno"> 3226</span> </div>
<div class="line"><a name="l03234"></a><span class="lineno"> 3234</span>  <span class="keyword">static</span> <span class="keywordtype">void</span> AddImplicitReferences(<a class="code" href="classv8_1_1_persistent.html">Persistent<Object></a> parent,</div>
<div class="line"><a name="l03235"></a><span class="lineno"> 3235</span>  <a class="code" href="classv8_1_1_persistent.html">Persistent<Value></a>* children,</div>
<div class="line"><a name="l03236"></a><span class="lineno"> 3236</span>  <span class="keywordtype">size_t</span> length);</div>
<div class="line"><a name="l03237"></a><span class="lineno"> 3237</span> </div>
<div class="line"><a name="l03243"></a><span class="lineno"> 3243</span>  <span class="keyword">static</span> <span class="keywordtype">bool</span> Initialize();</div>
<div class="line"><a name="l03244"></a><span class="lineno"> 3244</span> </div>
<div class="line"><a name="l03249"></a><span class="lineno"> 3249</span>  <span class="keyword">static</span> <span class="keywordtype">void</span> SetEntropySource(<a class="code" href="namespacev8.html#ab699f4bbbb56350e6e915682e420fcdc">EntropySource</a> source);</div>
<div class="line"><a name="l03250"></a><span class="lineno"> 3250</span> </div>
<div class="line"><a name="l03255"></a><span class="lineno"> 3255</span>  <span class="keyword">static</span> <span class="keywordtype">void</span> SetReturnAddressLocationResolver(</div>
<div class="line"><a name="l03256"></a><span class="lineno"> 3256</span>  <a class="code" href="namespacev8.html#a8ce54c75241be41ff6a25e9944eefd2a">ReturnAddressLocationResolver</a> return_address_resolver);</div>
<div class="line"><a name="l03257"></a><span class="lineno"> 3257</span> </div>
<div class="line"><a name="l03270"></a><span class="lineno"> 3270</span>  <span class="keyword">static</span> <span class="keywordtype">bool</span> SetFunctionEntryHook(<a class="code" href="namespacev8.html#aaf07fb6bb13f295da3c6568938b7dec5">FunctionEntryHook</a> entry_hook);</div>
<div class="line"><a name="l03271"></a><span class="lineno"> 3271</span> </div>
<div class="line"><a name="l03292"></a><span class="lineno"> 3292</span>  <span class="keyword">static</span> <span class="keywordtype">void</span> SetJitCodeEventHandler(<a class="code" href="namespacev8.html#a06f34fa4fa4cfc8518366808d1d461c1">JitCodeEventOptions</a> options,</div>
<div class="line"><a name="l03293"></a><span class="lineno"> 3293</span>  <a class="code" href="namespacev8.html#a39243bc91e63d64d111452fdb98c4733">JitCodeEventHandler</a> event_handler);</div>
<div class="line"><a name="l03294"></a><span class="lineno"> 3294</span> </div>
<div class="line"><a name="l03309"></a><span class="lineno"> 3309</span>  <span class="keyword">static</span> intptr_t AdjustAmountOfExternalAllocatedMemory(</div>
<div class="line"><a name="l03310"></a><span class="lineno"> 3310</span>  intptr_t change_in_bytes);</div>
<div class="line"><a name="l03311"></a><span class="lineno"> 3311</span> </div>
<div class="line"><a name="l03321"></a><span class="lineno"> 3321</span>  <span class="keyword">static</span> <span class="keywordtype">void</span> PauseProfiler();</div>
<div class="line"><a name="l03322"></a><span class="lineno"> 3322</span> </div>
<div class="line"><a name="l03327"></a><span class="lineno"> 3327</span>  <span class="keyword">static</span> <span class="keywordtype">void</span> ResumeProfiler();</div>
<div class="line"><a name="l03328"></a><span class="lineno"> 3328</span> </div>
<div class="line"><a name="l03332"></a><span class="lineno"> 3332</span>  <span class="keyword">static</span> <span class="keywordtype">bool</span> IsProfilerPaused();</div>
<div class="line"><a name="l03333"></a><span class="lineno"> 3333</span> </div>
<div class="line"><a name="l03340"></a><span class="lineno"> 3340</span>  <span class="keyword">static</span> <span class="keywordtype">int</span> GetCurrentThreadId();</div>
<div class="line"><a name="l03341"></a><span class="lineno"> 3341</span> </div>
<div class="line"><a name="l03366"></a><span class="lineno"> 3366</span>  <span class="keyword">static</span> <span class="keywordtype">void</span> TerminateExecution(<span class="keywordtype">int</span> thread_id);</div>
<div class="line"><a name="l03367"></a><span class="lineno"> 3367</span> </div>
<div class="line"><a name="l03378"></a><span class="lineno"> 3378</span>  <span class="keyword">static</span> <span class="keywordtype">void</span> TerminateExecution(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate = NULL);</div>
<div class="line"><a name="l03379"></a><span class="lineno"> 3379</span> </div>
<div class="line"><a name="l03390"></a><span class="lineno"> 3390</span>  <span class="keyword">static</span> <span class="keywordtype">bool</span> IsExecutionTerminating(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate = NULL);</div>
<div class="line"><a name="l03391"></a><span class="lineno"> 3391</span> </div>
<div class="line"><a name="l03401"></a><span class="lineno"> 3401</span>  <span class="keyword">static</span> <span class="keywordtype">bool</span> Dispose();</div>
<div class="line"><a name="l03402"></a><span class="lineno"> 3402</span> </div>
<div class="line"><a name="l03406"></a><span class="lineno"> 3406</span>  <span class="keyword">static</span> <span class="keywordtype">void</span> GetHeapStatistics(<a class="code" href="classv8_1_1_heap_statistics.html">HeapStatistics</a>* heap_statistics);</div>
<div class="line"><a name="l03407"></a><span class="lineno"> 3407</span> </div>
<div class="line"><a name="l03413"></a><span class="lineno"> 3413</span>  <span class="keyword">static</span> <span class="keywordtype">void</span> VisitExternalResources(<a class="code" href="classv8_1_1_external_resource_visitor.html">ExternalResourceVisitor</a>* visitor);</div>
<div class="line"><a name="l03414"></a><span class="lineno"> 3414</span> </div>
<div class="line"><a name="l03427"></a><span class="lineno"> 3427</span>  <span class="keyword">static</span> <span class="keywordtype">bool</span> IdleNotification(<span class="keywordtype">int</span> hint = 1000);</div>
<div class="line"><a name="l03428"></a><span class="lineno"> 3428</span> </div>
<div class="line"><a name="l03433"></a><span class="lineno"> 3433</span>  <span class="keyword">static</span> <span class="keywordtype">void</span> LowMemoryNotification();</div>
<div class="line"><a name="l03434"></a><span class="lineno"> 3434</span> </div>
<div class="line"><a name="l03441"></a><span class="lineno"> 3441</span>  <span class="keyword">static</span> <span class="keywordtype">int</span> ContextDisposedNotification();</div>
<div class="line"><a name="l03442"></a><span class="lineno"> 3442</span> </div>
<div class="line"><a name="l03443"></a><span class="lineno"> 3443</span>  <span class="keyword">private</span>:</div>
<div class="line"><a name="l03444"></a><span class="lineno"> 3444</span>  <a class="code" href="classv8_1_1_v8.html">V8</a>();</div>
<div class="line"><a name="l03445"></a><span class="lineno"> 3445</span> </div>
<div class="line"><a name="l03446"></a><span class="lineno"> 3446</span>  <span class="keyword">static</span> internal::Object** GlobalizeReference(internal::Object** handle);</div>
<div class="line"><a name="l03447"></a><span class="lineno"> 3447</span>  <span class="keyword">static</span> <span class="keywordtype">void</span> DisposeGlobal(internal::Object** global_handle);</div>
<div class="line"><a name="l03448"></a><span class="lineno"> 3448</span>  <span class="keyword">static</span> <span class="keywordtype">void</span> MakeWeak(internal::Object** global_handle,</div>
<div class="line"><a name="l03449"></a><span class="lineno"> 3449</span>  <span class="keywordtype">void</span>* data,</div>
<div class="line"><a name="l03450"></a><span class="lineno"> 3450</span>  <a class="code" href="namespacev8.html#a4d5db775dbc002b23f1b55ec7ce80ea5">WeakReferenceCallback</a>);</div>
<div class="line"><a name="l03451"></a><span class="lineno"> 3451</span>  <span class="keyword">static</span> <span class="keywordtype">void</span> ClearWeak(internal::Object** global_handle);</div>
<div class="line"><a name="l03452"></a><span class="lineno"> 3452</span>  <span class="keyword">static</span> <span class="keywordtype">void</span> MarkIndependent(internal::Object** global_handle);</div>
<div class="line"><a name="l03453"></a><span class="lineno"> 3453</span>  <span class="keyword">static</span> <span class="keywordtype">bool</span> IsGlobalNearDeath(internal::Object** global_handle);</div>
<div class="line"><a name="l03454"></a><span class="lineno"> 3454</span>  <span class="keyword">static</span> <span class="keywordtype">bool</span> IsGlobalWeak(internal::Object** global_handle);</div>
<div class="line"><a name="l03455"></a><span class="lineno"> 3455</span>  <span class="keyword">static</span> <span class="keywordtype">void</span> SetWrapperClassId(internal::Object** global_handle,</div>
<div class="line"><a name="l03456"></a><span class="lineno"> 3456</span>  uint16_t class_id);</div>
<div class="line"><a name="l03457"></a><span class="lineno"> 3457</span> </div>
<div class="line"><a name="l03458"></a><span class="lineno"> 3458</span>  <span class="keyword">template</span> <<span class="keyword">class</span> T> <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classv8_1_1_handle.html">Handle</a>;</div>
<div class="line"><a name="l03459"></a><span class="lineno"> 3459</span>  <span class="keyword">template</span> <<span class="keyword">class</span> T> <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classv8_1_1_local.html">Local</a>;</div>
<div class="line"><a name="l03460"></a><span class="lineno"> 3460</span>  <span class="keyword">template</span> <<span class="keyword">class</span> T> <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classv8_1_1_persistent.html">Persistent</a>;</div>
<div class="line"><a name="l03461"></a><span class="lineno"> 3461</span>  <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classv8_1_1_context.html">Context</a>;</div>
<div class="line"><a name="l03462"></a><span class="lineno"> 3462</span> };</div>
<div class="line"><a name="l03463"></a><span class="lineno"> 3463</span> </div>
<div class="line"><a name="l03464"></a><span class="lineno"> 3464</span> </div>
<div class="line"><a name="l03468"></a><span class="lineno"><a class="line" href="classv8_1_1_try_catch.html"> 3468</a></span> <span class="keyword">class </span>V8EXPORT <a class="code" href="classv8_1_1_try_catch.html">TryCatch</a> {</div>
<div class="line"><a name="l03469"></a><span class="lineno"> 3469</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l03473"></a><span class="lineno"> 3473</span>  <a class="code" href="classv8_1_1_try_catch.html">TryCatch</a>();</div>
<div class="line"><a name="l03474"></a><span class="lineno"> 3474</span> </div>
<div class="line"><a name="l03478"></a><span class="lineno"> 3478</span>  ~<a class="code" href="classv8_1_1_try_catch.html">TryCatch</a>();</div>
<div class="line"><a name="l03479"></a><span class="lineno"> 3479</span> </div>
<div class="line"><a name="l03483"></a><span class="lineno"> 3483</span>  <span class="keywordtype">bool</span> HasCaught() <span class="keyword">const</span>;</div>
<div class="line"><a name="l03484"></a><span class="lineno"> 3484</span> </div>
<div class="line"><a name="l03498"></a><span class="lineno"> 3498</span>  <span class="keywordtype">bool</span> CanContinue() <span class="keyword">const</span>;</div>
<div class="line"><a name="l03499"></a><span class="lineno"> 3499</span> </div>
<div class="line"><a name="l03507"></a><span class="lineno"> 3507</span>  <a class="code" href="classv8_1_1_handle.html">Handle<Value></a> ReThrow();</div>
<div class="line"><a name="l03508"></a><span class="lineno"> 3508</span> </div>
<div class="line"><a name="l03515"></a><span class="lineno"> 3515</span>  <a class="code" href="classv8_1_1_local.html">Local<Value></a> <a class="code" href="classv8_1_1_exception.html">Exception</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l03516"></a><span class="lineno"> 3516</span> </div>
<div class="line"><a name="l03521"></a><span class="lineno"> 3521</span>  <a class="code" href="classv8_1_1_local.html">Local<Value></a> <a class="code" href="classv8_1_1_stack_trace.html">StackTrace</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l03522"></a><span class="lineno"> 3522</span> </div>
<div class="line"><a name="l03530"></a><span class="lineno"> 3530</span>  <a class="code" href="classv8_1_1_local.html">Local<v8::Message></a> <a class="code" href="classv8_1_1_message.html">Message</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l03531"></a><span class="lineno"> 3531</span> </div>
<div class="line"><a name="l03541"></a><span class="lineno"> 3541</span>  <span class="keywordtype">void</span> Reset();</div>
<div class="line"><a name="l03542"></a><span class="lineno"> 3542</span> </div>
<div class="line"><a name="l03551"></a><span class="lineno"> 3551</span>  <span class="keywordtype">void</span> SetVerbose(<span class="keywordtype">bool</span> value);</div>
<div class="line"><a name="l03552"></a><span class="lineno"> 3552</span> </div>
<div class="line"><a name="l03558"></a><span class="lineno"> 3558</span>  <span class="keywordtype">void</span> SetCaptureMessage(<span class="keywordtype">bool</span> value);</div>
<div class="line"><a name="l03559"></a><span class="lineno"> 3559</span> </div>
<div class="line"><a name="l03560"></a><span class="lineno"> 3560</span>  <span class="keyword">private</span>:</div>
<div class="line"><a name="l03561"></a><span class="lineno"> 3561</span>  v8::internal::Isolate* isolate_;</div>
<div class="line"><a name="l03562"></a><span class="lineno"> 3562</span>  <span class="keywordtype">void</span>* next_;</div>
<div class="line"><a name="l03563"></a><span class="lineno"> 3563</span>  <span class="keywordtype">void</span>* exception_;</div>
<div class="line"><a name="l03564"></a><span class="lineno"> 3564</span>  <span class="keywordtype">void</span>* message_;</div>
<div class="line"><a name="l03565"></a><span class="lineno"> 3565</span>  <span class="keywordtype">bool</span> is_verbose_ : 1;</div>
<div class="line"><a name="l03566"></a><span class="lineno"> 3566</span>  <span class="keywordtype">bool</span> can_continue_ : 1;</div>
<div class="line"><a name="l03567"></a><span class="lineno"> 3567</span>  <span class="keywordtype">bool</span> capture_message_ : 1;</div>
<div class="line"><a name="l03568"></a><span class="lineno"> 3568</span>  <span class="keywordtype">bool</span> rethrow_ : 1;</div>
<div class="line"><a name="l03569"></a><span class="lineno"> 3569</span> </div>
<div class="line"><a name="l03570"></a><span class="lineno"> 3570</span>  <span class="keyword">friend</span> <span class="keyword">class </span>v8::internal::Isolate;</div>
<div class="line"><a name="l03571"></a><span class="lineno"> 3571</span> };</div>
<div class="line"><a name="l03572"></a><span class="lineno"> 3572</span> </div>
<div class="line"><a name="l03573"></a><span class="lineno"> 3573</span> </div>
<div class="line"><a name="l03574"></a><span class="lineno"> 3574</span> <span class="comment">// --- Context ---</span></div>
<div class="line"><a name="l03575"></a><span class="lineno"> 3575</span> </div>
<div class="line"><a name="l03576"></a><span class="lineno"> 3576</span> </div>
<div class="line"><a name="l03580"></a><span class="lineno"><a class="line" href="classv8_1_1_extension_configuration.html"> 3580</a></span> <span class="keyword">class </span>V8EXPORT <a class="code" href="classv8_1_1_extension_configuration.html">ExtensionConfiguration</a> {</div>
<div class="line"><a name="l03581"></a><span class="lineno"> 3581</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l03582"></a><span class="lineno"> 3582</span>  <a class="code" href="classv8_1_1_extension_configuration.html">ExtensionConfiguration</a>(<span class="keywordtype">int</span> name_count, <span class="keyword">const</span> <span class="keywordtype">char</span>* names[])</div>
<div class="line"><a name="l03583"></a><span class="lineno"> 3583</span>  : name_count_(name_count), names_(names) { }</div>
<div class="line"><a name="l03584"></a><span class="lineno"> 3584</span>  <span class="keyword">private</span>:</div>
<div class="line"><a name="l03585"></a><span class="lineno"> 3585</span>  <span class="keyword">friend</span> <span class="keyword">class </span>ImplementationUtilities;</div>
<div class="line"><a name="l03586"></a><span class="lineno"> 3586</span>  <span class="keywordtype">int</span> name_count_;</div>
<div class="line"><a name="l03587"></a><span class="lineno"> 3587</span>  <span class="keyword">const</span> <span class="keywordtype">char</span>** names_;</div>
<div class="line"><a name="l03588"></a><span class="lineno"> 3588</span> };</div>
<div class="line"><a name="l03589"></a><span class="lineno"> 3589</span> </div>
<div class="line"><a name="l03590"></a><span class="lineno"> 3590</span> </div>
<div class="line"><a name="l03595"></a><span class="lineno"><a class="line" href="classv8_1_1_context.html"> 3595</a></span> <span class="keyword">class </span>V8EXPORT <a class="code" href="classv8_1_1_context.html">Context</a> {</div>
<div class="line"><a name="l03596"></a><span class="lineno"> 3596</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l03613"></a><span class="lineno"> 3613</span>  <a class="code" href="classv8_1_1_local.html">Local<Object></a> Global();</div>
<div class="line"><a name="l03614"></a><span class="lineno"> 3614</span> </div>
<div class="line"><a name="l03619"></a><span class="lineno"> 3619</span>  <span class="keywordtype">void</span> DetachGlobal();</div>
<div class="line"><a name="l03620"></a><span class="lineno"> 3620</span> </div>
<div class="line"><a name="l03631"></a><span class="lineno"> 3631</span>  <span class="keywordtype">void</span> ReattachGlobal(<a class="code" href="classv8_1_1_handle.html">Handle<Object></a> global_object);</div>
<div class="line"><a name="l03632"></a><span class="lineno"> 3632</span> </div>
<div class="line"><a name="l03651"></a><span class="lineno"> 3651</span>  <span class="keyword">static</span> <a class="code" href="classv8_1_1_persistent.html">Persistent<Context></a> New(</div>
<div class="line"><a name="l03652"></a><span class="lineno"> 3652</span>  <a class="code" href="classv8_1_1_extension_configuration.html">ExtensionConfiguration</a>* extensions = NULL,</div>
<div class="line"><a name="l03653"></a><span class="lineno"> 3653</span>  <a class="code" href="classv8_1_1_handle.html">Handle<ObjectTemplate></a> global_template = <a class="code" href="classv8_1_1_handle.html">Handle<ObjectTemplate></a>(),</div>
<div class="line"><a name="l03654"></a><span class="lineno"> 3654</span>  <a class="code" href="classv8_1_1_handle.html">Handle<Value></a> global_object = <a class="code" href="classv8_1_1_handle.html">Handle<Value></a>());</div>
<div class="line"><a name="l03655"></a><span class="lineno"> 3655</span> </div>
<div class="line"><a name="l03657"></a><span class="lineno"> 3657</span>  <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local<Context></a> GetEntered();</div>
<div class="line"><a name="l03658"></a><span class="lineno"> 3658</span> </div>
<div class="line"><a name="l03660"></a><span class="lineno"> 3660</span>  <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local<Context></a> GetCurrent();</div>
<div class="line"><a name="l03661"></a><span class="lineno"> 3661</span> </div>
<div class="line"><a name="l03667"></a><span class="lineno"> 3667</span>  <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local<Context></a> GetCalling();</div>
<div class="line"><a name="l03668"></a><span class="lineno"> 3668</span> </div>
<div class="line"><a name="l03673"></a><span class="lineno"> 3673</span>  <span class="keywordtype">void</span> SetSecurityToken(<a class="code" href="classv8_1_1_handle.html">Handle<Value></a> token);</div>
<div class="line"><a name="l03674"></a><span class="lineno"> 3674</span> </div>
<div class="line"><a name="l03676"></a><span class="lineno"> 3676</span>  <span class="keywordtype">void</span> UseDefaultSecurityToken();</div>
<div class="line"><a name="l03677"></a><span class="lineno"> 3677</span> </div>
<div class="line"><a name="l03679"></a><span class="lineno"> 3679</span>  <a class="code" href="classv8_1_1_handle.html">Handle<Value></a> GetSecurityToken();</div>
<div class="line"><a name="l03680"></a><span class="lineno"> 3680</span> </div>
<div class="line"><a name="l03687"></a><span class="lineno"> 3687</span>  <span class="keywordtype">void</span> Enter();</div>
<div class="line"><a name="l03688"></a><span class="lineno"> 3688</span> </div>
<div class="line"><a name="l03693"></a><span class="lineno"> 3693</span>  <span class="keywordtype">void</span> Exit();</div>
<div class="line"><a name="l03694"></a><span class="lineno"> 3694</span> </div>
<div class="line"><a name="l03696"></a><span class="lineno"> 3696</span>  <span class="keywordtype">bool</span> HasOutOfMemoryException();</div>
<div class="line"><a name="l03697"></a><span class="lineno"> 3697</span> </div>
<div class="line"><a name="l03699"></a><span class="lineno"> 3699</span>  <span class="keyword">static</span> <span class="keywordtype">bool</span> InContext();</div>
<div class="line"><a name="l03700"></a><span class="lineno"> 3700</span> </div>
<div class="line"><a name="l03706"></a><span class="lineno"> 3706</span>  <span class="keywordtype">void</span> SetData(<a class="code" href="classv8_1_1_handle.html">Handle<String></a> data);</div>
<div class="line"><a name="l03707"></a><span class="lineno"> 3707</span>  <a class="code" href="classv8_1_1_local.html">Local<Value></a> GetData();</div>
<div class="line"><a name="l03708"></a><span class="lineno"> 3708</span> </div>
<div class="line"><a name="l03722"></a><span class="lineno"> 3722</span>  <span class="keywordtype">void</span> AllowCodeGenerationFromStrings(<span class="keywordtype">bool</span> allow);</div>
<div class="line"><a name="l03723"></a><span class="lineno"> 3723</span> </div>
<div class="line"><a name="l03728"></a><span class="lineno"> 3728</span>  <span class="keywordtype">bool</span> IsCodeGenerationFromStringsAllowed();</div>
<div class="line"><a name="l03729"></a><span class="lineno"> 3729</span> </div>
<div class="line"><a name="l03734"></a><span class="lineno"><a class="line" href="classv8_1_1_context_1_1_scope.html"> 3734</a></span>  <span class="keyword">class </span><a class="code" href="classv8_1_1_context_1_1_scope.html">Scope</a> {</div>
<div class="line"><a name="l03735"></a><span class="lineno"> 3735</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l03736"></a><span class="lineno"> 3736</span>  <span class="keyword">explicit</span> <span class="keyword">inline</span> <a class="code" href="classv8_1_1_context_1_1_scope.html">Scope</a>(<a class="code" href="classv8_1_1_handle.html">Handle<Context></a> context) : context_(context) {</div>
<div class="line"><a name="l03737"></a><span class="lineno"> 3737</span>  context_->Enter();</div>
<div class="line"><a name="l03738"></a><span class="lineno"> 3738</span>  }</div>
<div class="line"><a name="l03739"></a><span class="lineno"> 3739</span>  <span class="keyword">inline</span> ~<a class="code" href="classv8_1_1_context_1_1_scope.html">Scope</a>() { context_->Exit(); }</div>
<div class="line"><a name="l03740"></a><span class="lineno"> 3740</span>  <span class="keyword">private</span>:</div>
<div class="line"><a name="l03741"></a><span class="lineno"> 3741</span>  <a class="code" href="classv8_1_1_handle.html">Handle<Context></a> context_;</div>
<div class="line"><a name="l03742"></a><span class="lineno"> 3742</span>  };</div>
<div class="line"><a name="l03743"></a><span class="lineno"> 3743</span> </div>
<div class="line"><a name="l03744"></a><span class="lineno"> 3744</span>  <span class="keyword">private</span>:</div>
<div class="line"><a name="l03745"></a><span class="lineno"> 3745</span>  <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classv8_1_1_value.html">Value</a>;</div>
<div class="line"><a name="l03746"></a><span class="lineno"> 3746</span>  <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classv8_1_1_script.html">Script</a>;</div>
<div class="line"><a name="l03747"></a><span class="lineno"> 3747</span>  <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classv8_1_1_object.html">Object</a>;</div>
<div class="line"><a name="l03748"></a><span class="lineno"> 3748</span>  <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classv8_1_1_function.html">Function</a>;</div>
<div class="line"><a name="l03749"></a><span class="lineno"> 3749</span> };</div>
<div class="line"><a name="l03750"></a><span class="lineno"> 3750</span> </div>
<div class="line"><a name="l03751"></a><span class="lineno"> 3751</span> </div>
<div class="line"><a name="l03834"></a><span class="lineno"><a class="line" href="classv8_1_1_unlocker.html"> 3834</a></span> <span class="keyword">class </span>V8EXPORT <a class="code" href="classv8_1_1_unlocker.html">Unlocker</a> {</div>
<div class="line"><a name="l03835"></a><span class="lineno"> 3835</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l03839"></a><span class="lineno"> 3839</span>  <span class="keyword">explicit</span> <a class="code" href="classv8_1_1_unlocker.html">Unlocker</a>(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate = NULL);</div>
<div class="line"><a name="l03840"></a><span class="lineno"> 3840</span>  ~<a class="code" href="classv8_1_1_unlocker.html">Unlocker</a>();</div>
<div class="line"><a name="l03841"></a><span class="lineno"> 3841</span>  <span class="keyword">private</span>:</div>
<div class="line"><a name="l03842"></a><span class="lineno"> 3842</span>  internal::Isolate* isolate_;</div>
<div class="line"><a name="l03843"></a><span class="lineno"> 3843</span> };</div>
<div class="line"><a name="l03844"></a><span class="lineno"> 3844</span> </div>
<div class="line"><a name="l03845"></a><span class="lineno"> 3845</span> </div>
<div class="line"><a name="l03846"></a><span class="lineno"><a class="line" href="classv8_1_1_locker.html"> 3846</a></span> <span class="keyword">class </span>V8EXPORT <a class="code" href="classv8_1_1_locker.html">Locker</a> {</div>
<div class="line"><a name="l03847"></a><span class="lineno"> 3847</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l03851"></a><span class="lineno"> 3851</span>  <span class="keyword">explicit</span> <a class="code" href="classv8_1_1_locker.html">Locker</a>(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate = NULL);</div>
<div class="line"><a name="l03852"></a><span class="lineno"> 3852</span>  ~<a class="code" href="classv8_1_1_locker.html">Locker</a>();</div>
<div class="line"><a name="l03853"></a><span class="lineno"> 3853</span> </div>
<div class="line"><a name="l03861"></a><span class="lineno"> 3861</span>  <span class="keyword">static</span> <span class="keywordtype">void</span> StartPreemption(<span class="keywordtype">int</span> every_n_ms);</div>
<div class="line"><a name="l03862"></a><span class="lineno"> 3862</span> </div>
<div class="line"><a name="l03866"></a><span class="lineno"> 3866</span>  <span class="keyword">static</span> <span class="keywordtype">void</span> StopPreemption();</div>
<div class="line"><a name="l03867"></a><span class="lineno"> 3867</span> </div>
<div class="line"><a name="l03872"></a><span class="lineno"> 3872</span>  <span class="keyword">static</span> <span class="keywordtype">bool</span> IsLocked(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate = NULL);</div>
<div class="line"><a name="l03873"></a><span class="lineno"> 3873</span> </div>
<div class="line"><a name="l03877"></a><span class="lineno"> 3877</span>  <span class="keyword">static</span> <span class="keywordtype">bool</span> IsActive();</div>
<div class="line"><a name="l03878"></a><span class="lineno"> 3878</span> </div>
<div class="line"><a name="l03879"></a><span class="lineno"> 3879</span>  <span class="keyword">private</span>:</div>
<div class="line"><a name="l03880"></a><span class="lineno"> 3880</span>  <span class="keywordtype">bool</span> has_lock_;</div>
<div class="line"><a name="l03881"></a><span class="lineno"> 3881</span>  <span class="keywordtype">bool</span> top_level_;</div>
<div class="line"><a name="l03882"></a><span class="lineno"> 3882</span>  internal::Isolate* isolate_;</div>
<div class="line"><a name="l03883"></a><span class="lineno"> 3883</span> </div>
<div class="line"><a name="l03884"></a><span class="lineno"> 3884</span>  <span class="keyword">static</span> <span class="keywordtype">bool</span> active_;</div>
<div class="line"><a name="l03885"></a><span class="lineno"> 3885</span> </div>
<div class="line"><a name="l03886"></a><span class="lineno"> 3886</span>  <span class="comment">// Disallow copying and assigning.</span></div>
<div class="line"><a name="l03887"></a><span class="lineno"> 3887</span>  <a class="code" href="classv8_1_1_locker.html">Locker</a>(<span class="keyword">const</span> <a class="code" href="classv8_1_1_locker.html">Locker</a>&);</div>
<div class="line"><a name="l03888"></a><span class="lineno"> 3888</span>  <span class="keywordtype">void</span> operator=(<span class="keyword">const</span> <a class="code" href="classv8_1_1_locker.html">Locker</a>&);</div>
<div class="line"><a name="l03889"></a><span class="lineno"> 3889</span> };</div>
<div class="line"><a name="l03890"></a><span class="lineno"> 3890</span> </div>
<div class="line"><a name="l03891"></a><span class="lineno"> 3891</span> </div>
<div class="line"><a name="l03895"></a><span class="lineno"> 3895</span> <span class="keyword">struct </span><a class="code" href="structv8_1_1_heap_stats_update.html">HeapStatsUpdate</a>;</div>
<div class="line"><a name="l03896"></a><span class="lineno"> 3896</span> </div>
<div class="line"><a name="l03897"></a><span class="lineno"> 3897</span> </div>
<div class="line"><a name="l03901"></a><span class="lineno"><a class="line" href="classv8_1_1_output_stream.html"> 3901</a></span> <span class="keyword">class </span>V8EXPORT <a class="code" href="classv8_1_1_output_stream.html">OutputStream</a> { <span class="comment">// NOLINT</span></div>
<div class="line"><a name="l03902"></a><span class="lineno"> 3902</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l03903"></a><span class="lineno"> 3903</span>  <span class="keyword">enum</span> OutputEncoding {</div>
<div class="line"><a name="l03904"></a><span class="lineno"> 3904</span>  kAscii = 0 <span class="comment">// 7-bit ASCII.</span></div>
<div class="line"><a name="l03905"></a><span class="lineno"> 3905</span>  };</div>
<div class="line"><a name="l03906"></a><span class="lineno"> 3906</span>  <span class="keyword">enum</span> WriteResult {</div>
<div class="line"><a name="l03907"></a><span class="lineno"> 3907</span>  kContinue = 0,</div>
<div class="line"><a name="l03908"></a><span class="lineno"> 3908</span>  kAbort = 1</div>
<div class="line"><a name="l03909"></a><span class="lineno"> 3909</span>  };</div>
<div class="line"><a name="l03910"></a><span class="lineno"> 3910</span>  <span class="keyword">virtual</span> ~<a class="code" href="classv8_1_1_output_stream.html">OutputStream</a>() {}</div>
<div class="line"><a name="l03912"></a><span class="lineno"> 3912</span>  <span class="keyword">virtual</span> <span class="keywordtype">void</span> EndOfStream() = 0;</div>
<div class="line"><a name="l03914"></a><span class="lineno"><a class="line" href="classv8_1_1_output_stream.html#a93bdaa790cbd66a7283fad2cca3f48f7"> 3914</a></span>  <span class="keyword">virtual</span> <span class="keywordtype">int</span> <a class="code" href="classv8_1_1_output_stream.html#a93bdaa790cbd66a7283fad2cca3f48f7">GetChunkSize</a>() { <span class="keywordflow">return</span> 1024; }</div>
<div class="line"><a name="l03916"></a><span class="lineno"><a class="line" href="classv8_1_1_output_stream.html#ae64c7719c109c5a7404caf4f311dc32d"> 3916</a></span>  <span class="keyword">virtual</span> OutputEncoding <a class="code" href="classv8_1_1_output_stream.html#ae64c7719c109c5a7404caf4f311dc32d">GetOutputEncoding</a>() { <span class="keywordflow">return</span> kAscii; }</div>
<div class="line"><a name="l03922"></a><span class="lineno"> 3922</span>  <span class="keyword">virtual</span> WriteResult WriteAsciiChunk(<span class="keywordtype">char</span>* data, <span class="keywordtype">int</span> size) = 0;</div>
<div class="line"><a name="l03928"></a><span class="lineno"><a class="line" href="classv8_1_1_output_stream.html#a104fd1a0b5ef685e1d4967aaacbb9e9d"> 3928</a></span>  <span class="keyword">virtual</span> WriteResult <a class="code" href="classv8_1_1_output_stream.html#a104fd1a0b5ef685e1d4967aaacbb9e9d">WriteHeapStatsChunk</a>(<a class="code" href="structv8_1_1_heap_stats_update.html">HeapStatsUpdate</a>* data, <span class="keywordtype">int</span> count) {</div>
<div class="line"><a name="l03929"></a><span class="lineno"> 3929</span>  <span class="keywordflow">return</span> kAbort;</div>
<div class="line"><a name="l03930"></a><span class="lineno"> 3930</span>  };</div>
<div class="line"><a name="l03931"></a><span class="lineno"> 3931</span> };</div>
<div class="line"><a name="l03932"></a><span class="lineno"> 3932</span> </div>
<div class="line"><a name="l03933"></a><span class="lineno"> 3933</span> </div>
<div class="line"><a name="l03938"></a><span class="lineno"><a class="line" href="classv8_1_1_activity_control.html"> 3938</a></span> <span class="keyword">class </span>V8EXPORT <a class="code" href="classv8_1_1_activity_control.html">ActivityControl</a> { <span class="comment">// NOLINT</span></div>
<div class="line"><a name="l03939"></a><span class="lineno"> 3939</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l03940"></a><span class="lineno"> 3940</span>  <span class="keyword">enum</span> ControlOption {</div>
<div class="line"><a name="l03941"></a><span class="lineno"> 3941</span>  kContinue = 0,</div>
<div class="line"><a name="l03942"></a><span class="lineno"> 3942</span>  kAbort = 1</div>
<div class="line"><a name="l03943"></a><span class="lineno"> 3943</span>  };</div>
<div class="line"><a name="l03944"></a><span class="lineno"> 3944</span>  <span class="keyword">virtual</span> ~<a class="code" href="classv8_1_1_activity_control.html">ActivityControl</a>() {}</div>
<div class="line"><a name="l03949"></a><span class="lineno"> 3949</span>  <span class="keyword">virtual</span> ControlOption ReportProgressValue(<span class="keywordtype">int</span> done, <span class="keywordtype">int</span> total) = 0;</div>
<div class="line"><a name="l03950"></a><span class="lineno"> 3950</span> };</div>
<div class="line"><a name="l03951"></a><span class="lineno"> 3951</span> </div>
<div class="line"><a name="l03952"></a><span class="lineno"> 3952</span> </div>
<div class="line"><a name="l03953"></a><span class="lineno"> 3953</span> <span class="comment">// --- Implementation ---</span></div>
<div class="line"><a name="l03954"></a><span class="lineno"> 3954</span> </div>
<div class="line"><a name="l03955"></a><span class="lineno"> 3955</span> </div>
<div class="line"><a name="l03956"></a><span class="lineno"> 3956</span> <span class="keyword">namespace </span>internal {</div>
<div class="line"><a name="l03957"></a><span class="lineno"> 3957</span> </div>
<div class="line"><a name="l03958"></a><span class="lineno"> 3958</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kApiPointerSize = <span class="keyword">sizeof</span>(<span class="keywordtype">void</span>*); <span class="comment">// NOLINT</span></div>
<div class="line"><a name="l03959"></a><span class="lineno"> 3959</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kApiIntSize = <span class="keyword">sizeof</span>(int); <span class="comment">// NOLINT</span></div>
<div class="line"><a name="l03960"></a><span class="lineno"> 3960</span> </div>
<div class="line"><a name="l03961"></a><span class="lineno"> 3961</span> <span class="comment">// Tag information for HeapObject.</span></div>
<div class="line"><a name="l03962"></a><span class="lineno"> 3962</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kHeapObjectTag = 1;</div>
<div class="line"><a name="l03963"></a><span class="lineno"> 3963</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kHeapObjectTagSize = 2;</div>
<div class="line"><a name="l03964"></a><span class="lineno"> 3964</span> <span class="keyword">const</span> intptr_t kHeapObjectTagMask = (1 << kHeapObjectTagSize) - 1;</div>
<div class="line"><a name="l03965"></a><span class="lineno"> 3965</span> </div>
<div class="line"><a name="l03966"></a><span class="lineno"> 3966</span> <span class="comment">// Tag information for Smi.</span></div>
<div class="line"><a name="l03967"></a><span class="lineno"> 3967</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kSmiTag = 0;</div>
<div class="line"><a name="l03968"></a><span class="lineno"> 3968</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kSmiTagSize = 1;</div>
<div class="line"><a name="l03969"></a><span class="lineno"> 3969</span> <span class="keyword">const</span> intptr_t kSmiTagMask = (1 << kSmiTagSize) - 1;</div>
<div class="line"><a name="l03970"></a><span class="lineno"> 3970</span> </div>
<div class="line"><a name="l03971"></a><span class="lineno"><a class="line" href="structv8_1_1internal_1_1_smi_tagging.html"> 3971</a></span> <span class="keyword">template</span> <<span class="keywordtype">size_t</span> ptr_size> <span class="keyword">struct </span><a class="code" href="structv8_1_1internal_1_1_smi_tagging.html">SmiTagging</a>;</div>
<div class="line"><a name="l03972"></a><span class="lineno"> 3972</span> </div>
<div class="line"><a name="l03973"></a><span class="lineno"> 3973</span> <span class="comment">// Smi constants for 32-bit systems.</span></div>
<div class="line"><a name="l03974"></a><span class="lineno"><a class="line" href="structv8_1_1internal_1_1_smi_tagging_3_014_01_4.html"> 3974</a></span> <span class="keyword">template</span> <> <span class="keyword">struct </span><a class="code" href="structv8_1_1internal_1_1_smi_tagging.html">SmiTagging</a><4> {</div>
<div class="line"><a name="l03975"></a><span class="lineno"> 3975</span>  <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kSmiShiftSize = 0;</div>
<div class="line"><a name="l03976"></a><span class="lineno"> 3976</span>  <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kSmiValueSize = 31;</div>
<div class="line"><a name="l03977"></a><span class="lineno"> 3977</span>  <span class="keyword">static</span> <span class="keyword">inline</span> <span class="keywordtype">int</span> SmiToInt(internal::Object* value) {</div>
<div class="line"><a name="l03978"></a><span class="lineno"> 3978</span>  <span class="keywordtype">int</span> shift_bits = kSmiTagSize + kSmiShiftSize;</div>
<div class="line"><a name="l03979"></a><span class="lineno"> 3979</span>  <span class="comment">// Throw away top 32 bits and shift down (requires >> to be sign extending).</span></div>
<div class="line"><a name="l03980"></a><span class="lineno"> 3980</span>  <span class="keywordflow">return</span> <span class="keyword">static_cast<</span><span class="keywordtype">int</span><span class="keyword">></span>(<span class="keyword">reinterpret_cast<</span>intptr_t<span class="keyword">></span>(value)) >> shift_bits;</div>
<div class="line"><a name="l03981"></a><span class="lineno"> 3981</span>  }</div>
<div class="line"><a name="l03982"></a><span class="lineno"> 3982</span> </div>
<div class="line"><a name="l03983"></a><span class="lineno"> 3983</span>  <span class="comment">// For 32-bit systems any 2 bytes aligned pointer can be encoded as smi</span></div>
<div class="line"><a name="l03984"></a><span class="lineno"> 3984</span>  <span class="comment">// with a plain reinterpret_cast.</span></div>
<div class="line"><a name="l03985"></a><span class="lineno"> 3985</span>  <span class="keyword">static</span> <span class="keyword">const</span> uintptr_t kEncodablePointerMask = 0x1;</div>
<div class="line"><a name="l03986"></a><span class="lineno"> 3986</span>  <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kPointerToSmiShift = 0;</div>
<div class="line"><a name="l03987"></a><span class="lineno"> 3987</span> };</div>
<div class="line"><a name="l03988"></a><span class="lineno"> 3988</span> </div>
<div class="line"><a name="l03989"></a><span class="lineno"> 3989</span> <span class="comment">// Smi constants for 64-bit systems.</span></div>
<div class="line"><a name="l03990"></a><span class="lineno"><a class="line" href="structv8_1_1internal_1_1_smi_tagging_3_018_01_4.html"> 3990</a></span> <span class="keyword">template</span> <> <span class="keyword">struct </span><a class="code" href="structv8_1_1internal_1_1_smi_tagging.html">SmiTagging</a><8> {</div>
<div class="line"><a name="l03991"></a><span class="lineno"> 3991</span>  <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kSmiShiftSize = 31;</div>
<div class="line"><a name="l03992"></a><span class="lineno"> 3992</span>  <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kSmiValueSize = 32;</div>
<div class="line"><a name="l03993"></a><span class="lineno"> 3993</span>  <span class="keyword">static</span> <span class="keyword">inline</span> <span class="keywordtype">int</span> SmiToInt(internal::Object* value) {</div>
<div class="line"><a name="l03994"></a><span class="lineno"> 3994</span>  <span class="keywordtype">int</span> shift_bits = kSmiTagSize + kSmiShiftSize;</div>
<div class="line"><a name="l03995"></a><span class="lineno"> 3995</span>  <span class="comment">// Shift down and throw away top 32 bits.</span></div>
<div class="line"><a name="l03996"></a><span class="lineno"> 3996</span>  <span class="keywordflow">return</span> <span class="keyword">static_cast<</span><span class="keywordtype">int</span><span class="keyword">></span>(<span class="keyword">reinterpret_cast<</span>intptr_t<span class="keyword">></span>(value) >> shift_bits);</div>
<div class="line"><a name="l03997"></a><span class="lineno"> 3997</span>  }</div>
<div class="line"><a name="l03998"></a><span class="lineno"> 3998</span> </div>
<div class="line"><a name="l03999"></a><span class="lineno"> 3999</span>  <span class="comment">// To maximize the range of pointers that can be encoded</span></div>
<div class="line"><a name="l04000"></a><span class="lineno"> 4000</span>  <span class="comment">// in the available 32 bits, we require them to be 8 bytes aligned.</span></div>
<div class="line"><a name="l04001"></a><span class="lineno"> 4001</span>  <span class="comment">// This gives 2 ^ (32 + 3) = 32G address space covered.</span></div>
<div class="line"><a name="l04002"></a><span class="lineno"> 4002</span>  <span class="comment">// It might be not enough to cover stack allocated objects on some platforms.</span></div>
<div class="line"><a name="l04003"></a><span class="lineno"> 4003</span>  <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kPointerAlignment = 3;</div>
<div class="line"><a name="l04004"></a><span class="lineno"> 4004</span> </div>
<div class="line"><a name="l04005"></a><span class="lineno"> 4005</span>  <span class="keyword">static</span> <span class="keyword">const</span> uintptr_t kEncodablePointerMask =</div>
<div class="line"><a name="l04006"></a><span class="lineno"> 4006</span>  ~(uintptr_t(0xffffffff) << kPointerAlignment);</div>
<div class="line"><a name="l04007"></a><span class="lineno"> 4007</span> </div>
<div class="line"><a name="l04008"></a><span class="lineno"> 4008</span>  <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kPointerToSmiShift =</div>
<div class="line"><a name="l04009"></a><span class="lineno"> 4009</span>  kSmiTagSize + kSmiShiftSize - kPointerAlignment;</div>
<div class="line"><a name="l04010"></a><span class="lineno"> 4010</span> };</div>
<div class="line"><a name="l04011"></a><span class="lineno"> 4011</span> </div>
<div class="line"><a name="l04012"></a><span class="lineno"> 4012</span> <span class="keyword">typedef</span> <a class="code" href="structv8_1_1internal_1_1_smi_tagging.html">SmiTagging<kApiPointerSize></a> <a class="code" href="structv8_1_1internal_1_1_smi_tagging.html">PlatformSmiTagging</a>;</div>
<div class="line"><a name="l04013"></a><span class="lineno"> 4013</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kSmiShiftSize = PlatformSmiTagging::kSmiShiftSize;</div>
<div class="line"><a name="l04014"></a><span class="lineno"> 4014</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kSmiValueSize = PlatformSmiTagging::kSmiValueSize;</div>
<div class="line"><a name="l04015"></a><span class="lineno"> 4015</span> <span class="keyword">const</span> uintptr_t kEncodablePointerMask =</div>
<div class="line"><a name="l04016"></a><span class="lineno"> 4016</span>  PlatformSmiTagging::kEncodablePointerMask;</div>
<div class="line"><a name="l04017"></a><span class="lineno"> 4017</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kPointerToSmiShift = PlatformSmiTagging::kPointerToSmiShift;</div>
<div class="line"><a name="l04018"></a><span class="lineno"> 4018</span> </div>
<div class="line"><a name="l04024"></a><span class="lineno"><a class="line" href="classv8_1_1internal_1_1_internals.html"> 4024</a></span> <span class="keyword">class </span><a class="code" href="classv8_1_1internal_1_1_internals.html">Internals</a> {</div>
<div class="line"><a name="l04025"></a><span class="lineno"> 4025</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l04026"></a><span class="lineno"> 4026</span>  <span class="comment">// These values match non-compiler-dependent values defined within</span></div>
<div class="line"><a name="l04027"></a><span class="lineno"> 4027</span>  <span class="comment">// the implementation of v8.</span></div>
<div class="line"><a name="l04028"></a><span class="lineno"> 4028</span>  <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kHeapObjectMapOffset = 0;</div>
<div class="line"><a name="l04029"></a><span class="lineno"> 4029</span>  <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kMapInstanceTypeOffset = 1 * kApiPointerSize + kApiIntSize;</div>
<div class="line"><a name="l04030"></a><span class="lineno"> 4030</span>  <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kStringResourceOffset = 3 * kApiPointerSize;</div>
<div class="line"><a name="l04031"></a><span class="lineno"> 4031</span> </div>
<div class="line"><a name="l04032"></a><span class="lineno"> 4032</span>  <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kOddballKindOffset = 3 * kApiPointerSize;</div>
<div class="line"><a name="l04033"></a><span class="lineno"> 4033</span>  <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kForeignAddressOffset = kApiPointerSize;</div>
<div class="line"><a name="l04034"></a><span class="lineno"> 4034</span>  <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kJSObjectHeaderSize = 3 * kApiPointerSize;</div>
<div class="line"><a name="l04035"></a><span class="lineno"> 4035</span>  <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kFullStringRepresentationMask = 0x07;</div>
<div class="line"><a name="l04036"></a><span class="lineno"> 4036</span>  <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kExternalTwoByteRepresentationTag = 0x02;</div>
<div class="line"><a name="l04037"></a><span class="lineno"> 4037</span> </div>
<div class="line"><a name="l04038"></a><span class="lineno"> 4038</span>  <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kIsolateStateOffset = 0;</div>
<div class="line"><a name="l04039"></a><span class="lineno"> 4039</span>  <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kIsolateEmbedderDataOffset = 1 * kApiPointerSize;</div>
<div class="line"><a name="l04040"></a><span class="lineno"> 4040</span>  <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kIsolateRootsOffset = 3 * kApiPointerSize;</div>
<div class="line"><a name="l04041"></a><span class="lineno"> 4041</span>  <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kUndefinedValueRootIndex = 5;</div>
<div class="line"><a name="l04042"></a><span class="lineno"> 4042</span>  <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kNullValueRootIndex = 7;</div>
<div class="line"><a name="l04043"></a><span class="lineno"> 4043</span>  <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kTrueValueRootIndex = 8;</div>
<div class="line"><a name="l04044"></a><span class="lineno"> 4044</span>  <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kFalseValueRootIndex = 9;</div>
<div class="line"><a name="l04045"></a><span class="lineno"> 4045</span>  <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kEmptySymbolRootIndex = 116;</div>
<div class="line"><a name="l04046"></a><span class="lineno"> 4046</span> </div>
<div class="line"><a name="l04047"></a><span class="lineno"> 4047</span>  <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kJSObjectType = 0xaa;</div>
<div class="line"><a name="l04048"></a><span class="lineno"> 4048</span>  <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kFirstNonstringType = 0x80;</div>
<div class="line"><a name="l04049"></a><span class="lineno"> 4049</span>  <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kOddballType = 0x82;</div>
<div class="line"><a name="l04050"></a><span class="lineno"> 4050</span>  <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kForeignType = 0x85;</div>
<div class="line"><a name="l04051"></a><span class="lineno"> 4051</span> </div>
<div class="line"><a name="l04052"></a><span class="lineno"> 4052</span>  <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kUndefinedOddballKind = 5;</div>
<div class="line"><a name="l04053"></a><span class="lineno"> 4053</span>  <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kNullOddballKind = 3;</div>
<div class="line"><a name="l04054"></a><span class="lineno"> 4054</span> </div>
<div class="line"><a name="l04055"></a><span class="lineno"> 4055</span>  <span class="keyword">static</span> <span class="keyword">inline</span> <span class="keywordtype">bool</span> HasHeapObjectTag(internal::Object* value) {</div>
<div class="line"><a name="l04056"></a><span class="lineno"> 4056</span>  <span class="keywordflow">return</span> ((reinterpret_cast<intptr_t>(value) & kHeapObjectTagMask) ==</div>
<div class="line"><a name="l04057"></a><span class="lineno"> 4057</span>  kHeapObjectTag);</div>
<div class="line"><a name="l04058"></a><span class="lineno"> 4058</span>  }</div>
<div class="line"><a name="l04059"></a><span class="lineno"> 4059</span> </div>
<div class="line"><a name="l04060"></a><span class="lineno"> 4060</span>  <span class="keyword">static</span> <span class="keyword">inline</span> <span class="keywordtype">bool</span> HasSmiTag(internal::Object* value) {</div>
<div class="line"><a name="l04061"></a><span class="lineno"> 4061</span>  <span class="keywordflow">return</span> ((reinterpret_cast<intptr_t>(value) & kSmiTagMask) == kSmiTag);</div>
<div class="line"><a name="l04062"></a><span class="lineno"> 4062</span>  }</div>
<div class="line"><a name="l04063"></a><span class="lineno"> 4063</span> </div>
<div class="line"><a name="l04064"></a><span class="lineno"> 4064</span>  <span class="keyword">static</span> <span class="keyword">inline</span> <span class="keywordtype">int</span> SmiValue(internal::Object* value) {</div>
<div class="line"><a name="l04065"></a><span class="lineno"> 4065</span>  <span class="keywordflow">return</span> PlatformSmiTagging::SmiToInt(value);</div>
<div class="line"><a name="l04066"></a><span class="lineno"> 4066</span>  }</div>
<div class="line"><a name="l04067"></a><span class="lineno"> 4067</span> </div>
<div class="line"><a name="l04068"></a><span class="lineno"> 4068</span>  <span class="keyword">static</span> <span class="keyword">inline</span> <span class="keywordtype">int</span> GetInstanceType(internal::Object* obj) {</div>
<div class="line"><a name="l04069"></a><span class="lineno"> 4069</span>  <span class="keyword">typedef</span> internal::Object O;</div>
<div class="line"><a name="l04070"></a><span class="lineno"> 4070</span>  O* map = ReadField<O*>(obj, kHeapObjectMapOffset);</div>
<div class="line"><a name="l04071"></a><span class="lineno"> 4071</span>  <span class="keywordflow">return</span> ReadField<uint8_t>(map, kMapInstanceTypeOffset);</div>
<div class="line"><a name="l04072"></a><span class="lineno"> 4072</span>  }</div>
<div class="line"><a name="l04073"></a><span class="lineno"> 4073</span> </div>
<div class="line"><a name="l04074"></a><span class="lineno"> 4074</span>  <span class="keyword">static</span> <span class="keyword">inline</span> <span class="keywordtype">int</span> GetOddballKind(internal::Object* obj) {</div>
<div class="line"><a name="l04075"></a><span class="lineno"> 4075</span>  <span class="keyword">typedef</span> internal::Object O;</div>
<div class="line"><a name="l04076"></a><span class="lineno"> 4076</span>  <span class="keywordflow">return</span> SmiValue(ReadField<O*>(obj, kOddballKindOffset));</div>
<div class="line"><a name="l04077"></a><span class="lineno"> 4077</span>  }</div>
<div class="line"><a name="l04078"></a><span class="lineno"> 4078</span> </div>
<div class="line"><a name="l04079"></a><span class="lineno"> 4079</span>  <span class="keyword">static</span> <span class="keyword">inline</span> <span class="keywordtype">void</span>* GetExternalPointerFromSmi(internal::Object* value) {</div>
<div class="line"><a name="l04080"></a><span class="lineno"> 4080</span>  <span class="keyword">const</span> uintptr_t address = <span class="keyword">reinterpret_cast<</span>uintptr_t<span class="keyword">></span>(value);</div>
<div class="line"><a name="l04081"></a><span class="lineno"> 4081</span>  <span class="keywordflow">return</span> <span class="keyword">reinterpret_cast<</span><span class="keywordtype">void</span>*<span class="keyword">></span>(address >> kPointerToSmiShift);</div>
<div class="line"><a name="l04082"></a><span class="lineno"> 4082</span>  }</div>
<div class="line"><a name="l04083"></a><span class="lineno"> 4083</span> </div>
<div class="line"><a name="l04084"></a><span class="lineno"> 4084</span>  <span class="keyword">static</span> <span class="keyword">inline</span> <span class="keywordtype">void</span>* GetExternalPointer(internal::Object* obj) {</div>
<div class="line"><a name="l04085"></a><span class="lineno"> 4085</span>  <span class="keywordflow">if</span> (HasSmiTag(obj)) {</div>
<div class="line"><a name="l04086"></a><span class="lineno"> 4086</span>  <span class="keywordflow">return</span> GetExternalPointerFromSmi(obj);</div>
<div class="line"><a name="l04087"></a><span class="lineno"> 4087</span>  } <span class="keywordflow">else</span> <span class="keywordflow">if</span> (GetInstanceType(obj) == kForeignType) {</div>
<div class="line"><a name="l04088"></a><span class="lineno"> 4088</span>  <span class="keywordflow">return</span> ReadField<void*>(obj, kForeignAddressOffset);</div>
<div class="line"><a name="l04089"></a><span class="lineno"> 4089</span>  } <span class="keywordflow">else</span> {</div>
<div class="line"><a name="l04090"></a><span class="lineno"> 4090</span>  <span class="keywordflow">return</span> NULL;</div>
<div class="line"><a name="l04091"></a><span class="lineno"> 4091</span>  }</div>
<div class="line"><a name="l04092"></a><span class="lineno"> 4092</span>  }</div>
<div class="line"><a name="l04093"></a><span class="lineno"> 4093</span> </div>
<div class="line"><a name="l04094"></a><span class="lineno"> 4094</span>  <span class="keyword">static</span> <span class="keyword">inline</span> <span class="keywordtype">bool</span> IsExternalTwoByteString(<span class="keywordtype">int</span> instance_type) {</div>
<div class="line"><a name="l04095"></a><span class="lineno"> 4095</span>  <span class="keywordtype">int</span> representation = (instance_type & kFullStringRepresentationMask);</div>
<div class="line"><a name="l04096"></a><span class="lineno"> 4096</span>  <span class="keywordflow">return</span> representation == kExternalTwoByteRepresentationTag;</div>
<div class="line"><a name="l04097"></a><span class="lineno"> 4097</span>  }</div>
<div class="line"><a name="l04098"></a><span class="lineno"> 4098</span> </div>
<div class="line"><a name="l04099"></a><span class="lineno"> 4099</span>  <span class="keyword">static</span> <span class="keyword">inline</span> <span class="keywordtype">bool</span> IsInitialized(<a class="code" href="classv8_1_1_isolate.html">v8::Isolate</a>* isolate) {</div>
<div class="line"><a name="l04100"></a><span class="lineno"> 4100</span>  uint8_t* addr = <span class="keyword">reinterpret_cast<</span>uint8_t*<span class="keyword">></span>(isolate) + kIsolateStateOffset;</div>
<div class="line"><a name="l04101"></a><span class="lineno"> 4101</span>  <span class="keywordflow">return</span> *<span class="keyword">reinterpret_cast<</span><span class="keywordtype">int</span>*<span class="keyword">></span>(addr) == 1;</div>
<div class="line"><a name="l04102"></a><span class="lineno"> 4102</span>  }</div>
<div class="line"><a name="l04103"></a><span class="lineno"> 4103</span> </div>
<div class="line"><a name="l04104"></a><span class="lineno"> 4104</span>  <span class="keyword">static</span> <span class="keyword">inline</span> <span class="keywordtype">void</span> SetEmbedderData(<a class="code" href="classv8_1_1_isolate.html">v8::Isolate</a>* isolate, <span class="keywordtype">void</span>* data) {</div>
<div class="line"><a name="l04105"></a><span class="lineno"> 4105</span>  uint8_t* addr = <span class="keyword">reinterpret_cast<</span>uint8_t*<span class="keyword">></span>(isolate) +</div>
<div class="line"><a name="l04106"></a><span class="lineno"> 4106</span>  kIsolateEmbedderDataOffset;</div>
<div class="line"><a name="l04107"></a><span class="lineno"> 4107</span>  *<span class="keyword">reinterpret_cast<</span><span class="keywordtype">void</span>**<span class="keyword">></span>(addr) = data;</div>
<div class="line"><a name="l04108"></a><span class="lineno"> 4108</span>  }</div>
<div class="line"><a name="l04109"></a><span class="lineno"> 4109</span> </div>
<div class="line"><a name="l04110"></a><span class="lineno"> 4110</span>  <span class="keyword">static</span> <span class="keyword">inline</span> <span class="keywordtype">void</span>* GetEmbedderData(<a class="code" href="classv8_1_1_isolate.html">v8::Isolate</a>* isolate) {</div>
<div class="line"><a name="l04111"></a><span class="lineno"> 4111</span>  uint8_t* addr = <span class="keyword">reinterpret_cast<</span>uint8_t*<span class="keyword">></span>(isolate) +</div>
<div class="line"><a name="l04112"></a><span class="lineno"> 4112</span>  kIsolateEmbedderDataOffset;</div>
<div class="line"><a name="l04113"></a><span class="lineno"> 4113</span>  <span class="keywordflow">return</span> *<span class="keyword">reinterpret_cast<</span><span class="keywordtype">void</span>**<span class="keyword">></span>(addr);</div>
<div class="line"><a name="l04114"></a><span class="lineno"> 4114</span>  }</div>
<div class="line"><a name="l04115"></a><span class="lineno"> 4115</span> </div>
<div class="line"><a name="l04116"></a><span class="lineno"> 4116</span>  <span class="keyword">static</span> <span class="keyword">inline</span> internal::Object** GetRoot(<a class="code" href="classv8_1_1_isolate.html">v8::Isolate</a>* isolate, <span class="keywordtype">int</span> index) {</div>
<div class="line"><a name="l04117"></a><span class="lineno"> 4117</span>  uint8_t* addr = <span class="keyword">reinterpret_cast<</span>uint8_t*<span class="keyword">></span>(isolate) + kIsolateRootsOffset;</div>
<div class="line"><a name="l04118"></a><span class="lineno"> 4118</span>  <span class="keywordflow">return</span> <span class="keyword">reinterpret_cast<</span>internal::Object**<span class="keyword">></span>(addr + index * kApiPointerSize);</div>
<div class="line"><a name="l04119"></a><span class="lineno"> 4119</span>  }</div>
<div class="line"><a name="l04120"></a><span class="lineno"> 4120</span> </div>
<div class="line"><a name="l04121"></a><span class="lineno"> 4121</span>  <span class="keyword">template</span> <<span class="keyword">typename</span> T></div>
<div class="line"><a name="l04122"></a><span class="lineno"> 4122</span>  <span class="keyword">static</span> <span class="keyword">inline</span> T ReadField(<a class="code" href="classv8_1_1_object.html">Object</a>* ptr, <span class="keywordtype">int</span> offset) {</div>
<div class="line"><a name="l04123"></a><span class="lineno"> 4123</span>  uint8_t* addr = <span class="keyword">reinterpret_cast<</span>uint8_t*<span class="keyword">></span>(ptr) + offset - kHeapObjectTag;</div>
<div class="line"><a name="l04124"></a><span class="lineno"> 4124</span>  <span class="keywordflow">return</span> *<span class="keyword">reinterpret_cast<</span>T*<span class="keyword">></span>(addr);</div>
<div class="line"><a name="l04125"></a><span class="lineno"> 4125</span>  }</div>
<div class="line"><a name="l04126"></a><span class="lineno"> 4126</span> </div>
<div class="line"><a name="l04127"></a><span class="lineno"> 4127</span>  <span class="keyword">static</span> <span class="keyword">inline</span> <span class="keywordtype">bool</span> CanCastToHeapObject(<span class="keywordtype">void</span>* o) { <span class="keywordflow">return</span> <span class="keyword">false</span>; }</div>
<div class="line"><a name="l04128"></a><span class="lineno"> 4128</span>  <span class="keyword">static</span> <span class="keyword">inline</span> <span class="keywordtype">bool</span> CanCastToHeapObject(<a class="code" href="classv8_1_1_context.html">Context</a>* o) { <span class="keywordflow">return</span> <span class="keyword">true</span>; }</div>
<div class="line"><a name="l04129"></a><span class="lineno"> 4129</span>  <span class="keyword">static</span> <span class="keyword">inline</span> <span class="keywordtype">bool</span> CanCastToHeapObject(<a class="code" href="classv8_1_1_string.html">String</a>* o) { <span class="keywordflow">return</span> <span class="keyword">true</span>; }</div>
<div class="line"><a name="l04130"></a><span class="lineno"> 4130</span>  <span class="keyword">static</span> <span class="keyword">inline</span> <span class="keywordtype">bool</span> CanCastToHeapObject(<a class="code" href="classv8_1_1_object.html">Object</a>* o) { <span class="keywordflow">return</span> <span class="keyword">true</span>; }</div>
<div class="line"><a name="l04131"></a><span class="lineno"> 4131</span>  <span class="keyword">static</span> <span class="keyword">inline</span> <span class="keywordtype">bool</span> CanCastToHeapObject(<a class="code" href="classv8_1_1_message.html">Message</a>* o) { <span class="keywordflow">return</span> <span class="keyword">true</span>; }</div>
<div class="line"><a name="l04132"></a><span class="lineno"> 4132</span>  <span class="keyword">static</span> <span class="keyword">inline</span> <span class="keywordtype">bool</span> CanCastToHeapObject(<a class="code" href="classv8_1_1_stack_trace.html">StackTrace</a>* o) { <span class="keywordflow">return</span> <span class="keyword">true</span>; }</div>
<div class="line"><a name="l04133"></a><span class="lineno"> 4133</span>  <span class="keyword">static</span> <span class="keyword">inline</span> <span class="keywordtype">bool</span> CanCastToHeapObject(<a class="code" href="classv8_1_1_stack_frame.html">StackFrame</a>* o) { <span class="keywordflow">return</span> <span class="keyword">true</span>; }</div>
<div class="line"><a name="l04134"></a><span class="lineno"> 4134</span> };</div>
<div class="line"><a name="l04135"></a><span class="lineno"> 4135</span> </div>
<div class="line"><a name="l04136"></a><span class="lineno"> 4136</span> } <span class="comment">// namespace internal</span></div>
<div class="line"><a name="l04137"></a><span class="lineno"> 4137</span> </div>
<div class="line"><a name="l04138"></a><span class="lineno"> 4138</span> </div>
<div class="line"><a name="l04139"></a><span class="lineno"> 4139</span> <span class="keyword">template</span> <<span class="keyword">class</span> T></div>
<div class="line"><a name="l04140"></a><span class="lineno"> 4140</span> <a class="code" href="classv8_1_1_local.html">Local<T>::Local</a>() : <a class="code" href="classv8_1_1_handle.html">Handle</a><T>() { }</div>
<div class="line"><a name="l04141"></a><span class="lineno"> 4141</span> </div>
<div class="line"><a name="l04142"></a><span class="lineno"> 4142</span> </div>
<div class="line"><a name="l04143"></a><span class="lineno"> 4143</span> <span class="keyword">template</span> <<span class="keyword">class</span> T></div>
<div class="line"><a name="l04144"></a><span class="lineno"><a class="line" href="classv8_1_1_local.html#ac4024a7e2aea140c6aaa38fc32d5a840"> 4144</a></span> <a class="code" href="classv8_1_1_local.html">Local<T></a> <a class="code" href="classv8_1_1_local.html#ac4024a7e2aea140c6aaa38fc32d5a840">Local<T>::New</a>(<a class="code" href="classv8_1_1_handle.html">Handle<T></a> that) {</div>
<div class="line"><a name="l04145"></a><span class="lineno"> 4145</span>  <span class="keywordflow">if</span> (that.<a class="code" href="classv8_1_1_handle.html#ab3b20b28e7f672de83a2dc8d6809f815">IsEmpty</a>()) <span class="keywordflow">return</span> <a class="code" href="classv8_1_1_local.html">Local<T></a>();</div>
<div class="line"><a name="l04146"></a><span class="lineno"> 4146</span>  T* that_ptr = *that;</div>
<div class="line"><a name="l04147"></a><span class="lineno"> 4147</span>  internal::Object** p = <span class="keyword">reinterpret_cast<</span>internal::Object**<span class="keyword">></span>(that_ptr);</div>
<div class="line"><a name="l04148"></a><span class="lineno"> 4148</span>  <span class="keywordflow">if</span> (internal::Internals::CanCastToHeapObject(that_ptr)) {</div>
<div class="line"><a name="l04149"></a><span class="lineno"> 4149</span>  <span class="keywordflow">return</span> <a class="code" href="classv8_1_1_local.html">Local<T></a>(<span class="keyword">reinterpret_cast<</span>T*<span class="keyword">></span>(<a class="code" href="classv8_1_1_handle_scope.html#a93131ee7939a9bc52a62a1f370882906">HandleScope::CreateHandle</a>(</div>
<div class="line"><a name="l04150"></a><span class="lineno"> 4150</span>  reinterpret_cast<internal::HeapObject*>(*p))));</div>
<div class="line"><a name="l04151"></a><span class="lineno"> 4151</span>  }</div>
<div class="line"><a name="l04152"></a><span class="lineno"> 4152</span>  <span class="keywordflow">return</span> <a class="code" href="classv8_1_1_local.html">Local<T></a>(<span class="keyword">reinterpret_cast<</span>T*<span class="keyword">></span>(<a class="code" href="classv8_1_1_handle_scope.html#a93131ee7939a9bc52a62a1f370882906">HandleScope::CreateHandle</a>(*p)));</div>
<div class="line"><a name="l04153"></a><span class="lineno"> 4153</span> }</div>
<div class="line"><a name="l04154"></a><span class="lineno"> 4154</span> </div>
<div class="line"><a name="l04155"></a><span class="lineno"> 4155</span> </div>
<div class="line"><a name="l04156"></a><span class="lineno"> 4156</span> <span class="keyword">template</span> <<span class="keyword">class</span> T></div>
<div class="line"><a name="l04157"></a><span class="lineno"><a class="line" href="classv8_1_1_persistent.html#ad309269ccaeffa6dec338093752ca539"> 4157</a></span> <a class="code" href="classv8_1_1_persistent.html">Persistent<T></a> <a class="code" href="classv8_1_1_persistent.html#ad309269ccaeffa6dec338093752ca539">Persistent<T>::New</a>(<a class="code" href="classv8_1_1_handle.html">Handle<T></a> that) {</div>
<div class="line"><a name="l04158"></a><span class="lineno"> 4158</span>  <span class="keywordflow">if</span> (that.<a class="code" href="classv8_1_1_handle.html#ab3b20b28e7f672de83a2dc8d6809f815">IsEmpty</a>()) <span class="keywordflow">return</span> <a class="code" href="classv8_1_1_persistent.html">Persistent<T></a>();</div>
<div class="line"><a name="l04159"></a><span class="lineno"> 4159</span>  internal::Object** p = <span class="keyword">reinterpret_cast<</span>internal::Object**<span class="keyword">></span>(*that);</div>
<div class="line"><a name="l04160"></a><span class="lineno"> 4160</span>  <span class="keywordflow">return</span> <a class="code" href="classv8_1_1_persistent.html">Persistent<T></a>(<span class="keyword">reinterpret_cast<</span>T*<span class="keyword">></span>(V8::GlobalizeReference(p)));</div>
<div class="line"><a name="l04161"></a><span class="lineno"> 4161</span> }</div>
<div class="line"><a name="l04162"></a><span class="lineno"> 4162</span> </div>
<div class="line"><a name="l04163"></a><span class="lineno"> 4163</span> </div>
<div class="line"><a name="l04164"></a><span class="lineno"> 4164</span> <span class="keyword">template</span> <<span class="keyword">class</span> T></div>
<div class="line"><a name="l04165"></a><span class="lineno"><a class="line" href="classv8_1_1_persistent.html#a1f60b982c5e734df7e4fe22ccd5b62cf"> 4165</a></span> <span class="keywordtype">bool</span> <a class="code" href="classv8_1_1_persistent.html#a1f60b982c5e734df7e4fe22ccd5b62cf">Persistent<T>::IsNearDeath</a>()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l04166"></a><span class="lineno"> 4166</span>  <span class="keywordflow">if</span> (this->IsEmpty()) <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
<div class="line"><a name="l04167"></a><span class="lineno"> 4167</span>  <span class="keywordflow">return</span> V8::IsGlobalNearDeath(reinterpret_cast<internal::Object**>(**<span class="keyword">this</span>));</div>
<div class="line"><a name="l04168"></a><span class="lineno"> 4168</span> }</div>
<div class="line"><a name="l04169"></a><span class="lineno"> 4169</span> </div>
<div class="line"><a name="l04170"></a><span class="lineno"> 4170</span> </div>
<div class="line"><a name="l04171"></a><span class="lineno"> 4171</span> <span class="keyword">template</span> <<span class="keyword">class</span> T></div>
<div class="line"><a name="l04172"></a><span class="lineno"><a class="line" href="classv8_1_1_persistent.html#aa636a55b81eee222f86866dd5ae8c06f"> 4172</a></span> <span class="keywordtype">bool</span> <a class="code" href="classv8_1_1_persistent.html#aa636a55b81eee222f86866dd5ae8c06f">Persistent<T>::IsWeak</a>()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l04173"></a><span class="lineno"> 4173</span>  <span class="keywordflow">if</span> (this->IsEmpty()) <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
<div class="line"><a name="l04174"></a><span class="lineno"> 4174</span>  <span class="keywordflow">return</span> V8::IsGlobalWeak(reinterpret_cast<internal::Object**>(**<span class="keyword">this</span>));</div>
<div class="line"><a name="l04175"></a><span class="lineno"> 4175</span> }</div>
<div class="line"><a name="l04176"></a><span class="lineno"> 4176</span> </div>
<div class="line"><a name="l04177"></a><span class="lineno"> 4177</span> </div>
<div class="line"><a name="l04178"></a><span class="lineno"> 4178</span> <span class="keyword">template</span> <<span class="keyword">class</span> T></div>
<div class="line"><a name="l04179"></a><span class="lineno"><a class="line" href="classv8_1_1_persistent.html#a33e53191844272ba0f2da4f55fc12297"> 4179</a></span> <span class="keywordtype">void</span> <a class="code" href="classv8_1_1_persistent.html#a33e53191844272ba0f2da4f55fc12297">Persistent<T>::Dispose</a>() {</div>
<div class="line"><a name="l04180"></a><span class="lineno"> 4180</span>  <span class="keywordflow">if</span> (this->IsEmpty()) <span class="keywordflow">return</span>;</div>
<div class="line"><a name="l04181"></a><span class="lineno"> 4181</span>  V8::DisposeGlobal(reinterpret_cast<internal::Object**>(**<span class="keyword">this</span>));</div>
<div class="line"><a name="l04182"></a><span class="lineno"> 4182</span> }</div>
<div class="line"><a name="l04183"></a><span class="lineno"> 4183</span> </div>
<div class="line"><a name="l04184"></a><span class="lineno"> 4184</span> </div>
<div class="line"><a name="l04185"></a><span class="lineno"> 4185</span> <span class="keyword">template</span> <<span class="keyword">class</span> T></div>
<div class="line"><a name="l04186"></a><span class="lineno"><a class="line" href="classv8_1_1_persistent.html#aff7516636baaf209885220f7cff34463"> 4186</a></span> <a class="code" href="classv8_1_1_persistent.html#aff7516636baaf209885220f7cff34463">Persistent<T>::Persistent</a>() : <a class="code" href="classv8_1_1_handle.html">Handle</a><T>() { }</div>
<div class="line"><a name="l04187"></a><span class="lineno"> 4187</span> </div>
<div class="line"><a name="l04188"></a><span class="lineno"> 4188</span> <span class="keyword">template</span> <<span class="keyword">class</span> T></div>
<div class="line"><a name="l04189"></a><span class="lineno"><a class="line" href="classv8_1_1_persistent.html#ab04609812113450bece2640ad0b27658"> 4189</a></span> <span class="keywordtype">void</span> <a class="code" href="classv8_1_1_persistent.html#ab04609812113450bece2640ad0b27658">Persistent<T>::MakeWeak</a>(<span class="keywordtype">void</span>* parameters, <a class="code" href="namespacev8.html#a4d5db775dbc002b23f1b55ec7ce80ea5">WeakReferenceCallback</a> callback) {</div>
<div class="line"><a name="l04190"></a><span class="lineno"> 4190</span>  V8::MakeWeak(reinterpret_cast<internal::Object**>(**<span class="keyword">this</span>),</div>
<div class="line"><a name="l04191"></a><span class="lineno"> 4191</span>  parameters,</div>
<div class="line"><a name="l04192"></a><span class="lineno"> 4192</span>  callback);</div>
<div class="line"><a name="l04193"></a><span class="lineno"> 4193</span> }</div>
<div class="line"><a name="l04194"></a><span class="lineno"> 4194</span> </div>
<div class="line"><a name="l04195"></a><span class="lineno"> 4195</span> <span class="keyword">template</span> <<span class="keyword">class</span> T></div>
<div class="line"><a name="l04196"></a><span class="lineno"><a class="line" href="classv8_1_1_persistent.html#a30806c1125371c269a02ec03d47c69ab"> 4196</a></span> <span class="keywordtype">void</span> <a class="code" href="classv8_1_1_persistent.html#a30806c1125371c269a02ec03d47c69ab">Persistent<T>::ClearWeak</a>() {</div>
<div class="line"><a name="l04197"></a><span class="lineno"> 4197</span>  V8::ClearWeak(reinterpret_cast<internal::Object**>(**<span class="keyword">this</span>));</div>
<div class="line"><a name="l04198"></a><span class="lineno"> 4198</span> }</div>
<div class="line"><a name="l04199"></a><span class="lineno"> 4199</span> </div>
<div class="line"><a name="l04200"></a><span class="lineno"> 4200</span> <span class="keyword">template</span> <<span class="keyword">class</span> T></div>
<div class="line"><a name="l04201"></a><span class="lineno"><a class="line" href="classv8_1_1_persistent.html#a2c3bc812813279b80326c8a52164a2b4"> 4201</a></span> <span class="keywordtype">void</span> <a class="code" href="classv8_1_1_persistent.html#a2c3bc812813279b80326c8a52164a2b4">Persistent<T>::MarkIndependent</a>() {</div>
<div class="line"><a name="l04202"></a><span class="lineno"> 4202</span>  V8::MarkIndependent(reinterpret_cast<internal::Object**>(**<span class="keyword">this</span>));</div>
<div class="line"><a name="l04203"></a><span class="lineno"> 4203</span> }</div>
<div class="line"><a name="l04204"></a><span class="lineno"> 4204</span> </div>
<div class="line"><a name="l04205"></a><span class="lineno"> 4205</span> <span class="keyword">template</span> <<span class="keyword">class</span> T></div>
<div class="line"><a name="l04206"></a><span class="lineno"><a class="line" href="classv8_1_1_persistent.html#a41c933abe7726d4c314804859ef3acae"> 4206</a></span> <span class="keywordtype">void</span> <a class="code" href="classv8_1_1_persistent.html#a41c933abe7726d4c314804859ef3acae">Persistent<T>::SetWrapperClassId</a>(uint16_t class_id) {</div>
<div class="line"><a name="l04207"></a><span class="lineno"> 4207</span>  V8::SetWrapperClassId(reinterpret_cast<internal::Object**>(**<span class="keyword">this</span>), class_id);</div>
<div class="line"><a name="l04208"></a><span class="lineno"> 4208</span> }</div>
<div class="line"><a name="l04209"></a><span class="lineno"> 4209</span> </div>
<div class="line"><a name="l04210"></a><span class="lineno"> 4210</span> Arguments::Arguments(internal::Object** implicit_args,</div>
<div class="line"><a name="l04211"></a><span class="lineno"> 4211</span>  internal::Object** values, <span class="keywordtype">int</span> length,</div>
<div class="line"><a name="l04212"></a><span class="lineno"> 4212</span>  <span class="keywordtype">bool</span> is_construct_call)</div>
<div class="line"><a name="l04213"></a><span class="lineno"> 4213</span>  : implicit_args_(implicit_args),</div>
<div class="line"><a name="l04214"></a><span class="lineno"> 4214</span>  values_(values),</div>
<div class="line"><a name="l04215"></a><span class="lineno"> 4215</span>  length_(length),</div>
<div class="line"><a name="l04216"></a><span class="lineno"> 4216</span>  is_construct_call_(is_construct_call) { }</div>
<div class="line"><a name="l04217"></a><span class="lineno"> 4217</span> </div>
<div class="line"><a name="l04218"></a><span class="lineno"> 4218</span> </div>
<div class="line"><a name="l04219"></a><span class="lineno"> 4219</span> Local<Value> Arguments::operator[](<span class="keywordtype">int</span> i)<span class="keyword"> const </span>{</div>
<div class="line"><a name="l04220"></a><span class="lineno"> 4220</span>  <span class="keywordflow">if</span> (i < 0 || length_ <= i) <span class="keywordflow">return</span> Local<Value>(*Undefined());</div>
<div class="line"><a name="l04221"></a><span class="lineno"> 4221</span>  <span class="keywordflow">return</span> Local<Value>(<span class="keyword">reinterpret_cast<</span>Value*<span class="keyword">></span>(values_ - i));</div>
<div class="line"><a name="l04222"></a><span class="lineno"> 4222</span> }</div>
<div class="line"><a name="l04223"></a><span class="lineno"> 4223</span> </div>
<div class="line"><a name="l04224"></a><span class="lineno"> 4224</span> </div>
<div class="line"><a name="l04225"></a><span class="lineno"> 4225</span> Local<Function> Arguments::Callee()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l04226"></a><span class="lineno"> 4226</span>  <span class="keywordflow">return</span> Local<Function>(<span class="keyword">reinterpret_cast<</span>Function*<span class="keyword">></span>(</div>
<div class="line"><a name="l04227"></a><span class="lineno"> 4227</span>  &implicit_args_[kCalleeIndex]));</div>
<div class="line"><a name="l04228"></a><span class="lineno"> 4228</span> }</div>
<div class="line"><a name="l04229"></a><span class="lineno"> 4229</span> </div>
<div class="line"><a name="l04230"></a><span class="lineno"> 4230</span> </div>
<div class="line"><a name="l04231"></a><span class="lineno"> 4231</span> Local<Object> Arguments::This()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l04232"></a><span class="lineno"> 4232</span>  <span class="keywordflow">return</span> Local<Object>(<span class="keyword">reinterpret_cast<</span>Object*<span class="keyword">></span>(values_ + 1));</div>
<div class="line"><a name="l04233"></a><span class="lineno"> 4233</span> }</div>
<div class="line"><a name="l04234"></a><span class="lineno"> 4234</span> </div>
<div class="line"><a name="l04235"></a><span class="lineno"> 4235</span> </div>
<div class="line"><a name="l04236"></a><span class="lineno"> 4236</span> Local<Object> Arguments::Holder()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l04237"></a><span class="lineno"> 4237</span>  <span class="keywordflow">return</span> Local<Object>(<span class="keyword">reinterpret_cast<</span>Object*<span class="keyword">></span>(</div>
<div class="line"><a name="l04238"></a><span class="lineno"> 4238</span>  &implicit_args_[kHolderIndex]));</div>
<div class="line"><a name="l04239"></a><span class="lineno"> 4239</span> }</div>
<div class="line"><a name="l04240"></a><span class="lineno"> 4240</span> </div>
<div class="line"><a name="l04241"></a><span class="lineno"> 4241</span> </div>
<div class="line"><a name="l04242"></a><span class="lineno"> 4242</span> Local<Value> Arguments::Data()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l04243"></a><span class="lineno"> 4243</span>  <span class="keywordflow">return</span> Local<Value>(<span class="keyword">reinterpret_cast<</span>Value*<span class="keyword">></span>(&implicit_args_[kDataIndex]));</div>
<div class="line"><a name="l04244"></a><span class="lineno"> 4244</span> }</div>
<div class="line"><a name="l04245"></a><span class="lineno"> 4245</span> </div>
<div class="line"><a name="l04246"></a><span class="lineno"> 4246</span> </div>
<div class="line"><a name="l04247"></a><span class="lineno"> 4247</span> Isolate* Arguments::GetIsolate()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l04248"></a><span class="lineno"> 4248</span>  <span class="keywordflow">return</span> *<span class="keyword">reinterpret_cast<</span>Isolate**<span class="keyword">></span>(&implicit_args_[kIsolateIndex]);</div>
<div class="line"><a name="l04249"></a><span class="lineno"> 4249</span> }</div>
<div class="line"><a name="l04250"></a><span class="lineno"> 4250</span> </div>
<div class="line"><a name="l04251"></a><span class="lineno"> 4251</span> </div>
<div class="line"><a name="l04252"></a><span class="lineno"> 4252</span> <span class="keywordtype">bool</span> Arguments::IsConstructCall()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l04253"></a><span class="lineno"> 4253</span>  <span class="keywordflow">return</span> is_construct_call_;</div>
<div class="line"><a name="l04254"></a><span class="lineno"> 4254</span> }</div>
<div class="line"><a name="l04255"></a><span class="lineno"> 4255</span> </div>
<div class="line"><a name="l04256"></a><span class="lineno"> 4256</span> </div>
<div class="line"><a name="l04257"></a><span class="lineno"> 4257</span> <span class="keywordtype">int</span> Arguments::Length()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l04258"></a><span class="lineno"> 4258</span>  <span class="keywordflow">return</span> length_;</div>
<div class="line"><a name="l04259"></a><span class="lineno"> 4259</span> }</div>
<div class="line"><a name="l04260"></a><span class="lineno"> 4260</span> </div>
<div class="line"><a name="l04261"></a><span class="lineno"> 4261</span> </div>
<div class="line"><a name="l04262"></a><span class="lineno"> 4262</span> <span class="keyword">template</span> <<span class="keyword">class</span> T></div>
<div class="line"><a name="l04263"></a><span class="lineno"><a class="line" href="classv8_1_1_handle_scope.html#af18b68b6b149e69a05873a20c6fa269c"> 4263</a></span> <a class="code" href="classv8_1_1_local.html">Local<T></a> <a class="code" href="classv8_1_1_handle_scope.html#af18b68b6b149e69a05873a20c6fa269c">HandleScope::Close</a>(<a class="code" href="classv8_1_1_handle.html">Handle<T></a> value) {</div>
<div class="line"><a name="l04264"></a><span class="lineno"> 4264</span>  internal::Object** before = <span class="keyword">reinterpret_cast<</span>internal::Object**<span class="keyword">></span>(*value);</div>
<div class="line"><a name="l04265"></a><span class="lineno"> 4265</span>  internal::Object** after = RawClose(before);</div>
<div class="line"><a name="l04266"></a><span class="lineno"> 4266</span>  <span class="keywordflow">return</span> <a class="code" href="classv8_1_1_local.html">Local<T></a>(<span class="keyword">reinterpret_cast<</span>T*<span class="keyword">></span>(after));</div>
<div class="line"><a name="l04267"></a><span class="lineno"> 4267</span> }</div>
<div class="line"><a name="l04268"></a><span class="lineno"> 4268</span> </div>
<div class="line"><a name="l04269"></a><span class="lineno"> 4269</span> <a class="code" href="classv8_1_1_handle.html">Handle<Value></a> ScriptOrigin::ResourceName()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l04270"></a><span class="lineno"> 4270</span>  <span class="keywordflow">return</span> resource_name_;</div>
<div class="line"><a name="l04271"></a><span class="lineno"> 4271</span> }</div>
<div class="line"><a name="l04272"></a><span class="lineno"> 4272</span> </div>
<div class="line"><a name="l04273"></a><span class="lineno"> 4273</span> </div>
<div class="line"><a name="l04274"></a><span class="lineno"> 4274</span> Handle<Integer> ScriptOrigin::ResourceLineOffset()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l04275"></a><span class="lineno"> 4275</span>  <span class="keywordflow">return</span> resource_line_offset_;</div>
<div class="line"><a name="l04276"></a><span class="lineno"> 4276</span> }</div>
<div class="line"><a name="l04277"></a><span class="lineno"> 4277</span> </div>
<div class="line"><a name="l04278"></a><span class="lineno"> 4278</span> </div>
<div class="line"><a name="l04279"></a><span class="lineno"> 4279</span> Handle<Integer> ScriptOrigin::ResourceColumnOffset()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l04280"></a><span class="lineno"> 4280</span>  <span class="keywordflow">return</span> resource_column_offset_;</div>
<div class="line"><a name="l04281"></a><span class="lineno"> 4281</span> }</div>
<div class="line"><a name="l04282"></a><span class="lineno"> 4282</span> </div>
<div class="line"><a name="l04283"></a><span class="lineno"> 4283</span> </div>
<div class="line"><a name="l04284"></a><span class="lineno"> 4284</span> Handle<Boolean> Boolean::New(<span class="keywordtype">bool</span> value) {</div>
<div class="line"><a name="l04285"></a><span class="lineno"> 4285</span>  <span class="keywordflow">return</span> value ? True() : False();</div>
<div class="line"><a name="l04286"></a><span class="lineno"> 4286</span> }</div>
<div class="line"><a name="l04287"></a><span class="lineno"> 4287</span> </div>
<div class="line"><a name="l04288"></a><span class="lineno"> 4288</span> </div>
<div class="line"><a name="l04289"></a><span class="lineno"> 4289</span> <span class="keywordtype">void</span> <a class="code" href="classv8_1_1_template.html#a8a29557db5d0bc980752084b925a9b01">Template::Set</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* name, <a class="code" href="classv8_1_1_handle.html">v8::Handle<Data></a> value) {</div>
<div class="line"><a name="l04290"></a><span class="lineno"> 4290</span>  <a class="code" href="classv8_1_1_template.html#a8a29557db5d0bc980752084b925a9b01">Set</a>(<a class="code" href="classv8_1_1_string.html#af0f9c44d85056bd575c01e8be7cc1b01">v8::String::New</a>(name), value);</div>
<div class="line"><a name="l04291"></a><span class="lineno"> 4291</span> }</div>
<div class="line"><a name="l04292"></a><span class="lineno"> 4292</span> </div>
<div class="line"><a name="l04293"></a><span class="lineno"> 4293</span> </div>
<div class="line"><a name="l04294"></a><span class="lineno"><a class="line" href="classv8_1_1_object.html#aa3324fdf652d8ac3b2f27faa0559231d"> 4294</a></span> <a class="code" href="classv8_1_1_local.html">Local<Value></a> <a class="code" href="classv8_1_1_object.html#aa3324fdf652d8ac3b2f27faa0559231d">Object::GetInternalField</a>(<span class="keywordtype">int</span> index) {</div>
<div class="line"><a name="l04295"></a><span class="lineno"> 4295</span> <span class="preprocessor">#ifndef V8_ENABLE_CHECKS</span></div>
<div class="line"><a name="l04296"></a><span class="lineno"> 4296</span>  <a class="code" href="classv8_1_1_local.html">Local<Value></a> quick_result = UncheckedGetInternalField(index);</div>
<div class="line"><a name="l04297"></a><span class="lineno"> 4297</span>  <span class="keywordflow">if</span> (!quick_result.IsEmpty()) <span class="keywordflow">return</span> quick_result;</div>
<div class="line"><a name="l04298"></a><span class="lineno"> 4298</span> <span class="preprocessor">#endif</span></div>
<div class="line"><a name="l04299"></a><span class="lineno"> 4299</span>  <span class="keywordflow">return</span> CheckedGetInternalField(index);</div>
<div class="line"><a name="l04300"></a><span class="lineno"> 4300</span> }</div>
<div class="line"><a name="l04301"></a><span class="lineno"> 4301</span> </div>
<div class="line"><a name="l04302"></a><span class="lineno"> 4302</span> </div>
<div class="line"><a name="l04303"></a><span class="lineno"> 4303</span> <a class="code" href="classv8_1_1_local.html">Local<Value></a> Object::UncheckedGetInternalField(<span class="keywordtype">int</span> index) {</div>
<div class="line"><a name="l04304"></a><span class="lineno"> 4304</span>  <span class="keyword">typedef</span> internal::Object O;</div>
<div class="line"><a name="l04305"></a><span class="lineno"> 4305</span>  <span class="keyword">typedef</span> <a class="code" href="classv8_1_1internal_1_1_internals.html">internal::Internals</a> I;</div>
<div class="line"><a name="l04306"></a><span class="lineno"> 4306</span>  O* obj = *<span class="keyword">reinterpret_cast<</span>O**<span class="keyword">></span>(<span class="keyword">this</span>);</div>
<div class="line"><a name="l04307"></a><span class="lineno"> 4307</span>  <span class="keywordflow">if</span> (I::GetInstanceType(obj) == I::kJSObjectType) {</div>
<div class="line"><a name="l04308"></a><span class="lineno"> 4308</span>  <span class="comment">// If the object is a plain JSObject, which is the common case,</span></div>
<div class="line"><a name="l04309"></a><span class="lineno"> 4309</span>  <span class="comment">// we know where to find the internal fields and can return the</span></div>
<div class="line"><a name="l04310"></a><span class="lineno"> 4310</span>  <span class="comment">// value directly.</span></div>
<div class="line"><a name="l04311"></a><span class="lineno"> 4311</span>  <span class="keywordtype">int</span> offset = I::kJSObjectHeaderSize + (internal::kApiPointerSize * index);</div>
<div class="line"><a name="l04312"></a><span class="lineno"> 4312</span>  O* value = I::ReadField<O*>(obj, offset);</div>
<div class="line"><a name="l04313"></a><span class="lineno"> 4313</span>  O** result = <a class="code" href="classv8_1_1_handle_scope.html#a93131ee7939a9bc52a62a1f370882906">HandleScope::CreateHandle</a>(value);</div>
<div class="line"><a name="l04314"></a><span class="lineno"> 4314</span>  <span class="keywordflow">return</span> <a class="code" href="classv8_1_1_local.html">Local<Value></a>(<span class="keyword">reinterpret_cast<</span><a class="code" href="classv8_1_1_value.html">Value</a>*<span class="keyword">></span>(result));</div>
<div class="line"><a name="l04315"></a><span class="lineno"> 4315</span>  } <span class="keywordflow">else</span> {</div>
<div class="line"><a name="l04316"></a><span class="lineno"> 4316</span>  <span class="keywordflow">return</span> Local<Value>();</div>
<div class="line"><a name="l04317"></a><span class="lineno"> 4317</span>  }</div>
<div class="line"><a name="l04318"></a><span class="lineno"> 4318</span> }</div>
<div class="line"><a name="l04319"></a><span class="lineno"> 4319</span> </div>
<div class="line"><a name="l04320"></a><span class="lineno"> 4320</span> </div>
<div class="line"><a name="l04321"></a><span class="lineno"> 4321</span> <span class="keywordtype">void</span>* External::Unwrap(Handle<v8::Value> obj) {</div>
<div class="line"><a name="l04322"></a><span class="lineno"> 4322</span> <span class="preprocessor">#ifdef V8_ENABLE_CHECKS</span></div>
<div class="line"><a name="l04323"></a><span class="lineno"> 4323</span>  <span class="keywordflow">return</span> FullUnwrap(obj);</div>
<div class="line"><a name="l04324"></a><span class="lineno"> 4324</span> <span class="preprocessor">#else</span></div>
<div class="line"><a name="l04325"></a><span class="lineno"> 4325</span>  <span class="keywordflow">return</span> QuickUnwrap(obj);</div>
<div class="line"><a name="l04326"></a><span class="lineno"> 4326</span> <span class="preprocessor">#endif</span></div>
<div class="line"><a name="l04327"></a><span class="lineno"> 4327</span> }</div>
<div class="line"><a name="l04328"></a><span class="lineno"> 4328</span> </div>
<div class="line"><a name="l04329"></a><span class="lineno"> 4329</span> </div>
<div class="line"><a name="l04330"></a><span class="lineno"> 4330</span> <span class="keywordtype">void</span>* External::QuickUnwrap(Handle<v8::Value> wrapper) {</div>
<div class="line"><a name="l04331"></a><span class="lineno"> 4331</span>  <span class="keyword">typedef</span> internal::Object O;</div>
<div class="line"><a name="l04332"></a><span class="lineno"> 4332</span>  O* obj = *<span class="keyword">reinterpret_cast<</span>O**<span class="keyword">></span>(<span class="keyword">const_cast<</span><a class="code" href="classv8_1_1_value.html">v8::Value</a>*<span class="keyword">></span>(*wrapper));</div>
<div class="line"><a name="l04333"></a><span class="lineno"> 4333</span>  <span class="keywordflow">return</span> internal::Internals::GetExternalPointer(obj);</div>
<div class="line"><a name="l04334"></a><span class="lineno"> 4334</span> }</div>
<div class="line"><a name="l04335"></a><span class="lineno"> 4335</span> </div>
<div class="line"><a name="l04336"></a><span class="lineno"> 4336</span> </div>
<div class="line"><a name="l04337"></a><span class="lineno"><a class="line" href="classv8_1_1_object.html#a8ef1f3e0d4f4cecc54d5e0248bc45694"> 4337</a></span> <span class="keywordtype">void</span>* <a class="code" href="classv8_1_1_object.html#a8ef1f3e0d4f4cecc54d5e0248bc45694">Object::GetPointerFromInternalField</a>(<span class="keywordtype">int</span> index) {</div>
<div class="line"><a name="l04338"></a><span class="lineno"> 4338</span>  <span class="keyword">typedef</span> internal::Object O;</div>
<div class="line"><a name="l04339"></a><span class="lineno"> 4339</span>  <span class="keyword">typedef</span> <a class="code" href="classv8_1_1internal_1_1_internals.html">internal::Internals</a> I;</div>
<div class="line"><a name="l04340"></a><span class="lineno"> 4340</span> </div>
<div class="line"><a name="l04341"></a><span class="lineno"> 4341</span>  O* obj = *<span class="keyword">reinterpret_cast<</span>O**<span class="keyword">></span>(<span class="keyword">this</span>);</div>
<div class="line"><a name="l04342"></a><span class="lineno"> 4342</span> </div>
<div class="line"><a name="l04343"></a><span class="lineno"> 4343</span>  <span class="keywordflow">if</span> (I::GetInstanceType(obj) == I::kJSObjectType) {</div>
<div class="line"><a name="l04344"></a><span class="lineno"> 4344</span>  <span class="comment">// If the object is a plain JSObject, which is the common case,</span></div>
<div class="line"><a name="l04345"></a><span class="lineno"> 4345</span>  <span class="comment">// we know where to find the internal fields and can return the</span></div>
<div class="line"><a name="l04346"></a><span class="lineno"> 4346</span>  <span class="comment">// value directly.</span></div>
<div class="line"><a name="l04347"></a><span class="lineno"> 4347</span>  <span class="keywordtype">int</span> offset = I::kJSObjectHeaderSize + (internal::kApiPointerSize * index);</div>
<div class="line"><a name="l04348"></a><span class="lineno"> 4348</span>  O* value = I::ReadField<O*>(obj, offset);</div>
<div class="line"><a name="l04349"></a><span class="lineno"> 4349</span>  <span class="keywordflow">return</span> I::GetExternalPointer(value);</div>
<div class="line"><a name="l04350"></a><span class="lineno"> 4350</span>  }</div>
<div class="line"><a name="l04351"></a><span class="lineno"> 4351</span> </div>
<div class="line"><a name="l04352"></a><span class="lineno"> 4352</span>  <span class="keywordflow">return</span> SlowGetPointerFromInternalField(index);</div>
<div class="line"><a name="l04353"></a><span class="lineno"> 4353</span> }</div>
<div class="line"><a name="l04354"></a><span class="lineno"> 4354</span> </div>
<div class="line"><a name="l04355"></a><span class="lineno"> 4355</span> </div>
<div class="line"><a name="l04356"></a><span class="lineno"> 4356</span> <a class="code" href="classv8_1_1_string.html">String</a>* String::Cast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* value) {</div>
<div class="line"><a name="l04357"></a><span class="lineno"> 4357</span> <span class="preprocessor">#ifdef V8_ENABLE_CHECKS</span></div>
<div class="line"><a name="l04358"></a><span class="lineno"> 4358</span>  CheckCast(value);</div>
<div class="line"><a name="l04359"></a><span class="lineno"> 4359</span> <span class="preprocessor">#endif</span></div>
<div class="line"><a name="l04360"></a><span class="lineno"> 4360</span>  <span class="keywordflow">return</span> <span class="keyword">static_cast<</span><a class="code" href="classv8_1_1_string.html">String</a>*<span class="keyword">></span>(value);</div>
<div class="line"><a name="l04361"></a><span class="lineno"> 4361</span> }</div>
<div class="line"><a name="l04362"></a><span class="lineno"> 4362</span> </div>
<div class="line"><a name="l04363"></a><span class="lineno"> 4363</span> </div>
<div class="line"><a name="l04364"></a><span class="lineno"> 4364</span> Local<String> <a class="code" href="classv8_1_1_string.html#a148c0f01dca1c477eba42717068a2c7e">String::Empty</a>(Isolate* isolate) {</div>
<div class="line"><a name="l04365"></a><span class="lineno"> 4365</span>  <span class="keyword">typedef</span> internal::Object* S;</div>
<div class="line"><a name="l04366"></a><span class="lineno"> 4366</span>  <span class="keyword">typedef</span> internal::Internals I;</div>
<div class="line"><a name="l04367"></a><span class="lineno"> 4367</span>  <span class="keywordflow">if</span> (!I::IsInitialized(isolate)) <span class="keywordflow">return</span> <a class="code" href="classv8_1_1_string.html#a148c0f01dca1c477eba42717068a2c7e">Empty</a>();</div>
<div class="line"><a name="l04368"></a><span class="lineno"> 4368</span>  S* slot = I::GetRoot(isolate, I::kEmptySymbolRootIndex);</div>
<div class="line"><a name="l04369"></a><span class="lineno"> 4369</span>  <span class="keywordflow">return</span> Local<String>(<span class="keyword">reinterpret_cast<</span>String*<span class="keyword">></span>(slot));</div>
<div class="line"><a name="l04370"></a><span class="lineno"> 4370</span> }</div>
<div class="line"><a name="l04371"></a><span class="lineno"> 4371</span> </div>
<div class="line"><a name="l04372"></a><span class="lineno"> 4372</span> </div>
<div class="line"><a name="l04373"></a><span class="lineno"><a class="line" href="classv8_1_1_string.html#a1a78c6fe39dbdd6322ca576e224f0cba"> 4373</a></span> <a class="code" href="classv8_1_1_string_1_1_external_string_resource.html">String::ExternalStringResource</a>* <a class="code" href="classv8_1_1_string.html#a1a78c6fe39dbdd6322ca576e224f0cba">String::GetExternalStringResource</a>()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l04374"></a><span class="lineno"> 4374</span>  <span class="keyword">typedef</span> internal::Object O;</div>
<div class="line"><a name="l04375"></a><span class="lineno"> 4375</span>  <span class="keyword">typedef</span> <a class="code" href="classv8_1_1internal_1_1_internals.html">internal::Internals</a> I;</div>
<div class="line"><a name="l04376"></a><span class="lineno"> 4376</span>  O* obj = *<span class="keyword">reinterpret_cast<</span>O**<span class="keyword">></span>(<span class="keyword">const_cast<</span><a class="code" href="classv8_1_1_string.html">String</a>*<span class="keyword">></span>(<span class="keyword">this</span>));</div>
<div class="line"><a name="l04377"></a><span class="lineno"> 4377</span>  <a class="code" href="classv8_1_1_string_1_1_external_string_resource.html">String::ExternalStringResource</a>* result;</div>
<div class="line"><a name="l04378"></a><span class="lineno"> 4378</span>  <span class="keywordflow">if</span> (I::IsExternalTwoByteString(I::GetInstanceType(obj))) {</div>
<div class="line"><a name="l04379"></a><span class="lineno"> 4379</span>  <span class="keywordtype">void</span>* value = I::ReadField<void*>(obj, I::kStringResourceOffset);</div>
<div class="line"><a name="l04380"></a><span class="lineno"> 4380</span>  result = <span class="keyword">reinterpret_cast<</span><a class="code" href="classv8_1_1_string_1_1_external_string_resource.html">String::ExternalStringResource</a>*<span class="keyword">></span>(value);</div>
<div class="line"><a name="l04381"></a><span class="lineno"> 4381</span>  } <span class="keywordflow">else</span> {</div>
<div class="line"><a name="l04382"></a><span class="lineno"> 4382</span>  result = NULL;</div>
<div class="line"><a name="l04383"></a><span class="lineno"> 4383</span>  }</div>
<div class="line"><a name="l04384"></a><span class="lineno"> 4384</span> <span class="preprocessor">#ifdef V8_ENABLE_CHECKS</span></div>
<div class="line"><a name="l04385"></a><span class="lineno"> 4385</span>  VerifyExternalStringResource(result);</div>
<div class="line"><a name="l04386"></a><span class="lineno"> 4386</span> <span class="preprocessor">#endif</span></div>
<div class="line"><a name="l04387"></a><span class="lineno"> 4387</span>  <span class="keywordflow">return</span> result;</div>
<div class="line"><a name="l04388"></a><span class="lineno"> 4388</span> }</div>
<div class="line"><a name="l04389"></a><span class="lineno"> 4389</span> </div>
<div class="line"><a name="l04390"></a><span class="lineno"> 4390</span> </div>
<div class="line"><a name="l04391"></a><span class="lineno"><a class="line" href="classv8_1_1_value.html#aea287b745656baa8a12a2ae1d69744b6"> 4391</a></span> <span class="keywordtype">bool</span> <a class="code" href="classv8_1_1_value.html#aea287b745656baa8a12a2ae1d69744b6">Value::IsUndefined</a>()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l04392"></a><span class="lineno"> 4392</span> <span class="preprocessor">#ifdef V8_ENABLE_CHECKS</span></div>
<div class="line"><a name="l04393"></a><span class="lineno"> 4393</span>  <span class="keywordflow">return</span> FullIsUndefined();</div>
<div class="line"><a name="l04394"></a><span class="lineno"> 4394</span> <span class="preprocessor">#else</span></div>
<div class="line"><a name="l04395"></a><span class="lineno"> 4395</span>  <span class="keywordflow">return</span> QuickIsUndefined();</div>
<div class="line"><a name="l04396"></a><span class="lineno"> 4396</span> <span class="preprocessor">#endif</span></div>
<div class="line"><a name="l04397"></a><span class="lineno"> 4397</span> }</div>
<div class="line"><a name="l04398"></a><span class="lineno"> 4398</span> </div>
<div class="line"><a name="l04399"></a><span class="lineno"> 4399</span> <span class="keywordtype">bool</span> Value::QuickIsUndefined()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l04400"></a><span class="lineno"> 4400</span>  <span class="keyword">typedef</span> internal::Object O;</div>
<div class="line"><a name="l04401"></a><span class="lineno"> 4401</span>  <span class="keyword">typedef</span> <a class="code" href="classv8_1_1internal_1_1_internals.html">internal::Internals</a> I;</div>
<div class="line"><a name="l04402"></a><span class="lineno"> 4402</span>  O* obj = *<span class="keyword">reinterpret_cast<</span>O**<span class="keyword">></span>(<span class="keyword">const_cast<</span><a class="code" href="classv8_1_1_value.html">Value</a>*<span class="keyword">></span>(<span class="keyword">this</span>));</div>
<div class="line"><a name="l04403"></a><span class="lineno"> 4403</span>  <span class="keywordflow">if</span> (!I::HasHeapObjectTag(obj)) <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
<div class="line"><a name="l04404"></a><span class="lineno"> 4404</span>  <span class="keywordflow">if</span> (I::GetInstanceType(obj) != I::kOddballType) <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
<div class="line"><a name="l04405"></a><span class="lineno"> 4405</span>  <span class="keywordflow">return</span> (I::GetOddballKind(obj) == I::kUndefinedOddballKind);</div>
<div class="line"><a name="l04406"></a><span class="lineno"> 4406</span> }</div>
<div class="line"><a name="l04407"></a><span class="lineno"> 4407</span> </div>
<div class="line"><a name="l04408"></a><span class="lineno"> 4408</span> </div>
<div class="line"><a name="l04409"></a><span class="lineno"><a class="line" href="classv8_1_1_value.html#aa2c6ed8ef832223a7e2cd81e6ac61c78"> 4409</a></span> <span class="keywordtype">bool</span> <a class="code" href="classv8_1_1_value.html#aa2c6ed8ef832223a7e2cd81e6ac61c78">Value::IsNull</a>()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l04410"></a><span class="lineno"> 4410</span> <span class="preprocessor">#ifdef V8_ENABLE_CHECKS</span></div>
<div class="line"><a name="l04411"></a><span class="lineno"> 4411</span>  <span class="keywordflow">return</span> FullIsNull();</div>
<div class="line"><a name="l04412"></a><span class="lineno"> 4412</span> <span class="preprocessor">#else</span></div>
<div class="line"><a name="l04413"></a><span class="lineno"> 4413</span>  <span class="keywordflow">return</span> QuickIsNull();</div>
<div class="line"><a name="l04414"></a><span class="lineno"> 4414</span> <span class="preprocessor">#endif</span></div>
<div class="line"><a name="l04415"></a><span class="lineno"> 4415</span> }</div>
<div class="line"><a name="l04416"></a><span class="lineno"> 4416</span> </div>
<div class="line"><a name="l04417"></a><span class="lineno"> 4417</span> <span class="keywordtype">bool</span> Value::QuickIsNull()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l04418"></a><span class="lineno"> 4418</span>  <span class="keyword">typedef</span> internal::Object O;</div>
<div class="line"><a name="l04419"></a><span class="lineno"> 4419</span>  <span class="keyword">typedef</span> <a class="code" href="classv8_1_1internal_1_1_internals.html">internal::Internals</a> I;</div>
<div class="line"><a name="l04420"></a><span class="lineno"> 4420</span>  O* obj = *<span class="keyword">reinterpret_cast<</span>O**<span class="keyword">></span>(<span class="keyword">const_cast<</span><a class="code" href="classv8_1_1_value.html">Value</a>*<span class="keyword">></span>(<span class="keyword">this</span>));</div>
<div class="line"><a name="l04421"></a><span class="lineno"> 4421</span>  <span class="keywordflow">if</span> (!I::HasHeapObjectTag(obj)) <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
<div class="line"><a name="l04422"></a><span class="lineno"> 4422</span>  <span class="keywordflow">if</span> (I::GetInstanceType(obj) != I::kOddballType) <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
<div class="line"><a name="l04423"></a><span class="lineno"> 4423</span>  <span class="keywordflow">return</span> (I::GetOddballKind(obj) == I::kNullOddballKind);</div>
<div class="line"><a name="l04424"></a><span class="lineno"> 4424</span> }</div>
<div class="line"><a name="l04425"></a><span class="lineno"> 4425</span> </div>
<div class="line"><a name="l04426"></a><span class="lineno"> 4426</span> </div>
<div class="line"><a name="l04427"></a><span class="lineno"><a class="line" href="classv8_1_1_value.html#ab23a34b7df62806808e01b0908bf5f00"> 4427</a></span> <span class="keywordtype">bool</span> <a class="code" href="classv8_1_1_value.html#ab23a34b7df62806808e01b0908bf5f00">Value::IsString</a>()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l04428"></a><span class="lineno"> 4428</span> <span class="preprocessor">#ifdef V8_ENABLE_CHECKS</span></div>
<div class="line"><a name="l04429"></a><span class="lineno"> 4429</span>  <span class="keywordflow">return</span> FullIsString();</div>
<div class="line"><a name="l04430"></a><span class="lineno"> 4430</span> <span class="preprocessor">#else</span></div>
<div class="line"><a name="l04431"></a><span class="lineno"> 4431</span>  <span class="keywordflow">return</span> QuickIsString();</div>
<div class="line"><a name="l04432"></a><span class="lineno"> 4432</span> <span class="preprocessor">#endif</span></div>
<div class="line"><a name="l04433"></a><span class="lineno"> 4433</span> }</div>
<div class="line"><a name="l04434"></a><span class="lineno"> 4434</span> </div>
<div class="line"><a name="l04435"></a><span class="lineno"> 4435</span> <span class="keywordtype">bool</span> Value::QuickIsString()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l04436"></a><span class="lineno"> 4436</span>  <span class="keyword">typedef</span> internal::Object O;</div>
<div class="line"><a name="l04437"></a><span class="lineno"> 4437</span>  <span class="keyword">typedef</span> <a class="code" href="classv8_1_1internal_1_1_internals.html">internal::Internals</a> I;</div>
<div class="line"><a name="l04438"></a><span class="lineno"> 4438</span>  O* obj = *<span class="keyword">reinterpret_cast<</span>O**<span class="keyword">></span>(<span class="keyword">const_cast<</span><a class="code" href="classv8_1_1_value.html">Value</a>*<span class="keyword">></span>(<span class="keyword">this</span>));</div>
<div class="line"><a name="l04439"></a><span class="lineno"> 4439</span>  <span class="keywordflow">if</span> (!I::HasHeapObjectTag(obj)) <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
<div class="line"><a name="l04440"></a><span class="lineno"> 4440</span>  <span class="keywordflow">return</span> (I::GetInstanceType(obj) < I::kFirstNonstringType);</div>
<div class="line"><a name="l04441"></a><span class="lineno"> 4441</span> }</div>
<div class="line"><a name="l04442"></a><span class="lineno"> 4442</span> </div>
<div class="line"><a name="l04443"></a><span class="lineno"> 4443</span> </div>
<div class="line"><a name="l04444"></a><span class="lineno"> 4444</span> Number* Number::Cast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* value) {</div>
<div class="line"><a name="l04445"></a><span class="lineno"> 4445</span> <span class="preprocessor">#ifdef V8_ENABLE_CHECKS</span></div>
<div class="line"><a name="l04446"></a><span class="lineno"> 4446</span>  CheckCast(value);</div>
<div class="line"><a name="l04447"></a><span class="lineno"> 4447</span> <span class="preprocessor">#endif</span></div>
<div class="line"><a name="l04448"></a><span class="lineno"> 4448</span>  <span class="keywordflow">return</span> <span class="keyword">static_cast<</span>Number*<span class="keyword">></span>(value);</div>
<div class="line"><a name="l04449"></a><span class="lineno"> 4449</span> }</div>
<div class="line"><a name="l04450"></a><span class="lineno"> 4450</span> </div>
<div class="line"><a name="l04451"></a><span class="lineno"> 4451</span> </div>
<div class="line"><a name="l04452"></a><span class="lineno"> 4452</span> Integer* Integer::Cast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* value) {</div>
<div class="line"><a name="l04453"></a><span class="lineno"> 4453</span> <span class="preprocessor">#ifdef V8_ENABLE_CHECKS</span></div>
<div class="line"><a name="l04454"></a><span class="lineno"> 4454</span>  CheckCast(value);</div>
<div class="line"><a name="l04455"></a><span class="lineno"> 4455</span> <span class="preprocessor">#endif</span></div>
<div class="line"><a name="l04456"></a><span class="lineno"> 4456</span>  <span class="keywordflow">return</span> <span class="keyword">static_cast<</span>Integer*<span class="keyword">></span>(value);</div>
<div class="line"><a name="l04457"></a><span class="lineno"> 4457</span> }</div>
<div class="line"><a name="l04458"></a><span class="lineno"> 4458</span> </div>
<div class="line"><a name="l04459"></a><span class="lineno"> 4459</span> </div>
<div class="line"><a name="l04460"></a><span class="lineno"> 4460</span> Date* Date::Cast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* value) {</div>
<div class="line"><a name="l04461"></a><span class="lineno"> 4461</span> <span class="preprocessor">#ifdef V8_ENABLE_CHECKS</span></div>
<div class="line"><a name="l04462"></a><span class="lineno"> 4462</span>  CheckCast(value);</div>
<div class="line"><a name="l04463"></a><span class="lineno"> 4463</span> <span class="preprocessor">#endif</span></div>
<div class="line"><a name="l04464"></a><span class="lineno"> 4464</span>  <span class="keywordflow">return</span> <span class="keyword">static_cast<</span>Date*<span class="keyword">></span>(value);</div>
<div class="line"><a name="l04465"></a><span class="lineno"> 4465</span> }</div>
<div class="line"><a name="l04466"></a><span class="lineno"> 4466</span> </div>
<div class="line"><a name="l04467"></a><span class="lineno"> 4467</span> </div>
<div class="line"><a name="l04468"></a><span class="lineno"> 4468</span> StringObject* StringObject::Cast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* value) {</div>
<div class="line"><a name="l04469"></a><span class="lineno"> 4469</span> <span class="preprocessor">#ifdef V8_ENABLE_CHECKS</span></div>
<div class="line"><a name="l04470"></a><span class="lineno"> 4470</span>  CheckCast(value);</div>
<div class="line"><a name="l04471"></a><span class="lineno"> 4471</span> <span class="preprocessor">#endif</span></div>
<div class="line"><a name="l04472"></a><span class="lineno"> 4472</span>  <span class="keywordflow">return</span> <span class="keyword">static_cast<</span>StringObject*<span class="keyword">></span>(value);</div>
<div class="line"><a name="l04473"></a><span class="lineno"> 4473</span> }</div>
<div class="line"><a name="l04474"></a><span class="lineno"> 4474</span> </div>
<div class="line"><a name="l04475"></a><span class="lineno"> 4475</span> </div>
<div class="line"><a name="l04476"></a><span class="lineno"> 4476</span> NumberObject* NumberObject::Cast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* value) {</div>
<div class="line"><a name="l04477"></a><span class="lineno"> 4477</span> <span class="preprocessor">#ifdef V8_ENABLE_CHECKS</span></div>
<div class="line"><a name="l04478"></a><span class="lineno"> 4478</span>  CheckCast(value);</div>
<div class="line"><a name="l04479"></a><span class="lineno"> 4479</span> <span class="preprocessor">#endif</span></div>
<div class="line"><a name="l04480"></a><span class="lineno"> 4480</span>  <span class="keywordflow">return</span> <span class="keyword">static_cast<</span>NumberObject*<span class="keyword">></span>(value);</div>
<div class="line"><a name="l04481"></a><span class="lineno"> 4481</span> }</div>
<div class="line"><a name="l04482"></a><span class="lineno"> 4482</span> </div>
<div class="line"><a name="l04483"></a><span class="lineno"> 4483</span> </div>
<div class="line"><a name="l04484"></a><span class="lineno"> 4484</span> BooleanObject* BooleanObject::Cast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* value) {</div>
<div class="line"><a name="l04485"></a><span class="lineno"> 4485</span> <span class="preprocessor">#ifdef V8_ENABLE_CHECKS</span></div>
<div class="line"><a name="l04486"></a><span class="lineno"> 4486</span>  CheckCast(value);</div>
<div class="line"><a name="l04487"></a><span class="lineno"> 4487</span> <span class="preprocessor">#endif</span></div>
<div class="line"><a name="l04488"></a><span class="lineno"> 4488</span>  <span class="keywordflow">return</span> <span class="keyword">static_cast<</span>BooleanObject*<span class="keyword">></span>(value);</div>
<div class="line"><a name="l04489"></a><span class="lineno"> 4489</span> }</div>
<div class="line"><a name="l04490"></a><span class="lineno"> 4490</span> </div>
<div class="line"><a name="l04491"></a><span class="lineno"> 4491</span> </div>
<div class="line"><a name="l04492"></a><span class="lineno"> 4492</span> RegExp* RegExp::Cast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* value) {</div>
<div class="line"><a name="l04493"></a><span class="lineno"> 4493</span> <span class="preprocessor">#ifdef V8_ENABLE_CHECKS</span></div>
<div class="line"><a name="l04494"></a><span class="lineno"> 4494</span>  CheckCast(value);</div>
<div class="line"><a name="l04495"></a><span class="lineno"> 4495</span> <span class="preprocessor">#endif</span></div>
<div class="line"><a name="l04496"></a><span class="lineno"> 4496</span>  <span class="keywordflow">return</span> <span class="keyword">static_cast<</span>RegExp*<span class="keyword">></span>(value);</div>
<div class="line"><a name="l04497"></a><span class="lineno"> 4497</span> }</div>
<div class="line"><a name="l04498"></a><span class="lineno"> 4498</span> </div>
<div class="line"><a name="l04499"></a><span class="lineno"> 4499</span> </div>
<div class="line"><a name="l04500"></a><span class="lineno"> 4500</span> Object* Object::Cast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* value) {</div>
<div class="line"><a name="l04501"></a><span class="lineno"> 4501</span> <span class="preprocessor">#ifdef V8_ENABLE_CHECKS</span></div>
<div class="line"><a name="l04502"></a><span class="lineno"> 4502</span>  CheckCast(value);</div>
<div class="line"><a name="l04503"></a><span class="lineno"> 4503</span> <span class="preprocessor">#endif</span></div>
<div class="line"><a name="l04504"></a><span class="lineno"> 4504</span>  <span class="keywordflow">return</span> <span class="keyword">static_cast<</span>Object*<span class="keyword">></span>(value);</div>
<div class="line"><a name="l04505"></a><span class="lineno"> 4505</span> }</div>
<div class="line"><a name="l04506"></a><span class="lineno"> 4506</span> </div>
<div class="line"><a name="l04507"></a><span class="lineno"> 4507</span> </div>
<div class="line"><a name="l04508"></a><span class="lineno"> 4508</span> Array* Array::Cast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* value) {</div>
<div class="line"><a name="l04509"></a><span class="lineno"> 4509</span> <span class="preprocessor">#ifdef V8_ENABLE_CHECKS</span></div>
<div class="line"><a name="l04510"></a><span class="lineno"> 4510</span>  CheckCast(value);</div>
<div class="line"><a name="l04511"></a><span class="lineno"> 4511</span> <span class="preprocessor">#endif</span></div>
<div class="line"><a name="l04512"></a><span class="lineno"> 4512</span>  <span class="keywordflow">return</span> <span class="keyword">static_cast<</span>Array*<span class="keyword">></span>(value);</div>
<div class="line"><a name="l04513"></a><span class="lineno"> 4513</span> }</div>
<div class="line"><a name="l04514"></a><span class="lineno"> 4514</span> </div>
<div class="line"><a name="l04515"></a><span class="lineno"> 4515</span> </div>
<div class="line"><a name="l04516"></a><span class="lineno"> 4516</span> Function* Function::Cast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* value) {</div>
<div class="line"><a name="l04517"></a><span class="lineno"> 4517</span> <span class="preprocessor">#ifdef V8_ENABLE_CHECKS</span></div>
<div class="line"><a name="l04518"></a><span class="lineno"> 4518</span>  CheckCast(value);</div>
<div class="line"><a name="l04519"></a><span class="lineno"> 4519</span> <span class="preprocessor">#endif</span></div>
<div class="line"><a name="l04520"></a><span class="lineno"> 4520</span>  <span class="keywordflow">return</span> <span class="keyword">static_cast<</span>Function*<span class="keyword">></span>(value);</div>
<div class="line"><a name="l04521"></a><span class="lineno"> 4521</span> }</div>
<div class="line"><a name="l04522"></a><span class="lineno"> 4522</span> </div>
<div class="line"><a name="l04523"></a><span class="lineno"> 4523</span> </div>
<div class="line"><a name="l04524"></a><span class="lineno"> 4524</span> External* External::Cast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* value) {</div>
<div class="line"><a name="l04525"></a><span class="lineno"> 4525</span> <span class="preprocessor">#ifdef V8_ENABLE_CHECKS</span></div>
<div class="line"><a name="l04526"></a><span class="lineno"> 4526</span>  CheckCast(value);</div>
<div class="line"><a name="l04527"></a><span class="lineno"> 4527</span> <span class="preprocessor">#endif</span></div>
<div class="line"><a name="l04528"></a><span class="lineno"> 4528</span>  <span class="keywordflow">return</span> <span class="keyword">static_cast<</span>External*<span class="keyword">></span>(value);</div>
<div class="line"><a name="l04529"></a><span class="lineno"> 4529</span> }</div>
<div class="line"><a name="l04530"></a><span class="lineno"> 4530</span> </div>
<div class="line"><a name="l04531"></a><span class="lineno"> 4531</span> </div>
<div class="line"><a name="l04532"></a><span class="lineno"> 4532</span> Isolate* AccessorInfo::GetIsolate()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l04533"></a><span class="lineno"> 4533</span>  <span class="keywordflow">return</span> *<span class="keyword">reinterpret_cast<</span>Isolate**<span class="keyword">></span>(&args_[-3]);</div>
<div class="line"><a name="l04534"></a><span class="lineno"> 4534</span> }</div>
<div class="line"><a name="l04535"></a><span class="lineno"> 4535</span> </div>
<div class="line"><a name="l04536"></a><span class="lineno"> 4536</span> </div>
<div class="line"><a name="l04537"></a><span class="lineno"> 4537</span> Local<Value> AccessorInfo::Data()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l04538"></a><span class="lineno"> 4538</span>  <span class="keywordflow">return</span> Local<Value>(<span class="keyword">reinterpret_cast<</span>Value*<span class="keyword">></span>(&args_[-2]));</div>
<div class="line"><a name="l04539"></a><span class="lineno"> 4539</span> }</div>
<div class="line"><a name="l04540"></a><span class="lineno"> 4540</span> </div>
<div class="line"><a name="l04541"></a><span class="lineno"> 4541</span> </div>
<div class="line"><a name="l04542"></a><span class="lineno"> 4542</span> Local<Object> AccessorInfo::This()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l04543"></a><span class="lineno"> 4543</span>  <span class="keywordflow">return</span> Local<Object>(<span class="keyword">reinterpret_cast<</span>Object*<span class="keyword">></span>(&args_[0]));</div>
<div class="line"><a name="l04544"></a><span class="lineno"> 4544</span> }</div>
<div class="line"><a name="l04545"></a><span class="lineno"> 4545</span> </div>
<div class="line"><a name="l04546"></a><span class="lineno"> 4546</span> </div>
<div class="line"><a name="l04547"></a><span class="lineno"> 4547</span> Local<Object> AccessorInfo::Holder()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l04548"></a><span class="lineno"> 4548</span>  <span class="keywordflow">return</span> Local<Object>(<span class="keyword">reinterpret_cast<</span>Object*<span class="keyword">></span>(&args_[-1]));</div>
<div class="line"><a name="l04549"></a><span class="lineno"> 4549</span> }</div>
<div class="line"><a name="l04550"></a><span class="lineno"> 4550</span> </div>
<div class="line"><a name="l04551"></a><span class="lineno"> 4551</span> </div>
<div class="line"><a name="l04552"></a><span class="lineno"> 4552</span> Handle<Primitive> Undefined(Isolate* isolate) {</div>
<div class="line"><a name="l04553"></a><span class="lineno"> 4553</span>  <span class="keyword">typedef</span> internal::Object* S;</div>
<div class="line"><a name="l04554"></a><span class="lineno"> 4554</span>  <span class="keyword">typedef</span> internal::Internals I;</div>
<div class="line"><a name="l04555"></a><span class="lineno"> 4555</span>  <span class="keywordflow">if</span> (!I::IsInitialized(isolate)) <span class="keywordflow">return</span> Undefined();</div>
<div class="line"><a name="l04556"></a><span class="lineno"> 4556</span>  S* slot = I::GetRoot(isolate, I::kUndefinedValueRootIndex);</div>
<div class="line"><a name="l04557"></a><span class="lineno"> 4557</span>  <span class="keywordflow">return</span> Handle<Primitive>(<span class="keyword">reinterpret_cast<</span>Primitive*<span class="keyword">></span>(slot));</div>
<div class="line"><a name="l04558"></a><span class="lineno"> 4558</span> }</div>
<div class="line"><a name="l04559"></a><span class="lineno"> 4559</span> </div>
<div class="line"><a name="l04560"></a><span class="lineno"> 4560</span> </div>
<div class="line"><a name="l04561"></a><span class="lineno"> 4561</span> Handle<Primitive> Null(Isolate* isolate) {</div>
<div class="line"><a name="l04562"></a><span class="lineno"> 4562</span>  <span class="keyword">typedef</span> internal::Object* S;</div>
<div class="line"><a name="l04563"></a><span class="lineno"> 4563</span>  <span class="keyword">typedef</span> internal::Internals I;</div>
<div class="line"><a name="l04564"></a><span class="lineno"> 4564</span>  <span class="keywordflow">if</span> (!I::IsInitialized(isolate)) <span class="keywordflow">return</span> Null();</div>
<div class="line"><a name="l04565"></a><span class="lineno"> 4565</span>  S* slot = I::GetRoot(isolate, I::kNullValueRootIndex);</div>
<div class="line"><a name="l04566"></a><span class="lineno"> 4566</span>  <span class="keywordflow">return</span> Handle<Primitive>(<span class="keyword">reinterpret_cast<</span>Primitive*<span class="keyword">></span>(slot));</div>
<div class="line"><a name="l04567"></a><span class="lineno"> 4567</span> }</div>
<div class="line"><a name="l04568"></a><span class="lineno"> 4568</span> </div>
<div class="line"><a name="l04569"></a><span class="lineno"> 4569</span> </div>
<div class="line"><a name="l04570"></a><span class="lineno"> 4570</span> Handle<Boolean> True(Isolate* isolate) {</div>
<div class="line"><a name="l04571"></a><span class="lineno"> 4571</span>  <span class="keyword">typedef</span> internal::Object* S;</div>
<div class="line"><a name="l04572"></a><span class="lineno"> 4572</span>  <span class="keyword">typedef</span> internal::Internals I;</div>
<div class="line"><a name="l04573"></a><span class="lineno"> 4573</span>  <span class="keywordflow">if</span> (!I::IsInitialized(isolate)) <span class="keywordflow">return</span> True();</div>
<div class="line"><a name="l04574"></a><span class="lineno"> 4574</span>  S* slot = I::GetRoot(isolate, I::kTrueValueRootIndex);</div>
<div class="line"><a name="l04575"></a><span class="lineno"> 4575</span>  <span class="keywordflow">return</span> Handle<Boolean>(<span class="keyword">reinterpret_cast<</span>Boolean*<span class="keyword">></span>(slot));</div>
<div class="line"><a name="l04576"></a><span class="lineno"> 4576</span> }</div>
<div class="line"><a name="l04577"></a><span class="lineno"> 4577</span> </div>
<div class="line"><a name="l04578"></a><span class="lineno"> 4578</span> </div>
<div class="line"><a name="l04579"></a><span class="lineno"> 4579</span> Handle<Boolean> False(Isolate* isolate) {</div>
<div class="line"><a name="l04580"></a><span class="lineno"> 4580</span>  <span class="keyword">typedef</span> internal::Object* S;</div>
<div class="line"><a name="l04581"></a><span class="lineno"> 4581</span>  <span class="keyword">typedef</span> internal::Internals I;</div>
<div class="line"><a name="l04582"></a><span class="lineno"> 4582</span>  <span class="keywordflow">if</span> (!I::IsInitialized(isolate)) <span class="keywordflow">return</span> False();</div>
<div class="line"><a name="l04583"></a><span class="lineno"> 4583</span>  S* slot = I::GetRoot(isolate, I::kFalseValueRootIndex);</div>
<div class="line"><a name="l04584"></a><span class="lineno"> 4584</span>  <span class="keywordflow">return</span> Handle<Boolean>(<span class="keyword">reinterpret_cast<</span>Boolean*<span class="keyword">></span>(slot));</div>
<div class="line"><a name="l04585"></a><span class="lineno"> 4585</span> }</div>
<div class="line"><a name="l04586"></a><span class="lineno"> 4586</span> </div>
<div class="line"><a name="l04587"></a><span class="lineno"> 4587</span> </div>
<div class="line"><a name="l04588"></a><span class="lineno"><a class="line" href="classv8_1_1_isolate.html#a57e22868fac4e090f05d23e432e2c771"> 4588</a></span> <span class="keywordtype">void</span> <a class="code" href="classv8_1_1_isolate.html#a57e22868fac4e090f05d23e432e2c771">Isolate::SetData</a>(<span class="keywordtype">void</span>* data) {</div>
<div class="line"><a name="l04589"></a><span class="lineno"> 4589</span>  <span class="keyword">typedef</span> <a class="code" href="classv8_1_1internal_1_1_internals.html">internal::Internals</a> I;</div>
<div class="line"><a name="l04590"></a><span class="lineno"> 4590</span>  I::SetEmbedderData(<span class="keyword">this</span>, data);</div>
<div class="line"><a name="l04591"></a><span class="lineno"> 4591</span> }</div>
<div class="line"><a name="l04592"></a><span class="lineno"> 4592</span> </div>
<div class="line"><a name="l04593"></a><span class="lineno"> 4593</span> </div>
<div class="line"><a name="l04594"></a><span class="lineno"><a class="line" href="classv8_1_1_isolate.html#a83c4ff274f359aa9582b15f300269b58"> 4594</a></span> <span class="keywordtype">void</span>* <a class="code" href="classv8_1_1_isolate.html#a83c4ff274f359aa9582b15f300269b58">Isolate::GetData</a>() {</div>
<div class="line"><a name="l04595"></a><span class="lineno"> 4595</span>  <span class="keyword">typedef</span> <a class="code" href="classv8_1_1internal_1_1_internals.html">internal::Internals</a> I;</div>
<div class="line"><a name="l04596"></a><span class="lineno"> 4596</span>  <span class="keywordflow">return</span> I::GetEmbedderData(<span class="keyword">this</span>);</div>
<div class="line"><a name="l04597"></a><span class="lineno"> 4597</span> }</div>
<div class="line"><a name="l04598"></a><span class="lineno"> 4598</span> </div>
<div class="line"><a name="l04599"></a><span class="lineno"> 4599</span> </div>
<div class="line"><a name="l04612"></a><span class="lineno"> 4612</span> } <span class="comment">// namespace v8</span></div>
<div class="line"><a name="l04613"></a><span class="lineno"> 4613</span> </div>
<div class="line"><a name="l04614"></a><span class="lineno"> 4614</span> </div>
<div class="line"><a name="l04615"></a><span class="lineno"> 4615</span> <span class="preprocessor">#undef V8EXPORT</span></div>
<div class="line"><a name="l04616"></a><span class="lineno"> 4616</span> <span class="preprocessor">#undef TYPE_CHECK</span></div>
<div class="line"><a name="l04617"></a><span class="lineno"> 4617</span> </div>
<div class="line"><a name="l04618"></a><span class="lineno"> 4618</span> </div>
<div class="line"><a name="l04619"></a><span class="lineno"> 4619</span> <span class="preprocessor">#endif // V8_H_</span></div>
<div class="ttc" id="classv8_1_1_string_1_1_value_html"><div class="ttname"><a href="classv8_1_1_string_1_1_value.html">v8::String::Value</a></div><div class="ttdef"><b>Definition:</b> v8.h:1329</div></div>
<div class="ttc" id="classv8_1_1_output_stream_html_a93bdaa790cbd66a7283fad2cca3f48f7"><div class="ttname"><a href="classv8_1_1_output_stream.html#a93bdaa790cbd66a7283fad2cca3f48f7">v8::OutputStream::GetChunkSize</a></div><div class="ttdeci">virtual int GetChunkSize()</div><div class="ttdef"><b>Definition:</b> v8.h:3914</div></div>
<div class="ttc" id="classv8_1_1_unlocker_html"><div class="ttname"><a href="classv8_1_1_unlocker.html">v8::Unlocker</a></div><div class="ttdef"><b>Definition:</b> v8.h:3834</div></div>
<div class="ttc" id="namespacev8_html_a3a7c18d62a0d1f2d12845051920be592"><div class="ttname"><a href="namespacev8.html#a3a7c18d62a0d1f2d12845051920be592">v8::IndexedPropertyDeleter</a></div><div class="ttdeci">Handle< Boolean >(* IndexedPropertyDeleter)(uint32_t index, const AccessorInfo &info)</div><div class="ttdef"><b>Definition:</b> v8.h:2096</div></div>
<div class="ttc" id="classv8_1_1_value_html_ab23a34b7df62806808e01b0908bf5f00"><div class="ttname"><a href="classv8_1_1_value.html#ab23a34b7df62806808e01b0908bf5f00">v8::Value::IsString</a></div><div class="ttdeci">bool IsString() const </div><div class="ttdef"><b>Definition:</b> v8.h:4427</div></div>
<div class="ttc" id="classv8_1_1_string_html_a4526b719c91f611b34ab5a807694afc2"><div class="ttname"><a href="classv8_1_1_string.html#a4526b719c91f611b34ab5a807694afc2">v8::String::MayContainNonAscii</a></div><div class="ttdeci">V8EXPORT bool MayContainNonAscii() const </div></div>
<div class="ttc" id="namespacev8_html_a2469af0ac719d39f77f20cf68dd9200e"><div class="ttname"><a href="namespacev8.html#a2469af0ac719d39f77f20cf68dd9200e">v8::ThrowException</a></div><div class="ttdeci">Handle< Value > V8EXPORT ThrowException(Handle< Value > exception)</div></div>
<div class="ttc" id="classv8_1_1_value_html_a2b4dd15e4135823a4bb1128a60c063cf"><div class="ttname"><a href="classv8_1_1_value.html#a2b4dd15e4135823a4bb1128a60c063cf">v8::Value::IsNumberObject</a></div><div class="ttdeci">V8EXPORT bool IsNumberObject() const </div></div>
<div class="ttc" id="classv8_1_1_startup_data_html"><div class="ttname"><a href="classv8_1_1_startup_data.html">v8::StartupData</a></div><div class="ttdef"><b>Definition:</b> v8.h:2870</div></div>
<div class="ttc" id="classv8_1_1_object_html_a45a67c1b0408922403048b59a5bc22b2"><div class="ttname"><a href="classv8_1_1_object.html#a45a67c1b0408922403048b59a5bc22b2">v8::Object::Clone</a></div><div class="ttdeci">V8EXPORT Local< Object > Clone()</div></div>
<div class="ttc" id="classv8_1_1_context_html"><div class="ttname"><a href="classv8_1_1_context.html">v8::Context</a></div><div class="ttdef"><b>Definition:</b> v8.h:3595</div></div>
<div class="ttc" id="classv8_1_1_external_resource_visitor_html"><div class="ttname"><a href="classv8_1_1_external_resource_visitor.html">v8::ExternalResourceVisitor</a></div><div class="ttdef"><b>Definition:</b> v8.h:3001</div></div>
<div class="ttc" id="classv8_1_1_handle_scope_html"><div class="ttname"><a href="classv8_1_1_handle_scope.html">v8::HandleScope</a></div><div class="ttdef"><b>Definition:</b> v8.h:441</div></div>
<div class="ttc" id="classv8_1_1_object_html_aa3324fdf652d8ac3b2f27faa0559231d"><div class="ttname"><a href="classv8_1_1_object.html#aa3324fdf652d8ac3b2f27faa0559231d">v8::Object::GetInternalField</a></div><div class="ttdeci">Local< Value > GetInternalField(int index)</div><div class="ttdef"><b>Definition:</b> v8.h:4294</div></div>
<div class="ttc" id="classv8_1_1_isolate_html_a83c4ff274f359aa9582b15f300269b58"><div class="ttname"><a href="classv8_1_1_isolate.html#a83c4ff274f359aa9582b15f300269b58">v8::Isolate::GetData</a></div><div class="ttdeci">void * GetData()</div><div class="ttdef"><b>Definition:</b> v8.h:4594</div></div>
<div class="ttc" id="namespacev8_html_aebbcc7837753e51112d944ad96520da1"><div class="ttname"><a href="namespacev8.html#aebbcc7837753e51112d944ad96520da1">v8::IndexedSecurityCallback</a></div><div class="ttdeci">bool(* IndexedSecurityCallback)(Local< Object > host, uint32_t index, AccessType type, Local< Value > data)</div><div class="ttdef"><b>Definition:</b> v8.h:2132</div></div>
<div class="ttc" id="classv8_1_1_string_html_af0f9c44d85056bd575c01e8be7cc1b01"><div class="ttname"><a href="classv8_1_1_string.html#af0f9c44d85056bd575c01e8be7cc1b01">v8::String::New</a></div><div class="ttdeci">static V8EXPORT Local< String > New(const char *data, int length=-1)</div></div>
<div class="ttc" id="classv8_1_1_v8_html"><div class="ttname"><a href="classv8_1_1_v8.html">v8::V8</a></div><div class="ttdef"><b>Definition:</b> v8.h:3011</div></div>
<div class="ttc" id="classv8_1_1_handle_html_ab550353b4a7bc3ad3df53fe80df7ea61"><div class="ttname"><a href="classv8_1_1_handle.html#ab550353b4a7bc3ad3df53fe80df7ea61">v8::Handle::operator!=</a></div><div class="ttdeci">bool operator!=(Handle< S > that) const </div><div class="ttdef"><b>Definition:</b> v8.h:240</div></div>
<div class="ttc" id="classv8_1_1_string_1_1_external_ascii_string_resource_html"><div class="ttname"><a href="classv8_1_1_string_1_1_external_ascii_string_resource.html">v8::String::ExternalAsciiStringResource</a></div><div class="ttdef"><b>Definition:</b> v8.h:1167</div></div>
<div class="ttc" id="structv8_1_1internal_1_1_smi_tagging_html"><div class="ttname"><a href="structv8_1_1internal_1_1_smi_tagging.html">v8::internal::SmiTagging</a></div><div class="ttdef"><b>Definition:</b> v8.h:3971</div></div>
<div class="ttc" id="classv8_1_1_value_html"><div class="ttname"><a href="classv8_1_1_value.html">v8::Value</a></div><div class="ttdef"><b>Definition:</b> v8.h:864</div></div>
<div class="ttc" id="classv8_1_1_external_ascii_string_resource_impl_html"><div class="ttname"><a href="classv8_1_1_external_ascii_string_resource_impl.html">v8::ExternalAsciiStringResourceImpl</a></div><div class="ttdef"><b>Definition:</b> v8.h:2520</div></div>
<div class="ttc" id="classv8_1_1_persistent_html_aea24de4ad0e6cd8e102411e11fbc3948"><div class="ttname"><a href="classv8_1_1_persistent.html#aea24de4ad0e6cd8e102411e11fbc3948">v8::Persistent::Persistent</a></div><div class="ttdeci">Persistent(Persistent< S > that)</div><div class="ttdef"><b>Definition:</b> v8.h:339</div></div>
<div class="ttc" id="classv8_1_1_string_html_a0156221ab1c700883897e9d3cf129017"><div class="ttname"><a href="classv8_1_1_string.html#a0156221ab1c700883897e9d3cf129017">v8::String::GetExternalAsciiStringResource</a></div><div class="ttdeci">V8EXPORT const ExternalAsciiStringResource * GetExternalAsciiStringResource() const </div></div>
<div class="ttc" id="classv8_1_1_stack_trace_html"><div class="ttname"><a href="classv8_1_1_stack_trace.html">v8::StackTrace</a></div><div class="ttdef"><b>Definition:</b> v8.h:758</div></div>
<div class="ttc" id="classv8_1_1_object_html_a2a1ab58bf92984255f767946eeff1199"><div class="ttname"><a href="classv8_1_1_object.html#a2a1ab58bf92984255f767946eeff1199">v8::Object::SetPrototype</a></div><div class="ttdeci">V8EXPORT bool SetPrototype(Handle< Value > prototype)</div></div>
<div class="ttc" id="classv8_1_1_object_html_a1e0346ba95c50258a2b4dbd3dc5a6221"><div class="ttname"><a href="classv8_1_1_object.html#a1e0346ba95c50258a2b4dbd3dc5a6221">v8::Object::GetPropertyAttributes</a></div><div class="ttdeci">V8EXPORT PropertyAttribute GetPropertyAttributes(Handle< Value > key)</div></div>
<div class="ttc" id="classv8_1_1_value_html_a2ded13f1962fc1fa15eabc525fb433ee"><div class="ttname"><a href="classv8_1_1_value.html#a2ded13f1962fc1fa15eabc525fb433ee">v8::Value::IsStringObject</a></div><div class="ttdeci">V8EXPORT bool IsStringObject() const </div></div>
<div class="ttc" id="classv8_1_1_script_origin_html"><div class="ttname"><a href="classv8_1_1_script_origin.html">v8::ScriptOrigin</a></div><div class="ttdef"><b>Definition:</b> v8.h:571</div></div>
<div class="ttc" id="classv8_1_1_value_html_a360f1fe4a8ee74382f571a12eb14a222"><div class="ttname"><a href="classv8_1_1_value.html#a360f1fe4a8ee74382f571a12eb14a222">v8::Value::IsObject</a></div><div class="ttdeci">V8EXPORT bool IsObject() const </div></div>
<div class="ttc" id="classv8_1_1_value_html_a6baff625780eac51413f2392250e81be"><div class="ttname"><a href="classv8_1_1_value.html#a6baff625780eac51413f2392250e81be">v8::Value::IsBoolean</a></div><div class="ttdeci">V8EXPORT bool IsBoolean() const </div></div>
<div class="ttc" id="classv8_1_1_context_1_1_scope_html"><div class="ttname"><a href="classv8_1_1_context_1_1_scope.html">v8::Context::Scope</a></div><div class="ttdef"><b>Definition:</b> v8.h:3734</div></div>
<div class="ttc" id="classv8_1_1_handle_scope_html_af18b68b6b149e69a05873a20c6fa269c"><div class="ttname"><a href="classv8_1_1_handle_scope.html#af18b68b6b149e69a05873a20c6fa269c">v8::HandleScope::Close</a></div><div class="ttdeci">Local< T > Close(Handle< T > value)</div><div class="ttdef"><b>Definition:</b> v8.h:4263</div></div>
<div class="ttc" id="classv8_1_1_retained_object_info_html"><div class="ttname"><a href="classv8_1_1_retained_object_info.html">v8::RetainedObjectInfo</a></div><div class="ttdef"><b>Definition:</b> v8-profiler.h:496</div></div>
<div class="ttc" id="classv8_1_1_object_html_a156c6b33082be397626ce106369e4eba"><div class="ttname"><a href="classv8_1_1_object.html#a156c6b33082be397626ce106369e4eba">v8::Object::CallAsConstructor</a></div><div class="ttdeci">V8EXPORT Local< Value > CallAsConstructor(int argc, Handle< Value > argv[])</div></div>
<div class="ttc" id="namespacev8_html_acbd04b83708cb5a80e73e0396f176e58"><div class="ttname"><a href="namespacev8.html#acbd04b83708cb5a80e73e0396f176e58">v8::NamedPropertyEnumerator</a></div><div class="ttdeci">Handle< Array >(* NamedPropertyEnumerator)(const AccessorInfo &info)</div><div class="ttdef"><b>Definition:</b> v8.h:2064</div></div>
<div class="ttc" id="classv8_1_1_value_html_a11293ed56e068b3bccdae482f2752f58"><div class="ttname"><a href="classv8_1_1_value.html#a11293ed56e068b3bccdae482f2752f58">v8::Value::IsNativeError</a></div><div class="ttdeci">V8EXPORT bool IsNativeError() const </div></div>
<div class="ttc" id="classv8_1_1_exception_html"><div class="ttname"><a href="classv8_1_1_exception.html">v8::Exception</a></div><div class="ttdef"><b>Definition:</b> v8.h:2656</div></div>
<div class="ttc" id="classv8_1_1_value_html_a33f329c93a9f417e2d05b438e6e5429c"><div class="ttname"><a href="classv8_1_1_value.html#a33f329c93a9f417e2d05b438e6e5429c">v8::Value::IsFunction</a></div><div class="ttdeci">V8EXPORT bool IsFunction() const </div></div>
<div class="ttc" id="classv8_1_1_string_html_a812edd5c3beffb3a08ff94103ac31f23"><div class="ttname"><a href="classv8_1_1_string.html#a812edd5c3beffb3a08ff94103ac31f23">v8::String::Length</a></div><div class="ttdeci">V8EXPORT int Length() const </div></div>
<div class="ttc" id="classv8_1_1_integer_html"><div class="ttname"><a href="classv8_1_1_integer.html">v8::Integer</a></div><div class="ttdef"><b>Definition:</b> v8.h:1368</div></div>
<div class="ttc" id="classv8_1_1_object_html_ab6b6c44668d7a0d0b5b1056f8de4fd6b"><div class="ttname"><a href="classv8_1_1_object.html#ab6b6c44668d7a0d0b5b1056f8de4fd6b">v8::Object::CallAsFunction</a></div><div class="ttdeci">V8EXPORT Local< Value > CallAsFunction(Handle< Object > recv, int argc, Handle< Value > argv[])</div></div>
<div class="ttc" id="classv8_1_1_object_html"><div class="ttname"><a href="classv8_1_1_object.html">v8::Object</a></div><div class="ttdef"><b>Definition:</b> v8.h:1459</div></div>
<div class="ttc" id="classv8_1_1_data_html"><div class="ttname"><a href="classv8_1_1_data.html">v8::Data</a></div><div class="ttdef"><b>Definition:</b> v8.h:507</div></div>
<div class="ttc" id="classv8_1_1_handle_html_afcc79738c6fff05c70e958a471f2b7d9"><div class="ttname"><a href="classv8_1_1_handle.html#afcc79738c6fff05c70e958a471f2b7d9">v8::Handle::operator==</a></div><div class="ttdeci">bool operator==(Handle< S > that) const </div><div class="ttdef"><b>Definition:</b> v8.h:226</div></div>
<div class="ttc" id="classv8_1_1_output_stream_html_ae64c7719c109c5a7404caf4f311dc32d"><div class="ttname"><a href="classv8_1_1_output_stream.html#ae64c7719c109c5a7404caf4f311dc32d">v8::OutputStream::GetOutputEncoding</a></div><div class="ttdeci">virtual OutputEncoding GetOutputEncoding()</div><div class="ttdef"><b>Definition:</b> v8.h:3916</div></div>
<div class="ttc" id="classv8_1_1_string_html_a4de1bc36a0c6fe52d12726b85d0853f1"><div class="ttname"><a href="classv8_1_1_string.html#a4de1bc36a0c6fe52d12726b85d0853f1">v8::String::NewExternal</a></div><div class="ttdeci">static V8EXPORT Local< String > NewExternal(ExternalStringResource *resource)</div></div>
<div class="ttc" id="classv8_1_1_value_html_a643fcf5c7c6136d819b0b4927f8d1724"><div class="ttname"><a href="classv8_1_1_value.html#a643fcf5c7c6136d819b0b4927f8d1724">v8::Value::Equals</a></div><div class="ttdeci">V8EXPORT bool Equals(Handle< Value > that) const </div></div>
<div class="ttc" id="classv8_1_1_string_html_a49b2b16c53998e22f3ad9d06fb49a3fd"><div class="ttname"><a href="classv8_1_1_string.html#a49b2b16c53998e22f3ad9d06fb49a3fd">v8::String::NewUndetectable</a></div><div class="ttdeci">static V8EXPORT Local< String > NewUndetectable(const char *data, int length=-1)</div></div>
<div class="ttc" id="classv8_1_1_boolean_object_html"><div class="ttname"><a href="classv8_1_1_boolean_object.html">v8::BooleanObject</a></div><div class="ttdef"><b>Definition:</b> v8.h:1843</div></div>
<div class="ttc" id="classv8_1_1_value_html_abcdd87539238a68f8337bae7d0a9c1ac"><div class="ttname"><a href="classv8_1_1_value.html#abcdd87539238a68f8337bae7d0a9c1ac">v8::Value::IsDate</a></div><div class="ttdeci">V8EXPORT bool IsDate() const </div></div>
<div class="ttc" id="classv8_1_1_object_template_html"><div class="ttname"><a href="classv8_1_1_object_template.html">v8::ObjectTemplate</a></div><div class="ttdef"><b>Definition:</b> v8.h:2329</div></div>
<div class="ttc" id="classv8_1_1_object_html_a94e24494687ea499471d41e914eeb90d"><div class="ttname"><a href="classv8_1_1_object.html#a94e24494687ea499471d41e914eeb90d">v8::Object::SetInternalField</a></div><div class="ttdeci">V8EXPORT void SetInternalField(int index, Handle< Value > value)</div></div>
<div class="ttc" id="classv8_1_1_extension_html"><div class="ttname"><a href="classv8_1_1_extension.html">v8::Extension</a></div><div class="ttdef"><b>Definition:</b> v8.h:2537</div></div>
<div class="ttc" id="classv8_1_1_message_html"><div class="ttname"><a href="classv8_1_1_message.html">v8::Message</a></div><div class="ttdef"><b>Definition:</b> v8.h:692</div></div>
<div class="ttc" id="classv8_1_1_function_html_a3ae29205851ecbf99ab8ba03559fb849"><div class="ttname"><a href="classv8_1_1_function.html#a3ae29205851ecbf99ab8ba03559fb849">v8::Function::GetScriptLineNumber</a></div><div class="ttdeci">V8EXPORT int GetScriptLineNumber() const </div></div>
<div class="ttc" id="classv8_1_1_heap_statistics_html"><div class="ttname"><a href="classv8_1_1_heap_statistics.html">v8::HeapStatistics</a></div><div class="ttdef"><b>Definition:</b> v8.h:2749</div></div>
<div class="ttc" id="classv8_1_1_object_html_a73e7f8c470da4fa3ccc2ce8d58671bed"><div class="ttname"><a href="classv8_1_1_object.html#a73e7f8c470da4fa3ccc2ce8d58671bed">v8::Object::IsCallable</a></div><div class="ttdeci">V8EXPORT bool IsCallable()</div></div>
<div class="ttc" id="classv8_1_1_value_html_a2674a47b2550eb456a7ecfaf09d2f97e"><div class="ttname"><a href="classv8_1_1_value.html#a2674a47b2550eb456a7ecfaf09d2f97e">v8::Value::IsUint32</a></div><div class="ttdeci">V8EXPORT bool IsUint32() const </div></div>
<div class="ttc" id="classv8_1_1_string_html_a9ce7f1458ffd08f8eb2b9c8dc056e616"><div class="ttname"><a href="classv8_1_1_string.html#a9ce7f1458ffd08f8eb2b9c8dc056e616">v8::String::WriteOptions</a></div><div class="ttdeci">WriteOptions</div><div class="ttdef"><b>Definition:</b> v8.h:1065</div></div>
<div class="ttc" id="classv8_1_1_string_1_1_external_string_resource_base_html"><div class="ttname"><a href="classv8_1_1_string_1_1_external_string_resource_base.html">v8::String::ExternalStringResourceBase</a></div><div class="ttdef"><b>Definition:</b> v8.h:1104</div></div>
<div class="ttc" id="classv8_1_1_handle_html_a452516a09df056438c3d3a177ebd1977"><div class="ttname"><a href="classv8_1_1_handle.html#a452516a09df056438c3d3a177ebd1977">v8::Handle::Clear</a></div><div class="ttdeci">void Clear()</div><div class="ttdef"><b>Definition:</b> v8.h:214</div></div>
<div class="ttc" id="classv8_1_1_string_html_af21c9d008c6dfc72277b9183d0839940"><div class="ttname"><a href="classv8_1_1_string.html#af21c9d008c6dfc72277b9183d0839940">v8::String::Concat</a></div><div class="ttdeci">static V8EXPORT Local< String > Concat(Handle< String > left, Handle< String > right)</div></div>
<div class="ttc" id="classv8_1_1_reg_exp_html_aa4718a5c1f18472aff3bf51ed694fc5a"><div class="ttname"><a href="classv8_1_1_reg_exp.html#aa4718a5c1f18472aff3bf51ed694fc5a">v8::RegExp::Flags</a></div><div class="ttdeci">Flags</div><div class="ttdef"><b>Definition:</b> v8.h:1887</div></div>
<div class="ttc" id="classv8_1_1_reg_exp_html_a02c7a85155ff5d2883ffc699e36ada4c"><div class="ttname"><a href="classv8_1_1_reg_exp.html#a02c7a85155ff5d2883ffc699e36ada4c">v8::RegExp::GetFlags</a></div><div class="ttdeci">V8EXPORT Flags GetFlags() const </div></div>
<div class="ttc" id="classv8_1_1_persistent_html_a1f60b982c5e734df7e4fe22ccd5b62cf"><div class="ttname"><a href="classv8_1_1_persistent.html#a1f60b982c5e734df7e4fe22ccd5b62cf">v8::Persistent::IsNearDeath</a></div><div class="ttdeci">bool IsNearDeath() const </div><div class="ttdef"><b>Definition:</b> v8.h:4165</div></div>
<div class="ttc" id="classv8_1_1_script_data_html"><div class="ttname"><a href="classv8_1_1_script_data.html">v8::ScriptData</a></div><div class="ttdef"><b>Definition:</b> v8.h:519</div></div>
<div class="ttc" id="classv8_1_1_activity_control_html"><div class="ttname"><a href="classv8_1_1_activity_control.html">v8::ActivityControl</a></div><div class="ttdef"><b>Definition:</b> v8.h:3938</div></div>
<div class="ttc" id="classv8_1_1_local_html_ac4024a7e2aea140c6aaa38fc32d5a840"><div class="ttname"><a href="classv8_1_1_local.html#ac4024a7e2aea140c6aaa38fc32d5a840">v8::Local::New</a></div><div class="ttdeci">static Local< T > New(Handle< T > that)</div><div class="ttdef"><b>Definition:</b> v8.h:4144</div></div>
<div class="ttc" id="classv8_1_1_string_html_a1a78c6fe39dbdd6322ca576e224f0cba"><div class="ttname"><a href="classv8_1_1_string.html#a1a78c6fe39dbdd6322ca576e224f0cba">v8::String::GetExternalStringResource</a></div><div class="ttdeci">ExternalStringResource * GetExternalStringResource() const </div><div class="ttdef"><b>Definition:</b> v8.h:4373</div></div>
<div class="ttc" id="namespacev8_html_a0136e8102c101d9a39497f75daa9153b"><div class="ttname"><a href="namespacev8.html#a0136e8102c101d9a39497f75daa9153b">v8::NamedPropertyQuery</a></div><div class="ttdeci">Handle< Integer >(* NamedPropertyQuery)(Local< String > property, const AccessorInfo &info)</div><div class="ttdef"><b>Definition:</b> v8.h:2048</div></div>
<div class="ttc" id="classv8_1_1_string_1_1_ascii_value_html"><div class="ttname"><a href="classv8_1_1_string_1_1_ascii_value.html">v8::String::AsciiValue</a></div><div class="ttdef"><b>Definition:</b> v8.h:1307</div></div>
<div class="ttc" id="classv8_1_1_local_html_af7cf8d2fe7e10a14ad382189712adaff"><div class="ttname"><a href="classv8_1_1_local.html#af7cf8d2fe7e10a14ad382189712adaff">v8::Local::Local</a></div><div class="ttdeci">Local(Local< S > that)</div><div class="ttdef"><b>Definition:</b> v8.h:272</div></div>
<div class="ttc" id="classv8_1_1_boolean_html"><div class="ttname"><a href="classv8_1_1_boolean.html">v8::Boolean</a></div><div class="ttdef"><b>Definition:</b> v8.h:1009</div></div>
<div class="ttc" id="namespacev8_html_a06f34fa4fa4cfc8518366808d1d461c1"><div class="ttname"><a href="namespacev8.html#a06f34fa4fa4cfc8518366808d1d461c1">v8::JitCodeEventOptions</a></div><div class="ttdeci">JitCodeEventOptions</div><div class="ttdef"><b>Definition:</b> v8.h:2983</div></div>
<div class="ttc" id="namespacev8_html_a3ca53e294b9b695b3777af904ca942b6"><div class="ttname"><a href="namespacev8.html#a3ca53e294b9b695b3777af904ca942b6">v8::IndexedPropertySetter</a></div><div class="ttdeci">Handle< Value >(* IndexedPropertySetter)(uint32_t index, Local< Value > value, const AccessorInfo &info)</div><div class="ttdef"><b>Definition:</b> v8.h:2079</div></div>
<div class="ttc" id="classv8_1_1_string_html_a148c0f01dca1c477eba42717068a2c7e"><div class="ttname"><a href="classv8_1_1_string.html#a148c0f01dca1c477eba42717068a2c7e">v8::String::Empty</a></div><div class="ttdeci">static V8EXPORT v8::Local< v8::String > Empty()</div></div>
<div class="ttc" id="classv8_1_1_object_html_a353c1568c4de35ef3f3065b5a4aecc50"><div class="ttname"><a href="classv8_1_1_object.html#a353c1568c4de35ef3f3065b5a4aecc50">v8::Object::GetRealNamedProperty</a></div><div class="ttdeci">V8EXPORT Local< Value > GetRealNamedProperty(Handle< String > key)</div></div>
<div class="ttc" id="classv8_1_1_string_1_1_utf8_value_html"><div class="ttname"><a href="classv8_1_1_string_1_1_utf8_value.html">v8::String::Utf8Value</a></div><div class="ttdef"><b>Definition:</b> v8.h:1284</div></div>
<div class="ttc" id="namespacev8_html_ab9effde41da1c073eddbd4a11a62bd0b"><div class="ttname"><a href="namespacev8.html#ab9effde41da1c073eddbd4a11a62bd0b">v8::NamedPropertyGetter</a></div><div class="ttdeci">Handle< Value >(* NamedPropertyGetter)(Local< String > property, const AccessorInfo &info)</div><div class="ttdef"><b>Definition:</b> v8.h:2031</div></div>
<div class="ttc" id="namespacev8_html_ab699f4bbbb56350e6e915682e420fcdc"><div class="ttname"><a href="namespacev8.html#ab699f4bbbb56350e6e915682e420fcdc">v8::EntropySource</a></div><div class="ttdeci">bool(* EntropySource)(unsigned char *buffer, size_t length)</div><div class="ttdef"><b>Definition:</b> v8.h:2912</div></div>
<div class="ttc" id="classv8_1_1_object_html_a63861862c17e0fb2cf4e2d62b656f548"><div class="ttname"><a href="classv8_1_1_object.html#a63861862c17e0fb2cf4e2d62b656f548">v8::Object::GetConstructor</a></div><div class="ttdeci">V8EXPORT Local< Value > GetConstructor()</div></div>
<div class="ttc" id="classv8_1_1_isolate_html_aec80bb49b6b7647ff75e8f2cc9484ea3"><div class="ttname"><a href="classv8_1_1_isolate.html#aec80bb49b6b7647ff75e8f2cc9484ea3">v8::Isolate::Enter</a></div><div class="ttdeci">void Enter()</div></div>
<div class="ttc" id="classv8_1_1_isolate_html_a57e22868fac4e090f05d23e432e2c771"><div class="ttname"><a href="classv8_1_1_isolate.html#a57e22868fac4e090f05d23e432e2c771">v8::Isolate::SetData</a></div><div class="ttdeci">void SetData(void *data)</div><div class="ttdef"><b>Definition:</b> v8.h:4588</div></div>
<div class="ttc" id="classv8_1_1_persistent_html_a2c3bc812813279b80326c8a52164a2b4"><div class="ttname"><a href="classv8_1_1_persistent.html#a2c3bc812813279b80326c8a52164a2b4">v8::Persistent::MarkIndependent</a></div><div class="ttdeci">void MarkIndependent()</div><div class="ttdef"><b>Definition:</b> v8.h:4201</div></div>
<div class="ttc" id="classv8_1_1_output_stream_html"><div class="ttname"><a href="classv8_1_1_output_stream.html">v8::OutputStream</a></div><div class="ttdef"><b>Definition:</b> v8.h:3901</div></div>
<div class="ttc" id="classv8_1_1_reg_exp_html"><div class="ttname"><a href="classv8_1_1_reg_exp.html">v8::RegExp</a></div><div class="ttdef"><b>Definition:</b> v8.h:1881</div></div>
<div class="ttc" id="classv8_1_1_value_html_a7aed90ede9bf48b10f18cdb97d50fd1e"><div class="ttname"><a href="classv8_1_1_value.html#a7aed90ede9bf48b10f18cdb97d50fd1e">v8::Value::IsExternal</a></div><div class="ttdeci">V8EXPORT bool IsExternal() const </div></div>
<div class="ttc" id="classv8_1_1_persistent_html_a30806c1125371c269a02ec03d47c69ab"><div class="ttname"><a href="classv8_1_1_persistent.html#a30806c1125371c269a02ec03d47c69ab">v8::Persistent::ClearWeak</a></div><div class="ttdeci">void ClearWeak()</div><div class="ttdef"><b>Definition:</b> v8.h:4196</div></div>
<div class="ttc" id="classv8_1_1_string_1_1_external_string_resource_html_a6b7ef9e33a47059092e1447b10c35416"><div class="ttname"><a href="classv8_1_1_string_1_1_external_string_resource.html#a6b7ef9e33a47059092e1447b10c35416">v8::String::ExternalStringResource::~ExternalStringResource</a></div><div class="ttdeci">virtual ~ExternalStringResource()</div><div class="ttdef"><b>Definition:</b> v8.h:1140</div></div>
<div class="ttc" id="classv8_1_1_value_html_a32003b217768f535a4728bbd16ebd7d5"><div class="ttname"><a href="classv8_1_1_value.html#a32003b217768f535a4728bbd16ebd7d5">v8::Value::IsNumber</a></div><div class="ttdeci">V8EXPORT bool IsNumber() const </div></div>
<div class="ttc" id="classv8_1_1_value_html_a36ba10231b5aaf6c63d8589cd53c9a73"><div class="ttname"><a href="classv8_1_1_value.html#a36ba10231b5aaf6c63d8589cd53c9a73">v8::Value::IsRegExp</a></div><div class="ttdeci">V8EXPORT bool IsRegExp() const </div></div>
<div class="ttc" id="namespacev8_html_a15ab299eff53946ab483b762a4cb20dc"><div class="ttname"><a href="namespacev8.html#a15ab299eff53946ab483b762a4cb20dc">v8::IndexedPropertyEnumerator</a></div><div class="ttdeci">Handle< Array >(* IndexedPropertyEnumerator)(const AccessorInfo &info)</div><div class="ttdef"><b>Definition:</b> v8.h:2103</div></div>
<div class="ttc" id="classv8_1_1_object_html_ab955e6c94dc6bf3e65e5355eb3d2d876"><div class="ttname"><a href="classv8_1_1_object.html#ab955e6c94dc6bf3e65e5355eb3d2d876">v8::Object::GetRealNamedPropertyInPrototypeChain</a></div><div class="ttdeci">V8EXPORT Local< Value > GetRealNamedPropertyInPrototypeChain(Handle< String > key)</div></div>
<div class="ttc" id="classv8_1_1_string_1_1_external_string_resource_base_html_af4720342ae31e1ab4656df3f15d069c0"><div class="ttname"><a href="classv8_1_1_string_1_1_external_string_resource_base.html#af4720342ae31e1ab4656df3f15d069c0">v8::String::ExternalStringResourceBase::Dispose</a></div><div class="ttdeci">virtual void Dispose()</div><div class="ttdef"><b>Definition:</b> v8.h:1117</div></div>
<div class="ttc" id="classv8_1_1_external_ascii_string_resource_impl_html_a8f37b80039c1ef29b0c755354a11424a"><div class="ttname"><a href="classv8_1_1_external_ascii_string_resource_impl.html#a8f37b80039c1ef29b0c755354a11424a">v8::ExternalAsciiStringResourceImpl::length</a></div><div class="ttdeci">size_t length() const </div><div class="ttdef"><b>Definition:</b> v8.h:2527</div></div>
<div class="ttc" id="classv8_1_1_array_html_ac78a0168b8612bcccd789497fd01b2ad"><div class="ttname"><a href="classv8_1_1_array.html#ac78a0168b8612bcccd789497fd01b2ad">v8::Array::CloneElementAt</a></div><div class="ttdeci">V8EXPORT Local< Object > CloneElementAt(uint32_t index)</div></div>
<div class="ttc" id="classv8_1_1_object_html_a76d0c5021dd74a57239ad64d1cb1c83c"><div class="ttname"><a href="classv8_1_1_object.html#a76d0c5021dd74a57239ad64d1cb1c83c">v8::Object::IsDirty</a></div><div class="ttdeci">V8EXPORT bool IsDirty()</div></div>
<div class="ttc" id="classv8_1_1_object_html_a0e28660353b6da64f9e2769260f31001"><div class="ttname"><a href="classv8_1_1_object.html#a0e28660353b6da64f9e2769260f31001">v8::Object::GetPropertyNames</a></div><div class="ttdeci">V8EXPORT Local< Array > GetPropertyNames()</div></div>
<div class="ttc" id="namespacev8_html"><div class="ttname"><a href="namespacev8.html">v8</a></div><div class="ttdef"><b>Definition:</b> v8-debug.h:70</div></div>
<div class="ttc" id="namespacev8_html_ac84ffd0beb05009f30378ef45a065edf"><div class="ttname"><a href="namespacev8.html#ac84ffd0beb05009f30378ef45a065edf">v8::IndexedPropertyQuery</a></div><div class="ttdeci">Handle< Integer >(* IndexedPropertyQuery)(uint32_t index, const AccessorInfo &info)</div><div class="ttdef"><b>Definition:</b> v8.h:2088</div></div>
<div class="ttc" id="classv8_1_1_function_html"><div class="ttname"><a href="classv8_1_1_function.html">v8::Function</a></div><div class="ttdef"><b>Definition:</b> v8.h:1748</div></div>
<div class="ttc" id="namespacev8_html_a7899471fae82b252750b81f41d5c1e26"><div class="ttname"><a href="namespacev8.html#a7899471fae82b252750b81f41d5c1e26">v8::NamedPropertyDeleter</a></div><div class="ttdeci">Handle< Boolean >(* NamedPropertyDeleter)(Local< String > property, const AccessorInfo &info)</div><div class="ttdef"><b>Definition:</b> v8.h:2057</div></div>
<div class="ttc" id="classv8_1_1_string_html_a6419e6b87e73bf03e326dd862fdca495"><div class="ttname"><a href="classv8_1_1_string.html#a6419e6b87e73bf03e326dd862fdca495">v8::String::MakeExternal</a></div><div class="ttdeci">V8EXPORT bool MakeExternal(ExternalStringResource *resource)</div></div>
<div class="ttc" id="classv8_1_1_string_object_html_abc51573fc5d4c01266a1ba8c522c6eab"><div class="ttname"><a href="classv8_1_1_string_object.html#abc51573fc5d4c01266a1ba8c522c6eab">v8::StringObject::StringValue</a></div><div class="ttdeci">V8EXPORT Local< String > StringValue() const </div></div>
<div class="ttc" id="classv8_1_1_accessor_info_html"><div class="ttname"><a href="classv8_1_1_accessor_info.html">v8::AccessorInfo</a></div><div class="ttdef"><b>Definition:</b> v8.h:2011</div></div>
<div class="ttc" id="classv8_1_1_string_html"><div class="ttname"><a href="classv8_1_1_string.html">v8::String</a></div><div class="ttdef"><b>Definition:</b> v8.h:1019</div></div>
<div class="ttc" id="namespacev8_html_add8bef6469c5b94706584124e610046c"><div class="ttname"><a href="namespacev8.html#add8bef6469c5b94706584124e610046c">v8::AccessType</a></div><div class="ttdeci">AccessType</div><div class="ttdef"><b>Definition:</b> v8.h:2109</div></div>
<div class="ttc" id="classv8_1_1_handle_html_a64aee8fcde243c8a5abebfe534b3797a"><div class="ttname"><a href="classv8_1_1_handle.html#a64aee8fcde243c8a5abebfe534b3797a">v8::Handle::Handle</a></div><div class="ttdeci">Handle(Handle< S > that)</div><div class="ttdef"><b>Definition:</b> v8.h:196</div></div>
<div class="ttc" id="classv8_1_1_object_html_a171fc92c6e695d9c944f9e5d7670ed11"><div class="ttname"><a href="classv8_1_1_object.html#a171fc92c6e695d9c944f9e5d7670ed11">v8::Object::GetPrototype</a></div><div class="ttdeci">V8EXPORT Local< Value > GetPrototype()</div></div>
<div class="ttc" id="classv8_1_1_handle_html_aa7543a3d572565806a66e922634cc2f4"><div class="ttname"><a href="classv8_1_1_handle.html#aa7543a3d572565806a66e922634cc2f4">v8::Handle::Handle</a></div><div class="ttdeci">Handle()</div><div class="ttdef"><b>Definition:</b> v8.h:179</div></div>
<div class="ttc" id="classv8_1_1_object_html_a3f08aee708af5e2856e65e81b22edc61"><div class="ttname"><a href="classv8_1_1_object.html#a3f08aee708af5e2856e65e81b22edc61">v8::Object::SetIndexedPropertiesToPixelData</a></div><div class="ttdeci">V8EXPORT void SetIndexedPropertiesToPixelData(uint8_t *data, int length)</div></div>
<div class="ttc" id="classv8_1_1_string_html_a1b136ebc0ac30df9357e09b5486ca0a3"><div class="ttname"><a href="classv8_1_1_string.html#a1b136ebc0ac30df9357e09b5486ca0a3">v8::String::IsExternalAscii</a></div><div class="ttdeci">V8EXPORT bool IsExternalAscii() const </div></div>
<div class="ttc" id="classv8_1_1_accessor_signature_html"><div class="ttname"><a href="classv8_1_1_accessor_signature.html">v8::AccessorSignature</a></div><div class="ttdef"><b>Definition:</b> v8.h:2495</div></div>
<div class="ttc" id="classv8_1_1_date_html_ae9ccdc971d9738631ed2f28ef42d8a8c"><div class="ttname"><a href="classv8_1_1_date.html#ae9ccdc971d9738631ed2f28ef42d8a8c">v8::Date::NumberValue</a></div><div class="ttdeci">V8EXPORT double NumberValue() const </div></div>
<div class="ttc" id="classv8_1_1_uint32_html"><div class="ttname"><a href="classv8_1_1_uint32.html">v8::Uint32</a></div><div class="ttdef"><b>Definition:</b> v8.h:1394</div></div>
<div class="ttc" id="classv8_1_1internal_1_1_internals_html"><div class="ttname"><a href="classv8_1_1internal_1_1_internals.html">v8::internal::Internals</a></div><div class="ttdef"><b>Definition:</b> v8.h:4024</div></div>
<div class="ttc" id="structv8_1_1_jit_code_event_html"><div class="ttname"><a href="structv8_1_1_jit_code_event.html">v8::JitCodeEvent</a></div><div class="ttdef"><b>Definition:</b> v8.h:2952</div></div>
<div class="ttc" id="classv8_1_1_function_template_html"><div class="ttname"><a href="classv8_1_1_function_template.html">v8::FunctionTemplate</a></div><div class="ttdef"><b>Definition:</b> v8.h:2230</div></div>
<div class="ttc" id="classv8_1_1_number_html"><div class="ttname"><a href="classv8_1_1_number.html">v8::Number</a></div><div class="ttdef"><b>Definition:</b> v8.h:1354</div></div>
<div class="ttc" id="classv8_1_1_stack_trace_html_a9704e4a37949eb8eb8ccddbddf161492"><div class="ttname"><a href="classv8_1_1_stack_trace.html#a9704e4a37949eb8eb8ccddbddf161492">v8::StackTrace::StackTraceOptions</a></div><div class="ttdeci">StackTraceOptions</div><div class="ttdef"><b>Definition:</b> v8.h:764</div></div>
<div class="ttc" id="classv8_1_1_object_html_a4851a914d3d95b5eb7238c664fb7fd16"><div class="ttname"><a href="classv8_1_1_object.html#a4851a914d3d95b5eb7238c664fb7fd16">v8::Object::GetConstructorName</a></div><div class="ttdeci">V8EXPORT Local< String > GetConstructorName()</div></div>
<div class="ttc" id="classv8_1_1_object_html_ad0791109068a7816d65a06bbc9f6f870"><div class="ttname"><a href="classv8_1_1_object.html#ad0791109068a7816d65a06bbc9f6f870">v8::Object::HasNamedLookupInterceptor</a></div><div class="ttdeci">V8EXPORT bool HasNamedLookupInterceptor()</div></div>
<div class="ttc" id="classv8_1_1_handle_html"><div class="ttname"><a href="classv8_1_1_handle.html">v8::Handle</a></div><div class="ttdef"><b>Definition:</b> v8.h:105</div></div>
<div class="ttc" id="classv8_1_1_value_html_a95c39ad189c09630dd90ee5c1a7e89a1"><div class="ttname"><a href="classv8_1_1_value.html#a95c39ad189c09630dd90ee5c1a7e89a1">v8::Value::IsArray</a></div><div class="ttdeci">V8EXPORT bool IsArray() const </div></div>
<div class="ttc" id="classv8_1_1_declare_extension_html"><div class="ttname"><a href="classv8_1_1_declare_extension.html">v8::DeclareExtension</a></div><div class="ttdef"><b>Definition:</b> v8.h:2581</div></div>
<div class="ttc" id="classv8_1_1_type_switch_html"><div class="ttname"><a href="classv8_1_1_type_switch.html">v8::TypeSwitch</a></div><div class="ttdef"><b>Definition:</b> v8.h:2508</div></div>
<div class="ttc" id="classv8_1_1_resource_constraints_html"><div class="ttname"><a href="classv8_1_1_resource_constraints.html">v8::ResourceConstraints</a></div><div class="ttdef"><b>Definition:</b> v8.h:2612</div></div>
<div class="ttc" id="classv8_1_1_number_object_html"><div class="ttname"><a href="classv8_1_1_number_object.html">v8::NumberObject</a></div><div class="ttdef"><b>Definition:</b> v8.h:1824</div></div>
<div class="ttc" id="classv8_1_1_script_html"><div class="ttname"><a href="classv8_1_1_script.html">v8::Script</a></div><div class="ttdef"><b>Definition:</b> v8.h:593</div></div>
<div class="ttc" id="classv8_1_1_object_html_affaee480d3f50d5ac7a640db5aa8e89d"><div class="ttname"><a href="classv8_1_1_object.html#affaee480d3f50d5ac7a640db5aa8e89d">v8::Object::InternalFieldCount</a></div><div class="ttdeci">V8EXPORT int InternalFieldCount()</div></div>
<div class="ttc" id="classv8_1_1_string_html_a945ba040efb2bffb14c04eda492767ac"><div class="ttname"><a href="classv8_1_1_string.html#a945ba040efb2bffb14c04eda492767ac">v8::String::IsExternal</a></div><div class="ttdeci">V8EXPORT bool IsExternal() const </div></div>
<div class="ttc" id="classv8_1_1_object_html_a5e79966b79d69ef3a7b3b0d91414ec2c"><div class="ttname"><a href="classv8_1_1_object.html#a5e79966b79d69ef3a7b3b0d91414ec2c">v8::Object::SetPointerInInternalField</a></div><div class="ttdeci">V8EXPORT void SetPointerInInternalField(int index, void *value)</div></div>
<div class="ttc" id="classv8_1_1_array_html"><div class="ttname"><a href="classv8_1_1_array.html">v8::Array</a></div><div class="ttdef"><b>Definition:</b> v8.h:1722</div></div>
<div class="ttc" id="classv8_1_1_persistent_html_ad309269ccaeffa6dec338093752ca539"><div class="ttname"><a href="classv8_1_1_persistent.html#ad309269ccaeffa6dec338093752ca539">v8::Persistent::New</a></div><div class="ttdeci">static Persistent< T > New(Handle< T > that)</div><div class="ttdef"><b>Definition:</b> v8.h:4157</div></div>
<div class="ttc" id="classv8_1_1_string_1_1_external_string_resource_html"><div class="ttname"><a href="classv8_1_1_string_1_1_external_string_resource.html">v8::String::ExternalStringResource</a></div><div class="ttdef"><b>Definition:</b> v8.h:1133</div></div>
<div class="ttc" id="classv8_1_1_value_html_ab6b19a1e5aa5df50dfbb5d2ffa60bcdc"><div class="ttname"><a href="classv8_1_1_value.html#ab6b19a1e5aa5df50dfbb5d2ffa60bcdc">v8::Value::ToArrayIndex</a></div><div class="ttdeci">V8EXPORT Local< Uint32 > ToArrayIndex() const </div></div>
<div class="ttc" id="classv8_1_1_object_html_ab407b4e8dc83c3a75197f809d1465f7e"><div class="ttname"><a href="classv8_1_1_object.html#ab407b4e8dc83c3a75197f809d1465f7e">v8::Object::GetOwnPropertyNames</a></div><div class="ttdeci">V8EXPORT Local< Array > GetOwnPropertyNames()</div></div>
<div class="ttc" id="classv8_1_1_object_html_a0040e3012d621b25f580407bacebf95f"><div class="ttname"><a href="classv8_1_1_object.html#a0040e3012d621b25f580407bacebf95f">v8::Object::SetHiddenValue</a></div><div class="ttdeci">V8EXPORT bool SetHiddenValue(Handle< String > key, Handle< Value > value)</div></div>
<div class="ttc" id="classv8_1_1_handle_scope_html_a93131ee7939a9bc52a62a1f370882906"><div class="ttname"><a href="classv8_1_1_handle_scope.html#a93131ee7939a9bc52a62a1f370882906">v8::HandleScope::CreateHandle</a></div><div class="ttdeci">static internal::Object ** CreateHandle(internal::Object *value)</div></div>
<div class="ttc" id="namespacev8_html_a39243bc91e63d64d111452fdb98c4733"><div class="ttname"><a href="namespacev8.html#a39243bc91e63d64d111452fdb98c4733">v8::JitCodeEventHandler</a></div><div class="ttdeci">void(* JitCodeEventHandler)(const JitCodeEvent *event)</div><div class="ttdef"><b>Definition:</b> v8.h:2995</div></div>
<div class="ttc" id="classv8_1_1_value_html_a70d4afaccc7903e6a01f40a46ad04188"><div class="ttname"><a href="classv8_1_1_value.html#a70d4afaccc7903e6a01f40a46ad04188">v8::Value::IsInt32</a></div><div class="ttdeci">V8EXPORT bool IsInt32() const </div></div>
<div class="ttc" id="classv8_1_1_stack_frame_html"><div class="ttname"><a href="classv8_1_1_stack_frame.html">v8::StackFrame</a></div><div class="ttdef"><b>Definition:</b> v8.h:807</div></div>
<div class="ttc" id="classv8_1_1_arguments_html"><div class="ttname"><a href="classv8_1_1_arguments.html">v8::Arguments</a></div><div class="ttdef"><b>Definition:</b> v8.h:1978</div></div>
<div class="ttc" id="classv8_1_1_value_html_ae93277798682f4be9adc204a16c40591"><div class="ttname"><a href="classv8_1_1_value.html#ae93277798682f4be9adc204a16c40591">v8::Value::IsTrue</a></div><div class="ttdeci">V8EXPORT bool IsTrue() const </div></div>
<div class="ttc" id="classv8_1_1_object_html_a5309f7a349feb906a05ee45b6feeaab1"><div class="ttname"><a href="classv8_1_1_object.html#a5309f7a349feb906a05ee45b6feeaab1">v8::Object::GetIdentityHash</a></div><div class="ttdeci">V8EXPORT int GetIdentityHash()</div></div>
<div class="ttc" id="classv8_1_1_handle_html_aac16277f1131898a4a2ef664d051cc18"><div class="ttname"><a href="classv8_1_1_handle.html#aac16277f1131898a4a2ef664d051cc18">v8::Handle::Handle</a></div><div class="ttdeci">Handle(T *val)</div><div class="ttdef"><b>Definition:</b> v8.h:184</div></div>
<div class="ttc" id="classv8_1_1_object_html_aa3b8aaece354c6af98b98e0ae9abe13d"><div class="ttname"><a href="classv8_1_1_object.html#aa3b8aaece354c6af98b98e0ae9abe13d">v8::Object::FindInstanceInPrototypeChain</a></div><div class="ttdeci">V8EXPORT Local< Object > FindInstanceInPrototypeChain(Handle< FunctionTemplate > tmpl)</div></div>
<div class="ttc" id="classv8_1_1_persistent_html_ab04609812113450bece2640ad0b27658"><div class="ttname"><a href="classv8_1_1_persistent.html#ab04609812113450bece2640ad0b27658">v8::Persistent::MakeWeak</a></div><div class="ttdeci">void MakeWeak(void *parameters, WeakReferenceCallback callback)</div><div class="ttdef"><b>Definition:</b> v8.h:4189</div></div>
<div class="ttc" id="classv8_1_1_template_html"><div class="ttname"><a href="classv8_1_1_template.html">v8::Template</a></div><div class="ttdef"><b>Definition:</b> v8.h:1958</div></div>
<div class="ttc" id="namespacev8_html_a682b1fc46feab32605c4905612ffe870"><div class="ttname"><a href="namespacev8.html#a682b1fc46feab32605c4905612ffe870">v8::NamedPropertySetter</a></div><div class="ttdeci">Handle< Value >(* NamedPropertySetter)(Local< String > property, Local< Value > value, const AccessorInfo &info)</div><div class="ttdef"><b>Definition:</b> v8.h:2039</div></div>
<div class="ttc" id="namespacev8_html_abf3be19b5157493da3859987cc50c6ab"><div class="ttname"><a href="namespacev8.html#abf3be19b5157493da3859987cc50c6ab">v8::IndexedPropertyGetter</a></div><div class="ttdeci">Handle< Value >(* IndexedPropertyGetter)(uint32_t index, const AccessorInfo &info)</div><div class="ttdef"><b>Definition:</b> v8.h:2071</div></div>
<div class="ttc" id="classv8_1_1_object_html_a509f00335e1e0ddfc4bcf93d9e1cb567"><div class="ttname"><a href="classv8_1_1_object.html#a509f00335e1e0ddfc4bcf93d9e1cb567">v8::Object::CreationContext</a></div><div class="ttdeci">V8EXPORT Local< Context > CreationContext()</div></div>
<div class="ttc" id="classv8_1_1_date_html_ab39a9ab67254d54956d4687f3dee6816"><div class="ttname"><a href="classv8_1_1_date.html#ab39a9ab67254d54956d4687f3dee6816">v8::Date::DateTimeConfigurationChangeNotification</a></div><div class="ttdeci">static V8EXPORT void DateTimeConfigurationChangeNotification()</div></div>
<div class="ttc" id="classv8_1_1_boolean_object_html_acd3e4192c2206d9f7f61975fc8f08728"><div class="ttname"><a href="classv8_1_1_boolean_object.html#acd3e4192c2206d9f7f61975fc8f08728">v8::BooleanObject::BooleanValue</a></div><div class="ttdeci">V8EXPORT bool BooleanValue() const </div></div>
<div class="ttc" id="classv8_1_1_persistent_html"><div class="ttname"><a href="classv8_1_1_persistent.html">v8::Persistent</a></div><div class="ttdef"><b>Definition:</b> v8.h:107</div></div>
<div class="ttc" id="classv8_1_1_try_catch_html"><div class="ttname"><a href="classv8_1_1_try_catch.html">v8::TryCatch</a></div><div class="ttdef"><b>Definition:</b> v8.h:3468</div></div>
<div class="ttc" id="classv8_1_1_primitive_html"><div class="ttname"><a href="classv8_1_1_primitive.html">v8::Primitive</a></div><div class="ttdef"><b>Definition:</b> v8.h:1002</div></div>
<div class="ttc" id="classv8_1_1_startup_data_decompressor_html"><div class="ttname"><a href="classv8_1_1_startup_data_decompressor.html">v8::StartupDataDecompressor</a></div><div class="ttdef"><b>Definition:</b> v8.h:2891</div></div>
<div class="ttc" id="classv8_1_1_object_html_afd36ea440a254335bde065a4ceafffb3"><div class="ttname"><a href="classv8_1_1_object.html#afd36ea440a254335bde065a4ceafffb3">v8::Object::HasIndexedLookupInterceptor</a></div><div class="ttdeci">V8EXPORT bool HasIndexedLookupInterceptor()</div></div>
<div class="ttc" id="structv8_1_1_heap_stats_update_html"><div class="ttname"><a href="structv8_1_1_heap_stats_update.html">v8::HeapStatsUpdate</a></div><div class="ttdef"><b>Definition:</b> v8-profiler.h:550</div></div>
<div class="ttc" id="namespacev8_html_a4d5db775dbc002b23f1b55ec7ce80ea5"><div class="ttname"><a href="namespacev8.html#a4d5db775dbc002b23f1b55ec7ce80ea5">v8::WeakReferenceCallback</a></div><div class="ttdeci">void(* WeakReferenceCallback)(Persistent< Value > object, void *parameter)</div><div class="ttdef"><b>Definition:</b> v8.h:138</div></div>
<div class="ttc" id="classv8_1_1_string_1_1_external_ascii_string_resource_html_acd8790ae14be1b90794b363d24a147d0"><div class="ttname"><a href="classv8_1_1_string_1_1_external_ascii_string_resource.html#acd8790ae14be1b90794b363d24a147d0">v8::String::ExternalAsciiStringResource::~ExternalAsciiStringResource</a></div><div class="ttdeci">virtual ~ExternalAsciiStringResource()</div><div class="ttdef"><b>Definition:</b> v8.h:1174</div></div>
<div class="ttc" id="classv8_1_1_date_html"><div class="ttname"><a href="classv8_1_1_date.html">v8::Date</a></div><div class="ttdef"><b>Definition:</b> v8.h:1790</div></div>
<div class="ttc" id="classv8_1_1_object_html_a2dc22d2a2acf9eab4ed2965149e48af9"><div class="ttname"><a href="classv8_1_1_object.html#a2dc22d2a2acf9eab4ed2965149e48af9">v8::Object::ObjectProtoToString</a></div><div class="ttdeci">V8EXPORT Local< String > ObjectProtoToString()</div></div>
<div class="ttc" id="classv8_1_1_function_html_a2eff94c159ec39792bf3ec52c81e045c"><div class="ttname"><a href="classv8_1_1_function.html#a2eff94c159ec39792bf3ec52c81e045c">v8::Function::GetInferredName</a></div><div class="ttdeci">V8EXPORT Handle< Value > GetInferredName() const </div></div>
<div class="ttc" id="classv8_1_1_string_html_ac24779f37e73d8af36092cca294804c3"><div class="ttname"><a href="classv8_1_1_string.html#ac24779f37e73d8af36092cca294804c3">v8::String::CanMakeExternal</a></div><div class="ttdeci">V8EXPORT bool CanMakeExternal()</div></div>
<div class="ttc" id="classv8_1_1_isolate_html"><div class="ttname"><a href="classv8_1_1_isolate.html">v8::Isolate</a></div><div class="ttdef"><b>Definition:</b> v8.h:2785</div></div>
<div class="ttc" id="classv8_1_1_persistent_html_aa636a55b81eee222f86866dd5ae8c06f"><div class="ttname"><a href="classv8_1_1_persistent.html#aa636a55b81eee222f86866dd5ae8c06f">v8::Persistent::IsWeak</a></div><div class="ttdeci">bool IsWeak() const </div><div class="ttdef"><b>Definition:</b> v8.h:4172</div></div>
<div class="ttc" id="classv8_1_1_external_html"><div class="ttname"><a href="classv8_1_1_external.html">v8::External</a></div><div class="ttdef"><b>Definition:</b> v8.h:1936</div></div>
<div class="ttc" id="classv8_1_1_array_html_aabdb62437fce8c3769e69bbf44682066"><div class="ttname"><a href="classv8_1_1_array.html#aabdb62437fce8c3769e69bbf44682066">v8::Array::New</a></div><div class="ttdeci">static V8EXPORT Local< Array > New(int length=0)</div></div>
<div class="ttc" id="namespacev8_html_ac109d6f27e0c0f9ef4e98bcf7a806cf2"><div class="ttname"><a href="namespacev8.html#ac109d6f27e0c0f9ef4e98bcf7a806cf2">v8::GCType</a></div><div class="ttdeci">GCType</div><div class="ttdef"><b>Definition:</b> v8.h:2726</div></div>
<div class="ttc" id="classv8_1_1_int32_html"><div class="ttname"><a href="classv8_1_1_int32.html">v8::Int32</a></div><div class="ttdef"><b>Definition:</b> v8.h:1383</div></div>
<div class="ttc" id="classv8_1_1_isolate_1_1_scope_html"><div class="ttname"><a href="classv8_1_1_isolate_1_1_scope.html">v8::Isolate::Scope</a></div><div class="ttdef"><b>Definition:</b> v8.h:2791</div></div>
<div class="ttc" id="classv8_1_1_persistent_html_a41c933abe7726d4c314804859ef3acae"><div class="ttname"><a href="classv8_1_1_persistent.html#a41c933abe7726d4c314804859ef3acae">v8::Persistent::SetWrapperClassId</a></div><div class="ttdeci">void SetWrapperClassId(uint16_t class_id)</div><div class="ttdef"><b>Definition:</b> v8.h:4206</div></div>
<div class="ttc" id="classv8_1_1_string_html_a496a7a6bb043ae49da105e2648e26c20"><div class="ttname"><a href="classv8_1_1_string.html#a496a7a6bb043ae49da105e2648e26c20">v8::String::NewSymbol</a></div><div class="ttdeci">static V8EXPORT Local< String > NewSymbol(const char *data, int length=-1)</div></div>
<div class="ttc" id="namespacev8_html_ab5cafda0c556bba990c660ce9c904e0d"><div class="ttname"><a href="namespacev8.html#ab5cafda0c556bba990c660ce9c904e0d">v8::NamedSecurityCallback</a></div><div class="ttdeci">bool(* NamedSecurityCallback)(Local< Object > host, Local< Value > key, AccessType type, Local< Value > data)</div><div class="ttdef"><b>Definition:</b> v8.h:2122</div></div>
<div class="ttc" id="classv8_1_1_object_html_aa2299eda3240be1e76b7d5c2af7a6bbc"><div class="ttname"><a href="classv8_1_1_object.html#aa2299eda3240be1e76b7d5c2af7a6bbc">v8::Object::TurnOnAccessCheck</a></div><div class="ttdeci">V8EXPORT void TurnOnAccessCheck()</div></div>
<div class="ttc" id="classv8_1_1_object_html_a8ef1f3e0d4f4cecc54d5e0248bc45694"><div class="ttname"><a href="classv8_1_1_object.html#a8ef1f3e0d4f4cecc54d5e0248bc45694">v8::Object::GetPointerFromInternalField</a></div><div class="ttdeci">void * GetPointerFromInternalField(int index)</div><div class="ttdef"><b>Definition:</b> v8.h:4337</div></div>
<div class="ttc" id="classv8_1_1_external_ascii_string_resource_impl_html_a39719832d6d06fbfd8a86cf1cd6f9d6f"><div class="ttname"><a href="classv8_1_1_external_ascii_string_resource_impl.html#a39719832d6d06fbfd8a86cf1cd6f9d6f">v8::ExternalAsciiStringResourceImpl::data</a></div><div class="ttdeci">const char * data() const </div><div class="ttdef"><b>Definition:</b> v8.h:2526</div></div>
<div class="ttc" id="classv8_1_1_persistent_html_a33e53191844272ba0f2da4f55fc12297"><div class="ttname"><a href="classv8_1_1_persistent.html#a33e53191844272ba0f2da4f55fc12297">v8::Persistent::Dispose</a></div><div class="ttdeci">void Dispose()</div><div class="ttdef"><b>Definition:</b> v8.h:4179</div></div>
<div class="ttc" id="classv8_1_1_string_object_html"><div class="ttname"><a href="classv8_1_1_string_object.html">v8::StringObject</a></div><div class="ttdef"><b>Definition:</b> v8.h:1862</div></div>
<div class="ttc" id="namespacev8_html_a3016fe071826349d1370a700e71be094"><div class="ttname"><a href="namespacev8.html#a3016fe071826349d1370a700e71be094">v8::AccessorGetter</a></div><div class="ttdeci">Handle< Value >(* AccessorGetter)(Local< String > property, const AccessorInfo &info)</div><div class="ttdef"><b>Definition:</b> v8.h:1426</div></div>
<div class="ttc" id="classv8_1_1_extension_configuration_html"><div class="ttname"><a href="classv8_1_1_extension_configuration.html">v8::ExtensionConfiguration</a></div><div class="ttdef"><b>Definition:</b> v8.h:3580</div></div>
<div class="ttc" id="classv8_1_1_persistent_html_a89b49f1b1903a2d625d5c3100238276e"><div class="ttname"><a href="classv8_1_1_persistent.html#a89b49f1b1903a2d625d5c3100238276e">v8::Persistent::Persistent</a></div><div class="ttdeci">Persistent(Handle< S > that)</div><div class="ttdef"><b>Definition:</b> v8.h:355</div></div>
<div class="ttc" id="classv8_1_1_string_html_a11d12cdcd49afe5a8bb12646fd8ec17a"><div class="ttname"><a href="classv8_1_1_string.html#a11d12cdcd49afe5a8bb12646fd8ec17a">v8::String::Utf8Length</a></div><div class="ttdeci">V8EXPORT int Utf8Length() const </div></div>
<div class="ttc" id="classv8_1_1_value_html_a265c208159ff3163ecda1e9f71b99115"><div class="ttname"><a href="classv8_1_1_value.html#a265c208159ff3163ecda1e9f71b99115">v8::Value::IsFalse</a></div><div class="ttdeci">V8EXPORT bool IsFalse() const </div></div>
<div class="ttc" id="classv8_1_1_value_html_aebb6cd7cbb34771df1973aef2e544931"><div class="ttname"><a href="classv8_1_1_value.html#aebb6cd7cbb34771df1973aef2e544931">v8::Value::IsBooleanObject</a></div><div class="ttdeci">V8EXPORT bool IsBooleanObject() const </div></div>
<div class="ttc" id="classv8_1_1_persistent_html_aff7516636baaf209885220f7cff34463"><div class="ttname"><a href="classv8_1_1_persistent.html#aff7516636baaf209885220f7cff34463">v8::Persistent::Persistent</a></div><div class="ttdeci">Persistent()</div><div class="ttdef"><b>Definition:</b> v8.h:4186</div></div>
<div class="ttc" id="classv8_1_1_value_html_aa2c6ed8ef832223a7e2cd81e6ac61c78"><div class="ttname"><a href="classv8_1_1_value.html#aa2c6ed8ef832223a7e2cd81e6ac61c78">v8::Value::IsNull</a></div><div class="ttdeci">bool IsNull() const </div><div class="ttdef"><b>Definition:</b> v8.h:4409</div></div>
<div class="ttc" id="classv8_1_1_locker_html"><div class="ttname"><a href="classv8_1_1_locker.html">v8::Locker</a></div><div class="ttdef"><b>Definition:</b> v8.h:3846</div></div>
<div class="ttc" id="classv8_1_1_reg_exp_html_aaaaa82b4490fe1eb0d470370293e770e"><div class="ttname"><a href="classv8_1_1_reg_exp.html#aaaaa82b4490fe1eb0d470370293e770e">v8::RegExp::GetSource</a></div><div class="ttdeci">V8EXPORT Local< String > GetSource() const </div></div>
<div class="ttc" id="namespacev8_html_a8ce54c75241be41ff6a25e9944eefd2a"><div class="ttname"><a href="namespacev8.html#a8ce54c75241be41ff6a25e9944eefd2a">v8::ReturnAddressLocationResolver</a></div><div class="ttdeci">uintptr_t(* ReturnAddressLocationResolver)(uintptr_t return_addr_location)</div><div class="ttdef"><b>Definition:</b> v8.h:2928</div></div>
<div class="ttc" id="classv8_1_1_function_html_a81c14d8ec5996630ef56c524b19084c2"><div class="ttname"><a href="classv8_1_1_function.html#a81c14d8ec5996630ef56c524b19084c2">v8::Function::GetScriptColumnNumber</a></div><div class="ttdeci">V8EXPORT int GetScriptColumnNumber() const </div></div>
<div class="ttc" id="namespacev8_html_a521d909ec201742a1cb35d50a8e2a3c2"><div class="ttname"><a href="namespacev8.html#a521d909ec201742a1cb35d50a8e2a3c2">v8::AllowCodeGenerationFromStringsCallback</a></div><div class="ttdeci">bool(* AllowCodeGenerationFromStringsCallback)(Local< Context > context)</div><div class="ttdef"><b>Definition:</b> v8.h:2715</div></div>
<div class="ttc" id="namespacev8_html_a31d8355cb043d7d2dda3f4a52760b64e"><div class="ttname"><a href="namespacev8.html#a31d8355cb043d7d2dda3f4a52760b64e">v8::AccessControl</a></div><div class="ttdeci">AccessControl</div><div class="ttdef"><b>Definition:</b> v8.h:1448</div></div>
<div class="ttc" id="classv8_1_1_handle_html_ab3b20b28e7f672de83a2dc8d6809f815"><div class="ttname"><a href="classv8_1_1_handle.html#ab3b20b28e7f672de83a2dc8d6809f815">v8::Handle::IsEmpty</a></div><div class="ttdeci">bool IsEmpty() const </div><div class="ttdef"><b>Definition:</b> v8.h:209</div></div>
<div class="ttc" id="namespacev8_html_aaf07fb6bb13f295da3c6568938b7dec5"><div class="ttname"><a href="namespacev8.html#aaf07fb6bb13f295da3c6568938b7dec5">v8::FunctionEntryHook</a></div><div class="ttdeci">void(* FunctionEntryHook)(uintptr_t function, uintptr_t return_addr_location)</div><div class="ttdef"><b>Definition:</b> v8.h:2943</div></div>
<div class="ttc" id="classv8_1_1_local_html"><div class="ttname"><a href="classv8_1_1_local.html">v8::Local</a></div><div class="ttdef"><b>Definition:</b> v8.h:106</div></div>
<div class="ttc" id="classv8_1_1_number_object_html_a438a78ac8282978aae0acc805ca5e13c"><div class="ttname"><a href="classv8_1_1_number_object.html#a438a78ac8282978aae0acc805ca5e13c">v8::NumberObject::NumberValue</a></div><div class="ttdeci">V8EXPORT double NumberValue() const </div></div>
<div class="ttc" id="classv8_1_1_value_html_aea287b745656baa8a12a2ae1d69744b6"><div class="ttname"><a href="classv8_1_1_value.html#aea287b745656baa8a12a2ae1d69744b6">v8::Value::IsUndefined</a></div><div class="ttdeci">bool IsUndefined() const </div><div class="ttdef"><b>Definition:</b> v8.h:4391</div></div>
<div class="ttc" id="classv8_1_1_output_stream_html_a104fd1a0b5ef685e1d4967aaacbb9e9d"><div class="ttname"><a href="classv8_1_1_output_stream.html#a104fd1a0b5ef685e1d4967aaacbb9e9d">v8::OutputStream::WriteHeapStatsChunk</a></div><div class="ttdeci">virtual WriteResult WriteHeapStatsChunk(HeapStatsUpdate *data, int count)</div><div class="ttdef"><b>Definition:</b> v8.h:3928</div></div>
<div class="ttc" id="classv8_1_1_object_html_a53be627cd653a5591038a4d81a908f64"><div class="ttname"><a href="classv8_1_1_object.html#a53be627cd653a5591038a4d81a908f64">v8::Object::SetIndexedPropertiesToExternalArrayData</a></div><div class="ttdeci">V8EXPORT void SetIndexedPropertiesToExternalArrayData(void *data, ExternalArrayType array_type, int number_of_elements)</div></div>
<div class="ttc" id="classv8_1_1_signature_html"><div class="ttname"><a href="classv8_1_1_signature.html">v8::Signature</a></div><div class="ttdef"><b>Definition:</b> v8.h:2480</div></div>
<div class="ttc" id="classv8_1_1_template_html_a8a29557db5d0bc980752084b925a9b01"><div class="ttname"><a href="classv8_1_1_template.html#a8a29557db5d0bc980752084b925a9b01">v8::Template::Set</a></div><div class="ttdeci">void Set(Handle< String > name, Handle< Data > value, PropertyAttribute attributes=None)</div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue Aug 11 2015 23:48:56 for V8 API Reference Guide for node.js v0.9.4 - v0.9.5 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 | a25ebb1/html/v8_8h_source.html | HTML | mit | 485,024 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8"></meta>
</head>
<body>
<div data-nstest-role="page" id="another-page">
<div data-nstest-role="popup" id="back-twice-test-popup">
<p>Back twice test popup</p>
</div>
<a id="open-back-twice-test-popup" href="#back-twice-test-popup" data-nstest-rel="popup">Pop</a>
</div>
</body>
</html>
| forresst/jquery-mobile-fr_FR | tests/unit/popup/back-two.html | HTML | mit | 447 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ott: 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 / ott - 0.28</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.28
<span class="label label-info">Not compatible</span>
</small>
</h1>
<p><em><script>document.write(moment("2020-08-20 03:22:08 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-08-20 03:22:08 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-m4 1 Virtual package relying on m4
coq 8.11.1 Formal proof management system
num 1.3 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.10.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.10.0 Official release 4.10.0
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.8.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
authors: [ "Peter Sewell" "Francesco Zappa Nardelli" "Scott Owens" ]
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: "part BSD3, part LGPL 2.1"
build: [ make "-j%{jobs}%" "-C" "coq" ]
install: [ make "-C" "coq" "install" ]
remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/Ott'" ]
depends: [
"ocaml"
"coq"
{(>= "8.5" & < "8.6~") | (>= "8.6" & < "8.7~") | (>= "8.7" & < "8.8~") |
(>= "8.8" & < "8.9~")}
]
tags: [
"category:Computer Science/Semantics and Compilation/Semantics"
"keyword:abstract syntax"
"date:2018-04-24"
]
synopsis:
"Auxiliary library for Ott, a tool for writing definitions of programming languages and calculi"
url {
src: "https://github.com/ott-lang/ott/archive/0.28.tar.gz"
checksum: "md5=42c76a821b8ba1528f6b99025cc6f2b0"
}
</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.28 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-ott -> coq < 8.6~ -> 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-ott.0.28</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
<small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small>
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.10.0-2.0.6/released/8.11.1/ott/0.28.html | HTML | mit | 6,890 |
<!-- INCLUDE reveal.header -->
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Introducción a la Computación 2016</title>
<meta name="description" content="Introducción a la Computación">
<meta name="author" content="Eduardo Grosclaude">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
<link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/theme/ic.css" id="theme">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<!-- <link rel="stylesheet" href="font-awesome-4.5.0/css/font-awesome.css"> -->
<link rel="icon" type="image/png" href="img/favicon-96x96.png" sizes="96x96">
<meta name="theme-color" content="#ffffff">
<!-- Code syntax highlighting -->
<link rel="stylesheet" href="lib/css/zenburn.css">
<!-- Printing and PDF exports -->
<script>
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
</script>
<!--[if lt IE 9]>
<script src="lib/js/html5shiv.js"></script>
<![endif]-->
</head>
<!-- <body onload="setupSinCalc();"> -->
<!-- <body onload="setupIEEE754();"> -->
<body>
<div class="reveal">
<!-- Any section element inside of this container is displayed as a slide -->
<div class="slides">
<!------------------------------------------------------------------>
<section data-markdown>
<script type="text/template">
##Unidad I
###Representación de la Información
1. Sistemas de Numeración
1. Unidades de Información
1. Representación Digital de Datos <!-- .element: class="post_it" -->
1. Datos Numéricos
1. Texto
1. Multimedia
</script>
</section>
<section data-markdown>
##Representación
##de datos numéricos
</section>
<section data-markdown>
##Vimos hasta ahora
* Sistemas de numeración decimal, hexadecimal, octal, binario
* Simplificaciones
* Siempre hemos representado **enteros**
* Siempre **no negativos**
* Suponíamos **infinitos dígitos**
* Pero las computadoras adoptan algún **sistema de representación** con alguna cantidad fija de bits
</section>
<section data-markdown data-background="#3cb5c5" data-background-transition="zoom">
##Representación de datos numéricos
* Enteros
* Signo-Magnitud
* Complemento a 2
* Exceso a $2^{n-1}$
* Fraccionarios
* Punto fijo
* Punto flotante
</section>
<section data-markdown>
##Rango de representación (RR)
* Intervalo de números representables
* Depende:
* De la forma como funciona el sistema de representación
* De la cantidad de dígitos del sistema de representación
* Notación $[a, b]$
</section>
<section>
<h2>Representación sin signo</h2>
<ul>
<li>Sólo puede expresar números <b>no negativos</b></li>
<li>Con $n$ bits, tengo $2^n$ posibilidades</li>
<ul>
<li>Dos para el primer bit; por cada una de éstas, dos para el segundo; por cada una...($2 \times 2 \times 2 ... = 2^n$)</li>
</ul>
<li> ⇨ Rango de representación <span class="post_it">$[0, 2^n-1]$</span></li>
<ul>
<li>Con 8 bits: $[0, 2^8-1] = [0, 255]$</li>
<li>Con 16 bits: $[0, 2^{16}-1] = [0, 65.535]$</li>
<li>Con 32 bits: $[0, 2^{32}-1] = [0, 4.294.967.295]$</li>
</ul>
</ul>
</section>
<section>
<h2>Representación con signo</h2>
<ul>
<li>Permite representar <b>negativos y no negativos</b></li>
<li><strong>Varias técnicas</strong></li>
<ul>
<li>Signo-magnitud (<strong>S-M</strong>)</li>
<li>Complemento a 2 (<strong>C2</strong>)</li>
<li>En exceso a $2^n-1$</li>
</ul>
</ul>
</section>
<section data-background="#3c53b5" data-background-transition="zoom">
<h2>Preguntas</h2>
<ol>
<li class="fragment">¿Cuáles son los límites del rango de representación de un sistema de representación numérica?</li>
<li class="fragment">Un número escrito en un sistema de representación <b>con signo</b>, ¿es siempre negativo?</li>
<li class="fragment">¿Para qué querríamos escribir un número positivo en un sistema de representación con signo?</li>
</ol>
</section>
<section>
<h2>Sistema de Signo-magnitud</h2>
<ul>
<li>El primer bit a la izquierda representa el signo</li>
<ul>
<li>0 ⇨ positivo</li>
<li>1 ⇨ negativo</li>
</ul>
<li>Los restantes bits, el valor absoluto o magnitud</li>
</ul>
</section>
<section>
<h2>Signo-Magnitud en 8 bits</h2>
<ul>
<li>$7_{(10} = 00000111_{(2}$</li>
<li>$-7_{(10} = 10000111_{(2}$</li>
<li>RR:<span class="fragment"> $[-127, 127]$</span></li>
</ul>
</section>
<section>
<h2>RR de Signo-Magnitud con n bits</h2>
<ul>
<li>Hay $n$ bits pero uno es para el signo</li>
<p class="post_it">
⇨ El valor absoluto se expresa en $n-1$ bits
</p>
<li>Rango de representación</li>
<ul>
<ul>
<li>Como el RR Sin Signo en $n-1$ bits es $[0, 2^{n-1}-1]$...</li>
<li>...el RR de Signo-Magnitud en $n$ bits es
<span class="post_it">$[-(2^{n-1}-1), 2^{n-1}-1]$</span></li>
</ul>
</ul>
</section>
<section data-background="#3c53b5" data-background-transition="zoom">
<h2>Preguntas</h2>
<p>
Signo-Magnitud en 8 bits
</p>
<ol>
<li>$9_{(10} = X_{(2} =$ <span class="fragment"> $00001001$</span></li>
<li>$-9_{(10} = X_{(2} =$ <span class="fragment"> $10001001$</span></li>
<li>$50_{(10} = X_{(2} =$ <span class="fragment"> $00110010$</span></li>
<li>$-50_{(10} = X_{(2} =$ <span class="fragment"> $10110010$</span></li>
<li>$-128_{(10} = X_{(2} =$ <span class="fragment">Imposible</span></li>
<li>$10000000_{(2} = X_{(10} =$ <span class="fragment">¿Y $00000000_{(2}$?</span></li>
</ol>
</section>
<section data-background="#b53c53" data-background-transition="zoom">
<img src="img/sm.jpg" class="stretch">
</section>
<section>
<h2>Sistema de Complemento a 2</h2>
<ul>
<li>Complemento a 2 corrige los problemas de Signo-magnitud</li>
<ul>
<li>Signo-magnitud no utiliza eficientemente el espacio de representación</li>
<li>No es conveniente para la aritmética</li>
</ul>
<li>La forma de representación en $C2$ es diferente</li>
</ul>
</section>
<section>
<h2>Operación de complemento a 2</h2>
<ul>
<li>Devuelve el opuesto <i>("el negativo")</i> de un número</li>
<ul>
<li>Si $a > 0, -a < 0$
<li>Si $a < 0, -a > 0$
</ul>
<div class="post_it">
<li>Procedimiento</li>
<ol>
<li>Se invierten todos los bits</li>
<li>Se suma 1</li>
</ol>
</div>
<li>Ejemplo: $111010$ ⇨ $000110$</li>
<ul>
<li>¿Son opuestos?</li>
</ul>
</ul>
</section>
<section>
<h2>Complemento a 2 en 8 bits</h2>
<table>
<tr><th>Procedimiento</th><th>Ejemplo</th></tr>
<tr><td><li>Positivos o cero</li></td> <td align="right">$17_{(10}$</td></tr>
<tr><td> Se representan como en S-M</td> <td align="right">$00010001_{(2}$</td></tr>
<tr><td><li>Negativos</li></td> <td align="right">$-17_{(10}$</td></tr>
<tr><td> 1. Se expresa su valor absoluto</td><td align="right">$00010001_{(2}$</td></tr>
<tr><td> 2. Se invierten todos los bits</td><td align="right">$11101110_{(2}$</td></tr>
<tr><td> 3. Se suma 1</td> <td align="right">$11101111_{(2}$</td></tr>
</table>
</section>
<section>
<h2>C2 en 8 bits → decimal</h2>
<ul>
<li>Lo primero es determinar el signo</li>
<li>$00010001$ es positivo</li>
<ul>
<li>$00010001_{(2} = 17_{(10}$</li>
</ul>
<li>$11101111$ es negativo</li>
<ol>
<li>Invirtiendo, $1101111_{(2} = 0010000_{(2}$</li>
<li>$0010000_{(2} + 00000001_{(2} = 0010001_{(2} = 17_{(10}$</li>
<li>$-1 \times 17 = -17$</li>
</ol>
</ul>
</section>
<section data-background="#3c53b5" data-background-transition="zoom">
<h2>Preguntas</h2>
<p>
Complemento a 2 en 8 bits
</p>
<ol>
<li>$9_{(10} =$ <span class="fragment">$00001001_{(2}$</span></li>
<li>$-9_{(10} =$ <span class="fragment">$11110111_{(2}$</span></li>
<li>$50_{(10} =$ <span class="fragment">$00110010_{(2}$</span></li>
<li>$-50_{(10} =$ <span class="fragment">$11001110_{(2}$</span></li>
<li>$-128_{(10} =$ <span class="fragment">$10000000_{(2}$</span></li>
</ol>
</section>
<section>
<h2>RR de C2 con $n$ bits</h2>
<ul>
<li>$-128 = -2^{n-1}$ ⇨ ¡era imposible en S-M!
<li>RR S-M $n$ bits: $[-(2^{n-1}-1), 2^{n-1}-1]$
<li>RR C2 n bits: $[-(2^{n-1}), 2^{n-1}-1]$
<li><span class="post_it">El RR de C2 tiene un valor más que el de S-M</span>
</ul>
</section>
<section>
<h2>Ventajas de C2 sobre S-M</h2>
<ul>
<li>Un valor más en el RR</li>
<li>El <strong>cero</strong> tiene una única representación</li>
<li>Las cuentas se hacen bit a bit</li>
<li>Mecanismo de cálculo eficiente </li>
<li>Fácil implementación computacional</li>
</ul>
</section>
<section>
<h2>Rangos de Representación</h2>
<img src="img/sistemas.png" class="stretch">
</section>
<section>
<h2>Aritmética en C2</h2>
<ul>
<li><strong>$A + B$</strong></li>
<ul>
<li>Las cuentas se hacen bit a bit
</ul>
<li><strong>$A - B$</strong></li>
<ul>
<li>$A - B = A + (-B)$</li>
<li>Se complementa $B$ y se suman bit a bit </li>
</ul>
</ul>
</section>
<section>
<h2>Aritmética en C2</h2>
<ul>
<li>Sumar $9 + 8$ en C2, 8 bits</li>
<ul class="post_it">
$\frac{00001001\\+\\00001000}{00010001}$
</ul>
</ul>
</section>
<section>
<h2>Aritmética en C2</h2>
<ul>
<li>Restar $9 - 8$ en C2, 8 bits</li>
<ul>
<li>$9 - 8 = 9 + (-8)$</li>
<li>Complementamos a 2 el positivo 8</li>
<li>$-8 = C2(00001000) = 11111000$</li>
</ul>
<li>Hacemos la suma</li>
<ul class="post_it">
$\frac{00001001\\+\\11111000}{00000001}$
</ul>
</ul>
</section>
<section data-background="#3c53b5" data-background-transition="zoom">
<h2>Preguntas</h2>
<ol>
<li class="fragment">El complemento a 2 de un número, es decir, $C2(x)$, ¿es siempre un número negativo?</li>
<li class="fragment">¿Quién es $C2(0)$?</li>
<li class="fragment">¿Cuánto vale $C2(C2(x))$? Es decir, ¿qué pasa si complemento a 2 el complemento a 2 de $x$?</li>
<li class="fragment">¿Cuánto vale $x + C2(x)$? Es decir, ¿qué pasa si sumo a $x$ su propio complemento a 2?</li>
<li class="fragment">¿Cómo puedo verificar si calculé correctamente un complemento a 2?</li>
</ol>
</section>
<section data-background="#3c53b5" data-background-transition="zoom">
<h2>Desafío</h2>
<ul>
<li class="fragment">Adoptemos la notación $x = (x_{n-1}, ... , x_1, x_0)$ para un número en $C^n_2$, es decir, en complemento a 2 sobre $n$ bits</li>
<li class="fragment">Con la notación anterior, comprobar que $x = $ $-1 \times x_{n-1} \times 2^{n-1} + x_{n-2} \times 2^{n-2} +$ $...$ $+ x_1 \times 2 + x_0 =$ $-x_{n-1} \times 2^{n-1}+ \sum_{i=0}^{n-2}({x_i \times 2^i})$</li>
<li class="fragment">Con la misma notación, pero si $x$ está en Signo-magnitud, ¿cuál es la expresión de $x$ como función de los dígitos binarios $x_i$?</li>
</ul>
</section>
<section>
<h2>Overflow o desbordamiento en C2</h2>
<ul>
<li>Cuando el resultado de una operación excede la cantidad de dígitos del sistema, el resultado es inválido</li>
<li>Puede ocurrir tanto al sumar dos números positivos como dos negativos</li>
<li>Condición sobre los dos últimos bits de <strong>carry</strong> o acarreo</li>
<ul>
<li>Diferentes ⇨ hay <i>overflow</i></li>
<li>Iguales ⇨ no hay <i>overflow</i></li>
</ul>
</ul>
</section>
<section data-menu-title="Caso sin overflow">
<section data-transition="none">
<h2>Bits de acarreo o <i>carry</i></h2>
<img src="img/no-of0.png" class="plainstretch">
</section>
<section data-transition="none">
<h2>Bits de acarreo o <i>carry</i></h2>
<img src="img/no-of1.png" class="plainstretch">
</section>
<section data-transition="none">
<h2>Bits de acarreo o <i>carry</i></h2>
<img src="img/no-of2.png" class="plainstretch">
</section>
<section data-transition="none">
<h2>Bits de acarreo o <i>carry</i></h2>
<img src="img/no-of3.png" class="plainstretch">
</section>
<section data-transition="none">
<h2>Bits de acarreo o <i>carry</i></h2>
<img src="img/no-of4.png" class="plainstretch">
</section>
<section data-transition="none">
<h2>Bits de acarreo o <i>carry</i></h2>
<img src="img/no-of5.png" class="plainstretch">
</section>
<section data-transition="none">
<h2>Bits de acarreo o <i>carry</i></h2>
<img src="img/no-of6.png" class="plainstretch">
</section>
<section data-transition="none">
<h2>Bits de acarreo o <i>carry</i></h2>
<img src="img/no-of7.png" class="plainstretch">
</section>
<section data-transition="none">
<h2>Bits de acarreo o <i>carry</i></h2>
<img src="img/no-of8.png" class="plainstretch">
</section>
</section>
<section data-menu-title="Caso con overflow">
<section data-transition="none">
<h2>Bits de acarreo o <i>carry</i></h2>
<img src="img/si-of0.png" class="plainstretch">
</section>
<section data-transition="none">
<h2>Bits de acarreo o <i>carry</i></h2>
<img src="img/si-of1.png" class="plainstretch">
</section>
<section data-transition="none">
<h2>Bits de acarreo o <i>carry</i></h2>
<img src="img/si-of2.png" class="plainstretch">
</section>
<section data-transition="none">
<h2>Bits de acarreo o <i>carry</i></h2>
<img src="img/si-of3.png" class="plainstretch">
</section>
<section data-transition="none">
<h2>Bits de acarreo o <i>carry</i></h2>
<img src="img/si-of4.png" class="plainstretch">
</section>
<section data-transition="none">
<h2>Bits de acarreo o <i>carry</i></h2>
<img src="img/si-of5.png" class="plainstretch">
</section>
<section data-transition="none">
<h2>Bits de acarreo o <i>carry</i></h2>
<img src="img/si-of6.png" class="plainstretch">
</section>
<section data-transition="none">
<h2>Bits de acarreo o <i>carry</i></h2>
<img src="img/si-of7.png" class="plainstretch">
</section>
<section data-transition="none">
<h2>Bits de acarreo o <i>carry</i></h2>
<img src="img/si-of8.png" class="plainstretch">
</section>
</section>
<section data-background="#3c53b5" data-background-transition="zoom">
<h2>Preguntas</h2>
<ol>
<li class="fragment">¿Qué condición sobre los bits de carry permite asegurar que <b>no</b> habrá <i>overflow</i>?</li>
<li class="fragment">¿Para qué sistemas de representación numérica usamos la condición de detección de <i>overflow</i>?</li>
<li class="fragment">¿Puede existir <i>overflow</i> al sumar dos números de diferente signo?</li>
<li class="fragment">¿Qué condición sobre los bits <b>de signo</b> de los operandos permite asegurar que <b>no</b> habrá <i>overflow</i>?</li>
<li class="fragment">¿Puede haber casos de <i>overflow</i> al sumar dos números negativos?</li>
<li class="fragment">¿Puede haber casos de <i>overflow</i> al restar dos números?</li>
</ol>
</section>
<section>
<h2>Extensión de signo en C2</h2>
<ul>
<li>Dos operandos en C2 deben tener la misma cantidad de bits</li>
<li>Si uno fuera más corto que el otro, se necesita extenderlo por la izquierda</li>
<ul>
<li>Positivo ⇨ se completa con ceros</li>
<li>Negativo ⇨ se completa con unos</li>
</ul>
</ul>
</section>
<section>
<h2>Extensión de signo en C2</h2>
<ul>
<li>$A + B = 00101011_{(2} + 00101_{(2}$</li>
<li>A está en $C^8_2$ y B en $C^5_2$</li>
<ul>
<li>Se completa B (positivo) como $00000101_{(2}$</li>
</ul>
<li>$A + B = 1010_{(2} + 0110100_{(2}$</li>
<li>A está en $C^4_2$ y B en $C^7_2$</li>
<ul>
<li>Se completa A (negativo) como $1111010_{(2}$</li>
</ul>
</ul>
</section>
<section>
<h2>Notación en exceso o <i>Bias</i></h2>
<ul>
<li>Utiliza un sistema sin signo en $n$ bits</li>
<li>Representa un intervalo $[a, b]$ de $2^n$ enteros</li>
<ul>
<li>Este intervalo contiene $b - a + 1$ enteros</li>
<li>Para $[-5, 10]$ es $10 - (-5) + 1 = 16$ ⇨ necesitamos 4 bits</li>
<li>Para $[-128, 127]$ es $127 - (-128) + 1$ $= 256$ ⇨ necesitamos 8 bits</li>
</ul>
<li>Asigna los binarios en orden</li>
$a$ ⇨ $0000$, $a + 1$ ⇨ $0001$, ..., $b$ ⇨ $1111$
</section>
<section>
<section data-transition="fade">
<img src="img/bias-0.png" class="plainstretch">
</section>
<section data-transition="fade">
<img src="img/bias-0a.png" class="plainstretch">
</section>
<section data-transition="fade">
<img src="img/bias-0b.png" class="plainstretch">
</section>
<section data-transition="fade">
<img src="img/bias-1.png" class="plainstretch">
</section>
<section data-transition="fade">
<img src="img/bias-2.png" class="plainstretch">
</section>
</section>
<section>
<h3>Exceso para $[-5, 10]$, $n = 4$</h3>
<table>
<tr><td>-5</td><td>⇨</td><td>0000</td> <td> </td> <td> </td> <td>3</td><td>⇨</td><td>1000</td></tr>
<tr><td>-4</td><td>⇨</td><td>0001</td> <td> </td> <td> </td> <td>4</td><td>⇨</td><td>1001</td></tr>
<tr><td>-3</td><td>⇨</td><td>0010</td> <td> </td> <td> </td> <td>5</td><td>⇨</td><td>1010</td></tr>
<tr><td>-2</td><td>⇨</td><td>0011</td> <td> </td> <td> </td> <td>6</td><td>⇨</td><td>1011</td></tr>
<tr><td>-1</td><td>⇨</td><td>0100</td> <td> </td> <td> </td> <td>7</td><td>⇨</td><td>1100</td></tr>
<tr><td> 0</td><td>⇨</td><td>0101</td> <td> </td> <td> </td> <td>8</td><td>⇨</td><td>1101</td></tr>
<tr><td>1</td><td>⇨</td><td>0110</td> <td> </td> <td> </td> <td>9</td><td>⇨</td><td>1110</td></tr>
<tr><td>2</td><td>⇨</td><td>0111</td> <td> </td> <td> </td> <td>10</td><td>⇨</td><td>1111</td></tr>
</table>
</section>
<section>
<h2>Notación en exceso o <i>Bias</i></h2>
<ul>
<li>El valor representado es el valor sin signo del binario, más el límite inferior del intervalo</li>
<li>Se puede representar un intervalo simétrico o no</li>
<li>Dados A y B es fácil compararlos
<ul>
<li>Es decir, determinar si A > B o B > A</li>
<li>Al contrario que en C2</li>
</ul>
<li>La aritmética, sin embargo, es dificultosa</li>
<li>Usado en representación en punto flotante</li>
</ul>
</section>
<section data-background="#3c53b5" data-background-transition="zoom">
<h2>Preguntas</h2>
<div align="center">Sobre Notación en Exceso</div>
<ol>
<li class="fragment">Dado un valor decimal a representar, ¿cómo calculamos el binario?</li>
<li class="fragment">Dado un binario, ¿cómo calculamos el valor decimal representado?</li>
<li class="fragment">El sistema en exceso ¿destina un bit para representar el signo?</li>
<li class="fragment">¿Se puede representar un intervalo que no contenga el cero?</li>
<li class="fragment">¿Cómo se comparan dos números en exceso para saber cuál es el mayor?</li>
</ol>
</section>
<section data-markdown data-background="#3cb5c5" data-background-transition="zoom">
##Representación de datos numéricos
* Enteros
* Signo-Magnitud ✔
* Complemento a 2 ✔
* Exceso a $2^{n-1}$ ✔
* Fraccionarios
* Punto fijo
* Punto flotante
</section>
<section class="preguntas">
<h2>Coma o punto fraccionario</h2>
<ul>
<li>En los enteros, está a la derecha de los dígitos y no se escribe</li>
<li>Marca el lugar donde los exponentes de la base se hacen negativos</li>
</ul>
<div class="post_it" align="center">$3.14 = 3 \times 10^0 + 1 \times 10^{-1} + 4 \times 10^{-2}$</div>
</section>
<section>
<h2>Fraccionario en base 2 → decimal</h2>
<p>$11.101_{(2} = $</p>
<p>$1 \times 2^1 + 1 \times 2^0 +$ <span class="fragment"> $1 \times 2^{-1} + 0 \times 2^{-2} + 1 \times 2^{-3} =$</span></p>
<p class="fragment">$2 + 1 + 0.5 + 0 + 0.125 = $</p>
<p class="fragment">$3.625$</p>
</section>
<section>
<h2>Fraccionario en base 2 → decimal</h2>
<h3>Otra manera</h3>
<p>Notar que $11.101_{(2} =$<span class="fragment"> $ 11101_{(2} / 8$:</span></p>
<p>$1 \times 2^1 + 1 \times 2^0 + 1 \times 2^{-1} + 0 \times 2^{-2} + 1 \times 2^{-3} = $</p>
<p class="fragment">$\frac{1 \times 2^4 + 1 \times 2^3 + 1 \times 2^2 + 0 \times 2^1 + 1 \times 2^0}{2^3} = $ $\frac{16 + 8 + 4 + 0 + 1}{8} = $</p>
<p class="fragment">$29 / 8 = 3.625$</p>
</section>
<section data-markdown id="decfrac">
## Decimal fraccionario → base 2
* Se separan la parte entera (PE) y la parte fraccionaria (PF)
* Se convierte la PE a base 2 separadamente
* La PF se multiplica por 2 y se toma la PE del resultado
* Este dígito binario se agrega al resultado
* Se repite el paso anterior hasta llegar a 0, o hasta lograr la precisión deseada
</section>
<section>
<h2>Decimal fraccionario → base 2</h2>
<ul>
<li>$3.625 = 3 + 0.625 = PE + PF$</li>
<li class="fragment">$PE = 3_{(10} = 11_{(2}$</li>
<li class="fragment">$PF = 0.625_{(10}$ <span class="fragment">$= ?_{(2}$</span></li>
</ul>
</section>
<section>
<h2>Decimal fraccionario → base 2, PF</h2>
<ul>
<li>$PF \times 2 = 0.625 \times 2 = 1.25$ <span class="fragment">⇨ <span class="post_it">$0.25$</span>$ + 1$</span></li>
<li class="fragment">$PF' \times 2 =$ <span class="post_it">$0.25$</span> $\times 2 = 0.5$ <span class="fragment">⇨ $0.5 + 0$</span></li>
<li class="fragment">$PF'' \times 2 = 0.5 \times 2 = 1.0$ <span class="fragment">⇨ $0.0 + 1$</span></li>
<li class="fragment">$PF''' \times 2 = 0.0 \times 2 = 0.0$ <span class="fragment">⇨ Fin</span></li>
<li class="fragment">$PF = 0.625$ <span class="fragment">⇨ $0.101_{(2}$</span></li>
<li class="fragment">$3.625 = 3 + 0.625 = 11_{(2} + 0.101_{(2} = 11.101_{(2}$</li>
</ul>
</section>
<section data-markdown>
##Representación de punto fijo
* Parte entera y fraccionaria son campos de un *ancho* determinado
* $PF(n,k) = $"Punto fijo en $n$ dígitos binarios con $k$ fraccionarios"
* El punto no se almacena pero se asume
* $00011101 \equiv 00011.101_{(2} = 3.625$
* El software opera con enteros de $n$ dígitos
* Sólo imprime el punto del resultado final
</section>
<section data-markdown>
##Operaciones en punto fijo
* Los operandos tienen el mismo tamaño de PE y PF
* Se ignora el punto y se tratan los números como en C2
* Los puntos fraccionarios se encolumnan automáticamente
* El resultado debe conservar el *ancho* de PE y PF
</section>
<section data-markdown>
##Punto fijo con signo
###Decimal fraccionario → binario
* Caso positivo
* Se expresan la PE y PF en binario
* $2.25 = 00010.010$
* Caso negativo
* Se expresa su valor absoluto como en el caso positivo y se complementa, ignorando la posición del punto
* $-2.25 = C2(00010.010) = 11101.110$
</section>
<section data-markdown>
##Punto fijo con signo
###Binario fraccionario → decimal
* Positivo
- Se aplica la expresión general con exponentes negativos
- O bien, se trata como entero y se divide por $2^k$
* Negativo
- Se complementa y se trata como en el caso positivo
- Se restituye el signo $-$
</section>
<section data-background="#3c53b5" data-background-transition="zoom">
<h2>Preguntas</h2>
<ol>
<li>¿A qué número decimal corresponde...</li>
<ol>
<li>$0011.0000$?</li>
<li>$0001.1000$?</li>
<li>$0000.1100$?</li>
</ol>
<li>Representación en $PF(8,4)$ de:</li>
<ol>
<li>$0.5$</li>
<li>$-7.5$</li>
</ol>
<li>¿Cuál es el RR de $PF(8,1)$? ¿Y de $PF(8,k)$?</li>
</ol>
</section>
<section data-markdown>
##Representación de punto fijo
* Adecuada para problemas con datos de magnitudes y precisiones similares
* Aplicada en
* Sistemas **de tiempo real**
* Sistemas donde es importante la velocidad de cómputo, como juegos
* Sistemas **embebidos** con procesadores de recursos limitados
* Matemática financiera
</section>
<!--
https://es.wikipedia.org/wiki/IEEE_coma_flotante
-->
<section>
<h2>Variables muy diferentes</h2>
<ul>
<li>"Tiempo en que la luz recorre una millonésima de milímetro"</li>
<ul>
<li>$t = e / v$</li>
<li>$e = 1\ nm = 0,000000001\ m$</li>
<li>$v = 300.000\ km/s = 300.000.000\ m/s$</li>
</ul>
</ul>
</section>
<section>
<h2>Notación científica</h2>
<ul>
<li>$e = 0.000000001\ m$ <span class="fragment">$ = 1 \times 10^{-9}\ m$</span></li>
<li>$v = 300000000\ m/s$ <span class="fragment">$ = 3 \times 10^8\ m/s$</span></li>
<li>$t = e/v = 0.00000000000000000333\ s$</li>
<li class="fragment">$t = e / v = (1 \times 10^{-9}\ m) / (3 \times 10^8\ m/s)$</li>
<li class="fragment">$t = e / v = \frac{(1 \times 10^{-9}\ m)}{(3 \times 10^8\ m/s)}$ <span class="fragment"> $ = \frac{1}{3} \times \frac{10^{-9}\ m}{10^8\ m/s}$</span></li>
<li class="fragment">$t = 1 / 3 \times 10^{-9-8}\ s \Longrightarrow t = 0.333 \times 10^{-17}\ s$</li>
</ul>
</section>
<section>
<h2>Notación científica</h2>
<ul>
<li>$t = 0.333 \times 10^{-17}\ s$</li>
<ul>
<li>Coeficiente = $0.333$</li>
<li>Exponente = $-17$</li>
</ul>
<li class="fragment">Normalización</li>
<ul class="fragment">
<li>$1 <= coeficiente < base$</li>
<li>$0.333 \times 10^{-17} = 3.33 * 10^{-18}$</li>
</ul>
</ul>
</section>
<section>
<h2>Representación en punto flotante</h2>
<ul>
<li>Formato <i>IEEE 754 single precision</i>, 32 bits</li>
<ul>
<li>1 bit de <strong>signo</strong></li>
<li>8 bits para el <strong>exponente</strong> (en exceso 127)</li>
<li>23 bits para la <strong>mantisa</strong></li>
</ul>
<span class="fragment">
<li>Formato <i>IEEE 754 double precision</i>, 64 bits</li>
<ul>
<li>1 bit de <strong>signo</strong></li>
<li>11 bits para el <strong>exponente</strong> (en exceso 1023)</li>
<li>52 bits para la <strong>mantisa</strong></li>
</ul>
</span>
</ul>
</section>
<section>
<h2>Formato <i>IEEE 754 single precision</i></h2>
<img class="plainstretch" src="img/ieee754.png">
</section>
<section>
<section data-transition="convex" data-transition-speed="slow">
<h2>Decimal a punto flotante</h2>
<ol>
<li>Separar el signo y escribir el valor absoluto en base 2</li>
<li>Convertirlo a notación científica en base 2 <b>normalizada</b></li>
<li>Expresar el exponente en notación <b>en exceso</b></li>
<li>Guardar el coeficiente <b>sin parte entera</b> en la mantisa</li>
</ol>
</section>
<section data-transition="convex" data-transition-speed="slow">
<h2>Decimal a punto flotante</h2>
<h3>1. Escribir el valor absoluto en base 2</h3>
<ul>
<li>Lo vimos al convertir un <a href="#decfrac" target="_blank">decimal fraccionario a base 2</a></li>
<li>Separo y guardo el signo</li>
</ul>
</section>
<section data-transition="convex" data-transition-speed="slow">
<h2>Decimal a punto flotante</h2>
<h3>2. Convertir a notación científica base 2</h3>
<ul>
<li>Desplazo el punto fraccionario hasta dejar un 1 en la parte entera</li>
<li>Compenso la multiplicación o división por $2^k$ que hice</li>
<ul>
<li>$101.11 = 1.0111 \times 2^2$</li>
<li>$0.0011111 = 1.1111 \times 2^{-3}$</li>
</ul>
<li>Obtuve coeficiente y exponente</li>
</section>
<section data-transition="convex" data-transition-speed="slow">
<h2>Decimal a punto flotante</h2>
<h3>3. Expresar el exponente</h3>
<ul>
<li>El exponente puede ser positivo o negativo</li>
<li>Se representa <strong>en exceso a 127</strong></li>
<li>→ Se le suma 127 para obtener un número no negativo </li>
</ul>
</section>
<section data-transition="convex" data-transition-speed="slow">
<h2>Decimal a punto flotante</h2>
<h3>4. Guardar la mantisa</h3>
<ul>
<li>El primer dígito del coeficiente es siempre 1</li>
<li>→ no hace falta almacenarlo</li>
<li>Se guarda $coeficiente - 1$, completando con ceros</li>
</ul>
</section>
</section>
<!--
<section>
<h2>Ejemplo de Punto Flotante</h2>
<div align="center" class="post_it">$n = -5.5$</div>
<ol>
<li class="fragment"><span class="post_it">$s = 1$</span><span class="fragment">; $|n| = 5.5_{(10} = 101.1_{(2}$</span></li>
<li class="fragment">$101.1 = 1.011 \times 2^2$</li>
<li class="fragment post_it">$e = 2 + 127 = 129$</li>
<li class="fragment">$1.011 - 1 = .011$ <span class="fragment post_it">→ $m = 011000...$</span></li>
</ol>
</section>
-->
<section id="experimento">
<h2>Ejemplo Punto Flotante $n = -5.5$</h2>
<ol>
<li>Separar el signo y escribir el valor absoluto en base 2</li>
<ul>
<li class="fragment"><span class="post_it">$s = 1$</li>
<li class="fragment">$|n| = 5.5_{(10} = 101.1_{(2}$</li>
</ul>
<li>Convertirlo a notación científica en base 2 <b>normalizada</b></li>
<ul>
<li class="fragment">$101.1 = 1.011 \times 2^2$</li>
</ul>
<li>Expresar el exponente en notación <b>en exceso</b></li>
<ul>
<li class="fragment post_it">$e = 2 + 127 = 129$</li>
</ul>
<li>Guardar el coeficiente <b>sin parte entera</b> en la mantisa</li>
<ul>
<li class="fragment">$1.011 - 1 = .011$ <span class="fragment post_it">→ $m = 011000...$</span></li>
</ul>
</ol>
</section>
<section>
<h2>Ejemplo de Punto Flotante</h2>
<div align="center" class="post_it">$n = -5.5$</div>
<div align="center"> s = 1, e = 129, m = 011000... </div>
<img class="plainstretch" src="img/ejemploFP.png">
</section>
<section>
<h2>Resultado en hexadecimal</h2>
<img class="plainstretch" src="img/ejemploFPhexa.png">
</section>
<section>
<h2>Punto Flotante → decimal</h2>
<ul>
<li>Usando $s$, $e$ y $m$:</li>
<div class="post_it" align="center">$n = (-1)^s \times 2^{(e-127)} \times (1 + m)$</div>
<li class="fragment">$s = 1 \Longrightarrow (-1)^s = -1$</li>
<li class="fragment">$e = 129 \Longrightarrow 2^{(e-127)} = 2^2$</li>
<li class="fragment">$m = 011000... \Longrightarrow 1.m = 1.011000...$</li>
<li class="fragment">Resulta $n = (-1) \times 2^2 \times 1.011000..._{(2} =$ $(-1) \times 101.1000..._{(2} =$ $(-1) \times 5.5 = -5.5$</li>
</ul>
</section>
<section>
<h2>Error de aproximación</h2>
<pre><code>
$ python
Python 2.7.9 (default, Mar 1 2015, 12:57:24)
[GCC 4.9.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> a = 0.1
>>> b = 0.2
>>> c = a + b
>>> c == a + b
True
>>> c == 0.3
False
>>> c
0.30000000000000004
</code></pre>
</section>
<section data-transition="convex-in convex-out">
<img src="img/placa1.png" class="plainstretch">
</section>
<!--
<section>
<h2>Cálculo de punto flotante</h2>
<span id="ieee754Calc">
<table>
<tr><td>Decimal</td><td class="TKNumberField" data-var="decimal"></td></tr>
<tr><td>Signo</td><td data-var="sign"></td></tr>
<tr><td>Exponente</td><td data-var="exponent"></td></tr>
<tr><td>Mantisa</td><td data-var="mantissa"></td></tr>
<tr><td>Hexa</td><td data-var="hexa"></td></tr>
</table>
<p class="post_it" data-var="math" style="text-align: center;" id="ieee754Formula">$ $</p>
</span>
</section>
-->
<section>
<h2>Cálculo de punto flotante</h2>
<div class="tangle" id="ieee754Calc">
<script type="text/javascript" src="ieee754.js"></script>
<!--
{
"initialize":"function(container) {
var rootElement = document.getElementById('ieee754Calc');
var model = {
initialize: function() {
this.decimal = 0;
this.sign = 0;
this.exponent = 0;
this.mantissa = 0;
this.hexa = '00000000';
},
update: function() {
var e = this.decimal;
var n = parseFloat(e);
var f = packIEEE754(e, 8, 23);
this.hexa = hexaString(f);
this.sign = f[0];
this.exponent = f.slice(1,9).join('');
this.mantissa = f.slice(9,32).join('');
var mstr;
if (n === 0) {
return;
} else if (n !== n) {
mstr = 'NaN';
} else if (n === Infinity) {
mstr = '\\infty';
} else if (n === -Infinity) {
mstr = '- \\infty';
} else {
mstr = mathString(e, this.sign, this.exponent, this.mantissa);
}
var mathfield = MathJax.Hub.getAllJax('ieee754Formula')[0];
MathJax.Hub.Queue(['Text',mathfield,mstr]);
}
};
var tangle=new Tangle(rootElement, model);
}"
}
-->
<table>
<tr><td>Decimal</td><td class="TKNumberField" data-var="decimal"></td></tr>
<tr><td>Signo</td><td data-var="sign"></td></tr>
<tr><td>Exponente</td><td data-var="exponent"></td></tr>
<tr><td>Mantisa</td><td data-var="mantissa"></td></tr>
<tr><td>Hexa</td><td data-var="hexa"></td></tr>
</table>
<p class="post_it" data-var="math" style="text-align: center;" id="ieee754Formula">$ $</p>
</div>
</section>
<section>
<h2>Punto flotante, casos especiales</h2>
<table>
<tr><th>Clase de números</th><th>Exponente</th><th>Mantisa</th><th>Signo</th></tr>
<tr><td>Ceros</td><td align="center">$0$</td><td align="center">$0$</td><td>$+/-$</td></tr>
<tr><td>Desnormalizados</td><td align="center">$0$</td><td align="center">$\neq 0$</td><td>$+/-$</td></tr>
<tr><td>Normalizados</td><td align="center">$\neq 0$</td><td align="center">Cualquiera</td><td>$+/-$</td></tr>
<tr><td>Infinito</td><td align="center">$1...1$</td><td align="center">$0$</td><td>$+/-$</td></tr>
<tr><td>NaN (Not a Number)</td><td align="center">$1...1$</td><td align="center">$\neq 0$</td><td>$+/-$</td></tr>
</table>
</section>
<section data-background="#3c53b5" data-background-transition="zoom">
<h2>Preguntas</h2>
<ul>
<li>¿Cuál es el RR de IEEE754, precisión simple?</li>
<li>Usando el calculador de IEEE754 contenido en este material, o cualquier otro:</li>
<ol>
<li class="fragment">¿Qué pasa con el resultado a medida que agregamos <b>muchos</b> decimales?</li>
<li class="fragment">¿Qué pasa con el resultado si ingresamos números <b>enormes</b> como 1e30 (que significa $1 \times 10^{30}$), 1e35, etc.?</li>
<li class="fragment">Si ingresamos el dato $0.1$, ¿qué resultado da $(-1)^s \times 2^{e-127} \times (1+m)$? ¿Se reconstruye exactamente el valor $0.1$? ¿Cuál es el error en este caso?</li>
</ol>
</ul>
</section>
<section data-background="#3cb5c5" data-background-transition="zoom">
<h2>Representación de datos numéricos</h2>
<ul>
<li>Enteros</li>
<ul>
<li>Signo-Magnitud ✔</li>
<li>Complemento a 2 ✔</li>
<li>Exceso a $2^{n-1}$ ✔ </li>
</ul>
<li class="fragment">Fraccionarios</li>
<ul>
<li class="fragment">Punto fijo ✔</li>
<li class="fragment">Punto flotante ✔</li>
</ul>
</ul>
</section>
<section>
<h2>Referencias</h2>
<ul>
<li><a href="http://pedco.fi.uncoma.edu.ar/mod/resource/view.php?id=145680" target="_blank">Apunte de Cátedra: Representación de Datos Numéricos</a></li>
<li><a href="https://es.wikipedia.org/wiki/Complemento_a_dos" target="_blank">Wikipedia: Complemento a dos</a></li>
<li><a href="https://es.wikipedia.org/wiki/Representaci%C3%B3n_de_n%C3%BAmeros_con_signo" target="_blank">Wikipedia: Representación de números con signo</li>
<li><a href="http://perso.ens-lyon.fr/jean-michel.muller/goldberg.pdf" target="_blank">What Every Computer Scientist Should Know About Floating-Point Arithmetic</a>, David Goldberg, Xerox PARC, 1991</li>
</ul>
</section>
<!-- INCLUDE reveal.trailer -->
<!------------------------------------------------------------------>
</div>
</div>
<link rel="stylesheet" href="Tangle/TangleKit/TangleKit.css" type="text/css">
<script type="text/javascript" src="Tangle/Tangle.js"></script>
<script type="text/javascript" src="Tangle/TangleKit/mootools.js"></script>
<script type="text/javascript" src="Tangle/TangleKit/sprintf.js"></script>
<script type="text/javascript" src="Tangle/TangleKit/BVTouchable.js"></script>
<script type="text/javascript" src="Tangle/TangleKit/TangleKit.js"></script>
<script src="lib/js/head.min.js"></script>
<script src="js/reveal.js"></script>
<script>
Reveal.initialize({
controls: true,
progress: true,
history: true,
center: true,
previewLinks: true,
theme: 'serif',
transition: 'slide', // none/fade/slide/convex/concave/zoom
chart: {
defaults: {
global: {
title: { fontColor: "#222" },
legend: {
position: "bottom",
labels: { fontColor: "#000", size: "14px" },
},
tooltips: {
labels: { fontColor: "#022", size: "14px" },
},
},
scale: {
scaleLabel: { fontColor: "#022" },
gridLines: { color: "#444", zeroLineColor: "#444" },
ticks: { fontColor: "#022" },
}
},
line: { borderColor: [
"rgba(20,220,220,.8)" ,
"rgba(220,120,120,.8)",
"rgba(20,120,220,.8)",
"rgba(220,20,120,.8)",
"rgba(20,20,220,.8)" ]
},
bar: { backgroundColor: [
"rgba(20,220,220,.8)" ,
"rgba(20,120,220,.8)",
"rgba(20,20,220,.8)",
"rgba(120,20,220,.8)",
"rgba(220,120,20,.8)",
"rgba(220,20,20,.8)",
]
},
pie: { backgroundColor: [
["rgba(0,0,0,.8)" ,
"rgba(220,20,20,.8)",
"rgba(20,220,20,.8)",
"rgba(220,220,20,.8)",
"rgba(20,20,220,.8)"]
]},
radar: { borderColor: [ "rgba(20,220,220,.8)" , "rgba(220,120,120,.8)", "rgba(20,120,220,.8)" ]},
},
menu: { // Menu works best with font-awesome installed: sudo apt-get install fonts-font-awesome
themes: false,
transitions: false,
markers: true,
hideMissingTitles: true,
custom: [
// { title: 'Plugins', icon: '<i class="fa fa-external-link"></i>', src: 'toc.html' },
// { title: 'About', icon: '<i class="fa fa-info"></i>', content: '<p>Introducción a la Computación</p>' },
{ title: 'IC2016', icon: '<i class="fa fa-info"></i>', content: '\
<div class="menucontents"><b>Introducción a la Computación</b> \
<ol> <li><a href="Presentación.html">Presentación</a></li>\
<li><a href="Sistemas de Numeración.html">Sistemas de Numeración</a></li>\
<li><a href="Unidades de Información.html">Unidades de Información</a></li>\
<li><a href="Representación Digital de Datos.html">Representación Digital de Datos</a></li>\
<li><a href="Texto y Multimedia.html">Texto y Multimedia</a></li>\
<li><a href="Arquitectura.html">Organización de las Computadoras</a></li>\
</ol></div>' }
]
},
anything: [
{className: "rand", defaults: {min: 0, max: 9},
initialize: (function(container, options){
container.innerHTML = Math.trunc( options.min + Math.random()*(options.max-options.min + 1) );
}) },
{className: "chart", initialize: (function(container, options){ container.chart = new Chart(container.getContext("2d"), options); }) },
{className: "animate",
initialize: (function(container, options){
Reveal.addEventListener( 'fragmentshown', function( event ) {
if (typeof event.fragment.beginElement === "function" ) {
event.fragment.beginElement();
}
});
Reveal.addEventListener( 'fragmenthidden', function( event ) {
if (event.fragment.hasAttribute('data-reverse') ) {
var reverse = event.fragment.parentElement.querySelector('[id=\"' + event.fragment.getAttribute('data-reverse') + '\"]');
if ( reverse && typeof reverse.beginElement === "function" ) {
reverse.beginElement();
}
}
});
if ( container.getAttribute("data-svg-src") ) {
var xhr = new XMLHttpRequest();
xhr.onload = function() {
if (xhr.readyState === 4) {
var svg = container.querySelector('svg');
container.removeChild( svg );
container.innerHTML = xhr.responseText + container.innerHTML;
if ( svg ) {
container.querySelector('svg').innerHTML = container.querySelector('svg').innerHTML + svg.innerHTML;
}
}
else {
console.warn( "Failed to get file. ReadyState: " + xhr.readyState + ", Status: " + xhr.status);
}
};
xhr.open( 'GET', container.getAttribute("data-svg-src"), true );
xhr.send();
}
}) },
{className: "tangle", initialize: (function(container, options) { if(options && options.initialize) {options.initialize(container)} }) },
{className: "anything", initialize: (function(container, options){ if (options && options.initialize) { options.initialize(container)} }) },
{className: "plot", defaults: {width:800, height: 400, grid:true},
initialize: (function(container, options){ options.target = "#"+container.id; functionPlot(options) }) },
],
// -------- Math plugin ----------
math: {
mathjax: 'https://cdn.mathjax.org/mathjax/latest/MathJax.js',
// mathjax: '../MathJax-master/MathJax.js',
config: 'TeX-AMS_HTML-full'
},
// -------- Chalkboard -----------
chalkboard: {
// optionally load pre-recorded chalkboard drawing from file
// src: "chalkboard.json",
//readOnly: undefined,
toggleChalkboardButton: { left: "80px" },
toggleNotesButton: { left: "130px" },
//transition: 800,
//theme: "whiteboard",
// configuration options for notes canvas and chalkboard
//color: [ 'rgba(0,0,255,1)', 'rgba(255,255,255,0.5)' ],
//background: [ 'rgba(127,127,127,.1)' , 'plugin/chalkboard/img/blackboard.png' ],
//pen: [ 'reveal.js-plugins/chalkboard/img/boardmarker.png', 'reveal.js-plugins/chalkboard/img/chalk.png' ],
},
keyboard: {
67: function() { RevealChalkboard.toggleNotesCanvas() }, // toggle notes canvas when 'c' is pressed
66: function() { RevealChalkboard.toggleChalkboard() }, // toggle chalkboard when 'b' is pressed
46: function() { RevealChalkboard.clear() }, // clear chalkboard when 'DEL' is pressed
8: function() { RevealChalkboard.reset() }, // reset chalkboard data on current slide when 'BACKSPACE' is pressed
68: function() { RevealChalkboard.download() }, // downlad recorded chalkboard drawing when 'd' is pressed
82: function() { Recorder.toggleRecording(); }, // press 'r' to start/stop recording
90: function() { Recorder.downloadZip(); }, // press 'z' to download zip containing audio files
84: function() { Recorder.fetchTTS(); } // press 't' to fetch TTS audio files
},
// -------- Dependencies ---------
dependencies: [
{ src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } },
{ src: 'plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
{ src: 'plugin/zoom-js/zoom.js', async: true },
// { src: 'plugin/notes/notes.js', async: true },
{ src: 'plugin/explain/explain.js', async: true },
{ src: 'plugin/function-plot/site/js/vendor/jquery-1.11.2.min.js' },
{ src: 'plugin/function-plot/site/js/vendor/d3.js' },
{ src: 'plugin/function-plot/dist/function-plot.js' },
{ src: 'plugin/chart/Chart.min.js'},
{ src: 'plugin/chart/csv2chart.js'},
{ src: 'plugin/anything/anything.js' },
{ src: 'plugin/chalkboard/chalkboard.js' },
{ src: 'plugin/menu/menu.js' },
{ src: 'plugin/mathsvg/math.js', async: true },
{ src: 'plugin/audio-slideshow/slideshow-recorder.js', condition: function( ) { return !!document.body.classList; } },
{ src: 'plugin/audio-slideshow/audio-slideshow.js', condition: function( ) { return !!document.body.classList; } },
// ...
]
});
</script>
</body>
</html>
| egrosclaude/IC2016 | attic/Representación Digital de Datos.html | HTML | mit | 44,642 |
<!DOCTYPE HTML>
<html>
<head>
<title>
Proof Club Schedule
</title>
<link rel="stylesheet" href="/css/reset.css">
<link rel="stylesheet" href="/css/fonts.css">
<link rel="stylesheet" href="/css/application.css">
</head>
<body>
<div id="content">
<section class="title">
<div>
<h1>
Proof Club
</h1>
<div>
To join proof club email me at
<a href="mailto:[email protected]">
[email protected]
</a>
</div>
</div>
</section>
<section class="book">
<div>
<h2>
Introduction to Mathematical Thinking
</h2>
<a href="http://www.amazon.com/Introduction-Mathematical-Thinking-Keith-Devlin/dp/0615653634/ref=sr_1_1?s=books&ie=UTF8&qid=1362671852&sr=1-1&keywords=introduction+to+mathematical+thinking">
<img src="/images/intro-to-math-thinking.JPG">
</a>
<p>
Mathematician Kieth Devlin wrote Introduction to Mathematical Thinking as a text to help students transition from high school style math classes to university style classes. He illustrates the style of mathematics seen in a university setting which is characterized by precise language and problem solving rather than calculation.
</p>
</div>
</section>
<section class="schedule">
<div>
<h3>
Schedule
</h3>
<ul>
<li class="meeting">
<h4>
March 6, 2013
</h4>
<ul>
<li>
<ol class="problems">
<li>
How would you show that not every number of the form N = (p1*p2*p3*...*pn) + 1 is prime, where p1, p2, p3, ..., pn, is the list of all prime numbers?
</li>
</ol>
</li>
<li>
<ol class="problems">
<li>
Show that if every even natural number greater than 2 is the sum of two primes, then every odd natural number greater than 5 is the sum of three primes.
</li>
</ol>
</li>
<li>
<ol class="problems">
<li>
Prove that the square root of 3 is irrational.
</li>
<li>
Is it true that the square root of N is irrational for every natural number N?
</li>
<li>
If not, then for what N is the square root of N irrational? Formulate and prove a result of the form 'The square root of N is irrational if and only if ...'.
</li>
</ol>
</li>
</ul>
</li>
<li class="meeting">
<h4>
March 14, 2013
</h4>
<ul>
<li>
<ol class="problems">
<li>
Using induction, prove that (n + 1)! > 2^(n+3) where n >= 5.
</li>
<li>
A mathematician arrives at a hotel without a reservation. This hotel has an infinite number of rooms, which are labeled with the natural numbers 1, 2, 3.... When the mathematician asks the clerk to book a reservation, the clerk responds "I'm sorry, but all of our rooms are taken." Devise a plan to free a room for the mathematician without ejecting any of the current guests from the hotel.
</li>
<li>
Prove that (1/n) approaches 0 as n approaches infinity.
</li>
</ol>
</li>
</ul>
</li>
<li class="meeting">
<h4>
March 27, 2013
</h4>
<ul>
<li>
<ol class="problems">
<li>
Prove that (n/(n+1))^2 approaches 1 as n approaches infinity.
</li>
<li>
Prove that for any integer n, at least one of integers n, n + 2, n + 4 is divisible by 3.
</li>
<li>
Take any triangle, connect the midpoints of each of the sides to form a new triangle in the center. You now have four triangles. Are all four of these triangles identical(they have the same angles and side lengths)?
</li>
</ol>
</li>
</ul>
</li>
<li class="meeting">
<h4>
April 3, 2013
</h4>
<ul>
<li>
<ol class="problems">
<li>
A regular polygon is a polygon where all of the angles are the same and all the side lengths are the same. What are the angles of a regular n-sided polygon?
</li>
<li>
Let p be a prime number. Show that if p divides the product of a and b then p must divide a, b, or both.
</li>
<li>
A planar graph is a graph that can be drawn on a plane such that its edges intersect only at their endpoints. In other words, the edges do not cross. A region is an area that is completely enclosed by the edges of a graph. Show that the regions of any planar graph can be colored with no more than five colors such that no two adjacent regions share the same color.
</li>
</ol>
</li>
</ul>
</li>
<li class="meeting">
<h4>
April 10, 2013
</h4>
<ul>
<li>
<ol class="problems">
<li>
If you choose one corner of a regular polygon and draw a line from that corner to every other corner, are the angles touching the original corner all the same?
</li>
<li>
Is it true that a finite graph having exactly two verticies of odd degree must contain a path from one to the other where no vertex is touched more than once?
</li>
<li>
Prove that if you connect the midpoints of the sides of any four sided shape you get a parallelogram. What is its area?
</li>
</ol>
</li>
</ul>
</li>
</ul>
</div>
</section>
</div>
</body>
</html>
| MichaelBaker/proof-club | public/index.html | HTML | mit | 9,347 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `LLVMConstFAdd` fn in crate `rustc`.">
<meta name="keywords" content="rust, rustlang, rust-lang, LLVMConstFAdd">
<title>rustc::llvm::LLVMConstFAdd - Rust</title>
<link rel="stylesheet" type="text/css" href="../../main.css">
<link rel="shortcut icon" href="http://www.rust-lang.org/favicon.ico">
</head>
<body class="rustdoc">
<!--[if lte IE 8]>
<div class="warning">
This old browser is unsupported and will most likely display funky
things.
</div>
<![endif]-->
<section class="sidebar">
<a href='../../rustc/index.html'><img src='http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png' alt='' width='100'></a>
<p class='location'><a href='../index.html'>rustc</a>::<wbr><a href='index.html'>llvm</a></p><script>window.sidebarCurrent = {name: 'LLVMConstFAdd', ty: 'fn', relpath: ''};</script><script defer src="sidebar-items.js"></script>
</section>
<nav class="sub">
<form class="search-form js-only">
<div class="search-container">
<input class="search-input" name="search"
autocomplete="off"
placeholder="Click or press 'S' to search, '?' for more options..."
type="search">
</div>
</form>
</nav>
<section id='main' class="content fn">
<h1 class='fqn'><span class='in-band'>Function <a href='../index.html'>rustc</a>::<wbr><a href='index.html'>llvm</a>::<wbr><a class='fn' href=''>LLVMConstFAdd</a><wbr><a class='stability Unstable' title=''>Unstable</a></span><span class='out-of-band'><span id='render-detail'>
<a id="collapse-all" href="#">[-]</a> <a id="expand-all" href="#">[+]</a>
</span><a id='src-4687' href='../../rustc_llvm/fn.LLVMConstFAdd.html?gotosrc=4687'>[src]</a></span></h1>
<pre class='rust fn'>pub unsafe fn LLVMConstFAdd(LHSConstant: *mut <a class='enum' href='../../rustc/lib/llvm/enum.Value_opaque.html' title='rustc::lib::llvm::Value_opaque'>Value_opaque</a>, RHSConstant: *mut <a class='enum' href='../../rustc/lib/llvm/enum.Value_opaque.html' title='rustc::lib::llvm::Value_opaque'>Value_opaque</a>) -> *mut <a class='enum' href='../../rustc/lib/llvm/enum.Value_opaque.html' title='rustc::lib::llvm::Value_opaque'>Value_opaque</a></pre></section>
<section id='search' class="content hidden"></section>
<section class="footer"></section>
<div id="help" class="hidden">
<div class="shortcuts">
<h1>Keyboard shortcuts</h1>
<dl>
<dt>?</dt>
<dd>Show this help dialog</dd>
<dt>S</dt>
<dd>Focus the search field</dd>
<dt>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</dt>
<dd>Go to active search result</dd>
</dl>
</div>
<div class="infos">
<h1>Search tricks</h1>
<p>
Prefix searches with a type followed by a colon (e.g.
<code>fn:</code>) to restrict the search to a given type.
</p>
<p>
Accepted types are: <code>fn</code>, <code>mod</code>,
<code>struct</code>, <code>enum</code>,
<code>trait</code>, <code>typedef</code> (or
<code>tdef</code>).
</p>
</div>
</div>
<script>
window.rootPath = "../../";
window.currentCrate = "rustc";
window.playgroundUrl = "";
</script>
<script src="../../jquery.js"></script>
<script src="../../main.js"></script>
<script async src="../../search-index.js"></script>
</body>
</html> | ArcherSys/ArcherSys | Rust/share/doc/rust/html/rustc/llvm/fn.LLVMConstFAdd.html | HTML | mit | 4,081 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Say Hello – notes</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="My notes in a clean jekyll format.">
<meta name="author" content="moze">
<link rel="canonical" href="http://Blackoctopus.github.io/contact/">
<!-- Custom CSS -->
<link rel="stylesheet" href="/css/pixyll.css" type="text/css">
<!-- Fonts -->
<link href='//fonts.googleapis.com/css?family=Merriweather:900,900italic,300,300italic' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Lato:900,300' rel='stylesheet' type='text/css'>
<!-- Open Graph -->
<!-- From: https://github.com/mmistakes/hpstr-jekyll-theme/blob/master/_includes/head.html -->
<meta property="og:locale" content="en_US">
<meta property="og:type" content="article">
<meta property="og:title" content="Say Hello">
<meta property="og:description" content="My notes in a clean jekyll format.">
<meta property="og:url" content="http://Blackoctopus.github.io/contact/">
<meta property="og:site_name" content="notes">
</head>
<body class="animated fade-in-down">
<div class="site-wrap">
<header class="site-header px2 px-responsive">
<div class="mt2 wrap">
<div class="measure">
<a href="http://Blackoctopus.github.io" class="site-title">notes</a>
<nav class="site-nav right">
<a href="/about/">About</a>
<a href="/contact/">Contact</a>
</nav>
<div class="clearfix"></div>
</div>
</div>
</header>
<div class="post p2 p-responsive wrap" role="main">
<div class="measure">
<div class="post">
<header class="post-header">
<h1 class="h2">Say Hello</h1>
</header>
<article class="post-content">
<div class="py2">
<form action="https://forms.brace.io/[email protected]" method="POST" class="form-stacked form-light">
<input type="text" name="email" class="input mobile-block" placeholder="Email Address">
<textarea type="text" name="content" class="input mobile-block" rows="5" placeholder="What would you like to say?"></textarea>
<input type="submit" class="button button-blue button-big mobile-block" value="Say Hello">
</form>
</div>
</article>
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="p2 wrap">
<div class="measure mt1 center">
<small>
Crafted with <3 by <a href="http://johnotander.com">John Otander</a> (<a href="https://twitter.com/4lpine">@4lpine</a>).<br>
</> available on <a href="https://github.com/johnotander/pixyll">Github</a>.
</small>
</div>
</div>
</footer>
</body>
</html>
| blackoctopus/blackoctopus.github.io | contact/index.html | HTML | mit | 2,824 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>dpdgraph: 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.4.6 / dpdgraph - 0.6.8</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
dpdgraph
<small>
0.6.8
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-12-17 23:41:22 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-17 23:41:22 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-ocamlbuild base OCamlbuild binary and libraries distributed with the OCaml compiler
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 1 Virtual package relying on perl
coq 8.4.6 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: "[email protected]"
license: "LGPL-2.1-only"
homepage: "https://github.com/karmaki/coq-dpdgraph"
build: [
["./configure"]
["echo" "%{jobs}%" "jobs for the linter"]
[make "-j%{jobs}%" "WARN_ERR="]
]
bug-reports: "https://github.com/karmaki/coq-dpdgraph/issues"
dev-repo: "git+https://github.com/karmaki/coq-dpdgraph.git"
install: [
[make "install" "BINDIR=%{bin}%"]
]
depends: [
"ocaml" {}
"coq" {>= "8.12" & < "8.13~"}
"ocamlgraph"
]
authors: [ "Anne Pacalet" "Yves Bertot"]
synopsis: "Compute dependencies between Coq objects (definitions, theorems) and produce graphs"
url {
src:
"https://github.com/Karmaki/coq-dpdgraph/releases/download/v0.6.8/coq-dpdgraph-0.6.8.tgz"
checksum: "sha256=7c40b5c362240f3968ce3f6ff39f0c2b08f8687091ff487c477ff066c738a983"
}
</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-dpdgraph.0.6.8 coq.8.4.6</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.4.6).
The following dependencies couldn't be met:
- coq-dpdgraph -> coq >= 8.12 -> 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-dpdgraph.0.6.8</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.4.6/dpdgraph/0.6.8.html | HTML | mit | 6,967 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>hammer: Not compatible</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.9.1 / hammer - 1.2.1+8.11</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
hammer
<small>
1.2.1+8.11
<span class="label label-info">Not compatible</span>
</small>
</h1>
<p><em><script>document.write(moment("2020-08-24 17:47:06 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-08-24 17:47:06 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.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.8.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/lukaszcz/coqhammer"
dev-repo: "git+https://github.com/lukaszcz/coqhammer.git"
bug-reports: "https://github.com/lukaszcz/coqhammer/issues"
license: "LGPL-2.1-only"
synopsis: "General-purpose automated reasoning hammer tool for Coq"
description: """
A general-purpose automated reasoning hammer tool for Coq that combines
learning from previous proofs with the translation of problems to the
logics of automated systems and the reconstruction of successfully found proofs.
"""
build: [make "-j%{jobs}%" {ocaml:version >= "4.06"} "plugin"]
install: [
[make "install-plugin"]
[make "test-plugin"] {with-test}
]
depends: [
"ocaml"
"coq" {>= "8.11" & < "8.12~"}
("conf-g++" {build} | "conf-clang" {build})
"coq-hammer-tactics" {= version}
]
tags: [
"category:Miscellaneous/Coq Extensions"
"keyword:automation"
"keyword:hammer"
"logpath:Hammer.Plugin"
"date:2020-06-05"
]
authors: [
"Lukasz Czajka <[email protected]>"
"Cezary Kaliszyk <[email protected]>"
]
url {
src: "https://github.com/lukaszcz/coqhammer/archive/v1.2.1-coq8.11.tar.gz"
checksum: "sha512=7ef5f5e68cc2645ef093dc63d1531cc9696afeabdd540b24c6955fa994417b85925c15856e56cfb41eea9424278cf3ee2fd899f9c84f04d8f8630165b188b666"
}
</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-hammer.1.2.1+8.11 coq.8.9.1</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.9.1).
The following dependencies couldn't be met:
- coq-hammer -> coq-hammer-tactics = 1.2.1+8.11 -> 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-hammer.1.2.1+8.11</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
<small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small>
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.05.0-2.0.6/released/8.9.1/hammer/1.2.1+8.11.html | HTML | mit | 7,436 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>io-list: 15 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 / io-list - 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>
io-list
<small>
1.1.0
<span class="label label-success">15 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: "[email protected]"
homepage: "https://github.com/clarus/io-list"
dev-repo: "git+https://github.com/clarus/io-list.git"
bug-reports: "https://github.com/clarus/io-list/issues"
authors: ["Guillaume Claret"]
license: "MIT"
build: [
["./configure.sh"]
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Io/List.vo"]
depends: [
"ocaml"
"coq" {>= "8.4pl4"}
"coq-io" {>= "3.1.0" & < "4"}
]
synopsis: "Generic functions on lists with effects"
flags: light-uninstall
url {
src: "https://github.com/coq-io/list/archive/1.1.0.tar.gz"
checksum: "md5=5c4c7c9c32155b1ac9f49bb0fea581df"
}
</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-io-list.1.1.0 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-io-list.1.1.0 coq.8.9.1</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>19 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-io-list.1.1.0 coq.8.9.1</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>15 s</dd>
</dl>
<h2>Installation size</h2>
<p>Total: 28 K</p>
<ul>
<li>21 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Io/List.vo</code></li>
<li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Io/List.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Io/List.v</code></li>
</ul>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq-io-list.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.9.1/io-list/1.1.0.html | HTML | mit | 6,774 |
<!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.7.1 / miniml - 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>
miniml
<small>
8.5.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-01-28 23:20:48 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-28 23:20:48 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 2 Virtual package relying on perl
coq 8.7.1 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.2 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/coq-contribs/miniml"
license: "LGPL 2"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/MiniML"]
depends: [
"ocaml"
"coq" {>= "8.5" & < "8.6~"}
]
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.5.0.tar.gz"
checksum: "md5=ad1936dc8998fe3bba52b15abd7deea4"
}
</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.5.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-miniml -> 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-miniml.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.09.1-2.0.6/released/8.7.1/miniml/8.5.0.html | HTML | mit | 7,076 |
<h3>Teams List</h3>
<table class="table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Color</th>
<th>Season</th>
</tr>
</thead>
<tbody>
<tr *ngFor="let team of teams">
<td><a [routerLink]="team.id">{{ team.name }}</a></td>
<td>
<svg style="display:block;height:25px;width:100%;">
<rect x="0" y="0" width="50" height="25" [style.fill]="team.color" />
</svg>
</td>
<td>{{ team.season_id }}</td>
</tr>
</tbody>
</table> | mattehh/eastendsaints | src/client/app/admin/teams/teams-list.component.html | HTML | mit | 509 |
---
---
<!doctype html>
<html class="default no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>UrlRulesApi | @uirouter/react</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../assets/css/main.css">
<link rel="stylesheet" href="../assets/css/uirouter.css">
<script src="../assets/js/modernizr.js"></script>
<script src="../assets/js/reset.js"></script>
</head>
<body>
<header>
<div class="tsd-page-toolbar">
<div class="container">
<div class="table-wrap">
<div class="table-cell" id="tsd-search" data-index="../assets/js/search.js" data-base="..">
<div class="field">
<label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
<input id="tsd-search-field" type="text" />
</div>
<ul class="results">
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="../index.html" class="title">@uirouter/react</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
<a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
<div class="tsd-filter-group">
<!--
<div class="tsd-select" id="tsd-filter-visibility">
<span class="tsd-select-label">All</span>
<ul class="tsd-select-list">
<li data-value="public">Public</li>
<li data-value="protected">Public/Protected</li>
<li data-value="private" class="selected">All</li>
</ul>
</div>
<input type="checkbox" id="tsd-filter-inherited" checked />
<label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
-->
<input type="checkbox" id="tsd-filter-externals" checked />
<label class="tsd-widget" for="tsd-filter-externals">Internal UI-Router API</label>
<!--
<input type="checkbox" id="tsd-filter-only-exported" />
<label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label>
-->
</div>
</div>
<a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
</div>
</div>
</div>
</div>
<div class="tsd-page-title">
<div class="container">
<ul class="tsd-breadcrumb">
<li>
<a href="../index.html">@uirouter/react</a>
</li>
<li>
<a href="../modules/url.html">url</a>
</li>
<li>
<a href="url.urlrulesapi.html">UrlRulesApi</a>
</li>
</ul>
<h1>Interface UrlRulesApi</h1>
</div>
</div>
</header>
<div class="container container-main">
<div class="row">
<div class="col-8 col-content">
<section class="tsd-panel tsd-comment">
<div class="tsd-comment tsd-typography">
</div>
</section>
<section class="tsd-panel tsd-hierarchy">
<h3>Hierarchy</h3>
<ul class="tsd-hierarchy">
<li>
<span class="target">UrlRulesApi</span>
</li>
</ul>
</section>
<section class="tsd-panel-group tsd-index-group">
<h2>Index</h2>
<section class="tsd-panel tsd-index-panel">
<div class="tsd-index-content">
<section class="tsd-index-section ">
<h3>Properties</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="url.urlrulesapi.html#initial" class="tsd-kind-icon">initial</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="url.urlrulesapi.html#otherwise" class="tsd-kind-icon">otherwise</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="url.urlrulesapi.html#removerule" class="tsd-kind-icon">remove<wbr>Rule</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="url.urlrulesapi.html#rule" class="tsd-kind-icon">rule</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="url.urlrulesapi.html#rules" class="tsd-kind-icon">rules</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="url.urlrulesapi.html#sort" class="tsd-kind-icon">sort</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="url.urlrulesapi.html#when" class="tsd-kind-icon">when</a></li>
</ul>
</section>
</div>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Properties</h2>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
<a name="initial" class="tsd-anchor"></a>
<!--
<h3>initial</h3>
-->
<div class="tsd-signature tsd-kind-icon">initial<span class="tsd-signature-symbol">:</span> <a href="../classes/url.urlrules.html#initial" class="tsd-signature-type">initial</a> <div class="tsd-header">
<p> See: <a href="../classes/url.urlrules.html#initial">UrlRules.initial</a> </p>
</div>
</div>
<div class="tsd-declaration">
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>See: <a href="../classes/url.urlrules.html#initial">UrlRules.initial</a></p>
</div>
</div>
</div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/ui-router/core/blob/8ed691b/src/url/interface.ts#L49">ui-router-core/src/url/interface.ts:49</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
<a name="otherwise" class="tsd-anchor"></a>
<!--
<h3>otherwise</h3>
-->
<div class="tsd-signature tsd-kind-icon">otherwise<span class="tsd-signature-symbol">:</span> <a href="../classes/url.urlrules.html#otherwise" class="tsd-signature-type">otherwise</a> <div class="tsd-header">
<p> See: <a href="../classes/url.urlrules.html#otherwise">UrlRules.otherwise</a> </p>
</div>
</div>
<div class="tsd-declaration">
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>See: <a href="../classes/url.urlrules.html#otherwise">UrlRules.otherwise</a></p>
</div>
</div>
</div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/ui-router/core/blob/8ed691b/src/url/interface.ts#L48">ui-router-core/src/url/interface.ts:48</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
<a name="removerule" class="tsd-anchor"></a>
<!--
<h3>remove<wbr>Rule</h3>
-->
<div class="tsd-signature tsd-kind-icon">remove<wbr>Rule<span class="tsd-signature-symbol">:</span> <a href="../classes/url.urlrules.html#removerule" class="tsd-signature-type">removeRule</a> <div class="tsd-header">
<p> See: <a href="../classes/url.urlrules.html#removerule">UrlRules.removeRule</a> </p>
</div>
</div>
<div class="tsd-declaration">
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>See: <a href="../classes/url.urlrules.html#removerule">UrlRules.removeRule</a></p>
</div>
</div>
</div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/ui-router/core/blob/8ed691b/src/url/interface.ts#L52">ui-router-core/src/url/interface.ts:52</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
<a name="rule" class="tsd-anchor"></a>
<!--
<h3>rule</h3>
-->
<div class="tsd-signature tsd-kind-icon">rule<span class="tsd-signature-symbol">:</span> <a href="../classes/url.urlrules.html#rule" class="tsd-signature-type">rule</a> <div class="tsd-header">
<p> See: <a href="../classes/url.urlrules.html#rule">UrlRules.rule</a> </p>
</div>
</div>
<div class="tsd-declaration">
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>See: <a href="../classes/url.urlrules.html#rule">UrlRules.rule</a></p>
</div>
</div>
</div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/ui-router/core/blob/8ed691b/src/url/interface.ts#L51">ui-router-core/src/url/interface.ts:51</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
<a name="rules" class="tsd-anchor"></a>
<!--
<h3>rules</h3>
-->
<div class="tsd-signature tsd-kind-icon">rules<span class="tsd-signature-symbol">:</span> <a href="../classes/url.urlrules.html#rules" class="tsd-signature-type">rules</a> <div class="tsd-header">
<p> See: <a href="../classes/url.urlrules.html#rules">UrlRules.rules</a> </p>
</div>
</div>
<div class="tsd-declaration">
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>See: <a href="../classes/url.urlrules.html#rules">UrlRules.rules</a></p>
</div>
</div>
</div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/ui-router/core/blob/8ed691b/src/url/interface.ts#L50">ui-router-core/src/url/interface.ts:50</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
<a name="sort" class="tsd-anchor"></a>
<!--
<h3>sort</h3>
-->
<div class="tsd-signature tsd-kind-icon">sort<span class="tsd-signature-symbol">:</span> <a href="../classes/url.urlrules.html#sort" class="tsd-signature-type">sort</a> <div class="tsd-header">
<p> See: <a href="../classes/url.urlrules.html#sort">UrlRules.sort</a> </p>
</div>
</div>
<div class="tsd-declaration">
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>See: <a href="../classes/url.urlrules.html#sort">UrlRules.sort</a></p>
</div>
</div>
</div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/ui-router/core/blob/8ed691b/src/url/interface.ts#L46">ui-router-core/src/url/interface.ts:46</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
<a name="when" class="tsd-anchor"></a>
<!--
<h3>when</h3>
-->
<div class="tsd-signature tsd-kind-icon">when<span class="tsd-signature-symbol">:</span> <a href="../classes/url.urlrules.html#when" class="tsd-signature-type">when</a> <div class="tsd-header">
<p> See: <a href="../classes/url.urlrules.html#when">UrlRules.when</a> </p>
</div>
</div>
<div class="tsd-declaration">
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>See: <a href="../classes/url.urlrules.html#when">UrlRules.when</a></p>
</div>
</div>
</div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/ui-router/core/blob/8ed691b/src/url/interface.ts#L47">ui-router-core/src/url/interface.ts:47</a></li>
</ul>
</aside>
</section>
</section>
</div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<nav class="tsd-navigation primary">
<ul>
<li class="globals ">
<a href="../index.html"><em>@uirouter/react</em></a>
</li>
<li class="label tsd-is-external">
<span>Public API</span>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/common.html">common</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/components.html">components</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/core.html">core</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/params.html">params</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/react.html">react</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/resolve.html">resolve</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/state.html">state</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/transition.html">transition</a>
</li>
<li class="current tsd-kind-external-module">
<a href="../modules/url.html">url</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/view.html">view</a>
</li>
<li class="label tsd-is-external">
<span>Internal UI-<wbr><wbr>Router API</span>
</li>
<li class=" tsd-kind-external-module tsd-is-external">
<a href="../modules/common_hof.html">common_<wbr>hof</a>
</li>
<li class=" tsd-kind-external-module tsd-is-external">
<a href="../modules/common_predicates.html">common_<wbr>predicates</a>
</li>
<li class=" tsd-kind-external-module tsd-is-external">
<a href="../modules/common_strings.html">common_<wbr>strings</a>
</li>
<li class=" tsd-kind-external-module tsd-is-external">
<a href="../modules/hooks.html">hooks</a>
</li>
<li class=" tsd-kind-external-module tsd-is-external">
<a href="../modules/path.html">path</a>
</li>
<li class=" tsd-kind-external-module tsd-is-external">
<a href="../modules/trace.html">trace</a>
</li>
<li class=" tsd-kind-external-module tsd-is-external">
<a href="../modules/vanilla.html">vanilla</a>
</li>
</ul>
</nav>
<nav class="tsd-navigation secondary menu-sticky">
<ul class="before-current">
<li class=" tsd-kind-class tsd-parent-kind-external-module tsd-is-external">
<a href="../classes/url.baseurlrule.html" class="tsd-kind-icon">Base<wbr>Url<wbr>Rule</a>
</li>
<li class=" tsd-kind-class tsd-parent-kind-external-module tsd-is-external">
<a href="../classes/url.paramfactory.html" class="tsd-kind-icon">Param<wbr>Factory</a>
</li>
<li class=" tsd-kind-class tsd-parent-kind-external-module">
<a href="../classes/url.urlconfig.html" class="tsd-kind-icon">Url<wbr>Config</a>
</li>
<li class=" tsd-kind-class tsd-parent-kind-external-module">
<a href="../classes/url.urlmatcher.html" class="tsd-kind-icon">Url<wbr>Matcher</a>
</li>
<li class=" tsd-kind-class tsd-parent-kind-external-module tsd-is-external">
<a href="../classes/url.urlmatcherfactory.html" class="tsd-kind-icon">Url<wbr>Matcher<wbr>Factory</a>
</li>
<li class=" tsd-kind-class tsd-parent-kind-external-module tsd-is-external">
<a href="../classes/url.urlrouter.html" class="tsd-kind-icon">Url<wbr>Router</a>
</li>
<li class=" tsd-kind-class tsd-parent-kind-external-module tsd-is-external">
<a href="../classes/url.urlrulefactory.html" class="tsd-kind-icon">Url<wbr>Rule<wbr>Factory</a>
</li>
<li class=" tsd-kind-class tsd-parent-kind-external-module">
<a href="../classes/url.urlrules.html" class="tsd-kind-icon">Url<wbr>Rules</a>
</li>
<li class=" tsd-kind-class tsd-parent-kind-external-module">
<a href="../classes/url.urlservice.html" class="tsd-kind-icon">Url<wbr>Service</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-external-module">
<a href="url.matchresult.html" class="tsd-kind-icon">Match<wbr>Result</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-external-module tsd-is-external">
<a href="url.matcherurlrule.html" class="tsd-kind-icon">Matcher<wbr>Url<wbr>Rule</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-external-module tsd-is-external">
<a href="url.regexprule.html" class="tsd-kind-icon">Reg<wbr>Exp<wbr>Rule</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-external-module tsd-is-external">
<a href="url.staterule.html" class="tsd-kind-icon">State<wbr>Rule</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-external-module tsd-is-external">
<a href="url.urlconfigapi.html" class="tsd-kind-icon">Url<wbr>Config<wbr>Api</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-external-module tsd-is-external">
<a href="url.urlmatchercompileconfig.html" class="tsd-kind-icon">Url<wbr>Matcher<wbr>Compile<wbr>Config</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-external-module tsd-is-external">
<a href="url.urlmatcherconfig.html" class="tsd-kind-icon">Url<wbr>Matcher<wbr>Config</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-external-module">
<a href="url.urlparts.html" class="tsd-kind-icon">Url<wbr>Parts</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-external-module">
<a href="url.urlrule.html" class="tsd-kind-icon">Url<wbr>Rule</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-external-module">
<a href="url.urlrulehandlerfn.html" class="tsd-kind-icon">Url<wbr>Rule<wbr>Handler<wbr>Fn</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-external-module">
<a href="url.urlrulematchfn.html" class="tsd-kind-icon">Url<wbr>Rule<wbr>Match<wbr>Fn</a>
</li>
</ul>
<ul class="current">
<li class="current tsd-kind-interface tsd-parent-kind-external-module tsd-is-external">
<a href="url.urlrulesapi.html" class="tsd-kind-icon">Url<wbr>Rules<wbr>Api</a>
<ul>
<li class=" tsd-kind-property tsd-parent-kind-interface">
<a href="url.urlrulesapi.html#initial" class="tsd-kind-icon">initial</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface">
<a href="url.urlrulesapi.html#otherwise" class="tsd-kind-icon">otherwise</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface">
<a href="url.urlrulesapi.html#removerule" class="tsd-kind-icon">remove<wbr>Rule</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface">
<a href="url.urlrulesapi.html#rule" class="tsd-kind-icon">rule</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface">
<a href="url.urlrulesapi.html#rules" class="tsd-kind-icon">rules</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface">
<a href="url.urlrulesapi.html#sort" class="tsd-kind-icon">sort</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface">
<a href="url.urlrulesapi.html#when" class="tsd-kind-icon">when</a>
</li>
</ul>
</li>
</ul>
<ul class="after-current">
<li class=" tsd-kind-interface tsd-parent-kind-external-module tsd-is-external">
<a href="url.urlsyncapi.html" class="tsd-kind-icon">Url<wbr>Sync<wbr>Api</a>
</li>
<li class=" tsd-kind-type-alias tsd-parent-kind-external-module tsd-is-external">
<a href="../modules/url.html#urlruletype" class="tsd-kind-icon">Url<wbr>Rule<wbr>Type</a>
</li>
<li class=" tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported">
<a href="../modules/url.html#defaultrulesortfn" class="tsd-kind-icon">default<wbr>Rule<wbr>Sort<wbr>Fn</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<footer class="with-border-bottom">
<div class="container">
<h2>Legend</h2>
<div class="tsd-legend-group">
<ul class="tsd-legend">
<li class="tsd-kind-module"><span class="tsd-kind-icon">Module</span></li>
<li class="tsd-kind-object-literal"><span class="tsd-kind-icon">Object literal</span></li>
<li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
<li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
<li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
<li class="tsd-kind-index-signature"><span class="tsd-kind-icon">Index signature</span></li>
<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li>
<li class="tsd-kind-enum-member"><span class="tsd-kind-icon">Enumeration member</span></li>
<li class="tsd-kind-property tsd-parent-kind-enum"><span class="tsd-kind-icon">Property</span></li>
<li class="tsd-kind-method tsd-parent-kind-enum"><span class="tsd-kind-icon">Method</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
<li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
<li class="tsd-kind-constructor tsd-parent-kind-interface"><span class="tsd-kind-icon">Constructor</span></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
<li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li>
<li class="tsd-kind-index-signature tsd-parent-kind-interface"><span class="tsd-kind-icon">Index signature</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
<li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
<li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li>
<li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class"><span class="tsd-kind-icon">Accessor</span></li>
<li class="tsd-kind-index-signature tsd-parent-kind-class"><span class="tsd-kind-icon">Index signature</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li>
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited accessor</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected accessor</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private accessor</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li>
<li class="tsd-kind-call-signature tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li>
</ul>
</div>
</div>
</footer>
<div class="container tsd-generator">
<p>Generated using <a href="http://typedoc.io" target="_blank">TypeDoc</a></p>
</div>
<div class="overlay"></div>
<script src="../assets/js/main.js"></script>
<script>if (location.protocol == 'file:') document.write('<script src="../assets/js/search.js"><' + '/script>');</script>
</body>
</html> | ui-router/ui-router.github.io | _react_docs/0.8.7/interfaces/url.urlrulesapi.html | HTML | mit | 24,391 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_31) on Wed Dec 17 20:48:30 PST 2014 -->
<title>Uses of Class javax.swing.plaf.basic.BasicSplitPaneUI.BasicHorizontalLayoutManager (Java Platform SE 8 )</title>
<meta name="date" content="2014-12-17">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class javax.swing.plaf.basic.BasicSplitPaneUI.BasicHorizontalLayoutManager (Java Platform SE 8 )";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../javax/swing/plaf/basic/BasicSplitPaneUI.BasicHorizontalLayoutManager.html" title="class in javax.swing.plaf.basic">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><strong>Java™ Platform<br>Standard Ed. 8</strong></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?javax/swing/plaf/basic/class-use/BasicSplitPaneUI.BasicHorizontalLayoutManager.html" target="_top">Frames</a></li>
<li><a href="BasicSplitPaneUI.BasicHorizontalLayoutManager.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 javax.swing.plaf.basic.BasicSplitPaneUI.BasicHorizontalLayoutManager" class="title">Uses of Class<br>javax.swing.plaf.basic.BasicSplitPaneUI.BasicHorizontalLayoutManager</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../javax/swing/plaf/basic/BasicSplitPaneUI.BasicHorizontalLayoutManager.html" title="class in javax.swing.plaf.basic">BasicSplitPaneUI.BasicHorizontalLayoutManager</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="#javax.swing.plaf.basic">javax.swing.plaf.basic</a></td>
<td class="colLast">
<div class="block">Provides user interface objects built according to the
Basic look and feel.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="javax.swing.plaf.basic">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../javax/swing/plaf/basic/BasicSplitPaneUI.BasicHorizontalLayoutManager.html" title="class in javax.swing.plaf.basic">BasicSplitPaneUI.BasicHorizontalLayoutManager</a> in <a href="../../../../../javax/swing/plaf/basic/package-summary.html">javax.swing.plaf.basic</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../javax/swing/plaf/basic/BasicSplitPaneUI.BasicHorizontalLayoutManager.html" title="class in javax.swing.plaf.basic">BasicSplitPaneUI.BasicHorizontalLayoutManager</a> in <a href="../../../../../javax/swing/plaf/basic/package-summary.html">javax.swing.plaf.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><span class="memberNameLink"><a href="../../../../../javax/swing/plaf/basic/BasicSplitPaneUI.BasicVerticalLayoutManager.html" title="class in javax.swing.plaf.basic">BasicSplitPaneUI.BasicVerticalLayoutManager</a></span></code>
<div class="block">LayoutManager used for JSplitPanes with an orientation of
VERTICAL_SPLIT.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../../javax/swing/plaf/basic/package-summary.html">javax.swing.plaf.basic</a> declared as <a href="../../../../../javax/swing/plaf/basic/BasicSplitPaneUI.BasicHorizontalLayoutManager.html" title="class in javax.swing.plaf.basic">BasicSplitPaneUI.BasicHorizontalLayoutManager</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../javax/swing/plaf/basic/BasicSplitPaneUI.BasicHorizontalLayoutManager.html" title="class in javax.swing.plaf.basic">BasicSplitPaneUI.BasicHorizontalLayoutManager</a></code></td>
<td class="colLast"><span class="typeNameLabel">BasicSplitPaneUI.</span><code><span class="memberNameLink"><a href="../../../../../javax/swing/plaf/basic/BasicSplitPaneUI.html#layoutManager">layoutManager</a></span></code>
<div class="block">LayoutManager that is created and placed into the split pane.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../javax/swing/plaf/basic/BasicSplitPaneUI.BasicHorizontalLayoutManager.html" title="class in javax.swing.plaf.basic">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><strong>Java™ Platform<br>Standard Ed. 8</strong></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?javax/swing/plaf/basic/class-use/BasicSplitPaneUI.BasicHorizontalLayoutManager.html" target="_top">Frames</a></li>
<li><a href="BasicSplitPaneUI.BasicHorizontalLayoutManager.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small><font size="-1"> <a href="http://bugreport.sun.com/bugreport/">Submit a bug or feature</a> <br>For further API reference and developer documentation, see <a href="http://download.oracle.com/javase/8/docs/index.html" target="_blank">Java SE Documentation</a>. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.<br> <a href="../../../../../../legal/cpyr.html">Copyright</a> © 1993, 2015, Oracle and/or its affiliates. All rights reserved. </font></small></p>
</body>
</html>
| fbiville/annotation-processing-ftw | doc/java/jdk8/javax/swing/plaf/basic/class-use/BasicSplitPaneUI.BasicHorizontalLayoutManager.html | HTML | mit | 9,105 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Login Page - Photon Admin Panel Theme</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
<link rel="shortcut icon" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/js/plugins/js/plugins/favicon.ico"/>
<link rel="apple-touch-icon" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/js/plugins/js/plugins/iosicon.png"/>
<link rel="stylesheet" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/js/plugins/js/plugins/css/css_compiled/photon-min.css?v1.1" media="all"/>
<link rel="stylesheet" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/js/plugins/js/plugins/css/css_compiled/photon-min-part2.css?v1.1" media="all"/>
<link rel="stylesheet" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/js/plugins/js/plugins/css/css_compiled/photon-responsive-min.css?v1.1" media="all"/>
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="css/css_compiled/ie-only-min.css?v1.1" />
<![endif]-->
<!--[if lt IE 9]>
<link rel="stylesheet" type="text/css" href="css/css_compiled/ie8-only-min.css?v1.1" />
<script type="text/javascript" src="js/plugins/excanvas.js"></script>
<script type="text/javascript" src="js/plugins/html5shiv.js"></script>
<script type="text/javascript" src="js/plugins/respond.min.js"></script>
<script type="text/javascript" src="js/plugins/fixFontIcons.js"></script>
<![endif]-->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/jquery-ui.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/js/plugins/js/plugins/js/bootstrap/bootstrap.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/js/plugins/js/plugins/js/plugins/modernizr.custom.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/js/plugins/js/plugins/js/plugins/jquery.pnotify.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/js/plugins/js/plugins/js/plugins/less-1.3.1.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/js/plugins/js/plugins/js/plugins/xbreadcrumbs.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/js/plugins/js/plugins/js/plugins/jquery.maskedinput-1.3.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/js/plugins/js/plugins/js/plugins/jquery.autotab-1.1b.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/js/plugins/js/plugins/js/plugins/charCount.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/js/plugins/js/plugins/js/plugins/jquery.textareaCounter.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/js/plugins/js/plugins/js/plugins/elrte.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/js/plugins/js/plugins/js/plugins/elrte.en.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/js/plugins/js/plugins/js/plugins/select2.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/js/plugins/js/plugins/js/plugins/jquery-picklist.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/js/plugins/js/plugins/js/plugins/jquery.validate.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/js/plugins/js/plugins/js/plugins/additional-methods.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/js/plugins/js/plugins/js/plugins/jquery.form.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/js/plugins/js/plugins/js/plugins/jquery.metadata.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/js/plugins/js/plugins/js/plugins/jquery.mockjax.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/js/plugins/js/plugins/js/plugins/jquery.uniform.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/js/plugins/js/plugins/js/plugins/jquery.tagsinput.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/js/plugins/js/plugins/js/plugins/jquery.rating.pack.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/js/plugins/js/plugins/js/plugins/farbtastic.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/js/plugins/js/plugins/js/plugins/jquery.timeentry.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/js/plugins/js/plugins/js/plugins/jquery.dataTables.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/js/plugins/js/plugins/js/plugins/jquery.jstree.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/js/plugins/js/plugins/js/plugins/dataTables.bootstrap.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/js/plugins/js/plugins/js/plugins/jquery.mousewheel.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/js/plugins/js/plugins/js/plugins/jquery.mCustomScrollbar.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/js/plugins/js/plugins/js/plugins/jquery.flot.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/js/plugins/js/plugins/js/plugins/jquery.flot.stack.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/js/plugins/js/plugins/js/plugins/jquery.flot.pie.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/js/plugins/js/plugins/js/plugins/jquery.flot.resize.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/js/plugins/js/plugins/js/plugins/raphael.2.1.0.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/js/plugins/js/plugins/js/plugins/justgage.1.0.1.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/js/plugins/js/plugins/js/plugins/jquery.qrcode.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/js/plugins/js/plugins/js/plugins/jquery.clock.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/js/plugins/js/plugins/js/plugins/jquery.countdown.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/js/plugins/js/plugins/js/plugins/jquery.jqtweet.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/js/plugins/js/plugins/js/plugins/jquery.cookie.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/js/plugins/js/plugins/js/plugins/bootstrap-fileupload.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/js/plugins/js/plugins/js/plugins/prettify/prettify.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/js/plugins/js/plugins/js/plugins/bootstrapSwitch.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/js/plugins/js/plugins/js/plugins/mfupload.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/js/plugins/js/plugins/js/common.js"></script>
</head>
<body class="body-login">
<div class="nav-fixed-topright" style="visibility: hidden">
<ul class="nav nav-user-menu">
<li class="user-sub-menu-container">
<a href="javascript:;">
<i class="user-icon"></i><span class="nav-user-selection">Theme Options</span><i class="icon-menu-arrow"></i>
</a>
<ul class="nav user-sub-menu">
<li class="light">
<a href="javascript:;">
<i class='icon-photon stop'></i>Light Version
</a>
</li>
<li class="dark">
<a href="javascript:;">
<i class='icon-photon stop'></i>Dark Version
</a>
</li>
</ul>
</li>
<li>
<a href="javascript:;">
<i class="icon-photon mail"></i>
</a>
</li>
<li>
<a href="javascript:;">
<i class="icon-photon comment_alt2_stroke"></i>
<div class="notification-count">12</div>
</a>
</li>
</ul>
</div>
<script>
$(function(){
setTimeout(function(){
$('.nav-fixed-topright').removeAttr('style');
}, 300);
$(window).scroll(function(){
if($('.breadcrumb-container').length){
var scrollState = $(window).scrollTop();
if (scrollState > 0) $('.nav-fixed-topright').addClass('nav-released');
else $('.nav-fixed-topright').removeClass('nav-released')
}
});
$('.user-sub-menu-container').on('click', function(){
$(this).toggleClass('active-user-menu');
});
$('.user-sub-menu .light').on('click', function(){
if ($('body').is('.light-version')) return;
$('body').addClass('light-version');
setTimeout(function() {
$.cookie('themeColor', 'light', {
expires: 7,
path: '/'
});
}, 500);
});
$('.user-sub-menu .dark').on('click', function(){
if ($('body').is('.light-version')) {
$('body').removeClass('light-version');
$.cookie('themeColor', 'dark', {
expires: 7,
path: '/'
});
}
});
});
</script>
<div class="container-login">
<div class="form-centering-wrapper">
<div class="form-window-login">
<div class="form-window-login-logo">
<div class="login-logo">
<img src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/js/plugins/js/plugins/images/photon/[email protected]" alt="Photon UI"/>
</div>
<h2 class="login-title">Welcome to Photon UI!</h2>
<div class="login-member">Not a Member? <a href="bootstrapSwitch.js.html#">Sign Up »</a>
<a href="bootstrapSwitch.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="bootstrapSwitch.js.html#" class="forgot-pass">Forgot Your Password?</a>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-1936460-27']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>
| user-tony/photon-rails | lib/assets/css/css_compiled/@{photonImagePath}plugins/elrte/js/bootstrap/js/js/plugins/js/plugins/bootstrapSwitch.js.html | HTML | mit | 14,644 |
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="ApiGen 2.8.0" />
<title>Namespace Gedmo\Mapping\Mock\Extension\Encoder\Mapping\Driver | seip</title>
<script type="text/javascript" src="resources/combined.js?784181472"></script>
<script type="text/javascript" src="elementlist.js?3927760630"></script>
<link rel="stylesheet" type="text/css" media="all" href="resources/style.css?3505392360" />
</head>
<body>
<div id="left">
<div id="menu">
<a href="index.html" title="Overview"><span>Overview</span></a>
<div id="groups">
<h3>Namespaces</h3>
<ul>
<li><a href="namespace-Acme.html">Acme<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.html">DemoBundle<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Acme.DemoBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Acme.DemoBundle.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Acme.DemoBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Acme.DemoBundle.Form.html">Form</a>
</li>
<li><a href="namespace-Acme.DemoBundle.Proxy.html">Proxy<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.html">__CG__<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.html">Symfony<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.html">Component<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.Acl.html">Acl<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.Acl.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.Acl.Tests.Domain.html">Domain</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.Core.html">Core<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.Core.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.Core.Tests.Util.html">Util</a>
</li>
</ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-Acme.DemoBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Tests.Controller.html">Controller</a>
</li>
</ul></li>
<li><a href="namespace-Acme.DemoBundle.Twig.html">Twig<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Twig.Extension.html">Extension</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Alpha.html">Alpha</a>
</li>
<li><a href="namespace-Apc.html">Apc<span></span></a>
<ul>
<li><a href="namespace-Apc.NamespaceCollision.html">NamespaceCollision<span></span></a>
<ul>
<li><a href="namespace-Apc.NamespaceCollision.A.html">A<span></span></a>
<ul>
<li><a href="namespace-Apc.NamespaceCollision.A.B.html">B</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Apc.Namespaced.html">Namespaced</a>
</li>
</ul></li>
<li><a href="namespace-Assetic.html">Assetic<span></span></a>
<ul>
<li><a href="namespace-Assetic.Asset.html">Asset<span></span></a>
<ul>
<li><a href="namespace-Assetic.Asset.Iterator.html">Iterator</a>
</li>
</ul></li>
<li><a href="namespace-Assetic.Cache.html">Cache</a>
</li>
<li><a href="namespace-Assetic.Exception.html">Exception</a>
</li>
<li><a href="namespace-Assetic.Extension.html">Extension<span></span></a>
<ul>
<li><a href="namespace-Assetic.Extension.Twig.html">Twig</a>
</li>
</ul></li>
<li><a href="namespace-Assetic.Factory.html">Factory<span></span></a>
<ul>
<li><a href="namespace-Assetic.Factory.Loader.html">Loader</a>
</li>
<li><a href="namespace-Assetic.Factory.Resource.html">Resource</a>
</li>
<li><a href="namespace-Assetic.Factory.Worker.html">Worker</a>
</li>
</ul></li>
<li><a href="namespace-Assetic.Filter.html">Filter<span></span></a>
<ul>
<li><a href="namespace-Assetic.Filter.GoogleClosure.html">GoogleClosure</a>
</li>
<li><a href="namespace-Assetic.Filter.Sass.html">Sass</a>
</li>
<li><a href="namespace-Assetic.Filter.Yui.html">Yui</a>
</li>
</ul></li>
<li><a href="namespace-Assetic.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Bazinga.html">Bazinga<span></span></a>
<ul>
<li><a href="namespace-Bazinga.Bundle.html">Bundle<span></span></a>
<ul>
<li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.html">JsTranslationBundle<span></span></a>
<ul>
<li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.Finder.html">Finder</a>
</li>
<li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.Tests.html">Tests</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Bazinga.JsTranslationBundle.html">JsTranslationBundle<span></span></a>
<ul>
<li><a href="namespace-Bazinga.JsTranslationBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Bazinga.JsTranslationBundle.Tests.Controller.html">Controller</a>
</li>
<li><a href="namespace-Bazinga.JsTranslationBundle.Tests.Finder.html">Finder</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Beta.html">Beta</a>
</li>
<li><a href="namespace-Blameable.html">Blameable<span></span></a>
<ul>
<li><a href="namespace-Blameable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Blameable.Fixture.Document.html">Document</a>
</li>
<li><a href="namespace-Blameable.Fixture.Entity.html">Entity</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-ClassesWithParents.html">ClassesWithParents</a>
</li>
<li><a href="namespace-ClassLoaderTest.html">ClassLoaderTest</a>
</li>
<li><a href="namespace-ClassMap.html">ClassMap</a>
</li>
<li><a href="namespace-Composer.html">Composer<span></span></a>
<ul>
<li><a href="namespace-Composer.Autoload.html">Autoload</a>
</li>
</ul></li>
<li><a href="namespace-Container14.html">Container14</a>
</li>
<li><a href="namespace-Doctrine.html">Doctrine<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Bundle.html">Bundle<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.html">DoctrineBundle<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Command.html">Command<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Command.Proxy.html">Proxy</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Mapping.html">Mapping</a>
</li>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Tests.DependencyInjection.html">DependencyInjection</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Twig.html">Twig</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Bundle.FixturesBundle.html">FixturesBundle<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Bundle.FixturesBundle.Command.html">Command</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Doctrine.Common.html">Common<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Common.Annotations.html">Annotations<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Common.Annotations.Annotation.html">Annotation</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Common.Cache.html">Cache</a>
</li>
<li><a href="namespace-Doctrine.Common.Collections.html">Collections<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Common.Collections.Expr.html">Expr</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Common.DataFixtures.html">DataFixtures<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Common.DataFixtures.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Common.DataFixtures.Event.Listener.html">Listener</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Common.DataFixtures.Exception.html">Exception</a>
</li>
<li><a href="namespace-Doctrine.Common.DataFixtures.Executor.html">Executor</a>
</li>
<li><a href="namespace-Doctrine.Common.DataFixtures.Purger.html">Purger</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Common.Inflector.html">Inflector</a>
</li>
<li><a href="namespace-Doctrine.Common.Lexer.html">Lexer</a>
</li>
<li><a href="namespace-Doctrine.Common.Persistence.html">Persistence<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Common.Persistence.Event.html">Event</a>
</li>
<li><a href="namespace-Doctrine.Common.Persistence.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Common.Persistence.Mapping.Driver.html">Driver</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Doctrine.Common.Proxy.html">Proxy<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Common.Proxy.Exception.html">Exception</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Common.Reflection.html">Reflection</a>
</li>
<li><a href="namespace-Doctrine.Common.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.DBAL.html">DBAL<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Cache.html">Cache</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Connections.html">Connections</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.html">Driver<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Driver.DrizzlePDOMySql.html">DrizzlePDOMySql</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.IBMDB2.html">IBMDB2</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.Mysqli.html">Mysqli</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.OCI8.html">OCI8</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.PDOIbm.html">PDOIbm</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.PDOMySql.html">PDOMySql</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.PDOOracle.html">PDOOracle</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.PDOPgSql.html">PDOPgSql</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.PDOSqlite.html">PDOSqlite</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.PDOSqlsrv.html">PDOSqlsrv</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.SQLSrv.html">SQLSrv</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.DBAL.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Event.Listeners.html">Listeners</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.DBAL.Id.html">Id</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Logging.html">Logging</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Platforms.html">Platforms<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Platforms.Keywords.html">Keywords</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.DBAL.Portability.html">Portability</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Query.html">Query<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Query.Expression.html">Expression</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.DBAL.Schema.html">Schema<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Schema.Synchronizer.html">Synchronizer</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Schema.Visitor.html">Visitor</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.DBAL.Sharding.html">Sharding<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Sharding.ShardChoser.html">ShardChoser</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Sharding.SQLAzure.html">SQLAzure<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Sharding.SQLAzure.Schema.html">Schema</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Doctrine.DBAL.Tools.html">Tools<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Tools.Console.html">Console<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Tools.Console.Command.html">Command</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Tools.Console.Helper.html">Helper</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Doctrine.DBAL.Types.html">Types</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.ORM.html">ORM<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Decorator.html">Decorator</a>
</li>
<li><a href="namespace-Doctrine.ORM.Event.html">Event</a>
</li>
<li><a href="namespace-Doctrine.ORM.Id.html">Id</a>
</li>
<li><a href="namespace-Doctrine.ORM.Internal.html">Internal<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Internal.Hydration.html">Hydration</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.ORM.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Mapping.Builder.html">Builder</a>
</li>
<li><a href="namespace-Doctrine.ORM.Mapping.Driver.html">Driver</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.ORM.Persisters.html">Persisters</a>
</li>
<li><a href="namespace-Doctrine.ORM.Proxy.html">Proxy</a>
</li>
<li><a href="namespace-Doctrine.ORM.Query.html">Query<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Query.AST.html">AST<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Query.AST.Functions.html">Functions</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.ORM.Query.Exec.html">Exec</a>
</li>
<li><a href="namespace-Doctrine.ORM.Query.Expr.html">Expr</a>
</li>
<li><a href="namespace-Doctrine.ORM.Query.Filter.html">Filter</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.ORM.Repository.html">Repository</a>
</li>
<li><a href="namespace-Doctrine.ORM.Tools.html">Tools<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Tools.Console.html">Console<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Tools.Console.Command.html">Command<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Tools.Console.Command.ClearCache.html">ClearCache</a>
</li>
<li><a href="namespace-Doctrine.ORM.Tools.Console.Command.SchemaTool.html">SchemaTool</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.ORM.Tools.Console.Helper.html">Helper</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.ORM.Tools.Event.html">Event</a>
</li>
<li><a href="namespace-Doctrine.ORM.Tools.Export.html">Export<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Tools.Export.Driver.html">Driver</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.ORM.Tools.Pagination.html">Pagination</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Doctrine.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.html">Common<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.html">Annotations<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.Bar.html">Bar</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.Fixtures.Annotation.html">Annotation</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.Foo.html">Foo</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.FooBar.html">FooBar</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.Ticket.html">Ticket<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.Ticket.Doctrine.html">Doctrine<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.Ticket.Doctrine.ORM.html">ORM<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.Ticket.Doctrine.ORM.Mapping.html">Mapping</a>
</li>
</ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-Doctrine.Tests.Common.Cache.html">Cache</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.Collections.html">Collections</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.DataFixtures.html">DataFixtures<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.DataFixtures.Executor.html">Executor</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.DataFixtures.TestEntity.html">TestEntity</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.DataFixtures.TestFixtures.html">TestFixtures</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Tests.Common.Inflector.html">Inflector</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.Persistence.html">Persistence<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.Persistence.Mapping.html">Mapping</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Tests.Common.Proxy.html">Proxy</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.Reflection.html">Reflection<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.Reflection.Dummies.html">Dummies</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Tests.Common.Util.html">Util</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Entity.html">Entity<span></span></a>
<ul>
<li><a href="namespace-Entity.Repository.html">Repository</a>
</li>
</ul></li>
<li><a href="namespace-Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-Fixtures.Bundles.html">Bundles<span></span></a>
<ul>
<li><a href="namespace-Fixtures.Bundles.AnnotationsBundle.html">AnnotationsBundle<span></span></a>
<ul>
<li><a href="namespace-Fixtures.Bundles.AnnotationsBundle.Entity.html">Entity</a>
</li>
</ul></li>
<li><a href="namespace-Fixtures.Bundles.Vendor.html">Vendor<span></span></a>
<ul>
<li><a href="namespace-Fixtures.Bundles.Vendor.AnnotationsBundle.html">AnnotationsBundle<span></span></a>
<ul>
<li><a href="namespace-Fixtures.Bundles.Vendor.AnnotationsBundle.Entity.html">Entity</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Fixtures.Bundles.XmlBundle.html">XmlBundle<span></span></a>
<ul>
<li><a href="namespace-Fixtures.Bundles.XmlBundle.Entity.html">Entity</a>
</li>
</ul></li>
<li><a href="namespace-Fixtures.Bundles.YamlBundle.html">YamlBundle<span></span></a>
<ul>
<li><a href="namespace-Fixtures.Bundles.YamlBundle.Entity.html">Entity</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Foo.html">Foo<span></span></a>
<ul>
<li><a href="namespace-Foo.Bar.html">Bar</a>
</li>
</ul></li>
<li><a href="namespace-FOS.html">FOS<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.html">RestBundle<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Controller.html">Controller<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Controller.Annotations.html">Annotations</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Decoder.html">Decoder</a>
</li>
<li><a href="namespace-FOS.RestBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-FOS.RestBundle.Examples.html">Examples</a>
</li>
<li><a href="namespace-FOS.RestBundle.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Form.Extension.html">Extension</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Normalizer.html">Normalizer<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Normalizer.Exception.html">Exception</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Request.html">Request</a>
</li>
<li><a href="namespace-FOS.RestBundle.Response.html">Response<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Response.AllowedMethodsLoader.html">AllowedMethodsLoader</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Routing.html">Routing<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Routing.Loader.html">Loader<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Routing.Loader.Reader.html">Reader</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-FOS.RestBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Tests.Controller.html">Controller<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Tests.Controller.Annotations.html">Annotations</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Tests.Decoder.html">Decoder</a>
</li>
<li><a href="namespace-FOS.RestBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Tests.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Tests.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-FOS.RestBundle.Tests.Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Tests.Fixtures.Controller.html">Controller</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Tests.Normalizer.html">Normalizer</a>
</li>
<li><a href="namespace-FOS.RestBundle.Tests.Request.html">Request</a>
</li>
<li><a href="namespace-FOS.RestBundle.Tests.Routing.html">Routing<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Tests.Routing.Loader.html">Loader</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Tests.Util.html">Util</a>
</li>
<li><a href="namespace-FOS.RestBundle.Tests.View.html">View</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Util.html">Util<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Util.Inflector.html">Inflector</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.View.html">View</a>
</li>
</ul></li>
<li><a href="namespace-FOS.UserBundle.html">UserBundle<span></span></a>
<ul>
<li><a href="namespace-FOS.UserBundle.Command.html">Command</a>
</li>
<li><a href="namespace-FOS.UserBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-FOS.UserBundle.CouchDocument.html">CouchDocument</a>
</li>
<li><a href="namespace-FOS.UserBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-FOS.UserBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-FOS.UserBundle.Doctrine.html">Doctrine</a>
</li>
<li><a href="namespace-FOS.UserBundle.Document.html">Document</a>
</li>
<li><a href="namespace-FOS.UserBundle.Entity.html">Entity</a>
</li>
<li><a href="namespace-FOS.UserBundle.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-FOS.UserBundle.Form.DataTransformer.html">DataTransformer</a>
</li>
<li><a href="namespace-FOS.UserBundle.Form.Handler.html">Handler</a>
</li>
<li><a href="namespace-FOS.UserBundle.Form.Model.html">Model</a>
</li>
<li><a href="namespace-FOS.UserBundle.Form.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-FOS.UserBundle.Mailer.html">Mailer</a>
</li>
<li><a href="namespace-FOS.UserBundle.Model.html">Model</a>
</li>
<li><a href="namespace-FOS.UserBundle.Propel.html">Propel</a>
</li>
<li><a href="namespace-FOS.UserBundle.Security.html">Security</a>
</li>
<li><a href="namespace-FOS.UserBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-FOS.UserBundle.Tests.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-FOS.UserBundle.Tests.Doctrine.html">Doctrine</a>
</li>
<li><a href="namespace-FOS.UserBundle.Tests.Model.html">Model</a>
</li>
<li><a href="namespace-FOS.UserBundle.Tests.Security.html">Security</a>
</li>
<li><a href="namespace-FOS.UserBundle.Tests.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-FOS.UserBundle.Util.html">Util</a>
</li>
<li><a href="namespace-FOS.UserBundle.Validator.html">Validator</a>
</li>
</ul></li></ul></li>
<li class="active"><a href="namespace-Gedmo.html">Gedmo<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Blameable.html">Blameable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Blameable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Blameable.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Blameable.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Blameable.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.Blameable.Traits.html">Traits</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Exception.html">Exception</a>
</li>
<li><a href="namespace-Gedmo.IpTraceable.html">IpTraceable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.IpTraceable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.IpTraceable.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.IpTraceable.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.IpTraceable.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.IpTraceable.Traits.html">Traits</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Loggable.html">Loggable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Loggable.Document.html">Document<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Loggable.Document.MappedSuperclass.html">MappedSuperclass</a>
</li>
<li><a href="namespace-Gedmo.Loggable.Document.Repository.html">Repository</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Loggable.Entity.html">Entity<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Loggable.Entity.MappedSuperclass.html">MappedSuperclass</a>
</li>
<li><a href="namespace-Gedmo.Loggable.Entity.Repository.html">Repository</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Loggable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Loggable.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Loggable.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Loggable.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li></ul></li>
<li class="active"><a href="namespace-Gedmo.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Annotation.html">Annotation</a>
</li>
<li><a href="namespace-Gedmo.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li>
<li class="active"><a href="namespace-Gedmo.Mapping.Mock.html">Mock<span></span></a>
<ul>
<li class="active"><a href="namespace-Gedmo.Mapping.Mock.Extension.html">Extension<span></span></a>
<ul>
<li class="active"><a href="namespace-Gedmo.Mapping.Mock.Extension.Encoder.html">Encoder<span></span></a>
<ul>
<li class="active"><a href="namespace-Gedmo.Mapping.Mock.Extension.Encoder.Mapping.html">Mapping<span></span></a>
<ul>
<li class="active"><a href="namespace-Gedmo.Mapping.Mock.Extension.Encoder.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Mapping.Mock.Extension.Encoder.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Mock.Extension.Encoder.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-Gedmo.Mapping.Mock.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Mock.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Mock.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Gedmo.Mapping.Xml.html">Xml</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.ReferenceIntegrity.html">ReferenceIntegrity<span></span></a>
<ul>
<li><a href="namespace-Gedmo.ReferenceIntegrity.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.ReferenceIntegrity.Mapping.Driver.html">Driver</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.References.html">References<span></span></a>
<ul>
<li><a href="namespace-Gedmo.References.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.References.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.References.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.References.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Gedmo.Sluggable.html">Sluggable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Sluggable.Handler.html">Handler</a>
</li>
<li><a href="namespace-Gedmo.Sluggable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Sluggable.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Sluggable.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Sluggable.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.Sluggable.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.SoftDeleteable.html">SoftDeleteable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.SoftDeleteable.Filter.html">Filter<span></span></a>
<ul>
<li><a href="namespace-Gedmo.SoftDeleteable.Filter.ODM.html">ODM</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.SoftDeleteable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.SoftDeleteable.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.SoftDeleteable.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.SoftDeleteable.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.SoftDeleteable.Query.html">Query<span></span></a>
<ul>
<li><a href="namespace-Gedmo.SoftDeleteable.Query.TreeWalker.html">TreeWalker<span></span></a>
<ul>
<li><a href="namespace-Gedmo.SoftDeleteable.Query.TreeWalker.Exec.html">Exec</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.SoftDeleteable.Traits.html">Traits</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Sortable.html">Sortable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Sortable.Entity.html">Entity<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Sortable.Entity.Repository.html">Repository</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Sortable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Sortable.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Sortable.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Sortable.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Gedmo.Timestampable.html">Timestampable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Timestampable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Timestampable.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Timestampable.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Timestampable.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.Timestampable.Traits.html">Traits</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Tool.html">Tool<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tool.Logging.html">Logging<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tool.Logging.DBAL.html">DBAL</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Tool.Wrapper.html">Wrapper</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Translatable.html">Translatable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Translatable.Document.html">Document<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Translatable.Document.MappedSuperclass.html">MappedSuperclass</a>
</li>
<li><a href="namespace-Gedmo.Translatable.Document.Repository.html">Repository</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Translatable.Entity.html">Entity<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Translatable.Entity.MappedSuperclass.html">MappedSuperclass</a>
</li>
<li><a href="namespace-Gedmo.Translatable.Entity.Repository.html">Repository</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Translatable.Hydrator.html">Hydrator<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Translatable.Hydrator.ORM.html">ORM</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Translatable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Translatable.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Translatable.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Translatable.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.Translatable.Query.html">Query<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Translatable.Query.TreeWalker.html">TreeWalker</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.Translator.html">Translator<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Translator.Document.html">Document</a>
</li>
<li><a href="namespace-Gedmo.Translator.Entity.html">Entity</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Tree.html">Tree<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tree.Document.html">Document<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tree.Document.MongoDB.html">MongoDB<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tree.Document.MongoDB.Repository.html">Repository</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.Tree.Entity.html">Entity<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tree.Entity.MappedSuperclass.html">MappedSuperclass</a>
</li>
<li><a href="namespace-Gedmo.Tree.Entity.Repository.html">Repository</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Tree.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tree.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Tree.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tree.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.Tree.Strategy.html">Strategy<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tree.Strategy.ODM.html">ODM<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tree.Strategy.ODM.MongoDB.html">MongoDB</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Tree.Strategy.ORM.html">ORM</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.Uploadable.html">Uploadable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Uploadable.Event.html">Event</a>
</li>
<li><a href="namespace-Gedmo.Uploadable.FileInfo.html">FileInfo</a>
</li>
<li><a href="namespace-Gedmo.Uploadable.FilenameGenerator.html">FilenameGenerator</a>
</li>
<li><a href="namespace-Gedmo.Uploadable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Uploadable.Mapping.Driver.html">Driver</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Uploadable.MimeType.html">MimeType</a>
</li>
<li><a href="namespace-Gedmo.Uploadable.Stub.html">Stub</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Incenteev.html">Incenteev<span></span></a>
<ul>
<li><a href="namespace-Incenteev.ParameterHandler.html">ParameterHandler<span></span></a>
<ul>
<li><a href="namespace-Incenteev.ParameterHandler.Tests.html">Tests</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-IpTraceable.html">IpTraceable<span></span></a>
<ul>
<li><a href="namespace-IpTraceable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-IpTraceable.Fixture.Document.html">Document</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-JMS.html">JMS<span></span></a>
<ul>
<li><a href="namespace-JMS.Parser.html">Parser<span></span></a>
<ul>
<li><a href="namespace-JMS.Parser.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-JMS.Serializer.html">Serializer<span></span></a>
<ul>
<li><a href="namespace-JMS.Serializer.Annotation.html">Annotation</a>
</li>
<li><a href="namespace-JMS.Serializer.Builder.html">Builder</a>
</li>
<li><a href="namespace-JMS.Serializer.Construction.html">Construction</a>
</li>
<li><a href="namespace-JMS.Serializer.EventDispatcher.html">EventDispatcher<span></span></a>
<ul>
<li><a href="namespace-JMS.Serializer.EventDispatcher.Subscriber.html">Subscriber</a>
</li>
</ul></li>
<li><a href="namespace-JMS.Serializer.Exception.html">Exception</a>
</li>
<li><a href="namespace-JMS.Serializer.Exclusion.html">Exclusion</a>
</li>
<li><a href="namespace-JMS.Serializer.Handler.html">Handler</a>
</li>
<li><a href="namespace-JMS.Serializer.Metadata.html">Metadata<span></span></a>
<ul>
<li><a href="namespace-JMS.Serializer.Metadata.Driver.html">Driver</a>
</li>
</ul></li>
<li><a href="namespace-JMS.Serializer.Naming.html">Naming</a>
</li>
<li><a href="namespace-JMS.Serializer.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-JMS.Serializer.Tests.Exclusion.html">Exclusion</a>
</li>
<li><a href="namespace-JMS.Serializer.Tests.Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-JMS.Serializer.Tests.Fixtures.Discriminator.html">Discriminator</a>
</li>
<li><a href="namespace-JMS.Serializer.Tests.Fixtures.Doctrine.html">Doctrine</a>
</li>
<li><a href="namespace-JMS.Serializer.Tests.Fixtures.DoctrinePHPCR.html">DoctrinePHPCR</a>
</li>
</ul></li>
<li><a href="namespace-JMS.Serializer.Tests.Handler.html">Handler</a>
</li>
<li><a href="namespace-JMS.Serializer.Tests.Metadata.html">Metadata<span></span></a>
<ul>
<li><a href="namespace-JMS.Serializer.Tests.Metadata.Driver.html">Driver</a>
</li>
</ul></li>
<li><a href="namespace-JMS.Serializer.Tests.Serializer.html">Serializer<span></span></a>
<ul>
<li><a href="namespace-JMS.Serializer.Tests.Serializer.EventDispatcher.html">EventDispatcher<span></span></a>
<ul>
<li><a href="namespace-JMS.Serializer.Tests.Serializer.EventDispatcher.Subscriber.html">Subscriber</a>
</li>
</ul></li>
<li><a href="namespace-JMS.Serializer.Tests.Serializer.Naming.html">Naming</a>
</li>
</ul></li>
<li><a href="namespace-JMS.Serializer.Tests.Twig.html">Twig</a>
</li>
</ul></li>
<li><a href="namespace-JMS.Serializer.Twig.html">Twig</a>
</li>
<li><a href="namespace-JMS.Serializer.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-JMS.SerializerBundle.html">SerializerBundle<span></span></a>
<ul>
<li><a href="namespace-JMS.SerializerBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-JMS.SerializerBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-JMS.SerializerBundle.Serializer.html">Serializer</a>
</li>
<li><a href="namespace-JMS.SerializerBundle.Templating.html">Templating</a>
</li>
<li><a href="namespace-JMS.SerializerBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-JMS.SerializerBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-JMS.SerializerBundle.Tests.DependencyInjection.Fixture.html">Fixture</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-JMS.TranslationBundle.html">TranslationBundle<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Annotation.html">Annotation</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Command.html">Command</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-JMS.TranslationBundle.Exception.html">Exception</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Logger.html">Logger</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Model.html">Model</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Functional.html">Functional<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Functional.TestBundle.html">TestBundle<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Functional.TestBundle.Controller.html">Controller</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-JMS.TranslationBundle.Tests.Model.html">Model</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.html">Translation<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Comparison.html">Comparison</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.html">Extractor<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.File.html">File<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.File.Fixture.html">Fixture</a>
</li>
</ul></li>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.Fixture.SimpleTest.html">SimpleTest<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.Fixture.SimpleTest.Controller.html">Controller</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.Fixture.SimpleTest.Form.html">Form</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Loader.html">Loader<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Loader.Symfony.html">Symfony</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-JMS.TranslationBundle.Tests.Twig.html">Twig</a>
</li>
</ul></li>
<li><a href="namespace-JMS.TranslationBundle.Translation.html">Translation<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Translation.Comparison.html">Comparison</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Translation.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Translation.Extractor.html">Extractor<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Translation.Extractor.File.html">File</a>
</li>
</ul></li>
<li><a href="namespace-JMS.TranslationBundle.Translation.Loader.html">Loader<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Translation.Loader.Symfony.html">Symfony</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-JMS.TranslationBundle.Twig.html">Twig</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Util.html">Util</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Knp.html">Knp<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.html">Bundle<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.MenuBundle.html">MenuBundle<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.MenuBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.MenuBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Bundle.MenuBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Provider.html">Provider</a>
</li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Renderer.html">Renderer</a>
</li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Templating.html">Templating<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.MenuBundle.Templating.Helper.html">Helper</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Provider.html">Provider</a>
</li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Renderer.html">Renderer</a>
</li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Stubs.html">Stubs<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Stubs.Child.html">Child<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Stubs.Child.Menu.html">Menu</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Stubs.Menu.html">Menu</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Templating.html">Templating</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Knp.Menu.html">Menu<span></span></a>
<ul>
<li><a href="namespace-Knp.Menu.Factory.html">Factory</a>
</li>
<li><a href="namespace-Knp.Menu.Integration.html">Integration<span></span></a>
<ul>
<li><a href="namespace-Knp.Menu.Integration.Silex.html">Silex</a>
</li>
<li><a href="namespace-Knp.Menu.Integration.Symfony.html">Symfony</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Menu.Iterator.html">Iterator</a>
</li>
<li><a href="namespace-Knp.Menu.Loader.html">Loader</a>
</li>
<li><a href="namespace-Knp.Menu.Matcher.html">Matcher<span></span></a>
<ul>
<li><a href="namespace-Knp.Menu.Matcher.Voter.html">Voter</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Menu.Provider.html">Provider</a>
</li>
<li><a href="namespace-Knp.Menu.Renderer.html">Renderer</a>
</li>
<li><a href="namespace-Knp.Menu.Silex.html">Silex<span></span></a>
<ul>
<li><a href="namespace-Knp.Menu.Silex.Voter.html">Voter</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Menu.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Knp.Menu.Tests.Factory.html">Factory</a>
</li>
<li><a href="namespace-Knp.Menu.Tests.Integration.html">Integration<span></span></a>
<ul>
<li><a href="namespace-Knp.Menu.Tests.Integration.Silex.html">Silex</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Menu.Tests.Iterator.html">Iterator</a>
</li>
<li><a href="namespace-Knp.Menu.Tests.Loader.html">Loader</a>
</li>
<li><a href="namespace-Knp.Menu.Tests.Matcher.html">Matcher<span></span></a>
<ul>
<li><a href="namespace-Knp.Menu.Tests.Matcher.Voter.html">Voter</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Menu.Tests.Provider.html">Provider</a>
</li>
<li><a href="namespace-Knp.Menu.Tests.Renderer.html">Renderer</a>
</li>
<li><a href="namespace-Knp.Menu.Tests.Silex.html">Silex</a>
</li>
<li><a href="namespace-Knp.Menu.Tests.Twig.html">Twig</a>
</li>
<li><a href="namespace-Knp.Menu.Tests.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Menu.Twig.html">Twig</a>
</li>
<li><a href="namespace-Knp.Menu.Util.html">Util</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Loggable.html">Loggable<span></span></a>
<ul>
<li><a href="namespace-Loggable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Loggable.Fixture.Document.html">Document<span></span></a>
<ul>
<li><a href="namespace-Loggable.Fixture.Document.Log.html">Log</a>
</li>
</ul></li>
<li><a href="namespace-Loggable.Fixture.Entity.html">Entity<span></span></a>
<ul>
<li><a href="namespace-Loggable.Fixture.Entity.Log.html">Log</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Lunetics.html">Lunetics<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.html">LocaleBundle<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Cookie.html">Cookie</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.Event.html">Event</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Form.Extension.html">Extension<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Form.Extension.ChoiceList.html">ChoiceList</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Form.Extension.Type.html">Type</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.LocaleGuesser.html">LocaleGuesser</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.LocaleInformation.html">LocaleInformation</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Matcher.html">Matcher</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Session.html">Session</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Switcher.html">Switcher</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Templating.html">Templating<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Templating.Helper.html">Helper</a>
</li>
</ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Controller.html">Controller</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Event.html">Event</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Form.Extension.html">Extension<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Form.Extension.ChoiceList.html">ChoiceList</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Form.Extension.Type.html">Type</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.LocaleGuesser.html">LocaleGuesser</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.LocaleInformation.html">LocaleInformation</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Templating.html">Templating<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Templating.Helper.html">Helper</a>
</li>
</ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Twig.html">Twig<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Twig.Extension.html">Extension</a>
</li>
</ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Validator.html">Validator</a>
</li>
</ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.Twig.html">Twig<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Twig.Extension.html">Extension</a>
</li>
</ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.Validator.html">Validator</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Mapping.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Mapping.Fixture.Compatibility.html">Compatibility</a>
</li>
<li><a href="namespace-Mapping.Fixture.Document.html">Document</a>
</li>
<li><a href="namespace-Mapping.Fixture.Unmapped.html">Unmapped</a>
</li>
<li><a href="namespace-Mapping.Fixture.Xml.html">Xml</a>
</li>
<li><a href="namespace-Mapping.Fixture.Yaml.html">Yaml</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Metadata.html">Metadata<span></span></a>
<ul>
<li><a href="namespace-Metadata.Cache.html">Cache</a>
</li>
<li><a href="namespace-Metadata.Driver.html">Driver</a>
</li>
<li><a href="namespace-Metadata.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Metadata.Tests.Cache.html">Cache</a>
</li>
<li><a href="namespace-Metadata.Tests.Driver.html">Driver<span></span></a>
<ul>
<li><a href="namespace-Metadata.Tests.Driver.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Metadata.Tests.Driver.Fixture.A.html">A</a>
</li>
<li><a href="namespace-Metadata.Tests.Driver.Fixture.B.html">B</a>
</li>
<li><a href="namespace-Metadata.Tests.Driver.Fixture.C.html">C<span></span></a>
<ul>
<li><a href="namespace-Metadata.Tests.Driver.Fixture.C.SubDir.html">SubDir</a>
</li>
</ul></li>
<li><a href="namespace-Metadata.Tests.Driver.Fixture.T.html">T</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Metadata.Tests.Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-Metadata.Tests.Fixtures.ComplexHierarchy.html">ComplexHierarchy</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Monolog.html">Monolog<span></span></a>
<ul>
<li><a href="namespace-Monolog.Formatter.html">Formatter</a>
</li>
<li><a href="namespace-Monolog.Handler.html">Handler<span></span></a>
<ul>
<li><a href="namespace-Monolog.Handler.FingersCrossed.html">FingersCrossed</a>
</li>
<li><a href="namespace-Monolog.Handler.SyslogUdp.html">SyslogUdp</a>
</li>
</ul></li>
<li><a href="namespace-Monolog.Processor.html">Processor</a>
</li>
</ul></li>
<li><a href="namespace-MyProject.html">MyProject<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.html">Proxies<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.html">__CG__<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.Doctrine.html">Doctrine<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.Doctrine.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.Doctrine.Tests.Common.html">Common<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.Doctrine.Tests.Common.Util.html">Util</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.html">OtherProject<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.Proxies.html">Proxies<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.Proxies.__CG__.html">__CG__<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.Proxies.__CG__.Doctrine.html">Doctrine<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.Proxies.__CG__.Doctrine.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.Proxies.__CG__.Doctrine.Tests.Common.html">Common<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.Proxies.__CG__.Doctrine.Tests.Common.Util.html">Util</a>
</li>
</ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-NamespaceCollision.html">NamespaceCollision<span></span></a>
<ul>
<li><a href="namespace-NamespaceCollision.A.html">A<span></span></a>
<ul>
<li><a href="namespace-NamespaceCollision.A.B.html">B</a>
</li>
</ul></li>
<li><a href="namespace-NamespaceCollision.C.html">C<span></span></a>
<ul>
<li><a href="namespace-NamespaceCollision.C.B.html">B</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Namespaced.html">Namespaced</a>
</li>
<li><a href="namespace-Namespaced2.html">Namespaced2</a>
</li>
<li><a href="namespace-Negotiation.html">Negotiation<span></span></a>
<ul>
<li><a href="namespace-Negotiation.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-None.html">None</a>
</li>
<li><a href="namespace-Pequiven.html">Pequiven<span></span></a>
<ul>
<li><a href="namespace-Pequiven.SEIPBundle.html">SEIPBundle<span></span></a>
<ul>
<li><a href="namespace-Pequiven.SEIPBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Pequiven.SEIPBundle.DataFixtures.html">DataFixtures</a>
</li>
<li><a href="namespace-Pequiven.SEIPBundle.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Pequiven.SEIPBundle.Entity.html">Entity</a>
</li>
<li><a href="namespace-Pequiven.SEIPBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Pequiven.SEIPBundle.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Pequiven.SEIPBundle.Form.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Pequiven.SEIPBundle.Menu.html">Menu<span></span></a>
<ul>
<li><a href="namespace-Pequiven.SEIPBundle.Menu.Template.html">Template<span></span></a>
<ul>
<li><a href="namespace-Pequiven.SEIPBundle.Menu.Template.Developer.html">Developer</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Pequiven.SEIPBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Pequiven.SEIPBundle.Tests.Controller.html">Controller</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-PHP.html">PHP</a>
</li>
<li><a href="namespace-PhpCollection.html">PhpCollection<span></span></a>
<ul>
<li><a href="namespace-PhpCollection.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-PhpOption.html">PhpOption<span></span></a>
<ul>
<li><a href="namespace-PhpOption.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-Proxies.html">Proxies<span></span></a>
<ul>
<li><a href="namespace-Proxies.__CG__.html">__CG__<span></span></a>
<ul>
<li><a href="namespace-Proxies.__CG__.Pequiven.html">Pequiven<span></span></a>
<ul>
<li><a href="namespace-Proxies.__CG__.Pequiven.SEIPBundle.html">SEIPBundle<span></span></a>
<ul>
<li><a href="namespace-Proxies.__CG__.Pequiven.SEIPBundle.Entity.html">Entity</a>
</li>
</ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-Psr.html">Psr<span></span></a>
<ul>
<li><a href="namespace-Psr.Log.html">Log<span></span></a>
<ul>
<li><a href="namespace-Psr.Log.Test.html">Test</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-ReferenceIntegrity.html">ReferenceIntegrity<span></span></a>
<ul>
<li><a href="namespace-ReferenceIntegrity.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-ReferenceIntegrity.Fixture.Document.html">Document<span></span></a>
<ul>
<li><a href="namespace-ReferenceIntegrity.Fixture.Document.ManyNullify.html">ManyNullify</a>
</li>
<li><a href="namespace-ReferenceIntegrity.Fixture.Document.ManyRestrict.html">ManyRestrict</a>
</li>
<li><a href="namespace-ReferenceIntegrity.Fixture.Document.OneNullify.html">OneNullify</a>
</li>
<li><a href="namespace-ReferenceIntegrity.Fixture.Document.OneRestrict.html">OneRestrict</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-References.html">References<span></span></a>
<ul>
<li><a href="namespace-References.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-References.Fixture.ODM.html">ODM<span></span></a>
<ul>
<li><a href="namespace-References.Fixture.ODM.MongoDB.html">MongoDB</a>
</li>
</ul></li>
<li><a href="namespace-References.Fixture.ORM.html">ORM</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Sensio.html">Sensio<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.html">Bundle<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.DistributionBundle.html">DistributionBundle<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.DistributionBundle.Composer.html">Composer</a>
</li>
<li><a href="namespace-Sensio.Bundle.DistributionBundle.Configurator.html">Configurator<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.DistributionBundle.Configurator.Form.html">Form</a>
</li>
<li><a href="namespace-Sensio.Bundle.DistributionBundle.Configurator.Step.html">Step</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.DistributionBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Sensio.Bundle.DistributionBundle.DependencyInjection.html">DependencyInjection</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.html">FrameworkExtraBundle<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Configuration.html">Configuration</a>
</li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Request.html">Request<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Request.ParamConverter.html">ParamConverter</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Routing.html">Routing</a>
</li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Security.html">Security</a>
</li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Templating.html">Templating</a>
</li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Configuration.html">Configuration</a>
</li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.EventListener.html">EventListener<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.EventListener.Fixture.html">Fixture</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Request.html">Request<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Request.ParamConverter.html">ParamConverter</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Routing.html">Routing</a>
</li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.html">Templating<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.BarBundle.html">BarBundle<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.BarBundle.Controller.html">Controller</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.FooBarBundle.html">FooBarBundle<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.FooBarBundle.Controller.html">Controller</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.FooBundle.html">FooBundle<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.FooBundle.Controller.html">Controller</a>
</li>
</ul></li></ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-Sensio.Bundle.GeneratorBundle.html">GeneratorBundle<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.GeneratorBundle.Command.html">Command<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.GeneratorBundle.Command.Helper.html">Helper</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.GeneratorBundle.Generator.html">Generator</a>
</li>
<li><a href="namespace-Sensio.Bundle.GeneratorBundle.Manipulator.html">Manipulator</a>
</li>
<li><a href="namespace-Sensio.Bundle.GeneratorBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.GeneratorBundle.Tests.Command.html">Command</a>
</li>
<li><a href="namespace-Sensio.Bundle.GeneratorBundle.Tests.Generator.html">Generator</a>
</li>
</ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-Sluggable.html">Sluggable<span></span></a>
<ul>
<li><a href="namespace-Sluggable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Sluggable.Fixture.Doctrine.html">Doctrine</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Document.html">Document<span></span></a>
<ul>
<li><a href="namespace-Sluggable.Fixture.Document.Handler.html">Handler</a>
</li>
</ul></li>
<li><a href="namespace-Sluggable.Fixture.Handler.html">Handler<span></span></a>
<ul>
<li><a href="namespace-Sluggable.Fixture.Handler.People.html">People</a>
</li>
</ul></li>
<li><a href="namespace-Sluggable.Fixture.Inheritance.html">Inheritance</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Inheritance2.html">Inheritance2</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Issue104.html">Issue104</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Issue116.html">Issue116</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Issue131.html">Issue131</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Issue449.html">Issue449</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Issue633.html">Issue633</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Issue827.html">Issue827</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Issue939.html">Issue939</a>
</li>
<li><a href="namespace-Sluggable.Fixture.MappedSuperclass.html">MappedSuperclass</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-SoftDeleteable.html">SoftDeleteable<span></span></a>
<ul>
<li><a href="namespace-SoftDeleteable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-SoftDeleteable.Fixture.Document.html">Document</a>
</li>
<li><a href="namespace-SoftDeleteable.Fixture.Entity.html">Entity</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Sortable.html">Sortable<span></span></a>
<ul>
<li><a href="namespace-Sortable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Sortable.Fixture.Transport.html">Transport</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Stof.html">Stof<span></span></a>
<ul>
<li><a href="namespace-Stof.DoctrineExtensionsBundle.html">DoctrineExtensionsBundle<span></span></a>
<ul>
<li><a href="namespace-Stof.DoctrineExtensionsBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Stof.DoctrineExtensionsBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Stof.DoctrineExtensionsBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Stof.DoctrineExtensionsBundle.Uploadable.html">Uploadable</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.html">Symfony<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.html">Bridge<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.html">Doctrine<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.CacheWarmer.html">CacheWarmer</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.DataFixtures.html">DataFixtures</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.DependencyInjection.CompilerPass.html">CompilerPass</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.DependencyInjection.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.DependencyInjection.Security.UserProvider.html">UserProvider</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bridge.Doctrine.ExpressionLanguage.html">ExpressionLanguage</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.Form.ChoiceList.html">ChoiceList</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Form.DataTransformer.html">DataTransformer</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Form.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Form.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Doctrine.HttpFoundation.html">HttpFoundation</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Logger.html">Logger</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.Security.RememberMe.html">RememberMe</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Security.User.html">User</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Test.html">Test</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.DataFixtures.html">DataFixtures</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.DependencyInjection.CompilerPass.html">CompilerPass</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.ExpressionLanguage.html">ExpressionLanguage</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Fixtures.html">Fixtures</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Form.ChoiceList.html">ChoiceList</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Form.DataTransformer.html">DataTransformer</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Form.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.HttpFoundation.html">HttpFoundation</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Logger.html">Logger</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Security.User.html">User</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Validator.html">Validator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Validator.Constraints.html">Constraints</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Validator.html">Validator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.Validator.Constraints.html">Constraints</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bridge.Monolog.html">Monolog<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Monolog.Formatter.html">Formatter</a>
</li>
<li><a href="namespace-Symfony.Bridge.Monolog.Handler.html">Handler</a>
</li>
<li><a href="namespace-Symfony.Bridge.Monolog.Processor.html">Processor</a>
</li>
<li><a href="namespace-Symfony.Bridge.Monolog.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Monolog.Tests.Handler.html">Handler</a>
</li>
<li><a href="namespace-Symfony.Bridge.Monolog.Tests.Processor.html">Processor</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bridge.Propel1.html">Propel1<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Propel1.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Symfony.Bridge.Propel1.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Propel1.DependencyInjection.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Propel1.DependencyInjection.Security.UserProvider.html">UserProvider</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bridge.Propel1.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Propel1.Form.ChoiceList.html">ChoiceList</a>
</li>
<li><a href="namespace-Symfony.Bridge.Propel1.Form.DataTransformer.html">DataTransformer</a>
</li>
<li><a href="namespace-Symfony.Bridge.Propel1.Form.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Bridge.Propel1.Form.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Propel1.Logger.html">Logger</a>
</li>
<li><a href="namespace-Symfony.Bridge.Propel1.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Propel1.Security.User.html">User</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Propel1.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Propel1.Tests.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Symfony.Bridge.Propel1.Tests.Fixtures.html">Fixtures</a>
</li>
<li><a href="namespace-Symfony.Bridge.Propel1.Tests.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Propel1.Tests.Form.ChoiceList.html">ChoiceList</a>
</li>
<li><a href="namespace-Symfony.Bridge.Propel1.Tests.Form.DataTransformer.html">DataTransformer</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Bridge.ProxyManager.html">ProxyManager<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.ProxyManager.LazyProxy.html">LazyProxy<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.ProxyManager.LazyProxy.Instantiator.html">Instantiator</a>
</li>
<li><a href="namespace-Symfony.Bridge.ProxyManager.LazyProxy.PhpDumper.html">PhpDumper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.ProxyManager.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.ProxyManager.Tests.LazyProxy.html">LazyProxy<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.ProxyManager.Tests.LazyProxy.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-Symfony.Bridge.ProxyManager.Tests.LazyProxy.Instantiator.html">Instantiator</a>
</li>
<li><a href="namespace-Symfony.Bridge.ProxyManager.Tests.LazyProxy.PhpDumper.html">PhpDumper</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Bridge.Twig.html">Twig<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Twig.Extension.html">Extension</a>
</li>
<li><a href="namespace-Symfony.Bridge.Twig.Form.html">Form</a>
</li>
<li><a href="namespace-Symfony.Bridge.Twig.Node.html">Node</a>
</li>
<li><a href="namespace-Symfony.Bridge.Twig.NodeVisitor.html">NodeVisitor</a>
</li>
<li><a href="namespace-Symfony.Bridge.Twig.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Twig.Tests.Extension.html">Extension<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Twig.Tests.Extension.Fixtures.html">Fixtures</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Twig.Tests.Node.html">Node</a>
</li>
<li><a href="namespace-Symfony.Bridge.Twig.Tests.NodeVisitor.html">NodeVisitor</a>
</li>
<li><a href="namespace-Symfony.Bridge.Twig.Tests.TokenParser.html">TokenParser</a>
</li>
<li><a href="namespace-Symfony.Bridge.Twig.Tests.Translation.html">Translation</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Twig.TokenParser.html">TokenParser</a>
</li>
<li><a href="namespace-Symfony.Bridge.Twig.Translation.html">Translation</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bundle.html">Bundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.html">AsseticBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.CacheWarmer.html">CacheWarmer</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Config.html">Config</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Factory.html">Factory<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Factory.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Factory.Resource.html">Resource</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Factory.Worker.html">Worker</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Routing.html">Routing</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Templating.html">Templating</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.CacheWarmer.html">CacheWarmer</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.Factory.html">Factory<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.Factory.Resource.html">Resource</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.Templating.html">Templating</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.TestBundle.html">TestBundle</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Twig.html">Twig</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.html">FrameworkBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.CacheWarmer.html">CacheWarmer</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Console.html">Console<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Console.Descriptor.html">Descriptor</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Console.Helper.html">Helper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Fragment.html">Fragment</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.HttpCache.html">HttpCache</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Routing.html">Routing</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Templating.html">Templating<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Templating.Asset.html">Asset</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Templating.Helper.html">Helper</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Templating.Loader.html">Loader</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Test.html">Test</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.CacheWarmer.html">CacheWarmer</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Console.html">Console<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Console.Descriptor.html">Descriptor</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Fixtures.BaseBundle.html">BaseBundle</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Fragment.html">Fragment</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Functional.html">Functional<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Functional.app.html">app</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Functional.Bundle.html">Bundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Functional.Bundle.TestBundle.html">TestBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Functional.Bundle.TestBundle.Controller.html">Controller</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Routing.html">Routing</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Templating.html">Templating<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Templating.Helper.html">Helper<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Templating.Helper.Fixtures.html">Fixtures</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Templating.Loader.html">Loader</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Translation.html">Translation</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Validator.html">Validator</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Translation.html">Translation</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Validator.html">Validator</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.MonologBundle.html">MonologBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.MonologBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.MonologBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.MonologBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.MonologBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.MonologBundle.Tests.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.html">SecurityBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.DependencyInjection.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.DependencyInjection.Security.Factory.html">Factory</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.DependencyInjection.Security.UserProvider.html">UserProvider</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Security.html">Security</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Templating.html">Templating<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Templating.Helper.html">Helper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.DependencyInjection.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.DependencyInjection.Security.Factory.html">Factory</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.html">Functional<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.app.html">app</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.html">Bundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.CsrfFormLoginBundle.html">CsrfFormLoginBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.CsrfFormLoginBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.CsrfFormLoginBundle.Form.html">Form</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.FormLoginBundle.html">FormLoginBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.FormLoginBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.FormLoginBundle.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.FormLoginBundle.Security.html">Security</a>
</li>
</ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Twig.html">Twig<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Twig.Extension.html">Extension</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.html">SwiftmailerBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.Tests.DependencyInjection.html">DependencyInjection</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.html">TwigBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.TwigBundle.CacheWarmer.html">CacheWarmer</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Debug.html">Debug</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.TwigBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Extension.html">Extension</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Node.html">Node</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Tests.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Tests.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Tests.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Tests.TokenParser.html">TokenParser</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.TokenParser.html">TokenParser</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.html">WebProfilerBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Profiler.html">Profiler</a>
</li>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Tests.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Tests.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Tests.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Tests.Profiler.html">Profiler</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Component.html">Component<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.BrowserKit.html">BrowserKit<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.BrowserKit.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.ClassLoader.html">ClassLoader<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.ClassLoader.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Config.html">Config<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Config.Definition.html">Definition<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Config.Definition.Builder.html">Builder</a>
</li>
<li><a href="namespace-Symfony.Component.Config.Definition.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-Symfony.Component.Config.Definition.Exception.html">Exception</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Config.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Config.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.Config.Resource.html">Resource</a>
</li>
<li><a href="namespace-Symfony.Component.Config.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Config.Tests.Definition.html">Definition<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Config.Tests.Definition.Builder.html">Builder</a>
</li>
<li><a href="namespace-Symfony.Component.Config.Tests.Definition.Dumper.html">Dumper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Config.Tests.Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Config.Tests.Fixtures.Configuration.html">Configuration</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Config.Tests.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.Config.Tests.Resource.html">Resource</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Config.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Console.html">Console<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Console.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Descriptor.html">Descriptor</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Event.html">Event</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Formatter.html">Formatter</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Helper.html">Helper</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Input.html">Input</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Output.html">Output</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tester.html">Tester</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Console.Tests.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tests.Descriptor.html">Descriptor</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tests.Fixtures.html">Fixtures</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tests.Formatter.html">Formatter</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tests.Helper.html">Helper</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tests.Input.html">Input</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tests.Output.html">Output</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tests.Tester.html">Tester</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.CssSelector.html">CssSelector<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.CssSelector.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.CssSelector.Node.html">Node</a>
</li>
<li><a href="namespace-Symfony.Component.CssSelector.Parser.html">Parser<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.CssSelector.Parser.Handler.html">Handler</a>
</li>
<li><a href="namespace-Symfony.Component.CssSelector.Parser.Shortcut.html">Shortcut</a>
</li>
<li><a href="namespace-Symfony.Component.CssSelector.Parser.Tokenizer.html">Tokenizer</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.CssSelector.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.CssSelector.Tests.Node.html">Node</a>
</li>
<li><a href="namespace-Symfony.Component.CssSelector.Tests.Parser.html">Parser<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.CssSelector.Tests.Parser.Handler.html">Handler</a>
</li>
<li><a href="namespace-Symfony.Component.CssSelector.Tests.Parser.Shortcut.html">Shortcut</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.CssSelector.Tests.XPath.html">XPath</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.CssSelector.XPath.html">XPath<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.CssSelector.XPath.Extension.html">Extension</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Debug.html">Debug<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Debug.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Debug.FatalErrorHandler.html">FatalErrorHandler</a>
</li>
<li><a href="namespace-Symfony.Component.Debug.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Debug.Tests.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Debug.Tests.FatalErrorHandler.html">FatalErrorHandler</a>
</li>
<li><a href="namespace-Symfony.Component.Debug.Tests.Fixtures.html">Fixtures</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.DependencyInjection.Compiler.html">Compiler</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Dump.html">Dump</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Extension.html">Extension</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.LazyProxy.html">LazyProxy<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.DependencyInjection.LazyProxy.Instantiator.html">Instantiator</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.LazyProxy.PhpDumper.html">PhpDumper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.ParameterBag.html">ParameterBag</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.Compiler.html">Compiler</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.Extension.html">Extension</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.LazyProxy.html">LazyProxy<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.LazyProxy.Instantiator.html">Instantiator</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.LazyProxy.PhpDumper.html">PhpDumper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.ParameterBag.html">ParameterBag</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.DomCrawler.html">DomCrawler<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.DomCrawler.Field.html">Field</a>
</li>
<li><a href="namespace-Symfony.Component.DomCrawler.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.DomCrawler.Tests.Field.html">Field</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.EventDispatcher.html">EventDispatcher<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.EventDispatcher.Debug.html">Debug</a>
</li>
<li><a href="namespace-Symfony.Component.EventDispatcher.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.ExpressionLanguage.html">ExpressionLanguage<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.ExpressionLanguage.Node.html">Node</a>
</li>
<li><a href="namespace-Symfony.Component.ExpressionLanguage.ParserCache.html">ParserCache</a>
</li>
<li><a href="namespace-Symfony.Component.ExpressionLanguage.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.ExpressionLanguage.Tests.Node.html">Node</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Filesystem.html">Filesystem<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Filesystem.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Filesystem.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Finder.html">Finder<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Finder.Adapter.html">Adapter</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Comparator.html">Comparator</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Expression.html">Expression</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Iterator.html">Iterator</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Shell.html">Shell</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Finder.Tests.Comparator.html">Comparator</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Tests.Expression.html">Expression</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Tests.FakeAdapter.html">FakeAdapter</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Tests.Iterator.html">Iterator</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.html">Extension<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Extension.Core.html">Core<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Extension.Core.ChoiceList.html">ChoiceList</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Core.DataMapper.html">DataMapper</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Core.DataTransformer.html">DataTransformer</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Core.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Core.Type.html">Type</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Core.View.html">View</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Extension.Csrf.html">Csrf<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Extension.Csrf.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Csrf.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Extension.DataCollector.html">DataCollector<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Extension.DataCollector.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.DataCollector.Proxy.html">Proxy</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.DataCollector.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Extension.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.HttpFoundation.html">HttpFoundation<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Extension.HttpFoundation.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Extension.Templating.html">Templating</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Validator.html">Validator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Extension.Validator.Constraints.html">Constraints</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Validator.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Validator.Type.html">Type</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Validator.Util.html">Util</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Validator.ViolationMapper.html">ViolationMapper</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Form.Guess.html">Guess</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Test.html">Test</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.html">Extension<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Core.html">Core<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Core.ChoiceList.html">ChoiceList</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Core.DataMapper.html">DataMapper</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Core.DataTransformer.html">DataTransformer</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Core.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Core.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Csrf.html">Csrf<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Csrf.CsrfProvider.html">CsrfProvider</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Csrf.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Csrf.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.DataCollector.html">DataCollector<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.DataCollector.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.HttpFoundation.html">HttpFoundation<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.HttpFoundation.EventListener.html">EventListener</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Validator.html">Validator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Validator.Constraints.html">Constraints</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Validator.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Validator.Type.html">Type</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Validator.Util.html">Util</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Validator.ViolationMapper.html">ViolationMapper</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Form.Tests.Fixtures.html">Fixtures</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Guess.html">Guess</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.HttpFoundation.html">HttpFoundation<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpFoundation.File.html">File<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpFoundation.File.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.HttpFoundation.File.MimeType.html">MimeType</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Session.html">Session<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpFoundation.Session.Attribute.html">Attribute</a>
</li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Session.Flash.html">Flash</a>
</li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Session.Storage.html">Storage<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpFoundation.Session.Storage.Handler.html">Handler</a>
</li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Session.Storage.Proxy.html">Proxy</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.File.html">File<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.File.MimeType.html">MimeType</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.Session.html">Session<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.Session.Attribute.html">Attribute</a>
</li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.Session.Flash.html">Flash</a>
</li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.Session.Storage.html">Storage<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.Session.Storage.Handler.html">Handler</a>
</li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.Session.Storage.Proxy.html">Proxy</a>
</li>
</ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Component.HttpKernel.html">HttpKernel<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpKernel.Bundle.html">Bundle</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.CacheClearer.html">CacheClearer</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.CacheWarmer.html">CacheWarmer</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Config.html">Config</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.DataCollector.html">DataCollector<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpKernel.DataCollector.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.HttpKernel.Debug.html">Debug</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Event.html">Event</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Fragment.html">Fragment</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.HttpCache.html">HttpCache</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Log.html">Log</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Profiler.html">Profiler</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Bundle.html">Bundle</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.CacheClearer.html">CacheClearer</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.CacheWarmer.html">CacheWarmer</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Config.html">Config</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Debug.html">Debug</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.ExtensionAbsentBundle.html">ExtensionAbsentBundle</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.ExtensionLoadedBundle.html">ExtensionLoadedBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.ExtensionLoadedBundle.DependencyInjection.html">DependencyInjection</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.ExtensionPresentBundle.html">ExtensionPresentBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.ExtensionPresentBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.ExtensionPresentBundle.DependencyInjection.html">DependencyInjection</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fragment.html">Fragment</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.HttpCache.html">HttpCache</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Profiler.html">Profiler<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Profiler.Mock.html">Mock</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Icu.html">Icu<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Icu.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.html">Intl<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.Collator.html">Collator</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.DateFormatter.html">DateFormatter<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.DateFormatter.DateFormat.html">DateFormat</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.Globals.html">Globals</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.Locale.html">Locale</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.NumberFormatter.html">NumberFormatter</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.ResourceBundle.html">ResourceBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.ResourceBundle.Compiler.html">Compiler</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.ResourceBundle.Reader.html">Reader</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.ResourceBundle.Transformer.html">Transformer<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.ResourceBundle.Transformer.Rule.html">Rule</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.ResourceBundle.Util.html">Util</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.ResourceBundle.Writer.html">Writer</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.Tests.Collator.html">Collator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.Tests.Collator.Verification.html">Verification</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Tests.DateFormatter.html">DateFormatter<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.Tests.DateFormatter.Verification.html">Verification</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Tests.Globals.html">Globals<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.Tests.Globals.Verification.html">Verification</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Tests.Locale.html">Locale<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.Tests.Locale.Verification.html">Verification</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Tests.NumberFormatter.html">NumberFormatter<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.Tests.NumberFormatter.Verification.html">Verification</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Tests.ResourceBundle.html">ResourceBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.Tests.ResourceBundle.Reader.html">Reader</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.Tests.ResourceBundle.Util.html">Util</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.Tests.ResourceBundle.Writer.html">Writer</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Tests.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Locale.html">Locale<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Locale.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Locale.Tests.Stub.html">Stub</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.OptionsResolver.html">OptionsResolver<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.OptionsResolver.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.OptionsResolver.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Process.html">Process<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Process.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Process.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.PropertyAccess.html">PropertyAccess<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.PropertyAccess.Exception.html">Exception</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Routing.html">Routing<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Routing.Annotation.html">Annotation</a>
</li>
<li><a href="namespace-Symfony.Component.Routing.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Routing.Generator.html">Generator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Routing.Generator.Dumper.html">Dumper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Routing.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.Routing.Matcher.html">Matcher<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Routing.Matcher.Dumper.html">Dumper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Routing.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Routing.Tests.Annotation.html">Annotation</a>
</li>
<li><a href="namespace-Symfony.Component.Routing.Tests.Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Routing.Tests.Fixtures.AnnotatedClasses.html">AnnotatedClasses</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Routing.Tests.Generator.html">Generator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Routing.Tests.Generator.Dumper.html">Dumper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Routing.Tests.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.Routing.Tests.Matcher.html">Matcher<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Routing.Tests.Matcher.Dumper.html">Dumper</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Acl.html">Acl<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Acl.Dbal.html">Dbal</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Acl.Domain.html">Domain</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Acl.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Acl.Model.html">Model</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Acl.Permission.html">Permission</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Acl.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Acl.Tests.Dbal.html">Dbal</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Acl.Tests.Domain.html">Domain</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Acl.Tests.Permission.html">Permission</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Acl.Tests.Voter.html">Voter</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Acl.Voter.html">Voter</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Core.html">Core<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Core.Authentication.html">Authentication<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Core.Authentication.Provider.html">Provider</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Authentication.RememberMe.html">RememberMe</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Authentication.Token.html">Token</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Core.Authorization.html">Authorization<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Core.Authorization.Voter.html">Voter</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Core.Encoder.html">Encoder</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Event.html">Event</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Role.html">Role</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Authentication.html">Authentication<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Authentication.Provider.html">Provider</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Authentication.RememberMe.html">RememberMe</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Authentication.Token.html">Token</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Authorization.html">Authorization<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Authorization.Voter.html">Voter</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Encoder.html">Encoder</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Role.html">Role</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.User.html">User</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Util.html">Util</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Validator.html">Validator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Validator.Constraints.html">Constraints</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Security.Core.User.html">User</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Util.html">Util</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Validator.html">Validator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Core.Validator.Constraints.html">Constraints</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Security.Csrf.html">Csrf<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Csrf.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Csrf.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Csrf.Tests.TokenGenerator.html">TokenGenerator</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Csrf.Tests.TokenStorage.html">TokenStorage</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Csrf.TokenGenerator.html">TokenGenerator</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Csrf.TokenStorage.html">TokenStorage</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Http.html">Http<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Http.Authentication.html">Authentication</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Authorization.html">Authorization</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.EntryPoint.html">EntryPoint</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Event.html">Event</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Firewall.html">Firewall</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Logout.html">Logout</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.RememberMe.html">RememberMe</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Session.html">Session</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Http.Tests.Authentication.html">Authentication</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Tests.EntryPoint.html">EntryPoint</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Tests.Firewall.html">Firewall</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Tests.Logout.html">Logout</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Tests.RememberMe.html">RememberMe</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Tests.Session.html">Session</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Security.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Tests.Core.html">Core<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Tests.Core.Authentication.html">Authentication<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Tests.Core.Authentication.Token.html">Token</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Tests.Core.User.html">User</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Tests.Http.html">Http<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Tests.Http.Firewall.html">Firewall</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Serializer.html">Serializer<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Serializer.Encoder.html">Encoder</a>
</li>
<li><a href="namespace-Symfony.Component.Serializer.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Serializer.Normalizer.html">Normalizer</a>
</li>
<li><a href="namespace-Symfony.Component.Serializer.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Serializer.Tests.Encoder.html">Encoder</a>
</li>
<li><a href="namespace-Symfony.Component.Serializer.Tests.Fixtures.html">Fixtures</a>
</li>
<li><a href="namespace-Symfony.Component.Serializer.Tests.Normalizer.html">Normalizer</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Stopwatch.html">Stopwatch</a>
</li>
<li><a href="namespace-Symfony.Component.Templating.html">Templating<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Templating.Asset.html">Asset</a>
</li>
<li><a href="namespace-Symfony.Component.Templating.Helper.html">Helper</a>
</li>
<li><a href="namespace-Symfony.Component.Templating.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.Templating.Storage.html">Storage</a>
</li>
<li><a href="namespace-Symfony.Component.Templating.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Templating.Tests.Fixtures.html">Fixtures</a>
</li>
<li><a href="namespace-Symfony.Component.Templating.Tests.Helper.html">Helper</a>
</li>
<li><a href="namespace-Symfony.Component.Templating.Tests.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.Templating.Tests.Storage.html">Storage</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Translation.html">Translation<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Translation.Catalogue.html">Catalogue</a>
</li>
<li><a href="namespace-Symfony.Component.Translation.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-Symfony.Component.Translation.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Translation.Extractor.html">Extractor</a>
</li>
<li><a href="namespace-Symfony.Component.Translation.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.Translation.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Translation.Tests.Catalogue.html">Catalogue</a>
</li>
<li><a href="namespace-Symfony.Component.Translation.Tests.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-Symfony.Component.Translation.Tests.Loader.html">Loader</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Translation.Writer.html">Writer</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Validator.html">Validator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Validator.Constraints.html">Constraints</a>
</li>
<li><a href="namespace-Symfony.Component.Validator.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Validator.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Validator.Mapping.Cache.html">Cache</a>
</li>
<li><a href="namespace-Symfony.Component.Validator.Mapping.Loader.html">Loader</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Validator.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Validator.Tests.Constraints.html">Constraints</a>
</li>
<li><a href="namespace-Symfony.Component.Validator.Tests.Fixtures.html">Fixtures</a>
</li>
<li><a href="namespace-Symfony.Component.Validator.Tests.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Validator.Tests.Mapping.Cache.html">Cache</a>
</li>
<li><a href="namespace-Symfony.Component.Validator.Tests.Mapping.Loader.html">Loader</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Yaml.html">Yaml<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Yaml.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Yaml.Tests.html">Tests</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Tecnocreaciones.html">Tecnocreaciones<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.html">Bundle<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.html">AjaxFOSUserBundle<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.Event.html">Event</a>
</li>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.Handler.html">Handler</a>
</li>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.Tests.Controller.html">Controller</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Tecnocreaciones.Bundle.InstallBundle.html">InstallBundle<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.InstallBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Tecnocreaciones.Bundle.InstallBundle.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Tecnocreaciones.Bundle.InstallBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.InstallBundle.Tests.Controller.html">Controller</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.html">TemplateBundle<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.Menu.html">Menu<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.Menu.Template.html">Template<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.Menu.Template.Developer.html">Developer</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.Tests.Controller.html">Controller</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Tecnocreaciones.Vzla.html">Vzla<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.html">GovernmentBundle<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Form.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Menu.html">Menu<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Menu.Template.html">Template<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Menu.Template.Developer.html">Developer</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Model.html">Model</a>
</li>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Tests.Controller.html">Controller</a>
</li>
</ul></li>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Twig.html">Twig<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Twig.Extension.html">Extension</a>
</li>
</ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-TestBundle.html">TestBundle<span></span></a>
<ul>
<li><a href="namespace-TestBundle.Fabpot.html">Fabpot<span></span></a>
<ul>
<li><a href="namespace-TestBundle.Fabpot.FooBundle.html">FooBundle<span></span></a>
<ul>
<li><a href="namespace-TestBundle.Fabpot.FooBundle.Controller.html">Controller</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-TestBundle.FooBundle.html">FooBundle<span></span></a>
<ul>
<li><a href="namespace-TestBundle.FooBundle.Controller.html">Controller<span></span></a>
<ul>
<li><a href="namespace-TestBundle.FooBundle.Controller.Sub.html">Sub</a>
</li>
<li><a href="namespace-TestBundle.FooBundle.Controller.Test.html">Test</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-TestBundle.Sensio.html">Sensio<span></span></a>
<ul>
<li><a href="namespace-TestBundle.Sensio.Cms.html">Cms<span></span></a>
<ul>
<li><a href="namespace-TestBundle.Sensio.Cms.FooBundle.html">FooBundle<span></span></a>
<ul>
<li><a href="namespace-TestBundle.Sensio.Cms.FooBundle.Controller.html">Controller</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-TestBundle.Sensio.FooBundle.html">FooBundle<span></span></a>
<ul>
<li><a href="namespace-TestBundle.Sensio.FooBundle.Controller.html">Controller</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-TestFixtures.html">TestFixtures</a>
</li>
<li><a href="namespace-Timestampable.html">Timestampable<span></span></a>
<ul>
<li><a href="namespace-Timestampable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Timestampable.Fixture.Document.html">Document</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Tool.html">Tool</a>
</li>
<li><a href="namespace-Translatable.html">Translatable<span></span></a>
<ul>
<li><a href="namespace-Translatable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Translatable.Fixture.Document.html">Document<span></span></a>
<ul>
<li><a href="namespace-Translatable.Fixture.Document.Personal.html">Personal</a>
</li>
</ul></li>
<li><a href="namespace-Translatable.Fixture.Issue114.html">Issue114</a>
</li>
<li><a href="namespace-Translatable.Fixture.Issue138.html">Issue138</a>
</li>
<li><a href="namespace-Translatable.Fixture.Issue165.html">Issue165</a>
</li>
<li><a href="namespace-Translatable.Fixture.Issue173.html">Issue173</a>
</li>
<li><a href="namespace-Translatable.Fixture.Issue75.html">Issue75</a>
</li>
<li><a href="namespace-Translatable.Fixture.Issue922.html">Issue922</a>
</li>
<li><a href="namespace-Translatable.Fixture.Personal.html">Personal</a>
</li>
<li><a href="namespace-Translatable.Fixture.Template.html">Template</a>
</li>
<li><a href="namespace-Translatable.Fixture.Type.html">Type</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Translator.html">Translator<span></span></a>
<ul>
<li><a href="namespace-Translator.Fixture.html">Fixture</a>
</li>
</ul></li>
<li><a href="namespace-Tree.html">Tree<span></span></a>
<ul>
<li><a href="namespace-Tree.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Tree.Fixture.Closure.html">Closure</a>
</li>
<li><a href="namespace-Tree.Fixture.Document.html">Document</a>
</li>
<li><a href="namespace-Tree.Fixture.Genealogy.html">Genealogy</a>
</li>
<li><a href="namespace-Tree.Fixture.Mock.html">Mock</a>
</li>
<li><a href="namespace-Tree.Fixture.Repository.html">Repository</a>
</li>
<li><a href="namespace-Tree.Fixture.Transport.html">Transport</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Uploadable.html">Uploadable<span></span></a>
<ul>
<li><a href="namespace-Uploadable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Uploadable.Fixture.Entity.html">Entity</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Wrapper.html">Wrapper<span></span></a>
<ul>
<li><a href="namespace-Wrapper.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Wrapper.Fixture.Document.html">Document</a>
</li>
<li><a href="namespace-Wrapper.Fixture.Entity.html">Entity</a>
</li>
</ul></li></ul></li>
</ul>
</div>
<hr />
<div id="elements">
<h3>Classes</h3>
<ul>
<li><a href="class-Gedmo.Mapping.Mock.Extension.Encoder.Mapping.Driver.Annotation.html">Annotation</a></li>
</ul>
</div>
</div>
</div>
<div id="splitter"></div>
<div id="right">
<div id="rightInner">
<form id="search">
<input type="hidden" name="cx" value="" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" name="q" class="text" />
<input type="submit" value="Search" />
</form>
<div id="navigation">
<ul>
<li>
<a href="index.html" title="Overview"><span>Overview</span></a>
</li>
<li class="active">
<span>Namespace</span> </li>
<li>
<span>Class</span> </li>
</ul>
<ul>
<li>
<a href="tree.html" title="Tree view of classes, interfaces, traits and exceptions"><span>Tree</span></a>
</li>
</ul>
<ul>
</ul>
</div>
<div id="content" class="namespace">
<h1>Namespace <a href="namespace-Gedmo.html">Gedmo</a>\<a href="namespace-Gedmo.Mapping.html">Mapping</a>\<a href="namespace-Gedmo.Mapping.Mock.html">Mock</a>\<a href="namespace-Gedmo.Mapping.Mock.Extension.html">Extension</a>\<a href="namespace-Gedmo.Mapping.Mock.Extension.Encoder.html">Encoder</a>\<a href="namespace-Gedmo.Mapping.Mock.Extension.Encoder.Mapping.html">Mapping</a>\Driver</h1>
<table class="summary" id="classes">
<caption>Classes summary</caption>
<tr>
<td class="name"><a href="class-Gedmo.Mapping.Mock.Extension.Encoder.Mapping.Driver.Annotation.html">Annotation</a></td>
<td>The mapping driver abstract class, defines the metadata extraction function
common among all drivers used on these extensions.</td>
</tr>
</table>
</div>
<div id="footer">
seip API documentation generated by <a href="http://apigen.org">ApiGen 2.8.0</a>
</div>
</div>
</div>
</body>
</html>
| Tecnocreaciones/VzlaGovernmentTemplateDeveloperSeed | api/namespace-Gedmo.Mapping.Mock.Extension.Encoder.Mapping.Driver.html | HTML | mit | 154,211 |
<!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
11e1db81-d58f-4301-8644-ee4a829996d2
</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="#Junior.Web">Junior.Web</a></strong></td>
<td class="text-center">75.00 %</td>
<td class="text-center">75.00 %</td>
<td class="text-center">100.00 %</td>
<td class="text-center">72.73 %</td>
</tr>
</tbody>
</table>
</div>
<div id="details">
<a name="Junior.Web"><h3>Junior.Web</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.ConfigurationElement</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 style="padding-left:2em">get_Item(System.String)</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 style="padding-left:2em">set_Item(System.String,System.Object)</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.Configuration.ConfigurationManager</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 style="padding-left:2em">GetSection(System.String)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Remove usage: track configuration via alternate means.</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Configuration.ConfigurationPropertyAttribute</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 style="padding-left:2em">#ctor(System.String)</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.Configuration.ConfigurationSection</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 style="padding-left:2em">#ctor</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.ServiceModel.Channels.BindingParameterCollection</td>
<td class="IconSuccessEncoded"></td>
<td class="IconSuccessEncoded"></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.ServiceModel.Description.IServiceBehavior</td>
<td class="IconErrorEncoded"></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.ServiceModel.Description.ServiceDescription</td>
<td class="IconErrorEncoded"></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.ServiceModel.Description.ServiceEndpoint</td>
<td class="IconSuccessEncoded"></td>
<td class="IconSuccessEncoded"></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.ServiceModel.Dispatcher.ChannelDispatcher</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_ErrorHandlers</td>
<td class="IconErrorEncoded"></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.ServiceModel.Dispatcher.ChannelDispatcherCollection</td>
<td class="IconErrorEncoded"></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.ServiceModel.Dispatcher.IErrorHandler</td>
<td class="IconErrorEncoded"></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.ServiceModel.ServiceHostBase</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_ChannelDispatchers</td>
<td class="IconErrorEncoded"></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.Web.HttpUtility</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">HtmlDecode(System.String)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">HtmlEncode(System.String)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">UrlDecode(System.String)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">UrlEncode(System.String)</td>
<td class="IconErrorEncoded"></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>
</tbody>
</table>
<p>
<a href="#Portability Summary">Back to Summary</a>
</p>
</div>
</div>
</body>
</html> | kuhlenh/port-to-core | Reports/ju/juniorweb.1.0.1/Junior.Web-net40.html | HTML | mit | 26,797 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>plugin-utils: 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 / plugin-utils - 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>
plugin-utils
<small>
1.1.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-01-28 23:20:48 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-28 23:20:48 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 2 Virtual package relying on perl
coq 8.7.1 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.2 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/gmalecha/coq-plugin-utils"
bug-reports: "https://github.com/gmalecha/coq-plugin-utils/issues"
license: "MIT"
build: [
[make]
]
install: [make "install"]
depends: [
"ocaml"
"coq" {>= "8.5" & < "8.6~"}
]
tags: [
"logpath:PluginUtils"
]
synopsis: "Utility functions for implementing Coq plugins"
authors: "Gregory Malecha"
url {
src:
"https://github.com/gmalecha/coq-plugin-utils/archive/v1.1.0-8.5.tar.gz"
checksum: "md5=9a4d59877f6eee9b4a8d0342b075d8b6"
}
</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-plugin-utils.1.1.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-plugin-utils -> 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-plugin-utils.1.1.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.7.1/plugin-utils/1.1.0.html | HTML | mit | 6,423 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>V8 API Reference Guide for node.js v6.10.1: Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">V8 API Reference Guide for node.js v6.10.1
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.11 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="inherits.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1ScriptCompiler.html">ScriptCompiler</a></li><li class="navelem"><a class="el" href="structv8_1_1ScriptCompiler_1_1CachedData.html">CachedData</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">v8::ScriptCompiler::CachedData Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="structv8_1_1ScriptCompiler_1_1CachedData.html">v8::ScriptCompiler::CachedData</a>, including all inherited members.</p>
<table class="directory">
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>buffer_policy</b> (defined in <a class="el" href="structv8_1_1ScriptCompiler_1_1CachedData.html">v8::ScriptCompiler::CachedData</a>)</td><td class="entry"><a class="el" href="structv8_1_1ScriptCompiler_1_1CachedData.html">v8::ScriptCompiler::CachedData</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>BufferNotOwned</b> enum value (defined in <a class="el" href="structv8_1_1ScriptCompiler_1_1CachedData.html">v8::ScriptCompiler::CachedData</a>)</td><td class="entry"><a class="el" href="structv8_1_1ScriptCompiler_1_1CachedData.html">v8::ScriptCompiler::CachedData</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>BufferOwned</b> enum value (defined in <a class="el" href="structv8_1_1ScriptCompiler_1_1CachedData.html">v8::ScriptCompiler::CachedData</a>)</td><td class="entry"><a class="el" href="structv8_1_1ScriptCompiler_1_1CachedData.html">v8::ScriptCompiler::CachedData</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>BufferPolicy</b> enum name (defined in <a class="el" href="structv8_1_1ScriptCompiler_1_1CachedData.html">v8::ScriptCompiler::CachedData</a>)</td><td class="entry"><a class="el" href="structv8_1_1ScriptCompiler_1_1CachedData.html">v8::ScriptCompiler::CachedData</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>CachedData</b>() (defined in <a class="el" href="structv8_1_1ScriptCompiler_1_1CachedData.html">v8::ScriptCompiler::CachedData</a>)</td><td class="entry"><a class="el" href="structv8_1_1ScriptCompiler_1_1CachedData.html">v8::ScriptCompiler::CachedData</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>CachedData</b>(const uint8_t *data, int length, BufferPolicy buffer_policy=BufferNotOwned) (defined in <a class="el" href="structv8_1_1ScriptCompiler_1_1CachedData.html">v8::ScriptCompiler::CachedData</a>)</td><td class="entry"><a class="el" href="structv8_1_1ScriptCompiler_1_1CachedData.html">v8::ScriptCompiler::CachedData</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>data</b> (defined in <a class="el" href="structv8_1_1ScriptCompiler_1_1CachedData.html">v8::ScriptCompiler::CachedData</a>)</td><td class="entry"><a class="el" href="structv8_1_1ScriptCompiler_1_1CachedData.html">v8::ScriptCompiler::CachedData</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>length</b> (defined in <a class="el" href="structv8_1_1ScriptCompiler_1_1CachedData.html">v8::ScriptCompiler::CachedData</a>)</td><td class="entry"><a class="el" href="structv8_1_1ScriptCompiler_1_1CachedData.html">v8::ScriptCompiler::CachedData</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>rejected</b> (defined in <a class="el" href="structv8_1_1ScriptCompiler_1_1CachedData.html">v8::ScriptCompiler::CachedData</a>)</td><td class="entry"><a class="el" href="structv8_1_1ScriptCompiler_1_1CachedData.html">v8::ScriptCompiler::CachedData</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>~CachedData</b>() (defined in <a class="el" href="structv8_1_1ScriptCompiler_1_1CachedData.html">v8::ScriptCompiler::CachedData</a>)</td><td class="entry"><a class="el" href="structv8_1_1ScriptCompiler_1_1CachedData.html">v8::ScriptCompiler::CachedData</a></td><td class="entry"></td></tr>
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>
</body>
</html>
| v8-dox/v8-dox.github.io | 3ab070d/html/structv8_1_1ScriptCompiler_1_1CachedData-members.html | HTML | mit | 8,084 |
<p><a title="The Amazing YouTube Tools Collection" href="http://www.quickonlinetips.com/archives/2006/10/the-amazing-youtube-tools-collection">The Amazing YouTube Tools Collection</a><br />
One for my handy links collection</p>
| raesene/raesene.github.io | blog_site/2006-10-13-cool_list_of_yo.html | HTML | mit | 228 |
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="author" content="John Hildenbiddle">
<meta name="description" content="Vertical Rhythm Reset Test Page">
<title>Vertical Rhythm Reset: Demo</title>
<link rel="stylesheet" href="assets/css/demo.css">
</head>
<body>
<header><h1>Headings</h1></header>
<h1>Heading 1</h1>
<h2>Heading 2</h2>
<h3>Heading 3</h3>
<h4>Heading 4</h4>
<h5>Heading 5</h5>
<h6>Heading 6</h6>
<header><h1>Paragraphs</h1></header>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Reprehenderit eius explicabo maiores, ex, voluptatum quibusdam aspernatur possimus praesentium magni illum fugit, error nam? Ducimus minima laborum, architecto facere excepturi minus! Lorem ipsum dolor sit amet, consectetur adipisicing elit. Facilis iure nesciunt repudiandae, veniam dolorem. Porro maiores sapiente sunt dolor, magni, officiis saepe adipisci nostrum enim beatae maxime minus, magnam! Eius!</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Inventore aperiam voluptates sequi repellat esse nam magni amet voluptate libero? Illum, quaerat suscipit magnam fuga quisquam non dignissimos rerum sunt qui.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ea veniam asperiores labore ratione nostrum autem maiores aliquam similique quos ex adipisci nihil optio voluptates, fugiat, in illo! Provident, vitae, voluptate!</p>
<header><h1>Blockquotes</h1></header>
<blockquote>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Blanditiis molestias repellendus vel nam aperiam veritatis quia repellat asperiores voluptate commodi. Consequuntur ratione et modi id, magnam reiciendis illum maxime minus.</p>
<cite>Citation</cite>
</blockquote>
<header><h1>Definition list</h1></header>
<dl>
<dt>Definition List Title</dt>
<dd>Definition List Description</dd>
</dl>
<header><h1>Ordered List</h1></header>
<ol>
<li>List Item 1</li>
<li>List Item 2</li>
<li>List Item 3</li>
</ol>
<header><h1>Unordered List</h1></header>
<ul>
<li>List Item 1</li>
<li>List Item 2</li>
<li>List Item 3</li>
</ul>
<header><h1>Horizontal Rules</h1></header>
<hr>
<hr>
<hr>
<header><h1>Tabular Data</h1></header>
<table>
<caption>Table Caption</caption>
<thead>
<tr>
<th>Heading 1</th>
<th>Heading 2</th>
<th>Heading 3</th>
<th>Heading 4</th>
</tr>
</thead>
<tfoot>
<tr>
<th>Footer 1</th>
<th>Footer 2</th>
<th>Footer 3</th>
<th>Footer 4</th>
</tr>
</tfoot>
<tbody>
<tr>
<td>Cell 1-1</td>
<td>Cell 1-2</td>
<td>Cell 1-3</td>
<td>Cell 1-4</td>
</tr>
<tr>
<td>Cell 2-1</td>
<td>Cell 2-2</td>
<td>Cell 2-3</td>
<td>Cell 2-4</td>
</tr>
<tr>
<td>Cell 3-1</td>
<td>Cell 3-2</td>
<td>Cell 3-3</td>
<td>Cell 3-4</td>
</tr>
</tbody>
</table>
<header><h1>Code</h1></header>
<p><strong>Keyboard input:</strong> <kbd>Cmd</kbd></p>
<p><strong>Inline code:</strong> <code><div>code</div></code></p>
<p><strong>Sample output:</strong> <samp>This is sample output from a computer program.</samp></p>
<header><h1>Pre-formatted text</h1></header>
<pre>P R E F O R M A T T E D T E X T
! " # $ % & ' ( ) * + , - . /
0 1 2 3 4 5 6 7 8 9 : ; < = > ?
@ A B C D E F G H I J K L M N O
P Q R S T U V W X Y Z [ \ ] ^ _
` a b c d e f g h i j k l m n o
p q r s t u v w x y z { | } ~ </pre>
<header><h1>Inline elements</h1></header>
<p><a href="#!">This is a text link</a>.</p>
<p><strong>Strong is used to indicate strong importance.</strong></p>
<p><em>This text has added emphasis.</em></p>
<p>The <b>b element</b> is stylistically different text from normal text, without any special importance.</p>
<p>The <i>i element</i> is text that is offset from the normal text.</p>
<p>The <u>u element</u> is text with an unarticulated, though explicitly rendered, non-textual annotation.</p>
<p><del>This text is deleted</del> and <ins>This text is inserted</ins>.</p>
<p><s>This text has a strikethrough</s>.</p>
<p>Superscript<sup>®</sup>.</p>
<p>Subscript for things like H<sub>2</sub>O.</p>
<p><small>This small text is small for for fine print, etc.</small></p>
<p>Abbreviation: <abbr title="HyperText Markup Language">HTML</abbr></p>
<p><q cite="https://developer.mozilla.org/en-US/docs/HTML/Element/q">This text is a short inline quotation.</q></p>
<p><cite>This is a citation.</cite></p>
<p>The <dfn>dfn element</dfn> indicates a definition.</p>
<p>The <mark>mark element</mark> indicates a highlight.</p>
<p>The <var>variable element</var>, such as <var>x</var> = <var>y</var>.</p>
<p>The time element: <time datetime="2013-04-06T12:32+00:00">2 weeks ago</time></p>
<header><h1>Details</h1></header>
<p>
<details>
<summary>Details</summary>
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Accusantium eius sint non repellat, veritatis quibusdam praesentium pariatur qui quaerat labore, commodi odio, maxime nobis architecto vero illo porro! Voluptatem, vel?
</details>
</p>
<header><h1>Images</h1></header>
<img class="vr-height-5" src="https://placeholdit.imgix.net/~text?txtsize=60&txt=image&w=250&h=250" alt="image">
<img class="vr-height-4" src="https://placeholdit.imgix.net/~text?txtsize=60&txt=image&w=250&h=250" alt="image">
<img class="vr-height-3" src="https://placeholdit.imgix.net/~text?txtsize=60&txt=image&w=250&h=250" alt="image">
<img class="vr-height-2" src="https://placeholdit.imgix.net/~text?txtsize=60&txt=image&w=250&h=250" alt="image">
<img class="vr-height-1" src="https://placeholdit.imgix.net/~text?txtsize=60&txt=image&w=250&h=250" alt="image">
<header><h1>Figures</h1></header>
<figure>
<img class="vr-height-5" src="https://placeholdit.imgix.net/~text?txtsize=60&txt=image&w=250&h=250" alt="image">
<figcaption>Figure Caption - Lorem ipsum dolor, sit amet consectetur adipisicing elit. Porro minus excepturi consectetur temporibus, quam ipsum itaque labore quae, repellat vel, dignissimos culpa vitae fugit quia facere unde nihil dolor aliquam?</figcaption>
</figure>
<header><h1>Audio</h1></header>
<div><audio controls="">audio</audio></div>
<header><h1>Video</h1></header>
<div><video controls="">video</video></div>
<header><h1>Meter</h1></header>
<div><meter value="5" min="0" max="10">5 out of 10</meter></div>
<header><h1>Progress</h1></header>
<div><progress value="50" max="100">50%</progress></div>
<header><h1>Iframe</h1></header>
<div><iframe src="iframe.html" height="5"></iframe></div>
<header><h1>Form elements</h1></header>
<form>
<fieldset>
<legend>Input fields</legend>
<p>
<label for="input__text">Text Input</label>
<input id="input__text" type="text" placeholder="Text Input">
</p>
<p>
<label for="input__password">Password</label>
<input id="input__password" type="password" placeholder="Type your Password">
</p>
<p>
<label for="input__webaddress">Web Address</label>
<input id="input__webaddress" type="url" placeholder="http://yoursite.com">
</p>
<p>
<label for="input__emailaddress">Email Address</label>
<input id="input__emailaddress" type="email" placeholder="[email protected]">
</p>
<p>
<label for="input__phone">Phone Number</label>
<input id="input__phone" type="tel" placeholder="(999) 999-9999">
</p>
<p>
<label for="input__search">Search</label>
<input id="input__search" type="search" placeholder="Enter Search Term">
</p>
<p>
<label for="input__text2">Number Input</label>
<input id="input__text2" type="number" placeholder="Enter a Number">
</p>
<p>
<label for="input__text3">Error</label>
<input id="input__text3" type="text" placeholder="Text Input">
</p>
<p>
<label for="input__text4">Valid</label>
<input id="input__text4" type="text" placeholder="Text Input">
</p>
</fieldset>
<fieldset>
<legend>Select menus</legend>
<p>
<label for="select">Select</label>
<select id="select">
<optgroup label="Option Group">
<option>Option One</option>
<option>Option Two</option>
<option>Option Three</option>
</optgroup>
</select>
</p>
<p>
<label for="select__multiple">Multiple</label>
<select id="select__multiple" multiple="multiple" size="4">
<optgroup label="Option Group">
<option>Option One</option>
<option>Option Two</option>
<option>Option Three</option>
</optgroup>
</select>
</p>
</fieldset>
<fieldset>
<legend>Checkboxes</legend>
<p>
<label for="checkbox1"><input id="checkbox1" type="checkbox" checked="checked"> Choice 1</label>
<label for="checkbox2"><input id="checkbox2" type="checkbox"> Choice 2</label>
<label for="checkbox3"><input id="checkbox3" type="checkbox"> Choice 3</label>
</p>
<ul>
<li><label for="checkbox4"><input id="checkbox4" type="checkbox" checked="checked"> Choice 1</label></li>
<li><label for="checkbox5"><input id="checkbox5" type="checkbox"> Choice 2</label></li>
<li><label for="checkbox6"><input id="checkbox6" type="checkbox"> Choice 3</label></li>
</ul>
</fieldset>
<fieldset>
<legend>Radio buttons</legend>
<p>
<label for="radio1"><input id="radio1" name="radio__a" type="radio" checked="checked"> Option 1</label>
<label for="radio2"><input id="radio2" name="radio__a" type="radio"> Option 2</label>
<label for="radio3"><input id="radio3" name="radio__a" type="radio"> Option 3</label>
</p>
<ul>
<li><label for="radio4"><input id="radio4" name="radio__b" type="radio" checked="checked"> Option 1</label></li>
<li><label for="radio5"><input id="radio5" name="radio__b" type="radio"> Option 2</label></li>
<li><label for="radio6"><input id="radio6" name="radio__b" type="radio"> Option 3</label></li>
</ul>
</fieldset>
<fieldset>
<legend>Textareas</legend>
<p>
<label for="textarea">Textarea</label>
<textarea id="textarea" rows="5" placeholder="Enter your message here"></textarea>
</p>
</fieldset>
<fieldset>
<legend>HTML5 inputs</legend>
<p>
<label for="ic">Color Input</label>
<input type="color" id="ic" value="#000000">
</p>
<p>
<label for="in">Number Input</label>
<input type="number" id="in" min="0" max="10" value="5">
</p>
<p>
<label for="ir">Range Input</label>
<input type="range" id="ir" value="10">
</p>
<p>
<label for="idd">Date Input</label>
<input type="date" id="idd" value="1970-01-01">
</p>
<p>
<label for="idm">Month Input</label>
<input type="month" id="idm" value="1970-01">
</p>
<p>
<label for="idw">Week Input</label>
<input type="week" id="idw" value="1970-W01">
</p>
<p>
<label for="idt">Datetime Input</label>
<input type="datetime" id="idt" value="1970-01-01T00:00:00Z">
</p>
<p>
<label for="idtl">Datetime-local Input</label>
<input type="datetime-local" id="idtl" value="1970-01-01T00:00">
</p>
</fieldset>
<fieldset>
<legend>Action buttons</legend>
<p>
<input type="submit" value="Input">
<button type="submit">Button</button>
<input type="reset" value="Reset">
<input type="submit" value="Disabled" disabled>
</p>
</fieldset>
</form>
<header><h1>Modular Type Scale</h1></header>
<div>
<p class="vr-font-size-5">font-size: 5</p>
<p class="vr-font-size-4">font-size: 4</p>
<p class="vr-font-size-3">font-size: 3</p>
<p class="vr-font-size-2">font-size: 2</p>
<p class="vr-font-size-1">font-size: 1</p>
<p class="vr-font-size-0">font-size: 0</p>
</div>
<header><h1>Line Height</h1></header>
<div>
<p class="vr-line-height-5">line-height: 5</p>
<p class="vr-line-height-4">line-height: 4</p>
<p class="vr-line-height-3">line-height: 3</p>
<p class="vr-line-height-2">line-height: 2</p>
<p class="vr-line-height-1">line-height: 1</p>
</div>
<header><h1>Height: Fixed Unit (px)</h1></header>
<div>
<img class="test-height-100" src="https://placeholdit.imgix.net/~text?txtsize=60&txt=100px&w=300&h=300" alt="image">
</div>
<div>
<img class="test-height-150" src="https://placeholdit.imgix.net/~text?txtsize=60&txt=150px&w=300&h=300" alt="image">
</div>
<div>
<img class="test-height-200" src="https://placeholdit.imgix.net/~text?txtsize=60&txt=200px&w=300&h=300" alt="image">
</div>
<header><h1>Height: Vertical Rhythm</h1></header>
<div style="overflow: auto;">
<div class="vr-height-1" style="float: left; width: 2em; margin-right: 1em; text-align: center;">1</div>
<div class="vr-height-2" style="float: left; width: 2em; margin-right: 1em; text-align: center;">2</div>
<div class="vr-height-3" style="float: left; width: 2em; margin-right: 1em; text-align: center;">3</div>
<div class="vr-height-4" style="float: left; width: 2em; margin-right: 1em; text-align: center;">4</div>
<div class="vr-height-5" style="float: left; width: 2em; margin-right: 1em; text-align: center;">5</div>
<div class="vr-height-6" style="float: left; width: 2em; margin-right: 1em; text-align: center;">6</div>
<div class="vr-height-7" style="float: left; width: 2em; margin-right: 1em; text-align: center;">7</div>
<div class="vr-height-8" style="float: left; width: 2em; margin-right: 1em; text-align: center;">8</div>
<div class="vr-height-9" style="float: left; width: 2em; margin-right: 1em; text-align: center;">9</div>
<div class="vr-height-10" style="float: left; width: 2em; margin-right: 1em; text-align: center;">10</div>
</div>
<header><h1>Width</h1></header>
<div class="vr-width-1" style="text-align: center;">1</div>
<div class="vr-width-2" style="text-align: center;">2</div>
<div class="vr-width-3" style="text-align: center;">3</div>
<div class="vr-width-4" style="text-align: center;">4</div>
<div class="vr-width-5" style="text-align: center;">5</div>
<div class="vr-width-6" style="text-align: center;">6</div>
<div class="vr-width-7" style="text-align: center;">7</div>
<div class="vr-width-8" style="text-align: center;">8</div>
<div class="vr-width-9" style="text-align: center;">9</div>
<div class="vr-width-10" style="text-align: center;">10</div>
<header><h1>Margins</h1></header>
<div class="vr-margin-top-1"><code>margin-top: 1</code></div>
<div class="vr-margin-top-2"><code>margin-top: 2</code></div>
<div class="vr-margin-top-3"><code>margin-top: 3</code></div>
<div class="vr-margin-top-4"><code>margin-top: 4</code></div>
<div class="vr-margin-top-5"><code>margin-top: 5</code></div>
<div class="vr-margin-bottom-1"><code>margin-bottom: 1</code></div>
<div class="vr-margin-bottom-2"><code>margin-bottom: 2</code></div>
<div class="vr-margin-bottom-3"><code>margin-bottom: 3</code></div>
<div class="vr-margin-bottom-4"><code>margin-bottom: 4</code></div>
<div class="vr-margin-bottom-5"><code>margin-bottom: 5</code></div>
<header><h1>Padding</h1></header>
<p class="vr-padding-top-1"><code>padding-top: 1</code></p>
<p class="vr-padding-top-2"><code>padding-top: 2</code></p>
<p class="vr-padding-top-3"><code>padding-top: 3</code></p>
<p class="vr-padding-top-4"><code>padding-top: 4</code></p>
<p class="vr-padding-top-5"><code>padding-top: 5</code></p>
<p class="vr-padding-bottom-1"><code>padding-bottom: 1</code></p>
<p class="vr-padding-bottom-2"><code>padding-bottom: 2</code></p>
<p class="vr-padding-bottom-3"><code>padding-bottom: 3</code></p>
<p class="vr-padding-bottom-4"><code>padding-bottom: 4</code></p>
<p class="vr-padding-bottom-5"><code>padding-bottom: 5</code></p>
<header><h1>Border Offsets</h1></header>
<p class="test-offset">
<code>offset: 3px</code>
</p>
<p class="test-offset-top">
<code>offset-top: 3px</code>
</p>
<p class="test-offset-bottom">
<code>offset-bottom: 3px</code>
</p>
<p class="test-offset-height">
<code>height: 2</code>, <code>offset: 3px</code>
</p>
<p class="test-offset-height-top">
<code>height: 2</code>, <code>offset-top: 3px</code>
</p>
<p class="test-offset-height-bottom">
<code>height: 2</code>, <code>offset-bottom: 3px</code>
</p>
<p class="test-offset-margin">
<code>margin: 1</code>, <code>offset: 3px</code>
</p>
<p class="test-offset-margin-top">
<code>margin-top: 1</code>, <code>offset-top: 3px</code>
</p>
<p class="test-offset-margin-bottom">
<code>margin-bottom: 1</code>, <code>offset-bottom: 3px</code>
</p>
<p class="test-offset-padding">
<code>padding: 1</code>, <code>offset: 3px</code>
</p>
<p class="test-offset-padding-top">
<code>padding-top: 1</code>, <code>offset-top: 3px</code>
</p>
<p class="test-offset-padding-bottom">
<code>padding-bottom: 1</code>, <code>offset-bottom: 3px</code>
</p>
</body>
</html>
| jhildenbiddle/vertical-rhythm-reset | docs/demo.html | HTML | mit | 19,498 |
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" media="screen" href="InimaNaufragiata.css">
</head>
<body>
<div class="stars"></div>
<div class="twinkling"></div>
<div class="poetryFileWrapper">
<div class="poetryFileButton">
<div class="poetryFile ">
<p>Oare</p>
<br><br>
<p>Oare suntem suflete diurne ?<br>
Oare suntem făcuți din noapte ?<br>
Oare așteptăm sublimarea lui departe-n aproape ?<br>
Oare ne lovește iubirea, atrofiindu-ne trăirea ?<br>
Oare ne vindecă găurile negre din trup durerea ?<br>
Oare suntem ignoranta țintă a fericirii ?<br>
Oare aflăm ceea ce suntem din respirația amintirii ?<br>
Oare căutăm lumină, scufundați în noapte ?<br>
Oare am arendat născându-ne terenul arid al banalității ?<br>
Oare suntem fascinați de barierele inexistente ale realității ?<br>
Oare suntem puncte care evoluează în figuri geometrice complicate ?<br>
Oare vedem muzica de pian când se desparte ?<br>
Oare cităm din cărți nescrise toată viața ?<br>
Oare putem fi prestigitatori, ca să mai lungim aţa ?<br>
Oare putem vedea într-un strop de ploaie potopul lumii întregi ?<br>
Ciorchin de suflete pribegi!</p>
</div>
</div>
</div>
</body>
</html>
| serbancatalina/serbancatalina.github.io | Oare.html | HTML | mit | 1,591 |
<!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>
Wynberg Automotive -
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=1492331498326&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=51296&V_SEARCH.docsStart=51295&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/rgstr.sec?_flId?_flxKy=e1s1&estblmntNo=234567041301&profileId=61&_evId=bck'A=0&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=51294&V_DOCUMENT.docRank=51295&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492331529930&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=289403360000&profileId=&key.newSearchLabel=">Previous Company</a></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=51296&V_DOCUMENT.docRank=51297&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492331529930&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=234567162056&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>
Wynberg Automotive
</h2>
<div class="row">
<div class="col-md-5">
<h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2>
<p>Wynberg Automotive</p>
<p><a href="mailto:[email protected]" title="[email protected]">[email protected]</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">
P.O. Box 2168<br/>
IQALUIT,
Nunavut<br/>
X0A 0H0
<br/>
</address>
<h2 class="h5 mrgn-bttm-0">Location Address:</h2>
<address class="mrgn-bttm-md">
2023 West 40<br/>
IQALUIT,
Nunavut<br/>
X0A 0H0
<br/>
</address>
<p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>:
(867) 979-6472
</p>
<p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>:
(867) 979-0748</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">
</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>
Rebecca
Gibbons
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
<!--if client gender is not null or empty we use gender based job title-->
Owner
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(867) 979-6472
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(867) 979-0748
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
[email protected]
</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">
811119 - Other Automotive Mechanical and Electrical Repair and Maintenance
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Services
</div>
</div>
</section>
<!-- Products / Services / Licensing -->
<h3 class="page-header">
Product / Service / Licensing
</h3>
<section class="container-fluid">
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
Automotive Repairs <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
We repair all types of vehicles. We also have a 24 hour towing
<br>
service.<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>
Rebecca
Gibbons
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
<!--if client gender is not null or empty we use gender based job title-->
Owner
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(867) 979-6472
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(867) 979-0748
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
[email protected]
</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">
811119 - Other Automotive Mechanical and Electrical Repair and Maintenance
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Services
</div>
</div>
</section>
</details>
<details id="details-panel4">
<summary>
Products, services and licensing
</summary>
<h2 class="wb-invisible">
Product / Service / Licensing
</h2>
<section class="container-fluid">
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
Automotive Repairs <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
We repair all types of vehicles. We also have a 24 hour towing
<br>
service.<br>
<br>
</div>
</div>
</section>
</details>
</div>
</div>
<div class="row">
<div class="col-md-12 text-right">
Last Update Date 2015-11-25
</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/234567051157.html | HTML | mit | 33,066 |
<!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>
Distribution Georges Robillard Ltd -
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=1492280971372&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=14032&V_SEARCH.docsStart=14031&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/updt.sec?_flId?_flxKy=e1s1&estblmntNo=234567041301&profileId=61&_evId=bck&lang=eng&V_SEARCH.showStricts=false&prtl=1&_flId?_flId?_flxKy=e1s1" title="Français" lang="fr">Français</a></li>
</ul>
</div>
</div>
</section>
<div class="row">
<div class="brand col-xs-8 col-sm-9 col-md-6">
<a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a>
</div>
<section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn">
<h2>Search and menus</h2>
<ul class="list-inline text-right chvrn">
<li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li>
</ul>
<div id="mb-pnl"></div>
</section>
<!-- Site Search Removed -->
</div>
</div>
<nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement">
<h2 class="wb-inv">Topics menu</h2>
<div class="container nvbar">
<div class="row">
<ul class="list-inline menu">
<li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li>
<li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li>
<li><a href="https://travel.gc.ca/">Travel</a></li>
<li><a href="https://www.canada.ca/en/services/business.html">Business</a></li>
<li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li>
<li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li>
<li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li>
<li><a href="https://www.canada.ca/en/services.html">More services</a></li>
</ul>
</div>
</div>
</nav>
<!-- EPIC BODY BEGIN -->
<nav role="navigation" id="wb-bc" class="" property="breadcrumb">
<h2 class="wb-inv">You are here:</h2>
<div class="container">
<div class="row">
<ol class="breadcrumb">
<li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li>
<li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li>
<li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li>
</ol>
</div>
</div>
</nav>
</header>
<main id="wb-cont" role="main" property="mainContentOfPage" class="container">
<!-- End Header -->
<!-- Begin Body -->
<!-- Begin Body Title -->
<!-- End Body Title -->
<!-- Begin Body Head -->
<!-- End Body Head -->
<!-- Begin Body Content -->
<br>
<!-- Complete Profile -->
<!-- Company Information above tabbed area-->
<input id="showMore" type="hidden" value='more'/>
<input id="showLess" type="hidden" value='less'/>
<h1 id="wb-cont">
Company profile - Canadian Company Capabilities
</h1>
<div class="profileInfo hidden-print">
<ul class="list-inline">
<li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&rstBtn.x=" class="btn btn-link">New Search</a> |</li>
<li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do">
<input type="hidden" name="lang" value="eng" />
<input type="hidden" name="profileId" value="" />
<input type="hidden" name="prtl" value="1" />
<input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" />
<input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" />
<input type="hidden" name="V_SEARCH.depth" value="1" />
<input type="hidden" name="V_SEARCH.showStricts" value="false" />
<input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" />
</form></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=14030&V_DOCUMENT.docRank=14031&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492280982867&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=234567057858&profileId=&key.newSearchLabel=">Previous Company</a></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=14032&V_DOCUMENT.docRank=14033&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492280982867&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=234567134216&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>
Distribution Georges Robillard Ltd
</h2>
<div class="row">
<div class="col-md-5">
<h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2>
<p>Distribution Georges Robillard Ltd</p>
<div class="mrgn-tp-md"></div>
<p class="mrgn-bttm-0" ><a href="http://www.ortho-med.com"
target="_blank" title="Website URL">http://www.ortho-med.com</a></p>
<p><a href="mailto:[email protected]" title="[email protected]">[email protected]</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">
426 Halford Rd<br/>
BEACONSFIELD,
Quebec<br/>
H9W 3L4
<br/>
</address>
<h2 class="h5 mrgn-bttm-0">Location Address:</h2>
<address class="mrgn-bttm-md">
426 Halford Rd<br/>
BEACONSFIELD,
Quebec<br/>
H9W 3L4
<br/>
</address>
<p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>:
(514) 695-8558
</p>
<p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>:
(800) 668-8550</p>
<p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>:
(514) 695-4906</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">
</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>
George
Robillard
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
<!--if client gender is not null or empty we use gender based job title-->
President
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(514) 695-8558
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(514) 695-4906
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
[email protected]
</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">
Yes
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
339110 - Medical Equipment and Supplies Manufacturing
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Manufacturer / Processor / Producer
</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">
orth-cerv pillows <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
made to measure pillows<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>
George
Robillard
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
<!--if client gender is not null or empty we use gender based job title-->
President
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(514) 695-8558
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(514) 695-4906
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
[email protected]
</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">
Yes
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
339110 - Medical Equipment and Supplies Manufacturing
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Manufacturer / Processor / Producer
</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">
orth-cerv pillows <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
made to measure pillows<br>
<br>
</div>
</div>
</section>
</details>
</div>
</div>
<div class="row">
<div class="col-md-12 text-right">
Last Update Date 2015-12-04
</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/234567029976.html | HTML | mit | 33,325 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>V8 API Reference Guide for node.js v6.7.0: v8::Uint8ClampedArray Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">V8 API Reference Guide for node.js v6.7.0
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.11 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="inherits.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1Uint8ClampedArray.html">Uint8ClampedArray</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-static-methods">Static Public Member Functions</a> |
<a href="classv8_1_1Uint8ClampedArray-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">v8::Uint8ClampedArray 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>
<div class="dynheader">
Inheritance diagram for v8::Uint8ClampedArray:</div>
<div class="dyncontent">
<div class="center"><img src="classv8_1_1Uint8ClampedArray__inherit__graph.png" border="0" usemap="#v8_1_1Uint8ClampedArray_inherit__map" alt="Inheritance graph"/></div>
<map name="v8_1_1Uint8ClampedArray_inherit__map" id="v8_1_1Uint8ClampedArray_inherit__map">
</map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>
<div class="dynheader">
Collaboration diagram for v8::Uint8ClampedArray:</div>
<div class="dyncontent">
<div class="center"><img src="classv8_1_1Uint8ClampedArray__coll__graph.png" border="0" usemap="#v8_1_1Uint8ClampedArray_coll__map" alt="Collaboration graph"/></div>
<map name="v8_1_1Uint8ClampedArray_coll__map" id="v8_1_1Uint8ClampedArray_coll__map">
</map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-static-methods"></a>
Static Public Member Functions</h2></td></tr>
<tr class="memitem:abadcd9c3c77b071e21f3140e0ed4411f"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="abadcd9c3c77b071e21f3140e0ed4411f"></a>
static <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Uint8ClampedArray.html">Uint8ClampedArray</a> > </td><td class="memItemRight" valign="bottom"><b>New</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1ArrayBuffer.html">ArrayBuffer</a> > array_buffer, size_t byte_offset, size_t length)</td></tr>
<tr class="separator:abadcd9c3c77b071e21f3140e0ed4411f"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a4f42e014ea0d35b33b6160bab223b4e3"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a4f42e014ea0d35b33b6160bab223b4e3"></a>
static <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Uint8ClampedArray.html">Uint8ClampedArray</a> > </td><td class="memItemRight" valign="bottom"><b>New</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1SharedArrayBuffer.html">SharedArrayBuffer</a> > shared_array_buffer, size_t byte_offset, size_t length)</td></tr>
<tr class="separator:a4f42e014ea0d35b33b6160bab223b4e3"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aa1358e0ac24e305af5c90ba71b73fa7c"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aa1358e0ac24e305af5c90ba71b73fa7c"></a>
static V8_INLINE <a class="el" href="classv8_1_1Uint8ClampedArray.html">Uint8ClampedArray</a> * </td><td class="memItemRight" valign="bottom"><b>Cast</b> (<a class="el" href="classv8_1_1Value.html">Value</a> *obj)</td></tr>
<tr class="separator:aa1358e0ac24e305af5c90ba71b73fa7c"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header pub_static_methods_classv8_1_1TypedArray"><td colspan="2" onclick="javascript:toggleInherit('pub_static_methods_classv8_1_1TypedArray')"><img src="closed.png" alt="-"/> Static Public Member Functions inherited from <a class="el" href="classv8_1_1TypedArray.html">v8::TypedArray</a></td></tr>
<tr class="memitem:ac3f23cc8171d3be0815df7731140382f inherit pub_static_methods_classv8_1_1TypedArray"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac3f23cc8171d3be0815df7731140382f"></a>
static V8_INLINE <a class="el" href="classv8_1_1TypedArray.html">TypedArray</a> * </td><td class="memItemRight" valign="bottom"><b>Cast</b> (<a class="el" href="classv8_1_1Value.html">Value</a> *obj)</td></tr>
<tr class="separator:ac3f23cc8171d3be0815df7731140382f inherit pub_static_methods_classv8_1_1TypedArray"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header pub_static_methods_classv8_1_1ArrayBufferView"><td colspan="2" onclick="javascript:toggleInherit('pub_static_methods_classv8_1_1ArrayBufferView')"><img src="closed.png" alt="-"/> Static Public Member Functions inherited from <a class="el" href="classv8_1_1ArrayBufferView.html">v8::ArrayBufferView</a></td></tr>
<tr class="memitem:a84db315fe904ca1421c0e8e3f615cccb inherit pub_static_methods_classv8_1_1ArrayBufferView"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a84db315fe904ca1421c0e8e3f615cccb"></a>
static V8_INLINE <a class="el" href="classv8_1_1ArrayBufferView.html">ArrayBufferView</a> * </td><td class="memItemRight" valign="bottom"><b>Cast</b> (<a class="el" href="classv8_1_1Value.html">Value</a> *obj)</td></tr>
<tr class="separator:a84db315fe904ca1421c0e8e3f615cccb inherit pub_static_methods_classv8_1_1ArrayBufferView"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header pub_static_methods_classv8_1_1Object"><td colspan="2" onclick="javascript:toggleInherit('pub_static_methods_classv8_1_1Object')"><img src="closed.png" alt="-"/> Static Public Member Functions inherited from <a class="el" href="classv8_1_1Object.html">v8::Object</a></td></tr>
<tr class="memitem:a324a71142f621a32bfe5738648718370 inherit pub_static_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top">static V8_INLINE int </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#a324a71142f621a32bfe5738648718370">InternalFieldCount</a> (const <a class="el" href="classv8_1_1PersistentBase.html">PersistentBase</a>< <a class="el" href="classv8_1_1Object.html">Object</a> > &object)</td></tr>
<tr class="separator:a324a71142f621a32bfe5738648718370 inherit pub_static_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a65b5a3dc93c0774594f8b0f2ab5481c8 inherit pub_static_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top">static V8_INLINE void * </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#a65b5a3dc93c0774594f8b0f2ab5481c8">GetAlignedPointerFromInternalField</a> (const <a class="el" href="classv8_1_1PersistentBase.html">PersistentBase</a>< <a class="el" href="classv8_1_1Object.html">Object</a> > &object, int index)</td></tr>
<tr class="separator:a65b5a3dc93c0774594f8b0f2ab5481c8 inherit pub_static_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a0c397b055e2f5050c6ffc33970669c4d inherit pub_static_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a0c397b055e2f5050c6ffc33970669c4d"></a>
static <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Object.html">Object</a> > </td><td class="memItemRight" valign="bottom"><b>New</b> (<a class="el" href="classv8_1_1Isolate.html">Isolate</a> *isolate)</td></tr>
<tr class="separator:a0c397b055e2f5050c6ffc33970669c4d inherit pub_static_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a1f9ac46d0b164197318ce81dc0ec1343 inherit pub_static_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a1f9ac46d0b164197318ce81dc0ec1343"></a>
static V8_INLINE <a class="el" href="classv8_1_1Object.html">Object</a> * </td><td class="memItemRight" valign="bottom"><b>Cast</b> (<a class="el" href="classv8_1_1Value.html">Value</a> *obj)</td></tr>
<tr class="separator:a1f9ac46d0b164197318ce81dc0ec1343 inherit pub_static_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header pub_static_methods_classv8_1_1Value"><td colspan="2" onclick="javascript:toggleInherit('pub_static_methods_classv8_1_1Value')"><img src="closed.png" alt="-"/> Static Public Member Functions inherited from <a class="el" href="classv8_1_1Value.html">v8::Value</a></td></tr>
<tr class="memitem:ae5aa9b54ebed55819c3a4b2a3eb5fe12 inherit pub_static_methods_classv8_1_1Value"><td class="memTemplParams" colspan="2"><a class="anchor" id="ae5aa9b54ebed55819c3a4b2a3eb5fe12"></a>
template<class T > </td></tr>
<tr class="memitem:ae5aa9b54ebed55819c3a4b2a3eb5fe12 inherit pub_static_methods_classv8_1_1Value"><td class="memTemplItemLeft" align="right" valign="top">static V8_INLINE <a class="el" href="classv8_1_1Value.html">Value</a> * </td><td class="memTemplItemRight" valign="bottom"><b>Cast</b> (T *value)</td></tr>
<tr class="separator:ae5aa9b54ebed55819c3a4b2a3eb5fe12 inherit pub_static_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="inherited"></a>
Additional Inherited Members</h2></td></tr>
<tr class="inherit_header pub_methods_classv8_1_1TypedArray"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classv8_1_1TypedArray')"><img src="closed.png" alt="-"/> Public Member Functions inherited from <a class="el" href="classv8_1_1TypedArray.html">v8::TypedArray</a></td></tr>
<tr class="memitem:abb1047225d53d960c0da9c9f83cd7042 inherit pub_methods_classv8_1_1TypedArray"><td class="memItemLeft" align="right" valign="top">size_t </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1TypedArray.html#abb1047225d53d960c0da9c9f83cd7042">Length</a> ()</td></tr>
<tr class="separator:abb1047225d53d960c0da9c9f83cd7042 inherit pub_methods_classv8_1_1TypedArray"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header pub_methods_classv8_1_1ArrayBufferView"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classv8_1_1ArrayBufferView')"><img src="closed.png" alt="-"/> Public Member Functions inherited from <a class="el" href="classv8_1_1ArrayBufferView.html">v8::ArrayBufferView</a></td></tr>
<tr class="memitem:a2ceba3908fbf98ecc81702083127b046 inherit pub_methods_classv8_1_1ArrayBufferView"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1ArrayBuffer.html">ArrayBuffer</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1ArrayBufferView.html#a2ceba3908fbf98ecc81702083127b046">Buffer</a> ()</td></tr>
<tr class="separator:a2ceba3908fbf98ecc81702083127b046 inherit pub_methods_classv8_1_1ArrayBufferView"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a4739a31269f5ebc5b88a708b9429c688 inherit pub_methods_classv8_1_1ArrayBufferView"><td class="memItemLeft" align="right" valign="top">size_t </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1ArrayBufferView.html#a4739a31269f5ebc5b88a708b9429c688">ByteOffset</a> ()</td></tr>
<tr class="separator:a4739a31269f5ebc5b88a708b9429c688 inherit pub_methods_classv8_1_1ArrayBufferView"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a9fc7563c97e0b639a6c0a3274995bb3c inherit pub_methods_classv8_1_1ArrayBufferView"><td class="memItemLeft" align="right" valign="top">size_t </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1ArrayBufferView.html#a9fc7563c97e0b639a6c0a3274995bb3c">ByteLength</a> ()</td></tr>
<tr class="separator:a9fc7563c97e0b639a6c0a3274995bb3c inherit pub_methods_classv8_1_1ArrayBufferView"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aa728e762ed43194f3a5e05e792fff64e inherit pub_methods_classv8_1_1ArrayBufferView"><td class="memItemLeft" align="right" valign="top">size_t </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1ArrayBufferView.html#aa728e762ed43194f3a5e05e792fff64e">CopyContents</a> (void *dest, size_t byte_length)</td></tr>
<tr class="separator:aa728e762ed43194f3a5e05e792fff64e inherit pub_methods_classv8_1_1ArrayBufferView"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ab3a7de283cab4140632d190a1e3eef22 inherit pub_methods_classv8_1_1ArrayBufferView"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1ArrayBufferView.html#ab3a7de283cab4140632d190a1e3eef22">HasBuffer</a> () const </td></tr>
<tr class="separator:ab3a7de283cab4140632d190a1e3eef22 inherit pub_methods_classv8_1_1ArrayBufferView"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header pub_methods_classv8_1_1Object"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classv8_1_1Object')"><img src="closed.png" alt="-"/> Public Member Functions inherited from <a class="el" href="classv8_1_1Object.html">v8::Object</a></td></tr>
<tr class="memitem:a86333122230b703cabfb08d8a7d54a58 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a86333122230b703cabfb08d8a7d54a58"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> ("Use maybe version", bool <a class="el" href="classv8_1_1Set.html">Set</a>(<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > key, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > value))</td></tr>
<tr class="separator:a86333122230b703cabfb08d8a7d54a58 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ac5840fc655bea7b2b55a4b49338360ae inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac5840fc655bea7b2b55a4b49338360ae"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1Maybe.html">Maybe</a>< bool > </td><td class="memItemRight" valign="bottom"><b>Set</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > key, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > value)</td></tr>
<tr class="separator:ac5840fc655bea7b2b55a4b49338360ae inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a0c2305335e71c88d245dd1aa0060a2de inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a0c2305335e71c88d245dd1aa0060a2de"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> ("Use maybe version", bool <a class="el" href="classv8_1_1Set.html">Set</a>(uint32_t index, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > value))</td></tr>
<tr class="separator:a0c2305335e71c88d245dd1aa0060a2de inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ace0cbcf5659a82106601d07b3e6fa2be inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ace0cbcf5659a82106601d07b3e6fa2be"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1Maybe.html">Maybe</a>< bool > </td><td class="memItemRight" valign="bottom"><b>Set</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context, uint32_t index, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > value)</td></tr>
<tr class="separator:ace0cbcf5659a82106601d07b3e6fa2be inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ae334696b1e57ea2b333c4da48dd37895 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ae334696b1e57ea2b333c4da48dd37895"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1Maybe.html">Maybe</a>< bool > </td><td class="memItemRight" valign="bottom"><b>CreateDataProperty</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Name.html">Name</a> > key, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > value)</td></tr>
<tr class="separator:ae334696b1e57ea2b333c4da48dd37895 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aec3a99813837c0bc6444c59f8e5ca22a inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aec3a99813837c0bc6444c59f8e5ca22a"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1Maybe.html">Maybe</a>< bool > </td><td class="memItemRight" valign="bottom"><b>CreateDataProperty</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context, uint32_t index, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > value)</td></tr>
<tr class="separator:aec3a99813837c0bc6444c59f8e5ca22a inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a65f44f92b7ee9d479ce6b3ebb9ac8d4b inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a65f44f92b7ee9d479ce6b3ebb9ac8d4b"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1Maybe.html">Maybe</a>< bool > </td><td class="memItemRight" valign="bottom"><b>DefineOwnProperty</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Name.html">Name</a> > key, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > value, PropertyAttribute attributes=None)</td></tr>
<tr class="separator:a65f44f92b7ee9d479ce6b3ebb9ac8d4b inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a9b395d8c790161187549bd2ed7c4ed71 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a9b395d8c790161187549bd2ed7c4ed71"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATED</b> ("Use CreateDataProperty / DefineOwnProperty", bool ForceSet(<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > key, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > value, PropertyAttribute attribs=None))</td></tr>
<tr class="separator:a9b395d8c790161187549bd2ed7c4ed71 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ac68c9dad55543a27ff82cbb34722f7c0 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac68c9dad55543a27ff82cbb34722f7c0"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> ("Use CreateDataProperty / DefineOwnProperty", Maybe< bool > ForceSet(<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > key, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > value, PropertyAttribute attribs=None))</td></tr>
<tr class="separator:ac68c9dad55543a27ff82cbb34722f7c0 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a15c40cda73a1927bef406b85032d5564 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a15c40cda73a1927bef406b85032d5564"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> ("Use maybe version", Local< <a class="el" href="classv8_1_1Value.html">Value</a> > Get(<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > key))</td></tr>
<tr class="separator:a15c40cda73a1927bef406b85032d5564 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a239c03bb250cd6bf583ca60f72e18918 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a239c03bb250cd6bf583ca60f72e18918"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1MaybeLocal.html">MaybeLocal</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > </td><td class="memItemRight" valign="bottom"><b>Get</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > key)</td></tr>
<tr class="separator:a239c03bb250cd6bf583ca60f72e18918 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ac27f1b680e53d4c9c879aac3c7380202 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac27f1b680e53d4c9c879aac3c7380202"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> ("Use maybe version", Local< <a class="el" href="classv8_1_1Value.html">Value</a> > Get(uint32_t index))</td></tr>
<tr class="separator:ac27f1b680e53d4c9c879aac3c7380202 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ac1fcfcfedaf66775c46b53cb1804b949 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac1fcfcfedaf66775c46b53cb1804b949"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1MaybeLocal.html">MaybeLocal</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > </td><td class="memItemRight" valign="bottom"><b>Get</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context, uint32_t index)</td></tr>
<tr class="separator:ac1fcfcfedaf66775c46b53cb1804b949 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aa45eb69321fa3eb1037b058b69ecfec1 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#aa45eb69321fa3eb1037b058b69ecfec1">V8_DEPRECATED</a> ("Use maybe version", PropertyAttribute GetPropertyAttributes(<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > key))</td></tr>
<tr class="separator:aa45eb69321fa3eb1037b058b69ecfec1 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ae5c97a596bcb634c50605a574358a9c6 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ae5c97a596bcb634c50605a574358a9c6"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1Maybe.html">Maybe</a>< PropertyAttribute > </td><td class="memItemRight" valign="bottom"><b>GetPropertyAttributes</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > key)</td></tr>
<tr class="separator:ae5c97a596bcb634c50605a574358a9c6 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ad914d35a19347cd1afdeea4e215f4999 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#ad914d35a19347cd1afdeea4e215f4999">V8_DEPRECATED</a> ("Use maybe version", Local< <a class="el" href="classv8_1_1Value.html">Value</a> > GetOwnPropertyDescriptor(<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1String.html">String</a> > key))</td></tr>
<tr class="separator:ad914d35a19347cd1afdeea4e215f4999 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a17fd31922f11c634183c59c0eb08cf65 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a17fd31922f11c634183c59c0eb08cf65"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1MaybeLocal.html">MaybeLocal</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > </td><td class="memItemRight" valign="bottom"><b>GetOwnPropertyDescriptor</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1String.html">String</a> > key)</td></tr>
<tr class="separator:a17fd31922f11c634183c59c0eb08cf65 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:adbaa619d9f0588470c1e88532949da65 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="adbaa619d9f0588470c1e88532949da65"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> ("Use maybe version", bool Has(<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > key))</td></tr>
<tr class="separator:adbaa619d9f0588470c1e88532949da65 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a57d4819c2cc13715ed22dd23cdc84d7c inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a57d4819c2cc13715ed22dd23cdc84d7c"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1Maybe.html">Maybe</a>< bool > </td><td class="memItemRight" valign="bottom"><b>Has</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > key)</td></tr>
<tr class="separator:a57d4819c2cc13715ed22dd23cdc84d7c inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ad76afc75f558f317a80b4f4b83c5cd53 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ad76afc75f558f317a80b4f4b83c5cd53"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> ("Use maybe version", bool Delete(<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > key))</td></tr>
<tr class="separator:ad76afc75f558f317a80b4f4b83c5cd53 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ab0626985ff54cbeeccef5e50656e5481 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ab0626985ff54cbeeccef5e50656e5481"></a>
<a class="el" href="classv8_1_1Maybe.html">Maybe</a>< bool > </td><td class="memItemRight" valign="bottom"><b>Delete</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > key)</td></tr>
<tr class="separator:ab0626985ff54cbeeccef5e50656e5481 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a3ce6e6be77b337272e954a715e2e78de inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a3ce6e6be77b337272e954a715e2e78de"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATED</b> ("Use maybe version", bool Has(uint32_t index))</td></tr>
<tr class="separator:a3ce6e6be77b337272e954a715e2e78de inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:adfbff82d3a45a69415ae99013a654daa inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="adfbff82d3a45a69415ae99013a654daa"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1Maybe.html">Maybe</a>< bool > </td><td class="memItemRight" valign="bottom"><b>Has</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context, uint32_t index)</td></tr>
<tr class="separator:adfbff82d3a45a69415ae99013a654daa inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ac0f010485bb637ce7b69141c695febc6 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac0f010485bb637ce7b69141c695febc6"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATED</b> ("Use maybe version", bool Delete(uint32_t index))</td></tr>
<tr class="separator:ac0f010485bb637ce7b69141c695febc6 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aabd005ef33ff69c15562d5296f4982d0 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aabd005ef33ff69c15562d5296f4982d0"></a>
<a class="el" href="classv8_1_1Maybe.html">Maybe</a>< bool > </td><td class="memItemRight" valign="bottom"><b>Delete</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context, uint32_t index)</td></tr>
<tr class="separator:aabd005ef33ff69c15562d5296f4982d0 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a808d6c708acf41c1c9122d4b29617ae1 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a808d6c708acf41c1c9122d4b29617ae1"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATED</b> ("Use maybe version", bool SetAccessor(<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1String.html">String</a> > name, <a class="el" href="namespacev8.html#a722613c87061708a4f1aa050d095f868">AccessorGetterCallback</a> getter, AccessorSetterCallback setter=0, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > data=<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> >(), <a class="el" href="namespacev8.html#a31d8355cb043d7d2dda3f4a52760b64e">AccessControl</a> settings=DEFAULT, PropertyAttribute attribute=None))</td></tr>
<tr class="separator:a808d6c708acf41c1c9122d4b29617ae1 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ad23d8d79b60a8bb24bf6f631b71bcd42 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ad23d8d79b60a8bb24bf6f631b71bcd42"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATED</b> ("Use maybe version", bool SetAccessor(<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Name.html">Name</a> > name, AccessorNameGetterCallback getter, AccessorNameSetterCallback setter=0, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > data=<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> >(), <a class="el" href="namespacev8.html#a31d8355cb043d7d2dda3f4a52760b64e">AccessControl</a> settings=DEFAULT, PropertyAttribute attribute=None))</td></tr>
<tr class="separator:ad23d8d79b60a8bb24bf6f631b71bcd42 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a6ab0b45aa38debc2cc9877ae3b232e55 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a6ab0b45aa38debc2cc9877ae3b232e55"></a>
<a class="el" href="classv8_1_1Maybe.html">Maybe</a>< bool > </td><td class="memItemRight" valign="bottom"><b>SetAccessor</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Name.html">Name</a> > name, AccessorNameGetterCallback getter, AccessorNameSetterCallback setter=0, <a class="el" href="classv8_1_1MaybeLocal.html">MaybeLocal</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > data=<a class="el" href="classv8_1_1MaybeLocal.html">MaybeLocal</a>< <a class="el" href="classv8_1_1Value.html">Value</a> >(), <a class="el" href="namespacev8.html#a31d8355cb043d7d2dda3f4a52760b64e">AccessControl</a> settings=DEFAULT, PropertyAttribute attribute=None)</td></tr>
<tr class="separator:a6ab0b45aa38debc2cc9877ae3b232e55 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a284911d760fc853d81adf98c242bc453 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a284911d760fc853d81adf98c242bc453"></a>
void </td><td class="memItemRight" valign="bottom"><b>SetAccessorProperty</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Name.html">Name</a> > name, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Function.html">Function</a> > getter, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Function.html">Function</a> > setter=<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Function.html">Function</a> >(), PropertyAttribute attribute=None, <a class="el" href="namespacev8.html#a31d8355cb043d7d2dda3f4a52760b64e">AccessControl</a> settings=DEFAULT)</td></tr>
<tr class="separator:a284911d760fc853d81adf98c242bc453 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aad699867935fd2142ec97afa6e39a7f0 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classv8_1_1Maybe.html">Maybe</a>< bool > </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#aad699867935fd2142ec97afa6e39a7f0">HasPrivate</a> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Private.html">Private</a> > key)</td></tr>
<tr class="separator:aad699867935fd2142ec97afa6e39a7f0 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a6ebc49302a65e706c52eeca31ba83283 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a6ebc49302a65e706c52eeca31ba83283"></a>
<a class="el" href="classv8_1_1Maybe.html">Maybe</a>< bool > </td><td class="memItemRight" valign="bottom"><b>SetPrivate</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Private.html">Private</a> > key, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > value)</td></tr>
<tr class="separator:a6ebc49302a65e706c52eeca31ba83283 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ad78ba140348f92581361329aab917382 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ad78ba140348f92581361329aab917382"></a>
<a class="el" href="classv8_1_1Maybe.html">Maybe</a>< bool > </td><td class="memItemRight" valign="bottom"><b>DeletePrivate</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Private.html">Private</a> > key)</td></tr>
<tr class="separator:ad78ba140348f92581361329aab917382 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a6b2e55f1bf6b057c5cd9f2fc0e609c86 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a6b2e55f1bf6b057c5cd9f2fc0e609c86"></a>
<a class="el" href="classv8_1_1MaybeLocal.html">MaybeLocal</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > </td><td class="memItemRight" valign="bottom"><b>GetPrivate</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Private.html">Private</a> > key)</td></tr>
<tr class="separator:a6b2e55f1bf6b057c5cd9f2fc0e609c86 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a3f735ad2eab826ddc5eba467ce624acb inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#a3f735ad2eab826ddc5eba467ce624acb">V8_DEPRECATE_SOON</a> ("Use maybe version", Local< <a class="el" href="classv8_1_1Array.html">Array</a> > GetPropertyNames())</td></tr>
<tr class="separator:a3f735ad2eab826ddc5eba467ce624acb inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a771be1943535959085da5c384f8e6405 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a771be1943535959085da5c384f8e6405"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1MaybeLocal.html">MaybeLocal</a>< <a class="el" href="classv8_1_1Array.html">Array</a> > </td><td class="memItemRight" valign="bottom"><b>GetPropertyNames</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context)</td></tr>
<tr class="separator:a771be1943535959085da5c384f8e6405 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aa72e9d0d22d1d4a4c4b63827a5469d40 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#aa72e9d0d22d1d4a4c4b63827a5469d40">V8_DEPRECATE_SOON</a> ("Use maybe version", Local< <a class="el" href="classv8_1_1Array.html">Array</a> > GetOwnPropertyNames())</td></tr>
<tr class="separator:aa72e9d0d22d1d4a4c4b63827a5469d40 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ab4f1fc692a02c11d749a7d5120e67026 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ab4f1fc692a02c11d749a7d5120e67026"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1MaybeLocal.html">MaybeLocal</a>< <a class="el" href="classv8_1_1Array.html">Array</a> > </td><td class="memItemRight" valign="bottom"><b>GetOwnPropertyNames</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context)</td></tr>
<tr class="separator:ab4f1fc692a02c11d749a7d5120e67026 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ae8d3fed7d6dbd667c29cabb3039fe7af inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#ae8d3fed7d6dbd667c29cabb3039fe7af">GetPrototype</a> ()</td></tr>
<tr class="separator:ae8d3fed7d6dbd667c29cabb3039fe7af inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a4ce54e137e22eddbe2857a15a20219b2 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#a4ce54e137e22eddbe2857a15a20219b2">V8_DEPRECATED</a> ("Use maybe version", bool SetPrototype(<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > prototype))</td></tr>
<tr class="separator:a4ce54e137e22eddbe2857a15a20219b2 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a1f1fc25d2a440ad2a8b7d94db04f88fb inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a1f1fc25d2a440ad2a8b7d94db04f88fb"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1Maybe.html">Maybe</a>< bool > </td><td class="memItemRight" valign="bottom"><b>SetPrototype</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > prototype)</td></tr>
<tr class="separator:a1f1fc25d2a440ad2a8b7d94db04f88fb inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ae2ad9fee9db6e0e5da56973ebb8ea2bc inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Object.html">Object</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#ae2ad9fee9db6e0e5da56973ebb8ea2bc">FindInstanceInPrototypeChain</a> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1FunctionTemplate.html">FunctionTemplate</a> > tmpl)</td></tr>
<tr class="separator:ae2ad9fee9db6e0e5da56973ebb8ea2bc inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a06bb9aab716e466b8fa0e0c3fbb8f5d7 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#a06bb9aab716e466b8fa0e0c3fbb8f5d7">V8_DEPRECATED</a> ("Use maybe version", Local< <a class="el" href="classv8_1_1String.html">String</a> > ObjectProtoToString())</td></tr>
<tr class="separator:a06bb9aab716e466b8fa0e0c3fbb8f5d7 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a7a65552d78eff4a1b9755f99167f4255 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a7a65552d78eff4a1b9755f99167f4255"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1MaybeLocal.html">MaybeLocal</a>< <a class="el" href="classv8_1_1String.html">String</a> > </td><td class="memItemRight" valign="bottom"><b>ObjectProtoToString</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context)</td></tr>
<tr class="separator:a7a65552d78eff4a1b9755f99167f4255 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a7bbe987794658f20a3ec1b68326305e6 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1String.html">String</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#a7bbe987794658f20a3ec1b68326305e6">GetConstructorName</a> ()</td></tr>
<tr class="separator:a7bbe987794658f20a3ec1b68326305e6 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ac45163422a18bb7481cc78fcacecb301 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classv8_1_1Maybe.html">Maybe</a>< bool > </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#ac45163422a18bb7481cc78fcacecb301">SetIntegrityLevel</a> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context, <a class="el" href="namespacev8.html#a02642d03ff1eecc2fd358626499c2e30">IntegrityLevel</a> level)</td></tr>
<tr class="separator:ac45163422a18bb7481cc78fcacecb301 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aaec28576353eebe6fee113bce2718ecc inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#aaec28576353eebe6fee113bce2718ecc">InternalFieldCount</a> ()</td></tr>
<tr class="separator:aaec28576353eebe6fee113bce2718ecc inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aa3324fdf652d8ac3b2f27faa0559231d inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top">V8_INLINE <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#aa3324fdf652d8ac3b2f27faa0559231d">GetInternalField</a> (int index)</td></tr>
<tr class="separator:aa3324fdf652d8ac3b2f27faa0559231d inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aebf949a0592cebc144bb2f96bfb7ec72 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#aebf949a0592cebc144bb2f96bfb7ec72">SetInternalField</a> (int index, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > value)</td></tr>
<tr class="separator:aebf949a0592cebc144bb2f96bfb7ec72 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a435f68bb7ef0f64dd522c5c910682448 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top">V8_INLINE void * </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#a435f68bb7ef0f64dd522c5c910682448">GetAlignedPointerFromInternalField</a> (int index)</td></tr>
<tr class="separator:a435f68bb7ef0f64dd522c5c910682448 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a0ccba69581f0b5e4e672bab90f26879b inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#a0ccba69581f0b5e4e672bab90f26879b">SetAlignedPointerInInternalField</a> (int index, void *value)</td></tr>
<tr class="separator:a0ccba69581f0b5e4e672bab90f26879b inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a332143937efdc58dac2d877ebeb5f8ef inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a332143937efdc58dac2d877ebeb5f8ef"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATED</b> ("Use maybe version", bool HasOwnProperty(<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1String.html">String</a> > key))</td></tr>
<tr class="separator:a332143937efdc58dac2d877ebeb5f8ef inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:acdd3921e95d5bb1a27cea489792607ff inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="acdd3921e95d5bb1a27cea489792607ff"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1Maybe.html">Maybe</a>< bool > </td><td class="memItemRight" valign="bottom"><b>HasOwnProperty</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Name.html">Name</a> > key)</td></tr>
<tr class="separator:acdd3921e95d5bb1a27cea489792607ff inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:abf24b52a108c801a74718e1a1e64ba5b inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="abf24b52a108c801a74718e1a1e64ba5b"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> ("Use maybe version", bool HasRealNamedProperty(<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1String.html">String</a> > key))</td></tr>
<tr class="separator:abf24b52a108c801a74718e1a1e64ba5b inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ad830b937c7586fe2086b288ea79935c4 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ad830b937c7586fe2086b288ea79935c4"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1Maybe.html">Maybe</a>< bool > </td><td class="memItemRight" valign="bottom"><b>HasRealNamedProperty</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Name.html">Name</a> > key)</td></tr>
<tr class="separator:ad830b937c7586fe2086b288ea79935c4 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:abd04e5cb82426a70ebea6afec8687c9e inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="abd04e5cb82426a70ebea6afec8687c9e"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> ("Use maybe version", bool HasRealIndexedProperty(uint32_t index))</td></tr>
<tr class="separator:abd04e5cb82426a70ebea6afec8687c9e inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a46de2f348f4caafca287328ce385ab56 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a46de2f348f4caafca287328ce385ab56"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1Maybe.html">Maybe</a>< bool > </td><td class="memItemRight" valign="bottom"><b>HasRealIndexedProperty</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context, uint32_t index)</td></tr>
<tr class="separator:a46de2f348f4caafca287328ce385ab56 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ae1ffb11a0fa7549652d0530c0c4c4ca6 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ae1ffb11a0fa7549652d0530c0c4c4ca6"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> ("Use maybe version", bool HasRealNamedCallbackProperty(<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1String.html">String</a> > key))</td></tr>
<tr class="separator:ae1ffb11a0fa7549652d0530c0c4c4ca6 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a62bde6bea1ce32b30b2152f33a105b14 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a62bde6bea1ce32b30b2152f33a105b14"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1Maybe.html">Maybe</a>< bool > </td><td class="memItemRight" valign="bottom"><b>HasRealNamedCallbackProperty</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Name.html">Name</a> > key)</td></tr>
<tr class="separator:a62bde6bea1ce32b30b2152f33a105b14 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a00982b58e0c86fcb37f5d74c8a33d1b8 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#a00982b58e0c86fcb37f5d74c8a33d1b8">V8_DEPRECATED</a> ("Use maybe version", Local< <a class="el" href="classv8_1_1Value.html">Value</a> > GetRealNamedPropertyInPrototypeChain(<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1String.html">String</a> > key))</td></tr>
<tr class="separator:a00982b58e0c86fcb37f5d74c8a33d1b8 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:afe68d490fc41783e30126ca547b7fc90 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="afe68d490fc41783e30126ca547b7fc90"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1MaybeLocal.html">MaybeLocal</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > </td><td class="memItemRight" valign="bottom"><b>GetRealNamedPropertyInPrototypeChain</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Name.html">Name</a> > key)</td></tr>
<tr class="separator:afe68d490fc41783e30126ca547b7fc90 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ac11ecb441033271172a4c34770be6488 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#ac11ecb441033271172a4c34770be6488">V8_DEPRECATED</a> ("Use maybe version", Maybe< PropertyAttribute > GetRealNamedPropertyAttributesInPrototypeChain(<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1String.html">String</a> > key))</td></tr>
<tr class="separator:ac11ecb441033271172a4c34770be6488 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aab7c2e5c5659e95e97488e01b04bf3c8 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aab7c2e5c5659e95e97488e01b04bf3c8"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1Maybe.html">Maybe</a>< PropertyAttribute > </td><td class="memItemRight" valign="bottom"><b>GetRealNamedPropertyAttributesInPrototypeChain</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Name.html">Name</a> > key)</td></tr>
<tr class="separator:aab7c2e5c5659e95e97488e01b04bf3c8 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a870785c34482a0d284e56db93cd1eb5a inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#a870785c34482a0d284e56db93cd1eb5a">V8_DEPRECATED</a> ("Use maybe version", Local< <a class="el" href="classv8_1_1Value.html">Value</a> > GetRealNamedProperty(<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1String.html">String</a> > key))</td></tr>
<tr class="separator:a870785c34482a0d284e56db93cd1eb5a inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aecec39cefb3e394e1696fe618862efec inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aecec39cefb3e394e1696fe618862efec"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1MaybeLocal.html">MaybeLocal</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > </td><td class="memItemRight" valign="bottom"><b>GetRealNamedProperty</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Name.html">Name</a> > key)</td></tr>
<tr class="separator:aecec39cefb3e394e1696fe618862efec inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a1fdd165c23a55dba4ba48f484a94c3c3 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#a1fdd165c23a55dba4ba48f484a94c3c3">V8_DEPRECATED</a> ("Use maybe version", Maybe< PropertyAttribute > GetRealNamedPropertyAttributes(<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1String.html">String</a> > key))</td></tr>
<tr class="separator:a1fdd165c23a55dba4ba48f484a94c3c3 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a476c21f05ffc519252fad0ab46de33d7 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a476c21f05ffc519252fad0ab46de33d7"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1Maybe.html">Maybe</a>< PropertyAttribute > </td><td class="memItemRight" valign="bottom"><b>GetRealNamedPropertyAttributes</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Name.html">Name</a> > key)</td></tr>
<tr class="separator:a476c21f05ffc519252fad0ab46de33d7 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a1e96fcb9ee17101c0299ec68f2cf8610 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#a1e96fcb9ee17101c0299ec68f2cf8610">HasNamedLookupInterceptor</a> ()</td></tr>
<tr class="separator:a1e96fcb9ee17101c0299ec68f2cf8610 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a278913bcd203434870ce5184a538a9af inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#a278913bcd203434870ce5184a538a9af">HasIndexedLookupInterceptor</a> ()</td></tr>
<tr class="separator:a278913bcd203434870ce5184a538a9af inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ac1ece41e81a499920ec3a2a3471653bc inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#ac1ece41e81a499920ec3a2a3471653bc">GetIdentityHash</a> ()</td></tr>
<tr class="separator:ac1ece41e81a499920ec3a2a3471653bc inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:afb7135780f033b122025df8c6274a274 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="afb7135780f033b122025df8c6274a274"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATED</b> ("Use v8::Object::SetPrivate instead.", bool SetHiddenValue(<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1String.html">String</a> > key, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > value))</td></tr>
<tr class="separator:afb7135780f033b122025df8c6274a274 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:acdece4ecbf0f68e0ba67582db5feae0d inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="acdece4ecbf0f68e0ba67582db5feae0d"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATED</b> ("Use v8::Object::GetPrivate instead.", Local< <a class="el" href="classv8_1_1Value.html">Value</a> > GetHiddenValue(<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1String.html">String</a> > key))</td></tr>
<tr class="separator:acdece4ecbf0f68e0ba67582db5feae0d inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a9390e502d8dbabbb18cbe2c47bc3c3b9 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a9390e502d8dbabbb18cbe2c47bc3c3b9"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATED</b> ("Use v8::Object::DeletePrivate instead.", bool DeleteHiddenValue(<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1String.html">String</a> > key))</td></tr>
<tr class="separator:a9390e502d8dbabbb18cbe2c47bc3c3b9 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a5018c9d085aa71f65530cf1e073a04ad inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Object.html">Object</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#a5018c9d085aa71f65530cf1e073a04ad">Clone</a> ()</td></tr>
<tr class="separator:a5018c9d085aa71f65530cf1e073a04ad inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:af6966283a7d7e20779961eed434db04d inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#af6966283a7d7e20779961eed434db04d">CreationContext</a> ()</td></tr>
<tr class="separator:af6966283a7d7e20779961eed434db04d inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a23c2c1f23b50fab4a02e2f819641b865 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#a23c2c1f23b50fab4a02e2f819641b865">IsCallable</a> ()</td></tr>
<tr class="separator:a23c2c1f23b50fab4a02e2f819641b865 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a8b4e2b65f72712420eb76842f2123fe3 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#a8b4e2b65f72712420eb76842f2123fe3">V8_DEPRECATED</a> ("Use maybe version", Local< <a class="el" href="classv8_1_1Value.html">Value</a> > CallAsFunction(<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > recv, int argc, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > argv[]))</td></tr>
<tr class="separator:a8b4e2b65f72712420eb76842f2123fe3 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aec7375fe34a800baac4e26deb33ccac0 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aec7375fe34a800baac4e26deb33ccac0"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1MaybeLocal.html">MaybeLocal</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > </td><td class="memItemRight" valign="bottom"><b>CallAsFunction</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > recv, int argc, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > argv[])</td></tr>
<tr class="separator:aec7375fe34a800baac4e26deb33ccac0 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a0ce5417b42d5bfb5a8dc3482dcb733eb inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#a0ce5417b42d5bfb5a8dc3482dcb733eb">V8_DEPRECATED</a> ("Use maybe version", Local< <a class="el" href="classv8_1_1Value.html">Value</a> > CallAsConstructor(int argc, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > argv[]))</td></tr>
<tr class="separator:a0ce5417b42d5bfb5a8dc3482dcb733eb inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a10dcefb0bd595a959234703690a02530 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a10dcefb0bd595a959234703690a02530"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1MaybeLocal.html">MaybeLocal</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > </td><td class="memItemRight" valign="bottom"><b>CallAsConstructor</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context, int argc, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > argv[])</td></tr>
<tr class="separator:a10dcefb0bd595a959234703690a02530 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a5e7199a517d980396bb86f876b5bae0a inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#a5e7199a517d980396bb86f876b5bae0a">V8_DEPRECATE_SOON</a> ("Keep track of isolate correctly", Isolate *GetIsolate())</td></tr>
<tr class="separator:a5e7199a517d980396bb86f876b5bae0a inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header pub_methods_classv8_1_1Value"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classv8_1_1Value')"><img src="closed.png" alt="-"/> Public Member Functions inherited from <a class="el" href="classv8_1_1Value.html">v8::Value</a></td></tr>
<tr class="memitem:aea287b745656baa8a12a2ae1d69744b6 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">V8_INLINE bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#aea287b745656baa8a12a2ae1d69744b6">IsUndefined</a> () const </td></tr>
<tr class="separator:aea287b745656baa8a12a2ae1d69744b6 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aa2c6ed8ef832223a7e2cd81e6ac61c78 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">V8_INLINE bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#aa2c6ed8ef832223a7e2cd81e6ac61c78">IsNull</a> () const </td></tr>
<tr class="separator:aa2c6ed8ef832223a7e2cd81e6ac61c78 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a8f27462322186b295195eecb3e81d6d7 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a8f27462322186b295195eecb3e81d6d7">IsTrue</a> () const </td></tr>
<tr class="separator:a8f27462322186b295195eecb3e81d6d7 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a68c0296071d01ca899825d7643cf495a inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a68c0296071d01ca899825d7643cf495a">IsFalse</a> () const </td></tr>
<tr class="separator:a68c0296071d01ca899825d7643cf495a inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a8829b16b442a6231499c89fd5a6f8049 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a8829b16b442a6231499c89fd5a6f8049">IsName</a> () const </td></tr>
<tr class="separator:a8829b16b442a6231499c89fd5a6f8049 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ab23a34b7df62806808e01b0908bf5f00 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">V8_INLINE bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#ab23a34b7df62806808e01b0908bf5f00">IsString</a> () const </td></tr>
<tr class="separator:ab23a34b7df62806808e01b0908bf5f00 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:af3e6081c22d09a7bbc0a2aff59ed60a5 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#af3e6081c22d09a7bbc0a2aff59ed60a5">IsSymbol</a> () const </td></tr>
<tr class="separator:af3e6081c22d09a7bbc0a2aff59ed60a5 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a05532a34cdd215f273163830ed8b77e7 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a05532a34cdd215f273163830ed8b77e7">IsFunction</a> () const </td></tr>
<tr class="separator:a05532a34cdd215f273163830ed8b77e7 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aaee0b144087d20eae02314c9393ff80f inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#aaee0b144087d20eae02314c9393ff80f">IsArray</a> () const </td></tr>
<tr class="separator:aaee0b144087d20eae02314c9393ff80f inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a355b7991c5c978c0341f6f961b63c5a2 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a355b7991c5c978c0341f6f961b63c5a2">IsObject</a> () const </td></tr>
<tr class="separator:a355b7991c5c978c0341f6f961b63c5a2 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a0aceb7645e71b096df5cd73d1252b1b0 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a0aceb7645e71b096df5cd73d1252b1b0">IsBoolean</a> () const </td></tr>
<tr class="separator:a0aceb7645e71b096df5cd73d1252b1b0 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a1bd51e3e55f67c65b9a8f587fbffb7c7 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a1bd51e3e55f67c65b9a8f587fbffb7c7">IsNumber</a> () const </td></tr>
<tr class="separator:a1bd51e3e55f67c65b9a8f587fbffb7c7 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a7ac61a325c18af8dcb6d7d5bf47d2503 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a7ac61a325c18af8dcb6d7d5bf47d2503">IsExternal</a> () const </td></tr>
<tr class="separator:a7ac61a325c18af8dcb6d7d5bf47d2503 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a01e1db51c65b2feace248b7acbf71a2c inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a01e1db51c65b2feace248b7acbf71a2c">IsInt32</a> () const </td></tr>
<tr class="separator:a01e1db51c65b2feace248b7acbf71a2c inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a783c89631bac4ef3c4b909f40cc2b8d8 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a783c89631bac4ef3c4b909f40cc2b8d8">IsUint32</a> () const </td></tr>
<tr class="separator:a783c89631bac4ef3c4b909f40cc2b8d8 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a8bc11fab0aded4a805722ab6df173cae inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a8bc11fab0aded4a805722ab6df173cae">IsDate</a> () const </td></tr>
<tr class="separator:a8bc11fab0aded4a805722ab6df173cae inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ad06a4b1f7215d852c367df390491ac84 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#ad06a4b1f7215d852c367df390491ac84">IsArgumentsObject</a> () const </td></tr>
<tr class="separator:ad06a4b1f7215d852c367df390491ac84 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:abe7bc06283e5e66013f2f056a943168b inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#abe7bc06283e5e66013f2f056a943168b">IsBooleanObject</a> () const </td></tr>
<tr class="separator:abe7bc06283e5e66013f2f056a943168b inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a5f4aa9504a6d8fc3af9489330179fe14 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a5f4aa9504a6d8fc3af9489330179fe14">IsNumberObject</a> () const </td></tr>
<tr class="separator:a5f4aa9504a6d8fc3af9489330179fe14 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a3e0f2727455fd01a39a60b92f77e28e0 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a3e0f2727455fd01a39a60b92f77e28e0">IsStringObject</a> () const </td></tr>
<tr class="separator:a3e0f2727455fd01a39a60b92f77e28e0 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a867baa94cb8f1069452359e6cef6751e inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a867baa94cb8f1069452359e6cef6751e">IsSymbolObject</a> () const </td></tr>
<tr class="separator:a867baa94cb8f1069452359e6cef6751e inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a579fb52e893cdc24f8b77e5acc77d06d inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a579fb52e893cdc24f8b77e5acc77d06d">IsNativeError</a> () const </td></tr>
<tr class="separator:a579fb52e893cdc24f8b77e5acc77d06d inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aae41e43486937d6122c297a0d43ac0b8 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#aae41e43486937d6122c297a0d43ac0b8">IsRegExp</a> () const </td></tr>
<tr class="separator:aae41e43486937d6122c297a0d43ac0b8 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a1cbbebde8c256d051c4606a7300870c6 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a1cbbebde8c256d051c4606a7300870c6">IsGeneratorFunction</a> () const </td></tr>
<tr class="separator:a1cbbebde8c256d051c4606a7300870c6 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a72982768acdadd82d1df02a452251d14 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a72982768acdadd82d1df02a452251d14">IsGeneratorObject</a> () const </td></tr>
<tr class="separator:a72982768acdadd82d1df02a452251d14 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a93d6a0817b15a1d28050ba16e131e6b4 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a93d6a0817b15a1d28050ba16e131e6b4">IsPromise</a> () const </td></tr>
<tr class="separator:a93d6a0817b15a1d28050ba16e131e6b4 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a71ef50f22d6bb4a093cc931b3d981c08 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a71ef50f22d6bb4a093cc931b3d981c08">IsMap</a> () const </td></tr>
<tr class="separator:a71ef50f22d6bb4a093cc931b3d981c08 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a220bd4056471ee1dda8ab9565517edd7 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a220bd4056471ee1dda8ab9565517edd7">IsSet</a> () const </td></tr>
<tr class="separator:a220bd4056471ee1dda8ab9565517edd7 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:af9c52a0668fa3260a0d12a2cdf895b4e inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#af9c52a0668fa3260a0d12a2cdf895b4e">IsMapIterator</a> () const </td></tr>
<tr class="separator:af9c52a0668fa3260a0d12a2cdf895b4e inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:addbae0104e07b990ee1af0bd7927824b inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#addbae0104e07b990ee1af0bd7927824b">IsSetIterator</a> () const </td></tr>
<tr class="separator:addbae0104e07b990ee1af0bd7927824b inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aab0297b39ed8e2a71b5dca7950228a36 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#aab0297b39ed8e2a71b5dca7950228a36">IsWeakMap</a> () const </td></tr>
<tr class="separator:aab0297b39ed8e2a71b5dca7950228a36 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a6f5a238206cbd95f98e2da92cab72e80 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a6f5a238206cbd95f98e2da92cab72e80">IsWeakSet</a> () const </td></tr>
<tr class="separator:a6f5a238206cbd95f98e2da92cab72e80 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a65f9dad740f2468b44dc16349611c351 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a65f9dad740f2468b44dc16349611c351">IsArrayBuffer</a> () const </td></tr>
<tr class="separator:a65f9dad740f2468b44dc16349611c351 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ad54475d15b7e6b6e17fc80fb4570cdf2 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#ad54475d15b7e6b6e17fc80fb4570cdf2">IsArrayBufferView</a> () const </td></tr>
<tr class="separator:ad54475d15b7e6b6e17fc80fb4570cdf2 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ac2f2f6c39f14a39fbb5b43577125dfe4 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#ac2f2f6c39f14a39fbb5b43577125dfe4">IsTypedArray</a> () const </td></tr>
<tr class="separator:ac2f2f6c39f14a39fbb5b43577125dfe4 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:acbe2cd9c9cce96ee498677ba37c8466d inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#acbe2cd9c9cce96ee498677ba37c8466d">IsUint8Array</a> () const </td></tr>
<tr class="separator:acbe2cd9c9cce96ee498677ba37c8466d inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ad3cb464ab5ef0215bd2cbdd4eb2b7e3d inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#ad3cb464ab5ef0215bd2cbdd4eb2b7e3d">IsUint8ClampedArray</a> () const </td></tr>
<tr class="separator:ad3cb464ab5ef0215bd2cbdd4eb2b7e3d inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a10a88a2794271dfcd9c3abd565e8f28a inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a10a88a2794271dfcd9c3abd565e8f28a">IsInt8Array</a> () const </td></tr>
<tr class="separator:a10a88a2794271dfcd9c3abd565e8f28a inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a4a45fabf58b241f5de3086a3dd0a09ae inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a4a45fabf58b241f5de3086a3dd0a09ae">IsUint16Array</a> () const </td></tr>
<tr class="separator:a4a45fabf58b241f5de3086a3dd0a09ae inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a928c586639dd75ae4efdaa66b1fc4d50 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a928c586639dd75ae4efdaa66b1fc4d50">IsInt16Array</a> () const </td></tr>
<tr class="separator:a928c586639dd75ae4efdaa66b1fc4d50 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a5e39229dc74d534835cf4ceba10676f4 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a5e39229dc74d534835cf4ceba10676f4">IsUint32Array</a> () const </td></tr>
<tr class="separator:a5e39229dc74d534835cf4ceba10676f4 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a48eac78a49c8b42d9f8cf05c514b3750 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a48eac78a49c8b42d9f8cf05c514b3750">IsInt32Array</a> () const </td></tr>
<tr class="separator:a48eac78a49c8b42d9f8cf05c514b3750 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a4effc7ca1a221dd8c1e23c0f28145ef0 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a4effc7ca1a221dd8c1e23c0f28145ef0">IsFloat32Array</a> () const </td></tr>
<tr class="separator:a4effc7ca1a221dd8c1e23c0f28145ef0 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a293f140b81b0219d1497e937ed948b1e inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a293f140b81b0219d1497e937ed948b1e">IsFloat64Array</a> () const </td></tr>
<tr class="separator:a293f140b81b0219d1497e937ed948b1e inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ab071bf567d89c8ce1489b1b7d93abc36 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#ab071bf567d89c8ce1489b1b7d93abc36">IsFloat32x4</a> () const </td></tr>
<tr class="separator:ab071bf567d89c8ce1489b1b7d93abc36 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:afd20ab51e79658acc405c12dad2260ab inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#afd20ab51e79658acc405c12dad2260ab">IsDataView</a> () const </td></tr>
<tr class="separator:afd20ab51e79658acc405c12dad2260ab inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aa4ce26f174a4c1823dec56eb946d3134 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#aa4ce26f174a4c1823dec56eb946d3134">IsSharedArrayBuffer</a> () const </td></tr>
<tr class="separator:aa4ce26f174a4c1823dec56eb946d3134 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a8a056f765e6e07a1d957fdc1be9b00d5 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a8a056f765e6e07a1d957fdc1be9b00d5">IsProxy</a> () const </td></tr>
<tr class="separator:a8a056f765e6e07a1d957fdc1be9b00d5 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a40a62da1dd52184cc4c1fd735c538f8b inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a40a62da1dd52184cc4c1fd735c538f8b"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1MaybeLocal.html">MaybeLocal</a>< <a class="el" href="classv8_1_1Boolean.html">Boolean</a> > </td><td class="memItemRight" valign="bottom"><b>ToBoolean</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context) const </td></tr>
<tr class="separator:a40a62da1dd52184cc4c1fd735c538f8b inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a9fa8386aa436c2b83c9af6a65b8a2cad inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a9fa8386aa436c2b83c9af6a65b8a2cad"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1MaybeLocal.html">MaybeLocal</a>< <a class="el" href="classv8_1_1Number.html">Number</a> > </td><td class="memItemRight" valign="bottom"><b>ToNumber</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context) const </td></tr>
<tr class="separator:a9fa8386aa436c2b83c9af6a65b8a2cad inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a62315204812aa88ac5577587c49e02ab inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a62315204812aa88ac5577587c49e02ab"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1MaybeLocal.html">MaybeLocal</a>< <a class="el" href="classv8_1_1String.html">String</a> > </td><td class="memItemRight" valign="bottom"><b>ToString</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context) const </td></tr>
<tr class="separator:a62315204812aa88ac5577587c49e02ab inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aeb6599247811f27464db5dc4777e35e6 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aeb6599247811f27464db5dc4777e35e6"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1MaybeLocal.html">MaybeLocal</a>< <a class="el" href="classv8_1_1String.html">String</a> > </td><td class="memItemRight" valign="bottom"><b>ToDetailString</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context) const </td></tr>
<tr class="separator:aeb6599247811f27464db5dc4777e35e6 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a4823df6b6920f74f64f30d5341fc879a inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a4823df6b6920f74f64f30d5341fc879a"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1MaybeLocal.html">MaybeLocal</a>< <a class="el" href="classv8_1_1Object.html">Object</a> > </td><td class="memItemRight" valign="bottom"><b>ToObject</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context) const </td></tr>
<tr class="separator:a4823df6b6920f74f64f30d5341fc879a inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a183cd0a8d99f2bbbaa4405b21ef752d6 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a183cd0a8d99f2bbbaa4405b21ef752d6"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1MaybeLocal.html">MaybeLocal</a>< <a class="el" href="classv8_1_1Integer.html">Integer</a> > </td><td class="memItemRight" valign="bottom"><b>ToInteger</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context) const </td></tr>
<tr class="separator:a183cd0a8d99f2bbbaa4405b21ef752d6 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a3ea85bd616b0cf6335cd580937b56e1c inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a3ea85bd616b0cf6335cd580937b56e1c"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1MaybeLocal.html">MaybeLocal</a>< <a class="el" href="classv8_1_1Uint32.html">Uint32</a> > </td><td class="memItemRight" valign="bottom"><b>ToUint32</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context) const </td></tr>
<tr class="separator:a3ea85bd616b0cf6335cd580937b56e1c inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a710ab9ca1f72a69bee3223e03d01e414 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a710ab9ca1f72a69bee3223e03d01e414"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1MaybeLocal.html">MaybeLocal</a>< <a class="el" href="classv8_1_1Int32.html">Int32</a> > </td><td class="memItemRight" valign="bottom"><b>ToInt32</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context) const </td></tr>
<tr class="separator:a710ab9ca1f72a69bee3223e03d01e414 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ad3b9978f3fedccb48817ce87c5a454ed inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ad3b9978f3fedccb48817ce87c5a454ed"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> ("Use maybe version", Local< <a class="el" href="classv8_1_1Boolean.html">Boolean</a> > ToBoolean(<a class="el" href="classv8_1_1Isolate.html">Isolate</a> *isolate) const)</td></tr>
<tr class="separator:ad3b9978f3fedccb48817ce87c5a454ed inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a855a0b74584b9c322c04891783f37e9c inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a855a0b74584b9c322c04891783f37e9c"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> ("Use maybe version", Local< <a class="el" href="classv8_1_1Number.html">Number</a> > ToNumber(<a class="el" href="classv8_1_1Isolate.html">Isolate</a> *isolate) const)</td></tr>
<tr class="separator:a855a0b74584b9c322c04891783f37e9c inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a898f773c591e760fcb98e99cccff3e5c inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a898f773c591e760fcb98e99cccff3e5c"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> ("Use maybe version", Local< <a class="el" href="classv8_1_1String.html">String</a> > ToString(<a class="el" href="classv8_1_1Isolate.html">Isolate</a> *isolate) const)</td></tr>
<tr class="separator:a898f773c591e760fcb98e99cccff3e5c inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a7afec72891a36d38aba6eb2ccf8b0a9d inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a7afec72891a36d38aba6eb2ccf8b0a9d"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATED</b> ("Use maybe version", Local< <a class="el" href="classv8_1_1String.html">String</a> > ToDetailString(<a class="el" href="classv8_1_1Isolate.html">Isolate</a> *isolate) const)</td></tr>
<tr class="separator:a7afec72891a36d38aba6eb2ccf8b0a9d inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a4c98939a72d6c48b01c8279cfe218d34 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a4c98939a72d6c48b01c8279cfe218d34"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> ("Use maybe version", Local< <a class="el" href="classv8_1_1Object.html">Object</a> > ToObject(<a class="el" href="classv8_1_1Isolate.html">Isolate</a> *isolate) const)</td></tr>
<tr class="separator:a4c98939a72d6c48b01c8279cfe218d34 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aae926c4392edf0ad4a5383ab0d8af4b1 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aae926c4392edf0ad4a5383ab0d8af4b1"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> ("Use maybe version", Local< <a class="el" href="classv8_1_1Integer.html">Integer</a> > ToInteger(<a class="el" href="classv8_1_1Isolate.html">Isolate</a> *isolate) const)</td></tr>
<tr class="separator:aae926c4392edf0ad4a5383ab0d8af4b1 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a1582d050951071123139095fa6696e6b inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a1582d050951071123139095fa6696e6b"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATED</b> ("Use maybe version", Local< <a class="el" href="classv8_1_1Uint32.html">Uint32</a> > ToUint32(<a class="el" href="classv8_1_1Isolate.html">Isolate</a> *isolate) const)</td></tr>
<tr class="separator:a1582d050951071123139095fa6696e6b inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:abf72660ee84f81fe2fed85e39e6a3c86 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="abf72660ee84f81fe2fed85e39e6a3c86"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> ("Use maybe version", Local< <a class="el" href="classv8_1_1Int32.html">Int32</a> > ToInt32(<a class="el" href="classv8_1_1Isolate.html">Isolate</a> *isolate) const)</td></tr>
<tr class="separator:abf72660ee84f81fe2fed85e39e6a3c86 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a4c9960d9a42b62b83d70ade47d88fa52 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a4c9960d9a42b62b83d70ade47d88fa52"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> ("Use maybe version", Local< <a class="el" href="classv8_1_1Boolean.html">Boolean</a> > ToBoolean() const)</td></tr>
<tr class="separator:a4c9960d9a42b62b83d70ade47d88fa52 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a82d85e91f204bbfcb5299f20158c27c7 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a82d85e91f204bbfcb5299f20158c27c7"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATED</b> ("Use maybe version", Local< <a class="el" href="classv8_1_1Number.html">Number</a> > ToNumber() const)</td></tr>
<tr class="separator:a82d85e91f204bbfcb5299f20158c27c7 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a4d1fe1c6d7ba6cccef24fc3fe528d75a inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a4d1fe1c6d7ba6cccef24fc3fe528d75a"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> ("Use maybe version", Local< <a class="el" href="classv8_1_1String.html">String</a> > ToString() const)</td></tr>
<tr class="separator:a4d1fe1c6d7ba6cccef24fc3fe528d75a inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a963462b3b958c27890253a6e2b35f565 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a963462b3b958c27890253a6e2b35f565"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATED</b> ("Use maybe version", Local< <a class="el" href="classv8_1_1String.html">String</a> > ToDetailString() const)</td></tr>
<tr class="separator:a963462b3b958c27890253a6e2b35f565 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a594821f24e204aa6a7b1f003a79089a5 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a594821f24e204aa6a7b1f003a79089a5"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> ("Use maybe version", Local< <a class="el" href="classv8_1_1Object.html">Object</a> > ToObject() const)</td></tr>
<tr class="separator:a594821f24e204aa6a7b1f003a79089a5 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aaf6d45da85632495545435e44ed2eeab inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aaf6d45da85632495545435e44ed2eeab"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> ("Use maybe version", Local< <a class="el" href="classv8_1_1Integer.html">Integer</a> > ToInteger() const)</td></tr>
<tr class="separator:aaf6d45da85632495545435e44ed2eeab inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a266f96f746d6addf7b829a1f0c62b2af inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a266f96f746d6addf7b829a1f0c62b2af"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATED</b> ("Use maybe version", Local< <a class="el" href="classv8_1_1Uint32.html">Uint32</a> > ToUint32() const)</td></tr>
<tr class="separator:a266f96f746d6addf7b829a1f0c62b2af inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a0431dfa7c7236d58949f649802f4a03a inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a0431dfa7c7236d58949f649802f4a03a"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATED</b> ("Use maybe version", Local< <a class="el" href="classv8_1_1Int32.html">Int32</a> > ToInt32() const)</td></tr>
<tr class="separator:a0431dfa7c7236d58949f649802f4a03a inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:adedc431c9a5f9fc875027c773cc26585 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#adedc431c9a5f9fc875027c773cc26585">V8_DEPRECATED</a> ("Use maybe version", Local< <a class="el" href="classv8_1_1Uint32.html">Uint32</a> > ToArrayIndex() const)</td></tr>
<tr class="separator:adedc431c9a5f9fc875027c773cc26585 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:abac68de66288d00b3b612c20e5059515 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="abac68de66288d00b3b612c20e5059515"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1MaybeLocal.html">MaybeLocal</a>< <a class="el" href="classv8_1_1Uint32.html">Uint32</a> > </td><td class="memItemRight" valign="bottom"><b>ToArrayIndex</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context) const </td></tr>
<tr class="separator:abac68de66288d00b3b612c20e5059515 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ae6e855a09c4b60ec2c4674731d0d365c inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ae6e855a09c4b60ec2c4674731d0d365c"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1Maybe.html">Maybe</a>< bool > </td><td class="memItemRight" valign="bottom"><b>BooleanValue</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context) const </td></tr>
<tr class="separator:ae6e855a09c4b60ec2c4674731d0d365c inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a3dcd02e3d5ee791e0c42c7f2ebfedbaf inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a3dcd02e3d5ee791e0c42c7f2ebfedbaf"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1Maybe.html">Maybe</a>< double > </td><td class="memItemRight" valign="bottom"><b>NumberValue</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context) const </td></tr>
<tr class="separator:a3dcd02e3d5ee791e0c42c7f2ebfedbaf inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a2163c66da18cfc69b21139496cbed80a inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a2163c66da18cfc69b21139496cbed80a"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1Maybe.html">Maybe</a>< int64_t > </td><td class="memItemRight" valign="bottom"><b>IntegerValue</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context) const </td></tr>
<tr class="separator:a2163c66da18cfc69b21139496cbed80a inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a99b845757d060f581f25df433362b216 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a99b845757d060f581f25df433362b216"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1Maybe.html">Maybe</a>< uint32_t > </td><td class="memItemRight" valign="bottom"><b>Uint32Value</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context) const </td></tr>
<tr class="separator:a99b845757d060f581f25df433362b216 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a60321e60ce602a225f0acc096af75ee8 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a60321e60ce602a225f0acc096af75ee8"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1Maybe.html">Maybe</a>< int32_t > </td><td class="memItemRight" valign="bottom"><b>Int32Value</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context) const </td></tr>
<tr class="separator:a60321e60ce602a225f0acc096af75ee8 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aff3530eeb271134bbb0b6206d736f00b inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aff3530eeb271134bbb0b6206d736f00b"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> ("Use maybe version", bool BooleanValue() const)</td></tr>
<tr class="separator:aff3530eeb271134bbb0b6206d736f00b inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a2d1835968f05581123c96add5b03c41c inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a2d1835968f05581123c96add5b03c41c"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> ("Use maybe version", double NumberValue() const)</td></tr>
<tr class="separator:a2d1835968f05581123c96add5b03c41c inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a0b08feca02c1c902c094b23ca245fce5 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a0b08feca02c1c902c094b23ca245fce5"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> ("Use maybe version", int64_t IntegerValue() const)</td></tr>
<tr class="separator:a0b08feca02c1c902c094b23ca245fce5 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a67ef6d2af84b297bb1a6d825915c7f0f inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a67ef6d2af84b297bb1a6d825915c7f0f"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> ("Use maybe version", uint32_t Uint32Value() const)</td></tr>
<tr class="separator:a67ef6d2af84b297bb1a6d825915c7f0f inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ac091f8bdb5fc293ec803f16b9780a3b5 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac091f8bdb5fc293ec803f16b9780a3b5"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> ("Use maybe version", int32_t Int32Value() const)</td></tr>
<tr class="separator:ac091f8bdb5fc293ec803f16b9780a3b5 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ae3528a485935d1b19a0e007cd5a06799 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#ae3528a485935d1b19a0e007cd5a06799">V8_DEPRECATE_SOON</a> ("Use maybe version", bool Equals(<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > that) const)</td></tr>
<tr class="separator:ae3528a485935d1b19a0e007cd5a06799 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ad98db94739e250aec626fc443bac7947 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ad98db94739e250aec626fc443bac7947"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1Maybe.html">Maybe</a>< bool > </td><td class="memItemRight" valign="bottom"><b>Equals</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > that) const </td></tr>
<tr class="separator:ad98db94739e250aec626fc443bac7947 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ae5742f470be23852222b577ff1f8ad4a inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ae5742f470be23852222b577ff1f8ad4a"></a>
bool </td><td class="memItemRight" valign="bottom"><b>StrictEquals</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > that) const </td></tr>
<tr class="separator:ae5742f470be23852222b577ff1f8ad4a inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ab64798867e84e66d5fa79003dad9d44b inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ab64798867e84e66d5fa79003dad9d44b"></a>
bool </td><td class="memItemRight" valign="bottom"><b>SameValue</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > that) const </td></tr>
<tr class="separator:ab64798867e84e66d5fa79003dad9d44b inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ac2142bb3ec6527633c4f9133e80cdc19 inherit pub_methods_classv8_1_1Value"><td class="memTemplParams" colspan="2"><a class="anchor" id="ac2142bb3ec6527633c4f9133e80cdc19"></a>
template<class T > </td></tr>
<tr class="memitem:ac2142bb3ec6527633c4f9133e80cdc19 inherit pub_methods_classv8_1_1Value"><td class="memTemplItemLeft" align="right" valign="top"><a class="el" href="classv8_1_1Value.html">Value</a> * </td><td class="memTemplItemRight" valign="bottom"><b>Cast</b> (T *value)</td></tr>
<tr class="separator:ac2142bb3ec6527633c4f9133e80cdc19 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header pub_static_attribs_classv8_1_1ArrayBufferView"><td colspan="2" onclick="javascript:toggleInherit('pub_static_attribs_classv8_1_1ArrayBufferView')"><img src="closed.png" alt="-"/> Static Public Attributes inherited from <a class="el" href="classv8_1_1ArrayBufferView.html">v8::ArrayBufferView</a></td></tr>
<tr class="memitem:a1cccb675b1a91e61411fee5918d451db inherit pub_static_attribs_classv8_1_1ArrayBufferView"><td class="memItemLeft" align="right" valign="top">static const int </td><td class="memItemRight" valign="bottom"><b>kInternalFieldCount</b></td></tr>
<tr class="separator:a1cccb675b1a91e61411fee5918d451db inherit pub_static_attribs_classv8_1_1ArrayBufferView"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>An instance of <a class="el" href="classv8_1_1Uint8ClampedArray.html">Uint8ClampedArray</a> constructor (ES6 draft 15.13.6). This API is experimental and may change significantly. </p>
</div><hr/>The documentation for this class was generated from the following file:<ul>
<li>deps/v8/include/<a class="el" href="v8_8h_source.html">v8.h</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>
</body>
</html>
| v8-dox/v8-dox.github.io | ed4cd2e/html/classv8_1_1Uint8ClampedArray.html | HTML | mit | 122,990 |
<!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="./6ba03da9b058f13a854ede8a56de2f2e88eb9bd75095e6c057cf3baff773903e.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/27169af9a8c9dd5ba765bccfb6ef2c95331dc4015d955db1cce09ebc35c74066.html | HTML | mit | 550 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=720, height=1280, user-scalable=no" />
<meta name="description"
content="A single-page template generated by Tizen Web IDE" />
<title>Store</title>
<script type="text/javascript" src="../../css/car/components/jQuery/jquery-1.8.2.js"></script>
<script type='text/javascript' src='../../apiEndpointBase.js'></script>
<script type='text/javascript' src='../../persistentConsole.js'></script>
<!-- jsRender Library Import -->
<script type="text/javascript"
src="../../css/car/components/jsViews/jsrender.js"></script>
<script type="text/javascript"
src="../../css/car/components/jsViews/template.js"></script>
<script type="text/javascript" src="./js/main.js"></script>
<!-- <script type="text/javascript" src="./js/communicationManager.js"></script>-->
<script type="text/javascript" src="./js/promotedController.js"></script>
<script type="text/javascript" src="./js/popularController.js"></script>
<script type="text/javascript" src="./js/store_library.js"></script>
<!-- CarouselView -->
<link rel="stylesheet" href="./css/carouselview.css" />
<link rel="stylesheet" href="./css/style.css" />
<link rel="stylesheet" href="./css/store_library.css" />
<link rel="stylesheet" href="./css/popularApps.css" />
<link rel="stylesheet" href="../../css/user/user.css">
<link rel="stylesheet" href="../../css/car/car.css">
<script type="text/javascript" src="../../css/car/components/carousel/jcarousel.js"></script>
<script type="text/javascript"
src="../../css/car/car.js"></script>
<script type="text/javascript"
src="../../css/user/user.js"></script>
<script type="text/javascript"
src="../../packageRepository.js"></script>
<script type="text/javascript"
src='../../themeengine.js'></script>
<script type='text/javascript'
src='../../css/car/components/boxCaption/boxCaption.js'></script>
<link rel="stylesheet"
href="../../css/car/components/boxCaption/boxCaption.css" />
<script type="text/javascript"
src='../../css/car/components/alphabetBookmark/alphabetBookmark.js'></script>
<link rel="stylesheet"
href="../../css/car/components/alphabetBookmark/alphabetBookmark.css" />
<script type="text/javascript"
src='../../css/car/components/library/library.js'></script>
<link rel="stylesheet"
href="../../css/car/components/library/library.css" />
<script type='text/javascript'
src='../../css/car/components/topBarIcons/topBarIcons.js'></script>
<link rel="stylesheet"
href="../../css/car/components/topBarIcons/topBarIcons.css" />
<script type="text/javascript"
src="../../css/car/components/bottomPanel/bottomPanel.js"></script>
<script type='text/javascript'
src='../../css/car/components/dateTime/dateTime.js'></script>
<link rel="stylesheet"
href="../../css/car/components/dateTime/dateTime.css" />
</head>
<body>
<div id="backgroundStore" class="storeBackground">
<div id="clockElement"></div>
<!-- caroselView -->
<div id="carouselObject" class="carousel"
ontouchstart="Carousel.touch(this)">
<div id="carousel_wrap"></div>
</div>
<div onClick="openStoreLibrary();"
class="button libraryButton fontSizeSmaller fontWeightBold fontColorNormal">MORE
APPS</div>
<div class="divider borderColorDark boxShadow1"></div>
<div id="appDetailWraper"></div>
<div id="topBarIcons"></div>
<div id="bottomPanel" class="bottomPanel bottomPanelImg"></div>
<div id="storeLibrary" class="library pageBgColorNormalTransparent"></div>
</div>
</body>
</html> | n8willis/ivi-demonstrator | engine/applications/application-store/index.html | HTML | mit | 3,600 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>lin-alg: 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 / lin-alg - 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>
lin-alg
<small>
8.6.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-01-04 10:12:16 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-04 10:12:16 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-ocamlbuild base OCamlbuild binary and libraries distributed with the OCaml compiler
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 1 Virtual package relying on perl
coq 8.5.2 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
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/coq-contribs/lin-alg"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/LinAlg"]
depends: [
"ocaml"
"coq" {>= "8.6" & < "8.7~"}
"coq-algebra" {>= "8.6" & < "8.7~"}
]
tags: [ "keyword: linear algebra" "category: Mathematics/Algebra" "date: 19 spetember 2003" ]
authors: [ "Jasper Stein <[email protected]>" ]
bug-reports: "https://github.com/coq-contribs/lin-alg/issues"
dev-repo: "git+https://github.com/coq-contribs/lin-alg.git"
synopsis: "Linear Algebra"
description: """
A development of some preliminary linear algebra
based on Chapter 1 of "Linear Algebra" by Friedberg, Insel and Spence"""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/lin-alg/archive/v8.6.0.tar.gz"
checksum: "md5=6eca6c6c8893da0fc19f1b2ec32a0f86"
}
</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-lin-alg.8.6.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-lin-alg -> coq >= 8.6 -> 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-lin-alg.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.02.3-2.0.6/released/8.5.2/lin-alg/8.6.0.html | HTML | mit | 7,113 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>continuations: 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 / continuations - 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>
continuations
<small>
8.6.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-12-23 07:49:00 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-23 07:49:00 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
camlp4 4.03+1 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.03.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.03.0 Official 4.03.0 release
ocaml-config 1 OCaml Switch Configuration
ocamlbuild 0.14.0 OCamlbuild is a build system with builtin rules to easily build most OCaml projects.
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/coq-contribs/continuations"
license: "Unknown"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Continuations"]
depends: [
"ocaml"
"coq" {>= "8.6" & < "8.7~"}
]
tags: [ "keyword: exceptions" "keyword: monads" "keyword: continuations" "keyword: cps" "category: Computer Science/Semantics and Compilation/Semantics" "category: Miscellaneous/Extracted Programs/Combinatorics" ]
authors: [ "Jean-François Monin" ]
bug-reports: "https://github.com/coq-contribs/continuations/issues"
dev-repo: "git+https://github.com/coq-contribs/continuations.git"
synopsis: "A toolkit to reason with programs raising exceptions"
description: """
We show a way of developing correct functionnal programs
raising exceptions. This is made possible using a Continuation
Passing Style translation, see the contribution "exceptions" from
P. Casteran at Bordeaux. Things are made easier and more modular using
some general definitions."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/continuations/archive/v8.6.0.tar.gz"
checksum: "md5=048bd17ff2fd3e854c3c3384866430ad"
}
</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-continuations.8.6.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-continuations -> coq >= 8.6 -> 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-continuations.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.03.0-2.0.5/released/8.5.0~camlp4/continuations/8.6.0.html | HTML | mit | 7,525 |
<div style="margin:20px;">
<h1 class="rsp-home-header">
Home2
</h1>
<a ng-href="/currentOfferings" ng-click="$ctrl.open($event)">Test Link</a>
<div>
<input type="text" ng-model="$ctrl.searchObj.name.value" style="width:200px;" ng-change="$ctrl.search($ctrl.searchObj.name)" placeholder="Name" />
<input type="text" ng-model="$ctrl.searchObj.company.value" style="width:200px;" ng-change="$ctrl.search($ctrl.searchObj.company)" placeholder="Company" />
<button ng-click="$ctrl.toggle()">Toggle Company Column</button>
</div>
<table id="grdInvGoal">
<tr>
<td></td>
<td><a ng-click="$ctrl.setGoal(['1','4','7'])">Growth</a></td>
<td><a ng-click="$ctrl.setGoal(['2','5','8'])">Income</a></td>
<td><a ng-click="$ctrl.setGoal(['3','6','9'])">Growth+Income</a></td>
</tr>
<tr>
<td><a ng-click="$ctrl.setGoal(['1','2','3'])">Full Protection</a></td>
<td><input type="checkbox" ng-model="$ctrl.invGoal.value[1]" id="cbIg1" name="cbIg1" ng-click="$ctrl.invGoalChange()"/><label for="cbIg1"></label> {{ $ctrl.invGoal["1"] }} results</td>
<td><input type="checkbox" ng-model="$ctrl.invGoal.value[2]" id="cbIg2" name="cbIg2" ng-click="$ctrl.invGoalChange()"/><label for="cbIg2"></label> {{ $ctrl.invGoal["2"] }} results</td>
<td><input type="checkbox" ng-model="$ctrl.invGoal.value[3]" id="cbIg3" name="cbIg3" ng-click="$ctrl.invGoalChange()"/><label for="cbIg3"></label> {{ $ctrl.invGoal["3"] }} results</td>
</tr>
<tr>
<td><a ng-click="$ctrl.setGoal(['4','5','6'])">Half Protection</a></td>
<td><input type="checkbox" ng-model="$ctrl.invGoal.value[4]" id="cbIg4" name="cbIg4" ng-click="$ctrl.invGoalChange()"/><label for="cbIg4"></label> {{ $ctrl.invGoal["4"] }} results</td>
<td><input type="checkbox" ng-model="$ctrl.invGoal.value[5]" id="cbIg5" name="cbIg5" ng-click="$ctrl.invGoalChange()"/><label for="cbIg5"></label> {{ $ctrl.invGoal["5"] }} results</td>
<td><input type="checkbox" ng-model="$ctrl.invGoal.value[6]" id="cbIg6" name="cbIg6" ng-click="$ctrl.invGoalChange()"/><label for="cbIg6"></label> {{ $ctrl.invGoal["6"] }} results</td>
</tr>
<tr>
<td><a ng-click="$ctrl.setGoal(['7','8','9'])">No Protection</a></td>
<td><input type="checkbox" ng-model="$ctrl.invGoal.value[7]" id="cbIg7" name="cbIg7" ng-click="$ctrl.invGoalChange()"/><label for="cbIg7"></label> {{ $ctrl.invGoal["7"] }} results</td>
<td><input type="checkbox" ng-model="$ctrl.invGoal.value[8]" id="cbIg8" name="cbIg8" ng-click="$ctrl.invGoalChange()"/><label for="cbIg8"></label> {{ $ctrl.invGoal["8"] }} results</td>
<td><input type="checkbox" ng-model="$ctrl.invGoal.value[9]" id="cbIg9" name="cbIg9" ng-click="$ctrl.invGoalChange()"/><label for="cbIg9"></label> {{ $ctrl.invGoal["9"] }} results</td>
</tr>
</table>
<button ng-click="$ctrl.openModal()">Open Modal</button>
<div style="margin-top:20px;" class="rsp-qv-wrapper">
<div style="margin:10px 0 10px 0;">
{{$ctrl.data.length}} Records
</div>
<rsp-quick-view bulk-items="$ctrl.selectedDeals" detail-item="$ctrl.selectedDeal" on-bulk-remove="$ctrl.removeDeal(id)"></rsp-quick-view>
<table id="table1" class="rsp-table" style="width:100%">
<thead>
<tr>
<th style="width:45px;"></th>
<th style="width:200px;">Name</th>
<th>Company</th>
<th>Gender</th>
<th>Protection</th>
<th>Goal</th>
</tr>
</thead>
<tbody>
<tr id="row{{:: $id}}" ng-repeat="item in $ctrl.data" ng-click="$ctrl.view(item,$event)">
<td><input type="checkbox" id="cb{{:: $id}}" name="cb{{:: $id}}" ng-click="$ctrl.select(item,$event, $id)"/><label for="cb{{:: $id}}"></label></td>
<td>{{:: item.name}}</td>
<td>{{:: item.company}}</td>
<td>{{:: item.gender}}</td>
<td>{{:: item.protection}}</td>
<td>{{:: item.goal}}</td>
</tr>
</tr>
<tbody>
</table>
</div>
</div> | mkavcar/PortalJP | src/app/core/components/home.html | HTML | mit | 3,851 |
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>remote_ip.rb</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" href="../../../../../../../../../../css/reset.css" type="text/css" media="screen" />
<link rel="stylesheet" href="../../../../../../../../../../css/main.css" type="text/css" media="screen" />
<link rel="stylesheet" href="../../../../../../../../../../css/github.css" type="text/css" media="screen" />
<script src="../../../../../../../../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
<script src="../../../../../../../../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
<script src="../../../../../../../../../../js/main.js" type="text/javascript" charset="utf-8"></script>
<script src="../../../../../../../../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
</head>
<body>
<div class="banner">
<span>Ruby on Rails 4.1.8</span><br />
<h1>
remote_ip.rb
</h1>
<ul class="files">
<li>
../.rvm/gems/ruby-2.2.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/remote_ip.rb
</li>
<li>Last modified: 2015-02-25 10:25:39 +0200</li>
</ul>
</div>
<div id="bodyContent">
<div id="content">
<!-- Namespace -->
<div class="sectiontitle">Namespace</div>
<ul>
<li>
<span class="type">MODULE</span>
<a href="../../../../../../../../../../classes/ActionDispatch.html">ActionDispatch</a>
</li>
<li>
<span class="type">CLASS</span>
<a href="../../../../../../../../../../classes/ActionDispatch/RemoteIp.html">ActionDispatch::RemoteIp</a>
</li>
<li>
<span class="type">CLASS</span>
<a href="../../../../../../../../../../classes/ActionDispatch/RemoteIp/GetIp.html">ActionDispatch::RemoteIp::GetIp</a>
</li>
<li>
<span class="type">CLASS</span>
<a href="../../../../../../../../../../classes/ActionDispatch/RemoteIp/IpSpoofAttackError.html">ActionDispatch::RemoteIp::IpSpoofAttackError</a>
</li>
</ul>
<!-- Methods -->
</div>
</div>
</body>
</html> | kristoferrobin/p2p | doc/api/files/__/_rvm/gems/ruby-2_2_0/gems/actionpack-4_1_8/lib/action_dispatch/middleware/remote_ip_rb.html | HTML | mit | 2,663 |
<html>
<head>
<title>User agent detail - lg-t375 UNTRUSTED/1.0</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">
lg-t375 UNTRUSTED/1.0
</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">LG</td><td>t375</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] => lg-t375 UNTRUSTED/1.0
[family] => LG t375
[brand] => LG
[model] => t375
)
</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 colspan="12" class="center-align red lighten-1">
<strong>No result found</strong>
</td>
</tr><tr><td>DonatjUAParser<br /><small>v0.5.0</small></td><td>lg-t375 </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] =>
[browser] => lg-t375
[version] =>
)
</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> </td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555">LG</td><td>t375</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.19402</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] => 1
[type] => mobile-browser
[mobile_brand] => LG
[mobile_model] => t375
[version] =>
[is_android] =>
[browser_name] => unknown
[operating_system_family] => unknown
[operating_system_version] =>
[is_ios] =>
[producer] => LG
[operating_system] => unknown
[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> </td><td> </td><td> </td><td style="border-left: 1px solid #555">LG</td><td>t375</td><td>smartphone</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] =>
[operatingSystem] => Array
(
)
[device] => Array
(
[brand] => LG
[brandName] => LG
[model] => t375
[device] => 1
[deviceName] => smartphone
)
[bot] =>
[extra] => Array
(
[isBot] =>
[isBrowser] =>
[isFeedReader] =>
[isMobileApp] =>
[isPIM] =>
[isLibrary] =>
[isMediaPlayer] =>
[isCamera] =>
[isCarBrowser] =>
[isConsole] =>
[isFeaturePhone] =>
[isPhablet] =>
[isPortableMediaPlayer] =>
[isSmartDisplay] =>
[isSmartphone] => 1
[isTablet] =>
[isTV] =>
[isDesktop] =>
[isMobile] => 1
[isTouchEnabled] =>
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>SinergiBrowserDetector<br /><small>6.0.0</small></td>
<td colspan="12" class="center-align red lighten-1">
<strong>No result found</strong>
</td>
</tr><tr><td>UAParser<br /><small>v3.4.5</small></td><td> </td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555">LG</td><td>t375</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.02</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] =>
[minor] =>
[patch] =>
[family] => Other
)
[os] => UAParser\Result\OperatingSystem Object
(
[major] =>
[minor] =>
[patch] =>
[patchMinor] =>
[family] => Other
)
[device] => UAParser\Result\Device Object
(
[brand] => LG
[model] => t375
[family] => LG t375
)
[originalUserAgent] => lg-t375 UNTRUSTED/1.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>UserAgentStringCom<br /><small></small></td>
<td colspan="12" class="center-align red lighten-1">
<strong>No result found</strong>
</td>
</tr><tr><td>WhatIsMyBrowserCom<br /><small></small></td><td> </td><td> </td><td> </td><td style="border-left: 1px solid #555">LG</td><td>LGt375</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>1.11411</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] =>
[simple_sub_description_string] =>
[simple_browser_string] =>
[browser_version] =>
[extra_info] => stdClass Object
(
[20] => Array
(
[0] => Unsigned J2ME Browser
)
)
[operating_platform] => LGt375
[extra_info_table] => Array
(
)
[layout_engine_name] =>
[detected_addons] => Array
(
)
[operating_system_flavour_code] =>
[hardware_architecture] =>
[operating_system_flavour] =>
[operating_system_frameworks] => Array
(
)
[browser_name_code] =>
[operating_system_version] =>
[simple_operating_platform_string] => LGt375
[is_abusive] =>
[layout_engine_version] =>
[browser_capabilities] => Array
(
)
[operating_platform_vendor_name] => LG
[operating_system] =>
[operating_system_version_full] =>
[operating_platform_code] => LGt375
[browser_name] =>
[operating_system_name_code] =>
[user_agent] => lg-t375 UNTRUSTED/1.0
[browser_version_full] =>
[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>WhichBrowser<br /><small>2.0.10</small></td><td> </td><td> </td><td> </td><td style="border-left: 1px solid #555">LG</td><td>t375</td><td>mobile:feature</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.014</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
(
[device] => Array
(
[type] => mobile
[subtype] => feature
[manufacturer] => LG
[model] => t375
)
)
</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 colspan="12" class="center-align red lighten-1">
<strong>No result found</strong>
</td>
</tr><tr><td>Wurfl<br /><small>1.6.4</small></td><td>Opera 11.10</td><td><i class="material-icons">close</i></td><td>Linux armv6l </td><td style="border-left: 1px solid #555"></td><td></td><td>Feature Phone</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.018</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-1a1aee36-7ce7-4111-a391-8e2c501f1532">Detail</a>
<!-- Modal Structure -->
<div id="modal-1a1aee36-7ce7-4111-a391-8e2c501f1532" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>Wurfl result detail</h4>
<p><pre><code class="php">Array
(
[virtual] => Array
(
[is_android] => false
[is_ios] => false
[is_windows_phone] => false
[is_app] => false
[is_full_desktop] => false
[is_largescreen] => false
[is_mobile] => true
[is_robot] => false
[is_smartphone] => false
[is_touchscreen] => false
[is_wml_preferred] => false
[is_xhtmlmp_preferred] => true
[is_html_preferred] => false
[advertised_device_os] => Linux armv6l
[advertised_device_os_version] =>
[advertised_browser] => Opera
[advertised_browser_version] => 11.10
[complete_device_name] =>
[form_factor] => Feature Phone
[is_phone] => true
[is_app_webview] => false
)
[all] => Array
(
[brand_name] =>
[model_name] =>
[unique] => true
[ununiqueness_handler] =>
[is_wireless_device] => true
[device_claims_web_support] => false
[has_qwerty_keyboard] => false
[can_skip_aligned_link_row] => false
[uaprof] =>
[uaprof2] =>
[uaprof3] =>
[nokia_series] => 0
[nokia_edition] => 0
[device_os] =>
[mobile_browser] =>
[mobile_browser_version] =>
[device_os_version] =>
[pointing_method] =>
[release_date] => 2002_january
[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] => false
[xhtml_supports_forms_in_table] => false
[xhtml_support_wml2_namespace] => false
[xhtml_autoexpand_select] => false
[xhtml_select_as_dropdown] => false
[xhtml_select_as_radiobutton] => false
[xhtml_select_as_popup] => false
[xhtml_display_accesskey] => false
[xhtml_supports_invisible_text] => false
[xhtml_supports_inline_input] => false
[xhtml_supports_monospace_font] => false
[xhtml_supports_table_for_layout] => false
[xhtml_supports_css_cell_table_coloring] => false
[xhtml_format_as_css_property] => false
[xhtml_format_as_attribute] => false
[xhtml_nowrap_mode] => false
[xhtml_marquee_as_css_property] => false
[xhtml_readable_background_color1] => #FFFFFF
[xhtml_readable_background_color2] => #FFFFFF
[xhtml_allows_disabled_form_elements] => false
[xhtml_document_title_support] => true
[xhtml_preferred_charset] => utf8
[opwv_xhtml_extensions_support] => false
[xhtml_make_phone_call_string] => tel:
[xhtmlmp_preferred_mime_type] => application/vnd.wap.xhtml+xml
[xhtml_table_support] => false
[xhtml_send_sms_string] => none
[xhtml_send_mms_string] => none
[xhtml_file_upload] => not_supported
[cookie_support] => true
[accept_third_party_cookie] => true
[xhtml_supports_iframe] => none
[xhtml_avoid_accesskeys] => false
[xhtml_can_embed_video] => none
[ajax_support_javascript] => false
[ajax_manipulate_css] => false
[ajax_support_getelementbyid] => false
[ajax_support_inner_html] => false
[ajax_xhr_type] => none
[ajax_manipulate_dom] => false
[ajax_support_events] => false
[ajax_support_event_listener] => false
[ajax_preferred_geoloc_api] => none
[xhtml_support_level] => 1
[preferred_markup] => html_wi_oma_xhtmlmp_1_0
[wml_1_1] => true
[wml_1_2] => false
[wml_1_3] => false
[html_wi_w3_xhtmlbasic] => true
[html_wi_oma_xhtmlmp_1_0] => true
[html_wi_imode_html_1] => false
[html_wi_imode_html_2] => false
[html_wi_imode_html_3] => false
[html_wi_imode_html_4] => false
[html_wi_imode_html_5] => false
[html_wi_imode_htmlx_1] => false
[html_wi_imode_htmlx_1_1] => false
[html_wi_imode_compact_generic] => false
[html_web_3_2] => false
[html_web_4_0] => false
[voicexml] => false
[multipart_support] => false
[total_cache_disable_support] => false
[time_to_live_support] => false
[resolution_width] => 90
[resolution_height] => 90
[columns] => 11
[max_image_width] => 90
[max_image_height] => 35
[rows] => 6
[physical_screen_width] => 27
[physical_screen_height] => 27
[dual_orientation] => false
[density_class] => 1.0
[wbmp] => true
[bmp] => false
[epoc_bmp] => false
[gif_animated] => false
[jpg] => false
[png] => false
[tiff] => false
[transparent_png_alpha] => false
[transparent_png_index] => false
[svgt_1_1] => false
[svgt_1_1_plus] => false
[greyscale] => false
[gif] => true
[colors] => 256
[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] => 9
[wifi] => false
[sdio] => false
[vpn] => false
[has_cellular_radio] => true
[max_deck_size] => 4000
[max_url_length_in_requests] => 128
[max_url_length_homepage] => 0
[max_url_length_bookmark] => 0
[max_url_length_cached_page] => 0
[max_no_of_connection_settings] => 0
[max_no_of_bookmarks] => 0
[max_length_of_username] => 0
[max_length_of_password] => 0
[max_object_size] => 0
[downloadfun_support] => false
[directdownload_support] => false
[inline_support] => false
[oma_support] => false
[ringtone] => false
[ringtone_3gpp] => false
[ringtone_midi_monophonic] => false
[ringtone_midi_polyphonic] => false
[ringtone_imelody] => false
[ringtone_digiplug] => false
[ringtone_compactmidi] => false
[ringtone_mmf] => false
[ringtone_rmf] => false
[ringtone_xmf] => false
[ringtone_amr] => false
[ringtone_awb] => false
[ringtone_aac] => false
[ringtone_wav] => false
[ringtone_mp3] => false
[ringtone_spmidi] => false
[ringtone_qcelp] => false
[ringtone_voices] => 1
[ringtone_df_size_limit] => 0
[ringtone_directdownload_size_limit] => 0
[ringtone_inline_size_limit] => 0
[ringtone_oma_size_limit] => 0
[wallpaper] => false
[wallpaper_max_width] => 0
[wallpaper_max_height] => 0
[wallpaper_preferred_width] => 0
[wallpaper_preferred_height] => 0
[wallpaper_resize] => none
[wallpaper_wbmp] => false
[wallpaper_bmp] => false
[wallpaper_gif] => false
[wallpaper_jpg] => false
[wallpaper_png] => false
[wallpaper_tiff] => false
[wallpaper_greyscale] => false
[wallpaper_colors] => 2
[wallpaper_df_size_limit] => 0
[wallpaper_directdownload_size_limit] => 0
[wallpaper_inline_size_limit] => 0
[wallpaper_oma_size_limit] => 0
[screensaver] => false
[screensaver_max_width] => 0
[screensaver_max_height] => 0
[screensaver_preferred_width] => 0
[screensaver_preferred_height] => 0
[screensaver_resize] => none
[screensaver_wbmp] => false
[screensaver_bmp] => false
[screensaver_gif] => false
[screensaver_jpg] => false
[screensaver_png] => false
[screensaver_greyscale] => false
[screensaver_colors] => 2
[screensaver_df_size_limit] => 0
[screensaver_directdownload_size_limit] => 0
[screensaver_inline_size_limit] => 0
[screensaver_oma_size_limit] => 0
[picture] => false
[picture_max_width] => 0
[picture_max_height] => 0
[picture_preferred_width] => 0
[picture_preferred_height] => 0
[picture_resize] => none
[picture_wbmp] => false
[picture_bmp] => false
[picture_gif] => false
[picture_jpg] => false
[picture_png] => false
[picture_greyscale] => false
[picture_colors] => 2
[picture_df_size_limit] => 0
[picture_directdownload_size_limit] => 0
[picture_inline_size_limit] => 0
[picture_oma_size_limit] => 0
[video] => false
[oma_v_1_0_forwardlock] => false
[oma_v_1_0_combined_delivery] => false
[oma_v_1_0_separate_delivery] => false
[streaming_video] => false
[streaming_3gpp] => false
[streaming_mp4] => false
[streaming_mov] => false
[streaming_video_size_limit] => 0
[streaming_real_media] => none
[streaming_flv] => false
[streaming_3g2] => false
[streaming_vcodec_h263_0] => -1
[streaming_vcodec_h263_3] => -1
[streaming_vcodec_mpeg4_sp] => -1
[streaming_vcodec_mpeg4_asp] => -1
[streaming_vcodec_h264_bp] => -1
[streaming_acodec_amr] => none
[streaming_acodec_aac] => none
[streaming_wmv] => none
[streaming_preferred_protocol] => rtsp
[streaming_preferred_http_protocol] => none
[wap_push_support] => false
[connectionless_service_indication] => false
[connectionless_service_load] => false
[connectionless_cache_operation] => false
[connectionoriented_unconfirmed_service_indication] => false
[connectionoriented_unconfirmed_service_load] => false
[connectionoriented_unconfirmed_cache_operation] => false
[connectionoriented_confirmed_service_indication] => false
[connectionoriented_confirmed_service_load] => false
[connectionoriented_confirmed_cache_operation] => false
[utf8_support] => false
[ascii_support] => false
[iso8859_support] => false
[expiration_date] => false
[j2me_cldc_1_0] => false
[j2me_cldc_1_1] => false
[j2me_midp_1_0] => false
[j2me_midp_2_0] => false
[doja_1_0] => false
[doja_1_5] => false
[doja_2_0] => false
[doja_2_1] => false
[doja_2_2] => false
[doja_3_0] => false
[doja_3_5] => false
[doja_4_0] => false
[j2me_jtwi] => false
[j2me_mmapi_1_0] => false
[j2me_mmapi_1_1] => false
[j2me_wmapi_1_0] => false
[j2me_wmapi_1_1] => false
[j2me_wmapi_2_0] => false
[j2me_btapi] => false
[j2me_3dapi] => false
[j2me_locapi] => false
[j2me_nokia_ui] => false
[j2me_motorola_lwt] => false
[j2me_siemens_color_game] => false
[j2me_siemens_extension] => false
[j2me_heap_size] => 0
[j2me_max_jar_size] => 0
[j2me_storage_size] => 0
[j2me_max_record_store_size] => 0
[j2me_screen_width] => 0
[j2me_screen_height] => 0
[j2me_canvas_width] => 0
[j2me_canvas_height] => 0
[j2me_bits_per_pixel] => 0
[j2me_audio_capture_enabled] => false
[j2me_video_capture_enabled] => false
[j2me_photo_capture_enabled] => false
[j2me_capture_image_formats] => none
[j2me_http] => false
[j2me_https] => false
[j2me_socket] => false
[j2me_udp] => false
[j2me_serial] => false
[j2me_gif] => false
[j2me_gif89a] => false
[j2me_jpg] => false
[j2me_png] => false
[j2me_bmp] => false
[j2me_bmp3] => false
[j2me_wbmp] => false
[j2me_midi] => false
[j2me_wav] => false
[j2me_amr] => false
[j2me_mp3] => false
[j2me_mp4] => false
[j2me_imelody] => false
[j2me_rmf] => false
[j2me_au] => false
[j2me_aac] => false
[j2me_realaudio] => false
[j2me_xmf] => false
[j2me_wma] => false
[j2me_3gpp] => false
[j2me_h263] => false
[j2me_svgt] => false
[j2me_mpeg4] => false
[j2me_realvideo] => false
[j2me_real8] => false
[j2me_realmedia] => false
[j2me_left_softkey_code] => 0
[j2me_right_softkey_code] => 0
[j2me_middle_softkey_code] => 0
[j2me_select_key_code] => 0
[j2me_return_key_code] => 0
[j2me_clear_key_code] => 0
[j2me_datefield_no_accepts_null_date] => false
[j2me_datefield_broken] => false
[receiver] => false
[sender] => false
[mms_max_size] => 0
[mms_max_height] => 0
[mms_max_width] => 0
[built_in_recorder] => false
[built_in_camera] => false
[mms_jpeg_baseline] => false
[mms_jpeg_progressive] => false
[mms_gif_static] => false
[mms_gif_animated] => false
[mms_png] => false
[mms_bmp] => false
[mms_wbmp] => false
[mms_amr] => false
[mms_wav] => false
[mms_midi_monophonic] => false
[mms_midi_polyphonic] => false
[mms_midi_polyphonic_voices] => 0
[mms_spmidi] => false
[mms_mmf] => false
[mms_mp3] => false
[mms_evrc] => false
[mms_qcelp] => false
[mms_ota_bitmap] => false
[mms_nokia_wallpaper] => false
[mms_nokia_operatorlogo] => false
[mms_nokia_3dscreensaver] => false
[mms_nokia_ringingtone] => false
[mms_rmf] => false
[mms_xmf] => false
[mms_symbian_install] => false
[mms_jar] => false
[mms_jad] => false
[mms_vcard] => false
[mms_vcalendar] => false
[mms_wml] => false
[mms_wbxml] => false
[mms_wmlc] => false
[mms_video] => false
[mms_mp4] => false
[mms_3gpp] => false
[mms_3gpp2] => false
[mms_max_frame_rate] => 0
[nokiaring] => false
[picturemessage] => false
[operatorlogo] => false
[largeoperatorlogo] => false
[callericon] => false
[nokiavcard] => false
[nokiavcal] => false
[sckl_ringtone] => false
[sckl_operatorlogo] => false
[sckl_groupgraphic] => false
[sckl_vcard] => false
[sckl_vcalendar] => false
[text_imelody] => false
[ems] => false
[ems_variablesizedpictures] => false
[ems_imelody] => false
[ems_odi] => false
[ems_upi] => false
[ems_version] => 0
[siemens_ota] => false
[siemens_logo_width] => 101
[siemens_logo_height] => 29
[siemens_screensaver_width] => 101
[siemens_screensaver_height] => 50
[gprtf] => false
[sagem_v1] => false
[sagem_v2] => false
[panasonic] => false
[sms_enabled] => true
[wav] => false
[mmf] => false
[smf] => false
[mld] => false
[midi_monophonic] => false
[midi_polyphonic] => false
[sp_midi] => false
[rmf] => false
[xmf] => false
[compactmidi] => false
[digiplug] => false
[nokia_ringtone] => false
[imelody] => false
[au] => false
[amr] => false
[awb] => false
[aac] => false
[mp3] => false
[voices] => 1
[qcelp] => false
[evrc] => false
[flash_lite_version] =>
[fl_wallpaper] => false
[fl_screensaver] => false
[fl_standalone] => false
[fl_browser] => false
[fl_sub_lcd] => false
[full_flash_support] => false
[css_supports_width_as_percentage] => true
[css_border_image] => none
[css_rounded_corners] => none
[css_gradient] => none
[css_spriting] => false
[css_gradient_linear] => none
[is_transcoder] => false
[transcoder_ua_header] => user-agent
[rss_support] => false
[pdf_support] => false
[progressive_download] => false
[playback_vcodec_h263_0] => -1
[playback_vcodec_h263_3] => -1
[playback_vcodec_mpeg4_sp] => -1
[playback_vcodec_mpeg4_asp] => -1
[playback_vcodec_h264_bp] => -1
[playback_real_media] => none
[playback_3gpp] => false
[playback_3g2] => false
[playback_mp4] => false
[playback_mov] => false
[playback_acodec_amr] => none
[playback_acodec_aac] => none
[playback_df_size_limit] => 0
[playback_directdownload_size_limit] => 0
[playback_inline_size_limit] => 0
[playback_oma_size_limit] => 0
[playback_acodec_qcelp] => false
[playback_wmv] => none
[hinted_progressive_download] => false
[html_preferred_dtd] => xhtml_mp1
[viewport_supported] => false
[viewport_width] =>
[viewport_userscalable] =>
[viewport_initial_scale] =>
[viewport_maximum_scale] =>
[viewport_minimum_scale] =>
[mobileoptimized] => false
[handheldfriendly] => false
[canvas_support] => none
[image_inlining] => false
[is_smarttv] => false
[is_console] => false
[nfc_support] => false
[ux_full_desktop] => false
[jqm_grade] => none
[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:41</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/0a/de/0ade616b-8e00-4c1a-9d4f-2bbbfe181796.html | HTML | mit | 37,446 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>V8 API Reference Guide for node.js v6.10.0: Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">V8 API Reference Guide for node.js v6.10.0
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.11 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="inherits.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="structv8_1_1JitCodeEvent.html">JitCodeEvent</a></li><li class="navelem"><a class="el" href="structv8_1_1JitCodeEvent_1_1line__info__t.html">line_info_t</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">v8::JitCodeEvent::line_info_t Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="structv8_1_1JitCodeEvent_1_1line__info__t.html">v8::JitCodeEvent::line_info_t</a>, including all inherited members.</p>
<table class="directory">
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>offset</b> (defined in <a class="el" href="structv8_1_1JitCodeEvent_1_1line__info__t.html">v8::JitCodeEvent::line_info_t</a>)</td><td class="entry"><a class="el" href="structv8_1_1JitCodeEvent_1_1line__info__t.html">v8::JitCodeEvent::line_info_t</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>pos</b> (defined in <a class="el" href="structv8_1_1JitCodeEvent_1_1line__info__t.html">v8::JitCodeEvent::line_info_t</a>)</td><td class="entry"><a class="el" href="structv8_1_1JitCodeEvent_1_1line__info__t.html">v8::JitCodeEvent::line_info_t</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>position_type</b> (defined in <a class="el" href="structv8_1_1JitCodeEvent_1_1line__info__t.html">v8::JitCodeEvent::line_info_t</a>)</td><td class="entry"><a class="el" href="structv8_1_1JitCodeEvent_1_1line__info__t.html">v8::JitCodeEvent::line_info_t</a></td><td class="entry"></td></tr>
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>
</body>
</html>
| v8-dox/v8-dox.github.io | 2a39d1c/html/structv8_1_1JitCodeEvent_1_1line__info__t-members.html | HTML | mit | 5,566 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_15) on Thu Mar 10 09:38:24 BRT 2011 -->
<TITLE>
Uses of Class plpermod.TestePlPerMod
</TITLE>
<META NAME="date" CONTENT="2011-03-10">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class plpermod.TestePlPerMod";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../plpermod/TestePlPerMod.html" title="class in plpermod"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../index.html?plpermod/\class-useTestePlPerMod.html" target="_top"><B>FRAMES</B></A>
<A HREF="TestePlPerMod.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>plpermod.TestePlPerMod</B></H2>
</CENTER>
No usage of plpermod.TestePlPerMod
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../plpermod/TestePlPerMod.html" title="class in plpermod"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../index.html?plpermod/\class-useTestePlPerMod.html" target="_top"><B>FRAMES</B></A>
<A HREF="TestePlPerMod.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
| dayse/gesplan | doc/plpermod/class-use/TestePlPerMod.html | HTML | mit | 5,755 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>antivalence: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.5.1 / antivalence - 1.0.1</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
antivalence
<small>
1.0.1
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-02-02 22:20:31 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-02 22:20:31 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.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
# opam file:
opam-version: "2.0"
synopsis: "A Coq plugin to generate type-inequality axioms for inductive definitions"
description: """
Antivalence generates universally-quantified type inequality axioms, letting
you treat the set of inductive definitions in your program as a closed
inductive definition itself.
"""
homepage: "https://github.com/ivanbakel/coq-antivalence"
dev-repo: "git+https://github.com/ivanbakel/coq-antivalence.git"
bug-reports: "https://github.com/ivanbakel/coq-antivalence/issues"
maintainer: "[email protected]"
authors: [
"Isaac van Bakel"
]
license: "MIT"
depends: [
"coq" {>= "8.11" & < "8.12~"}
]
build: [
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
url {
src: "https://github.com/ivanbakel/coq-antivalence/archive/1.0.1.tar.gz"
checksum: "sha256=faa00b1dc21afef199f975815f6f69e0fc122ce249b5179bc946529c450d5608"
}
tags: [
"category:Miscellaneous/Coq Extensions"
"logpath:Antivalence"
"date:2020-08-24"
]
</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-antivalence.1.0.1 coq.8.5.1</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.5.1).
The following dependencies couldn't be met:
- coq-antivalence -> coq >= 8.11 -> 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-antivalence.1.0.1</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.03.0-2.0.5/released/8.5.1/antivalence/1.0.1.html | HTML | mit | 6,892 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>izf: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.8.0 / izf - 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>
izf
<small>
8.10.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-02-28 15:52:49 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-28 15:52:49 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.8.0 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.3 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/coq-contribs/izf"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/IZF"]
depends: [
"ocaml"
"coq" {>= "8.10" & < "8.11~"}
]
tags: [
"keyword: Intuitionistic set theory"
"keyword: pointed graphs"
"keyword: type theory"
"keyword: intuitionistic choice operator"
"keyword: set theory"
"keyword: Zermelo-Fraenkel"
"category: Mathematics/Logic/Set theory"
"date: 2003-02"
]
authors: [
"Alexandre Miquel <[email protected]> [http://www.pps.jussieu.fr/~miquel]"
]
bug-reports: "https://github.com/coq-contribs/izf/issues"
dev-repo: "git+https://github.com/coq-contribs/izf.git"
synopsis: "Intuitionistic Zermelo-Fraenkel Set Theory in Coq"
description: """
This development contains the set-as-pointed-graph
interpretation of Intuitionistic Zermelo Frankel set theory in system
F_omega.2++ (F_omega + one extra universe + intuitionistic choice
operator), which is described in chapter 9 of the author's PhD
thesis (for IZ) and in the author's CSL'03 paper (for the extension
IZ -> IZF)."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/izf/archive/v8.10.0.tar.gz"
checksum: "md5=7c5702e4d615d9cfeb56ca36d1ff0189"
}
</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-izf.8.10.0 coq.8.8.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.8.0).
The following dependencies couldn't be met:
- coq-izf -> 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-izf.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.8.0/izf/8.10.0.html | HTML | mit | 7,390 |
<!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
7963ea1c-4a8f-4b10-a289-79485bffd6eb
</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="#Abp.Web.Resources">Abp.Web.Resources</a></strong></td>
<td class="text-center">100.00 %</td>
<td class="text-center">100.00 %</td>
<td class="text-center">100.00 %</td>
<td class="text-center">100.00 %</td>
</tr>
</tbody>
</table>
</div>
<div id="details">
</div>
</div>
</body>
</html> | kuhlenh/port-to-core | Reports/ab/abp.web.resources.0.6.3/Abp.Web.Resources-net451.html | HTML | mit | 9,649 |
<!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
f16656f9-575d-4f9d-a45f-04d2879f5b07
</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="#NPOI.OpenXml4Net">NPOI.OpenXml4Net</a></strong></td>
<td class="text-center">98.46 %</td>
<td class="text-center">77.18 %</td>
<td class="text-center">100.00 %</td>
<td class="text-center">77.18 %</td>
</tr>
</tbody>
</table>
</div>
<div id="details">
<a name="NPOI.OpenXml4Net"><h3>NPOI.OpenXml4Net</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.Collections.Generic.SortedList`2</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Currently there is no workaround, but we are working on it. Please check back.</td>
</tr>
<tr>
<td style="padding-left:2em">#ctor</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Currently there is no workaround, but we are working on it. Please check back.</td>
</tr>
<tr>
<td style="padding-left:2em">#ctor(System.Collections.Generic.IComparer{`0})</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">#ctor(System.Int32)</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">Add(`0,`1)</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Currently there is no workaround, but we are working on it. Please check back.</td>
</tr>
<tr>
<td style="padding-left:2em">Clear</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">ContainsKey(`0)</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">ContainsValue(`1)</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_Count</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Currently there is no workaround, but we are working on it. Please check back.</td>
</tr>
<tr>
<td style="padding-left:2em">get_Item(`0)</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_Keys</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_Values</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Currently there is no workaround, but we are working on it. Please check back.</td>
</tr>
<tr>
<td style="padding-left:2em">GetEnumerator</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Currently there is no workaround, but we are working on it. Please check back.</td>
</tr>
<tr>
<td style="padding-left:2em">Remove(`0)</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Currently there is no workaround, but we are working on it. Please check back.</td>
</tr>
<tr>
<td style="padding-left:2em">RemoveAt(System.Int32)</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Currently there is no workaround, but we are working on it. Please check back.</td>
</tr>
<tr>
<td style="padding-left:2em">set_Item(`0,`1)</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.Console</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">WriteLine(System.String)</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.Environment</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Use Directory.GetCurrentDirectory()</td>
</tr>
<tr>
<td style="padding-left:2em">get_CurrentDirectory</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Use Directory.GetCurrentDirectory()</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.IO.DirectoryInfo</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">#ctor(System.String)</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.IO.File</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">Copy(System.String,System.String,System.Boolean)</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">Delete(System.String)</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">Exists(System.String)</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">OpenRead(System.String)</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">OpenWrite(System.String)</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.IO.FileAccess</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.IO.FileInfo</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">#ctor(System.String)</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.IO.FileMode</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.IO.FileStream</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">#ctor(System.String,System.IO.FileMode)</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.IO.FileSystemInfo</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_Exists</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_FullName</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_Name</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.IO.Stream</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Use Dispose instead</td>
</tr>
<tr>
<td style="padding-left:2em">Close</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Use Dispose instead</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.UriFormatException</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">#ctor</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.Xml.XmlAttribute</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.Xml.XmlAttributeCollection</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_ItemOf(System.String)</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_ItemOf(System.String,System.String)</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.Xml.XmlDocument</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">#ctor</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">CreateElement(System.String,System.String)</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">CreateElement(System.String,System.String,System.String)</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_DocumentElement</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_NameTable</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">Load(System.Xml.XmlReader)</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">set_PreserveWhitespace(System.Boolean)</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.Xml.XmlElement</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">GetElementsByTagName(System.String,System.String)</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">SetAttribute(System.String,System.String)</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">SetAttribute(System.String,System.String,System.String)</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.Xml.XmlNamedNodeMap</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">GetEnumerator</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.Xml.XmlNode</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">AppendChild(System.Xml.XmlNode)</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_Attributes</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_InnerText</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_LocalName</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_Name</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_NamespaceURI</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_Value</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">GetEnumerator</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">Normalize</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">SelectNodes(System.String,System.Xml.XmlNamespaceManager)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">set_InnerText(System.String)</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">set_InnerXml(System.String)</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">WriteContentTo(System.Xml.XmlWriter)</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.Xml.XmlNodeList</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_Count</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_ItemOf(System.Int32)</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.Xml.XmlReaderSettings</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">set_ProhibitDtd(System.Boolean)</td>
<td class="IconErrorEncoded"></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.Xml.XmlTextReader</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">#ctor(System.IO.Stream)</td>
<td class="IconErrorEncoded"></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.Xml.XPath.XPathDocument</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">#ctor(System.IO.Stream)</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">CreateNavigator</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.Xml.XPath.XPathNavigator</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_NamespaceURI</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_NameTable</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">GetAttribute(System.String,System.String)</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">Select(System.String,System.Xml.IXmlNamespaceResolver)</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.Xml.XPath.XPathNodeIterator</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_Current</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">MoveNext</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>
</tbody>
</table>
<p>
<a href="#Portability Summary">Back to Summary</a>
</p>
</div>
</div>
</body>
</html> | kuhlenh/port-to-core | Reports/np/npoi.2.1.3.1/NPOI.OpenXml4Net-net40.html | HTML | mit | 60,016 |
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="ApiGen 2.8.0" />
<title>Class Sortable\Fixture\Item | seip</title>
<script type="text/javascript" src="resources/combined.js?784181472"></script>
<script type="text/javascript" src="elementlist.js?3927760630"></script>
<link rel="stylesheet" type="text/css" media="all" href="resources/style.css?3505392360" />
</head>
<body>
<div id="left">
<div id="menu">
<a href="index.html" title="Overview"><span>Overview</span></a>
<div id="groups">
<h3>Namespaces</h3>
<ul>
<li><a href="namespace-Acme.html">Acme<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.html">DemoBundle<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Acme.DemoBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Acme.DemoBundle.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Acme.DemoBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Acme.DemoBundle.Form.html">Form</a>
</li>
<li><a href="namespace-Acme.DemoBundle.Proxy.html">Proxy<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.html">__CG__<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.html">Symfony<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.html">Component<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.Acl.html">Acl<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.Acl.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.Acl.Tests.Domain.html">Domain</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.Core.html">Core<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.Core.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.Core.Tests.Util.html">Util</a>
</li>
</ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-Acme.DemoBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Tests.Controller.html">Controller</a>
</li>
</ul></li>
<li><a href="namespace-Acme.DemoBundle.Twig.html">Twig<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Twig.Extension.html">Extension</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Alpha.html">Alpha</a>
</li>
<li><a href="namespace-Apc.html">Apc<span></span></a>
<ul>
<li><a href="namespace-Apc.NamespaceCollision.html">NamespaceCollision<span></span></a>
<ul>
<li><a href="namespace-Apc.NamespaceCollision.A.html">A<span></span></a>
<ul>
<li><a href="namespace-Apc.NamespaceCollision.A.B.html">B</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Apc.Namespaced.html">Namespaced</a>
</li>
</ul></li>
<li><a href="namespace-Assetic.html">Assetic<span></span></a>
<ul>
<li><a href="namespace-Assetic.Asset.html">Asset<span></span></a>
<ul>
<li><a href="namespace-Assetic.Asset.Iterator.html">Iterator</a>
</li>
</ul></li>
<li><a href="namespace-Assetic.Cache.html">Cache</a>
</li>
<li><a href="namespace-Assetic.Exception.html">Exception</a>
</li>
<li><a href="namespace-Assetic.Extension.html">Extension<span></span></a>
<ul>
<li><a href="namespace-Assetic.Extension.Twig.html">Twig</a>
</li>
</ul></li>
<li><a href="namespace-Assetic.Factory.html">Factory<span></span></a>
<ul>
<li><a href="namespace-Assetic.Factory.Loader.html">Loader</a>
</li>
<li><a href="namespace-Assetic.Factory.Resource.html">Resource</a>
</li>
<li><a href="namespace-Assetic.Factory.Worker.html">Worker</a>
</li>
</ul></li>
<li><a href="namespace-Assetic.Filter.html">Filter<span></span></a>
<ul>
<li><a href="namespace-Assetic.Filter.GoogleClosure.html">GoogleClosure</a>
</li>
<li><a href="namespace-Assetic.Filter.Sass.html">Sass</a>
</li>
<li><a href="namespace-Assetic.Filter.Yui.html">Yui</a>
</li>
</ul></li>
<li><a href="namespace-Assetic.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Bazinga.html">Bazinga<span></span></a>
<ul>
<li><a href="namespace-Bazinga.Bundle.html">Bundle<span></span></a>
<ul>
<li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.html">JsTranslationBundle<span></span></a>
<ul>
<li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.Finder.html">Finder</a>
</li>
<li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.Tests.html">Tests</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Bazinga.JsTranslationBundle.html">JsTranslationBundle<span></span></a>
<ul>
<li><a href="namespace-Bazinga.JsTranslationBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Bazinga.JsTranslationBundle.Tests.Controller.html">Controller</a>
</li>
<li><a href="namespace-Bazinga.JsTranslationBundle.Tests.Finder.html">Finder</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Beta.html">Beta</a>
</li>
<li><a href="namespace-Blameable.html">Blameable<span></span></a>
<ul>
<li><a href="namespace-Blameable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Blameable.Fixture.Document.html">Document</a>
</li>
<li><a href="namespace-Blameable.Fixture.Entity.html">Entity</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-ClassesWithParents.html">ClassesWithParents</a>
</li>
<li><a href="namespace-ClassLoaderTest.html">ClassLoaderTest</a>
</li>
<li><a href="namespace-ClassMap.html">ClassMap</a>
</li>
<li><a href="namespace-Composer.html">Composer<span></span></a>
<ul>
<li><a href="namespace-Composer.Autoload.html">Autoload</a>
</li>
</ul></li>
<li><a href="namespace-Container14.html">Container14</a>
</li>
<li><a href="namespace-Doctrine.html">Doctrine<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Bundle.html">Bundle<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.html">DoctrineBundle<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Command.html">Command<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Command.Proxy.html">Proxy</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Mapping.html">Mapping</a>
</li>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Tests.DependencyInjection.html">DependencyInjection</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Twig.html">Twig</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Bundle.FixturesBundle.html">FixturesBundle<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Bundle.FixturesBundle.Command.html">Command</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Doctrine.Common.html">Common<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Common.Annotations.html">Annotations<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Common.Annotations.Annotation.html">Annotation</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Common.Cache.html">Cache</a>
</li>
<li><a href="namespace-Doctrine.Common.Collections.html">Collections<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Common.Collections.Expr.html">Expr</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Common.DataFixtures.html">DataFixtures<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Common.DataFixtures.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Common.DataFixtures.Event.Listener.html">Listener</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Common.DataFixtures.Exception.html">Exception</a>
</li>
<li><a href="namespace-Doctrine.Common.DataFixtures.Executor.html">Executor</a>
</li>
<li><a href="namespace-Doctrine.Common.DataFixtures.Purger.html">Purger</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Common.Inflector.html">Inflector</a>
</li>
<li><a href="namespace-Doctrine.Common.Lexer.html">Lexer</a>
</li>
<li><a href="namespace-Doctrine.Common.Persistence.html">Persistence<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Common.Persistence.Event.html">Event</a>
</li>
<li><a href="namespace-Doctrine.Common.Persistence.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Common.Persistence.Mapping.Driver.html">Driver</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Doctrine.Common.Proxy.html">Proxy<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Common.Proxy.Exception.html">Exception</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Common.Reflection.html">Reflection</a>
</li>
<li><a href="namespace-Doctrine.Common.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.DBAL.html">DBAL<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Cache.html">Cache</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Connections.html">Connections</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.html">Driver<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Driver.DrizzlePDOMySql.html">DrizzlePDOMySql</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.IBMDB2.html">IBMDB2</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.Mysqli.html">Mysqli</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.OCI8.html">OCI8</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.PDOIbm.html">PDOIbm</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.PDOMySql.html">PDOMySql</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.PDOOracle.html">PDOOracle</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.PDOPgSql.html">PDOPgSql</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.PDOSqlite.html">PDOSqlite</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.PDOSqlsrv.html">PDOSqlsrv</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.SQLSrv.html">SQLSrv</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.DBAL.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Event.Listeners.html">Listeners</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.DBAL.Id.html">Id</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Logging.html">Logging</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Platforms.html">Platforms<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Platforms.Keywords.html">Keywords</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.DBAL.Portability.html">Portability</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Query.html">Query<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Query.Expression.html">Expression</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.DBAL.Schema.html">Schema<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Schema.Synchronizer.html">Synchronizer</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Schema.Visitor.html">Visitor</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.DBAL.Sharding.html">Sharding<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Sharding.ShardChoser.html">ShardChoser</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Sharding.SQLAzure.html">SQLAzure<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Sharding.SQLAzure.Schema.html">Schema</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Doctrine.DBAL.Tools.html">Tools<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Tools.Console.html">Console<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Tools.Console.Command.html">Command</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Tools.Console.Helper.html">Helper</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Doctrine.DBAL.Types.html">Types</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.ORM.html">ORM<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Decorator.html">Decorator</a>
</li>
<li><a href="namespace-Doctrine.ORM.Event.html">Event</a>
</li>
<li><a href="namespace-Doctrine.ORM.Id.html">Id</a>
</li>
<li><a href="namespace-Doctrine.ORM.Internal.html">Internal<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Internal.Hydration.html">Hydration</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.ORM.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Mapping.Builder.html">Builder</a>
</li>
<li><a href="namespace-Doctrine.ORM.Mapping.Driver.html">Driver</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.ORM.Persisters.html">Persisters</a>
</li>
<li><a href="namespace-Doctrine.ORM.Proxy.html">Proxy</a>
</li>
<li><a href="namespace-Doctrine.ORM.Query.html">Query<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Query.AST.html">AST<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Query.AST.Functions.html">Functions</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.ORM.Query.Exec.html">Exec</a>
</li>
<li><a href="namespace-Doctrine.ORM.Query.Expr.html">Expr</a>
</li>
<li><a href="namespace-Doctrine.ORM.Query.Filter.html">Filter</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.ORM.Repository.html">Repository</a>
</li>
<li><a href="namespace-Doctrine.ORM.Tools.html">Tools<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Tools.Console.html">Console<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Tools.Console.Command.html">Command<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Tools.Console.Command.ClearCache.html">ClearCache</a>
</li>
<li><a href="namespace-Doctrine.ORM.Tools.Console.Command.SchemaTool.html">SchemaTool</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.ORM.Tools.Console.Helper.html">Helper</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.ORM.Tools.Event.html">Event</a>
</li>
<li><a href="namespace-Doctrine.ORM.Tools.Export.html">Export<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Tools.Export.Driver.html">Driver</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.ORM.Tools.Pagination.html">Pagination</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Doctrine.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.html">Common<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.html">Annotations<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.Bar.html">Bar</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.Fixtures.Annotation.html">Annotation</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.Foo.html">Foo</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.FooBar.html">FooBar</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.Ticket.html">Ticket<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.Ticket.Doctrine.html">Doctrine<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.Ticket.Doctrine.ORM.html">ORM<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.Ticket.Doctrine.ORM.Mapping.html">Mapping</a>
</li>
</ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-Doctrine.Tests.Common.Cache.html">Cache</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.Collections.html">Collections</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.DataFixtures.html">DataFixtures<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.DataFixtures.Executor.html">Executor</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.DataFixtures.TestEntity.html">TestEntity</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.DataFixtures.TestFixtures.html">TestFixtures</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Tests.Common.Inflector.html">Inflector</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.Persistence.html">Persistence<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.Persistence.Mapping.html">Mapping</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Tests.Common.Proxy.html">Proxy</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.Reflection.html">Reflection<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.Reflection.Dummies.html">Dummies</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Tests.Common.Util.html">Util</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Entity.html">Entity<span></span></a>
<ul>
<li><a href="namespace-Entity.Repository.html">Repository</a>
</li>
</ul></li>
<li><a href="namespace-Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-Fixtures.Bundles.html">Bundles<span></span></a>
<ul>
<li><a href="namespace-Fixtures.Bundles.AnnotationsBundle.html">AnnotationsBundle<span></span></a>
<ul>
<li><a href="namespace-Fixtures.Bundles.AnnotationsBundle.Entity.html">Entity</a>
</li>
</ul></li>
<li><a href="namespace-Fixtures.Bundles.Vendor.html">Vendor<span></span></a>
<ul>
<li><a href="namespace-Fixtures.Bundles.Vendor.AnnotationsBundle.html">AnnotationsBundle<span></span></a>
<ul>
<li><a href="namespace-Fixtures.Bundles.Vendor.AnnotationsBundle.Entity.html">Entity</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Fixtures.Bundles.XmlBundle.html">XmlBundle<span></span></a>
<ul>
<li><a href="namespace-Fixtures.Bundles.XmlBundle.Entity.html">Entity</a>
</li>
</ul></li>
<li><a href="namespace-Fixtures.Bundles.YamlBundle.html">YamlBundle<span></span></a>
<ul>
<li><a href="namespace-Fixtures.Bundles.YamlBundle.Entity.html">Entity</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Foo.html">Foo<span></span></a>
<ul>
<li><a href="namespace-Foo.Bar.html">Bar</a>
</li>
</ul></li>
<li><a href="namespace-FOS.html">FOS<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.html">RestBundle<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Controller.html">Controller<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Controller.Annotations.html">Annotations</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Decoder.html">Decoder</a>
</li>
<li><a href="namespace-FOS.RestBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-FOS.RestBundle.Examples.html">Examples</a>
</li>
<li><a href="namespace-FOS.RestBundle.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Form.Extension.html">Extension</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Normalizer.html">Normalizer<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Normalizer.Exception.html">Exception</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Request.html">Request</a>
</li>
<li><a href="namespace-FOS.RestBundle.Response.html">Response<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Response.AllowedMethodsLoader.html">AllowedMethodsLoader</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Routing.html">Routing<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Routing.Loader.html">Loader<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Routing.Loader.Reader.html">Reader</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-FOS.RestBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Tests.Controller.html">Controller<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Tests.Controller.Annotations.html">Annotations</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Tests.Decoder.html">Decoder</a>
</li>
<li><a href="namespace-FOS.RestBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Tests.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Tests.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-FOS.RestBundle.Tests.Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Tests.Fixtures.Controller.html">Controller</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Tests.Normalizer.html">Normalizer</a>
</li>
<li><a href="namespace-FOS.RestBundle.Tests.Request.html">Request</a>
</li>
<li><a href="namespace-FOS.RestBundle.Tests.Routing.html">Routing<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Tests.Routing.Loader.html">Loader</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Tests.Util.html">Util</a>
</li>
<li><a href="namespace-FOS.RestBundle.Tests.View.html">View</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Util.html">Util<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Util.Inflector.html">Inflector</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.View.html">View</a>
</li>
</ul></li>
<li><a href="namespace-FOS.UserBundle.html">UserBundle<span></span></a>
<ul>
<li><a href="namespace-FOS.UserBundle.Command.html">Command</a>
</li>
<li><a href="namespace-FOS.UserBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-FOS.UserBundle.CouchDocument.html">CouchDocument</a>
</li>
<li><a href="namespace-FOS.UserBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-FOS.UserBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-FOS.UserBundle.Doctrine.html">Doctrine</a>
</li>
<li><a href="namespace-FOS.UserBundle.Document.html">Document</a>
</li>
<li><a href="namespace-FOS.UserBundle.Entity.html">Entity</a>
</li>
<li><a href="namespace-FOS.UserBundle.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-FOS.UserBundle.Form.DataTransformer.html">DataTransformer</a>
</li>
<li><a href="namespace-FOS.UserBundle.Form.Handler.html">Handler</a>
</li>
<li><a href="namespace-FOS.UserBundle.Form.Model.html">Model</a>
</li>
<li><a href="namespace-FOS.UserBundle.Form.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-FOS.UserBundle.Mailer.html">Mailer</a>
</li>
<li><a href="namespace-FOS.UserBundle.Model.html">Model</a>
</li>
<li><a href="namespace-FOS.UserBundle.Propel.html">Propel</a>
</li>
<li><a href="namespace-FOS.UserBundle.Security.html">Security</a>
</li>
<li><a href="namespace-FOS.UserBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-FOS.UserBundle.Tests.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-FOS.UserBundle.Tests.Doctrine.html">Doctrine</a>
</li>
<li><a href="namespace-FOS.UserBundle.Tests.Model.html">Model</a>
</li>
<li><a href="namespace-FOS.UserBundle.Tests.Security.html">Security</a>
</li>
<li><a href="namespace-FOS.UserBundle.Tests.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-FOS.UserBundle.Util.html">Util</a>
</li>
<li><a href="namespace-FOS.UserBundle.Validator.html">Validator</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.html">Gedmo<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Blameable.html">Blameable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Blameable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Blameable.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Blameable.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Blameable.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.Blameable.Traits.html">Traits</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Exception.html">Exception</a>
</li>
<li><a href="namespace-Gedmo.IpTraceable.html">IpTraceable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.IpTraceable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.IpTraceable.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.IpTraceable.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.IpTraceable.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.IpTraceable.Traits.html">Traits</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Loggable.html">Loggable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Loggable.Document.html">Document<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Loggable.Document.MappedSuperclass.html">MappedSuperclass</a>
</li>
<li><a href="namespace-Gedmo.Loggable.Document.Repository.html">Repository</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Loggable.Entity.html">Entity<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Loggable.Entity.MappedSuperclass.html">MappedSuperclass</a>
</li>
<li><a href="namespace-Gedmo.Loggable.Entity.Repository.html">Repository</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Loggable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Loggable.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Loggable.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Loggable.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Gedmo.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Annotation.html">Annotation</a>
</li>
<li><a href="namespace-Gedmo.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Mapping.Mock.html">Mock<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Mock.Extension.html">Extension<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Mock.Extension.Encoder.html">Encoder<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Mock.Extension.Encoder.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Mock.Extension.Encoder.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Mapping.Mock.Extension.Encoder.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Mock.Extension.Encoder.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-Gedmo.Mapping.Mock.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Mock.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Mock.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Gedmo.Mapping.Xml.html">Xml</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.ReferenceIntegrity.html">ReferenceIntegrity<span></span></a>
<ul>
<li><a href="namespace-Gedmo.ReferenceIntegrity.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.ReferenceIntegrity.Mapping.Driver.html">Driver</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.References.html">References<span></span></a>
<ul>
<li><a href="namespace-Gedmo.References.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.References.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.References.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.References.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Gedmo.Sluggable.html">Sluggable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Sluggable.Handler.html">Handler</a>
</li>
<li><a href="namespace-Gedmo.Sluggable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Sluggable.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Sluggable.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Sluggable.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.Sluggable.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.SoftDeleteable.html">SoftDeleteable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.SoftDeleteable.Filter.html">Filter<span></span></a>
<ul>
<li><a href="namespace-Gedmo.SoftDeleteable.Filter.ODM.html">ODM</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.SoftDeleteable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.SoftDeleteable.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.SoftDeleteable.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.SoftDeleteable.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.SoftDeleteable.Query.html">Query<span></span></a>
<ul>
<li><a href="namespace-Gedmo.SoftDeleteable.Query.TreeWalker.html">TreeWalker<span></span></a>
<ul>
<li><a href="namespace-Gedmo.SoftDeleteable.Query.TreeWalker.Exec.html">Exec</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.SoftDeleteable.Traits.html">Traits</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Sortable.html">Sortable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Sortable.Entity.html">Entity<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Sortable.Entity.Repository.html">Repository</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Sortable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Sortable.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Sortable.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Sortable.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Gedmo.Timestampable.html">Timestampable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Timestampable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Timestampable.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Timestampable.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Timestampable.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.Timestampable.Traits.html">Traits</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Tool.html">Tool<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tool.Logging.html">Logging<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tool.Logging.DBAL.html">DBAL</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Tool.Wrapper.html">Wrapper</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Translatable.html">Translatable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Translatable.Document.html">Document<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Translatable.Document.MappedSuperclass.html">MappedSuperclass</a>
</li>
<li><a href="namespace-Gedmo.Translatable.Document.Repository.html">Repository</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Translatable.Entity.html">Entity<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Translatable.Entity.MappedSuperclass.html">MappedSuperclass</a>
</li>
<li><a href="namespace-Gedmo.Translatable.Entity.Repository.html">Repository</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Translatable.Hydrator.html">Hydrator<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Translatable.Hydrator.ORM.html">ORM</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Translatable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Translatable.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Translatable.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Translatable.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.Translatable.Query.html">Query<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Translatable.Query.TreeWalker.html">TreeWalker</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.Translator.html">Translator<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Translator.Document.html">Document</a>
</li>
<li><a href="namespace-Gedmo.Translator.Entity.html">Entity</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Tree.html">Tree<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tree.Document.html">Document<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tree.Document.MongoDB.html">MongoDB<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tree.Document.MongoDB.Repository.html">Repository</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.Tree.Entity.html">Entity<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tree.Entity.MappedSuperclass.html">MappedSuperclass</a>
</li>
<li><a href="namespace-Gedmo.Tree.Entity.Repository.html">Repository</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Tree.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tree.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Tree.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tree.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.Tree.Strategy.html">Strategy<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tree.Strategy.ODM.html">ODM<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tree.Strategy.ODM.MongoDB.html">MongoDB</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Tree.Strategy.ORM.html">ORM</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.Uploadable.html">Uploadable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Uploadable.Event.html">Event</a>
</li>
<li><a href="namespace-Gedmo.Uploadable.FileInfo.html">FileInfo</a>
</li>
<li><a href="namespace-Gedmo.Uploadable.FilenameGenerator.html">FilenameGenerator</a>
</li>
<li><a href="namespace-Gedmo.Uploadable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Uploadable.Mapping.Driver.html">Driver</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Uploadable.MimeType.html">MimeType</a>
</li>
<li><a href="namespace-Gedmo.Uploadable.Stub.html">Stub</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Incenteev.html">Incenteev<span></span></a>
<ul>
<li><a href="namespace-Incenteev.ParameterHandler.html">ParameterHandler<span></span></a>
<ul>
<li><a href="namespace-Incenteev.ParameterHandler.Tests.html">Tests</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-IpTraceable.html">IpTraceable<span></span></a>
<ul>
<li><a href="namespace-IpTraceable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-IpTraceable.Fixture.Document.html">Document</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-JMS.html">JMS<span></span></a>
<ul>
<li><a href="namespace-JMS.Parser.html">Parser<span></span></a>
<ul>
<li><a href="namespace-JMS.Parser.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-JMS.Serializer.html">Serializer<span></span></a>
<ul>
<li><a href="namespace-JMS.Serializer.Annotation.html">Annotation</a>
</li>
<li><a href="namespace-JMS.Serializer.Builder.html">Builder</a>
</li>
<li><a href="namespace-JMS.Serializer.Construction.html">Construction</a>
</li>
<li><a href="namespace-JMS.Serializer.EventDispatcher.html">EventDispatcher<span></span></a>
<ul>
<li><a href="namespace-JMS.Serializer.EventDispatcher.Subscriber.html">Subscriber</a>
</li>
</ul></li>
<li><a href="namespace-JMS.Serializer.Exception.html">Exception</a>
</li>
<li><a href="namespace-JMS.Serializer.Exclusion.html">Exclusion</a>
</li>
<li><a href="namespace-JMS.Serializer.Handler.html">Handler</a>
</li>
<li><a href="namespace-JMS.Serializer.Metadata.html">Metadata<span></span></a>
<ul>
<li><a href="namespace-JMS.Serializer.Metadata.Driver.html">Driver</a>
</li>
</ul></li>
<li><a href="namespace-JMS.Serializer.Naming.html">Naming</a>
</li>
<li><a href="namespace-JMS.Serializer.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-JMS.Serializer.Tests.Exclusion.html">Exclusion</a>
</li>
<li><a href="namespace-JMS.Serializer.Tests.Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-JMS.Serializer.Tests.Fixtures.Discriminator.html">Discriminator</a>
</li>
<li><a href="namespace-JMS.Serializer.Tests.Fixtures.Doctrine.html">Doctrine</a>
</li>
<li><a href="namespace-JMS.Serializer.Tests.Fixtures.DoctrinePHPCR.html">DoctrinePHPCR</a>
</li>
</ul></li>
<li><a href="namespace-JMS.Serializer.Tests.Handler.html">Handler</a>
</li>
<li><a href="namespace-JMS.Serializer.Tests.Metadata.html">Metadata<span></span></a>
<ul>
<li><a href="namespace-JMS.Serializer.Tests.Metadata.Driver.html">Driver</a>
</li>
</ul></li>
<li><a href="namespace-JMS.Serializer.Tests.Serializer.html">Serializer<span></span></a>
<ul>
<li><a href="namespace-JMS.Serializer.Tests.Serializer.EventDispatcher.html">EventDispatcher<span></span></a>
<ul>
<li><a href="namespace-JMS.Serializer.Tests.Serializer.EventDispatcher.Subscriber.html">Subscriber</a>
</li>
</ul></li>
<li><a href="namespace-JMS.Serializer.Tests.Serializer.Naming.html">Naming</a>
</li>
</ul></li>
<li><a href="namespace-JMS.Serializer.Tests.Twig.html">Twig</a>
</li>
</ul></li>
<li><a href="namespace-JMS.Serializer.Twig.html">Twig</a>
</li>
<li><a href="namespace-JMS.Serializer.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-JMS.SerializerBundle.html">SerializerBundle<span></span></a>
<ul>
<li><a href="namespace-JMS.SerializerBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-JMS.SerializerBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-JMS.SerializerBundle.Serializer.html">Serializer</a>
</li>
<li><a href="namespace-JMS.SerializerBundle.Templating.html">Templating</a>
</li>
<li><a href="namespace-JMS.SerializerBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-JMS.SerializerBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-JMS.SerializerBundle.Tests.DependencyInjection.Fixture.html">Fixture</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-JMS.TranslationBundle.html">TranslationBundle<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Annotation.html">Annotation</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Command.html">Command</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-JMS.TranslationBundle.Exception.html">Exception</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Logger.html">Logger</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Model.html">Model</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Functional.html">Functional<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Functional.TestBundle.html">TestBundle<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Functional.TestBundle.Controller.html">Controller</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-JMS.TranslationBundle.Tests.Model.html">Model</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.html">Translation<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Comparison.html">Comparison</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.html">Extractor<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.File.html">File<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.File.Fixture.html">Fixture</a>
</li>
</ul></li>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.Fixture.SimpleTest.html">SimpleTest<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.Fixture.SimpleTest.Controller.html">Controller</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.Fixture.SimpleTest.Form.html">Form</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Loader.html">Loader<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Loader.Symfony.html">Symfony</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-JMS.TranslationBundle.Tests.Twig.html">Twig</a>
</li>
</ul></li>
<li><a href="namespace-JMS.TranslationBundle.Translation.html">Translation<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Translation.Comparison.html">Comparison</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Translation.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Translation.Extractor.html">Extractor<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Translation.Extractor.File.html">File</a>
</li>
</ul></li>
<li><a href="namespace-JMS.TranslationBundle.Translation.Loader.html">Loader<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Translation.Loader.Symfony.html">Symfony</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-JMS.TranslationBundle.Twig.html">Twig</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Util.html">Util</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Knp.html">Knp<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.html">Bundle<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.MenuBundle.html">MenuBundle<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.MenuBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.MenuBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Bundle.MenuBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Provider.html">Provider</a>
</li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Renderer.html">Renderer</a>
</li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Templating.html">Templating<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.MenuBundle.Templating.Helper.html">Helper</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Provider.html">Provider</a>
</li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Renderer.html">Renderer</a>
</li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Stubs.html">Stubs<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Stubs.Child.html">Child<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Stubs.Child.Menu.html">Menu</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Stubs.Menu.html">Menu</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Templating.html">Templating</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Knp.Menu.html">Menu<span></span></a>
<ul>
<li><a href="namespace-Knp.Menu.Factory.html">Factory</a>
</li>
<li><a href="namespace-Knp.Menu.Integration.html">Integration<span></span></a>
<ul>
<li><a href="namespace-Knp.Menu.Integration.Silex.html">Silex</a>
</li>
<li><a href="namespace-Knp.Menu.Integration.Symfony.html">Symfony</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Menu.Iterator.html">Iterator</a>
</li>
<li><a href="namespace-Knp.Menu.Loader.html">Loader</a>
</li>
<li><a href="namespace-Knp.Menu.Matcher.html">Matcher<span></span></a>
<ul>
<li><a href="namespace-Knp.Menu.Matcher.Voter.html">Voter</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Menu.Provider.html">Provider</a>
</li>
<li><a href="namespace-Knp.Menu.Renderer.html">Renderer</a>
</li>
<li><a href="namespace-Knp.Menu.Silex.html">Silex<span></span></a>
<ul>
<li><a href="namespace-Knp.Menu.Silex.Voter.html">Voter</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Menu.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Knp.Menu.Tests.Factory.html">Factory</a>
</li>
<li><a href="namespace-Knp.Menu.Tests.Integration.html">Integration<span></span></a>
<ul>
<li><a href="namespace-Knp.Menu.Tests.Integration.Silex.html">Silex</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Menu.Tests.Iterator.html">Iterator</a>
</li>
<li><a href="namespace-Knp.Menu.Tests.Loader.html">Loader</a>
</li>
<li><a href="namespace-Knp.Menu.Tests.Matcher.html">Matcher<span></span></a>
<ul>
<li><a href="namespace-Knp.Menu.Tests.Matcher.Voter.html">Voter</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Menu.Tests.Provider.html">Provider</a>
</li>
<li><a href="namespace-Knp.Menu.Tests.Renderer.html">Renderer</a>
</li>
<li><a href="namespace-Knp.Menu.Tests.Silex.html">Silex</a>
</li>
<li><a href="namespace-Knp.Menu.Tests.Twig.html">Twig</a>
</li>
<li><a href="namespace-Knp.Menu.Tests.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Menu.Twig.html">Twig</a>
</li>
<li><a href="namespace-Knp.Menu.Util.html">Util</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Loggable.html">Loggable<span></span></a>
<ul>
<li><a href="namespace-Loggable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Loggable.Fixture.Document.html">Document<span></span></a>
<ul>
<li><a href="namespace-Loggable.Fixture.Document.Log.html">Log</a>
</li>
</ul></li>
<li><a href="namespace-Loggable.Fixture.Entity.html">Entity<span></span></a>
<ul>
<li><a href="namespace-Loggable.Fixture.Entity.Log.html">Log</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Lunetics.html">Lunetics<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.html">LocaleBundle<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Cookie.html">Cookie</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.Event.html">Event</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Form.Extension.html">Extension<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Form.Extension.ChoiceList.html">ChoiceList</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Form.Extension.Type.html">Type</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.LocaleGuesser.html">LocaleGuesser</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.LocaleInformation.html">LocaleInformation</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Matcher.html">Matcher</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Session.html">Session</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Switcher.html">Switcher</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Templating.html">Templating<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Templating.Helper.html">Helper</a>
</li>
</ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Controller.html">Controller</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Event.html">Event</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Form.Extension.html">Extension<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Form.Extension.ChoiceList.html">ChoiceList</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Form.Extension.Type.html">Type</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.LocaleGuesser.html">LocaleGuesser</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.LocaleInformation.html">LocaleInformation</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Templating.html">Templating<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Templating.Helper.html">Helper</a>
</li>
</ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Twig.html">Twig<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Twig.Extension.html">Extension</a>
</li>
</ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Validator.html">Validator</a>
</li>
</ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.Twig.html">Twig<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Twig.Extension.html">Extension</a>
</li>
</ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.Validator.html">Validator</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Mapping.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Mapping.Fixture.Compatibility.html">Compatibility</a>
</li>
<li><a href="namespace-Mapping.Fixture.Document.html">Document</a>
</li>
<li><a href="namespace-Mapping.Fixture.Unmapped.html">Unmapped</a>
</li>
<li><a href="namespace-Mapping.Fixture.Xml.html">Xml</a>
</li>
<li><a href="namespace-Mapping.Fixture.Yaml.html">Yaml</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Metadata.html">Metadata<span></span></a>
<ul>
<li><a href="namespace-Metadata.Cache.html">Cache</a>
</li>
<li><a href="namespace-Metadata.Driver.html">Driver</a>
</li>
<li><a href="namespace-Metadata.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Metadata.Tests.Cache.html">Cache</a>
</li>
<li><a href="namespace-Metadata.Tests.Driver.html">Driver<span></span></a>
<ul>
<li><a href="namespace-Metadata.Tests.Driver.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Metadata.Tests.Driver.Fixture.A.html">A</a>
</li>
<li><a href="namespace-Metadata.Tests.Driver.Fixture.B.html">B</a>
</li>
<li><a href="namespace-Metadata.Tests.Driver.Fixture.C.html">C<span></span></a>
<ul>
<li><a href="namespace-Metadata.Tests.Driver.Fixture.C.SubDir.html">SubDir</a>
</li>
</ul></li>
<li><a href="namespace-Metadata.Tests.Driver.Fixture.T.html">T</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Metadata.Tests.Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-Metadata.Tests.Fixtures.ComplexHierarchy.html">ComplexHierarchy</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Monolog.html">Monolog<span></span></a>
<ul>
<li><a href="namespace-Monolog.Formatter.html">Formatter</a>
</li>
<li><a href="namespace-Monolog.Handler.html">Handler<span></span></a>
<ul>
<li><a href="namespace-Monolog.Handler.FingersCrossed.html">FingersCrossed</a>
</li>
<li><a href="namespace-Monolog.Handler.SyslogUdp.html">SyslogUdp</a>
</li>
</ul></li>
<li><a href="namespace-Monolog.Processor.html">Processor</a>
</li>
</ul></li>
<li><a href="namespace-MyProject.html">MyProject<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.html">Proxies<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.html">__CG__<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.Doctrine.html">Doctrine<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.Doctrine.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.Doctrine.Tests.Common.html">Common<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.Doctrine.Tests.Common.Util.html">Util</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.html">OtherProject<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.Proxies.html">Proxies<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.Proxies.__CG__.html">__CG__<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.Proxies.__CG__.Doctrine.html">Doctrine<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.Proxies.__CG__.Doctrine.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.Proxies.__CG__.Doctrine.Tests.Common.html">Common<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.Proxies.__CG__.Doctrine.Tests.Common.Util.html">Util</a>
</li>
</ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-NamespaceCollision.html">NamespaceCollision<span></span></a>
<ul>
<li><a href="namespace-NamespaceCollision.A.html">A<span></span></a>
<ul>
<li><a href="namespace-NamespaceCollision.A.B.html">B</a>
</li>
</ul></li>
<li><a href="namespace-NamespaceCollision.C.html">C<span></span></a>
<ul>
<li><a href="namespace-NamespaceCollision.C.B.html">B</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Namespaced.html">Namespaced</a>
</li>
<li><a href="namespace-Namespaced2.html">Namespaced2</a>
</li>
<li><a href="namespace-Negotiation.html">Negotiation<span></span></a>
<ul>
<li><a href="namespace-Negotiation.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-None.html">None</a>
</li>
<li><a href="namespace-Pequiven.html">Pequiven<span></span></a>
<ul>
<li><a href="namespace-Pequiven.SEIPBundle.html">SEIPBundle<span></span></a>
<ul>
<li><a href="namespace-Pequiven.SEIPBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Pequiven.SEIPBundle.DataFixtures.html">DataFixtures</a>
</li>
<li><a href="namespace-Pequiven.SEIPBundle.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Pequiven.SEIPBundle.Entity.html">Entity</a>
</li>
<li><a href="namespace-Pequiven.SEIPBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Pequiven.SEIPBundle.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Pequiven.SEIPBundle.Form.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Pequiven.SEIPBundle.Menu.html">Menu<span></span></a>
<ul>
<li><a href="namespace-Pequiven.SEIPBundle.Menu.Template.html">Template<span></span></a>
<ul>
<li><a href="namespace-Pequiven.SEIPBundle.Menu.Template.Developer.html">Developer</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Pequiven.SEIPBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Pequiven.SEIPBundle.Tests.Controller.html">Controller</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-PHP.html">PHP</a>
</li>
<li><a href="namespace-PhpCollection.html">PhpCollection<span></span></a>
<ul>
<li><a href="namespace-PhpCollection.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-PhpOption.html">PhpOption<span></span></a>
<ul>
<li><a href="namespace-PhpOption.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-Proxies.html">Proxies<span></span></a>
<ul>
<li><a href="namespace-Proxies.__CG__.html">__CG__<span></span></a>
<ul>
<li><a href="namespace-Proxies.__CG__.Pequiven.html">Pequiven<span></span></a>
<ul>
<li><a href="namespace-Proxies.__CG__.Pequiven.SEIPBundle.html">SEIPBundle<span></span></a>
<ul>
<li><a href="namespace-Proxies.__CG__.Pequiven.SEIPBundle.Entity.html">Entity</a>
</li>
</ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-Psr.html">Psr<span></span></a>
<ul>
<li><a href="namespace-Psr.Log.html">Log<span></span></a>
<ul>
<li><a href="namespace-Psr.Log.Test.html">Test</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-ReferenceIntegrity.html">ReferenceIntegrity<span></span></a>
<ul>
<li><a href="namespace-ReferenceIntegrity.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-ReferenceIntegrity.Fixture.Document.html">Document<span></span></a>
<ul>
<li><a href="namespace-ReferenceIntegrity.Fixture.Document.ManyNullify.html">ManyNullify</a>
</li>
<li><a href="namespace-ReferenceIntegrity.Fixture.Document.ManyRestrict.html">ManyRestrict</a>
</li>
<li><a href="namespace-ReferenceIntegrity.Fixture.Document.OneNullify.html">OneNullify</a>
</li>
<li><a href="namespace-ReferenceIntegrity.Fixture.Document.OneRestrict.html">OneRestrict</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-References.html">References<span></span></a>
<ul>
<li><a href="namespace-References.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-References.Fixture.ODM.html">ODM<span></span></a>
<ul>
<li><a href="namespace-References.Fixture.ODM.MongoDB.html">MongoDB</a>
</li>
</ul></li>
<li><a href="namespace-References.Fixture.ORM.html">ORM</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Sensio.html">Sensio<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.html">Bundle<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.DistributionBundle.html">DistributionBundle<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.DistributionBundle.Composer.html">Composer</a>
</li>
<li><a href="namespace-Sensio.Bundle.DistributionBundle.Configurator.html">Configurator<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.DistributionBundle.Configurator.Form.html">Form</a>
</li>
<li><a href="namespace-Sensio.Bundle.DistributionBundle.Configurator.Step.html">Step</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.DistributionBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Sensio.Bundle.DistributionBundle.DependencyInjection.html">DependencyInjection</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.html">FrameworkExtraBundle<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Configuration.html">Configuration</a>
</li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Request.html">Request<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Request.ParamConverter.html">ParamConverter</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Routing.html">Routing</a>
</li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Security.html">Security</a>
</li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Templating.html">Templating</a>
</li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Configuration.html">Configuration</a>
</li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.EventListener.html">EventListener<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.EventListener.Fixture.html">Fixture</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Request.html">Request<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Request.ParamConverter.html">ParamConverter</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Routing.html">Routing</a>
</li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.html">Templating<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.BarBundle.html">BarBundle<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.BarBundle.Controller.html">Controller</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.FooBarBundle.html">FooBarBundle<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.FooBarBundle.Controller.html">Controller</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.FooBundle.html">FooBundle<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.FooBundle.Controller.html">Controller</a>
</li>
</ul></li></ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-Sensio.Bundle.GeneratorBundle.html">GeneratorBundle<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.GeneratorBundle.Command.html">Command<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.GeneratorBundle.Command.Helper.html">Helper</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.GeneratorBundle.Generator.html">Generator</a>
</li>
<li><a href="namespace-Sensio.Bundle.GeneratorBundle.Manipulator.html">Manipulator</a>
</li>
<li><a href="namespace-Sensio.Bundle.GeneratorBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.GeneratorBundle.Tests.Command.html">Command</a>
</li>
<li><a href="namespace-Sensio.Bundle.GeneratorBundle.Tests.Generator.html">Generator</a>
</li>
</ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-Sluggable.html">Sluggable<span></span></a>
<ul>
<li><a href="namespace-Sluggable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Sluggable.Fixture.Doctrine.html">Doctrine</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Document.html">Document<span></span></a>
<ul>
<li><a href="namespace-Sluggable.Fixture.Document.Handler.html">Handler</a>
</li>
</ul></li>
<li><a href="namespace-Sluggable.Fixture.Handler.html">Handler<span></span></a>
<ul>
<li><a href="namespace-Sluggable.Fixture.Handler.People.html">People</a>
</li>
</ul></li>
<li><a href="namespace-Sluggable.Fixture.Inheritance.html">Inheritance</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Inheritance2.html">Inheritance2</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Issue104.html">Issue104</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Issue116.html">Issue116</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Issue131.html">Issue131</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Issue449.html">Issue449</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Issue633.html">Issue633</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Issue827.html">Issue827</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Issue939.html">Issue939</a>
</li>
<li><a href="namespace-Sluggable.Fixture.MappedSuperclass.html">MappedSuperclass</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-SoftDeleteable.html">SoftDeleteable<span></span></a>
<ul>
<li><a href="namespace-SoftDeleteable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-SoftDeleteable.Fixture.Document.html">Document</a>
</li>
<li><a href="namespace-SoftDeleteable.Fixture.Entity.html">Entity</a>
</li>
</ul></li></ul></li>
<li class="active"><a href="namespace-Sortable.html">Sortable<span></span></a>
<ul>
<li class="active"><a href="namespace-Sortable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Sortable.Fixture.Transport.html">Transport</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Stof.html">Stof<span></span></a>
<ul>
<li><a href="namespace-Stof.DoctrineExtensionsBundle.html">DoctrineExtensionsBundle<span></span></a>
<ul>
<li><a href="namespace-Stof.DoctrineExtensionsBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Stof.DoctrineExtensionsBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Stof.DoctrineExtensionsBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Stof.DoctrineExtensionsBundle.Uploadable.html">Uploadable</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.html">Symfony<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.html">Bridge<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.html">Doctrine<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.CacheWarmer.html">CacheWarmer</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.DataFixtures.html">DataFixtures</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.DependencyInjection.CompilerPass.html">CompilerPass</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.DependencyInjection.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.DependencyInjection.Security.UserProvider.html">UserProvider</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bridge.Doctrine.ExpressionLanguage.html">ExpressionLanguage</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.Form.ChoiceList.html">ChoiceList</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Form.DataTransformer.html">DataTransformer</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Form.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Form.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Doctrine.HttpFoundation.html">HttpFoundation</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Logger.html">Logger</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.Security.RememberMe.html">RememberMe</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Security.User.html">User</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Test.html">Test</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.DataFixtures.html">DataFixtures</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.DependencyInjection.CompilerPass.html">CompilerPass</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.ExpressionLanguage.html">ExpressionLanguage</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Fixtures.html">Fixtures</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Form.ChoiceList.html">ChoiceList</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Form.DataTransformer.html">DataTransformer</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Form.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.HttpFoundation.html">HttpFoundation</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Logger.html">Logger</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Security.User.html">User</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Validator.html">Validator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Validator.Constraints.html">Constraints</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Validator.html">Validator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.Validator.Constraints.html">Constraints</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bridge.Monolog.html">Monolog<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Monolog.Formatter.html">Formatter</a>
</li>
<li><a href="namespace-Symfony.Bridge.Monolog.Handler.html">Handler</a>
</li>
<li><a href="namespace-Symfony.Bridge.Monolog.Processor.html">Processor</a>
</li>
<li><a href="namespace-Symfony.Bridge.Monolog.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Monolog.Tests.Handler.html">Handler</a>
</li>
<li><a href="namespace-Symfony.Bridge.Monolog.Tests.Processor.html">Processor</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bridge.Propel1.html">Propel1<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Propel1.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Symfony.Bridge.Propel1.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Propel1.DependencyInjection.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Propel1.DependencyInjection.Security.UserProvider.html">UserProvider</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bridge.Propel1.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Propel1.Form.ChoiceList.html">ChoiceList</a>
</li>
<li><a href="namespace-Symfony.Bridge.Propel1.Form.DataTransformer.html">DataTransformer</a>
</li>
<li><a href="namespace-Symfony.Bridge.Propel1.Form.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Bridge.Propel1.Form.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Propel1.Logger.html">Logger</a>
</li>
<li><a href="namespace-Symfony.Bridge.Propel1.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Propel1.Security.User.html">User</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Propel1.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Propel1.Tests.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Symfony.Bridge.Propel1.Tests.Fixtures.html">Fixtures</a>
</li>
<li><a href="namespace-Symfony.Bridge.Propel1.Tests.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Propel1.Tests.Form.ChoiceList.html">ChoiceList</a>
</li>
<li><a href="namespace-Symfony.Bridge.Propel1.Tests.Form.DataTransformer.html">DataTransformer</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Bridge.ProxyManager.html">ProxyManager<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.ProxyManager.LazyProxy.html">LazyProxy<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.ProxyManager.LazyProxy.Instantiator.html">Instantiator</a>
</li>
<li><a href="namespace-Symfony.Bridge.ProxyManager.LazyProxy.PhpDumper.html">PhpDumper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.ProxyManager.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.ProxyManager.Tests.LazyProxy.html">LazyProxy<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.ProxyManager.Tests.LazyProxy.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-Symfony.Bridge.ProxyManager.Tests.LazyProxy.Instantiator.html">Instantiator</a>
</li>
<li><a href="namespace-Symfony.Bridge.ProxyManager.Tests.LazyProxy.PhpDumper.html">PhpDumper</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Bridge.Twig.html">Twig<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Twig.Extension.html">Extension</a>
</li>
<li><a href="namespace-Symfony.Bridge.Twig.Form.html">Form</a>
</li>
<li><a href="namespace-Symfony.Bridge.Twig.Node.html">Node</a>
</li>
<li><a href="namespace-Symfony.Bridge.Twig.NodeVisitor.html">NodeVisitor</a>
</li>
<li><a href="namespace-Symfony.Bridge.Twig.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Twig.Tests.Extension.html">Extension<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Twig.Tests.Extension.Fixtures.html">Fixtures</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Twig.Tests.Node.html">Node</a>
</li>
<li><a href="namespace-Symfony.Bridge.Twig.Tests.NodeVisitor.html">NodeVisitor</a>
</li>
<li><a href="namespace-Symfony.Bridge.Twig.Tests.TokenParser.html">TokenParser</a>
</li>
<li><a href="namespace-Symfony.Bridge.Twig.Tests.Translation.html">Translation</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Twig.TokenParser.html">TokenParser</a>
</li>
<li><a href="namespace-Symfony.Bridge.Twig.Translation.html">Translation</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bundle.html">Bundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.html">AsseticBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.CacheWarmer.html">CacheWarmer</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Config.html">Config</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Factory.html">Factory<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Factory.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Factory.Resource.html">Resource</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Factory.Worker.html">Worker</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Routing.html">Routing</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Templating.html">Templating</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.CacheWarmer.html">CacheWarmer</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.Factory.html">Factory<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.Factory.Resource.html">Resource</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.Templating.html">Templating</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.TestBundle.html">TestBundle</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Twig.html">Twig</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.html">FrameworkBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.CacheWarmer.html">CacheWarmer</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Console.html">Console<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Console.Descriptor.html">Descriptor</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Console.Helper.html">Helper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Fragment.html">Fragment</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.HttpCache.html">HttpCache</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Routing.html">Routing</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Templating.html">Templating<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Templating.Asset.html">Asset</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Templating.Helper.html">Helper</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Templating.Loader.html">Loader</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Test.html">Test</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.CacheWarmer.html">CacheWarmer</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Console.html">Console<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Console.Descriptor.html">Descriptor</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Fixtures.BaseBundle.html">BaseBundle</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Fragment.html">Fragment</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Functional.html">Functional<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Functional.app.html">app</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Functional.Bundle.html">Bundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Functional.Bundle.TestBundle.html">TestBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Functional.Bundle.TestBundle.Controller.html">Controller</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Routing.html">Routing</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Templating.html">Templating<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Templating.Helper.html">Helper<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Templating.Helper.Fixtures.html">Fixtures</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Templating.Loader.html">Loader</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Translation.html">Translation</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Validator.html">Validator</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Translation.html">Translation</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Validator.html">Validator</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.MonologBundle.html">MonologBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.MonologBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.MonologBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.MonologBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.MonologBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.MonologBundle.Tests.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.html">SecurityBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.DependencyInjection.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.DependencyInjection.Security.Factory.html">Factory</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.DependencyInjection.Security.UserProvider.html">UserProvider</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Security.html">Security</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Templating.html">Templating<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Templating.Helper.html">Helper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.DependencyInjection.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.DependencyInjection.Security.Factory.html">Factory</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.html">Functional<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.app.html">app</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.html">Bundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.CsrfFormLoginBundle.html">CsrfFormLoginBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.CsrfFormLoginBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.CsrfFormLoginBundle.Form.html">Form</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.FormLoginBundle.html">FormLoginBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.FormLoginBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.FormLoginBundle.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.FormLoginBundle.Security.html">Security</a>
</li>
</ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Twig.html">Twig<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Twig.Extension.html">Extension</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.html">SwiftmailerBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.Tests.DependencyInjection.html">DependencyInjection</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.html">TwigBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.TwigBundle.CacheWarmer.html">CacheWarmer</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Debug.html">Debug</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.TwigBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Extension.html">Extension</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Node.html">Node</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Tests.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Tests.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Tests.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Tests.TokenParser.html">TokenParser</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.TokenParser.html">TokenParser</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.html">WebProfilerBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Profiler.html">Profiler</a>
</li>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Tests.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Tests.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Tests.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Tests.Profiler.html">Profiler</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Component.html">Component<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.BrowserKit.html">BrowserKit<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.BrowserKit.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.ClassLoader.html">ClassLoader<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.ClassLoader.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Config.html">Config<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Config.Definition.html">Definition<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Config.Definition.Builder.html">Builder</a>
</li>
<li><a href="namespace-Symfony.Component.Config.Definition.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-Symfony.Component.Config.Definition.Exception.html">Exception</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Config.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Config.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.Config.Resource.html">Resource</a>
</li>
<li><a href="namespace-Symfony.Component.Config.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Config.Tests.Definition.html">Definition<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Config.Tests.Definition.Builder.html">Builder</a>
</li>
<li><a href="namespace-Symfony.Component.Config.Tests.Definition.Dumper.html">Dumper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Config.Tests.Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Config.Tests.Fixtures.Configuration.html">Configuration</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Config.Tests.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.Config.Tests.Resource.html">Resource</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Config.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Console.html">Console<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Console.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Descriptor.html">Descriptor</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Event.html">Event</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Formatter.html">Formatter</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Helper.html">Helper</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Input.html">Input</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Output.html">Output</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tester.html">Tester</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Console.Tests.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tests.Descriptor.html">Descriptor</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tests.Fixtures.html">Fixtures</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tests.Formatter.html">Formatter</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tests.Helper.html">Helper</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tests.Input.html">Input</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tests.Output.html">Output</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tests.Tester.html">Tester</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.CssSelector.html">CssSelector<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.CssSelector.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.CssSelector.Node.html">Node</a>
</li>
<li><a href="namespace-Symfony.Component.CssSelector.Parser.html">Parser<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.CssSelector.Parser.Handler.html">Handler</a>
</li>
<li><a href="namespace-Symfony.Component.CssSelector.Parser.Shortcut.html">Shortcut</a>
</li>
<li><a href="namespace-Symfony.Component.CssSelector.Parser.Tokenizer.html">Tokenizer</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.CssSelector.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.CssSelector.Tests.Node.html">Node</a>
</li>
<li><a href="namespace-Symfony.Component.CssSelector.Tests.Parser.html">Parser<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.CssSelector.Tests.Parser.Handler.html">Handler</a>
</li>
<li><a href="namespace-Symfony.Component.CssSelector.Tests.Parser.Shortcut.html">Shortcut</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.CssSelector.Tests.XPath.html">XPath</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.CssSelector.XPath.html">XPath<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.CssSelector.XPath.Extension.html">Extension</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Debug.html">Debug<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Debug.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Debug.FatalErrorHandler.html">FatalErrorHandler</a>
</li>
<li><a href="namespace-Symfony.Component.Debug.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Debug.Tests.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Debug.Tests.FatalErrorHandler.html">FatalErrorHandler</a>
</li>
<li><a href="namespace-Symfony.Component.Debug.Tests.Fixtures.html">Fixtures</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.DependencyInjection.Compiler.html">Compiler</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Dump.html">Dump</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Extension.html">Extension</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.LazyProxy.html">LazyProxy<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.DependencyInjection.LazyProxy.Instantiator.html">Instantiator</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.LazyProxy.PhpDumper.html">PhpDumper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.ParameterBag.html">ParameterBag</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.Compiler.html">Compiler</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.Extension.html">Extension</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.LazyProxy.html">LazyProxy<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.LazyProxy.Instantiator.html">Instantiator</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.LazyProxy.PhpDumper.html">PhpDumper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.ParameterBag.html">ParameterBag</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.DomCrawler.html">DomCrawler<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.DomCrawler.Field.html">Field</a>
</li>
<li><a href="namespace-Symfony.Component.DomCrawler.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.DomCrawler.Tests.Field.html">Field</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.EventDispatcher.html">EventDispatcher<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.EventDispatcher.Debug.html">Debug</a>
</li>
<li><a href="namespace-Symfony.Component.EventDispatcher.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.ExpressionLanguage.html">ExpressionLanguage<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.ExpressionLanguage.Node.html">Node</a>
</li>
<li><a href="namespace-Symfony.Component.ExpressionLanguage.ParserCache.html">ParserCache</a>
</li>
<li><a href="namespace-Symfony.Component.ExpressionLanguage.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.ExpressionLanguage.Tests.Node.html">Node</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Filesystem.html">Filesystem<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Filesystem.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Filesystem.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Finder.html">Finder<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Finder.Adapter.html">Adapter</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Comparator.html">Comparator</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Expression.html">Expression</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Iterator.html">Iterator</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Shell.html">Shell</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Finder.Tests.Comparator.html">Comparator</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Tests.Expression.html">Expression</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Tests.FakeAdapter.html">FakeAdapter</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Tests.Iterator.html">Iterator</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.html">Extension<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Extension.Core.html">Core<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Extension.Core.ChoiceList.html">ChoiceList</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Core.DataMapper.html">DataMapper</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Core.DataTransformer.html">DataTransformer</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Core.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Core.Type.html">Type</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Core.View.html">View</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Extension.Csrf.html">Csrf<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Extension.Csrf.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Csrf.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Extension.DataCollector.html">DataCollector<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Extension.DataCollector.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.DataCollector.Proxy.html">Proxy</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.DataCollector.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Extension.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.HttpFoundation.html">HttpFoundation<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Extension.HttpFoundation.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Extension.Templating.html">Templating</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Validator.html">Validator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Extension.Validator.Constraints.html">Constraints</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Validator.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Validator.Type.html">Type</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Validator.Util.html">Util</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Validator.ViolationMapper.html">ViolationMapper</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Form.Guess.html">Guess</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Test.html">Test</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.html">Extension<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Core.html">Core<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Core.ChoiceList.html">ChoiceList</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Core.DataMapper.html">DataMapper</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Core.DataTransformer.html">DataTransformer</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Core.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Core.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Csrf.html">Csrf<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Csrf.CsrfProvider.html">CsrfProvider</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Csrf.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Csrf.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.DataCollector.html">DataCollector<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.DataCollector.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.HttpFoundation.html">HttpFoundation<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.HttpFoundation.EventListener.html">EventListener</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Validator.html">Validator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Validator.Constraints.html">Constraints</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Validator.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Validator.Type.html">Type</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Validator.Util.html">Util</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Validator.ViolationMapper.html">ViolationMapper</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Form.Tests.Fixtures.html">Fixtures</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Guess.html">Guess</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.HttpFoundation.html">HttpFoundation<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpFoundation.File.html">File<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpFoundation.File.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.HttpFoundation.File.MimeType.html">MimeType</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Session.html">Session<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpFoundation.Session.Attribute.html">Attribute</a>
</li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Session.Flash.html">Flash</a>
</li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Session.Storage.html">Storage<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpFoundation.Session.Storage.Handler.html">Handler</a>
</li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Session.Storage.Proxy.html">Proxy</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.File.html">File<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.File.MimeType.html">MimeType</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.Session.html">Session<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.Session.Attribute.html">Attribute</a>
</li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.Session.Flash.html">Flash</a>
</li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.Session.Storage.html">Storage<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.Session.Storage.Handler.html">Handler</a>
</li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.Session.Storage.Proxy.html">Proxy</a>
</li>
</ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Component.HttpKernel.html">HttpKernel<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpKernel.Bundle.html">Bundle</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.CacheClearer.html">CacheClearer</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.CacheWarmer.html">CacheWarmer</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Config.html">Config</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.DataCollector.html">DataCollector<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpKernel.DataCollector.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.HttpKernel.Debug.html">Debug</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Event.html">Event</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Fragment.html">Fragment</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.HttpCache.html">HttpCache</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Log.html">Log</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Profiler.html">Profiler</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Bundle.html">Bundle</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.CacheClearer.html">CacheClearer</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.CacheWarmer.html">CacheWarmer</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Config.html">Config</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Debug.html">Debug</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.ExtensionAbsentBundle.html">ExtensionAbsentBundle</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.ExtensionLoadedBundle.html">ExtensionLoadedBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.ExtensionLoadedBundle.DependencyInjection.html">DependencyInjection</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.ExtensionPresentBundle.html">ExtensionPresentBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.ExtensionPresentBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.ExtensionPresentBundle.DependencyInjection.html">DependencyInjection</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fragment.html">Fragment</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.HttpCache.html">HttpCache</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Profiler.html">Profiler<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Profiler.Mock.html">Mock</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Icu.html">Icu<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Icu.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.html">Intl<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.Collator.html">Collator</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.DateFormatter.html">DateFormatter<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.DateFormatter.DateFormat.html">DateFormat</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.Globals.html">Globals</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.Locale.html">Locale</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.NumberFormatter.html">NumberFormatter</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.ResourceBundle.html">ResourceBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.ResourceBundle.Compiler.html">Compiler</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.ResourceBundle.Reader.html">Reader</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.ResourceBundle.Transformer.html">Transformer<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.ResourceBundle.Transformer.Rule.html">Rule</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.ResourceBundle.Util.html">Util</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.ResourceBundle.Writer.html">Writer</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.Tests.Collator.html">Collator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.Tests.Collator.Verification.html">Verification</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Tests.DateFormatter.html">DateFormatter<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.Tests.DateFormatter.Verification.html">Verification</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Tests.Globals.html">Globals<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.Tests.Globals.Verification.html">Verification</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Tests.Locale.html">Locale<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.Tests.Locale.Verification.html">Verification</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Tests.NumberFormatter.html">NumberFormatter<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.Tests.NumberFormatter.Verification.html">Verification</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Tests.ResourceBundle.html">ResourceBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.Tests.ResourceBundle.Reader.html">Reader</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.Tests.ResourceBundle.Util.html">Util</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.Tests.ResourceBundle.Writer.html">Writer</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Tests.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Locale.html">Locale<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Locale.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Locale.Tests.Stub.html">Stub</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.OptionsResolver.html">OptionsResolver<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.OptionsResolver.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.OptionsResolver.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Process.html">Process<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Process.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Process.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.PropertyAccess.html">PropertyAccess<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.PropertyAccess.Exception.html">Exception</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Routing.html">Routing<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Routing.Annotation.html">Annotation</a>
</li>
<li><a href="namespace-Symfony.Component.Routing.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Routing.Generator.html">Generator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Routing.Generator.Dumper.html">Dumper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Routing.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.Routing.Matcher.html">Matcher<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Routing.Matcher.Dumper.html">Dumper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Routing.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Routing.Tests.Annotation.html">Annotation</a>
</li>
<li><a href="namespace-Symfony.Component.Routing.Tests.Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Routing.Tests.Fixtures.AnnotatedClasses.html">AnnotatedClasses</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Routing.Tests.Generator.html">Generator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Routing.Tests.Generator.Dumper.html">Dumper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Routing.Tests.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.Routing.Tests.Matcher.html">Matcher<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Routing.Tests.Matcher.Dumper.html">Dumper</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Acl.html">Acl<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Acl.Dbal.html">Dbal</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Acl.Domain.html">Domain</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Acl.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Acl.Model.html">Model</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Acl.Permission.html">Permission</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Acl.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Acl.Tests.Dbal.html">Dbal</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Acl.Tests.Domain.html">Domain</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Acl.Tests.Permission.html">Permission</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Acl.Tests.Voter.html">Voter</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Acl.Voter.html">Voter</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Core.html">Core<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Core.Authentication.html">Authentication<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Core.Authentication.Provider.html">Provider</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Authentication.RememberMe.html">RememberMe</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Authentication.Token.html">Token</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Core.Authorization.html">Authorization<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Core.Authorization.Voter.html">Voter</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Core.Encoder.html">Encoder</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Event.html">Event</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Role.html">Role</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Authentication.html">Authentication<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Authentication.Provider.html">Provider</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Authentication.RememberMe.html">RememberMe</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Authentication.Token.html">Token</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Authorization.html">Authorization<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Authorization.Voter.html">Voter</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Encoder.html">Encoder</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Role.html">Role</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.User.html">User</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Util.html">Util</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Validator.html">Validator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Validator.Constraints.html">Constraints</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Security.Core.User.html">User</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Util.html">Util</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Validator.html">Validator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Core.Validator.Constraints.html">Constraints</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Security.Csrf.html">Csrf<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Csrf.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Csrf.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Csrf.Tests.TokenGenerator.html">TokenGenerator</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Csrf.Tests.TokenStorage.html">TokenStorage</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Csrf.TokenGenerator.html">TokenGenerator</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Csrf.TokenStorage.html">TokenStorage</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Http.html">Http<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Http.Authentication.html">Authentication</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Authorization.html">Authorization</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.EntryPoint.html">EntryPoint</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Event.html">Event</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Firewall.html">Firewall</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Logout.html">Logout</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.RememberMe.html">RememberMe</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Session.html">Session</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Http.Tests.Authentication.html">Authentication</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Tests.EntryPoint.html">EntryPoint</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Tests.Firewall.html">Firewall</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Tests.Logout.html">Logout</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Tests.RememberMe.html">RememberMe</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Tests.Session.html">Session</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Security.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Tests.Core.html">Core<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Tests.Core.Authentication.html">Authentication<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Tests.Core.Authentication.Token.html">Token</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Tests.Core.User.html">User</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Tests.Http.html">Http<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Tests.Http.Firewall.html">Firewall</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Serializer.html">Serializer<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Serializer.Encoder.html">Encoder</a>
</li>
<li><a href="namespace-Symfony.Component.Serializer.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Serializer.Normalizer.html">Normalizer</a>
</li>
<li><a href="namespace-Symfony.Component.Serializer.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Serializer.Tests.Encoder.html">Encoder</a>
</li>
<li><a href="namespace-Symfony.Component.Serializer.Tests.Fixtures.html">Fixtures</a>
</li>
<li><a href="namespace-Symfony.Component.Serializer.Tests.Normalizer.html">Normalizer</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Stopwatch.html">Stopwatch</a>
</li>
<li><a href="namespace-Symfony.Component.Templating.html">Templating<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Templating.Asset.html">Asset</a>
</li>
<li><a href="namespace-Symfony.Component.Templating.Helper.html">Helper</a>
</li>
<li><a href="namespace-Symfony.Component.Templating.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.Templating.Storage.html">Storage</a>
</li>
<li><a href="namespace-Symfony.Component.Templating.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Templating.Tests.Fixtures.html">Fixtures</a>
</li>
<li><a href="namespace-Symfony.Component.Templating.Tests.Helper.html">Helper</a>
</li>
<li><a href="namespace-Symfony.Component.Templating.Tests.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.Templating.Tests.Storage.html">Storage</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Translation.html">Translation<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Translation.Catalogue.html">Catalogue</a>
</li>
<li><a href="namespace-Symfony.Component.Translation.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-Symfony.Component.Translation.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Translation.Extractor.html">Extractor</a>
</li>
<li><a href="namespace-Symfony.Component.Translation.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.Translation.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Translation.Tests.Catalogue.html">Catalogue</a>
</li>
<li><a href="namespace-Symfony.Component.Translation.Tests.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-Symfony.Component.Translation.Tests.Loader.html">Loader</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Translation.Writer.html">Writer</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Validator.html">Validator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Validator.Constraints.html">Constraints</a>
</li>
<li><a href="namespace-Symfony.Component.Validator.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Validator.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Validator.Mapping.Cache.html">Cache</a>
</li>
<li><a href="namespace-Symfony.Component.Validator.Mapping.Loader.html">Loader</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Validator.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Validator.Tests.Constraints.html">Constraints</a>
</li>
<li><a href="namespace-Symfony.Component.Validator.Tests.Fixtures.html">Fixtures</a>
</li>
<li><a href="namespace-Symfony.Component.Validator.Tests.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Validator.Tests.Mapping.Cache.html">Cache</a>
</li>
<li><a href="namespace-Symfony.Component.Validator.Tests.Mapping.Loader.html">Loader</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Yaml.html">Yaml<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Yaml.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Yaml.Tests.html">Tests</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Tecnocreaciones.html">Tecnocreaciones<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.html">Bundle<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.html">AjaxFOSUserBundle<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.Event.html">Event</a>
</li>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.Handler.html">Handler</a>
</li>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.Tests.Controller.html">Controller</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Tecnocreaciones.Bundle.InstallBundle.html">InstallBundle<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.InstallBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Tecnocreaciones.Bundle.InstallBundle.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Tecnocreaciones.Bundle.InstallBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.InstallBundle.Tests.Controller.html">Controller</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.html">TemplateBundle<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.Menu.html">Menu<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.Menu.Template.html">Template<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.Menu.Template.Developer.html">Developer</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.Tests.Controller.html">Controller</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Tecnocreaciones.Vzla.html">Vzla<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.html">GovernmentBundle<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Form.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Menu.html">Menu<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Menu.Template.html">Template<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Menu.Template.Developer.html">Developer</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Model.html">Model</a>
</li>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Tests.Controller.html">Controller</a>
</li>
</ul></li>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Twig.html">Twig<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Twig.Extension.html">Extension</a>
</li>
</ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-TestBundle.html">TestBundle<span></span></a>
<ul>
<li><a href="namespace-TestBundle.Fabpot.html">Fabpot<span></span></a>
<ul>
<li><a href="namespace-TestBundle.Fabpot.FooBundle.html">FooBundle<span></span></a>
<ul>
<li><a href="namespace-TestBundle.Fabpot.FooBundle.Controller.html">Controller</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-TestBundle.FooBundle.html">FooBundle<span></span></a>
<ul>
<li><a href="namespace-TestBundle.FooBundle.Controller.html">Controller<span></span></a>
<ul>
<li><a href="namespace-TestBundle.FooBundle.Controller.Sub.html">Sub</a>
</li>
<li><a href="namespace-TestBundle.FooBundle.Controller.Test.html">Test</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-TestBundle.Sensio.html">Sensio<span></span></a>
<ul>
<li><a href="namespace-TestBundle.Sensio.Cms.html">Cms<span></span></a>
<ul>
<li><a href="namespace-TestBundle.Sensio.Cms.FooBundle.html">FooBundle<span></span></a>
<ul>
<li><a href="namespace-TestBundle.Sensio.Cms.FooBundle.Controller.html">Controller</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-TestBundle.Sensio.FooBundle.html">FooBundle<span></span></a>
<ul>
<li><a href="namespace-TestBundle.Sensio.FooBundle.Controller.html">Controller</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-TestFixtures.html">TestFixtures</a>
</li>
<li><a href="namespace-Timestampable.html">Timestampable<span></span></a>
<ul>
<li><a href="namespace-Timestampable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Timestampable.Fixture.Document.html">Document</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Tool.html">Tool</a>
</li>
<li><a href="namespace-Translatable.html">Translatable<span></span></a>
<ul>
<li><a href="namespace-Translatable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Translatable.Fixture.Document.html">Document<span></span></a>
<ul>
<li><a href="namespace-Translatable.Fixture.Document.Personal.html">Personal</a>
</li>
</ul></li>
<li><a href="namespace-Translatable.Fixture.Issue114.html">Issue114</a>
</li>
<li><a href="namespace-Translatable.Fixture.Issue138.html">Issue138</a>
</li>
<li><a href="namespace-Translatable.Fixture.Issue165.html">Issue165</a>
</li>
<li><a href="namespace-Translatable.Fixture.Issue173.html">Issue173</a>
</li>
<li><a href="namespace-Translatable.Fixture.Issue75.html">Issue75</a>
</li>
<li><a href="namespace-Translatable.Fixture.Issue922.html">Issue922</a>
</li>
<li><a href="namespace-Translatable.Fixture.Personal.html">Personal</a>
</li>
<li><a href="namespace-Translatable.Fixture.Template.html">Template</a>
</li>
<li><a href="namespace-Translatable.Fixture.Type.html">Type</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Translator.html">Translator<span></span></a>
<ul>
<li><a href="namespace-Translator.Fixture.html">Fixture</a>
</li>
</ul></li>
<li><a href="namespace-Tree.html">Tree<span></span></a>
<ul>
<li><a href="namespace-Tree.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Tree.Fixture.Closure.html">Closure</a>
</li>
<li><a href="namespace-Tree.Fixture.Document.html">Document</a>
</li>
<li><a href="namespace-Tree.Fixture.Genealogy.html">Genealogy</a>
</li>
<li><a href="namespace-Tree.Fixture.Mock.html">Mock</a>
</li>
<li><a href="namespace-Tree.Fixture.Repository.html">Repository</a>
</li>
<li><a href="namespace-Tree.Fixture.Transport.html">Transport</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Uploadable.html">Uploadable<span></span></a>
<ul>
<li><a href="namespace-Uploadable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Uploadable.Fixture.Entity.html">Entity</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Wrapper.html">Wrapper<span></span></a>
<ul>
<li><a href="namespace-Wrapper.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Wrapper.Fixture.Document.html">Document</a>
</li>
<li><a href="namespace-Wrapper.Fixture.Entity.html">Entity</a>
</li>
</ul></li></ul></li>
</ul>
</div>
<hr />
<div id="elements">
<h3>Classes</h3>
<ul>
<li><a href="class-Sortable.Fixture.Author.html">Author</a></li>
<li><a href="class-Sortable.Fixture.Category.html">Category</a></li>
<li><a href="class-Sortable.Fixture.Event.html">Event</a></li>
<li class="active"><a href="class-Sortable.Fixture.Item.html">Item</a></li>
<li><a href="class-Sortable.Fixture.Node.html">Node</a></li>
<li><a href="class-Sortable.Fixture.Paper.html">Paper</a></li>
<li><a href="class-Sortable.Fixture.SimpleListItem.html">SimpleListItem</a></li>
</ul>
</div>
</div>
</div>
<div id="splitter"></div>
<div id="right">
<div id="rightInner">
<form id="search">
<input type="hidden" name="cx" value="" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" name="q" class="text" />
<input type="submit" value="Search" />
</form>
<div id="navigation">
<ul>
<li>
<a href="index.html" title="Overview"><span>Overview</span></a>
</li>
<li>
<a href="namespace-Sortable.Fixture.html" title="Summary of Sortable\Fixture"><span>Namespace</span></a>
</li>
<li class="active">
<span>Class</span> </li>
</ul>
<ul>
<li>
<a href="tree.html" title="Tree view of classes, interfaces, traits and exceptions"><span>Tree</span></a>
</li>
</ul>
<ul>
</ul>
</div>
<div id="content" class="class">
<h1>Class Item</h1>
<div class="info">
<b>Namespace:</b> <a href="namespace-Sortable.html">Sortable</a>\<a href="namespace-Sortable.Fixture.html">Fixture</a><br />
<b>ORM\Entity(repositoryClass="Gedmo\Sortable\Entity\Repository\SortableRepository")</b>
<br />
<b>Located at</b> <a href="source-class-Sortable.Fixture.Item.html#8-71" title="Go to source code">vendor/gedmo/doctrine-extensions/tests/Gedmo/Sortable/Fixture/Item.php</a><br />
</div>
<table class="summary" id="methods">
<caption>Methods summary</caption>
<tr data-order="getId" id="_getId">
<td class="attributes"><code>
public
</code>
</td>
<td class="name"><div>
<a class="anchor" href="#_getId">#</a>
<code><a href="source-class-Sortable.Fixture.Item.html#37-40" title="Go to source code">getId</a>( )</code>
<div class="description short">
</div>
<div class="description detailed hidden">
</div>
</div></td>
</tr>
<tr data-order="setName" id="_setName">
<td class="attributes"><code>
public
</code>
</td>
<td class="name"><div>
<a class="anchor" href="#_setName">#</a>
<code><a href="source-class-Sortable.Fixture.Item.html#42-45" title="Go to source code">setName</a>( <span>mixed <var>$name</var></span> )</code>
<div class="description short">
</div>
<div class="description detailed hidden">
</div>
</div></td>
</tr>
<tr data-order="getName" id="_getName">
<td class="attributes"><code>
public
</code>
</td>
<td class="name"><div>
<a class="anchor" href="#_getName">#</a>
<code><a href="source-class-Sortable.Fixture.Item.html#47-50" title="Go to source code">getName</a>( )</code>
<div class="description short">
</div>
<div class="description detailed hidden">
</div>
</div></td>
</tr>
<tr data-order="setPosition" id="_setPosition">
<td class="attributes"><code>
public
</code>
</td>
<td class="name"><div>
<a class="anchor" href="#_setPosition">#</a>
<code><a href="source-class-Sortable.Fixture.Item.html#52-55" title="Go to source code">setPosition</a>( <span>mixed <var>$position</var></span> )</code>
<div class="description short">
</div>
<div class="description detailed hidden">
</div>
</div></td>
</tr>
<tr data-order="getPosition" id="_getPosition">
<td class="attributes"><code>
public
</code>
</td>
<td class="name"><div>
<a class="anchor" href="#_getPosition">#</a>
<code><a href="source-class-Sortable.Fixture.Item.html#57-60" title="Go to source code">getPosition</a>( )</code>
<div class="description short">
</div>
<div class="description detailed hidden">
</div>
</div></td>
</tr>
<tr data-order="setCategory" id="_setCategory">
<td class="attributes"><code>
public
</code>
</td>
<td class="name"><div>
<a class="anchor" href="#_setCategory">#</a>
<code><a href="source-class-Sortable.Fixture.Item.html#62-65" title="Go to source code">setCategory</a>( <span><code><a href="class-Sortable.Fixture.Category.html">Sortable\Fixture\Category</a></code> <var>$category</var> = <span class="php-keyword1">null</span></span> )</code>
<div class="description short">
</div>
<div class="description detailed hidden">
</div>
</div></td>
</tr>
<tr data-order="getCategory" id="_getCategory">
<td class="attributes"><code>
public
</code>
</td>
<td class="name"><div>
<a class="anchor" href="#_getCategory">#</a>
<code><a href="source-class-Sortable.Fixture.Item.html#67-70" title="Go to source code">getCategory</a>( )</code>
<div class="description short">
</div>
<div class="description detailed hidden">
</div>
</div></td>
</tr>
</table>
</div>
<div id="footer">
seip API documentation generated by <a href="http://apigen.org">ApiGen 2.8.0</a>
</div>
</div>
</div>
</body>
</html>
| Tecnocreaciones/VzlaGovernmentTemplateDeveloperSeed | api/class-Sortable.Fixture.Item.html | HTML | mit | 157,705 |
<html>
<head>
<title>User agent detail - Mozilla/5.0 (Linux; U; Android 2.3.3; de-de; Xperia X10 Build/6.0.B.0.743) 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.3; de-de; Xperia X10 Build/6.0.B.0.743) 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>Xperia X10</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 2.3.3; de-de; Xperia X10 Build/6.0.B.0.743) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1
[family] => Xperia X10
[brand] => SonyEricsson
[model] => Xperia X10
)
</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.034</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.3</td><td style="border-left: 1px solid #555">SonyEricsson</td><td>X10</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.261</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] => 854
[is_mobile] => 1
[type] => mobile-browser
[mobile_brand] => SonyEricsson
[mobile_model] => X10
[version] => 4.0
[is_android] => 1
[browser_name] => Android Webkit
[operating_system_family] => Android
[operating_system_version] => 2.3.3
[is_ios] =>
[producer] => Google Inc.
[operating_system] => Android 2.3.x Gingerbread
[mobile_screen_width] => 480
[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 2.3</td><td style="border-left: 1px solid #555">Sony</td><td>Xperia X10</td><td>smartphone</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.009</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] => SO
[brandName] => Sony
[model] => Xperia X10
[device] => 1
[deviceName] => smartphone
)
[bot] =>
[extra] => Array
(
[isBot] =>
[isBrowser] => 1
[isFeedReader] =>
[isMobileApp] =>
[isPIM] =>
[isLibrary] =>
[isMediaPlayer] =>
[isCamera] =>
[isCarBrowser] =>
[isConsole] =>
[isFeaturePhone] =>
[isPhablet] =>
[isPortableMediaPlayer] =>
[isSmartDisplay] =>
[isSmartphone] => 1
[isTablet] =>
[isTV] =>
[isDesktop] =>
[isMobile] => 1
[isTouchEnabled] =>
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>SinergiBrowserDetector<br /><small>6.0.0</small></td><td>Navigator 4.0</td><td><i class="material-icons">close</i></td><td>Android 2.3.3</td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.002</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.3; de-de; Xperia X10 Build/6.0.B.0.743) 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.3
[isMobile:Sinergi\BrowserDetector\Os:private] => 1
[userAgent:Sinergi\BrowserDetector\Os:private] => Sinergi\BrowserDetector\UserAgent Object
(
[userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; U; Android 2.3.3; de-de; Xperia X10 Build/6.0.B.0.743) 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.3; de-de; Xperia X10 Build/6.0.B.0.743) 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.3</td><td><i class="material-icons">close</i></td><td>Android 2.3.3</td><td style="border-left: 1px solid #555">SonyEricsson</td><td>Xperia X10</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.029</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] => 3
[family] => Android
)
[os] => UAParser\Result\OperatingSystem Object
(
[major] => 2
[minor] => 3
[patch] => 3
[patchMinor] =>
[family] => Android
)
[device] => UAParser\Result\Device Object
(
[brand] => SonyEricsson
[model] => Xperia X10
[family] => Xperia X10
)
[originalUserAgent] => Mozilla/5.0 (Linux; U; Android 2.3.3; de-de; Xperia X10 Build/6.0.B.0.743) 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.3</td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><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.057</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.3
[os_producer] =>
[os_producerURL] =>
[linux_distibution] => Null
[agent_language] => German - Germany
[agent_languageTag] => de-de
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>WhatIsMyBrowserCom<br /><small></small></td><td>Android Browser 4.0</td><td>WebKit 533.1</td><td>Android 2.3.3</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.415</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] => 6
)
[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.3
[operating_platform_code] =>
[browser_name] => Android Browser
[operating_system_name_code] => android
[user_agent] => Mozilla/5.0 (Linux; U; Android 2.3.3; de-de; Xperia X10 Build/6.0.B.0.743) 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.3</td><td style="border-left: 1px solid #555">Sony Ericsson</td><td>Xperia X10</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.043</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.3
)
[device] => Array
(
[type] => mobile
[subtype] => smart
[manufacturer] => Sony Ericsson
[model] => Xperia X10
)
)
</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.3
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>Wurfl<br /><small>1.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">SonyEricsson</td><td>X10</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.08201</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] => SonyEricsson X10 (Xperia X10)
[form_factor] => Smartphone
[is_phone] => true
[is_app_webview] => false
)
[all] => Array
(
[brand_name] => SonyEricsson
[model_name] => X10
[unique] => true
[ununiqueness_handler] =>
[is_wireless_device] => true
[device_claims_web_support] => true
[has_qwerty_keyboard] => true
[can_skip_aligned_link_row] => true
[uaprof] => http://wap.sonyericsson.com/UAprof/X10iR101.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] => 2009_november
[marketing_name] => Xperia X10
[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] => gears
[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] => 854
[columns] => 44
[max_image_width] => 320
[max_image_height] => 480
[rows] => 32
[physical_screen_width] => 50
[physical_screen_height] => 89
[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] => 7200
[wifi] => true
[sdio] => false
[vpn] => false
[has_cellular_radio] => true
[max_deck_size] => 1000000
[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] => true
[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] => 1.1
[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] => 1024000
[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] => true
[mms_wbmp] => false
[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] => false
[mmf] => false
[smf] => false
[mld] => false
[midi_monophonic] => true
[midi_polyphonic] => false
[sp_midi] => false
[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] => -1
[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] => C
[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:43:26</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/fb/8f/fb8ff6cc-7a12-4e00-8637-5c25b364e0a8.html | HTML | mit | 46,640 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Function template public_function</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../../index.html" title="Chapter 1. Boost.Contract 1.0.0">
<link rel="up" href="../../reference.html#header.boost.contract.public_function_hpp" title="Header <boost/contract/public_function.hpp>">
<link rel="prev" href="public_f_idm45125847806592.html" title="Function template public_function">
<link rel="next" href="public_f_idm45125847781408.html" title="Function template public_function">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
<td align="center"><a href="../../../../../../index.html">Home</a></td>
<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="public_f_idm45125847806592.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../reference.html#header.boost.contract.public_function_hpp"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="public_f_idm45125847781408.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="boost.contract.public_f_idm45125847795696"></a><div class="titlepage"></div>
<div class="refnamediv">
<h2><span class="refentrytitle">Function template public_function</span></h2>
<p>boost::contract::public_function — Program contracts for public functions that are not static, not virtual, and do not not override. </p>
</div>
<h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2>
<div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: <<a class="link" href="../../reference.html#header.boost.contract.public_function_hpp" title="Header <boost/contract/public_function.hpp>">boost/contract/public_function.hpp</a>>
</span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> Class<span class="special">></span>
<a class="link" href="specify__idm45125848100512.html" title="Class template specify_precondition_old_postcondition_except">specify_precondition_old_postcondition_except</a> <span class="identifier">public_function</span><span class="special">(</span><span class="identifier">Class</span> <span class="special">*</span> obj<span class="special">)</span><span class="special">;</span></pre></div>
<div class="refsect1">
<a name="idm45885983683856"></a><h2>Description</h2>
<p>This is used to specify preconditions, postconditions, exception guarantees, old value copies at body, and check class invariants for public functions that are not static, not virtual, and do not override:</p>
<pre class="programlisting"><span class="keyword">class</span> <span class="identifier">u</span> <span class="special">{</span>
<span class="keyword">friend</span> <span class="keyword">class</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">contract</span><span class="special">::</span><span class="identifier">access</span><span class="special">;</span>
<span class="keyword">void</span> <span class="identifier">invariant</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span> <span class="special">{</span> <span class="comment">// Optional (as for static and volatile).</span>
<span class="identifier">BOOST_CONTRACT_ASSERT</span><span class="special">(</span><span class="special">...</span><span class="special">)</span><span class="special">;</span>
<span class="special">...</span>
<span class="special">}</span>
<span class="keyword">public</span><span class="special">:</span>
<span class="keyword">void</span> <span class="identifier">f</span><span class="special">(</span><span class="special">...</span><span class="special">)</span> <span class="special">{</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">contract</span><span class="special">::</span><span class="identifier">old_ptr</span><span class="special"><</span><span class="identifier">old_type</span><span class="special">></span> <span class="identifier">old_var</span><span class="special">;</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">contract</span><span class="special">::</span><span class="identifier">check</span> <span class="identifier">c</span> <span class="special">=</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">contract</span><span class="special">::</span><span class="identifier">public_function</span><span class="special">(</span><span class="keyword">this</span><span class="special">)</span>
<span class="special">.</span><span class="identifier">precondition</span><span class="special">(</span><span class="special">[</span><span class="special">&</span><span class="special">]</span> <span class="special">{</span> <span class="comment">// Optional.</span>
<span class="identifier">BOOST_CONTRACT_ASSERT</span><span class="special">(</span><span class="special">...</span><span class="special">)</span><span class="special">;</span>
<span class="special">...</span>
<span class="special">}</span><span class="special">)</span>
<span class="special">.</span><span class="identifier">old</span><span class="special">(</span><span class="special">[</span><span class="special">&</span><span class="special">]</span> <span class="special">{</span> <span class="comment">// Optional.</span>
<span class="identifier">old_var</span> <span class="special">=</span> <span class="identifier">BOOST_CONTRACT_OLDOF</span><span class="special">(</span><span class="identifier">old_expr</span><span class="special">)</span><span class="special">;</span>
<span class="special">...</span>
<span class="special">}</span><span class="special">)</span>
<span class="special">.</span><span class="identifier">postcondition</span><span class="special">(</span><span class="special">[</span><span class="special">&</span><span class="special">]</span> <span class="special">{</span> <span class="comment">// Optional.</span>
<span class="identifier">BOOST_CONTRACT_ASSERT</span><span class="special">(</span><span class="special">...</span><span class="special">)</span><span class="special">;</span>
<span class="special">...</span>
<span class="special">}</span><span class="special">)</span>
<span class="special">.</span><span class="identifier">except</span><span class="special">(</span><span class="special">[</span><span class="special">&</span><span class="special">]</span> <span class="special">{</span> <span class="comment">// Optional.</span>
<span class="identifier">BOOST_CONTRACT_ASSERT</span><span class="special">(</span><span class="special">...</span><span class="special">)</span><span class="special">;</span>
<span class="special">...</span>
<span class="special">}</span><span class="special">)</span>
<span class="special">;</span>
<span class="special">...</span> <span class="comment">// Function body.</span>
<span class="special">}</span>
<span class="special">...</span>
<span class="special">}</span><span class="special">;</span>
</pre>
<p>For optimization, this can be omitted for public functions that do not have preconditions, postconditions and exception guarantees, within classes that have no invariants.</p>
<p><span class="bold"><strong>See Also:</strong></span></p>
<p> <a class="link" href="../../boost_contract/tutorial.html#boost_contract.tutorial.public_functions" title="Public Functions"> Public Functions</a></p>
<p>
</p>
<p>
</p>
<div class="variablelist"><table border="0" class="variablelist compact">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term">Parameters:</span></p></td>
<td><div class="variablelist"><table border="0" class="variablelist compact">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody><tr>
<td><p><span class="term"><code class="computeroutput">obj</code></span></p></td>
<td><p>The object <code class="computeroutput">this</code> from the scope of the enclosing public function declaring the contract. This object might be mutable, <code class="computeroutput">const</code>, <code class="computeroutput">volatile</code>, or <code class="computeroutput">const volatile</code> depending on the cv-qualifier of the enclosing function (volatile public functions will check volatile class invariants, see <a class="link" href="../../boost_contract/extras.html#boost_contract.extras.volatile_public_functions" title="Volatile Public Functions">
Volatile Public Functions</a>).</p></td>
</tr></tbody>
</table></div></td>
</tr>
<tr>
<td><p><span class="term">Template Parameters:</span></p></td>
<td><div class="variablelist"><table border="0" class="variablelist compact">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody><tr>
<td><p><span class="term"><code class="computeroutput">Class</code></span></p></td>
<td><p>The type of the class containing the public function declaring the contract. (Usually this template parameter is automatically deduced by C++ and it does not need to be explicitly specified by programmers.)</p></td>
</tr></tbody>
</table></div></td>
</tr>
<tr>
<td><p><span class="term">Returns:</span></p></td>
<td><p>The result of this function must be assigned to a variable of type <code class="computeroutput"><a class="link" href="check.html" title="Class check">boost::contract::check</a></code> declared explicitly (i.e., without using C++11 <code class="computeroutput">auto</code> declarations) and locally just before the code of the public function body (otherwise this library will generate a run-time error, see <code class="computeroutput"><a class="link" href="../../BOOST_CO_idm45125848615536.html" title="Macro BOOST_CONTRACT_ON_MISSING_CHECK_DECL">BOOST_CONTRACT_ON_MISSING_CHECK_DECL</a></code>). </p></td>
</tr>
</tbody>
</table></div>
</div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2008-2019 Lorenzo Caminiti<p>
Distributed under the Boost Software License, Version 1.0 (see accompanying
file LICENSE_1_0.txt or a copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="public_f_idm45125847806592.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../reference.html#header.boost.contract.public_function_hpp"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="public_f_idm45125847781408.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
| davehorton/drachtio-server | deps/boost_1_77_0/libs/contract/doc/html/boost/contract/public_f_idm45125847795696.html | HTML | mit | 12,233 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>error-handlers: 15 s 🏆</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.8.0 / error-handlers - 1.2.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
error-handlers
<small>
1.2.0
<span class="label label-success">15 s 🏆</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-03-01 06:52:58 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-01 06:52:58 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 2 Virtual package relying on perl
coq 8.8.0 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.07.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.07.1 Official release 4.07.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.3 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/clarus/coq-error-handlers"
dev-repo: "git+https://github.com/clarus/coq-error-handlers.git"
bug-reports: "https://github.com/clarus/coq-error-handlers/issues"
authors: ["Guillaume Claret"]
license: "MIT"
build: [
["./configure.sh"]
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/ErrorHandlers"]
depends: [
"ocaml"
"coq" {>= "8.4pl4"}
]
synopsis: "Simple and robust error handling functions"
flags: light-uninstall
url {
src: "https://github.com/clarus/coq-error-handlers/archive/1.2.0.tar.gz"
checksum: "md5=e485360ba31980d55cf053cf59b255e2"
}
</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-error-handlers.1.2.0 coq.8.8.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-error-handlers.1.2.0 coq.8.8.0</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-error-handlers.1.2.0 coq.8.8.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>15 s</dd>
</dl>
<h2>Installation size</h2>
<p>Total: 10 K</p>
<ul>
<li>6 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ErrorHandlers/All.vo</code></li>
<li>3 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ErrorHandlers/All.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ErrorHandlers/All.v</code></li>
</ul>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq-error-handlers.1.2.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.07.1-2.0.6/released/8.8.0/error-handlers/1.2.0.html | HTML | mit | 6,760 |
<!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>
Healthy Insulation -
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=1492291036408&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=21287&V_SEARCH.docsStart=21286&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/rgstr.sec?_flId?_flxKy=e1s1&estblmntNo=234567041301&profileId=61&_evId=bck&lang=eng&V_SEARCH.showStricts=false&prtl=1&_flId?_flId?_flxKy=e1s1" title="Français" lang="fr">Français</a></li>
</ul>
</div>
</div>
</section>
<div class="row">
<div class="brand col-xs-8 col-sm-9 col-md-6">
<a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a>
</div>
<section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn">
<h2>Search and menus</h2>
<ul class="list-inline text-right chvrn">
<li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li>
</ul>
<div id="mb-pnl"></div>
</section>
<!-- Site Search Removed -->
</div>
</div>
<nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement">
<h2 class="wb-inv">Topics menu</h2>
<div class="container nvbar">
<div class="row">
<ul class="list-inline menu">
<li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li>
<li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li>
<li><a href="https://travel.gc.ca/">Travel</a></li>
<li><a href="https://www.canada.ca/en/services/business.html">Business</a></li>
<li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li>
<li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li>
<li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li>
<li><a href="https://www.canada.ca/en/services.html">More services</a></li>
</ul>
</div>
</div>
</nav>
<!-- EPIC BODY BEGIN -->
<nav role="navigation" id="wb-bc" class="" property="breadcrumb">
<h2 class="wb-inv">You are here:</h2>
<div class="container">
<div class="row">
<ol class="breadcrumb">
<li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li>
<li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li>
<li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li>
</ol>
</div>
</div>
</nav>
</header>
<main id="wb-cont" role="main" property="mainContentOfPage" class="container">
<!-- End Header -->
<!-- Begin Body -->
<!-- Begin Body Title -->
<!-- End Body Title -->
<!-- Begin Body Head -->
<!-- End Body Head -->
<!-- Begin Body Content -->
<br>
<!-- Complete Profile -->
<!-- Company Information above tabbed area-->
<input id="showMore" type="hidden" value='more'/>
<input id="showLess" type="hidden" value='less'/>
<h1 id="wb-cont">
Company profile - Canadian Company Capabilities
</h1>
<div class="profileInfo hidden-print">
<ul class="list-inline">
<li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&rstBtn.x=" class="btn btn-link">New Search</a> |</li>
<li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do">
<input type="hidden" name="lang" value="eng" />
<input type="hidden" name="profileId" value="" />
<input type="hidden" name="prtl" value="1" />
<input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" />
<input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" />
<input type="hidden" name="V_SEARCH.depth" value="1" />
<input type="hidden" name="V_SEARCH.showStricts" value="false" />
<input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" />
</form></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=21285&V_DOCUMENT.docRank=21286&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492291053309&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=234567151016&profileId=&key.newSearchLabel=">Previous Company</a></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=21287&V_DOCUMENT.docRank=21288&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492291053309&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=234567165207&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>
1685489 Ontario Inc.
</h2>
<div class="row">
<div class="col-md-5">
<h2 class="h5 mrgn-bttm-0">Legal Name:</h2>
<p>1685489 Ontario Inc.</p>
<h2 class="h5 mrgn-bttm-0">Operating Name:</h2>
<p>Healthy Insulation</p>
<div class="mrgn-tp-md"></div>
<p class="mrgn-bttm-0" ><a href="http://healthyinsulation.ca"
target="_blank" title="Website URL">http://healthyinsulation.ca</a></p>
<p><a href="mailto:[email protected]" title="[email protected]">[email protected]</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">
1A-1370 Wallace Rd<br/>
OAKVILLE,
Ontario<br/>
L6L 2Y2
<br/>
</address>
<h2 class="h5 mrgn-bttm-0">Location Address:</h2>
<address class="mrgn-bttm-md">
1A-1370 Wallace Rd<br/>
OAKVILLE,
Ontario<br/>
L6L 2Y2
<br/>
</address>
<p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>:
(289) 837-0444
</p>
<p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>:
(289) 837-3444</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> Healthy Insulation is an affordable insulation company specializing in blown-in insulation, spray-foam and insulation removal. Our company has the experience and knowledge to provide quality insulation services while also inspecting your home for environmental issues that may be present.<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>
Henry
Kwasniak
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
<!--if client gender is not null or empty we use gender based job title-->
President
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Domestic Sales & Marketing.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(289) 837-0444
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
[email protected]
</div>
</div>
</section>
<p class="mrgn-tp-lg text-right small hidden-print">
<a href="#wb-cont">top of page</a>
</p>
<!-- Company Description -->
<h3 class="page-header">
Company description
</h3>
<section class="container-fluid">
<div class="row">
<div class="col-md-5">
<strong>
Country of Ownership:
</strong>
</div>
<div class="col-md-7">
Canada
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Year Established:
</strong>
</div>
<div class="col-md-7">
2006
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
No
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
238310 - Drywall and Insulation Contractors
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Services
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Number of Employees:
</strong>
</div>
<div class="col-md-7">
8
</div>
</div>
</section>
<!-- Products / Services / Licensing -->
<h3 class="page-header">
Product / Service / Licensing
</h3>
<section class="container-fluid">
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
Blown-in Insulation<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
At Healthy Insulation, our company provides affordable and quick blown-in insulation and will achieve the most desired R-value for your personal attic. Our company uses Northern White CertainTeed Insulation, which we have found to be one of the best products for our customers. Benefits of this product include being odor-free, moisture management and sustainable for the environment.<br>
<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
Spray-Foam Insulation<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
Our company also specializes in spray-foam insulation. Spray-foam insulation is a great option to increase energy efficiency in your home. Our Spray-foam insulation can be installed into existing homes and new homes alike.<br>
<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
Insulation Removal <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
There are many reasons why insulation may need to be removed from an attic. These reasons include fire/smoke damage, rodent infestation, pest infestation and moisture/mould issues.
<br>
<br>
Our company offers insulation removal through an industrial vacuum process to remove it quickly and economically so your attic can be insulated properly.<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>
Henry
Kwasniak
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
<!--if client gender is not null or empty we use gender based job title-->
President
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Domestic Sales & Marketing.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(289) 837-0444
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
[email protected]
</div>
</div>
</section>
</details>
<details id="details-panel3">
<summary>
Description
</summary>
<h2 class="wb-invisible">
Company description
</h2>
<section class="container-fluid">
<div class="row">
<div class="col-md-5">
<strong>
Country of Ownership:
</strong>
</div>
<div class="col-md-7">
Canada
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Year Established:
</strong>
</div>
<div class="col-md-7">
2006
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
No
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
238310 - Drywall and Insulation Contractors
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Services
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Number of Employees:
</strong>
</div>
<div class="col-md-7">
8
</div>
</div>
</section>
</details>
<details id="details-panel4">
<summary>
Products, services and licensing
</summary>
<h2 class="wb-invisible">
Product / Service / Licensing
</h2>
<section class="container-fluid">
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
Blown-in Insulation<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
At Healthy Insulation, our company provides affordable and quick blown-in insulation and will achieve the most desired R-value for your personal attic. Our company uses Northern White CertainTeed Insulation, which we have found to be one of the best products for our customers. Benefits of this product include being odor-free, moisture management and sustainable for the environment.<br>
<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
Spray-Foam Insulation<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
Our company also specializes in spray-foam insulation. Spray-foam insulation is a great option to increase energy efficiency in your home. Our Spray-foam insulation can be installed into existing homes and new homes alike.<br>
<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
Insulation Removal <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
There are many reasons why insulation may need to be removed from an attic. These reasons include fire/smoke damage, rodent infestation, pest infestation and moisture/mould issues.
<br>
<br>
Our company offers insulation removal through an industrial vacuum process to remove it quickly and economically so your attic can be insulated properly.<br>
<br>
</div>
</div>
</section>
</details>
</div>
</div>
<div class="row">
<div class="col-md-12 text-right">
Last Update Date 2016-10-04
</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/234567164886.html | HTML | mit | 43,853 |
<html>
<body>
These styling commands are TeX primitives and their use is discouraged. Use the LaTeX equivalents instead.
<!-- tooltip end -->
<p>
The usage of TeX primitives will often result in unwanted behaviour, especially when the exact workings are not known.
</p>
<p>
Overview:
</p>
<ul>
<li><tt>\rm</tt> -> <tt>\textrm</tt></li>
<li><tt>\sf</tt> -> <tt>\textsf</tt></li>
<li><tt>\tt</tt> -> <tt>\texttt</tt></li>
<li><tt>\it</tt> -> <tt>\textit</tt></li>
<li><tt>\sl</tt> -> <tt>\textsl</tt></li>
<li><tt>\sc</tt> -> <tt>\textsc</tt></li>
<li><tt>\bf</tt> -> <tt>\textbf</tt></li>
</ul>
</body>
</html> | Ruben-Sten/TeXiFy-IDEA | resources/inspectionDescriptions/LatexPrimitiveStyle.html | HTML | mit | 694 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.9.1"/>
<title>V8 API Reference Guide for node.js v0.12.5: deps/v8 Directory 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 node.js v0.12.5
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.9.1 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li><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>
<!-- 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_94a36784afa54c0b50996002372b429e.html">deps</a></li><li class="navelem"><a class="el" href="dir_7edecdc49f3d0e5b35ff20670f3bf33e.html">v8</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">v8 Directory Reference</div> </div>
</div><!--header-->
<div class="contents">
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="subdirs"></a>
Directories</h2></td></tr>
<tr class="memitem:dir_3debe4bd29323c1699f247c91661804b"><td class="memItemLeft" align="right" valign="top">directory  </td><td class="memItemRight" valign="bottom"><a class="el" href="dir_3debe4bd29323c1699f247c91661804b.html">include</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
</table>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue Aug 11 2015 23:46:29 for V8 API Reference Guide for node.js v0.12.5 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 | b81a643/html/dir_7edecdc49f3d0e5b35ff20670f3bf33e.html | HTML | mit | 4,397 |
<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>LearningAlgo.minTolerableErrorProp Property</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">Multilayer Perzeptron and Learning Algorhims</td>
<td class="product">
</td>
</tr>
</table>
</div>
<div id="TitleRow">
<h1 class="dtH1">LearningAlgo.minTolerableErrorProp Property
</h1>
</div>
</div>
<div id="nstext">
<p> The smallest tolerable global summed error. The learning stops if(minTolerableError >= error) -> default 0.0 </p>
<div class="syntax">public <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemSingleClassTopic.asp">float</a> minTolerableErrorProp {get; set;}</div>
<p>
</p>
<h4 class="dtH4">See Also</h4>
<p>
<a href="MultilayerNet.LearningAlgo.html">LearningAlgo Class</a> | <a href="MultilayerNet.html">MultilayerNet Namespace</a></p>
<object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;">
<param name="Keyword" value="minTolerableErrorProp property">
</param>
<param name="Keyword" value="minTolerableErrorProp property, LearningAlgo class">
</param>
<param name="Keyword" value="LearningAlgo.minTolerableErrorProp property">
</param>
</object>
<hr />
<div id="footer">
<p>
<a href="mailto:[email protected]?subject=Multilayer%20Perzeptron%20and%20Learning%20Algorhims%20Documentation%20Feedback:%20LearningAlgo.minTolerableErrorProp%20Property
 ">Send comments on this topic.</a>
</p>
<p>
<a>(c) 2004 Rene Schulte and Torsten Baer</a>
</p>
<p>
</p>
</div>
</div>
</body>
</html> | teichgraf/MuLaPeGASim | web/docs/Net/MultilayerNet.LearningAlgo.minTolerableErrorProp.html | HTML | mit | 2,286 |
<!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 / released</a></li>
<li class="active"><a href="">8.7.1 / equations - 1.0</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.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-02-27 23:35:09 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-27 23:35:09 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.7.1 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.02.3 The OCaml compiler (virtual package)
ocaml-base-compiler 4.02.3 Official 4.02.3 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.3 A library manager for OCaml
# opam file:
opam-version: "2.0"
authors: [ "Matthieu Sozeau <[email protected]>" "Cyprien Mangin <[email protected]>" ]
dev-repo: "git+https://github.com/mattam82/Coq-Equations.git"
maintainer: "[email protected]"
homepage: "https://mattam82.github.io/Coq-Equations"
bug-reports: "https://github.com/mattam82/Coq-Equations/issues"
license: "LGPL 2.1"
build: [
["coq_makefile" "-f" "_CoqProject" "-o" "Makefile"]
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Equations"]
depends: [
"ocaml"
"coq" {>= "8.6" & < "8.7"}
]
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."""
flags: light-uninstall
url {
src: "https://github.com/mattam82/Coq-Equations/archive/v1.0.tar.gz"
checksum: "md5=66ed25baaf876b63e2798228181ada46"
}
</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.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-equations -> coq < 8.7 -> ocaml < 4.02.0
base of this switch (use `--unlock-base' to force)
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-equations.1.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.7.1/equations/1.0.html | HTML | mit | 7,389 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>zf: 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.2 / zf - 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>
zf
<small>
8.8.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-01-07 08:38:55 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-07 08:38: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
coq 8.12.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: "[email protected]"
homepage: "https://github.com/coq-contribs/zf"
license: "Unknown"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/ZF"]
depends: [
"ocaml"
"coq" {>= "8.8" & < "8.9~"}
]
tags: [
"keyword: set theory"
"keyword: Zermelo-Fraenkel"
"category: Mathematics/Logic/Set theory"
]
authors: [ "Guillaume Alexandre" ]
bug-reports: "https://github.com/coq-contribs/zf/issues"
dev-repo: "git+https://github.com/coq-contribs/zf.git"
synopsis: "An axiomatisation of intuitionistic Zermelo-Fraenkel set theory"
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/zf/archive/v8.8.0.tar.gz"
checksum: "md5=49677b0f593394f498c4a2f9a5c8456c"
}
</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-zf.8.8.0 coq.8.12.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.12.2).
The following dependencies couldn't be met:
- coq-zf -> coq < 8.9~ -> 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-zf.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.11.2-2.0.7/released/8.12.2/zf/8.8.0.html | HTML | mit | 6,504 |
<!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>
Arelli Inc -
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=1492240020206&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=3627&V_SEARCH.docsStart=3626&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/updt.sec?_flId?_flxKy=e1s1&estblmntNo=234567041301&profileId=61&_evId=bck&lang=eng&V_SEARCH.showStricts=false&prtl=1&_flId?_flId?_flxKy=e1s1" title="Français" lang="fr">Français</a></li>
</ul>
</div>
</div>
</section>
<div class="row">
<div class="brand col-xs-8 col-sm-9 col-md-6">
<a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a>
</div>
<section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn">
<h2>Search and menus</h2>
<ul class="list-inline text-right chvrn">
<li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li>
</ul>
<div id="mb-pnl"></div>
</section>
<!-- Site Search Removed -->
</div>
</div>
<nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement">
<h2 class="wb-inv">Topics menu</h2>
<div class="container nvbar">
<div class="row">
<ul class="list-inline menu">
<li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li>
<li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li>
<li><a href="https://travel.gc.ca/">Travel</a></li>
<li><a href="https://www.canada.ca/en/services/business.html">Business</a></li>
<li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li>
<li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li>
<li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li>
<li><a href="https://www.canada.ca/en/services.html">More services</a></li>
</ul>
</div>
</div>
</nav>
<!-- EPIC BODY BEGIN -->
<nav role="navigation" id="wb-bc" class="" property="breadcrumb">
<h2 class="wb-inv">You are here:</h2>
<div class="container">
<div class="row">
<ol class="breadcrumb">
<li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li>
<li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li>
<li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li>
</ol>
</div>
</div>
</nav>
</header>
<main id="wb-cont" role="main" property="mainContentOfPage" class="container">
<!-- End Header -->
<!-- Begin Body -->
<!-- Begin Body Title -->
<!-- End Body Title -->
<!-- Begin Body Head -->
<!-- End Body Head -->
<!-- Begin Body Content -->
<br>
<!-- Complete Profile -->
<!-- Company Information above tabbed area-->
<input id="showMore" type="hidden" value='more'/>
<input id="showLess" type="hidden" value='less'/>
<h1 id="wb-cont">
Company profile - Canadian Company Capabilities
</h1>
<div class="profileInfo hidden-print">
<ul class="list-inline">
<li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&rstBtn.x=" class="btn btn-link">New Search</a> |</li>
<li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do">
<input type="hidden" name="lang" value="eng" />
<input type="hidden" name="profileId" value="" />
<input type="hidden" name="prtl" value="1" />
<input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" />
<input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" />
<input type="hidden" name="V_SEARCH.depth" value="1" />
<input type="hidden" name="V_SEARCH.showStricts" value="false" />
<input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" />
</form></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=3625&V_DOCUMENT.docRank=3626&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492240026505&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=234567147469&profileId=&key.newSearchLabel=">Previous Company</a></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=3627&V_DOCUMENT.docRank=3628&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492240026505&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=234567014001&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>
Arelli Inc
</h2>
<div class="row">
<div class="col-md-5">
<h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2>
<p>Arelli Inc</p>
<p><a href="mailto:[email protected]" title="[email protected]">[email protected]</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">
P.O. Box 419<br/>
10-8707 Dufferin St<br/>
THORNHILL,
Ontario<br/>
L4J 0A6
<br/>
</address>
<p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>:
(905) 553-6545
</p>
<p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>:
(905) 553-4813</p>
</div>
<div class="col-md-3 mrgn-tp-md">
<h2 class="wb-inv">Logo</h2>
<img class="img-responsive text-left" src="https://www.ic.gc.ca/app/ccc/srch/media?estblmntNo=234567150545&graphFileName=logo.png&applicationCode=AP&lang=eng" alt="Logo" />
</div>
</div>
<div class="row mrgn-tp-md mrgn-bttm-md">
<div class="col-md-12">
<h2 class="wb-inv">Company Profile</h2>
<br> Arelli provides expert commercial cleaning services for offices of different sizes, including industrial office space buildings, medical clinics, colleges, daycares, commercial facilities, furniture stores and etc. in the Greater Toronto Area.<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>
A.R.
Helali
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
<!--if client gender is not null or empty we use gender based job title-->
Owner
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Management Executive.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(905) 553-6545
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Ext:
</strong>
</div>
<div class="col-md-7">
216
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(905) 553-4813
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
[email protected]
</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">
561722 - Janitorial Services (except Window Cleaning)
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Services
</div>
</div>
</section>
<!-- Products / Services / Licensing -->
<h3 class="page-header">
Product / Service / Licensing
</h3>
<section class="container-fluid">
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
Commercial Cleaning<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
Arelli provides expert commercial cleaning services for offices of different sizes, including industrial office space buildings, medical clinics, colleges, daycares, commercial facilities, furniture stores and etc. in the Greater Toronto Area<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>
A.R.
Helali
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
<!--if client gender is not null or empty we use gender based job title-->
Owner
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Management Executive.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(905) 553-6545
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Ext:
</strong>
</div>
<div class="col-md-7">
216
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(905) 553-4813
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
[email protected]
</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">
561722 - Janitorial Services (except Window Cleaning)
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Services
</div>
</div>
</section>
</details>
<details id="details-panel4">
<summary>
Products, services and licensing
</summary>
<h2 class="wb-invisible">
Product / Service / Licensing
</h2>
<section class="container-fluid">
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
Commercial Cleaning<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
Arelli provides expert commercial cleaning services for offices of different sizes, including industrial office space buildings, medical clinics, colleges, daycares, commercial facilities, furniture stores and etc. in the Greater Toronto Area<br>
<br>
</div>
</div>
</section>
</details>
</div>
</div>
<div class="row">
<div class="col-md-12 text-right">
Last Update Date 2015-03-06
</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/234567150545.html | HTML | mit | 34,656 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>bertrand: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.8.2 / bertrand - 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>
bertrand
<small>
8.6.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-02-08 15:53:49 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-08 15:53:49 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.8.2 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.3 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/coq-community/bertrand"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Bertrand"]
depends: [
"ocaml"
"coq" {>= "8.6" & < "8.7~"}
]
tags: [ "keyword: Knuth's algorithm" "keyword: prime numbers" "keyword: Bertrand's postulate" "category: Mathematics/Arithmetic and Number Theory/Number theory" "category: Computer Science/Decision Procedures and Certified Algorithms/Correctness proofs based on external tools" "category: Miscellaneous/Extracted Programs/Arithmetic" "date: 2002" ]
authors: [ "Laurent Théry" ]
bug-reports: "https://github.com/coq-community/bertrand/issues"
dev-repo: "git+https://github.com/coq-community/bertrand.git"
synopsis: "Correctness of Knuth's algorithm for prime numbers"
description: """
A proof of correctness of the algorithm as described in
`The Art of Computer Programming: Fundamental Algorithms'
by Knuth, pages 147-149"""
flags: light-uninstall
url {
src: "https://github.com/coq-community/bertrand/archive/v8.6.0.tar.gz"
checksum: "md5=e034915c979ff557e1eb977c3bb388a7"
}
</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-bertrand.8.6.0 coq.8.8.2</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.8.2).
The following dependencies couldn't be met:
- coq-bertrand -> coq < 8.7~ -> 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-bertrand.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.03.0-2.0.5/released/8.8.2/bertrand/8.6.0.html | HTML | mit | 7,343 |
{% if page.comments %}
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<div id="disqus_thread"></div>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = '{{site.disqusforumshortname}}'; // required: replace example with your forum shortname
var disqus_identifier = '{{ page.url }}';
var disqus_url = '{{site.url}}{{ page.url }}';
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script');
dsq.type = 'text/javascript';
dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a>
</noscript>
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
</div>
{% endif %}
| sandydy/sandydy.github.io | _includes/comments.html | HTML | mit | 1,116 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>exact-real-arithmetic: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.10.0 / exact-real-arithmetic - 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>
exact-real-arithmetic
<small>
8.8.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-11-03 02:25:39 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-03 02:25: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
coq 8.10.0 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: "[email protected]"
homepage: "https://github.com/coq-contribs/exact-real-arithmetic"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/ExactRealArithmetic"]
depends: [
"ocaml"
"coq" {>= "8.8" & < "8.9~"}
]
tags: [ "keyword: correctness" "keyword: real numbers" "keyword: arithmetic" "category: Mathematics/Arithmetic and Number Theory/Real numbers" ]
authors: [ "Jérôme Creci" ]
bug-reports: "https://github.com/coq-contribs/exact-real-arithmetic/issues"
dev-repo: "git+https://github.com/coq-contribs/exact-real-arithmetic.git"
synopsis: "Exact Real Arithmetic"
description: """
This contribution contains a proof of correctness
of some exact real arithmetic algorithms from the PhD thesis of
Valérie Ménissier-Morain"""
flags: light-uninstall
url {
src:
"https://github.com/coq-contribs/exact-real-arithmetic/archive/v8.8.0.tar.gz"
checksum: "md5=3ea310ffd2c6637261005ca6fac2b190"
}
</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-exact-real-arithmetic.8.8.0 coq.8.10.0</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.10.0).
The following dependencies couldn't be met:
- coq-exact-real-arithmetic -> 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-exact-real-arithmetic.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.08.1-2.0.5/released/8.10.0/exact-real-arithmetic/8.8.0.html | HTML | mit | 7,005 |
<div class="commune_descr limited">
<p>
Hergugney est
un village
localisé dans le département des Vosges en Lorraine. Elle totalisait 138 habitants en 2008.</p>
<p>À proximité de Hergugney sont situées les villes de
<a href="{{VLROOT}}/immobilier/vomecourt-sur-madon_88522/">Vomécourt-sur-Madon</a> située à 3 km, 70 habitants,
<a href="{{VLROOT}}/immobilier/bralleville_54094/">Bralleville</a> à 2 km, 164 habitants,
<a href="{{VLROOT}}/immobilier/battexey_88038/">Battexey</a> à 1 km, 29 habitants,
<a href="{{VLROOT}}/immobilier/jevoncourt_54278/">Jevoncourt</a> située à 3 km, 66 habitants,
<a href="{{VLROOT}}/immobilier/germonville_54224/">Germonville</a> à 2 km, 83 habitants,
<a href="{{VLROOT}}/immobilier/marainville-sur-madon_88286/">Marainville-sur-Madon</a> située à 2 km, 87 habitants,
entre autres. De plus, Hergugney est située à seulement 29 km de <a href="{{VLROOT}}/immobilier/epinal_88160/">Épinal</a>.</p>
<p>Si vous envisagez de emmenager à Hergugney, vous pourrez aisément trouver une maison à acheter. </p>
<p>Le nombre de logements, à Hergugney, se décomposait en 2011 en zero appartements et 62 maisons soit
un marché relativement équilibré.</p>
</div>
| donaldinou/frontend | src/Viteloge/CoreBundle/Resources/descriptions/88239.html | HTML | mit | 1,258 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>TypeScript HTML App</title>
<link rel="stylesheet" href="app.css" type="text/css" />
<script src="/out/main.js"></script>
<script src="/out/GUI.js"></script>
<script src="/out/math.js"></script>
</head>
<body>
<canvas width="400" height="400" id="app"></canvas>
<div id="content"></div>
</body>
</html>
| Azuresongcts/Canvas-api-test | index.html | HTML | mit | 413 |
<div class="commune_descr limited">
<p>
La Basse-Vaivre est
un village
situé dans le département de Haute-Saône en Franche-Comté. Elle comptait 44 habitants en 2008.</p>
<p>Le parc de logements, à La Basse-Vaivre, était réparti en 2011 en un appartements et 38 maisons soit
un marché plutôt équilibré.</p>
<p>À proximité de La Basse-Vaivre sont positionnées géographiquement les villes de
<a href="{{VLROOT}}/immobilier/vauvillers_70526/">Vauvillers</a> à 4 km, 697 habitants,
<a href="{{VLROOT}}/immobilier/alaincourt_70010/">Alaincourt</a> à 3 km, 96 habitants,
<a href="{{VLROOT}}/immobilier/selles_70485/">Selles</a> à 2 km, 246 habitants,
<a href="{{VLROOT}}/immobilier/demangevelle_70202/">Demangevelle</a> située à 2 km, 337 habitants,
<a href="{{VLROOT}}/immobilier/pont-du-bois_70419/">Pont-du-Bois</a> à 5 km, 121 habitants,
<a href="{{VLROOT}}/immobilier/passavant-la-rochere_70404/">Passavant-la-Rochère</a> localisée à 2 km, 725 habitants,
entre autres. De plus, La Basse-Vaivre est située à seulement 27 km de <a href="{{VLROOT}}/immobilier/luxeuil-les-bains_70311/">Luxeuil-les-Bains</a>.</p>
<p>Si vous envisagez de venir habiter à La Basse-Vaivre, vous pourrez aisément trouver une maison à vendre. </p>
</div>
| donaldinou/frontend | src/Viteloge/CoreBundle/Resources/descriptions/70051.html | HTML | mit | 1,335 |
<div class="m-param {clazz}">
<h4 class="param-caption m-b-1 text-xs-center {captionClazz}"
r-hide={!caption} r-html={caption}></h4>
<!-- 如果参数不多, 那么一排放; 否则每个参数一排 -->
<form class="form" r-class={{'form-inline':!stack}} on-submit={this.submit($event)}>
{#list parsedList as param}
{#if !param.ignore}
<fieldset class="form-group" r-class={{'row':stack, 'has-danger':param.invalid}}>
<label
{#if stack}
class="form-control-label {labelPosClazz} {labelColClazz}"
{#else}
class="form-control-label {param.labelClazz}"
{/if}
for={this.genParamId(param)}
title={param.title || param.desc}
r-hide={hideLabel || param.hideLabel || !param.desc}>
{#if !hideMandatory}{#include this.mandatoryTpl}{/if}
{param.desc}
{#if !hideColon && !param.hideColon}:{/if}
</label>
<div {#if stack}class="{iptColClazz}"{#else}class="form-group"{/if}>
{#if param.type === 'Static'}
<p class="form-control-static">
{#if !param.hideValue}{params[param.name]}{/if}
{#include this.suffixTpl}
</p>
{#elseif this.paramFitInput(param)}
{#if param.descHead}
<span class="input-desc-head">{param.descHead}</span>
{/if}
<input type={this.genInputType(param)}
class="form-control {param.iptClazz}"
id={this.genParamId(param)}
r-model2={'params.' + param.name}
ref='{param.name}'
placeholder={this.genParamTip(param)}
maxlength={param.maxlength}
on-input={this.getParams(param)}
{#if param.disabled}disabled{/if}>
{#if param.descTail}
<span class="input-desc-tail">{param.descTail}</span>
{/if}
{#elseif param.type === 'Checkbox'}
<label class="custom-control custom-checkbox">
<input type="checkbox"
class="custom-control-input"
id={this.genParamId(param)}
r-model2={'params.' + param.name}
ref='{param.name}'
placeholder={this.genParamTip(param)}
on-change={this.getParams(param)}
{#if param.disabled}disabled{/if}>
<span class="custom-control-indicator"></span>
<span class="custom-control-description">{param.descTail}</span>
</label>
{#elseif this.paramFitDateInput(param)}
<input type={this.genDateInputType(param)}
class="form-control {param.iptClazz}"
id={this.genParamId(param)}
r-model2={'params.' + param.name}
ref='{param.name}'
on-change={this.getParams(param)}>
{#elseif param.type === 'Select'}
<select
class="form-control custom-select {param.iptClazz}"
id={this.genParamId(param)}
r-model2={'params.' + param.name}
ref='{param.name}'
{#if param.disabled}disabled{/if}
on-change={this.getParams(param)}>
{#list param.list as option}
<option value={option.value}>{option.desc}</option>
{/list}
</select>
{#elseif param.type === 'Textarea'}
<textarea class='form-control {param.iptClazz}'
id={this.genParamId(param)}
maxlength={param.maxlength}
r-model2={'params.' + param.name}
ref='{param.name}'
on-change={this.getParams(param)}>
</textarea>
{#elseif param.type === 'Checkboxes'}
<checkboxes param={param} ref='{param.name}' on-change={this.getParams(param)}/>
{#elseif param.type === 'Radios'}
<radios param={param} ref='{param.name}' on-change={this.getParams(param)}/>
{/if}
<!-- subtitle -->
{#if (showSubtitle || param.showSubtitle) && param.subtitle}
<div class="text-help" r-class={{'form-group':stack}}>
<small>{param.subtitle}</small>
</div>
{/if}
<!-- 提示 -->
{#if param.invalid && !hideTip}
<div class="text-help" r-class={{'form-group':stack}}>
<small>{this.genParamTip(param)}</small>
</div>
{/if}
</div>
</fieldset>
{/if}
{/list}
{#if showSubmit}
<fieldset class="form-group" r-class={{'row':stack}}>
<div {#if stack}class="{submitClazz}"{#else}class="form-group"{/if}>
<button type="submit" class="btn {submitBtnClazz}">{submitTitle}</button>{#if loading}<loading/>{/if}
</div>
</fieldset>
{/if}
</form>
<p class="param-footer m-t-1 text-muted text-xs-center {footerClazz}" r-hide={!footer}>{footer}</p>
</div>
| zyy7259/regular-strap | src/params/index.html | HTML | mit | 4,990 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>hammer-tactics: 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.11.dev / hammer-tactics - 1.2.1+8.10</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
hammer-tactics
<small>
1.2.1+8.10
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2020-07-18 17:11:19 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-07-18 17:11:19 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-m4 1 Virtual package relying on m4
coq 8.11.dev Formal proof management system
num 1.3 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.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: "[email protected]"
homepage: "https://github.com/lukaszcz/coqhammer"
dev-repo: "git+https://github.com/lukaszcz/coqhammer.git"
bug-reports: "https://github.com/lukaszcz/coqhammer/issues"
license: "LGPL-2.1-only"
synopsis: "Reconstruction tactics for the hammer for Coq"
description: """
Collection of tactics that are used by the hammer for Coq
to reconstruct proofs found by automated theorem provers. When the hammer
has been successfully applied to a project, only this package needs
to be installed; the hammer plugin is not required.
"""
build: [make "-j%{jobs}%" {ocaml:version >= "4.06.1"} "tactics"]
install: [
[make "install-tactics"]
[make "test-tactics"] {with-test}
]
depends: [
"ocaml"
"coq" {>= "8.10" & < "8.11~"}
]
conflicts: [
"coq-hammer" {!= version}
]
tags: [
"keyword:automation"
"keyword:hammer"
"keyword:tactics"
"logpath:Hammer.Tactics"
"date:2020-06-05"
]
authors: [
"Lukasz Czajka <[email protected]>"
]
url {
src: "https://github.com/lukaszcz/coqhammer/archive/v1.2.1-coq8.10.tar.gz"
checksum: "sha512=22081122b39ee1099e79ef82f1afc1895350475fd255cdc51d3a47851184decd0bff7975b9effcd39ca9b55bb381e06cf649ad2d460dd31eec537eca44f2a6e1"
}
</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-hammer-tactics.1.2.1+8.10 coq.8.11.dev</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.dev).
The following dependencies couldn't be met:
- coq-hammer-tactics -> 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-hammer-tactics.1.2.1+8.10</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.11.dev/hammer-tactics/1.2.1+8.10.html | HTML | mit | 7,300 |
<!DOCTYPE html>
<HTML><head><TITLE>Manpage of LSBLK</TITLE>
<meta charset="utf-8">
<link rel="stylesheet" href="/css/main.css" type="text/css">
</head>
<body>
<header class="site-header">
<div class="wrap"> <div class="site-title"><a href="/manpages/index.html">linux manpages</a></div>
<div class="site-description">{"type":"documentation"}</div>
</div>
</header>
<div class="page-content"><div class="wrap">
<H1>LSBLK</H1>
Section: Maintenance Commands (8)<BR>Updated: Apr 2010<BR><A HREF="#index">Index</A>
<A HREF="/manpages/index.html">Return to Main Contents</A><HR>
<A NAME="lbAB"> </A>
<H2>NAME</H2>
lsblk - list block devices
<A NAME="lbAC"> </A>
<H2>SYNOPSIS</H2>
<B>lsblk</B>
[<B>options</B>]
<P>
<B>lsblk</B>
[<B>options</B>]
<I>device...</I>
<A NAME="lbAD"> </A>
<H2>DESCRIPTION</H2>
<B>lsblk</B>
will list information about all or selected block devices. The
<B>lsblk</B>
command reads
<I>sysfs</I>
filesystem to gather information.
<P>
The command prints all block devices (except RAM disks) in the tree-like format
by default. See
<B>lsblk --help</B>
to get list of all available columns.
<A NAME="lbAE"> </A>
<H2>OPTIONS</H2>
<DL COMPACT>
<DT><B>-a, --all</B><DD>
List all block devices.
<DT><B>-b, --bytes</B><DD>
Print the SIZE column in bytes rather than in human readable format.
<DT><B>-d, --nodeps</B><DD>
Don't print device holders or slaves. For example "lsblk --nodeps /dev/sda" prints
information about the sda device only.
<DT><B>-e, --exclude </B><I>list</I><DD>
Exclude devices by comma delimited list of major device numbers. Note that RAM
disks (major=1) are excluded by default.
<DT><B>-f, --fs</B><DD>
Output info about filesystems. This option is equivalent to -o NAME,FSTYPE,LABEL,MOUNTPOINT.
The authoritative information about filesystems and raids are provided by
<B><A HREF="/manpages/index.html?8+blkid">blkid</A></B>(8)
command.
<DT><B>-h, --help</B><DD>
Print help and exit.
<DT><B>-i, --ascii</B><DD>
Use ascii characters for tree formatting.
<DT><B>-m, --perms</B><DD>
Output info about device owner, group and mode. This option is equivalent to -o NAME,SIZE,OWNER,GROUP,MODE.
<DT><B>-l, --list</B><DD>
Use the list output format.
<DT><B>-n, --noheadings</B><DD>
Do not print a header line.
<DT><B>-o, --output </B><I>list</I><DD>
Define output columns. Use
<B>--help</B>
to get list of all supported columns.
<DT><B>-r, --raw</B><DD>
Use raw output format.
<DT><B>-t, --topology</B><DD>
Output info about block device topology. This option is equivalent to -o NAME,ALIGNMENT,MIN-IO,OPT-IO,PHY-SEC,LOG-SEC,ROTA,SCHED.
</DL>
<A NAME="lbAF"> </A>
<H2>AUTHORS</H2>
<PRE>
Milan Broz <<A HREF="mailto:[email protected]">[email protected]</A>>
Karel Zak <<A HREF="mailto:[email protected]">[email protected]</A>>
</PRE>
<A NAME="lbAG"> </A>
<H2>SEE ALSO</H2>
<B><A HREF="/manpages/index.html?8+findmnt">findmnt</A></B>(8),
<B><A HREF="/manpages/index.html?8+blkid">blkid</A></B>(8),
<B><A HREF="/manpages/index.html?1+ls">ls</A></B>(1)
<A NAME="lbAH"> </A>
<H2>AVAILABILITY</H2>
The lsblk command is part of the util-linux package and is available from
<A HREF="ftp://ftp.kernel.org/pub/linux/utils/util-linux/.">ftp://ftp.kernel.org/pub/linux/utils/util-linux/.</A>
<P>
<HR>
<A NAME="index"> </A><H2>Index</H2>
<DL>
<DT><A HREF="#lbAB">NAME</A><DD>
<DT><A HREF="#lbAC">SYNOPSIS</A><DD>
<DT><A HREF="#lbAD">DESCRIPTION</A><DD>
<DT><A HREF="#lbAE">OPTIONS</A><DD>
<DT><A HREF="#lbAF">AUTHORS</A><DD>
<DT><A HREF="#lbAG">SEE ALSO</A><DD>
<DT><A HREF="#lbAH">AVAILABILITY</A><DD>
</DL>
<HR>
This document was created by
<A HREF="/manpages/index.html">man2html</A>,
using the manual pages.<BR>
Time: 05:34:27 GMT, December 24, 2015
</div></div>
</body>
</HTML>
| yuweijun/yuweijun.github.io | manpages/man8/lsblk.8.html | HTML | mit | 3,785 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>metacoq-translations: 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.4.6~camlp4 / metacoq-translations - 1.0~beta2+8.12</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
metacoq-translations
<small>
1.0~beta2+8.12
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-11-26 10:22:40 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-26 10:22:40 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.4.6~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: "[email protected]"
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: ["Simon Boulier <[email protected]>"
"Cyril Cohen <[email protected]>"
"Matthieu Sozeau <[email protected]>"
"Nicolas Tabareau <[email protected]>"
"Théo Winterhalter <[email protected]>"
]
license: "MIT"
build: [
["sh" "./configure.sh"]
[make "-j" "%{jobs}%" "-C" "translations"]
]
install: [
[make "-C" "translations" "install"]
]
depends: [
"ocaml" {>= "4.07.1" & < "4.12~"}
"coq" { >= "8.12~" & < "8.13~" }
"coq-metacoq-template" {= version}
]
synopsis: "Translations built on top of MetaCoq"
description: """
MetaCoq is a meta-programming framework for Coq.
The Translations modules provides implementation of standard translations
from type theory to type theory, e.g. parametricity and the `cross-bool`
translation that invalidates functional extensionality.
"""
url {
src: "https://github.com/MetaCoq/metacoq/archive/v1.0-beta2-8.12.tar.gz"
checksum: "sha256=108582a6f11ed511a5a94f2b302359f8d648168cba893169009def7c19e08778"
}
</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-translations.1.0~beta2+8.12 coq.8.4.6~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.4.6~camlp4).
The following dependencies couldn't be met:
- coq-metacoq-translations -> ocaml >= 4.07.1
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-translations.1.0~beta2+8.12</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.4.6~camlp4/metacoq-translations/1.0~beta2+8.12.html | HTML | mit | 7,702 |
<!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>ARDP: /Developer/school/ardp/doc/gnu-make.md 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>
<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">ARDP
 <span id="projectnumber">2.2.1</span>
</div>
<div id="projectbrief">Another RDF Document Parser</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="../../pages.html"><span>Related Pages</span></a></li>
<li><a href="../../annotated.html"><span>Data Structures</span></a></li>
<li class="current"><a href="../../files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="../../search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="../../search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="../../files.html"><span>File List</span></a></li>
<li><a href="../../globals.html"><span>Globals</span></a></li>
</ul>
</div>
</div><!-- top -->
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="headertitle">
<div class="title">/Developer/school/ardp/doc/gnu-make.md</div> </div>
</div><!--header-->
<div class="contents">
<a href="../../d6/de4/gnu-make_8md.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> # GNU Make toolchain</div>
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span> </div>
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span> Most of the open-source project use the build tools to help people to access</div>
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span> the program easier and to unify the building process.</div>
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span> </div>
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span> One of such tools is the GNU Autotools toolchain. It consists of several programs</div>
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span> such as `autoconf`, `aclocal` and `make`.</div>
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span> </div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span> This toolchain helps to automate creation of Makefiles which then compile programs</div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span> and it`s dependencies. </div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span> </div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span> The normal working process for building process is then simplified for the user.</div>
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span> It usually consist of four steps:</div>
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span> ```</div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span>  ./configure [-optional-paramaters]</div>
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span>  make</div>
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span>  make check</div>
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span>  make install</div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span> ```</div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span> </div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span> In first step we call the script which then populates all of the Makefile templates</div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span> in our project and check for all dependencies and requirements.</div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span> </div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span> If all of the requirements are met then we can simply follow the next command</div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span> `make` which calls the tools such as compilers and preprocessors to compile</div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span> the project. This step takes place in the build directory if the prefix was not</div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span> specified. </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> The next (optional) step is to run self test on the compiled binaries and libraries.</div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span> </div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span> If all is well we then proceed to the final step of installing the necessery binaries</div>
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span> and libraries into the host system. In this step the `sudo` (or equivalent) is </div>
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span> required because the application may be copied to locations requiring administator</div>
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span> priviledges to modify.</div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue Apr 26 2016 22:45:40 for ARDP 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>
| michto01/ardp | doc/html/d6/de4/gnu-make_8md_source.html | HTML | mit | 8,306 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>lambda: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.9.1 / 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-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-11-05 07:20:37 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-05 07:20:37 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 1 Virtual package relying on perl
coq 8.9.1 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.09.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.09.1 Official release 4.09.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
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.9.1</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.9.1).
The following dependencies couldn't be met:
- coq-lambda -> coq >= 8.10
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-lambda.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.9.1/lambda/8.10.0.html | HTML | mit | 7,274 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>hedges: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.14.1 / hedges - 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>
hedges
<small>
8.7.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-03-03 16:57:01 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-03 16:57:01 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-gmp 4 Virtual package relying on a GMP lib system installation
coq 8.14.1 Formal proof management system
dune 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: "[email protected]"
homepage: "https://github.com/coq-contribs/hedges"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Hedges"]
depends: [
"ocaml"
"coq" {>= "8.7" & < "8.8~"}
]
tags: [ "keyword: bisimulation" "keyword: spi-calculus" "keyword: hedges" "category: Computer Science/Concurrent Systems and Protocols/Theory of concurrent systems" "date: 20 April 2004" ]
authors: [ "Sébastien Briais" ]
bug-reports: "https://github.com/coq-contribs/hedges/issues"
dev-repo: "git+https://github.com/coq-contribs/hedges.git"
synopsis: "Some properties of hedges used by hedged bisimulation"
description: """
These properties are in section 6.1 of the paper
"On Bisimulations for the Spi-Calculus" by J. Borgström
and U. Nestmann.
However, we consider here an extended message language."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/hedges/archive/v8.7.0.tar.gz"
checksum: "md5=0ebe11931f4a852f4bb5e6767d2a7c4c"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-hedges.8.7.0 coq.8.14.1</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.14.1).
The following dependencies couldn't be met:
- coq-hedges -> 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-hedges.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.12.1-2.0.8/released/8.14.1/hedges/8.7.0.html | HTML | mit | 7,175 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ptsatr: 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 / ptsatr - 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>
ptsatr
<small>
8.10.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-10-19 05:32:36 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-19 05:32: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.11.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: "[email protected]"
homepage: "http://www.lix.polytechnique.fr/~vsiles/coq/PTSATR.html"
license: "LGPL"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/PTSATR"]
depends: [
"ocaml"
"coq" {>= "8.10" & < "8.11~"}
]
tags: [
"keyword: pure type systems"
"keyword: judgmental equality"
"keyword: Church-Rosser"
"keyword: confluence"
"keyword: subject reduction"
"keyword: pi injectivity"
"category: Mathematics/Logic/Type theory"
]
authors: [
"Vincent Siles <[email protected]> [http://www.lix.polytechnique.fr/~vsiles]"
"Hugo Herbelin <[email protected]> [http://pauillac.inria.fr/~herbelin/]"
]
bug-reports: "https://github.com/coq-contribs/ptsatr/issues"
dev-repo: "git+https://github.com/coq-contribs/ptsatr.git"
synopsis: "PTSATR"
description: """
Formalization of the proof that PTS and PTS with judgmental equality (PTSe) are equivalent.
With this equivalence, we are able to derive all the meta-theory of PTSe, like Pi-injectivity or Subject Reduction."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/ptsatr/archive/v8.10.0.tar.gz"
checksum: "md5=88109005908fca0aeff7afac0b568d1e"
}
</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-ptsatr.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-ptsatr -> 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-ptsatr.8.10.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.07.1-2.0.6/released/8.11.1/ptsatr/8.10.0.html | HTML | mit | 7,199 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>paradoxes: 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.0 / paradoxes - 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>
paradoxes
<small>
8.10.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-03-07 04:21:54 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-07 04:21:54 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.0 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: "[email protected]"
homepage: "https://github.com/coq-contribs/paradoxes"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Paradoxes"]
depends: [
"ocaml"
"coq" {>= "8.10" & < "8.11~"}
]
tags: [
"keyword: Reynolds paradox"
"keyword: Burali-Forti paradox"
"keyword: Diaconescu paradox"
"keyword: set theory"
"keyword: system U"
"keyword: inconsistency"
"keyword: Hurkens paradox"
"category: Mathematics/Logic/Foundations"
]
authors: [
"Bruno Barras"
"Thierry Coquand"
"Hugo Herbelin"
"Benjamin Werner"
]
bug-reports: "https://github.com/coq-contribs/paradoxes/issues"
dev-repo: "git+https://github.com/coq-contribs/paradoxes.git"
synopsis: "Paradoxes in Set Theory and Type Theory"
description: """
A formalisation of Burali-Forti paradox in system U (the
existence of an ordinal of ordinals is inconsistent), of Diaconescu
paradox (axiom of choice implies excluded-middle), of Reynolds paradox
(there is no set-theoretic model of system F) and Hurkens paradox in
system U (adapted by H. Geuvers to show the inconsistency of
Excluded-Middle in impredicative-Set Calculus of Inductive Constructions)."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/paradoxes/archive/v8.10.0.tar.gz"
checksum: "md5=47dfd91bb2600fb9284f01c978a5307c"
}
</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-paradoxes.8.10.0 coq.8.12.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.12.0).
The following dependencies couldn't be met:
- coq-paradoxes -> coq < 8.11~ -> ocaml < 4.10
base of this switch (use `--unlock-base' to force)
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-paradoxes.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.12.0/paradoxes/8.10.0.html | HTML | mit | 7,295 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>pi-agm: 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 / pi-agm - 1.2.3</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
pi-agm
<small>
1.2.3
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-01-13 08:04:05 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-13 08:04:05 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.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"
name: "coq-pi-agm"
version: "1.2.3"
maintainer: "[email protected]"
homepage: "http://www-sop.inria.fr/members/Yves.Bertot/"
bug-reports: "[email protected]"
license: "CeCILL-B"
build: [["coq_makefile" "-f" "_CoqProject" "-o" "Makefile" ]
[ make "-j" "%{jobs}%" ]]
install: [ make "install" "DEST='%{lib}%/coq/user-contrib/pi_agm'" ]
remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/pi_agm'" ]
depends: [
"ocaml"
"coq" {>= "8.9" & < "8.10~"}
"coq-coquelicot" {>= "3" & < "4~"}
"coq-interval" {>= "3.1" & < "4"}
]
tags: [ "keyword:real analysis" "keyword:pi" "category:Mathematics/Real Calculus and Topology" ]
authors: [ "Yves Bertot <[email protected]>" ]
synopsis:
"Computing thousands or millions of digits of PI with arithmetic-geometric means"
description: """
This is a proof of correctness for two algorithms to compute PI to high
precision using arithmetic-geometric means. A first file contains
the calculus-based proofs for an abstract view of the algorithm, where all
numbers are real numbers. A second file describes how to approximate all
computations using large integers. Other files describe the second algorithm
which is close to the one used in mpfr, for instance.
The whole development can be used to produce mathematically proved and
formally verified approximations of PI."""
url {
src: "https://github.com/ybertot/pi-agm/archive/v1.2.3.zip"
checksum: "md5=2772bb7581b79dded0fde1f1d3b2143c"
}
</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-pi-agm.1.2.3 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-pi-agm -> 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-pi-agm.1.2.3</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.10.2-2.0.6/released/8.13.1/pi-agm/1.2.3.html | HTML | mit | 7,656 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>mini-compiler: 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 / mini-compiler - 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>
mini-compiler
<small>
8.5.0
<span class="label label-info">Not compatible 👼</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: "[email protected]"
homepage: "https://github.com/coq-contribs/mini-compiler"
license: "LGPL 2"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/MiniCompiler"]
depends: [
"ocaml"
"coq" {>= "8.5" & < "8.6~"}
]
tags: [ "keyword:compilation" "keyword:correctness" "keyword:arithmetic" "category:Computer Science/Semantics and Compilation/Compilation" "date:2003" ]
authors: [ "Jean-Christophe Filliâtre <>" ]
bug-reports: "https://github.com/coq-contribs/mini-compiler/issues"
dev-repo: "git+https://github.com/coq-contribs/mini-compiler.git"
synopsis: "Correctness of a tiny compiler for arithmetic expressions"
description: """
Tutorial correctness proof of a tiny compiler from
simple arithmetic expressions (constants, variables and additions) to
simple assembly-like code (one accumulator, infinitly many registers and
addition)"""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/mini-compiler/archive/v8.5.0.tar.gz"
checksum: "md5=27b1414ce51c9cfe014d5777e9d47b2e"
}
</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-mini-compiler.8.5.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-mini-compiler -> coq < 8.6~ -> ocaml < 4.02.0
base of this switch (use `--unlock-base' to force)
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-mini-compiler.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.02.3-2.0.6/released/8.9.0/mini-compiler/8.5.0.html | HTML | mit | 7,351 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>minic: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.9.1 / minic - 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>
minic
<small>
8.6.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-02-16 00:21:27 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-16 00:21:27 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 2 Virtual package relying on perl
coq 8.9.1 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.07.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.07.1 Official release 4.07.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.3 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/coq-contribs/minic"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/MiniC"]
depends: [
"ocaml"
"coq" {>= "8.6" & < "8.7~"}
]
tags: [ "keyword: denotational semantics" "keyword: compilation" "category: Computer Science/Semantics and Compilation/Semantics" ]
authors: [ "Eduardo Giménez and Emmanuel Ledinot" ]
bug-reports: "https://github.com/coq-contribs/minic/issues"
dev-repo: "git+https://github.com/coq-contribs/minic.git"
synopsis: "Semantics of a subset of the C language"
description: """
This contribution defines the denotational semantics of MiniC, a
sub-set of the C language. This sub-set is sufficiently large to
contain any program generated by lustre2C.
The denotation function describing the semantics of a MiniC program
actually provides an interpreter for the program."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/minic/archive/v8.6.0.tar.gz"
checksum: "md5=2649c8cced0332490c9366a808e051d3"
}
</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-minic.8.6.0 coq.8.9.1</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.9.1).
The following dependencies couldn't be met:
- coq-minic -> 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-minic.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.9.1/minic/8.6.0.html | HTML | mit | 7,030 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ltac2: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.8.1 / ltac2 - 0.1-8.7</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
ltac2
<small>
0.1-8.7
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-12-18 16:46:16 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-18 16:46:16 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.8.1 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.04.2 The OCaml compiler (virtual package)
ocaml-base-compiler 4.04.2 Official 4.04.2 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
name: "coq-ltac2"
maintainer: "Pierre-Marie Pédrot <[email protected]>"
license: "LGPL 2.1"
homepage: "https://github.com/coq/ltac2"
dev-repo: "git+https://github.com/coq/ltac2.git"
bug-reports: "https://github.com/coq/ltac2/issues"
build: [
[make "COQBIN=\"\"" "-j%{jobs}%"]
]
install: [make "install"]
depends: [
"ocaml"
"coq" {>= "8.7" & < "8.8~"}
]
synopsis: "A tactic language for Coq"
authors: "Pierre-Marie Pédrot <[email protected]>"
url {
src: "https://github.com/coq/ltac2/archive/v0.1-8.7.tar.gz"
checksum: "md5=748636d22bf0319fed33be80da014d93"
}
</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-ltac2.0.1-8.7 coq.8.8.1</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.8.1).
The following dependencies couldn't be met:
- coq-ltac2 -> coq < 8.8~ -> 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-ltac2.0.1-8.7</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.04.2-2.0.5/released/8.8.1/ltac2/0.1-8.7.html | HTML | mit | 6,666 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>gc: Not compatible</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.8.0 / gc - 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>
gc
<small>
8.10.0
<span class="label label-info">Not compatible</span>
</small>
</h1>
<p><em><script>document.write(moment("2020-02-22 04:40:42 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-02-22 04:40:42 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
camlp5 7.11 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-m4 1 Virtual package relying on m4
coq 8.8.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: "[email protected]"
homepage: "https://github.com/coq-contribs/gc"
license: "Unknown"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/GC"]
depends: [
"ocaml"
"coq" {>= "8.10" & < "8.11~"}
]
tags: [
"keyword: Linear temporal logic"
"keyword: finite sets"
"keyword: co-induction"
"keyword: garbage collection"
"category: Computer Science/Semantics and Compilation/Compilation"
"date: 2003-05-9"
]
authors: [
"Solange Coupet-Grimal and Catherine Nouvet"
]
bug-reports: "https://github.com/coq-contribs/gc/issues"
dev-repo: "git+https://github.com/coq-contribs/gc.git"
synopsis: "Formal Verification of an Incremental Garbage Collector"
description: """
We specify an incremental garbage collection algorithm and we give a formal proof of its
correctness. The algorithm is represented as an infinite transition system and we establish safety
and liveness properties. This work relies on an axiomatization of LTL and is based on a co-inductive
representation of programs executions. Although motivated by integrating the dynamic memory
management to the Java Card platform, this study applies more generally to real-time embedded systems and to devices with virtually infinite memory."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/gc/archive/v8.10.0.tar.gz"
checksum: "md5=74ce16cd01408ea4011cd89613cc4c0e"
}
</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-gc.8.10.0 coq.8.8.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.8.0).
The following dependencies couldn't be met:
- coq-gc -> coq >= 8.10
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-gc.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">
<small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small>
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.09.0-2.0.5/released/8.8.0/gc/8.10.0.html | HTML | mit | 7,369 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>fairisle: Not compatible</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.8.0 / fairisle - 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>
fairisle
<small>
8.5.0
<span class="label label-info">Not compatible</span>
</small>
</h1>
<p><em><script>document.write(moment("2020-09-14 18:10:41 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-09-14 18:10:41 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.13 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-m4 1 Virtual package relying on m4
coq 8.8.0 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: "[email protected]"
homepage: "https://github.com/coq-contribs/fairisle"
license: "LGPL 2"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Fairisle"]
depends: [
"ocaml"
"coq" {>= "8.5" & < "8.6~"}
]
tags: [ "keyword:circuits" "keyword:automata" "keyword:coinduction" "keyword:dependent types" "category:Computer Science/Architecture" "date:2005-12-15" ]
authors: [ "Solange Coupet-Grimal <[email protected]>" "Line Jakubiec-Jamet <[email protected]>" ]
bug-reports: "https://github.com/coq-contribs/fairisle/issues"
dev-repo: "git+https://github.com/coq-contribs/fairisle.git"
synopsis: "Proof of the Fairisle 4x4 Switch Element "
description: """
This library contains the development of general definitions dedicated
to the verification of sequential synchronous devices (based on Moore and Mealy automata)
and the formal verification of the Fairisle 4x4 Switch Element."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/fairisle/archive/v8.5.0.tar.gz"
checksum: "md5=af82647c890367387306e0c91b25f456"
}
</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-fairisle.8.5.0 coq.8.8.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.8.0).
The following dependencies couldn't be met:
- coq-fairisle -> 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-fairisle.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">
<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.8.0/fairisle/8.5.0.html | HTML | mit | 7,287 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>vst: 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.0 / vst - 2.9</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
vst
<small>
2.9
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-03-09 10:28:59 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-09 10:28:59 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.7.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"
synopsis: "Verified Software Toolchain"
description: "The software toolchain includes static analyzers to check assertions about your program; optimizing compilers to translate your program to machine language; operating systems and libraries to supply context for your program. The Verified Software Toolchain project assures with machine-checked proofs that the assertions claimed at the top of the toolchain really hold in the machine-language program, running in the operating-system context."
authors: [
"Andrew W. Appel"
"Lennart Beringer"
"Sandrine Blazy"
"Qinxiang Cao"
"Santiago Cuellar"
"Robert Dockins"
"Josiah Dodds"
"Nick Giannarakis"
"Samuel Gruetter"
"Aquinas Hobor"
"Jean-Marie Madiot"
"William Mansky"
]
maintainer: "VST team"
homepage: "http://vst.cs.princeton.edu/"
dev-repo: "git+https://github.com/PrincetonUniversity/VST.git"
bug-reports: "https://github.com/PrincetonUniversity/VST/issues"
license: "https://raw.githubusercontent.com/PrincetonUniversity/VST/master/LICENSE"
build: [
[make "-j%{jobs}%" "IGNORECOQVERSION=true" "BITSIZE=64"]
]
install: [
[make "install" "IGNORECOQVERSION=true" "BITSIZE=64"]
]
depends: [
"ocaml"
"coq" {>= "8.12" & < "8.16~"}
"coq-compcert" {= "3.10"}
"coq-flocq" {>= "3.2.1"}
]
tags: [
"category:Computer Science/Semantics and Compilation/Semantics"
"keyword:C"
"logpath:VST"
"date:2021-06-01"
]
url {
src: "https://github.com/PrincetonUniversity/VST/archive/refs/tags/v2.9.tar.gz"
checksum: "sha512=497f4c702b1a52cb1a23a71aee31c68a78e75d5cab2d41da58f2426ca78b43171fab808105b2dde57bdca98a41bcd2953065819e5a2f8e5183635ba709a6a536"
}
</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-vst.2.9 coq.8.7.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.7.0).
The following dependencies couldn't be met:
- coq-vst -> coq-compcert >= 3.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-vst.2.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">
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.7.0/vst/2.9.html | HTML | mit | 7,900 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>User agent detail - DoCoMo/2.0 SH03D(c500;TB;W24H16)</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="../circle.css" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="section">
<h1 class="header center orange-text">User agent detail</h1>
<div class="row center">
<h5 class="header light">
DoCoMo/2.0 SH03D(c500;TB;W24H16)
</h5>
</div>
</div>
<div class="section">
<table class="striped"><tr><th></th><th colspan="3">General</th><th colspan="5">Device</th><th colspan="3">Bot</th><th colspan="2"></th></tr><tr><th>Provider</th><th>Browser</th><th>Engine</th><th>OS</th><th>Brand</th><th>Model</th><th>Type</th><th>Is mobile</th><th>Is touch</th><th>Is bot</th><th>Name</th><th>Type</th><th>Parse time</th><th>Actions</th></tr><tr><th colspan="14" class="green lighten-3">Test suite</th></tr><tr><td>UAParser<br /><small>v0.5.0.2</small><br /><small>vendor/thadafinser/uap-core/tests/test_device.yaml</small></td><td> </td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555">DoCoMo</td><td>SH03D</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-cfed3005-df48-4fa8-bf03-4f6ef8988f59">Detail</a>
<!-- Modal Structure -->
<div id="modal-cfed3005-df48-4fa8-bf03-4f6ef8988f59" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>UAParser result detail</h4>
<p><pre><code class="php">Array
(
[user_agent_string] => DoCoMo/2.0 SH03D(c500;TB;W24H16)
[family] => DoCoMo SH03D
[brand] => DoCoMo
[model] => SH03D
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><th colspan="14" class="green lighten-3">Providers</th></tr><tr><td>BrowscapFull<br /><small>6014</small><br /></td><td>DoCoMo 2.0</td><td> </td><td>JAVA </td><td style="border-left: 1px solid #555"></td><td></td><td>Mobile Device</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.005</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-47a9cd06-e213-4882-bc34-db6aed664223">Detail</a>
<!-- Modal Structure -->
<div id="modal-47a9cd06-e213-4882-bc34-db6aed664223" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>BrowscapFull result detail</h4>
<p><pre><code class="php">stdClass Object
(
[browser_name_regex] => /^docomo\/2\.0.*$/
[browser_name_pattern] => docomo/2.0*
[parent] => DoCoMo
[comment] => DoCoMo
[browser] => DoCoMo
[browser_type] => Browser
[browser_bits] => 32
[browser_maker] => unknown
[browser_modus] => unknown
[version] => 2.0
[majorver] => 2
[minorver] => 0
[platform] => JAVA
[platform_version] => unknown
[platform_description] => unknown
[platform_bits] => 32
[platform_maker] => Oracle
[alpha] =>
[beta] =>
[win16] =>
[win32] =>
[win64] =>
[frames] => 1
[iframes] => 1
[tables] => 1
[cookies] => 1
[backgroundsounds] =>
[javascript] => 1
[vbscript] =>
[javaapplets] =>
[activexcontrols] =>
[ismobiledevice] => 1
[istablet] =>
[issyndicationreader] =>
[crawler] =>
[isfake] =>
[isanonymized] =>
[ismodified] =>
[cssversion] => 1
[aolversion] => 0
[device_name] => general Mobile Device
[device_maker] => unknown
[device_type] => Mobile Device
[device_pointing_method] => unknown
[device_code_name] => general Mobile Device
[device_brand_name] => unknown
[renderingengine_name] => unknown
[renderingengine_version] => unknown
[renderingengine_description] => unknown
[renderingengine_maker] => unknown
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>BrowscapLite<br /><small>6014</small><br /></td>
<td colspan="12" class="center-align red lighten-1">
<strong>No result found</strong>
</td>
</tr><tr><td>BrowscapPhp<br /><small>6014</small><br /></td><td>DoCoMo 2.0</td><td><i class="material-icons">close</i></td><td>JAVA </td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>Mobile Device</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.014</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-ad0041a2-b0f4-43f6-a70d-cad1443caa68">Detail</a>
<!-- Modal Structure -->
<div id="modal-ad0041a2-b0f4-43f6-a70d-cad1443caa68" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>BrowscapPhp result detail</h4>
<p><pre><code class="php">stdClass Object
(
[browser_name_regex] => /^docomo\/2\.0.*$/
[browser_name_pattern] => docomo/2.0*
[parent] => DoCoMo
[comment] => DoCoMo
[browser] => DoCoMo
[browser_type] => unknown
[browser_bits] => 0
[browser_maker] => unknown
[browser_modus] => unknown
[version] => 2.0
[majorver] => 2
[minorver] => 0
[platform] => JAVA
[platform_version] => unknown
[platform_description] => unknown
[platform_bits] => 0
[platform_maker] => unknown
[alpha] => false
[beta] => false
[win16] => false
[win32] => false
[win64] => false
[frames] => false
[iframes] => false
[tables] => false
[cookies] => false
[backgroundsounds] => false
[javascript] => false
[vbscript] => false
[javaapplets] => false
[activexcontrols] => false
[ismobiledevice] => 1
[istablet] =>
[issyndicationreader] => false
[crawler] =>
[isfake] => false
[isanonymized] => false
[ismodified] => false
[cssversion] => 0
[aolversion] => 0
[device_name] => unknown
[device_maker] => unknown
[device_type] => Mobile Device
[device_pointing_method] => unknown
[device_code_name] => unknown
[device_brand_name] => unknown
[renderingengine_name] => unknown
[renderingengine_version] => unknown
[renderingengine_description] => unknown
[renderingengine_maker] => unknown
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>DonatjUAParser<br /><small>v0.5.1</small><br /></td><td>DoCoMo 2.0</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-15fbc1f0-2615-4d42-b5d9-a30dd647b050">Detail</a>
<!-- Modal Structure -->
<div id="modal-15fbc1f0-2615-4d42-b5d9-a30dd647b050" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>DonatjUAParser result detail</h4>
<p><pre><code class="php">Array
(
[platform] =>
[browser] => DoCoMo
[version] => 2.0
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>JenssegersAgent<br /><small>v2.3.3</small><br /></td>
<td colspan="12" class="center-align red lighten-1">
<strong>No result found</strong>
</td>
</tr><tr><td>NeutrinoApiCom<br /><small></small><br /></td><td>NetFront </td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555">DoCoMo</td><td>SH-03D</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.19701</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-8c2a7a4e-3fbf-4df2-8d61-5e730422f67b">Detail</a>
<!-- Modal Structure -->
<div id="modal-8c2a7a4e-3fbf-4df2-8d61-5e730422f67b" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>NeutrinoApiCom result detail</h4>
<p><pre><code class="php">stdClass Object
(
[mobile_screen_height] => 854
[is_mobile] => 1
[type] => mobile-browser
[mobile_brand] => DoCoMo
[mobile_model] => SH-03D
[version] =>
[is_android] =>
[browser_name] => NetFront
[operating_system_family] => unknown
[operating_system_version] =>
[is_ios] =>
[producer] => ACCESS CO.,LTD
[operating_system] => unknown
[mobile_screen_width] => 480
[mobile_browser] =>
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>PiwikDeviceDetector<br /><small>3.6.1</small><br /></td><td> </td><td> </td><td> </td><td style="border-left: 1px solid #555">DoCoMo</td><td>SH03D</td><td>feature phone</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.002</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-4a941d34-a8d3-4914-9724-346f60ad7046">Detail</a>
<!-- Modal Structure -->
<div id="modal-4a941d34-a8d3-4914-9724-346f60ad7046" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>PiwikDeviceDetector result detail</h4>
<p><pre><code class="php">Array
(
[client] =>
[operatingSystem] => Array
(
)
[device] => Array
(
[brand] => DC
[brandName] => DoCoMo
[model] => SH03D
[device] => 3
[deviceName] => feature phone
)
[bot] =>
[extra] => Array
(
[isBot] =>
[isBrowser] =>
[isFeedReader] =>
[isMobileApp] =>
[isPIM] =>
[isLibrary] =>
[isMediaPlayer] =>
[isCamera] =>
[isCarBrowser] =>
[isConsole] =>
[isFeaturePhone] => 1
[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.1</small><br /></td>
<td colspan="12" class="center-align red lighten-1">
<strong>No result found</strong>
</td>
</tr><tr><td>UAParser<br /><small>v3.4.5</small><br /></td><td> </td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555">DoCoMo</td><td>SH03D</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.001</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-3160e405-8a8f-46dd-8f47-5115f06462d2">Detail</a>
<!-- Modal Structure -->
<div id="modal-3160e405-8a8f-46dd-8f47-5115f06462d2" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>UAParser result detail</h4>
<p><pre><code class="php">UAParser\Result\Client Object
(
[ua] => UAParser\Result\UserAgent Object
(
[major] =>
[minor] =>
[patch] =>
[family] => Other
)
[os] => UAParser\Result\OperatingSystem Object
(
[major] =>
[minor] =>
[patch] =>
[patchMinor] =>
[family] => Other
)
[device] => UAParser\Result\Device Object
(
[brand] => DoCoMo
[model] => SH03D
[family] => DoCoMo SH03D
)
[originalUserAgent] => DoCoMo/2.0 SH03D(c500;TB;W24H16)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>UserAgentApiCom<br /><small></small><br /></td><td> </td><td> </td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>Mobile</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.16701</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-afeb05fb-26b9-4509-b8ac-0c604a9e97d6">Detail</a>
<!-- Modal Structure -->
<div id="modal-afeb05fb-26b9-4509-b8ac-0c604a9e97d6" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>UserAgentApiCom result detail</h4>
<p><pre><code class="php">stdClass Object
(
[platform_name] => NTT DoCoMo
[platform_version] => 2.0
[platform_type] => Mobile
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>UserAgentStringCom<br /><small></small><br /></td>
<td colspan="12" class="center-align red lighten-1">
<strong>No result found</strong>
</td>
</tr><tr><td>WhatIsMyBrowserCom<br /><small></small><br /></td><td> </td><td> </td><td> </td><td style="border-left: 1px solid #555"></td><td>SH03D</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.24001</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-5fc1ff22-a74d-481b-9ad1-fcfde73ded9c">Detail</a>
<!-- Modal Structure -->
<div id="modal-5fc1ff22-a74d-481b-9ad1-fcfde73ded9c" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>WhatIsMyBrowserCom result detail</h4>
<p><pre><code class="php">stdClass Object
(
[operating_system_name] =>
[simple_sub_description_string] =>
[simple_browser_string] =>
[browser_version] =>
[extra_info] => Array
(
)
[operating_platform] => SH03D
[extra_info_table] => Array
(
)
[layout_engine_name] =>
[detected_addons] => Array
(
)
[operating_system_flavour_code] =>
[hardware_architecture] =>
[operating_system_flavour] =>
[operating_system_frameworks] => Array
(
)
[browser_name_code] =>
[operating_system_version] =>
[simple_operating_platform_string] => SH03D
[is_abusive] =>
[layout_engine_version] =>
[browser_capabilities] => Array
(
)
[operating_platform_vendor_name] =>
[operating_system] =>
[operating_system_version_full] =>
[operating_platform_code] =>
[browser_name] =>
[operating_system_name_code] =>
[user_agent] => DoCoMo/2.0 SH03D(c500;TB;W24H16)
[browser_version_full] =>
[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>WhichBrowser<br /><small>v2.0.18</small><br /></td><td> </td><td> </td><td> </td><td style="border-left: 1px solid #555">Sharp</td><td>SH03D</td><td>mobile:feature</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.001</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-083a336f-5d73-4505-84f3-c5fc9bb78652">Detail</a>
<!-- Modal Structure -->
<div id="modal-083a336f-5d73-4505-84f3-c5fc9bb78652" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>WhichBrowser result detail</h4>
<p><pre><code class="php">Array
(
[device] => Array
(
[type] => mobile
[subtype] => feature
[manufacturer] => Sharp
[model] => SH03D
[carrier] => DoCoMo
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>Woothee<br /><small>v1.2.0</small><br /></td><td>docomo SH03D</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>mobilephone</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-f00e7198-0e22-49fe-bad0-dbb3a9cde9b9">Detail</a>
<!-- Modal Structure -->
<div id="modal-f00e7198-0e22-49fe-bad0-dbb3a9cde9b9" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>Woothee result detail</h4>
<p><pre><code class="php">Array
(
[name] => docomo
[os] => docomo
[category] => mobilephone
[vendor] => docomo
[version] => SH03D
[os_version] => UNKNOWN
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>Wurfl<br /><small>1.7.1.0</small><br /></td><td> </td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555">DoCoMo</td><td>SH-03D</td><td>Feature Phone</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.019</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-a2bedf8c-4a95-42a7-96c5-aaf233b2ac50">Detail</a>
<!-- Modal Structure -->
<div id="modal-a2bedf8c-4a95-42a7-96c5-aaf233b2ac50" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>Wurfl result detail</h4>
<p><pre><code class="php">Array
(
[virtual] => Array
(
[is_android] => false
[is_ios] => false
[is_windows_phone] => false
[is_app] => false
[is_full_desktop] => false
[is_largescreen] => true
[is_mobile] => true
[is_robot] => false
[is_smartphone] => false
[is_touchscreen] => true
[is_wml_preferred] => false
[is_xhtmlmp_preferred] => true
[is_html_preferred] => false
[advertised_device_os] =>
[advertised_device_os_version] =>
[advertised_browser] =>
[advertised_browser_version] =>
[complete_device_name] => DoCoMo SH-03D (STYLE series SH-03D)
[device_name] => DoCoMo STYLE series SH-03D
[form_factor] => Feature Phone
[is_phone] => true
[is_app_webview] => false
)
[all] => Array
(
[brand_name] => DoCoMo
[model_name] => SH-03D
[unique] => true
[ununiqueness_handler] =>
[is_wireless_device] => true
[device_claims_web_support] => false
[has_qwerty_keyboard] => false
[can_skip_aligned_link_row] => true
[uaprof] =>
[uaprof2] =>
[uaprof3] =>
[nokia_series] => 0
[nokia_edition] => 0
[device_os] =>
[mobile_browser] =>
[mobile_browser_version] =>
[device_os_version] =>
[pointing_method] => touchscreen
[release_date] => 2002_january
[marketing_name] => STYLE series SH-03D
[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] => true
[card_title_support] => false
[softkey_support] => false
[table_support] => false
[numbered_menus] => false
[menu_with_select_element_recommended] => false
[menu_with_list_of_links_recommended] => false
[icons_on_menu_items_support] => false
[break_list_of_links_with_br_element_recommended] => false
[access_key_support] => false
[wrap_mode_support] => false
[times_square_mode_support] => false
[deck_prefetch_support] => false
[elective_forms_recommended] => false
[wizards_recommended] => false
[image_as_link_support] => false
[insert_br_element_after_widget_recommended] => false
[wml_can_display_images_and_text_on_same_line] => false
[wml_displays_image_in_center] => false
[opwv_wml_extensions_support] => false
[wml_make_phone_call_string] => wtai://wp/mc;
[chtml_display_accesskey] => true
[emoji] => false
[chtml_can_display_images_and_text_on_same_line] => false
[chtml_displays_image_in_center] => false
[imode_region] => ja
[chtml_make_phone_call_string] => tel:
[chtml_table_support] => false
[xhtml_honors_bgcolor] => false
[xhtml_supports_forms_in_table] => false
[xhtml_support_wml2_namespace] => false
[xhtml_autoexpand_select] => false
[xhtml_select_as_dropdown] => false
[xhtml_select_as_radiobutton] => false
[xhtml_select_as_popup] => false
[xhtml_display_accesskey] => false
[xhtml_supports_invisible_text] => false
[xhtml_supports_inline_input] => false
[xhtml_supports_monospace_font] => false
[xhtml_supports_table_for_layout] => false
[xhtml_supports_css_cell_table_coloring] => false
[xhtml_format_as_css_property] => false
[xhtml_format_as_attribute] => false
[xhtml_nowrap_mode] => false
[xhtml_marquee_as_css_property] => false
[xhtml_readable_background_color1] => #FFFFFF
[xhtml_readable_background_color2] => #FFFFFF
[xhtml_allows_disabled_form_elements] => false
[xhtml_document_title_support] => true
[xhtml_preferred_charset] => utf8
[opwv_xhtml_extensions_support] => false
[xhtml_make_phone_call_string] => tel:
[xhtmlmp_preferred_mime_type] => application/vnd.wap.xhtml+xml
[xhtml_table_support] => false
[xhtml_send_sms_string] => none
[xhtml_send_mms_string] => none
[xhtml_file_upload] => not_supported
[cookie_support] => true
[accept_third_party_cookie] => true
[xhtml_supports_iframe] => none
[xhtml_avoid_accesskeys] => false
[xhtml_can_embed_video] => none
[ajax_support_javascript] => false
[ajax_manipulate_css] => false
[ajax_support_getelementbyid] => false
[ajax_support_inner_html] => false
[ajax_xhr_type] => none
[ajax_manipulate_dom] => false
[ajax_support_events] => false
[ajax_support_event_listener] => false
[ajax_preferred_geoloc_api] => none
[xhtml_support_level] => 1
[preferred_markup] => docomo_imode_html_3
[wml_1_1] => true
[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] => true
[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] => true
[html_web_3_2] => false
[html_web_4_0] => false
[voicexml] => false
[multipart_support] => false
[total_cache_disable_support] => false
[time_to_live_support] => false
[resolution_width] => 480
[resolution_height] => 854
[columns] => 8
[max_image_width] => 240
[max_image_height] => 320
[rows] => 6
[physical_screen_width] => 43
[physical_screen_height] => 76
[dual_orientation] => false
[density_class] => 1.0
[wbmp] => false
[bmp] => false
[epoc_bmp] => false
[gif_animated] => false
[jpg] => false
[png] => false
[tiff] => false
[transparent_png_alpha] => false
[transparent_png_index] => false
[svgt_1_1] => false
[svgt_1_1_plus] => false
[greyscale] => false
[gif] => true
[colors] => 262144
[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] => 9
[wifi] => false
[sdio] => false
[vpn] => false
[has_cellular_radio] => true
[max_deck_size] => 5000
[max_url_length_in_requests] => 512
[max_url_length_homepage] => 100
[max_url_length_bookmark] => 100
[max_url_length_cached_page] => 0
[max_no_of_connection_settings] => 0
[max_no_of_bookmarks] => 0
[max_length_of_username] => 256
[max_length_of_password] => 20
[max_object_size] => 0
[downloadfun_support] => false
[directdownload_support] => false
[inline_support] => false
[oma_support] => false
[ringtone] => false
[ringtone_3gpp] => false
[ringtone_midi_monophonic] => false
[ringtone_midi_polyphonic] => false
[ringtone_imelody] => false
[ringtone_digiplug] => false
[ringtone_compactmidi] => false
[ringtone_mmf] => false
[ringtone_rmf] => false
[ringtone_xmf] => false
[ringtone_amr] => false
[ringtone_awb] => false
[ringtone_aac] => false
[ringtone_wav] => false
[ringtone_mp3] => false
[ringtone_spmidi] => false
[ringtone_qcelp] => false
[ringtone_voices] => 1
[ringtone_df_size_limit] => 0
[ringtone_directdownload_size_limit] => 0
[ringtone_inline_size_limit] => 0
[ringtone_oma_size_limit] => 0
[wallpaper] => false
[wallpaper_max_width] => 0
[wallpaper_max_height] => 0
[wallpaper_preferred_width] => 0
[wallpaper_preferred_height] => 0
[wallpaper_resize] => none
[wallpaper_wbmp] => false
[wallpaper_bmp] => false
[wallpaper_gif] => false
[wallpaper_jpg] => false
[wallpaper_png] => false
[wallpaper_tiff] => false
[wallpaper_greyscale] => false
[wallpaper_colors] => 2
[wallpaper_df_size_limit] => 0
[wallpaper_directdownload_size_limit] => 0
[wallpaper_inline_size_limit] => 0
[wallpaper_oma_size_limit] => 0
[screensaver] => false
[screensaver_max_width] => 0
[screensaver_max_height] => 0
[screensaver_preferred_width] => 0
[screensaver_preferred_height] => 0
[screensaver_resize] => none
[screensaver_wbmp] => false
[screensaver_bmp] => false
[screensaver_gif] => false
[screensaver_jpg] => false
[screensaver_png] => false
[screensaver_greyscale] => false
[screensaver_colors] => 2
[screensaver_df_size_limit] => 0
[screensaver_directdownload_size_limit] => 0
[screensaver_inline_size_limit] => 0
[screensaver_oma_size_limit] => 0
[picture] => false
[picture_max_width] => 0
[picture_max_height] => 0
[picture_preferred_width] => 0
[picture_preferred_height] => 0
[picture_resize] => none
[picture_wbmp] => false
[picture_bmp] => false
[picture_gif] => false
[picture_jpg] => false
[picture_png] => false
[picture_greyscale] => false
[picture_colors] => 2
[picture_df_size_limit] => 0
[picture_directdownload_size_limit] => 0
[picture_inline_size_limit] => 0
[picture_oma_size_limit] => 0
[video] => false
[oma_v_1_0_forwardlock] => false
[oma_v_1_0_combined_delivery] => false
[oma_v_1_0_separate_delivery] => false
[streaming_video] => false
[streaming_3gpp] => false
[streaming_mp4] => false
[streaming_mov] => false
[streaming_video_size_limit] => 0
[streaming_real_media] => none
[streaming_flv] => false
[streaming_3g2] => false
[streaming_vcodec_h263_0] => -1
[streaming_vcodec_h263_3] => -1
[streaming_vcodec_mpeg4_sp] => -1
[streaming_vcodec_mpeg4_asp] => -1
[streaming_vcodec_h264_bp] => -1
[streaming_acodec_amr] => none
[streaming_acodec_aac] => none
[streaming_wmv] => none
[streaming_preferred_protocol] => rtsp
[streaming_preferred_http_protocol] => none
[wap_push_support] => false
[connectionless_service_indication] => false
[connectionless_service_load] => false
[connectionless_cache_operation] => false
[connectionoriented_unconfirmed_service_indication] => false
[connectionoriented_unconfirmed_service_load] => false
[connectionoriented_unconfirmed_cache_operation] => false
[connectionoriented_confirmed_service_indication] => false
[connectionoriented_confirmed_service_load] => false
[connectionoriented_confirmed_cache_operation] => false
[utf8_support] => false
[ascii_support] => false
[iso8859_support] => false
[expiration_date] => false
[j2me_cldc_1_0] => false
[j2me_cldc_1_1] => false
[j2me_midp_1_0] => false
[j2me_midp_2_0] => false
[doja_1_0] => false
[doja_1_5] => false
[doja_2_0] => false
[doja_2_1] => false
[doja_2_2] => false
[doja_3_0] => false
[doja_3_5] => false
[doja_4_0] => false
[j2me_jtwi] => false
[j2me_mmapi_1_0] => false
[j2me_mmapi_1_1] => false
[j2me_wmapi_1_0] => false
[j2me_wmapi_1_1] => false
[j2me_wmapi_2_0] => false
[j2me_btapi] => false
[j2me_3dapi] => false
[j2me_locapi] => false
[j2me_nokia_ui] => false
[j2me_motorola_lwt] => false
[j2me_siemens_color_game] => false
[j2me_siemens_extension] => false
[j2me_heap_size] => 0
[j2me_max_jar_size] => 0
[j2me_storage_size] => 0
[j2me_max_record_store_size] => 0
[j2me_screen_width] => 0
[j2me_screen_height] => 0
[j2me_canvas_width] => 0
[j2me_canvas_height] => 0
[j2me_bits_per_pixel] => 0
[j2me_audio_capture_enabled] => false
[j2me_video_capture_enabled] => false
[j2me_photo_capture_enabled] => false
[j2me_capture_image_formats] => none
[j2me_http] => false
[j2me_https] => false
[j2me_socket] => false
[j2me_udp] => false
[j2me_serial] => false
[j2me_gif] => false
[j2me_gif89a] => false
[j2me_jpg] => false
[j2me_png] => false
[j2me_bmp] => false
[j2me_bmp3] => false
[j2me_wbmp] => false
[j2me_midi] => false
[j2me_wav] => false
[j2me_amr] => false
[j2me_mp3] => false
[j2me_mp4] => false
[j2me_imelody] => false
[j2me_rmf] => false
[j2me_au] => false
[j2me_aac] => false
[j2me_realaudio] => false
[j2me_xmf] => false
[j2me_wma] => false
[j2me_3gpp] => false
[j2me_h263] => false
[j2me_svgt] => false
[j2me_mpeg4] => false
[j2me_realvideo] => false
[j2me_real8] => false
[j2me_realmedia] => false
[j2me_left_softkey_code] => 0
[j2me_right_softkey_code] => 0
[j2me_middle_softkey_code] => 0
[j2me_select_key_code] => 0
[j2me_return_key_code] => 0
[j2me_clear_key_code] => 0
[j2me_datefield_no_accepts_null_date] => false
[j2me_datefield_broken] => false
[receiver] => false
[sender] => false
[mms_max_size] => 0
[mms_max_height] => 0
[mms_max_width] => 0
[built_in_recorder] => false
[built_in_camera] => false
[mms_jpeg_baseline] => false
[mms_jpeg_progressive] => false
[mms_gif_static] => false
[mms_gif_animated] => false
[mms_png] => false
[mms_bmp] => false
[mms_wbmp] => false
[mms_amr] => false
[mms_wav] => false
[mms_midi_monophonic] => false
[mms_midi_polyphonic] => false
[mms_midi_polyphonic_voices] => 0
[mms_spmidi] => false
[mms_mmf] => false
[mms_mp3] => false
[mms_evrc] => false
[mms_qcelp] => false
[mms_ota_bitmap] => false
[mms_nokia_wallpaper] => false
[mms_nokia_operatorlogo] => false
[mms_nokia_3dscreensaver] => false
[mms_nokia_ringingtone] => false
[mms_rmf] => false
[mms_xmf] => false
[mms_symbian_install] => false
[mms_jar] => false
[mms_jad] => false
[mms_vcard] => false
[mms_vcalendar] => false
[mms_wml] => false
[mms_wbxml] => false
[mms_wmlc] => false
[mms_video] => false
[mms_mp4] => false
[mms_3gpp] => false
[mms_3gpp2] => false
[mms_max_frame_rate] => 0
[nokiaring] => false
[picturemessage] => false
[operatorlogo] => false
[largeoperatorlogo] => false
[callericon] => false
[nokiavcard] => false
[nokiavcal] => false
[sckl_ringtone] => false
[sckl_operatorlogo] => false
[sckl_groupgraphic] => false
[sckl_vcard] => false
[sckl_vcalendar] => false
[text_imelody] => false
[ems] => false
[ems_variablesizedpictures] => false
[ems_imelody] => false
[ems_odi] => false
[ems_upi] => false
[ems_version] => 0
[siemens_ota] => false
[siemens_logo_width] => 101
[siemens_logo_height] => 29
[siemens_screensaver_width] => 101
[siemens_screensaver_height] => 50
[gprtf] => false
[sagem_v1] => false
[sagem_v2] => false
[panasonic] => false
[sms_enabled] => false
[wav] => false
[mmf] => false
[smf] => false
[mld] => false
[midi_monophonic] => false
[midi_polyphonic] => false
[sp_midi] => false
[rmf] => false
[xmf] => false
[compactmidi] => false
[digiplug] => false
[nokia_ringtone] => false
[imelody] => false
[au] => false
[amr] => false
[awb] => false
[aac] => false
[mp3] => false
[voices] => 1
[qcelp] => false
[evrc] => false
[flash_lite_version] => 1_1
[fl_wallpaper] => false
[fl_screensaver] => false
[fl_standalone] => false
[fl_browser] => false
[fl_sub_lcd] => false
[full_flash_support] => false
[css_supports_width_as_percentage] => true
[css_border_image] => none
[css_rounded_corners] => none
[css_gradient] => none
[css_spriting] => false
[css_gradient_linear] => none
[is_transcoder] => false
[transcoder_ua_header] => user-agent
[rss_support] => false
[pdf_support] => false
[progressive_download] => true
[playback_vcodec_h263_0] => -1
[playback_vcodec_h263_3] => -1
[playback_vcodec_mpeg4_sp] => -1
[playback_vcodec_mpeg4_asp] => -1
[playback_vcodec_h264_bp] => 1
[playback_real_media] => none
[playback_3gpp] => true
[playback_3g2] => false
[playback_mp4] => false
[playback_mov] => false
[playback_acodec_amr] => nb
[playback_acodec_aac] => lc
[playback_df_size_limit] => 0
[playback_directdownload_size_limit] => 0
[playback_inline_size_limit] => 0
[playback_oma_size_limit] => 0
[playback_acodec_qcelp] => false
[playback_wmv] => none
[hinted_progressive_download] => false
[html_preferred_dtd] => xhtml_mp1
[viewport_supported] => false
[viewport_width] =>
[viewport_userscalable] =>
[viewport_initial_scale] =>
[viewport_maximum_scale] =>
[viewport_minimum_scale] =>
[mobileoptimized] => false
[handheldfriendly] => false
[canvas_support] => none
[image_inlining] => false
[is_smarttv] => false
[is_console] => false
[nfc_support] => false
[ux_full_desktop] => false
[jqm_grade] => none
[is_sencha_touch_ok] => false
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>Zsxsoft<br /><small>1.3</small><br /></td><td>DoCoMo 2.0</td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-5d43e024-b46c-44f6-8914-529b05569bc2">Detail</a>
<!-- Modal Structure -->
<div id="modal-5d43e024-b46c-44f6-8914-529b05569bc2" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>Zsxsoft result detail</h4>
<p><pre><code class="php">Array
(
[browser] => Array
(
[link] => http://www.nttdocomo.com/
[title] => DoCoMo 2.0
[code] => null
[version] => 2.0
[name] => DoCoMo
[image] => img/16/browser/null.png
)
[os] => Array
(
[link] =>
[name] =>
[version] =>
[code] => null
[x64] =>
[title] =>
[type] => os
[dir] => os
[image] => img/16/os/null.png
)
[device] => Array
(
[link] => #
[title] => Unknown
[code] => null
[dir] => browser
[type] => os
[image] => img/16/browser/null.png
)
[platform] => Array
(
[link] => #
[title] => Unknown
[code] => null
[dir] => browser
[type] => os
[image] => img/16/browser/null.png
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr></table>
</div>
<div class="section">
<h1 class="header center orange-text">About this comparison</h1>
<div class="row center">
<h5 class="header light">
The primary goal of this project is simple<br />
I wanted to know which user agent parser is the most accurate in each part - device detection, bot detection and so on...<br />
<br />
The secondary goal is to provide a source for all user agent parsers to improve their detection based on this results.<br />
<br />
You can also improve this further, by suggesting ideas at <a href="https://github.com/ThaDafinser/UserAgentParserComparison">ThaDafinser/UserAgentParserComparison</a><br />
<br />
The comparison is based on the abstraction by <a href="https://github.com/ThaDafinser/UserAgentParser">ThaDafinser/UserAgentParser</a>
</h5>
</div>
</div>
<div class="card">
<div class="card-content">
Comparison created <i>2016-05-10 08:01:58</i> | by
<a href="https://github.com/ThaDafinser">ThaDafinser</a>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/list.js/1.2.0/list.min.js"></script>
<script>
$(document).ready(function(){
// the "href" attribute of .modal-trigger must specify the modal ID that wants to be triggered
$('.modal-trigger').leanModal();
});
</script>
</body>
</html> | ThaDafinser/UserAgentParserComparison | v5/user-agent-detail/88/75/8875b81b-23f0-488b-a249-df0de2106a05.html | HTML | mit | 46,194 |
<!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>
Bousquet Technologies Inc. -
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=1492270485541&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=6638&V_SEARCH.docsStart=6637&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/rgstr.sec?_flId?_flxKy=e1s1&estblmntNo=234567041301&profileId=61&_evId=bck&lang=eng&V_SEARCH.showStricts=false&prtl=1&_flId?_flId?_flxKy=e1s1" title="Français" lang="fr">Français</a></li>
</ul>
</div>
</div>
</section>
<div class="row">
<div class="brand col-xs-8 col-sm-9 col-md-6">
<a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a>
</div>
<section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn">
<h2>Search and menus</h2>
<ul class="list-inline text-right chvrn">
<li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li>
</ul>
<div id="mb-pnl"></div>
</section>
<!-- Site Search Removed -->
</div>
</div>
<nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement">
<h2 class="wb-inv">Topics menu</h2>
<div class="container nvbar">
<div class="row">
<ul class="list-inline menu">
<li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li>
<li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li>
<li><a href="https://travel.gc.ca/">Travel</a></li>
<li><a href="https://www.canada.ca/en/services/business.html">Business</a></li>
<li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li>
<li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li>
<li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li>
<li><a href="https://www.canada.ca/en/services.html">More services</a></li>
</ul>
</div>
</div>
</nav>
<!-- EPIC BODY BEGIN -->
<nav role="navigation" id="wb-bc" class="" property="breadcrumb">
<h2 class="wb-inv">You are here:</h2>
<div class="container">
<div class="row">
<ol class="breadcrumb">
<li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li>
<li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li>
<li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li>
</ol>
</div>
</div>
</nav>
</header>
<main id="wb-cont" role="main" property="mainContentOfPage" class="container">
<!-- End Header -->
<!-- Begin Body -->
<!-- Begin Body Title -->
<!-- End Body Title -->
<!-- Begin Body Head -->
<!-- End Body Head -->
<!-- Begin Body Content -->
<br>
<!-- Complete Profile -->
<!-- Company Information above tabbed area-->
<input id="showMore" type="hidden" value='more'/>
<input id="showLess" type="hidden" value='less'/>
<h1 id="wb-cont">
Company profile - Canadian Company Capabilities
</h1>
<div class="profileInfo hidden-print">
<ul class="list-inline">
<li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&rstBtn.x=" class="btn btn-link">New Search</a> |</li>
<li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do">
<input type="hidden" name="lang" value="eng" />
<input type="hidden" name="profileId" value="" />
<input type="hidden" name="prtl" value="1" />
<input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" />
<input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" />
<input type="hidden" name="V_SEARCH.depth" value="1" />
<input type="hidden" name="V_SEARCH.showStricts" value="false" />
<input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" />
</form></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=6636&V_DOCUMENT.docRank=6637&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492270504317&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=208040190000&profileId=&key.newSearchLabel=">Previous Company</a></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=6638&V_DOCUMENT.docRank=6639&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492270504317&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=123456040902&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>
Bousquet Technologies Inc.
</h2>
<div class="row">
<div class="col-md-5">
<h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2>
<p>Bousquet Technologies Inc.</p>
<div class="mrgn-tp-md"></div>
<p class="mrgn-bttm-0" ><a href="http://www.bousquet.ca"
target="_blank" title="Website URL">http://www.bousquet.ca</a></p>
<p><a href="mailto:[email protected]" title="[email protected]">[email protected]</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">
2121, rue Nobel<br/>
SAINTE-JULIE,
Quebec<br/>
J3E 1Z9
<br/>
</address>
<h2 class="h5 mrgn-bttm-0">Location Address:</h2>
<address class="mrgn-bttm-md">
2121, rue Nobel<br/>
SAINTE-JULIE,
Quebec<br/>
J3E 1Z9
<br/>
</address>
<p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>:
(514) 874-9050
</p>
<p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>:
(800) 363-9197</p>
<p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>:
(450) 649-8756</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> manufacturer of heating and ventilation equipments for industrial and commercial applications<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>
François
Martin
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
<!--if client gender is not null or empty we use gender based job title-->
General Manager
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Management Executive.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(514) 874-9050
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Ext:
</strong>
</div>
<div class="col-md-7">
226
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
[email protected]
</div>
</div>
</section>
<p class="mrgn-tp-lg text-right small hidden-print">
<a href="#wb-cont">top of page</a>
</p>
<!-- Company Description -->
<h3 class="page-header">
Company description
</h3>
<section class="container-fluid">
<div class="row">
<div class="col-md-5">
<strong>
Country of Ownership:
</strong>
</div>
<div class="col-md-7">
Canada
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Year Established:
</strong>
</div>
<div class="col-md-7">
1946
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
Yes
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
333416 - Heating Equipment and Commercial Refrigeration Equipment Manufacturing
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Manufacturer / Processor / Producer
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Total Sales ($CDN):
</strong>
</div>
<div class="col-md-7">
$5,000,000 to $9,999,999
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Export Sales ($CDN):
</strong>
</div>
<div class="col-md-7">
$200,000 to $499,999
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Number of Employees:
</strong>
</div>
<div class="col-md-7">
50
</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">
DIRECT GAS-FIRED MAKE-UP AIR HEATER <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
A make-up air unit is a system designed to compensate the air
<br>
exhausted by one or more exhaust fans. It may also be utilised
<br>
to compensate air used in industrial processing and replace
<br>
combustion air for proper functioning of other heaters.<br>
<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
HEATERS, DIRECT GAS FIRED MAKE-UP AIR HEATERS <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
FSC Code:
</strong>
</div>
<div class="col-md-9">
4520-Space Heating Equipment and Domestic Water Heaters
<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 -->
<h3 class="page-header">
Market profile
</h3>
<section class="container-fluid">
<h4>
Industry sector market interests:
</h4>
<ul>
<li>Manufacturing</li>
</ul>
<h4>
Geographic markets:
</h4>
<h5>
Actively pursuing:
</h5>
<ul>
<li>United States</li>
<li>Connecticut</li>
<li>Maine</li>
<li>Massachusetts</li>
<li>New Hampshire</li>
<li>New Jersey</li>
<li>New York</li>
<li>Pennsylvania</li>
<li>Rhode Island</li>
<li>Vermont</li>
</ul>
</section>
<p class="mrgn-tp-lg text-right small hidden-print">
<a href="#wb-cont">top of page</a>
</p>
<!-- 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>
François
Martin
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
<!--if client gender is not null or empty we use gender based job title-->
General Manager
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Management Executive.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(514) 874-9050
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Ext:
</strong>
</div>
<div class="col-md-7">
226
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
[email protected]
</div>
</div>
</section>
</details>
<details id="details-panel3">
<summary>
Description
</summary>
<h2 class="wb-invisible">
Company description
</h2>
<section class="container-fluid">
<div class="row">
<div class="col-md-5">
<strong>
Country of Ownership:
</strong>
</div>
<div class="col-md-7">
Canada
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Year Established:
</strong>
</div>
<div class="col-md-7">
1946
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
Yes
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
333416 - Heating Equipment and Commercial Refrigeration Equipment Manufacturing
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Manufacturer / Processor / Producer
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Total Sales ($CDN):
</strong>
</div>
<div class="col-md-7">
$5,000,000 to $9,999,999
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Export Sales ($CDN):
</strong>
</div>
<div class="col-md-7">
$200,000 to $499,999
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Number of Employees:
</strong>
</div>
<div class="col-md-7">
50
</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">
DIRECT GAS-FIRED MAKE-UP AIR HEATER <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
A make-up air unit is a system designed to compensate the air
<br>
exhausted by one or more exhaust fans. It may also be utilised
<br>
to compensate air used in industrial processing and replace
<br>
combustion air for proper functioning of other heaters.<br>
<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
HEATERS, DIRECT GAS FIRED MAKE-UP AIR HEATERS <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
FSC Code:
</strong>
</div>
<div class="col-md-9">
4520-Space Heating Equipment and Domestic Water Heaters
<br>
</div>
</div>
</section>
</details>
<details id="details-panel6">
<summary>
Market
</summary>
<h2 class="wb-invisible">
Market profile
</h2>
<section class="container-fluid">
<h4>
Industry sector market interests:
</h4>
<ul>
<li>Manufacturing</li>
</ul>
<h4>
Geographic markets:
</h4>
<h5>
Actively pursuing:
</h5>
<ul>
<li>United States</li>
<li>Connecticut</li>
<li>Maine</li>
<li>Massachusetts</li>
<li>New Hampshire</li>
<li>New Jersey</li>
<li>New York</li>
<li>Pennsylvania</li>
<li>Rhode Island</li>
<li>Vermont</li>
</ul>
</section>
</details>
</div>
</div>
<div class="row">
<div class="col-md-12 text-right">
Last Update Date 2016-06-08
</div>
</div>
<!--
- Artifact ID: CBW - IMBS - CCC Search WAR
- Group ID: ca.gc.ic.strategis.imbs.ccc.search
- Version: 3.26
- Built-By: bamboo
- Build Timestamp: 2017-03-02T21:29:28Z
-->
<!-- End Body Content -->
<!-- Begin Body Foot -->
<!-- End Body Foot -->
<!-- END MAIN TABLE -->
<!-- End body -->
<!-- Begin footer -->
<div class="row pagedetails">
<div class="col-sm-5 col-xs-12 datemod">
<dl id="wb-dtmd">
<dt class=" hidden-print">Date Modified:</dt>
<dd class=" hidden-print">
<span><time>2017-03-02</time></span>
</dd>
</dl>
</div>
<div class="clear visible-xs"></div>
<div class="col-sm-4 col-xs-6">
</div>
<div class="col-sm-3 col-xs-6 text-right">
</div>
<div class="clear visible-xs"></div>
</div>
</main>
<footer role="contentinfo" id="wb-info">
<nav role="navigation" class="container wb-navcurr">
<h2 class="wb-inv">About government</h2>
<!-- EPIC FOOTER BEGIN -->
<!-- EPI-11638 Contact us -->
<ul class="list-unstyled colcount-sm-2 colcount-md-3">
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07026.html#pageid=E048-H00000&from=Industries">Contact us</a></li>
<li><a href="https://www.canada.ca/en/government/dept.html">Departments and agencies</a></li>
<li><a href="https://www.canada.ca/en/government/publicservice.html">Public service and military</a></li>
<li><a href="https://www.canada.ca/en/news.html">News</a></li>
<li><a href="https://www.canada.ca/en/government/system/laws.html">Treaties, laws and regulations</a></li>
<li><a href="https://www.canada.ca/en/transparency/reporting.html">Government-wide reporting</a></li>
<li><a href="http://pm.gc.ca/eng">Prime Minister</a></li>
<li><a href="https://www.canada.ca/en/government/system.html">How government works</a></li>
<li><a href="http://open.canada.ca/en/">Open government</a></li>
</ul>
</nav>
<div class="brand">
<div class="container">
<div class="row">
<nav class="col-md-10 ftr-urlt-lnk">
<h2 class="wb-inv">About this site</h2>
<ul>
<li><a href="https://www.canada.ca/en/social.html">Social media</a></li>
<li><a href="https://www.canada.ca/en/mobile.html">Mobile applications</a></li>
<li><a href="http://www1.canada.ca/en/newsite.html">About Canada.ca</a></li>
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html">Terms and conditions</a></li>
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html#p1">Privacy</a></li>
</ul>
</nav>
<div class="col-xs-6 visible-sm visible-xs tofpg">
<a href="#wb-cont">Top of Page <span class="glyphicon glyphicon-chevron-up"></span></a>
</div>
<div class="col-xs-6 col-md-2 text-right">
<object type="image/svg+xml" tabindex="-1" role="img" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/wmms-blk.svg" aria-label="Symbol of the Government of Canada"></object>
</div>
</div>
</div>
</div>
</footer>
<!--[if gte IE 9 | !IE ]><!-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/wet-boew.min.js"></script>
<!--<![endif]-->
<!--[if lt IE 9]>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew2.min.js"></script>
<![endif]-->
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/theme.min.js"></script>
<!-- EPI-10519 -->
<span class="wb-sessto"
data-wb-sessto='{"inactivity": 1800000, "reactionTime": 180000, "sessionalive": 1800000, "logouturl": "/app/ccc/srch/cccSrch.do?lang=eng&prtl=1"}'></span>
<script src="/eic/home.nsf/js/jQuery.externalOpensInNewWindow.js"></script>
<!-- EPI-11190 - Webtrends -->
<script src="/eic/home.nsf/js/webtrends.js"></script>
<script>var endTime = new Date();</script>
<noscript>
<div><img alt="" id="DCSIMG" width="1" height="1" src="//wt-sdc.ic.gc.ca/dcs6v67hwe0ei7wsv8g9fv50d_3k6i/njs.gif?dcsuri=/nojavascript&WT.js=No&WT.tv=9.4.0&dcssip=www.ic.gc.ca"/></div>
</noscript>
<!-- /Webtrends -->
<!-- JS deps -->
<script src="/eic/home.nsf/js/jquery.imagesloaded.js"></script>
<!-- EPI-11262 - Util JS -->
<script src="/eic/home.nsf/js/_WET_4-0_utils_canada.min.js"></script>
<!-- EPI-11383 -->
<script src="/eic/home.nsf/js/jQuery.icValidationErrors.js"></script>
<span style="display:none;" id='app-info' data-project-groupid='' data-project-artifactid='' data-project-version='' data-project-build-timestamp='' data-issue-tracking='' data-scm-sha1='' data-scm-sha1-abbrev='' data-scm-branch='' data-scm-commit-date=''></span>
</body></html>
<!-- End Footer -->
<!--
- Artifact ID: CBW - IMBS - CCC Search WAR
- Group ID: ca.gc.ic.strategis.imbs.ccc.search
- Version: 3.26
- Built-By: bamboo
- Build Timestamp: 2017-03-02T21:29:28Z
-->
| GoC-Spending/data-corporations | html/123456069908.html | HTML | mit | 45,080 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>dpdgraph: 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 / dpdgraph - 0.5</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
dpdgraph
<small>
0.5
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-02-26 16:52:27 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-26 16:52: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.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: "[email protected]"
license: "LGPL 2.1"
homepage: "https://github.com/karmaki/coq-dpdgraph"
build: [
["./configure"]
["echo" "%{jobs}%" "jobs for the linter"]
[make]
]
install: [make "install" "BINDIR=%{bin}%"]
depends: [
"ocaml"
"coq" {>= "8.5" & < "8.6~"}
"ocamlgraph"
]
authors: [ "Anne Pacalet" "Yves Bertot"]
tags: [
"logpath:dpdgraph"
]
synopsis: "Compute dependencies between Coq objects (definitions, theorems) and produce graphs"
url {
src:
"https://github.com/ybertot/coq-dpdgraph/archive/coq-dpdgraph-0.5-rc2.zip"
checksum: "md5=d9614264c394080c2734638befaf0483"
}
</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-dpdgraph.0.5 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-dpdgraph -> 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-dpdgraph.0.5</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.10.2-2.0.6/released/8.11.1/dpdgraph/0.5.html | HTML | mit | 6,400 |
<!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>
Armstrong Fluid Technology -
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=1492240164842&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=3739&V_SEARCH.docsStart=3738&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/updt.sec?_flId?_flxKy=e1s1&estblmntNo=234567041301&profileId=61&_evId=bck&lang=eng&V_SEARCH.showStricts=false&prtl=1&_flId?_flId?_flxKy=e1s1" title="Français" lang="fr">Français</a></li>
</ul>
</div>
</div>
</section>
<div class="row">
<div class="brand col-xs-8 col-sm-9 col-md-6">
<a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a>
</div>
<section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn">
<h2>Search and menus</h2>
<ul class="list-inline text-right chvrn">
<li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li>
</ul>
<div id="mb-pnl"></div>
</section>
<!-- Site Search Removed -->
</div>
</div>
<nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement">
<h2 class="wb-inv">Topics menu</h2>
<div class="container nvbar">
<div class="row">
<ul class="list-inline menu">
<li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li>
<li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li>
<li><a href="https://travel.gc.ca/">Travel</a></li>
<li><a href="https://www.canada.ca/en/services/business.html">Business</a></li>
<li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li>
<li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li>
<li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li>
<li><a href="https://www.canada.ca/en/services.html">More services</a></li>
</ul>
</div>
</div>
</nav>
<!-- EPIC BODY BEGIN -->
<nav role="navigation" id="wb-bc" class="" property="breadcrumb">
<h2 class="wb-inv">You are here:</h2>
<div class="container">
<div class="row">
<ol class="breadcrumb">
<li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li>
<li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li>
<li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li>
</ol>
</div>
</div>
</nav>
</header>
<main id="wb-cont" role="main" property="mainContentOfPage" class="container">
<!-- End Header -->
<!-- Begin Body -->
<!-- Begin Body Title -->
<!-- End Body Title -->
<!-- Begin Body Head -->
<!-- End Body Head -->
<!-- Begin Body Content -->
<br>
<!-- Complete Profile -->
<!-- Company Information above tabbed area-->
<input id="showMore" type="hidden" value='more'/>
<input id="showLess" type="hidden" value='less'/>
<h1 id="wb-cont">
Company profile - Canadian Company Capabilities
</h1>
<div class="profileInfo hidden-print">
<ul class="list-inline">
<li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&rstBtn.x=" class="btn btn-link">New Search</a> |</li>
<li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do">
<input type="hidden" name="lang" value="eng" />
<input type="hidden" name="profileId" value="" />
<input type="hidden" name="prtl" value="1" />
<input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" />
<input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" />
<input type="hidden" name="V_SEARCH.depth" value="1" />
<input type="hidden" name="V_SEARCH.showStricts" value="false" />
<input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" />
</form></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=3737&V_DOCUMENT.docRank=3738&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492240185218&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=234567037629&profileId=&key.newSearchLabel=">Previous Company</a></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=3739&V_DOCUMENT.docRank=3740&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492240185218&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=100254500000&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>
S.A. Armstrong Limited
</h2>
<div class="row">
<div class="col-md-5">
<h2 class="h5 mrgn-bttm-0">Legal Name:</h2>
<p>S.A. Armstrong Limited</p>
<h2 class="h5 mrgn-bttm-0">Operating Name:</h2>
<p>Armstrong Fluid Technology</p>
<div class="mrgn-tp-md"></div>
<p class="mrgn-bttm-0" ><a href="http://www.armstrongfluidtechnology.com"
target="_blank" title="Website URL">http://www.armstrongfluidtechnology.com</a></p>
<p><a href="mailto:[email protected]" title="[email protected]">[email protected]</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">
23 Bertrand Ave<br/>
SCARBOROUGH,
Ontario<br/>
M1L 2P3
<br/>
</address>
<h2 class="h5 mrgn-bttm-0">Location Address:</h2>
<address class="mrgn-bttm-md">
23 Bertrand Ave<br/>
SCARBOROUGH,
Ontario<br/>
M1L 2P3
<br/>
</address>
<p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>:
(416) 755-2291
</p>
<p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>:
(416) 759-9101</p>
</div>
<div class="col-md-3 mrgn-tp-md">
<h2 class="wb-inv">Logo</h2>
<img class="img-responsive text-left" src="https://www.ic.gc.ca/app/ccc/srch/media?estblmntNo=101807920000&graphFileName=Armstrong_Logo.blkwh&applicationCode=AP&lang=eng" alt="Logo" />
</div>
</div>
<div class="row mrgn-tp-md mrgn-bttm-md">
<div class="col-md-12">
<h2 class="wb-inv">Company Profile</h2>
<br> Armstrong is a leading global supplier of quality HVAC and Fluid Flow equipment for residential, commercial and industrial applications. Established in 1934, the company maintains eight manufacturing facilities on three continents.
<br>
<br>Association Memberships include:
<br>American National Standards Institute [ANSI]
<br>American Society of Heating, Refrigerating & Air-Conditioning Engineers [ASHRAE]
<br>American Society of Mechanical Engineers [ASME]
<br>American Society of Plumbing Engineers [ASPE]
<br>British Automatic Fire Sprinkler Association[BAFSA]
<br>British Pump Manufacturers Association [BPMA]
<br>Building Owners & Managers Association (BOMA) of Canada [BOMA]
<br>Constructing Excellence in the Built Environment [CEBE]
<br>Canadian Institute of Plumbing & Heating [CIPH]
<br>Canadian Manufacturing Association [CME]
<br>Electrical Apparatus Service Association [EASA]
<br>Hydraulic Institute [HI]
<br>Heating, Refrigeration & Air Conditioning Institute of Canada [HRAI]
<br>International Association of Plumbing & Mechanical Operations [IAPMO]
<br>Mechanical Contractors Association of Canada [MCAC]
<br>National Fire Protection Association [NFPA]
<br>National Association of Plumbing, Heating, Cooling Contractors [PHCC]
<br>Society of Fire Protection Engineers [SFPE]
<br>U.S. Green Building Council [USGBC]
<br>
<br>
<br><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>
Brent
Ross
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
<!--if client gender is not null or empty we use gender based job title-->
Director
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Customer Service.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(416) 755-2291
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(416) 759-9101
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
[email protected]
</div>
</div>
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Paul
Scarafile
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
<!--if client gender is not null or empty we use gender based job title-->
Director
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Domestic Sales & Marketing.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(416) 755-2291
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(416) 759-9101
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
[email protected]
</div>
</div>
</section>
<p class="mrgn-tp-lg text-right small hidden-print">
<a href="#wb-cont">top of page</a>
</p>
<!-- Company Description -->
<h3 class="page-header">
Company description
</h3>
<section class="container-fluid">
<div class="row">
<div class="col-md-5">
<strong>
Country of Ownership:
</strong>
</div>
<div class="col-md-7">
Canada
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Year Established:
</strong>
</div>
<div class="col-md-7">
1888
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
Yes
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
333910 - Pump and Compressor Manufacturing
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Alternate Industries (NAICS):
</strong>
</div>
<div class="col-md-7">
417230 - Industrial Machinery, Equipment and Supplies Wholesaler-Distributors<br>
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Manufacturer / Processor / Producer
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Total Sales ($CDN):
</strong>
</div>
<div class="col-md-7">
$10,000,000 to $24,999,999
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Export Sales ($CDN):
</strong>
</div>
<div class="col-md-7">
$500,000 to $999,999
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Number of Employees:
</strong>
</div>
<div class="col-md-7">
75
</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">
PUMP, CENTRIF, MULTI-STAGE, DOUBLE SUCTION <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
PUMP, CENTRIF, 1 STAGE-1 SUCTION, CLOSE CPLD <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
PUMP, CENTRIF TYPE, NES <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
PUMP, SEWAGE TYPE, POWER <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
PUMP, FIRE FIGHTING, POWER, PORTABLE <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
Intergrated Plant Packaged Cooling System<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
The Armstrong chilled water line of Integrated Plant Package (IPP-CHW) brings customers today's most space, energy and environmentally efficient solution for the 150 to 1080 ton at 60 Hz or 500 to 3600 kW at 50 Hz range.
<br>
<br>
Available for exterior installation with full enclosure or mechanical room installation, the IPP-CHW solution brings about a new way of constructing a facility.
<br>
<br>
The IPP-CHW solution is a pre-fabricated factory-built solution, optimized for quick installation with future service needs in mind.
<br>
<br>
<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 -->
<h3 class="page-header">
Market profile
</h3>
<section class="container-fluid">
<h4>
Alliances:
</h4>
<ul>
<li>Sales/Marketing</li>
<li>Technology</li>
</ul>
<h4>
Geographic markets:
</h4>
<h5>
Export experience:
</h5>
<ul>
<li>Algeria</li>
<li>Bangladesh</li>
<li>Barbados</li>
<li>Bermuda</li>
<li>Brazil</li>
<li>China</li>
<li>Costa Rica</li>
<li>Cuba</li>
<li>Dominican Republic</li>
<li>Egypt</li>
<li>India</li>
<li>Indonesia</li>
<li>Iran, Islamic Republic of</li>
<li>Iraq</li>
<li>Israel</li>
<li>Jamaica</li>
<li>Japan</li>
<li>Jordan</li>
<li>Korea, Democratic People's Republic of</li>
<li>Korea, Republic of</li>
<li>Kuwait</li>
<li>Lebanon</li>
<li>Mexico</li>
<li>Pakistan</li>
<li>Philippines</li>
<li>Puerto Rico</li>
<li>Saudi Arabia</li>
<li>Singapore</li>
<li>Sri Lanka</li>
<li>Taiwan</li>
<li>Thailand</li>
<li>United Arab Emirates</li>
<li>United Kingdom</li>
<li>United States</li>
</ul>
<h5>
Actively pursuing:
</h5>
<ul>
<li>Afghanistan</li>
<li>Angola</li>
<li>Argentina</li>
<li>Australia</li>
<li>Benin</li>
<li>Bhutan</li>
<li>Bolivia, Plurinational State of</li>
<li>Botswana</li>
<li>Brunei Darussalam</li>
<li>Burkina Faso</li>
<li>Burundi</li>
<li>Cambodia</li>
<li>Cameroon</li>
<li>Cape Verde</li>
<li>Central African Republic</li>
<li>Chad</li>
<li>Chile</li>
<li>Colombia</li>
<li>Congo</li>
<li>Congo, The Democratic Republic of the</li>
<li>Côte d'Ivoire</li>
<li>Djibouti</li>
<li>Ecuador</li>
<li>El Salvador</li>
<li>Equatorial Guinea</li>
<li>Ethiopia</li>
<li>Gabon</li>
<li>Gambia</li>
<li>Ghana</li>
<li>Greece</li>
<li>Guatemala</li>
<li>Guinea</li>
<li>Guinea-Bissau</li>
<li>Haiti</li>
<li>Honduras</li>
<li>Hong Kong</li>
<li>Kazakhstan</li>
<li>Kenya</li>
<li>Kyrgyzstan</li>
<li>Lao People's Democratic Republic</li>
<li>Lesotho</li>
<li>Liberia</li>
<li>Libyan Arab Jamahiriya</li>
<li>Macao</li>
<li>Madagascar</li>
<li>Malawi</li>
<li>Malaysia</li>
<li>Mali</li>
<li>Mauritania</li>
<li>Mauritius</li>
<li>Mongolia</li>
<li>Morocco</li>
<li>Mozambique</li>
<li>Namibia</li>
<li>Nepal</li>
<li>Nicaragua</li>
<li>Niger</li>
<li>Nigeria</li>
<li>Panama</li>
<li>Paraguay</li>
<li>Peru</li>
<li>Réunion</li>
<li>Russian Federation</li>
<li>Rwanda</li>
<li>Senegal</li>
<li>Seychelles</li>
<li>Sierra Leone</li>
<li>Somalia</li>
<li>South Africa</li>
<li>Spain</li>
<li>Sudan</li>
<li>Swaziland</li>
<li>Tajikistan</li>
<li>Tanzania, United Republic of</li>
<li>Togo</li>
<li>Tunisia</li>
<li>Turkmenistan</li>
<li>Uganda</li>
<li>Uruguay</li>
<li>Uzbekistan</li>
<li>Venezuela, Bolivarian Republic of</li>
<li>Viet Nam</li>
<li>Western Sahara</li>
<li>Zambia</li>
<li>Zimbabwe</li>
</ul>
</section>
<p class="mrgn-tp-lg text-right small hidden-print">
<a href="#wb-cont">top of page</a>
</p>
<!-- 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>
Brent
Ross
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
<!--if client gender is not null or empty we use gender based job title-->
Director
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Customer Service.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(416) 755-2291
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(416) 759-9101
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
[email protected]
</div>
</div>
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Paul
Scarafile
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
<!--if client gender is not null or empty we use gender based job title-->
Director
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Domestic Sales & Marketing.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(416) 755-2291
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(416) 759-9101
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
[email protected]
</div>
</div>
</section>
</details>
<details id="details-panel3">
<summary>
Description
</summary>
<h2 class="wb-invisible">
Company description
</h2>
<section class="container-fluid">
<div class="row">
<div class="col-md-5">
<strong>
Country of Ownership:
</strong>
</div>
<div class="col-md-7">
Canada
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Year Established:
</strong>
</div>
<div class="col-md-7">
1888
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
Yes
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
333910 - Pump and Compressor Manufacturing
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Alternate Industries (NAICS):
</strong>
</div>
<div class="col-md-7">
417230 - Industrial Machinery, Equipment and Supplies Wholesaler-Distributors<br>
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Manufacturer / Processor / Producer
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Total Sales ($CDN):
</strong>
</div>
<div class="col-md-7">
$10,000,000 to $24,999,999
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Export Sales ($CDN):
</strong>
</div>
<div class="col-md-7">
$500,000 to $999,999
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Number of Employees:
</strong>
</div>
<div class="col-md-7">
75
</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">
PUMP, CENTRIF, MULTI-STAGE, DOUBLE SUCTION <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
PUMP, CENTRIF, 1 STAGE-1 SUCTION, CLOSE CPLD <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
PUMP, CENTRIF TYPE, NES <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
PUMP, SEWAGE TYPE, POWER <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
PUMP, FIRE FIGHTING, POWER, PORTABLE <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
Intergrated Plant Packaged Cooling System<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
The Armstrong chilled water line of Integrated Plant Package (IPP-CHW) brings customers today's most space, energy and environmentally efficient solution for the 150 to 1080 ton at 60 Hz or 500 to 3600 kW at 50 Hz range.
<br>
<br>
Available for exterior installation with full enclosure or mechanical room installation, the IPP-CHW solution brings about a new way of constructing a facility.
<br>
<br>
The IPP-CHW solution is a pre-fabricated factory-built solution, optimized for quick installation with future service needs in mind.
<br>
<br>
<br>
<br>
</div>
</div>
</section>
</details>
<details id="details-panel6">
<summary>
Market
</summary>
<h2 class="wb-invisible">
Market profile
</h2>
<section class="container-fluid">
<h4>
Alliances:
</h4>
<ul>
<li>Sales/Marketing</li>
<li>Technology</li>
</ul>
<h4>
Geographic markets:
</h4>
<h5>
Export experience:
</h5>
<ul>
<li>Algeria</li>
<li>Bangladesh</li>
<li>Barbados</li>
<li>Bermuda</li>
<li>Brazil</li>
<li>China</li>
<li>Costa Rica</li>
<li>Cuba</li>
<li>Dominican Republic</li>
<li>Egypt</li>
<li>India</li>
<li>Indonesia</li>
<li>Iran, Islamic Republic of</li>
<li>Iraq</li>
<li>Israel</li>
<li>Jamaica</li>
<li>Japan</li>
<li>Jordan</li>
<li>Korea, Democratic People's Republic of</li>
<li>Korea, Republic of</li>
<li>Kuwait</li>
<li>Lebanon</li>
<li>Mexico</li>
<li>Pakistan</li>
<li>Philippines</li>
<li>Puerto Rico</li>
<li>Saudi Arabia</li>
<li>Singapore</li>
<li>Sri Lanka</li>
<li>Taiwan</li>
<li>Thailand</li>
<li>United Arab Emirates</li>
<li>United Kingdom</li>
<li>United States</li>
</ul>
<h5>
Actively pursuing:
</h5>
<ul>
<li>Afghanistan</li>
<li>Angola</li>
<li>Argentina</li>
<li>Australia</li>
<li>Benin</li>
<li>Bhutan</li>
<li>Bolivia, Plurinational State of</li>
<li>Botswana</li>
<li>Brunei Darussalam</li>
<li>Burkina Faso</li>
<li>Burundi</li>
<li>Cambodia</li>
<li>Cameroon</li>
<li>Cape Verde</li>
<li>Central African Republic</li>
<li>Chad</li>
<li>Chile</li>
<li>Colombia</li>
<li>Congo</li>
<li>Congo, The Democratic Republic of the</li>
<li>Côte d'Ivoire</li>
<li>Djibouti</li>
<li>Ecuador</li>
<li>El Salvador</li>
<li>Equatorial Guinea</li>
<li>Ethiopia</li>
<li>Gabon</li>
<li>Gambia</li>
<li>Ghana</li>
<li>Greece</li>
<li>Guatemala</li>
<li>Guinea</li>
<li>Guinea-Bissau</li>
<li>Haiti</li>
<li>Honduras</li>
<li>Hong Kong</li>
<li>Kazakhstan</li>
<li>Kenya</li>
<li>Kyrgyzstan</li>
<li>Lao People's Democratic Republic</li>
<li>Lesotho</li>
<li>Liberia</li>
<li>Libyan Arab Jamahiriya</li>
<li>Macao</li>
<li>Madagascar</li>
<li>Malawi</li>
<li>Malaysia</li>
<li>Mali</li>
<li>Mauritania</li>
<li>Mauritius</li>
<li>Mongolia</li>
<li>Morocco</li>
<li>Mozambique</li>
<li>Namibia</li>
<li>Nepal</li>
<li>Nicaragua</li>
<li>Niger</li>
<li>Nigeria</li>
<li>Panama</li>
<li>Paraguay</li>
<li>Peru</li>
<li>Réunion</li>
<li>Russian Federation</li>
<li>Rwanda</li>
<li>Senegal</li>
<li>Seychelles</li>
<li>Sierra Leone</li>
<li>Somalia</li>
<li>South Africa</li>
<li>Spain</li>
<li>Sudan</li>
<li>Swaziland</li>
<li>Tajikistan</li>
<li>Tanzania, United Republic of</li>
<li>Togo</li>
<li>Tunisia</li>
<li>Turkmenistan</li>
<li>Uganda</li>
<li>Uruguay</li>
<li>Uzbekistan</li>
<li>Venezuela, Bolivarian Republic of</li>
<li>Viet Nam</li>
<li>Western Sahara</li>
<li>Zambia</li>
<li>Zimbabwe</li>
</ul>
</section>
</details>
</div>
</div>
<div class="row">
<div class="col-md-12 text-right">
Last Update Date 2017-03-13
</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/101807920000.html | HTML | mit | 79,143 |
<!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>
Quality Fabricating & Supply LP -
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=1492312970426&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=37972&V_SEARCH.docsStart=37971&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/rgstr.sec?_flId?_flxKy=e1s1&estblmntNo=234567041301&profileId=61&_evId=bck&lang=eng&V_SEARCH.showStricts=false&prtl=1&_flId?_flId?_flxKy=e1s1" title="Français" lang="fr">Français</a></li>
</ul>
</div>
</div>
</section>
<div class="row">
<div class="brand col-xs-8 col-sm-9 col-md-6">
<a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a>
</div>
<section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn">
<h2>Search and menus</h2>
<ul class="list-inline text-right chvrn">
<li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li>
</ul>
<div id="mb-pnl"></div>
</section>
<!-- Site Search Removed -->
</div>
</div>
<nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement">
<h2 class="wb-inv">Topics menu</h2>
<div class="container nvbar">
<div class="row">
<ul class="list-inline menu">
<li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li>
<li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li>
<li><a href="https://travel.gc.ca/">Travel</a></li>
<li><a href="https://www.canada.ca/en/services/business.html">Business</a></li>
<li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li>
<li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li>
<li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li>
<li><a href="https://www.canada.ca/en/services.html">More services</a></li>
</ul>
</div>
</div>
</nav>
<!-- EPIC BODY BEGIN -->
<nav role="navigation" id="wb-bc" class="" property="breadcrumb">
<h2 class="wb-inv">You are here:</h2>
<div class="container">
<div class="row">
<ol class="breadcrumb">
<li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li>
<li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li>
<li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li>
</ol>
</div>
</div>
</nav>
</header>
<main id="wb-cont" role="main" property="mainContentOfPage" class="container">
<!-- End Header -->
<!-- Begin Body -->
<!-- Begin Body Title -->
<!-- End Body Title -->
<!-- Begin Body Head -->
<!-- End Body Head -->
<!-- Begin Body Content -->
<br>
<!-- Complete Profile -->
<!-- Company Information above tabbed area-->
<input id="showMore" type="hidden" value='more'/>
<input id="showLess" type="hidden" value='less'/>
<h1 id="wb-cont">
Company profile - Canadian Company Capabilities
</h1>
<div class="profileInfo hidden-print">
<ul class="list-inline">
<li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&rstBtn.x=" class="btn btn-link">New Search</a> |</li>
<li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do">
<input type="hidden" name="lang" value="eng" />
<input type="hidden" name="profileId" value="" />
<input type="hidden" name="prtl" value="1" />
<input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" />
<input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" />
<input type="hidden" name="V_SEARCH.depth" value="1" />
<input type="hidden" name="V_SEARCH.showStricts" value="false" />
<input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" />
</form></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=37970&V_DOCUMENT.docRank=37971&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492313002365&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=234567162427&profileId=&key.newSearchLabel=">Previous Company</a></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=37972&V_DOCUMENT.docRank=37973&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492313002365&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=234567010645&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>
Quality Fabricating & Supply LP
</h2>
<div class="row">
<div class="col-md-5">
<h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2>
<p>Quality Fabricating & Supply LP</p>
<div class="mrgn-tp-md"></div>
<p class="mrgn-bttm-0" ><a href="http://www.supremegroup.com"
target="_blank" title="Website URL">http://www.supremegroup.com</a></p>
<p><a href="mailto:[email protected]" title="[email protected]">[email protected]</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">
3751-76 Ave NW<br/>
EDMONTON,
Alberta<br/>
T6B 2S8
<br/>
</address>
<h2 class="h5 mrgn-bttm-0">Location Address:</h2>
<address class="mrgn-bttm-md">
3751-76 Ave NW<br/>
EDMONTON,
Alberta<br/>
T6B 2S8
<br/>
</address>
<p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>:
(780) 468-6762
</p>
<p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>:
(780) 468-0995</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> Manufacturer of Structural Steel products including design
<br>engineering, detail fabrication drawings, fabrication, shop and
<br>field assembly, inspection and erection.<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>
Bob
Angerman
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
<!--if client gender is not null or empty we use gender based job title-->
Vice President
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Management Executive.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(780) 468-6762
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(780) 468-0995
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
[email protected]
</div>
</div>
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
GINO
ALESSANDRINI
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
<!--if client gender is not null or empty we use gender based job title-->
President
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Management Executive.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(780) 468-6762
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(780) 468-0995
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
[email protected]
</div>
</div>
</section>
<p class="mrgn-tp-lg text-right small hidden-print">
<a href="#wb-cont">top of page</a>
</p>
<!-- Company Description -->
<h3 class="page-header">
Company description
</h3>
<section class="container-fluid">
<div class="row">
<div class="col-md-5">
<strong>
Country of Ownership:
</strong>
</div>
<div class="col-md-7">
Canada
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Year Established:
</strong>
</div>
<div class="col-md-7">
1975
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
Yes
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
333130 - Mining and Oil and Gas Field Machinery Manufacturing
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Manufacturer / Processor / Producer
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Total Sales ($CDN):
</strong>
</div>
<div class="col-md-7">
$200,000 to $499,999
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Export Sales ($CDN):
</strong>
</div>
<div class="col-md-7">
$1 to $99,999
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Number of Employees:
</strong>
</div>
<div class="col-md-7">
30
</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">
OIL/PETROLEUM FIELD PROD MACHY/EQUIP, NES <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
DERRICK CRANE, NES <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
MINING MACHY & EQUIPMENT, NES <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
CONVEYOR/CONVEYING SYSTEM NES <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
SHAPES, STRUCT NES, STEEL, FABRICATED <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
TOWERS, TRANSMISSION, PREFAB INCL SECTIONS <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
TOWERS, TRANSMISSION, PREFAB PARTS OF, NES <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
PREFABRICATED STRUCT NES PARTS OF, NES <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
WELL DRILLING MACHINERY, NATURAL GAS <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
DRILLING MACHINERY, OIL WELL, ROTARY TYPE <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
STRUCTURAL/ARCHITECTURAL METAL PRODUCTS, NES <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
METAL FABRICATION NES, CUSTOM <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
TANKS, SEPTIC, METAL <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
TANKS, STORAGE, NES <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
SHIPPING & DISTRIB CONTAINERS NES, METAL <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
BINS & HOPPERS METAL, MAT HAND EXC SHIP TYPE <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 -->
<h3 class="page-header">
Market profile
</h3>
<section class="container-fluid">
<h4>
Geographic markets:
</h4>
<h5>
Export experience:
</h5>
<ul>
<li>United States</li>
</ul>
<h5>
Actively pursuing:
</h5>
<ul>
<li>Algeria</li>
<li>Brazil</li>
<li>Chile</li>
<li>China</li>
<li>Italy</li>
<li>Japan</li>
<li>Peru</li>
<li>United Kingdom</li>
<li>Alaska</li>
<li>Montana</li>
<li>Oregon</li>
<li>Texas</li>
<li>Washington</li>
</ul>
</section>
<p class="mrgn-tp-lg text-right small hidden-print">
<a href="#wb-cont">top of page</a>
</p>
<!-- 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>
Bob
Angerman
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
<!--if client gender is not null or empty we use gender based job title-->
Vice President
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Management Executive.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(780) 468-6762
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(780) 468-0995
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
[email protected]
</div>
</div>
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
GINO
ALESSANDRINI
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
<!--if client gender is not null or empty we use gender based job title-->
President
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Management Executive.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(780) 468-6762
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(780) 468-0995
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
[email protected]
</div>
</div>
</section>
</details>
<details id="details-panel3">
<summary>
Description
</summary>
<h2 class="wb-invisible">
Company description
</h2>
<section class="container-fluid">
<div class="row">
<div class="col-md-5">
<strong>
Country of Ownership:
</strong>
</div>
<div class="col-md-7">
Canada
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Year Established:
</strong>
</div>
<div class="col-md-7">
1975
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
Yes
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
333130 - Mining and Oil and Gas Field Machinery Manufacturing
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Manufacturer / Processor / Producer
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Total Sales ($CDN):
</strong>
</div>
<div class="col-md-7">
$200,000 to $499,999
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Export Sales ($CDN):
</strong>
</div>
<div class="col-md-7">
$1 to $99,999
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Number of Employees:
</strong>
</div>
<div class="col-md-7">
30
</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">
OIL/PETROLEUM FIELD PROD MACHY/EQUIP, NES <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
DERRICK CRANE, NES <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
MINING MACHY & EQUIPMENT, NES <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
CONVEYOR/CONVEYING SYSTEM NES <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
SHAPES, STRUCT NES, STEEL, FABRICATED <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
TOWERS, TRANSMISSION, PREFAB INCL SECTIONS <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
TOWERS, TRANSMISSION, PREFAB PARTS OF, NES <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
PREFABRICATED STRUCT NES PARTS OF, NES <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
WELL DRILLING MACHINERY, NATURAL GAS <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
DRILLING MACHINERY, OIL WELL, ROTARY TYPE <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
STRUCTURAL/ARCHITECTURAL METAL PRODUCTS, NES <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
METAL FABRICATION NES, CUSTOM <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
TANKS, SEPTIC, METAL <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
TANKS, STORAGE, NES <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
SHIPPING & DISTRIB CONTAINERS NES, METAL <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
BINS & HOPPERS METAL, MAT HAND EXC SHIP TYPE <br>
</div>
</div>
</section>
</details>
<details id="details-panel6">
<summary>
Market
</summary>
<h2 class="wb-invisible">
Market profile
</h2>
<section class="container-fluid">
<h4>
Geographic markets:
</h4>
<h5>
Export experience:
</h5>
<ul>
<li>United States</li>
</ul>
<h5>
Actively pursuing:
</h5>
<ul>
<li>Algeria</li>
<li>Brazil</li>
<li>Chile</li>
<li>China</li>
<li>Italy</li>
<li>Japan</li>
<li>Peru</li>
<li>United Kingdom</li>
<li>Alaska</li>
<li>Montana</li>
<li>Oregon</li>
<li>Texas</li>
<li>Washington</li>
</ul>
</section>
</details>
</div>
</div>
<div class="row">
<div class="col-md-12 text-right">
Last Update Date 2015-05-04
</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/298958360000.html | HTML | mit | 87,231 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>markov: 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.0 / markov - 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>
markov
<small>
8.6.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-03-02 09:40:27 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-02 09:40:27 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
coq 8.12.0 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
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/coq-contribs/markov"
license: "GNU Lesser Public License"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Markov"]
depends: [
"ocaml"
"coq" {>= "8.6" & < "8.7~"}
]
tags: [
"keyword: probability"
"keyword: Markov"
"keyword: Lebesgue integral"
"keyword: sigma algebras"
"keyword: measurability"
"keyword: Borel"
"category: Mathematics/Real Calculus and Topology"
"date: 2008-01-5"
]
authors: [ "Robert Kam <[email protected]> [none]" ]
bug-reports: "https://github.com/coq-contribs/markov/issues"
dev-repo: "git+https://github.com/coq-contribs/markov.git"
synopsis: "Markov's inequality"
description:
"A proof of Markov's inequality, restricted to probability spaces, based on the Wikipedia proof. Defines Lebesgue integral and associated concepts such as measurability, measure functions, and sigma algebras. Extended real numbers did not need to be defined because we are working in a probability space with measure 1. Nonconstructive; uses classic, Extensionality_Ensembles, axiomatized real numbers from Coq standard library."
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/markov/archive/v8.6.0.tar.gz"
checksum: "md5=75ae111f20f46ac736393998e2bd6cad"
}
</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-markov.8.6.0 coq.8.12.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.12.0).
The following dependencies couldn't be met:
- coq-markov -> coq < 8.7~ -> 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-markov.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.05.0-2.0.1/released/8.12.0/markov/8.6.0.html | HTML | mit | 7,358 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Erickson distribution</title>
<!-- Bootstrap Core CSS -->
<link href="css/subbootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/sb-admin.css" rel="stylesheet">
<!-- Morris Charts CSS -->
<link href="css/plugins/morris.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div id="wrapper-landing">
<!-- Navigation -->
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span> Menu <i class="fa fa-bars"></i>
</button>
<a class="navbar-brand page-scroll" href="Ericksonhome.html"><img style="height: 30px" src="img/erickson.gif" class="img-responsive" alt="Erickson Distribution"></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li>
<a class="page-scroll navfont" href="InteriorRailings.html">Interior Railings</a>
</li>
<li>
<a class="page-scroll navfont" href="ExteriorRailings.html">Exterior Railings</a>
</li>
<li>
<a class="page-scroll navfont" href="ColumnsPosts.html">Columns & Posts</a>
</li>
<li>
<a class="page-scroll navfont" href="CapTreads.html">Cap Treads</a>
</li>
<li>
<a class="page-scroll navfont" href="Millwork.html">Millwork</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
</nav>
<div id="page-wrapper">
<div class="container-fluid">
<!-- Page Heading -->
<div class="row">
<div class="col-lg-12" style="padding-top:4%">
<div class="container">
<div class="jumbotron">
<h1 align="center" class="large-heading heading">Contact Us</h1>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<div class="container">
<div class="col-lg-3" style="text-align:center">
<h3>Location</h3>
<p>108 Birch Ave <br />
Kitchener, Ontario<br />
N2H 4W8</p>
<h3>Phone</h3>
<p>Toll Free: 877.773.7722<br />
Phone: 519.894.6977<br />
Fax: 519.894.7241</p>
<h3>Email</h3>
<p>[email protected]</p>
</div>
<div class="col-lg-9">
<img src="img/Googlemap.JPG" width="100%">
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<div class="container">
<div class="sm-well ericksonredbkgd"><h2 class="second-heading heading" style="color: #fff; padding: 2%; text-align:center;">Where to purchase</h2></div>
</div></div>
</div>
<div class="row" style="margin: 2%;">
<div class="col-lg-12">
<div class="container">
<div class="col-sm-1"></div>
<div class="col-sm-2"><img src="img/timbr.jpg" class="img-responsive" style="padding-left:1%; padding-right:1%;"></div>
<div class="col-sm-2"><img src="img/homehardware.jpg" class="img-responsive" style="padding-left:1%; padding-right:1%;"></div>
<div class="col-sm-2"><img src="img/rona.jpg" class="img-responsive" style="padding-left:1%; padding-right:1%;"></div>
<div class="col-sm-2"><img src="img/castle.jpg" class="img-responsive" style="padding-left:1%; padding-right:1%;"></div>
<div class="col-sm-2"> <img src="img/turksta.jpg" class="img-responsive" style="padding-left:1%; padding-right:1%;"></div>
<div class="col-sm-1"></div>
</div></div>
</div>
</div>
<!-- /.container-fluid -->
</div>
<!-- /#page-wrapper -->
</div>
<!-- /#wrapper -->
<!--footer -->
<footer class="footer container-fluid bg-4">
<div class="row">
<div class="col-lg-12">
<div class="col-lg-6 col-md-6 col-sm-6">
<p><span style="font-weight: bold; font-size:12pt;">Erickson distribution</span><br>
519.894.6977<br>
[email protected]</p>
</div>
<div class="col-lg-6 col-md-6 col-sm-6">
<span style="float:right">
<a href="tel:+15198946977">
<span class="fa-stack fa-lg icon">
<i class="fa fa-circle-thin fa-stack-2x"></i>
<i class="fa fa-phone fa-stack-1x"></i></span></a>
<a href="mailto:[email protected]">
<span class="fa-stack fa-lg icon">
<i class="fa fa-circle-thin fa-stack-2x"></i>
<i class="fa fa-envelope-o fa-stack-1x"></i>
</span>
</a>
<a href="https://www.facebook.com/pages/Erickson-Distribution/1004464839636343" target="_blank">
<span class="fa-stack fa-lg icon">
<i class="fa fa-circle-thin fa-stack-2x"></i>
<i class="fa fa-facebook fa-stack-1x"></i>
</span>
</a>
</span>
</div>
</div>
</div>
</footer>
<!-- /footer -->
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Morris Charts JavaScript -->
<script src="js/plugins/morris/raphael.min.js"></script>
<script src="js/plugins/morris/morris.min.js"></script>
<script src="js/plugins/morris/morris-data.js"></script>
</body>
</html>
| eclaird/ericksondistribution | Contact.html | HTML | mit | 7,194 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>high-school-geometry: 8 m 26 s 🏆</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.5.1 / high-school-geometry - 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>
high-school-geometry
<small>
1.0.0
<span class="label label-success">8 m 26 s 🏆</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-10-15 03:37:57 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-15 03:37:57 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.5.1 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.05.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.05.0 Official 4.05.0 release
ocaml-config 1 OCaml Switch Configuration
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/coq-community/HighSchoolGeometry/"
license: "LGPL 2"
build: [
["./configure.sh"]
[make "-j%{jobs}%"]
]
install: [make "install"]
depends: [
"ocaml"
"coq" {>= "8.5" & < "8.6~"}
]
tags: [
"keyword:geometry"
"keyword:teaching"
"keyword:high school"
"category:Mathematics/Geometry/General"
"date:2004-01"
"logpath:HighSchoolGeometry"
]
authors: [ "Frédérique Guilhot <[email protected]>" ]
synopsis: "Geometry for French high-school"
description: """
This library is dedicated to high-shool geometry teaching.
The axiomatisation for affine euclidean space is in a non analytic setting."""
url {
src: "https://github.com/coq-community/HighSchoolGeometry/archive/v1.0.0.tar.gz"
checksum: "md5=cf03f84a71cee31d4fe870fa567cc3dd"
}
</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-high-school-geometry.1.0.0 coq.8.5.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-high-school-geometry.1.0.0 coq.8.5.1</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>8 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-high-school-geometry.1.0.0 coq.8.5.1</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>8 m 26 s</dd>
</dl>
<h2>Installation size</h2>
<p>Total: 10 M</p>
<ul>
<li>235 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/exercice_morley.glob</code></li>
<li>214 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/metrique_triangle.glob</code></li>
<li>163 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/contact.glob</code></li>
<li>149 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/barycentre.glob</code></li>
<li>147 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/equations_droites.glob</code></li>
<li>142 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/angles_vecteurs.glob</code></li>
<li>139 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/exercice_morley.vo</code></li>
<li>139 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/operations_complexes.glob</code></li>
<li>133 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/contact.vo</code></li>
<li>131 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/barycentre.vo</code></li>
<li>124 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/cocyclicite.glob</code></li>
<li>124 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/reflexion_plane.glob</code></li>
<li>122 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/angles_droites.glob</code></li>
<li>120 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/complexes_inversion.glob</code></li>
<li>116 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/aire_signee.glob</code></li>
<li>116 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/inversion.vo</code></li>
<li>115 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/trigo.glob</code></li>
<li>112 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/parallelisme_concours.glob</code></li>
<li>111 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/exercice_espace.vo</code></li>
<li>109 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/Plans_paralleles.vo</code></li>
<li>109 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/aire_signee.vo</code></li>
<li>108 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/parallelisme_concours.vo</code></li>
<li>107 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/affine_classiques.vo</code></li>
<li>107 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/applications_cocyclicite.glob</code></li>
<li>107 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/reflexion_plane.vo</code></li>
<li>106 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/dilatations.glob</code></li>
<li>105 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/metrique_triangle.vo</code></li>
<li>104 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/composee_transformations.glob</code></li>
<li>102 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/inversion.glob</code></li>
<li>100 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/operations_complexes.vo</code></li>
<li>100 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/angles_vecteurs.vo</code></li>
<li>99 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/trigo.vo</code></li>
<li>99 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/dilatations.vo</code></li>
<li>93 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/affine_classiques.glob</code></li>
<li>92 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/Droite_plan_espace.vo</code></li>
<li>91 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/cocyclicite.vo</code></li>
<li>90 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/formes_complexes.vo</code></li>
<li>87 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/composee_reflexions.vo</code></li>
<li>86 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/transformations_contact.glob</code></li>
<li>84 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/milieu.vo</code></li>
<li>84 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/complexes_dilatations.glob</code></li>
<li>83 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/composee_transformations.vo</code></li>
<li>83 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/coplanarite.vo</code></li>
<li>83 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/equations_droites.vo</code></li>
<li>82 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/homoth_Euler.vo</code></li>
<li>82 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/angles_droites.vo</code></li>
<li>82 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/complexes_inversion.vo</code></li>
<li>81 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/applications_cocyclicite.vo</code></li>
<li>80 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/formes_complexes.glob</code></li>
<li>80 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/representant_unitaire.vo</code></li>
<li>79 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/Plans_paralleles.glob</code></li>
<li>79 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/exercice_espace.glob</code></li>
<li>78 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/alignement.vo</code></li>
<li>78 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/vecteur.vo</code></li>
<li>77 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/composee_translation_rotation.vo</code></li>
<li>74 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/equations_cercles.glob</code></li>
<li>74 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/orthogonalite.vo</code></li>
<li>74 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/mediatrice.vo</code></li>
<li>73 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/orthocentre.vo</code></li>
<li>73 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/transformations_contact.vo</code></li>
<li>73 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/Plan_espace.vo</code></li>
<li>72 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/euclidien_classiques.vo</code></li>
<li>72 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/rotation_plane.vo</code></li>
<li>71 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/Droite_plan_espace.glob</code></li>
<li>71 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/composee_dilatations.glob</code></li>
<li>71 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/similitudes_directes.vo</code></li>
<li>70 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/complexes_similitudes.glob</code></li>
<li>69 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/complexes_dilatations.vo</code></li>
<li>69 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/composee_reflexions.glob</code></li>
<li>68 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/complexes_conjugaison.vo</code></li>
<li>68 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/homothetie_plane.vo</code></li>
<li>68 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/Field_affine.vo</code></li>
<li>67 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/composee_translation_rotation.glob</code></li>
<li>65 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/distance_euclidienne.vo</code></li>
<li>65 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/composee_dilatations.vo</code></li>
<li>64 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/complements_cercle.vo</code></li>
<li>64 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/rotation_plane.glob</code></li>
<li>62 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/mesure_algebrique.vo</code></li>
<li>62 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/puissance_cercle.vo</code></li>
<li>62 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/representant_unitaire.glob</code></li>
<li>62 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/repere_plan.vo</code></li>
<li>61 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/cercle.vo</code></li>
<li>60 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/complexes_similitudes.vo</code></li>
<li>60 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/similitudes_directes.glob</code></li>
<li>58 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/Droite_espace.vo</code></li>
<li>58 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/repere_ortho_plan.vo</code></li>
<li>58 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/complexes_conjugaison.glob</code></li>
<li>58 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/Plan_espace.glob</code></li>
<li>57 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/Rutile.vo</code></li>
<li>57 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/complexes_transformations.vo</code></li>
<li>57 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/homoth_Euler.glob</code></li>
<li>56 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/isocele.vo</code></li>
<li>56 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/determinant.vo</code></li>
<li>56 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/complexes_analytique.vo</code></li>
<li>55 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/complexes.vo</code></li>
<li>55 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/droite_Euler.vo</code></li>
<li>54 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/produit_scalaire.vo</code></li>
<li>54 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/equations_cercles.vo</code></li>
<li>52 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/orthogonalite_espace.vo</code></li>
<li>52 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/complexes_transformations.glob</code></li>
<li>51 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/complexes_analytique.glob</code></li>
<li>51 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/orthogonalite.glob</code></li>
<li>51 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/homothetie_plane.glob</code></li>
<li>48 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/mediatrice.glob</code></li>
<li>48 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/euclidien_classiques.glob</code></li>
<li>47 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/complexes_exercice.vo</code></li>
<li>47 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/projection_orthogonale.vo</code></li>
<li>44 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/milieu.glob</code></li>
<li>43 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/orthocentre.glob</code></li>
<li>39 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/determinant.glob</code></li>
<li>39 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/isocele.glob</code></li>
<li>36 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/alignement.glob</code></li>
<li>36 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/distance_euclidienne.glob</code></li>
<li>34 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/orthogonalite_espace.glob</code></li>
<li>34 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/vecteur.glob</code></li>
<li>34 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/produit_scalaire.glob</code></li>
<li>33 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/repere_plan.glob</code></li>
<li>32 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/coplanarite.glob</code></li>
<li>32 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/mesure_algebrique.glob</code></li>
<li>32 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/complexes.glob</code></li>
<li>32 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/complements_cercle.glob</code></li>
<li>31 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/complexes_exercice.glob</code></li>
<li>31 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/Rutile.glob</code></li>
<li>29 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/cercle.glob</code></li>
<li>29 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/puissance_cercle.glob</code></li>
<li>28 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/repere_ortho_plan.glob</code></li>
<li>28 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/metrique_triangle.v</code></li>
<li>27 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/Field_affine.glob</code></li>
<li>26 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/exercice_morley.v</code></li>
<li>26 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/Droite_espace.glob</code></li>
<li>26 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/reflexion_plane.v</code></li>
<li>23 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/contact.v</code></li>
<li>22 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/angles_vecteurs.v</code></li>
<li>22 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/trigo.v</code></li>
<li>22 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/operations_complexes.v</code></li>
<li>21 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/cocyclicite.v</code></li>
<li>20 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/equations_droites.v</code></li>
<li>20 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/angles_droites.v</code></li>
<li>20 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/aire_signee.v</code></li>
<li>20 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/inversion.v</code></li>
<li>19 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/applications_cocyclicite.v</code></li>
<li>19 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/dilatations.v</code></li>
<li>19 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/projection_orthogonale.glob</code></li>
<li>18 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/formes_complexes.v</code></li>
<li>18 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/Plans_paralleles.v</code></li>
<li>18 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/composee_transformations.v</code></li>
<li>18 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/barycentre.v</code></li>
<li>18 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/transformations_contact.v</code></li>
<li>17 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/parallelisme_concours.v</code></li>
<li>17 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/composee_translation_rotation.v</code></li>
<li>16 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/complexes_inversion.v</code></li>
<li>16 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/affine_classiques.v</code></li>
<li>15 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/rotation_plane.v</code></li>
<li>15 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/droite_Euler.glob</code></li>
<li>15 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/complexes_dilatations.v</code></li>
<li>14 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/representant_unitaire.v</code></li>
<li>14 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/composee_reflexions.v</code></li>
<li>14 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/exercice_espace.v</code></li>
<li>13 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/Plan_espace.v</code></li>
<li>13 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/similitudes_directes.v</code></li>
<li>13 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/homoth_Euler.v</code></li>
<li>12 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/Droite_plan_espace.v</code></li>
<li>12 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/complexes_similitudes.v</code></li>
<li>11 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/mediatrice.v</code></li>
<li>11 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/complexes_conjugaison.v</code></li>
<li>10 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/orthocentre.v</code></li>
<li>10 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/complexes_transformations.v</code></li>
<li>10 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/composee_dilatations.v</code></li>
<li>10 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/orthogonalite.v</code></li>
<li>9 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/milieu.v</code></li>
<li>9 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/alignement.v</code></li>
<li>9 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/homothetie_plane.v</code></li>
<li>8 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/puissance_cercle.v</code></li>
<li>8 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/euclidien_classiques.v</code></li>
<li>8 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/complements_cercle.v</code></li>
<li>8 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/determinant.v</code></li>
<li>8 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/cercle.v</code></li>
<li>7 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/complexes.v</code></li>
<li>7 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/vecteur.v</code></li>
<li>7 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/distance_euclidienne.v</code></li>
<li>7 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/isocele.v</code></li>
<li>7 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/equations_cercles.v</code></li>
<li>7 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/complexes_analytique.v</code></li>
<li>7 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/repere_ortho_plan.v</code></li>
<li>7 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/orthogonalite_espace.v</code></li>
<li>7 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/coplanarite.v</code></li>
<li>6 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/produit_scalaire.v</code></li>
<li>6 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/Rutile.v</code></li>
<li>6 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/repere_plan.v</code></li>
<li>6 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/Field_affine.v</code></li>
<li>6 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/complexes_exercice.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/mesure_algebrique.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/Droite_espace.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/droite_Euler.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/HighSchoolGeometry/projection_orthogonale.v</code></li>
</ul>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq-high-school-geometry.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.05.0-2.0.1/released/8.5.1/high-school-geometry/1.0.0.html | HTML | mit | 32,201 |
<!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>
Slackline Animals Inc. -
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=1492319356014&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=42496&V_SEARCH.docsStart=42495&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/rgstr.sec?_flId?_flxKy=e1s1&estblmntNo=234567041301&profileId=61&_evId=bck&lang=eng&V_SEARCH.showStricts=false&prtl=1&_flId?_flId?_flxKy=e1s1" title="Français" lang="fr">Français</a></li>
</ul>
</div>
</div>
</section>
<div class="row">
<div class="brand col-xs-8 col-sm-9 col-md-6">
<a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a>
</div>
<section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn">
<h2>Search and menus</h2>
<ul class="list-inline text-right chvrn">
<li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li>
</ul>
<div id="mb-pnl"></div>
</section>
<!-- Site Search Removed -->
</div>
</div>
<nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement">
<h2 class="wb-inv">Topics menu</h2>
<div class="container nvbar">
<div class="row">
<ul class="list-inline menu">
<li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li>
<li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li>
<li><a href="https://travel.gc.ca/">Travel</a></li>
<li><a href="https://www.canada.ca/en/services/business.html">Business</a></li>
<li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li>
<li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li>
<li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li>
<li><a href="https://www.canada.ca/en/services.html">More services</a></li>
</ul>
</div>
</div>
</nav>
<!-- EPIC BODY BEGIN -->
<nav role="navigation" id="wb-bc" class="" property="breadcrumb">
<h2 class="wb-inv">You are here:</h2>
<div class="container">
<div class="row">
<ol class="breadcrumb">
<li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li>
<li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li>
<li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li>
</ol>
</div>
</div>
</nav>
</header>
<main id="wb-cont" role="main" property="mainContentOfPage" class="container">
<!-- End Header -->
<!-- Begin Body -->
<!-- Begin Body Title -->
<!-- End Body Title -->
<!-- Begin Body Head -->
<!-- End Body Head -->
<!-- Begin Body Content -->
<br>
<!-- Complete Profile -->
<!-- Company Information above tabbed area-->
<input id="showMore" type="hidden" value='more'/>
<input id="showLess" type="hidden" value='less'/>
<h1 id="wb-cont">
Company profile - Canadian Company Capabilities
</h1>
<div class="profileInfo hidden-print">
<ul class="list-inline">
<li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&rstBtn.x=" class="btn btn-link">New Search</a> |</li>
<li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do">
<input type="hidden" name="lang" value="eng" />
<input type="hidden" name="profileId" value="" />
<input type="hidden" name="prtl" value="1" />
<input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" />
<input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" />
<input type="hidden" name="V_SEARCH.depth" value="1" />
<input type="hidden" name="V_SEARCH.showStricts" value="false" />
<input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" />
</form></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=42494&V_DOCUMENT.docRank=42495&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492319386802&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=123456013525&profileId=&key.newSearchLabel=">Previous Company</a></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=42496&V_DOCUMENT.docRank=42497&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492319386802&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=123456259716&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>
Slackline Animals Inc.
</h2>
<div class="row">
<div class="col-md-5">
<h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2>
<p>Slackline Animals Inc.</p>
<p><a href="mailto:[email protected]" title="[email protected]">[email protected]</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">
1403-2050 Nelson St<br/>
VANCOUVER,
British Columbia<br/>
V6G 1N6
<br/>
</address>
<h2 class="h5 mrgn-bttm-0">Location Address:</h2>
<address class="mrgn-bttm-md">
1403-2050 Nelson St<br/>
VANCOUVER,
British Columbia<br/>
V6G 1N6
<br/>
</address>
<p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>:
(778) 879-5977
</p>
<p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>:
</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> Slackline Animals Inc. is the first North American importer of top quality slackline equipment made in Europe where state-of-the-art trickline, longline and highline accessories are designed and where top technology is created by world record holders of the sport. This awesome activity is a great way to have fun, meet people and enjoy nature as well as develop core strength, balance and focus.<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>
Andy
Zachar
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
<!--if client gender is not null or empty we use gender based job title-->
Director
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Management Executive.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(778) 879-5977
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
[email protected]
</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">
Yes
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
451120 - Hobby, Toy and Game Stores
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Alternate Industries (NAICS):
</strong>
</div>
<div class="col-md-7">
451110 - Sporting Goods Stores<br>
453999 - All Other Miscellaneous Store Retailers (except Beer and Wine-Making Supplies Stores)<br>
454111 - Internet Shopping<br>
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Retail
</div>
</div>
</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">
Slackline equipment<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
Do you want buy a slackline (kit) but you don't know which one to choose? Try our unique slackline configurator to identify the slackline and gear best suited to your chosen distance. Visit www.slacklineanimals.com for more information.<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>
Andy
Zachar
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
<!--if client gender is not null or empty we use gender based job title-->
Director
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Management Executive.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(778) 879-5977
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
[email protected]
</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">
Yes
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
451120 - Hobby, Toy and Game Stores
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Alternate Industries (NAICS):
</strong>
</div>
<div class="col-md-7">
451110 - Sporting Goods Stores<br>
453999 - All Other Miscellaneous Store Retailers (except Beer and Wine-Making Supplies Stores)<br>
454111 - Internet Shopping<br>
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Retail
</div>
</div>
</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">
Slackline equipment<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
Do you want buy a slackline (kit) but you don't know which one to choose? Try our unique slackline configurator to identify the slackline and gear best suited to your chosen distance. Visit www.slacklineanimals.com for more information.<br>
<br>
</div>
</div>
</section>
</details>
</div>
</div>
<div class="row">
<div class="col-md-12 text-right">
Last Update Date 2015-06-01
</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/234567155988.html | HTML | mit | 34,941 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>relation-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 / released</a></li>
<li class="active"><a href="">8.7.0 / relation-algebra - 1.3</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
relation-algebra
<small>
1.3
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-01-26 20:55:43 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-26 20:55:43 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.7.0 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.2 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "Damien Pous <[email protected]>"
homepage: "http://perso.ens-lyon.fr/damien.pous/ra/"
license: "LGPL"
build: [
["coq_makefile" "-f" "Make" "-o" "Makefile"]
# No "-j%{jobs}%" option.
[make]
]
install: [make "install"]
depends: [
"ocaml"
"coq" {>= "8.4" & < "8.5~" & != "8.4.6~camlp4"}
]
tags: [
"keyword:relation algebra"
"keyword:Kleene algebra with tests"
"keyword:KAT"
"keyword:allegories"
"keyword:residuated structures"
"keyword:automata"
"keyword:regular expressions"
"keyword:matrices"
"category:Mathematics/Algebra"
"logpath:RelationAlgebra"
]
authors: [ "Damien Pous <[email protected]>" ]
synopsis: "Relation Algebra and KAT"
description:
"A modular library about relation algebra, from idempotent semirings to residuated Kleene allegories, including a decision tactic for Kleene algebra with Tests (KAT)."
url {
src: "http://perso.ens-lyon.fr/damien.pous/ra/RelationAlgebra-1.3.tar.gz"
checksum: "md5=dca5ff29d70a70e62d233b742561bd87"
}
</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-algebra.1.3 coq.8.7.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.7.0).
The following dependencies couldn't be met:
- coq-relation-algebra -> coq < 8.5~ -> ocaml < 4.03.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-relation-algebra.1.3</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.7.0/relation-algebra/1.3.html | HTML | mit | 7,160 |
<!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 / extra-dev</a></li>
<li class="active"><a href="">dev / coalgebras - 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>
coalgebras
<small>
8.6.0
<span class="label label-info">Not compatible 👼</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: "[email protected]"
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.6" & < "8.7~"}
]
tags: [
"keyword: coalgebra"
"keyword: bisimulation"
"keyword: weakly final"
"keyword: coiteration"
"keyword: co-inductive types"
"category: Mathematics/Category Theory"
"date: 2008-10"
]
authors: [ "Milad Niqui <[email protected]> [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.6.0.tar.gz"
checksum: "md5=409f3071c78af754895335c54182689a"
}
</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.6.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-coalgebras -> 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-coalgebras.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.10.2-2.0.6/extra-dev/dev/coalgebras/8.6.0.html | HTML | mit | 7,414 |
<!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>ARDP: /Developer/school/ardp/build/doc/html/search/files_5.js File 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">ARDP
 <span id="projectnumber">2.1.3</span>
</div>
<div id="projectbrief">Another RDF Document Parser</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="../../pages.html"><span>Related Pages</span></a></li>
<li><a href="../../annotated.html"><span>Data Structures</span></a></li>
<li class="current"><a href="../../files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="../../search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="../../search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="../../files.html"><span>File List</span></a></li>
<li><a href="../../globals.html"><span>Globals</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="../../dir_4fef79e7177ba769987a8da36c892c5f.html">build</a></li><li class="navelem"><a class="el" href="../../dir_6c89d1ed406002b4e6ebce07fb51a507.html">doc</a></li><li class="navelem"><a class="el" href="../../dir_6d59e61439e3c30df274bbb82d8db25d.html">html</a></li><li class="navelem"><a class="el" href="../../dir_2556a4a0510dd1645ff20abdc7f57c5f.html">search</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#var-members">Variables</a> </div>
<div class="headertitle">
<div class="title">files_5.js File Reference</div> </div>
</div><!--header-->
<div class="contents">
<p><a href="../../d7/dab/files__5_8js_source.html">Go to the source code of this file.</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="var-members"></a>
Variables</h2></td></tr>
<tr class="memitem:ad01a7523f103d6242ef9b0451861231e"><td class="memItemLeft" align="right" valign="top"><a class="el" href="../../d8/d3c/util_8h.html#a335628f2e9085305224b4f9cc6e95ed5">var</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d7/dab/files__5_8js.html#ad01a7523f103d6242ef9b0451861231e">searchData</a></td></tr>
<tr class="separator:ad01a7523f103d6242ef9b0451861231e"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<h2 class="groupheader">Variable Documentation</h2>
<a class="anchor" id="ad01a7523f103d6242ef9b0451861231e"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="../../d8/d3c/util_8h.html#a335628f2e9085305224b4f9cc6e95ed5">var</a> searchData</td>
</tr>
</table>
</div><div class="memdoc">
<b>Initial value:</b><div class="fragment"><div class="line">=</div>
<div class="line">[</div>
<div class="line"> [<span class="stringliteral">'introduction_2emd'</span>,[<span class="stringliteral">'introduction.md'</span>,[<span class="stringliteral">'../introduction_8md.html'</span>,1,<span class="stringliteral">''</span>]]]</div>
<div class="line">]</div>
</div><!-- fragment -->
<p>Definition at line <a class="el" href="../../d7/dab/files__5_8js_source.html#l00001">1</a> of file <a class="el" href="../../d7/dab/files__5_8js_source.html">files_5.js</a>.</p>
</div>
</div>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue Apr 19 2016 02:58:08 for ARDP 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>
| michto01/ardp | doc/html/d7/dab/files__5_8js.html | HTML | mit | 6,244 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>int-map: 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.6.1 / int-map - 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>
int-map
<small>
8.6.0
<span class="label label-success">40 s 🏆</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: "[email protected]"
homepage: "https://github.com/coq-contribs/int-map"
license: "Unknown"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/IntMap"]
depends: [
"ocaml"
"coq" {>= "8.6" & < "8.7~"}
]
tags: [ "keyword: finite sets" "keyword: maps" "keyword: binary integers" "keyword: efficient data structures" "keyword: data structures" "category: Computer Science/Data Types and Data Structures" "date: around 1999 (integrated within Coq 7.0)" ]
authors: [ "Jean Goubault <goubault [@] lsv.ens-cachan.fr>" ]
bug-reports: "https://github.com/coq-contribs/int-map/issues"
dev-repo: "git+https://github.com/coq-contribs/int-map.git"
synopsis: "Maps indexed by binary integers : IntMap"
description: """
This library contains a data structure for finite sets implemented by
an efficient structure of map (trees indexed by binary integers).
It was initially developed by Jean Goubault.
This user contribution used to be part of Coq Standard Library.
It is now considered to be obsolete and subsumed by the new
FSets/FMap library. IntMap can be now seen as a particular
implementation of FMapInterface, see file FMapIntMap."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/int-map/archive/v8.6.0.tar.gz"
checksum: "md5=99c39b3b9dd3ccff89cee32f852c3e29"
}
</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-int-map.8.6.0 coq.8.6.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-int-map.8.6.0 coq.8.6.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-int-map.8.6.0 coq.8.6.1</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>40 s</dd>
</dl>
<h2>Installation size</h2>
<p>Total: 2 M</p>
<ul>
<li>302 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/IntMap/FMapIntMap.vo</code></li>
<li>143 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/IntMap/Mapcard.glob</code></li>
<li>143 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/IntMap/Mapaxioms.glob</code></li>
<li>111 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/IntMap/Map.vo</code></li>
<li>106 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/IntMap/Mapiter.glob</code></li>
<li>105 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/IntMap/Map.glob</code></li>
<li>98 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/IntMap/Mapcard.vo</code></li>
<li>94 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/IntMap/Mapiter.vo</code></li>
<li>92 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/IntMap/Mapsubset.glob</code></li>
<li>84 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/IntMap/Mapaxioms.vo</code></li>
<li>81 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/IntMap/Mapfold.glob</code></li>
<li>77 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/IntMap/Mapsubset.vo</code></li>
<li>72 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/IntMap/FMapIntMap.glob</code></li>
<li>72 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/IntMap/Lsort.vo</code></li>
<li>67 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/IntMap/Mapfold.vo</code></li>
<li>66 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/IntMap/Mapc.glob</code></li>
<li>64 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/IntMap/Lsort.glob</code></li>
<li>64 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/IntMap/Maplists.vo</code></li>
<li>62 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/IntMap/Maplists.glob</code></li>
<li>61 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/IntMap/Mapcanon.glob</code></li>
<li>60 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/IntMap/Fset.vo</code></li>
<li>59 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/IntMap/Mapcanon.vo</code></li>
<li>52 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/IntMap/Mapc.vo</code></li>
<li>46 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/IntMap/Fset.glob</code></li>
<li>36 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/IntMap/Adalloc.vo</code></li>
<li>33 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/IntMap/Map.v</code></li>
<li>31 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/IntMap/Mapcard.v</code></li>
<li>28 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/IntMap/Allmaps.vo</code></li>
<li>26 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/IntMap/Mapaxioms.v</code></li>
<li>23 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/IntMap/Mapiter.v</code></li>
<li>22 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/IntMap/Mapsubset.v</code></li>
<li>17 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/IntMap/FMapIntMap.v</code></li>
<li>16 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/IntMap/Mapc.v</code></li>
<li>16 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/IntMap/Maplists.v</code></li>
<li>16 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/IntMap/Mapfold.v</code></li>
<li>15 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/IntMap/Lsort.v</code></li>
<li>15 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/IntMap/Mapcanon.v</code></li>
<li>13 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/IntMap/Fset.v</code></li>
<li>9 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/IntMap/Adalloc.glob</code></li>
<li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/IntMap/Adalloc.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/IntMap/Allmaps.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/IntMap/Allmaps.glob</code></li>
</ul>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq-int-map.8.6.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.03.0-2.0.5/released/8.6.1/int-map/8.6.0.html | HTML | mit | 11,864 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>groups: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.8.1 / groups - 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>
groups
<small>
8.5.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-11-09 22:00:21 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-09 22:00:21 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 1 Virtual package relying on perl
coq 8.8.1 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: "[email protected]"
homepage: "https://github.com/coq-contribs/groups"
license: "LGPL 2"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Groups"]
depends: [
"ocaml"
"coq" {>= "8.5" & < "8.6~"}
]
tags: [ "keyword:group theory" "category:Miscellaneous/Coq Use Examples" ]
authors: [ "Pierre Castéran <>" ]
bug-reports: "https://github.com/coq-contribs/groups/issues"
dev-repo: "git+https://github.com/coq-contribs/groups.git"
synopsis: "An exercise on groups"
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/groups/archive/v8.5.0.tar.gz"
checksum: "md5=55565c9fd90c95c546b02f41f9932873"
}
</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-groups.8.5.0 coq.8.8.1</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.8.1).
The following dependencies couldn't be met:
- coq-groups -> 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-groups.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.06.1-2.0.5/released/8.8.1/groups/8.5.0.html | HTML | mit | 6,599 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>subst: 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 / subst - 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>
subst
<small>
8.6.0
<span class="label label-info">Not compatible</span>
</small>
</h1>
<p><em><script>document.write(moment("2021-03-31 05:27:10 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-03-31 05:27:10 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.10.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.10.1 Official release 4.10.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/coq-contribs/subst"
license: "Unknown"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Subst"]
depends: [
"ocaml"
"coq" {>= "8.6" & < "8.7~"}
]
tags: [ "keyword: lambda-sigma-lift-calculus" "keyword: explicit substitution" "keyword: Newman's lemma" "keyword: Yokouchi's lemma" "keyword: confluence" "keyword: rewriting" "category: Computer Science/Lambda Calculi" ]
authors: [ "Amokrane Saïbi" ]
bug-reports: "https://github.com/coq-contribs/subst/issues"
dev-repo: "git+https://github.com/coq-contribs/subst.git"
synopsis: "The confluence of Hardin-Lévy lambda-sigma-lift-calcul"
description: """
The confluence of Hardin-Lévy lambda-sigma-lift-calcul is
proven. By the way, several standard definition and results about
rewriting systems are proven (Newman's lemma, Yokouchi's lemma, ...)."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/subst/archive/v8.6.0.tar.gz"
checksum: "md5=ec5d84b616435ee0e09716cd6fdbdc36"
}
</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-subst.8.6.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-subst -> 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-subst.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.10.1-2.0.6/released/8.11.2/subst/8.6.0.html | HTML | mit | 6,922 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>graph-basics: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.14.1 / graph-basics - 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>
graph-basics
<small>
8.7.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-02-20 11:08:53 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-20 11:08:53 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-gmp 4 Virtual package relying on a GMP lib system installation
coq 8.14.1 Formal proof management system
dune 2.9.3 Fast, portable, and opinionated build system
ocaml 4.13.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.13.1 Official release 4.13.1
ocaml-config 2 OCaml Switch Configuration
ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled
ocamlfind 1.9.3 A library manager for OCaml
zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/coq-contribs/graph-basics"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/GraphBasics"]
depends: [
"ocaml"
"coq" {>= "8.7" & < "8.8~"}
]
tags: [ "keyword: graph theory" "keyword: Curry-Howard's isomorphism" "keyword: inductive definitions" "category: Mathematics/Combinatorics and Graph Theory" "date: April 2001" ]
authors: [ "Jean Duprat" ]
bug-reports: "https://github.com/coq-contribs/graph-basics/issues"
dev-repo: "git+https://github.com/coq-contribs/graph-basics.git"
synopsis: "A Coq toolkit for graph theory"
description: """
This library offers inductive definitions of basics
in graph theory. The goal is to offer the possibility to write proofs
and programs on graphs in the same formalism : the Coq language.
It now contains : vertices, arcs, edges, degrees, graphs, directed
graphs,
paths, acyclic graphs, connected graphs and tree."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/graph-basics/archive/v8.7.0.tar.gz"
checksum: "md5=b0766caf69228e485bd2445c748eff1e"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-graph-basics.8.7.0 coq.8.14.1</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.14.1).
The following dependencies couldn't be met:
- coq-graph-basics -> 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-graph-basics.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.13.1-2.0.10/released/8.14.1/graph-basics/8.7.0.html | HTML | mit | 7,319 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>relation-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 / released</a></li>
<li class="active"><a href="">8.7.1+1 / relation-algebra - 1.7.5</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
relation-algebra
<small>
1.7.5
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-02-11 17:12:35 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-11 17:12:35 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 2 Virtual package relying on perl
coq 8.7.1+1 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.08.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.08.1 Official release 4.08.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.3 A library manager for OCaml
# opam file:
opam-version: "2.0"
synopsis: "Relation Algebra and KAT in Coq"
maintainer: "Damien Pous <[email protected]>"
version: "1.7.5"
homepage: "http://perso.ens-lyon.fr/damien.pous/ra/"
dev-repo: "git+https://github.com/damien-pous/relation-algebra.git"
bug-reports: "https://github.com/damien-pous/relation-algebra/issues"
license: "LGPL-3.0-or-later"
depends: [
"ocaml"
"coq" {>= "8.13" & < "8.14~"}
]
depopts: [ "coq-mathcomp-ssreflect" "coq-aac-tactics" ]
build: [
["sh" "-exc" "./configure --%{coq-mathcomp-ssreflect:enable}%-ssr --%{coq-aac-tactics:enable}%-aac"]
[make "-j%{jobs}%"]
]
install: [make "install"]
tags: [
"keyword:relation algebra"
"keyword:Kleene algebra with tests"
"keyword:KAT"
"keyword:allegories"
"keyword:residuated structures"
"keyword:automata"
"keyword:regular expressions"
"keyword:matrices"
"category:Mathematics/Algebra"
"logpath:RelationAlgebra"
]
authors: [
"Damien Pous <[email protected]>"
"Christian Doczkal <[email protected]>"
]
url {
src:
"https://github.com/damien-pous/relation-algebra/archive/v1.7.5.tar.gz"
checksum: "md5=2147b754963aa89aafb523b1605d610b"
}
</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-algebra.1.7.5 coq.8.7.1+1</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.7.1+1).
The following dependencies couldn't be met:
- coq-relation-algebra -> coq >= 8.13
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-relation-algebra.1.7.5</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.1+1/relation-algebra/1.7.5.html | HTML | mit | 7,270 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>sudoku: 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 / sudoku - 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>
sudoku
<small>
8.6.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: "[email protected]"
homepage: "https://github.com/coq-contribs/sudoku"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Sudoku"]
depends: [
"ocaml"
"coq" {>= "8.6" & < "8.7~"}
]
tags: [ "keyword: sudoku" "keyword: puzzles" "keyword: Davis-Putnam" "category: Miscellaneous/Logical Puzzles and Entertainment" "date: 2006-02" ]
authors: [ "Laurent Théry <[email protected]> [http://www-sop.inria.fr/lemme/personnel/Laurent.Thery/me.html]" ]
bug-reports: "https://github.com/coq-contribs/sudoku/issues"
dev-repo: "git+https://github.com/coq-contribs/sudoku.git"
synopsis: "A certified Sudoku solver"
description: """
ftp://ftp-sop.inria.fr/lemme/Laurent.Thery/Sudoku.zip
A formalisation of Sudoku in Coq. It implements a naive
Davis-Putnam procedure to solve sudokus."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/sudoku/archive/v8.6.0.tar.gz"
checksum: "md5=1bcef9e67b8d60bbecd9f5e02c2b5898"
}
</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-sudoku.8.6.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-sudoku -> 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-sudoku.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.12.1-2.0.8/extra-dev/dev/sudoku/8.6.0.html | HTML | mit | 7,238 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>mathcomp-fingroup: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.5.1 / mathcomp-fingroup - 1.10.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
mathcomp-fingroup
<small>
1.10.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-03-02 19:39:01 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-02 19:39:01 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.5.1 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.02.3 The OCaml compiler (virtual package)
ocaml-base-compiler 4.02.3 Official 4.02.3 release
ocaml-config 1 OCaml Switch Configuration
# opam file:
opam-version: "2.0"
maintainer: "Mathematical Components <[email protected]>"
homepage: "https://math-comp.github.io/"
bug-reports: "https://github.com/math-comp/math-comp/issues"
dev-repo: "git+https://github.com/math-comp/math-comp.git"
license: "CeCILL-B"
build: [ make "-C" "mathcomp/fingroup" "-j" "%{jobs}%" ]
install: [ make "-C" "mathcomp/fingroup" "install" ]
depends: [ "coq-mathcomp-ssreflect" { = version } ]
tags: [ "keyword:finite groups" "keyword:small scale reflection" "keyword:mathematical components" "keyword:odd order theorem" "logpath:mathcomp.fingroup" ]
authors: [ "Jeremy Avigad <>" "Andrea Asperti <>" "Stephane Le Roux <>" "Yves Bertot <>" "Laurence Rideau <>" "Enrico Tassi <>" "Ioana Pasca <>" "Georges Gonthier <>" "Sidi Ould Biha <>" "Cyril Cohen <>" "Francois Garillot <>" "Alexey Solovyev <>" "Russell O'Connor <>" "Laurent Théry <>" "Assia Mahboubi <>" ]
synopsis: "Mathematical Components Library on finite groups"
description: """
This library contains definitions and theorems about finite groups,
group quotients, group morphisms, group presentation, group action...
"""
url {
src: "http://github.com/math-comp/math-comp/archive/mathcomp-1.10.0.tar.gz"
checksum: "sha256=3f8a88417f3456da05e2755ea0510c1bd3fd13b13c41e62fbaa3de06be040166"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-mathcomp-fingroup.1.10.0 coq.8.5.1</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.5.1).
The following dependencies couldn't be met:
- coq-mathcomp-fingroup -> coq-mathcomp-ssreflect = 1.10.0 -> coq >= 8.7 -> 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-mathcomp-fingroup.1.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.02.3-2.0.6/released/8.5.1/mathcomp-fingroup/1.10.0.html | HTML | mit | 7,778 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.