path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
tr-app/src/platforms/addplatform.html
Make-IT-TR/TechRadar
<template> <div if.bind="show" click.trigger="closeSheet($event)" class="sheetbackground"> <div class="modal fade" id="confirm-delete" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button> <h4 class="modal-title" id="myModalLabel">Confirm Delete</h4> </div> <div class="modal-body"> <p>You are about to delete ${activePlatform.Name}, this is irreversible.</p> <p>Do you want to proceed?</p> <p class="debug-url"></p> </div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button> <button type="button" class="btn btn-danger btn-ok" data-dismiss="modal" click.trigger="removePlatform()">Delete</button> </div> </div> </div> </div> <!-- edit platform Modal --> <div id="editplatform"> <div class="modal-dialog" role="document"> <div class="modal-content"> <!-- <div class="modal-header" style="padding:0"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">&times;</span> </button> <h1> <i class="fa fa-th-large" aria-hidden="true"></i> Suggest a platform</h1> </div> --> <div class="modal-body" style="padding:0"> <div id="addStep1"> <div class="row"> <div class="col-xs-12"> <form class="form-horizontal add-platform-form"> <div class="form-group"> <div class="col-sm-10"> <label class="control-label" for="email">Platform Name</label> <input type="text" value.bind="activePlatform.Name" required class="form-control" id="email" placeholder="Enter platform name, e.g GitHub"> </div> </div> <div class="form-group"> <div class="col-sm-10"> <label class="control-label" for="pwd">Platform Description</label> <input type="textarea" value.bind="activePlatform.Description" class="form-control" id="pwd" placeholder="Enter short platform description, e.g. Git repository hosting service"> </div> </div> <div class="form-group"> <div class="col-sm-10"> <label class="control-label" for="pwd">Url</label> <input type="url" value.bind="activePlatform.Url" required class="form-control" id="pwd" placeholder="e.g. http://www.github.com"> </div> </div> <div class="form-group"> <div class="col-sm-10"> <label class="control-label" for="pwd">Wikipedia Entry</label> <input type="url" value.bind="activePlatform.Wikipedia" class="form-control" id="pwd" placeholder="e.g. https://en.wikipedia.org/wiki/GitHub"> </div> </div> <div class="form-group" style="position:relative"> <div class="col-sm-8"> <label class="control-label" for="pwd">Platform Technology</label> <select class="form-control" value.bind="selectedTech" id="sel1"> <option repeat.for="tech of appState.project.technologies | sort:'Technology'">${tech.Technology}</option> </select> </div> <div class="col-sm-2" style="top: 30px;"> <button type="button" click.trigger="addTechnology()" class="btn btn-primary fa fa-plus"> select</button> </div> </div> <span repeat.for="t of activePlatform._Technologies" v-if="t.Technology!==''" class="platform-technology" click.trigger="removeTechnology(t)"> <span class="card-technology-category">${t.Technology}</span> <span class="fa fa-remove" /> </span> </form> </div> </div> </div> </div> ${message} <div class="modal-footer"> <button type="button" click.trigger="cancelUpdate()" class="btn btn-default" data-dismiss="modal">Close</button> <button type="submit" click.delegate="savePlatform()" class="btn btn-primary" data-dismiss="modal">Save changes</button> </div> </div> </div> </div> </div> </template>
clean/Linux-x86_64-4.05.0-2.0.6/released/8.5.2/quicksort-complexity/8.10.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>quicksort-complexity: 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 / quicksort-complexity - 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> quicksort-complexity <small> 8.10.0 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2020-07-21 07:46:36 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-07-21 07:46:36 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.12 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils coq 8.5.2 Formal proof management system. num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/quicksort-complexity&quot; license: &quot;BSD&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/QuicksortComplexity&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.10&quot; &amp; &lt; &quot;8.11~&quot;} ] tags: [ &quot;keyword: quicksort&quot; &quot;keyword: complexity&quot; &quot;keyword: average-case&quot; &quot;category: Computer Science/Decision Procedures and Certified Algorithms/Correctness proofs of algorithms&quot; &quot;date: 2010-06&quot; ] authors: [ &quot;Eelis&quot; ] bug-reports: &quot;https://github.com/coq-contribs/quicksort-complexity/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/quicksort-complexity.git&quot; synopsis: &quot;Proofs of Quicksort&#39;s worst- and average-case complexity&quot; description: &quot;&quot;&quot; The development contains: - a set of monads and monad transformers for measuring a (possibly nondeterministic) algorithm&#39;s use of designated operations; - monadically expressed deterministic and nondeterministic implementations of Quicksort; - proofs of these implementations&#39; worst- and average case complexity. Most of the development is documented in the TYPES 2008 paper &quot;A Machine-Checked Proof of the Average-Case Complexity of Quicksort in Coq&quot;, available at the homepage.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/quicksort-complexity/archive/v8.10.0.tar.gz&quot; checksum: &quot;md5=c3b2ccbc5f13d56f46e99b51fef90a04&quot; } </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-quicksort-complexity.8.10.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&#39;t be met: - coq-quicksort-complexity -&gt; coq &gt;= 8.10 Your request can&#39;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-quicksort-complexity.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>
doc/spec/matrices_spec_rb~.html
alu0100700435/Matrc
<!DOCTYPE html> <html> <head> <meta content="text/html; charset=UTF-8" http-equiv="Content-Type"> <title>matrices_spec.rb~ - RDoc Documentation</title> <link type="text/css" media="screen" href="../rdoc.css" rel="stylesheet"> <script type="text/javascript"> var rdoc_rel_prefix = "../"; </script> <script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script> <script type="text/javascript" charset="utf-8" src="../js/navigation.js"></script> <script type="text/javascript" charset="utf-8" src="../js/search_index.js"></script> <script type="text/javascript" charset="utf-8" src="../js/search.js"></script> <script type="text/javascript" charset="utf-8" src="../js/searcher.js"></script> <script type="text/javascript" charset="utf-8" src="../js/darkfish.js"></script> <body class="file"> <nav id="metadata"> <nav id="home-section" class="section"> <h3 class="section-header"> <a href="../index.html">Home</a> <a href="../table_of_contents.html#classes">Classes</a> <a href="../table_of_contents.html#methods">Methods</a> </h3> </nav> <nav id="search-section" class="section project-section" class="initially-hidden"> <form action="#" method="get" accept-charset="utf-8"> <h3 class="section-header"> <input type="text" name="search" placeholder="Search" id="search-field" title="Type to search, Up and Down to navigate, Enter to load"> </h3> </form> <ul id="search-results" class="initially-hidden"></ul> </nav> <div id="project-metadata"> <nav id="fileindex-section" class="section project-section"> <h3 class="section-header">Pages</h3> <ul> <li class="file"><a href="../Gemfile.html">Gemfile</a> <li class="file"><a href="../Gemfile_lock.html">Gemfile.lock</a> <li class="file"><a href="../Guardfile.html">Guardfile</a> <li class="file"><a href="../LICENSE_txt.html">LICENSE</a> <li class="file"><a href="../README_md.html">README</a> <li class="file"><a href="../Rakefile.html">Rakefile</a> <li class="file"><a href="../doc/created_rid.html">created.rid</a> <li class="file"><a href="../lib/matrc/matriz_rb~.html">matriz.rb~</a> <li class="file"><a href="../matrc_gemspec.html">matrc.gemspec</a> <li class="file"><a href="../spec/matrices_spec_rb~.html">matrices_spec.rb~</a> </ul> </nav> <nav id="classindex-section" class="section project-section"> <h3 class="section-header">Class and Module Index</h3> <ul class="link-list"> <li><a href="../MatDispEntero.html">MatDispEntero</a> <li><a href="../MatDispFraction.html">MatDispFraction</a> <li><a href="../MatEntero.html">MatEntero</a> <li><a href="../MatEnterod.html">MatEnterod</a> <li><a href="../MatFraction.html">MatFraction</a> <li><a href="../MatFractiond.html">MatFractiond</a> <li><a href="../Matrc.html">Matrc</a> <li><a href="../Matrc/Fraction.html">Matrc::Fraction</a> <li><a href="../Matrc/MatrizDensa.html">Matrc::MatrizDensa</a> <li><a href="../Matrc/MatrizDispersa.html">Matrc::MatrizDispersa</a> <li><a href="../Matriz.html">Matriz</a> <li><a href="../MiHash.html">MiHash</a> <li><a href="../TestMatrizDensa.html">TestMatrizDensa</a> <li><a href="../TestMatrizDispersa.html">TestMatrizDispersa</a> </ul> </nav> </div> </nav> <div id="documentation" class="description"> <p>fichero que contiene las pruebas TDD(Test development driven)</p> <p>require “matrc”</p> <p>describe <a href="../Matrc/MatrizDensa.html">Matrc::MatrizDensa</a> do</p> <pre class="ruby"><span class="ruby-identifier">before</span> :<span class="ruby-identifier">all</span> <span class="ruby-keyword">do</span> <span class="ruby-comment">#clase que hereda de MatrizDensa</span> <span class="ruby-keyword">class</span> <span class="ruby-constant">MatEntero</span> <span class="ruby-operator">&lt;</span> <span class="ruby-constant">Matrc</span><span class="ruby-operator">::</span><span class="ruby-constant">MatrizDensa</span> <span class="ruby-comment">#definicion del elemento nulo</span> <span class="ruby-keyword">def</span> <span class="ruby-identifier">zero</span> <span class="ruby-value">0</span> <span class="ruby-keyword">end</span> <span class="ruby-keyword">end</span> <span class="ruby-comment">#clase que hereda de MatrizDensa</span> <span class="ruby-keyword">class</span> <span class="ruby-constant">MatFraction</span> <span class="ruby-operator">&lt;</span> <span class="ruby-constant">Matrc</span><span class="ruby-operator">::</span><span class="ruby-constant">MatrizDensa</span> <span class="ruby-comment">#definicion del elemento nulo</span> <span class="ruby-keyword">def</span> <span class="ruby-identifier">zero</span> <span class="ruby-constant">Matrc</span><span class="ruby-operator">::</span><span class="ruby-constant">Fraction</span>.<span class="ruby-identifier">new</span>(<span class="ruby-value">0</span>, <span class="ruby-value">1</span>) <span class="ruby-keyword">end</span> <span class="ruby-keyword">end</span> <span class="ruby-comment">#clase que hereda de MatrizDispersa</span> <span class="ruby-keyword">class</span> <span class="ruby-constant">MatDispEntero</span> <span class="ruby-operator">&lt;</span> <span class="ruby-constant">Matrc</span><span class="ruby-operator">::</span><span class="ruby-constant">MatrizDispersa</span> <span class="ruby-comment">#definicion del elemento nulo</span> <span class="ruby-keyword">def</span> <span class="ruby-identifier">zero</span> <span class="ruby-value">0</span> <span class="ruby-keyword">end</span> <span class="ruby-keyword">end</span> <span class="ruby-comment">#clase que hereda de MatrizDispersa</span> <span class="ruby-keyword">class</span> <span class="ruby-constant">MatDispFraction</span> <span class="ruby-operator">&lt;</span> <span class="ruby-constant">Matrc</span><span class="ruby-operator">::</span><span class="ruby-constant">MatrizDispersa</span> <span class="ruby-comment">#definicion del elemento nulo</span> <span class="ruby-keyword">def</span> <span class="ruby-identifier">zero</span> <span class="ruby-constant">Matrc</span><span class="ruby-operator">::</span><span class="ruby-constant">Fraction</span>.<span class="ruby-identifier">new</span>(<span class="ruby-value">0</span>, <span class="ruby-value">1</span>) <span class="ruby-keyword">end</span> <span class="ruby-keyword">end</span> <span class="ruby-keyword">end</span> </pre> <p>expectativas de matrices de enteros describe “#Matrices de enteros” do</p> <pre>before :all do @m1 = MatEntero.new(2,2) @m2 = MatEntero.new(2,2) @m3 = MatEntero.new(2,2) @mprueba = MatEntero.new(2,3) @md = MatDispEntero.new(2,2) @m1[0,0] = 1 @m1[0,1] = 2 @m1[1,0] = 3 @m1[1,1] = 4 @m2[0,0] = 2 @m2[0,1] = 3 @m2[1,0] = 4 @m2[1,1] = 5 @md[0,0] = 2 @md[1,1] = 5</pre> <p>end</p> <pre class="ruby"><span class="ruby-identifier">it</span> <span class="ruby-string">&quot;Suma de dos matrices&quot;</span> <span class="ruby-keyword">do</span> <span class="ruby-ivar">@m3</span>[<span class="ruby-value">0</span>,<span class="ruby-value">0</span>] = <span class="ruby-value">3</span> <span class="ruby-ivar">@m3</span>[<span class="ruby-value">0</span>,<span class="ruby-value">1</span>] = <span class="ruby-value">5</span> <span class="ruby-ivar">@m3</span>[<span class="ruby-value">1</span>,<span class="ruby-value">0</span>] = <span class="ruby-value">7</span> <span class="ruby-ivar">@m3</span>[<span class="ruby-value">1</span>,<span class="ruby-value">1</span>] = <span class="ruby-value">9</span> (<span class="ruby-ivar">@m1</span><span class="ruby-operator">+</span><span class="ruby-ivar">@m2</span>).<span class="ruby-identifier">should</span> <span class="ruby-operator">==</span> <span class="ruby-ivar">@m3</span> <span class="ruby-keyword">end</span> <span class="ruby-identifier">it</span> <span class="ruby-string">&quot;Suma de dos matrices (densa y dispersa)&quot;</span> <span class="ruby-keyword">do</span> <span class="ruby-ivar">@m3</span>[<span class="ruby-value">0</span>,<span class="ruby-value">0</span>] = <span class="ruby-value">3</span> <span class="ruby-ivar">@m3</span>[<span class="ruby-value">0</span>,<span class="ruby-value">1</span>] = <span class="ruby-value">2</span> <span class="ruby-ivar">@m3</span>[<span class="ruby-value">1</span>,<span class="ruby-value">0</span>] = <span class="ruby-value">3</span> <span class="ruby-ivar">@m3</span>[<span class="ruby-value">1</span>,<span class="ruby-value">1</span>] = <span class="ruby-value">9</span> (<span class="ruby-ivar">@m1</span><span class="ruby-operator">+</span><span class="ruby-ivar">@md</span>).<span class="ruby-identifier">should</span> <span class="ruby-operator">==</span> <span class="ruby-ivar">@m3</span> <span class="ruby-keyword">end</span> <span class="ruby-identifier">it</span> <span class="ruby-string">&quot;Resta de dos matrices (densa y dispersa)&quot;</span> <span class="ruby-keyword">do</span> <span class="ruby-ivar">@m3</span>[<span class="ruby-value">0</span>,<span class="ruby-value">0</span>] = <span class="ruby-value">-1</span> <span class="ruby-ivar">@m3</span>[<span class="ruby-value">0</span>,<span class="ruby-value">1</span>] = <span class="ruby-value">2</span> <span class="ruby-ivar">@m3</span>[<span class="ruby-value">1</span>,<span class="ruby-value">0</span>] = <span class="ruby-value">3</span> <span class="ruby-ivar">@m3</span>[<span class="ruby-value">1</span>,<span class="ruby-value">1</span>] = <span class="ruby-value">-1</span> (<span class="ruby-ivar">@m1</span><span class="ruby-operator">-</span><span class="ruby-ivar">@md</span>).<span class="ruby-identifier">should</span> <span class="ruby-operator">==</span> <span class="ruby-ivar">@m3</span> <span class="ruby-keyword">end</span> <span class="ruby-identifier">it</span> <span class="ruby-string">&quot;Resta de dos matrices&quot;</span> <span class="ruby-keyword">do</span> <span class="ruby-ivar">@m3</span>[<span class="ruby-value">0</span>,<span class="ruby-value">0</span>] = <span class="ruby-value">-1</span> <span class="ruby-ivar">@m3</span>[<span class="ruby-value">0</span>,<span class="ruby-value">1</span>] = <span class="ruby-value">-1</span> <span class="ruby-ivar">@m3</span>[<span class="ruby-value">1</span>,<span class="ruby-value">0</span>] = <span class="ruby-value">-1</span> <span class="ruby-ivar">@m3</span>[<span class="ruby-value">1</span>,<span class="ruby-value">1</span>] = <span class="ruby-value">-1</span> (<span class="ruby-ivar">@m1</span><span class="ruby-operator">-</span><span class="ruby-ivar">@m2</span>).<span class="ruby-identifier">should</span> <span class="ruby-operator">==</span> <span class="ruby-ivar">@m3</span> <span class="ruby-keyword">end</span> <span class="ruby-identifier">it</span> <span class="ruby-string">&quot;Maximo de una matriz&quot;</span> <span class="ruby-keyword">do</span> <span class="ruby-ivar">@m1</span>.<span class="ruby-identifier">max</span>.<span class="ruby-identifier">should</span> <span class="ruby-operator">==</span> <span class="ruby-value">4</span> <span class="ruby-keyword">end</span> <span class="ruby-identifier">it</span> <span class="ruby-string">&quot;Minimo de una matriz&quot;</span> <span class="ruby-keyword">do</span> <span class="ruby-ivar">@m2</span>.<span class="ruby-identifier">min</span>.<span class="ruby-identifier">should</span> <span class="ruby-operator">==</span> <span class="ruby-value">2</span> <span class="ruby-keyword">end</span> <span class="ruby-identifier">it</span> <span class="ruby-string">&quot;Minimo de una matriz dispersa&quot;</span> <span class="ruby-keyword">do</span> <span class="ruby-ivar">@md</span>.<span class="ruby-identifier">min</span>.<span class="ruby-identifier">should</span> <span class="ruby-operator">==</span> <span class="ruby-value">0</span> <span class="ruby-keyword">end</span> <span class="ruby-identifier">it</span> <span class="ruby-string">&quot;Maximo de una matriz dispersa&quot;</span> <span class="ruby-keyword">do</span> <span class="ruby-ivar">@md</span>.<span class="ruby-identifier">max</span>.<span class="ruby-identifier">should</span> <span class="ruby-operator">==</span> <span class="ruby-value">5</span> <span class="ruby-keyword">end</span> <span class="ruby-identifier">it</span> <span class="ruby-string">&quot;Encontrar un elemento que cumpla un bloque determinado&quot;</span> <span class="ruby-keyword">do</span> <span class="ruby-ivar">@mprueba</span>[<span class="ruby-value">0</span>,<span class="ruby-value">0</span>] = <span class="ruby-value">1</span> <span class="ruby-ivar">@mprueba</span>[<span class="ruby-value">0</span>,<span class="ruby-value">1</span>] = <span class="ruby-value">2</span> <span class="ruby-ivar">@mprueba</span>[<span class="ruby-value">0</span>,<span class="ruby-value">2</span>] = <span class="ruby-value">9</span> <span class="ruby-ivar">@mprueba</span>[<span class="ruby-value">1</span>,<span class="ruby-value">0</span>] = <span class="ruby-value">7</span> <span class="ruby-ivar">@mprueba</span>[<span class="ruby-value">1</span>,<span class="ruby-value">1</span>] = <span class="ruby-value">8</span> <span class="ruby-ivar">@mprueba</span>[<span class="ruby-value">1</span>,<span class="ruby-value">2</span>] = <span class="ruby-value">4</span> (<span class="ruby-ivar">@mprueba</span>.<span class="ruby-identifier">encontar</span>{<span class="ruby-operator">|</span><span class="ruby-identifier">e</span><span class="ruby-operator">|</span> <span class="ruby-identifier">e</span><span class="ruby-operator">*</span><span class="ruby-identifier">e</span> <span class="ruby-operator">&gt;</span> <span class="ruby-value">6</span>}).<span class="ruby-identifier">should</span> <span class="ruby-identifier">eq</span>([<span class="ruby-value">0</span>,<span class="ruby-value">2</span>]) <span class="ruby-keyword">end</span> </pre> <p>end</p> <p>expectativas de matrices con fracciones describe “#Matrices con fracciones” do</p> <pre>before :all do @mf1 = MatFraction.new(2,2) @mf2 = MatFraction.new(2,2) @mf3 = MatFraction.new(2,2) @mf4 = MatFraction.new(2,2) @mdf = MatDispFraction.new(2,2) @m = MatEntero.new(2,2) @mf1[0,0] = Matrc::Fraction.new(1, 4) @mf1[0,1] = Matrc::Fraction.new(1, 4) @mf1[1,0] = Matrc::Fraction.new(1, 4) @mf1[1,1] = Matrc::Fraction.new(1, 4) @mf2[0,0] = Matrc::Fraction.new(1, 4) @mf2[0,1] = Matrc::Fraction.new(1, 4) @mf2[1,0] = Matrc::Fraction.new(1, 4) @mf2[1,1] = Matrc::Fraction.new(1, 4) @m[0,0] = 3 @m[0,1] = 3 @m[1,0] = 3 @m[1,1] = 3 @mdf[1,0] = Matrc::Fraction.new(1, 5) @mdf[1,1] = Matrc::Fraction.new(1, 5) end it &quot;Multiplicacion de dos matrices&quot; do @mf3[0,0] = Matrc::Fraction.new(1, 8) @mf3[0,1] = Matrc::Fraction.new(1, 8) @mf3[1,0] = Matrc::Fraction.new(1, 8) @mf3[1,1] = Matrc::Fraction.new(1, 8) (@mf1*@mf2).should == @mf3 end it &quot;Multiplicacion de dos matrices (densa y dispersa)&quot; do @mf3[0,0] = Matrc::Fraction.new(1,20) @mf3[0,1] = Matrc::Fraction.new(1,20) @mf3[1,0] = Matrc::Fraction.new(1,20) @mf3[1,1] = Matrc::Fraction.new(1,20) (@mf1*@mdf).should == @mf3 end it &quot;Resta de dos matrices (densa y dispersa)&quot; do @mf3[0,0] = Matrc::Fraction.new(1,4) @mf3[0,1] = Matrc::Fraction.new(1,4) @mf3[1,0] = Matrc::Fraction.new(1,20) @mf3[1,1] = Matrc::Fraction.new(1,20) (@mf1-@mdf).should == @mf3 end it &quot;Suma de dos matrices diferentes&quot; do @mf4[0,0] = Matrc::Fraction.new(13, 4) @mf4[0,1] = Matrc::Fraction.new(13, 4) @mf4[1,0] = Matrc::Fraction.new(13, 4) @mf4[1,1] = Matrc::Fraction.new(13, 4) (@m+@mf1).should == @mf4 end it &quot;Multiplicacion de dos matrices diferentes&quot; do @mf4[0,0] = Matrc::Fraction.new(3, 2) @mf4[0,1] = Matrc::Fraction.new(3, 2) @mf4[1,0] = Matrc::Fraction.new(3, 2) @mf4[1,1] = Matrc::Fraction.new(3, 2) (@m*@mf1).should == @mf4 end it &quot;Maximo de una matriz de fracciones dispersas&quot; do @mdf.max.should == 0.2 end it &quot;Minimo de una matriz de fracciones dispersas&quot; do @mdf.min.should == 0 end it &quot;Maximo de una matriz de fracciones&quot; do @mf1.max.should == 0.25 end it &quot;Minimo de una matriz de fracciones&quot; do @mf1.min.should == 0.25 end end</pre> <p>end</p> </div> <footer id="validator-badges"> <p><a href="http://validator.w3.org/check/referer">[Validate]</a> <p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 4.0.0. <p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3. </footer>
html/mx/controls/MainMenu.html
MagicCube/mxframework-2-0-doc
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"> <html xmlns:mx="urn:mx-scripts"> <head> <META http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Content-Type" content="text/HTML; charset=utf-8"> <title>mx.controls.MainMenu 类</title> <link rel="stylesheet" href="../../../css/common.css"><script src="../../../scripts/jquery.js"></script><script src="../../../scripts/jquery.chili.js"></script><script> ChiliBook.recipeFolder = "../../../scripts/"; ChiliBook.automatic = true; </script><script src="../../../scripts/class.js"></script></head> <body> <div id="frame" class="class"> <div id="head"> <div id="links"><a id="openInNewWindow" href="javascript:window.open(window.location);">在新窗口中打开</a><a id="hideOverrides" action="hide" href="javascript:;">隐藏基类成员</a></div><a id="namespace" href="../../../html/mx/controls/index.html">mx.controls</a><h1 id="class">MainMenu 类 </h1> </div> <div id="body"> <div id="classDetail"> <table id="summaryTable"> <tr> <td>全称</td> <td>mx.controls.MainMenu</td> </tr> <tr> <td>命名空间</td> <td><a href="../../../html/mx/controls/index.html">mx.controls</a></td> </tr> <tr> <td>类</td> <td>MainMenu</td> </tr> <tr> <td>继承层次结构</td> <td><span>MainMenu</span><span id="inherit"></span><a href="../../../html/mx/controls/ToolStrip.html">ToolStrip</a><span id="inherit"></span><a href="../../../html/mx/controls/Control.html">Control</a></td> </tr> <tr> <td>源文件</td> <td>~\mx\scripts\controls\MainMenu.js</td> </tr> </table> <div class="summary">提供一个主菜单的类。<b>该控件容器的 HTML 元素必须为 &lt;UL&gt;</b>。</div> <p></p> <h4>示例 1</h4> <div class="h4Content"> 以下是一个创建 <a href="../../../html/mx/controls/MainMenu.html">MainMenu</a> 的示例。 该示例将说明如何创建一个 <a href="../../../html/mx/controls/MainMenu.html">MainMenu</a>,如何添加菜单项,以及如何订购菜单项的事件。 <table class="exampleCode" cellpadding="0" cellspacing="0"> <thead> <tr> <td>JavaScript 代码 </td> </tr> </thead> <tbody> <tr> <td><code class="JavaScript">var mainMenu = new mx.controls.MainMenu({ items: [ { name: "new", text: "新建", items: [{ name: "file", text: "文件" }] }, // 菜单项可以嵌套,表示子菜单 { name: "open", text: "打开", imageKey: "open" }, // 使用“$/icons”目录中的“open.png”图片 "-", { name: "close", text: "关闭", enabled: false } ], onitemclick: _mainMenuItem_click // 订购菜单的 onitemclick 事件 }); mainMenu.show(300, 400); function _mainMenuItem_click(e) { alert(e.item.text); }</code></td> </tr> </tbody> </table> </div> </div> <hr> <div id="constructorsIndex" class="indexSection"> <h2>构造函数</h2> <table> <thead> <tr> <td>名称</td> <td>说明</td> </tr> </thead> <tbody> <tr class="method"> <td><a href="#MainMenu">MainMenu() </a></td> <td>构建 MainMenu 类的新实例。</td> </tr> </tbody> </table> </div> <div id="methodsIndex" class="indexSection"> <h2>初始化函数</h2> <table> <thead> <tr> <td>名称</td> <td>说明</td> </tr> </thead> <tbody> <tr class="method" override="true"> <td><a href="#init">init() </a></td> <td></td> </tr> </tbody> </table> </div> <div id="methodsIndex" class="indexSection"> <h2>方法</h2> <table> <thead> <tr> <td>名称</td> <td>说明</td> </tr> </thead> <tbody> <tr class="method" override="true"> <td><a href="#appendItem">appendItem(p_item) </a></td> <td>将 <a href="../../../html/mx/controls/ToolStripItem.html">ToolStripItem</a> 对象添加到集合 <a href="#items">items</a> 中,并返回该对象。</td> </tr> <tr class="method" override="true"> <td><a href="#appendItem">appendItem(p_name, [p_text], [p_image]) </a></td> <td>将 <a href="../../../html/mx/controls/ToolStripItem.html">ToolStripItem</a> 对象添加到集合 <a href="#items">items</a> 中,并返回该对象。</td> </tr> <tr class="method" override="true"> <td><a href="#appendItems">appendItems(p_items) </a></td> <td>向 <a href="../../../html/mx/controls/ToolStrip.html">ToolStrip</a> 的项集合(<a href="#items">items</a> 集合)中添加一组新项。</td> </tr> <tr class="method" override="true"> <td><a href="#appendSeparator">appendSeparator([p_name]) </a></td> <td>将 <a href="../../../html/mx/controls/ToolSeparator.html">ToolSeparator</a> 分隔符添加到集合 <a href="#items">items</a> 中,并返回该对象。</td> </tr> <tr class="method" override="true"> <td><a href="#clearItems">clearItems() </a></td> <td>从 <a href="#items">items</a> 集合中移除所有的项。若要从 <a href="../../../html/mx/controls/ToolStrip.html">ToolStrip</a> 中移除单个项,请使用 <a href="#removeItem">removeItem</a> 方法。</td> </tr> <tr class="method" override="true"> <td><a href="#contains">contains($p_target) </a></td> <td>返回一个 Boolean 值,该值表示控件的容器中是否包含该 JQuery 对象。</td> </tr> <tr class="method" override="true"> <td><a href="#dispose">dispose() </a></td> <td>释放对象运行时动态生成的内容(属性、方法、事件)。</td> </tr> <tr class="method" override="true"> <td><a href="#getContext">getContext() </a></td> <td>获取控件当前所属 <a href="../../../html/mx/weblets/Weblet.html">Weblet</a> 的上下文信息( <a href="../../../html/mx/weblets/WebletContext.html">WebletContext</a> 类型)。</td> </tr> <tr class="method" override="true"> <td><a href="#getEl">getEl() </a></td> <td>获取控件容器对应的 HTML DOM 元素对象。</td> </tr> <tr class="method" override="true"> <td><a href="#getItem">getItem(p_commands) </a></td> <td>根据菜单项的名称查找并返回对应的菜单项。如果该菜单项为子菜单中的项,可以使用“/”将上级菜单分隔开来(如 “new/newFile”)。</td> </tr> <tr class="method" override="true"> <td><a href="#getItemByName">getItemByName(p_name) </a></td> <td>提供一个方法,根据指定的 <a href="../../../html/mx/controls/ToolStripItem.html#name">ToolStripItem.name</a> 值获取一级 <a href="../../../html/mx/controls/ToolStripItem.html">ToolStripItem</a> 项。该方法不支持递归查找,如果需要请使用 <a href="#getItem">getItem</a>方法</td> </tr> <tr class="method" override="true"> <td><a href="#hasChildren">hasChildren() </a></td> <td>返回一个 Boolean 值,表示控件是否有项,也表示 <a href="#items">items</a> 集合的 length 属性是否大于 0。如果该值为 true,则表示控件中有项;反之则没有。</td> </tr> <tr class="method" override="true"> <td><a href="#hide">hide() </a></td> <td>隐藏控件,设置控件不可见。</td> </tr> <tr class="method" override="true"> <td><a href="#hideDropDown">hideDropDown(p_speed) </a></td> <td>请参见 <a href="../../../html/mx/controls/ToolStripItem.html#hideDropDown">ToolStripItem.hideDropDown</a> 方法。该方法仅在 <a href="#dropDownChildItem">dropDownChildItem</a> 字段不为空时有效。</td> </tr> <tr class="method" override="true"> <td><a href="#insertItem">insertItem(p_position, p_item, p_direction) </a></td> <td>在指定位置插入一个 <a href="../../../html/mx/controls/ToolStripItem.html">ToolStripItem</a> 对象。</td> </tr> <tr class="method" override="true"> <td><a href="#insertItemAfter">insertItemAfter(p_position, p_item) </a></td> <td>在指定位置后插入一个 <a href="../../../html/mx/controls/ToolStripItem.html">ToolStripItem</a> 对象。</td> </tr> <tr class="method" override="true"> <td><a href="#insertItemBefore">insertItemBefore(p_position, p_item) </a></td> <td>在指定位置前插入一个 <a href="../../../html/mx/controls/ToolStripItem.html">ToolStripItem</a> 对象。</td> </tr> <tr class="method" override="true"> <td><a href="#insertSeparator">insertSeparator(p_position, p_item, p_direction) </a></td> <td>在指定位置插入一个 <a href="../../../html/mx/controls/ToolSeparator.html">ToolSeparator</a> 分隔符。</td> </tr> <tr class="method" override="true"> <td><a href="#insertSeparatorAfter">insertSeparatorAfter(p_position, p_item) </a></td> <td>在指定位置后插入一个 <a href="../../../html/mx/controls/ToolSeparator.html">ToolSeparator</a> 分隔符。</td> </tr> <tr class="method" override="true"> <td><a href="#insertSeparatorBefore">insertSeparatorBefore(p_position, p_item) </a></td> <td>在指定位置前插入一个 <a href="../../../html/mx/controls/ToolSeparator.html">ToolSeparator</a> 分隔符。</td> </tr> <tr class="method" override="true"> <td><a href="#moveTo">moveTo(p_left, p_top) </a></td> <td>移动控件到指定位置。</td> </tr> <tr class="method" override="true"> <td><a href="#removeByIndex">removeByIndex(p_index) </a></td> <td>删除指定位置的 <a href="../../../html/mx/controls/ToolStripItem.html">ToolStripItem</a> 对象。</td> </tr> <tr class="method" override="true"> <td><a href="#removeByName">removeByName(p_name) </a></td> <td>提供一个方法,根据指定值删除 <a href="../../../html/mx/controls/ToolStripItem.html">ToolStripItem</a> 对象。</td> </tr> <tr class="method" override="true"> <td><a href="#removeItem">removeItem(p_item) </a></td> <td>从 <a href="#items">items</a> 集合中移除指定的 <a href="../../../html/mx/controls/ToolStripItem.html">ToolStripItem</a> 对象。从集合中移除项时,有关移除的项的所有信息均会被删除。若要从集合中移除所有项,请使用 <a href="#clearItems">clearItems</a> 方法。该方法只能删除一级菜单项。</td> </tr> <tr class="method" override="true"> <td><a href="#resizeTo">resizeTo(p_width, p_height) </a></td> <td>重设控件的大小。</td> </tr> <tr class="method" override="true"> <td><a href="#setBorder">setBorder(p_border) </a></td> <td>设置控件的边框样式。</td> </tr> <tr class="method" override="true"> <td><a href="#setBottom">setBottom(p_bottom) </a></td> <td>设置 <a href="#bottom">bottom</a> 字段的值。</td> </tr> <tr class="method" override="true"> <td><a href="#setCss">setCss(p_css) </a></td> <td>设置 <a href="#css">css</a> 字段的值。</td> </tr> <tr class="method" override="true"> <td><a href="#setCssClass">setCssClass(p_cssClass) </a></td> <td>设置 <a href="#cssClass">cssClass</a>} 字段的值</td> </tr> <tr class="method" override="true"> <td><a href="#setDisplay">setDisplay(p_display) </a></td> <td>设置 <a href="#display">display</a> 字段的值。</td> </tr> <tr class="method" override="true"> <td><a href="#setEnabled">setEnabled(p_enabled) </a></td> <td>设置 <a href="#enabled">enabled</a> 字段的值。</td> </tr> <tr class="method" override="true"> <td><a href="#setHeight">setHeight(p_height) </a></td> <td>设置 <a href="#height">height</a> 字段的值。</td> </tr> <tr class="method" override="true"> <td><a href="#setItems">setItems(p_items) </a></td> <td>设置 <a href="#items">items</a> 字段的值。该方法首先会清空 <a href="#items">items</a> 集合。</td> </tr> <tr class="method" override="true"> <td><a href="#setLeft">setLeft(p_left) </a></td> <td>设置 <a href="#left">left</a> 字段的值。</td> </tr> <tr class="method" override="true"> <td><a href="#setPadding">setPadding(p_padding) </a></td> <td>设置控件的内边距。</td> </tr> <tr class="method" override="true"> <td><a href="#setPosition">setPosition(p_position) </a></td> <td>设置 <a href="#position">position</a> 字段的值。</td> </tr> <tr class="method" override="true"> <td><a href="#setRight">setRight(p_right) </a></td> <td>设置 <a href="#right">right</a> 字段的值。</td> </tr> <tr class="method" override="true"> <td><a href="#setTop">setTop(p_top) </a></td> <td>设置 <a href="#top">top</a> 字段的值。</td> </tr> <tr class="method" override="true"> <td><a href="#setVisible">setVisible(p_visible) </a></td> <td>设置 <a href="#visible">visible</a> 字段的值。</td> </tr> <tr class="method" override="true"> <td><a href="#setWidth">setWidth(p_width) </a></td> <td>设置 <a href="#width">width</a> 字段的值。</td> </tr> <tr class="method" override="true"> <td><a href="#show">show() </a></td> <td>显示控件,设置控件可见。</td> </tr> <tr class="method" override="true"> <td><a href="#updateItemsVisibility">updateItemsVisibility(p_items) </a></td> <td>将指定的所有菜单项重新布局,并返回一个 Boolean 值,表示是否显示菜单项。规则为第一和最后一个可见项应该为 <a href="../../../html/mx/controls/ToolStripItem.html">ToolStripItem</a> 类型,并且中间不能出现连续的分割线。</td> </tr> <tr class="method" override="true"> <td><a href="#$">$(p_expression) </a></td> <td>该方法与 me.$e.find(p_expression) 等同。</td> </tr> <tr class="method" override="true"> <td><a href="#$wrap">$wrap([p_obj]) </a></td> <td>返回一个 JQuery 对象。</td> </tr> <tr class="method" override="true"> <td><a href="#_appendItem">_appendItem(p_item) </a></td> <td>受保护的。将指定的项(通常是 <a href="../../../html/mx/controls/ToolStripItem.html">ToolStripItem</a> 类型和 <a href="../../../html/mx/controls/ToolSeparator.html">ToolSeparator</a> 类型)添加到集合 <a href="#items">items</a> 中,并返回该对象。</td> </tr> <tr class="method" override="true"> <td><a href="#_insertItem">_insertItem(p_position, p_item, p_direction) </a></td> <td>受保护的。</td> </tr> </tbody> </table> </div> <div id="fieldsIndex" class="indexSection"> <h2>字段</h2> <table> <thead> <tr> <td>名称</td> <td>说明</td> </tr> </thead> <tbody> <tr class="field" override="true"> <td><a href="#alias">alias</a></td> <td>获取或设置一个字符串,表示控件的别名。</td> </tr> <tr class="field" override="true"> <td><a href="#border">border</a></td> <td>获取控件的边框样式。如“1px solid red”,表示边框的样式为 1 像素红色的实线。请使用 <a href="#setBorder">setBorder</a> 方法设置该字段的值。</td> </tr> <tr class="field" override="true"> <td><a href="#bottom">bottom</a></td> <td>获取控件的下边界与父容器下边界的像素距离。请使用 <a href="#setBottom">setBottom</a> 方法设置该字段的值。</td> </tr> <tr class="field" override="true"> <td><a href="#cssClass">cssClass</a></td> <td>指定css伪类名称,设置控件显示样式</td> </tr> <tr class="field" override="true"> <td><a href="#defaultItemType">defaultItemType</a></td> <td>获取 <a href="../../../html/mx/controls/ToolStrip.html#items">ToolStrip.items</a> 集合中项的默认类型。详见 <a href="../../../html/mx/controls/ToolStrip.html#defaultItemType">ToolStrip.defaultItemType</a> 字段。</td> </tr> <tr class="field" override="true"> <td><a href="#display">display</a></td> <td>获取控件的显示样式值。如“none”,表示隐藏控件; “block”表示强制作为块对象呈递。请使用 <a href="#setDisplay">setDisplay</a>。注:该"block"值不能在ComplexGrid控件中使用。 方法设置该字段的值。</td> </tr> <tr class="field" override="true"> <td><a href="#enabled">enabled</a></td> <td>获取控件是否可以对用户交互作出响应。如果该值为 true,则表示控件可以对用户交互作出响应;反之则不能。 请使用 <a href="#setEnabled">setEnabled</a> 方法设置该字段的值。</td> </tr> <tr class="field" override="true"> <td><a href="#height">height</a></td> <td>获取控件的高度。可以是数字(如 500)、字符串(如“500px”或“50%”)。请使用 <a href="#setHeight">setHeight</a> 方法设置该字段的值。</td> </tr> <tr class="field" override="true"> <td><a href="#imageSize">imageSize</a></td> <td>获取 <a href="../../../html/mx/controls/ToolStripItem.html">ToolStripItem</a> 图片的大小。该字段必须在初始化前设置。</td> </tr> <tr class="field" override="true"> <td><a href="#itemAlign">itemAlign</a></td> <td>获取或设置菜单项的对齐方式,请在初始化之前设置该字段的值。 <p> 该字段的可选值包括: <ul> <li>right</li> <li>left</li> </ul> </p></td> </tr> <tr class="field" override="true"> <td><a href="#items">items</a></td> <td>获取一个集合,包含 <a href="../../../html/mx/controls/ToolStrip.html">ToolStrip</a> 中所有的项(<a href="../../../html/mx/controls/ToolStripItem.html">ToolStripItem</a> 类型)。请使用 <a href="#setItems">setItems</a> 方法设置该字段的值。</td> </tr> <tr class="field" override="true"> <td><a href="#layoutConfigs">layoutConfigs</a></td> <td>获取或者设置一个 JSON 对象,该属性表示控件在父容器中的布局配置参数。该属性只有在控件父容器运用布局器才会生效。</td> </tr> <tr class="field" override="true"> <td><a href="#left">left</a></td> <td>获取控件的左边界与父容器左边界的像素距离。请使用 <a href="#setLeft">setLeft</a> 方法设置该字段的值。</td> </tr> <tr class="field" override="true"> <td><a href="#padding">padding</a></td> <td>获取控件的内边距。如“4px”表示上下左右的内边距均为 4 像素; “4px 2px 3px 1px”则表示上边距为 4 像素,右边距为 2 像素,下边距为 3 像素,左边距为 1 像素。请使用 <a href="#setPadding">setPadding</a> 方法设置该字段的值。</td> </tr> <tr class="field" override="true"> <td><a href="#parent">parent</a></td> <td>获取控件所属的父对象。</td> </tr> <tr class="field" override="true"> <td><a href="#permissionID">permissionID</a></td> <td>获取或设置一个字符串,表示控件的权限标识。</td> </tr> <tr class="field" override="true"> <td><a href="#position">position</a></td> <td>获取控件位置样式值。如“static”,表示无特殊定位,对象遵循 HTML 定位规则。请使用 <a href="#setPosition">setPosition</a> 方法设置该字段的值。 <p> 该字段的可选值包括: <ul> <li>static</li> <li>relative</li> <li>absolute</li> <li>fixed</li> </ul> </p></td> </tr> <tr class="field" override="true"> <td><a href="#right">right</a></td> <td>获取控件的右边界与父容器右边界的像素距离。请使用 <a href="#setRight">setRight</a> 方法设置该字段的值。</td> </tr> <tr class="field" override="true"> <td><a href="#symbolSize">symbolSize</a></td> <td>获取或设置一个值,表示字符图标文本的大小。</td> </tr> <tr class="field" override="true"> <td><a href="#toolStripType">toolStripType</a></td> <td>获取一个字符串,表示控件的类型。详见 <a href="../../../html/mx/controls/ToolStrip.html#toolStripType">ToolStrip.toolStripType</a> 字段。</td> </tr> <tr class="field" override="true"> <td><a href="#top">top</a></td> <td>获取控件的上边界与父容器上边界的像素距离。请使用 <a href="#setTop">setTop</a> 方法设置该字段的值。</td> </tr> <tr class="field" override="true"> <td><a href="#useSymbol">useSymbol</a></td> <td>获取或设置一个值,表示显示字符图标还是普通文本。请参见 <a href="../../../html/mx/utils/SymbolUtilClass.html">SymbolUtilClass</a>。</td> </tr> <tr class="field" override="true"> <td><a href="#visible">visible</a></td> <td>获取一个 Boolean 值,表示控件是否可见。如果该值为 true,则表示控件可见;反之则不可见。请使用 <a href="#setVisible">setVisible</a> 方法设置该字段的值。</td> </tr> <tr class="field" override="true"> <td><a href="#width">width</a></td> <td>获取控件的宽度。可以是数字(如 500)、字符串(如“500px”或“50%”)。请使用 <a href="#setWidth">setWidth</a> 方法设置该字段的值。</td> </tr> <tr class="field" override="true"> <td><a href="#$e">$e</a></td> <td>获取该控件的占位符,该占位符为一个 JQuery 对象。</td> </tr> <tr class="field" override="true"> <td><a href="#$left_scroll_div">$left_scroll_div</a></td> <td></td> </tr> <tr class="field" override="true"> <td><a href="#$right_scroll_div">$right_scroll_div</a></td> <td></td> </tr> </tbody> </table> </div> <div id="eventsIndex" class="indexSection"> <h2>事件</h2> <table> <thead> <tr> <td>名称</td> <td>说明</td> </tr> </thead> <tbody> <tr class="event" override="true"> <td><a href="#ondropdown">ondropdown</a></td> <td>当子项显示时,会触发该事件。调用 <a href="../../../html/mx/controls/ToolStripItem.html#dropDown">ToolStripItem.dropDown</a> 方法后会触发该事件。</td> </tr> <tr class="event" override="true"> <td><a href="#onhidedropdown">onhidedropdown</a></td> <td>当子项收缩时,会触发该事件。调用 <a href="../../../html/mx/controls/ToolStripItem.html#hideDropDown">ToolStripItem.hideDropDown</a> 方法后会触发该事件。</td> </tr> <tr class="event" override="true"> <td><a href="#onitemclick">onitemclick</a></td> <td>当单击控件中 <a href="../../../html/mx/controls/ToolStripItem.html">ToolStripItem</a> 的时候,将触发该事件。</td> </tr> <tr class="event" override="true"> <td><a href="#onitemmousedown">onitemmousedown</a></td> <td>当鼠标在 <a href="../../../html/mx/controls/ToolStripItem.html">ToolStripItem</a> 上按下时触发该事件。</td> </tr> </tbody> </table> </div> <hr> <div id="constructor" class="detailSection"> <h2>构造函数详细信息</h2><a name="MainMenu"></a><div id="method" class="detail"> <h3>MainMenu() 方法 </h3> <div class="content"> <div class="summary">构建 MainMenu 类的新实例。</div> </div> <hr> </div> </div> <div id="initializer" class="detailSection"> <h2>初始化函数详细信息</h2><a name="init"></a><div id="method" class="detail" override="true"> <h3>init() 方法 </h3> <div class="content"> <div class="summary"></div> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/ToolStrip.html#init">mx.controls.ToolStrip.init</a></div> </div> <hr> </div> </div> <div id="method" class="detailSection"> <h2>方法详细信息</h2><a name="appendItem"></a><div id="method" class="detail" override="true"> <h3>appendItem(p_item) 方法 </h3> <div class="content"> <div class="summary">将 <a href="../../../html/mx/controls/ToolStripItem.html">ToolStripItem</a> 对象添加到集合 <a href="#items">items</a> 中,并返回该对象。</div> <h4>参数</h4> <ul class="paramList"> <li><b class="paramName">p_item</b><div class="paramSummary">一个 <a href="../../../html/mx/controls/ToolStripItem.html">ToolStripItem</a> 对象,表示要添加的项。</div> </li> </ul> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/ToolStrip.html#appendItem">mx.controls.ToolStrip.appendItem</a></div> </div> <hr> </div><a name="appendItem"></a><div id="method" class="detail" override="true"> <h3>appendItem(p_name, [p_text], [p_image]) 方法 </h3> <div class="content"> <div class="summary">将 <a href="../../../html/mx/controls/ToolStripItem.html">ToolStripItem</a> 对象添加到集合 <a href="#items">items</a> 中,并返回该对象。</div> <h4>参数</h4> <ul class="paramList"> <li><b class="paramName">p_name</b><div class="paramSummary">一个字符串,表示添加的 <a href="../../../html/mx/controls/ToolStripItem.html">ToolStripItem</a> 对象的名称(<a href="../../../html/mx/controls/ToolStripItem.html#name">ToolStripItem.name</a> 字段的值);当参数只有 p_name 一个时,也可以作为一个 JSON 对象(如 { name:"new", text:"新建" }),表示 <a href="../../../html/mx/controls/ToolStripItem.html">ToolStripItem</a> 的一组属性值。</div> </li> <li><b class="paramName">p_text</b><div class="paramSummary">可选的。一个字符串,表示 <a href="../../../html/mx/controls/ToolStripItem.html">ToolStripItem</a> 对象的 <a href="../../../html/mx/controls/ToolStripItem.html#text">ToolStripItem.text</a> 字段的值。</div> </li> <li><b class="paramName">p_image</b><div class="paramSummary">可选的。一个字符串,表示 <a href="../../../html/mx/controls/ToolStripItem.html">ToolStripItem</a> 图标的 URL。详见 {mx.controls.ToolStripItem.iamge} 字段。</div> </li> </ul> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/ToolStrip.html#appendItem">mx.controls.ToolStrip.appendItem</a></div> </div> <hr> </div><a name="appendItems"></a><div id="method" class="detail" override="true"> <h3>appendItems(p_items) 方法 </h3> <div class="content"> <div class="summary">向 <a href="../../../html/mx/controls/ToolStrip.html">ToolStrip</a> 的项集合(<a href="#items">items</a> 集合)中添加一组新项。</div> <h4>参数</h4> <ul class="paramList"> <li><b class="paramName">p_items</b><div class="paramSummary">一个数组,该数组包含了一组新项。</div> </li> </ul> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/ToolStrip.html#appendItems">mx.controls.ToolStrip.appendItems</a></div> </div> <hr> </div><a name="appendSeparator"></a><div id="method" class="detail" override="true"> <h3>appendSeparator([p_name]) 方法 </h3> <div class="content"> <div class="summary">将 <a href="../../../html/mx/controls/ToolSeparator.html">ToolSeparator</a> 分隔符添加到集合 <a href="#items">items</a> 中,并返回该对象。</div> <h4>参数</h4> <ul class="paramList"> <li><b class="paramName">p_name</b><div class="paramSummary">可选的。一个 <a href="../../../html/mx/controls/ToolSeparator.html">ToolSeparator</a> 对象;或一个 JSON 对象,表示 <a href="../../../html/mx/controls/ToolSeparator.html">ToolSeparator</a> 对象的一组属性值。</div> </li> </ul> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/ToolStrip.html#appendSeparator">mx.controls.ToolStrip.appendSeparator</a></div> </div> <hr> </div><a name="clearItems"></a><div id="method" class="detail" override="true"> <h3>clearItems() 方法 </h3> <div class="content"> <div class="summary">从 <a href="#items">items</a> 集合中移除所有的项。若要从 <a href="../../../html/mx/controls/ToolStrip.html">ToolStrip</a> 中移除单个项,请使用 <a href="#removeItem">removeItem</a> 方法。</div> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/ToolStrip.html#clearItems">mx.controls.ToolStrip.clearItems</a></div> </div> <hr> </div><a name="contains"></a><div id="method" class="detail" override="true"> <h3>contains($p_target) 方法 </h3> <div class="content"> <div class="summary">返回一个 Boolean 值,该值表示控件的容器中是否包含该 JQuery 对象。</div> <h4>参数</h4> <ul class="paramList"> <li><b class="paramName">$p_target</b><div class="paramSummary">一个 JQuery 对象,或 JQuery 选择器对应的字符串(如“#container”),或 HTML DOM 元素。</div> </li> </ul> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/Control.html#contains">mx.controls.Control.contains</a></div> </div> <hr> </div><a name="dispose"></a><div id="method" class="detail" override="true"> <h3>dispose() 方法 </h3> <div class="content"> <div class="summary">释放对象运行时动态生成的内容(属性、方法、事件)。</div> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/Control.html#dispose">mx.controls.Control.dispose</a></div> </div> <hr> </div><a name="getContext"></a><div id="method" class="detail" override="true"> <h3>getContext() 方法 </h3> <div class="content"> <div class="summary">获取控件当前所属 <a href="../../../html/mx/weblets/Weblet.html">Weblet</a> 的上下文信息( <a href="../../../html/mx/weblets/WebletContext.html">WebletContext</a> 类型)。</div> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/Control.html#getContext">mx.controls.Control.getContext</a></div> </div> <hr> </div><a name="getEl"></a><div id="method" class="detail" override="true"> <h3>getEl() 方法 </h3> <div class="content"> <div class="summary">获取控件容器对应的 HTML DOM 元素对象。</div> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/Control.html#getEl">mx.controls.Control.getEl</a></div> </div> <hr> </div><a name="getItem"></a><div id="method" class="detail" override="true"> <h3>getItem(p_commands) 方法 </h3> <div class="content"> <div class="summary">根据菜单项的名称查找并返回对应的菜单项。如果该菜单项为子菜单中的项,可以使用“/”将上级菜单分隔开来(如 “new/newFile”)。</div> <h4>参数</h4> <ul class="paramList"> <li><b class="paramName">p_commands</b><div class="paramSummary">一个字符串,表示上级菜单与下级菜单,中间以“/”分隔。</div> </li> </ul> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/ToolStrip.html#getItem">mx.controls.ToolStrip.getItem</a></div> </div> <hr> </div><a name="getItemByName"></a><div id="method" class="detail" override="true"> <h3>getItemByName(p_name) 方法 </h3> <div class="content"> <div class="summary">提供一个方法,根据指定的 <a href="../../../html/mx/controls/ToolStripItem.html#name">ToolStripItem.name</a> 值获取一级 <a href="../../../html/mx/controls/ToolStripItem.html">ToolStripItem</a> 项。该方法不支持递归查找,如果需要请使用 <a href="#getItem">getItem</a>方法</div> <h4>参数</h4> <ul class="paramList"> <li><b class="paramName">p_name</b><div class="paramSummary">一个字符串,表示要选中的 <a href="../../../html/mx/controls/ToolStripItem.html">ToolStripItem</a> 对象的 <a href="../../../html/mx/controls/ToolStripItem.html#name">ToolStripItem.name</a> 属性的值。</div> </li> </ul> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/ToolStrip.html#getItemByName">mx.controls.ToolStrip.getItemByName</a></div> </div> <hr> </div><a name="hasChildren"></a><div id="method" class="detail" override="true"> <h3>hasChildren() 方法 </h3> <div class="content"> <div class="summary">返回一个 Boolean 值,表示控件是否有项,也表示 <a href="#items">items</a> 集合的 length 属性是否大于 0。如果该值为 true,则表示控件中有项;反之则没有。</div> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/ToolStrip.html#hasChildren">mx.controls.ToolStrip.hasChildren</a></div> </div> <hr> </div><a name="hide"></a><div id="method" class="detail" override="true"> <h3>hide() 方法 </h3> <div class="content"> <div class="summary">隐藏控件,设置控件不可见。</div> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/Control.html#hide">mx.controls.Control.hide</a></div> </div> <hr> </div><a name="hideDropDown"></a><div id="method" class="detail" override="true"> <h3>hideDropDown(p_speed) 方法 </h3> <div class="content"> <div class="summary">请参见 <a href="../../../html/mx/controls/ToolStripItem.html#hideDropDown">ToolStripItem.hideDropDown</a> 方法。该方法仅在 <a href="#dropDownChildItem">dropDownChildItem</a> 字段不为空时有效。</div> <h4>参数</h4> <ul class="paramList"> <li><b class="paramName">p_speed</b><div class="paramSummary"></div> </li> </ul> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/ToolStrip.html#hideDropDown">mx.controls.ToolStrip.hideDropDown</a></div> </div> <hr> </div><a name="insertItem"></a><div id="method" class="detail" override="true"> <h3>insertItem(p_position, p_item, p_direction) 方法 </h3> <div class="content"> <div class="summary">在指定位置插入一个 <a href="../../../html/mx/controls/ToolStripItem.html">ToolStripItem</a> 对象。</div> <h4>参数</h4> <ul class="paramList"> <li><b class="paramName">p_position</b><div class="paramSummary">表示待插入的位置,通常是一个索引值。</div> </li> <li><b class="paramName">p_item</b><div class="paramSummary">表示待插入的 <a href="../../../html/mx/controls/ToolStripItem.html">ToolStripItem</a> 对象实例或者 JSON 对象。</div> </li> <li><b class="paramName">p_direction</b><div class="paramSummary">一个 Boolean 值,该值表示插入的方向,当值为 true 表示向后插入,反之为向前插入。默认为 true。</div> </li> </ul> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/ToolStrip.html#insertItem">mx.controls.ToolStrip.insertItem</a></div> </div> <hr> </div><a name="insertItemAfter"></a><div id="method" class="detail" override="true"> <h3>insertItemAfter(p_position, p_item) 方法 </h3> <div class="content"> <div class="summary">在指定位置后插入一个 <a href="../../../html/mx/controls/ToolStripItem.html">ToolStripItem</a> 对象。</div> <h4>参数</h4> <ul class="paramList"> <li><b class="paramName">p_position</b><div class="paramSummary">表示插入位置,通常是一个索引值。</div> </li> <li><b class="paramName">p_item</b><div class="paramSummary">表示待插入的 <a href="../../../html/mx/controls/ToolStripItem.html">ToolStripItem</a> 对象实例或者 JSON 对象。</div> </li> </ul> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/ToolStrip.html#insertItemAfter">mx.controls.ToolStrip.insertItemAfter</a></div> </div> <hr> </div><a name="insertItemBefore"></a><div id="method" class="detail" override="true"> <h3>insertItemBefore(p_position, p_item) 方法 </h3> <div class="content"> <div class="summary">在指定位置前插入一个 <a href="../../../html/mx/controls/ToolStripItem.html">ToolStripItem</a> 对象。</div> <h4>参数</h4> <ul class="paramList"> <li><b class="paramName">p_position</b><div class="paramSummary">表示插入的位置,通常是一个索引值。</div> </li> <li><b class="paramName">p_item</b><div class="paramSummary">表示待插入的 <a href="../../../html/mx/controls/ToolStripItem.html">ToolStripItem</a> 对象实例或者 JSON 对象。</div> </li> </ul> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/ToolStrip.html#insertItemBefore">mx.controls.ToolStrip.insertItemBefore</a></div> </div> <hr> </div><a name="insertSeparator"></a><div id="method" class="detail" override="true"> <h3>insertSeparator(p_position, p_item, p_direction) 方法 </h3> <div class="content"> <div class="summary">在指定位置插入一个 <a href="../../../html/mx/controls/ToolSeparator.html">ToolSeparator</a> 分隔符。</div> <h4>参数</h4> <ul class="paramList"> <li><b class="paramName">p_position</b><div class="paramSummary">表示插入的位置,通常是一个索引值。</div> </li> <li><b class="paramName">p_item</b><div class="paramSummary">表示待插入的 <a href="../../../html/mx/controls/ToolSeparator.html">ToolSeparator</a> 对象实例或者 字符串分割符 "-" 。</div> </li> <li><b class="paramName">p_direction</b><div class="paramSummary">一个 Boolean 值,该值表示插入的方向,当值为 true 表示向后插入,反之为向前插入。默认为 true。</div> </li> </ul> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/ToolStrip.html#insertSeparator">mx.controls.ToolStrip.insertSeparator</a></div> </div> <hr> </div><a name="insertSeparatorAfter"></a><div id="method" class="detail" override="true"> <h3>insertSeparatorAfter(p_position, p_item) 方法 </h3> <div class="content"> <div class="summary">在指定位置后插入一个 <a href="../../../html/mx/controls/ToolSeparator.html">ToolSeparator</a> 分隔符。</div> <h4>参数</h4> <ul class="paramList"> <li><b class="paramName">p_position</b><div class="paramSummary">表示插入的位置,通常是一个索引值。</div> </li> <li><b class="paramName">p_item</b><div class="paramSummary">表示待插入的 <a href="../../../html/mx/controls/ToolSeparator.html">ToolSeparator</a> 对象实例或者 字符串分割符 "-" 。</div> </li> </ul> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/ToolStrip.html#insertSeparatorAfter">mx.controls.ToolStrip.insertSeparatorAfter</a></div> </div> <hr> </div><a name="insertSeparatorBefore"></a><div id="method" class="detail" override="true"> <h3>insertSeparatorBefore(p_position, p_item) 方法 </h3> <div class="content"> <div class="summary">在指定位置前插入一个 <a href="../../../html/mx/controls/ToolSeparator.html">ToolSeparator</a> 分隔符。</div> <h4>参数</h4> <ul class="paramList"> <li><b class="paramName">p_position</b><div class="paramSummary">表示插入的位置,通常是一个索引值。</div> </li> <li><b class="paramName">p_item</b><div class="paramSummary">表示待插入的 <a href="../../../html/mx/controls/ToolSeparator.html">ToolSeparator</a> 对象实例或者 字符串分割符 "-" 。</div> </li> </ul> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/ToolStrip.html#insertSeparatorBefore">mx.controls.ToolStrip.insertSeparatorBefore</a></div> </div> <hr> </div><a name="moveTo"></a><div id="method" class="detail" override="true"> <h3>moveTo(p_left, p_top) 方法 </h3> <div class="content"> <div class="summary">移动控件到指定位置。</div> <h4>参数</h4> <ul class="paramList"> <li><b class="paramName">p_left</b><div class="paramSummary">一个数字,表示 css 样式的 left 属性。</div> </li> <li><b class="paramName">p_top</b><div class="paramSummary">一个数字,表示 css 样式的 top 属性。</div> </li> </ul> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/Control.html#moveTo">mx.controls.Control.moveTo</a></div> </div> <hr> </div><a name="removeByIndex"></a><div id="method" class="detail" override="true"> <h3>removeByIndex(p_index) 方法 </h3> <div class="content"> <div class="summary">删除指定位置的 <a href="../../../html/mx/controls/ToolStripItem.html">ToolStripItem</a> 对象。</div> <h4>参数</h4> <ul class="paramList"> <li><b class="paramName">p_index</b><div class="paramSummary">一个数字(如 0),表示 <a href="#items">items</a> 集合中项的序号。</div> </li> </ul> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/ToolStrip.html#removeByIndex">mx.controls.ToolStrip.removeByIndex</a></div> </div> <hr> </div><a name="removeByName"></a><div id="method" class="detail" override="true"> <h3>removeByName(p_name) 方法 </h3> <div class="content"> <div class="summary">提供一个方法,根据指定值删除 <a href="../../../html/mx/controls/ToolStripItem.html">ToolStripItem</a> 对象。</div> <h4>参数</h4> <ul class="paramList"> <li><b class="paramName">p_name</b><div class="paramSummary">一个数字或者字符串,表示要刪除的 <a href="../../../html/mx/controls/ToolStripItem.html">ToolStripItem</a> 对象的 <a href="../../../html/mx/controls/ToolStripItem.html#name">ToolStripItem.name</a> 属性的值。该方法只能删除一级子项。</div> </li> </ul> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/ToolStrip.html#removeByName">mx.controls.ToolStrip.removeByName</a></div> </div> <hr> </div><a name="removeItem"></a><div id="method" class="detail" override="true"> <h3>removeItem(p_item) 方法 </h3> <div class="content"> <div class="summary">从 <a href="#items">items</a> 集合中移除指定的 <a href="../../../html/mx/controls/ToolStripItem.html">ToolStripItem</a> 对象。从集合中移除项时,有关移除的项的所有信息均会被删除。若要从集合中移除所有项,请使用 <a href="#clearItems">clearItems</a> 方法。该方法只能删除一级菜单项。</div> <h4>参数</h4> <ul class="paramList"> <li><b class="paramName">p_item</b><div class="paramSummary">一个 <a href="../../../html/mx/controls/ToolStripItem.html">ToolStripItem</a> 对象。</div> </li> </ul> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/ToolStrip.html#removeItem">mx.controls.ToolStrip.removeItem</a></div> </div> <hr> </div><a name="resizeTo"></a><div id="method" class="detail" override="true"> <h3>resizeTo(p_width, p_height) 方法 </h3> <div class="content"> <div class="summary">重设控件的大小。</div> <h4>参数</h4> <ul class="paramList"> <li><b class="paramName">p_width</b><div class="paramSummary">控件的宽度,可以是数字(如 100),也可以是字符串(如 “100%”)。</div> </li> <li><b class="paramName">p_height</b><div class="paramSummary">控件的高度,可以是数字(如 100),也可以是字符串(如 “100%”)。</div> </li> </ul> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/Control.html#resizeTo">mx.controls.Control.resizeTo</a></div> </div> <hr> </div><a name="setBorder"></a><div id="method" class="detail" override="true"> <h3>setBorder(p_border) 方法 </h3> <div class="content"> <div class="summary">设置控件的边框样式。</div> <h4>参数</h4> <ul class="paramList"> <li><b class="paramName">p_border</b><div class="paramSummary">一个字符串,表示css样式的 border 属性。</div> </li> </ul> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/Control.html#setBorder">mx.controls.Control.setBorder</a></div> </div> <hr> </div><a name="setBottom"></a><div id="method" class="detail" override="true"> <h3>setBottom(p_bottom) 方法 </h3> <div class="content"> <div class="summary">设置 <a href="#bottom">bottom</a> 字段的值。</div> <h4>参数</h4> <ul class="paramList"> <li><b class="paramName">p_bottom</b><div class="paramSummary">控件的下边界与父容器下边界的像素距离,可以是数字(如 50),也可以是字符串(如 50%)。</div> </li> </ul> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/Control.html#setBottom">mx.controls.Control.setBottom</a></div> </div> <hr> </div><a name="setCss"></a><div id="method" class="detail" override="true"> <h3>setCss(p_css) 方法 </h3> <div class="content"> <div class="summary">设置 <a href="#css">css</a> 字段的值。</div> <h4>参数</h4> <ul class="paramList"> <li><b class="paramName">p_css</b><div class="paramSummary">一个 JSON 对象,表示控件的 CSS 样式。</div> </li> </ul> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/Control.html#setCss">mx.controls.Control.setCss</a></div> </div> <hr> </div><a name="setCssClass"></a><div id="method" class="detail" override="true"> <h3>setCssClass(p_cssClass) 方法 </h3> <div class="content"> <div class="summary">设置 <a href="#cssClass">cssClass</a>} 字段的值</div> <h4>参数</h4> <ul class="paramList"> <li><b class="paramName">p_cssClass</b><div class="paramSummary">一个String 对象,样式classname</div> </li> </ul> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/Control.html#setCssClass">mx.controls.Control.setCssClass</a></div> </div> <hr> </div><a name="setDisplay"></a><div id="method" class="detail" override="true"> <h3>setDisplay(p_display) 方法 </h3> <div class="content"> <div class="summary">设置 <a href="#display">display</a> 字段的值。</div> <h4>参数</h4> <ul class="paramList"> <li><b class="paramName">p_display</b><div class="paramSummary">css 样式的 display 属性。</div> </li> </ul> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/Control.html#setDisplay">mx.controls.Control.setDisplay</a></div> </div> <hr> </div><a name="setEnabled"></a><div id="method" class="detail" override="true"> <h3>setEnabled(p_enabled) 方法 </h3> <div class="content"> <div class="summary">设置 <a href="#enabled">enabled</a> 字段的值。</div> <h4>参数</h4> <ul class="paramList"> <li><b class="paramName">p_enabled</b><div class="paramSummary"></div> </li> </ul> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/Control.html#setEnabled">mx.controls.Control.setEnabled</a></div> </div> <hr> </div><a name="setHeight"></a><div id="method" class="detail" override="true"> <h3>setHeight(p_height) 方法 </h3> <div class="content"> <div class="summary">设置 <a href="#height">height</a> 字段的值。</div> <h4>参数</h4> <ul class="paramList"> <li><b class="paramName">p_height</b><div class="paramSummary">控件的高度,可以是数字(如 100),也可以是字符串(如 “100%”)。</div> </li> </ul> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/Control.html#setHeight">mx.controls.Control.setHeight</a></div> </div> <hr> </div><a name="setItems"></a><div id="method" class="detail" override="true"> <h3>setItems(p_items) 方法 </h3> <div class="content"> <div class="summary">设置 <a href="#items">items</a> 字段的值。该方法首先会清空 <a href="#items">items</a> 集合。</div> <h4>参数</h4> <ul class="paramList"> <li><b class="paramName">p_items</b><div class="paramSummary">一个数组,该数组包含了一组 <a href="../../../html/mx/controls/ToolStripItem.html">ToolStripItem</a> 对象。</div> </li> </ul> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/ToolStrip.html#setItems">mx.controls.ToolStrip.setItems</a></div> </div> <hr> </div><a name="setLeft"></a><div id="method" class="detail" override="true"> <h3>setLeft(p_left) 方法 </h3> <div class="content"> <div class="summary">设置 <a href="#left">left</a> 字段的值。</div> <h4>参数</h4> <ul class="paramList"> <li><b class="paramName">p_left</b><div class="paramSummary">控件的左边界与父容器左边界的像素距离,可以是数字(如 50),也可以是字符串(如 50%)。</div> </li> </ul> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/Control.html#setLeft">mx.controls.Control.setLeft</a></div> </div> <hr> </div><a name="setPadding"></a><div id="method" class="detail" override="true"> <h3>setPadding(p_padding) 方法 </h3> <div class="content"> <div class="summary">设置控件的内边距。</div> <h4>参数</h4> <ul class="paramList"> <li><b class="paramName">p_padding</b><div class="paramSummary">一个字符串,表示css样式的 padding 属性。</div> </li> </ul> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/Control.html#setPadding">mx.controls.Control.setPadding</a></div> </div> <hr> </div><a name="setPosition"></a><div id="method" class="detail" override="true"> <h3>setPosition(p_position) 方法 </h3> <div class="content"> <div class="summary">设置 <a href="#position">position</a> 字段的值。</div> <h4>参数</h4> <ul class="paramList"> <li><b class="paramName">p_position</b><div class="paramSummary">一个字符串,表示 css 样式的 position 属性。</div> </li> </ul> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/Control.html#setPosition">mx.controls.Control.setPosition</a></div> </div> <hr> </div><a name="setRight"></a><div id="method" class="detail" override="true"> <h3>setRight(p_right) 方法 </h3> <div class="content"> <div class="summary">设置 <a href="#right">right</a> 字段的值。</div> <h4>参数</h4> <ul class="paramList"> <li><b class="paramName">p_right</b><div class="paramSummary">控件的右边界与父容器右边界的像素距离,可以是数字(如 50),也可以是字符串(如 50%)。</div> </li> </ul> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/Control.html#setRight">mx.controls.Control.setRight</a></div> </div> <hr> </div><a name="setTop"></a><div id="method" class="detail" override="true"> <h3>setTop(p_top) 方法 </h3> <div class="content"> <div class="summary">设置 <a href="#top">top</a> 字段的值。</div> <h4>参数</h4> <ul class="paramList"> <li><b class="paramName">p_top</b><div class="paramSummary">控件的上边界与父容器上边界的像素距离,可以是数字(如 50),也可以是字符串(如 50%)。</div> </li> </ul> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/Control.html#setTop">mx.controls.Control.setTop</a></div> </div> <hr> </div><a name="setVisible"></a><div id="method" class="detail" override="true"> <h3>setVisible(p_visible) 方法 </h3> <div class="content"> <div class="summary">设置 <a href="#visible">visible</a> 字段的值。</div> <h4>参数</h4> <ul class="paramList"> <li><b class="paramName">p_visible</b><div class="paramSummary">一个 Boolean 值,表示控件是否可见。</div> </li> </ul> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/Control.html#setVisible">mx.controls.Control.setVisible</a></div> </div> <hr> </div><a name="setWidth"></a><div id="method" class="detail" override="true"> <h3>setWidth(p_width) 方法 </h3> <div class="content"> <div class="summary">设置 <a href="#width">width</a> 字段的值。</div> <h4>参数</h4> <ul class="paramList"> <li><b class="paramName">p_width</b><div class="paramSummary">控件的高度,可以是数字(如 500)、字符串(如“500px”或“50%”).</div> </li> </ul> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/Control.html#setWidth">mx.controls.Control.setWidth</a></div> </div> <hr> </div><a name="show"></a><div id="method" class="detail" override="true"> <h3>show() 方法 </h3> <div class="content"> <div class="summary">显示控件,设置控件可见。</div> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/Control.html#show">mx.controls.Control.show</a></div> </div> <hr> </div><a name="updateItemsVisibility"></a><div id="method" class="detail" override="true"> <h3>updateItemsVisibility(p_items) 方法 </h3> <div class="content"> <div class="summary">将指定的所有菜单项重新布局,并返回一个 Boolean 值,表示是否显示菜单项。规则为第一和最后一个可见项应该为 <a href="../../../html/mx/controls/ToolStripItem.html">ToolStripItem</a> 类型,并且中间不能出现连续的分割线。</div> <h4>参数</h4> <ul class="paramList"> <li><b class="paramName">p_items</b><div class="paramSummary"></div> </li> </ul> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/ToolStrip.html#updateItemsVisibility">mx.controls.ToolStrip.updateItemsVisibility</a></div> </div> <hr> </div><a name="$"></a><div id="method" class="detail" override="true"> <h3>$(p_expression) 方法 </h3> <div class="content"> <div class="summary">该方法与 me.$e.find(p_expression) 等同。</div> <h4>参数</h4> <ul class="paramList"> <li><b class="paramName">p_expression</b><div class="paramSummary"></div> </li> </ul> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/Control.html#$">mx.controls.Control.$</a></div> </div> <hr> </div><a name="$wrap"></a><div id="method" class="detail" override="true"> <h3>$wrap([p_obj]) 方法 </h3> <div class="content"> <div class="summary">返回一个 JQuery 对象。</div> <h4>参数</h4> <ul class="paramList"> <li><b class="paramName">p_obj</b><div class="paramSummary">可选的。默认值为“me.$e”。一个 JQuery 对象,或继承自 Control 的控件,或字符串,或 HTML DOM 元素。如果参数为 JQuery 对象,则返回本身;如果参数为继承自 Control 的控件,则返回控件的 $e 对象;如果参数为字符串,则返回以字符串为选择器的 JQuery 对象;如果参数为空,则返回控件本身的 $e 对象。</div> </li> </ul> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/Control.html#$wrap">mx.controls.Control.$wrap</a></div> </div> <hr> </div><a name="_appendItem"></a><div id="method" class="detail" override="true"> <h3>_appendItem(p_item) 方法 </h3> <div class="content"> <div class="summary">受保护的。将指定的项(通常是 <a href="../../../html/mx/controls/ToolStripItem.html">ToolStripItem</a> 类型和 <a href="../../../html/mx/controls/ToolSeparator.html">ToolSeparator</a> 类型)添加到集合 <a href="#items">items</a> 中,并返回该对象。</div> <h4>参数</h4> <ul class="paramList"> <li><b class="paramName">p_item</b><div class="paramSummary">一个对象,通常是 <a href="../../../html/mx/controls/ToolStripItem.html">ToolStripItem</a> 类型和 <a href="../../../html/mx/controls/ToolSeparator.html">ToolSeparator</a> 类型。</div> </li> </ul> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/ToolStrip.html#_appendItem">mx.controls.ToolStrip._appendItem</a></div> </div> <hr> </div><a name="_insertItem"></a><div id="method" class="detail" override="true"> <h3>_insertItem(p_position, p_item, p_direction) 方法 </h3> <div class="content"> <div class="summary">受保护的。</div> <h4>参数</h4> <ul class="paramList"> <li><b class="paramName">p_position</b><div class="paramSummary"></div> </li> <li><b class="paramName">p_item</b><div class="paramSummary"></div> </li> <li><b class="paramName">p_direction</b><div class="paramSummary"></div> </li> </ul> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/ToolStrip.html#_insertItem">mx.controls.ToolStrip._insertItem</a></div> </div> <hr> </div> </div> <div id="field" class="detailSection"> <h2>字段详细信息</h2><a name="alias"></a><div id="field" class="detail" override="true"> <h3>alias 字段 </h3> <div class="content"> <div class="summary">获取或设置一个字符串,表示控件的别名。</div> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/Control.html#alias">mx.controls.Control.alias</a></div> </div> <hr> </div><a name="border"></a><div id="field" class="detail" override="true"> <h3>border 字段 </h3> <div class="content"> <div class="summary">获取控件的边框样式。如“1px solid red”,表示边框的样式为 1 像素红色的实线。请使用 <a href="#setBorder">setBorder</a> 方法设置该字段的值。</div> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/Control.html#border">mx.controls.Control.border</a></div> </div> <hr> </div><a name="bottom"></a><div id="field" class="detail" override="true"> <h3>bottom 字段 </h3> <div class="content"> <div class="summary">获取控件的下边界与父容器下边界的像素距离。请使用 <a href="#setBottom">setBottom</a> 方法设置该字段的值。</div> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/Control.html#bottom">mx.controls.Control.bottom</a></div> </div> <hr> </div><a name="cssClass"></a><div id="field" class="detail" override="true"> <h3>cssClass 字段 </h3> <div class="content"> <div class="summary">指定css伪类名称,设置控件显示样式</div> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/Control.html#cssClass">mx.controls.Control.cssClass</a></div> </div> <hr> </div><a name="defaultItemType"></a><div id="field" class="detail" override="true"> <h3>defaultItemType 字段 </h3> <div class="content"> <div class="summary">获取 <a href="../../../html/mx/controls/ToolStrip.html#items">ToolStrip.items</a> 集合中项的默认类型。详见 <a href="../../../html/mx/controls/ToolStrip.html#defaultItemType">ToolStrip.defaultItemType</a> 字段。</div> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/ToolStrip.html#defaultItemType">mx.controls.ToolStrip.defaultItemType</a></div> <h4>默认值</h4> <div class="h4Content">mx.controls.MenuItem</div> </div> <hr> </div><a name="display"></a><div id="field" class="detail" override="true"> <h3>display 字段 </h3> <div class="content"> <div class="summary">获取控件的显示样式值。如“none”,表示隐藏控件; “block”表示强制作为块对象呈递。请使用 <a href="#setDisplay">setDisplay</a>。注:该"block"值不能在ComplexGrid控件中使用。 方法设置该字段的值。</div> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/Control.html#display">mx.controls.Control.display</a></div> </div> <hr> </div><a name="enabled"></a><div id="field" class="detail" override="true"> <h3>enabled 字段 </h3> <div class="content"> <div class="summary">获取控件是否可以对用户交互作出响应。如果该值为 true,则表示控件可以对用户交互作出响应;反之则不能。 请使用 <a href="#setEnabled">setEnabled</a> 方法设置该字段的值。</div> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/Control.html#enabled">mx.controls.Control.enabled</a></div> <h4>默认值</h4> <div class="h4Content">true</div> </div> <hr> </div><a name="height"></a><div id="field" class="detail" override="true"> <h3>height 字段 </h3> <div class="content"> <div class="summary">获取控件的高度。可以是数字(如 500)、字符串(如“500px”或“50%”)。请使用 <a href="#setHeight">setHeight</a> 方法设置该字段的值。</div> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/Control.html#height">mx.controls.Control.height</a></div> </div> <hr> </div><a name="imageSize"></a><div id="field" class="detail" override="true"> <h3>imageSize 字段 </h3> <div class="content"> <div class="summary">获取 <a href="../../../html/mx/controls/ToolStripItem.html">ToolStripItem</a> 图片的大小。该字段必须在初始化前设置。</div> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/ToolStrip.html#imageSize">mx.controls.ToolStrip.imageSize</a></div> <h4>默认值</h4> <div class="h4Content">16</div> </div> <hr> </div><a name="itemAlign"></a><div id="field" class="detail" override="true"> <h3>itemAlign 字段 </h3> <div class="content"> <div class="summary">获取或设置菜单项的对齐方式,请在初始化之前设置该字段的值。 <p> 该字段的可选值包括: <ul> <li>right</li> <li>left</li> </ul> </p></div> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/ToolStrip.html#itemAlign">mx.controls.ToolStrip.itemAlign</a></div> <h4>默认值</h4> <div class="h4Content">left</div> </div> <hr> </div><a name="items"></a><div id="field" class="detail" override="true"> <h3>items 字段 </h3> <div class="content"> <div class="summary">获取一个集合,包含 <a href="../../../html/mx/controls/ToolStrip.html">ToolStrip</a> 中所有的项(<a href="../../../html/mx/controls/ToolStripItem.html">ToolStripItem</a> 类型)。请使用 <a href="#setItems">setItems</a> 方法设置该字段的值。</div> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/ToolStrip.html#items">mx.controls.ToolStrip.items</a></div> <h4>集合</h4> <div class="h4Content"> 该字段是一个集合数组字段。 集合中成员的类型为 <a href="../../../html/mx/controls/ToolStripItem.html">mx.controls.ToolStripItem</a>。 </div> <h4>集合索引</h4> <div class="h4Content">项的唯一标识(<a href="../../../html/mx/controls/ToolStripItem.html#name">ToolStripItem.name</a>)或项在集合中的序号(从 0 开始计数)。</div> </div> <hr> </div><a name="layoutConfigs"></a><div id="field" class="detail" override="true"> <h3>layoutConfigs 字段 </h3> <div class="content"> <div class="summary">获取或者设置一个 JSON 对象,该属性表示控件在父容器中的布局配置参数。该属性只有在控件父容器运用布局器才会生效。</div> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/Control.html#layoutConfigs">mx.controls.Control.layoutConfigs</a></div> </div> <hr> </div><a name="left"></a><div id="field" class="detail" override="true"> <h3>left 字段 </h3> <div class="content"> <div class="summary">获取控件的左边界与父容器左边界的像素距离。请使用 <a href="#setLeft">setLeft</a> 方法设置该字段的值。</div> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/Control.html#left">mx.controls.Control.left</a></div> </div> <hr> </div><a name="padding"></a><div id="field" class="detail" override="true"> <h3>padding 字段 </h3> <div class="content"> <div class="summary">获取控件的内边距。如“4px”表示上下左右的内边距均为 4 像素; “4px 2px 3px 1px”则表示上边距为 4 像素,右边距为 2 像素,下边距为 3 像素,左边距为 1 像素。请使用 <a href="#setPadding">setPadding</a> 方法设置该字段的值。</div> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/Control.html#padding">mx.controls.Control.padding</a></div> </div> <hr> </div><a name="parent"></a><div id="field" class="detail" override="true"> <h3>parent 字段 </h3> <div class="content"> <div class="summary">获取控件所属的父对象。</div> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/Control.html#parent">mx.controls.Control.parent</a></div> </div> <hr> </div><a name="permissionID"></a><div id="field" class="detail" override="true"> <h3>permissionID 字段 </h3> <div class="content"> <div class="summary">获取或设置一个字符串,表示控件的权限标识。</div> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/Control.html#permissionID">mx.controls.Control.permissionID</a></div> </div> <hr> </div><a name="position"></a><div id="field" class="detail" override="true"> <h3>position 字段 </h3> <div class="content"> <div class="summary">获取控件位置样式值。如“static”,表示无特殊定位,对象遵循 HTML 定位规则。请使用 <a href="#setPosition">setPosition</a> 方法设置该字段的值。 <p> 该字段的可选值包括: <ul> <li>static</li> <li>relative</li> <li>absolute</li> <li>fixed</li> </ul> </p></div> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/Control.html#position">mx.controls.Control.position</a></div> </div> <hr> </div><a name="right"></a><div id="field" class="detail" override="true"> <h3>right 字段 </h3> <div class="content"> <div class="summary">获取控件的右边界与父容器右边界的像素距离。请使用 <a href="#setRight">setRight</a> 方法设置该字段的值。</div> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/Control.html#right">mx.controls.Control.right</a></div> </div> <hr> </div><a name="symbolSize"></a><div id="field" class="detail" override="true"> <h3>symbolSize 字段 </h3> <div class="content"> <div class="summary">获取或设置一个值,表示字符图标文本的大小。</div> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/ToolStrip.html#symbolSize">mx.controls.ToolStrip.symbolSize</a></div> <h4>默认值</h4> <div class="h4Content">16</div> </div> <hr> </div><a name="toolStripType"></a><div id="field" class="detail" override="true"> <h3>toolStripType 字段 </h3> <div class="content"> <div class="summary">获取一个字符串,表示控件的类型。详见 <a href="../../../html/mx/controls/ToolStrip.html#toolStripType">ToolStrip.toolStripType</a> 字段。</div> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/ToolStrip.html#toolStripType">mx.controls.ToolStrip.toolStripType</a></div> <h4>默认值</h4> <div class="h4Content">mainMenu</div> </div> <hr> </div><a name="top"></a><div id="field" class="detail" override="true"> <h3>top 字段 </h3> <div class="content"> <div class="summary">获取控件的上边界与父容器上边界的像素距离。请使用 <a href="#setTop">setTop</a> 方法设置该字段的值。</div> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/Control.html#top">mx.controls.Control.top</a></div> </div> <hr> </div><a name="useSymbol"></a><div id="field" class="detail" override="true"> <h3>useSymbol 字段 </h3> <div class="content"> <div class="summary">获取或设置一个值,表示显示字符图标还是普通文本。请参见 <a href="../../../html/mx/utils/SymbolUtilClass.html">SymbolUtilClass</a>。</div> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/ToolStrip.html#useSymbol">mx.controls.ToolStrip.useSymbol</a></div> <h4>默认值</h4> <div class="h4Content">false</div> </div> <hr> </div><a name="visible"></a><div id="field" class="detail" override="true"> <h3>visible 字段 </h3> <div class="content"> <div class="summary">获取一个 Boolean 值,表示控件是否可见。如果该值为 true,则表示控件可见;反之则不可见。请使用 <a href="#setVisible">setVisible</a> 方法设置该字段的值。</div> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/Control.html#visible">mx.controls.Control.visible</a></div> <h4>默认值</h4> <div class="h4Content">true</div> </div> <hr> </div><a name="width"></a><div id="field" class="detail" override="true"> <h3>width 字段 </h3> <div class="content"> <div class="summary">获取控件的宽度。可以是数字(如 500)、字符串(如“500px”或“50%”)。请使用 <a href="#setWidth">setWidth</a> 方法设置该字段的值。</div> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/Control.html#width">mx.controls.Control.width</a></div> </div> <hr> </div><a name="$e"></a><div id="field" class="detail" override="true"> <h3>$e 字段 </h3> <div class="content"> <div class="summary">获取该控件的占位符,该占位符为一个 JQuery 对象。</div> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/Control.html#$e">mx.controls.Control.$e</a></div> </div> <hr> </div><a name="$left_scroll_div"></a><div id="field" class="detail" override="true"> <h3>$left_scroll_div 字段 </h3> <div class="content"> <div class="summary"></div> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/ToolStrip.html#$left_scroll_div">mx.controls.ToolStrip.$left_scroll_div</a></div> </div> <hr> </div><a name="$right_scroll_div"></a><div id="field" class="detail" override="true"> <h3>$right_scroll_div 字段 </h3> <div class="content"> <div class="summary"></div> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/ToolStrip.html#$right_scroll_div">mx.controls.ToolStrip.$right_scroll_div</a></div> </div> <hr> </div> </div> <div id="event" class="detailSection"> <h2>事件详细信息</h2><a name="ondropdown"></a><div id="event" class="detail" override="true"> <h3>ondropdown 事件 </h3> <div class="content"> <div class="summary">当子项显示时,会触发该事件。调用 <a href="../../../html/mx/controls/ToolStripItem.html#dropDown">ToolStripItem.dropDown</a> 方法后会触发该事件。</div> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/ToolStrip.html#ondropdown">mx.controls.ToolStrip.ondropdown</a></div> </div> <hr> </div><a name="onhidedropdown"></a><div id="event" class="detail" override="true"> <h3>onhidedropdown 事件 </h3> <div class="content"> <div class="summary">当子项收缩时,会触发该事件。调用 <a href="../../../html/mx/controls/ToolStripItem.html#hideDropDown">ToolStripItem.hideDropDown</a> 方法后会触发该事件。</div> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/ToolStrip.html#onhidedropdown">mx.controls.ToolStrip.onhidedropdown</a></div> </div> <hr> </div><a name="onitemclick"></a><div id="event" class="detail" override="true"> <h3>onitemclick 事件 </h3> <div class="content"> <div class="summary">当单击控件中 <a href="../../../html/mx/controls/ToolStripItem.html">ToolStripItem</a> 的时候,将触发该事件。</div> <h4>参数</h4> <ul class="paramList"> <li><b class="paramName">item</b><div class="paramSummary">一个 <a href="../../../html/mx/controls/ToolStripItem.html">ToolStripItem</a> 对象。表示当前被点击的项。</div> </li> </ul> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/ToolStrip.html#onitemclick">mx.controls.ToolStrip.onitemclick</a></div> </div> <hr> </div><a name="onitemmousedown"></a><div id="event" class="detail" override="true"> <h3>onitemmousedown 事件 </h3> <div class="content"> <div class="summary">当鼠标在 <a href="../../../html/mx/controls/ToolStripItem.html">ToolStripItem</a> 上按下时触发该事件。</div> <h4>参数</h4> <ul class="paramList"> <li><b class="paramName">item</b><div class="paramSummary">一个 <a href="../../../html/mx/controls/ToolStripItem.html">ToolStripItem</a> 对象。表示当前被点击的项。</div> </li> </ul> <h4>继承自</h4> <div class="h4Content"><a href="../../../html/mx/controls/ToolStrip.html#onitemmousedown">mx.controls.ToolStrip.onitemmousedown</a></div> </div> <hr> </div> </div> </div> </div> </body> </html>
src/Viteloge/CoreBundle/Resources/descriptions/08260.html
donaldinou/frontend
<div class="commune_descr limited"> <p> Lonny est un village géographiquement positionné dans le département des Ardennes en Champagne-Ardenne. Elle totalisait 418 habitants en 2008.</p> <p>À coté de Lonny sont situées les villes de <a href="{{VLROOT}}/immobilier/harcy_08212/">Harcy</a> localisée à 2&nbsp;km, 486 habitants, <a href="{{VLROOT}}/immobilier/montcornet_08297/">Montcornet</a> à 3&nbsp;km, 231 habitants, <a href="{{VLROOT}}/immobilier/chatelet-sur-sormonne_08110/">Le&nbsp;Châtelet-sur-Sormonne</a> à 4&nbsp;km, 167 habitants, <a href="{{VLROOT}}/immobilier/tournes_08457/">Tournes</a> localisée à 4&nbsp;km, 1&nbsp;092 habitants, <a href="{{VLROOT}}/immobilier/arreux_08022/">Arreux</a> située à 4&nbsp;km, 358 habitants, <a href="{{VLROOT}}/immobilier/cliron_08125/">Cliron</a> située à 1&nbsp;km, 290 habitants, entre autres. De plus, Lonny est située à seulement dix&nbsp;km de <a href="{{VLROOT}}/immobilier/charleville-mezieres_08105/">Charleville-Mézières</a>.</p> <p>Le parc de logements, à Lonny, se décomposait en 2011 en 20 appartements et 229 maisons soit un marché relativement équilibré.</p> <p>Si vous pensez emmenager à Lonny, vous pourrez facilement trouver une maison à acheter. </p> </div>
src/styles.css
rtsjs/rts
h2 { color: #444; font-weight: lighter; } body { margin: 2em; } body, input[text], button { color: #888; font-family: Cambria, Georgia; } button {padding: 0.2em; font-size: 14px;} #delete { width: 70em; height: 20em; } /* Dropdown Button */ .dropbtn { background-color: #ffffff; padding: 16px; font-size: 12px; border: none; cursor: pointer; } /* Dropdown button on hover & focus */ .dropbtn:hover, .dropbtn:focus { background-color: #3e8e41; } /* The container <div> - needed to position the dropdown content */ .dropdown { position: relative; display: inline-block; } /* Dropdown Content (Hidden by Default) */ .dropdown-content { display: none; margin-left: 30px; margin-bottom: 30px; text-align: left; position: absolute; background-color: #f9f9f9; width: 350px; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); } /* Links inside the dropdown */ .dropdown-content a { color: black; padding: 12px 16px; text-decoration: none; display: block; } /* Change color of dropdown links on hover */ .dropdown-content a:hover {background-color: #f1f1f1} /* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */ .show {display:block;} .menubtn{ border: 1px solid #ddd; background-color: #f0f0f0; padding: 4px 12px; -o-transition: background-color .2s ease-in; -moz-transition: background-color .2s ease-in; -webkit-transition: background-color .2s ease-in; transition: background-color .2s ease-in; } .menubtn:hover { background-color: #e5e5e5; } .menubtn:active { background-color: #ccc; }
New folder/index.html
MartinKostadinov/CreateQuestions
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Document</title> </head> <style> .wrapper { max-width: 1600px; /*padding:0 150px;*/ box-sizing: border-box; margin: 0 auto; } .map-cont { height: 0; padding-bottom: 52.25%; position: relative; /*padding: 30%;*/ margin: 0 auto; box-sizing: border-box; } #map { position: absolute; height: 100%; top: 0; right: 0; left: 0; bottom: 0; } @media screen and (max-width: 1024px) { .map-cont { padding-bottom: 80%; } } </style> <body> <div class="wrapper"> <div class="map-cont"> <div id="map"> </div> </div> </div> <script src="./jquery-3.1.0.js"></script> <script> var map; var bounds; var geocoder; var lastOpenedWindow = null; var markersArr = []; function initMap() { bounds = new google.maps.LatLngBounds(); geocoder = new google.maps.Geocoder(); // var firstBound = new google.maps.LatLng(41.2354469, 22.3573446); // var secondBound = new google.maps.LatLng(44.2152333, 28.7292001); // bounds.extend(firstBound); // bounds.extend(secondBound); var bulgaria = { lat: 42.733883, lng: 25.48583 }; map = new google.maps.Map(document.getElementById('map'), { zoom: 13, center: bulgaria }); map.fitBounds(bounds); // Center Map on resize centerMapOnResize(); getOfficesInfo(); } function centerMapOnResize() { google.maps.event.addDomListener(window, "resize", function () { var center = map.getCenter(); google.maps.event.trigger(map, "resize"); map.setCenter(center); }); } // google.maps.event.addDomListener(map, 'bounds_changed', function (event) { // if (this.getZoom() <= 8 && $(window).width() > 500 && $(window).width() < 1024) { // this.setZoom(7); // console.log('ha'); // } else if (this.getZoom() <= 7 && $(window).width() < 500) { // console.log('ho'); // this.setZoom(6); // } // else if ($(window).width() > 1024) { // console.log('hp'); // this.setZoom(8); // } // }); // } // //load the offices list function getOfficesInfo() { $.getJSON('./API/offices.json', function (offices) { console.log(offices); //MArker Image var image = { url: '../images/marker.png', size: new google.maps.Size(43, 55), origin: new google.maps.Point(0, 0), anchor: new google.maps.Point(0, 55) }; for (var i = 0; i < offices.length; i++) { var office = offices[i]; var address = office.address; var atm = office.atm; var workHours = office.extendedTime; appendMakerInfo(office, image, geocoder, map); } }); function appendMakerInfo(office, image, geocoder, map) { geocoder.geocode({ 'address': office.address }, function (results, status) { // append info window var contentString = createInfoWindow(office); if (status == 'OK') { var infowindow = new google.maps.InfoWindow({ content: contentString }); var marker = new google.maps.Marker({ position: results[0].geometry.location, map: map, icon: image }); google.maps.event.addListener(map, 'click', function () { infowindow.close(); }); google.maps.event.addListener(marker, 'click', (function (marker) { return function () { map.panTo(marker.position); map.setZoom(17); closeOpenedWindow(); infowindow.open(map, marker); lastOpenedWindow = infowindow; }; })(marker)); //set markers values marker.mainMap = map; marker.name = office.name; marker.address = office.address; marker.atm = office.atm; marker.workHours = office.extendedTime; marker.setVisible(true); //make markers array markersArr.push(marker); center (); // if (markersArr.length === 10 ){ // center (); // } } else { //if the markers hit the limit from Google wait 1 sec, and call //the function again if (status == google.maps.GeocoderStatus.OVER_QUERY_LIMIT) { setTimeout(function () { appendMakerInfo(office, image, geocoder, map) }, 1000); } console.log('Geocode was not succesful' + status); } }); } function closeOpenedWindow () { if (lastOpenedWindow) { lastOpenedWindow.close(); } } function center () { var bounds = new google.maps.LatLngBounds(); for (var i = 0; i < markersArr.length; i++) { var element = markersArr[i]; console.log(element.getPosition(0)) bounds.extend(element.getPosition()); map.fitBounds(bounds); } } function createInfoWindow(element) { var contentString = '<div id="info__content">' + '<div id="siteNotice">' + '</div>' + '<h3 class="info__name">' + element.name + '</h3>' + '<span class="info__address">' + element.address + '</span>' + '</div>'; return contentString; } } </script> <script async defer src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBg1B_j8Ll8pPCxki4E7RLIzLQUBKXWKBI&callback=initMap"> </script> </body> </html>
index.html
raadhikacreations/raadhikacreations.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content=""> <title>Radhika Creations</title> <!-- Bootstrap Core CSS --> <link href="css/bootstrap.min.css" rel="stylesheet"> <!-- Custom CSS --> <link href="css/business-frontpage.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]--> <style> .facebook { position: absolute; top:-10px; right:30px; } .title { font-size: 70px; } .round { border-radius: 350px; } .offers { font-size: 50px; } div.gallery { border: 1px solid #cc; } div.gallery img { width: 100%; } div.desc { padding: 15px; text-align: center; } * { box-sizing: border-box; } .responsive { padding: 0 35px; float: left; width: 24.99999%; } @media only screen and (max-width: 700px){ .responsive { width: 49.99999%; margin: 6px 0; } } @media only screen and (max-width: 500px){ .responsive { width: 100%; } } .clearfix:after { content: ""; display: table; clear: both; } </style> </head> <body> <!-- Navigation --> <nav class="navbar navbar-inverse navbar-fixed-top" role="navigation"> <div class="container"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="#">Home</a> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav"> <li> <a href="about.html">About</a> </li> <li> <a href="https://www.google.co.in/maps/place/Sachdeva+General+Store/@28.614212,77.0484623,17z/data=!3m1!4b1!4m5!3m4!1s0x390d052eb4b03f09:0xbcd78504d23092d5!8m2!3d28.614212!4d77.050651"target="_blank">Location</a> </li> <li> <a href="contact.htm">Contact Us:-9718508999,raadhikacreations@hotmail.com</a> </li> </ul> </div> <!-- /.navbar-collapse --> </div> <!-- /.container --> </nav> <!-- Image Background Page Header --> <!-- Note: The background image is set within the business-casual.css file. --> <header class="business-heade"> <div class="containe"> <div class="row"> <div class="col-lg-12"> <h1><i class ="title" style="width:50% float:left;">Raadhika Creations</i></h1> <h1 class="facebook"><a href="https://www.facebook.com/raadhikacreations/" terget="_blank"><img src="img/icon.jpg"></a></h1> <marquee SCROLLDELAY=20><span class = "offers" style = "float:left;width:50%;">Offer : 10% Discount on all Kurties </span></marquee> </div> </div> </div> </header> <!-- Page Content --> <div class="container"> <hr> <div class="responsive"> <div class="gallery"> <a target="_blank" href=""> <img src="img/1.jpg" width="600" height="400" class = "round"> </a> <div class="desc">Code:R1,S-3XL<br>Prize:- 750+S/-</div> </div> </div> <div class="responsive"> <div class="gallery"> <a target="_blank" href=""> <img src="img/2.jpg" width="600" height="400" class = "round"> </a> <div class="desc">Code:R2,S-3XL<br>Prize:- 800+S/-</div> </div> </div> <div class="responsive"> <div class="gallery"> <a target="_blank" href=""> <img src="img/3.jpg" width="600" height="400" class = "round"> </a> <div class="desc">Code:R3,S-3XL<br>Prize:- 650+S/-</div> </div> </div> <div class="responsive"> <div class="gallery"> <a target="_blank" href=""> <img src="img/4.jpg" width="600" height="400" class = "round"> </a> <div class="desc">Code:R4,S-4XL<br>Prize:- 800+S/-</div> </div> </div> <div class="responsive"> <div class="gallery"> <a target="_blank" href=""> <img src="img/20.jpg" width="600" height="400" class = "round"> </a> <div class="desc">Code:R4,S-4XL<br>Prize:- 1375+S/-</div> </div> </div> <div class="responsive"> <div class="gallery"> <a target="_blank" href=""> <img src="img/21.jpg" width="600" height="400" class = "round"> </a> <div class="desc">Code:R7,S-3XL<br>Prize:- 1600/-</div> </div> </div> <div class="responsive"> <div class="gallery"> <a target="_blank" href=""> <img src="img/22.jpg" width="600" height="400" class = "round"> </a> <div class="desc">Code:R6,S-3XL<br>Prize:- 1600+S/-</div> </div> </div> <div class="responsive"> <div class="gallery"> <a target="_blank" href=""> <img src="img/23.jpg" width="600" height="400" class = "round"> </a> <div class="desc">Code:R8,S-3XL<br>Prize:- 1500+S/-</div> </div> </div> <div class="col-sm-4"> <h2>Contact Us</h2> <address> <br>New T - 4, <br>Bindapur Matiyala Road , <br>Uttam Nagar, New Delhi - 110059 </address> <address> <abbr title="Phone">Phone number:-</abbr>9718508999 <br> <abbr title="Email">E-mail:-</abbr> <a href="mailto:#">raadhikacreations@hotmail.com</a> </address> </div> </div> <!-- /.row --> <hr> <!-- /.row --> <hr> <!-- Footer --> <footer> <div class="row"> <div class="col-lg-12"> <p>Copyright &copy; Radhika Creations 2017</p> </div> </div> <!-- /.row --> </footer> </div> <!-- /.container --> <!-- jQuery --> <script src="js/jquery.js"></script> <!-- Bootstrap Core JavaScript --> <script src="js/bootstrap.min.js"></script> </body> </html>
assets/css/main.css
camelCaseD/camelcased.github.io
html, body { width: 100%; height: 100%; padding: 0; margin: 0; color: white; background-color: #1F1E1C; overflow: hidden; } @media (max-width: 932px) { body { overflow-y: scroll; } }
MiniBatteryLoggerHelp/registering.html
emeraldion/minibatterylogger
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="it" lang="it"> <head> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> <title>Register your Copy</title> <link href="css/task_style.css" rel="stylesheet" media="all" /> </head> <body> <div id="banner"> <a name="register"></a> <a name="registration"></a> <a name="key"></a> <div id="machelp"> <a class="bread" href="MiniBatteryLoggerHelp.html">MiniBatteryLogger Help</a> </div> </div> <div id="mainbox"> <div id="caticon"> <img width="32" height="32" alt="MiniBatteryLogger Icon" src="images/mblc.png"> </div> <div id="pagetitle"> <h1>Register your Copy</h1> </div> <p> MiniBatteryLogger is released as <strong>shareware</strong> software. If you&rsquo;re using it regularly, you should register a license. </p> <p> The unregistered version can be evaluated without restrictions for a limited period of time. After the evaluation period has expired, it will prompt the user for registration until it is registered. </p> <p> Follow <a href="http://www.emeraldion.it/software/macosx/minibatterylogger/register.html">this link</a> <img src="images/external-link.png" alt="External Link" align="center" /> to register your copy of MiniBatteryLogger. </p> <div summary="To do this" id="taskbox"> <p> To enter your registration codes, choose <strong>Enter Registration Key</strong> from <strong>MiniBatteryLogger</strong> menu and then choose <strong>Registration</strong>. </p> <p> Your registration codes are sent to you by email after registering. </p> </div> <h2 class="seealso">See also</h2> <p class="seealso"> <a href="http://www.emeraldion.it/software/macosx/minibatterylogger/register.html">Register MiniBatteryLogger</a> <img src="images/external-link.png" alt="External Link" align="center" /> </p> </div> </body> </html>
src/app/examples/readme.html
McNull/angular-block-ui
<div> <div markdown markdown-src="'app/README.md'"></div> </div>
songs/html/never_say_goodbye_1.html
mulhod/bob_dylan_lyrics
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> </meta> <meta content="width=device-width, initial-scale=1" name="viewport"> </meta> <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" rel="stylesheet"> </link> <link href="../../resources/stof-style.css" rel="stylesheet"> </link> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"> </script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"> </script> <script src="../../resources/search.js"> </script> <script src="../../resources/analytics.js"> </script> </head> <body> <nav class="navbar navbar-default"> <div class="container-fluid"> <div class="navbar-header"> <button aria-expanded="false" class="navbar-toggle collapsed" data-target="#bs-example-navbar-collapse-1" data-toggle="collapse" type="button"> <span class="sr-only"> Toggle navigation </span> <span class="icon-bar"> </span> <span class="icon-bar"> </span> <span class="icon-bar"> </span> </button> <a class="navbar-brand" href="../../index.html"> Bob Dylan Lyrics </a> </div> <div aria-expanded="false" class="navbar-collapse collapse" id="bs-example-navbar-collapse-1" style="height: 1px"> <ul class="nav navbar-nav"> <li> <a href="../../full_lyrics_file_dumps/downloads.html"> Downloads </a> </li> <li> <a href="../../songs/song_index/song_index.html"> All Songs </a> </li> <li> <a href="../../albums/album_index/album_index.html"> All Albums </a> </li> <li class="dropdown"> <a aria-expanded="false" aria-haspopup="true" class="dropdown-toggle" data-toggle="dropdown" href="#" role="button"> 1960s <span class="caret"> </span> </a> <ul class="dropdown-menu"> <li> <a class="album" href="../../albums/bob_dylan.html"> Bob Dylan (1962) </a> </li> <li> <a class="album" href="../../albums/the_freewheelin_bob_dylan.html"> The Freewheelin' Bob Dylan (1963) </a> </li> <li> <a class="album" href="../../albums/the_times_they_are_a-changin.html"> The Times They Are A-Changin' (1964) </a> </li> <li> <a class="album" href="../../albums/another_side_of_bob_dylan.html"> Another Side of Bob Dylan (1964) </a> </li> <li> <a class="album" href="../../albums/bringing_it_all_back_home.html"> Bringing It All Back Home (1965) </a> </li> <li> <a class="album" href="../../albums/highway_61_revisited.html"> Highway 61 Revisited (1965) </a> </li> <li> <a class="album" href="../../albums/blonde_on_blonde.html"> Blonde on Blonde (1966)) </a> </li> <li> <a class="album" href="../../albums/bob_dylans_greatest_hits.html"> Bob Dylan's Greatest Hits (1967) </a> </li> <li> <a class="album" href="../../albums/john_wesley_harding.html"> John Wesley Harding (1967) </a> </li> <li> <a class="album" href="../../albums/nashville_skyline.html"> Nashville Skyline (1969) </a> </li> </ul> </li> <li class="dropdown"> <a aria-expanded="false" aria-haspopup="true" class="dropdown-toggle" data-toggle="dropdown" href="#" role="button"> 1970s <span class="caret"> </span> </a> <ul class="dropdown-menu"> <li> <a class="album" href="../../albums/self_portrait.html"> Self Portrait (1970) </a> </li> <li> <a class="album" href="../../albums/new_morning.html"> New Morning (1970) </a> </li> <li> <a class="album" href="../../albums/bob_dylans_greatest_hits_vol_ii.html"> Bob Dylan's Greatest Hits, Vol. II (1971) </a> </li> <li> <a class="album" href="../../albums/pat_garrett_and_billy_the_kid.html"> Pat Garrett &amp; Billy the Kid (1973) </a> </li> <li> <a class="album" href="../../albums/dylan.html"> Dylan (1973) </a> </li> <li> <a class="album" href="../../albums/planet_waves.html"> Planet Waves (1974) </a> </li> <li> <a class="album" href="../../albums/before_the_flood.html"> Before the Flood (1974) </a> </li> <li> <a class="album" href="../../albums/blood_on_the_tracks.html"> Blood on the Tracks (1975) </a> </li> <li> <a class="album" href="../../albums/the_basement_tapes.html"> The Basement Tapes (1975) </a> </li> <li> <a class="album" href="../../albums/desire.html"> Desire (1976) </a> </li> <li> <a class="album" href="../../albums/hard_rain.html"> Hard Rain (1976) </a> </li> <li> <a class="album" href="../../albums/street_legal.html"> Street-Legal (1978) </a> </li> <li> <a class="album" href="../../albums/bob_dylan_at_budokan.html"> Bob Dylan at Budokan (1979) </a> </li> <li> <a class="album" href="../../albums/slow_train_coming.html"> Slow Train Coming (1979) </a> </li> </ul> </li> <li class="dropdown"> <a aria-expanded="false" aria-haspopup="true" class="dropdown-toggle" data-toggle="dropdown" href="#" role="button"> 1980s <span class="caret"> </span> </a> <ul class="dropdown-menu"> <li> <a class="album" href="../../albums/saved.html"> Saved (1980) </a> </li> <li> <a class="album" href="../../albums/shot_of_love.html"> Shot of Love (1981) </a> </li> <li> <a class="album" href="../../albums/infidels.html"> Infidels (1983) </a> </li> <li> <a class="album" href="../../albums/real_live_1.html"> Real Live (1984) </a> </li> <li> <a class="album" href="../../albums/empire_burlesque.html"> Empire Burlesque (1985) </a> </li> <li> <a class="album" href="../../albums/biograph.html"> Biograph (1985) </a> </li> <li> <a class="album" href="../../albums/knocked_out_loaded.html"> Knocked Out Loaded (1986) </a> </li> <li> <a class="album" href="../../albums/down_in_the_groove.html"> Down in the Groove (1988) </a> </li> <li> <a class="album" href="../../albums/dylan_and_the_dead.html"> Dylan &amp; the Dead (1989) </a> </li> <li> <a class="album" href="../../albums/oh_mercy.html"> Oh Mercy (1989) </a> </li> </ul> </li> <li class="dropdown"> <a aria-expanded="false" aria-haspopup="true" class="dropdown-toggle" data-toggle="dropdown" href="#" role="button"> 1990s <span class="caret"> </span> </a> <ul class="dropdown-menu"> <li> <a class="album" href="../../albums/under_the_red_sky.html"> Under the Red Sky (1990) </a> </li> <li> <a class="album" href="../../albums/the_bootleg_series_volumes_1-3_rare_and_unreleased_1961-1991.html"> The Bootleg Series Volumes 1-3 (Rare &amp; Unreleased) 1961-1991 (1991) </a> </li> <li> <a class="album" href="../../albums/good_as_i_been_to_you.html"> Good As I Been to You (1992) </a> </li> <li> <a class="album" href="../../albums/world_gone_wrong.html"> World Gone Wrong (1993) </a> </li> <li> <a class="album" href="../../albums/bob_dylans_greatest_hits_volume_3.html"> Bob Dylan's Greatest Hits Volume 3 (1994) </a> </li> <li> <a class="album" href="../../albums/mtv_unplugged.html"> MTV Unplugged (1995) </a> </li> <li> <a class="album" href="../../albums/time_out_of_mind.html"> Time Out of Mind (1997) </a> </li> <li> <a class="album" href="../../albums/the_bootleg_series_vol_4_bob_dylan_live_1966.html"> The Bootleg Series Vol. 4: Bob Dylan Live 1966, The "Royal Albert Hall" Concert (1998) </a> </li> </ul> </li> <li class="dropdown"> <a aria-expanded="false" aria-haspopup="true" class="dropdown-toggle" data-toggle="dropdown" href="#" role="button"> 2000s <span class="caret"> </span> </a> <ul class="dropdown-menu"> <li> <a class="album" href="../../albums/the_essential_bob_dylan.html"> The Essential Bob Dylan (2000) </a> </li> <li> <a class="album" href="../../albums/love_and_theft.html"> Love and Theft (2001) </a> </li> <li> <a class="album" href="../../albums/the_bootleg_series_vol_5_bob_dylan_live_1975_the_rolling_thunder_revue.html"> The Bootleg Series Vol. 5: Bob Dylan Live 1975, The Rolling Thunder Revue (2002) </a> </li> <li> <a class="album" href="../../albums/the_bootleg_series_vol_6_bob_dylan_live_1964_concert_at_philharmonic_hall.html"> The Bootleg Series Vol. 6: Bob Dylan Live 1964, Concert at Philharmonic Hall (2004) </a> </li> <li> <a class="album" href="../../albums/the_best_of_bob_dylan.html"> The Best of Bob Dylan (2005) </a> </li> <li> <a class="album" href="../../albums/modern_times.html"> Modern Times (2006) </a> </li> <li> <a class="album" href="../../albums/together_through_life.html"> Together through Life (2009) </a> </li> </ul> </li> <li class="dropdown"> <a aria-expanded="false" aria-haspopup="true" class="dropdown-toggle" data-toggle="dropdown" href="#" role="button"> 2010s <span class="caret"> </span> </a> <ul class="dropdown-menu"> <li> <a class="album" href="../../albums/tempest.html"> Tempest (2012) </a> </li> </ul> </li> </ul> <div class="col-md-3" style="border:0px solid;width:30%;height:auto;"> <gcse:search> <form class="navbar-form navbar-right" role="search"> </form> </gcse:search> </div> </div> </div> </nav> <div class="container"> <div class="row"> <div class="col-md-12"> <h1> Never Say Goodbye </h1> </div> </div> <div class="row"> <div class="col-md-12"> <p> <div> Twilight on the frozen lake, a north wind about to break </div> <div> On footprints in the snow and silence down below. </div> </p> <p> <div> You're beautiful beyond words, </div> <div> You're beautiful to me, </div> <div> You could make me cry, never say goodbye, </div> <div> Because my dreams are made of iron and steel </div> <div> With a big bouquet of the roses </div> <div> Hanging down from the heavens to the ground. </div> </p> <p> <div> The crashing waves roll over me </div> <div> As I stand upon the sand </div> <div> And wait for you to come and grab hold of my hand. </div> </p> <p> <div> Oh, baby, baby, baby blue, </div> <div> You'll change your last name, too, </div> <div> You've turned your hair to brown, love to see it hanging down. </div> </p> </div> </div> </div> </body> </html>
_includes/sections/newcomer/howto.html
justarrived/justarrived.github.io
<section class=" module-howto module module--white"> <div class="module-content"> <div class="columns"> <div class="column-1-3 column--padding column-charcoal"> <div class="wrap"> <div class="js-match-height"> <h2 class="module--txt-c">{% t newcomer_howto.requirements.title %}</h2> <div class="module--checklist module-content"> <ul class="checklist"> <li class="incomplete">{% t newcomer_howto.requirements.first %}</li> <li class="incomplete">{% t newcomer_howto.requirements.second %}</li> <li class="incomplete">{% t newcomer_howto.requirements.third %}</li> </ul> </div> </div> <p class="howto-cta module--txt-c"> <a href="#" class="cd-popup-trigger-newcomer-signup border-btn border-btn--white-pink btn-large"> {% t newcomer_howto.apply.cta %} </a> </p> </div> </div> <div class="column-1-3 column--padding column-secondary"> <div class="wrap"> <div class="js-match-height"> <h2 class="module--txt-c">{% t newcomer_howto.apply.title %}</h2> <div class="module--checklist module-content"> <ul class="checklist"> <li class="incomplete">{% t newcomer_howto.apply.first %}</li> <li class="incomplete">{% t newcomer_howto.apply.second %}</li> <li class="incomplete">{% t newcomer_howto.apply.third %}</li> </ul> </div> </div> <p class="howto-cta module--txt-c"> <a href="#" class="cd-popup-trigger-newcomer-signup border-btn border-btn--white-pink btn-large"> {% t newcomer_howto.apply.cta %} </a> </p> </div> </div> <div class="column-1-3 column--padding column-charcoal"> <div class="wrap"> <div class="js-match-height"> <h2 class="module--txt-c">{% t newcomer_howto.service.title %}</h2> <div class="module--checklist module-content"> <ul class="checklist"> <li class="incomplete">{% t newcomer_howto.service.first %}</li> <li class="incomplete">{% t newcomer_howto.service.second %}</li> </ul> </div> </div> <p class="howto-cta module--txt-c"> <a href="#" class="cd-popup-trigger-newcomer-signup border-btn border-btn--white-pink btn-large"> {% t newcomer_howto.apply.cta %} </a> </p> </div> </div> </div> </div> </section>
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/1887183f869f9e53bf14744ea6583e436e2e590ec23585ae96d8270556b4e6a3.html
simonmysun/praxis
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>18 --> 19</title> <link href="./../../assets/style.css" rel="stylesheet"> </head> <body> <h2>You have to be fast</h2> <a href="./b14049019d9506b69cd5ca43363d46f24d4d80c507d3547312693d761f31d81c.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>
docs/javadoc/index-files/index-7.html
niesuch/bittorrentclient
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="pl"> <head> <!-- Generated by javadoc (version 1.7.0_80) on Mon Jan 25 22:29:17 CET 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>G-Index</title> <meta name="date" content="2016-01-25"> <link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="G-Index"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../overview-summary.html">Overview</a></li> <li>Package</li> <li>Class</li> <li>Use</li> <li><a href="../overview-tree.html">Tree</a></li> <li><a href="../deprecated-list.html">Deprecated</a></li> <li class="navBarCell1Rev">Index</li> <li><a href="../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="index-6.html">Prev Letter</a></li> <li><a href="index-8.html">Next Letter</a></li> </ul> <ul class="navList"> <li><a href="../index.html?index-filesindex-7.html" target="_top">Frames</a></li> <li><a href="index-7.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">H</a>&nbsp;<a href="index-9.html">I</a>&nbsp;<a href="index-10.html">L</a>&nbsp;<a href="index-11.html">M</a>&nbsp;<a href="index-12.html">N</a>&nbsp;<a href="index-13.html">O</a>&nbsp;<a href="index-14.html">P</a>&nbsp;<a href="index-15.html">R</a>&nbsp;<a href="index-16.html">S</a>&nbsp;<a href="index-17.html">T</a>&nbsp;<a href="index-18.html">U</a>&nbsp;<a href="index-19.html">V</a>&nbsp;<a name="_G_"> <!-- --> </a> <h2 class="title">G</h2> <dl> <dt><span class="strong"><a href="../Utils/Utils.html#generateDialogWithString(java.lang.String,%20java.lang.String)">generateDialogWithString(String, String)</a></span> - Static method in class Utils.<a href="../Utils/Utils.html" title="class in Utils">Utils</a></dt> <dd> <div class="block">Function to generate dialog with user string</div> </dd> <dt><span class="strong"><a href="../Utils/TableUtils/DownloadsTableModel.html#getAllCollumns()">getAllCollumns()</a></span> - Method in class Utils.TableUtils.<a href="../Utils/TableUtils/DownloadsTableModel.html" title="class in Utils.TableUtils">DownloadsTableModel</a></dt> <dd> <div class="block">Return array with all columns names</div> </dd> <dt><span class="strong"><a href="../Sockets/TCPConnection.html#getByArguments()">getByArguments()</a></span> - Method in class Sockets.<a href="../Sockets/TCPConnection.html" title="class in Sockets">TCPConnection</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../Utils/TableUtils/DownloadsTableModel.html#getColumnClass(int)">getColumnClass(int)</a></span> - Method in class Utils.TableUtils.<a href="../Utils/TableUtils/DownloadsTableModel.html" title="class in Utils.TableUtils">DownloadsTableModel</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../Utils/TableUtils/DownloadsTableModel.html#getColumnCount()">getColumnCount()</a></span> - Method in class Utils.TableUtils.<a href="../Utils/TableUtils/DownloadsTableModel.html" title="class in Utils.TableUtils">DownloadsTableModel</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../Utils/TableUtils/DownloadsTableModel.html#getColumnName(int)">getColumnName(int)</a></span> - Method in class Utils.TableUtils.<a href="../Utils/TableUtils/DownloadsTableModel.html" title="class in Utils.TableUtils">DownloadsTableModel</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../Utils/TableUtils/DownloadsTableModel.html#getColumnSizes()">getColumnSizes()</a></span> - Method in class Utils.TableUtils.<a href="../Utils/TableUtils/DownloadsTableModel.html" title="class in Utils.TableUtils">DownloadsTableModel</a></dt> <dd> <div class="block">Return column sizes</div> </dd> <dt><span class="strong"><a href="../Utils/TableUtils/DownloadsTableModel.html#getDownload(int)">getDownload(int)</a></span> - Method in class Utils.TableUtils.<a href="../Utils/TableUtils/DownloadsTableModel.html" title="class in Utils.TableUtils">DownloadsTableModel</a></dt> <dd> <div class="block">Return download row</div> </dd> <dt><span class="strong"><a href="../Manager/DownloadManager.html#getDownloadSpeed()">getDownloadSpeed()</a></span> - Method in class Manager.<a href="../Manager/DownloadManager.html" title="class in Manager">DownloadManager</a></dt> <dd> <div class="block">Return download speed</div> </dd> <dt><span class="strong"><a href="../Manager/DownloadManager.html#getFileName()">getFileName()</a></span> - Method in class Manager.<a href="../Manager/DownloadManager.html" title="class in Manager">DownloadManager</a></dt> <dd> <div class="block">Return download file name</div> </dd> <dt><span class="strong"><a href="../TorrentMetadata/TorrentFile.html#getHashingThreadsCount()">getHashingThreadsCount()</a></span> - Static method in class TorrentMetadata.<a href="../TorrentMetadata/TorrentFile.html" title="class in TorrentMetadata">TorrentFile</a></dt> <dd> <div class="block">Get information about how many threads to use for the piece hashing.</div> </dd> <dt><span class="strong"><a href="../Sockets/TCPConnection.html#getiBytesReceived()">getiBytesReceived()</a></span> - Method in class Sockets.<a href="../Sockets/TCPConnection.html" title="class in Sockets">TCPConnection</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../BEncoding/BElement/BDictionary.html#getInt()">getInt()</a></span> - Method in class BEncoding.BElement.<a href="../BEncoding/BElement/BDictionary.html" title="class in BEncoding.BElement">BDictionary</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../BEncoding/BElement/BElement.html#getInt()">getInt()</a></span> - Method in interface BEncoding.BElement.<a href="../BEncoding/BElement/BElement.html" title="interface in BEncoding.BElement">BElement</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../BEncoding/BElement/BInteger.html#getInt()">getInt()</a></span> - Method in class BEncoding.BElement.<a href="../BEncoding/BElement/BInteger.html" title="class in BEncoding.BElement">BInteger</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../BEncoding/BElement/BList.html#getInt()">getInt()</a></span> - Method in class BEncoding.BElement.<a href="../BEncoding/BElement/BList.html" title="class in BEncoding.BElement">BList</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../BEncoding/BElement/BString.html#getInt()">getInt()</a></span> - Method in class BEncoding.BElement.<a href="../BEncoding/BElement/BString.html" title="class in BEncoding.BElement">BString</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../Sockets/TCPServerSelector.html#getiPorts()">getiPorts()</a></span> - Method in class Sockets.<a href="../Sockets/TCPServerSelector.html" title="class in Sockets">TCPServerSelector</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../Config/Config.html#getIsConsoleLoggingEnabled()">getIsConsoleLoggingEnabled()</a></span> - Static method in class Config.<a href="../Config/Config.html" title="class in Config">Config</a></dt> <dd> <div class="block">Return isConsoleLoggingEnabled</div> </dd> <dt><span class="strong"><a href="../Sockets/TCPConnection.html#getiServerPort()">getiServerPort()</a></span> - Method in class Sockets.<a href="../Sockets/TCPConnection.html" title="class in Sockets">TCPConnection</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../Config/Config.html#getIsFileLoggingEnabled()">getIsFileLoggingEnabled()</a></span> - Static method in class Config.<a href="../Config/Config.html" title="class in Config">Config</a></dt> <dd> <div class="block">Return isFileLoggingEnabled</div> </dd> <dt><span class="strong"><a href="../Sockets/TCPConnection.html#getiTotalBytesReceived()">getiTotalBytesReceived()</a></span> - Method in class Sockets.<a href="../Sockets/TCPConnection.html" title="class in Sockets">TCPConnection</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../Sockets/TCPServerSelector.html#getKeyIterator()">getKeyIterator()</a></span> - Method in class Sockets.<a href="../Sockets/TCPServerSelector.html" title="class in Sockets">TCPServerSelector</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../BEncoding/BElement/BDictionary.html#getList()">getList()</a></span> - Method in class BEncoding.BElement.<a href="../BEncoding/BElement/BDictionary.html" title="class in BEncoding.BElement">BDictionary</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../BEncoding/BElement/BElement.html#getList()">getList()</a></span> - Method in interface BEncoding.BElement.<a href="../BEncoding/BElement/BElement.html" title="interface in BEncoding.BElement">BElement</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../BEncoding/BElement/BInteger.html#getList()">getList()</a></span> - Method in class BEncoding.BElement.<a href="../BEncoding/BElement/BInteger.html" title="class in BEncoding.BElement">BInteger</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../BEncoding/BElement/BList.html#getList()">getList()</a></span> - Method in class BEncoding.BElement.<a href="../BEncoding/BElement/BList.html" title="class in BEncoding.BElement">BList</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../BEncoding/BElement/BString.html#getList()">getList()</a></span> - Method in class BEncoding.BElement.<a href="../BEncoding/BElement/BString.html" title="class in BEncoding.BElement">BString</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../Config/Config.html#getLogFileName()">getLogFileName()</a></span> - Static method in class Config.<a href="../Config/Config.html" title="class in Config">Config</a></dt> <dd> <div class="block">Return logFileName</div> </dd> <dt><span class="strong"><a href="../Logger/Log.html#getLogger(java.lang.Class)">getLogger(Class&lt;?&gt;)</a></span> - Static method in class Logger.<a href="../Logger/Log.html" title="class in Logger">Log</a></dt> <dd> <div class="block">Configures and returns a logger</div> </dd> <dt><span class="strong"><a href="../Logger/Log.html#getLogger(java.lang.Class,%20java.util.logging.Level)">getLogger(Class&lt;?&gt;, Level)</a></span> - Static method in class Logger.<a href="../Logger/Log.html" title="class in Logger">Log</a></dt> <dd> <div class="block">Configures and returns a logger</div> </dd> <dt><span class="strong"><a href="../Config/Config.html#getLogLevel()">getLogLevel()</a></span> - Static method in class Config.<a href="../Config/Config.html" title="class in Config">Config</a></dt> <dd> <div class="block">Return logLevel</div> </dd> <dt><span class="strong"><a href="../BEncoding/BElement/BDictionary.html#getLong()">getLong()</a></span> - Method in class BEncoding.BElement.<a href="../BEncoding/BElement/BDictionary.html" title="class in BEncoding.BElement">BDictionary</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../BEncoding/BElement/BElement.html#getLong()">getLong()</a></span> - Method in interface BEncoding.BElement.<a href="../BEncoding/BElement/BElement.html" title="interface in BEncoding.BElement">BElement</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../BEncoding/BElement/BInteger.html#getLong()">getLong()</a></span> - Method in class BEncoding.BElement.<a href="../BEncoding/BElement/BInteger.html" title="class in BEncoding.BElement">BInteger</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../BEncoding/BElement/BList.html#getLong()">getLong()</a></span> - Method in class BEncoding.BElement.<a href="../BEncoding/BElement/BList.html" title="class in BEncoding.BElement">BList</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../BEncoding/BElement/BString.html#getLong()">getLong()</a></span> - Method in class BEncoding.BElement.<a href="../BEncoding/BElement/BString.html" title="class in BEncoding.BElement">BString</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../BEncoding/BElement/BDictionary.html#getMap()">getMap()</a></span> - Method in class BEncoding.BElement.<a href="../BEncoding/BElement/BDictionary.html" title="class in BEncoding.BElement">BDictionary</a></dt> <dd> <div class="block">Converts Values to Map &lt;String, BElement&gt;</div> </dd> <dt><span class="strong"><a href="../Sockets/TCPConnection.html#getoClientChannel()">getoClientChannel()</a></span> - Method in class Sockets.<a href="../Sockets/TCPConnection.html" title="class in Sockets">TCPConnection</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../Sockets/TCPConnection.html#getoReadBuffer()">getoReadBuffer()</a></span> - Method in class Sockets.<a href="../Sockets/TCPConnection.html" title="class in Sockets">TCPConnection</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../Sockets/TCPServerSelector.html#getoSelector()">getoSelector()</a></span> - Method in class Sockets.<a href="../Sockets/TCPServerSelector.html" title="class in Sockets">TCPServerSelector</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../Sockets/TCPConnection.html#getoWriteBuffer()">getoWriteBuffer()</a></span> - Method in class Sockets.<a href="../Sockets/TCPConnection.html" title="class in Sockets">TCPConnection</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../Tracker/Peer.html#getPeerId()">getPeerId()</a></span> - Method in class Tracker.<a href="../Tracker/Peer.html" title="class in Tracker">Peer</a></dt> <dd> <div class="block">Return peer's id</div> </dd> <dt><span class="strong"><a href="../Tracker/Peer.html#getPeerIp()">getPeerIp()</a></span> - Method in class Tracker.<a href="../Tracker/Peer.html" title="class in Tracker">Peer</a></dt> <dd> <div class="block">Return peer's ip</div> </dd> <dt><span class="strong"><a href="../Manager/DownloadManager.html#getProgress()">getProgress()</a></span> - Method in class Manager.<a href="../Manager/DownloadManager.html" title="class in Manager">DownloadManager</a></dt> <dd> <div class="block">Return download progress</div> </dd> <dt><span class="strong"><a href="../Sockets/TCPServerSelector.html#getProtocol()">getProtocol()</a></span> - Method in class Sockets.<a href="../Sockets/TCPServerSelector.html" title="class in Sockets">TCPServerSelector</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../Utils/TableUtils/DownloadsTableModel.html#getRowCount()">getRowCount()</a></span> - Method in class Utils.TableUtils.<a href="../Utils/TableUtils/DownloadsTableModel.html" title="class in Utils.TableUtils">DownloadsTableModel</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../Manager/DownloadManager.html#getSize()">getSize()</a></span> - Method in class Manager.<a href="../Manager/DownloadManager.html" title="class in Manager">DownloadManager</a></dt> <dd> <div class="block">Return download size</div> </dd> <dt><span class="strong"><a href="../Sockets/TCPConnection.html#getsServerName()">getsServerName()</a></span> - Method in class Sockets.<a href="../Sockets/TCPConnection.html" title="class in Sockets">TCPConnection</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../Manager/DownloadManager.html#getStatus()">getStatus()</a></span> - Method in class Manager.<a href="../Manager/DownloadManager.html" title="class in Manager">DownloadManager</a></dt> <dd> <div class="block">Return download status</div> </dd> <dt><span class="strong"><a href="../BEncoding/BElement/BDictionary.html#getString()">getString()</a></span> - Method in class BEncoding.BElement.<a href="../BEncoding/BElement/BDictionary.html" title="class in BEncoding.BElement">BDictionary</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../BEncoding/BElement/BElement.html#getString()">getString()</a></span> - Method in interface BEncoding.BElement.<a href="../BEncoding/BElement/BElement.html" title="interface in BEncoding.BElement">BElement</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../BEncoding/BElement/BInteger.html#getString()">getString()</a></span> - Method in class BEncoding.BElement.<a href="../BEncoding/BElement/BInteger.html" title="class in BEncoding.BElement">BInteger</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../BEncoding/BElement/BList.html#getString()">getString()</a></span> - Method in class BEncoding.BElement.<a href="../BEncoding/BElement/BList.html" title="class in BEncoding.BElement">BList</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../BEncoding/BElement/BString.html#getString()">getString()</a></span> - Method in class BEncoding.BElement.<a href="../BEncoding/BElement/BString.html" title="class in BEncoding.BElement">BString</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../Utils/TableUtils/ProgressRenderer.html#getTableCellRendererComponent(javax.swing.JTable,%20java.lang.Object,%20boolean,%20boolean,%20int,%20int)">getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int)</a></span> - Method in class Utils.TableUtils.<a href="../Utils/TableUtils/ProgressRenderer.html" title="class in Utils.TableUtils">ProgressRenderer</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../Manager/DownloadManager.html#getTimeRemaining()">getTimeRemaining()</a></span> - Method in class Manager.<a href="../Manager/DownloadManager.html" title="class in Manager">DownloadManager</a></dt> <dd> <div class="block">Return download time remaining</div> </dd> <dt><span class="strong"><a href="../Manager/DownloadManager.html#getUploadSpeed()">getUploadSpeed()</a></span> - Method in class Manager.<a href="../Manager/DownloadManager.html" title="class in Manager">DownloadManager</a></dt> <dd> <div class="block">Return upload speed</div> </dd> <dt><span class="strong"><a href="../Utils/TableUtils/DownloadsTableModel.html#getValueAt(int,%20int)">getValueAt(int, int)</a></span> - Method in class Utils.TableUtils.<a href="../Utils/TableUtils/DownloadsTableModel.html" title="class in Utils.TableUtils">DownloadsTableModel</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../Config/Config.html#getWindowHeight()">getWindowHeight()</a></span> - Static method in class Config.<a href="../Config/Config.html" title="class in Config">Config</a></dt> <dd> <div class="block">Return window height</div> </dd> <dt><span class="strong"><a href="../Config/Config.html#getWindowWidth()">getWindowWidth()</a></span> - Static method in class Config.<a href="../Config/Config.html" title="class in Config">Config</a></dt> <dd> <div class="block">Return window width</div> </dd> </dl> <a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">H</a>&nbsp;<a href="index-9.html">I</a>&nbsp;<a href="index-10.html">L</a>&nbsp;<a href="index-11.html">M</a>&nbsp;<a href="index-12.html">N</a>&nbsp;<a href="index-13.html">O</a>&nbsp;<a href="index-14.html">P</a>&nbsp;<a href="index-15.html">R</a>&nbsp;<a href="index-16.html">S</a>&nbsp;<a href="index-17.html">T</a>&nbsp;<a href="index-18.html">U</a>&nbsp;<a href="index-19.html">V</a>&nbsp;</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../overview-summary.html">Overview</a></li> <li>Package</li> <li>Class</li> <li>Use</li> <li><a href="../overview-tree.html">Tree</a></li> <li><a href="../deprecated-list.html">Deprecated</a></li> <li class="navBarCell1Rev">Index</li> <li><a href="../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="index-6.html">Prev Letter</a></li> <li><a href="index-8.html">Next Letter</a></li> </ul> <ul class="navList"> <li><a href="../index.html?index-filesindex-7.html" target="_top">Frames</a></li> <li><a href="index-7.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
SequenceAndCollectionFunctionsSwifter.playground/Documentation/section-44.html
iosdevzone/SwiftStandardLibraryPlaygrounds
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Section 45</title> <meta id="xcode-display" name="xcode-display" content="render"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="viewport" content="width=device-width, maximum-scale=1.0"> <link rel="stylesheet" type="text/css" href="stylesheet.css"> </head> <body> <div class="content-wrapper"> <section class="section"> <p><a href="http://swifter.natecook.com/func/reduce"><code>reduce</code> reference on Swifter</a></p> <h2 id="removeall">removeAll</h2> <p>Remove all elements from a <code>RangeReplaceableCollectionType</code>, optionally requesting the storage capacity be preserved.</p> </section> </div> </body> </html>
src/pages/singlefamily/home-possible/index.html
SCarrero/fmzurb
--- title: "HomePossible" subtitle: $50 Billion in Freddie Mac Mortgages layout: landing-sf description: "$50 Billion in Freddie Mac Mortgages" image: "" keywords: url: http://www.freddiemac.com/singlefamily/home-possible/index.html bodyclass: stylesheet: [/ss/app_sf-landing.css, /ss/app_landing.css] share: false footer: footer-landing --- <style> <style> a.connect { padding-top: 0.5rem; display: inline-block; margin-left: 0.4rem; } a.connect:first-of-type { margin-left: 0; } a.connect svg { fill: #777; width: 22px; height: 22px; } a.connect:hover svg, a.connect:focus svg { fill: #aaa; } .custom-connect { margin: 0.75rem 0 0.5rem 0; line-height: 1; } .connect-message { font-size: 1.0rem; } .inline-block{ width:100%; } </style> <!--sf header --> <div class="landing-band-sides-only"> <div class="row-container"> <div class="row collapse"> <div class="column medium-4 small-6"> <p class="logo-simple"> <a href="/"> <img class="" src="/images/FreddieMacLogo-no-tagline.svg"> </a> </p> </div> <div class="column medium-8 small-6"> <div class="text-right uppercase weight-bold"> <div class="inline-block text-center large-text-right custom-connect"> <div class="connect-message"> <span style="padding:0px;line-height:0px;">Connect with Us</span> <span> <a aria-label="Facebook" href="https://www.facebook.com/FreddieMac" class="connect"><svg aria-hidden="true" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg"><path d="M29.8 50.3h6.7V34h4.5l0.6-5.6h-5.1l0-2.8c0-1.5 0.1-2.3 2.2-2.3h2.8V17.7h-4.5c-5.4 0-7.3 2.7-7.3 7.3v3.4h-3.4v5.6h3.4V50.3zM34 64C17.4 64 4 50.6 4 34 4 17.4 17.4 4 34 4s30 13.4 30 30C64 50.6 50.6 64 34 64z"/></svg></a> <a aria-label="Twitter" href="https://twitter.com/FreddieMac" class="connect"><svg aria-hidden="true" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg"><path d="M38.2 22.3c-2.6 1-4.3 3.4-4.1 6.1l0.1 1 -1-0.1c-3.8-0.5-7.1-2.1-10-4.9l-1.4-1.4 -0.4 1c-0.8 2.3-0.3 4.7 1.3 6.3 0.8 0.9 0.6 1-0.8 0.5 -0.5-0.2-0.9-0.3-1-0.2 -0.1 0.1 0.4 2.1 0.8 2.8 0.5 1.1 1.7 2.1 2.9 2.7l1 0.5 -1.2 0c-1.2 0-1.2 0-1.1 0.5 0.4 1.4 2.1 2.8 3.9 3.5l1.3 0.4 -1.1 0.7c-1.7 1-3.6 1.5-5.6 1.6C20.8 43.3 20 43.3 20 43.4c0 0.2 2.6 1.4 4 1.9 4.5 1.4 9.8 0.8 13.7-1.6 2.8-1.7 5.7-5 7-8.2 0.7-1.7 1.4-4.9 1.4-6.4 0-1 0.1-1.1 1.2-2.3 0.7-0.7 1.3-1.4 1.5-1.6 0.2-0.4 0.2-0.4-0.9 0 -1.8 0.6-2 0.6-1.2-0.4 0.6-0.7 1.4-1.9 1.4-2.3 0-0.1-0.3 0-0.7 0.2 -0.4 0.2-1.2 0.5-1.8 0.7l-1.1 0.4 -1-0.7c-0.6-0.4-1.4-0.8-1.8-0.9C40.8 21.9 39.1 21.9 38.2 22.3zM34 64C17.4 64 4 50.6 4 34 4 17.4 17.4 4 34 4s30 13.4 30 30C64 50.6 50.6 64 34 64z"/></svg></a> <a aria-label="LinkedIn" href="https://www.linkedin.com/company/3140" class="connect"><svg aria-hidden="true" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg"><path d="M50.8 48.1V36.4c0-6.3-3.3-9.2-7.8-9.2 -3.6 0-5.2 2-6.1 3.4V27.7h-6.8c0.1 1.9 0 20.4 0 20.4h6.8V36.7c0-0.6 0-1.2 0.2-1.7 0.5-1.2 1.6-2.5 3.5-2.5 2.5 0 3.4 1.9 3.4 4.6v10.9H50.8zM23 24.9c2.4 0 3.8-1.6 3.8-3.5 0-2-1.5-3.5-3.8-3.5s-3.8 1.5-3.8 3.5c0 2 1.5 3.5 3.8 3.5H23zM34 64C17.4 64 4 50.6 4 34 4 17.4 17.4 4 34 4s30 13.4 30 30C64 50.6 50.6 64 34 64zM26.4 48.1V27.7h-6.8v20.4H26.4z"/></svg></a> <a aria-label="YouTube" href="https://www.youtube.com/freddiemac" class="connect"><svg aria-hidden="true" viewBox="8 8 125 125" xmlns="http://www.w3.org/2000/svg"><path d="M72 14.2C40.1 14.2 14.2 40.1 14.2 72c0 31.9 25.9 57.8 57.8 57.8 31.9 0 57.8-25.9 57.8-57.8C129.9 40.1 104 14.2 72 14.2zM104.4 85c0 4.4-3.6 8.1-8 8.1 0 0-6.9 1-24.7 1 -18 0-24.3-1-24.3-1 -4.4 0-8.1-3.6-8.1-8V58.5c0-4.4 3.6-8 8.1-8 0 0 6.3-1 24.3-1 17.9 0 24.8 1 24.8 1 4.4 0 8 3.6 8 8.1V85z"/><polygon points="62 84.5 84 71.8 62 59.1 "/></svg></a> </span> </div> </div> </div> </div> </div> </div> </div> <!--HERO IMAGE--> <div class="hide-for-print footer-bottom-edge"></div> <div class="landing-band landing-hero background-primary home-possible"> <div class="text-center medium-text-left"> <div class="row small-uncollapse medium-collapse gutter-bottom"> <div class="column"> <div class="callout small show-for-xlarge"></div> <div class="callout small-to-large"></div> <div class="callout small-to-large"></div> <h1 class="text-flex-32-72">$50 Billion in Freddie Mac<br>Home Possible<sup>&reg;</sup> Mortgages</h1> <h2 class="weight-light text-flex-21-28 accent-iceblue no-margin"><em>262,382 families who now own homes...and counting</em></h2> <div class="callout small show-for-xlarge"></div> <div class="callout small-to-large"></div> <div class="callout small-to-large"></div> <div class="callout small-to-large show-for-large"></div> <div class="callout small-to-large show-for-large"></div> <div class="callout small-to-large show-for-large"></div> </div> </div> <!-- highlight box --> <div style="position:relative;z-index:2; left:-4%;top:0;opacity:.5;"></div> <div class="row medium-collapse large-uncollapse background-sapphire-dim" style="position:absolute;bottom:10%;left:0;z-index:3;width:80%;"> <div class=""> <div class="column xxlarge-2"></div> <div class="column xxlarge-10"> <div class="callout text-left show-for-large"> <div class="gutter-top show-for-large"></div> <div class=""> <p class="text-static-16-18"> We're living our mission to keep housing accessible and affordable, and the numbers show it. Today more than 260,000 families with very low to moderate incomes can tell you that owning a home is now possible thanks to our cornerstone affordable-lending product, the Home Possible<sup>&reg;</sup> mortgage. </p> </div> <div class="show-for-large"></div> </div> </div> </div> </div> <div class="row"> <div class="column"> <div class="callout text-left background-sapphire-dim show-for-small hide-for-large"> <p class="text-static-16-18">We're living our mission to keep housing accessible and affordable, and the numbers show it. Today more than 260,000 families with very low to moderate incomes can tell you that owning a home is now possible thanks to our cornerstone affordable-lending product, the Home Possible<sup>&reg;</sup> mortgage. </p> </div> </div> </div> </div> </div> </div> <!--END HERO IMAGE--> <!--SECTION 2--> <div class="background-foam landing-band"> <div class="row-container"> <div class="row gutter-bottom"> <div class="large-8 large-centered column"> <p class="weight-normal text-static-16-18">The 2018 report, Barriers to Accessing Homeownership, explores current market factors that make homeownership a challenge. Here’s how Home Possible helps to overcome these barriers.</p> <p class="text-flex-15-18 text-center weight-light">-Urban Insitute, Barriers to Accessing Homeownership, September 2018</p> </div> <div class="large-8 large-centered column"> <br class="reduce show-for-xlarge"> {{> hp-rotate}} </div> <div class="large-8 large-centered column"> <p class="text-flex-15-18 text-center weight-medium">"Since 2008, low down payment mortgages have become more important, as fewer consumers can save or access liquid resources for large down payments."</p> <p class="text-flex-15-18 text-center weight-light">-Urban Insitute, Barriers to Accessing Homeownership, September 2018</p> </div> </div> </div> </div> <!--SECTION 2--> <!--SECTION 3--> <div class="landing-band background-sapphire"> <div class="row-container-narrow text-center medium-text-left"> <div class="row gutter-top gutter-bottom"> <div class="column"> <div class="gutter-top"> <p class="text-flex-21-28"><em>"The powerful impact of sustainable home ownership on families is something we do not take for granted; it is fundamental to us to help people achieve the American Dream."</em> </p> <p class="reduce text-left weight-light">-Danny Gardner, SVP, Affordable Lending Access to Credit, Freddie Mac</p> </div> </div> </div> </div> </div> <!--SECTION 3--> <!--SECTION 4 Success Storie--> <div class="background-foam landing-band background-stripes"> <div class="row-container"> <div class="row gutter-bottom"> <div class="large-8 large-centered column"> <p class="text-flex-21-28 text-center accent-sapphire"> <strong class="weight-bold">Home Possible Success Stories</strong> </p> <p class="text-center gutter-all text-static-16-18">More housing professionals - like loan officers, real estate agents, and housing counselors - are finding Home Possible mortgages to be the perfect solution for their customers. See some real-world borrower successes in these video stories</p> </div> <div class="column large-12 large-centered"> <div class="row large-up-3 text-static-16-18"> <div class="column column-block medium-8 small-centered"> <div class="gutter-bottom show-for-large text-center"> <a class="video-modal" href="https://www.youtube.com/watch?v=26OUQIjRRbc" data-src="//www.youtube-nocookie.com/embed/26OUQIjRRbc?rel=0&amp;wmode=transparent"> <img alt="video 1" src="/singlefamily/home-possible/images/HP_Success_video_still1.png"></a> </div> </div> <div class="column column-block medium-8 small-centered"> <div class="gutter-bottom show-for-large text-center"> <a class="video-modal" href="https://www.youtube.com/watch?v=26OUQIjRRbc" data-src="//www.youtube-nocookie.com/embed/26OUQIjRRbc?rel=0&amp;wmode=transparent"> <img alt="video 2" src="/singlefamily/home-possible/images/HP_Success_video_still2.png"> </a> </div> </div> <div class="column column-block medium-8 small-centered"> <div class="gutter-bottom show-for-large text-center"> <a class="video-modal" href="https://www.youtube.com/watch?v=26OUQIjRRbc" data-src="//www.youtube-nocookie.com/embed/26OUQIjRRbc?rel=0&amp;wmode=transparent"> <img alt="video 3" src="/singlefamily/home-possible/images/HP_Success_video_still3.png"> </a> </div> </div> </div> </div> </div> <!-- Did You Know --> <div class="row"> <div class="column"> <div class="callout hollow background-white" style="border-width:10px;"> <div class="row gutter-top gutter-bottom"> <div class="column large-11 large-centered"> <div class="row"> <div class="large-4 column"> <div class=""> <img alt="did you know" src="/singlefamily/home-possible/images/did_you_know_icon_blue.svg"> </div> </div> <div class="large-7 large-offset-1 column"> <br class="show-for-small"> <p> We recently updated Home Possible with credit flexibilities that make it easier and faster to offer home financing to potential customers </p> <ul> <li>Three percent down solution</li> <li>Flexible sources of down payment</li> <li>Cancellable mortgage insurance</li> <li>Non-occupying borrowers allowed</li> <li>Income flexibility</li> </ul> </div> </div> </div> </div> </div> </div> </div> </div> </div> <!--SECTION 4 Success Storie--> <!--SECTION 5 Rise--> <div class="background-primary landing-band"> <div class="row-container"> <div class="row" data-equalizer="rise"> <div class="column medium-6" data-equalizer-watch="rise"> <img class="no-border" alt="RISE" src="/singlefamily/home-possible/images/HP_RISE_General_Reverse.svg"> </div> <div class="column medium-6" data-equalizer-watch="rise"> <div class="callout background-primary"> <p> Recognizing Those Who Make Home Possible Learn about our 2018 RISE Award winners: institutions and individual professionals who are using Home Possible to make a powerful impact in their communities. </p> <p><a href="#" class="button hollow">Learn More</a></p> </div> </div> </div> </div> </div> <!--SECTION 5 Rise--> <!--SECTION 6 Learn More--> <div class="background-white landing-band "> <div class="row-container"> <div class="column"> <p>Where to Learn More</p> <ul> <li><a href="">Home Possible Mortgage Fact Sheet</a></li> <li><a href="">Real Estate Professionals Resource Center</a></li> <li><a href="">Housing Counselors Resource Center</a></li> <li><a href="">The Learning Center</a></li> </ul> </div> </div> </div> <!--SECTION 6 Learn More-->
gesture-lock/gesture-verify.html
CharLemAznable/H5-Gesture-Lock
<!DOCTYPE html> <html lang="zh"> <head> <meta charset="UTF-8"></meta> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"></meta> <title></title> <link rel="stylesheet" href="./_css/gesture-lock.css"></link> <script type="text/javascript" src="../common/_js/common.js"></script> <script type="text/javascript" src="./_js/gesture-lock.js"></script> </head> <body> <div id="login-header" class="header" style="display:none;"> <div id="user-photo-border" class="photo-border photo-border-img photo-mt"> <img id="user-photo" class="photo-default photo-default-img" src="../common/_img/blank.gif"></img> </div> <div id="phone-number" class="pd08"> </div> <div id="login-message" class="pd08 red"> </div> </div> <div id="verify-header" class="header" style="display:none;"> <button id="gesture-back" class="back back-img" onclick="GestureVerify.backExit();"></button> <div id="title" class="title">验证手势密码</div> <div id="verify-comment" class="single-message" style="display:block;">请输入原手势密码</div> <div id="verify-message" class="single-message red" style="display:none;"> </div> </div> <div id="gesture-lock"></div> <button id="forget" onclick="GestureVerify.forgetPassword();">忘记登录手势</button> <script type="text/javascript"> if (!window.localStorage.getItem('pswd-retry')) { window.localStorage.setItem('pswd-retry', 0); } var GestureVerify = {}; if (Common.urlParam('verify') == 'login') { document.getElementById("login-header").style.display = "block"; document.getElementById("verify-header").style.display = "none"; GestureVerify.showMessage = function(msg) { document.getElementById("login-message").innerHTML = msg; } GestureVerify.hideMessage = function() { document.getElementById("login-message").innerHTML = " "; } /* mock user info init */ setTimeout(function() { document.getElementById("user-photo").src = "./_img/mock-user-photo.jpg"; document.getElementById("phone-number").innerHTML = "186****5678"; }, 0); /* mock user info end */ } else { document.getElementById("login-header").style.display = "none"; document.getElementById("verify-header").style.display = "block"; GestureVerify.showMessage = function(msg) { document.getElementById("verify-comment").style.display = "none"; document.getElementById("verify-message").innerHTML = msg; document.getElementById("verify-message").style.display = "block"; } GestureVerify.hideMessage = function() { document.getElementById("verify-message").style.display = "none"; document.getElementById("verify-message").innerHTML = " "; document.getElementById("verify-comment").style.display = "block"; } } GestureVerify.backExit = function() { history.go(-1); } GestureVerify.forgetPassword = function() { if (confirm("忘记登录手势需要重新登录")) { window.localStorage.setItem('pswd-retry', 0); window.localStorage.removeItem('password'); history.go(-1); } } GestureVerify.touchEnded = function(gestureLock, password) { this.hideMessage(); var pw = window.localStorage.getItem('password'); if (password == pw) { window.localStorage.setItem('pswd-retry', 0); if (Common.urlParam('target')) { window.location = decodeURIComponent(Common.urlParam('target')); } else { history.go(-1); } } else { gestureLock.uninteractive = true; gestureLock.showError(); var retry = Number(window.localStorage.getItem('pswd-retry')) + 1; window.localStorage.setItem('pswd-retry', retry); if (retry >= 5) { GestureVerify.backExit(); return; } this.showMessage("密码输入错误,还可以输入" + (5 - retry) + "次"); setTimeout(function() { gestureLock.reset(); gestureLock.uninteractive = false; }, 1000); } } var gestureLock = new GestureLock({ lockId : 'lock-canvas', root: document.getElementById("gesture-lock"), delegate: GestureVerify }); gestureLock.init(); </script> </body> </html>
_layouts/tag_index.html
Mtax/mtax.github.com
--- layout: page-tag-sidebar-left --- {% for post in site.posts %} {% for tag in post.tags %} {% if tag == page.tag %} {% include articles_in_tag.html %} {% endif %} {% endfor %} {% endfor %}
nadruki/assets/css/style.css
phpeek/phpeek.github.io
body { font-family: 'Dosis', sans-serif; } #header-image-wrapper { height: 30px; }
user_libraries/avro-c/avro-doc-1.4.1/api/cpp/html/classavro_1_1CompoundLayout-members.html
glenn-edgar/lua_frame_work
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <title>Avro C++: Member List</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="doxygen.css" rel="stylesheet" type="text/css"/> </head> <body> <!-- Generated by Doxygen 1.6.3 --> <div class="navigation" id="top"> <div class="tabs"> <ul> <li><a href="index.html"><span>Main&nbsp;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="dirs.html"><span>Directories</span></a></li> </ul> </div> <div class="tabs"> <ul> <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li> <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li> </ul> </div> </div> <div class="contents"> <h1>avro::CompoundLayout Member List</h1>This is the complete list of members for <a class="el" href="classavro_1_1CompoundLayout.html">avro::CompoundLayout</a>, including all inherited members.<table> <tr bgcolor="#f0f0f0"><td><b>add</b>(Layout *layout) (defined in <a class="el" href="classavro_1_1CompoundLayout.html">avro::CompoundLayout</a>)</td><td><a class="el" href="classavro_1_1CompoundLayout.html">avro::CompoundLayout</a></td><td><code> [inline]</code></td></tr> <tr bgcolor="#f0f0f0"><td><b>at</b>(size_t idx) const (defined in <a class="el" href="classavro_1_1CompoundLayout.html">avro::CompoundLayout</a>)</td><td><a class="el" href="classavro_1_1CompoundLayout.html">avro::CompoundLayout</a></td><td><code> [inline]</code></td></tr> <tr bgcolor="#f0f0f0"><td><b>CompoundLayout</b>(size_t offset=0) (defined in <a class="el" href="classavro_1_1CompoundLayout.html">avro::CompoundLayout</a>)</td><td><a class="el" href="classavro_1_1CompoundLayout.html">avro::CompoundLayout</a></td><td><code> [inline]</code></td></tr> <tr bgcolor="#f0f0f0"><td><b>Layout</b>(size_t offset=0) (defined in <a class="el" href="classavro_1_1Layout.html">avro::Layout</a>)</td><td><a class="el" href="classavro_1_1Layout.html">avro::Layout</a></td><td><code> [inline, protected]</code></td></tr> <tr bgcolor="#f0f0f0"><td><b>offset</b>() const (defined in <a class="el" href="classavro_1_1Layout.html">avro::Layout</a>)</td><td><a class="el" href="classavro_1_1Layout.html">avro::Layout</a></td><td><code> [inline]</code></td></tr> <tr bgcolor="#f0f0f0"><td><b>~Layout</b>() (defined in <a class="el" href="classavro_1_1Layout.html">avro::Layout</a>)</td><td><a class="el" href="classavro_1_1Layout.html">avro::Layout</a></td><td><code> [inline, virtual]</code></td></tr> </table></div> <hr class="footer"/><address style="text-align: right;"><small>Generated on Fri Oct 8 14:36:18 2010 for Avro C++ by&nbsp; <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.3 </small></address> </body> </html>
ajax/libs/semantic-ui/1.8.0/components/step.css
yogeshsaroya/new-cdnjs
version https://git-lfs.github.com/spec/v1 oid sha256:d938be33b3a045de280662018efccb4fe73e7d5656a4b7043606b72319b7a909 size 17654
spec/fixtures/legacy_default_index.html
nodeframe/html-webpack-plugin
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>{{htmlWebpackPlugin.options.title}}</title> </head> <body> {% for index,chunk in htmlWebpackPlugin.assets %} <script src="{{chunk}}"></script> {% endfor %} </body> </html>
src/css/profile.css
Grandclosing/CodeFoundry
.side { margin-top: 15px; } .userInfo { width: 50%; height: 65%; float: left; } .userLists { width: 50%; height: 65%; float: right; } .photo { display: block; margin: 0 auto; border-radius: 5px; margin-top: 100px; } .userNamePlate { font-family: 'Montserrat', sans-serif; font-size: 25px; color: #262626; font-weight: bold; text-align: center; margin-top: 5px; margin-bottom: 0px; } .userEmailPlate { font-family: 'Montserrat', sans-serif; font-size: 15px; color: #565656; text-align: center; margin-top: 3px; } .selfPosts { width: 90%; } .likedPosts { width: 90%; } .publishButton { display: block; margin: 0 auto; background-color: #39CE39 !important; color: white !important; font-weight: bold; } .titleSection { width: 100%; height: 30px; background-color: #F5F5F5; border-top-right-radius: 5px; border-top-left-radius: 5px; } .selfPostTitle { font-family: 'Montserrat', sans-serif; font-size: 20px; color: #565656; /* text-align: center; */ font-weight: bold; /* margin-top: 0px; */ margin-left: 10px; padding-top: 3px; } .interestListArea { clear: both; width: 100%; height: 35%; } .interestsTitle { font-family: 'Montserrat', sans-serif; font-size: 25px; color: #565656; margin-left: 75px; } .chipContainer { width: 90%; display: block; margin: 0 auto; }
v5/user-agent-detail/fa/3e/fa3e0853-67a7-4296-b9f6-029441fdfff8.html
ThaDafinser/UserAgentParserComparison
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>User agent detail - Mozilla/5.0 (Linux; Android 4.0.4; K-Touch W806+ Build/IMM76I) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31 OPR/14.0.1074.58201</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <link href="../circle.css" rel="stylesheet"> </head> <body> <div class="container"> <div class="section"> <h1 class="header center orange-text">User agent detail</h1> <div class="row center"> <h5 class="header light"> Mozilla/5.0 (Linux; Android 4.0.4; K-Touch W806+ Build/IMM76I) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31 OPR/14.0.1074.58201 </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">Ktouch</td><td>W806+</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-cfed3005-df48-4fa8-bf03-4f6ef8988f59">Detail</a> <!-- Modal Structure --> <div id="modal-cfed3005-df48-4fa8-bf03-4f6ef8988f59" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UAParser result detail</h4> <p><pre><code class="php">Array ( [user_agent_string] => Mozilla/5.0 (Linux; Android 4.0.4; K-Touch W806+ Build/IMM76I) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31 OPR/14.0.1074.58201 [family] => K-Touch W806+ [brand] => Ktouch [model] => W806+ ) </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>Opera Mobile 14.0</td><td>Blink </td><td>Android 4.0</td><td style="border-left: 1px solid #555"></td><td></td><td>Mobile Phone</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.018</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-47a9cd06-e213-4882-bc34-db6aed664223">Detail</a> <!-- Modal Structure --> <div id="modal-47a9cd06-e213-4882-bc34-db6aed664223" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>BrowscapFull result detail</h4> <p><pre><code class="php">stdClass Object ( [browser_name_regex] => /^mozilla\/5\.0 \(.*linux.*android.4\.0.*\) applewebkit\/.* \(khtml.* like gecko\).*chrome\/.*safari\/.* opr\/14\..*$/ [browser_name_pattern] => mozilla/5.0 (*linux*android?4.0*) applewebkit/* (khtml* like gecko)*chrome/*safari/* opr/14.* [parent] => Opera Mobile 14.0 for Android [comment] => Opera Mobile 14.0 for Android [browser] => Opera Mobile [browser_type] => Browser [browser_bits] => 32 [browser_maker] => Opera Software ASA [browser_modus] => unknown [version] => 14.0 [majorver] => 14 [minorver] => 0 [platform] => Android [platform_version] => 4.0 [platform_description] => Android OS [platform_bits] => 32 [platform_maker] => Google Inc [alpha] => [beta] => [win16] => [win32] => [win64] => [frames] => 1 [iframes] => 1 [tables] => 1 [cookies] => 1 [backgroundsounds] => [javascript] => 1 [vbscript] => [javaapplets] => [activexcontrols] => [ismobiledevice] => 1 [istablet] => [issyndicationreader] => [crawler] => [isfake] => [isanonymized] => [ismodified] => [cssversion] => 3 [aolversion] => 0 [device_name] => general Mobile Phone [device_maker] => unknown [device_type] => Mobile Phone [device_pointing_method] => touchscreen [device_code_name] => general Mobile Phone [device_brand_name] => unknown [renderingengine_name] => Blink [renderingengine_version] => unknown [renderingengine_description] => a WebKit Fork by Google [renderingengine_maker] => Google Inc ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>BrowscapLite<br /><small>6014</small><br /></td><td>Chrome </td><td><i class="material-icons">close</i></td><td>Android </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 Phone</td><td>yes</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.009</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-42bb56ba-b834-47c5-bea0-c0270e9ab371">Detail</a> <!-- Modal Structure --> <div id="modal-42bb56ba-b834-47c5-bea0-c0270e9ab371" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>BrowscapLite result detail</h4> <p><pre><code class="php">stdClass Object ( [browser_name_regex] => /^mozilla\/5\.0 \(.*linux.*android.*\) applewebkit\/.* \(khtml.* like gecko\) chrome\/.*safari\/.*$/ [browser_name_pattern] => mozilla/5.0 (*linux*android*) applewebkit/* (khtml* like gecko) chrome/*safari/* [parent] => Chrome Generic for Android [comment] => Chrome Generic [browser] => Chrome [browser_type] => unknown [browser_bits] => 0 [browser_maker] => unknown [browser_modus] => unknown [version] => 0.0 [majorver] => 0 [minorver] => 0 [platform] => Android [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] => false [isfake] => false [isanonymized] => false [ismodified] => false [cssversion] => 0 [aolversion] => 0 [device_name] => unknown [device_maker] => unknown [device_type] => Mobile Phone [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>BrowscapPhp<br /><small>6014</small><br /></td><td>Opera Mobile 14.0</td><td><i class="material-icons">close</i></td><td>Android </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 Phone</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.021</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-ad0041a2-b0f4-43f6-a70d-cad1443caa68">Detail</a> <!-- Modal Structure --> <div id="modal-ad0041a2-b0f4-43f6-a70d-cad1443caa68" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>BrowscapPhp result detail</h4> <p><pre><code class="php">stdClass Object ( [browser_name_regex] => /^mozilla\/5\.0 \(.*linux.*android.*\) applewebkit\/.* \(khtml.* like gecko\).*chrome\/.*safari\/.* opr\/14\..*$/ [browser_name_pattern] => mozilla/5.0 (*linux*android*) applewebkit/* (khtml* like gecko)*chrome/*safari/* opr/14.* [parent] => Opera Mobile 14.0 for Android [comment] => Opera Mobile 14.0 for Android [browser] => Opera Mobile [browser_type] => unknown [browser_bits] => 0 [browser_maker] => Opera Software ASA [browser_modus] => unknown [version] => 14.0 [majorver] => 14 [minorver] => 0 [platform] => Android [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 Phone [device_pointing_method] => touchscreen [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>Opera Next 14.0.1074.58201</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-15fbc1f0-2615-4d42-b5d9-a30dd647b050">Detail</a> <!-- Modal Structure --> <div id="modal-15fbc1f0-2615-4d42-b5d9-a30dd647b050" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>DonatjUAParser result detail</h4> <p><pre><code class="php">Array ( [platform] => Android [browser] => Opera Next [version] => 14.0.1074.58201 ) </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>Opera 14.0.1074.58201</td><td><i class="material-icons">close</i></td><td>AndroidOS 4.0.4</td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.001</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-b85a2b91-6a55-4436-a82c-1ea0d46e2e51">Detail</a> <!-- Modal Structure --> <div id="modal-b85a2b91-6a55-4436-a82c-1ea0d46e2e51" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>JenssegersAgent result detail</h4> <p><pre><code class="php">Array ( [browserName] => Opera [browserVersion] => 14.0.1074.58201 [osName] => AndroidOS [osVersion] => 4.0.4 [deviceModel] => WebKit [isMobile] => 1 [isRobot] => [botName] => ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>NeutrinoApiCom<br /><small></small><br /></td><td>Opera Mobile 14.0.1074.58201</td><td><i class="material-icons">close</i></td><td>Android 4.0.4</td><td style="border-left: 1px solid #555">K-Touch</td><td>W806+</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.27102</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] => 800 [is_mobile] => 1 [type] => mobile-browser [mobile_brand] => K-Touch [mobile_model] => W806+ [version] => 14.0.1074.58201 [is_android] => 1 [browser_name] => Opera Mobile [operating_system_family] => Android [operating_system_version] => 4.0.4 [is_ios] => [producer] => Opera Software ASA. [operating_system] => Android 4.0.x Ice Cream Sandwich [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.6.1</small><br /></td><td>Opera Mobile 14.0</td><td>Presto </td><td>Android 4.0</td><td style="border-left: 1px solid #555">K-Touch</td><td>W806+</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-4a941d34-a8d3-4914-9724-346f60ad7046">Detail</a> <!-- Modal Structure --> <div id="modal-4a941d34-a8d3-4914-9724-346f60ad7046" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>PiwikDeviceDetector result detail</h4> <p><pre><code class="php">Array ( [client] => Array ( [type] => browser [name] => Opera Mobile [short_name] => OM [version] => 14.0 [engine] => Presto ) [operatingSystem] => Array ( [name] => Android [short_name] => AND [version] => 4.0 [platform] => ) [device] => Array ( [brand] => KT [brandName] => K-Touch [model] => W806+ [device] => 1 [deviceName] => smartphone ) [bot] => [extra] => Array ( [isBot] => [isBrowser] => 1 [isFeedReader] => [isMobileApp] => [isPIM] => [isLibrary] => [isMediaPlayer] => [isCamera] => [isCarBrowser] => [isConsole] => [isFeaturePhone] => [isPhablet] => [isPortableMediaPlayer] => [isSmartDisplay] => [isSmartphone] => 1 [isTablet] => [isTV] => [isDesktop] => [isMobile] => 1 [isTouchEnabled] => ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>SinergiBrowserDetector<br /><small>6.0.1</small><br /></td><td>Opera 14.0.1074.58201</td><td><i class="material-icons">close</i></td><td>Android 4.0.4</td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.001</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-ec1cd248-02b0-457e-8a9d-35bb99af008c">Detail</a> <!-- Modal Structure --> <div id="modal-ec1cd248-02b0-457e-8a9d-35bb99af008c" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>SinergiBrowserDetector result detail</h4> <p><pre><code class="php">Array ( [browser] => Sinergi\BrowserDetector\Browser Object ( [userAgent:Sinergi\BrowserDetector\Browser:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; Android 4.0.4; K-Touch W806+ Build/IMM76I) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31 OPR/14.0.1074.58201 ) [name:Sinergi\BrowserDetector\Browser:private] => Opera [version:Sinergi\BrowserDetector\Browser:private] => 14.0.1074.58201 [isRobot:Sinergi\BrowserDetector\Browser:private] => [isChromeFrame:Sinergi\BrowserDetector\Browser:private] => [isFacebookWebView:Sinergi\BrowserDetector\Browser:private] => [isCompatibilityMode:Sinergi\BrowserDetector\Browser:private] => ) [operatingSystem] => Sinergi\BrowserDetector\Os Object ( [name:Sinergi\BrowserDetector\Os:private] => Android [version:Sinergi\BrowserDetector\Os:private] => 4.0.4 [isMobile:Sinergi\BrowserDetector\Os:private] => 1 [userAgent:Sinergi\BrowserDetector\Os:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; Android 4.0.4; K-Touch W806+ Build/IMM76I) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31 OPR/14.0.1074.58201 ) ) [device] => Sinergi\BrowserDetector\Device Object ( [name:Sinergi\BrowserDetector\Device:private] => unknown [userAgent:Sinergi\BrowserDetector\Device:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; Android 4.0.4; K-Touch W806+ Build/IMM76I) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31 OPR/14.0.1074.58201 ) ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UAParser<br /><small>v3.4.5</small><br /></td><td>Opera Mobile 14.0.1074</td><td><i class="material-icons">close</i></td><td>Android 4.0.4</td><td style="border-left: 1px solid #555">Ktouch</td><td>W806+</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] => 14 [minor] => 0 [patch] => 1074 [family] => Opera Mobile ) [os] => UAParser\Result\OperatingSystem Object ( [major] => 4 [minor] => 0 [patch] => 4 [patchMinor] => [family] => Android ) [device] => UAParser\Result\Device Object ( [brand] => Ktouch [model] => W806+ [family] => K-Touch W806+ ) [originalUserAgent] => Mozilla/5.0 (Linux; Android 4.0.4; K-Touch W806+ Build/IMM76I) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31 OPR/14.0.1074.58201 ) </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>Opera 14.0.1074.58201</td><td>WebKit 537.31</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.15301</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-afeb05fb-26b9-4509-b8ac-0c604a9e97d6">Detail</a> <!-- Modal Structure --> <div id="modal-afeb05fb-26b9-4509-b8ac-0c604a9e97d6" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UserAgentApiCom result detail</h4> <p><pre><code class="php">stdClass Object ( [platform_name] => Android [platform_version] => 4.0.4 [platform_type] => Mobile [browser_name] => Opera [browser_version] => 14.0.1074.58201 [engine_name] => WebKit [engine_version] => 537.31 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UserAgentStringCom<br /><small></small><br /></td><td>Android Webkit Browser </td><td><i class="material-icons">close</i></td><td>Android 4.0.4</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.08701</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-08a9ddfb-838f-48d7-9ede-1d132306b2ee">Detail</a> <!-- Modal Structure --> <div id="modal-08a9ddfb-838f-48d7-9ede-1d132306b2ee" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UserAgentStringCom result detail</h4> <p><pre><code class="php">stdClass Object ( [agent_type] => Browser [agent_name] => Android Webkit Browser [agent_version] => -- [os_type] => Android [os_name] => Android [os_versionName] => [os_versionNumber] => 4.0.4 [os_producer] => [os_producerURL] => [linux_distibution] => Null [agent_language] => [agent_languageTag] => ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>WhatIsMyBrowserCom<br /><small></small><br /></td><td>Opera 14.0.1074.58201</td><td>WebKit 537.31</td><td>Android 4.0.4</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.23801</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-5fc1ff22-a74d-481b-9ad1-fcfde73ded9c">Detail</a> <!-- Modal Structure --> <div id="modal-5fc1ff22-a74d-481b-9ad1-fcfde73ded9c" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhatIsMyBrowserCom result detail</h4> <p><pre><code class="php">stdClass Object ( [operating_system_name] => Android [simple_sub_description_string] => [simple_browser_string] => Opera 14 on Android (Ice Cream Sandwich) [browser_version] => 14 [extra_info] => Array ( ) [operating_platform] => [extra_info_table] => stdClass Object ( [System Build] => IMM76I ) [layout_engine_name] => WebKit [detected_addons] => Array ( ) [operating_system_flavour_code] => [hardware_architecture] => [operating_system_flavour] => [operating_system_frameworks] => Array ( ) [browser_name_code] => opera [operating_system_version] => Ice Cream Sandwich [simple_operating_platform_string] => [is_abusive] => [layout_engine_version] => 537.31 [browser_capabilities] => Array ( [0] => Touch capability ) [operating_platform_vendor_name] => [operating_system] => Android (Ice Cream Sandwich) [operating_system_version_full] => 4.0.4 [operating_platform_code] => [browser_name] => Opera [operating_system_name_code] => android [user_agent] => Mozilla/5.0 (Linux; Android 4.0.4; K-Touch W806+ Build/IMM76I) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31 OPR/14.0.1074.58201 [browser_version_full] => 14.0.1074.58201 [browser] => Opera 14 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>WhichBrowser<br /><small>v2.0.18</small><br /></td><td>Opera Mobile 14.0</td><td>Webkit 537.31</td><td>Android 4.0.4</td><td style="border-left: 1px solid #555">K-Touch</td><td>W806</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.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 ( [browser] => Array ( [name] => Opera Mobile [family] => Array ( [name] => Chrome [version] => 26 ) [version] => 14.0 [type] => browser ) [engine] => Array ( [name] => Webkit [version] => 537.31 ) [os] => Array ( [name] => Android [version] => 4.0.4 ) [device] => Array ( [type] => mobile [subtype] => smart [manufacturer] => K-Touch [model] => W806 ) ) </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>Opera 14.0.1074.58201</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>smartphone</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-f00e7198-0e22-49fe-bad0-dbb3a9cde9b9">Detail</a> <!-- Modal Structure --> <div id="modal-f00e7198-0e22-49fe-bad0-dbb3a9cde9b9" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Woothee result detail</h4> <p><pre><code class="php">Array ( [name] => Opera [vendor] => Opera [version] => 14.0.1074.58201 [category] => smartphone [os] => Android [os_version] => 4.0.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>Wurfl<br /><small>1.7.1.0</small><br /></td><td>Opera 14.0.1074.58201</td><td><i class="material-icons">close</i></td><td>Android 4.0.4</td><td style="border-left: 1px solid #555">K-Touch</td><td>W806+</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.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] => 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] => 4.0.4 [advertised_browser] => Opera [advertised_browser_version] => 14.0.1074.58201 [complete_device_name] => K-Touch W806+ [device_name] => K-Touch W806+ [form_factor] => Smartphone [is_phone] => true [is_app_webview] => false ) [all] => Array ( [brand_name] => K-Touch [model_name] => W806+ [unique] => true [ununiqueness_handler] => [is_wireless_device] => true [device_claims_web_support] => true [has_qwerty_keyboard] => true [can_skip_aligned_link_row] => true [uaprof] => [uaprof2] => [uaprof3] => [nokia_series] => 0 [nokia_edition] => 0 [device_os] => Android [mobile_browser] => Android Webkit [mobile_browser_version] => [device_os_version] => 4.0 [pointing_method] => touchscreen [release_date] => 2012_april [marketing_name] => [model_extra_info] => [nokia_feature_pack] => 0 [can_assign_phone_number] => true [is_tablet] => false [manufacturer_name] => [is_bot] => false [is_google_glass] => false [proportional_font] => false [built_in_back_button_support] => false [card_title_support] => true [softkey_support] => false [table_support] => true [numbered_menus] => false [menu_with_select_element_recommended] => false [menu_with_list_of_links_recommended] => true [icons_on_menu_items_support] => false [break_list_of_links_with_br_element_recommended] => true [access_key_support] => false [wrap_mode_support] => false [times_square_mode_support] => false [deck_prefetch_support] => false [elective_forms_recommended] => true [wizards_recommended] => false [image_as_link_support] => false [insert_br_element_after_widget_recommended] => false [wml_can_display_images_and_text_on_same_line] => false [wml_displays_image_in_center] => false [opwv_wml_extensions_support] => false [wml_make_phone_call_string] => wtai://wp/mc; [chtml_display_accesskey] => false [emoji] => false [chtml_can_display_images_and_text_on_same_line] => false [chtml_displays_image_in_center] => false [imode_region] => none [chtml_make_phone_call_string] => tel: [chtml_table_support] => false [xhtml_honors_bgcolor] => true [xhtml_supports_forms_in_table] => true [xhtml_support_wml2_namespace] => false [xhtml_autoexpand_select] => false [xhtml_select_as_dropdown] => false [xhtml_select_as_radiobutton] => false [xhtml_select_as_popup] => false [xhtml_display_accesskey] => false [xhtml_supports_invisible_text] => false [xhtml_supports_inline_input] => false [xhtml_supports_monospace_font] => false [xhtml_supports_table_for_layout] => true [xhtml_supports_css_cell_table_coloring] => true [xhtml_format_as_css_property] => false [xhtml_format_as_attribute] => false [xhtml_nowrap_mode] => false [xhtml_marquee_as_css_property] => false [xhtml_readable_background_color1] => #FFFFFF [xhtml_readable_background_color2] => #FFFFFF [xhtml_allows_disabled_form_elements] => true [xhtml_document_title_support] => true [xhtml_preferred_charset] => iso-8859-1 [opwv_xhtml_extensions_support] => false [xhtml_make_phone_call_string] => tel: [xhtmlmp_preferred_mime_type] => text/html [xhtml_table_support] => true [xhtml_send_sms_string] => sms: [xhtml_send_mms_string] => mms: [xhtml_file_upload] => supported [cookie_support] => true [accept_third_party_cookie] => true [xhtml_supports_iframe] => full [xhtml_avoid_accesskeys] => true [xhtml_can_embed_video] => none [ajax_support_javascript] => true [ajax_manipulate_css] => true [ajax_support_getelementbyid] => true [ajax_support_inner_html] => true [ajax_xhr_type] => standard [ajax_manipulate_dom] => true [ajax_support_events] => true [ajax_support_event_listener] => true [ajax_preferred_geoloc_api] => w3c_api [xhtml_support_level] => 4 [preferred_markup] => html_web_4_0 [wml_1_1] => false [wml_1_2] => false [wml_1_3] => false [html_wi_w3_xhtmlbasic] => true [html_wi_oma_xhtmlmp_1_0] => true [html_wi_imode_html_1] => false [html_wi_imode_html_2] => false [html_wi_imode_html_3] => false [html_wi_imode_html_4] => false [html_wi_imode_html_5] => false [html_wi_imode_htmlx_1] => false [html_wi_imode_htmlx_1_1] => false [html_wi_imode_compact_generic] => false [html_web_3_2] => true [html_web_4_0] => true [voicexml] => false [multipart_support] => false [total_cache_disable_support] => false [time_to_live_support] => false [resolution_width] => 480 [resolution_height] => 800 [columns] => 60 [max_image_width] => 320 [max_image_height] => 480 [rows] => 40 [physical_screen_width] => 57 [physical_screen_height] => 94 [dual_orientation] => true [density_class] => 1.0 [wbmp] => true [bmp] => false [epoc_bmp] => false [gif_animated] => false [jpg] => true [png] => true [tiff] => false [transparent_png_alpha] => true [transparent_png_index] => true [svgt_1_1] => true [svgt_1_1_plus] => false [greyscale] => false [gif] => true [colors] => 65536 [webp_lossy_support] => true [webp_lossless_support] => false [post_method_support] => true [basic_authentication_support] => true [empty_option_value_support] => true [emptyok] => false [nokia_voice_call] => false [wta_voice_call] => false [wta_phonebook] => false [wta_misc] => false [wta_pdc] => false [https_support] => true [phone_id_provided] => false [max_data_rate] => 3600 [wifi] => true [sdio] => false [vpn] => false [has_cellular_radio] => true [max_deck_size] => 2000000 [max_url_length_in_requests] => 256 [max_url_length_homepage] => 0 [max_url_length_bookmark] => 0 [max_url_length_cached_page] => 0 [max_no_of_connection_settings] => 0 [max_no_of_bookmarks] => 0 [max_length_of_username] => 0 [max_length_of_password] => 0 [max_object_size] => 0 [downloadfun_support] => false [directdownload_support] => true [inline_support] => false [oma_support] => true [ringtone] => false [ringtone_3gpp] => false [ringtone_midi_monophonic] => false [ringtone_midi_polyphonic] => false [ringtone_imelody] => false [ringtone_digiplug] => false [ringtone_compactmidi] => false [ringtone_mmf] => false [ringtone_rmf] => false [ringtone_xmf] => false [ringtone_amr] => false [ringtone_awb] => false [ringtone_aac] => false [ringtone_wav] => false [ringtone_mp3] => false [ringtone_spmidi] => false [ringtone_qcelp] => false [ringtone_voices] => 1 [ringtone_df_size_limit] => 0 [ringtone_directdownload_size_limit] => 0 [ringtone_inline_size_limit] => 0 [ringtone_oma_size_limit] => 0 [wallpaper] => false [wallpaper_max_width] => 0 [wallpaper_max_height] => 0 [wallpaper_preferred_width] => 0 [wallpaper_preferred_height] => 0 [wallpaper_resize] => none [wallpaper_wbmp] => false [wallpaper_bmp] => false [wallpaper_gif] => false [wallpaper_jpg] => false [wallpaper_png] => false [wallpaper_tiff] => false [wallpaper_greyscale] => false [wallpaper_colors] => 2 [wallpaper_df_size_limit] => 0 [wallpaper_directdownload_size_limit] => 0 [wallpaper_inline_size_limit] => 0 [wallpaper_oma_size_limit] => 0 [screensaver] => false [screensaver_max_width] => 0 [screensaver_max_height] => 0 [screensaver_preferred_width] => 0 [screensaver_preferred_height] => 0 [screensaver_resize] => none [screensaver_wbmp] => false [screensaver_bmp] => false [screensaver_gif] => false [screensaver_jpg] => false [screensaver_png] => false [screensaver_greyscale] => false [screensaver_colors] => 2 [screensaver_df_size_limit] => 0 [screensaver_directdownload_size_limit] => 0 [screensaver_inline_size_limit] => 0 [screensaver_oma_size_limit] => 0 [picture] => false [picture_max_width] => 0 [picture_max_height] => 0 [picture_preferred_width] => 0 [picture_preferred_height] => 0 [picture_resize] => none [picture_wbmp] => false [picture_bmp] => false [picture_gif] => false [picture_jpg] => false [picture_png] => false [picture_greyscale] => false [picture_colors] => 2 [picture_df_size_limit] => 0 [picture_directdownload_size_limit] => 0 [picture_inline_size_limit] => 0 [picture_oma_size_limit] => 0 [video] => false [oma_v_1_0_forwardlock] => false [oma_v_1_0_combined_delivery] => false [oma_v_1_0_separate_delivery] => false [streaming_video] => true [streaming_3gpp] => true [streaming_mp4] => true [streaming_mov] => false [streaming_video_size_limit] => 0 [streaming_real_media] => none [streaming_flv] => false [streaming_3g2] => false [streaming_vcodec_h263_0] => 10 [streaming_vcodec_h263_3] => -1 [streaming_vcodec_mpeg4_sp] => 2 [streaming_vcodec_mpeg4_asp] => -1 [streaming_vcodec_h264_bp] => 3.0 [streaming_acodec_amr] => nb [streaming_acodec_aac] => lc [streaming_wmv] => none [streaming_preferred_protocol] => rtsp [streaming_preferred_http_protocol] => apple_live_streaming [wap_push_support] => false [connectionless_service_indication] => false [connectionless_service_load] => false [connectionless_cache_operation] => false [connectionoriented_unconfirmed_service_indication] => false [connectionoriented_unconfirmed_service_load] => false [connectionoriented_unconfirmed_cache_operation] => false [connectionoriented_confirmed_service_indication] => false [connectionoriented_confirmed_service_load] => false [connectionoriented_confirmed_cache_operation] => false [utf8_support] => true [ascii_support] => false [iso8859_support] => false [expiration_date] => false [j2me_cldc_1_0] => false [j2me_cldc_1_1] => false [j2me_midp_1_0] => false [j2me_midp_2_0] => false [doja_1_0] => false [doja_1_5] => false [doja_2_0] => false [doja_2_1] => false [doja_2_2] => false [doja_3_0] => false [doja_3_5] => false [doja_4_0] => false [j2me_jtwi] => false [j2me_mmapi_1_0] => false [j2me_mmapi_1_1] => false [j2me_wmapi_1_0] => false [j2me_wmapi_1_1] => false [j2me_wmapi_2_0] => false [j2me_btapi] => false [j2me_3dapi] => false [j2me_locapi] => false [j2me_nokia_ui] => false [j2me_motorola_lwt] => false [j2me_siemens_color_game] => false [j2me_siemens_extension] => false [j2me_heap_size] => 0 [j2me_max_jar_size] => 0 [j2me_storage_size] => 0 [j2me_max_record_store_size] => 0 [j2me_screen_width] => 0 [j2me_screen_height] => 0 [j2me_canvas_width] => 0 [j2me_canvas_height] => 0 [j2me_bits_per_pixel] => 0 [j2me_audio_capture_enabled] => false [j2me_video_capture_enabled] => false [j2me_photo_capture_enabled] => false [j2me_capture_image_formats] => none [j2me_http] => false [j2me_https] => false [j2me_socket] => false [j2me_udp] => false [j2me_serial] => false [j2me_gif] => false [j2me_gif89a] => false [j2me_jpg] => false [j2me_png] => false [j2me_bmp] => false [j2me_bmp3] => false [j2me_wbmp] => false [j2me_midi] => false [j2me_wav] => false [j2me_amr] => false [j2me_mp3] => false [j2me_mp4] => false [j2me_imelody] => false [j2me_rmf] => false [j2me_au] => false [j2me_aac] => false [j2me_realaudio] => false [j2me_xmf] => false [j2me_wma] => false [j2me_3gpp] => false [j2me_h263] => false [j2me_svgt] => false [j2me_mpeg4] => false [j2me_realvideo] => false [j2me_real8] => false [j2me_realmedia] => false [j2me_left_softkey_code] => 0 [j2me_right_softkey_code] => 0 [j2me_middle_softkey_code] => 0 [j2me_select_key_code] => 0 [j2me_return_key_code] => 0 [j2me_clear_key_code] => 0 [j2me_datefield_no_accepts_null_date] => false [j2me_datefield_broken] => false [receiver] => false [sender] => false [mms_max_size] => 0 [mms_max_height] => 0 [mms_max_width] => 0 [built_in_recorder] => false [built_in_camera] => true [mms_jpeg_baseline] => false [mms_jpeg_progressive] => false [mms_gif_static] => false [mms_gif_animated] => false [mms_png] => false [mms_bmp] => false [mms_wbmp] => false [mms_amr] => false [mms_wav] => false [mms_midi_monophonic] => false [mms_midi_polyphonic] => false [mms_midi_polyphonic_voices] => 0 [mms_spmidi] => false [mms_mmf] => false [mms_mp3] => false [mms_evrc] => false [mms_qcelp] => false [mms_ota_bitmap] => false [mms_nokia_wallpaper] => false [mms_nokia_operatorlogo] => false [mms_nokia_3dscreensaver] => false [mms_nokia_ringingtone] => false [mms_rmf] => false [mms_xmf] => false [mms_symbian_install] => false [mms_jar] => false [mms_jad] => false [mms_vcard] => false [mms_vcalendar] => false [mms_wml] => false [mms_wbxml] => false [mms_wmlc] => false [mms_video] => false [mms_mp4] => false [mms_3gpp] => false [mms_3gpp2] => false [mms_max_frame_rate] => 0 [nokiaring] => false [picturemessage] => false [operatorlogo] => false [largeoperatorlogo] => false [callericon] => false [nokiavcard] => false [nokiavcal] => false [sckl_ringtone] => false [sckl_operatorlogo] => false [sckl_groupgraphic] => false [sckl_vcard] => false [sckl_vcalendar] => false [text_imelody] => false [ems] => false [ems_variablesizedpictures] => false [ems_imelody] => false [ems_odi] => false [ems_upi] => false [ems_version] => 0 [siemens_ota] => false [siemens_logo_width] => 101 [siemens_logo_height] => 29 [siemens_screensaver_width] => 101 [siemens_screensaver_height] => 50 [gprtf] => false [sagem_v1] => false [sagem_v2] => false [panasonic] => false [sms_enabled] => true [wav] => false [mmf] => false [smf] => false [mld] => false [midi_monophonic] => false [midi_polyphonic] => false [sp_midi] => false [rmf] => false [xmf] => false [compactmidi] => false [digiplug] => false [nokia_ringtone] => false [imelody] => false [au] => false [amr] => false [awb] => false [aac] => true [mp3] => true [voices] => 1 [qcelp] => false [evrc] => false [flash_lite_version] => [fl_wallpaper] => false [fl_screensaver] => false [fl_standalone] => false [fl_browser] => false [fl_sub_lcd] => false [full_flash_support] => true [css_supports_width_as_percentage] => true [css_border_image] => webkit [css_rounded_corners] => webkit [css_gradient] => none [css_spriting] => true [css_gradient_linear] => none [is_transcoder] => false [transcoder_ua_header] => user-agent [rss_support] => false [pdf_support] => true [progressive_download] => true [playback_vcodec_h263_0] => 10 [playback_vcodec_h263_3] => -1 [playback_vcodec_mpeg4_sp] => 0 [playback_vcodec_mpeg4_asp] => -1 [playback_vcodec_h264_bp] => 3.0 [playback_real_media] => none [playback_3gpp] => true [playback_3g2] => false [playback_mp4] => true [playback_mov] => false [playback_acodec_amr] => nb [playback_acodec_aac] => none [playback_df_size_limit] => 0 [playback_directdownload_size_limit] => 0 [playback_inline_size_limit] => 0 [playback_oma_size_limit] => 0 [playback_acodec_qcelp] => false [playback_wmv] => none [hinted_progressive_download] => true [html_preferred_dtd] => html4 [viewport_supported] => true [viewport_width] => device_width_token [viewport_userscalable] => no [viewport_initial_scale] => [viewport_maximum_scale] => [viewport_minimum_scale] => [mobileoptimized] => false [handheldfriendly] => false [canvas_support] => full [image_inlining] => true [is_smarttv] => false [is_console] => false [nfc_support] => false [ux_full_desktop] => false [jqm_grade] => A [is_sencha_touch_ok] => false ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Zsxsoft<br /><small>1.3</small><br /></td><td>Opera 14.0.1074.58201</td><td><i class="material-icons">close</i></td><td>Android 4.0.4</td><td style="border-left: 1px solid #555">K-Touch</td><td>W806</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.001</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.opera.com/ [title] => Opera 14.0.1074.58201 [name] => Opera [version] => 14.0.1074.58201 [code] => opera-1 [image] => img/16/browser/opera-1.png ) [os] => Array ( [link] => http://www.android.com/ [name] => Android [version] => 4.0.4 [code] => android [x64] => [title] => Android 4.0.4 [type] => os [dir] => os [image] => img/16/os/android.png ) [device] => Array ( [link] => http://www.k-touch.cn/ [title] => K-Touch W806 [model] => W806 [brand] => K-Touch [code] => k-touch [dir] => device [type] => device [image] => img/16/device/k-touch.png ) [platform] => Array ( [link] => http://www.k-touch.cn/ [title] => K-Touch W806 [model] => W806 [brand] => K-Touch [code] => k-touch [dir] => device [type] => device [image] => img/16/device/k-touch.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:11:52</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>
docs/marquee.html
widecanvas/widecanvas.github.io
Bookings are Going on for Chatakpur Tour 2016......Seats Limited!!!!Book your seats and feel the experience of Life time with Everester Debraj Dutta!!!
docs/functionality.html
miguelmota/zoa
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Zoa — Namespace: Holds all functionality</title> <link rel="shortcut icon" href="/favicon.ico"> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css"> <link type="text/css" rel="stylesheet" href="styles/site.oblivion.css"> </head> <body> <div class="container-fluid"> <div class="navbar navbar-fixed-top navbar-inverse"> <div class="navbar-inner"> <a class="brand" href="index.html">Zoa</a> <ul class="nav"> <li class="dropdown"> <a href="namespaces.list.html" class="dropdown-toggle" data-toggle="dropdown">Namespaces<b class="caret"></b></a> <ul class="dropdown-menu "> <li> <a href="functionality.html">Holds all functionality</a> </li> </ul> </li> <li class="dropdown"> <a href="global.html" class="dropdown-toggle" data-toggle="dropdown">Global<b class="caret"></b></a> <ul class="dropdown-menu "> <li> <a href="global.html#app">app</a> </li> <li> <a href="global.html#injector">injector</a> </li> <li> <a href="global.html#observable">observable</a> </li> </ul> </li> </ul> </div> </div> <div class="row-fluid"> <div class="span8"> <div id="main"> <h1 class="page-title">Namespace: Holds all functionality</h1> <section> <header> <h2> Holds all functionality </h2> </header> <article> <div class="container-overview"> <dl class="details"> </dl> </div> </article> </section> </div> <div class="clearfix"></div> <footer> <span class="copyright"> Copyright © 2014 Moogs, LLC. </span> <br /> <span class="jsdoc-message"> Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-alpha9</a> on 2014-09-01T17:23:51-07:00 using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>. </span> </footer> </div> <div class="span3"> <div id="toc"></div> </div> <br clear="both"> </div> </div> <!--<script src="scripts/sunlight.js"></script>--> <script src="scripts/docstrap.lib.js"></script> <script src="scripts/bootstrap-dropdown.js"></script> <script src="scripts/toc.js"></script> <script> $( function () { $( "[id*='$']" ).each( function () { var $this = $( this ); $this.attr( "id", $this.attr( "id" ).replace( "$", "__" ) ); } ); $( "#toc" ).toc( { anchorName : function ( i, heading, prefix ) { return $( heading ).attr( "id" ) || ( prefix + i ); }, selectors : "h1,h2,h3,h4", showAndHide : false, scrollTo : "100px" } ); $( "#toc>ul" ).addClass( "nav nav-pills nav-stacked" ); $( "#main span[id^='toc']" ).addClass( "toc-shim" ); $( '.dropdown-toggle' ).dropdown(); // $( ".tutorial-section pre, .readme-section pre" ).addClass( "sunlight-highlight-javascript" ).addClass( "linenums" ); $( ".tutorial-section pre, .readme-section pre" ).each( function () { var $this = $( this ); var example = $this.find( "code" ); exampleText = example.html(); var lang = /{@lang (.*?)}/.exec( exampleText ); if ( lang && lang[1] ) { exampleText = exampleText.replace( lang[0], "" ); example.html( exampleText ); lang = lang[1]; } else { lang = "javascript"; } if ( lang ) { $this .addClass( "sunlight-highlight-" + lang ) .addClass( "linenums" ) .html( example.html() ); } } ); Sunlight.highlightAll( { lineNumbers : true, showMenu : true, enableDoclinks : true } ); } ); </script> <!--Navigation and Symbol Display--> <!--Google Analytics--> </body> </html>
test/photoshop.html
dfcreative/color-tool
<!doctype html> <style> body{ padding: 0; margin: 0; } section{ margin-top: 20px; margin-left: 20px; display: inline-block; width: 40vw; height: 40vh; position: relative; vertical-align: top; } .area{ display: inline-block; outline: 1px dashed gray; height: 40vh; position: relative; } .big-area{ width: 75%; } .small-area{ width: 20%; } .input-group{ width: 50%; margin-bottom: 10px; outline: 1px dotted red; } .input-group input{ max-width: 90px; } .input-group label{ width: 40px; display: inline-block; } .preview{ width: 40px; height: 40px; box-shadow: 0 0 0 2px black; margin-bottom: 10px; } .draggable{ box-shadow: 0 1px 1px black, inset 0 1px 1px white; position: absolute; width: 20px; height: 20px; } </style> <div picky name="color"> <section class="areas"> <div class="area big-area" class="picker" mode="sl"></div> <div class="area small-area" class="picker" mode="hue" vertical></div> </section> <section class="inputs"> <div class="preview" bind-style="background-color: {{ color }};"></div> <div class="input-group"> <label for="hue"><input id="hue" type="radio" name="mode" checked />H:</label><input class="picker" component="hue"/>°<br/> <label for="saturation"><input id="saturation" type="radio" name="mode" />S:</label><input class="picker" component="saturation" />%<br/> <label for="lightness"><input id="lightness" type="radio" name="mode" />L: </label><input class="picker" component="lightness"/>% </div> <!--<div class="input-group"> <label for="red"><input id="red" type="radio" name="mode" />R:</label><input picker="input" /><br/> <label for="green"><input id="green" type="radio" name="mode" />G:</label><input picker="input" /><br/> <label for="blue"><input id="blue" type="radio" name="mode" />B:</label><input picker="input" /><br/> </div> <div class="input-group" title="TODO: make that enhanced-picker"> <label for="hex">#</label><input id="hex" picker="input" /> </div> <div class="input-group"> <label for="L"><input id="L" type="radio" name="mode" />L:</label><input picker="input" /><br/> <label for="a"><input id="a" type="radio" name="mode" />a:</label><input picker="input" /><br/> <label for="b"><input id="b" type="radio" name="mode" />b:</label><input picker="input" /><br/> </div> <div class="input-group"> <label for="C"><input id="C" type="radio" name="mode" />C:</label><input picker="input" /><br/> <label for="M"><input id="M" type="radio" name="mode" />M:</label><input picker="input" /><br/> <label for="Y"><input id="Y" type="radio" name="mode" />Y:</label><input picker="input" /><br/> <label for="K"><input id="K" type="radio" name="mode" />K:</label><input picker="input" /><br/> </div> --> </section> </div> <script src="../src/mod.js"></script> <script src="../src/no.js"></script> <script src="../src/Draggable.js"></script> <script src="../src/Slidy.js"></script> <script src="../src/pickers/Picker.js"></script> <!--<script src="../src/pickers/HuePicker.js"></script> <script src="../src/pickers/SaturationPicker.js"></script> <script src="../src/pickers/LightnessPicker.js"></script> <script src="../src/pickers/SLPicker.js"></script>--> <script src="../src/Picky.js"></script> <script> //Customize modes switching </script>
1ff512c/html/classv8_1_1BooleanObject.html
v8-dox/v8-dox.github.io
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.11"/> <title>V8 API Reference Guide for node.js v6.10.2: v8::BooleanObject 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.10.2 </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&#160;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&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="inherits.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;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_1BooleanObject.html">BooleanObject</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#pub-methods">Public Member Functions</a> &#124; <a href="#pub-static-methods">Static Public Member Functions</a> &#124; <a href="classv8_1_1BooleanObject-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">v8::BooleanObject Class Reference</div> </div> </div><!--header--> <div class="contents"> <p><code>#include &lt;<a class="el" href="v8_8h_source.html">v8.h</a>&gt;</code></p> <div class="dynheader"> Inheritance diagram for v8::BooleanObject:</div> <div class="dyncontent"> <div class="center"><img src="classv8_1_1BooleanObject__inherit__graph.png" border="0" usemap="#v8_1_1BooleanObject_inherit__map" alt="Inheritance graph"/></div> <map name="v8_1_1BooleanObject_inherit__map" id="v8_1_1BooleanObject_inherit__map"> </map> <center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div> <div class="dynheader"> Collaboration diagram for v8::BooleanObject:</div> <div class="dyncontent"> <div class="center"><img src="classv8_1_1BooleanObject__coll__graph.png" border="0" usemap="#v8_1_1BooleanObject_coll__map" alt="Collaboration graph"/></div> <map name="v8_1_1BooleanObject_coll__map" id="v8_1_1BooleanObject_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-methods"></a> Public Member Functions</h2></td></tr> <tr class="memitem:ae13a7178a7ee05969b97fa5b0d22cd52"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ae13a7178a7ee05969b97fa5b0d22cd52"></a> &#160;</td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATED</b> (&quot;Pass an isolate&quot;, static <a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Value.html">Value</a> &gt; New(bool value))</td></tr> <tr class="separator:ae13a7178a7ee05969b97fa5b0d22cd52"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a283419656e641bcd9588dee56c0a0686"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a283419656e641bcd9588dee56c0a0686"></a> bool&#160;</td><td class="memItemRight" valign="bottom"><b>ValueOf</b> () const </td></tr> <tr class="separator:a283419656e641bcd9588dee56c0a0686"><td class="memSeparator" colspan="2">&#160;</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="-"/>&#160;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> &#160;</td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> (&quot;Use maybe version&quot;, bool <a class="el" href="classv8_1_1Set.html">Set</a>(<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Value.html">Value</a> &gt; key, <a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Value.html">Value</a> &gt; value))</td></tr> <tr class="separator:a86333122230b703cabfb08d8a7d54a58 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2">&#160;</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>&lt; bool &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>Set</b> (<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Context.html">Context</a> &gt; context, <a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Value.html">Value</a> &gt; key, <a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Value.html">Value</a> &gt; value)</td></tr> <tr class="separator:ac5840fc655bea7b2b55a4b49338360ae inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2">&#160;</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> &#160;</td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> (&quot;Use maybe version&quot;, bool <a class="el" href="classv8_1_1Set.html">Set</a>(uint32_t index, <a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Value.html">Value</a> &gt; value))</td></tr> <tr class="separator:a0c2305335e71c88d245dd1aa0060a2de inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2">&#160;</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>&lt; bool &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>Set</b> (<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Context.html">Context</a> &gt; context, uint32_t index, <a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Value.html">Value</a> &gt; value)</td></tr> <tr class="separator:ace0cbcf5659a82106601d07b3e6fa2be inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2">&#160;</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>&lt; bool &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>CreateDataProperty</b> (<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Context.html">Context</a> &gt; context, <a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Name.html">Name</a> &gt; key, <a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Value.html">Value</a> &gt; value)</td></tr> <tr class="separator:ae334696b1e57ea2b333c4da48dd37895 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2">&#160;</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>&lt; bool &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>CreateDataProperty</b> (<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Context.html">Context</a> &gt; context, uint32_t index, <a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Value.html">Value</a> &gt; value)</td></tr> <tr class="separator:aec3a99813837c0bc6444c59f8e5ca22a inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2">&#160;</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>&lt; bool &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>DefineOwnProperty</b> (<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Context.html">Context</a> &gt; context, <a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Name.html">Name</a> &gt; key, <a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Value.html">Value</a> &gt; value, PropertyAttribute attributes=None)</td></tr> <tr class="separator:a65f44f92b7ee9d479ce6b3ebb9ac8d4b inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2">&#160;</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> &#160;</td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATED</b> (&quot;Use CreateDataProperty / DefineOwnProperty&quot;, bool ForceSet(<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Value.html">Value</a> &gt; key, <a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Value.html">Value</a> &gt; value, PropertyAttribute attribs=None))</td></tr> <tr class="separator:a9b395d8c790161187549bd2ed7c4ed71 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2">&#160;</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> &#160;</td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> (&quot;Use CreateDataProperty / DefineOwnProperty&quot;, Maybe&lt; bool &gt; ForceSet(<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Context.html">Context</a> &gt; context, <a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Value.html">Value</a> &gt; key, <a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Value.html">Value</a> &gt; value, PropertyAttribute attribs=None))</td></tr> <tr class="separator:ac68c9dad55543a27ff82cbb34722f7c0 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2">&#160;</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> &#160;</td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> (&quot;Use maybe version&quot;, Local&lt; <a class="el" href="classv8_1_1Value.html">Value</a> &gt; Get(<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Value.html">Value</a> &gt; key))</td></tr> <tr class="separator:a15c40cda73a1927bef406b85032d5564 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2">&#160;</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>&lt; <a class="el" href="classv8_1_1Value.html">Value</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>Get</b> (<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Context.html">Context</a> &gt; context, <a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Value.html">Value</a> &gt; key)</td></tr> <tr class="separator:a239c03bb250cd6bf583ca60f72e18918 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2">&#160;</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> &#160;</td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> (&quot;Use maybe version&quot;, Local&lt; <a class="el" href="classv8_1_1Value.html">Value</a> &gt; Get(uint32_t index))</td></tr> <tr class="separator:ac27f1b680e53d4c9c879aac3c7380202 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2">&#160;</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>&lt; <a class="el" href="classv8_1_1Value.html">Value</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>Get</b> (<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Context.html">Context</a> &gt; context, uint32_t index)</td></tr> <tr class="separator:ac1fcfcfedaf66775c46b53cb1804b949 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aa45eb69321fa3eb1037b058b69ecfec1 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#aa45eb69321fa3eb1037b058b69ecfec1">V8_DEPRECATED</a> (&quot;Use maybe version&quot;, PropertyAttribute GetPropertyAttributes(<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Value.html">Value</a> &gt; key))</td></tr> <tr class="separator:aa45eb69321fa3eb1037b058b69ecfec1 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2">&#160;</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>&lt; PropertyAttribute &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>GetPropertyAttributes</b> (<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Context.html">Context</a> &gt; context, <a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Value.html">Value</a> &gt; key)</td></tr> <tr class="separator:ae5c97a596bcb634c50605a574358a9c6 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ad914d35a19347cd1afdeea4e215f4999 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#ad914d35a19347cd1afdeea4e215f4999">V8_DEPRECATED</a> (&quot;Use maybe version&quot;, Local&lt; <a class="el" href="classv8_1_1Value.html">Value</a> &gt; GetOwnPropertyDescriptor(<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1String.html">String</a> &gt; key))</td></tr> <tr class="separator:ad914d35a19347cd1afdeea4e215f4999 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2">&#160;</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>&lt; <a class="el" href="classv8_1_1Value.html">Value</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>GetOwnPropertyDescriptor</b> (<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Context.html">Context</a> &gt; context, <a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1String.html">String</a> &gt; key)</td></tr> <tr class="separator:a17fd31922f11c634183c59c0eb08cf65 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2">&#160;</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> &#160;</td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> (&quot;Use maybe version&quot;, bool Has(<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Value.html">Value</a> &gt; key))</td></tr> <tr class="separator:adbaa619d9f0588470c1e88532949da65 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2">&#160;</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>&lt; bool &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>Has</b> (<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Context.html">Context</a> &gt; context, <a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Value.html">Value</a> &gt; key)</td></tr> <tr class="separator:a57d4819c2cc13715ed22dd23cdc84d7c inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2">&#160;</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> &#160;</td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> (&quot;Use maybe version&quot;, bool Delete(<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Value.html">Value</a> &gt; key))</td></tr> <tr class="separator:ad76afc75f558f317a80b4f4b83c5cd53 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2">&#160;</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>&lt; bool &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>Delete</b> (<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Context.html">Context</a> &gt; context, <a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Value.html">Value</a> &gt; key)</td></tr> <tr class="separator:ab0626985ff54cbeeccef5e50656e5481 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2">&#160;</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> &#160;</td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATED</b> (&quot;Use maybe version&quot;, bool Has(uint32_t index))</td></tr> <tr class="separator:a3ce6e6be77b337272e954a715e2e78de inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2">&#160;</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>&lt; bool &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>Has</b> (<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Context.html">Context</a> &gt; context, uint32_t index)</td></tr> <tr class="separator:adfbff82d3a45a69415ae99013a654daa inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2">&#160;</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> &#160;</td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATED</b> (&quot;Use maybe version&quot;, bool Delete(uint32_t index))</td></tr> <tr class="separator:ac0f010485bb637ce7b69141c695febc6 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2">&#160;</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>&lt; bool &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>Delete</b> (<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Context.html">Context</a> &gt; context, uint32_t index)</td></tr> <tr class="separator:aabd005ef33ff69c15562d5296f4982d0 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2">&#160;</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> &#160;</td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATED</b> (&quot;Use maybe version&quot;, bool SetAccessor(<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1String.html">String</a> &gt; name, <a class="el" href="namespacev8.html#a722613c87061708a4f1aa050d095f868">AccessorGetterCallback</a> getter, AccessorSetterCallback setter=0, <a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Value.html">Value</a> &gt; data=<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Value.html">Value</a> &gt;(), <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">&#160;</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> &#160;</td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATED</b> (&quot;Use maybe version&quot;, bool SetAccessor(<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Name.html">Name</a> &gt; name, AccessorNameGetterCallback getter, AccessorNameSetterCallback setter=0, <a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Value.html">Value</a> &gt; data=<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Value.html">Value</a> &gt;(), <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">&#160;</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>&lt; bool &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>SetAccessor</b> (<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Context.html">Context</a> &gt; context, <a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Name.html">Name</a> &gt; name, AccessorNameGetterCallback getter, AccessorNameSetterCallback setter=0, <a class="el" href="classv8_1_1MaybeLocal.html">MaybeLocal</a>&lt; <a class="el" href="classv8_1_1Value.html">Value</a> &gt; data=<a class="el" href="classv8_1_1MaybeLocal.html">MaybeLocal</a>&lt; <a class="el" href="classv8_1_1Value.html">Value</a> &gt;(), <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">&#160;</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&#160;</td><td class="memItemRight" valign="bottom"><b>SetAccessorProperty</b> (<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Name.html">Name</a> &gt; name, <a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Function.html">Function</a> &gt; getter, <a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Function.html">Function</a> &gt; setter=<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Function.html">Function</a> &gt;(), 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">&#160;</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>&lt; bool &gt;&#160;</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>&lt; <a class="el" href="classv8_1_1Context.html">Context</a> &gt; context, <a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Private.html">Private</a> &gt; key)</td></tr> <tr class="separator:aad699867935fd2142ec97afa6e39a7f0 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2">&#160;</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>&lt; bool &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>SetPrivate</b> (<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Context.html">Context</a> &gt; context, <a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Private.html">Private</a> &gt; key, <a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Value.html">Value</a> &gt; value)</td></tr> <tr class="separator:a6ebc49302a65e706c52eeca31ba83283 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2">&#160;</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>&lt; bool &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>DeletePrivate</b> (<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Context.html">Context</a> &gt; context, <a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Private.html">Private</a> &gt; key)</td></tr> <tr class="separator:ad78ba140348f92581361329aab917382 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2">&#160;</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>&lt; <a class="el" href="classv8_1_1Value.html">Value</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>GetPrivate</b> (<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Context.html">Context</a> &gt; context, <a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Private.html">Private</a> &gt; key)</td></tr> <tr class="separator:a6b2e55f1bf6b057c5cd9f2fc0e609c86 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a3f735ad2eab826ddc5eba467ce624acb inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#a3f735ad2eab826ddc5eba467ce624acb">V8_DEPRECATE_SOON</a> (&quot;Use maybe version&quot;, Local&lt; <a class="el" href="classv8_1_1Array.html">Array</a> &gt; GetPropertyNames())</td></tr> <tr class="separator:a3f735ad2eab826ddc5eba467ce624acb inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2">&#160;</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>&lt; <a class="el" href="classv8_1_1Array.html">Array</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>GetPropertyNames</b> (<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Context.html">Context</a> &gt; context)</td></tr> <tr class="separator:a771be1943535959085da5c384f8e6405 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aa72e9d0d22d1d4a4c4b63827a5469d40 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#aa72e9d0d22d1d4a4c4b63827a5469d40">V8_DEPRECATE_SOON</a> (&quot;Use maybe version&quot;, Local&lt; <a class="el" href="classv8_1_1Array.html">Array</a> &gt; GetOwnPropertyNames())</td></tr> <tr class="separator:aa72e9d0d22d1d4a4c4b63827a5469d40 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2">&#160;</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>&lt; <a class="el" href="classv8_1_1Array.html">Array</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>GetOwnPropertyNames</b> (<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Context.html">Context</a> &gt; context)</td></tr> <tr class="separator:ab4f1fc692a02c11d749a7d5120e67026 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2">&#160;</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>&lt; <a class="el" href="classv8_1_1Value.html">Value</a> &gt;&#160;</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">&#160;</td></tr> <tr class="memitem:a4ce54e137e22eddbe2857a15a20219b2 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#a4ce54e137e22eddbe2857a15a20219b2">V8_DEPRECATED</a> (&quot;Use maybe version&quot;, bool SetPrototype(<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Value.html">Value</a> &gt; prototype))</td></tr> <tr class="separator:a4ce54e137e22eddbe2857a15a20219b2 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2">&#160;</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>&lt; bool &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>SetPrototype</b> (<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Context.html">Context</a> &gt; context, <a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Value.html">Value</a> &gt; prototype)</td></tr> <tr class="separator:a1f1fc25d2a440ad2a8b7d94db04f88fb inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2">&#160;</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>&lt; <a class="el" href="classv8_1_1Object.html">Object</a> &gt;&#160;</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>&lt; <a class="el" href="classv8_1_1FunctionTemplate.html">FunctionTemplate</a> &gt; tmpl)</td></tr> <tr class="separator:ae2ad9fee9db6e0e5da56973ebb8ea2bc inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a06bb9aab716e466b8fa0e0c3fbb8f5d7 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#a06bb9aab716e466b8fa0e0c3fbb8f5d7">V8_DEPRECATED</a> (&quot;Use maybe version&quot;, Local&lt; <a class="el" href="classv8_1_1String.html">String</a> &gt; ObjectProtoToString())</td></tr> <tr class="separator:a06bb9aab716e466b8fa0e0c3fbb8f5d7 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2">&#160;</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>&lt; <a class="el" href="classv8_1_1String.html">String</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>ObjectProtoToString</b> (<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Context.html">Context</a> &gt; context)</td></tr> <tr class="separator:a7a65552d78eff4a1b9755f99167f4255 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2">&#160;</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>&lt; <a class="el" href="classv8_1_1String.html">String</a> &gt;&#160;</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">&#160;</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>&lt; bool &gt;&#160;</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>&lt; <a class="el" href="classv8_1_1Context.html">Context</a> &gt; 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">&#160;</td></tr> <tr class="memitem:aaec28576353eebe6fee113bce2718ecc inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top">int&#160;</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">&#160;</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>&lt; <a class="el" href="classv8_1_1Value.html">Value</a> &gt;&#160;</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">&#160;</td></tr> <tr class="memitem:aebf949a0592cebc144bb2f96bfb7ec72 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top">void&#160;</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>&lt; <a class="el" href="classv8_1_1Value.html">Value</a> &gt; value)</td></tr> <tr class="separator:aebf949a0592cebc144bb2f96bfb7ec72 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a435f68bb7ef0f64dd522c5c910682448 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top">V8_INLINE void *&#160;</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">&#160;</td></tr> <tr class="memitem:a0ccba69581f0b5e4e672bab90f26879b inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top">void&#160;</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">&#160;</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> &#160;</td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATED</b> (&quot;Use maybe version&quot;, bool HasOwnProperty(<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1String.html">String</a> &gt; key))</td></tr> <tr class="separator:a332143937efdc58dac2d877ebeb5f8ef inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2">&#160;</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>&lt; bool &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>HasOwnProperty</b> (<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Context.html">Context</a> &gt; context, <a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Name.html">Name</a> &gt; key)</td></tr> <tr class="separator:acdd3921e95d5bb1a27cea489792607ff inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2">&#160;</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> &#160;</td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> (&quot;Use maybe version&quot;, bool HasRealNamedProperty(<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1String.html">String</a> &gt; key))</td></tr> <tr class="separator:abf24b52a108c801a74718e1a1e64ba5b inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2">&#160;</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>&lt; bool &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>HasRealNamedProperty</b> (<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Context.html">Context</a> &gt; context, <a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Name.html">Name</a> &gt; key)</td></tr> <tr class="separator:ad830b937c7586fe2086b288ea79935c4 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2">&#160;</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> &#160;</td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> (&quot;Use maybe version&quot;, bool HasRealIndexedProperty(uint32_t index))</td></tr> <tr class="separator:abd04e5cb82426a70ebea6afec8687c9e inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2">&#160;</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>&lt; bool &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>HasRealIndexedProperty</b> (<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Context.html">Context</a> &gt; context, uint32_t index)</td></tr> <tr class="separator:a46de2f348f4caafca287328ce385ab56 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2">&#160;</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> &#160;</td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> (&quot;Use maybe version&quot;, bool HasRealNamedCallbackProperty(<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1String.html">String</a> &gt; key))</td></tr> <tr class="separator:ae1ffb11a0fa7549652d0530c0c4c4ca6 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2">&#160;</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>&lt; bool &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>HasRealNamedCallbackProperty</b> (<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Context.html">Context</a> &gt; context, <a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Name.html">Name</a> &gt; key)</td></tr> <tr class="separator:a62bde6bea1ce32b30b2152f33a105b14 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a00982b58e0c86fcb37f5d74c8a33d1b8 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#a00982b58e0c86fcb37f5d74c8a33d1b8">V8_DEPRECATED</a> (&quot;Use maybe version&quot;, Local&lt; <a class="el" href="classv8_1_1Value.html">Value</a> &gt; GetRealNamedPropertyInPrototypeChain(<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1String.html">String</a> &gt; key))</td></tr> <tr class="separator:a00982b58e0c86fcb37f5d74c8a33d1b8 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2">&#160;</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>&lt; <a class="el" href="classv8_1_1Value.html">Value</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>GetRealNamedPropertyInPrototypeChain</b> (<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Context.html">Context</a> &gt; context, <a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Name.html">Name</a> &gt; key)</td></tr> <tr class="separator:afe68d490fc41783e30126ca547b7fc90 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ac11ecb441033271172a4c34770be6488 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#ac11ecb441033271172a4c34770be6488">V8_DEPRECATED</a> (&quot;Use maybe version&quot;, Maybe&lt; PropertyAttribute &gt; GetRealNamedPropertyAttributesInPrototypeChain(<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1String.html">String</a> &gt; key))</td></tr> <tr class="separator:ac11ecb441033271172a4c34770be6488 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2">&#160;</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>&lt; PropertyAttribute &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>GetRealNamedPropertyAttributesInPrototypeChain</b> (<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Context.html">Context</a> &gt; context, <a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Name.html">Name</a> &gt; key)</td></tr> <tr class="separator:aab7c2e5c5659e95e97488e01b04bf3c8 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a870785c34482a0d284e56db93cd1eb5a inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#a870785c34482a0d284e56db93cd1eb5a">V8_DEPRECATED</a> (&quot;Use maybe version&quot;, Local&lt; <a class="el" href="classv8_1_1Value.html">Value</a> &gt; GetRealNamedProperty(<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1String.html">String</a> &gt; key))</td></tr> <tr class="separator:a870785c34482a0d284e56db93cd1eb5a inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2">&#160;</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>&lt; <a class="el" href="classv8_1_1Value.html">Value</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>GetRealNamedProperty</b> (<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Context.html">Context</a> &gt; context, <a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Name.html">Name</a> &gt; key)</td></tr> <tr class="separator:aecec39cefb3e394e1696fe618862efec inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a1fdd165c23a55dba4ba48f484a94c3c3 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#a1fdd165c23a55dba4ba48f484a94c3c3">V8_DEPRECATED</a> (&quot;Use maybe version&quot;, Maybe&lt; PropertyAttribute &gt; GetRealNamedPropertyAttributes(<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1String.html">String</a> &gt; key))</td></tr> <tr class="separator:a1fdd165c23a55dba4ba48f484a94c3c3 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2">&#160;</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>&lt; PropertyAttribute &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>GetRealNamedPropertyAttributes</b> (<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Context.html">Context</a> &gt; context, <a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Name.html">Name</a> &gt; key)</td></tr> <tr class="separator:a476c21f05ffc519252fad0ab46de33d7 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a1e96fcb9ee17101c0299ec68f2cf8610 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top">bool&#160;</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">&#160;</td></tr> <tr class="memitem:a278913bcd203434870ce5184a538a9af inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top">bool&#160;</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">&#160;</td></tr> <tr class="memitem:ac1ece41e81a499920ec3a2a3471653bc inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top">int&#160;</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">&#160;</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> &#160;</td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATED</b> (&quot;Use v8::Object::SetPrivate instead.&quot;, bool SetHiddenValue(<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1String.html">String</a> &gt; key, <a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Value.html">Value</a> &gt; value))</td></tr> <tr class="separator:afb7135780f033b122025df8c6274a274 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2">&#160;</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> &#160;</td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATED</b> (&quot;Use v8::Object::GetPrivate instead.&quot;, Local&lt; <a class="el" href="classv8_1_1Value.html">Value</a> &gt; GetHiddenValue(<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1String.html">String</a> &gt; key))</td></tr> <tr class="separator:acdece4ecbf0f68e0ba67582db5feae0d inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2">&#160;</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> &#160;</td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATED</b> (&quot;Use v8::Object::DeletePrivate instead.&quot;, bool DeleteHiddenValue(<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1String.html">String</a> &gt; key))</td></tr> <tr class="separator:a9390e502d8dbabbb18cbe2c47bc3c3b9 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2">&#160;</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>&lt; <a class="el" href="classv8_1_1Object.html">Object</a> &gt;&#160;</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">&#160;</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>&lt; <a class="el" href="classv8_1_1Context.html">Context</a> &gt;&#160;</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">&#160;</td></tr> <tr class="memitem:a23c2c1f23b50fab4a02e2f819641b865 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top">bool&#160;</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">&#160;</td></tr> <tr class="memitem:a8b4e2b65f72712420eb76842f2123fe3 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#a8b4e2b65f72712420eb76842f2123fe3">V8_DEPRECATED</a> (&quot;Use maybe version&quot;, Local&lt; <a class="el" href="classv8_1_1Value.html">Value</a> &gt; CallAsFunction(<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Value.html">Value</a> &gt; recv, int argc, <a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Value.html">Value</a> &gt; argv[]))</td></tr> <tr class="separator:a8b4e2b65f72712420eb76842f2123fe3 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2">&#160;</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>&lt; <a class="el" href="classv8_1_1Value.html">Value</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>CallAsFunction</b> (<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Context.html">Context</a> &gt; context, <a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Value.html">Value</a> &gt; recv, int argc, <a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Value.html">Value</a> &gt; argv[])</td></tr> <tr class="separator:aec7375fe34a800baac4e26deb33ccac0 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a0ce5417b42d5bfb5a8dc3482dcb733eb inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#a0ce5417b42d5bfb5a8dc3482dcb733eb">V8_DEPRECATED</a> (&quot;Use maybe version&quot;, Local&lt; <a class="el" href="classv8_1_1Value.html">Value</a> &gt; CallAsConstructor(int argc, <a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Value.html">Value</a> &gt; argv[]))</td></tr> <tr class="separator:a0ce5417b42d5bfb5a8dc3482dcb733eb inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2">&#160;</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>&lt; <a class="el" href="classv8_1_1Value.html">Value</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>CallAsConstructor</b> (<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Context.html">Context</a> &gt; context, int argc, <a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Value.html">Value</a> &gt; argv[])</td></tr> <tr class="separator:a10dcefb0bd595a959234703690a02530 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a5e7199a517d980396bb86f876b5bae0a inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#a5e7199a517d980396bb86f876b5bae0a">V8_DEPRECATE_SOON</a> (&quot;Keep track of isolate correctly&quot;, Isolate *GetIsolate())</td></tr> <tr class="separator:a5e7199a517d980396bb86f876b5bae0a inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2">&#160;</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="-"/>&#160;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&#160;</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">&#160;</td></tr> <tr class="memitem:aa2c6ed8ef832223a7e2cd81e6ac61c78 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">V8_INLINE bool&#160;</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">&#160;</td></tr> <tr class="memitem:a8f27462322186b295195eecb3e81d6d7 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</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">&#160;</td></tr> <tr class="memitem:a68c0296071d01ca899825d7643cf495a inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</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">&#160;</td></tr> <tr class="memitem:a8829b16b442a6231499c89fd5a6f8049 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</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">&#160;</td></tr> <tr class="memitem:ab23a34b7df62806808e01b0908bf5f00 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">V8_INLINE bool&#160;</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">&#160;</td></tr> <tr class="memitem:af3e6081c22d09a7bbc0a2aff59ed60a5 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</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">&#160;</td></tr> <tr class="memitem:a05532a34cdd215f273163830ed8b77e7 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</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">&#160;</td></tr> <tr class="memitem:aaee0b144087d20eae02314c9393ff80f inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</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">&#160;</td></tr> <tr class="memitem:a355b7991c5c978c0341f6f961b63c5a2 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</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">&#160;</td></tr> <tr class="memitem:a0aceb7645e71b096df5cd73d1252b1b0 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</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">&#160;</td></tr> <tr class="memitem:a1bd51e3e55f67c65b9a8f587fbffb7c7 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</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">&#160;</td></tr> <tr class="memitem:a7ac61a325c18af8dcb6d7d5bf47d2503 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</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">&#160;</td></tr> <tr class="memitem:a01e1db51c65b2feace248b7acbf71a2c inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</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">&#160;</td></tr> <tr class="memitem:a783c89631bac4ef3c4b909f40cc2b8d8 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</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">&#160;</td></tr> <tr class="memitem:a8bc11fab0aded4a805722ab6df173cae inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</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">&#160;</td></tr> <tr class="memitem:ad06a4b1f7215d852c367df390491ac84 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</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">&#160;</td></tr> <tr class="memitem:abe7bc06283e5e66013f2f056a943168b inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</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">&#160;</td></tr> <tr class="memitem:a5f4aa9504a6d8fc3af9489330179fe14 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</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">&#160;</td></tr> <tr class="memitem:a3e0f2727455fd01a39a60b92f77e28e0 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</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">&#160;</td></tr> <tr class="memitem:a867baa94cb8f1069452359e6cef6751e inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</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">&#160;</td></tr> <tr class="memitem:a579fb52e893cdc24f8b77e5acc77d06d inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</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">&#160;</td></tr> <tr class="memitem:aae41e43486937d6122c297a0d43ac0b8 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</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">&#160;</td></tr> <tr class="memitem:a1cbbebde8c256d051c4606a7300870c6 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</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">&#160;</td></tr> <tr class="memitem:a72982768acdadd82d1df02a452251d14 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</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">&#160;</td></tr> <tr class="memitem:a93d6a0817b15a1d28050ba16e131e6b4 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</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">&#160;</td></tr> <tr class="memitem:a71ef50f22d6bb4a093cc931b3d981c08 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</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">&#160;</td></tr> <tr class="memitem:a220bd4056471ee1dda8ab9565517edd7 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</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">&#160;</td></tr> <tr class="memitem:af9c52a0668fa3260a0d12a2cdf895b4e inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</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">&#160;</td></tr> <tr class="memitem:addbae0104e07b990ee1af0bd7927824b inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</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">&#160;</td></tr> <tr class="memitem:aab0297b39ed8e2a71b5dca7950228a36 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</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">&#160;</td></tr> <tr class="memitem:a6f5a238206cbd95f98e2da92cab72e80 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</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">&#160;</td></tr> <tr class="memitem:a65f9dad740f2468b44dc16349611c351 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</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">&#160;</td></tr> <tr class="memitem:ad54475d15b7e6b6e17fc80fb4570cdf2 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</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">&#160;</td></tr> <tr class="memitem:ac2f2f6c39f14a39fbb5b43577125dfe4 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</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">&#160;</td></tr> <tr class="memitem:acbe2cd9c9cce96ee498677ba37c8466d inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</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">&#160;</td></tr> <tr class="memitem:ad3cb464ab5ef0215bd2cbdd4eb2b7e3d inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</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">&#160;</td></tr> <tr class="memitem:a10a88a2794271dfcd9c3abd565e8f28a inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</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">&#160;</td></tr> <tr class="memitem:a4a45fabf58b241f5de3086a3dd0a09ae inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</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">&#160;</td></tr> <tr class="memitem:a928c586639dd75ae4efdaa66b1fc4d50 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</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">&#160;</td></tr> <tr class="memitem:a5e39229dc74d534835cf4ceba10676f4 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</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">&#160;</td></tr> <tr class="memitem:a48eac78a49c8b42d9f8cf05c514b3750 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</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">&#160;</td></tr> <tr class="memitem:a4effc7ca1a221dd8c1e23c0f28145ef0 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</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">&#160;</td></tr> <tr class="memitem:a293f140b81b0219d1497e937ed948b1e inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</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">&#160;</td></tr> <tr class="memitem:ab071bf567d89c8ce1489b1b7d93abc36 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</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">&#160;</td></tr> <tr class="memitem:afd20ab51e79658acc405c12dad2260ab inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</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">&#160;</td></tr> <tr class="memitem:aa4ce26f174a4c1823dec56eb946d3134 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</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">&#160;</td></tr> <tr class="memitem:a8a056f765e6e07a1d957fdc1be9b00d5 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</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">&#160;</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>&lt; <a class="el" href="classv8_1_1Boolean.html">Boolean</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>ToBoolean</b> (<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Context.html">Context</a> &gt; context) const </td></tr> <tr class="separator:a40a62da1dd52184cc4c1fd735c538f8b inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</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>&lt; <a class="el" href="classv8_1_1Number.html">Number</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>ToNumber</b> (<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Context.html">Context</a> &gt; context) const </td></tr> <tr class="separator:a9fa8386aa436c2b83c9af6a65b8a2cad inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</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>&lt; <a class="el" href="classv8_1_1String.html">String</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>ToString</b> (<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Context.html">Context</a> &gt; context) const </td></tr> <tr class="separator:a62315204812aa88ac5577587c49e02ab inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</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>&lt; <a class="el" href="classv8_1_1String.html">String</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>ToDetailString</b> (<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Context.html">Context</a> &gt; context) const </td></tr> <tr class="separator:aeb6599247811f27464db5dc4777e35e6 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</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>&lt; <a class="el" href="classv8_1_1Object.html">Object</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>ToObject</b> (<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Context.html">Context</a> &gt; context) const </td></tr> <tr class="separator:a4823df6b6920f74f64f30d5341fc879a inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</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>&lt; <a class="el" href="classv8_1_1Integer.html">Integer</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>ToInteger</b> (<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Context.html">Context</a> &gt; context) const </td></tr> <tr class="separator:a183cd0a8d99f2bbbaa4405b21ef752d6 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</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>&lt; <a class="el" href="classv8_1_1Uint32.html">Uint32</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>ToUint32</b> (<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Context.html">Context</a> &gt; context) const </td></tr> <tr class="separator:a3ea85bd616b0cf6335cd580937b56e1c inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</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>&lt; <a class="el" href="classv8_1_1Int32.html">Int32</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>ToInt32</b> (<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Context.html">Context</a> &gt; context) const </td></tr> <tr class="separator:a710ab9ca1f72a69bee3223e03d01e414 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</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> &#160;</td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> (&quot;Use maybe version&quot;, Local&lt; <a class="el" href="classv8_1_1Boolean.html">Boolean</a> &gt; 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">&#160;</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> &#160;</td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> (&quot;Use maybe version&quot;, Local&lt; <a class="el" href="classv8_1_1Number.html">Number</a> &gt; 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">&#160;</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> &#160;</td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> (&quot;Use maybe version&quot;, Local&lt; <a class="el" href="classv8_1_1String.html">String</a> &gt; 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">&#160;</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> &#160;</td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATED</b> (&quot;Use maybe version&quot;, Local&lt; <a class="el" href="classv8_1_1String.html">String</a> &gt; 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">&#160;</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> &#160;</td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> (&quot;Use maybe version&quot;, Local&lt; <a class="el" href="classv8_1_1Object.html">Object</a> &gt; 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">&#160;</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> &#160;</td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> (&quot;Use maybe version&quot;, Local&lt; <a class="el" href="classv8_1_1Integer.html">Integer</a> &gt; 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">&#160;</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> &#160;</td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATED</b> (&quot;Use maybe version&quot;, Local&lt; <a class="el" href="classv8_1_1Uint32.html">Uint32</a> &gt; 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">&#160;</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> &#160;</td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> (&quot;Use maybe version&quot;, Local&lt; <a class="el" href="classv8_1_1Int32.html">Int32</a> &gt; 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">&#160;</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> &#160;</td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> (&quot;Use maybe version&quot;, Local&lt; <a class="el" href="classv8_1_1Boolean.html">Boolean</a> &gt; ToBoolean() const)</td></tr> <tr class="separator:a4c9960d9a42b62b83d70ade47d88fa52 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</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> &#160;</td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATED</b> (&quot;Use maybe version&quot;, Local&lt; <a class="el" href="classv8_1_1Number.html">Number</a> &gt; ToNumber() const)</td></tr> <tr class="separator:a82d85e91f204bbfcb5299f20158c27c7 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</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> &#160;</td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> (&quot;Use maybe version&quot;, Local&lt; <a class="el" href="classv8_1_1String.html">String</a> &gt; ToString() const)</td></tr> <tr class="separator:a4d1fe1c6d7ba6cccef24fc3fe528d75a inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</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> &#160;</td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATED</b> (&quot;Use maybe version&quot;, Local&lt; <a class="el" href="classv8_1_1String.html">String</a> &gt; ToDetailString() const)</td></tr> <tr class="separator:a963462b3b958c27890253a6e2b35f565 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</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> &#160;</td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> (&quot;Use maybe version&quot;, Local&lt; <a class="el" href="classv8_1_1Object.html">Object</a> &gt; ToObject() const)</td></tr> <tr class="separator:a594821f24e204aa6a7b1f003a79089a5 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</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> &#160;</td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> (&quot;Use maybe version&quot;, Local&lt; <a class="el" href="classv8_1_1Integer.html">Integer</a> &gt; ToInteger() const)</td></tr> <tr class="separator:aaf6d45da85632495545435e44ed2eeab inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</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> &#160;</td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATED</b> (&quot;Use maybe version&quot;, Local&lt; <a class="el" href="classv8_1_1Uint32.html">Uint32</a> &gt; ToUint32() const)</td></tr> <tr class="separator:a266f96f746d6addf7b829a1f0c62b2af inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</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> &#160;</td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATED</b> (&quot;Use maybe version&quot;, Local&lt; <a class="el" href="classv8_1_1Int32.html">Int32</a> &gt; ToInt32() const)</td></tr> <tr class="separator:a0431dfa7c7236d58949f649802f4a03a inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:adedc431c9a5f9fc875027c773cc26585 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#adedc431c9a5f9fc875027c773cc26585">V8_DEPRECATED</a> (&quot;Use maybe version&quot;, Local&lt; <a class="el" href="classv8_1_1Uint32.html">Uint32</a> &gt; ToArrayIndex() const)</td></tr> <tr class="separator:adedc431c9a5f9fc875027c773cc26585 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</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>&lt; <a class="el" href="classv8_1_1Uint32.html">Uint32</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>ToArrayIndex</b> (<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Context.html">Context</a> &gt; context) const </td></tr> <tr class="separator:abac68de66288d00b3b612c20e5059515 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</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>&lt; bool &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>BooleanValue</b> (<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Context.html">Context</a> &gt; context) const </td></tr> <tr class="separator:ae6e855a09c4b60ec2c4674731d0d365c inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</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>&lt; double &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>NumberValue</b> (<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Context.html">Context</a> &gt; context) const </td></tr> <tr class="separator:a3dcd02e3d5ee791e0c42c7f2ebfedbaf inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</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>&lt; int64_t &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>IntegerValue</b> (<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Context.html">Context</a> &gt; context) const </td></tr> <tr class="separator:a2163c66da18cfc69b21139496cbed80a inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</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>&lt; uint32_t &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>Uint32Value</b> (<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Context.html">Context</a> &gt; context) const </td></tr> <tr class="separator:a99b845757d060f581f25df433362b216 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</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>&lt; int32_t &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>Int32Value</b> (<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Context.html">Context</a> &gt; context) const </td></tr> <tr class="separator:a60321e60ce602a225f0acc096af75ee8 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</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> &#160;</td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> (&quot;Use maybe version&quot;, bool BooleanValue() const)</td></tr> <tr class="separator:aff3530eeb271134bbb0b6206d736f00b inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</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> &#160;</td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> (&quot;Use maybe version&quot;, double NumberValue() const)</td></tr> <tr class="separator:a2d1835968f05581123c96add5b03c41c inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</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> &#160;</td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> (&quot;Use maybe version&quot;, int64_t IntegerValue() const)</td></tr> <tr class="separator:a0b08feca02c1c902c094b23ca245fce5 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</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> &#160;</td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> (&quot;Use maybe version&quot;, uint32_t Uint32Value() const)</td></tr> <tr class="separator:a67ef6d2af84b297bb1a6d825915c7f0f inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</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> &#160;</td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> (&quot;Use maybe version&quot;, int32_t Int32Value() const)</td></tr> <tr class="separator:ac091f8bdb5fc293ec803f16b9780a3b5 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ae3528a485935d1b19a0e007cd5a06799 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#ae3528a485935d1b19a0e007cd5a06799">V8_DEPRECATE_SOON</a> (&quot;Use maybe version&quot;, bool Equals(<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Value.html">Value</a> &gt; that) const)</td></tr> <tr class="separator:ae3528a485935d1b19a0e007cd5a06799 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</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>&lt; bool &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>Equals</b> (<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Context.html">Context</a> &gt; context, <a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Value.html">Value</a> &gt; that) const </td></tr> <tr class="separator:ad98db94739e250aec626fc443bac7947 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</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&#160;</td><td class="memItemRight" valign="bottom"><b>StrictEquals</b> (<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Value.html">Value</a> &gt; that) const </td></tr> <tr class="separator:ae5742f470be23852222b577ff1f8ad4a inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</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&#160;</td><td class="memItemRight" valign="bottom"><b>SameValue</b> (<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Value.html">Value</a> &gt; that) const </td></tr> <tr class="separator:ab64798867e84e66d5fa79003dad9d44b inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ac2142bb3ec6527633c4f9133e80cdc19 inherit pub_methods_classv8_1_1Value"><td class="memTemplParams" colspan="2"><a class="anchor" id="ac2142bb3ec6527633c4f9133e80cdc19"></a> template&lt;class T &gt; </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> *&#160;</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">&#160;</td></tr> </table><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:aaf29c0574a8366453ddb5a3d4f178ca4"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aaf29c0574a8366453ddb5a3d4f178ca4"></a> static <a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Value.html">Value</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>New</b> (<a class="el" href="classv8_1_1Isolate.html">Isolate</a> *isolate, bool value)</td></tr> <tr class="separator:aaf29c0574a8366453ddb5a3d4f178ca4"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ac701398c9b1c74fbce31d66106c9a87f"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac701398c9b1c74fbce31d66106c9a87f"></a> static V8_INLINE <a class="el" href="classv8_1_1BooleanObject.html">BooleanObject</a> *&#160;</td><td class="memItemRight" valign="bottom"><b>Cast</b> (<a class="el" href="classv8_1_1Value.html">v8::Value</a> *obj)</td></tr> <tr class="separator:ac701398c9b1c74fbce31d66106c9a87f"><td class="memSeparator" colspan="2">&#160;</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="-"/>&#160;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&#160;</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>&lt; <a class="el" href="classv8_1_1Object.html">Object</a> &gt; &amp;object)</td></tr> <tr class="separator:a324a71142f621a32bfe5738648718370 inherit pub_static_methods_classv8_1_1Object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a65b5a3dc93c0774594f8b0f2ab5481c8 inherit pub_static_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top">static V8_INLINE void *&#160;</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>&lt; <a class="el" href="classv8_1_1Object.html">Object</a> &gt; &amp;object, int index)</td></tr> <tr class="separator:a65b5a3dc93c0774594f8b0f2ab5481c8 inherit pub_static_methods_classv8_1_1Object"><td class="memSeparator" colspan="2">&#160;</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>&lt; <a class="el" href="classv8_1_1Object.html">Object</a> &gt;&#160;</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">&#160;</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> *&#160;</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">&#160;</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="-"/>&#160;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&lt;class T &gt; </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> *&#160;</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">&#160;</td></tr> </table> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> <div class="textblock"><p>A <a class="el" href="classv8_1_1Boolean.html">Boolean</a> object (ECMA-262, 4.3.15). </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 &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.11 </small></address> </body> </html>
clean/Linux-x86_64-4.05.0-2.0.1/released/8.10.2/elpi/1.4.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>elpi: 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.2 / elpi - 1.4.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> elpi <small> 1.4.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-09 17:44:16 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-09 17:44: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 conf-findutils 1 Virtual package relying on findutils coq 8.10.2 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Enrico Tassi &lt;enrico.tassi@inria.fr&gt;&quot; authors: [ &quot;Enrico Tassi&quot; ] license: &quot;LGPL-2.1-or-later&quot; homepage: &quot;https://github.com/LPCIC/coq-elpi&quot; bug-reports: &quot;https://github.com/LPCIC/coq-elpi/issues&quot; dev-repo: &quot;git+https://github.com/LPCIC/coq-elpi&quot; build: [ make &quot;COQBIN=%{bin}%/&quot; &quot;ELPIDIR=%{prefix}%/lib/elpi&quot; ] install: [ make &quot;install&quot; &quot;COQBIN=%{bin}%/&quot; &quot;ELPIDIR=%{prefix}%/lib/elpi&quot; ] depends: [ &quot;elpi&quot; {&gt;= &quot;1.11.2&quot; &amp; &lt; &quot;1.12.0~&quot;} &quot;coq&quot; {&gt;= &quot;8.11&quot; &amp; &lt; &quot;8.12~&quot;} ] tags: [ &quot;logpath:elpi&quot; ] synopsis: &quot;Elpi extension language for Coq&quot; description: &quot;&quot;&quot; Coq-elpi provides a Coq plugin that embeds ELPI. It also provides a way to embed Coq&#39;s terms into λProlog using the Higher-Order Abstract Syntax approach and a way to read terms back. In addition to that it exports to ELPI a set of Coq&#39;s primitives, e.g. printing a message, accessing the environment of theorems and data types, defining a new constant and so on. For convenience it also provides a quotation and anti-quotation for Coq&#39;s syntax in λProlog. E.g. `{{nat}}` is expanded to the type name of natural numbers, or `{{A -&gt; B}}` to the representation of a product by unfolding the `-&gt;` notation. Finally it provides a way to define new vernacular commands and new tactics.&quot;&quot;&quot; url { src: &quot;https://github.com/LPCIC/coq-elpi/archive/v1.4.0.tar.gz&quot; checksum: &quot;sha256=13c2034209f728451707b79937f25d800ea87f3be1c80886f9c21b8bf8f3f7c9&quot; } </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-elpi.1.4.0 coq.8.10.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.10.2). The following dependencies couldn&#39;t be met: - coq-elpi -&gt; coq &gt;= 8.11 Your request can&#39;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-elpi.1.4.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>
doc/html/listmap_8cpp_source.html
stevenblaster/crapengine
<!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>Crap Engine 2: /mnt/windows/data/programming/crapengine2/source/core/unittests/source/listmap.cpp 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">Crap Engine 2 </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&#160;Page</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li><a href="annotated.html"><span>Classes</span></a></li> <li class="current"><a href="files.html"><span>Files</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="files.html"><span>File&#160;List</span></a></li> <li><a href="globals.html"><span>File&#160;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="dir_cdfc5a9597ef75a1564df7c1d24c5c27.html">source</a></li><li class="navelem"><a class="el" href="dir_4668f33d73738288b91e80e37387655b.html">core</a></li><li class="navelem"><a class="el" href="dir_db02167645cf1664a18167643e9978d7.html">unittests</a></li><li class="navelem"><a class="el" href="dir_ab72d654dcdf67e35ecb0d5e16c440e0.html">source</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">listmap.cpp</div> </div> </div><!--header--> <div class="contents"> <a href="listmap_8cpp.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;</div> <div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="listmap_8h.html">container/listmap.h</a>&gt;</span></div> <div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="preprocessor">#include &quot;UnitTest++.h&quot;</span></div> <div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="memory_8h.html">memory.h</a>&quot;</span></div> <div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="logger_8h.html">logger.h</a>&quot;</span></div> <div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;</div> <div class="line"><a name="l00019"></a><span class="lineno"><a class="line" href="listmap_8cpp.html#a924f6e50458f609a3fe7393a8a5250f0"> 19</a></span>&#160;<span class="preprocessor">#define LINEAR_MAP_SPACE 10000</span></div> <div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;</div> <div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="keyword">namespace</span></div> <div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;{</div> <div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;<a class="code" href="classcrap_1_1_memory_arena.html">crap::BoundGeneralMemory</a>* gbm_lm;</div> <div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<a class="code" href="classcrap_1_1list__map.html">crap::list_map&lt;uint32_t, float32_t&gt;</a>* my_list_map;</div> <div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;<span class="keywordtype">void</span>* linearmap_memory;</div> <div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;uint32_t keys[<a class="code" href="listmap_8cpp.html#a924f6e50458f609a3fe7393a8a5250f0">LINEAR_MAP_SPACE</a>];</div> <div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;uint32_t map_invalid;</div> <div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;</div> <div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160;<a class="code" href="atomic_8cpp.html#a1a5555f2eeb69250b62a601e1bd0b4d6">TEST</a>( AnnounceTestMap )</div> <div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160;{</div> <div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160; <a class="code" href="logger_8h.html#a5d190da52c095994643201b8cc965f72">CRAP_DEBUG_LOG</a>( <a class="code" href="logger_8h.html#af8df519e0d93f01f0237a41a093e19f8">LOG_CHANNEL_CORE</a>| <a class="code" href="logger_8h.html#ade1fdab2d4531d8bdf9b9bf22b96c44f">LOG_TARGET_COUT</a>| <a class="code" href="logger_8h.html#a542529c1654a19379e8db5625bc7801e">LOG_TYPE_DEBUG</a>, <span class="stringliteral">&quot;Starting tests for \&quot;container/listmap.h\&quot;&quot;</span> );</div> <div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160;}</div> <div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160;</div> <div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160;<a class="code" href="atomic_8cpp.html#a1a5555f2eeb69250b62a601e1bd0b4d6">TEST</a>(CreateLinearMap)</div> <div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160;{</div> <div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160; uint32_t size = <a class="code" href="classcrap_1_1list__map.html#abf7e66c05dec61bb9898fbc5caff219d">crap::list_map&lt;uint32_t, float32_t&gt;::size_of_elements</a>( <a class="code" href="listmap_8cpp.html#a924f6e50458f609a3fe7393a8a5250f0">LINEAR_MAP_SPACE</a> );</div> <div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160; gbm_lm = <span class="keyword">new</span> <a class="code" href="namespacecrap.html#aaff1250c80e3631796871d2e94b4d187">crap::BoundGeneralMemory</a>( size*3 );</div> <div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160; linearmap_memory = gbm_lm-&gt;<a class="code" href="classcrap_1_1_memory_arena.html#ab0b57539e9f0be9d579c04276ad7e201">allocate</a>( size, <a class="code" href="structcrap_1_1align__of.html">crap::align_of&lt;uint32_t&gt;::value</a> );</div> <div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160; my_list_map = <span class="keyword">new</span> <a class="code" href="classcrap_1_1list__map.html">crap::list_map&lt;uint32_t, float32_t&gt;</a>( linearmap_memory, size );</div> <div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160; map_invalid = <a class="code" href="classcrap_1_1list__map.html">crap::list_map&lt;uint32_t, float32_t&gt;::INVALID</a>;</div> <div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160;</div> <div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160; CHECK( my_list_map-&gt;<a class="code" href="classcrap_1_1list__map.html#a4f7e744d8c7f2955ca525c699bdb9065">max_size</a>() == <a class="code" href="listmap_8cpp.html#a924f6e50458f609a3fe7393a8a5250f0">LINEAR_MAP_SPACE</a> );</div> <div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160; CHECK( my_list_map-&gt;<a class="code" href="classcrap_1_1list__map.html#ae7b0bf2aa79b04cf3c7b884fd8a95a78">size</a>() == 0 );</div> <div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160;}</div> <div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160;</div> <div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160;<a class="code" href="atomic_8cpp.html#a1a5555f2eeb69250b62a601e1bd0b4d6">TEST</a>(InsertLinearMap)</div> <div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160;{</div> <div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160; <span class="keywordflow">for</span>( uint32_t i=0; i&lt; my_list_map-&gt;<a class="code" href="classcrap_1_1list__map.html#a4f7e744d8c7f2955ca525c699bdb9065">max_size</a>(); ++i )</div> <div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160; {</div> <div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160; uint32_t rando = rand();</div> <div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160; keys[i] = rando;</div> <div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160; uint32_t result = my_list_map-&gt;<a class="code" href="classcrap_1_1list__map.html#a161f78e4bf22381465d7627ee3c32ad6">insert</a>( keys[i], ((<a class="code" href="crap__types_8h.html#a4611b605e45ab401f02cab15c5e38715">float32_t</a>)keys[i]) * 0.1f );</div> <div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160; CHECK( result != map_invalid);</div> <div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160; }</div> <div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160;</div> <div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160; CHECK( my_list_map-&gt;<a class="code" href="classcrap_1_1list__map.html#ae7b0bf2aa79b04cf3c7b884fd8a95a78">size</a>() == my_list_map-&gt;<a class="code" href="classcrap_1_1list__map.html#a4f7e744d8c7f2955ca525c699bdb9065">max_size</a>() );</div> <div class="line"><a name="l00057"></a><span class="lineno"> 57</span>&#160;}</div> <div class="line"><a name="l00058"></a><span class="lineno"> 58</span>&#160;</div> <div class="line"><a name="l00059"></a><span class="lineno"> 59</span>&#160;<a class="code" href="atomic_8cpp.html#a1a5555f2eeb69250b62a601e1bd0b4d6">TEST</a>(InsertLinearMapOverflow)</div> <div class="line"><a name="l00060"></a><span class="lineno"> 60</span>&#160;{</div> <div class="line"><a name="l00061"></a><span class="lineno"> 61</span>&#160;</div> <div class="line"><a name="l00062"></a><span class="lineno"> 62</span>&#160; uint32_t key = rand();</div> <div class="line"><a name="l00063"></a><span class="lineno"> 63</span>&#160; uint32_t result = my_list_map-&gt;<a class="code" href="classcrap_1_1list__map.html#a161f78e4bf22381465d7627ee3c32ad6">insert</a>( key, ((<a class="code" href="crap__types_8h.html#a4611b605e45ab401f02cab15c5e38715">float32_t</a>)key) * 0.1f );</div> <div class="line"><a name="l00064"></a><span class="lineno"> 64</span>&#160;</div> <div class="line"><a name="l00065"></a><span class="lineno"> 65</span>&#160; CHECK( result == map_invalid );</div> <div class="line"><a name="l00066"></a><span class="lineno"> 66</span>&#160; CHECK( my_list_map-&gt;<a class="code" href="classcrap_1_1list__map.html#ae7b0bf2aa79b04cf3c7b884fd8a95a78">size</a>() == my_list_map-&gt;<a class="code" href="classcrap_1_1list__map.html#a4f7e744d8c7f2955ca525c699bdb9065">max_size</a>() );</div> <div class="line"><a name="l00067"></a><span class="lineno"> 67</span>&#160;}</div> <div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160;</div> <div class="line"><a name="l00069"></a><span class="lineno"> 69</span>&#160;<a class="code" href="atomic_8cpp.html#a1a5555f2eeb69250b62a601e1bd0b4d6">TEST</a>(CrapLinearMapBeginEnd)</div> <div class="line"><a name="l00070"></a><span class="lineno"> 70</span>&#160;{</div> <div class="line"><a name="l00071"></a><span class="lineno"> 71</span>&#160; <span class="keywordflow">for</span>( uint32_t i = my_list_map-&gt;<a class="code" href="classcrap_1_1list__map.html#a723e4909f8aa42d14c9bdd653295b502">begin</a>(); i != my_list_map-&gt;<a class="code" href="classcrap_1_1list__map.html#a2e1d0863854105dadcd9c261a46c46e4">end</a>(); i = my_list_map-&gt;<a class="code" href="classcrap_1_1list__map.html#a31182f073292ecf1dd3bdad4597fcef0">next</a>(i) )</div> <div class="line"><a name="l00072"></a><span class="lineno"> 72</span>&#160; CHECK( my_list_map-&gt;<a class="code" href="classcrap_1_1list__map.html#a38d9d20171c55119ef89d7c4c829d522">get_key</a>(i) != 0 );</div> <div class="line"><a name="l00073"></a><span class="lineno"> 73</span>&#160;</div> <div class="line"><a name="l00074"></a><span class="lineno"> 74</span>&#160;}</div> <div class="line"><a name="l00075"></a><span class="lineno"> 75</span>&#160;</div> <div class="line"><a name="l00076"></a><span class="lineno"> 76</span>&#160;<a class="code" href="atomic_8cpp.html#a1a5555f2eeb69250b62a601e1bd0b4d6">TEST</a>(CrapArrayMapAssignmentOperator )</div> <div class="line"><a name="l00077"></a><span class="lineno"> 77</span>&#160;{</div> <div class="line"><a name="l00078"></a><span class="lineno"> 78</span>&#160; <span class="keywordtype">void</span>* mem2 = gbm_lm-&gt;<a class="code" href="classcrap_1_1_memory_arena.html#ab0b57539e9f0be9d579c04276ad7e201">allocate</a>( <a class="code" href="classcrap_1_1list__map.html">crap::list_map&lt;uint32_t,float32_t&gt;::size_of_elements</a>(<a class="code" href="listmap_8cpp.html#a924f6e50458f609a3fe7393a8a5250f0">LINEAR_MAP_SPACE</a>), <a class="code" href="structcrap_1_1align__of.html">crap::align_of&lt;float32_t&gt;::value</a> );</div> <div class="line"><a name="l00079"></a><span class="lineno"> 79</span>&#160; <a class="code" href="classcrap_1_1list__map.html">crap::list_map&lt;uint32_t,float32_t&gt;</a> other( mem2, <a class="code" href="classcrap_1_1list__map.html">crap::list_map&lt;uint32_t,float32_t&gt;::size_of_elements</a>(<a class="code" href="listmap_8cpp.html#a924f6e50458f609a3fe7393a8a5250f0">LINEAR_MAP_SPACE</a>) );</div> <div class="line"><a name="l00080"></a><span class="lineno"> 80</span>&#160; other = *my_list_map;</div> <div class="line"><a name="l00081"></a><span class="lineno"> 81</span>&#160;</div> <div class="line"><a name="l00082"></a><span class="lineno"> 82</span>&#160; CHECK( other.<a class="code" href="classcrap_1_1list__map.html#ae7b0bf2aa79b04cf3c7b884fd8a95a78">size</a>() == my_list_map-&gt;<a class="code" href="classcrap_1_1list__map.html#ae7b0bf2aa79b04cf3c7b884fd8a95a78">size</a>() );</div> <div class="line"><a name="l00083"></a><span class="lineno"> 83</span>&#160;</div> <div class="line"><a name="l00084"></a><span class="lineno"> 84</span>&#160; <span class="keywordflow">for</span>( uint32_t i=0; i&lt; other.<a class="code" href="classcrap_1_1list__map.html#ae7b0bf2aa79b04cf3c7b884fd8a95a78">size</a>(); ++i )</div> <div class="line"><a name="l00085"></a><span class="lineno"> 85</span>&#160; {</div> <div class="line"><a name="l00086"></a><span class="lineno"> 86</span>&#160; CHECK( *(other.<a class="code" href="classcrap_1_1list__map.html#a38d9d20171c55119ef89d7c4c829d522">get_key</a>(i)) == *(my_list_map-&gt;<a class="code" href="classcrap_1_1list__map.html#a38d9d20171c55119ef89d7c4c829d522">get_key</a>(i)) );</div> <div class="line"><a name="l00087"></a><span class="lineno"> 87</span>&#160; CHECK( *(other.<a class="code" href="classcrap_1_1list__map.html#aaff7794d23da5c36ffabd64dc9ee084d">get_value</a>(i)) == *(my_list_map-&gt;<a class="code" href="classcrap_1_1list__map.html#aaff7794d23da5c36ffabd64dc9ee084d">get_value</a>(i)) );</div> <div class="line"><a name="l00088"></a><span class="lineno"> 88</span>&#160; }</div> <div class="line"><a name="l00089"></a><span class="lineno"> 89</span>&#160;</div> <div class="line"><a name="l00090"></a><span class="lineno"> 90</span>&#160; other.<a class="code" href="classcrap_1_1list__map.html#afba9ce9045964f45887e0f9d83e2ee04">~list_map</a>();</div> <div class="line"><a name="l00091"></a><span class="lineno"> 91</span>&#160; gbm_lm-&gt;<a class="code" href="classcrap_1_1_memory_arena.html#aaae73e3840335dc8ac87f3185d7805a8">deallocate</a>( mem2 );</div> <div class="line"><a name="l00092"></a><span class="lineno"> 92</span>&#160;}</div> <div class="line"><a name="l00093"></a><span class="lineno"> 93</span>&#160;</div> <div class="line"><a name="l00094"></a><span class="lineno"> 94</span>&#160;<a class="code" href="atomic_8cpp.html#a1a5555f2eeb69250b62a601e1bd0b4d6">TEST</a>(FindLinearMap)</div> <div class="line"><a name="l00095"></a><span class="lineno"> 95</span>&#160;{</div> <div class="line"><a name="l00096"></a><span class="lineno"> 96</span>&#160; <span class="keywordflow">for</span>(uint32_t i=0; i&lt; my_list_map-&gt;<a class="code" href="classcrap_1_1list__map.html#ae7b0bf2aa79b04cf3c7b884fd8a95a78">size</a>(); ++i)</div> <div class="line"><a name="l00097"></a><span class="lineno"> 97</span>&#160; {</div> <div class="line"><a name="l00098"></a><span class="lineno"> 98</span>&#160; <span class="comment">//CHECK_EQUAL( my_list_map-&gt;find( keys[i] ), i );</span></div> <div class="line"><a name="l00099"></a><span class="lineno"> 99</span>&#160; }</div> <div class="line"><a name="l00100"></a><span class="lineno"> 100</span>&#160;}</div> <div class="line"><a name="l00101"></a><span class="lineno"> 101</span>&#160;</div> <div class="line"><a name="l00102"></a><span class="lineno"> 102</span>&#160;<a class="code" href="atomic_8cpp.html#a1a5555f2eeb69250b62a601e1bd0b4d6">TEST</a>(RemoveLinearMap)</div> <div class="line"><a name="l00103"></a><span class="lineno"> 103</span>&#160;{</div> <div class="line"><a name="l00104"></a><span class="lineno"> 104</span>&#160; <span class="keywordflow">for</span>(uint32_t i=0; i&lt; <a class="code" href="listmap_8cpp.html#a924f6e50458f609a3fe7393a8a5250f0">LINEAR_MAP_SPACE</a>; ++i)</div> <div class="line"><a name="l00105"></a><span class="lineno"> 105</span>&#160; {</div> <div class="line"><a name="l00106"></a><span class="lineno"> 106</span>&#160; my_list_map-&gt;<a class="code" href="classcrap_1_1list__map.html#af06978dff9d248f3408141bd88633db8">erase</a>( keys[i] );</div> <div class="line"><a name="l00107"></a><span class="lineno"> 107</span>&#160; CHECK( my_list_map-&gt;<a class="code" href="classcrap_1_1list__map.html#ae7b0bf2aa79b04cf3c7b884fd8a95a78">size</a>() == LINEAR_MAP_SPACE - (i+1) );</div> <div class="line"><a name="l00108"></a><span class="lineno"> 108</span>&#160; }</div> <div class="line"><a name="l00109"></a><span class="lineno"> 109</span>&#160;}</div> <div class="line"><a name="l00110"></a><span class="lineno"> 110</span>&#160;</div> <div class="line"><a name="l00111"></a><span class="lineno"> 111</span>&#160;<a class="code" href="atomic_8cpp.html#a1a5555f2eeb69250b62a601e1bd0b4d6">TEST</a>(DeleteLinearMap)</div> <div class="line"><a name="l00112"></a><span class="lineno"> 112</span>&#160;{</div> <div class="line"><a name="l00113"></a><span class="lineno"> 113</span>&#160; <span class="keyword">delete</span> my_list_map;</div> <div class="line"><a name="l00114"></a><span class="lineno"> 114</span>&#160; gbm_lm-&gt;<a class="code" href="classcrap_1_1_memory_arena.html#aaae73e3840335dc8ac87f3185d7805a8">deallocate</a>( linearmap_memory );</div> <div class="line"><a name="l00115"></a><span class="lineno"> 115</span>&#160; <span class="keyword">delete</span> gbm_lm;</div> <div class="line"><a name="l00116"></a><span class="lineno"> 116</span>&#160;}</div> <div class="line"><a name="l00117"></a><span class="lineno"> 117</span>&#160;</div> <div class="line"><a name="l00118"></a><span class="lineno"> 118</span>&#160;}</div> <div class="ttc" id="classcrap_1_1list__map_html"><div class="ttname"><a href="classcrap_1_1list__map.html">crap::list_map</a></div><div class="ttdef"><b>Definition:</b> <a href="listmap_8h_source.html#l00036">listmap.h:36</a></div></div> <div class="ttc" id="structcrap_1_1align__of_html"><div class="ttname"><a href="structcrap_1_1align__of.html">crap::align_of</a></div><div class="ttdef"><b>Definition:</b> <a href="utilities_8h_source.html#l00295">utilities.h:295</a></div></div> <div class="ttc" id="memory_8h_html"><div class="ttname"><a href="memory_8h.html">memory.h</a></div></div> <div class="ttc" id="logger_8h_html_a5d190da52c095994643201b8cc965f72"><div class="ttname"><a href="logger_8h.html#a5d190da52c095994643201b8cc965f72">CRAP_DEBUG_LOG</a></div><div class="ttdeci">#define CRAP_DEBUG_LOG(flags, message,...)</div><div class="ttdef"><b>Definition:</b> <a href="logger_8h_source.html#l00343">logger.h:343</a></div></div> <div class="ttc" id="classcrap_1_1_memory_arena_html_ab0b57539e9f0be9d579c04276ad7e201"><div class="ttname"><a href="classcrap_1_1_memory_arena.html#ab0b57539e9f0be9d579c04276ad7e201">crap::MemoryArena::allocate</a></div><div class="ttdeci">void * allocate(uint32_t size, uint32_t alignment)</div><div class="ttdef"><b>Definition:</b> <a href="memoryarena_8h_source.html#l00026">memoryarena.h:26</a></div></div> <div class="ttc" id="classcrap_1_1list__map_html_abf7e66c05dec61bb9898fbc5caff219d"><div class="ttname"><a href="classcrap_1_1list__map.html#abf7e66c05dec61bb9898fbc5caff219d">crap::list_map::size_of_elements</a></div><div class="ttdeci">static CRAP_INLINE uint32_t size_of_elements(uint32_t number)</div><div class="ttdoc">Calculates necessary memory for a certain number of elements. </div><div class="ttdef"><b>Definition:</b> <a href="listmap_8h_source.html#l00548">listmap.h:548</a></div></div> <div class="ttc" id="classcrap_1_1_memory_arena_html_aaae73e3840335dc8ac87f3185d7805a8"><div class="ttname"><a href="classcrap_1_1_memory_arena.html#aaae73e3840335dc8ac87f3185d7805a8">crap::MemoryArena::deallocate</a></div><div class="ttdeci">void deallocate(void *ptr)</div><div class="ttdef"><b>Definition:</b> <a href="memoryarena_8h_source.html#l00043">memoryarena.h:43</a></div></div> <div class="ttc" id="atomic_8cpp_html_a1a5555f2eeb69250b62a601e1bd0b4d6"><div class="ttname"><a href="atomic_8cpp.html#a1a5555f2eeb69250b62a601e1bd0b4d6">TEST</a></div><div class="ttdeci">TEST(AnnounceTestAtomic)</div><div class="ttdef"><b>Definition:</b> <a href="atomic_8cpp_source.html#l00005">atomic.cpp:5</a></div></div> <div class="ttc" id="logger_8h_html_af8df519e0d93f01f0237a41a093e19f8"><div class="ttname"><a href="logger_8h.html#af8df519e0d93f01f0237a41a093e19f8">LOG_CHANNEL_CORE</a></div><div class="ttdeci">#define LOG_CHANNEL_CORE</div><div class="ttdef"><b>Definition:</b> <a href="logger_8h_source.html#l00018">logger.h:18</a></div></div> <div class="ttc" id="listmap_8h_html"><div class="ttname"><a href="listmap_8h.html">listmap.h</a></div><div class="ttdoc">Short description... </div></div> <div class="ttc" id="listmap_8cpp_html_a924f6e50458f609a3fe7393a8a5250f0"><div class="ttname"><a href="listmap_8cpp.html#a924f6e50458f609a3fe7393a8a5250f0">LINEAR_MAP_SPACE</a></div><div class="ttdeci">#define LINEAR_MAP_SPACE</div><div class="ttdef"><b>Definition:</b> <a href="listmap_8cpp_source.html#l00019">listmap.cpp:19</a></div></div> <div class="ttc" id="classcrap_1_1list__map_html_af06978dff9d248f3408141bd88633db8"><div class="ttname"><a href="classcrap_1_1list__map.html#af06978dff9d248f3408141bd88633db8">crap::list_map::erase</a></div><div class="ttdeci">CRAP_INLINE void erase(const K &amp;object)</div><div class="ttdoc">Removes an element equal to given reference. </div><div class="ttdef"><b>Definition:</b> <a href="listmap_8h_source.html#l00511">listmap.h:511</a></div></div> <div class="ttc" id="classcrap_1_1list__map_html_a161f78e4bf22381465d7627ee3c32ad6"><div class="ttname"><a href="classcrap_1_1list__map.html#a161f78e4bf22381465d7627ee3c32ad6">crap::list_map::insert</a></div><div class="ttdeci">CRAP_INLINE uint32_t insert(const K &amp;key, const V &amp;value)</div><div class="ttdoc">Inserts a new element into sorted position. </div><div class="ttdef"><b>Definition:</b> <a href="listmap_8h_source.html#l00400">listmap.h:400</a></div></div> <div class="ttc" id="classcrap_1_1list__map_html_a2e1d0863854105dadcd9c261a46c46e4"><div class="ttname"><a href="classcrap_1_1list__map.html#a2e1d0863854105dadcd9c261a46c46e4">crap::list_map::end</a></div><div class="ttdeci">CRAP_INLINE uint32_t end(void) const </div><div class="ttdoc">Returns current end index. </div><div class="ttdef"><b>Definition:</b> <a href="listmap_8h_source.html#l00308">listmap.h:308</a></div></div> <div class="ttc" id="classcrap_1_1list__map_html_ae7b0bf2aa79b04cf3c7b884fd8a95a78"><div class="ttname"><a href="classcrap_1_1list__map.html#ae7b0bf2aa79b04cf3c7b884fd8a95a78">crap::list_map::size</a></div><div class="ttdeci">CRAP_INLINE uint32_t size(void) const </div><div class="ttdef"><b>Definition:</b> <a href="listmap_8h_source.html#l00340">listmap.h:340</a></div></div> <div class="ttc" id="classcrap_1_1list__map_html_afba9ce9045964f45887e0f9d83e2ee04"><div class="ttname"><a href="classcrap_1_1list__map.html#afba9ce9045964f45887e0f9d83e2ee04">crap::list_map::~list_map</a></div><div class="ttdeci">CRAP_INLINE ~list_map(void)</div><div class="ttdoc">Destructor of list_map class. </div><div class="ttdef"><b>Definition:</b> <a href="listmap_8h_source.html#l00294">listmap.h:294</a></div></div> <div class="ttc" id="classcrap_1_1list__map_html_a31182f073292ecf1dd3bdad4597fcef0"><div class="ttname"><a href="classcrap_1_1list__map.html#a31182f073292ecf1dd3bdad4597fcef0">crap::list_map::next</a></div><div class="ttdeci">CRAP_INLINE uint32_t next(uint32_t pos) const </div><div class="ttdoc">returns next index of provided index </div><div class="ttdef"><b>Definition:</b> <a href="listmap_8h_source.html#l00320">listmap.h:320</a></div></div> <div class="ttc" id="classcrap_1_1list__map_html_aaff7794d23da5c36ffabd64dc9ee084d"><div class="ttname"><a href="classcrap_1_1list__map.html#aaff7794d23da5c36ffabd64dc9ee084d">crap::list_map::get_value</a></div><div class="ttdeci">CRAP_INLINE V * get_value(uint32_t index)</div><div class="ttdoc">Returns the pointer to a certain member. </div><div class="ttdef"><b>Definition:</b> <a href="listmap_8h_source.html#l00382">listmap.h:382</a></div></div> <div class="ttc" id="classcrap_1_1list__map_html_a38d9d20171c55119ef89d7c4c829d522"><div class="ttname"><a href="classcrap_1_1list__map.html#a38d9d20171c55119ef89d7c4c829d522">crap::list_map::get_key</a></div><div class="ttdeci">CRAP_INLINE K * get_key(uint32_t index)</div><div class="ttdoc">Returns the pointer to a certain member. </div><div class="ttdef"><b>Definition:</b> <a href="listmap_8h_source.html#l00364">listmap.h:364</a></div></div> <div class="ttc" id="classcrap_1_1list__map_html_a723e4909f8aa42d14c9bdd653295b502"><div class="ttname"><a href="classcrap_1_1list__map.html#a723e4909f8aa42d14c9bdd653295b502">crap::list_map::begin</a></div><div class="ttdeci">CRAP_INLINE uint32_t begin(void) const </div><div class="ttdoc">Returns current start index. </div><div class="ttdef"><b>Definition:</b> <a href="listmap_8h_source.html#l00302">listmap.h:302</a></div></div> <div class="ttc" id="logger_8h_html_a542529c1654a19379e8db5625bc7801e"><div class="ttname"><a href="logger_8h.html#a542529c1654a19379e8db5625bc7801e">LOG_TYPE_DEBUG</a></div><div class="ttdeci">#define LOG_TYPE_DEBUG</div><div class="ttdef"><b>Definition:</b> <a href="logger_8h_source.html#l00029">logger.h:29</a></div></div> <div class="ttc" id="logger_8h_html"><div class="ttname"><a href="logger_8h.html">logger.h</a></div></div> <div class="ttc" id="classcrap_1_1list__map_html_a4f7e744d8c7f2955ca525c699bdb9065"><div class="ttname"><a href="classcrap_1_1list__map.html#a4f7e744d8c7f2955ca525c699bdb9065">crap::list_map::max_size</a></div><div class="ttdeci">CRAP_INLINE uint32_t max_size(void) const </div><div class="ttdoc">Returning the maximum size of the list_map. </div><div class="ttdef"><b>Definition:</b> <a href="listmap_8h_source.html#l00346">listmap.h:346</a></div></div> <div class="ttc" id="crap__types_8h_html_a4611b605e45ab401f02cab15c5e38715"><div class="ttname"><a href="crap__types_8h.html#a4611b605e45ab401f02cab15c5e38715">float32_t</a></div><div class="ttdeci">float float32_t</div><div class="ttdef"><b>Definition:</b> <a href="crap__types_8h_source.html#l00113">crap_types.h:113</a></div></div> <div class="ttc" id="classcrap_1_1_memory_arena_html"><div class="ttname"><a href="classcrap_1_1_memory_arena.html">crap::MemoryArena</a></div><div class="ttdef"><b>Definition:</b> <a href="memoryarena_8h_source.html#l00015">memoryarena.h:15</a></div></div> <div class="ttc" id="logger_8h_html_ade1fdab2d4531d8bdf9b9bf22b96c44f"><div class="ttname"><a href="logger_8h.html#ade1fdab2d4531d8bdf9b9bf22b96c44f">LOG_TARGET_COUT</a></div><div class="ttdeci">#define LOG_TARGET_COUT</div><div class="ttdef"><b>Definition:</b> <a href="logger_8h_source.html#l00032">logger.h:32</a></div></div> <div class="ttc" id="namespacecrap_html_aaff1250c80e3631796871d2e94b4d187"><div class="ttname"><a href="namespacecrap.html#aaff1250c80e3631796871d2e94b4d187">crap::BoundGeneralMemory</a></div><div class="ttdeci">MemoryArena&lt; memory_source_malloc, general_allocator, no_mutex, dead_bounds, no_tracking, no_tagging &gt; BoundGeneralMemory</div><div class="ttdef"><b>Definition:</b> <a href="memory_8h_source.html#l00031">memory.h:31</a></div></div> </div><!-- fragment --></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Wed Jan 7 2015 21:59:07 for Crap Engine 2 by &#160;<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>
solr-4.8.0/docs/solr-test-framework/org/apache/solr/util/class-use/RestTestBase.html
dtelaroli/angular-solr-example
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_55) on Thu Apr 24 20:56:18 UTC 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="utf-8"> <title>Uses of Class org.apache.solr.util.RestTestBase (Solr 4.8.0 API)</title> <meta name="date" content="2014-04-24"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.solr.util.RestTestBase (Solr 4.8.0 API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/apache/solr/util/RestTestBase.html" title="class in org.apache.solr.util">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/solr/util/class-use/RestTestBase.html" target="_top">Frames</a></li> <li><a href="RestTestBase.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.apache.solr.util.RestTestBase" class="title">Uses of Class<br>org.apache.solr.util.RestTestBase</h2> </div> <div class="classUseContainer">No usage of org.apache.solr.util.RestTestBase</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/apache/solr/util/RestTestBase.html" title="class in org.apache.solr.util">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/solr/util/class-use/RestTestBase.html" target="_top">Frames</a></li> <li><a href="RestTestBase.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small> <i>Copyright &copy; 2000-2014 Apache Software Foundation. All Rights Reserved.</i> <script src='../../../../../prettify.js' type='text/javascript'></script> <script type='text/javascript'> (function(){ var oldonload = window.onload; if (typeof oldonload != 'function') { window.onload = prettyPrint; } else { window.onload = function() { oldonload(); prettyPrint(); } } })(); </script> </small></p> </body> </html>
Figure3/Tox21_nnm/WorkHere/65-23-6.smi.png.html
andrewdefries/ToxCast
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en' lang='en'><head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta> <title>65-23-6.smi.png.html</title> </head> <body>ID65-23-6<br/> <img border="0" src="65-23-6.smi.png" alt="65-23-6.smi.png"></img><br/> <br/> <table border="1"> <tr> <td></td><td>ID</td><td>Formula</td><td>FW</td><td>DSSTox_CID</td><td>DSSTox_RID</td><td>DSSTox_GSID</td><td>DSSTox_FileID_Sort</td><td>TS_ChemName</td><td>TS_ChemName_Synonyms</td><td>TS_CASRN</td><td>CASRN_ChemName_Relationship</td><td>TS_Description</td><td>ChemNote</td><td>STRUCTURE_Shown</td><td>STRUCTURE_Formula</td><td>STRUCTURE_MW</td><td>STRUCTURE_ChemType</td><td>STRUCTURE_DefinedOrganicForm</td><td>STRUCTURE_IUPAC</td><td>STRUCTURE_SMILES</td><td>STRUCTURE_SMILES_Desalt</td><td>Substance_modify_yyyymmdd</td></tr> <tr> <td>58-56-0</td><td>6291</td><td>C8H12ClNO3</td><td>205.6388 (169.1778+36.4609)</td><td>10780</td><td>79601</td><td>40792</td><td>4283</td><td>Pyridoxine hydrochloride</td><td></td><td>58-56-0</td><td>primary</td><td>single chemical compound</td><td>parent [65-23-6]</td><td>tested chemical</td><td>C8H12ClNO3</td><td>205.6388</td><td>defined organic</td><td>complex</td><td>4,5-bis(hydroxymethyl)-2-methylpyridin-3-ol hydrochloride (1:1)</td><td>Cl.Oc1c(CO)c(cnc1C)CO</td><td>Oc1c(CO)c(cnc1C)CO</td><td>20080429</td></tr> </table> <br/><br/><font size="-2">(Page generated on Wed Sep 17 03:59:20 2014 by <a href="http://www.embl.de/~gpau/hwriter/index.html">hwriter</a> 1.3)</font><br/> </body></html>
public/react/react-05.html
roybailey/research-html
<!DOCTYPE html> <html> <head> <meta http-equiv='Content-type' content='text/html; charset=utf-8'> <title>React Sample</title> <link rel="stylesheet" href="assets/css/base.css" /> </head> <body> <h1>Using child elements and showing lists</h1> <div id="container"> <p> If you can see this, React is not working right. </p> </div> <!-- The core React library --> <script src="https://fb.me/react-15.1.0.js"></script> <!-- The ReactDOM Library --> <script src="https://fb.me/react-dom-15.1.0.js"></script> <script src="assets/JSXTransformer.js"></script> <script type="text/jsx"> // ------------------------------------------------------------ // Create a parent/child component with props data from parent // ------------------------------------------------------------ var FriendsContainer = React.createClass({ getInitialState: function(){ return { name: 'Tyler McGinnis', friends: ['Jake Lingwall', 'Murphy Randall', 'Merrick Christensen'] } }, render: function(){ return ( <div> <h3> Name: {this.state.name} </h3> <ShowList names={this.state.friends} /> </div> ) } }); var ShowList = React.createClass({ render: function(){ var listItems = this.props.names.map(function(friend){ return <li> {friend} </li>; }); return ( <div> <h3> Friends </h3> <ul> {listItems} </ul> </div> ) } }); ReactDOM.render(<FriendsContainer name="Tyler"/>, document.getElementById('container')); </script> </body> </html>
css/medium.css
AugustoL/OpenContent
/* Main column and sidebar layout */ .app-main { max-width: 780px; } #content{ min-height: 700px; }
public/Windows 10 x64 (19042.572) 20H2/_ALPC_HANDLE_ENTRY.html
epikcraw/ggool
<html><body> <h4>Windows 10 x64 (19042.572) 20H2</h4><br> <h2>_ALPC_HANDLE_ENTRY</h2> <font face="arial"> +0x000 Object : Ptr64 Void<br> </font></body></html>
public/Windows 10 x64 (18362.449)/_CM_PARTIAL_RESOURCE_DESCRIPTOR.html
epikcraw/ggool
<html><body> <h4>Windows 10 x64 (18362.449)</h4><br> <h2>_CM_PARTIAL_RESOURCE_DESCRIPTOR</h2> <font face="arial"> +0x000 Type : UChar<br> +0x001 ShareDisposition : UChar<br> +0x002 Flags : Uint2B<br> +0x004 u : <a href="./<anonymous-tag>.html"><anonymous-tag></a><br> </font></body></html>
public/Windows 10 x64 (18363.657)/_EPROCESS.html
epikcraw/ggool
<html><body> <h4>Windows 10 x64 (18363.657)</h4><br> <h2>_EPROCESS</h2> <font face="arial"> +0x000 Pcb : <a href="./_KPROCESS.html">_KPROCESS</a><br> +0x2e0 ProcessLock : <a href="./_EX_PUSH_LOCK.html">_EX_PUSH_LOCK</a><br> +0x2e8 UniqueProcessId : Ptr64 Void<br> +0x2f0 ActiveProcessLinks : <a href="./_LIST_ENTRY.html">_LIST_ENTRY</a><br> +0x300 RundownProtect : <a href="./_EX_RUNDOWN_REF.html">_EX_RUNDOWN_REF</a><br> +0x308 Flags2 : Uint4B<br> +0x308 JobNotReallyActive : Pos 0, 1 Bit<br> +0x308 AccountingFolded : Pos 1, 1 Bit<br> +0x308 NewProcessReported : Pos 2, 1 Bit<br> +0x308 ExitProcessReported : Pos 3, 1 Bit<br> +0x308 ReportCommitChanges : Pos 4, 1 Bit<br> +0x308 LastReportMemory : Pos 5, 1 Bit<br> +0x308 ForceWakeCharge : Pos 6, 1 Bit<br> +0x308 CrossSessionCreate : Pos 7, 1 Bit<br> +0x308 NeedsHandleRundown : Pos 8, 1 Bit<br> +0x308 RefTraceEnabled : Pos 9, 1 Bit<br> +0x308 PicoCreated : Pos 10, 1 Bit<br> +0x308 EmptyJobEvaluated : Pos 11, 1 Bit<br> +0x308 DefaultPagePriority : Pos 12, 3 Bits<br> +0x308 PrimaryTokenFrozen : Pos 15, 1 Bit<br> +0x308 ProcessVerifierTarget : Pos 16, 1 Bit<br> +0x308 RestrictSetThreadContext : Pos 17, 1 Bit<br> +0x308 AffinityPermanent : Pos 18, 1 Bit<br> +0x308 AffinityUpdateEnable : Pos 19, 1 Bit<br> +0x308 PropagateNode : Pos 20, 1 Bit<br> +0x308 ExplicitAffinity : Pos 21, 1 Bit<br> +0x308 ProcessExecutionState : Pos 22, 2 Bits<br> +0x308 EnableReadVmLogging : Pos 24, 1 Bit<br> +0x308 EnableWriteVmLogging : Pos 25, 1 Bit<br> +0x308 FatalAccessTerminationRequested : Pos 26, 1 Bit<br> +0x308 DisableSystemAllowedCpuSet : Pos 27, 1 Bit<br> +0x308 ProcessStateChangeRequest : Pos 28, 2 Bits<br> +0x308 ProcessStateChangeInProgress : Pos 30, 1 Bit<br> +0x308 InPrivate : Pos 31, 1 Bit<br> +0x30c Flags : Uint4B<br> +0x30c CreateReported : Pos 0, 1 Bit<br> +0x30c NoDebugInherit : Pos 1, 1 Bit<br> +0x30c ProcessExiting : Pos 2, 1 Bit<br> +0x30c ProcessDelete : Pos 3, 1 Bit<br> +0x30c ManageExecutableMemoryWrites : Pos 4, 1 Bit<br> +0x30c VmDeleted : Pos 5, 1 Bit<br> +0x30c OutswapEnabled : Pos 6, 1 Bit<br> +0x30c Outswapped : Pos 7, 1 Bit<br> +0x30c FailFastOnCommitFail : Pos 8, 1 Bit<br> +0x30c Wow64VaSpace4Gb : Pos 9, 1 Bit<br> +0x30c AddressSpaceInitialized : Pos 10, 2 Bits<br> +0x30c SetTimerResolution : Pos 12, 1 Bit<br> +0x30c BreakOnTermination : Pos 13, 1 Bit<br> +0x30c DeprioritizeViews : Pos 14, 1 Bit<br> +0x30c WriteWatch : Pos 15, 1 Bit<br> +0x30c ProcessInSession : Pos 16, 1 Bit<br> +0x30c OverrideAddressSpace : Pos 17, 1 Bit<br> +0x30c HasAddressSpace : Pos 18, 1 Bit<br> +0x30c LaunchPrefetched : Pos 19, 1 Bit<br> +0x30c Background : Pos 20, 1 Bit<br> +0x30c VmTopDown : Pos 21, 1 Bit<br> +0x30c ImageNotifyDone : Pos 22, 1 Bit<br> +0x30c PdeUpdateNeeded : Pos 23, 1 Bit<br> +0x30c VdmAllowed : Pos 24, 1 Bit<br> +0x30c ProcessRundown : Pos 25, 1 Bit<br> +0x30c ProcessInserted : Pos 26, 1 Bit<br> +0x30c DefaultIoPriority : Pos 27, 3 Bits<br> +0x30c ProcessSelfDelete : Pos 30, 1 Bit<br> +0x30c SetTimerResolutionLink : Pos 31, 1 Bit<br> +0x310 CreateTime : <a href="./_LARGE_INTEGER.html">_LARGE_INTEGER</a><br> +0x318 ProcessQuotaUsage : [2] Uint8B<br> +0x328 ProcessQuotaPeak : [2] Uint8B<br> +0x338 PeakVirtualSize : Uint8B<br> +0x340 VirtualSize : Uint8B<br> +0x348 SessionProcessLinks : <a href="./_LIST_ENTRY.html">_LIST_ENTRY</a><br> +0x358 ExceptionPortData : Ptr64 Void<br> +0x358 ExceptionPortValue : Uint8B<br> +0x358 ExceptionPortState : Pos 0, 3 Bits<br> +0x360 Token : <a href="./_EX_FAST_REF.html">_EX_FAST_REF</a><br> +0x368 MmReserved : Uint8B<br> +0x370 AddressCreationLock : <a href="./_EX_PUSH_LOCK.html">_EX_PUSH_LOCK</a><br> +0x378 PageTableCommitmentLock : <a href="./_EX_PUSH_LOCK.html">_EX_PUSH_LOCK</a><br> +0x380 RotateInProgress : Ptr64 <a href="./_ETHREAD.html">_ETHREAD</a><br> +0x388 ForkInProgress : Ptr64 <a href="./_ETHREAD.html">_ETHREAD</a><br> +0x390 CommitChargeJob : Ptr64 <a href="./_EJOB.html">_EJOB</a><br> +0x398 CloneRoot : <a href="./_RTL_AVL_TREE.html">_RTL_AVL_TREE</a><br> +0x3a0 NumberOfPrivatePages : Uint8B<br> +0x3a8 NumberOfLockedPages : Uint8B<br> +0x3b0 Win32Process : Ptr64 Void<br> +0x3b8 Job : Ptr64 <a href="./_EJOB.html">_EJOB</a><br> +0x3c0 SectionObject : Ptr64 Void<br> +0x3c8 SectionBaseAddress : Ptr64 Void<br> +0x3d0 Cookie : Uint4B<br> +0x3d8 WorkingSetWatch : Ptr64 <a href="./_PAGEFAULT_HISTORY.html">_PAGEFAULT_HISTORY</a><br> +0x3e0 Win32WindowStation : Ptr64 Void<br> +0x3e8 InheritedFromUniqueProcessId : Ptr64 Void<br> +0x3f0 OwnerProcessId : Uint8B<br> +0x3f8 Peb : Ptr64 <a href="./_PEB.html">_PEB</a><br> +0x400 Session : Ptr64 <a href="./_MM_SESSION_SPACE.html">_MM_SESSION_SPACE</a><br> +0x408 Spare1 : Ptr64 Void<br> +0x410 QuotaBlock : Ptr64 <a href="./_EPROCESS_QUOTA_BLOCK.html">_EPROCESS_QUOTA_BLOCK</a><br> +0x418 ObjectTable : Ptr64 <a href="./_HANDLE_TABLE.html">_HANDLE_TABLE</a><br> +0x420 DebugPort : Ptr64 Void<br> +0x428 WoW64Process : Ptr64 <a href="./_EWOW64PROCESS.html">_EWOW64PROCESS</a><br> +0x430 DeviceMap : Ptr64 Void<br> +0x438 EtwDataSource : Ptr64 Void<br> +0x440 PageDirectoryPte : Uint8B<br> +0x448 ImageFilePointer : Ptr64 <a href="./_FILE_OBJECT.html">_FILE_OBJECT</a><br> +0x450 ImageFileName : [15] UChar<br> +0x45f PriorityClass : UChar<br> +0x460 SecurityPort : Ptr64 Void<br> +0x468 SeAuditProcessCreationInfo : <a href="./_SE_AUDIT_PROCESS_CREATION_INFO.html">_SE_AUDIT_PROCESS_CREATION_INFO</a><br> +0x470 JobLinks : <a href="./_LIST_ENTRY.html">_LIST_ENTRY</a><br> +0x480 HighestUserAddress : Ptr64 Void<br> +0x488 ThreadListHead : <a href="./_LIST_ENTRY.html">_LIST_ENTRY</a><br> +0x498 ActiveThreads : Uint4B<br> +0x49c ImagePathHash : Uint4B<br> +0x4a0 DefaultHardErrorProcessing : Uint4B<br> +0x4a4 LastThreadExitStatus : Int4B<br> +0x4a8 PrefetchTrace : <a href="./_EX_FAST_REF.html">_EX_FAST_REF</a><br> +0x4b0 LockedPagesList : Ptr64 Void<br> +0x4b8 ReadOperationCount : <a href="./_LARGE_INTEGER.html">_LARGE_INTEGER</a><br> +0x4c0 WriteOperationCount : <a href="./_LARGE_INTEGER.html">_LARGE_INTEGER</a><br> +0x4c8 OtherOperationCount : <a href="./_LARGE_INTEGER.html">_LARGE_INTEGER</a><br> +0x4d0 ReadTransferCount : <a href="./_LARGE_INTEGER.html">_LARGE_INTEGER</a><br> +0x4d8 WriteTransferCount : <a href="./_LARGE_INTEGER.html">_LARGE_INTEGER</a><br> +0x4e0 OtherTransferCount : <a href="./_LARGE_INTEGER.html">_LARGE_INTEGER</a><br> +0x4e8 CommitChargeLimit : Uint8B<br> +0x4f0 CommitCharge : Uint8B<br> +0x4f8 CommitChargePeak : Uint8B<br> +0x500 Vm : <a href="./_MMSUPPORT_FULL.html">_MMSUPPORT_FULL</a><br> +0x640 MmProcessLinks : <a href="./_LIST_ENTRY.html">_LIST_ENTRY</a><br> +0x650 ModifiedPageCount : Uint4B<br> +0x654 ExitStatus : Int4B<br> +0x658 VadRoot : <a href="./_RTL_AVL_TREE.html">_RTL_AVL_TREE</a><br> +0x660 VadHint : Ptr64 Void<br> +0x668 VadCount : Uint8B<br> +0x670 VadPhysicalPages : Uint8B<br> +0x678 VadPhysicalPagesLimit : Uint8B<br> +0x680 AlpcContext : <a href="./_ALPC_PROCESS_CONTEXT.html">_ALPC_PROCESS_CONTEXT</a><br> +0x6a0 TimerResolutionLink : <a href="./_LIST_ENTRY.html">_LIST_ENTRY</a><br> +0x6b0 TimerResolutionStackRecord : Ptr64 <a href="./_PO_DIAG_STACK_RECORD.html">_PO_DIAG_STACK_RECORD</a><br> +0x6b8 RequestedTimerResolution : Uint4B<br> +0x6bc SmallestTimerResolution : Uint4B<br> +0x6c0 ExitTime : <a href="./_LARGE_INTEGER.html">_LARGE_INTEGER</a><br> +0x6c8 InvertedFunctionTable : Ptr64 <a href="./_INVERTED_FUNCTION_TABLE.html">_INVERTED_FUNCTION_TABLE</a><br> +0x6d0 InvertedFunctionTableLock : <a href="./_EX_PUSH_LOCK.html">_EX_PUSH_LOCK</a><br> +0x6d8 ActiveThreadsHighWatermark : Uint4B<br> +0x6dc LargePrivateVadCount : Uint4B<br> +0x6e0 ThreadListLock : <a href="./_EX_PUSH_LOCK.html">_EX_PUSH_LOCK</a><br> +0x6e8 WnfContext : Ptr64 Void<br> +0x6f0 ServerSilo : Ptr64 <a href="./_EJOB.html">_EJOB</a><br> +0x6f8 SignatureLevel : UChar<br> +0x6f9 SectionSignatureLevel : UChar<br> +0x6fa Protection : <a href="./_PS_PROTECTION.html">_PS_PROTECTION</a><br> +0x6fb HangCount : Pos 0, 3 Bits<br> +0x6fb GhostCount : Pos 3, 3 Bits<br> +0x6fb PrefilterException : Pos 6, 1 Bit<br> +0x6fc Flags3 : Uint4B<br> +0x6fc Minimal : Pos 0, 1 Bit<br> +0x6fc ReplacingPageRoot : Pos 1, 1 Bit<br> +0x6fc Crashed : Pos 2, 1 Bit<br> +0x6fc JobVadsAreTracked : Pos 3, 1 Bit<br> +0x6fc VadTrackingDisabled : Pos 4, 1 Bit<br> +0x6fc AuxiliaryProcess : Pos 5, 1 Bit<br> +0x6fc SubsystemProcess : Pos 6, 1 Bit<br> +0x6fc IndirectCpuSets : Pos 7, 1 Bit<br> +0x6fc RelinquishedCommit : Pos 8, 1 Bit<br> +0x6fc HighGraphicsPriority : Pos 9, 1 Bit<br> +0x6fc CommitFailLogged : Pos 10, 1 Bit<br> +0x6fc ReserveFailLogged : Pos 11, 1 Bit<br> +0x6fc SystemProcess : Pos 12, 1 Bit<br> +0x6fc HideImageBaseAddresses : Pos 13, 1 Bit<br> +0x6fc AddressPolicyFrozen : Pos 14, 1 Bit<br> +0x6fc ProcessFirstResume : Pos 15, 1 Bit<br> +0x6fc ForegroundExternal : Pos 16, 1 Bit<br> +0x6fc ForegroundSystem : Pos 17, 1 Bit<br> +0x6fc HighMemoryPriority : Pos 18, 1 Bit<br> +0x6fc EnableProcessSuspendResumeLogging : Pos 19, 1 Bit<br> +0x6fc EnableThreadSuspendResumeLogging : Pos 20, 1 Bit<br> +0x6fc SecurityDomainChanged : Pos 21, 1 Bit<br> +0x6fc SecurityFreezeComplete : Pos 22, 1 Bit<br> +0x6fc VmProcessorHost : Pos 23, 1 Bit<br> +0x700 DeviceAsid : Int4B<br> +0x708 SvmData : Ptr64 Void<br> +0x710 SvmProcessLock : <a href="./_EX_PUSH_LOCK.html">_EX_PUSH_LOCK</a><br> +0x718 SvmLock : Uint8B<br> +0x720 SvmProcessDeviceListHead : <a href="./_LIST_ENTRY.html">_LIST_ENTRY</a><br> +0x730 LastFreezeInterruptTime : Uint8B<br> +0x738 DiskCounters : Ptr64 <a href="./_PROCESS_DISK_COUNTERS.html">_PROCESS_DISK_COUNTERS</a><br> +0x740 PicoContext : Ptr64 Void<br> +0x748 EnclaveTable : Ptr64 Void<br> +0x750 EnclaveNumber : Uint8B<br> +0x758 EnclaveLock : <a href="./_EX_PUSH_LOCK.html">_EX_PUSH_LOCK</a><br> +0x760 HighPriorityFaultsAllowed : Uint4B<br> +0x768 EnergyContext : Ptr64 <a href="./_PO_PROCESS_ENERGY_CONTEXT.html">_PO_PROCESS_ENERGY_CONTEXT</a><br> +0x770 VmContext : Ptr64 Void<br> +0x778 SequenceNumber : Uint8B<br> +0x780 CreateInterruptTime : Uint8B<br> +0x788 CreateUnbiasedInterruptTime : Uint8B<br> +0x790 TotalUnbiasedFrozenTime : Uint8B<br> +0x798 LastAppStateUpdateTime : Uint8B<br> +0x7a0 LastAppStateUptime : Pos 0, 61 Bits<br> +0x7a0 LastAppState : Pos 61, 3 Bits<br> +0x7a8 SharedCommitCharge : Uint8B<br> +0x7b0 SharedCommitLock : <a href="./_EX_PUSH_LOCK.html">_EX_PUSH_LOCK</a><br> +0x7b8 SharedCommitLinks : <a href="./_LIST_ENTRY.html">_LIST_ENTRY</a><br> +0x7c8 AllowedCpuSets : Uint8B<br> +0x7d0 DefaultCpuSets : Uint8B<br> +0x7c8 AllowedCpuSetsIndirect : Ptr64 Uint8B<br> +0x7d0 DefaultCpuSetsIndirect : Ptr64 Uint8B<br> +0x7d8 DiskIoAttribution : Ptr64 Void<br> +0x7e0 DxgProcess : Ptr64 Void<br> +0x7e8 Win32KFilterSet : Uint4B<br> +0x7f0 ProcessTimerDelay : <a href="./_PS_INTERLOCKED_TIMER_DELAY_VALUES.html">_PS_INTERLOCKED_TIMER_DELAY_VALUES</a><br> +0x7f8 KTimerSets : Uint4B<br> +0x7fc KTimer2Sets : Uint4B<br> +0x800 ThreadTimerSets : Uint4B<br> +0x808 VirtualTimerListLock : Uint8B<br> +0x810 VirtualTimerListHead : <a href="./_LIST_ENTRY.html">_LIST_ENTRY</a><br> +0x820 WakeChannel : <a href="./_WNF_STATE_NAME.html">_WNF_STATE_NAME</a><br> +0x820 WakeInfo : <a href="./_PS_PROCESS_WAKE_INFORMATION.html">_PS_PROCESS_WAKE_INFORMATION</a><br> +0x850 MitigationFlags : Uint4B<br> +0x850 MitigationFlagsValues : <a href="./<anonymous-tag>.html"><anonymous-tag></a><br> +0x854 MitigationFlags2 : Uint4B<br> +0x854 MitigationFlags2Values : <a href="./<anonymous-tag>.html"><anonymous-tag></a><br> +0x858 PartitionObject : Ptr64 Void<br> +0x860 SecurityDomain : Uint8B<br> +0x868 ParentSecurityDomain : Uint8B<br> +0x870 CoverageSamplerContext : Ptr64 Void<br> +0x878 MmHotPatchContext : Ptr64 Void<br> </font></body></html>
docs/com/wrapper/spotify/model_objects/specification/class-use/RecommendationsSeed.Builder.html
thelinmichael/spotify-web-api-java
<!DOCTYPE HTML> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (11.0.10) on Thu Apr 15 10:34:57 CEST 2021 --> <title>Uses of Class com.wrapper.spotify.model_objects.specification.RecommendationsSeed.Builder (Spotify Web API Java Client 6.5.3 API)</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="dc.created" content="2021-04-15"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> <script type="text/javascript" src="../../../../../../jquery/jszip/dist/jszip.min.js"></script> <script type="text/javascript" src="../../../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script> <!--[if IE]> <script type="text/javascript" src="../../../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> <![endif]--> <script type="text/javascript" src="../../../../../../jquery/jquery-3.5.1.js"></script> <script type="text/javascript" src="../../../../../../jquery/jquery-ui.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class com.wrapper.spotify.model_objects.specification.RecommendationsSeed.Builder (Spotify Web API Java Client 6.5.3 API)"; } } catch(err) { } //--> var pathtoroot = "../../../../../../"; var useModuleDirectories = true; loadScripts(document, 'script');</script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <header role="banner"> <nav role="navigation"> <div class="fixedNav"> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a id="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a id="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../index.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../RecommendationsSeed.Builder.html" title="class in com.wrapper.spotify.model_objects.specification">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses.html">All&nbsp;Classes</a></li> </ul> <ul class="navListSearch"> <li><label for="search">SEARCH:</label> <input type="text" id="search" value="search" disabled="disabled"> <input type="reset" id="reset" value="reset" disabled="disabled"> </li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> </div> <a id="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> </div> <div class="navPadding">&nbsp;</div> <script type="text/javascript"><!-- $('.navPadding').css('padding-top', $('.fixedNav').css("height")); //--> </script> </nav> </header> <main role="main"> <div class="header"> <h2 title="Uses of Class com.wrapper.spotify.model_objects.specification.RecommendationsSeed.Builder" class="title">Uses of Class<br>com.wrapper.spotify.model_objects.specification.RecommendationsSeed.Builder</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table class="useSummary"> <caption><span>Packages that use <a href="../RecommendationsSeed.Builder.html" title="class in com.wrapper.spotify.model_objects.specification">RecommendationsSeed.Builder</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <th class="colFirst" scope="row"><a href="#com.wrapper.spotify.model_objects.specification">com.wrapper.spotify.model_objects.specification</a></th> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"> <section role="region"><a id="com.wrapper.spotify.model_objects.specification"> <!-- --> </a> <h3>Uses of <a href="../RecommendationsSeed.Builder.html" title="class in com.wrapper.spotify.model_objects.specification">RecommendationsSeed.Builder</a> in <a href="../package-summary.html">com.wrapper.spotify.model_objects.specification</a></h3> <table class="useSummary"> <caption><span>Methods in <a href="../package-summary.html">com.wrapper.spotify.model_objects.specification</a> that return <a href="../RecommendationsSeed.Builder.html" title="class in com.wrapper.spotify.model_objects.specification">RecommendationsSeed.Builder</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colSecond" scope="col">Method</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../RecommendationsSeed.Builder.html" title="class in com.wrapper.spotify.model_objects.specification">RecommendationsSeed.Builder</a></code></td> <th class="colSecond" scope="row"><span class="typeNameLabel">RecommendationsSeed.</span><code><span class="memberNameLink"><a href="../RecommendationsSeed.html#builder()">builder</a></span>()</code></th> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../RecommendationsSeed.Builder.html" title="class in com.wrapper.spotify.model_objects.specification">RecommendationsSeed.Builder</a></code></td> <th class="colSecond" scope="row"><span class="typeNameLabel">RecommendationsSeed.Builder.</span><code><span class="memberNameLink"><a href="../RecommendationsSeed.Builder.html#setAfterFilteringSize(java.lang.Integer)">setAfterFilteringSize</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang" class="externalLink">Integer</a>&nbsp;afterFilteringSize)</code></th> <td class="colLast"> <div class="block">The after filtering size setter.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../RecommendationsSeed.Builder.html" title="class in com.wrapper.spotify.model_objects.specification">RecommendationsSeed.Builder</a></code></td> <th class="colSecond" scope="row"><span class="typeNameLabel">RecommendationsSeed.Builder.</span><code><span class="memberNameLink"><a href="../RecommendationsSeed.Builder.html#setAfterRelinkingSize(java.lang.Integer)">setAfterRelinkingSize</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang" class="externalLink">Integer</a>&nbsp;afterRelinkingSize)</code></th> <td class="colLast"> <div class="block">The after relinking size setter.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../RecommendationsSeed.Builder.html" title="class in com.wrapper.spotify.model_objects.specification">RecommendationsSeed.Builder</a></code></td> <th class="colSecond" scope="row"><span class="typeNameLabel">RecommendationsSeed.Builder.</span><code><span class="memberNameLink"><a href="../RecommendationsSeed.Builder.html#setHref(java.lang.String)">setHref</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;href)</code></th> <td class="colLast"> <div class="block">The href setter.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../RecommendationsSeed.Builder.html" title="class in com.wrapper.spotify.model_objects.specification">RecommendationsSeed.Builder</a></code></td> <th class="colSecond" scope="row"><span class="typeNameLabel">RecommendationsSeed.Builder.</span><code><span class="memberNameLink"><a href="../RecommendationsSeed.Builder.html#setId(java.lang.String)">setId</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;id)</code></th> <td class="colLast"> <div class="block">The ID setter.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../RecommendationsSeed.Builder.html" title="class in com.wrapper.spotify.model_objects.specification">RecommendationsSeed.Builder</a></code></td> <th class="colSecond" scope="row"><span class="typeNameLabel">RecommendationsSeed.Builder.</span><code><span class="memberNameLink"><a href="../RecommendationsSeed.Builder.html#setInitialPoolSize(java.lang.Integer)">setInitialPoolSize</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang" class="externalLink">Integer</a>&nbsp;initialPoolSize)</code></th> <td class="colLast"> <div class="block">The initial pool size setter.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../RecommendationsSeed.Builder.html" title="class in com.wrapper.spotify.model_objects.specification">RecommendationsSeed.Builder</a></code></td> <th class="colSecond" scope="row"><span class="typeNameLabel">RecommendationsSeed.Builder.</span><code><span class="memberNameLink"><a href="../RecommendationsSeed.Builder.html#setType(com.wrapper.spotify.enums.ModelObjectType)">setType</a></span>&#8203;(<a href="../../../enums/ModelObjectType.html" title="enum in com.wrapper.spotify.enums">ModelObjectType</a>&nbsp;type)</code></th> <td class="colLast"> <div class="block">The model object type setter.</div> </td> </tr> </tbody> </table> </section> </li> </ul> </li> </ul> </div> </main> <footer role="contentinfo"> <nav role="navigation"> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a id="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a id="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../index.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../RecommendationsSeed.Builder.html" title="class in com.wrapper.spotify.model_objects.specification">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> </div> <a id="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </nav> <p class="legalCopy"><small>Copyright &#169; 2021. All rights reserved.</small></p> </footer> </body> </html>
testApp/app/ui/views/animate.html
AppGyver/supersonic
<div ng-controller="AnimateController"> <super-navbar> <super-navbar-title> Animate API </super-navbar-title> </super-navbar> <div class="padding"> <ul class="list"> <li class="item" ng-repeat="animation in animations"> <button class="button button-block" ng-click="animate(animation)"> {{animation}} </button> </li> </ul> </div> <div class="padding"> <ul class="list"> <li class="item"> <button class="button button-block" ng-click="testPromises()"> Animation promises </button> </li> </ul> </div> </div>
api/source-class-Gedmo.IpTraceable.ChangeTest.html
Tecnocreaciones/VzlaGovernmentTemplateDeveloperSeed
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="generator" content="ApiGen 2.8.0" /> <meta name="robots" content="noindex" /> <title>File vendor/gedmo/doctrine-extensions/tests/Gedmo/IpTraceable/ChangeTest.php | 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 class="active"><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><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 class="active"><a href="class-Gedmo.IpTraceable.ChangeTest.html">ChangeTest</a></li> <li><a href="class-Gedmo.IpTraceable.IpTraceableDocumentTest.html">IpTraceableDocumentTest</a></li> <li><a href="class-Gedmo.IpTraceable.IpTraceableListener.html">IpTraceableListener</a></li> <li><a href="class-Gedmo.IpTraceable.IpTraceableTest.html">IpTraceableTest</a></li> <li><a href="class-Gedmo.IpTraceable.NoInterfaceTest.html">NoInterfaceTest</a></li> <li><a href="class-Gedmo.IpTraceable.TraitUsageTest.html">TraitUsageTest</a></li> </ul> <h3>Interfaces</h3> <ul> <li><a href="class-Gedmo.IpTraceable.IpTraceable.html">IpTraceable</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-Gedmo.IpTraceable.html" title="Summary of Gedmo\IpTraceable"><span>Namespace</span></a> </li> <li> <a href="class-Gedmo.IpTraceable.ChangeTest.html" title="Summary of Gedmo\IpTraceable\ChangeTest"><span>Class</span></a> </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> <pre><code><span id="1" class="l"><a class="l" href="#1"> 1: </a><span class="xlang">&lt;?php</span> </span><span id="2" class="l"><a class="l" href="#2"> 2: </a> </span><span id="3" class="l"><a class="l" href="#3"> 3: </a><span class="php-keyword1">namespace</span> Gedmo\IpTraceable; </span><span id="4" class="l"><a class="l" href="#4"> 4: </a> </span><span id="5" class="l"><a class="l" href="#5"> 5: </a><span class="php-keyword1">use</span> Doctrine\Common\EventManager; </span><span id="6" class="l"><a class="l" href="#6"> 6: </a><span class="php-keyword1">use</span> Tool\BaseTestCaseORM; </span><span id="7" class="l"><a class="l" href="#7"> 7: </a><span class="php-keyword1">use</span> Doctrine\Common\Util\Debug, </span><span id="8" class="l"><a class="l" href="#8"> 8: </a> IpTraceable\Fixture\TitledArticle, </span><span id="9" class="l"><a class="l" href="#9"> 9: </a> Gedmo\Mapping\Event\Adapter\ORM <span class="php-keyword1">as</span> BaseAdapterORM, </span><span id="10" class="l"><a class="l" href="#10">10: </a> Doctrine\Common\EventArgs; </span><span id="11" class="l"><a class="l" href="#11">11: </a> </span><span id="12" class="l"><a class="l" href="#12">12: </a><span class="php-comment">/** </span></span><span id="13" class="l"><a class="l" href="#13">13: </a><span class="php-comment"> * These are tests for IpTraceable behavior </span></span><span id="14" class="l"><a class="l" href="#14">14: </a><span class="php-comment"> * </span></span><span id="15" class="l"><a class="l" href="#15">15: </a><span class="php-comment"> * @author Pierre-Charles Bertineau &lt;pc.bertineau@alterphp.com&gt; </span></span><span id="16" class="l"><a class="l" href="#16">16: </a><span class="php-comment"> * @link http://www.gediminasm.org </span></span><span id="17" class="l"><a class="l" href="#17">17: </a><span class="php-comment"> * @license MIT License (http://www.opensource.org/licenses/mit-license.php) </span></span><span id="18" class="l"><a class="l" href="#18">18: </a><span class="php-comment"> */</span> </span><span id="19" class="l"><a class="l" href="#19">19: </a><span class="php-keyword1">class</span> <a id="ChangeTest" href="#ChangeTest">ChangeTest</a> <span class="php-keyword1">extends</span> BaseTestCaseORM </span><span id="20" class="l"><a class="l" href="#20">20: </a>{ </span><span id="21" class="l"><a class="l" href="#21">21: </a> <span class="php-keyword1">const</span> <a id="TEST_IP" href="#TEST_IP">TEST_IP</a> = <span class="php-quote">'34.234.1.10'</span>; </span><span id="22" class="l"><a class="l" href="#22">22: </a> <span class="php-keyword1">const</span> <a id="FIXTURE" href="#FIXTURE">FIXTURE</a> = <span class="php-quote">&quot;IpTraceable\\Fixture\\TitledArticle&quot;</span>; </span><span id="23" class="l"><a class="l" href="#23">23: </a> </span><span id="24" class="l"><a class="l" href="#24">24: </a> <span class="php-keyword1">protected</span> <span class="php-var"><a id="$listener" href="#$listener">$listener</a></span>; </span><span id="25" class="l"><a class="l" href="#25">25: </a> </span><span id="26" class="l"><a class="l" href="#26">26: </a> <span class="php-keyword1">protected</span> <span class="php-keyword1">function</span> <a id="_setUp" href="#_setUp">setUp</a>() </span><span id="27" class="l"><a class="l" href="#27">27: </a> { </span><span id="28" class="l"><a class="l" href="#28">28: </a> parent::setUp(); </span><span id="29" class="l"><a class="l" href="#29">29: </a> </span><span id="30" class="l"><a class="l" href="#30">30: </a> <span class="php-var">$this</span>-&gt;listener = <span class="php-keyword1">new</span> IpTraceableListener; </span><span id="31" class="l"><a class="l" href="#31">31: </a> <span class="php-var">$this</span>-&gt;listener-&gt;setIpValue(self::TEST_IP); </span><span id="32" class="l"><a class="l" href="#32">32: </a> </span><span id="33" class="l"><a class="l" href="#33">33: </a> <span class="php-var">$evm</span> = <span class="php-keyword1">new</span> EventManager; </span><span id="34" class="l"><a class="l" href="#34">34: </a> <span class="php-var">$evm</span>-&gt;addEventSubscriber(<span class="php-var">$this</span>-&gt;listener); </span><span id="35" class="l"><a class="l" href="#35">35: </a> </span><span id="36" class="l"><a class="l" href="#36">36: </a> <span class="php-var">$this</span>-&gt;getMockSqliteEntityManager(<span class="php-var">$evm</span>); </span><span id="37" class="l"><a class="l" href="#37">37: </a> } </span><span id="38" class="l"><a class="l" href="#38">38: </a> </span><span id="39" class="l"><a class="l" href="#39">39: </a> <span class="php-keyword1">public</span> <span class="php-keyword1">function</span> <a id="_testChange" href="#_testChange">testChange</a>() </span><span id="40" class="l"><a class="l" href="#40">40: </a> { </span><span id="41" class="l"><a class="l" href="#41">41: </a> <span class="php-var">$test</span> = <span class="php-keyword1">new</span> TitledArticle(); </span><span id="42" class="l"><a class="l" href="#42">42: </a> <span class="php-var">$test</span>-&gt;setTitle(<span class="php-quote">'Test'</span>); </span><span id="43" class="l"><a class="l" href="#43">43: </a> <span class="php-var">$test</span>-&gt;setText(<span class="php-quote">'Test'</span>); </span><span id="44" class="l"><a class="l" href="#44">44: </a> </span><span id="45" class="l"><a class="l" href="#45">45: </a> <span class="php-var">$this</span>-&gt;em-&gt;persist(<span class="php-var">$test</span>); </span><span id="46" class="l"><a class="l" href="#46">46: </a> <span class="php-var">$this</span>-&gt;em-&gt;<span class="php-keyword2">flush</span>(); </span><span id="47" class="l"><a class="l" href="#47">47: </a> <span class="php-var">$this</span>-&gt;em-&gt;clear(); </span><span id="48" class="l"><a class="l" href="#48">48: </a> </span><span id="49" class="l"><a class="l" href="#49">49: </a> <span class="php-var">$test</span> = <span class="php-var">$this</span>-&gt;em-&gt;getRepository(self::FIXTURE)-&gt;findOneByTitle(<span class="php-quote">'Test'</span>); </span><span id="50" class="l"><a class="l" href="#50">50: </a> <span class="php-var">$test</span>-&gt;setTitle(<span class="php-quote">'New Title'</span>); </span><span id="51" class="l"><a class="l" href="#51">51: </a> <span class="php-var">$this</span>-&gt;em-&gt;persist(<span class="php-var">$test</span>); </span><span id="52" class="l"><a class="l" href="#52">52: </a> <span class="php-var">$this</span>-&gt;em-&gt;<span class="php-keyword2">flush</span>(); </span><span id="53" class="l"><a class="l" href="#53">53: </a> <span class="php-var">$this</span>-&gt;em-&gt;clear(); </span><span id="54" class="l"><a class="l" href="#54">54: </a> <span class="php-comment">//Changed</span> </span><span id="55" class="l"><a class="l" href="#55">55: </a> <span class="php-var">$this</span>-&gt;assertEquals(self::TEST_IP, <span class="php-var">$test</span>-&gt;getChtitle()); </span><span id="56" class="l"><a class="l" href="#56">56: </a> </span><span id="57" class="l"><a class="l" href="#57">57: </a> <span class="php-var">$this</span>-&gt;listener-&gt;setIpValue(<span class="php-quote">'127.0.0.1'</span>); </span><span id="58" class="l"><a class="l" href="#58">58: </a> </span><span id="59" class="l"><a class="l" href="#59">59: </a> <span class="php-var">$test</span> = <span class="php-var">$this</span>-&gt;em-&gt;getRepository(self::FIXTURE)-&gt;findOneByTitle(<span class="php-quote">'New Title'</span>); </span><span id="60" class="l"><a class="l" href="#60">60: </a> <span class="php-var">$test</span>-&gt;setText(<span class="php-quote">'New Text'</span>); </span><span id="61" class="l"><a class="l" href="#61">61: </a> <span class="php-var">$this</span>-&gt;em-&gt;persist(<span class="php-var">$test</span>); </span><span id="62" class="l"><a class="l" href="#62">62: </a> <span class="php-var">$this</span>-&gt;em-&gt;<span class="php-keyword2">flush</span>(); </span><span id="63" class="l"><a class="l" href="#63">63: </a> <span class="php-var">$this</span>-&gt;em-&gt;clear(); </span><span id="64" class="l"><a class="l" href="#64">64: </a> <span class="php-comment">//Not Changed</span> </span><span id="65" class="l"><a class="l" href="#65">65: </a> <span class="php-var">$this</span>-&gt;assertEquals(self::TEST_IP, <span class="php-var">$test</span>-&gt;getChtitle()); </span><span id="66" class="l"><a class="l" href="#66">66: </a> } </span><span id="67" class="l"><a class="l" href="#67">67: </a> </span><span id="68" class="l"><a class="l" href="#68">68: </a> <span class="php-keyword1">protected</span> <span class="php-keyword1">function</span> <a id="_getUsedEntityFixtures" href="#_getUsedEntityFixtures">getUsedEntityFixtures</a>() </span><span id="69" class="l"><a class="l" href="#69">69: </a> { </span><span id="70" class="l"><a class="l" href="#70">70: </a> <span class="php-keyword1">return</span> <span class="php-keyword1">array</span>( </span><span id="71" class="l"><a class="l" href="#71">71: </a> self::FIXTURE, </span><span id="72" class="l"><a class="l" href="#72">72: </a> ); </span><span id="73" class="l"><a class="l" href="#73">73: </a> } </span><span id="74" class="l"><a class="l" href="#74">74: </a>} </span><span id="75" class="l"><a class="l" href="#75">75: </a></span></code></pre> <div id="footer"> seip API documentation generated by <a href="http://apigen.org">ApiGen 2.8.0</a> </div> </div> </div> </body> </html>
app/build/coverage/AppBundle/Tests/Controller/DefaultControllerTest.php.html
i2070p/Paint
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Code Coverage for /var/www/Paint/src/AppBundle/Tests/Controller/DefaultControllerTest.php</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="../../../css/bootstrap.min.css" rel="stylesheet"> <link href="../../../css/style.css" rel="stylesheet"> <!--[if lt IE 9]> <script src="../../../js/html5shiv.min.js"></script> <script src="../../../js/respond.min.js"></script> <![endif]--> </head> <body> <header> <div class="container"> <div class="row"> <div class="col-md-12"> <ol class="breadcrumb"> <li><a href="../../../index.html">/var/www/Paint/src</a></li> <li><a href="../../index.html">AppBundle</a></li> <li><a href="../index.html">Tests</a></li> <li><a href="index.html">Controller</a></li> <li class="active">DefaultControllerTest.php</li> </ol> </div> </div> </div> </header> <div class="container"> <table class="table table-bordered"> <thead> <tr> <td>&nbsp;</td> <td colspan="10"><div align="center"><strong>Code Coverage</strong></div></td> </tr> <tr> <td>&nbsp;</td> <td colspan="3"><div align="center"><strong>Classes and Traits</strong></div></td> <td colspan="4"><div align="center"><strong>Functions and Methods</strong></div></td> <td colspan="3"><div align="center"><strong>Lines</strong></div></td> </tr> </thead> <tbody> <tr> <td class="danger">Total</td> <td class="danger big"> <div class="progress"> <div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="0.00" aria-valuemin="0" aria-valuemax="100" style="width: 0.00%"> <span class="sr-only">0.00% covered (danger)</span> </div> </div> </td> <td class="danger small"><div align="right">0.00%</div></td> <td class="danger small"><div align="right">0&nbsp;/&nbsp;1</div></td> <td class="danger big"> <div class="progress"> <div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="0.00" aria-valuemin="0" aria-valuemax="100" style="width: 0.00%"> <span class="sr-only">0.00% covered (danger)</span> </div> </div> </td> <td class="danger small"><div align="right">0.00%</div></td> <td class="danger small"><div align="right">0&nbsp;/&nbsp;1</div></td> <td class="danger small"><abbr title="Change Risk Anti-Patterns (CRAP) Index">CRAP</abbr></td> <td class="danger big"> <div class="progress"> <div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="0.00" aria-valuemin="0" aria-valuemax="100" style="width: 0.00%"> <span class="sr-only">0.00% covered (danger)</span> </div> </div> </td> <td class="danger small"><div align="right">0.00%</div></td> <td class="danger small"><div align="right">0&nbsp;/&nbsp;6</div></td> </tr> <tr> <td class="danger">DefaultControllerTest</td> <td class="danger big"> <div class="progress"> <div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="0.00" aria-valuemin="0" aria-valuemax="100" style="width: 0.00%"> <span class="sr-only">0.00% covered (danger)</span> </div> </div> </td> <td class="danger small"><div align="right">0.00%</div></td> <td class="danger small"><div align="right">0&nbsp;/&nbsp;1</div></td> <td class="danger big"> <div class="progress"> <div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="0.00" aria-valuemin="0" aria-valuemax="100" style="width: 0.00%"> <span class="sr-only">0.00% covered (danger)</span> </div> </div> </td> <td class="danger small"><div align="right">0.00%</div></td> <td class="danger small"><div align="right">0&nbsp;/&nbsp;1</div></td> <td class="danger small">2</td> <td class="danger big"> <div class="progress"> <div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="0.00" aria-valuemin="0" aria-valuemax="100" style="width: 0.00%"> <span class="sr-only">0.00% covered (danger)</span> </div> </div> </td> <td class="danger small"><div align="right">0.00%</div></td> <td class="danger small"><div align="right">0&nbsp;/&nbsp;6</div></td> </tr> <tr> <td class="danger" colspan="4">&nbsp;<a href="#9"><abbr title="testIndex()">testIndex</abbr></a></td> <td class="danger big"> <div class="progress"> <div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="0.00" aria-valuemin="0" aria-valuemax="100" style="width: 0.00%"> <span class="sr-only">0.00% covered (danger)</span> </div> </div> </td> <td class="danger small"><div align="right">0.00%</div></td> <td class="danger small"><div align="right">0&nbsp;/&nbsp;1</div></td> <td class="danger small">2</td> <td class="danger big"> <div class="progress"> <div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="0.00" aria-valuemin="0" aria-valuemax="100" style="width: 0.00%"> <span class="sr-only">0.00% covered (danger)</span> </div> </div> </td> <td class="danger small"><div align="right">0.00%</div></td> <td class="danger small"><div align="right">0&nbsp;/&nbsp;6</div></td> </tr> </tbody> </table> <table id="code" class="table table-borderless table-condensed"> <tbody> <tr><td><div align="right"><a name="1"></a><a href="#1">1</a></div></td><td class="codeLine"><span class="default">&lt;?php</span></td></tr> <tr><td><div align="right"><a name="2"></a><a href="#2">2</a></div></td><td class="codeLine"></td></tr> <tr><td><div align="right"><a name="3"></a><a href="#3">3</a></div></td><td class="codeLine"><span class="keyword">namespace</span><span class="default">&nbsp;</span><span class="default">AppBundle</span><span class="default">\</span><span class="default">Tests</span><span class="default">\</span><span class="default">Controller</span><span class="keyword">;</span></td></tr> <tr><td><div align="right"><a name="4"></a><a href="#4">4</a></div></td><td class="codeLine"></td></tr> <tr><td><div align="right"><a name="5"></a><a href="#5">5</a></div></td><td class="codeLine"><span class="keyword">use</span><span class="default">&nbsp;</span><span class="default">Symfony</span><span class="default">\</span><span class="default">Bundle</span><span class="default">\</span><span class="default">FrameworkBundle</span><span class="default">\</span><span class="default">Test</span><span class="default">\</span><span class="default">WebTestCase</span><span class="keyword">;</span></td></tr> <tr><td><div align="right"><a name="6"></a><a href="#6">6</a></div></td><td class="codeLine"></td></tr> <tr><td><div align="right"><a name="7"></a><a href="#7">7</a></div></td><td class="codeLine"><span class="keyword">class</span><span class="default">&nbsp;</span><span class="default">DefaultControllerTest</span><span class="default">&nbsp;</span><span class="keyword">extends</span><span class="default">&nbsp;</span><span class="default">WebTestCase</span></td></tr> <tr><td><div align="right"><a name="8"></a><a href="#8">8</a></div></td><td class="codeLine"><span class="keyword">{</span></td></tr> <tr><td><div align="right"><a name="9"></a><a href="#9">9</a></div></td><td class="codeLine"><span class="default">&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="keyword">public</span><span class="default">&nbsp;</span><span class="keyword">function</span><span class="default">&nbsp;</span><span class="default">testIndex</span><span class="keyword">(</span><span class="keyword">)</span></td></tr> <tr class="danger"><td><div align="right"><a name="10"></a><a href="#10">10</a></div></td><td class="codeLine"><span class="default">&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="keyword">{</span></td></tr> <tr class="danger"><td><div align="right"><a name="11"></a><a href="#11">11</a></div></td><td class="codeLine"><span class="default">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="default">$client</span><span class="default">&nbsp;</span><span class="keyword">=</span><span class="default">&nbsp;</span><span class="keyword">static</span><span class="default">::</span><span class="default">createClient</span><span class="keyword">(</span><span class="keyword">)</span><span class="keyword">;</span></td></tr> <tr><td><div align="right"><a name="12"></a><a href="#12">12</a></div></td><td class="codeLine"></td></tr> <tr class="danger"><td><div align="right"><a name="13"></a><a href="#13">13</a></div></td><td class="codeLine"><span class="default">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="default">$crawler</span><span class="default">&nbsp;</span><span class="keyword">=</span><span class="default">&nbsp;</span><span class="default">$client</span><span class="default">-&gt;</span><span class="default">request</span><span class="keyword">(</span><span class="default">'GET'</span><span class="keyword">,</span><span class="default">&nbsp;</span><span class="default">'/app/example'</span><span class="keyword">)</span><span class="keyword">;</span></td></tr> <tr><td><div align="right"><a name="14"></a><a href="#14">14</a></div></td><td class="codeLine"></td></tr> <tr class="danger"><td><div align="right"><a name="15"></a><a href="#15">15</a></div></td><td class="codeLine"><span class="default">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="default">$this</span><span class="default">-&gt;</span><span class="default">assertEquals</span><span class="keyword">(</span><span class="default">200</span><span class="keyword">,</span><span class="default">&nbsp;</span><span class="default">$client</span><span class="default">-&gt;</span><span class="default">getResponse</span><span class="keyword">(</span><span class="keyword">)</span><span class="default">-&gt;</span><span class="default">getStatusCode</span><span class="keyword">(</span><span class="keyword">)</span><span class="keyword">)</span><span class="keyword">;</span></td></tr> <tr class="danger"><td><div align="right"><a name="16"></a><a href="#16">16</a></div></td><td class="codeLine"><span class="default">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="default">$this</span><span class="default">-&gt;</span><span class="default">assertTrue</span><span class="keyword">(</span><span class="default">$crawler</span><span class="default">-&gt;</span><span class="default">filter</span><span class="keyword">(</span><span class="default">'html:contains(&quot;Homepage&quot;)'</span><span class="keyword">)</span><span class="default">-&gt;</span><span class="default">count</span><span class="keyword">(</span><span class="keyword">)</span><span class="default">&nbsp;</span><span class="keyword">&gt;</span><span class="default">&nbsp;</span><span class="default">0</span><span class="keyword">)</span><span class="keyword">;</span></td></tr> <tr class="danger"><td><div align="right"><a name="17"></a><a href="#17">17</a></div></td><td class="codeLine"><span class="default">&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="keyword">}</span></td></tr> <tr><td><div align="right"><a name="18"></a><a href="#18">18</a></div></td><td class="codeLine"><span class="keyword">}</span></td></tr> </tbody> </table> <footer> <hr/> <h4>Legend</h4> <p> <span class="success"><strong>Executed</strong></span> <span class="danger"><strong>Not Executed</strong></span> <span class="warning"><strong>Dead Code</strong></span> </p> <p> <small>Generated by <a href="http://github.com/sebastianbergmann/php-code-coverage" target="_top">PHP_CodeCoverage 2.1.8</a> using <a href="http://php.net/" target="_top">PHP 5.5.9-1ubuntu4.11</a> and <a href="http://phpunit.de/">PHPUnit 4.7.7</a> at Wed Jul 22 16:47:39 CEST 2015.</small> </p> <a title="Back to the top" id="toplink" href="#"><span class="glyphicon glyphicon-arrow-up"></span></a> </footer> </div> <script src="../../../js/jquery.min.js" type="text/javascript"></script> <script src="../../../js/bootstrap.min.js" type="text/javascript"></script> <script src="../../../js/holder.min.js" type="text/javascript"></script> <script type="text/javascript"> $(function() { var $window = $(window) , $top_link = $('#toplink') , $body = $('body, html') , offset = $('#code').offset().top; $top_link.hide().click(function(event) { event.preventDefault(); $body.animate({scrollTop:0}, 800); }); $window.scroll(function() { if($window.scrollTop() > offset) { $top_link.fadeIn(); } else { $top_link.fadeOut(); } }).scroll(); $('.popin').popover({trigger: 'hover'}); }); </script> </body> </html>
docs/api/en/materials/MeshStandardMaterial.html
kaisalmen/three.js
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <base href="../../../" /> <script src="page.js"></script> <link type="text/css" rel="stylesheet" href="page.css" /> </head> <body> [page:Material] &rarr; <h1>[name]</h1> <p class="desc"> A standard physically based material, using Metallic-Roughness workflow.<br /><br /> Physically based rendering (PBR) has recently become the standard in many 3D applications, such as [link:https://blogs.unity3d.com/2014/10/29/physically-based-shading-in-unity-5-a-primer/ Unity], [link:https://docs.unrealengine.com/latest/INT/Engine/Rendering/Materials/PhysicallyBased/ Unreal] and [link:http://area.autodesk.com/blogs/the-3ds-max-blog/what039s-new-for-rendering-in-3ds-max-2017 3D Studio Max].<br /><br /> This approach differs from older approaches in that instead of using approximations for the way in which light interacts with a surface, a physically correct model is used. The idea is that, instead of tweaking materials to look good under specific lighting, a material can be created that will react 'correctly' under all lighting scenarios.<br /><br /> In practice this gives a more accurate and realistic looking result than the [page:MeshLambertMaterial] or [page:MeshPhongMaterial], at the cost of being somewhat more computationally expensive.<br /><br /> Shading is calculated in the same way as for the [page:MeshPhongMaterial], using a [link:https://en.wikipedia.org/wiki/Phong_shading Phong] shading model. This calculates shading per pixel (i.e. in the [link:https://en.wikipedia.org/wiki/Shader#Pixel_shaders fragment shader], AKA pixel shader) which gives more accurate results than the Gouraud model used by [page:MeshLambertMaterial], at the cost of some performance.<br /><br /> Note that for best results you should always specify an [page:.envMap environment map] when using this material.<br /><br /> For a non-technical introduction to the concept of PBR and how to set up a PBR material, check out these articles by the people at [link:https://www.marmoset.co marmoset]: <ul> <li> [link:https://www.marmoset.co/posts/basic-theory-of-physically-based-rendering/ Basic Theory of Physically Based Rendering] </li> <li> [link:https://www.marmoset.co/posts/physically-based-rendering-and-you-can-too/ Physically Based Rendering and You Can Too] </li> </ul> </p> <p> Technical details of the approach used in three.js (and most other PBR systems) can be found is this [link:https://media.disneyanimation.com/uploads/production/publication_asset/48/asset/s2012_pbs_disney_brdf_notes_v3.pdf paper from Disney] (pdf), by Brent Burley. </p> <iframe id="scene" src="scenes/material-browser.html#MeshStandardMaterial"></iframe> <script> // iOS iframe auto-resize workaround if ( /(iPad|iPhone|iPod)/g.test( navigator.userAgent ) ) { const scene = document.getElementById( 'scene' ); scene.style.width = getComputedStyle( scene ).width; scene.style.height = getComputedStyle( scene ).height; scene.setAttribute( 'scrolling', 'no' ); } </script> <h2>Constructor</h2> <h3>[name]( [param:Object parameters] )</h3> <p> [page:Object parameters] - (optional) an object with one or more properties defining the material's appearance. Any property of the material (including any property inherited from [page:Material]) can be passed in here.<br /><br /> The exception is the property [page:Hexadecimal color], which can be passed in as a hexadecimal string and is *0xffffff* (white) by default. [page:Color.set]( color ) is called internally. </p> <h2>Properties</h2> <p>See the base [page:Material] class for common properties.</p> <h3>[property:Texture alphaMap]</h3> <p>The alpha map is a grayscale texture that controls the opacity across the surface (black: fully transparent; white: fully opaque). Default is null.<br /><br /> Only the color of the texture is used, ignoring the alpha channel if one exists. For RGB and RGBA textures, the [page:WebGLRenderer WebGL] renderer will use the green channel when sampling this texture due to the extra bit of precision provided for green in DXT-compressed and uncompressed RGB 565 formats. Luminance-only and luminance/alpha textures will also still work as expected. </p> <h3>[property:Texture aoMap]</h3> <p>The red channel of this texture is used as the ambient occlusion map. Default is null. The aoMap requires a second set of UVs.</p> <h3>[property:Float aoMapIntensity]</h3> <p>Intensity of the ambient occlusion effect. Default is 1. Zero is no occlusion effect.</p> <h3>[property:Texture bumpMap]</h3> <p> The texture to create a bump map. The black and white values map to the perceived depth in relation to the lights. Bump doesn't actually affect the geometry of the object, only the lighting. If a normal map is defined this will be ignored. </p> <h3>[property:Float bumpScale]</h3> <p>How much the bump map affects the material. Typical ranges are 0-1. Default is 1.</p> <h3>[property:Color color]</h3> <p>[page:Color] of the material, by default set to white (0xffffff).</p> <h3>[property:Object defines]</h3> <p>An object of the form: <code> { 'STANDARD': '' }; </code> This is used by the [page:WebGLRenderer] for selecting shaders. </p> <h3>[property:Texture displacementMap]</h3> <p> The displacement map affects the position of the mesh's vertices. Unlike other maps which only affect the light and shade of the material the displaced vertices can cast shadows, block other objects, and otherwise act as real geometry. The displacement texture is an image where the value of each pixel (white being the highest) is mapped against, and repositions, the vertices of the mesh. </p> <h3>[property:Float displacementScale]</h3> <p> How much the displacement map affects the mesh (where black is no displacement, and white is maximum displacement). Without a displacement map set, this value is not applied. Default is 1. </p> <h3>[property:Float displacementBias]</h3> <p> The offset of the displacement map's values on the mesh's vertices. Without a displacement map set, this value is not applied. Default is 0. </p> <h3>[property:Color emissive]</h3> <p> Emissive (light) color of the material, essentially a solid color unaffected by other lighting. Default is black. </p> <h3>[property:Texture emissiveMap]</h3> <p> Set emisssive (glow) map. Default is null. The emissive map color is modulated by the emissive color and the emissive intensity. If you have an emissive map, be sure to set the emissive color to something other than black. </p> <h3>[property:Float emissiveIntensity]</h3> <p>Intensity of the emissive light. Modulates the emissive color. Default is 1.</p> <h3>[property:Texture envMap]</h3> <p>The environment map. To ensure a physically correct rendering, you should only add environment maps which were preprocessed by [page:PMREMGenerator]. Default is null. </p> <h3>[property:Float envMapIntensity]</h3> <p>Scales the effect of the environment map by multiplying its color.</p> <h3>[property:Boolean flatShading]</h3> <p> Define whether the material is rendered with flat shading. Default is false. </p> <h3>[property:Texture lightMap]</h3> <p>The light map. Default is null. The lightMap requires a second set of UVs.</p> <h3>[property:Float lightMapIntensity]</h3> <p>Intensity of the baked light. Default is 1.</p> <h3>[property:Texture map]</h3> <p>The color map. Default is null. The texture map color is modulated by the diffuse [page:.color].</p> <h3>[property:Float metalness]</h3> <p> How much the material is like a metal. Non-metallic materials such as wood or stone use 0.0, metallic use 1.0, with nothing (usually) in between. Default is 0.0. A value between 0.0 and 1.0 could be used for a rusty metal look. If metalnessMap is also provided, both values are multiplied. </p> <h3>[property:Texture metalnessMap]</h3> <p>The blue channel of this texture is used to alter the metalness of the material.</p> <h3>[property:Boolean morphNormals]</h3> <p> Defines whether the material uses morphNormals. Set as true to pass morphNormal attributes from the geometry to the shader. Default is *false*. </p> <h3>[property:Boolean morphTargets]</h3> <p>Define whether the material uses morphTargets. Default is false.</p> <h3>[property:Texture normalMap]</h3> <p> The texture to create a normal map. The RGB values affect the surface normal for each pixel fragment and change the way the color is lit. Normal maps do not change the actual shape of the surface, only the lighting. In case the material has a normal map authored using the left handed convention, the y component of normalScale should be negated to compensate for the different handedness. </p> <h3>[property:Integer normalMapType]</h3> <p> The type of normal map.<br /><br /> Options are [page:constant THREE.TangentSpaceNormalMap] (default), and [page:constant THREE.ObjectSpaceNormalMap]. </p> <h3>[property:Vector2 normalScale]</h3> <p> How much the normal map affects the material. Typical ranges are 0-1. Default is a [page:Vector2] set to (1,1). </p> <h3>[property:Float refractionRatio]</h3> <p> The index of refraction (IOR) of air (approximately 1) divided by the index of refraction of the material. It is used with environment mapping modes [page:Textures THREE.CubeRefractionMapping] and [page:Textures THREE.EquirectangularRefractionMapping]. The refraction ratio should not exceed 1. Default is *0.98*. </p> <h3>[property:Float roughness]</h3> <p> How rough the material appears. 0.0 means a smooth mirror reflection, 1.0 means fully diffuse. Default is 1.0. If roughnessMap is also provided, both values are multiplied. </p> <h3>[property:Texture roughnessMap]</h3> <p>The green channel of this texture is used to alter the roughness of the material.</p> <h3>[property:Boolean vertexTangents]</h3> <p> Defines whether precomputed vertex tangents, which must be provided in a vec4 "tangent" attribute, are used. When disabled, tangents are derived automatically. Using precomputed tangents will give more accurate normal map details in some cases, such as with mirrored UVs. Default is false. </p> <h3>[property:Boolean wireframe]</h3> <p>Render geometry as wireframe. Default is *false* (i.e. render as flat polygons).</p> <h3>[property:String wireframeLinecap]</h3> <p> Define appearance of line ends. Possible values are "butt", "round" and "square". Default is 'round'.<br /><br /> This corresponds to the [link:https://developer.mozilla.org/en/docs/Web/API/CanvasRenderingContext2D/lineCap 2D Canvas lineCap] property and it is ignored by the [page:WebGLRenderer WebGL] renderer. </p> <h3>[property:String wireframeLinejoin]</h3> <p> Define appearance of line joints. Possible values are "round", "bevel" and "miter". Default is 'round'.<br /><br /> This corresponds to the [link:https://developer.mozilla.org/en/docs/Web/API/CanvasRenderingContext2D/lineJoin 2D Canvas lineJoin] property and it is ignored by the [page:WebGLRenderer WebGL] renderer. </p> <h3>[property:Float wireframeLinewidth]</h3> <p>Controls wireframe thickness. Default is 1.<br /><br /> Due to limitations of the [link:https://www.khronos.org/registry/OpenGL/specs/gl/glspec46.core.pdf OpenGL Core Profile] with the [page:WebGLRenderer WebGL] renderer on most platforms linewidth will always be 1 regardless of the set value. </p> <h2>Methods</h2> <p>See the base [page:Material] class for common methods.</p> <h2>Source</h2> <p> [link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js] </p> </body> </html>
software/distributions/search.html
michaellindon/michaellindon.github.io
<!DOCTYPE html> <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]--> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="shortcut icon" href="./img/favicon.ico"> <title>Distributions for Clojure</title> <link href='https://fonts.googleapis.com/css?family=Lato:400,700|Roboto+Slab:400,700|Inconsolata:400,700' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="./css/theme.css" type="text/css" /> <link rel="stylesheet" href="./css/theme_extra.css" type="text/css" /> <link rel="stylesheet" href="./css/highlight.css"> <script src="./js/jquery-2.1.1.min.js"></script> <script src="./js/modernizr-2.8.3.min.js"></script> <script type="text/javascript" src="./js/highlight.pack.js"></script> <script>var base_url = '.';</script> <script data-main="./mkdocs/js/search.js" src="./mkdocs/js/require.js"></script> </head> <body class="wy-body-for-nav" role="document"> <div class="wy-grid-for-nav"> <nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav"> <div class="wy-side-nav-search"> <a href="." class="icon icon-home"> Distributions for Clojure</a> <div role="search"> <form id ="rtd-search-form" class="wy-form" action="./search.html" method="get"> <input type="text" name="q" placeholder="Search docs" /> </form> </div> </div> <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation"> <ul class="current"> <li class="toctree-l1"> <a class="" href=".">Home</a> </li> <li class="toctree-l1"> <a class="" href="getting-started/">Getting Started</a> </li> <li class="toctree-l1"> <a class="" href="univariate/">Univariate Distributions</a> </li> <li class="toctree-l1"> <a class="" href="location-scale/">Location-Scale Families</a> </li> <li class="toctree-l1"> <a class="" href="truncated/">Truncated Distributions</a> </li> <li class="toctree-l1"> <a class="" href="mixture/">Mixture Distributions</a> </li> <li class="toctree-l1"> <a class="" href="marginal/">Marginal Distributions</a> </li> <li class="toctree-l1"> <a class="" href="posterior/">Posterior Distributions</a> </li> <li class="toctree-l1"> <a class="" href="posterior-predictive/">Posterior Predictive</a> </li> <li class="toctree-l1"> <a class="" href="integration/">Integration & Expectation</a> </li> <li class="toctree-l1"> <a class="" href="sampling/">Sampling Algorithms</a> </li> <li class="toctree-l1"> <a class="" href="dirichlet-process/">Dirichlet Process</a> </li> <li class="toctree-l1"> <a class="" href="special/">Specical Functions</a> </li> </ul> </div> &nbsp; </nav> <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> <nav class="wy-nav-top" role="navigation" aria-label="top navigation"> <i data-toggle="wy-nav-top" class="fa fa-bars"></i> <a href=".">Distributions for Clojure</a> </nav> <div class="wy-nav-content"> <div class="rst-content"> <div role="navigation" aria-label="breadcrumbs navigation"> <ul class="wy-breadcrumbs"> <li><a href=".">Docs</a> &raquo;</li> <li class="wy-breadcrumbs-aside"> </li> </ul> <hr/> </div> <div role="main"> <div class="section"> <h1 id="search">Search Results</h1> <form id="content_search" action="search.html"> <span role="status" aria-live="polite" class="ui-helper-hidden-accessible"></span> <input name="q" id="mkdocs-search-query" type="text" class="search_input search-query ui-autocomplete-input" placeholder="Search the Docs" autocomplete="off" autofocus> </form> <div id="mkdocs-search-results" class="search-results"> Searching... </div> </div> </div> <footer> <hr/> <div role="contentinfo"> <!-- Copyright etc --> </div> Built with <a href="http://www.mkdocs.org">MkDocs</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. </footer> </div> </div> </section> </div> <div class="rst-versions" role="note" style="cursor: pointer"> <span class="rst-current-version" data-toggle="rst-current-version"> </span> </div> <script src="./js/theme.js"></script> </body> </html>
website/_layouts/pages/homepage.html
facebook/flow
--- layout: default --- {% include vars.html %} <div style="padding: 0 0; background-color: #000;"> <div style="font-weight: bold; font-size: 20px; padding: 20px; max-width: 768px; margin: 0 auto; text-align: center; color: white;"> Support Ukraine 🇺🇦 <a href="https://opensource.fb.com/support-ukraine"> Help Provide Humanitarian Aid to Ukraine </a> . </div> </div> <div class="feature feature-hero"> <div class="container"> <h1 class="feature-heading"> {{i18n.homepage_hero_title | replace: '|', '<br class="hidden-lg-up">' | replace: '[', '<span>' | replace: ']', '</span>'}} </h1> <a class="feature-btn hidden-sm-down" href="{{url_base}}/docs/getting-started/"><span>{{i18n.homepage_get_started}}</span></a> <a class="feature-btn hidden-sm-down" href="{{url_base}}/docs/install/"><span>{{i18n.homepage_install_flow}}</span></a> <iframe class="gh-btn" src="https://ghbtns.com/github-btn.html?user=facebook&repo=flow&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px" title="{{i18n.homepage_github_stars}}"> </iframe> <div class="feature-hero-text mt-2"> {{i18n.site_flow_version_stable}} <strong class="navbar-text"> <a href="{{site.latest_release.html_url}}"> {{site.latest_release.name}} </a> </strong> </div> </div> </div> <div class="feature feature-light"> <div class="feature-decoration feature-decoration-drop"></div> <div class="container"> <div class="row"> <div class="col-lg-7"> <h2 class="feature-heading feature-heading-center"> {{i18n.homepage_code_faster_title}} </h2> <p class="feature-text"> {{i18n.homepage_code_faster_description}} </p> </div> <div class="col-lg-5"> <img class="img-fluid rounded" width="890" height="564" src="/static/featurette-faster.gif?{{site.time | date: '%s'}}" alt="{{i18n.homepage_code_faster_img_alt}}"/> </div> </div> </div> </div> <div class="feature feature-gray"> <div class="container"> <div class="row"> <div class="col-lg-7 push-lg-5"> <h2 class="feature-heading feature-heading-center"> {{i18n.homepage_code_smarter_title}} </h2> <p class="feature-text"> {{i18n.homepage_code_smarter_description}} </p> </div> <div class="col-lg-5 pull-lg-7"> <img class="img-fluid rounded" width="890" height="564" src="/static/featurette-smarter.gif?{{site.time | date: '%s'}}" alt="{{i18n.homepage_code_smarter_img_alt}}"/> </div> </div> </div> </div> <div class="feature feature-dark"> <div class="feature-decoration feature-decoration-drop"></div> <div class="feature-decoration feature-decoration-rise"></div> <div class="container"> <div class="row"> <div class="col-lg-7"> <h2 class="feature-heading feature-heading-center"> {{i18n.homepage_code_confidently_title}} </h2> <p class="feature-text"> {{i18n.homepage_code_confidently_description}} </p> </div> <div class="col-lg-5"> <img class="img-fluid rounded" width="890" height="564" src="/static/featurette-confidently.gif?{{site.time | date: '%s'}}" alt="{{i18n.homepage_code_confidently_img_alt}}"/> </div> </div> </div> </div> <div class="feature feature-light"> <div class="container"> <div class="row"> <div class="col-lg-7 push-lg-5"> <h2 class="feature-heading feature-heading-center"> {{i18n.homepage_code_bigger_title}} </h2> <p class="feature-text"> {{i18n.homepage_code_bigger_description}} </p> </div> <div class="col-lg-5 pull-lg-7"> <img class="img-fluid rounded" width="890" height="564" src="/static/featurette-bigger.gif?{{site.time | date: '%s'}}" alt="{{i18n.homepage_code_bigger_img_alt}}"/> </div> </div> </div> </div> <div class="feature feature-yellow feature-small"> <div class="feature-decoration feature-decoration-rise"></div> <div class="feature-decoration feature-decoration-drop"></div> <div class="container text-xs-center"> <h2 class="feature-heading"> {{i18n.homepage_ready_to_get_going}} </h2> <div class="mt-2"> <a class="feature-btn" href="{{url_base}}/docs/getting-started/"><span>{{i18n.homepage_get_started}}</span></a> <a class="feature-btn mr-0 hidden-sm-down" href="{{url_base}}/docs/install/"><span>{{i18n.homepage_install_flow}}</span></a> </div> </div> </div> <div class="feature feature-light feature-small"> <div class="container"> <div class="row"> {% for featurette in i18n.homepage_featurettes %} <div class="col-md-6 featurette"> <h2 class="featurette-heading"> {{featurette.title}} </h2> <p class="featurette-text"> {{featurette.description}} </p> </div> {% endfor %} </div> </div> </div>
src/documents/games/wordsearch/index.html
davidxmoody/professorp.co.uk
--- layout: narrow title: Wordsearch collection: games screenshot: /images/game-screenshots/wordsearch.png styles: style.css scripts: - //ajax.googleapis.com/ajax/libs/angularjs/1.2.20/angular.min.js - //cdnjs.cloudflare.com/ajax/libs/underscore.js/1.6.0/underscore-min.js - script.js --- <div ng-app="wordsearchApp" ng-controller="WordsearchCtrl"> <!--[if lt IE 9]> <p class="browsehappy">Oh no! This game won't work in your browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> <![endif]--> <div class="panel panel-default"> <div class="panel-heading"> <h2 class="panel-title">How to play</h2> </div> <div class="panel-body"> <div class="row"> <div class="col-sm-6"> <p>Search for the words hidden within the grid. To submit a word, click the first letter of it and then the last letter.</p> <p>Each level is more difficult than the last and the game continues forever.</p> </div> <div class="col-sm-6"> <p><span class="badge">Hint</span> Words can be written in any direction including backwards and along diagonals.</p> <div class="dropdown"> <button class="btn btn-default dropdown-toggle" type="button" id="levelSelect" data-toggle="dropdown"> Select level ({{ currentLevel.width }}x{{ currentLevel.height }}) <span class="caret"></span> </button> <ul id="level-select-dropdown" class="dropdown-menu"> <li ng-repeat="level in levels"> <a href="javascript:void(0)" ng-click="loadLevel(level)"> {{ level.width }}x{{ level.height }} </a> </li> </ul> </div> </div> </div> </div> </div> <div class="row"> <div class="col-sm-6 text-center"> <div class="ws-grid" ng-class='colorClass'> <div ng-repeat="row in grid.cells"> <div class="ws-cell" ng-repeat="cell in row" ng-click="cellClicked(cell)" ng-mouseenter="updatePath(cell)" ng-mouseleave="selectedCell && clearPath()" ng-class="{selected: cell.isSelected, path: cell.onPath, 'correct-path': cell.onCorrectPath}"> <div class="solved" ng-class="colorClass" ng-repeat="colorClass in cell.solvedColorClasses track by $index"></div> {{cell.letter}} </div> </div> </div> </div> <div class="col-sm-6 text-center"> <button type="button" class="btn btn-lg btn-default word" ng-repeat="word in words">{{word}}</button> <button class="btn btn-lg btn-default word solved" ng-class="word.colorClass" ng-repeat="word in foundWords">{{word.word}}</button> </div> </div> </div>
content/filtrado/325462.html
okfn-brasil/queriDO
<html> <head> <meta charset="UTF-8"/> <meta itemprop='identifier' content='325462'/> <meta itemprop='datePublished' content='2016-03-17'/> <meta itemprop='datePublished-pubid' content='3'/> </head> <p align="center" class="MsoNormal"> DESPACHOS DO SUBSECRETÁRIO DE ENGENHARIA E CONSERVAÇÃO </p> <p class="MsoNormal"> </p> <p class="MsoHeading8"> EXPEDIENTE DE 10/02/2016 </p> <p class="MsoNormal"> </p> (*)PROCESSO: 26/340.273/2015 <p class="MsoNormal"> </p> <p class="MsoNormal"> <b> 1. </b> <b> <u> Objeto </u> </b> <b> : </b> Prestação de serviços de apoio aos serviços de aplicação de misturas asfálticas e granulares para a SC/SUBEC/CGC no Âmbito da Cidade do Rio de Janeiro. </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> <b> 2. </b> <b> <u> Partes </u> </b> <b> : </b> Município do Rio de Janeiro por Intermédio da Secretaria Municipal de Conservação e Serviços Públicos e GRAVISA ENGENHARIA E EMPREENDIMENTOS LTDA. </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> <b> 3. </b> <b> <u> Fundamento </u> </b> <b> : </b> Artigo 23 Inciso I da Lei nº 8.666/1993. </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> <b> 4. </b> <b> <u> Valor </u> </b> <b> : </b> R$ 51.307.101,17 (Cinquenta e um milhões, trezentos e sete mil, cento e um reais, dezessete centavos) </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> <b> 5. </b> <b> <u> Autorização </u> </b> <b> : MARCO AURELIO REGALO DE OLIVEIRA </b> </p> <p class="MsoNormal"> </p> (*)PROCESSO: 26/340.068/2015 <p class="MsoNormal"> </p> <p class="MsoNormal"> <b> 1. </b> <b> <u> Objeto </u> </b> <b> : </b> Prestação de Serviços de Apoio Tecnológico para Controle de Campo de Misturas Asfálticas Aplicadas pela Seconserva. </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> <b> 2. </b> <b> <u> Partes </u> </b> <b> : </b> Município do Rio de Janeiro por Intermédio da Secretaria Municipal de Conservação e Serviços Públicos e CONCREMAT ENGENHARIA E TECNOLOGIA S.A. </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> <b> 3. </b> <b> <u> Fundamento </u> </b> <b> : </b> Artigo 23 Inciso I da Lei nº 8.666/1993. </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> <b> 4. </b> <b> <u> Valor </u> </b> <b> : </b> R$ 3.317.595,91 (Três milhões, trezentos e dezessete mil, quinhentos e noventa e cinco reais, noventa e um centavos) </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> <b> 5. </b> <b> <u> Autorização </u> </b> <b> : MARCO AURELIO REGALO DE OLIVEIRA </b> </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> <b> (*) </b> Omitido no D.O. Rio de 11 /02/2016. </p> </html>
harpy3/doc/api/files/__/__/__/__/usr/local/lib/ruby/gems/2_1_0/gems/activesupport-4_0_2/lib/active_support/core_ext/string/inflections_rb.html
billwen/netopt
<?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>inflections.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.0.2</span><br /> <h1> inflections.rb </h1> <ul class="files"> <li> ../../../../usr/local/lib/ruby/gems/2.1.0/gems/activesupport-4.0.2/lib/active_support/core_ext/string/inflections.rb </li> <li>Last modified: 2014-01-03 14:27:28 +0800</li> </ul> </div> <div id="bodyContent"> <div id="content"> <!-- File only: requires --> <div class="sectiontitle">Required Files</div> <ul> <li>active_support/inflector/methods</li> <li>active_support/inflector/transliterate</li> </ul> <!-- Namespace --> <div class="sectiontitle">Namespace</div> <ul> <li> <span class="type">MODULE</span> <a href="../../../../../../../../../../../../../../../../../classes/ActiveSupport.html">ActiveSupport</a> </li> <li> <span class="type">CLASS</span> <a href="../../../../../../../../../../../../../../../../../classes/String.html">String</a> </li> </ul> <!-- Methods --> </div> </div> </body> </html>
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/ca096ce274bd688855f493792294b0feff452b6a9aa884c1d35151f0da6a6abd.html
simonmysun/praxis
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>18 --> 19</title> <link href="./../../assets/style.css" rel="stylesheet"> </head> <body> <h2>You have to be fast</h2> <a href="./0638a6350a4f4a0fa50aa959a7ad0f2c1364032207335f1c8db4ec4cf6a63871.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>
edu/k12reader/4th-grade-reading-comprehension-worksheets/index.html
jiandewu/jiandewu.github.io
<HTML> <!-- Created by HTTrack Website Copier/3.49-2 [XR&CO'2014] --> <!-- Mirrored from www.k12reader.com/4th-grade-reading-comprehension-worksheets/ by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 15 Nov 2018 00:08:00 GMT --> <!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=iso-8859-1" /><!-- /Added by HTTrack --> <HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html;charset=UTF-8"><META HTTP-EQUIV="Refresh" CONTENT="0; URL=../subject/reading-skills/reading-comprehension/4th-grade-reading-comprehension-worksheets/index.html"><TITLE>Page has moved</TITLE> </HEAD> <BODY> <A HREF="../subject/reading-skills/reading-comprehension/4th-grade-reading-comprehension-worksheets/index.html"><h3>Click here...</h3></A> </BODY> <!-- Created by HTTrack Website Copier/3.49-2 [XR&CO'2014] --> <!-- Mirrored from www.k12reader.com/4th-grade-reading-comprehension-worksheets/ by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 15 Nov 2018 00:08:00 GMT --> </HTML>
src/themes/mosaic.css
Sytten/Facebook-Messenger-Desktop
/* @source: https://userstyles.org/styles/112722/messenger-com-dark */ body { color: #DCDCCC; } a { color: #ECB; } /* Main background */ ._4sp8 { background: url('https://i.imgur.com/kHzRlmz.png'); } /* Lots of buttons and images */ ._30yy a, ._30yy img, ._4rv9, ._2fug, ._4v, ._31tm, ._31to, ._fl3 { filter: saturate(0%) brightness(150%); } /* Messenger header */ ._36ic { background: none; } /* User tab */ ._1ht1 { background: none; } /* Top header (current chat user status) */ ._5742 { background: none; } /* Top header user name */ ._5743 { color: inherit; } /* Top header user status */ ._2v6o, ._3oh-, ._3eus { color: rgba(255, 255, 255, .6) !important; } /* People names */ ._1ht6 { color: #DCDCCC; } /* Right info sidebar user info */ ._4_j5 { background: none; } /* Latest chat message READ */ ._1htf { color: #AAA; } /* Latest chat timestamp READ */ ._1ht7 { color: #AAA; } /* Latest chat message UNREAD */ ._1ht3 ._1htf { color: #ECB; } /* Latest chat timestamp UNREAD */ ._1ht3 ._1ht7 { color: #ECB; } /* Search bar */ ._5iwm ._58al { background: #515151; } /* User list block */ ._5l37 { background: none; } /* Search result user name */ ._364g { color: #DCDCCC; } /* Someone's chat message */ ._hh7, ._haj { background-color: #515151; color: #DCDCCC; } /* Selected someone's chat message */ ._hh7:active, ._-5k ._hh7 { background-color: #555; } /* Own chat message */ ._nd_ ._hh7 { background-color: #493838; } /* Own chat message floating block */ ._o46._3i_m ._3058 { /*float: left;*/ } /* Selected own chat message */ ._nd_ ._hh7:active, ._nd_._-5k ._hh7 { background-color: #5E4848; } /* Sidebar Group name */ ._2jnv { color: #DCDCCC; } /* Sidebar Person name */ ._3oh { color: #DCDCCC; } /* Sidebar Person activity */ ._3eus { color: #DCDCCC; } /* Sidebar "options" text */ ._1lj0 { color: #DCDCCC; } /* Sidebar options */ ._3szq { color: #DCDCCC; } /* Sidebar user name */ ._3tkx { color: #DCDCCC; } /* Sidebar user status */ ._3tky { color: #DCDCCC; opacity: 0.6; } /* Sidebar user "Facebook profile" text */ ._3tl0 { color: #DCDCCC; } /* Sidebar add people button */ ._4rpj { color: #DCDCCC !important; } /* Hovering sidebar bg color */ ._1enh { background: #333333; } /* Search results background */ ._11_d._5t4c { background: #3a3a3a; } /* Link-type messages */ ._4_j4 .__6k, .__6l, .__6m { color: #dcdccc !important; } /* a:hover bg color (convo msg) */ ._4_j4 ._nd_ ._hh7>span>a:hover { background: rgba(0, 0, 0, 0.15); } /* Time text */ ._4_j4 time { color: #dcdccc !important; } /* input bar */ ._4rv3 { background-color: rgba(255, 255, 255, 0.05) !important; } ._17w2 { color: rgba(255, 255, 255, 1) !important; } ._3eus { color: rgba(255, 255, 255, .4) !important; } /* New Message to:*/ ._2y8z { color: #DCDCCC; } /* New Messsage Enter names */ ._58al { color: #DCDCCC !important; } /* All placeholders */ ::-webkit-input-placeholder { color: #DCDCCC !important; }
HTML_CSS/Lesson 7/pacific.css
rawmx/Projects
/* CSS file */ /* Jose Saldana JOSJB29311 Class # 11901 */ /* container to center page */ .container { /* The container element will create a set area for all the content within the div is contained with in that area. */ width: 80%; background-color: #90C7E3; min-width: 960px; box-shadow: 5px 5px 15px 5px #979797; -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#1e1e1e')"; margin-right: auto; margin-left: auto; } /* adjusts all elements in the body to coordinate*/ body { /* The body element will allow changes to be made to all content on the page. */ background-image: url(pacific4/background.jpg); color: #666666; font-family: Arial; } /* changes the h1 header to specifications */ h1 { /* The header1 element will allow customization to the area */ padding-left: 20px; margin-bottom: 0; margin-top: 0; height: 72px; background-image: url(pacific4/sunset.jpg); background-position: right; background-repeat: no-repeat; background-color: #000033; color: #FFFFFF; line-height: 200%; font-family: Georgia; } #content { background-color: #ffffff; margin-left: 160px; padding-left: 20px; padding-right: 20px; padding-top: 1px; } #content img { float: left; padding-right: 20px; } #content ul { list-style-position: inside; } /* navigation id for background color */ #nav { float: left; width: 160px; font-weight: bold; font-family: Georgia; padding-top:20px; padding-right: 5px; padding-bottom: 5px; padding-left: 20px; } #nav a { text-decoration: none; } #nav a:link { color: #000033; } #nav a:visited { color: #344873; } #nav a:hover { color: #ffffff; } #nav ul { list-style-type: none; margin: 0; padding-left: 0; } .address { /* the UL tag displays a list */ list-style-type: none; } /* changes the h2 header to specifications */ h2 { /* the second most important heading */ color: #90C7E3; } #org_h2 span{ background-color: red; color: white; border: 2px blue solid; border-radius: 5px; padding: 3px 3px; } /* resort class to adjust the site name in the paragraph */ .resort { color: #000033; font-size: 1.2em; } dt { font-weight: bold; } dd { font-style: italic; } /* table css */ table { /* This is to color the odd table rows*/ border: 1px solid; border-color: #3399CC; width: 600px; border-spacing: 0; } th { /* This is to color the odd table headers*/ padding: 5px; border: 1px solid; text-align: center; } td { padding: 5px; border: 1px solid; } .text{ text-align: left; } #test:nth-of-type(odd){ /* This is to color the odd table rows*/ background: #F5FAFC; } /* for the organization page */ .organization { color: red; } .imageborder { display: block; width: 350px; height: 250px; border: 4px black dotted; } .imageborder:hover { } #pros { color: #3c6944; } #cons { color: #201943; } #good { text-align: center; color: green; width: 50%; float: left; } #bad { text-align: center; color: maroon; width: 50%; float: right; } #text { padding: 15px; } /* adjusts footer to the center of the page and smaller text/with italics */ #footer { padding-tops: 10px; font-size: small; font-size: .70em; font-style: italic; text-align: center; padding-bottom: 40px; } img { border: 0; } #validation { margin-left: auto; margin-right: auto; width: 10%; padding-top: 15px; padding-bottom: 30px; }
clean/Linux-x86_64-4.12.0-2.0.8/extra-dev/dev/groups/8.7.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>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 / extra-dev</a></li> <li class="active"><a href="">dev / groups - 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> groups <small> 8.7.0 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2021-10-27 02:59:51 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-27 02:59:51 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.12.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.12.0 Official release 4.12.0 ocaml-config 2 OCaml Switch Configuration ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled ocamlfind 1.9.1 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/groups&quot; license: &quot;LGPL 2.1&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/Groups&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.8~&quot;} ] tags: [ &quot;keyword: group theory&quot; &quot;category: Miscellaneous/Coq Use Examples&quot; ] authors: [ &quot;Pierre Castéran&quot; ] bug-reports: &quot;https://github.com/coq-contribs/groups/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/groups.git&quot; synopsis: &quot;An exercise on groups&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/groups/archive/v8.7.0.tar.gz&quot; checksum: &quot;md5=8df865f4b6150fa3e4ee16807f061ad7&quot; } </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.7.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&#39;t be met: - coq-groups -&gt; coq &lt; 8.8~ -&gt; ocaml &lt; 4.10 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;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-groups.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"> <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>
src/Flex/Flex.css
vlazh/reflexy
/* BASE */ .display--flex { display: flex; } .display--inline-flex { display: inline-flex; } .fill-v { height: 100%; } .fill-h { width: 100%; } .shrink-width { min-width: 0; } .shrink-height { min-height: 0; } /* COLUMN */ .column { flex-direction: column; } .column-reverse { flex-direction: column-reverse; } /* ROW */ .row { flex-direction: row; } .row-reverse { flex-direction: row-reverse; } /* WRAP */ .wrap--inherit { flex-wrap: inherit; } .wrap--initial { flex-wrap: initial; } .wrap--unset { flex-wrap: unset; } .wrap--wrap { flex-wrap: wrap; } .wrap--nowrap { flex-wrap: nowrap; } .wrap--wrap-reverse { flex-wrap: wrap-reverse; } /* ALIGN-ITEMS */ .align-items--inherit { align-items: inherit; } .align-items--initial { align-items: initial; } .align-items--unset { align-items: unset; } .align-items--center { align-items: center; } .align-items--flex-end { align-items: flex-end; } .align-items--flex-start { align-items: flex-start; } .align-items--baseline { align-items: baseline; } .align-items--stretch { align-items: stretch; } /* ALIGN-SELF */ .align-self--inherit { align-self: inherit; } .align-self--initial { align-self: initial; } .align-self--unset { align-self: unset; } .align-self--center { align-self: center; } .align-self--stretch { align-self: stretch; } .align-self--baseline { align-self: baseline; } .align-self--auto { align-self: auto; } .align-self--flex-end { align-self: flex-end; } .align-self--flex-start { align-self: flex-start; } /* ALIGN-CONTENT */ .align-content--inherit { align-content: inherit; } .align-content--initial { align-content: initial; } .align-content--unset { align-content: unset; } .align-content--center { align-content: center; } .align-content--stretch { align-content: stretch; } .align-content--space-around { align-content: space-around; } .align-content--space-between { align-content: space-between; } .align-content--flex-end { align-content: flex-end; } .align-content--flex-start { align-content: flex-start; } /* JUSTIFY-CONTENT */ .justify-content--inherit { justify-content: inherit; } .justify-content--initial { justify-content: initial; } .justify-content--unset { justify-content: unset; } .justify-content--flex-start { justify-content: flex-start; } .justify-content--flex-end { justify-content: flex-end; } .justify-content--center { justify-content: center; } .justify-content--space-around { justify-content: space-around; } .justify-content--space-between { justify-content: space-between; } .justify-content--space-evenly { justify-content: space-evenly; } /* FLEX-BASIS */ .basis--inherit { flex-basis: inherit; } .basis--initial { flex-basis: initial; } .basis--unset { flex-basis: unset; } .basis--auto { flex-basis: auto; } .basis--content { flex-basis: content; } .basis--0 { flex-basis: 0; } /* FLEX-GROW */ .grow--0 { flex-grow: 0; } .grow--1 { flex-grow: 1; } .grow--2 { flex-grow: 2; } .grow--3 { flex-grow: 3; } .grow--4 { flex-grow: 4; } .grow--5 { flex-grow: 5; } .grow--6 { flex-grow: 6; } .grow--7 { flex-grow: 7; } .grow--8 { flex-grow: 8; } .grow--9 { flex-grow: 9; } .grow--10 { flex-grow: 10; } .grow--11 { flex-grow: 11; } .grow--12 { flex-grow: 12; } .grow--13 { flex-grow: 13; } .grow--14 { flex-grow: 14; } .grow--15 { flex-grow: 15; } .grow--16 { flex-grow: 16; } .grow--17 { flex-grow: 17; } .grow--18 { flex-grow: 18; } .grow--19 { flex-grow: 19; } .grow--20 { flex-grow: 20; } .grow--21 { flex-grow: 21; } .grow--22 { flex-grow: 22; } .grow--23 { flex-grow: 23; } .grow--24 { flex-grow: 24; } /* FLEX-SHRINK */ .shrink--0 { flex-shrink: 0; } .shrink--1 { flex-shrink: 1; } .shrink--2 { flex-shrink: 2; } .shrink--3 { flex-shrink: 3; } .shrink--4 { flex-shrink: 4; } .shrink--5 { flex-shrink: 5; } .shrink--6 { flex-shrink: 6; } .shrink--7 { flex-shrink: 7; } .shrink--8 { flex-shrink: 8; } .shrink--9 { flex-shrink: 9; } .shrink--10 { flex-shrink: 10; } .shrink--11 { flex-shrink: 11; } .shrink--12 { flex-shrink: 12; } .shrink--13 { flex-shrink: 13; } .shrink--14 { flex-shrink: 14; } .shrink--15 { flex-shrink: 15; } .shrink--16 { flex-shrink: 16; } .shrink--17 { flex-shrink: 17; } .shrink--18 { flex-shrink: 18; } .shrink--19 { flex-shrink: 19; } .shrink--20 { flex-shrink: 20; } .shrink--21 { flex-shrink: 21; } .shrink--22 { flex-shrink: 22; } .shrink--23 { flex-shrink: 23; } .shrink--24 { flex-shrink: 24; } /* OVERFLOW */ .overflow-x--inherit { overflow-x: inherit; } .overflow-x--initial { overflow-x: initial; } .overflow-x--unset { overflow-x: unset; } .overflow-x--auto { overflow-x: auto; } .overflow-x--hidden { overflow-x: hidden; } .overflow-x--scroll { overflow-x: scroll; } .overflow-x--visible { overflow-x: visible; } .overflow-y--inherit { overflow-y: inherit; } .overflow-y--initial { overflow-y: initial; } .overflow-y--unset { overflow-y: unset; } .overflow-y--auto { overflow-y: auto; } .overflow-y--hidden { overflow-y: hidden; } .overflow-y--scroll { overflow-y: scroll; } .overflow-y--visible { overflow-y: visible; }
src/theme/selectorComponent.html
camptocamp/ngeo
<ul class="gmf-theme-selector"> <li ng-repeat="theme in $ctrl.themes" ng-click="$ctrl.setTheme(theme)" ng-class="{'gmf-theme-selector-active': $ctrl.gmfThemeManager.getThemeName() == theme.name}" > <img class="gmf-thumb" ng-src="{{::theme.icon}}" /> <span class="gmf-text">{{theme.name | translate}}</span> </li> </ul>
backend/veneto/index.html
project-store/theme
<!doctype html> <!--[if IE 8]> <html class="ie8"> <![endif]--> <!--[if IE 9]> <html class="ie9"> <![endif]--> <!--[if gt IE 9]><!--> <html> <!--<![endif]--> <head> <!-- Meta, title, CSS, favicons, etc. --> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>Veneto Admin &middot; Dashboard </title> <meta name="description" content=""> <meta name="viewport" content="width=device-width"> <!--<link rel="shortcut icon" href="/favicon.ico">--> <!-- Place favicon.ico and apple-touch-icon.png in the root directory --> <link rel="stylesheet" href="dist/css/bootstrap.min.css"> <link rel="stylesheet" href="dist/css/veneto-admin.min.css"> <link rel="stylesheet" href="demo/css/demo.css"> <link rel="stylesheet" href="dist/assets/font-awesome/css/font-awesome.css"> <link rel="stylesheet" href="dist/assets/plugins/jquery-jvectormap/jquery-jvectormap-1.2.2.css"/> <link rel="stylesheet" href="dist/css/plugins/rickshaw.min.css"> <link rel="stylesheet" href="dist/css/plugins/morris.min.css"> <!--[if lt IE 9]> <script src="dist/assets/libs/html5shiv/html5shiv.min.js"></script> <script src="dist/assets/libs/respond/respond.min.js"></script> <![endif]--> </head> <body class=""> <header> <nav class="navbar navbar-default navbar-static-top no-margin" role="navigation"> <div class="navbar-brand-group"> <a class="navbar-sidebar-toggle navbar-link" data-sidebar-toggle> <i class="fa fa-lg fa-fw fa-bars"></i> </a> <a class="navbar-brand hidden-xxs" href="index.html"> <span class="sc-visible"> V </span> <span class="sc-hidden"> <span class="bold">Veneto</span> ADMIN </span> </a> </div> <ul class="nav navbar-nav navbar-nav-expanded pull-right margin-md-right"> <li class="hidden-xs"> <form class="navbar-form"> <div class="navbar-search"> <input type="text" placeholder="Search &hellip;" class="form-control"> <button class="btn" type="submit"><i class="fa fa-search"></i></button> </div> </form> </li> <li class="dropdown"> <a data-toggle="dropdown" class="dropdown-toggle" href="javascript:;"> <i class="glyphicon glyphicon-envelope"></i> <span class="badge badge-up badge-dark badge-small">3</span> </a> <ul class="dropdown-menu dropdown-messages pull-right"> <li class="dropdown-title bg-inverse">New Messages</li> <li class="unread"> <a href="javascript:;" class="message"> <img class="message-image img-circle" src="demo/images/avatars/1.jpg"> <div class="message-body"> <strong>Ernest Kerry</strong><br> Hello, You there?<br> <small class="text-muted">8 minutes ago</small> </div> </a> </li> <li class="unread"> <a href="javascript:;" class="message"> <img class="message-image img-circle" src="demo/images/avatars/3.jpg"> <div class="message-body"> <strong>Don Mark</strong><br> I really appreciate your &hellip;<br> <small class="text-muted">21 hours</small> </div> </a> </li> <li> <a href="javascript:;" class="message"> <img class="message-image img-circle" src="demo/images/avatars/8.jpg"> <div class="message-body"> <strong>Jess Ronny</strong><br> Let me know when you free<br> <small class="text-muted">5 days ago</small> </div> </a> </li> <li> <a href="javascript:;" class="message"> <img class="message-image img-circle" src="demo/images/avatars/7.jpg"> <div class="message-body"> <strong>Wilton Zeph</strong><br> If there is anything else &hellip;<br> <small class="text-muted">06/10/2014 5:31 pm</small> </div> </a> </li> <li class="dropdown-footer"> <a href="javascript:;"><i class="fa fa-share"></i> See all messages</a> </li> </ul> </li> <li class="dropdown"> <a data-toggle="dropdown" class="dropdown-toggle" href="javascript:;"> <i class="glyphicon glyphicon-globe"></i> <span class="badge badge-up badge-danger badge-small">3</span> </a> <ul class="dropdown-menu dropdown-notifications pull-right"> <li class="dropdown-title bg-inverse">Notifications (3)</li> <li> <a href="javascript:;" class="notification"> <div class="notification-thumb pull-left"> <i class="fa fa-clock-o fa-2x text-info"></i> </div> <div class="notification-body"> <strong>Call with John</strong><br> <small class="text-muted">8 minutes ago</small> </div> </a> </li> <li> <a href="javascript:;" class="notification"> <div class="notification-thumb pull-left"> <i class="fa fa-life-ring fa-2x text-warning"></i> </div> <div class="notification-body"> <strong>New support ticket</strong><br> <small class="text-muted">21 hours ago</small> </div> </a> </li> <li> <a href="javascript:;" class="notification"> <div class="notification-thumb pull-left"> <i class="fa fa-exclamation fa-2x text-danger"></i> </div> <div class="notification-body"> <strong>Running low on space</strong><br> <small class="text-muted">3 days ago</small> </div> </a> </li> <li> <a href="javascript:;" class="notification"> <div class="notification-thumb pull-left"> <i class="fa fa-user fa-2x text-muted"></i> </div> <div class="notification-body"> New customer registered<br> <small class="text-muted">06/18/2014 12:31 am</small> </div> </a> </li> <li class="dropdown-footer"> <a href="javascript:;"><i class="fa fa-share"></i> See all notifications</a> </li> </ul> </li> <li class="dropdown"> <a data-toggle="dropdown" class="dropdown-toggle navbar-user" href="javascript:;"> <img class="img-circle" src="demo/images/profile.jpg"> <span class="hidden-xs">Marlon Brice</span> <b class="caret"></b> </a> <ul class="dropdown-menu pull-right-xs"> <li class="arrow"></li> <li><a href="pages-profile.html">Profile</a></li> <li><a href="javascript:;"><span class="badge badge-danger pull-right">2</span> Inbox</a></li> <li><a href="javascript:;">Messages</a></li> <li><a href="javascript:;">Settings</a></li> <li class="divider"></li> <li><a href="pages-sign-in.html">Log Out</a></li> </ul> </li> </ul> </nav> </header> <div class="page-wrapper"> <aside class="sidebar sidebar-default"> <div class="sidebar-profile"> <img class="img-circle profile-image" src="demo/images/profile.jpg"> <div class="profile-body"> <h4>Marlon Brice</h4> <div class="sidebar-user-links"> <a class="btn btn-link btn-xs" href="pages-profile.html" data-placement="bottom" data-toggle="tooltip" data-original-title="Profile"><i class="fa fa-user"></i></a> <a class="btn btn-link btn-xs" href="javascript:;" data-placement="bottom" data-toggle="tooltip" data-original-title="Messages"><i class="fa fa-envelope"></i></a> <a class="btn btn-link btn-xs" href="javascript:;" data-placement="bottom" data-toggle="tooltip" data-original-title="Settings"><i class="fa fa-cog"></i></a> <a class="btn btn-link btn-xs" href="pages-sign-in.html" data-placement="bottom" data-toggle="tooltip" data-original-title="Logout"><i class="fa fa-sign-out"></i></a> </div> </div> </div> <nav> <h5 class="sidebar-header">Navigation</h5> <ul class="nav nav-pills nav-stacked"> <li class="nav-dropdown active open"> <a href="#" title="Dashboards"> <i class="fa fa-lg fa-fw fa-home"></i> Dashboards </a> <ul class="nav-sub"> <li class="active open"> <a href="index.html" title="Dashboard"> <i class="fa fa-fw fa-caret-right"></i> Dashboard </a> </li> <li> <a href="analytics-overview.html" title="Analytics Overview"> <i class="fa fa-fw fa-caret-right"></i> Analytics Overview <span class="label label-danger pull-right">New</span> </a> </li> </ul> </li> <li class="nav-dropdown"> <a href="#" title="Users"> <i class="fa fa-lg fa-fw fa-user"></i> Users </a> <ul class="nav-sub"> <li> <a href="pages-members.html" title="Members"> <i class="fa fa-fw fa-caret-right"></i> Members </a> </li> <li> <a href="pages-profile.html" title="Profile"> <i class="fa fa-fw fa-caret-right"></i> Profile </a> </li> </ul> </li> <li class="nav-dropdown"> <a href="#" title="Users"> <i class="fa fa-lg fa-fw fa-envelope-o"></i> Email <span class="label label-danger pull-right">New</span> </a> <ul class="nav-sub"> <li> <a href="email-inbox.html" title="Inbox"> <i class="fa fa-fw fa-caret-right"></i> Inbox </a> </li> <li> <a href="email-message.html" title="Message"> <i class="fa fa-fw fa-caret-right"></i> Message </a> </li> <li> <a href="email-compose.html" title="Compose"> <i class="fa fa-fw fa-caret-right"></i> Compose </a> </li> </ul> </li> <li class="nav-dropdown"> <a href="#" title="UI Elements"> <i class="fa fa-lg fa-fw fa-suitcase"></i> UI Elements </a> <ul class="nav-sub"> <li> <a href="ui-typography.html" title="Typography"> <i class="fa fa-fw fa-caret-right"></i> Typography </a> </li> <li> <a href="ui-buttons.html" title="Buttons"> <i class="fa fa-fw fa-caret-right"></i> Buttons </a> </li> <li> <a href="ui-panels.html" title="Panels"> <i class="fa fa-fw fa-caret-right"></i> Panels </a> </li> <li> <a href="ui-tabs-accordions.html" title="Tabs & Accordions"> <i class="fa fa-fw fa-caret-right"></i> Tabs & Accordions </a> </li> <li> <a href="ui-tooltips-popovers.html" title="Tooltips & Popovers"> <i class="fa fa-fw fa-caret-right"></i> Tooltips & Popovers </a> </li> <li> <a href="ui-alerts.html" title="Alerts"> <i class="fa fa-fw fa-caret-right"></i> Alerts </a> </li> <li> <a href="ui-components.html" title="Components"> <i class="fa fa-fw fa-caret-right"></i> Components </a> </li> <li> <a href="ui-icons.html" title="Icons"> <i class="fa fa-fw fa-caret-right"></i> Icons </a> </li> </ul> </li> <li class="nav-dropdown"> <a href="#" title="Forms"> <i class="fa fa-lg fa-fw fa-edit"></i> Forms <span class="label label-warning pull-right">Updated</span> </a> <ul class="nav-sub"> <li> <a href="forms-form-layouts.html" title="Form Layouts"> <i class="fa fa-fw fa-caret-right"></i> Form Layouts </a> </li> <li> <a href="forms-basic-elements.html" title="Basic Elements"> <i class="fa fa-fw fa-caret-right"></i> Basic Elements </a> </li> <li> <a href="forms-advanced-components.html" title="Advanced Components"> <i class="fa fa-fw fa-caret-right"></i> Advanced Components </a> </li> <li> <a href="forms-sliders.html" title="Sliders"> <i class="fa fa-fw fa-caret-right"></i> Sliders </a> </li> <li> <a href="forms-form-wizards.html" title="Form Wizards"> <i class="fa fa-fw fa-caret-right"></i> Form Wizards </a> </li> <li> <a href="forms-form-validation.html" title="Form Validation"> <i class="fa fa-fw fa-caret-right"></i> Form Validation </a> </li> <li> <a href="forms-editors.html" title="Editors"> <i class="fa fa-fw fa-caret-right"></i> Editors <span class="label label-danger pull-right">New</span> </a> </li> </ul> </li> <li class="nav-dropdown"> <a href="#" title="Tables"> <i class="fa fa-lg fa-fw fa-th-list"></i> Tables </a> <ul class="nav-sub"> <li> <a href="tables-basic-tables.html" title="Basic Tables"> <i class="fa fa-fw fa-caret-right"></i> Basic Tables </a> </li> <li> <a href="tables-data-tables.html" title="Data Tables"> <i class="fa fa-fw fa-caret-right"></i> Data Tables </a> </li> </ul> </li> <li class="nav-dropdown"> <a href="#" title="Charts"> <i class="fa fa-lg fa-fw fa-bar-chart-o"></i> Charts </a> <ul class="nav-sub"> <li> <a href="charts-rickshaw.html" title="Rickshaw Charts"> <i class="fa fa-fw fa-caret-right"></i> Rickshaw Charts </a> </li> <li> <a href="charts-flot.html" title="Flot Charts"> <i class="fa fa-fw fa-caret-right"></i> Flot Charts </a> </li> <li> <a href="charts-morris.html" title="Morris.js Charts"> <i class="fa fa-fw fa-caret-right"></i> Morris.js Charts </a> </li> <li> <a href="charts-sparkline.html" title="Sparkline Charts"> <i class="fa fa-fw fa-caret-right"></i> Sparkline Charts </a> </li> </ul> </li> <li class="nav-dropdown"> <a href="#" title="Maps"> <i class="fa fa-lg fa-fw fa-map-marker"></i> Maps </a> <ul class="nav-sub"> <li> <a href="maps-google.html" title="Google Maps"> <i class="fa fa-fw fa-caret-right"></i> Google Maps </a> </li> <li> <a href="maps-vector.html" title="Vector Maps"> <i class="fa fa-fw fa-caret-right"></i> Vector Maps </a> </li> </ul> </li> <li class="nav-dropdown"> <a href="#" title="Pages"> <i class="fa fa-lg fa-fw fa-file-text"></i> Pages </a> <ul class="nav-sub"> <li> <a href="pages-search-results.html" title="Basic Tables"> <i class="fa fa-fw fa-caret-right"></i> Search Results </a> </li> <li> <a href="pages-sign-in.html" title="Sign In"> <i class="fa fa-fw fa-caret-right"></i> Sign In </a> </li> <li> <a href="pages-sign-up.html" title="Sign Up"> <i class="fa fa-fw fa-caret-right"></i> Sign Up </a> </li> <li> <a href="pages-404.html" title="404 Page"> <i class="fa fa-fw fa-caret-right"></i> 404 Page </a> </li> <li> <a href="pages-500.html" title="500 Page"> <i class="fa fa-fw fa-caret-right"></i> 500 Page </a> </li> </ul> </li> <li class="nav-dropdown"> <a href="#" title="Menu Levels"> <i class="fa fa-lg fa-fw fa-folder-open"></i> Menu Levels </a> <ul class="nav-sub"> <li> <a href="javascript:;" title="Level 2.1"> <i class="fa fa-fw fa-file"></i> Level 2.1 </a> </li> <li> <a href="javascript:;" title="Level 2.2"> <i class="fa fa-fw fa-file"></i> Level 2.2 </a> </li> <li class="nav-dropdown"> <a href="#" title="Level 2.3"> <i class="fa fa-fw fa-folder-open"></i> Level 2.3 <span class="pull-right badge badge-info">More</span> </a> <ul class="nav-sub"> <li> <a href="javascript:;" title="Level 3.1"> <i class="fa fa-fw fa-file"></i> Level 3.1 </a> </li> <li class="nav-dropdown"> <a href="#" title="Level 3.2"> <i class="fa fa-fw fa-folder-open"></i> Level 3.2 </a> <ul class="nav-sub"> <li> <a href="javascript:;" title="Level 4.1"> <i class="fa fa-fw fa-file"></i> Level 4.1 </a> </li> <li class="nav-dropdown"> <a href="#" title="Level 4.2"> <i class="fa fa-fw fa-folder-open"></i> Level 4.2 </a> <ul class="nav-sub"> <li class="nav-dropdown"> <a href="#" title="Level 5.1"> <i class="fa fa-fw fa-folder-open"></i> Level 5.1 </a> <ul class="nav-sub"> <li> <a href="javascript:;" title="Level 6.1"> <i class="fa fa-fw fa-file"></i> Level 6.1 </a> </li> <li> <a href="javascript:;" title="Level 6.2"> <i class="fa fa-fw fa-file"></i> Level 6.2 </a> </li> </ul> </li> <li> <a href="javascript:;" title="Level 5.2"> <i class="fa fa-fw fa-file"></i> Level 5.2 </a> </li> <li> <a href="javascript:;" title="Level 5.3"> <i class="fa fa-fw fa-file"></i> Level 5.3 </a> </li> </ul> </li> <li> <a href="javascript:;" title="Level 4.3"> <i class="fa fa-fw fa-file"></i> Level 4.3 </a> </li> </ul> </li> <li class="nav-dropdown"> <a href="#" title="Level 3.3"> <i class="fa fa-fw fa-folder-open"></i> Level 3.3 </a> <ul class="nav-sub"> <li> <a href="javascript:;" title="Level 4.1"> <i class="fa fa-fw fa-file"></i> Level 4.1 </a> </li> </ul> </li> </ul> </li> </ul> </li> <li class="disabled"> <a href="javascript:;" title="Disabled"> <i class="fa fa-lg fa-fw fa-th"></i> Disabled </a> </li> </ul> <h5 class="sidebar-header">Labels</h5> <ul class="nav nav-pills nav-stacked"> <li> <a href="javascript:;"> <i class="fa fa-fw fa-circle text-danger"></i> Important Tasks </a> </li> <li> <a href="javascript:;"> <i class="fa fa-fw fa-circle text-success"></i> Support </a> </li> <li> <a href="javascript:;"> <i class="fa fa-fw fa-circle text-info"></i> Quotes </a> </li> </ul> <h5 class="sidebar-header">Summary</h5> <ul class="sidebar-summary"> <li> <div class="mini-chart mini-chart-block"> <div class="chart-details"> <div class="chart-name">Total Sales</div> <div class="chart-value">$261,885</div> </div> <div id="mini-chart-sidebar-1" class="chart pull-right"></div> </div> </li> <li> <div class="mini-chart mini-chart-block"> <div class="chart-details"> <div class="chart-name">Total Customers</div> <div class="chart-value">12,491</div> </div> <div id="mini-chart-sidebar-2" class="chart pull-right"></div> </div> </li> <li> <div class="mini-chart mini-chart-block"> <div class="chart-details"> <div class="chart-name">Traffic</div> <div class="chart-value">945,013</div> </div> <div id="mini-chart-sidebar-3" class="chart pull-right"></div> </div> </li> </ul> </nav> </aside> <div class="page-content"> <div class="page-subheading page-subheading-md"> <ol class="breadcrumb"> <li class="active"><a href="javascript:;">Dashboard</a></li> </ol> </div> <div class="container-fluid-md"> <div class="row"> <div class="col-sm-6 col-lg-3"> <div class="panel panel-metric panel-metric-sm"> <div class="panel-body panel-body-primary"> <div class="metric-content metric-icon"> <div class="value"> $2,154 </div> <div class="icon"> <i class="fa fa-trophy"></i> </div> <header> <h3 class="thin">Today's Earnings</h3> </header> </div> </div> </div> </div> <div class="col-sm-6 col-lg-3"> <div class="panel panel-metric panel-metric-sm"> <div class="panel-body panel-body-success"> <div class="metric-content metric-icon"> <div class="value"> 3,958 </div> <div class="icon"> <i class="fa fa-users"></i> </div> <header> <h3 class="thin">Total Visitors</h3> </header> </div> </div> </div> </div> <div class="col-sm-6 col-lg-3"> <div class="panel panel-metric panel-metric-sm"> <div class="panel-body panel-body-inverse"> <div class="metric-content metric-icon"> <div class="value"> 23.1% </div> <div class="icon"> <i class="fa fa-chain-broken"></i> </div> <header> <h3 class="thin">Bounce Rate</h3> </header> </div> </div> </div> </div> <div class="col-sm-6 col-lg-3"> <div class="panel panel-metric panel-metric-sm"> <div class="panel-body panel-body-danger"> <div class="metric-content metric-icon"> <div class="value"> 3:17 </div> <div class="icon"> <i class="fa fa-tags"></i> </div> <header> <h3 class="thin">Avg. Time on Site</h3> </header> </div> </div> </div> </div> </div> <div class="row"> <div class="col-md-7"> <div class="panel" style="overflow: hidden"> <div class="row no-margin" data-sync-height> <div class="col-sm-7 col-md-8 no-padding"> <div id="map" style="height:270px;width:100%;"></div> </div> <div class="col-sm-5 col-md-4 no-padding"> <div class="panel-body bg-gray-dark" style="height: inherit;"> <h4 class="thin text-white no-margin-top">Monthly Sales</h4> <table class="table table-condensed text-light"> <tr> <td> <a href="javascript:;" class="text-light">USA</a> </td> <td> 550 </td> </tr> <tr> <td> <a href="javascript:;" class="text-light">China</a> </td> <td> 420 </td> </tr> <tr> <td> <a href="javascript:;" class="text-light">UK</a> </td> <td> 400 </td> </tr> <tr> <td> <a href="javascript:;" class="text-light">India</a> </td> <td> 290 </td> </tr> <tr> <td> <a href="javascript:;" class="text-light">Australia</a> </td> <td> 200 </td> </tr> <tr> <td> <a href="javascript:;" class="text-light">France</a> </td> <td> 149 </td> </tr> <tr> <td> <a href="javascript:;" class="text-light">Canada</a> </td> <td> 100 </td> </tr> </table> </div> </div> </div> </div> <div class="panel"> <div class="panel-body panel-body-success padding-sm-vertical"> <div id="sales-orders" class="morris-hover-dark" style="height: 243px"></div> </div> <div class="panel-body"> <div class="row"> <div class="col-xs-4 col-sm-4"> <div class="mini-chart"> <div id="mini-chart-1" class="chart text-center" style="width: 44px;"></div> <div class="chart-details" style="width: 79px;"> <div class="chart-name">Avg Income</div> <div class="chart-value">$2,655,980</div> </div> </div> </div> <div class="col-xs-4 col-sm-4 text-center"> <div class="mini-chart text-left"> <div id="mini-chart-2" class="chart" style="width: 44px;"></div> <div class="chart-details" style="width: 79px;"> <div class="chart-name">Avg Outcome</div> <div class="chart-value">$1,431,250</div> </div> </div> </div> <div class="col-xs-4 col-sm-4 text-right"> <div class="mini-chart text-left"> <div id="mini-chart-3" class="chart" style="width: 44px;"></div> <div class="chart-details" style="width: 79px;"> <div class="chart-name">Total Sales</div> <div class="chart-value">$261,885</div> </div> </div> </div> </div> </div> </div> </div> <div class="col-md-5"> <div class="panel panel-metric panel-metric-sm"> <div class="panel-body panel-body-warning"> <div class="metric-content metric-icon"> <div class="value"> 4,200 </div> <div class="trend"> <p class="text-success"> <i class="fa fa-chevron-up"></i> 5.1% </p> <strong>Previous 30 Days</strong> </div> <div id="metric-sales" class="chart"></div> <header> <h3 class="thin">Total Sales</h3> </header> </div> </div> </div> <div class="panel panel-metric panel-metric-sm"> <div class="panel-body panel-body-info"> <div class="metric-content metric-icon"> <div class="value"> 1,430 </div> <div class="trend"> <p class="text-danger"> <i class="fa fa-chevron-down"></i> 2.3% </p> <strong>Previous 30 Days</strong> </div> <div id="metric-orders" class="chart"></div> <header> <h3 class="thin">Total Orders</h3> </header> </div> </div> </div> <div class="panel" style="overflow: hidden;"> <div class="panel-body"> <h4 class="thin no-margin-top">Last Orders</h4> <table class="table"> <tbody> <tr> <td> <a href="javascript:;" class="text-success semi-bold">#2310</a> </td> <td>Android App</td> <td class="text-success semi-bold"> $8,025.75 </td> </tr> <tr> <td> <a href="javascript:;" class="text-success semi-bold">#2308</a> </td> <td>Web Design</td> <td class="text-success semi-bold"> $4,301.00 </td> </tr> <tr> <td> <a href="javascript:;" class="text-success semi-bold">#2246</a> </td> <td>iOS App</td> <td class="text-success semi-bold"> $9,203.40 </td> </tr> <tr> <td> <a href="javascript:;" class="text-success semi-bold">#1940</a> </td> <td>Redesign App</td> <td class="text-success semi-bold"> $8,990.50 </td> </tr> </tbody> </table> </div> <div id="server-load" class="chart"></div> </div> </div> </div> <div class="row"> <div class="col-sm-6 col-lg-4"> <div class="panel panel-metric"> <div class="panel-body"> <div class="metric-content"> <div class="value"> $2,154 </div> <div class="trend"> <p class="text-success"> <i class="fa fa-chevron-up"></i> 40.2% </p> <strong>Previous 30 Days</strong> </div> <div id="metric-1" class="chart"></div> <header> <h3 class="thin">Monthly Earnings</h3> </header> </div> </div> </div> </div> <div class="col-sm-6 col-lg-4"> <div class="panel panel-metric"> <div class="panel-body"> <div class="metric-content"> <div class="value"> $314 </div> <div class="trend"> <p class="text-success"> <i class="fa fa-chevron-up"></i> 10.9% </p> <strong>Previous 30 Days</strong> </div> <div id="metric-2" class="chart"></div> <header> <h3 class="thin">Lifetime Value</h3> </header> </div> </div> </div> </div> <div class="col-sm-6 col-lg-4"> <div class="panel panel-metric"> <div class="panel-body"> <div class="metric-content"> <div class="value"> 305 </div> <div class="trend"> <p class="text-success"> <i class="fa fa-chevron-up"></i> 15.6% </p> <strong>Previous 30 Days</strong> </div> <div id="metric-3" class="chart"></div> <header> <h3 class="thin">New Customers</h3> </header> </div> </div> </div> </div> <div class="col-sm-6 col-lg-4"> <div class="panel panel-metric"> <div class="panel-body"> <div class="metric-content"> <div class="value"> 14% </div> <div class="trend"> <p class="text-danger"> <i class="fa fa-chevron-up"></i> 15.6% </p> <strong>Previous 30 Days</strong> </div> <div id="metric-4" class="chart"></div> <header> <h3 class="thin">Bounce Rate</h3> </header> </div> </div> </div> </div> <div class="col-sm-6 col-lg-4"> <div class="panel panel-metric"> <div class="panel-body"> <div class="metric-content"> <div class="value"> 43,213 </div> <div class="trend"> <p class="text-success"> <i class="fa fa-chevron-up"></i> 10.3% </p> <strong>Previous 30 Days</strong> </div> <div id="metric-5" class="chart"></div> <header> <h3 class="thin">Page Views</h3> </header> </div> </div> </div> </div> <div class="col-sm-6 col-lg-4"> <div class="panel panel-metric"> <div class="panel-body"> <div class="metric-content"> <div class="value"> 30% </div> <div class="trend"> <p class="text-danger"> <i class="fa fa-chevron-down"></i> 2.3% </p> <strong>Previous 30 Days</strong> </div> <div id="metric-6" class="chart"></div> <header> <h3 class="thin">Unique Visitors</h3> </header> </div> </div> </div> </div> </div> </div> </div> </div> <script src="dist/assets/libs/jquery/jquery.min.js"></script> <script src="dist/assets/bs3/js/bootstrap.min.js"></script> <script src="dist/assets/plugins/jquery-navgoco/jquery.navgoco.js"></script> <script src="dist/js/main.js"></script> <!--[if lt IE 9]> <script src="dist/assets/plugins/flot/excanvas.min.js"></script> <![endif]--> <script src="dist/assets/plugins/jquery-sparkline/jquery.sparkline.js"></script> <script src="demo/js/demo.js"></script> <script src="dist/assets/plugins/jquery-jvectormap/jquery-jvectormap-1.2.2.min.js"></script> <script src="dist/assets/plugins/jquery-jvectormap/maps/world_mill_en.js"></script> <!--[if gte IE 9]>--> <script src="dist/assets/plugins/rickshaw/js/vendor/d3.v3.js"></script> <script src="dist/assets/plugins/rickshaw/rickshaw.min.js"></script> <!--<![endif]--> <script src="dist/assets/plugins/flot/jquery.flot.js"></script> <script src="dist/assets/plugins/flot/jquery.flot.resize.js"></script> <script src="dist/assets/plugins/raphael/raphael-min.js"></script> <script src="dist/assets/plugins/morris/morris.min.js"></script> <script src="demo/js/dashboard.js"></script> </body> </html>
themes/foundation/themes/foundation/typography.css
Alfalfamale/P
body { /* customize_background */background-color: #ffffff;/* customize_background */ /* customize_body */color: #444444;/* customize_body */ /* customize_body */font: normal normal 12px helvetica;/* customize_body */ } h1, h2, h3, h4, h5, h6 { font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight: bold; text-rendering: optimizeLegibility; } h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; } .container h1, h1 { font-size: 44px; margin: 0px; padding: 0; line-height: 50px; } .container h2, h2{ font-size: 37px; margin: 0px; padding: 0; line-height: 39px; } .container h3, h3 { font-size: 27px; margin: 0px; padding: 0; line-height: 33px; } .container h4, h4 { font-size: 23px; margin: 0px; padding: 0; line-height: 29px; } .container h5 { font-size: 17px; font-weight: normal; padding: 0; margin: 0px; line-height: 1.1; } .container h6 { font-size: 14px; font-weight: normal; } .container p { font-size: 13px; line-height: 17px; margin: 0 0 12px 0px; } p img { margin: 0; } p.lead { font-size: 18px; line-height: 1.5; } em, i { font-style: italic; line-height: inherit; } strong, b { font-weight: bold; line-height: inherit; } small { font-size: 60%; line-height: inherit; } h1 small, h2 small, h3 small, h4 small, h5 small { font-size: 60%; color: #6f6f6f; line-height: 0; } aside p { font-size: 13px; line-height: 1.35; font-style: italic; } hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 22px 0 21px; height: 0; } .subheader { line-height: 1.3; color: #6f6f6f; font-weight: 300; margin-bottom: 17px; } em, i { font-style: italic; line-height: inherit; } strong, b { font-weight: bold; line-height: inherit; } small { font-size: 60%; line-height: inherit; } code { font-weight: bold; background: #ffff99; } p { font-size: 13px; line-height: 17px; margin: 0 0 12px 0px; } p img { margin: 0; } p.lead { font-size: 18px; line-height: 1.5; } /* Blockquotes ---------------------- */ blockquote, blockquote p { line-height: 1.5; color: #6f6f6f; } blockquote { margin: 0 0 17px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; } blockquote cite { display: block; font-size: 13px; color: #555555; } blockquote cite:before { content: "\2014 \0020"; } blockquote cite a, blockquote cite a:visited { color: #555555; } abbr, acronym { text-transform: uppercase; font-size: 90%; color: #222222; border-bottom: 1px solid #ddd; cursor: help; } abbr { text-transform: none; } .container a, .sticky-content p a, .container a:visited, .sticky-content p a:visited { /* customize_link */color: #3366cc;/* customize_link */ } .sticky .sticky-content p a.button, .container p a.button, .sticky .sticky-content p a.button:visited, .container p a.button:visited { color: #fff; } .container p a.button.secondary, .container p a.button.secondary:visited { color: #1d1d1d; } .sticky .sticky-content p a.button.secondary, .sticky .sticky-content p a.button.secondary:visited { color: #555; } .container a:hover, .container a:focus { /* customize_link_hover */color: #336699;/* customize_link_hover */ } .container { /* customize_Container_Background */background-color: #ffffff;/* customize_Container_Background */ } h1.logo a, h1.logo a:visited { /* customize_header_logo */color: #2a85e8;/* customize_header_logo */ } h3.slogan { /* customize_Slogan_Color */color: #ddd;/* customize_Slogan_color */ } #header-bar { /* customize_Header_Bar */background-color: #333;/* customize_Header_Bar */ } .foundation-header h1 { /* customize_Page_Title */color: #333;/* customize_Page_Title */ } .foundation-header h4 { /* customize_Page_Description */color: #666;/* customize_Page_Description */ } #footer { /* customize_Footer */background-color: #ddd;/* customize_Footer */ } /* customize_miscellaneous */ /* customize_miscellaneous */
doc/UIParts.NoImageSprite.html
kazenetu/enchant.jsAtTypeScript
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> <title>Documentation Class: NoImageSprite</title> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css"> <link type="text/css" rel="stylesheet" href="styles/site.cerulean.css"> </head> <body> <div class="navbar navbar-default navbar-fixed-top "> <div class="container"> <div class="navbar-header"> <a class="navbar-brand" href="index.html">Documentation</a> <button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#topNavigation"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> </div> <div class="navbar-collapse collapse" id="topNavigation"> <ul class="nav navbar-nav"> <li class="dropdown"> <a href="namespaces.list.html" class="dropdown-toggle" data-toggle="dropdown">Namespaces<b class="caret"></b></a> <ul class="dropdown-menu "> <li><a href="Base.html">Base</a></li><li><a href="UIParts.html">UIParts</a></li> </ul> </li> <li class="dropdown"> <a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b class="caret"></b></a> <ul class="dropdown-menu "> <li><a href="Base.GameMain.html">Base.GameMain</a></li><li><a href="Base.Resource.html">Base.Resource</a></li><li><a href="Base.ResourceManager.html">Base.ResourceManager</a></li><li><a href="UIParts.Character.html">UIParts.Character</a></li><li><a href="UIParts.Group.html">UIParts.Group</a></li><li><a href="UIParts.Label.html">UIParts.Label</a></li><li><a href="UIParts.Map.html">UIParts.Map</a></li><li><a href="UIParts.NoImageSprite.html">UIParts.NoImageSprite</a></li><li><a href="UIParts.Sprite.html">UIParts.Sprite</a></li><li><a href="UIParts.UIPartBase.html">UIParts.UIPartBase</a></li> </ul> </li> </ul> <div class="col-sm-3 col-md-3"> <form class="navbar-form" role="search"> <div class="input-group"> <input type="text" class="form-control" placeholder="Search" name="q" id="search-input"> <div class="input-group-btn"> <button class="btn btn-default" id="search-submit"><i class="glyphicon glyphicon-search"></i></button> </div> </div> </form> </div> </div> </div> </div> <div class="container" id="toc-content"> <div class="row"> <div class="col-md-8"> <div id="main"> <h1 class="page-title">Class: NoImageSprite</h1> <section> <header> <h2> <span class="ancestors"><a href="UIParts.html">UIParts</a>.</span> NoImageSprite </h2> <div class="class-description"><p>イメージ無しスプライトUIクラス</p></div> </header> <article> <div class="container-overview"> <hr> <dt> <h4 class="name" id="NoImageSprite"><span class="type-signature"></span>new NoImageSprite()</h4> </dt> <dd> <div class="description"> <p>イメージ無しスプライトUI</p> </div> <dl class="details"> </dl> </dd> </div> <h3 class="subsection-title">Extends</h3> <ul> <li><a href="UIParts.UIPartBase.html">UIParts.UIPartBase</a></li> </ul> <h3 class="subsection-title">Methods</h3> <dl> <hr> <dt> <h4 class="name" id="NoImageSprite"><span class="type-signature"></span>NoImageSprite(width, height, stage)</h4> </dt> <dd> <div class="description"> <p>コンストラクタ</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>width</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="description last"><p>表示サイズ.幅</p></td> </tr> <tr> <td class="name"><code>height</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="description last"><p>表示サイズ.高さ</p></td> </tr> <tr> <td class="name"><code>stage</code></td> <td class="type"> <span class="param-type">Object</span> </td> <td class="description last"><p>親Node(enchantjsインスタンス)</p></td> </tr> </tbody> </table> <dl class="details"> </dl> </dd> <hr> <dt> <h4 class="name" id="OnRefresh"><span class="type-signature"></span>OnRefresh()</h4> </dt> <dd> <div class="description"> <p>更新イベントハンドラ</p> </div> <dl class="details"> <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt> <dd class="inherited-from"> <ul class="dummy"> <li> <a href="UIParts.UIPartBase.html#OnRefresh">UIParts.UIPartBase#OnRefresh</a> </li> </ul> </dd> </dl> </dd> <hr> <dt> <h4 class="name" id="Refresh"><span class="type-signature"></span>Refresh()</h4> </dt> <dd> <div class="description"> <p>プロパティをjsオブジェクトに反映</p> </div> <dl class="details"> <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt> <dd class="inherited-from"> <ul class="dummy"> <li> <a href="UIParts.UIPartBase.html#Refresh">UIParts.UIPartBase#Refresh</a> </li> </ul> </dd> </dl> </dd> <hr> <dt> <h4 class="name" id="SetSurface"><span class="type-signature"></span>SetSurface(fillStyle)</h4> </dt> <dd> <div class="description"> <p>塗りつぶし情報の設定</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>fillStyle</code></td> <td class="type"> <span class="param-type">string</span> </td> <td class="description last"><p>塗りつぶし情報</p></td> </tr> </tbody> </table> <dl class="details"> </dl> </dd> <hr> <dt> <h4 class="name" id="UIPartBase"><span class="type-signature"></span>UIPartBase()</h4> </dt> <dd> <div class="description"> <p>コンストラクタ</p> </div> <dl class="details"> <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt> <dd class="inherited-from"> <ul class="dummy"> <li> <a href="UIParts.UIPartBase.html#UIPartBase">UIParts.UIPartBase#UIPartBase</a> </li> </ul> </dd> </dl> </dd> </dl> </article> </section> </div> </div> <div class="clearfix"></div> <div class="col-md-3"> <div id="toc" class="col-md-3 hidden-xs hidden-sm hidden-md"></div> </div> </div> </div> <div class="modal fade" id="searchResults"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button> <h4 class="modal-title">Search results</h4> </div> <div class="modal-body"></div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal">Close</button> </div> </div><!-- /.modal-content --> </div><!-- /.modal-dialog --> </div> <footer> <span class="jsdoc-message"> Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.0</a> on March 21st 2016, 10:23:51 pm using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>. </span> </footer> <script src="scripts/docstrap.lib.js"></script> <script src="scripts/toc.js"></script> <script type="text/javascript" src="scripts/fulltext-search-ui.js"></script> <script> $( function () { $( "[id*='$']" ).each( function () { var $this = $( this ); $this.attr( "id", $this.attr( "id" ).replace( "$", "__" ) ); } ); $( ".tutorial-section pre, .readme-section pre" ).each( function () { var $this = $( this ); var example = $this.find( "code" ); exampleText = example.html(); var lang = /{@lang (.*?)}/.exec( exampleText ); if ( lang && lang[1] ) { exampleText = exampleText.replace( lang[0], "" ); example.html( exampleText ); lang = lang[1]; } else { var langClassMatch = example.parent()[0].className.match(/lang\-(\S+)/); lang = langClassMatch ? langClassMatch[1] : "javascript"; } if ( lang ) { $this .addClass( "sunlight-highlight-" + lang ) .addClass( "linenums" ) .html( example.html() ); } } ); Sunlight.highlightAll( { lineNumbers : true, showMenu : true, enableDoclinks : true } ); $.catchAnchorLinks( { navbarOffset: 10 } ); $( "#toc" ).toc( { anchorName : function ( i, heading, prefix ) { var id = $( heading ).attr( "id" ); return id && id.replace(/\~/g, '-inner-').replace(/\./g, '-static-') || ( prefix + i ); }, selectors : "#toc-content h1,#toc-content h2,#toc-content h3,#toc-content h4", showAndHide : false, smoothScrolling: true } ); $( "#main span[id^='toc']" ).addClass( "toc-shim" ); $( '.dropdown-toggle' ).dropdown(); $( "table" ).each( function () { var $this = $( this ); $this.addClass('table'); } ); } ); </script> <!--Navigation and Symbol Display--> <!--Google Analytics--> <script type="text/javascript"> $(document).ready(function() { SearcherDisplay.init(); }); </script> </body> </html>
382bd9d/html/classv8_1_1_script.html
v8-dox/v8-dox.github.io
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.9.1"/> <title>V8 API Reference Guide for io.js v1.6.4: v8::Script Class Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">V8 API Reference Guide for io.js v1.6.4 </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&#160;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&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1_script.html">Script</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#pub-methods">Public Member Functions</a> &#124; <a href="#pub-static-methods">Static Public Member Functions</a> &#124; <a href="classv8_1_1_script-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">v8::Script Class Reference</div> </div> </div><!--header--> <div class="contents"> <p><code>#include &lt;<a class="el" href="v8_8h_source.html">v8.h</a>&gt;</code></p> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a> Public Member Functions</h2></td></tr> <tr class="memitem:a5f43b29d40bd51ebad2cc275ba3898a1"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classv8_1_1_local.html">Local</a>&lt; <a class="el" href="classv8_1_1_value.html">Value</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_script.html#a5f43b29d40bd51ebad2cc275ba3898a1">Run</a> ()</td></tr> <tr class="separator:a5f43b29d40bd51ebad2cc275ba3898a1"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:afac25cad452a61897c375c2b881e2070"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classv8_1_1_local.html">Local</a>&lt; <a class="el" href="classv8_1_1_unbound_script.html">UnboundScript</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_script.html#afac25cad452a61897c375c2b881e2070">GetUnboundScript</a> ()</td></tr> <tr class="separator:afac25cad452a61897c375c2b881e2070"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a0b781b6966adf4beb558eea17bfd998c"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a0b781b6966adf4beb558eea17bfd998c"></a> &#160;</td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATED</b> (&quot;Use <a class="el" href="classv8_1_1_script.html#afac25cad452a61897c375c2b881e2070">GetUnboundScript</a>()-&gt;GetId()&quot;, int GetId())</td></tr> <tr class="separator:a0b781b6966adf4beb558eea17bfd998c"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><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:a78500f4a95d75ffd0253f72a6db750b0"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="classv8_1_1_local.html">Local</a>&lt; <a class="el" href="classv8_1_1_script.html">Script</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_script.html#a78500f4a95d75ffd0253f72a6db750b0">Compile</a> (<a class="el" href="classv8_1_1_handle.html">Handle</a>&lt; <a class="el" href="classv8_1_1_string.html">String</a> &gt; source, <a class="el" href="classv8_1_1_script_origin.html">ScriptOrigin</a> *origin=NULL)</td></tr> <tr class="separator:a78500f4a95d75ffd0253f72a6db750b0"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ae420c65d6315f3ef8e83e79c17231f4e"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ae420c65d6315f3ef8e83e79c17231f4e"></a> static <a class="el" href="classv8_1_1_local.html">Local</a>&lt; <a class="el" href="classv8_1_1_script.html">Script</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>Compile</b> (<a class="el" href="classv8_1_1_handle.html">Handle</a>&lt; <a class="el" href="classv8_1_1_string.html">String</a> &gt; source, <a class="el" href="classv8_1_1_handle.html">Handle</a>&lt; <a class="el" href="classv8_1_1_string.html">String</a> &gt; file_name)</td></tr> <tr class="separator:ae420c65d6315f3ef8e83e79c17231f4e"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> <div class="textblock"><p>A compiled JavaScript script, tied to a <a class="el" href="classv8_1_1_context.html">Context</a> which was active when the script was compiled. </p> </div><h2 class="groupheader">Member Function Documentation</h2> <a class="anchor" id="a78500f4a95d75ffd0253f72a6db750b0"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">static <a class="el" href="classv8_1_1_local.html">Local</a>&lt;<a class="el" href="classv8_1_1_script.html">Script</a>&gt; v8::Script::Compile </td> <td>(</td> <td class="paramtype"><a class="el" href="classv8_1_1_handle.html">Handle</a>&lt; <a class="el" href="classv8_1_1_string.html">String</a> &gt;&#160;</td> <td class="paramname"><em>source</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype"><a class="el" href="classv8_1_1_script_origin.html">ScriptOrigin</a> *&#160;</td> <td class="paramname"><em>origin</em> = <code>NULL</code>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">static</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>A shorthand for <a class="el" href="classv8_1_1_script_compiler.html#a4cef8b34c2744f6508a9ce53182c19bf">ScriptCompiler::Compile()</a>. </p> </div> </div> <a class="anchor" id="afac25cad452a61897c375c2b881e2070"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname"><a class="el" href="classv8_1_1_local.html">Local</a>&lt;<a class="el" href="classv8_1_1_unbound_script.html">UnboundScript</a>&gt; v8::Script::GetUnboundScript </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Returns the corresponding context-unbound script. </p> </div> </div> <a class="anchor" id="a5f43b29d40bd51ebad2cc275ba3898a1"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname"><a class="el" href="classv8_1_1_local.html">Local</a>&lt;<a class="el" href="classv8_1_1_value.html">Value</a>&gt; v8::Script::Run </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Runs the script returning the resulting value. It will be run in the context in which it was created (ScriptCompiler::CompileBound or <a class="el" href="classv8_1_1_unbound_script.html#a0f3354dc71e3f831d10f6e82704a4c2b">UnboundScript::BindToCurrentContext()</a>). </p> </div> </div> <hr/>The documentation for this class was generated from the following file:<ul> <li>deps/v8/include/<a class="el" href="v8_8h_source.html">v8.h</a></li> </ul> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Tue Aug 11 2015 23:49:39 for V8 API Reference Guide for io.js v1.6.4 by &#160;<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>
dist/backbone.d3.css
hastoukopsaro/backbone.d3
/*! * backbone.d3 0.0.1 * * Copyright (c) 2014 AdRoll * MIT license * https://github.com/AdRoll/backbone.d3 */ /* Common chart styles */ .bbd3 .axis path, .bbd3 .axis line { fill: none; stroke: #ddd; shape-rendering: crispEdges; } /* Bar chart styles */ .bbd3-bar .x.axis .domain { display: none; } .bbd3-bar .bar { fill: steelblue; } /* Line chart */ .bbd3-line .series .line { stroke-width: 2; stroke-linejoin: round; stroke-linecap: round; fill: none; } /* Country map */ .bbd3-countrymap .country { fill: #ddd; fill-rule: evenodd; stroke: #fff; stroke-width: 1; stroke-linejoin: round; stroke-linecap: round; }
builder/cmake/linux/doc/cmake/html/prop_tgt/WIN32_EXECUTABLE.html
pipou/rae
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>WIN32_EXECUTABLE &mdash; CMake 3.8.2 Documentation</title> <link rel="stylesheet" href="../_static/cmake.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: '../', VERSION: '3.8.2', COLLAPSE_INDEX: false, FILE_SUFFIX: '.html', HAS_SOURCE: true, SOURCELINK_SUFFIX: '.txt' }; </script> <script type="text/javascript" src="../_static/jquery.js"></script> <script type="text/javascript" src="../_static/underscore.js"></script> <script type="text/javascript" src="../_static/doctools.js"></script> <link rel="shortcut icon" href="../_static/cmake-favicon.ico"/> <link rel="index" title="Index" href="../genindex.html" /> <link rel="search" title="Search" href="../search.html" /> <link rel="next" title="WINDOWS_EXPORT_ALL_SYMBOLS" href="WINDOWS_EXPORT_ALL_SYMBOLS.html" /> <link rel="prev" title="VS_WINRT_REFERENCES" href="VS_WINRT_REFERENCES.html" /> </head> <body role="document"> <div class="related" role="navigation" aria-label="related navigation"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="../genindex.html" title="General Index" accesskey="I">index</a></li> <li class="right" > <a href="WINDOWS_EXPORT_ALL_SYMBOLS.html" title="WINDOWS_EXPORT_ALL_SYMBOLS" accesskey="N">next</a> |</li> <li class="right" > <a href="VS_WINRT_REFERENCES.html" title="VS_WINRT_REFERENCES" accesskey="P">previous</a> |</li> <li> <img src="../_static/cmake-logo-16.png" alt="" style="vertical-align: middle; margin-top: -2px" /> </li> <li> <a href="https://cmake.org/">CMake</a> &#187; </li> <li> <a href="../index.html">3.8.2 Documentation</a> &#187; </li> <li class="nav-item nav-item-1"><a href="../manual/cmake-properties.7.html" accesskey="U">cmake-properties(7)</a> &#187;</li> </ul> </div> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body" role="main"> <div class="section" id="win32-executable"> <span id="prop_tgt:WIN32_EXECUTABLE"></span><h1>WIN32_EXECUTABLE<a class="headerlink" href="#win32-executable" title="Permalink to this headline">¶</a></h1> <p>Build an executable with a WinMain entry point on windows.</p> <p>When this property is set to true the executable when linked on Windows will be created with a WinMain() entry point instead of just main(). This makes it a GUI executable instead of a console application. See the CMAKE_MFC_FLAG variable documentation to configure use of MFC for WinMain executables. This property is initialized by the value of the variable CMAKE_WIN32_EXECUTABLE if it is set when a target is created.</p> </div> </div> </div> </div> <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> <div class="sphinxsidebarwrapper"> <h4>Previous topic</h4> <p class="topless"><a href="VS_WINRT_REFERENCES.html" title="previous chapter">VS_WINRT_REFERENCES</a></p> <h4>Next topic</h4> <p class="topless"><a href="WINDOWS_EXPORT_ALL_SYMBOLS.html" title="next chapter">WINDOWS_EXPORT_ALL_SYMBOLS</a></p> <div role="note" aria-label="source link"> <h3>This Page</h3> <ul class="this-page-menu"> <li><a href="../_sources/prop_tgt/WIN32_EXECUTABLE.rst.txt" rel="nofollow">Show Source</a></li> </ul> </div> <div id="searchbox" style="display: none" role="search"> <h3>Quick search</h3> <form class="search" action="../search.html" method="get"> <div><input type="text" name="q" /></div> <div><input type="submit" value="Go" /></div> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> </div> <script type="text/javascript">$('#searchbox').show(0);</script> </div> </div> <div class="clearer"></div> </div> <div class="related" role="navigation" aria-label="related navigation"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="../genindex.html" title="General Index" >index</a></li> <li class="right" > <a href="WINDOWS_EXPORT_ALL_SYMBOLS.html" title="WINDOWS_EXPORT_ALL_SYMBOLS" >next</a> |</li> <li class="right" > <a href="VS_WINRT_REFERENCES.html" title="VS_WINRT_REFERENCES" >previous</a> |</li> <li> <img src="../_static/cmake-logo-16.png" alt="" style="vertical-align: middle; margin-top: -2px" /> </li> <li> <a href="https://cmake.org/">CMake</a> &#187; </li> <li> <a href="../index.html">3.8.2 Documentation</a> &#187; </li> <li class="nav-item nav-item-1"><a href="../manual/cmake-properties.7.html" >cmake-properties(7)</a> &#187;</li> </ul> </div> <div class="footer" role="contentinfo"> &#169; Copyright 2000-2017 Kitware, Inc. and Contributors. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.2. </div> </body> </html>
css/index.css
castle-c/OverWatchStatTracker
body { background-image: url("https://images4.alphacoders.com/553/553496.jpg"); background-repeat:no-repeat; background-size:cover; }
src/view/premium/premium.html
phusick/ng
<button class="btn btn-default" ui-sref="top.front">front</button> <button class="btn btn-default" ui-sref="auth">auth</button> <h3>Premium</h3> <span scope-age></span>
a5244d3/html/classv8_1_1_internal_fields_callback_data.html
v8-dox/v8-dox.github.io
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.9.1"/> <title>V8 API Reference Guide for io.js v1.7.0 - v1.8.2: v8::InternalFieldsCallbackData&lt; T, U &gt; Class Template Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">V8 API Reference Guide for io.js v1.7.0 - v1.8.2 </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&#160;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&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1_internal_fields_callback_data.html">InternalFieldsCallbackData</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#pub-types">Public Types</a> &#124; <a href="#pub-methods">Public Member Functions</a> &#124; <a href="classv8_1_1_internal_fields_callback_data-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">v8::InternalFieldsCallbackData&lt; T, U &gt; Class Template Reference</div> </div> </div><!--header--> <div class="contents"> <div class="dynheader"> Inheritance diagram for v8::InternalFieldsCallbackData&lt; T, U &gt;:</div> <div class="dyncontent"> <div class="center"> <img src="classv8_1_1_internal_fields_callback_data.png" usemap="#v8::InternalFieldsCallbackData&lt; T, U &gt;_map" alt=""/> <map id="v8::InternalFieldsCallbackData&lt; T, U &gt;_map" name="v8::InternalFieldsCallbackData&lt; T, U &gt;_map"> <area href="classv8_1_1internal_1_1_callback_data.html" alt="v8::internal::CallbackData" shape="rect" coords="0,0,231,24"/> </map> </div></div> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-types"></a> Public Types</h2></td></tr> <tr class="memitem:a9ce479def3c8c0a9d73b2b7204747a95"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a9ce479def3c8c0a9d73b2b7204747a95"></a> typedef void(*&#160;</td><td class="memItemRight" valign="bottom"><b>Callback</b>) (const <a class="el" href="classv8_1_1_internal_fields_callback_data.html">InternalFieldsCallbackData</a>&lt; T, U &gt; &amp;data)</td></tr> <tr class="separator:a9ce479def3c8c0a9d73b2b7204747a95"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a> Public Member Functions</h2></td></tr> <tr class="memitem:aa67d7551c6b33037b0fee29d6d157bb1"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aa67d7551c6b33037b0fee29d6d157bb1"></a> &#160;</td><td class="memItemRight" valign="bottom"><b>InternalFieldsCallbackData</b> (<a class="el" href="classv8_1_1_isolate.html">Isolate</a> *isolate, T *internalField1, U *internalField2)</td></tr> <tr class="separator:aa67d7551c6b33037b0fee29d6d157bb1"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a35e848439ac60b5d3170f0882f2c29e6"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a35e848439ac60b5d3170f0882f2c29e6"></a> V8_INLINE T *&#160;</td><td class="memItemRight" valign="bottom"><b>GetInternalField1</b> () const </td></tr> <tr class="separator:a35e848439ac60b5d3170f0882f2c29e6"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a1c788384e7fe3591720fb71f50d002a5"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a1c788384e7fe3591720fb71f50d002a5"></a> V8_INLINE U *&#160;</td><td class="memItemRight" valign="bottom"><b>GetInternalField2</b> () const </td></tr> <tr class="separator:a1c788384e7fe3591720fb71f50d002a5"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="inherit_header pub_methods_classv8_1_1internal_1_1_callback_data"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classv8_1_1internal_1_1_callback_data')"><img src="closed.png" alt="-"/>&#160;Public Member Functions inherited from <a class="el" href="classv8_1_1internal_1_1_callback_data.html">v8::internal::CallbackData</a></td></tr> <tr class="memitem:ac94ddcb7e49c191922f03eb810f62692 inherit pub_methods_classv8_1_1internal_1_1_callback_data"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac94ddcb7e49c191922f03eb810f62692"></a> V8_INLINE <a class="el" href="classv8_1_1_isolate.html">v8::Isolate</a> *&#160;</td><td class="memItemRight" valign="bottom"><b>GetIsolate</b> () const </td></tr> <tr class="separator:ac94ddcb7e49c191922f03eb810f62692 inherit pub_methods_classv8_1_1internal_1_1_callback_data"><td class="memSeparator" colspan="2">&#160;</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 pro_methods_classv8_1_1internal_1_1_callback_data"><td colspan="2" onclick="javascript:toggleInherit('pro_methods_classv8_1_1internal_1_1_callback_data')"><img src="closed.png" alt="-"/>&#160;Protected Member Functions inherited from <a class="el" href="classv8_1_1internal_1_1_callback_data.html">v8::internal::CallbackData</a></td></tr> <tr class="memitem:a3f5e99bfe131cfea0ce0030895bdf593 inherit pro_methods_classv8_1_1internal_1_1_callback_data"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a3f5e99bfe131cfea0ce0030895bdf593"></a> &#160;</td><td class="memItemRight" valign="bottom"><b>CallbackData</b> (<a class="el" href="classv8_1_1_isolate.html">v8::Isolate</a> *isolate)</td></tr> <tr class="separator:a3f5e99bfe131cfea0ce0030895bdf593 inherit pro_methods_classv8_1_1internal_1_1_callback_data"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <hr/>The documentation for this class was generated from the following file:<ul> <li>deps/v8/include/<a class="el" href="v8_8h_source.html">v8.h</a></li> </ul> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Tue Aug 11 2015 23:49:42 for V8 API Reference Guide for io.js v1.7.0 - v1.8.2 by &#160;<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>
html/234567104836.html
GoC-Spending/data-corporations
<!DOCTYPE html> <!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" dir="ltr"> <!--<![endif]--> <!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open&id=3 (optional: ?Open&page=filename.html&id=x) --> <!-- Created: ; Product Code: 536; Server: stratnotes2.ic.gc.ca --> <head> <!-- Title begins / Début du titre --> <title> PenseWeb.com - 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=1492308690557&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=35107&V_SEARCH.docsStart=35106&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/updt.sec?_flId?_flxKy=e1s1&amp;estblmntNo=234567041301&amp;profileId=61&amp;_evId=bck&amp;lang=eng&amp;V_SEARCH.showStricts=false&amp;prtl=1&amp;_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&amp;rstBtn.x=" class="btn btn-link">New Search</a>&nbsp;|</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>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=35105&amp;V_DOCUMENT.docRank=35106&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492308702688&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567008965&amp;profileId=&amp;key.newSearchLabel=">Previous Company</a></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=35107&amp;V_DOCUMENT.docRank=35108&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492308702688&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=162876410000&amp;profileId=&amp;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> PenseWeb.com </h2> <div class="row"> <div class="col-md-5"> <h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2> <p>PenseWeb.com</p> <div class="mrgn-tp-md"></div> <p class="mrgn-bttm-0" ><a href="http://www.penseweb.com" target="_blank" title="Website URL">http://www.penseweb.com</a></p> <p><a href="mailto:info@penseweb.com" title="info@penseweb.com">info@penseweb.com</a></p> </div> <div class="col-md-4 mrgn-sm-sm"> <h2 class="h5 mrgn-bttm-0">Mailing Address:</h2> <address class="mrgn-bttm-md"> 218 King St W<br/> SHERBROOKE, Quebec<br/> J1H 1P9 <br/> </address> <h2 class="h5 mrgn-bttm-0">Location Address:</h2> <address class="mrgn-bttm-md"> 218 King St W<br/> SHERBROOKE, Quebec<br/> J1H 1P9 <br/> </address> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (819) 563-9224 </p> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (877) 363-9224</p> <p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>: (819) 563-9099</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=234567104836&amp;graphFileName=penseweb_535x220.jpg&amp;applicationCode=AP&amp;lang=fre" 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> Dynamic websites creation, CMS, Intranet and extranet. Websites hosting, domain names and SSL certicates. Computer retailer and network setup.<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> Guillaume Fortin </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"> (819) 563-9224 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Ext: </strong> </div> <div class="col-md-7"> 231 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (819) 563-9099 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> guillaume@penseweb.com </div> </div> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> François Gagnon </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"> (819) 563-9224 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Ext: </strong> </div> <div class="col-md-7"> 234 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (819) 563-9099 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> francois@penseweb.com </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Company Description --> <h3 class="page-header"> Company description </h3> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Country of Ownership: </strong> </div> <div class="col-md-7"> Canada &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> No &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 541510 - Computer Systems Design and Related Services </div> </div> <div class="row"> <div class="col-md-5"> <strong> Alternate Industries (NAICS): </strong> </div> <div class="col-md-7"> 417310 - Computer, Computer Peripheral and Pre-Packaged Software Wholesaler-Distributors<br> 443120 - Computer and Software Stores<br> 518210 - Data Processing, Hosting, and Related Services<br> 541430 - Graphic Design Services<br> </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Services &nbsp; </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"> Dynamic Website<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Website&#39;s content management, e-commerce, Intranet and Extranet.<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 --> <h3 class="page-header"> Sector information </h3> <section class="container-fluid"> <h4> Key / Major clients: </h4> Nous avons plus de 2000 clients, dont plus de 300 sites Web : <br> loutec.com <br> alarmecsdr.com <br> brecksinc.com <br> station05.qc.ca : ZAR, Filenbulle, Bouscol, Sens de la plume, CSS... <br> Voir www.penseweb.com pour plus de réalisations. </section> <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> Guillaume Fortin </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"> (819) 563-9224 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Ext: </strong> </div> <div class="col-md-7"> 231 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (819) 563-9099 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> guillaume@penseweb.com </div> </div> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> François Gagnon </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"> (819) 563-9224 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Ext: </strong> </div> <div class="col-md-7"> 234 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (819) 563-9099 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> francois@penseweb.com </div> </div> </section> </details> <details id="details-panel3"> <summary> Description </summary> <h2 class="wb-invisible"> Company description </h2> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Country of Ownership: </strong> </div> <div class="col-md-7"> Canada &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> No &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 541510 - Computer Systems Design and Related Services </div> </div> <div class="row"> <div class="col-md-5"> <strong> Alternate Industries (NAICS): </strong> </div> <div class="col-md-7"> 417310 - Computer, Computer Peripheral and Pre-Packaged Software Wholesaler-Distributors<br> 443120 - Computer and Software Stores<br> 518210 - Data Processing, Hosting, and Related Services<br> 541430 - Graphic Design Services<br> </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Services &nbsp; </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"> Dynamic Website<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Website&#39;s content management, e-commerce, Intranet and Extranet.<br> <br> </div> </div> </section> </details> <details id="details-panel7"> <summary> Sector </summary> <h2 class="wb-invisible"> Sector information </h2> <section class="container-fluid"> <h4> Key / Major clients: </h4> Nous avons plus de 2000 clients, dont plus de 300 sites Web : <br> loutec.com <br> alarmecsdr.com <br> brecksinc.com <br> station05.qc.ca : ZAR, Filenbulle, Bouscol, Sens de la plume, CSS... <br> Voir www.penseweb.com pour plus de réalisations. </section> </details> </div> </div> <div class="row"> <div class="col-md-12 text-right"> Last Update Date 2014-08-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&amp;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&amp;WT.js=No&amp;WT.tv=9.4.0&amp;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 -->
views/project-2.html
team-task/web
<div class="task-list-panel container-fluid wow fadeIn data-animation" data-wow-duration="1s" ng-init="initWorkspaceProject()"> <div> <h3 class="page-header"> {{projeto.nome}} <span class="span-alerta" ng-class="projeto.alerta === 'vermelho' ? 'vermelho' : projeto.alerta === 'amarelo' ? 'amarelo' : 'verde'"> </span> <button ng-click="novaAtividade();" class="btn btn-danger btn-sm tt-btn-round" uib-tooltip="Nova Atividade" ng-show="usuarioLogado._id.$oid === projeto.administrador"> <i class="fa fa-plus"></i> </button> <div class="dropdown pull-right"> <button class="btn btn-primary btn-inverse tt-btn-bordeless" data-toggle="dropdown" id="dropdownProjectMenu"> <i class="fa fa-ellipsis-v"></i> </button> <ul class="dropdown-menu" aria-labelledby="dropdownProjectMenu"> <li> <span ng-show="usuarioLogado._id.$oid === projeto.administrador" class="pointer-action upload-csv" ng-click="editarProjeto(projeto);"> <i class="fa fa-pencil-square-o"></i>&nbsp;Editar Projeto </span> </li> <li> <a class="pointer-action" ng-csv="csvAtividades" csv-header="getHeader();" field-separator=";" filename="team-task-export.csv" lazy-load="true"> <i class="fa fa-cloud-upload"></i>&nbsp;Exportar Template </a> </li> <li> <label class="pointer-action upload-csv"> <i class="fa fa-cloud-download"></i> &nbsp;Importar Template <input type="file" file-reader="fileContent" style="display: none;"> </label> </li> </ul> </div> </h3> <small> {{projeto.descricao}} </small> <table class="table table-condensed"> <thead> <tr> <td>Status</td> <td>Inicio</td> <td>Duração(d)</td> <td>Até</td> <td>Notas</td> </tr> </thead> <tbody> <tr class="active"> <td>{{projeto.status}}</td> <td>{{projeto.inicio.$date | date : 'dd/MM/yyyy'}}</td> <td>{{projeto.duracao}}</td> <td>{{projeto.fim.$date | date : 'dd/MM/yyyy'}}</td> <td> <a ng-show="projeto.notas !== ''" ng-click="mostrarNotas();" class="pointer-action"> Mostrar Notas </a> </td> </tr> </tbody> </table> </div> <div> <uib-tabset> <uib-tab index="0" heading="Tabela"> <table datatable="ng" dt-options="dtOptions" dt-column-defs="dtColumnDefs" class="table table-hover"> <thead> <tr> <td>Time</td> <td>Atividade</td> <td>Status</td> <td>Inicio</td> <td>Duração(d)</td> <td>Até</td> <td>Conclusão(%)</td> <td>Designado</td> </tr> </thead> <tbody> <tr ng-repeat="atividade in projeto.atividades"> <td data-order="{{atividade.nomeTime}}">{{atividade.nomeTime}}</td> <td class="tb-project-name"> <a ng-click="mostrarDetalheAtividade($index)" class="pointer-action">{{atividade.nome}}</a>&nbsp; <div class="dropdown tt-dropdown" ng-show="usuarioLogado._id.$oid === projeto.administrador || usuarioLogado._id.$oid === atividade.designado"> <span ng-show="usuarioLogado._id.$oid === projeto.administrador || usuarioLogado._id.$oid === atividade.designado" class="btn-edit-project" data-toggle="dropdown" id="dropdownMenu1"> <i class="fa fa-ellipsis-h"></i></span> <ul class="dropdown-menu" aria-labelledby="dropdownMenu1"> <li ng-show="usuarioLogado._id.$oid === projeto.administrador || usuarioLogado._id.$oid === atividade.designado"> <a ng-click="editarAtividade($index);"> <i class="fa fa-pencil-square-o"></i>&nbsp;Editar</a> </li> <li ng-show="usuarioLogado._id.$oid === projeto.administrador"> <a ng-click="copiarAtividade($index);"> <i class="fa fa-clone"></i>&nbsp;Copiar</a> </li> <li ng-show="usuarioLogado._id.$oid === projeto.administrador"> <a ng-click="moverAtividade($index);"> <i class="fa fa-scissors"></i>&nbsp;Recortar</a> </li> </ul> </div> </td> <td>{{atividade.status}}</td> <td data-order="{{atividade.inicio.$date | timeMils}}">{{atividade.inicio.$date | date : 'dd/MM/yyyy'}}</td> <td>{{atividade.duracao}}</td> <td data-order="{{atividade.fim.$date | timeMils}}">{{atividade.fim.$date | date : 'dd/MM/yyyy'}}</td> <td>{{atividade.progresso}}</td> <td data-search="{{atividade.pessoaDesignado.nome}}"> <ng-letter-avatar dynamic="true" charCount="2" width="27" height="27" class="tt-avatar-table" fontsize="14" data="{{atividade.pessoaDesignado.iniciais}}" uib-tooltip="{{atividade.pessoaDesignado.nome}}"></ng-letter-avatar> </td> </tr> </tbody> </table> </uib-tab> <uib-tab index="1" heading="Gannt"> <div class="panel panel-default"> <div class="panel-body"> <div gantt api="ganttOptions.api" data="ganttData" view-scale="ganttOptions.scale" current-date="ganttOptions.currentDate" sort-mode="ganttOptions.sortMode" daily="ganttOptions.daily" task-content="ganttOptions.taskContent" filter-task="filterFunctionGantt" time-frames="ganttOptions.timeFrames" date-frames="ganttOptions.dateFrames" js-plumb-defaults="ganttOptions.jsPlumbDefaults"> <gantt-table headers="ganttOptions.tableHeaders" contents="ganttOptions.contents"></gantt-table> <gantt-tooltips date-format="dateFormat"></gantt-tooltips> <gantt-progress enabled="true"></gantt-progress> <gantt-resize-sensor enabled="ganttOptions.resize"></gantt-resize-sensor> <gantt-movable enabled="ganttOptions.movable" allow-row-switching="false"></gantt-movable> <gantt-dependencies enabled="ganttOptions.dependencies.enabled" read-only="ganttOptions.dependencies.readOnly"> </gantt-dependencies> </div> </div> <div class="panel-footer"> <label class="label label-info checkbox-inline tt-filter-label"> <input type="checkbox" ng-model="filtro[0]" value="aguardando" ng-click="filterChange();">Aguardando </label> <label class="label label-warning checkbox-inline tt-filter-label"> <input type="checkbox" ng-model="filtro[1]" value="iniciada" ng-click="filterChange();">Iniciada </label> <label class="label label-success checkbox-inline tt-filter-label"> <input type="checkbox" ng-model="filtro[2]" value="concluida" ng-click="filterChange();">Concluida </label> </div> </div> </uib-tab> </uib-tabset> </div> </div>
src/_includes/css/tailwind.css
fmoliveira/fmoliveira.github.io
@tailwind base; @tailwind components; @tailwind utilities; @layer base { body { @apply font-serif pb-12; } header, h1, h2, h3, h4, h5, h6 { @apply font-sans text-gray-100; } h1 { @apply mb-8 text-3xl font-black; } h2 { @apply mb-2 text-xl; } h3 { @apply mb-1 text-lg; } p + p { @apply my-4; } a { @apply text-blue-400; &:hover, &:active { @apply text-blue-300 underline; } } blockquote { @apply max-w-3xl pl-4 py-3 border-l-2 border-blue-300 text-lg leading-8; } blockquote + p { @apply mt-4; } ul { @apply list-disc ml-8; } nav a { @apply px-4 py-3 rounded-md hover:bg-gray-700; } }
examples/overview.html
tantaman/mocha-script
<!DOCTYPE html> <html> <head> <meta http-equiv="content-type" content="text/html;charset=UTF-8"> <link rel="stylesheet" href="vendor/bootstrap/css/bootstrap.css" /> <link rel="stylesheet" href="vendor/codemirror.css"> <style> .CodeMirror { background: #f8f8f8; font-family: monospace; margin-right: 10px; float: left; border: 1px solid rgba(0,0,0,0.8); border-radius: 5px; width: 480px; height: 280px; } </style> <title>Mocha-Script overview</title> </head> <body> <div class="container"> <div class="page-header"> <h1>Mocha-Script <small>overview</small></h1> </div> <!-- PANEL --> <div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title">Declarations</h3> </div> <div class="panel-body"> <div class="codeDemo"> <textarea class="ms"> (def treats ["cookies" "candy" "ice cream"]) (def date (Date)) (def answer 42) (def double (fn (n) (* 2 n))) (def things (+ "Today is: " date " and the answer is " answer " which doubled is " (double answer))) (alert things) </textarea> <textarea class="js"></textarea> <div class="run btn btn-success">Compile &amp; Run</div> </div> </div> </div> <!-- END PANEL --> <!-- PANEL --> <div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title">Functions</h3> </div> <div class="panel-body"> <div class="codeDemo"> <textarea class="ms"> ; define a function and save it in the variable "sqaure" (def square (fn (n) (* n n))) ; call a function (square 8) ; create and call an anonymous function ((fn (n) (* n n)) 2) ; shortcut function definition (defn shorter (n) (* n n)) ; alert the cubes with a very shorthand function definition (alert (map #(* %1 %1 %1) [2 4 6 8])) </textarea> <textarea class="js"></textarea> <div class="run btn btn-success">Compile &amp; Run</div> </div> </div> </div> <!-- END PANEL --> <!-- PANEL --> <div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title">Objects</h3> </div> <div class="panel-body"> <div class="codeDemo"> <textarea class="ms"> ; define an object literal (def arnold { name:{first:"Arnold" last:"Schwarzenegger"} age:(- (.getFullYear (new Date)) 1947) occupation:"badass" greet:(fn () "Hello") }) ; reference a field in an object (:age arnold) ; call a method of an object (.greet arnold) ; alternative way to call a method of an object ((:greet arnold)) ; alert age (alert (:age arnold)) ; anonymous object literal (log {first:1 second:2}) </textarea> <textarea class="js"></textarea> <div class="run btn btn-success">Compile &amp; Run</div> </div> </div> </div> <!-- END PANEL --> <!-- PANEL --> <div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title">Arrays / Objects continued</h3> </div> <div class="panel-body"> <div class="codeDemo"> <textarea class="ms"> ; define an array (def movies ["Freddy got Fingered" "Road Trip" "Stealing Harvard" "Bob the Butler"]) ; get an element (get movies 0) ; or this (when using a literal) (0 movies) ; define an object with custom keys (def obj {"goofy key": "value"}) ; get a custom field (get obj "goofy key") ; literal get ("goofy key" obj) ; alert field (alert (2 movies)) </textarea> <textarea class="js"></textarea> <div class="run btn btn-success">Compile &amp; Run</div> </div> </div> </div> <!-- END PANEL --> <!-- PANEL --> <div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title">JS Interop</h3> </div> <div class="panel-body"> <div class="codeDemo"> <textarea class="ms"> ; get the latest answers on Stack Overflow ; and alert the author's names (def api "http://api.stackexchange.com/2.1/answers?key=U4DMV*8nvpm3EOpvf69Rxw((&site=stackoverflow&order=desc&sort=activity&filter=default") (.get $ api #(alert (pluck (pluck (:items %1) "owner") "display_name"))) </textarea> <textarea class="js"></textarea> <div class="run btn btn-success">Compile &amp; Run</div> </div> </div> </div> <!-- END PANEL --> <!-- PANEL --> <div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title">Looping and Branching</h3> </div> <div class="panel-body"> <div class="codeDemo"> <textarea class="ms"> (if (> 2 1) (alert "2 is greater than 1") ; if true case (alert "2 is less than 1?")) ; else case (def result (if true "true" "false")) (times 6 #(log "hello")) ; log hello 6 times (log (loop (z 1) (when (< z 5) (log z) (recur (+ z 1))) )) (foreach [1 2 3 4] log) </textarea> <textarea class="js"></textarea> <div class="run btn btn-success">Compile &amp; Run</div> </div> </div> </div> <!-- END PANEL --> <!-- PANEL --> <div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title" id="types">Types, Inheritance, Mixins</h3> </div> <div class="panel-body"> <div class="codeDemo"> <textarea class="ms"> ; define a type (deftype Animal (eat (food) (log food)) (sleep (duration) (setTimeout #(log "slept") duration)) ) ; define a type that inherits from another (deftype Tiger {extend: (:prototype Animal)} (prowl () (alert "prowling")) ) ; define a type as an expression that can be passed and/or saved (def Lion (type Lion {extend: (:prototype Animal)} (roar () (alert "ROAR!!!")) )) ; define a type that mixes in other types (deftype Liger { extend: (:prototype Animal) mix: [(:prototype Lion) (:prototype Tiger)]} ) (let (liger (new Liger)) (.roar liger) (.prowl liger) ) </textarea> <textarea class="js"></textarea> <div class="run btn btn-success">Compile &amp; Run</div> </div> </div> </div> <!-- END PANEL --> <!-- PANEL --> <div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title" id="macros">Macros <small>open your browser's console (F12) to see the output</small></h3> </div> <div class="panel-body"> <div class="codeDemo"> <textarea class="ms"> ; defining a macro for unless (defmacro unless (syms) `(if (not ~(get syms 1)) ~(get syms 2)) ) ; use our unless macro! (unless true (log "Even truth is not truth")) ; defining a macro for a for loop (defmacro forloop (syms) (let (setup (get syms 1)) `(loop (~(get setup 0) ~(get setup 1)) (when ~(get setup 2) ~(get syms 2) (recur ~(get setup 3)) )) )) ; use our forloop macro! (forloop (i 0 (< i 10) (+ i 1)) (log i)) </textarea> <textarea class="js"></textarea> <div class="run btn btn-success">Compile &amp; Run</div> </div> </div> </div> <!-- END PANEL --> <!-- PANEL --> <div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title" id="events">Events <small>msdispatch</small></h3> </div> <div class="panel-body"> <div class="codeDemo"> <textarea class="ms"> (def arnold {age:1}) ; we can observe any property on any object by registering with msdispatch (msdispatch.on arnold :age (fn () (log arguments))) ; setting a property on an object with !! will cause a change event to be fired (!! arnold :age 2) ; setting a prop with one ! will be silent (! (:age arnold) 1) (! arnold.age 1) </textarea> <textarea class="js"></textarea> <div class="run btn btn-success">Compile &amp; Run</div> </div> </div> </div> <!-- END PANEL --> <!-- PANEL --> <div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title">Standard Library</h3> </div> <div class="panel-body"> <div class="codeDemo"> <textarea class="ms"> ; map ; pluck ; reduce ; foldr ; concat ; zip ; find ; every ; each ; shuffle ; times ; where .... TODO TODOCUMENT </textarea> <textarea class="js"></textarea> <div class="run btn btn-success">Compile &amp; Run</div> </div> </div> </div> <!-- END PANEL --> </div> <!-- includes just for the overview --> <script src="vendor/jquery.js"></script> <script src="vendor/codemirror.js"></script> <script src="vendor/modes/clojure.js"></script> <script src="vendor/modes/javascript.js"></script> <script src="vendor/jsbeautify.js"></script> <!-- end overview includes --> <!-- mocha script runtime includes --> <script src="../dist/stdlib-dashlo.js"></script> <script src="../dist/stdlib.js"></script> <!-- end mocha script runtime includes --> <!-- mocha script compiler, only needed if you are compiling in the browser for some reason --> <script src="../dist/mochascriptParser.js"></script> <!-- optional bacon include --> <!-- <script src="../dist/bacon.js"></script> --> <script> $(function() { var $demos = $('.codeDemo'); $demos.each(function(i) { var $this = $(this); var $ms = $this.find('.ms'); var msMirror = CodeMirror.fromTextArea($ms[0], {mode: 'text/x-clojure'}); var jsMirror = CodeMirror.fromTextArea($this.find('.js')[0], {mode: 'javascript'}); var $run = $this.find('.run'); $run.click(function() { var result = mochascriptParser.parse(msMirror.getValue()); result = js_beautify(result); jsMirror.setValue(result); eval(result); }); }); }); </script> </body> </html>
coding-standards/dist/style/15.strings.html
dragoscirjan/dragoscirjan.github.io
<template><section class="au-animate"><div class="container bs-docs-container"><div class="row"><h2 id="strings">Strings</h2> <h3 id="string-literals">String Literals</h3> <p>When a string is literal (contains no variable substitutions) and also programming language allows it, the <strong>apostrophe</strong> or <strong>single quote</strong> should always be used to demarcate the string:</p> <div class="lang-ex"> <h5 id="c-c-c-35-">C/C++/C&#35;</h5> <h6 id="c">C</h6> <pre><code class="lang-c">char myString[] = &quot;Example String&quot;; </code></pre> <h6 id="c-">C++</h6> <pre><code class="lang-cpp">std::string myString (&quot;Example String&quot;); </code></pre> <h6 id="c-35-">C&#35;</h6> <pre><code class="lang-csharp">string myString = @&quot;Example String&quot;; System.String myString = &quot;Example String&quot;; // For more info, please read: // @link https://msdn.microsoft.com/en-us/library/ms228362.aspx </code></pre> <h5 id="coldfusion">ColdFusion</h5> <h6 id="cfml">CFML</h6> <pre><code class="lang-xml">&lt;cfset var myString = &#39;Example String&#39; /&gt; </code></pre> <h6 id="cfscript">CFScript</h6> <pre><code class="lang-javascript">var myString = &#39;Example String&#39;; </code></pre> <h5 id="dart">Dart</h5> <pre><code class="lang-dart">var myString = &#39;Example String&#39;; </code></pre> <h5 id="javascript">JavaScript</h5> <h6 id="ecmascript">ECMAScript</h6> <pre><code class="lang-javascript">var myString = &#39;Example String&#39;; </code></pre> <h6 id="coffeescript">CoffeeScript</h6> <pre><code class="lang-coffeescript">myString = &#39;Example String&#39; </code></pre> <!-- ###### PureScript ```purescript // TODO ``` --> <h6 id="typescript">TypeScript</h6> <pre><code class="lang-typescript">var myString = &#39;Example String&#39;; </code></pre> <h5 id="java">Java</h5> <pre><code class="lang-java">String myString = &#39;Example String&#39;; </code></pre> <h5 id="perl">Perl</h5> <pre><code class="lang-perl">my $myString = &#39;Example String&#39;; </code></pre> <h5 id="php">PHP</h5> <pre><code class="lang-php">$myString = &#39;Example String&#39;; </code></pre> <h5 id="ruby">Ruby</h5> <pre><code class="lang-ruby">myString = &#39;Example String&#39;; </code></pre> <h5 id="python">Python</h5> <pre><code class="lang-python">myString = &#39;Example String&#39; </code></pre> </div> <h3 id="string-literals-containing-apostrophes">String Literals Containing Apostrophes</h3> <p>When a literal string itself contains apostrophes, it is permitted to demarcate the string with <strong>quotation marks</strong> or <strong>double quotes</strong>. This is especially useful for SQL statements:</p> <div class="lang-ex"> <h5 id="c-c-c-35-">C/C++/C&#35;</h5> <h6 id="c">C</h6> <pre><code class="lang-c">char sql[1000] = &quot;SELECT `id`, `name` from `people` WHERE `name`=&#39;Fred&#39; OR `name`=&#39;Susan&#39;&quot;; </code></pre> <h6 id="c-">C++</h6> <pre><code class="lang-cpp">std::string sql (&quot;SELECT `id`, `name` from `people` WHERE `name`=&#39;Fred&#39; OR `name`=&#39;Susan&#39;&quot;); </code></pre> <h6 id="c-35-">C&#35;</h6> <pre><code class="lang-csharp">System.String sql = &quot;SELECT `id`, `name` from `people` WHERE `name`=&#39;Fred&#39; OR `name`=&#39;Susan&#39;&quot;; </code></pre> <h5 id="coldfusion">ColdFusion</h5> <h6 id="cfml">CFML</h6> <pre><code class="lang-xml">&lt;cfset var sql=&quot;SELECT `id`, `name` from `people` WHERE `name`=&#39;Fred&#39; OR `name`=&#39;Susan&#39;&quot; /&gt; </code></pre> <h6 id="cfscript">CFScript</h6> <pre><code class="lang-javascript">var sql = &quot;SELECT `id`, `name` from `people` WHERE `name`=&#39;Fred&#39; OR `name`=&#39;Susan&#39;&quot;; </code></pre> <h5 id="dart">Dart</h5> <pre><code class="lang-dart">var sql = &quot;SELECT `id`, `name` from `people` WHERE `name`=&#39;Fred&#39; OR `name`=&#39;Susan&#39;&quot;; </code></pre> <h5 id="javascript">JavaScript</h5> <h6 id="ecmascript5-and-lower">ECMAScript5 and lower</h6> <pre><code class="lang-javascript">var sql = &quot;SELECT `id`, `name` from `people` WHERE `name`=&#39;Fred&#39; OR `name`=&#39;Susan&#39;&quot;; </code></pre> <h6 id="ecmascript6">ECMAScript6</h6> <pre><code class="lang-javascript">let sql = &quot;SELECT `id`, `name` from `people` WHERE `name`=&#39;Fred&#39; OR `name`=&#39;Susan&#39;&quot;; </code></pre> <h6 id="coffeescript">CoffeeScript</h6> <pre><code class="lang-coffeescript">sql = &quot;SELECT `id`, `name` from `people` WHERE `name`=&#39;Fred&#39; OR `name`=&#39;Susan&#39;&quot; </code></pre> <!-- ###### PureScript ```purescript // TODO ``` --> <h6 id="typescript">TypeScript</h6> <pre><code class="lang-typescript">var sql = &quot;SELECT `id`, `name` from `people` WHERE `name`=&#39;Fred&#39; OR `name`=&#39;Susan&#39;&quot;; </code></pre> <h5 id="java">Java</h5> <pre><code class="lang-java">String sql = &quot;SELECT `id`, `name` from `people` WHERE `name`=&#39;Fred&#39; OR `name`=&#39;Susan&#39;&quot;; </code></pre> <h5 id="perl">Perl</h5> <pre><code class="lang-perl">my $sql = &quot;SELECT `id`, `name` from `people` WHERE `name`=&#39;Fred&#39; OR `name`=&#39;Susan&#39;&quot;; </code></pre> <h5 id="php">PHP</h5> <pre><code class="lang-php">$sql = &quot;SELECT `id`, `name` from `people` WHERE `name`=&#39;Fred&#39; OR `name`=&#39;Susan&#39;&quot;; </code></pre> <h5 id="ruby">Ruby</h5> <pre><code class="lang-ruby">sql = &quot;SELECT `id`, `name` from `people` WHERE `name`=&#39;Fred&#39; OR `name`=&#39;Susan&#39;&quot;; </code></pre> <h5 id="python">Python</h5> <pre><code class="lang-python">sql = &quot;SELECT `id`, `name` from `people` WHERE `name`=&#39;Fred&#39; OR `name`=&#39;Susan&#39;&quot;; </code></pre> </div> <p>This syntax is preferred over escaping apostrophes as it is much easier to read.</p> <h3 id="variable-substitution-string-interpolation">Variable Substitution / String interpolation</h3> <p>Variable substitution is permitted using either of these forms:</p> <div class="lang-ex"> <h5 id="c-c-c-35-">C/C++/C&#35;</h5> <h6 id="c">C</h6> <pre><code class="lang-c">// Using `stdio.h` const char \*name = &quot;John Doe&quot;; printf(&quot;Hello %s\n&quot;, name); // or char hello[100]; sprintf(hello, &quot;Hello %s&quot;, name) </code></pre> <h6 id="c-">C++</h6> <pre><code class="lang-cpp">// TODO </code></pre> <h6 id="c-35-">C&#35;</h6> <pre><code class="lang-csharp">// TODO </code></pre> <h5 id="coldfusion">ColdFusion</h5> <h6 id="cfml">CFML</h6> <pre><code class="lang-xml">&lt;cfset var greeting = &quot;Hello #name#!&quot; /&gt; </code></pre> <h6 id="cfscript">CFScript</h6> <pre><code class="lang-javascript">var name = &#39;John Doe&#39;; var greeting = &quot;Hello #name#!&quot; </code></pre> <h5 id="dart">Dart</h5> <p>Dart variable substitution looks more like &#39;string interpolation&#39;. Any other non string variable needs to be converted to String to work. See <a href="http://shailen.github.io/blog/2012/11/14/dart-string-interpolation/">Dart String Interpolation</a> article.</p> <pre><code class="lang-dart">var name = &#39;John Doe&#39;; var hello = &quot;Hello ${name}!&quot;; var age = 15; var hello &quot;Hello \${name}! I&#39;m \${age.toString()} years old.&quot; </code></pre> <h5 id="javascript">JavaScript</h5> <p>JavasScript (ECMAScript 5 and below) does not have variable substitution, however ECMAScript6 and preprocessors do.</p> <h6 id="ecmascript5-and-lower">ECMAScript5 and lower</h6> <pre><code class="lang-javascript">var name = &#39;John Doe&#39;; var hello = &quot;Hello {name}!&quot;.replace(/{name}/, name); </code></pre> <h6 id="ecmascript6">ECMAScript6</h6> <p>Also, both ES6 and Coffee support expressions within their string interpolation wrappings. However, unlike Dart, expressions won&#39;t need <code>toString</code> conversion.</p> <pre><code class="lang-javascript">let name = &#39;John Doe&#39;; let age = 15; let hello = `Hello \${name}! I&#39;m \${age + 10} years old.`; </code></pre> <h6 id="coffeescript">CoffeeScript</h6> <pre><code class="lang-coffeescript">name = &#39;John Doe&#39; age = 15 hello = &quot;Hello #{name}! I&#39;m #{age + 10} years old.&quot; </code></pre> <h6 id="purescript">PureScript</h6> <pre><code class="lang-purescript">// code here </code></pre> <h6 id="typescript">TypeScript</h6> <pre><code class="lang-typescript">let name = &#39;John Doe&#39;; let age = 15; let hello = `Hello \${name}! I&#39;m \${age + 10} years old.`; </code></pre> <h5 id="java">Java</h5> <p>One of the default string interpolation methods in Java is <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html#format-java.lang.String-java.lang.Object...-"><code>java.lang.String.format()</code></a> function. We recommend this one.</p> <pre><code class="lang-java">String name = &quot;John Doe&quot;; String hello = String.format(&quot;Hello %s&quot;, name); </code></pre> <h5 id="perl">Perl</h5> <pre><code class="lang-perl">my $name = &#39;John Doe&#39;; my $hello = &quot;Hello $name&quot;; </code></pre> <h5 id="php">PHP</h5> <p>PHP follows the same rule as Perl, however, it is recommended to wrap the variables within <code>\${}</code></p> <pre><code class="lang-php">$greeting = &quot;Hello \{$name}!&quot;; // or - a more simple form which does not support complex expressions $greeting = &quot;Hello $name!&quot;; </code></pre> <p>For consistency, this form is <em>not</em> permitted:</p> <pre><code class="lang-php">$greeting = &quot;Hello $name!&quot;; </code></pre> <h5 id="ruby">Ruby</h5> <pre><code class="lang-ruby">name = &#39;John Doe&#39; hello = &quot;Hello #{name}!&quot; </code></pre> <h5 id="python">Python</h5> <pre><code class="lang-python"># usig the locals() methos name = &#39;John Doe&#39; hello = &quot;Hello %(name)s!&quot; % locals() # using the .format() method name = &#39;John Doe&#39; hello = &quot;Hello {name!s}!&quot;.format(**locals()) # using the Template class tmpl = string.Template(&quot;Hello $name!&quot;) hello = tmpl.substitute(name=&quot;John Doe&quot;) </code></pre> </div> <h3 id="string-concatenation">String Concatenation</h3> <div class="lang-ex"> <h5 id="c-c-c-35-">C/C++/C&#35;</h5> <!-- ###### C ```c // code here ``` ###### C++ ```cpp // code here ``` --> <h6 id="c-35-">C&#35;</h6> <pre><code class="lang-csharp">System.String myString = &quot;This string&quot; + &quot;is concatenated.&quot;; </code></pre> <h5 id="coldfusion">ColdFusion</h5> <h6 id="cfml">CFML</h6> <pre><code class="lang-xml">&lt;cfset var myString = &#39;This string &#39; &amp; &#39;is concatenated.&#39; /&gt; </code></pre> <h6 id="cfscript">CFScript</h6> <pre><code class="lang-javascript">var myString = &#39;This string &#39; &amp; &#39;is concatenated.&#39;; </code></pre> <h5 id="dart">Dart</h5> <pre><code class="lang-dart">var myString = &#39;This string &#39; + &#39;is concatenated.&#39;; </code></pre> <h5 id="javascript">JavaScript</h5> <h6 id="ecmascript">ECMAScript</h6> <pre><code class="lang-javascript">myString = &#39;This string &#39; + &#39;is concatenated.&#39;; </code></pre> <h6 id="coffeescript">CoffeeScript</h6> <pre><code class="lang-coffeescript">myString = &#39;This string &#39; + &#39;is concatenated.&#39; </code></pre> <!-- ###### PureScript ```purescript // code here ``` --> <h6 id="typescript">TypeScript</h6> <pre><code class="lang-typescript">var myString = &#39;This string &#39; + &#39;is concatenated.&#39;; </code></pre> <h5 id="java">Java</h5> <pre><code class="lang-java">java.lang.String myString = &#39;This string &#39; + &#39;is concatenated.&#39;; </code></pre> <h5 id="perl">Perl</h5> <pre><code class="lang-perl">my $myString = &#39;This string &#39; . &#39;is concatenated.&#39;; </code></pre> <h5 id="php">PHP</h5> <pre><code class="lang-php">$myString = &#39;This string &#39; . &#39;is concatenated.&#39;; </code></pre> <h5 id="ruby">Ruby</h5> <pre><code class="lang-ruby">myString = &#39;This string &#39; + &#39;is concatenated.&#39;; </code></pre> <h5 id="python">Python</h5> <pre><code class="lang-python">myString = &#39;This string &#39; + &#39;is concatenated.&#39; </code></pre> </div> </div></div></section></template>
app/views/barcode/index.html
AppGyver/kitchensink
<div ng-app="barcodeApp" ng-controller="IndexCtrl" class="padding"> <p>{{scanResult}}</p> </div>
templates/partials/sushi-detail.html
Mparaiso/joly-sushi
<!-- templates/partials/sushi-detail.html EN : detail view of a sushi FR : vue de détail d'un sushi --> <div class='thumbnails flash' > <div class="thumbnail"> <a href="#">return to list view</a> <h4> <small>{{sushi.type}}</small> {{sushi.name}}</h4> <img src="http://placehold.it/200x100" ng-src='img/{{sushi.src}}' alt="sushi"> <div>{{sushi.price}} €</div> </div> </div>
assets/css/demo-tiles/base2tone-drawbridge.css
atelierbram/Base2Tone
/* line 1, ../../../output/prism/_prism-base2tone-drawbridge.scss */ code[class*="language-"], pre[class*="language-"] { font-family: Consolas, Menlo, Monaco, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", "Courier New", Courier, monospace; font-size: 14px; line-height: 1.375; direction: ltr; text-align: left; white-space: pre; word-spacing: normal; word-break: normal; -moz-tab-size: 4; -o-tab-size: 4; tab-size: 4; -webkit-hyphens: none; -ms-hyphens: none; hyphens: none; } /* line 22, ../../../output/prism/_prism-base2tone-drawbridge.scss */ .prism-dark code[class*="language-"], .prism-dark pre[class*="language-"] { background: #1b1f32; color: #7289fd; } /* line 28, ../../../output/prism/_prism-base2tone-drawbridge.scss */ .prism-light code[class*="language-"], .prism-light pre[class*="language-"] { background: #f9fbfb; color: #7289fd; } /* line 34, ../../../output/prism/_prism-base2tone-drawbridge.scss */ .prism-dark pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection, .prism-dark code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection { text-shadow: none; background: #4961da; } .prism-dark pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection, .prism-dark code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection, .prism-dark pre[class*="language-"]::selection, pre[class*="language-"] ::selection, .prism-dark code[class*="language-"]::selection, code[class*="language-"] ::selection { text-shadow: none; background: #4961da; } /* line 42, ../../../output/prism/_prism-base2tone-drawbridge.scss */ .prism-light pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection, .prism-light code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection { text-shadow: none; background: #f9fbfb; } .prism-light pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection, .prism-light code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection, .prism-light pre[class*="language-"]::selection, pre[class*="language-"] ::selection, .prism-light code[class*="language-"]::selection, code[class*="language-"] ::selection { text-shadow: none; background: #f9fbfb; } /* Code blocks */ /* line 51, ../../../output/prism/_prism-base2tone-drawbridge.scss */ pre[class*="language-"] { padding: 1em 1.5em; margin: .5em 0; overflow: auto; } /* Inline code */ /* line 58, ../../../output/prism/_prism-base2tone-drawbridge.scss */ :not(pre) > code[class*="language-"] { padding: .1em; border-radius: .3em; } /* line 63, ../../../output/prism/_prism-base2tone-drawbridge.scss */ .prism-dark .token.comment, .prism-dark .token.prolog, .prism-dark .token.doctype, .prism-dark .token.cdata, .prism-dark .token.punctuation { color: #51587b; } /* line 71, ../../../output/prism/_prism-base2tone-drawbridge.scss */ .prism-light .token.comment, .prism-light .token.prolog, .prism-light .token.doctype, .prism-light .token.cdata, .prism-light .token.punctuation { color: #b7c0c2; } /* line 79, ../../../output/prism/_prism-base2tone-drawbridge.scss */ .token.namespace { opacity: .7; } /* line 83, ../../../output/prism/_prism-base2tone-drawbridge.scss */ .prism-dark .token.tag, .prism-dark .token.operator, .prism-dark .token.number { color: #4db0cb; } /* line 89, ../../../output/prism/_prism-base2tone-drawbridge.scss */ .prism-light .token.tag, .prism-light .token.operator, .prism-light .token.number { color: #4961da; } /* line 95, ../../../output/prism/_prism-base2tone-drawbridge.scss */ .prism-dark .token.property, .prism-dark .token.function { color: #7289fd; } /* line 100, ../../../output/prism/_prism-base2tone-drawbridge.scss */ .prism-light .token.property, .prism-light .token.function { color: #4db0cb; } /* line 105, ../../../output/prism/_prism-base2tone-drawbridge.scss */ .prism-dark .token.tag-id, .prism-dark .token.selector, .prism-dark .token.atrule-id { color: #e1e6ff; } /* line 111, ../../../output/prism/_prism-base2tone-drawbridge.scss */ .prism-light .token.tag-id, .prism-light .token.selector, .prism-light .token.atrule-id { color: #289dbd; } /* line 117, ../../../output/prism/_prism-base2tone-drawbridge.scss */ .prism-dark code.language-javascript, .prism-dark .token.attr-name { color: #a5b3fe; } /* line 122, ../../../output/prism/_prism-base2tone-drawbridge.scss */ .prism-light code.language-javascript, .prism-light .token.attr-name { color: #4db0cb; } /* line 127, ../../../output/prism/_prism-base2tone-drawbridge.scss */ .prism-dark code.language-css, .prism-dark code.language-scss, .prism-dark .token.boolean, .prism-dark .token.string, .prism-dark .token.entity, .prism-dark .token.url, .prism-dark .language-css .token.string, .prism-dark .language-scss .token.string, .prism-dark .style .token.string, .prism-dark .token.attr-value, .prism-dark .token.keyword, .prism-dark .token.control, .prism-dark .token.directive, .prism-dark .token.unit, .prism-dark .token.statement, .prism-dark .token.regex, .prism-dark .token.atrule { color: #99e9ff; } /* line 147, ../../../output/prism/_prism-base2tone-drawbridge.scss */ .prism-light code.language-css, .prism-light code.language-scss, .prism-light .token.boolean, .prism-light .token.string, .prism-light .token.entity, .prism-light .token.url, .prism-light .language-css .token.string, .prism-light .language-scss .token.string, .prism-light .style .token.string, .prism-light .token.attr-value, .prism-light .token.keyword, .prism-light .token.control, .prism-light .token.directive, .prism-light .token.unit, .prism-light .token.statement, .prism-light .token.regex, .prism-light .token.atrule { color: #627af4; } /* line 167, ../../../output/prism/_prism-base2tone-drawbridge.scss */ .prism-dark .token.placeholder, .prism-dark .token.variable { color: #99e9ff; } /* line 172, ../../../output/prism/_prism-base2tone-drawbridge.scss */ .prism-light .token.placeholder, .prism-light .token.variable { color: #a5b3fe; } /* line 177, ../../../output/prism/_prism-base2tone-drawbridge.scss */ .token.deleted { text-decoration: line-through; } /* line 181, ../../../output/prism/_prism-base2tone-drawbridge.scss */ .token.inserted { text-decoration: none; } /* line 185, ../../../output/prism/_prism-base2tone-drawbridge.scss */ .prism-dark .token.inserted { border-bottom: 1px dotted #e1e6ff; } /* line 189, ../../../output/prism/_prism-base2tone-drawbridge.scss */ .prism-dark .token.inserted { border-bottom: 1px dotted #289dbd; } /* line 193, ../../../output/prism/_prism-base2tone-drawbridge.scss */ .token.italic { font-style: italic; } /* line 197, ../../../output/prism/_prism-base2tone-drawbridge.scss */ .token.important, .token.bold { font-weight: bold; } /* line 202, ../../../output/prism/_prism-base2tone-drawbridge.scss */ .prism-dark .token.important { color: #a5b3fe; } /* line 206, ../../../output/prism/_prism-base2tone-drawbridge.scss */ .prism-light .token.important { color: #4db0cb; } /* line 210, ../../../output/prism/_prism-base2tone-drawbridge.scss */ .token.entity { cursor: help; } /* line 214, ../../../output/prism/_prism-base2tone-drawbridge.scss */ pre > code.highlight { outline-offset: .4em; } /* line 218, ../../../output/prism/_prism-base2tone-drawbridge.scss */ .prism-dark pre > code.highlight { outline: .4em solid #627af4; } /* line 222, ../../../output/prism/_prism-base2tone-drawbridge.scss */ .prism-light pre > code.highlight { outline: .4em solid #4db0cb; } /* line 2, ../../sass/demo-tiles/_demo.scss */ .bg-baseA0 { background-color: #1b1f32; color: #a6aab9; } /* line 3, ../../sass/demo-tiles/_demo.scss */ .bg-baseA1 { background-color: #252a41; color: #aeb1bf; } /* line 4, ../../sass/demo-tiles/_demo.scss */ .bg-baseA2 { background-color: #444b6f; color: #b5b7c5; } /* line 5, ../../sass/demo-tiles/_demo.scss */ .bg-baseA3 { background-color: #51587b; color: #bcbeca; } /* line 6, ../../sass/demo-tiles/_demo.scss */ .bg-baseA4 { background-color: #5e6587; color: #c3c5d0; } /* line 7, ../../sass/demo-tiles/_demo.scss */ .bg-baseA5 { background-color: #797e96; color: #252a41; } /* line 8, ../../sass/demo-tiles/_demo.scss */ .bg-baseA6 { background-color: #9094a7; color: #3f4667; } /* line 9, ../../sass/demo-tiles/_demo.scss */ .bg-baseA7 { background-color: #a6aab9; color: #444b6f; } /* line 11, ../../sass/demo-tiles/_demo.scss */ .bg-baseB0 { background-color: #4961da; color: #c3cdfe; } /* line 12, ../../sass/demo-tiles/_demo.scss */ .bg-baseB1 { background-color: #516aec; color: #c3cdfe; } /* line 13, ../../sass/demo-tiles/_demo.scss */ .bg-baseB2 { background-color: #627af4; color: #dce2fe; } /* line 14, ../../sass/demo-tiles/_demo.scss */ .bg-baseB3 { background-color: #7289fd; color: #cdd5fe; } /* line 15, ../../sass/demo-tiles/_demo.scss */ .bg-baseB4 { background-color: #8b9efd; color: #252a41; } /* line 16, ../../sass/demo-tiles/_demo.scss */ .bg-baseB5 { background-color: #a5b3fe; color: #444b6f; } /* line 17, ../../sass/demo-tiles/_demo.scss */ .bg-baseB6 { background-color: #c3cdfe; color: #51587b; } /* line 18, ../../sass/demo-tiles/_demo.scss */ .bg-baseB7 { background-color: #e1e6ff; color: #5e6587; } /* line 20, ../../sass/demo-tiles/_demo.scss */ .bg-baseC0 { background-color: #71787a; color: #cbd4d7; } /* line 21, ../../sass/demo-tiles/_demo.scss */ .bg-baseC1 { background-color: #818b8d; color: #e1e8ea; } /* line 22, ../../sass/demo-tiles/_demo.scss */ .bg-baseC2 { background-color: #939c9f; color: #f9fbfb; } /* line 23, ../../sass/demo-tiles/_demo.scss */ .bg-baseC3 { background-color: #a6aeb0; color: #525759; } /* line 24, ../../sass/demo-tiles/_demo.scss */ .bg-baseC4 { background-color: #b7c0c2; color: #585e5f; } /* line 25, ../../sass/demo-tiles/_demo.scss */ .bg-baseC5 { background-color: #cbd4d7; color: #5e6466; } /* line 26, ../../sass/demo-tiles/_demo.scss */ .bg-baseC6 { background-color: #e1e8ea; color: #646b6d; } /* line 27, ../../sass/demo-tiles/_demo.scss */ .bg-baseC7 { background-color: #f9fbfb; color: #6a7173; } /* line 29, ../../sass/demo-tiles/_demo.scss */ .bg-baseD0 { background-color: #289dbd; color: #b3eeff; } /* line 30, ../../sass/demo-tiles/_demo.scss */ .bg-baseD1 { background-color: #33abcc; color: #bff1ff; } /* line 31, ../../sass/demo-tiles/_demo.scss */ .bg-baseD2 { background-color: #4db0cb; color: #ccf4ff; } /* line 32, ../../sass/demo-tiles/_demo.scss */ .bg-baseD3 { background-color: #5cbcd6; color: #1f7a93; } /* line 33, ../../sass/demo-tiles/_demo.scss */ .bg-baseD4 { background-color: #67c9e4; color: #21839e; } /* line 34, ../../sass/demo-tiles/_demo.scss */ .bg-baseD5 { background-color: #75d5f0; color: #248ca8; } /* line 35, ../../sass/demo-tiles/_demo.scss */ .bg-baseD6 { background-color: #86e0f9; color: #2694b3; } /* line 36, ../../sass/demo-tiles/_demo.scss */ .bg-baseD7 { background-color: #99e9ff; color: #289dbd; } @font-face { font-family: 'infiniregular'; src: url("//base2t.one/assets/fonts/infini/infini-romain.woff2") format("woff2"), url("//base2t.one/assets/fonts/infini/infini-romain.woff") format("woff"); font-weight: normal; font-style: normal; } @font-face { font-family: 'infiniitalic'; src: url("//base2t.one/assets/fonts/infini/infini-italique.woff2") format("woff2"), url("//base2t.one/assets/fonts/infini/infini-italique.woff") format("woff"); font-weight: normal; font-style: normal; text-rendering: optimizeLegibility; } /* line 75, ../../sass/demo-tiles/_demo.scss */ *, *::before, *::after { margin: 0; padding: 0; box-sizing: inherit; } /* line 81, ../../sass/demo-tiles/_demo.scss */ html { font-family: sans-serif; font-size: 16px; } /* line 86, ../../sass/demo-tiles/_demo.scss */ html, body { height: 100%; min-height: 100%; } /* line 92, ../../sass/demo-tiles/_demo.scss */ .bg-dark, .bg-dark body { background-color: #565d83; color: #1b1f32; } /* line 98, ../../sass/demo-tiles/_demo.scss */ body { margin: 0; font: 100%/1.5 AvenirNext-Regular, "Lucida Grande", "Segoe Ui", "Trebuchet Ms", sans-serif; min-height: 100%; box-sizing: border-box; text-rendering: optimizeLegibility; -webkit-font-smoothing: subpixel-antialiased !important; } /* line 120, ../../sass/demo-tiles/_demo.scss */ section { padding-bottom: 5em; } /* line 125, ../../sass/demo-tiles/_demo.scss */ nav, .container-flex, h3, section { opacity: 1; } /* line 132, ../../sass/demo-tiles/_demo.scss */ ul { list-style: none; } /* line 136, ../../sass/demo-tiles/_demo.scss */ sup, small, .small { font-size: .875em; } /* line 142, ../../sass/demo-tiles/_demo.scss */ .wf-active body, .wf-active button, .wf-active .button { font-family: infiniregular, AvenirNext-Regular, "Lucida Grande", "Segoe Ui", "Trebuchet Ms", sans-serif; } /* line 148, ../../sass/demo-tiles/_demo.scss */ h1, h2, h3, h4 { display: inline-block; margin: 0; font-family: AvenirNextCondensed-DemiBold, "Lucida Grande", "Segoe Ui", "Trebuchet Ms", sans-serif; font-weight: normal; } /* line 155, ../../sass/demo-tiles/_demo.scss */ h4 { font-family: AvenirNext-Regular, "Lucida Grande", "Segoe Ui", "Trebuchet Ms", sans-serif; } /* line 159, ../../sass/demo-tiles/_demo.scss */ .code-samples .h4 { margin: 1rem 0 0 1rem; text-transform: capitalize; } /* line 164, ../../sass/demo-tiles/_demo.scss */ .wf-active h1, .wf-active h2, .wf-active h3 { font-family: infiniregular, AvenirNextCondensed-DemiBold, "Lucida Grande", "Segoe Ui", "Trebuchet Ms", sans-serif; } /* line 170, ../../sass/demo-tiles/_demo.scss */ .wf-active h4 { font-family: infiniregular, AvenirNext-Regular, "Lucida Grande", "Segoe Ui", "Trebuchet Ms", sans-serif; } /* line 174, ../../sass/demo-tiles/_demo.scss */ .wf-active strong { font-weight: normal; } /* line 178, ../../sass/demo-tiles/_demo.scss */ .bg-dark .col h3 { color: #252a41; } /* line 182, ../../sass/demo-tiles/_demo.scss */ .note h3 { color: #71787a; } /* line 189, ../../sass/demo-tiles/_demo.scss */ a { text-decoration: none; } /* line 193, ../../sass/demo-tiles/_demo.scss */ .content a { display: inline-block; line-height: 1.25; color: #86e0f9; } /* line 198, ../../sass/demo-tiles/_demo.scss */ .content a:hover { color: #99e9ff; box-shadow: 0 0.1em 0 #99e9ff; } /* line 205, ../../sass/demo-tiles/_demo.scss */ .note a { color: #20b6df; } /* line 207, ../../sass/demo-tiles/_demo.scss */ .note a:hover { color: #5cbcd6; box-shadow: 0 4px 0 #67c9e4; } /* line 214, ../../sass/demo-tiles/_demo.scss */ .container { max-width: 100%; overflow: auto; } /* line 219, ../../sass/demo-tiles/_demo.scss */ .header, .footer { width: 100%; text-align: center; color: #1b1f32; background-color: #e1e6ff; } /* line 233, ../../sass/demo-tiles/_demo.scss */ .github-corner svg[style] { -webkit-transition: .3s all; transition: .3s all; fill: #a6aab9 !important; color: #797e96 !important; } /* line 240, ../../sass/demo-tiles/_demo.scss */ .github-corner:hover svg[style] { fill: #9094a7 !important; color: #99e9ff !important; } /* line 245, ../../sass/demo-tiles/_demo.scss */ .header { padding: 2em 1em; text-align: center; position: relative; } @media (min-width: 860px) { /* line 245, ../../sass/demo-tiles/_demo.scss */ .header { -webkit-clip-path: polygon(0 0, 100% 0, 100% 67%, 80% 75%, 75% 100%, 25% 100%, 20% 75%, 0 67%); clip-path: polygon(0 0, 100% 0, 100% 67%, 80% 75%, 75% 100%, 25% 100%, 20% 75%, 0 67%); padding-top: .5em; padding-bottom: 10em; } } /* line 258, ../../sass/demo-tiles/_demo.scss */ .header p { font-size: 1em; padding-top: 1em; margin: 0; letter-spacing: 1px; word-spacing: -1px; } @media (max-width: 639px) { /* line 258, ../../sass/demo-tiles/_demo.scss */ .header p { font-size: .875em; } } @media (min-width: 860px) { /* line 258, ../../sass/demo-tiles/_demo.scss */ .header p { position: absolute; bottom: 0; left: 0; right: 0; padding-bottom: 2em; } } /* line 276, ../../sass/demo-tiles/_demo.scss */ .header p, .btn-text, .footer small { letter-spacing: 1px; word-spacing: -1px; } /* line 283, ../../sass/demo-tiles/_demo.scss */ .footer { padding: 1.5em 0 2em; letter-spacing: 1px; word-spacing: -1px; } /* line 289, ../../sass/demo-tiles/_demo.scss */ .header a, .footer a { color: #5e6587; -webkit-transition: all .3s; transition: all .3s; } /* line 293, ../../sass/demo-tiles/_demo.scss */ .header a:hover, .footer a:hover { color: #9094a7; } /* line 299, ../../sass/demo-tiles/_demo.scss */ .logo { position: relative; display: inline-block; vertical-align: middle; } @media (min-width: 320px) { /* line 299, ../../sass/demo-tiles/_demo.scss */ .logo { width: 288px; height: 0; padding-bottom: 20%; } } @media (min-width: 690px) { /* line 299, ../../sass/demo-tiles/_demo.scss */ .logo { min-width: 555px; width: 90vw; } } /* line 317, ../../sass/demo-tiles/_demo.scss */ img, svg { max-width: 100%; } @media (max-width: 319px) { /* line 322, ../../sass/demo-tiles/_demo.scss */ .logo svg { display: none; } } @media (min-width: 320px) { /* line 322, ../../sass/demo-tiles/_demo.scss */ .logo svg { position: absolute; top: 0; right: 0; bottom: 0; left: 0; } } /* line 332, ../../sass/demo-tiles/_demo.scss */ [id="logo-glyphs-base"] { color: #5cbcd6; } /* line 336, ../../sass/demo-tiles/_demo.scss */ [class*="bg-"] [id*="-shadow"] path { fill: currentColor; } /* line 340, ../../sass/demo-tiles/_demo.scss */ [class*="bg-"] [id*="-shadow"] path { opacity: 0; } /* line 344, ../../sass/demo-tiles/_demo.scss */ .domready [id*="-shadow"] path { -webkit-animation: glyph-opacity 30s infinite linear; animation: glyph-opacity 30s infinite linear; } /* line 348, ../../sass/demo-tiles/_demo.scss */ .domready [id*="-inner"] path { -webkit-animation: glyph-fill 30s infinite linear; animation: glyph-fill 30s infinite linear; } /* line 352, ../../sass/demo-tiles/_demo.scss */ .domready [id="glyphs-base-shadow"] path, .domready [id="logo-glyphs-tone-inner"] path { -webkit-animation-delay: 15s; animation-delay: 15s; } @-webkit-keyframes glyph-opacity { 0% { opacity: 0; } 49% { opacity: 0; } 50% { opacity: 1; } 99% { opacity: 1; } } @keyframes glyph-opacity { 0% { opacity: 0; } 49% { opacity: 0; } 50% { opacity: 1; } 99% { opacity: 1; } } @-webkit-keyframes glyph-fill { 0% { fill: #e1e6ff; } 49% { fill: #e1e6ff; } 50% { fill: currentColor; } 99% { fill: currentColor; } } @keyframes glyph-fill { 0% { fill: #e1e6ff; } 49% { fill: #e1e6ff; } 50% { fill: currentColor; } 99% { fill: currentColor; } } /* line 389, ../../sass/demo-tiles/_demo.scss */ nav ul { margin: 0; padding: 0; } @media (max-width: 639px) { /* line 394, ../../sass/demo-tiles/_demo.scss */ .js .nav-closed { max-height: 0; overflow: hidden; } } /* line 401, ../../sass/demo-tiles/_demo.scss */ .nav-open { max-height: 40em; } /* line 405, ../../sass/demo-tiles/_demo.scss */ .nav_list a { border: 1px solid transparent; letter-spacing: 1px; } /* line 410, ../../sass/demo-tiles/_demo.scss */ .nav_toggle-themes .btn-text, .demo-tiles-header-text b { text-transform: capitalize; } /* line 415, ../../sass/demo-tiles/_demo.scss */ .bg-dark .nav-themes_list a { background-color: #252a41; color: #75d5f0; border-top-color: #2a2f49; border-bottom-color: #1b1f32; } /* line 421, ../../sass/demo-tiles/_demo.scss */ .bg-dark .nav-themes_list a:hover { background: #212539; } /* line 426, ../../sass/demo-tiles/_demo.scss */ .nav_list .current a { pointer-events: none; cursor: default; } /* line 431, ../../sass/demo-tiles/_demo.scss */ .bg-dark .nav_list .current a { border-top-color: #444b6f; border-bottom-color: #1b1f32; } /* line 436, ../../sass/demo-tiles/_demo.scss */ .bg-dark .nav-themes_list .current a { color: #797e96; background: #1b1f32; border-top-color: #161a29; border-bottom-color: #1f243a; } /* line 443, ../../sass/demo-tiles/_demo.scss */ .nav_toggle { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='rgb(255,255,255)'%3E%3Crect x='12' y='14' width='16' height='2'/%3E%3Crect x='12' y='20' width='16' height='2'/%3E%3Crect x='12' y='26' width='16' height='2'/%3E%3C/svg%3E"); background-repeat: no-repeat; top: 0; left: 0; padding: .75em 1em; color: #fff; } /* line 452, ../../sass/demo-tiles/_demo.scss */ .nav-open .nav_toggle { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='36' viewBox='0 0 48 36' fill='rgb(255,255,255)'%3E%3Cpath d='M25.261,17.018l4.571,4.572l-1.367,1.297l-4.501-4.573L19.5,22.887l-1.332-1.297l4.5-4.572l-4.5-4.572l1.332-1.332 l4.464,4.608l4.501-4.608l1.367,1.332L25.261,17.018z'/%3E%3C/svg%3E"); } @media (max-width: 927px) { /* line 456, ../../sass/demo-tiles/_demo.scss */ .nav-closed .nav_toggle { height: 56px; } } /* line 462, ../../sass/demo-tiles/_demo.scss */ .nav_toggle .btn-text { display: inline-block; padding-left: 1.5em; } /* line 467, ../../sass/demo-tiles/_demo.scss */ .nav_toggle-themes .btn-text { padding-right: .25em; line-height: 1; -webkit-transform: translateY(3px); transform: translateY(3px); font-size: 1.125em; } /* line 475, ../../sass/demo-tiles/_demo.scss */ .nav_toggle-themes { background-position: .25em center; position: absolute; background-color: #252a41; color: #75d5f0; } @media (max-width: 859px) { /* line 475, ../../sass/demo-tiles/_demo.scss */ .nav_toggle-themes { right: 0; } } @media (min-width: 860px) { /* line 475, ../../sass/demo-tiles/_demo.scss */ .nav_toggle-themes { text-align: right; width: 15%; min-width: 8rem; top: -3.03em; left: 5%; right: auto; border-radius: 3px; } /* line 496, ../../sass/demo-tiles/_demo.scss */ .nav-themes-open .nav_toggle-themes { border-bottom-left-radius: 0; border-bottom-right-radius: 0; } } /* line 502, ../../sass/demo-tiles/_demo.scss */ .nav_toggle-themes:hover { background-color: #1b1f32; } /* line 511, ../../sass/demo-tiles/_demo.scss */ .container-flex { position: relative; } @media (min-width: 640px) { /* line 511, ../../sass/demo-tiles/_demo.scss */ .container-flex { display: -webkit-box; display: flex; } } /* line 519, ../../sass/demo-tiles/_demo.scss */ .row, .content { padding-left: 1.5em; padding-right: 1.5em; } @media (min-width: 641px) { /* line 519, ../../sass/demo-tiles/_demo.scss */ .row, .content { padding-left: 5%; padding-right: 5%; } } /* line 531, ../../sass/demo-tiles/_demo.scss */ .content { padding-bottom: 5em; -webkit-transition: all .3s; transition: all .3s; margin-top: 2.6em; } @media (min-width: 640px) { /* line 531, ../../sass/demo-tiles/_demo.scss */ .content { width: 80%; -webkit-box-flex: 4; flex-grow: 4; } } @media (min-width: 640px) { /* line 542, ../../sass/demo-tiles/_demo.scss */ .no-flexbox .content { width: auto; } } /* line 548, ../../sass/demo-tiles/_demo.scss */ .js .has-themes-hidden { width: 100%; margin-top: 0; } /* line 553, ../../sass/demo-tiles/_demo.scss */ .nav-themes-hidden ~ .content { padding-top: 3em; } @media (min-width: 928px) { /* line 553, ../../sass/demo-tiles/_demo.scss */ .nav-themes-hidden ~ .content { padding-top: 2em; } } /* line 568, ../../sass/demo-tiles/_demo.scss */ .nav-themes { -webkit-box-flex: 1; flex-grow: 1; -webkit-transition: all .3s; transition: all .3s; } /* line 573, ../../sass/demo-tiles/_demo.scss */ .bg-dark .nav-themes { background-color: #252a41; } @media (max-width: 860px) { /* line 577, ../../sass/demo-tiles/_demo.scss */ .nav-themes-open { padding-top: 3em; } } @media (max-width: 639px) { /* line 577, ../../sass/demo-tiles/_demo.scss */ .nav-themes-open { width: 100%; } } @media (min-width: 640px) { /* line 577, ../../sass/demo-tiles/_demo.scss */ .nav-themes-open { width: 20%; min-width: 8rem; } } @media (min-width: 640px) { /* line 591, ../../sass/demo-tiles/_demo.scss */ .no-flexbox .nav-themes-open { float: left; margin-right: 3em; } } /* line 598, ../../sass/demo-tiles/_demo.scss */ .nav-themes-hidden { width: 0; overflow: hidden; } @media (max-width: 639px) { /* line 603, ../../sass/demo-tiles/_demo.scss */ .js .nav-themes-hidden { height: 0; } } /* line 610, ../../sass/demo-tiles/_demo.scss */ .nav-themes_list { display: -webkit-box; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; } /* line 615, ../../sass/demo-tiles/_demo.scss */ .nav-themes_list a { display: block; display: -webkit-box; display: flex; padding: .5em 1em; } /* line 623, ../../sass/demo-tiles/_demo.scss */ .content p { max-width: 35em; padding: .5em 0; } /* line 629, ../../sass/demo-tiles/_demo.scss */ .wf-active .quote { font-family: infiniitalic, AvenirNext-Regular, "Lucida Grande", "Segoe Ui", "Trebuchet Ms", sans-serif; font-style: normal; } /* line 634, ../../sass/demo-tiles/_demo.scss */ .quote p { margin-top: 2em; margin-bottom: 2em; padding: 1em 2em; background-color: #e1e6ff; color: #51587b; border-style: solid; border-width: 1px; border-top-color: #edf0ff; border-right-color: #d4dbfe; border-bottom-color: #c3cdfe; border-left-width: .75em; border-left-color: #a5b3fe; } @media (min-width: 641px) { /* line 634, ../../sass/demo-tiles/_demo.scss */ .quote p { font-size: 1.5em; } } /* line 655, ../../sass/demo-tiles/_demo.scss */ .demo-tiles { overflow: hidden; margin-bottom: 3em; height: 160px; } /* line 661, ../../sass/demo-tiles/_demo.scss */ .demo-tiles.collapsed span { color: transparent; } /* line 665, ../../sass/demo-tiles/_demo.scss */ .unit { float: left; width: 12.5%; padding: .5em 0; text-align: center; -webkit-transition: .3s all; transition: .3s all; } /* line 673, ../../sass/demo-tiles/_demo.scss */ .hidden { width: 0; height: 0; padding: 0; float: none; opacity: 0; } /* line 681, ../../sass/demo-tiles/_demo.scss */ .cf { overflow: hidden; } @media (min-width: 750px) { /* line 686, ../../sass/demo-tiles/_demo.scss */ .w-1v2 { float: left; width: 50%; } } /* line 693, ../../sass/demo-tiles/_demo.scss */ .w-1v3 { width: 33.33333%; } /* line 697, ../../sass/demo-tiles/_demo.scss */ .w-1v8 { width: 12.5%; } /* line 701, ../../sass/demo-tiles/_demo.scss */ .demo-tiles-header { padding: 0 0 1em; display: block; overflow: auto; } /* line 707, ../../sass/demo-tiles/_demo.scss */ .demo-tiles-header-text { display: block; } /* line 712, ../../sass/demo-tiles/_demo.scss */ .bg-dark .demo-tiles-header-text, .bg-dark .h3 { color: #252a41; } /* line 717, ../../sass/demo-tiles/_demo.scss */ .demo-tiles-header-text b { font-weight: normal; } @media (max-width: 650px) { /* line 721, ../../sass/demo-tiles/_demo.scss */ .demo-tiles-header-text .number-shades { display: block; clear: both; } } /* line 728, ../../sass/demo-tiles/_demo.scss */ .bg-dark .demo-tiles-header-text .number-shades { color: #e1e6ff; letter-spacing: .5px; word-spacing: -.5px; } /* line 734, ../../sass/demo-tiles/_demo.scss */ .demo-tiles-header .button { float: right; } /* line 738, ../../sass/demo-tiles/_demo.scss */ h1 { font-size: 2.5rem; } /* line 742, ../../sass/demo-tiles/_demo.scss */ h2 { font-size: 2rem; } /* line 746, ../../sass/demo-tiles/_demo.scss */ h3 { font-size: 1.5rem; letter-spacing: -1px; word-spacing: 1px; } /* line 752, ../../sass/demo-tiles/_demo.scss */ .demo-tiles-header, section h3 { margin: 1em 0 0 0; } /* line 757, ../../sass/demo-tiles/_demo.scss */ .row-intro h3 { margin: 0; color: #51587b; } /* line 764, ../../sass/demo-tiles/_demo.scss */ .block-list { margin-bottom: 1em; } /* line 768, ../../sass/demo-tiles/_demo.scss */ .block-list li { padding: .5em 1em; } /* line 772, ../../sass/demo-tiles/_demo.scss */ [class*="language-"] a { background: transparent; color: inherit; pointer-events: none; } /* line 778, ../../sass/demo-tiles/_demo.scss */ .language-bash { background-color: #1b1f32; color: #f9fbfb; } /* line 790, ../../sass/demo-tiles/_demo.scss */ .bg-dark ::-webkit-scrollbar-track { box-shadow: inset 0 0 6px rgba(37, 42, 65, 0.3); border-radius: 2px; background-color: #2a2f49; } /* line 797, ../../sass/demo-tiles/_demo.scss */ .bg-dark ::-webkit-scrollbar { width: .75em; height: .75em; background-color: #1c1f31; } /* line 803, ../../sass/demo-tiles/_demo.scss */ .bg-dark ::-webkit-scrollbar-thumb { border-radius: 2px; box-shadow: inset 0 0 6px rgba(27, 31, 50, 0.3); background-color: #212539; } /* line 809, ../../sass/demo-tiles/_demo.scss */ .bg-dark ::-webkit-scrollbar-thumb:window-inactive { background-color: #1c1f31; } /* line 813, ../../sass/demo-tiles/_demo.scss */ .bg-dark ::-webkit-scrollbar-corner { background-color: #252a41; } /* line 817, ../../sass/demo-tiles/_demo.scss */ button, .content .button, .credits a { letter-spacing: 1px; word-spacing: -1px; } /* line 824, ../../sass/demo-tiles/_demo.scss */ button, .content .button { -webkit-appearance: none; overflow: visible; border-radius: 4px; background-clip: padding-box; border: 1px solid; border-color: #67c9e4 #4db0cb #33abcc; cursor: pointer; background-color: #4db0cb; color: #e1e6ff; display: inline-block; outline: 0; margin: 0 0 .5em .75em; padding: .75em 1em; text-decoration: none; vertical-align: top; width: auto; font: normal 1rem/1.3 AvenirNext-Regular, "Lucida Grande", "Segoe Ui", "Trebuchet Ms", sans-serif; } /* line 848, ../../sass/demo-tiles/_demo.scss */ button:focus, .content .button:focus { box-shadow: #289dbd 0 0 5px 0; z-index: 1; } /* line 854, ../../sass/demo-tiles/_demo.scss */ button:hover, .content .button:hover { color: #e1e6ff; box-shadow: none; background-color: #61b9d1; text-decoration: none; } /* line 862, ../../sass/demo-tiles/_demo.scss */ button:active, .content .button:active { box-shadow: inset rgba(114, 137, 253, 0.25) 0 1px 2px 0; border-color: #5974fc #1f7a93 #1b697e; } /* line 868, ../../sass/demo-tiles/_demo.scss */ button::-moz-focus-inner, input::-moz-focus-inner, button::-webkit-focus-inner, input::-webkit-focus-inner { border: 0; padding: 0; } /* line 873, ../../sass/demo-tiles/_demo.scss */ .outer { text-align: center; background-color: #1b1f32; padding: 3em; } /* line 878, ../../sass/demo-tiles/_demo.scss */ .inner { background-color: rgba(92, 188, 214, 0.75); min-height: 300px; } @media (min-width: 320px) { /* line 883, ../../sass/demo-tiles/_demo.scss */ .header .visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } } /* line 896, ../../sass/demo-tiles/_demo.scss */ table { border-collapse: collapse; border-spacing: 0; font-family: Consolas, Menlo, Monaco, monospace; background: #a6aab9; margin-bottom: 3em; } /* line 904, ../../sass/demo-tiles/_demo.scss */ thead { display: table-header-group; } /* line 908, ../../sass/demo-tiles/_demo.scss */ thead th { border-bottom: 1px solid #797e96; text-align: center; font-size: 1.125em; text-transform: uppercase; font-weight: normal; background: #9094a7; } /* line 917, ../../sass/demo-tiles/_demo.scss */ thead th:nth-of-type(1) { text-align: left; } /* line 921, ../../sass/demo-tiles/_demo.scss */ th, td { padding: .5em 1em; } /* zebra stripes */ /* line 926, ../../sass/demo-tiles/_demo.scss */ tr:nth-of-type(even) { background: #b5b7c5; } /* line 933, ../../sass/demo-tiles/_demo.scss */ table tbody tr:nth-of-type(1) td:nth-child(0n+2), table tbody tr:nth-of-type(1) td:nth-child(0n+3), table tbody tr:nth-of-type(1) td:nth-child(0n+4), table tbody tr:nth-of-type(1) td:nth-child(0n+5), table tbody tr:nth-of-type(2) td:nth-child(0n+2), table tbody tr:nth-of-type(2) td:nth-child(0n+3), table tbody tr:nth-of-type(2) td:nth-child(0n+4), table tbody tr:nth-of-type(2) td:nth-child(0n+5), table tbody tr:nth-of-type(3) td:nth-child(0n+2), table tbody tr:nth-of-type(3) td:nth-child(0n+3), table tbody tr:nth-of-type(3) td:nth-child(0n+4), table tbody tr:nth-of-type(3) td:nth-child(0n+5), table tbody tr:nth-of-type(4) td:nth-child(0n+2), table tbody tr:nth-of-type(4) td:nth-child(0n+3), table tbody tr:nth-of-type(5) td:nth-child(0n+2), table tbody tr:nth-of-type(5) td:nth-child(0n+3), table tbody tr:nth-of-type(6) td:nth-child(0n+2), table tbody tr:nth-of-type(7) td:nth-child(0n+2) { color: #fff; } /* line 954, ../../sass/demo-tiles/_demo.scss */ .row { padding-top: 3em; padding-bottom: 4em; margin-right: -1.5em; margin-left: -1.5em; } @media (min-width: 641px) { /* line 954, ../../sass/demo-tiles/_demo.scss */ .row { margin-right: -7%; margin-left: -7%; } } /* line 966, ../../sass/demo-tiles/_demo.scss */ .row-intro { background-color: #f9fbfb; -webkit-column-width: 490px; -moz-column-width: 490px; column-width: 490px; -webkit-column-gap: 3em; -moz-column-gap: 3em; column-gap: 3em; } /* line 972, ../../sass/demo-tiles/_demo.scss */ .intro { font-size: 1.25em; color: #71787a; } @media (min-width: 641px) { /* line 972, ../../sass/demo-tiles/_demo.scss */ .intro { font-size: 1.5em; } } /* line 982, ../../sass/demo-tiles/_demo.scss */ .dropcap { float: left; line-height: 1; width: 62px; height: 90px; margin-right: 3px; position: relative; font-size: 5.3em; top: -8px; } @media (min-width: 641px) { /* line 982, ../../sass/demo-tiles/_demo.scss */ .dropcap { width: 73px; height: 108px; } } /* line 998, ../../sass/demo-tiles/_demo.scss */ .wf-active .intro { font-weight: normal; } /* line 1002, ../../sass/demo-tiles/_demo.scss */ .section-text, .quote p { page-break-inside: avoid; -webkit-column-break-inside: avoid; -moz-column-break-inside: avoid; break-inside: avoid; } /* line 1010, ../../sass/demo-tiles/_demo.scss */ .content .credits { float: right; text-align: right; max-width: initial; } /* line 1018, ../../sass/demo-tiles/_demo.scss */ ._mbs { margin-bottom: .5rem !important; } /* line 1021, ../../sass/demo-tiles/_demo.scss */ ._mtm { margin-top: 1rem !important; } /* line 1024, ../../sass/demo-tiles/_demo.scss */ ._mtl { margin-top: 1.5rem !important; } /* line 1027, ../../sass/demo-tiles/_demo.scss */ ._mbl { margin-bottom: 1.5rem !important; } /* line 1030, ../../sass/demo-tiles/_demo.scss */ ._mbxl { margin-bottom: 2rem !important; } /* line 1034, ../../sass/demo-tiles/_demo.scss */ .mw-75vh { max-width: 75vh; } /* line 1042, ../../sass/demo-tiles/_demo.scss */ .fs-larger { font-size: 1.25em; } /* line 1046, ../../sass/demo-tiles/_demo.scss */ .note { background-color: #cbd4d7; } /* line 1050, ../../sass/demo-tiles/_demo.scss */ .row.note { padding-top: 0; } /* line 1055, ../../sass/demo-tiles/_demo.scss */ .list-bullets { padding: 0 .5em; margin: .5em 0 .5em -.45rem; } /* line 1060, ../../sass/demo-tiles/_demo.scss */ .list-bullets li { position: relative; margin-left: -.75em; padding-left: .75em; } /* line 1066, ../../sass/demo-tiles/_demo.scss */ .list-bullets li::before { content: " \B7"; /* middot in unicode -> &middot; */ font-size: 1.25em; color: #818b8d; line-height: 1; display: inline-block; vertical-align: top; padding-right: 3px; } @media (min-width: 750px) { /* line 1078, ../../sass/demo-tiles/_demo.scss */ pre[class*="language-"], .code-samples pre[class*="language-"] { padding: 1.5em 2em; font-size: 16px; } /* line 1084, ../../sass/demo-tiles/_demo.scss */ h1 { font-size: 2.75rem; } /* line 1088, ../../sass/demo-tiles/_demo.scss */ h2 { font-size: 2.5rem; } /* line 1092, ../../sass/demo-tiles/_demo.scss */ h3 { font-size: 2rem; } /* line 1096, ../../sass/demo-tiles/_demo.scss */ p { font-size: 1.125em; } /* line 1100, ../../sass/demo-tiles/_demo.scss */ button, .button { font-size: 1.25rem; } } /*# sourceMappingURL=base2tone-drawbridge.css.map */
solr-4.8.0/docs/solr-core/org/apache/solr/handler/component/class-use/ShardHandlerFactory.html
dtelaroli/angular-solr-example
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_55) on Thu Apr 24 20:55:48 UTC 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="utf-8"> <title>Uses of Class org.apache.solr.handler.component.ShardHandlerFactory (Solr 4.8.0 API)</title> <meta name="date" content="2014-04-24"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.solr.handler.component.ShardHandlerFactory (Solr 4.8.0 API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/apache/solr/handler/component/ShardHandlerFactory.html" title="class in org.apache.solr.handler.component">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/solr/handler/component/class-use/ShardHandlerFactory.html" target="_top">Frames</a></li> <li><a href="ShardHandlerFactory.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.apache.solr.handler.component.ShardHandlerFactory" class="title">Uses of Class<br>org.apache.solr.handler.component.ShardHandlerFactory</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../../org/apache/solr/handler/component/ShardHandlerFactory.html" title="class in org.apache.solr.handler.component">ShardHandlerFactory</a></span><span class="tabEnd">&nbsp;</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="#org.apache.solr.core">org.apache.solr.core</a></td> <td class="colLast"> <div class="block"> Core classes implementin Solr internals and the management of <a href="../../../../../../org/apache/solr/core/SolrCore.html" title="class in org.apache.solr.core"><code>SolrCore</code></a>s</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.apache.solr.handler.component">org.apache.solr.handler.component</a></td> <td class="colLast"> <div class="block"> <a href="../../../../../../org/apache/solr/handler/component/SearchComponent.html" title="class in org.apache.solr.handler.component"><code>SearchComponent</code></a> implementations for use in <a href="../../../../../../org/apache/solr/handler/component/SearchHandler.html" title="class in org.apache.solr.handler.component"><code>SearchHandler</code></a></div> </td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.apache.solr.core"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/apache/solr/handler/component/ShardHandlerFactory.html" title="class in org.apache.solr.handler.component">ShardHandlerFactory</a> in <a href="../../../../../../org/apache/solr/core/package-summary.html">org.apache.solr.core</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <caption><span>Fields in <a href="../../../../../../org/apache/solr/core/package-summary.html">org.apache.solr.core</a> declared as <a href="../../../../../../org/apache/solr/handler/component/ShardHandlerFactory.html" title="class in org.apache.solr.handler.component">ShardHandlerFactory</a></span><span class="tabEnd">&nbsp;</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="../../../../../../org/apache/solr/handler/component/ShardHandlerFactory.html" title="class in org.apache.solr.handler.component">ShardHandlerFactory</a></code></td> <td class="colLast"><span class="strong">CoreContainer.</span><code><strong><a href="../../../../../../org/apache/solr/core/CoreContainer.html#shardHandlerFactory">shardHandlerFactory</a></strong></code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/apache/solr/core/package-summary.html">org.apache.solr.core</a> that return <a href="../../../../../../org/apache/solr/handler/component/ShardHandlerFactory.html" title="class in org.apache.solr.handler.component">ShardHandlerFactory</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/solr/handler/component/ShardHandlerFactory.html" title="class in org.apache.solr.handler.component">ShardHandlerFactory</a></code></td> <td class="colLast"><span class="strong">CoreContainer.</span><code><strong><a href="../../../../../../org/apache/solr/core/CoreContainer.html#getShardHandlerFactory()">getShardHandlerFactory</a></strong>()</code> <div class="block">The default ShardHandlerFactory used to communicate with other solr instances</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.solr.handler.component"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/apache/solr/handler/component/ShardHandlerFactory.html" title="class in org.apache.solr.handler.component">ShardHandlerFactory</a> in <a href="../../../../../../org/apache/solr/handler/component/package-summary.html">org.apache.solr.handler.component</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation"> <caption><span>Subclasses of <a href="../../../../../../org/apache/solr/handler/component/ShardHandlerFactory.html" title="class in org.apache.solr.handler.component">ShardHandlerFactory</a> in <a href="../../../../../../org/apache/solr/handler/component/package-summary.html">org.apache.solr.handler.component</a></span><span class="tabEnd">&nbsp;</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&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/handler/component/HttpShardHandlerFactory.html" title="class in org.apache.solr.handler.component">HttpShardHandlerFactory</a></strong></code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/apache/solr/handler/component/package-summary.html">org.apache.solr.handler.component</a> that return <a href="../../../../../../org/apache/solr/handler/component/ShardHandlerFactory.html" title="class in org.apache.solr.handler.component">ShardHandlerFactory</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../../../org/apache/solr/handler/component/ShardHandlerFactory.html" title="class in org.apache.solr.handler.component">ShardHandlerFactory</a></code></td> <td class="colLast"><span class="strong">ShardHandlerFactory.</span><code><strong><a href="../../../../../../org/apache/solr/handler/component/ShardHandlerFactory.html#newInstance(org.apache.solr.core.PluginInfo, org.apache.solr.core.SolrResourceLoader)">newInstance</a></strong>(<a href="../../../../../../org/apache/solr/core/PluginInfo.html" title="class in org.apache.solr.core">PluginInfo</a>&nbsp;info, <a href="../../../../../../org/apache/solr/core/SolrResourceLoader.html" title="class in org.apache.solr.core">SolrResourceLoader</a>&nbsp;loader)</code> <div class="block">Create a new ShardHandlerFactory instance</div> </td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/apache/solr/handler/component/ShardHandlerFactory.html" title="class in org.apache.solr.handler.component">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/solr/handler/component/class-use/ShardHandlerFactory.html" target="_top">Frames</a></li> <li><a href="ShardHandlerFactory.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small> <i>Copyright &copy; 2000-2014 Apache Software Foundation. All Rights Reserved.</i> <script src='../../../../../../prettify.js' type='text/javascript'></script> <script type='text/javascript'> (function(){ var oldonload = window.onload; if (typeof oldonload != 'function') { window.onload = prettyPrint; } else { window.onload = function() { oldonload(); prettyPrint(); } } })(); </script> </small></p> </body> </html>
dist/gridiron.css
NEURS/GridIron
/*! * GridIron LESSCSS Framework v0.0.3 * https://github.com/NEURS/GridIron * * Copyright 2014 NEURS LLC, Kevin J. Martin, and other contributors * Released under the MIT license * https://github.com/NEURS/GridIron/blob/master/LICENSE * * Date: 2014-11-03T17:04Z */ html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; } .text-left { text-align: left !important; } .text-center { text-align: center !important; } .text-right { text-align: right !important; } .text-hide { font: 0/0 a; color: transparent; text-shadow: none; } .pull-left { float: left !important; } .pull-right { float: right !important; } .center-block { display: block; margin-left: auto; margin-right: auto; } .hide { display: none !important; } .show { display: block !important; } .invisible { visibility: hidden; } .clearfix:before, .clearfix:after, .container:before, .container:after, .row:before, .row:after { content: " "; display: table; } .clearfix:after, .container:after, .row:after { clear: both; } /* An example of an advanced configuration * (instead of using `.gridiron;`, like below). * It creates two grids; 10 columns (under .row-10) * and 12 columns (under .row-12). .container { .make_container; &:extend(.clearfix all); } .row-10, .row-12 { .make_row; &:extend(.clearfix all); } .breakpoints(10, ~".row-10"); .breakpoints(12, ~".row-12"); .offset_mixins(10, ~".row-10"); .offset_mixins(12, ~".row-12"); */ .container { margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; } .row { margin-left: -15px; margin-right: -15px; } .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; min-height: 1px; padding-left: 15px; padding-right: 15px; position: relative; } .col-xs-1 { width: 8.33333333%; } .col-xs-2 { width: 16.66666667%; } .col-xs-3 { width: 25%; } .col-xs-4 { width: 33.33333333%; } .col-xs-5 { width: 41.66666667%; } .col-xs-6 { width: 50%; } .col-xs-7 { width: 58.33333333%; } .col-xs-8 { width: 66.66666667%; } .col-xs-9 { width: 75%; } .col-xs-10 { width: 83.33333333%; } .col-xs-11 { width: 91.66666667%; } .col-xs-12 { float: none; width: 100%; } .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; min-height: 1px; padding-left: 15px; padding-right: 15px; position: relative; } @media (min-width: 768px) { .container { width: 738px; } .col-sm-1 { width: 8.33333333%; } .col-sm-2 { width: 16.66666667%; } .col-sm-3 { width: 25%; } .col-sm-4 { width: 33.33333333%; } .col-sm-5 { width: 41.66666667%; } .col-sm-6 { width: 50%; } .col-sm-7 { width: 58.33333333%; } .col-sm-8 { width: 66.66666667%; } .col-sm-9 { width: 75%; } .col-sm-10 { width: 83.33333333%; } .col-sm-11 { width: 91.66666667%; } .col-sm-12 { float: none; width: 100%; } } .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float: left; min-height: 1px; padding-left: 15px; padding-right: 15px; position: relative; } @media (min-width: 992px) { .container { width: 962px; } .col-md-1 { width: 8.33333333%; } .col-md-2 { width: 16.66666667%; } .col-md-3 { width: 25%; } .col-md-4 { width: 33.33333333%; } .col-md-5 { width: 41.66666667%; } .col-md-6 { width: 50%; } .col-md-7 { width: 58.33333333%; } .col-md-8 { width: 66.66666667%; } .col-md-9 { width: 75%; } .col-md-10 { width: 83.33333333%; } .col-md-11 { width: 91.66666667%; } .col-md-12 { float: none; width: 100%; } } .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: left; min-height: 1px; padding-left: 15px; padding-right: 15px; position: relative; } @media (min-width: 1200px) { .container { width: 1170px; } .col-lg-1 { width: 8.33333333%; } .col-lg-2 { width: 16.66666667%; } .col-lg-3 { width: 25%; } .col-lg-4 { width: 33.33333333%; } .col-lg-5 { width: 41.66666667%; } .col-lg-6 { width: 50%; } .col-lg-7 { width: 58.33333333%; } .col-lg-8 { width: 66.66666667%; } .col-lg-9 { width: 75%; } .col-lg-10 { width: 83.33333333%; } .col-lg-11 { width: 91.66666667%; } .col-lg-12 { float: none; width: 100%; } } .visible-xs, .visible-xs-inline, .visible-xs-block, .visible-xs-inline-block { display: none !important; } .visible-sm, .visible-sm-inline, .visible-sm-block, .visible-sm-inline-block { display: none !important; } .visible-md, .visible-md-inline, .visible-md-block, .visible-md-inline-block { display: none !important; } .visible-lg, .visible-lg-inline, .visible-lg-block, .visible-lg-inline-block { display: none !important; } .visible-xs { display: block !important; } @media (min-width: 0px) and (max-width: 480px) { .visible-xs { display: block !important; } } @media (min-width: 0px) and (max-width: 480px) { .visible-xs-block { display: block !important; } } @media (min-width: 0px) and (max-width: 480px) { .visible-xs-inline { display: inline !important; } } @media (min-width: 0px) and (max-width: 480px) { .visible-xs-inline-block { display: inline-block !important; } } @media (min-width: 0px) and (max-width: 480px) { .hidden-xs { display: none !important; } } .visible-sm { display: block !important; } @media (min-width: 480px) and (max-width: 768px) { .visible-sm { display: block !important; } } @media (min-width: 480px) and (max-width: 768px) { .visible-sm-block { display: block !important; } } @media (min-width: 480px) and (max-width: 768px) { .visible-sm-inline { display: inline !important; } } @media (min-width: 480px) and (max-width: 768px) { .visible-sm-inline-block { display: inline-block !important; } } @media (min-width: 480px) and (max-width: 768px) { .hidden-sm { display: none !important; } } .visible-md { display: block !important; } @media (min-width: 768px) and (max-width: 992px) { .visible-md { display: block !important; } } @media (min-width: 768px) and (max-width: 992px) { .visible-md-block { display: block !important; } } @media (min-width: 768px) and (max-width: 992px) { .visible-md-inline { display: inline !important; } } @media (min-width: 768px) and (max-width: 992px) { .visible-md-inline-block { display: inline-block !important; } } @media (min-width: 768px) and (max-width: 992px) { .hidden-md { display: none !important; } } .visible-lg { display: block !important; } @media (min-width: 992px) { .visible-lg { display: block !important; } } @media (min-width: 992px) { .visible-lg-block { display: block !important; } } @media (min-width: 992px) { .visible-lg-inline { display: inline !important; } } @media (min-width: 992px) { .visible-lg-inline-block { display: inline-block !important; } } @media (min-width: 992px) { .hidden-lg { display: none !important; } } @media (min-width: 480px) { .col-xs-offset-0 { margin-left: 0%; } .col-xs-push-0 { left: 0%; } .col-xs-pull-0 { right: 0%; } .col-xs-offset-1 { margin-left: 8.33333333%; } .col-xs-push-1 { left: 8.33333333%; } .col-xs-pull-1 { right: 8.33333333%; } .col-xs-offset-2 { margin-left: 16.66666667%; } .col-xs-push-2 { left: 16.66666667%; } .col-xs-pull-2 { right: 16.66666667%; } .col-xs-offset-3 { margin-left: 25%; } .col-xs-push-3 { left: 25%; } .col-xs-pull-3 { right: 25%; } .col-xs-offset-4 { margin-left: 33.33333333%; } .col-xs-push-4 { left: 33.33333333%; } .col-xs-pull-4 { right: 33.33333333%; } .col-xs-offset-5 { margin-left: 41.66666667%; } .col-xs-push-5 { left: 41.66666667%; } .col-xs-pull-5 { right: 41.66666667%; } .col-xs-offset-6 { margin-left: 50%; } .col-xs-push-6 { left: 50%; } .col-xs-pull-6 { right: 50%; } .col-xs-offset-7 { margin-left: 58.33333333%; } .col-xs-push-7 { left: 58.33333333%; } .col-xs-pull-7 { right: 58.33333333%; } .col-xs-offset-8 { margin-left: 66.66666667%; } .col-xs-push-8 { left: 66.66666667%; } .col-xs-pull-8 { right: 66.66666667%; } .col-xs-offset-9 { margin-left: 75%; } .col-xs-push-9 { left: 75%; } .col-xs-pull-9 { right: 75%; } .col-xs-offset-10 { margin-left: 83.33333333%; } .col-xs-push-10 { left: 83.33333333%; } .col-xs-pull-10 { right: 83.33333333%; } .col-xs-offset-11 { margin-left: 91.66666667%; } .col-xs-push-11 { left: 91.66666667%; } .col-xs-pull-11 { right: 91.66666667%; } .col-xs-offset-12 { margin-left: 100%; } .col-xs-push-12 { left: 100%; } .col-xs-pull-12 { right: 100%; } } @media (min-width: 768px) { .col-sm-offset-0 { margin-left: 0%; } .col-sm-push-0 { left: 0%; } .col-sm-pull-0 { right: 0%; } .col-sm-offset-1 { margin-left: 8.33333333%; } .col-sm-push-1 { left: 8.33333333%; } .col-sm-pull-1 { right: 8.33333333%; } .col-sm-offset-2 { margin-left: 16.66666667%; } .col-sm-push-2 { left: 16.66666667%; } .col-sm-pull-2 { right: 16.66666667%; } .col-sm-offset-3 { margin-left: 25%; } .col-sm-push-3 { left: 25%; } .col-sm-pull-3 { right: 25%; } .col-sm-offset-4 { margin-left: 33.33333333%; } .col-sm-push-4 { left: 33.33333333%; } .col-sm-pull-4 { right: 33.33333333%; } .col-sm-offset-5 { margin-left: 41.66666667%; } .col-sm-push-5 { left: 41.66666667%; } .col-sm-pull-5 { right: 41.66666667%; } .col-sm-offset-6 { margin-left: 50%; } .col-sm-push-6 { left: 50%; } .col-sm-pull-6 { right: 50%; } .col-sm-offset-7 { margin-left: 58.33333333%; } .col-sm-push-7 { left: 58.33333333%; } .col-sm-pull-7 { right: 58.33333333%; } .col-sm-offset-8 { margin-left: 66.66666667%; } .col-sm-push-8 { left: 66.66666667%; } .col-sm-pull-8 { right: 66.66666667%; } .col-sm-offset-9 { margin-left: 75%; } .col-sm-push-9 { left: 75%; } .col-sm-pull-9 { right: 75%; } .col-sm-offset-10 { margin-left: 83.33333333%; } .col-sm-push-10 { left: 83.33333333%; } .col-sm-pull-10 { right: 83.33333333%; } .col-sm-offset-11 { margin-left: 91.66666667%; } .col-sm-push-11 { left: 91.66666667%; } .col-sm-pull-11 { right: 91.66666667%; } .col-sm-offset-12 { margin-left: 100%; } .col-sm-push-12 { left: 100%; } .col-sm-pull-12 { right: 100%; } } @media (min-width: 992px) { .col-md-offset-0 { margin-left: 0%; } .col-md-push-0 { left: 0%; } .col-md-pull-0 { right: 0%; } .col-md-offset-1 { margin-left: 8.33333333%; } .col-md-push-1 { left: 8.33333333%; } .col-md-pull-1 { right: 8.33333333%; } .col-md-offset-2 { margin-left: 16.66666667%; } .col-md-push-2 { left: 16.66666667%; } .col-md-pull-2 { right: 16.66666667%; } .col-md-offset-3 { margin-left: 25%; } .col-md-push-3 { left: 25%; } .col-md-pull-3 { right: 25%; } .col-md-offset-4 { margin-left: 33.33333333%; } .col-md-push-4 { left: 33.33333333%; } .col-md-pull-4 { right: 33.33333333%; } .col-md-offset-5 { margin-left: 41.66666667%; } .col-md-push-5 { left: 41.66666667%; } .col-md-pull-5 { right: 41.66666667%; } .col-md-offset-6 { margin-left: 50%; } .col-md-push-6 { left: 50%; } .col-md-pull-6 { right: 50%; } .col-md-offset-7 { margin-left: 58.33333333%; } .col-md-push-7 { left: 58.33333333%; } .col-md-pull-7 { right: 58.33333333%; } .col-md-offset-8 { margin-left: 66.66666667%; } .col-md-push-8 { left: 66.66666667%; } .col-md-pull-8 { right: 66.66666667%; } .col-md-offset-9 { margin-left: 75%; } .col-md-push-9 { left: 75%; } .col-md-pull-9 { right: 75%; } .col-md-offset-10 { margin-left: 83.33333333%; } .col-md-push-10 { left: 83.33333333%; } .col-md-pull-10 { right: 83.33333333%; } .col-md-offset-11 { margin-left: 91.66666667%; } .col-md-push-11 { left: 91.66666667%; } .col-md-pull-11 { right: 91.66666667%; } .col-md-offset-12 { margin-left: 100%; } .col-md-push-12 { left: 100%; } .col-md-pull-12 { right: 100%; } } @media (min-width: 1200px) { .col-lg-offset-0 { margin-left: 0%; } .col-lg-push-0 { left: 0%; } .col-lg-pull-0 { right: 0%; } .col-lg-offset-1 { margin-left: 8.33333333%; } .col-lg-push-1 { left: 8.33333333%; } .col-lg-pull-1 { right: 8.33333333%; } .col-lg-offset-2 { margin-left: 16.66666667%; } .col-lg-push-2 { left: 16.66666667%; } .col-lg-pull-2 { right: 16.66666667%; } .col-lg-offset-3 { margin-left: 25%; } .col-lg-push-3 { left: 25%; } .col-lg-pull-3 { right: 25%; } .col-lg-offset-4 { margin-left: 33.33333333%; } .col-lg-push-4 { left: 33.33333333%; } .col-lg-pull-4 { right: 33.33333333%; } .col-lg-offset-5 { margin-left: 41.66666667%; } .col-lg-push-5 { left: 41.66666667%; } .col-lg-pull-5 { right: 41.66666667%; } .col-lg-offset-6 { margin-left: 50%; } .col-lg-push-6 { left: 50%; } .col-lg-pull-6 { right: 50%; } .col-lg-offset-7 { margin-left: 58.33333333%; } .col-lg-push-7 { left: 58.33333333%; } .col-lg-pull-7 { right: 58.33333333%; } .col-lg-offset-8 { margin-left: 66.66666667%; } .col-lg-push-8 { left: 66.66666667%; } .col-lg-pull-8 { right: 66.66666667%; } .col-lg-offset-9 { margin-left: 75%; } .col-lg-push-9 { left: 75%; } .col-lg-pull-9 { right: 75%; } .col-lg-offset-10 { margin-left: 83.33333333%; } .col-lg-push-10 { left: 83.33333333%; } .col-lg-pull-10 { right: 83.33333333%; } .col-lg-offset-11 { margin-left: 91.66666667%; } .col-lg-push-11 { left: 91.66666667%; } .col-lg-pull-11 { right: 91.66666667%; } .col-lg-offset-12 { margin-left: 100%; } .col-lg-push-12 { left: 100%; } .col-lg-pull-12 { right: 100%; } }
BOOST/boost_1_61_0/doc/html/BOOST_UNITS_DEFAULT_CONVERSION_TEMPLATE.html
calvinfarias/IC2015-2
<!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=US-ASCII"> <title>Macro BOOST_UNITS_DEFAULT_CONVERSION_TEMPLATE</title> <link rel="stylesheet" href="../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> <link rel="home" href="index.html" title="The Boost C++ Libraries BoostBook Documentation Subset"> <link rel="up" href="boost_units/Reference.html#header.boost.units.conversion_hpp" title="Header &lt;boost/units/conversion.hpp&gt;"> <link rel="prev" href="BOOST_UNITS_DEFAULT_CONVERSION.html" title="Macro BOOST_UNITS_DEFAULT_CONVERSION"> <link rel="next" href="boost/units/derived_dimension.html" title="Struct template derived_dimension"> </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="BOOST_UNITS_DEFAULT_CONVERSION.html"><img src="../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="boost_units/Reference.html#header.boost.units.conversion_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="boost/units/derived_dimension.html"><img src="../../doc/src/images/next.png" alt="Next"></a> </div> <div class="refentry"> <a name="BOOST_UNITS_DEFAULT_CONVERSION_TEMPLATE"></a><div class="titlepage"></div> <div class="refnamediv"> <h2><span class="refentrytitle">Macro BOOST_UNITS_DEFAULT_CONVERSION_TEMPLATE</span></h2> <p>BOOST_UNITS_DEFAULT_CONVERSION_TEMPLATE</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: &lt;<a class="link" href="boost_units/Reference.html#header.boost.units.conversion_hpp" title="Header &lt;boost/units/conversion.hpp&gt;">boost/units/conversion.hpp</a>&gt; </span>BOOST_UNITS_DEFAULT_CONVERSION_TEMPLATE(Params, Source, Dest)</pre></div> <div class="refsect1"> <a name="idp463351920"></a><h2>Description</h2> <p>Specifies the default conversion to be applied when no direct conversion is available. Params is a PP Sequence of template arguments. Source is a base unit. Dest is any unit with the same dimensions. The source must not be a scaled base unit. </p> </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 &#169; 2003-2008 Matthias Christian Schabel<br>Copyright &#169; 2007-2010 Steven Watanabe<p> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="BOOST_UNITS_DEFAULT_CONVERSION.html"><img src="../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="boost_units/Reference.html#header.boost.units.conversion_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="boost/units/derived_dimension.html"><img src="../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
clean/Linux-x86_64-4.05.0-2.0.1/released/8.12.0/relation-extraction/8.6.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>relation-extraction: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.12.0 / relation-extraction - 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> relation-extraction <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: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/relation-extraction&quot; license: &quot;Unknown&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/RelationExtraction&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.6&quot; &amp; &lt; &quot;8.7~&quot;} ] tags: [ &quot;keyword: extraction&quot; &quot;keyword: inductive relations&quot; &quot;keyword: semantics&quot; &quot;category: Computer Science/Semantics and Compilation/Compilation&quot; &quot;date: 2011&quot; ] authors: [ &quot;Catherine Dubois, David Delahaye, Pierre-Nicolas Tollitte&quot; ] bug-reports: &quot;https://github.com/coq-contribs/relation-extraction/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/relation-extraction.git&quot; synopsis: &quot;Functions extraction from inductive relations&quot; description: &quot;&quot;&quot; This plugin introduces a new set of extraction commands that generates functional code form inductive specifications.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/relation-extraction/archive/v8.6.0.tar.gz&quot; checksum: &quot;md5=05667e345b07b829ce84556cb476c35f&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-relation-extraction.8.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&#39;t be met: - coq-relation-extraction -&gt; coq &lt; 8.7~ -&gt; ocaml &lt; 4.03.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;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-extraction.8.6.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
clean/Linux-x86_64-4.09.1-2.0.6/released/8.14.1/lambek/8.9.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>lambek: 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 / lambek - 8.9.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> lambek <small> 8.9.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-15 19:54:23 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-15 19:54:23 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-gmp 3 Virtual package relying on a GMP lib system installation coq 8.14.1 Formal proof management system dune 2.9.1 Fast, portable, and opinionated build system ocaml 4.09.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.09.1 Official release 4.09.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/lambek&quot; license: &quot;LGPL 2.1&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/Lambek&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.9&quot; &amp; &lt; &quot;8.10~&quot;} ] tags: [ &quot;keyword: Computational linguistic&quot; &quot;keyword: categorial grammar&quot; &quot;keyword: Lambek calculus...&quot; &quot;category: Computer Science/Formal Languages Theory and Automata&quot; &quot;date: March-July 2003&quot; ] authors: [ &quot;Houda Anoun &lt;anoun@labri.fr&gt;&quot; &quot;Pierre Castéran &lt;casteran@labri.fr&gt;&quot; ] bug-reports: &quot;https://github.com/coq-contribs/lambek/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/lambek.git&quot; synopsis: &quot;A Coq Toolkit for Lambek Calculus&quot; description: &quot;&quot;&quot; This library contains some definitions concerning Lambek calculus. Three formalisations of this calculus are proposed, and also some certified functions which translate derivations from one formalism to another. Several derived properties are proved and also some meta-theorems. Users can define their own lexicons and use the defined tactics to prove the derivation of sentences in a particular system (L, NL, LP, NLP ...)&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/lambek/archive/v8.9.0.tar.gz&quot; checksum: &quot;md5=c0298db3f22861ec36ab72de93f2f7eb&quot; } </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-lambek.8.9.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&#39;t be met: - coq-lambek -&gt; coq &lt; 8.10~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;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-lambek.8.9.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
clean/Linux-x86_64-4.08.1-2.0.5/released/8.9.0/maple-mode/8.9.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>maple-mode: 23 s 🏆</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.9.0 / maple-mode - 8.9.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> maple-mode <small> 8.9.0 <span class="label label-success">23 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-11-21 13:36:26 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-21 13:36:26 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.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: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/maple-mode&quot; license: &quot;Unknown&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/MapleMode&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.9&quot; &amp; &lt; &quot;8.10~&quot;} ] tags: [ &quot;keyword: Maple&quot; &quot;keyword: simplification&quot; &quot;keyword: field tactic&quot; &quot;category: Miscellaneous/Coq Extensions&quot; &quot;date: 2002-03&quot; ] authors: [ &quot;David Delahaye&quot; &quot;Micaela Mayero&quot; ] bug-reports: &quot;https://github.com/coq-contribs/maple-mode/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/maple-mode.git&quot; synopsis: &quot;A Maple Mode for Coq&quot; description: &quot;&quot;&quot; This contribution is an interface between Coq and Maple. In particular, this exports the functions simplify/factor/expand/normal giving the corresponding tactics Simplify/Factor/Expand/Normal. The manipulations carried out by these tactics are proved thanks to the tactic Field. These tactics can be also used as functions by means of the Eval ... In command.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/maple-mode/archive/v8.9.0.tar.gz&quot; checksum: &quot;md5=d7e2a1cd70d207b92ed004a0c59e880d&quot; } </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-maple-mode.8.9.0 coq.8.9.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-maple-mode.8.9.0 coq.8.9.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>13 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-maple-mode.8.9.0 coq.8.9.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>23 s</dd> </dl> <h2>Installation size</h2> <p>Total: 350 K</p> <ul> <li>132 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MapleMode/maple.cmxs</code></li> <li>61 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MapleMode/Examples.vo</code></li> <li>55 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MapleMode/Examples.glob</code></li> <li>40 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MapleMode/fake_maple/fake_maple.cmxs</code></li> <li>26 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MapleMode/Maple.vo</code></li> <li>16 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MapleMode/maple.cmi</code></li> <li>10 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MapleMode/maple.cmx</code></li> <li>5 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MapleMode/fake_maple/fake_maple.cmx</code></li> <li>4 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MapleMode/Examples.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MapleMode/Maple.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MapleMode/fake_maple/fake_maple.cmi</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MapleMode/Maple.glob</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-maple-mode.8.9.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
content10/data-data-access-agent-activity.html
LivePersonInc/dev-hub
<!DOCTYPE html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="keywords" content=" "> <title>Agent Activity | LivePerson Technical Documentation</title> <link rel="stylesheet" href="css/syntax.css"> <link rel="stylesheet" type="text/css" href="css/font-awesome-4.7.0/css/font-awesome.min.css"> <!--<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">--> <link rel="stylesheet" href="css/modern-business.css"> <link rel="stylesheet" href="css/lavish-bootstrap.css"> <link rel="stylesheet" href="css/customstyles.css"> <link rel="stylesheet" href="css/theme-blue.css"> <!-- <script src="assets/js/jsoneditor.js"></script> --> <script src="assets/js/jquery-3.1.0.min.js"></script> <!-- <link rel='stylesheet' id='theme_stylesheet' href='//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css'> --> <!-- <link rel='stylesheet' id='theme_stylesheet' href='//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css'> --> <!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script> --> <script src="assets/js/jquery.cookie-1.4.1.min.js"></script> <script src="js/jquery.navgoco.min.js"></script> <script src="assets/js/bootstrap-3.3.4.min.js"></script> <script src="assets/js/anchor-2.0.0.min.js"></script> <script src="js/toc.js"></script> <script src="js/customscripts.js"></script> <link rel="shortcut icon" href="images/favicon.ico"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> <link rel="alternate" type="application/rss+xml" title="" href="http://0.0.0.0:4005feed.xml"> <script> $(document).ready(function() { // Initialize navgoco with default options $("#mysidebar").navgoco({ caretHtml: '', accordion: true, openClass: 'active', // open save: false, // leave false or nav highlighting doesn't work right cookie: { name: 'navgoco', expires: false, path: '/' }, slide: { duration: 400, easing: 'swing' } }); $("#collapseAll").click(function(e) { e.preventDefault(); $("#mysidebar").navgoco('toggle', false); }); $("#expandAll").click(function(e) { e.preventDefault(); $("#mysidebar").navgoco('toggle', true); }); }); </script> <script> $(function () { $('[data-toggle="tooltip"]').tooltip() }) </script> </head> <body> <!-- Navigation --> <nav class="navbar navbar-inverse navbar-fixed-top"> <div class="container topnavlinks"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="fa fa-home fa-lg navbar-brand" href="index.html">&nbsp;<span class="projectTitle"> LivePerson Technical Documentation</span></a> </div> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav navbar-right"> <!-- entries without drop-downs appear here --> <!-- entries with drop-downs appear here --> <!-- conditional logic to control which topnav appears for the audience defined in the configuration file.--> <li><a class="email" title="Submit feedback" href="https://github.com/LivePersonInc/dev-hub/issues" ><i class="fa fa-github"></i> Issues</a><li> <!--comment out this block if you want to hide search--> <li> <!--start search--> <div id="search-demo-container"> <input type="text" id="search-input" placeholder="search..."> <ul id="results-container"></ul> </div> <script src="js/jekyll-search.js" type="text/javascript"></script> <script type="text/javascript"> SimpleJekyllSearch.init({ searchInput: document.getElementById('search-input'), resultsContainer: document.getElementById('results-container'), dataSource: 'search.json', searchResultTemplate: '<li><a href="{url}" title="Agent Activity">{title}</a></li>', noResultsText: 'No results found.', limit: 10, fuzzy: true, }) </script> <!--end search--> </li> </ul> </div> </div> <!-- /.container --> </nav> <!-- Page Content --> <div class="container"> <div class="col-lg-12">&nbsp;</div> <!-- Content Row --> <div class="row"> <!-- Sidebar Column --> <div class="col-md-3"> <ul id="mysidebar" class="nav"> <li class="sidebarTitle"> </li> <li> <a href="#">Common Guidelines</a> <ul> <li class="subfolders"> <a href="#">Introduction</a> <ul> <li class="thirdlevel"><a href="index.html">Home</a></li> <li class="thirdlevel"><a href="getting-started.html">Getting Started with LiveEngage APIs</a></li> </ul> </li> <li class="subfolders"> <a href="#">Guides</a> <ul> <li class="thirdlevel"><a href="guides-customizedchat.html">Customized Chat Windows</a></li> </ul> </li> </ul> <li> <a href="#">Account Configuration</a> <ul> <li class="subfolders"> <a href="#">Predefined Content API</a> <ul> <li class="thirdlevel"><a href="account-configuration-predefined-content-overview.html">Overview</a></li> <li class="thirdlevel"><a href="account-configuration-predefined-content-methods.html">Methods</a></li> <li class="thirdlevel"><a href="account-configuration-predefined-content-get-items.html">Get Predefined Content Items</a></li> <li class="thirdlevel"><a href="account-configuration-predefined-content-get-by-id.html">Get Predefined Content by ID</a></li> <li class="thirdlevel"><a href="account-configuration-predefined-content-query-delta.html">Predefined Content Query Delta</a></li> <li class="thirdlevel"><a href="account-configuration-predefined-content-create-content.html">Create Predefined Content</a></li> <li class="thirdlevel"><a href="account-configuration-predefined-content-update-content.html">Update Predefined Content</a></li> <li class="thirdlevel"><a href="account-configuration-predefined-content-update-content-items.html">Update Predefined Content Items</a></li> <li class="thirdlevel"><a href="account-configuration-predefined-content-delete-content.html">Delete Predefined Content</a></li> <li class="thirdlevel"><a href="account-configuration-predefined-content-delete-content-items.html">Delete Predefined Content Items</a></li> <li class="thirdlevel"><a href="account-configuration-predefined-content-get-default-items.html">Get Default Predefined Content Items</a></li> <li class="thirdlevel"><a href="account-configuration-predefined-content-get-default-items-by-id.html">Get Default Predefined Content by ID</a></li> <li class="thirdlevel"><a href="account-configuration-predefined-content-appendix.html">Appendix</a></li> </ul> </li> <li class="subfolders"> <a href="#">Automatic Messages API</a> <ul> <li class="thirdlevel"><a href="account-configuration-automatic-messages-overview.html">Overview</a></li> <li class="thirdlevel"><a href="account-configuration-automatic-messages-methods.html">Methods</a></li> <li class="thirdlevel"><a href="account-configuration-automatic-messages-get-automatic-messages.html">Get Automatic Messages</a></li> <li class="thirdlevel"><a href="account-configuration-automatic-messages-get-automatic-message-by-id.html">Get Automatic Message by ID</a></li> <li class="thirdlevel"><a href="account-configuration-automatic-messages-update-an-automatic-message.html">Update an Automatic Message</a></li> <li class="thirdlevel"><a href="account-configuration-automatic-messages-appendix.html">Appendix</a></li> </ul> </li> </ul> <li> <a href="#">Administration</a> <ul> <li class="subfolders"> <a href="#">Users API</a> <ul> <li class="thirdlevel"><a href="administration-users-overview.html">Overview</a></li> <li class="thirdlevel"><a href="administration-users-methods.html">Methods</a></li> <li class="thirdlevel"><a href="administration-get-all-users.html">Get all users</a></li> <li class="thirdlevel"><a href="administration-get-user-by-id.html">Get user by ID</a></li> <li class="thirdlevel"><a href="administration-create-users.html">Create users</a></li> <li class="thirdlevel"><a href="administration-update-users.html">Update users</a></li> <li class="thirdlevel"><a href="administration-update-user.html">Update user</a></li> <li class="thirdlevel"><a href="administration-delete-users.html">Delete users</a></li> <li class="thirdlevel"><a href="administration-delete-user.html">Delete user</a></li> <li class="thirdlevel"><a href="administration-change-users-password.html">Change user's password</a></li> <li class="thirdlevel"><a href="administration-reset-users-password.html">Reset user's password</a></li> <li class="thirdlevel"><a href="administration-user-query-delta.html">User query delta</a></li> <li class="thirdlevel"><a href="administration-users-appendix.html">Appendix</a></li> </ul> </li> <li class="subfolders"> <a href="#">Skills API</a> <ul> <li class="thirdlevel"><a href="administration-skills-overview.html">Overview</a></li> <li class="thirdlevel"><a href="administration-skills-methods.html">Methods</a></li> <li class="thirdlevel"><a href="administration-get-all-skills.html">Get all skills</a></li> <li class="thirdlevel"><a href="administration-get-skill-by-id.html">Get skill by ID</a></li> <li class="thirdlevel"><a href="administration-create-skills.html">Create skills</a></li> <li class="thirdlevel"><a href="administration.update-skills.html">Update skills</a></li> <li class="thirdlevel"><a href="administration-update-skill.html">Update skill</a></li> <li class="thirdlevel"><a href="administration-delete-skills.html">Delete skills</a></li> <li class="thirdlevel"><a href="administration-delete-skill.html">Delete skill</a></li> <li class="thirdlevel"><a href="administration-skills-query-delta.html">Skills Query Delta</a></li> <li class="thirdlevel"><a href="administration-skills-appendix.html">Appendix</a></li> </ul> </li> <li class="subfolders"> <a href="#">Agent Groups API</a> <ul> <li class="thirdlevel"><a href="administration-agent-groups-overview.html">Overview</a></li> <li class="thirdlevel"><a href="administration-agent-groups-methods.html">Methods</a></li> <li class="thirdlevel"><a href="administration-get-all-agent-groups.html">Get all agent groups</a></li> <li class="thirdlevel"><a href="administration-get-agent-groups-by-id.html">Get agent group by ID</a></li> <li class="thirdlevel"><a href="administration-create-agent-groups.html">Create agent groups</a></li> <li class="thirdlevel"><a href="administration-update-agent-groups.html">Update agent groups</a></li> <li class="thirdlevel"><a href="administration-update-agent-group.html">Update agent group</a></li> <li class="thirdlevel"><a href="administration-delete-agent-groups.html">Delete agent groups</a></li> <li class="thirdlevel"><a href="administration-delete-agent-group.html">Delete agent group</a></li> <li class="thirdlevel"><a href="administration-get-subgroups-and-members.html">Get subgroups and members of an agent group</a></li> <li class="thirdlevel"><a href="administration-agent-groups-query-delta.html">Agent Groups Query Delta</a></li> </ul> </li> </ul> <li> <a href="#">Consumer Experience</a> <ul> <li class="subfolders"> <a href="#">JavaScript Chat SDK</a> <ul> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getting-started.html">Getting Started</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-chat-states.html">Chat States</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-surveys.html">Surveys</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-creating-an-instance.html">Creating an Instance</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-methods.html">Methods</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getestimatedwaittime.html">getEstimatedWaitTime</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getprechatsurvey.html">getPreChatSurvey</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getengagement.html">getEngagement</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-requestchat.html">requestChat</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-addline.html">addLine</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-setvisitortyping.html">setVisitorTyping</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-setvisitorname.html">setVisitorName</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-endchat.html">endChat</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-requesttranscript.html">requestTranscript</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getexitsurvey.html">getExitSurvey</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-submitexitsurvey.html">submitExitSurvey</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getofflinesurvey.html">getOfflineSurvey</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-submitofflinesurvey.html">submitOfflineSurvey</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getstate.html">getState</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getagentloginname.html">getAgentLoginName</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getvisitorname.html">getVisitorName</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getagentid.html">getAgentId</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getrtsessionid.html">getRtSessionId</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getsessionkey.html">getSessionKey</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getagenttyping.html">getAgentTyping</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-events.html">Events</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onload.html">onLoad</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-oninit.html">onInit</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onestimatedwaittime.html">onEstimatedWaitTime</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onengagement.html">onEngagement</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onprechatsurvey.html">onPreChatSurvey</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onstart.html">onStart</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onstop.html">onStop</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onrequestchat.html">onRequestChat</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-ontranscript.html">onTranscript</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-online.html">onLine</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onstate.html">onState</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-oninfo.html">onInfo</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onagenttyping.html">onAgentTyping</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onexitsurvey.html">onExitSurvey</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onaccounttoaccounttransfer.html">onAccountToAccountTransfer</a></li> <li class="thirdlevel"><a href="rt-interactions-example.html">Engagement Attributes Body Example</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-demo.html">Demo App</a></li> </ul> </li> <li class="subfolders"> <a href="#">Server Chat API</a> <ul> <li class="thirdlevel"><a href="consumer-experience-server-chat-getting-started.html">Getting Started</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-methods.html">Methods</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-availability.html">Retrieve Availability</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-available-slots.html">Retrieve Available Slots</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-estimated-wait-time.html">Retrieve Estimated Wait Time</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-offline-survey.html">Retrieve an Offline Survey</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-start-chat.html">Start a Chat</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-chat-resources.html">Retrieve Chat Resources, Events and Information</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-chat-events.html">Retrieve Chat Events</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-add-lines.html">Add Lines / End Chat</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-chat-information.html">Retrieve Chat Information</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-visitor-name.html">Retrieve the Visitor's Name</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-set-visitor-name.html">Set the Visitor's Name</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-agent-typing-status.html">Retrieve the Agent's Typing Status</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-visitor-typing-status.html">Retrieve the Visitor's Typing Status</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-set-visitor-typing-status.html">Set the Visitor's Typing Status</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-exit-survey-structure.html">Retrieve Exit Survey Structure</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-submit-survey-data.html">Submit Survey Data</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-send-transcript.html">Send a Transcript</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-sample.html">Sample Postman Collection</a></li> </ul> </li> <li class="subfolders"> <a href="#">Push Service API</a> <ul> <li class="thirdlevel"><a href="push-service-overview.html">Overview</a></li> <li class="thirdlevel"><a href="push-service-tls-html">TLS Authentication</a></li> <li class="thirdlevel"><a href="push-service-codes-html">HTTP Response Codes</a></li> <li class="thirdlevel"><a href="push-service-configuration-html">Configuration of Push Proxy</a></li> </ul> </li> <li class="subfolders"> <a href="#">In-App Messaging SDK iOS (2.0)</a> <ul> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-quick-start.html">Quick Start</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-advanced-configurations.html">Advanced Configurations</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-methods.html">Methods</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-initialize.html">initialize</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-showconversation.html">showConversation</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-removeconversation.html">removeConversation</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-reconnect.html">reconnect</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-togglechatactions.html">toggleChatActions</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-checkactiveconversation.html">checkActiveConversation</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-markasurgent.html">markAsUrgent</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-isurgent.html">isUrgent</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-dismissurgent.html">dismissUrgent</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-resolveconversation.html">resolveConversation</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-clearhistory.html">clearHistory</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-logout.html">logout</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-destruct.html">destruct</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-handlepush.html">handlePush</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-registerpushnotifications.html">registerPushNotifications</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-setuserprofile.html">setUserProfile</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-getassignedagent.html">getAssignedAgent</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-subscribelogevents.html">subscribeLogEvents</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-getsdkversion.html">getSDKVersion</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-printalllocalizedkeys.html">printAllLocalizedKeys</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-printsupportedlanguages.html">printSupportedLanguages</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-getallsupportedlanguages.html">getAllSupportedLanguages</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-interfacedefinitions.html">Interface and Class Definitions</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-callbacks-index.html">Callbacks index</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-configuring-the-sdk.html">Configuring the SDK</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-attributes.html">Attributes</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-deprecated-attributes.html">Deprecated Attributes</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-stringlocalization.html">String localization in SDK</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-localizationkeys.html">Localization Keys</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-timestamps.html">Timestamps Formatting</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-createcertificate.html">OS Certificate Creation</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-advanced-csat.html">CSAT UI Content</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-photosharing.html">Photo Sharing (Beta)</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-pushnotifications.html">Configuring Push Notifications</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-opensource.html">Open Source List</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-security.html">Security</a></li> </ul> </li> <li class="subfolders"> <a href="#">In-App Messaging SDK Android (2.0)</a> <ul> <li class="thirdlevel"><a href="android-overview.html">Overview</a></li> <li class="thirdlevel"><a href="android-prerequisites.html">Prerequisites</a></li> <li class="thirdlevel"><a href="android-download-and-unzip.html">Step 1: Download and Unzip the SDK</a></li> <li class="thirdlevel"><a href="android-configure-project-settings.html">Step 2: Configure project settings to connect LiveEngage SDK</a></li> <li class="thirdlevel"><a href="android-code-integration.html">Step 3: Code integration for basic deployment</a></li> <li class="thirdlevel"><a href="android-initialization.html">SDK Initialization and Lifecycle</a></li> <li class="thirdlevel"><a href="android-authentication.html">Authentication</a></li> <li class="thirdlevel"><a href="android-conversations-lifecycle.html">Conversations Lifecycle</a></li> <li class="thirdlevel"><a href="android-callbacks-interface.html">LivePerson Callbacks Interface</a></li> <li class="thirdlevel"><a href="android-notifications.html">Notifications</a></li> <li class="thirdlevel"><a href="android-user-data.html">User Data</a></li> <li class="thirdlevel"><a href="android-logs.html">Logs and Info</a></li> <li class="thirdlevel"><a href="android-methods.html">Methods</a></li> <li class="thirdlevel"><a href="android-initializedeprecated.html">initialize (Deprecated)</a></li> <li class="thirdlevel"><a href="android-initializeproperties.html">initialize (with SDK properties object)</a></li> <li class="thirdlevel"><a href="android-showconversation.html">showConversation</a></li> <li class="thirdlevel"><a href="android-showconversationauth.html">showConversation (with authentication support)</a></li> <li class="thirdlevel"><a href="android-hideconversation.html">hideConversation</a></li> <li class="thirdlevel"><a href="android-getconversationfrag.html">getConversationFragment</a></li> <li class="thirdlevel"><a href="android-getconversationfragauth.html">getConversationFragment with authentication support</a></li> <li class="thirdlevel"><a href="android-reconnect.html">reconnect</a></li> <li class="thirdlevel"><a href="android-setuserprofile.html">setUserProfile</a></li> <li class="thirdlevel"><a href="android-setuserprofiledeprecated.html">setUserProfile (Deprecated)</a></li> <li class="thirdlevel"><a href="android-registerlppusher.html">registerLPPusher</a></li> <li class="thirdlevel"><a href="android-unregisterlppusher.html">unregisterLPPusher</a></li> <li class="thirdlevel"><a href="android-handlepush.html">handlePush</a></li> <li class="thirdlevel"><a href="android-getsdkversion.html">getSDKVersion</a></li> <li class="thirdlevel"><a href="android-setcallback.html">setCallback</a></li> <li class="thirdlevel"><a href="android-removecallback.html">removeCallBack</a></li> <li class="thirdlevel"><a href="android-checkactiveconversation.html">checkActiveConversation</a></li> <li class="thirdlevel"><a href="android-checkagentid.html">checkAgentID</a></li> <li class="thirdlevel"><a href="android-markurgent.html">markConversationAsUrgent</a></li> <li class="thirdlevel"><a href="android-marknormal.html">markConversationAsNormal</a></li> <li class="thirdlevel"><a href="android-checkurgent.html">checkConversationIsMarkedAsUrgent</a></li> <li class="thirdlevel"><a href="android-resolveconversation.html">resolveConversation</a></li> <li class="thirdlevel"><a href="android-shutdown.html">shutDown</a></li> <li class="thirdlevel"><a href="android-shutdowndeprecated.html">shutDown (Deprecated)</a></li> <li class="thirdlevel"><a href="android-clearhistory.html">clearHistory</a></li> <li class="thirdlevel"><a href="android-logout.html">logOut</a></li> <li class="thirdlevel"><a href="android-callbacks-index.html">Callbacks Index</a></li> <li class="thirdlevel"><a href="android-configuring-sdk.html">Configuring the SDK</a></li> <li class="thirdlevel"><a href="android-attributes.html">Attributes</a></li> <li class="thirdlevel"><a href="android-configuring-edittext.html">Configuring the message’s EditText</a></li> <li class="thirdlevel"><a href="android-proguard.html">Proguard Configuration</a></li> <li class="thirdlevel"><a href="android-modifying-string.html">Modifying Strings</a></li> <li class="thirdlevel"><a href="android-modifying-resources.html">Modifying Resources</a></li> <li class="thirdlevel"><a href="android-plural-string.html">Plural String Resource Example</a></li> <li class="thirdlevel"><a href="android-timestamps.html">Timestamps Formatting</a></li> <li class="thirdlevel"><a href="android-off-hours.html">Date and Time</a></li> <li class="thirdlevel"><a href="android-bubble.html">Bubble Timestamp</a></li> <li class="thirdlevel"><a href="android-separator.html">Separator Timestamp</a></li> <li class="thirdlevel"><a href="android-resolve.html">Resolve Message</a></li> <li class="thirdlevel"><a href="android-csat.html">CSAT Behavior</a></li> <li class="thirdlevel"><a href="android-photo-sharing.html">Photo Sharing - Beta</a></li> <li class="thirdlevel"><a href="android-push-notifications.html">Enable Push Notifications</a></li> <li class="thirdlevel"><a href="android-appendix.html">Appendix</a></li> </ul> </li> </ul> <li> <a href="#">Real-time Interactions</a> <ul> <li class="subfolders"> <a href="#">Visit Information API</a> <ul> <li class="thirdlevel"><a href="rt-interactions-visit-information-overview.html">Overview</a></li> <li class="thirdlevel"><a href="rt-interactions-visit-information-visit-information.html">Visit Information</a></li> </ul> </li> <li class="subfolders"> <a href="#">App Engagement API</a> <ul> <li class="thirdlevel"><a href="rt-interactions-app-engagement-overview.html">Overview</a></li> <li class="thirdlevel"><a href="rt-interactions-app-engagement-methods.html">Methods</a></li> <li class="thirdlevel"><a href="rt-interactions-create-session.html">Create Session</a></li> <li class="thirdlevel"><a href="rt-interactions-update-session.html">Update Session</a></li> </ul> </li> <li class="subfolders"> <a href="#">Engagement Attributes</a> <ul> <li class="thirdlevel"><a href="rt-interactions-engagement-attributes-overview.html">Overview</a></li> <li class="thirdlevel"><a href="rt-interactions-engagement-attributes-engagement-attributes.html">Engagement Attributes</a></li> </ul> </li> <li class="subfolders"> <a href="#">IVR Engagement API</a> <ul> <li class="thirdlevel"><a href="rt-interactions-ivr-engagement-overview.html">Overview</a></li> <li class="thirdlevel"><a href="rt-interactions-ivr-engagement-methods.html">Methods</a></li> <li class="thirdlevel"><a href="rt-interactions-ivr-engagement-external engagement.html">External Engagement</a></li> </ul> </li> <li class="subfolders"> <a href="#">Validate Engagement</a> <ul> <li class="thirdlevel"><a href="rt-interactions-validate-engagement-overview.html">Overview</a></li> <li class="thirdlevel"><a href="rt-interactions-validate-engagement-validate-engagement.html">Validate Engagement API</a></li> </ul> </li> <li class="subfolders"> <a href="#">Engagement Trigger API</a> <ul> <li class="thirdlevel"><a href="trigger-overview.html">Overview</a></li> <li class="thirdlevel"><a href="trigger-methods.html">Methods</a></li> <li class="thirdlevel"><a href="trigger-click.html">Click</a></li> <li class="thirdlevel"><a href="trigger-getinfo.html">getEngagementInfo</a></li> <li class="thirdlevel"><a href="trigger-getstate.html">getEngagementState</a></li> </ul> </li> <li class="subfolders"> <a href="#">Engagement Window Widget SDK</a> <ul> <li class="thirdlevel"><a href="rt-interactions-window-sdk-overview.html">Overview</a></li> <li class="thirdlevel"><a href="rt-interactions-window-sdk-getting-started.html">Getting Started</a></li> <li class="thirdlevel"><a href="rt-interactions-window-sdk-limitations.html">Limitations</a></li> <li class="thirdlevel"><a href="rt-interactions-window-sdk-configuration.html">Configuration</a></li> <li class="thirdlevel"><a href="rt-interactions-window-sdk-how-to-use.html">How to use the SDK</a></li> <li class="thirdlevel"><a href="rt-interactions-window-sdk-code-examples.html">Code Examples</a></li> <li class="thirdlevel"><a href="rt-interactions-window-sdk-event-structure.html">Event Structure</a></li> </ul> </li> </ul> <li> <a href="#">Agent</a> <ul> <li class="subfolders"> <a href="#">Agent Workspace Widget SDK</a> <ul> <li class="thirdlevel"><a href="agent-workspace-sdk-overview.html">Overview</a></li> <li class="thirdlevel"><a href="agent-workspace-sdk-getting-started.html">Getting Started</a></li> <li class="thirdlevel"><a href="agent-workspace-sdk-limitations.html">Limitations</a></li> <li class="thirdlevel"><a href="agent-workspace-sdk-how-to-use.html">How to use the SDK</a></li> <li class="thirdlevel"><a href="agent-workspace-sdk-methods.html">Methods</a></li> <li class="thirdlevel"><a href="agent-workspace-sdk-public-model.html">Public Model Structure</a></li> <li class="thirdlevel"><a href="agent-workspace-sdk-public-properties.html">Public Properties</a></li> <li class="thirdlevel"><a href="agent-workspace-sdk-code-examples.html">Code Examples</a></li> </ul> </li> <li class="subfolders"> <a href="#">LivePerson Domain API</a> <ul> <li class="thirdlevel"><a href="agent-domain-domain-api.html">Domain API</a></li> </ul> </li> <li class="subfolders"> <a href="#">Login Service API</a> <ul> <li class="thirdlevel"><a href="login-getting-started.html">Getting Started</a></li> <li class="thirdlevel"><a href="agent-login-methods.html">Methods</a></li> <li class="thirdlevel"><a href="agent-login.html">Login</a></li> <li class="thirdlevel"><a href="agent-refresh.html">Refresh</a></li> <li class="thirdlevel"><a href="agent-refresh.html">Logout</a></li> </ul> </li> <li class="subfolders"> <a href="#">Chat Agent API</a> <ul> <li class="thirdlevel"><a href="chat-agent-getting-started.html">Getting Started</a></li> <li class="thirdlevel"><a href="agent-chat-agent-methods.html">Methods</a></li> <li class="thirdlevel"><a href="agent-start-agent-session.html">Start Agent Session</a></li> <li class="thirdlevel"><a href="agent-retrieve-current-availability.html">Retrieve Current Availability</a></li> <li class="thirdlevel"><a href="agent-set-agent-availability.html">Set Agent Availability</a></li> <li class="thirdlevel"><a href="agent-retrieve-available-agents.html">Retrieve Available Agents</a></li> <li class="thirdlevel"><a href="agent-retrieve-available-slots.html">Retrieve Available Slots</a></li> <li class="thirdlevel"><a href="agent-retrieve-agent-information.html">Retrieve Agent Information</a></li> <li class="thirdlevel"><a href="agent-determine-incoming.html">Determine Incoming Chat Requests</a></li> <li class="thirdlevel"><a href="agent-accept-chat.html">Accept a Chat</a></li> <li class="thirdlevel"><a href="agent-retrieve-chat-sessions.html">Retrieve Chat Sessions</a></li> <li class="thirdlevel"><a href="agent-retrieve-chat-resources.html">Retrieve Chat Resources, Events and Information</a></li> <li class="thirdlevel"><a href="agent-retrieve-data.html">Retrieve Data for Multiple Chats</a></li> <li class="thirdlevel"><a href="agent-retrieve-chat-events.html">Retrieve Chat Events</a></li> <li class="thirdlevel"><a href="agent-add-lines.html">Add Lines</a></li> <li class="thirdlevel"><a href="agent-end-chat.html">End Chat</a></li> <li class="thirdlevel"><a href="agent-retrieve-chat-info.html">Retrieve Chat Information</a></li> <li class="thirdlevel"><a href="">Retrieve Visitor’s Name</a></li> <li class="thirdlevel"><a href="agent-retrieve-agent-typing.html">Retrieve Agent's Typing Status</a></li> <li class="thirdlevel"><a href="agent-set-agent-typing.html">Set Agent’s Typing Status</a></li> <li class="thirdlevel"><a href="agent-retrieve-visitor-typing.html">Retrieve Visitor's Typing Status</a></li> <li class="thirdlevel"><a href="agent-chat-agent-retrieve-skills.html">Retrieve Available Skills</a></li> <li class="thirdlevel"><a href="agent-transfer-chat.html">Transfer a Chat</a></li> <li class="thirdlevel"><a href="agent-retrieve-survey-structure.html">Retrieve Agent Survey Structure</a></li> </ul> </li> <li class="subfolders"> <a href="#">Messaging Agent SDK</a> <ul> <li class="thirdlevel"><a href="messaging-agent-sdk-overview.html">Overview</a></li> </ul> </li> </ul> <li> <a href="#">Data</a> <ul> <li class="subfolders"> <a href="#">Data Access API (Beta)</a> <ul> <li class="thirdlevel"><a href="data-data-access-overview.html">Overview</a></li> <li class="thirdlevel"><a href="data-data-access-architecture.html">Architecture</a></li> <li class="thirdlevel"><a href="data-data-access-methods.html">Methods</a></li> <li class="thirdlevel"><a href="data-data-access-base-resource.html">Base Resource</a></li> <li class="active thirdlevel"><a href="data-data-access-agent-activity.html">Agent Activity</a></li> <li class="thirdlevel"><a href="data-data-access-web-session.html">Web Session</a></li> <li class="thirdlevel"><a href="data-data-access-engagement.html">Engagement</a></li> <li class="thirdlevel"><a href="data-data-access-survey.html">Survey</a></li> <li class="thirdlevel"><a href="data-data-access-schema.html">Schema</a></li> <li class="thirdlevel"><a href="data-data-access-appendix.html">Appendix</a></li> </ul> </li> <li class="subfolders"> <a href="#">Messaging Operations API</a> <ul> <li class="thirdlevel"><a href="data-messaging-operations-overview.html">Overview</a></li> <li class="thirdlevel"><a href="data-messaging-operations-methods.html">Methods</a></li> <li class="thirdlevel"><a href="data-messaging-operations-messaging-conversation.html">Messaging Conversation</a></li> <li class="thirdlevel"><a href="data-messaging-operations-messaging-csat-distribution.html">Messaging CSAT Distribution</a></li> <li class="thirdlevel"><a href="data-messaging-operations-appendix.html">Appendix</a></li> </ul> </li> <li class="subfolders"> <a href="#">Messaging Interactions API (Beta)</a> <ul> <li class="thirdlevel"><a href="data-messaging-interactions-overview.html">Overview</a></li> <li class="thirdlevel"><a href="data-messaging-interactions-methods.html">Methods</a></li> <li class="thirdlevel"><a href="data-messaging-interactions-conversations.html">Conversations</a></li> <li class="thirdlevel"><a href="data-messaging-interactions-get-conversation-by-conversation-id.html">Get conversation by conversation ID</a></li> <li class="thirdlevel"><a href="data-messaging-interactions-get-conversations-by-consumer-id.html">Get Conversations by Consumer ID</a></li> <li class="thirdlevel"><a href="data-messaging-interactions-sample-code.html">Sample Code</a></li> <li class="thirdlevel"><a href="data-messaging-interactions-appendix.html">Appendix</a></li> </ul> </li> <li class="subfolders"> <a href="#">Engagement History API</a> <ul> <li class="thirdlevel"><a href="data-data-access-overview.html">Overview</a></li> <li class="thirdlevel"><a href="data-engagement-history-methods.html">Methods</a></li> <li class="thirdlevel"><a href="data-engagement-history-retrieve-engagement-list-by-criteria.html">Retrieve Engagement List by Criteria</a></li> <li class="thirdlevel"><a href="data-engagement-history-sample-code.html">Sample Code</a></li> <li class="thirdlevel"><a href="data-engagement-history-appendix.html">Appendix</a></li> </ul> </li> <li class="subfolders"> <a href="#">Operational Real-time API</a> <ul> <li class="thirdlevel"><a href="data-operational-realtime-overview.html">Overview</a></li> <li class="thirdlevel"><a href="data-operational-realtime-methods.html">Methods</a></li> <li class="thirdlevel"><a href="data-operational-realtime-queue-health.html">Queue Health</a></li> <li class="thirdlevel"><a href="data-operational-realtime-engagement-activity.html">Engagement Activity</a></li> <li class="thirdlevel"><a href="data-operational-realtime-agent-activity.html">Agent Activity</a></li> <li class="thirdlevel"><a href="data-operational-realtime-current-queue-state.html">Current Queue State</a></li> <li class="thirdlevel"><a href="data-operational-realtime-sla-histogram.html">SLA Histogram</a></li> <li class="thirdlevel"><a href="data-operational-realtime-sample-code.html">Sample Code</a></li> </ul> </li> </ul> <li> <a href="#">LiveEngage Tag</a> <ul> <li class="subfolders"> <a href="#">LE Tag Events</a> <ul> <li class="thirdlevel"><a href="lp-tag-tag-events-overview.html">Overview</a></li> <li class="thirdlevel"><a href="lp-tag-tag-events-how.html">How to use these Events</a></li> <li class="thirdlevel"><a href="lp-tag-tag-events-events.html">Events</a></li> <li class="thirdlevel"><a href="lp-tag-visitor-flow.html">Visitor Flow Events</a></li> <li class="thirdlevel"><a href="lp-tag-engagement.html">Engagement Events</a></li> <li class="thirdlevel"><a href="lp-tag-engagement-window.html">Engagement Window Events</a></li> </ul> </li> </ul> <li> <a href="#">Messaging Window API</a> <ul> <li class="subfolders"> <a href="#">Introduction</a> <ul> <li class="thirdlevel"><a href="consumer-interation-index.html">Home</a></li> <li class="thirdlevel"><a href="consumer-int-protocol-overview.html">Protocol Overview</a></li> <li class="thirdlevel"><a href="consumer-int-getting-started.html">Getting Started</a></li> </ul> </li> <li class="subfolders"> <a href="#">Tutorials</a> <ul> <li class="thirdlevel"><a href="consumer-int-get-msg.html">Get Messages</a></li> <li class="thirdlevel"><a href="consumer-int-conversation-md.html">Conversation Metadata</a></li> <li class="thirdlevel"><a href="consumer-int-readaccept-events.html">Read/Accept events</a></li> <li class="thirdlevel"><a href="consumer-int-authentication.html">Authentication</a></li> <li class="thirdlevel"><a href="consumer-int-agent-profile.html">Agent Profile</a></li> <li class="thirdlevel"><a href="consumer-int-post-survey.html">Post Conversation Survey</a></li> <li class="thirdlevel"><a href="consumer-int-client-props.html">Client Properties</a></li> <li class="thirdlevel"><a href="consumer-int-no-headers.html">Avoid Webqasocket Headers</a></li> </ul> </li> <li class="subfolders"> <a href="#">Samples</a> <ul> <li class="thirdlevel"><a href="consumer-int-js-sample.html">JavaScript Messenger</a></li> </ul> </li> <li class="subfolders"> <a href="#">API Reference</a> <ul> <li class="thirdlevel"><a href="consumer-int-api-reference.html">Overview</a></li> <li class="thirdlevel"><a href="consumer-int-msg-reqs.html">Request Builder</a></li> <li class="thirdlevel"><a href="consumer-int-msg-resps.html">Response Builder</a></li> <li class="thirdlevel"><a href="consumer-int-msg-notifications.html">Notification Builder</a></li> <li class="thirdlevel"><a href="consumer-int-msg-req-conv.html">New Conversation</a></li> <li class="thirdlevel"><a href="consumer-int-msg-close-conv.html">Close Conversation</a></li> <li class="thirdlevel"><a href="consumer-int-msg-conv-ttr.html">Urgent Conversation</a></li> <li class="thirdlevel"><a href="consumer-int-msg-csat-conv.html">Update CSAT</a></li> <li class="thirdlevel"><a href="consumer-int-msg-sub-conv.html">Subscribe Conversations Metadata</a></li> <li class="thirdlevel"><a href="consumer-int-msg-unsub-conv.html">Unsubscribe Conversations Metadata</a></li> <li class="thirdlevel"><a href="consumer-int-msg-text-cont.html">Publish Content</a></li> <li class="thirdlevel"><a href="consumer-int-msg-sub-events.html">Subscribe Conversation Content</a></li> <li class="thirdlevel"><a href="consumer-int-msg-init-con.html">Browser Init Connection</a></li> </ul> </li> </ul> <!-- if you aren't using the accordion, uncomment this block: <p class="external"> <a href="#" id="collapseAll">Collapse All</a> | <a href="#" id="expandAll">Expand All</a> </p> --> </li> </ul> </div> <!-- this highlights the active parent class in the navgoco sidebar. this is critical so that the parent expands when you're viewing a page. This must appear below the sidebar code above. Otherwise, if placed inside customscripts.js, the script runs before the sidebar code runs and the class never gets inserted.--> <script>$("li.active").parents('li').toggleClass("active");</script> <!-- Content Column --> <div class="col-md-9"> <div class="post-header"> <h1 class="post-title-main">Agent Activity</h1> </div> <div class="post-content"> <p>Agent Activity retrieves the agent’s session data in .zip format files. The agent’s activity data is a list of sessions which occur from the agent’s login time to the agent’s logout time. This data is used to analyze agent efficiency and availability. Each session includes the agent’s information, such as login name, nickname, status changes, number of concurrent chats, etc.</p> <h2 id="request">Request</h2> <table> <thead> <tr> <th style="text-align: left">Method</th> <th style="text-align: left">URL</th> </tr> </thead> <tbody> <tr> <td style="text-align: left">GET</td> <td style="text-align: left"><code class="highlighter-rouge">https://&lt;domain&gt;/data_access_le/account/{accountID}/le/AgentActivity?startTime=&lt;startTime&gt;&amp;endTime=&lt;endTime&gt;</code></td> </tr> </tbody> </table> <p><strong>URL Parameters</strong></p> <p>Required:</p> <table> <thead> <tr> <th style="text-align: left">Parameter</th> <th style="text-align: left">Description</th> <th style="text-align: left">Type / Value</th> </tr> </thead> <tbody> <tr> <td style="text-align: left">startTime</td> <td style="text-align: left">Start time in milliseconds, refers to the start time boundary of the range the files were generated. Should be used as an incremental timestamp.</td> <td style="text-align: left">numeric</td> </tr> <tr> <td style="text-align: left">endTime</td> <td style="text-align: left">End time in milliseconds, refers to the start time boundary of the range the files were generated. Should be used as an incremental timestamp.</td> <td style="text-align: left">numeric</td> </tr> </tbody> </table> <h2 id="response">Response</h2> <p><strong>JSON Example</strong></p> <p>Request for account 75555851:</p> <div class="highlighter-rouge"><pre class="highlight"><code><span class="p">{</span><span class="w"> </span><span class="nt">"dataAccessFiles"</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="nt">"@id"</span><span class="p">:</span><span class="w"> </span><span class="s2">"28045150"</span><span class="p">,</span><span class="w"> </span><span class="nt">"link"</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="nt">"@href"</span><span class="p">:</span><span class="w"> </span><span class="s2">"https://va-a.da.liveperson.net/data_access_le/account/28045150/le/agentActivity"</span><span class="p">,</span><span class="w"> </span><span class="nt">"@rel"</span><span class="p">:</span><span class="w"> </span><span class="s2">"self"</span><span class="w"> </span><span class="p">},</span><span class="w"> </span><span class="nt">"file"</span><span class="p">:</span><span class="w"> </span><span class="p">[</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="nt">"@name"</span><span class="p">:</span><span class="w"> </span><span class="s2">"Agent.1461387600000.1461391200000.part-00001-0"</span><span class="p">,</span><span class="w"> </span><span class="nt">"@scopeStartDate"</span><span class="p">:</span><span class="w"> </span><span class="s2">"2016-04-23T01:00:00-04:00"</span><span class="p">,</span><span class="w"> </span><span class="nt">"@scopeEndDate"</span><span class="p">:</span><span class="w"> </span><span class="s2">"2016-04-23T02:00:00-04:00"</span><span class="p">,</span><span class="w"> </span><span class="nt">"@href"</span><span class="p">:</span><span class="w"> </span><span class="s2">"https://va-a.da.liveperson.net/data_access_le/account/28045150/le/agentActivity/Agent.1461387600000.1461391200000.part-00001-0.gz"</span><span class="w"> </span><span class="p">},</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="nt">"@name"</span><span class="p">:</span><span class="w"> </span><span class="s2">"Agent.1461391200000.1461394800000.part-00001-0"</span><span class="p">,</span><span class="w"> </span><span class="nt">"@scopeStartDate"</span><span class="p">:</span><span class="w"> </span><span class="s2">"2016-04-23T02:00:00-04:00"</span><span class="p">,</span><span class="w"> </span><span class="nt">"@scopeEndDate"</span><span class="p">:</span><span class="w"> </span><span class="s2">"2016-04-23T03:00:00-04:00"</span><span class="p">,</span><span class="w"> </span><span class="nt">"@href"</span><span class="p">:</span><span class="w"> </span><span class="s2">"https://va-a.da.liveperson.net/data_access_le/account/28045150/le/agentActivity/Agent.1461391200000.1461394800000.part-00001-0.gz"</span><span class="w"> </span><span class="p">},</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="nt">"@name"</span><span class="p">:</span><span class="w"> </span><span class="s2">"Agent.1461394800000.1461398400000.part-00001-0"</span><span class="p">,</span><span class="w"> </span><span class="nt">"@scopeStartDate"</span><span class="p">:</span><span class="w"> </span><span class="s2">"2016-04-23T03:00:00-04:00"</span><span class="p">,</span><span class="w"> </span><span class="nt">"@scopeEndDate"</span><span class="p">:</span><span class="w"> </span><span class="s2">"2016-04-23T04:00:00-04:00"</span><span class="p">,</span><span class="w"> </span><span class="nt">"@href"</span><span class="p">:</span><span class="w"> </span><span class="s2">"https://va-a.da.liveperson.net/data_access_le/account/28045150/le/agentActivity/Agent.1461394800000.1461398400000.part-00001-0.gz"</span><span class="w"> </span><span class="p">},</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="nt">"@name"</span><span class="p">:</span><span class="w"> </span><span class="s2">"Agent.1461398400000.1461402000000.part-00000-0"</span><span class="p">,</span><span class="w"> </span><span class="nt">"@scopeStartDate"</span><span class="p">:</span><span class="w"> </span><span class="s2">"2016-04-23T04:00:00-04:00"</span><span class="p">,</span><span class="w"> </span><span class="nt">"@scopeEndDate"</span><span class="p">:</span><span class="w"> </span><span class="s2">"2016-04-23T05:00:00-04:00"</span><span class="p">,</span><span class="w"> </span><span class="nt">"@href"</span><span class="p">:</span><span class="w"> </span><span class="s2">"https://va-a.da.liveperson.net/data_access_le/account/28045150/le/agentActivity/Agent.1461398400000.1461402000000.part-00000-0.gz"</span><span class="w"> </span><span class="p">},</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="nt">"@name"</span><span class="p">:</span><span class="w"> </span><span class="s2">"Agent.1461402000000.1461405600000.part-00000-0"</span><span class="p">,</span><span class="w"> </span><span class="nt">"@scopeStartDate"</span><span class="p">:</span><span class="w"> </span><span class="s2">"2016-04-23T05:00:00-04:00"</span><span class="p">,</span><span class="w"> </span><span class="nt">"@scopeEndDate"</span><span class="p">:</span><span class="w"> </span><span class="s2">"2016-04-23T06:00:00-04:00"</span><span class="p">,</span><span class="w"> </span><span class="nt">"@href"</span><span class="p">:</span><span class="w"> </span><span class="s2">"https://va-a.da.liveperson.net/data_access_le/account/28045150/le/agentActivity/Agent.1461402000000.1461405600000.part-00000-0"</span><span class="w"> </span><span class="p">}</span><span class="w"> </span><span class="p">]</span><span class="w"> </span><span class="p">}</span><span class="w"> </span><span class="p">}</span><span class="w"> </span></code></pre> </div> <p><strong>Elements in the Response</strong></p> <table> <thead> <tr> <th style="text-align: left">Parameter</th> <th style="text-align: left">Description</th> <th style="text-align: left">Type / Value</th> </tr> </thead> <tbody> <tr> <td style="text-align: left">id</td> <td style="text-align: left">LivePerson account number.</td> <td style="text-align: left">string</td> </tr> <tr> <td style="text-align: left">file</td> <td style="text-align: left">List of files.</td> <td style="text-align: left">array container</td> </tr> <tr> <td style="text-align: left">name</td> <td style="text-align: left">Name of file.</td> <td style="text-align: left">string</td> </tr> <tr> <td style="text-align: left">scopeStartDate</td> <td style="text-align: left">Start time of the automated process that generates the file.</td> <td style="text-align: left">ISO standard</td> </tr> <tr> <td style="text-align: left">scopeEndDate</td> <td style="text-align: left">End time of the automated process that generates the file.</td> <td style="text-align: left">ISO standard</td> </tr> <tr> <td style="text-align: left">href</td> <td style="text-align: left">URI to retrieve the file.</td> <td style="text-align: left">string</td> </tr> </tbody> </table> <p><strong>Data Structure</strong></p> <p>JSON Example</p> <div class="highlighter-rouge"><pre class="highlight"><code><span class="p">{</span><span class="w"> </span><span class="nt">"dataType"</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="nt">"com.liveperson.dataaccess.DataTypeEnum"</span><span class="p">:</span><span class="w"> </span><span class="s2">"AgentActivity"</span><span class="w"> </span><span class="p">},</span><span class="w"> </span><span class="nt">"metaData"</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="nt">"accountId"</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="nt">"string"</span><span class="p">:</span><span class="w"> </span><span class="s2">"75555851"</span><span class="w"> </span><span class="p">},</span><span class="w"> </span><span class="nt">"schemaVersion"</span><span class="p">:</span><span class="w"> </span><span class="s2">"1.0.0.4"</span><span class="p">,</span><span class="w"> </span><span class="nt">"startTime"</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="nt">"long"</span><span class="p">:</span><span class="w"> </span><span class="mi">1465992202047</span><span class="w"> </span><span class="p">},</span><span class="w"> </span><span class="nt">"endTime"</span><span class="p">:</span><span class="w"> </span><span class="kc">null</span><span class="w"> </span><span class="p">},</span><span class="w"> </span><span class="nt">"recordCollection"</span><span class="p">:</span><span class="w"> </span><span class="p">[</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="nt">"body"</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="nt">"com.liveperson.dataaccess.AgentActivityData"</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="nt">"header"</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="nt">"com.liveperson.dataaccess.AgentHeader"</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="nt">"agentSessionId"</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="nt">"string"</span><span class="p">:</span><span class="w"> </span><span class="s2">"75555851-684867733"</span><span class="w"> </span><span class="p">}</span><span class="w"> </span><span class="p">}</span><span class="w"> </span><span class="p">},</span><span class="w"> </span><span class="nt">"agentSessionsData"</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="nt">"array"</span><span class="p">:</span><span class="w"> </span><span class="p">[</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="nt">"agentID"</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="nt">"long"</span><span class="p">:</span><span class="w"> </span><span class="mi">9</span><span class="w"> </span><span class="p">},</span><span class="w"> </span><span class="nt">"type"</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="nt">"long"</span><span class="p">:</span><span class="w"> </span><span class="mi">3</span><span class="w"> </span><span class="p">},</span><span class="w"> </span><span class="nt">"state"</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="nt">"long"</span><span class="p">:</span><span class="w"> </span><span class="mi">0</span><span class="w"> </span><span class="p">},</span><span class="w"> </span><span class="nt">"timestamp"</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="nt">"long"</span><span class="p">:</span><span class="w"> </span><span class="mi">1465992202047</span><span class="w"> </span><span class="p">},</span><span class="w"> </span><span class="nt">"prevState"</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="nt">"long"</span><span class="p">:</span><span class="w"> </span><span class="mi">1</span><span class="w"> </span><span class="p">},</span><span class="w"> </span><span class="nt">"agentEmployeeId"</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="nt">"string"</span><span class="p">:</span><span class="w"> </span><span class="s2">""</span><span class="w"> </span><span class="p">},</span><span class="w"> </span><span class="nt">"agentUsername"</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="nt">"string"</span><span class="p">:</span><span class="w"> </span><span class="s2">"CRAgent"</span><span class="w"> </span><span class="p">},</span><span class="w"> </span><span class="nt">"agentNickname"</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="nt">"string"</span><span class="p">:</span><span class="w"> </span><span class="s2">"CRAgent"</span><span class="w"> </span><span class="p">},</span><span class="w"> </span><span class="nt">"agentLoginname"</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="nt">"string"</span><span class="p">:</span><span class="w"> </span><span class="s2">"CRAgent@liveperson.com"</span><span class="w"> </span><span class="p">},</span><span class="w"> </span><span class="nt">"prevConcurrentEng"</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="nt">"long"</span><span class="p">:</span><span class="w"> </span><span class="mi">0</span><span class="w"> </span><span class="p">},</span><span class="w"> </span><span class="nt">"concurrentEng"</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="nt">"long"</span><span class="p">:</span><span class="w"> </span><span class="mi">0</span><span class="w"> </span><span class="p">},</span><span class="w"> </span><span class="nt">"maxConcurrentEng"</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="nt">"long"</span><span class="p">:</span><span class="w"> </span><span class="mi">-9</span><span class="w"> </span><span class="p">},</span><span class="w"> </span><span class="nt">"agentGroupID"</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="nt">"long"</span><span class="p">:</span><span class="w"> </span><span class="mi">-1</span><span class="w"> </span><span class="p">}</span><span class="w"> </span><span class="p">}</span><span class="w"> </span><span class="p">]</span><span class="w"> </span><span class="p">}</span><span class="w"> </span><span class="p">}</span><span class="w"> </span><span class="p">}</span><span class="w"> </span><span class="p">}</span><span class="w"> </span><span class="p">]</span><span class="w"> </span><span class="p">}</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="nt">"dataType"</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="nt">"com.liveperson.dataaccess.DataTypeEnum"</span><span class="p">:</span><span class="w"> </span><span class="s2">"AgentActivity"</span><span class="w"> </span><span class="p">},</span><span class="w"> </span><span class="nt">"metaData"</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="nt">"accountId"</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="nt">"string"</span><span class="p">:</span><span class="w"> </span><span class="s2">"75555851"</span><span class="w"> </span><span class="p">},</span><span class="w"> </span><span class="nt">"schemaVersion"</span><span class="p">:</span><span class="w"> </span><span class="s2">"1.0.0.4"</span><span class="p">,</span><span class="w"> </span><span class="nt">"startTime"</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="nt">"long"</span><span class="p">:</span><span class="w"> </span><span class="mi">1465992202047</span><span class="w"> </span><span class="p">},</span><span class="w"> </span><span class="nt">"endTime"</span><span class="p">:</span><span class="w"> </span><span class="kc">null</span><span class="w"> </span><span class="p">},</span><span class="w"> </span><span class="nt">"recordCollection"</span><span class="p">:</span><span class="w"> </span><span class="p">[</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="nt">"body"</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="nt">"com.liveperson.dataaccess.AgentActivityData"</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="nt">"header"</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="nt">"com.liveperson.dataaccess.AgentHeader"</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="nt">"agentSessionId"</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="nt">"string"</span><span class="p">:</span><span class="w"> </span><span class="s2">"75555851-684867733"</span><span class="w"> </span><span class="p">}</span><span class="w"> </span><span class="p">}</span><span class="w"> </span><span class="p">},</span><span class="w"> </span><span class="nt">"agentSessionsData"</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="nt">"array"</span><span class="p">:</span><span class="w"> </span><span class="p">[</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="nt">"agentID"</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="nt">"long"</span><span class="p">:</span><span class="w"> </span><span class="mi">9</span><span class="w"> </span><span class="p">},</span><span class="w"> </span><span class="nt">"type"</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="nt">"long"</span><span class="p">:</span><span class="w"> </span><span class="mi">3</span><span class="w"> </span><span class="p">},</span><span class="w"> </span><span class="nt">"state"</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="nt">"long"</span><span class="p">:</span><span class="w"> </span><span class="mi">0</span><span class="w"> </span><span class="p">},</span><span class="w"> </span><span class="nt">"timestamp"</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="nt">"long"</span><span class="p">:</span><span class="w"> </span><span class="mi">1465992202047</span><span class="w"> </span><span class="p">},</span><span class="w"> </span><span class="nt">"prevState"</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="nt">"long"</span><span class="p">:</span><span class="w"> </span><span class="mi">1</span><span class="w"> </span><span class="p">},</span><span class="w"> </span><span class="nt">"agentEmployeeId"</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="nt">"string"</span><span class="p">:</span><span class="w"> </span><span class="s2">""</span><span class="w"> </span><span class="p">},</span><span class="w"> </span><span class="nt">"agentUsername"</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="nt">"string"</span><span class="p">:</span><span class="w"> </span><span class="s2">"CRAgent"</span><span class="w"> </span><span class="p">},</span><span class="w"> </span><span class="nt">"agentNickname"</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="nt">"string"</span><span class="p">:</span><span class="w"> </span><span class="s2">"CRAgent"</span><span class="w"> </span><span class="p">},</span><span class="w"> </span><span class="nt">"agentLoginname"</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="nt">"string"</span><span class="p">:</span><span class="w"> </span><span class="s2">"CRAgent@liveperson.com"</span><span class="w"> </span><span class="p">},</span><span class="w"> </span><span class="nt">"prevConcurrentEng"</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="nt">"long"</span><span class="p">:</span><span class="w"> </span><span class="mi">0</span><span class="w"> </span><span class="p">},</span><span class="w"> </span><span class="nt">"concurrentEng"</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="nt">"long"</span><span class="p">:</span><span class="w"> </span><span class="mi">0</span><span class="w"> </span><span class="p">},</span><span class="w"> </span><span class="nt">"maxConcurrentEng"</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="nt">"long"</span><span class="p">:</span><span class="w"> </span><span class="mi">-9</span><span class="w"> </span><span class="p">},</span><span class="w"> </span><span class="nt">"agentGroupID"</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="nt">"long"</span><span class="p">:</span><span class="w"> </span><span class="mi">-1</span><span class="w"> </span><span class="p">}</span><span class="w"> </span><span class="p">}</span><span class="w"> </span><span class="p">]</span><span class="w"> </span><span class="p">}</span><span class="w"> </span><span class="p">}</span><span class="w"> </span><span class="p">}</span><span class="w"> </span><span class="p">}</span><span class="w"> </span><span class="p">]</span><span class="w"> </span><span class="p">}</span><span class="w"> </span></code></pre> </div> <p>The following table describes the information that is available in the agent activity data:</p> <p><strong>Header</strong></p> <table> <thead> <tr> <th style="text-align: left">Parameter</th> <th style="text-align: left">Description</th> <th style="text-align: left">Type / Value</th> </tr> </thead> <tbody> <tr> <td style="text-align: left">agentSessionId</td> <td style="text-align: left">ID of the agent’s session.</td> <td style="text-align: left">string</td> </tr> </tbody> </table> <p><strong>Response Body</strong></p> <table> <thead> <tr> <th style="text-align: left">Parameter</th> <th style="text-align: left">Description</th> <th style="text-align: left">Type / Value</th> </tr> </thead> <tbody> <tr> <td style="text-align: left">agentID</td> <td style="text-align: left">Unique agent identifier.</td> <td style="text-align: left">long</td> </tr> <tr> <td style="text-align: left">type</td> <td style="text-align: left">Type of event generated the session, can be one of the following: -1 - Unknown, 1 - Chat, 3- Login, 4 – Logout.</td> <td style="text-align: left">long</td> </tr> <tr> <td style="text-align: left">state</td> <td style="text-align: left">Agent’s status, can be one of the following: -1 - Unknown, 0 - Irrelevant, 1 - Offline, 2 - Online, 3 - Back Soon, 4 – Away.</td> <td style="text-align: left">long</td> </tr> <tr> <td style="text-align: left">timestamp</td> <td style="text-align: left">Time for the state change in UTC.</td> <td style="text-align: left">long</td> </tr> <tr> <td style="text-align: left">prevState</td> <td style="text-align: left">The previous agent’s status, can be one of the following: -1 - Unknown, 0 - Irrelevant, 1 - Offline, 2 - Online, 3 - Back Soon, 4 – Away.</td> <td style="text-align: left">long</td> </tr> <tr> <td style="text-align: left">agentEmployeeId</td> <td style="text-align: left">Agent’s employee ID.</td> <td style="text-align: left">long</td> </tr> <tr> <td style="text-align: left">agentUserName</td> <td style="text-align: left">Agent’s user name.</td> <td style="text-align: left">string</td> </tr> <tr> <td style="text-align: left">agentNickName</td> <td style="text-align: left">Agent’s nickname.</td> <td style="text-align: left">string</td> </tr> <tr> <td style="text-align: left">agentLoginName</td> <td style="text-align: left">Agent’s login name.</td> <td style="text-align: left">string</td> </tr> <tr> <td style="text-align: left">prevConcurrentEng</td> <td style="text-align: left">How many chats were handled concurrently prior to state change.</td> <td style="text-align: left">long</td> </tr> <tr> <td style="text-align: left">concurrentEng</td> <td style="text-align: left">How many chats were handled concurrently at the time of state change.</td> <td style="text-align: left">long</td> </tr> <tr> <td style="text-align: left">maxConcurrentEng</td> <td style="text-align: left">The maximum amount of chats the agent can take at one time.</td> <td style="text-align: left">long</td> </tr> <tr> <td style="text-align: left">agentGroupID</td> <td style="text-align: left">Agent group’s ID.</td> <td style="text-align: left">long</td> </tr> </tbody> </table> <div class="tags"> </div> </div> <hr class="shaded"/> <footer> <div class="row"> <div class="col-lg-12 footer"> &copy;2017 LivePerson. All rights reserved.<br />This documentation is subject to change without notice.<br /> Site last generated: Mar 13, 2017 <br /> <p><img src="img/company_logo.png" alt="Company logo"/></p> </div> </div> </footer> </div> <!-- /.row --> </div> <!-- /.container --> </div> </body> </html>
place/bahrain/postcodes/index.html
okfn/opendataindex-2015
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="author" content="Open Knowledge"> <meta name="description" content="The state of government open data in Bahrain for Location datasets in 2015 "> <meta name="keywords" content="Bahrain, Location datasets, 2015, Open Government, Open Data, Government Transparency, Open Knowledge "> <meta property="og:type" content="website"/> <meta property="og:title" content="Open Data Index - Open Knowledge"/> <meta property="og:site_name" content="Open Data Index"/> <meta property="og:description" content="The state of government open data in Bahrain for Location datasets in 2015"/> <meta property="og:image" content="/static/images/favicon.ico"/> <title>Bahrain / Location datasets | Global Open Data Index by Open Knowledge</title> <base href="/"> <!--[if lt IE 9]> <script src="/static/vendor/html5shiv.min.js"></script> <![endif]--> <link rel="stylesheet" href="/static/css/site.css"> <link rel="icon" href="/static/images/favicon.ico"> <script> var siteUrl = ''; </script> </head> <body class="place_dataset"> <div class="fixed-ok-panel"> <div id="ok-panel" class="closed"> <iframe src="http://assets.okfn.org/themes/okfn/okf-panel.html" scrolling="no"></iframe> </div> <a class="ok-ribbon"><img src="http://okfnlabs.org/ok-panel/assets/images/ok-ribbon.png" alt="Open Knowledge"></a> </div> <header id="header"> <nav class="navbar navbar-default" role="navigation"> <div class="container"> <div> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <div class="logo"> <a href="/"> <img src="/static/images/logo2.png"> <span>Global<br/>Open Data Index</span> </a> </div> </div> <div class="collapse navbar-collapse" id="navbar-collapse"> <ul class="nav navbar-nav" style="margin-right: 132px;"> <li> <a href="/place/" title="About the Open Data Index project"> Places </a> </li> <li> <a href="/dataset/" title="About the Open Data Index project"> Datasets </a> </li> <li> <a href="/download/" title="Download Open Data Index data"> Download </a> </li> <li> <a href="/insights/" title="Insights"> Insights </a> </li> <li> <a href="/methodology/" title="The methodology behind the Open Data Index"> Methodology </a> </li> <li> <a href="/about/" title="About the Open Data Index project"> About </a> </li> <li> <a href="/press/" title="Press information for the Open Data Index"> Press </a> </li> </ul> </div> </div> </div> </nav> </header> <div class="container"> <div class="content"> <div class="row"> <div class="col-md-12"> <ol class="breadcrumb"> <li> <a href="/">Home</a> </li> <li><a href="/place">Places</a></li> <li><a href="/place/bahrain/">Bahrain</a></li> <li class="active">Location datasets</li> </ol> <section id="data-header"> <div class="row"> <div class="col-md-6"> <h1> <a href="/dataset/postcodes/" title="See more data on Location datasets in the Open Data Index">Location datasets</a> <span class="place-openness" data-score="0">0% open</span> </h1> <h3> <a href="/place/bahrain/" title="See more data on Bahrain in the Open Data Index">Bahrain</a> </h3> <!--div class="col-md-12 place-rank statistics"> <span class="">Bahrain is ranked #61 for this dataset</span> </div> <div class="row relative"> </div--> <div class="row navigate"> <div class="col-md-12"> <h4 class="inline">See other years</h4> <div class=" inline"> <a class="" href="/place/bahrain/postcodes/2014/" title="2014">2014</a> <a class="" href="/place/bahrain/postcodes/2013/" title="2013">2013</a> </div> </div> <div class="col-md-12"> <h4>Share or embed this page</h4> <div class="btn-group"> <a href="" class="btn btn-default embed" data-toggle="modal" data-target="#embed-instructions"> <i class="fa fa-code"></i> Embed </a> <a href="http://twitter.com/share?url=/place/bahrain/postcodes/&text=Check out this data from the Global Open Data Index" class="btn btn-default twitter" target="_blank"> <i class="fa fa-twitter"></i> Twitter </a> <a href="http://www.facebook.com/sharer/sharer.php?u=/place/bahrain/postcodes/" class="btn btn-default facebook" target="_blank"> <i class="fa fa-facebook"></i> Facebook </a> <a href="https://plus.google.com/share?url=/place/bahrain/postcodes/" class="btn btn-default google-plus" target="_blank"> <i class="fa fa-google-plus"></i> Google+ </a> </div> <div class="modal fade" id="embed-instructions" tabindex="-1" role="dialog" aria-labelledby="embedLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button> <h4 class="modal-title" id="embedLabel">Map embed code</h4> </div> <div class="modal-body"> <p> Use the following code to embed the map visualisation into your own website. </p> <xmp contenteditable="true"><iframe width="100%" height="360px" src="/vis/map/embed/?embed_width=100%&embed_height=360px&filter_year=2015&filter_dataset=postcodes&panel_tools=false&panel_share=false&embed_title=Bahrain ; Location datasets ; 2015&map_place=bh" frameBorder="0"></iframe></xmp> <p> If you are a developer, you can read more about the embed options here: <a href="https://github.com/okfn/opendataindex/#choropleth-map" title="Embed options">Embed options</a> </p> </div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal">Close</button> </div> </div> </div> </div> </div> </div> </div> <div class="col-md-6"> <div id="map-container"> <iframe width="100%" height="360px" src="/vis/map/embed/?embed_width=100%&embed_height=360px&filter_year=2015&filter_dataset=postcodes&panel_tools=false&panel_share=false&embed_title=Bahrain ; Location datasets ; 2015&map_place=bh" frameBorder="0"></iframe> </div> </div> </div> </section> <hr /> <section class="dataset-about"> <div class="row"> <div class="col-md-12"> <h3>What data is expected?</h3> <p>A database of postcodes/zipcodes and the corresponding spatial locations in terms of a latitude and a longitude (or similar coordinates in an openly published national coordinate system). If a postcode/zipcode system does not exist in the country, please submit a dataset of administrative borders. Data submitted in this category must satisfy the following minimum conditions</p> <ul> <li>Zipcodes</li> <li>Address</li> <li>Coordinate (latitude longitude)</li> <li>national level</li> <li><p>updated once a year</p> </li> <li><p>Administrative boundaries</p> </li> <li>Boarders poligone</li> <li>name of poligone (city, neighborhood)</li> <li>national level</li> <li>updated once a year</li> </ul> </div> </div> <div class="row"> <div class="col-md-12"> <h3>What data is available</h3> </div> <div class="col-md-6"> <ul class="availability-single"> <li class="maybe" data-toggle="popover" title="&lt;h4&gt;&lt;p&gt;Openly licensed? &lt;/p&gt;&lt;/h4&gt;" data-content="&lt;p&gt;The licence must comply with the Open Definition which allows data to be freely used, reused and redistributed. The Open Definition provides a list of conformant licences. If the data uses one of these licences, it is openly licensed.&lt;/p&gt; &lt;p&gt;Licences are commonly found in:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;the web page footer&lt;/li&gt; &lt;li&gt;a link to Terms &amp;amp; Conditions&lt;/li&gt; &lt;li&gt;the About section&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;Some licences may allow re-use and redistribution but have not been assessed as conformant with the Open Definition. In this case, seek feedback on the Open Data Index discussion forum&lt;/p&gt;" data-placement="right"> <i class="fa fa-unlock-alt pointer" title="Click for more information"></i>&nbsp; Openly licensed? Unsure (No URL given) </li> <li class="maybe" data-toggle="popover" title="&lt;h4&gt;&lt;p&gt;Is the data available for free? &lt;/p&gt;&lt;/h4&gt;" data-content="&lt;p&gt;The data is free if you don’t have to pay for it.&lt;/p&gt;" data-placement="right"> <i class="fa fa-dollar pointer" title="Click for more information"></i>&nbsp; Is the data available for free? Unsure </li> <li class="maybe" data-toggle="popover" title="&lt;h4&gt;&lt;p&gt;Is the data machine readable? &lt;/p&gt;&lt;/h4&gt;" data-content="&lt;p&gt;All files are digital, but not all can be processed or parsed easily by a computer. In order to answer this question, you would need to look at the file type of the dataset. As a rule of thumb the following file types are machine readable:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;XLS&lt;/li&gt; &lt;li&gt;CSV&lt;/li&gt; &lt;li&gt;JSON&lt;/li&gt; &lt;li&gt;XML&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;The following formats are NOT machine readable:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;HTML&lt;/li&gt; &lt;li&gt;PDF&lt;/li&gt; &lt;li&gt;DOC&lt;/li&gt; &lt;li&gt;JIF&lt;/li&gt; &lt;li&gt;JPEG&lt;/li&gt; &lt;li&gt;PPT&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;If you have a different file type and you don’t know if it’s machine readable or not, ask in the Open Data Census forum&lt;/p&gt;" data-placement="right"> <i class="fa fa-keyboard-o pointer" title="Click for more information"></i>&nbsp; Is the data machine readable? Unsure (n/a) </li> <li class="maybe" data-toggle="popover" title="&lt;h4&gt;&lt;p&gt;Available in bulk? &lt;/p&gt;&lt;/h4&gt;" data-content="&lt;p&gt;Data is available in bulk if the whole dataset can be downloaded easily. It is considered non-bulk if the citizens are limited to getting parts of the dataset through an online interface.&lt;/p&gt; &lt;p&gt;For example, if restricted to querying a web form and retrieving a few results at a time from a very large database.&lt;/p&gt;" data-placement="right"> <i class="fa fa-copy pointer" title="Click for more information"></i>&nbsp; Available in bulk? Unsure </li> <li class="maybe" data-toggle="popover" title="&lt;h4&gt;&lt;p&gt;Is the data provided on a timely and up to date basis? &lt;/p&gt;&lt;/h4&gt;" data-content="&lt;p&gt;Is the data current for the census year? You can determine or estimate when the data was last updated and its update frequency by reviewing:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;the metadata displayed for the data in an open data portal or web page&lt;/li&gt; &lt;li&gt;the dataset title or filename e.g. Budget 2013-14 or Election_4July2015.csv&lt;/li&gt; &lt;li&gt;metadata tags embedded in the web page that contains the data&lt;/li&gt; &lt;li&gt;date values within the data to find the most recent date value&lt;/li&gt; &lt;li&gt;the timestamp on the data file (although this may not be accurate)&lt;/li&gt; &lt;li&gt;Some data is not updated on a regular basis. e.g. Pollutant emissions may be updated daily - while postal codes may not change for many years. &lt;/li&gt; &lt;/ul&gt; &lt;p&gt;You may need to use your judgement to determine if the data is timely and up to date. Document your rationale in the comments section.&lt;/p&gt; &lt;p&gt;If you cannot determine a date, answer, &amp;quot;NO&amp;quot; i.e. the data is not timely or up-to-date.&lt;/p&gt;" data-placement="right"> <i class="fa fa-clock-o pointer" title="Click for more information"></i>&nbsp; Is the data provided on a timely and up to date basis? Unsure </li> <li class="maybe" data-toggle="popover" title="&lt;h4&gt;&lt;p&gt;Publicly available? &lt;/p&gt;&lt;/h4&gt;" data-content="&lt;p&gt;Can the data be accessed by the public without restrictions? Data is considered publicly available when:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;It can be accessed online without the need for a password or permissions.&lt;/li&gt; &lt;li&gt;If the data is in paper form, can be accessed by the public, and there is no restrictions on the number of photocopies that can be made.&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;Data is &lt;strong&gt;NOT&lt;/strong&gt; publicly available when:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;It is only made available after making a request.&lt;/li&gt; &lt;li&gt;It was availiable because of FOIA. &lt;/li&gt; &lt;li&gt;It can only be accessed by government officials.&lt;/li&gt; &lt;/ul&gt;" data-placement="right"> <i class="fa fa-eye pointer" title="Click for more information"></i>&nbsp; Publicly available? Unsure </li> <li class="maybe" data-toggle="popover" title="&lt;h4&gt;&lt;p&gt;Is data in digital form? &lt;/p&gt;&lt;/h4&gt;" data-content="&lt;p&gt;Data can be in a digital format, but not accessible online. For example: A country budget can be stored on a spreadsheet or otherwise on a private government network, but not on the Internet. This means that the data is digital, but not publicly available. If you know that the data is digital somewhere inside the government (e.g. a government official tells you so), then you should answer “YES” to this question and note in the comment section how you discovered the data is in digital form.&lt;/p&gt;" data-placement="right"> <i class="fa fa-save pointer" title="Click for more information"></i>&nbsp; Is data in digital form? Unsure </li> <li class="maybe" data-toggle="popover" title="&lt;h4&gt;&lt;p&gt;Is the data available online? &lt;/p&gt;&lt;/h4&gt;" data-content="&lt;p&gt;Data is online if it can be accessed via the Internet (e.g. a website or open data portal). If the data has been emailed to you but is not accessible via the Internet, it is not considered to be available online.&lt;/p&gt;" data-placement="right"> <i class="fa fa-download pointer" title="Click for more information"></i>&nbsp; Is the data available online? Unsure (No URL given) </li> <li class="maybe" data-toggle="popover" title="&lt;h4&gt;&lt;p&gt;Does the data exist? &lt;/p&gt;&lt;/h4&gt;" data-content="&lt;p&gt;Data must come from an official resource either issued directly by the government or by a third party officially representing the government. Data offered by companies, citizen initiatives or any non-governmental organisation do not count for the Index.&lt;/p&gt; &lt;p&gt;If the government has given the right to publish the data to third parties, a submission with a link a to third party site is allowed. The third-party site must explicitly state that the data has been commissioned by the government. Check if the organization has an agreement with the government to be the official source and make a note in the comment section.&lt;/p&gt;" data-placement="right"> <i class="fa fa-file-o pointer" title="Click for more information"></i>&nbsp; Does the data exist? Unsure </li> </ul> </div> <div class="col-md-6"> <h4><strong>Details</strong></h4> <p>Bahrain does not use a postcode/zip code system. It is unknown if there is a dataset of administrative borders with the required descriptions is available.</p> <h4><strong>Reviewer comments</strong></h4> <p>ok</p> </div> </div> </section> <section id="place-contributors"> <div class="row"> <h2>Contributors</h2> <div class="col-md-6"> <h4>Reviewers</h4> <ul> <li>Codrina Maria Ilie</li> </ul> </div> <div class="col-md-6"> <h4>Submitters</h4> <ul> <li>Riyadh Al-Balushi</li> </ul> </div> </div> </section> </div> </div> </div> </div> <footer id="footer"> <div class="container"> <div class="row"> <div class="footer-main col-md-8"> <div class="footer-attribution"> <p> <a href="http://opendefinition.org/ossd/" title="Open Online Software Service"> <img src="http://assets.okfn.org/images/ok_buttons/os_80x15_orange_grey.png" alt="" border=""/> </a> <a href="http://opendefinition.org/okd/" title="Open Online Software Service"> <img src="http://assets.okfn.org/images/ok_buttons/od_80x15_blue.png" alt="" border=""/> </a> <a href="http://opendefinition.org/okd/" title="Open Content"> <img src="http://assets.okfn.org/images/ok_buttons/oc_80x15_blue.png" alt="" border=""/> </a> &ndash; <a href="http://creativecommons.org/licenses/by/3.0/" title="Content Licensed under a CC Attribution"></a> <a href="http://opendatacommons.org/licenses/pddl/1.0" title="Data License (Public Domain)">Data License (Public Domain)</a> </p> </div> <div class="footer-meta"> <p> This service is run by <a href="https://okfn.org/" title="Open Knowledge">Open Knowledge</a> </p> <a class="naked" href="http://okfn.org/" title="Open Knowledge"><img src="http://assets.okfn.org/p/okfn/img/okfn-logo-landscape-black-s.png" alt="" height="28"></a> </div> </div> <div class="footer-links col-md-2"> <li><a href="http://okfn.org/" title="Open Knowledge">Open Knowledge</a></li> <li><a href="http://okfn.org/opendata/" title="What is Open Data?">What is Open Data?</a></li> <li><a href="http://census.okfn.org/" title="Run your own Index">Run your own Index</a></li> <li><a href="https://github.com/okfn/opendataindex" title="The source code for Open Data Index">Source Code</a></li> </div> <div class="footer-links col-md-2"> <li><a href="/" title="Open Data Index home">Home</a></li> <li><a href="/download/" title="Download data">Download</a></li> <li><a href="/methodology/" title="The methodology behind the Open Data Index">Methodology</a></li> <li><a href="/faq/" title=" Open Data Index FAQ">FAQ</a></li> <li><a href="/about/" title="About the Open Data Index">About</a></li> <li><a href="/about/" title="Contact us">Contact</a></li> <li><a href="/press/" title="Press">Press</a></li> </div> </div> </div> </footer> <script data-main="/static/scripts/site" src="/static/scripts/require.js"></script> </body> </html>
clean/Linux-x86_64-4.02.3-2.0.6/released/8.5.0/higman-cf/8.10.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>higman-cf: 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 / higman-cf - 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> higman-cf <small> 8.10.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-08 16:59:48 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-08 16:59:48 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.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 # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/higman-cf&quot; license: &quot;LGPL 2.1&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/HigmanCF&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.10&quot; &amp; &lt; &quot;8.11~&quot;} ] tags: [ &quot;keyword: Higman&#39;s lemma&quot; &quot;keyword: extraction&quot; &quot;category: Mathematics/Combinatorics and Graph Theory&quot; &quot;category: Miscellaneous/Extracted Programs/Combinatorics&quot; ] authors: [ &quot;Stefan Berghofer&quot; ] bug-reports: &quot;https://github.com/coq-contribs/higman-cf/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/higman-cf.git&quot; synopsis: &quot;A direct constructive proof of Higman&#39;s Lemma&quot; description: &quot;&quot;&quot; This development formalizes in Coq the Coquand-Friedlender proof of Higman&#39;s lemma for a two-letter alphabet. An efficient program can be extracted from the proof.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/higman-cf/archive/v8.10.0.tar.gz&quot; checksum: &quot;md5=27d30246ec18035e8a687c43531a5c23&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-higman-cf.8.10.0 coq.8.5.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.5.0). The following dependencies couldn&#39;t be met: - coq-higman-cf -&gt; coq &gt;= 8.10 -&gt; ocaml &gt;= 4.05.0 base of this switch (use `--unlock-base&#39; 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-higman-cf.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>
doc/constant-values.html
cuppaamukkaacoffee/opensource_hbcb
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="ko"> <head> <!-- Generated by javadoc (1.8.0_92) on Wed Dec 21 00:04:15 KST 2016 --> <title>Constant Field Values</title> <meta name="date" content="2016-12-21"> <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="Constant Field Values"; } } 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="gameoflife/package-summary.html">Package</a></li> <li>Class</li> <li>Use</li> <li><a href="gameoflife/package-tree.html">Tree</a></li> <li><a href="index-files/index-1.html">Index</a></li> <li><a href="help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="index.html?constant-values.html" target="_top">Frames</a></li> <li><a href="constant-values.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 title="Constant Field Values" class="title">Constant Field Values</h1> <h2 title="Contents">Contents</h2> <ul> <li><a href="#gameoflife">gameoflife.*</a></li> </ul> </div> <div class="constantValuesContainer"><a name="gameoflife"> <!-- --> </a> <h2 title="gameoflife">gameoflife.*</h2> <ul class="blockList"> <li class="blockList"> <table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values"> <caption><span>gameoflife.<a href="gameoflife/GameOfLifeControls.html" title="class in gameoflife">GameOfLifeControls</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th scope="col">Constant Field</th> <th class="colLast" scope="col">Value</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a name="gameoflife.GameOfLifeControls.BIG"> <!-- --> </a><code>public&nbsp;final&nbsp;java.lang.String</code></td> <td><code><a href="gameoflife/GameOfLifeControls.html#BIG">BIG</a></code></td> <td class="colLast"><code>"big"</code></td> </tr> <tr class="rowColor"> <td class="colFirst"><a name="gameoflife.GameOfLifeControls.clear"> <!-- --> </a><code>public&nbsp;final&nbsp;java.lang.String</code></td> <td><code><a href="gameoflife/GameOfLifeControls.html#clear">clear</a></code></td> <td class="colLast"><code>"Clear"</code></td> </tr> <tr class="altColor"> <td class="colFirst"><a name="gameoflife.GameOfLifeControls.exploder1"> <!-- --> </a><code>public&nbsp;final&nbsp;java.lang.String</code></td> <td><code><a href="gameoflife/GameOfLifeControls.html#exploder1">exploder1</a></code></td> <td class="colLast"><code>"Small Exploder"</code></td> </tr> <tr class="rowColor"> <td class="colFirst"><a name="gameoflife.GameOfLifeControls.exploder2"> <!-- --> </a><code>public&nbsp;final&nbsp;java.lang.String</code></td> <td><code><a href="gameoflife/GameOfLifeControls.html#exploder2">exploder2</a></code></td> <td class="colLast"><code>"Exploder"</code></td> </tr> <tr class="altColor"> <td class="colFirst"><a name="gameoflife.GameOfLifeControls.fast"> <!-- --> </a><code>public&nbsp;final&nbsp;java.lang.String</code></td> <td><code><a href="gameoflife/GameOfLifeControls.html#fast">fast</a></code></td> <td class="colLast"><code>"Fast"</code></td> </tr> <tr class="rowColor"> <td class="colFirst"><a name="gameoflife.GameOfLifeControls.fish"> <!-- --> </a><code>public&nbsp;final&nbsp;java.lang.String</code></td> <td><code><a href="gameoflife/GameOfLifeControls.html#fish">fish</a></code></td> <td class="colLast"><code>"Fish"</code></td> </tr> <tr class="altColor"> <td class="colFirst"><a name="gameoflife.GameOfLifeControls.glider"> <!-- --> </a><code>public&nbsp;final&nbsp;java.lang.String</code></td> <td><code><a href="gameoflife/GameOfLifeControls.html#glider">glider</a></code></td> <td class="colLast"><code>"Glider"</code></td> </tr> <tr class="rowColor"> <td class="colFirst"><a name="gameoflife.GameOfLifeControls.gun"> <!-- --> </a><code>public&nbsp;final&nbsp;java.lang.String</code></td> <td><code><a href="gameoflife/GameOfLifeControls.html#gun">gun</a></code></td> <td class="colLast"><code>"Shooter"</code></td> </tr> <tr class="altColor"> <td class="colFirst"><a name="gameoflife.GameOfLifeControls.hyper"> <!-- --> </a><code>public&nbsp;final&nbsp;java.lang.String</code></td> <td><code><a href="gameoflife/GameOfLifeControls.html#hyper">hyper</a></code></td> <td class="colLast"><code>"Hyper"</code></td> </tr> <tr class="rowColor"> <td class="colFirst"><a name="gameoflife.GameOfLifeControls.MEDIUM"> <!-- --> </a><code>public&nbsp;final&nbsp;java.lang.String</code></td> <td><code><a href="gameoflife/GameOfLifeControls.html#MEDIUM">MEDIUM</a></code></td> <td class="colLast"><code>"medium"</code></td> </tr> <tr class="altColor"> <td class="colFirst"><a name="gameoflife.GameOfLifeControls.nextLabel"> <!-- --> </a><code>public&nbsp;final&nbsp;java.lang.String</code></td> <td><code><a href="gameoflife/GameOfLifeControls.html#nextLabel">nextLabel</a></code></td> <td class="colLast"><code>"Next"</code></td> </tr> <tr class="rowColor"> <td class="colFirst"><a name="gameoflife.GameOfLifeControls.pump"> <!-- --> </a><code>public&nbsp;final&nbsp;java.lang.String</code></td> <td><code><a href="gameoflife/GameOfLifeControls.html#pump">pump</a></code></td> <td class="colLast"><code>"Pump"</code></td> </tr> <tr class="altColor"> <td class="colFirst"><a name="gameoflife.GameOfLifeControls.row10"> <!-- --> </a><code>public&nbsp;final&nbsp;java.lang.String</code></td> <td><code><a href="gameoflife/GameOfLifeControls.html#row10">row10</a></code></td> <td class="colLast"><code>"10 Cell Row"</code></td> </tr> <tr class="rowColor"> <td class="colFirst"><a name="gameoflife.GameOfLifeControls.SIZE_BIG"> <!-- --> </a><code>public&nbsp;final&nbsp;int</code></td> <td><code><a href="gameoflife/GameOfLifeControls.html#SIZE_BIG">SIZE_BIG</a></code></td> <td class="colLast"><code>11</code></td> </tr> <tr class="altColor"> <td class="colFirst"><a name="gameoflife.GameOfLifeControls.SIZE_MEDIUM"> <!-- --> </a><code>public&nbsp;final&nbsp;int</code></td> <td><code><a href="gameoflife/GameOfLifeControls.html#SIZE_MEDIUM">SIZE_MEDIUM</a></code></td> <td class="colLast"><code>7</code></td> </tr> <tr class="rowColor"> <td class="colFirst"><a name="gameoflife.GameOfLifeControls.SIZE_SMALL"> <!-- --> </a><code>public&nbsp;final&nbsp;int</code></td> <td><code><a href="gameoflife/GameOfLifeControls.html#SIZE_SMALL">SIZE_SMALL</a></code></td> <td class="colLast"><code>5</code></td> </tr> <tr class="altColor"> <td class="colFirst"><a name="gameoflife.GameOfLifeControls.slow"> <!-- --> </a><code>public&nbsp;final&nbsp;java.lang.String</code></td> <td><code><a href="gameoflife/GameOfLifeControls.html#slow">slow</a></code></td> <td class="colLast"><code>"Slow"</code></td> </tr> <tr class="rowColor"> <td class="colFirst"><a name="gameoflife.GameOfLifeControls.SMALL"> <!-- --> </a><code>public&nbsp;final&nbsp;java.lang.String</code></td> <td><code><a href="gameoflife/GameOfLifeControls.html#SMALL">SMALL</a></code></td> <td class="colLast"><code>"small"</code></td> </tr> <tr class="altColor"> <td class="colFirst"><a name="gameoflife.GameOfLifeControls.startLabel"> <!-- --> </a><code>public&nbsp;final&nbsp;java.lang.String</code></td> <td><code><a href="gameoflife/GameOfLifeControls.html#startLabel">startLabel</a></code></td> <td class="colLast"><code>"Start"</code></td> </tr> <tr class="rowColor"> <td class="colFirst"><a name="gameoflife.GameOfLifeControls.stopLabel"> <!-- --> </a><code>public&nbsp;final&nbsp;java.lang.String</code></td> <td><code><a href="gameoflife/GameOfLifeControls.html#stopLabel">stopLabel</a></code></td> <td class="colLast"><code>"Stop"</code></td> </tr> </tbody> </table> </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="gameoflife/package-summary.html">Package</a></li> <li>Class</li> <li>Use</li> <li><a href="gameoflife/package-tree.html">Tree</a></li> <li><a href="index-files/index-1.html">Index</a></li> <li><a href="help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="index.html?constant-values.html" target="_top">Frames</a></li> <li><a href="constant-values.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
thirdparty/vlfeat/doc/mdoc/VL_SIGMOID.html
sjtrny/MatteKit
<!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"> <meta> <!-- Stylesheets --> <link href="../web.css" type="text/css" rel="stylesheet"></link> <link href="../pygmentize.css" type="text/css" rel="stylesheet"></link> <title>VLFeat - Documentation - Matlab API - SPECIAL - VL_SIGMOID</title> <!-- Scripts--> </meta> <!-- Body Start --> <body> <div id="header"> <!-- Google CSE Search Box Begins --> <form action="http://www.vlfeat.org/search.html" method="get" id="cse-search-box" enctype="application/x-www-form-urlencoded"> <div> <input type="hidden" name="cx" value="003215582122030917471:oq23albfeam"></input> <input type="hidden" name="cof" value="FORID:11"></input> <input type="hidden" name="ie" value="UTF-8"></input> <input type="text" name="q" size="31"></input> <input type="submit" name="sa" value="Search"></input> </div> </form> <script src="http://www.google.com/coop/cse/brand?form=cse-search-box&amp;lang=en" xml:space="preserve" type="text/javascript"></script> <!-- Google CSE Search Box Ends --> <h1><a shape="rect" href="../index.html" class="plain"><span id="vlfeat">VLFeat</span><span id="dotorg">.org</span></a></h1> </div> <div id="headbanner"> Documentation - Matlab API - SPECIAL - VL_SIGMOID </div> <div id="pagebody"> <div id="sidebar"> <!-- Navigation Start --> <ul> <li><a href="../index.html">Home</a> </li> <li><a href="../download.html">Download</a> </li> <li><a href="../doc.html">Documentation</a> <ul> <li><a href="mdoc.html">Matlab API</a> </li> <li><a href="../api/index.html">C API</a> </li> <li><a href="../man/man.html">Man pages</a> </li> </ul></li> <li><a href="../overview/tut.html">Tutorials</a> </li> <li><a href="../applications/apps.html">Applications</a> </li> </ul> </div> <!-- sidebar --> <div id="content"> <div class="mdoc"> <ul class="breadcrumb"><li><a href="mdoc.html">Index</a></li><li><a href="VL_RCOS.html">Prev</a></li></ul><div class="documentation"><p> Y = <a href="VL_SIGMOID.html">VL_SIGMOID</a>(X) returns </p><pre> Y = 1 ./ (1 + EXP(X)) ; </pre><dl><dt> Remark </dt><dd><p> Useful properties of the vl_sigmoid are: </p><ul><li><p> 1 - <a href="VL_SIGMOID.html">VL_SIGMOID</a>(X) = <a href="VL_SIGMOID.html">VL_SIGMOID</a>(-X) </p></li><li><p> Centered sigmoid: 2 * <a href="VL_SIGMOID.html">VL_SIGMOID</a>(X) - 1 ; </p></li><li><p> <a href="VL_SIGMOID.html">VL_SIGMOID</a>(X) = (EXP(X/2) - EXP(X/2)) / (EXP(X/2) + EXP(X/2)) </p></li></ul></dd></dl><p> See also: <a href="VL_DSIGMOID.html">VL_DSIGMOID</a>(), <a href="VL_HELP.html">VL_HELP</a>(). </p></div></div> </div> <div class="clear">&nbsp;</div> </div> <!-- pagebody --> <div id="footer"> &copy; 2005-11 Andrea Vedaldi and Brian Fulkerson </div> <!-- footer --> <!-- Google Analytics Begins --> <script xml:space="preserve" type="text/javascript"> //<![CDATA[ var localre = /vlfeat.org/; if(document.location.host.search(localre) != -1) { var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); } //]]> </script> <script xml:space="preserve" type="text/javascript"> //<![CDATA[ var localre = /vlfeat.org/; if(document.location.host.search(localre) != -1) { try { var pageTracker = _gat._getTracker("UA-4936091-2"); pageTracker._trackPageview(); } catch(err) {} } //]]> </script> <!-- Google Analytics Ends --> </body> </html>
docs/evo/docs/list-unordered.html
labelle/evolution
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>Evolution List Unordered</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <link rel="apple-touch-icon" href="apple-touch-icon.png"> <!-- <link rel="stylesheet" href="../css/bootstrap-grid-only.css"> --> <link rel="stylesheet" href="../css/evo-elements.css"> <style> </style> </head> <body class="site-container"> <!-- Main navigation --> <!-- <header role="banner"> </header> --> <main> <section id="evoListUnorderedIntro"> <a class="text-size-2 text-uppercase breadcrumb-back-to" href="index.html">Evo</a> <div class="evo-space"></div> <h1 class="text-size-10">List Unordered</h1> <p class="evo-measure">Standard unordered <code>&lt;ul&gt;</code> lists. For more options and control over bullet styles, use <a href="list-bullet.html">list-bullet</a>.</p> <div class="evo-space-20"></div> </section> <!-- list unordered --> <section id="evoListUnordered"> <h2 class="text-size-6">ul</h2> <div class="evo-space"></div> <ul> <li>List item level 1</li> <li>List item level 1 lorem ipsum dolor sit amet, consectetur adipisicing elit. Nisi suscipit autem accusantium quibusdam reiciendis incidunt sed, amet perspiciatis, sequi cum aperiam sunt excepturi corporis.</li> <ul> <li>List item level 2</li> <li>List item level 2 lorem ipsum dolor sit amet, consectetur adipisicing elit. Asperiores consectetur, dolore laboriosam, porro cumque optio? Aliquid aperiam expedita, magni, cum ex, quaerat veritatis pariatur quibusdam nostrum omnis, suscipit itaque beatae.</li> </ul> <ul> <li>List item level 2</li> <li>List item level 2</li> <ul> <li>List item level 3</li> <li>List item level 3</li> </ul> </ul> <li>List item level 1</li> <li>List item level 1</li> </ul> <div class="evo-space-10"></div> <pre class="evo-code"> <code class="width-auto"> &lt;ul&gt; &lt;li&gt;List item level 1&lt;/li&gt; &lt;li&gt;List item level 1 lorem ipsum dolor sit amet, consectetur adipisicing elit. Nisi suscipit autem accusantium quibusdam reiciendis incidunt sed, amet perspiciatis, sequi cum aperiam sunt excepturi corporis.&lt;/li&gt; &lt;ol&gt; &lt;li&gt;List item level 2&lt;/li&gt; &lt;li&gt;List item level 2 lorem ipsum dolor sit amet, consectetur adipisicing elit. Asperiores consectetur, dolore laboriosam, porro cumque optio? Aliquid aperiam expedita, magni, cum ex, quaerat veritatis pariatur quibusdam nostrum omnis, suscipit itaque beatae.&lt;/li&gt; &lt;/ol&gt; &lt;ol&gt; &lt;li&gt;List item level 2&lt;/li&gt; &lt;li&gt;List item level 2&lt;/li&gt; &lt;ol> &lt;li&gt;List item level 3&lt;/li&gt; &lt;li&gt;List item level 3&lt;/li&gt; &lt;/ol&gt; &lt;/ol&gt; &lt;li&gt;List item level 1&lt;/li&gt; &lt;li&gt;List item level 1&lt;/li&gt; &lt;/ul&gt;</code> </pre> <div class="evo-space-10"></div> <p class="evo-measure">These are nested unordered <code>&lt;ul&gt;</code> lists. Create <code>&lt;ul&gt;</code> tags that contain <code>&lt;li&gt;</code> tags.</p> <div class="evo-space-20"></div> </section> <!-- ul list --> <section id="evoListUnordered"> <h2 class="text-size-6">ul</h2> <div class="evo-space"></div> <ul> <li>list item 1</li> <li>list item 2</li> <li>list item 3</li> </ul> <div class="evo-space-10"></div> <pre class="evo-code"> <code class="width-auto">&lt;ul&gt; &lt;li&gt;list item 1&lt;/li&gt; &lt;li&gt;list item 2&lt;/li&gt; &lt;li&gt;list item 3&lt;/li&gt; &lt;/ul&gt;</code> </pre> <div class="evo-space-10"></div> <p class="evo-measure">Default <code>&lt;ul&gt;</code> unordered list without a class. Create a <code>&lt;ul&gt;</code> tag that contains <code>&lt;li&gt;</code> tags.</p> <div class="evo-space-20"></div> </section> <!-- list circle --> <section id="evoListCircle"> <h2 class="text-size-6">list-circle</h2> <div class="evo-space"></div> <ul class="list-circle"> <li>list item 1</li> <li>list item 2</li> <li>list item 3</li> </ul> <div class="evo-space-10"></div> <pre class="evo-code"> <code class="width-auto">&lt;ul class="list-circle"&gt; &lt;li&gt;list item 1&lt;/li&gt; &lt;li&gt;list item 2&lt;/li&gt; &lt;li&gt;list item 3&lt;/li&gt; &lt;/ul&gt;</code> </pre> <div class="evo-space-10"></div> <p class="evo-measure">Create a <code>&lt;ul&gt;</code> tag that contains <code>&lt;li&gt;</code> tags, and apply the <code>list-circle</code> class.</p> <div class="evo-space-20"></div> </section> <!-- list disk --> <section id="evoListDisk"> <h2 class="text-size-6">list-disk</h2> <div class="evo-space"></div> <ul class="list-disk"> <li>list item 1</li> <li>list item 2</li> <li>list item 3</li> </ul> <div class="evo-space-10"></div> <pre class="evo-code"> <code class="width-auto">&lt;ul class="list-disk"&gt; &lt;li&gt;list item 1&lt;/li&gt; &lt;li&gt;list item 2&lt;/li&gt; &lt;li&gt;list item 3&lt;/li&gt; &lt;/ul&gt;</code> </pre> <div class="evo-space-10"></div> <p class="evo-measure">Create a <code>&lt;ul&gt;</code> tag that contains <code>&lt;li&gt;</code> tags, and apply the <code>list-disk</code> class.</p> <div class="evo-space-20"></div> </section> <!-- list square --> <section id="evoListSquare"> <h2 class="text-size-6">list-square</h2> <div class="evo-space"></div> <ul class="list-square"> <li>list item 1</li> <li>list item 2</li> <li>list item 3</li> </ul> <div class="evo-space-10"></div> <pre class="evo-code"> <code class="width-auto">&lt;ul class="list-square"&gt; &lt;li&gt;list item 1&lt;/li&gt; &lt;li&gt;list item 2&lt;/li&gt; &lt;li&gt;list item 3&lt;/li&gt; &lt;/ul&gt;</code> </pre> <div class="evo-space-10"></div> <p class="evo-measure">Create a <code>&lt;ul&gt;</code> tag that contains <code>&lt;li&gt;</code> tags, and apply the <code>list-square</code> class.</p> <div class="evo-space-20"></div> </section> </main> <!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> --> <!-- <script src="../js/main.js"></script> --> <!-- Google Analytics: change UA-XXXXX-X to be your site's ID. --> <script> (function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]= function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date; e=o.createElement(i);r=o.getElementsByTagName(i)[0]; e.src='//www.google-analytics.com/analytics.js'; r.parentNode.insertBefore(e,r)}(window,document,'script','ga')); ga('create','UA-XXXXX-X','auto');ga('send','pageview'); </script> </body> </html>
Docs/api/html/structOgre_1_1Rectangle-members.html
lennonchan/OgreSource
<html> <head> <title>OGRE: Member List - OGRE Documentation</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link type="text/css" rel="stylesheet" href="doxygen.css"> <link type="text/css" rel="stylesheet" href="tabs.css"> </head> <body> <!-- Generated by Doxygen 1.6.2 --> <div class="navigation" id="top"> <div class="tabs"> <ul> <li><a href="index.html"><span>Main&nbsp;Page</span></a></li> <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li> <li><a href="modules.html"><span>Modules</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li><a href="dirs.html"><span>Directories</span></a></li> </ul> </div> <div class="tabs"> <ul> <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li> <li><a href="classes.html"><span>Class&nbsp;Index</span></a></li> <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li> </ul> </div> </div> <div class="contents"> <h1>Ogre::Rectangle Member List</h1>This is the complete list of members for <a class="el" href="structOgre_1_1Rectangle.html">Ogre::Rectangle</a>, including all inherited members.<table> <tr class="memlist"><td><a class="el" href="structOgre_1_1Rectangle.html#a4f8176ad0efb40889b96c05bfbf61176">bottom</a></td><td><a class="el" href="structOgre_1_1Rectangle.html">Ogre::Rectangle</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="structOgre_1_1Rectangle.html#a248f253e65b63f573bbe368b523567bd">inside</a>(Real x, Real y) const </td><td><a class="el" href="structOgre_1_1Rectangle.html">Ogre::Rectangle</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="structOgre_1_1Rectangle.html#a4851de00a37259650c67b9d000ed80d1">left</a></td><td><a class="el" href="structOgre_1_1Rectangle.html">Ogre::Rectangle</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="structOgre_1_1Rectangle.html#ae8be8a35b84e0a60b706df4e4aa9d006">right</a></td><td><a class="el" href="structOgre_1_1Rectangle.html">Ogre::Rectangle</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="structOgre_1_1Rectangle.html#afb3100f7a6979bfcb45e25ca4b36df2c">top</a></td><td><a class="el" href="structOgre_1_1Rectangle.html">Ogre::Rectangle</a></td><td></td></tr> </table></div> <hr> <p> Copyright &copy; 2012 Torus Knot Software Ltd<br /> <!--Creative Commons License--><a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>.<br/> <!--/Creative Commons License--><!-- <rdf:RDF xmlns="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <Work rdf:about=""> <license rdf:resource="http://creativecommons.org/licenses/by-sa/2.5/" /> <dc:type rdf:resource="http://purl.org/dc/dcmitype/Text" /> </Work> <License rdf:about="http://creativecommons.org/licenses/by-sa/2.5/"><permits rdf:resource="http://web.resource.org/cc/Reproduction"/><permits rdf:resource="http://web.resource.org/cc/Distribution"/><requires rdf:resource="http://web.resource.org/cc/Notice"/><requires rdf:resource="http://web.resource.org/cc/Attribution"/><permits rdf:resource="http://web.resource.org/cc/DerivativeWorks"/><requires rdf:resource="http://web.resource.org/cc/ShareAlike"/></License></rdf:RDF> --> Last modified Sun Sep 2 08:19:04 2012 </p> </body> </html>
html/234567014833.html
GoC-Spending/data-corporations
<!DOCTYPE html> <!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" dir="ltr"> <!--<![endif]--> <!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open&id=3 (optional: ?Open&page=filename.html&id=x) --> <!-- Created: ; Product Code: 536; Server: stratnotes2.ic.gc.ca --> <head> <!-- Title begins / Début du titre --> <title> Megasecur Securité Environnementale 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=1492302915404&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=29953&V_SEARCH.docsStart=29952&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/rgstr.sec?_flId?_flxKy=e1s1&amp;estblmntNo=234567041301&amp;profileId=61&amp;_evId=bck&amp;lang=eng&amp;V_SEARCH.showStricts=false&amp;prtl=1&amp;_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&amp;rstBtn.x=" class="btn btn-link">New Search</a>&nbsp;|</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>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=29951&amp;V_DOCUMENT.docRank=29952&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492302924461&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567123721&amp;profileId=&amp;key.newSearchLabel=">Previous Company</a></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=29953&amp;V_DOCUMENT.docRank=29954&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492302924461&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567135584&amp;profileId=&amp;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> Megasecur Securité Environnementale Inc. </h2> <div class="row"> <div class="col-md-5"> <h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2> <p>Megasecur Securité Environnementale Inc.</p> <div class="mrgn-tp-md"></div> <p class="mrgn-bttm-0" ><a href="http://www.megasecur.com" target="_blank" title="Website URL">http://www.megasecur.com</a></p> <p><a href="mailto:info@megasecur.com" title="info@megasecur.com">info@megasecur.com</a></p> </div> <div class="col-md-4 mrgn-sm-sm"> <h2 class="h5 mrgn-bttm-0">Mailing Address:</h2> <address class="mrgn-bttm-md"> 145, boul. Jutras E<br/> Bureau 3<br/> VICTORIAVILLE, Quebec<br/> G6P 4L8 <br/> </address> <h2 class="h5 mrgn-bttm-0">Location Address:</h2> <address class="mrgn-bttm-md"> 145, boul. Jutras E<br/> Bureau 3<br/> VICTORIAVILLE, Quebec<br/> G6P 4L8 <br/> </address> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (819) 751-0222 </p> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (888) 756-0222</p> <p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>: (819) 751-5550</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=234567014833&amp;graphFileName=WaterGateMC.jpg&amp;applicationCode=AP&amp;lang=fre" 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> MegaSecur is a company that sells their products around the <br>world and is represented by many distributors in many different <br>countries. <br>The Water-Gate barrier by MegaSecur allows to build water <br>reservoirs, protect from floods, contain toxic spills etc... <br>The barrier is light, compact and heliportable; it can be <br>rapidly deployed and is very easy to set up and dismantle. <br> <br>Flood control <br>Several sections can be installed together very quickly by a <br>single person to create a barrier of the desired length. <br> <br>Containing toxic spills <br>The Water-Gate liquid barrier enables a speedy response to <br>emergencies. <br> <br>Blocking streams and watercourses <br>The Water-Gate can be used to hold back streams and <br>watercourses without affecting the environment-no sediment, no <br>damage to spawning grounds, no earth-moving, with major saving <br>in time and money (machinery, personnel, efficiency). Water- <br>Gate is the perfect solution to preserve natural habitats. <br> <br>The water barrier won the technological innovation prize in <br>March 2000 in Québec (environmental technology <br>show)and also won 3 awards of grea importance in Geneva, <br>Switzerland. <br> <br>For more information please visit www.megasecur.com<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> Marc Daignault </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--> Admin/Exec Assistant </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Export Sales & Marketing. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (819) 751-0222 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (819) 751-5550 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> marc.daigneault@megasecur.com </div> </div> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Daniel Déry </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"> (819) 751-0222 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (819) 751-5550 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> info@megasecur.com </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Company Description --> <h3 class="page-header"> Company description </h3> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Country of Ownership: </strong> </div> <div class="col-md-7"> Canada &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Year Established: </strong> </div> <div class="col-md-7"> 2000 </div> </div> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> Yes &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 541620 - Environmental Consulting Services </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Manufacturer / Processor / Producer &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Number of Employees: </strong> </div> <div class="col-md-7"> 2&nbsp; </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"> Water-Gate barrier <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> The Water-Gate barrier can replace thousands of sandbags almost <br> instantly. It is used to control floods, contain toxic spills, <br> block watercourses, build water reservoirs etc... The cofferdam <br> can be set up in a few short minutes and taken down even <br> faster. <br> The Water-Gate can be reused hundreds of times while saving you <br> time and money. Available in various lengths and heights, the <br> units of all models can easily be linked together by one <br> person. No water or air pumping or filling is needed.It is the <br> floodwaters that fill the barrier.<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 --> <h3 class="page-header"> Technology profile </h3> <section class="container-fluid"> MegaSecur inc. confides its barrier production to <br> subcontractors. </section> <!-- 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> Industry sector market interests: </h4> <ul> <li>Agriculture</li> <li>Construction</li> <li>Environment</li> <li>Forestry</li> </ul> <h4> Geographic markets: </h4> <h5> Export experience: </h5> <ul> <li>France</li> <li>Italy</li> <li>Japan</li> <li>Korea, Republic of</li> <li>Netherlands</li> <li>Switzerland</li> <li>United States</li> <li>Colorado</li> <li>Florida</li> <li>Michigan</li> </ul> <h5> Actively pursuing: </h5> <ul> <li>Afghanistan</li> <li>Albania</li> <li>Algeria</li> <li>American Samoa</li> <li>Andorra</li> <li>Angola</li> <li>Anguilla</li> <li>Antarctica</li> <li>Antigua and Barbuda</li> <li>Argentina</li> <li>Armenia</li> <li>Australia</li> <li>Austria</li> <li>Azerbaijan</li> <li>Bahamas</li> <li>Bahrain</li> <li>Bangladesh</li> <li>Barbados</li> <li>Belarus</li> <li>Belgium</li> <li>Belize</li> <li>Benin</li> <li>Bermuda</li> <li>Bhutan</li> <li>Bolivia, Plurinational State of</li> <li>Botswana</li> <li>Brazil</li> <li>British Indian Ocean Territory</li> <li>Brunei Darussalam</li> <li>Bulgaria</li> <li>Burkina Faso</li> <li>Burundi</li> <li>Cambodia</li> <li>Cameroon</li> <li>Cape Verde</li> <li>Cayman Islands</li> <li>Central African Republic</li> <li>Chad</li> <li>Chile</li> <li>China</li> <li>Christmas Island</li> <li>Cocos (Keeling) Islands</li> <li>Colombia</li> <li>Comoros</li> <li>Congo</li> <li>Congo, The Democratic Republic of the</li> <li>Cook Islands</li> <li>Costa Rica</li> <li>Côte d&#39;Ivoire</li> <li>Croatia</li> <li>Cuba</li> <li>Cyprus</li> <li>Czech Republic</li> <li>Denmark</li> <li>Djibouti</li> <li>Dominica</li> <li>Dominican Republic</li> <li>Ecuador</li> <li>Egypt</li> <li>El Salvador</li> <li>Equatorial Guinea</li> <li>Eritrea</li> <li>Estonia</li> <li>Ethiopia</li> <li>Falkland Islands (Malvinas)</li> <li>Faroe Islands</li> <li>Fiji</li> <li>Finland</li> <li>French Guiana</li> <li>French Polynesia</li> <li>French Southern Territories</li> <li>Gabon</li> <li>Gambia</li> <li>Georgia</li> <li>Germany</li> <li>Ghana</li> <li>Gibraltar</li> <li>Greece</li> <li>Greenland</li> <li>Grenada</li> <li>Guadeloupe</li> <li>Guam</li> <li>Guatemala</li> <li>Guinea</li> <li>Guinea-Bissau</li> <li>Guyana</li> <li>Haiti</li> <li>Heard Island and McDonald Islands</li> <li>Holy See (Vatican City State)</li> <li>Honduras</li> <li>Hong Kong</li> <li>Hungary</li> <li>Iceland</li> <li>India</li> <li>Indonesia</li> <li>Iran, Islamic Republic of</li> <li>Iraq</li> <li>Ireland</li> <li>Israel</li> <li>Jamaica</li> <li>Jordan</li> <li>Kazakhstan</li> <li>Kenya</li> <li>Kiribati</li> <li>Korea, Democratic People&#39;s Republic of</li> <li>Kuwait</li> <li>Kyrgyzstan</li> <li>Lao People&#39;s Democratic Republic</li> <li>Latvia</li> <li>Lebanon</li> <li>Lesotho</li> <li>Liberia</li> <li>Libyan Arab Jamahiriya</li> <li>Lithuania</li> <li>Luxembourg</li> <li>Macao</li> <li>Macedonia, The Former Yugoslav Republic of</li> <li>Madagascar</li> <li>Malawi</li> <li>Malaysia</li> <li>Maldives</li> <li>Mali</li> <li>Malta</li> <li>Martinique</li> <li>Mauritania</li> <li>Mauritius</li> <li>Mexico</li> <li>Micronesia, Federated States of</li> <li>Moldova, Republic of</li> <li>Monaco</li> <li>Mongolia</li> <li>Montenegro</li> <li>Montserrat</li> <li>Morocco</li> <li>Mozambique</li> <li>Namibia</li> <li>Nauru</li> <li>Nepal</li> <li>Netherlands Antilles</li> <li>New Caledonia</li> <li>New Zealand</li> <li>Nicaragua</li> <li>Niger</li> <li>Nigeria</li> <li>Niue</li> <li>Norfolk Island</li> <li>Northern Mariana Islands</li> <li>Norway</li> <li>Oman</li> <li>Pakistan</li> <li>Palau</li> <li>Panama</li> <li>Papua New Guinea</li> <li>Paraguay</li> <li>Peru</li> <li>Philippines</li> <li>Pitcairn</li> <li>Poland</li> <li>Portugal</li> <li>Puerto Rico</li> <li>Qatar</li> <li>Réunion</li> <li>Romania</li> <li>Russian Federation</li> <li>Rwanda</li> <li>Saint Helena, Ascension and Tristan da Cunha</li> <li>Saint Kitts and Nevis</li> <li>Saint Lucia</li> <li>Saint Pierre and Miquelon</li> <li>Saint Vincent and the Grenadines</li> <li>Samoa</li> <li>San Marino</li> <li>Sao Tome and Principe</li> <li>Saudi Arabia</li> <li>Senegal</li> <li>Serbia</li> <li>Seychelles</li> <li>Sierra Leone</li> <li>Singapore</li> <li>Slovakia</li> <li>Slovenia</li> <li>Solomon Islands</li> <li>Somalia</li> <li>South Africa</li> <li>Spain</li> <li>Sri Lanka</li> <li>Sudan</li> <li>Suriname</li> <li>Swaziland</li> <li>Sweden</li> <li>Syrian Arab Republic</li> <li>Taiwan</li> <li>Tajikistan</li> <li>Tanzania, United Republic of</li> <li>Thailand</li> <li>Togo</li> <li>Tokelau</li> <li>Tonga</li> <li>Trinidad and Tobago</li> <li>Tunisia</li> <li>Turkey</li> <li>Turkmenistan</li> <li>Turks and Caicos Islands</li> <li>Tuvalu</li> <li>Uganda</li> <li>Ukraine</li> <li>United Arab Emirates</li> <li>United Kingdom</li> <li>United States Minor Outlying Islands</li> <li>Uruguay</li> <li>Uzbekistan</li> <li>Vanuatu</li> <li>Venezuela, Bolivarian Republic of</li> <li>Viet Nam</li> <li>Virgin Islands (British)</li> <li>Wallis and Futuna</li> <li>Western Sahara</li> <li>Yemen</li> <li>Zambia</li> <li>Zimbabwe</li> <li>District of Columbia</li> <li>Kentucky</li> <li>Louisiana</li> <li>Maine</li> <li>Maryland</li> <li>Massachusetts</li> <li>Minnesota</li> <li>Mississippi</li> <li>Missouri</li> <li>Montana</li> <li>Nebraska</li> <li>Nevada</li> <li>New Hampshire</li> <li>New Jersey</li> <li>New Mexico</li> <li>New York</li> <li>Ohio</li> <li>Oklahoma</li> <li>Oregon</li> <li>Pennsylvania</li> <li>Rhode Island</li> <li>Tennessee</li> <li>Texas</li> <li>Utah</li> <li>Vermont</li> <li>Virginia</li> <li>Washington</li> <li>West Virginia</li> <li>Wisconsin</li> <li>Wyoming</li> </ul> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Sector Information --> <h3 class="page-header"> Sector information </h3> <section class="container-fluid"> <h4> Classification codes </h4> <div class="row"> <div class="col-md-3"><strong>CAGE Code:</strong></div> <div class="col-md-9">L0255</div> </div> </section> <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> Marc Daignault </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--> Admin/Exec Assistant </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Export Sales & Marketing. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (819) 751-0222 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (819) 751-5550 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> marc.daigneault@megasecur.com </div> </div> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Daniel Déry </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"> (819) 751-0222 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (819) 751-5550 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> info@megasecur.com </div> </div> </section> </details> <details id="details-panel3"> <summary> Description </summary> <h2 class="wb-invisible"> Company description </h2> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Country of Ownership: </strong> </div> <div class="col-md-7"> Canada &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Year Established: </strong> </div> <div class="col-md-7"> 2000 </div> </div> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> Yes &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 541620 - Environmental Consulting Services </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Manufacturer / Processor / Producer &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Number of Employees: </strong> </div> <div class="col-md-7"> 2&nbsp; </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"> Water-Gate barrier <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> The Water-Gate barrier can replace thousands of sandbags almost <br> instantly. It is used to control floods, contain toxic spills, <br> block watercourses, build water reservoirs etc... The cofferdam <br> can be set up in a few short minutes and taken down even <br> faster. <br> The Water-Gate can be reused hundreds of times while saving you <br> time and money. Available in various lengths and heights, the <br> units of all models can easily be linked together by one <br> person. No water or air pumping or filling is needed.It is the <br> floodwaters that fill the barrier.<br> <br> </div> </div> </section> </details> <details id="details-panel5"> <summary> Technology </summary> <h2 class="wb-invisible"> Technology profile </h2> <section class="container-fluid"> MegaSecur inc. confides its barrier production to <br> subcontractors. </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> Industry sector market interests: </h4> <ul> <li>Agriculture</li> <li>Construction</li> <li>Environment</li> <li>Forestry</li> </ul> <h4> Geographic markets: </h4> <h5> Export experience: </h5> <ul> <li>France</li> <li>Italy</li> <li>Japan</li> <li>Korea, Republic of</li> <li>Netherlands</li> <li>Switzerland</li> <li>United States</li> <li>Colorado</li> <li>Florida</li> <li>Michigan</li> </ul> <h5> Actively pursuing: </h5> <ul> <li>Afghanistan</li> <li>Albania</li> <li>Algeria</li> <li>American Samoa</li> <li>Andorra</li> <li>Angola</li> <li>Anguilla</li> <li>Antarctica</li> <li>Antigua and Barbuda</li> <li>Argentina</li> <li>Armenia</li> <li>Australia</li> <li>Austria</li> <li>Azerbaijan</li> <li>Bahamas</li> <li>Bahrain</li> <li>Bangladesh</li> <li>Barbados</li> <li>Belarus</li> <li>Belgium</li> <li>Belize</li> <li>Benin</li> <li>Bermuda</li> <li>Bhutan</li> <li>Bolivia, Plurinational State of</li> <li>Botswana</li> <li>Brazil</li> <li>British Indian Ocean Territory</li> <li>Brunei Darussalam</li> <li>Bulgaria</li> <li>Burkina Faso</li> <li>Burundi</li> <li>Cambodia</li> <li>Cameroon</li> <li>Cape Verde</li> <li>Cayman Islands</li> <li>Central African Republic</li> <li>Chad</li> <li>Chile</li> <li>China</li> <li>Christmas Island</li> <li>Cocos (Keeling) Islands</li> <li>Colombia</li> <li>Comoros</li> <li>Congo</li> <li>Congo, The Democratic Republic of the</li> <li>Cook Islands</li> <li>Costa Rica</li> <li>Côte d&#39;Ivoire</li> <li>Croatia</li> <li>Cuba</li> <li>Cyprus</li> <li>Czech Republic</li> <li>Denmark</li> <li>Djibouti</li> <li>Dominica</li> <li>Dominican Republic</li> <li>Ecuador</li> <li>Egypt</li> <li>El Salvador</li> <li>Equatorial Guinea</li> <li>Eritrea</li> <li>Estonia</li> <li>Ethiopia</li> <li>Falkland Islands (Malvinas)</li> <li>Faroe Islands</li> <li>Fiji</li> <li>Finland</li> <li>French Guiana</li> <li>French Polynesia</li> <li>French Southern Territories</li> <li>Gabon</li> <li>Gambia</li> <li>Georgia</li> <li>Germany</li> <li>Ghana</li> <li>Gibraltar</li> <li>Greece</li> <li>Greenland</li> <li>Grenada</li> <li>Guadeloupe</li> <li>Guam</li> <li>Guatemala</li> <li>Guinea</li> <li>Guinea-Bissau</li> <li>Guyana</li> <li>Haiti</li> <li>Heard Island and McDonald Islands</li> <li>Holy See (Vatican City State)</li> <li>Honduras</li> <li>Hong Kong</li> <li>Hungary</li> <li>Iceland</li> <li>India</li> <li>Indonesia</li> <li>Iran, Islamic Republic of</li> <li>Iraq</li> <li>Ireland</li> <li>Israel</li> <li>Jamaica</li> <li>Jordan</li> <li>Kazakhstan</li> <li>Kenya</li> <li>Kiribati</li> <li>Korea, Democratic People&#39;s Republic of</li> <li>Kuwait</li> <li>Kyrgyzstan</li> <li>Lao People&#39;s Democratic Republic</li> <li>Latvia</li> <li>Lebanon</li> <li>Lesotho</li> <li>Liberia</li> <li>Libyan Arab Jamahiriya</li> <li>Lithuania</li> <li>Luxembourg</li> <li>Macao</li> <li>Macedonia, The Former Yugoslav Republic of</li> <li>Madagascar</li> <li>Malawi</li> <li>Malaysia</li> <li>Maldives</li> <li>Mali</li> <li>Malta</li> <li>Martinique</li> <li>Mauritania</li> <li>Mauritius</li> <li>Mexico</li> <li>Micronesia, Federated States of</li> <li>Moldova, Republic of</li> <li>Monaco</li> <li>Mongolia</li> <li>Montenegro</li> <li>Montserrat</li> <li>Morocco</li> <li>Mozambique</li> <li>Namibia</li> <li>Nauru</li> <li>Nepal</li> <li>Netherlands Antilles</li> <li>New Caledonia</li> <li>New Zealand</li> <li>Nicaragua</li> <li>Niger</li> <li>Nigeria</li> <li>Niue</li> <li>Norfolk Island</li> <li>Northern Mariana Islands</li> <li>Norway</li> <li>Oman</li> <li>Pakistan</li> <li>Palau</li> <li>Panama</li> <li>Papua New Guinea</li> <li>Paraguay</li> <li>Peru</li> <li>Philippines</li> <li>Pitcairn</li> <li>Poland</li> <li>Portugal</li> <li>Puerto Rico</li> <li>Qatar</li> <li>Réunion</li> <li>Romania</li> <li>Russian Federation</li> <li>Rwanda</li> <li>Saint Helena, Ascension and Tristan da Cunha</li> <li>Saint Kitts and Nevis</li> <li>Saint Lucia</li> <li>Saint Pierre and Miquelon</li> <li>Saint Vincent and the Grenadines</li> <li>Samoa</li> <li>San Marino</li> <li>Sao Tome and Principe</li> <li>Saudi Arabia</li> <li>Senegal</li> <li>Serbia</li> <li>Seychelles</li> <li>Sierra Leone</li> <li>Singapore</li> <li>Slovakia</li> <li>Slovenia</li> <li>Solomon Islands</li> <li>Somalia</li> <li>South Africa</li> <li>Spain</li> <li>Sri Lanka</li> <li>Sudan</li> <li>Suriname</li> <li>Swaziland</li> <li>Sweden</li> <li>Syrian Arab Republic</li> <li>Taiwan</li> <li>Tajikistan</li> <li>Tanzania, United Republic of</li> <li>Thailand</li> <li>Togo</li> <li>Tokelau</li> <li>Tonga</li> <li>Trinidad and Tobago</li> <li>Tunisia</li> <li>Turkey</li> <li>Turkmenistan</li> <li>Turks and Caicos Islands</li> <li>Tuvalu</li> <li>Uganda</li> <li>Ukraine</li> <li>United Arab Emirates</li> <li>United Kingdom</li> <li>United States Minor Outlying Islands</li> <li>Uruguay</li> <li>Uzbekistan</li> <li>Vanuatu</li> <li>Venezuela, Bolivarian Republic of</li> <li>Viet Nam</li> <li>Virgin Islands (British)</li> <li>Wallis and Futuna</li> <li>Western Sahara</li> <li>Yemen</li> <li>Zambia</li> <li>Zimbabwe</li> <li>District of Columbia</li> <li>Kentucky</li> <li>Louisiana</li> <li>Maine</li> <li>Maryland</li> <li>Massachusetts</li> <li>Minnesota</li> <li>Mississippi</li> <li>Missouri</li> <li>Montana</li> <li>Nebraska</li> <li>Nevada</li> <li>New Hampshire</li> <li>New Jersey</li> <li>New Mexico</li> <li>New York</li> <li>Ohio</li> <li>Oklahoma</li> <li>Oregon</li> <li>Pennsylvania</li> <li>Rhode Island</li> <li>Tennessee</li> <li>Texas</li> <li>Utah</li> <li>Vermont</li> <li>Virginia</li> <li>Washington</li> <li>West Virginia</li> <li>Wisconsin</li> <li>Wyoming</li> </ul> </section> </details> <details id="details-panel7"> <summary> Sector </summary> <h2 class="wb-invisible"> Sector information </h2> <section class="container-fluid"> <h4> Classification codes </h4> <div class="row"> <div class="col-md-3"><strong>CAGE Code:</strong></div> <div class="col-md-9">L0255</div> </div> </section> </details> </div> </div> <div class="row"> <div class="col-md-12 text-right"> Last Update Date 2015-12-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&amp;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&amp;WT.js=No&amp;WT.tv=9.4.0&amp;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 -->
series/safe/index.html
cinetenisverde/cinetenisverde.github.io
<!DOCTYPE html> <html lang="en-us" dir="ltr" itemscope itemtype="http://schema.org/Article"> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>Safe</title> <meta name="author" content="" /> <meta name="description" content="Antes que me perguntem, não, Michael C. Hall não mudou muita coisa desde seu icônico personagem em Dexter. Ele sempre foi o ator perfeito para o papel de serial killer, e aqui se sai muitíssimo bem no..."/> <meta name="yandex-verification" content="48a8210fc043c5e8" /> <meta name="generator" content="Hugo 0.54.0" /> <meta itemprop="name" content="Safe"/> <meta itemprop="description" content="Antes que me perguntem, não, Michael C. Hall não mudou muita coisa desde seu icônico personagem em Dexter. Ele sempre foi o ator perfeito para o papel de serial killer, e aqui se sai muitíssimo bem no..."/> <meta itemprop="image" content="/img/logo.svg"/> <meta property="og:title" content="Safe"/> <meta property="og:type" content="article"/> <meta property="og:url" content="http://www.cinetenisverde.com.br/series/safe/"/> <meta property="og:image" content="/img/logo.svg"/> <meta property="og:description" content="Antes que me perguntem, não, Michael C. Hall não mudou muita coisa desde seu icônico personagem em Dexter. Ele sempre foi o ator perfeito para o papel de serial killer, e aqui se sai muitíssimo bem no..."/> <meta property="og:site_name" content="Cine Tênis Verde"/> <meta property="article:published_time" content="2018-05-29T16:19:06-03:00"/> <meta property="article:section" content="series"/> <meta name="twitter:card" content="summary"/> <meta name="twitter:site" content=""/> <meta name="twitter:title" content="Safe"/> <meta name="twitter:description" content="Antes que me perguntem, não, Michael C. Hall não mudou muita coisa desde seu icônico personagem em Dexter. Ele sempre foi o ator perfeito para o papel de serial killer, e aqui se sai muitíssimo bem no..."/> <meta name="twitter:creator" content=""/> <meta name="twitter:image:src" content="/img/logo.svg"/> <link rel="stylesheet" type="text/css" href="/css/capsule.min.css"/> <link rel="stylesheet" type="text/css" href="/css/custom.css"/> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-50557403-1', 'auto'); ga('send', 'pageview'); </script> <link rel="apple-touch-icon" href="/img/apple-touch-icon.png"/> <link rel="icon" href="/img/favicon.ico"/> </head> <body style="min-height:100vh;display:flex;flex-direction:column"> <nav class="navbar has-shadow is-white" role="navigation" aria-label="main navigation"> <div class="container"> <div class="navbar-brand"> <a class="navbar-item" href="/"> <img alt="Brand" src="/img/brand.svg"> <div class="title is-4">&nbsp;Cine Tênis Verde</div> </a> <label class="button navbar-burger is-white" for="navbar-burger-state"> <span></span> <span></span> <span></span> </label> </div> <input type="checkbox" id="navbar-burger-state"/> <div class="navbar-menu"> <div class="navbar-end"> <a href="/post" class="navbar-item ">search </a> <a href="https://twitter.com/cinetenisverde" class="navbar-item ">twitter </a> <a href="/index.xml" class="navbar-item ">rss </a> </div> </div> </div> </nav> <section class="section" style="flex:1"> <div class="container"> <p class="title">Safe</p> <p class="subtitle"><span class="entry-sidebar-stars"> &#x2605;&#x2605;&#x2605;&#x2606;&#x2606; </span> Wanderley Caloni, <a href="https://github.com/Caloni/cinetenisverde/commits/master/content/post/safe.md">May 29, 2018</a></p> <p><p> <div class="content"> <p>Antes que me perguntem, não, Michael C. Hall não mudou muita coisa desde seu icônico personagem em <a href="/series/dexter-s08-final">Dexter</a>. Ele sempre foi o ator perfeito para o papel de serial killer, e aqui se sai muitíssimo bem no papel de um viúvo pai de duas meninas, onde uma delas some misteriosamente. Estamos em um condomínio fechado da classe média alta americana com pais um pouco autoritários demais com seus filhos (crítica social!) e vizinhos bem estranhos para ter como vizinhos.</p> <p>Há um churrasco no primeiro episódo de Safe, e não há nenhuma cena em todo o piloto que nos faça visitar aquele mundo de novo. Claro, você pode se sentir seduzido para descobrir o paradeiro da menina, o que aconteceu na festa de jovens, etc, etc, e etc. Mas para isso terá que ser atraído por qualquer tipo de suspense, já que este é genérico demais para nos preocuparmos com qualquer coisa. Os personagens são jogados e basicamente é isso.</p> <p>A produção possui um esmero interessante na fotografia sisuda e na forma como o próprio condomínio é retratado, como um lugar onde há eventos sociais para confraternização que no fundo é um grande elevador onde todos se olham sem dizer realmente nada. O luto da esposa do personagem de Michael C. Hall possui um ar de incógnita na reação de sua filha mais velha durante o enterro, e o próprio C. Hall parece guardar algum mistério. Ele deveria, já que o resto dos personagens passa longe de ser interessante. No máximo todos conseguem ser muito antipáticos. Se esse foi o objetivo inicial da série, parabéns.</p> <a href="https://www.imdb.com/title/tt7902072/mediaviewer/" target="ctvimg">Imagens</a> e créditos no <a title="IMDB: Internet Movie DataBase" href="http://www.imdb.com/title/tt7902072">IMDB</a>. </div> <span class="entry-sidebar-stars"> &#x2605;&#x2605;&#x2605;&#x2606;&#x2606; </span> Safe &#9679; Safe. EUA, 2018. Criado por Harlan Coben. Com Amy James-Kelly, Amanda Abbington, Michael C. Hall. &#9679; Nota: 3/5. Categoria: series. Publicado em 2018-05-29. Texto escrito por Wanderley Caloni. <p><br>Quer <a href="https://twitter.com/search?q=@cinetenisverde Safe">comentar</a>?<br></p> </div> </section> <section class="section"> <br> <div class="container"> <div class="is-flex"> <span> <a class="button">Share</a> </span> &nbsp; <span> <a class="button" href="https://www.facebook.com/sharer/sharer.php?u=http%3a%2f%2fwww.cinetenisverde.com.br%2fseries%2fsafe%2f"> <span class="icon"><i class="fa fa-facebook"></i></span> </a> <a class="button" href="https://twitter.com/intent/tweet?url=http%3a%2f%2fwww.cinetenisverde.com.br%2fseries%2fsafe%2f&text=Safe"> <span class="icon"><i class="fa fa-twitter"></i></span> </a> <a class="button" href="https://news.ycombinator.com/submitlink?u=http%3a%2f%2fwww.cinetenisverde.com.br%2fseries%2fsafe%2f"> <span class="icon"><i class="fa fa-hacker-news"></i></span> </a> <a class="button" href="https://reddit.com/submit?url=http%3a%2f%2fwww.cinetenisverde.com.br%2fseries%2fsafe%2f&title=Safe"> <span class="icon"><i class="fa fa-reddit"></i></span> </a> <a class="button" href="https://plus.google.com/share?url=http%3a%2f%2fwww.cinetenisverde.com.br%2fseries%2fsafe%2f"> <span class="icon"><i class="fa fa-google-plus"></i></span> </a> <a class="button" href="https://www.linkedin.com/shareArticle?url=http%3a%2f%2fwww.cinetenisverde.com.br%2fseries%2fsafe%2f&title=Safe"> <span class="icon"><i class="fa fa-linkedin"></i></span> </a> <a class="button" href="https://www.tumblr.com/widgets/share/tool?canonicalUrl=http%3a%2f%2fwww.cinetenisverde.com.br%2fseries%2fsafe%2f&title=Safe&caption="> <span class="icon"><i class="fa fa-tumblr"></i></span> </a> <a class="button" href="https://pinterest.com/pin/create/bookmarklet/?media=%2fimg%2flogo.svg&url=http%3a%2f%2fwww.cinetenisverde.com.br%2fseries%2fsafe%2f&description=Safe"> <span class="icon"><i class="fa fa-pinterest"></i></span> </a> <a class="button" href="whatsapp://send?text=http%3a%2f%2fwww.cinetenisverde.com.br%2fseries%2fsafe%2f"> <span class="icon"><i class="fa fa-whatsapp"></i></span> </a> <a class="button" href="https://web.skype.com/share?url=http%3a%2f%2fwww.cinetenisverde.com.br%2fseries%2fsafe%2f"> <span class="icon"><i class="fa fa-skype"></i></span> </a> </span> </div> </div> <br> </section> <footer class="footer"> <div class="container"> <nav class="level"> <div class="level-right has-text-centered"> <div class="level-item"> <a class="button" href="http://www.cinetenisverde.com.br/"> <span class="icon"><i class="fa fa-home"></i></span> </a> &nbsp; <a class="button" href="/post"> <span class="icon"><i class="fa fa-search"></i></span> </a> &nbsp; <a class="button" href="https://twitter.com/cinetenisverde"> <span class="icon"><i class="fa fa-twitter"></i></span> </a> &nbsp; <a class="button" href="/index.xml"> <span class="icon"><i class="fa fa-rss"></i></span> </a> &nbsp; </div> </div> </nav> </div> </footer> </body> </html>
public/Windows 10 x64 (18363.592)/_WRITE_BEHIND_THROUGHPUT.html
epikcraw/ggool
<html><body> <h4>Windows 10 x64 (18363.592)</h4><br> <h2>_WRITE_BEHIND_THROUGHPUT</h2> <font face="arial"> +0x000 PagesYetToWrite : Uint4B<br> +0x004 Throughput : Uint4B<br> </font></body></html>
docs/src_math_RandomDataGenerator.js.html
Acaki/WWW_project
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Source: src/math/RandomDataGenerator.js · Phaser CE</title> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link type="text/css" rel="stylesheet" href="styles/default.css"> <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css"> <link type="text/css" rel="stylesheet" href="styles/site.cerulean.css"> <script src="https://use.typekit.net/fmc0gtt.js"></script> <script>Typekit.load()</script> </head> <body> <div class="container-fluid"> <div class="navbar navbar-fixed-top navbar-inverse"> <div style="position: absolute; width: 143px; height: 31px; right: 10px; top: 10px; z-index: 1050"><a href="http://phaser.io"><img src="img/phaser.png" border="0" /></a></div> <div class="navbar-inner"> <a class="brand" href="index.html">Phaser API</a> <ul class="nav"> <li> <a href="https://github.com/photonstorm/phaser-ce/blob/master/README.md"> <i class="icon-info-sign icon-white"></i> Read Me </a> </li> <li> <a href="https://github.com/photonstorm/phaser-ce/blob/master/CHANGELOG.md"> <i class="icon-list icon-white"></i> Change Log </a> </li> <li class="dropdown"> <a href="namespaces.list.html" class="dropdown-toggle" data-toggle="dropdown">Namespaces<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-0"> <a href="Phaser.html">Phaser</a> </li> <li class="class-depth-0"> <a href="PIXI.html">PIXI</a> </li> </ul> </li> <li class="dropdown"> <a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-0"> <a href="CreatureShader.html">CreatureShader</a> </li> <li class="class-depth-0"> <a href="EarCut.html">EarCut</a> </li> <li class="class-depth-0"> <a href="Event.html">Event</a> </li> <li class="class-depth-0"> <a href="EventTarget.html">EventTarget</a> </li> <li class="class-depth-1"> <a href="Phaser.Animation.html">Animation</a> </li> <li class="class-depth-1"> <a href="Phaser.AnimationManager.html">AnimationManager</a> </li> <li class="class-depth-1"> <a href="Phaser.AnimationParser.html">AnimationParser</a> </li> <li class="class-depth-1"> <a href="Phaser.ArraySet.html">ArraySet</a> </li> <li class="class-depth-1"> <a href="Phaser.ArrayUtils.html">ArrayUtils</a> </li> <li class="class-depth-1"> <a href="Phaser.AudioSprite.html">AudioSprite</a> </li> <li class="class-depth-1"> <a href="Phaser.BitmapData.html">BitmapData</a> </li> <li class="class-depth-1"> <a href="Phaser.BitmapText.html">BitmapText</a> </li> <li class="class-depth-1"> <a href="Phaser.Bullet.html">Bullet</a> </li> <li class="class-depth-1"> <a href="Phaser.Button.html">Button</a> </li> <li class="class-depth-1"> <a href="Phaser.Cache.html">Cache</a> </li> <li class="class-depth-1"> <a href="Phaser.Camera.html">Camera</a> </li> <li class="class-depth-1"> <a href="Phaser.Canvas.html">Canvas</a> </li> <li class="class-depth-1"> <a href="Phaser.CanvasPool.html">CanvasPool</a> </li> <li class="class-depth-1"> <a href="Phaser.Circle.html">Circle</a> </li> <li class="class-depth-1"> <a href="Phaser.Color.html">Color</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Angle.html">Angle</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Animation.html">Animation</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.AutoCull.html">AutoCull</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Bounds.html">Bounds</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.BringToTop.html">BringToTop</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Core.html">Core</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Crop.html">Crop</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Delta.html">Delta</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Destroy.html">Destroy</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.FixedToCamera.html">FixedToCamera</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Health.html">Health</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.InCamera.html">InCamera</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.InputEnabled.html">InputEnabled</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.InWorld.html">InWorld</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.LifeSpan.html">LifeSpan</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.LoadTexture.html">LoadTexture</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Overlap.html">Overlap</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.PhysicsBody.html">PhysicsBody</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Reset.html">Reset</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.ScaleMinMax.html">ScaleMinMax</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Smoothed.html">Smoothed</a> </li> <li class="class-depth-1"> <a href="Phaser.Create.html">Create</a> </li> <li class="class-depth-1"> <a href="Phaser.Creature.html">Creature</a> </li> <li class="class-depth-1"> <a href="Phaser.Device.html">Device</a> </li> <li class="class-depth-1"> <a href="Phaser.DeviceButton.html">DeviceButton</a> </li> <li class="class-depth-1"> <a href="Phaser.DOM.html">DOM</a> </li> <li class="class-depth-1"> <a href="Phaser.Easing.html">Easing</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Back.html">Back</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Bounce.html">Bounce</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Circular.html">Circular</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Cubic.html">Cubic</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Elastic.html">Elastic</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Exponential.html">Exponential</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Linear.html">Linear</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Quadratic.html">Quadratic</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Quartic.html">Quartic</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Quintic.html">Quintic</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Sinusoidal.html">Sinusoidal</a> </li> <li class="class-depth-1"> <a href="Phaser.Ellipse.html">Ellipse</a> </li> <li class="class-depth-1"> <a href="Phaser.Events.html">Events</a> </li> <li class="class-depth-1"> <a href="Phaser.Filter.html">Filter</a> </li> <li class="class-depth-1"> <a href="Phaser.FlexGrid.html">FlexGrid</a> </li> <li class="class-depth-1"> <a href="Phaser.FlexLayer.html">FlexLayer</a> </li> <li class="class-depth-1"> <a href="Phaser.Frame.html">Frame</a> </li> <li class="class-depth-1"> <a href="Phaser.FrameData.html">FrameData</a> </li> <li class="class-depth-1"> <a href="Phaser.Game.html">Game</a> </li> <li class="class-depth-1"> <a href="Phaser.GameObjectCreator.html">GameObjectCreator</a> </li> <li class="class-depth-1"> <a href="Phaser.GameObjectFactory.html">GameObjectFactory</a> </li> <li class="class-depth-1"> <a href="Phaser.Gamepad.html">Gamepad</a> </li> <li class="class-depth-1"> <a href="Phaser.Graphics.html">Graphics</a> </li> <li class="class-depth-1"> <a href="Phaser.Group.html">Group</a> </li> <li class="class-depth-1"> <a href="Phaser.Hermite.html">Hermite</a> </li> <li class="class-depth-1"> <a href="Phaser.Image.html">Image</a> </li> <li class="class-depth-1"> <a href="Phaser.ImageCollection.html">ImageCollection</a> </li> <li class="class-depth-1"> <a href="Phaser.Input.html">Input</a> </li> <li class="class-depth-1"> <a href="Phaser.InputHandler.html">InputHandler</a> </li> <li class="class-depth-1"> <a href="Phaser.Key.html">Key</a> </li> <li class="class-depth-1"> <a href="Phaser.Keyboard.html">Keyboard</a> </li> <li class="class-depth-1"> <a href="Phaser.KeyCode.html">KeyCode</a> </li> <li class="class-depth-1"> <a href="Phaser.Line.html">Line</a> </li> <li class="class-depth-1"> <a href="Phaser.LinkedList.html">LinkedList</a> </li> <li class="class-depth-1"> <a href="Phaser.Loader.html">Loader</a> </li> <li class="class-depth-1"> <a href="Phaser.LoaderParser.html">LoaderParser</a> </li> <li class="class-depth-1"> <a href="Phaser.Math.html">Math</a> </li> <li class="class-depth-1"> <a href="Phaser.Matrix.html">Matrix</a> </li> <li class="class-depth-1"> <a href="Phaser.Mouse.html">Mouse</a> </li> <li class="class-depth-1"> <a href="Phaser.MSPointer.html">MSPointer</a> </li> <li class="class-depth-1"> <a href="Phaser.Net.html">Net</a> </li> <li class="class-depth-1"> <a href="Phaser.Particle.html">Particle</a> </li> <li class="class-depth-1"> <a href="Phaser.Particles.html">Particles</a> </li> <li class="class-depth-2"> <a href="Phaser.Particles.Arcade.html">Arcade</a> </li> <li class="class-depth-3"> <a href="Phaser.Particles.Arcade.Emitter.html">Emitter</a> </li> <li class="class-depth-1"> <a href="Phaser.Path.html">Path</a> </li> <li class="class-depth-1"> <a href="Phaser.PathFollower.html">PathFollower</a> </li> <li class="class-depth-1"> <a href="Phaser.PathPoint.html">PathPoint</a> </li> <li class="class-depth-1"> <a href="Phaser.Physics.html">Physics</a> </li> <li class="class-depth-2"> <a href="Phaser.Physics.Arcade.html">Arcade</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.Arcade.Body.html">Body</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.Arcade.TilemapCollision.html">TilemapCollision</a> </li> <li class="class-depth-2"> <a href="Phaser.Physics.Ninja.html">Ninja</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.Ninja.AABB.html">AABB</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.Ninja.Body.html">Body</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.Ninja.Circle.html">Circle</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.Ninja.Tile.html">Tile</a> </li> <li class="class-depth-2"> <a href="Phaser.Physics.P2.html">P2</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.Body.html">Body</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.BodyDebug.html">BodyDebug</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.CollisionGroup.html">CollisionGroup</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.ContactMaterial.html">ContactMaterial</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.DistanceConstraint.html">DistanceConstraint</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.FixtureList.html">FixtureList</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.GearConstraint.html">GearConstraint</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.InversePointProxy.html">InversePointProxy</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.LockConstraint.html">LockConstraint</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.Material.html">Material</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.PointProxy.html">PointProxy</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.PrismaticConstraint.html">PrismaticConstraint</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.RevoluteConstraint.html">RevoluteConstraint</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.RotationalSpring.html">RotationalSpring</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.Spring.html">Spring</a> </li> <li class="class-depth-1"> <a href="Phaser.Plugin.html">Plugin</a> </li> <li class="class-depth-2"> <a href="Phaser.Plugin.AStar.html">AStar</a> </li> <li class="class-depth-3"> <a href="Phaser.Plugin.AStar.AStarNode.html">AStarNode</a> </li> <li class="class-depth-3"> <a href="Phaser.Plugin.AStar.AStarPath.html">AStarPath</a> </li> <li class="class-depth-2"> <a href="Phaser.Plugin.ColorHarmony.html">ColorHarmony</a> </li> <li class="class-depth-2"> <a href="Phaser.Plugin.CSS3Filters.html">CSS3Filters</a> </li> <li class="class-depth-2"> <a href="Phaser.Plugin.Juicy.html">Juicy</a> </li> <li class="class-depth-3"> <a href="Phaser.Plugin.Juicy.ScreenFlash.html">ScreenFlash</a> </li> <li class="class-depth-3"> <a href="Phaser.Plugin.Juicy.Trail.html">Trail</a> </li> <li class="class-depth-2"> <a href="Phaser.Plugin.KineticScrolling.html">KineticScrolling</a> </li> <li class="class-depth-2"> <a href="Phaser.Plugin.PathManager.html">PathManager</a> </li> <li class="class-depth-2"> <a href="Phaser.Plugin.SamplePlugin.html">SamplePlugin</a> </li> <li class="class-depth-2"> <a href="Phaser.Plugin.TilemapWalker.html">TilemapWalker</a> </li> <li class="class-depth-2"> <a href="Phaser.Plugin.VirtualJoystick.html">VirtualJoystick</a> </li> <li class="class-depth-2"> <a href="Phaser.Plugin.Webcam.html">Webcam</a> </li> <li class="class-depth-1"> <a href="Phaser.PluginManager.html">PluginManager</a> </li> <li class="class-depth-1"> <a href="Phaser.Point.html">Point</a> </li> <li class="class-depth-1"> <a href="Phaser.Pointer.html">Pointer</a> </li> <li class="class-depth-1"> <a href="Phaser.PointerMode.html">PointerMode</a> </li> <li class="class-depth-1"> <a href="Phaser.Polygon.html">Polygon</a> </li> <li class="class-depth-1"> <a href="Phaser.QuadTree.html">QuadTree</a> </li> <li class="class-depth-1"> <a href="Phaser.RandomDataGenerator.html">RandomDataGenerator</a> </li> <li class="class-depth-1"> <a href="Phaser.Rectangle.html">Rectangle</a> </li> <li class="class-depth-1"> <a href="Phaser.RenderTexture.html">RenderTexture</a> </li> <li class="class-depth-1"> <a href="Phaser.RequestAnimationFrame.html">RequestAnimationFrame</a> </li> <li class="class-depth-1"> <a href="Phaser.RetroFont.html">RetroFont</a> </li> <li class="class-depth-1"> <a href="Phaser.Rope.html">Rope</a> </li> <li class="class-depth-1"> <a href="Phaser.RoundedRectangle.html">RoundedRectangle</a> </li> <li class="class-depth-1"> <a href="Phaser.ScaleManager.html">ScaleManager</a> </li> <li class="class-depth-1"> <a href="Phaser.Signal.html">Signal</a> </li> <li class="class-depth-1"> <a href="Phaser.SignalBinding.html">SignalBinding</a> </li> <li class="class-depth-1"> <a href="Phaser.SinglePad.html">SinglePad</a> </li> <li class="class-depth-1"> <a href="Phaser.Sound.html">Sound</a> </li> <li class="class-depth-1"> <a href="Phaser.SoundManager.html">SoundManager</a> </li> <li class="class-depth-1"> <a href="Phaser.Sprite.html">Sprite</a> </li> <li class="class-depth-1"> <a href="Phaser.SpriteBatch.html">SpriteBatch</a> </li> <li class="class-depth-1"> <a href="Phaser.Stage.html">Stage</a> </li> <li class="class-depth-1"> <a href="Phaser.State.html">State</a> </li> <li class="class-depth-1"> <a href="Phaser.StateManager.html">StateManager</a> </li> <li class="class-depth-1"> <a href="Phaser.Text.html">Text</a> </li> <li class="class-depth-1"> <a href="Phaser.Tile.html">Tile</a> </li> <li class="class-depth-1"> <a href="Phaser.Tilemap.html">Tilemap</a> </li> <li class="class-depth-1"> <a href="Phaser.TilemapLayer.html">TilemapLayer</a> </li> <li class="class-depth-1"> <a href="Phaser.TilemapParser.html">TilemapParser</a> </li> <li class="class-depth-1"> <a href="Phaser.Tileset.html">Tileset</a> </li> <li class="class-depth-1"> <a href="Phaser.TileSprite.html">TileSprite</a> </li> <li class="class-depth-1"> <a href="Phaser.Time.html">Time</a> </li> <li class="class-depth-1"> <a href="Phaser.Timer.html">Timer</a> </li> <li class="class-depth-1"> <a href="Phaser.TimerEvent.html">TimerEvent</a> </li> <li class="class-depth-1"> <a href="Phaser.Touch.html">Touch</a> </li> <li class="class-depth-1"> <a href="Phaser.Tween.html">Tween</a> </li> <li class="class-depth-1"> <a href="Phaser.TweenData.html">TweenData</a> </li> <li class="class-depth-1"> <a href="Phaser.TweenManager.html">TweenManager</a> </li> <li class="class-depth-1"> <a href="Phaser.Utils.html">Utils</a> </li> <li class="class-depth-2"> <a href="Phaser.Utils.Debug.html">Debug</a> </li> <li class="class-depth-1"> <a href="Phaser.Video.html">Video</a> </li> <li class="class-depth-1"> <a href="Phaser.Weapon.html">Weapon</a> </li> <li class="class-depth-1"> <a href="Phaser.World.html">World</a> </li> <li class="class-depth-1"> <a href="PIXI.BaseTexture.html">BaseTexture</a> </li> <li class="class-depth-1"> <a href="PIXI.CanvasBuffer.html">CanvasBuffer</a> </li> <li class="class-depth-1"> <a href="PIXI.CanvasGraphics.html">CanvasGraphics</a> </li> <li class="class-depth-1"> <a href="PIXI.CanvasMaskManager.html">CanvasMaskManager</a> </li> <li class="class-depth-1"> <a href="PIXI.CanvasRenderer.html">CanvasRenderer</a> </li> <li class="class-depth-1"> <a href="PIXI.CanvasTinter.html">CanvasTinter</a> </li> <li class="class-depth-1"> <a href="PIXI.ComplexPrimitiveShader.html">ComplexPrimitiveShader</a> </li> <li class="class-depth-1"> <a href="PIXI.DisplayObject.html">DisplayObject</a> </li> <li class="class-depth-1"> <a href="PIXI.DisplayObjectContainer.html">DisplayObjectContainer</a> </li> <li class="class-depth-1"> <a href="PIXI.FilterTexture.html">FilterTexture</a> </li> <li class="class-depth-2"> <a href="PIXI.Phaser.GraphicsData.html">Phaser.GraphicsData</a> </li> <li class="class-depth-1"> <a href="PIXI.PIXI.html">PIXI</a> </li> <li class="class-depth-1"> <a href="PIXI.PixiFastShader.html">PixiFastShader</a> </li> <li class="class-depth-1"> <a href="PIXI.PixiShader.html">PixiShader</a> </li> <li class="class-depth-1"> <a href="PIXI.PrimitiveShader.html">PrimitiveShader</a> </li> <li class="class-depth-1"> <a href="PIXI.Sprite.html">Sprite</a> </li> <li class="class-depth-1"> <a href="PIXI.StripShader.html">StripShader</a> </li> <li class="class-depth-1"> <a href="PIXI.Texture.html">Texture</a> </li> <li class="class-depth-1"> <a href="PIXI.WebGLBlendModeManager.html">WebGLBlendModeManager</a> </li> <li class="class-depth-1"> <a href="PIXI.WebGLFastSpriteBatch.html">WebGLFastSpriteBatch</a> </li> <li class="class-depth-1"> <a href="PIXI.WebGLFilterManager.html">WebGLFilterManager</a> </li> <li class="class-depth-1"> <a href="PIXI.WebGLRenderer.html">WebGLRenderer</a> </li> </ul> </li> <li class="dropdown"> <a href="global.html" class="dropdown-toggle" data-toggle="dropdown">Global<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-0"> <a href="global.html#destroy">destroy</a> </li> <li class="class-depth-0"> <a href="global.html#init">init</a> </li> <li class="class-depth-0"> <a href="global.html#set">set</a> </li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Core<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-1"><a href="Phaser.Game.html">Game</a></li> <li class="class-depth-1"><a href="Phaser.Group.html">Group</a></li> <li class="class-depth-1"><a href="Phaser.World.html">World</a></li> <li class="class-depth-1"><a href="Phaser.Loader.html">Loader</a></li> <li class="class-depth-1"><a href="Phaser.Cache.html">Cache</a></li> <li class="class-depth-1"><a href="Phaser.Time.html">Time</a></li> <li class="class-depth-1"><a href="Phaser.Camera.html">Camera</a></li> <li class="class-depth-1"><a href="Phaser.StateManager.html">State Manager</a></li> <li class="class-depth-1"><a href="Phaser.TweenManager.html">Tween Manager</a></li> <li class="class-depth-1"><a href="Phaser.SoundManager.html">Sound Manager</a></li> <li class="class-depth-1"><a href="Phaser.Input.html">Input Manager</a></li> <li class="class-depth-1"><a href="Phaser.ScaleManager.html">Scale Manager</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Game Objects<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-1"><a href="Phaser.GameObjectFactory.html">Factory (game.add)</a></li> <li class="class-depth-1"><a href="Phaser.GameObjectCreator.html">Creator (game.make)</a></li> <li class="class-depth-1"><a href="Phaser.Sprite.html">Sprite</a></li> <li class="class-depth-1"><a href="Phaser.Image.html">Image</a></li> <li class="class-depth-1"><a href="Phaser.Sound.html">Sound</a></li> <li class="class-depth-1"><a href="Phaser.Video.html">Video</a></li> <li class="class-depth-1"><a href="Phaser.Particles.Arcade.Emitter.html">Particle Emitter</a></li> <li class="class-depth-1"><a href="Phaser.Particle.html">Particle</a></li> <li class="class-depth-1"><a href="Phaser.Text.html">Text</a></li> <li class="class-depth-1"><a href="Phaser.Tween.html">Tween</a></li> <li class="class-depth-1"><a href="Phaser.BitmapText.html">BitmapText</a></li> <li class="class-depth-1"><a href="Phaser.Tilemap.html">Tilemap</a></li> <li class="class-depth-1"><a href="Phaser.BitmapData.html">BitmapData</a></li> <li class="class-depth-1"><a href="Phaser.RetroFont.html">RetroFont</a></li> <li class="class-depth-1"><a href="Phaser.Button.html">Button</a></li> <li class="class-depth-1"><a href="Phaser.Animation.html">Animation</a></li> <li class="class-depth-1"><a href="Phaser.Graphics.html">Graphics</a></li> <li class="class-depth-1"><a href="Phaser.RenderTexture.html">RenderTexture</a></li> <li class="class-depth-1"><a href="Phaser.TileSprite.html">TileSprite</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Geometry<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-1"><a href="Phaser.Circle.html">Circle</a></li> <li class="class-depth-1"><a href="Phaser.Ellipse.html">Ellipse</a></li> <li class="class-depth-1"><a href="Phaser.Line.html">Line</a></li> <li class="class-depth-1"><a href="Phaser.Matrix.html">Matrix</a></li> <li class="class-depth-1"><a href="Phaser.Point.html">Point</a></li> <li class="class-depth-1"><a href="Phaser.Polygon.html">Polygon</a></li> <li class="class-depth-1"><a href="Phaser.Rectangle.html">Rectangle</a></li> <li class="class-depth-1"><a href="Phaser.RoundedRectangle.html">Rounded Rectangle</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Physics<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-1"><a href="Phaser.Physics.Arcade.html">Arcade Physics</a></li> <li class="class-depth-2"><a href="Phaser.Physics.Arcade.Body.html">Body</a></li> <li class="class-depth-2"><a href="Phaser.Weapon.html">Weapon</a></li> <li class="class-depth-1"><a href="Phaser.Physics.P2.html">P2 Physics</a></li> <li class="class-depth-2"><a href="Phaser.Physics.P2.Body.html">Body</a></li> <li class="class-depth-2"><a href="Phaser.Physics.P2.Spring.html">Spring</a></li> <li class="class-depth-2"><a href="Phaser.Physics.P2.CollisionGroup.html">CollisionGroup</a></li> <li class="class-depth-2"><a href="Phaser.Physics.P2.ContactMaterial.html">ContactMaterial</a></li> <li class="class-depth-1"><a href="Phaser.Physics.Ninja.html">Ninja Physics</a></li> <li class="class-depth-2"><a href="Phaser.Physics.Body.html">Body</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Input<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-1"><a href="Phaser.InputHandler.html">Input Handler</a></li> <li class="class-depth-1"><a href="Phaser.Pointer.html">Pointer</a></li> <li class="class-depth-1"><a href="Phaser.DeviceButton.html">Device Button</a></li> <li class="class-depth-1"><a href="Phaser.Mouse.html">Mouse</a></li> <li class="class-depth-1"><a href="Phaser.Keyboard.html">Keyboard</a></li> <li class="class-depth-1"><a href="Phaser.Key.html">Key</a></li> <li class="class-depth-1"><a href="Phaser.KeyCode.html">Key Codes</a></li> <li class="class-depth-1"><a href="Phaser.Gamepad.html">Gamepad</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="icon-globe icon-white"></i> Community<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-1"><a href="http://phaser.io">Phaser Web Site</a></li> <li class="class-depth-1"><a href="https://github.com/photonstorm/phaser-ce">Phaser CE Github</a></li> <li class="class-depth-1"><a href="http://phaser.io/examples">Phaser Examples</a></li> <li class="class-depth-1"><a href="https://github.com/photonstorm/phaser-plugins">Phaser Plugins</a></li> <li class="class-depth-1"><a href="http://www.html5gamedevs.com/forum/14-phaser/">Forum</a></li> <li class="class-depth-1"><a href="http://stackoverflow.com/questions/tagged/phaser-framework">Stack Overflow</a></li> <li class="class-depth-1"><a href="http://phaser.io/learn">Tutorials</a></li> <li class="class-depth-1"><a href="http://phaser.io/community/newsletter">Newsletter</a></li> <li class="class-depth-1"><a href="http://phaser.io/community/twitter">Twitter</a></li> <li class="class-depth-1"><a href="http://phaser.io/community/slack">Slack</a></li> <li class="class-depth-1"><a href="http://phaser.io/community/donate">Donate</a></li> <li class="class-depth-1"><a href="https://www.codeandweb.com/texturepacker/phaser">Texture Packer</a></li> </ul> </li> </ul> </div> </div> <div class="row-fluid"> <div class="span12"> <div id="main"> <h1 class="page-title">Source: src/math/RandomDataGenerator.js</h1> <section> <article> <pre class="sunlight-highlight-javascript linenums">/* jshint noempty: false */ /** * @author Richard Davey &lt;rich@photonstorm.com> * @copyright 2016 Photon Storm Ltd. * @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License} */ /** * An extremely useful repeatable random data generator. * * Based on Nonsense by Josh Faul https://github.com/jocafa/Nonsense. * * The random number genererator is based on the Alea PRNG, but is modified. * - https://github.com/coverslide/node-alea * - https://github.com/nquinlan/better-random-numbers-for-javascript-mirror * - http://baagoe.org/en/wiki/Better_random_numbers_for_javascript (original, perm. 404) * * @class Phaser.RandomDataGenerator * @constructor * @param {any[]|string} [seeds] - An array of values to use as the seed, or a generator state (from {#state}). */ Phaser.RandomDataGenerator = function (seeds) { if (seeds === undefined) { seeds = []; } /** * @property {number} c - Internal var. * @private */ this.c = 1; /** * @property {number} s0 - Internal var. * @private */ this.s0 = 0; /** * @property {number} s1 - Internal var. * @private */ this.s1 = 0; /** * @property {number} s2 - Internal var. * @private */ this.s2 = 0; if (typeof seeds === 'string') { this.state(seeds); } else { this.sow(seeds); } }; Phaser.RandomDataGenerator.prototype = { /** * Private random helper. * * @method Phaser.RandomDataGenerator#rnd * @private * @return {number} */ rnd: function () { var t = 2091639 * this.s0 + this.c * 2.3283064365386963e-10; // 2^-32 this.c = t | 0; this.s0 = this.s1; this.s1 = this.s2; this.s2 = t - this.c; return this.s2; }, /** * Reset the seed of the random data generator. * * _Note_: the seed array is only processed up to the first `undefined` (or `null`) value, should such be present. * * @method Phaser.RandomDataGenerator#sow * @param {any[]} seeds - The array of seeds: the `toString()` of each value is used. */ sow: function (seeds) { // Always reset to default seed this.s0 = this.hash(' '); this.s1 = this.hash(this.s0); this.s2 = this.hash(this.s1); this.c = 1; if (!seeds) { return; } // Apply any seeds for (var i = 0; i &lt; seeds.length &amp;&amp; (seeds[i] != null); i++) { var seed = seeds[i]; this.s0 -= this.hash(seed); this.s0 += ~~(this.s0 &lt; 0); this.s1 -= this.hash(seed); this.s1 += ~~(this.s1 &lt; 0); this.s2 -= this.hash(seed); this.s2 += ~~(this.s2 &lt; 0); } }, /** * Internal method that creates a seed hash. * * @method Phaser.RandomDataGenerator#hash * @private * @param {any} data * @return {number} hashed value. */ hash: function (data) { var h, i, n; n = 0xefc8249d; data = data.toString(); for (i = 0; i &lt; data.length; i++) { n += data.charCodeAt(i); h = 0.02519603282416938 * n; n = h >>> 0; h -= n; h *= n; n = h >>> 0; h -= n; n += h * 0x100000000;// 2^32 } return (n >>> 0) * 2.3283064365386963e-10;// 2^-32 }, /** * Returns a random integer between 0 and 2^32. * * @method Phaser.RandomDataGenerator#integer * @return {number} A random integer between 0 and 2^32. */ integer: function() { return this.rnd.apply(this) * 0x100000000;// 2^32 }, /** * Returns a random real number between 0 and 1. * * @method Phaser.RandomDataGenerator#frac * @return {number} A random real number between 0 and 1. */ frac: function() { return this.rnd.apply(this) + (this.rnd.apply(this) * 0x200000 | 0) * 1.1102230246251565e-16; // 2^-53 }, /** * Returns a random real number between 0 and 2^32. * * @method Phaser.RandomDataGenerator#real * @return {number} A random real number between 0 and 2^32. */ real: function() { return this.integer() + this.frac(); }, /** * Returns a random integer between and including min and max. * * @method Phaser.RandomDataGenerator#integerInRange * @param {number} min - The minimum value in the range. * @param {number} max - The maximum value in the range. * @return {number} A random number between min and max. */ integerInRange: function (min, max) { return Math.floor(this.realInRange(0, max - min + 1) + min); }, /** * Returns a random integer between and including min and max. * This method is an alias for RandomDataGenerator.integerInRange. * * @method Phaser.RandomDataGenerator#between * @param {number} min - The minimum value in the range. * @param {number} max - The maximum value in the range. * @return {number} A random number between min and max. */ between: function (min, max) { return this.integerInRange(min, max); }, /** * Returns a random real number between min and max. * * @method Phaser.RandomDataGenerator#realInRange * @param {number} min - The minimum value in the range. * @param {number} max - The maximum value in the range. * @return {number} A random number between min and max. */ realInRange: function (min, max) { return this.frac() * (max - min) + min; }, /** * Returns a random real number between -1 and 1. * * @method Phaser.RandomDataGenerator#normal * @return {number} A random real number between -1 and 1. */ normal: function () { return 1 - 2 * this.frac(); }, /** * Returns a valid RFC4122 version4 ID hex string from https://gist.github.com/1308368 * * @method Phaser.RandomDataGenerator#uuid * @return {string} A valid RFC4122 version4 ID hex string */ uuid: function () { var a = ''; var b = ''; for (b = a = ''; a++ &lt; 36; b +=~a % 5 | a * 3&amp;4 ? (a^15 ? 8^this.frac() * (a^20 ? 16 : 4) : 4).toString(16) : '-') { } return b; }, /** * Returns a random member of `array`. * * @method Phaser.RandomDataGenerator#pick * @param {Array} ary - An Array to pick a random member of. * @return {any} A random member of the array. */ pick: function (ary) { return ary[this.integerInRange(0, ary.length - 1)]; }, /** * Returns a sign to be used with multiplication operator. * * @method Phaser.RandomDataGenerator#sign * @return {number} -1 or +1. */ sign: function () { return this.pick([-1, 1]); }, /** * Returns a random member of `array`, favoring the earlier entries. * * @method Phaser.RandomDataGenerator#weightedPick * @param {Array} ary - An Array to pick a random member of. * @return {any} A random member of the array. */ weightedPick: function (ary) { return ary[~~(Math.pow(this.frac(), 2) * (ary.length - 1) + 0.5)]; }, /** * Returns a random timestamp between min and max, or between the beginning of 2000 and the end of 2020 if min and max aren't specified. * * @method Phaser.RandomDataGenerator#timestamp * @param {number} min - The minimum value in the range. * @param {number} max - The maximum value in the range. * @return {number} A random timestamp between min and max. */ timestamp: function (min, max) { return this.realInRange(min || 946684800000, max || 1577862000000); }, /** * Returns a random angle between -180 and 180. * * @method Phaser.RandomDataGenerator#angle * @return {number} A random number between -180 and 180. */ angle: function() { return this.integerInRange(-180, 180); }, /** * Gets or Sets the state of the generator. This allows you to retain the values * that the generator is using between games, i.e. in a game save file. * * To seed this generator with a previously saved state you can pass it as the * `seed` value in your game config, or call this method directly after Phaser has booted. * * Call this method with no parameters to return the current state. * * If providing a state it should match the same format that this method * returns, which is a string with a header `!rnd` followed by the `c`, * `s0`, `s1` and `s2` values respectively, each comma-delimited. * * @method Phaser.RandomDataGenerator#state * @param {string} [state] - Generator state to be set. * @return {string} The current state of the generator. */ state: function (state) { if (typeof state === 'string' &amp;&amp; state.match(/^!rnd/)) { state = state.split(','); this.c = parseFloat(state[1]); this.s0 = parseFloat(state[2]); this.s1 = parseFloat(state[3]); this.s2 = parseFloat(state[4]); } return ['!rnd', this.c, this.s0, this.s1, this.s2].join(','); } }; Phaser.RandomDataGenerator.prototype.constructor = Phaser.RandomDataGenerator; </pre> </article> </section> </div> <div class="clearfix"></div> <footer> <span class="copyright"> Phaser Copyright © 2012-2016 Photon Storm Ltd. </span> <br /> <span class="jsdoc-message"> Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Tue May 30 2017 21:46:47 GMT-0700 (PDT) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>. </span> </footer> </div> <br clear="both"> </div> </div> <script src="scripts/sunlight.js"></script> <script src="scripts/sunlight.javascript.js"></script> <script src="scripts/sunlight-plugin.doclinks.js"></script> <script src="scripts/sunlight-plugin.linenumbers.js"></script> <script src="scripts/sunlight-plugin.menu.js"></script> <script src="scripts/jquery.min.js"></script> <script src="scripts/jquery.scrollTo.js"></script> <script src="scripts/jquery.localScroll.js"></script> <script src="scripts/bootstrap-dropdown.js"></script> <script src="scripts/toc.js"></script> <script> Sunlight.highlightAll({lineNumbers:true, showMenu: true, enableDoclinks :true}); </script> <script> $( function () { $( "#toc" ).toc( { anchorName : function(i, heading, prefix) { return $(heading).attr("id") || ( prefix + i ); }, selectors : "h1,h2,h3,h4", showAndHide : false, scrollTo : 60 } ); $( "#toc>ul" ).addClass( "nav nav-pills nav-stacked" ); $( "#main span[id^='toc']" ).addClass( "toc-shim" ); } ); </script> </body> </html>
docs/html/namespaces.html
DigitalMachinist/ConcurrentBinaryMinHeap
<!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"/> <title>ConcurrentBinaryMinHeap: Packages</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="resize.js"></script> <script type="text/javascript" src="navtreedata.js"></script> <script type="text/javascript" src="navtree.js"></script> <script type="text/javascript"> $(document).ready(initResizable); $(window).load(resizeHeight); </script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">ConcurrentBinaryMinHeap &#160;<span id="projectnumber">1.0.0</span> </div> <div id="projectbrief">A .NET 3.5 C# implementation of a thread-safe binary min-heap, suitable for implementation of a priority queue.</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.9 --> <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&#160;Page</span></a></li> <li class="current"><a href="namespaces.html"><span>Packages</span></a></li> <li><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li class="current"><a href="namespaces.html"><span>Packages</span></a></li> </ul> </div> </div><!-- top --> <div id="side-nav" class="ui-resizable side-nav-resizable"> <div id="nav-tree"> <div id="nav-tree-contents"> <div id="nav-sync" class="sync"></div> </div> </div> <div id="splitbar" style="-moz-user-select:none;" class="ui-resizable-handle"> </div> </div> <script type="text/javascript"> $(document).ready(function(){initNavTree('namespaces.html','');}); </script> <div id="doc-content"> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="header"> <div class="headertitle"> <div class="title">Packages</div> </div> </div><!--header--> <div class="contents"> <div class="textblock">Here are the packages with brief descriptions (if available):</div><div class="directory"> <div class="levels">[detail level <span onclick="javascript:toggleLevel(1);">1</span><span onclick="javascript:toggleLevel(2);">2</span><span onclick="javascript:toggleLevel(3);">3</span>]</div><table class="directory"> <tr id="row_0_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_0_" class="arrow" onclick="toggleFolder('0_')">&#9660;</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespaceca.html" target="_self">ca</a></td><td class="desc"></td></tr> <tr id="row_0_0_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_0_0_" class="arrow" onclick="toggleFolder('0_0_')">&#9660;</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespaceca_1_1axoninteractive.html" target="_self">axoninteractive</a></td><td class="desc"></td></tr> <tr id="row_0_0_0_" class="even"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespaceca_1_1axoninteractive_1_1_collections.html" target="_self">Collections</a></td><td class="desc"></td></tr> </table> </div><!-- directory --> </div><!-- contents --> </div><!-- doc-content --> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="footer">Generated on Thu Feb 26 2015 17:16:32 for ConcurrentBinaryMinHeap by <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.9 </li> </ul> </div> </body> </html>
keyref/RobotJDDDriverDatabaseCommandsExecSQLQuery.html
kid551/safsdev.test.github.io
<DIV NAME="detail" ID="detail" xmlns="http://www.w3.org/TR/REC-html40"><H3><A NAME='detail_ExecSQLQuery'></A>RobotJ DDDriverDatabaseCommands::<BIG>ExecSQLQuery</BIG> </H3> <TABLE><TR> <TD class="borderStyle"><SPAN CLASS='Support' TITLE='Rational RobotJ'>RJ</SPAN></TD> <TD class="borderStyle"><SPAN CLASS='Support' TITLE='SAFS TID Commands'>TID</SPAN></TD> <TD class="borderStyle"><SPAN CLASS='Support' TITLE='SAFS Driver Commands'>SDC</SPAN></TD> </TR></TABLE> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Executes the query provided in a queryStr on the database table. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> Executes the query in a database table. <p> A data source name and Query String is required. You also have to specify a variable to get the status code. And optionally user id and password (this is because some drivers don't need a user/password). </p><p> Use this command with caution. It doesn't return any value back other than the SQL Status code. So, remember not to use 'SELECT' command inside the queryStr. It should rather be used to do an 'UPDATE', 'INSERT' or 'DELETE'. </p></detailed_desc><BR/> </DIV> <BR/> <DIV NAME="list" ID="other"> <p><B>Fields: </B><SMALL>[ ]=Optional with Default Value</SMALL></p> <code class="safs"> <OL start="3" ><LI> <B>ADBAlias</B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> not used </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"/> </LI> <LI> <B>ATableAlias</B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> not used </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"/> </LI> <LI> <B>DBSourceName</B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Name of the Datasource containing the DBTable </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"/> </LI> <LI> <B>queryStr</B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Actual query stored in a queryStr. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"/> </LI> <LI> <B>SQLStatusCode</B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> SQL status code as a result of executing the query. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"/> </LI> <LI>[ <B>UserID</B> = ]<BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> UserID for accessing the Datasource (if required). </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"/> </LI> <LI>[ <B>Password</B> = ]<BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Password for accessing the Datasource (if required). </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"/> </LI></OL ></code> <br/> <p><B>Examples:</B></p> <code class="safs"><UL> <LI> <B><usage xmlns="">C, ExecSQLQuery, ADBAlias, ATableAlias, empODBC, "UPDATE Employee Set City = 'Pittsburgh' Where EmpID = '0023' ", sqlStatus</usage></B> <BR/><DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Executes the query provided in a queryStr against the database specified in the DSN. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> Executes the query provided in a queryStr i.e. updates the city column in the Employee table for a EmpID equals to 0023. </detailed_desc><BR/> </DIV> </LI> </UL> </code> <br/> <A href="SAFSReferenceKey.htm" alt="Reference Legend or Key"> <SMALL><B>[How To Read This Reference]</B></SMALL> </A> <HR/> </DIV> </DIV>
ocr_extracted/W29071_text/style.css
datamade/elpc_bakken
.styleSans211.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle> { font-family: Sans; font-size: 211.0pt; font-weight: normal; font-style: normal; text-align: 0; letter-spacing: 0pt; line-height: 0pt; } .styleSans46.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle> { font-family: Sans; font-size: 46.0pt; font-weight: normal; font-style: normal; text-align: 0; letter-spacing: 0pt; line-height: 0pt; } .styleSans8.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle> { font-family: Sans; font-size: 8.0pt; font-weight: normal; font-style: normal; text-align: 0; letter-spacing: 0pt; line-height: 0pt; } .styleSans330.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle> { font-family: Sans; font-size: 330.0pt; font-weight: normal; font-style: normal; text-align: 0; letter-spacing: 0pt; line-height: 0pt; } .styleSans7.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle> { font-family: Sans; font-size: 7.0pt; font-weight: normal; font-style: normal; text-align: 0; letter-spacing: 0pt; line-height: 0pt; } .styleSans6.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle> { font-family: Sans; font-size: 6.0pt; font-weight: normal; font-style: normal; text-align: 0; letter-spacing: 0pt; line-height: 0pt; } .styleSans47.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle> { font-family: Sans; font-size: 47.0pt; font-weight: normal; font-style: normal; text-align: 0; letter-spacing: 0pt; line-height: 0pt; } .styleSans323.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle> { font-family: Sans; font-size: 323.0pt; font-weight: normal; font-style: normal; text-align: 0; letter-spacing: 0pt; line-height: 0pt; } .styleSans59.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle> { font-family: Sans; font-size: 59.0pt; font-weight: normal; font-style: normal; text-align: 0; letter-spacing: 0pt; line-height: 0pt; } .styleSans11.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle> { font-family: Sans; font-size: 11.0pt; font-weight: normal; font-style: normal; text-align: 0; letter-spacing: 0pt; line-height: 0pt; } .styleSans9.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle> { font-family: Sans; font-size: 9.0pt; font-weight: normal; font-style: normal; text-align: 0; letter-spacing: 0pt; line-height: 0pt; } .styleSans13.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle> { font-family: Sans; font-size: 13.0pt; font-weight: normal; font-style: normal; text-align: 0; letter-spacing: 0pt; line-height: 0pt; } .styleSans759.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle> { font-family: Sans; font-size: 759.0pt; font-weight: normal; font-style: normal; text-align: 0; letter-spacing: 0pt; line-height: 0pt; } .styleSans760.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle> { font-family: Sans; font-size: 760.0pt; font-weight: normal; font-style: normal; text-align: 0; letter-spacing: 0pt; line-height: 0pt; } .styleSans757.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle> { font-family: Sans; font-size: 757.0pt; font-weight: normal; font-style: normal; text-align: 0; letter-spacing: 0pt; line-height: 0pt; } .styleSans14.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle> { font-family: Sans; font-size: 14.0pt; font-weight: normal; font-style: normal; text-align: 0; letter-spacing: 0pt; line-height: 0pt; } .styleSans10.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle> { font-family: Sans; font-size: 10.0pt; font-weight: normal; font-style: normal; text-align: 0; letter-spacing: 0pt; line-height: 0pt; } .styleSans29.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle> { font-family: Sans; font-size: 29.0pt; font-weight: normal; font-style: normal; text-align: 0; letter-spacing: 0pt; line-height: 0pt; } .styleSans751.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle> { font-family: Sans; font-size: 751.0pt; font-weight: normal; font-style: normal; text-align: 0; letter-spacing: 0pt; line-height: 0pt; } .styleSans204.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle> { font-family: Sans; font-size: 204.0pt; font-weight: normal; font-style: normal; text-align: 0; letter-spacing: 0pt; line-height: 0pt; } .styleSans26.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle> { font-family: Sans; font-size: 26.0pt; font-weight: normal; font-style: normal; text-align: 0; letter-spacing: 0pt; line-height: 0pt; } .styleSans442.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle> { font-family: Sans; font-size: 442.0pt; font-weight: normal; font-style: normal; text-align: 0; letter-spacing: 0pt; line-height: 0pt; } .styleSans350.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle> { font-family: Sans; font-size: 350.0pt; font-weight: normal; font-style: normal; text-align: 0; letter-spacing: 0pt; line-height: 0pt; } .styleSans17.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle> { font-family: Sans; font-size: 17.0pt; font-weight: normal; font-style: normal; text-align: 0; letter-spacing: 0pt; line-height: 0pt; } .styleSans1.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle> { font-family: Sans; font-size: 1.0pt; font-weight: normal; font-style: normal; text-align: 0; letter-spacing: 0pt; line-height: 0pt; } .styleSans655.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle> { font-family: Sans; font-size: 655.0pt; font-weight: normal; font-style: normal; text-align: 0; letter-spacing: 0pt; line-height: 0pt; } .styleSans12000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle> { font-family: Sans; font-size: 12pt; font-weight: normal; font-style: normal; text-align: 0; letter-spacing: 0pt; line-height: 0pt; } .styleSans2.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle> { font-family: Sans; font-size: 2.0pt; font-weight: normal; font-style: normal; text-align: 0; letter-spacing: 0pt; line-height: 0pt; } .styleSans12.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle> { font-family: Sans; font-size: 12.0pt; font-weight: normal; font-style: normal; text-align: 0; letter-spacing: 0pt; line-height: 0pt; } .styleSans528.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle> { font-family: Sans; font-size: 528.0pt; font-weight: normal; font-style: normal; text-align: 0; letter-spacing: 0pt; line-height: 0pt; } .styleSans5.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle> { font-family: Sans; font-size: 5.0pt; font-weight: normal; font-style: normal; text-align: 0; letter-spacing: 0pt; line-height: 0pt; } .styleSans4.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle> { font-family: Sans; font-size: 4.0pt; font-weight: normal; font-style: normal; text-align: 0; letter-spacing: 0pt; line-height: 0pt; } .styleSans19.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle> { font-family: Sans; font-size: 19.0pt; font-weight: normal; font-style: normal; text-align: 0; letter-spacing: 0pt; line-height: 0pt; } .styleSans466.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle> { font-family: Sans; font-size: 466.0pt; font-weight: normal; font-style: normal; text-align: 0; letter-spacing: 0pt; line-height: 0pt; } .styleSans467.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle> { font-family: Sans; font-size: 467.0pt; font-weight: normal; font-style: normal; text-align: 0; letter-spacing: 0pt; line-height: 0pt; } .styleSans756.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle> { font-family: Sans; font-size: 756.0pt; font-weight: normal; font-style: normal; text-align: 0; letter-spacing: 0pt; line-height: 0pt; } .styleSans131.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle> { font-family: Sans; font-size: 131.0pt; font-weight: normal; font-style: normal; text-align: 0; letter-spacing: 0pt; line-height: 0pt; } .styleSans745.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle> { font-family: Sans; font-size: 745.0pt; font-weight: normal; font-style: normal; text-align: 0; letter-spacing: 0pt; line-height: 0pt; } .styleSans3.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle> { font-family: Sans; font-size: 3.0pt; font-weight: normal; font-style: normal; text-align: 0; letter-spacing: 0pt; line-height: 0pt; } .styleSans748.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle> { font-family: Sans; font-size: 748.0pt; font-weight: normal; font-style: normal; text-align: 0; letter-spacing: 0pt; line-height: 0pt; } .styleSans197.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle> { font-family: Sans; font-size: 197.0pt; font-weight: normal; font-style: normal; text-align: 0; letter-spacing: 0pt; line-height: 0pt; } .styleSans51.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle> { font-family: Sans; font-size: 51.0pt; font-weight: normal; font-style: normal; text-align: 0; letter-spacing: 0pt; line-height: 0pt; } .styleSans24.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle> { font-family: Sans; font-size: 24.0pt; font-weight: normal; font-style: normal; text-align: 0; letter-spacing: 0pt; line-height: 0pt; } .styleSans36.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle> { font-family: Sans; font-size: 36.0pt; font-weight: normal; font-style: normal; text-align: 0; letter-spacing: 0pt; line-height: 0pt; } .styleSans194.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle> { font-family: Sans; font-size: 194.0pt; font-weight: normal; font-style: normal; text-align: 0; letter-spacing: 0pt; line-height: 0pt; } .styleSans686.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle> { font-family: Sans; font-size: 686.0pt; font-weight: normal; font-style: normal; text-align: 0; letter-spacing: 0pt; line-height: 0pt; } .styleSans758.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle> { font-family: Sans; font-size: 758.0pt; font-weight: normal; font-style: normal; text-align: 0; letter-spacing: 0pt; line-height: 0pt; } .styleSans311.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle> { font-family: Sans; font-size: 311.0pt; font-weight: normal; font-style: normal; text-align: 0; letter-spacing: 0pt; line-height: 0pt; } .styleSans58.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle> { font-family: Sans; font-size: 58.0pt; font-weight: normal; font-style: normal; text-align: 0; letter-spacing: 0pt; line-height: 0pt; } .styleSans96.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle> { font-family: Sans; font-size: 96.0pt; font-weight: normal; font-style: normal; text-align: 0; letter-spacing: 0pt; line-height: 0pt; } .styleSans63.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle> { font-family: Sans; font-size: 63.0pt; font-weight: normal; font-style: normal; text-align: 0; letter-spacing: 0pt; line-height: 0pt; } .styleSans53.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle> { font-family: Sans; font-size: 53.0pt; font-weight: normal; font-style: normal; text-align: 0; letter-spacing: 0pt; line-height: 0pt; } .styleSans15.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle> { font-family: Sans; font-size: 15.0pt; font-weight: normal; font-style: normal; text-align: 0; letter-spacing: 0pt; line-height: 0pt; } .styleSans44.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle> { font-family: Sans; font-size: 44.0pt; font-weight: normal; font-style: normal; text-align: 0; letter-spacing: 0pt; line-height: 0pt; } .styleSans214.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle> { font-family: Sans; font-size: 214.0pt; font-weight: normal; font-style: normal; text-align: 0; letter-spacing: 0pt; line-height: 0pt; } .styleSans154.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle> { font-family: Sans; font-size: 154.0pt; font-weight: normal; font-style: normal; text-align: 0; letter-spacing: 0pt; line-height: 0pt; } .styleSans86.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle> { font-family: Sans; font-size: 86.0pt; font-weight: normal; font-style: normal; text-align: 0; letter-spacing: 0pt; line-height: 0pt; } .styleSans538.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle> { font-family: Sans; font-size: 538.0pt; font-weight: normal; font-style: normal; text-align: 0; letter-spacing: 0pt; line-height: 0pt; } .styleSans554.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle> { font-family: Sans; font-size: 554.0pt; font-weight: normal; font-style: normal; text-align: 0; letter-spacing: 0pt; line-height: 0pt; } .styleSans317.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle> { font-family: Sans; font-size: 317.0pt; font-weight: normal; font-style: normal; text-align: 0; letter-spacing: 0pt; line-height: 0pt; }
all-data/3000-3999/3090-33.html
BuzzAcademy/idioms-moe-unformatted-data
<table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="layoutclass_pic"><div class="layoutclass_first_pic"><table class="fmt0table"><tr><th class="zt1"><b><font class=""></font></b></th><td class="zc1">魚得忘筌</td></tr> </td></tr></table></div> <!-- layoutclass_first_pic --><div class="layoutclass_second_pic"></div> <!-- layoutclass_second_pic --></div> <!-- layoutclass_pic --></td></tr></table>
_includes/footer.html
spaceofmeanings/spaceofmeanings.github.io
<!-- div class="page__footer-follow"> <ul class="social-icons"> {% if site.data.ui-text[site.locale].follow_label %} <li><strong>{{ site.data.ui-text[site.locale].follow_label }}</strong></li> {% endif %} {% if site.twitter.username %} <li><a href="https://twitter.com/{{ site.twitter.username }}"><i class="fa fa-fw fa-twitter-square" aria-hidden="true"></i> Twitter</a></li> {% endif %} {% if site.facebook.username %} <li><a href="https://facebook.com/{{ site.facebook.username }}"><i class="fa fa-fw fa-facebook-square" aria-hidden="true"></i> Facebook</a></li> {% endif %} {% if site.author.github %} <li><a href="http://github.com/{{ site.author.github }}"><i class="fa fa-fw fa-github" aria-hidden="true"></i> GitHub</a></li> {% endif %} {% if site.author.gitlab %} <li><a href="http://gitlab.com/{{ site.author.gitlab }}"><i class="fa fa-fw fa-gitlab" aria-hidden="true"></i> Gitlab</a></li> {% endif %} {% if site.author.bitbucket %} <li><a href="http://bitbucket.org/{{ site.author.bitbucket }}"><i class="fa fa-fw fa-bitbucket" aria-hidden="true"></i> Bitbucket</a></li> {% endif %} <li><a href="{% if site.atom_feed.path %}{{ site.atom_feed.path }}{% else %}{{ '/feed.xml' | absolute_url }}{% endif %}"><i class="fa fa-fw fa-rss-square" aria-hidden="true"></i> {{ site.data.ui-text[site.locale].feed_label | default: "Feed" }}</a></li> </ul> </div> <div class="page__footer-copyright">&copy; {{ site.time | date: '%Y' }} {{ site.name | default: site.title }}. {{ site.data.ui-text[site.locale].powered_by | default: "Powered by" }} <a href="http://jekyllrb.com" rel="nofollow">Jekyll</a> &amp; <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.</div -->
bugs/576854/Millemnialsmails.com_files/millennialsmail.css
bokand/bokand.github.io
@charset "utf-8"; @import url(https://fonts.googleapis.com/css?family=Lato:400,700); @font-face { font-family: 'Bell-MT'; src: url('Bell.ttf'); } @font-face { font-family: 'Bell-MT'; font-weight: bold; src: url('Bell-Bold.ttf');} @font-face { font-family: 'Bell-MT'; font-style:italic ; src: url('Bell-Italic.ttf');} @font-face { font-family: 'Helvetica-LT'; src: url('Helvetica-LT.ttf'); } @font-face { font-family: 'Helvetica-LT-Bold'; font-weight: bold; src: url('Helvetica-LT-Bold.otf');} body { line-height: 1; overflow-x:hidden; transition: all 0.5s ease-in-out 0s; font: normal normal normal 14px/1.3em helvetica-lt,helvetica-lt,sans-serif; color: black; overflow-y: scroll; } @media(max-width:320px){ .main >.row{ margin-left:0px; margin-right:0px; } #myForm >.row{ padding-left:1em; padding-right:1em; } } div#loginForm >.row{ margin-left: 0; margin-right: 0; } #loginForm > div:nth-child(1) { margin-bottom: 1em; } #loginForm label.control-label { padding-left: 15px; } #loginForm > div:nth-child(1) > div > p{ font-size:18px; font-weight:bold; margin-bottom: 1em; } #menu-tougle{ display:block; position:relative; float:right; margin-right:1em; } #menu-tougle>a>span{ font-size:30px; color: rgb(33,176,76); } @media(min-width:992px){ #menu-tougle{ display:none; } } #pullMenu{ z-index: 200; position: absolute; right: 1em; margin-top: 2em; background-color: white; border-color: rgb(33,176,76); border-style:solid; padding: 0.5em 1em 0.5em 1em; width: auto; } .nav > li > a:hover, .nav > li > a:focus{ background-color:transparent; color:black; } .nav > li > a{ background-color:transparent; /*color:#00A2E9;*/ color:black; text-decoration:none; } #authorizationNeedForm p { margin-top: 1em; } .has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label, .text-danger { color: rgb(237,28,36); } #company-category > div > div { padding-left: 0; } .form input[type=radio] { margin-right: 1em; } .details.dt { margin-left: -15px; } tbody { border: none; } .field-none-labeled { padding-left: 0px; } .form-group { margin-left: 0px !important; } .news-list dd { font-family: arial; font-style: italic; margin: 0px 0px 0.5em; padding: 0px; font-family: arial; font-size: 13px; } .news-list dt { margin-left: 0; padding-left: 0; margin-top: 0.5em; font-family: arial; font-size: 14px; font-weight: bold; } .upload-ads-form input[type="file"] { margin-left: 1.2em; } div#companySummary >p { margin-bottom: 0px;} .stats-results { font-weight: bold; } .stats-results p { margin-left: 15px; } label.control-label { padding-left: 0px; } #rightMenu { font-family: Helvetica-lt; } .advertising-logo-managed { height: 86px; vertical-align: middle; position: relative; display: inline-block; width: 100%; font-family: Bell-MT; font-size: 24px; font-weight: bold; padding-top: 1em; padding-left: 1em; } #leftFrame { /* min-height: 120%; */ padding-top: 0.5em; } @media (min-width:1200px){ #leftFrame { padding-left: 13em; } } @media (max-width: 480px) { #leftFrame.container { min-height: 320px; width: 100%; padding: 0.5em 1em } } @media (max-width: 320px) { #leftFrame.container { min-height: 320px; padding: 0.5em 2px } } @media (max-width: 240px) { #leftFrame.container { min-height: 280px; padding: 0.5em 2px } } .search-ads-criteria a { cursor: pointer; } a.selected , a.selected:hover, a.selected:focus{ font-weight:bold; color: rgb(33,176,76); } .search-ads-criteria em { font-weight: bold; } .middle-helper { display: inline-block; height: 100%; width: 0px; vertical-align: middle; } dd div.advertising-cover { height: 304px; width: 534px; position: relative; } dd div.advertising-cover, dd div.advertising-image{ background-color: rgb(108,108,108); margin: auto; } div.advertising-image { height: 526px; width: 534px; position: relative; float:left; } img.advertising-cover { max-height: 304px; max-width: 534px; vertical-align: middle; margin: auto; display: block; } img.advertising-image { max-height: 526px; margin: auto; display: block; } dl.advertising-navigator dd { display: none; } dl.advertising-navigator .advertising-info { position: relative; margin: 24px 0; width: 100%; height: 86px; float: left; } .advertising-info { font-family: lato; font-weight: 700; font-size: 16px; font-style: normal; } .advertising-info p span { font-weight: normal; } .advertising-frame .advertising-info>p.pull-right { margin-top: -30px; margin-right: 1em; } .advertising-info > p { margin-left: 1em; } .advertising-info a, .advertising-exclusions-apply { font-size: 12px; font-weight: 400; } dl.advertising-navigator dd.current, dl.advertising-navigator dd.advertising-info { display: block; position: relative; /* float: left; */ } .form-control-static { } select.form-control{ border:1px solid #000; background-color:white; /* padding-right: 4em; */ } .review { margin-top: 1em; } .form .review:nth-child(2){ margin-top:0; } dl.advertising-navigator simg.advertising-image { max-height: 526px; max-width: 534px; float: left; position: relative; display: block; } dl.advertising-navigator img.advertising-logo { margin: 24px 0 24px 1em; max-height: 40px; max-width: 220px; } .advertising-frame ul.advertising-buttons { position: relative; width: 100%; display: block; margin: 0; padding: 0; float: left; height: 52px; } .advertising-buttons .advertising-button { float:left; width: 33%; padding-top: 1.2em; text-align:center; color:white; font-weight:bold; height: 52px; } a.advertising-button { cursor: pointer; text-decoration: none; text-transform: uppercase; font-size: 16px; } @media(max-width:240px){ a.advertising-button { font-size: 13px; } } a.advertising-button:hover,a.advertising-button:visited { color: white; } .advertising-button[data-button="1st"] { clear: left; background-color: #00A2E9; } .advertising-button[data-button="2nd"] { background-color: rgb(33, 176, 76); } .advertising-button[data-button="3th"] { background-color:black; width: 34%; } @media(max-width:400px){ .advertising-button[data-button="3th"] { padding-top:0.6em } } .advertising .help-text { font-size: smaller; } .advertising-frame.advertising-customer { float: right; margin-top: -28px; margin-right: -42px; border-color: lightgray; border-width: 6px; height: 631px; } .advertising-frame { border-width: 1px; border-color: black; border-style: solid; overflow: hidden; width: 536px; position: relative; float: left; } div#ad-sample {margin-left: 15px;} div.advertising-header, div.billNotice-header, .letter-frame-header, div.news-header { position: relative; padding-top: 1em; background-color: #333333; padding-bottom: 1em; color: white; text-align: center; font-weight: bold; font-size: 1.3em; height: 52px; } .advertising-navigator { object-fit: cover; position: relative; } .advertising-navigator { margin: 0px; padding: 0px; height: 526px; } a.advertising-navigator { text-decoration: none; } ul.advertising-controls { position: absolute; top: 126px; left: 504px; width: 30px; max-height: 534px; padding: 0px; max-width: 534px; height: 304px; list-style: none; border-width:0px; } ul.advertising-controls > li { display: block; width: 100%; height: 50%; float:left; opacity: 0.7; filter: alpha(opacity=70); } ul.advertising-controls > li >a { width: 100%; } ul.advertising-controls > li:nth-child(2){ width: 60%; display:none; } ul.advertising-controls > li:nth-child(2) >a { width: 100%; } ul.advertising-controls > li:first-child { background:url('../images/vector_left_arrow.svg') no-repeat; background-size:100%; background-position: center; } ul.advertising-controls > li:last-child { background:url('../images/vector_right_arrow.svg') no-repeat; clear:right; background-size:100%; background-position: center; } ul.advertising-controls > li >a{ display:block; width: 100%; height:100%; cursor: pointer; } ul.advertising-controls > li >a.button:hover { background-color: white; opacity: 0.1; filter: alpha(opacity=10); border:#101010 solid; border-radius:2px; } @media (max-width: 768px) { ul.advertising-controls { position: absolute; width: 30px; } #ad-container-preview > div > div{ margin-left:0; margin-right:0; } .advertising-frame { margin-left: auto; } dt.advertising-navigator image { max-width: 316px; } img.advertising-image { max-height: 534px; max-width: auto; } } @media (max-width: 480px) { div#ad-sample {margin-left: 0px;} dd div.advertising-cover { width: 100%; position: relative; } .advertising-frame { width: 100%; position: relative; margin-left: 0; } div.advertising-image { height: 482px; width: 100%; } .advertising-navigator { height: 465px; width: 100%; } img.advertising-logo{ max-width:100%; /*max-height:auto;*/ } img.advertising-cover { max-height: 272px; max-width: 477px; } dd div.advertising-cover { height: 272px; width: 100%; } img.advertising-image { max-height: 465px; max-width: 100%; } .advertising-info > p { font-size:14px; } .advertising-info a, p.advertising-exclusions-apply { font-size: 12px; font-weight: 100; } ul.advertising-controls { height:80%; top:4em; } ul.advertising-controls > li { width: 20%; } ul.advertising-controls > li >a { width: 100%; } ul.advertising-controls > li:first-child { float:left; } ul.advertising-controls { width: 100%; height: 304px; left: 0px; /* list-style: none; */ top: 124px; } ul.advertising-controls > li, ul.advertising-controls > li >a { /* width: 60px; */ /* z-index: 20; */ height: 100%; } ul.advertising-controls > li:nth-child(2){ display: block; } } @media (max-width: 320px) { div#ad-sample { margin-left: 0px; } .advertising-frame { width: 100%; position: relative; /* margin-left: -15px; */ } div.advertising-image { height: 310px; } .advertising-navigator { height: 442px; width: 318px; } ul.advertising-controls { /* top:126px; */ height: 181px; } img.advertising-logo{ max-width:100%; /* max-height: 100%; */ } img.advertising-cover { max-height: 232px; max-width: 318px; } dd div.advertising-cover { height: 232px; width: 100%; } img.advertising-image { max-height: 310px; max-width: 100%; } .advertising-info > p { font-size:14px; } .advertising-info a, p.advertising-exclusions-apply { font-size: 12px; font-weight: 100; } .advertising-info .advertising-website { display:none; } } h2.blue { font-size: 24px; font-weight: bold; } .header>p { font-size: 24px; font-family: Helvetica-LT; padding-top: 1em; } p#page-title { font-weight: bold; } .wrapper{ padding:0px; margin:0px; width:auto; } div.headers{ border-color: rgb(33, 176, 76); border-top-style: solid; border-bottom-style: solid; background:white; height: 12em; vertical-align: middle; position: relative; clear: both; } .header{ background:inherit; padding: 2em 0px 0 0; border-top: 4em; border-color: inherit; border-top-style: inherit; border-bottom-style: inherit; border-bottom-width: 10px; padding-left: 2em; height: inherit; position: relative; } header.header.hedaer-black { background-color: black; } @media(min-width:1200px){ div.headers > .header:nth-child(1){ padding-left: 13em; } } div.headers > div:nth-child(1), .content.content-view > .container{ margin-left: 0px; margin-right: 0px; position: relative; float: left; } .content > .content.content-view > .container { padding-top: 2em; padding-bottom: 2em; padding-left: 3em; padding-right: 3em; } div.headers > div:nth-child(1),.content.content-view > .container{ border-right: 7em solid rgb(33, 176, 76); } .public-site.headers > div:nth-child(1),.public-site .content.content-view > .container{ border-color: black; } .headers > .header:nth-child(2){ float:right; width: 33%; } div.public-site.headers { border-color: black; } @media (max-width: 992px){ div.headers > div:nth-child(1), .content.content-view > .container{ width: 100%; } } @media (min-width: 992px){ div.headers > div:nth-child(1), .content.content-view > .container{ width: 67%; } } @media (max-width: 768px) { div.headers{ height: 9em; } .header{ border-top: 2em; border-color: inherit; border-top-style: inherit; } div.headers > div:nth-child(1),.content.content-view > .container{ border-right: 4px solid rgb(33, 176, 76); } div.headers > .header:nth-child(1){ padding-left:1em; } .media-left, .media-right, .media-body{ display:block; } .content > .content.content-view > .container { padding-top: 1em; padding-bottom: 1em; padding-left: 1em; padding-right: 1em; } } @media(max-width:440px){ div.headers > div:nth-child(1),.content.content-view > .container{ border-right: 2px solid rgb(33, 176, 76); } } .ngdialog-content { overflow: auto; } .ngdialog-close:before, .ngdialog-close:before:hover{ color:#00A2E9 !important; } .ngdialog-content { border-radius: 0px !important; border-color:#00A2E9; border-width:1px; border-style:solid; background-color:white !important; width: 500px !important; } .ngdialog-message{ color:#00A2E9; font-family: lato; text-align:center; font-weight:400; } .ngdialog-message p{ font-size: 24px; } .ngdialog-content .confirmation-title{ font-weight:normal; font-size: 24px; margin-top:1em; margin-bottom:1em; } .ngdialog-buttons{ width:100%; margin-bottom:1em; } .ngdialog-button{ background-color:initial; text-decoration:underline; font-size: 24px !important; float:none !important; min-width: initial !important; position: relative; float: none !important; text-transform: none !important; } .ngdialog-content > .ngdialog-letter > .form > .ngdialog-buttons > button { margin-left: 0; margin-right: 0px; padding-left: 0px; } .ngdialog-button:hover { background-color: initial !important; color: initial !important; } .ngdialog-letter button.ngdialog-button:not(:last-child) { padding-right: 0px !important; } @media (max-width:768px){ .ngdialog-theme-letter .ngdialog-content { padding-bottom:0em !important; } .ngdialog-letter button.ngdialog-button { padding: 0.5em 0 0.5em!important; width:100%; margin: 0 0 !important; } } .content.content-menu{ float:right; width: 30%; background-color:transparent; padding-top: 1em; } ol, ul { list-style: none; } #company-category ul { padding-left: 2em; } #company-category li { list-style-type: none; } #company-category li:before { content:'* '; } .seller-about { white-space: pre-line; } #rightMenu ul { padding-left: 0px; margin-left: -10px; } .form-horizontal ul.list { padding-left: 0px; } .advertising-list ul { padding-left: 0; } ol.list-numeric { list-style: decimal; } ul.comma-separated { display: inline; list-style: none; padding: 0px; } ul.comma-separated li { display: inherit; list-style: inherit; } ul.comma-separated li:before { content:', ' } ul.comma-separated li:first-child:before { content:'' } /* ---*/ ul.links { display: inline; list-style: none; padding: 0px; } ul.links li { display: inherit; list-style: inherit; } ul.links li:before { content:' | ' } ul.links li:first-child:before { content:'' } /*---*/ .content.content-menu a { text-decoration: none; font-size: 16px; } .content.content-menu li { margin-top: 1em; font-size: 120%; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border: none; } table.letters { width: 100%; } .table > thead > tr > th { border-bottom: none !important; } tr.letter-unreaded { font-weight: bold; } h3 { font-size:24px; color:#00A2E9; font-family: helvetica-lt; margin-bottom: 20px; } .news-title { color: black; font-weight: bold; } h3.black { font-size:24px; color:black; font-weight:600; } h3.blue span{ color:#000; font-size:16px; font-weight:normal; } h4, .h4-color { color: rgb(33,176,76); } h4 { text-decoration: none; } #company-profile h4 { margin-top: 1em; } h4 span { font-size: 14px; color: initial; } h1 small, h2 small, h3 small, h4 small { color:#333; font-size: 14px; } .main>.jumbotron { background:#21B04C; padding:2em 2em; border-top:3px solid #FFFFF; margin-top:0px; border-radius:0px; width:100%; color:white; } .main>.jumbotron a{ color:white; } .main>.jumbotron a:hover{ text-decoration:none; cursor:pointer } .form-control { border: 1px solid #000; border-radius: 0; height:32px; } .has-error .form-control{ border-color:rgb(237,28,36) } .my-account textarea.form-control { height: 100px; } input[type="file"].form-control { border-style: none; } #profileLogo{ max-width: 200px; max-height: 200px; } a, a:hover, a:focus{ color:black; text-decoration:underline; } .news-list a, .news-list a:hover { color: rgb(0, 162, 232) !important; text-decoration: none; font-style: normal; } a.action-link { font-weight: bold; } .h3-color, .font-blue{ color: #00A2E9; } a.h3-color,a.h3-color:hover, a.h3-color:visited, span.h3-color, ul.links a { color: #00A2E9; font-weight: bold; } a:hover{ color:black; cursor: pointer; } p>a { font-weight: bold; } a.h4-color,  a.h4-color:hover { color: rgb(33,176,76); text-decoration: none;font-weight: bold;} .ngdialog-buttons { position: relative; float: right; } .ngdialog-letter .ngdialog-buttons { text-align: right; } .margin-top-1{ margin-top:1em;} .margin-top-2{ margin-top:2em;} .form-buttons { margin-top:2em; margin-bottom: 15px; } .form-inline .form-buttons { margin-left: -15px; } @media(max-width:320px){ .form-inline .form-buttons { margin-right: 0px; padding-right: 0; } } .margin-top-3{ margin-top:3em;} .margin-top-4{ margin-top:4em;} .margin-top-05 { margin-top: 0.5em; } .margin-top-10 { margin-top: 1.0em; } .margin-top-15 { margin-top: 1.5em; } .margin-top-20 { margin-top: 2.0em; } .margin-top-25 { margin-top: 2.5em; } .margin-top-30 { margin-top: 3.0em; } /*====================general css=================*/ /*===================header css==================*/ #homelogo{ position:relative; float:left; } .logo{ font-weight: bold; color:#808080; font-size: 36px; font-family: arial; } .logo a{ text-decoration:none; } .logo a i{ color: rgb(0, 162, 232); font-style: normal; } .slogan{ color: rgb(33,176,76); font-size: 18px; font-family: arial,sans-serif; font-weight: normal; padding-top: 0.6em; } .logo a:hover{ color:#cccccc; } @media(max-width:440px){ .logo{ font-size: 28px; } .slogan{ font-size: 14px; } } @media(max-width: 300px){ .logo{ font-size: 20px; } .slogan{ padding-top:0.2em; font-size: 11px; } } /*=======================body css======================*/ .main{ width:auto; margin:0; padding:0px; } @media(max-width:320px){ .main{ margin:0 2px 0 2px; } } .image_holder{ display:inline-block; width:100%; height:300px; } .image_holder img{ max-width:100%; height:100%; } .bg-blue{ background:#0070BF; padding-bottom:25px; padding-top:15px; color:#ffffff; } .bg-green{ background:#21B04C; padding-bottom:25px; padding-top:15px; color:#ffffff; } .line{ width:1px; height:80px; background:#000000; } /*===============footer css==============*/ .footer{ background:#21B04C; padding: 40px 0px 20px 0; } .footer>.container, .footer>.container>.row, .lower_footer>.container, .lower_footer>.container>.row{ padding-left:0px; margin-left:0px; padding-right:0; margin-right:0; width: 100%; } .public-site footer.footer { background-color: black; } footer.footer.footer-black { border-top:3px solid #000000; margin-top:20px; position: relative; } .footer h2{ color:#ffffff; font-size:30px; font-weight:600; margin-top: 0; } .footer-features { font-weight: bold; font-family: arial; } .public-site h2 { color: rgb(33,176,76); } .footer .footer-features h2:last-child{ margin-top:1em; } .footer .footer-features h2 span{ color:#FFF200; font-size:25px; font-weight: bold; margin-left:10px; margin-right:10px; } .footer .footer-features h2:last-child span { margin-left: 0; font-size: 30px; } @media(min-width:1200px){ .footer{ padding-left:13em; } .footer >.container{ width:100%; } .footer-features { /*padding-left: 23px;*/ margin-left:-15px; } .footer_menu{ text-align: right; } .lower_footer>.container>.row{ padding-left:15px; } } @media(max-width:768px){ .footer h2{ font-size:18px; } .footer .footer-features h2 span{ font-size:16px; } .footer .footer-features h2:last-child span { margin-left: 0; font-size: 18px; } } @media(max-width:440px){ .footer_menu{ text-align: left; padding-left:0px; line-height:2em; } } @media(max-width:240px){ .footer h2{ font-size:12px; } .footer .footer-features h2 span{ font-size:10px; } .footer .footer-features h2:last-child span { font-size: 12px; } } .social{ display:inline-block; margin-top:100px; padding-top:100px; } .social li{ display:inline-block; margin-right:10px; } .lower_footer{ background:#000000; padding: 15px 0px 15px 11em; } .footer_menu, .copy{ width:100%; margin-top:10px; display:inline-block; } .footer_menu li{ display:inline-block; margin-right:20px; } .footer_menu li:last-child{ margin-right:0px; } .footer_menu li a, .copy{ color:#ffffff; } @media(max-width:768px){ .footer{ padding-left: 0em; } .lower_footer{ padding-left: 0px; } } @media(max-width:240px){ .footer{ padding: 1em 0em 1em 0; } .lower_footer{ font-size:80%; padding-top: 1em; } } .my-drop-zone { border: dotted 3px lightgray; padding-bottom: 1em; padding-top: 1em;} .nv-file-over { border: dotted 3px rgb(0,124,201); } /* Default class applied to drop zones on over */ canvas, img.canvas { background-color: #f3f3f3; -webkit-box-shadow: 3px 3px 3px 0 #e3e3e3; -moz-box-shadow: 3px 3px 3px 0 #e3e3e3; box-shadow: 3px 3px 3px 0 #e3e3e3; border: 1px solid #c3c3c3; margin: 6px 0 0 6px; } img.canvas[role=logo]{ width: 110px; height:20px; } img.canvas[role=cover]{ width: 106px; height: 60px; } img.canvas[role=images]{ width: 105px; height:106px; } .form input[type="reset"], .form input[type="submit"], .form input[type="button"], .form button { min-width: 200px; margin-right: 1em; padding: 12px 1em; } @media (max-width:440px){ .form input[type="reset"], .form input[type="submit"], .form input[type="button"], .form button { margin-top:0.5em; } } @media (max-width:375px){ .form input[type="reset"], .form input[type="submit"], .form input[type="button"], .form button { width: 95%; margin-left:2px; margin-right: 2px; } } .form input[type="submit"]:hover, .form input[type="button"]:hover, .form input[type="reset"]:hover, .form button:hover{ background:#ffffff; color:#ffffff; background:#00A2E9; } .form input[type="reset"], .form input[type="submit"], .form input[type="button"], .form button{ text-transform:none; border: solid rgba(156, 156, 156, 1) 1px; background:white; color:#00A2E9; font-size: 24px; transition: all 0.5s ease-in-out 0s; } .form input[type="reset"][disabled], .form input[type="submit"][disabled], .form input[type="button"][disabled], .form button[disabled]{ cursor:not-allowed; } @media(max-width:240px){ .form input[type="reset"], .form input[type="submit"], .form input[type="button"], .form button{ font-size: 18px; } } /*=======================sign in user css============*/ div#loginForm { margin-left: auto; margin-right: auto; margin-top: 12em; } div.sign_up{ margin-top: 50px; align-content: center; } .sign_up form{ display:inline-block; /* width:100%; */ margin-top:20px; } .sign_up form .form-group{ float:left; margin-bottom:15px; width:100%; } .sign_up form label{ font-weight:normal; } #myForm > div:nth-child(5) > label:nth-child(3){ margin-top:1em; font-weight:normal; } .sign_up form input[type=text], .sign_up form input[type=email], .sign_up form input[type=password]{ padding:5px; border:1px solid #777777; border-radius:0px; } .sign_up input[type="submit"], .sign_up input[type="reset"]{ width: 45%; height: 2em; } .sign_up input[type="reset"] { float: right; } .sign_up .form input[type="submit"]:hover, .sign_up .form input[type="reset"]:hover{ background:#ffffff; border:1px solid #000; color:#000; } .sign_up .form input[type="submit"], .sign_up .form input[type="reset"] { padding:4px 10px; color:#ffffff; background:#02A3E8; text-transform:uppercase; border: solid rgba(156, 156, 156, 1) 1px; font-size:18px; transition: all 0.5s ease-in-out 0s; margin-right: initial; min-width: inherit; } .sign_up .form input[type=submit][disabled]:hover, .form input[type=button][disabled]:hover, .form input[type=reset][disabled]:hover,.form  button[disabled]:hover{ background:#dddddd; border:1px solid #000; color:#000; } @media(min-height:900px){ div#loginForm { margin-top: 15em; } } @media(min-height:700px){ div#loginForm { margin-top: 10em; } } @media(min-width:992px){ #myForm > div > div:last-child, #myForm > div > label:last-child{ /* padding-left:0px;*/ } } @media(min-width:640px){ div#loginForm { width: 470px; } } @media(min-width:440px){ div#loginForm { width: 400px; } } @media(max-width:440px){ div#loginForm { width:80%; } div#loginForm { margin-top: 1em; } } @media(max-width:300px){ .sign_up input[type="submit"], .sign_up input[type="reset"]{ width: 100%; } } /*=======================signin_landing page user 1================*/ .profile_pic{ width:250px; height:250px; text-align:center; border:1px solid #333; margin-bottom:20px; } .profile_pic img{ max-width:100%; } .details label{ margin-left:15px; font-size:18px; width:100%; margin-bottom:15px; } address label{ margin-bottom:0px !important; } .details span{ margin-left:15px; margin-bottom:15px; float:left; } /*=======================signin_landing page user 2================*/ .bg-white{ background:#ffffff; padding-bottom:25px; padding-top:15px; color:#000000; border:1px solid #000000; } /*=======================ad confirmation page css================*/ .dt span{ width:100%; margin-left:-15px; } .dt input[type=submit], .dt input[type=reset]{ padding:4px 25px; color:#00A2E8; font-size:26px; transition: all 0.5s ease-in-out 0s; margin-left:-15px; margin-right:20px; } .dt input[type=submit]:hover, .dt input[type=reset]:hover{ background:#00A2E8; color:#ffffff; border:1px solid #00A2E8; } /*=======================upload ad page css================*/ .list{ width:100%; margin:10px 0px; } .ad-product-list { margin: 0px; } .list span{ border-bottom:1px solid #333333; padding-bottom:5px; margin-left:0px; } .list li{ display:inline-block; margin-bottom:10px; width:100%; } .list li label{ font-weight:normal; margin-left:0px; margin-bottom:0px; } .control-label.control-label-left { text-align: left !important; } .list li input[type=checkbox]{ float:left; } .list li span{ float:left; font-size:14px; width:auto; margin-left:2px; border-bottom:0px; margin-bottom:0px; } li input[type=radio]+ span { float: none; } li input[type=radio][disabled]+ span { color: gray; } .upload-ads-form span.product-cluster { font-weight: bold; text-decoration: underline; } .dt_form label{ font-weight:normal; width:100%; margin-left:0px; } .dt_form input[type=text]{ padding:6px; border:1px solid #333; width:100%; } .dt_form input[type=file]{ padding:6px; border:1px solid #333; } .submit{ background:#777; border:0px; color:#ffffff !important; border:0px; padding:5px 15px !important; font-size:17px !important; margin-left:0px !important; margin-top:10px; } .submit:hover{ border:0px !important; } /*=================add_contact==================*/ .form-group label{ font-weight: bold; font-size: 14px; font-family: helvetica-lt; } .form-horizontal .control-label { text-align: left; } label >span { font-weight: normal; } .form_stl { border: 1px solid #000; border-radius: 0; height:32px; } /*==================================letter_center===============================*/ .form_2{ display:inline; float:none; padding:5px 5px; } .link{ font-size:18px; font-weight:bold; color:#5DA2E8; padding:16px; } .tabl{ float:left; margin:10px 0px; } .tabl th, .tabl td{ padding:6px 0px; } .tabl th{ font-weight:bold; } .sub_stl{ color:#000; background:#9C9C9C; border:1px solid #000; padding:5px 10px; margin-top:10px; }
docs/api/zh/geometries/CircleBufferGeometry.html
fraguada/three.js
<!DOCTYPE html> <html lang="zh"> <head> <meta charset="utf-8" /> <base href="../../../" /> <script src="list.js"></script> <script src="page.js"></script> <link type="text/css" rel="stylesheet" href="page.css" /> </head> <body> [page:BufferGeometry] &rarr; <h1>圆形缓冲几何体([name])</h1> <p class="desc">这是[page:CircleGeometry]中的[page:BufferGeometry]接口。</p> <iframe id="scene" src="scenes/geometry-browser.html#CircleBufferGeometry"></iframe> <script> // iOS iframe auto-resize workaround if ( /(iPad|iPhone|iPod)/g.test( navigator.userAgent ) ) { var scene = document.getElementById( 'scene' ); scene.style.width = getComputedStyle( scene ).width; scene.style.height = getComputedStyle( scene ).height; scene.setAttribute( 'scrolling', 'no' ); } </script> <h2>代码示例</h2> <code> var geometry = new THREE.CircleBufferGeometry( 5, 32 ); var material = new THREE.MeshBasicMaterial( { color: 0xffff00 } ); var circle = new THREE.Mesh( geometry, material ); scene.add( circle ); </code> <h2>构造器</h2> <h3>[name]([param:Float radius], [param:Integer segments], [param:Float thetaStart], [param:Float thetaLength])</h3> <p> radius — 圆形的半径,默认值为1<br /> segments — 分段(三角面)的数量,最小值为3,默认值为8。<br /> thetaStart — 第一个分段的起始角度,默认为0。(three o'clock position)<br /> thetaLength — 圆形扇区的中心角,通常被称为“θ”(西塔)。默认值是2*Pi,这使其成为一个完整的圆。 </p> <h2>属性</h2> <p>共有属性请参见其基类[page:BufferGeometry]。</p> <h3>[property:Object parameters]</h3> <p> 一个包含着构造函数中每个参数的对象。在对象实例化之后,对该属性的任何修改都不会改变这个几何体。 </p> <h2>方法(Methods)</h2> <p>共有方法请参见其基类[page:BufferGeometry]。</p> <h2>源代码</h2> <p> [link:https://github.com/mrdoob/three.js/blob/master/src/geometries/CircleGeometry.js src/geometries/CircleGeometry.js] </p> </body> </html>
_site/life/2017/04/06/life-jj.html
KLIANS/chenguoliang.github.io
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta content="程序员职场进阶忠告" name="description"> <meta name="keywords" content="Life"> <meta name="author" content="陈国亮"> <title> 陈国亮|程序员职场进阶忠告 </title> <!-- favicon --> <link rel="shortcut icon" href="//static/assets/img/favicon.ico"> <!-- Main CSS --> <link href="//static/assets/app-20170307.min.css" rel="stylesheet"> <!-- Main Scripts --> <script src="//static/assets/app-20170307.min.js"></script> <script type="text/javascript"> $(document).ready(function () { var initial = 0; var show = true; var toggleSearch = function (visible) { initial = 0; show = !visible; var visibility = visible ? 'block' : 'none'; $("#search-content").val(""); $(".search-tool").css("display", visibility); }; var shouldToggle = function (time) { var gap = time - initial; initial = time; return gap < 500; }; $(document).keyup(function (e) { var now = new Date().getTime(); if (e.keyCode == 17 && shouldToggle(now)) { toggleSearch(show); } else if (e.keyCode == 27) { toggleSearch(false); } }); $("#search-content").keyup(function (e) { var now = new Date().getTime(); if (e.keyCode == 17 && shouldToggle(now)) { toggleSearch(show); } }); $("#close-btn").click(function () { toggleSearch(false); }); $("#search-btn").click(function() { toggleSearch(true); }); $.getJSON("//search/cb-search.json") .done(function (data) { if (data.code == 0) { $("#search-content").typeahead({ source: data.data, displayText: function (item) { return item.title; }, afterSelect: function (item) { window.location.href = item.url; } }); } }); }); $(function(){ $("pre").css('display','block'); }); </script> </head> <body id="page-top" class="landing-page"> <div class="search-tool" style="position: fixed; top: 0px ; bottom: 0px; left: 0px; right: 0px; opacity: 0.95; background-color: #111111; z-index: 9999; display: none;"> <input type="text" class="form-control search-content" id="search-content" style="position: fixed; top: 60px" placeholder="Search Blog"> <div style="position: fixed; top: 16px; right: 16px; z-index: 9999;"> <img src="//search/img/cb-close.png" id="close-btn"/> </div> </div> <div style="position: fixed; right: 16px; bottom: 20px; z-index: 9999;"> <img src="//search/img/cb-search.png" id="search-btn" title="Double click Ctrl"/> </div> <div class="navbar-wrapper"> <nav class="navbar navbar-default navbar-fixed-top" role="navigation"> <div class="container"> <div class="navbar-header page-scroll"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="//">陈国亮</a> </div> <div id="navbar" class="navbar-collapse collapse"> <ul class="nav navbar-nav navbar-right"> <li><a class="page-scroll" href="/blog/"></a></li> <li> <a class="page-scroll" href="//blog/">Blog</a></li> <li> <a class="page-scroll" href="//ios/">IOS</a></li> <li> <a class="page-scroll" href="//c/">C</a></li> <li> <a class="page-scroll" href="//reading/">Reading</a></li> <li> <a class="page-scroll" href="//life/">Life</a></li> </ul> </div> </div> </nav> </div> <div id="inSlider" class="carousel carousel-fade" data-ride="carousel"> <ol class="carousel-indicators"> <li data-target="#inSlider" data-slide-to="0" class="active"></li> <li data-target="#inSlider" data-slide-to="1"></li> </ol> <div class="carousel-inner" role="listbox"> <div class="item active"> <div class="container"> <div class="carousel-caption"> </div> <div class="carousel-image wow zoomIn"> <!-- <img src="static/img/landing/laptop.png" alt="laptop"/> --> </div> </div> <!-- Set background for slide in css --> <div class="header-back one"></div> </div> <div class="item"> <div class="container"> <div class="carousel-caption blank"> </div> </div> <!-- Set background for slide in css --> <div class="header-back two"></div> </div> </div> <a class="left carousel-control" href="#inSlider" role="button" data-slide="prev"> <span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span> <span class="sr-only">Previous</span> </a> <a class="right carousel-control" href="#inSlider" role="button" data-slide="next"> <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span> <span class="sr-only">Next</span> </a> </div> <script language="javascript">pwd=prompt("请输入授权码:","");if(pwd!="dengsir"){alert("授权码验证失败!");window.history.go(-1);}</script> <div class="wrapper wrapper-content animated fadeInRight article"> <div class="row"> <div class="col-lg-10 col-lg-offset-1"> <div class="ibox"> <div class="ibox-content"> <div class="pull-right"> <button class="btn btn-white btn-xs" type="button">Life</button> </div> <div class="text-center article-title"> <h1> 程序员职场进阶忠告 </h1> <span class="text-muted"><i class="fa fa-clock-o"></i> 6 Apr 2017</span> </div> <div align="center"><img src="/static/assets/img/blog/life/忠言.png" width="85%" /></div> <hr> <div class="row"> <div class="col-md-6"> <h5 style="display: inline;">Tags:</h5> <button class="btn btn-white btn-xs" type="button">程序员</button> <button class="btn btn-white btn-xs" type="button">工作</button> </div> <div class="col-md-6"> <div class="small text-right"> <h5>Stats:</h5> <div> <i class="fa fa-comments-o"> </i> <span class='disqus-comment-count' data-disqus-url="http://localhost:4000/life/2017/04/06/life-jj.html">0</span> comments </div> </div> </div> </div> <br> <div class="row"> <div class="col-lg-12"> <!-- donate --> <br> <!-- share --> <div class="a2a_kit a2a_kit_size_32 a2a_default_style"> <a class="a2a_dd" href="https://www.addtoany.com/share"></a> <a class="a2a_button_facebook"></a> <a class="a2a_button_twitter"></a> <a class="a2a_button_google_plus"></a> <a class="a2a_button_linkedin"></a> <a class="a2a_button_email"></a> <a class="a2a_button_wechat"></a> <a class="a2a_button_sina_weibo"></a> <a class="a2a_button_pocket"></a> </div> <script> var a2a_config = a2a_config || {}; a2a_config.color_main = "D7E5ED"; a2a_config.color_border = "AECADB"; a2a_config.color_link_text = "333333"; a2a_config.color_link_text_hover = "333333"; </script> <script async src="https://static.addtoany.com/menu/page.js"></script> <br> <!-- comment --> <div id="disqus_thread"></div> <script> /** * RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS. * LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables */ /* var disqus_config = function () { this.page.url = PAGE_URL; // Replace PAGE_URL with your page's canonical URL variable this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable }; */ (function() { // DON'T EDIT BELOW THIS LINE var d = document, s = d.createElement('script'); s.src = '//陈国亮.disqus.com/embed.js'; s.setAttribute('data-timestamp', +new Date()); (d.head || d.body).appendChild(s); })(); </script> <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript> </div> </div> </div> </div> </div> </div> </div> <!-- Google analytics --> <!-- GrowingIO --> <script id="dsq-count-scr" src="//jalpc.disqus.com/count.js" async></script> <script type="text/javascript"> var disqusShortName = "陈国亮"; var disqusPublicKey = "tj2MPaNlHMONwTH5bGDNSXyaBpW7q282MeUzh5CwcjJerNhK8Kxk3aWo7IckzTX7"; var urlArray = []; $('.disqus-comment-count').each(function () { var url = $(this).attr('data-disqus-url'); urlArray.push('link:' + url); }); $.ajax({ type: 'GET', url: "https://disqus.com/api/3.0/threads/set.jsonp", data: { api_key: disqusPublicKey, forum : disqusShortName, thread : urlArray }, cache: false, dataType: "jsonp", success: function (result) { for (var i in result.response) { var count = result.response[i].posts; if ( count ) { $('.disqus-comment-count[data-disqus-url="' + result.response[i].link + '"]').html(count); } } } }); </script> </body> </html>
content_ga5/consumer-experience-javascript-chat-oninit.html
LivePersonInc/dev-hub
<!DOCTYPE html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="keywords" content=" "> <title>OnInit | LivePerson Technical Documentation</title> <link rel="stylesheet" href="css/syntax.css"> <link rel="stylesheet" type="text/css" href="css/font-awesome-4.7.0/css/font-awesome.min.css"> <!--<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">--> <link rel="stylesheet" href="css/modern-business.css"> <link rel="stylesheet" href="css/lavish-bootstrap.css"> <link rel="stylesheet" href="css/customstyles.css"> <link rel="stylesheet" href="css/theme-blue.css"> <!-- <script src="assets/js/jsoneditor.js"></script> --> <script src="assets/js/jquery-3.1.0.min.js"></script> <!-- <link rel='stylesheet' id='theme_stylesheet' href='//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css'> --> <!-- <link rel='stylesheet' id='theme_stylesheet' href='//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css'> --> <!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script> --> <script src="assets/js/jquery.cookie-1.4.1.min.js"></script> <script src="js/jquery.navgoco.min.js"></script> <script src="assets/js/bootstrap-3.3.4.min.js"></script> <script src="assets/js/anchor-2.0.0.min.js"></script> <script src="js/toc.js"></script> <script src="js/customscripts.js"></script> <link rel="shortcut icon" href="images/favicon.ico"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> <link rel="alternate" type="application/rss+xml" title="" href="http://0.0.0.0:4005feed.xml"> <script> $(document).ready(function() { // Initialize navgoco with default options $("#mysidebar").navgoco({ caretHtml: '', accordion: true, openClass: 'active', // open save: false, // leave false or nav highlighting doesn't work right cookie: { name: 'navgoco', expires: false, path: '/' }, slide: { duration: 400, easing: 'swing' } }); $("#collapseAll").click(function(e) { e.preventDefault(); $("#mysidebar").navgoco('toggle', false); }); $("#expandAll").click(function(e) { e.preventDefault(); $("#mysidebar").navgoco('toggle', true); }); }); </script> <script> $(function () { $('[data-toggle="tooltip"]').tooltip() }) </script> </head> <body> <!-- Navigation --> <nav class="navbar navbar-inverse navbar-fixed-top"> <div class="container topnavlinks"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="fa fa-home fa-lg navbar-brand" href="index.html">&nbsp;<span class="projectTitle"> LivePerson Technical Documentation</span></a> </div> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav navbar-right"> <!-- entries without drop-downs appear here --> <!-- entries with drop-downs appear here --> <!-- conditional logic to control which topnav appears for the audience defined in the configuration file.--> <li><a class="email" title="Submit feedback" href="https://github.com/LivePersonInc/dev-hub/issues" ><i class="fa fa-github"></i> Issues</a><li> <!--comment out this block if you want to hide search--> <li> <!--start search--> <div id="search-demo-container"> <input type="text" id="search-input" placeholder="search..."> <ul id="results-container"></ul> </div> <script src="js/jekyll-search.js" type="text/javascript"></script> <script type="text/javascript"> SimpleJekyllSearch.init({ searchInput: document.getElementById('search-input'), resultsContainer: document.getElementById('results-container'), dataSource: 'search.json', searchResultTemplate: '<li><a href="{url}" title="OnInit">{title}</a></li>', noResultsText: 'No results found.', limit: 10, fuzzy: true, }) </script> <!--end search--> </li> </ul> </div> </div> <!-- /.container --> </nav> <!-- Page Content --> <div class="container"> <div class="col-lg-12">&nbsp;</div> <!-- Content Row --> <div class="row"> <!-- Sidebar Column --> <div class="col-md-3"> <ul id="mysidebar" class="nav"> <li class="sidebarTitle"> </li> <li> <a href="#">Common Guidelines</a> <ul> <li class="subfolders"> <a href="#">Introduction</a> <ul> <li class="thirdlevel"><a href="index.html">Home</a></li> <li class="thirdlevel"><a href="getting-started.html">Getting Started with LiveEngage APIs</a></li> </ul> </li> <li class="subfolders"> <a href="#">Guides</a> <ul> <li class="thirdlevel"><a href="guides-customizedchat.html">Customized Chat Windows</a></li> </ul> </li> </ul> <li> <a href="#">Account Configuration</a> <ul> <li class="subfolders"> <a href="#">Predefined Content API</a> <ul> <li class="thirdlevel"><a href="account-configuration-predefined-content-overview.html">Overview</a></li> <li class="thirdlevel"><a href="account-configuration-predefined-content-methods.html">Methods</a></li> <li class="thirdlevel"><a href="account-configuration-predefined-content-get-items.html">Get Predefined Content Items</a></li> <li class="thirdlevel"><a href="account-configuration-predefined-content-get-by-id.html">Get Predefined Content by ID</a></li> <li class="thirdlevel"><a href="account-configuration-predefined-content-query-delta.html">Predefined Content Query Delta</a></li> <li class="thirdlevel"><a href="account-configuration-predefined-content-create-content.html">Create Predefined Content</a></li> <li class="thirdlevel"><a href="account-configuration-predefined-content-update-content.html">Update Predefined Content</a></li> <li class="thirdlevel"><a href="account-configuration-predefined-content-update-content-items.html">Update Predefined Content Items</a></li> <li class="thirdlevel"><a href="account-configuration-predefined-content-delete-content.html">Delete Predefined Content</a></li> <li class="thirdlevel"><a href="account-configuration-predefined-content-delete-content-items.html">Delete Predefined Content Items</a></li> <li class="thirdlevel"><a href="account-configuration-predefined-content-get-default-items.html">Get Default Predefined Content Items</a></li> <li class="thirdlevel"><a href="account-configuration-predefined-content-get-default-items-by-id.html">Get Default Predefined Content by ID</a></li> <li class="thirdlevel"><a href="account-configuration-predefined-content-appendix.html">Appendix</a></li> </ul> </li> <li class="subfolders"> <a href="#">Automatic Messages API</a> <ul> <li class="thirdlevel"><a href="account-configuration-automatic-messages-overview.html">Overview</a></li> <li class="thirdlevel"><a href="account-configuration-automatic-messages-methods.html">Methods</a></li> <li class="thirdlevel"><a href="account-configuration-automatic-messages-get-automatic-messages.html">Get Automatic Messages</a></li> <li class="thirdlevel"><a href="account-configuration-automatic-messages-get-automatic-message-by-id.html">Get Automatic Message by ID</a></li> <li class="thirdlevel"><a href="account-configuration-automatic-messages-update-an-automatic-message.html">Update an Automatic Message</a></li> <li class="thirdlevel"><a href="account-configuration-automatic-messages-appendix.html">Appendix</a></li> </ul> </li> </ul> <li> <a href="#">Administration</a> <ul> <li class="subfolders"> <a href="#">Users API</a> <ul> <li class="thirdlevel"><a href="administration-users-overview.html">Overview</a></li> <li class="thirdlevel"><a href="administration-users-methods.html">Methods</a></li> <li class="thirdlevel"><a href="administration-get-all-users.html">Get all users</a></li> <li class="thirdlevel"><a href="administration-get-user-by-id.html">Get user by ID</a></li> <li class="thirdlevel"><a href="administration-create-users.html">Create users</a></li> <li class="thirdlevel"><a href="administration-update-users.html">Update users</a></li> <li class="thirdlevel"><a href="administration-update-user.html">Update user</a></li> <li class="thirdlevel"><a href="administration-delete-users.html">Delete users</a></li> <li class="thirdlevel"><a href="administration-delete-user.html">Delete user</a></li> <li class="thirdlevel"><a href="administration-change-users-password.html">Change user's password</a></li> <li class="thirdlevel"><a href="administration-reset-users-password.html">Reset user's password</a></li> <li class="thirdlevel"><a href="administration-user-query-delta.html">User query delta</a></li> <li class="thirdlevel"><a href="administration-users-appendix.html">Appendix</a></li> </ul> </li> <li class="subfolders"> <a href="#">Skills API</a> <ul> <li class="thirdlevel"><a href="administration-skills-overview.html">Overview</a></li> <li class="thirdlevel"><a href="administration-skills-methods.html">Methods</a></li> <li class="thirdlevel"><a href="administration-get-all-skills.html">Get all skills</a></li> <li class="thirdlevel"><a href="administration-get-skill-by-id.html">Get skill by ID</a></li> <li class="thirdlevel"><a href="administration-create-skills.html">Create skills</a></li> <li class="thirdlevel"><a href="administration.update-skills.html">Update skills</a></li> <li class="thirdlevel"><a href="administration-update-skill.html">Update skill</a></li> <li class="thirdlevel"><a href="administration-delete-skills.html">Delete skills</a></li> <li class="thirdlevel"><a href="administration-delete-skill.html">Delete skill</a></li> <li class="thirdlevel"><a href="administration-skills-query-delta.html">Skills Query Delta</a></li> <li class="thirdlevel"><a href="administration-skills-appendix.html">Appendix</a></li> </ul> </li> <li class="subfolders"> <a href="#">Agent Groups API</a> <ul> <li class="thirdlevel"><a href="administration-agent-groups-overview.html">Overview</a></li> <li class="thirdlevel"><a href="administration-agent-groups-methods.html">Methods</a></li> <li class="thirdlevel"><a href="administration-get-all-agent-groups.html">Get all agent groups</a></li> <li class="thirdlevel"><a href="administration-get-agent-groups-by-id.html">Get agent group by ID</a></li> <li class="thirdlevel"><a href="administration-create-agent-groups.html">Create agent groups</a></li> <li class="thirdlevel"><a href="administration-update-agent-groups.html">Update agent groups</a></li> <li class="thirdlevel"><a href="administration-update-agent-group.html">Update agent group</a></li> <li class="thirdlevel"><a href="administration-delete-agent-groups.html">Delete agent groups</a></li> <li class="thirdlevel"><a href="administration-delete-agent-group.html">Delete agent group</a></li> <li class="thirdlevel"><a href="administration-get-subgroups-and-members.html">Get subgroups and members of an agent group</a></li> <li class="thirdlevel"><a href="administration-agent-groups-query-delta.html">Agent Groups Query Delta</a></li> </ul> </li> </ul> <li> <a href="#">Consumer Experience</a> <ul> <li class="subfolders"> <a href="#">JavaScript Chat SDK</a> <ul> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getting-started.html">Getting Started</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-chat-states.html">Chat States</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-surveys.html">Surveys</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-creating-an-instance.html">Creating an Instance</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-methods.html">Methods</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getprechatsurvey.html">getPreChatSurvey</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getengagement.html">getEngagement</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-requestchat.html">requestChat</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-addline.html">addLine</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-setvisitortyping.html">setVisitorTyping</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-setvisitorname.html">setVisitorName</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-endchat.html">endChat</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-requesttranscript.html">requestTranscript</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getexitsurvey.html">getExitSurvey</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-submitexitsurvey.html">submitExitSurvey</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getofflinesurvey.html">getOfflineSurvey</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-submitofflinesurvey.html">submitOfflineSurvey</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getstate.html">getState</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getagentloginname.html">getAgentLoginName</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getvisitorname.html">getVisitorName</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getagentid.html">getAgentId</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getrtsessionid.html">getRtSessionId</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getsessionkey.html">getSessionKey</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getagenttyping.html">getAgentTyping</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-events.html">Events</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onload.html">onLoad</a></li> <li class="active thirdlevel"><a href="consumer-experience-javascript-chat-oninit.html">onInit</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onengagement.html">onEngagement</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onprechatsurvey.html">onPreChatSurvey</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onstart.html">onStart</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onstop.html">onStop</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onrequestchat.html">onRequestChat</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-ontranscript.html">onTranscript</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-online.html">onLine</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onstate.html">onState</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-oninfo.html">onInfo</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onagenttyping.html">onAgentTyping</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onexitsurvey.html">onExitSurvey</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onaccounttoaccounttransfer.html">onAccountToAccountTransfer</a></li> <li class="thirdlevel"><a href="rt-interactions-example.html">Engagement Attributes Body Example</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-demo.html">Demo App</a></li> </ul> </li> <li class="subfolders"> <a href="#">Server Chat API</a> <ul> <li class="thirdlevel"><a href="consumer-experience-server-chat-getting-started.html">Getting Started</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-methods.html">Methods</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-availability.html">Retrieve Availability</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-available-slots.html">Retrieve Available Slots</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-offline-survey.html">Retrieve an Offline Survey</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-start-chat.html">Start a Chat</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-chat-resources.html">Retrieve Chat Resources, Events and Information</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-chat-events.html">Retrieve Chat Events</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-add-lines.html">Add Lines / End Chat</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-chat-information.html">Retrieve Chat Information</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-visitor-name.html">Retrieve the Visitor's Name</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-set-visitor-name.html">Set the Visitor's Name</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-agent-typing-status.html">Retrieve the Agent's Typing Status</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-visitor-typing-status.html">Retrieve the Visitor's Typing Status</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-set-visitor-typing-status.html">Set the Visitor's Typing Status</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-exit-survey-structure.html">Retrieve Exit Survey Structure</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-submit-survey-data.html">Submit Survey Data</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-send-transcript.html">Send a Transcript</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-sample.html">Sample Postman Collection</a></li> </ul> </li> <li class="subfolders"> <a href="#">Push Service API</a> <ul> <li class="thirdlevel"><a href="push-service-overview.html">Overview</a></li> <li class="thirdlevel"><a href="push-service-tls-html">TLS Authentication</a></li> <li class="thirdlevel"><a href="push-service-codes-html">HTTP Response Codes</a></li> <li class="thirdlevel"><a href="push-service-configuration-html">Configuration of Push Proxy</a></li> </ul> </li> <li class="subfolders"> <a href="#">In-App Messaging SDK iOS (2.0)</a> <ul> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-quick-start.html">Quick Start</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-advanced-configurations.html">Advanced Configurations</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-methods.html">Methods</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-initialize.html">initialize</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-showconversation.html">showConversation</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-removeconversation.html">removeConversation</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-reconnect.html">reconnect</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-togglechatactions.html">toggleChatActions</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-checkactiveconversation.html">checkActiveConversation</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-markasurgent.html">markAsUrgent</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-isurgent.html">isUrgent</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-dismissurgent.html">dismissUrgent</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-resolveconversation.html">resolveConversation</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-clearhistory.html">clearHistory</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-logout.html">logout</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-destruct.html">destruct</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-handlepush.html">handlePush</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-registerpushnotifications.html">registerPushNotifications</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-setuserprofile.html">setUserProfile</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-getassignedagent.html">getAssignedAgent</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-subscribelogevents.html">subscribeLogEvents</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-getsdkversion.html">getSDKVersion</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-printalllocalizedkeys.html">printAllLocalizedKeys</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-printsupportedlanguages.html">printSupportedLanguages</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-getallsupportedlanguages.html">getAllSupportedLanguages</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-interfacedefinitions.html">Interface and Class Definitions</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-callbacks-index.html">Callbacks index</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-configuring-the-sdk.html">Configuring the SDK</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-attributes.html">Attributes</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-deprecated-attributes.html">Deprecated Attributes</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-stringlocalization.html">String localization in SDK</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-localizationkeys.html">Localization Keys</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-timestamps.html">Timestamps Formatting</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-createcertificate.html">OS Certificate Creation</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-advanced-csat.html">CSAT UI Content</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-photosharing.html">Photo Sharing (Beta)</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-pushnotifications.html">Configuring Push Notifications</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-opensource.html">Open Source List</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-security.html">Security</a></li> </ul> </li> <li class="subfolders"> <a href="#">In-App Messaging SDK Android (2.0)</a> <ul> <li class="thirdlevel"><a href="android-overview.html">Overview</a></li> <li class="thirdlevel"><a href="android-prerequisites.html">Prerequisites</a></li> <li class="thirdlevel"><a href="android-download-and-unzip.html">Step 1: Download and Unzip the SDK</a></li> <li class="thirdlevel"><a href="android-configure-project-settings.html">Step 2: Configure project settings to connect LiveEngage SDK</a></li> <li class="thirdlevel"><a href="android-code-integration.html">Step 3: Code integration for basic deployment</a></li> <li class="thirdlevel"><a href="android-initialization.html">SDK Initialization and Lifecycle</a></li> <li class="thirdlevel"><a href="android-authentication.html">Authentication</a></li> <li class="thirdlevel"><a href="android-conversations-lifecycle.html">Conversations Lifecycle</a></li> <li class="thirdlevel"><a href="android-callbacks-interface.html">LivePerson Callbacks Interface</a></li> <li class="thirdlevel"><a href="android-notifications.html">Notifications</a></li> <li class="thirdlevel"><a href="android-user-data.html">User Data</a></li> <li class="thirdlevel"><a href="android-logs.html">Logs and Info</a></li> <li class="thirdlevel"><a href="android-methods.html">Methods</a></li> <li class="thirdlevel"><a href="android-initializedeprecated.html">initialize (Deprecated)</a></li> <li class="thirdlevel"><a href="android-initializeproperties.html">initialize (with SDK properties object)</a></li> <li class="thirdlevel"><a href="android-showconversation.html">showConversation</a></li> <li class="thirdlevel"><a href="android-showconversationauth.html">showConversation (with authentication support)</a></li> <li class="thirdlevel"><a href="android-hideconversation.html">hideConversation</a></li> <li class="thirdlevel"><a href="android-getconversationfrag.html">getConversationFragment</a></li> <li class="thirdlevel"><a href="android-getconversationfragauth.html">getConversationFragment with authentication support</a></li> <li class="thirdlevel"><a href="android-reconnect.html">reconnect</a></li> <li class="thirdlevel"><a href="android-setuserprofile.html">setUserProfile</a></li> <li class="thirdlevel"><a href="android-setuserprofiledeprecated.html">setUserProfile (Deprecated)</a></li> <li class="thirdlevel"><a href="android-registerlppusher.html">registerLPPusher</a></li> <li class="thirdlevel"><a href="android-unregisterlppusher.html">unregisterLPPusher</a></li> <li class="thirdlevel"><a href="android-handlepush.html">handlePush</a></li> <li class="thirdlevel"><a href="android-getsdkversion.html">getSDKVersion</a></li> <li class="thirdlevel"><a href="android-setcallback.html">setCallback</a></li> <li class="thirdlevel"><a href="android-removecallback.html">removeCallBack</a></li> <li class="thirdlevel"><a href="android-checkactiveconversation.html">checkActiveConversation</a></li> <li class="thirdlevel"><a href="android-checkagentid.html">checkAgentID</a></li> <li class="thirdlevel"><a href="android-markurgent.html">markConversationAsUrgent</a></li> <li class="thirdlevel"><a href="android-marknormal.html">markConversationAsNormal</a></li> <li class="thirdlevel"><a href="android-checkurgent.html">checkConversationIsMarkedAsUrgent</a></li> <li class="thirdlevel"><a href="android-resolveconversation.html">resolveConversation</a></li> <li class="thirdlevel"><a href="android-shutdown.html">shutDown</a></li> <li class="thirdlevel"><a href="android-shutdowndeprecated.html">shutDown (Deprecated)</a></li> <li class="thirdlevel"><a href="android-clearhistory.html">clearHistory</a></li> <li class="thirdlevel"><a href="android-logout.html">logOut</a></li> <li class="thirdlevel"><a href="android-callbacks-index.html">Callbacks Index</a></li> <li class="thirdlevel"><a href="android-configuring-sdk.html">Configuring the SDK</a></li> <li class="thirdlevel"><a href="android-attributes.html">Attributes</a></li> <li class="thirdlevel"><a href="android-configuring-edittext.html">Configuring the message’s EditText</a></li> <li class="thirdlevel"><a href="android-proguard.html">Proguard Configuration</a></li> <li class="thirdlevel"><a href="android-modifying-string.html">Modifying Strings</a></li> <li class="thirdlevel"><a href="android-modifying-resources.html">Modifying Resources</a></li> <li class="thirdlevel"><a href="android-plural-string.html">Plural String Resource Example</a></li> <li class="thirdlevel"><a href="android-timestamps.html">Timestamps Formatting</a></li> <li class="thirdlevel"><a href="android-off-hours.html">Date and Time</a></li> <li class="thirdlevel"><a href="android-bubble.html">Bubble Timestamp</a></li> <li class="thirdlevel"><a href="android-separator.html">Separator Timestamp</a></li> <li class="thirdlevel"><a href="android-resolve.html">Resolve Message</a></li> <li class="thirdlevel"><a href="android-csat.html">CSAT Behavior</a></li> <li class="thirdlevel"><a href="android-photo-sharing.html">Photo Sharing - Beta</a></li> <li class="thirdlevel"><a href="android-push-notifications.html">Enable Push Notifications</a></li> <li class="thirdlevel"><a href="android-appendix.html">Appendix</a></li> </ul> </li> </ul> <li> <a href="#">Real-time Interactions</a> <ul> <li class="subfolders"> <a href="#">Visit Information API</a> <ul> <li class="thirdlevel"><a href="rt-interactions-visit-information-overview.html">Overview</a></li> <li class="thirdlevel"><a href="rt-interactions-visit-information-visit-information.html">Visit Information</a></li> </ul> </li> <li class="subfolders"> <a href="#">App Engagement API</a> <ul> <li class="thirdlevel"><a href="rt-interactions-app-engagement-overview.html">Overview</a></li> <li class="thirdlevel"><a href="rt-interactions-app-engagement-methods.html">Methods</a></li> <li class="thirdlevel"><a href="rt-interactions-create-session.html">Create Session</a></li> <li class="thirdlevel"><a href="rt-interactions-update-session.html">Update Session</a></li> </ul> </li> <li class="subfolders"> <a href="#">Engagement Attributes</a> <ul> <li class="thirdlevel"><a href="rt-interactions-engagement-attributes-overview.html">Overview</a></li> <li class="thirdlevel"><a href="rt-interactions-engagement-attributes-engagement-attributes.html">Engagement Attributes</a></li> </ul> </li> <li class="subfolders"> <a href="#">IVR Engagement API</a> <ul> <li class="thirdlevel"><a href="rt-interactions-ivr-engagement-overview.html">Overview</a></li> <li class="thirdlevel"><a href="rt-interactions-ivr-engagement-methods.html">Methods</a></li> <li class="thirdlevel"><a href="rt-interactions-ivr-engagement-external engagement.html">External Engagement</a></li> </ul> </li> <li class="subfolders"> <a href="#">Validate Engagement</a> <ul> <li class="thirdlevel"><a href="rt-interactions-validate-engagement-overview.html">Overview</a></li> <li class="thirdlevel"><a href="rt-interactions-validate-engagement-validate-engagement.html">Validate Engagement API</a></li> </ul> </li> <li class="subfolders"> <a href="#">Engagement Trigger API</a> <ul> <li class="thirdlevel"><a href="trigger-overview.html">Overview</a></li> <li class="thirdlevel"><a href="trigger-methods.html">Methods</a></li> <li class="thirdlevel"><a href="trigger-click.html">Click</a></li> <li class="thirdlevel"><a href="trigger-getinfo.html">getEngagementInfo</a></li> <li class="thirdlevel"><a href="trigger-getstate.html">getEngagementState</a></li> </ul> </li> <li class="subfolders"> <a href="#">Engagement Window Widget SDK</a> <ul> <li class="thirdlevel"><a href="rt-interactions-window-sdk-overview.html">Overview</a></li> <li class="thirdlevel"><a href="rt-interactions-window-sdk-getting-started.html">Getting Started</a></li> <li class="thirdlevel"><a href="rt-interactions-window-sdk-limitations.html">Limitations</a></li> <li class="thirdlevel"><a href="rt-interactions-window-sdk-configuration.html">Configuration</a></li> <li class="thirdlevel"><a href="rt-interactions-window-sdk-how-to-use.html">How to use the SDK</a></li> <li class="thirdlevel"><a href="rt-interactions-window-sdk-code-examples.html">Code Examples</a></li> <li class="thirdlevel"><a href="rt-interactions-window-sdk-event-structure.html">Event Structure</a></li> </ul> </li> </ul> <li> <a href="#">Agent</a> <ul> <li class="subfolders"> <a href="#">Agent Workspace Widget SDK</a> <ul> <li class="thirdlevel"><a href="agent-workspace-sdk-overview.html">Overview</a></li> <li class="thirdlevel"><a href="agent-workspace-sdk-getting-started.html">Getting Started</a></li> <li class="thirdlevel"><a href="agent-workspace-sdk-limitations.html">Limitations</a></li> <li class="thirdlevel"><a href="agent-workspace-sdk-how-to-use.html">How to use the SDK</a></li> <li class="thirdlevel"><a href="agent-workspace-sdk-methods.html">Methods</a></li> <li class="thirdlevel"><a href="agent-workspace-sdk-public-model.html">Public Model Structure</a></li> <li class="thirdlevel"><a href="agent-workspace-sdk-public-properties.html">Public Properties</a></li> <li class="thirdlevel"><a href="agent-workspace-sdk-code-examples.html">Code Examples</a></li> </ul> </li> <li class="subfolders"> <a href="#">LivePerson Domain API</a> <ul> <li class="thirdlevel"><a href="agent-domain-domain-api.html">Domain API</a></li> </ul> </li> <li class="subfolders"> <a href="#">Login Service API</a> <ul> <li class="thirdlevel"><a href="login-getting-started.html">Getting Started</a></li> <li class="thirdlevel"><a href="agent-login-methods.html">Methods</a></li> <li class="thirdlevel"><a href="agent-login.html">Login</a></li> <li class="thirdlevel"><a href="agent-refresh.html">Refresh</a></li> <li class="thirdlevel"><a href="agent-refresh.html">Logout</a></li> </ul> </li> <li class="subfolders"> <a href="#">Chat Agent API</a> <ul> <li class="thirdlevel"><a href="chat-agent-getting-started.html">Getting Started</a></li> <li class="thirdlevel"><a href="agent-chat-agent-methods.html">Methods</a></li> <li class="thirdlevel"><a href="agent-start-agent-session.html">Start Agent Session</a></li> <li class="thirdlevel"><a href="agent-retrieve-current-availability.html">Retrieve Current Availability</a></li> <li class="thirdlevel"><a href="agent-set-agent-availability.html">Set Agent Availability</a></li> <li class="thirdlevel"><a href="agent-retrieve-available-agents.html">Retrieve Available Agents</a></li> <li class="thirdlevel"><a href="agent-retrieve-available-slots.html">Retrieve Available Slots</a></li> <li class="thirdlevel"><a href="agent-retrieve-agent-information.html">Retrieve Agent Information</a></li> <li class="thirdlevel"><a href="agent-determine-incoming.html">Determine Incoming Chat Requests</a></li> <li class="thirdlevel"><a href="agent-accept-chat.html">Accept a Chat</a></li> <li class="thirdlevel"><a href="agent-retrieve-chat-sessions.html">Retrieve Chat Sessions</a></li> <li class="thirdlevel"><a href="agent-retrieve-chat-resources.html">Retrieve Chat Resources, Events and Information</a></li> <li class="thirdlevel"><a href="agent-retrieve-data.html">Retrieve Data for Multiple Chats</a></li> <li class="thirdlevel"><a href="agent-retrieve-chat-events.html">Retrieve Chat Events</a></li> <li class="thirdlevel"><a href="agent-add-lines.html">Add Lines</a></li> <li class="thirdlevel"><a href="agent-end-chat.html">End Chat</a></li> <li class="thirdlevel"><a href="agent-retrieve-chat-info.html">Retrieve Chat Information</a></li> <li class="thirdlevel"><a href="">Retrieve Visitor’s Name</a></li> <li class="thirdlevel"><a href="agent-retrieve-agent-typing.html">Retrieve Agent's Typing Status</a></li> <li class="thirdlevel"><a href="agent-set-agent-typing.html">Set Agent’s Typing Status</a></li> <li class="thirdlevel"><a href="agent-retrieve-visitor-typing.html">Retrieve Visitor's Typing Status</a></li> <li class="thirdlevel"><a href="agent-chat-agent-retrieve-skills.html">Retrieve Available Skills</a></li> <li class="thirdlevel"><a href="agent-transfer-chat.html">Transfer a Chat</a></li> <li class="thirdlevel"><a href="agent-retrieve-survey-structure.html">Retrieve Agent Survey Structure</a></li> </ul> </li> <li class="subfolders"> <a href="#">Messaging Agent SDK</a> <ul> <li class="thirdlevel"><a href="messaging-agent-sdk-overview.html">Overview</a></li> </ul> </li> </ul> <li> <a href="#">Data</a> <ul> <li class="subfolders"> <a href="#">Data Access API (Beta)</a> <ul> <li class="thirdlevel"><a href="data-data-access-overview.html">Overview</a></li> <li class="thirdlevel"><a href="data-data-access-architecture.html">Architecture</a></li> <li class="thirdlevel"><a href="data-data-access-methods.html">Methods</a></li> <li class="thirdlevel"><a href="data-data-access-base-resource.html">Base Resource</a></li> <li class="thirdlevel"><a href="data-data-access-agent-activity.html">Agent Activity</a></li> <li class="thirdlevel"><a href="data-data-access-web-session.html">Web Session</a></li> <li class="thirdlevel"><a href="data-data-access-engagement.html">Engagement</a></li> <li class="thirdlevel"><a href="data-data-access-survey.html">Survey</a></li> <li class="thirdlevel"><a href="data-data-access-schema.html">Schema</a></li> <li class="thirdlevel"><a href="data-data-access-appendix.html">Appendix</a></li> </ul> </li> <li class="subfolders"> <a href="#">Messaging Operations API</a> <ul> <li class="thirdlevel"><a href="data-messaging-operations-overview.html">Overview</a></li> <li class="thirdlevel"><a href="data-messaging-operations-methods.html">Methods</a></li> <li class="thirdlevel"><a href="data-messaging-operations-messaging-conversation.html">Messaging Conversation</a></li> <li class="thirdlevel"><a href="data-messaging-operations-messaging-csat-distribution.html">Messaging CSAT Distribution</a></li> <li class="thirdlevel"><a href="data-messaging-operations-appendix.html">Appendix</a></li> </ul> </li> <li class="subfolders"> <a href="#">Messaging Interactions API (Beta)</a> <ul> <li class="thirdlevel"><a href="data-messaging-interactions-overview.html">Overview</a></li> <li class="thirdlevel"><a href="data-messaging-interactions-methods.html">Methods</a></li> <li class="thirdlevel"><a href="data-messaging-interactions-conversations.html">Conversations</a></li> <li class="thirdlevel"><a href="data-messaging-interactions-get-conversation-by-conversation-id.html">Get conversation by conversation ID</a></li> <li class="thirdlevel"><a href="data-messaging-interactions-get-conversations-by-consumer-id.html">Get Conversations by Consumer ID</a></li> <li class="thirdlevel"><a href="data-messaging-interactions-sample-code.html">Sample Code</a></li> <li class="thirdlevel"><a href="data-messaging-interactions-appendix.html">Appendix</a></li> </ul> </li> <li class="subfolders"> <a href="#">Engagement History API</a> <ul> <li class="thirdlevel"><a href="data-engagement-history-overview.html">Overview</a></li> <li class="thirdlevel"><a href="data-engagement-history-methods.html">Methods</a></li> <li class="thirdlevel"><a href="data-engagement-history-retrieve-engagement-list-by-criteria.html">Retrieve Engagement List by Criteria</a></li> <li class="thirdlevel"><a href="data-engagement-history-sample-code.html">Sample Code</a></li> <li class="thirdlevel"><a href="data-engagement-history-appendix.html">Appendix</a></li> </ul> </li> <li class="subfolders"> <a href="#">Operational Real-time API</a> <ul> <li class="thirdlevel"><a href="data-operational-realtime-overview.html">Overview</a></li> <li class="thirdlevel"><a href="data-operational-realtime-methods.html">Methods</a></li> <li class="thirdlevel"><a href="data-operational-realtime-queue-health.html">Queue Health</a></li> <li class="thirdlevel"><a href="data-operational-realtime-engagement-activity.html">Engagement Activity</a></li> <li class="thirdlevel"><a href="data-operational-realtime-agent-activity.html">Agent Activity</a></li> <li class="thirdlevel"><a href="data-operational-realtime-current-queue-state.html">Current Queue State</a></li> <li class="thirdlevel"><a href="data-operational-realtime-sla-histogram.html">SLA Histogram</a></li> <li class="thirdlevel"><a href="data-operational-realtime-sample-code.html">Sample Code</a></li> </ul> </li> </ul> <li> <a href="#">LiveEngage Tag</a> <ul> <li class="subfolders"> <a href="#">LE Tag Events</a> <ul> <li class="thirdlevel"><a href="lp-tag-tag-events-overview.html">Overview</a></li> <li class="thirdlevel"><a href="lp-tag-tag-events-how.html">How to use these Events</a></li> <li class="thirdlevel"><a href="lp-tag-tag-events-events.html">Events</a></li> <li class="thirdlevel"><a href="lp-tag-visitor-flow.html">Visitor Flow Events</a></li> <li class="thirdlevel"><a href="lp-tag-engagement.html">Engagement Events</a></li> <li class="thirdlevel"><a href="lp-tag-engagement-window.html">Engagement Window Events</a></li> </ul> </li> </ul> <li> <a href="#">Messaging Window API</a> <ul> <li class="subfolders"> <a href="#">Introduction</a> <ul> <li class="thirdlevel"><a href="consumer-interation-index.html">Home</a></li> <li class="thirdlevel"><a href="consumer-int-protocol-overview.html">Protocol Overview</a></li> <li class="thirdlevel"><a href="consumer-int-getting-started.html">Getting Started</a></li> </ul> </li> <li class="subfolders"> <a href="#">Tutorials</a> <ul> <li class="thirdlevel"><a href="consumer-int-get-msg.html">Get Messages</a></li> <li class="thirdlevel"><a href="consumer-int-conversation-md.html">Conversation Metadata</a></li> <li class="thirdlevel"><a href="consumer-int-readaccept-events.html">Read/Accept events</a></li> <li class="thirdlevel"><a href="consumer-int-authentication.html">Authentication</a></li> <li class="thirdlevel"><a href="consumer-int-agent-profile.html">Agent Profile</a></li> <li class="thirdlevel"><a href="consumer-int-post-survey.html">Post Conversation Survey</a></li> <li class="thirdlevel"><a href="consumer-int-client-props.html">Client Properties</a></li> <li class="thirdlevel"><a href="consumer-int-no-headers.html">Avoid Webqasocket Headers</a></li> </ul> </li> <li class="subfolders"> <a href="#">Samples</a> <ul> <li class="thirdlevel"><a href="consumer-int-js-sample.html">JavaScript Messenger</a></li> </ul> </li> <li class="subfolders"> <a href="#">API Reference</a> <ul> <li class="thirdlevel"><a href="consumer-int-api-reference.html">Overview</a></li> <li class="thirdlevel"><a href="consumer-int-msg-reqs.html">Request Builder</a></li> <li class="thirdlevel"><a href="consumer-int-msg-resps.html">Response Builder</a></li> <li class="thirdlevel"><a href="consumer-int-msg-notifications.html">Notification Builder</a></li> <li class="thirdlevel"><a href="consumer-int-msg-req-conv.html">New Conversation</a></li> <li class="thirdlevel"><a href="consumer-int-msg-close-conv.html">Close Conversation</a></li> <li class="thirdlevel"><a href="consumer-int-msg-conv-ttr.html">Urgent Conversation</a></li> <li class="thirdlevel"><a href="consumer-int-msg-csat-conv.html">Update CSAT</a></li> <li class="thirdlevel"><a href="consumer-int-msg-sub-conv.html">Subscribe Conversations Metadata</a></li> <li class="thirdlevel"><a href="consumer-int-msg-unsub-conv.html">Unsubscribe Conversations Metadata</a></li> <li class="thirdlevel"><a href="consumer-int-msg-text-cont.html">Publish Content</a></li> <li class="thirdlevel"><a href="consumer-int-msg-sub-events.html">Subscribe Conversation Content</a></li> <li class="thirdlevel"><a href="consumer-int-msg-init-con.html">Browser Init Connection</a></li> </ul> </li> </ul> <!-- if you aren't using the accordion, uncomment this block: <p class="external"> <a href="#" id="collapseAll">Collapse All</a> | <a href="#" id="expandAll">Expand All</a> </p> --> </li> </ul> </div> <!-- this highlights the active parent class in the navgoco sidebar. this is critical so that the parent expands when you're viewing a page. This must appear below the sidebar code above. Otherwise, if placed inside customscripts.js, the script runs before the sidebar code runs and the class never gets inserted.--> <script>$("li.active").parents('li').toggleClass("active");</script> <!-- Content Column --> <div class="col-md-9"> <div class="post-header"> <h1 class="post-title-main">OnInit</h1> </div> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-96175782-1', 'auto'); ga('send', 'pageview'); </script> <div class="post-content"> <p>Triggers when you can request some information about the chat. The following methods are supported after this event has triggered:</p> <ul> <li><a href="consumer-experience-javascript-chat-getestimatedwaittime.html">getEstimatedWaitTime</a></li> <li><a href="consumer-experience-javascript-chat-getprechatsurvey.html">getPreChatSurvey</a></li> <li><a href="consumer-experience-javascript-chat-getofflinesurvey.html">getOfflineSurvey</a></li> <li><a href="consumer-experience-javascript-chat-submitofflinesurvey.html">submitOfflineSurvey</a></li> <li><a href="consumer-experience-javascript-chat-requestchat.html">requestChat</a></li> </ul> <p><strong>Response Properties</strong></p> <table> <thead> <tr> <th style="text-align: left">Property</th> <th style="text-align: left">Description</th> <th style="text-align: left">Type</th> </tr> </thead> <tbody> <tr> <td style="text-align: left">account</td> <td style="text-align: left">The LivePerson account number.</td> <td style="text-align: left">string</td> </tr> <tr> <td style="text-align: left">domain</td> <td style="text-align: left">The domain for this account.</td> <td style="text-align: left">string</td> </tr> <tr> <td style="text-align: left">init</td> <td style="text-align: left">If the session has been initialized.</td> <td style="text-align: left">Boolean</td> </tr> </tbody> </table> <p><strong>Sample Response</strong></p> <div class="language-json highlighter-rouge"><pre class="highlight"><code><span class="p">{</span><span class="w"> </span><span class="nt">"account"</span><span class="p">:</span><span class="w"> </span><span class="s2">"12345678"</span><span class="p">,</span><span class="w"> </span><span class="nt">"domain"</span><span class="p">:</span><span class="w"> </span><span class="s2">"dev.liveperson.net"</span><span class="p">,</span><span class="w"> </span><span class="nt">"init"</span><span class="p">:</span><span class="w"> </span><span class="kc">true</span><span class="w"> </span><span class="p">}</span><span class="w"> </span></code></pre> </div> <div class="tags"> </div> </div> <hr class="shaded"/> <footer> <div class="row"> <div class="col-lg-12 footer"> &copy;2017 LivePerson. All rights reserved.<br />This documentation is subject to change without notice.<br /> Site last generated: Apr 19, 2017 <br /> <p><img src="img/company_logo.png" alt="Company logo"/></p> </div> </div> </footer> </div> <!-- /.row --> </div> <!-- /.container --> </div> </body> </html>
2016/0612~15-JQuery/0613-JQ 选择器/JQ-2-绑定解除.html
wangyongtan/H5
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <script src="jquery-3.0.0.min.js"></script> <script src="JQ-2-绑定解除.js"></script> </head> <body> <button id="clickBt">click me</button> </body> </html>
tags/NSXMLParser/index.html
monibu1548/monibu1548.github.io
<!DOCTYPE html> <html lang="" class="loading"> <head> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"> <title>Tag: NSXMLParser - JingyuJung&#39;s Blog</title> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> <meta name="google" content="notranslate" /> <meta name="keywords" content="TriDiamond Obsidian,"> <meta name="author" content="Jingyu Jung"> <link rel="alternative" href="atom.xml" title="JingyuJung&#39;s Blog" type="application/atom+xml"> <link rel="icon" href="/img/favicon.png"> <link href="https://fonts.loli.net/css?family=Roboto+Mono|Rubik&display=swap" rel="stylesheet"> <link rel="stylesheet" href="//at.alicdn.com/t/font_1429596_nzgqgvnmkjb.css"> <link rel="stylesheet" href="//cdn.bootcss.com/animate.css/3.7.2/animate.min.css"> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/social-share.js/1.0.16/css/share.min.css"> <link rel="stylesheet" href="//cdn.bootcss.com/codemirror/5.48.4/codemirror.min.css"> <link rel="stylesheet" href="//cdn.bootcss.com/codemirror/5.48.4/theme/dracula.css"> <link rel="stylesheet" href="/css/obsidian.css"> <link rel="stylesheet" href="/css/ball-atom.min.css"> </head> <script data-ad-client="ca-pub-1405208574064220" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <body class="loading"> <div class="loader"> <div class="la-ball-atom la-2x"> <div></div> <div></div> <div></div> <div></div> </div> </div> <span id="config-title" style="display:none">JingyuJung&#39;s Blog</span> <div id="loader"></div> <script data-ad-client="ca-pub-1405208574064220" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <div class="nav"> <ul id="menu-menu" class="menu"> <li class="animated fadeInDown menu-item menu-item-type-post_type menu-item-object-page"> <a href="/tags/" title="TAGS">TAGS</a> </li> <li class="animated fadeInDown menu-item menu-item-type-post_type menu-item-object-page"> <a href="/archives/" title="ARCHIVES">ARCHIVES</a> </li> </ul> <p class="copyright" id="copyright"> &copy; 2019 Jingyu Jung. Powered by <a href="http://hexo.io/" title="Hexo" target="_blank" rel="noopener">Hexo</a> Theme <a href="https://github.com/TriDiamond/hexo-theme-obsidian" title="Obsidian" target="_blank" rel="noopener">Obsidian</a> </p> </div> <div id="container"> <div class="search-box"> <form class="site-search-form"> <span class="iconfont icon-search"></span> <input type="text" id="local-search-input" class="st-search-input" /> <div class="iconfont icon-cross search-box-close"></div> </form> <div class="search-scrollable"> <div id="local-search-result" class="local-search-result-cls" data-initialise="Initialising search index..." data-start="Please input search keywords." data-empty="No result found, please try other keywords."> <span>Please input search keywords.</span> </div> </div> </div> <div id="header"> <div> <div class="logo animated fadeInDown"> <img src="/img/favicon.png" alt=""> <a class="image-logo" href="/"></a> </div> <ul id="menu-menu" class="menu text-menu"> <li class="animated fadeInDown menu-item menu-item-type-post_type menu-item-object-page"> <a href="/tags/" title="TAGS" class="menu-link">TAGS</a> </li> <li class="animated fadeInDown menu-item menu-item-type-post_type menu-item-object-page"> <a href="/archives/" title="ARCHIVES" class="menu-link">ARCHIVES</a> </li> <li class="animated fadeInDown search-bar iconfont icon-search"></li> </ul> <div class="iconfont icon-menu switchmenu gradient-text animated fadeInDown"></div> </div> </div> <div id="screen"> <div id="mark"> <div class="cover animated fadeIn" style=" animation-delay: 900ms; animation-duration: 2.8s; background-image: radial-gradient(ellipse closest-side, rgba(0, 0, 0, 0.56), #100e17), url(/img/cover.jpg);"> </div> </div> <div id="post0" class="else"> <p class="animated fadeInDown"> <a href="/categories/iOS"><b>「 </b>IOS<b> 」</b></a> May 01, 2018 </p> <h3 class="post-title animated fadeInDown"> <a href="/2018/05/01/xml-mapper/" title="[Objective-C] NSXMLParser로 XML Object Mapper 구현하기 (공공데이터 Response 파싱하기)" class="posttitle">[Objective-C] NSXMLParser로 XML Object Mapper 구현하기 (공공데이터 Response 파싱하기)</a></h3> <p class="post-count animated fadeInDown"> <span> <b class="iconfont icon-text2"></b> <i>Words count</i> 21k </span> <span> <b class="iconfont icon-timer__s"></b> <i>Reading time</i> 19 mins. </span> </p> <ul class="animated fadeInDown post-tags-list"><li class="animated fadeInDown post-tags-list-item"><a class="animated fadeInDown post-tags-list-link" href="/tags/NSXMLParser/">NSXMLParser</a></li><li class="animated fadeInDown post-tags-list-item"><a class="animated fadeInDown post-tags-list-link" href="/tags/Reflection/">Reflection</a></li><li class="animated fadeInDown post-tags-list-item"><a class="animated fadeInDown post-tags-list-link" href="/tags/XML-Parser/">XML Parser</a></li><li class="animated fadeInDown post-tags-list-item"><a class="animated fadeInDown post-tags-list-link" href="/tags/iOS/">iOS</a></li><li class="animated fadeInDown post-tags-list-item"><a class="animated fadeInDown post-tags-list-link" href="/tags/스터디/">스터디</a></li></ul> <div class="md-content animated fadeIn"> <p><code>data.go.kr</code>에서 다양한 공공데이터 정보를 얻을 수 있습니다. 단순 데이터 파일 또는 Open API형태로 제공하고 있어서 이를 이용해 다양한 서비스를 구현할 수 있습니다.<br>지...</p> <span class="read-more"><a href="/2018/05/01/xml-mapper/" title="Read article" class="posttitle">Read article</a> <b class="iconfont icon-arrow-right- gradient-text"></b></span> </div> </div> </div> <div class="screen-gradient-after"> <div class="screen-gradient-content"> <div class="screen-gradient-content-inside"> <div class="bold-underline-links screen-gradient-sponsor"> <p> <span class="typed-text"></span> </p> </div> </div> </div> </div> <div id="primary"> </div> </div> <div id="preview"></div> <div id="back-to-top" class="animated fadeIn faster"> <div class="flow"></div> <span class="percentage animated fadeIn faster">0%</span> <span class="iconfont icon-top02 animated fadeIn faster"></span> </div> </body> <footer> <p class="copyright" id="copyright"> &copy; 2019 <span class="gradient-text"> Jingyu Jung </span>. Powered by <a href="http://hexo.io/" title="Hexo" target="_blank" rel="noopener">Hexo</a> Theme <span class="gradient-text"> <a href="https://github.com/TriDiamond/hexo-theme-obsidian" title="Obsidian" target="_blank" rel="noopener">Obsidian</a> </span> <small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.3" target="_blank" rel="noopener">v1.4.3</a></small> </p> </footer> <script type="text/javascript" src="https://cdn.bootcss.com/mathjax/2.7.6/MathJax.js?config=TeX-AMS-MML_HTMLorMML"> </script> <script> MathJax.Hub.Config({ "HTML-CSS": { preferredFont: "TeX", availableFonts: ["STIX", "TeX"], linebreaks: { automatic: true }, EqnChunk: (MathJax.Hub.Browser.isMobile ? 10 : 50) }, tex2jax: { inlineMath: [ ["$", "$"], ["\\(", "\\)"] ], processEscapes: true, ignoreClass: "tex2jax_ignore|dno", skipTags: ['script', 'noscript', 'style', 'textarea', 'pre', 'code'] }, TeX: { noUndefined: { attributes: { mathcolor: "red", mathbackground: "#FFEEEE", mathsize: "90%" } }, Macros: { href: "{}" } }, messageStyle: "none" }); </script> <script> function initialMathJax() { MathJax.Hub.Queue(function () { var all = MathJax.Hub.getAllJax(), i; // console.log(all); for (i = 0; i < all.length; i += 1) { console.log(all[i].SourceElement().parentNode) all[i].SourceElement().parentNode.className += ' has-jax'; } }); } function reprocessMathJax() { if (typeof MathJax !== 'undefined') { MathJax.Hub.Queue(["Typeset", MathJax.Hub]); } } </script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> <script src="/js/plugin.js"></script> <script src="/js/obsidian.js"></script> <script src="/js/jquery.truncate.js"></script> <script src="/js/search.js"></script> <script src="//cdn.bootcss.com/typed.js/2.0.10/typed.min.js"></script> <script src="//cdn.bootcss.com/blueimp-md5/2.12.0/js/md5.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/social-share.js/1.0.16/js/social-share.min.js"></script> <script src="https://cdn.bootcss.com/codemirror/5.48.4/codemirror.min.js"></script> <script src="//cdn.bootcss.com/codemirror/5.48.4/mode/swift/swift.min.js"></script> <script src="//cdn.bootcss.com/codemirror/5.48.4/mode/javascript/javascript.min.js"></script> <script src="//cdn.bootcss.com/codemirror/5.48.4/mode/css/css.min.js"></script> <script src="//cdn.bootcss.com/codemirror/5.48.4/mode/xml/xml.min.js"></script> <script src="//cdn.bootcss.com/codemirror/5.48.4/mode/htmlmixed/htmlmixed.min.js"></script> <script src="//cdn.bootcss.com/codemirror/5.48.4/mode/clike/clike.min.js"></script> <script src="//cdn.bootcss.com/codemirror/5.48.4/mode/php/php.min.js"></script> <script src="//cdn.bootcss.com/codemirror/5.48.4/mode/shell/shell.min.js"></script> <script src="//cdn.bootcss.com/codemirror/5.48.4/mode/python/python.min.js"></script> <script src="/js/busuanzi.min.js"></script> <script> $(document).ready(function () { if ($('span[id^="busuanzi_"]').length) { initialBusuanzi(); } }); </script> <link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/photoswipe.min.css"> <link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/default-skin/default-skin.min.css"> <script src="//cdn.bootcss.com/photoswipe/4.1.3/photoswipe.min.js"></script> <script src="//cdn.bootcss.com/photoswipe/4.1.3/photoswipe-ui-default.min.js"></script> <!-- Root element of PhotoSwipe. Must have class pswp. --> <div class="pswp" tabindex="-1" role="dialog" aria-hidden="true"> <!-- Background of PhotoSwipe. It's a separate element as animating opacity is faster than rgba(). --> <div class="pswp__bg"></div> <!-- Slides wrapper with overflow:hidden. --> <div class="pswp__scroll-wrap"> <!-- Container that holds slides. PhotoSwipe keeps only 3 of them in the DOM to save memory. Don't modify these 3 pswp__item elements, data is added later on. --> <div class="pswp__container"> <div class="pswp__item"></div> <div class="pswp__item"></div> <div class="pswp__item"></div> </div> <!-- Default (PhotoSwipeUI_Default) interface on top of sliding area. Can be changed. --> <div class="pswp__ui pswp__ui--hidden"> <div class="pswp__top-bar"> <!-- Controls are self-explanatory. Order can be changed. --> <div class="pswp__counter"></div> <button class="pswp__button pswp__button--close" title="Close (Esc)"></button> <button class="pswp__button pswp__button--share" title="Share"></button> <button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button> <button class="pswp__button pswp__button--zoom" title="Zoom in/out"></button> <!-- Preloader demo http://codepen.io/dimsemenov/pen/yyBWoR --> <!-- element will get class pswp__preloader--active when preloader is running --> <div class="pswp__preloader"> <div class="pswp__preloader__icn"> <div class="pswp__preloader__cut"> <div class="pswp__preloader__donut"></div> </div> </div> </div> </div> <div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap"> <div class="pswp__share-tooltip"></div> </div> <button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)"> </button> <button class="pswp__button pswp__button--arrow--right" title="Next (arrow right)"> </button> <div class="pswp__caption"> <div class="pswp__caption__center"></div> </div> </div> </div> </div> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="//www.googletagmanager.com/gtag/js?id=UA-117570529-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-117570529-1'); </script> <script> function initialTyped () { var typedTextEl = $('.typed-text'); if (typedTextEl && typedTextEl.length > 0) { var typed = new Typed('.typed-text', { strings: ["iOS Engineer 정진규", ""], typeSpeed: 90, loop: true, loopCount: Infinity, backSpeed: 20, }); } } if ($('.article-header') && $('.article-header').length) { $(document).ready(function () { initialTyped(); }); } </script> </html>