text
stringlengths
2
1.05M
repo_name
stringlengths
5
101
path
stringlengths
4
991
language
stringclasses
3 values
license
stringclasses
5 values
size
int64
2
1.05M
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>legacy-ring: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.7.2 / legacy-ring - 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> legacy-ring <small> 8.6.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-22 06:02:19 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-22 06:02:19 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-ocamlbuild base OCamlbuild binary and libraries distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.7.2 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.02.3 The OCaml compiler (virtual package) ocaml-base-compiler 4.02.3 Official 4.02.3 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/legacy-ring&quot; license: &quot;Unknown&quot; build: [make] install: [make &quot;install&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.6&quot; &amp; &lt; &quot;8.7~&quot;} ] tags: [ &quot;date: 1998-5&quot; ] authors: [ &quot;Patrick Loiseleur&quot; ] bug-reports: &quot;https://github.com/coq-contribs/legacy-ring/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/legacy-ring.git&quot; synopsis: &quot;The former implementation of the ring tactic&quot; description: &quot;&quot;&quot; Tactics to decide equality and simplify polynomial expressions over an arbitrary commutative ring. This generalizes a previous tactics by Samuel Boutin.&quot;&quot;&quot; url { src: &quot;https://github.com/coq-contribs/legacy-ring/archive/v8.6.0.tar.gz&quot; checksum: &quot;md5=6c54ffd5bf1e4f816c5d404ca87d079b&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-legacy-ring.8.6.0 coq.8.7.2</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.7.2). The following dependencies couldn&#39;t be met: - coq-legacy-ring -&gt; coq &lt; 8.7~ -&gt; ocaml &lt; 4.02.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-legacy-ring.8.6.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.02.3-2.0.6/released/8.7.2/legacy-ring/8.6.0.html
HTML
mit
6,948
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>libvalidsdp: 1 m 38 s 🏆</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.7.0 / libvalidsdp - 0.5</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> libvalidsdp <small> 0.5 <span class="label label-success">1 m 38 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-11-26 07:28:24 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-26 07:28:24 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.7.0 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.07.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.07.1 Official release 4.07.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; name: &quot;coq-libvalidsdp&quot; version: &quot;0.5&quot; maintainer: [ &quot;Pierre Roux &lt;[email protected]&gt;&quot; &quot;Érik Martin-Dorel &lt;[email protected]&gt;&quot; ] homepage: &quot;https://sourcesup.renater.fr/validsdp/&quot; dev-repo: &quot;git+https://github.com/validsdp/validsdp.git&quot; bug-reports: &quot;https://github.com/validsdp/validsdp/issues&quot; license: &quot;LGPL&quot; build: [ [&quot;./configure&quot;] [make &quot;-j%{jobs}%&quot;] ] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/libValidSDP&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.9~&quot;} &quot;coq-interval&quot; {&gt;= &quot;3&quot; &amp; &lt; &quot;4~&quot;} &quot;coq-mathcomp-field&quot; {&gt;= &quot;1.7&quot; &amp; &lt; &quot;1.8~&quot;} &quot;ocamlfind&quot; &quot;camlp4&quot; &quot;coq-flocq&quot; {&gt;= &quot;3&quot; &amp; &lt; &quot;3.1~&quot;} &quot;coq-bignums&quot; ] synopsis: &quot;LibValidSDP&quot; tags: [ &quot;keyword:libValidSDP&quot; &quot;keyword:ValidSDP&quot; &quot;keyword:floating-point arithmetic&quot; &quot;keyword:Cholesky decomposition&quot; &quot;category:Miscellaneous/Coq Extensions&quot; &quot;logpath:libValidSDP&quot; ] authors: [ &quot;Pierre Roux &lt;[email protected]&gt;&quot; &quot;Érik Martin-Dorel &lt;[email protected]&gt;&quot; ] flags: light-uninstall url { src: &quot;https://github.com/validsdp/validsdp/releases/download/v0.5/libvalidsdp.0.5.tgz&quot; checksum: &quot;md5=8804c308899b85fccb54ec6a6b9fc57c&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-libvalidsdp.0.5 coq.8.7.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-libvalidsdp.0.5 coq.8.7.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>57 m 49 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-libvalidsdp.0.5 coq.8.7.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>1 m 38 s</dd> </dl> <h2>Installation size</h2> <p>Total: 4 M</p> <ul> <li>379 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/libValidSDP/cholesky.glob</code></li> <li>314 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/libValidSDP/cholesky.vo</code></li> <li>261 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/libValidSDP/coqinterval_infnan.vo</code></li> <li>216 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/libValidSDP/real_matrix.vo</code></li> <li>201 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/libValidSDP/real_matrix.glob</code></li> <li>166 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/libValidSDP/coqinterval_infnan.glob</code></li> <li>159 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/libValidSDP/fsum.vo</code></li> <li>141 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/libValidSDP/float_spec.vo</code></li> <li>133 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/libValidSDP/float_infnan_spec.vo</code></li> <li>131 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/libValidSDP/flx64.vo</code></li> <li>127 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/libValidSDP/binary64_infnan.vo</code></li> <li>121 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/libValidSDP/fsum.glob</code></li> <li>115 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/libValidSDP/cholesky_infnan.vo</code></li> <li>103 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/libValidSDP/flx64.glob</code></li> <li>102 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/libValidSDP/misc.vo</code></li> <li>99 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/libValidSDP/fcmsum.vo</code></li> <li>94 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/libValidSDP/binary64.vo</code></li> <li>92 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/libValidSDP/zulp.vo</code></li> <li>92 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/libValidSDP/bounded.vo</code></li> <li>80 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/libValidSDP/fcmsum.glob</code></li> <li>77 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/libValidSDP/Rstruct.vo</code></li> <li>59 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/libValidSDP/float_spec.glob</code></li> <li>59 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/libValidSDP/cholesky_infnan.glob</code></li> <li>56 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/libValidSDP/zulp.glob</code></li> <li>54 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/libValidSDP/misc.glob</code></li> <li>53 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/libValidSDP/binary64_infnan.glob</code></li> <li>52 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/libValidSDP/float_infnan_spec.glob</code></li> <li>44 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/libValidSDP/binary64.glob</code></li> <li>41 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/libValidSDP/cholesky.v</code></li> <li>38 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/libValidSDP/bounded.glob</code></li> <li>33 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/libValidSDP/Rstruct.glob</code></li> <li>31 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/libValidSDP/coqinterval_infnan.v</code></li> <li>27 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/libValidSDP/real_matrix.v</code></li> <li>18 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/libValidSDP/flx64.v</code></li> <li>16 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/libValidSDP/fsum.v</code></li> <li>12 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/libValidSDP/binary64_infnan.v</code></li> <li>12 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/libValidSDP/zulp.v</code></li> <li>11 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/libValidSDP/float_spec.v</code></li> <li>10 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/libValidSDP/fcmsum.v</code></li> <li>10 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/libValidSDP/cholesky_infnan.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/libValidSDP/float_infnan_spec.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/libValidSDP/misc.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/libValidSDP/binary64.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/libValidSDP/Rstruct.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/libValidSDP/bounded.v</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-libvalidsdp.0.5</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.07.1-2.0.6/released/8.7.0/libvalidsdp/0.5.html
HTML
mit
12,501
<!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_25) on Sat Jan 30 13:02:54 EST 2016 --> <title>Uses of Class ec.fitnessevaluation.eval.SOR</title> <meta name="date" content="2016-01-30"> <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 ec.fitnessevaluation.eval.SOR"; } //--> </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="../../../../ec/fitnessevaluation/eval/SOR.html" title="class in ec.fitnessevaluation.eval">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?ec/fitnessevaluation/eval/class-use/SOR.html" target="_top">Frames</a></li> <li><a href="SOR.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 ec.fitnessevaluation.eval.SOR" class="title">Uses of Class<br>ec.fitnessevaluation.eval.SOR</h2> </div> <div class="classUseContainer">No usage of ec.fitnessevaluation.eval.SOR</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="../../../../ec/fitnessevaluation/eval/SOR.html" title="class in ec.fitnessevaluation.eval">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?ec/fitnessevaluation/eval/class-use/SOR.html" target="_top">Frames</a></li> <li><a href="SOR.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>
aawuley/evolutionary-computation
doc/ec/fitnessevaluation/eval/class-use/SOR.html
HTML
mit
4,019
<a href="http://www.google.com/">google</a>
talos/pseudositer
fixtures/simple/link.html
HTML
mit
44
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> <link rel="stylesheet" href="css/style.css"> </head> <body> <div class="wrap wrapper"> <header> <div class="features"> <div class="features__header"></div> <ul class="features__list"> <li class="features__list__item">Динамический сюжет</li> <li class="features__list__item">Боевая ярость</li> <li class="features__list__item">Мастерством ближнего боя</li> <li class="features__list__item">Быстрая регенерация</li> </ul> <a href="#" class="features__link"> <span class="features__link__text"></span> </a> </div> </header> <section class="preview"> <div class="preview__block preview__block--subj"> <a href="#" class="section__link">Сюжет >></a> <p> Сюжет игры повторяет сюжет одноимённого фильма, хотя события представлены не в хронологическом порядке, и присутствует дополнительная сюжетная линия про роботов-стражей. Кроме того, в игре против Росомахи выступают противники, отсутствующие в фильме. Повествования идёт по двум сюжетным линиям: поиск адамантия в Африке и события три года спустя. </p> </div> <div class="preview__block preview__block--screens"> <a href="#" class="section__link">Скриншоты >></a> <ul class="screenshots clearfix"> <li class="screenshots__item"> <a href="#"> <img src="images/img-01.jpg" alt="screensots__image" class="screenshots__item__img"> </a> </li> <li class="screenshots__item"> <a href="#"> <img src="images/img-02.jpg" alt="screensots__image" class="screenshots__item__img"> </a> </li> <li class="screenshots__item"> <a href="#"> <img src="images/img-03.jpg" alt="screensots__image" class="screenshots__item__img"> </a> </li> <li class="screenshots__item"> <a href="#"> <img src="images/img-04.jpg" alt="screensots__image" class="screenshots__item__img"> </a> </li> <li class="screenshots__item"> <a href="#"> <img src="images/img-05.jpg" alt="screensots__image" class="screenshots__item__img"> </a> </li> <li class="screenshots__item"> <a href="#"> <img src="images/img-06.jpg" alt="screensots__image" class="screenshots__item__img"> </a> </li> </ul> </div> </section> <section class="main clearfix"> <div class="col"> <div class="main__descr"> <h1>Росомаха (Логан)</h1> <p> Росомаха — мутант, имеющий сверхчеловеческие способности. Он обладает регенерацией, которая позволяет ему выживать после тяжёлых ранений, смертельных для обычного человека. Большинство ядов и болезней также не могут убить и нанести тяжёлый вред здоровью Росомахи. </p> </div> <div class="wrap-links clearfix"> <a href="#" class="main__link" data-image="1"> <img src="images/img-prev-01.jpg" width="160" height="116" alt="descrImage" class="main__link__image"> </a> <a href="#" class="main__link" data-image="2"> <img src="images/img-prev-02.jpg" width="160" height="116" alt="descrImage" class="main__link__image"> </a> <a href="#" class="main__link" data-image="3"> <img src="images/img-prev-03.jpg" width="160" height="116" alt="descrImage" class="main__link__image"> </a> </div> </div> <div class="wrap-img"> <img src="images/img-07.jpg" alt="big-img" class="wrap-img--active" data-image="3"> <img src="images/img-08.jpg" alt="big-img" data-image="2"> <img src="images/img-09.jpg" alt="big-img" data-image="1"> <ul class="navi"> <li class="navi__item"> <a href="#" data-image="1" class="navi__item__link"></a> </li> <li class="navi__item"> <a href="#" data-image="2" class="navi__item__link"></a> </li> <li class="navi__item"> <a href="#" data-image="3" class="navi__item__link navi__item__link--active"></a> </li> </ul> </div> </section> <footer> <p>The Wolverine <a href="#">X-Men Origins</a></p> </footer> </div> <div class="popup"> <div class="popup__window popup__window--giving"> <a href="#" class="section__link popup__section__link">Получение доступа >></a> <p class="popup__window__text"> Вам отправлено смс с вопросом, ответив на него, ответив на него, </p> <p class="popup__window__text"> вы подтвердите, что являетесь реальным человеком. </p> <p class="popup__window__text popup__window__text--bottom"> Затем нажмите на кнопку „Получить доступ“ </p> <form action="#"> <input type="checkbox" checked id="agree"> <label for="agree"> Мне уже исполнилось 18 лет и я принимаю соглашение с условиями предоставления доступа. </label> </form> <a href="#" class="popup__btn">Получить доступ</a> </div> </div> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="js/script.js"></script> </body> </html>
RuslanGrigoryev/wolverine
src/popup3.html
HTML
mit
5,998
<!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="./75859f66108bc7b8ed69b1ebb4c42f23627a3fe032ed930608aa20234850842a.html">Teleport</a> <hr> <a href="./../../about.md">About</a> (Spoilers! ) <script src="./../../assets/md5.js"></script> <script> window.currentLevel = 7; </script> <script src="./../../assets/script.js"></script> </body> </html>
simonmysun/praxis
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/60807707de56bea3a9f00bd9d4cc0fa69630798061b1cf4130d636d0730889c5.html
HTML
mit
550
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title>Zeta의 좌충우돌 삽질 분투기 | 브라키스토크론 문제: 최단시간강하곡선 사이클로이드와 오일러-라그랑주 방정식</title> <meta name="description" content="브라키스토크론(brachistochrone), 혹은 최단시간강하곡선을 오일러-라그랑주 방정식을 통해 유도하여, 이것이 사이클로이드와 일치함을 보인다."> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta property="og:title" content="브라키스토크론 문제: 최단시간강하곡선 사이클로이드와 오일러-라그랑주 방정식"> <meta property="og:type" content="website"> <meta property="og:url" content="http://zetablog.ml/posts/brachistochrone-euler-lagrange-equation"> <meta property="og:description" content="브라키스토크론(brachistochrone), 혹은 최단시간강하곡선을 오일러-라그랑주 방정식을 통해 유도하여, 이것이 사이클로이드와 일치함을 보인다."> <meta property="og:site_name" content="Zeta의 좌충우돌 삽질 분투기"> <meta name="twitter:card" content="summary"> <meta name="twitter:url" content="http://zetablog.ml/posts/brachistochrone-euler-lagrange-equation"> <meta name="twitter:title" content="브라키스토크론 문제: 최단시간강하곡선 사이클로이드와 오일러-라그랑주 방정식"> <meta name="twitter:description" content="브라키스토크론(brachistochrone), 혹은 최단시간강하곡선을 오일러-라그랑주 방정식을 통해 유도하여, 이것이 사이클로이드와 일치함을 보인다."> <meta property="og:image" content="http://zetablog.ml/assets/og-image-a4b2eb90767f8833964d6bab1d08633216275e33668afd1c96d20e83924015db.jpg"> <meta name="twitter:image" content="http://zetablog.ml/assets/og-image-a4b2eb90767f8833964d6bab1d08633216275e33668afd1c96d20e83924015db.jpg"> <link href="http://zetablog.ml/feed.xml" type="application/rss+xml" rel="alternate" title="Zeta의 좌충우돌 삽질 분투기 Last 10 blog posts" /> <link rel="icon" type="image/x-icon" href="/assets/favicon-light-105de14326c7fddf3642470219a770bdeab7cdbedcbafae72ff6a31e58d2d459.ico"> <link rel="apple-touch-icon" href="/assets/apple-touch-icon-light-2f50b1065c7b88472ffe297da6fe0296935a3f5d57739e9dd212a312ea542e2b.png"> <link rel="stylesheet" type="text/css" href="/assets/light-b34f12b58415aa3a5f6cf5f4caec8a9f2971a5aba876b1956e66ddb8dc92581f.css"> </head> <body> <main> <div class="grid grid-centered"> <div class="grid-cell"> <nav class="header-nav scrollappear"> <a href="/" class="header-logo" title="Zeta의 좌충우돌 삽질 분투기">Zeta의 좌충우돌 삽질 분투기</a> <ul class="header-links"> <li> <a href="/about" title="About me"> <svg xmlns="http://www.w3.org/2000/svg" class="icon-about"> <use href="/assets/about-ecf154b571ab8034ae00aeed91a3b7ad68db80b46d958753ad6216c919486e88.svg#icon-about" xlink:href="/assets/about-ecf154b571ab8034ae00aeed91a3b7ad68db80b46d958753ad6216c919486e88.svg#icon-about"></use> </svg> </a> </li> <li> <a href="https://twitter.com/tomtommy611" rel="noreferrer noopener" target="_blank" title="Twitter"> <svg xmlns="http://www.w3.org/2000/svg" class="icon-twitter"> <use href="/assets/twitter-8842c33965263ad1b03a978406826677a668f94125d5837e70ab83f24b3213a7.svg#icon-twitter" xlink:href="/assets/twitter-8842c33965263ad1b03a978406826677a668f94125d5837e70ab83f24b3213a7.svg#icon-twitter"></use> </svg> </a> </li> <li> <a href="https://www.facebook.com/tomtommy611" rel="noreferrer noopener" target="_blank" title="Facebook"> <svg xmlns="http://www.w3.org/2000/svg" class="icon-facebook"> <use href="/assets/facebook-72c99b26d37bee65607720abb23d26b44ef30cca1187f98b0d9305be1230b1bf.svg#icon-facebook" xlink:href="/assets/facebook-72c99b26d37bee65607720abb23d26b44ef30cca1187f98b0d9305be1230b1bf.svg#icon-facebook"></use> </svg> </a> </li> <li> <a href="https://github.com/Zeta611" rel="noreferrer noopener" target="_blank" title="GitHub"> <svg xmlns="http://www.w3.org/2000/svg" class="icon-github"> <use href="/assets/github-094f81040819f34343ee6ffff0980f17e2807b08b595eaaf66ae3554934fd78d.svg#icon-github" xlink:href="/assets/github-094f81040819f34343ee6ffff0980f17e2807b08b595eaaf66ae3554934fd78d.svg#icon-github"></use> </svg> </a> </li> <li> <a href="https://gitlab.com/Zeta611" rel="noreferrer noopener" target="_blank" title="GitLab"> <svg xmlns="http://www.w3.org/2000/svg" class="icon-gitlab"> <use href="/assets/gitlab-cd27fc8b2a8ff6eb466c87e5bd6c8311a45ae0fa6eb8ce830a9378097f16647e.svg#icon-gitlab" xlink:href="/assets/gitlab-cd27fc8b2a8ff6eb466c87e5bd6c8311a45ae0fa6eb8ce830a9378097f16647e.svg#icon-gitlab"></use> </svg> </a> </li> <li> <a href="https://bitbucket.org/Zeta611" rel="noreferrer noopener" target="_blank" title="Bitbucket"> <svg xmlns="http://www.w3.org/2000/svg" class="icon-bitbucket"> <use href="/assets/bitbucket-5ae511b4ef21bde0943cce86f0cee6cf914e21a6ea7ff9670f14e41cab1cef30.svg#icon-bitbucket" xlink:href="/assets/bitbucket-5ae511b4ef21bde0943cce86f0cee6cf914e21a6ea7ff9670f14e41cab1cef30.svg#icon-bitbucket"></use> </svg> </a> </li> <li> <a href="https://stackoverflow.com/users/5252984" rel="noreferrer noopener" target="_blank" title="Stack Overflow"> <svg xmlns="http://www.w3.org/2000/svg" class="icon-stackoverflow"> <use href="/assets/stackoverflow-12ba59133ed134d26156d30f095e0222b6039395cf26f2fab0cb6ce3ef2db00d.svg#icon-stackoverflow" xlink:href="/assets/stackoverflow-12ba59133ed134d26156d30f095e0222b6039395cf26f2fab0cb6ce3ef2db00d.svg#icon-stackoverflow"></use> </svg> </a> </li> <li> <a href="mailto:[email protected]" title="Email"> <svg xmlns="http://www.w3.org/2000/svg" class="icon-email"> <use href="/assets/email-782473193bf750036fdb90e8daa075508a20509d01854c09f3237c144a3f0601.svg#icon-email" xlink:href="/assets/email-782473193bf750036fdb90e8daa075508a20509d01854c09f3237c144a3f0601.svg#icon-email"></use> </svg> </a> </li> <li> <a href="/feed.xml" rel="noreferrer noopener" target="_blank" title="RSS"> <svg xmlns="http://www.w3.org/2000/svg" class="icon-rss"> <use href="/assets/rss-541ec5cea9cefd10d2fcfec01888f3f231a8829940249835fa7b7b3a12ae0d0d.svg#icon-rss" xlink:href="/assets/rss-541ec5cea9cefd10d2fcfec01888f3f231a8829940249835fa7b7b3a12ae0d0d.svg#icon-rss"></use> </svg> </a> </li> </ul> </nav> <article class="article scrollappear"> <header class="article-header"> <script type="text/javascript" async src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-MML-AM_CHTML"> </script> <h1>브라키스토크론 문제: 최단시간강하곡선 사이클로이드와 오일러-라그랑주 방정식</h1> <p>브라키스토크론(brachistochrone), 혹은 최단시간강하곡선을 오일러-라그랑주 방정식을 통해 유도하여, 이것이 사이클로이드와 일치함을 보인다.</p> <div class="article-list-footer"> <span class="article-list-date"> July 7, 2017 </span> <span class="article-list-divider">-</span> <span class="article-list-minutes"> 4 minute read </span> <span class="article-list-divider">-</span> <div class="article-list-tags"> <a href="/tag/미분방정식">미분방정식</a> <a href="/tag/해석학">해석학</a> <a href="/tag/역학">역학</a> <a href="/tag/수학">수학</a> <a href="/tag/물리학">물리학</a> </div> </div> </header> <div class="article-content"> <h2 id="개요">개요</h2> <p>브라키스토크론(brachistochrone), 혹은 최단시간강하곡선 문제는 역사적으로 의미가 깊은 문제이다. 최단시간강하곡선은 어떤 물체가 한 점에서 다른 한 점까지 마찰 없이 미끄러져 내려갈 때 걸리는 시간을 가장 짧게 만드는 경로로, 놀랍게도 사이클로이드 곡선이 바로 최단시간강하곡선이다. 이 포스트에서는 다루지 않지만, 이 곡선 상에서는 어느 지점에 물체를 올려놓든지와 무관하게, 가장 낮은 지점까지 내려가는데 걸리는 시간이 모두 같다는 흥미로운 성질도 가지고 있다. 이 성질에 주목학 최단시간강하곡선, 혹은 사이클로이드 곡선의 다른 이름은 등시강하곡선(tautochrone)이다.</p> <p>이 문제의 기원은 300여년을 거슬러 올라가 뉴턴, 베르누이, 로피탈 등의 수학자들의 시대에 있다. 사실 이 문제를 처음 생각해낸 것은 갈릴레오였을 것으로 생각되는데, 그는 1938년에 해당 문제에 대한 답이 원 호라고 결론을 지었다. 물론 이는 잘못된 답이다. 1969년, 요한 베르누이는 <em>Acta Eruditorum</em>에 최단시간강하곡선 문제를 내어 다른 수학자들이 도전하게 하였다. 그리하여 라이프니츠는 요한 베르누이에게 외국에 있는 수학자들도 이 문제를 풀 수 있도록 6개월보다 더 많은 시간을 달라고 요청하였다. 결국 다섯 명의 수학자로부터 다섯 개의 풀이가 나왔는데, 문제를 해결한 사람들은 뉴턴, 야콥 베르누이, 라이프니츠, 로피탈, 그리고 출제자 본인인 요한 베르누이였다.</p> <p>이번 포스트에서는 이들이 풀어낸 방법과는 다르게 최단시간강하곡선 문제에 대한 답을 내고자 한다. 이를 위해서 오일러-라그랑주 방정식을 통해 미분방정식을 구한 후,—사이클로이드에 해당하는—곡선의 방정식을 유도할 것이다.</p> <h2 id="식-세우기">식 세우기</h2> <p><a href="/assets/2017-07-07-2/fig1-6179e0894a1b08aaf57034ce6c7bc67237cffa102f4e5f7dea0e4b058818770e.png"> <img src="/assets/2017-07-07-2/fig1-6179e0894a1b08aaf57034ce6c7bc67237cffa102f4e5f7dea0e4b058818770e.png" alt="Figure 1" class="zooming" data-rjs="/assets/2017-07-07-2/fig1-6179e0894a1b08aaf57034ce6c7bc67237cffa102f4e5f7dea0e4b058818770e.png" data-zooming-width="594" data-zooming-height="574" /> </a></p> <p>연직 아래 방향, 즉 중력 방향으로 <script type="math/tex">x</script>-축을 설정한다. 곡선의 선소를 <script type="math/tex">\mathrm{d} s</script>라고 하면, 피타고라스의 정리에 의해 다음이 성립한다:</p> <script type="math/tex; mode=display">\mathrm{d} s = \sqrt{1 + \left( \frac{\mathrm{d} y}{\mathrm{d} x} \right)^2} \mathrm{d} x = \sqrt{1 + (y')^2} \mathrm{d} x</script> <p>이 때, 미끄러져 내려오는 물체의 질량을 <script type="math/tex">m</script>, 속력을 <script type="math/tex">v</script>, 중력가속도를 <script type="math/tex">g</script>라고 두자. 그렇다면</p> <script type="math/tex; mode=display">v = \frac{\mathrm d s}{\mathrm d t}</script> <p>이고, 역학적 에너지 보존 법칙에 의해</p> <script type="math/tex; mode=display">\frac 12 m v^2 = mgx</script> <p>임을 알 수 있다. 이를 <script type="math/tex">v</script>에 대해 정리하면</p> <script type="math/tex; mode=display">v = \frac{\mathrm d s}{\mathrm d t} = \sqrt{2gx}</script> <p>이 된다. 따라서,</p> <script type="math/tex; mode=display">\mathrm d t = \frac{\mathrm d s}{\sqrt{2gx}}</script> <p>이다. 이제 곡선을 따라 <script type="math/tex">\mathrm A</script>에서 <script type="math/tex">\mathrm B</script>까지 내려오는데 걸리는 시간을 <script type="math/tex">T = \int_\mathrm{A}^\mathrm{B} \mathrm d t</script>라고 하자. 위 <script type="math/tex">\mathrm d t</script>를 대입하면,</p> <script type="math/tex; mode=display">T = \int_0^{x_1} \sqrt{\frac{1 + (y')^2}{2gx}} \mathrm d x\\ \qquad = \frac{1}{2g} \int_0^{x_1} \sqrt{\frac{1 + (y')^2}{x}} \mathrm d x</script> <p>이 된다.</p> <h2 id="오일러-라그랑주-방정식의-적용">오일러-라그랑주 방정식의 적용</h2> <p>다음과 같이 함수 <script type="math/tex">f</script>를 정의하자:</p> <script type="math/tex; mode=display">f(x, y, y') = \sqrt{\frac{1 + (y')^2}{x}}</script> <p>오일러-라그랑주 방정식은 다음과 같다:</p> <script type="math/tex; mode=display">\frac{\partial f}{\partial y} - \frac{\mathrm d}{\mathrm d x} \left(\frac{\partial f}{\partial y'}\right) = 0</script> <p>일단 <script type="math/tex">\frac{\partial f}{\partial y}</script> 항은,</p> <script type="math/tex; mode=display">\frac{\partial f}{\partial y} = \frac{\partial}{\partial y} \left(\sqrt{\frac{1 + (y')^2}{x}}\right) = 0</script> <p>이고, <script type="math/tex">\frac{\partial f}{\partial y'}</script> 항은,</p> <script type="math/tex; mode=display">\frac{\partial f}{\partial y'} = \frac 12 \sqrt{\frac{x}{1 + (y')^2}} \cdot \frac{x \cdot 2y' - 0}{x^2} = \frac{y'}{\sqrt{x \left( 1 + (y')^2 \right)}}</script> <p>이다. 따라서, 오일러-라그랑주 방정식은 다음과 같다:</p> <script type="math/tex; mode=display">\frac{\partial f}{\partial y} - \frac{\mathrm d}{\mathrm d x} \left(\frac{\partial f}{\partial y'}\right) = - \frac{\mathrm d}{\mathrm d x} \left(\frac{y'}{\sqrt{x \left( 1 + (y')^2 \right)}}\right) = 0</script> <h2 id="미분방정식-풀이">미분방정식 풀이</h2> <script type="math/tex; mode=display">\frac{\mathrm d}{\mathrm d x} \left(\frac{y'}{\sqrt{x \left( 1 + (y')^2 \right)}}\right) = 0</script> <p>이므로, <script type="math/tex">C</script>가 상수일 때</p> <script type="math/tex; mode=display">\frac{y'}{\sqrt{x \left( 1 + (y')^2 \right)}} = C</script> <p>이다. 양변을 제곱하여 좌변의 분모를 우변으로 이항시키면,</p> <script type="math/tex; mode=display">(y')^2 = C^2 x \left(1 + (y')^2 \right) = C^2 x + C^2 x (y')^2</script> <p>이 되고, <script type="math/tex">y'</script>에 대해 정리하면,</p> <script type="math/tex; mode=display">y' = \pm \sqrt{\frac{C^2 x}{1 - C^2 x}}</script> <p>이다. <script type="math/tex">\frac{1}{C^2} = a</script>로 치환하자. 그러면</p> <script type="math/tex; mode=display">y' = \pm \sqrt{\frac{x}{a - x}}</script> <p>가 되어</p> <script type="math/tex; mode=display">\mathrm d y = \pm \sqrt{\frac{x}{a - x}} \mathrm d x</script> <p>이다. <script type="math/tex">x = a \sin^2 \frac \theta 2 = \frac a 2 (1 - \cos \theta)</script>로 변수 치환을 하자.</p> <script type="math/tex; mode=display">\mathrm d x = a \sin \frac \theta 2 \cos \frac \theta 2 \mathrm d \theta</script> <p>이므로,</p> <script type="math/tex; mode=display">\qquad \mathrm d y = \pm \sqrt{\frac{a \sin^2 \frac \theta 2}{a - a \sin^2 \frac \theta 2}} \cdot a \sin \frac \theta 2 \cos \frac \theta 2 \mathrm d \theta\\ \quad = \pm \sqrt{\frac{\sin^2 \frac \theta 2}{\cos^2 \frac \theta 2}} \cdot a \sin \frac \theta 2 \cos \frac \theta 2 \mathrm d \theta\\ = \pm a \sin^2 \frac \theta 2 \mathrm d \theta \qquad \qquad\ \ \ \,\,\\ = \pm \frac a 2 (1 - \cos \theta) \mathrm d \theta \qquad \quad \</script> <p>이다. 양변을 적분하면,</p> <script type="math/tex; mode=display">y = \pm \frac a 2 (\theta - \sin \theta) + D</script> <p>이 되는데 (<script type="math/tex">D</script>는 적분 상수), <script type="math/tex">x = 0</script>, 즉 <script type="math/tex">\theta = 0</script>일 때 <script type="math/tex">y = 0</script>이므로 <script type="math/tex">D = 0</script>이다. 그리고 제 1사분면에 점 <script type="math/tex">\mathrm B</script>가 있기 때문에 부호는 <script type="math/tex">+</script>를 고른다. 결국</p> <script type="math/tex; mode=display">\begin{cases} x = \frac a 2 (1 - \cos \theta)\\ y = \frac a 2 (\theta - \sin \theta) \end{cases}</script> <p>으로, 사이클로이드 곡선의 방정식이 나왔음을 알 수 있다.</p> </div> <div class="article-share"> <a href="https://twitter.com/home?status=%EB%B8%8C%EB%9D%BC%ED%82%A4%EC%8A%A4%ED%86%A0%ED%81%AC%EB%A1%A0+%EB%AC%B8%EC%A0%9C:+%EC%B5%9C%EB%8B%A8%EC...%20-%20http://zetablog.ml/posts/brachistochrone-euler-lagrange-equation%20by%20@tomtommy611" title="Share on Twitter" rel="noreferrer noopener" target="_blank"> <svg viewBox="0 0 512 512"><path d="M492 109.5c-17.4 7.7-36 12.9-55.6 15.3 20-12 35.4-31 42.6-53.6 -18.7 11.1-39.4 19.2-61.5 23.5C399.8 75.8 374.6 64 346.8 64c-53.5 0-96.8 43.4-96.8 96.9 0 7.6 0.8 15 2.5 22.1 -80.5-4-151.9-42.6-199.6-101.3 -8.3 14.3-13.1 31-13.1 48.7 0 33.6 17.2 63.3 43.2 80.7C67 210.7 52 206.3 39 199c0 0.4 0 0.8 0 1.2 0 47 33.4 86.1 77.7 95 -8.1 2.2-16.7 3.4-25.5 3.4 -6.2 0-12.3-0.6-18.2-1.8 12.3 38.5 48.1 66.5 90.5 67.3 -33.1 26-74.9 41.5-120.3 41.5 -7.8 0-15.5-0.5-23.1-1.4C62.8 432 113.7 448 168.3 448 346.6 448 444 300.3 444 172.2c0-4.2-0.1-8.4-0.3-12.5C462.6 146 479 129 492 109.5z"/></svg> </a> <a href="https://www.facebook.com/sharer/sharer.php?u=http://zetablog.ml/posts/brachistochrone-euler-lagrange-equation" title="Share on Facebook" rel="noreferrer noopener" target="_blank"> <svg viewBox="0 0 512 512"><path d="M288 192v-38.1c0-17.2 3.8-25.9 30.5-25.9H352V64h-55.9c-68.5 0-91.1 31.4-91.1 85.3V192h-45v64h45v192h83V256h56.4l7.6-64H288z"/></svg> </a> <a href="https://plus.google.com/share?url=http://zetablog.ml/posts/brachistochrone-euler-lagrange-equation" title="Share on Google+" rel="noreferrer noopener" target="_blank"> <svg viewBox="0 0 128 128"><path d="M40.7 55.9v16.1c0 0 15.6 0 22 0C59.2 82.5 53.8 88.2 40.7 88.2c-13.3 0-23.7-10.8-23.7-24.2s10.4-24.2 23.7-24.2c7.1 0 11.6 2.5 15.8 5.9 3.3-3.3 3.1-3.8 11.6-11.9 -7.2-6.6-16.8-10.6-27.4-10.6C18.2 23.3 0 41.5 0 64c0 22.5 18.2 40.7 40.7 40.7 33.6 0 41.8-29.3 39-48.8H40.7zM113.9 56.7V42.6h-10.1v14.1H89.4v10.1h14.5v14.5h10.1V66.8H128V56.7H113.9z"/></svg> </a> </div> <div id="disqus_thread" class="article-comments"></div> <script src="https://zetablog-ml.disqus.com/embed.js" async defer></script> <noscript>Please enable JavaScript to view the comments.</noscript> </article> <footer class="footer scrollappear"> <p> Zeta의 좌충우돌 삽질 분투기—삽질하지 않는 날까지. </p> </footer> </div> </div> </main> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-102012210-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-102012210-1'); </script> <script src="/assets/vendor-0fb4b91f7ad6c193a69224eba7a01b691a2d7528ee672607575ccc0df3aea545.js" type="text/javascript"></script> <script src="/assets/webfonts-96493456d319d1bf419afdf8701552d4d486fee6afd304897d4fd81eb4e0cc0b.js" type="text/javascript"></script> <script src="/assets/scrollappear-e2da8ea567e418637e31266cc5302126eaa79f62a2273739086358b589a89ee6.js" type="text/javascript"></script> <script src="/assets/application-cfde13ac81ddaf4351b2e739603e2baf688d0fcc9aba613fe62bbb1c7b037fb9.js" type="text/javascript"></script> </body> </html>
Zeta611/Zeta611.github.io
posts/brachistochrone-euler-lagrange-equation.html
HTML
mit
20,122
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>W29301_text</title> <link rel="stylesheet" type="text/css" href="style.css" /> </head> <body> <div style="margin-left: auto; margin-right: auto; width: 800px; overflow: hidden;"> <div style="float: left;"> <a href="page41.html">&laquo;</a> </div> <div style="float: right;"> </div> </div> <hr/> <div style="position: absolute; margin-left: 55px; margin-top: 110px;"> <p class="styleSans731.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">WH/ TING OIL & GAS CORPORATION CYMBALUK FEDERAL 31-15PH <br/>320' FNL 8: 2390' FWL <br/>NWTA Section 15, T140N, R99W - 5th Principal Meridian Stark County, North Dakota <br/>, _ <br/>‘ <br/>i63' PRIOPOSED <br/>ACCESS ROAD scorr CYMBALUK <br/>32ND srs'w <br/>SCOTT * CVMBALUK <br/>i u; 'i‘ T E 93 <br/>LEGEND HIGHLANDS —— <br/>ENGINEERING 8: PROP0$D ROAD ---———-..-. SURVEYING, PLLC EXlSflNG ROAD —-— <br/>253 24th Street East Dickinson, ND 53601 701.483.2444 office <br/>701.483.2610 fax m? “we 0":- <br/> </p> </div> </body> </html>
datamade/elpc_bakken
ocr_extracted/W29301_text/page42.html
HTML
mit
1,294
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>professionalism</title> <meta name="description" content="의료인문학, 의료윤리, 정보윤리 등을 다루는 블로그입니다. 텍스트 분석은 junhewk.github.io/text/로 분리하였습니다. 위의 'text'로 연결됩니다. "> <meta name="author" content="Junhewk Kim"> <meta name="copyright" content="&copy; Junhewk Kim 2017"> <!-- External libraries --> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css"> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.9.0/styles/monokai-sublime.min.css"> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/lightbox2/2.7.1/css/lightbox.css"> <!-- Favicon and other icons (made with http://www.favicon-generator.org/) --> <link rel="shortcut icon" href="/assets/icons/favicon.ico" type="image/x-icon"> <link rel="icon" href="/assets/icons/favicon.ico" type="image/x-icon"> <link rel="apple-touch-icon" sizes="57x57" href="/assets/icons/apple-icon-57x57.png"> <link rel="apple-touch-icon" sizes="60x60" href="/assets/icons/apple-icon-60x60.png"> <link rel="apple-touch-icon" sizes="72x72" href="/assets/icons/apple-icon-72x72.png"> <link rel="apple-touch-icon" sizes="76x76" href="/assets/icons/apple-icon-76x76.png"> <link rel="apple-touch-icon" sizes="114x114" href="/assets/icons/apple-icon-114x114.png"> <link rel="apple-touch-icon" sizes="120x120" href="/assets/icons/apple-icon-120x120.png"> <link rel="apple-touch-icon" sizes="144x144" href="/assets/icons/apple-icon-144x144.png"> <link rel="apple-touch-icon" sizes="152x152" href="/assets/icons/apple-icon-152x152.png"> <link rel="apple-touch-icon" sizes="180x180" href="/assets/icons/apple-icon-180x180.png"> <link rel="icon" type="image/png" sizes="192x192" href="/assets/icons/android-icon-192x192.png"> <link rel="icon" type="image/png" sizes="32x32" href="/assets/icons/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="96x96" href="/assets/icons/favicon-96x96.png"> <link rel="icon" type="image/png" sizes="16x16" href="/assets/icons/favicon-16x16.png"> <link rel="manifest" href="/assets/icons/manifest.json"> <meta name="msapplication-TileColor" content="#ffffff"> <meta name="msapplication-TileImage" content="/assets/icons/ms-icon-144x144.png"> <meta name="theme-color" content="#ffffff"> <!-- Facebook OGP cards --> <meta property="og:description" content="의료인문학, 의료윤리, 정보윤리 등을 다루는 블로그입니다. 텍스트 분석은 junhewk.github.io/text/로 분리하였습니다. 위의 'text'로 연결됩니다. " /> <meta property="og:url" content="https://junhewk.github.io/tag/professionalism/" > <meta property="og:site_name" content="Ethics in real life" /> <meta property="og:title" content="professionalism" /> <meta property="og:type" content="website" /> <meta property="og:image" content="https://junhewk.github.io/assets/face_image.jpg" /> <meta property="og:image:type" content="/image/jpg" /> <meta property="og:image:width" content="500" /> <meta property="og:image:height" content="375" /> <!-- Twitter: card tags --> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="professionalism"> <meta name="twitter:description" content="의료인문학, 의료윤리, 정보윤리 등을 다루는 블로그입니다. 텍스트 분석은 junhewk.github.io/text/로 분리하였습니다. 위의 'text'로 연결됩니다. "> <meta name="twitter:image" content="https://junhewk.github.io/assets/logo.png"> <meta name="twitter:url" content="https://junhewk.github.io"> <!-- Site styles --> <link rel="stylesheet" href="/css/main.css"> <link rel="canonical" href="https://junhewk.github.io/tag/professionalism/"> <link rel="alternate" type="application/rss+xml" title="Ethics in real life" href="https://junhewk.github.io/feed.xml" /> </head> <body> <header class="navigation" role="banner"> <div class="navigation-wrapper"> <a href="/" class="logo"> <img src="/assets/logo.png" alt="Ethics in real life"> </a> <a href="javascript:void(0)" class="navigation-menu-button" id="js-mobile-menu"> <i class="fa fa-bars"></i> </a> <nav role="navigation"> <ul id="js-navigation-menu" class="navigation-menu show"> <li class="nav-link"><a href="/about/">About</a> <li class="nav-link"><a href="/posts/">Posts</a> <li class="nav-link"><a href="/text/">Text</a> </ul> </nav> </div> </header> <div class="page-content"> <div class="wrapper"> <div class="page"> <header class="post-header"> <h1 class="post-title">Posts in "Professionalism"</h1> </header> <span class="page-divider"> <span class="one"></span> <span class="two"></span> </span> <article class="post-content"> <ul class="posts-list"> <li><strong><a class="post-link" href="/ethics/2017/07/09/informatics-and-professional-responsibility.html">정보 과학과 전문가적 책임 (Informatics and Professional Responsibility)</a></strong><span class="post-date"> - July 9, 2017</span></li> </ul> </article> </div> </div> <br> </div> <footer class="site-footer"> <div class="wrapper"> <h3 class="footer-heading">Ethics in real life</h3> <div class="site-navigation"> <p><strong>Site Map</strong></p> <ul class="pages"> <li class="nav-link"><a href="/about/">About</a> <li class="nav-link"><a href="/posts/">Posts</a> <li class="nav-link"><a href="/text/">Text</a> </ul> </div> <div class="site-contact"> <p><strong>Contact</strong></p> <ul class="social-media-list"> <li> <a href="mailto:[email protected]"> <i class="fa fa-envelope-o"></i> <span class="username">[email protected]</span> </a> </li> <li> <a href="www.facebook.com/analyticsophia" title="Friend me on Facebook"> <i class="fa fa-facebook"></i> <span class="username">analyticsophia</span> </a> </li> <li> <a href="https://github.com/junhewk" title="Fork me on GitHub"> <i class="fa fa-github"></i> <span class="username">junhewk</span> </a> </li> </ul> </div> <div class="site-signature"> <p class="rss-subscribe text"><strong>Subscribe <a href="/feed.xml">via RSS</a></strong></p> <p class="text">의료인문학, 의료윤리, 정보윤리 등을 다루는 블로그입니다. 텍스트 분석은 junhewk.github.io/text/로 분리하였습니다. 위의 'text'로 연결됩니다. </p> </div> </div> </footer> <!-- Scripts --> <script src="//code.jquery.com/jquery-1.11.2.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.5/highlight.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/lightbox2/2.7.1/js/lightbox.min.js"></script> <script type="text/javascript"> $(document).ready(function() { // Default syntax highlighting hljs.initHighlightingOnLoad(); // Header var menuToggle = $('#js-mobile-menu').unbind(); $('#js-navigation-menu').removeClass("show"); menuToggle.on('click', function(e) { e.preventDefault(); $('#js-navigation-menu').slideToggle(function(){ if($('#js-navigation-menu').is(':hidden')) { $('#js-navigation-menu').removeAttr('style'); } }); }); }); </script> <!-- Google Analytics --> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-102102649-1', 'auto'); ga('send', 'pageview', { 'page': '/tag/professionalism/', 'title': 'professionalism' }); </script> </body> </html>
junhewk/junhewk.github.io
tag/professionalism/index.html
HTML
mit
8,725
<!DOCTYPE html> <html lang="en"> <head> <title>ESTBeaconOperationEddystoneEIDInterval Class Reference</title> <link rel="stylesheet" type="text/css" href="../css/jazzy.css" /> <link rel="stylesheet" type="text/css" href="../css/highlight.css" /> <meta charset="utf-8"> <script src="../js/jquery.min.js" defer></script> <script src="../js/jazzy.js" defer></script> <script src="../js/lunr.min.js" defer></script> <script src="../js/typeahead.jquery.js" defer></script> <script src="../js/jazzy.search.js" defer></script> </head> <body> <a name="//apple_ref/objc/Class/ESTBeaconOperationEddystoneEIDInterval" class="dashAnchor"></a> <a title="ESTBeaconOperationEddystoneEIDInterval Class Reference"></a> <header class="header"> <p class="header-col header-col--primary"> <a class="header-link" href="../index.html"> EstimoteFleetManagementSDK Docs </a> </p> <p class="header-col--secondary"> <form role="search" action="../search.json"> <input type="text" placeholder="Search documentation" data-typeahead> </form> </p> <p class="header-col header-col--secondary"> <a class="header-link" href="https://github.com/Estimote/iOS-Fleet-Management-SDK"> <img class="header-icon" src="../img/gh.png"/> View on GitHub </a> </p> </header> <p class="breadcrumbs"> <a class="breadcrumb" href="../index.html">EstimoteFleetManagementSDK Reference</a> <img class="carat" src="../img/carat.png" /> ESTBeaconOperationEddystoneEIDInterval Class Reference </p> <div class="content-wrapper"> <nav class="navigation"> <ul class="nav-groups"> <li class="nav-group-name"> <a class="nav-group-name-link" href="../Classes.html">Classes</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTAnalyticsManager.html">ESTAnalyticsManager</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTBeacon.html">ESTBeacon</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTBeaconConnection.html">ESTBeaconConnection</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTBeaconOperationConnectivityInterval.html">ESTBeaconOperationConnectivityInterval</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTBeaconOperationConnectivityPower.html">ESTBeaconOperationConnectivityPower</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTBeaconOperationDeviceInfoApplicationVersion.html">ESTBeaconOperationDeviceInfoApplicationVersion</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTBeaconOperationDeviceInfoBootloaderVersion.html">ESTBeaconOperationDeviceInfoBootloaderVersion</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTBeaconOperationDeviceInfoHardwareVersion.html">ESTBeaconOperationDeviceInfoHardwareVersion</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTBeaconOperationDeviceInfoUTCTime.html">ESTBeaconOperationDeviceInfoUTCTime</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTBeaconOperationDeviceInfoUptime.html">ESTBeaconOperationDeviceInfoUptime</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTBeaconOperationEddystoneEIDEnable.html">ESTBeaconOperationEddystoneEIDEnable</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTBeaconOperationEddystoneEIDInterval.html">ESTBeaconOperationEddystoneEIDInterval</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTBeaconOperationEddystoneEIDPower.html">ESTBeaconOperationEddystoneEIDPower</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTBeaconOperationEddystoneTLMEnable.html">ESTBeaconOperationEddystoneTLMEnable</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTBeaconOperationEddystoneTLMInterval.html">ESTBeaconOperationEddystoneTLMInterval</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTBeaconOperationEddystoneTLMPower.html">ESTBeaconOperationEddystoneTLMPower</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTBeaconOperationEddystoneUIDEnable.html">ESTBeaconOperationEddystoneUIDEnable</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTBeaconOperationEddystoneUIDInstance.html">ESTBeaconOperationEddystoneUIDInstance</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTBeaconOperationEddystoneUIDInterval.html">ESTBeaconOperationEddystoneUIDInterval</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTBeaconOperationEddystoneUIDNamespace.html">ESTBeaconOperationEddystoneUIDNamespace</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTBeaconOperationEddystoneUIDPower.html">ESTBeaconOperationEddystoneUIDPower</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTBeaconOperationEddystoneURLData.html">ESTBeaconOperationEddystoneURLData</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTBeaconOperationEddystoneURLEnable.html">ESTBeaconOperationEddystoneURLEnable</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTBeaconOperationEddystoneURLInterval.html">ESTBeaconOperationEddystoneURLInterval</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTBeaconOperationEddystoneURLPower.html">ESTBeaconOperationEddystoneURLPower</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTBeaconOperationEstimoteLocationEnable.html">ESTBeaconOperationEstimoteLocationEnable</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTBeaconOperationEstimoteLocationInterval.html">ESTBeaconOperationEstimoteLocationInterval</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTBeaconOperationEstimoteLocationPower.html">ESTBeaconOperationEstimoteLocationPower</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTBeaconOperationEstimoteTLMEnable.html">ESTBeaconOperationEstimoteTLMEnable</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTBeaconOperationEstimoteTLMInterval.html">ESTBeaconOperationEstimoteTLMInterval</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTBeaconOperationEstimoteTLMPower.html">ESTBeaconOperationEstimoteTLMPower</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTBeaconOperationGPIO0StateReflectingOnLEDEnable.html">ESTBeaconOperationGPIO0StateReflectingOnLEDEnable</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTBeaconOperationGPIOConfigPort0.html">ESTBeaconOperationGPIOConfigPort0</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTBeaconOperationGPIOConfigPort1.html">ESTBeaconOperationGPIOConfigPort1</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTBeaconOperationGPIONotificationEnable.html">ESTBeaconOperationGPIONotificationEnable</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTBeaconOperationGPIOPortsData.html">ESTBeaconOperationGPIOPortsData</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTBeaconOperationGenericAdvertiserData.html">ESTBeaconOperationGenericAdvertiserData</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTBeaconOperationGenericAdvertiserEnable.html">ESTBeaconOperationGenericAdvertiserEnable</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTBeaconOperationGenericAdvertiserInterval.html">ESTBeaconOperationGenericAdvertiserInterval</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTBeaconOperationGenericAdvertiserPower.html">ESTBeaconOperationGenericAdvertiserPower</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTBeaconOperationIBeaconEnable.html">ESTBeaconOperationIBeaconEnable</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTBeaconOperationIBeaconInterval.html">ESTBeaconOperationIBeaconInterval</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTBeaconOperationIBeaconMajor.html">ESTBeaconOperationIBeaconMajor</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTBeaconOperationIBeaconMinor.html">ESTBeaconOperationIBeaconMinor</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTBeaconOperationIBeaconMotionUUID.html">ESTBeaconOperationIBeaconMotionUUID</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTBeaconOperationIBeaconMotionUUIDEnable.html">ESTBeaconOperationIBeaconMotionUUIDEnable</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTBeaconOperationIBeaconPower.html">ESTBeaconOperationIBeaconPower</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTBeaconOperationIBeaconProximityUUID.html">ESTBeaconOperationIBeaconProximityUUID</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTBeaconOperationIBeaconSecureUUIDEnable.html">ESTBeaconOperationIBeaconSecureUUIDEnable</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTBeaconOperationIBeaconSecureUUIDPeriodScaler.html">ESTBeaconOperationIBeaconSecureUUIDPeriodScaler</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTBeaconOperationPowerBatteryPercentage.html">ESTBeaconOperationPowerBatteryPercentage</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTBeaconOperationPowerBatteryVoltage.html">ESTBeaconOperationPowerBatteryVoltage</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTBeaconOperationPowerDarkToSleepEnable.html">ESTBeaconOperationPowerDarkToSleepEnable</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTBeaconOperationPowerFlipToSleepEnable.html">ESTBeaconOperationPowerFlipToSleepEnable</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTBeaconOperationPowerMotionOnlyBroadcastingDelay.html">ESTBeaconOperationPowerMotionOnlyBroadcastingDelay</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTBeaconOperationPowerMotionOnlyBroadcastingEnable.html">ESTBeaconOperationPowerMotionOnlyBroadcastingEnable</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTBeaconOperationPowerScheduledAdvertisingEnable.html">ESTBeaconOperationPowerScheduledAdvertisingEnable</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTBeaconOperationPowerScheduledAdvertisingPeriod.html">ESTBeaconOperationPowerScheduledAdvertisingPeriod</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTBeaconOperationPowerSmartPowerModeEnable.html">ESTBeaconOperationPowerSmartPowerModeEnable</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTBeaconOperationSensorsAmbientLight.html">ESTBeaconOperationSensorsAmbientLight</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTBeaconOperationSensorsMotionNotificationEnable.html">ESTBeaconOperationSensorsMotionNotificationEnable</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTBeaconOperationSensorsPressure.html">ESTBeaconOperationSensorsPressure</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTBeaconOperationSensorsTemperature.html">ESTBeaconOperationSensorsTemperature</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTBeaconOperationSensorsTemperatureOffset.html">ESTBeaconOperationSensorsTemperatureOffset</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTBeaconOperationShakeToConnectEnable.html">ESTBeaconOperationShakeToConnectEnable</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTBeaconSettingsManager.html">ESTBeaconSettingsManager</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTBeaconUpdateConfig.html">ESTBeaconUpdateConfig</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTBeaconUpdateInfo.html">ESTBeaconUpdateInfo</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTBulkUpdater.html">ESTBulkUpdater</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTCloudManager.html">ESTCloudManager</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTCloudOperationDeviceInfoColor.html">ESTCloudOperationDeviceInfoColor</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTCloudOperationDeviceInfoDevelopmentMode.html">ESTCloudOperationDeviceInfoDevelopmentMode</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTCloudOperationDeviceInfoFirmwareVersion.html">ESTCloudOperationDeviceInfoFirmwareVersion</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTCloudOperationDeviceInfoGeoLocation.html">ESTCloudOperationDeviceInfoGeoLocation</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTCloudOperationDeviceInfoIndoorLocationIdentifier.html">ESTCloudOperationDeviceInfoIndoorLocationIdentifier</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTCloudOperationDeviceInfoName.html">ESTCloudOperationDeviceInfoName</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTCloudOperationDeviceInfoTags.html">ESTCloudOperationDeviceInfoTags</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTCloudOperationIBeaconNonStrictMode.html">ESTCloudOperationIBeaconNonStrictMode</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTCloudOperationPowerBatteryLifetime.html">ESTCloudOperationPowerBatteryLifetime</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTConfig.html">ESTConfig</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTDateRule.html">ESTDateRule</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTDeviceConnectable.html">ESTDeviceConnectable</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTDeviceDetails.html">ESTDeviceDetails</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTDeviceFilterBeaconV1.html">ESTDeviceFilterBeaconV1</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTDeviceFilterLocationBeacon.html">ESTDeviceFilterLocationBeacon</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTDeviceFilterNearable.html">ESTDeviceFilterNearable</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTDeviceGeoLocation.html">ESTDeviceGeoLocation</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTDeviceIndoorLocation.html">ESTDeviceIndoorLocation</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTDeviceLocationBeacon.html">ESTDeviceLocationBeacon</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTDeviceManager.html">ESTDeviceManager</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTDeviceNearable.html">ESTDeviceNearable</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTDeviceSchedule.html">ESTDeviceSchedule</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTDeviceSettings.html">ESTDeviceSettings</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTDeviceSettingsAdvertiser.html">ESTDeviceSettingsAdvertiser</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTDeviceSettingsAdvertiserConnectivity.html">ESTDeviceSettingsAdvertiserConnectivity</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTDeviceSettingsAdvertiserEddystoneEID.html">ESTDeviceSettingsAdvertiserEddystoneEID</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes.html#/c:objc(cs)ESTDeviceSettingsAdvertiserEddystoneTLM">ESTDeviceSettingsAdvertiserEddystoneTLM</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTDeviceSettingsAdvertiserEddystoneUID.html">ESTDeviceSettingsAdvertiserEddystoneUID</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTDeviceSettingsAdvertiserEddystoneURL.html">ESTDeviceSettingsAdvertiserEddystoneURL</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes.html#/c:objc(cs)ESTDeviceSettingsAdvertiserEstimoteLocation">ESTDeviceSettingsAdvertiserEstimoteLocation</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes.html#/c:objc(cs)ESTDeviceSettingsAdvertiserEstimoteTLM">ESTDeviceSettingsAdvertiserEstimoteTLM</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes.html#/c:objc(cs)ESTDeviceSettingsAdvertiserGeneric">ESTDeviceSettingsAdvertiserGeneric</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTDeviceSettingsAdvertiserIBeacon.html">ESTDeviceSettingsAdvertiserIBeacon</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTDeviceSettingsCollection.html">ESTDeviceSettingsCollection</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTDeviceSettingsGeneral.html">ESTDeviceSettingsGeneral</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTDeviceShadow.html">ESTDeviceShadow</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTDeviceStatusReport.html">ESTDeviceStatusReport</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTDeviceUpdateInfo.html">ESTDeviceUpdateInfo</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTEddystone.html">ESTEddystone</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTEddystoneAttachment.html">ESTEddystoneAttachment</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTEddystoneEID.html">ESTEddystoneEID</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTEddystoneFilter.html">ESTEddystoneFilter</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTEddystoneFilterEID.html">ESTEddystoneFilterEID</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTEddystoneFilterUID.html">ESTEddystoneFilterUID</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTEddystoneFilterURL.html">ESTEddystoneFilterURL</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTEddystoneFilterURLDomain.html">ESTEddystoneFilterURLDomain</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTEddystoneManager.html">ESTEddystoneManager</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTEddystoneTLM.html">ESTEddystoneTLM</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTEddystoneUID.html">ESTEddystoneUID</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTEddystoneURL.html">ESTEddystoneURL</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTFeaturesetBackgroundMode.html">ESTFeaturesetBackgroundMode</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTFeaturesetEstimoteMonitoring.html">ESTFeaturesetEstimoteMonitoring</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTGPIOPortsData.html">ESTGPIOPortsData</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTLocationBeaconBulkUpdateConfiguration.html">ESTLocationBeaconBulkUpdateConfiguration</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTLocationBeaconBulkUpdater.html">ESTLocationBeaconBulkUpdater</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTLogger.html">ESTLogger</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTMesh.html">ESTMesh</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTMeshGateway.html">ESTMeshGateway</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTMeshManager.html">ESTMeshManager</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTMeshNearablesScanReportVO.html">ESTMeshNearablesScanReportVO</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTMeshNearablesScanResultVO.html">ESTMeshNearablesScanResultVO</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTMeshScanReportsManager.html">ESTMeshScanReportsManager</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTMonitoringManager.html">ESTMonitoringManager</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTMonitoringV2Manager.html">ESTMonitoringV2Manager</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes.html#/c:objc(cs)ESTMotionRule">ESTMotionRule</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTNearable.html">ESTNearable</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTNearableManager.html">ESTNearableManager</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTNearableOperationApplicationVersion.html">ESTNearableOperationApplicationVersion</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTNearableOperationBroadcastingScheme.html">ESTNearableOperationBroadcastingScheme</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTNearableOperationEddystoneURL.html">ESTNearableOperationEddystoneURL</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTNearableOperationHardware.html">ESTNearableOperationHardware</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTNearableOperationIBeaconMajor.html">ESTNearableOperationIBeaconMajor</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTNearableOperationIBeaconMinor.html">ESTNearableOperationIBeaconMinor</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTNearableOperationIBeaconProximityUUID.html">ESTNearableOperationIBeaconProximityUUID</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTNearableOperationMotionOnly.html">ESTNearableOperationMotionOnly</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTNearableOperationName.html">ESTNearableOperationName</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTNearableOperationNearableInterval.html">ESTNearableOperationNearableInterval</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTNearableOperationNearablePower.html">ESTNearableOperationNearablePower</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTNearableRule.html">ESTNearableRule</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTNearableSettingsManager.html">ESTNearableSettingsManager</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTNotificationGPIOData.html">ESTNotificationGPIOData</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes.html#/c:objc(cs)ESTNotificationMotion">ESTNotificationMotion</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes.html#/c:objc(cs)ESTOrientationRule">ESTOrientationRule</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTPeripheralTypeUtility.html">ESTPeripheralTypeUtility</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes.html#/c:objc(cs)ESTProximityRule">ESTProximityRule</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTRequestAssignGPSLocation.html">ESTRequestAssignGPSLocation</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTRequestBeaconColor.html">ESTRequestBeaconColor</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTRequestBeaconMac.html">ESTRequestBeaconMac</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTRequestCancelPendingSettings.html">ESTRequestCancelPendingSettings</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTRequestDeletePendingSettings.html">ESTRequestDeletePendingSettings</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTRequestGetBeacons.html">ESTRequestGetBeacons</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTRequestGetBeaconsDetails.html">ESTRequestGetBeaconsDetails</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTRequestGetDeviceDetails.html">ESTRequestGetDeviceDetails</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTRequestGetDevices.html">ESTRequestGetDevices</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTRequestGetNearables.html">ESTRequestGetNearables</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTRequestGetPendingSettings.html">ESTRequestGetPendingSettings</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTRequestGetSettingsHistory.html">ESTRequestGetSettingsHistory</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTRequestRegisterDevice.html">ESTRequestRegisterDevice</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTRequestV2DeletePendingSettings.html">ESTRequestV2DeletePendingSettings</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTRequestV2DevicesUpdate.html">ESTRequestV2DevicesUpdate</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTRequestV2GetDeviceDetails.html">ESTRequestV2GetDeviceDetails</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTRequestV2GetDevices.html">ESTRequestV2GetDevices</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTRequestV3GetDeviceOwner.html">ESTRequestV3GetDeviceOwner</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes.html#/c:objc(cs)ESTRequestV3GetFirmwares">ESTRequestV3GetFirmwares</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTRule.html">ESTRule</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingBase.html">ESTSettingBase</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingConnectivityInterval.html">ESTSettingConnectivityInterval</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingConnectivityPower.html">ESTSettingConnectivityPower</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingDeviceInfoApplicationVersion.html">ESTSettingDeviceInfoApplicationVersion</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingDeviceInfoBootloaderVersion.html">ESTSettingDeviceInfoBootloaderVersion</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingDeviceInfoColor.html">ESTSettingDeviceInfoColor</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingDeviceInfoDevelopmentMode.html">ESTSettingDeviceInfoDevelopmentMode</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingDeviceInfoFirmwareVersion.html">ESTSettingDeviceInfoFirmwareVersion</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingDeviceInfoGeoLocation.html">ESTSettingDeviceInfoGeoLocation</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingDeviceInfoHardwareVersion.html">ESTSettingDeviceInfoHardwareVersion</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingDeviceInfoIndoorLocationIdentifier.html">ESTSettingDeviceInfoIndoorLocationIdentifier</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingDeviceInfoIndoorLocationName.html">ESTSettingDeviceInfoIndoorLocationName</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingDeviceInfoName.html">ESTSettingDeviceInfoName</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingDeviceInfoTags.html">ESTSettingDeviceInfoTags</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingDeviceInfoUTCTime.html">ESTSettingDeviceInfoUTCTime</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingDeviceInfoUptime.html">ESTSettingDeviceInfoUptime</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingEddystoneConfigurationServiceEnable.html">ESTSettingEddystoneConfigurationServiceEnable</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingEddystoneEIDEnable.html">ESTSettingEddystoneEIDEnable</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingEddystoneEIDInterval.html">ESTSettingEddystoneEIDInterval</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingEddystoneEIDPower.html">ESTSettingEddystoneEIDPower</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingEddystoneTLMEnable.html">ESTSettingEddystoneTLMEnable</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingEddystoneTLMInterval.html">ESTSettingEddystoneTLMInterval</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingEddystoneTLMPower.html">ESTSettingEddystoneTLMPower</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingEddystoneUIDEnable.html">ESTSettingEddystoneUIDEnable</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingEddystoneUIDInstance.html">ESTSettingEddystoneUIDInstance</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingEddystoneUIDInterval.html">ESTSettingEddystoneUIDInterval</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingEddystoneUIDNamespace.html">ESTSettingEddystoneUIDNamespace</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingEddystoneUIDPower.html">ESTSettingEddystoneUIDPower</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingEddystoneURLData.html">ESTSettingEddystoneURLData</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingEddystoneURLEnable.html">ESTSettingEddystoneURLEnable</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingEddystoneURLInterval.html">ESTSettingEddystoneURLInterval</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingEddystoneURLPower.html">ESTSettingEddystoneURLPower</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingEstimoteLocationEnable.html">ESTSettingEstimoteLocationEnable</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingEstimoteLocationInterval.html">ESTSettingEstimoteLocationInterval</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingEstimoteLocationPower.html">ESTSettingEstimoteLocationPower</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingEstimoteTLMEnable.html">ESTSettingEstimoteTLMEnable</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingEstimoteTLMInterval.html">ESTSettingEstimoteTLMInterval</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingEstimoteTLMPower.html">ESTSettingEstimoteTLMPower</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingGPIO0StateReflectingOnLEDEnable.html">ESTSettingGPIO0StateReflectingOnLEDEnable</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingGPIOConfigPort0.html">ESTSettingGPIOConfigPort0</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingGPIOConfigPort1.html">ESTSettingGPIOConfigPort1</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingGPIONotificationEnable.html">ESTSettingGPIONotificationEnable</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingGPIOPortsData.html">ESTSettingGPIOPortsData</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingGenericAdvertiserData.html">ESTSettingGenericAdvertiserData</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingGenericAdvertiserEnable.html">ESTSettingGenericAdvertiserEnable</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingGenericAdvertiserInterval.html">ESTSettingGenericAdvertiserInterval</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingGenericAdvertiserPower.html">ESTSettingGenericAdvertiserPower</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingIBeaconEnable.html">ESTSettingIBeaconEnable</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingIBeaconInterval.html">ESTSettingIBeaconInterval</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingIBeaconMajor.html">ESTSettingIBeaconMajor</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingIBeaconMinor.html">ESTSettingIBeaconMinor</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingIBeaconMotionUUID.html">ESTSettingIBeaconMotionUUID</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingIBeaconMotionUUIDEnable.html">ESTSettingIBeaconMotionUUIDEnable</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingIBeaconNonStrictMode.html">ESTSettingIBeaconNonStrictMode</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingIBeaconPower.html">ESTSettingIBeaconPower</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingIBeaconProximityUUID.html">ESTSettingIBeaconProximityUUID</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingIBeaconSecureUUIDEnable.html">ESTSettingIBeaconSecureUUIDEnable</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingIBeaconSecureUUIDPeriodScaler.html">ESTSettingIBeaconSecureUUIDPeriodScaler</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingNearableBroadcastingScheme.html">ESTSettingNearableBroadcastingScheme</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingNearableEddystoneURL.html">ESTSettingNearableEddystoneURL</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingNearableInterval.html">ESTSettingNearableInterval</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingNearablePower.html">ESTSettingNearablePower</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingOperation.html">ESTSettingOperation</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingPowerBatteryLifetime.html">ESTSettingPowerBatteryLifetime</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingPowerBatteryPercentage.html">ESTSettingPowerBatteryPercentage</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingPowerBatteryVoltage.html">ESTSettingPowerBatteryVoltage</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingPowerDarkToSleepEnable.html">ESTSettingPowerDarkToSleepEnable</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingPowerFlipToSleepEnable.html">ESTSettingPowerFlipToSleepEnable</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingPowerMotionOnlyBroadcastingDelay.html">ESTSettingPowerMotionOnlyBroadcastingDelay</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingPowerMotionOnlyBroadcastingEnable.html">ESTSettingPowerMotionOnlyBroadcastingEnable</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingPowerScheduledAdvertisingEnable.html">ESTSettingPowerScheduledAdvertisingEnable</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingPowerScheduledAdvertisingPeriod.html">ESTSettingPowerScheduledAdvertisingPeriod</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingPowerSmartPowerModeEnable.html">ESTSettingPowerSmartPowerModeEnable</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingReadOnly.html">ESTSettingReadOnly</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingReadWrite.html">ESTSettingReadWrite</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingSensorsAmbientLight.html">ESTSettingSensorsAmbientLight</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingSensorsMotionNotificationEnable.html">ESTSettingSensorsMotionNotificationEnable</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingSensorsPressure.html">ESTSettingSensorsPressure</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingSensorsTemperature.html">ESTSettingSensorsTemperature</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingSensorsTemperatureOffset.html">ESTSettingSensorsTemperatureOffset</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingShakeToConnectEnable.html">ESTSettingShakeToConnectEnable</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingsConnectivity.html">ESTSettingsConnectivity</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingsDeviceInfo.html">ESTSettingsDeviceInfo</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingsEddystoneConfigurationService.html">ESTSettingsEddystoneConfigurationService</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingsEddystoneEID.html">ESTSettingsEddystoneEID</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingsEddystoneTLM.html">ESTSettingsEddystoneTLM</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingsEddystoneUID.html">ESTSettingsEddystoneUID</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingsEddystoneURL.html">ESTSettingsEddystoneURL</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingsEstimoteLocation.html">ESTSettingsEstimoteLocation</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingsEstimoteTLM.html">ESTSettingsEstimoteTLM</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingsGPIO.html">ESTSettingsGPIO</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingsIBeacon.html">ESTSettingsIBeacon</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingsPower.html">ESTSettingsPower</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSettingsSensors.html">ESTSettingsSensors</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTSimulatedNearableManager.html">ESTSimulatedNearableManager</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTStorageManager.html">ESTStorageManager</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTTelemetryInfo.html">ESTTelemetryInfo</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTTelemetryInfoAmbientLight.html">ESTTelemetryInfoAmbientLight</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTTelemetryInfoGPIO.html">ESTTelemetryInfoGPIO</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTTelemetryInfoMagnetometer.html">ESTTelemetryInfoMagnetometer</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTTelemetryInfoMotion.html">ESTTelemetryInfoMotion</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTTelemetryInfoPressure.html">ESTTelemetryInfoPressure</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTTelemetryInfoSystemStatus.html">ESTTelemetryInfoSystemStatus</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTTelemetryInfoTemperature.html">ESTTelemetryInfoTemperature</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTTelemetryNotificationAmbientLight.html">ESTTelemetryNotificationAmbientLight</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTTelemetryNotificationGPIO.html">ESTTelemetryNotificationGPIO</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTTelemetryNotificationMagnetometer.html">ESTTelemetryNotificationMagnetometer</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTTelemetryNotificationMotion.html">ESTTelemetryNotificationMotion</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTTelemetryNotificationPressure.html">ESTTelemetryNotificationPressure</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTTelemetryNotificationSystemStatus.html">ESTTelemetryNotificationSystemStatus</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTTelemetryNotificationTemperature.html">ESTTelemetryNotificationTemperature</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes.html#/c:objc(cs)ESTTemperatureRule">ESTTemperatureRule</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTTime.html">ESTTime</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTTimePeriod.html">ESTTimePeriod</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTTrigger.html">ESTTrigger</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTTriggerManager.html">ESTTriggerManager</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Classes/ESTUtilityManager.html">ESTUtilityManager</a> </li> </ul> </li> <li class="nav-group-name"> <a class="nav-group-name-link" href="../Constants.html">Constants</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Constants.html#/c:@ESTBulkUpdaterBeginNotification">ESTBulkUpdaterBeginNotification</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Constants.html#/c:@ESTBulkUpdaterCompleteNotification">ESTBulkUpdaterCompleteNotification</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Constants.html#/c:@ESTBulkUpdaterFailNotification">ESTBulkUpdaterFailNotification</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Constants.html#/c:@ESTBulkUpdaterProgressNotification">ESTBulkUpdaterProgressNotification</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Constants.html#/c:@ESTBulkUpdaterTimeoutNotification">ESTBulkUpdaterTimeoutNotification</a> </li> </ul> </li> <li class="nav-group-name"> <a class="nav-group-name-link" href="../Enums.html">Enums</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums.html#/c:@E@ESTBeaconPower">ESTBeaconPower</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums/ESTBulkUpdaterDeviceUpdateStatus.html">ESTBulkUpdaterDeviceUpdateStatus</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums/ESTBulkUpdaterStatus.html">ESTBulkUpdaterStatus</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums/ESTDeviceLocationBeaconError.html">ESTDeviceLocationBeaconError</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums/ESTDeviceSettingsManagerError.html">ESTDeviceSettingsManagerError</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums.html#/c:@E@ESTEddystoneEIDPower">ESTEddystoneEIDPower</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums/ESTEddystoneProximity.html">ESTEddystoneProximity</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums.html#/c:@E@ESTEddystoneTLMPower">ESTEddystoneTLMPower</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums.html#/c:@E@ESTEddystoneUIDPower">ESTEddystoneUIDPower</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums.html#/c:@E@ESTEddystoneURLPower">ESTEddystoneURLPower</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums.html#/c:@E@ESTEstimoteLocationPower">ESTEstimoteLocationPower</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums.html#/c:@E@ESTEstimoteTLMPower">ESTEstimoteTLMPower</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums/ESTGPIOConfig.html">ESTGPIOConfig</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums/ESTGPIOConfigError.html">ESTGPIOConfigError</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums/ESTGPIOPort.html">ESTGPIOPort</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums/ESTGPIOPortValue.html">ESTGPIOPortValue</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums/ESTGPIOPortsDataError.html">ESTGPIOPortsDataError</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums/ESTGenericAdvertiserID.html">ESTGenericAdvertiserID</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums.html#/c:@E@ESTIBeaconPower">ESTIBeaconPower</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums/ESTLocationBeaconBulkUpdaterError.html">ESTLocationBeaconBulkUpdaterError</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums/ESTMonitoringManagerError.html">ESTMonitoringManagerError</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums/ESTMonitoringProximity.html">ESTMonitoringProximity</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums.html#/c:@E@ESTMonitoringState">ESTMonitoringState</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums.html#/c:@E@ESTMonitoringV2ManagerError">ESTMonitoringV2ManagerError</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums/ESTNearableBroadcastingScheme.html">ESTNearableBroadcastingScheme</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums.html#/c:@E@ESTNearableFirmwareState">ESTNearableFirmwareState</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums.html#/c:@E@ESTNearableOrientation">ESTNearableOrientation</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums.html#/c:@E@ESTNearablePower">ESTNearablePower</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums.html#/c:@E@ESTNearableType">ESTNearableType</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums.html#/c:@E@ESTNearableZone">ESTNearableZone</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums/ESTPeripheralFirmwareState.html">ESTPeripheralFirmwareState</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums/ESTPeripheralTypeUtilityError.html">ESTPeripheralTypeUtilityError</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums/ESTPeripheralTypeUtilityErrorCode.html">ESTPeripheralTypeUtilityErrorCode</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums/ESTRequestAssignGPSLocationError.html">ESTRequestAssignGPSLocationError</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums/ESTRequestBaseError.html">ESTRequestBaseError</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums/ESTRequestBeaconColorError.html">ESTRequestBeaconColorError</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums/ESTRequestBeaconMacError.html">ESTRequestBeaconMacError</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums.html#/c:@E@ESTRequestDeletePendingSettingsError">ESTRequestDeletePendingSettingsError</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums/ESTRequestGetBeaconsError.html">ESTRequestGetBeaconsError</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums.html#/c:@E@ESTRequestGetDevicesTypeMask">ESTRequestGetDevicesTypeMask</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums/ESTRequestGetNearablesError.html">ESTRequestGetNearablesError</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums/ESTSettingConnectableIntervalError.html">ESTSettingConnectableIntervalError</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums/ESTSettingConnectablePowerError.html">ESTSettingConnectablePowerError</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums/ESTSettingDeviceInfoApplicationVersionError.html">ESTSettingDeviceInfoApplicationVersionError</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums/ESTSettingDeviceInfoBootloaderVersionError.html">ESTSettingDeviceInfoBootloaderVersionError</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums/ESTSettingDeviceInfoHardwareVersionError.html">ESTSettingDeviceInfoHardwareVersionError</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums/ESTSettingEddystoneEIDIntervalError.html">ESTSettingEddystoneEIDIntervalError</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums/ESTSettingEddystoneEIDPowerError.html">ESTSettingEddystoneEIDPowerError</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums/ESTSettingEddystoneTLMIntervalError.html">ESTSettingEddystoneTLMIntervalError</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums/ESTSettingEddystoneTLMPowerError.html">ESTSettingEddystoneTLMPowerError</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums/ESTSettingEddystoneUIDInstanceError.html">ESTSettingEddystoneUIDInstanceError</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums/ESTSettingEddystoneUIDIntervalError.html">ESTSettingEddystoneUIDIntervalError</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums/ESTSettingEddystoneUIDNamespaceError.html">ESTSettingEddystoneUIDNamespaceError</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums/ESTSettingEddystoneUIDPowerError.html">ESTSettingEddystoneUIDPowerError</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums/ESTSettingEddystoneURLIntervalError.html">ESTSettingEddystoneURLIntervalError</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums/ESTSettingEddystoneURLNamespaceError.html">ESTSettingEddystoneURLNamespaceError</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums/ESTSettingEddystoneURLPowerError.html">ESTSettingEddystoneURLPowerError</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums/ESTSettingEstimoteLocationIntervalError.html">ESTSettingEstimoteLocationIntervalError</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums/ESTSettingEstimoteLocationPowerError.html">ESTSettingEstimoteLocationPowerError</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums/ESTSettingEstimoteTLMIntervalError.html">ESTSettingEstimoteTLMIntervalError</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums/ESTSettingEstimoteTLMPowerError.html">ESTSettingEstimoteTLMPowerError</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums/ESTSettingGenericAdvertiserDataError.html">ESTSettingGenericAdvertiserDataError</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums/ESTSettingGenericAdvertiserEnableError.html">ESTSettingGenericAdvertiserEnableError</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums/ESTSettingGenericAdvertiserIntervalError.html">ESTSettingGenericAdvertiserIntervalError</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums/ESTSettingGenericAdvertiserPowerError.html">ESTSettingGenericAdvertiserPowerError</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums/ESTSettingIBeaconIntervalError.html">ESTSettingIBeaconIntervalError</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums/ESTSettingIBeaconMajorError.html">ESTSettingIBeaconMajorError</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums/ESTSettingIBeaconMinorError.html">ESTSettingIBeaconMinorError</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums/ESTSettingIBeaconPowerError.html">ESTSettingIBeaconPowerError</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums/ESTSettingIBeaconProximityUUIDError.html">ESTSettingIBeaconProximityUUIDError</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums/ESTSettingNearableBroadcastingSchemeError.html">ESTSettingNearableBroadcastingSchemeError</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums/ESTSettingNearableEddystoneURLError.html">ESTSettingNearableEddystoneURLError</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums/ESTSettingNearableIntervalError.html">ESTSettingNearableIntervalError</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums/ESTSettingNearablePowerError.html">ESTSettingNearablePowerError</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums/ESTSettingOperationStatus.html">ESTSettingOperationStatus</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums/ESTSettingOperationType.html">ESTSettingOperationType</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums/ESTSettingPowerMotionOnlyBroadcastingDelayError.html">ESTSettingPowerMotionOnlyBroadcastingDelayError</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums/ESTSettingPowerScheduledAdvertisingPeriodError.html">ESTSettingPowerScheduledAdvertisingPeriodError</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums/ESTSettingSensorsTemperatureOffsetError.html">ESTSettingSensorsTemperatureOffsetError</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums.html#/c:@E@ESTSettingStorageType">ESTSettingStorageType</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Enums/EStrequestV3GetFirmwresError.html">EStrequestV3GetFirmwresError</a> </li> </ul> </li> <li class="nav-group-name"> <a class="nav-group-name-link" href="../Protocols.html">Protocols</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Protocols.html#/c:objc(pl)ESBeaconUpdateInfoDelegate">ESBeaconUpdateInfoDelegate</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Protocols/ESTBeaconConnectionDelegate.html">ESTBeaconConnectionDelegate</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Protocols/ESTBeaconOperationProtocol.html">ESTBeaconOperationProtocol</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Protocols/ESTCloudOperationProtocol.html">ESTCloudOperationProtocol</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Protocols/ESTDeviceConnectableDelegate.html">ESTDeviceConnectableDelegate</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Protocols/ESTDeviceFilter.html">ESTDeviceFilter</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Protocols/ESTDeviceNotificationProtocol.html">ESTDeviceNotificationProtocol</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Protocols/ESTEddystoneManagerDelegate.html">ESTEddystoneManagerDelegate</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Protocols/ESTLocationBeaconBulkUpdaterDelegate.html">ESTLocationBeaconBulkUpdaterDelegate</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Protocols.html#/c:objc(pl)ESTMeshManagerDelegate">ESTMeshManagerDelegate</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Protocols.html#/c:objc(pl)ESTMonitoringManagerDelegate">ESTMonitoringManagerDelegate</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Protocols/ESTMonitoringV2ManagerDelegate.html">ESTMonitoringV2ManagerDelegate</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Protocols/ESTNearableManagerDelegate.html">ESTNearableManagerDelegate</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Protocols/ESTNearableOperationProtocol.html">ESTNearableOperationProtocol</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Protocols/ESTPeripheralNearableDelegate.html">ESTPeripheralNearableDelegate</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Protocols/ESTPeripheralNotificationDelegate.html">ESTPeripheralNotificationDelegate</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Protocols/ESTPeripheralTypeUtilityDelegate.html">ESTPeripheralTypeUtilityDelegate</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Protocols/ESTTelemetryNotificationProtocol.html">ESTTelemetryNotificationProtocol</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Protocols/ESTTriggerManagerDelegate.html">ESTTriggerManagerDelegate</a> </li> </ul> </li> <li class="nav-group-name"> <a class="nav-group-name-link" href="../Type Definitions.html">Type Definitions</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTBeaconSettingsManager.h@T@ESTDeviceSettingsManagerOperationsCompletionBlock">ESTDeviceSettingsManagerOperationsCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTNotificationGPIOData.h@T@ESTNotificationGPIODataBlock">ESTNotificationGPIODataBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTMeshScanReportsManager.h@T@ESTReportScanVOCompletionBlock">ESTReportScanVOCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTRequestDeletePendingSettings.h@T@ESTRequestDeletePendingSettingsBlock">ESTRequestDeletePendingSettingsBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTRequestGetDeviceDetails.h@T@ESTRequestGetDeviceDetailsBlock">ESTRequestGetDeviceDetailsBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTRequestGetDevices.h@T@ESTRequestGetDevicesBlock">ESTRequestGetDevicesBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTRequestV2DeletePendingSettings.h@T@ESTRequestV2DeletePendingSettingsBlock">ESTRequestV2DeletePendingSettingsBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTRequestV2GetDeviceDetails.h@T@ESTRequestV2GetDeviceDetailsBlock">ESTRequestV2GetDeviceDetailsBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTRequestV2GetDevices.h@T@ESTRequestV2GetDevicesBlock">ESTRequestV2GetDevicesBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTRequestV3GetDeviceOwner.h@T@ESTRequestV3GetDeviceOwnerBlock">ESTRequestV3GetDeviceOwnerBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingBase.h@T@ESTSettingCompletionBlock">ESTSettingCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingConnectivityInterval.h@T@ESTSettingConnectivityIntervalCompletionBlock">ESTSettingConnectivityIntervalCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingConnectivityPower.h@T@ESTSettingConnectivityPowerCompletionBlock">ESTSettingConnectivityPowerCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingDeviceInfoApplicationVersion.h@T@ESTSettingDeviceInfoApplicationVersionCompletionBlock">ESTSettingDeviceInfoApplicationVersionCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingDeviceInfoBootloaderVersion.h@T@ESTSettingDeviceInfoBootloaderVersionCompletionBlock">ESTSettingDeviceInfoBootloaderVersionCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingDeviceInfoColor.h@T@ESTSettingDeviceInfoColorCompletionBlock">ESTSettingDeviceInfoColorCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingDeviceInfoDevelopmentMode.h@T@ESTSettingDeviceInfoDevelopmentModeCompletionBlock">ESTSettingDeviceInfoDevelopmentModeCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingDeviceInfoFirmwareVersion.h@T@ESTSettingDeviceInfoFirmwareVersionCompletionBlock">ESTSettingDeviceInfoFirmwareVersionCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingDeviceInfoGeoLocation.h@T@ESTSettingDeviceInfoGeoLocationCompletionBlock">ESTSettingDeviceInfoGeoLocationCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingDeviceInfoHardwareVersion.h@T@ESTSettingDeviceInfoHardwareVersionCompletionBlock">ESTSettingDeviceInfoHardwareVersionCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingDeviceInfoIndoorLocationIdentifier.h@T@ESTSettingDeviceInfoIndoorLocationIdentifierCompletionBlock">ESTSettingDeviceInfoIndoorLocationIdentifierCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingDeviceInfoIndoorLocationName.h@T@ESTSettingDeviceInfoIndoorLocationNameCompletionBlock">ESTSettingDeviceInfoIndoorLocationNameCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingDeviceInfoName.h@T@ESTSettingDeviceInfoNameCompletionBlock">ESTSettingDeviceInfoNameCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingDeviceInfoTags.h@T@ESTSettingDeviceInfoTagsCompletionBlock">ESTSettingDeviceInfoTagsCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingDeviceInfoUTCTime.h@T@ESTSettingDeviceInfoUTCTimeCompletionBlock">ESTSettingDeviceInfoUTCTimeCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingDeviceInfoUptime.h@T@ESTSettingDeviceInfoUptimeCompletionBlock">ESTSettingDeviceInfoUptimeCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingEddystoneConfigurationServiceEnable.h@T@ESTSettingEddystoneConfigurationServiceEnableCompletionBlock">ESTSettingEddystoneConfigurationServiceEnableCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingEddystoneEIDEnable.h@T@ESTSettingEddystoneEIDEnableCompletionBlock">ESTSettingEddystoneEIDEnableCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingEddystoneEIDInterval.h@T@ESTSettingEddystoneEIDIntervalCompletionBlock">ESTSettingEddystoneEIDIntervalCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingEddystoneEIDPower.h@T@ESTSettingEddystoneEIDPowerCompletionBlock">ESTSettingEddystoneEIDPowerCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingEddystoneTLMEnable.h@T@ESTSettingEddystoneTLMEnableCompletionBlock">ESTSettingEddystoneTLMEnableCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingEddystoneTLMInterval.h@T@ESTSettingEddystoneTLMIntervalCompletionBlock">ESTSettingEddystoneTLMIntervalCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingEddystoneTLMPower.h@T@ESTSettingEddystoneTLMPowerCompletionBlock">ESTSettingEddystoneTLMPowerCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingEddystoneUIDEnable.h@T@ESTSettingEddystoneUIDEnableCompletionBlock">ESTSettingEddystoneUIDEnableCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingEddystoneUIDInstance.h@T@ESTSettingEddystoneUIDInstanceCompletionBlock">ESTSettingEddystoneUIDInstanceCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingEddystoneUIDInterval.h@T@ESTSettingEddystoneUIDIntervalCompletionBlock">ESTSettingEddystoneUIDIntervalCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingEddystoneUIDNamespace.h@T@ESTSettingEddystoneUIDNamespaceCompletionBlock">ESTSettingEddystoneUIDNamespaceCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingEddystoneUIDPower.h@T@ESTSettingEddystoneUIDPowerCompletionBlock">ESTSettingEddystoneUIDPowerCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingEddystoneURLData.h@T@ESTSettingEddystoneURLDataCompletionBlock">ESTSettingEddystoneURLDataCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingEddystoneURLEnable.h@T@ESTSettingEddystoneURLEnableCompletionBlock">ESTSettingEddystoneURLEnableCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingEddystoneURLInterval.h@T@ESTSettingEddystoneURLIntervalCompletionBlock">ESTSettingEddystoneURLIntervalCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingEddystoneURLPower.h@T@ESTSettingEddystoneURLPowerCompletionBlock">ESTSettingEddystoneURLPowerCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingEstimoteLocationEnable.h@T@ESTSettingEstimoteLocationEnableCompletionBlock">ESTSettingEstimoteLocationEnableCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingEstimoteLocationInterval.h@T@ESTSettingEstimoteLocationIntervalCompletionBlock">ESTSettingEstimoteLocationIntervalCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingEstimoteLocationPower.h@T@ESTSettingEstimoteLocationPowerCompletionBlock">ESTSettingEstimoteLocationPowerCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingEstimoteTLMEnable.h@T@ESTSettingEstimoteTLMEnableCompletionBlock">ESTSettingEstimoteTLMEnableCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingEstimoteTLMInterval.h@T@ESTSettingEstimoteTLMIntervalCompletionBlock">ESTSettingEstimoteTLMIntervalCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingEstimoteTLMPower.h@T@ESTSettingEstimoteTLMPowerCompletionBlock">ESTSettingEstimoteTLMPowerCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingGPIO0StateReflectingOnLEDEnable.h@T@ESTSettingGPIO0StateReflectingOnLEDCompletionBlock">ESTSettingGPIO0StateReflectingOnLEDCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingGPIOConfigPort0.h@T@ESTSettingGPIOConfigPort0CompletionBlock">ESTSettingGPIOConfigPort0CompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingGPIOConfigPort1.h@T@ESTSettingGPIOConfigPort1CompletionBlock">ESTSettingGPIOConfigPort1CompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingGPIONotificationEnable.h@T@ESTSettingGPIONotificationEnableCompletionBlock">ESTSettingGPIONotificationEnableCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingGPIOPortsData.h@T@ESTSettingGPIOPortsDataCompletionBlock">ESTSettingGPIOPortsDataCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingGenericAdvertiserData.h@T@ESTSettingGenericAdvertiserDataCompletionBlock">ESTSettingGenericAdvertiserDataCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingGenericAdvertiserEnable.h@T@ESTSettingGenericAdvertiserEnableCompletionBlock">ESTSettingGenericAdvertiserEnableCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingGenericAdvertiserInterval.h@T@ESTSettingGenericAdvertiserIntervalCompletionBlock">ESTSettingGenericAdvertiserIntervalCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingGenericAdvertiserPower.h@T@ESTSettingGenericAdvertiserPowerCompletionBlock">ESTSettingGenericAdvertiserPowerCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingIBeaconEnable.h@T@ESTSettingIBeaconEnableCompletionBlock">ESTSettingIBeaconEnableCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingIBeaconInterval.h@T@ESTSettingIBeaconIntervalCompletionBlock">ESTSettingIBeaconIntervalCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingIBeaconMajor.h@T@ESTSettingIBeaconMajorCompletionBlock">ESTSettingIBeaconMajorCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingIBeaconMinor.h@T@ESTSettingIBeaconMinorCompletionBlock">ESTSettingIBeaconMinorCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingIBeaconMotionUUID.h@T@ESTSettingIBeaconMotionUUIDCompletionBlock">ESTSettingIBeaconMotionUUIDCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingIBeaconMotionUUIDEnable.h@T@ESTSettingIBeaconMotionUUIDEnableCompletionBlock">ESTSettingIBeaconMotionUUIDEnableCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingIBeaconNonStrictMode.h@T@ESTSettingIBeaconNonStrictModeCompletionBlock">ESTSettingIBeaconNonStrictModeCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingIBeaconPower.h@T@ESTSettingIBeaconPowerCompletionBlock">ESTSettingIBeaconPowerCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingIBeaconProximityUUID.h@T@ESTSettingIBeaconProximityUUIDCompletionBlock">ESTSettingIBeaconProximityUUIDCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingIBeaconSecureUUIDEnable.h@T@ESTSettingIBeaconSecureUUIDEnableCompletionBlock">ESTSettingIBeaconSecureUUIDEnableCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingIBeaconSecureUUIDPeriodScaler.h@T@ESTSettingIBeaconSecureUUIDPeriodScalerCompletionBlock">ESTSettingIBeaconSecureUUIDPeriodScalerCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingNearableBroadcastingScheme.h@T@ESTSettingNearableBroadcastingSchemeCompletionBlock">ESTSettingNearableBroadcastingSchemeCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingNearableEddystoneURL.h@T@ESTSettingNearableEddystoneURLCompletionBlock">ESTSettingNearableEddystoneURLCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingNearableInterval.h@T@ESTSettingNearableIntervalCompletionBlock">ESTSettingNearableIntervalCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingNearablePower.h@T@ESTSettingNearablePowerCompletionBlock">ESTSettingNearablePowerCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingPowerBatteryLifetime.h@T@ESTSettingPowerBatteryLifetimeCompletionBlock">ESTSettingPowerBatteryLifetimeCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingPowerBatteryPercentage.h@T@ESTSettingPowerBatteryPercentageCompletionBlock">ESTSettingPowerBatteryPercentageCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingPowerBatteryVoltage.h@T@ESTSettingPowerBatteryVoltageCompletionBlock">ESTSettingPowerBatteryVoltageCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingPowerDarkToSleepEnable.h@T@ESTSettingPowerDarkToSleepEnableCompletionBlock">ESTSettingPowerDarkToSleepEnableCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingPowerFlipToSleepEnable.h@T@ESTSettingPowerFlipToSleepEnableCompletionBlock">ESTSettingPowerFlipToSleepEnableCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingPowerMotionOnlyBroadcastingDelay.h@T@ESTSettingPowerMotionOnlyBroadcastingDelayCompletionBlock">ESTSettingPowerMotionOnlyBroadcastingDelayCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingPowerMotionOnlyBroadcastingEnable.h@T@ESTSettingPowerMotionOnlyBroadcastingEnableCompletionBlock">ESTSettingPowerMotionOnlyBroadcastingEnableCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingPowerScheduledAdvertisingEnable.h@T@ESTSettingPowerScheduledAdvertisingEnableCompletionBlock">ESTSettingPowerScheduledAdvertisingEnableCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingPowerScheduledAdvertisingPeriod.h@T@ESTSettingPowerScheduledAdvertisingPeriodCompletionBlock">ESTSettingPowerScheduledAdvertisingPeriodCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingPowerSmartPowerModeEnable.h@T@ESTSettingPowerSmartPowerModeEnableCompletionBlock">ESTSettingPowerSmartPowerModeEnableCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingSensorsAmbientLight.h@T@ESTSettingSensorsAmbientLightCompletionBlock">ESTSettingSensorsAmbientLightCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingSensorsMotionNotificationEnable.h@T@ESTSettingSensorsMotionNotificationEnableCompletionBlock">ESTSettingSensorsMotionNotificationEnableCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingSensorsPressure.h@T@ESTSettingSensorsPressureCompletionBlock">ESTSettingSensorsPressureCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingSensorsTemperature.h@T@ESTSettingSensorsTemperatureCompletionBlock">ESTSettingSensorsTemperatureCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingSensorsTemperatureOffset.h@T@ESTSettingSensorsTemperatureOffsetCompletionBlock">ESTSettingSensorsTemperatureOffsetCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTSettingShakeToConnectEnable.h@T@ESTSettingShakeToConnectEnableCompletionBlock">ESTSettingShakeToConnectEnableCompletionBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../Type Definitions.html#/c:ESTTelemetryNotificationGPIO.h@T@ESTTelemetryNotificationGPIONotificationBlock">ESTTelemetryNotificationGPIONotificationBlock</a> </li> </ul> </li> </ul> </nav> <article class="main-content"> <section class="section"> <div class="section-content"> <h1>ESTBeaconOperationEddystoneEIDInterval</h1> <div class="declaration"> <div class="language"> <pre class="highlight"><code><span class="k">@interface</span> <span class="nc">ESTBeaconOperationEddystoneEIDInterval</span> <span class="p">:</span> <span class="nc"><a href="../Classes/ESTSettingOperation.html">ESTSettingOperation</a></span> <span class="o">&lt;</span><span class="n"><a href="../Protocols/ESTBeaconOperationProtocol.html">ESTBeaconOperationProtocol</a></span><span class="o">&gt;</span></code></pre> </div> </div> <p>ESTBeaconOperationEddystoneEIDInterval allows to create read/write operations for EddystoneEID Interval setting of a device.</p> </div> </section> <section class="section"> <div class="section-content"> <div class="task-group"> <ul class="item-container"> <li class="item"> <div> <code> <a name="/c:objc(cs)ESTBeaconOperationEddystoneEIDInterval(cm)readOperationWithCompletion:"></a> <a name="//apple_ref/objc/Method/+readOperationWithCompletion:" class="dashAnchor"></a> <a class="token" href="#/c:objc(cs)ESTBeaconOperationEddystoneEIDInterval(cm)readOperationWithCompletion:">+readOperationWithCompletion:</a> </code> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> <p>Method allows to create read operation for EddystoneEID Interval setting.</p> </div> <div class="declaration"> <h4>Declaration</h4> <div class="language"> <p class="aside-title">Objective-C</p> <pre class="highlight"><code><span class="k">+</span> <span class="p">(</span><span class="n">nonnull</span> <span class="n">instancetype</span><span class="p">)</span><span class="nf">readOperationWithCompletion</span><span class="p">:</span> <span class="p">(</span><span class="n">nonnull</span> <span class="n"><a href="../Type Definitions.html#/c:ESTSettingEddystoneEIDInterval.h@T@ESTSettingEddystoneEIDIntervalCompletionBlock">ESTSettingEddystoneEIDIntervalCompletionBlock</a></span><span class="p">)</span><span class="nv">completion</span><span class="p">;</span></code></pre> </div> <div class="language"> <p class="aside-title">Swift</p> <pre class="highlight"><code><span class="kd">class</span> <span class="kd">func</span> <span class="nf">readOperation</span><span class="p">(</span><span class="nv">completion</span><span class="p">:</span> <span class="kd">@escaping</span> <span class="kt"><a href="../Type Definitions.html#/c:ESTSettingEddystoneEIDInterval.h@T@ESTSettingEddystoneEIDIntervalCompletionBlock">ESTSettingEddystoneEIDIntervalCompletionBlock</a></span><span class="p">)</span> <span class="o">-&gt;</span> <span class="k">Self</span></code></pre> </div> </div> <div> <h4>Parameters</h4> <table class="graybox"> <tbody> <tr> <td> <code> <em>completion</em> </code> </td> <td> <div> <p>Block invoked when the operation is complete.</p> </div> </td> </tr> </tbody> </table> </div> <div> <h4>Return Value</h4> <p>Initialized object.</p> </div> </section> </div> </li> <li class="item"> <div> <code> <a name="/c:objc(cs)ESTBeaconOperationEddystoneEIDInterval(cm)writeOperationWithSetting:completion:"></a> <a name="//apple_ref/objc/Method/+writeOperationWithSetting:completion:" class="dashAnchor"></a> <a class="token" href="#/c:objc(cs)ESTBeaconOperationEddystoneEIDInterval(cm)writeOperationWithSetting:completion:">+writeOperationWithSetting:completion:</a> </code> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> <p>Method allows to create write operation for EddystoneEID Interval setting.</p> </div> <div class="declaration"> <h4>Declaration</h4> <div class="language"> <p class="aside-title">Objective-C</p> <pre class="highlight"><code><span class="k">+</span> <span class="p">(</span><span class="n">nonnull</span> <span class="n">instancetype</span><span class="p">)</span> <span class="nf">writeOperationWithSetting</span><span class="p">:(</span><span class="n">nonnull</span> <span class="n"><a href="../Classes/ESTSettingEddystoneEIDInterval.html">ESTSettingEddystoneEIDInterval</a></span> <span class="o">*</span><span class="p">)</span><span class="nv">setting</span> <span class="nf">completion</span><span class="p">:</span> <span class="p">(</span><span class="n">nonnull</span> <span class="n"><a href="../Type Definitions.html#/c:ESTSettingEddystoneEIDInterval.h@T@ESTSettingEddystoneEIDIntervalCompletionBlock">ESTSettingEddystoneEIDIntervalCompletionBlock</a></span><span class="p">)</span> <span class="n">completion</span><span class="p">;</span></code></pre> </div> <div class="language"> <p class="aside-title">Swift</p> <pre class="highlight"><code><span class="kd">class</span> <span class="kd">func</span> <span class="nf">writeOperation</span><span class="p">(</span><span class="n">withSetting</span> <span class="nv">setting</span><span class="p">:</span> <span class="kt"><a href="../Classes/ESTSettingEddystoneEIDInterval.html">ESTSettingEddystoneEIDInterval</a></span><span class="p">,</span> <span class="nv">completion</span><span class="p">:</span> <span class="kd">@escaping</span> <span class="kt"><a href="../Type Definitions.html#/c:ESTSettingEddystoneEIDInterval.h@T@ESTSettingEddystoneEIDIntervalCompletionBlock">ESTSettingEddystoneEIDIntervalCompletionBlock</a></span><span class="p">)</span> <span class="o">-&gt;</span> <span class="k">Self</span></code></pre> </div> </div> <div> <h4>Parameters</h4> <table class="graybox"> <tbody> <tr> <td> <code> <em>setting</em> </code> </td> <td> <div> <p>Setting to be written to a device.</p> </div> </td> </tr> <tr> <td> <code> <em>completion</em> </code> </td> <td> <div> <p>Block invoked when the operation is complete.</p> </div> </td> </tr> </tbody> </table> </div> <div> <h4>Return Value</h4> <p>Initialized object.</p> </div> </section> </div> </li> </ul> </div> </div> </section> </article> </div> <section class="footer"> <p>&copy; 2019 <a class="link" href="http://estimote.com" target="_blank" rel="external">Estimote</a>. All rights reserved. (Last updated: 2019-10-25)</p> <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p> </section> </body> </div> </html>
Estimote/iOS-SDK
Documents/Classes/ESTBeaconOperationEddystoneEIDInterval.html
HTML
mit
114,611
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Macro BOOST_CNV_PARAM_TRY</title> <link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> <link rel="home" href="index.html" title="Chapter 1. Boost.Convert 2.0"> <link rel="up" href="header/boost/convert/stream_hpp.html" title="Header &lt;boost/convert/stream.hpp&gt;"> <link rel="prev" href="BOOST_CN_idm46035604373344.html" title="Macro BOOST_CNV_PARAM_SET"> <link rel="next" href="header/boost/convert/strtol_hpp.html" title="Header &lt;boost/convert/strtol.hpp&gt;"> </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_CN_idm46035604373344.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="header/boost/convert/stream_hpp.html"><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="header/boost/convert/strtol_hpp.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="refentry"> <a name="BOOST_CN_idm46035604372112"></a><div class="titlepage"></div> <div class="refnamediv"> <h2><span class="refentrytitle">Macro BOOST_CNV_PARAM_TRY</span></h2> <p>BOOST_CNV_PARAM_TRY</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="header/boost/convert/stream_hpp.html" title="Header &lt;boost/convert/stream.hpp&gt;">boost/convert/stream.hpp</a>&gt; </span>BOOST_CNV_PARAM_TRY(param_name)</pre></div> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright © 2009-2020 Vladimir Batov<p> Distributed under the Boost Software License, Version 1.0. See 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_CN_idm46035604373344.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="header/boost/convert/stream_hpp.html"><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="header/boost/convert/strtol_hpp.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
davehorton/drachtio-server
deps/boost_1_77_0/libs/convert/doc/html/BOOST_CN_idm46035604372112.html
HTML
mit
3,406
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Ellipsis Test 1</title> <link rel="stylesheet" href="style.css"> <script src="../../lib/index.js"></script> </head> <body> <div class="container container-1 js-ellipsis"> <h1>Byline</h1> <p>One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, and if he lifted his head a little he could see his brown belly, slightly domed and divided by arches into stiff sections.</p> <p>The bedding was hardly able to cover it and seemed ready to slide off any moment. His many legs, pitifully thin compared with the size of the rest of him, waved about helplessly as he looked. "What's happened to me? " he thought. It wasn't a dream.</p> <p>His room, a proper human room although a little too small, lay peacefully between its four familiar walls. A collection of textile samples lay spread out on the table - Samsa was a travelling salesman - and above it there hung a picture that he had recently cut out of an illustrated magazine and housed in a nice, gilded frame. It showed a lady fitted out with a fur hat and fur boa who sat upright, raising a heavy fur muff that covered the whole of her lower arm towards the viewer. Gregor then turned to look out the window at the dull weather. Drops of rain could be heard hitting the pane, which made him feel quite sad. "How about if I sleep a little bit longer and forget all this nonsense", he thought, but that was something he was unable to do because he was used to sleeping on his right, and in his present state couldn't get into that position. However hard he threw himself onto his right, he always rolled back to where he was.</p> <p>He must have tried it a hundred times, shut his eyes so that he wouldn't have to look at the floundering legs, and only stopped when he began to feel a mild, dull pain there that he had never felt before. "Oh, God", he thought, "what a strenuous career it is that I've chosen! Travelling day in and day out. Doing business like this takes much more effort than doing your own business at home, and on top of that there's the curse of travelling, worries about making train connections, bad and irregular food, contact with different people all the time so that you can never get to know anyone or become friendly with them. It can all go to Hell!"</p> <p>He felt a slight itch up on his belly; pushed himself slowly up on his back towards the headboard so that he could lift his head better; found where the itch was, and saw that it was covered with lots of little white spots which he didn't know what to make of; and when he tried to feel the place with one of his legs he drew it quickly back because as soon as he touched it he was overcome by a cold shudder. He slid back into his former position. "Getting up early all the time", he thought, "it makes you stupid. You've got to get enough sleep. Other travelling salesmen live a life of luxury. For instance, whenever I go back to the guest house during the morning to copy out the contract, these gentlemen are always still sitting there eating their breakfasts. I ought to just try that with my boss; I'd get kicked out on the spot. But who knows, maybe that would be the best thing for me."</p> </div> <div class="container container-2 js-ellipsis"> <h1>Byline</h1> <p>One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, and if he lifted his head a little he could see his brown belly, slightly domed and divided by arches into stiff sections.</p> <p>The bedding was hardly able to cover it and seemed ready to slide off any moment. His many legs, pitifully thin compared with the size of the rest of him, waved about helplessly as he looked. "What's happened to me? " he thought. It wasn't a dream.</p> <p>His room, a proper human room although a little too small, lay peacefully between its four familiar walls. A collection of textile samples lay spread out on the table - Samsa was a travelling salesman - and above it there hung a picture that he had recently cut out of an illustrated magazine and housed in a nice, gilded frame. It showed a lady fitted out with a fur hat and fur boa who sat upright, raising a heavy fur muff that covered the whole of her lower arm towards the viewer. Gregor then turned to look out the window at the dull weather. Drops of rain could be heard hitting the pane, which made him feel quite sad. "How about if I sleep a little bit longer and forget all this nonsense", he thought, but that was something he was unable to do because he was used to sleeping on his right, and in his present state couldn't get into that position. However hard he threw himself onto his right, he always rolled back to where he was.</p> <p>He must have tried it a hundred times, shut his eyes so that he wouldn't have to look at the floundering legs, and only stopped when he began to feel a mild, dull pain there that he had never felt before. "Oh, God", he thought, "what a strenuous career it is that I've chosen! Travelling day in and day out. Doing business like this takes much more effort than doing your own business at home, and on top of that there's the curse of travelling, worries about making train connections, bad and irregular food, contact with different people all the time so that you can never get to know anyone or become friendly with them. It can all go to Hell!"</p> <p>He felt a slight itch up on his belly; pushed himself slowly up on his back towards the headboard so that he could lift his head better; found where the itch was, and saw that it was covered with lots of little white spots which he didn't know what to make of; and when he tried to feel the place with one of his legs he drew it quickly back because as soon as he touched it he was overcome by a cold shudder. He slid back into his former position. "Getting up early all the time", he thought, "it makes you stupid. You've got to get enough sleep. Other travelling salesmen live a life of luxury. For instance, whenever I go back to the guest house during the morning to copy out the contract, these gentlemen are always still sitting there eating their breakfasts. I ought to just try that with my boss; I'd get kicked out on the spot. But who knows, maybe that would be the best thing for me."</p> </div> <div class="container container-3 js-ellipsis"> <h1>Byline</h1> <p>One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, and if he lifted his head a little he could see his brown belly, slightly domed and divided by arches into stiff sections.</p> <p>The bedding was hardly able to cover it and seemed ready to slide off any moment. His many legs, pitifully thin compared with the size of the rest of him, waved about helplessly as he looked. "What's happened to me? " he thought. It wasn't a dream.</p> <p>His room, a proper human room although a little too small, lay peacefully between its four familiar walls. A collection of textile samples lay spread out on the table - Samsa was a travelling salesman - and above it there hung a picture that he had recently cut out of an illustrated magazine and housed in a nice, gilded frame. It showed a lady fitted out with a fur hat and fur boa who sat upright, raising a heavy fur muff that covered the whole of her lower arm towards the viewer. Gregor then turned to look out the window at the dull weather. Drops of rain could be heard hitting the pane, which made him feel quite sad. "How about if I sleep a little bit longer and forget all this nonsense", he thought, but that was something he was unable to do because he was used to sleeping on his right, and in his present state couldn't get into that position. However hard he threw himself onto his right, he always rolled back to where he was.</p> <p>He must have tried it a hundred times, shut his eyes so that he wouldn't have to look at the floundering legs, and only stopped when he began to feel a mild, dull pain there that he had never felt before. "Oh, God", he thought, "what a strenuous career it is that I've chosen! Travelling day in and day out. Doing business like this takes much more effort than doing your own business at home, and on top of that there's the curse of travelling, worries about making train connections, bad and irregular food, contact with different people all the time so that you can never get to know anyone or become friendly with them. It can all go to Hell!"</p> <p>He felt a slight itch up on his belly; pushed himself slowly up on his back towards the headboard so that he could lift his head better; found where the itch was, and saw that it was covered with lots of little white spots which he didn't know what to make of; and when he tried to feel the place with one of his legs he drew it quickly back because as soon as he touched it he was overcome by a cold shudder. He slid back into his former position. "Getting up early all the time", he thought, "it makes you stupid. You've got to get enough sleep. Other travelling salesmen live a life of luxury. For instance, whenever I go back to the guest house during the morning to copy out the contract, these gentlemen are always still sitting there eating their breakfasts. I ought to just try that with my boss; I'd get kicked out on the spot. But who knows, maybe that would be the best thing for me."</p> </div> <script> var forEach = Array.prototype.forEach; var els = document.getElementsByClassName('js-ellipsis'); forEach.call(els, function(el) { var ellipsis = new Ellipsis(el); ellipsis.calc(); ellipsis.set(); }); </script> </body> </html>
ftlabs/ftellipsis
examples/1/index.html
HTML
mit
9,893
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>CSS优先级</title> <style type="text/css"> div{color: grey;} #idblue{color: blue} .classgreen{color: green;} </style> </head> <body> <p>单独使用</p> <div>使用标签选择器</div> <div id="idblue">使用 ID 选择器样式-蓝色</div> <div class="classgreen">使用 class 选择器样式-绿色</div> </body> </html>
dvxiaofan/Web
other/二:CSS 基础/CSS选择的艺术/CSS 继承、层叠和优先级.html
HTML
mit
412
<!doctype html> <html dir="rtl" class="no-js" lang="de"> <head> <link rel="dns-prefetch" href="//ajax.googleapis.com"> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title>أسئلة حول اللجوء - Einfach Hilfe finden mit clarat.org</title> <meta name="description" content="للأسف أنه توجد حالياً حروب في بعض البلدان. وهناك دول أخرى تضطهد بعض أفرادها لأنهم مختلفين أو يفكرون بشكل مختلف. لهذه الأسباب اضطر الكثيرون إلى الفرار من بلادهم. في ألمانيا يمكن الحصول على اللجوء."> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta content="width=device-width, initial-scale=1.0, user-scalable=1" name="viewport" /> <meta content="" property="og:site_name" /> <meta content="" property="og:image" /> <link href="/favicons/apple-touch-icon-57x57.png" rel="apple-touch-icon" sizes="57x57" /> <link href="/favicons/apple-touch-icon-60x60.png" rel="apple-touch-icon" sizes="60x60" /> <link href="/favicons/apple-touch-icon-72x72.png" rel="apple-touch-icon" sizes="72x72" /> <link href="/favicons/apple-touch-icon-76x76.png" rel="apple-touch-icon" sizes="76x76" /> <link href="/favicons/apple-touch-icon-114x114.png" rel="apple-touch-icon" sizes="114x114" /> <link href="/favicons/apple-touch-icon-120x120.png" rel="apple-touch-icon" sizes="120x120" /> <link href="/favicons/apple-touch-icon-144x144.png" rel="apple-touch-icon" sizes="144x144" /> <link href="/favicons/apple-touch-icon-152x152.png" rel="apple-touch-icon" sizes="152x152" /> <link href="/favicons/apple-touch-icon-180x180.png" rel="apple-touch-icon" sizes="180x180" /> <link href="/favicons/android-chrome-192x192.png" rel="icon" sizes="192x192" type="image/png" /> <link href="/favicons/favicon-96x96.png" rel="icon" sizes="96x96" type="image/png" /> <link href="/favicons/favicon--production-32x32.png" rel="icon" sizes="32x32" type="image/png" /> <link href="/favicons/favicon--production-16x16.png" rel="icon" sizes="16x16" type="image/png" /> <link href="/favicons/android-chrome-manifest.json" rel="manifest" /> <meta content="#f4b528" name="msapplication-TileColor" /> <meta content="/favicons/mstile-144x144.png" name="msapplication-TileImage" /> <meta content="#F4B528" name="theme-color" /> <link rel="stylesheet" href="assets/css/main.css"> <script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js"></script> <script> WebFont.load({ google: { families: ['Roboto:300,700', 'Roboto Slab'] } }); </script> </head> <body> <header class="header-main"> <div class="layout-inner"> <svg class="header-main__logo" xmlns="http://www.w3.org/2000/svg" width="224" height="60" viewBox="0 0 224 60" role="img" aria-label="clarat Family"> <title>clarat Logo</title> <g fill="none" fill-rule="evenodd"> <path fill="#F3B529" d="M.997 51.458C.35 49.464 0 47.318 0 45.052c0-12.66 9.58-21.407 21.823-21.407 3.193 0 6.387.768 9.123 2.302v11.816C28.893 36.228 26.46 35 23.8 35c-5.323 0-9.505 4.144-9.505 9.592 0 2.786.97 5.166 2.632 6.866H.997"/> <path d="M53.378.628h-13.84v50.83h13.84V.628"/> <path fill="#F3B529" d="M39.54 51.458V.628h13.838v50.83M88.9 51.46c1.864-1.6 2.876-4.018 2.876-6.792 0-4.834-3.27-8.9-8.897-8.9-5.627 0-8.897 4.066-8.897 8.9 0 2.77 1.01 5.185 2.877 6.792l-16.122-.002c-.688-2.174-1.05-4.486-1.05-6.866 0-11.28 7.984-20.947 19.542-20.947 4.485 0 9.2 1.688 12.09 5.14V24.95h13.838v26.508h-16.26m25.46.002V24.95h13.84v6.444h.152c2.66-4.833 7.223-6.98 12.622-6.98h2.66v13.425c-1.9-1.074-3.724-1.305-5.853-1.305-7.68 0-9.582 5.14-9.582 11.893v3.032h-13.84m60.846.002c1.87-1.61 2.874-4.024 2.874-6.794 0-4.833-3.27-8.9-8.897-8.9-5.626 0-8.895 4.067-8.895 8.9 0 2.77 1.008 5.185 2.87 6.794l-16.122-.002c-.68-2.176-1.043-4.488-1.043-6.87 0-11.277 7.984-20.945 19.54-20.945 4.488 0 9.202 1.688 12.09 5.14V24.95h13.84l.003 26.51-16.26.002M201.954 51.46V36.458h-4.487V24.95h4.487V13.134h13.838V24.95h7.832v11.508h-7.832V51.46"/> </g> </svg> </div> </header> <div class="hero" style="background-image: url(assets/images/Asyl-ar.jpg)"> <div class="hero__container"> <div class="hero__content layout-inner"> <h1 class="hero__headline">أسئلة حول اللجوء</h1> <div class="hero__intro"> للأسف أنه توجد حالياً حروب في بعض البلدان. وهناك دول أخرى تضطهد <br> بعض أفرادها لأنهم مختلفين أو يفكرون بشكل مختلف. لهذه الأسباب اضطر <br> الكثيرون إلى الفرار من بلادهم. في ألمانيا يمكن الحصول على اللجوء. </div> </div> </div> </div> <main role="main" class="content"> <div class="content__container layout-inner"> <div class="content__left"> <p class="content__mobile-intro"><b>للأسف أنه توجد حالياً حروب في بعض البلدان. وهناك دول أخرى تضطهد بعض أفرادها لأنهم مختلفين أو يفكرون بشكل مختلف. لهذه الأسباب اضطر الكثيرون إلى الفرار من بلادهم. في ألمانيا يمكن الحصول على اللجوء.</b></p> <h2>كيف يمكن التقدم بطلب للجوء؟</h2> <p>في أول الأمر يجب على اللاجئ أن يسجل نفسه لدى السلطات الألمانية مثل الشرطة أو مكتب شئون الأجانب. وهناك يجب عليه طلب اللجوء. بعدها يتم تسكينه في مركز إستقبال أولي وفيه يجب أن يعطي بياناته الشخصية. وهذا ما يسمى بالتسجيل. وبعد التسجيل تبدأ قضية اللجوء. موظفو المكتب الإتحادي للهجرة واللجوء أي BAMF يقررون إذا ما كان اللاجئ يمكنه أن يحصل على حق اللجوء أم لا.</p> <a class="btn" id="lp-button" style="max-width:60%; margin-left: 20%" href="https://www.clarat.org/ar/refugees/عروض?utf8=✓&search_form%5Bquery%5D=&search_form%5Bsearch_location%5D=Hamburg&search_form%5Bgenerated_geolocation%5D=53.5510846%2C9.9936818&search_form%5Bcategory%5D=اللجوء+والقانون&search_form%5Bexact_location%5D=false&search_form%5Bcontact_type%5D=personal&search_form%5Bencounters%5D=hotline%2Cemail%2Cchat%2Cforum%2Conline-course%2Cportal&search_form%5Bage%5D=&search_form%5Btarget_audience%5D=&search_form%5Bexclusive_gender%5D=&search_form%5Blanguage%5D=&search_form%5Bsort_order%5D=relevance&search_form%5Bsection_identifier%5D=family">جِد المساعدة الآن ›</a> </div> <div class="content__right"> <h2>ما الذي يحدث في قضية اللجوء؟</h2> <p>بعد التسجيل يحصل اللاجئ على موعد لدى BAMF. في الموعد المحدد يقوم اللاجئ بتقديم طلب اللجوء. الموعد يحضره أيضاً مترجم. فيقوم الموظف بطرح أسئلة حول الحياة في الوطن وحول رحلة الفرار. بعد ذلك يحصل اللاجئ على وضع إقامة Aufenthaltsgestattung. وبهذه الهوية يمكنه أن يعيش في ألمانيا لفترة ما ويحصل على المساعدات من الدولة. هذه المساعدات تسمى إعانة طالبي اللجوء أو Asylbewerberleistungen. مكتب الـ BAMF يفحص أولاً إذا ما كانت ألمانيا تختص بأمر هذا اللاجئ أم لا. في حالة إذا كانت ألمانيا تختص به فإنه يتلقى دعوة لجلسة الإستماع.</p> <p>جلسة الإستماع تعتبر أهم جزء في إجراءات اللجوء. فيقوم فيها الموظف بطرح أسئلة على اللاجئ تتعلق بحياته في بلده. ولماذا وكيف قام بالهروب من بلده. ويتم كتابة كل شئ بالجلسة. بعد الجلسة ببضعة أشهر يحصل اللاجئ على خطاب من BAMF. هذا الخطاب يسمى القرار. وهذا القرار يتضمن ما إذا كان الشخص يحصل على حق اللجوء أم لا.</p> <p>من لم يحصل بعد على حق اللجوء يعيش تحت قيود. فطالبو اللجوء لابد أن يعيشوا في مكان سكن محدد. ومسموح لهم العمل فقط بعد مدة من البقاء في ألمانيا. وفي الأشهر الـ ١٥ الأولى فإن الرعاية الصحية أيضاً محدودة. </p> <p>وبالرغم من ذلك فإن كل طالب لجوء يحصل على معونة طالبي اللجوء. فيحصل على طعام وملابس وأحذية وأدوات نظافة وأدوات منزلية. بالإضافة إلى مصروف جيب حتى يمكن للاجئ أن يشتري بعض الأشياء مثل كارت شحن للتليفون أو تذكرة مواصلات. </p> </div> </div> <!--<div class="cta-container">--> <!--<div class="layout-inner">--> <!--<div class="cta__btn-container">--> <!--</div>--> <!--</div>--> <!--</div>--> <div class="footer-main layout-inner"> <ul class="footer-main__list "> <li style="margin-left: 1em"><a href="https://www.clarat.org/refugees/impressum" target="_blank">هيئة التحرير</a></li> <li><a href="https://www.clarat.org/refugees/datenschutzhinweise" target="_blank">حماية البيانات</a></li> <li><a href="https://plus.clarat.org/ar/wissen/" target="_blank">مدونة</a></li> <li><a href="http://www.clarat.org/" target="_blank">www.clarat.org</a></li> </ul> </div> </main> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o ),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore (a,m)})(window,document,'script','//www.google-analytics.com/analytics.js', 'ga'); ga('create', 'UA-59626864-1', 'auto'); ga('set', 'anonymizeIp', true); ga('send', 'pageview');</script><meta content="2EF21E72D848CCA021AC432F95FA63EA" name="msvalidate.01" /><script>// Namespace document.getElementById('lp-button').addEventListener('click', function () { ga('send', 'event', { eventCategory: "LP Button", eventAction: 'click', eventLabel: 'SEA_LP1' }); }); </script> </body> </html>
clarat-org/clarat
public/themen/asylfragen-ar-hamburg.html
HTML
mit
11,115
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>atbr: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.11.2 / atbr - 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> atbr <small> 8.9.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-03-04 10:24:26 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-04 10:24:26 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.11.2 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.10.2 The OCaml compiler (virtual package) ocaml-base-compiler 4.10.2 Official release 4.10.2 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.3 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-community/atbr&quot; dev-repo: &quot;git+https://github.com/coq-community/atbr.git&quot; bug-reports: &quot;https://github.com/coq-community/atbr/issues&quot; license: &quot;LGPL-3.0-or-later&quot; synopsis: &quot;A Coq tactic for deciding Kleene algebras&quot; description: &quot;&quot;&quot; This library provides algebraic tools for working with binary relations. The main tactic provided is a reflexive tactic for solving (in)equations in an arbitrary Kleene algebra. The decision procedure goes through standard finite automata constructions. Note that the initial authors consider this library to be superseded by the Relation Algebra library, which is based on derivatives rather than automata: https://github.com/damien-pous/relation-algebra &quot;&quot;&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.9&quot; &amp; &lt; &quot;8.10~&quot;} ] tags: [ &quot;category:Miscellaneous/Coq Extensions&quot; &quot;category:Computer Science/Decision Procedures and Certified Algorithms/Decision procedures&quot; &quot;keyword:Kleene algebra&quot; &quot;keyword:finite automata&quot; &quot;keyword:semiring&quot; &quot;keyword:matrices&quot; &quot;keyword:decision procedure&quot; &quot;keyword:reflexive tactic&quot; &quot;logpath:ATBR&quot; &quot;date:2019-05-22&quot; ] authors: [ &quot;Thomas Braibant&quot; &quot;Damien Pous&quot; ] url { src: &quot;https://github.com/coq-community/atbr/archive/v8.9.0.tar.gz&quot; checksum: &quot;sha256=ff1172623317ed67e9b058b7edec44df350de9a2858a3baadfb1685d411decbf&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-atbr.8.9.0 coq.8.11.2</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.11.2). The following dependencies couldn&#39;t be met: - coq-atbr -&gt; coq &lt; 8.10~ -&gt; ocaml &lt; 4.10 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-atbr.8.9.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.10.2-2.0.6/released/8.11.2/atbr/8.9.0.html
HTML
mit
7,281
{% extends 'authentication/base.html' %} {% block main %} <form class="register-form" method="post"> {% csrf_token %} <input type="text" placeholder="firstname" name="firstname"/> <input type="text" placeholder="lastname" name="lastname"/> <input type="text" placeholder="username" name="username"/> <input type="password" placeholder="password" name="password"/> <input type="text" placeholder="email" name="email"/> <button type="submit">create</button> <p class="message">Already registered? <a href="{% url 'login' %}">Sign In</a></p> </form> {% endblock %}
cloudcomputinghust/CAL_Appliances
MCS/mcs/apps/authentication/templates/authentication/register.html
HTML
mit
584
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.9.1"/> <title>V8 API Reference Guide for node.js v0.1.16 - v0.1.18: Member List</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">V8 API Reference Guide for node.js v0.1.16 - v0.1.18 </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_exception.html">Exception</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">v8::Exception Member List</div> </div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="classv8_1_1_exception.html">v8::Exception</a>, including all inherited members.</p> <table class="directory"> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Error</b>(Handle&lt; String &gt; message) (defined in <a class="el" href="classv8_1_1_exception.html">v8::Exception</a>)</td><td class="entry"><a class="el" href="classv8_1_1_exception.html">v8::Exception</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>RangeError</b>(Handle&lt; String &gt; message) (defined in <a class="el" href="classv8_1_1_exception.html">v8::Exception</a>)</td><td class="entry"><a class="el" href="classv8_1_1_exception.html">v8::Exception</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ReferenceError</b>(Handle&lt; String &gt; message) (defined in <a class="el" href="classv8_1_1_exception.html">v8::Exception</a>)</td><td class="entry"><a class="el" href="classv8_1_1_exception.html">v8::Exception</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>SyntaxError</b>(Handle&lt; String &gt; message) (defined in <a class="el" href="classv8_1_1_exception.html">v8::Exception</a>)</td><td class="entry"><a class="el" href="classv8_1_1_exception.html">v8::Exception</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>TypeError</b>(Handle&lt; String &gt; message) (defined in <a class="el" href="classv8_1_1_exception.html">v8::Exception</a>)</td><td class="entry"><a class="el" href="classv8_1_1_exception.html">v8::Exception</a></td><td class="entry"><span class="mlabel">static</span></td></tr> </table></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Tue Aug 11 2015 23:44:20 for V8 API Reference Guide for node.js v0.1.16 - v0.1.18 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>
v8-dox/v8-dox.github.io
6959a1d/html/classv8_1_1_exception-members.html
HTML
mit
6,145
<HTML><HEAD> <TITLE>Review for 102 Dalmatians (2000)</TITLE> <LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css"> </HEAD> <BODY BGCOLOR="#FFFFFF" TEXT="#000000"> <H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0211181">102 Dalmatians (2000)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Max+Messier">Max Messier</A></H3><HR WIDTH="40%" SIZE="4"> <PRE>102 Dalmatians A film review by Max Messier Copyright 2000 - filmcritic.com</PRE> <P>It's always a bad sign when the core audience of a film -- children -- are either walking out early or are half-asleep when the credits roll at the end of a film. That about sums up the dreadful ugliness of 102 Dalmatians, a cold pea soup of cute animals, stupid Home Alone antics, a boring puppy love subplot between dumb humans, and Glenn Close reprising her best Joan Crawford impression. Indeed, Walt Disney is rolling over in his grave again, cursing John Hughes' name for making the original live-action 101 Dalmatians, one of the worst kiddie flicks of all time, and now its sequel.</P> <P>The main culprit behind the hideousness of 102 Dalmatians is its predecessor, 101 Dalmatians. The original made more than $100 million dollars at the box office, spawned a torrid collection of "collectible" items that ended up months later in the discount bins of Wal-Marts across the country, and generally made every kid on the planet want a damn Dalmatian pup for Christmas. Well, it's been about four years since then, and Dalmatian fever is coming back, and this time it's digitally enhanced.</P> <P>Here's the story. Cruella De Vil (Glenn Close) is released from prison due to the "cure" of her puppy homicide urges by one Dr. Pavlov. (Oh, how witty.) She rejoins the world as a dog lover and is assigned to a probation officer, who oddly turns out to be her victim from the original film.</P> <P>Cruella then becomes Ella -- dog lover -- until the plot twists, like a dog with his leash caught on the back of a moving truck, and she becomes the evil vixen again. A kidnapping plot unfurls again as Cruella decides she still needs her Dalmatian coat, but she now needs 102 Dalmatians instead of the commonly used 101 Dalmatian formula. At this point, I was envying those kids filing out of the theater.</P> <P>How low have Glenn Close and Gerard Depardieu (as the film's villain) sunk in the film business? It's almost laughable in a sadistic way to watch Close walk around in costumes that seem to be pulled from the wardrobe of Flash Gordon. And Depardieu... how can a French guy have a bad French accent? And never mind the toilet brush haircut.</P> <P>The only minutely positive selling point I can even think to point out is the talking bird with a British accent (courtesy of Eric Idle) that thinks he's a Rottweiler. Now that's funny.</P> <PRE>1 1/2 stars out of five</PRE> <P>Director: Kevin Lima Writers: Kristen Buckley, Brian Regan, Bob Tzudiker, Noni White Producers: Edward Feldman, Patricia Carr, Paul Tucker Starring: Glenn Close, Ioan Gruffudd, Alice Evans, Tim McInnerny, Gerard Depardieu</P> <PRE>Rated: PG</PRE> <P><A HREF="http://disney.go.com/disneypictures/102dalmatians/index_flash.html">http://disney.go.com/disneypictures/102dalmatians/index_flash.html</A></P> <P><A HREF="http://www.amazon.com/exec/obidos/redirect?tag=filmcriticcom&path=subst/video/sellers/amazon-top-100-dvd.html">http://www.amazon.com/exec/obidos/redirect?tag=filmcriticcom&path=subst/video/sellers/amazon-top-100-dvd.html</A> Movie Fiends: Check out Amazon.com's Top 100 Hot DVDs!</P> <HR><P CLASS=flush><SMALL>The review above was posted to the <A HREF="news:rec.arts.movies.reviews">rec.arts.movies.reviews</A> newsgroup (<A HREF="news:de.rec.film.kritiken">de.rec.film.kritiken</A> for German reviews).<BR> The Internet Movie Database accepts no responsibility for the contents of the review and has no editorial control. Unless stated otherwise, the copyright belongs to the author.<BR> Please direct comments/criticisms of the review to relevant newsgroups.<BR> Broken URLs inthe reviews are the responsibility of the author.<BR> The formatting of the review is likely to differ from the original due to ASCII to HTML conversion. </SMALL></P> <P ALIGN=CENTER>Related links: <A HREF="/Reviews/">index of all rec.arts.movies.reviews reviews</A></P> </P></BODY></HTML>
xianjunzhengbackup/code
data science/machine_learning_for_the_web/chapter_4/movie/26935.html
HTML
mit
4,412
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>coalgebras: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.5.3 / coalgebras - 8.8.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> coalgebras <small> 8.8.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-07 20:43:41 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-07 20:43:41 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-ocamlbuild base OCamlbuild binary and libraries distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.5.3 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;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/coalgebras&quot; license: &quot;LGPL&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/Coalgebras&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.8&quot; &amp; &lt; &quot;8.9~&quot;} ] tags: [ &quot;keyword: coalgebra&quot; &quot;keyword: bisimulation&quot; &quot;keyword: weakly final&quot; &quot;keyword: coiteration&quot; &quot;keyword: co-inductive types&quot; &quot;category: Mathematics/Category Theory&quot; &quot;date: 2008-10&quot; ] authors: [ &quot;Milad Niqui &lt;[email protected]&gt; [http://www.cwi.nl/~milad]&quot; ] bug-reports: &quot;https://github.com/coq-contribs/coalgebras/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/coalgebras.git&quot; synopsis: &quot;Coalgebras, bisimulation and lambda-coiteration&quot; description: &quot;This contribution contains a formalisation of coalgebras, bisimulation on coalgebras, weakly final coalgebras, lambda-coiteration definition scheme (including primitive corecursion) and a version of lambda-bisimulation. The formalisation is modular. The implementation of the module types for streams and potentially infinite Peano numbers are provided using the coinductive types.&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/coalgebras/archive/v8.8.0.tar.gz&quot; checksum: &quot;md5=203f9bfcfcbddf4b5a4bf7392c9f2bd8&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-coalgebras.8.8.0 coq.8.5.3</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.3). The following dependencies couldn&#39;t be met: - coq-coalgebras -&gt; coq &gt;= 8.8 -&gt; ocaml &gt;= 4.05.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-coalgebras.8.8.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.02.3-2.0.6/released/8.5.3/coalgebras/8.8.0.html
HTML
mit
7,500
{% extends 'main/layout.html' %} {% load static %} {% load i18n %} {% block title %}About OK!Thess{% endblock %} {% block content %} <div class="container-fluid about"> <div class="row"> <div class="col-md-9"> <div class="about-accordion"> <button class="accordion" id="what">{% trans 'What we do' %}</button> <div class="panel"> <div class="panel-inner"> {{ about_texts.what_text|safe }} </div> </div> <button class="accordion" id="how">{% trans 'How we do it' %}</button> <div class="panel"> <div class="panel-inner"> {{ about_texts.how_text|safe }} </div> </div> <button class="accordion" id="participate">{% trans 'How I can participate' %}</button> <div class="panel"> <div class="panel-inner"> {{ about_texts.participate_text|safe }} </div> </div> <button class="accordion" id="space">{% trans 'Space' %}</button> <div class="panel"> <div class="panel-inner"> {{ about_texts.coworking_text|safe }} </div> </div> <button class="accordion" id="team">{% trans 'OK!Thess team' %}</button> <div class="panel"> <div class="panel-inner"> <div class="row"> {% for partner in partners_list %} <div class="col-md-4"> <div class="program-main-mentor"> <img src="{{ partner.image }}" class="program-main-mentor-image" alt="partner image"> <div class="program-main-mentor-name"> <div>{{ partner.name }}</div> </div> <div>{{ partner.title }}</div> <p>{{ partner.description }}</p> </div> </div> {% endfor %} </div> </div> </div> </div> </div> <div class="col-md-3"> <h3>{% trans 'Official Docs<small> - GR</small>' %}</h3> <div class="sidebar-module sidebar-module-inset sidebar-meetups"> <ul> <li><a href="{% static '/main/files/arxiki-geniki-idea.pdf' %}">{% trans 'Concept' %}</a></li> <li><a href="{% static '/main/files/mnimonio-sunergasias.pdf' %}">{% trans 'Memorandum' %}</a></li> <li><a href="{% static '/main/files/kanonismos-leitourgias.pdf' %}">{% trans 'Regulation' %}</a></li> </ul> </div> </div> </div> </div> <script> var accordionElems = document.getElementsByClassName('accordion'); var i = 0; for (i = 0; i < accordionElems.length; i++) { accordionElems[i].onclick = function () { this.classList.toggle('active'); var panel = this.nextElementSibling; if (panel.style.maxHeight) { panel.style.maxHeight = null; } else { panel.style.maxHeight = panel.scrollHeight + 'px'; } } } function openPanel() { var elemId = document.location.hash.slice(1); var hashElem = document.getElementById(elemId); hashElem.click(); } window.addEventListener('hashchange', openPanel, false); openPanel(); </script> {% endblock %}
OKThess/website
main/templates/main/about.html
HTML
mit
4,178
<!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_121) on Mon Mar 27 11:06:35 KST 2017 --> <title>P-Index</title> <meta name="date" content="2017-03-27"> <link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style"> <script type="text/javascript" src="../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="P-Index"; } } 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="../kr/ac/mju/islab/package-summary.html">Package</a></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-9.html">Prev Letter</a></li> <li><a href="index-11.html">Next Letter</a></li> </ul> <ul class="navList"> <li><a href="../index.html?index-files/index-10.html" target="_top">Frames</a></li> <li><a href="index-10.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="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">G</a>&nbsp;<a href="index-5.html">H</a>&nbsp;<a href="index-6.html">K</a>&nbsp;<a href="index-7.html">L</a>&nbsp;<a href="index-8.html">M</a>&nbsp;<a href="index-9.html">O</a>&nbsp;<a href="index-10.html">P</a>&nbsp;<a href="index-11.html">R</a>&nbsp;<a href="index-12.html">V</a>&nbsp;<a href="index-13.html">X</a>&nbsp;<a href="index-14.html">Y</a>&nbsp;<a href="index-15.html">Z</a>&nbsp;<a name="I:P"> <!-- --> </a> <h2 class="title">P</h2> <dl> <dt><span class="memberNameLink"><a href="../kr/ac/mju/islab/RewardAndroidQuery.html#port">port</a></span> - Variable in class kr.ac.mju.islab.<a href="../kr/ac/mju/islab/RewardAndroidQuery.html" title="class in kr.ac.mju.islab">RewardAndroidQuery</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../kr/ac/mju/islab/RewardQuery.html#port">port</a></span> - Variable in class kr.ac.mju.islab.<a href="../kr/ac/mju/islab/RewardQuery.html" title="class in kr.ac.mju.islab">RewardQuery</a></dt> <dd>&nbsp;</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">G</a>&nbsp;<a href="index-5.html">H</a>&nbsp;<a href="index-6.html">K</a>&nbsp;<a href="index-7.html">L</a>&nbsp;<a href="index-8.html">M</a>&nbsp;<a href="index-9.html">O</a>&nbsp;<a href="index-10.html">P</a>&nbsp;<a href="index-11.html">R</a>&nbsp;<a href="index-12.html">V</a>&nbsp;<a href="index-13.html">X</a>&nbsp;<a href="index-14.html">Y</a>&nbsp;<a href="index-15.html">Z</a>&nbsp;</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="../kr/ac/mju/islab/package-summary.html">Package</a></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-9.html">Prev Letter</a></li> <li><a href="index-11.html">Next Letter</a></li> </ul> <ul class="navList"> <li><a href="../index.html?index-files/index-10.html" target="_top">Frames</a></li> <li><a href="index-10.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>
woojung3/RewardScheme
RewardScheme/doc/index-files/index-10.html
HTML
mit
5,353
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0-beta2) on Mon Mar 19 19:33:08 CST 2007 --> <META http-equiv="Content-Type" content="text/html; charset=utf-8"> <TITLE> 软件包 org.omg.Dynamic 的使用 (Java Platform SE 6) </TITLE><script>var _hmt = _hmt || [];(function() {var hm = document.createElement("script");hm.src = "//hm.baidu.com/hm.js?dd1361ca20a10cc161e72d4bc4fef6df";var s = document.getElementsByTagName("script")[0];s.parentNode.insertBefore(hm, s);})();</script> <META NAME="date" CONTENT="2007-03-19"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="软件包 org.omg.Dynamic 的使用 (Java Platform SE 6)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="跳过导航链接"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>概述</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>软件包</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">类</FONT>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>使用</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>树</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>已过时</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>索引</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>帮助</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> <b>Java<sup><font size=-2>TM</font></sup>&nbsp;Platform<br>Standard&nbsp;Ed. 6</b></EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;上一个&nbsp; &nbsp;下一个</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?org/omg/Dynamic/package-use.html" target="_top"><B>框架</B></A> &nbsp; &nbsp;<A HREF="package-use.html" target="_top"><B>无框架</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>所有类</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>所有类</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>软件包 org.omg.Dynamic<br>的使用</B></H2> </CENTER> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> 使用 <A HREF="../../../org/omg/Dynamic/package-summary.html">org.omg.Dynamic</A> 的软件包</FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.omg.PortableInterceptor"><B>org.omg.PortableInterceptor</B></A></TD> <TD>提供一个注册 ORB 钩子 (hook) 的机制,通过这些钩子 ORB 服务可以截取执行 ORB 的正常流。&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.omg.PortableInterceptor"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <A HREF="../../../org/omg/PortableInterceptor/package-summary.html">org.omg.PortableInterceptor</A> 使用的 <A HREF="../../../org/omg/Dynamic/package-summary.html">org.omg.Dynamic</A> 中的类</FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../org/omg/Dynamic/class-use/Parameter.html#org.omg.PortableInterceptor"><B>Parameter</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;org/omg/Dynamic/Parameter.java。</TD> </TR> </TABLE> &nbsp; <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="跳过导航链接"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>概述</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>软件包</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">类</FONT>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>使用</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>树</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>已过时</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>索引</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>帮助</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> <b>Java<sup><font size=-2>TM</font></sup>&nbsp;Platform<br>Standard&nbsp;Ed. 6</b></EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;上一个&nbsp; &nbsp;下一个</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?org/omg/Dynamic/package-use.html" target="_top"><B>框架</B></A> &nbsp; &nbsp;<A HREF="package-use.html" target="_top"><B>无框架</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>所有类</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>所有类</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> <font size="-1"><a href="http://bugs.sun.com/services/bugreport/index.jsp">提交错误或意见</a><br>有关更多的 API 参考资料和开发人员文档,请参阅 <a href="http://java.sun.com/javase/6/webnotes/devdocs-vs-specs.html">Java SE 开发人员文档</a>。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。 <p>版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守<a href="http://java.sun.com/javase/6/docs/legal/license.html">许可证条款</a>。另请参阅<a href="http://java.sun.com/docs/redist.html">文档重新分发政策</a>。</font> </BODY> </HTML>
piterlin/piterlin.github.io
doc/jdk6_cn/org/omg/Dynamic/package-use.html
HTML
mit
7,926
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>ceramist: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.11.0 / ceramist - 1.0.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> ceramist <small> 1.0.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-12 17:32:44 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-12 17:32:44 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.11.0 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.09.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.09.1 Official release 4.09.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; synopsis: &quot;Coq library for reasoning about probabilistic algorithms&quot; description: &quot;&quot;&quot; Ceramist extends coq-infotheo to support reasoning about probabilistic algorithms, and includes a collection of lemmas on random oracle based hash functions. Provides an example implementation of a bloom filter and uses the library to prove the probability of a false positive. &quot;&quot;&quot; homepage: &quot;https://github.com/certichain/ceramist&quot; dev-repo: &quot;git+https://github.com/certichain/ceramist.git&quot; bug-reports: &quot;https://github.com/certichain/ceramist/issues&quot; maintainer: &quot;[email protected]&quot; authors: [ &quot;Kiran Gopinathan&quot; &quot;Ilya Sergey&quot; ] license: &quot;GPL-3.0-or-later&quot; depends: [ &quot;coq&quot; {&gt;= &quot;8.10.2&quot; &amp; &lt; &quot;8.11~&quot;} &quot;coq-mathcomp-ssreflect&quot; {&gt;= &quot;1.10&quot; &amp; &lt; &quot;1.11~&quot;} &quot;coq-mathcomp-analysis&quot; { &gt;= &quot;0.2.0&quot; &amp; &lt; &quot;0.3~&quot; } &quot;coq-infotheo&quot; { &gt;= &quot;0.0.6&quot; &amp; &lt; &quot;0.0.7~&quot; } ] build: [ [make &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;install&quot;] ] tags: [ &quot;category:Computer Science/Data Types and Data Structures&quot; &quot;keyword: bloomfilter&quot; &quot;keyword: probability&quot; &quot;date:2020-01-25&quot; ] url { src: &quot;https://github.com/certichain/ceramist/archive/1.0.0.tar.gz&quot; checksum: &quot;sha512=1d75e229cf3deaa654177464fee009807acb22f8f72cfb54bcf9d5ee16cc318f3ed089a1f4c94c520637b1845ba0e5fccac951cacbe6ca7e62cb9a2047b01c72&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-ceramist.1.0.0 coq.8.11.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.11.0). The following dependencies couldn&#39;t be met: - coq-ceramist -&gt; coq &lt; 8.11~ -&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-ceramist.1.0.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.09.1-2.0.6/released/8.11.0/ceramist/1.0.0.html
HTML
mit
7,321
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>flocq-quickchick: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.7.1 / flocq-quickchick - 1.0.2</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> flocq-quickchick <small> 1.0.2 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-14 16:25:14 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-14 16:25:14 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.7.1 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.04.2 The OCaml compiler (virtual package) ocaml-base-compiler 4.04.2 Official 4.04.2 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Yaroslav Kogevnikov &lt;[email protected]&gt;&quot; authors: &quot;Yaroslav Kogevnikov &lt;[email protected]&gt;&quot; homepage: &quot;https://github.com/digamma-ai/flocq-quickchick&quot; synopsis: &quot;Flocq binary_float generators for QuickChick testing framework&quot; license: &quot;MIT&quot; bug-reports: &quot;https://github.com/digamma-ai/flocq-quickchick/issues&quot; depends: [ &quot;coq&quot; {= &quot;8.11.0&quot;} &quot;coq-quickchick&quot; {&gt;= &quot;1.3.0&quot;} &quot;coq-flocq&quot; {&gt;= &quot;3.2.0&quot;} ] build: [ [&quot;coq_makefile&quot; &quot;-f&quot; &quot;_CoqProject&quot; &quot;-o&quot; &quot;Makefile&quot;] [make] ] install: [make &quot;install&quot;] dev-repo: &quot;git+https://github.com/digamma-ai/flocq-quickchick.git&quot; tags: [ &quot;logpath: FlocqQuickChick&quot; &quot;date: 2020-04-01&quot; ] url { src: &quot;https://github.com/digamma-ai/flocq-quickchick/archive/1.0.2.tar.gz&quot; checksum: &quot;sha256=a68ad644eebb17bfaac67758da1dd571a069a26f1e9290c6d633e2e407b0c156&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-flocq-quickchick.1.0.2 coq.8.7.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.7.1). The following dependencies couldn&#39;t be met: - coq-flocq-quickchick -&gt; coq = 8.11.0 -&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-flocq-quickchick.1.0.2</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.04.2-2.0.5/released/8.7.1/flocq-quickchick/1.0.2.html
HTML
mit
6,921
<!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>VSTGUI: Member List</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="doxydocu.css" rel="stylesheet" type="text/css"/> </head> <body> <!-- Generated by Doxygen 1.6.1 --> <script type="text/javascript"> <!-- function changeDisplayState (e){ var num=this.id.replace(/[^[0-9]/g,''); var button=this.firstChild; var sectionDiv=document.getElementById('dynsection'+num); if (sectionDiv.style.display=='none'||sectionDiv.style.display==''){ sectionDiv.style.display='block'; button.src='open.gif'; }else{ sectionDiv.style.display='none'; button.src='closed.gif'; } } function initDynSections(){ var divs=document.getElementsByTagName('div'); var sectionCounter=1; for(var i=0;i<divs.length-1;i++){ if(divs[i].className=='dynheader'&&divs[i+1].className=='dynsection'){ var header=divs[i]; var section=divs[i+1]; var button=header.firstChild; if (button!='IMG'){ divs[i].insertBefore(document.createTextNode(' '),divs[i].firstChild); button=document.createElement('img'); divs[i].insertBefore(button,divs[i].firstChild); } header.style.cursor='pointer'; header.onclick=changeDisplayState; header.id='dynheader'+sectionCounter; button.src='closed.gif'; section.id='dynsection'+sectionCounter; section.style.display='none'; section.style.marginLeft='14px'; sectionCounter++; } } } window.onload = initDynSections; --> </script> <div class="navigation" id="top"> <div class="tabs"> <ul> <li><a href="main.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> </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>Iterator&lt; reverse &gt; Member List</h1>This is the complete list of members for <a class="el" href="class_v_s_t_g_u_i_1_1_c_view_container_1_1_iterator.html">Iterator&lt; reverse &gt;</a>, including all inherited members.<table> <tr class="memlist"><td><a class="el" href="class_v_s_t_g_u_i_1_1_c_view_container_1_1_iterator.html#a7d7e8ea48212b8a765026d35378fa9ed">children</a></td><td><a class="el" href="class_v_s_t_g_u_i_1_1_c_view_container_1_1_iterator.html">Iterator&lt; reverse &gt;</a></td><td><code> [protected]</code></td></tr> <tr class="memlist"><td><a class="el" href="class_v_s_t_g_u_i_1_1_c_view_container_1_1_iterator.html#a0288e226ecddf2b008713146efebc698">iterator</a></td><td><a class="el" href="class_v_s_t_g_u_i_1_1_c_view_container_1_1_iterator.html">Iterator&lt; reverse &gt;</a></td><td><code> [protected]</code></td></tr> <tr class="memlist"><td><a class="el" href="class_v_s_t_g_u_i_1_1_c_view_container_1_1_iterator.html#acb6091e9da1abfe377c75a954d885934">Iterator</a>(const CViewContainer *container)</td><td><a class="el" href="class_v_s_t_g_u_i_1_1_c_view_container_1_1_iterator.html">Iterator&lt; reverse &gt;</a></td><td><code> [inline]</code></td></tr> <tr class="memlist"><td><a class="el" href="class_v_s_t_g_u_i_1_1_c_view_container_1_1_iterator.html#a1e24f4f3a100738af5caa39a1eb46618">Iterator</a>(const Iterator &amp;vi)</td><td><a class="el" href="class_v_s_t_g_u_i_1_1_c_view_container_1_1_iterator.html">Iterator&lt; reverse &gt;</a></td><td><code> [inline]</code></td></tr> <tr class="memlist"><td><a class="el" href="class_v_s_t_g_u_i_1_1_c_view_container_1_1_iterator.html#a461ecef43b15fde0cd4552e39e92a652">operator*</a>() const </td><td><a class="el" href="class_v_s_t_g_u_i_1_1_c_view_container_1_1_iterator.html">Iterator&lt; reverse &gt;</a></td><td><code> [inline]</code></td></tr> <tr class="memlist"><td><a class="el" href="class_v_s_t_g_u_i_1_1_c_view_container_1_1_iterator.html#a6cc4b8595eb66cf92e9c9bff44e08b69">operator++</a>()</td><td><a class="el" href="class_v_s_t_g_u_i_1_1_c_view_container_1_1_iterator.html">Iterator&lt; reverse &gt;</a></td><td><code> [inline]</code></td></tr> <tr class="memlist"><td><a class="el" href="class_v_s_t_g_u_i_1_1_c_view_container_1_1_iterator.html#ab46cf293eb052b4ccb860f9dcc34d971">operator++</a>(int)</td><td><a class="el" href="class_v_s_t_g_u_i_1_1_c_view_container_1_1_iterator.html">Iterator&lt; reverse &gt;</a></td><td><code> [inline]</code></td></tr> <tr class="memlist"><td><a class="el" href="class_v_s_t_g_u_i_1_1_c_view_container_1_1_iterator.html#ae80385b82ca4cc6577ea4a4d62f7986f">operator--</a>()</td><td><a class="el" href="class_v_s_t_g_u_i_1_1_c_view_container_1_1_iterator.html">Iterator&lt; reverse &gt;</a></td><td><code> [inline]</code></td></tr> <tr class="memlist"><td><a class="el" href="class_v_s_t_g_u_i_1_1_c_view_container_1_1_iterator.html#a808b3a7957f22ceffd98483556018343">operator--</a>(int)</td><td><a class="el" href="class_v_s_t_g_u_i_1_1_c_view_container_1_1_iterator.html">Iterator&lt; reverse &gt;</a></td><td><code> [inline]</code></td></tr> <tr class="memlist"><td><a class="el" href="class_v_s_t_g_u_i_1_1_c_view_container_1_1_iterator.html#af6e2883fd04dc5b615a1f9b93f64cf54">riterator</a></td><td><a class="el" href="class_v_s_t_g_u_i_1_1_c_view_container_1_1_iterator.html">Iterator&lt; reverse &gt;</a></td><td><code> [protected]</code></td></tr> </table></div> <hr size="1"/><address style="text-align: right;"><small>Generated on Fri Nov 22 11:09:58 2013 for VSTGUI by&nbsp; <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> </body> </html>
rcgilbert/csc344-wi14
SDKs/VST3 SDK/vstgui4/vstgui/Documentation/html/class_v_s_t_g_u_i_1_1_c_view_container_1_1_iterator-members.html
HTML
mit
6,243
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> <HTML> <HEAD> <TITLE>Form1H.xls</TITLE> <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <META name="generator" content="pdftohtml 0.40"> <META name="author" content="theilman"> <META name="date" content="2015-03-17T15:40:16+00:00"> </HEAD> <FRAMESET cols="100,*"> <FRAME name="links" src="W30695.pdf_ind.html"> <FRAME name="contents" src="W30695.pdfs.html"> </FRAMESET> </HTML>
datamade/elpc_bakken
html/pdf/W30695.pdf.html
HTML
mit
505
<html> <head> <style> div.figures figure { display:inline-block; margin: 1px; } figure img { vertical-align: top; } figure figcaption { text-align: center; } </style> </head> <body> <h1>hydrazine</h1> <div class = "figures"> <figure><img src="img/O.C%5BC%40%40%5D%28CC1%3DCC%28O%29%3DC%28O%29C%3DC1%29%28NN%29C%28O%29%3DO.svg"/><figcaption>Carbidopa</figcaption></figure> <figure><img src="img/NNC1%3DNN%3DCC2%3DCC%3DCC%3DC12.svg"/><figcaption>Hydralazine</figcaption></figure> <figure><img src="img/NNC%28%3DO%29C1%3DCC%3DNC%3DC1.svg"/><figcaption>Isoniazid</figcaption></figure> <figure><img src="img/NNCCC1%3DCC%3DCC%3DC1.svg"/><figcaption>Phenelzine</figcaption></figure> </div> </body> </html>
fiskio/fiskio.github.io
fda_drugs/96.html
HTML
mit
833
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.11"/> <title>V8 API Reference Guide for node.js v6.12.0: v8::PersistentHandleVisitor Class Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">V8 API Reference Guide for node.js v6.12.0 </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.11 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#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_1PersistentHandleVisitor.html">PersistentHandleVisitor</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#pub-methods">Public Member Functions</a> &#124; <a href="classv8_1_1PersistentHandleVisitor-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">v8::PersistentHandleVisitor 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:a092c6cc7700b38d9c60bd693a071045a"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a092c6cc7700b38d9c60bd693a071045a"></a> virtual void&#160;</td><td class="memItemRight" valign="bottom"><b>VisitPersistentHandle</b> (<a class="el" href="classv8_1_1Persistent.html">Persistent</a>&lt; <a class="el" href="classv8_1_1Value.html">Value</a> &gt; *value, uint16_t class_id)</td></tr> <tr class="separator:a092c6cc7700b38d9c60bd693a071045a"><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>Interface for iterating through all the persistent handles in the heap. </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>
v8-dox/v8-dox.github.io
81236d9/html/classv8_1_1PersistentHandleVisitor.html
HTML
mit
5,588
<!doctype html> <html lang="en"> <head> <meta charset="utf-8" /> <title>Core Ball</title> <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"/> <link rel="stylesheet" href="coreball.css"> </head> <body> <!-- 旋转盘 --> <ul id="pan" class="roller"> </ul> <!-- 待插入的小球 --> <ul id="ball"> </ul> <script src="coreball.js"></script> </body> </html>
yangjunjun/CoreBall
index.html
HTML
mit
443
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>paco: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.15.0 / paco - 1.2.9</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> paco <small> 1.2.9 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-01 04:13:48 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-01 04:13:48 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-gmp 4 Virtual package relying on a GMP lib system installation coq 8.15.0 Formal proof management system dune 2.9.3 Fast, portable, and opinionated build system ocaml 4.12.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.12.1 Official release 4.12.1 ocaml-config 2 OCaml Switch Configuration ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled ocamlfind 1.9.3 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; version: &quot;1.2.9&quot; homepage: &quot;https://github.com/snu-sf/paco/&quot; dev-repo: &quot;git+https://github.com/snu-sf/paco.git&quot; bug-reports: &quot;https://github.com/snu-sf/paco/issues/&quot; authors: [ &quot;Chung-Kil Hur &lt;[email protected]&gt;&quot; &quot;Georg Neis &lt;[email protected]&gt;&quot; &quot;Derek Dreyer &lt;[email protected]&gt;&quot; &quot;Viktor Vafeiadis &lt;[email protected]&gt;&quot; ] license: &quot;BSD-3&quot; build: [ [make &quot;-C&quot; &quot;src&quot; &quot;all&quot; &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;-C&quot; &quot;src&quot; &quot;-f&quot; &quot;Makefile.coq&quot; &quot;install&quot;] ] remove: [&quot;rm&quot; &quot;-r&quot; &quot;-f&quot; &quot;%{lib}%/coq/user-contrib/Paco&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.6&quot; &amp; &lt; &quot;8.10&quot;} ] synopsis: &quot;Coq library implementing parameterized coinduction&quot; tags: [ &quot;date:2018-02-11&quot; &quot;category:Computer Science/Programming Languages/Formal Definitions and Theory&quot; &quot;category:Mathematics/Logic&quot; &quot;keyword:co-induction&quot; &quot;keyword:simulation&quot; &quot;keyword:parameterized greatest fixed point&quot; ] flags: light-uninstall url { src: &quot;https://github.com/snu-sf/paco/archive/v1.2.9.tar.gz&quot; checksum: &quot;md5=ca7896095f8bd1f9a77cadb9d15d479a&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-paco.1.2.9 coq.8.15.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.15.0). The following dependencies couldn&#39;t be met: - coq-paco -&gt; coq &lt; 8.10 -&gt; ocaml &lt; 4.10 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-paco.1.2.9</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.12.1-2.0.8/released/8.15.0/paco/1.2.9.html
HTML
mit
7,292
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>historical-examples: 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 / historical-examples - 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> historical-examples <small> 8.7.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-13 20:16:59 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-13 20:16:59 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.5.0 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.03.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.03.0 Official 4.03.0 release ocaml-config 1 OCaml Switch Configuration # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/historical-examples&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/HistoricalExamples&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.8~&quot;} ] tags: [ &quot;keyword: Newman&#39;s lemma&quot; &quot;keyword: Tarski&#39;s fixpoint theorem&quot; &quot;keyword: line formatting&quot; &quot;keyword: binary-search paradigm&quot; &quot;keyword: square root approximation&quot; &quot;keyword: Calculus of Constructions&quot; &quot;keyword: history of Coq&quot; &quot;category: Miscellaneous/Coq Use Examples&quot; ] authors: [ &quot;Gérard Huet&quot; &quot;Christine Paulin&quot; ] bug-reports: &quot;https://github.com/coq-contribs/historical-examples/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/historical-examples.git&quot; synopsis: &quot;Historical examples developed in the (pure) Calculus of Constructions&quot; description: &quot;&quot;&quot; This is a collection of historical examples developed in system CoC that implemented Coquand&#39;s Calculus of Constructions. Newman.v and Tarski.v originate in version 1.10, Manna.v and Format.v are from version 4.3. Their evolution to the Calculus of Inductive Constructions (up to Coq V6.3) are in MannaCIC.v and FormatCIC.v. (Collection by Hugo Herbelin.)&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/historical-examples/archive/v8.7.0.tar.gz&quot; checksum: &quot;md5=b77b1bc10c081e5fce0ce9fb46e7a661&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-historical-examples.8.7.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-historical-examples -&gt; coq &gt;= 8.7 -&gt; ocaml &gt;= 4.05.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-historical-examples.8.7.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.03.0-2.0.5/released/8.5.0/historical-examples/8.7.0.html
HTML
mit
7,602
<html> <head> <title>Steve Claridge's panel show appearances</title> <script type="text/javascript" src="../common.js"></script> <link rel="stylesheet" media="all" href="../style.css" type="text/css"/> <script type="text/javascript" src="../people.js"></script> <!--#include virtual="head.txt" --> </head> <body> <!--#include virtual="nav.txt" --> <div class="page"> <h1>Steve Claridge's panel show appearances</h1> <p>Steve Claridge (born 1966-04-10<sup><a href="https://en.wikipedia.org/wiki/Steve_Claridge">[ref]</a></sup>) has appeared in <span class="total">1</span> episodes between 2004-2004. <a href="https://en.wikipedia.org/wiki/Steve_Claridge">Steve Claridge on Wikipedia</a>.</p> <div class="performerholder"> <table class="performer"> <tr style="vertical-align:bottom;"> <td><div style="height:100px;" class="performances male" title="1"></div><span class="year">2004</span></td> </tr> </table> </div> <ol class="episodes"> <li><strong>2004-10-30</strong> / <a href="../shows/fighting-talk.html">Fighting Talk</a></li> </ol> </div> </body> </html>
slowe/panelshows
people/1oq02ksf.html
HTML
mit
1,087
<!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="./0255ea1d2e4e582699f982d9b510f1867ce8f3d0c7af4e20280245dcc5d833dc.html">Teleport</a> <hr> <a href="./../../about.md">About</a> (Spoilers! ) <script src="./../../assets/md5.js"></script> <script> window.currentLevel = 7; </script> <script src="./../../assets/script.js"></script> </body> </html>
simonmysun/praxis
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/e5a369ad27e4e4e9b412c2e7563246e5e2bca608e8e08195cc7220cedb0b2589.html
HTML
mit
550
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>operator=(rtree &amp;&amp;)</title> <link rel="stylesheet" href="../../../../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> <link rel="home" href="../../../../index.html" title="Chapter 1. Geometry"> <link rel="up" href="../boost__geometry__index__rtree.html" title="boost::geometry::index::rtree"> <link rel="prev" href="operator__rtree_const___.html" title="operator=(rtree const &amp;)"> <link rel="next" href="swap_rtree___.html" title="swap(rtree &amp;)"> </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="operator__rtree_const___.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../boost__geometry__index__rtree.html"><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="swap_rtree___.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h5 class="title"> <a name="geometry.reference.spatial_indexes.boost__geometry__index__rtree.operator__rtree____"></a><a name="classboost_1_1geometry_1_1index_1_1rtree_1af0bf9622ed3e901580b73ed39b746fb7"></a><a class="link" href="operator__rtree____.html" title="operator=(rtree &amp;&amp;)">operator=(rtree &amp;&amp;)</a> </h5></div></div></div> <p> <a class="indexterm" name="idm45246417542208"></a> The moving assignment. </p> <h6> <a name="geometry.reference.spatial_indexes.boost__geometry__index__rtree.operator__rtree____.h0"></a> <span class="phrase"><a name="geometry.reference.spatial_indexes.boost__geometry__index__rtree.operator__rtree____.description"></a></span><a class="link" href="operator__rtree____.html#geometry.reference.spatial_indexes.boost__geometry__index__rtree.operator__rtree____.description">Description</a> </h6> <p> It uses parameters and translator from the source tree. </p> <h6> <a name="geometry.reference.spatial_indexes.boost__geometry__index__rtree.operator__rtree____.h1"></a> <span class="phrase"><a name="geometry.reference.spatial_indexes.boost__geometry__index__rtree.operator__rtree____.synopsis"></a></span><a class="link" href="operator__rtree____.html#geometry.reference.spatial_indexes.boost__geometry__index__rtree.operator__rtree____.synopsis">Synopsis</a> </h6> <pre class="programlisting"><code class="literal"><a class="link" href="../boost__geometry__index__rtree.html#classboost_1_1geometry_1_1index_1_1rtree">rtree</a></code><code class="computeroutput"> <span class="special">&amp;</span></code> <code class="computeroutput"><span class="keyword">operator</span><span class="special">=</span></code><code class="computeroutput"><span class="special">(</span></code><code class="literal"><a class="link" href="../boost__geometry__index__rtree.html#classboost_1_1geometry_1_1index_1_1rtree">rtree</a></code><code class="computeroutput"> <span class="special">&amp;&amp;</span></code> <code class="computeroutput"><span class="identifier">src</span></code><code class="computeroutput"><span class="special">)</span></code> </pre> <h6> <a name="geometry.reference.spatial_indexes.boost__geometry__index__rtree.operator__rtree____.h2"></a> <span class="phrase"><a name="geometry.reference.spatial_indexes.boost__geometry__index__rtree.operator__rtree____.parameter_s_"></a></span><a class="link" href="operator__rtree____.html#geometry.reference.spatial_indexes.boost__geometry__index__rtree.operator__rtree____.parameter_s_">Parameter(s)</a> </h6> <div class="informaltable"><table class="table"> <colgroup> <col> <col> <col> </colgroup> <thead><tr> <th> <p> Type </p> </th> <th> <p> Name </p> </th> <th> <p> Description </p> </th> </tr></thead> <tbody><tr> <td> <p> <code class="literal"><a class="link" href="../boost__geometry__index__rtree.html#classboost_1_1geometry_1_1index_1_1rtree">rtree</a></code><code class="computeroutput"> <span class="special">&amp;&amp;</span></code> </p> </td> <td> <p> <code class="computeroutput"><span class="identifier">src</span></code> </p> </td> <td> <p> The rtree which content will be moved. </p> </td> </tr></tbody> </table></div> <h6> <a name="geometry.reference.spatial_indexes.boost__geometry__index__rtree.operator__rtree____.h3"></a> <span class="phrase"><a name="geometry.reference.spatial_indexes.boost__geometry__index__rtree.operator__rtree____.throws"></a></span><a class="link" href="operator__rtree____.html#geometry.reference.spatial_indexes.boost__geometry__index__rtree.operator__rtree____.throws">Throws</a> </h6> <p> Only if allocators aren't equal. </p> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> <li class="listitem"> If Value copy constructor throws. </li> <li class="listitem"> If allocation throws or returns invalid value. </li> </ul></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 © 2009-2021 Barend Gehrels, Bruno Lalande, Mateusz Loskot, Adam Wulkiewicz, Oracle and/or its affiliates<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="operator__rtree_const___.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../boost__geometry__index__rtree.html"><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="swap_rtree___.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
davehorton/drachtio-server
deps/boost_1_77_0/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/operator__rtree____.html
HTML
mit
7,533
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="GENERATOR" content="VSdocman - documentation generator; https://www.helixoft.com" /> <link rel="icon" href="favicon.ico"> <title>ApplicantService.RemoveApplicantCv Method</title> <link rel="stylesheet" type="text/css" href="msdn2019/toc.css" /> <script src="msdn2019/toc.js"></script> <link rel="stylesheet" type="text/css" href="msdn2019/msdn2019.css"></link> <script src="msdn2019/msdn2019.js" type="text/javascript"></script> <script src="SyntaxHighlighter/scripts/shCore_helixoft.js" type="text/javascript"></script> <script src="SyntaxHighlighter/scripts/shBrushVb.js" type="text/javascript"></script> <script src="SyntaxHighlighter/scripts/shBrushCSharp.js" type="text/javascript"></script> <script src="SyntaxHighlighter/scripts/shBrushFSharp.js" type="text/javascript"></script> <script src="SyntaxHighlighter/scripts/shBrushCpp.js" type="text/javascript"></script> <script src="SyntaxHighlighter/scripts/shBrushJScript.js" type="text/javascript"></script> <link href="SyntaxHighlighter/styles/shCore.css" rel="stylesheet" type="text/css" /> <link href="SyntaxHighlighter/styles/shThemeMsdnLW.css" rel="stylesheet" type="text/css" /> <script type="text/javascript"> SyntaxHighlighter.all(); </script> <link rel="stylesheet" type="text/css" href="vsdocman_overrides.css"></link> </head> <body style="direction: ltr;"> <div id="topic"> <!--HEADER START--> <div id="header"> <div id="header-top-container"> <div id="header-top-parent-container1"> <div id="header-top-container1"> <div id="runningHeaderText1"><a id="headerLogo" href="#" onclick="window.location.href = getCssCustomProperty('--headerLogoLink'); return false;">logo</a></div> <div id="runningHeaderText1b"><script> document.write(getCssCustomProperty('--headerTopCustomLineHtml')); </script></div> </div> </div> <div id="header-top-container2"> <div id="runningHeaderText">SOLUTION-WIDE PROPERTIES Reference</div> <div id="search-bar-container"> <form id="search-bar" action="search--.html"> <input id="HeaderSearchInput" type="search" name="search" placeholder="Search" > <button id="btn-search" class="c-glyph" title="Search"> <span>Search</span> </button> </form> <button id="cancel-search" class="cancel-search" title="Cancel"> <span>Cancel</span> </button> </div> </div> </div> <hr /> <div id="header-breadcrumbs"></div> <div id="headerLinks"> </div> <hr /> </div> <!--HEADER END--> <div id="mainSection"> <div id="toc-area"> <div id="toc-container" class="stickthis full-height"> <div id="-1"></div> <div id="c-1"> <div id="ci-1" class="inner-for-height"></div> </div> </div> </div> <div id="mainBody"> <h1 class="title">ApplicantService.RemoveApplicantCv Method</h1> <div class="metadata"> Namespace: <a href="topic_0000000000000A6F.html">Tlece.Recruitment.Services.Applicant</a> <br />Assembly: Tlece.Recruitment (in Tlece.Recruitment.dll) </div> <div class="section_container"> <div id="syntaxSection" class="section"> <div id="syntaxCodeBlocks"> <div class="codeSnippetContainer"> <div class="codeSnippetTabs"> <div class="codeSnippetTabLeftCornerActive"> </div> <div class="codeSnippetTab csFirstTab csActiveTab codeVB"> <a>VB</a> </div> <div class="codeSnippetTab csNaTab codeCsharp"> <a href="javascript: CodeSnippet_SetLanguage('Csharp');">C#</a> </div> <div class="codeSnippetTab csNaTab codeFsharp"> <a href="javascript: CodeSnippet_SetLanguage('Fsharp');">F#</a> </div> <div class="codeSnippetTab csNaTab codeCpp"> <a href="javascript: CodeSnippet_SetLanguage('Cpp');">C++</a> </div> <div class="codeSnippetTab csLastTab csNaTab codeJScript"> <a href="javascript: CodeSnippet_SetLanguage('JScript');">JScript</a> </div> <div class="codeSnippetTabRightCorner"> </div> <div style="clear:both;"> </div> </div> <div class="codeSnippetCodeCollection"> <div class="codeSnippetToolbar"> <a title="Copy to clipboard." href="javascript:void(0)" onclick="CopyCode(this);">Copy</a> </div> <div class="codeSnippetCode codeVB"> <pre xml:space="preserve" class="brush: vb">Public Function RemoveApplicantCv( _&nbsp;<br /> ByVal <i>paramApplicantCvId</i> As <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.guid">Guid</a> _&nbsp;<br />) As <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.threading.tasks.task-1">Task</a>(Of <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.boolean">Boolean</a>)</pre> </div> <div class="codeSnippetCode codeNA"> <pre xml:space="preserve">This language is not supported or no code example is available.</pre> </div> </div> </div> <div class="codeSnippetContainer"> <div class="codeSnippetTabs"> <div class="codeSnippetTabLeftCorner"> </div> <div class="codeSnippetTab csFirstTab csNaTab codeVB"> <a>VB</a> </div> <div class="codeSnippetTab csActiveTab codeCsharp"> <a href="javascript: CodeSnippet_SetLanguage('Csharp');">C#</a> </div> <div class="codeSnippetTab csNaTab codeFsharp"> <a href="javascript: CodeSnippet_SetLanguage('Fsharp');">F#</a> </div> <div class="codeSnippetTab csNaTab codeCpp"> <a href="javascript: CodeSnippet_SetLanguage('Cpp');">C++</a> </div> <div class="codeSnippetTab csLastTab csNaTab codeJScript"> <a href="javascript: CodeSnippet_SetLanguage('JScript');">JScript</a> </div> <div class="codeSnippetTabRightCorner"> </div> <div style="clear:both;"> </div> </div> <div class="codeSnippetCodeCollection"> <div class="codeSnippetToolbar"> <a title="Copy to clipboard." href="javascript:void(0)" onclick="CopyCode(this);">Copy</a> </div> <div class="codeSnippetCode codeCsharp"> <pre xml:space="preserve" class="brush: csharp">public <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.threading.tasks.task-1">Task</a>&lt;<a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.boolean">bool</a>&gt; RemoveApplicantCv(&nbsp;<br /> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.guid">Guid</a> <i>paramApplicantCvId</i>&nbsp;<br />)</pre> </div> <div class="codeSnippetCode codeNA"> <pre xml:space="preserve">This language is not supported or no code example is available.</pre> </div> </div> </div> <div class="codeSnippetContainer"> <div class="codeSnippetTabs"> <div class="codeSnippetTabLeftCorner"> </div> <div class="codeSnippetTab csFirstTab csNaTab codeVB"> <a>VB</a> </div> <div class="codeSnippetTab csNaTab codeCsharp"> <a href="javascript: CodeSnippet_SetLanguage('Csharp');">C#</a> </div> <div class="codeSnippetTab csNaTab codeFsharp"> <a href="javascript: CodeSnippet_SetLanguage('Fsharp');">F#</a> </div> <div class="codeSnippetTab csActiveTab codeCpp"> <a href="javascript: CodeSnippet_SetLanguage('Cpp');">C++</a> </div> <div class="codeSnippetTab csLastTab csNaTab codeJScript"> <a href="javascript: CodeSnippet_SetLanguage('JScript');">JScript</a> </div> <div class="codeSnippetTabRightCorner"> </div> <div style="clear:both;"> </div> </div> <div class="codeSnippetCodeCollection"> <div class="codeSnippetToolbar"> <a title="Copy to clipboard." href="javascript:void(0)" onclick="CopyCode(this);">Copy</a> </div> <div class="codeSnippetCode codeCpp"> <pre xml:space="preserve" class="brush: cpp">public: &nbsp;<br /><a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.threading.tasks.task-1">Task</a>&lt;<a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.boolean">bool</a>&gt;^ RemoveApplicantCv(&nbsp;<br /> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.guid">Guid</a> <i>paramApplicantCvId</i>&nbsp;<br />) </pre> </div> <div class="codeSnippetCode codeNA"> <pre xml:space="preserve">This language is not supported or no code example is available.</pre> </div> </div> </div> <div class="codeSnippetContainer"> <div class="codeSnippetTabs"> <div class="codeSnippetTabLeftCorner"> </div> <div class="codeSnippetTab csFirstTab csNaTab codeVB"> <a>VB</a> </div> <div class="codeSnippetTab csNaTab codeCsharp"> <a href="javascript: CodeSnippet_SetLanguage('Csharp');">C#</a> </div> <div class="codeSnippetTab csNaTab codeFsharp"> <a href="javascript: CodeSnippet_SetLanguage('Fsharp');">F#</a> </div> <div class="codeSnippetTab csNaTab codeCpp"> <a href="javascript: CodeSnippet_SetLanguage('Cpp');">C++</a> </div> <div class="codeSnippetTab csActiveTab csLastTab codeJScript"> <a href="javascript: CodeSnippet_SetLanguage('JScript');">JScript</a> </div> <div class="codeSnippetTabRightCornerActive"> </div> <div style="clear:both;"> </div> </div> <div class="codeSnippetCodeCollection"> <div class="codeSnippetToolbar"> <a title="Copy to clipboard." href="javascript:void(0)" onclick="CopyCode(this);">Copy</a> </div> <div class="codeSnippetCode codeJScript"> <pre xml:space="preserve" class="brush: js">JScript does not support generic types and methods.</pre> </div> <div class="codeSnippetCode codeNA"> <pre xml:space="preserve">This language is not supported or no code example is available.</pre> </div> </div> </div> </div> <h4 class="subHeading"> Parameters</h4><dl paramName="paramApplicantCvId" class="parameterList"> <dt> <span class="parameter"> paramApplicantCvId </span> </dt> <dd> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.guid">Guid</a> </dd> </dl> <p> </p> <p /> <h4 class="subHeading"> Return Value</h4> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.threading.tasks.task-1">Task</a>&lt;<a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.boolean">bool</a>&gt; </div> </div> <div class="section_container"> <div class="section_heading"> <span><a href="javascript:void(0)" title="Collapse" onclick="toggleSection(this);">Applies to</a></span> <div>&nbsp;</div> </div> <div id="frameworksSection" class="section"> <h4 class="subHeading">.NET Framework</h4>Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1<br /> </div> </div> <div class="section_container"> <div class="section_heading"> <span><a href="javascript:void(0)" title="Collapse" onclick="toggleSection(this);">See Also</a></span> <div>&nbsp;</div> </div> <div id="seeAlsoSection" class="section"> <div> <a href="topic_0000000000000A70.html">ApplicantService Class</a><br /> <a href="topic_0000000000000A6F.html">Tlece.Recruitment.Services.Applicant Namespace</a><br /> </div> </div> </div> </div> <div id="internal-toc-area"> <div id="internal-toc-container" class="stickthis"> <h3 id="internal-toc-heading">In this article</h3> <span id="internal-toc-definition-localized-text">Definition</span> </div> </div> </div> <div id="footer"> <div id="footer-container"> <p><span style="color: #FF0000;">Generated with unregistered version of <a target="_top" href="http://www.helixoft.com/vsdocman/overview.html">VSdocman</a></span>&nbsp;<br />Your own footer text will only be shown in registered version.</p> </div> </div> </div> </body> </html>
asiboro/asiboro.github.io
vsdoc/topic_0000000000000A7A.html
HTML
mit
12,531
<HTML><HEAD> <TITLE>Review for Network (1976)</TITLE> <LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css"> </HEAD> <BODY BGCOLOR="#FFFFFF" TEXT="#000000"> <H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0074958">Network (1976)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?James+Berardinelli">James Berardinelli</A></H3><HR WIDTH="40%" SIZE="4"> <PRE>NETWORK</PRE> <PRE>A Film Review by James Berardinelli</PRE> <PRE>RATING: ***1/2 OUT OF ****</PRE> <PRE>United States, 1976 Running Length: 2:00 MPAA Classification: R (Occasional profanity, non-explicit sexual situations, violence) Theatrical Aspect Ratio: 1.85:1</PRE> <P>Cast: William Holden, Faye Dunaway, Peter Finch, Robert Duvall, William Prince, Arthur Burghardt, Beatrice Straight, Ned Beatty Director: Sidney Lumet Producer: Howard Gottfried Screenplay: Paddy Chayefsky Cinematography: Owen Roizman Music: Elliot Lawrence U.S. Distributor: United Artists</P> <P> In motion pictures, there are essentially three types of satire: a fatuous, silly kind that emphasizes jokes to the exclusion of all else; a lightly comic approach that gently pokes fun at issues while developing a plot and characters; and a vicious, unrelenting attack that uses gallows humor to obtain laughs. The television news industry has been well represented on screen in each of the latter two categories. BROADCAST NEWS, starring William Hurt, Holly Hunter, and Albert Brooks, and directed by James L. Brooks, takes an affectionate-but-pointed look at what goes on behind-the-scenes. NETWORK, director Sidney Lumet's contribution, goes much farther. It's a dark, dark comedy that ruthlessly skewers the news industry on a stake, then roasts it alive. </P> <P> NETWORK is brilliant, but it's not very funny in the conventional sense. Those looking for a bellyful of laughs would do better renting something else. This movie has its share of amusing moments, but the comedy is so bleak that it's best appreciated on the intellectual level. I can envision a viewer chuckling grimly and nodding his or her head at some of NETWORK's nastiest barbs; I can't see this movie causing anyone to collapse in a paroxysm of laughter the way THIS IS SPINAL TAP does. NETWORK is best enjoyed for what it is -- a blistering social commentary that uses exaggeration to make its point. Terms that should not be used to describe it: "light," "breezy," "inconsequential," "amiable," "pleasant," and "hilarious." </P> <P> The story takes place in the news room of UBS-TV, a fictional, last-place network. The UBS Evening News, anchored by veteran Howard Beale (Peter Finch) is struggling, coming in way behind ABC, NBC, and CBS. In an attempt to reverse its fortunes, UBS decides to can Beale and bring in someone new. The night after Beale is told of his firing, he announces on-air that not only has his contract been terminated, but that he will kill himself during his final broadcast in one week. "I'm going to blow my brains out right here on this program," he states. The network is flooded with calls of shrieking protest. UBS' ratings go up.</P> <P> After a discussion with UBS' news director, Max Schumacher (William Holden), Beale agrees to rectify the situation. So, that night, the anchor states that he has decided not to go ahead with the suicide, then proceeds to deliver a blistering attack on life in America, calling it "bullsh*t" and using several words that usually don't get past the people in Standards & Practices. Schumacher is fired for allowing the broadcast to go out, but, when the overnight ratings indicate that Beale's tirade was a huge hit, he discovers that he still has a job. Meanwhile, a programming executive at the network, Diana Christensen (Faye Dunaway), pleads with the new head of UBS, Frank Hackett (Robert Duvall), for control of the news division. She claims she can make UBS News the most watched newscast in the country. When she's given the opportunity, she revamps the broadcast, turning it into a cross between a variety show and an evangelical program (which, in many ways, is a forerunner of today's tabloid gossip half-hours), with Howard Beale, the "Mad Prophet of the Airwaves" as the centerpiece. </P> <P> While Beale is all-too-happy to be a part of Christensen's vision, Schumacher, a proponent of the "hard news" approach, is less thrilled. To pacify him, Christensen begins an affair with him -- one that causes Max to leave his wife. Meanwhile, on the air, things are good, with Beale turning into a national phenomenon. Then, inevitably, ratings begin to drop. Beale's message becomes too depressing for the public. Drastic measures are called for.</P> <P> The final scene of NETWORK is intended to be frankly shocking. And, when the movie was released in 1976, it was. Since then, however, television in general, and the news in particular, has become so openly grotesque and sensationalistic that NETWORK's finale seems more credible than appalling. If you doubt this, consider the case of Pennsylvania state treasurer R. Budd Dwyer. On January 22, 1987, he called a news conference to discuss his recent conviction for embezzlement. After reading a short, prepared statement, he produced a gun, placed it in his mouth, and killed himself. At least one local TV station broadcast the entire event, and the audio of the suicide could be heard on every radio news update in the area. </P> <P> NETWORK's point is, of course, that ratings drive everything. Everyone in the broadcast industry recognizes this, and so does most of the public, so it's not exactly a revolutionary concept. What's unique is the film's outrageous approach to the subject. And NETWORK doesn't just stop with the numbers -- it delves into the reasons why certain programs do better than others and what the viewing public really wants (which is often very different from what they say they want). With an unblinking frankness that is sometimes uncomfortable, NETWORK examines three undeniable characteristics of TV viewers: a love of scandal, a taste for anything lurid or shocking, and a short attention span. More than 20 years ago, director Sidney Lumet and writer Paddy Chayefsky possessed a prophetic vision -- it's almost as if they saw Jerry Springer and Jenny Jones coming. </P> <P> NETWORK is not a perfect film. There are times when the pacing is uneven (I have always been curious about what was cut from the final version). A little too much time is occupied by a subplot involving the development of an hour long entertainment show based on the exploits of a group of terrorists (complete with a not-so-subtle Patty Hearst lampoon). On balance, those are small complaints, and they do little to mar NETWORK's brilliant shine.</P> <P> NETWORK was brought to the screen by a film maker with a tremendous track record, and this was undoubtedly one of his greatest success stories. It earned Sidney Lumet, the director of 12 ANGRY MEN, SERPICO, MURDER ON THE ORIENT EXPRESS, DOG DAY AFTERNOON, and THE VERDICT, one of his four Best Director Oscar nominations (he hasn't won any). While I won't go so far as to claim that NETWORK is Lumet's best effort, it ranks alongside DOG DAY AFTERNOON (also about the corruption of the media) as one of his most acid and pointed social commentaries. </P> <P> The cast, which earned five acting nominations (and won three), is stellar. The best-known member of the ensemble group is probably William Holden. An Oscar-winner for STALAG 17, Holden went on to star in such memorable films as SUNSET BOULEVARD, BRIDGE ON THE RIVER KWAI, and THE WILD BUNCH. Here, as the morally-burdened Max Schumacher, Holden brings depth and feeling to a crucial role, adroitly treading the line separating the starry-eyed idealist from the uncaring pragmatist. Schumacher is the character in NETWORK that the audience most identifies with, and Holden's near-perfect performance is one reason why.</P> <P> As Diana Christensen, Faye Dunaway won an Oscar for her work here. Her character is smart, manipulative, cold, and oh-so-sexy. Schumacher offers this pointed description of his lover: "I'm not sure she's capable of any real feelings. She's television generation. She learned life from Bugs Bunny." Alongside roles in BONNIE & CLYDE and CHINATOWN, Dunaway's performance in NETWORK remains among her most accomplished. It's easy to see what Schumacher saw in Christensen, even though he knew who and what she was -- she's as easy to love as she is to hate.</P> <P> The third member of the main trio is Peter Finch, who was given a posthumous Oscar for the part of Howard Beale. Finch died of a heart attack some two months before the Awards ceremony. It was his second nomination (the other being for SUNDAY BLOODY SUNDAY) and only victory. The actor's performance is masterful, as he essays a man on the cusp of desperation and madness. Finch gives Beale his power and charisma, making it possible to understand how a nationwide audience could be captivated by this latter-day evangelist.</P> <P> The supporting cast is no less impressive. Robert Duvall plays the calculating head of UBS -- a man determined to lift the struggling network from the mire it has slipped into. Ned Beatty received an Oscar nomination for his performance as a businessman who warns Beale about whom he can and can't insult during his "sermons." And Beatrice Straight won a Supporting Actress statuette for portraying Schumacher's long-suffering wife, Louise, who is deeply hurt by her husband's rejection of their 25 year marriage in favor of an affair with Christensen. One passionate monologue in the second half of the film gained her the award.</P> <P> In total, NETWORK garnered 10 Oscar nominations; it walked away with four wins (Actor -- Finch, Actress -- Dunaway, Supporting Actress - - Straight, and Screenplay). Yet the awards are nothing more than a testimony to NETWORK's strength as both a film and a satire about the realities of television and the relationship between news and entertainment. As Beale says in his most inspired speech: "Television is not the truth… Television is a circus, a carnival, a traveling troupe of acrobats, storytellers, dancers, singers, jugglers, sideshow freaks, lion tamers, and football players. We're in the boredom-killing business." This is Lumet's message to the audience, and it, like NETWORK, is just as pertinent today as it was in 1976. In fact, a case could be made that the movie works better when viewed in the '90s, because things that seemed far-fetched 20 years ago aren't nearly as unbelievable today. One wonders if, in another few decades, a future generation will look at this film and guess whether it was "based on a true story." </P> <PRE>Copyright 1998 James Berardinelli</PRE> <PRE>- James Berardinelli e-mail: <A HREF="mailto:[email protected]">[email protected]</A></PRE> <P>Now with more than 1400 reviews... The ReelViews web site: <A HREF="http://movie-reviews.colossus.net/">http://movie-reviews.colossus.net/</A></P> <P>"My belief is that no movie, nothing in life, leaves people neutral. You either leave them up or you leave them down."</P> <PRE>-- David Puttnam</PRE> <HR><P CLASS=flush><SMALL>The review above was posted to the <A HREF="news:rec.arts.movies.reviews">rec.arts.movies.reviews</A> newsgroup (<A HREF="news:de.rec.film.kritiken">de.rec.film.kritiken</A> for German reviews).<BR> The Internet Movie Database accepts no responsibility for the contents of the review and has no editorial control. Unless stated otherwise, the copyright belongs to the author.<BR> Please direct comments/criticisms of the review to relevant newsgroups.<BR> Broken URLs inthe reviews are the responsibility of the author.<BR> The formatting of the review is likely to differ from the original due to ASCII to HTML conversion. </SMALL></P> <P ALIGN=CENTER>Related links: <A HREF="/Reviews/">index of all rec.arts.movies.reviews reviews</A></P> </P></BODY></HTML>
xianjunzhengbackup/code
data science/machine_learning_for_the_web/chapter_4/movie/11540.html
HTML
mit
12,403
<script type="text/javascript"> $(function() { parent.$.messager.progress('close'); $('#form').form({ url : '/useraction/useradd', onSubmit : function() { console.info($("#pwd").val()); parent.$.messager.progress({ title : '提示', text : '数据处理中,请稍后....' }); var isValid = $(this).form('validate'); if (!isValid) { parent.$.messager.progress('close'); } return isValid; }, success : function(result) { parent.$.messager.progress('close'); // result = $.parseJSON(result); if (result) { parent.$.modalDialog.openner_dataGrid.datagrid('reload');//之所以能在这里调用到parent.$.modalDialog.openner_dataGrid这个对象 parent.$.modalDialog.handler.dialog('close'); parent.$.messager.alert('修改成功', result, 'success'); } else { parent.$.messager.alert('错误', result, 'error'); } } }); //测试grid取值 }); // $("input[name='id']").val(getCookie('ob_id')); </script> <div class="easyui-layout" data-options="fit:true,border:false"> <div data-options="region:'center',border:false" title="" style="overflow: hidden;"> <form id="form" method="post"> <table class="table table-hover table-condensed"> <tr> <th>用户名</th> <td><input name="username" type="text" value="" class="easyui-validatebox span2" data-options="required:true"></td> <th>密码</th> <td><input id="pwd" name="pwd" type="password" placeholder="请输入密码" class="easyui-validatebox span2" data-options="required:true"></td> </tr> </table> </form> </div> </div>
gripson/EIMS
app/views/Application/useradd.html
HTML
mit
2,067
{% extends '_base_iframe.html' %}{% load humanize madlibs %} {% block content %} <article id="demographics" class="clearfix"> <div class="section-container"> <section class="clearfix stat-row"> <header id="header-box" class="column-full"> <h1 class="title">{% firstof geography.this.full_name geography.this.short_name %}</h1> </header> <div class="column-half"> <div class="stat"> <span class="primary"> <span class="value">{{ geography.this.total_population|intcomma }}</span> <span class="name">Population</span> </span> </div> </div> {% if geo_metadata.square_miles or geo_metadata.population_density %} <div class="column-half"> <div class="stat"> <span class="secondary"> <span class="value">{% if geo_metadata.square_miles < .1 %}{{ geo_metadata.square_miles|floatformat:"3" }}{% else %}{{ geo_metadata.square_miles|floatformat|intcomma }}{% endif %}</span> <span class="name"> square miles</span> </span> <span class="secondary"> <span class="value">{{ geo_metadata.population_density|floatformat|intcomma }}</span> <span class="name"> people per square mile</span> </span> </div> </div> {% endif %} <div class="column-full"> <p class="caption"> <strong>Census data:</strong> {{ geography.census_release }} unless noted </p> </div> </section> </div> <div class="section-container"> <section class="clearfix stat-row"> <h2 class="header-for-columns"> <a class="permalink" href="#age" id="age">Age <i class="fa fa-link"></i></a> </h2> <aside></aside> <div class="column-quarter"> {% include 'profile/_blocks/_stat_list.html' with stat=demographics.age.median_age.total stat_type='number' %} </div> <div class="column-half" id="chart-histogram-demographics-age-distribution_by_decade-total" data-stat-type="scaled-percentage" data-chart-title="Population by age range"></div> <div class="column-quarter" id="chart-pie-demographics-age-distribution_by_category" data-stat-type="percentage" data-chart-title="Population by age category" data-initial-sort="-value"></div> </section> </div> <div class="section-container"> <section class="clearfix stat-row"> <h2> <a class="permalink" href="#commute" id="commute">Transportation to work <i class="fa fa-link"></i></a> </h2> <aside> </aside> <div class="column-third"> {% include 'profile/_blocks/_stat_list.html' with stat=economics.employment.mean_travel_time stat_type='time' stat_suffix='minutes' %} </div> <div class="column-two-thirds" id="chart-histogram-economics-employment-transportation_distribution" data-chart-title="Means of transportation to work" data-stat-type="scaled-percentage" data-qualifier="Universe: {{ economics.employment.transportation_distribution.metadata.universe }}"></div> </section> </div> <div class="section-container"> <section class="clearfix stat-row"> <h2> <a class="permalink" href="#housing-occupancy" id="housing-occupancy">Units &amp; Occupancy <i class="fa fa-link"></i></a> </h2> <aside> </aside> <div class="column-third"> {% include 'profile/_blocks/_stat_list.html' with stat=housing.units.number stat_type='count' %} </div> <div class="column-third" id="chart-pie-housing-units-occupancy_distribution" data-stat-type="percentage" data-chart-title="Occupied vs. Vacant" data-initial-sort="-value"></div> <div class="column-third" id="chart-pie-housing-ownership-distribution" data-stat-type="percentage" data-chart-title="Ownership of occupied units" data-initial-sort="-value"></div> </section> <section class="clearfix stat-row grouped-row"> <div class="column-third" id="chart-pie-housing-units-structure_distribution" data-stat-type="percentage" data-chart-title="Types of structure" data-initial-sort="-value"></div> <div class="column-two-thirds" id="chart-histogram-housing-length_of_tenure" data-stat-type="scaled-percentage" data-chart-title="Year moved in, by percentage of population"></div> </section> <section class="clearfix stat-row"> <h2> <a class="permalink" href="#geographical-mobility" id="geographical-mobility">Geographical mobility <i class="fa fa-link"></i></a> </h2> <aside> </aside> <div class="column-third"> {% include 'profile/_blocks/_stat_list.html' with stat=housing.migration.moved_since_previous_year stat_type='percentage' %} </div> <div class="column-two-thirds" id="chart-histogram-housing-migration_distribution" data-stat-type="scaled-percentage" data-chart-title="Population migration since previous year"></div> </section> </div> <div class="section-container"> <section class="clearfix stat-row"> <h2> <a class="permalink" href="#veteran-status" id="veteran-status">Veteran status <i class="fa fa-link"></i></a> </h2> <aside> </aside> <div class="column-quarter"> {% include 'profile/_blocks/_stat_list.html' with stat=social.veterans.percentage stat_type='percentage' %} </div> <div class="column-half" id="chart-column-social-veterans-wartime_service" data-stat-type="number" data-chart-title="Veterans by wartime service" data-qualifier="Civilian veterans who served during wartime only"></div> <div class="column-quarter"> <a class="stat number"> {% include 'profile/_blocks/_stat_list.html' with stat=social.veterans.number stat_type='number' stat_class='secondary' stat_wrapper="false" %} {% include 'profile/_blocks/_stat_list.html' with stat=social.veterans.sex.male stat_type='number' stat_class='secondary' stat_wrapper="false" %} {% include 'profile/_blocks/_stat_list.html' with stat=social.veterans.sex.female stat_type='number' stat_class='secondary' stat_wrapper="false" %} </a> </div> </section> </div> </article> {% endblock %} {% block body_javascript_extra %}{{ block.super }} <script src="{{ STATIC_URL }}js/charts.js"></script> <script type="text/javascript"> var hostWindow = null; var sendHeightMessage = function() { if (! hostWindow) return; var $demographics = $('#demographics'); var height = $demographics.height(); var j = { height: height }; var message = JSON.stringify(j); hostWindow.postMessage(message, '*'); }; var onMessage = function(e) { var event = e.originalEvent; var command = event.data; if (command === 'register') { hostWindow = event.source; hostWindow.postMessage('register-ok', '*'); } else if (command === 'get-height') { setTimeout(sendHeightMessage, 163); } }; $(window).on('message', onMessage); $(window).on('resize', function() { sendHeightMessage(); }); </script> <script type="text/javascript"> // Allow Ajax POST requests to bypass Django's CSRF check // https://docs.djangoproject.com/en/dev/ref/contrib/csrf/#ajax var csrftoken = '{{ csrf_token }}'; function csrfSafeMethod(method) { // these HTTP methods do not require CSRF protection return (/^(GET|HEAD|OPTIONS|TRACE)$/.test(method)); } $.ajaxSetup({ beforeSend: function(xhr, settings) { if (!csrfSafeMethod(settings.type) && !this.crossDomain) { xhr.setRequestHeader("X-CSRFToken", csrftoken); } } }); // Create all the charts var Charts = {}, chartContainers = $('[id^=chart-]'), defaultDataRelease = '{{ geography.census_release }}', releases = [defaultDataRelease], profileData = {{ profile_data_json }}; var gracefulType = function(chartType) { // convert certain chart types to more readable versions at narrow widths if (browserWidth <= 640) { if (chartType === 'column' || chartType === 'histogram') { return 'bar'; } else if (chartType === 'grouped_column') { return 'grouped_bar'; } } return chartType; }; var makeCharts = function() { $.each(chartContainers, function(i, obj) { $(obj).empty(); var chartID = $(this).prop('id'), chartDataKey = chartID.replace('chart-', '').replace('alt-', ''), chartDataID = chartDataKey.split('-'), chartType = gracefulType(chartDataID[0]), chartData = profileData[chartDataID[1]], chartChartTitle = $(this).data('chart-title'), chartChartShowYAxis = $(this).data('chart-show-y-axis'), chartInitialSort = $(this).data('initial-sort'), chartStatType = $(this).data('stat-type'), chartQualifier = $(this).data('qualifier') || null, geographyData = profileData['geography']; // allow arbitrary nesting in API data structure var drilldown = chartDataID.length - 1; if (drilldown >= 2) { for (var n = 2; n <= drilldown; n++) { chartData = chartData[chartDataID[n]]; } } // determine whether data point is from anything other // than the primary ACS release for this page for (var key in chartData) if (chartData.hasOwnProperty(key)) break; var thisRelease = chartData[key]['acs_release'], noteRelease = (thisRelease != defaultDataRelease) ? thisRelease + ' data' : null; chartQualifier = Array(chartQualifier, noteRelease) .filter(function(n) { return n }).join('; '); var chartstuff = { chartContainer: chartID, chartDataKey: chartDataKey, chartType: chartType, chartHeight: 160, chartData: chartData, chartQualifier: chartQualifier, chartChartTitle: chartChartTitle, chartInitialSort: chartInitialSort, chartStatType: chartStatType, geographyData: geographyData }; try { Charts[i] = Chart(chartstuff); } catch (e) { console.log("Error making chart " + chartID); console.log(chartstuff); } }); }; makeCharts(); // listen for resize, redraw charts to new dimensions var lazyRedrawCharts = _.debounce(function() { window.browserWidth = document.documentElement.clientWidth; window.browserHeight = document.documentElement.clientHeight; makeCharts(); }, 50); $(window).resize(lazyRedrawCharts); // Enable the single-table topic picker var thisSumlev = '{{ geography.this.sumlevel }}', thisGeoShortName = '{{ geography.this.short_name }}', thisGeoID = '{{ geography.this.full_geoid }}', placeGeoID = '{{ geography.parents.place.full_geoid }}', CBSAGeoID = '{{ geography.parents.CBSA.full_geoid }}', countyGeoID = '{{ geography.parents.county.full_geoid }}', stateGeoID = '{{ geography.parents.state.full_geoid }}', nationGeoID = '{{ geography.parents.nation.full_geoid }}'; // Update the header's list of parent geographies var parentLinkContainer = $('#header-box .caption'), parentLinksPrefix = '<span class="glossary-term">{{ geography.this.sumlevel_name|capfirst }}</span> in: ', parentGeoAPI = CR_API_URL + '/1.0/geo/tiger2014/' + thisGeoID + '/parents', tilesGeoAPI = 'http://embed.censusreporter.org/1.0/geo/tiger2014/tiles/' + thisSumlev + '/{z}/{x}/{y}.geojson'; // for touch devices, still allow context toggle $('.stat-row').on('click', '.stat', function() { $(this).find('.context').toggle(); }); if (!!parentLinkContainer) { // set up the listener for trigger to reveal hidden groups $('#header-box').on('click', '.link-reveal', function() { $(this).hide().next('.hidden').show(); return false; }); // hit the /parents API endpoint $.getJSON(parentGeoAPI) .done(function(results) { // filter out 'this' from the parents var parents = _.reject(results['parents'], function(p) { return p.relation === 'this'; }); // list of unique parent sumlev types, maintaining order var parentRelations = _.uniq(_.pluck(parents, 'sumlevel')); // collect parents into individual sumlev groups var parentGroups = _.groupBy(parents, function(d) { return d.sumlevel; }); // for each parent sumlev type ... var parentLinkSets = _.map(parentRelations, function(r) { // ... compile a set of links to individual profile pages var parentLinkSet = _.map(parentGroups[r], function(v, k) { return '<a href="/profiles/' + v.geoid + '-' + slugify(v.display_name) + '/">' + v.display_name + '</a>'; }); var numParents = parentLinkSet.length; // if more than one of a sumlev type, group behind reveal link if (numParents > 1) { return '<a href="#" class="link-reveal">' + numParents + ' ' + sumlevMap[r]['plural'] + '</a><span class="hidden">' + parentLinkSet.join(', ') + '</span>'; } else { // just one of this sumlev type, so add it to list return parentLinkSet; } }); // push the whole thing into the header box ... thingy parentLinkContainer.html(parentLinksPrefix + parentLinkSets.join(', ')); $('body').trigger('glossaryUpdate', parentLinkContainer); }); } </script> {% endblock %}
johnlscott/cr
censusreporter/apps/census/templates/profile/profile_iframe.html
HTML
mit
14,935
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta content="Matt McKellar-Spence" name="author"><meta content="Thoughts of Matt McKellar-Spence on various topics." name="description"><meta content="width=device-width, initial-scale=1" name="viewport"><title>The world, thought by MattMS</title><link href="/style.css" rel="stylesheet"></head><body><article class="container"><p>So yes, you are on a page I am not linking to.</p> <p>If you found this by hacking the URL, then you receive a nod of approval from me.</p> <p>If you are browsing this on GitHub, then you can have a nod if you fix one of my writing mistakes. Double nods for contributing words that make me sound smarter.</p> </article><footer class="container"><hr><ul><li><a href="/">Home</a></li><li><a href="http://about.mattms.info">Read about me</a></li><li><a href="https://github.com/MattMS/thoughts.mattms.info">View on GitHub</a></li></ul></footer><script type="text/javascript">(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-28026518-3', 'auto'); ga('send', 'pageview');</script></body></html>
MattMS/thoughts.mattms.info
on/index.html
HTML
mit
1,362
<div class="container"> <h1>{{title | translate}}</h1> <div class="alert alert-danger" ng-show="errors.length > 0" ng-repeat="error in errors">{{error.type | translate}} {{error.item | translate}}</div> <form role="form" class="form-horizontal" role="form" name="studySiteform" novalidate> <pm-formgroup pm-form="studySiteform"> <input type="text" class="form-control" id="name" name="name" ng-model="studySite.name" required autofocus> </pm-formgroup> <pm-formgroup pm-form="studySiteform"> <input type="text" class="form-control" id="street" name="street" ng-model="studySite.street" required> </pm-formgroup> <pm-formgroup pm-form="studySiteform"> <input type="text" class="form-control" id="city" name="city" ng-model="studySite.city" required> </pm-formgroup> <pm-formgroup pm-form="studySiteform"> <select class="form-control" id="country" name="country" ng-options="c.id as c.name for c in countries" ng-model="studySite.country" required></select> </pm-formgroup> <a type="button" ng-disabled="formDeactivated" href="#/studySites" class="btn btn-default">{{'BACK' | translate}}</a> <button type="submit" ng-disabled="formDeactivated" class="btn btn-primary pull-right" ng-click="save()">{{'SAVE' | translate}}</button </form> </div>
rugbyprof/medAnwProjekt
app/partials/study_sites/edit.html
HTML
mit
1,276
<!DOCTYPE html> <html> <head> <title>Leaderboard</title> <link rel="stylesheet" href="https://storage.googleapis.com/code.getmdl.io/1.0.0/material.indigo-pink.min.css"> <script src="https://storage.googleapis.com/code.getmdl.io/1.0.0/material.min.js"></script> <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> <link rel="stylesheet" href="custom.css"> <!-- <base href="https://alexalemi.github.io/battleship/"> --> <meta name="viewport" content="width=device-width, initial-scale=1.0"> </head> <body> <!-- Always shows a header, even in smaller screens. --> <div class="mdl-layout mdl-js-layout mdl-layout--fixed-header"> <header class="mdl-layout__header"> <div class="mdl-layout__header-row"> <!-- Title --> <span class="mdl-layout-title">Battleship</span> <!-- Add spacer, to align navigation to the right --> <div class="mdl-layout-spacer"></div> <!-- Navigation. We hide it in small screens. --> <nav class="mdl-navigation mdl-layout--large-screen-only"> <a class="mdl-navigation__link" href="index.html">Home</a> <a class="mdl-navigation__link" href="about.html">About</a> <!-- <a class="mdl-navigation__link" href="about.html">About</a> --> <!-- <a class="mdl-navigation__link" href="/players">Players</a> --> <a class="mdl-navigation__link" href="games.html">Games</a> <a class="mdl-navigation__link" href="https://github.com/alexalemi/battleship/">Github</a> </nav> </div> </header> <div class="mdl-layout__drawer"> <span class="mdl-layout-title">Battleship</span> <nav class="mdl-navigation"> <a class="mdl-navigation__link" href="index.html">Home</a> <a class="mdl-navigation__link" href="about.html">About</a> <!-- <a class="mdl-navigation__link" href="about.html">About</a> --> <!-- <a class="mdl-navigation__link" href="/players">Players</a> --> <a class="mdl-navigation__link" href="games.html">Games</a> <a class="mdl-navigation__link" href="https://github.com/alexalemi/battleship/">Github</a> </nav> </div> <main class="mdl-layout__content"> <div class="page-content"><!-- Your content goes here --> <script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.6/d3.min.js" charset="utf-8"></script> <script type="text/javascript"> var data; // a global d3.json("records/307.json", function(error, json) { if (error) return console.warn(error); data = json; }); </script> <div class="game"> <div class="mdl-grid"> <div class="mdl-cell mdl-cell--2-col mdl-cell--hide-tablet mdl-cell--hide-phone"></div> <div class="mdl-color--white mdl-shadow--4dp content mdl-color-text--grey-800 mdl-cell mdl-cell--8-col"> <div class="boards"> <div class="board board0"> <div class="playername">maxime.py</div> </div> <div class="board board1"> <div class="playername">randguess.py</div> </div> </div> <div class="info"> </div> </div> </div> </div> </div> </main> </div> </body> </html>
alexalemi/battleship
static/307.html
HTML
mit
3,082
<head> </head> <body style="width: 100%; height: 100%"> <iframe src="" id="mazescript" style="width: 25%; height: 100%; border: 0px; float:left"></iframe> <iframe src="" id="waveform" style="width: 75%; height: 100%; border: 0px;float:left"></iframe> </body> <script> function getParameterByName(name, url) { if (!url) url = window.location.href; name = name.replace(/[\[\]]/g, "\\$&"); var regex = new RegExp("[?&]" + name + "(=([^&#]*)|&|#|$)"), results = regex.exec(url); if (!results) return null; if (!results[2]) return ''; return decodeURIComponent(results[2].replace(/\+/g, " ")); } song_name = getParameterByName("song"); if(song_name){ document.getElementById("mazescript").src="mazescript/mazescript.html?song=" + song_name; document.getElementById("waveform").src="waveformUI/index.html?song=" + song_name; } </script>
Cortexelus/MazeMetal
hamr16/index.html
HTML
mit
874
<meta charset="utf-8"> <title>{% if page.title %}{{ page.title }} &#8211; {% endif %}{{ site.title }}</title> {% seo title=false %} <link rel="icon" href="/assets/images/favicon.png"> <link rel="shortcut icon" href="/assets/images/favicon.png"> <link href="{{ site.url }}/feed.xml" type="application/atom+xml" rel="alternate" title="{{ site.title }} Feed"> <!-- http://t.co/dKP3o1e --> <meta name="HandheldFriendly" content="True"> <meta name="MobileOptimized" content="320"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="cleartype" content="on"> <!-- Type --> <link href="/assets/css/style.css" rel="stylesheet" type="text/css"> {% if page.css %} <style> {{ page.css }} </style> {% endif %} <!-- Indie Web --> <link href="https://twitter.com/robknight" rel="me"> <link href="https://instagram.com/robknight" rel="me"> <link href="https://github.com/knice" rel="me"> <link href="https://www.flickr.com/photos/rknight" rel="me"> <link href="https://www.facebook.com/kneatly" rel="me"> <link href="mailto:[email protected]" rel="me"> <link rel="webmention" href="https://webmention.io/robknight.net/webmention" /> <link rel="pingback" href="https://webmention.io/robknight.net/xmlrpc" /> <link rel="micropub" href="https://rk-micropub.herokuapp.com/micropub/main"> <link rel="authorization_endpoint" href="https://indieauth.com/auth"> <link rel="token_endpoint" href="https://tokens.indieauth.com/token">
knice/robknight.net
_includes/head.html
HTML
mit
1,455
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- Methods --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Methods</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <link rel="stylesheet" href="rdoc-style.css" type="text/css" /> <base target="docwin" /> </head> <body> <div id="index"> <h1 class="section-bar">Methods</h1> <div id="index-entries"> <a href="classes/Geocoder/Response.html#M000012">address (Geocoder::Response)</a><br /> <a href="classes/Geocoder/Response.html#M000009">bullseye? (Geocoder::Response)</a><br /> <a href="classes/Geocoder/Response.html#M000013">city (Geocoder::Response)</a><br /> <a href="classes/Geocoder/Response.html#M000016">country (Geocoder::Response)</a><br /> <a href="classes/Geocoder/Base.html#M000020">create_response (Geocoder::Base)</a><br /> <a href="classes/Geocoder/Base.html#M000019">geocode (Geocoder::Base)</a><br /> <a href="classes/Geocoder/Base.html#M000021">get (Geocoder::Base)</a><br /> <a href="classes/Geocoder/Cli.html#M000004">go! (Geocoder::Cli)</a><br /> <a href="classes/Geocoder/Response.html#M000017">lat (Geocoder::Response)</a><br /> <a href="classes/Geocoder/Response.html#M000010">latitude (Geocoder::Response)</a><br /> <a href="classes/Geocoder/Response.html#M000018">lng (Geocoder::Response)</a><br /> <a href="classes/Geocoder/Response.html#M000011">longitude (Geocoder::Response)</a><br /> <a href="classes/Geocoder/Yahoo.html#M000005">new (Geocoder::Yahoo)</a><br /> <a href="classes/Geocoder/GeoCoderUs.html#M000006">new (Geocoder::GeoCoderUs)</a><br /> <a href="classes/Geocoder/Cli.html#M000002">new (Geocoder::Cli)</a><br /> <a href="classes/Geocoder/Response.html#M000007">new (Geocoder::Response)</a><br /> <a href="classes/Geocoder/Cli.html#M000001">parse (Geocoder::Cli)</a><br /> <a href="classes/Geocoder/Cli.html#M000003">report (Geocoder::Cli)</a><br /> <a href="classes/Geocoder/Base.html#M000022">request (Geocoder::Base)</a><br /> <a href="classes/Geocoder/Response.html#M000014">state (Geocoder::Response)</a><br /> <a href="classes/Geocoder/Response.html#M000008">success? (Geocoder::Response)</a><br /> <a href="classes/Geocoder/Response.html#M000015">zip (Geocoder::Response)</a><br /> </div> </div> </body> </html>
damienmckenna/geocoder
doc/fr_method_index.html
HTML
mit
2,523
<!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 v2.3.2: Member List</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">V8 API Reference Guide for io.js v2.3.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_align_of_helper.html">AlignOfHelper</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">v8::AlignOfHelper&lt; T &gt; Member List</div> </div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="classv8_1_1_align_of_helper.html">v8::AlignOfHelper&lt; T &gt;</a>, including all inherited members.</p> <table class="directory"> </table></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Tue Aug 11 2015 23:50:01 for V8 API Reference Guide for io.js v2.3.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>
v8-dox/v8-dox.github.io
1a51f00/html/classv8_1_1_align_of_helper-members.html
HTML
mit
4,484
<md-card> <md-content class="md-padding"> <h2>個人資訊</h2> </md-content> <md-content class="md-padding emphasis" md-theme="emphasis" layout="row" layout-sm="column"> <md-input-container> <label>姓氏</label> <input ng-model="user.last_name" ng-model-options="{ debounce: SAVE_TIMEOUT }"> </md-input-container> <md-input-container> <label>名字</label> <input ng-model="user.first_name" ng-model-options="{ debounce: SAVE_TIMEOUT }"> </md-input-container> </md-content> <md-content class="md-padding" layout="row" layout-sm="column"> <md-input-container> <label>電子郵件</label> <input ng-model="user.email" ng-model-options="{ debounce: SAVE_TIMEOUT }"> </md-input-container> </md-content> </md-card>
littleq0903/ntpc-social-frontdesk-center
ntpc_frontdesk/apps/main/static/app/apps/profile/profile.tpl.html
HTML
mit
873
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_27) on Wed Nov 21 16:03:54 EST 2012 --> <TITLE> Uses of Class org.pentaho.di.trans.step.BaseStepData.StepExecutionStatus </TITLE> <META NAME="date" CONTENT="2012-11-21"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.pentaho.di.trans.step.BaseStepData.StepExecutionStatus"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/pentaho/di/trans/step/BaseStepData.StepExecutionStatus.html" title="enum in org.pentaho.di.trans.step"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?org/pentaho/di/trans/step//class-useBaseStepData.StepExecutionStatus.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="BaseStepData.StepExecutionStatus.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>org.pentaho.di.trans.step.BaseStepData.StepExecutionStatus</B></H2> </CENTER> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Packages that use <A HREF="../../../../../../org/pentaho/di/trans/step/BaseStepData.StepExecutionStatus.html" title="enum in org.pentaho.di.trans.step">BaseStepData.StepExecutionStatus</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.pentaho.di.trans"><B>org.pentaho.di.trans</B></A></TD> <TD>This package contains the classes needed to define and execute transformations.&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.pentaho.di.trans.step"><B>org.pentaho.di.trans.step</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.pentaho.di.trans.steps.script"><B>org.pentaho.di.trans.steps.script</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.pentaho.di.trans.steps.scriptvalues_mod"><B>org.pentaho.di.trans.steps.scriptvalues_mod</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.pentaho.di.trans.steps.userdefinedjavaclass"><B>org.pentaho.di.trans.steps.userdefinedjavaclass</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.pentaho.di.trans"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../../org/pentaho/di/trans/step/BaseStepData.StepExecutionStatus.html" title="enum in org.pentaho.di.trans.step">BaseStepData.StepExecutionStatus</A> in <A HREF="../../../../../../org/pentaho/di/trans/package-summary.html">org.pentaho.di.trans</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../org/pentaho/di/trans/package-summary.html">org.pentaho.di.trans</A> that return <A HREF="../../../../../../org/pentaho/di/trans/step/BaseStepData.StepExecutionStatus.html" title="enum in org.pentaho.di.trans.step">BaseStepData.StepExecutionStatus</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../org/pentaho/di/trans/step/BaseStepData.StepExecutionStatus.html" title="enum in org.pentaho.di.trans.step">BaseStepData.StepExecutionStatus</A>[]</CODE></FONT></TD> <TD><CODE><B>Trans.</B><B><A HREF="../../../../../../org/pentaho/di/trans/Trans.html#getTransStepExecutionStatusLookup()">getTransStepExecutionStatusLookup</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Checks the execution status of each step in the transformations.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.pentaho.di.trans.step"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../../org/pentaho/di/trans/step/BaseStepData.StepExecutionStatus.html" title="enum in org.pentaho.di.trans.step">BaseStepData.StepExecutionStatus</A> in <A HREF="../../../../../../org/pentaho/di/trans/step/package-summary.html">org.pentaho.di.trans.step</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../org/pentaho/di/trans/step/package-summary.html">org.pentaho.di.trans.step</A> that return <A HREF="../../../../../../org/pentaho/di/trans/step/BaseStepData.StepExecutionStatus.html" title="enum in org.pentaho.di.trans.step">BaseStepData.StepExecutionStatus</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../org/pentaho/di/trans/step/BaseStepData.StepExecutionStatus.html" title="enum in org.pentaho.di.trans.step">BaseStepData.StepExecutionStatus</A></CODE></FONT></TD> <TD><CODE><B>BaseStepData.</B><B><A HREF="../../../../../../org/pentaho/di/trans/step/BaseStepData.html#getStatus()">getStatus</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the status of this step data.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../org/pentaho/di/trans/step/BaseStepData.StepExecutionStatus.html" title="enum in org.pentaho.di.trans.step">BaseStepData.StepExecutionStatus</A></CODE></FONT></TD> <TD><CODE><B>StepDataInterface.</B><B><A HREF="../../../../../../org/pentaho/di/trans/step/StepDataInterface.html#getStatus()">getStatus</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the status.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../org/pentaho/di/trans/step/BaseStepData.StepExecutionStatus.html" title="enum in org.pentaho.di.trans.step">BaseStepData.StepExecutionStatus</A></CODE></FONT></TD> <TD><CODE><B>StepInterface.</B><B><A HREF="../../../../../../org/pentaho/di/trans/step/StepInterface.html#getStatus()">getStatus</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../org/pentaho/di/trans/step/BaseStepData.StepExecutionStatus.html" title="enum in org.pentaho.di.trans.step">BaseStepData.StepExecutionStatus</A></CODE></FONT></TD> <TD><CODE><B>BaseStep.</B><B><A HREF="../../../../../../org/pentaho/di/trans/step/BaseStep.html#getStatus()">getStatus</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../../org/pentaho/di/trans/step/BaseStepData.StepExecutionStatus.html" title="enum in org.pentaho.di.trans.step">BaseStepData.StepExecutionStatus</A></CODE></FONT></TD> <TD><CODE><B>BaseStepData.StepExecutionStatus.</B><B><A HREF="../../../../../../org/pentaho/di/trans/step/BaseStepData.StepExecutionStatus.html#valueOf(java.lang.String)">valueOf</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the enum constant of this type with the specified name.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../../org/pentaho/di/trans/step/BaseStepData.StepExecutionStatus.html" title="enum in org.pentaho.di.trans.step">BaseStepData.StepExecutionStatus</A>[]</CODE></FONT></TD> <TD><CODE><B>BaseStepData.StepExecutionStatus.</B><B><A HREF="../../../../../../org/pentaho/di/trans/step/BaseStepData.StepExecutionStatus.html#values()">values</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an array containing the constants of this enum type, in the order they are declared.</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../org/pentaho/di/trans/step/package-summary.html">org.pentaho.di.trans.step</A> with parameters of type <A HREF="../../../../../../org/pentaho/di/trans/step/BaseStepData.StepExecutionStatus.html" title="enum in org.pentaho.di.trans.step">BaseStepData.StepExecutionStatus</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>BaseStepData.</B><B><A HREF="../../../../../../org/pentaho/di/trans/step/BaseStepData.html#setStatus(org.pentaho.di.trans.step.BaseStepData.StepExecutionStatus)">setStatus</A></B>(<A HREF="../../../../../../org/pentaho/di/trans/step/BaseStepData.StepExecutionStatus.html" title="enum in org.pentaho.di.trans.step">BaseStepData.StepExecutionStatus</A>&nbsp;status)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the status of the step data.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>StepDataInterface.</B><B><A HREF="../../../../../../org/pentaho/di/trans/step/StepDataInterface.html#setStatus(org.pentaho.di.trans.step.BaseStepData.StepExecutionStatus)">setStatus</A></B>(<A HREF="../../../../../../org/pentaho/di/trans/step/BaseStepData.StepExecutionStatus.html" title="enum in org.pentaho.di.trans.step">BaseStepData.StepExecutionStatus</A>&nbsp;status)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the status.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.pentaho.di.trans.steps.script"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../../org/pentaho/di/trans/step/BaseStepData.StepExecutionStatus.html" title="enum in org.pentaho.di.trans.step">BaseStepData.StepExecutionStatus</A> in <A HREF="../../../../../../org/pentaho/di/trans/steps/script/package-summary.html">org.pentaho.di.trans.steps.script</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../org/pentaho/di/trans/steps/script/package-summary.html">org.pentaho.di.trans.steps.script</A> that return <A HREF="../../../../../../org/pentaho/di/trans/step/BaseStepData.StepExecutionStatus.html" title="enum in org.pentaho.di.trans.step">BaseStepData.StepExecutionStatus</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../org/pentaho/di/trans/step/BaseStepData.StepExecutionStatus.html" title="enum in org.pentaho.di.trans.step">BaseStepData.StepExecutionStatus</A></CODE></FONT></TD> <TD><CODE><B>ScriptDummy.</B><B><A HREF="../../../../../../org/pentaho/di/trans/steps/script/ScriptDummy.html#getStatus()">getStatus</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.pentaho.di.trans.steps.scriptvalues_mod"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../../org/pentaho/di/trans/step/BaseStepData.StepExecutionStatus.html" title="enum in org.pentaho.di.trans.step">BaseStepData.StepExecutionStatus</A> in <A HREF="../../../../../../org/pentaho/di/trans/steps/scriptvalues_mod/package-summary.html">org.pentaho.di.trans.steps.scriptvalues_mod</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../org/pentaho/di/trans/steps/scriptvalues_mod/package-summary.html">org.pentaho.di.trans.steps.scriptvalues_mod</A> that return <A HREF="../../../../../../org/pentaho/di/trans/step/BaseStepData.StepExecutionStatus.html" title="enum in org.pentaho.di.trans.step">BaseStepData.StepExecutionStatus</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../org/pentaho/di/trans/step/BaseStepData.StepExecutionStatus.html" title="enum in org.pentaho.di.trans.step">BaseStepData.StepExecutionStatus</A></CODE></FONT></TD> <TD><CODE><B>ScriptValuesModDummy.</B><B><A HREF="../../../../../../org/pentaho/di/trans/steps/scriptvalues_mod/ScriptValuesModDummy.html#getStatus()">getStatus</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.pentaho.di.trans.steps.userdefinedjavaclass"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../../org/pentaho/di/trans/step/BaseStepData.StepExecutionStatus.html" title="enum in org.pentaho.di.trans.step">BaseStepData.StepExecutionStatus</A> in <A HREF="../../../../../../org/pentaho/di/trans/steps/userdefinedjavaclass/package-summary.html">org.pentaho.di.trans.steps.userdefinedjavaclass</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../org/pentaho/di/trans/steps/userdefinedjavaclass/package-summary.html">org.pentaho.di.trans.steps.userdefinedjavaclass</A> that return <A HREF="../../../../../../org/pentaho/di/trans/step/BaseStepData.StepExecutionStatus.html" title="enum in org.pentaho.di.trans.step">BaseStepData.StepExecutionStatus</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../org/pentaho/di/trans/step/BaseStepData.StepExecutionStatus.html" title="enum in org.pentaho.di.trans.step">BaseStepData.StepExecutionStatus</A></CODE></FONT></TD> <TD><CODE><B>UserDefinedJavaClass.</B><B><A HREF="../../../../../../org/pentaho/di/trans/steps/userdefinedjavaclass/UserDefinedJavaClass.html#getStatus()">getStatus</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../org/pentaho/di/trans/step/BaseStepData.StepExecutionStatus.html" title="enum in org.pentaho.di.trans.step">BaseStepData.StepExecutionStatus</A></CODE></FONT></TD> <TD><CODE><B>TransformClassBase.</B><B><A HREF="../../../../../../org/pentaho/di/trans/steps/userdefinedjavaclass/TransformClassBase.html#getStatus()">getStatus</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../org/pentaho/di/trans/step/BaseStepData.StepExecutionStatus.html" title="enum in org.pentaho.di.trans.step">BaseStepData.StepExecutionStatus</A></CODE></FONT></TD> <TD><CODE><B>UserDefinedJavaClass.</B><B><A HREF="../../../../../../org/pentaho/di/trans/steps/userdefinedjavaclass/UserDefinedJavaClass.html#getStatusImpl()">getStatusImpl</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/pentaho/di/trans/step/BaseStepData.StepExecutionStatus.html" title="enum in org.pentaho.di.trans.step"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?org/pentaho/di/trans/step//class-useBaseStepData.StepExecutionStatus.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="BaseStepData.StepExecutionStatus.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
ColFusion/PentahoKettle
kettle-data-integration/docs/api/org/pentaho/di/trans/step/class-use/BaseStepData.StepExecutionStatus.html
HTML
mit
21,658
<ul class="nav navbar-nav" ng-controller="NavigationCtrl"> <li ng-repeat="nav in getTopLevelItems() " ng-class="{active: isCurrentItem(nav) }"> <a ng-click="navigateTo(nav)" class="pointer">{{nav.text}}</a> </li> </ul>
alv-ch/alv-ch-ng
src/ng/template/navigation/global-navigation.html
HTML
mit
234
{% extends "site_base.html" %} {% load i18n %} {% load bootstrap3 %} {% block head_title %}My Groups{% endblock %} {% block body_class %}my-groups{% endblock %} {% block extra_head_base %} <link rel="stylesheet" href="{{ STATIC_URL }}css/bootstrap.min.css"> <link rel="stylesheet" href="{{ STATIC_URL }}css/kari.css"> <link rel="stylesheet" href="{{ STATIC_URL }}css/bootstrap-responsive.min.css"> <script src="{{ STATIC_URL }}js/jquery-2.1.1.js"></script> <script src="{{ STATIC_URL }}js/bootstrap.min.js"></script> {% endblock %} {% block body_base %} <section class="jumbotron"> <div class="container"> <form class="form-horizontal" action="" method="POST" enctype="multipart/form-data" onSubmit="return checkAllProb()"> {% csrf_token %} {% bootstrap_form form %} <fieldset> <legend>题目列表</legend> {% if control_problem %} <label>从以下题目中选择</label> <div style="max-height:300px;overflow:auto; margin-bottom:24px;"> <table class="table table-striped table-hover" id="recent_problem_table"> <thead> <th>添加到测验</th> <th class="problem_id">题目ID</th> <th class="problem_title">题目标题</th> </thead> {% for p in control_problem %} <tr> <td><button class="btn add-prob-btn" type="button" onclick="add_prob({{p.id}}, '{{p.title}}')">添加</button></td> <td><span class="recent_problem_id">{{ p.id }}</span></td> <td><span class="recent_problem_title">{{ p.title }}</span></td> </tr> {% endfor %} </table> </div> {% endif %} {%if not started%}<label>或手动添加</label>{%endif%} <table class="table table-striped table-hover" id="problem_table"> <thead> <th class="problem_modify"><button class="btn btn-primary add-prob-btn" type="button" onclick="add_prob('', '')">添加</button></th> <th class="">题目ID</th> <th class="problem_title_custom">自定义标题</th> <th class="problem_title">原始标题</th> <th class="problem_score">题目分数</th> </thead> <tbody> {% for p in problems %} <tr class="prob_element"> <td><button class="btn" type="button" onclick="del_prob(this)">删除</button></td> <td><input type="text" name="problem_id" onchange="checkProb(this)" value="{{p.problem.pk}}" placeholder="Problem ID" autocomplete="off"></td> <td><input type="text" name="problem_title_custom" value="{{p.problem.title}}" placeholder="Problem Custom Title"></td> <td><span class="problem_title">{{p.title}}</span></td> <td><input type="text" name="problem_score_custom" value="{{p.score}}"></td> </tr> {% endfor %} </tbody> </table> </fieldset> <div class="form-actions"> <div align="right"><input class="btn btn-primary" type="submit" value="提交"></div> </div> </form> </div> </section> {% endblock %} {% block extra_body %} {{ form.media.js }} {{ form.media.css }} <script> function add_prob(pid, ptitle) { var prob_h = "<tr class=\"prob_element\">" + "<td><button class=\"btn\" type=\"button\" onclick=\"del_prob(this)\">删除</button></td>" + "<td><input type=\"text\" name=\"problem_id\" onchange=\"check_prob(this)\" value=\"" + pid + "\" placeholder=\"Problem ID\" autocomplete=\"off\"></td>" + "<td><input type=\"text\" name=\"problem_title_custom\" value=\"" + ptitle + "\" placeholder=\"Problem Custom Title\"></td>" + "<td><span class=\"problem_title\">" + ptitle + "</span></td><td><input type=\"text\" name=\"problem_score_custom\"></td></tr>"; $("#problem_table").append(prob_h); } function del_prob(pid){ $(pid).parent().parent().remove(); } function check_prob(pbt) { $.get('/api/problems/' + $(pbt).val() + '/info/', function(result){ if (result.code == 0){ $(pbt).parent().parent().find("span.problem_title").text(result.title); } else{ $(pbt).parent().parent().find("span.problem_title").text("题目不存在"); } }); } </script> {% endblock %}
io07/BOJ-V4
templates/contest/contest_create_form.html
HTML
mit
4,697
<html> <head> <title>OGRE: OgrePageConnection.h File Reference - 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.7.4 --> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="pages.html"><span>Related&#160;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><a href="annotated.html"><span>Classes</span></a></li> <li class="current"><a href="files.html"><span>Files</span></a></li> <li><a href="dirs.html"><span>Directories</span></a></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> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="dir_500cfbfa0d113018c5e6cf829f80a36c.html">Components</a> </li> <li class="navelem"><a class="el" href="dir_c55b8988025000db9e58e1a576ebebf0.html">Paging</a> </li> <li class="navelem"><a class="el" href="dir_f36e1d37c22167729174f308ed016946.html">include</a> </li> </ul> </div> </div> <div class="header"> <div class="summary"> <a href="#namespaces">Namespaces</a> </div> <div class="headertitle"> <div class="title">OgrePageConnection.h File Reference</div> </div> </div> <div class="contents"> <div class="textblock"><code>#include &quot;<a class="el" href="OgrePagingPrerequisites_8h_source.html">OgrePagingPrerequisites.h</a>&quot;</code><br/> </div> <p><a href="OgrePageConnection_8h_source.html">Go to the source code of this file.</a></p> <table class="memberdecls"> <tr><td colspan="2"><h2><a name="namespaces"></a> Namespaces</h2></td></tr> <tr><td class="memItemLeft" align="right" valign="top">namespace &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceOgre.html">Ogre</a></td></tr> </table> </div> <hr> <p> Copyright &copy; 2008 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 Sat Jan 14 2012 18:40:44 </p> </body> </html>
milram/ogre-1.7.4-osx
Docs/api/html/OgrePageConnection_8h.html
HTML
mit
3,642
<!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>CE USART: src/MCU/LED/red_led.c File Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="resize.js"></script> <script type="text/javascript" src="navtreedata.js"></script> <script type="text/javascript" src="navtree.js"></script> <script type="text/javascript"> $(document).ready(initResizable); $(window).load(resizeHeight); </script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">CE USART </div> <div id="projectbrief">USART Driver for the CE course</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="pages.html"><span>Related&#160;Pages</span></a></li> <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li> <li class="current"><a href="files.html"><span>Files</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="files.html"><span>File&#160;List</span></a></li> <li><a href="globals.html"><span>Globals</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('red__led_8c.html','');}); </script> <div id="doc-content"> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="header"> <div class="summary"> <a href="#define-members">Macros</a> &#124; <a href="#func-members">Functions</a> &#124; <a href="#var-members">Variables</a> </div> <div class="headertitle"> <div class="title">red_led.c File Reference</div> </div> </div><!--header--> <div class="contents"> <p>Led Driver. <a href="#details">More...</a></p> <div class="textblock"><code>#include &lt;MCU/LED/blue_led.h&gt;</code><br /> </div> <p><a href="red__led_8c_source.html">Go to the source code of this file.</a></p> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="define-members"></a> Macros</h2></td></tr> <tr class="memitem:a6470934cf7f508640658b4996268c7f6"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a6470934cf7f508640658b4996268c7f6"></a> #define&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="red__led_8c.html#a6470934cf7f508640658b4996268c7f6">LED_PIN_BS</a>&#160;&#160;&#160;GPIO_BSRR_BS_14</td></tr> <tr class="memdesc:a6470934cf7f508640658b4996268c7f6"><td class="mdescLeft">&#160;</td><td class="mdescRight">GPIO defines for driving the output. <br /></td></tr> <tr class="separator:a6470934cf7f508640658b4996268c7f6"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a744c1f7ff451f751c71b8783569998ef"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a744c1f7ff451f751c71b8783569998ef"></a> #define&#160;</td><td class="memItemRight" valign="bottom"><b>LED_PIN_BR</b>&#160;&#160;&#160;GPIO_BSRR_BR_14</td></tr> <tr class="separator:a744c1f7ff451f751c71b8783569998ef"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ac1b3758b1cbfce4bba994f44d3983b98"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac1b3758b1cbfce4bba994f44d3983b98"></a> #define&#160;</td><td class="memItemRight" valign="bottom"><b>LED_PIN_ODR</b>&#160;&#160;&#160;GPIO_ODR_ODR_14</td></tr> <tr class="separator:ac1b3758b1cbfce4bba994f44d3983b98"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a> Functions</h2></td></tr> <tr class="memitem:aa3cd107f7f9db7f2beedfb7b2e7f332a"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aa3cd107f7f9db7f2beedfb7b2e7f332a"></a> static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="red__led_8c.html#aa3cd107f7f9db7f2beedfb7b2e7f332a">Led_On</a> (void)</td></tr> <tr class="memdesc:aa3cd107f7f9db7f2beedfb7b2e7f332a"><td class="mdescLeft">&#160;</td><td class="mdescRight">Turn Led on. <br /></td></tr> <tr class="separator:aa3cd107f7f9db7f2beedfb7b2e7f332a"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aee983f3e28e266f2a037501b7901f4f7"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aee983f3e28e266f2a037501b7901f4f7"></a> static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="red__led_8c.html#aee983f3e28e266f2a037501b7901f4f7">Led_Off</a> (void)</td></tr> <tr class="memdesc:aee983f3e28e266f2a037501b7901f4f7"><td class="mdescLeft">&#160;</td><td class="mdescRight">Turn Led off. <br /></td></tr> <tr class="separator:aee983f3e28e266f2a037501b7901f4f7"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a2285722b3e6652dd3ce14548abf30f5e"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a2285722b3e6652dd3ce14548abf30f5e"></a> static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="red__led_8c.html#a2285722b3e6652dd3ce14548abf30f5e">Led_Toggle</a> (void)</td></tr> <tr class="memdesc:a2285722b3e6652dd3ce14548abf30f5e"><td class="mdescLeft">&#160;</td><td class="mdescRight">Toggle Led. <br /></td></tr> <tr class="separator:a2285722b3e6652dd3ce14548abf30f5e"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ac8c703767486bbeda9335c95f2f10c66"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="red__led_8c.html#ac8c703767486bbeda9335c95f2f10c66">Led_Init</a> (void)</td></tr> <tr class="memdesc:ac8c703767486bbeda9335c95f2f10c66"><td class="mdescLeft">&#160;</td><td class="mdescRight">Init Led. <a href="#ac8c703767486bbeda9335c95f2f10c66">More...</a><br /></td></tr> <tr class="separator:ac8c703767486bbeda9335c95f2f10c66"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="var-members"></a> Variables</h2></td></tr> <tr class="memitem:a05fc3101abf3fdb5a02e1860bc0d7787"><td class="memItemLeft" align="right" valign="top"><a class="el" href="struct_led_interface.html">LedInterface</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="red__led_8c.html#a05fc3101abf3fdb5a02e1860bc0d7787">RedLed</a></td></tr> <tr class="memdesc:a05fc3101abf3fdb5a02e1860bc0d7787"><td class="mdescLeft">&#160;</td><td class="mdescRight">Setup <a class="el" href="struct_led_interface.html">LedInterface</a> Interface. <a href="#a05fc3101abf3fdb5a02e1860bc0d7787">More...</a><br /></td></tr> <tr class="separator:a05fc3101abf3fdb5a02e1860bc0d7787"><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>Led Driver. </p> <p>Red Led on the Nucleo F446ZE board</p> <dl class="section author"><dt>Author</dt><dd>Matthew Philyaw </dd></dl> <p>Definition in file <a class="el" href="red__led_8c_source.html">red_led.c</a>.</p> </div><h2 class="groupheader">Function Documentation</h2> <a class="anchor" id="ac8c703767486bbeda9335c95f2f10c66"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">static void Led_Init </td> <td>(</td> <td class="paramtype">void&#160;</td> <td class="paramname"></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>Init Led. </p> <p>This will be specific to the Led in use </p> <p>Definition at line <a class="el" href="red__led_8c_source.html#l00049">49</a> of file <a class="el" href="red__led_8c_source.html">red_led.c</a>.</p> </div> </div> <h2 class="groupheader">Variable Documentation</h2> <a class="anchor" id="a05fc3101abf3fdb5a02e1860bc0d7787"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname"><a class="el" href="struct_led_interface.html">LedInterface</a> RedLed</td> </tr> </table> </div><div class="memdoc"> <b>Initial value:</b><div class="fragment"><div class="line">= {</div><div class="line"> <a class="code" href="red__led_8c.html#aa3cd107f7f9db7f2beedfb7b2e7f332a">Led_On</a>,</div><div class="line"> <a class="code" href="red__led_8c.html#aee983f3e28e266f2a037501b7901f4f7">Led_Off</a>,</div><div class="line"> <a class="code" href="red__led_8c.html#a2285722b3e6652dd3ce14548abf30f5e">Led_Toggle</a>,</div><div class="line"> <a class="code" href="red__led_8c.html#ac8c703767486bbeda9335c95f2f10c66">Led_Init</a></div><div class="line">}</div><div class="ttc" id="red__led_8c_html_ac8c703767486bbeda9335c95f2f10c66"><div class="ttname"><a href="red__led_8c.html#ac8c703767486bbeda9335c95f2f10c66">Led_Init</a></div><div class="ttdeci">static void Led_Init(void)</div><div class="ttdoc">Init Led. </div><div class="ttdef"><b>Definition:</b> <a href="red__led_8c_source.html#l00049">red_led.c:49</a></div></div> <div class="ttc" id="red__led_8c_html_aee983f3e28e266f2a037501b7901f4f7"><div class="ttname"><a href="red__led_8c.html#aee983f3e28e266f2a037501b7901f4f7">Led_Off</a></div><div class="ttdeci">static void Led_Off(void)</div><div class="ttdoc">Turn Led off. </div><div class="ttdef"><b>Definition:</b> <a href="red__led_8c_source.html#l00028">red_led.c:28</a></div></div> <div class="ttc" id="red__led_8c_html_a2285722b3e6652dd3ce14548abf30f5e"><div class="ttname"><a href="red__led_8c.html#a2285722b3e6652dd3ce14548abf30f5e">Led_Toggle</a></div><div class="ttdeci">static void Led_Toggle(void)</div><div class="ttdoc">Toggle Led. </div><div class="ttdef"><b>Definition:</b> <a href="red__led_8c_source.html#l00035">red_led.c:35</a></div></div> <div class="ttc" id="red__led_8c_html_aa3cd107f7f9db7f2beedfb7b2e7f332a"><div class="ttname"><a href="red__led_8c.html#aa3cd107f7f9db7f2beedfb7b2e7f332a">Led_On</a></div><div class="ttdeci">static void Led_On(void)</div><div class="ttdoc">Turn Led on. </div><div class="ttdef"><b>Definition:</b> <a href="red__led_8c_source.html#l00021">red_led.c:21</a></div></div> </div><!-- fragment --> <p>Setup <a class="el" href="struct_led_interface.html">LedInterface</a> Interface. </p> <p>Definition at line <a class="el" href="red__led_8c_source.html#l00064">64</a> of file <a class="el" href="red__led_8c_source.html">red_led.c</a>.</p> </div> </div> </div><!-- contents --> </div><!-- doc-content --> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_f4703b3db1bd5f8d2d3fca771c570947.html">MCU</a></li><li class="navelem"><a class="el" href="dir_e4b378e083a8876e67c355c7bfe7386a.html">LED</a></li><li class="navelem"><a class="el" href="red__led_8c.html">red_led.c</a></li> <li class="footer">Generated by <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.11 </li> </ul> </div> </body> </html>
matthewphilyaw/ce_USART
documents/html/red__led_8c.html
HTML
mit
14,149
<section> <h2> Let the Right One in </h2> <div class="book-main"> <div class="book-section meta"> <div class="meta-card"> <ul> <li> <b>author</b><br> <a href="john-ajvide-lindqvist">John Ajvide Lindqvist</a> </li> <li> <b>original language</b><br>Swedish </li> <li> <b>published</b><br>2004 </li> </ul> </div> </div> <div class="book-section main"> <h3>Back cover</h3> <p>It is autumn 1981 when the inconceivable comes to Blackeberg, a suburb in Sweden. The body of a teenage boy is found, emptied of blood, the murder rumored to be part of a ritual killing. Twelve-year-old Oskar is personally hoping that revenge has come at long last—revenge for the bullying he endures at school, day after day.</p> <p>But the murder is not the most important thing on his mind. A new girl has moved in next door—a girl who has never seen a Rubik’s Cube before, but who can solve it at once. There is something wrong with her, though, something odd. And she only comes out at night...</p> </div> </div> </div> </section> <script> $(document).ready(function () { $('article a').click(function () { var pageToLoad = $(this).attr('href'); $('article').load('pages/' + pageToLoad + '.html'); return false; }); }); </script>
theBru/shelf
pages/let-the-right-one-in.html
HTML
mit
1,669
<!DOCTYPE html> <html> <head> <title>jQuery WeUI</title> <% include _head.html %> </head> <body ontouchstart> <div class="weui-gallery" style="display: block"> <span class="weui-gallery__img" style="background-image: url(/images/zyjf/pic_article.png);"></span> <div class="weui-gallery__opr"> <a href="javascript:" class="weui-gallery__del"> <i class="weui-icon-delete weui-icon_gallery-delete"></i> </a> </div> </div> <% include _foot.html %> </body> </html>
alexrovmop/jquery-weui-project
zyjf/gallery.html
HTML
mit
534
<!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>Pueblos Magicos en el Estado de México</title> <!-- Bootstrap Core CSS --> <link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> <!-- Theme CSS --> <link href="css/freelancer.min.css" rel="stylesheet"> <!-- Custom Fonts --> <link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css"> <link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> </head> <body id="page-top" class="index"> <!-- Navigation --> <nav id="mainNav" class="navbar navbar-default navbar-fixed-top navbar-custom"> <div class="container"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header page-scroll"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> Menu <i class="fa fa-bars"></i> </button> <a class="navbar-brand" href="#page-top"><img alt="" src="img/portfolio/pp2.png" /></a> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav navbar-right"> <li class="hidden"> <a href="#page-top"></a> </li> <li class="page-scroll"> <a href="index.html">Inicio</a> </li> <li class="page-scroll"> <a href="pueblos.html">El oro</a> </li> <li class="page-scroll"> <a href="malinalco.html">Malinalco</a> </li> <li class="page-scroll"> <a href="Metepec.html">Metepec</a> </li> <li class="page-scroll"> <a href="tepotzotlan.html">Tepotzotlán</a> </li> <li class="page-scroll"> <a href="valle.html">Valle de bravo</a> </li> </ul> </div> <!-- /.navbar-collapse --> </div> <!-- /.container-fluid --> </nav> <style type="text/css"> div.ic_myCarousel { margin: 20px auto 0 auto; clear:right; } .infiniteCarousel { box-shadow: 0px 3px 3px #333; border: 3px solid #333; } .ic_left_nav, .ic_right_nav { display: none; } </style> <script src="http://code.jquery.com/jquery-1.7.1.min.js"></script> <script src="js/jquery.infinitecarousel3.min.js"></script> <script type="text/javascript" src="http://notoyontoy.site40.net/Js/easing.js"></script> <script> var a = jQuery.noConflict(); a(document).ready(function() { a('#carousel').infiniteCarousel({ transitionSpeed:12000, /*Tiempo de avance de las imagenes*/ displayTime: 2000, /* El tiempo en milisegundos para hacer pausa*/ thumbnailType: 'false', customClass: 'myCarousel', easeLeft: 'linear', easeRight:'linear', inView: 1, /*Imagenes mostradas*/ advance: true, autoPilot: true, displayProgressRing: true, /*muestra grafica del tiempo que pausa la imagen*/ }); }); </script> <header> <div class="container" align="center"> <table> <tr> <td rowspan="3" width="35%"> <ul id="carousel"> <li><img width="350" height="450" alt="" src="img/portfolio/valle1.jpg" /></li> <li><img width="350" height="450" alt="" src="img/portfolio/valle2.jpg" /></li> <li><img width="350" height="450" alt="" src="img/portfolio/valle3.jpg" /></li> <li><img width="350" height="450" alt="" src="img/portfolio/valle4.jpg" /></li> <li><img width="350" height="450" alt="" src="img/portfolio/valle5.jpg" /></li> </ul> </td><!-- fin del contenedor del carrousel--> </tr> <tr> <td> <p>Valle de Bravo<br><br> Valle de Bravo (Temazcaltepec, en náhuatl y Pameje, en mazahua) es una población mexicana del Estado de México, ubicada a 156 km al suroeste de la Ciudad de México. Su fundación híspanica fue en 1530 por Frayles Franciscanos. Recibe su nombre por San Francisco del Valle y por el general don Nicolás Bravo. Fue nombrada ciudad típica en 1971 y pueblo mágico en el 2005. El municipio cuenta con una presa artificial denominada "Presa Miguel Alemán o Presa Valle de Bravo", popularmente llamada "laguna o el lago", fue creada en 1947 como parte del Sistema Hidroeléctrico “Miguel Alemán” de la Región Hidrológica, Río Balsas. El sistema hidroeléctrico ya no está en operación, no obstante, en la actualidad, el mecanismo es parte del Sistema Hidráulico Cutzamala,a cargo de la Comisión Nacional del Agua (CONAGUA), que se encarga de abastecer con agua potable la zona metropolitana de la Ciudad de México y Toluca. Esta presa que ocupa el territorio donde estuvo la planicie del valle y parte del antiguo pueblo, es esencial para la población ya que genera derrama economica al ser un atractivo turístico donde se realizan actividades acuáticas y deportes extremos, y en su conjunto forma con el pueblo de estilo colonial ubicado en lo alto de las montañas armonía ecosistemica, que provee un deleite estético a sus visitantes. </p> </td> </tr> <tr> <td> <audio controls autoplay> <source src="audio/valle.mp3" type="audio/mpeg"> Tu navegador no soporta este elemento. </audio> </td> </tr> </table> </div> </header> <!-- Footer --> <footer class="text-center"> <div class="footer-above"> <div class="container"> <div class="row"> <div class="footer-col col-md-4"> <h3>Desarrollo multimedia</h3> <p>FI UAEMex <br>Cerro de Coatepec S/N</p> </div> <div class="footer-col col-md-4"> <h3>Contacto</h3> <ul class="list-inline"> <li> <a href="https://www.facebook.com/jovaass" class="btn-social btn-outline"><i class="fa fa-fw fa-facebook"></i></a> </li> <li> <a href="#" class="btn-social btn-outline"><i class="fa fa-fw fa-google-plus"></i></a> </li> <li> <a href="#" class="btn-social btn-outline"><i class="fa fa-fw fa-twitter"></i></a> </li> </ul> </div> <div class="footer-col col-md-4"> <h3>DESARROLLADO POR:</h3> <p>Jhonatan Saúl Ramírez Bravo.</p> </div> </div> </div> </div> <div class="footer-below"> <div class="container"> <div class="row"> <div class="col-lg-12"> Copyright &copy; Desarrollo multimedia 2016 </div> </div> </div> </div> </footer> <!-- jQuery --> <script src="vendor/jquery/jquery.min.js"></script> <!-- Bootstrap Core JavaScript --> <script src="vendor/bootstrap/js/bootstrap.min.js"></script> <!-- Plugin JavaScript --> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script> <!-- Contact Form JavaScript --> <script src="js/jqBootstrapValidation.js"></script> <script src="js/contact_me.js"></script> <!-- Theme JavaScript --> <script src="js/freelancer.min.js"></script> </body> </html>
punki03/desarrollo
valle.html
HTML
mit
9,612
<DOCTYPE html> <html> <head> <title> pinoccio editor test page</title> </head> <body> <div id="editor" style="width:500px;height:500px;border:2px solid blue;"> </div> <script src="./pinoccio-editor.js"></script> <script> var o = pinoccioEditor.editor("editor",{}); </script> </body> </html>
soldair/pinoccio-editor
index.html
HTML
mit
337
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>metacoq: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.7.1+2 / metacoq - 1.0~beta1+8.11</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> metacoq <small> 1.0~beta1+8.11 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-22 05:49:18 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-22 05:49:18 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.7.1+2 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.08.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.08.1 Official release 4.08.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://metacoq.github.io/metacoq&quot; dev-repo: &quot;git+https://github.com/MetaCoq/metacoq.git#coq-8.11&quot; bug-reports: &quot;https://github.com/MetaCoq/metacoq/issues&quot; authors: [&quot;Abhishek Anand &lt;[email protected]&gt;&quot; &quot;Simon Boulier &lt;[email protected]&gt;&quot; &quot;Cyril Cohen &lt;[email protected]&gt;&quot; &quot;Yannick Forster &lt;[email protected]&gt;&quot; &quot;Fabian Kunze &lt;[email protected]&gt;&quot; &quot;Gregory Malecha &lt;[email protected]&gt;&quot; &quot;Matthieu Sozeau &lt;[email protected]&gt;&quot; &quot;Nicolas Tabareau &lt;[email protected]&gt;&quot; &quot;Théo Winterhalter &lt;[email protected]&gt;&quot; ] license: &quot;MIT&quot; depends: [ &quot;ocaml&quot; {&gt;= &quot;4.07.1&quot;} &quot;coq&quot; {&gt;= &quot;8.11&quot; &amp; &lt; &quot;8.12~&quot;} &quot;coq-metacoq-template&quot; {= version} &quot;coq-metacoq-checker&quot; {= version} &quot;coq-metacoq-pcuic&quot; {= version} &quot;coq-metacoq-safechecker&quot; {= version} &quot;coq-metacoq-erasure&quot; {= version} &quot;coq-metacoq-translations&quot; {= version} ] synopsis: &quot;A meta-programming framework for Coq&quot; description: &quot;&quot;&quot; MetaCoq is a meta-programming framework for Coq. The meta-package includes the template-coq library, unverified checker for Coq, PCUIC development including a verified translation from Coq to PCUIC, safe checker and erasure for PCUIC and example translations. See individual packages for more detailed descriptions. &quot;&quot;&quot; url { src: &quot;https://github.com/MetaCoq/metacoq/archive/v1.0-beta1-8.11.tar.gz&quot; checksum: &quot;sha256=1644c5bd9d02385c802535c6c46dbcaf279afcecd4ffb3da5fae08618c628c75&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-metacoq.1.0~beta1+8.11 coq.8.7.1+2</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.7.1+2). The following dependencies couldn&#39;t be met: - coq-metacoq -&gt; coq-metacoq-translations = 1.0~beta1+8.11 -&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-metacoq.1.0~beta1+8.11</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.08.1-2.0.5/released/8.7.1+2/metacoq/1.0~beta1+8.11.html
HTML
mit
7,730
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>poltac: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.7.1+2 / poltac - 0.8.8</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> poltac <small> 0.8.8 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2020-08-02 19:48:15 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-08-02 19:48:15 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.12 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-m4 1 Virtual package relying on m4 coq 8.7.1+2 Formal proof management system. num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.8.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/thery/PolTac&quot; bug-reports: &quot;https://github.com/thery/PolTac&quot; dev-repo: &quot;git://github.com/thery/PolTac&quot; license: &quot;LGPL&quot; authors: [&quot;Laurent Théry&quot;] install: [ [make] [make &quot;install&quot;] ] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/PolTac&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.8~&quot; &amp; &lt; &quot;8.11&quot;} ] synopsis: &quot;A set of tactics to deal with inequalities in Coq over N, Z and R:&quot; flags: light-uninstall url { src: &quot;https://github.com/thery/PolTac/archive/8.8.zip&quot; checksum: &quot;md5=ce09898d4435b50a4a9503d41623222f&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-poltac.0.8.8 coq.8.7.1+2</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.7.1+2). The following dependencies couldn&#39;t be met: - coq-poltac -&gt; coq &gt;= 8.8~ 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-poltac.0.8.8</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.05.0-2.0.6/released/8.7.1+2/poltac/0.8.8.html
HTML
mit
6,533
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.9.1"/> <title>V8 API Reference Guide for node.js v5.6.0: v8::ScriptOriginOptions 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 node.js v5.6.0 </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="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_1ScriptOriginOptions.html">ScriptOriginOptions</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#pub-methods">Public Member Functions</a> &#124; <a href="classv8_1_1ScriptOriginOptions-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">v8::ScriptOriginOptions 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:a350ff2a0c6b3b0449adefdd920d6808e"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a350ff2a0c6b3b0449adefdd920d6808e"></a> V8_INLINE&#160;</td><td class="memItemRight" valign="bottom"><b>ScriptOriginOptions</b> (bool is_embedder_debug_script=false, bool is_shared_cross_origin=false, bool is_opaque=false)</td></tr> <tr class="separator:a350ff2a0c6b3b0449adefdd920d6808e"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a5c814c5602db2c9ed5c6bc7f05b1d430"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a5c814c5602db2c9ed5c6bc7f05b1d430"></a> V8_INLINE&#160;</td><td class="memItemRight" valign="bottom"><b>ScriptOriginOptions</b> (int flags)</td></tr> <tr class="separator:a5c814c5602db2c9ed5c6bc7f05b1d430"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a4076a3f22dff99a2337ab86d4024ee46"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a4076a3f22dff99a2337ab86d4024ee46"></a> bool&#160;</td><td class="memItemRight" valign="bottom"><b>IsEmbedderDebugScript</b> () const </td></tr> <tr class="separator:a4076a3f22dff99a2337ab86d4024ee46"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a28aa1b32efc3b20b16d65c4176831b4c"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a28aa1b32efc3b20b16d65c4176831b4c"></a> bool&#160;</td><td class="memItemRight" valign="bottom"><b>IsSharedCrossOrigin</b> () const </td></tr> <tr class="separator:a28aa1b32efc3b20b16d65c4176831b4c"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ae658f2c06876f86205af4f69804193ab"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ae658f2c06876f86205af4f69804193ab"></a> bool&#160;</td><td class="memItemRight" valign="bottom"><b>IsOpaque</b> () const </td></tr> <tr class="separator:ae658f2c06876f86205af4f69804193ab"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a17e20a214bc8df902419b81c32590efe"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a17e20a214bc8df902419b81c32590efe"></a> int&#160;</td><td class="memItemRight" valign="bottom"><b>Flags</b> () const </td></tr> <tr class="separator:a17e20a214bc8df902419b81c32590efe"><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>The optional attributes of <a class="el" href="classv8_1_1ScriptOrigin.html">ScriptOrigin</a>. </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.9.1 </small></address> </body> </html>
v8-dox/v8-dox.github.io
dd97d07/html/classv8_1_1ScriptOriginOptions.html
HTML
mit
7,394
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>template-coq: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.12.1 / template-coq - 1.1.0~beta3</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> template-coq <small> 1.1.0~beta3 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-11-11 20:18:48 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-11 20:18:48 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.12.1 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.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;[email protected]&quot; homepage: &quot;https://github.com/gmalecha/template-coq&quot; dev-repo: &quot;git+https://github.com/gmalecha/template-coq.git#8.5&quot; bug-reports: &quot;https://github.com/gmalecha/template-coq/issues&quot; authors: [&quot;Gregory Malecha&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/Template&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.5~beta3&quot; &amp; &lt; &quot;8.5.dev&quot;} ] synopsis: &quot;A quoting library for Coq&quot; flags: light-uninstall url { src: &quot;https://github.com/gmalecha/template-coq/archive/v1.1.0-beta3.tar.gz&quot; checksum: &quot;md5=5786320d72fe9d77f742cfd9c58a4f25&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-template-coq.1.1.0~beta3 coq.8.12.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.12.1). The following dependencies couldn&#39;t be met: - coq-template-coq -&gt; coq &lt; 8.5.dev -&gt; ocaml &lt; 4.06.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-template-coq.1.1.0~beta3</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.08.1-2.0.5/released/8.12.1/template-coq/1.1.0~beta3.html
HTML
mit
6,471
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <!-- Begin Jekyll SEO tag v2.7.1 --> <title>拿饭网对JVM的解析和总结 | 拿饭网</title> <meta name="generator" content="Jekyll v3.9.0" /> <meta property="og:title" content="拿饭网对JVM的解析和总结" /> <meta name="author" content="张一帆" /> <meta property="og:locale" content="en_US" /> <meta name="description" content="Java虚拟机" /> <meta property="og:description" content="Java虚拟机" /> <link rel="canonical" href="https://naffan.cn/tech/2021/05/11/01.html" /> <meta property="og:url" content="https://naffan.cn/tech/2021/05/11/01.html" /> <meta property="og:site_name" content="拿饭网" /> <meta property="og:type" content="article" /> <meta property="article:published_time" content="2021-05-11T00:00:00+08:00" /> <meta name="twitter:card" content="summary" /> <meta property="twitter:title" content="拿饭网对JVM的解析和总结" /> <meta name="twitter:site" content="@naffan2011" /> <meta name="twitter:creator" content="@张一帆" /> <meta property="fb:admins" content="张一帆" /> <meta property="article:publisher" content="张一帆" /> <meta property="fb:app_id" content="100002835701051" /> <script type="application/ld+json"> {"url":"https://naffan.cn/tech/2021/05/11/01.html","headline":"拿饭网对JVM的解析和总结","dateModified":"2021-05-11T00:00:00+08:00","datePublished":"2021-05-11T00:00:00+08:00","@type":"BlogPosting","mainEntityOfPage":{"@type":"WebPage","@id":"https://naffan.cn/tech/2021/05/11/01.html"},"author":{"@type":"Person","name":"张一帆"},"description":"Java虚拟机","@context":"https://schema.org"}</script> <!-- End Jekyll SEO tag --> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="shortcut icon" href="https://www.naffan.cn/favicon.ico"> <link href="//cdn.bootcss.com/font-awesome/4.7.0/css/font-awesome.css" rel="stylesheet"> <link href="/css/bootstrap.min.css" rel="stylesheet"> <link href="/css/hc.css" rel="stylesheet"> <link href="/css/highlight/github-gist.css" rel="stylesheet"> <!--baidu站长统计--> <script> var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "//hm.baidu.com/hm.js?c875589e505f2bef54c6b37e8a527e39"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); </script> <!-- HTML5 shim, for IE6-8 support of HTML5 elements --> <!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif] d--> <!-- Bootstrap core JavaScript--> <script src="/js/jquery-3.4.1.min.js"></script> <script src="/js/bootstrap.min.js"></script> <script src="/js/hc.js"></script> <script src="/js/jquery.lazyload.js"></script> <script src="/js/highlight.pack.js"></script> <script>hljs.initHighlightingOnLoad();</script> </head> <body> <div class="nav-toggle"><i class="fa fa-bars fa-2x"></i> naffan</div> <div id = "wrapper"> <div class="navbar navbar-default" role="navigation"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle" 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> <p class="navbar-brand">拿饭网</p> </div> <div class="navbar-collapse collapse"> <ul class="nav navbar-nav"> <!-- <li><a href="/list/index.html">文章列表</a></li> --> <li><a href="/tech/index.html">技术总结</a></li> <li><a href="/life/index.html">生活闲杂</a></li> <li><a href="/thinking/index.html">沈思默想</a></li> <li><a href="/economy/index.html">经济杂谈</a></li> <li><a href="/books/index.html">阅读书籍</a></li> <li><a href="/links/index.html">精彩链接</a></li> <li><a href="/about/index.html">关于本人</a></li> </ul> </div><!--/.nav-collapse --> </div> </div> <!-- Sidebar --> <div id="sidebar-wrapper"> <ul class="sidebar-nav"> <li class="sidebar-brand"><a href="/"><h1 class="brand">拿饭网</h1></a><h3>一个属于自己的博客网站</h3></li> <iframe width="100%" height="70" class="share_self" frameborder="0" scrolling="no" src="https://widget.weibo.com/weiboshow/index.php?language=&width=0&height=100&fansRow=2&ptype=1&speed=0&skin=7&isTitle=0&noborder=0&isWeibo=0&isFans=0&uid=1941183154&verifier=1df81c39&colors=f7f7f7,f7f7f7,666666,0082cb,ecfbfd&dpc=1"></iframe> <hr /> <!-- <li><a href="/list/index.html">文章列表</a></li> --> <li><a href="/tech/index.html">技术总结</a></li> <li><a href="/life/index.html">生活闲杂</a></li> <li><a href="/thinking/index.html">沈思默想</a></li> <li><a href="/economy/index.html">经济杂谈</a></li> <li><a href="/books/index.html">阅读书籍</a></li> <li><a href="/links/index.html">精彩链接</a></li> <li><a href="/about/index.html">关于本人</a></li> <hr> </ul> </div> <div class="container"> <link rel="stylesheet" href="/css/toc.css" type="text/css" media="screen"> <link rel="stylesheet" href="//cdn.bootcss.com/nprogress/0.2.0/nprogress.min.css" type="text/css"> <script src="//cdn.bootcss.com/nprogress/0.2.0/nprogress.min.js"></script> <script src="/js/jquery.toc.js"></script> <script type="text/javascript" charset="utf-8"> $(function() { $("img.lazy").lazyload({effect: "fadeIn"}); }); </script> <script type="text/javascript"> $(function() { $('#toc').toc({ showAlways:true, renderIn:'#renderIn', contentsText:"Legenda", hideText:'Collapse', showText:'Expand', showCollapsed:true }); }); </script> <div id="article"> <div class="article-title">拿饭网对JVM的解析和总结</div> <p class="meta"> <small>&nbsp;<i class="fa fa-user-circle" aria-hidden="true"></i> 张一帆 </small> <small>&nbsp;<i class="fa fa-calendar-o" aria-hidden="true"></i> 2021年05月11日</small> </p> <hr/> <div class="post"> <div id="toc-container"> <table class="toc" id="toc"> <tbody> <tr> <td> <div id="toctitle"> <h2>目录</h2> </div> <ul> <li class="toc_level-1 toc_section-1"> <a href="#tocAnchor-1-1"><span class="tocnumber">1</span> <span class="toctext">Java虚拟机</span></a> </li> <li class="toc_level-1 toc_section-2"> <a href="#tocAnchor-1-2"><span class="tocnumber">2</span> <span class="toctext">JVM的基本结构</span></a> </li> <li class="toc_level-1 toc_section-3"> <a href="#tocAnchor-1-3"><span class="tocnumber">3</span> <span class="toctext">JVM架构</span></a> </li> <li class="toc_level-1 toc_section-4"> <a href="#tocAnchor-1-4"><span class="tocnumber">4</span> <span class="toctext">不同变量存储的位置</span></a> </li> <li class="toc_level-1 toc_section-5"> <a href="#tocAnchor-1-5"><span class="tocnumber">5</span> <span class="toctext">虚拟机栈</span></a> </li> <li class="toc_level-1 toc_section-6"> <a href="#tocAnchor-1-6"><span class="tocnumber">6</span> <span class="toctext">本地方法栈</span></a> </li> <li class="toc_level-1 toc_section-7"> <a href="#tocAnchor-1-7"><span class="tocnumber">7</span> <span class="toctext">JMM Java内存模型</span></a> </li> <li class="toc_level-1 toc_section-8"> <a href="#tocAnchor-1-8"><span class="tocnumber">8</span> <span class="toctext">重排序和happens-before规则</span></a> </li> <li class="toc_level-1 toc_section-9"> <a href="#tocAnchor-1-9"><span class="tocnumber">9</span> <span class="toctext">堆的内存划分及GC垃圾回收</span></a> </li> <li class="toc_level-1 toc_section-10"> <a href="#tocAnchor-1-10"><span class="tocnumber">10</span> <span class="toctext">JVM优化</span></a> </li> </ul> </td> </tr> </tbody> </table> </div><ul> <li> <h1 id="tocAnchor-1-1">Java虚拟机</h1> </li> </ul> <p>  java虚拟机(java virtual machine,JVM),一种能够运行java字节码的虚拟机。作为一种编程语言的虚拟机啊,实际上不知是专用于java语言,只要生成的编译文件匹配JVM对加载编译文件格式要求,任何语言都可以由JVM编译运行。</p> <p>  java源代码被编译成<code>字节码</code>-<code>一个.class的文件</code>。编译的时候class文件会被VM翻译。</p> <p> <img class="lazy post-img" data-original="https://javatutorial.net/wp-content/uploads/2017/10/write-once-run-anywhere-jvm.png" src="/images/default.jpg" alt="一次编译,各地运行" /> </p> <hr /> <ul> <li> <h1 id="tocAnchor-1-2">JVM的基本结构</h1> </li> </ul> <p>  JVM由三个主要的子系统构成</p> <ul> <li>类加载子系统</li> <li>运行时数据区(内存结构)</li> <li>执行引擎</li> </ul> <hr /> <ul> <li> <h1 id="tocAnchor-1-3">JVM架构</h1> </li> </ul> <p>  首先,先我们看一看架构图:</p> <p> <img class="lazy post-img" data-original="https://javatutorial.net/wp-content/uploads/2017/10/jvm-architecture.png" src="/images/default.jpg" alt="JVM架构" /> </p> <p>  我们,先说一下class loader subsystem。首先,loading一共有三个class loader类型:</p> <ul> <li>loading</li> </ul> <ol> <li>Bootstrap Class Loader – 加载JDK内部类,比如rt.jar和类似<code>java.lang.*</code>这样的核心类。</li> <li>Extensions Class Loader – 从JDK的扩展目录加载类。</li> <li>System Class Loader – 从系统设定的classpath加载类,可以在程序启动时通过-cp或者-classpath指令进行设置。</li> </ol> <ul> <li>linking</li> </ul> <p>  其次,linking是链接一个类或接口时包括验证和准备这个类或接口的直接超类、直接超接口及必要时的元素类型。JVM需要满足以下点才能够连接:</p> <ol> <li>类或接口在被链接之前会被完全加载。</li> <li>在初始化类或接口之前,会对其进行完全的验证和准备。</li> <li>不论因为直接还是间接的代码中包含的连接错误能够被侦察到。</li> </ol> <ul> <li>Initialization</li> </ul> <p>  类或接口的初始化包括执行它的类或接口初始化方法或调用类的构造函数。因为Java虚拟机是多线程的,所以类或接口的初始化需要小心地同步,因为其他一些线程可能试图同时初始化相同的类或接口。同时,这是Class Loading的最后一个阶段,这里所有静态变量都将被赋值为原始值,并且静态块将被执行。</p> <p>  我们学习JVM最重要的部分就是运行时数据区。如图:</p> <p> <img class="lazy post-img" data-original="https://cdn.jikewenku.com/wp-content/uploads/2021/01/74e01322f26270ccfe235ead6215d271.png" src="/images/default.jpg" alt="JVM运行时数据区域" /> </p> <p>1.程序计数器:每个线程都有独立的PC寄存器,以保存当前执行指令的地址,一旦指令被执行,PC寄存器将被下一条指令更新。</p> <p>2.虚拟机栈:java执行方法的内存模型。每个方法被执行的时候,都会创建一个栈帧压入栈,当方法<code>正常返回</code>或者<code>抛出未捕获的异常</code>时,栈帧就会出栈。</p> <p>(1)栈帧:栈帧存储方法的相关信息,包好局部变量表、发回执、操作数栈、动态链接。</p> <p>
a.局部变量表:包含了方法执过程中的所有变量。局部变量数组所需要的空间在编译期间完成分配,在方法运行期间不会改变局部变量数组的大小。</p> <p>b.返回值:如果有的话,压入调用者栈帧中的操作数栈中,并且把pc的值指向方法调用指令后面的一条指令地址。</p> <p>c.操作数栈:操作变量的内存模型。操作数栈的最大深度在编译的时候已经确定。</p> <p>d.动态链接:每个栈帧都持有在运行时常量池中该栈帧所属方法的引用,持有这个引用是为了支持方法调用过程中的动态链接。</p> <p>(2)线程私有</p> <p>3.本地方法栈:本地方法堆栈保存本地方法信息。对于每个线程,将创建一个单独的本机方法堆栈。</p> <p>4.方法区:所有类级别的数据都将存储在这里,包括静态变量。每个JVM只有一个方法区域,它是一个共享资源。</p> <p>5.堆:所有对象及其对应的实例变量和数组都将存储在这里。每个JVM也有一个堆区域。由于方法和堆区域为多个线程共享内存,存储的数据不是线程安全的。</p> <p>(1)java堆是虚拟机管理的内存中最大的一块</p> <p>(2)java堆是所有线程共享的区域</p> <p>(3)在虚拟机启动时创建</p> <p>(4)此内存区域的唯一目的就是存放对象实例,几乎所有对象实例都在这里分配内存。存放new生成的对象和数组。</p> <p>(5)java堆是垃圾收集器管理的内存区域。</p> <hr /> <ul> <li> <h1 id="tocAnchor-1-4">不同变量存储的位置</h1> </li> </ul> <p>  我们可以把内存理解成可以单独操作字节的字节数组。在内存中的每个字节或者位置,都像Java中的数组一样可以访问。在32位机中,每个内存槽最大支持32位,也就是一个字符或者4个字节。</p> <p> <img class="lazy post-img" data-original="https://javatutorial.net/wp-content/uploads/2019/06/Untitled-1.png" src="/images/default.jpg" alt="内存模型2" /> </p> <p>  正如上图所示,4000,4004,4008等等数字代表每个内存槽的地址。这些数字代表32位。因为每个内存槽持有32位,或者说4个字节,每个内存槽的增量是4.</p> <p>  java中有两种类型变量域-全局变量和本地变量。全局变量可以在程序中任何地方访问到,但是本地变量只能通过创建了它的方法才能访问到。这两种变量域分别存储在方法区和虚拟机栈中。</p> <p> <img class="lazy post-img" data-original="https://javatutorial.net/wp-content/uploads/2019/06/regions.png" src="/images/default.jpg" alt="内存模型2" /> </p> <p> <img class="lazy post-img" data-original="https://javatutorial.net/wp-content/uploads/2019/06/where.png" src="/images/default.jpg" alt="内存模型3" /> </p> <ul> <li>虚拟机栈</li> </ul> <pre> <code class="language-java">public void doSomething() { int v = 0; System.out.println(v); } </code> </pre> <p>  上面代码中的变量v是在方法中创建的,所以他保存在线程的虚拟机栈中。</p> <ul> <li>方法区</li> </ul> <pre> <code class="language-java">public class Example { int globalVar = 3; public int showVar() { return globalVar; } } </code> </pre> <p>  上面的代码中,globalVar保存在方法区中。因为他可以被方法获取到,所以他是可以被整个系统获取到的。</p> <ul> <li>堆</li> </ul> <pre> <code class="language-java">public class Person { int pid; String name; public Person(int id, String name) { this.pid = id; this.name = name; } } public class Driver { public static void main(String[] args) { int id = 1; String pName = "Rick"; Person p = new Person(id, pName); } } </code> </pre> <p>  在上面的代码中我们可以看到,我们创建了Person的实例并储存在变量p中,本质上,我们使用堆区来动态分配内存,我们需要使用new关键字创建这样一个实例。换句话说,我们确定不了这个实例的确切大小。无论实例有多少字节,如果有足够的内存(可能会有),该实例将被创建,并且只保留创建它所需的字节量。</p> <p>  java其实帮助我们解决了很多动态分配内存的棘手问题,相比C语言来说,C语言必须自己去清除内存。所以说,java的垃圾回收是幕后的,简单到只需要我们触发关键词就可以完成清除内存的目的。</p> <hr /> <ul> <li> <h1 id="tocAnchor-1-5">虚拟机栈</h1> </li> </ul> <p>  首先,我们先看一段代码:</p> <pre> <code class="language-java"> public class Demo { public int math() { int a = 1; int b = 2; int c = (a + b) * 10; return c; } public static void main(String[] args) { Demo demo = new Demo(); demo.math(); } } /* java -c Demo.java后,会生成Demo.class javap -c Demo,进行反编译,结果如下,让我们来分析一下这段程序就可以了解大概虚拟机栈的原理了。 */ Compiled from "Demo.java" public class Demo { public Demo(); Code: 0: aload_0 1: invokespecial #1 // Method java/lang/Object."&lt;init&gt;":()V 4: return public int math(); Code: 0: iconst_1//push 1: istore_1 2: iconst_2 3: istore_2 4: iload_1 5: iload_2 6: iadd 7: bipush 10 9: imul 10: istore_3 11: iload_3 12: ireturn public static void main(java.lang.String[]); Code: 0: new #2 // class Demo 3: dup 4: invokespecial #3 // Method "&lt;init&gt;":()V 7: astore_1 8: aload_1 9: invokevirtual #4 // Method math:()I 12: pop 13: return } </code> </pre> <p>  经过反编译后,我们可以看到虚拟机的代码了。那么,分别是什么意思呢?我们可以参考<a href="https://docs.oracle.com/javase/specs/jvms/se9/html/jvms-6.html#jvms-6.5.istore">手册</a>来分析,分析的过程我在图片中给出了。</p> <p> <img class="lazy post-img" data-original="https://p.ljcdn.com/v1/raw/p/image-distinguish/08fc9bd285061080bc0e18d21220a5082801300138e51c.png" src="/images/default.jpg" alt="编译过程分析" /> </p> <p>  在图中的最后,我们看到ireturn语句,他的意思就是将结果返回。具体返回到那里呢,程序会去程序计数器中查找上一个栈帧的地址,结果就是返回给这个栈帧的。原理是,这段代码是首先调用的main函数,然后调用的math方法。所以,程序计数器会保存着这个关系,同样每段代码的顺序也会被程序计数器记录住。也就说,线程中程序运行到了哪里和从哪运行的都会在这个地方记录着。如果我们考虑多线程的情况,在一个线程运行过程中cpu的时间片到了,于是cpu把下一个时间片分给了新的线程。这个时候程序计数器也会记录住前一个线程运行到了哪里,新的线程从原先旧的线程中何时开始的,结束完成后还需要跳回旧线程中继续执行代码。</p> <p>如果我们把程序改成这样:</p> <pre> <code class="language-java">public class Demo { public int math() { int a = 1; int b = 2; Object obj = new Object(); //加入个实例 int c = (a + b) * 10; return c; } public static void main(String[] args) { Demo demo = new Demo(); demo.math(); } } </code> </pre> <p>我们通过<code>javap -v Demo</code>来看看,可以看到输出的信息比上边的多了很多。</p> <pre> <code class="language-java">Classfile Demo.class Last modified 2021-5-11; size 599 bytes MD5 checksum b0253c6a0b3c51e6d1a72e8cc76da634 Compiled from "Demo.java" public class Demo minor version: 0 major version: 52 flags: ACC_PUBLIC, ACC_SUPER Constant pool: #1 = Methodref #2.#28 // java/lang/Object."&lt;init&gt;":()V #2 = Class #29 // java/lang/Object #3 = Class #30 // Demo #4 = Methodref #3.#28 // Demo."&lt;init&gt;":()V #5 = Methodref #3.#31 // Demo.math:()I #6 = Utf8 &lt;init&gt; #7 = Utf8 ()V #8 = Utf8 Code #9 = Utf8 LineNumberTable #10 = Utf8 LocalVariableTable #11 = Utf8 this #12 = Utf8 LDemo; #13 = Utf8 math #14 = Utf8 ()I #15 = Utf8 a #16 = Utf8 I #17 = Utf8 b #18 = Utf8 obj #19 = Utf8 Ljava/lang/Object; #20 = Utf8 c #21 = Utf8 main #22 = Utf8 ([Ljava/lang/String;)V #23 = Utf8 args #24 = Utf8 [Ljava/lang/String; #25 = Utf8 demo #26 = Utf8 SourceFile #27 = Utf8 Demo.java #28 = NameAndType #6:#7 // "&lt;init&gt;":()V #29 = Utf8 java/lang/Object #30 = Utf8 Demo #31 = NameAndType #13:#14 // math:()I { public Demo(); descriptor: ()V flags: ACC_PUBLIC Code: stack=1, locals=1, args_size=1 0: aload_0 1: invokespecial #1 // Method java/lang/Object."&lt;init&gt;":()V 4: return LineNumberTable: line 6: 0 LocalVariableTable: Start Length Slot Name Signature 0 5 0 this LDemo; public int math(); descriptor: ()I flags: ACC_PUBLIC Code: stack=2, locals=5, args_size=1 0: iconst_1 1: istore_1 2: iconst_2 3: istore_2 4: new #2 // class java/lang/Object 7: dup 8: invokespecial #1 // Method java/lang/Object."&lt;init&gt;":()V 11: astore_3 12: iload_1 13: iload_2 14: iadd 15: bipush 10 17: imul 18: istore 4 20: iload 4 22: ireturn LineNumberTable: line 9: 0 line 10: 2 line 11: 4 line 12: 12 line 13: 20 LocalVariableTable: Start Length Slot Name Signature 0 23 0 this LDemo; 2 21 1 a I 4 19 2 b I 12 11 3 obj Ljava/lang/Object; 20 3 4 c I public static void main(java.lang.String[]); descriptor: ([Ljava/lang/String;)V flags: ACC_PUBLIC, ACC_STATIC Code: stack=2, locals=2, args_size=1 0: new #3 // class Demo 3: dup 4: invokespecial #4 // Method "&lt;init&gt;":()V 7: astore_1 8: aload_1 9: invokevirtual #5 // Method math:()I 12: pop 13: return LineNumberTable: line 17: 0 line 18: 8 line 19: 13 LocalVariableTable: Start Length Slot Name Signature 0 14 0 args [Ljava/lang/String; 8 6 1 demo LDemo; } SourceFile: "Demo.java" </code> </pre> <p>  因为上边的输出太多,本来我想写在代码旁边用注释的形式备注,但是因为顺序是跳跃的,所以用这种方法不太好解释。所以,我还是准备写在下边,因为这样的形式可以保证时间线清晰。</p> <p>  首先,我们发现在代码编译期,就有了<code>Constant pool</code>常量池了。那常量池是什么呢?他是java文件被编译成.class文件时,存储这些class文件的资源库。其主要存放两大类常亮:<code>字面量</code>(文本字符串、声明为final的常量值等)和<code>符号引用</code>(有三类:类和接口的全限定名、字段的名称和描述符、方法的名称和描述符)。</p> <p>  除了常量池以外,还有个运行时常量池。运行时常量池是方法区的一部分,class文件中的常量池在类加载后进入方法区的运行时常量池存放。他具有动态性,为什么这么说呢?因为class文件一旦编译后,class常量池就确定了。但是运行时常量池在运行期间有可能有新的常量存入池中。</p> <p>  在main()中,我们看到<code>9: invokevirtual #5</code>这行,这代表我们调用了constant pool中的#5。#5代表这是一个方法引用,在虚拟机栈的栈帧的局部变量表中,就会生成一个ref并指向方法区中的Demo.math(),通过符号引用就实现了直接引用。其他的同理。</p> <hr /> <ul> <li> <h1 id="tocAnchor-1-6">本地方法栈</h1> </li> </ul> <p>  本地方法栈和虚拟机方法栈看起来感觉很像是不是?没错,其实就是很像,只是本地方法栈是由本地系统控制的方法栈。作为java程序员你并不能看到这个栈实际发生了什么,因为系统属于底层,底层是由C写的。那java什么时候会触发系统级的指令呢?让我们看下thread的实现吧。</p> <pre> <code class="language-java"> //src.zip/java/lang/Thread public class Thread implements Runnable { ………… private native void start0(); public static native Thread currentThread(); public static native void yield(); ………… } </code> </pre> <p>  我们可以看到很多个native修饰的方法,java中会用这个关键词来修饰那些调用底层C方法的方法。本地方法栈就是为了这些方法而存在的。意思就是通过系统级方法来实现java想要实现的功能,所以本地方法栈被设计到了JVM中。</p> <hr /> <ul> <li> <h1 id="tocAnchor-1-7">JMM Java内存模型</h1> </li> </ul> <p>  Java内存模型是共享内存的并发模型,线程之间主要通过读-写共享变量(堆内存中的实例域,静态域和数组元素)来完成隐式通信。</p> <p>  Java 内存模型(JMM)控制 Java 线程之间的通信,决定一个线程对共享变量的写入何时对另一个线程可见。</p> <p> <img class="lazy post-img" data-original="https://p.ljcdn.com/v1/raw/p/image-distinguish/08a4fbd2850610b1b90d18c305208b042801300138f63c.png" src="/images/default.jpg" alt="内存模型1" /> </p> <p>  计算机在高速的 CPU 和相对低速的存储设备之间使用高速缓存,作为内存和处理器之间的缓冲。将运算需要使用到的数据复制到缓存中,让运算能快速运行,当运算结束后再从缓存同步回内存之中。在多处理器的系统中(或者单处理器多核的系统),每个处理器内核都有自己的高速缓存,它们有共享同一主内存(Main Memory)。当多个处理器的运算任务都涉及同一块主内存区域时,将可能导致各自的缓存数据不一致。为此,需要各个处理器访问缓存时都遵循一些协议,在读写时要根据协议进行操作,来维护缓存的一致性。</p> <p>  Java内存模型的主要目标是定义程序中各个变量的访问规则,即在虚拟机中将变量(线程共享的变量)存储到内存中取出变量这样的底层细节。Java内存模型中规定了所有的比那两都存储在主内存中,每条线程还有自己的工作内存,线程对变量的所有操作都必须在工作内存中进行,而不能直接读写主内存中的变量。</p> <p>  不同的线程之间是无法直接访问互相的内存中的变量的,线程间的通讯一般有两种方式:1.通过消息传递。2.通过内存共享。java线程间的铜线采用的是共享内存的方式,线程,主内存和工作内存的交互关系如下图所示:</p> <p> <img class="lazy post-img" data-original="https://p.ljcdn.com/v1/raw/p/image-distinguish/08e3c9d3850610eecc0518b70720b2042801300138b0e702.png" src="/images/default.jpg" alt="内存模型2" /> </p> <hr /> <ul> <li> <h1 id="tocAnchor-1-8">重排序和happens-before规则</h1> </li> </ul> <p>  在执行程序时为了提高性能,编译器和处理器尝尝会对指令做重排序。重排序分三种类型:</p> <ol> <li>编译器优化的重排序。编译器在不改变单线程程序语义的前提下,可以重新安排语句的执行顺序。</li> <li>指令集并行的重排序。现代处理器采用了指令集秉性技术(Instruction-Level Parallelism, ILP)来将多条指令重叠执行。如果不存在数据依赖性,处理器可以改变语句对应机器指令的执行顺序。</li> <li>内存系统的重排序。由于处理器使用缓存和读/写缓冲器,这使得加载和存储操作看上去可能是在乱序执行。</li> </ol> <p>  从java源代码到最终实际执行的指令序列,会分别经理下面三种重排序:</p> <p>源代码 -》 编译器优化重排序 -》 指令集重排序 -》 内存系统重排序 -》 最终执行的指令</p> <p>  JMM属于语言级的内存模型,它确保在不同的编译器和不同的处理平台之上,通过禁止特定类型的编译器重排序和处理器重排序,为程序员提供一致的内存可见性保证。</p> <p>  happens-before是从JDK5开始的,java内存模型提出了happens-before的概念,通过这个概念来阐述操作之间的内存可见性。</p> <p>  如果一个操作执行的结果需要对另一个操作可见,那么这两个操作数之间必须存在happes-before关系。这里提到的两个操作既可以是在一个线程之内,也可以是在不同线程之间。</p> <p>  <strong>这里的“可见性”是指当一条线程修改了这个变量的值,新值对于其他线程来说是可以立即得知的</strong></p> <p>  如果A happens-before B,那么Java内存模型将向程序员保证-A操作的结果将对B可见,且A的执行顺序排在B之前。</p> <p>  重要的happens-before规则如下:</p> <ol> <li>程序顺序规则:一个线程中的每个操作,happens-before于该线程中任意后续操作。</li> <li>监视器规则:对一个监视器锁的解锁,happes-before于随后对这个监视器锁的加锁。</li> <li>volatile变量规则:对一个volatile域的写,happens-before于任意后续对这个volatile域的读。</li> <li>传递性:如果A happes-before B,且B happens-beforeC,那么A happens-before C。</li> </ol> <p>  下图是happes-before与JMM的关系:</p> <p> <img class="lazy post-img" data-original="https://p.ljcdn.com/v1/raw/p/image-distinguish/08dadbd3850610c9aa0818cf0620f2042801300138a5aa03.png" src="/images/default.jpg" alt="JMM内存模型" /> </p> <p>  volatile可以说是JVM提供的最轻量级的同步机制,当一个变量定义为volatile之后,它将具备两种特性:</p> <ol> <li> <p><strong>保证此变量对所有线程的可见性。</strong>而普通变量不能做到这一点,普通变量1的值在线程间传递均需要通过主内存来完成。volatile虽然保证了可见性,但是java里面的运算并非原子操作,导致volatile变量的运算在并发下一样是不安全的。而synchronized关键字则是由“一个变量在同一时刻只允许一条线程对其进行lock操作”这条规则获得线程安全的。</p> </li> <li> <p><strong>禁止指令重排序优化。</strong>普通的变量仅仅会保证在该方法的执行过程中所有依赖赋值结果的地方都能获取到正确的结果。而不能保证变量赋值操作的顺序与程序代码中的执行顺序一致。</p> </li> </ol> <hr /> <ul> <li> <h1 id="tocAnchor-1-9">堆的内存划分及GC垃圾回收</h1> </li> </ul> <p>  在我之前写过关于堆及GC的文章,请参考<a href="https://naffan.cn/tech/2020/01/27/01.html">拿饭网对java垃圾回收大杂烩</a></p> <hr /> <ul> <li> <h1 id="tocAnchor-1-10">JVM优化</h1> </li> </ul> <ol> <li>一般来说survior区不够大或者占用量达到50%,就会把一些对象放到老年区。通过设置合理的eden区,survivor区及使用率,可以将年轻对象保存在年轻代,从而避免full GC,使用<code>-Xmn</code>设置年轻代的大小。</li> <li>对于占用内存比较多的大对象,一般会选择在老年代分配内存。如果在年轻代给大对象分配内存,年轻代内存不够了,就要在eden区移动大量对象到老年代,然后这些移动的对象可能很快消亡,因此导致full GC。通过设置参数:<code>-XX:petenureSizeThreshold=1000000</code>,单位为B,标明对象大小超过1M时,在老年代分配内存空间。</li> <li>一般情况下,年轻对象放在eden区,当第一次GC后,如果对象还存活,放到survivor区,此后,每GC一次,年龄增加1,当对象的年龄达到阈值(64位机,最多15),就被放到老年代。这个阈值可以通过<code>-XX:MaxTenuringThreshold</code>设置。如果想让对象留在年轻代,可以设置比较大的阈值。(通过查看openjdk能够得知对象头文件中有4位决定阈值。所以,这个是跟机器位数有关系的。)</li> <li>设置对小堆和最大堆:<code>-Xmx</code>和<code>-Xms</code>稳定的堆大小对垃圾回收是有利的,获得一个稳定的对大小的方法是将这两个设置设成一样的数字,这样的话可以使GC的次数减少。</li> <li>一个不稳定的堆并非毫无用处。在系统不需要使用大内存的时候,压缩堆空间,使得GC每次应对一个较小的堆空间,加快单次GC次数。基于这种考虑,JVM提供两个参数,用于压缩和扩展堆空间。(1)<code>-XX:MinHeapFreeRatio</code> 参数用于设置堆空间的最小空闲比率。默认值是40,当堆空间的空闲内存比率小于40,JVM便会扩展堆空间。(2)<code>-XX:MaxHeapFreeRatio</code> 参数用于设置堆空间的最大空闲比率。默认值是70, 当堆空间的空闲内存比率大于70,JVM便会压缩堆空间。(3)当-Xmx和-Xmx相等时,上面两个参数无效。</li> <li>通过增大吞吐量提高系统性能,可以通过设置并行垃圾回收收集器。(1)<code>-XX:+UseParallelGC</code>:年轻代使用并行垃圾回收收集器。这是一个关注吞吐量的收集器,可以尽可能的减少垃圾回收时间。(2)<code>-XX:+UseParallelOldGC</code>:设置老年代使用并行垃圾回收收集器。</li> <li>尝试使用大的内存分页:使用大的内存分页增加CPU的内存寻址能力,从而系统性能。<code>-XX:+LargePageSizeInBytes</code>设置内存页的大小。</li> <li>使用非占用的垃圾收集器。<code>-XX:UseConcMarkSweepGC</code>老年代使用CMS收集器降低停顿。</li> <li><code>-XX:SurvivorRatio=3</code>,代表年轻代中的分配比例:survivor:eden = 2:3。</li> <li>JVM性能调优工具:(1)jps(2)jstack(3)jmap(4)jhat(5)jstat(6)visualVM</li> </ol> <p>参考文章:</p> <ul> <li> <p><a href="https://javatutorial.net/jvm-explained">jvm-explained</a></p> </li> <li> <p><a href="https://segmentfault.com/a/1190000014395186">JVM 完整深入解析</a></p> </li> <li><a href="https://docs.oracle.com/javase/specs/jvms/se9/html/jvms-6.html#jvms-6.5.istore">javaSe8手册</a></li> <li><a href="https://www.cnblogs.com/czwbig/p/11127124.html">Java内存区域(运行时数据区域)和内存模型(JMM)</a></li> </ul> <!--分享按钮 开始--> <div class="bdsharebuttonbox" style="margin-left:auto;margin-right:2px;width:140px;"> <a href="#" class="bds_more" data-cmd="more"></a> <a href="#" class="bds_qzone" data-cmd="qzone" title="分享到QQ空间"></a> <a href="#" class="bds_tsina" data-cmd="tsina" title="分享到新浪微博"></a> <a href="#" class="bds_weixin" data-cmd="weixin" title="分享到微信"></a> </div> <script> window._bd_share_config={ "common":{ "bdSnsKey":{}, "bdText":"", "bdMini":"2", "bdPic":"", "bdStyle":"0", "bdSize":"16" }, "share":{}, "image":{ "viewList":["qzone","tsina","tqq","renren","weixin"], "viewText":"分享到:","viewSize":"16" }, "selectShare":{ "bdContainerClass":null, "bdSelectMiniList":["qzone","tsina","tqq","renren","weixin"] }}; with(document)0[(getElementsByTagName('head')[0]||body).appendChild(createElement('script')).src='/static/api/js/share.js?v=89860593.js?cdnversion='+~(-new Date()/36e5)]; </script> <!--分享按钮 结束--> <hr> <div> <ul class="pager"> <li class="previous"><a href="/tech/2021/05/07/01.html">&larr; 前一篇</a></li> <li class="next"><a href="/tech/2021/05/12/01.html">后一篇 &rarr;</a></li> </ul> </div> </div> <!--PC和WAP自适应版--> <div id="SOHUCS" sid="/tech/2021/05/11/01.html"></div> <script type="text/javascript"> (function(){ var appid = 'cysGfqald'; var conf = 'prod_bd33a87b5e12ce2566d15909589be5f9'; var width = window.innerWidth || document.documentElement.clientWidth; if (width < 1000) { var head = document.getElementsByTagName('head')[0]||document.head||document.documentElement; var script = document.createElement('script'); script.type = 'text/javascript'; script.charset = 'utf-8'; script.id = 'changyan_mobile_js'; script.src = 'https://cy-cdn.kuaizhan.com/upload/mobile/wap-js/changyan_mobile.js?client_id=' + appid + '&conf=' + conf; head.appendChild(script); } else { var loadJs=function(d,a){var c=document.getElementsByTagName("head")[0]||document.head||document.documentElement;var b=document.createElement("script");b.setAttribute("type","text/javascript");b.setAttribute("charset","UTF-8");b.setAttribute("src",d);if(typeof a==="function"){if(window.attachEvent){b.onreadystatechange=function(){var e=b.readyState;if(e==="loaded"||e==="complete"){b.onreadystatechange=null;a()}}}else{b.onload=a}}c.appendChild(b)};loadJs("https://cy-cdn.kuaizhan.com/upload/changyan.js",function(){window.changyan.api.config({appid:appid,conf:conf})}); } })(); </script> </div> </div> <div class="container"> <footer> <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-93033182-1', 'auto'); ga('send', 'pageview'); </script> <p> &copy; 2021 拿饭网 &middot; <script src="https://s13.cnzz.com/z_stat.php?id=1272020504&web_id=1272020504" language="JavaScript"></script> &middot; <a href="https://beian.miit.gov.cn">京ICP备16029491号-4</a> </p> </footer> </div> </div> </body> </html>
naffan2014/naffan2014.github.io
tech/2021/05/11/01.html
HTML
mit
39,368
<!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>My Project: include/decoder Directory Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">My Project </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="pages.html"><span>Related&#160;Pages</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 class="current"><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_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="dir_ef4c7dabb16c9bee1e17c47c3bb25728.html">decoder</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">decoder Directory Reference</div> </div> </div><!--header--> <div class="contents"> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="files"></a> Files</h2></td></tr> <tr class="memitem:decoder_8h"><td class="memItemLeft" align="right" valign="top">file &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="decoder_8h.html">decoder.h</a> <a href="decoder_8h_source.html">[code]</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:mjpeg-decoder-sw_8h"><td class="memItemLeft" align="right" valign="top">file &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="mjpeg-decoder-sw_8h.html">mjpeg-decoder-sw.h</a> <a href="mjpeg-decoder-sw_8h_source.html">[code]</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> </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>
wafgo/rt-depth-map
html/dir_ef4c7dabb16c9bee1e17c47c3bb25728.html
HTML
mit
4,822
<!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <title></title> </head> <body> <script src="compareChars.js"> </script> </body> </html>
MonikaGerova/TelerikAcademyHomeworks
JS Basics/Arrays/CompareChars.html
HTML
mit
166
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>additions: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.11.1 / additions - 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> additions <small> 8.6.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-04 15:07:36 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-04 15:07:36 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.11.1 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.06.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.06.1 Official 4.06.1 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/additions&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/Additions&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.6&quot; &amp; &lt; &quot;8.7~&quot;} ] tags: [ &quot;keyword: addition chains&quot; &quot;category: Computer Science/Decision Procedures and Certified Algorithms/Correctness proofs of algorithms&quot; &quot;category: Miscellaneous/Extracted Programs/Arithmetic&quot; ] authors: [ &quot;Pierre Castéran&quot; ] bug-reports: &quot;https://github.com/coq-contribs/additions/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/additions.git&quot; synopsis: &quot;Addition Chains&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/additions/archive/v8.6.0.tar.gz&quot; checksum: &quot;md5=8a8f3ad4f0aa8e5381bdf3b1b0e4a06a&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-additions.8.6.0 coq.8.11.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.11.1). The following dependencies couldn&#39;t be met: - coq-additions -&gt; coq &lt; 8.7~ -&gt; ocaml &lt; 4.06.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-additions.8.6.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.06.1-2.0.5/released/8.11.1/additions/8.6.0.html
HTML
mit
6,626
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>cats-in-zfc: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.12.0 / cats-in-zfc - 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> cats-in-zfc <small> 8.7.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-16 12:44:21 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-16 12:44:21 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.12.0 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.10.2 The OCaml compiler (virtual package) ocaml-base-compiler 4.10.2 Official release 4.10.2 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.3 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/cats-in-zfc&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/CatsInZFC&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.8~&quot;} ] tags: [ &quot;keyword: set theory&quot; &quot;keyword: ordinal numbers&quot; &quot;keyword: cardinal numbers&quot; &quot;keyword: category theory&quot; &quot;keyword: functors&quot; &quot;keyword: natural transformation&quot; &quot;keyword: limit&quot; &quot;keyword: colimit&quot; &quot;category: Mathematics/Logic/Set theory&quot; &quot;category: Mathematics/Category Theory&quot; &quot;date: 2004-10-10&quot; ] authors: [ &quot;Carlos Simpson &lt;[email protected]&gt; [http://math.unice.fr/~carlos/]&quot; ] bug-reports: &quot;https://github.com/coq-contribs/cats-in-zfc/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/cats-in-zfc.git&quot; synopsis: &quot;Category theory in ZFC&quot; description: &quot;&quot;&quot; In a ZFC-like environment augmented by reference to the ambient type theory, we develop some basic set theory, ordinals, cardinals and transfinite induction, and category theory including functors, natural transformations, limits and colimits, functor categories, and the theorem that functor_cat a b has (co)limits if b does.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/cats-in-zfc/archive/v8.7.0.tar.gz&quot; checksum: &quot;md5=18d7413ca833b8f80cff49d9415e730e&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-cats-in-zfc.8.7.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-cats-in-zfc -&gt; coq &lt; 8.8~ -&gt; ocaml &lt; 4.10 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-cats-in-zfc.8.7.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.10.2-2.0.6/released/8.12.0/cats-in-zfc/8.7.0.html
HTML
mit
7,293
<md-dialog class="fullscreen-dialog"> <md-toolbar class="md-primary"> <div class="md-toolbar-tools"> <h3>Edit {{discussion.name}}</h3> <span flex></span> <md-button ng-click="closeDialog()" class="md-icon-button" aria-label="Close"> <md-icon class="fa fa-lg" md-font-icon="fa-times"></md-icon> </md-button> </div> </md-toolbar> <md-dialog-content> <md-content> <div class="textarea"> <label>Content</label> <textarea ng-model="discussion.content"></textarea> </div> </md-content> </md-dialog-content> <div class="md-actions" layout="row" layout-align="bottom right"> <md-button ng-click="closeDialog()" aria-label="Cancel" class="md-primary">Cancel</md-button> <md-button ng-click="updateDiscussion()" aria-label="Submit" class="md-primary">Submit</md-button> <div data-ng-show="error" class="text-danger"> <strong data-ng-bind="error"></strong> </div> </div> </md-dialog>
dSolver/workshop
public/modules/discussions/views/edit-discussion.client.view.html
HTML
mit
1,093
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>HLS Live Stream</title> <%= htmlWebpackPlugin.tags.headTags %> <style lang="css"> #fluid-player-e2e-case { width: 90%; } </style> </head> <body> <video id="fluid-player-e2e-case"> <source src="https://cph-msl.akamaized.net/hls/live/2000341/test/master.m3u8" type="application/x-mpegURL"/> </video> <%= htmlWebpackPlugin.tags.bodyTags %> <script> var instance = fluidPlayer('fluid-player-e2e-case'); </script> </body> </html>
fluid-player/fluid-player
test/html/hls_live.tpl.html
HTML
mit
754
<!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> G.F. Archi-Conseil 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=1492287409372&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=18698&V_SEARCH.docsStart=18697&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn//magmi/web/download_file.php?_flId?_flxKy=e1s1&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=18696&amp;V_DOCUMENT.docRank=18697&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492287441708&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567067454&amp;profileId=&amp;key.newSearchLabel=">Previous Company</a></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=18698&amp;V_DOCUMENT.docRank=18699&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492287441708&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567027060&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> G.F. Archi-Conseil inc. </h2> <div class="row"> <div class="col-md-5"> <h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2> <p>G.F. Archi-Conseil inc.</p> <h2 class="h5 mrgn-bttm-0">Alternate Name:</h2> <p class="mrgn-bttm-0">Giasson Farregut,architectes</p> <p><a href="mailto:[email protected]" title="[email protected]">[email protected]</a></p> </div> <div class="col-md-4 mrgn-sm-sm"> <h2 class="h5 mrgn-bttm-0">Mailing Address:</h2> <address class="mrgn-bttm-md"> 2215, boul. Dagenais O<br/> Bureau 200<br/> LAVAL, Quebec<br/> H7L 5W9 <br/> </address> <h2 class="h5 mrgn-bttm-0">Location Address:</h2> <address class="mrgn-bttm-md"> 2215, boul. Dagenais O<br/> Bureau 200<br/> LAVAL, Quebec<br/> H7L 5W9 <br/> </address> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (450) 624-1010 </p> <p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>: (450) 624-1030</p> </div> <div class="col-md-3 mrgn-tp-md"> </div> </div> <div class="row mrgn-tp-md mrgn-bttm-md"> <div class="col-md-12"> <h2 class="wb-inv">Company Profile</h2> <br> Notre firme offre des services professionnels en architecture <br>tant au niveau industriel, commercial, institutionnel que <br>résidentiel.<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> Guillermo Farregut </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> Architecte associé <br> </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (450) 624-1010 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (450) 624-1030 </div> </div> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Frédéric Giasson </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> Architecte associé <br> </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (450) 624-1010 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (450) 624-1030 </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"> 1976 </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"> 541310 - Architectural Services </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> Service Name: </strong> </div> <div class="col-md-9"> architecture <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Services professionnels en architecture.<br> <br> </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Technology Profile --> <!-- Market Profile --> <!-- Sector Information --> <details class="mrgn-tp-md mrgn-bttm-md"> <summary> Third-Party Information Liability Disclaimer </summary> <p> Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements. </p> </details> </details> <details id="details-panel2"> <summary> Contacts </summary> <h2 class="wb-invisible"> Contact information </h2> <!-- Contact Information --> <section class="container-fluid"> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Guillermo Farregut </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> Architecte associé <br> </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (450) 624-1010 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (450) 624-1030 </div> </div> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Frédéric Giasson </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> Architecte associé <br> </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (450) 624-1010 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (450) 624-1030 </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"> 1976 </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"> 541310 - Architectural Services </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> Service Name: </strong> </div> <div class="col-md-9"> architecture <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Services professionnels en architecture.<br> <br> </div> </div> </section> </details> </div> </div> <div class="row"> <div class="col-md-12 text-right"> Last Update Date 2015-12-04 </div> </div> <!-- - Artifact ID: CBW - IMBS - CCC Search WAR - Group ID: ca.gc.ic.strategis.imbs.ccc.search - Version: 3.26 - Built-By: bamboo - Build Timestamp: 2017-03-02T21:29:28Z --> <!-- End Body Content --> <!-- Begin Body Foot --> <!-- End Body Foot --> <!-- END MAIN TABLE --> <!-- End body --> <!-- Begin footer --> <div class="row pagedetails"> <div class="col-sm-5 col-xs-12 datemod"> <dl id="wb-dtmd"> <dt class=" hidden-print">Date Modified:</dt> <dd class=" hidden-print"> <span><time>2017-03-02</time></span> </dd> </dl> </div> <div class="clear visible-xs"></div> <div class="col-sm-4 col-xs-6"> </div> <div class="col-sm-3 col-xs-6 text-right"> </div> <div class="clear visible-xs"></div> </div> </main> <footer role="contentinfo" id="wb-info"> <nav role="navigation" class="container wb-navcurr"> <h2 class="wb-inv">About government</h2> <!-- EPIC FOOTER BEGIN --> <!-- EPI-11638 Contact us --> <ul class="list-unstyled colcount-sm-2 colcount-md-3"> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07026.html#pageid=E048-H00000&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 -->
GoC-Spending/data-corporations
html/234567032784.html
HTML
mit
36,805
<!doctype html> <html> <head> <title>일요수다 초대</title> <meta name="title" content="[일요수다] 초대장" /> <meta property="og:image" content="./src/title.jpeg" /> <meta property="og:title" content="[일요수다 초대]" /> <meta property="og:description" content="수다 동참을 환영합니다." /> <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no" charset="utf-8"> <link rel="stylesheet" href="src/scooch.css"> <link rel="stylesheet" href="src/scooch-style.css"> <script src="//developers.kakao.com/sdk/js/kakao.min.js"></script> <style> /* styling for this page */ .m-scooch { padding-bottom: 30px; } .m-card-light { width: 200px; margin: 30px 10px 0 10px; } .m-card-dark h3 { margin-top: 0; } .m-item .m-card-dark img, .m-item .m-card-light img { width: 100%; max-width: 100%; height: auto; } .m-scooch-example-5 .m-caption { color: #ccc; } body { font-family: arial, sans-serif; line-height: 1.25em; background-color: #000000; } </style> </head> <body> <div class="m-scooch m-fluid m-scooch-photos" id="m-scooch-example-2"> <div class="m-scooch-inner"> <div class="m-item"> <img src="./src/fin.001.jpeg"> </div> <div class="m-item"> <img src="./src/fin.002.jpeg"> </div> <div class="m-item"> <img src="./src/fin.003.jpeg"> </div> <div class="m-item"> <img src="./src/fin.004.jpeg"> </div> <div class="m-item"> <img src="./src/fin.005.jpeg"> </div> <div class="m-item"> <img src="./src/fin.006.jpeg"> </div> </div> <div class="m-scooch-controls m-scooch-bulleted"> <a href="#" data-m-slide="1">1</a> <a href="#" data-m-slide="2">2</a> <a href="#" data-m-slide="3">3</a> <a href="#" data-m-slide="4">4</a> <a href="#" data-m-slide="5">5</a> <a href="#" data-m-slide="6">6</a> </div> </div> <a id="kakao-link-btn" href="javascript:;"> <img src="./src/external_link.png" height="10" width="10" align=right> </a> <!-- <script src="http://zeptojs.com/zepto.js"></script> --> <script src="http://code.jquery.com/jquery-1.10.1.js"></script> <script src="src/scooch.js"></script> <script>$('#m-scooch-hide-arrows').scooch({autoHideArrows:true});</script> <script>$('#m-scooch-no-animate').scooch({animate:false});</script> <script>$('.m-scooch').scooch();</script> <script> // 사용할 앱의 JavaScript 키를 설정해 주세요. Kakao.init('6746408e8a12cd6bee40acfe66643dc4'); // 카카오톡 링크 버튼을 생성합니다. 처음 한번만 호출하면 됩니다. Kakao.Link.createTalkLinkButton({ container: '#kakao-link-btn', label: '[일요수다 초대] 수다 동참을 환영합니다.', image: { src: './src/title.jpeg', width: '300', height: '200' }, webButton: { text: '초대장 보러가기', url: 'http://lucie-dream.github.io' // 앱 설정의 웹 플랫폼에 등록한 도메인의 URL이어야 합니다. } }); </script> </body> </html>
lucie-dream/lucie-dream.github.io
index.html
HTML
mit
3,194
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Zepto DOM unit tests</title> <script src="../src/zepto.js"></script> <script src="evidence.js"></script> </head> <body> <h1>Zepto DOM unit tests</h1> <p> See the browser console for results. </p> <div id="some_element"></div> <p> <span class="yay">yay</span> <span></span> <span class="nay" id="nay">nay</span> </p> <div id="attr_1" data-id="someId1" data-name="someName1"></div> <div id="attr_2" data-id="someId2" data-name="someName2"></div> <div class="htmltest" id="htmltest1"></div> <div class="htmltest" id="htmltest2"></div> <div id="htmltest3"></div> <div id="beforeafter_container"><div id="beforeafter"></div></div> <p id="find1"> <span class="findme">1</span> <span class="findme">2</span> <b>3<span class="findme">4</span></b> <span class="findme">5<span>6</span></span> </p> <p id="find2"> <span>1</span> <span>2</span> <span>3<span>4</span></span> <span>5<span>6</span></span> </p> <div style="position:absolute;width:100px;height:50px" id="offset">test</div> <ul> <li id="li1"> <ul> <li id="li2"> </ul> </li> </ul> <style> .hidden { display: none; } </style> <div id="show_hide_div1" style="display:none"></div> <div id="show_hide_div2" class="hidden"></div> <div id="show_hide_div3"></div> <div id="show_hide_span1" style="display:none"></div> <div id="show_hide_span2" class="hidden"></div> <div id="show_hide_span3"></div> <div class="filtertest" id="filtertest1"></div> <div class="filtertest" id="filtertest2"></div> <script> function click(el){ var event = document.createEvent('MouseEvents'); event.initMouseEvent('click', true, true, document.defaultView, 1, 0, 0, 0, 0, false, false, false, false, 0, null); el.dispatchEvent(event); } function mousedown(el){ var event = document.createEvent('MouseEvents'); event.initMouseEvent('mousedown', true, true, document.defaultView, 1, 0, 0, 0, 0, false, false, false, false, 0, null); el.dispatchEvent(event); } Evidence.TestCase.extend('ZeptoTest', { // test to see if we augment iOS 3.2 with String#trim() testTrim: function(t){ t.assertEqual("blah", " blah ".trim()); }, testDollar: function(t){ t.assert($('#some_element').get().length == 1); t.assert($('#some_element').get(0) == document.getElementById('some_element')); t.assert($('p').get().length == 4); t.assert($('p>span.yay').get().length == 1); var el = document.getElementById('some_element'); t.assertEqual($(el).get(0), el); }, testDollarWithMultipleInstances: function(t){ var instance1 = $('#some_element'), instance2 = $('p'); t.assert(instance1.get().length == 1); t.assert(instance2.get().length == 4); t.assert(instance1.get(0) !== instance2.get(0)); }, testDollarWithArrays: function(t){ var z1 = $([document.getElementById('some_element')]); t.assert(1, z1.get().length); t.assert(z1.get(0) == document.getElementById('some_element')) var z2 = $([document.getElementById('some_element'), null, undefined]); t.assert(1, z2.get().length); t.assert(z2.get(0) == document.getElementById('some_element')) var z3 = $([null, document.getElementById('some_element'), null]); t.assert(1, z3.get().length); t.assert(z3.get(0) == document.getElementById('some_element')) }, testDollarWithContext: function(t){ // Zepto object var zepto = $('p#find1, #find2'); t.assertEqual(11, $('span', zepto).get().length); // DOM Element var el = document.getElementById('find1'); t.assertEqual(4, $('span.findme', el).get().length); }, testNext: function(t){ t.assertEqual('P', $('#some_element').next().get(0).tagName); t.assertEqual('DIV', $('p').next().get(0).tagName); }, testPrev: function(t){ t.assertEqual('H1', $('p').prev().get(0).tagName); t.assertEqual('DIV', $('ul').prev().get(0).tagName); }, testEach: function(t){ var tagnames = []; $('h1,p').each(function(e){ tagnames.push(e.tagName) }); t.assertEqual('H1PPPP', tagnames.join('')); }, testFirst: function(t){ var zepto = $('h1,p'); t.assertEqual(5, zepto.get().length); zepto.first(); t.assertEqual(1, zepto.get().length); t.assertEqual('H1', zepto.get(0).tagName); t.assertEqual(0, $('blah').get().length); t.assertEqual(0, $('blah').first().get().length); }, testCompact: function(t){ var nodes = $('p'); nodes.dom = [$('p').get(0), null, undefined, $('p').get(0)]; nodes.compact(); t.assertEqual(2, nodes.get().length); t.assertEqual('PP', nodes.pluck('tagName').join('')); }, testPluck: function(t){ t.assertEqual('H1DIVDIV', $('h1,div.htmltest').pluck('tagName').join('')); }, // for now, we brute-force "display:block" for show/hide // need to change that to work better with inline elements in the future testShow: function(t){ $('#show_hide_div1').show(); t.assertEqual('block', $('#show_hide_div1').get(0).style.display); $('#show_hide_div2').show(); t.assertEqual('block', $('#show_hide_div2').get(0).style.display); $('#show_hide_div3').show(); t.assertEqual('block', $('#show_hide_div3').get(0).style.display); $('#show_hide_span1').show(); t.assertEqual('block', $('#show_hide_span1').get(0).style.display); $('#show_hide_span2').show(); t.assertEqual('block', $('#show_hide_span2').get(0).style.display); $('#show_hide_span3').show(); t.assertEqual('block', $('#show_hide_span3').get(0).style.display); }, testHide: function(t){ $('#show_hide_div1').hide(); t.assertEqual('none', $('#show_hide_div1').get(0).style.display); $('#show_hide_div2').hide(); t.assertEqual('none', $('#show_hide_div2').get(0).style.display); $('#show_hide_div3').hide(); t.assertEqual('none', $('#show_hide_div3').get(0).style.display); $('#show_hide_span1').hide(); t.assertEqual('none', $('#show_hide_span1').get(0).style.display); $('#show_hide_span2').hide(); t.assertEqual('none', $('#show_hide_span2').get(0).style.display); $('#show_hide_span3').hide(); t.assertEqual('none', $('#show_hide_span3').get(0).style.display); }, testOffset: function(t){ // TODO }, testWidth: function(t){ t.assertEqual(100, $('#offset').width()); }, testHeight: function(t){ t.assertEqual(50, $('#offset').height()); }, testClosest: function(t){ t.assert($('#li1').get(0) === $('#li2').closest('li').get(0)); t.assertEqual(0, $('#li2').closest('div').get().length); }, testFind: function(t){ var found = $('p#find1').find('span.findme'); t.assertEqual(4, found.get().length); t.assertEqual('1', found.get(0).innerHTML); t.assertEqual('2', found.get(1).innerHTML); t.assertEqual('4', found.get(2).innerHTML); t.assertEqual('5<span>6</span>', found.get(3).innerHTML); var found = $('p#find1, #find2').find('span'); t.assertEqual(11, found.get().length); }, testFilter: function(t){ var found = $('div'); t.assertEqual(2, found.filter('.filtertest').get().length); t.assertEqual(0, found.filter('.doesntexist').get().length); t.assertEqual(1, found.filter('.filtertest').filter(':nth-child(2n)').get().length); }, testIs: function(t){ t.assert($('#find1').is('p')); t.assert($('#li2').is(':first-child')); t.assert(!$('#find1').is('doesnotexist')); t.assert(!$('#find1').is()); t.assert($('div').is('#some_element')); t.assert(!$('#does_not_exist').is('p')); }, testCSS: function(t){ var el = $('#some_element').get(0); $('#some_element').css('color', '#f00'); $('#some_element').css('border', '1px solid rgba(255,0,0,1)'); t.assertEqual('rgb(255, 0, 0)', el.style.color); t.assertEqual('rgb(255, 0, 0)', el.style.borderLeftColor); t.assertEqual('1px', el.style.borderLeftWidth); var style1 = $('#some_element').css('color'); var style2 = $('#some_element').css('border'); t.assertEqual('rgb(255, 0, 0)', style1); t.assertEqual('1px solid rgb(255, 0, 0)', style2); $('#some_element').css({ 'border': '2px solid #000', 'color': 'rgb(0,255,0)', 'padding-left': '2px' }); t.assertEqual('2px', $('#some_element').css('borderLeftWidth')); t.assertEqual('solid', $('#some_element').css('borderLeftStyle')); t.assertEqual('rgb(0, 0, 0)', $('#some_element').css('borderLeftColor')); t.assertEqual('rgb(0, 255, 0)', $('#some_element').css('color')); t.assertEqual('2px', $('#some_element').css('paddingLeft')); t.assertEqual('2px', $('#some_element').css('border-left-width')); t.assertEqual('solid', $('#some_element').css('border-left-style')); t.assertEqual('rgb(0, 0, 0)', $('#some_element').css('border-left-color')); t.assertEqual('rgb(0, 255, 0)', $('#some_element').css('color')); t.assertEqual('2px', $('#some_element').css('padding-left')); }, testHtml: function(t){ var div = $('div.htmltest'); div.html('yowza'); t.assertEqual('yowza', document.getElementById('htmltest1').innerHTML); t.assertEqual('yowza', document.getElementById('htmltest2').innerHTML); t.assertEqual('yowza', $('div.htmltest').html()); div.html(''); t.assertEqual('', document.getElementById('htmltest2').innerHTML); t.assertEqual("", $('#htmltest3').html()); t.assertNull($('doesnotexist').html()); }, testBind: function(t){ var counter = 0; $(document.body).bind('click', function(){ counter++ }); click($('#some_element').get(0)); t.assertEqual(1, counter); counter = 0; $('#some_element').bind('click mousedown', function(){ counter++ }); click($('#some_element').get(0)); mousedown($('#some_element').get(0)); t.assertEqual(3, counter); // 1 = body click, 2 = element click, 3 = element mousedown }, testDelegate: function(t){ var counter = 0, pcounter = 0; $(document.body).delegate('#some_element', 'click', function(){ counter++ }); $('p').delegate('span.yay', 'click', function(){ counter++ }); $(document.body).delegate('p', 'click', function(){ pcounter++ }); click($('#some_element').get(0)); t.assertEqual(1, counter); click($('span.yay').get(0)); t.assertEqual(2, counter); click($('span.nay').get(0)); t.assertEqual(2, counter); click($('p').get(0)); t.assertEqual(3, pcounter); }, testLive: function(t){ var counter = 0; $('p.live').live('click', function(){ counter++ }); $(document.body).append('<p class="live" id="live_1"></p>'); $(document.body).append('<p class="live" id="live_2"></p>'); click($('#live_1').get(0)); click($('#live_2').get(0)); t.assertEqual(2, counter); }, testAttr: function(t){ var els = $('#attr_1, #attr_2'); t.assertEqual('someId1', els.attr("data-id")); t.assertEqual('someName1', els.attr("data-name")); els.attr("data-id","someOtherId"); els.attr("data-name","someOtherName"); t.assertEqual('someOtherId', els.attr("data-id")); t.assertEqual('someOtherName', els.attr("data-name")); t.assertEqual('someOtherId', $('#attr_2').attr('data-id')); t.assertUndefined(els.attr("nonExistentAttribute")); els.attr("data-id", false); t.assertEqual("false", els.attr("data-id")); els.attr("data-id", 0); t.assertEqual("0", els.attr("data-id")); t.assertNull($('doesnotexist').attr('yo')); els.attr({ 'data-id': 'id', 'data-name': 'name' }); t.assertEqual('id', els.attr("data-id")); t.assertEqual('name', els.attr("data-name")); t.assertEqual('id', $('#attr_2').attr('data-id')); }, testChaining: function(t){ t.assert(document.getElementById('nay').innerHTML == "nay"); $('span.nay').css('color', 'red').html('test'); t.assert(document.getElementById('nay').innerHTML == "test"); }, testCachingForLater: function(t){ var one = $('div'); var two = $('span'); t.assert(one.get(0) !== two.get(0)); }, testPlugins: function(t){ var el = $('#some_element').get(0); $.fn.plugin = function(){ return this.each(function(el){ el.innerHTML = 'plugin!' }); }; $('#some_element').plugin(); t.assertEqual('plugin!', el.innerHTML); // test if existing Zepto objects receive new plugins $.fn.anotherplugin = function(){ return this.each(function(el){ el.innerHTML = 'anotherplugin!' }); } t.assert(typeof $('#some_element').anotherplugin == 'function'); $('#some_element').anotherplugin(); t.assertEqual('anotherplugin!', el.innerHTML); }, testAppendPrependBeforeAfter: function(t){ $('#beforeafter').append('append'); $('#beforeafter').prepend('prepend'); $('#beforeafter').before('before'); $('#beforeafter').after('after'); t.assertEqual('before<div id="beforeafter">prependappend</div>after', $('#beforeafter_container').html()); $('#beforeafter_container').html('<div id="beforeafter"></div>'); function div(contents){ var el = document.createElement('div'); el.innerHTML = contents; return el; } $('#beforeafter').append(div('append')); $('#beforeafter').prepend(div('prepend')); $('#beforeafter').before(div('before')); $('#beforeafter').after(div('after')); t.assertEqual( '<div>before</div><div id="beforeafter"><div>prepend</div>'+ '<div>append</div></div><div>after</div>', $('#beforeafter_container').html() ); }, testAddRemoveClass: function(t){ var el = $('#some_element').get(0); $('#some_element').addClass('green'); t.assertEqual('green', el.className); $('#some_element').addClass('green'); t.assertEqual('green', el.className); $('#some_element').addClass('red'); t.assertEqual('green red', el.className); $('#some_element').removeClass('green'); t.assertEqual('red', el.className); $('#some_element').attr('class', ' red green blue '); t.assertEqual(' red green blue ', el.className); // sanity check that WebKit doesn't change original input $('#some_element').removeClass('green'); t.assertEqual('red blue', el.className); }, testHasClass: function(t){ var el = $('#some_element').get(0); $('#some_element').addClass('green'); t.assert($('#some_element').hasClass('green')); t.assert(!$('#some_element').hasClass('orange')); $('#some_element').addClass('orange'); t.assert($('#some_element').hasClass('green')); t.assert($('#some_element').hasClass('orange')); }, testIndex: function(t){ t.assertEqual($("p > span").index("#nay"), 2); t.assertEqual($("p > span").index(".yay"), 0); t.assertEqual($("span").index("span"), 0); t.assertEqual($("span").index("boo"), -1); } }); </script> </body> </html>
Tok3n/tok3n-webapp
web/components/zeptojs/test/zepto.html
HTML
mit
16,852
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <!--NewPage--> <html> <head> <title>The "Hello World" Application</title> </head> <body BGCOLOR="#ffffff"> <table width="100%"> <tr> <td align=left> <a href="../intro/index.html"><img src="../../images/PreviousArrow.gif" width=26 height=26 align=bottom border=0 alt="Previous | "></a><a href="anatomy.html"><img src="../../images/NextArrow.gif" width=26 height=26 align=bottom border=0 alt="Next | "></a><a href="../../trailmap.html"><img src="../../images/WayUpArrow.gif" width=26 height=26 align=bottom border=0 alt="Trail Map | "></a><a href="../index.html"><img src="../../images/getStartedHeader.gif" width=26 height=26 align=bottom border=0 alt="Getting Started | "></a> </td> <td align=right> <a href="TOC.html"><strong><em>Table of Contents</em></strong></a> </td> </tr> </table> <p> <hr size=4> <h1> The "Hello World" Application </h1> <p> <blockquote> By following the steps on this page, you can create and use a standalone Java application. <h4> Create a Java Source File </h4> <blockquote> Using a text editor, create a file named <code> <a href=example/HelloWorldApp.java>HelloWorldApp.java</a> </code> with the following Java code: <blockquote> <pre> /** * The HelloWorldApp class implements an application that * simply displays "Hello World!" to the standard output. */ class HelloWorldApp { public static void main(String[] args) { System.out.println("Hello World!"); //Display the string. } } </pre> </blockquote> </blockquote> <h4> Compile the Source File </h4> <blockquote> <a href="_compiling.html">Compile the source file</a> using the Java compiler. <P> If the compilation succeeds, the compiler creates a file named <code>HelloWorldApp.class</code> in the same directory (folder) as the Java source file (<code>HelloWorldApp.java</code>). This class file contains Java <i>bytecodes</i>, which are platform-independent codes interpreted by the Java runtime system. <p> If the compilation fails, make sure you typed in and named the program exactly as shown above, using the capitalization shown. If you can't find the problem, <a href="../problems/index.html#compiler">Compiler Problems</a> might be able to help you. </blockquote> <h4> Run the Application </h4> <blockquote> <a href="_interpreting.html">Run the program</a> using the Java interpreter. <p> You should see "Hello World!" displayed. If you have any trouble running the "Hello World" application, see <a href="../problems/index.html#interpreter">Interpreter Problems</a>. </blockquote> <h4>What Next?</h4> <blockquote> Now you can: <ul> <li> <a href=anatomy.html>Continue</a> on in this lesson to learn more about the anatomy of applications, how the "Hello World" application works, and how the Java language implements object-oriented concepts. <li> Go to the next lesson, <a href="../applet/index.html">The "Hello World" Applet</a>, which steps you through writing and running an applet, as well as introducing you to a few more Java features. <li> Learn more about the Java language by going to the <a target="_top" href="../../java/index.html">Learning the Java Language</a><a href="../../java/index.html"><img src="../../images/javaIcon.gif" width=20 height=20 border=0 alt="(in the Learning the Java Language trail)"></a> trail. </ul> </blockquote> </blockquote> <p> <hr size=4> <p> <table width="100%"> <tr> <td align=left> <a href="../intro/index.html"><img src="../../images/PreviousArrow.gif" width=26 height=26 align=top border=0 alt="Previous | "></a><a href="anatomy.html"><img src="../../images/NextArrow.gif" width=26 height=26 align=top border=0 alt="Next | "></a><a href="../../trailmap.html"><img src="../../images/WayUpArrow.gif" width=26 height=26 align=top border=0 alt="Trail Map | "></a><a href="../index.html"><img src="../../images/getStartedHeader.gif" width=26 height=26 align=top border=0 alt="Getting Started | "></a> </td> <td align=right> <a href="TOC.html"><strong><em>Table of Contents</em></strong></a> </td> </tr> </table> </body> </html>
pitpitman/GraduateWork
Java_tutorial/getStarted/application/index.html
HTML
mit
4,102
<!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> Ricoh Canada 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=1492314925304&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=39323&V_SEARCH.docsStart=39322&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=39321&amp;V_DOCUMENT.docRank=39322&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492314957056&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567098898&amp;profileId=&amp;key.newSearchLabel=">Previous Company</a></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=39323&amp;V_DOCUMENT.docRank=39324&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492314957056&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567005588&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> Ricoh Canada Inc. </h2> <div class="row"> <div class="col-md-5"> <h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2> <p>Ricoh Canada Inc.</p> <div class="mrgn-tp-md"></div> <p class="mrgn-bttm-0" ><a href="http://www.ricoh.ca" target="_blank" title="Website URL">http://www.ricoh.ca</a></p> <p><a href="mailto:[email protected]" title="[email protected]">[email protected]</a></p> </div> <div class="col-md-4 mrgn-sm-sm"> <h2 class="h5 mrgn-bttm-0">Mailing Address:</h2> <address class="mrgn-bttm-md"> 300-5520 Explorer Dr.<br/> MISSISSAUGA, Ontario<br/> L4W 5L1 <br/> </address> <h2 class="h5 mrgn-bttm-0">Location Address:</h2> <address class="mrgn-bttm-md"> 300-5520 Explorer Dr.<br/> MISSISSAUGA, Ontario<br/> L4W 5L1 <br/> </address> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (905) 795-9659 </p> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (888) 742-6417</p> <p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>: (905) 795-6926</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=123456189398&amp;graphFileName=Ricoh+Lock+Up+Red_Hi&amp;applicationCode=AP&amp;lang=eng" alt="Logo" /> </div> </div> <div class="row mrgn-tp-md mrgn-bttm-md"> <div class="col-md-12"> <h2 class="wb-inv">Company Profile</h2> <br> Ricoh Canada Inc. is a wholly owned subsidiary of Ricoh Americas Corporation with its head office located in Toronto, employing over 2,100 employees nation-wide. We are pioneers in the development of office imaging equipment, production print solutions, document management systems and IT services.<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> Ricoh Canada </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Owner </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Domestic Sales & Marketing. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (905) 795-9659 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (905) 795-6926 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> [email protected] </div> </div> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Dan Newman </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--> Manager </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Domestic Sales & Marketing. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> [email protected] </div> </div> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Natalie Chung </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--> Manager </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Domestic Sales & Marketing. </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"> Foreign &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Year Established: </strong> </div> <div class="col-md-7"> 1996 </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> Quality Certification: </strong> </div> <div class="col-md-7"> ISO 14001, ISO 9001. </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> Primary Business Activity: </strong> </div> <div class="col-md-7"> Services &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Total Sales ($CDN): </strong> </div> <div class="col-md-7"> $10,000,000 to $24,999,999&nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Number of Employees: </strong> </div> <div class="col-md-7"> 2100&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"> Imaging Devices<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> Document and Content Management Solutions<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> Output and Security Solutions<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> Access to Information and Privacy (ATIP) Solutions<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> Healthcare Solutions<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Systems Integration <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Network Management <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Server-based Computing <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Network Design and Implementation <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Application Development <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Customer and Supply Chain Management application development <br> using Lotus Notes/Domino.<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Hardware/Software Procurement <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Network Security <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Security Solutions <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> E-Procurement <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Rcloud Services<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Document Services<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Managed Document Services<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Managed Document Services<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Business Process Optimization<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Proactive Managed IT Services<br> </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Technology Profile --> <!-- Market Profile --> <h3 class="page-header"> Market profile </h3> <section class="container-fluid"> <h4> Industry sector market interests: </h4> <ul> <li>Construction</li> <li>Environment</li> <li>Information Technology and Telecommunications</li> <li>Manufacturing</li> <li>Medical/Biotechnology/Chemical</li> <li>Service Industry</li> <li>Transportation</li> <li>Automotive</li> <li>Food and Beverage Manufacturing</li> <li>Electrical Equipment</li> </ul> <h4> Geographic markets: </h4> <h5> Actively pursuing: </h5> <ul> <li>Canada</li> <li>United States</li> <li>Alabama</li> <li>Alaska</li> <li>Arizona</li> <li>Arkansas</li> <li>California</li> <li>Colorado</li> <li>Connecticut</li> <li>Delaware</li> <li>District of Columbia</li> <li>Florida</li> <li>Georgia</li> <li>Hawaii</li> <li>Idaho</li> <li>Illinois</li> <li>Indiana</li> <li>Iowa</li> <li>Kansas</li> <li>Kentucky</li> <li>Louisiana</li> <li>Maine</li> <li>Maryland</li> <li>Massachusetts</li> <li>Michigan</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>North Carolina</li> <li>North Dakota</li> <li>Ohio</li> <li>Oklahoma</li> <li>Oregon</li> <li>Pennsylvania</li> <li>Rhode Island</li> <li>South Carolina</li> <li>South Dakota</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> Distribution of employees: </h4> Ricoh Canada has 39 locations across Canada. </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> Ricoh Canada </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Owner </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Domestic Sales & Marketing. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (905) 795-9659 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (905) 795-6926 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> [email protected] </div> </div> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Dan Newman </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--> Manager </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Domestic Sales & Marketing. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> [email protected] </div> </div> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Natalie Chung </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--> Manager </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Domestic Sales & Marketing. </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"> Foreign &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Year Established: </strong> </div> <div class="col-md-7"> 1996 </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> Quality Certification: </strong> </div> <div class="col-md-7"> ISO 14001, ISO 9001. </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> Primary Business Activity: </strong> </div> <div class="col-md-7"> Services &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Total Sales ($CDN): </strong> </div> <div class="col-md-7"> $10,000,000 to $24,999,999&nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Number of Employees: </strong> </div> <div class="col-md-7"> 2100&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"> Imaging Devices<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> Document and Content Management Solutions<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> Output and Security Solutions<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> Access to Information and Privacy (ATIP) Solutions<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> Healthcare Solutions<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Systems Integration <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Network Management <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Server-based Computing <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Network Design and Implementation <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Application Development <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Customer and Supply Chain Management application development <br> using Lotus Notes/Domino.<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Hardware/Software Procurement <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Network Security <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Security Solutions <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> E-Procurement <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Rcloud Services<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Document Services<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Managed Document Services<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Managed Document Services<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Business Process Optimization<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Proactive Managed IT Services<br> </div> </div> </section> </details> <details id="details-panel6"> <summary> Market </summary> <h2 class="wb-invisible"> Market profile </h2> <section class="container-fluid"> <h4> Industry sector market interests: </h4> <ul> <li>Construction</li> <li>Environment</li> <li>Information Technology and Telecommunications</li> <li>Manufacturing</li> <li>Medical/Biotechnology/Chemical</li> <li>Service Industry</li> <li>Transportation</li> <li>Automotive</li> <li>Food and Beverage Manufacturing</li> <li>Electrical Equipment</li> </ul> <h4> Geographic markets: </h4> <h5> Actively pursuing: </h5> <ul> <li>Canada</li> <li>United States</li> <li>Alabama</li> <li>Alaska</li> <li>Arizona</li> <li>Arkansas</li> <li>California</li> <li>Colorado</li> <li>Connecticut</li> <li>Delaware</li> <li>District of Columbia</li> <li>Florida</li> <li>Georgia</li> <li>Hawaii</li> <li>Idaho</li> <li>Illinois</li> <li>Indiana</li> <li>Iowa</li> <li>Kansas</li> <li>Kentucky</li> <li>Louisiana</li> <li>Maine</li> <li>Maryland</li> <li>Massachusetts</li> <li>Michigan</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>North Carolina</li> <li>North Dakota</li> <li>Ohio</li> <li>Oklahoma</li> <li>Oregon</li> <li>Pennsylvania</li> <li>Rhode Island</li> <li>South Carolina</li> <li>South Dakota</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> Distribution of employees: </h4> Ricoh Canada has 39 locations across Canada. </section> </details> </div> </div> <div class="row"> <div class="col-md-12 text-right"> Last Update Date 2017-03-13 </div> </div> <!-- - Artifact ID: CBW - IMBS - CCC Search WAR - Group ID: ca.gc.ic.strategis.imbs.ccc.search - Version: 3.26 - Built-By: bamboo - Build Timestamp: 2017-03-02T21:29:28Z --> <!-- End Body Content --> <!-- Begin Body Foot --> <!-- End Body Foot --> <!-- END MAIN TABLE --> <!-- End body --> <!-- Begin footer --> <div class="row pagedetails"> <div class="col-sm-5 col-xs-12 datemod"> <dl id="wb-dtmd"> <dt class=" hidden-print">Date Modified:</dt> <dd class=" hidden-print"> <span><time>2017-03-02</time></span> </dd> </dl> </div> <div class="clear visible-xs"></div> <div class="col-sm-4 col-xs-6"> </div> <div class="col-sm-3 col-xs-6 text-right"> </div> <div class="clear visible-xs"></div> </div> </main> <footer role="contentinfo" id="wb-info"> <nav role="navigation" class="container wb-navcurr"> <h2 class="wb-inv">About government</h2> <!-- EPIC FOOTER BEGIN --> <!-- EPI-11638 Contact us --> <ul class="list-unstyled colcount-sm-2 colcount-md-3"> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07026.html#pageid=E048-H00000&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 -->
GoC-Spending/data-corporations
html/123456189398.html
HTML
mit
108,572
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.9.1"/> <title>V8 API Reference Guide for node.js v0.1.103: Class Members</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">V8 API Reference Guide for node.js v0.1.103 </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 class="current"><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <div id="navrow3" class="tabs2"> <ul class="tablist"> <li class="current"><a href="functions.html"><span>All</span></a></li> <li><a href="functions_func.html"><span>Functions</span></a></li> <li><a href="functions_vars.html"><span>Variables</span></a></li> <li><a href="functions_type.html"><span>Typedefs</span></a></li> <li><a href="functions_enum.html"><span>Enumerations</span></a></li> </ul> </div> <div id="navrow4" class="tabs3"> <ul class="tablist"> <li><a href="functions.html#index_a"><span>a</span></a></li> <li><a href="functions_c.html#index_c"><span>c</span></a></li> <li><a href="functions_d.html#index_d"><span>d</span></a></li> <li><a href="functions_e.html#index_e"><span>e</span></a></li> <li><a href="functions_f.html#index_f"><span>f</span></a></li> <li><a href="functions_g.html#index_g"><span>g</span></a></li> <li><a href="functions_h.html#index_h"><span>h</span></a></li> <li><a href="functions_i.html#index_i"><span>i</span></a></li> <li><a href="functions_k.html#index_k"><span>k</span></a></li> <li><a href="functions_l.html#index_l"><span>l</span></a></li> <li><a href="functions_m.html#index_m"><span>m</span></a></li> <li><a href="functions_n.html#index_n"><span>n</span></a></li> <li><a href="functions_o.html#index_o"><span>o</span></a></li> <li><a href="functions_p.html#index_p"><span>p</span></a></li> <li><a href="functions_r.html#index_r"><span>r</span></a></li> <li><a href="functions_s.html#index_s"><span>s</span></a></li> <li><a href="functions_t.html#index_t"><span>t</span></a></li> <li class="current"><a href="functions_u.html#index_u"><span>u</span></a></li> <li><a href="functions_w.html#index_w"><span>w</span></a></li> <li><a href="functions_~.html#index_~"><span>~</span></a></li> </ul> </div> </div><!-- top --> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="contents"> <div class="textblock">Here is a list of all documented class members with links to the class documentation for each member:</div> <h3><a class="anchor" id="index_u"></a>- u -</h3><ul> <li>UseDefaultSecurityToken() : <a class="el" href="classv8_1_1_context.html#aa9e1a14982b64fd51ab87600a287bad2">v8::Context</a> </li> <li>Utf8Length() : <a class="el" href="classv8_1_1_string.html#a11d12cdcd49afe5a8bb12646fd8ec17a">v8::String</a> </li> </ul> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Tue Aug 11 2015 23:44:13 for V8 API Reference Guide for node.js v0.1.103 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>
v8-dox/v8-dox.github.io
81f5ed5/html/functions_u.html
HTML
mit
6,308
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta charset="utf-8" /> <title>ユーザーの ASP.NET アプリケーション</title> <style> body { background: #fff; color: #505050; font: 14px 'Segoe UI', tahoma, arial, helvetica, sans-serif; margin: 20px; padding: 0; } #header { background: #efefef; padding: 0; } h1 { font-size: 48px; font-weight: normal; margin: 0; padding: 0 30px; line-height: 150px; } p { font-size: 20px; color: #fff; background: #969696; padding: 0 30px; line-height: 50px; } #main { padding: 5px 30px; } .section { width: 21.7%; float: left; margin: 0 0 0 4%; } .section h2 { font-size: 13px; text-transform: uppercase; margin: 0; border-bottom: 1px solid silver; padding-bottom: 12px; margin-bottom: 8px; } .section.first { margin-left: 0; } .section.first h2 { font-size: 24px; text-transform: none; margin-bottom: 25px; border: none; } .section.first li { border-top: 1px solid silver; padding: 8px 0; } .section.last { margin-right: 0; } ul { list-style: none; padding: 0; margin: 0; line-height: 20px; } li { padding: 4px 0; } a { color: #267cb2; text-decoration: none; } a:hover { text-decoration: underline; } </style> </head> <body> <div id="header"> <h1>ユーザーの ASP.NET アプリケーション</h1> <p>プロジェクトの 作成が完了しました</p> </div> <div id="main"> <div class="section first"> <h2>このアプリケーションの構成:</h2> <ul> <li>基本的なナビゲーションを示したサンプル ページ。</li> <li><a href="http://go.microsoft.com/fwlink/?LinkID=320754">Bootstrap</a> を使用したテーマ</li> <li><a href="http://go.microsoft.com/fwlink/?LinkID=320755">認証</a>を選択した場合、登録とサインインの方法を表示</li> <li><a href="http://go.microsoft.com/fwlink/?LinkID=320777">NuGet</a> を使用して管理する ASP.NET 機能</li> </ul> </div> <div class="section"> <h2>アプリケーションのカスタマイズ</h2> <ul> <li><a href="http://go.microsoft.com/fwlink/?LinkID=320778">ASP.NET SPA を使い始める</a></li> <li><a href="http://go.microsoft.com/fwlink/?LinkID=320779">Knockout と他の SPA ライブラリについて理解する</a></li> <li><a href="http://go.microsoft.com/fwlink/?LinkID=320758">サイトのテーマを変更する</a></li> <li><a href="http://go.microsoft.com/fwlink/?LinkID=320759">NuGet を使用してライブラリを追加する</a></li> <li><a href="http://go.microsoft.com/fwlink/?LinkID=320780">認証を構成する</a></li> <li><a href="http://go.microsoft.com/fwlink/?LinkID=320955">ToDo アプリケーションを構築する</a></li> <li><a href="http://go.microsoft.com/fwlink/?LinkID=320763">ASP.NET Web API を使用して HTTP サービスを追加する</a></li> <li><a href="http://go.microsoft.com/fwlink/?LinkID=320764">Web API をセキュリティで保護する</a></li> <li><a href="http://go.microsoft.com/fwlink/?LinkID=320765">ASP.NET SignalR でリアルタイム Web を追加する</a></li> <li><a href="http://go.microsoft.com/fwlink/?LinkID=320766">Scaffolding を使用してコンポーネントを追加する</a></li> <li><a href="http://go.microsoft.com/fwlink/?LinkID=320767">Browser Link でアプリケーションをテストする</a></li> <li><a href="http://go.microsoft.com/fwlink/?LinkID=320768">プロジェクトを共有する</a></li> </ul> </div> <div class="section"> <h2>展開</h2> <ul> <li><a href="http://go.microsoft.com/fwlink/?LinkID=320769">アプリケーションの実稼働の準備が整っているか確認する</a></li> <li><a href="http://go.microsoft.com/fwlink/?LinkID=320770">Microsoft Azure</a></li> <li><a href="http://go.microsoft.com/fwlink/?LinkID=320771">ホスティング プロバイダー</a></li> </ul> </div> <div class="section last"> <h2>ヘルプ</h2> <ul> <li><a href="http://go.microsoft.com/fwlink/?LinkID=320772">ヘルプ</a></li> <li><a href="http://go.microsoft.com/fwlink/?LinkID=320773">他のテンプレートを入手する</a></li> </ul> </div> </div> </body> </html>
yuu341/LangChat
LangChat/Project_Readme.html
HTML
mit
5,617
<!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 v7.6.0: Member List</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">V8 API Reference Guide for node.js v7.6.0 </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.11 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#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_1Extension.html">Extension</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">v8::Extension Member List</div> </div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="classv8_1_1Extension.html">v8::Extension</a>, including all inherited members.</p> <table class="directory"> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>auto_enable</b>() (defined in <a class="el" href="classv8_1_1Extension.html">v8::Extension</a>)</td><td class="entry"><a class="el" href="classv8_1_1Extension.html">v8::Extension</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>dependencies</b>() (defined in <a class="el" href="classv8_1_1Extension.html">v8::Extension</a>)</td><td class="entry"><a class="el" href="classv8_1_1Extension.html">v8::Extension</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>dependency_count</b>() (defined in <a class="el" href="classv8_1_1Extension.html">v8::Extension</a>)</td><td class="entry"><a class="el" href="classv8_1_1Extension.html">v8::Extension</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>Extension</b>(const char *name, const char *source=0, int dep_count=0, const char **deps=0, int source_length=-1) (defined in <a class="el" href="classv8_1_1Extension.html">v8::Extension</a>)</td><td class="entry"><a class="el" href="classv8_1_1Extension.html">v8::Extension</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Extension</b>(const Extension &amp;)=delete (defined in <a class="el" href="classv8_1_1Extension.html">v8::Extension</a>)</td><td class="entry"><a class="el" href="classv8_1_1Extension.html">v8::Extension</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>GetNativeFunctionTemplate</b>(v8::Isolate *isolate, v8::Local&lt; v8::String &gt; name) (defined in <a class="el" href="classv8_1_1Extension.html">v8::Extension</a>)</td><td class="entry"><a class="el" href="classv8_1_1Extension.html">v8::Extension</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">virtual</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>name</b>() const (defined in <a class="el" href="classv8_1_1Extension.html">v8::Extension</a>)</td><td class="entry"><a class="el" href="classv8_1_1Extension.html">v8::Extension</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>operator=</b>(const Extension &amp;)=delete (defined in <a class="el" href="classv8_1_1Extension.html">v8::Extension</a>)</td><td class="entry"><a class="el" href="classv8_1_1Extension.html">v8::Extension</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>set_auto_enable</b>(bool value) (defined in <a class="el" href="classv8_1_1Extension.html">v8::Extension</a>)</td><td class="entry"><a class="el" href="classv8_1_1Extension.html">v8::Extension</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>source</b>() const (defined in <a class="el" href="classv8_1_1Extension.html">v8::Extension</a>)</td><td class="entry"><a class="el" href="classv8_1_1Extension.html">v8::Extension</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>source_length</b>() const (defined in <a class="el" href="classv8_1_1Extension.html">v8::Extension</a>)</td><td class="entry"><a class="el" href="classv8_1_1Extension.html">v8::Extension</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>~Extension</b>() (defined in <a class="el" href="classv8_1_1Extension.html">v8::Extension</a>)</td><td class="entry"><a class="el" href="classv8_1_1Extension.html">v8::Extension</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">virtual</span></td></tr> </table></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>
v8-dox/v8-dox.github.io
20127e0/html/classv8_1_1Extension-members.html
HTML
mit
8,216
<link rel="stylesheet" href="cycle-builder.css"> <template id='cycle-builder'> <div class='pan top-pan'> <h4 id='currentActiveCycle'></h4> <div> <label for='cycleName'>Current Displayed Cycle:</label> <input type='text' id='cycleName' class='wideText'></input> <button class='btn btn-info' onclick='writeNewCycle()'>Save Cycle Definition</button> <button class='btn btn-success' onclick='writeNewCycle(true)'>Save & Apply Cycle Definition</button> </div> <div> <label for='cycleMenu'>Load / Delete Cycle:</label> <select id='cycleMenu'></select> <button class='btn btn-warning' onclick='switchCycle()'>Load</button> <button class='btn btn-danger' onclick='deleteCycle()'>Delete</button> </div> </div> <div> <div> <h4>Cycle Logic</h4> <div id='logic-wrap'></div> <button class='btn btn-info' onclick='addNewCycleStep();'>Add New Cycle Step</button> </div> </div> </template> <script> //////////////// // setup //////////////// function setupCycle(){ // start initial setup dataStore.cycle = {}; // place to park cycle info on the dataStore dataStore.cycle.stepIndex = 0; // monotonically increasing counter to create unique IDs for new cycle steps dataStore.cycle.actions = { 'RunControl': [ { 'id': 'beamOn', 'code': 0x00010001, 'prettyName': 'Beam On' }, { 'id': 'moveTape', 'code': 0xC008C008, 'prettyName': 'Move Tape' } ], 'Triggers': [ { 'id': 'hpgeTrig', 'code': 0x00800080, 'prettyName': 'HPGe Trigger' }, { 'id': 'scpTrig', 'code': 0x01000100, 'prettyName': 'SCEPTAR Trigger' }, { 'id': 'siliTrig', 'code': 0x02000200, 'prettyName': 'Si(Li) Trigger' }, { 'id': 'labr3Trig', 'code': 0x04000400, 'prettyName': 'LaBr3 Trigger' }, { 'id': 'dscTrig', 'code': 0x08000800, 'prettyName': 'DESCANT Trigger' } ], 'DataCollection': [ { 'id': 'bkg', 'code': 0xC002C002, 'prettyName': 'Collect Background' }, { 'id': 'collectDataWithBeamOn', 'code': 0xC001C001, 'prettyName': 'Collect Data with Beam on' }, { 'id': 'collectDataWithBeamOff', 'code': 0xC004C004, 'prettyName': 'Collect Data with Beam off' }, { 'id': 'collectSourceData', 'code': 0xC010C010, 'prettyName': 'Collect Source Data' } ], 'Unassigned': [ { 'id': 'output2', 'code': 0x00020002, 'prettyName': 'Output 2' }, { 'id': 'output3', 'code': 0x00040004, 'prettyName': 'Output 3' }, { 'id': 'output5', 'code': 0x00100010, 'prettyName': 'Output 5' }, { 'id': 'output6', 'code': 0x00200020, 'prettyName': 'Output 6' }, { 'id': 'output7', 'code': 0x00400040, 'prettyName': 'Output 7' } ] } // get the ODB PPG dir: promiseScript('http://' + dataStore.host + '/?cmd=jcopy&odb=/PPG&encoding=json-p-nokeys&callback=processCycle'); } function processCycle(payload){ // finish initial setup after active cycle has arrived dataStore.ODB.PPG = payload; setTitle(dataStore.ODB.PPG.Current); // populate the current cycle loadCycle(dataStore.ODB.PPG.Current); buildCycleMenu(); } ////////////////////////// // DOM manipulations ////////////////////////// function addNewCycleStep(){ // add a new step to the current cycle var wrap = document.createElement('div'); wrap.setAttribute('class', 'cycle-step col-md-4'); wrap.setAttribute('id', 'cycleStep' + dataStore.cycle.stepIndex); wrap.innerHTML = Mustache.to_html( dataStore.templates['cycle-step'], { "index": dataStore.cycle.stepIndex, "RunControl": dataStore.cycle.actions.RunControl, "Triggers": dataStore.cycle.actions.Triggers, "DataCollection": dataStore.cycle.actions.DataCollection, "Unassigned": dataStore.cycle.actions.Unassigned } ); document.getElementById('logic-wrap').appendChild(wrap); dataStore.cycle.stepIndex++; requestNewCycleName() } function deleteCycleStep(stepIndex){ // delete the indexed step deleteNode('cycleStep' + stepIndex); requestNewCycleName() } function moveStep(stepID, direction){ // moves the step later one (direction == 1) or earlier one (direction == -1) var nodes = document.getElementById('logic-wrap').childNodes, nodeArray = Array.prototype.slice.call(nodes), thisNode = document.getElementById(stepID), index = nodeArray.indexOf(thisNode); //cant go earlier than the beginning if(index == 0 && direction == -1) return; //cant go later than the end if(index == nodeArray.length-1 && direction == 1) return; if(direction == -1) thisNode.parentNode.insertBefore(thisNode, nodes[index+direction]); else if(direction == 1) nodes[index+direction].parentNode.insertBefore(nodes[index+direction], thisNode); requestNewCycleName() } ///////////////////// // data loading ///////////////////// function loadCycle(cycleName){ // populate the UI with whatever cycle definition is requested var i, j, conditions; // dump previous cycle: document.getElementById('logic-wrap').innerHTML = ''; if(cycleName == ''){ window.alert("There doesn't seem to be a valid cycle name set. In the ODB, look in /PPG/Current, and make sure this is set to one of the cycles listed in /PPG/Cycles.") } for(i=0; i<dataStore.ODB.PPG.Cycles[cycleName].PPGcodes.length; i++){ addNewCycleStep(); loadCycleStep(dataStore.cycle.stepIndex-1, dataStore.ODB.PPG.Cycles[cycleName].PPGcodes[i], dataStore.ODB.PPG.Cycles[cycleName].durations[i]); } document.getElementById('cycleName').value = cycleName; } function switchCycle(){ // switch the current cycle based on the select menu var newCycle = selected('cycleMenu', true); loadCycle(newCycle); } function buildCycleMenu(){ // populate the cycle dropdown menu with whatever we found in the odb var i, option, keys = Object.keys(dataStore.ODB.PPG.Cycles), select = document.getElementById('cycleMenu'); for(i=0; i<keys.length; i++){ option = document.createElement('option'); option.innerHTML = keys[i]; select.appendChild(option); } } function loadCycleStep(stepIndex, cycleEncoding, duration){ // parse the encoding of a cycle step and fill it in at the appropriate index. var i, j, keys, dur, durationUnit; //decide on a sensible unit for the duration if(duration >= 60000000){ dur = duration / 60000000; durationUnit = 60000000; } else if(duration >= 1000000){ dur = duration / 1000000; durationUnit = 1000000; } else { dur = duration; durationUnit = 1000; } //set duration and unit document.getElementById(stepIndex+'Duration').value = dur; document.getElementById(stepIndex+'DurationUnit').querySelector('option[value="'+durationUnit+'"]').selected = true; //set step actions keys = Object.keys(dataStore.cycle.actions); for(i=0; i<keys.length; i++){ for(j=0; j<dataStore.cycle.actions[keys[i]].length; j++){ if( (dataStore.cycle.actions[keys[i]][j].code & (cycleEncoding>>>0))>>>0 == dataStore.cycle.actions[keys[i]][j].code){ document.getElementById(stepIndex + dataStore.cycle.actions[keys[i]][j].id).checked = true; } } } } function setTitle(title){ // update the title of the current cycle from what's been pulled from the odb document.getElementById('currentActiveCycle').innerHTML = 'Current Active Cycle: ' + title; document.getElementById('cycleName').value = title; } function requestNewCycleName(){ //when something changes in the cycle definition, remind the user to change the name of the cycle var nameField = document.getElementById('cycleName'), currentName = nameField.value; if(dataStore.ODB.PPG.Cycles.hasOwnProperty(currentName)) nameField.value = 'my-new-cycle'; } /////////////////////// // ODB writing /////////////////////// function writeNewCycle(apply){ // write new cycle to the odb // note that since we can only write one thing at a time, and must create the variables in a separate operation first, // the synchronous order of operations here is important... var cycleName = document.getElementById('cycleName').value, cycleSteps = document.getElementById('logic-wrap').getElementsByClassName('cycle-step'), stepIndex, i, j, cycleActions, cycleStepCodes, cycleDurations, stepCode; // create requests to generate empty structure in odb to hold cycle definition dataStore.cycle.createCycleRequest = 'http://' + dataStore.host + '?cmd=jcreate&'; for(i=0; i<cycleSteps.length; i++){ dataStore.cycle.createCycleRequest += 'odb' + (2*i) + '=/PPG/Cycles/' + cycleName + '/PPGcodes&type' + (2*i) + '=7&arraylen'+ (2*i) +'='+cycleSteps.length+'&'; dataStore.cycle.createCycleRequest += 'odb' + (2*i + 1) + '=/PPG/Cycles/' + cycleName + '/durations&type' + (2*i + 1) + '=7&arraylen' + (2*i + 1) + '=' + cycleSteps.length +'&'; } dataStore.cycle.createCycleRequest += 'encoding=json&callback=populateCycle'; // create requests to set values in odb dataStore.cycle.setCycleStepRequests = []; //csv lists of cycle steps and durations cycleStepCodes = ''; cycleDurations = ''; for(i=0; i<cycleSteps.length; i++){ stepIndex = parseInt(cycleSteps[i].id.slice(9), 10); //or together all actions in this cycle step stepCode = 0 cycleActions = cycleSteps[i].querySelectorAll('input.cycleOption[type="checkbox"]:checked'); for(j=0; j<cycleActions.length; j++){ stepCode = stepCode | cycleActions[j].value; } //build csv if(i>0){ cycleStepCodes += ','; cycleDurations += ','; } cycleStepCodes += stepCode; cycleDurations += Math.floor(parseFloat(document.getElementById(stepIndex+'Duration').value, 10) * parseInt(selected(stepIndex+'DurationUnit') , 10)) } // create the requests // different syntax to set one thing versus an array of things... if(cycleSteps.length == 1){ dataStore.cycle.setCycleStepRequests.push('http://' + dataStore.host + '?cmd=jset&odb=/PPG/Cycles/' + cycleName + '/PPGcodes&value=' + cycleStepCodes); dataStore.cycle.setCycleStepRequests.push('http://' + dataStore.host + '?cmd=jset&odb=/PPG/Cycles/' + cycleName + '/durations&value=' + cycleDurations); } else { dataStore.cycle.setCycleStepRequests.push('http://' + dataStore.host + '?cmd=jset&odb=/PPG/Cycles/' + cycleName + '/PPGcodes[*]&value=' + cycleStepCodes); dataStore.cycle.setCycleStepRequests.push('http://' + dataStore.host + '?cmd=jset&odb=/PPG/Cycles/' + cycleName + '/durations[*]&value=' + cycleDurations); } // prepare rquest to apply cycle if(apply) dataStore.cycle.applyCycleRequest = 'http://' + dataStore.host + '?cmd=jset&odb=/PPG/Current&value=' + cycleName // sets off a chain of callbacks to delete -> recreate -> populate dataStore.cycle.applyOnWrite = apply; promiseScript(generateDeletionURL(cycleName, 'createODBstructure')) } function generateDeletionURL(cycleName, callback){ // return a url to delete cycleName from the odb var url = 'http://' + dataStore.host + '?cmd=jdelete&odb=/PPG/Cycles/' + cycleName if(callback) url += '&encoding=json&callback=' + callback; return url } function deleteCycle(){ // remove a cycle from the odb var cycle = selected('cycleMenu', true); promiseScript(generateDeletionURL(cycle, 'reloadPage')) } function createODBstructure(){ // callback after deleting old version of the cycle being recreated; sends request to recreate cycle keys promiseScript(dataStore.cycle.createCycleRequest); } function populateCycle(){ // callback after recreating cycle keys; sends request to populate keys Promise.all(dataStore.cycle.setCycleStepRequests.map(promiseScript)).then( function(){ if(dataStore.cycle.applyOnWrite) promiseScript(dataStore.cycle.applyCycleRequest); else reloadPage(); } ) } </script>
BillMills/griffin-dashboard
templates/cycle-builder/cycle-builder.html
HTML
mit
14,823
<!doctype html> <html class="no-js" lang=""> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title>cpanbot documentation</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="icon" type="image/x-icon" href="./images/favicon.ico"> <link rel="stylesheet" href="./styles/style.css"> </head> <body> <div class="navbar navbar-default navbar-fixed-top visible-xs"> <a href="./" class="navbar-brand">cpanbot documentation</a> <button type="button" class="btn btn-default btn-menu fa fa-bars" id="btn-menu"></button> </div> <div class="xs-menu menu" id="mobile-menu"> <div id="book-search-input" role="search"> <input type="text" placeholder="Type to search"> </div> <nav> <ul class="list"> <li class="title"> <a href="./">cpanbot documentation</a> </li> <li class="divider"></li> <li class="chapter"> <a data-type="chapter-link" href="./"><span class="fa fa-home"></span>Getting started</a> <ul class="links"> <li class="link"> <a href="./" ><span class="fa fa-file-text-o"></span>README</a> </li> <li class="link"> <a href="./overview.html" href="./overview.html" > <span class="fa fa-th"></span>Overview </a> </li> </ul> </li> <li class="chapter"> <a data-type="chapter-link" href="./modules.html" class="active" > <span class="fa fa-archive"></span> <span>Modules</span> <span class="menu-toggler fa fa-angle-up" data-toggle="collapse" data-target="#xs-modules-links" ></span> </a> <ul class="links collapse in" id="xs-modules-links" > <li class="link"> <a href="modules/AppModule.html" >AppModule</a> </li> <li class="link"> <a href="modules/AppRoutingModule.html" >AppRoutingModule</a> </li> <li class="link"> <a href="modules/AuthModule.html" >AuthModule</a> </li> <li class="link"> <a href="modules/AuthRoutingModule.html" >AuthRoutingModule</a> </li> <li class="link"> <a href="modules/CoordinationModule.html" >CoordinationModule</a> </li> <li class="link"> <a href="modules/CoordinationRoutingModule.html" >CoordinationRoutingModule</a> </li> <li class="link"> <a href="modules/DepartmentModule.html" >DepartmentModule</a> </li> <li class="link"> <a href="modules/DepartmentRoutingModule.html" >DepartmentRoutingModule</a> </li> <li class="link"> <a href="modules/PhoneModule.html" >PhoneModule</a> </li> <li class="link"> <a href="modules/UserModule.html" >UserModule</a> </li> <li class="link"> <a href="modules/UserRoutingModule.html" >UserRoutingModule</a> </li> </ul> </li> <li class="chapter"> <div class="simple"> <span class="fa fa-cogs"></span> <span>Components</span> <span class="menu-toggler fa fa-angle-up" data-toggle="collapse" data-target="#xs-components-links" ></span> </div> <ul class="links collapse in" id="xs-components-links" > <li class="link"> <a href="components/AppComponent.html" >AppComponent</a> </li> <li class="link"> <a href="components/AuthComponent.html" >AuthComponent</a> </li> <li class="link"> <a href="components/CoordinationAddComponent.html" >CoordinationAddComponent</a> </li> <li class="link"> <a href="components/CoordinationComponent.html" >CoordinationComponent</a> </li> <li class="link"> <a href="components/CoordinationEditComponent.html" >CoordinationEditComponent</a> </li> <li class="link"> <a href="components/DepartmentAddComponent.html" >DepartmentAddComponent</a> </li> <li class="link"> <a href="components/DepartmentComponent.html" >DepartmentComponent</a> </li> <li class="link"> <a href="components/DepartmentEditComponent.html" >DepartmentEditComponent</a> </li> <li class="link"> <a href="components/HomeComponent.html" >HomeComponent</a> </li> <li class="link"> <a href="components/HomeEditComponent.html" >HomeEditComponent</a> </li> <li class="link"> <a href="components/InformationAddComponent.html" >InformationAddComponent</a> </li> <li class="link"> <a href="components/InformationComponent.html" >InformationComponent</a> </li> <li class="link"> <a href="components/InformationEditComponent.html" >InformationEditComponent</a> </li> <li class="link"> <a href="components/NewsComponent.html" >NewsComponent</a> </li> <li class="link"> <a href="components/PhoneAddComponent.html" >PhoneAddComponent</a> </li> <li class="link"> <a href="components/PhoneComponent.html" >PhoneComponent</a> </li> <li class="link"> <a href="components/PhoneEditComponent.html" >PhoneEditComponent</a> </li> <li class="link"> <a href="components/UserAddComponent.html" >UserAddComponent</a> </li> <li class="link"> <a href="components/UserComponent.html" >UserComponent</a> </li> <li class="link"> <a href="components/UserEditComponent.html" >UserEditComponent</a> </li> <li class="link"> <a href="components/UserPassComponent.html" >UserPassComponent</a> </li> </ul> </li> <li class="chapter"> <div class="simple"> <span class="fa fa-file-code-o"></span> <span>Classes</span> <span class="menu-toggler fa fa-angle-up" data-toggle="collapse" data-target="#xs-classes-links" ></span> </div> <ul class="links collapse in" id="xs-classes-links" > <li class="link"> <a href="classes/Coordination.html" >Coordination</a> </li> <li class="link"> <a href="classes/Department.html" >Department</a> </li> <li class="link"> <a href="classes/Information.html" >Information</a> </li> <li class="link"> <a href="classes/News.html" >News</a> </li> <li class="link"> <a href="classes/Phone.html" >Phone</a> </li> <li class="link"> <a href="classes/User.html" >User</a> </li> </ul> </li> <li class="chapter"> <a data-type="chapter-link" href="./routes.html" ><span class="fa fa-code-fork"></span>Routes</a> </li> <li class="chapter"> <div class="simple"> <span class="fa fa-long-arrow-down"></span> <span>Injectables</span> <span class="menu-toggler fa fa-angle-up" data-toggle="collapse" data-target="#xs-injectables-links" ></span> </div> <ul class="links collapse in" id="xs-injectables-links" > <li class="link"> <a href="injectables/AuthGuard.html" >AuthGuard</a> </li> <li class="link"> <a href="injectables/AuthService.html" >AuthService</a> </li> <li class="link"> <a href="injectables/CoordinationService.html" >CoordinationService</a> </li> <li class="link"> <a href="injectables/DepartmentService.html" >DepartmentService</a> </li> <li class="link"> <a href="injectables/HomeService.html" >HomeService</a> </li> <li class="link"> <a href="injectables/InformationService.html" >InformationService</a> </li> <li class="link"> <a href="injectables/NewsService.html" >NewsService</a> </li> <li class="link"> <a href="injectables/PhoneService.html" >PhoneService</a> </li> <li class="link"> <a href="injectables/UserService.html" >UserService</a> </li> </ul> </li> <li class="chapter"> <a data-type="chapter-link" href="./miscellaneous.html" ><span class="fa fa-cubes"></span>Miscellaneous</a> </li> <li class="chapter"> <a data-type="chapter-link" href="./coverage.html" ><span class="fa fa-tasks"></span>Documentation coverage</a> </li> <li class="divider"></li> <li class="copyright"> Documentation generated using <a href="https://compodoc.github.io/compodoc/" target="_blank"> <img src=".//images/compodoc-vectorise.svg" class="img-responsive"> </a> </li> </ul> </nav> </div> <div class="container-fluid main"> <div class="row main"> <div class="hidden-xs menu"> <nav> <ul class="list"> <li class="title"> <a href="./">cpanbot documentation</a> </li> <li class="divider"></li> <div id="book-search-input" role="search"> <input type="text" placeholder="Type to search"> </div> <li class="chapter"> <a data-type="chapter-link" href="./"><span class="fa fa-home"></span>Getting started</a> <ul class="links"> <li class="link"> <a href="./" ><span class="fa fa-file-text-o"></span>README</a> </li> <li class="link"> <a href="./overview.html" href="./overview.html" > <span class="fa fa-th"></span>Overview </a> </li> </ul> </li> <li class="chapter"> <a data-type="chapter-link" href="./modules.html" class="active" > <span class="fa fa-archive"></span> <span>Modules</span> <span class="menu-toggler fa fa-angle-up" data-toggle="collapse" data-target="#modules-links" ></span> </a> <ul class="links collapse in" id="modules-links" > <li class="link"> <a href="modules/AppModule.html" >AppModule</a> </li> <li class="link"> <a href="modules/AppRoutingModule.html" >AppRoutingModule</a> </li> <li class="link"> <a href="modules/AuthModule.html" >AuthModule</a> </li> <li class="link"> <a href="modules/AuthRoutingModule.html" >AuthRoutingModule</a> </li> <li class="link"> <a href="modules/CoordinationModule.html" >CoordinationModule</a> </li> <li class="link"> <a href="modules/CoordinationRoutingModule.html" >CoordinationRoutingModule</a> </li> <li class="link"> <a href="modules/DepartmentModule.html" >DepartmentModule</a> </li> <li class="link"> <a href="modules/DepartmentRoutingModule.html" >DepartmentRoutingModule</a> </li> <li class="link"> <a href="modules/PhoneModule.html" >PhoneModule</a> </li> <li class="link"> <a href="modules/UserModule.html" >UserModule</a> </li> <li class="link"> <a href="modules/UserRoutingModule.html" >UserRoutingModule</a> </li> </ul> </li> <li class="chapter"> <div class="simple"> <span class="fa fa-cogs"></span> <span>Components</span> <span class="menu-toggler fa fa-angle-up" data-toggle="collapse" data-target="#components-links" ></span> </div> <ul class="links collapse in" id="components-links" > <li class="link"> <a href="components/AppComponent.html" >AppComponent</a> </li> <li class="link"> <a href="components/AuthComponent.html" >AuthComponent</a> </li> <li class="link"> <a href="components/CoordinationAddComponent.html" >CoordinationAddComponent</a> </li> <li class="link"> <a href="components/CoordinationComponent.html" >CoordinationComponent</a> </li> <li class="link"> <a href="components/CoordinationEditComponent.html" >CoordinationEditComponent</a> </li> <li class="link"> <a href="components/DepartmentAddComponent.html" >DepartmentAddComponent</a> </li> <li class="link"> <a href="components/DepartmentComponent.html" >DepartmentComponent</a> </li> <li class="link"> <a href="components/DepartmentEditComponent.html" >DepartmentEditComponent</a> </li> <li class="link"> <a href="components/HomeComponent.html" >HomeComponent</a> </li> <li class="link"> <a href="components/HomeEditComponent.html" >HomeEditComponent</a> </li> <li class="link"> <a href="components/InformationAddComponent.html" >InformationAddComponent</a> </li> <li class="link"> <a href="components/InformationComponent.html" >InformationComponent</a> </li> <li class="link"> <a href="components/InformationEditComponent.html" >InformationEditComponent</a> </li> <li class="link"> <a href="components/NewsComponent.html" >NewsComponent</a> </li> <li class="link"> <a href="components/PhoneAddComponent.html" >PhoneAddComponent</a> </li> <li class="link"> <a href="components/PhoneComponent.html" >PhoneComponent</a> </li> <li class="link"> <a href="components/PhoneEditComponent.html" >PhoneEditComponent</a> </li> <li class="link"> <a href="components/UserAddComponent.html" >UserAddComponent</a> </li> <li class="link"> <a href="components/UserComponent.html" >UserComponent</a> </li> <li class="link"> <a href="components/UserEditComponent.html" >UserEditComponent</a> </li> <li class="link"> <a href="components/UserPassComponent.html" >UserPassComponent</a> </li> </ul> </li> <li class="chapter"> <div class="simple"> <span class="fa fa-file-code-o"></span> <span>Classes</span> <span class="menu-toggler fa fa-angle-up" data-toggle="collapse" data-target="#classes-links" ></span> </div> <ul class="links collapse in" id="classes-links" > <li class="link"> <a href="classes/Coordination.html" >Coordination</a> </li> <li class="link"> <a href="classes/Department.html" >Department</a> </li> <li class="link"> <a href="classes/Information.html" >Information</a> </li> <li class="link"> <a href="classes/News.html" >News</a> </li> <li class="link"> <a href="classes/Phone.html" >Phone</a> </li> <li class="link"> <a href="classes/User.html" >User</a> </li> </ul> </li> <li class="chapter"> <a data-type="chapter-link" href="./routes.html" ><span class="fa fa-code-fork"></span>Routes</a> </li> <li class="chapter"> <div class="simple"> <span class="fa fa-long-arrow-down"></span> <span>Injectables</span> <span class="menu-toggler fa fa-angle-up" data-toggle="collapse" data-target="#injectables-links" ></span> </div> <ul class="links collapse in" id="injectables-links" > <li class="link"> <a href="injectables/AuthGuard.html" >AuthGuard</a> </li> <li class="link"> <a href="injectables/AuthService.html" >AuthService</a> </li> <li class="link"> <a href="injectables/CoordinationService.html" >CoordinationService</a> </li> <li class="link"> <a href="injectables/DepartmentService.html" >DepartmentService</a> </li> <li class="link"> <a href="injectables/HomeService.html" >HomeService</a> </li> <li class="link"> <a href="injectables/InformationService.html" >InformationService</a> </li> <li class="link"> <a href="injectables/NewsService.html" >NewsService</a> </li> <li class="link"> <a href="injectables/PhoneService.html" >PhoneService</a> </li> <li class="link"> <a href="injectables/UserService.html" >UserService</a> </li> </ul> </li> <li class="chapter"> <a data-type="chapter-link" href="./miscellaneous.html" ><span class="fa fa-cubes"></span>Miscellaneous</a> </li> <li class="chapter"> <a data-type="chapter-link" href="./coverage.html" ><span class="fa fa-tasks"></span>Documentation coverage</a> </li> <li class="divider"></li> <li class="copyright"> Documentation generated using <a href="https://compodoc.github.io/compodoc/" target="_blank"> <img src=".//images/compodoc-vectorise.svg" class="img-responsive"> </a> </li> </ul> </nav> </div> <div class="content modules"> <div class="content-data"> <h3>Modules</h3> <div class="container-fluid modules"> <div class="row"> <div class="col-sm-4"> <div class="card"> <div class="card-header"> <h4 class="card-title">AppModule</h4> </div> <div class="card-block"> <p> <object id="demo-svg" type="image/svg+xml" data="./modules/AppModule/dependencies.svg" style="width: 100%; height: 175px;"> Your browser does not support SVG </object> </p> <footer class="text-center"> <a href="./modules/AppModule.html" class="btn btn-default">Browse</a> </footer> </div> </div> </div> <div class="col-sm-4"> <div class="card"> <div class="card-header"> <h4 class="card-title">AppRoutingModule</h4> </div> <div class="card-block"> <p> <object id="demo-svg" type="image/svg+xml" data="./modules/AppRoutingModule/dependencies.svg" style="width: 100%; height: 175px;"> Your browser does not support SVG </object> </p> <footer class="text-center"> <a href="./modules/AppRoutingModule.html" class="btn btn-default">Browse</a> </footer> </div> </div> </div> <div class="col-sm-4"> <div class="card"> <div class="card-header"> <h4 class="card-title">AuthModule</h4> </div> <div class="card-block"> <p> <object id="demo-svg" type="image/svg+xml" data="./modules/AuthModule/dependencies.svg" style="width: 100%; height: 175px;"> Your browser does not support SVG </object> </p> <footer class="text-center"> <a href="./modules/AuthModule.html" class="btn btn-default">Browse</a> </footer> </div> </div> </div> <div class="col-sm-4"> <div class="card"> <div class="card-header"> <h4 class="card-title">AuthRoutingModule</h4> </div> <div class="card-block"> <p> <object id="demo-svg" type="image/svg+xml" data="./modules/AuthRoutingModule/dependencies.svg" style="width: 100%; height: 175px;"> Your browser does not support SVG </object> </p> <footer class="text-center"> <a href="./modules/AuthRoutingModule.html" class="btn btn-default">Browse</a> </footer> </div> </div> </div> <div class="col-sm-4"> <div class="card"> <div class="card-header"> <h4 class="card-title">CoordinationModule</h4> </div> <div class="card-block"> <p> <object id="demo-svg" type="image/svg+xml" data="./modules/CoordinationModule/dependencies.svg" style="width: 100%; height: 175px;"> Your browser does not support SVG </object> </p> <footer class="text-center"> <a href="./modules/CoordinationModule.html" class="btn btn-default">Browse</a> </footer> </div> </div> </div> <div class="col-sm-4"> <div class="card"> <div class="card-header"> <h4 class="card-title">CoordinationRoutingModule</h4> </div> <div class="card-block"> <p> <object id="demo-svg" type="image/svg+xml" data="./modules/CoordinationRoutingModule/dependencies.svg" style="width: 100%; height: 175px;"> Your browser does not support SVG </object> </p> <footer class="text-center"> <a href="./modules/CoordinationRoutingModule.html" class="btn btn-default">Browse</a> </footer> </div> </div> </div> <div class="col-sm-4"> <div class="card"> <div class="card-header"> <h4 class="card-title">DepartmentModule</h4> </div> <div class="card-block"> <p> <object id="demo-svg" type="image/svg+xml" data="./modules/DepartmentModule/dependencies.svg" style="width: 100%; height: 175px;"> Your browser does not support SVG </object> </p> <footer class="text-center"> <a href="./modules/DepartmentModule.html" class="btn btn-default">Browse</a> </footer> </div> </div> </div> <div class="col-sm-4"> <div class="card"> <div class="card-header"> <h4 class="card-title">DepartmentRoutingModule</h4> </div> <div class="card-block"> <p> <object id="demo-svg" type="image/svg+xml" data="./modules/DepartmentRoutingModule/dependencies.svg" style="width: 100%; height: 175px;"> Your browser does not support SVG </object> </p> <footer class="text-center"> <a href="./modules/DepartmentRoutingModule.html" class="btn btn-default">Browse</a> </footer> </div> </div> </div> <div class="col-sm-4"> <div class="card"> <div class="card-header"> <h4 class="card-title">PhoneModule</h4> </div> <div class="card-block"> <p> <object id="demo-svg" type="image/svg+xml" data="./modules/PhoneModule/dependencies.svg" style="width: 100%; height: 175px;"> Your browser does not support SVG </object> </p> <footer class="text-center"> <a href="./modules/PhoneModule.html" class="btn btn-default">Browse</a> </footer> </div> </div> </div> <div class="col-sm-4"> <div class="card"> <div class="card-header"> <h4 class="card-title">UserModule</h4> </div> <div class="card-block"> <p> <object id="demo-svg" type="image/svg+xml" data="./modules/UserModule/dependencies.svg" style="width: 100%; height: 175px;"> Your browser does not support SVG </object> </p> <footer class="text-center"> <a href="./modules/UserModule.html" class="btn btn-default">Browse</a> </footer> </div> </div> </div> <div class="col-sm-4"> <div class="card"> <div class="card-header"> <h4 class="card-title">UserRoutingModule</h4> </div> <div class="card-block"> <p> <object id="demo-svg" type="image/svg+xml" data="./modules/UserRoutingModule/dependencies.svg" style="width: 100%; height: 175px;"> Your browser does not support SVG </object> </p> <footer class="text-center"> <a href="./modules/UserRoutingModule.html" class="btn btn-default">Browse</a> </footer> </div> </div> </div> </div> </div> </div><div class="search-results"> <div class="has-results"> <h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1> <ul class="search-results-list"></ul> </div> <div class="no-results"> <h1 class="search-results-title">No results matching "<span class='search-query'></span>"</h1> </div> </div> </div> </div> </div> <script src="./js/libs/bootstrap-native.js"></script> <script src="./js/libs/es6-shim.min.js"></script> <script src="./js/libs/EventDispatcher.js"></script> <script src="./js/libs/promise.min.js"></script> <script src="./js/libs/zepto.min.js"></script> <script src="./js/compodoc.js"></script> <script src="./js/search/search.js"></script> <script src="./js/search/lunr.min.js"></script> <script src="./js/search/search-lunr.js"></script> <script src="./js/menu.js"></script> <script src="./js/libs/highlight.pack.js"></script> <script src="./js/libs/highlightjs-line-numbers.min.js"></script> <script src="./js/search/search_index.js"></script> <script> document.addEventListener('DOMContentLoaded', function() { hljs.initHighlightingOnLoad(); hljs.initLineNumbersOnLoad(); }); </script> </body> </html>
Westerley/cpanbot
documentation/modules.html
HTML
mit
40,477
<div style="width: 100%; height: 100%;"> <svg controversion="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <g transform="translate(600,250)"> <g ng-repeat="node in nodeMap"> <g ng-repeat="childNode in node.children" node-bar node="childNode"></g> <g node-bar node="node"></g> </g> </g> </g> </svg> </div>
zapplebee/angularNodeSVG
dirNode.html
HTML
mit
349
<!Doctype html> <html> <head> <meta charset="utf-8"> <title>moveMethod.after.test</title> <link rel="stylesheet" href="../../lib/qunit.css"> </head> <body> <div id="qunit"></div> <div id="qunit-fixture"></div> <script src="../../lib/qunit.js"></script> <script> module("inlineVariable.after"); Lot = function(shares, cost) { this.shares = shares; this.cost = cost; }; Lot.prototype.gainWhenPriceIs = function(currentPrice) { return this.shares * currentPrice - this.cost; }; // Begin slide totalGain = function(lots, currentPrice) { var total = 0.00; for(var i = 0; i < lots.length; ++i) { total += lots[i].gainWhenPriceIs(currentPrice); } return total; }; // End slide test("totalGain", function() { // given var lots = [ new Lot(10, 200), new Lot(20, 300)]; // when var gain = totalGain(lots, 40); // then equal(gain, 700, "gain"); }); </script> </body> </html>
AgileInstitute/labs-js-qunit
source/Slides/inlineVariable.after.test.html
HTML
mit
1,044
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>pi-calc: 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 / pi-calc - 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> pi-calc <small> 8.7.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-02 03:04:00 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-02 03:04:00 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.10.2 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.08.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.08.1 Official release 4.08.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/pi-calc&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/PiCalc&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.8~&quot;} ] tags: [ &quot;keyword: process algebras&quot; &quot;keyword: pi-calculus&quot; &quot;keyword: concurrency&quot; &quot;keyword: higher-order syntax&quot; &quot;category: Computer Science/Concurrent Systems and Protocols/Theory of concurrent systems&quot; &quot;date: 1998-07&quot; ] authors: [ &quot;Ivan Scagnetto &lt;[email protected]&gt;&quot; ] bug-reports: &quot;https://github.com/coq-contribs/pi-calc/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/pi-calc.git&quot; synopsis: &quot;Pi-calculus in Coq&quot; description: &quot;&quot;&quot; http://www.dimi.uniud.it/~scagnett/pi-calculus.html This is a HOAS-based encoding of the pi-calculus (as originally conceived by Milner, Parrow and Walker in &quot;A Calculus of Mobile Processes&quot; Parts I-II, Information and Computation n. 100) together with the formal verification of a large part of the metatheory of Strong Late Bisimilarity.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/pi-calc/archive/v8.7.0.tar.gz&quot; checksum: &quot;md5=2a2882cf9d2af6e68c377b9ffda3c373&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-pi-calc.8.7.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-pi-calc -&gt; coq &lt; 8.8~ -&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-pi-calc.8.7.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.08.1-2.0.5/released/8.10.2/pi-calc/8.7.0.html
HTML
mit
7,193
<!DOCTYPE html> <html> <head> <title>{% if page.title %}{{ page.title }} – {% endif %}{{ site.name }} – {{ site.description }}</title> {% include meta.html %} <!--[if lt IE 9]> <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/style.css" /> <link rel="alternate" type="application/rss+xml" title="{{ site.name }} - {{ site.description }}" href="{{ site.baseurl }}/feed.xml" /> <link rel="shortcut icon" href="{{ site.baseurl }}/favicon.ico"> <!-- Created with Jekyll Now - http://github.com/barryclark/jekyll-now --> </head> <body> <div class="wrapper-masthead"> <div class="container"> <header class="masthead clearfix"> <a href="{{ site.baseurl }}/" class="site-avatar"><img src="{{ site.avatar }}" /></a> <div class="site-info"> <h1 class="site-name"><a href="{{ site.baseurl }}/">{{ site.name }}</a></h1> <p class="site-description">{{ site.description }}</p> </div> <nav> <a href="{{ site.baseurl }}/">Blog</a> <a href="{{ site.baseurl }}/about">About</a> </nav> </header> </div> </div> <div id="main" role="main" class="container"> {{ content }} </div> <div class="wrapper-footer"> <div class="container"> <footer class="footer"> {% include svg-icons.html %} </footer> </div> </div> {% include analytics.html %} </body> </html>
TheAdamizer/theadamizer.github.io
_layouts/default.html
HTML
mit
1,594
<!DOCTYPE html> {% autoescape true %} <html> <body> {% for tweet in tweets %} <div> <p> {{tweet.text}} </p> <div> {{tweet.location}} </div> <div> {{tweet.date}} </div> <div> {{tweet.hk4}} </div> </div> {% endfor %} <hr> </body> </html> {% endautoescape %}
milannic/twitterMap
appProj/twitter_map/tweets.html
HTML
mit
422
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 TrCotton" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-trCotton"> <html xmlns="http://www.w3.org/1999/xhtml"> <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="UAE 43rd NATIONAL DAY TSHIRTS AND POLOS, MIT Uniforms , Dubai is specialized in customized uniforms for various sectors including Corporate, Retail Chain Stores, Hospitality Industry, Hospitals, School, Airports & Air Lines."/> <meta name="author" content="Ammar Ahmed"> <meta name="keywords" content="UAE 43rd NATIONAL DAY TSHIRTS AND POLO,MIT Uniforms Dubai, customized uniforms dubai, uniforms in all styles, Corporate Uniforms Dubai, Retail Chain Stores Uniforms Dubai, Hospitality Industry Uniforms Dubai, Hospitals Uniforms Dubai, School Uniforms Dubai."> <title> MIT Uniforms, Dubai,UAE. | Customized Uniforms for Corporate, Retail Chain Stores, Schools, Hotels etc. </title> <!-- Bootstrap Core CSS --> <link href="css/bootstrap.min.css" rel="stylesheet"> <!-- Custom CSS --> <link href="css/shop-homepage.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> li.dropdown:hover > .dropdown-menu { display: block; } </style> </head> <body> <!-- Navigation --> <!-- Navigation --> <nav class="navbar navbar-default 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="#"><img style="padding-bottom: 25px;" src="assets/images/logo/ccfc-logo.jpg" alt="MIT LOGO"></a> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul style="padding-top: 35px;" class="nav navbar-nav"> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Shirts <b class="caret"></b></a> <ul class="dropdown-menu"> <li><a href="http://www.mituniforms.ae/index_shirt_tailored.html">Dress Shirts</a></li> <li><a href="http://www.mituniforms.ae/index_shirt_blouse.html">Dress Blouses</a></li> <li><a href="http://www.mituniforms.ae/index_shirt_casualdress.html">Casual Dress Shirts</a></li> <li><a href="http://www.mituniforms.ae/index_shirt_camp.html">Camp Shirts</a></li> <li><a href="http://www.mituniforms.ae/index_shirt_server.html">Server Formal Shirts</a></li> <li><a href="http://www.mituniforms.ae/index_shirt_knits.html">Knit Shirts</a></li> <li><a href="http://www.mituniforms.ae/index_shirt_polo.html">Polo Shirts</a></li> <li><a href="http://www.mituniforms.ae/index_work_shirt.html">Work Uniform Shirts</a></li> <li><a href="http://www.mituniforms.ae/index_work_safetyshirt.html">Enhanced Visibility Shirts</a></li> <li><a href="http://www.mituniforms.ae/index_shirt_denim.html">Denim Shirts</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Sweaters <b class="caret"></b></a> <ul class="dropdown-menu"> <li><a href="http://www.mituniforms.ae/index_sweater.html">Casual Dress Sweaters</a></li> <li><a href="http://www.mituniforms.ae/index_sweater2.html">Uniform Sweaters</a></li> </ul> </li> <li> <a href="http://www.mituniforms.ae/index_blazers.html">Blazer Suit Coats</a> </li> <li> <a href="http://www.mituniforms.ae/index_serverjacket.html">Server Jackets</a> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Pants and Bottom <b class="caret"></b></a> <ul class="dropdown-menu"> <li><a href="http://www.mituniforms.ae/index_pants_tailored.html">Suit and Dress pants</a></li> <li><a href="http://www.mituniforms.ae/index_skirts_tailored.html">Suit and Dress Skirts</a></li> <li><a href="http://www.mituniforms.ae/index_pants_hospitality.html">Hospitality Pants, Skirts and Shorts</a></li> <li><a href="http://www.mituniforms.ae/index_pants_casual.html">Business Casual Pants and Skirts</a></li> <li><a href="http://www.mituniforms.ae/index_pants_casual.html">Business Causal Shorts</a></li> <li><a href="http://www.mituniforms.ae/index_work_pants.html">Work Uniform Pants</a></li> <li><a href="http://www.mituniforms.ae/index_work_shorts.html">Work Uniform Shorts</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Vest <b class="caret"></b></a> <ul class="dropdown-menu"> <li><a href="http://www.mituniforms.ae/index_vest_tailored.html">Suit and Dress Vest</a></li> <li><a href="http://www.mituniforms.ae/index_vest_hospitality.html">Hospitality</a></li> </ul> </li> <li> <a href="http://www.mituniforms.ae/index_housekeeping.html">Housekeeping</a> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Culinary <b class="caret"></b></a> <ul class="dropdown-menu"> <li><a href="http://www.mituniforms.ae/index_chef_coat.html">Chef Coats</a></li> <li><a href="http://www.mituniforms.ae/index_chef_pants.html">Chef and Kitchen Pants</a></li> <li><a href="http://www.mituniforms.ae/index_chef_shirt.html">Chef and Kitchen Shirts</a></li> <li><a href="http://www.mituniforms.ae/index_chef_other.html">Chef Accessories</a></li> <li><a href="http://www.mituniforms.ae/index_aprons.html">Aprons</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Outwear <b class="caret"></b></a> <ul class="dropdown-menu"> <li><a href="http://www.mituniforms.ae/index_outerwear_jacket.html">Casual Jackets and Coats</a></li> <li><a href="http://www.mituniforms.ae/index_outerwear_fleece.html">Fleece Outerwear</a></li> <li><a href="http://www.mituniforms.ae/index_outerwear_workjacket.html">Work Outerwear</a></li> <li><a href="http://www.mituniforms.ae/index_outerwear_safety.html">Enhanced Visibility Outerwear</a></li> <li><a href="http://www.mituniforms.ae/index_outerwear_windshirt.html">Wind Shirts</a></li> <li><a href="http://www.mituniforms.ae/index_work_coats.html">Lab and Professional Coats</a></li> <li><a href="http://www.mituniforms.ae/index_work_coveralls.html">Overalls and Overalls</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Neckwear <b class="caret"></b></a> <ul class="dropdown-menu"> <li><a href="http://www.mituniforms.ae/index_ties_dress.html">Dress Ties</a></li> <li><a href="http://www.mituniforms.ae/index_ties_scarves.html">Dress Scarves</a></li> <li><a href="http://www.mituniforms.ae/index_ties_uniform.html">Uniform Ties</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Special <b class="caret"></b></a> <ul class="dropdown-menu"> <li><a href="http://www.mituniforms.ae/index_belts.html">Belts</a></li> <li><a href="http://www.mituniforms.ae/index_accessories.html">Hospitality Accessories</a></li> <li><a href="http://www.mituniforms.ae/index_hats.html">Hats</a></li> </ul> </li> </ul> </div> <!-- /.navbar-collapse --> </div> <!-- /.container --> </nav> <!-- Page Content --> <div class="container"> <div class="row"> <div class="col-md-3"> <p class="lead">Uniform Coveralls & Overalls</p> <div class="list-group"> <p class="list-group-item"><strong>Can't find what you need?</strong><br /><a href="">Click here for additional resources</a></p> <p class="list-group-item"><strong>Contact us for assistance</strong><br />+971558829831-2<br /><a href="">[email protected]</a></p> <p class="list-group-item"><strong>Volume discounts</strong><br />Prices shown apply to orders below 24 pieces.<br /><a href="">Click here to learn more</a></p> <p class="list-group-item"><strong>Excellence In UNIFORMS</strong></p> </div> </div> <div class="col-md-9"> <div class="row"> <div class="col-sm-3 col-lg-3 col-md-3"> <div class="thumbnail"> <div class="ratings"> <p>Red Kap</p> </div> <img src="http://www.mercuryuae.com/pics_vf/cp30_t.jpg" alt=""> <div class="caption"> <h5><a href="#">Speedsuit</a> </h5> <p>Men's<br />Polyester/Cotton</p> </div> </div> </div> <div class="col-sm-3 col-lg-3 col-md-3"> <div class="thumbnail"> <div class="ratings"> <p>Red Kap</p> </div> <img src="http://www.mercuryuae.com/pics_vf/ct10_t.jpg" alt=""> <div class="caption"> <h5><a href="#">Action Back Coverall</a> </h5> <p>Women's<br />Polyester/Cotton</p> </div> </div> </div> <div class="col-sm-3 col-lg-3 col-md-3"> <div class="thumbnail"> <div class="ratings"> <p>Red Kap</p> </div> <img src="http://www.mercuryuae.com/pics_vf/cc14_t.jpg" alt=""> <div class="caption"> <h5><a href="#">Cotton Coverall</a> </h5> <p>Men's<br />Cotton</p> </div> </div> </div> <div class="col-sm-3 col-lg-3 col-md-3"> <div class="thumbnail"> <div class="ratings"> <p>Red Kap</p> </div> <img src="http://www.mercuryuae.com/pics_vf/ct30_t.jpg" alt=""> <div class="caption"> <h5><a href="#">Insulated Coverall</a> </h5> <p>Men's<br />Polyester/Cotton</p> </div> </div> </div> <div class="col-sm-3 col-lg-3 col-md-3"> <div class="thumbnail"> <div class="ratings"> <p>Bulwark</p> </div> <img src="http://www.mercuryuae.com/pics_vf/cec2_t.jpg" alt=""> <div class="caption"> <h5><a href="#">Flame Resistant Coverall</a> </h5> <p>Men's<br />Cotton</p> </div> </div> </div> <div class="col-sm-3 col-lg-3 col-md-3"> <div class="thumbnail"> <div class="ratings"> <p>Red Kap</p> </div> <img src="http://www.mercuryuae.com/pics_vf/cd32_t.jpg" alt=""> <div class="caption"> <h5><a href="#">Insulated Duck Coverall</a> </h5> <p>Men's<br />Polyester/Cotton</p> </div> </div> </div> <div class="col-sm-3 col-lg-3 col-md-3"> <div class="thumbnail"> <div class="ratings"> <p>Red Kap</p> </div> <img src="http://www.mercuryuae.com/pics_vf/bd10_t.jpg" alt=""> <div class="caption"> <h5><a href="#">Denim Utility Overall</a> </h5> <p>Men's<br />Cotton</p> </div> </div> </div> <div class="col-sm-3 col-lg-3 col-md-3"> <div class="thumbnail"> <div class="ratings"> <p>Red Kap</p> </div> <img src="http://www.mercuryuae.com/pics_vf/bd30_t.jpg" alt=""> <div class="caption"> <h5><a href="#">Insulated Duck Overall</a> </h5> <p>Men's<br />Polyester/Cotton</p> </div> </div> </div> </div> </div> </div> </div> <!-- /.container --> <div class="container"> <hr> <!-- Footer --> <footer> <div class="row"> <div class="col-lg-12 "> <ul class="nav navbar-nav"> <li><a style="color: black;" href="http://www.mituniforms.ae/info_contact.html"><span>Contact Us</span></a></li> <li><a style="color: black;" href="http://www.mituniforms.ae/info_terms.html"><span>Terms &amp; Conditions</span></a></li> <li><a style="color: black;" href="http://www.mituniforms.ae/info_privacy.html"><span>Privacy &amp; Security</span></a></li> <li><a style="color: black;" href="http://www.mituniforms.ae/info_contact.html"><span>Request a Catalogue</span></a></li> </ul> </div> </div> <div style="text-align: center;" class="row"> <iframe width="200" height="200" frameborder="2" style="border:1px" style="float: left;" src="https://www.google.com/maps/embed/v1/place?key=AIzaSyBlDDKF2OnGcCF2GtlxFxsHqog7-PNAYWY&q=MIT+Uniforms+Ajman+United+Arab+Emirates" allowfullscreen> </iframe> <iframe src="https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fmercuryuae%2F&tabs=timeline&width=200&height=200&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId" width="200" height="200" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="true"></iframe> <div style="float: right;"><strong>Join the MIT social network</strong><br /> <a href="http://www.facebook.com/mercuryuae" target="_blank"> <img src="assets/images/footer/facebook.jpg" width="37" height="36" alt="Follow MIT Uniforms on Facebook " border="0" /></a> <a href="https://plus.google.com/112914211945399190231" rel="publisher" target="_blank"> <img src="https://ssl.gstatic.com/images/icons/gplus-32.png" width="37" height="36" alt="Follow MIT on GooglePlus" border="0" /></a> <a href="http://www.linkedin.com" target="_blank"> <img src="assets/images/footer/linkedin.jpg" width="37" height="36" alt="View the MIT corporate profile on Linkedin" border="0" /></a> </div> </div> <p style="text-align: center;"><strong>&copy; Copyright MIT Uniforms 2017</strong></p> </footer> </div> <!-- /.container --> <!-- jQuery --> <script src="js/jquery.js"></script> <!-- Bootstrap Core JavaScript --> <script src="js/bootstrap.min.js"></script> </body> </html>
Ammar512/mit_uniforms
index_work_coveralls.html
HTML
mit
19,158
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.11"/> <title>V8 API Reference Guide for node.js v6.12.3: v8::Uint32 Class Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">V8 API Reference Guide for node.js v6.12.3 </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_1Uint32.html">Uint32</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_1Uint32-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">v8::Uint32 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::Uint32:</div> <div class="dyncontent"> <div class="center"><img src="classv8_1_1Uint32__inherit__graph.png" border="0" usemap="#v8_1_1Uint32_inherit__map" alt="Inheritance graph"/></div> <map name="v8_1_1Uint32_inherit__map" id="v8_1_1Uint32_inherit__map"> </map> <center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div> <div class="dynheader"> Collaboration diagram for v8::Uint32:</div> <div class="dyncontent"> <div class="center"><img src="classv8_1_1Uint32__coll__graph.png" border="0" usemap="#v8_1_1Uint32_coll__map" alt="Collaboration graph"/></div> <map name="v8_1_1Uint32_coll__map" id="v8_1_1Uint32_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:ad59790c380f4de98c4cc479140812fe0"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ad59790c380f4de98c4cc479140812fe0"></a> uint32_t&#160;</td><td class="memItemRight" valign="bottom"><b>Value</b> () const </td></tr> <tr class="separator:ad59790c380f4de98c4cc479140812fe0"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="inherit_header pub_methods_classv8_1_1Integer"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classv8_1_1Integer')"><img src="closed.png" alt="-"/>&#160;Public Member Functions inherited from <a class="el" href="classv8_1_1Integer.html">v8::Integer</a></td></tr> <tr class="memitem:a93bcfb39090631a3ff95843463183c9c inherit pub_methods_classv8_1_1Integer"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a93bcfb39090631a3ff95843463183c9c"></a> int64_t&#160;</td><td class="memItemRight" valign="bottom"><b>Value</b> () const </td></tr> <tr class="separator:a93bcfb39090631a3ff95843463183c9c inherit pub_methods_classv8_1_1Integer"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="inherit_header pub_methods_classv8_1_1Number"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classv8_1_1Number')"><img src="closed.png" alt="-"/>&#160;Public Member Functions inherited from <a class="el" href="classv8_1_1Number.html">v8::Number</a></td></tr> <tr class="memitem:ae7ca1af5dd34a7a32a69f57a910ab269 inherit pub_methods_classv8_1_1Number"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ae7ca1af5dd34a7a32a69f57a910ab269"></a> double&#160;</td><td class="memItemRight" valign="bottom"><b>Value</b> () const </td></tr> <tr class="separator:ae7ca1af5dd34a7a32a69f57a910ab269 inherit pub_methods_classv8_1_1Number"><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:a41a1785c19221868e338b93faa383b62"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a41a1785c19221868e338b93faa383b62"></a> static V8_INLINE <a class="el" href="classv8_1_1Uint32.html">Uint32</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:a41a1785c19221868e338b93faa383b62"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="inherit_header pub_static_methods_classv8_1_1Integer"><td colspan="2" onclick="javascript:toggleInherit('pub_static_methods_classv8_1_1Integer')"><img src="closed.png" alt="-"/>&#160;Static Public Member Functions inherited from <a class="el" href="classv8_1_1Integer.html">v8::Integer</a></td></tr> <tr class="memitem:a730d6e093c16d95edb5b92a4d05773d0 inherit pub_static_methods_classv8_1_1Integer"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a730d6e093c16d95edb5b92a4d05773d0"></a> static <a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Integer.html">Integer</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>New</b> (<a class="el" href="classv8_1_1Isolate.html">Isolate</a> *isolate, int32_t value)</td></tr> <tr class="separator:a730d6e093c16d95edb5b92a4d05773d0 inherit pub_static_methods_classv8_1_1Integer"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a6fbd6e79db802c737cb0bd5a259f134b inherit pub_static_methods_classv8_1_1Integer"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a6fbd6e79db802c737cb0bd5a259f134b"></a> static <a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Integer.html">Integer</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>NewFromUnsigned</b> (<a class="el" href="classv8_1_1Isolate.html">Isolate</a> *isolate, uint32_t value)</td></tr> <tr class="separator:a6fbd6e79db802c737cb0bd5a259f134b inherit pub_static_methods_classv8_1_1Integer"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a886f73d3d8bb91f8235f66d8dccec12a inherit pub_static_methods_classv8_1_1Integer"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a886f73d3d8bb91f8235f66d8dccec12a"></a> static V8_INLINE <a class="el" href="classv8_1_1Integer.html">Integer</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:a886f73d3d8bb91f8235f66d8dccec12a inherit pub_static_methods_classv8_1_1Integer"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="inherit_header pub_static_methods_classv8_1_1Number"><td colspan="2" onclick="javascript:toggleInherit('pub_static_methods_classv8_1_1Number')"><img src="closed.png" alt="-"/>&#160;Static Public Member Functions inherited from <a class="el" href="classv8_1_1Number.html">v8::Number</a></td></tr> <tr class="memitem:a90ea55018560648ffaf8861372b41928 inherit pub_static_methods_classv8_1_1Number"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a90ea55018560648ffaf8861372b41928"></a> static <a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Number.html">Number</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>New</b> (<a class="el" href="classv8_1_1Isolate.html">Isolate</a> *isolate, double value)</td></tr> <tr class="separator:a90ea55018560648ffaf8861372b41928 inherit pub_static_methods_classv8_1_1Number"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a053d48e0003104308963a4a7e3881912 inherit pub_static_methods_classv8_1_1Number"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a053d48e0003104308963a4a7e3881912"></a> static V8_INLINE <a class="el" href="classv8_1_1Number.html">Number</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:a053d48e0003104308963a4a7e3881912 inherit pub_static_methods_classv8_1_1Number"><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 JavaScript value representing a 32-bit unsigned integer. </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>
v8-dox/v8-dox.github.io
b287b9e/html/classv8_1_1Uint32.html
HTML
mit
60,794
<div class="container jumbotron"> <div class="col-lg-8 col-lg-offset-2 col-md-8 col-md-offset-2 col-sm-12 col-xs-12"> <h3>My Courses</h3> <div class="table-responsive"> <table class="table table-hover my-table"> <thead class="table-head"> <tr> <th>Course ID</th> <th>Course name</th> <th>Course name (EN)</th> </tr> </thead> <tbody> <tr ng-repeat="data in courses" class="active"> <td><a href ="" ng-click="seeCourse(data)">{{data.CourseID}}</td> <td>{{data.Name}}</td> <td>{{data.NameEN}}</td> </tr> </tbody> </table> </div> </div> </div> <!-- <div class="container jumbotron"> <div class="pull-left col-lg-5 col-md-5 col-sm-12 col-xs-12"> <h3>My Courses</h3> <ul class="custom-list-style"> <li ng-repeat="data in displayCourses"> <a href="/#/course">{{data.Name}}</a></li> </ul> </div> <div class="col-lg-8 col-lg-offset-2 col-md-8 col-md-offset-2 col-sm-12 col-xs-12"> <h3>Evaluations</h3> <div class="table-responsive"> <table class="table table-hover my-table"> <thead class="table-head"> <tr> <th>ID</th> <th>Template title</th> <th>Template title (EN)</th> <th>Status</th> </tr> </thead> <tbody> <tr ng-repeat="data in displayEvals" class="active"> <td>{{data.ID}}</td> <td><a ng-click="doEval(data.ID)">{{data.TemplateTitle}}</a></td> <td>{{data.TemplateTitleEN}}</td> <td class="status">({{data.Status}})</td> </tr> </tbody> </table> </div> </div> </div> --> <!-- <div class="container jumbotron"> <div class="col-lg-10 col-lg-offset-1 col-md-10 col-md-offset-1 col-sm-12 col-xs-12"> <h3>My Courses</h3> <div class="table-responsive"> <table class="table table-hover my-table"> <thead class="table-head"> <tr> <th>Course name</th> <th>Course name(EN)</th> <th>Evaluate</th> </tr> <tbody> <tr ng-repeat="data in templates" class="active"> <td>{{data.Title}</td> <td>{{data.TitleEN}}</td> <td><input type="radio" ng-click="postEval(data)" name="optradio"></td> </tr> </tbody> </thead> </table> </div> </div> </div> -->
sigurdura13/Evaluation-app
src/app/user/user.tpl.html
HTML
mit
2,452
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>compcert: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.13.1 / compcert - 3.6</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> compcert <small> 3.6 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-18 03:17:35 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-18 03:17:35 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-gmp 4 Virtual package relying on a GMP lib system installation coq 8.13.1 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.12.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.12.1 Official release 4.12.1 ocaml-config 2 OCaml Switch Configuration ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled ocamlfind 1.9.3 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; authors: &quot;Xavier Leroy &lt;[email protected]&gt;&quot; maintainer: &quot;Jacques-Henri Jourdan &lt;[email protected]&gt;&quot; homepage: &quot;http://compcert.inria.fr/&quot; dev-repo: &quot;git+https://github.com/AbsInt/CompCert.git&quot; bug-reports: &quot;https://github.com/AbsInt/CompCert/issues&quot; license: &quot;INRIA Non-Commercial License Agreement&quot; build: [ [&quot;./configure&quot; &quot;ia32-linux&quot; {os = &quot;linux&quot;} &quot;ia32-macosx&quot; {os = &quot;macos&quot;} &quot;ia32-cygwin&quot; {os = &quot;cygwin&quot;} &quot;-bindir&quot; &quot;%{bin}%&quot; &quot;-libdir&quot; &quot;%{lib}%/compcert&quot; &quot;-install-coqdev&quot; &quot;-clightgen&quot; &quot;-coqdevdir&quot; &quot;%{lib}%/coq/user-contrib/compcert&quot; &quot;-ignore-coq-version&quot;] [make &quot;-j%{jobs}%&quot; {ocaml:version &gt;= &quot;4.06&quot;}] ] install: [ [make &quot;install&quot;] [&quot;install&quot; &quot;-m&quot; &quot;0644&quot; &quot;VERSION&quot; &quot;%{lib}%/coq/user-contrib/compcert/&quot;] ] depends: [ &quot;coq&quot; {&gt;= &quot;8.7.0&quot; &amp; &lt; &quot;8.11&quot;} &quot;menhir&quot; {&gt;= &quot;20190626&quot; &amp; &lt; &quot;20200123&quot;} &quot;ocaml&quot; {&gt;= &quot;4.05.0&quot;} ] synopsis: &quot;The CompCert C compiler&quot; tags: [ &quot;category:Computer Science/Semantics and Compilation/Compilation&quot; &quot;category:Computer Science/Semantics and Compilation/Semantics&quot; &quot;keyword:C&quot; &quot;keyword:compiler&quot; &quot;logpath:compcert&quot; &quot;date:2019-09-17&quot; ] url { src: &quot;https://github.com/AbsInt/CompCert/archive/v3.6.tar.gz&quot; checksum: &quot;sha256=7a77839f6b990ab632ba14feccf4f17da189f0e3b95d6ce2ef0986e4caebc575&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-compcert.3.6 coq.8.13.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.13.1). The following dependencies couldn&#39;t be met: - coq-compcert -&gt; coq &lt; 8.11 -&gt; ocaml &lt; 4.10 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-compcert.3.6</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.12.1-2.0.8/released/8.13.1/compcert/3.6.html
HTML
mit
7,689
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>408: Your browser didn't send a complete request in time</title> <link href="stylesheets/vendor.css" rel="stylesheet"> <link href="stylesheets/app.css" rel="stylesheet"> </head> <body> <h1>408</h1> <p>Your browser didn't send a complete request in time.</p> </body> </html>
dockhippie/haproxy
rootfs/var/www/fallback/408.html
HTML
mit
509
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.9.1"/> <title>V8 API Reference Guide for node.js v0.5.5: Member List</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">V8 API Reference Guide for node.js v0.5.5 </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.9.1 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#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_integer.html">Integer</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">v8::Integer Member List</div> </div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="classv8_1_1_integer.html">v8::Integer</a>, including all inherited members.</p> <table class="directory"> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>BooleanValue</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>Cast</b>(v8::Value *obj) (defined in <a class="el" href="classv8_1_1_integer.html">v8::Integer</a>)</td><td class="entry"><a class="el" href="classv8_1_1_integer.html">v8::Integer</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">static</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1_value.html#a643fcf5c7c6136d819b0b4927f8d1724">Equals</a>(Handle&lt; Value &gt; that) const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>Int32Value</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>IntegerValue</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1_value.html#a95c39ad189c09630dd90ee5c1a7e89a1">IsArray</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1_value.html#a6baff625780eac51413f2392250e81be">IsBoolean</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1_value.html#aebb6cd7cbb34771df1973aef2e544931">IsBooleanObject</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1_value.html#abcdd87539238a68f8337bae7d0a9c1ac">IsDate</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1_value.html#a7aed90ede9bf48b10f18cdb97d50fd1e">IsExternal</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1_value.html#a265c208159ff3163ecda1e9f71b99115">IsFalse</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1_value.html#a33f329c93a9f417e2d05b438e6e5429c">IsFunction</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1_value.html#a70d4afaccc7903e6a01f40a46ad04188">IsInt32</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1_value.html#a11293ed56e068b3bccdae482f2752f58">IsNativeError</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1_value.html#a0757712320a9bcfe5fc0a099524d986f">IsNull</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1_value.html#a32003b217768f535a4728bbd16ebd7d5">IsNumber</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1_value.html#a2b4dd15e4135823a4bb1128a60c063cf">IsNumberObject</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1_value.html#a360f1fe4a8ee74382f571a12eb14a222">IsObject</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1_value.html#a36ba10231b5aaf6c63d8589cd53c9a73">IsRegExp</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1_value.html#ab23a34b7df62806808e01b0908bf5f00">IsString</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1_value.html#a2ded13f1962fc1fa15eabc525fb433ee">IsStringObject</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1_value.html#ae93277798682f4be9adc204a16c40591">IsTrue</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1_value.html#a2674a47b2550eb456a7ecfaf09d2f97e">IsUint32</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1_value.html#adeeae3576aecadc4176f94a415a70a90">IsUndefined</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>New</b>(int32_t value) (defined in <a class="el" href="classv8_1_1_integer.html">v8::Integer</a>)</td><td class="entry"><a class="el" href="classv8_1_1_integer.html">v8::Integer</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>New</b>(double value) (defined in <a class="el" href="classv8_1_1_number.html">v8::Number</a>)</td><td class="entry"><a class="el" href="classv8_1_1_number.html">v8::Number</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>NewFromUnsigned</b>(uint32_t value) (defined in <a class="el" href="classv8_1_1_integer.html">v8::Integer</a>)</td><td class="entry"><a class="el" href="classv8_1_1_integer.html">v8::Integer</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>NumberValue</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>StrictEquals</b>(Handle&lt; Value &gt; that) const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1_value.html#ab6b19a1e5aa5df50dfbb5d2ffa60bcdc">ToArrayIndex</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ToBoolean</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>ToDetailString</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ToInt32</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>ToInteger</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ToNumber</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>ToObject</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ToString</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>ToUint32</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Uint32Value</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>Value</b>() const (defined in <a class="el" href="classv8_1_1_integer.html">v8::Integer</a>)</td><td class="entry"><a class="el" href="classv8_1_1_integer.html">v8::Integer</a></td><td class="entry"></td></tr> </table></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Tue Aug 11 2015 23:47:20 for V8 API Reference Guide for node.js v0.5.5 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>
v8-dox/v8-dox.github.io
028908a/html/classv8_1_1_integer-members.html
HTML
mit
14,799
<html><body><p><!-- saved from url=(0024)http://docs.autodesk.com --> <!DOCTYPE html> <!-- Mirrored from help.autodesk.com/cloudhelp/2016/ENU/Maya-Tech-Docs/PyMel/generated/functions/pymel.core.runtime/pymel.core.runtime.attachFluidCache.html by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 01 Aug 2015 05:20:21 GMT --> <!-- Added by HTTrack --><meta content="text/html;charset=utf-8" http-equiv="content-type"/><!-- /Added by HTTrack --> </p> <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/> <title>pymel.core.runtime.attachFluidCache — PyMEL 1.0.7 documentation</title> <link href="../../../_static/nature.css" rel="stylesheet" type="text/css"/> <link href="../../../_static/pygments.css" rel="stylesheet" type="text/css"/> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: '../../../', VERSION: '1.0.7', COLLAPSE_INDEX: false, FILE_SUFFIX: '.html', HAS_SOURCE: true }; </script> <script src="../../../_static/jquery.js" type="text/javascript"></script> <script src="../../../_static/underscore.js" type="text/javascript"></script> <script src="../../../_static/doctools.js" type="text/javascript"></script> <link href="../../../index-2.html" rel="top" title="PyMEL 1.0.7 documentation"/> <link href="../../pymel.core.runtime.html" rel="up" title="pymel.core.runtime"/> <link href="pymel.core.runtime.attachGeometryCache.html" rel="next" title="pymel.core.runtime.attachGeometryCache"/> <link href="pymel.core.runtime.attachCache.html" rel="prev" title="pymel.core.runtime.attachCache"/> <link href="../../../../style/adsk.cpm.css" rel="stylesheet" type="text/css"/><meta content="expert" name="experiencelevel"/><meta content="programmer" name="audience"/><meta content="enable" name="user-comments"/><meta content="ENU" name="language"/><meta content="MAYAUL" name="product"/><meta content="2016" name="release"/><meta content="Customization" name="book"/><meta content="Maya-Tech-Docs" name="component"/><meta content="/view/MAYAUL/2016/ENU/" name="helpsystempath"/><meta content="04/03/2015" name="created"/><meta content="04/03/2015" name="modified"/><meta content="Navigation index modules | next | previous | PyMEL 1.0.7 documentation » pymel.core.runtime » pymel.core.runtime.attachFluidCache ¶ attachFluidCache ( *args , **kwargs ) ¶ Previous topic pymel.core.runtime.attachCache Next topic pymel.core.runtime.attachGeometryCache Core Modules animation effects general language modeling rendering system windows Type Modules datatypes..." name="description"/><meta content="__PyMel_generated_functions_pymel_core_runtime_pymel_core_runtime_attachFluidCache_html" name="topicid"/> <div class="related"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a accesskey="I" href="../../../genindex.html" title="General Index">index</a></li> <li class="right"> <a href="../../../py-modindex.html" title="Python Module Index">modules</a> |</li> <li class="right"> <a accesskey="N" href="pymel.core.runtime.attachGeometryCache.html" title="pymel.core.runtime.attachGeometryCache">next</a> |</li> <li class="right"> <a accesskey="P" href="pymel.core.runtime.attachCache.html" title="pymel.core.runtime.attachCache">previous</a> |</li> <li><a href="../../../index-2.html">PyMEL 1.0.7 documentation</a> »</li> <li><a accesskey="U" href="../../pymel.core.runtime.html">pymel.core.runtime</a> »</li> </ul> </div> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body"> <div class="section" id="pymel-core-runtime-attachfluidcache"> <h1>pymel.core.runtime.attachFluidCache<a class="headerlink" href="#pymel-core-runtime-attachfluidcache" title="Permalink to this headline">¶</a></h1> <dl class="function"> <dt id="pymel.core.runtime.attachFluidCache"><a name="//apple_ref/cpp/Function/pymel.core.runtime.attachFluidCache"></a> <tt class="descname">attachFluidCache</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#pymel.core.runtime.attachFluidCache" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> </div> </div> </div> </div> <div class="sphinxsidebar"> <div class="sphinxsidebarwrapper"> <h4>Previous topic</h4> <p class="topless"><a href="pymel.core.runtime.attachCache.html" title="previous chapter">pymel.core.runtime.attachCache</a></p> <h4>Next topic</h4> <p class="topless"><a href="pymel.core.runtime.attachGeometryCache.html" title="next chapter">pymel.core.runtime.attachGeometryCache</a></p> <h3><a href="../../../modules.html">Core Modules</a></h3> <ul> <li><a class="reference external" href="../../pymel.core.animation.html#module-pymel.core.animation"><tt class="xref">animation</tt></a></li> <li><a class="reference external" href="../../pymel.core.effects.html#module-pymel.core.effects"><tt class="xref">effects</tt></a></li> <li><a class="reference external" href="../../pymel.core.general.html#module-pymel.core.general"><tt class="xref">general</tt></a></li> <li><a class="reference external" href="../../pymel.core.language.html#module-pymel.core.language"><tt class="xref">language</tt></a></li> <li><a class="reference external" href="../../pymel.core.modeling.html#module-pymel.core.modeling"><tt class="xref">modeling</tt></a></li> <li><a class="reference external" href="../../pymel.core.rendering.html#module-pymel.core.rendering"><tt class="xref">rendering</tt></a></li> <li><a class="reference external" href="../../pymel.core.system.html#module-pymel.core.system"><tt class="xref">system</tt></a></li> <li><a class="reference external" href="../../pymel.core.windows.html#module-pymel.core.windows"><tt class="xref">windows</tt></a></li> </ul> <h3><a href="../../../modules.html">Type Modules</a></h3> <ul> <li><a class="reference external" href="../../pymel.core.datatypes.html#module-pymel.core.datatypes"><tt class="xref">datatypes</tt></a></li> <li><a class="reference external" href="../../pymel.core.nodetypes.html#module-pymel.core.nodetypes"><tt class="xref">nodetypes</tt></a></li> <li><a class="reference external" href="../../pymel.core.uitypes.html#module-pymel.core.uitypes"><tt class="xref">uitypes</tt></a></li> </ul> <h3><a href="../../../modules.html">Other Modules</a></h3> <ul> <li><a class="reference external" href="../../pymel.api.plugins.html#module-pymel.api.plugins"><tt class="xref">plugins</tt></a></li> <li><a class="reference external" href="../../pymel.mayautils.html#module-pymel.mayautils"><tt class="xref">mayautils</tt></a></li> <li><a class="reference external" href="../../pymel.util.html#module-pymel.util"><tt class="xref">util</tt></a></li> <li><a class="reference external" href="../../pymel.versions.html#module-pymel.versions"><tt class="xref">versions</tt></a> </li><li><a class="reference external" href="../../pymel.tools.html#module-pymel.tools"><tt class="xref">tools</tt></a></li> </ul> <!-- <ul> <li><a class="reference external" href="../../pymel.core.animation.html.html#module-pymel.core.animation"><tt class="xref">animation</tt></a></li> <li><a class="reference external" href="../../pymel.core.datatypes.html.html#module-pymel.core.datatypes"><tt class="xref">datatypes</tt></a></li> <li><a class="reference external" href="../../pymel.core.effects.html.html#module-pymel.core.effects"><tt class="xref">effects</tt></a></li> <li><a class="reference external" href="../../pymel.core.general.html.html#module-pymel.core.general"><tt class="xref">general</tt></a></li> <li><a class="reference external" href="../../pymel.core.language.html.html#module-pymel.core.language"><tt class="xref">language</tt></a></li> <li><a class="reference external" href="../../pymel.core.modeling.html.html#module-pymel.core.modeling"><tt class="xref">modeling</tt></a></li> <li><a class="reference external" href="../../pymel.core.nodetypes.html.html#module-pymel.core.nodetypes"><tt class="xref">nodetypes</tt></a></li> <li><a class="reference external" href="../../pymel.core.rendering.html.html#module-pymel.core.rendering"><tt class="xref">rendering</tt></a></li> <li><a class="reference external" href="../../pymel.core.system.html.html#module-pymel.core.system"><tt class="xref">system</tt></a></li> <li><a class="reference external" href="../../pymel.core.windows.html.html#module-pymel.core.windows"><tt class="xref">windows</tt></a></li> <li><a class="reference external" href="../../pymel.util.html.html#module-pymel.util"><tt class="xref">pymel.util</tt></a></li> </ul> --> <h3>This Page</h3> <ul class="this-page-menu"> <li><a href="../../../_sources/generated/functions/pymel.core.runtime/pymel.core.runtime.attachFluidCache.txt" rel="nofollow">Show Source</a></li> </ul> <div id="searchbox" style="display: none"> <h3>Quick search</h3> <form action="http://help.autodesk.com/cloudhelp/2016/ENU/Maya-Tech-Docs/PyMel/search.html" class="search" method="get"></form> <input name="q" type="text"/> <input type="submit" value="Go"/> <input name="check_keywords" type="hidden" value="yes"/> <input name="area" type="hidden" value="default"/> <p class="searchtip" style="font-size: 90%"> Enter search terms or a module, class or function name. </p> </div> <script type="text/javascript">$('#searchbox').show(0);</script> </div> </div> <div class="clearer"></div> </div> <div class="related"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="../../../genindex.html" title="General Index">index</a></li> <li class="right"> <a href="../../../py-modindex.html" title="Python Module Index">modules</a> |</li> <li class="right"> <a href="pymel.core.runtime.attachGeometryCache.html" title="pymel.core.runtime.attachGeometryCache">next</a> |</li> <li class="right"> <a href="pymel.core.runtime.attachCache.html" title="pymel.core.runtime.attachCache">previous</a> |</li> <li><a href="../../../index-2.html">PyMEL 1.0.7 documentation</a> »</li> <li><a href="../../pymel.core.runtime.html">pymel.core.runtime</a> »</li> </ul> </div> <div class="footer"> © Copyright 2009, Chad Dombrova. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3. </div> <!-- Mirrored from help.autodesk.com/cloudhelp/2016/ENU/Maya-Tech-Docs/PyMel/generated/functions/pymel.core.runtime/pymel.core.runtime.attachFluidCache.html by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 01 Aug 2015 05:20:22 GMT --> </body></html>
alexwidener/PyMelDocset
PyMel.docset/Contents/Resources/Documents/generated/functions/pymel.core.runtime/pymel.core.runtime.attachFluidCache.html
HTML
mit
10,485
<!DOCTYPE html> <html lang="ko"> <head> <meta charset="utf-8"> <title>Archives: 2018/1 | Node.js 한국 커뮤니티</title> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <meta property="og:type" content="website"> <meta property="og:title" content="Node.js 한국 커뮤니티"> <meta property="og:url" content="https://nodejs.github.io/nodejs-ko/archives/2018/01/index.html"> <meta property="og:site_name" content="Node.js 한국 커뮤니티"> <meta property="og:locale"> <meta property="article:author" content="Node.js 한국어 번역팀"> <meta name="twitter:card" content="summary"> <meta name="twitter:creator" content="@nodejs_ko"> <link rel="alternate" href="/nodejs-ko/atom.xml" title="Node.js 한국 커뮤니티" type="application/atom+xml"> <link rel="icon" href="/nodejs-ko/favicon.png"> <link href="//fonts.googleapis.com/css?family=Source+Code+Pro" rel="stylesheet" type="text/css"> <link rel="stylesheet" href="/nodejs-ko/css/style.css"> <meta name="generator" content="Hexo 5.3.0"></head> <body> <div id="container"> <div id="wrap"> <header id="header"> <div id="banner"></div> <div id="header-outer" class="outer"> <div id="header-title" class="inner"> <h1 id="logo-wrap"> <a href="/nodejs-ko/" id="logo">Node.js 한국 커뮤니티</a> </h1> </div> <div id="header-inner" class="inner"> <nav id="main-nav"> <a id="main-nav-toggle" class="nav-icon"></a> <a class="main-nav-link" href="/nodejs-ko/">Home</a> <a class="main-nav-link" href="/nodejs-ko/archives">Archives</a> </nav> <nav id="sub-nav"> <a id="nav-rss-link" class="nav-icon" href="/nodejs-ko/atom.xml" title="RSS Feed"></a> <a id="nav-search-btn" class="nav-icon" title="Search"></a> </nav> <div id="search-form-wrap"> <form action="//google.com/search" method="get" accept-charset="UTF-8" class="search-form"><input type="search" name="q" class="search-form-input" placeholder="Search"><button type="submit" class="search-form-submit">&#xF002;</button><input type="hidden" name="sitesearch" value="https://nodejs.github.io/nodejs-ko"></form> </div> </div> </div> </header> <div class="outer"> <section id="main"> <section class="archives-wrap"> <div class="archive-year-wrap"> <a href="/nodejs-ko/archives/2018" class="archive-year">2018</a> </div> <div class="archives"> <article class="archive-article archive-type-post"> <div class="archive-article-inner"> <header class="archive-article-header"> <a href="/nodejs-ko/articles/2018/01/18/internationalizing-node-js/" class="archive-article-date"> <time datetime="2018-01-18T00:00:00.000Z" itemprop="datePublished">Jan 18</time> </a> <h1 itemprop="name"> <a class="archive-article-title" href="/nodejs-ko/articles/2018/01/18/internationalizing-node-js/">Node.js 국제화</a> </h1> <ul> <li>작성자: <strong>obensource</strong></li> <li> 원문: <strong><a target="_blank" rel="noopener" href="https://medium.com/the-node-js-collection/internationalizing-node-js-fe7761798b0a" taret="_blank"> Internationalizing Node.js </a></strong> </li> <li> 번역: <strong><a target="_blank" rel="noopener" href="https://github.com/outsideris">outsideris</a></strong> </li> </ul> </header> </div> </article> <article class="archive-article archive-type-post"> <div class="archive-article-inner"> <header class="archive-article-header"> <a href="/nodejs-ko/articles/2018/01/10/release-v9.4.0/" class="archive-article-date"> <time datetime="2018-01-10T00:00:00.000Z" itemprop="datePublished">Jan 10</time> </a> <h1 itemprop="name"> <a class="archive-article-title" href="/nodejs-ko/articles/2018/01/10/release-v9.4.0/">Node v9.4.0(현재 버전)</a> </h1> <ul> <li>작성자: <strong>Myles Borins</strong></li> <li> 원문: <strong><a target="_blank" rel="noopener" href="https://nodejs.org/en/blog/release/v9.4.0" taret="_blank"> Node v9.4.0 (Current) </a></strong> </li> <li> 번역: <strong><a target="_blank" rel="noopener" href="https://github.com/outsideris">outsideris</a></strong> </li> </ul> </header> </div> </article> <article class="archive-article archive-type-post"> <div class="archive-article-inner"> <header class="archive-article-header"> <a href="/nodejs-ko/articles/2018/01/08/vulnerability-jan-2018-spectre-meltdown/" class="archive-article-date"> <time datetime="2018-01-08T00:00:00.000Z" itemprop="datePublished">Jan 8</time> </a> <h1 itemprop="name"> <a class="archive-article-title" href="/nodejs-ko/articles/2018/01/08/vulnerability-jan-2018-spectre-meltdown/">Meltdown과 Spectre - Node.js의 영향</a> </h1> <ul> <li>작성자: <strong>Michael Dawson</strong></li> <li> 원문: <strong><a target="_blank" rel="noopener" href="https://nodejs.org/en/blog/vulnerability/jan-2018-spectre-meltdown" taret="_blank"> Meltdown and Spectre - Impact On Node.js </a></strong> </li> <li> 번역: <strong><a target="_blank" rel="noopener" href="https://github.com/outsideris">outsideris</a></strong> </li> </ul> </header> </div> </article> <article class="archive-article archive-type-post"> <div class="archive-article-inner"> <header class="archive-article-header"> <a href="/nodejs-ko/articles/2018/01/03/release-v8.9.4/" class="archive-article-date"> <time datetime="2018-01-03T00:00:00.000Z" itemprop="datePublished">Jan 3</time> </a> <h1 itemprop="name"> <a class="archive-article-title" href="/nodejs-ko/articles/2018/01/03/release-v8.9.4/">Node v8.9.4(LTS)</a> </h1> <ul> <li>작성자: <strong>Gibson Fahnestock</strong></li> <li> 원문: <strong><a target="_blank" rel="noopener" href="https://nodejs.org/en/blog/release/v8.9.4" taret="_blank"> Node v8.9.4 (LTS) </a></strong> </li> <li> 번역: <strong><a target="_blank" rel="noopener" href="https://github.com/outsideris">outsideris</a></strong> </li> </ul> </header> </div> </article> <article class="archive-article archive-type-post"> <div class="archive-article-inner"> <header class="archive-article-header"> <a href="/nodejs-ko/articles/2018/01/02/release-v6.12.3/" class="archive-article-date"> <time datetime="2018-01-02T00:00:00.000Z" itemprop="datePublished">Jan 2</time> </a> <h1 itemprop="name"> <a class="archive-article-title" href="/nodejs-ko/articles/2018/01/02/release-v6.12.3/">Node v6.12.3(LTS)</a> </h1> <ul> <li>작성자: <strong>Myles Borins</strong></li> <li> 원문: <strong><a target="_blank" rel="noopener" href="https://nodejs.org/en/blog/release/v6.12.3" taret="_blank"> Node v6.12.3 (LTS) </a></strong> </li> <li> 번역: <strong><a target="_blank" rel="noopener" href="https://github.com/outsideris">outsideris</a></strong> </li> </ul> </header> </div> </article> </div></section> </section> <aside id="sidebar"> <div class="widget-wrap"> <h3 class="widget-title">Menu</h3> <div class="widget"> <ul class="category-list"> <li class="category-list-item"> <a href="/nodejs-ko/">Home</a> </li> <li class="category-list-item"> <a href="/nodejs-ko/CONTRIBUTING.html">번역 참여 가이드</a> </li> <li class="category-list-item"> <a href="/nodejs-ko/about.html">소개</a> </li> <li class="category-list-item"> <a href="/nodejs-ko/categories/articles">글 모음</a> </li> <li class="category-list-item"> <a href="/nodejs-ko/categories/weekly">주간 뉴스</a> </li> <li class="category-list-item"> <a href="/nodejs-ko/archives">보관함</a> </li> <li class="category-list-item"> <a href="https://github.com/nodejs/nodejs-ko" target="_blank">GitHub project</a> </li> </ul> </div> </div> </aside> </div> <footer id="footer"> <div class="outer"> <div id="footer-info" class="inner"> &copy; 2021 Node.js 한국어 번역팀<br> Powered by <a href="http://hexo.io/" target="_blank">Hexo</a> </div> </div> </footer> </div> <nav id="mobile-nav"> <a href="/nodejs-ko/" class="mobile-nav-link">Home</a> <a href="/nodejs-ko/archives" class="mobile-nav-link">Archives</a> </nav> <script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script> <link rel="stylesheet" href="/nodejs-ko/fancybox/jquery.fancybox.css"> <script src="/nodejs-ko/fancybox/jquery.fancybox.pack.js"></script> <script src="/nodejs-ko/js/script.js"></script> </div> </body> </html>
nodejs/iojs-ko
archives/2018/01/index.html
HTML
mit
9,312
<!DOCTYPE html> <html> <head> <title>Travner - Add Activity</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="https://fonts.googleapis.com/css?family=Quicksand" rel="stylesheet"> <!-- Google Maps JS API --> <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDkmRXiWxa2lmWdsxjcqahurk8g_rtHM1s"></script> <!-- JQuery Library --> <script src="http://code.jquery.com/jquery-latest.min.js"></script> <!-- GMaps Library --> <script src="Test_Gmaps_API/gmaps.js"></script> <link href="css/fullcalendar.min.css" rel="stylesheet"> <link href="css/fullcalendar.print.min.css" rel="stylesheet" media="print"> <link rel="stylesheet" type="text/css" href="css/add_activity.css"> <link rel="stylesheet" type="text/css" href="css/map.css"> <link rel="stylesheet" type="text/css" href="css/responsive_add_activity.css"> <script type="text/javascript" src="js/moment.min.js"></script> <script type="text/javascript" src="js/jquery.min.js"></script> <script type="text/javascript" src="js/jquery-ui.min.js"></script> <script type="text/javascript" src="js/fullcalendar.min.js"></script> <script type="text/javascript" src="js/accordion_activity.js"></script> <script type="text/javascript" src="js/index.js"></script> </head> <body> <div id="main"> <div id="header"><!--header--> <img src="css/Assets/icon/logo.png"> <div class="account-btn"> <img class="account-img" src="css/Assets/icon/chevron-pointing-to-the-left.svg" style="width: 10px ; height:10px;"/> </div> <div id="account-panel"> <div class="account-header"> <div id="profile-pic"></div> <div id="profile-details"> <h1>Adhitya</h1> <h2>[email protected]<h2> <div id="profile-buttons"> <div class="view-profile">View Profile</div> <div class="add-account" >Activities</div> </div> </div> </div><!--end account-header--> <div class="account-menu"> <ul class="account-menu-list"> <a href=index.html> <li>Sign Out</li> </a> </ul> </div><!--end account-menu--> </div> </div> <div id="main"> <!--calendar--> <div class="left"> <div id='calendar'></div> </div> <!--Tab Utama--> <div class="right"> <a href="index.html"> <p style="float: right;text-align: right;font-size: 20px;margin: 10px;"><b>X</p> </a><br><br> <!--Add Activity and Add Location--> <div class="tab"> <h1>Add Activity</h1> <h2>Title</h2> <p><input placeholder="Activity Name" oninput="this.className = ''" name="ActivityName"></p><br> <h2>Time of Activity</h2><br> <p>Start time:</p> <p><input type="date" name="day"><input type="time" name="time"></p> <p>End time:</p> <p><input type="date" name="day"><input type="time" name="time"></p><br> <p>Spare Time<p> <p> <input type="radio" name="sparetime" value="none" checked> none <input type="radio" name="sparetime" value="fivemins"> 5 mins <input type="radio" name="sparetime" value="tenmins"> 10 mins <input type="radio" name="sparetime" value="fifteenmins"> 15 mins </p><br> <form name="form" action="" method="POST" id="geocoding_form"> <h1>Location</h1> <p><input type="location" id="orig" size="50" name="orig" placeholder="Starting Position" /> <input type="submit" value="Search" name="searchorig" /></p> <!--p><label class="switch"> <input type="checkbox" id="mark1"> <span class="slider_round"></span> </label></p>--> <p><input type="location" id="dest" size="50" name="dest" placeholder="Destinantion Location" /> <input type="submit" value="Search" name="searchdest" /></p> <!-- <p><label class="switch"> <input type="checkbox" id="mark2"> <span class="slider round"></span> </label></p>--> </form> <form name="form" action="${pageContext.request.contextPath}/LokasiController" method="POST"> <input type="Hidden" id="getOrig" name="Orig"> <input type="Hidden" id="getDest" name="Dest"> <input type="Hidden" id="getDist" name="Dist"> <input type="Hidden" id="lat1" name="marker1_lat"> <input type="Hidden" id="lng1" name="marker1_lng"> <input type="Hidden" id="lat2" name="marker2_lat"> <input type="Hidden" id="lng2" name="marker2_lng"> <!--<input type="submit" value="Submit" name="submit" />--> </form> <br><div id="map">Maps Event</div> <!-- <div class="row"> <ul id="steps"></ul> </div> --> </div> <!--Activity has been add--> <div class="tab"> <h1>Recommendation Transportation Mode</h1> <p>Estimated you will arrive at "07:30" by uaing these transportation mode</p><br> <!--estimasi waktu sementara--> <div class="outline"> <table> <!--Perjalanan dengan mobil--> <tr> <td><img src="css/Assets/icon/car.svg"></td> <td>80 mins</td> <td>Leave at 8.45 AM</td> <td> <img src="css/Assets/icon/route.svg"></td> </tr> <!--Perjalanan dengan motor--> <tr> <td><img src="css/Assets/icon/motorcycle.svg"></td> <td>180 mins</td> <td>Leave at 9.00 AM</td> <td><img src="css/Assets/icon/route.svg"></td> </tr> <!--Perjalanan dengan pesawat--> <tr> <td><img src="css/Assets/icon/plane.svg"></td> <td>-</td> <td>-</td> <td><img src="css/Assets/icon/route.svg"></td> </tr> <!--Perjalanan dengan sepeda--> <tr> <td><img src="css/Assets/icon/bicycle.svg"></td> <td>-</td> <td>-</td> <td><img src="css/Assets/icon/route.svg"></td> </tr> <!--Perjalanan dengan berjalan kaki--> <tr> <td><img src="css/Assets/icon/walk.svg"></td> <td>-</td> <td>-</td> <td><img src="css/Assets/icon/route.svg"></td> </tr> <!--Perjalanan dengan sepeda--> <tr> <td><img src="css/Assets/icon/bicycle.svg"></td> <td>-</td> <td>-</td> <td><img src="css/Assets/icon/route.svg"></td> </tr> </table> </div> <br><select name="transportation"> <option value="car">Car</option> <option value="plane">Plane</option> <option value="motorcycle">Motorcycle</option> <option value="walk">Walk</option> <option value="bicycle">bicycle</option> </select> </div> <div style="overflow: auto"> <div style="float:right;"><br> <button type="button" id="nextBtn" onclick="nextPrev(1)">Next</button> </div> </div> <!-- Circles which indicates the steps of the form: --> <form id="regForm" action="/action_page.php"> <div style="text-align:center;"> <span class="step"></span> <span class="step"></span> <span class="step"></span> <span class="step"></span> </div> </form> </div> <!-- script calendar --> <script> $(document).ready(function() { $('#calendar').fullCalendar({ header: { left: 'prev,next today', center: 'title', right: 'month,agendaWeek,agendaDay,listWeek' }, defaultDate: '2017-09-12', navLinks: true, // can click day/week names to navigate views editable: true, eventLimit: true, // allow "more" link when too many events events: [ { title: 'Kegiatan di Bandara', start: '2017-09-19T04:30:00', end: '2017-09-19T16:10:00' }, { title: 'Sampai di Bandara Kendari', start: '2017-09-19T11:10:00', end: '2017-09-19T11:30:00' }, { title: 'Pertemuan dengan Departement Agama', start: '2017-09-19T12:00:00', end: '2017-09-19T15:15:00' }, { title: 'Makan Sore', start: '2017-09-19T15:30:00', end: '2017-09-19T16:30:00' } ] }); }); </script> <!-- Script Gmaps --> <script> // JQuery $(document).ready(function () { // Ketika web udah siap // prettyPrint(); var marker1, marker2; var marker1pos, marker2pos; var a = false, b = false; var corvo = false, attano = true; var geocoder, route; var mapObj = new GMaps({ el: '#map', lat: -6.914744, lng: 107.609810, zoom: 14, click: function(e){ if($('input#mark1').is(':checked')){ if(a){ mapObj.removeMarker(marker1); mapObj.removePolylines(); } marker1 = mapObj.addMarker({ lat: e.latLng.lat(), lng: e.latLng.lng() }); a = true; marker1pos = marker1.getPosition(); $('input#mark1').prop('checked',false); if (marker1 !== null && marker2 !== null) { mapObj.drawRoute({ origin: [marker1pos.lat(), marker1pos.lng()], destination: [marker2pos.lat(), marker2pos.lng()], travelMode: 'driving', strokeColor: '#131540', strokeOpacity: 0.6, strokeWeight: 6 }); var origin = new google.maps.LatLng(marker1pos.lat(), marker1pos.lng()), destination = new google.maps.LatLng(marker2pos.lat(), marker2pos.lng()), service = new google.maps.DistanceMatrixService(); // mapObj.getRoutes({ // origins: [origin], // destinations: [destination], // travelMode: google.maps.TravelMode.DRIVING, // callback: function(e){ // route = new GMaps.Route({ // map: mapObj, // route: e[0] // }); // } // }); // // for(route.step_count;route.step_count<route.steps_length;route.forward()){ // $('steps').append('<li>' + route.steps[route.step_count].instructions + '</li>'); // } service.getDistanceMatrix( { origins: [origin], destinations: [destination], travelMode: google.maps.TravelMode.DRIVING, avoidHighways: false, avoidTolls: false }, callback ); function callback(response, status) { var orig = document.getElementById("orig"), dest = document.getElementById("dest"), getOrig = document.getElementById("getOrig"), getDest = document.getElementById("getDest"), getDist = document.getElementById("getDist"), lat1 = document.getElementById("lat1"), lng1 = document.getElementById("lng1"), lat2 = document.getElementById("lat2"), lng2 = document.getElementById("lng2"); if (status == "OK") { dest.value = response.destinationAddresses[0]; orig.value = response.originAddresses[0]; getDist.value = response.rows[0].elements[0].distance.text; getOrig.value = orig.value; getDest.value = dest.value; lat1.value = marker1pos.lat(); lng1.value = marker1pos.lng(); lat2.value = marker2pos.lat(); lng2.value = marker2pos.lng(); } else { alert("Error: " + status); } } } } if($('input#mark2').is(':checked')){ if(b){ mapObj.removeMarker(marker2); mapObj.removePolylines(); } marker2 = mapObj.addMarker({ lat: e.latLng.lat(), lng: e.latLng.lng() }); b = true; marker2pos = marker2.getPosition(); $('input#mark2').prop('checked',false); if (marker1 !== null && marker2 !== null) { mapObj.drawRoute({ origin: [marker1pos.lat(), marker1pos.lng()], destination: [marker2pos.lat(), marker2pos.lng()], travelMode: 'driving', strokeColor: '#131540', strokeOpacity: 0.6, strokeWeight: 6 }); var origin = new google.maps.LatLng(marker1pos.lat(), marker1pos.lng()), destination = new google.maps.LatLng(marker2pos.lat(), marker2pos.lng()), service = new google.maps.DistanceMatrixService(); service.getDistanceMatrix( { origins: [origin], destinations: [destination], travelMode: google.maps.TravelMode.DRIVING, avoidHighways: false, avoidTolls: false }, callback ); function callback(response, status) { var orig = document.getElementById("orig"), dest = document.getElementById("dest"), getOrig = document.getElementById("getOrig"), getDest = document.getElementById("getDest"), getDist = document.getElementById("getDist"), lat1 = document.getElementById("lat1"), lng1 = document.getElementById("lng1"), lat2 = document.getElementById("lat2"), lng2 = document.getElementById("lng2"); if (status == "OK") { dest.value = response.destinationAddresses[0]; orig.value = response.originAddresses[0]; getDist.value = response.rows[0].elements[0].distance.text; getOrig.value = orig.value; getDest.value = dest.value; lat1.value = marker1pos.lat(); lng1.value = marker1pos.lng(); lat2.value = marker2pos.lat(); lng2.value = marker2pos.lng(); } else { alert("Error: " + status); } } } } } }); $('#geocoding_form').submit(function (e) { e.preventDefault(); GMaps.geocode({ address: $('#orig').val().trim(), callback: function (results, status) { if (status == 'OK') { var latlng = results[0].geometry.location; mapObj.setCenter(latlng.lat(), latlng.lng()); if (a) { mapObj.removeMarker(marker1); mapObj.removePolylines(); } marker1 = mapObj.addMarker({ lat: latlng.lat(), lng: latlng.lng() }); a = true; marker1pos = marker1.getPosition(); if (marker1 !== null && marker2 !== null) { mapObj.drawRoute({ origin: [marker1pos.lat(), marker1pos.lng()], destination: [marker2pos.lat(), marker2pos.lng()], travelMode: 'driving', strokeColor: '#131540', strokeOpacity: 0.6, strokeWeight: 6 }); var origin = new google.maps.LatLng(marker1pos.lat(), marker1pos.lng()), destination = new google.maps.LatLng(marker2pos.lat(), marker2pos.lng()), service = new google.maps.DistanceMatrixService(); service.getDistanceMatrix( { origins: [origin], destinations: [destination], travelMode: google.maps.TravelMode.DRIVING, avoidHighways: false, avoidTolls: false }, callback ); function callback(response, status) { var orig = document.getElementById("orig"), dest = document.getElementById("dest"), getOrig = document.getElementById("getOrig"), getDest = document.getElementById("getDest"), getDist = document.getElementById("getDist"), lat1 = document.getElementById("lat1"), lng1 = document.getElementById("lng1"), lat2 = document.getElementById("lat2"), lng2 = document.getElementById("lng2"); if (status == "OK") { dest.value = response.destinationAddresses[0]; orig.value = response.originAddresses[0]; getDist.value = response.rows[0].elements[0].distance.text; getOrig.value = orig.value; getDest.value = dest.value; lat1.value = marker1pos.lat(); lng1.value = marker1pos.lng(); lat2.value = marker2pos.lat(); lng2.value = marker2pos.lng(); } else { alert("Error: " + status); } } } } } }); }); $('#geocoding_form').submit(function (e) { e.preventDefault(); GMaps.geocode({ address: $('#dest').val().trim(), callback: function (results, status) { if (status == 'OK') { var latlng = results[0].geometry.location; mapObj.setCenter(latlng.lat(), latlng.lng()); if (b) { mapObj.removeMarker(marker2); mapObj.removePolylines(); } marker2 = mapObj.addMarker({ lat: latlng.lat(), lng: latlng.lng() }); b = true; marker2pos = marker2.getPosition(); if (marker1 !== null && marker2 !== null) { mapObj.drawRoute({ origin: [marker1pos.lat(), marker1pos.lng()], destination: [marker2pos.lat(), marker2pos.lng()], travelMode: 'driving', strokeColor: '#131540', strokeOpacity: 0.6, strokeWeight: 6 }); var origin = new google.maps.LatLng(marker1pos.lat(), marker1pos.lng()), destination = new google.maps.LatLng(marker2pos.lat(), marker2pos.lng()), service = new google.maps.DistanceMatrixService(); service.getDistanceMatrix( { origins: [origin], destinations: [destination], travelMode: google.maps.TravelMode.DRIVING, avoidHighways: false, avoidTolls: false }, callback ); function callback(response, status) { var orig = document.getElementById("orig"), dest = document.getElementById("dest"), getOrig = document.getElementById("getOrig"), getDest = document.getElementById("getDest"), getDist = document.getElementById("getDist"), lat1 = document.getElementById("lat1"), lng1 = document.getElementById("lng1"), lat2 = document.getElementById("lat2"), lng2 = document.getElementById("lng2"); if (status == "OK") { dest.value = response.destinationAddresses[0]; orig.value = response.originAddresses[0]; getDist.value = response.rows[0].elements[0].distance.text; getOrig.value = orig.value; getDest.value = dest.value; lat1.value = marker1pos.lat(); lng1.value = marker1pos.lng(); lat2.value = marker2pos.lat(); lng2.value = marker2pos.lng(); } else { alert("Error: " + status); } } } } } }); }); $('input#mark1').change(function(){ if($(this).prop('checked')){ $('input#mark2').prop('checked',false); } }); $('input#mark2').change(function(){ if($(this).prop('checked')){ $('input#mark1').prop('checked',false); } }); }); // tutup JQuery </script> <!-- script tab --> <script> var currentTab = 0; // Current tab is set to be the first tab (0) showTab(currentTab); // Display the crurrent tab function showTab(n) { // This function will display the specified tab of the form... var x = document.getElementsByClassName("tab"); x[n].style.display = "block"; //... and fix the Previous/Next buttons: if (n == 0) { document.getElementById("prevBtn").style.display = "none"; } else { document.getElementById("prevBtn").style.display = "inline"; } if (n == (x.length - 1)) { document.getElementById("nextBtn").innerHTML = "Finish"; } else { document.getElementById("nextBtn").innerHTML = "Next"; } //... and run a function that will display the correct step indicator: fixStepIndicator(n) } function nextPrev(n) { // This function will figure out which tab to display var x = document.getElementsByClassName("tab"); // Exit the function if any field in the current tab is invalid: if (n == 1 && !validateForm()) return false; // Hide the current tab: x[currentTab].style.display = "none"; // Increase or decrease the current tab by 1: currentTab = currentTab + n; // if you have reached the end of the form... if (currentTab >= x.length) { // ... the form gets submitted: document.getElementById("regForm").submit(); return false; } // Otherwise, display the correct tab: showTab(currentTab); } function validateForm() { // This function deals with validation of the form fields var x, y, i, valid = true; x = document.getElementsByClassName("tab"); y = x[currentTab].getElementsByTagName("input"); // A loop that checks every input field in the current tab: for (i = 0; i < y.length; i++) { // If a field is empty... if (y[i].value == "") { // add an "invalid" class to the field: y[i].className += " invalid"; // and set the current valid status to false valid = false; } } // If the valid status is true, mark the step as finished and valid: if (valid) { document.getElementsByClassName("step")[currentTab].className += " finish"; } return valid; // return the valid status } function fixStepIndicator(n) { // This function removes the "active" class of all steps... var i, x = document.getElementsByClassName("step"); for (i = 0; i < x.length; i++) { x[i].className = x[i].className.replace(" active", ""); } //... and adds the "active" class on the current step: x[n].className += " active"; } </script> <!--modeal route--> <script> // Get the modal var modal = document.getElementById('myModal'); // Get the button that opens the modal var btn = document.getElementById("myBtn"); // Get the <span> element that closes the modal var span = document.getElementsByClassName("close")[0]; // When the user clicks the button, open the modal btn.onclick = function() { modal.style.display = "block"; } // When the user clicks on <span> (x), close the modal span.onclick = function() { modal.style.display = "none"; } // When the user clicks anywhere outside of the modal, close it window.onclick = function(event) { if (event.target == modal) { modal.style.display = "none"; } } </script> </div> </div> </body> </html>
Team-1A/travlendar-project-1A
Travner_Prototyping/add_activity.html
HTML
mit
32,833
<!DOCTYPE html> <html xmlns:msxsl="urn:schemas-microsoft-com:xslt"> <head> <meta content="en-us" http-equiv="Content-Language" /> <meta content="text/html; charset=utf-16" http-equiv="Content-Type" /> <title _locid="PortabilityAnalysis0">.NET Portability Report</title> <style> /* Body style, for the entire document */ body { background: #F3F3F4; color: #1E1E1F; font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; padding: 0; margin: 0; } /* Header1 style, used for the main title */ h1 { padding: 10px 0px 10px 10px; font-size: 21pt; background-color: #E2E2E2; border-bottom: 1px #C1C1C2 solid; color: #201F20; margin: 0; font-weight: normal; } /* Header2 style, used for "Overview" and other sections */ h2 { font-size: 18pt; font-weight: normal; padding: 15px 0 5px 0; margin: 0; } /* Header3 style, used for sub-sections, such as project name */ h3 { font-weight: normal; font-size: 15pt; margin: 0; padding: 15px 0 5px 0; background-color: transparent; } h4 { font-weight: normal; font-size: 12pt; margin: 0; padding: 0 0 0 0; background-color: transparent; } /* Color all hyperlinks one color */ a { color: #1382CE; } /* Paragraph text (for longer informational messages) */ p { font-size: 10pt; } /* Table styles */ table { border-spacing: 0 0; border-collapse: collapse; font-size: 10pt; } table th { background: #E7E7E8; text-align: left; text-decoration: none; font-weight: normal; padding: 3px 6px 3px 6px; } table td { vertical-align: top; padding: 3px 6px 5px 5px; margin: 0px; border: 1px solid #E7E7E8; background: #F7F7F8; } .NoBreakingChanges { color: darkgreen; font-weight:bold; } .FewBreakingChanges { color: orange; font-weight:bold; } .ManyBreakingChanges { color: red; font-weight:bold; } .BreakDetails { margin-left: 30px; } .CompatMessage { font-style: italic; font-size: 10pt; } .GoodMessage { color: darkgreen; } /* Local link is a style for hyperlinks that link to file:/// content, there are lots so color them as 'normal' text until the user mouse overs */ .localLink { color: #1E1E1F; background: #EEEEED; text-decoration: none; } .localLink:hover { color: #1382CE; background: #FFFF99; text-decoration: none; } /* Center text, used in the over views cells that contain message level counts */ .textCentered { text-align: center; } /* The message cells in message tables should take up all avaliable space */ .messageCell { width: 100%; } /* Padding around the content after the h1 */ #content { padding: 0px 12px 12px 12px; } /* The overview table expands to width, with a max width of 97% */ #overview table { width: auto; max-width: 75%; } /* The messages tables are always 97% width */ #messages table { width: 97%; } /* All Icons */ .IconSuccessEncoded, .IconInfoEncoded, .IconWarningEncoded, .IconErrorEncoded { min-width: 18px; min-height: 18px; background-repeat: no-repeat; background-position: center; } /* Success icon encoded */ .IconSuccessEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconSuccess#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABPElEQVR4Xp1Tv0vDUBi8FqeA4NpBcBLcWnQSApncOnTo4FSnjP0DsnXpH5CxiwbHDg4Zuj4oOEXiJgiC4FDcCkLWmIMc1Pfw+eMgQ77v3Xf3Pe51YKGqqisAEwCR1TIAsiAIblSo6xrdHeJR85Xle3mdmCQKb0PsfqyxxzM8K15HZADl/H5+sHpZwYfxyRjTs+kWwKBx8yoHd2mRiuzF8mkJniWH/13u3Fjrs/EdhsdDFHGB/DLXEJBDLh1MWPAhPo1BLB4WX5yQywHR+m3tVe/t97D52CB/ziG0nIgD/qDuYg8WuCcVZ2YGwlJ3YDugkpR/VNcAEx6GEKhERSr71FuO4YCM4XBdwKvecjIlkSnsO0Hyp/GxSeJAdzBKzpOtnPwyyiPdAZhpZptT04tU+zk7s8czeges//s5C5+CwqrR4/gw+AAAAABJRU5ErkJggg==); } /* Information icon encoded */ .IconInfoEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconInformation#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABHElEQVR4Xs2TsUoDQRRF7wwoziokjZUKadInhdhukR9YP8DMX1hYW+QvdsXa/QHBbcXC7W0CamWTQnclFutceIQJwwaWNLlwm5k5d94M76mmaeCrrmsLYOocY12FcxZFUeozCqKqqgYA8uevv1H6VuPxcwlfk5N92KHBxfFeCSAxxswlYAW/Xr989x/mv9gkhtyMDhcAxgzRsp7flj8B/HF1RsMXq+NZMkopaHe7lbKxQUEIGbKsYNoGn969060hZBkQex/W8oRQwsQaW2o3Ago2SVcJUzAgY3N0lTCZZm+zPS8HB51gMmS1DEYyOz9acKO1D8JWTlafKIMxdhvlfdyT94Vv5h7P8Ky7nQzACmhvKq3zk3PjW9asz9D/1oigecsioooAAAAASUVORK5CYII=); } /* Warning icon encoded */ .IconWarningEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconWarning#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAx0lEQVR4XpWSMQ7CMAxFf4xAyBMLCxMrO8dhaBcuwdCJS3RJBw7SA/QGTCxdWJgiQYWKXJWKIXHIlyw5lqr34tQgEOdcBsCOx5yZK3hCCKdYXneQkh4pEfqzLfu+wVDSyyzFoJjfz9NB+pAF+eizx2Vruts0k15mPgvS6GYvpVtQhB61IB/dk6AF6fS4Ben0uIX5odtFe8Q/eW1KvFeH4e8khT6+gm5B+t3juyDt7n0jpe+CANTd+oTUjN/U3yVaABnSUjFz/gFq44JaVSCXeQAAAABJRU5ErkJggg==); } /* Error icon encoded */ .IconErrorEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconError#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABQElEQVR4XqWTvUoEQRCE6wYPZUA80AfwAQz23uCMjA7MDRQEIzPBVEyNTQUFIw00vcQTTMzuAh/AxEQQT8HF/3G/oGGnEUGuoNnd6qoZuqltyKEsyzVJq5I6rnUp6SjGeGhESikzzlc1eL7opfuVbrqbU1Zw9NCgtQMaZpY0eNnaaL2fHusvTK5vKu7sjSS1Y4y3QUA6K3e3Mau5UFDyMP7tYF9o8cAHZv68vipoIJg971PZIZ5HiwdvYGGvFVFHmGmZ2MxwmQYPXubPl9Up0tfoMQGetXd6mRbvhBw+boZ6WF7Mbv1+GsHRk0fQmPAH1GfmZirbCfDJ61tw3Px8/8pZsPAG4jlVhcPgZ7adwNWBB68lkRQWFiTgFlbnLY3DGGM7izIJIyT/jjIvEJw6fdJTc6krDzh6aMwMP9bvDH4ADSsa9uSWVJkAAAAASUVORK5CYII=); } </style> </head> <body> <h1 _locid="PortabilityReport">.NET Portability Report</h1> <div id="content"> <div id="submissionId" style="font-size:8pt;"> <p> <i> Submission Id&nbsp; f6b4d53c-f740-4408-8d04-3e93710b44e6 </i> </p> </div> <h2 _locid="SummaryTitle"> <a name="Portability Summary"></a>Portability Summary </h2> <div id="summary"> <table> <tbody> <tr> <th>Assembly</th> <th>ASP.NET 5,Version=v1.0</th> <th>Windows,Version=v8.1</th> <th>.NET Framework,Version=v4.6</th> <th>Windows Phone,Version=v8.1</th> </tr> <tr> <td><strong><a href="#Castle.Windsor">Castle.Windsor</a></strong></td> <td class="text-center">89.62 %</td> <td class="text-center">82.48 %</td> <td class="text-center">100.00 %</td> <td class="text-center">82.48 %</td> </tr> </tbody> </table> </div> <div id="details"> <a name="Castle.Windsor"><h3>Castle.Windsor</h3></a> <table> <tbody> <tr> <th>Target type</th> <th>ASP.NET 5,Version=v1.0</th> <th>Windows,Version=v8.1</th> <th>.NET Framework,Version=v4.6</th> <th>Windows Phone,Version=v8.1</th> <th>Recommended changes</th> </tr> <tr> <td>System.AppDomain</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</td> </tr> <tr> <td style="padding-left:2em">get_BaseDirectory</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Currently there is no workaround, but we are working on it. Please check back.</td> </tr> <tr> <td style="padding-left:2em">get_CurrentDomain</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</td> </tr> <tr> <td style="padding-left:2em">get_FriendlyName</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</td> </tr> <tr> <td style="padding-left:2em">get_Id</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</td> </tr> <tr> <td style="padding-left:2em">GetAssemblies</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Array</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">ConvertAll``2(``0[],System.Converter{``0,``1})</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use foreach statement with custom conversion code to handle conversion.</td> </tr> <tr> <td style="padding-left:2em">ForEach``1(``0[],System.Action{``0})</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Attribute</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetCustomAttribute(System.Reflection.MemberInfo,System.Type)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetCustomAttributes(System.Reflection.MemberInfo,System.Type,System.Boolean)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">IsDefined(System.Reflection.MemberInfo,System.Type)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use System.Reflection.CustomAttributeExtensions.IsDefined() in System.Reflection.Extensions</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Collections.ArrayList</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Collections.Generic.List`1</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">ConvertAll``1(System.Converter{`0,``0})</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">ForEach(System.Action{`0})</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Collections.Hashtable</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Collections.Specialized.NameValueCollection</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Add(System.String,System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Get(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_AllKeys</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Item(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_Item(System.String,System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.ComponentModel.Component</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</td> </tr> <tr> <td style="padding-left:2em">Dispose</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.ComponentModel.DescriptionAttribute</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Description</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.ComponentModel.ISupportInitialize</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">BeginInit</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">EndInit</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.ComponentModel.TypeConverter</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">CanConvertFrom(System.Type)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">ConvertFrom(System.Object)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.ComponentModel.TypeDescriptor</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetConverter(System.Type)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Currently there is no workaround, but we are working on it. Please check back.</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.ComponentModel.Win32Exception</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Configuration.ConfigurationManager</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use configuration appropriate for your application model. For portable Framework Components, expose API for configuration on type</td> </tr> <tr> <td style="padding-left:2em">get_AppSettings</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage: track configuration via alternate means.</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Configuration.IConfigurationSectionHandler</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use configuration appropriate for your application model. For portable Framework Components, expose API for configuration on type</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Converter`2</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Object,System.IntPtr)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage. Implement conversion code yourself if needed.</td> </tr> <tr> <td style="padding-left:2em">Invoke(`0)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Delegate</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use MethodInfo.CreateDelegate</td> </tr> <tr> <td style="padding-left:2em">CreateDelegate(System.Type,System.Object,System.Reflection.MethodInfo)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use MethodInfo.CreateDelegate</td> </tr> <tr> <td style="padding-left:2em">CreateDelegate(System.Type,System.Object,System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use MethodInfo.CreateDelegate</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Diagnostics.CounterCreationData</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_CounterHelp(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_CounterName(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_CounterType(System.Diagnostics.PerformanceCounterType)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Diagnostics.CounterCreationDataCollection</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Add(System.Diagnostics.CounterCreationData)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Diagnostics.PerformanceCounter</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.String,System.String,System.String,System.Boolean)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Decrement</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Increment</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_RawValue(System.Int64)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Diagnostics.PerformanceCounterCategory</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Create(System.String,System.String,System.Diagnostics.PerformanceCounterCategoryType,System.Diagnostics.CounterCreationDataCollection)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Exists(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Diagnostics.PerformanceCounterCategoryType</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Diagnostics.PerformanceCounterType</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Diagnostics.Process</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Id</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_ProcessName</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetCurrentProcess</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Exception</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove. Ctor overload taking SerializationInfo is not applicable in new surface area</td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove. Ctor overload taking SerializationInfo is not applicable in new surface area</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.ICloneable</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage. Implement cloning operation yourself if needed.</td> </tr> <tr> <td style="padding-left:2em">Clone</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage. Implement cloning operation yourself if needed.</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.IO.Directory</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">EnumerateFiles(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">EnumerateFiles(System.String,System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Exists(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.IO.FileLoadException</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.IO.Path</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetFullPath(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.LocalDataStoreSlot</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.MarshalByRefObject</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.MissingMethodException</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use MissingMemberException instead. May be brought back.</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.NonSerializedAttribute</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Reflection.Assembly</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_GlobalAssemblyCache</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetCallingAssembly</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetExportedTypes</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use Assembly.DefinedTypes</td> </tr> <tr> <td style="padding-left:2em">GetReferencedAssemblies</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetTypes</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use Assembly.DefinedTypes</td> </tr> <tr> <td style="padding-left:2em">Load(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>use Assembly.Load(new AssemblyName(string))</td> </tr> <tr> <td style="padding-left:2em">LoadFile(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Reflection.AssemblyName</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetAssemblyName(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_CodeBase(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Reflection.Binder</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use an overload that does not take a Binder.</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Reflection.BindingFlags</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Reflection.ICustomAttributeProvider</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Reflection.MemberFilter</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Object,System.IntPtr)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Reflection.MemberInfo</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage: Use reference to object being reflected on to get this value instead.</td> </tr> <tr> <td style="padding-left:2em">get_ReflectedType</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage: Use reference to object being reflected on to get this value instead.</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Reflection.MemberTypes</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use is operator. Example: if (membertype == membertypes.Field) --&gt; if (member is FieldInfo)</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Reflection.ParameterModifier</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use an overload that does not take a ParameterModifier array.</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Reflection.PropertyInfo</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use PropertyInfo.SetMethod property</td> </tr> <tr> <td style="padding-left:2em">GetSetMethod</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use PropertyInfo.SetMethod property</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Resources.ResourceManager</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Can now only get strings. Use manifest resources for other types of objects</td> </tr> <tr> <td style="padding-left:2em">GetObject(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Can now only get strings. Use manifest resources for other types of objects</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Runtime.Remoting.Messaging.CallContext</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">FreeNamedDataSlot(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">LogicalGetData(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">LogicalSetData(System.String,System.Object)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Runtime.Serialization.FormatterServices</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetObjectData(System.Object,System.Reflection.MemberInfo[])</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetSerializableMembers(System.Type,System.Runtime.Serialization.StreamingContext)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetUninitializedObject(System.Type)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">PopulateObjectMembers(System.Object,System.Reflection.MemberInfo[],System.Object[])</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Runtime.Serialization.IDeserializationCallback</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Runtime.Serialization.SerializationInfo</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>either 1) Delete Serialization info from exceptions (since this can&#39;t be remoted) or 2) Use a different serialization technology if not for exceptions.</td> </tr> <tr> <td style="padding-left:2em">AddValue(System.String,System.Object)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove serialization constructors on custom Exception types</td> </tr> <tr> <td style="padding-left:2em">AddValue(System.String,System.Object,System.Type)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>either 1) Delete Serialization info from exceptions (since this can&#39;t be remoted) or 2) Use a different serialization technology if not for exceptions.</td> </tr> <tr> <td style="padding-left:2em">GetValue(System.String,System.Type)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>either 1) Delete Serialization info from exceptions (since this can&#39;t be remoted) or 2) Use a different serialization technology if not for exceptions.</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Security.IPermission</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Security.Permissions.SecurityPermission</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Security.Permissions.SecurityPermissionFlag)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Security.Permissions.SecurityPermissionFlag</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Security.SecurityRulesAttribute</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>There is only one security transparency model on non-desktop SKUs, so there&#39;s nothing to do with this attribute. It should just be removed from non-desktop-fwk assemblies.</td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Security.SecurityRuleSet)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>There is only one security transparency model on non-desktop SKUs, so there&#39;s nothing to do with this attribute. It should just be removed from non-desktop-fwk assemblies.</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Security.SecurityRuleSet</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.SerializableAttribute</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove this attribute</td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove this attribute</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.String</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>String.Compare(string, string, StringComparison.CurrentCultureIgnoreCase)</td> </tr> <tr> <td style="padding-left:2em">Compare(System.String,System.String,System.Boolean)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>String.Compare(string, string, StringComparison.CurrentCultureIgnoreCase)</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Threading.Thread</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">AllocateDataSlot</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_CurrentThread</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_ManagedThreadId</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetData(System.LocalDataStoreSlot)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">SetData(System.LocalDataStoreSlot,System.Object)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Type</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Enumerate across TypeInfo.ImplementedInterfaces</td> </tr> <tr> <td style="padding-left:2em">EmptyTypes</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>new Type[0] (or create your own static property which returns a cached version of this)</td> </tr> <tr> <td style="padding-left:2em">FindMembers(System.Reflection.MemberTypes,System.Reflection.BindingFlags,System.Reflection.MemberFilter,System.Object)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Assembly</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>.GetTypeInfo().Assembly</td> </tr> <tr> <td style="padding-left:2em">get_BaseType</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>.GetTypeInfo().BaseType</td> </tr> <tr> <td style="padding-left:2em">get_ContainsGenericParameters</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>.GetTypeInfo().ContainsGenericParameters</td> </tr> <tr> <td style="padding-left:2em">get_IsAbstract</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>.GetTypeInfo().IsAbstract</td> </tr> <tr> <td style="padding-left:2em">get_IsClass</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>.GetTypeInfo().IsClass</td> </tr> <tr> <td style="padding-left:2em">get_IsContextful</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_IsEnum</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>.GetTypeInfo().IsEnum</td> </tr> <tr> <td style="padding-left:2em">get_IsGenericType</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>.GetTypeInfo().IsGenericType</td> </tr> <tr> <td style="padding-left:2em">get_IsGenericTypeDefinition</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>.GetTypeInfo().IsGenericTypeDefinition</td> </tr> <tr> <td style="padding-left:2em">get_IsInterface</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>.GetTypeInfo().IsInterface</td> </tr> <tr> <td style="padding-left:2em">get_IsPrimitive</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>.GetTypeInfo().IsPrimitive</td> </tr> <tr> <td style="padding-left:2em">get_IsSealed</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>.GetTypeInfo().IsSealed</td> </tr> <tr> <td style="padding-left:2em">get_IsValueType</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>.GetTypeInfo().IsValueType</td> </tr> <tr> <td style="padding-left:2em">GetConstructor(System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[])</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use GetConstructor(Type[]) to search for public constructors by parameter type or filter the results of GetConstructors(BindingFlags) using LINQ for other queries.</td> </tr> <tr> <td style="padding-left:2em">GetConstructors</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetConstructors(System.Reflection.BindingFlags)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Equivalent available: Add using for System.Reflection, and reference System.Reflection.TypeExtensions </td> </tr> <tr> <td style="padding-left:2em">GetGenericArguments</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetInterface(System.String,System.Boolean)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Enumerate across TypeInfo.ImplementedInterfaces</td> </tr> <tr> <td style="padding-left:2em">GetInterfaces</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetMethod(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetMethod(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[])</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use GetMethod(string, Type[]) to search for public methods by name and parameter type or filter the results of GetMethods(BindingFlags) using LINQ for other queries.</td> </tr> <tr> <td style="padding-left:2em">GetMethod(System.String,System.Type[])</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetMethods</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetMethods(System.Reflection.BindingFlags)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetProperties(System.Reflection.BindingFlags)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetProperty(System.String,System.Reflection.BindingFlags)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetProperty(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[])</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use GetProperty(string, Type, Type[]) to search for public properties by name, return type, and parameter types or filter the results of GetMethods(BindingFlags) using LINQ for other queries.</td> </tr> <tr> <td style="padding-left:2em">GetType(System.String,System.Boolean,System.Boolean)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">IsAssignableFrom(System.Type)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">IsInstanceOfType(System.Object)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Uri</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">SchemeDelimiter</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Web.HttpApplication</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">add_EndRequest(System.EventHandler)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Context</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">RegisterModule(System.Type)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Web.HttpContext</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Current</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Handler</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Items</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Web.HttpRuntime</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_UsingIntegratedPipeline</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Web.IHttpHandler</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Web.IHttpModule</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Web.PreApplicationStartMethodAttribute</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Type,System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Web.UI.Control</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Web.UI.Page</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Web.UI.TemplateControl</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">LoadControl(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">LoadControl(System.Type,System.Object[])</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Xml.XmlAttribute</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Xml.XmlAttributeCollection</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Append(System.Xml.XmlAttribute)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_ItemOf(System.Int32)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_ItemOf(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Xml.XmlCharacterData</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Xml.XmlDocument</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">CreateAttribute(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">CreateDocumentFragment</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">CreateTextNode(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_DocumentElement</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">ImportNode(System.Xml.XmlNode,System.Boolean)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Load(System.IO.TextReader)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Xml.XmlDocumentFragment</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Xml.XmlElement</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetAttribute(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">HasAttribute(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Xml.XmlNamedNodeMap</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Count</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetEnumerator</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetNamedItem(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">RemoveNamedItem(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Xml.XmlNode</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">AppendChild(System.Xml.XmlNode)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">CloneNode(System.Boolean)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Attributes</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_BaseURI</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_ChildNodes</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_InnerText</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_InnerXml</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Name</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_NodeType</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_OwnerDocument</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_ParentNode</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Value</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetEnumerator</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">PrependChild(System.Xml.XmlNode)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">RemoveChild(System.Xml.XmlNode)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">ReplaceChild(System.Xml.XmlNode,System.Xml.XmlNode)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_Value(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Xml.XmlNodeList</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Count</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_ItemOf(System.Int32)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetEnumerator</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Xml.XmlProcessingInstruction</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Data</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Xml.XmlText</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> </tbody> </table> <p> <a href="#Portability Summary">Back to Summary</a> </p> </div> </div> </body> </html>
kuhlenh/port-to-core
Reports/ca/castle.windsor.3.3.0/Castle.Windsor-net45.html
HTML
mit
149,675
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.9.1"/> <title>V8 API Reference Guide for node.js v0.1.4: v8::Array 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 node.js v0.1.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_array.html">Array</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_array-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">v8::Array 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::Array:</div> <div class="dyncontent"> <div class="center"> <img src="classv8_1_1_array.png" usemap="#v8::Array_map" alt=""/> <map id="v8::Array_map" name="v8::Array_map"> <area href="classv8_1_1_object.html" alt="v8::Object" shape="rect" coords="0,112,69,136"/> <area href="classv8_1_1_value.html" alt="v8::Value" shape="rect" coords="0,56,69,80"/> <area href="classv8_1_1_data.html" alt="v8::Data" shape="rect" coords="0,0,69,24"/> </map> </div></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:a3c47dfd8d26e60ed4fcdc683034d6d9c"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a3c47dfd8d26e60ed4fcdc683034d6d9c"></a> uint32_t&#160;</td><td class="memItemRight" valign="bottom"><b>Length</b> () const </td></tr> <tr class="separator:a3c47dfd8d26e60ed4fcdc683034d6d9c"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a7335096a5349ce75b38d5b24af4bd125"><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_object.html">Object</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_array.html#a7335096a5349ce75b38d5b24af4bd125">CloneElementAt</a> (uint32_t index)</td></tr> <tr class="separator:a7335096a5349ce75b38d5b24af4bd125"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="inherit_header pub_methods_classv8_1_1_object"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classv8_1_1_object')"><img src="closed.png" alt="-"/>&#160;Public Member Functions inherited from <a class="el" href="classv8_1_1_object.html">v8::Object</a></td></tr> <tr class="memitem:a208583edae8e8da2c083879429ee3184 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a208583edae8e8da2c083879429ee3184"></a> bool&#160;</td><td class="memItemRight" valign="bottom"><b>Set</b> (<a class="el" href="classv8_1_1_handle.html">Handle</a>&lt; <a class="el" href="classv8_1_1_value.html">Value</a> &gt; key, <a class="el" href="classv8_1_1_handle.html">Handle</a>&lt; <a class="el" href="classv8_1_1_value.html">Value</a> &gt; value, PropertyAttribute attribs=None)</td></tr> <tr class="separator:a208583edae8e8da2c083879429ee3184 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aa89f3dce24a3a3431295218d24498c52 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aa89f3dce24a3a3431295218d24498c52"></a> bool&#160;</td><td class="memItemRight" valign="bottom"><b>ForceSet</b> (<a class="el" href="classv8_1_1_handle.html">Handle</a>&lt; <a class="el" href="classv8_1_1_value.html">Value</a> &gt; key, <a class="el" href="classv8_1_1_handle.html">Handle</a>&lt; <a class="el" href="classv8_1_1_value.html">Value</a> &gt; value, PropertyAttribute attribs=None)</td></tr> <tr class="separator:aa89f3dce24a3a3431295218d24498c52 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a976f0329ff7465c124652d633d469c06 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a976f0329ff7465c124652d633d469c06"></a> <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"><b>Get</b> (<a class="el" href="classv8_1_1_handle.html">Handle</a>&lt; <a class="el" href="classv8_1_1_value.html">Value</a> &gt; key)</td></tr> <tr class="separator:a976f0329ff7465c124652d633d469c06 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a5ae86b3538e5afbca528a0e3bdd896cc inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a5ae86b3538e5afbca528a0e3bdd896cc"></a> bool&#160;</td><td class="memItemRight" valign="bottom"><b>Has</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; key)</td></tr> <tr class="separator:a5ae86b3538e5afbca528a0e3bdd896cc inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a51d85c48448af7812f60c1ca75111dd8 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a51d85c48448af7812f60c1ca75111dd8"></a> bool&#160;</td><td class="memItemRight" valign="bottom"><b>Delete</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; key)</td></tr> <tr class="separator:a51d85c48448af7812f60c1ca75111dd8 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a8e7f3b8b70eb17bcb5cc087d5b6746d6 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a8e7f3b8b70eb17bcb5cc087d5b6746d6"></a> bool&#160;</td><td class="memItemRight" valign="bottom"><b>ForceDelete</b> (<a class="el" href="classv8_1_1_handle.html">Handle</a>&lt; <a class="el" href="classv8_1_1_value.html">Value</a> &gt; key)</td></tr> <tr class="separator:a8e7f3b8b70eb17bcb5cc087d5b6746d6 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ac547af2f2d256d96991ff20159a44bfd inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac547af2f2d256d96991ff20159a44bfd"></a> bool&#160;</td><td class="memItemRight" valign="bottom"><b>Has</b> (uint32_t index)</td></tr> <tr class="separator:ac547af2f2d256d96991ff20159a44bfd inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a63f88a22cb5d994eedc1efc79520bc42 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a63f88a22cb5d994eedc1efc79520bc42"></a> bool&#160;</td><td class="memItemRight" valign="bottom"><b>Delete</b> (uint32_t index)</td></tr> <tr class="separator:a63f88a22cb5d994eedc1efc79520bc42 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a9f45786246c6e6027b32f685d900a41f inherit pub_methods_classv8_1_1_object"><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_array.html">Array</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#a9f45786246c6e6027b32f685d900a41f">GetPropertyNames</a> ()</td></tr> <tr class="separator:a9f45786246c6e6027b32f685d900a41f inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ae8d3fed7d6dbd667c29cabb3039fe7af inherit pub_methods_classv8_1_1_object"><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_object.html#ae8d3fed7d6dbd667c29cabb3039fe7af">GetPrototype</a> ()</td></tr> <tr class="separator:ae8d3fed7d6dbd667c29cabb3039fe7af inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ab2c5f7369abf08ae8f44dc84f5aa335a inherit pub_methods_classv8_1_1_object"><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_object.html">Object</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#ab2c5f7369abf08ae8f44dc84f5aa335a">FindInstanceInPrototypeChain</a> (<a class="el" href="classv8_1_1_handle.html">Handle</a>&lt; <a class="el" href="classv8_1_1_function_template.html">FunctionTemplate</a> &gt; tmpl)</td></tr> <tr class="separator:ab2c5f7369abf08ae8f44dc84f5aa335a inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aeb2f524c806075e5f9032a24afd86869 inherit pub_methods_classv8_1_1_object"><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_string.html">String</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#aeb2f524c806075e5f9032a24afd86869">ObjectProtoToString</a> ()</td></tr> <tr class="separator:aeb2f524c806075e5f9032a24afd86869 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aaec28576353eebe6fee113bce2718ecc inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#aaec28576353eebe6fee113bce2718ecc">InternalFieldCount</a> ()</td></tr> <tr class="separator:aaec28576353eebe6fee113bce2718ecc inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a99c6d30058de4b6e02ba3df8d328a059 inherit pub_methods_classv8_1_1_object"><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_object.html#a99c6d30058de4b6e02ba3df8d328a059">GetInternalField</a> (int index)</td></tr> <tr class="separator:a99c6d30058de4b6e02ba3df8d328a059 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a361b1781e7db29b17b063ef31315989e inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#a361b1781e7db29b17b063ef31315989e">SetInternalField</a> (int index, <a class="el" href="classv8_1_1_handle.html">Handle</a>&lt; <a class="el" href="classv8_1_1_value.html">Value</a> &gt; value)</td></tr> <tr class="separator:a361b1781e7db29b17b063ef31315989e inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a6944234b132c5b36155da2d2690c2fae inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top">void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#a6944234b132c5b36155da2d2690c2fae">GetPointerFromInternalField</a> (int index)</td></tr> <tr class="separator:a6944234b132c5b36155da2d2690c2fae inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a697c8b6945ab4cb4bf468414bb4c1234 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#a697c8b6945ab4cb4bf468414bb4c1234">SetPointerInInternalField</a> (int index, void *value)</td></tr> <tr class="separator:a697c8b6945ab4cb4bf468414bb4c1234 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a5c29998a9ec60802b052f528a1aaa7fd inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a5c29998a9ec60802b052f528a1aaa7fd"></a> bool&#160;</td><td class="memItemRight" valign="bottom"><b>HasRealNamedProperty</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; key)</td></tr> <tr class="separator:a5c29998a9ec60802b052f528a1aaa7fd inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a29dce0e7da968dae54614501f035f7e9 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a29dce0e7da968dae54614501f035f7e9"></a> bool&#160;</td><td class="memItemRight" valign="bottom"><b>HasRealIndexedProperty</b> (uint32_t index)</td></tr> <tr class="separator:a29dce0e7da968dae54614501f035f7e9 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aa501acb241c3b3a941b9f48c23b1e1cd inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aa501acb241c3b3a941b9f48c23b1e1cd"></a> bool&#160;</td><td class="memItemRight" valign="bottom"><b>HasRealNamedCallbackProperty</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; key)</td></tr> <tr class="separator:aa501acb241c3b3a941b9f48c23b1e1cd inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:abcede2bb76c86c5071314ffb340cf68c inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classv8_1_1_handle.html">Handle</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_object.html#abcede2bb76c86c5071314ffb340cf68c">GetRealNamedPropertyInPrototypeChain</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; key)</td></tr> <tr class="separator:abcede2bb76c86c5071314ffb340cf68c inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a1e96fcb9ee17101c0299ec68f2cf8610 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#a1e96fcb9ee17101c0299ec68f2cf8610">HasNamedLookupInterceptor</a> ()</td></tr> <tr class="separator:a1e96fcb9ee17101c0299ec68f2cf8610 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a278913bcd203434870ce5184a538a9af inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#a278913bcd203434870ce5184a538a9af">HasIndexedLookupInterceptor</a> ()</td></tr> <tr class="separator:a278913bcd203434870ce5184a538a9af inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a6e9fe342c0f77995defa6b479d01a3bd inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#a6e9fe342c0f77995defa6b479d01a3bd">TurnOnAccessCheck</a> ()</td></tr> <tr class="separator:a6e9fe342c0f77995defa6b479d01a3bd inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ac1ece41e81a499920ec3a2a3471653bc inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#ac1ece41e81a499920ec3a2a3471653bc">GetIdentityHash</a> ()</td></tr> <tr class="separator:ac1ece41e81a499920ec3a2a3471653bc inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a2200482b09feb914dc91d8256671f7f0 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#a2200482b09feb914dc91d8256671f7f0">SetHiddenValue</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; key, <a class="el" href="classv8_1_1_handle.html">Handle</a>&lt; <a class="el" href="classv8_1_1_value.html">Value</a> &gt; value)</td></tr> <tr class="separator:a2200482b09feb914dc91d8256671f7f0 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a0fb148558e1749b04a2e13b2c9fa4441 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a0fb148558e1749b04a2e13b2c9fa4441"></a> <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"><b>GetHiddenValue</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; key)</td></tr> <tr class="separator:a0fb148558e1749b04a2e13b2c9fa4441 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ab1d274da1949b1f68087728760ee4172 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ab1d274da1949b1f68087728760ee4172"></a> bool&#160;</td><td class="memItemRight" valign="bottom"><b>DeleteHiddenValue</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; key)</td></tr> <tr class="separator:ab1d274da1949b1f68087728760ee4172 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a5018c9d085aa71f65530cf1e073a04ad inherit pub_methods_classv8_1_1_object"><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_object.html">Object</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#a5018c9d085aa71f65530cf1e073a04ad">Clone</a> ()</td></tr> <tr class="separator:a5018c9d085aa71f65530cf1e073a04ad inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a6c552c4817b9a0eff1fb12b7ef089026 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#a6c552c4817b9a0eff1fb12b7ef089026">SetIndexedPropertiesToPixelData</a> (uint8_t *data, int length)</td></tr> <tr class="separator:a6c552c4817b9a0eff1fb12b7ef089026 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="inherit_header pub_methods_classv8_1_1_value"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classv8_1_1_value')"><img src="closed.png" alt="-"/>&#160;Public Member Functions inherited from <a class="el" href="classv8_1_1_value.html">v8::Value</a></td></tr> <tr class="memitem:aea287b745656baa8a12a2ae1d69744b6 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#aea287b745656baa8a12a2ae1d69744b6">IsUndefined</a> () const </td></tr> <tr class="separator:aea287b745656baa8a12a2ae1d69744b6 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aa2c6ed8ef832223a7e2cd81e6ac61c78 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#aa2c6ed8ef832223a7e2cd81e6ac61c78">IsNull</a> () const </td></tr> <tr class="separator:aa2c6ed8ef832223a7e2cd81e6ac61c78 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a8f27462322186b295195eecb3e81d6d7 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a8f27462322186b295195eecb3e81d6d7">IsTrue</a> () const </td></tr> <tr class="separator:a8f27462322186b295195eecb3e81d6d7 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a68c0296071d01ca899825d7643cf495a inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a68c0296071d01ca899825d7643cf495a">IsFalse</a> () const </td></tr> <tr class="separator:a68c0296071d01ca899825d7643cf495a inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ab23a34b7df62806808e01b0908bf5f00 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#ab23a34b7df62806808e01b0908bf5f00">IsString</a> () const </td></tr> <tr class="separator:ab23a34b7df62806808e01b0908bf5f00 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a05532a34cdd215f273163830ed8b77e7 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a05532a34cdd215f273163830ed8b77e7">IsFunction</a> () const </td></tr> <tr class="separator:a05532a34cdd215f273163830ed8b77e7 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aaee0b144087d20eae02314c9393ff80f inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#aaee0b144087d20eae02314c9393ff80f">IsArray</a> () const </td></tr> <tr class="separator:aaee0b144087d20eae02314c9393ff80f inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a355b7991c5c978c0341f6f961b63c5a2 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a355b7991c5c978c0341f6f961b63c5a2">IsObject</a> () const </td></tr> <tr class="separator:a355b7991c5c978c0341f6f961b63c5a2 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a0aceb7645e71b096df5cd73d1252b1b0 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a0aceb7645e71b096df5cd73d1252b1b0">IsBoolean</a> () const </td></tr> <tr class="separator:a0aceb7645e71b096df5cd73d1252b1b0 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a1bd51e3e55f67c65b9a8f587fbffb7c7 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a1bd51e3e55f67c65b9a8f587fbffb7c7">IsNumber</a> () const </td></tr> <tr class="separator:a1bd51e3e55f67c65b9a8f587fbffb7c7 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a7ac61a325c18af8dcb6d7d5bf47d2503 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a7ac61a325c18af8dcb6d7d5bf47d2503">IsExternal</a> () const </td></tr> <tr class="separator:a7ac61a325c18af8dcb6d7d5bf47d2503 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a01e1db51c65b2feace248b7acbf71a2c inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a01e1db51c65b2feace248b7acbf71a2c">IsInt32</a> () const </td></tr> <tr class="separator:a01e1db51c65b2feace248b7acbf71a2c inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a8bc11fab0aded4a805722ab6df173cae inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a8bc11fab0aded4a805722ab6df173cae">IsDate</a> () const </td></tr> <tr class="separator:a8bc11fab0aded4a805722ab6df173cae inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a73d653dc4a4999ce7258b40a4d8a1510 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a73d653dc4a4999ce7258b40a4d8a1510"></a> <a class="el" href="classv8_1_1_local.html">Local</a>&lt; <a class="el" href="classv8_1_1_boolean.html">Boolean</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>ToBoolean</b> () const </td></tr> <tr class="separator:a73d653dc4a4999ce7258b40a4d8a1510 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a2706d2c0cf684a5179e76e8e404b3a5d inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a2706d2c0cf684a5179e76e8e404b3a5d"></a> <a class="el" href="classv8_1_1_local.html">Local</a>&lt; <a class="el" href="classv8_1_1_number.html">Number</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>ToNumber</b> () const </td></tr> <tr class="separator:a2706d2c0cf684a5179e76e8e404b3a5d inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aef5739280886eb7a98ae0e98371dae39 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aef5739280886eb7a98ae0e98371dae39"></a> <a class="el" href="classv8_1_1_local.html">Local</a>&lt; <a class="el" href="classv8_1_1_string.html">String</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>ToString</b> () const </td></tr> <tr class="separator:aef5739280886eb7a98ae0e98371dae39 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:acff61b07d724079dc3a90d3e3fd57cb3 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="acff61b07d724079dc3a90d3e3fd57cb3"></a> <a class="el" href="classv8_1_1_local.html">Local</a>&lt; <a class="el" href="classv8_1_1_string.html">String</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>ToDetailString</b> () const </td></tr> <tr class="separator:acff61b07d724079dc3a90d3e3fd57cb3 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:af40feaf010e829f2cdb787eb975b941d inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="af40feaf010e829f2cdb787eb975b941d"></a> <a class="el" href="classv8_1_1_local.html">Local</a>&lt; <a class="el" href="classv8_1_1_object.html">Object</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>ToObject</b> () const </td></tr> <tr class="separator:af40feaf010e829f2cdb787eb975b941d inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a3941f80b54b0707c6153657cc688ac93 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a3941f80b54b0707c6153657cc688ac93"></a> <a class="el" href="classv8_1_1_local.html">Local</a>&lt; <a class="el" href="classv8_1_1_integer.html">Integer</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>ToInteger</b> () const </td></tr> <tr class="separator:a3941f80b54b0707c6153657cc688ac93 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aed71590ec8bd5ef7972d7a0d844b2cd7 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aed71590ec8bd5ef7972d7a0d844b2cd7"></a> <a class="el" href="classv8_1_1_local.html">Local</a>&lt; <a class="el" href="classv8_1_1_uint32.html">Uint32</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>ToUint32</b> () const </td></tr> <tr class="separator:aed71590ec8bd5ef7972d7a0d844b2cd7 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:adf5d2c0c0bf58d60f2401d8437df26b0 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="adf5d2c0c0bf58d60f2401d8437df26b0"></a> <a class="el" href="classv8_1_1_local.html">Local</a>&lt; <a class="el" href="classv8_1_1_int32.html">Int32</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>ToInt32</b> () const </td></tr> <tr class="separator:adf5d2c0c0bf58d60f2401d8437df26b0 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ae810be0ae81a87f677592d0176daac48 inherit pub_methods_classv8_1_1_value"><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_uint32.html">Uint32</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#ae810be0ae81a87f677592d0176daac48">ToArrayIndex</a> () const </td></tr> <tr class="separator:ae810be0ae81a87f677592d0176daac48 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a392d60e0ab58b5b13c0ac1e5b4b9f04b inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a392d60e0ab58b5b13c0ac1e5b4b9f04b"></a> bool&#160;</td><td class="memItemRight" valign="bottom"><b>BooleanValue</b> () const </td></tr> <tr class="separator:a392d60e0ab58b5b13c0ac1e5b4b9f04b inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a4634d525bae654cdc50c398bfaee11aa inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a4634d525bae654cdc50c398bfaee11aa"></a> double&#160;</td><td class="memItemRight" valign="bottom"><b>NumberValue</b> () const </td></tr> <tr class="separator:a4634d525bae654cdc50c398bfaee11aa inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ac61c74a94dea10f48a64f5906b6dd43d inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac61c74a94dea10f48a64f5906b6dd43d"></a> int64_t&#160;</td><td class="memItemRight" valign="bottom"><b>IntegerValue</b> () const </td></tr> <tr class="separator:ac61c74a94dea10f48a64f5906b6dd43d inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:af25557359e6bb79436ed60df18703d66 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="af25557359e6bb79436ed60df18703d66"></a> uint32_t&#160;</td><td class="memItemRight" valign="bottom"><b>Uint32Value</b> () const </td></tr> <tr class="separator:af25557359e6bb79436ed60df18703d66 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a24daae9d99d02ff2e24b60287dcd4d95 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a24daae9d99d02ff2e24b60287dcd4d95"></a> int32_t&#160;</td><td class="memItemRight" valign="bottom"><b>Int32Value</b> () const </td></tr> <tr class="separator:a24daae9d99d02ff2e24b60287dcd4d95 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:adc2a7a92a120675bbd4c992163a20869 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#adc2a7a92a120675bbd4c992163a20869">Equals</a> (<a class="el" href="classv8_1_1_handle.html">Handle</a>&lt; <a class="el" href="classv8_1_1_value.html">Value</a> &gt; that) const </td></tr> <tr class="separator:adc2a7a92a120675bbd4c992163a20869 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:abb564818715b818957adc97716a076ba inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="abb564818715b818957adc97716a076ba"></a> bool&#160;</td><td class="memItemRight" valign="bottom"><b>StrictEquals</b> (<a class="el" href="classv8_1_1_handle.html">Handle</a>&lt; <a class="el" href="classv8_1_1_value.html">Value</a> &gt; that) const </td></tr> <tr class="separator:abb564818715b818957adc97716a076ba inherit pub_methods_classv8_1_1_value"><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:ac3b086f18d6fd7e41cf28fe90018e877"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac3b086f18d6fd7e41cf28fe90018e877"></a> static <a class="el" href="classv8_1_1_local.html">Local</a>&lt; <a class="el" href="classv8_1_1_array.html">Array</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>New</b> (int length=0)</td></tr> <tr class="separator:ac3b086f18d6fd7e41cf28fe90018e877"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ac6187429ad14b1e8e6db20d991ac5cb5"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac6187429ad14b1e8e6db20d991ac5cb5"></a> static <a class="el" href="classv8_1_1_array.html">Array</a> *&#160;</td><td class="memItemRight" valign="bottom"><b>Cast</b> (<a class="el" href="classv8_1_1_value.html">Value</a> *obj)</td></tr> <tr class="separator:ac6187429ad14b1e8e6db20d991ac5cb5"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="inherit_header pub_static_methods_classv8_1_1_object"><td colspan="2" onclick="javascript:toggleInherit('pub_static_methods_classv8_1_1_object')"><img src="closed.png" alt="-"/>&#160;Static Public Member Functions inherited from <a class="el" href="classv8_1_1_object.html">v8::Object</a></td></tr> <tr class="memitem:a4360445f2166250431502b82242ba873 inherit pub_static_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a4360445f2166250431502b82242ba873"></a> static <a class="el" href="classv8_1_1_local.html">Local</a>&lt; <a class="el" href="classv8_1_1_object.html">Object</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>New</b> ()</td></tr> <tr class="separator:a4360445f2166250431502b82242ba873 inherit pub_static_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:af844b526933e5305c23565bf69d54f2d inherit pub_static_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="af844b526933e5305c23565bf69d54f2d"></a> static <a class="el" href="classv8_1_1_object.html">Object</a> *&#160;</td><td class="memItemRight" valign="bottom"><b>Cast</b> (<a class="el" href="classv8_1_1_value.html">Value</a> *obj)</td></tr> <tr class="separator:af844b526933e5305c23565bf69d54f2d inherit pub_static_methods_classv8_1_1_object"><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>An instance of the built-in array constructor (ECMA-262, 15.4.2). </p> </div><h2 class="groupheader">Member Function Documentation</h2> <a class="anchor" id="a7335096a5349ce75b38d5b24af4bd125"></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_object.html">Object</a>&gt; v8::Array::CloneElementAt </td> <td>(</td> <td class="paramtype">uint32_t&#160;</td> <td class="paramname"><em>index</em></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Clones an element at index |index|. Returns an empty handle if cloning fails (for any reason). </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:44:34 for V8 API Reference Guide for node.js v0.1.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>
v8-dox/v8-dox.github.io
9dc621f/html/classv8_1_1_array.html
HTML
mit
41,788
<!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> Canada Coaching - 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=1492272358519&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=7955&V_SEARCH.docsStart=7954&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=7953&amp;V_DOCUMENT.docRank=7954&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492272367983&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567160299&amp;profileId=&amp;key.newSearchLabel=">Previous Company</a></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=7955&amp;V_DOCUMENT.docRank=7956&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492272367983&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567104707&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> Canada Coaching - Jonathan David Steeves </h2> <div class="row"> <div class="col-md-5"> <h2 class="h5 mrgn-bttm-0">Legal Name:</h2> <p>Canada Coaching - Jonathan David Steeves</p> <h2 class="h5 mrgn-bttm-0">Operating Name:</h2> <p>Canada Coaching</p> <div class="mrgn-tp-md"></div> <p class="mrgn-bttm-0" ><a href="https://m.facebook.com/CanadaCoachingInstitute/" target="_blank" title="Website URL">https://m.facebook.com/CanadaCoachingInstitute/</a></p> <p><a href="mailto:[email protected]" title="[email protected]">[email protected]</a></p> </div> <div class="col-md-4 mrgn-sm-sm"> <h2 class="h5 mrgn-bttm-0">Mailing Address:</h2> <address class="mrgn-bttm-md"> 138A Percy St<br/> OTTAWA, Ontario<br/> K1R 6E1 <br/> </address> <h2 class="h5 mrgn-bttm-0">Location Address:</h2> <address class="mrgn-bttm-md"> 138A Percy St<br/> OTTAWA, Ontario<br/> K1R 6E1 <br/> </address> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (819) 923-3537 </p> <p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>: </p> </div> <div class="col-md-3 mrgn-tp-md"> </div> </div> <div class="row mrgn-tp-md mrgn-bttm-md"> <div class="col-md-12"> <h2 class="wb-inv">Company Profile</h2> <br> Professional leadership coaching services for executives and aspiring executives <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> Jonathan Steeves </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Owner </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Export Sales & Marketing, Customer Service, Domestic Sales & Marketing, Government Relations, 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) 923-3537 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> [email protected] </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Company Description --> <h3 class="page-header"> Company description </h3> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> Yes &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Alternate Industries (NAICS): </strong> </div> <div class="col-md-7"> 541619 - Other Management Consulting 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> Service Name: </strong> </div> <div class="col-md-9"> executive coaching services, leadership coaching services<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Certified professional coachies providing executive coaching services to leaders <br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> leadership development coaching <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Professional coaching by certified coaches providing leadership development coaching services <br> <br> </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Technology Profile --> <!-- Market Profile --> <!-- Sector Information --> <details class="mrgn-tp-md mrgn-bttm-md"> <summary> Third-Party Information Liability Disclaimer </summary> <p> Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements. </p> </details> </details> <details id="details-panel2"> <summary> Contacts </summary> <h2 class="wb-invisible"> Contact information </h2> <!-- Contact Information --> <section class="container-fluid"> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Jonathan Steeves </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Owner </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Export Sales & Marketing, Customer Service, Domestic Sales & Marketing, Government Relations, 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) 923-3537 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> [email protected] </div> </div> </section> </details> <details id="details-panel3"> <summary> Description </summary> <h2 class="wb-invisible"> Company description </h2> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> Yes &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Alternate Industries (NAICS): </strong> </div> <div class="col-md-7"> 541619 - Other Management Consulting 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> Service Name: </strong> </div> <div class="col-md-9"> executive coaching services, leadership coaching services<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Certified professional coachies providing executive coaching services to leaders <br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> leadership development coaching <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Professional coaching by certified coaches providing leadership development coaching services <br> <br> </div> </div> </section> </details> </div> </div> <div class="row"> <div class="col-md-12 text-right"> Last Update Date 2017-01-07 </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 -->
GoC-Spending/data-corporations
html/234567166215.html
HTML
mit
37,915
<!doctype html> <html class="no-js" lang=""> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title>you360Mobile documentation</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="icon" type="image/x-icon" href="../images/favicon.ico"> <link rel="stylesheet" href="../styles/style.css"> </head> <body> <div class="navbar navbar-default navbar-fixed-top visible-xs"> <a href="../" class="navbar-brand">you360Mobile documentation</a> <button type="button" class="btn btn-default btn-menu fa fa-bars" id="btn-menu"></button> </div> <div class="xs-menu menu" id="mobile-menu"> <div id="book-search-input" role="search"> <input type="text" placeholder="Type to search"> </div> <nav> <ul class="list"> <li class="title"> <a href="../">you360Mobile documentation</a> </li> <li class="divider"></li> <li class="chapter"> <a data-type="chapter-link" href="../"><span class="fa fa-home"></span>Getting started</a> <ul class="links"> <li class="link"> <a href="../" ><span class="fa fa-file-text-o"></span>README</a> </li> <li class="link"> <a href="../overview.html" href="../overview.html" > <span class="fa fa-th"></span>Overview </a> </li> </ul> </li> <li class="chapter"> <a data-type="chapter-link" href="./modules.html" > <span class="fa fa-archive"></span> <span>Modules</span> <span class="menu-toggler fa fa-angle-up" data-toggle="collapse" data-target="#xs-modules-links" ></span> </a> <ul class="links collapse in" id="xs-modules-links" > <li class="link"> <a href="../modules/AppModule.html" >AppModule</a> </li> </ul> </li> <li class="chapter"> <div class="simple"> <span class="fa fa-cogs"></span> <span>Components</span> <span class="menu-toggler fa fa-angle-up" data-toggle="collapse" data-target="#xs-components-links" ></span> </div> <ul class="links collapse in" id="xs-components-links" > <li class="link"> <a href="../components/AframePlayerComponent.html" >AframePlayerComponent</a> </li> <li class="link"> <a href="../components/CardsPage.html" >CardsPage</a> </li> <li class="link"> <a href="../components/ItemCreatePage.html" >ItemCreatePage</a> </li> <li class="link"> <a href="../components/ItemDetailPage.html" >ItemDetailPage</a> </li> <li class="link"> <a href="../components/ListMasterPage.html" >ListMasterPage</a> </li> <li class="link"> <a href="../components/LoginPage.html" >LoginPage</a> </li> <li class="link"> <a href="../components/MapPage.html" >MapPage</a> </li> <li class="link"> <a href="../components/MyApp.html" >MyApp</a> </li> <li class="link"> <a href="../components/PlayerComponent.html" >PlayerComponent</a> </li> <li class="link"> <a href="../components/SearchPage.html" >SearchPage</a> </li> <li class="link"> <a href="../components/SettingsPage.html" >SettingsPage</a> </li> <li class="link"> <a href="../components/SignupPage.html" class="active" >SignupPage</a> </li> <li class="link"> <a href="../components/TabsPage.html" >TabsPage</a> </li> <li class="link"> <a href="../components/TutorialPage.html" >TutorialPage</a> </li> <li class="link"> <a href="../components/WelcomePage.html" >WelcomePage</a> </li> </ul> </li> <li class="chapter"> <div class="simple"> <span class="fa fa-long-arrow-down"></span> <span>Injectables</span> <span class="menu-toggler fa fa-angle-up" data-toggle="collapse" data-target="#xs-injectables-links" ></span> </div> <ul class="links collapse in" id="xs-injectables-links" > <li class="link"> <a href="../injectables/Api.html" >Api</a> </li> <li class="link"> <a href="../injectables/Category.html" >Category</a> </li> <li class="link"> <a href="../injectables/Report.html" >Report</a> </li> <li class="link"> <a href="../injectables/Settings.html" >Settings</a> </li> <li class="link"> <a href="../injectables/Socket.html" >Socket</a> </li> <li class="link"> <a href="../injectables/User.html" >User</a> </li> <li class="link"> <a href="../injectables/Video.html" >Video</a> </li> </ul> </li> <li class="chapter"> <div class="simple"> <span class="fa fa-info"></span> <span>Interfaces</span> <span class="menu-toggler fa fa-angle-up" data-toggle="collapse" data-target="#xs-interfaces-links" ></span> </div> <ul class="links collapse in" id="xs-interfaces-links" > <li class="link"> <a href="../interfaces/Slide.html" >Slide</a> </li> </ul> </li> <li class="chapter"> <a data-type="chapter-link" href="../miscellaneous.html" ><span class="fa fa-cubes"></span>Miscellaneous</a> </li> <li class="chapter"> <a data-type="chapter-link" href="../coverage.html" ><span class="fa fa-tasks"></span>Documentation coverage</a> </li> <li class="divider"></li> <li class="copyright"> Documentation generated using <a href="https://compodoc.github.io/compodoc/" target="_blank"> <img src="..//images/compodoc-vectorise.svg" class="img-responsive"> </a> </li> </ul> </nav> </div> <div class="container-fluid main"> <div class="row main"> <div class="hidden-xs menu"> <nav> <ul class="list"> <li class="title"> <a href="../">you360Mobile documentation</a> </li> <li class="divider"></li> <div id="book-search-input" role="search"> <input type="text" placeholder="Type to search"> </div> <li class="chapter"> <a data-type="chapter-link" href="../"><span class="fa fa-home"></span>Getting started</a> <ul class="links"> <li class="link"> <a href="../" ><span class="fa fa-file-text-o"></span>README</a> </li> <li class="link"> <a href="../overview.html" href="../overview.html" > <span class="fa fa-th"></span>Overview </a> </li> </ul> </li> <li class="chapter"> <a data-type="chapter-link" href="./modules.html" > <span class="fa fa-archive"></span> <span>Modules</span> <span class="menu-toggler fa fa-angle-up" data-toggle="collapse" data-target="#modules-links" ></span> </a> <ul class="links collapse in" id="modules-links" > <li class="link"> <a href="../modules/AppModule.html" >AppModule</a> </li> </ul> </li> <li class="chapter"> <div class="simple"> <span class="fa fa-cogs"></span> <span>Components</span> <span class="menu-toggler fa fa-angle-up" data-toggle="collapse" data-target="#components-links" ></span> </div> <ul class="links collapse in" id="components-links" > <li class="link"> <a href="../components/AframePlayerComponent.html" >AframePlayerComponent</a> </li> <li class="link"> <a href="../components/CardsPage.html" >CardsPage</a> </li> <li class="link"> <a href="../components/ItemCreatePage.html" >ItemCreatePage</a> </li> <li class="link"> <a href="../components/ItemDetailPage.html" >ItemDetailPage</a> </li> <li class="link"> <a href="../components/ListMasterPage.html" >ListMasterPage</a> </li> <li class="link"> <a href="../components/LoginPage.html" >LoginPage</a> </li> <li class="link"> <a href="../components/MapPage.html" >MapPage</a> </li> <li class="link"> <a href="../components/MyApp.html" >MyApp</a> </li> <li class="link"> <a href="../components/PlayerComponent.html" >PlayerComponent</a> </li> <li class="link"> <a href="../components/SearchPage.html" >SearchPage</a> </li> <li class="link"> <a href="../components/SettingsPage.html" >SettingsPage</a> </li> <li class="link"> <a href="../components/SignupPage.html" class="active" >SignupPage</a> </li> <li class="link"> <a href="../components/TabsPage.html" >TabsPage</a> </li> <li class="link"> <a href="../components/TutorialPage.html" >TutorialPage</a> </li> <li class="link"> <a href="../components/WelcomePage.html" >WelcomePage</a> </li> </ul> </li> <li class="chapter"> <div class="simple"> <span class="fa fa-long-arrow-down"></span> <span>Injectables</span> <span class="menu-toggler fa fa-angle-up" data-toggle="collapse" data-target="#injectables-links" ></span> </div> <ul class="links collapse in" id="injectables-links" > <li class="link"> <a href="../injectables/Api.html" >Api</a> </li> <li class="link"> <a href="../injectables/Category.html" >Category</a> </li> <li class="link"> <a href="../injectables/Report.html" >Report</a> </li> <li class="link"> <a href="../injectables/Settings.html" >Settings</a> </li> <li class="link"> <a href="../injectables/Socket.html" >Socket</a> </li> <li class="link"> <a href="../injectables/User.html" >User</a> </li> <li class="link"> <a href="../injectables/Video.html" >Video</a> </li> </ul> </li> <li class="chapter"> <div class="simple"> <span class="fa fa-info"></span> <span>Interfaces</span> <span class="menu-toggler fa fa-angle-up" data-toggle="collapse" data-target="#interfaces-links" ></span> </div> <ul class="links collapse in" id="interfaces-links" > <li class="link"> <a href="../interfaces/Slide.html" >Slide</a> </li> </ul> </li> <li class="chapter"> <a data-type="chapter-link" href="../miscellaneous.html" ><span class="fa fa-cubes"></span>Miscellaneous</a> </li> <li class="chapter"> <a data-type="chapter-link" href="../coverage.html" ><span class="fa fa-tasks"></span>Documentation coverage</a> </li> <li class="divider"></li> <li class="copyright"> Documentation generated using <a href="https://compodoc.github.io/compodoc/" target="_blank"> <img src="..//images/compodoc-vectorise.svg" class="img-responsive"> </a> </li> </ul> </nav> </div> <div class="content component"> <div class="content-data"> <ol class="breadcrumb"> <li>Components</li> <li>SignupPage</li> </ol> <ul class="nav nav-tabs" role="tablist"> <li class="active"> <a href="#infos" id="infos-tab" role="tab" data-toggle="tab">Infos</a> </li> <li> <a href="#readme" role="tab" id="readme-tab" data-toggle="tab">README</a> </li> <li> <a href="#source" role="tab" id="source-tab" data-toggle="tab">Source</a> </li> </ul> <div class="tab-content"> <div class="tab-pane fade active in" id="infos"><p class="comment"> <h3>File</h3> </p> <p class="comment"> <code>src/pages/signup/signup.ts</code> </p> <section> <h3>Metadata</h3> <table class="table table-sm table-hover"> <tbody> <tr> <td class="col-md-3">selector</td> <td class="col-md-9"><code>page-signup</code></td> </tr> <tr> <td class="col-md-3">templateUrl</td> <td class="col-md-9"><code>signup.html</code></td> </tr> </tbody> </table> </section> <section> <h3 id="constructor">Constructor</h3> <table class="table table-sm table-bordered"> <tbody> <tr> <td class="col-md-4"> <code>constructor(navCtrl: NavController, user: <a href="../injectables/User.html" >User</a>, toastCtrl: ToastController, translateService: TranslateService)</code> </td> </tr> </tbody> </table> </section> <section> <h3 id="methods">Methods</h3> <table class="table table-sm table-bordered"> <tbody> <tr> <td class="col-md-4"> <b> doSignup</b> </td> </tr> <tr> <td class="col-md-4"> <code>doSignup()</code> </td> </tr> <tr> <td class="col-md-4"> <div class="io-description"><p>Attempt to login in through our User service<br>when fails show error message using toast component</p> </div> <div class="io-description"> <b>Returns: </b> <code>void</code> </div> </td> </tr> </tbody> </table> </section> <section> <h3 id="inputs">Properties</h3> <table class="table table-sm table-bordered"> <tbody> <tr> <td class="col-md-4"> <b> account</b> </td> </tr> <tr> <td class="col-md-4"> <code>account: <code>{ firstName: string; lastName: string; email: string; password: string; }</code> </bcode> </td> </tr> <tr> <td class="col-md-4"> <div class="io-description"><p>The account fields for the login form</p> </div> </td> </tr> </tbody> </table> <table class="table table-sm table-bordered"> <tbody> <tr> <td class="col-md-4"> <b> navCtrl</b> </td> </tr> <tr> <td class="col-md-4"> <code>navCtrl: <code>NavController</code> </bcode> </td> </tr> </tbody> </table> <table class="table table-sm table-bordered"> <tbody> <tr> <td class="col-md-4"> <b><span class="modifier">Private</span> signupErrorString</b> </td> </tr> <tr> <td class="col-md-4"> <span class="modifier-icon fa fa-lock"></span><code>signupErrorString: <code>string</code> </bcode> </td> </tr> <tr> <td class="col-md-4"> <div class="io-description"><p>Our translated text strings </p> </div> </td> </tr> </tbody> </table> <table class="table table-sm table-bordered"> <tbody> <tr> <td class="col-md-4"> <b> toastCtrl</b> </td> </tr> <tr> <td class="col-md-4"> <code>toastCtrl: <code>ToastController</code> </bcode> </td> </tr> </tbody> </table> <table class="table table-sm table-bordered"> <tbody> <tr> <td class="col-md-4"> <b> translateService</b> </td> </tr> <tr> <td class="col-md-4"> <code>translateService: <code>TranslateService</code> </bcode> </td> </tr> </tbody> </table> <table class="table table-sm table-bordered"> <tbody> <tr> <td class="col-md-4"> <b> user</b> </td> </tr> <tr> <td class="col-md-4"> <code>user: <code><a href="../injectables/User.html" target="_self" >User</a></code> </bcode> </td> </tr> </tbody> </table> </section> </div> <div class="tab-pane fade" id="readme"> <p><h1 id="signup">Signup</h1> <p>The Signup page renders a signup form with firstName/lastName/email/password </p> </p> </div> <div class="tab-pane fade tab-source-code" id="source"> <pre><code class="hljs javascript">import { Component } from &#x27;@angular/core&#x27;; import { NavController, ToastController } from &#x27;ionic-angular&#x27;; import { MainPage } from &#x27;../../pages/pages&#x27;; import { User } from &#x27;../../providers/user&#x27;; import { TranslateService } from &#x27;@ngx-translate/core&#x27;; @Component({ selector: &#x27;page-signup&#x27;, templateUrl: &#x27;signup.html&#x27; }) export class SignupPage { /** The account fields for the login form */ account: { firstName: string,lastName: string, email: string, password: string } &#x3D; { firstName: &#x27;First Name&#x27;, lastName: &#x27;Last Name&#x27;, email: &#x27;[email protected]&#x27;, password: &#x27;test&#x27; }; /** Our translated text strings */ private signupErrorString: string; constructor(public navCtrl: NavController, public user: User, public toastCtrl: ToastController, public translateService: TranslateService) { this.translateService.get(&#x27;SIGNUP_ERROR&#x27;).subscribe((value) &#x3D;&gt; { this.signupErrorString &#x3D; value; }) } /** Attempt to login in through our User service * when fails show error message using toast component * */ doSignup() { this.user.signup(this.account).subscribe((resp) &#x3D;&gt; { this.navCtrl.push(MainPage); }, (err) &#x3D;&gt; { let toast &#x3D; this.toastCtrl.create({ message: this.signupErrorString, duration: 3000, position: &#x27;top&#x27; }); toast.present(); }); } } </code></pre> </div> </div> </div><div class="search-results"> <div class="has-results"> <h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1> <ul class="search-results-list"></ul> </div> <div class="no-results"> <h1 class="search-results-title">No results matching "<span class='search-query'></span>"</h1> </div> </div> </div> </div> </div> <script src="../js/libs/bootstrap-native.js"></script> <script src="../js/libs/es6-shim.min.js"></script> <script src="../js/libs/EventDispatcher.js"></script> <script src="../js/libs/promise.min.js"></script> <script src="../js/libs/zepto.min.js"></script> <script src="../js/compodoc.js"></script> <script src="../js/search/search.js"></script> <script src="../js/search/lunr.min.js"></script> <script src="../js/search/search-lunr.js"></script> <script src="../js/menu.js"></script> <script src="../js/libs/highlight.pack.js"></script> <script src="../js/libs/highlightjs-line-numbers.min.js"></script> <script src="../js/search/search_index.js"></script> <script> document.addEventListener('DOMContentLoaded', function() { hljs.initHighlightingOnLoad(); hljs.initLineNumbersOnLoad(); }); </script> </body> </html>
salamaashoush/you360Mobile
docs/components/SignupPage.html
HTML
mit
30,536
<!DOCTYPE html> <html xmlns:msxsl="urn:schemas-microsoft-com:xslt"> <head> <meta content="en-us" http-equiv="Content-Language" /> <meta content="text/html; charset=utf-16" http-equiv="Content-Type" /> <title _locid="PortabilityAnalysis0">.NET Portability Report</title> <style> /* Body style, for the entire document */ body { background: #F3F3F4; color: #1E1E1F; font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; padding: 0; margin: 0; } /* Header1 style, used for the main title */ h1 { padding: 10px 0px 10px 10px; font-size: 21pt; background-color: #E2E2E2; border-bottom: 1px #C1C1C2 solid; color: #201F20; margin: 0; font-weight: normal; } /* Header2 style, used for "Overview" and other sections */ h2 { font-size: 18pt; font-weight: normal; padding: 15px 0 5px 0; margin: 0; } /* Header3 style, used for sub-sections, such as project name */ h3 { font-weight: normal; font-size: 15pt; margin: 0; padding: 15px 0 5px 0; background-color: transparent; } h4 { font-weight: normal; font-size: 12pt; margin: 0; padding: 0 0 0 0; background-color: transparent; } /* Color all hyperlinks one color */ a { color: #1382CE; } /* Paragraph text (for longer informational messages) */ p { font-size: 10pt; } /* Table styles */ table { border-spacing: 0 0; border-collapse: collapse; font-size: 10pt; } table th { background: #E7E7E8; text-align: left; text-decoration: none; font-weight: normal; padding: 3px 6px 3px 6px; } table td { vertical-align: top; padding: 3px 6px 5px 5px; margin: 0px; border: 1px solid #E7E7E8; background: #F7F7F8; } .NoBreakingChanges { color: darkgreen; font-weight:bold; } .FewBreakingChanges { color: orange; font-weight:bold; } .ManyBreakingChanges { color: red; font-weight:bold; } .BreakDetails { margin-left: 30px; } .CompatMessage { font-style: italic; font-size: 10pt; } .GoodMessage { color: darkgreen; } /* Local link is a style for hyperlinks that link to file:/// content, there are lots so color them as 'normal' text until the user mouse overs */ .localLink { color: #1E1E1F; background: #EEEEED; text-decoration: none; } .localLink:hover { color: #1382CE; background: #FFFF99; text-decoration: none; } /* Center text, used in the over views cells that contain message level counts */ .textCentered { text-align: center; } /* The message cells in message tables should take up all avaliable space */ .messageCell { width: 100%; } /* Padding around the content after the h1 */ #content { padding: 0px 12px 12px 12px; } /* The overview table expands to width, with a max width of 97% */ #overview table { width: auto; max-width: 75%; } /* The messages tables are always 97% width */ #messages table { width: 97%; } /* All Icons */ .IconSuccessEncoded, .IconInfoEncoded, .IconWarningEncoded, .IconErrorEncoded { min-width: 18px; min-height: 18px; background-repeat: no-repeat; background-position: center; } /* Success icon encoded */ .IconSuccessEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconSuccess#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABPElEQVR4Xp1Tv0vDUBi8FqeA4NpBcBLcWnQSApncOnTo4FSnjP0DsnXpH5CxiwbHDg4Zuj4oOEXiJgiC4FDcCkLWmIMc1Pfw+eMgQ77v3Xf3Pe51YKGqqisAEwCR1TIAsiAIblSo6xrdHeJR85Xle3mdmCQKb0PsfqyxxzM8K15HZADl/H5+sHpZwYfxyRjTs+kWwKBx8yoHd2mRiuzF8mkJniWH/13u3Fjrs/EdhsdDFHGB/DLXEJBDLh1MWPAhPo1BLB4WX5yQywHR+m3tVe/t97D52CB/ziG0nIgD/qDuYg8WuCcVZ2YGwlJ3YDugkpR/VNcAEx6GEKhERSr71FuO4YCM4XBdwKvecjIlkSnsO0Hyp/GxSeJAdzBKzpOtnPwyyiPdAZhpZptT04tU+zk7s8czeges//s5C5+CwqrR4/gw+AAAAABJRU5ErkJggg==); } /* Information icon encoded */ .IconInfoEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconInformation#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABHElEQVR4Xs2TsUoDQRRF7wwoziokjZUKadInhdhukR9YP8DMX1hYW+QvdsXa/QHBbcXC7W0CamWTQnclFutceIQJwwaWNLlwm5k5d94M76mmaeCrrmsLYOocY12FcxZFUeozCqKqqgYA8uevv1H6VuPxcwlfk5N92KHBxfFeCSAxxswlYAW/Xr989x/mv9gkhtyMDhcAxgzRsp7flj8B/HF1RsMXq+NZMkopaHe7lbKxQUEIGbKsYNoGn969060hZBkQex/W8oRQwsQaW2o3Ago2SVcJUzAgY3N0lTCZZm+zPS8HB51gMmS1DEYyOz9acKO1D8JWTlafKIMxdhvlfdyT94Vv5h7P8Ky7nQzACmhvKq3zk3PjW9asz9D/1oigecsioooAAAAASUVORK5CYII=); } /* Warning icon encoded */ .IconWarningEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconWarning#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAx0lEQVR4XpWSMQ7CMAxFf4xAyBMLCxMrO8dhaBcuwdCJS3RJBw7SA/QGTCxdWJgiQYWKXJWKIXHIlyw5lqr34tQgEOdcBsCOx5yZK3hCCKdYXneQkh4pEfqzLfu+wVDSyyzFoJjfz9NB+pAF+eizx2Vruts0k15mPgvS6GYvpVtQhB61IB/dk6AF6fS4Ben0uIX5odtFe8Q/eW1KvFeH4e8khT6+gm5B+t3juyDt7n0jpe+CANTd+oTUjN/U3yVaABnSUjFz/gFq44JaVSCXeQAAAABJRU5ErkJggg==); } /* Error icon encoded */ .IconErrorEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconError#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABQElEQVR4XqWTvUoEQRCE6wYPZUA80AfwAQz23uCMjA7MDRQEIzPBVEyNTQUFIw00vcQTTMzuAh/AxEQQT8HF/3G/oGGnEUGuoNnd6qoZuqltyKEsyzVJq5I6rnUp6SjGeGhESikzzlc1eL7opfuVbrqbU1Zw9NCgtQMaZpY0eNnaaL2fHusvTK5vKu7sjSS1Y4y3QUA6K3e3Mau5UFDyMP7tYF9o8cAHZv68vipoIJg971PZIZ5HiwdvYGGvFVFHmGmZ2MxwmQYPXubPl9Up0tfoMQGetXd6mRbvhBw+boZ6WF7Mbv1+GsHRk0fQmPAH1GfmZirbCfDJ61tw3Px8/8pZsPAG4jlVhcPgZ7adwNWBB68lkRQWFiTgFlbnLY3DGGM7izIJIyT/jjIvEJw6fdJTc6krDzh6aMwMP9bvDH4ADSsa9uSWVJkAAAAASUVORK5CYII=); } </style> </head> <body> <h1 _locid="PortabilityReport">.NET Portability Report</h1> <div id="content"> <div id="submissionId" style="font-size:8pt;"> <p> <i> Submission Id&nbsp; 996a9e7a-1d99-4e9c-a4e2-668993a26418 </i> </p> </div> <h2 _locid="SummaryTitle"> <a name="Portability Summary"></a>Portability Summary </h2> <div id="summary"> <table> <tbody> <tr> <th>Assembly</th> <th>ASP.NET 5,Version=v1.0</th> <th>Windows,Version=v8.1</th> <th>.NET Framework,Version=v4.6</th> <th>Windows Phone,Version=v8.1</th> </tr> <tr> <td><strong><a href="#ResourceProvider.Core">ResourceProvider.Core</a></strong></td> <td class="text-center">95.54 %</td> <td class="text-center">93.75 %</td> <td class="text-center">100.00 %</td> <td class="text-center">93.75 %</td> </tr> </tbody> </table> </div> <div id="details"> <a name="ResourceProvider.Core"><h3>ResourceProvider.Core</h3></a> <table> <tbody> <tr> <th>Target type</th> <th>ASP.NET 5,Version=v1.0</th> <th>Windows,Version=v8.1</th> <th>.NET Framework,Version=v4.6</th> <th>Windows Phone,Version=v8.1</th> <th>Recommended changes</th> </tr> <tr> <td>Microsoft.Build.Framework.ITaskItem</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetMetadata(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>Microsoft.Build.Framework.RequiredAttribute</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>Microsoft.Build.Utilities.AppDomainIsolatedTask</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.AppDomain</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</td> </tr> <tr> <td style="padding-left:2em">get_BaseDirectory</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Currently there is no workaround, but we are working on it. Please check back.</td> </tr> <tr> <td style="padding-left:2em">get_CurrentDomain</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Diagnostics.Trace</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">TraceWarning(System.String,System.Object[])</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.IO.File</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">WriteAllText(System.String,System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Reflection.Assembly</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use Assembly.DefinedTypes</td> </tr> <tr> <td style="padding-left:2em">GetTypes</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use Assembly.DefinedTypes</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> </tbody> </table> <p> <a href="#Portability Summary">Back to Summary</a> </p> </div> </div> </body> </html>
kuhlenh/port-to-core
Reports/re/resourceprovider.core.1.0.0.2/ResourceProvider.Core-net45.html
HTML
mit
19,624
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/3.0.3/normalize.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.css"> <link rel="stylesheet" type="text/css" href="style.css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script> <script type="text/javascript" src="script.js"></script> <title>randomWord</title> </head> <body> <audio id="pop"> <source src="pop.mp3"></source> </audio> <div class="container"> <div class="row"> <div class="four columns cell" id="one"> </div> <div class="four columns cell" id="two"> </div> <div class="four columns cell" id="three"> </div> </div> <div class="row"> <div class="four columns cell" id="four"> </div> <div class="four columns cell" id="five"> </div> <div class="four columns cell" id="six"> </div> </div> <div class="row"> <div class="four columns cell" id="seven"> </div> <div class="four columns cell" id="eight"> </div> <div class="four columns cell" id="nine"> </div> </div> </div> </body> </html>
mathieu-anderson/mathieu-anderson.github.io
randomWord/index.html
HTML
mit
1,250
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>compcert: 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 / compcert - 3.7~coq-platform</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> compcert <small> 3.7~coq-platform <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-11-20 18:56:28 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-20 18:56:28 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.12.0 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.09.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.09.1 Official release 4.09.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; authors: &quot;Xavier Leroy &lt;[email protected]&gt;&quot; maintainer: &quot;Jacques-Henri Jourdan &lt;[email protected]&gt;&quot; homepage: &quot;http://compcert.inria.fr/&quot; dev-repo: &quot;git+https://github.com/AbsInt/CompCert.git&quot; bug-reports: &quot;https://github.com/AbsInt/CompCert/issues&quot; license: &quot;INRIA Non-Commercial License Agreement&quot; version: &quot;3.7&quot; build: [ [&quot;./configure&quot; &quot;ia32-linux&quot; {os = &quot;linux&quot;} &quot;ia32-macosx&quot; {os = &quot;macos&quot;} &quot;ia32-cygwin&quot; {os = &quot;cygwin&quot;} &quot;-bindir&quot; &quot;%{bin}%&quot; &quot;-libdir&quot; &quot;%{lib}%/compcert&quot; &quot;-install-coqdev&quot; &quot;-clightgen&quot; &quot;-coqdevdir&quot; &quot;%{lib}%/coq/user-contrib/compcert&quot; &quot;-ignore-coq-version&quot;] [make &quot;-j%{jobs}%&quot; {ocaml:version &gt;= &quot;4.06&quot;}] ] patches: [ &quot;0001-Install-compcert.config-file-along-the-Coq-developme.patch&quot; &quot;0007-Dual-license-aarch64-Archi.v-Cbuiltins.ml-extraction.patch&quot; &quot;0008-Update-the-list-of-dual-licensed-files.patch&quot; &quot;0011-Use-Coq-platform-supplied-Flocq.patch&quot; &quot;0012-Use-platform-supplied-menhirlib-as-suggested-by-jhjo.patch&quot; ] extra-files: [ [&quot;0001-Install-compcert.config-file-along-the-Coq-developme.patch&quot; &quot;sha256=32ba8c21c84ae6a2075ecb0a039f05150e87db40728e64a81ea8d5daba6df541&quot;] [&quot;0007-Dual-license-aarch64-Archi.v-Cbuiltins.ml-extraction.patch&quot; &quot;sha256=fd66f444b4097e4f20f53df9439ea5c66eb889183d271f6c1d45ce25793094d7&quot;] [&quot;0008-Update-the-list-of-dual-licensed-files.patch&quot; &quot;sha256=406d241f0e9eb31d02a4be6ec5700044000a176ffe6cfeccf1ca52b42bdedb7d&quot;] [&quot;0011-Use-Coq-platform-supplied-Flocq.patch&quot; &quot;sha256=1fd53e11083ca566e30b810acc68fc93d4fd5b5c55c2d493a86e0691c50fdff0&quot;] [&quot;0012-Use-platform-supplied-menhirlib-as-suggested-by-jhjo.patch&quot; &quot;sha256=854f1ebbfed8829063f59c26c6e37dc164f98ecf60a572db0531a0d1f56b0981&quot;] ] install: [ [make &quot;install&quot;] ] depends: [ &quot;coq&quot; {&gt;= &quot;8.7.0&quot; &amp; &lt; &quot;8.12&quot;} &quot;coq-flocq&quot; {&gt;= &quot;3.2.1&quot;} &quot;coq-menhirlib&quot; {&gt;= &quot;20190626&quot; &amp; &lt; &quot;20200123&quot;} &quot;menhir&quot; {&gt;= &quot;20190626&quot; &amp; &lt; &quot;20200123&quot;} &quot;ocaml&quot; {&gt;= &quot;4.05.0&quot;} ] synopsis: &quot;The CompCert C compiler (using coq-platform supplied version of Flocq)&quot; tags: [ &quot;category:Computer Science/Semantics and Compilation/Compilation&quot; &quot;category:Computer Science/Semantics and Compilation/Semantics&quot; &quot;keyword:C&quot; &quot;keyword:compiler&quot; &quot;logpath:compcert&quot; &quot;date:2020-04-29&quot; ] url { src: &quot;https://github.com/AbsInt/CompCert/archive/v3.7.tar.gz&quot; checksum: &quot;sha256=ceee1b2ed6c2576cb66eb7a0f2669dcf85e65c0fc68385f0781b0ca4edb87eb0&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-compcert.3.7~coq-platform 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-compcert -&gt; coq &lt; 8.12 -&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-compcert.3.7~coq-platform</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.09.1-2.0.6/released/8.12.0/compcert/3.7~coq-platform.html
HTML
mit
8,774
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>quickchick: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.10.1 / quickchick - 1.0.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> quickchick <small> 1.0.0 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2020-08-05 02:20:17 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-08-05 02:20:17 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-m4 1 Virtual package relying on m4 coq 8.10.1 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.8.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; version: &quot;1.0.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/QuickChick/QuickChick&quot; dev-repo: &quot;git+https://github.com/QuickChick/QuickChick.git&quot; bug-reports: &quot;https://github.com/QuickChick/QuickChick/issues&quot; license: &quot;MIT&quot; build: [ make &quot;-j%{jobs}%&quot; ] install: [ make &quot;install&quot; ] depends: [ &quot;ocaml&quot; {&gt;= &quot;4.04.0&quot;} &quot;coq&quot; {&gt;= &quot;8.7&quot; &lt; &quot;8.8~&quot;} &quot;coq-ext-lib&quot; &quot;coq-mathcomp-ssreflect&quot; {&gt;= &quot;1.6&quot; &amp; &lt; &quot;1.7~&quot;} ] authors: [ &quot;Leonidas Lampropoulos &lt;&gt;&quot; &quot;Zoe Paraskevopoulou &lt;&gt;&quot; &quot;Maxime Denes &lt;&gt;&quot; &quot;Catalin Hritcu &lt;&gt;&quot; &quot;Benjamin Pierce &lt;&gt;&quot; &quot;Arthur Azevedo de Amorim &lt;&gt;&quot; &quot;Antal Spector-Zabusky &lt;&gt;&quot; &quot;Li-Yao Xia &lt;&gt;&quot; &quot;Yishuai Li &lt;&gt;&quot; ] synopsis: &quot;QuickChick is a random property-based testing library for Coq&quot; tags: [ &quot;keyword:extraction&quot; &quot;category:Miscellaneous/Coq Extensions&quot; &quot;logpath:QuickChick&quot; ] url { src: &quot;https://github.com/QuickChick/QuickChick/archive/v1.0.0.tar.gz&quot; checksum: &quot;md5=f64997cb57e609cb0a9b0c4605891311&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-quickchick.1.0.0 coq.8.10.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.10.1). The following dependencies couldn&#39;t be met: - coq-quickchick -&gt; coq &lt; 8.8~ -&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-quickchick.1.0.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.05.0-2.0.6/released/8.10.1/quickchick/1.0.0.html
HTML
mit
7,164
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>bbv: 1 m 26 s 🏆</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.9.1 / bbv - 1.1</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> bbv <small> 1.1 <span class="label label-success">1 m 26 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-18 14:03:32 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-18 14:03:32 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-ocamlbuild base OCamlbuild binary and libraries distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 2 Virtual package relying on perl coq 8.9.1 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.02.3 The OCaml compiler (virtual package) ocaml-base-compiler 4.02.3 Official 4.02.3 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.3 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/mit-plv/bbv&quot; dev-repo: &quot;git://[email protected]:mit-plv/bbv.git&quot; bug-reports: &quot;https://github.com/mit-plv/bbv/issues&quot; authors: [&quot;Tej Chajed&quot; &quot;Haogang Chen&quot; &quot;Adam Chlipala&quot; &quot;Joonwon Choi&quot; &quot;Andres Erbsen&quot; &quot;Jason Gross&quot; &quot;Samuel Gruetter&quot; &quot;Frans Kaashoek&quot; &quot;Alex Konradi&quot; &quot;Gregory Malecha&quot; &quot;Duckki Oe&quot; &quot;Murali Vijayaraghavan&quot; &quot;Nickolai Zeldovich&quot; &quot;Daniel Ziegler&quot; ] license: &quot;MIT&quot; build: [ [make &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;install&quot;] ] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.9&quot; &amp; &lt; &quot;8.11~&quot;} ] synopsis: &quot;An implementation of bitvectors in Coq.&quot; url { src: &quot;https://github.com/mit-plv/bbv/archive/v1.1.tar.gz&quot; checksum: &quot;sha256=3fc85baf53175cd82f6e9b2b33cafa7148349974dc8443fca5cc99d72beb6e5f&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-bbv.1.1 coq.8.9.1</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-bbv.1.1 coq.8.9.1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>12 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-bbv.1.1 coq.8.9.1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>1 m 26 s</dd> </dl> <h2>Installation size</h2> <p>Total: 4 M</p> <ul> <li>2 M <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/bbv/Word.vo</code></li> <li>839 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/bbv/Word.glob</code></li> <li>206 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/bbv/Word.v</code></li> <li>172 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/bbv/NatLib.vo</code></li> <li>88 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/bbv/ZLib.vo</code></li> <li>51 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/bbv/HexNotation.vo</code></li> <li>49 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/bbv/NatLib.glob</code></li> <li>39 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/bbv/ZHints.vo</code></li> <li>39 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/bbv/Nomega.vo</code></li> <li>36 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/bbv/BinNotation.vo</code></li> <li>35 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/bbv/HexNotationWord.vo</code></li> <li>34 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/bbv/N_Z_nat_conversions.vo</code></li> <li>30 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/bbv/WordScope.vo</code></li> <li>28 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/bbv/NLib.vo</code></li> <li>28 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/bbv/BinNotationZ.vo</code></li> <li>27 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/bbv/HexNotationZ.vo</code></li> <li>25 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/bbv/ZLib.glob</code></li> <li>17 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/bbv/DepEq.vo</code></li> <li>12 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/bbv/NatLib.v</code></li> <li>10 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/bbv/DepEqNat.vo</code></li> <li>6 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/bbv/DepEq.glob</code></li> <li>6 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/bbv/DepEqNat.glob</code></li> <li>6 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/bbv/Nomega.glob</code></li> <li>6 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/bbv/N_Z_nat_conversions.glob</code></li> <li>5 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/bbv/HexNotation.glob</code></li> <li>5 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/bbv/ZLib.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/bbv/ReservedNotations.vo</code></li> <li>3 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/bbv/HexNotationWord.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/bbv/ZHints.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/bbv/BinNotation.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/bbv/HexNotation.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/bbv/Nomega.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/bbv/DepEqNat.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/bbv/DepEq.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/bbv/N_Z_nat_conversions.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/bbv/NLib.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/bbv/BinNotation.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/bbv/ZHints.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/bbv/ReservedNotations.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/bbv/HexNotationWord.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/bbv/WordScope.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/bbv/HexNotationZ.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/bbv/BinNotationZ.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/bbv/NLib.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/bbv/BinNotationZ.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/bbv/HexNotationZ.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/bbv/WordScope.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/bbv/ReservedNotations.glob</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-bbv.1.1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.02.3-2.0.6/released/8.9.1/bbv/1.1.html
HTML
mit
12,087
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>zorns-lemma: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.7.1 / zorns-lemma - 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> zorns-lemma <small> 8.9.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-28 23:20:48 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-28 23:20:48 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 2 Virtual package relying on perl coq 8.7.1 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.09.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.09.1 Official release 4.09.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.2 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/zorns-lemma&quot; license: &quot;LGPL&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/ZornsLemma&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.9&quot; &amp; &lt; &quot;8.10~&quot;} ] tags: [ &quot;keyword: set theory&quot; &quot;keyword: cardinal numbers&quot; &quot;keyword: ordinal numbers&quot; &quot;keyword: countable&quot; &quot;keyword: quotients&quot; &quot;keyword: well-orders&quot; &quot;keyword: Zorn&#39;s lemma&quot; &quot;category: Mathematics/Logic/Set theory&quot; ] authors: [ &quot;Daniel Schepler &lt;[email protected]&gt;&quot; ] bug-reports: &quot;https://github.com/coq-contribs/zorns-lemma/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/zorns-lemma.git&quot; synopsis: &quot;Zorn&#39;s Lemma&quot; description: &quot;&quot;&quot; This library develops some basic set theory. The main purpose I had in writing it was as support for the Topology library.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/zorns-lemma/archive/v8.9.0.tar.gz&quot; checksum: &quot;md5=015ca83d87a9f0ec598ce680278e08a5&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-zorns-lemma.8.9.0 coq.8.7.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.7.1). The following dependencies couldn&#39;t be met: - coq-zorns-lemma -&gt; coq &gt;= 8.9 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-zorns-lemma.8.9.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.09.1-2.0.6/released/8.7.1/zorns-lemma/8.9.0.html
HTML
mit
7,074