path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
clean/Linux-x86_64-4.04.2-2.0.5/released/8.6/coq2html/1.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>coq2html: 16 s 🏆</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.6 / coq2html - 1.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> coq2html <small> 1.0 <span class="label label-success">16 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-18 12:47:20 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-18 12:47:20 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.6 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;Xavier Leroy &lt;xavier.leroy@inria.fr&gt;&quot; homepage: &quot;https://github.com/xavierleroy/coq2html&quot; dev-repo: &quot;git+https://github.com/xavierleroy/coq2html.git&quot; bug-reports: &quot;https://github.com/xavierleroy/coq2html/issues&quot; license: &quot;GPL v2 or later&quot; build: [ [make] ] install: [ [make &quot;BINDIR=%{bin}%&quot; &quot;install&quot;] ] remove: [ [&quot;rm&quot; &quot;%{bin}%/coq2html&quot;] ] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.5&quot;} ] synopsis: &quot;Generates HTML documentation from Coq source files. Alternative to coqdoc&quot; authors: &quot;Xavier Leroy &lt;xavier.leroy@inria.fr&gt;&quot; flags: light-uninstall url { src: &quot;https://github.com/xavierleroy/coq2html/archive/v1.0.tar.gz&quot; checksum: &quot;md5=33d6c09ba1015b3181b2d46c56f9759b&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-coq2html.1.0 coq.8.6</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-coq2html.1.0 coq.8.6</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>13 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-coq2html.1.0 coq.8.6</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>16 s</dd> </dl> <h2>Installation size</h2> <p>Total: 2 M</p> <ul> <li>2 M <code>../ocaml-base-compiler.4.04.2/bin/coq2html</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-coq2html.1.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
src/doc/files/Repository.ProductTypeRepository.html
Bunkermaster/exosymfony
<!DOCTYPE html> <html lang="en"> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/> <meta charset="utf-8"/> <title>API Documentation</title> <meta name="author" content=""/> <meta name="description" content=""/> <link href="../css/bootstrap-combined.no-icons.min.css" rel="stylesheet"> <link href="../css/font-awesome.min.css" rel="stylesheet"> <link href="../css/prism.css" rel="stylesheet" media="all"/> <link href="../css/template.css" rel="stylesheet" media="all"/> <!--[if lt IE 9]> <script src="../js/html5.js"></script> <![endif]--> <script src="../js/jquery-1.11.0.min.js"></script> <script src="../js/ui/1.10.4/jquery-ui.min.js"></script> <script src="../js/bootstrap.min.js"></script> <script src="../js/jquery.smooth-scroll.js"></script> <script src="../js/prism.min.js"></script> <!-- TODO: Add http://jscrollpane.kelvinluck.com/ to style the scrollbars for browsers not using webkit--> <script type="text/javascript"> function loadExternalCodeSnippets() { Array.prototype.slice.call(document.querySelectorAll('pre[data-src]')).forEach(function (pre) { var src = pre.getAttribute('data-src'); var extension = (src.match(/\.(\w+)$/) || [, ''])[1]; var language = 'php'; var code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState == 4) { if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); } else if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; } else { code.textContent = '✖ Error: File does not exist or is empty'; } } }; xhr.send(null); }); } $(document).ready(function(){ loadExternalCodeSnippets(); }); $('#source-view').on('shown', function () { loadExternalCodeSnippets(); }) </script> <link rel="shortcut icon" href="../images/favicon.ico"/> <link rel="apple-touch-icon" href="../images/apple-touch-icon.png"/> <link rel="apple-touch-icon" sizes="72x72" href="../images/apple-touch-icon-72x72.png"/> <link rel="apple-touch-icon" sizes="114x114" href="../images/apple-touch-icon-114x114.png"/> </head> <body> <div class="navbar navbar-fixed-top"> <div class="navbar-inner"> <div class="container"> <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> <i class="icon-ellipsis-vertical"></i> </a> <a class="brand" href="../index.html">API Documentation</a> <div class="nav-collapse"> <ul class="nav pull-right"> <li class="dropdown"> <a href="../index.html" class="dropdown-toggle" data-toggle="dropdown"> API Documentation <b class="caret"></b> </a> <ul class="dropdown-menu"> <li><a href="../namespaces/AppBundle.html">\AppBundle</a></li> </ul> </li> <li class="dropdown" id="charts-menu"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> Charts <b class="caret"></b> </a> <ul class="dropdown-menu"> <li> <a href="../graphs/class.html"> <i class="icon-list-alt"></i>&#160;Class hierarchy diagram </a> </li> </ul> </li> <li class="dropdown" id="reports-menu"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> Reports <b class="caret"></b> </a> <ul class="dropdown-menu"> <li> <a href="../reports/errors.html"> <i class="icon-list-alt"></i>&#160;Errors <span class="label label-info pull-right">27</span> </a> </li> <li> <a href="../reports/markers.html"> <i class="icon-list-alt"></i>&#160;Markers <span class="label label-info pull-right">0</span> </a> </li> <li> <a href="../reports/deprecated.html"> <i class="icon-list-alt"></i>&#160;Deprecated <span class="label label-info pull-right">0</span> </a> </li> </ul> </li> </ul> </div> </div> </div> <!--<div class="go_to_top">--> <!--<a href="#___" style="color: inherit">Back to top&#160;&#160;<i class="icon-upload icon-white"></i></a>--> <!--</div>--> </div> <div id="___" class="container-fluid"> <section class="row-fluid"> <div class="span2 sidebar"> <div class="accordion" style="margin-bottom: 0"> <div class="accordion-group"> <div class="accordion-heading"> <a class="accordion-toggle " data-toggle="collapse" data-target="#namespace-455136430"></a> <a href="../namespaces/default.html" style="margin-left: 30px; padding-left: 0">\</a> </div> <div id="namespace-455136430" class="accordion-body collapse in"> <div class="accordion-inner"> <div class="accordion" style="margin-bottom: 0"> <div class="accordion-group"> <div class="accordion-heading"> <a class="accordion-toggle collapsed" data-toggle="collapse" data-target="#namespace-1462781582"></a> <a href="../namespaces/AppBundle.html" style="margin-left: 30px; padding-left: 0">AppBundle</a> </div> <div id="namespace-1462781582" class="accordion-body collapse "> <div class="accordion-inner"> <div class="accordion" style="margin-bottom: 0"> <div class="accordion-group"> <div class="accordion-heading"> <a class="accordion-toggle collapsed" data-toggle="collapse" data-target="#namespace-1773765406"></a> <a href="../namespaces/AppBundle.Controller.html" style="margin-left: 30px; padding-left: 0">Controller</a> </div> <div id="namespace-1773765406" class="accordion-body collapse "> <div class="accordion-inner"> <ul> <li class="class"><a href="../classes/AppBundle.Controller.ProductController.html">ProductController</a></li> </ul> </div> </div> </div> </div> <div class="accordion" style="margin-bottom: 0"> <div class="accordion-group"> <div class="accordion-heading"> <a class="accordion-toggle collapsed" data-toggle="collapse" data-target="#namespace-603596457"></a> <a href="../namespaces/AppBundle.Entity.html" style="margin-left: 30px; padding-left: 0">Entity</a> </div> <div id="namespace-603596457" class="accordion-body collapse "> <div class="accordion-inner"> <ul> <li class="class"><a href="../classes/AppBundle.Entity.Product.html">Product</a></li> <li class="class"><a href="../classes/AppBundle.Entity.ProductType.html">ProductType</a></li> </ul> </div> </div> </div> </div> <div class="accordion" style="margin-bottom: 0"> <div class="accordion-group"> <div class="accordion-heading"> <a class="accordion-toggle collapsed" data-toggle="collapse" data-target="#namespace-2125712239"></a> <a href="../namespaces/AppBundle.Exception.html" style="margin-left: 30px; padding-left: 0">Exception</a> </div> <div id="namespace-2125712239" class="accordion-body collapse "> <div class="accordion-inner"> <ul> <li class="class"><a href="../classes/AppBundle.Exception.H3Exception.html">H3Exception</a></li> </ul> </div> </div> </div> </div> <div class="accordion" style="margin-bottom: 0"> <div class="accordion-group"> <div class="accordion-heading"> <a class="accordion-toggle collapsed" data-toggle="collapse" data-target="#namespace-988717212"></a> <a href="../namespaces/AppBundle.Form.html" style="margin-left: 30px; padding-left: 0">Form</a> </div> <div id="namespace-988717212" class="accordion-body collapse "> <div class="accordion-inner"> <ul> <li class="class"><a href="../classes/AppBundle.Form.ProductType.html">ProductType</a></li> </ul> </div> </div> </div> </div> <div class="accordion" style="margin-bottom: 0"> <div class="accordion-group"> <div class="accordion-heading"> <a class="accordion-toggle collapsed" data-toggle="collapse" data-target="#namespace-1294469713"></a> <a href="../namespaces/AppBundle.Repository.html" style="margin-left: 30px; padding-left: 0">Repository</a> </div> <div id="namespace-1294469713" class="accordion-body collapse "> <div class="accordion-inner"> <ul> <li class="class"><a href="../classes/AppBundle.Repository.ProductRepository.html">ProductRepository</a></li> <li class="class"><a href="../classes/AppBundle.Repository.ProductTypeRepository.html">ProductTypeRepository</a></li> </ul> </div> </div> </div> </div> <div class="accordion" style="margin-bottom: 0"> <div class="accordion-group"> <div class="accordion-heading"> <a class="accordion-toggle collapsed" data-toggle="collapse" data-target="#namespace-440518253"></a> <a href="../namespaces/AppBundle.Service.html" style="margin-left: 30px; padding-left: 0">Service</a> </div> <div id="namespace-440518253" class="accordion-body collapse "> <div class="accordion-inner"> <ul> <li class="class"><a href="../classes/AppBundle.Service.AccountingService.html">AccountingService</a></li> </ul> </div> </div> </div> </div> <ul> <li class="class"><a href="../classes/AppBundle.AppBundle.html">AppBundle</a></li> </ul> </div> </div> </div> </div> <ul> </ul> </div> </div> </div> </div> </div> </section> <section class="row-fluid"> <div class="span10 offset2"> <div class="row-fluid"> <div class="span8 content file"> <nav> </nav> <a href="#source-view" role="button" class="pull-right btn" data-toggle="modal"><i class="icon-code"></i></a> <h1><small>Repository</small>ProductTypeRepository.php</h1> <p><em></em></p> <h2>Classes</h2> <table class="table table-hover"> <tr> <td><a href="../classes/AppBundle.Repository.ProductTypeRepository.html">ProductTypeRepository</a></td> <td><em>ProductTypeRepository</em></td> </tr> </table> </div> <aside class="span4 detailsbar"> <dl> <dt>Package</dt> <dd><div class="namespace-wrapper">\Default</div></dd> </dl> <h2>Tags</h2> <table class="table table-condensed"> <tr><td colspan="2"><em>None found</em></td></tr> </table> </aside> </div> </div> </section> <div id="source-view" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="source-view-label" aria-hidden="true"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> <h3 id="source-view-label"></h3> </div> <div class="modal-body"> <pre data-src="../files/Repository/ProductTypeRepository.php.txt" class="language-php line-numbers"></pre> </div> </div> <footer class="row-fluid"> <section class="span10 offset2"> <section class="row-fluid"> <section class="span10 offset1"> <section class="row-fluid footer-sections"> <section class="span4"> <h1><i class="icon-code"></i></h1> <div> <ul> <li><a href="../namespaces/AppBundle.html">\AppBundle</a></li> </ul> </div> </section> <section class="span4"> <h1><i class="icon-bar-chart"></i></h1> <div> <ul> <li><a href="../graphs/class.html">Class Hierarchy Diagram</a></li> </ul> </div> </section> <section class="span4"> <h1><i class="icon-pushpin"></i></h1> <div> <ul> <li><a href="../reports/errors.html">Errors</a></li> <li><a href="../reports/markers.html">Markers</a></li> </ul> </div> </section> </section> </section> </section> <section class="row-fluid"> <section class="span10 offset1"> <hr /> Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor </a> and authored on February 9th, 2017 at 14:07. </section> </section> </section> </footer> </div> </body> </html>
declaration/hat_kreyol.html
wooorm/udhr
<!doctype html> <html lang="ht" dir="ltr" data-code="hat_kreyol" data-iso6393="hat"> <head> <title>Haitian Creole French (Kreyol)</title> </head> <body> <h1>DECLARASYON INIVESEL DWA DE LOM</h1> <header> <h2>&#x26;1</h2> <p>Entwodiksyon</p> <p>Lè nou konsidere ke, paske yo rekonèt ke diyite ki nan nannan tout moun ak dwa egal ego yo ki pa sa van, se baz epi inaliénables constitue le fondement de la libète, de la jistis epi deak lapè nan le mond entye,</p> <p>Lè nou konsidere ke, paske yo pa rekonèt epi ke yo méeprize dwa de lom, sa mennen move zak ki revolte la konsians limanite, epi tou ke wè yon tan kote tout moun ap lib pou you pale ak pou yo kwè, paske yo pap nan laperez ak la misè, tan sa-a yo rele li pi gwo ambisyon lom ka genyen,</p> <p>Lè nou konsidere ke li enpòtan ke dwa de lom fok yo pwoteje yo avèk yon regleman de dwa pou lom pa oblije, lè li pasa aji lot jan, revolte kgenont kraze zo ak lopresyon,</p> <p>Lè nou konsidere ke li impòtan ke tout moun ankouraje devlopman relasyon zanmitay ak lot nasyon,</p> <p>Lè nou konsidere ke nan Pwensip fondalnatal Nasyon Zini, pèp Nasyon Zini-yo retounen proklame la fwa-yo nan dwa fondalnatal moun, nan la diyite ak valè tout moun, nan dwa egal ego fanm kou gason, epi ke pèp sa yo deklare ke yo deside mete devan, pwogrè la sosyete epi pou yo enstale bon kondisyon pou la vi miyò chitya nan gwao la libète,</p> <p>Lè nou konsidere ke peyi manm yo angaje yo pou yo asire, ansanm avek Oganisyon Nasyon Zini, respe inivèsel ak respe tout bon dwa de lom ak libète fondalnatal,</p> <p>Lè nou konsidere li enpòtan ke fok yo tout wè dwa ak libète sa-yo menm jan, pou yo ka ranpli tout bon angajman sa-a,</p> <p>Asamble Jeneral Nasyon Zini</p> <p>pwoclame</p> <p>Deklarasyon Inivèsel Dwa de Lom sa-a</p> <p>Se anbisyon pou la vi miyò demen, pou tout pèp ak tout nasyon mete nan tèt yo, pou yon jou tout moun, ansanm avek tout vwa la sosyete, ak Deklarasyon sa-a nan lespri yo toutan, yo fè yon jèfò, avek kom baz anseyman ak edikasyon, pou yo devlope respè dwa ak libète sa a yo epi pou yo fè de kwa, avek aksyon nasyonal ak entènasyonal, yap pran ofi amèzi, pou yo rekonèt dwa sa yo epi pou yo aplike yo nan le mond antye, tout bon, nan mitan popilasyon peyi ki manm Nasyon Zini-yo, ak nan mitan tout teritwa ki anba jiridiksyon yo.</p> </header> <article data-number="1"> <h2>ArtikAtik 1</h2> <p>Tout moun fèt lib, egal ego pou diyite kou wè dwa. Nou gen la rezon ak la konsyans epi nou fèt pou nou aji youn ak lot ak yon lespri fwatènite.</p> </article> <article data-number="2"> <h2>ArtikAtik 2</h2> <p>Chak moun kapab itilize dwa ak tout libète pki pwoklame nan Deklarasyon sa-a, san yo pa fè okenn diferans ant you moun ak you lot, kelt ki lan swa ras li, koulè li, sex li, lang li pale-a, relijyon li, opinyon politik o swa nen pot ki lot opinyon li ka genyen, kit li soti nan orijin nasyonal o gen reapò ak la sosyete, lajan, kotel sòoti o swa nenpot ki lot sitiasyon.</p> <p>Epi, yo pap fè oken diferans kel ke swa lL wa sou politik, jistis o swa Lwa entèénasyonal peyi ou byen tenritwa kote moun nan sòti, ke pèéyi o swa tenritwa sa-a li endepandan, ou byen sou lobedians yon lot, kel pa sa anji pou kol o enkeò kel gen kek règleman ki limite libète peyi-a.</p> </article> <article data-number="3"> <h2>ArtikAtik 3</h2> <p>Chak moun gen dwa as ke li gen la vi, la libeète ak sekirite pou tèt-li.</p> </article> <article data-number="4"> <h2>ArtikAtik 4</h2> <p>Yo pa gen dwa kimbe pèson nan esklavaj ni fòsel ekzekite yon travay; esklavaj avek komès esklav entèdi kèl ke swa jan yap fèl la.</p> </article> <article data-number="5"> <h2>ArtikAtik 5</h2> <p>Yo pa gen dwa maspinen you moun, ni fèl sibi mòve tretman, ni tretel kou bèt osnon fèl pèdi lonèl.</p> </article> <article data-number="6"> <h2>ArtikAtik 6</h2> <p>Chak moun gen dwa as ke yo rekònet toupatou pèsonalite jiridik-li.</p> </article> <article data-number="7"> <h2>ArtikAtik 7</h2> <p>Tou moun egal devan la lwa epi tout moun gen dwa, san pati pri, gen menm pwoteksyon ke la lwa bay. Tout moun gen dwa gen pwoteksyon-an kont tout pati pri ki ta kab anviole Deklarasyon sa-a epi tout kont tout pwovokasyon pou yo fè pati pri.</p> </article> <article data-number="8"> <h2>ArtikAtik 8</h2> <p>Chak moun gen dwa poul resevwa konkou tout bon pa devan tribinal nasyonal reskonsab yo, kont zak kap anviole dwa fondalnatal ke konstitisyon o swa la lwa rekònet kel genyen.</p> </article> <article data-number="9"> <h2>ArtikAtik 9</h2> <p>Yo pa gen dwa ak fos gro ponyet, arete, mete nan prizon o swa ekzile yon moun.</p> </article> <article data-number="10"> <h2>ArtikAtik 10</h2> <p>Chak moun gen dwa, egal ego, as ke yo koute koz li kou koz nenpòt ki lot moun, devan yon piblik, devan yon tribinal ki pa depann de pèson anpi ki baye bon pwa ak bon mezi, ki kab deside sou dwa ak devwa moun nan, o swa si akizasyon yo pote kontli la lwa konsiderel kom jis.</p> </article> <article data-number="11"> <h2>ArtikAtik 11</h2> <ol> <li> <p>Nenpòt ki moun yo ta akize de move zak sou yon lot, sipose inosan jiskaske la lwa rekonèt kè li koupab, nan yon prose piblik, kote yo dwe bali tout garanti nesesè pou li defann tèt li.</p> </li> <li> <p>Yo pap ka kondane pèson pou aksyon o swa manklman ke, le moman yo tap komèt yo, yo pat konsidere yo kom yon move zak, dapre dwa nasyonal oubyen ientènasyonal. Menme jan, yo pap ka mete diplius sou kondanasyon you moun ke sa la lwa te rekonèt la le moman move zak-la te komèt.</p> </li> </ol> </article> <article data-number="12"> <h2>ArtikAtik 12</h2> <p>Yo pap ka ak la fos entre nan afè ki regade vi prive yon moun, fanmi-li, kay-li o swa lèt kel ekri o swa kel resevwa, ni sal lonè li ak repitasyon li. Tout moun gen dwa gen pwoteksyon la lwa kont zak sa yo.</p> </article> <article data-number="13"> <h2>ArtikAtik 13</h2> <ol> <li> <p>Tout moun gen dwa sikile libreman epi tou chwazsi kote li pral rezide-a nan peyi-a.</p> </li> <li> <p>Tout moun gen dwa kite nenpot ki peyi, menm pal tou, epi retounen nan peyi l.</p> </li> </ol> </article> <article data-number="14"> <h2>ArtikAtik 14</h2> <ol> <li> <p>Lò gen pèsekisyon, tout moun gen dwa chèche lazil epi benéefisie lazil nan lot peyi.</p> </li> <li> <p>Dwa sa-a li pa ka aplike lè se pouswiv yap pouswiv yon moun pou krim dwa komen o swa pou ajisman ki kontrè ak entanNasyon epi princip Nasyon Zini.</p> </li> </ol> </article> <article data-number="15"> <h2>ArtikAtik 15</h2> <ol> <li> <p>Tout moun dwe genyen yon nasyonalite.</p> </li> <li> <p>Yo pa sa wete nasyonalite yon moun ak la fos, ni yo pa sa anpechel chanje nasyonalite.</p> </li> </ol> </article> <article data-number="16"> <h2>ArtikAtik 16</h2> <ol> <li> <p>DDepi yo gen laj la, yon gason ak yon fanm, kel ke swa ras yo, nasyonalite yo o swa relijyon, gen dwa marie o swa fonde yon fanmi. Yo gen dwa egal ego devan mariaj, pandan mariaj epi lè yap divòse.</p> </li> <li> <p>Mariaj pa sa fèt si se pa ak lib konsantman moun ki pral marie yo.</p> </li> <li> <p>La fanmi se eleman natirel ki pi enpòtan la sosyete epi li gen dwa genyen pwoteksyon la sosyete ak leta.</p> </li> </ol> </article> <article data-number="17"> <h2>ArtikAtik 17</h2> <ol> <li> <p>Tout moun, kit li poukòl kit li ak moun, gen dwa posede yon byen.</p> </li> <li> <p>Yo pa gen dwa wete byen yon moun nan men li ak la fos.</p> </li> </ol> </article> <article data-number="18"> <h2>ArtikAtik 18</h2> <p>Tout moun gen dwa poul gen libète panse, libète konsians li ak relijyon li; dwa sa-a konpran tou libète pou li chanje de relijyion obyen fason li pnanse, libète manifeste relijyion li o swa fason li pnanse, poukòl osnon ak lot moun, kit li devan yon piblick kit li nan prive, pa mwayen lanseyman, pwatik, sèvis-la ak seremoni-yo.</p> </article> <article data-number="19"> <h2>ArtikAtik 19</h2> <p>Tout moun gen dwa a libète lide yo ak lapawol yo, kidonk dwa pou yo pa enkiete yo a koz lide yo ak dwa tou pou yo chèche, resevwa epi tou piblye, san konsiderasyon fwontiè, enfòmasyon ak lide pa nenpot ki mwayen ki ekziste pou yo piblye yo.</p> </article> <article data-number="20"> <h2>ArtikAtik 20</h2> <ol> <li> <p>Tout moun gen dwa gen libète fè reinyon ak asosyasyon san zam.</p> </li> <li> <p>Yo pa ka oblije pèson manm yon asosyasyon.</p> </li> </ol> </article> <article data-number="21"> <h2>ArtikAtik 21</h2> <ol> <li> <p>Tout moun gen dwa patisipe nan direksyon zafè piblik peyil, swa direkteman, swa pa lentèmediè repréesantan kel chwazi an tout libète.</p> </li> <li> <p>Tout moun gen dwa okipe, nan kondisyon egalite, pos piblik peyi li.</p> </li> <li> <p>Volonté yon peup se baz otorite pouvwa piblik; volonte sa-a dwe manifeste li nan eleksyon onèt ki dwe fèt nan entèval fiks, ak patisipasyon tout sitwayen, ak vot sekrè osnon ak yon metofd ki ta menm jan ak sa-a depi li asire libète vot-la.</p> </li> </ol> </article> <article data-number="22"> <h2>ArtikAtik 22</h2> <p>Tout moun, kom manm la sosyete, gen dwa gen sikirite sosyal; sekirite sa-a, yo kreyel pou moun jwen satisfaksyon dwa ekonomik, sosyal ak kiltirel ki endispansab pou diyite ak devlopman lib pèsonalitel, gras a jeèfò nasyonal ak kooperasyon entènasyonal, depandan de oganizasyon ak resous chak peyi.</p> </article> <article data-number="23"> <h2>ArtikAtik 23</h2> <ol> <li> <p>Tout moun gen dwa revandike dwa travay, gen dwa chwazi libreman travay li, nan de kondisyon ki bon, ki jis, ak pwoteksyon kont chomaj.</p> </li> <li> <p>Tout moun gen dwa, san pati pri, aske yo peyel yon salè egal pou yon travay egal ak sa yon lòt fè.</p> </li> <li> <p>Tout moun kap travay, yo dwe bali yon salè jis epi ki satisfezan, ki kapab asirel, ansanm ak fanmi li, yon ekzistans ki an akò avek diyite moun epi complétéetou, si gen posibilite, pou yo ta konpletel ak tout lòt mwayen pwoteksyon sosyal.</p> </li> <li> <p>Tout moun gen dwa fonde sendika ak lòt moun osnon entre nan sendika pou defann enterè yo.</p> </li> </ol> </article> <article data-number="24"> <h2>ArtikAtik 24</h2> <p>Tout moun gen dwa gen repo ak amizman, ak yon limit rezonab pou dire travay-la epi, tout moun gen dwa tou a konje peye periodik.</p> </article> <article data-number="25"> <h2>ArtikAtik 25</h2> <ol> <li> <p>Tout moun gen dwa pou yon nivo lavi ki kapab garanti lasante ak byenèt yo ansam ak pa fanmi yo, epi tou garanti manje, abiye, kay, swen lasante avek sèvis sosyal nesesè yo; tout moun gen dwa pou yo genyen sikirite nan ka chomaj, maladi, paralesi, epi tou si mari o swa madanm mouri, nan ka vieyes o swa nan tout lòt ka kote yon moun ta pèdi mwayen poul viv, nan de sikonstans ke se pat volonte'l ki te vle li.</p> </li> <li> <p>Matènité ak ti moun piti gen gen dwa a yon èd ak yon asistans espesyal. Tout ti moun, kit yo fèt nan mariaj, kit se andeyò mariaj, gen menm pwoteksyon sosyal la.</p> </li> </ol> </article> <article data-number="26"> <h2>ArtikAtik 26</h2> <ol> <li> <p>Tout moun gen dwa a levasyon. Levasyon dwe gratuis, di mwens lò se anseyman elemanitè epi fondalnatal. Anseyman elementè obligatwa. Anseyman teknik ak pwofesyonel dwe jeneralize; antre nan etid siperiè dwe ouvè pou tout moun egal ego depandan de valè yon moun.</p> </li> <li> <p>Vizion levasyon dwe pou fè fleri pèsonalite moun ak ranfose respè dwa de lom ak libète fondalnatal. Li dwe tou ankouraje konesans, tolerans ak lamitye ant tout nasyon, tout gwoup ras moun o swa tout relijyon, epi tou ankouraje devlopman aktivite Nasyon Zini pou mentni la pè.</p> </li> <li> <p>Paran yo, en premie, gen dwa pou yo chwazi ki kalite levasyon pou yo bay pitit yo.</p> </li> </ol> </article> <article data-number="27"> <h2>ArtikAtik 27</h2> <ol> <li> <p>Tout moun gen dwa patisipe libreman nan aktivite sou la vi kiltirel kominote-a, jwi la vi atistik-la epi paticipe nan pwogrè la sians ak avantaj ki soti nan pwogrè sa-a. epi aux bienfaits qui en résultent.</p> </li> <li> <p>Tout moun gen dwa genyen pwoteksyon enterè lespri ak enterè tout bon vre ki sòti nan tout pwodiksyon la sians, literati epi tou atistik ke moun sa-a ta pwodwi.</p> </li> </ol> </article> <article data-number="28"> <h2>ArtikAtik 28</h2> <p>Tout moun gen dwa aske ekziste, sou plan sosyal ak sou plan entènasyonal, yon lòd kote dwa ak libète ki pwoklame nan Deklarasyon sa a kapab aplike tout bon vre.</p> </article> <article data-number="29"> <h2>ArtikAtik 29</h2> <ol> <li> <p>Chak moun gen devwa padevan kominote-a, kote se sèl kote devlopman lib tout bon pèsonalite li kapab realize.</p> </li> <li> <p>Nan itilizasyon dwa li yo epi nan la jwisans libète li yo, yon moun dwe soumèt li devan limitasyon ke la lwa sèlman tabli, pou asire rekonesans ak respe dwa ak libète lot moun epi tou pou satisfiè bon jan ekzistans règleman la sosyete, lòd piblik ak byenèt jeneral nan yon sosyete demokratik.</p> </li> <li> <p>Dwa ak libète sa yo, yo pap kapab, nan okenn ka, itilize yo lòt jan ke selon vizion ak pwencip Nasyon Zini.</p> </li> </ol> </article> <article data-number="30"> <h2>ArtikAtik 30</h2> <p>Okenn nan disposisyon Deklarasyon sa-a pap ka entèpwete kom kwa yon leta, yon gwoupman o swa yon moun, ta ka gen yon dwa kelkonk poul ta tanmen yon aktivite obyen komèt yon zak ki ta vle abouti a destriksyon dwa ak libète ki pwoklame na Deklarasyon-an.</p> </article> </body> </html>
client/scripts/partials/chat.html
adwylie/set
<div ng-controller='chatCtrl'> <div class="form-group"> <textarea ng-model="chatHistory" ng-disabled="true" rows="20" class="no-resize form-control"></textarea> </div> <div class="form-group input-group"> <span class="input-group-addon">{{ nickname }}</span> <input ng-model="chatMessage" ng-keyup="submitHandler($event)" type="text" class="form-control"> </div> </div>
clean/Linux-x86_64-4.12.0-2.0.8/released/8.13.1/infotheo/0.1.1.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>infotheo: 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 / infotheo - 0.1.1</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> infotheo <small> 0.1.1 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2021-10-22 16:55:43 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-22 16:55:43 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-gmp 3 Virtual package relying on a GMP lib system installation coq 8.13.1 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.12.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.12.0 Official release 4.12.0 ocaml-config 2 OCaml Switch Configuration ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled ocamlfind 1.9.1 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;reynald.affeldt@aist.go.jp&quot; homepage: &quot;https://github.com/affeldt-aist/infotheo&quot; bug-reports: &quot;https://github.com/affeldt-aist/infotheo/issues&quot; dev-repo: &quot;git+https://github.com/affeldt-aist/infotheo.git&quot; license: &quot;GPL-3.0-or-later&quot; authors: [ &quot;Reynald Affeldt&quot; &quot;Manabu Hagiwara&quot; &quot;Jonas Senizergues&quot; &quot;Jacques Garrigue&quot; &quot;Kazuhiko Sakaguchi&quot; &quot;Taku Asai&quot; &quot;Takafumi Saikawa&quot; &quot;Naruomi Obata&quot; &quot;Erik Martin-Dorel&quot; &quot;Ryosuke Obi&quot; &quot;Mitsuharu Yamamoto&quot; ] build: [ [make &quot;-j%{jobs}%&quot;] [make &quot;-C&quot; &quot;extraction&quot; &quot;tests&quot;] {with-test} ] install: [ [make &quot;install&quot;] ] depends: [ &quot;coq&quot; {&gt;= &quot;8.11&quot; &amp; &lt; &quot;8.12~&quot;} &quot;coq-mathcomp-field&quot; {&gt;= &quot;1.11&quot; &amp; &lt; &quot;1.12~&quot;} &quot;coq-mathcomp-analysis&quot; {&gt;= &quot;0.3.1&quot; &amp; &lt; &quot;0.3.3~&quot;} ] synopsis: &quot;Infotheo&quot; description: &quot;&quot;&quot; a Coq formalization of information theory and linear error-correcting codes &quot;&quot;&quot; tags: [ &quot;category:Computer Science/Data Types and Data Structures&quot; &quot;keyword: information theory&quot; &quot;keyword: probability&quot; &quot;keyword: error-correcting codes&quot; &quot;logpath:infotheo&quot; &quot;date:2020-06-12&quot; ] url { http: &quot;https://github.com/affeldt-aist/infotheo/archive/v0.1.1.tar.gz&quot; checksum: &quot;sha512=58420885549ae2bafbe95d68dc49a6a889ba26c1e536937971c04618461d1c183be4da68ed4ac6012a56877c309d61476d79a148900d5c91d616dca979bb8106&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-infotheo.0.1.1 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-infotheo -&gt; coq &lt; 8.12~ -&gt; ocaml &lt; 4.12 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-infotheo.0.1.1</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
src/public/settings.html
NikitaStupin/tp-web
<!DOCTYPE html> <html lang="en"> <head> <title>Ask Stupin</title> <meta charset="utf-8"> <link rel="stylesheet" href="../static/css/my_styles.css"> <link rel="stylesheet" href="../static/css/bootstrap.min.css"> </head> <body class="my-body"> <nav class="navbar navbar-inverse my-navbar"> <div class="container-fluid my-container"> <div class="navbar-header"> <a class="navbar-brand" href="#">AskStupin</a> </div><!-- /navbar-header --> <form class="navbar-form navbar-left"> <div class="form-group"> <input type="text" class="form-control" placeholder="Search"> <button class="btn btn-success" type="submit">Go!</button> </div><!-- /form-group --> </form><!-- /navbar-form navbar-left --> <ul class="nav navbar-nav navbar-right"> <li><a href="#" class="my-user-profile"><img alt="avatar" src="../static/img/avatar-1.jpg" height=30px> <u>Nickname</u></a></li> <li><a href="#"><span class="glyphicon glyphicon-tasks"></span> Settings</a></li> <li><a href="#"><span class="glyphicon glyphicon-log-out"></span> Log Out</a></li> </ul><!-- /nav navbar-nav navbar-right --> <ul class="hidden-element nav navbar-nav navbar-right"> <li><a href="#"><span class="glyphicon glyphicon-user"></span> Sign Up</a></li> <li><a href="#"><span class="glyphicon glyphicon-log-in"></span> Log In</a></li> </ul><!-- /nav navbar-nav navbar-right --> </div><!-- /container-fluid my-container --> </nav><!-- /navbar navbar-inverse my-navbar --> <div class="container-fluid my-container"> <div class="row my-page-header"> <div class="container"> <h2 class="my-h">Settings: Pupkin</h2> </div><!-- /container --> </div><!-- /row my-page-header --> <div class="row my-page-main"> <div class="col-md-9 my-page-content"> <form class="form-horizontal my-form"> <div class="form-group"> <label class="col-md-3 control-label my-label">Login</label> <div class="col-md-6 my-input"> <input class="form-control" value="v_pupkin" required=""> </div><!-- /col-md-10 --> </div><!-- /form-group --> <div class="form-group"> <label class="col-md-3 control-label my-label">Email</label> <div class="col-md-6 my-input"> <input type="email" id="inputEmail" class="form-control" value="pupkin@mail.ru" required=""> </div><!-- /col-md-10 --> </div><!-- /form-group --> <div class="form-group"> <label class="col-md-3 control-label my-label">Nickname</label> <div class="col-md-6 my-input"> <input class="form-control" value="Vasya" required=""> </div><!-- /col-md-6 my-input --> </div><!-- /form-group --> <div class="form-group"> <label class="col-md-3 control-label my-label">Upload avatar</label> <div class="col-md-2 my-input"> <a href="#"><img class="img-rounded my-avatar" width="70%" alt="avatar" src="../static/img/avatar-1.jpg"></a> </div> </div> <div class="form-group"> <div class="col-md-offset-3 col-md-4 my-input"> <input type="text" class="form-control" placeholder="Path to file"> </div><!-- /col-md-4 --> <div class="col-md-2"> <label class="btn btn-default btn-file">Choose<input type="file" style="display:none"></label> </div><!-- /col-md-2 --> </div><!-- /form-group --> <div class="form-group"> <div class="col-md-offset-3 col-md-6 my-input"> <button type="submit" class="btn btn-default">Save</button> </div><!-- /col-md-offset-3 col-md-6 --> </div><!-- /form-group --> </form><!-- /form-horizontal --> </div><!-- /col-md-9 my-page-content --> <div class="col-md-3 my-sidebar"> <div> <h2>Popular tags</h2> <ul class="list-inline"> <li><a class="red-tag" href="#">HTML</a></li> <li><a href="#">Lorem</a></li> <li><a class="red-tag" href="#">why?</a></li> <li><a href="#">TP</a></li> <li><a class="green-tag" href="#">web</a></li> <li><a class="yellow-tag" href="#">django</a></li> <li><a href="#">nginx</a></li> </ul> </div> <div> <h2>Best members</h2> <ul class="list-unstyled"> <li><a href="#">Vasya Pupkin</a></li> <li><a href="#">John Smith</a></li> <li><a href="#">Ivan Petrov</a></li> </ul> </div> </div><!-- /col-md-3 my-sidebar --> </div><!-- /row my-page-main --> <div class="row my-footer"> <p class="text-muted">Nikita Stupin 2016</p> </div><!-- /row my-footer --> </div><!-- /container-fluid my-container --> </body><!-- /my-body --> </html>
clean/Linux-x86_64-4.05.0-2.0.1/released/8.5.1/math-classes/1.0.5.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>math-classes: 7 m 59 s 🏆</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.5.1 / math-classes - 1.0.5</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> math-classes <small> 1.0.5 <span class="label label-success">7 m 59 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-10-15 03:37:57 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-15 03:37:57 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.5.1 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;b.a.w.spitters@gmail.com&quot; homepage: &quot;https://github.com/math-classes/&quot; doc: &quot;https://github.com/math-classes/&quot; authors: [ &quot;Eelis van der Weegen&quot; &quot;Bas Spitters&quot; &quot;Robbert Krebbers&quot; ] license: &quot;Public Domain&quot; build: [ [ &quot;./configure.sh&quot; ] [ make &quot;-j%{jobs}%&quot; ] ] install: [ make &quot;install&quot; ] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.5&quot; &amp; &lt; &quot;8.6&quot;} ] tags: [ &quot;logpath:MathClasses&quot; ] synopsis: &quot;A library of abstract interfaces for mathematical structures in Coq&quot; url { src: &quot;https://github.com/math-classes/math-classes/archive/9853988446ab19ee0618181f8da1d7dbdebcc45f.zip&quot; checksum: &quot;md5=b2293d8e429ab1174160f68c1cba12d2&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-math-classes.1.0.5 coq.8.5.1</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-math-classes.1.0.5 coq.8.5.1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>9 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-math-classes.1.0.5 coq.8.5.1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>7 m 59 s</dd> </dl> <h2>Installation size</h2> <p>Total: 14 M</p> <ul> <li>495 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/monoid_normalization.vo</code></li> <li>258 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/dyadics.vo</code></li> <li>219 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/rationals.vo</code></li> <li>197 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/int_pow.vo</code></li> <li>188 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/interfaces/abstract_algebra.vo</code></li> <li>186 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/orders/semirings.vo</code></li> <li>186 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/finite_sets.vo</code></li> <li>179 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/shiftl.vo</code></li> <li>155 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/fast_rationals.vo</code></li> <li>154 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/orders/rationals.vo</code></li> <li>154 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/ZType_integers.vo</code></li> <li>148 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/interfaces/sequences.vo</code></li> <li>146 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/QType_rationals.vo</code></li> <li>143 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/rings.vo</code></li> <li>141 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/NType_naturals.vo</code></li> <li>139 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/categories/categories.vo</code></li> <li>137 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/interfaces/canonical_names.vo</code></li> <li>137 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/semiring_pairs.vo</code></li> <li>133 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/orders/semirings.glob</code></li> <li>123 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/orders/maps.vo</code></li> <li>122 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/list_finite_set.vo</code></li> <li>119 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/ua_congruence.vo</code></li> <li>117 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/categories.vo</code></li> <li>116 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/dec_fields.vo</code></li> <li>116 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/quote_monoid.vo</code></li> <li>115 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/interfaces/orders.vo</code></li> <li>115 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/mset_finite_set.vo</code></li> <li>115 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/fast_integers.vo</code></li> <li>115 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/series.vo</code></li> <li>113 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/cut_minus.vo</code></li> <li>110 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/int_to_nat.vo</code></li> <li>107 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/field_of_fractions.vo</code></li> <li>106 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/integers.vo</code></li> <li>105 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/finite_sets.glob</code></li> <li>105 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/orders/integers.vo</code></li> <li>103 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/nat_pow.vo</code></li> <li>102 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/stdlib_binary_integers.vo</code></li> <li>98 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/fast_naturals.vo</code></li> <li>98 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/orders/rings.vo</code></li> <li>96 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/naturals.vo</code></li> <li>94 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/monads.vo</code></li> <li>93 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/orders/lattices.vo</code></li> <li>93 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/fields.vo</code></li> <li>92 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/orders/orders.vo</code></li> <li>92 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/adjunctions.vo</code></li> <li>91 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/natpair_integers.vo</code></li> <li>89 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/varieties/abgroup.vo</code></li> <li>88 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/lattices.vo</code></li> <li>87 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/list.vo</code></li> <li>86 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/int_abs.vo</code></li> <li>86 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/int_pow.glob</code></li> <li>84 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/interfaces/canonical_names.glob</code></li> <li>84 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/shiftl.glob</code></li> <li>83 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/interfaces/additional_operations.vo</code></li> <li>82 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/dyadics.glob</code></li> <li>82 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/misc/decision.vo</code></li> <li>81 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/stdlib_rationals.vo</code></li> <li>81 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/orders/naturals.vo</code></li> <li>80 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/orders/nat_int.vo</code></li> <li>79 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/semiring_pairs.glob</code></li> <li>77 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/nonneg_semiring_elements.vo</code></li> <li>77 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/cut_minus.glob</code></li> <li>76 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/interfaces/vectorspace.vo</code></li> <li>76 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/nonneg_integers_naturals.vo</code></li> <li>75 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/varieties/rings.vo</code></li> <li>73 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/interfaces/universal_algebra.vo</code></li> <li>69 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/rings.glob</code></li> <li>69 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/nat_distance.vo</code></li> <li>69 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/quote/classquote.vo</code></li> <li>68 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/peano_naturals.vo</code></li> <li>68 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/abs.vo</code></li> <li>68 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/ring_congruence.vo</code></li> <li>67 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/ring_ideals.vo</code></li> <li>67 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/positive_semiring_elements.vo</code></li> <li>66 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/ua_products.vo</code></li> <li>65 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/orders/lattices.glob</code></li> <li>64 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/varieties/closed_terms.vo</code></li> <li>64 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/categories/functors.vo</code></li> <li>63 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/orders/dec_fields.vo</code></li> <li>63 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/interfaces/monads.vo</code></li> <li>63 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/option.vo</code></li> <li>63 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/varieties/monoids.vo</code></li> <li>62 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/varieties/semirings.vo</code></li> <li>61 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/varieties/groups.vo</code></li> <li>61 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/orders/rings.glob</code></li> <li>59 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/interfaces/integers.vo</code></li> <li>59 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/varieties/semigroups.vo</code></li> <li>58 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/stdlib_binary_naturals.vo</code></li> <li>58 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/orders/orders.glob</code></li> <li>58 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/orders/maps.glob</code></li> <li>58 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/streams.vo</code></li> <li>57 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/nonzero_field_elements.vo</code></li> <li>55 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/interfaces/naturals.vo</code></li> <li>55 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/rationals.glob</code></li> <li>54 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/ua_subalgebra.vo</code></li> <li>54 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/groups.vo</code></li> <li>54 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/monads.glob</code></li> <li>53 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/jections.vo</code></li> <li>53 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/orders/minmax.vo</code></li> <li>53 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/ua_subvariety.vo</code></li> <li>53 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/ua_term_monad.vo</code></li> <li>52 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/categories/algebras.vo</code></li> <li>52 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/interfaces/functors.vo</code></li> <li>52 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/ua_products.glob</code></li> <li>52 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/categories/product.vo</code></li> <li>52 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/strong_setoids.vo</code></li> <li>52 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/products.vo</code></li> <li>52 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/list_finite_set.glob</code></li> <li>52 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/interfaces/rationals.vo</code></li> <li>51 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/ua_homomorphisms.vo</code></li> <li>49 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/modular_ring.vo</code></li> <li>49 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/categories/JMcat.vo</code></li> <li>49 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/series.glob</code></li> <li>49 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/adjunctions.glob</code></li> <li>49 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/dec_fields.glob</code></li> <li>49 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/interfaces/finite_sets.vo</code></li> <li>48 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/intfrac_rationals.vo</code></li> <li>47 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/ua_subalgebraT.vo</code></li> <li>47 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/naturals.glob</code></li> <li>46 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/sequences.vo</code></li> <li>46 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/varieties/open_terms.vo</code></li> <li>45 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/list.glob</code></li> <li>45 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/categories/setoids.vo</code></li> <li>45 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/categories.glob</code></li> <li>45 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/ua_packed.vo</code></li> <li>45 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/interfaces/abstract_algebra.glob</code></li> <li>44 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/categories/orders.vo</code></li> <li>44 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/forget_algebra.vo</code></li> <li>43 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/orders/rationals.glob</code></li> <li>42 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/int_to_nat.glob</code></li> <li>42 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/groups.glob</code></li> <li>41 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/ua_transference.vo</code></li> <li>41 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/categories/varieties.vo</code></li> <li>40 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/fields.glob</code></li> <li>40 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/categories/categories.glob</code></li> <li>38 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/ne_list.vo</code></li> <li>36 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/varieties/empty.vo</code></li> <li>36 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/forget_variety.vo</code></li> <li>36 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/misc/util.vo</code></li> <li>36 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/quote/classquote.glob</code></li> <li>35 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/ua_congruence.glob</code></li> <li>35 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/lattices.glob</code></li> <li>35 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/setoids.vo</code></li> <li>34 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/interfaces/additional_operations.glob</code></li> <li>33 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/strong_setoids.glob</code></li> <li>33 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/nat_pow.glob</code></li> <li>33 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/interfaces/ua_basic.vo</code></li> <li>33 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/functors.vo</code></li> <li>32 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/field_of_fractions.glob</code></li> <li>32 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/ZType_integers.glob</code></li> <li>32 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/interfaces/universal_algebra.glob</code></li> <li>31 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/jections.glob</code></li> <li>31 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/interfaces/orders.glob</code></li> <li>31 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/categories/dual.vo</code></li> <li>31 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/varieties/closed_terms.glob</code></li> <li>29 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/polynomials.vo</code></li> <li>29 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/stdlib_binary_integers.glob</code></li> <li>29 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/varieties/abgroup.glob</code></li> <li>28 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/fast_rationals.glob</code></li> <li>28 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/integers.glob</code></li> <li>27 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/varieties/rings.glob</code></li> <li>26 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/NType_naturals.glob</code></li> <li>26 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/hom_functor.vo</code></li> <li>25 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/functors/constant.vo</code></li> <li>25 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/varieties/setoids.vo</code></li> <li>25 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/categories/empty.vo</code></li> <li>25 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/varieties/monoids.glob</code></li> <li>25 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/ua_transference.glob</code></li> <li>25 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/ua_homomorphisms.glob</code></li> <li>25 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/varieties/semirings.glob</code></li> <li>24 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/ua_mapped_operations.vo</code></li> <li>24 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/int_abs.glob</code></li> <li>24 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/interfaces/sequences.glob</code></li> <li>24 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/orders/semirings.v</code></li> <li>23 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/quote_monoid.glob</code></li> <li>22 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/varieties/groups.glob</code></li> <li>22 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/varieties/semigroups.glob</code></li> <li>22 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/bool.vo</code></li> <li>22 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/orders/integers.glob</code></li> <li>22 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/mset_finite_set.glob</code></li> <li>22 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/orders/nat_int.glob</code></li> <li>21 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/categories/unit.vo</code></li> <li>21 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/misc/setoid_tactics.vo</code></li> <li>21 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/natpair_integers.glob</code></li> <li>21 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/streams.glob</code></li> <li>21 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/QType_rationals.glob</code></li> <li>21 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/ne_list.glob</code></li> <li>20 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/peano_naturals.glob</code></li> <li>19 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/stdlib_rationals.glob</code></li> <li>19 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/interfaces/vectorspace.glob</code></li> <li>19 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/abs.glob</code></li> <li>18 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/interfaces/canonical_names.v</code></li> <li>18 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/ua_term_monad.glob</code></li> <li>18 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/interfaces/functors.glob</code></li> <li>18 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/misc/workarounds.vo</code></li> <li>17 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/categories/functors.glob</code></li> <li>17 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/misc/propholds.vo</code></li> <li>17 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/monoid_normalization.glob</code></li> <li>17 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/orders/naturals.glob</code></li> <li>17 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/orders/dec_fields.glob</code></li> <li>17 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/ring_ideals.glob</code></li> <li>16 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/dyadics.v</code></li> <li>15 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/finite_sets.v</code></li> <li>15 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/interfaces/monads.glob</code></li> <li>15 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/nonneg_semiring_elements.glob</code></li> <li>14 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/misc/decision.glob</code></li> <li>14 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/int_pow.v</code></li> <li>14 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/interfaces/finite_sets.glob</code></li> <li>14 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/ua_packed.glob</code></li> <li>14 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/categories/product.glob</code></li> <li>13 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/quote/classquote.v</code></li> <li>13 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/option.glob</code></li> <li>13 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/orders/maps.v</code></li> <li>13 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/varieties/open_terms.glob</code></li> <li>13 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/ring_congruence.glob</code></li> <li>12 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/setoids.glob</code></li> <li>12 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/misc/util.glob</code></li> <li>12 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/rings.v</code></li> <li>12 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/ua_subvariety.glob</code></li> <li>12 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/orders/lattices.v</code></li> <li>12 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/shiftl.v</code></li> <li>12 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/orders/orders.v</code></li> <li>12 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/nonneg_integers_naturals.glob</code></li> <li>12 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/ua_subalgebra.glob</code></li> <li>11 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/list.v</code></li> <li>11 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/semiring_pairs.v</code></li> <li>11 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/interfaces/abstract_algebra.v</code></li> <li>10 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/nat_distance.glob</code></li> <li>10 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/categories/JMcat.glob</code></li> <li>10 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/list_finite_set.v</code></li> <li>10 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/ua_mapped_operations.glob</code></li> <li>10 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/orders/rings.v</code></li> <li>10 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/series.v</code></li> <li>10 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/categories.v</code></li> <li>10 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/monads.v</code></li> <li>10 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/ua_subalgebraT.glob</code></li> <li>10 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/cut_minus.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/sequences.glob</code></li> <li>9 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/interfaces/integers.glob</code></li> <li>9 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/interfaces/universal_algebra.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/nonzero_field_elements.glob</code></li> <li>9 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/positive_semiring_elements.glob</code></li> <li>9 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/orders/minmax.glob</code></li> <li>9 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/stdlib_binary_naturals.glob</code></li> <li>9 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/interfaces/ua_basic.glob</code></li> <li>9 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/interfaces/naturals.glob</code></li> <li>9 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/ua_congruence.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/interfaces/orders.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/varieties/closed_terms.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/misc/JMrelation.vo</code></li> <li>8 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/products.glob</code></li> <li>8 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/orders/rationals.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/rationals.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/naturals.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/ua_products.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/dec_fields.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/strong_setoids.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/adjunctions.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/categories/dual.glob</code></li> <li>7 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/categories/categories.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/categories/setoids.glob</code></li> <li>7 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/categories/varieties.glob</code></li> <li>7 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/lattices.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/int_to_nat.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/ZType_integers.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/categories/algebras.glob</code></li> <li>7 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/functors.glob</code></li> <li>6 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/stdlib_binary_integers.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/nat_pow.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/groups.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/varieties/abgroup.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/jections.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/polynomials.glob</code></li> <li>6 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/interfaces/sequences.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/field_of_fractions.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/ua_homomorphisms.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/varieties/monoids.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/fields.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/misc/stdlib_hints.vo</code></li> <li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/NType_naturals.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/integers.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/interfaces/functors.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/varieties/rings.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/fast_rationals.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/categories/product.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/interfaces/vectorspace.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/misc/JMrelation.glob</code></li> <li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/orders/nat_int.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/varieties/setoids.glob</code></li> <li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/varieties/semigroups.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/categories/orders.glob</code></li> <li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/forget_algebra.glob</code></li> <li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/natpair_integers.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/fast_integers.glob</code></li> <li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/varieties/semirings.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/varieties/groups.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/interfaces/additional_operations.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/streams.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/QType_rationals.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/misc/decision.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/peano_naturals.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/orders/integers.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/stdlib_rationals.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/quote_monoid.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/ne_list.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/int_abs.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/option.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/orders/naturals.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/monoid_normalization.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/functors/constant.glob</code></li> <li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/interfaces/finite_sets.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/ua_term_monad.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/varieties/open_terms.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/nonneg_semiring_elements.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/categories/empty.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/interfaces/ua_basic.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/modular_ring.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/ua_transference.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/ua_packed.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/categories/functors.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/sequences.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/mset_finite_set.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/ring_ideals.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/interfaces/rationals.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/ua_subalgebra.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/abs.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/ua_subvariety.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/orders/dec_fields.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/nonneg_integers_naturals.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/ring_congruence.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/misc/util.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/nat_distance.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/stdlib_binary_naturals.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/ua_subalgebraT.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/setoids.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/categories/JMcat.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/interfaces/monads.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/varieties/empty.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/hom_functor.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/categories/unit.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/categories/setoids.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/positive_semiring_elements.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/bool.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/interfaces/naturals.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/interfaces/integers.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/categories/orders.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/misc/setoid_tactics.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/misc/workaround_tactics.vo</code></li> <li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/categories/varieties.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/categories/algebras.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/products.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/functors.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/categories/dual.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/polynomials.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/misc/setoid_tactics.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/ua_mapped_operations.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/forget_algebra.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/nonzero_field_elements.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/misc/workarounds.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/intfrac_rationals.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/varieties/setoids.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/orders/minmax.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/interfaces/rationals.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/forget_variety.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/misc/stdlib_hints.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/fast_integers.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/misc/workarounds.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/misc/JMrelation.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/functors/constant.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/misc/stdlib_hints.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/modular_ring.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/bool.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/misc/propholds.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/varieties/empty.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/hom_functor.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/misc/propholds.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/categories/empty.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/theory/forget_variety.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/categories/unit.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/intfrac_rationals.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/misc/workaround_tactics.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/fast_naturals.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/implementations/fast_naturals.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/MathClasses/misc/workaround_tactics.glob</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-math-classes.1.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>
clean/Linux-x86_64-4.04.2-2.0.5/released/8.9.1/ptsf/8.9.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>ptsf: 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.9.1 / ptsf - 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> ptsf <small> 8.9.0 <span class="label label-success">38 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-23 15:45:32 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-23 15:45:32 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.9.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;Hugo.Herbelin@inria.fr&quot; homepage: &quot;http://www.andrew.cmu.edu/user/fpv/ptsf/&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/PTSF&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.9&quot; &amp; &lt; &quot;8.10~&quot;} &quot;coq-ptsatr&quot; {&gt;= &quot;8.9&quot; &amp; &lt; &quot;8.10~&quot;} ] tags: [ &quot;keyword: pure type systems&quot; &quot;keyword: judgmental equality&quot; &quot;keyword: explicit equality proofs&quot; &quot;keyword: proof relevance&quot; &quot;category: Mathematics/Logic/Type theory&quot; ] authors: [ &quot;Floris van Doorn &lt;fpv@andrew.cmu.edu&gt; [http://www.andrew.cmu.edu/user/fpv/]&quot; &quot;Herman Geuvers &lt;herman@cs.ru.nl&gt; [http://www.cs.ru.nl/~herman/]&quot; &quot;Freek Wiedijk &lt;freek@cs.ru.nl&gt; [http://www.cs.ru.nl/~freek/]&quot; ] bug-reports: &quot;https://github.com/coq-contribs/ptsf/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/ptsf.git&quot; synopsis: &quot;Explicit Convertibility Proofs in Pure Type Systems&quot; description: &quot;&quot;&quot; Formalization of the proof that PTS and PTS with explicit convertibility proofs (PTSf) are equivalent.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/ptsf/archive/v8.9.0.tar.gz&quot; checksum: &quot;md5=50a1ba7f563da4d36e0134a706612c4a&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-ptsf.8.9.0 coq.8.9.1</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-ptsf.8.9.0 coq.8.9.1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>1 m 14 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-ptsf.8.9.0 coq.8.9.1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>38 s</dd> </dl> <h2>Installation size</h2> <p>Total: 3 M</p> <ul> <li>1 M <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/PTSF/f_equivalence.vo</code></li> <li>842 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/PTSF/f_typ2.vo</code></li> <li>377 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/PTSF/f_typ.vo</code></li> <li>211 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/PTSF/f_typ2.glob</code></li> <li>165 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/PTSF/f_term.vo</code></li> <li>139 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/PTSF/f_term.glob</code></li> <li>126 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/PTSF/f_typ.glob</code></li> <li>102 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/PTSF/f_env.vo</code></li> <li>74 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/PTSF/f_equivalence.glob</code></li> <li>41 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/PTSF/f_typ2.v</code></li> <li>28 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/PTSF/f_env.glob</code></li> <li>21 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/PTSF/f_term.v</code></li> <li>20 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/PTSF/f_typ.v</code></li> <li>17 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/PTSF/f_equivalence.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/PTSF/f_env.v</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-ptsf.8.9.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
clean/Linux-x86_64-4.05.0-2.0.6/released/8.5.2~camlp4/unimath-foundations/0.1.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>unimath-foundations: 5 m 19 s</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.5.2~camlp4 / unimath-foundations - 0.1.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> unimath-foundations <small> 0.1.0 <span class="label label-success">5 m 19 s</span> </small> </h1> <p><em><script>document.write(moment("2020-08-16 06:48:30 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-08-16 06:48:30 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp4 4.05+1 Camlp4 is a system for writing extensible parsers for programming languages conf-findutils 1 Virtual package relying on findutils coq 8.5.2~camlp4 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 ocamlbuild 0.14.0 OCamlbuild is a build system with builtin rules to easily build most OCaml projects. # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;opam@clarus.me&quot; homepage: &quot;https://github.com/UniMath/UniMath&quot; dev-repo: &quot;git+https://github.com/UniMath/UniMath.git&quot; bug-reports: &quot;https://github.com/UniMath/UniMath/issues&quot; license: &quot;Kind of MIT&quot; authors: [&quot;The UniMath Development Team&quot;] build: [ [&quot;coq_makefile&quot; &quot;-f&quot; &quot;Make&quot; &quot;-o&quot; &quot;Makefile&quot;] [make &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;install&quot;] ] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.5.0&quot; &amp; &lt; &quot;8.6&quot;} ] synopsis: &quot;Aims to formalize a substantial body of mathematics using the univalent point of view&quot; extra-files: [&quot;Make&quot; &quot;md5=a6a04d4d56f0d1edf996019e353ca316&quot;] url { src: &quot;https://github.com/UniMath/UniMath/archive/v0.1.tar.gz&quot; checksum: &quot;md5=1ed57c1028e227a309f428a6dc5f0866&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-unimath-foundations.0.1.0 coq.8.5.2~camlp4</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 4000000; timeout 2h opam install -y --deps-only coq-unimath-foundations.0.1.0 coq.8.5.2~camlp4</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>5 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 16000000; timeout 2h opam install -y -v coq-unimath-foundations.0.1.0 coq.8.5.2~camlp4</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>5 m 19 s</dd> </dl> <h2>Installation size</h2> <p>Total: 11 M</p> <ul> <li>3 M <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/UniMath/Foundations/Algebra/Monoids_and_Groups.vo</code></li> <li>2 M <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/UniMath/Foundations/Algebra/Rigs_and_Rings.vo</code></li> <li>1 M <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/UniMath/Foundations/Algebra/Domains_and_Fields.vo</code></li> <li>813 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/UniMath/Foundations/Basics/PartA.vo</code></li> <li>716 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/UniMath/Foundations/Algebra/BinaryOperations.vo</code></li> <li>480 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/UniMath/Foundations/Combinatorics/StandardFiniteSets.vo</code></li> <li>441 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/UniMath/Foundations/Basics/Sets.vo</code></li> <li>379 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/UniMath/Foundations/Basics/PartC.vo</code></li> <li>357 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/UniMath/Foundations/Algebra/ConstructiveStructures.vo</code></li> <li>335 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/UniMath/Foundations/NumberSystems/NaturalNumbers.vo</code></li> <li>243 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/UniMath/Foundations/Combinatorics/OrderedSets.vo</code></li> <li>220 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/UniMath/Foundations/NumberSystems/Integers.vo</code></li> <li>192 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/UniMath/Foundations/NumberSystems/RationalNumbers.vo</code></li> <li>174 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/UniMath/Foundations/Basics/PartD.vo</code></li> <li>148 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/UniMath/Foundations/Combinatorics/FiniteSequences.vo</code></li> <li>131 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/UniMath/Foundations/Basics/PartB.vo</code></li> <li>120 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/UniMath/Foundations/Basics/Propositions.vo</code></li> <li>119 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/UniMath/Foundations/Combinatorics/Tests.vo</code></li> <li>80 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/UniMath/Foundations/Combinatorics/FiniteSets.vo</code></li> <li>47 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/UniMath/Foundations/NumberSystems/Tests.vo</code></li> <li>38 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/UniMath/Foundations/Algebra/DivisionRig.vo</code></li> <li>34 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/UniMath/Foundations/Algebra/Apartness.vo</code></li> <li>25 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/UniMath/Foundations/Basics/UnivalenceAxiom.vo</code></li> <li>23 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/UniMath/Foundations/Basics/Tests.vo</code></li> <li>21 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/UniMath/Foundations/Algebra/IteratedBinaryOperations.vo</code></li> <li>18 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/UniMath/Foundations/Algebra/Tests.vo</code></li> <li>13 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/UniMath/Foundations/Basics/Preamble.vo</code></li> </ul> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-unimath-foundations.0.1.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <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>
clean/Linux-x86_64-4.09.1-2.0.6/released/8.7.2/flocq/3.0.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>flocq: 10 m 5 s 🏆</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.7.2 / flocq - 3.0.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> flocq <small> 3.0.0 <span class="label label-success">10 m 5 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-21 01:02:06 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-21 01:02:06 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.7.2 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.09.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.09.1 Official release 4.09.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;guillaume.melquiond@inria.fr&quot; homepage: &quot;https://flocq.gitlabpages.inria.fr/&quot; dev-repo: &quot;git+https://gitlab.inria.fr/flocq/flocq.git&quot; bug-reports: &quot;https://gitlab.inria.fr/flocq/flocq/issues&quot; license: &quot;LGPL-3.0-or-later&quot; build: [ [&quot;./configure&quot; &quot;--libdir&quot; &quot;%{lib}%/coq/user-contrib/Flocq&quot;] [&quot;./remake&quot; &quot;-j%{jobs}%&quot;] ] install: [&quot;./remake&quot; &quot;install&quot;] depends: [ &quot;coq&quot; {&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.9~&quot;} ] tags: [ &quot;keyword:floating-point arithmetic&quot; ] authors: [ &quot;Sylvie Boldo &lt;sylvie.boldo@inria.fr&gt;&quot; &quot;Guillaume Melquiond &lt;guillaume.melquiond@inria.fr&gt;&quot; ] synopsis: &quot;A floating-point formalization for the Coq system&quot; url { src: &quot;https://flocq.gitlabpages.inria.fr/releases/flocq-3.0.0.tar.gz&quot; checksum: &quot;md5=11b80ed7e8395f8223e9f5d55a491bfe&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.3.0.0 coq.8.7.2</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-flocq.3.0.0 coq.8.7.2</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>13 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-flocq.3.0.0 coq.8.7.2</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>10 m 5 s</dd> </dl> <h2>Installation size</h2> <p>Total: 15 M</p> <ul> <li>9 M <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Flocq/Pff/Pff.vo</code></li> <li>1 M <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Flocq/Prop/Double_rounding.vo</code></li> <li>716 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Flocq/Pff/Pff2Flocq.vo</code></li> <li>453 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Flocq/IEEE754/Binary.vo</code></li> <li>231 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Flocq/Core/Ulp.vo</code></li> <li>202 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Flocq/Core/Generic_fmt.vo</code></li> <li>184 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Flocq/Core/Raux.vo</code></li> <li>167 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Flocq/IEEE754/Bits.vo</code></li> <li>163 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Flocq/Prop/Round_odd.vo</code></li> <li>150 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Flocq/Calc/Round.vo</code></li> <li>150 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Flocq/Core/Digits.vo</code></li> <li>128 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Flocq/Pff/Pff2FlocqAux.vo</code></li> <li>118 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Flocq/Core/FLT.vo</code></li> <li>115 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Flocq/Calc/Bracket.vo</code></li> <li>111 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Flocq/Core/Round_pred.vo</code></li> <li>101 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Flocq/Prop/Div_sqrt_error.vo</code></li> <li>101 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Flocq/Core/Zaux.vo</code></li> <li>100 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Flocq/Prop/Relative.vo</code></li> <li>100 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Flocq/Core/Round_NE.vo</code></li> <li>91 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Flocq/Prop/Plus_error.vo</code></li> <li>86 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Flocq/Core/FTZ.vo</code></li> <li>80 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Flocq/Prop/Mult_error.vo</code></li> <li>74 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Flocq/Core/Float_prop.vo</code></li> <li>70 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Flocq/Core/FLX.vo</code></li> <li>70 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Flocq/Calc/Div.vo</code></li> <li>68 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Flocq/Calc/Sqrt.vo</code></li> <li>55 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Flocq/Calc/Operations.vo</code></li> <li>53 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Flocq/Prop/Sterbenz.vo</code></li> <li>46 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Flocq/Core/FIX.vo</code></li> <li>45 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Flocq/Core/Defs.vo</code></li> <li>41 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Flocq/Core/Core.vo</code></li> <li>23 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Flocq/Version.vo</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-flocq.3.0.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
clean/Linux-x86_64-4.05.0-2.0.6/released/8.11.2/schroeder/8.6.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>schroeder: 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 / schroeder - 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> schroeder <small> 8.6.0 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2020-09-11 16:27:45 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-09-11 16:27:45 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-m4 1 Virtual package relying on m4 coq 8.11.2 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.8.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/schroeder&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/Schroeder&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.6&quot; &amp; &lt; &quot;8.7~&quot;} ] tags: [ &quot;keyword: Schroeder-Bernstein&quot; &quot;keyword: Set Theory&quot; &quot;category: Mathematics/Logic/Set theory&quot; ] authors: [ &quot;Hugo herbelin&quot; ] bug-reports: &quot;https://github.com/coq-contribs/schroeder/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/schroeder.git&quot; synopsis: &quot;The Theorem of Schroeder-Bernstein&quot; description: &quot;&quot;&quot; Fraenkel&#39;s proof of Schroeder-Bernstein theorem on decidable sets is formalized in a constructive variant of set theory based on stratified universes (the one defined in the Ensemble library). The informal proof can be found for instance in &quot;Axiomatic Set Theory&quot; from P. Suppes.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/schroeder/archive/v8.6.0.tar.gz&quot; checksum: &quot;md5=ddca334912fb99be950a0adc39a09c2d&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-schroeder.8.6.0 coq.8.11.2</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.11.2). The following dependencies couldn&#39;t be met: - coq-schroeder -&gt; coq &lt; 8.7~ -&gt; ocaml &lt; 4.03.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-schroeder.8.6.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
vendor/assets/stylesheets/bootstrap.css
kyuubi9/rails-adminlte
/*! * Bootstrap v3.3.7 (http://getbootstrap.com) * Copyright 2011-2016 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } body { margin: 0; } article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } a { background-color: transparent; } a:active, a:hover { outline: 0; } abbr[title] { border-bottom: 1px dotted; } b, strong { font-weight: bold; } dfn { font-style: italic; } h1 { margin: .67em 0; font-size: 2em; } mark { color: #000; background: #ff0; } small { font-size: 80%; } sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; } sup { top: -.5em; } sub { bottom: -.25em; } img { border: 0; } svg:not(:root) { overflow: hidden; } figure { margin: 1em 40px; } hr { height: 0; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } button, input, optgroup, select, textarea { margin: 0; font: inherit; color: inherit; } button { overflow: visible; } button, select { text-transform: none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } button[disabled], html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { padding: 0; border: 0; } input { line-height: normal; } input[type="checkbox"], input[type="radio"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } input[type="search"] { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; -webkit-appearance: textfield; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } fieldset { padding: .35em .625em .75em; margin: 0 2px; border: 1px solid #c0c0c0; } legend { padding: 0; border: 0; } textarea { overflow: auto; } optgroup { font-weight: bold; } table { border-spacing: 0; border-collapse: collapse; } td, th { padding: 0; } /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ @media print { *, *:before, *:after { color: #000 !important; text-shadow: none !important; background: transparent !important; -webkit-box-shadow: none !important; box-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } a[href^="#"]:after, a[href^="javascript:"]:after { content: ""; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } thead { display: table-header-group; } tr, img { page-break-inside: avoid; } img { max-width: 100% !important; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } .navbar { display: none; } .btn > .caret, .dropup > .btn > .caret { border-top-color: #000 !important; } .label { border: 1px solid #000; } .table { border-collapse: collapse !important; } .table td, .table th { background-color: #fff !important; } .table-bordered th, .table-bordered td { border: 1px solid #ddd !important; } } @font-face { font-family: 'Glyphicons Halflings'; src: url('glyphicons-halflings-regular.eot'); src: url('glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('glyphicons-halflings-regular.woff2') format('woff2'), url('glyphicons-halflings-regular.woff') format('woff'), url('glyphicons-halflings-regular.ttf') format('truetype'), url('glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); } .glyphicon { position: relative; top: 1px; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .glyphicon-asterisk:before { content: "\002a"; } .glyphicon-plus:before { content: "\002b"; } .glyphicon-euro:before, .glyphicon-eur:before { content: "\20ac"; } .glyphicon-minus:before { content: "\2212"; } .glyphicon-cloud:before { content: "\2601"; } .glyphicon-envelope:before { content: "\2709"; } .glyphicon-pencil:before { content: "\270f"; } .glyphicon-glass:before { content: "\e001"; } .glyphicon-music:before { content: "\e002"; } .glyphicon-search:before { content: "\e003"; } .glyphicon-heart:before { content: "\e005"; } .glyphicon-star:before { content: "\e006"; } .glyphicon-star-empty:before { content: "\e007"; } .glyphicon-user:before { content: "\e008"; } .glyphicon-film:before { content: "\e009"; } .glyphicon-th-large:before { content: "\e010"; } .glyphicon-th:before { content: "\e011"; } .glyphicon-th-list:before { content: "\e012"; } .glyphicon-ok:before { content: "\e013"; } .glyphicon-remove:before { content: "\e014"; } .glyphicon-zoom-in:before { content: "\e015"; } .glyphicon-zoom-out:before { content: "\e016"; } .glyphicon-off:before { content: "\e017"; } .glyphicon-signal:before { content: "\e018"; } .glyphicon-cog:before { content: "\e019"; } .glyphicon-trash:before { content: "\e020"; } .glyphicon-home:before { content: "\e021"; } .glyphicon-file:before { content: "\e022"; } .glyphicon-time:before { content: "\e023"; } .glyphicon-road:before { content: "\e024"; } .glyphicon-download-alt:before { content: "\e025"; } .glyphicon-download:before { content: "\e026"; } .glyphicon-upload:before { content: "\e027"; } .glyphicon-inbox:before { content: "\e028"; } .glyphicon-play-circle:before { content: "\e029"; } .glyphicon-repeat:before { content: "\e030"; } .glyphicon-refresh:before { content: "\e031"; } .glyphicon-list-alt:before { content: "\e032"; } .glyphicon-lock:before { content: "\e033"; } .glyphicon-flag:before { content: "\e034"; } .glyphicon-headphones:before { content: "\e035"; } .glyphicon-volume-off:before { content: "\e036"; } .glyphicon-volume-down:before { content: "\e037"; } .glyphicon-volume-up:before { content: "\e038"; } .glyphicon-qrcode:before { content: "\e039"; } .glyphicon-barcode:before { content: "\e040"; } .glyphicon-tag:before { content: "\e041"; } .glyphicon-tags:before { content: "\e042"; } .glyphicon-book:before { content: "\e043"; } .glyphicon-bookmark:before { content: "\e044"; } .glyphicon-print:before { content: "\e045"; } .glyphicon-camera:before { content: "\e046"; } .glyphicon-font:before { content: "\e047"; } .glyphicon-bold:before { content: "\e048"; } .glyphicon-italic:before { content: "\e049"; } .glyphicon-text-height:before { content: "\e050"; } .glyphicon-text-width:before { content: "\e051"; } .glyphicon-align-left:before { content: "\e052"; } .glyphicon-align-center:before { content: "\e053"; } .glyphicon-align-right:before { content: "\e054"; } .glyphicon-align-justify:before { content: "\e055"; } .glyphicon-list:before { content: "\e056"; } .glyphicon-indent-left:before { content: "\e057"; } .glyphicon-indent-right:before { content: "\e058"; } .glyphicon-facetime-video:before { content: "\e059"; } .glyphicon-picture:before { content: "\e060"; } .glyphicon-map-marker:before { content: "\e062"; } .glyphicon-adjust:before { content: "\e063"; } .glyphicon-tint:before { content: "\e064"; } .glyphicon-edit:before { content: "\e065"; } .glyphicon-share:before { content: "\e066"; } .glyphicon-check:before { content: "\e067"; } .glyphicon-move:before { content: "\e068"; } .glyphicon-step-backward:before { content: "\e069"; } .glyphicon-fast-backward:before { content: "\e070"; } .glyphicon-backward:before { content: "\e071"; } .glyphicon-play:before { content: "\e072"; } .glyphicon-pause:before { content: "\e073"; } .glyphicon-stop:before { content: "\e074"; } .glyphicon-forward:before { content: "\e075"; } .glyphicon-fast-forward:before { content: "\e076"; } .glyphicon-step-forward:before { content: "\e077"; } .glyphicon-eject:before { content: "\e078"; } .glyphicon-chevron-left:before { content: "\e079"; } .glyphicon-chevron-right:before { content: "\e080"; } .glyphicon-plus-sign:before { content: "\e081"; } .glyphicon-minus-sign:before { content: "\e082"; } .glyphicon-remove-sign:before { content: "\e083"; } .glyphicon-ok-sign:before { content: "\e084"; } .glyphicon-question-sign:before { content: "\e085"; } .glyphicon-info-sign:before { content: "\e086"; } .glyphicon-screenshot:before { content: "\e087"; } .glyphicon-remove-circle:before { content: "\e088"; } .glyphicon-ok-circle:before { content: "\e089"; } .glyphicon-ban-circle:before { content: "\e090"; } .glyphicon-arrow-left:before { content: "\e091"; } .glyphicon-arrow-right:before { content: "\e092"; } .glyphicon-arrow-up:before { content: "\e093"; } .glyphicon-arrow-down:before { content: "\e094"; } .glyphicon-share-alt:before { content: "\e095"; } .glyphicon-resize-full:before { content: "\e096"; } .glyphicon-resize-small:before { content: "\e097"; } .glyphicon-exclamation-sign:before { content: "\e101"; } .glyphicon-gift:before { content: "\e102"; } .glyphicon-leaf:before { content: "\e103"; } .glyphicon-fire:before { content: "\e104"; } .glyphicon-eye-open:before { content: "\e105"; } .glyphicon-eye-close:before { content: "\e106"; } .glyphicon-warning-sign:before { content: "\e107"; } .glyphicon-plane:before { content: "\e108"; } .glyphicon-calendar:before { content: "\e109"; } .glyphicon-random:before { content: "\e110"; } .glyphicon-comment:before { content: "\e111"; } .glyphicon-magnet:before { content: "\e112"; } .glyphicon-chevron-up:before { content: "\e113"; } .glyphicon-chevron-down:before { content: "\e114"; } .glyphicon-retweet:before { content: "\e115"; } .glyphicon-shopping-cart:before { content: "\e116"; } .glyphicon-folder-close:before { content: "\e117"; } .glyphicon-folder-open:before { content: "\e118"; } .glyphicon-resize-vertical:before { content: "\e119"; } .glyphicon-resize-horizontal:before { content: "\e120"; } .glyphicon-hdd:before { content: "\e121"; } .glyphicon-bullhorn:before { content: "\e122"; } .glyphicon-bell:before { content: "\e123"; } .glyphicon-certificate:before { content: "\e124"; } .glyphicon-thumbs-up:before { content: "\e125"; } .glyphicon-thumbs-down:before { content: "\e126"; } .glyphicon-hand-right:before { content: "\e127"; } .glyphicon-hand-left:before { content: "\e128"; } .glyphicon-hand-up:before { content: "\e129"; } .glyphicon-hand-down:before { content: "\e130"; } .glyphicon-circle-arrow-right:before { content: "\e131"; } .glyphicon-circle-arrow-left:before { content: "\e132"; } .glyphicon-circle-arrow-up:before { content: "\e133"; } .glyphicon-circle-arrow-down:before { content: "\e134"; } .glyphicon-globe:before { content: "\e135"; } .glyphicon-wrench:before { content: "\e136"; } .glyphicon-tasks:before { content: "\e137"; } .glyphicon-filter:before { content: "\e138"; } .glyphicon-briefcase:before { content: "\e139"; } .glyphicon-fullscreen:before { content: "\e140"; } .glyphicon-dashboard:before { content: "\e141"; } .glyphicon-paperclip:before { content: "\e142"; } .glyphicon-heart-empty:before { content: "\e143"; } .glyphicon-link:before { content: "\e144"; } .glyphicon-phone:before { content: "\e145"; } .glyphicon-pushpin:before { content: "\e146"; } .glyphicon-usd:before { content: "\e148"; } .glyphicon-gbp:before { content: "\e149"; } .glyphicon-sort:before { content: "\e150"; } .glyphicon-sort-by-alphabet:before { content: "\e151"; } .glyphicon-sort-by-alphabet-alt:before { content: "\e152"; } .glyphicon-sort-by-order:before { content: "\e153"; } .glyphicon-sort-by-order-alt:before { content: "\e154"; } .glyphicon-sort-by-attributes:before { content: "\e155"; } .glyphicon-sort-by-attributes-alt:before { content: "\e156"; } .glyphicon-unchecked:before { content: "\e157"; } .glyphicon-expand:before { content: "\e158"; } .glyphicon-collapse-down:before { content: "\e159"; } .glyphicon-collapse-up:before { content: "\e160"; } .glyphicon-log-in:before { content: "\e161"; } .glyphicon-flash:before { content: "\e162"; } .glyphicon-log-out:before { content: "\e163"; } .glyphicon-new-window:before { content: "\e164"; } .glyphicon-record:before { content: "\e165"; } .glyphicon-save:before { content: "\e166"; } .glyphicon-open:before { content: "\e167"; } .glyphicon-saved:before { content: "\e168"; } .glyphicon-import:before { content: "\e169"; } .glyphicon-export:before { content: "\e170"; } .glyphicon-send:before { content: "\e171"; } .glyphicon-floppy-disk:before { content: "\e172"; } .glyphicon-floppy-saved:before { content: "\e173"; } .glyphicon-floppy-remove:before { content: "\e174"; } .glyphicon-floppy-save:before { content: "\e175"; } .glyphicon-floppy-open:before { content: "\e176"; } .glyphicon-credit-card:before { content: "\e177"; } .glyphicon-transfer:before { content: "\e178"; } .glyphicon-cutlery:before { content: "\e179"; } .glyphicon-header:before { content: "\e180"; } .glyphicon-compressed:before { content: "\e181"; } .glyphicon-earphone:before { content: "\e182"; } .glyphicon-phone-alt:before { content: "\e183"; } .glyphicon-tower:before { content: "\e184"; } .glyphicon-stats:before { content: "\e185"; } .glyphicon-sd-video:before { content: "\e186"; } .glyphicon-hd-video:before { content: "\e187"; } .glyphicon-subtitles:before { content: "\e188"; } .glyphicon-sound-stereo:before { content: "\e189"; } .glyphicon-sound-dolby:before { content: "\e190"; } .glyphicon-sound-5-1:before { content: "\e191"; } .glyphicon-sound-6-1:before { content: "\e192"; } .glyphicon-sound-7-1:before { content: "\e193"; } .glyphicon-copyright-mark:before { content: "\e194"; } .glyphicon-registration-mark:before { content: "\e195"; } .glyphicon-cloud-download:before { content: "\e197"; } .glyphicon-cloud-upload:before { content: "\e198"; } .glyphicon-tree-conifer:before { content: "\e199"; } .glyphicon-tree-deciduous:before { content: "\e200"; } .glyphicon-cd:before { content: "\e201"; } .glyphicon-save-file:before { content: "\e202"; } .glyphicon-open-file:before { content: "\e203"; } .glyphicon-level-up:before { content: "\e204"; } .glyphicon-copy:before { content: "\e205"; } .glyphicon-paste:before { content: "\e206"; } .glyphicon-alert:before { content: "\e209"; } .glyphicon-equalizer:before { content: "\e210"; } .glyphicon-king:before { content: "\e211"; } .glyphicon-queen:before { content: "\e212"; } .glyphicon-pawn:before { content: "\e213"; } .glyphicon-bishop:before { content: "\e214"; } .glyphicon-knight:before { content: "\e215"; } .glyphicon-baby-formula:before { content: "\e216"; } .glyphicon-tent:before { content: "\26fa"; } .glyphicon-blackboard:before { content: "\e218"; } .glyphicon-bed:before { content: "\e219"; } .glyphicon-apple:before { content: "\f8ff"; } .glyphicon-erase:before { content: "\e221"; } .glyphicon-hourglass:before { content: "\231b"; } .glyphicon-lamp:before { content: "\e223"; } .glyphicon-duplicate:before { content: "\e224"; } .glyphicon-piggy-bank:before { content: "\e225"; } .glyphicon-scissors:before { content: "\e226"; } .glyphicon-bitcoin:before { content: "\e227"; } .glyphicon-btc:before { content: "\e227"; } .glyphicon-xbt:before { content: "\e227"; } .glyphicon-yen:before { content: "\00a5"; } .glyphicon-jpy:before { content: "\00a5"; } .glyphicon-ruble:before { content: "\20bd"; } .glyphicon-rub:before { content: "\20bd"; } .glyphicon-scale:before { content: "\e230"; } .glyphicon-ice-lolly:before { content: "\e231"; } .glyphicon-ice-lolly-tasted:before { content: "\e232"; } .glyphicon-education:before { content: "\e233"; } .glyphicon-option-horizontal:before { content: "\e234"; } .glyphicon-option-vertical:before { content: "\e235"; } .glyphicon-menu-hamburger:before { content: "\e236"; } .glyphicon-modal-window:before { content: "\e237"; } .glyphicon-oil:before { content: "\e238"; } .glyphicon-grain:before { content: "\e239"; } .glyphicon-sunglasses:before { content: "\e240"; } .glyphicon-text-size:before { content: "\e241"; } .glyphicon-text-color:before { content: "\e242"; } .glyphicon-text-background:before { content: "\e243"; } .glyphicon-object-align-top:before { content: "\e244"; } .glyphicon-object-align-bottom:before { content: "\e245"; } .glyphicon-object-align-horizontal:before { content: "\e246"; } .glyphicon-object-align-left:before { content: "\e247"; } .glyphicon-object-align-vertical:before { content: "\e248"; } .glyphicon-object-align-right:before { content: "\e249"; } .glyphicon-triangle-right:before { content: "\e250"; } .glyphicon-triangle-left:before { content: "\e251"; } .glyphicon-triangle-bottom:before { content: "\e252"; } .glyphicon-triangle-top:before { content: "\e253"; } .glyphicon-console:before { content: "\e254"; } .glyphicon-superscript:before { content: "\e255"; } .glyphicon-subscript:before { content: "\e256"; } .glyphicon-menu-left:before { content: "\e257"; } .glyphicon-menu-right:before { content: "\e258"; } .glyphicon-menu-down:before { content: "\e259"; } .glyphicon-menu-up:before { content: "\e260"; } * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } html { font-size: 10px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1.42857143; color: #333; background-color: #fff; } input, button, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; } a { color: #337ab7; text-decoration: none; } a:hover, a:focus { color: #23527c; text-decoration: underline; } a:focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } figure { margin: 0; } img { vertical-align: middle; } .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img { display: block; max-width: 100%; height: auto; } .img-rounded { border-radius: 6px; } .img-thumbnail { display: inline-block; max-width: 100%; height: auto; padding: 4px; line-height: 1.42857143; background-color: #fff; border: 1px solid #ddd; border-radius: 4px; -webkit-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; } .img-circle { border-radius: 50%; } hr { margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid #eee; } .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } .sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; } [role="button"] { cursor: pointer; } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit; } h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small { font-weight: normal; line-height: 1; color: #777; } h1, .h1, h2, .h2, h3, .h3 { margin-top: 20px; margin-bottom: 10px; } h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small { font-size: 65%; } h4, .h4, h5, .h5, h6, .h6 { margin-top: 10px; margin-bottom: 10px; } h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small { font-size: 75%; } h1, .h1 { font-size: 36px; } h2, .h2 { font-size: 30px; } h3, .h3 { font-size: 24px; } h4, .h4 { font-size: 18px; } h5, .h5 { font-size: 14px; } h6, .h6 { font-size: 12px; } p { margin: 0 0 10px; } .lead { margin-bottom: 20px; font-size: 16px; font-weight: 300; line-height: 1.4; } @media (min-width: 768px) { .lead { font-size: 21px; } } small, .small { font-size: 85%; } mark, .mark { padding: .2em; background-color: #fcf8e3; } .text-left { text-align: left; } .text-right { text-align: right; } .text-center { text-align: center; } .text-justify { text-align: justify; } .text-nowrap { white-space: nowrap; } .text-lowercase { text-transform: lowercase; } .text-uppercase { text-transform: uppercase; } .text-capitalize { text-transform: capitalize; } .text-muted { color: #777; } .text-primary { color: #337ab7; } a.text-primary:hover, a.text-primary:focus { color: #286090; } .text-success { color: #3c763d; } a.text-success:hover, a.text-success:focus { color: #2b542c; } .text-info { color: #31708f; } a.text-info:hover, a.text-info:focus { color: #245269; } .text-warning { color: #8a6d3b; } a.text-warning:hover, a.text-warning:focus { color: #66512c; } .text-danger { color: #a94442; } a.text-danger:hover, a.text-danger:focus { color: #843534; } .bg-primary { color: #fff; background-color: #337ab7; } a.bg-primary:hover, a.bg-primary:focus { background-color: #286090; } .bg-success { background-color: #dff0d8; } a.bg-success:hover, a.bg-success:focus { background-color: #c1e2b3; } .bg-info { background-color: #d9edf7; } a.bg-info:hover, a.bg-info:focus { background-color: #afd9ee; } .bg-warning { background-color: #fcf8e3; } a.bg-warning:hover, a.bg-warning:focus { background-color: #f7ecb5; } .bg-danger { background-color: #f2dede; } a.bg-danger:hover, a.bg-danger:focus { background-color: #e4b9b9; } .page-header { padding-bottom: 9px; margin: 40px 0 20px; border-bottom: 1px solid #eee; } ul, ol { margin-top: 0; margin-bottom: 10px; } ul ul, ol ul, ul ol, ol ol { margin-bottom: 0; } .list-unstyled { padding-left: 0; list-style: none; } .list-inline { padding-left: 0; margin-left: -5px; list-style: none; } .list-inline > li { display: inline-block; padding-right: 5px; padding-left: 5px; } dl { margin-top: 0; margin-bottom: 20px; } dt, dd { line-height: 1.42857143; } dt { font-weight: bold; } dd { margin-left: 0; } @media (min-width: 768px) { .dl-horizontal dt { float: left; width: 160px; overflow: hidden; clear: left; text-align: right; text-overflow: ellipsis; white-space: nowrap; } .dl-horizontal dd { margin-left: 180px; } } abbr[title], abbr[data-original-title] { cursor: help; border-bottom: 1px dotted #777; } .initialism { font-size: 90%; text-transform: uppercase; } blockquote { padding: 10px 20px; margin: 0 0 20px; font-size: 17.5px; border-left: 5px solid #eee; } blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child { margin-bottom: 0; } blockquote footer, blockquote small, blockquote .small { display: block; font-size: 80%; line-height: 1.42857143; color: #777; } blockquote footer:before, blockquote small:before, blockquote .small:before { content: '\2014 \00A0'; } .blockquote-reverse, blockquote.pull-right { padding-right: 15px; padding-left: 0; text-align: right; border-right: 5px solid #eee; border-left: 0; } .blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before { content: ''; } .blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after { content: '\00A0 \2014'; } address { margin-bottom: 20px; font-style: normal; line-height: 1.42857143; } code, kbd, pre, samp { font-family: Menlo, Monaco, Consolas, "Courier New", monospace; } code { padding: 2px 4px; font-size: 90%; color: #c7254e; background-color: #f9f2f4; border-radius: 4px; } kbd { padding: 2px 4px; font-size: 90%; color: #fff; background-color: #333; border-radius: 3px; -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25); } kbd kbd { padding: 0; font-size: 100%; font-weight: bold; -webkit-box-shadow: none; box-shadow: none; } pre { display: block; padding: 9.5px; margin: 0 0 10px; font-size: 13px; line-height: 1.42857143; color: #333; word-break: break-all; word-wrap: break-word; background-color: #f5f5f5; border: 1px solid #ccc; border-radius: 4px; } pre code { padding: 0; font-size: inherit; color: inherit; white-space: pre-wrap; background-color: transparent; border-radius: 0; } .pre-scrollable { max-height: 340px; overflow-y: scroll; } .container { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } @media (min-width: 768px) { .container { width: 750px; } } @media (min-width: 992px) { .container { width: 970px; } } @media (min-width: 1200px) { .container { width: 1170px; } } .container-fluid { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } .row { margin-right: -15px; margin-left: -15px; } .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px; } .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; } .col-xs-12 { width: 100%; } .col-xs-11 { width: 91.66666667%; } .col-xs-10 { width: 83.33333333%; } .col-xs-9 { width: 75%; } .col-xs-8 { width: 66.66666667%; } .col-xs-7 { width: 58.33333333%; } .col-xs-6 { width: 50%; } .col-xs-5 { width: 41.66666667%; } .col-xs-4 { width: 33.33333333%; } .col-xs-3 { width: 25%; } .col-xs-2 { width: 16.66666667%; } .col-xs-1 { width: 8.33333333%; } .col-xs-pull-12 { right: 100%; } .col-xs-pull-11 { right: 91.66666667%; } .col-xs-pull-10 { right: 83.33333333%; } .col-xs-pull-9 { right: 75%; } .col-xs-pull-8 { right: 66.66666667%; } .col-xs-pull-7 { right: 58.33333333%; } .col-xs-pull-6 { right: 50%; } .col-xs-pull-5 { right: 41.66666667%; } .col-xs-pull-4 { right: 33.33333333%; } .col-xs-pull-3 { right: 25%; } .col-xs-pull-2 { right: 16.66666667%; } .col-xs-pull-1 { right: 8.33333333%; } .col-xs-pull-0 { right: auto; } .col-xs-push-12 { left: 100%; } .col-xs-push-11 { left: 91.66666667%; } .col-xs-push-10 { left: 83.33333333%; } .col-xs-push-9 { left: 75%; } .col-xs-push-8 { left: 66.66666667%; } .col-xs-push-7 { left: 58.33333333%; } .col-xs-push-6 { left: 50%; } .col-xs-push-5 { left: 41.66666667%; } .col-xs-push-4 { left: 33.33333333%; } .col-xs-push-3 { left: 25%; } .col-xs-push-2 { left: 16.66666667%; } .col-xs-push-1 { left: 8.33333333%; } .col-xs-push-0 { left: auto; } .col-xs-offset-12 { margin-left: 100%; } .col-xs-offset-11 { margin-left: 91.66666667%; } .col-xs-offset-10 { margin-left: 83.33333333%; } .col-xs-offset-9 { margin-left: 75%; } .col-xs-offset-8 { margin-left: 66.66666667%; } .col-xs-offset-7 { margin-left: 58.33333333%; } .col-xs-offset-6 { margin-left: 50%; } .col-xs-offset-5 { margin-left: 41.66666667%; } .col-xs-offset-4 { margin-left: 33.33333333%; } .col-xs-offset-3 { margin-left: 25%; } .col-xs-offset-2 { margin-left: 16.66666667%; } .col-xs-offset-1 { margin-left: 8.33333333%; } .col-xs-offset-0 { margin-left: 0; } @media (min-width: 768px) { .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; } .col-sm-12 { width: 100%; } .col-sm-11 { width: 91.66666667%; } .col-sm-10 { width: 83.33333333%; } .col-sm-9 { width: 75%; } .col-sm-8 { width: 66.66666667%; } .col-sm-7 { width: 58.33333333%; } .col-sm-6 { width: 50%; } .col-sm-5 { width: 41.66666667%; } .col-sm-4 { width: 33.33333333%; } .col-sm-3 { width: 25%; } .col-sm-2 { width: 16.66666667%; } .col-sm-1 { width: 8.33333333%; } .col-sm-pull-12 { right: 100%; } .col-sm-pull-11 { right: 91.66666667%; } .col-sm-pull-10 { right: 83.33333333%; } .col-sm-pull-9 { right: 75%; } .col-sm-pull-8 { right: 66.66666667%; } .col-sm-pull-7 { right: 58.33333333%; } .col-sm-pull-6 { right: 50%; } .col-sm-pull-5 { right: 41.66666667%; } .col-sm-pull-4 { right: 33.33333333%; } .col-sm-pull-3 { right: 25%; } .col-sm-pull-2 { right: 16.66666667%; } .col-sm-pull-1 { right: 8.33333333%; } .col-sm-pull-0 { right: auto; } .col-sm-push-12 { left: 100%; } .col-sm-push-11 { left: 91.66666667%; } .col-sm-push-10 { left: 83.33333333%; } .col-sm-push-9 { left: 75%; } .col-sm-push-8 { left: 66.66666667%; } .col-sm-push-7 { left: 58.33333333%; } .col-sm-push-6 { left: 50%; } .col-sm-push-5 { left: 41.66666667%; } .col-sm-push-4 { left: 33.33333333%; } .col-sm-push-3 { left: 25%; } .col-sm-push-2 { left: 16.66666667%; } .col-sm-push-1 { left: 8.33333333%; } .col-sm-push-0 { left: auto; } .col-sm-offset-12 { margin-left: 100%; } .col-sm-offset-11 { margin-left: 91.66666667%; } .col-sm-offset-10 { margin-left: 83.33333333%; } .col-sm-offset-9 { margin-left: 75%; } .col-sm-offset-8 { margin-left: 66.66666667%; } .col-sm-offset-7 { margin-left: 58.33333333%; } .col-sm-offset-6 { margin-left: 50%; } .col-sm-offset-5 { margin-left: 41.66666667%; } .col-sm-offset-4 { margin-left: 33.33333333%; } .col-sm-offset-3 { margin-left: 25%; } .col-sm-offset-2 { margin-left: 16.66666667%; } .col-sm-offset-1 { margin-left: 8.33333333%; } .col-sm-offset-0 { margin-left: 0; } } @media (min-width: 992px) { .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float: left; } .col-md-12 { width: 100%; } .col-md-11 { width: 91.66666667%; } .col-md-10 { width: 83.33333333%; } .col-md-9 { width: 75%; } .col-md-8 { width: 66.66666667%; } .col-md-7 { width: 58.33333333%; } .col-md-6 { width: 50%; } .col-md-5 { width: 41.66666667%; } .col-md-4 { width: 33.33333333%; } .col-md-3 { width: 25%; } .col-md-2 { width: 16.66666667%; } .col-md-1 { width: 8.33333333%; } .col-md-pull-12 { right: 100%; } .col-md-pull-11 { right: 91.66666667%; } .col-md-pull-10 { right: 83.33333333%; } .col-md-pull-9 { right: 75%; } .col-md-pull-8 { right: 66.66666667%; } .col-md-pull-7 { right: 58.33333333%; } .col-md-pull-6 { right: 50%; } .col-md-pull-5 { right: 41.66666667%; } .col-md-pull-4 { right: 33.33333333%; } .col-md-pull-3 { right: 25%; } .col-md-pull-2 { right: 16.66666667%; } .col-md-pull-1 { right: 8.33333333%; } .col-md-pull-0 { right: auto; } .col-md-push-12 { left: 100%; } .col-md-push-11 { left: 91.66666667%; } .col-md-push-10 { left: 83.33333333%; } .col-md-push-9 { left: 75%; } .col-md-push-8 { left: 66.66666667%; } .col-md-push-7 { left: 58.33333333%; } .col-md-push-6 { left: 50%; } .col-md-push-5 { left: 41.66666667%; } .col-md-push-4 { left: 33.33333333%; } .col-md-push-3 { left: 25%; } .col-md-push-2 { left: 16.66666667%; } .col-md-push-1 { left: 8.33333333%; } .col-md-push-0 { left: auto; } .col-md-offset-12 { margin-left: 100%; } .col-md-offset-11 { margin-left: 91.66666667%; } .col-md-offset-10 { margin-left: 83.33333333%; } .col-md-offset-9 { margin-left: 75%; } .col-md-offset-8 { margin-left: 66.66666667%; } .col-md-offset-7 { margin-left: 58.33333333%; } .col-md-offset-6 { margin-left: 50%; } .col-md-offset-5 { margin-left: 41.66666667%; } .col-md-offset-4 { margin-left: 33.33333333%; } .col-md-offset-3 { margin-left: 25%; } .col-md-offset-2 { margin-left: 16.66666667%; } .col-md-offset-1 { margin-left: 8.33333333%; } .col-md-offset-0 { margin-left: 0; } } @media (min-width: 1200px) { .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: left; } .col-lg-12 { width: 100%; } .col-lg-11 { width: 91.66666667%; } .col-lg-10 { width: 83.33333333%; } .col-lg-9 { width: 75%; } .col-lg-8 { width: 66.66666667%; } .col-lg-7 { width: 58.33333333%; } .col-lg-6 { width: 50%; } .col-lg-5 { width: 41.66666667%; } .col-lg-4 { width: 33.33333333%; } .col-lg-3 { width: 25%; } .col-lg-2 { width: 16.66666667%; } .col-lg-1 { width: 8.33333333%; } .col-lg-pull-12 { right: 100%; } .col-lg-pull-11 { right: 91.66666667%; } .col-lg-pull-10 { right: 83.33333333%; } .col-lg-pull-9 { right: 75%; } .col-lg-pull-8 { right: 66.66666667%; } .col-lg-pull-7 { right: 58.33333333%; } .col-lg-pull-6 { right: 50%; } .col-lg-pull-5 { right: 41.66666667%; } .col-lg-pull-4 { right: 33.33333333%; } .col-lg-pull-3 { right: 25%; } .col-lg-pull-2 { right: 16.66666667%; } .col-lg-pull-1 { right: 8.33333333%; } .col-lg-pull-0 { right: auto; } .col-lg-push-12 { left: 100%; } .col-lg-push-11 { left: 91.66666667%; } .col-lg-push-10 { left: 83.33333333%; } .col-lg-push-9 { left: 75%; } .col-lg-push-8 { left: 66.66666667%; } .col-lg-push-7 { left: 58.33333333%; } .col-lg-push-6 { left: 50%; } .col-lg-push-5 { left: 41.66666667%; } .col-lg-push-4 { left: 33.33333333%; } .col-lg-push-3 { left: 25%; } .col-lg-push-2 { left: 16.66666667%; } .col-lg-push-1 { left: 8.33333333%; } .col-lg-push-0 { left: auto; } .col-lg-offset-12 { margin-left: 100%; } .col-lg-offset-11 { margin-left: 91.66666667%; } .col-lg-offset-10 { margin-left: 83.33333333%; } .col-lg-offset-9 { margin-left: 75%; } .col-lg-offset-8 { margin-left: 66.66666667%; } .col-lg-offset-7 { margin-left: 58.33333333%; } .col-lg-offset-6 { margin-left: 50%; } .col-lg-offset-5 { margin-left: 41.66666667%; } .col-lg-offset-4 { margin-left: 33.33333333%; } .col-lg-offset-3 { margin-left: 25%; } .col-lg-offset-2 { margin-left: 16.66666667%; } .col-lg-offset-1 { margin-left: 8.33333333%; } .col-lg-offset-0 { margin-left: 0; } } table { background-color: transparent; } caption { padding-top: 8px; padding-bottom: 8px; color: #777; text-align: left; } th { text-align: left; } .table { width: 100%; max-width: 100%; margin-bottom: 20px; } .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { padding: 8px; line-height: 1.42857143; vertical-align: top; border-top: 1px solid #ddd; } .table > thead > tr > th { vertical-align: bottom; border-bottom: 2px solid #ddd; } .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td { border-top: 0; } .table > tbody + tbody { border-top: 2px solid #ddd; } .table .table { background-color: #fff; } .table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td { padding: 5px; } .table-bordered { border: 1px solid #ddd; } .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td { border: 1px solid #ddd; } .table-bordered > thead > tr > th, .table-bordered > thead > tr > td { border-bottom-width: 2px; } .table-striped > tbody > tr:nth-of-type(odd) { background-color: #f9f9f9; } .table-hover > tbody > tr:hover { background-color: #f5f5f5; } table col[class*="col-"] { position: static; display: table-column; float: none; } table td[class*="col-"], table th[class*="col-"] { position: static; display: table-cell; float: none; } .table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th { background-color: #f5f5f5; } .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th { background-color: #e8e8e8; } .table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th { background-color: #dff0d8; } .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th { background-color: #d0e9c6; } .table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th { background-color: #d9edf7; } .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th { background-color: #c4e3f3; } .table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th { background-color: #fcf8e3; } .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th { background-color: #faf2cc; } .table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th { background-color: #f2dede; } .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th { background-color: #ebcccc; } .table-responsive { min-height: .01%; overflow-x: auto; } @media screen and (max-width: 767px) { .table-responsive { width: 100%; margin-bottom: 15px; overflow-y: hidden; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #ddd; } .table-responsive > .table { margin-bottom: 0; } .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td { white-space: nowrap; } .table-responsive > .table-bordered { border: 0; } .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; } .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; } .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } } fieldset { min-width: 0; padding: 0; margin: 0; border: 0; } legend { display: block; width: 100%; padding: 0; margin-bottom: 20px; font-size: 21px; line-height: inherit; color: #333; border: 0; border-bottom: 1px solid #e5e5e5; } label { display: inline-block; max-width: 100%; margin-bottom: 5px; font-weight: bold; } input[type="search"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } input[type="radio"], input[type="checkbox"] { margin: 4px 0 0; margin-top: 1px \9; line-height: normal; } input[type="file"] { display: block; } input[type="range"] { display: block; width: 100%; } select[multiple], select[size] { height: auto; } input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } output { display: block; padding-top: 7px; font-size: 14px; line-height: 1.42857143; color: #555; } .form-control { display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; } .form-control:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6); } .form-control::-moz-placeholder { color: #999; opacity: 1; } .form-control:-ms-input-placeholder { color: #999; } .form-control::-webkit-input-placeholder { color: #999; } .form-control::-ms-expand { background-color: transparent; border: 0; } .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { background-color: #eee; opacity: 1; } .form-control[disabled], fieldset[disabled] .form-control { cursor: not-allowed; } textarea.form-control { height: auto; } input[type="search"] { -webkit-appearance: none; } @media screen and (-webkit-min-device-pixel-ratio: 0) { input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control { line-height: 34px; } input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm, .input-group-sm input[type="date"], .input-group-sm input[type="time"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"] { line-height: 30px; } input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg, .input-group-lg input[type="date"], .input-group-lg input[type="time"], .input-group-lg input[type="datetime-local"], .input-group-lg input[type="month"] { line-height: 46px; } } .form-group { margin-bottom: 15px; } .radio, .checkbox { position: relative; display: block; margin-top: 10px; margin-bottom: 10px; } .radio label, .checkbox label { min-height: 20px; padding-left: 20px; margin-bottom: 0; font-weight: normal; cursor: pointer; } .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] { position: absolute; margin-top: 4px \9; margin-left: -20px; } .radio + .radio, .checkbox + .checkbox { margin-top: -5px; } .radio-inline, .checkbox-inline { position: relative; display: inline-block; padding-left: 20px; margin-bottom: 0; font-weight: normal; vertical-align: middle; cursor: pointer; } .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline { margin-top: 0; margin-left: 10px; } input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] { cursor: not-allowed; } .radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline { cursor: not-allowed; } .radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label { cursor: not-allowed; } .form-control-static { min-height: 34px; padding-top: 7px; padding-bottom: 7px; margin-bottom: 0; } .form-control-static.input-lg, .form-control-static.input-sm { padding-right: 0; padding-left: 0; } .input-sm { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } select.input-sm { height: 30px; line-height: 30px; } textarea.input-sm, select[multiple].input-sm { height: auto; } .form-group-sm .form-control { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } .form-group-sm select.form-control { height: 30px; line-height: 30px; } .form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control { height: auto; } .form-group-sm .form-control-static { height: 30px; min-height: 32px; padding: 6px 10px; font-size: 12px; line-height: 1.5; } .input-lg { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px; } select.input-lg { height: 46px; line-height: 46px; } textarea.input-lg, select[multiple].input-lg { height: auto; } .form-group-lg .form-control { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px; } .form-group-lg select.form-control { height: 46px; line-height: 46px; } .form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control { height: auto; } .form-group-lg .form-control-static { height: 46px; min-height: 38px; padding: 11px 16px; font-size: 18px; line-height: 1.3333333; } .has-feedback { position: relative; } .has-feedback .form-control { padding-right: 42.5px; } .form-control-feedback { position: absolute; top: 0; right: 0; z-index: 2; display: block; width: 34px; height: 34px; line-height: 34px; text-align: center; pointer-events: none; } .input-lg + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback { width: 46px; height: 46px; line-height: 46px; } .input-sm + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback { width: 30px; height: 30px; line-height: 30px; } .has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label { color: #3c763d; } .has-success .form-control { border-color: #3c763d; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); } .has-success .form-control:focus { border-color: #2b542c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168; } .has-success .input-group-addon { color: #3c763d; background-color: #dff0d8; border-color: #3c763d; } .has-success .form-control-feedback { color: #3c763d; } .has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label { color: #8a6d3b; } .has-warning .form-control { border-color: #8a6d3b; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); } .has-warning .form-control:focus { border-color: #66512c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b; } .has-warning .input-group-addon { color: #8a6d3b; background-color: #fcf8e3; border-color: #8a6d3b; } .has-warning .form-control-feedback { color: #8a6d3b; } .has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label { color: #a94442; } .has-error .form-control { border-color: #a94442; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); } .has-error .form-control:focus { border-color: #843534; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483; } .has-error .input-group-addon { color: #a94442; background-color: #f2dede; border-color: #a94442; } .has-error .form-control-feedback { color: #a94442; } .has-feedback label ~ .form-control-feedback { top: 25px; } .has-feedback label.sr-only ~ .form-control-feedback { top: 0; } .help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #737373; } @media (min-width: 768px) { .form-inline .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } .form-inline .form-control { display: inline-block; width: auto; vertical-align: middle; } .form-inline .form-control-static { display: inline-block; } .form-inline .input-group { display: inline-table; vertical-align: middle; } .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control { width: auto; } .form-inline .input-group > .form-control { width: 100%; } .form-inline .control-label { margin-bottom: 0; vertical-align: middle; } .form-inline .radio, .form-inline .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .form-inline .radio label, .form-inline .checkbox label { padding-left: 0; } .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] { position: relative; margin-left: 0; } .form-inline .has-feedback .form-control-feedback { top: 0; } } .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline { padding-top: 7px; margin-top: 0; margin-bottom: 0; } .form-horizontal .radio, .form-horizontal .checkbox { min-height: 27px; } .form-horizontal .form-group { margin-right: -15px; margin-left: -15px; } @media (min-width: 768px) { .form-horizontal .control-label { padding-top: 7px; margin-bottom: 0; text-align: right; } } .form-horizontal .has-feedback .form-control-feedback { right: 15px; } @media (min-width: 768px) { .form-horizontal .form-group-lg .control-label { padding-top: 11px; font-size: 18px; } } @media (min-width: 768px) { .form-horizontal .form-group-sm .control-label { padding-top: 6px; font-size: 12px; } } .btn { display: inline-block; padding: 6px 12px; margin-bottom: 0; font-size: 14px; font-weight: normal; line-height: 1.42857143; text-align: center; white-space: nowrap; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: none; border: 1px solid transparent; border-radius: 4px; } .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } .btn:hover, .btn:focus, .btn.focus { color: #333; text-decoration: none; } .btn:active, .btn.active { background-image: none; outline: 0; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); } .btn.disabled, .btn[disabled], fieldset[disabled] .btn { cursor: not-allowed; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; opacity: .65; } a.btn.disabled, fieldset[disabled] a.btn { pointer-events: none; } .btn-default { color: #333; background-color: #fff; border-color: #ccc; } .btn-default:focus, .btn-default.focus { color: #333; background-color: #e6e6e6; border-color: #8c8c8c; } .btn-default:hover { color: #333; background-color: #e6e6e6; border-color: #adadad; } .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { color: #333; background-color: #e6e6e6; border-color: #adadad; } .btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus { color: #333; background-color: #d4d4d4; border-color: #8c8c8c; } .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { background-image: none; } .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus { background-color: #fff; border-color: #ccc; } .btn-default .badge { color: #fff; background-color: #333; } .btn-primary { color: #fff; background-color: #337ab7; border-color: #2e6da4; } .btn-primary:focus, .btn-primary.focus { color: #fff; background-color: #286090; border-color: #122b40; } .btn-primary:hover { color: #fff; background-color: #286090; border-color: #204d74; } .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { color: #fff; background-color: #286090; border-color: #204d74; } .btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus { color: #fff; background-color: #204d74; border-color: #122b40; } .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { background-image: none; } .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus { background-color: #337ab7; border-color: #2e6da4; } .btn-primary .badge { color: #337ab7; background-color: #fff; } .btn-success { color: #fff; background-color: #5cb85c; border-color: #4cae4c; } .btn-success:focus, .btn-success.focus { color: #fff; background-color: #449d44; border-color: #255625; } .btn-success:hover { color: #fff; background-color: #449d44; border-color: #398439; } .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success { color: #fff; background-color: #449d44; border-color: #398439; } .btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus { color: #fff; background-color: #398439; border-color: #255625; } .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success { background-image: none; } .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus { background-color: #5cb85c; border-color: #4cae4c; } .btn-success .badge { color: #5cb85c; background-color: #fff; } .btn-info { color: #fff; background-color: #5bc0de; border-color: #46b8da; } .btn-info:focus, .btn-info.focus { color: #fff; background-color: #31b0d5; border-color: #1b6d85; } .btn-info:hover { color: #fff; background-color: #31b0d5; border-color: #269abc; } .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info { color: #fff; background-color: #31b0d5; border-color: #269abc; } .btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus { color: #fff; background-color: #269abc; border-color: #1b6d85; } .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info { background-image: none; } .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus { background-color: #5bc0de; border-color: #46b8da; } .btn-info .badge { color: #5bc0de; background-color: #fff; } .btn-warning { color: #fff; background-color: #f0ad4e; border-color: #eea236; } .btn-warning:focus, .btn-warning.focus { color: #fff; background-color: #ec971f; border-color: #985f0d; } .btn-warning:hover { color: #fff; background-color: #ec971f; border-color: #d58512; } .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning { color: #fff; background-color: #ec971f; border-color: #d58512; } .btn-warning:active:hover, .btn-warning.active:hover, .open > .dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open > .dropdown-toggle.btn-warning:focus, .btn-warning:active.focus, .btn-warning.active.focus, .open > .dropdown-toggle.btn-warning.focus { color: #fff; background-color: #d58512; border-color: #985f0d; } .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning { background-image: none; } .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus { background-color: #f0ad4e; border-color: #eea236; } .btn-warning .badge { color: #f0ad4e; background-color: #fff; } .btn-danger { color: #fff; background-color: #d9534f; border-color: #d43f3a; } .btn-danger:focus, .btn-danger.focus { color: #fff; background-color: #c9302c; border-color: #761c19; } .btn-danger:hover { color: #fff; background-color: #c9302c; border-color: #ac2925; } .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger { color: #fff; background-color: #c9302c; border-color: #ac2925; } .btn-danger:active:hover, .btn-danger.active:hover, .open > .dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open > .dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open > .dropdown-toggle.btn-danger.focus { color: #fff; background-color: #ac2925; border-color: #761c19; } .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger { background-image: none; } .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus { background-color: #d9534f; border-color: #d43f3a; } .btn-danger .badge { color: #d9534f; background-color: #fff; } .btn-link { font-weight: normal; color: #337ab7; border-radius: 0; } .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link { background-color: transparent; -webkit-box-shadow: none; box-shadow: none; } .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active { border-color: transparent; } .btn-link:hover, .btn-link:focus { color: #23527c; text-decoration: underline; background-color: transparent; } .btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus { color: #777; text-decoration: none; } .btn-lg, .btn-group-lg > .btn { padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px; } .btn-sm, .btn-group-sm > .btn { padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } .btn-xs, .btn-group-xs > .btn { padding: 1px 5px; font-size: 12px; line-height: 1.5; border-radius: 3px; } .btn-block { display: block; width: 100%; } .btn-block + .btn-block { margin-top: 5px; } input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width: 100%; } .fade { opacity: 0; -webkit-transition: opacity .15s linear; -o-transition: opacity .15s linear; transition: opacity .15s linear; } .fade.in { opacity: 1; } .collapse { display: none; } .collapse.in { display: block; } tr.collapse.in { display: table-row; } tbody.collapse.in { display: table-row-group; } .collapsing { position: relative; height: 0; overflow: hidden; -webkit-transition-timing-function: ease; -o-transition-timing-function: ease; transition-timing-function: ease; -webkit-transition-duration: .35s; -o-transition-duration: .35s; transition-duration: .35s; -webkit-transition-property: height, visibility; -o-transition-property: height, visibility; transition-property: height, visibility; } .caret { display: inline-block; width: 0; height: 0; margin-left: 2px; vertical-align: middle; border-top: 4px dashed; border-top: 4px solid \9; border-right: 4px solid transparent; border-left: 4px solid transparent; } .dropup, .dropdown { position: relative; } .dropdown-toggle:focus { outline: 0; } .dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 160px; padding: 5px 0; margin: 2px 0 0; font-size: 14px; text-align: left; list-style: none; background-color: #fff; -webkit-background-clip: padding-box; background-clip: padding-box; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, .15); border-radius: 4px; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); box-shadow: 0 6px 12px rgba(0, 0, 0, .175); } .dropdown-menu.pull-right { right: 0; left: auto; } .dropdown-menu .divider { height: 1px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5; } .dropdown-menu > li > a { display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 1.42857143; color: #333; white-space: nowrap; } .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { color: #262626; text-decoration: none; background-color: #f5f5f5; } .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { color: #fff; text-decoration: none; background-color: #337ab7; outline: 0; } .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { color: #777; } .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { text-decoration: none; cursor: not-allowed; background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); } .open > .dropdown-menu { display: block; } .open > a { outline: 0; } .dropdown-menu-right { right: 0; left: auto; } .dropdown-menu-left { right: auto; left: 0; } .dropdown-header { display: block; padding: 3px 20px; font-size: 12px; line-height: 1.42857143; color: #777; white-space: nowrap; } .dropdown-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 990; } .pull-right > .dropdown-menu { right: 0; left: auto; } .dropup .caret, .navbar-fixed-bottom .dropdown .caret { content: ""; border-top: 0; border-bottom: 4px dashed; border-bottom: 4px solid \9; } .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 2px; } @media (min-width: 768px) { .navbar-right .dropdown-menu { right: 0; left: auto; } .navbar-right .dropdown-menu-left { right: auto; left: 0; } } .btn-group, .btn-group-vertical { position: relative; display: inline-block; vertical-align: middle; } .btn-group > .btn, .btn-group-vertical > .btn { position: relative; float: left; } .btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active { z-index: 2; } .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group { margin-left: -1px; } .btn-toolbar { margin-left: -5px; } .btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group { float: left; } .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group { margin-left: 5px; } .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { border-radius: 0; } .btn-group > .btn:first-child { margin-left: 0; } .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { border-top-right-radius: 0; border-bottom-right-radius: 0; } .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; } .btn-group > .btn-group { float: left; } .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-top-right-radius: 0; border-bottom-right-radius: 0; } .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child { border-top-left-radius: 0; border-bottom-left-radius: 0; } .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle { outline: 0; } .btn-group > .btn + .dropdown-toggle { padding-right: 8px; padding-left: 8px; } .btn-group > .btn-lg + .dropdown-toggle { padding-right: 12px; padding-left: 12px; } .btn-group.open .dropdown-toggle { -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); } .btn-group.open .dropdown-toggle.btn-link { -webkit-box-shadow: none; box-shadow: none; } .btn .caret { margin-left: 0; } .btn-lg .caret { border-width: 5px 5px 0; border-bottom-width: 0; } .dropup .btn-lg .caret { border-width: 0 5px 5px; } .btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn { display: block; float: none; width: 100%; max-width: 100%; } .btn-group-vertical > .btn-group > .btn { float: none; } .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group { margin-top: -1px; margin-left: 0; } .btn-group-vertical > .btn:not(:first-child):not(:last-child) { border-radius: 0; } .btn-group-vertical > .btn:first-child:not(:last-child) { border-top-left-radius: 4px; border-top-right-radius: 4px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .btn-group-vertical > .btn:last-child:not(:first-child) { border-top-left-radius: 0; border-top-right-radius: 0; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; } .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { border-top-left-radius: 0; border-top-right-radius: 0; } .btn-group-justified { display: table; width: 100%; table-layout: fixed; border-collapse: separate; } .btn-group-justified > .btn, .btn-group-justified > .btn-group { display: table-cell; float: none; width: 1%; } .btn-group-justified > .btn-group .btn { width: 100%; } .btn-group-justified > .btn-group .dropdown-menu { left: auto; } [data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] { position: absolute; clip: rect(0, 0, 0, 0); pointer-events: none; } .input-group { position: relative; display: table; border-collapse: separate; } .input-group[class*="col-"] { float: none; padding-right: 0; padding-left: 0; } .input-group .form-control { position: relative; z-index: 2; float: left; width: 100%; margin-bottom: 0; } .input-group .form-control:focus { z-index: 3; } .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px; } select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn { height: 46px; line-height: 46px; } textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn { height: auto; } .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn { height: 30px; line-height: 30px; } textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn { height: auto; } .input-group-addon, .input-group-btn, .input-group .form-control { display: table-cell; } .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) { border-radius: 0; } .input-group-addon, .input-group-btn { width: 1%; white-space: nowrap; vertical-align: middle; } .input-group-addon { padding: 6px 12px; font-size: 14px; font-weight: normal; line-height: 1; color: #555; text-align: center; background-color: #eee; border: 1px solid #ccc; border-radius: 4px; } .input-group-addon.input-sm { padding: 5px 10px; font-size: 12px; border-radius: 3px; } .input-group-addon.input-lg { padding: 10px 16px; font-size: 18px; border-radius: 6px; } .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] { margin-top: 0; } .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn { border-top-right-radius: 0; border-bottom-right-radius: 0; } .input-group-addon:first-child { border-right: 0; } .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn { border-top-left-radius: 0; border-bottom-left-radius: 0; } .input-group-addon:last-child { border-left: 0; } .input-group-btn { position: relative; font-size: 0; white-space: nowrap; } .input-group-btn > .btn { position: relative; } .input-group-btn > .btn + .btn { margin-left: -1px; } .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active { z-index: 2; } .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group { margin-right: -1px; } .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group { z-index: 2; margin-left: -1px; } .nav { padding-left: 0; margin-bottom: 0; list-style: none; } .nav > li { position: relative; display: block; } .nav > li > a { position: relative; display: block; padding: 10px 15px; } .nav > li > a:hover, .nav > li > a:focus { text-decoration: none; background-color: #eee; } .nav > li.disabled > a { color: #777; } .nav > li.disabled > a:hover, .nav > li.disabled > a:focus { color: #777; text-decoration: none; cursor: not-allowed; background-color: transparent; } .nav .open > a, .nav .open > a:hover, .nav .open > a:focus { background-color: #eee; border-color: #337ab7; } .nav .nav-divider { height: 1px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5; } .nav > li > a > img { max-width: none; } .nav-tabs { border-bottom: 1px solid #ddd; } .nav-tabs > li { float: left; margin-bottom: -1px; } .nav-tabs > li > a { margin-right: 2px; line-height: 1.42857143; border: 1px solid transparent; border-radius: 4px 4px 0 0; } .nav-tabs > li > a:hover { border-color: #eee #eee #ddd; } .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { color: #555; cursor: default; background-color: #fff; border: 1px solid #ddd; border-bottom-color: transparent; } .nav-tabs.nav-justified { width: 100%; border-bottom: 0; } .nav-tabs.nav-justified > li { float: none; } .nav-tabs.nav-justified > li > a { margin-bottom: 5px; text-align: center; } .nav-tabs.nav-justified > .dropdown .dropdown-menu { top: auto; left: auto; } @media (min-width: 768px) { .nav-tabs.nav-justified > li { display: table-cell; width: 1%; } .nav-tabs.nav-justified > li > a { margin-bottom: 0; } } .nav-tabs.nav-justified > li > a { margin-right: 0; border-radius: 4px; } .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus { border: 1px solid #ddd; } @media (min-width: 768px) { .nav-tabs.nav-justified > li > a { border-bottom: 1px solid #ddd; border-radius: 4px 4px 0 0; } .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus { border-bottom-color: #fff; } } .nav-pills > li { float: left; } .nav-pills > li > a { border-radius: 4px; } .nav-pills > li + li { margin-left: 2px; } .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { color: #fff; background-color: #337ab7; } .nav-stacked > li { float: none; } .nav-stacked > li + li { margin-top: 2px; margin-left: 0; } .nav-justified { width: 100%; } .nav-justified > li { float: none; } .nav-justified > li > a { margin-bottom: 5px; text-align: center; } .nav-justified > .dropdown .dropdown-menu { top: auto; left: auto; } @media (min-width: 768px) { .nav-justified > li { display: table-cell; width: 1%; } .nav-justified > li > a { margin-bottom: 0; } } .nav-tabs-justified { border-bottom: 0; } .nav-tabs-justified > li > a { margin-right: 0; border-radius: 4px; } .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus { border: 1px solid #ddd; } @media (min-width: 768px) { .nav-tabs-justified > li > a { border-bottom: 1px solid #ddd; border-radius: 4px 4px 0 0; } .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus { border-bottom-color: #fff; } } .tab-content > .tab-pane { display: none; } .tab-content > .active { display: block; } .nav-tabs .dropdown-menu { margin-top: -1px; border-top-left-radius: 0; border-top-right-radius: 0; } .navbar { position: relative; min-height: 50px; margin-bottom: 20px; border: 1px solid transparent; } @media (min-width: 768px) { .navbar { border-radius: 4px; } } @media (min-width: 768px) { .navbar-header { float: left; } } .navbar-collapse { padding-right: 15px; padding-left: 15px; overflow-x: visible; -webkit-overflow-scrolling: touch; border-top: 1px solid transparent; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1); } .navbar-collapse.in { overflow-y: auto; } @media (min-width: 768px) { .navbar-collapse { width: auto; border-top: 0; -webkit-box-shadow: none; box-shadow: none; } .navbar-collapse.collapse { display: block !important; height: auto !important; padding-bottom: 0; overflow: visible !important; } .navbar-collapse.in { overflow-y: visible; } .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { padding-right: 0; padding-left: 0; } } .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { max-height: 340px; } @media (max-device-width: 480px) and (orientation: landscape) { .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { max-height: 200px; } } .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse { margin-right: -15px; margin-left: -15px; } @media (min-width: 768px) { .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse { margin-right: 0; margin-left: 0; } } .navbar-static-top { z-index: 1000; border-width: 0 0 1px; } @media (min-width: 768px) { .navbar-static-top { border-radius: 0; } } .navbar-fixed-top, .navbar-fixed-bottom { position: fixed; right: 0; left: 0; z-index: 1030; } @media (min-width: 768px) { .navbar-fixed-top, .navbar-fixed-bottom { border-radius: 0; } } .navbar-fixed-top { top: 0; border-width: 0 0 1px; } .navbar-fixed-bottom { bottom: 0; margin-bottom: 0; border-width: 1px 0 0; } .navbar-brand { float: left; height: 50px; padding: 15px 15px; font-size: 18px; line-height: 20px; } .navbar-brand:hover, .navbar-brand:focus { text-decoration: none; } .navbar-brand > img { display: block; } @media (min-width: 768px) { .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand { margin-left: -15px; } } .navbar-toggle { position: relative; float: right; padding: 9px 10px; margin-top: 8px; margin-right: 15px; margin-bottom: 8px; background-color: transparent; background-image: none; border: 1px solid transparent; border-radius: 4px; } .navbar-toggle:focus { outline: 0; } .navbar-toggle .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px; } .navbar-toggle .icon-bar + .icon-bar { margin-top: 4px; } @media (min-width: 768px) { .navbar-toggle { display: none; } } .navbar-nav { margin: 7.5px -15px; } .navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; line-height: 20px; } @media (max-width: 767px) { .navbar-nav .open .dropdown-menu { position: static; float: none; width: auto; margin-top: 0; background-color: transparent; border: 0; -webkit-box-shadow: none; box-shadow: none; } .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header { padding: 5px 15px 5px 25px; } .navbar-nav .open .dropdown-menu > li > a { line-height: 20px; } .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus { background-image: none; } } @media (min-width: 768px) { .navbar-nav { float: left; margin: 0; } .navbar-nav > li { float: left; } .navbar-nav > li > a { padding-top: 15px; padding-bottom: 15px; } } .navbar-form { padding: 10px 15px; margin-top: 8px; margin-right: -15px; margin-bottom: 8px; margin-left: -15px; border-top: 1px solid transparent; border-bottom: 1px solid transparent; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1); } @media (min-width: 768px) { .navbar-form .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } .navbar-form .form-control { display: inline-block; width: auto; vertical-align: middle; } .navbar-form .form-control-static { display: inline-block; } .navbar-form .input-group { display: inline-table; vertical-align: middle; } .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control { width: auto; } .navbar-form .input-group > .form-control { width: 100%; } .navbar-form .control-label { margin-bottom: 0; vertical-align: middle; } .navbar-form .radio, .navbar-form .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .navbar-form .radio label, .navbar-form .checkbox label { padding-left: 0; } .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] { position: relative; margin-left: 0; } .navbar-form .has-feedback .form-control-feedback { top: 0; } } @media (max-width: 767px) { .navbar-form .form-group { margin-bottom: 5px; } .navbar-form .form-group:last-child { margin-bottom: 0; } } @media (min-width: 768px) { .navbar-form { width: auto; padding-top: 0; padding-bottom: 0; margin-right: 0; margin-left: 0; border: 0; -webkit-box-shadow: none; box-shadow: none; } } .navbar-nav > li > .dropdown-menu { margin-top: 0; border-top-left-radius: 0; border-top-right-radius: 0; } .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { margin-bottom: 0; border-top-left-radius: 4px; border-top-right-radius: 4px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .navbar-btn { margin-top: 8px; margin-bottom: 8px; } .navbar-btn.btn-sm { margin-top: 10px; margin-bottom: 10px; } .navbar-btn.btn-xs { margin-top: 14px; margin-bottom: 14px; } .navbar-text { margin-top: 15px; margin-bottom: 15px; } @media (min-width: 768px) { .navbar-text { float: left; margin-right: 15px; margin-left: 15px; } } @media (min-width: 768px) { .navbar-left { float: left !important; } .navbar-right { float: right !important; margin-right: -15px; } .navbar-right ~ .navbar-right { margin-right: 0; } } .navbar-default { background-color: #f8f8f8; border-color: #e7e7e7; } .navbar-default .navbar-brand { color: #777; } .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { color: #5e5e5e; background-color: transparent; } .navbar-default .navbar-text { color: #777; } .navbar-default .navbar-nav > li > a { color: #777; } .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color: #333; background-color: transparent; } .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #555; background-color: #e7e7e7; } .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus { color: #ccc; background-color: transparent; } .navbar-default .navbar-toggle { border-color: #ddd; } .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #ddd; } .navbar-default .navbar-toggle .icon-bar { background-color: #888; } .navbar-default .navbar-collapse, .navbar-default .navbar-form { border-color: #e7e7e7; } .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { color: #555; background-color: #e7e7e7; } @media (max-width: 767px) { .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #777; } .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { color: #333; background-color: transparent; } .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { color: #555; background-color: #e7e7e7; } .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #ccc; background-color: transparent; } } .navbar-default .navbar-link { color: #777; } .navbar-default .navbar-link:hover { color: #333; } .navbar-default .btn-link { color: #777; } .navbar-default .btn-link:hover, .navbar-default .btn-link:focus { color: #333; } .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus { color: #ccc; } .navbar-inverse { background-color: #222; border-color: #080808; } .navbar-inverse .navbar-brand { color: #9d9d9d; } .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus { color: #fff; background-color: transparent; } .navbar-inverse .navbar-text { color: #9d9d9d; } .navbar-inverse .navbar-nav > li > a { color: #9d9d9d; } .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus { color: #fff; background-color: transparent; } .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { color: #fff; background-color: #080808; } .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus { color: #444; background-color: transparent; } .navbar-inverse .navbar-toggle { border-color: #333; } .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus { background-color: #333; } .navbar-inverse .navbar-toggle .icon-bar { background-color: #fff; } .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { border-color: #101010; } .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus { color: #fff; background-color: #080808; } @media (max-width: 767px) { .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { border-color: #080808; } .navbar-inverse .navbar-nav .open .dropdown-menu .divider { background-color: #080808; } .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { color: #9d9d9d; } .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { color: #fff; background-color: transparent; } .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { color: #fff; background-color: #080808; } .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #444; background-color: transparent; } } .navbar-inverse .navbar-link { color: #9d9d9d; } .navbar-inverse .navbar-link:hover { color: #fff; } .navbar-inverse .btn-link { color: #9d9d9d; } .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus { color: #fff; } .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus { color: #444; } .breadcrumb { padding: 8px 15px; margin-bottom: 20px; list-style: none; background-color: #f5f5f5; border-radius: 4px; } .breadcrumb > li { display: inline-block; } .breadcrumb > li + li:before { padding: 0 5px; color: #ccc; content: "/\00a0"; } .breadcrumb > .active { color: #777; } .pagination { display: inline-block; padding-left: 0; margin: 20px 0; border-radius: 4px; } .pagination > li { display: inline; } .pagination > li > a, .pagination > li > span { position: relative; float: left; padding: 6px 12px; margin-left: -1px; line-height: 1.42857143; color: #337ab7; text-decoration: none; background-color: #fff; border: 1px solid #ddd; } .pagination > li:first-child > a, .pagination > li:first-child > span { margin-left: 0; border-top-left-radius: 4px; border-bottom-left-radius: 4px; } .pagination > li:last-child > a, .pagination > li:last-child > span { border-top-right-radius: 4px; border-bottom-right-radius: 4px; } .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus { z-index: 2; color: #23527c; background-color: #eee; border-color: #ddd; } .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { z-index: 3; color: #fff; cursor: default; background-color: #337ab7; border-color: #337ab7; } .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus { color: #777; cursor: not-allowed; background-color: #fff; border-color: #ddd; } .pagination-lg > li > a, .pagination-lg > li > span { padding: 10px 16px; font-size: 18px; line-height: 1.3333333; } .pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span { border-top-left-radius: 6px; border-bottom-left-radius: 6px; } .pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span { border-top-right-radius: 6px; border-bottom-right-radius: 6px; } .pagination-sm > li > a, .pagination-sm > li > span { padding: 5px 10px; font-size: 12px; line-height: 1.5; } .pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span { border-top-left-radius: 3px; border-bottom-left-radius: 3px; } .pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span { border-top-right-radius: 3px; border-bottom-right-radius: 3px; } .pager { padding-left: 0; margin: 20px 0; text-align: center; list-style: none; } .pager li { display: inline; } .pager li > a, .pager li > span { display: inline-block; padding: 5px 14px; background-color: #fff; border: 1px solid #ddd; border-radius: 15px; } .pager li > a:hover, .pager li > a:focus { text-decoration: none; background-color: #eee; } .pager .next > a, .pager .next > span { float: right; } .pager .previous > a, .pager .previous > span { float: left; } .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span { color: #777; cursor: not-allowed; background-color: #fff; } .label { display: inline; padding: .2em .6em .3em; font-size: 75%; font-weight: bold; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25em; } a.label:hover, a.label:focus { color: #fff; text-decoration: none; cursor: pointer; } .label:empty { display: none; } .btn .label { position: relative; top: -1px; } .label-default { background-color: #777; } .label-default[href]:hover, .label-default[href]:focus { background-color: #5e5e5e; } .label-primary { background-color: #337ab7; } .label-primary[href]:hover, .label-primary[href]:focus { background-color: #286090; } .label-success { background-color: #5cb85c; } .label-success[href]:hover, .label-success[href]:focus { background-color: #449d44; } .label-info { background-color: #5bc0de; } .label-info[href]:hover, .label-info[href]:focus { background-color: #31b0d5; } .label-warning { background-color: #f0ad4e; } .label-warning[href]:hover, .label-warning[href]:focus { background-color: #ec971f; } .label-danger { background-color: #d9534f; } .label-danger[href]:hover, .label-danger[href]:focus { background-color: #c9302c; } .badge { display: inline-block; min-width: 10px; padding: 3px 7px; font-size: 12px; font-weight: bold; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: middle; background-color: #777; border-radius: 10px; } .badge:empty { display: none; } .btn .badge { position: relative; top: -1px; } .btn-xs .badge, .btn-group-xs > .btn .badge { top: 0; padding: 1px 5px; } a.badge:hover, a.badge:focus { color: #fff; text-decoration: none; cursor: pointer; } .list-group-item.active > .badge, .nav-pills > .active > a > .badge { color: #337ab7; background-color: #fff; } .list-group-item > .badge { float: right; } .list-group-item > .badge + .badge { margin-right: 5px; } .nav-pills > li > a > .badge { margin-left: 3px; } .jumbotron { padding-top: 30px; padding-bottom: 30px; margin-bottom: 30px; color: inherit; background-color: #eee; } .jumbotron h1, .jumbotron .h1 { color: inherit; } .jumbotron p { margin-bottom: 15px; font-size: 21px; font-weight: 200; } .jumbotron > hr { border-top-color: #d5d5d5; } .container .jumbotron, .container-fluid .jumbotron { padding-right: 15px; padding-left: 15px; border-radius: 6px; } .jumbotron .container { max-width: 100%; } @media screen and (min-width: 768px) { .jumbotron { padding-top: 48px; padding-bottom: 48px; } .container .jumbotron, .container-fluid .jumbotron { padding-right: 60px; padding-left: 60px; } .jumbotron h1, .jumbotron .h1 { font-size: 63px; } } .thumbnail { display: block; padding: 4px; margin-bottom: 20px; line-height: 1.42857143; background-color: #fff; border: 1px solid #ddd; border-radius: 4px; -webkit-transition: border .2s ease-in-out; -o-transition: border .2s ease-in-out; transition: border .2s ease-in-out; } .thumbnail > img, .thumbnail a > img { margin-right: auto; margin-left: auto; } a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active { border-color: #337ab7; } .thumbnail .caption { padding: 9px; color: #333; } .alert { padding: 15px; margin-bottom: 20px; border: 1px solid transparent; border-radius: 4px; } .alert h4 { margin-top: 0; color: inherit; } .alert .alert-link { font-weight: bold; } .alert > p, .alert > ul { margin-bottom: 0; } .alert > p + p { margin-top: 5px; } .alert-dismissable, .alert-dismissible { padding-right: 35px; } .alert-dismissable .close, .alert-dismissible .close { position: relative; top: -2px; right: -21px; color: inherit; } .alert-success { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; } .alert-success hr { border-top-color: #c9e2b3; } .alert-success .alert-link { color: #2b542c; } .alert-info { color: #31708f; background-color: #d9edf7; border-color: #bce8f1; } .alert-info hr { border-top-color: #a6e1ec; } .alert-info .alert-link { color: #245269; } .alert-warning { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; } .alert-warning hr { border-top-color: #f7e1b5; } .alert-warning .alert-link { color: #66512c; } .alert-danger { color: #a94442; background-color: #f2dede; border-color: #ebccd1; } .alert-danger hr { border-top-color: #e4b9c0; } .alert-danger .alert-link { color: #843534; } @-webkit-keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } @-o-keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } @keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } .progress { height: 20px; margin-bottom: 20px; overflow: hidden; background-color: #f5f5f5; border-radius: 4px; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1); } .progress-bar { float: left; width: 0; height: 100%; font-size: 12px; line-height: 20px; color: #fff; text-align: center; background-color: #337ab7; -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15); -webkit-transition: width .6s ease; -o-transition: width .6s ease; transition: width .6s ease; } .progress-striped .progress-bar, .progress-bar-striped { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); -webkit-background-size: 40px 40px; background-size: 40px 40px; } .progress.active .progress-bar, .progress-bar.active { -webkit-animation: progress-bar-stripes 2s linear infinite; -o-animation: progress-bar-stripes 2s linear infinite; animation: progress-bar-stripes 2s linear infinite; } .progress-bar-success { background-color: #5cb85c; } .progress-striped .progress-bar-success { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); } .progress-bar-info { background-color: #5bc0de; } .progress-striped .progress-bar-info { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); } .progress-bar-warning { background-color: #f0ad4e; } .progress-striped .progress-bar-warning { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); } .progress-bar-danger { background-color: #d9534f; } .progress-striped .progress-bar-danger { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); } .media { margin-top: 15px; } .media:first-child { margin-top: 0; } .media, .media-body { overflow: hidden; zoom: 1; } .media-body { width: 10000px; } .media-object { display: block; } .media-object.img-thumbnail { max-width: none; } .media-right, .media > .pull-right { padding-left: 10px; } .media-left, .media > .pull-left { padding-right: 10px; } .media-left, .media-right, .media-body { display: table-cell; vertical-align: top; } .media-middle { vertical-align: middle; } .media-bottom { vertical-align: bottom; } .media-heading { margin-top: 0; margin-bottom: 5px; } .media-list { padding-left: 0; list-style: none; } .list-group { padding-left: 0; margin-bottom: 20px; } .list-group-item { position: relative; display: block; padding: 10px 15px; margin-bottom: -1px; background-color: #fff; border: 1px solid #ddd; } .list-group-item:first-child { border-top-left-radius: 4px; border-top-right-radius: 4px; } .list-group-item:last-child { margin-bottom: 0; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; } a.list-group-item, button.list-group-item { color: #555; } a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading { color: #333; } a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus { color: #555; text-decoration: none; background-color: #f5f5f5; } button.list-group-item { width: 100%; text-align: left; } .list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus { color: #777; cursor: not-allowed; background-color: #eee; } .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading { color: inherit; } .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text { color: #777; } .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus { z-index: 2; color: #fff; background-color: #337ab7; border-color: #337ab7; } .list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > .small { color: inherit; } .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text { color: #c7ddef; } .list-group-item-success { color: #3c763d; background-color: #dff0d8; } a.list-group-item-success, button.list-group-item-success { color: #3c763d; } a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading { color: inherit; } a.list-group-item-success:hover, button.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:focus { color: #3c763d; background-color: #d0e9c6; } a.list-group-item-success.active, button.list-group-item-success.active, a.list-group-item-success.active:hover, button.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active:focus { color: #fff; background-color: #3c763d; border-color: #3c763d; } .list-group-item-info { color: #31708f; background-color: #d9edf7; } a.list-group-item-info, button.list-group-item-info { color: #31708f; } a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading { color: inherit; } a.list-group-item-info:hover, button.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:focus { color: #31708f; background-color: #c4e3f3; } a.list-group-item-info.active, button.list-group-item-info.active, a.list-group-item-info.active:hover, button.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active:focus { color: #fff; background-color: #31708f; border-color: #31708f; } .list-group-item-warning { color: #8a6d3b; background-color: #fcf8e3; } a.list-group-item-warning, button.list-group-item-warning { color: #8a6d3b; } a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading { color: inherit; } a.list-group-item-warning:hover, button.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:focus { color: #8a6d3b; background-color: #faf2cc; } a.list-group-item-warning.active, button.list-group-item-warning.active, a.list-group-item-warning.active:hover, button.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active:focus { color: #fff; background-color: #8a6d3b; border-color: #8a6d3b; } .list-group-item-danger { color: #a94442; background-color: #f2dede; } a.list-group-item-danger, button.list-group-item-danger { color: #a94442; } a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading { color: inherit; } a.list-group-item-danger:hover, button.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:focus { color: #a94442; background-color: #ebcccc; } a.list-group-item-danger.active, button.list-group-item-danger.active, a.list-group-item-danger.active:hover, button.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active:focus { color: #fff; background-color: #a94442; border-color: #a94442; } .list-group-item-heading { margin-top: 0; margin-bottom: 5px; } .list-group-item-text { margin-bottom: 0; line-height: 1.3; } .panel { margin-bottom: 20px; background-color: #fff; border: 1px solid transparent; border-radius: 4px; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05); box-shadow: 0 1px 1px rgba(0, 0, 0, .05); } .panel-body { padding: 15px; } .panel-heading { padding: 10px 15px; border-bottom: 1px solid transparent; border-top-left-radius: 3px; border-top-right-radius: 3px; } .panel-heading > .dropdown .dropdown-toggle { color: inherit; } .panel-title { margin-top: 0; margin-bottom: 0; font-size: 16px; color: inherit; } .panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a { color: inherit; } .panel-footer { padding: 10px 15px; background-color: #f5f5f5; border-top: 1px solid #ddd; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } .panel > .list-group, .panel > .panel-collapse > .list-group { margin-bottom: 0; } .panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item { border-width: 1px 0; border-radius: 0; } .panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child { border-top: 0; border-top-left-radius: 3px; border-top-right-radius: 3px; } .panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child { border-bottom: 0; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child { border-top-left-radius: 0; border-top-right-radius: 0; } .panel-heading + .list-group .list-group-item:first-child { border-top-width: 0; } .list-group + .panel-footer { border-top-width: 0; } .panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table { margin-bottom: 0; } .panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption { padding-right: 15px; padding-left: 15px; } .panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child { border-top-left-radius: 3px; border-top-right-radius: 3px; } .panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child { border-top-left-radius: 3px; border-top-right-radius: 3px; } .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child { border-top-left-radius: 3px; } .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child { border-top-right-radius: 3px; } .panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child { border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child { border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child { border-bottom-left-radius: 3px; } .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child { border-bottom-right-radius: 3px; } .panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body { border-top: 1px solid #ddd; } .panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td { border-top: 0; } .panel > .table-bordered, .panel > .table-responsive > .table-bordered { border: 0; } .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; } .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; } .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th { border-bottom: 0; } .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th { border-bottom: 0; } .panel > .table-responsive { margin-bottom: 0; border: 0; } .panel-group { margin-bottom: 20px; } .panel-group .panel { margin-bottom: 0; border-radius: 4px; } .panel-group .panel + .panel { margin-top: 5px; } .panel-group .panel-heading { border-bottom: 0; } .panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group { border-top: 1px solid #ddd; } .panel-group .panel-footer { border-top: 0; } .panel-group .panel-footer + .panel-collapse .panel-body { border-bottom: 1px solid #ddd; } .panel-default { border-color: #ddd; } .panel-default > .panel-heading { color: #333; background-color: #f5f5f5; border-color: #ddd; } .panel-default > .panel-heading + .panel-collapse > .panel-body { border-top-color: #ddd; } .panel-default > .panel-heading .badge { color: #f5f5f5; background-color: #333; } .panel-default > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #ddd; } .panel-primary { border-color: #337ab7; } .panel-primary > .panel-heading { color: #fff; background-color: #337ab7; border-color: #337ab7; } .panel-primary > .panel-heading + .panel-collapse > .panel-body { border-top-color: #337ab7; } .panel-primary > .panel-heading .badge { color: #337ab7; background-color: #fff; } .panel-primary > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #337ab7; } .panel-success { border-color: #d6e9c6; } .panel-success > .panel-heading { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; } .panel-success > .panel-heading + .panel-collapse > .panel-body { border-top-color: #d6e9c6; } .panel-success > .panel-heading .badge { color: #dff0d8; background-color: #3c763d; } .panel-success > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #d6e9c6; } .panel-info { border-color: #bce8f1; } .panel-info > .panel-heading { color: #31708f; background-color: #d9edf7; border-color: #bce8f1; } .panel-info > .panel-heading + .panel-collapse > .panel-body { border-top-color: #bce8f1; } .panel-info > .panel-heading .badge { color: #d9edf7; background-color: #31708f; } .panel-info > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #bce8f1; } .panel-warning { border-color: #faebcc; } .panel-warning > .panel-heading { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; } .panel-warning > .panel-heading + .panel-collapse > .panel-body { border-top-color: #faebcc; } .panel-warning > .panel-heading .badge { color: #fcf8e3; background-color: #8a6d3b; } .panel-warning > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #faebcc; } .panel-danger { border-color: #ebccd1; } .panel-danger > .panel-heading { color: #a94442; background-color: #f2dede; border-color: #ebccd1; } .panel-danger > .panel-heading + .panel-collapse > .panel-body { border-top-color: #ebccd1; } .panel-danger > .panel-heading .badge { color: #f2dede; background-color: #a94442; } .panel-danger > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #ebccd1; } .embed-responsive { position: relative; display: block; height: 0; padding: 0; overflow: hidden; } .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video { position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0; } .embed-responsive-16by9 { padding-bottom: 56.25%; } .embed-responsive-4by3 { padding-bottom: 75%; } .well { min-height: 20px; padding: 19px; margin-bottom: 20px; background-color: #f5f5f5; border: 1px solid #e3e3e3; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); } .well blockquote { border-color: #ddd; border-color: rgba(0, 0, 0, .15); } .well-lg { padding: 24px; border-radius: 6px; } .well-sm { padding: 9px; border-radius: 3px; } .close { float: right; font-size: 21px; font-weight: bold; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; filter: alpha(opacity=20); opacity: .2; } .close:hover, .close:focus { color: #000; text-decoration: none; cursor: pointer; filter: alpha(opacity=50); opacity: .5; } button.close { -webkit-appearance: none; padding: 0; cursor: pointer; background: transparent; border: 0; } .modal-open { overflow: hidden; } .modal { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; display: none; overflow: hidden; -webkit-overflow-scrolling: touch; outline: 0; } .modal.fade .modal-dialog { -webkit-transition: -webkit-transform .3s ease-out; -o-transition: -o-transform .3s ease-out; transition: transform .3s ease-out; -webkit-transform: translate(0, -25%); -ms-transform: translate(0, -25%); -o-transform: translate(0, -25%); transform: translate(0, -25%); } .modal.in .modal-dialog { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); } .modal-open .modal { overflow-x: hidden; overflow-y: auto; } .modal-dialog { position: relative; width: auto; margin: 10px; } .modal-content { position: relative; background-color: #fff; -webkit-background-clip: padding-box; background-clip: padding-box; border: 1px solid #999; border: 1px solid rgba(0, 0, 0, .2); border-radius: 6px; outline: 0; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5); box-shadow: 0 3px 9px rgba(0, 0, 0, .5); } .modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #000; } .modal-backdrop.fade { filter: alpha(opacity=0); opacity: 0; } .modal-backdrop.in { filter: alpha(opacity=50); opacity: .5; } .modal-header { padding: 15px; border-bottom: 1px solid #e5e5e5; } .modal-header .close { margin-top: -2px; } .modal-title { margin: 0; line-height: 1.42857143; } .modal-body { position: relative; padding: 15px; } .modal-footer { padding: 15px; text-align: right; border-top: 1px solid #e5e5e5; } .modal-footer .btn + .btn { margin-bottom: 0; margin-left: 5px; } .modal-footer .btn-group .btn + .btn { margin-left: -1px; } .modal-footer .btn-block + .btn-block { margin-left: 0; } .modal-scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll; } @media (min-width: 768px) { .modal-dialog { width: 600px; margin: 30px auto; } .modal-content { -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5); box-shadow: 0 5px 15px rgba(0, 0, 0, .5); } .modal-sm { width: 300px; } } @media (min-width: 992px) { .modal-lg { width: 900px; } } .tooltip { position: absolute; z-index: 1070; display: block; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; line-height: 1.42857143; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; letter-spacing: normal; word-break: normal; word-spacing: normal; word-wrap: normal; white-space: normal; filter: alpha(opacity=0); opacity: 0; line-break: auto; } .tooltip.in { filter: alpha(opacity=90); opacity: .9; } .tooltip.top { padding: 5px 0; margin-top: -3px; } .tooltip.right { padding: 0 5px; margin-left: 3px; } .tooltip.bottom { padding: 5px 0; margin-top: 3px; } .tooltip.left { padding: 0 5px; margin-left: -3px; } .tooltip-inner { max-width: 200px; padding: 3px 8px; color: #fff; text-align: center; background-color: #000; border-radius: 4px; } .tooltip-arrow { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid; } .tooltip.top .tooltip-arrow { bottom: 0; left: 50%; margin-left: -5px; border-width: 5px 5px 0; border-top-color: #000; } .tooltip.top-left .tooltip-arrow { right: 5px; bottom: 0; margin-bottom: -5px; border-width: 5px 5px 0; border-top-color: #000; } .tooltip.top-right .tooltip-arrow { bottom: 0; left: 5px; margin-bottom: -5px; border-width: 5px 5px 0; border-top-color: #000; } .tooltip.right .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-width: 5px 5px 5px 0; border-right-color: #000; } .tooltip.left .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-width: 5px 0 5px 5px; border-left-color: #000; } .tooltip.bottom .tooltip-arrow { top: 0; left: 50%; margin-left: -5px; border-width: 0 5px 5px; border-bottom-color: #000; } .tooltip.bottom-left .tooltip-arrow { top: 0; right: 5px; margin-top: -5px; border-width: 0 5px 5px; border-bottom-color: #000; } .tooltip.bottom-right .tooltip-arrow { top: 0; left: 5px; margin-top: -5px; border-width: 0 5px 5px; border-bottom-color: #000; } .popover { position: absolute; top: 0; left: 0; z-index: 1060; display: none; max-width: 276px; padding: 1px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; font-style: normal; font-weight: normal; line-height: 1.42857143; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; letter-spacing: normal; word-break: normal; word-spacing: normal; word-wrap: normal; white-space: normal; background-color: #fff; -webkit-background-clip: padding-box; background-clip: padding-box; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, .2); border-radius: 6px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2); box-shadow: 0 5px 10px rgba(0, 0, 0, .2); line-break: auto; } .popover.top { margin-top: -10px; } .popover.right { margin-left: 10px; } .popover.bottom { margin-top: 10px; } .popover.left { margin-left: -10px; } .popover-title { padding: 8px 14px; margin: 0; font-size: 14px; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; border-radius: 5px 5px 0 0; } .popover-content { padding: 9px 14px; } .popover > .arrow, .popover > .arrow:after { position: absolute; display: block; width: 0; height: 0; border-color: transparent; border-style: solid; } .popover > .arrow { border-width: 11px; } .popover > .arrow:after { content: ""; border-width: 10px; } .popover.top > .arrow { bottom: -11px; left: 50%; margin-left: -11px; border-top-color: #999; border-top-color: rgba(0, 0, 0, .25); border-bottom-width: 0; } .popover.top > .arrow:after { bottom: 1px; margin-left: -10px; content: " "; border-top-color: #fff; border-bottom-width: 0; } .popover.right > .arrow { top: 50%; left: -11px; margin-top: -11px; border-right-color: #999; border-right-color: rgba(0, 0, 0, .25); border-left-width: 0; } .popover.right > .arrow:after { bottom: -10px; left: 1px; content: " "; border-right-color: #fff; border-left-width: 0; } .popover.bottom > .arrow { top: -11px; left: 50%; margin-left: -11px; border-top-width: 0; border-bottom-color: #999; border-bottom-color: rgba(0, 0, 0, .25); } .popover.bottom > .arrow:after { top: 1px; margin-left: -10px; content: " "; border-top-width: 0; border-bottom-color: #fff; } .popover.left > .arrow { top: 50%; right: -11px; margin-top: -11px; border-right-width: 0; border-left-color: #999; border-left-color: rgba(0, 0, 0, .25); } .popover.left > .arrow:after { right: 1px; bottom: -10px; content: " "; border-right-width: 0; border-left-color: #fff; } .carousel { position: relative; } .carousel-inner { position: relative; width: 100%; overflow: hidden; } .carousel-inner > .item { position: relative; display: none; -webkit-transition: .6s ease-in-out left; -o-transition: .6s ease-in-out left; transition: .6s ease-in-out left; } .carousel-inner > .item > img, .carousel-inner > .item > a > img { line-height: 1; } @media all and (transform-3d), (-webkit-transform-3d) { .carousel-inner > .item { -webkit-transition: -webkit-transform .6s ease-in-out; -o-transition: -o-transform .6s ease-in-out; transition: transform .6s ease-in-out; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-perspective: 1000px; perspective: 1000px; } .carousel-inner > .item.next, .carousel-inner > .item.active.right { left: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } .carousel-inner > .item.prev, .carousel-inner > .item.active.left { left: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active { left: 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev { display: block; } .carousel-inner > .active { left: 0; } .carousel-inner > .next, .carousel-inner > .prev { position: absolute; top: 0; width: 100%; } .carousel-inner > .next { left: 100%; } .carousel-inner > .prev { left: -100%; } .carousel-inner > .next.left, .carousel-inner > .prev.right { left: 0; } .carousel-inner > .active.left { left: -100%; } .carousel-inner > .active.right { left: 100%; } .carousel-control { position: absolute; top: 0; bottom: 0; left: 0; width: 15%; font-size: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, .6); background-color: rgba(0, 0, 0, 0); filter: alpha(opacity=50); opacity: .5; } .carousel-control.left { background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%); background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%); background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001))); background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); background-repeat: repeat-x; } .carousel-control.right { right: 0; left: auto; background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%); background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%); background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5))); background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); background-repeat: repeat-x; } .carousel-control:hover, .carousel-control:focus { color: #fff; text-decoration: none; filter: alpha(opacity=90); outline: 0; opacity: .9; } .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right { position: absolute; top: 50%; z-index: 5; display: inline-block; margin-top: -10px; } .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left { left: 50%; margin-left: -10px; } .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right { right: 50%; margin-right: -10px; } .carousel-control .icon-prev, .carousel-control .icon-next { width: 20px; height: 20px; font-family: serif; line-height: 1; } .carousel-control .icon-prev:before { content: '\2039'; } .carousel-control .icon-next:before { content: '\203a'; } .carousel-indicators { position: absolute; bottom: 10px; left: 50%; z-index: 15; width: 60%; padding-left: 0; margin-left: -30%; text-align: center; list-style: none; } .carousel-indicators li { display: inline-block; width: 10px; height: 10px; margin: 1px; text-indent: -999px; cursor: pointer; background-color: #000 \9; background-color: rgba(0, 0, 0, 0); border: 1px solid #fff; border-radius: 10px; } .carousel-indicators .active { width: 12px; height: 12px; margin: 0; background-color: #fff; } .carousel-caption { position: absolute; right: 15%; bottom: 20px; left: 15%; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, .6); } .carousel-caption .btn { text-shadow: none; } @media screen and (min-width: 768px) { .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next { width: 30px; height: 30px; margin-top: -10px; font-size: 30px; } .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev { margin-left: -10px; } .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next { margin-right: -10px; } .carousel-caption { right: 20%; left: 20%; padding-bottom: 30px; } .carousel-indicators { bottom: 20px; } } .clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after { display: table; content: " "; } .clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-header:after, .modal-footer:after { clear: both; } .center-block { display: block; margin-right: auto; margin-left: auto; } .pull-right { float: right !important; } .pull-left { float: left !important; } .hide { display: none !important; } .show { display: block !important; } .invisible { visibility: hidden; } .text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } .hidden { display: none !important; } .affix { position: fixed; } @-ms-viewport { width: device-width; } .visible-xs, .visible-sm, .visible-md, .visible-lg { display: none !important; } .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block { display: none !important; } @media (max-width: 767px) { .visible-xs { display: block !important; } table.visible-xs { display: table !important; } tr.visible-xs { display: table-row !important; } th.visible-xs, td.visible-xs { display: table-cell !important; } } @media (max-width: 767px) { .visible-xs-block { display: block !important; } } @media (max-width: 767px) { .visible-xs-inline { display: inline !important; } } @media (max-width: 767px) { .visible-xs-inline-block { display: inline-block !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm { display: block !important; } table.visible-sm { display: table !important; } tr.visible-sm { display: table-row !important; } th.visible-sm, td.visible-sm { display: table-cell !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm-block { display: block !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm-inline { display: inline !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm-inline-block { display: inline-block !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md { display: block !important; } table.visible-md { display: table !important; } tr.visible-md { display: table-row !important; } th.visible-md, td.visible-md { display: table-cell !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md-block { display: block !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md-inline { display: inline !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md-inline-block { display: inline-block !important; } } @media (min-width: 1200px) { .visible-lg { display: block !important; } table.visible-lg { display: table !important; } tr.visible-lg { display: table-row !important; } th.visible-lg, td.visible-lg { display: table-cell !important; } } @media (min-width: 1200px) { .visible-lg-block { display: block !important; } } @media (min-width: 1200px) { .visible-lg-inline { display: inline !important; } } @media (min-width: 1200px) { .visible-lg-inline-block { display: inline-block !important; } } @media (max-width: 767px) { .hidden-xs { display: none !important; } } @media (min-width: 768px) and (max-width: 991px) { .hidden-sm { display: none !important; } } @media (min-width: 992px) and (max-width: 1199px) { .hidden-md { display: none !important; } } @media (min-width: 1200px) { .hidden-lg { display: none !important; } } .visible-print { display: none !important; } @media print { .visible-print { display: block !important; } table.visible-print { display: table !important; } tr.visible-print { display: table-row !important; } th.visible-print, td.visible-print { display: table-cell !important; } } .visible-print-block { display: none !important; } @media print { .visible-print-block { display: block !important; } } .visible-print-inline { display: none !important; } @media print { .visible-print-inline { display: inline !important; } } .visible-print-inline-block { display: none !important; } @media print { .visible-print-inline-block { display: inline-block !important; } } @media print { .hidden-print { display: none !important; } } /*# sourceMappingURL=bootstrap.css.map */
v5/user-agent-detail/de/d5/ded57d40-9fd4-4756-b7a0-9e4765050c81.html
ThaDafinser/UserAgentParserComparison
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>User agent detail - Mozilla/5.0 (Linux; U; Android 2.2.1; de-de; Vodafone 858 Build/Vodafone858C02B617) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <link href="../circle.css" rel="stylesheet"> </head> <body> <div class="container"> <div class="section"> <h1 class="header center orange-text">User agent detail</h1> <div class="row center"> <h5 class="header light"> Mozilla/5.0 (Linux; U; Android 2.2.1; de-de; Vodafone 858 Build/Vodafone858C02B617) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 </h5> </div> </div> <div class="section"> <table class="striped"><tr><th></th><th colspan="3">General</th><th colspan="5">Device</th><th colspan="3">Bot</th><th colspan="2"></th></tr><tr><th>Provider</th><th>Browser</th><th>Engine</th><th>OS</th><th>Brand</th><th>Model</th><th>Type</th><th>Is mobile</th><th>Is touch</th><th>Is bot</th><th>Name</th><th>Type</th><th>Parse time</th><th>Actions</th></tr><tr><th colspan="14" class="green lighten-3">Test suite</th></tr><tr><td>PiwikDeviceDetector<br /><small>3.6.1</small><br /><small>vendor/piwik/device-detector/Tests/fixtures/smartphone-4.yml</small></td><td>Android Browser </td><td>WebKit </td><td>Android 2.2.1</td><td style="border-left: 1px solid #555">Vodafone</td><td>858</td><td>smartphone</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-a952e161-ace3-4c73-a03c-12746b7cf6d1">Detail</a> <!-- Modal Structure --> <div id="modal-a952e161-ace3-4c73-a03c-12746b7cf6d1" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>PiwikDeviceDetector result detail</h4> <p><pre><code class="php">Array ( [user_agent] => Mozilla/5.0 (Linux; U; Android 2.2.1; de-de; Vodafone 858 Build/Vodafone858C02B617) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 [os] => Array ( [name] => Android [short_name] => AND [version] => 2.2.1 [platform] => ) [client] => Array ( [type] => browser [name] => Android Browser [short_name] => AN [version] => [engine] => WebKit ) [device] => Array ( [type] => smartphone [brand] => VF [model] => 858 ) [os_family] => Android [browser_family] => Android Browser ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><th colspan="14" class="green lighten-3">Providers</th></tr><tr><td>BrowscapFull<br /><small>6014</small><br /></td><td>Android 4.0</td><td>WebKit </td><td>Android 2.2</td><td style="border-left: 1px solid #555">Huawei</td><td>Vodafone 858</td><td>Tablet</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.015</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-47a9cd06-e213-4882-bc34-db6aed664223">Detail</a> <!-- Modal Structure --> <div id="modal-47a9cd06-e213-4882-bc34-db6aed664223" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>BrowscapFull result detail</h4> <p><pre><code class="php">stdClass Object ( [browser_name_regex] => /^mozilla\/5\.0 \(.*linux.*android.2\.2.*vodafone 858 build\/.*\) applewebkit\/.* \(khtml,.*like gecko.*\) version\/4\.0.*safari.*$/ [browser_name_pattern] => mozilla/5.0 (*linux*android?2.2*vodafone 858 build/*) applewebkit/* (khtml,*like gecko*) version/4.0*safari* [parent] => Android Browser 4.0 [comment] => Android Browser 4.0 [browser] => Android [browser_type] => Browser [browser_bits] => 32 [browser_maker] => Google Inc [browser_modus] => unknown [version] => 4.0 [majorver] => 4 [minorver] => 0 [platform] => Android [platform_version] => 2.2 [platform_description] => Android OS [platform_bits] => 32 [platform_maker] => Google Inc [alpha] => [beta] => [win16] => [win32] => [win64] => [frames] => 1 [iframes] => 1 [tables] => 1 [cookies] => 1 [backgroundsounds] => [javascript] => 1 [vbscript] => [javaapplets] => 1 [activexcontrols] => [ismobiledevice] => 1 [istablet] => 1 [issyndicationreader] => [crawler] => [isfake] => [isanonymized] => [ismodified] => [cssversion] => 3 [aolversion] => 0 [device_name] => Vodafone 858 [device_maker] => Huawei [device_type] => Tablet [device_pointing_method] => touchscreen [device_code_name] => U8160 [device_brand_name] => Huawei [renderingengine_name] => WebKit [renderingengine_version] => unknown [renderingengine_description] => For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3. [renderingengine_maker] => Apple Inc ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>BrowscapLite<br /><small>6014</small><br /></td><td>Android 4.0</td><td><i class="material-icons">close</i></td><td>Android </td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>Mobile Phone</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.005</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-42bb56ba-b834-47c5-bea0-c0270e9ab371">Detail</a> <!-- Modal Structure --> <div id="modal-42bb56ba-b834-47c5-bea0-c0270e9ab371" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>BrowscapLite result detail</h4> <p><pre><code class="php">stdClass Object ( [browser_name_regex] => /^mozilla\/5\.0 \(.*linux.*android.* build\/.*\).*applewebkit\/.*\(.*khtml,.*like gecko.*\).*version\/4\.0.*safari.*$/ [browser_name_pattern] => mozilla/5.0 (*linux*android* build/*)*applewebkit/*(*khtml,*like gecko*)*version/4.0*safari* [parent] => Android Browser 4.0 [comment] => Android Browser 4.0 [browser] => Android [browser_type] => unknown [browser_bits] => 0 [browser_maker] => unknown [browser_modus] => unknown [version] => 4.0 [majorver] => 0 [minorver] => 0 [platform] => Android [platform_version] => unknown [platform_description] => unknown [platform_bits] => 0 [platform_maker] => unknown [alpha] => false [beta] => false [win16] => false [win32] => false [win64] => false [frames] => false [iframes] => false [tables] => false [cookies] => false [backgroundsounds] => false [javascript] => false [vbscript] => false [javaapplets] => false [activexcontrols] => false [ismobiledevice] => 1 [istablet] => [issyndicationreader] => false [crawler] => false [isfake] => false [isanonymized] => false [ismodified] => false [cssversion] => 0 [aolversion] => 0 [device_name] => unknown [device_maker] => unknown [device_type] => Mobile Phone [device_pointing_method] => unknown [device_code_name] => unknown [device_brand_name] => unknown [renderingengine_name] => unknown [renderingengine_version] => unknown [renderingengine_description] => unknown [renderingengine_maker] => unknown ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>BrowscapPhp<br /><small>6014</small><br /></td><td>Android 4.0</td><td><i class="material-icons">close</i></td><td>Android </td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>Mobile Phone</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.013</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-ad0041a2-b0f4-43f6-a70d-cad1443caa68">Detail</a> <!-- Modal Structure --> <div id="modal-ad0041a2-b0f4-43f6-a70d-cad1443caa68" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>BrowscapPhp result detail</h4> <p><pre><code class="php">stdClass Object ( [browser_name_regex] => /^mozilla\/5\.0 \(.*linux.*android.* build\/.*\).*applewebkit\/.*\(.*khtml,.*like gecko.*\).*version\/4\.0.*safari.*$/ [browser_name_pattern] => mozilla/5.0 (*linux*android* build/*)*applewebkit/*(*khtml,*like gecko*)*version/4.0*safari* [parent] => Android Browser 4.0 [comment] => Android Browser 4.0 [browser] => Android [browser_type] => unknown [browser_bits] => 0 [browser_maker] => Google Inc [browser_modus] => unknown [version] => 4.0 [majorver] => 4 [minorver] => 0 [platform] => Android [platform_version] => unknown [platform_description] => unknown [platform_bits] => 0 [platform_maker] => unknown [alpha] => false [beta] => false [win16] => false [win32] => false [win64] => false [frames] => false [iframes] => false [tables] => false [cookies] => false [backgroundsounds] => false [javascript] => false [vbscript] => false [javaapplets] => false [activexcontrols] => false [ismobiledevice] => 1 [istablet] => [issyndicationreader] => false [crawler] => [isfake] => false [isanonymized] => false [ismodified] => false [cssversion] => 0 [aolversion] => 0 [device_name] => unknown [device_maker] => unknown [device_type] => Mobile Phone [device_pointing_method] => touchscreen [device_code_name] => unknown [device_brand_name] => unknown [renderingengine_name] => unknown [renderingengine_version] => unknown [renderingengine_description] => unknown [renderingengine_maker] => unknown ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>DonatjUAParser<br /><small>v0.5.1</small><br /></td><td>Android Browser 4.0</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-15fbc1f0-2615-4d42-b5d9-a30dd647b050">Detail</a> <!-- Modal Structure --> <div id="modal-15fbc1f0-2615-4d42-b5d9-a30dd647b050" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>DonatjUAParser result detail</h4> <p><pre><code class="php">Array ( [platform] => Android [browser] => Android Browser [version] => 4.0 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>JenssegersAgent<br /><small>v2.3.3</small><br /></td><td>Safari 4.0</td><td><i class="material-icons">close</i></td><td>AndroidOS 2.2.1</td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-b85a2b91-6a55-4436-a82c-1ea0d46e2e51">Detail</a> <!-- Modal Structure --> <div id="modal-b85a2b91-6a55-4436-a82c-1ea0d46e2e51" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>JenssegersAgent result detail</h4> <p><pre><code class="php">Array ( [browserName] => Safari [browserVersion] => 4.0 [osName] => AndroidOS [osVersion] => 2.2.1 [deviceModel] => GenericPhone [isMobile] => 1 [isRobot] => [botName] => ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>NeutrinoApiCom<br /><small></small><br /></td><td>Android Webkit 4.0</td><td><i class="material-icons">close</i></td><td>Android 2.2.1</td><td style="border-left: 1px solid #555">Huawei</td><td>Vodafone 858</td><td>mobile-browser</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.29402</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-8c2a7a4e-3fbf-4df2-8d61-5e730422f67b">Detail</a> <!-- Modal Structure --> <div id="modal-8c2a7a4e-3fbf-4df2-8d61-5e730422f67b" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>NeutrinoApiCom result detail</h4> <p><pre><code class="php">stdClass Object ( [mobile_screen_height] => 320 [is_mobile] => 1 [type] => mobile-browser [mobile_brand] => Huawei [mobile_model] => Vodafone 858 [version] => 4.0 [is_android] => 1 [browser_name] => Android Webkit [operating_system_family] => Android [operating_system_version] => 2.2.1 [is_ios] => [producer] => Google Inc. [operating_system] => Android 2.2.x Froyo [mobile_screen_width] => 240 [mobile_browser] => Android Webkit ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>PiwikDeviceDetector<br /><small>3.6.1</small><br /></td><td>Android Browser </td><td>WebKit </td><td>Android 2.2</td><td style="border-left: 1px solid #555">Vodafone</td><td>858</td><td>smartphone</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.004</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-4a941d34-a8d3-4914-9724-346f60ad7046">Detail</a> <!-- Modal Structure --> <div id="modal-4a941d34-a8d3-4914-9724-346f60ad7046" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>PiwikDeviceDetector result detail</h4> <p><pre><code class="php">Array ( [client] => Array ( [type] => browser [name] => Android Browser [short_name] => AN [version] => [engine] => WebKit ) [operatingSystem] => Array ( [name] => Android [short_name] => AND [version] => 2.2 [platform] => ) [device] => Array ( [brand] => VF [brandName] => Vodafone [model] => 858 [device] => 1 [deviceName] => smartphone ) [bot] => [extra] => Array ( [isBot] => [isBrowser] => 1 [isFeedReader] => [isMobileApp] => [isPIM] => [isLibrary] => [isMediaPlayer] => [isCamera] => [isCarBrowser] => [isConsole] => [isFeaturePhone] => [isPhablet] => [isPortableMediaPlayer] => [isSmartDisplay] => [isSmartphone] => 1 [isTablet] => [isTV] => [isDesktop] => [isMobile] => 1 [isTouchEnabled] => ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>SinergiBrowserDetector<br /><small>6.0.1</small><br /></td><td>Navigator 4.0</td><td><i class="material-icons">close</i></td><td>Android 2.2.1</td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.001</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-ec1cd248-02b0-457e-8a9d-35bb99af008c">Detail</a> <!-- Modal Structure --> <div id="modal-ec1cd248-02b0-457e-8a9d-35bb99af008c" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>SinergiBrowserDetector result detail</h4> <p><pre><code class="php">Array ( [browser] => Sinergi\BrowserDetector\Browser Object ( [userAgent:Sinergi\BrowserDetector\Browser:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; U; Android 2.2.1; de-de; Vodafone 858 Build/Vodafone858C02B617) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 ) [name:Sinergi\BrowserDetector\Browser:private] => Navigator [version:Sinergi\BrowserDetector\Browser:private] => 4.0 [isRobot:Sinergi\BrowserDetector\Browser:private] => [isChromeFrame:Sinergi\BrowserDetector\Browser:private] => [isFacebookWebView:Sinergi\BrowserDetector\Browser:private] => [isCompatibilityMode:Sinergi\BrowserDetector\Browser:private] => ) [operatingSystem] => Sinergi\BrowserDetector\Os Object ( [name:Sinergi\BrowserDetector\Os:private] => Android [version:Sinergi\BrowserDetector\Os:private] => 2.2.1 [isMobile:Sinergi\BrowserDetector\Os:private] => 1 [userAgent:Sinergi\BrowserDetector\Os:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; U; Android 2.2.1; de-de; Vodafone 858 Build/Vodafone858C02B617) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 ) ) [device] => Sinergi\BrowserDetector\Device Object ( [name:Sinergi\BrowserDetector\Device:private] => unknown [userAgent:Sinergi\BrowserDetector\Device:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; U; Android 2.2.1; de-de; Vodafone 858 Build/Vodafone858C02B617) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 ) ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UAParser<br /><small>v3.4.5</small><br /></td><td>Android 2.2.1</td><td><i class="material-icons">close</i></td><td>Android 2.2.1</td><td style="border-left: 1px solid #555">Huawei</td><td>Vodafone 858</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.003</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-3160e405-8a8f-46dd-8f47-5115f06462d2">Detail</a> <!-- Modal Structure --> <div id="modal-3160e405-8a8f-46dd-8f47-5115f06462d2" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UAParser result detail</h4> <p><pre><code class="php">UAParser\Result\Client Object ( [ua] => UAParser\Result\UserAgent Object ( [major] => 2 [minor] => 2 [patch] => 1 [family] => Android ) [os] => UAParser\Result\OperatingSystem Object ( [major] => 2 [minor] => 2 [patch] => 1 [patchMinor] => [family] => Android ) [device] => UAParser\Result\Device Object ( [brand] => Huawei [model] => Vodafone 858 [family] => Huawei Vodafone 858 ) [originalUserAgent] => Mozilla/5.0 (Linux; U; Android 2.2.1; de-de; Vodafone 858 Build/Vodafone858C02B617) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UserAgentApiCom<br /><small></small><br /></td><td>Safari 533.1</td><td>WebKit 533.1</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>Mobile</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.15201</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-afeb05fb-26b9-4509-b8ac-0c604a9e97d6">Detail</a> <!-- Modal Structure --> <div id="modal-afeb05fb-26b9-4509-b8ac-0c604a9e97d6" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UserAgentApiCom result detail</h4> <p><pre><code class="php">stdClass Object ( [platform_name] => Vodafone [platform_version] => 858 [platform_type] => Mobile [browser_name] => Safari [browser_version] => 533.1 [engine_name] => WebKit [engine_version] => 533.1 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UserAgentStringCom<br /><small></small><br /></td><td>Android Webkit Browser </td><td><i class="material-icons">close</i></td><td>Android 2.2.1</td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.11601</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-08a9ddfb-838f-48d7-9ede-1d132306b2ee">Detail</a> <!-- Modal Structure --> <div id="modal-08a9ddfb-838f-48d7-9ede-1d132306b2ee" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UserAgentStringCom result detail</h4> <p><pre><code class="php">stdClass Object ( [agent_type] => Browser [agent_name] => Android Webkit Browser [agent_version] => -- [os_type] => Android [os_name] => Android [os_versionName] => [os_versionNumber] => 2.2.1 [os_producer] => [os_producerURL] => [linux_distibution] => Null [agent_language] => German - Germany [agent_languageTag] => de-de ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>WhatIsMyBrowserCom<br /><small></small><br /></td><td>Android Browser 4.0</td><td>WebKit 533.1</td><td>Android 2.2.1</td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.24001</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-5fc1ff22-a74d-481b-9ad1-fcfde73ded9c">Detail</a> <!-- Modal Structure --> <div id="modal-5fc1ff22-a74d-481b-9ad1-fcfde73ded9c" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhatIsMyBrowserCom result detail</h4> <p><pre><code class="php">stdClass Object ( [operating_system_name] => Android [simple_sub_description_string] => [simple_browser_string] => Android Browser 4 on Android (Froyo) [browser_version] => 4 [extra_info] => Array ( ) [operating_platform] => [extra_info_table] => stdClass Object ( [System Build] => Vodafone858C02B617 ) [layout_engine_name] => WebKit [detected_addons] => Array ( ) [operating_system_flavour_code] => [hardware_architecture] => [operating_system_flavour] => [operating_system_frameworks] => Array ( ) [browser_name_code] => android-browser [operating_system_version] => Froyo [simple_operating_platform_string] => [is_abusive] => [layout_engine_version] => 533.1 [browser_capabilities] => Array ( ) [operating_platform_vendor_name] => [operating_system] => Android (Froyo) [operating_system_version_full] => 2.2.1 [operating_platform_code] => [browser_name] => Android Browser [operating_system_name_code] => android [user_agent] => Mozilla/5.0 (Linux; U; Android 2.2.1; de-de; Vodafone 858 Build/Vodafone858C02B617) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 [browser_version_full] => 4.0 [browser] => Android Browser 4 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>WhichBrowser<br /><small>v2.0.18</small><br /></td><td>Android Browser </td><td>Webkit 533.1</td><td>Android 2.2.1</td><td style="border-left: 1px solid #555">Vodafone</td><td>858 Smart</td><td>mobile:smart</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.001</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-083a336f-5d73-4505-84f3-c5fc9bb78652">Detail</a> <!-- Modal Structure --> <div id="modal-083a336f-5d73-4505-84f3-c5fc9bb78652" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhichBrowser result detail</h4> <p><pre><code class="php">Array ( [browser] => Array ( [name] => Android Browser ) [engine] => Array ( [name] => Webkit [version] => 533.1 ) [os] => Array ( [name] => Android [version] => 2.2.1 ) [device] => Array ( [type] => mobile [subtype] => smart [manufacturer] => Vodafone [model] => 858 Smart ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Woothee<br /><small>v1.2.0</small><br /></td><td>Safari 4.0</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>smartphone</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-f00e7198-0e22-49fe-bad0-dbb3a9cde9b9">Detail</a> <!-- Modal Structure --> <div id="modal-f00e7198-0e22-49fe-bad0-dbb3a9cde9b9" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Woothee result detail</h4> <p><pre><code class="php">Array ( [name] => Safari [vendor] => Apple [version] => 4.0 [category] => smartphone [os] => Android [os_version] => 2.2.1 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Wurfl<br /><small>1.7.1.0</small><br /></td><td>Android Webkit 2.2.1</td><td><i class="material-icons">close</i></td><td>Android 2.2.1</td><td style="border-left: 1px solid #555">Huawei</td><td>Vodafone 858</td><td>Feature Phone</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.015</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-a2bedf8c-4a95-42a7-96c5-aaf233b2ac50">Detail</a> <!-- Modal Structure --> <div id="modal-a2bedf8c-4a95-42a7-96c5-aaf233b2ac50" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Wurfl result detail</h4> <p><pre><code class="php">Array ( [virtual] => Array ( [is_android] => true [is_ios] => false [is_windows_phone] => false [is_app] => false [is_full_desktop] => false [is_largescreen] => false [is_mobile] => true [is_robot] => false [is_smartphone] => false [is_touchscreen] => true [is_wml_preferred] => false [is_xhtmlmp_preferred] => false [is_html_preferred] => true [advertised_device_os] => Android [advertised_device_os_version] => 2.2.1 [advertised_browser] => Android Webkit [advertised_browser_version] => 2.2.1 [complete_device_name] => Huawei Vodafone 858 [device_name] => Huawei Vodafone 858 [form_factor] => Feature Phone [is_phone] => true [is_app_webview] => false ) [all] => Array ( [brand_name] => Huawei [model_name] => Vodafone 858 [unique] => true [ununiqueness_handler] => [is_wireless_device] => true [device_claims_web_support] => true [has_qwerty_keyboard] => true [can_skip_aligned_link_row] => true [uaprof] => http://wap1.huawei.com/uaprof/HuaweiV858WCDMA-Vodafone.xml [uaprof2] => http://wap1.huawei.com/uaprof/HuaweiV858GPRS-Vodafone.xml [uaprof3] => [nokia_series] => 0 [nokia_edition] => 0 [device_os] => Android [mobile_browser] => Android Webkit [mobile_browser_version] => [device_os_version] => 2.2 [pointing_method] => touchscreen [release_date] => 2011_april [marketing_name] => [model_extra_info] => [nokia_feature_pack] => 0 [can_assign_phone_number] => true [is_tablet] => false [manufacturer_name] => [is_bot] => false [is_google_glass] => false [proportional_font] => false [built_in_back_button_support] => false [card_title_support] => true [softkey_support] => true [table_support] => true [numbered_menus] => false [menu_with_select_element_recommended] => false [menu_with_list_of_links_recommended] => true [icons_on_menu_items_support] => false [break_list_of_links_with_br_element_recommended] => true [access_key_support] => false [wrap_mode_support] => false [times_square_mode_support] => false [deck_prefetch_support] => false [elective_forms_recommended] => true [wizards_recommended] => false [image_as_link_support] => false [insert_br_element_after_widget_recommended] => false [wml_can_display_images_and_text_on_same_line] => false [wml_displays_image_in_center] => false [opwv_wml_extensions_support] => false [wml_make_phone_call_string] => wtai://wp/mc; [chtml_display_accesskey] => false [emoji] => false [chtml_can_display_images_and_text_on_same_line] => false [chtml_displays_image_in_center] => false [imode_region] => none [chtml_make_phone_call_string] => tel: [chtml_table_support] => false [xhtml_honors_bgcolor] => true [xhtml_supports_forms_in_table] => true [xhtml_support_wml2_namespace] => false [xhtml_autoexpand_select] => false [xhtml_select_as_dropdown] => false [xhtml_select_as_radiobutton] => false [xhtml_select_as_popup] => false [xhtml_display_accesskey] => false [xhtml_supports_invisible_text] => false [xhtml_supports_inline_input] => false [xhtml_supports_monospace_font] => false [xhtml_supports_table_for_layout] => true [xhtml_supports_css_cell_table_coloring] => true [xhtml_format_as_css_property] => false [xhtml_format_as_attribute] => false [xhtml_nowrap_mode] => false [xhtml_marquee_as_css_property] => false [xhtml_readable_background_color1] => #FFFFFF [xhtml_readable_background_color2] => #FFFFFF [xhtml_allows_disabled_form_elements] => true [xhtml_document_title_support] => true [xhtml_preferred_charset] => iso-8859-1 [opwv_xhtml_extensions_support] => false [xhtml_make_phone_call_string] => tel: [xhtmlmp_preferred_mime_type] => text/html [xhtml_table_support] => true [xhtml_send_sms_string] => sms: [xhtml_send_mms_string] => mms: [xhtml_file_upload] => supported [cookie_support] => true [accept_third_party_cookie] => true [xhtml_supports_iframe] => full [xhtml_avoid_accesskeys] => true [xhtml_can_embed_video] => play_and_stop [ajax_support_javascript] => true [ajax_manipulate_css] => true [ajax_support_getelementbyid] => true [ajax_support_inner_html] => true [ajax_xhr_type] => standard [ajax_manipulate_dom] => true [ajax_support_events] => true [ajax_support_event_listener] => true [ajax_preferred_geoloc_api] => w3c_api [xhtml_support_level] => 4 [preferred_markup] => html_web_4_0 [wml_1_1] => false [wml_1_2] => false [wml_1_3] => false [html_wi_w3_xhtmlbasic] => true [html_wi_oma_xhtmlmp_1_0] => true [html_wi_imode_html_1] => false [html_wi_imode_html_2] => false [html_wi_imode_html_3] => false [html_wi_imode_html_4] => false [html_wi_imode_html_5] => false [html_wi_imode_htmlx_1] => false [html_wi_imode_htmlx_1_1] => false [html_wi_imode_compact_generic] => false [html_web_3_2] => true [html_web_4_0] => true [voicexml] => false [multipart_support] => false [total_cache_disable_support] => false [time_to_live_support] => false [resolution_width] => 240 [resolution_height] => 320 [columns] => 10 [max_image_width] => 228 [max_image_height] => 280 [rows] => 12 [physical_screen_width] => 43 [physical_screen_height] => 57 [dual_orientation] => true [density_class] => 1.0 [wbmp] => true [bmp] => true [epoc_bmp] => false [gif_animated] => false [jpg] => true [png] => true [tiff] => false [transparent_png_alpha] => true [transparent_png_index] => true [svgt_1_1] => false [svgt_1_1_plus] => false [greyscale] => false [gif] => true [colors] => 65536 [webp_lossy_support] => false [webp_lossless_support] => false [post_method_support] => true [basic_authentication_support] => true [empty_option_value_support] => true [emptyok] => false [nokia_voice_call] => false [wta_voice_call] => false [wta_phonebook] => false [wta_misc] => false [wta_pdc] => false [https_support] => true [phone_id_provided] => false [max_data_rate] => 384 [wifi] => true [sdio] => false [vpn] => false [has_cellular_radio] => true [max_deck_size] => 2000000 [max_url_length_in_requests] => 256 [max_url_length_homepage] => 0 [max_url_length_bookmark] => 0 [max_url_length_cached_page] => 0 [max_no_of_connection_settings] => 0 [max_no_of_bookmarks] => 0 [max_length_of_username] => 0 [max_length_of_password] => 0 [max_object_size] => 0 [downloadfun_support] => false [directdownload_support] => true [inline_support] => false [oma_support] => true [ringtone] => false [ringtone_3gpp] => false [ringtone_midi_monophonic] => false [ringtone_midi_polyphonic] => false [ringtone_imelody] => false [ringtone_digiplug] => false [ringtone_compactmidi] => false [ringtone_mmf] => false [ringtone_rmf] => false [ringtone_xmf] => false [ringtone_amr] => false [ringtone_awb] => false [ringtone_aac] => false [ringtone_wav] => false [ringtone_mp3] => false [ringtone_spmidi] => false [ringtone_qcelp] => false [ringtone_voices] => 1 [ringtone_df_size_limit] => 0 [ringtone_directdownload_size_limit] => 0 [ringtone_inline_size_limit] => 0 [ringtone_oma_size_limit] => 0 [wallpaper] => false [wallpaper_max_width] => 0 [wallpaper_max_height] => 0 [wallpaper_preferred_width] => 0 [wallpaper_preferred_height] => 0 [wallpaper_resize] => none [wallpaper_wbmp] => false [wallpaper_bmp] => false [wallpaper_gif] => false [wallpaper_jpg] => false [wallpaper_png] => false [wallpaper_tiff] => false [wallpaper_greyscale] => false [wallpaper_colors] => 2 [wallpaper_df_size_limit] => 0 [wallpaper_directdownload_size_limit] => 0 [wallpaper_inline_size_limit] => 0 [wallpaper_oma_size_limit] => 0 [screensaver] => false [screensaver_max_width] => 0 [screensaver_max_height] => 0 [screensaver_preferred_width] => 0 [screensaver_preferred_height] => 0 [screensaver_resize] => none [screensaver_wbmp] => false [screensaver_bmp] => false [screensaver_gif] => false [screensaver_jpg] => false [screensaver_png] => false [screensaver_greyscale] => false [screensaver_colors] => 2 [screensaver_df_size_limit] => 0 [screensaver_directdownload_size_limit] => 0 [screensaver_inline_size_limit] => 0 [screensaver_oma_size_limit] => 0 [picture] => false [picture_max_width] => 0 [picture_max_height] => 0 [picture_preferred_width] => 0 [picture_preferred_height] => 0 [picture_resize] => none [picture_wbmp] => false [picture_bmp] => false [picture_gif] => false [picture_jpg] => false [picture_png] => false [picture_greyscale] => false [picture_colors] => 2 [picture_df_size_limit] => 0 [picture_directdownload_size_limit] => 0 [picture_inline_size_limit] => 0 [picture_oma_size_limit] => 0 [video] => false [oma_v_1_0_forwardlock] => false [oma_v_1_0_combined_delivery] => false [oma_v_1_0_separate_delivery] => false [streaming_video] => true [streaming_3gpp] => true [streaming_mp4] => true [streaming_mov] => false [streaming_video_size_limit] => 0 [streaming_real_media] => none [streaming_flv] => false [streaming_3g2] => false [streaming_vcodec_h263_0] => 45 [streaming_vcodec_h263_3] => -1 [streaming_vcodec_mpeg4_sp] => 0 [streaming_vcodec_mpeg4_asp] => -1 [streaming_vcodec_h264_bp] => 1 [streaming_acodec_amr] => nb [streaming_acodec_aac] => lc [streaming_wmv] => none [streaming_preferred_protocol] => rtsp [streaming_preferred_http_protocol] => progressive_download [wap_push_support] => true [connectionless_service_indication] => false [connectionless_service_load] => false [connectionless_cache_operation] => false [connectionoriented_unconfirmed_service_indication] => false [connectionoriented_unconfirmed_service_load] => false [connectionoriented_unconfirmed_cache_operation] => false [connectionoriented_confirmed_service_indication] => false [connectionoriented_confirmed_service_load] => false [connectionoriented_confirmed_cache_operation] => false [utf8_support] => true [ascii_support] => false [iso8859_support] => false [expiration_date] => false [j2me_cldc_1_0] => false [j2me_cldc_1_1] => false [j2me_midp_1_0] => false [j2me_midp_2_0] => false [doja_1_0] => false [doja_1_5] => false [doja_2_0] => false [doja_2_1] => false [doja_2_2] => false [doja_3_0] => false [doja_3_5] => false [doja_4_0] => false [j2me_jtwi] => false [j2me_mmapi_1_0] => false [j2me_mmapi_1_1] => false [j2me_wmapi_1_0] => false [j2me_wmapi_1_1] => false [j2me_wmapi_2_0] => false [j2me_btapi] => false [j2me_3dapi] => false [j2me_locapi] => false [j2me_nokia_ui] => false [j2me_motorola_lwt] => false [j2me_siemens_color_game] => false [j2me_siemens_extension] => false [j2me_heap_size] => 0 [j2me_max_jar_size] => 0 [j2me_storage_size] => 0 [j2me_max_record_store_size] => 0 [j2me_screen_width] => 0 [j2me_screen_height] => 0 [j2me_canvas_width] => 0 [j2me_canvas_height] => 0 [j2me_bits_per_pixel] => 0 [j2me_audio_capture_enabled] => false [j2me_video_capture_enabled] => false [j2me_photo_capture_enabled] => false [j2me_capture_image_formats] => none [j2me_http] => false [j2me_https] => false [j2me_socket] => false [j2me_udp] => false [j2me_serial] => false [j2me_gif] => false [j2me_gif89a] => false [j2me_jpg] => false [j2me_png] => false [j2me_bmp] => false [j2me_bmp3] => false [j2me_wbmp] => false [j2me_midi] => false [j2me_wav] => false [j2me_amr] => false [j2me_mp3] => false [j2me_mp4] => false [j2me_imelody] => false [j2me_rmf] => false [j2me_au] => false [j2me_aac] => false [j2me_realaudio] => false [j2me_xmf] => false [j2me_wma] => false [j2me_3gpp] => false [j2me_h263] => false [j2me_svgt] => false [j2me_mpeg4] => false [j2me_realvideo] => false [j2me_real8] => false [j2me_realmedia] => false [j2me_left_softkey_code] => 0 [j2me_right_softkey_code] => 0 [j2me_middle_softkey_code] => 0 [j2me_select_key_code] => 0 [j2me_return_key_code] => 0 [j2me_clear_key_code] => 0 [j2me_datefield_no_accepts_null_date] => false [j2me_datefield_broken] => false [receiver] => false [sender] => false [mms_max_size] => 614400 [mms_max_height] => 480 [mms_max_width] => 640 [built_in_recorder] => false [built_in_camera] => true [mms_jpeg_baseline] => true [mms_jpeg_progressive] => false [mms_gif_static] => true [mms_gif_animated] => false [mms_png] => true [mms_bmp] => true [mms_wbmp] => false [mms_amr] => true [mms_wav] => false [mms_midi_monophonic] => true [mms_midi_polyphonic] => false [mms_midi_polyphonic_voices] => 0 [mms_spmidi] => false [mms_mmf] => false [mms_mp3] => false [mms_evrc] => false [mms_qcelp] => false [mms_ota_bitmap] => false [mms_nokia_wallpaper] => false [mms_nokia_operatorlogo] => false [mms_nokia_3dscreensaver] => false [mms_nokia_ringingtone] => false [mms_rmf] => false [mms_xmf] => false [mms_symbian_install] => false [mms_jar] => false [mms_jad] => false [mms_vcard] => true [mms_vcalendar] => false [mms_wml] => false [mms_wbxml] => false [mms_wmlc] => false [mms_video] => false [mms_mp4] => false [mms_3gpp] => false [mms_3gpp2] => false [mms_max_frame_rate] => 0 [nokiaring] => false [picturemessage] => false [operatorlogo] => false [largeoperatorlogo] => false [callericon] => false [nokiavcard] => false [nokiavcal] => false [sckl_ringtone] => false [sckl_operatorlogo] => false [sckl_groupgraphic] => false [sckl_vcard] => false [sckl_vcalendar] => false [text_imelody] => false [ems] => false [ems_variablesizedpictures] => false [ems_imelody] => false [ems_odi] => false [ems_upi] => false [ems_version] => 0 [siemens_ota] => false [siemens_logo_width] => 101 [siemens_logo_height] => 29 [siemens_screensaver_width] => 101 [siemens_screensaver_height] => 50 [gprtf] => false [sagem_v1] => false [sagem_v2] => false [panasonic] => false [sms_enabled] => true [wav] => true [mmf] => false [smf] => false [mld] => false [midi_monophonic] => true [midi_polyphonic] => false [sp_midi] => true [rmf] => false [xmf] => false [compactmidi] => false [digiplug] => false [nokia_ringtone] => false [imelody] => true [au] => false [amr] => true [awb] => false [aac] => true [mp3] => true [voices] => 1 [qcelp] => false [evrc] => false [flash_lite_version] => [fl_wallpaper] => false [fl_screensaver] => false [fl_standalone] => false [fl_browser] => false [fl_sub_lcd] => false [full_flash_support] => true [css_supports_width_as_percentage] => true [css_border_image] => webkit [css_rounded_corners] => webkit [css_gradient] => none [css_spriting] => true [css_gradient_linear] => none [is_transcoder] => false [transcoder_ua_header] => user-agent [rss_support] => false [pdf_support] => true [progressive_download] => true [playback_vcodec_h263_0] => 10 [playback_vcodec_h263_3] => -1 [playback_vcodec_mpeg4_sp] => 0 [playback_vcodec_mpeg4_asp] => -1 [playback_vcodec_h264_bp] => 3.0 [playback_real_media] => none [playback_3gpp] => true [playback_3g2] => false [playback_mp4] => true [playback_mov] => false [playback_acodec_amr] => nb [playback_acodec_aac] => none [playback_df_size_limit] => 0 [playback_directdownload_size_limit] => 0 [playback_inline_size_limit] => 0 [playback_oma_size_limit] => 0 [playback_acodec_qcelp] => false [playback_wmv] => none [hinted_progressive_download] => true [html_preferred_dtd] => html4 [viewport_supported] => true [viewport_width] => device_width_token [viewport_userscalable] => no [viewport_initial_scale] => [viewport_maximum_scale] => [viewport_minimum_scale] => [mobileoptimized] => false [handheldfriendly] => false [canvas_support] => full [image_inlining] => true [is_smarttv] => false [is_console] => false [nfc_support] => false [ux_full_desktop] => false [jqm_grade] => A [is_sencha_touch_ok] => false ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Zsxsoft<br /><small>1.3</small><br /></td><td>Android Webkit 4.0</td><td><i class="material-icons">close</i></td><td>Android 2.2.1</td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.001</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-5d43e024-b46c-44f6-8914-529b05569bc2">Detail</a> <!-- Modal Structure --> <div id="modal-5d43e024-b46c-44f6-8914-529b05569bc2" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Zsxsoft result detail</h4> <p><pre><code class="php">Array ( [browser] => Array ( [link] => http://developer.android.com/reference/android/webkit/package-summary.html [title] => Android Webkit 4.0 [name] => Android Webkit [version] => 4.0 [code] => android-webkit [image] => img/16/browser/android-webkit.png ) [os] => Array ( [link] => http://www.android.com/ [name] => Android [version] => 2.2.1 [code] => android [x64] => [title] => Android 2.2.1 [type] => os [dir] => os [image] => img/16/os/android.png ) [device] => Array ( [link] => [title] => [model] => [brand] => [code] => null [dir] => device [type] => device [image] => img/16/device/null.png ) [platform] => Array ( [link] => http://www.android.com/ [name] => Android [version] => 2.2.1 [code] => android [x64] => [title] => Android 2.2.1 [type] => os [dir] => os [image] => img/16/os/android.png ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr></table> </div> <div class="section"> <h1 class="header center orange-text">About this comparison</h1> <div class="row center"> <h5 class="header light"> The primary goal of this project is simple<br /> I wanted to know which user agent parser is the most accurate in each part - device detection, bot detection and so on...<br /> <br /> The secondary goal is to provide a source for all user agent parsers to improve their detection based on this results.<br /> <br /> You can also improve this further, by suggesting ideas at <a href="https://github.com/ThaDafinser/UserAgentParserComparison">ThaDafinser/UserAgentParserComparison</a><br /> <br /> The comparison is based on the abstraction by <a href="https://github.com/ThaDafinser/UserAgentParser">ThaDafinser/UserAgentParser</a> </h5> </div> </div> <div class="card"> <div class="card-content"> Comparison created <i>2016-05-10 08:09:23</i> | by <a href="https://github.com/ThaDafinser">ThaDafinser</a> </div> </div> </div> <script src="https://code.jquery.com/jquery-2.1.4.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"></script> <script src="http://cdnjs.cloudflare.com/ajax/libs/list.js/1.2.0/list.min.js"></script> <script> $(document).ready(function(){ // the "href" attribute of .modal-trigger must specify the modal ID that wants to be triggered $('.modal-trigger').leanModal(); }); </script> </body> </html>
clean/Linux-x86_64-4.12.1-2.0.8/released/8.13.1/pi-calc/8.9.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>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.13.1 / pi-calc - 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> pi-calc <small> 8.9.0 <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; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;http://www.dimi.uniud.it/~scagnett/pi-calculus.html&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.9&quot; &amp; &lt; &quot;8.10~&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;scagnett@dimi.uniud.it&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; 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.9.0.tar.gz&quot; checksum: &quot;md5=d0882753de8b62ef0fe18fb05acc9f66&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.9.0 coq.8.13.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.13.1). The following dependencies couldn&#39;t be met: - coq-pi-calc -&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-pi-calc.8.9.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
clean/Linux-x86_64-4.08.1-2.0.5/released/8.12.0/hierarchy-builder/0.9.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>hierarchy-builder: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.12.0 / hierarchy-builder - 0.9.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> hierarchy-builder <small> 0.9.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-11-26 21:48:02 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-26 21:48:02 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.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;Enrico Tassi &lt;enrico.tassi@inria.fr&gt;&quot; authors: [ &quot;Cyril Cohen&quot; &quot;Kazuhiko Sakaguchi&quot; &quot;Enrico Tassi&quot; ] license: &quot;MIT&quot; homepage: &quot;https://github.com/math-comp/hierarchy-builder&quot; bug-reports: &quot;https://github.com/math-comp/hierarchy-builder/issues&quot; dev-repo: &quot;git+https://github.com/math-comp/hierarchy-builder&quot; build: [ make ] install: [ make &quot;install&quot; &quot;VFILES=structures.v&quot; ] depends: [ &quot;coq&quot; {&gt;= &quot;8.10.0&quot; &amp; &lt; &quot;8.12.0~&quot; } &quot;coq-elpi&quot; {&gt;= &quot;1.3.0&quot; &amp; &lt; &quot;1.4.0~&quot;} ] synopsis: &quot;Hierarchy Builder&quot; description: &quot;&quot;&quot; High level commands to declare and evolve a hierarchy based on packed classes. &quot;&quot;&quot; url { src: &quot;https://github.com/math-comp/hierarchy-builder/archive/v0.9.0.tar.gz&quot; checksum: &quot;sha256=6eb4d51a1c66aeea8448f7c62b21a8603ccd025c00b9b62976c1e01278a6cd01&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-hierarchy-builder.0.9.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-hierarchy-builder -&gt; coq &lt; 8.12.0~ -&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-hierarchy-builder.0.9.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
clean/Linux-x86_64-4.05.0-2.0.1/released/8.7.1/cantor/8.9.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>cantor: 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 / cantor - 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> cantor <small> 8.9.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-22 02:24:22 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-22 02:24:22 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-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.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/cantor&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/Cantor&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.9&quot; &amp; &lt; &quot;8.10~&quot;} ] tags: [ &quot;keyword: ordinal numbers&quot; &quot;keyword: well-foundedness&quot; &quot;keyword: termination&quot; &quot;keyword: rpo&quot; &quot;keyword: Goodstein sequences&quot; &quot;category: Mathematics/Logic&quot; &quot;category: Mathematics/Arithmetic and Number Theory/Number theory&quot; &quot;date: 2006-05-22&quot; ] authors: [ &quot;Pierre Castéran &lt;pierre.casteran@labri.fr&gt; [http://www.labri.fr/~casteran/]&quot; &quot;Évelyne Contejean &lt;contejea@lri.fr&gt; [http://www.lri.fr/~contejea]&quot; ] bug-reports: &quot;https://github.com/coq-contribs/cantor/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/cantor.git&quot; synopsis: &quot;On Ordinal Notations&quot; description: &quot;&quot;&quot; This contribution contains data structures for ordinals less than Gamma0 under Cantor and Veblen normal forms. Well-foundedness is established thanks to RPO with status for generic terms. This contribution also includes termination proofs of Hydra battles and Goodstein sequences as well as a computation of the length of the Goodstein sequence starting from 4 in base 2. This work is supported by INRIA-Futurs (Logical project-team), CNRS and the French ANR via the A3PAT project (http://www3.iie.cnam.fr/~urbain/a3pat/).&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/cantor/archive/v8.9.0.tar.gz&quot; checksum: &quot;md5=00ebfdf7bee8dea49d327079fdcf1048&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-cantor.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-cantor -&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-cantor.8.9.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
clean/Linux-x86_64-4.06.1-2.0.5/released/8.9.0/mathcomp-character/1.9.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mathcomp-character: 8 m 18 s 🏆</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.9.0 / mathcomp-character - 1.9.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> mathcomp-character <small> 1.9.0 <span class="label label-success">8 m 18 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-09 19:07:39 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-09 19:07:39 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.9.0 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.06.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.06.1 Official 4.06.1 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; name: &quot;coq-mathcomp-character&quot; version: &quot;1.9.0&quot; maintainer: &quot;Mathematical Components &lt;mathcomp-dev@sympa.inria.fr&gt;&quot; homepage: &quot;https://math-comp.github.io/&quot; bug-reports: &quot;https://github.com/math-comp/math-comp/issues&quot; dev-repo: &quot;git+https://github.com/math-comp/math-comp.git&quot; license: &quot;CeCILL-B&quot; build: [ make &quot;-C&quot; &quot;mathcomp/character&quot; &quot;-j&quot; &quot;%{jobs}%&quot; ] install: [ make &quot;-C&quot; &quot;mathcomp/character&quot; &quot;install&quot; ] depends: [ &quot;coq-mathcomp-field&quot; { = &quot;1.9.0&quot; } ] tags: [ &quot;keyword:algebra&quot; &quot;keyword:character&quot; &quot;keyword:small scale reflection&quot; &quot;keyword:mathematical components&quot; &quot;keyword:odd order theorem&quot; &quot;logpath:mathcomp.character&quot; ] authors: [ &quot;Jeremy Avigad &lt;&gt;&quot; &quot;Andrea Asperti &lt;&gt;&quot; &quot;Stephane Le Roux &lt;&gt;&quot; &quot;Yves Bertot &lt;&gt;&quot; &quot;Laurence Rideau &lt;&gt;&quot; &quot;Enrico Tassi &lt;&gt;&quot; &quot;Ioana Pasca &lt;&gt;&quot; &quot;Georges Gonthier &lt;&gt;&quot; &quot;Sidi Ould Biha &lt;&gt;&quot; &quot;Cyril Cohen &lt;&gt;&quot; &quot;Francois Garillot &lt;&gt;&quot; &quot;Alexey Solovyev &lt;&gt;&quot; &quot;Russell O&#39;Connor &lt;&gt;&quot; &quot;Laurent Théry &lt;&gt;&quot; &quot;Assia Mahboubi &lt;&gt;&quot; ] synopsis: &quot;Mathematical Components Library on character theory&quot; description:&quot;&quot;&quot; This library contains definitions and theorems about group representations, characters and class functions. &quot;&quot;&quot; url { src: &quot;http://github.com/math-comp/math-comp/archive/mathcomp-1.9.0.tar.gz&quot; checksum: &quot;sha256=fe3d157a4db7e96f39212f76e701a7fc1e3f125c54b8c38f06a6a387eda61c96&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-mathcomp-character.1.9.0 coq.8.9.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-mathcomp-character.1.9.0 coq.8.9.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>35 m 32 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-mathcomp-character.1.9.0 coq.8.9.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>8 m 18 s</dd> </dl> <h2>Installation size</h2> <p>Total: 14 M</p> <ul> <li>3 M <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/character/mxrepresentation.vo</code></li> <li>2 M <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/character/mxrepresentation.glob</code></li> <li>1 M <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/character/character.vo</code></li> <li>1 M <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/character/classfun.vo</code></li> <li>1 M <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/character/character.glob</code></li> <li>844 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/character/classfun.glob</code></li> <li>812 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/character/inertia.vo</code></li> <li>684 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/character/inertia.glob</code></li> <li>519 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/character/integral_char.vo</code></li> <li>498 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/character/mxabelem.vo</code></li> <li>467 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/character/vcharacter.vo</code></li> <li>378 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/character/vcharacter.glob</code></li> <li>342 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/character/mxabelem.glob</code></li> <li>321 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/character/integral_char.glob</code></li> <li>240 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/character/mxrepresentation.v</code></li> <li>113 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/character/character.v</code></li> <li>96 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/character/classfun.v</code></li> <li>69 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/character/inertia.v</code></li> <li>54 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/character/all_character.vo</code></li> <li>43 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/character/mxabelem.v</code></li> <li>38 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/character/vcharacter.v</code></li> <li>36 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/character/integral_char.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/character/all_character.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/character/all_character.v</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-mathcomp-character.1.9.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
releases/2.3/javawsdocs/edu/sdsc/inca/protocol/Ping.html
IncaProject/IncaProject.github.io
<!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.4.2_13) on Mon Feb 11 15:04:25 PST 2008 --> <TITLE> Ping </TITLE> <META NAME="keywords" CONTENT="edu.sdsc.inca.protocol.Ping class"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="Ping"; } </SCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <!-- ========= 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=3 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="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</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-all.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;<A HREF="../../../../edu/sdsc/inca/protocol/MessageHandlerFactoryTest.html" title="class in edu.sdsc.inca.protocol"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../edu/sdsc/inca/protocol/Protocol.html" title="class in edu.sdsc.inca.protocol"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Ping.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> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#fields_inherited_from_class_edu.sdsc.inca.protocol.MessageHandler">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> edu.sdsc.inca.protocol</FONT> <BR> Class Ping</H2> <PRE> java.lang.Object <IMG SRC="../../../../resources/inherit.gif" ALT="extended by"><A HREF="../../../../edu/sdsc/inca/protocol/MessageHandler.html" title="class in edu.sdsc.inca.protocol">edu.sdsc.inca.protocol.MessageHandler</A> <IMG SRC="../../../../resources/inherit.gif" ALT="extended by"><B>edu.sdsc.inca.protocol.Ping</B> </PRE> <HR> <DL> <DT>public class <B>Ping</B><DT>extends <A HREF="../../../../edu/sdsc/inca/protocol/MessageHandler.html" title="class in edu.sdsc.inca.protocol">MessageHandler</A></DL> <P> <DL> <DT><B>Author:</B></DT> <DD>Cathie Olschanowsky This command is useful to make sure that the server is alive and responding. Good for testing and not much else.</DD> </DL> <HR> <P> <!-- ======== NESTED CLASS SUMMARY ======== --> <!-- =========== FIELD SUMMARY =========== --> <A NAME="field_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> <B>Field Summary</B></FONT></TD> </TR> </TABLE> &nbsp;<A NAME="fields_inherited_from_class_edu.sdsc.inca.protocol.MessageHandler"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TD><B>Fields inherited from class edu.sdsc.inca.protocol.<A HREF="../../../../edu/sdsc/inca/protocol/MessageHandler.html" title="class in edu.sdsc.inca.protocol">MessageHandler</A></B></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><A HREF="../../../../edu/sdsc/inca/protocol/MessageHandler.html#logger">logger</A></CODE></TD> </TR> </TABLE> &nbsp; <!-- ======== CONSTRUCTOR SUMMARY ======== --> <A NAME="constructor_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> <B>Constructor Summary</B></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../edu/sdsc/inca/protocol/Ping.html#Ping()">Ping</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> <B>Method Summary</B></FONT></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><A HREF="../../../../edu/sdsc/inca/protocol/Ping.html#execute(edu.sdsc.inca.protocol.ProtocolReader, edu.sdsc.inca.protocol.ProtocolWriter)">execute</A></B>(<A HREF="../../../../edu/sdsc/inca/protocol/ProtocolReader.html" title="class in edu.sdsc.inca.protocol">ProtocolReader</A>&nbsp;reader, <A HREF="../../../../edu/sdsc/inca/protocol/ProtocolWriter.html" title="class in edu.sdsc.inca.protocol">ProtocolWriter</A>&nbsp;writer)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Execute should run the task using the reader and writer for in/output.</TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_edu.sdsc.inca.protocol.MessageHandler"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TD><B>Methods inherited from class edu.sdsc.inca.protocol.<A HREF="../../../../edu/sdsc/inca/protocol/MessageHandler.html" title="class in edu.sdsc.inca.protocol">MessageHandler</A></B></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><A HREF="../../../../edu/sdsc/inca/protocol/MessageHandler.html#errorReply(edu.sdsc.inca.protocol.ProtocolWriter, java.lang.String)">errorReply</A></CODE></TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TD><B>Methods inherited from class java.lang.Object</B></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> </TR> </TABLE> &nbsp; <P> <!-- ============ FIELD DETAIL =========== --> <!-- ========= CONSTRUCTOR DETAIL ======== --> <A NAME="constructor_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=1><FONT SIZE="+2"> <B>Constructor Detail</B></FONT></TD> </TR> </TABLE> <A NAME="Ping()"><!-- --></A><H3> Ping</H3> <PRE> public <B>Ping</B>()</PRE> <DL> </DL> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=1><FONT SIZE="+2"> <B>Method Detail</B></FONT></TD> </TR> </TABLE> <A NAME="execute(edu.sdsc.inca.protocol.ProtocolReader, edu.sdsc.inca.protocol.ProtocolWriter)"><!-- --></A><H3> execute</H3> <PRE> public void <B>execute</B>(<A HREF="../../../../edu/sdsc/inca/protocol/ProtocolReader.html" title="class in edu.sdsc.inca.protocol">ProtocolReader</A>&nbsp;reader, <A HREF="../../../../edu/sdsc/inca/protocol/ProtocolWriter.html" title="class in edu.sdsc.inca.protocol">ProtocolWriter</A>&nbsp;writer) throws java.lang.Exception</PRE> <DL> <DD><B>Description copied from class: <CODE><A HREF="../../../../edu/sdsc/inca/protocol/MessageHandler.html" title="class in edu.sdsc.inca.protocol">MessageHandler</A></CODE></B></DD> <DD>Execute should run the task using the reader and writer for in/output. Close the reader and writer to indicate that the client connection should be closed. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../edu/sdsc/inca/protocol/MessageHandler.html#execute(edu.sdsc.inca.protocol.ProtocolReader, edu.sdsc.inca.protocol.ProtocolWriter)">execute</A></CODE> in class <CODE><A HREF="../../../../edu/sdsc/inca/protocol/MessageHandler.html" title="class in edu.sdsc.inca.protocol">MessageHandler</A></CODE></DL> </DD> <DD><DL> <DT><B>Throws:</B> <DD><CODE>java.lang.Exception</CODE></DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <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=3 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="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</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-all.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;<A HREF="../../../../edu/sdsc/inca/protocol/MessageHandlerFactoryTest.html" title="class in edu.sdsc.inca.protocol"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../edu/sdsc/inca/protocol/Protocol.html" title="class in edu.sdsc.inca.protocol"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Ping.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> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#fields_inherited_from_class_edu.sdsc.inca.protocol.MessageHandler">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
bower_components/naked/examples/context-menu.html
pendi/financial_monitoring
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Naked CSS</title> <link rel="stylesheet" href="../css/naked.min.css"> <link rel="stylesheet" href="../vendor/jacket-awesome/jacket-awesome.css"> <link rel="stylesheet" href="../vendor/google-code-prettify/bin/prettify.min.css"> <link rel="stylesheet" href="../vendor/animate.css/animate.min.css"> <link rel="stylesheet" href="../css/docs.css"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> <script type="text/javascript" charset="utf-8" src="../vendor/jquery/dist/jquery.min.js"></script> </head> <body> <!-- NAVBAR --> <nav class="nav-menu"> <div class="wrapper"> <div class="row"> <div class="pull-left"> <h1 class="brand"> <a href="index.html"> <span class="logo"> <img src="../img/xinix-logo.png" alt=""> </span> <span>Naked CSS</span> </a> </h1> </div> </div> </div> </nav> <!-- END OF NAVBAR --> <!-- SIDEBAR --> <aside class="sidebar"> <ul class="nav"> <li> <a href="grid-system.html"> Grid System <i class="icn-right xn xn-angle-right"></i> </a> </li> <li> <a href="container.html"> Container <i class="icn-right xn xn-angle-right"></i> </a> </li> <li> <a href="form.html"> Form <i class="icn-right xn xn-angle-right"></i> </a> </li> <li> <a href="button.html"> Button <i class="icn-right xn xn-angle-right"></i> </a> </li> <li> <a href="table.html"> Table <i class="icn-right xn xn-angle-right"></i> </a> </li> <li> <a href="sidebar.html"> Sidebar <i class="icn-right xn xn-angle-right"></i> </a> </li> <li> <a href="navbar-tabstrip.html"> Navbar &amp; Tabstrip <i class="icn-right xn xn-angle-right"></i> </a> </li> <li> <a href="popup.html"> Popup <i class="icn-right xn xn-angle-right"></i> </a> </li> <li> <a href="listview.html"> List View <i class="icn-right xn xn-angle-right"></i> </a> </li> <li> <a href="typography.html"> Typography <i class="icn-right xn xn-angle-right"></i> </a> </li> <li> <a href="icon-layout.html"> Icons &amp; Layout <i class="icn-right xn xn-angle-right"></i> </a> </li> <li> <a href="alert.html"> Alert <i class="icn-right xn xn-angle-right"></i> </a> </li> <li> <a href="tooltip-dropdown.html"> Tooltip & Dropdown <i class="icn-right xn xn-angle-right"></i> </a> </li> <li> <a href="pagination.html"> Pagination <i class="icn-right xn xn-angle-right"></i> </a> </li> <li> <a href="login.html"> Login <i class="icn-right xn xn-angle-right"></i> </a> </li> <li> <a href="tree.html"> Tree <i class="icn-right xn xn-angle-right"></i> </a> </li> <li> <a href="tabs.html"> Tabs <i class="icn-right xn xn-angle-right"></i> </a> </li> <li> <a class="select" href="context-menu.html"> Context Menu <i class="icn-right xn xn-angle-right"></i> </a> </li> </ul> </aside> <!-- END OF SIDEBAR --> <!-- CONTENT --> <main class="content"> <div class="wrapper"> <h1 class="title">Context Menu</h1> <hr> <ul class="context-menu"> <li> <a href="#">Design</a> </li> <li> <a href="#">Web Design</a> </li> <li> <a href="#">Web Development</a> </li> <li class="divider"></li> <li> <a href="#">Illustrations</a> </li> <li> <a href="#">Designer</a> </li> </ul> <div class="html"> <div class="highlight"> <pre class="prettyprint"> <ul class="context-menu"> <li> <a href="#">Design</a> </li> <li> <a href="#">Web Design</a> </li> <li> <a href="#">Web Development</a> </li> <li class="divider"></li> <li> <a href="#">Illustrations</a> </li> <li> <a href="#">Designer</a> </li> </ul> </pre> </div> </div> <hr> </div> <div id="footer"> <p>Copyright &copy; 2014 <a href="http://xinix.co.id" target="_BLANK">Xinix Technology</a>. Some right(s) reserved. </p> </div> </main> <script type="text/javascript" charset="utf-8" src="../js/docs.js"></script> <script type="text/javascript" charset="utf-8" src="../vendor/google-code-prettify/bin/prettify.min.js"></script> <script type="text/javascript" charset="utf-8"> $.each($('.content pre.prettyprint'), function(index, dom) { $(dom).html($('<div/>').text($(dom).html()).html()); }); prettyPrint(); </script> </body> </html>
clean/Linux-x86_64-4.02.3-2.0.1/released/8.5.0~camlp4/quicksort-complexity/8.8.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>quicksort-complexity: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.5.0~camlp4 / quicksort-complexity - 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> quicksort-complexity <small> 8.8.0 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2020-09-23 22:02:02 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-09-23 22:02:02 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-ocamlbuild base OCamlbuild binary and libraries distributed with the OCaml compiler base-threads base base-unix base camlp4 4.02+7 Camlp4 is a system for writing extensible parsers for programming languages conf-findutils 1 Virtual package relying on findutils conf-which 1 Virtual package relying on which coq 8.5.0~camlp4 Formal proof management system. num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.02.3 The OCaml compiler (virtual package) ocaml-base-compiler 4.02.3 Official 4.02.3 release ocaml-config 1 OCaml Switch Configuration ocamlbuild 0 Build system distributed with the OCaml compiler since OCaml 3.10.0 # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/quicksort-complexity&quot; license: &quot;BSD&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/QuicksortComplexity&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.8&quot; &amp; &lt; &quot;8.9~&quot;} ] tags: [ &quot;keyword: quicksort&quot; &quot;keyword: complexity&quot; &quot;keyword: average-case&quot; &quot;category: Computer Science/Decision Procedures and Certified Algorithms/Correctness proofs of algorithms&quot; &quot;date: 2010-06&quot; ] authors: [ &quot;Eelis&quot; ] bug-reports: &quot;https://github.com/coq-contribs/quicksort-complexity/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/quicksort-complexity.git&quot; synopsis: &quot;Proofs of Quicksort&#39;s worst- and average-case complexity&quot; description: &quot;&quot;&quot; The development contains: - a set of monads and monad transformers for measuring a (possibly nondeterministic) algorithm&#39;s use of designated operations; - monadically expressed deterministic and nondeterministic implementations of Quicksort; - proofs of these implementations&#39; worst- and average case complexity. Most of the development is documented in the TYPES 2008 paper &quot;A Machine-Checked Proof of the Average-Case Complexity of Quicksort in Coq&quot;, available at the homepage.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/quicksort-complexity/archive/v8.8.0.tar.gz&quot; checksum: &quot;md5=86b001d6780b06f5e725cb197ea61d8e&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-quicksort-complexity.8.8.0 coq.8.5.0~camlp4</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.5.0~camlp4). The following dependencies couldn&#39;t be met: - coq-quicksort-complexity -&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-quicksort-complexity.8.8.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
clean/Linux-x86_64-4.09.1-2.0.6/extra-dev/8.11.dev/paramcoq/1.1.1+coq8.9.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>paramcoq: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / extra-dev</a></li> <li class="active"><a href="">8.11.dev / paramcoq - 1.1.1+coq8.9</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> paramcoq <small> 1.1.1+coq8.9 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2020-07-27 01:07:00 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-07-27 01:07:00 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-m4 1 Virtual package relying on m4 coq 8.11.dev Formal proof management system num 1.3 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.8.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; synopsis: &quot;Paramcoq&quot; name: &quot;coq-paramcoq&quot; version: &quot;1.1.1+coq8.9&quot; maintainer: &quot;Pierre Roux &lt;pierre.roux@onera.fr&gt;&quot; homepage: &quot;https://github.com/coq-community/paramcoq&quot; dev-repo: &quot;git+https://github.com/coq-community/paramcoq.git&quot; bug-reports: &quot;https://github.com/coq-community/paramcoq/issues&quot; license: &quot;MIT&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/Param&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.9&quot; &amp; &lt; &quot;8.10~&quot;} ] tags: [ &quot;keyword:paramcoq&quot; &quot;keyword:parametricity&quot; &quot;keyword:ocaml module&quot; &quot;category:paramcoq&quot; &quot;category:Miscellaneous/Coq Extensions&quot; &quot;logpath:Param&quot; ] authors: [ &quot;Chantal Keller (Inria, École polytechnique)&quot; &quot;Marc Lasson (ÉNS de Lyon)&quot; &quot;Abhishek Anand&quot; &quot;Pierre Roux&quot; &quot;Emilio Jesús Gallego Arias&quot; &quot;Cyril Cohen&quot; &quot;Matthieu Sozeau&quot; ] flags: light-uninstall url { src: &quot;https://github.com/coq-community/paramcoq/archive/v1.1.1+coq8.9.tar.gz&quot; checksum: &quot;md5=e0ca9436a81fd47e676541254d28e8bb&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-paramcoq.1.1.1+coq8.9 coq.8.11.dev</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.11.dev). The following dependencies couldn&#39;t be met: - coq-paramcoq -&gt; coq &lt; 8.10~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-paramcoq.1.1.1+coq8.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>
views/groups/membermanage.html
gauravsaini03/www
<div data-ng-controller="MemberManageController"> <api-validate></api-validate> <div data-ng-switch on="managecode"> <form ng-switch-when="1"> <div class="paddedleft"> <h3>{{ 'label.heading.associatemembers' | translate }}</h3> <div> <label class="control-label">{{ 'label.input.clients' | translate }}<span class="required">*</span></label> <select multiple ng-model="formData.clientMembers" class="multiselect"> <option ng-repeat="client in allClients" value="{{client.id}}">{{client.displayName}}({{client.id}})</option> </select> </div> <br/> <div> <a href="#/viewgroup/{{group.id}}" class="btn">{{ 'label.button.cancel' | translate }}</a> <button type="button" class="btn btn-primary" data-ng-click="associate()">{{ 'label.button.save' | translate }}</button> </div> </div> <hr/> </form> <form ng-switch-when="2"> <div class="paddedleft"> <h3>{{ 'label.heading.disassociatemembers' | translate }}</h3> <div> <label class="control-label">{{ 'label.input.clients' | translate }}<span class="required">*</span></label> <select multiple ng-model="formData.clientMembers" class="multiselect"> <option ng-repeat="mem in allMembers" value="{{mem.id}}">{{mem.displayName}}({{mem.id}})</option> </select> </div> <br/> <div> <a id="cancel" href="#/viewgroup/{{group.id}}" class="btn">{{ 'label.button.cancel' | translate }}</a> <button id="save" type="button" class="btn btn-primary" data-ng-click="disassociate()">{{ 'label.button.save' | translate }}</button> </div> </div> <hr/> </form> </div> </div>
clean/Linux-x86_64-4.08.1-2.0.5/released/8.12.0/paco/4.0.1.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>paco: 2 m 19 s 🏆</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.12.0 / paco - 4.0.1</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> paco <small> 4.0.1 <span class="label label-success">2 m 19 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-11-26 21:48:02 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-26 21:48:02 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.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; name: &quot;coq-paco&quot; version: &quot;4.0.1&quot; maintainer: &quot;paco@sf.snu.ac.kr&quot; synopsis: &quot;Coq library implementing parameterized coinduction&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;gil.hur@sf.snu.ac.kr&gt;&quot; &quot;Georg Neis &lt;neis@mpi-sws.org&gt;&quot; &quot;Derek Dreyer &lt;dreyer@mpi-sws.org&gt;&quot; &quot;Viktor Vafeiadis &lt;viktor@mpi-sws.org&gt;&quot; &quot;Minki Cho &lt;minki.cho@sf.snu.ac.kr&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;coq&quot; {&gt;= &quot;8.6&quot; &amp; &lt; &quot;8.13~&quot;} ] tags: [ &quot;date:2019-04-30&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; ] url { http: &quot;https://github.com/snu-sf/paco/archive/v4.0.1.tar.gz&quot; checksum: &quot;e8e312d5d00de4152eb21134e6a21768&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.4.0.1 coq.8.12.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-paco.4.0.1 coq.8.12.0</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-paco.4.0.1 coq.8.12.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>2 m 19 s</dd> </dl> <h2>Installation size</h2> <p>Total: 9 M</p> <ul> <li>648 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/gpaco14.vo</code></li> <li>581 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/gpaco13.vo</code></li> <li>517 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/gpaco12.vo</code></li> <li>458 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/gpaco11.vo</code></li> <li>405 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/gpaco10.vo</code></li> <li>354 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/gpaco9.vo</code></li> <li>308 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/gpaco8.vo</code></li> <li>267 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/gpaco7.vo</code></li> <li>229 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/gpaco6.vo</code></li> <li>194 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/gpaco5.vo</code></li> <li>192 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/pacotac_internal.vo</code></li> <li>162 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/gpaco4.vo</code></li> <li>161 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/paco14.vo</code></li> <li>145 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/paco13.vo</code></li> <li>134 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/gpaco3.vo</code></li> <li>131 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/paco12.vo</code></li> <li>123 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/examples.vo</code></li> <li>117 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/paconotation.glob</code></li> <li>117 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/paco11.vo</code></li> <li>109 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/gpaco2.vo</code></li> <li>104 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/paco10.vo</code></li> <li>103 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/gpaco14.glob</code></li> <li>100 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/paconotation_internal.vo</code></li> <li>98 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/gpaco13.glob</code></li> <li>94 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/gpaco12.glob</code></li> <li>92 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/paco9.vo</code></li> <li>90 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/gpaco11.glob</code></li> <li>87 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/gpaco1.vo</code></li> <li>86 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/gpaco10.glob</code></li> <li>81 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/paco8.vo</code></li> <li>80 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/gpaco9.glob</code></li> <li>79 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/paco14.glob</code></li> <li>78 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/gpaco8.glob</code></li> <li>75 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/gpaco7.glob</code></li> <li>75 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/paconotation.vo</code></li> <li>74 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/tutorial.vo</code></li> <li>73 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/gpaco6.glob</code></li> <li>72 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/paco13.glob</code></li> <li>72 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/gpaco5.glob</code></li> <li>71 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/paco7.vo</code></li> <li>70 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/gpaco4.glob</code></li> <li>69 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/gpaco3.glob</code></li> <li>68 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/gpaco2.glob</code></li> <li>66 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/gpaco1.glob</code></li> <li>66 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/paco12.glob</code></li> <li>65 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/gpaco0.glob</code></li> <li>65 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/gpaco0.vo</code></li> <li>61 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/paco6.vo</code></li> <li>61 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/paco11.glob</code></li> <li>58 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/paconotation_internal.glob</code></li> <li>56 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/paco10.glob</code></li> <li>53 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/paco5.vo</code></li> <li>51 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/gpacotac.vo</code></li> <li>50 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/paco9.glob</code></li> <li>46 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/paco8.glob</code></li> <li>45 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/paco4.vo</code></li> <li>44 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/pacotac.vo</code></li> <li>42 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/paco7.glob</code></li> <li>42 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/pacotac_internal.v</code></li> <li>42 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/pacotac_internal.glob</code></li> <li>39 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/paco6.glob</code></li> <li>38 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/paco3.vo</code></li> <li>36 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/paco5.glob</code></li> <li>34 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/paco4.glob</code></li> <li>32 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/paco2.vo</code></li> <li>31 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/paco3.glob</code></li> <li>29 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/paco2.glob</code></li> <li>28 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/tutorial.glob</code></li> <li>27 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/paco1.glob</code></li> <li>26 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/paco1.vo</code></li> <li>26 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/gpacotac.glob</code></li> <li>25 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/gpaco14.v</code></li> <li>25 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/paco0.glob</code></li> <li>25 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/gpaco13.v</code></li> <li>24 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/tutorial.v</code></li> <li>24 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/gpaco12.v</code></li> <li>24 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/gpaco11.v</code></li> <li>23 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/gpaco10.v</code></li> <li>23 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/examples.glob</code></li> <li>22 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/gpaco9.v</code></li> <li>22 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/gpaco8.v</code></li> <li>22 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/gpaco7.v</code></li> <li>21 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/gpaco6.v</code></li> <li>21 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/gpaco5.v</code></li> <li>21 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/paco0.vo</code></li> <li>21 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/gpaco4.v</code></li> <li>21 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/gpaco3.v</code></li> <li>21 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/gpaco2.v</code></li> <li>21 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/gpaco1.v</code></li> <li>20 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/gpaco0.v</code></li> <li>18 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/paco_internal.vo</code></li> <li>16 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/gpacotac.v</code></li> <li>15 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/paconotation.v</code></li> <li>14 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/paco_internal.glob</code></li> <li>13 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/paco14.v</code></li> <li>13 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/hpattern.vo</code></li> <li>13 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/paco13.v</code></li> <li>12 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/paco12.v</code></li> <li>11 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/paco11.v</code></li> <li>11 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/paco10.v</code></li> <li>10 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/paco9.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/paco8.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/paconotation_internal.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/paco7.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/paco6.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/examples.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/paco5.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/paco4.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/paco3.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/paco2.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/paco1.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/paco0.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/pacotac.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/pacotac.glob</code></li> <li>5 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/gpacoall.vo</code></li> <li>5 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/paco.vo</code></li> <li>4 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/hpattern.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/paco_internal.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/pacoall.vo</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/hpattern.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/gpacoall.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/pacoall.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/gpacoall.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/pacoall.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/paco.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Paco/paco.v</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-paco.4.0.1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
v5/user-agent-detail/e6/62/e662c4c5-41c6-427e-b475-957ee7787ab6.html
ThaDafinser/UserAgentParserComparison
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>User agent detail - Mozilla/5.0 (Linux; U; Android 4.1.1; zh-cn; ifive MX Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <link href="../circle.css" rel="stylesheet"> </head> <body> <div class="container"> <div class="section"> <h1 class="header center orange-text">User agent detail</h1> <div class="row center"> <h5 class="header light"> Mozilla/5.0 (Linux; U; Android 4.1.1; zh-cn; ifive MX Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 </h5> </div> </div> <div class="section"> <table class="striped"><tr><th></th><th colspan="3">General</th><th colspan="5">Device</th><th colspan="3">Bot</th><th colspan="2"></th></tr><tr><th>Provider</th><th>Browser</th><th>Engine</th><th>OS</th><th>Brand</th><th>Model</th><th>Type</th><th>Is mobile</th><th>Is touch</th><th>Is bot</th><th>Name</th><th>Type</th><th>Parse time</th><th>Actions</th></tr><tr><th colspan="14" class="green lighten-3">Test suite</th></tr><tr><td>PiwikDeviceDetector<br /><small>3.6.1</small><br /><small>vendor/piwik/device-detector/Tests/fixtures/unknown.yml</small></td><td>Android Browser </td><td>WebKit </td><td>Android 4.1.1</td><td style="border-left: 1px solid #555"></td><td></td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-a952e161-ace3-4c73-a03c-12746b7cf6d1">Detail</a> <!-- Modal Structure --> <div id="modal-a952e161-ace3-4c73-a03c-12746b7cf6d1" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>PiwikDeviceDetector result detail</h4> <p><pre><code class="php">Array ( [user_agent] => Mozilla/5.0 (Linux; U; Android 4.1.1; zh-cn; ifive MX Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 [os] => Array ( [name] => Android [short_name] => AND [version] => 4.1.1 [platform] => ) [client] => Array ( [type] => browser [name] => Android Browser [short_name] => AN [version] => [engine] => WebKit ) [device] => Array ( [type] => [brand] => [model] => ) [os_family] => Android [browser_family] => Android Browser ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><th colspan="14" class="green lighten-3">Providers</th></tr><tr><td>BrowscapFull<br /><small>6014</small><br /></td><td>Android 4.0</td><td>WebKit </td><td>Android 4.1</td><td style="border-left: 1px solid #555"></td><td></td><td>Mobile Phone</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.013</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-47a9cd06-e213-4882-bc34-db6aed664223">Detail</a> <!-- Modal Structure --> <div id="modal-47a9cd06-e213-4882-bc34-db6aed664223" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>BrowscapFull result detail</h4> <p><pre><code class="php">stdClass Object ( [browser_name_regex] => /^mozilla\/5\.0 \(.*linux.*android.4\.1.* build\/.*\).*applewebkit\/.*\(.*khtml,.*like gecko.*\).*version\/4\.0.*safari.*$/ [browser_name_pattern] => mozilla/5.0 (*linux*android?4.1* build/*)*applewebkit/*(*khtml,*like gecko*)*version/4.0*safari* [parent] => Android Browser 4.0 [comment] => Android Browser 4.0 [browser] => Android [browser_type] => Browser [browser_bits] => 32 [browser_maker] => Google Inc [browser_modus] => unknown [version] => 4.0 [majorver] => 4 [minorver] => 0 [platform] => Android [platform_version] => 4.1 [platform_description] => Android OS [platform_bits] => 32 [platform_maker] => Google Inc [alpha] => [beta] => [win16] => [win32] => [win64] => [frames] => 1 [iframes] => 1 [tables] => 1 [cookies] => 1 [backgroundsounds] => [javascript] => 1 [vbscript] => [javaapplets] => 1 [activexcontrols] => [ismobiledevice] => 1 [istablet] => [issyndicationreader] => [crawler] => [isfake] => [isanonymized] => [ismodified] => [cssversion] => 3 [aolversion] => 0 [device_name] => general Mobile Phone [device_maker] => unknown [device_type] => Mobile Phone [device_pointing_method] => touchscreen [device_code_name] => general Mobile Phone [device_brand_name] => unknown [renderingengine_name] => WebKit [renderingengine_version] => unknown [renderingengine_description] => For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3. [renderingengine_maker] => Apple Inc ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>BrowscapLite<br /><small>6014</small><br /></td><td>Android 4.0</td><td><i class="material-icons">close</i></td><td>Android </td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>Mobile Phone</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.005</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-42bb56ba-b834-47c5-bea0-c0270e9ab371">Detail</a> <!-- Modal Structure --> <div id="modal-42bb56ba-b834-47c5-bea0-c0270e9ab371" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>BrowscapLite result detail</h4> <p><pre><code class="php">stdClass Object ( [browser_name_regex] => /^mozilla\/5\.0 \(.*linux.*android.* build\/.*\).*applewebkit\/.*\(.*khtml,.*like gecko.*\).*version\/4\.0.*safari.*$/ [browser_name_pattern] => mozilla/5.0 (*linux*android* build/*)*applewebkit/*(*khtml,*like gecko*)*version/4.0*safari* [parent] => Android Browser 4.0 [comment] => Android Browser 4.0 [browser] => Android [browser_type] => unknown [browser_bits] => 0 [browser_maker] => unknown [browser_modus] => unknown [version] => 4.0 [majorver] => 0 [minorver] => 0 [platform] => Android [platform_version] => unknown [platform_description] => unknown [platform_bits] => 0 [platform_maker] => unknown [alpha] => false [beta] => false [win16] => false [win32] => false [win64] => false [frames] => false [iframes] => false [tables] => false [cookies] => false [backgroundsounds] => false [javascript] => false [vbscript] => false [javaapplets] => false [activexcontrols] => false [ismobiledevice] => 1 [istablet] => [issyndicationreader] => false [crawler] => false [isfake] => false [isanonymized] => false [ismodified] => false [cssversion] => 0 [aolversion] => 0 [device_name] => unknown [device_maker] => unknown [device_type] => Mobile Phone [device_pointing_method] => unknown [device_code_name] => unknown [device_brand_name] => unknown [renderingengine_name] => unknown [renderingengine_version] => unknown [renderingengine_description] => unknown [renderingengine_maker] => unknown ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>BrowscapPhp<br /><small>6014</small><br /></td><td>Android 4.0</td><td><i class="material-icons">close</i></td><td>Android </td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>Mobile Phone</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.01</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-ad0041a2-b0f4-43f6-a70d-cad1443caa68">Detail</a> <!-- Modal Structure --> <div id="modal-ad0041a2-b0f4-43f6-a70d-cad1443caa68" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>BrowscapPhp result detail</h4> <p><pre><code class="php">stdClass Object ( [browser_name_regex] => /^mozilla\/5\.0 \(.*linux.*android.* build\/.*\).*applewebkit\/.*\(.*khtml,.*like gecko.*\).*version\/4\.0.*safari.*$/ [browser_name_pattern] => mozilla/5.0 (*linux*android* build/*)*applewebkit/*(*khtml,*like gecko*)*version/4.0*safari* [parent] => Android Browser 4.0 [comment] => Android Browser 4.0 [browser] => Android [browser_type] => unknown [browser_bits] => 0 [browser_maker] => Google Inc [browser_modus] => unknown [version] => 4.0 [majorver] => 4 [minorver] => 0 [platform] => Android [platform_version] => unknown [platform_description] => unknown [platform_bits] => 0 [platform_maker] => unknown [alpha] => false [beta] => false [win16] => false [win32] => false [win64] => false [frames] => false [iframes] => false [tables] => false [cookies] => false [backgroundsounds] => false [javascript] => false [vbscript] => false [javaapplets] => false [activexcontrols] => false [ismobiledevice] => 1 [istablet] => [issyndicationreader] => false [crawler] => [isfake] => false [isanonymized] => false [ismodified] => false [cssversion] => 0 [aolversion] => 0 [device_name] => unknown [device_maker] => unknown [device_type] => Mobile Phone [device_pointing_method] => touchscreen [device_code_name] => unknown [device_brand_name] => unknown [renderingengine_name] => unknown [renderingengine_version] => unknown [renderingengine_description] => unknown [renderingengine_maker] => unknown ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>DonatjUAParser<br /><small>v0.5.1</small><br /></td><td>Android Browser 4.0</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-15fbc1f0-2615-4d42-b5d9-a30dd647b050">Detail</a> <!-- Modal Structure --> <div id="modal-15fbc1f0-2615-4d42-b5d9-a30dd647b050" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>DonatjUAParser result detail</h4> <p><pre><code class="php">Array ( [platform] => Android [browser] => Android Browser [version] => 4.0 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>JenssegersAgent<br /><small>v2.3.3</small><br /></td><td>Safari 4.0</td><td><i class="material-icons">close</i></td><td>AndroidOS 4.1.1</td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.001</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-b85a2b91-6a55-4436-a82c-1ea0d46e2e51">Detail</a> <!-- Modal Structure --> <div id="modal-b85a2b91-6a55-4436-a82c-1ea0d46e2e51" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>JenssegersAgent result detail</h4> <p><pre><code class="php">Array ( [browserName] => Safari [browserVersion] => 4.0 [osName] => AndroidOS [osVersion] => 4.1.1 [deviceModel] => WebKit [isMobile] => 1 [isRobot] => [botName] => ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>NeutrinoApiCom<br /><small></small><br /></td><td>Android Webkit 4.0</td><td><i class="material-icons">close</i></td><td>Android 4.1.1</td><td style="border-left: 1px solid #555">FNF</td><td>iFive MX</td><td>mobile-browser</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.36002</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-8c2a7a4e-3fbf-4df2-8d61-5e730422f67b">Detail</a> <!-- Modal Structure --> <div id="modal-8c2a7a4e-3fbf-4df2-8d61-5e730422f67b" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>NeutrinoApiCom result detail</h4> <p><pre><code class="php">stdClass Object ( [mobile_screen_height] => 480 [is_mobile] => 1 [type] => mobile-browser [mobile_brand] => FNF [mobile_model] => iFive MX [version] => 4.0 [is_android] => 1 [browser_name] => Android Webkit [operating_system_family] => Android [operating_system_version] => 4.1.1 [is_ios] => [producer] => Google Inc. [operating_system] => Android 4.1.x Jelly Bean [mobile_screen_width] => 320 [mobile_browser] => Android Webkit ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>PiwikDeviceDetector<br /><small>3.6.1</small><br /></td><td>Android Browser </td><td>WebKit </td><td>Android 4.1</td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.005</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-4a941d34-a8d3-4914-9724-346f60ad7046">Detail</a> <!-- Modal Structure --> <div id="modal-4a941d34-a8d3-4914-9724-346f60ad7046" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>PiwikDeviceDetector result detail</h4> <p><pre><code class="php">Array ( [client] => Array ( [type] => browser [name] => Android Browser [short_name] => AN [version] => [engine] => WebKit ) [operatingSystem] => Array ( [name] => Android [short_name] => AND [version] => 4.1 [platform] => ) [device] => Array ( [brand] => [brandName] => [model] => [device] => [deviceName] => ) [bot] => [extra] => Array ( [isBot] => [isBrowser] => 1 [isFeedReader] => [isMobileApp] => [isPIM] => [isLibrary] => [isMediaPlayer] => [isCamera] => [isCarBrowser] => [isConsole] => [isFeaturePhone] => [isPhablet] => [isPortableMediaPlayer] => [isSmartDisplay] => [isSmartphone] => [isTablet] => [isTV] => [isDesktop] => [isMobile] => 1 [isTouchEnabled] => ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>SinergiBrowserDetector<br /><small>6.0.1</small><br /></td><td>Navigator 4.0</td><td><i class="material-icons">close</i></td><td>Android 4.1.1</td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-ec1cd248-02b0-457e-8a9d-35bb99af008c">Detail</a> <!-- Modal Structure --> <div id="modal-ec1cd248-02b0-457e-8a9d-35bb99af008c" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>SinergiBrowserDetector result detail</h4> <p><pre><code class="php">Array ( [browser] => Sinergi\BrowserDetector\Browser Object ( [userAgent:Sinergi\BrowserDetector\Browser:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; U; Android 4.1.1; zh-cn; ifive MX Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 ) [name:Sinergi\BrowserDetector\Browser:private] => Navigator [version:Sinergi\BrowserDetector\Browser:private] => 4.0 [isRobot:Sinergi\BrowserDetector\Browser:private] => [isChromeFrame:Sinergi\BrowserDetector\Browser:private] => [isFacebookWebView:Sinergi\BrowserDetector\Browser:private] => [isCompatibilityMode:Sinergi\BrowserDetector\Browser:private] => ) [operatingSystem] => Sinergi\BrowserDetector\Os Object ( [name:Sinergi\BrowserDetector\Os:private] => Android [version:Sinergi\BrowserDetector\Os:private] => 4.1.1 [isMobile:Sinergi\BrowserDetector\Os:private] => 1 [userAgent:Sinergi\BrowserDetector\Os:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; U; Android 4.1.1; zh-cn; ifive MX Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 ) ) [device] => Sinergi\BrowserDetector\Device Object ( [name:Sinergi\BrowserDetector\Device:private] => unknown [userAgent:Sinergi\BrowserDetector\Device:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; U; Android 4.1.1; zh-cn; ifive MX Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 ) ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UAParser<br /><small>v3.4.5</small><br /></td><td>Android 4.1.1</td><td><i class="material-icons">close</i></td><td>Android 4.1.1</td><td style="border-left: 1px solid #555"></td><td>ifive MX</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.002</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-3160e405-8a8f-46dd-8f47-5115f06462d2">Detail</a> <!-- Modal Structure --> <div id="modal-3160e405-8a8f-46dd-8f47-5115f06462d2" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UAParser result detail</h4> <p><pre><code class="php">UAParser\Result\Client Object ( [ua] => UAParser\Result\UserAgent Object ( [major] => 4 [minor] => 1 [patch] => 1 [family] => Android ) [os] => UAParser\Result\OperatingSystem Object ( [major] => 4 [minor] => 1 [patch] => 1 [patchMinor] => [family] => Android ) [device] => UAParser\Result\Device Object ( [brand] => Generic_Android [model] => ifive MX [family] => ifive MX ) [originalUserAgent] => Mozilla/5.0 (Linux; U; Android 4.1.1; zh-cn; ifive MX Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UserAgentApiCom<br /><small></small><br /></td><td>Safari 534.30</td><td>WebKit 534.30</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>Mobile</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.28602</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-afeb05fb-26b9-4509-b8ac-0c604a9e97d6">Detail</a> <!-- Modal Structure --> <div id="modal-afeb05fb-26b9-4509-b8ac-0c604a9e97d6" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UserAgentApiCom result detail</h4> <p><pre><code class="php">stdClass Object ( [platform_name] => Android [platform_version] => 4.1.1 [platform_type] => Mobile [browser_name] => Safari [browser_version] => 534.30 [engine_name] => WebKit [engine_version] => 534.30 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UserAgentStringCom<br /><small></small><br /></td><td>Android Webkit Browser </td><td><i class="material-icons">close</i></td><td>Android 4.1.1</td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.07</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-08a9ddfb-838f-48d7-9ede-1d132306b2ee">Detail</a> <!-- Modal Structure --> <div id="modal-08a9ddfb-838f-48d7-9ede-1d132306b2ee" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UserAgentStringCom result detail</h4> <p><pre><code class="php">stdClass Object ( [agent_type] => Browser [agent_name] => Android Webkit Browser [agent_version] => -- [os_type] => Android [os_name] => Android [os_versionName] => [os_versionNumber] => 4.1.1 [os_producer] => [os_producerURL] => [linux_distibution] => Null [agent_language] => Chinese - China [agent_languageTag] => zh-cn ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>WhatIsMyBrowserCom<br /><small></small><br /></td><td>Android Browser 4.0</td><td>WebKit 534.30</td><td>Android 4.1.1</td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.34302</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-5fc1ff22-a74d-481b-9ad1-fcfde73ded9c">Detail</a> <!-- Modal Structure --> <div id="modal-5fc1ff22-a74d-481b-9ad1-fcfde73ded9c" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhatIsMyBrowserCom result detail</h4> <p><pre><code class="php">stdClass Object ( [operating_system_name] => Android [simple_sub_description_string] => [simple_browser_string] => Android Browser 4 on Android (Jelly Bean) [browser_version] => 4 [extra_info] => Array ( ) [operating_platform] => [extra_info_table] => stdClass Object ( [System Build] => JRO03H ) [layout_engine_name] => WebKit [detected_addons] => Array ( ) [operating_system_flavour_code] => [hardware_architecture] => [operating_system_flavour] => [operating_system_frameworks] => Array ( ) [browser_name_code] => android-browser [operating_system_version] => Jelly Bean [simple_operating_platform_string] => [is_abusive] => [layout_engine_version] => 534.30 [browser_capabilities] => Array ( ) [operating_platform_vendor_name] => [operating_system] => Android (Jelly Bean) [operating_system_version_full] => 4.1.1 [operating_platform_code] => [browser_name] => Android Browser [operating_system_name_code] => android [user_agent] => Mozilla/5.0 (Linux; U; Android 4.1.1; zh-cn; ifive MX Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 [browser_version_full] => 4.0 [browser] => Android Browser 4 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>WhichBrowser<br /><small>v2.0.18</small><br /></td><td>Android Browser </td><td>Webkit 534.30</td><td>Android 4.1.1</td><td style="border-left: 1px solid #555">FNF</td><td>iFive MX</td><td>tablet</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.001</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-083a336f-5d73-4505-84f3-c5fc9bb78652">Detail</a> <!-- Modal Structure --> <div id="modal-083a336f-5d73-4505-84f3-c5fc9bb78652" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhichBrowser result detail</h4> <p><pre><code class="php">Array ( [browser] => Array ( [name] => Android Browser ) [engine] => Array ( [name] => Webkit [version] => 534.30 ) [os] => Array ( [name] => Android [version] => 4.1.1 ) [device] => Array ( [type] => tablet [manufacturer] => FNF [model] => iFive MX ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Woothee<br /><small>v1.2.0</small><br /></td><td>Safari 4.0</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>smartphone</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-f00e7198-0e22-49fe-bad0-dbb3a9cde9b9">Detail</a> <!-- Modal Structure --> <div id="modal-f00e7198-0e22-49fe-bad0-dbb3a9cde9b9" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Woothee result detail</h4> <p><pre><code class="php">Array ( [name] => Safari [vendor] => Apple [version] => 4.0 [category] => smartphone [os] => Android [os_version] => 4.1.1 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Wurfl<br /><small>1.7.1.0</small><br /></td><td>Android Webkit 4.1.1</td><td><i class="material-icons">close</i></td><td>Android 4.1.1</td><td style="border-left: 1px solid #555"></td><td></td><td>Tablet</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.018</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-a2bedf8c-4a95-42a7-96c5-aaf233b2ac50">Detail</a> <!-- Modal Structure --> <div id="modal-a2bedf8c-4a95-42a7-96c5-aaf233b2ac50" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Wurfl result detail</h4> <p><pre><code class="php">Array ( [virtual] => Array ( [is_android] => true [is_ios] => false [is_windows_phone] => false [is_app] => false [is_full_desktop] => false [is_largescreen] => true [is_mobile] => true [is_robot] => false [is_smartphone] => false [is_touchscreen] => true [is_wml_preferred] => false [is_xhtmlmp_preferred] => false [is_html_preferred] => true [advertised_device_os] => Android [advertised_device_os_version] => 4.1.1 [advertised_browser] => Android Webkit [advertised_browser_version] => 4.1.1 [complete_device_name] => Generic Android 4.1 Tablet [device_name] => Generic Android 4.1 Tablet [form_factor] => Tablet [is_phone] => false [is_app_webview] => false ) [all] => Array ( [brand_name] => Generic [model_name] => Android 4.1 Tablet [unique] => true [ununiqueness_handler] => [is_wireless_device] => true [device_claims_web_support] => true [has_qwerty_keyboard] => true [can_skip_aligned_link_row] => true [uaprof] => [uaprof2] => [uaprof3] => [nokia_series] => 0 [nokia_edition] => 0 [device_os] => Android [mobile_browser] => Android Webkit [mobile_browser_version] => [device_os_version] => 4.1 [pointing_method] => touchscreen [release_date] => 2012_july [marketing_name] => [model_extra_info] => [nokia_feature_pack] => 0 [can_assign_phone_number] => false [is_tablet] => true [manufacturer_name] => [is_bot] => false [is_google_glass] => false [proportional_font] => false [built_in_back_button_support] => false [card_title_support] => true [softkey_support] => false [table_support] => true [numbered_menus] => false [menu_with_select_element_recommended] => false [menu_with_list_of_links_recommended] => true [icons_on_menu_items_support] => false [break_list_of_links_with_br_element_recommended] => true [access_key_support] => false [wrap_mode_support] => false [times_square_mode_support] => false [deck_prefetch_support] => false [elective_forms_recommended] => true [wizards_recommended] => false [image_as_link_support] => false [insert_br_element_after_widget_recommended] => false [wml_can_display_images_and_text_on_same_line] => false [wml_displays_image_in_center] => false [opwv_wml_extensions_support] => false [wml_make_phone_call_string] => wtai://wp/mc; [chtml_display_accesskey] => false [emoji] => false [chtml_can_display_images_and_text_on_same_line] => false [chtml_displays_image_in_center] => false [imode_region] => none [chtml_make_phone_call_string] => tel: [chtml_table_support] => false [xhtml_honors_bgcolor] => true [xhtml_supports_forms_in_table] => true [xhtml_support_wml2_namespace] => false [xhtml_autoexpand_select] => false [xhtml_select_as_dropdown] => false [xhtml_select_as_radiobutton] => false [xhtml_select_as_popup] => false [xhtml_display_accesskey] => false [xhtml_supports_invisible_text] => false [xhtml_supports_inline_input] => false [xhtml_supports_monospace_font] => false [xhtml_supports_table_for_layout] => true [xhtml_supports_css_cell_table_coloring] => true [xhtml_format_as_css_property] => false [xhtml_format_as_attribute] => false [xhtml_nowrap_mode] => false [xhtml_marquee_as_css_property] => false [xhtml_readable_background_color1] => #FFFFFF [xhtml_readable_background_color2] => #FFFFFF [xhtml_allows_disabled_form_elements] => true [xhtml_document_title_support] => true [xhtml_preferred_charset] => iso-8859-1 [opwv_xhtml_extensions_support] => false [xhtml_make_phone_call_string] => tel: [xhtmlmp_preferred_mime_type] => text/html [xhtml_table_support] => true [xhtml_send_sms_string] => sms: [xhtml_send_mms_string] => mms: [xhtml_file_upload] => supported [cookie_support] => true [accept_third_party_cookie] => true [xhtml_supports_iframe] => full [xhtml_avoid_accesskeys] => true [xhtml_can_embed_video] => none [ajax_support_javascript] => true [ajax_manipulate_css] => true [ajax_support_getelementbyid] => true [ajax_support_inner_html] => true [ajax_xhr_type] => standard [ajax_manipulate_dom] => true [ajax_support_events] => true [ajax_support_event_listener] => true [ajax_preferred_geoloc_api] => w3c_api [xhtml_support_level] => 4 [preferred_markup] => html_web_4_0 [wml_1_1] => false [wml_1_2] => false [wml_1_3] => false [html_wi_w3_xhtmlbasic] => true [html_wi_oma_xhtmlmp_1_0] => true [html_wi_imode_html_1] => false [html_wi_imode_html_2] => false [html_wi_imode_html_3] => false [html_wi_imode_html_4] => false [html_wi_imode_html_5] => false [html_wi_imode_htmlx_1] => false [html_wi_imode_htmlx_1_1] => false [html_wi_imode_compact_generic] => false [html_web_3_2] => true [html_web_4_0] => true [voicexml] => false [multipart_support] => false [total_cache_disable_support] => false [time_to_live_support] => false [resolution_width] => 480 [resolution_height] => 800 [columns] => 60 [max_image_width] => 600 [max_image_height] => 1024 [rows] => 40 [physical_screen_width] => 92 [physical_screen_height] => 153 [dual_orientation] => true [density_class] => 1.0 [wbmp] => true [bmp] => false [epoc_bmp] => false [gif_animated] => false [jpg] => true [png] => true [tiff] => false [transparent_png_alpha] => true [transparent_png_index] => true [svgt_1_1] => true [svgt_1_1_plus] => false [greyscale] => false [gif] => true [colors] => 65536 [webp_lossy_support] => true [webp_lossless_support] => true [post_method_support] => true [basic_authentication_support] => true [empty_option_value_support] => true [emptyok] => false [nokia_voice_call] => false [wta_voice_call] => false [wta_phonebook] => false [wta_misc] => false [wta_pdc] => false [https_support] => true [phone_id_provided] => false [max_data_rate] => 3600 [wifi] => true [sdio] => false [vpn] => false [has_cellular_radio] => true [max_deck_size] => 2000000 [max_url_length_in_requests] => 256 [max_url_length_homepage] => 0 [max_url_length_bookmark] => 0 [max_url_length_cached_page] => 0 [max_no_of_connection_settings] => 0 [max_no_of_bookmarks] => 0 [max_length_of_username] => 0 [max_length_of_password] => 0 [max_object_size] => 0 [downloadfun_support] => false [directdownload_support] => true [inline_support] => false [oma_support] => true [ringtone] => false [ringtone_3gpp] => false [ringtone_midi_monophonic] => false [ringtone_midi_polyphonic] => false [ringtone_imelody] => false [ringtone_digiplug] => false [ringtone_compactmidi] => false [ringtone_mmf] => false [ringtone_rmf] => false [ringtone_xmf] => false [ringtone_amr] => false [ringtone_awb] => false [ringtone_aac] => false [ringtone_wav] => false [ringtone_mp3] => false [ringtone_spmidi] => false [ringtone_qcelp] => false [ringtone_voices] => 1 [ringtone_df_size_limit] => 0 [ringtone_directdownload_size_limit] => 0 [ringtone_inline_size_limit] => 0 [ringtone_oma_size_limit] => 0 [wallpaper] => false [wallpaper_max_width] => 0 [wallpaper_max_height] => 0 [wallpaper_preferred_width] => 0 [wallpaper_preferred_height] => 0 [wallpaper_resize] => none [wallpaper_wbmp] => false [wallpaper_bmp] => false [wallpaper_gif] => false [wallpaper_jpg] => false [wallpaper_png] => false [wallpaper_tiff] => false [wallpaper_greyscale] => false [wallpaper_colors] => 2 [wallpaper_df_size_limit] => 0 [wallpaper_directdownload_size_limit] => 0 [wallpaper_inline_size_limit] => 0 [wallpaper_oma_size_limit] => 0 [screensaver] => false [screensaver_max_width] => 0 [screensaver_max_height] => 0 [screensaver_preferred_width] => 0 [screensaver_preferred_height] => 0 [screensaver_resize] => none [screensaver_wbmp] => false [screensaver_bmp] => false [screensaver_gif] => false [screensaver_jpg] => false [screensaver_png] => false [screensaver_greyscale] => false [screensaver_colors] => 2 [screensaver_df_size_limit] => 0 [screensaver_directdownload_size_limit] => 0 [screensaver_inline_size_limit] => 0 [screensaver_oma_size_limit] => 0 [picture] => false [picture_max_width] => 0 [picture_max_height] => 0 [picture_preferred_width] => 0 [picture_preferred_height] => 0 [picture_resize] => none [picture_wbmp] => false [picture_bmp] => false [picture_gif] => false [picture_jpg] => false [picture_png] => false [picture_greyscale] => false [picture_colors] => 2 [picture_df_size_limit] => 0 [picture_directdownload_size_limit] => 0 [picture_inline_size_limit] => 0 [picture_oma_size_limit] => 0 [video] => false [oma_v_1_0_forwardlock] => false [oma_v_1_0_combined_delivery] => false [oma_v_1_0_separate_delivery] => false [streaming_video] => true [streaming_3gpp] => true [streaming_mp4] => true [streaming_mov] => false [streaming_video_size_limit] => 0 [streaming_real_media] => none [streaming_flv] => false [streaming_3g2] => false [streaming_vcodec_h263_0] => 10 [streaming_vcodec_h263_3] => -1 [streaming_vcodec_mpeg4_sp] => 2 [streaming_vcodec_mpeg4_asp] => -1 [streaming_vcodec_h264_bp] => 3.0 [streaming_acodec_amr] => nb [streaming_acodec_aac] => lc [streaming_wmv] => none [streaming_preferred_protocol] => rtsp [streaming_preferred_http_protocol] => apple_live_streaming [wap_push_support] => false [connectionless_service_indication] => false [connectionless_service_load] => false [connectionless_cache_operation] => false [connectionoriented_unconfirmed_service_indication] => false [connectionoriented_unconfirmed_service_load] => false [connectionoriented_unconfirmed_cache_operation] => false [connectionoriented_confirmed_service_indication] => false [connectionoriented_confirmed_service_load] => false [connectionoriented_confirmed_cache_operation] => false [utf8_support] => true [ascii_support] => false [iso8859_support] => false [expiration_date] => false [j2me_cldc_1_0] => false [j2me_cldc_1_1] => false [j2me_midp_1_0] => false [j2me_midp_2_0] => false [doja_1_0] => false [doja_1_5] => false [doja_2_0] => false [doja_2_1] => false [doja_2_2] => false [doja_3_0] => false [doja_3_5] => false [doja_4_0] => false [j2me_jtwi] => false [j2me_mmapi_1_0] => false [j2me_mmapi_1_1] => false [j2me_wmapi_1_0] => false [j2me_wmapi_1_1] => false [j2me_wmapi_2_0] => false [j2me_btapi] => false [j2me_3dapi] => false [j2me_locapi] => false [j2me_nokia_ui] => false [j2me_motorola_lwt] => false [j2me_siemens_color_game] => false [j2me_siemens_extension] => false [j2me_heap_size] => 0 [j2me_max_jar_size] => 0 [j2me_storage_size] => 0 [j2me_max_record_store_size] => 0 [j2me_screen_width] => 0 [j2me_screen_height] => 0 [j2me_canvas_width] => 0 [j2me_canvas_height] => 0 [j2me_bits_per_pixel] => 0 [j2me_audio_capture_enabled] => false [j2me_video_capture_enabled] => false [j2me_photo_capture_enabled] => false [j2me_capture_image_formats] => none [j2me_http] => false [j2me_https] => false [j2me_socket] => false [j2me_udp] => false [j2me_serial] => false [j2me_gif] => false [j2me_gif89a] => false [j2me_jpg] => false [j2me_png] => false [j2me_bmp] => false [j2me_bmp3] => false [j2me_wbmp] => false [j2me_midi] => false [j2me_wav] => false [j2me_amr] => false [j2me_mp3] => false [j2me_mp4] => false [j2me_imelody] => false [j2me_rmf] => false [j2me_au] => false [j2me_aac] => false [j2me_realaudio] => false [j2me_xmf] => false [j2me_wma] => false [j2me_3gpp] => false [j2me_h263] => false [j2me_svgt] => false [j2me_mpeg4] => false [j2me_realvideo] => false [j2me_real8] => false [j2me_realmedia] => false [j2me_left_softkey_code] => 0 [j2me_right_softkey_code] => 0 [j2me_middle_softkey_code] => 0 [j2me_select_key_code] => 0 [j2me_return_key_code] => 0 [j2me_clear_key_code] => 0 [j2me_datefield_no_accepts_null_date] => false [j2me_datefield_broken] => false [receiver] => false [sender] => false [mms_max_size] => 0 [mms_max_height] => 0 [mms_max_width] => 0 [built_in_recorder] => false [built_in_camera] => true [mms_jpeg_baseline] => false [mms_jpeg_progressive] => false [mms_gif_static] => false [mms_gif_animated] => false [mms_png] => false [mms_bmp] => false [mms_wbmp] => false [mms_amr] => false [mms_wav] => false [mms_midi_monophonic] => false [mms_midi_polyphonic] => false [mms_midi_polyphonic_voices] => 0 [mms_spmidi] => false [mms_mmf] => false [mms_mp3] => false [mms_evrc] => false [mms_qcelp] => false [mms_ota_bitmap] => false [mms_nokia_wallpaper] => false [mms_nokia_operatorlogo] => false [mms_nokia_3dscreensaver] => false [mms_nokia_ringingtone] => false [mms_rmf] => false [mms_xmf] => false [mms_symbian_install] => false [mms_jar] => false [mms_jad] => false [mms_vcard] => false [mms_vcalendar] => false [mms_wml] => false [mms_wbxml] => false [mms_wmlc] => false [mms_video] => false [mms_mp4] => false [mms_3gpp] => false [mms_3gpp2] => false [mms_max_frame_rate] => 0 [nokiaring] => false [picturemessage] => false [operatorlogo] => false [largeoperatorlogo] => false [callericon] => false [nokiavcard] => false [nokiavcal] => false [sckl_ringtone] => false [sckl_operatorlogo] => false [sckl_groupgraphic] => false [sckl_vcard] => false [sckl_vcalendar] => false [text_imelody] => false [ems] => false [ems_variablesizedpictures] => false [ems_imelody] => false [ems_odi] => false [ems_upi] => false [ems_version] => 0 [siemens_ota] => false [siemens_logo_width] => 101 [siemens_logo_height] => 29 [siemens_screensaver_width] => 101 [siemens_screensaver_height] => 50 [gprtf] => false [sagem_v1] => false [sagem_v2] => false [panasonic] => false [sms_enabled] => true [wav] => false [mmf] => false [smf] => false [mld] => false [midi_monophonic] => false [midi_polyphonic] => false [sp_midi] => false [rmf] => false [xmf] => false [compactmidi] => false [digiplug] => false [nokia_ringtone] => false [imelody] => false [au] => false [amr] => false [awb] => false [aac] => true [mp3] => true [voices] => 1 [qcelp] => false [evrc] => false [flash_lite_version] => [fl_wallpaper] => false [fl_screensaver] => false [fl_standalone] => false [fl_browser] => false [fl_sub_lcd] => false [full_flash_support] => false [css_supports_width_as_percentage] => true [css_border_image] => webkit [css_rounded_corners] => webkit [css_gradient] => none [css_spriting] => true [css_gradient_linear] => none [is_transcoder] => false [transcoder_ua_header] => user-agent [rss_support] => false [pdf_support] => true [progressive_download] => true [playback_vcodec_h263_0] => 10 [playback_vcodec_h263_3] => -1 [playback_vcodec_mpeg4_sp] => 0 [playback_vcodec_mpeg4_asp] => -1 [playback_vcodec_h264_bp] => 3.0 [playback_real_media] => none [playback_3gpp] => true [playback_3g2] => false [playback_mp4] => true [playback_mov] => false [playback_acodec_amr] => nb [playback_acodec_aac] => none [playback_df_size_limit] => 0 [playback_directdownload_size_limit] => 0 [playback_inline_size_limit] => 0 [playback_oma_size_limit] => 0 [playback_acodec_qcelp] => false [playback_wmv] => none [hinted_progressive_download] => true [html_preferred_dtd] => html4 [viewport_supported] => true [viewport_width] => device_width_token [viewport_userscalable] => no [viewport_initial_scale] => [viewport_maximum_scale] => [viewport_minimum_scale] => [mobileoptimized] => false [handheldfriendly] => false [canvas_support] => full [image_inlining] => true [is_smarttv] => false [is_console] => false [nfc_support] => false [ux_full_desktop] => false [jqm_grade] => A [is_sencha_touch_ok] => false ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Zsxsoft<br /><small>1.3</small><br /></td><td>Android Webkit 4.0</td><td><i class="material-icons">close</i></td><td>Android 4.1.1</td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-5d43e024-b46c-44f6-8914-529b05569bc2">Detail</a> <!-- Modal Structure --> <div id="modal-5d43e024-b46c-44f6-8914-529b05569bc2" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Zsxsoft result detail</h4> <p><pre><code class="php">Array ( [browser] => Array ( [link] => http://developer.android.com/reference/android/webkit/package-summary.html [title] => Android Webkit 4.0 [name] => Android Webkit [version] => 4.0 [code] => android-webkit [image] => img/16/browser/android-webkit.png ) [os] => Array ( [link] => http://www.android.com/ [name] => Android [version] => 4.1.1 [code] => android [x64] => [title] => Android 4.1.1 [type] => os [dir] => os [image] => img/16/os/android.png ) [device] => Array ( [link] => [title] => [model] => [brand] => [code] => null [dir] => device [type] => device [image] => img/16/device/null.png ) [platform] => Array ( [link] => http://www.android.com/ [name] => Android [version] => 4.1.1 [code] => android [x64] => [title] => Android 4.1.1 [type] => os [dir] => os [image] => img/16/os/android.png ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr></table> </div> <div class="section"> <h1 class="header center orange-text">About this comparison</h1> <div class="row center"> <h5 class="header light"> The primary goal of this project is simple<br /> I wanted to know which user agent parser is the most accurate in each part - device detection, bot detection and so on...<br /> <br /> The secondary goal is to provide a source for all user agent parsers to improve their detection based on this results.<br /> <br /> You can also improve this further, by suggesting ideas at <a href="https://github.com/ThaDafinser/UserAgentParserComparison">ThaDafinser/UserAgentParserComparison</a><br /> <br /> The comparison is based on the abstraction by <a href="https://github.com/ThaDafinser/UserAgentParser">ThaDafinser/UserAgentParser</a> </h5> </div> </div> <div class="card"> <div class="card-content"> Comparison created <i>2016-05-10 08:10:00</i> | by <a href="https://github.com/ThaDafinser">ThaDafinser</a> </div> </div> </div> <script src="https://code.jquery.com/jquery-2.1.4.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"></script> <script src="http://cdnjs.cloudflare.com/ajax/libs/list.js/1.2.0/list.min.js"></script> <script> $(document).ready(function(){ // the "href" attribute of .modal-trigger must specify the modal ID that wants to be triggered $('.modal-trigger').leanModal(); }); </script> </body> </html>
clean/Linux-x86_64-4.10.2-2.0.6/released/8.11.2/elpi/1.9.7.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>elpi: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.11.2 / elpi - 1.9.7</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> elpi <small> 1.9.7 <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;Enrico Tassi &lt;enrico.tassi@inria.fr&gt;&quot; authors: [ &quot;Enrico Tassi&quot; ] license: &quot;LGPL-2.1-or-later&quot; homepage: &quot;https://github.com/LPCIC/coq-elpi&quot; bug-reports: &quot;https://github.com/LPCIC/coq-elpi/issues&quot; dev-repo: &quot;git+https://github.com/LPCIC/coq-elpi&quot; build: [ [ make &quot;build&quot; &quot;COQBIN=%{bin}%/&quot; &quot;ELPIDIR=%{prefix}%/lib/elpi&quot; &quot;OCAMLWARN=&quot; ] [ make &quot;test&quot; &quot;COQBIN=%{bin}%/&quot; &quot;ELPIDIR=%{prefix}%/lib/elpi&quot; ] {with-test} ] install: [ make &quot;install&quot; &quot;COQBIN=%{bin}%/&quot; &quot;ELPIDIR=%{prefix}%/lib/elpi&quot; ] depends: [ &quot;elpi&quot; {&gt;= &quot;1.13.1&quot; &amp; &lt; &quot;1.14.0~&quot;} &quot;coq&quot; {&gt;= &quot;8.13&quot; &amp; &lt; &quot;8.14~&quot; } ] tags: [ &quot;logpath:elpi&quot; ] synopsis: &quot;Elpi extension language for Coq&quot; description: &quot;&quot;&quot; Coq-elpi provides a Coq plugin that embeds ELPI. It also provides a way to embed Coq&#39;s terms into λProlog using the Higher-Order Abstract Syntax approach and a way to read terms back. In addition to that it exports to ELPI a set of Coq&#39;s primitives, e.g. printing a message, accessing the environment of theorems and data types, defining a new constant and so on. For convenience it also provides a quotation and anti-quotation for Coq&#39;s syntax in λProlog. E.g. `{{nat}}` is expanded to the type name of natural numbers, or `{{A -&gt; B}}` to the representation of a product by unfolding the `-&gt;` notation. Finally it provides a way to define new vernacular commands and new tactics.&quot;&quot;&quot; url { src: &quot;https://github.com/LPCIC/coq-elpi/archive/v1.9.7.tar.gz&quot; checksum: &quot;sha256=96ef27381a6cbf9330dc503dea41dec85437ad8d368833bbe1d2e94022413d37&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-elpi.1.9.7 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-elpi -&gt; coq &gt;= 8.13 Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-elpi.1.9.7</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
clean/Linux-x86_64-4.09.1-2.0.6/released/8.7.1/simple-io/1.5.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>simple-io: 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 / simple-io - 1.5.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> simple-io <small> 1.5.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-28 23:20:48 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-28 23:20:48 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 2 Virtual package relying on perl coq 8.7.1 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.09.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.09.1 Official release 4.09.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.2 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Li-yao Xia &lt;lysxia@gmail.com&gt;&quot; authors: &quot;Li-yao Xia&quot; homepage: &quot;https://github.com/Lysxia/coq-simple-io&quot; bug-reports: &quot;https://github.com/Lysxia/coq-simple-io/issues&quot; license: &quot;MIT&quot; dev-repo: &quot;git+https://github.com/Lysxia/coq-simple-io.git&quot; build: [make &quot;build&quot;] run-test: [make &quot;test&quot;] install: [make &quot;install&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.8&quot; &amp; &lt; &quot;8.14~&quot;} &quot;coq-ext-lib&quot; &quot;ocamlbuild&quot; {with-test} ] tags: [ &quot;date:2021-01-02&quot; &quot;logpath:SimpleIO&quot; &quot;keyword:extraction&quot; &quot;keyword:effects&quot; ] synopsis: &quot;IO monad for Coq&quot; description: &quot;&quot;&quot; This library provides tools to implement IO programs directly in Coq, in a similar style to Haskell. Facilities for formal verification are not included. IO is defined as a parameter with a purely functional interface in Coq, to be extracted to OCaml. Some wrappers for the basic types and functions in the OCaml Pervasives module are provided. Users are free to define their own APIs on top of this IO type.&quot;&quot;&quot; url { src: &quot;https://github.com/Lysxia/coq-simple-io/archive/1.5.0.tar.gz&quot; checksum: &quot;sha512=40c9c6b7d7ac8126f5f2c295b9f96d26df7c4c64f693e02078f6b625195996d184e5daf380b369fa7f356d1280e3d4c67f6c0c06a1f8a866a7bee44fbad6e83f&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-simple-io.1.5.0 coq.8.7.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.7.1). The following dependencies couldn&#39;t be met: - coq-simple-io -&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-simple-io.1.5.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
clean/Linux-x86_64-4.08.1-2.0.5/released/8.7.0/lemma-overloading/8.8.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>lemma-overloading: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.7.0 / lemma-overloading - 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> lemma-overloading <small> 8.8.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-26 20:28:19 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-26 20:28:19 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.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;palmskog@gmail.com&quot; homepage: &quot;https://github.com/coq-community/lemma-overloading&quot; dev-repo: &quot;git+https://github.com/coq-community/lemma-overloading.git&quot; bug-reports: &quot;https://github.com/coq-community/lemma-overloading/issues&quot; license: &quot;GPL 3&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/LemmaOverloading&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.8&quot; &amp; &lt; &quot;8.9~&quot;} &quot;coq-mathcomp-ssreflect&quot; {&gt;= &quot;1.6.2&quot; &amp; &lt; &quot;1.8~&quot;} ] tags: [ &quot;keyword:canonical structures&quot; &quot;keyword:proof automation&quot; &quot;keyword:Hoare type theory&quot; &quot;keyword:lemma overloading&quot; &quot;category:Computer Science/Data Types and Data Structures&quot; &quot;date:2018-07-24&quot; &quot;logpath:LemmaOverloading&quot; ] authors: [ &quot;Georges Gonthier&quot; &quot;Beta Ziliani&quot; &quot;Aleksandar Nanevski&quot; &quot;Derek Dreyer&quot; ] synopsis: &quot;Hoare Type Theory libraries showcasing design patterns for programming with canonical structures&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-community/lemma-overloading/archive/v8.8.0.tar.gz&quot; checksum: &quot;md5=a7056f6477fc274d2c0ef30dab492bde&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-lemma-overloading.8.8.0 coq.8.7.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.7.0). The following dependencies couldn&#39;t be met: - coq-lemma-overloading -&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-lemma-overloading.8.8.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
clean/Linux-x86_64-4.05.0-2.0.6/released/8.5.2/rem/8.8.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>rem: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.5.2 / rem - 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> rem <small> 8.8.0 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2020-07-21 07:46:36 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-07-21 07:46:36 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.12 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils coq 8.5.2 Formal proof management system. num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/rem&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/Rem&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.8&quot; &amp; &lt; &quot;8.9~&quot;} ] tags: [ &quot;keyword: Rem Theorem&quot; &quot;keyword: Baire space&quot; &quot;category: Mathematics/Real Calculus and Topology&quot; ] authors: [ &quot;Henk Barendregt&quot; ] bug-reports: &quot;https://github.com/coq-contribs/rem/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/rem.git&quot; synopsis: &quot;Rem Theorem in Baire space&quot; description: &quot;A formalisation of Rem Theorem in Baire space&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/rem/archive/v8.8.0.tar.gz&quot; checksum: &quot;md5=dcff79b5c2a7e84a13e7a113e8036673&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-rem.8.8.0 coq.8.5.2</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.5.2). The following dependencies couldn&#39;t be met: - coq-rem -&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-rem.8.8.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
ga/templates/image.html
alexmic/great-again
{% extends "layout.html" %} {% block title %}Make Anything Great Again!{% endblock %} {% block content %} <img src="{{src}}"/> {% endblock %}
clean/Linux-x86_64-4.07.1-2.0.6/released/8.11.0/reflexive-first-order/8.7.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>reflexive-first-order: 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 / reflexive-first-order - 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> reflexive-first-order <small> 8.7.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-11-16 15:00:10 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-16 15:00:10 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.11.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; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/reflexive-first-order&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/ReflexiveFirstOrder&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.8~&quot;} ] tags: [ &quot;keyword: computational reflection&quot; &quot;keyword: interpretation&quot; &quot;keyword: first-order logic&quot; &quot;keyword: equational reasoning&quot; &quot;category: Miscellaneous/Coq Extensions&quot; &quot;date: 2005-05&quot; ] authors: [ &quot;Pierre Corbineau &lt;pierre.corbineau@lri.fr&gt; [http://www.cs.ru.nl/~corbineau]&quot; ] bug-reports: &quot;https://github.com/coq-contribs/reflexive-first-order/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/reflexive-first-order.git&quot; synopsis: &quot;Reflexive first-order proof interpreter&quot; description: &quot;&quot;&quot; This contribution is a package which can be used to interpret firstorder proofs provided by an external theorem prover, using computational reflexion.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/reflexive-first-order/archive/v8.7.0.tar.gz&quot; checksum: &quot;md5=11d546660ce74dd4aae76c4327482c21&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-reflexive-first-order.8.7.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-reflexive-first-order -&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-reflexive-first-order.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>
core/src/main/resources/templates/fragment/common.html
danfunk/MindTrails
<!DOCTYPE html> <!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]--> <!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]--> <!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]--> <!--[if (gte IE 9)|!(IE)]><!--> <html class="not-ie" lang="en"> <!--<![endif]--> <head id="headerFragment" th:fragment="headerFragment"> <meta charset="utf-8"/> <meta name="description" content="The MindTrails Project" /> <meta name="keywords" content="virginia psychology implicit mind trails"/> <meta name="author" content="virginia.edu" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/> <title>MindTrails</title> <!-- Timer here --> <script src="timeme.js"></script> <script type="text/javascript"> TimeMe.initialize({ currentPageName: "${title}", // current page idleTimeoutInSeconds: 30 // seconds }); </script> <!--style sheet--> <link rel="stylesheet" media="screen" th:href="@{/css/styles.css}" /> </head> <body > <section id="header" class="clearfix" th:fragment="topFragment" > <div class="container"> <!--logo starts--> <div class="span4 logo"><a th:href="@{/}"></a></div> <!--logo ends--> <div class="span8 clearfix"> <!--menu starts--> <ul id="nav"> <li th:if="${#authorization.expression('hasRole(''ROLE_USER'')')}"><a th:href="@{/session}">HOME</a></li> <li><a th:href="@{/public/about}">ABOUT</a></li> <li><a th:href="@{/public/faq}">FAQ</a></li> </ul> <!--menu ends--> </div> </div> <div class="account-bar" th:unless="${visiting}"> <div class="container" th:if="${#authorization.expression('hasRole(''ROLE_USER'')')}"> <span th:if="${participant}" class="item">Logged in as ( <span th:text="${participant.fullName}"/> )</span> |<a th:href="@{/session/overview}">My Progress</a> | <a th:href="@{/account}">Account Settings</a> | <a href="/logout">Logout</a> </div> <div class="container login" th:unless="${#authorization.expression('hasRole(''ROLE_USER'')')}"> Already Participating? <a th:href="@{/login}"><button>Log In</button></a> </div> </div> <div class="clear-both"></div> </section> <!-- header ends ================================================== --> <!-- header-btm starts ================================================== --> <section id="header-btm" class="clearfix"> <div class="container"> <div class="row"> <div class="span12"> <h2 class="page-title heading-icon clearfix"> <img th:src="@{/images/map-arrow-orange.png}" width="40" height="40" alt="icon" class="icon-small-bg"/><br/>Welcome!</h2> </div> </div> </div> </section> <!-- header-btm ends ================================================== --> <!-- content starts ================================================== --> <section id="content" class="clearfix"> <div class="container"> <!--spacer here--> <div class="spacer-30px"></div> <!--features starts--> <div class="row"> <div class="span12"> <h1>This is a Template:</h1> <ul class="list-3col"> <li> <h4>Welcome</h4> <p>Please see home.html for an example of how to grab poritions of this template to use within a page.</p></li> </ul> </div> </div> <!--features ends--> <!--divider here--> <div class="spacer-40px"></div> <!--spacer here--> <div class="spacer-30px"></div> <!--box starts--> <div class="row"> <div class="span12"> <div class="dark-box"> <h1>And that's it <span class="color">folks</span>! </h1> <p>but I hope to have more to show soon.</p> </div> </div> </div> <!--box ends--> </div> </section> <!-- footer starts ================================================== --> <footer id="footer" class="clearfix" th:fragment="footerFragment"> <div class="container"> <!--row starts--> <div class="row"> <!--column one starts--> <div class="footer-logo"> <img th:src="@{/images/pimh.png}" alt="Project Implicit Mental Health" /> </div> <!--column three starts--> <ul class="footer-links"> <li><a th:href="@{/public/disclaimer}">Terms and Conditions</a></li> <li><a th:href="@{/public/privacy}">Privacy Policy</a></li> <li><a href="https://implicit.harvard.edu/implicit/user/pimh/index.jsp">Project Implicit Mental Health</a></li> </ul> <div class="clear-both"></div> </div> </div> <!--column two starts--> <div class="adminTools" sec:authorize="hasRole('ROLE_ADMIN')"> <h5>Administration Tools</h5> <p>This section is only visible to you because you have been granted administrative access.</p> <ul class="list-info"> <li><a th:href="@{/admin}">User Administration</a>: provides a way to view all accounts created on the system. </li> <li><a th:href="@{/admin/listEvents}">Scheduled Notfications and Events</a>: allows you to send yourself a copy of all email messages, text messages, and other scheduled items coming from the system. </li> <li><a th:href="@{/admin/listSessions}">Sessions</a>: allows you to view all available sessions, and jump into any content within a session. </li> <li><a th:href="@{/admin/tango}">Gift Cards Account</a>: allows you to check information about the gift card account for your study. </li> <li><a th:href="@{/admin/export}">Export</a>: allows you to export questionnaire data. </li> <li><a th:href="@{/admin/userstats}">User statistics information</a>: allows you to check users statistics information. </li> </ul> </div> <div class="copyright">&copy; Copyright 2016 &bull; All rights reserved</div> </footer> </body> </html>
front2/exercice.html
brookkk/brainss
<h3 ng-bind="appTitle"></h3> <div ng-show="loading"> Chargement en cours<br> <img src="images/loader.gif"> </div> <div ng-show="parties.length > 0" ng-hide="loading"> <!-- tracker le nombre d'ouvertures de l'exo --> <span ng-bind="view(exo_id, user.user.id)"></span> <form name="exoForm"> <div ng-repeat="partie in parties "> <p>{{partie.titre}}<br> {{partie.contenu}}</p> <div ng-repeat="quest in partie.exo_questions "> <p>{{quest.question}}</p> <!-- Réponses --> <input type="checkbox" ng-model="quest.rep_1" value="quest.choix_1" checked="checked"/>{{quest.choix_1}} &nbsp &nbsp &nbsp <input type="checkbox" ng-model="quest.rep_2" value="quest.choix_2">{{quest.choix_2}} &nbsp &nbsp &nbsp <input type="checkbox" ng-model="quest.rep_3" value="quest.choix_3">{{quest.choix_3}} &nbsp &nbsp &nbsp <input type="checkbox" ng-model="quest.rep_4" value="quest.choix_4">{{quest.choix_4}} &nbsp &nbsp &nbsp </div> </div> <br><br> <button ng-click = "evaluateForm()"> Valider </button> <br> <div ng-if="max>0 && evaluation < max"> votre score : {{evaluation}} / {{max}} </div> <div ng-if="max>0 && evaluation == max"> votre score : {{evaluation}} / {{max}} <br> well done <!-- tracker le nombre de fois les users ont résolu l'exercice --> <span ng-bind="solve(exo_id)"></span> </div> </form> </div>
app/views/pip21/treatments.html
gup-dwp/pip-prototype-v2
{% extends "layout.html" %} {% block pageTitle %} GOV.UK prototyping kit {% endblock %} {% block content %} {% import "pip21/macros/elements.html" as elements %} {% for page in data %} {% for question in page.treatments %} <main id="content" role="main" class="pip21"> <div class="grid-row"> <div class="column-two-thirds"> <form action="/pip21/treatments{% if edit %}?edit=true{% endif %}" method="post" class="form"> {{ elements.header(page,question) }} {% set seq = [ {"id":"treatments","value":"Yes","showPanel":"medications"}, {"id":"treatments", "value":"No"} ] %} {{ elements.radioSelect('treatments',question.question,"",answers.treatments,seq,"inline") }} <div class="form-group panel-indent {% if answers.treatments != 'Yes' %}js-hidden{% endif %}" id="medications"> <ul class="list-user-input"> {% for i in range(1, 11) -%} <li id="condition-row-{{i}}" class="condition-row {% if not loop.first and not answers['treatment' + i] %} js-hidden {% endif %}"> <h2 class="heading-small">{{ question.rowHd }} {{i}}</h2> {% if not loop.first %}<a href="#" class="remove">{{ question.removeLink }}</a>{% endif %} {{ elements.genericInputList("treatment" + i,question.treatmentHd, answers["treatment" + i] ,"treatment-1") }} {{ elements.genericInputList("often" + i,question.oftenHd, answers["often" + i] ,"often-1") }} </li> {% endfor %} <li><a href="add-another" class="add-another secondary-button" data-target="condition-row">Add another</a></li> </ul> {% set seq2 = [ {"id":"atHome","value":"Yes"}, {"id":"atHome", "value":"No"} ] %} {{ elements.radioSelect('atHome',question.question2,"",answers.atHome,seq2,"inline") }} </div> {% if answers.skipQuestion.length or edit %} {{ elements.returnToMenu(page,question) }} {% else %} {{ elements.submit(page,question,true,true) }} {% endif%} </form> </div> {{ elements.helpline(page) }} </div> </main> {% endfor %} {% endfor %} {% endblock %}
client/index.html
ItsBropez/test
<html ng-app="myApp"> <head> <title>Markets</title> <link rel="stylesheet" href="/bower_components/bootstrap/dist/css/bootstrap.css"> <link rel="stylesheet" href="/css/style.css"> </head> <body> <nav class="navbar navbar-default"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="#">Markets</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav navbar-right"> <li><a href="#/markets/add">Add Market</a></li> </ul> </div><!--/.nav-collapse --> </div> </nav> <div class="container"> <div class="row"> <div class="col-md-12"> <div ng-view></div> </div> </div> </div> <script src="/bower_components/jquery/dist/jquery.js"></script> <script src="/bower_components/angular/angular.js"></script> <script src="/bower_components/angular-route/angular-route.js"></script> <script src="/bower_components/bootstrap/dist/js/bootstrap.js"></script> <script src="/app.js"></script> <script src="/controllers/markets.js"></script> </body> </html>
clean/Linux-x86_64-4.05.0-2.0.1/released/8.5.1/paco/4.0.1.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>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.5.1 / paco - 4.0.1</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> paco <small> 4.0.1 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-10-15 03:37:57 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-15 03:37:57 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.5.1 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration # opam file: opam-version: &quot;2.0&quot; name: &quot;coq-paco&quot; version: &quot;4.0.1&quot; maintainer: &quot;paco@sf.snu.ac.kr&quot; synopsis: &quot;Coq library implementing parameterized coinduction&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;gil.hur@sf.snu.ac.kr&gt;&quot; &quot;Georg Neis &lt;neis@mpi-sws.org&gt;&quot; &quot;Derek Dreyer &lt;dreyer@mpi-sws.org&gt;&quot; &quot;Viktor Vafeiadis &lt;viktor@mpi-sws.org&gt;&quot; &quot;Minki Cho &lt;minki.cho@sf.snu.ac.kr&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;coq&quot; {&gt;= &quot;8.6&quot; &amp; &lt; &quot;8.13~&quot;} ] tags: [ &quot;date:2019-04-30&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; ] url { http: &quot;https://github.com/snu-sf/paco/archive/v4.0.1.tar.gz&quot; checksum: &quot;e8e312d5d00de4152eb21134e6a21768&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.4.0.1 coq.8.5.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.5.1). The following dependencies couldn&#39;t be met: - coq-paco -&gt; coq &gt;= 8.6 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-paco.4.0.1</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
clean/Linux-x86_64-4.02.3-2.0.6/released/8.5.0/comp-dec-modal/1.1.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>comp-dec-modal: 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 / comp-dec-modal - 1.1</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> comp-dec-modal <small> 1.1 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-08 16:59:48 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-08 16:59:48 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-ocamlbuild base OCamlbuild binary and libraries distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 2 Virtual package relying on perl coq 8.5.0 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.02.3 The OCaml compiler (virtual package) ocaml-base-compiler 4.02.3 Official 4.02.3 release ocaml-config 1 OCaml Switch Configuration # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;christian.doczkal@inria.fr&quot; homepage: &quot;https://github.com/coq-community/comp-dec-modal&quot; dev-repo: &quot;git+https://github.com/coq-community/comp-dec-modal.git&quot; bug-reports: &quot;https://github.com/coq-community/comp-dec-modal/issues&quot; doc: &quot;https://coq-community.github.io/comp-dec-modal/&quot; license: &quot;CECILL-B&quot; synopsis: &quot;Constructive proofs of soundness and completeness for K, K*, CTL, PDL, and PDL with converse&quot; description: &quot;&quot;&quot; This project presents machine-checked constructive proofs of soundness, completeness, decidability, and the small-model property for the logics K, K*, CTL, and PDL (with and without converse). For all considered logics, we prove soundness and completeness of their respective Hilbert-style axiomatization. For K, K*, and CTL, we also prove soundness and completeness for Gentzen systems (i.e., sequent calculi). For each logic, the central construction is a pruning-based algorithm computing for a given formula either a satisfying model of bounded size or a proof of its negation. The completeness and decidability results then follow with soundness from the existence of said algorithm. &quot;&quot;&quot; build: [make &quot;-j%{jobs}%&quot; ] install: [make &quot;install&quot;] depends: [ &quot;coq&quot; {&gt;= &quot;8.12&quot; &amp; &lt; &quot;8.16~&quot;} &quot;coq-mathcomp-ssreflect&quot; {&gt;= &quot;1.11&quot; &amp; &lt; &quot;1.15~&quot;} ] tags: [ &quot;category:Computer Science/Modal Logic&quot; &quot;keyword:modal logic&quot; &quot;keyword:completeness&quot; &quot;keyword:decidability&quot; &quot;keyword:Hilbert system&quot; &quot;keyword:computation tree logic&quot; &quot;keyword:propositional dynamic logic&quot; &quot;logpath:CompDecModal&quot; &quot;date:2022-01-20&quot; ] authors: [ &quot;Christian Doczkal&quot; ] url { src: &quot;https://github.com/coq-community/comp-dec-modal/archive/v1.1.tar.gz&quot; checksum: &quot;sha512=2cfafecb680d873a6a4e9e9ac43a20787230682a00ab2d9a53ee7bfce8f886caf00dbc8a2f06ccd617f66882594d42307c4b26e44134f530962c00ff1698aa4e&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-comp-dec-modal.1.1 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-comp-dec-modal -&gt; coq &gt;= 8.12 -&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-comp-dec-modal.1.1</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
clean/Linux-x86_64-4.07.1-2.0.6/released/8.9.0/squiggle-eq/1.0.4.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>squiggle-eq: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.9.0 / squiggle-eq - 1.0.4</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> squiggle-eq <small> 1.0.4 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-23 18:18:12 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-23 18:18:12 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.9.0 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.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; maintainer: &quot;abhishek.anand.iitg@gmail.com&quot; homepage: &quot;https://github.com/aa755/SquiggleEq&quot; dev-repo: &quot;git+https://github.com/aa755/SquiggleEq&quot; authors: [&quot;Abhishek Anand&quot; &quot;Vincent Rahli&quot;] bug-reports: &quot;https://github.com/aa755/SquiggleEq/issues&quot; license: &quot;MIT&quot; build: [ [make &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;install&quot;] ] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/SquiggleEq&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.8&quot; &amp; &lt; &quot;8.9~&quot;} &quot;coq-ext-lib&quot; ] synopsis: &quot;An abstract formalization of variable bindings (both named and de-bruijn),&quot; description: &quot;&quot;&quot; based on ideas in the following paper: Howe, Douglas J. “Equality in Lazy Computation Systems.” In LICS, 198–203, 1989.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/aa755/SquiggleEq/archive/v1.0.4.tar.gz&quot; checksum: &quot;md5=c0378498110aa30ea89d4f9df1ca3b77&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-squiggle-eq.1.0.4 coq.8.9.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.9.0). The following dependencies couldn&#39;t be met: - coq-squiggle-eq -&gt; coq &lt; 8.9~ -&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-squiggle-eq.1.0.4</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
clean/Linux-x86_64-4.05.0-2.0.1/released/8.7.2/io-system/2.2.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>io-system: 19 s 🏆</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.7.2 / io-system - 2.2.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> io-system <small> 2.2.0 <span class="label label-success">19 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-21 08:36:37 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-21 08:36:37 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.2 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;dev@clarus.me&quot; homepage: &quot;https://github.com/clarus/io-system&quot; dev-repo: &quot;git+https://github.com/clarus/io-system.git&quot; bug-reports: &quot;https://github.com/clarus/io-system/issues&quot; authors: [&quot;Guillaume Claret&quot;] license: &quot;MIT&quot; build: [ [&quot;./configure.sh&quot;] [make &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;install&quot;] ] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.4pl4&quot;} &quot;coq-function-ninjas&quot; &quot;coq-list-string&quot; {&gt;= &quot;2.0.0&quot;} &quot;coq-io&quot; {= &quot;3.0.0&quot;} &quot;coq-io-system-ocaml&quot; {&gt;= &quot;2.2.0&quot; &amp; &lt; &quot;2.3.0&quot;} ] tags: [ &quot;date:2015-03-23&quot; &quot;keyword:effects&quot; &quot;keyword:extraction&quot; &quot;logpath:Io.System&quot; ] synopsis: &quot;System effects for Coq&quot; url { src: &quot;https://github.com/coq-io/system/archive/2.2.0.tar.gz&quot; checksum: &quot;md5=ca83d1060db9e8365b00ea71f1391592&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-io-system.2.2.0 coq.8.7.2</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-io-system.2.2.0 coq.8.7.2</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>2 m 26 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-io-system.2.2.0 coq.8.7.2</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>19 s</dd> </dl> <h2>Installation size</h2> <p>Total: 184 K</p> <ul> <li>58 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Io/System/Extraction.vo</code></li> <li>47 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Io/System/System.vo</code></li> <li>40 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Io/System/All.vo</code></li> <li>15 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Io/System/System.glob</code></li> <li>14 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Io/System/Extraction.glob</code></li> <li>6 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Io/System/Extraction.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Io/System/System.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Io/System/All.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Io/System/All.v</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-io-system.2.2.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
clean/Linux-x86_64-4.12.1-2.0.8/released/8.13.0/pi-agm/1.2.6.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>pi-agm: 2 m 2 s 🏆</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.13.0 / pi-agm - 1.2.6</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> pi-agm <small> 1.2.6 <span class="label label-success">2 m 2 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-03-08 23:52:51 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-08 23:52:51 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-gmp 4 Virtual package relying on a GMP lib system installation coq 8.13.0 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.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;yves.bertot@inria.fr&quot; homepage: &quot;http://www-sop.inria.fr/members/Yves.Bertot/&quot; bug-reports: &quot;yves.bertot@inria.fr&quot; license: &quot;CECILL-B&quot; build: [[&quot;coq_makefile&quot; &quot;-f&quot; &quot;_CoqProject&quot; &quot;-o&quot; &quot;Makefile&quot; ] [ make &quot;-j&quot; &quot;%{jobs}%&quot; ]] install: [ make &quot;install&quot; &quot;DEST=&#39;%{lib}%/coq/user-contrib/pi_agm&#39;&quot; ] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.12&quot;} &quot;coq-coquelicot&quot; {&gt;= &quot;3&quot; &amp; &lt; &quot;4~&quot;} &quot;coq-interval&quot; {&gt;= &quot;4&quot;} ] dev-repo: &quot;git+https://github.com/ybertot/pi-agm.git&quot; tags: [ &quot;keyword:real analysis&quot; &quot;keyword:pi&quot; &quot;category:Mathematics/Real Calculus and Topology&quot; &quot;logpath:agm&quot; &quot;date:2020-06-23&quot; ] authors: [ &quot;Yves Bertot &lt;yves.bertot@inria.fr&gt;&quot; ] synopsis: &quot;Computing thousands or millions of digits of PI with arithmetic-geometric means&quot; description: &quot;&quot;&quot; This is a proof of correctness for two algorithms to compute PI to high precision using arithmetic-geometric means. A first file contains the calculus-based proofs for an abstract view of the algorithm, where all numbers are real numbers. A second file describes how to approximate all computations using large integers. Other files describe the second algorithm which is close to the one used in mpfr, for instance. The whole development can be used to produce mathematically proved and formally verified approximations of PI.&quot;&quot;&quot; url { src: &quot;https://github.com/ybertot/pi-agm/archive/v1.2.6.zip&quot; checksum: &quot;sha256=f690dd8e464acafb4c14437a0ad09545a11f4ebd6771b05f4e7f74ca5c08a7ff&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-agm.1.2.6 coq.8.13.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-pi-agm.1.2.6 coq.8.13.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>17 m 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-pi-agm.1.2.6 coq.8.13.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>2 m 2 s</dd> </dl> <h2>Installation size</h2> <p>Total: 5 M</p> <ul> <li>838 K <code>../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/agm/rounding_correct.glob</code></li> <li>663 K <code>../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/agm/agmpi.glob</code></li> <li>475 K <code>../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/agm/agmpi.vo</code></li> <li>423 K <code>../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/agm/rounding2.glob</code></li> <li>416 K <code>../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/agm/rounding_correct.vo</code></li> <li>243 K <code>../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/agm/elliptic_integral.glob</code></li> <li>237 K <code>../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/agm/rounding2.vo</code></li> <li>194 K <code>../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/agm/alg2.vo</code></li> <li>191 K <code>../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/agm/alg2.glob</code></li> <li>178 K <code>../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/agm/elliptic_integral.vo</code></li> <li>156 K <code>../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/agm/generalities.glob</code></li> <li>155 K <code>../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/agm/generalities.vo</code></li> <li>137 K <code>../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/agm/filter_Rlt.vo</code></li> <li>135 K <code>../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/agm/filter_Rlt.glob</code></li> <li>103 K <code>../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/agm/rounding_correct.v</code></li> <li>89 K <code>../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/agm/agmpi.v</code></li> <li>65 K <code>../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/agm/arcsinh.vo</code></li> <li>57 K <code>../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/agm/hrounding_correct.vo</code></li> <li>56 K <code>../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/agm/atan_derivative_improper_integral.vo</code></li> <li>55 K <code>../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/agm/arcsinh.glob</code></li> <li>46 K <code>../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/agm/atan_derivative_improper_integral.glob</code></li> <li>44 K <code>../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/agm/rounding2.v</code></li> <li>38 K <code>../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/agm/hrounding_correct.glob</code></li> <li>36 K <code>../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/agm/elliptic_integral.v</code></li> <li>33 K <code>../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/agm/rounding_big.vo</code></li> <li>28 K <code>../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/agm/filter_Rlt.v</code></li> <li>27 K <code>../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/agm/generalities.v</code></li> <li>26 K <code>../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/agm/alg2.v</code></li> <li>22 K <code>../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/agm/computing.vo</code></li> <li>18 K <code>../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/agm/rounding_big.glob</code></li> <li>7 K <code>../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/agm/arcsinh.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/agm/atan_derivative_improper_integral.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/agm/hrounding_correct.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/agm/rounding_big.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/agm/computing.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/agm/computing.glob</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-pi-agm.1.2.6</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
clean/Linux-x86_64-4.10.2-2.0.6/released/8.15.0/railroad-crossing/8.10.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>railroad-crossing: 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 / railroad-crossing - 8.10.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> railroad-crossing <small> 8.10.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-20 02:33:22 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-20 02:33:22 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-gmp 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.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 zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/railroad-crossing&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/RailroadCrossing&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.10&quot; &amp; &lt; &quot;8.11~&quot;} ] tags: [ &quot;keyword: CTL&quot; &quot;keyword: TCTL&quot; &quot;keyword: real time&quot; &quot;keyword: timed automatas&quot; &quot;keyword: safety&quot; &quot;keyword: concurrency properties&quot; &quot;keyword: invariants&quot; &quot;keyword: non-Zeno&quot; &quot;keyword: discrete time&quot; &quot;category: Computer Science/Concurrent Systems and Protocols/Correctness of specific protocols&quot; &quot;date: February-March 2000&quot; ] authors: [ &quot;Carlos Daniel Luna [http://www.fing.edu.uy/~cluna]&quot; ] bug-reports: &quot;https://github.com/coq-contribs/railroad-crossing/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/railroad-crossing.git&quot; synopsis: &quot;The Railroad Crossing Example&quot; description: &quot;&quot;&quot; This library present the specification and verification of one real time system: the Railroad Crossing Problem, which has been proposed as a benchmark for the comparison of real-time formalisms. We specify the system using timed automatas (timed graphs) with discrete time and we prove invariants, the system safety property and the NonZeno property, using the logics CTL and TCTL.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/railroad-crossing/archive/v8.10.0.tar.gz&quot; checksum: &quot;md5=6b070cfc66b79c57cdbd3d4ed55a0ee4&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-railroad-crossing.8.10.0 coq.8.15.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.15.0). The following dependencies couldn&#39;t be met: - coq-railroad-crossing -&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-railroad-crossing.8.10.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
tags/Tutorial/index.html
jerryling315/jerryling315.github.io
<!doctype html> <html class="theme-next use-motion theme-next-mist"> <head> <meta charset="UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/> <meta http-equiv="Cache-Control" content="no-transform" /> <meta http-equiv="Cache-Control" content="no-siteapp" /> <meta name="google-site-verification" content="811fPPMUELrD3T2oiCan5cr2qndoJoOlnQoVQu_5I4g" /> <link rel="stylesheet" type="text/css" href="/vendors/fancybox/source/jquery.fancybox.css?v=2.1.5"/> <link href='//fonts.googleapis.com/css?family=Lato:300,400,700,400italic&subset=latin,latin-ext' rel='stylesheet' type='text/css'> <link rel="stylesheet" type="text/css" href="/css/main.css?v=0.4.5.1"/> <meta name="description" content="~Memory Off~" /> <meta name="keywords" content="GFW,moelf,linux" /> <link rel="alternate" href="/atom.xml" title="The WOrLd" type="application/atom+xml" /> <link rel="shorticon icon" type="image/x-icon" href="/fav.png?v=0.4.5.1" /> <meta name="description" content="~Memory Off~"> <meta property="og:type" content="website"> <meta property="og:title" content="The WOrLd"> <meta property="og:url" content="http://moelf.xyz/tags/Tutorial/index.html"> <meta property="og:site_name" content="The WOrLd"> <meta property="og:description" content="~Memory Off~"> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="The WOrLd"> <meta name="twitter:description" content="~Memory Off~"> <script type="text/javascript" id="hexo.configuration"> var CONFIG = { scheme: 'Mist', sidebar: 'post' }; </script> <title> Tag: Tutorial | The WOrLd </title> </head> <body itemscope itemtype="http://schema.org/WebPage" lang="en"> <!--[if lte IE 8]> <div style=' clear: both; height: 59px; padding:0 0 0 15px; position: relative;margin:0 auto;'> <a href="http://windows.microsoft.com/en-US/internet-explorer/products/ie/home?ocid=ie6_countdown_bannercode"> <img src="http://7u2nvr.com1.z0.glb.clouddn.com/picouterie.jpg" border="0" height="42" width="820" alt="You are using an outdated browser. For a faster, safer browsing experience, upgrade for free today or use other browser ,like chrome firefox safari." style='margin-left:auto;margin-right:auto;display: block;'/> </a> </div> <![endif]--> <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-48117789-2', 'auto'); ga('send', 'pageview'); </script> <script type="text/javascript"> var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "//hm.baidu.com/hm.js?fe2ce663ff0205cb2bafa08bd8fee3cf"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); </script> <div class="container one-column "> <div class="headband"></div> <header id="header" class="header" itemscope itemtype="http://schema.org/WPHeader"> <div class="header-inner"><h1 class="site-meta"> <span class="logo-line-before"><i></i></span> <a href="/" class="brand" rel="start"> <span class="logo"> <i class="icon-next-logo"></i> </span> <span class="site-title">The WOrLd</span> </a> <span class="logo-line-after"><i></i></span> </h1> <div class="site-nav-toggle"> <button> <span class="btn-bar"></span> <span class="btn-bar"></span> <span class="btn-bar"></span> </button> </div> <nav class="site-nav"> <ul id="menu" class="menu menu-left"> <li class="menu-item menu-item-acg"> <a href="/categories/ACG" rel="section"> <i class="menu-item-icon icon-next-acg"></i> <br /> 二次元 </a> </li> <li class="menu-item menu-item-life"> <a href="/categories/Life" rel="section"> <i class="menu-item-icon icon-next-life"></i> <br /> Life </a> </li> <li class="menu-item menu-item-tech"> <a href="/categories/Tech" rel="section"> <i class="menu-item-icon icon-next-tech"></i> <br /> Tech </a> </li> <li class="menu-item menu-item-categories"> <a href="/categories" rel="section"> <i class="menu-item-icon icon-next-categories"></i> <br /> | </a> </li> <li class="menu-item menu-item-about"> <a href="/about" rel="section"> <i class="menu-item-icon icon-next-about"></i> <br /> About Me </a> </li> <li class="menu-item menu-item-tags"> <a href="/tags" rel="section"> <i class="menu-item-icon icon-next-tags"></i> <br /> | </a> </li> <li class="menu-item menu-item-archives"> <a href="/archives" rel="section"> <i class="menu-item-icon icon-next-archives"></i> <br /> Archives </a> </li> </ul> <div class="site-search"> <form class="site-search-form"> <input type="text" id="st-search-input" class="st-search-input st-default-search-input" /> </form> <script type="text/javascript"> (function(w,d,t,u,n,s,e){w['SwiftypeObject']=n;w[n]=w[n]||function(){ (w[n].q=w[n].q||[]).push(arguments);};s=d.createElement(t); e=d.getElementsByTagName(t)[0];s.async=1;s.src=u;e.parentNode.insertBefore(s,e); })(window,document,'script','//s.swiftypecdn.com/install/v2/st.js','_st'); _st('install', 'KR7pQhQ8hP_sUyeozMGG','2.0.0'); </script> </div> </nav> </div> </header> <main id="main" class="main"> <div class="main-inner"> <div id="content" class="content"> <div id="posts" class="posts-collapse"> <div class="collection-title"> <h2 > Tutorial <small>Tag</small> </h2> </div> <article class="post post-type-normal"itemscope itemtype="http://schema.org/Article"> <header class="post-header"> <h1 class="post-title"> <a class="post-title-link" href="/2015/08/19/Shadowsocks设置指南-FAQ/" itemprop="url"> <span itemprop="name">Shadowsocks设置指南-FAQ</span> </a> </h1> <div class="post-meta"> <time class="post-time" datetime="2015-08-19T00:34:48.000Z" itemprop="dateCreated" content="2015-08-19"> 08-19 </time> </div> </header> </article> </div> </div> </div> <div class="sidebar-toggle"> <div class="sidebar-toggle-line-wrap"> <span class="sidebar-toggle-line sidebar-toggle-line-first"></span> <span class="sidebar-toggle-line sidebar-toggle-line-middle"></span> <span class="sidebar-toggle-line sidebar-toggle-line-last"></span> </div> </div> <aside id="sidebar" class="sidebar"> <div class="sidebar-inner"> <section class="site-overview"> <div class="site-author motion-element" itemprop="author" itemscope itemtype="http://schema.org/Person"> <img class="site-author-image" src="/avatar.jpeg" alt="L" itemprop="image"/> <p class="site-author-name" itemprop="name">L</p> </div> <p class="site-description motion-element" itemprop="description">~Memory Off~</p> <nav class="site-state motion-element"> <div class="site-state-item site-state-posts"> <a href="/archives"> <span class="site-state-item-count">45</span> <span class="site-state-item-name">posts</span> </a> </div> <div class="site-state-item site-state-categories"> <a href="/categories"> <span class="site-state-item-count">4</span> <span class="site-state-item-name">categories</span> </a> </div> <div class="site-state-item site-state-tags"> <a href="/tags"> <span class="site-state-item-count">38</span> <span class="site-state-item-name">tags</span> </a> </div> </nav> <div class="feed-link motion-element"> <a href="/atom.xml" rel="alternate"> <i class="menu-item-icon icon-next-feed"></i> RSS </a> </div> <div class="links-of-author motion-element"> <span class="links-of-author-item"> <a href="https://github.com/jerryling315" target="_blank">GitHub</a> </span> <span class="links-of-author-item"> <a href="https://twitter.com/Mo_el_f" target="_blank">Twitter</a> </span> <span class="links-of-author-item"> <a href="http://weibo.com/9kun" target="_blank">Weibo</a> </span> <span class="links-of-author-item"> <a href="http://zhuanlan.zhihu.com/NeoVim" target="_blank">ZhiHu</a> </span> </div> <div class="cc-license motion-element" itemprop="license"> <a href="http://creativecommons.org/licenses/by-nc-sa/4.0" class="cc-opacity" target="_blank"> <img src="/images/cc-by-nc-sa.svg" alt="Creative Commons" /> </a> </div> <div class="links-of-author motion-element"> </div> </section> </div> </aside> </main> <footer id="footer" class="footer"> <div class="footer-inner"> <div class="copyright" > &copy; &nbsp; 2013 - <span itemprop="copyrightYear">2015</span> <span class="with-love"> <i class="icon-next-heart"></i> </span> <span class="author" itemprop="copyrightHolder">L</span> </div> <div class="powered-by"> Haskelly powered by <a class="theme-link" href="http://hexo.io">Hexo</a> </div> <div class="theme-info"> Theme - <a class="theme-link" href="https://github.com/iissnan/hexo-theme-next"> NexT.Mist </a> </div> </div> </footer> <div class="back-to-top"></div> </div> <script type="text/javascript" src="/vendors/jquery/index.js?v=2.1.3"></script> <script type="text/javascript"> postMotionOptions = {stagger: 100, drag: true}; </script> <script type="text/javascript"> var disqus_shortname = 'moelf'; var disqus_identifier = 'tags/Tutorial/index.html'; var disqus_title = ''; var disqus_url = ''; function run_disqus_script(disqus_script){ var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = '//' + disqus_shortname + '.disqus.com/' + disqus_script; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); } run_disqus_script('count.js'); </script> <script type="text/javascript" src="/vendors/fancybox/source/jquery.fancybox.pack.js"></script> <script type="text/javascript" src="/js/fancy-box.js?v=0.4.5.1"></script> <script type="text/javascript" src="/js/helpers.js?v=0.4.5.1"></script> <script type="text/javascript" src="/vendors/velocity/velocity.min.js"></script> <script type="text/javascript" src="/vendors/velocity/velocity.ui.min.js"></script> <script type="text/javascript" src="/js/motion_global.js?v=0.4.5.1" id="motion.global"></script> <script type="text/javascript" src="/js/nav-toggle.js"></script> <script type="text/javascript"> $(document).ready(function () { if (CONFIG.sidebar === 'always') { displaySidebar(); } }); </script> <script type="text/x-mathjax-config"> MathJax.Hub.Config({ tex2jax: { inlineMath: [ ['$','$'], ["\\(","\\)"] ], processEscapes: true, skipTags: ['script', 'noscript', 'style', 'textarea', 'pre', 'code'] } }); </script> <script type="text/x-mathjax-config"> MathJax.Hub.Queue(function() { var all = MathJax.Hub.getAllJax(), i; for (i=0; i < all.length; i += 1) { all[i].SourceElement().parentNode.className += ' has-jax'; } }); </script> <script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> <script type="text/javascript" src="/js/lazyload.js"></script> <script type="text/javascript"> $(function () { $("#posts").find('img').lazyload({ placeholder: "/images/loading.gif", effect: "fadeIn" }); }); </script> </body> </html>
clean/Linux-x86_64-4.03.0-2.0.5/released/8.5.0/itree/3.2.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>itree: 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 / itree - 3.2.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> itree <small> 3.2.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;Li-yao Xia &lt;lysxia@gmail.com&gt;&quot; synopsis: &quot;A Library for Representing Recursive and Impure Programs in Coq&quot; homepage: &quot;https://github.com/DeepSpec/InteractionTrees&quot; dev-repo: &quot;git+https://github.com/DeepSpec/InteractionTrees&quot; bug-reports: &quot;https://github.com/DeepSpec/InteractionTrees/issues&quot; license: &quot;MIT&quot; build: [ make &quot;-j%{jobs}%&quot; ] install: [ make &quot;install&quot; ] run-test: [ make &quot;-j%{jobs}%&quot; &quot;all&quot; ] depends: [ &quot;coq&quot; {&gt;= &quot;8.8&quot; &amp; &lt; &quot;8.14~&quot;} &quot;coq-ext-lib&quot; {&gt;= &quot;0.11.1&quot; &amp; &lt; &quot;0.12&quot;} &quot;coq-paco&quot; {&gt;= &quot;4.0.0&quot; &amp; &lt; &quot;4.2.0&quot;} &quot;ocamlbuild&quot; {with-test} ] authors: [ &quot;Li-yao Xia &lt;lysxia@gmail.com&gt;&quot; &quot;Yannick Zakowski &lt;zakowski@seas.upenn.edu&gt;&quot; &quot;Paul He &lt;paulhe@seas.upenn.edu&gt;&quot; &quot;Chung-Kil Hur &lt;gil.hur@gmail.com&gt;&quot; &quot;Gregory Malecha &lt;gmalecha@gmail.com&gt;&quot; &quot;Steve Zdancewic &lt;stevez@cis.upenn.edu&gt;&quot; &quot;Benjamin C. Pierce &lt;bcpierce@cis.upenn.edu&gt;&quot; ] tags: [ &quot;org:deepspec&quot; &quot;logpath: ITree&quot; &quot;date: 2020-07-21&quot; ] url { http: &quot;https://github.com/DeepSpec/InteractionTrees/archive/3.2.0.tar.gz&quot; checksum: &quot;sha512=7d29f559c7e836fc894eae3eb93441e3a1bae6af5299cd4f374015c4f4dd264d56bf9fdc432bf949331a86314f5149555e00ed70c9ab16f6db147ad5038fb3c3&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-itree.3.2.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-itree -&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-itree.3.2.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>
javascript/KrakenExample/testnonode/dashboard.html
MentorSoftwareLtdTemp/courses
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content=""> <title>Dashboard</title> <link rel="stylesheet" href="css/bootstrap.css" /> <link rel="stylesheet" href="css/bootstrap-theme.css"> <link rel="stylesheet" href="css/bootstrap-modal-bs3patch.css"> <link rel="stylesheet" href="css/bootstrap-modal.css"> <link rel="stylesheet" href="css/calendar.css" /> <link rel="stylesheet" href="css/font-awesome.css" /> <link rel="stylesheet" href="main.css" /> <!-- <link rel="stylesheet" href="css/jquery.dataTables.css" />--> <!-- <link rel="stylesheet" href="js/lib/fuelux/css/fuelux.css" /> <link rel="stylesheet" href="js/lib/fuelux/css/fuelux-responsive.css" /> --> </head> <body> <div class="navbar navbar-inverse navbar-fixed-top" role="navigation"> <div class="navbar-inner"> <div class="container-fluid"> <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> <a class="navbar-brand" href="#">Medical Collaboration</a> </div> <div class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li class="active"><a href="dashboard.html">Dashboard</a></li> <li><a href="patients.html">Patients</a></li> <li><a href="doctors.html">Staff</a></li> <li><a href="#about">About</a></li> <li><a href="#contact">Contact</a></li> </ul> <ul class="nav navbar-nav navbar-right"> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Patient <b class="caret"></b></a> <ul class="dropdown-menu"> <li><a href="#">Add</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Username <b class="caret"></b></a> <ul class="dropdown-menu"> <li><a href="#">Settings</a></li> <li><a href="#">Profile</a></li> <li class="divider"></li> <li><a href="login.html">Logout</a></li> </ul> </li> </ul> </div><!--/.nav-collapse --> </div> </div> </div> <div class="container" style="padding-top: 40px"> <div class="page-header"> <div class="pull-right form-inline"> <div class="btn-group"> <button class="btn btn-primary" data-calendar-nav="prev"><< Prev</button> <button class="btn btn-default" data-calendar-nav="today">Today</button> <button class="btn btn-primary" data-calendar-nav="next">Next >></button> <button class="demo btn btn-primary btn-large" data-toggle="modal" href="#responsive">View Demo</button> </div> <div class="btn-group"> <button class="btn btn-warning" data-calendar-view="year">Year</button> <button class="btn btn-warning active" data-calendar-view="month">Month</button> <button class="btn btn-warning" data-calendar-view="week">Week</button> <button class="btn btn-warning" data-calendar-view="day">Day</button> </div> </div> <h3>2013</h3> <small>To see example with events navigate to march 2013</small> </div> <div class="row"> <div class="col-md-12"> <div id="calendar"></div> </div> </div> </div><!-- /.container --> <script data-main="js/main.js" src="js/lib/require.js"></script> <!-- Modal dialog --> <div id="responsive" class="modal fade" tabindex="-1" data-width="760" style="display: none;"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button> <h4 class="modal-title">Create a new event</h4> </div> <div class="modal-body"> <div class="row"> <div class="col-md-12"> <p><input class="form-control" type="text" placeholder="Name"/></p> </div> </div> </div> <div class="modal-footer"> <button type="button" data-dismiss="modal" class="btn btn-default">Close</button> <button type="button" class="btn btn-primary">Save changes</button> </div> </div> </body> </html>
docs/libc/constant.EBADFD.html
rxse/rust-markov-text
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `EBADFD` constant in crate `libc`."> <meta name="keywords" content="rust, rustlang, rust-lang, EBADFD"> <title>libc::EBADFD - Rust</title> <link rel="stylesheet" type="text/css" href="../rustdoc.css"> <link rel="stylesheet" type="text/css" href="../main.css"> <link rel="shortcut icon" href="https://doc.rust-lang.org/favicon.ico"> </head> <body class="rustdoc"> <!--[if lte IE 8]> <div class="warning"> This old browser is unsupported and will most likely display funky things. </div> <![endif]--> <nav class="sidebar"> <a href='../libc/index.html'><img src='https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png' alt='logo' width='100'></a> <p class='location'><a href='index.html'>libc</a></p><script>window.sidebarCurrent = {name: 'EBADFD', ty: 'constant', relpath: ''};</script><script defer src="sidebar-items.js"></script> </nav> <nav class="sub"> <form class="search-form js-only"> <div class="search-container"> <input class="search-input" name="search" autocomplete="off" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"> </div> </form> </nav> <section id='main' class="content constant"> <h1 class='fqn'><span class='in-band'><a href='index.html'>libc</a>::<wbr><a class='constant' href=''>EBADFD</a></span><span class='out-of-band'><span id='render-detail'> <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs"> [<span class='inner'>&#x2212;</span>] </a> </span><a id='src-2986' class='srclink' href='../src/libc/unix/notbsd/linux/other/mod.rs.html#215' title='goto source code'>[src]</a></span></h1> <pre class='rust const'>pub const EBADFD: <a class='type' href='../libc/type.c_int.html' title='libc::c_int'>c_int</a><code> = </code><code>77</code></pre></section> <section id='search' class="content hidden"></section> <section class="footer"></section> <aside id="help" class="hidden"> <div> <h1 class="hidden">Help</h1> <div class="shortcuts"> <h2>Keyboard Shortcuts</h2> <dl> <dt>?</dt> <dd>Show this help dialog</dd> <dt>S</dt> <dd>Focus the search field</dd> <dt>&larrb;</dt> <dd>Move up in search results</dd> <dt>&rarrb;</dt> <dd>Move down in search results</dd> <dt>&#9166;</dt> <dd>Go to active search result</dd> <dt>+</dt> <dd>Collapse/expand all sections</dd> </dl> </div> <div class="infos"> <h2>Search Tricks</h2> <p> Prefix searches with a type followed by a colon (e.g. <code>fn:</code>) to restrict the search to a given type. </p> <p> Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, and <code>const</code>. </p> <p> Search functions by type signature (e.g. <code>vec -> usize</code> or <code>* -> vec</code>) </p> </div> </div> </aside> <script> window.rootPath = "../"; window.currentCrate = "libc"; window.playgroundUrl = ""; </script> <script src="../jquery.js"></script> <script src="../main.js"></script> <script defer src="../search-index.js"></script> </body> </html>
doc/Talia3/Universal.html
net7/Erato
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title> Module: Talia3::Universal &mdash; Documentation by YARD 0.7.2 </title> <link rel="stylesheet" href="../css/style.css" type="text/css" media="screen" charset="utf-8" /> <link rel="stylesheet" href="../css/common.css" type="text/css" media="screen" charset="utf-8" /> <script type="text/javascript" charset="utf-8"> relpath = '..'; if (relpath != '') relpath += '/'; </script> <script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script> <script type="text/javascript" charset="utf-8" src="../js/app.js"></script> </head> <body> <script type="text/javascript" charset="utf-8"> if (window.top.frames.main) document.body.className = 'frames'; </script> <div id="header"> <div id="menu"> <a href="../_index.html">Index (U)</a> &raquo; <span class='title'><span class='object_link'><a href="../Talia3.html" title="Talia3 (module)">Talia3</a></span></span> &raquo; <span class="title">Universal</span> <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div> </div> <div id="search"> <a id="class_list_link" href="#">Class List</a> <a id="method_list_link" href="#">Method List</a> <a id="file_list_link" href="#">File List</a> </div> <div class="clear"></div> </div> <iframe id="search_frame"></iframe> <div id="content"><h1>Module: Talia3::Universal </h1> <dl class="box"> <dt class="r1 last">Defined in:</dt> <dd class="r1 last">app/helpers/talia3/universal/service_helper.rb</dd> </dl> <div class="clear"></div> <h2>Defined Under Namespace</h2> <p class="children"> <strong class="modules">Modules:</strong> <span class='object_link'><a href="Universal/ServiceHelper.html" title="Talia3::Universal::ServiceHelper (module)">ServiceHelper</a></span> <strong class="classes">Classes:</strong> <span class='object_link'><a href="Universal/BaseController.html" title="Talia3::Universal::BaseController (class)">BaseController</a></span>, <span class='object_link'><a href="Universal/OntologiesController.html" title="Talia3::Universal::OntologiesController (class)">OntologiesController</a></span>, <span class='object_link'><a href="Universal/ServiceController.html" title="Talia3::Universal::ServiceController (class)">ServiceController</a></span> </p> </div> <div id="footer"> Generated on Thu Aug 25 17:54:24 2011 by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> 0.7.2 (ruby-1.9.2). </div> </body> </html>
admin/app/index.html
Roave/RoaveDeveloperTools
<!doctype html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]--> <head> <meta charset="utf-8"> <title></title> <meta name="description" content=""> <meta name="viewport" content="width=device-width"> <!-- Place favicon.ico and apple-touch-icon.png in the root directory --> <!-- build:css styles/vendor.css --> <!-- bower:css --> <!-- endbower --> <!-- endbuild --> <!-- build:css({.tmp,app}) styles/main.css --> <link rel="stylesheet" href="styles/main.css"> <link rel="stylesheet" href="bower_components/ng-prettyjson/src/ng-prettyjson.css"> <!-- endbuild --> </head> <body ng-app="RoaveDeveloperToolsAdmin"> <!-- Add your site or application content here --> <div class="container" ng-view=""></div> <!--[if lt IE 9]> <script src="bower_components/es5-shim/es5-shim.js"></script> <script src="bower_components/json3/lib/json3.min.js"></script> <![endif]--> <!-- build:js scripts/vendor.js --> <!-- bower:js --> <script src="bower_components/jquery/dist/jquery.js"></script> <script src="bower_components/angular/angular.js"></script> <script src="bower_components/bootstrap-sass-official/vendor/assets/javascripts/bootstrap/affix.js"></script> <script src="bower_components/bootstrap-sass-official/vendor/assets/javascripts/bootstrap/alert.js"></script> <script src="bower_components/bootstrap-sass-official/vendor/assets/javascripts/bootstrap/button.js"></script> <script src="bower_components/bootstrap-sass-official/vendor/assets/javascripts/bootstrap/carousel.js"></script> <script src="bower_components/bootstrap-sass-official/vendor/assets/javascripts/bootstrap/collapse.js"></script> <script src="bower_components/bootstrap-sass-official/vendor/assets/javascripts/bootstrap/dropdown.js"></script> <script src="bower_components/bootstrap-sass-official/vendor/assets/javascripts/bootstrap/tab.js"></script> <script src="bower_components/bootstrap-sass-official/vendor/assets/javascripts/bootstrap/transition.js"></script> <script src="bower_components/bootstrap-sass-official/vendor/assets/javascripts/bootstrap/scrollspy.js"></script> <script src="bower_components/bootstrap-sass-official/vendor/assets/javascripts/bootstrap/modal.js"></script> <script src="bower_components/bootstrap-sass-official/vendor/assets/javascripts/bootstrap/tooltip.js"></script> <script src="bower_components/bootstrap-sass-official/vendor/assets/javascripts/bootstrap/popover.js"></script> <script src="bower_components/angular-resource/angular-resource.js"></script> <script src="bower_components/angular-route/angular-route.js"></script> <script src="bower_components/ng-prettyjson/src/ng-prettyjson.js"></script> <!-- endbower --> <!-- endbuild --> <!-- build:js({.tmp,app}) scripts/scripts.js --> <script src="scripts/app.js"></script> <script src="scripts/entity/Inspection.js"></script> <script src="scripts/repository/InspectionsRepository.js"></script> <script src="scripts/service/$inspectionsRepository.js"></script> <script src="scripts/controller/main.js"></script> <script src="scripts/controller/listInspectionsCtrl.js"></script> <script src="scripts/controller/inspectionCtrl.js"></script> <script src="scripts/controller/report/baseReportCtrl.js"></script> <!-- endbuild --> </body> </html>
www/templates/tab-chats.html
takeo-asai/typescript-starter
<ion-view view-title="Chats"> <ion-content> <ion-list> <ion-item class="item-remove-animate item-avatar item-icon-right" ng-repeat="chat in $ctrl.chats" type="item-text-wrap" href="#/tab/chats/{{chat.id}}"> <img ng-src="{{chat.face}}"> <h2>{{chat.name}}</h2> <p>{{chat.lastText}}</p> <i class="icon ion-chevron-right icon-accessory"></i> <ion-option-button class="button-assertive" ng-click="$ctrl.remove(chat)"> Delete </ion-option-button> </ion-item> </ion-list> </ion-content> </ion-view>
index-release.html
rodrigopmatias/vehicles-dashboard
<html> <head> <base href="file:///android_asset/www/index.html"/> <title>Vehicle Dashboard</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="node_modules/bootstrap/dist/css/bootstrap.min.css"> <link rel="stylesheet" href="node_modules/bootstrap-material-design/dist/css/bootstrap-material-design.min.css"> <link rel="stylesheet" href="node_modules/bootstrap-material-design/dist/css/ripples.min.css"> <link rel="stylesheet" href="node_modules/material-design-icons/iconfont/material-icons.css"> <link rel="stylesheet" href="styles.css"> <!-- 1. Load libraries --> <!-- Polyfill(s) for older browsers --> <script src="cordova.js"></script> <script src="node_modules/zone.js/dist/zone.js"></script> <script src="node_modules/reflect-metadata/Reflect.js"></script> <script src="bundle.min.js" charset="utf-8"></script> </head> <!-- 3. Display the application --> <body> <my-app>Loading...</my-app> <script type="text/javascript"> $.material.init(); </script> </body> </html>
v4/user-agent-detail/6e/9b/6e9bd86c-8fbf-4000-943d-51fa32ebc300.html
ThaDafinser/UserAgentParserComparison
<html> <head> <title>User agent detail - SAMSUNG-SGH-Z170</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> </head> <body> <div class="container"> <div class="section"> <h1 class="header center orange-text">User agent detail</h1> <div class="row center"> <h5 class="header light"> SAMSUNG-SGH-Z170 </h5> </div> </div> <div class="section"> <table class="striped"><tr><th></th><th colspan="3">General</th><th colspan="5">Device</th><th colspan="3">Bot</th><th colspan="2"></th></tr><tr><th>Provider</th><th>Browser</th><th>Engine</th><th>OS</th><th>Brand</th><th>Model</th><th>Type</th><th>Is mobile</th><th>Is touch</th><th>Is bot</th><th>Name</th><th>Type</th><th>Parse time</th><th>Actions</th></tr><tr><th colspan="14" class="green lighten-3">Source result (test suite)</th></tr><tr><td>ua-parser/uap-core<br /><small>vendor/thadafinser/uap-core/tests/test_device.yaml</small></td><td> </td><td> </td><td> </td><td style="border-left: 1px solid #555">Samsung</td><td>SGH-Z170</td><td></td><td></td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-test">Detail</a> <!-- Modal Structure --> <div id="modal-test" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Testsuite result detail</h4> <p><pre><code class="php">Array ( [user_agent_string] => SAMSUNG-SGH-Z170 [family] => Samsung SGH-Z170 [brand] => Samsung [model] => SGH-Z170 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><th colspan="14" class="green lighten-3">Providers</th></tr><tr><td>BrowscapPhp<br /><small>6012</small></td> <td colspan="12" class="center-align red lighten-1"> <strong>No result found</strong> </td> </tr><tr><td>DonatjUAParser<br /><small>v0.5.0</small></td><td>SAMSUNG-SGH-Z170 </td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.001</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-f1436016-fdf1-4aea-b4be-1d7c99ab0661">Detail</a> <!-- Modal Structure --> <div id="modal-f1436016-fdf1-4aea-b4be-1d7c99ab0661" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>DonatjUAParser result detail</h4> <p><pre><code class="php">Array ( [platform] => [browser] => SAMSUNG-SGH-Z170 [version] => ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>NeutrinoApiCom<br /><small></small></td><td> </td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555">Samsung</td><td>SGH-Z170</td><td>mobile-browser</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.18702</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-9b0fa449-ec1b-40c8-8b1c-9486eb3b9cbc">Detail</a> <!-- Modal Structure --> <div id="modal-9b0fa449-ec1b-40c8-8b1c-9486eb3b9cbc" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>NeutrinoApiCom result detail</h4> <p><pre><code class="php">stdClass Object ( [mobile_screen_height] => 0 [is_mobile] => 1 [type] => mobile-browser [mobile_brand] => Samsung [mobile_model] => SGH-Z170 [version] => [is_android] => [browser_name] => unknown [operating_system_family] => unknown [operating_system_version] => [is_ios] => [producer] => Samsung [operating_system] => unknown [mobile_screen_width] => 0 [mobile_browser] => ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>PiwikDeviceDetector<br /><small>3.5.2</small></td><td> </td><td> </td><td> </td><td style="border-left: 1px solid #555">Samsung</td><td>SGH-Z170</td><td>smartphone</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.006</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-21638055-738d-46ba-a1b1-f5114bc26475">Detail</a> <!-- Modal Structure --> <div id="modal-21638055-738d-46ba-a1b1-f5114bc26475" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>PiwikDeviceDetector result detail</h4> <p><pre><code class="php">Array ( [client] => [operatingSystem] => Array ( ) [device] => Array ( [brand] => SA [brandName] => Samsung [model] => SGH-Z170 [device] => 1 [deviceName] => smartphone ) [bot] => [extra] => Array ( [isBot] => [isBrowser] => [isFeedReader] => [isMobileApp] => [isPIM] => [isLibrary] => [isMediaPlayer] => [isCamera] => [isCarBrowser] => [isConsole] => [isFeaturePhone] => [isPhablet] => [isPortableMediaPlayer] => [isSmartDisplay] => [isSmartphone] => 1 [isTablet] => [isTV] => [isDesktop] => [isMobile] => 1 [isTouchEnabled] => ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>SinergiBrowserDetector<br /><small>6.0.0</small></td> <td colspan="12" class="center-align red lighten-1"> <strong>No result found</strong> </td> </tr><tr><td>UAParser<br /><small>v3.4.5</small></td><td> </td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555">Samsung</td><td>SGH-Z170</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.007</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-346c1a98-5fd3-454f-b6c8-350f2f505d8b">Detail</a> <!-- Modal Structure --> <div id="modal-346c1a98-5fd3-454f-b6c8-350f2f505d8b" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UAParser result detail</h4> <p><pre><code class="php">UAParser\Result\Client Object ( [ua] => UAParser\Result\UserAgent Object ( [major] => [minor] => [patch] => [family] => Other ) [os] => UAParser\Result\OperatingSystem Object ( [major] => [minor] => [patch] => [patchMinor] => [family] => Other ) [device] => UAParser\Result\Device Object ( [brand] => Samsung [model] => SGH-Z170 [family] => Samsung SGH-Z170 ) [originalUserAgent] => SAMSUNG-SGH-Z170 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UserAgentStringCom<br /><small></small></td> <td colspan="12" class="center-align red lighten-1"> <strong>No result found</strong> </td> </tr><tr><td>WhatIsMyBrowserCom<br /><small></small></td><td> </td><td> </td><td> </td><td style="border-left: 1px solid #555">Samsung</td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.40904</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-9795f66f-7271-430e-973a-a5c0e14dc35a">Detail</a> <!-- Modal Structure --> <div id="modal-9795f66f-7271-430e-973a-a5c0e14dc35a" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhatIsMyBrowserCom result detail</h4> <p><pre><code class="php">stdClass Object ( [operating_system_name] => [simple_sub_description_string] => [simple_browser_string] => [browser_version] => [extra_info] => Array ( ) [operating_platform] => [extra_info_table] => Array ( ) [layout_engine_name] => [detected_addons] => Array ( ) [operating_system_flavour_code] => [hardware_architecture] => [operating_system_flavour] => [operating_system_frameworks] => Array ( ) [browser_name_code] => [operating_system_version] => [simple_operating_platform_string] => Samsung SGH-Z170 [is_abusive] => [layout_engine_version] => [browser_capabilities] => Array ( ) [operating_platform_vendor_name] => Samsung [operating_system] => [operating_system_version_full] => [operating_platform_code] => SGH-Z170 [browser_name] => [operating_system_name_code] => [user_agent] => SAMSUNG-SGH-Z170 [browser_version_full] => [browser] => ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>WhichBrowser<br /><small>2.0.10</small></td><td> </td><td> </td><td> </td><td style="border-left: 1px solid #555">Samsung</td><td>SGH-Z170</td><td>mobile:feature</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.012</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-342c8d32-4765-40a8-8a5c-af3a38d19ae4">Detail</a> <!-- Modal Structure --> <div id="modal-342c8d32-4765-40a8-8a5c-af3a38d19ae4" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhichBrowser result detail</h4> <p><pre><code class="php">Array ( [device] => Array ( [type] => mobile [subtype] => feature [manufacturer] => Samsung [model] => SGH-Z170 ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Woothee<br /><small>v1.2.0</small></td> <td colspan="12" class="center-align red lighten-1"> <strong>No result found</strong> </td> </tr><tr><td>Wurfl<br /><small>1.6.4</small></td><td> </td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555">Samsung</td><td>SGH-Z170</td><td>Feature Phone</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.027</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-1a1aee36-7ce7-4111-a391-8e2c501f1532">Detail</a> <!-- Modal Structure --> <div id="modal-1a1aee36-7ce7-4111-a391-8e2c501f1532" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Wurfl result detail</h4> <p><pre><code class="php">Array ( [virtual] => Array ( [is_android] => false [is_ios] => false [is_windows_phone] => false [is_app] => false [is_full_desktop] => false [is_largescreen] => false [is_mobile] => true [is_robot] => false [is_smartphone] => false [is_touchscreen] => false [is_wml_preferred] => false [is_xhtmlmp_preferred] => false [is_html_preferred] => true [advertised_device_os] => [advertised_device_os_version] => [advertised_browser] => [advertised_browser_version] => [complete_device_name] => Samsung SGH-Z170 [form_factor] => Feature Phone [is_phone] => true [is_app_webview] => false ) [all] => Array ( [brand_name] => Samsung [model_name] => SGH-Z170 [unique] => true [ununiqueness_handler] => [is_wireless_device] => true [device_claims_web_support] => false [has_qwerty_keyboard] => false [can_skip_aligned_link_row] => true [uaprof] => http://wap.samsungmobile.com/uaprof/Z170UAProf3G.rdf [uaprof2] => [uaprof3] => [nokia_series] => 0 [nokia_edition] => 0 [device_os] => [mobile_browser] => Access Netfront [mobile_browser_version] => 3.4 [device_os_version] => [pointing_method] => [release_date] => 2002_july [marketing_name] => [model_extra_info] => [nokia_feature_pack] => 0 [can_assign_phone_number] => true [is_tablet] => false [manufacturer_name] => [is_bot] => false [is_google_glass] => false [proportional_font] => false [built_in_back_button_support] => false [card_title_support] => true [softkey_support] => false [table_support] => true [numbered_menus] => false [menu_with_select_element_recommended] => false [menu_with_list_of_links_recommended] => true [icons_on_menu_items_support] => false [break_list_of_links_with_br_element_recommended] => true [access_key_support] => false [wrap_mode_support] => false [times_square_mode_support] => false [deck_prefetch_support] => false [elective_forms_recommended] => true [wizards_recommended] => false [image_as_link_support] => false [insert_br_element_after_widget_recommended] => false [wml_can_display_images_and_text_on_same_line] => false [wml_displays_image_in_center] => false [opwv_wml_extensions_support] => false [wml_make_phone_call_string] => wtai://wp/mc; [chtml_display_accesskey] => false [emoji] => false [chtml_can_display_images_and_text_on_same_line] => false [chtml_displays_image_in_center] => false [imode_region] => none [chtml_make_phone_call_string] => tel: [chtml_table_support] => false [xhtml_honors_bgcolor] => true [xhtml_supports_forms_in_table] => true [xhtml_support_wml2_namespace] => false [xhtml_autoexpand_select] => false [xhtml_select_as_dropdown] => false [xhtml_select_as_radiobutton] => false [xhtml_select_as_popup] => false [xhtml_display_accesskey] => false [xhtml_supports_invisible_text] => false [xhtml_supports_inline_input] => false [xhtml_supports_monospace_font] => false [xhtml_supports_table_for_layout] => true [xhtml_supports_css_cell_table_coloring] => true [xhtml_format_as_css_property] => true [xhtml_format_as_attribute] => false [xhtml_nowrap_mode] => false [xhtml_marquee_as_css_property] => true [xhtml_readable_background_color1] => #FFFFFF [xhtml_readable_background_color2] => #FFFFFF [xhtml_allows_disabled_form_elements] => false [xhtml_document_title_support] => true [xhtml_preferred_charset] => utf8 [opwv_xhtml_extensions_support] => false [xhtml_make_phone_call_string] => tel: [xhtmlmp_preferred_mime_type] => application/xhtml+xml [xhtml_table_support] => true [xhtml_send_sms_string] => sms: [xhtml_send_mms_string] => none [xhtml_file_upload] => supported [cookie_support] => true [accept_third_party_cookie] => true [xhtml_supports_iframe] => none [xhtml_avoid_accesskeys] => false [xhtml_can_embed_video] => none [ajax_support_javascript] => true [ajax_manipulate_css] => true [ajax_support_getelementbyid] => true [ajax_support_inner_html] => true [ajax_xhr_type] => standard [ajax_manipulate_dom] => true [ajax_support_events] => true [ajax_support_event_listener] => true [ajax_preferred_geoloc_api] => none [xhtml_support_level] => 4 [preferred_markup] => html_web_4_0 [wml_1_1] => true [wml_1_2] => true [wml_1_3] => true [html_wi_w3_xhtmlbasic] => true [html_wi_oma_xhtmlmp_1_0] => true [html_wi_imode_html_1] => true [html_wi_imode_html_2] => true [html_wi_imode_html_3] => true [html_wi_imode_html_4] => false [html_wi_imode_html_5] => false [html_wi_imode_htmlx_1] => false [html_wi_imode_htmlx_1_1] => false [html_wi_imode_compact_generic] => false [html_web_3_2] => true [html_web_4_0] => true [voicexml] => false [multipart_support] => false [total_cache_disable_support] => false [time_to_live_support] => false [resolution_width] => 176 [resolution_height] => 220 [columns] => 20 [max_image_width] => 170 [max_image_height] => 200 [rows] => 16 [physical_screen_width] => 29 [physical_screen_height] => 36 [dual_orientation] => false [density_class] => 1.0 [wbmp] => true [bmp] => false [epoc_bmp] => false [gif_animated] => true [jpg] => true [png] => true [tiff] => false [transparent_png_alpha] => false [transparent_png_index] => false [svgt_1_1] => false [svgt_1_1_plus] => false [greyscale] => false [gif] => true [colors] => 65536 [webp_lossy_support] => false [webp_lossless_support] => false [post_method_support] => true [basic_authentication_support] => true [empty_option_value_support] => true [emptyok] => false [nokia_voice_call] => false [wta_voice_call] => false [wta_phonebook] => false [wta_misc] => false [wta_pdc] => false [https_support] => true [phone_id_provided] => false [max_data_rate] => 384 [wifi] => false [sdio] => false [vpn] => false [has_cellular_radio] => true [max_deck_size] => 100000 [max_url_length_in_requests] => 256 [max_url_length_homepage] => 0 [max_url_length_bookmark] => 0 [max_url_length_cached_page] => 0 [max_no_of_connection_settings] => 0 [max_no_of_bookmarks] => 0 [max_length_of_username] => 0 [max_length_of_password] => 0 [max_object_size] => 0 [downloadfun_support] => false [directdownload_support] => true [inline_support] => false [oma_support] => true [ringtone] => true [ringtone_3gpp] => false [ringtone_midi_monophonic] => true [ringtone_midi_polyphonic] => true [ringtone_imelody] => true [ringtone_digiplug] => false [ringtone_compactmidi] => false [ringtone_mmf] => true [ringtone_rmf] => false [ringtone_xmf] => false [ringtone_amr] => true [ringtone_awb] => false [ringtone_aac] => false [ringtone_wav] => true [ringtone_mp3] => true [ringtone_spmidi] => true [ringtone_qcelp] => false [ringtone_voices] => 64 [ringtone_df_size_limit] => 0 [ringtone_directdownload_size_limit] => 0 [ringtone_inline_size_limit] => 0 [ringtone_oma_size_limit] => 0 [wallpaper] => true [wallpaper_max_width] => 240 [wallpaper_max_height] => 320 [wallpaper_preferred_width] => 220 [wallpaper_preferred_height] => 176 [wallpaper_resize] => none [wallpaper_wbmp] => false [wallpaper_bmp] => false [wallpaper_gif] => true [wallpaper_jpg] => true [wallpaper_png] => false [wallpaper_tiff] => false [wallpaper_greyscale] => false [wallpaper_colors] => 16 [wallpaper_df_size_limit] => 0 [wallpaper_directdownload_size_limit] => 0 [wallpaper_inline_size_limit] => 0 [wallpaper_oma_size_limit] => 0 [screensaver] => false [screensaver_max_width] => 240 [screensaver_max_height] => 320 [screensaver_preferred_width] => 240 [screensaver_preferred_height] => 320 [screensaver_resize] => none [screensaver_wbmp] => false [screensaver_bmp] => false [screensaver_gif] => false [screensaver_jpg] => false [screensaver_png] => false [screensaver_greyscale] => false [screensaver_colors] => 2 [screensaver_df_size_limit] => 0 [screensaver_directdownload_size_limit] => 0 [screensaver_inline_size_limit] => 0 [screensaver_oma_size_limit] => 0 [picture] => false [picture_max_width] => 240 [picture_max_height] => 320 [picture_preferred_width] => 240 [picture_preferred_height] => 320 [picture_resize] => none [picture_wbmp] => false [picture_bmp] => false [picture_gif] => false [picture_jpg] => false [picture_png] => false [picture_greyscale] => false [picture_colors] => 2 [picture_df_size_limit] => 0 [picture_directdownload_size_limit] => 0 [picture_inline_size_limit] => 0 [picture_oma_size_limit] => 0 [video] => true [oma_v_1_0_forwardlock] => true [oma_v_1_0_combined_delivery] => true [oma_v_1_0_separate_delivery] => true [streaming_video] => true [streaming_3gpp] => true [streaming_mp4] => true [streaming_mov] => false [streaming_video_size_limit] => 0 [streaming_real_media] => 9 [streaming_flv] => false [streaming_3g2] => false [streaming_vcodec_h263_0] => 10 [streaming_vcodec_h263_3] => 10 [streaming_vcodec_mpeg4_sp] => 0 [streaming_vcodec_mpeg4_asp] => -1 [streaming_vcodec_h264_bp] => -1 [streaming_acodec_amr] => nb [streaming_acodec_aac] => none [streaming_wmv] => 7 [streaming_preferred_protocol] => rtsp [streaming_preferred_http_protocol] => none [wap_push_support] => true [connectionless_service_indication] => true [connectionless_service_load] => false [connectionless_cache_operation] => false [connectionoriented_unconfirmed_service_indication] => true [connectionoriented_unconfirmed_service_load] => true [connectionoriented_unconfirmed_cache_operation] => false [connectionoriented_confirmed_service_indication] => true [connectionoriented_confirmed_service_load] => true [connectionoriented_confirmed_cache_operation] => false [utf8_support] => true [ascii_support] => true [iso8859_support] => false [expiration_date] => false [j2me_cldc_1_0] => true [j2me_cldc_1_1] => true [j2me_midp_1_0] => true [j2me_midp_2_0] => true [doja_1_0] => false [doja_1_5] => false [doja_2_0] => false [doja_2_1] => false [doja_2_2] => false [doja_3_0] => false [doja_3_5] => false [doja_4_0] => false [j2me_jtwi] => false [j2me_mmapi_1_0] => false [j2me_mmapi_1_1] => false [j2me_wmapi_1_0] => false [j2me_wmapi_1_1] => false [j2me_wmapi_2_0] => false [j2me_btapi] => false [j2me_3dapi] => false [j2me_locapi] => false [j2me_nokia_ui] => false [j2me_motorola_lwt] => false [j2me_siemens_color_game] => false [j2me_siemens_extension] => false [j2me_heap_size] => 0 [j2me_max_jar_size] => 0 [j2me_storage_size] => 0 [j2me_max_record_store_size] => 0 [j2me_screen_width] => 240 [j2me_screen_height] => 320 [j2me_canvas_width] => 0 [j2me_canvas_height] => 0 [j2me_bits_per_pixel] => 0 [j2me_audio_capture_enabled] => false [j2me_video_capture_enabled] => false [j2me_photo_capture_enabled] => false [j2me_capture_image_formats] => none [j2me_http] => false [j2me_https] => false [j2me_socket] => false [j2me_udp] => false [j2me_serial] => false [j2me_gif] => false [j2me_gif89a] => false [j2me_jpg] => false [j2me_png] => false [j2me_bmp] => false [j2me_bmp3] => false [j2me_wbmp] => false [j2me_midi] => false [j2me_wav] => false [j2me_amr] => false [j2me_mp3] => false [j2me_mp4] => false [j2me_imelody] => false [j2me_rmf] => false [j2me_au] => false [j2me_aac] => false [j2me_realaudio] => false [j2me_xmf] => false [j2me_wma] => false [j2me_3gpp] => false [j2me_h263] => false [j2me_svgt] => false [j2me_mpeg4] => false [j2me_realvideo] => false [j2me_real8] => false [j2me_realmedia] => false [j2me_left_softkey_code] => 0 [j2me_right_softkey_code] => 0 [j2me_middle_softkey_code] => 0 [j2me_select_key_code] => 0 [j2me_return_key_code] => 0 [j2me_clear_key_code] => 0 [j2me_datefield_no_accepts_null_date] => false [j2me_datefield_broken] => false [receiver] => true [sender] => true [mms_max_size] => 1500 [mms_max_height] => 0 [mms_max_width] => 0 [built_in_recorder] => false [built_in_camera] => false [mms_jpeg_baseline] => true [mms_jpeg_progressive] => true [mms_gif_static] => true [mms_gif_animated] => false [mms_png] => true [mms_bmp] => true [mms_wbmp] => true [mms_amr] => true [mms_wav] => true [mms_midi_monophonic] => true [mms_midi_polyphonic] => true [mms_midi_polyphonic_voices] => 0 [mms_spmidi] => true [mms_mmf] => true [mms_mp3] => true [mms_evrc] => false [mms_qcelp] => false [mms_ota_bitmap] => false [mms_nokia_wallpaper] => false [mms_nokia_operatorlogo] => false [mms_nokia_3dscreensaver] => false [mms_nokia_ringingtone] => false [mms_rmf] => false [mms_xmf] => false [mms_symbian_install] => false [mms_jar] => false [mms_jad] => false [mms_vcard] => false [mms_vcalendar] => false [mms_wml] => false [mms_wbxml] => false [mms_wmlc] => false [mms_video] => true [mms_mp4] => true [mms_3gpp] => true [mms_3gpp2] => false [mms_max_frame_rate] => 0 [nokiaring] => false [picturemessage] => false [operatorlogo] => false [largeoperatorlogo] => false [callericon] => false [nokiavcard] => false [nokiavcal] => false [sckl_ringtone] => false [sckl_operatorlogo] => false [sckl_groupgraphic] => false [sckl_vcard] => false [sckl_vcalendar] => false [text_imelody] => false [ems] => false [ems_variablesizedpictures] => false [ems_imelody] => false [ems_odi] => false [ems_upi] => false [ems_version] => 0 [siemens_ota] => false [siemens_logo_width] => 101 [siemens_logo_height] => 29 [siemens_screensaver_width] => 101 [siemens_screensaver_height] => 50 [gprtf] => false [sagem_v1] => false [sagem_v2] => false [panasonic] => false [sms_enabled] => true [wav] => false [mmf] => true [smf] => true [mld] => false [midi_monophonic] => true [midi_polyphonic] => true [sp_midi] => true [rmf] => false [xmf] => false [compactmidi] => false [digiplug] => false [nokia_ringtone] => false [imelody] => true [au] => false [amr] => true [awb] => false [aac] => true [mp3] => true [voices] => 1 [qcelp] => false [evrc] => false [flash_lite_version] => [fl_wallpaper] => false [fl_screensaver] => false [fl_standalone] => false [fl_browser] => false [fl_sub_lcd] => false [full_flash_support] => false [css_supports_width_as_percentage] => true [css_border_image] => none [css_rounded_corners] => none [css_gradient] => none [css_spriting] => true [css_gradient_linear] => none [is_transcoder] => false [transcoder_ua_header] => user-agent [rss_support] => false [pdf_support] => false [progressive_download] => false [playback_vcodec_h263_0] => 10 [playback_vcodec_h263_3] => 10 [playback_vcodec_mpeg4_sp] => 0 [playback_vcodec_mpeg4_asp] => -1 [playback_vcodec_h264_bp] => -1 [playback_real_media] => 8 [playback_3gpp] => true [playback_3g2] => false [playback_mp4] => true [playback_mov] => false [playback_acodec_amr] => nb [playback_acodec_aac] => lc [playback_df_size_limit] => 0 [playback_directdownload_size_limit] => 0 [playback_inline_size_limit] => 0 [playback_oma_size_limit] => 0 [playback_acodec_qcelp] => false [playback_wmv] => none [hinted_progressive_download] => false [html_preferred_dtd] => xhtml_mp1 [viewport_supported] => false [viewport_width] => [viewport_userscalable] => [viewport_initial_scale] => [viewport_maximum_scale] => [viewport_minimum_scale] => [mobileoptimized] => false [handheldfriendly] => false [canvas_support] => none [image_inlining] => true [is_smarttv] => false [is_console] => false [nfc_support] => false [ux_full_desktop] => false [jqm_grade] => none [is_sencha_touch_ok] => false [controlcap_is_smartphone] => default [controlcap_is_ios] => default [controlcap_is_android] => default [controlcap_is_robot] => default [controlcap_is_app] => default [controlcap_advertised_device_os] => default [controlcap_advertised_device_os_version] => default [controlcap_advertised_browser] => default [controlcap_advertised_browser_version] => default [controlcap_is_windows_phone] => default [controlcap_is_full_desktop] => default [controlcap_is_largescreen] => default [controlcap_is_mobile] => default [controlcap_is_touchscreen] => default [controlcap_is_wml_preferred] => default [controlcap_is_xhtmlmp_preferred] => default [controlcap_is_html_preferred] => default [controlcap_form_factor] => default [controlcap_complete_device_name] => default ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr></table> </div> <div class="section"> <h1 class="header center orange-text">About this comparison</h1> <div class="row center"> <h5 class="header light"> The primary goal of this project is simple<br /> I wanted to know which user agent parser is the most accurate in each part - device detection, bot detection and so on...<br /> <br /> The secondary goal is to provide a source for all user agent parsers to improve their detection based on this results.<br /> <br /> You can also improve this further, by suggesting ideas at <a href="https://github.com/ThaDafinser/UserAgentParserComparison">ThaDafinser/UserAgentParserComparison</a><br /> <br /> The comparison is based on the abstraction by <a href="https://github.com/ThaDafinser/UserAgentParser">ThaDafinser/UserAgentParser</a> </h5> </div> </div> <div class="card"> <div class="card-content"> Comparison created <i>2016-02-13 13:32:59</i> | by <a href="https://github.com/ThaDafinser">ThaDafinser</a> </div> </div> </div> <script src="https://code.jquery.com/jquery-2.1.4.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"></script> <script src="http://cdnjs.cloudflare.com/ajax/libs/list.js/1.1.1/list.min.js"></script> <script> $(document).ready(function(){ // the "href" attribute of .modal-trigger must specify the modal ID that wants to be triggered $('.modal-trigger').leanModal(); }); </script> </body> </html>
css/style.css
alfonsostriano/PetitGiselleParis
/* Custom Stylesheet */ /** * Use this file to override Materialize files so you can update * the core Materialize files in the future * * Made By MaterializeCSS.com */ body { font-family: 'Raleway', sans-serif; } nav ul a, nav .brand-logo { color: #c981be; } nav .brand-logo { font-family: 'satisfy', cursive; } .nav-wrapper { padding: 0 50px; } p { line-height: 2rem; } .button-collapse { color: #c981be; } .parallax-container { min-height: 380px; line-height: 0; height: auto; color: rgba(255,255,255,.9); } .section-intro { width: 100%; height: 100%; } .header { margin-top: 15%; font-family: 'Raleway', sans-serif; color: #c981be; line-height: 1.1em } .header-subtitle { margin-top: 10%; font-size: 2.3em; font-family: 'satisfy', sans-serif; color: #ffffff; line-height: 1.6em } @media only screen and (max-width : 992px) { .parallax-container .section { position: absolute; top: 40%; } #index-banner .section { top: 10%; } } @media only screen and (max-width : 600px) { #index-banner .section { top: 0; } .nav-wrapper { padding: 0 10px; } } .col-servizio { margin-top: 60px; margin-bottom: 0px; } .col-benefici { margin-top: 0px; margin-bottom: 0px; } .col-benefici3 { margin-top: 0px; margin-bottom: 100px; } .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img { display: block; width: 100% \9; max-width: 100%; height: auto; } .col-privacy { margin-top: 60px; margin-bottom: 100px; font-size: 1.0em; font-family: 'Raleway', sans-serif; color: #000000; line-height: 1.6em } .icon-block { padding: 0 15px; } .icon-block .material-icons { font-size: inherit; } #servizio h5 { font-size: 1.3em; line-height: 1.6em; } #servizio2 h5 { font-size: 1.3em; line-height: 1.6em; } #servizio3 h5 { font-size: 1.3em; line-height: 1.6em; } .section-registrazione { width: 100%; height: 100%; } .registrazione-icon { font-size: 7em; margin-top: 60px; } .registrazione-subtitle { font-size: 1.3em; margin-top: 5%; } .btn-registrazione { width: 100%; } .ospita-icon { font-size: 7em; margin-top: 60px; } .ospita-subtitle { font-size: 1.3em; margin-top: 5%; line-height: 2em; } .btn-ospita { width: 100%; } footer.page-footer { margin: 0; background: url(http://www.petitgiselleparis.tk/images/sfondo-footer-petit2.jpg) repeat; background-color: #e396aa; } .footer-copyright { width: 100%; height: 100%; font-size: 1em; line-height: 1.3em; } .social-icon { font-size: 2.5em; color: #fff; padding: 0 20px; } .social-icon:hover { color: #ba68c8 } .back-to-top { background: none; margin: 0; position: fixed; bottom: 0; right: 0; width: 60px; height: 60px; z-index: 100; display: none; text-decoration: none; color: #ffffff; background-color: transparent; } .back-to-top i { font-size: 60px; } .iframe-privacy { width:670px; height:5200px; overflow:auto; }
clean/Linux-x86_64-4.04.2-2.0.5/released/8.9.1/extensible-records/1.2.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>extensible-records: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.9.1 / extensible-records - 1.2.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> extensible-records <small> 1.2.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-23 15:45:32 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-23 15:45:32 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.9.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;gmalecha@gmail.com&quot; homepage: &quot;https://github.com/gmalecha/coq-extensible-records&quot; dev-repo: &quot;git+https://github.com/gmalecha/coq-extensible-records.git&quot; bug-reports: &quot;https://github.com/gmalecha/coq-extensible-records/issues&quot; authors: [&quot;Gregory Malecha&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.5.0&quot; &amp; &lt; &quot;8.9&quot;} ] synopsis: &quot;Definitional (canonical) extensible records in Coq with string keys and arbitrary (non-dependent) types&quot; url { src: &quot;https://github.com/gmalecha/coq-extensible-records/archive/1.2.0.tar.gz&quot; checksum: &quot;md5=3794e13edcfde118d1cc61bc0858ac6d&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-extensible-records.1.2.0 coq.8.9.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.9.1). The following dependencies couldn&#39;t be met: - coq-extensible-records -&gt; coq &lt; 8.9 -&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-extensible-records.1.2.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
clean/Linux-x86_64-4.09.1-2.0.6/released/8.12.2/math-classes/1.0.5.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>math-classes: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.12.2 / math-classes - 1.0.5</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> math-classes <small> 1.0.5 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-13 19:21:44 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-13 19:21: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.12.2 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.09.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.09.1 Official release 4.09.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.3 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;b.a.w.spitters@gmail.com&quot; homepage: &quot;https://github.com/math-classes/&quot; doc: &quot;https://github.com/math-classes/&quot; authors: [ &quot;Eelis van der Weegen&quot; &quot;Bas Spitters&quot; &quot;Robbert Krebbers&quot; ] license: &quot;Public Domain&quot; build: [ [ &quot;./configure.sh&quot; ] [ make &quot;-j%{jobs}%&quot; ] ] install: [ make &quot;install&quot; ] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.5&quot; &amp; &lt; &quot;8.6&quot;} ] tags: [ &quot;logpath:MathClasses&quot; ] synopsis: &quot;A library of abstract interfaces for mathematical structures in Coq&quot; url { src: &quot;https://github.com/math-classes/math-classes/archive/9853988446ab19ee0618181f8da1d7dbdebcc45f.zip&quot; checksum: &quot;md5=b2293d8e429ab1174160f68c1cba12d2&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-math-classes.1.0.5 coq.8.12.2</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.12.2). The following dependencies couldn&#39;t be met: - coq-math-classes -&gt; coq &lt; 8.6 -&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-math-classes.1.0.5</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
web/css/style.css
efess/hios-environment-esp8266
.ap-selected { background-color: #eeeeee; } html, body { margin: 0; min-height: 100%; } .content { max-width: 900px; } button { width: 112px; } .mui-container-fluid { max-width: 500px; } .mui-textfield>label{ overflow: hidden; } .table-container { height: 200px; overflow-y: auto; } #wifi-aplist { border-collapse: collapse; } #wifi-aplist tbody { text-align: center } .col-ssid { text-align: left; } .col-auth { width: 10%; text-align: right; } .col-strength { width: 10%; text-align: right; } .modalWait { width: 80%; margin:0 auto; display:table; position: absolute; left: 0; right:0; top: 30%; text-align: center; } .modalMain { width: 80%; max-width: 400px; height: 150px; background-color: #fff; margin:0 auto; display:table; position: absolute; left: 0; right:0; top: 40%; text-align: center; } .modalMsg { margin-top: 50px; font-size: 18pt; font-weight: bold; }
clean/Linux-x86_64-4.04.2-2.0.5/released/8.7.1+1/topology/8.9.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>topology: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.7.1+1 / topology - 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> topology <small> 8.9.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-03-06 11:16:41 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-06 11:16:41 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 2 Virtual package relying on perl coq 8.7.1+1 Formal proof management system num 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.3 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/topology&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/Topology&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.9&quot; &amp; &lt; &quot;8.10~&quot;} &quot;coq-zorns-lemma&quot; {&gt;= &quot;8.9&quot; &amp; &lt; &quot;8.10~&quot;} ] tags: [ &quot;keyword: topology&quot; &quot;keyword: filters&quot; &quot;keyword: nets&quot; &quot;keyword: metric spaces&quot; &quot;keyword: real analysis&quot; &quot;keyword: Urysohn&#39;s lemma&quot; &quot;keyword: Tietze extension theorem&quot; &quot;category: Mathematics/Real Calculus and Topology&quot; ] authors: [ &quot;Daniel Schepler &lt;dschepler@gmail.com&gt;&quot; ] bug-reports: &quot;https://github.com/coq-contribs/topology/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/topology.git&quot; synopsis: &quot;General Topology&quot; description: &quot;&quot;&quot; This library develops some of the basic concepts and results of general topology.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/topology/archive/v8.9.0.tar.gz&quot; checksum: &quot;md5=c8b3a305d79561f5c28d7a76d50418ca&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-topology.8.9.0 coq.8.7.1+1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.7.1+1). The following dependencies couldn&#39;t be met: - coq-topology -&gt; coq-zorns-lemma &gt;= 8.9 -&gt; coq &gt;= 8.9 -&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-topology.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>
resources/public/index.html
rskew/modal-synth
<!DOCTYPE html> <html> <head> <link rel="stylesheet" type="text/css" href="css/style.css"> </head> <body> <script src="js/modal-synth.js" type="text/javascript"></script> </body> </html>
public/Windows 10 x64 (19041.388)/_MI_BAD_MEMORY_EVENT_ENTRY.html
epikcraw/ggool
<html><body> <h4>Windows 10 x64 (19041.388)</h4><br> <h2>_MI_BAD_MEMORY_EVENT_ENTRY</h2> <font face="arial"> +0x000 BugCheckCode : Uint4B<br> +0x004 Active : Int4B<br> +0x008 Data : Uint4B<br> +0x010 PhysicalAddress : <a href="./_LARGE_INTEGER.html">_LARGE_INTEGER</a><br> +0x018 WorkItem : <a href="./_WORK_QUEUE_ITEM.html">_WORK_QUEUE_ITEM</a><br> </font></body></html>
v4/user-agent-detail/2c/0b/2c0b1780-f224-4982-855a-1137fd4d0d2b.html
ThaDafinser/UserAgentParserComparison
<html> <head> <title>User agent detail - Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:25.7) Gecko/20150929 Firefox/31.9 PaleMoon/25.7.2</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> </head> <body> <div class="container"> <div class="section"> <h1 class="header center orange-text">User agent detail</h1> <div class="row center"> <h5 class="header light"> Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:25.7) Gecko/20150929 Firefox/31.9 PaleMoon/25.7.2 </h5> </div> </div> <div class="section"> <table class="striped"><tr><th></th><th colspan="3">General</th><th colspan="5">Device</th><th colspan="3">Bot</th><th colspan="2"></th></tr><tr><th>Provider</th><th>Browser</th><th>Engine</th><th>OS</th><th>Brand</th><th>Model</th><th>Type</th><th>Is mobile</th><th>Is touch</th><th>Is bot</th><th>Name</th><th>Type</th><th>Parse time</th><th>Actions</th></tr><tr><th colspan="14" class="green lighten-3">Source result (test suite)</th></tr><tr><td>browscap/browscap<br /><small>/tests/fixtures/issues/issue-821.php</small></td><td>PaleMoon 25.7</td><td>Win10 10.0</td><td>25.0 </td><td style="border-left: 1px solid #555">unknown</td><td>Windows Desktop</td><td>Desktop</td><td></td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-test">Detail</a> <!-- Modal Structure --> <div id="modal-test" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Testsuite result detail</h4> <p><pre><code class="php">Array ( [Browser] => PaleMoon [Browser_Type] => Browser [Browser_Bits] => 64 [Browser_Maker] => Moonchild Productions [Browser_Modus] => unknown [Version] => 25.7 [MajorVer] => 25 [MinorVer] => 7 [Platform] => Win10 [Platform_Version] => 10.0 [Platform_Bits] => 64 [Platform_Maker] => Microsoft Corporation [Win64] => 1 [isMobileDevice] => [isTablet] => [Crawler] => [JavaScript] => 1 [Cookies] => 1 [Frames] => 1 [IFrames] => 1 [Tables] => 1 [VBScript] => [JavaApplets] => 1 [ActiveXControls] => [BackgroundSounds] => [Device_Name] => Windows Desktop [Device_Maker] => Various [Device_Type] => Desktop [Device_Pointing_Method] => mouse [Device_Code_Name] => Windows Desktop [Device_Brand_Name] => unknown [RenderingEngine_Name] => Gecko [RenderingEngine_Version] => 25.0 [RenderingEngine_Maker] => Mozilla Foundation ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><th colspan="14" class="green lighten-3">Providers</th></tr><tr><td>BrowscapPhp<br /><small>6012</small></td><td>PaleMoon 25.7</td><td>Gecko 25.0</td><td>Win10 10.0</td><td style="border-left: 1px solid #555"></td><td>Windows Desktop</td><td>Desktop</td><td></td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.031</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-215ac98d-ccf8-4615-916e-5a819d6a59c9">Detail</a> <!-- Modal Structure --> <div id="modal-215ac98d-ccf8-4615-916e-5a819d6a59c9" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>BrowscapPhp result detail</h4> <p><pre><code class="php">stdClass Object ( [browser_name_regex] => /^mozilla\/5\.0 \(.*windows nt 10\.0.*win64. x64.*\) gecko.* firefox\/.* palemoon\/25\.7.*$/ [browser_name_pattern] => mozilla/5.0 (*windows nt 10.0*win64? x64*) gecko* firefox/* palemoon/25.7* [parent] => Palemoon 25.7 [comment] => Palemoon 25.7 [browser] => PaleMoon [browser_type] => Browser [browser_bits] => 64 [browser_maker] => Moonchild Productions [browser_modus] => unknown [version] => 25.7 [majorver] => 25 [minorver] => 7 [platform] => Win10 [platform_version] => 10.0 [platform_description] => Windows 10 [platform_bits] => 64 [platform_maker] => Microsoft Corporation [alpha] => [beta] => [win16] => [win32] => [win64] => 1 [frames] => 1 [iframes] => 1 [tables] => 1 [cookies] => 1 [backgroundsounds] => [javascript] => 1 [vbscript] => [javaapplets] => 1 [activexcontrols] => [ismobiledevice] => [istablet] => [issyndicationreader] => [crawler] => [cssversion] => 3 [aolversion] => 0 [device_name] => Windows Desktop [device_maker] => Various [device_type] => Desktop [device_pointing_method] => mouse [device_code_name] => Windows Desktop [device_brand_name] => unknown [renderingengine_name] => Gecko [renderingengine_version] => 25.0 [renderingengine_description] => For Firefox, Camino, K-Meleon, SeaMonkey, Netscape, and other Gecko-based browsers. [renderingengine_maker] => Mozilla Foundation ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>DonatjUAParser<br /><small>v0.5.0</small></td><td>Firefox 31.9</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-f1436016-fdf1-4aea-b4be-1d7c99ab0661">Detail</a> <!-- Modal Structure --> <div id="modal-f1436016-fdf1-4aea-b4be-1d7c99ab0661" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>DonatjUAParser result detail</h4> <p><pre><code class="php">Array ( [platform] => Windows [browser] => Firefox [version] => 31.9 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>NeutrinoApiCom<br /><small></small></td><td>Pale Moon 25.7.2</td><td><i class="material-icons">close</i></td><td>Windows 10.0</td><td style="border-left: 1px solid #555"></td><td></td><td>desktop-browser</td><td></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.19802</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-9b0fa449-ec1b-40c8-8b1c-9486eb3b9cbc">Detail</a> <!-- Modal Structure --> <div id="modal-9b0fa449-ec1b-40c8-8b1c-9486eb3b9cbc" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>NeutrinoApiCom result detail</h4> <p><pre><code class="php">stdClass Object ( [mobile_screen_height] => 0 [is_mobile] => [type] => desktop-browser [mobile_brand] => [mobile_model] => [version] => 25.7.2 [is_android] => [browser_name] => Pale Moon [operating_system_family] => Windows [operating_system_version] => 10.0 [is_ios] => [producer] => Moonchild Productions [operating_system] => Windows [mobile_screen_width] => 0 [mobile_browser] => ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>PiwikDeviceDetector<br /><small>3.5.2</small></td><td>Pale Moon 25.7</td><td>Gecko </td><td>Windows 10</td><td style="border-left: 1px solid #555"></td><td></td><td>desktop</td><td></td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.005</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-21638055-738d-46ba-a1b1-f5114bc26475">Detail</a> <!-- Modal Structure --> <div id="modal-21638055-738d-46ba-a1b1-f5114bc26475" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>PiwikDeviceDetector result detail</h4> <p><pre><code class="php">Array ( [client] => Array ( [type] => browser [name] => Pale Moon [short_name] => PM [version] => 25.7 [engine] => Gecko ) [operatingSystem] => Array ( [name] => Windows [short_name] => WIN [version] => 10 [platform] => x64 ) [device] => Array ( [brand] => [brandName] => [model] => [device] => 0 [deviceName] => desktop ) [bot] => [extra] => Array ( [isBot] => [isBrowser] => 1 [isFeedReader] => [isMobileApp] => [isPIM] => [isLibrary] => [isMediaPlayer] => [isCamera] => [isCarBrowser] => [isConsole] => [isFeaturePhone] => [isPhablet] => [isPortableMediaPlayer] => [isSmartDisplay] => [isSmartphone] => [isTablet] => [isTV] => [isDesktop] => 1 [isMobile] => [isTouchEnabled] => ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>SinergiBrowserDetector<br /><small>6.0.0</small></td><td>Firefox 31.9</td><td><i class="material-icons">close</i></td><td>Windows 10.0</td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.001</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-5415e7f2-ef7b-434c-abe0-b71ba9f6707c">Detail</a> <!-- Modal Structure --> <div id="modal-5415e7f2-ef7b-434c-abe0-b71ba9f6707c" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>SinergiBrowserDetector result detail</h4> <p><pre><code class="php">Array ( [browser] => Sinergi\BrowserDetector\Browser Object ( [userAgent:Sinergi\BrowserDetector\Browser:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:25.7) Gecko/20150929 Firefox/31.9 PaleMoon/25.7.2 ) [name:Sinergi\BrowserDetector\Browser:private] => Firefox [version:Sinergi\BrowserDetector\Browser:private] => 31.9 [isRobot:Sinergi\BrowserDetector\Browser:private] => [isChromeFrame:Sinergi\BrowserDetector\Browser:private] => ) [operatingSystem] => Sinergi\BrowserDetector\Os Object ( [name:Sinergi\BrowserDetector\Os:private] => Windows [version:Sinergi\BrowserDetector\Os:private] => 10.0 [isMobile:Sinergi\BrowserDetector\Os:private] => [userAgent:Sinergi\BrowserDetector\Os:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:25.7) Gecko/20150929 Firefox/31.9 PaleMoon/25.7.2 ) ) [device] => Sinergi\BrowserDetector\Device Object ( [name:Sinergi\BrowserDetector\Device:private] => unknown [userAgent:Sinergi\BrowserDetector\Device:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:25.7) Gecko/20150929 Firefox/31.9 PaleMoon/25.7.2 ) ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UAParser<br /><small>v3.4.5</small></td><td>Pale Moon (Firefox Variant) 25.7.2</td><td><i class="material-icons">close</i></td><td>Windows 10 </td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.009</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-346c1a98-5fd3-454f-b6c8-350f2f505d8b">Detail</a> <!-- Modal Structure --> <div id="modal-346c1a98-5fd3-454f-b6c8-350f2f505d8b" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UAParser result detail</h4> <p><pre><code class="php">UAParser\Result\Client Object ( [ua] => UAParser\Result\UserAgent Object ( [major] => 25 [minor] => 7 [patch] => 2 [family] => Pale Moon (Firefox Variant) ) [os] => UAParser\Result\OperatingSystem Object ( [major] => [minor] => [patch] => [patchMinor] => [family] => Windows 10 ) [device] => UAParser\Result\Device Object ( [brand] => [model] => [family] => Other ) [originalUserAgent] => Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:25.7) Gecko/20150929 Firefox/31.9 PaleMoon/25.7.2 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UserAgentStringCom<br /><small></small></td><td>Palemoon 25.7.2</td><td><i class="material-icons">close</i></td><td>Windows 10 </td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.05601</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-9cdd8b45-a2eb-406b-bd27-7e48af38ffd4">Detail</a> <!-- Modal Structure --> <div id="modal-9cdd8b45-a2eb-406b-bd27-7e48af38ffd4" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UserAgentStringCom result detail</h4> <p><pre><code class="php">stdClass Object ( [agent_type] => Browser [agent_name] => Palemoon [agent_version] => 25.7.2 [os_type] => Windows [os_name] => Windows 10 [os_versionName] => [os_versionNumber] => [os_producer] => [os_producerURL] => [linux_distibution] => Null [agent_language] => [agent_languageTag] => ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>WhatIsMyBrowserCom<br /><small></small></td><td>Pale Moon 25.7.2</td><td>Gecko 20150929</td><td>Windows Windows NT 10.0</td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.40904</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-9795f66f-7271-430e-973a-a5c0e14dc35a">Detail</a> <!-- Modal Structure --> <div id="modal-9795f66f-7271-430e-973a-a5c0e14dc35a" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhatIsMyBrowserCom result detail</h4> <p><pre><code class="php">stdClass Object ( [operating_system_name] => Windows [simple_sub_description_string] => [simple_browser_string] => Pale Moon 25.7 on Windows 10 [browser_version] => 25.7 [extra_info] => stdClass Object ( [20] => Array ( [0] => 64-bit Edition ) ) [operating_platform] => [extra_info_table] => stdClass Object ( [Browser Like] => Firefox 31.9 ) [layout_engine_name] => Gecko [detected_addons] => Array ( ) [operating_system_flavour_code] => [hardware_architecture] => [operating_system_flavour] => [operating_system_frameworks] => Array ( ) [browser_name_code] => pale-moon [operating_system_version] => 10 [simple_operating_platform_string] => [is_abusive] => [layout_engine_version] => 20150929 [browser_capabilities] => Array ( ) [operating_platform_vendor_name] => [operating_system] => Windows 10 [operating_system_version_full] => Windows NT 10.0 [operating_platform_code] => [browser_name] => Pale Moon [operating_system_name_code] => windows [user_agent] => Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:25.7) Gecko/20150929 Firefox/31.9 PaleMoon/25.7.2 [browser_version_full] => 25.7.2 [browser] => Pale Moon 25.7 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>WhichBrowser<br /><small>2.0.10</small></td><td>Pale Moon 25.7.2</td><td>Gecko 25.7</td><td>Windows 10</td><td style="border-left: 1px solid #555"></td><td></td><td>desktop</td><td></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.008</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-342c8d32-4765-40a8-8a5c-af3a38d19ae4">Detail</a> <!-- Modal Structure --> <div id="modal-342c8d32-4765-40a8-8a5c-af3a38d19ae4" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhichBrowser result detail</h4> <p><pre><code class="php">Array ( [browser] => Array ( [name] => Pale Moon [family] => Array ( [name] => Firefox [version] => 31.9 ) [version] => 25.7.2 [type] => browser ) [engine] => Array ( [name] => Gecko [version] => 25.7 ) [os] => Array ( [name] => Windows [version] => Array ( [value] => 10.0 [alias] => 10 ) ) [device] => Array ( [type] => desktop ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Woothee<br /><small>v1.2.0</small></td><td>Firefox 31.9</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>pc</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.001</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-3f285ff5-314b-4db4-9948-54572e92e7b6">Detail</a> <!-- Modal Structure --> <div id="modal-3f285ff5-314b-4db4-9948-54572e92e7b6" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Woothee result detail</h4> <p><pre><code class="php">Array ( [name] => Firefox [vendor] => Mozilla [version] => 31.9 [category] => pc [os] => Windows 10 [os_version] => NT 10.0 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Wurfl<br /><small>1.6.4</small></td><td>Firefox 31.9</td><td><i class="material-icons">close</i></td><td>Windows 10</td><td style="border-left: 1px solid #555"></td><td></td><td>Desktop</td><td></td><td></td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.018</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-1a1aee36-7ce7-4111-a391-8e2c501f1532">Detail</a> <!-- Modal Structure --> <div id="modal-1a1aee36-7ce7-4111-a391-8e2c501f1532" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Wurfl result detail</h4> <p><pre><code class="php">Array ( [virtual] => Array ( [is_android] => false [is_ios] => false [is_windows_phone] => false [is_app] => false [is_full_desktop] => true [is_largescreen] => true [is_mobile] => false [is_robot] => false [is_smartphone] => false [is_touchscreen] => false [is_wml_preferred] => false [is_xhtmlmp_preferred] => false [is_html_preferred] => true [advertised_device_os] => Windows [advertised_device_os_version] => 10 [advertised_browser] => Firefox [advertised_browser_version] => 31.9 [complete_device_name] => Mozilla Firefox [form_factor] => Desktop [is_phone] => false [is_app_webview] => false ) [all] => Array ( [brand_name] => Mozilla [model_name] => Firefox [unique] => true [ununiqueness_handler] => [is_wireless_device] => false [device_claims_web_support] => true [has_qwerty_keyboard] => true [can_skip_aligned_link_row] => true [uaprof] => [uaprof2] => [uaprof3] => [nokia_series] => 0 [nokia_edition] => 0 [device_os] => Desktop [mobile_browser] => Firefox Desktop [mobile_browser_version] => 31.0 [device_os_version] => [pointing_method] => mouse [release_date] => 2012_november [marketing_name] => [model_extra_info] => [nokia_feature_pack] => 0 [can_assign_phone_number] => false [is_tablet] => false [manufacturer_name] => [is_bot] => false [is_google_glass] => false [proportional_font] => false [built_in_back_button_support] => false [card_title_support] => false [softkey_support] => false [table_support] => false [numbered_menus] => false [menu_with_select_element_recommended] => false [menu_with_list_of_links_recommended] => false [icons_on_menu_items_support] => false [break_list_of_links_with_br_element_recommended] => false [access_key_support] => false [wrap_mode_support] => false [times_square_mode_support] => false [deck_prefetch_support] => false [elective_forms_recommended] => false [wizards_recommended] => false [image_as_link_support] => false [insert_br_element_after_widget_recommended] => false [wml_can_display_images_and_text_on_same_line] => false [wml_displays_image_in_center] => false [opwv_wml_extensions_support] => false [wml_make_phone_call_string] => none [chtml_display_accesskey] => false [emoji] => false [chtml_can_display_images_and_text_on_same_line] => false [chtml_displays_image_in_center] => false [imode_region] => none [chtml_make_phone_call_string] => tel: [chtml_table_support] => true [xhtml_honors_bgcolor] => true [xhtml_supports_forms_in_table] => true [xhtml_support_wml2_namespace] => false [xhtml_autoexpand_select] => false [xhtml_select_as_dropdown] => true [xhtml_select_as_radiobutton] => true [xhtml_select_as_popup] => true [xhtml_display_accesskey] => false [xhtml_supports_invisible_text] => false [xhtml_supports_inline_input] => false [xhtml_supports_monospace_font] => false [xhtml_supports_table_for_layout] => false [xhtml_supports_css_cell_table_coloring] => false [xhtml_format_as_css_property] => false [xhtml_format_as_attribute] => false [xhtml_nowrap_mode] => false [xhtml_marquee_as_css_property] => false [xhtml_readable_background_color1] => #FFFFFF [xhtml_readable_background_color2] => #FFFFFF [xhtml_allows_disabled_form_elements] => false [xhtml_document_title_support] => true [xhtml_preferred_charset] => utf8 [opwv_xhtml_extensions_support] => false [xhtml_make_phone_call_string] => none [xhtmlmp_preferred_mime_type] => text/html [xhtml_table_support] => false [xhtml_send_sms_string] => none [xhtml_send_mms_string] => none [xhtml_file_upload] => supported [cookie_support] => true [accept_third_party_cookie] => true [xhtml_supports_iframe] => full [xhtml_avoid_accesskeys] => true [xhtml_can_embed_video] => play_and_stop [ajax_support_javascript] => true [ajax_manipulate_css] => true [ajax_support_getelementbyid] => true [ajax_support_inner_html] => true [ajax_xhr_type] => standard [ajax_manipulate_dom] => true [ajax_support_events] => true [ajax_support_event_listener] => true [ajax_preferred_geoloc_api] => none [xhtml_support_level] => 4 [preferred_markup] => html_web_4_0 [wml_1_1] => false [wml_1_2] => false [wml_1_3] => false [html_wi_w3_xhtmlbasic] => true [html_wi_oma_xhtmlmp_1_0] => false [html_wi_imode_html_1] => false [html_wi_imode_html_2] => false [html_wi_imode_html_3] => false [html_wi_imode_html_4] => false [html_wi_imode_html_5] => false [html_wi_imode_htmlx_1] => false [html_wi_imode_htmlx_1_1] => false [html_wi_imode_compact_generic] => false [html_web_3_2] => true [html_web_4_0] => true [voicexml] => false [multipart_support] => false [total_cache_disable_support] => false [time_to_live_support] => false [resolution_width] => 800 [resolution_height] => 600 [columns] => 120 [max_image_width] => 800 [max_image_height] => 600 [rows] => 200 [physical_screen_width] => 400 [physical_screen_height] => 400 [dual_orientation] => false [density_class] => 1.0 [wbmp] => false [bmp] => true [epoc_bmp] => false [gif_animated] => true [jpg] => true [png] => true [tiff] => false [transparent_png_alpha] => false [transparent_png_index] => false [svgt_1_1] => true [svgt_1_1_plus] => false [greyscale] => false [gif] => true [colors] => 65536 [webp_lossy_support] => false [webp_lossless_support] => false [post_method_support] => true [basic_authentication_support] => true [empty_option_value_support] => true [emptyok] => false [nokia_voice_call] => false [wta_voice_call] => false [wta_phonebook] => false [wta_misc] => false [wta_pdc] => false [https_support] => true [phone_id_provided] => false [max_data_rate] => 3200 [wifi] => true [sdio] => false [vpn] => false [has_cellular_radio] => false [max_deck_size] => 100000 [max_url_length_in_requests] => 128 [max_url_length_homepage] => 0 [max_url_length_bookmark] => 0 [max_url_length_cached_page] => 0 [max_no_of_connection_settings] => 0 [max_no_of_bookmarks] => 0 [max_length_of_username] => 0 [max_length_of_password] => 0 [max_object_size] => 0 [downloadfun_support] => false [directdownload_support] => false [inline_support] => false [oma_support] => false [ringtone] => false [ringtone_3gpp] => false [ringtone_midi_monophonic] => false [ringtone_midi_polyphonic] => false [ringtone_imelody] => false [ringtone_digiplug] => false [ringtone_compactmidi] => false [ringtone_mmf] => false [ringtone_rmf] => false [ringtone_xmf] => false [ringtone_amr] => false [ringtone_awb] => false [ringtone_aac] => false [ringtone_wav] => false [ringtone_mp3] => false [ringtone_spmidi] => false [ringtone_qcelp] => false [ringtone_voices] => 1 [ringtone_df_size_limit] => 0 [ringtone_directdownload_size_limit] => 0 [ringtone_inline_size_limit] => 0 [ringtone_oma_size_limit] => 0 [wallpaper] => false [wallpaper_max_width] => 0 [wallpaper_max_height] => 0 [wallpaper_preferred_width] => 0 [wallpaper_preferred_height] => 0 [wallpaper_resize] => none [wallpaper_wbmp] => false [wallpaper_bmp] => false [wallpaper_gif] => false [wallpaper_jpg] => false [wallpaper_png] => false [wallpaper_tiff] => false [wallpaper_greyscale] => false [wallpaper_colors] => 2 [wallpaper_df_size_limit] => 0 [wallpaper_directdownload_size_limit] => 0 [wallpaper_inline_size_limit] => 0 [wallpaper_oma_size_limit] => 0 [screensaver] => false [screensaver_max_width] => 0 [screensaver_max_height] => 0 [screensaver_preferred_width] => 0 [screensaver_preferred_height] => 0 [screensaver_resize] => none [screensaver_wbmp] => false [screensaver_bmp] => false [screensaver_gif] => false [screensaver_jpg] => false [screensaver_png] => false [screensaver_greyscale] => false [screensaver_colors] => 2 [screensaver_df_size_limit] => 0 [screensaver_directdownload_size_limit] => 0 [screensaver_inline_size_limit] => 0 [screensaver_oma_size_limit] => 0 [picture] => false [picture_max_width] => 0 [picture_max_height] => 0 [picture_preferred_width] => 0 [picture_preferred_height] => 0 [picture_resize] => none [picture_wbmp] => false [picture_bmp] => false [picture_gif] => false [picture_jpg] => false [picture_png] => false [picture_greyscale] => false [picture_colors] => 2 [picture_df_size_limit] => 0 [picture_directdownload_size_limit] => 0 [picture_inline_size_limit] => 0 [picture_oma_size_limit] => 0 [video] => false [oma_v_1_0_forwardlock] => false [oma_v_1_0_combined_delivery] => false [oma_v_1_0_separate_delivery] => false [streaming_video] => false [streaming_3gpp] => false [streaming_mp4] => false [streaming_mov] => false [streaming_video_size_limit] => 0 [streaming_real_media] => none [streaming_flv] => false [streaming_3g2] => false [streaming_vcodec_h263_0] => -1 [streaming_vcodec_h263_3] => -1 [streaming_vcodec_mpeg4_sp] => -1 [streaming_vcodec_mpeg4_asp] => -1 [streaming_vcodec_h264_bp] => -1 [streaming_acodec_amr] => none [streaming_acodec_aac] => none [streaming_wmv] => none [streaming_preferred_protocol] => rtsp [streaming_preferred_http_protocol] => none [wap_push_support] => false [connectionless_service_indication] => false [connectionless_service_load] => false [connectionless_cache_operation] => false [connectionoriented_unconfirmed_service_indication] => false [connectionoriented_unconfirmed_service_load] => false [connectionoriented_unconfirmed_cache_operation] => false [connectionoriented_confirmed_service_indication] => false [connectionoriented_confirmed_service_load] => false [connectionoriented_confirmed_cache_operation] => false [utf8_support] => true [ascii_support] => false [iso8859_support] => false [expiration_date] => false [j2me_cldc_1_0] => false [j2me_cldc_1_1] => false [j2me_midp_1_0] => false [j2me_midp_2_0] => false [doja_1_0] => false [doja_1_5] => false [doja_2_0] => false [doja_2_1] => false [doja_2_2] => false [doja_3_0] => false [doja_3_5] => false [doja_4_0] => false [j2me_jtwi] => false [j2me_mmapi_1_0] => false [j2me_mmapi_1_1] => false [j2me_wmapi_1_0] => false [j2me_wmapi_1_1] => false [j2me_wmapi_2_0] => false [j2me_btapi] => false [j2me_3dapi] => false [j2me_locapi] => false [j2me_nokia_ui] => false [j2me_motorola_lwt] => false [j2me_siemens_color_game] => false [j2me_siemens_extension] => false [j2me_heap_size] => 0 [j2me_max_jar_size] => 0 [j2me_storage_size] => 0 [j2me_max_record_store_size] => 0 [j2me_screen_width] => 0 [j2me_screen_height] => 0 [j2me_canvas_width] => 0 [j2me_canvas_height] => 0 [j2me_bits_per_pixel] => 0 [j2me_audio_capture_enabled] => false [j2me_video_capture_enabled] => false [j2me_photo_capture_enabled] => false [j2me_capture_image_formats] => none [j2me_http] => false [j2me_https] => false [j2me_socket] => false [j2me_udp] => false [j2me_serial] => false [j2me_gif] => false [j2me_gif89a] => false [j2me_jpg] => false [j2me_png] => false [j2me_bmp] => false [j2me_bmp3] => false [j2me_wbmp] => false [j2me_midi] => false [j2me_wav] => false [j2me_amr] => false [j2me_mp3] => false [j2me_mp4] => false [j2me_imelody] => false [j2me_rmf] => false [j2me_au] => false [j2me_aac] => false [j2me_realaudio] => false [j2me_xmf] => false [j2me_wma] => false [j2me_3gpp] => false [j2me_h263] => false [j2me_svgt] => false [j2me_mpeg4] => false [j2me_realvideo] => false [j2me_real8] => false [j2me_realmedia] => false [j2me_left_softkey_code] => 0 [j2me_right_softkey_code] => 0 [j2me_middle_softkey_code] => 0 [j2me_select_key_code] => 0 [j2me_return_key_code] => 0 [j2me_clear_key_code] => 0 [j2me_datefield_no_accepts_null_date] => false [j2me_datefield_broken] => false [receiver] => false [sender] => false [mms_max_size] => 0 [mms_max_height] => 0 [mms_max_width] => 0 [built_in_recorder] => false [built_in_camera] => false [mms_jpeg_baseline] => false [mms_jpeg_progressive] => false [mms_gif_static] => false [mms_gif_animated] => false [mms_png] => false [mms_bmp] => false [mms_wbmp] => false [mms_amr] => false [mms_wav] => false [mms_midi_monophonic] => false [mms_midi_polyphonic] => false [mms_midi_polyphonic_voices] => 0 [mms_spmidi] => false [mms_mmf] => false [mms_mp3] => false [mms_evrc] => false [mms_qcelp] => false [mms_ota_bitmap] => false [mms_nokia_wallpaper] => false [mms_nokia_operatorlogo] => false [mms_nokia_3dscreensaver] => false [mms_nokia_ringingtone] => false [mms_rmf] => false [mms_xmf] => false [mms_symbian_install] => false [mms_jar] => false [mms_jad] => false [mms_vcard] => false [mms_vcalendar] => false [mms_wml] => false [mms_wbxml] => false [mms_wmlc] => false [mms_video] => false [mms_mp4] => false [mms_3gpp] => false [mms_3gpp2] => false [mms_max_frame_rate] => 0 [nokiaring] => false [picturemessage] => false [operatorlogo] => false [largeoperatorlogo] => false [callericon] => false [nokiavcard] => false [nokiavcal] => false [sckl_ringtone] => false [sckl_operatorlogo] => false [sckl_groupgraphic] => false [sckl_vcard] => false [sckl_vcalendar] => false [text_imelody] => false [ems] => false [ems_variablesizedpictures] => false [ems_imelody] => false [ems_odi] => false [ems_upi] => false [ems_version] => 0 [siemens_ota] => false [siemens_logo_width] => 101 [siemens_logo_height] => 29 [siemens_screensaver_width] => 101 [siemens_screensaver_height] => 50 [gprtf] => false [sagem_v1] => false [sagem_v2] => false [panasonic] => false [sms_enabled] => false [wav] => false [mmf] => false [smf] => false [mld] => false [midi_monophonic] => false [midi_polyphonic] => false [sp_midi] => false [rmf] => false [xmf] => false [compactmidi] => false [digiplug] => false [nokia_ringtone] => false [imelody] => false [au] => false [amr] => false [awb] => false [aac] => false [mp3] => false [voices] => 1 [qcelp] => false [evrc] => false [flash_lite_version] => [fl_wallpaper] => false [fl_screensaver] => false [fl_standalone] => false [fl_browser] => false [fl_sub_lcd] => false [full_flash_support] => true [css_supports_width_as_percentage] => true [css_border_image] => css3 [css_rounded_corners] => css3 [css_gradient] => css3 [css_spriting] => true [css_gradient_linear] => css3 [is_transcoder] => false [transcoder_ua_header] => user-agent [rss_support] => false [pdf_support] => true [progressive_download] => true [playback_vcodec_h263_0] => -1 [playback_vcodec_h263_3] => -1 [playback_vcodec_mpeg4_sp] => -1 [playback_vcodec_mpeg4_asp] => -1 [playback_vcodec_h264_bp] => -1 [playback_real_media] => none [playback_3gpp] => false [playback_3g2] => false [playback_mp4] => false [playback_mov] => false [playback_acodec_amr] => none [playback_acodec_aac] => none [playback_df_size_limit] => 0 [playback_directdownload_size_limit] => 0 [playback_inline_size_limit] => 0 [playback_oma_size_limit] => 0 [playback_acodec_qcelp] => false [playback_wmv] => none [hinted_progressive_download] => false [html_preferred_dtd] => html4 [viewport_supported] => false [viewport_width] => [viewport_userscalable] => [viewport_initial_scale] => [viewport_maximum_scale] => [viewport_minimum_scale] => [mobileoptimized] => false [handheldfriendly] => false [canvas_support] => none [image_inlining] => true [is_smarttv] => false [is_console] => false [nfc_support] => false [ux_full_desktop] => true [jqm_grade] => A [is_sencha_touch_ok] => true [controlcap_is_smartphone] => default [controlcap_is_ios] => default [controlcap_is_android] => default [controlcap_is_robot] => default [controlcap_is_app] => default [controlcap_advertised_device_os] => default [controlcap_advertised_device_os_version] => default [controlcap_advertised_browser] => default [controlcap_advertised_browser_version] => default [controlcap_is_windows_phone] => default [controlcap_is_full_desktop] => default [controlcap_is_largescreen] => default [controlcap_is_mobile] => default [controlcap_is_touchscreen] => default [controlcap_is_wml_preferred] => default [controlcap_is_xhtmlmp_preferred] => default [controlcap_is_html_preferred] => default [controlcap_form_factor] => default [controlcap_complete_device_name] => default ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr></table> </div> <div class="section"> <h1 class="header center orange-text">About this comparison</h1> <div class="row center"> <h5 class="header light"> The primary goal of this project is simple<br /> I wanted to know which user agent parser is the most accurate in each part - device detection, bot detection and so on...<br /> <br /> The secondary goal is to provide a source for all user agent parsers to improve their detection based on this results.<br /> <br /> You can also improve this further, by suggesting ideas at <a href="https://github.com/ThaDafinser/UserAgentParserComparison">ThaDafinser/UserAgentParserComparison</a><br /> <br /> The comparison is based on the abstraction by <a href="https://github.com/ThaDafinser/UserAgentParser">ThaDafinser/UserAgentParser</a> </h5> </div> </div> <div class="card"> <div class="card-content"> Comparison created <i>2016-02-13 13:28:15</i> | by <a href="https://github.com/ThaDafinser">ThaDafinser</a> </div> </div> </div> <script src="https://code.jquery.com/jquery-2.1.4.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"></script> <script src="http://cdnjs.cloudflare.com/ajax/libs/list.js/1.1.1/list.min.js"></script> <script> $(document).ready(function(){ // the "href" attribute of .modal-trigger must specify the modal ID that wants to be triggered $('.modal-trigger').leanModal(); }); </script> </body> </html>
clean/Linux-x86_64-4.09.1-2.0.6/released/8.7.0/monae/0.3.2.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>monae: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.7.0 / monae - 0.3.2</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> monae <small> 0.3.2 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-16 11:54:26 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-16 11:54:26 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.7.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; maintainer: &quot;Reynald Affeldt &lt;reynald.affeldt@aist.go.jp&gt;&quot; homepage: &quot;https://github.com/affeldt-aist/monae&quot; dev-repo: &quot;git+https://github.com/affeldt-aist/monae.git&quot; bug-reports: &quot;https://github.com/affeldt-aist/monae/issues&quot; license: &quot;LGPL-2.1-or-later&quot; synopsis: &quot;Monads and equational reasoning in Coq&quot; description: &quot;&quot;&quot; This Coq library contains a hierarchy of monads with their laws used in several examples of monadic equational reasoning.&quot;&quot;&quot; build: [make &quot;-j%{jobs}%&quot; ] install: [make &quot;install_full&quot;] depends: [ &quot;coq&quot; { (&gt;= &quot;8.13&quot; &amp; &lt; &quot;8.14~&quot;) | (= &quot;dev&quot;) } &quot;coq-mathcomp-ssreflect&quot; { (&gt;= &quot;1.12.0&quot; &amp; &lt; &quot;1.13~&quot;) } &quot;coq-mathcomp-fingroup&quot; { (&gt;= &quot;1.12.0&quot; &amp; &lt; &quot;1.13~&quot;) } &quot;coq-mathcomp-algebra&quot; { (&gt;= &quot;1.12.0&quot; &amp; &lt; &quot;1.13~&quot;) } &quot;coq-mathcomp-solvable&quot; { (&gt;= &quot;1.12.0&quot; &amp; &lt; &quot;1.13~&quot;) } &quot;coq-mathcomp-field&quot; { (&gt;= &quot;1.12.0&quot; &amp; &lt; &quot;1.13~&quot;) } &quot;coq-mathcomp-analysis&quot; { (&gt;= &quot;0.3.6&quot; &amp; &lt;= &quot;0.3.7&quot;) } &quot;coq-infotheo&quot; { &gt;= &quot;0.3.2&quot; &amp; &lt; &quot;0.4~&quot;} &quot;coq-paramcoq&quot; { &gt;= &quot;1.1.2&quot; &amp; &lt; &quot;1.2~&quot; } ] tags: [ &quot;keyword:monae&quot; &quot;keyword:effects&quot; &quot;keyword:probability&quot; &quot;keyword:nondeterminism&quot; &quot;logpath:monae&quot; &quot;date:2021-03-24&quot; ] authors: [ &quot;Reynald Affeldt&quot; &quot;David Nowak&quot; &quot;Takafumi Saikawa&quot; &quot;Jacques Garrigue&quot; &quot;Celestine Sauvage&quot; &quot;Kazunari Tanaka&quot; ] url { http: &quot;https://github.com/affeldt-aist/monae/archive/0.3.2.tar.gz&quot; checksum: &quot;sha512=21024941b390fa36602494d062781075091991b8edbfdfc0f1e7adfd4ce5dc158b37ef6702d100a9eda39d009bc42f9ad249e3e2215839a967264e685ea5f98b&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-monae.0.3.2 coq.8.7.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.7.0). The following dependencies couldn&#39;t be met: - coq-monae -&gt; coq &gt;= dev no matching version 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-monae.0.3.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>
Docs/linq.lamdba/-default-lambda-functions/-init-.html
06needhamt/LINQ-For-Java
<HTML> <HEAD> <title> / linq.lamdba.DefaultLambdaFunctions.<init></title> <link rel="stylesheet" href="..\..\style.css"> </HEAD> <BODY> <a href="..\index.html">linq.lamdba</a>&nbsp;/&nbsp;<a href="index.html">DefaultLambdaFunctions</a>&nbsp;/&nbsp;<a href=".">&lt;init&gt;</a><br/> <br/> <h1>&lt;init&gt;</h1> <code><span class="identifier">DefaultLambdaFunctions</span><span class="symbol">(</span><span class="symbol">)</span></code><br/> <p>Created by Tom Needham on 03/03/2016.</p> <br/> <br/> </BODY> </HTML>
clean/Linux-x86_64-4.11.1-2.0.7/extra-dev/dev/comp-dec-modal/1.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>comp-dec-modal: Error</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / extra-dev</a></li> <li class="active"><a href="">dev / comp-dec-modal - 1.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> comp-dec-modal <small> 1.0 <span class="label label-danger">Error</span> </small> </h1> <p><em><script>document.write(moment("2021-04-03 04:38:32 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-04-03 04:38:32 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-gmp 3 Virtual package relying on a GMP lib system installation coq dev Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.11.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.11.1 Official release 4.11.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;christian.doczkal@inria.fr&quot; homepage: &quot;https://github.com/coq-community/comp-dec-modal&quot; dev-repo: &quot;git+https://github.com/coq-community/comp-dec-modal.git&quot; bug-reports: &quot;https://github.com/coq-community/comp-dec-modal/issues&quot; doc: &quot;https://coq-community.github.io/comp-dec-modal/&quot; license: &quot;CECILL-B&quot; synopsis: &quot;Constructive proofs of soundness and completeness for K, K*, CTL, PDL, and PDL with converse&quot; description: &quot;&quot;&quot; This project presents machine-checked constructive proofs of soundness, completeness, decidability, and the small-model property for the logics K, K*, CTL, and PDL (with and without converse). For all considered logics, we prove soundness and completeness of their respective Hilbert-style axiomatization. For K, K*, and CTL, we also prove soundness and completeness for Gentzen systems (i.e., sequent calculi). For each logic, the central construction is a pruning-based algorithm computing for a given formula either a satisfying model of bounded size or a proof of its negation. The completeness and decidability results then follow with soundness from the existence of said algorithm. &quot;&quot;&quot; build: [make &quot;-j%{jobs}%&quot; ] install: [make &quot;install&quot;] depends: [ &quot;coq&quot; {(&gt;= &quot;8.10&quot; &amp; &lt; &quot;8.14~&quot;) | (= &quot;dev&quot;)} &quot;coq-mathcomp-ssreflect&quot; {(&gt;= &quot;1.9&quot; &amp; &lt; &quot;1.13~&quot;) | (= &quot;dev&quot;)} ] tags: [ &quot;category:Computer Science/Modal Logic&quot; &quot;keyword:modal logic&quot; &quot;keyword:completeness&quot; &quot;keyword:decidability&quot; &quot;keyword:Hilbert system&quot; &quot;keyword:computation tree logic&quot; &quot;keyword:propositional dynamic logic&quot; &quot;logpath:CompDecModal&quot; &quot;date:2020-09-35&quot; ] authors: [ &quot;Christian Doczkal&quot; ] url { src: &quot;https://github.com/coq-community/comp-dec-modal/archive/v1.0.tar.gz&quot; checksum: &quot;sha512=b9f0db9672d05e0fce859e3f4d4040275d30f7a6846a262767161283889f7bec5c078508a90a1ab6be87809c2431493f74a670f7d5789c5760a1028a1998854f&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-comp-dec-modal.1.0 coq.dev</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 4000000; timeout 2h opam install -y --deps-only coq-comp-dec-modal.1.0 coq.dev</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>1 m 38 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 16000000; timeout 2h opam install -y -v coq-comp-dec-modal.1.0 coq.dev</code></dd> <dt>Return code</dt> <dd>7936</dd> <dt>Duration</dt> <dd>15 s</dd> <dt>Output</dt> <dd><pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-gmp 3 Virtual package relying on a GMP lib system installation coq dev Formal proof management system coq-mathcomp-ssreflect dev Small Scale Reflection num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.11.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.11.1 Official release 4.11.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers [NOTE] Package coq is already installed (current version is dev). The following actions will be performed: - install coq-comp-dec-modal 1.0 &lt;&gt;&lt;&gt; Gathering sources &gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt; Processing 1/1: [coq-comp-dec-modal.1.0: http] [coq-comp-dec-modal.1.0] downloaded from https://github.com/coq-community/comp-dec-modal/archive/v1.0.tar.gz Processing 1/1: &lt;&gt;&lt;&gt; Processing actions &lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt; Processing 1/2: [coq-comp-dec-modal: make] + /home/bench/.opam/opam-init/hooks/sandbox.sh &quot;build&quot; &quot;make&quot; &quot;-j4&quot; (CWD=/home/bench/.opam/ocaml-base-compiler.4.11.1/.opam-switch/build/coq-comp-dec-modal.1.0) - coq_makefile -f _CoqProject -o Makefile.coq - make[1]: Entering directory &#39;/home/bench/.opam/ocaml-base-compiler.4.11.1/.opam-switch/build/coq-comp-dec-modal.1.0&#39; - COQDEP VFILES - COQC libs/bcase.v - COQC libs/edone.v - COQC libs/induced_sym.v - COQC libs/rewrite_inequality.v - COQC libs/base.v - COQC libs/fset.v - File &quot;./libs/fset.v&quot;, line 165, characters 20-58: - Error: The reference uniq_perm_eq was not found in the current environment. - - make[2]: *** [Makefile.coq:721: libs/fset.vo] Error 1 - make[1]: *** [Makefile.coq:344: all] Error 2 - make[1]: Leaving directory &#39;/home/bench/.opam/ocaml-base-compiler.4.11.1/.opam-switch/build/coq-comp-dec-modal.1.0&#39; - make: *** [Makefile:2: all] Error 2 [ERROR] The compilation of coq-comp-dec-modal failed at &quot;/home/bench/.opam/opam-init/hooks/sandbox.sh build make -j4&quot;. #=== ERROR while compiling coq-comp-dec-modal.1.0 =============================# # context 2.0.7 | linux/x86_64 | ocaml-base-compiler.4.11.1 | file:///home/bench/run/opam-coq-archive/released # path ~/.opam/ocaml-base-compiler.4.11.1/.opam-switch/build/coq-comp-dec-modal.1.0 # command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 # exit-code 2 # env-file ~/.opam/log/coq-comp-dec-modal-27250-335865.env # output-file ~/.opam/log/coq-comp-dec-modal-27250-335865.out ### output ### # [...] # COQC libs/edone.v # COQC libs/induced_sym.v # COQC libs/rewrite_inequality.v # COQC libs/base.v # COQC libs/fset.v # File &quot;./libs/fset.v&quot;, line 165, characters 20-58: # Error: The reference uniq_perm_eq was not found in the current environment. # # make[2]: *** [Makefile.coq:721: libs/fset.vo] Error 1 # make[1]: *** [Makefile.coq:344: all] Error 2 # make[1]: Leaving directory &#39;/home/bench/.opam/ocaml-base-compiler.4.11.1/.opam-switch/build/coq-comp-dec-modal.1.0&#39; # make: *** [Makefile:2: all] Error 2 &lt;&gt;&lt;&gt; Error report &lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt; +- The following actions failed | - build coq-comp-dec-modal 1.0 +- - No changes have been performed # Run eval $(opam env) to update the current shell environment &#39;opam install -y -v coq-comp-dec-modal.1.0 coq.dev&#39; failed. </pre></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>
_includes/analytics.html
finalgravity/finalgravity.beer
<script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-xxxxxxxx-x']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script>
contact.html
catherineop/advancedrussianonline
<!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>Contact - Advanced Russian Online</title> <!-- Bootstrap Core CSS --> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> <!-- Custom CSS --> <link href="css/business-casual.css" rel="stylesheet"> <!-- Fonts --> <link href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800" rel="stylesheet" type="text/css"> <link href="https://fonts.googleapis.com/css?family=Josefin+Slab:100,300,400,600,700,100italic,300italic,400italic,600italic,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]--> <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-100423953-1', 'auto'); ga('send', 'pageview'); </script> <style> .loader { position: fixed; top: 50%; left: 50%; width: 120px; height: 120px; margin-top: -60px; margin-left: -60px; opacity: .8; } </style> </head> <body> <div class="brand">Advanced Russian Online</div> <!-- Navigation --> <nav class="navbar navbar-default" 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> <!-- navbar-brand is hidden on larger screens, but visible when the menu is collapsed --> <a class="navbar-brand" href="index.html">Advanced Russian Online</a> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav"> <li> <a href="index.html">Home</a> </li> <li> <a href="tutor.html">Tutor</a> </li> <li> <a href="sessions.html">Sessions</a> </li> <li> <a href="contact.html">Contact</a> </li> </ul> </div> <!-- /.navbar-collapse --> </div> <!-- /.container --> </nav> <div class="container"> <div class="row"> <div class="box"> <div class="col-lg-12"> <hr> <h2 class="intro-text text-center">Contact <strong>form</strong> </h2> <hr> <div id="contactForm" role="form"> <div class="row"> <div class="form-group col-lg-6"> <label>Name</label> <input id="name" type="text" class="form-control" name="name" placeholder="required field"> </div> <div class="form-group col-lg-6"> <label>Email Address</label> <input id="email" type="email" class="form-control" name="email" placeholder="required field"> </div> <div class="clearfix"></div> <div class="form-group col-lg-12"> <label>Message</label> <textarea id="message" class="form-control" rows="6" name="message" placeholder="required field"></textarea> </div> <div class="form-group col-lg-12"> <button id="submitButton" class="btn btn-default" disabled>Submit</button> </div> </div> </div> <div id="formSubmitResult" hidden="true"> <p id="resultText"></p> <p>You will be contacted soon.</p> </div> </div> </div> </div> </div> <!-- /.container --> <footer> <div class="container"> <div class="row"> <div class="col-lg-12 text-center"> <p>Advanced Russian Online &copy; 2017</p> </div> </div> </div> </footer> <div id="loaderImage" class="loader" hidden="true" style="display:none"> <img src="/img/loading.gif" alt="loading..."> </div> <!-- jQuery --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!-- Bootstrap Core JavaScript --> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script> <script> $("input").on("blur input paste", function () { validateSubmit(); }); $("textarea").on("blur input paste", function () { validateSubmit(); }); function validateSubmit() { var formFilled = $("#name").val().trim() && $("#email").val().trim() && $("#message").val().trim(); $("#submitButton").prop('disabled', !formFilled); } $("#submitButton").click(function () { $("#loaderImage").show(); $("#submitButton").prop('disabled', true); var nameInput = $("#name"); var emailInput = $("#email"); var messageInput = $("#message"); var formData = { name: nameInput.val().trim(), email: emailInput.val().trim(), message: messageInput.val().trim() }; $.ajax({ method: "POST", //ToDo: replace AzureFunction/AzureTable with AppHarbor/Mailjet, set CORS on AppHarbor service url: "https://contact-form-aro.azurewebsites.net/api/NewContactRequest?code=XeuUCBpPDHfQEvh5BqeWinJdKsH5LlktLZURdfmHVpbR7KmuyLwKHA==", ////url: "http://arocontactrequesthandler.apphb.com", contentType: "application/json; charset=utf-8", crossDomain: true, data: JSON.stringify(formData) }) .done(function (msg) { $("#resultText").text(msg); }) .fail(function (xhr, exception) { $("#resultText").text("error:" + exception); }) .always(function () { $("#name").val(""); $("#email").val(""); $("#message").val(""); $("#submit").blur(); $("#contactForm").hide(); $("#formSubmitResult").show(); $("#loaderImage").hide(); }) }); </script> </body> </html>
static/404.html
NickPresta/guelphdev-api-service
<!-- This is 404.html --> <!doctype html> <html lang="en"> <head> <title>404 Not Found</title> </head> <body> <h1>404 Not Found</h1> <p>The server could not find the resource.</p> <p>Please read the API documentation here: <a href="http://guelphdev-api-service.readthedocs.org/en/latest/">http://guelphdev-api-service.readthedocs.org/en/latest/</a></p> </body> </html>
doc/Wesabe/Util.html
wesabe/wesabe-rubygem
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <link rel="stylesheet" href="../style.css" type="text/css" charset="utf-8" /> <link rel="stylesheet" href="../syntax_highlight.css" type="text/css" charset="utf-8" /> <script src="../jquery.js" type="text/javascript" charset="utf-8"></script> <script src="../app.js" type="text/javascript" charset="utf-8"></script> <title>Module: Wesabe::Util</title> </head> <body> <div id="content"> <div class="section module Wesabe_Util"> <h1 class="title">Module: Wesabe::Util</h1> <div class="section constants"> </div> <div class="section visibilitygroup public"> <h1>Public Visibility</h1> <div class="section methodsummary instance public"> <h1>Public Instance Method Summary</h1> <table class="summary"> <tr> <th class="signature"> <span class='name'><a title="#all_or_one" href="#all_or_one-instance_method">#all_or_one</a></span><span class='args'>(what, &amp;block)</span> <span class='block'>{|element| ... }</span> </th> <td class="docstring"> <p> Yields <tt>what</tt> or, if <tt>what</tt> is an array, each element of <tt>what</tt>. </p> <p class='returns'> Returns: <span class='return_types'> <tt>Array&lt;Object></tt> </span> </p> </td> </tr> </table> </div> <div class="section methoddetails instance public"> <h1>Public Instance Method Details</h1> <div class="method"> <div class="method_header"> <h3>all_or_one</h3> </div><div id="all_or_one-instance_method" class="section method"> <div class="details_title"> <div class='section methodsignature'> <tt class='def'> <span class='visibility'>public</span> <span class='return_types'><tt>Array&lt;Object></tt></span> <span class='name'>all_or_one</span><span class='args'>(what, &amp;block)</span> <span class='block'>{|element| ... }</span> </tt> </div> </div><div class="section docstring"> <p> Yields <tt>what</tt> or, if <tt>what</tt> is an array, each element of <tt>what</tt>. It&#8217;s sort of like an argument-agnostic <tt>map</tt>. </p> </div><div class="section tags"> <h2>Meta Tags</h2> <div class="yieldparam"> <h3>Yield Parameters:</h3> <dl> <dt> <span class='type'>[<tt>Object</tt>]</span> <span class='name'>element</span> </dt> <dd> <span class='desc'><p> If <tt>what</tt> is an <tt>Array</tt>, this is <tt>what</tt>. Otherwise it&#8217;s elements of <tt>what</tt>. </p> </span> </dd> </dl> </div> <div class="return"> <h3>Returns:</h3> <dl> <dt> <span class='type'>[<tt>Array&lt;Object></tt>, <tt>Object</tt>]</span> <span class='name'></span> </dt> <dd> <span class='desc'><p> If <tt>what</tt> is an array, it acts like <tt>what.map</tt>. Otherwise <tt>yield(what)</tt>. </p> </span> </dd> </dl> </div> </div><div class="section source"> <span>[<a class="source_link" href="#">View source</a>]</span> <div class="source_code"> <table> <tr> <td> <pre class="lines"> 12 13 14 15</pre> </td> <td> <pre class="code"><span class="info file"># File 'lib/wesabe/util.rb', line 12</span> <span class='def def kw'>def</span> <span class='all_or_one identifier id'>all_or_one</span><span class='lparen token'>(</span><span class='what identifier id'>what</span><span class='comma token'>,</span> <span class='bitand op'>&amp;</span><span class='block identifier id'>block</span><span class='rparen token'>)</span> <span class='result identifier id'>result</span> <span class='assign token'>=</span> <span class='Array constant id'>Array</span><span class='lparen token'>(</span><span class='what identifier id'>what</span><span class='rparen token'>)</span><span class='dot token'>.</span><span class='each identifier id'>each</span><span class='lparen token'>(</span><span class='bitand op'>&amp;</span><span class='block identifier id'>block</span><span class='rparen token'>)</span> <span class='return return kw'>return</span> <span class='what identifier id'>what</span><span class='dot token'>.</span><span class='is_a? fid id'>is_a?</span><span class='lparen token'>(</span><span class='Array constant id'>Array</span><span class='rparen token'>)</span> <span class='question op'>?</span> <span class='result identifier id'>result</span> <span class='colon op'>:</span> <span class='result identifier id'>result</span><span class='dot token'>.</span><span class='first identifier id'>first</span> <span class='end end kw'>end</span> </pre> </td> </tr> </table> </div> </div> </div> </div> </div> </div> </div> </div> </body> </html>
public/modules/walkins/views/create-walkin-device.client.view.html
ninjeez/STS-Integrated-System
<section class="container" data-ng-controller="WalkinDeviceController"> <label class="walkin-label">Please select or input the information of your device:</label><a class="pull-right" ng-click="resetState()"><strong>Reset</strong></a> <div class="deviceOptions" id="deviceCategory" ng-show="state.deviceCategory"> <ul style="list-style-type: none; margin-right: 3em;"> <li><a class="function btn btn-primary btn-sm btn-block" ng-click="selectDeviceCategory('Computer');">Computer</a></li> <li><a class="function btn btn-primary btn-sm btn-block" ng-click="selectDeviceCategory('Phone/Tablet');">Phone/Tablet</a></li> <li><a class="function btn btn-primary btn-sm btn-block" ng-click="selectDeviceCategory('Gaming System');">Gaming System</a></li> <li><a class="function btn btn-primary btn-sm btn-block" ng-click="selectDeviceCategory('TV/Media Device');">TV/Media Device</a></li> <li><a class="function btn btn-primary btn-sm btn-block" ng-click="selectDeviceCategory('Other');">Other</a></li> </ul> </div> <div class="deviceOptions" id="computerOS" ng-show="state.computerOS"> <ul style="list-style-type: none; margin-right: 3em;"> <li><a style="font-size: 18px;" class="function btn btn-primary btn-sm btn-block" ng-click="selectOS('Windows 10');">Windows 10</a></li> <li><a style="font-size: 18px;" class="function btn btn-primary btn-sm btn-block" ng-click="selectOS('Windows 8/8.1');">Windows 8/8.1</a></li> <li><a style="font-size: 18px;" class="function btn btn-primary btn-sm btn-block" ng-click="selectOS('Windows 7');">Windows 7</a></li> <li><a style="font-size: 18px;" class="function btn btn-primary btn-sm btn-block" ng-click="selectOS('Mac OSX 10.10 (Yosemite)');">Mac OSX 10.10 (Yosemite)</a></li> <li><a style="font-size: 18px;" class="function btn btn-primary btn-sm btn-block" ng-click="selectOS('Mac OSX 10.9 (Mavericks)');">Mac OSX 10.9 (Mavericks)</a></li> <li><a style="font-size: 18px;" class="function btn btn-primary btn-sm btn-block" ng-click="selectOS('Mac OSX 10.8 (Mountain Lion)');">Mac OSX 10.8 (Mountain Lion)</a></li> <li><a style="font-size: 18px;" class="function btn btn-primary btn-sm btn-block" ng-click="selectOS('Mac OSX 10.7 (Lion)');">Mac OSX 10.7 (Lion)</a></li> <li><a style="font-size: 18px;" class="function btn btn-primary btn-sm btn-block" ng-click="selectOS('Other');">Other</a></li></ul> </div> <div class="deviceOptions" id="mobileOS" ng-show="state.mobileOS"> <ul style="list-style-type: none; margin-right: 3em;"> <li><a class="function btn btn-primary btn-sm btn-block" ng-click="selectOS('Windows');">Windows Mobile</a></li> <li><a class="function btn btn-primary btn-sm btn-block" ng-click="selectOS('Android');">Android</a></li> <li><a class="function btn btn-primary btn-sm btn-block" ng-click="selectOS('iOS');">iOS</a></li> <li><a class="function btn btn-primary btn-sm btn-block" ng-click="selectOS('Other');">Other</a></li></ul> </ul> </div> <div class="deviceOptions" id="TVMDevice" ng-show="state.TVMDevice"> <ul style="list-style-type: none; margin-right: 3em;"> <li><a class="function btn btn-primary btn-sm btn-block" ng-click="selectDeviceType('TV');">TV</a></li> <li><a class="function btn btn-primary btn-sm btn-block" ng-click="selectDeviceType('Roku');">Roku</a></li> <li><a class="function btn btn-primary btn-sm btn-block" ng-click="selectDeviceType('Apple TV');">Apple TV</a></li> <li><a class="function btn btn-primary btn-sm btn-block" ng-click="selectDeviceType('Fire Stick');">Fire Stick</a></li> <li><a class="function btn btn-primary btn-sm btn-block" ng-click="selectDeviceType('Other');">Other</a></li> </ul> </div> <div class="deviceOptions" id="GamingDevice" ng-show="state.GamingDevice"> <ul style="list-style-type: none; margin-right: 3em;"> <li><a class="function btn btn-primary btn-sm btn-block" ng-click="selectDeviceType('Xbox');">Xbox</a></li> <li><a class="function btn btn-primary btn-sm btn-block" ng-click="selectDeviceType('Playstation');">Playstation</a></li> <li><a class="function btn btn-primary btn-sm btn-block" ng-click="selectDeviceType('Nintendo');">Nintendo</a></li> </ul> </div> <div class="form-group deviceOptions" id="otherDevice" ng-show="state.otherDevice" style="margin-top: 2em;" ng-class="{'has-error' : otherDeviceError}"> <label class="control-label" for="other-Device">Please specify your device information:</label> <div class="controls"> <input type="text" id="other-Device" class="form-control" placeholder="Enter device information here" data-ng-model="formData.otherDevice" style="font-size: 28px;height: 48px;"> </div> </div> <div class="pull-right" ng-show="state.otherDevice"> <a class="btn btn-primary" ng-click="validateOtherDevice()">Next&emsp;<span class="glyphicon glyphicon-circle-arrow-right"></span></a> </div> </section>
_posts/2010-01-28-the-equal-distribution-of-wealth.html
bbrown/bbrown.github.com
--- layout: post title: 'The Equal Distribution of Wealth: Moral Perspectives' date: '2010-01-28 22:15:32 -0700' mt_id: 1438 blog_id: 1 post_id: 1438 basename: the-equal-distribution-of-wealth categories: - essays --- <p> The issue of income inequality has been a pernicious social problem in every country, except for the United States. Most nations have resorted to socialism in order to combat this problem, to no avail. Why is it that America, long lambasted by its critics and its friends alike for its incredible wealth, has never experienced social divisions along class lines to the fundamentality of other nations? Despite the efforts of many Americans, America has succeeded where others have failed because Americans have always clung to the clich&eacute; of the American dream&mdash;pulling oneself up by one's bootstraps, rags to riches, and the Horatio Alger story. Moreover, Americans have understood the nature and source of wealth on a scale that other nations have not. This is not to say that there have not been detractors; in fact, there have been times in American history when its detractors have succeeded. More and more people are coming over to the idea that the government should forcibly redistribute income from the rich to the poor. In order to get a broad perspective and understanding on these issues, we must understand the moral premises that underlie them and the practical application of these premises. </p> <p> Anyone who believes that the State should take money from one person does so from within the moral confines of altruism. They may call it Christianity or Good Samaritanism or any of a host of other names. The essential nature of the doctrine they are upholding is altruism, nonetheless. This moral code states that no man has the right to exist for his own sake, that service to others is the standard of value, and that self-sacrifice is the highest value and virtue. To use a popular platitude, you <em>are</em> your brother's keeper. Politically, the doctrine of altruism lends itself to statism; the State supplanting the role of "others." You have no rights except that which the State grants you and your duty is to the State. Therefore, you have no moral right to your income or your wealth, others do. Since the State is the only instrument that can achieve the equal distribution of wealth, it is morally required to seize anything you make over your fair share. </p> <p> The only consistent moral system that supports the capitalist system is that of Objectivism, the philosophy of Ayn Rand. Capitalism has been defended for centuries now, but the defense bought into the same premises as the attackers: altruism. Ayn Rand's is the first system that successfully integrates an ethics of egoism with the premises of capitalism. Her premises follow. The Law of Causality obtains. That is, every action has a cause that has a specific nature which limits the actions possible. Man, therefore, has a specific nature. Survival is specific for man in that he must perform a certain set of actions in order to survive. He cannot acquire nutrition and energy using the method of survival of the plant, i.e., using chlorophyll. He must get food and consume it to provide the energy necessary for continued existence. Food, however, does not just appear in his mouth. He must engage in a certain species of action, goal-directed action. The goal, in this case, being life itself. Life is the ultimate value because life is the precondition of all values and that which all lesser goals are the means.This goal-directed action presupposes a process of thought, since it is necessary to detail within the mind the steps necessary to enact in order to acquire the food. Granted, the process of thought involved in such an effort is low-level, but it is most clear at this level. Because a process of thought is necessarily the precursor to any action, we can say that reason is man's means of survival. A man <em>can</em> act without thought, but it amounts to mere motion, and a man <em>can</em> think without action, but it amounts to mere daydreaming. So, more properly, we should say that reason is man's <em>basic</em> means of survival. From the above, we can derive the good. If man is goal-directed and life is his ultimate value, then life must also be the standard of value, of good and bad. That which furthers man's pursuit of life, the life proper to man, is the good and that which hinders his quest of life is the bad. Therefore, since man has a certain means of survival and the good is that which furthers survival, we can say that which allows reason to flourish uninhibited is also the good. This is the derivation of the rights to life, liberty, and property. Man's mind, his means of survival, cannot function if man is condemned to death at whim, i.e., if the right to life is not secured. Similarly, man's mind cannot function if its content or expression in action is limited or restricted, the right to liberty. Finally, man's mind is inextricable from man's body, they are an inseparable whole. Man must be able to occupy corporeal space. Moreover, man must be able to own the fruits of his mind's labor. How can life be pursued if one cannot own or ingest the food that one has acquired. This also hints at the fundamental evil, the initiation of force. The initiation of force is the only means by which man's mind may be limited or constricted. Possession of more money than someone else does not restrict the right of their mind to seek out means to even greater achievement than you. The government exists to secure and protect these three rights. The principle here is: you can do whatever your mind requires you to do so long as you do not infringe on other people's right to do the same. The assertion that the government should change its role from policeman to highwayman is repulsive to the notion of individual rights and reason. A compulsed mind is not free. </p> <p> How is a fair and equal distribution of wealth to be achieved in American society? Sam Pizzigati, in his book <cite>The Maximum Wage</cite>, believes that "[n]o person in the United States shall be permitted to earn more than ten times the income earned by any other person."<a href="#1" class="footnote">1</a> People earning less than the maximum wage, but more than the minimum would pay taxes on a scale from one to ten percent, depending on the distance of their wage from the minimum. Then, anything over the the maximum wage would be taxed at a marginal rate of one hundred percent. The rich pay their fair share and the poor don't have to scrounge for meals. Another redistribution scheme, promulgated by Milton Friedman, is the negative income tax. In this system, each taxpayer is allowed a certain amount, a personal allowance. Any income above this allowance is taxable, same as it is now. Any income below this allowance is subsidized to raise it up to this personal allowance. Thus, you've got the welfare system in that people are given money based on need, but you don't have the bureaucracy that comes with it. The solution to redistribution most often chosen is the welfare state. Every nation of the world that is not outright socialist or fascist has enacted the welfare state, to differing degrees. The American model of the welfare state guarantees a minimum wage, free (or cheap) medical care for the elderly and poor, cash payments to the elderly, the disabled, the unemployed, and poor families. It is based on a progressive tax, one whose marginal rates increase with income. It was originally envisioned as a safety net, whereby those displaced workers or temporarily poor could use it until they got back on their feet, but has since grown to become as comprehensive as the modern socialist states of the United Kingdom and Sweden. In fact, Sweden is heralded as the representative of equality. It guarantees a job at a living wage, provides free health care for all, free child care, and, sometimes, free housing and transportation. It has low unemployment, a high standard of living, little income inequality, and no overt signs of poverty. </p> <p> The antipode has never really been enacted. The closest it ever came was during the Industrial Revolution in America. Freedom was well-respected, but upheld on unstable ground. There are four things that would have to occur in order to erase the welfare state. One, repeal the welfare state. End all aid programs, all handouts, and all social security programs. Two, eliminate taxation. The forcible robbery of the American citizenry must cease. To paraphrase Dworkin, a government that does not respect man's inalienable individual rights is insincere. Third, properly understand rights. If we do not, the welfare state will be back at the next populist legislator. Fourth and final, pare government down to its three functions that protect individual rights: legislature, police, and military. These three functions are the only proper ones of government. Everything else, from OSHA to the EPA, must go. Then, and only then, will you have a government dedicated to the original intent of the Founding Fathers and respectful of individual rights. </p> <p> The welfare state and other redistributionist incarnations seek to acquire what others have produced without following the necessary causal sequence. They destroy the incentive to produce and undermine the only chance the poor have of rising above their situation. In a free market, "income is not distributed, it is produced."<a href="#2" class="footnote">2</a> </p> <p> The advocates of an equal distribution of wealth say that the poor have no way to get out from under the weight of the rich. The very society they inhabit prevents them from doing so, from the quality of education they get to the opportunities available to them. Since private individuals and corporations have not fulfilled their duty of charity, it is up to the government to compel them to do so. </p> <hr /> <p> <a name="1" class="footnote">1</a> Pizzigati, Sam. <a href="http://www.amazon.com/exec/obidos/ASIN/0945257457/bbrown-20/ref=nosim/"><cite>The Maximum Wage</cite></a>. New York: The Apex Press, 1992. p. 77. </p> <p> <a name="2" class="footnote">2</a> Skousen, Mark. <a href="http://www.amazon.com/exec/obidos/ASIN/1556239238/bbrown-20/ref=nosim/"><cite>Economics on Trial</cite></a>. Homewood, IL: Business One Irwin, 1991. p. 196. </p>
backend/appengine/templates/home.html
marcelosandoval/tekton
{% extends 'base/base.html' %} {% block body %} <div class="container"> <div class="row clearfix"> <div class="col-sm-3 column" align="center"> <img alt="600x650" src="/static/img/draven-soulreaper.png" class="img-mid img-responsive" style="margin-top: 200px"> </div> <div class="col-sm-6 column bloco-draven"> <div align="center"> <div class="titulo-draven"> Bem vindos ao <br/>League of Draven!! </div> <p> <div class="apres-draven"> Aqui você encontra informações sobre diversos elementos de League of Legends, e guias escritos e avaliados pela própria comunidade de jogadores.<br/> </div> </p> </div> </div> </div> <div class="row clearfix"> <div class="col-sm-2 column"> </div> <div class="col-sm-8 column"> <div class="row item-block"> <div class="col-sm-3 column"> <img alt="140x140" src="/static/img/champions.png" class="img-mid img-responsive"> </div> <div class="col-sm-9 column"> <h2> Campeões </h2> <p> Veja informações e dados sobre os campeões de League of Legends, sempre atualizados com o último patch do servidor live. Aqui se encontram os atributos dos campões, descrições de suas habilidades, assim como varias informações e curiosidades. </p> <p> <a class="btn" href="/campeao">Ir para a página de campeões »</a> </p> </div> </div> </div> <div class="col-sm-2 column"> </div> </div> <div class="row clearfix"> <div class="col-sm-2 column"> </div> <div class="col-sm-8 column"> <div class="row item-block"> <div class="col-sm-3 column"> <img alt="140x140" src="/static/img/itens.png" class="img-mid img-responsive"> </div> <div class="col-sm-9 column"> <h2> Itens </h2> <p> Para aprofundar seu conhecimento sobre League of Legends é precisso conhecer os itens do jogo, seus efeitos, atributos e custos. Dessa forma ficara muito mais facil decidir suas próximas ações dentro da partida. Aqui estão disponiveis todas as informações em relação aos itens. </p> <p> <a class="btn" href="/itenss">Ir para a página de itens »</a> </p> </div> </div> </div> <div class="col-sm-2 column"> </div> </div> <div class="row clearfix"> <div class="col-sm-2 column"> </div> <div class="col-sm-8 column"> <div class="row item-block"> <div class="col-sm-3 column"> <img alt="140x140" src="/static/img/creatures.png" class="img-mid img-responsive"> </div> <div class="col-sm-9 column"> <h2> Criaturas </h2> <p> Para conseguir escalar seu poder dentro do jogo e garantir uma vitória você deve conhecer todas as criaturas da selva, seus atributos, buffs e tempo de respawn, assim optimizando suas rotas por entre a selva e garantindo grando objetivos. </p> <p> <a class="btn" href="/criatura">Ir para a página de criaturas »</a> </p> </div> </div> </div> <div class="col-sm-2 column"> </div> </div> <div class="row clearfix"> <div class="col-sm-2 column"> </div> <div class="col-sm-8 column"> <div class="row item-block"> <div class="col-sm-3 column"> <img alt="140x140" src="/static/img/guides.png" class="img-mid img-responsive"> </div> <div class="col-sm-9 column"> <h2> Guias </h2> <p> Já tentou jogar com um campeão apelão e percebeu que era presciso mais que dez dedos pra isso?<br/> Aqui os jogadores podem ler e escrever guias de jogo de seus campeões favoritos, compartilhando e aprendendo macetes, taticas, builds, runas e talentos que possam ajudar seu desempenho. </p> <p> <a class="btn" href="/guia">Ir para a página de guias »</a> </p> </div> </div> </div> <div class="col-sm-2 column"> </div> </div> </div> {% endblock %}
前端/前端学院/任务三.html
geekdmm0xff/Learning-Notes
<!DOCTYPE> <html> <head> <meta charset="utf-8"> <title>IFE JavaScript Task 01</title> </head> <body> <ul id="source"> <li>北京空气质量:<b>90</b></li> <li>上海空气质量:<b>70</b></li> <li>天津空气质量:<b>80</b></li> <li>广州空气质量:<b>50</b></li> <li>深圳空气质量:<b>40</b></li> <li>福州空气质量:<b>32</b></li> <li>成都空气质量:<b>90</b></li> </ul> <ul id="resort"> <!-- <li>第一名:北京空气质量:<b>90</b></li> <li>第二名:北京空气质量:<b>90</b></li> <li>第三名:北京空气质量:<b>90</b></li> --> </ul> <button id="sort-btn">排序</button> <script type="text/javascript"> /** * getData方法 * 读取id为source的列表,获取其中城市名字及城市对应的空气质量 * 返回一个数组,格式见函数中示例 */ function getData() { /* data = [ ["北京", 90], ["北京", 90] …… ] */ var data = [] var sourceLi = document.querySelectorAll("#source li"); for (let i = 0; i < sourceLi.length; i++) { let res = sourceLi[i].innerText.split("空气质量:") let city = res[0] let level = parseInt(res[1]) data.push([city, level]) } return data } /** * sortAqiData * 按空气质量对data进行从小到大的排序 * 返回一个排序后的数组 */ function sortAqiData(data) { return data.sort(function (a, b) { return a[1] - b[1] }) } /** * render * 将排好序的城市及空气质量指数,输出显示到id位resort的列表中 * 格式见ul中的注释的部分 */ function render(data) { let container = document.querySelector("#resort") for (let i = 0; i < data.length; i++) { let elem = data[i] let tmp = `<li>${elem[0]}空气质量:<b>${elem[1]}</b></li>` container.insertAdjacentHTML("afterEnd", tmp) } } function btnHandle() { var aqiData = getData(); aqiData = sortAqiData(aqiData); render(aqiData); } function init() { // 在这下面给sort-btn绑定一个点击事件,点击时触发btnHandle函数 let sortBtn = document.querySelector("#sort-btn") sortBtn.addEventListener("click", btnHandle) } init(); </script> </body> </html>
src/components/InvestorTabs/InvestorTabs.css
medevelopment/updatemeadmin
/** * React Starter Kit (https://www.reactstarterkit.com/) * * Copyright © 2014-present Kriasoft, LLC. All rights reserved. * * This source code is licensed under the MIT license found in the * LICENSE.txt file in the root directory of this source tree. */ .root { margin: 0px 20px; margin-top: 115px; } .link { display: inline-block; padding: 3px 8px; text-decoration: none; font-size: 14px; color: #3e3e3e !important; font-weight: 500; padding-bottom: 10px; margin: 0px 20px -1px; } .link, .link:active, .link:visited { color: red; } .link:hover { color: red; } .highlight { margin-right: 8px; margin-left: 8px; border-radius: 3px; background: rgba(0, 0, 0, 0.15); color: #fff; } .highlight:hover { } .spacer { color: black; }
src/Viteloge/CoreBundle/Resources/descriptions/74107.html
donaldinou/frontend
<div class="commune_descr limited"> <p> Droisy est un village situé dans le département de Haute-Savoie en Rhône-Alpes. Elle totalisait 118 habitants en 2008.</p> <p>À coté de Droisy sont localisées les communes de <a href="{{VLROOT}}/immobilier/vallieres_74289/">Vallières</a> située à 3&nbsp;km, 1&nbsp;338 habitants, <a href="{{VLROOT}}/immobilier/crempigny-bonneguete_74095/">Crempigny-Bonneguête</a> à 2&nbsp;km, 238 habitants, <a href="{{VLROOT}}/immobilier/desingy_74100/">Desingy</a> située à 3&nbsp;km, 697 habitants, <a href="{{VLROOT}}/immobilier/seyssel_74269/">Seyssel</a> située à 3&nbsp;km, 2&nbsp;040 habitants, <a href="{{VLROOT}}/immobilier/seyssel_01407/">Seyssel</a> localisée à 3&nbsp;km, 902 habitants, <a href="{{VLROOT}}/immobilier/val-de-fier_74274/">Val-de-Fier</a> située à 4&nbsp;km, 504 habitants, entre autres. De plus, Droisy est située à seulement 20&nbsp;km de <a href="{{VLROOT}}/immobilier/annecy_74010/">Annecy</a>.</p> <p>La commune compte quelques aménagements, elle propose entre autres une boucle de randonnée.</p> <p>Le parc d'habitations, à Droisy, était réparti en 2011 en deux appartements et 62 maisons soit un marché plutôt équilibré.</p> <p>Si vous envisagez de venir habiter à Droisy, vous pourrez facilement trouver une maison à acheter. </p> </div>
skin/adminhtml/default/go/below_ie7.css
StudioBOZ/thirdClass
/** * Magento Go * * NOTICE OF LICENSE * * This source file is subject to the Magento Go License Agreement. * The licenses is available through the world-wide-web at this URL: * http://www.magentocommerce.com/license/Go. * If you are unable to obtain it through the world-wide-web, please send an email * to license@magentocommerce.com so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade Magento to newer * versions in the future. If you wish to customize Magento for your * needs please refer to http://www.magentocommerce.com for more information. * * @copyright Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com) * @license http://www.magentocommerce.com/license/Go */ /* Set min-width */ .wrapper { width:expression(document.body.clientWidth<1004?'1003px':'auto'); zoom:1; } .wrapper-popup { width:expression(document.body.clientWidth<751?'750px':'auto'); } .grid tr.filter .range div.date { width:121px; } /* Set min-height */ .middle { height:450px; } .icon-head { height:18px ;} .footer .powered-by { height:19px; } .simple-container { height:350px; } .messages li { height:23px; } #widget_window .magento_content { height:450px !important; overflow:visible !important; } .main-col { height:450px; zoom:1; } #nav ul li { background:none !important; padding:0 !important; float:none; width:auto; border-left:1px solid #b6b6b6; border-right:1px solid #b6b6b6; vertical-align:top; } #nav ul li.active { float:none; width:auto; } #nav ul { border-bottom:2px solid #b6b6b6; padding-top:0 !important; padding-bottom:0 !important; } #nav ul ul { border-top:1px solid #b6b6b6; background-image:none; } #nav ul li a { background-color:#e5edef; } #nav ul li a:hover { background-color:#d0dfe2; } #nav ul, #nav ul li, #nav ul a, #nav ul a span { zoom:1; } #message-popup-window-mask .flash-window { position:absolute; top:350px; } /* Hover Fix */ iframe.hover-fix { position:absolute; left:-1px; top:-1px; z-index:-1; background:transparent; filter:progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0); }
assets/index.html
davie668/myQuiz
<!DOCTYPE html> <html lang="en" ng-app="myQuiz"> <head> <meta charset="UTF-8"> <title>Licence Game</title> @@include('htmlparts/_head.html') </head> <body> <div id="myQuiz" ng-controller="QuizController"> <h1>Test your knowledge: <span>Personal Licence</span></h1> <div class="progress"> <div class=" {{ ($index === activeQuestion) ? 'on' : 'off' }} {{ (myQuestion.questionState === 'answered') ? 'answered' : 'unanswered' }} {{ (myQuestion.correctness === 'correct' ? 'correct' : 'incorrect' ) }} " ng-repeat="myQuestion in myQuestions"></div> </div> <div class="intro {{ (activeQuestion > -1) ? 'inactive' : 'active' }}"> <h2>Welcome</h2> <p>Click begin to complete your Personal Licence Quiz</p> <p class="btn" ng-click="activeQuestion = 0">Begin</p> </div> <div class="question {{myQuestion.questionState === 'answered' ? 'answered': 'unanswered'}} {{$index === activeQuestion ? 'active': 'inactive'}} " ng-repeat="myQuestion in myQuestions"> <p class="txt">{{myQuestion.question}}</p> <p class="ans" ng-class="{ image:Answer.image, selected:isSelected($parent.$index , $index), correct:isCorrect($parent.$index , $index)}" ng-style="{ 'background-image': 'url({{Answer.image}})' }" ng-click="selectAnswer($parent.$index , $index)" ng-repeat="Answer in myQuestions[$index].answers"> {{Answer.text}} </p> <div class="feedback"> <p ng-show="myQuestion.correctness === 'correct'">You are <strong>correct</strong></p> <p ng-show="myQuestion.correctness === 'incorrect'">Ooops! That is not correct</p> <p>{{myQuestion.feedback}}<span ng-show="myQuestion.source"> - <a href="{{myQuestion.source}}" target="_blank">source</a></span></p> <div class="btn" ng-click="selectContinue()">Continue</div> </div> </div> <div class="results {{ (totalQuestions === activeQuestion) ? 'active':'inactive' }}"> <h3>Results</h3> <p>You scored {{percentage}}% by correctly answering {{score}} of the total {{totalQuestions}} questions.</p> <p>Use the links below to challenge your friends</p> <div class="share" ng-bind-html="createShareLinks(percentage)"> </div> </div> <p class="info">Game created by <a href="http://www.vsmedia.co.uk" target="_blank">VSMedia</a></p> </div> <script type="text/javascript" src="js/script.js"></script> </body> </html>
2015/10/08/Injection-points-en-overerving.html
topicusonderwijs/topicusonderwijs.github.io
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <title>Injection points en overerving</title> <meta name="description" content="" /> <meta name="HandheldFriendly" content="True" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="shortcut icon" href="https://topicusonderwijs.github.io/favicon.ico"> <link rel="stylesheet" type="text/css" href="//topicusonderwijs.github.io/themes/casper/assets/css/screen.css?v=1467379702166" /> <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Merriweather:300,700,700italic,300italic|Open+Sans:700,400" /> <link rel="canonical" href="https://topicusonderwijs.github.io/2015/10/08/Injection-points-en-overerving.html" /> <meta name="referrer" content="origin" /> <meta property="og:site_name" content="Topicus Onderwijs Tech Blog" /> <meta property="og:type" content="website" /> <meta property="og:title" content="Injection points en overerving" /> <meta property="og:description" content="Dit blog borduurt voort op mijn eerdere blog @Inject: Trek je applicatie strak met CDI. Een van de onderwerpen die nog niet zijn besproken is overerving. Subclasses van Managed Beans Een Managed Bean kan worden gesubclassed net als elke andere (non-final) java-class. De subclass erft de eigenschappen van de Managed" /> <meta property="og:url" content="https://topicusonderwijs.github.io/2015/10/08/Injection-points-en-overerving.html" /> <meta property="article:tag" content="java" /> <meta property="article:tag" content=" cdi" /> <meta property="article:tag" content=" dependency injection" /> <meta name="twitter:card" content="summary" /> <meta name="twitter:title" content="Injection points en overerving" /> <meta name="twitter:description" content="Dit blog borduurt voort op mijn eerdere blog @Inject: Trek je applicatie strak met CDI. Een van de onderwerpen die nog niet zijn besproken is overerving. Subclasses van Managed Beans Een Managed Bean kan worden gesubclassed net als elke andere (non-final) java-class. De subclass erft de eigenschappen van de Managed" /> <meta name="twitter:url" content="https://topicusonderwijs.github.io/2015/10/08/Injection-points-en-overerving.html" /> <script type="application/ld+json"> null </script> <meta name="generator" content="HubPress" /> <link rel="alternate" type="application/rss+xml" title="Topicus Onderwijs Tech Blog" href="https://topicusonderwijs.github.io/rss/" /> </head> <body class="post-template tag-java tag-cdi tag-dependency-injection nav-closed"> <div class="site-wrapper"> <header class="main-header post-head " style="background-image: url(/covers/overerving.jpeg)"> <nav class="main-nav overlay clearfix"> </nav> </header> <main class="content" role="main"> <article class="post tag-java tag-cdi tag-dependency-injection"> <header class="post-header"> <h1 class="post-title">Injection points en overerving</h1> <section class="post-meta"> <time class="post-date" datetime="2015-10-08">08 October 2015</time> on <a href="https://topicusonderwijs.github.io/tag/java/">java</a>, <a href="https://topicusonderwijs.github.io/tag/cdi/"> cdi</a>, <a href="https://topicusonderwijs.github.io/tag/dependency-injection/"> dependency injection</a> </section> </header> <section class="post-content"> <div id="preamble"> <div class="sectionbody"> <div class="paragraph"> <p>Dit blog borduurt voort op mijn eerdere blog <a href="https://topicusonderwijs.github.io/2015/10/05/Inject-Trek-je-applicatie-strak-met-CDI.html">@Inject: Trek je applicatie strak met CDI</a>. Een van de onderwerpen die nog niet zijn besproken is overerving.</p> </div> </div> </div> <div class="sect1"> <h2 id="_subclasses_van_managed_beans">Subclasses van Managed Beans</h2> <div class="sectionbody"> <div class="paragraph"> <p>Een Managed Bean kan worden gesubclassed net als elke andere (non-final) java-class.<br> De subclass erft de eigenschappen van de Managed Bean:</p> </div> <div class="listingblock"> <div class="content"> <pre class="highlight"><code class="language-java" data-lang="java">@ApplicationScoped class Foo {} class SubFoo extends Foo {} class Bar { @Inject private SubFoo subFoo; }</code></pre> </div> </div> <div class="paragraph"> <p>In het bovenstaande voorbeeld wordt <code>SubFoo</code> gemanaged door de container en geïnjecteerd in <code>Bar</code>. <code>SubFoo</code> moet dan wel in een archief staan met een beans.xml waarvan de <code>bean-discovery-mode</code> op <code>all</code> of <code>annotated</code> staat.<br> <code>SubFoo</code> wordt ook opgepakt als Managed Bean in een archief waarvan de <code>bean-discovery-mode</code> op <code>annotated</code> staat, omdat de container in dat geval kijkt of de class zelf of een van z&#8217;n superclasses een scope of pseudo-scope heeft. De annotatie moet dan wel voorzien zijn van <code>@Inherited</code>, hiermee wordt aangegeven dat de annotatie automatisch wordt overgeërft.<br> De annotatie wordt niet overgeërft van interfaces.</p> </div> <div class="paragraph"> <p>Hiermee kan je een hele verzameling classes promoveren tot Managed Bean door een gezamenlijke superclass te voorzien van de (pseudo-)scope.</p> </div> </div> </div> <div class="sect1"> <h2 id="_overerving_van_members">Overerving van members</h2> <div class="sectionbody"> <div class="paragraph"> <p>Behalve eigenschappen op class-nivo worden ook eigenschappen van members overgeërft:</p> </div> <div class="sect2"> <h3 id="_ge_njecteerde_velden">Geïnjecteerde velden</h3> <div class="paragraph"> <p>Geïnjecteerde velden worden overgeërft door de subclass.<br> Het is zelfs zo dat je gebruik kunt maken van generics:</p> </div> <div class="listingblock"> <div class="content"> <pre class="highlight"><code class="language-java" data-lang="java">class GenericFoo&lt;T&gt;{ @Inject private List&lt;T&gt; items; } class StringFoo extends GenericFoo&lt;String&gt; {}</code></pre> </div> </div> <div class="paragraph"> <p>In het bovenstaande voorbeeld is het overgeërfte injection point van het type <code>List&lt;String&gt;</code>.</p> </div> </div> <div class="sect2"> <h3 id="_initializer_methods">Initializer methods</h3> <div class="paragraph"> <p>Initializer methods worden overgeërft door de subclass.</p> </div> </div> <div class="sect2"> <h3 id="_life_cycle_callbacks">Life cycle callbacks</h3> <div class="paragraph"> <p>Vanuit de Managed-Beans-specificatie kunnen er twee life cycle callbacks worden gedefinieerd (<code>@PostConstruct</code> en <code>@PreDestroy</code>) en deze methoden worden overgeërft door de subclass.</p> </div> </div> <div class="sect2"> <h3 id="_producer_disposer_fields_en_methods_strong_niet_strong">Producer, disposer fields en methods <strong>niet</strong></h3> <div class="paragraph"> <p>Methodes en fields die zijn geannoteerd met <code>@Produces</code> en <code>@Disposes</code> worden <strong>niet</strong> overgeërft.</p> </div> </div> <div class="sect2"> <h3 id="_interceptor_binding">Interceptor binding</h3> <div class="paragraph"> <p>In een latere blog ga ik verder in op interceptor binding.<br> Wat betreft overerving geldt dat de interceptor binding wordt overgeërft als de subclass of een van de tussenliggende superclasses niet de methode overschrijven waar de interceptor binding op in is gesteld.</p> </div> </div> </div> </div> <div class="sect1"> <h2 id="_specialization">Specialization</h2> <div class="sectionbody"> <div class="paragraph"> <p>Specialization is een manier om een Managed Bean te overschrijven met een andere implementatie.<br> Dat doe je door een subclass te maken van de Managed Bean die je wilt overschrijven en deze subclass te voorzien van de <code>@Specializes</code>-annotatie.<br> Hiermee wordt in jouw applicatie in plaats van de Managed Bean jouw gespecialiseerde implementatie gebruikt. Dat kunnen zelfs Managed Beans uit een ander framework zijn.<br> De specialiserende implementatie erft alle qualifiers van de Managed Bean die wordt overschreven, daarbij worden de qualifiers die zijn toegekend aan de specialiserende implementatie toegevoegd.</p> </div> <div class="paragraph"> <p>In het onderstaande voorbeeld zie je hoe je een class kunt specialiseren:</p> </div> <div class="listingblock"> <div class="content"> <pre class="highlight"><code class="language-java" data-lang="java">@Qualified class Foo {} @Specializes class SubFoo extends Foo {} class Bar { @Inject @Qualified private Foo foo; <i class="conum" data-value="1"></i><b>(1)</b> }</code></pre> </div> </div> <div class="colist arabic"> <table> <tr> <td><i class="conum" data-value="1"></i><b>1</b></td> <td>In dit injectionpoint wordt een instantie van <code>SubFoo</code> geïnjecteerd.</td> </tr> </table> </div> <div class="paragraph"> <p>Het is ook mogelijk om producer-methods te specialiseren. Daarvoor moet de class met de te specialiseren producer-method worden gesubclassed en de producer-method worden overschreven:</p> </div> <div class="listingblock"> <div class="content"> <pre class="highlight"><code class="language-java" data-lang="java">class RandomNumberProducer { @Produces public int produceRandomNumber() { return 4; } } class MyRandomNumberProducer extends RandomNumberProducer { @Specializes @Override public int produceRandomNumber() { return 9; } } class Bar { @Inject private int randomNumber; <i class="conum" data-value="1"></i><b>(1)</b> }</code></pre> </div> </div> <div class="colist arabic"> <table> <tr> <td><i class="conum" data-value="1"></i><b>1</b></td> <td>Hier wordt 9 geïnjecteerd.</td> </tr> </table> </div> <div class="paragraph"> <p>Wanneer in de bovenstaande voorbeelden de <code>@Specializes</code> achterwege wordt gelaten dan zal er een DeploymentException worden gegeven omdat er meerdere kandidaten zijn voor het injection point.<br> In een eerdere <a href="https://topicusonderwijs.github.io/2015/10/05/Inject-Trek-je-applicatie-strak-met-CDI.html">blog</a> heb ik laten zien hoe je zo&#8217;n situatie kan verhelpen met <code>Alternatives</code>. In het onderstaande voorbeeld wordt <code>@Specializes</code> vervangen door <code>@Alternative</code>. Hierdoor wordt <code>SubFoo</code> gedisabled. Wanneer we in de beans.xml <code>SubFoo</code> activeren als alternative wordt <code>Foo</code> gedisabled, maar niet helemaal.<br> <code>Foo</code> is nog steeds beschikbaar voor type safe resolution met qualifiers.</p> </div> <div class="listingblock"> <div class="content"> <pre class="highlight"><code class="language-java" data-lang="java">@Qualified class Foo {} @Alternative class SubFoo extends Foo {} class Bar { @Inject @Qualified private Foo foo; <i class="conum" data-value="1"></i><b>(1)</b> }</code></pre> </div> </div> <div class="colist arabic"> <table> <tr> <td><i class="conum" data-value="1"></i><b>1</b></td> <td>In dit injectionpoint wordt een instantie van <code>Foo</code> geïnjecteerd.</td> </tr> </table> </div> <div class="paragraph"> <p>Dit werkt alleen als de qualifier <code>@Qualified</code> niet automatisch wordt overgeërft omdat er een <code>@Inherited</code>-annotatie in de qualifier staat. Als de qualifier wel wordt overgeërft ontstaat er een DeploymentException.<br></p> </div> </div> </div> </section> <footer class="post-footer"> <figure class="author-image"> <a class="img" href="https://topicusonderwijs.github.io/author/keesvandaalen/" style="background-image: url(https://avatars.githubusercontent.com/u/8349040?v&#x3D;3)"><span class="hidden">Kees van Daalen's Picture</span></a> </figure> <section class="author"> <h4><a href="https://topicusonderwijs.github.io/author/keesvandaalen/">Kees van Daalen</a></h4> <p>Read <a href="https://topicusonderwijs.github.io/author/keesvandaalen/">more posts</a> by this author.</p> <div class="author-meta"> </div> </section> <section class="share"> <h4>Share this post</h4> <a class="icon-twitter" href="https://twitter.com/intent/tweet?text=Injection%20points%20en%20overerving&amp;url=https://topicusonderwijs.github.io/" onclick="window.open(this.href, 'twitter-share', 'width=550,height=235');return false;"> <span class="hidden">Twitter</span> </a> <a class="icon-facebook" href="https://www.facebook.com/sharer/sharer.php?u=https://topicusonderwijs.github.io/" onclick="window.open(this.href, 'facebook-share','width=580,height=296');return false;"> <span class="hidden">Facebook</span> </a> <a class="icon-google-plus" href="https://plus.google.com/share?url=https://topicusonderwijs.github.io/" onclick="window.open(this.href, 'google-plus-share', 'width=490,height=530');return false;"> <span class="hidden">Google+</span> </a> </section> </footer> <section class="post-comments"> <div id="disqus_thread"></div> <script type="text/javascript"> var disqus_shortname = 'topicusonderwijs'; // required: replace example with your forum shortname /* * * DON'T EDIT BELOW THIS LINE * * */ (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })(); </script> <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript> <a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a> </section> </article> </main> <aside class="read-next"> </aside> <footer class="site-footer clearfix"> <section class="copyright"><a href="https://topicusonderwijs.github.io">Topicus Onderwijs Tech Blog</a> &copy; 2016</section> <section class="poweredby">Proudly published with <a href="http://hubpress.io">HubPress</a></section> </footer> </div> <script type="text/javascript" src="https://code.jquery.com/jquery-1.12.0.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js?v="></script> <script src="//cdnjs.cloudflare.com/ajax/libs/moment.js/2.9.0/moment-with-locales.min.js?v="></script> <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/highlight.min.js?v="></script> <script type="text/javascript"> jQuery( document ).ready(function() { // change date with ago jQuery('ago.ago').each(function(){ var element = jQuery(this).parent(); element.html( moment(element.text()).fromNow()); }); }); hljs.initHighlightingOnLoad(); </script> <script type="text/javascript" src="//topicusonderwijs.github.io/themes/casper/assets/js/jquery.fitvids.js?v=1467379702166"></script> <script type="text/javascript" src="//topicusonderwijs.github.io/themes/casper/assets/js/index.js?v=1467379702166"></script> </body> </html>
testSpecApp/app/app/views/AppSpec.html
AppGyver/supersonic
<script type="text/javascript" src="/app/app.js"></script>
v4/user-agent-detail/ec/b5/ecb56b94-a122-4acd-b099-4f1e28d10719.html
ThaDafinser/UserAgentParserComparison
<html> <head> <title>User agent detail - Mozilla/5.0 (Linux; U; Android 5.0 kitkat; en-US; Nokia-1100 Build/GINGERBREAD) AppleWebKit/534.31 (KHTML, like Gecko) UCBrowser/9.3.0.321 U3/0.8.0 Mobile Safari/534.31</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> </head> <body> <div class="container"> <div class="section"> <h1 class="header center orange-text">User agent detail</h1> <div class="row center"> <h5 class="header light"> Mozilla/5.0 (Linux; U; Android 5.0 kitkat; en-US; Nokia-1100 Build/GINGERBREAD) AppleWebKit/534.31 (KHTML, like Gecko) UCBrowser/9.3.0.321 U3/0.8.0 Mobile Safari/534.31 </h5> </div> </div> <div class="section"> <table class="striped"><tr><th></th><th colspan="3">General</th><th colspan="5">Device</th><th colspan="3">Bot</th><th colspan="2"></th></tr><tr><th>Provider</th><th>Browser</th><th>Engine</th><th>OS</th><th>Brand</th><th>Model</th><th>Type</th><th>Is mobile</th><th>Is touch</th><th>Is bot</th><th>Name</th><th>Type</th><th>Parse time</th><th>Actions</th></tr><tr><th colspan="14" class="green lighten-3">Source result (test suite)</th></tr><tr><td>ua-parser/uap-core<br /><small>vendor/thadafinser/uap-core/tests/test_device.yaml</small></td><td> </td><td> </td><td> </td><td style="border-left: 1px solid #555">Nokia</td><td>1100</td><td></td><td></td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-test">Detail</a> <!-- Modal Structure --> <div id="modal-test" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Testsuite result detail</h4> <p><pre><code class="php">Array ( [user_agent_string] => Mozilla/5.0 (Linux; U; Android 5.0 kitkat; en-US; Nokia-1100 Build/GINGERBREAD) AppleWebKit/534.31 (KHTML, like Gecko) UCBrowser/9.3.0.321 U3/0.8.0 Mobile Safari/534.31 [family] => Nokia-1100 [brand] => Nokia [model] => 1100 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><th colspan="14" class="green lighten-3">Providers</th></tr><tr><td>BrowscapPhp<br /><small>6012</small></td><td>UC Browser 9.3</td><td>U3 </td><td>Android </td><td style="border-left: 1px solid #555"></td><td></td><td>Mobile Phone</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.12101</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-215ac98d-ccf8-4615-916e-5a819d6a59c9">Detail</a> <!-- Modal Structure --> <div id="modal-215ac98d-ccf8-4615-916e-5a819d6a59c9" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>BrowscapPhp result detail</h4> <p><pre><code class="php">stdClass Object ( [browser_name_regex] => /^mozilla\/5\.0 \(.*linux.*android.*\) applewebkit\/.* \(khtml,.*like gecko.*\) .*ucbrowser\/9\.3.* u3\/.* safari\/.*$/ [browser_name_pattern] => mozilla/5.0 (*linux*android*) applewebkit/* (khtml,*like gecko*) *ucbrowser/9.3* u3/* safari/* [parent] => UC Browser 9.3 [comment] => UC Browser 9.3 [browser] => UC Browser [browser_type] => Browser [browser_bits] => 32 [browser_maker] => UC Web [browser_modus] => unknown [version] => 9.3 [majorver] => 9 [minorver] => 3 [platform] => Android [platform_version] => unknown [platform_description] => Android OS [platform_bits] => 32 [platform_maker] => Google Inc [alpha] => [beta] => [win16] => [win32] => [win64] => [frames] => 1 [iframes] => 1 [tables] => 1 [cookies] => 1 [backgroundsounds] => [javascript] => 1 [vbscript] => [javaapplets] => [activexcontrols] => [ismobiledevice] => 1 [istablet] => [issyndicationreader] => [crawler] => [cssversion] => 3 [aolversion] => 0 [device_name] => general Mobile Phone [device_maker] => unknown [device_type] => Mobile Phone [device_pointing_method] => touchscreen [device_code_name] => general Mobile Phone [device_brand_name] => unknown [renderingengine_name] => U3 [renderingengine_version] => unknown [renderingengine_description] => a WebKit Fork by UC Web [renderingengine_maker] => UC Web ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>DonatjUAParser<br /><small>v0.5.0</small></td><td>Android Browser 534.31</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.001</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-f1436016-fdf1-4aea-b4be-1d7c99ab0661">Detail</a> <!-- Modal Structure --> <div id="modal-f1436016-fdf1-4aea-b4be-1d7c99ab0661" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>DonatjUAParser result detail</h4> <p><pre><code class="php">Array ( [platform] => Android [browser] => Android Browser [version] => 534.31 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>NeutrinoApiCom<br /><small></small></td><td>UC Browser 9.3.0.321</td><td><i class="material-icons">close</i></td><td>Android </td><td style="border-left: 1px solid #555">Generic</td><td>Android 5.0</td><td>mobile-browser</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.36007</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-9b0fa449-ec1b-40c8-8b1c-9486eb3b9cbc">Detail</a> <!-- Modal Structure --> <div id="modal-9b0fa449-ec1b-40c8-8b1c-9486eb3b9cbc" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>NeutrinoApiCom result detail</h4> <p><pre><code class="php">stdClass Object ( [mobile_screen_height] => 480 [is_mobile] => 1 [type] => mobile-browser [mobile_brand] => Generic [mobile_model] => Android 5.0 [version] => 9.3.0.321 [is_android] => 1 [browser_name] => UC Browser [operating_system_family] => Android [operating_system_version] => [is_ios] => [producer] => UCWEB Technology Ltd. [operating_system] => Android [mobile_screen_width] => 320 [mobile_browser] => Chrome Mobile ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>PiwikDeviceDetector<br /><small>3.5.2</small></td><td>UC Browser 9.3</td><td>WebKit </td><td>Android 5.0</td><td style="border-left: 1px solid #555">Nokia</td><td>N1100</td><td>smartphone</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.004</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-21638055-738d-46ba-a1b1-f5114bc26475">Detail</a> <!-- Modal Structure --> <div id="modal-21638055-738d-46ba-a1b1-f5114bc26475" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>PiwikDeviceDetector result detail</h4> <p><pre><code class="php">Array ( [client] => Array ( [type] => browser [name] => UC Browser [short_name] => UC [version] => 9.3 [engine] => WebKit ) [operatingSystem] => Array ( [name] => Android [short_name] => AND [version] => 5.0 [platform] => ) [device] => Array ( [brand] => NK [brandName] => Nokia [model] => N1100 [device] => 1 [deviceName] => smartphone ) [bot] => [extra] => Array ( [isBot] => [isBrowser] => 1 [isFeedReader] => [isMobileApp] => [isPIM] => [isLibrary] => [isMediaPlayer] => [isCamera] => [isCarBrowser] => [isConsole] => [isFeaturePhone] => [isPhablet] => [isPortableMediaPlayer] => [isSmartDisplay] => [isSmartphone] => 1 [isTablet] => [isTV] => [isDesktop] => [isMobile] => 1 [isTouchEnabled] => ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>SinergiBrowserDetector<br /><small>6.0.0</small></td><td>Navigator </td><td><i class="material-icons">close</i></td><td>Android 5.0</td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.002</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-5415e7f2-ef7b-434c-abe0-b71ba9f6707c">Detail</a> <!-- Modal Structure --> <div id="modal-5415e7f2-ef7b-434c-abe0-b71ba9f6707c" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>SinergiBrowserDetector result detail</h4> <p><pre><code class="php">Array ( [browser] => Sinergi\BrowserDetector\Browser Object ( [userAgent:Sinergi\BrowserDetector\Browser:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; U; Android 5.0 kitkat; en-US; Nokia-1100 Build/GINGERBREAD) AppleWebKit/534.31 (KHTML, like Gecko) UCBrowser/9.3.0.321 U3/0.8.0 Mobile Safari/534.31 ) [name:Sinergi\BrowserDetector\Browser:private] => Navigator [version:Sinergi\BrowserDetector\Browser:private] => unknown [isRobot:Sinergi\BrowserDetector\Browser:private] => [isChromeFrame:Sinergi\BrowserDetector\Browser:private] => ) [operatingSystem] => Sinergi\BrowserDetector\Os Object ( [name:Sinergi\BrowserDetector\Os:private] => Android [version:Sinergi\BrowserDetector\Os:private] => 5.0 [isMobile:Sinergi\BrowserDetector\Os:private] => 1 [userAgent:Sinergi\BrowserDetector\Os:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; U; Android 5.0 kitkat; en-US; Nokia-1100 Build/GINGERBREAD) AppleWebKit/534.31 (KHTML, like Gecko) UCBrowser/9.3.0.321 U3/0.8.0 Mobile Safari/534.31 ) ) [device] => Sinergi\BrowserDetector\Device Object ( [name:Sinergi\BrowserDetector\Device:private] => unknown [userAgent:Sinergi\BrowserDetector\Device:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; U; Android 5.0 kitkat; en-US; Nokia-1100 Build/GINGERBREAD) AppleWebKit/534.31 (KHTML, like Gecko) UCBrowser/9.3.0.321 U3/0.8.0 Mobile Safari/534.31 ) ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UAParser<br /><small>v3.4.5</small></td><td>UC Browser 9.3.0</td><td><i class="material-icons">close</i></td><td>Android 5.0</td><td style="border-left: 1px solid #555">Nokia</td><td>1100</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.004</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-346c1a98-5fd3-454f-b6c8-350f2f505d8b">Detail</a> <!-- Modal Structure --> <div id="modal-346c1a98-5fd3-454f-b6c8-350f2f505d8b" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UAParser result detail</h4> <p><pre><code class="php">UAParser\Result\Client Object ( [ua] => UAParser\Result\UserAgent Object ( [major] => 9 [minor] => 3 [patch] => 0 [family] => UC Browser ) [os] => UAParser\Result\OperatingSystem Object ( [major] => 5 [minor] => 0 [patch] => [patchMinor] => [family] => Android ) [device] => UAParser\Result\Device Object ( [brand] => Nokia [model] => 1100 [family] => Nokia-1100 ) [originalUserAgent] => Mozilla/5.0 (Linux; U; Android 5.0 kitkat; en-US; Nokia-1100 Build/GINGERBREAD) AppleWebKit/534.31 (KHTML, like Gecko) UCBrowser/9.3.0.321 U3/0.8.0 Mobile Safari/534.31 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UserAgentStringCom<br /><small></small></td><td>Android Webkit Browser </td><td><i class="material-icons">close</i></td><td>Android 5.0 kitkat</td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.07702</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-9cdd8b45-a2eb-406b-bd27-7e48af38ffd4">Detail</a> <!-- Modal Structure --> <div id="modal-9cdd8b45-a2eb-406b-bd27-7e48af38ffd4" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UserAgentStringCom result detail</h4> <p><pre><code class="php">stdClass Object ( [agent_type] => Browser [agent_name] => Android Webkit Browser [agent_version] => -- [os_type] => Android [os_name] => Android [os_versionName] => [os_versionNumber] => 5.0 kitkat [os_producer] => [os_producerURL] => [linux_distibution] => Null [agent_language] => English - United States [agent_languageTag] => en-US ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>WhatIsMyBrowserCom<br /><small></small></td><td>UC Browser 9.3.0.321</td><td>WebKit 534.31</td><td>NokiaOS 5.0</td><td style="border-left: 1px solid #555">Nokia</td><td>Nokia -1100</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.41908</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-9795f66f-7271-430e-973a-a5c0e14dc35a">Detail</a> <!-- Modal Structure --> <div id="modal-9795f66f-7271-430e-973a-a5c0e14dc35a" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhatIsMyBrowserCom result detail</h4> <p><pre><code class="php">stdClass Object ( [operating_system_name] => NokiaOS [simple_sub_description_string] => [simple_browser_string] => UC Browser 9.3 on NokiaOS (Lollipop) [browser_version] => 9.3 [extra_info] => Array ( ) [operating_platform] => Nokia -1100 [extra_info_table] => Array ( ) [layout_engine_name] => WebKit [detected_addons] => Array ( ) [operating_system_flavour_code] => [hardware_architecture] => [operating_system_flavour] => [operating_system_frameworks] => Array ( ) [browser_name_code] => uc-browser [operating_system_version] => Lollipop [simple_operating_platform_string] => Nokia -1100 [is_abusive] => [layout_engine_version] => 534.31 [browser_capabilities] => Array ( ) [operating_platform_vendor_name] => Nokia [operating_system] => NokiaOS (Lollipop) [operating_system_version_full] => 5.0 [operating_platform_code] => -1100 [browser_name] => UC Browser [operating_system_name_code] => nokiaos [user_agent] => Mozilla/5.0 (Linux; U; Android 5.0 kitkat; en-US; Nokia-1100 Build/GINGERBREAD) AppleWebKit/534.31 (KHTML, like Gecko) UCBrowser/9.3.0.321 U3/0.8.0 Mobile Safari/534.31 [browser_version_full] => 9.3.0.321 [browser] => UC Browser 9.3 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>WhichBrowser<br /><small>2.0.10</small></td><td>UC Browser 9.3</td><td>Webkit 534.31</td><td>Android 2.3</td><td style="border-left: 1px solid #555">Nokia</td><td>1100</td><td>mobile:smart</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.131</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-342c8d32-4765-40a8-8a5c-af3a38d19ae4">Detail</a> <!-- Modal Structure --> <div id="modal-342c8d32-4765-40a8-8a5c-af3a38d19ae4" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhichBrowser result detail</h4> <p><pre><code class="php">Array ( [browser] => Array ( [name] => UC Browser [version] => 9.3 [type] => browser ) [engine] => Array ( [name] => Webkit [version] => 534.31 ) [os] => Array ( [name] => Android [version] => 2.3 ) [device] => Array ( [type] => mobile [subtype] => smart [manufacturer] => Nokia [model] => 1100 ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Woothee<br /><small>v1.2.0</small></td><td>Safari </td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>smartphone</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.001</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-3f285ff5-314b-4db4-9948-54572e92e7b6">Detail</a> <!-- Modal Structure --> <div id="modal-3f285ff5-314b-4db4-9948-54572e92e7b6" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Woothee result detail</h4> <p><pre><code class="php">Array ( [name] => Safari [vendor] => Apple [version] => UNKNOWN [category] => smartphone [os] => Android [os_version] => 5.0 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Wurfl<br /><small>1.6.4</small></td><td>UC Browser 10</td><td><i class="material-icons">close</i></td><td>Android 5.0</td><td style="border-left: 1px solid #555"></td><td></td><td>Smartphone</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.024</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-1a1aee36-7ce7-4111-a391-8e2c501f1532">Detail</a> <!-- Modal Structure --> <div id="modal-1a1aee36-7ce7-4111-a391-8e2c501f1532" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Wurfl result detail</h4> <p><pre><code class="php">Array ( [virtual] => Array ( [is_android] => true [is_ios] => false [is_windows_phone] => false [is_app] => false [is_full_desktop] => false [is_largescreen] => false [is_mobile] => true [is_robot] => false [is_smartphone] => true [is_touchscreen] => true [is_wml_preferred] => false [is_xhtmlmp_preferred] => false [is_html_preferred] => true [advertised_device_os] => Android [advertised_device_os_version] => 5.0 [advertised_browser] => UC Browser [advertised_browser_version] => 10 [complete_device_name] => Generic Android 5.0 [form_factor] => Smartphone [is_phone] => true [is_app_webview] => false ) [all] => Array ( [brand_name] => Generic [model_name] => Android 5.0 [unique] => true [ununiqueness_handler] => [is_wireless_device] => true [device_claims_web_support] => true [has_qwerty_keyboard] => true [can_skip_aligned_link_row] => true [uaprof] => [uaprof2] => [uaprof3] => [nokia_series] => 0 [nokia_edition] => 0 [device_os] => Android [mobile_browser] => UCWeb [mobile_browser_version] => [device_os_version] => 5.0 [pointing_method] => touchscreen [release_date] => 2014_october [marketing_name] => [model_extra_info] => [nokia_feature_pack] => 0 [can_assign_phone_number] => true [is_tablet] => false [manufacturer_name] => [is_bot] => false [is_google_glass] => false [proportional_font] => false [built_in_back_button_support] => false [card_title_support] => true [softkey_support] => false [table_support] => true [numbered_menus] => false [menu_with_select_element_recommended] => false [menu_with_list_of_links_recommended] => true [icons_on_menu_items_support] => false [break_list_of_links_with_br_element_recommended] => true [access_key_support] => false [wrap_mode_support] => false [times_square_mode_support] => false [deck_prefetch_support] => false [elective_forms_recommended] => true [wizards_recommended] => false [image_as_link_support] => false [insert_br_element_after_widget_recommended] => false [wml_can_display_images_and_text_on_same_line] => false [wml_displays_image_in_center] => false [opwv_wml_extensions_support] => false [wml_make_phone_call_string] => wtai://wp/mc; [chtml_display_accesskey] => false [emoji] => false [chtml_can_display_images_and_text_on_same_line] => false [chtml_displays_image_in_center] => false [imode_region] => none [chtml_make_phone_call_string] => tel: [chtml_table_support] => false [xhtml_honors_bgcolor] => true [xhtml_supports_forms_in_table] => true [xhtml_support_wml2_namespace] => false [xhtml_autoexpand_select] => false [xhtml_select_as_dropdown] => false [xhtml_select_as_radiobutton] => false [xhtml_select_as_popup] => false [xhtml_display_accesskey] => false [xhtml_supports_invisible_text] => false [xhtml_supports_inline_input] => false [xhtml_supports_monospace_font] => false [xhtml_supports_table_for_layout] => true [xhtml_supports_css_cell_table_coloring] => true [xhtml_format_as_css_property] => false [xhtml_format_as_attribute] => false [xhtml_nowrap_mode] => false [xhtml_marquee_as_css_property] => false [xhtml_readable_background_color1] => #FFFFFF [xhtml_readable_background_color2] => #FFFFFF [xhtml_allows_disabled_form_elements] => true [xhtml_document_title_support] => true [xhtml_preferred_charset] => iso-8859-1 [opwv_xhtml_extensions_support] => false [xhtml_make_phone_call_string] => tel: [xhtmlmp_preferred_mime_type] => text/html [xhtml_table_support] => true [xhtml_send_sms_string] => sms: [xhtml_send_mms_string] => mms: [xhtml_file_upload] => supported [cookie_support] => true [accept_third_party_cookie] => true [xhtml_supports_iframe] => full [xhtml_avoid_accesskeys] => true [xhtml_can_embed_video] => none [ajax_support_javascript] => true [ajax_manipulate_css] => true [ajax_support_getelementbyid] => true [ajax_support_inner_html] => true [ajax_xhr_type] => standard [ajax_manipulate_dom] => true [ajax_support_events] => true [ajax_support_event_listener] => true [ajax_preferred_geoloc_api] => w3c_api [xhtml_support_level] => 4 [preferred_markup] => html_web_4_0 [wml_1_1] => false [wml_1_2] => false [wml_1_3] => false [html_wi_w3_xhtmlbasic] => true [html_wi_oma_xhtmlmp_1_0] => true [html_wi_imode_html_1] => false [html_wi_imode_html_2] => false [html_wi_imode_html_3] => false [html_wi_imode_html_4] => false [html_wi_imode_html_5] => false [html_wi_imode_htmlx_1] => false [html_wi_imode_htmlx_1_1] => false [html_wi_imode_compact_generic] => false [html_web_3_2] => true [html_web_4_0] => true [voicexml] => false [multipart_support] => false [total_cache_disable_support] => false [time_to_live_support] => false [resolution_width] => 320 [resolution_height] => 480 [columns] => 60 [max_image_width] => 320 [max_image_height] => 640 [rows] => 40 [physical_screen_width] => 34 [physical_screen_height] => 50 [dual_orientation] => true [density_class] => 1.0 [wbmp] => true [bmp] => false [epoc_bmp] => false [gif_animated] => false [jpg] => true [png] => true [tiff] => false [transparent_png_alpha] => true [transparent_png_index] => true [svgt_1_1] => true [svgt_1_1_plus] => false [greyscale] => false [gif] => true [colors] => 65536 [webp_lossy_support] => true [webp_lossless_support] => true [post_method_support] => true [basic_authentication_support] => true [empty_option_value_support] => true [emptyok] => false [nokia_voice_call] => false [wta_voice_call] => false [wta_phonebook] => false [wta_misc] => false [wta_pdc] => false [https_support] => true [phone_id_provided] => false [max_data_rate] => 3600 [wifi] => true [sdio] => false [vpn] => false [has_cellular_radio] => true [max_deck_size] => 2000000 [max_url_length_in_requests] => 256 [max_url_length_homepage] => 0 [max_url_length_bookmark] => 0 [max_url_length_cached_page] => 0 [max_no_of_connection_settings] => 0 [max_no_of_bookmarks] => 0 [max_length_of_username] => 0 [max_length_of_password] => 0 [max_object_size] => 0 [downloadfun_support] => false [directdownload_support] => true [inline_support] => false [oma_support] => true [ringtone] => false [ringtone_3gpp] => false [ringtone_midi_monophonic] => false [ringtone_midi_polyphonic] => false [ringtone_imelody] => false [ringtone_digiplug] => false [ringtone_compactmidi] => false [ringtone_mmf] => false [ringtone_rmf] => false [ringtone_xmf] => false [ringtone_amr] => false [ringtone_awb] => false [ringtone_aac] => false [ringtone_wav] => false [ringtone_mp3] => false [ringtone_spmidi] => false [ringtone_qcelp] => false [ringtone_voices] => 1 [ringtone_df_size_limit] => 0 [ringtone_directdownload_size_limit] => 0 [ringtone_inline_size_limit] => 0 [ringtone_oma_size_limit] => 0 [wallpaper] => false [wallpaper_max_width] => 0 [wallpaper_max_height] => 0 [wallpaper_preferred_width] => 0 [wallpaper_preferred_height] => 0 [wallpaper_resize] => none [wallpaper_wbmp] => false [wallpaper_bmp] => false [wallpaper_gif] => false [wallpaper_jpg] => false [wallpaper_png] => false [wallpaper_tiff] => false [wallpaper_greyscale] => false [wallpaper_colors] => 2 [wallpaper_df_size_limit] => 0 [wallpaper_directdownload_size_limit] => 0 [wallpaper_inline_size_limit] => 0 [wallpaper_oma_size_limit] => 0 [screensaver] => false [screensaver_max_width] => 0 [screensaver_max_height] => 0 [screensaver_preferred_width] => 0 [screensaver_preferred_height] => 0 [screensaver_resize] => none [screensaver_wbmp] => false [screensaver_bmp] => false [screensaver_gif] => false [screensaver_jpg] => false [screensaver_png] => false [screensaver_greyscale] => false [screensaver_colors] => 2 [screensaver_df_size_limit] => 0 [screensaver_directdownload_size_limit] => 0 [screensaver_inline_size_limit] => 0 [screensaver_oma_size_limit] => 0 [picture] => false [picture_max_width] => 0 [picture_max_height] => 0 [picture_preferred_width] => 0 [picture_preferred_height] => 0 [picture_resize] => none [picture_wbmp] => false [picture_bmp] => false [picture_gif] => false [picture_jpg] => false [picture_png] => false [picture_greyscale] => false [picture_colors] => 2 [picture_df_size_limit] => 0 [picture_directdownload_size_limit] => 0 [picture_inline_size_limit] => 0 [picture_oma_size_limit] => 0 [video] => false [oma_v_1_0_forwardlock] => false [oma_v_1_0_combined_delivery] => false [oma_v_1_0_separate_delivery] => false [streaming_video] => true [streaming_3gpp] => true [streaming_mp4] => true [streaming_mov] => false [streaming_video_size_limit] => 0 [streaming_real_media] => none [streaming_flv] => false [streaming_3g2] => false [streaming_vcodec_h263_0] => 10 [streaming_vcodec_h263_3] => -1 [streaming_vcodec_mpeg4_sp] => 2 [streaming_vcodec_mpeg4_asp] => -1 [streaming_vcodec_h264_bp] => 3.0 [streaming_acodec_amr] => nb [streaming_acodec_aac] => lc [streaming_wmv] => none [streaming_preferred_protocol] => http [streaming_preferred_http_protocol] => apple_live_streaming [wap_push_support] => false [connectionless_service_indication] => false [connectionless_service_load] => false [connectionless_cache_operation] => false [connectionoriented_unconfirmed_service_indication] => false [connectionoriented_unconfirmed_service_load] => false [connectionoriented_unconfirmed_cache_operation] => false [connectionoriented_confirmed_service_indication] => false [connectionoriented_confirmed_service_load] => false [connectionoriented_confirmed_cache_operation] => false [utf8_support] => true [ascii_support] => false [iso8859_support] => false [expiration_date] => false [j2me_cldc_1_0] => false [j2me_cldc_1_1] => false [j2me_midp_1_0] => false [j2me_midp_2_0] => false [doja_1_0] => false [doja_1_5] => false [doja_2_0] => false [doja_2_1] => false [doja_2_2] => false [doja_3_0] => false [doja_3_5] => false [doja_4_0] => false [j2me_jtwi] => false [j2me_mmapi_1_0] => false [j2me_mmapi_1_1] => false [j2me_wmapi_1_0] => false [j2me_wmapi_1_1] => false [j2me_wmapi_2_0] => false [j2me_btapi] => false [j2me_3dapi] => false [j2me_locapi] => false [j2me_nokia_ui] => false [j2me_motorola_lwt] => false [j2me_siemens_color_game] => false [j2me_siemens_extension] => false [j2me_heap_size] => 0 [j2me_max_jar_size] => 0 [j2me_storage_size] => 0 [j2me_max_record_store_size] => 0 [j2me_screen_width] => 0 [j2me_screen_height] => 0 [j2me_canvas_width] => 0 [j2me_canvas_height] => 0 [j2me_bits_per_pixel] => 0 [j2me_audio_capture_enabled] => false [j2me_video_capture_enabled] => false [j2me_photo_capture_enabled] => false [j2me_capture_image_formats] => none [j2me_http] => false [j2me_https] => false [j2me_socket] => false [j2me_udp] => false [j2me_serial] => false [j2me_gif] => false [j2me_gif89a] => false [j2me_jpg] => false [j2me_png] => false [j2me_bmp] => false [j2me_bmp3] => false [j2me_wbmp] => false [j2me_midi] => false [j2me_wav] => false [j2me_amr] => false [j2me_mp3] => false [j2me_mp4] => false [j2me_imelody] => false [j2me_rmf] => false [j2me_au] => false [j2me_aac] => false [j2me_realaudio] => false [j2me_xmf] => false [j2me_wma] => false [j2me_3gpp] => false [j2me_h263] => false [j2me_svgt] => false [j2me_mpeg4] => false [j2me_realvideo] => false [j2me_real8] => false [j2me_realmedia] => false [j2me_left_softkey_code] => 0 [j2me_right_softkey_code] => 0 [j2me_middle_softkey_code] => 0 [j2me_select_key_code] => 0 [j2me_return_key_code] => 0 [j2me_clear_key_code] => 0 [j2me_datefield_no_accepts_null_date] => false [j2me_datefield_broken] => false [receiver] => false [sender] => false [mms_max_size] => 0 [mms_max_height] => 0 [mms_max_width] => 0 [built_in_recorder] => false [built_in_camera] => true [mms_jpeg_baseline] => false [mms_jpeg_progressive] => false [mms_gif_static] => false [mms_gif_animated] => false [mms_png] => false [mms_bmp] => false [mms_wbmp] => false [mms_amr] => false [mms_wav] => false [mms_midi_monophonic] => false [mms_midi_polyphonic] => false [mms_midi_polyphonic_voices] => 0 [mms_spmidi] => false [mms_mmf] => false [mms_mp3] => false [mms_evrc] => false [mms_qcelp] => false [mms_ota_bitmap] => false [mms_nokia_wallpaper] => false [mms_nokia_operatorlogo] => false [mms_nokia_3dscreensaver] => false [mms_nokia_ringingtone] => false [mms_rmf] => false [mms_xmf] => false [mms_symbian_install] => false [mms_jar] => false [mms_jad] => false [mms_vcard] => false [mms_vcalendar] => false [mms_wml] => false [mms_wbxml] => false [mms_wmlc] => false [mms_video] => false [mms_mp4] => false [mms_3gpp] => false [mms_3gpp2] => false [mms_max_frame_rate] => 0 [nokiaring] => false [picturemessage] => false [operatorlogo] => false [largeoperatorlogo] => false [callericon] => false [nokiavcard] => false [nokiavcal] => false [sckl_ringtone] => false [sckl_operatorlogo] => false [sckl_groupgraphic] => false [sckl_vcard] => false [sckl_vcalendar] => false [text_imelody] => false [ems] => false [ems_variablesizedpictures] => false [ems_imelody] => false [ems_odi] => false [ems_upi] => false [ems_version] => 0 [siemens_ota] => false [siemens_logo_width] => 101 [siemens_logo_height] => 29 [siemens_screensaver_width] => 101 [siemens_screensaver_height] => 50 [gprtf] => false [sagem_v1] => false [sagem_v2] => false [panasonic] => false [sms_enabled] => true [wav] => false [mmf] => false [smf] => false [mld] => false [midi_monophonic] => false [midi_polyphonic] => false [sp_midi] => false [rmf] => false [xmf] => false [compactmidi] => false [digiplug] => false [nokia_ringtone] => false [imelody] => false [au] => false [amr] => false [awb] => false [aac] => true [mp3] => true [voices] => 1 [qcelp] => false [evrc] => false [flash_lite_version] => [fl_wallpaper] => false [fl_screensaver] => false [fl_standalone] => false [fl_browser] => false [fl_sub_lcd] => false [full_flash_support] => false [css_supports_width_as_percentage] => true [css_border_image] => webkit [css_rounded_corners] => webkit [css_gradient] => none [css_spriting] => true [css_gradient_linear] => none [is_transcoder] => false [transcoder_ua_header] => user-agent [rss_support] => false [pdf_support] => true [progressive_download] => true [playback_vcodec_h263_0] => 10 [playback_vcodec_h263_3] => -1 [playback_vcodec_mpeg4_sp] => 0 [playback_vcodec_mpeg4_asp] => -1 [playback_vcodec_h264_bp] => 3.0 [playback_real_media] => none [playback_3gpp] => true [playback_3g2] => false [playback_mp4] => true [playback_mov] => false [playback_acodec_amr] => nb [playback_acodec_aac] => none [playback_df_size_limit] => 0 [playback_directdownload_size_limit] => 0 [playback_inline_size_limit] => 0 [playback_oma_size_limit] => 0 [playback_acodec_qcelp] => false [playback_wmv] => none [hinted_progressive_download] => true [html_preferred_dtd] => html4 [viewport_supported] => true [viewport_width] => device_width_token [viewport_userscalable] => no [viewport_initial_scale] => [viewport_maximum_scale] => [viewport_minimum_scale] => [mobileoptimized] => false [handheldfriendly] => false [canvas_support] => full [image_inlining] => true [is_smarttv] => false [is_console] => false [nfc_support] => false [ux_full_desktop] => false [jqm_grade] => A [is_sencha_touch_ok] => false [controlcap_is_smartphone] => default [controlcap_is_ios] => default [controlcap_is_android] => default [controlcap_is_robot] => default [controlcap_is_app] => default [controlcap_advertised_device_os] => default [controlcap_advertised_device_os_version] => default [controlcap_advertised_browser] => default [controlcap_advertised_browser_version] => default [controlcap_is_windows_phone] => default [controlcap_is_full_desktop] => default [controlcap_is_largescreen] => default [controlcap_is_mobile] => default [controlcap_is_touchscreen] => default [controlcap_is_wml_preferred] => default [controlcap_is_xhtmlmp_preferred] => default [controlcap_is_html_preferred] => default [controlcap_form_factor] => default [controlcap_complete_device_name] => default ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr></table> </div> <div class="section"> <h1 class="header center orange-text">About this comparison</h1> <div class="row center"> <h5 class="header light"> The primary goal of this project is simple<br /> I wanted to know which user agent parser is the most accurate in each part - device detection, bot detection and so on...<br /> <br /> The secondary goal is to provide a source for all user agent parsers to improve their detection based on this results.<br /> <br /> You can also improve this further, by suggesting ideas at <a href="https://github.com/ThaDafinser/UserAgentParserComparison">ThaDafinser/UserAgentParserComparison</a><br /> <br /> The comparison is based on the abstraction by <a href="https://github.com/ThaDafinser/UserAgentParser">ThaDafinser/UserAgentParser</a> </h5> </div> </div> <div class="card"> <div class="card-content"> Comparison created <i>2016-02-13 13:42:02</i> | by <a href="https://github.com/ThaDafinser">ThaDafinser</a> </div> </div> </div> <script src="https://code.jquery.com/jquery-2.1.4.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"></script> <script src="http://cdnjs.cloudflare.com/ajax/libs/list.js/1.1.1/list.min.js"></script> <script> $(document).ready(function(){ // the "href" attribute of .modal-trigger must specify the modal ID that wants to be triggered $('.modal-trigger').leanModal(); }); </script> </body> </html>
v2-community/docs/Phaser.Sprite.html
dreamsxin/phaser
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Phaser Class: Sprite</title> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link type="text/css" rel="stylesheet" href="styles/default.css"> <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css"> <link type="text/css" rel="stylesheet" href="styles/site.cerulean.css"> </head> <body> <div class="container-fluid"> <div class="navbar navbar-fixed-top navbar-inverse"> <div style="position: absolute; width: 143px; height: 31px; right: 10px; top: 10px; z-index: 1050"><a href="http://phaser.io"><img src="img/phaser.png" border="0" /></a></div> <div class="navbar-inner"> <a class="brand" href="index.html">Phaser API</a> <ul class="nav"> <li class="dropdown"> <a href="namespaces.list.html" class="dropdown-toggle" data-toggle="dropdown">Namespaces<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-0"> <a href="Phaser.html">Phaser</a> </li> <li class="class-depth-0"> <a href="PIXI.html">PIXI</a> </li> </ul> </li> <li class="dropdown"> <a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-0"> <a href="EarCut.html">EarCut</a> </li> <li class="class-depth-0"> <a href="Event.html">Event</a> </li> <li class="class-depth-0"> <a href="EventTarget.html">EventTarget</a> </li> <li class="class-depth-1"> <a href="Phaser.Animation.html">Animation</a> </li> <li class="class-depth-1"> <a href="Phaser.AnimationManager.html">AnimationManager</a> </li> <li class="class-depth-1"> <a href="Phaser.AnimationParser.html">AnimationParser</a> </li> <li class="class-depth-1"> <a href="Phaser.ArraySet.html">ArraySet</a> </li> <li class="class-depth-1"> <a href="Phaser.ArrayUtils.html">ArrayUtils</a> </li> <li class="class-depth-1"> <a href="Phaser.AudioSprite.html">AudioSprite</a> </li> <li class="class-depth-1"> <a href="Phaser.BitmapData.html">BitmapData</a> </li> <li class="class-depth-1"> <a href="Phaser.BitmapText.html">BitmapText</a> </li> <li class="class-depth-1"> <a href="Phaser.Bullet.html">Bullet</a> </li> <li class="class-depth-1"> <a href="Phaser.Button.html">Button</a> </li> <li class="class-depth-1"> <a href="Phaser.Cache.html">Cache</a> </li> <li class="class-depth-1"> <a href="Phaser.Camera.html">Camera</a> </li> <li class="class-depth-1"> <a href="Phaser.Canvas.html">Canvas</a> </li> <li class="class-depth-1"> <a href="Phaser.CanvasPool.html">CanvasPool</a> </li> <li class="class-depth-1"> <a href="Phaser.Circle.html">Circle</a> </li> <li class="class-depth-1"> <a href="Phaser.Color.html">Color</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Angle.html">Angle</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Animation.html">Animation</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.AutoCull.html">AutoCull</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Bounds.html">Bounds</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.BringToTop.html">BringToTop</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Core.html">Core</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Crop.html">Crop</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Delta.html">Delta</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Destroy.html">Destroy</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.FixedToCamera.html">FixedToCamera</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Health.html">Health</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.InCamera.html">InCamera</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.InputEnabled.html">InputEnabled</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.InWorld.html">InWorld</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.LifeSpan.html">LifeSpan</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.LoadTexture.html">LoadTexture</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Overlap.html">Overlap</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.PhysicsBody.html">PhysicsBody</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Reset.html">Reset</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.ScaleMinMax.html">ScaleMinMax</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Smoothed.html">Smoothed</a> </li> <li class="class-depth-1"> <a href="Phaser.Create.html">Create</a> </li> <li class="class-depth-1"> <a href="Phaser.Creature.html">Creature</a> </li> <li class="class-depth-1"> <a href="Phaser.Device.html">Device</a> </li> <li class="class-depth-1"> <a href="Phaser.DeviceButton.html">DeviceButton</a> </li> <li class="class-depth-1"> <a href="Phaser.DOM.html">DOM</a> </li> <li class="class-depth-1"> <a href="Phaser.Easing.html">Easing</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Back.html">Back</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Bounce.html">Bounce</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Circular.html">Circular</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Cubic.html">Cubic</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Elastic.html">Elastic</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Exponential.html">Exponential</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Linear.html">Linear</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Quadratic.html">Quadratic</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Quartic.html">Quartic</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Quintic.html">Quintic</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Sinusoidal.html">Sinusoidal</a> </li> <li class="class-depth-1"> <a href="Phaser.Ellipse.html">Ellipse</a> </li> <li class="class-depth-1"> <a href="Phaser.Events.html">Events</a> </li> <li class="class-depth-1"> <a href="Phaser.Filter.html">Filter</a> </li> <li class="class-depth-1"> <a href="Phaser.FlexGrid.html">FlexGrid</a> </li> <li class="class-depth-1"> <a href="Phaser.FlexLayer.html">FlexLayer</a> </li> <li class="class-depth-1"> <a href="Phaser.Frame.html">Frame</a> </li> <li class="class-depth-1"> <a href="Phaser.FrameData.html">FrameData</a> </li> <li class="class-depth-1"> <a href="Phaser.Game.html">Game</a> </li> <li class="class-depth-1"> <a href="Phaser.GameObjectCreator.html">GameObjectCreator</a> </li> <li class="class-depth-1"> <a href="Phaser.GameObjectFactory.html">GameObjectFactory</a> </li> <li class="class-depth-1"> <a href="Phaser.Gamepad.html">Gamepad</a> </li> <li class="class-depth-1"> <a href="Phaser.Graphics.html">Graphics</a> </li> <li class="class-depth-1"> <a href="Phaser.Group.html">Group</a> </li> <li class="class-depth-1"> <a href="Phaser.Hermite.html">Hermite</a> </li> <li class="class-depth-1"> <a href="Phaser.Image.html">Image</a> </li> <li class="class-depth-1"> <a href="Phaser.ImageCollection.html">ImageCollection</a> </li> <li class="class-depth-1"> <a href="Phaser.Input.html">Input</a> </li> <li class="class-depth-1"> <a href="Phaser.InputHandler.html">InputHandler</a> </li> <li class="class-depth-1"> <a href="Phaser.Key.html">Key</a> </li> <li class="class-depth-1"> <a href="Phaser.Keyboard.html">Keyboard</a> </li> <li class="class-depth-1"> <a href="Phaser.KeyCode.html">KeyCode</a> </li> <li class="class-depth-1"> <a href="Phaser.Line.html">Line</a> </li> <li class="class-depth-1"> <a href="Phaser.LinkedList.html">LinkedList</a> </li> <li class="class-depth-1"> <a href="Phaser.Loader.html">Loader</a> </li> <li class="class-depth-1"> <a href="Phaser.LoaderParser.html">LoaderParser</a> </li> <li class="class-depth-1"> <a href="Phaser.Math.html">Math</a> </li> <li class="class-depth-1"> <a href="Phaser.Matrix.html">Matrix</a> </li> <li class="class-depth-1"> <a href="Phaser.Mouse.html">Mouse</a> </li> <li class="class-depth-1"> <a href="Phaser.MSPointer.html">MSPointer</a> </li> <li class="class-depth-1"> <a href="Phaser.Net.html">Net</a> </li> <li class="class-depth-1"> <a href="Phaser.Particle.html">Particle</a> </li> <li class="class-depth-1"> <a href="Phaser.Particles.html">Particles</a> </li> <li class="class-depth-2"> <a href="Phaser.Particles.Arcade.html">Arcade</a> </li> <li class="class-depth-3"> <a href="Phaser.Particles.Arcade.Emitter.html">Emitter</a> </li> <li class="class-depth-1"> <a href="Phaser.Path.html">Path</a> </li> <li class="class-depth-1"> <a href="Phaser.PathFollower.html">PathFollower</a> </li> <li class="class-depth-1"> <a href="Phaser.PathPoint.html">PathPoint</a> </li> <li class="class-depth-1"> <a href="Phaser.Physics.html">Physics</a> </li> <li class="class-depth-2"> <a href="Phaser.Physics.Arcade.html">Arcade</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.Arcade.Body.html">Body</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.Arcade.TilemapCollision.html">TilemapCollision</a> </li> <li class="class-depth-2"> <a href="Phaser.Physics.Ninja.html">Ninja</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.Ninja.AABB.html">AABB</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.Ninja.Body.html">Body</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.Ninja.Circle.html">Circle</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.Ninja.Tile.html">Tile</a> </li> <li class="class-depth-2"> <a href="Phaser.Physics.P2.html">P2</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.Body.html">Body</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.BodyDebug.html">BodyDebug</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.CollisionGroup.html">CollisionGroup</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.ContactMaterial.html">ContactMaterial</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.DistanceConstraint.html">DistanceConstraint</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.FixtureList.html">FixtureList</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.GearConstraint.html">GearConstraint</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.InversePointProxy.html">InversePointProxy</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.LockConstraint.html">LockConstraint</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.Material.html">Material</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.PointProxy.html">PointProxy</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.PrismaticConstraint.html">PrismaticConstraint</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.RevoluteConstraint.html">RevoluteConstraint</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.RotationalSpring.html">RotationalSpring</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.Spring.html">Spring</a> </li> <li class="class-depth-1"> <a href="Phaser.Plugin.html">Plugin</a> </li> <li class="class-depth-2"> <a href="Phaser.Plugin.PathManager.html">PathManager</a> </li> <li class="class-depth-1"> <a href="Phaser.PluginManager.html">PluginManager</a> </li> <li class="class-depth-1"> <a href="Phaser.Point.html">Point</a> </li> <li class="class-depth-1"> <a href="Phaser.Pointer.html">Pointer</a> </li> <li class="class-depth-1"> <a href="Phaser.PointerMode.html">PointerMode</a> </li> <li class="class-depth-1"> <a href="Phaser.Polygon.html">Polygon</a> </li> <li class="class-depth-1"> <a href="Phaser.QuadTree.html">QuadTree</a> </li> <li class="class-depth-1"> <a href="Phaser.RandomDataGenerator.html">RandomDataGenerator</a> </li> <li class="class-depth-1"> <a href="Phaser.Rectangle.html">Rectangle</a> </li> <li class="class-depth-1"> <a href="Phaser.RenderTexture.html">RenderTexture</a> </li> <li class="class-depth-1"> <a href="Phaser.RequestAnimationFrame.html">RequestAnimationFrame</a> </li> <li class="class-depth-1"> <a href="Phaser.RetroFont.html">RetroFont</a> </li> <li class="class-depth-1"> <a href="Phaser.Rope.html">Rope</a> </li> <li class="class-depth-1"> <a href="Phaser.RoundedRectangle.html">RoundedRectangle</a> </li> <li class="class-depth-1"> <a href="Phaser.ScaleManager.html">ScaleManager</a> </li> <li class="class-depth-1"> <a href="Phaser.Signal.html">Signal</a> </li> <li class="class-depth-1"> <a href="Phaser.SignalBinding.html">SignalBinding</a> </li> <li class="class-depth-1"> <a href="Phaser.SinglePad.html">SinglePad</a> </li> <li class="class-depth-1"> <a href="Phaser.Sound.html">Sound</a> </li> <li class="class-depth-1"> <a href="Phaser.SoundManager.html">SoundManager</a> </li> <li class="class-depth-1"> <a href="Phaser.Sprite.html">Sprite</a> </li> <li class="class-depth-1"> <a href="Phaser.SpriteBatch.html">SpriteBatch</a> </li> <li class="class-depth-1"> <a href="Phaser.Stage.html">Stage</a> </li> <li class="class-depth-1"> <a href="Phaser.State.html">State</a> </li> <li class="class-depth-1"> <a href="Phaser.StateManager.html">StateManager</a> </li> <li class="class-depth-1"> <a href="Phaser.Text.html">Text</a> </li> <li class="class-depth-1"> <a href="Phaser.Tile.html">Tile</a> </li> <li class="class-depth-1"> <a href="Phaser.Tilemap.html">Tilemap</a> </li> <li class="class-depth-1"> <a href="Phaser.TilemapLayer.html">TilemapLayer</a> </li> <li class="class-depth-1"> <a href="Phaser.TilemapParser.html">TilemapParser</a> </li> <li class="class-depth-1"> <a href="Phaser.Tileset.html">Tileset</a> </li> <li class="class-depth-1"> <a href="Phaser.TileSprite.html">TileSprite</a> </li> <li class="class-depth-1"> <a href="Phaser.Time.html">Time</a> </li> <li class="class-depth-1"> <a href="Phaser.Timer.html">Timer</a> </li> <li class="class-depth-1"> <a href="Phaser.TimerEvent.html">TimerEvent</a> </li> <li class="class-depth-1"> <a href="Phaser.Touch.html">Touch</a> </li> <li class="class-depth-1"> <a href="Phaser.Tween.html">Tween</a> </li> <li class="class-depth-1"> <a href="Phaser.TweenData.html">TweenData</a> </li> <li class="class-depth-1"> <a href="Phaser.TweenManager.html">TweenManager</a> </li> <li class="class-depth-1"> <a href="Phaser.Utils.html">Utils</a> </li> <li class="class-depth-2"> <a href="Phaser.Utils.Debug.html">Debug</a> </li> <li class="class-depth-1"> <a href="Phaser.Video.html">Video</a> </li> <li class="class-depth-1"> <a href="Phaser.Weapon.html">Weapon</a> </li> <li class="class-depth-1"> <a href="Phaser.World.html">World</a> </li> <li class="class-depth-1"> <a href="PIXI.BaseTexture.html">BaseTexture</a> </li> <li class="class-depth-1"> <a href="PIXI.CanvasBuffer.html">CanvasBuffer</a> </li> <li class="class-depth-1"> <a href="PIXI.CanvasGraphics.html">CanvasGraphics</a> </li> <li class="class-depth-1"> <a href="PIXI.CanvasMaskManager.html">CanvasMaskManager</a> </li> <li class="class-depth-1"> <a href="PIXI.CanvasRenderer.html">CanvasRenderer</a> </li> <li class="class-depth-1"> <a href="PIXI.CanvasTinter.html">CanvasTinter</a> </li> <li class="class-depth-1"> <a href="PIXI.ComplexPrimitiveShader.html">ComplexPrimitiveShader</a> </li> <li class="class-depth-1"> <a href="PIXI.DisplayObject.html">DisplayObject</a> </li> <li class="class-depth-1"> <a href="PIXI.DisplayObjectContainer.html">DisplayObjectContainer</a> </li> <li class="class-depth-1"> <a href="PIXI.FilterTexture.html">FilterTexture</a> </li> <li class="class-depth-2"> <a href="PIXI.Phaser.GraphicsData.html">Phaser.GraphicsData</a> </li> <li class="class-depth-1"> <a href="PIXI.PIXI.html">PIXI</a> </li> <li class="class-depth-1"> <a href="PIXI.PixiFastShader.html">PixiFastShader</a> </li> <li class="class-depth-1"> <a href="PIXI.PixiShader.html">PixiShader</a> </li> <li class="class-depth-1"> <a href="PIXI.PrimitiveShader.html">PrimitiveShader</a> </li> <li class="class-depth-1"> <a href="PIXI.Sprite.html">Sprite</a> </li> <li class="class-depth-1"> <a href="PIXI.StripShader.html">StripShader</a> </li> <li class="class-depth-1"> <a href="PIXI.Texture.html">Texture</a> </li> <li class="class-depth-1"> <a href="PIXI.WebGLBlendModeManager.html">WebGLBlendModeManager</a> </li> <li class="class-depth-1"> <a href="PIXI.WebGLFastSpriteBatch.html">WebGLFastSpriteBatch</a> </li> <li class="class-depth-1"> <a href="PIXI.WebGLFilterManager.html">WebGLFilterManager</a> </li> <li class="class-depth-1"> <a href="PIXI.WebGLRenderer.html">WebGLRenderer</a> </li> </ul> </li> <li class="dropdown"> <a href="global.html" class="dropdown-toggle" data-toggle="dropdown">Global<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-0"> <a href="global.html#ANGLE_DOWN">ANGLE_DOWN</a> </li> <li class="class-depth-0"> <a href="global.html#ANGLE_LEFT">ANGLE_LEFT</a> </li> <li class="class-depth-0"> <a href="global.html#ANGLE_NORTH_EAST">ANGLE_NORTH_EAST</a> </li> <li class="class-depth-0"> <a href="global.html#ANGLE_NORTH_WEST">ANGLE_NORTH_WEST</a> </li> <li class="class-depth-0"> <a href="global.html#ANGLE_RIGHT">ANGLE_RIGHT</a> </li> <li class="class-depth-0"> <a href="global.html#ANGLE_SOUTH_EAST">ANGLE_SOUTH_EAST</a> </li> <li class="class-depth-0"> <a href="global.html#ANGLE_SOUTH_WEST">ANGLE_SOUTH_WEST</a> </li> <li class="class-depth-0"> <a href="global.html#ANGLE_UP">ANGLE_UP</a> </li> <li class="class-depth-0"> <a href="global.html#arc">arc</a> </li> <li class="class-depth-0"> <a href="global.html#AUTO">AUTO</a> </li> <li class="class-depth-0"> <a href="global.html#beginFill">beginFill</a> </li> <li class="class-depth-0"> <a href="global.html#bezierCurveTo">bezierCurveTo</a> </li> <li class="class-depth-0"> <a href="global.html#BITMAPDATA">BITMAPDATA</a> </li> <li class="class-depth-0"> <a href="global.html#BITMAPTEXT">BITMAPTEXT</a> </li> <li class="class-depth-0"> <a href="global.html#blendModes">blendModes</a> </li> <li class="class-depth-0"> <a href="global.html#BOTTOM_CENTER">BOTTOM_CENTER</a> </li> <li class="class-depth-0"> <a href="global.html#BOTTOM_LEFT">BOTTOM_LEFT</a> </li> <li class="class-depth-0"> <a href="global.html#BOTTOM_RIGHT">BOTTOM_RIGHT</a> </li> <li class="class-depth-0"> <a href="global.html#BUTTON">BUTTON</a> </li> <li class="class-depth-0"> <a href="global.html#CANVAS">CANVAS</a> </li> <li class="class-depth-0"> <a href="global.html#CANVAS_FILTER">CANVAS_FILTER</a> </li> <li class="class-depth-0"> <a href="global.html#CENTER">CENTER</a> </li> <li class="class-depth-0"> <a href="global.html#CIRCLE">CIRCLE</a> </li> <li class="class-depth-0"> <a href="global.html#clear">clear</a> </li> <li class="class-depth-0"> <a href="global.html#CREATURE">CREATURE</a> </li> <li class="class-depth-0"> <a href="global.html#destroyCachedSprite">destroyCachedSprite</a> </li> <li class="class-depth-0"> <a href="global.html#displayList">displayList</a> </li> <li class="class-depth-0"> <a href="global.html#DOWN">DOWN</a> </li> <li class="class-depth-0"> <a href="global.html#drawCircle">drawCircle</a> </li> <li class="class-depth-0"> <a href="global.html#drawEllipse">drawEllipse</a> </li> <li class="class-depth-0"> <a href="global.html#drawPolygon">drawPolygon</a> </li> <li class="class-depth-0"> <a href="global.html#drawRect">drawRect</a> </li> <li class="class-depth-0"> <a href="global.html#drawRoundedRect">drawRoundedRect</a> </li> <li class="class-depth-0"> <a href="global.html#drawShape">drawShape</a> </li> <li class="class-depth-0"> <a href="global.html#ELLIPSE">ELLIPSE</a> </li> <li class="class-depth-0"> <a href="global.html#emit">emit</a> </li> <li class="class-depth-0"> <a href="global.html#EMITTER">EMITTER</a> </li> <li class="class-depth-0"> <a href="global.html#endFill">endFill</a> </li> <li class="class-depth-0"> <a href="global.html#GAMES">GAMES</a> </li> <li class="class-depth-0"> <a href="global.html#generateTexture">generateTexture</a> </li> <li class="class-depth-0"> <a href="global.html#getBounds">getBounds</a> </li> <li class="class-depth-0"> <a href="global.html#getLocalBounds">getLocalBounds</a> </li> <li class="class-depth-0"> <a href="global.html#GRAPHICS">GRAPHICS</a> </li> <li class="class-depth-0"> <a href="global.html#GROUP">GROUP</a> </li> <li class="class-depth-0"> <a href="global.html#HEADLESS">HEADLESS</a> </li> <li class="class-depth-0"> <a href="global.html#HORIZONTAL">HORIZONTAL</a> </li> <li class="class-depth-0"> <a href="global.html#IMAGE">IMAGE</a> </li> <li class="class-depth-0"> <a href="global.html#LANDSCAPE">LANDSCAPE</a> </li> <li class="class-depth-0"> <a href="global.html#LEFT">LEFT</a> </li> <li class="class-depth-0"> <a href="global.html#LEFT_BOTTOM">LEFT_BOTTOM</a> </li> <li class="class-depth-0"> <a href="global.html#LEFT_CENTER">LEFT_CENTER</a> </li> <li class="class-depth-0"> <a href="global.html#LEFT_TOP">LEFT_TOP</a> </li> <li class="class-depth-0"> <a href="global.html#LINE">LINE</a> </li> <li class="class-depth-0"> <a href="global.html#lineStyle">lineStyle</a> </li> <li class="class-depth-0"> <a href="global.html#lineTo">lineTo</a> </li> <li class="class-depth-0"> <a href="global.html#listeners">listeners</a> </li> <li class="class-depth-0"> <a href="global.html#MATRIX">MATRIX</a> </li> <li class="class-depth-0"> <a href="global.html#mixin">mixin</a> </li> <li class="class-depth-0"> <a href="global.html#moveTo">moveTo</a> </li> <li class="class-depth-0"> <a href="global.html#NONE">NONE</a> </li> <li class="class-depth-0"> <a href="global.html#off">off</a> </li> <li class="class-depth-0"> <a href="global.html#on">on</a> </li> <li class="class-depth-0"> <a href="global.html#once">once</a> </li> <li class="class-depth-0"> <a href="global.html#PENDING_ATLAS">PENDING_ATLAS</a> </li> <li class="class-depth-2"> <a href="global.html#Phaser.Path#numPointsreturn%257Bnumber%257DThetotalnumberofPathPointsinthisPath.">Phaser.Path#numPoints return {number} The total number of PathPoints in this Path.</a> </li> <li class="class-depth-0"> <a href="global.html#POINT">POINT</a> </li> <li class="class-depth-0"> <a href="global.html#POINTER">POINTER</a> </li> <li class="class-depth-0"> <a href="global.html#POLYGON">POLYGON</a> </li> <li class="class-depth-0"> <a href="global.html#PORTRAIT">PORTRAIT</a> </li> <li class="class-depth-0"> <a href="global.html#quadraticCurveTo">quadraticCurveTo</a> </li> <li class="class-depth-0"> <a href="global.html#RECTANGLE">RECTANGLE</a> </li> <li class="class-depth-0"> <a href="global.html#removeAllListeners">removeAllListeners</a> </li> <li class="class-depth-0"> <a href="global.html#RENDERTEXTURE">RENDERTEXTURE</a> </li> <li class="class-depth-0"> <a href="global.html#RETROFONT">RETROFONT</a> </li> <li class="class-depth-0"> <a href="global.html#RIGHT">RIGHT</a> </li> <li class="class-depth-0"> <a href="global.html#RIGHT_BOTTOM">RIGHT_BOTTOM</a> </li> <li class="class-depth-0"> <a href="global.html#RIGHT_CENTER">RIGHT_CENTER</a> </li> <li class="class-depth-0"> <a href="global.html#RIGHT_TOP">RIGHT_TOP</a> </li> <li class="class-depth-0"> <a href="global.html#ROPE">ROPE</a> </li> <li class="class-depth-0"> <a href="global.html#ROUNDEDRECTANGLE">ROUNDEDRECTANGLE</a> </li> <li class="class-depth-0"> <a href="global.html#scaleModes">scaleModes</a> </li> <li class="class-depth-0"> <a href="global.html#SPRITE">SPRITE</a> </li> <li class="class-depth-0"> <a href="global.html#SPRITEBATCH">SPRITEBATCH</a> </li> <li class="class-depth-0"> <a href="global.html#stopImmediatePropagation">stopImmediatePropagation</a> </li> <li class="class-depth-0"> <a href="global.html#stopPropagation">stopPropagation</a> </li> <li class="class-depth-0"> <a href="global.html#TEXT">TEXT</a> </li> <li class="class-depth-0"> <a href="global.html#TILEMAP">TILEMAP</a> </li> <li class="class-depth-0"> <a href="global.html#TILEMAPLAYER">TILEMAPLAYER</a> </li> <li class="class-depth-0"> <a href="global.html#TILESPRITE">TILESPRITE</a> </li> <li class="class-depth-0"> <a href="global.html#TOP_CENTER">TOP_CENTER</a> </li> <li class="class-depth-0"> <a href="global.html#TOP_LEFT">TOP_LEFT</a> </li> <li class="class-depth-0"> <a href="global.html#TOP_RIGHT">TOP_RIGHT</a> </li> <li class="class-depth-0"> <a href="global.html#UP">UP</a> </li> <li class="class-depth-0"> <a href="global.html#updateLocalBounds">updateLocalBounds</a> </li> <li class="class-depth-0"> <a href="global.html#VERSION">VERSION</a> </li> <li class="class-depth-0"> <a href="global.html#VERTICAL">VERTICAL</a> </li> <li class="class-depth-0"> <a href="global.html#VIDEO">VIDEO</a> </li> <li class="class-depth-0"> <a href="global.html#WEBGL">WEBGL</a> </li> <li class="class-depth-0"> <a href="global.html#WEBGL_FILTER">WEBGL_FILTER</a> </li> <li class="class-depth-0"> <a href="global.html#WEBGL_MULTI">WEBGL_MULTI</a> </li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Core<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-1"><a href="Phaser.Game.html">Game</a></li> <li class="class-depth-1"><a href="Phaser.Group.html">Group</a></li> <li class="class-depth-1"><a href="Phaser.World.html">World</a></li> <li class="class-depth-1"><a href="Phaser.Loader.html">Loader</a></li> <li class="class-depth-1"><a href="Phaser.Cache.html">Cache</a></li> <li class="class-depth-1"><a href="Phaser.Time.html">Time</a></li> <li class="class-depth-1"><a href="Phaser.Camera.html">Camera</a></li> <li class="class-depth-1"><a href="Phaser.StateManager.html">State Manager</a></li> <li class="class-depth-1"><a href="Phaser.TweenManager.html">Tween Manager</a></li> <li class="class-depth-1"><a href="Phaser.SoundManager.html">Sound Manager</a></li> <li class="class-depth-1"><a href="Phaser.Input.html">Input Manager</a></li> <li class="class-depth-1"><a href="Phaser.ScaleManager.html">Scale Manager</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Game Objects<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-1"><a href="Phaser.GameObjectFactory.html">Factory (game.add)</a></li> <li class="class-depth-1"><a href="Phaser.GameObjectCreator.html">Creator (game.make)</a></li> <li class="class-depth-1"><a href="Phaser.Sprite.html">Sprite</a></li> <li class="class-depth-1"><a href="Phaser.Image.html">Image</a></li> <li class="class-depth-1"><a href="Phaser.Sound.html">Sound</a></li> <li class="class-depth-1"><a href="Phaser.Video.html">Video</a></li> <li class="class-depth-1"><a href="Phaser.Particles.Arcade.Emitter.html">Particle Emitter</a></li> <li class="class-depth-1"><a href="Phaser.Particle.html">Particle</a></li> <li class="class-depth-1"><a href="Phaser.Text.html">Text</a></li> <li class="class-depth-1"><a href="Phaser.Tween.html">Tween</a></li> <li class="class-depth-1"><a href="Phaser.BitmapText.html">BitmapText</a></li> <li class="class-depth-1"><a href="Phaser.Tilemap.html">Tilemap</a></li> <li class="class-depth-1"><a href="Phaser.BitmapData.html">BitmapData</a></li> <li class="class-depth-1"><a href="Phaser.RetroFont.html">RetroFont</a></li> <li class="class-depth-1"><a href="Phaser.Button.html">Button</a></li> <li class="class-depth-1"><a href="Phaser.Animation.html">Animation</a></li> <li class="class-depth-1"><a href="Phaser.Graphics.html">Graphics</a></li> <li class="class-depth-1"><a href="Phaser.RenderTexture.html">RenderTexture</a></li> <li class="class-depth-1"><a href="Phaser.TileSprite.html">TileSprite</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Geometry<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-1"><a href="Phaser.Circle.html">Circle</a></li> <li class="class-depth-1"><a href="Phaser.Ellipse.html">Ellipse</a></li> <li class="class-depth-1"><a href="Phaser.Line.html">Line</a></li> <li class="class-depth-1"><a href="Phaser.Matrix.html">Matrix</a></li> <li class="class-depth-1"><a href="Phaser.Point.html">Point</a></li> <li class="class-depth-1"><a href="Phaser.Polygon.html">Polygon</a></li> <li class="class-depth-1"><a href="Phaser.Rectangle.html">Rectangle</a></li> <li class="class-depth-1"><a href="Phaser.RoundedRectangle.html">Rounded Rectangle</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Physics<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-1"><a href="Phaser.Physics.Arcade.html">Arcade Physics</a></li> <li class="class-depth-2"><a href="Phaser.Physics.Arcade.Body.html">Body</a></li> <li class="class-depth-2"><a href="Phaser.Weapon.html">Weapon</a></li> <li class="class-depth-1"><a href="Phaser.Physics.P2.html">P2 Physics</a></li> <li class="class-depth-2"><a href="Phaser.Physics.P2.Body.html">Body</a></li> <li class="class-depth-2"><a href="Phaser.Physics.P2.Spring.html">Spring</a></li> <li class="class-depth-2"><a href="Phaser.Physics.P2.CollisionGroup.html">CollisionGroup</a></li> <li class="class-depth-2"><a href="Phaser.Physics.P2.ContactMaterial.html">ContactMaterial</a></li> <li class="class-depth-1"><a href="Phaser.Physics.Ninja.html">Ninja Physics</a></li> <li class="class-depth-2"><a href="Phaser.Physics.Body.html">Body</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Input<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-1"><a href="Phaser.InputHandler.html">Input Handler</a></li> <li class="class-depth-1"><a href="Phaser.Pointer.html">Pointer</a></li> <li class="class-depth-1"><a href="Phaser.DeviceButton.html">Device Button</a></li> <li class="class-depth-1"><a href="Phaser.Mouse.html">Mouse</a></li> <li class="class-depth-1"><a href="Phaser.Keyboard.html">Keyboard</a></li> <li class="class-depth-1"><a href="Phaser.Key.html">Key</a></li> <li class="class-depth-1"><a href="Phaser.KeyCode.html">Key Codes</a></li> <li class="class-depth-1"><a href="Phaser.Gamepad.html">Gamepad</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Community<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-1"><a href="http://phaser.io">Phaser Web Site</a></li> <li class="class-depth-1"><a href="https://github.com/photonstorm/phaser">Phaser Github</a></li> <li class="class-depth-1"><a href="http://phaser.io/examples">Phaser Examples</a></li> <li class="class-depth-1"><a href="https://github.com/photonstorm/phaser-plugins">Phaser Plugins</a></li> <li class="class-depth-1"><a href="http://www.html5gamedevs.com/forum/14-phaser/">Forum</a></li> <li class="class-depth-1"><a href="http://stackoverflow.com/questions/tagged/phaser-framework">Stack Overflow</a></li> <li class="class-depth-1"><a href="http://phaser.io/learn">Tutorials</a></li> <li class="class-depth-1"><a href="http://phaser.io/community/newsletter">Newsletter</a></li> <li class="class-depth-1"><a href="http://phaser.io/community/twitter">Twitter</a></li> <li class="class-depth-1"><a href="http://phaser.io/community/slack">Slack</a></li> <li class="class-depth-1"><a href="http://phaser.io/community/donate">Donate</a></li> <li class="class-depth-1"><a href="https://www.codeandweb.com/texturepacker/phaser">Texture Packer</a></li> </ul> </li> </ul> </div> </div> <div class="row-fluid"> <div class="span8"> <div id="main"> <!--<h1 class="page-title">Class: Sprite</h1>--> <section> <header> <h2> <span class="ancestors"><a href="Phaser.html">Phaser</a>.</span> Sprite </h2> </header> <article> <div class="container-overview"> <dt> <h4 class="name " id="Sprite"><span class="type-signature"></span>new Sprite<span class="signature">(game, x, y, key, frame)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Sprites are the lifeblood of your game, used for nearly everything visual.</p> <p>At its most basic a Sprite consists of a set of coordinates and a texture that is rendered to the canvas.<br>They also contain additional properties allowing for physics motion (via Sprite.body), input handling (via Sprite.input),<br>events (via Sprite.events), animation (via Sprite.animations), camera culling and more. Please see the Examples for use cases.</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>game</code></td> <td class="type"> <span class="param-type"><a href="Phaser.Game.html">Phaser.Game</a></span> </td> <td class="description last"><p>A reference to the currently running game.</p></td> </tr> <tr> <td class="name"><code>x</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="description last"><p>The x coordinate (in world space) to position the Sprite at.</p></td> </tr> <tr> <td class="name"><code>y</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="description last"><p>The y coordinate (in world space) to position the Sprite at.</p></td> </tr> <tr> <td class="name"><code>key</code></td> <td class="type"> <span class="param-type">string</span> | <span class="param-type"><a href="Phaser.RenderTexture.html">Phaser.RenderTexture</a></span> | <span class="param-type"><a href="Phaser.BitmapData.html">Phaser.BitmapData</a></span> | <span class="param-type"><a href="PIXI.Texture.html">PIXI.Texture</a></span> </td> <td class="description last"><p>This is the image or texture used by the Sprite during rendering. It can be a string which is a reference to the Cache entry, or an instance of a RenderTexture or PIXI.Texture.</p></td> </tr> <tr> <td class="name"><code>frame</code></td> <td class="type"> <span class="param-type">string</span> | <span class="param-type">number</span> </td> <td class="description last"><p>If this Sprite is using part of a sprite sheet or texture atlas you can specify the exact frame to use by giving a string or numeric index.</p></td> </tr> </tbody> </table> <dl class="details"> <dt class="tag-source">Source - <a href="src_gameobjects_Sprite.js.html">gameobjects/Sprite.js</a>, <a href="src_gameobjects_Sprite.js.html#sunlight-1-line-44">line 44</a> </dt> </dl> </dd> </div> <h3 class="subsection-title">Extends</h3> <ul> <li><a href="PIXI.Sprite.html">PIXI.Sprite</a></li> <li><a href="Phaser.Component.Core.html">Phaser.Component.Core</a></li> <li><a href="Phaser.Component.Angle.html">Phaser.Component.Angle</a></li> <li><a href="Phaser.Component.Animation.html">Phaser.Component.Animation</a></li> <li><a href="Phaser.Component.AutoCull.html">Phaser.Component.AutoCull</a></li> <li><a href="Phaser.Component.Bounds.html">Phaser.Component.Bounds</a></li> <li><a href="Phaser.Component.BringToTop.html">Phaser.Component.BringToTop</a></li> <li><a href="Phaser.Component.Crop.html">Phaser.Component.Crop</a></li> <li><a href="Phaser.Component.Delta.html">Phaser.Component.Delta</a></li> <li><a href="Phaser.Component.Destroy.html">Phaser.Component.Destroy</a></li> <li><a href="Phaser.Component.FixedToCamera.html">Phaser.Component.FixedToCamera</a></li> <li><a href="Phaser.Component.Health.html">Phaser.Component.Health</a></li> <li><a href="Phaser.Component.InCamera.html">Phaser.Component.InCamera</a></li> <li><a href="Phaser.Component.InputEnabled.html">Phaser.Component.InputEnabled</a></li> <li><a href="Phaser.Component.InWorld.html">Phaser.Component.InWorld</a></li> <li><a href="Phaser.Component.LifeSpan.html">Phaser.Component.LifeSpan</a></li> <li><a href="Phaser.Component.LoadTexture.html">Phaser.Component.LoadTexture</a></li> <li><a href="Phaser.Component.Overlap.html">Phaser.Component.Overlap</a></li> <li><a href="Phaser.Component.PhysicsBody.html">Phaser.Component.PhysicsBody</a></li> <li><a href="Phaser.Component.Reset.html">Phaser.Component.Reset</a></li> <li><a href="Phaser.Component.ScaleMinMax.html">Phaser.Component.ScaleMinMax</a></li> <li><a href="Phaser.Component.Smoothed.html">Phaser.Component.Smoothed</a></li> </ul> <h3 class="subsection-title">Members</h3> <dl> <dt> <h4 class="name " id="alive"><span class="type-signature"></span>alive<span class="type-signature"> :boolean</span></h4> </dt> <dd> <div class="description"> <p>A useful flag to control if the Game Object is alive or dead.</p> <p>This is set automatically by the Health components <code>damage</code> method should the object run out of health.<br>Or you can toggle it via your game code.</p> <p>This property is mostly just provided to be used by your game - it doesn't effect rendering or logic updates.<br>However you can use <code>Group.getFirstAlive</code> in conjunction with this property for fast object pooling and recycling.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.LifeSpan.html#alive">Phaser.Component.LifeSpan#alive</a> </li></dd> <dt class="tag-default">Default Value:</dt> <dd class="tag-default"><ul class="dummy"><li>true</li></ul></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_LifeSpan.js.html">gameobjects/components/LifeSpan.js</a>, <a href="src_gameobjects_components_LifeSpan.js.html#sunlight-1-line-50">line 50</a> </dt> </dl> </dd> <dt> <h4 class="name " id="alpha"><span class="type-signature"></span>alpha<span class="type-signature"> :Number</span></h4> </dt> <dd> <div class="description"> <p>The alpha value of this DisplayObject. A value of 1 is fully opaque. A value of 0 is transparent.<br>Please note that an object with an alpha value of 0 is skipped during the render pass.</p> <p>The value of this property does not reflect any alpha values set further up the display list.<br>To obtain that value please see the <code>worldAlpha</code> property.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="PIXI.DisplayObject.html#alpha">PIXI.DisplayObject#alpha</a> </li></dd> <dt class="tag-source">Source - <a href="src_pixi_display_DisplayObject.js.html">pixi/display/DisplayObject.js</a>, <a href="src_pixi_display_DisplayObject.js.html#sunlight-1-line-63">line 63</a> </dt> </dl> </dd> <dt> <h4 class="name " id="anchor"><span class="type-signature"></span>anchor<span class="type-signature"> :Point</span></h4> </dt> <dd> <div class="description"> <p>The anchor sets the origin point of the texture.<br>The default is 0,0 this means the texture's origin is the top left<br>Setting than anchor to 0.5,0.5 means the textures origin is centered<br>Setting the anchor to 1,1 would mean the textures origin points will be the bottom right corner</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="PIXI.Sprite.html#anchor">PIXI.Sprite#anchor</a> </li></dd> <dt class="tag-source">Source - <a href="src_pixi_display_Sprite.js.html">pixi/display/Sprite.js</a>, <a href="src_pixi_display_Sprite.js.html#sunlight-1-line-17">line 17</a> </dt> </dl> </dd> <dt> <h4 class="name " id="angle"><span class="type-signature"></span>angle<span class="type-signature"> :number</span></h4> </dt> <dd> <div class="description"> <p>The angle property is the rotation of the Game Object in <em>degrees</em> from its original orientation.</p> <p>Values from 0 to 180 represent clockwise rotation; values from 0 to -180 represent counterclockwise rotation.</p> <p>Values outside this range are added to or subtracted from 360 to obtain a value within the range.<br>For example, the statement player.angle = 450 is the same as player.angle = 90.</p> <p>If you wish to work in radians instead of degrees you can use the property <code>rotation</code> instead.<br>Working in radians is slightly faster as it doesn't have to perform any calculations.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.Angle.html#angle">Phaser.Component.Angle#angle</a> </li></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_Angle.js.html">gameobjects/components/Angle.js</a>, <a href="src_gameobjects_components_Angle.js.html#sunlight-1-line-29">line 29</a> </dt> </dl> </dd> <dt> <h4 class="name " id="animations"><span class="type-signature"></span>animations<span class="type-signature"> :<a href="Phaser.AnimationManager.html">Phaser.AnimationManager</a></span></h4> </dt> <dd> <div class="description"> <p>If the Game Object is enabled for animation (such as a Phaser.Sprite) this is a reference to its AnimationManager instance.<br>Through it you can create, play, pause and stop animations.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.Core.html#animations">Phaser.Component.Core#animations</a> </li></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_Core.js.html">gameobjects/components/Core.js</a>, <a href="src_gameobjects_components_Core.js.html#sunlight-1-line-193">line 193</a> </dt> <dt class="tag-see">See:</dt> <dd class="tag-see"> <ul> <li><a href="Phaser.AnimationManager.html">Phaser.AnimationManager</a></li> </ul> </dd> </dl> </dd> <dt> <h4 class="name " id="autoCull"><span class="type-signature"></span>autoCull<span class="type-signature"> :boolean</span></h4> </dt> <dd> <div class="description"> <p>A Game Object with <code>autoCull</code> set to true will check its bounds against the World Camera every frame.<br>If it is not intersecting the Camera bounds at any point then it has its <code>renderable</code> property set to <code>false</code>.<br>This keeps the Game Object alive and still processing updates, but forces it to skip the render step entirely.</p> <p>This is a relatively expensive operation, especially if enabled on hundreds of Game Objects. So enable it only if you know it's required,<br>or you have tested performance and find it acceptable.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.AutoCull.html#autoCull">Phaser.Component.AutoCull#autoCull</a> </li></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_AutoCull.js.html">gameobjects/components/AutoCull.js</a>, <a href="src_gameobjects_components_AutoCull.js.html#sunlight-1-line-28">line 28</a> </dt> </dl> </dd> <dt> <h4 class="name " id="blendMode"><span class="type-signature"></span>blendMode<span class="type-signature"> :Number</span></h4> </dt> <dd> <div class="description"> <p>The blend mode to be applied to the sprite. Set to PIXI.blendModes.NORMAL to remove any blend mode.</p> <p>Warning: You cannot have a blend mode and a filter active on the same Sprite. Doing so will render the sprite invisible.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="PIXI.Sprite.html#blendMode">PIXI.Sprite#blendMode</a> </li></dd> <dt class="tag-default">Default Value:</dt> <dd class="tag-default"><ul class="dummy"><li>PIXI.blendModes.NORMAL;</li></ul></dd> <dt class="tag-source">Source - <a href="src_pixi_display_Sprite.js.html">pixi/display/Sprite.js</a>, <a href="src_pixi_display_Sprite.js.html#sunlight-1-line-82">line 82</a> </dt> </dl> </dd> <dt> <h4 class="name " id="body"><span class="type-signature"></span>body<span class="type-signature"> :<a href="Phaser.Physics.Arcade.Body.html">Phaser.Physics.Arcade.Body</a>|<a href="Phaser.Physics.P2.Body.html">Phaser.Physics.P2.Body</a>|<a href="Phaser.Physics.Ninja.Body.html">Phaser.Physics.Ninja.Body</a>|null</span></h4> </dt> <dd> <div class="description"> <p><code>body</code> is the Game Objects physics body. Once a Game Object is enabled for physics you access all associated<br>properties and methods via it.</p> <p>By default Game Objects won't add themselves to any physics system and their <code>body</code> property will be <code>null</code>.</p> <p>To enable this Game Object for physics you need to call <code>game.physics.enable(object, system)</code> where <code>object</code> is this object<br>and <code>system</code> is the Physics system you are using. If none is given it defaults to <code>Phaser.Physics.Arcade</code>.</p> <p>You can alternatively call <code>game.physics.arcade.enable(object)</code>, or add this Game Object to a physics enabled Group.</p> <p>Important: Enabling a Game Object for P2 or Ninja physics will automatically set its <code>anchor</code> property to 0.5,<br>so the physics body is centered on the Game Object.</p> <p>If you need a different result then adjust or re-create the Body shape offsets manually or reset the anchor after enabling physics.</p> </div> <h5>Type:</h5> <ul> <li> <span class="param-type"><a href="Phaser.Physics.Arcade.Body.html">Phaser.Physics.Arcade.Body</a></span> | <span class="param-type"><a href="Phaser.Physics.P2.Body.html">Phaser.Physics.P2.Body</a></span> | <span class="param-type"><a href="Phaser.Physics.Ninja.Body.html">Phaser.Physics.Ninja.Body</a></span> | <span class="param-type">null</span> </li> </ul> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.PhysicsBody.html#body">Phaser.Component.PhysicsBody#body</a> </li></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_PhysicsBody.js.html">gameobjects/components/PhysicsBody.js</a>, <a href="src_gameobjects_components_PhysicsBody.js.html#sunlight-1-line-91">line 91</a> </dt> </dl> </dd> <dt> <h4 class="name " id="bottom"><span class="type-signature"></span>bottom<span class="type-signature"> :number</span></h4> </dt> <dd> <div class="description"> <p>The sum of the y and height properties.<br>This is the same as <code>y + height - offsetY</code>.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.Bounds.html#bottom">Phaser.Component.Bounds#bottom</a> </li></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_Bounds.js.html">gameobjects/components/Bounds.js</a>, <a href="src_gameobjects_components_Bounds.js.html#sunlight-1-line-168">line 168</a> </dt> </dl> </dd> <dt> <h4 class="name " id="cacheAsBitmap"><span class="type-signature"></span>cacheAsBitmap<span class="type-signature"> :Boolean</span></h4> </dt> <dd> <div class="description"> <p>Sets if this DisplayObject should be cached as a bitmap.</p> <p>When invoked it will take a snapshot of the DisplayObject, as it is at that moment, and store it<br>in a RenderTexture. This is then used whenever this DisplayObject is rendered. It can provide a<br>performance benefit for complex, but static, DisplayObjects. I.e. those with lots of children.</p> <p>Cached Bitmaps do not track their parents. If you update a property of this DisplayObject, it will not<br>re-generate the cached bitmap automatically. To do that you need to call <code>DisplayObject.updateCache</code>.</p> <p>To remove a cached bitmap, set this property to <code>null</code>.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="PIXI.DisplayObject.html#cacheAsBitmap">PIXI.DisplayObject#cacheAsBitmap</a> </li></dd> <dt class="tag-source">Source - <a href="src_pixi_display_DisplayObject.js.html">pixi/display/DisplayObject.js</a>, <a href="src_pixi_display_DisplayObject.js.html#sunlight-1-line-763">line 763</a> </dt> </dl> </dd> <dt> <h4 class="name " id="cameraOffset"><span class="type-signature"></span>cameraOffset<span class="type-signature"> :<a href="Phaser.Point.html">Phaser.Point</a></span></h4> </dt> <dd> <div class="description"> <p>The x/y coordinate offset applied to the top-left of the camera that this Game Object will be drawn at if <code>fixedToCamera</code> is true.</p> <p>The values are relative to the top-left of the camera view and in addition to any parent of the Game Object on the display list.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.FixedToCamera.html#cameraOffset">Phaser.Component.FixedToCamera#cameraOffset</a> </li></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_FixedToCamera.js.html">gameobjects/components/FixedToCamera.js</a>, <a href="src_gameobjects_components_FixedToCamera.js.html#sunlight-1-line-85">line 85</a> </dt> </dl> </dd> <dt> <h4 class="name " id="centerX"><span class="type-signature"></span>centerX<span class="type-signature"> :number</span></h4> </dt> <dd> <div class="description"> <p>The center x coordinate of the Game Object.<br>This is the same as <code>(x - offsetX) + (width / 2)</code>.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.Bounds.html#centerX">Phaser.Component.Bounds#centerX</a> </li></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_Bounds.js.html">gameobjects/components/Bounds.js</a>, <a href="src_gameobjects_components_Bounds.js.html#sunlight-1-line-58">line 58</a> </dt> </dl> </dd> <dt> <h4 class="name " id="centerY"><span class="type-signature"></span>centerY<span class="type-signature"> :number</span></h4> </dt> <dd> <div class="description"> <p>The center y coordinate of the Game Object.<br>This is the same as <code>(y - offsetY) + (height / 2)</code>.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.Bounds.html#centerY">Phaser.Component.Bounds#centerY</a> </li></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_Bounds.js.html">gameobjects/components/Bounds.js</a>, <a href="src_gameobjects_components_Bounds.js.html#sunlight-1-line-80">line 80</a> </dt> </dl> </dd> <dt> <h4 class="name " id="checkWorldBounds"><span class="type-signature"></span>checkWorldBounds<span class="type-signature"> :boolean</span></h4> </dt> <dd> <div class="description"> <p>If this is set to <code>true</code> the Game Object checks if it is within the World bounds each frame. </p> <p>When it is no longer intersecting the world bounds it dispatches the <code>onOutOfBounds</code> event.</p> <p>If it was <em>previously</em> out of bounds but is now intersecting the world bounds again it dispatches the <code>onEnterBounds</code> event.</p> <p>It also optionally kills the Game Object if <code>outOfBoundsKill</code> is <code>true</code>.</p> <p>When <code>checkWorldBounds</code> is enabled it forces the Game Object to calculate its full bounds every frame.</p> <p>This is a relatively expensive operation, especially if enabled on hundreds of Game Objects. So enable it only if you know it's required,<br>or you have tested performance and find it acceptable.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.InWorld.html#checkWorldBounds">Phaser.Component.InWorld#checkWorldBounds</a> </li></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_InWorld.js.html">gameobjects/components/InWorld.js</a>, <a href="src_gameobjects_components_InWorld.js.html#sunlight-1-line-98">line 98</a> </dt> </dl> </dd> <dt> <h4 class="name " id="children"><span class="type-signature">&lt;readonly> </span>children<span class="type-signature"> :Array.&lt;<a href="global.html#DisplayObject">DisplayObject</a>></span></h4> </dt> <dd> <div class="description"> <p>[read-only] The array of children of this container.</p> </div> <h5>Type:</h5> <ul> <li> <span class="param-type">Array.&lt;<a href="global.html#DisplayObject">DisplayObject</a>></span> </li> </ul> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="PIXI.DisplayObjectContainer.html#children">PIXI.DisplayObjectContainer#children</a> </li></dd> <dt class="tag-source">Source - <a href="src_pixi_display_DisplayObjectContainer.js.html">pixi/display/DisplayObjectContainer.js</a>, <a href="src_pixi_display_DisplayObjectContainer.js.html#sunlight-1-line-17">line 17</a> </dt> </dl> </dd> <dt> <h4 class="name " id="components"><span class="type-signature">&lt;internal> </span>components<span class="type-signature"> :object</span></h4> </dt> <dd> <div class="description"> <p>The components this Game Object has installed.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.Core.html#components">Phaser.Component.Core#components</a> </li></dd> <dt class="important tag-deprecated">Internal:</dt> <dd class="tag-deprecated"><ul> <li>This member is <em>internal (protected)</em> and may be modified or removed in the future.</li> </ul></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_Core.js.html">gameobjects/components/Core.js</a>, <a href="src_gameobjects_components_Core.js.html#sunlight-1-line-167">line 167</a> </dt> </dl> </dd> <dt> <h4 class="name " id="cropRect"><span class="type-signature"></span>cropRect<span class="type-signature"> :<a href="Phaser.Rectangle.html">Phaser.Rectangle</a></span></h4> </dt> <dd> <div class="description"> <p>The Rectangle used to crop the texture this Game Object uses.<br>Set this property via <code>crop</code>.<br>If you modify this property directly you must call <code>updateCrop</code> in order to have the change take effect.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.Crop.html#cropRect">Phaser.Component.Crop#cropRect</a> </li></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_Crop.js.html">gameobjects/components/Crop.js</a>, <a href="src_gameobjects_components_Crop.js.html#sunlight-1-line-24">line 24</a> </dt> </dl> </dd> <dt> <h4 class="name " id="damage"><span class="type-signature"></span>damage<span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Damages the Game Object. This removes the given amount of health from the <code>health</code> property.</p> <p>If health is taken below or is equal to zero then the <code>kill</code> method is called.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.Health.html#damage">Phaser.Component.Health#damage</a> </li></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_Health.js.html">gameobjects/components/Health.js</a>, <a href="src_gameobjects_components_Health.js.html#sunlight-1-line-46">line 46</a> </dt> </dl> </dd> <dt> <h4 class="name " id="data"><span class="type-signature"></span>data<span class="type-signature"> :Object</span></h4> </dt> <dd> <div class="description"> <p>An empty Object that belongs to this Game Object.<br>This value isn't ever used internally by Phaser, but may be used by your own code, or<br>by Phaser Plugins, to store data that needs to be associated with the Game Object,<br>without polluting the Game Object directly.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.Core.html#data">Phaser.Component.Core#data</a> </li></dd> <dt class="tag-default">Default Value:</dt> <dd class="tag-default"><ul class="dummy"><li>{}</li></ul></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_Core.js.html">gameobjects/components/Core.js</a>, <a href="src_gameobjects_components_Core.js.html#sunlight-1-line-160">line 160</a> </dt> </dl> </dd> <dt> <h4 class="name " id="debug"><span class="type-signature"></span>debug<span class="type-signature"> :boolean</span></h4> </dt> <dd> <div class="description"> <p>A debug flag designed for use with <code>Game.enableStep</code>.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.Core.html#debug">Phaser.Component.Core#debug</a> </li></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_Core.js.html">gameobjects/components/Core.js</a>, <a href="src_gameobjects_components_Core.js.html#sunlight-1-line-218">line 218</a> </dt> </dl> </dd> <dt> <h4 class="name " id="deltaX"><span class="type-signature">&lt;readonly> </span>deltaX<span class="type-signature"> :number</span></h4> </dt> <dd> <div class="description"> <p>Returns the delta x value. The difference between world.x now and in the previous frame.</p> <p>The value will be positive if the Game Object has moved to the right or negative if to the left.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.Delta.html#deltaX">Phaser.Component.Delta#deltaX</a> </li></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_Delta.js.html">gameobjects/components/Delta.js</a>, <a href="src_gameobjects_components_Delta.js.html#sunlight-1-line-24">line 24</a> </dt> </dl> </dd> <dt> <h4 class="name " id="deltaY"><span class="type-signature">&lt;readonly> </span>deltaY<span class="type-signature"> :number</span></h4> </dt> <dd> <div class="description"> <p>Returns the delta y value. The difference between world.y now and in the previous frame.</p> <p>The value will be positive if the Game Object has moved down or negative if up.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.Delta.html#deltaY">Phaser.Component.Delta#deltaY</a> </li></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_Delta.js.html">gameobjects/components/Delta.js</a>, <a href="src_gameobjects_components_Delta.js.html#sunlight-1-line-42">line 42</a> </dt> </dl> </dd> <dt> <h4 class="name " id="deltaZ"><span class="type-signature">&lt;readonly> </span>deltaZ<span class="type-signature"> :number</span></h4> </dt> <dd> <div class="description"> <p>Returns the delta z value. The difference between rotation now and in the previous frame. The delta value.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.Delta.html#deltaZ">Phaser.Component.Delta#deltaZ</a> </li></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_Delta.js.html">gameobjects/components/Delta.js</a>, <a href="src_gameobjects_components_Delta.js.html#sunlight-1-line-58">line 58</a> </dt> </dl> </dd> <dt> <h4 class="name " id="destroyPhase"><span class="type-signature">&lt;readonly> </span>destroyPhase<span class="type-signature"> :boolean</span></h4> </dt> <dd> <div class="description"> <p>As a Game Object runs through its destroy method this flag is set to true,<br>and can be checked in any sub-systems or plugins it is being destroyed from.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.Destroy.html#destroyPhase">Phaser.Component.Destroy#destroyPhase</a> </li></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_Destroy.js.html">gameobjects/components/Destroy.js</a>, <a href="src_gameobjects_components_Destroy.js.html#sunlight-1-line-22">line 22</a> </dt> </dl> </dd> <dt> <h4 class="name " id="events"><span class="type-signature"></span>events<span class="type-signature"> :<a href="Phaser.Events.html">Phaser.Events</a></span></h4> </dt> <dd> <div class="description"> <p>All Phaser Game Objects have an Events class which contains all of the events that are dispatched when certain things happen to this<br>Game Object, or any of its components.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.Core.html#events">Phaser.Component.Core#events</a> </li></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_Core.js.html">gameobjects/components/Core.js</a>, <a href="src_gameobjects_components_Core.js.html#sunlight-1-line-185">line 185</a> </dt> <dt class="tag-see">See:</dt> <dd class="tag-see"> <ul> <li><a href="Phaser.Events.html">Phaser.Events</a></li> </ul> </dd> </dl> </dd> <dt> <h4 class="name " id="exists"><span class="type-signature"></span>exists<span class="type-signature"> :Boolean</span></h4> </dt> <dd> <div class="description"> <p>Controls if this Sprite is processed by the core Phaser game loops and Group loops.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="PIXI.Sprite.html#exists">PIXI.Sprite#exists</a> </li></dd> <dt class="tag-default">Default Value:</dt> <dd class="tag-default"><ul class="dummy"><li>true</li></ul></dd> <dt class="tag-source">Source - <a href="src_pixi_display_Sprite.js.html">pixi/display/Sprite.js</a>, <a href="src_pixi_display_Sprite.js.html#sunlight-1-line-103">line 103</a> </dt> </dl> </dd> <dt> <h4 class="name " id="filterArea"><span class="type-signature"></span>filterArea<span class="type-signature"> :Rectangle</span></h4> </dt> <dd> <div class="description"> <p>The rectangular area used by filters when rendering a shader for this DisplayObject.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="PIXI.DisplayObject.html#filterArea">PIXI.DisplayObject#filterArea</a> </li></dd> <dt class="tag-source">Source - <a href="src_pixi_display_DisplayObject.js.html">pixi/display/DisplayObject.js</a>, <a href="src_pixi_display_DisplayObject.js.html#sunlight-1-line-195">line 195</a> </dt> </dl> </dd> <dt> <h4 class="name " id="filters"><span class="type-signature"></span>filters<span class="type-signature"> :Array</span></h4> </dt> <dd> <div class="description"> <p>Sets the filters for this DisplayObject. This is a WebGL only feature, and is ignored by the Canvas<br>Renderer. A filter is a shader applied to this DisplayObject. You can modify the placement of the filter<br>using <code>DisplayObject.filterArea</code>.</p> <p>To remove filters, set this property to <code>null</code>.</p> <p>Note: You cannot have a filter set, and a MULTIPLY Blend Mode active, at the same time. Setting a<br>filter will reset this DisplayObjects blend mode to NORMAL.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="PIXI.DisplayObject.html#filters">PIXI.DisplayObject#filters</a> </li></dd> <dt class="tag-source">Source - <a href="src_pixi_display_DisplayObject.js.html">pixi/display/DisplayObject.js</a>, <a href="src_pixi_display_DisplayObject.js.html#sunlight-1-line-710">line 710</a> </dt> </dl> </dd> <dt> <h4 class="name " id="fixedToCamera"><span class="type-signature"></span>fixedToCamera<span class="type-signature"> :boolean</span></h4> </dt> <dd> <div class="description"> <p>A Game Object that is &quot;fixed&quot; to the camera is rendered at a given x/y offsets from the top left of the camera. The offsets<br>are stored in the <code>cameraOffset</code> property, which is initialized with the current object coordinates. </p> <p>The values are adjusted at the rendering stage, overriding the Game Objects actual world position.</p> <p>The end result is that the Game Object will appear to be 'fixed' to the camera, regardless of where in the game world<br>the camera is viewing. This is useful if for example this Game Object is a UI item that you wish to be visible at all times<br>regardless where in the world the camera is.</p> <p>Note that the <code>cameraOffset</code> values are in addition to any parent of this Game Object on the display list.</p> <p>Be careful not to set <code>fixedToCamera</code> on Game Objects which are in Groups that already have <code>fixedToCamera</code> enabled on them.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.FixedToCamera.html#fixedToCamera">Phaser.Component.FixedToCamera#fixedToCamera</a> </li></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_FixedToCamera.js.html">gameobjects/components/FixedToCamera.js</a>, <a href="src_gameobjects_components_FixedToCamera.js.html#sunlight-1-line-55">line 55</a> </dt> </dl> </dd> <dt> <h4 class="name " id="frame"><span class="type-signature"></span>frame<span class="type-signature"> :integer</span></h4> </dt> <dd> <div class="description"> <p>Gets or sets the current frame index of the texture being used to render this Game Object.</p> <p>To change the frame set <code>frame</code> to the index of the new frame in the sprite sheet you wish this Game Object to use,<br>for example: <code>player.frame = 4</code>.</p> <p>If the frame index given doesn't exist it will revert to the first frame found in the texture.</p> <p>If you are using a texture atlas then you should use the <code>frameName</code> property instead.</p> <p>If you wish to fully replace the texture being used see <code>loadTexture</code>.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.LoadTexture.html#frame">Phaser.Component.LoadTexture#frame</a> </li></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_LoadTexture.js.html">gameobjects/components/LoadTexture.js</a>, <a href="src_gameobjects_components_LoadTexture.js.html#sunlight-1-line-259">line 259</a> </dt> </dl> </dd> <dt> <h4 class="name " id="frameName"><span class="type-signature"></span>frameName<span class="type-signature"> :string</span></h4> </dt> <dd> <div class="description"> <p>Gets or sets the current frame name of the texture being used to render this Game Object.</p> <p>To change the frame set <code>frameName</code> to the name of the new frame in the texture atlas you wish this Game Object to use,<br>for example: <code>player.frameName = &quot;idle&quot;</code>.</p> <p>If the frame name given doesn't exist it will revert to the first frame found in the texture and throw a console warning.</p> <p>If you are using a sprite sheet then you should use the <code>frame</code> property instead.</p> <p>If you wish to fully replace the texture being used see <code>loadTexture</code>.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.LoadTexture.html#frameName">Phaser.Component.LoadTexture#frameName</a> </li></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_LoadTexture.js.html">gameobjects/components/LoadTexture.js</a>, <a href="src_gameobjects_components_LoadTexture.js.html#sunlight-1-line-284">line 284</a> </dt> </dl> </dd> <dt> <h4 class="name " id="fresh"><span class="type-signature">&lt;readonly> </span>fresh<span class="type-signature"> :boolean</span></h4> </dt> <dd> <div class="description"> <p>A Game Object is considered <code>fresh</code> if it has just been created or reset and is yet to receive a renderer transform update.<br>This property is mostly used internally by the physics systems, but is exposed for the use of plugins.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.Core.html#fresh">Phaser.Component.Core#fresh</a> </li></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_Core.js.html">gameobjects/components/Core.js</a>, <a href="src_gameobjects_components_Core.js.html#sunlight-1-line-248">line 248</a> </dt> </dl> </dd> <dt> <h4 class="name " id="game"><span class="type-signature"></span>game<span class="type-signature"> :<a href="Phaser.Game.html">Phaser.Game</a></span></h4> </dt> <dd> <div class="description"> <p>A reference to the currently running Game.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.Core.html#game">Phaser.Component.Core#game</a> </li></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_Core.js.html">gameobjects/components/Core.js</a>, <a href="src_gameobjects_components_Core.js.html#sunlight-1-line-142">line 142</a> </dt> </dl> </dd> <dt> <h4 class="name " id="heal"><span class="type-signature"></span>heal<span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Heal the Game Object. This adds the given amount of health to the <code>health</code> property.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.Health.html#heal">Phaser.Component.Health#heal</a> </li></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_Health.js.html">gameobjects/components/Health.js</a>, <a href="src_gameobjects_components_Health.js.html#sunlight-1-line-90">line 90</a> </dt> </dl> </dd> <dt> <h4 class="name " id="health"><span class="type-signature"></span>health<span class="type-signature"> :number</span></h4> </dt> <dd> <div class="description"> <p>The Game Objects health value. This is a handy property for setting and manipulating health on a Game Object.</p> <p>It can be used in combination with the <code>damage</code> method or modified directly.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.Health.html#health">Phaser.Component.Health#health</a> </li></dd> <dt class="tag-default">Default Value:</dt> <dd class="tag-default"><ul class="dummy"><li>1</li></ul></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_Health.js.html">gameobjects/components/Health.js</a>, <a href="src_gameobjects_components_Health.js.html#sunlight-1-line-26">line 26</a> </dt> </dl> </dd> <dt> <h4 class="name " id="height"><span class="type-signature"></span>height<span class="type-signature"> :Number</span></h4> </dt> <dd> <div class="description"> <p>The height of the sprite, setting this will actually modify the scale to achieve the value set</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="PIXI.Sprite.html#height">PIXI.Sprite#height</a> </li></dd> <dt class="tag-source">Source - <a href="src_pixi_display_Sprite.js.html">pixi/display/Sprite.js</a>, <a href="src_pixi_display_Sprite.js.html#sunlight-1-line-144">line 144</a> </dt> </dl> </dd> <dt> <h4 class="name " id="hitArea"><span class="type-signature"></span>hitArea<span class="type-signature"> :Rectangle|Circle|Ellipse|Polygon</span></h4> </dt> <dd> <div class="description"> <p>This is the defined area that will pick up mouse / touch events. It is null by default.<br>Setting it is a neat way of optimising the hitTest function that the interactionManager will use (as it will not need to hit test all the children)</p> </div> <h5>Type:</h5> <ul> <li> <span class="param-type">Rectangle</span> | <span class="param-type">Circle</span> | <span class="param-type">Ellipse</span> | <span class="param-type">Polygon</span> </li> </ul> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="PIXI.DisplayObject.html#hitArea">PIXI.DisplayObject#hitArea</a> </li></dd> <dt class="tag-source">Source - <a href="src_pixi_display_DisplayObject.js.html">pixi/display/DisplayObject.js</a>, <a href="src_pixi_display_DisplayObject.js.html#sunlight-1-line-89">line 89</a> </dt> </dl> </dd> <dt> <h4 class="name " id="ignoreChildInput"><span class="type-signature"></span>ignoreChildInput<span class="type-signature"> :Boolean</span></h4> </dt> <dd> <div class="description"> <p>If <code>ignoreChildInput</code> is <code>false</code> it will allow this objects <em>children</em> to be considered as valid for Input events.</p> <p>If this property is <code>true</code> then the children will <em>not</em> be considered as valid for Input events.</p> <p>Note that this property isn't recursive: only immediate children are influenced, it doesn't scan further down.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="PIXI.DisplayObjectContainer.html#ignoreChildInput">PIXI.DisplayObjectContainer#ignoreChildInput</a> </li></dd> <dt class="tag-source">Source - <a href="src_pixi_display_DisplayObjectContainer.js.html">pixi/display/DisplayObjectContainer.js</a>, <a href="src_pixi_display_DisplayObjectContainer.js.html#sunlight-1-line-26">line 26</a> </dt> </dl> </dd> <dt> <h4 class="name " id="inCamera"><span class="type-signature">&lt;readonly> </span>inCamera<span class="type-signature"> :boolean</span></h4> </dt> <dd> <div class="description"> <p>Checks if the Game Objects bounds intersect with the Game Camera bounds.<br>Returns <code>true</code> if they do, otherwise <code>false</code> if fully outside of the Cameras bounds.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.AutoCull.html#inCamera">Phaser.Component.AutoCull#inCamera</a> </li></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_AutoCull.js.html">gameobjects/components/AutoCull.js</a>, <a href="src_gameobjects_components_AutoCull.js.html#sunlight-1-line-37">line 37</a> </dt> </dl> </dd> <dt> <h4 class="name " id="input"><span class="type-signature"></span>input<span class="type-signature"> :<a href="Phaser.InputHandler.html">Phaser.InputHandler</a>|null</span></h4> </dt> <dd> <div class="description"> <p>The Input Handler for this Game Object.</p> <p>By default it is disabled. If you wish this Game Object to process input events you should enable it with: <code>inputEnabled = true</code>.</p> <p>After you have done this, this property will be a reference to the Phaser InputHandler.</p> </div> <h5>Type:</h5> <ul> <li> <span class="param-type"><a href="Phaser.InputHandler.html">Phaser.InputHandler</a></span> | <span class="param-type">null</span> </li> </ul> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.InputEnabled.html#input">Phaser.Component.InputEnabled#input</a> </li></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_InputEnabled.js.html">gameobjects/components/InputEnabled.js</a>, <a href="src_gameobjects_components_InputEnabled.js.html#sunlight-1-line-24">line 24</a> </dt> </dl> </dd> <dt> <h4 class="name " id="inputEnabled"><span class="type-signature"></span>inputEnabled<span class="type-signature"> :boolean</span></h4> </dt> <dd> <div class="description"> <p>By default a Game Object won't process any input events. By setting <code>inputEnabled</code> to true a Phaser.InputHandler is created<br>for this Game Object and it will then start to process click / touch events and more.</p> <p>You can then access the Input Handler via <code>this.input</code>.</p> <p>Note that Input related events are dispatched from <code>this.events</code>, i.e.: <code>events.onInputDown</code>.</p> <p>If you set this property to false it will stop the Input Handler from processing any more input events.</p> <p>If you want to <em>temporarily</em> disable input for a Game Object, then it's better to set<br><code>input.enabled = false</code>, as it won't reset any of the Input Handlers internal properties.<br>You can then toggle this back on as needed.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.InputEnabled.html#inputEnabled">Phaser.Component.InputEnabled#inputEnabled</a> </li></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_InputEnabled.js.html">gameobjects/components/InputEnabled.js</a>, <a href="src_gameobjects_components_InputEnabled.js.html#sunlight-1-line-42">line 42</a> </dt> </dl> </dd> <dt> <h4 class="name " id="inWorld"><span class="type-signature">&lt;readonly> </span>inWorld<span class="type-signature"> :boolean</span></h4> </dt> <dd> <div class="description"> <p>Checks if the Game Objects bounds are within, or intersect at any point with the Game World bounds.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.InWorld.html#inWorld">Phaser.Component.InWorld#inWorld</a> </li></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_InWorld.js.html">gameobjects/components/InWorld.js</a>, <a href="src_gameobjects_components_InWorld.js.html#sunlight-1-line-129">line 129</a> </dt> </dl> </dd> <dt> <h4 class="name " id="key"><span class="type-signature"></span>key<span class="type-signature"> :string|<a href="Phaser.RenderTexture.html">Phaser.RenderTexture</a>|<a href="Phaser.BitmapData.html">Phaser.BitmapData</a>|<a href="Phaser.Video.html">Phaser.Video</a>|<a href="PIXI.Texture.html">PIXI.Texture</a></span></h4> </dt> <dd> <div class="description"> <p>The key of the image or texture used by this Game Object during rendering.<br>If it is a string it's the string used to retrieve the texture from the Phaser Image Cache.<br>It can also be an instance of a RenderTexture, BitmapData, Video or PIXI.Texture.<br>If a Game Object is created without a key it is automatically assigned the key <code>__default</code> which is a 32x32 transparent PNG stored within the Cache.<br>If a Game Object is given a key which doesn't exist in the Image Cache it is re-assigned the key <code>__missing</code> which is a 32x32 PNG of a green box with a line through it.</p> </div> <h5>Type:</h5> <ul> <li> <span class="param-type">string</span> | <span class="param-type"><a href="Phaser.RenderTexture.html">Phaser.RenderTexture</a></span> | <span class="param-type"><a href="Phaser.BitmapData.html">Phaser.BitmapData</a></span> | <span class="param-type"><a href="Phaser.Video.html">Phaser.Video</a></span> | <span class="param-type"><a href="PIXI.Texture.html">PIXI.Texture</a></span> </li> </ul> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.Core.html#key">Phaser.Component.Core#key</a> </li></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_Core.js.html">gameobjects/components/Core.js</a>, <a href="src_gameobjects_components_Core.js.html#sunlight-1-line-203">line 203</a> </dt> </dl> </dd> <dt> <h4 class="name " id="left"><span class="type-signature"></span>left<span class="type-signature"> :number</span></h4> </dt> <dd> <div class="description"> <p>The left coordinate of the Game Object.<br>This is the same as <code>x - offsetX</code>.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.Bounds.html#left">Phaser.Component.Bounds#left</a> </li></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_Bounds.js.html">gameobjects/components/Bounds.js</a>, <a href="src_gameobjects_components_Bounds.js.html#sunlight-1-line-102">line 102</a> </dt> </dl> </dd> <dt> <h4 class="name " id="lifespan"><span class="type-signature"></span>lifespan<span class="type-signature"> :number</span></h4> </dt> <dd> <div class="description"> <p>The lifespan allows you to give a Game Object a lifespan in milliseconds.</p> <p>Once the Game Object is 'born' you can set this to a positive value.</p> <p>It is automatically decremented by the millisecond equivalent of <code>game.time.physicsElapsed</code> each frame.<br>When it reaches zero it will call the <code>kill</code> method.</p> <p>Very handy for particles, bullets, collectibles, or any other short-lived entity.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.LifeSpan.html#lifespan">Phaser.Component.LifeSpan#lifespan</a> </li></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_LifeSpan.js.html">gameobjects/components/LifeSpan.js</a>, <a href="src_gameobjects_components_LifeSpan.js.html#sunlight-1-line-65">line 65</a> </dt> </dl> </dd> <dt> <h4 class="name " id="mask"><span class="type-signature"></span>mask<span class="type-signature"> :PIXIGraphics</span></h4> </dt> <dd> <div class="description"> <p>Sets a mask for this DisplayObject. A mask is an instance of a Graphics object.<br>When applied it limits the visible area of this DisplayObject to the shape of the mask.<br>Under a Canvas renderer it uses shape clipping. Under a WebGL renderer it uses a Stencil Buffer.<br>To remove a mask, set this property to <code>null</code>.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="PIXI.DisplayObject.html#mask">PIXI.DisplayObject#mask</a> </li></dd> <dt class="tag-source">Source - <a href="src_pixi_display_DisplayObject.js.html">pixi/display/DisplayObject.js</a>, <a href="src_pixi_display_DisplayObject.js.html#sunlight-1-line-675">line 675</a> </dt> </dl> </dd> <dt> <h4 class="name " id="maxHealth"><span class="type-signature"></span>maxHealth<span class="type-signature"> :number</span></h4> </dt> <dd> <div class="description"> <p>The Game Objects maximum health value. This works in combination with the <code>heal</code> method to ensure<br>the health value never exceeds the maximum.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.Health.html#maxHealth">Phaser.Component.Health#maxHealth</a> </li></dd> <dt class="tag-default">Default Value:</dt> <dd class="tag-default"><ul class="dummy"><li>100</li></ul></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_Health.js.html">gameobjects/components/Health.js</a>, <a href="src_gameobjects_components_Health.js.html#sunlight-1-line-35">line 35</a> </dt> </dl> </dd> <dt> <h4 class="name " id="name"><span class="type-signature"></span>name<span class="type-signature"> :string</span></h4> </dt> <dd> <div class="description"> <p>A user defined name given to this Game Object.<br>This value isn't ever used internally by Phaser, it is meant as a game level property.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.Core.html#name">Phaser.Component.Core#name</a> </li></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_Core.js.html">gameobjects/components/Core.js</a>, <a href="src_gameobjects_components_Core.js.html#sunlight-1-line-150">line 150</a> </dt> </dl> </dd> <dt> <h4 class="name " id="offsetX"><span class="type-signature">&lt;readonly> </span>offsetX<span class="type-signature"> :number</span></h4> </dt> <dd> <div class="description"> <p>The amount the Game Object is visually offset from its x coordinate.<br>This is the same as <code>width * anchor.x</code>.<br>It will only be &gt; 0 if anchor.x is not equal to zero.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.Bounds.html#offsetX">Phaser.Component.Bounds#offsetX</a> </li></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_Bounds.js.html">gameobjects/components/Bounds.js</a>, <a href="src_gameobjects_components_Bounds.js.html#sunlight-1-line-24">line 24</a> </dt> </dl> </dd> <dt> <h4 class="name " id="offsetY"><span class="type-signature">&lt;readonly> </span>offsetY<span class="type-signature"> :number</span></h4> </dt> <dd> <div class="description"> <p>The amount the Game Object is visually offset from its y coordinate.<br>This is the same as <code>height * anchor.y</code>.<br>It will only be &gt; 0 if anchor.y is not equal to zero.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.Bounds.html#offsetY">Phaser.Component.Bounds#offsetY</a> </li></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_Bounds.js.html">gameobjects/components/Bounds.js</a>, <a href="src_gameobjects_components_Bounds.js.html#sunlight-1-line-42">line 42</a> </dt> </dl> </dd> <dt> <h4 class="name " id="outOfBoundsKill"><span class="type-signature"></span>outOfBoundsKill<span class="type-signature"> :boolean</span></h4> </dt> <dd> <div class="description"> <p>If this and the <code>checkWorldBounds</code> property are both set to <code>true</code> then the <code>kill</code> method is called as soon as <code>inWorld</code> returns false.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.InWorld.html#outOfBoundsKill">Phaser.Component.InWorld#outOfBoundsKill</a> </li></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_InWorld.js.html">gameobjects/components/InWorld.js</a>, <a href="src_gameobjects_components_InWorld.js.html#sunlight-1-line-106">line 106</a> </dt> </dl> </dd> <dt> <h4 class="name " id="outOfCameraBoundsKill"><span class="type-signature"></span>outOfCameraBoundsKill<span class="type-signature"> :boolean</span></h4> </dt> <dd> <div class="description"> <p>If this and the <code>autoCull</code> property are both set to <code>true</code>, then the <code>kill</code> method<br>is called as soon as the Game Object leaves the camera bounds.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.InWorld.html#outOfCameraBoundsKill">Phaser.Component.InWorld#outOfCameraBoundsKill</a> </li></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_InWorld.js.html">gameobjects/components/InWorld.js</a>, <a href="src_gameobjects_components_InWorld.js.html#sunlight-1-line-115">line 115</a> </dt> </dl> </dd> <dt> <h4 class="name " id="parent"><span class="type-signature">&lt;readonly> </span>parent<span class="type-signature"> :PIXIDisplayObjectContainer</span></h4> </dt> <dd> <div class="description"> <p>The parent DisplayObjectContainer that this DisplayObject is a child of.<br>All DisplayObjects must belong to a parent in order to be rendered.<br>The root parent is the Stage object. This property is set automatically when the<br>DisplayObject is added to, or removed from, a DisplayObjectContainer.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="PIXI.DisplayObject.html#parent">PIXI.DisplayObject#parent</a> </li></dd> <dt class="tag-source">Source - <a href="src_pixi_display_DisplayObject.js.html">pixi/display/DisplayObject.js</a>, <a href="src_pixi_display_DisplayObject.js.html#sunlight-1-line-107">line 107</a> </dt> </dl> </dd> <dt> <h4 class="name " id="pendingDestroy"><span class="type-signature"></span>pendingDestroy<span class="type-signature"> :boolean</span></h4> </dt> <dd> <div class="description"> <p>A Game Object is that is pendingDestroy is flagged to have its destroy method called on the next logic update.<br>You can set it directly to allow you to flag an object to be destroyed on its next update.</p> <p>This is extremely useful if you wish to destroy an object from within one of its own callbacks<br>such as with Buttons or other Input events.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.Core.html#pendingDestroy">Phaser.Component.Core#pendingDestroy</a> </li></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_Core.js.html">gameobjects/components/Core.js</a>, <a href="src_gameobjects_components_Core.js.html#sunlight-1-line-259">line 259</a> </dt> </dl> </dd> <dt> <h4 class="name " id="physicsType"><span class="type-signature">&lt;readonly> </span>physicsType<span class="type-signature"> :number</span></h4> </dt> <dd> <div class="description"> <p>The const physics body type of this object.</p> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_gameobjects_Sprite.js.html">gameobjects/Sprite.js</a>, <a href="src_gameobjects_Sprite.js.html#sunlight-1-line-61">line 61</a> </dt> </dl> </dd> <dt> <h4 class="name " id="pivot"><span class="type-signature"></span>pivot<span class="type-signature"> :PIXIPoint</span></h4> </dt> <dd> <div class="description"> <p>The pivot point of this DisplayObject that it rotates around. The values are expressed<br>in pixel values.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="PIXI.DisplayObject.html#pivot">PIXI.DisplayObject#pivot</a> </li></dd> <dt class="tag-source">Source - <a href="src_pixi_display_DisplayObject.js.html">pixi/display/DisplayObject.js</a>, <a href="src_pixi_display_DisplayObject.js.html#sunlight-1-line-43">line 43</a> </dt> </dl> </dd> <dt> <h4 class="name " id="position"><span class="type-signature"></span>position<span class="type-signature"> :PIXIPoint</span></h4> </dt> <dd> <div class="description"> <p>The coordinates, in pixels, of this DisplayObject, relative to its parent container.</p> <p>The value of this property does not reflect any positioning happening further up the display list.<br>To obtain that value please see the <code>worldPosition</code> property.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="PIXI.DisplayObject.html#position">PIXI.DisplayObject#position</a> </li></dd> <dt class="tag-source">Source - <a href="src_pixi_display_DisplayObject.js.html">pixi/display/DisplayObject.js</a>, <a href="src_pixi_display_DisplayObject.js.html#sunlight-1-line-20">line 20</a> </dt> </dl> </dd> <dt> <h4 class="name " id="previousPosition"><span class="type-signature">&lt;readonly> </span>previousPosition<span class="type-signature"> :<a href="Phaser.Point.html">Phaser.Point</a></span></h4> </dt> <dd> <div class="description"> <p>The position the Game Object was located in the previous frame.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.Core.html#previousPosition">Phaser.Component.Core#previousPosition</a> </li></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_Core.js.html">gameobjects/components/Core.js</a>, <a href="src_gameobjects_components_Core.js.html#sunlight-1-line-225">line 225</a> </dt> </dl> </dd> <dt> <h4 class="name " id="previousRotation"><span class="type-signature">&lt;readonly> </span>previousRotation<span class="type-signature"> :number</span></h4> </dt> <dd> <div class="description"> <p>The rotation the Game Object was in set to in the previous frame. Value is in radians.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.Core.html#previousRotation">Phaser.Component.Core#previousRotation</a> </li></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_Core.js.html">gameobjects/components/Core.js</a>, <a href="src_gameobjects_components_Core.js.html#sunlight-1-line-232">line 232</a> </dt> </dl> </dd> <dt> <h4 class="name " id="renderable"><span class="type-signature"></span>renderable<span class="type-signature"> :Boolean</span></h4> </dt> <dd> <div class="description"> <p>Should this DisplayObject be rendered by the renderer? An object with a renderable value of<br><code>false</code> is skipped during the render pass.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="PIXI.DisplayObject.html#renderable">PIXI.DisplayObject#renderable</a> </li></dd> <dt class="tag-source">Source - <a href="src_pixi_display_DisplayObject.js.html">pixi/display/DisplayObject.js</a>, <a href="src_pixi_display_DisplayObject.js.html#sunlight-1-line-98">line 98</a> </dt> </dl> </dd> <dt> <h4 class="name " id="renderOrderID"><span class="type-signature">&lt;readonly> </span>renderOrderID<span class="type-signature"> :number</span></h4> </dt> <dd> <div class="description"> <p>The render order ID is used internally by the renderer and Input Manager and should not be modified.<br>This property is mostly used internally by the renderers, but is exposed for the use of plugins.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.Core.html#renderOrderID">Phaser.Component.Core#renderOrderID</a> </li></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_Core.js.html">gameobjects/components/Core.js</a>, <a href="src_gameobjects_components_Core.js.html#sunlight-1-line-240">line 240</a> </dt> </dl> </dd> <dt> <h4 class="name " id="right"><span class="type-signature"></span>right<span class="type-signature"> :number</span></h4> </dt> <dd> <div class="description"> <p>The right coordinate of the Game Object.<br>This is the same as <code>x + width - offsetX</code>.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.Bounds.html#right">Phaser.Component.Bounds#right</a> </li></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_Bounds.js.html">gameobjects/components/Bounds.js</a>, <a href="src_gameobjects_components_Bounds.js.html#sunlight-1-line-124">line 124</a> </dt> </dl> </dd> <dt> <h4 class="name " id="rotation"><span class="type-signature"></span>rotation<span class="type-signature"> :Number</span></h4> </dt> <dd> <div class="description"> <p>The rotation of this DisplayObject. The value is given, and expressed, in radians, and is based on<br>a right-handed orientation.</p> <p>The value of this property does not reflect any rotation happening further up the display list.<br>To obtain that value please see the <code>worldRotation</code> property.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="PIXI.DisplayObject.html#rotation">PIXI.DisplayObject#rotation</a> </li></dd> <dt class="tag-source">Source - <a href="src_pixi_display_DisplayObject.js.html">pixi/display/DisplayObject.js</a>, <a href="src_pixi_display_DisplayObject.js.html#sunlight-1-line-51">line 51</a> </dt> </dl> </dd> <dt> <h4 class="name " id="scale"><span class="type-signature"></span>scale<span class="type-signature"> :PIXIPoint</span></h4> </dt> <dd> <div class="description"> <p>The scale of this DisplayObject. A scale of 1:1 represents the DisplayObject<br>at its default size. A value of 0.5 would scale this DisplayObject by half, and so on.</p> <p>The value of this property does not reflect any scaling happening further up the display list.<br>To obtain that value please see the <code>worldScale</code> property.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="PIXI.DisplayObject.html#scale">PIXI.DisplayObject#scale</a> </li></dd> <dt class="tag-source">Source - <a href="src_pixi_display_DisplayObject.js.html">pixi/display/DisplayObject.js</a>, <a href="src_pixi_display_DisplayObject.js.html#sunlight-1-line-31">line 31</a> </dt> </dl> </dd> <dt> <h4 class="name " id="scaleMax"><span class="type-signature"></span>scaleMax<span class="type-signature"> :<a href="Phaser.Point.html">Phaser.Point</a></span></h4> </dt> <dd> <div class="description"> <p>The maximum scale this Game Object will scale up to. </p> <p>It allows you to prevent a parent from scaling this Game Object higher than the given value.</p> <p>Set it to <code>null</code> to remove the limit.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.ScaleMinMax.html#scaleMax">Phaser.Component.ScaleMinMax#scaleMax</a> </li></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_ScaleMinMax.js.html">gameobjects/components/ScaleMinMax.js</a>, <a href="src_gameobjects_components_ScaleMinMax.js.html#sunlight-1-line-46">line 46</a> </dt> </dl> </dd> <dt> <h4 class="name " id="scaleMin"><span class="type-signature"></span>scaleMin<span class="type-signature"> :<a href="Phaser.Point.html">Phaser.Point</a></span></h4> </dt> <dd> <div class="description"> <p>The minimum scale this Game Object will scale down to.</p> <p>It allows you to prevent a parent from scaling this Game Object lower than the given value.</p> <p>Set it to <code>null</code> to remove the limit.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.ScaleMinMax.html#scaleMin">Phaser.Component.ScaleMinMax#scaleMin</a> </li></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_ScaleMinMax.js.html">gameobjects/components/ScaleMinMax.js</a>, <a href="src_gameobjects_components_ScaleMinMax.js.html#sunlight-1-line-36">line 36</a> </dt> </dl> </dd> <dt> <h4 class="name " id="setHealth"><span class="type-signature"></span>setHealth<span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Sets the health property of the Game Object to the given amount.<br>Will never exceed the <code>maxHealth</code> value.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.Health.html#setHealth">Phaser.Component.Health#setHealth</a> </li></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_Health.js.html">gameobjects/components/Health.js</a>, <a href="src_gameobjects_components_Health.js.html#sunlight-1-line-70">line 70</a> </dt> </dl> </dd> <dt> <h4 class="name " id="shader"><span class="type-signature"></span>shader<span class="type-signature"> :PhaserFilter</span></h4> </dt> <dd> <div class="description"> <p>The shader that will be used to render this Sprite.<br>Set to null to remove a current shader.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="PIXI.Sprite.html#shader">PIXI.Sprite#shader</a> </li></dd> <dt class="tag-default">Default Value:</dt> <dd class="tag-default"><ul class="dummy"><li>null</li></ul></dd> <dt class="tag-source">Source - <a href="src_pixi_display_Sprite.js.html">pixi/display/Sprite.js</a>, <a href="src_pixi_display_Sprite.js.html#sunlight-1-line-93">line 93</a> </dt> </dl> </dd> <dt> <h4 class="name " id="smoothed"><span class="type-signature"></span>smoothed<span class="type-signature"> :boolean</span></h4> </dt> <dd> <div class="description"> <p>Enable or disable texture smoothing for this Game Object.</p> <p>It only takes effect if the Game Object is using an image based texture.</p> <p>Smoothing is enabled by default.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.Smoothed.html#smoothed">Phaser.Component.Smoothed#smoothed</a> </li></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_Smoothed.js.html">gameobjects/components/Smoothed.js</a>, <a href="src_gameobjects_components_Smoothed.js.html#sunlight-1-line-25">line 25</a> </dt> </dl> </dd> <dt> <h4 class="name " id="texture"><span class="type-signature"></span>texture<span class="type-signature"> :<a href="PIXI.Texture.html">PIXI.Texture</a></span></h4> </dt> <dd> <div class="description"> <p>The texture that the sprite is using</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="PIXI.Sprite.html#texture">PIXI.Sprite#texture</a> </li></dd> <dt class="tag-source">Source - <a href="src_pixi_display_Sprite.js.html">pixi/display/Sprite.js</a>, <a href="src_pixi_display_Sprite.js.html#sunlight-1-line-28">line 28</a> </dt> </dl> </dd> <dt> <h4 class="name " id="tint"><span class="type-signature"></span>tint<span class="type-signature"> :Number</span></h4> </dt> <dd> <div class="description"> <p>The tint applied to the sprite. This is a hex value. A value of 0xFFFFFF will remove any tint effect.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="PIXI.Sprite.html#tint">PIXI.Sprite#tint</a> </li></dd> <dt class="tag-default">Default Value:</dt> <dd class="tag-default"><ul class="dummy"><li>0xFFFFFF</li></ul></dd> <dt class="tag-source">Source - <a href="src_pixi_display_Sprite.js.html">pixi/display/Sprite.js</a>, <a href="src_pixi_display_Sprite.js.html#sunlight-1-line-54">line 54</a> </dt> </dl> </dd> <dt> <h4 class="name " id="tintedTexture"><span class="type-signature"></span>tintedTexture<span class="type-signature"> :Canvas</span></h4> </dt> <dd> <div class="description"> <p>A canvas that contains the tinted version of the Sprite (in Canvas mode, WebGL doesn't populate this)</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="PIXI.Sprite.html#tintedTexture">PIXI.Sprite#tintedTexture</a> </li></dd> <dt class="tag-default">Default Value:</dt> <dd class="tag-default"><ul class="dummy"><li>null</li></ul></dd> <dt class="tag-source">Source - <a href="src_pixi_display_Sprite.js.html">pixi/display/Sprite.js</a>, <a href="src_pixi_display_Sprite.js.html#sunlight-1-line-73">line 73</a> </dt> </dl> </dd> <dt> <h4 class="name " id="top"><span class="type-signature"></span>top<span class="type-signature"> :number</span></h4> </dt> <dd> <div class="description"> <p>The y coordinate of the Game Object.<br>This is the same as <code>y - offsetY</code>.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.Bounds.html#top">Phaser.Component.Bounds#top</a> </li></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_Bounds.js.html">gameobjects/components/Bounds.js</a>, <a href="src_gameobjects_components_Bounds.js.html#sunlight-1-line-146">line 146</a> </dt> </dl> </dd> <dt> <h4 class="name " id="transformCallback"><span class="type-signature"></span>transformCallback<span class="type-signature"> :function</span></h4> </dt> <dd> <div class="description"> <p>The callback that will apply any scale limiting to the worldTransform.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.ScaleMinMax.html#transformCallback">Phaser.Component.ScaleMinMax#transformCallback</a> </li></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_ScaleMinMax.js.html">gameobjects/components/ScaleMinMax.js</a>, <a href="src_gameobjects_components_ScaleMinMax.js.html#sunlight-1-line-20">line 20</a> </dt> </dl> </dd> <dt> <h4 class="name " id="transformCallbackContext"><span class="type-signature"></span>transformCallbackContext<span class="type-signature"> :object</span></h4> </dt> <dd> <div class="description"> <p>The context under which <code>transformCallback</code> is called.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.ScaleMinMax.html#transformCallbackContext">Phaser.Component.ScaleMinMax#transformCallbackContext</a> </li></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_ScaleMinMax.js.html">gameobjects/components/ScaleMinMax.js</a>, <a href="src_gameobjects_components_ScaleMinMax.js.html#sunlight-1-line-26">line 26</a> </dt> </dl> </dd> <dt> <h4 class="name " id="type"><span class="type-signature">&lt;readonly> </span>type<span class="type-signature"> :number</span></h4> </dt> <dd> <div class="description"> <p>The const type of this object.</p> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_gameobjects_Sprite.js.html">gameobjects/Sprite.js</a>, <a href="src_gameobjects_Sprite.js.html#sunlight-1-line-55">line 55</a> </dt> </dl> </dd> <dt> <h4 class="name " id="visible"><span class="type-signature"></span>visible<span class="type-signature"> :Boolean</span></h4> </dt> <dd> <div class="description"> <p>The visibility of this DisplayObject. A value of <code>false</code> makes the object invisible.<br>A value of <code>true</code> makes it visible. Please note that an object with a visible value of<br><code>false</code> is skipped during the render pass. Equally a DisplayObject with visible false will<br>not render any of its children.</p> <p>The value of this property does not reflect any visible values set further up the display list.<br>To obtain that value please see the <code>worldVisible</code> property.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="PIXI.DisplayObject.html#visible">PIXI.DisplayObject#visible</a> </li></dd> <dt class="tag-source">Source - <a href="src_pixi_display_DisplayObject.js.html">pixi/display/DisplayObject.js</a>, <a href="src_pixi_display_DisplayObject.js.html#sunlight-1-line-75">line 75</a> </dt> </dl> </dd> <dt> <h4 class="name " id="width"><span class="type-signature"></span>width<span class="type-signature"> :Number</span></h4> </dt> <dd> <div class="description"> <p>The width of the sprite, setting this will actually modify the scale to achieve the value set</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="PIXI.Sprite.html#width">PIXI.Sprite#width</a> </li></dd> <dt class="tag-source">Source - <a href="src_pixi_display_Sprite.js.html">pixi/display/Sprite.js</a>, <a href="src_pixi_display_Sprite.js.html#sunlight-1-line-125">line 125</a> </dt> </dl> </dd> <dt> <h4 class="name " id="world"><span class="type-signature"></span>world<span class="type-signature"> :<a href="Phaser.Point.html">Phaser.Point</a></span></h4> </dt> <dd> <div class="description"> <p>The world coordinates of this Game Object in pixels.<br>Depending on where in the display list this Game Object is placed this value can differ from <code>position</code>,<br>which contains the x/y coordinates relative to the Game Objects parent.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.Core.html#world">Phaser.Component.Core#world</a> </li></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_Core.js.html">gameobjects/components/Core.js</a>, <a href="src_gameobjects_components_Core.js.html#sunlight-1-line-211">line 211</a> </dt> </dl> </dd> <dt> <h4 class="name " id="worldAlpha"><span class="type-signature">&lt;readonly> </span>worldAlpha<span class="type-signature"> :Number</span></h4> </dt> <dd> <div class="description"> <p>The multiplied alpha value of this DisplayObject. A value of 1 is fully opaque. A value of 0 is transparent.<br>This value is the calculated total, based on the alpha values of all parents of this DisplayObjects<br>in the display list.</p> <p>To obtain, and set, the local alpha value, see the <code>alpha</code> property.</p> <p>Note: This property is only updated at the end of the <code>updateTransform</code> call, once per render. Until<br>that happens this property will contain values based on the previous frame. Be mindful of this if<br>accessing this property outside of the normal game flow, i.e. from an asynchronous event callback.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="PIXI.DisplayObject.html#worldAlpha">PIXI.DisplayObject#worldAlpha</a> </li></dd> <dt class="tag-source">Source - <a href="src_pixi_display_DisplayObject.js.html">pixi/display/DisplayObject.js</a>, <a href="src_pixi_display_DisplayObject.js.html#sunlight-1-line-119">line 119</a> </dt> </dl> </dd> <dt> <h4 class="name " id="worldPosition"><span class="type-signature">&lt;readonly> </span>worldPosition<span class="type-signature"> :PIXIPoint</span></h4> </dt> <dd> <div class="description"> <p>The coordinates, in pixels, of this DisplayObject within the world.</p> <p>This property contains the calculated total, based on the positions of all parents of this<br>DisplayObject in the display list.</p> <p>Note: This property is only updated at the end of the <code>updateTransform</code> call, once per render. Until<br>that happens this property will contain values based on the previous frame. Be mindful of this if<br>accessing this property outside of the normal game flow, i.e. from an asynchronous event callback.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="PIXI.DisplayObject.html#worldPosition">PIXI.DisplayObject#worldPosition</a> </li></dd> <dt class="tag-source">Source - <a href="src_pixi_display_DisplayObject.js.html">pixi/display/DisplayObject.js</a>, <a href="src_pixi_display_DisplayObject.js.html#sunlight-1-line-150">line 150</a> </dt> </dl> </dd> <dt> <h4 class="name " id="worldRotation"><span class="type-signature">&lt;readonly> </span>worldRotation<span class="type-signature"> :Number</span></h4> </dt> <dd> <div class="description"> <p>The rotation, in radians, of this DisplayObject.</p> <p>This property contains the calculated total, based on the rotations of all parents of this<br>DisplayObject in the display list.</p> <p>Note: This property is only updated at the end of the <code>updateTransform</code> call, once per render. Until<br>that happens this property will contain values based on the previous frame. Be mindful of this if<br>accessing this property outside of the normal game flow, i.e. from an asynchronous event callback.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="PIXI.DisplayObject.html#worldRotation">PIXI.DisplayObject#worldRotation</a> </li></dd> <dt class="tag-source">Source - <a href="src_pixi_display_DisplayObject.js.html">pixi/display/DisplayObject.js</a>, <a href="src_pixi_display_DisplayObject.js.html#sunlight-1-line-180">line 180</a> </dt> </dl> </dd> <dt> <h4 class="name " id="worldScale"><span class="type-signature">&lt;readonly> </span>worldScale<span class="type-signature"> :PIXIPoint</span></h4> </dt> <dd> <div class="description"> <p>The global scale of this DisplayObject.</p> <p>This property contains the calculated total, based on the scales of all parents of this<br>DisplayObject in the display list.</p> <p>Note: This property is only updated at the end of the <code>updateTransform</code> call, once per render. Until<br>that happens this property will contain values based on the previous frame. Be mindful of this if<br>accessing this property outside of the normal game flow, i.e. from an asynchronous event callback.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="PIXI.DisplayObject.html#worldScale">PIXI.DisplayObject#worldScale</a> </li></dd> <dt class="tag-source">Source - <a href="src_pixi_display_DisplayObject.js.html">pixi/display/DisplayObject.js</a>, <a href="src_pixi_display_DisplayObject.js.html#sunlight-1-line-165">line 165</a> </dt> </dl> </dd> <dt> <h4 class="name " id="worldTransform"><span class="type-signature">&lt;readonly> </span>worldTransform<span class="type-signature"> :PIXIMatrix</span></h4> </dt> <dd> <div class="description"> <p>The current transform of this DisplayObject.</p> <p>This property contains the calculated total, based on the transforms of all parents of this<br>DisplayObject in the display list.</p> <p>Note: This property is only updated at the end of the <code>updateTransform</code> call, once per render. Until<br>that happens this property will contain values based on the previous frame. Be mindful of this if<br>accessing this property outside of the normal game flow, i.e. from an asynchronous event callback.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="PIXI.DisplayObject.html#worldTransform">PIXI.DisplayObject#worldTransform</a> </li></dd> <dt class="tag-source">Source - <a href="src_pixi_display_DisplayObject.js.html">pixi/display/DisplayObject.js</a>, <a href="src_pixi_display_DisplayObject.js.html#sunlight-1-line-135">line 135</a> </dt> </dl> </dd> <dt> <h4 class="name " id="worldVisible"><span class="type-signature"></span>worldVisible<span class="type-signature"> :Boolean</span></h4> </dt> <dd> <div class="description"> <p>Indicates if this DisplayObject is visible, based on it, and all of its parents, <code>visible</code> property values.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="PIXI.DisplayObject.html#worldVisible">PIXI.DisplayObject#worldVisible</a> </li></dd> <dt class="tag-source">Source - <a href="src_pixi_display_DisplayObject.js.html">pixi/display/DisplayObject.js</a>, <a href="src_pixi_display_DisplayObject.js.html#sunlight-1-line-632">line 632</a> </dt> </dl> </dd> <dt> <h4 class="name " id="x"><span class="type-signature"></span>x<span class="type-signature"> :Number</span></h4> </dt> <dd> <div class="description"> <p>The horizontal position of the DisplayObject, in pixels, relative to its parent.<br>If you need the world position of the DisplayObject, use <code>DisplayObject.worldPosition</code> instead.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="PIXI.DisplayObject.html#x">PIXI.DisplayObject#x</a> </li></dd> <dt class="tag-source">Source - <a href="src_pixi_display_DisplayObject.js.html">pixi/display/DisplayObject.js</a>, <a href="src_pixi_display_DisplayObject.js.html#sunlight-1-line-588">line 588</a> </dt> </dl> </dd> <dt> <h4 class="name " id="y"><span class="type-signature"></span>y<span class="type-signature"> :Number</span></h4> </dt> <dd> <div class="description"> <p>The vertical position of the DisplayObject, in pixels, relative to its parent.<br>If you need the world position of the DisplayObject, use <code>DisplayObject.worldPosition</code> instead.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="PIXI.DisplayObject.html#y">PIXI.DisplayObject#y</a> </li></dd> <dt class="tag-source">Source - <a href="src_pixi_display_DisplayObject.js.html">pixi/display/DisplayObject.js</a>, <a href="src_pixi_display_DisplayObject.js.html#sunlight-1-line-610">line 610</a> </dt> </dl> </dd> <dt> <h4 class="name " id="z"><span class="type-signature">&lt;readonly> </span>z<span class="type-signature"> :number</span></h4> </dt> <dd> <div class="description"> <p>The z depth of this Game Object within its parent Group.<br>No two objects in a Group can have the same z value.<br>This value is adjusted automatically whenever the Group hierarchy changes.<br>If you wish to re-order the layering of a Game Object then see methods like Group.moveUp or Group.bringToTop.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.Core.html#z">Phaser.Component.Core#z</a> </li></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_Core.js.html">gameobjects/components/Core.js</a>, <a href="src_gameobjects_components_Core.js.html#sunlight-1-line-177">line 177</a> </dt> </dl> </dd> </dl> <h3 class="subsection-title">Methods</h3> <dl> <dt> <h4 class="name " id="addChild"><span class="type-signature"></span>addChild<span class="signature">(child)</span><span class="type-signature"> &rarr; {<a href="PIXI.DisplayObject.html">PIXI.DisplayObject</a>}</span></h4> </dt> <dd> <div class="description"> <p>Adds a child to the container.</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>child</code></td> <td class="type"> <span class="param-type"><a href="PIXI.DisplayObject.html">PIXI.DisplayObject</a></span> </td> <td class="description last"><p>The DisplayObject to add to the container</p></td> </tr> </tbody> </table> <h5>Returns:</h5> <div class="returns"> <div class="returns-type"> <span class="param-type"><a href="PIXI.DisplayObject.html">PIXI.DisplayObject</a></span> - </div> <div class="returns-desc param-desc"> <p>The child that was added.</p> </div> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="PIXI.DisplayObjectContainer.html#addChild">PIXI.DisplayObjectContainer#addChild</a> </li></dd> <dt class="tag-source">Source - <a href="src_pixi_display_DisplayObjectContainer.js.html">pixi/display/DisplayObjectContainer.js</a>, <a href="src_pixi_display_DisplayObjectContainer.js.html#sunlight-1-line-42">line 42</a> </dt> </dl> </dd> <dt> <h4 class="name " id="addChildAt"><span class="type-signature"></span>addChildAt<span class="signature">(child, index)</span><span class="type-signature"> &rarr; {<a href="PIXI.DisplayObject.html">PIXI.DisplayObject</a>}</span></h4> </dt> <dd> <div class="description"> <p>Adds a child to the container at a specified index. If the index is out of bounds an error will be thrown</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>child</code></td> <td class="type"> <span class="param-type"><a href="PIXI.DisplayObject.html">PIXI.DisplayObject</a></span> </td> <td class="description last"><p>The child to add</p></td> </tr> <tr> <td class="name"><code>index</code></td> <td class="type"> <span class="param-type">Number</span> </td> <td class="description last"><p>The index to place the child in</p></td> </tr> </tbody> </table> <h5>Returns:</h5> <div class="returns"> <div class="returns-type"> <span class="param-type"><a href="PIXI.DisplayObject.html">PIXI.DisplayObject</a></span> - </div> <div class="returns-desc param-desc"> <p>The child that was added.</p> </div> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="PIXI.DisplayObjectContainer.html#addChildAt">PIXI.DisplayObjectContainer#addChildAt</a> </li></dd> <dt class="tag-source">Source - <a href="src_pixi_display_DisplayObjectContainer.js.html">pixi/display/DisplayObjectContainer.js</a>, <a href="src_pixi_display_DisplayObjectContainer.js.html#sunlight-1-line-55">line 55</a> </dt> </dl> </dd> <dt> <h4 class="name " id="alignIn"><span class="type-signature"></span>alignIn<span class="signature">(container, <span class="optional">position</span>, <span class="optional">offsetX</span>, <span class="optional">offsetY</span>)</span><span class="type-signature"> &rarr; {Object}</span></h4> </dt> <dd> <div class="description"> <p>Aligns this Game Object within another Game Object, or Rectangle, known as the<br>'container', to one of 9 possible positions.</p> <p>The container must be a Game Object, or Phaser.Rectangle object. This can include properties<br>such as <code>World.bounds</code> or <code>Camera.view</code>, for aligning Game Objects within the world<br>and camera bounds. Or it can include other Sprites, Images, Text objects, BitmapText,<br>TileSprites or Buttons.</p> <p>Please note that aligning a Sprite to another Game Object does <strong>not</strong> make it a child of<br>the container. It simply modifies its position coordinates so it aligns with it.</p> <p>The position constants you can use are:</p> <p><code>Phaser.TOP_LEFT</code>, <code>Phaser.TOP_CENTER</code>, <code>Phaser.TOP_RIGHT</code>, <code>Phaser.LEFT_CENTER</code>,<br><code>Phaser.CENTER</code>, <code>Phaser.RIGHT_CENTER</code>, <code>Phaser.BOTTOM_LEFT</code>,<br><code>Phaser.BOTTOM_CENTER</code> and <code>Phaser.BOTTOM_RIGHT</code>.</p> <p>The Game Objects are placed in such a way that their <em>bounds</em> align with the<br>container, taking into consideration rotation, scale and the anchor property.<br>This allows you to neatly align Game Objects, irrespective of their position value.</p> <p>The optional <code>offsetX</code> and <code>offsetY</code> arguments allow you to apply extra spacing to the final<br>aligned position of the Game Object. For example:</p> <p><code>sprite.alignIn(background, Phaser.BOTTOM_RIGHT, -20, -20)</code></p> <p>Would align the <code>sprite</code> to the bottom-right, but moved 20 pixels in from the corner.<br>Think of the offsets as applying an adjustment to the containers bounds before the alignment takes place.<br>So providing a negative offset will 'shrink' the container bounds by that amount, and providing a positive<br>one expands it.</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Argument</th> <th>Default</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>container</code></td> <td class="type"> <span class="param-type"><a href="Phaser.Rectangle.html">Phaser.Rectangle</a></span> | <span class="param-type"><a href="Phaser.Sprite.html">Phaser.Sprite</a></span> | <span class="param-type"><a href="Phaser.Image.html">Phaser.Image</a></span> | <span class="param-type"><a href="Phaser.Text.html">Phaser.Text</a></span> | <span class="param-type"><a href="Phaser.BitmapText.html">Phaser.BitmapText</a></span> | <span class="param-type"><a href="Phaser.Button.html">Phaser.Button</a></span> | <span class="param-type"><a href="Phaser.Graphics.html">Phaser.Graphics</a></span> | <span class="param-type"><a href="Phaser.TileSprite.html">Phaser.TileSprite</a></span> </td> <td class="attributes"> </td> <td class="default"> </td> <td class="description last"><p>The Game Object or Rectangle with which to align this Game Object to. Can also include properties such as <code>World.bounds</code> or <code>Camera.view</code>.</p></td> </tr> <tr> <td class="name"><code>position</code></td> <td class="type"> <span class="param-type">integer</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> </td> <td class="description last"><p>The position constant. One of <code>Phaser.TOP_LEFT</code> (default), <code>Phaser.TOP_CENTER</code>, <code>Phaser.TOP_RIGHT</code>, <code>Phaser.LEFT_CENTER</code>, <code>Phaser.CENTER</code>, <code>Phaser.RIGHT_CENTER</code>, <code>Phaser.BOTTOM_LEFT</code>, <code>Phaser.BOTTOM_CENTER</code> or <code>Phaser.BOTTOM_RIGHT</code>.</p></td> </tr> <tr> <td class="name"><code>offsetX</code></td> <td class="type"> <span class="param-type">integer</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> 0 </td> <td class="description last"><p>A horizontal adjustment of the Containers bounds, applied to the aligned position of the Game Object. Use a negative value to shrink the bounds, positive to increase it.</p></td> </tr> <tr> <td class="name"><code>offsetY</code></td> <td class="type"> <span class="param-type">integer</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> 0 </td> <td class="description last"><p>A vertical adjustment of the Containers bounds, applied to the aligned position of the Game Object. Use a negative value to shrink the bounds, positive to increase it.</p></td> </tr> </tbody> </table> <h5>Returns:</h5> <div class="returns"> <div class="returns-type"> <span class="param-type">Object</span> - </div> <div class="returns-desc param-desc"> <p>This Game Object.</p> </div> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.Bounds.html#alignIn">Phaser.Component.Bounds#alignIn</a> </li></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_Bounds.js.html">gameobjects/components/Bounds.js</a>, <a href="src_gameobjects_components_Bounds.js.html#sunlight-1-line-223">line 223</a> </dt> </dl> </dd> <dt> <h4 class="name " id="alignTo"><span class="type-signature"></span>alignTo<span class="signature">(parent, <span class="optional">position</span>, <span class="optional">offsetX</span>, <span class="optional">offsetY</span>)</span><span class="type-signature"> &rarr; {Object}</span></h4> </dt> <dd> <div class="description"> <p>Aligns this Game Object to the side of another Game Object, or Rectangle, known as the<br>'parent', in one of 11 possible positions.</p> <p>The parent must be a Game Object, or Phaser.Rectangle object. This can include properties<br>such as <code>World.bounds</code> or <code>Camera.view</code>, for aligning Game Objects within the world<br>and camera bounds. Or it can include other Sprites, Images, Text objects, BitmapText,<br>TileSprites or Buttons.</p> <p>Please note that aligning a Sprite to another Game Object does <strong>not</strong> make it a child of<br>the parent. It simply modifies its position coordinates so it aligns with it.</p> <p>The position constants you can use are:</p> <p><code>Phaser.TOP_LEFT</code> (default), <code>Phaser.TOP_CENTER</code>, <code>Phaser.TOP_RIGHT</code>, <code>Phaser.LEFT_TOP</code>,<br><code>Phaser.LEFT_CENTER</code>, <code>Phaser.LEFT_BOTTOM</code>, <code>Phaser.RIGHT_TOP</code>, <code>Phaser.RIGHT_CENTER</code>,<br><code>Phaser.RIGHT_BOTTOM</code>, <code>Phaser.BOTTOM_LEFT</code>, <code>Phaser.BOTTOM_CENTER</code><br>and <code>Phaser.BOTTOM_RIGHT</code>.</p> <p>The Game Objects are placed in such a way that their <em>bounds</em> align with the<br>parent, taking into consideration rotation, scale and the anchor property.<br>This allows you to neatly align Game Objects, irrespective of their position value.</p> <p>The optional <code>offsetX</code> and <code>offsetY</code> arguments allow you to apply extra spacing to the final<br>aligned position of the Game Object. For example:</p> <p><code>sprite.alignTo(background, Phaser.BOTTOM_RIGHT, -20, -20)</code></p> <p>Would align the <code>sprite</code> to the bottom-right, but moved 20 pixels in from the corner.<br>Think of the offsets as applying an adjustment to the parents bounds before the alignment takes place.<br>So providing a negative offset will 'shrink' the parent bounds by that amount, and providing a positive<br>one expands it.</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Argument</th> <th>Default</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>parent</code></td> <td class="type"> <span class="param-type"><a href="Phaser.Rectangle.html">Phaser.Rectangle</a></span> | <span class="param-type"><a href="Phaser.Sprite.html">Phaser.Sprite</a></span> | <span class="param-type"><a href="Phaser.Image.html">Phaser.Image</a></span> | <span class="param-type"><a href="Phaser.Text.html">Phaser.Text</a></span> | <span class="param-type"><a href="Phaser.BitmapText.html">Phaser.BitmapText</a></span> | <span class="param-type"><a href="Phaser.Button.html">Phaser.Button</a></span> | <span class="param-type"><a href="Phaser.Graphics.html">Phaser.Graphics</a></span> | <span class="param-type"><a href="Phaser.TileSprite.html">Phaser.TileSprite</a></span> </td> <td class="attributes"> </td> <td class="default"> </td> <td class="description last"><p>The Game Object or Rectangle with which to align this Game Object to. Can also include properties such as <code>World.bounds</code> or <code>Camera.view</code>.</p></td> </tr> <tr> <td class="name"><code>position</code></td> <td class="type"> <span class="param-type">integer</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> </td> <td class="description last"><p>The position constant. One of <code>Phaser.TOP_LEFT</code>, <code>Phaser.TOP_CENTER</code>, <code>Phaser.TOP_RIGHT</code>, <code>Phaser.LEFT_TOP</code>, <code>Phaser.LEFT_CENTER</code>, <code>Phaser.LEFT_BOTTOM</code>, <code>Phaser.RIGHT_TOP</code>, <code>Phaser.RIGHT_CENTER</code>, <code>Phaser.RIGHT_BOTTOM</code>, <code>Phaser.BOTTOM_LEFT</code>, <code>Phaser.BOTTOM_CENTER</code> or <code>Phaser.BOTTOM_RIGHT</code>.</p></td> </tr> <tr> <td class="name"><code>offsetX</code></td> <td class="type"> <span class="param-type">integer</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> 0 </td> <td class="description last"><p>A horizontal adjustment of the Containers bounds, applied to the aligned position of the Game Object. Use a negative value to shrink the bounds, positive to increase it.</p></td> </tr> <tr> <td class="name"><code>offsetY</code></td> <td class="type"> <span class="param-type">integer</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> 0 </td> <td class="description last"><p>A vertical adjustment of the Containers bounds, applied to the aligned position of the Game Object. Use a negative value to shrink the bounds, positive to increase it.</p></td> </tr> </tbody> </table> <h5>Returns:</h5> <div class="returns"> <div class="returns-type"> <span class="param-type">Object</span> - </div> <div class="returns-desc param-desc"> <p>This Game Object.</p> </div> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.Bounds.html#alignTo">Phaser.Component.Bounds#alignTo</a> </li></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_Bounds.js.html">gameobjects/components/Bounds.js</a>, <a href="src_gameobjects_components_Bounds.js.html#sunlight-1-line-321">line 321</a> </dt> </dl> </dd> <dt> <h4 class="name " id="bringToTop"><span class="type-signature"></span>bringToTop<span class="signature">()</span><span class="type-signature"> &rarr; {<a href="PIXI.DisplayObject.html">PIXI.DisplayObject</a>}</span></h4> </dt> <dd> <div class="description"> <p>Brings this Game Object to the top of its parents display list.<br>Visually this means it will render over the top of any old child in the same Group.</p> <p>If this Game Object hasn't been added to a custom Group then this method will bring it to the top of the Game World,<br>because the World is the root Group from which all Game Objects descend.</p> </div> <h5>Returns:</h5> <div class="returns"> <div class="returns-type"> <span class="param-type"><a href="PIXI.DisplayObject.html">PIXI.DisplayObject</a></span> - </div> <div class="returns-desc param-desc"> <p>This instance.</p> </div> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.BringToTop.html#bringToTop">Phaser.Component.BringToTop#bringToTop</a> </li></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_BringToTop.js.html">gameobjects/components/BringToTop.js</a>, <a href="src_gameobjects_components_BringToTop.js.html#sunlight-1-line-24">line 24</a> </dt> </dl> </dd> <dt> <h4 class="name " id="contains"><span class="type-signature"></span>contains<span class="signature">(child)</span><span class="type-signature"> &rarr; {Boolean}</span></h4> </dt> <dd> <div class="description"> <p>Determines whether the specified display object is a child of the DisplayObjectContainer instance or the instance itself.</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>child</code></td> <td class="type"> <span class="param-type"><a href="PIXI.DisplayObject.html">PIXI.DisplayObject</a></span> </td> <td class="description last"><p>-</p></td> </tr> </tbody> </table> <h5>Returns:</h5> <div class="returns"> <div class="returns-type"> <span class="param-type">Boolean</span> - </div> <div class="returns-desc param-desc"> </div> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="PIXI.DisplayObjectContainer.html#contains">PIXI.DisplayObjectContainer#contains</a> </li></dd> <dt class="tag-source">Source - <a href="src_pixi_display_DisplayObjectContainer.js.html">pixi/display/DisplayObjectContainer.js</a>, <a href="src_pixi_display_DisplayObjectContainer.js.html#sunlight-1-line-449">line 449</a> </dt> </dl> </dd> <dt> <h4 class="name " id="crop"><span class="type-signature"></span>crop<span class="signature">(rect, <span class="optional">copy</span>)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Crop allows you to crop the texture being used to display this Game Object.<br>Setting a crop rectangle modifies the core texture frame. The Game Object width and height properties will be adjusted accordingly.</p> <p>Cropping takes place from the top-left and can be modified in real-time either by providing an updated rectangle object to this method,<br>or by modifying <code>cropRect</code> property directly and then calling <code>updateCrop</code>.</p> <p>The rectangle object given to this method can be either a <code>Phaser.Rectangle</code> or any other object<br>so long as it has public <code>x</code>, <code>y</code>, <code>width</code>, <code>height</code>, <code>right</code> and <code>bottom</code> properties.</p> <p>A reference to the rectangle is stored in <code>cropRect</code> unless the <code>copy</code> parameter is <code>true</code>,<br>in which case the values are duplicated to a local object.</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Argument</th> <th>Default</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>rect</code></td> <td class="type"> <span class="param-type"><a href="Phaser.Rectangle.html">Phaser.Rectangle</a></span> </td> <td class="attributes"> </td> <td class="default"> </td> <td class="description last"><p>The Rectangle used during cropping. Pass null or no parameters to clear a previously set crop rectangle.</p></td> </tr> <tr> <td class="name"><code>copy</code></td> <td class="type"> <span class="param-type">boolean</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> false </td> <td class="description last"><p>If false <code>cropRect</code> will be stored as a reference to the given rect. If true it will copy the rect values into a local Phaser Rectangle object stored in cropRect.</p></td> </tr> </tbody> </table> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.Crop.html#crop">Phaser.Component.Crop#crop</a> </li></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_Crop.js.html">gameobjects/components/Crop.js</a>, <a href="src_gameobjects_components_Crop.js.html#sunlight-1-line-49">line 49</a> </dt> </dl> </dd> <dt> <h4 class="name " id="destroy"><span class="type-signature"></span>destroy<span class="signature">(<span class="optional">destroyChildren</span>, <span class="optional">destroyTexture</span>)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Destroys the Game Object. This removes it from its parent group, destroys the input, event and animation handlers if present<br>and nulls its reference to <code>game</code>, freeing it up for garbage collection.</p> <p>If this Game Object has the Events component it will also dispatch the <code>onDestroy</code> event.</p> <p>You can optionally also destroy the BaseTexture this Game Object is using. Be careful if you've<br>more than one Game Object sharing the same BaseTexture.</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Argument</th> <th>Default</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>destroyChildren</code></td> <td class="type"> <span class="param-type">boolean</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> true </td> <td class="description last"><p>Should every child of this object have its destroy method called as well?</p></td> </tr> <tr> <td class="name"><code>destroyTexture</code></td> <td class="type"> <span class="param-type">boolean</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> false </td> <td class="description last"><p>Destroy the BaseTexture this Game Object is using? Note that if another Game Object is sharing the same BaseTexture it will invalidate it.</p></td> </tr> </tbody> </table> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.Destroy.html#destroy">Phaser.Component.Destroy#destroy</a> </li></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_Destroy.js.html">gameobjects/components/Destroy.js</a>, <a href="src_gameobjects_components_Destroy.js.html#sunlight-1-line-37">line 37</a> </dt> </dl> </dd> <dt> <h4 class="name " id="getBounds"><span class="type-signature"></span>getBounds<span class="signature">(matrix)</span><span class="type-signature"> &rarr; {Rectangle}</span></h4> </dt> <dd> <div class="description"> <p>Returns the bounds of the Sprite as a rectangle.<br>The bounds calculation takes the worldTransform into account.</p> <p>It is important to note that the transform is not updated when you call this method.<br>So if this Sprite is the child of a Display Object which has had its transform<br>updated since the last render pass, those changes will not yet have been applied<br>to this Sprites worldTransform. If you need to ensure that all parent transforms<br>are factored into this getBounds operation then you should call <code>updateTransform</code><br>on the root most object in this Sprites display list first.</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>matrix</code></td> <td class="type"> <span class="param-type">Matrix</span> </td> <td class="description last"><p>the transformation matrix of the sprite</p></td> </tr> </tbody> </table> <h5>Returns:</h5> <div class="returns"> <div class="returns-type"> <span class="param-type">Rectangle</span> - </div> <div class="returns-desc param-desc"> <p>the framing rectangle</p> </div> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="PIXI.Sprite.html#getBounds">PIXI.Sprite#getBounds</a> </li></dd> <dt class="tag-source">Source - <a href="src_pixi_display_Sprite.js.html">pixi/display/Sprite.js</a>, <a href="src_pixi_display_Sprite.js.html#sunlight-1-line-199">line 199</a> </dt> </dl> </dd> <dt> <h4 class="name " id="getChildAt"><span class="type-signature"></span>getChildAt<span class="signature">(index)</span><span class="type-signature"> &rarr; {<a href="PIXI.DisplayObject.html">PIXI.DisplayObject</a>}</span></h4> </dt> <dd> <div class="description"> <p>Returns the child at the specified index</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>index</code></td> <td class="type"> <span class="param-type">Number</span> </td> <td class="description last"><p>The index to get the child from</p></td> </tr> </tbody> </table> <h5>Returns:</h5> <div class="returns"> <div class="returns-type"> <span class="param-type"><a href="PIXI.DisplayObject.html">PIXI.DisplayObject</a></span> - </div> <div class="returns-desc param-desc"> <p>The child at the given index, if any.</p> </div> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="PIXI.DisplayObjectContainer.html#getChildAt">PIXI.DisplayObjectContainer#getChildAt</a> </li></dd> <dt class="tag-source">Source - <a href="src_pixi_display_DisplayObjectContainer.js.html">pixi/display/DisplayObjectContainer.js</a>, <a href="src_pixi_display_DisplayObjectContainer.js.html#sunlight-1-line-153">line 153</a> </dt> </dl> </dd> <dt> <h4 class="name " id="getChildIndex"><span class="type-signature"></span>getChildIndex<span class="signature">(child)</span><span class="type-signature"> &rarr; {Number}</span></h4> </dt> <dd> <div class="description"> <p>Returns the index position of a child DisplayObject instance</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>child</code></td> <td class="type"> <span class="param-type"><a href="PIXI.DisplayObject.html">PIXI.DisplayObject</a></span> </td> <td class="description last"><p>The DisplayObject instance to identify</p></td> </tr> </tbody> </table> <h5>Returns:</h5> <div class="returns"> <div class="returns-type"> <span class="param-type">Number</span> - </div> <div class="returns-desc param-desc"> <p>The index position of the child display object to identify</p> </div> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="PIXI.DisplayObjectContainer.html#getChildIndex">PIXI.DisplayObjectContainer#getChildIndex</a> </li></dd> <dt class="tag-source">Source - <a href="src_pixi_display_DisplayObjectContainer.js.html">pixi/display/DisplayObjectContainer.js</a>, <a href="src_pixi_display_DisplayObjectContainer.js.html#sunlight-1-line-112">line 112</a> </dt> </dl> </dd> <dt> <h4 class="name " id="getLocalBounds"><span class="type-signature"></span>getLocalBounds<span class="signature">()</span><span class="type-signature"> &rarr; {Rectangle}</span></h4> </dt> <dd> <div class="description"> <p>Retrieves the non-global local bounds of the Sprite as a rectangle. The calculation takes all visible children into consideration.</p> </div> <h5>Returns:</h5> <div class="returns"> <div class="returns-type"> <span class="param-type">Rectangle</span> - </div> <div class="returns-desc param-desc"> <p>The rectangular bounding area</p> </div> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="PIXI.Sprite.html#getLocalBounds">PIXI.Sprite#getLocalBounds</a> </li></dd> <dt class="tag-source">Source - <a href="src_pixi_display_Sprite.js.html">pixi/display/Sprite.js</a>, <a href="src_pixi_display_Sprite.js.html#sunlight-1-line-315">line 315</a> </dt> </dl> </dd> <dt> <h4 class="name " id="kill"><span class="type-signature"></span>kill<span class="signature">()</span><span class="type-signature"> &rarr; {<a href="PIXI.DisplayObject.html">PIXI.DisplayObject</a>}</span></h4> </dt> <dd> <div class="description"> <p>Kills a Game Object. A killed Game Object has its <code>alive</code>, <code>exists</code> and <code>visible</code> properties all set to false.</p> <p>It will dispatch the <code>onKilled</code> event. You can listen to <code>events.onKilled</code> for the signal.</p> <p>Note that killing a Game Object is a way for you to quickly recycle it in an object pool,<br>it doesn't destroy the object or free it up from memory.</p> <p>If you don't need this Game Object any more you should call <code>destroy</code> instead.</p> </div> <h5>Returns:</h5> <div class="returns"> <div class="returns-type"> <span class="param-type"><a href="PIXI.DisplayObject.html">PIXI.DisplayObject</a></span> - </div> <div class="returns-desc param-desc"> <p>This instance.</p> </div> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.LifeSpan.html#kill">Phaser.Component.LifeSpan#kill</a> </li></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_LifeSpan.js.html">gameobjects/components/LifeSpan.js</a>, <a href="src_gameobjects_components_LifeSpan.js.html#sunlight-1-line-113">line 113</a> </dt> </dl> </dd> <dt> <h4 class="name " id="loadTexture"><span class="type-signature"></span>loadTexture<span class="signature">(key, <span class="optional">frame</span>, <span class="optional">stopAnimation</span>)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Changes the base texture the Game Object is using. The old texture is removed and the new one is referenced or fetched from the Cache.</p> <p>If your Game Object is using a frame from a texture atlas and you just wish to change to another frame, then see the <code>frame</code> or <code>frameName</code> properties instead.</p> <p>You should only use <code>loadTexture</code> if you want to replace the base texture entirely.</p> <p>Calling this method causes a WebGL texture update, so use sparingly or in low-intensity portions of your game, or if you know the new texture is already on the GPU.</p> <p>You can use the new const <code>Phaser.PENDING_ATLAS</code> as the texture key for any sprite.<br>Doing this then sets the key to be the <code>frame</code> argument (the frame is set to zero). </p> <p>This allows you to create sprites using <code>load.image</code> during development, and then change them<br>to use a Texture Atlas later in development by simply searching your code for 'PENDING_ATLAS'<br>and swapping it to be the key of the atlas data.</p> <p>Note: You cannot use a RenderTexture as a texture for a TileSprite.</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Argument</th> <th>Default</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>key</code></td> <td class="type"> <span class="param-type">string</span> | <span class="param-type"><a href="Phaser.RenderTexture.html">Phaser.RenderTexture</a></span> | <span class="param-type"><a href="Phaser.BitmapData.html">Phaser.BitmapData</a></span> | <span class="param-type"><a href="Phaser.Video.html">Phaser.Video</a></span> | <span class="param-type"><a href="PIXI.Texture.html">PIXI.Texture</a></span> </td> <td class="attributes"> </td> <td class="default"> </td> <td class="description last"><p>This is the image or texture used by the Sprite during rendering. It can be a string which is a reference to the Cache Image entry, or an instance of a RenderTexture, BitmapData, Video or PIXI.Texture.</p></td> </tr> <tr> <td class="name"><code>frame</code></td> <td class="type"> <span class="param-type">string</span> | <span class="param-type">number</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> </td> <td class="description last"><p>If this Sprite is using part of a sprite sheet or texture atlas you can specify the exact frame to use by giving a string or numeric index.</p></td> </tr> <tr> <td class="name"><code>stopAnimation</code></td> <td class="type"> <span class="param-type">boolean</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> true </td> <td class="description last"><p>If an animation is already playing on this Sprite you can choose to stop it or let it carry on playing.</p></td> </tr> </tbody> </table> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.LoadTexture.html#loadTexture">Phaser.Component.LoadTexture#loadTexture</a> </li></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_LoadTexture.js.html">gameobjects/components/LoadTexture.js</a>, <a href="src_gameobjects_components_LoadTexture.js.html#sunlight-1-line-51">line 51</a> </dt> </dl> </dd> <dt> <h4 class="name " id="moveDown"><span class="type-signature"></span>moveDown<span class="signature">()</span><span class="type-signature"> &rarr; {<a href="PIXI.DisplayObject.html">PIXI.DisplayObject</a>}</span></h4> </dt> <dd> <div class="description"> <p>Moves this Game Object down one place in its parents display list.<br>This call has no effect if the Game Object is already at the bottom of the display list.</p> <p>If this Game Object hasn't been added to a custom Group then this method will move it one object down within the Game World,<br>because the World is the root Group from which all Game Objects descend.</p> </div> <h5>Returns:</h5> <div class="returns"> <div class="returns-type"> <span class="param-type"><a href="PIXI.DisplayObject.html">PIXI.DisplayObject</a></span> - </div> <div class="returns-desc param-desc"> <p>This instance.</p> </div> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.BringToTop.html#moveDown">Phaser.Component.BringToTop#moveDown</a> </li></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_BringToTop.js.html">gameobjects/components/BringToTop.js</a>, <a href="src_gameobjects_components_BringToTop.js.html#sunlight-1-line-87">line 87</a> </dt> </dl> </dd> <dt> <h4 class="name " id="moveUp"><span class="type-signature"></span>moveUp<span class="signature">()</span><span class="type-signature"> &rarr; {<a href="PIXI.DisplayObject.html">PIXI.DisplayObject</a>}</span></h4> </dt> <dd> <div class="description"> <p>Moves this Game Object up one place in its parents display list.<br>This call has no effect if the Game Object is already at the top of the display list.</p> <p>If this Game Object hasn't been added to a custom Group then this method will move it one object up within the Game World,<br>because the World is the root Group from which all Game Objects descend.</p> </div> <h5>Returns:</h5> <div class="returns"> <div class="returns-type"> <span class="param-type"><a href="PIXI.DisplayObject.html">PIXI.DisplayObject</a></span> - </div> <div class="returns-desc param-desc"> <p>This instance.</p> </div> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.BringToTop.html#moveUp">Phaser.Component.BringToTop#moveUp</a> </li></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_BringToTop.js.html">gameobjects/components/BringToTop.js</a>, <a href="src_gameobjects_components_BringToTop.js.html#sunlight-1-line-66">line 66</a> </dt> </dl> </dd> <dt> <h4 class="name " id="overlap"><span class="type-signature"></span>overlap<span class="signature">(displayObject)</span><span class="type-signature"> &rarr; {boolean}</span></h4> </dt> <dd> <div class="description"> <p>Checks to see if the bounds of this Game Object overlaps with the bounds of the given Display Object,<br>which can be a Sprite, Image, TileSprite or anything that extends those such as Button or provides a <code>getBounds</code> method and result.</p> <p>This check ignores the <code>hitArea</code> property if set and runs a <code>getBounds</code> comparison on both objects to determine the result.</p> <p>Therefore it's relatively expensive to use in large quantities, i.e. with lots of Sprites at a high frequency.<br>It should be fine for low-volume testing where physics isn't required.</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>displayObject</code></td> <td class="type"> <span class="param-type"><a href="Phaser.Sprite.html">Phaser.Sprite</a></span> | <span class="param-type"><a href="Phaser.Image.html">Phaser.Image</a></span> | <span class="param-type"><a href="Phaser.TileSprite.html">Phaser.TileSprite</a></span> | <span class="param-type"><a href="Phaser.Button.html">Phaser.Button</a></span> | <span class="param-type"><a href="PIXI.DisplayObject.html">PIXI.DisplayObject</a></span> </td> <td class="description last"><p>The display object to check against.</p></td> </tr> </tbody> </table> <h5>Returns:</h5> <div class="returns"> <div class="returns-type"> <span class="param-type">boolean</span> - </div> <div class="returns-desc param-desc"> <p>True if the bounds of this Game Object intersects at any point with the bounds of the given display object.</p> </div> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.Overlap.html#overlap">Phaser.Component.Overlap#overlap</a> </li></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_Overlap.js.html">gameobjects/components/Overlap.js</a>, <a href="src_gameobjects_components_Overlap.js.html#sunlight-1-line-29">line 29</a> </dt> </dl> </dd> <dt> <h4 class="name " id="play"><span class="type-signature"></span>play<span class="signature">(name, <span class="optional">frameRate</span>, <span class="optional">loop</span>, <span class="optional">killOnComplete</span>)</span><span class="type-signature"> &rarr; {<a href="Phaser.Animation.html">Phaser.Animation</a>}</span></h4> </dt> <dd> <div class="description"> <p>Plays an Animation.</p> <p>The animation should have previously been created via <code>animations.add</code>.</p> <p>If the animation is already playing calling this again won't do anything.<br>If you need to reset an already running animation do so directly on the Animation object itself or via <code>AnimationManager.stop</code>.</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Argument</th> <th>Default</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>name</code></td> <td class="type"> <span class="param-type">string</span> </td> <td class="attributes"> </td> <td class="default"> </td> <td class="description last"><p>The name of the animation to be played, e.g. &quot;fire&quot;, &quot;walk&quot;, &quot;jump&quot;. Must have been previously created via 'AnimationManager.add'.</p></td> </tr> <tr> <td class="name"><code>frameRate</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> null </td> <td class="description last"><p>The framerate to play the animation at. The speed is given in frames per second. If not provided the previously set frameRate of the Animation is used.</p></td> </tr> <tr> <td class="name"><code>loop</code></td> <td class="type"> <span class="param-type">boolean</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> false </td> <td class="description last"><p>Should the animation be looped after playback. If not provided the previously set loop value of the Animation is used.</p></td> </tr> <tr> <td class="name"><code>killOnComplete</code></td> <td class="type"> <span class="param-type">boolean</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> false </td> <td class="description last"><p>If set to true when the animation completes (only happens if loop=false) the parent Sprite will be killed.</p></td> </tr> </tbody> </table> <h5>Returns:</h5> <div class="returns"> <div class="returns-type"> <span class="param-type"><a href="Phaser.Animation.html">Phaser.Animation</a></span> - </div> <div class="returns-desc param-desc"> <p>A reference to playing Animation.</p> </div> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.Animation.html#play">Phaser.Component.Animation#play</a> </li></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_Animation.js.html">gameobjects/components/Animation.js</a>, <a href="src_gameobjects_components_Animation.js.html#sunlight-1-line-31">line 31</a> </dt> </dl> </dd> <dt> <h4 class="name " id="postUpdate"><span class="type-signature">&lt;internal> </span>postUpdate<span class="signature">()</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Internal method called by the World postUpdate cycle.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.Core.html#postUpdate">Phaser.Component.Core#postUpdate</a> </li></dd> <dt class="important tag-deprecated">Internal:</dt> <dd class="tag-deprecated"><ul> <li>This member is <em>internal (protected)</em> and may be modified or removed in the future.</li> </ul></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_Core.js.html">gameobjects/components/Core.js</a>, <a href="src_gameobjects_components_Core.js.html#sunlight-1-line-338">line 338</a> </dt> </dl> </dd> <dt> <h4 class="name " id="preUpdate"><span class="type-signature"></span>preUpdate<span class="signature">()</span><span class="type-signature"> &rarr; {boolean}</span></h4> </dt> <dd> <div class="description"> <p>Automatically called by World.preUpdate.</p> </div> <h5>Returns:</h5> <div class="returns"> <div class="returns-type"> <span class="param-type">boolean</span> - </div> <div class="returns-desc param-desc"> <p>True if the Sprite was rendered, otherwise false.</p> </div> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_gameobjects_Sprite.js.html">gameobjects/Sprite.js</a>, <a href="src_gameobjects_Sprite.js.html#sunlight-1-line-107">line 107</a> </dt> </dl> </dd> <dt> <h4 class="name " id="removeChild"><span class="type-signature"></span>removeChild<span class="signature">(child)</span><span class="type-signature"> &rarr; {<a href="PIXI.DisplayObject.html">PIXI.DisplayObject</a>}</span></h4> </dt> <dd> <div class="description"> <p>Removes a child from the container.</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>child</code></td> <td class="type"> <span class="param-type"><a href="PIXI.DisplayObject.html">PIXI.DisplayObject</a></span> </td> <td class="description last"><p>The DisplayObject to remove</p></td> </tr> </tbody> </table> <h5>Returns:</h5> <div class="returns"> <div class="returns-type"> <span class="param-type"><a href="PIXI.DisplayObject.html">PIXI.DisplayObject</a></span> - </div> <div class="returns-desc param-desc"> <p>The child that was removed.</p> </div> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="PIXI.DisplayObjectContainer.html#removeChild">PIXI.DisplayObjectContainer#removeChild</a> </li></dd> <dt class="tag-source">Source - <a href="src_pixi_display_DisplayObjectContainer.js.html">pixi/display/DisplayObjectContainer.js</a>, <a href="src_pixi_display_DisplayObjectContainer.js.html#sunlight-1-line-171">line 171</a> </dt> </dl> </dd> <dt> <h4 class="name " id="removeChildAt"><span class="type-signature"></span>removeChildAt<span class="signature">(index)</span><span class="type-signature"> &rarr; {<a href="PIXI.DisplayObject.html">PIXI.DisplayObject</a>}</span></h4> </dt> <dd> <div class="description"> <p>Removes a child from the specified index position.</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>index</code></td> <td class="type"> <span class="param-type">Number</span> </td> <td class="description last"><p>The index to get the child from</p></td> </tr> </tbody> </table> <h5>Returns:</h5> <div class="returns"> <div class="returns-type"> <span class="param-type"><a href="PIXI.DisplayObject.html">PIXI.DisplayObject</a></span> - </div> <div class="returns-desc param-desc"> <p>The child that was removed.</p> </div> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="PIXI.DisplayObjectContainer.html#removeChildAt">PIXI.DisplayObjectContainer#removeChildAt</a> </li></dd> <dt class="tag-source">Source - <a href="src_pixi_display_DisplayObjectContainer.js.html">pixi/display/DisplayObjectContainer.js</a>, <a href="src_pixi_display_DisplayObjectContainer.js.html#sunlight-1-line-191">line 191</a> </dt> </dl> </dd> <dt> <h4 class="name " id="removeChildren"><span class="type-signature"></span>removeChildren<span class="signature">(beginIndex, endIndex)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Removes all children from this container that are within the begin and end indexes.</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>beginIndex</code></td> <td class="type"> <span class="param-type">Number</span> </td> <td class="description last"><p>The beginning position. Default value is 0.</p></td> </tr> <tr> <td class="name"><code>endIndex</code></td> <td class="type"> <span class="param-type">Number</span> </td> <td class="description last"><p>The ending position. Default value is size of the container.</p></td> </tr> </tbody> </table> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="PIXI.DisplayObjectContainer.html#removeChildren">PIXI.DisplayObjectContainer#removeChildren</a> </li></dd> <dt class="tag-source">Source - <a href="src_pixi_display_DisplayObjectContainer.js.html">pixi/display/DisplayObjectContainer.js</a>, <a href="src_pixi_display_DisplayObjectContainer.js.html#sunlight-1-line-213">line 213</a> </dt> </dl> </dd> <dt> <h4 class="name " id="reset"><span class="type-signature"></span>reset<span class="signature">(x, y, <span class="optional">health</span>)</span><span class="type-signature"> &rarr; {<a href="PIXI.DisplayObject.html">PIXI.DisplayObject</a>}</span></h4> </dt> <dd> <div class="description"> <p>Resets the Game Object.</p> <p>This moves the Game Object to the given x/y world coordinates and sets <code>fresh</code>, <code>exists</code>,<br><code>visible</code> and <code>renderable</code> to true.</p> <p>If this Game Object has the LifeSpan component it will also set <code>alive</code> to true and <code>health</code> to the given value.</p> <p>If this Game Object has a Physics Body it will reset the Body.</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Argument</th> <th>Default</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>x</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> </td> <td class="default"> </td> <td class="description last"><p>The x coordinate (in world space) to position the Game Object at.</p></td> </tr> <tr> <td class="name"><code>y</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> </td> <td class="default"> </td> <td class="description last"><p>The y coordinate (in world space) to position the Game Object at.</p></td> </tr> <tr> <td class="name"><code>health</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> 1 </td> <td class="description last"><p>The health to give the Game Object if it has the Health component.</p></td> </tr> </tbody> </table> <h5>Returns:</h5> <div class="returns"> <div class="returns-type"> <span class="param-type"><a href="PIXI.DisplayObject.html">PIXI.DisplayObject</a></span> - </div> <div class="returns-desc param-desc"> <p>This instance.</p> </div> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.Reset.html#reset">Phaser.Component.Reset#reset</a> </li></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_Reset.js.html">gameobjects/components/Reset.js</a>, <a href="src_gameobjects_components_Reset.js.html#sunlight-1-line-30">line 30</a> </dt> </dl> </dd> <dt> <h4 class="name " id="resetFrame"><span class="type-signature"></span>resetFrame<span class="signature">()</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Resets the texture frame dimensions that the Game Object uses for rendering.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.LoadTexture.html#resetFrame">Phaser.Component.LoadTexture#resetFrame</a> </li></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_LoadTexture.js.html">gameobjects/components/LoadTexture.js</a>, <a href="src_gameobjects_components_LoadTexture.js.html#sunlight-1-line-237">line 237</a> </dt> </dl> </dd> <dt> <h4 class="name " id="resizeFrame"><span class="type-signature"></span>resizeFrame<span class="signature">(parent, width, height)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Resizes the Frame dimensions that the Game Object uses for rendering.</p> <p>You shouldn't normally need to ever call this, but in the case of special texture types such as Video or BitmapData<br>it can be useful to adjust the dimensions directly in this way.</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>parent</code></td> <td class="type"> <span class="param-type">object</span> </td> <td class="description last"><p>The parent texture object that caused the resize, i.e. a Phaser.Video object.</p></td> </tr> <tr> <td class="name"><code>width</code></td> <td class="type"> <span class="param-type">integer</span> </td> <td class="description last"><p>The new width of the texture.</p></td> </tr> <tr> <td class="name"><code>height</code></td> <td class="type"> <span class="param-type">integer</span> </td> <td class="description last"><p>The new height of the texture.</p></td> </tr> </tbody> </table> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.LoadTexture.html#resizeFrame">Phaser.Component.LoadTexture#resizeFrame</a> </li></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_LoadTexture.js.html">gameobjects/components/LoadTexture.js</a>, <a href="src_gameobjects_components_LoadTexture.js.html#sunlight-1-line-225">line 225</a> </dt> </dl> </dd> <dt> <h4 class="name " id="revive"><span class="type-signature"></span>revive<span class="signature">(<span class="optional">health</span>)</span><span class="type-signature"> &rarr; {<a href="PIXI.DisplayObject.html">PIXI.DisplayObject</a>}</span></h4> </dt> <dd> <div class="description"> <p>Brings a 'dead' Game Object back to life, optionally resetting its health value in the process.</p> <p>A resurrected Game Object has its <code>alive</code>, <code>exists</code> and <code>visible</code> properties all set to true.</p> <p>It will dispatch the <code>onRevived</code> event. Listen to <code>events.onRevived</code> for the signal.</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Argument</th> <th>Default</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>health</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> 100 </td> <td class="description last"><p>The health to give the Game Object. Only set if the GameObject has the Health component.</p></td> </tr> </tbody> </table> <h5>Returns:</h5> <div class="returns"> <div class="returns-type"> <span class="param-type"><a href="PIXI.DisplayObject.html">PIXI.DisplayObject</a></span> - </div> <div class="returns-desc param-desc"> <p>This instance.</p> </div> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.LifeSpan.html#revive">Phaser.Component.LifeSpan#revive</a> </li></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_LifeSpan.js.html">gameobjects/components/LifeSpan.js</a>, <a href="src_gameobjects_components_LifeSpan.js.html#sunlight-1-line-78">line 78</a> </dt> </dl> </dd> <dt> <h4 class="name " id="sendToBack"><span class="type-signature"></span>sendToBack<span class="signature">()</span><span class="type-signature"> &rarr; {<a href="PIXI.DisplayObject.html">PIXI.DisplayObject</a>}</span></h4> </dt> <dd> <div class="description"> <p>Sends this Game Object to the bottom of its parents display list.<br>Visually this means it will render below all other children in the same Group.</p> <p>If this Game Object hasn't been added to a custom Group then this method will send it to the bottom of the Game World,<br>because the World is the root Group from which all Game Objects descend.</p> </div> <h5>Returns:</h5> <div class="returns"> <div class="returns-type"> <span class="param-type"><a href="PIXI.DisplayObject.html">PIXI.DisplayObject</a></span> - </div> <div class="returns-desc param-desc"> <p>This instance.</p> </div> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.BringToTop.html#sendToBack">Phaser.Component.BringToTop#sendToBack</a> </li></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_BringToTop.js.html">gameobjects/components/BringToTop.js</a>, <a href="src_gameobjects_components_BringToTop.js.html#sunlight-1-line-45">line 45</a> </dt> </dl> </dd> <dt> <h4 class="name " id="setChildIndex"><span class="type-signature"></span>setChildIndex<span class="signature">(child, index)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Changes the position of an existing child in the display object container</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>child</code></td> <td class="type"> <span class="param-type"><a href="PIXI.DisplayObject.html">PIXI.DisplayObject</a></span> </td> <td class="description last"><p>The child DisplayObject instance for which you want to change the index number</p></td> </tr> <tr> <td class="name"><code>index</code></td> <td class="type"> <span class="param-type">Number</span> </td> <td class="description last"><p>The resulting index number for the child display object</p></td> </tr> </tbody> </table> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="PIXI.DisplayObjectContainer.html#setChildIndex">PIXI.DisplayObjectContainer#setChildIndex</a> </li></dd> <dt class="tag-source">Source - <a href="src_pixi_display_DisplayObjectContainer.js.html">pixi/display/DisplayObjectContainer.js</a>, <a href="src_pixi_display_DisplayObjectContainer.js.html#sunlight-1-line-132">line 132</a> </dt> </dl> </dd> <dt> <h4 class="name " id="setFrame"><span class="type-signature"></span>setFrame<span class="signature">(frame)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Sets the texture frame the Game Object uses for rendering.</p> <p>This is primarily an internal method used by <code>loadTexture</code>, but is exposed for the use of plugins and custom classes.</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>frame</code></td> <td class="type"> <span class="param-type"><a href="Phaser.Frame.html">Phaser.Frame</a></span> </td> <td class="description last"><p>The Frame to be used by the texture.</p></td> </tr> </tbody> </table> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.LoadTexture.html#setFrame">Phaser.Component.LoadTexture#setFrame</a> </li></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_LoadTexture.js.html">gameobjects/components/LoadTexture.js</a>, <a href="src_gameobjects_components_LoadTexture.js.html#sunlight-1-line-155">line 155</a> </dt> </dl> </dd> <dt> <h4 class="name " id="setScaleMinMax"><span class="type-signature"></span>setScaleMinMax<span class="signature">(minX, minY, maxX, maxY)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Sets the scaleMin and scaleMax values. These values are used to limit how far this Game Object will scale based on its parent.</p> <p>For example if this Game Object has a <code>minScale</code> value of 1 and its parent has a <code>scale</code> value of 0.5, the 0.5 will be ignored<br>and the scale value of 1 will be used, as the parents scale is lower than the minimum scale this Game Object should adhere to.</p> <p>By setting these values you can carefully control how Game Objects deal with responsive scaling.</p> <p>If only one parameter is given then that value will be used for both scaleMin and scaleMax:<br><code>setScaleMinMax(1)</code> = scaleMin.x, scaleMin.y, scaleMax.x and scaleMax.y all = 1</p> <p>If only two parameters are given the first is set as scaleMin.x and y and the second as scaleMax.x and y:<br><code>setScaleMinMax(0.5, 2)</code> = scaleMin.x and y = 0.5 and scaleMax.x and y = 2</p> <p>If you wish to set <code>scaleMin</code> with different values for x and y then either modify Game Object.scaleMin directly,<br>or pass <code>null</code> for the <code>maxX</code> and <code>maxY</code> parameters.</p> <p>Call <code>setScaleMinMax(null)</code> to clear all previously set values.</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>minX</code></td> <td class="type"> <span class="param-type">number</span> | <span class="param-type">null</span> </td> <td class="description last"><p>The minimum horizontal scale value this Game Object can scale down to.</p></td> </tr> <tr> <td class="name"><code>minY</code></td> <td class="type"> <span class="param-type">number</span> | <span class="param-type">null</span> </td> <td class="description last"><p>The minimum vertical scale value this Game Object can scale down to.</p></td> </tr> <tr> <td class="name"><code>maxX</code></td> <td class="type"> <span class="param-type">number</span> | <span class="param-type">null</span> </td> <td class="description last"><p>The maximum horizontal scale value this Game Object can scale up to.</p></td> </tr> <tr> <td class="name"><code>maxY</code></td> <td class="type"> <span class="param-type">number</span> | <span class="param-type">null</span> </td> <td class="description last"><p>The maximum vertical scale value this Game Object can scale up to.</p></td> </tr> </tbody> </table> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.ScaleMinMax.html#setScaleMinMax">Phaser.Component.ScaleMinMax#setScaleMinMax</a> </li></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_ScaleMinMax.js.html">gameobjects/components/ScaleMinMax.js</a>, <a href="src_gameobjects_components_ScaleMinMax.js.html#sunlight-1-line-110">line 110</a> </dt> </dl> </dd> <dt> <h4 class="name " id="setTexture"><span class="type-signature"></span>setTexture<span class="signature">(texture, <span class="optional">destroy</span>)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Sets the texture of the sprite. Be warned that this doesn't remove or destroy the previous<br>texture this Sprite was using.</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Argument</th> <th>Default</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>texture</code></td> <td class="type"> <span class="param-type"><a href="PIXI.Texture.html">PIXI.Texture</a></span> </td> <td class="attributes"> </td> <td class="default"> </td> <td class="description last"><p>The PIXI texture that is displayed by the sprite</p></td> </tr> <tr> <td class="name"><code>destroy</code></td> <td class="type"> <span class="param-type">Boolean</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> false </td> <td class="description last"><p>Call Texture.destroy on the current texture before replacing it with the new one?</p></td> </tr> </tbody> </table> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="PIXI.Sprite.html#setTexture">PIXI.Sprite#setTexture</a> </li></dd> <dt class="tag-source">Source - <a href="src_pixi_display_Sprite.js.html">pixi/display/Sprite.js</a>, <a href="src_pixi_display_Sprite.js.html#sunlight-1-line-163">line 163</a> </dt> </dl> </dd> <dt> <h4 class="name " id="swapChildren"><span class="type-signature"></span>swapChildren<span class="signature">(child, child2)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Swaps the position of 2 Display Objects within this container.</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>child</code></td> <td class="type"> <span class="param-type"><a href="PIXI.DisplayObject.html">PIXI.DisplayObject</a></span> </td> <td class="description last"><p>-</p></td> </tr> <tr> <td class="name"><code>child2</code></td> <td class="type"> <span class="param-type"><a href="PIXI.DisplayObject.html">PIXI.DisplayObject</a></span> </td> <td class="description last"><p>-</p></td> </tr> </tbody> </table> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="PIXI.DisplayObjectContainer.html#swapChildren">PIXI.DisplayObjectContainer#swapChildren</a> </li></dd> <dt class="tag-source">Source - <a href="src_pixi_display_DisplayObjectContainer.js.html">pixi/display/DisplayObjectContainer.js</a>, <a href="src_pixi_display_DisplayObjectContainer.js.html#sunlight-1-line-85">line 85</a> </dt> </dl> </dd> <dt> <h4 class="name " id="update"><span class="type-signature"></span>update<span class="signature">()</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Override this method in your own custom objects to handle any update requirements.<br>It is called immediately after <code>preUpdate</code> and before <code>postUpdate</code>.<br>Remember if this Game Object has any children you should call update on those too.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.Core.html#update">Phaser.Component.Core#update</a> </li></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_Core.js.html">gameobjects/components/Core.js</a>, <a href="src_gameobjects_components_Core.js.html#sunlight-1-line-328">line 328</a> </dt> </dl> </dd> <dt> <h4 class="name " id="updateCrop"><span class="type-signature"></span>updateCrop<span class="signature">()</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>If you have set a crop rectangle on this Game Object via <code>crop</code> and since modified the <code>cropRect</code> property,<br>or the rectangle it references, then you need to update the crop frame by calling this method.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Phaser.Component.Crop.html#updateCrop">Phaser.Component.Crop#updateCrop</a> </li></dd> <dt class="tag-source">Source - <a href="src_gameobjects_components_Crop.js.html">gameobjects/components/Crop.js</a>, <a href="src_gameobjects_components_Crop.js.html#sunlight-1-line-86">line 86</a> </dt> </dl> </dd> </dl> </article> </section> </div> <div class="clearfix"></div> <footer> <span class="copyright"> Phaser Copyright © 2012-2016 Photon Storm Ltd. </span> <br /> <span class="jsdoc-message"> Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Tue Dec 06 2016 23:49:04 GMT+0000 (GMT Standard Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>. </span> </footer> </div> <div class="span3"> <div id="toc"></div> </div> <br clear="both"> </div> </div> <script src="scripts/sunlight.js"></script> <script src="scripts/sunlight.javascript.js"></script> <script src="scripts/sunlight-plugin.doclinks.js"></script> <script src="scripts/sunlight-plugin.linenumbers.js"></script> <script src="scripts/sunlight-plugin.menu.js"></script> <script src="scripts/jquery.min.js"></script> <script src="scripts/jquery.scrollTo.js"></script> <script src="scripts/jquery.localScroll.js"></script> <script src="scripts/bootstrap-dropdown.js"></script> <script src="scripts/toc.js"></script> <script> Sunlight.highlightAll({lineNumbers:true, showMenu: true, enableDoclinks :true}); </script> <script> $( function () { $( "#toc" ).toc( { anchorName : function(i, heading, prefix) { return $(heading).attr("id") || ( prefix + i ); }, selectors : "h1,h2,h3,h4", showAndHide : false, scrollTo : 60 } ); $( "#toc>ul" ).addClass( "nav nav-pills nav-stacked" ); $( "#main span[id^='toc']" ).addClass( "toc-shim" ); } ); </script> </body> </html>
doc/doxygen/html/compressed__matrix_8hpp.html
aokomoriuta/ViennaCLFiles
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <title>ViennaCL - The Vienna Computing Library: viennacl/compressed_matrix.hpp File Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">ViennaCL - The Vienna Computing Library &#160;<span id="projectnumber">1.3.1</span> </div> </td> </tr> </tbody> </table> </div> <!-- Generated by Doxygen 1.7.6.1 --> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="namespaces.html"><span>Namespaces</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> </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> <div class="header"> <div class="summary"> <a href="#nested-classes">Data Structures</a> &#124; <a href="#namespaces">Namespaces</a> &#124; <a href="#func-members">Functions</a> </div> <div class="headertitle"> <div class="title">viennacl/compressed_matrix.hpp File Reference</div> </div> </div><!--header--> <div class="contents"> <p>Implementation of the compressed_matrix class. <a href="#details">More...</a></p> <div class="textblock"><code>#include &lt;vector&gt;</code><br/> <code>#include &lt;list&gt;</code><br/> <code>#include &lt;map&gt;</code><br/> <code>#include &quot;<a class="el" href="forwards_8h_source.html">viennacl/forwards.h</a>&quot;</code><br/> <code>#include &quot;<a class="el" href="backend_8hpp_source.html">viennacl/ocl/backend.hpp</a>&quot;</code><br/> <code>#include &quot;<a class="el" href="vector_8hpp_source.html">viennacl/vector.hpp</a>&quot;</code><br/> <code>#include &quot;<a class="el" href="compressed__matrix__operations_8hpp_source.html">viennacl/linalg/compressed_matrix_operations.hpp</a>&quot;</code><br/> <code>#include &quot;<a class="el" href="tools_8hpp_source.html">viennacl/tools/tools.hpp</a>&quot;</code><br/> <code>#include &quot;<a class="el" href="entry__proxy_8hpp_source.html">viennacl/tools/entry_proxy.hpp</a>&quot;</code><br/> </div> <p><a href="compressed__matrix_8hpp_source.html">Go to the source code of this file.</a></p> <table class="memberdecls"> <tr><td colspan="2"><h2><a name="nested-classes"></a> Data Structures</h2></td></tr> <tr><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classviennacl_1_1compressed__matrix.html">compressed_matrix&lt; SCALARTYPE, ALIGNMENT &gt;</a></td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">A sparse square matrix in compressed sparse rows format. <a href="classviennacl_1_1compressed__matrix.html#details">More...</a><br/></td></tr> <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="namespaceviennacl.html">viennacl</a></td></tr> <tr><td colspan="2"><h2><a name="func-members"></a> Functions</h2></td></tr> <tr><td class="memTemplParams" colspan="2">template&lt;typename CPU_MATRIX , typename SCALARTYPE , unsigned int ALIGNMENT&gt; </td></tr> <tr><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="namespaceviennacl.html#a582c55682d79f0d548cd30f54412867b">copy</a> (const CPU_MATRIX &amp;cpu_matrix, compressed_matrix&lt; SCALARTYPE, ALIGNMENT &gt; &amp;gpu_matrix)</td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Copies a sparse matrix from the host to the OpenCL device (either GPU or multi-core CPU) <a href="#a582c55682d79f0d548cd30f54412867b"></a><br/></td></tr> <tr><td class="memTemplParams" colspan="2">template&lt;typename SCALARTYPE , unsigned int ALIGNMENT&gt; </td></tr> <tr><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="namespaceviennacl.html#a7602ec9b53e015a45d1f6de92a5b905d">copy</a> (const std::vector&lt; std::map&lt; unsigned int, SCALARTYPE &gt; &gt; &amp;cpu_matrix, compressed_matrix&lt; SCALARTYPE, ALIGNMENT &gt; &amp;gpu_matrix)</td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Copies a sparse matrix in the std::vector&lt; std::map &lt; &gt; &gt; format to an OpenCL device. <a href="#a7602ec9b53e015a45d1f6de92a5b905d"></a><br/></td></tr> <tr><td class="memTemplParams" colspan="2">template&lt;typename CPU_MATRIX , typename SCALARTYPE , unsigned int ALIGNMENT&gt; </td></tr> <tr><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="namespaceviennacl.html#ac594658b697570a6d4321a157d30bc0f">copy</a> (const compressed_matrix&lt; SCALARTYPE, ALIGNMENT &gt; &amp;gpu_matrix, CPU_MATRIX &amp;cpu_matrix)</td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Copies a sparse matrix from the OpenCL device (either GPU or multi-core CPU) to the host. <a href="#ac594658b697570a6d4321a157d30bc0f"></a><br/></td></tr> <tr><td class="memTemplParams" colspan="2">template&lt;typename SCALARTYPE , unsigned int ALIGNMENT&gt; </td></tr> <tr><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="namespaceviennacl.html#a819d66bc1da492c41811de0d4815ea28">copy</a> (const compressed_matrix&lt; SCALARTYPE, ALIGNMENT &gt; &amp;gpu_matrix, std::vector&lt; std::map&lt; unsigned int, SCALARTYPE &gt; &gt; &amp;cpu_matrix)</td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Copies a sparse matrix from an OpenCL device to the host. The host type is the std::vector&lt; std::map &lt; &gt; &gt; format . <a href="#a819d66bc1da492c41811de0d4815ea28"></a><br/></td></tr> </table> <hr/><a name="details" id="details"></a><h2>Detailed Description</h2> <div class="textblock"><p>Implementation of the compressed_matrix class. </p> </div></div><!-- contents --> <hr class="footer"/><address class="footer"><small> Generated on Thu Aug 9 2012 19:49:11 for ViennaCL - The Vienna Computing Library by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.7.6.1 </small></address> </body> </html>
solr-4.8.0/docs/solr-solrj/org/apache/solr/common/util/class-use/JavaBinCodec.html
dtelaroli/angular-solr-example
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_55) on Thu Apr 24 20:56:04 UTC 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="utf-8"> <title>Uses of Class org.apache.solr.common.util.JavaBinCodec (Solr 4.8.0 API)</title> <meta name="date" content="2014-04-24"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.solr.common.util.JavaBinCodec (Solr 4.8.0 API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/apache/solr/common/util/JavaBinCodec.html" title="class in org.apache.solr.common.util">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/solr/common/util/class-use/JavaBinCodec.html" target="_top">Frames</a></li> <li><a href="JavaBinCodec.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.apache.solr.common.util.JavaBinCodec" class="title">Uses of Class<br>org.apache.solr.common.util.JavaBinCodec</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../../org/apache/solr/common/util/JavaBinCodec.html" title="class in org.apache.solr.common.util">JavaBinCodec</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.solr.common.util">org.apache.solr.common.util</a></td> <td class="colLast"> <div class="block">Common utility classes reused on both clients &amp; server.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.apache.solr.common.util"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/apache/solr/common/util/JavaBinCodec.html" title="class in org.apache.solr.common.util">JavaBinCodec</a> in <a href="../../../../../../org/apache/solr/common/util/package-summary.html">org.apache.solr.common.util</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/apache/solr/common/util/package-summary.html">org.apache.solr.common.util</a> with parameters of type <a href="../../../../../../org/apache/solr/common/util/JavaBinCodec.html" title="class in org.apache.solr.common.util">JavaBinCodec</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="http://download.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td> <td class="colLast"><span class="strong">JavaBinCodec.ObjectResolver.</span><code><strong><a href="../../../../../../org/apache/solr/common/util/JavaBinCodec.ObjectResolver.html#resolve(java.lang.Object, org.apache.solr.common.util.JavaBinCodec)">resolve</a></strong>(<a href="http://download.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;o, <a href="../../../../../../org/apache/solr/common/util/JavaBinCodec.html" title="class in org.apache.solr.common.util">JavaBinCodec</a>&nbsp;codec)</code>&nbsp;</td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/apache/solr/common/util/JavaBinCodec.html" title="class in org.apache.solr.common.util">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/solr/common/util/class-use/JavaBinCodec.html" target="_top">Frames</a></li> <li><a href="JavaBinCodec.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small> <i>Copyright &copy; 2000-2014 Apache Software Foundation. All Rights Reserved.</i> <script src='../../../../../../prettify.js' type='text/javascript'></script> <script type='text/javascript'> (function(){ var oldonload = window.onload; if (typeof oldonload != 'function') { window.onload = prettyPrint; } else { window.onload = function() { oldonload(); prettyPrint(); } } })(); </script> </small></p> </body> </html>
post/creating-a-new-theme/index.html
kiwijack2/kiwijack2.github.io
<!DOCTYPE html> <html lang="en-us"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Creating a New Theme</title> <meta name="description" content=""> <meta name="generator" content="Hugo 0.40.2" /> <meta property="og:title" content="Creating a New Theme" /> <meta property="og:description" content="Introduction This tutorial will show you how to create a simple theme in Hugo. I assume that you are familiar with HTML, the bash command line, and that you are comfortable using Markdown to format content. I&rsquo;ll explain how Hugo uses templates and how you can organize your templates to create a theme. I won&rsquo;t cover using CSS to style your theme. We&rsquo;ll start with creating a new site with a very basic template." /> <meta property="og:type" content="article" /> <meta property="og:url" content="/post/creating-a-new-theme/" /> <meta property="article:published_time" content="2014-09-28T00:00:00&#43;00:00"/> <meta property="article:modified_time" content="2014-09-28T00:00:00&#43;00:00"/> <link rel="dns-prefetch" href="//fonts.googleapis.com"> <link rel="dns-prefetch" href="//fonts.gstatic.com"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700"> <link rel="stylesheet" href="/css/style.css"> <script type="text/javascript" src="/js/scripts.js"></script> <link rel="shortcut icon" href="/favicon.ico"> </head> <body class="body body-right-sidebar"> <div class="container container-outer"> <header class="header"> <div class="container container-inner"> <div class="logo" role="banner"> <a class="logo__link" href="/" title="Mainroad" rel="home"> <div class="logo__title">Mainroad</div> <div class="logo__tagline">Just another site</div> </a> </div> </div> <nav class="menu"> <ul class="menu__list"> <li class="menu__item"><a class="menu__link" href="/post/migrate-from-jekyll/">JEKYLL MIGRATION</a></li> <li class="menu__item"><a class="menu__link" href="/post/goisforlovers/">(HU)GO TEMPLATE PRIMER</a></li> <li class="menu__item"><a class="menu__link" href="/about/">ABOUT HUGO</a></li> <li class="menu__item"><a class="menu__link" href="/post/hugoisforlovers/">GETTING STARTED WITH HUGO</a></li> </ul> </nav> </header> <div class="wrapper clearfix"> <main class="main content"> <article class="post"> <header class="post__header"> <h1 class="post__title">Creating a New Theme</h1><div class="post__meta meta"> <svg class="icon icon-time" width="16" height="14" viewBox="0 0 16 16"><path d="m8-.0000003c-4.4 0-8 3.6-8 8 0 4.4000003 3.6 8.0000003 8 8.0000003 4.4 0 8-3.6 8-8.0000003 0-4.4-3.6-8-8-8zm0 14.4000003c-3.52 0-6.4-2.88-6.4-6.4000003 0-3.52 2.88-6.4 6.4-6.4 3.52 0 6.4 2.88 6.4 6.4 0 3.5200003-2.88 6.4000003-6.4 6.4000003zm.4-10.4000003h-1.2v4.8l4.16 2.5600003.64-1.04-3.6-2.1600003z"/></svg> <time class="post__meta-date meta-date" datetime="2014-09-28T00:00:00">September 28, 2014</time></div> </header> <div class="post__content clearfix"> <h2 id="introduction">Introduction</h2> <p>This tutorial will show you how to create a simple theme in Hugo. I assume that you are familiar with HTML, the bash command line, and that you are comfortable using Markdown to format content. I&rsquo;ll explain how Hugo uses templates and how you can organize your templates to create a theme. I won&rsquo;t cover using CSS to style your theme.</p> <p>We&rsquo;ll start with creating a new site with a very basic template. Then we&rsquo;ll add in a few pages and posts. With small variations on that, you will be able to create many different types of web sites.</p> <p>In this tutorial, commands that you enter will start with the &ldquo;$&rdquo; prompt. The output will follow. Lines that start with &ldquo;#&rdquo; are comments that I&rsquo;ve added to explain a point. When I show updates to a file, the &ldquo;:wq&rdquo; on the last line means to save the file.</p> <p>Here&rsquo;s an example:</p> <pre><code>## this is a comment $ echo this is a command this is a command ## edit the file $vi foo.md +++ date = &quot;2014-09-28&quot; title = &quot;creating a new theme&quot; +++ bah and humbug :wq ## show it $ cat foo.md +++ date = &quot;2014-09-28&quot; title = &quot;creating a new theme&quot; +++ bah and humbug $ </code></pre> <h2 id="some-definitions">Some Definitions</h2> <p>There are a few concepts that you need to understand before creating a theme.</p> <h3 id="skins">Skins</h3> <p>Skins are the files responsible for the look and feel of your site. It’s the CSS that controls colors and fonts, it’s the Javascript that determines actions and reactions. It’s also the rules that Hugo uses to transform your content into the HTML that the site will serve to visitors.</p> <p>You have two ways to create a skin. The simplest way is to create it in the <code>layouts/</code> directory. If you do, then you don’t have to worry about configuring Hugo to recognize it. The first place that Hugo will look for rules and files is in the <code>layouts/</code> directory so it will always find the skin.</p> <p>Your second choice is to create it in a sub-directory of the <code>themes/</code> directory. If you do, then you must always tell Hugo where to search for the skin. It’s extra work, though, so why bother with it?</p> <p>The difference between creating a skin in <code>layouts/</code> and creating it in <code>themes/</code> is very subtle. A skin in <code>layouts/</code> can’t be customized without updating the templates and static files that it is built from. A skin created in <code>themes/</code>, on the other hand, can be and that makes it easier for other people to use it.</p> <p>The rest of this tutorial will call a skin created in the <code>themes/</code> directory a theme.</p> <p>Note that you can use this tutorial to create a skin in the <code>layouts/</code> directory if you wish to. The main difference will be that you won’t need to update the site’s configuration file to use a theme.</p> <h3 id="the-home-page">The Home Page</h3> <p>The home page, or landing page, is the first page that many visitors to a site see. It is the index.html file in the root directory of the web site. Since Hugo writes files to the public/ directory, our home page is public/index.html.</p> <h3 id="site-configuration-file">Site Configuration File</h3> <p>When Hugo runs, it looks for a configuration file that contains settings that override default values for the entire site. The file can use TOML, YAML, or JSON. I prefer to use TOML for my configuration files. If you prefer to use JSON or YAML, you’ll need to translate my examples. You’ll also need to change the name of the file since Hugo uses the extension to determine how to process it.</p> <p>Hugo translates Markdown files into HTML. By default, Hugo expects to find Markdown files in your <code>content/</code> directory and template files in your <code>themes/</code> directory. It will create HTML files in your <code>public/</code> directory. You can change this by specifying alternate locations in the configuration file.</p> <h3 id="content">Content</h3> <p>Content is stored in text files that contain two sections. The first section is the “front matter,” which is the meta-information on the content. The second section contains Markdown that will be converted to HTML.</p> <h4 id="front-matter">Front Matter</h4> <p>The front matter is information about the content. Like the configuration file, it can be written in TOML, YAML, or JSON. Unlike the configuration file, Hugo doesn’t use the file’s extension to know the format. It looks for markers to signal the type. TOML is surrounded by “<code>+++</code>”, YAML by “<code>---</code>”, and JSON is enclosed in curly braces. I prefer to use TOML, so you’ll need to translate my examples if you prefer YAML or JSON.</p> <p>The information in the front matter is passed into the template before the content is rendered into HTML.</p> <h4 id="markdown">Markdown</h4> <p>Content is written in Markdown which makes it easier to create the content. Hugo runs the content through a Markdown engine to create the HTML which will be written to the output file.</p> <h3 id="template-files">Template Files</h3> <p>Hugo uses template files to render content into HTML. Template files are a bridge between the content and presentation. Rules in the template define what content is published, where it&rsquo;s published to, and how it will rendered to the HTML file. The template guides the presentation by specifying the style to use.</p> <p>There are three types of templates: single, list, and partial. Each type takes a bit of content as input and transforms it based on the commands in the template.</p> <p>Hugo uses its knowledge of the content to find the template file used to render the content. If it can’t find a template that is an exact match for the content, it will shift up a level and search from there. It will continue to do so until it finds a matching template or runs out of templates to try. If it can’t find a template, it will use the default template for the site.</p> <p>Please note that you can use the front matter to influence Hugo’s choice of templates.</p> <h4 id="single-template">Single Template</h4> <p>A single template is used to render a single piece of content. For example, an article or post would be a single piece of content and use a single template.</p> <h4 id="list-template">List Template</h4> <p>A list template renders a group of related content. That could be a summary of recent postings or all articles in a category. List templates can contain multiple groups.</p> <p>The homepage template is a special type of list template. Hugo assumes that the home page of your site will act as the portal for the rest of the content in the site.</p> <h4 id="partial-template">Partial Template</h4> <p>A partial template is a template that can be included in other templates. Partial templates must be called using the “partial” template command. They are very handy for rolling up common behavior. For example, your site may have a banner that all pages use. Instead of copying the text of the banner into every single and list template, you could create a partial with the banner in it. That way if you decide to change the banner, you only have to change the partial template.</p> <h2 id="create-a-new-site">Create a New Site</h2> <p>Let&rsquo;s use Hugo to create a new web site. I&rsquo;m a Mac user, so I&rsquo;ll create mine in my home directory, in the Sites folder. If you&rsquo;re using Linux, you might have to create the folder first.</p> <p>The &ldquo;new site&rdquo; command will create a skeleton of a site. It will give you the basic directory structure and a useable configuration file.</p> <pre><code>$ hugo new site ~/Sites/zafta $ cd ~/Sites/zafta $ ls -l total 8 drwxr-xr-x 7 quoha staff 238 Sep 29 16:49 . drwxr-xr-x 3 quoha staff 102 Sep 29 16:49 .. drwxr-xr-x 2 quoha staff 68 Sep 29 16:49 archetypes -rw-r--r-- 1 quoha staff 82 Sep 29 16:49 config.toml drwxr-xr-x 2 quoha staff 68 Sep 29 16:49 content drwxr-xr-x 2 quoha staff 68 Sep 29 16:49 layouts drwxr-xr-x 2 quoha staff 68 Sep 29 16:49 static $ </code></pre> <p>Take a look in the content/ directory to confirm that it is empty.</p> <p>The other directories (archetypes/, layouts/, and static/) are used when customizing a theme. That&rsquo;s a topic for a different tutorial, so please ignore them for now.</p> <h3 id="generate-the-html-for-the-new-site">Generate the HTML For the New Site</h3> <p>Running the <code>hugo</code> command with no options will read all the available content and generate the HTML files. It will also copy all static files (that&rsquo;s everything that&rsquo;s not content). Since we have an empty site, it won&rsquo;t do much, but it will do it very quickly.</p> <pre><code>$ hugo --verbose INFO: 2014/09/29 Using config file: config.toml INFO: 2014/09/29 syncing from /Users/quoha/Sites/zafta/static/ to /Users/quoha/Sites/zafta/public/ WARN: 2014/09/29 Unable to locate layout: [index.html _default/list.html _default/single.html] WARN: 2014/09/29 Unable to locate layout: [404.html] 0 draft content 0 future content 0 pages created 0 tags created 0 categories created in 2 ms $ </code></pre> <p>The &ldquo;<code>--verbose</code>&rdquo; flag gives extra information that will be helpful when we build the template. Every line of the output that starts with &ldquo;INFO:&rdquo; or &ldquo;WARN:&rdquo; is present because we used that flag. The lines that start with &ldquo;WARN:&rdquo; are warning messages. We&rsquo;ll go over them later.</p> <p>We can verify that the command worked by looking at the directory again.</p> <pre><code>$ ls -l total 8 drwxr-xr-x 2 quoha staff 68 Sep 29 16:49 archetypes -rw-r--r-- 1 quoha staff 82 Sep 29 16:49 config.toml drwxr-xr-x 2 quoha staff 68 Sep 29 16:49 content drwxr-xr-x 2 quoha staff 68 Sep 29 16:49 layouts drwxr-xr-x 4 quoha staff 136 Sep 29 17:02 public drwxr-xr-x 2 quoha staff 68 Sep 29 16:49 static $ </code></pre> <p>See that new public/ directory? Hugo placed all generated content there. When you&rsquo;re ready to publish your web site, that&rsquo;s the place to start. For now, though, let&rsquo;s just confirm that we have what we&rsquo;d expect from a site with no content.</p> <pre><code>$ ls -l public total 16 -rw-r--r-- 1 quoha staff 416 Sep 29 17:02 index.xml -rw-r--r-- 1 quoha staff 262 Sep 29 17:02 sitemap.xml $ </code></pre> <p>Hugo created two XML files, which is standard, but there are no HTML files.</p> <h3 id="test-the-new-site">Test the New Site</h3> <p>Verify that you can run the built-in web server. It will dramatically shorten your development cycle if you do. Start it by running the &ldquo;server&rdquo; command. If it is successful, you will see output similar to the following:</p> <pre><code>$ hugo server --verbose INFO: 2014/09/29 Using config file: /Users/quoha/Sites/zafta/config.toml INFO: 2014/09/29 syncing from /Users/quoha/Sites/zafta/static/ to /Users/quoha/Sites/zafta/public/ WARN: 2014/09/29 Unable to locate layout: [index.html _default/list.html _default/single.html] WARN: 2014/09/29 Unable to locate layout: [404.html] 0 draft content 0 future content 0 pages created 0 tags created 0 categories created in 2 ms Serving pages from /Users/quoha/Sites/zafta/public Web Server is available at http://localhost:1313 Press Ctrl+C to stop </code></pre> <p>Connect to the listed URL (it&rsquo;s on the line that starts with &ldquo;Web Server&rdquo;). If everything is working correctly, you should get a page that shows the following:</p> <pre><code>index.xml sitemap.xml </code></pre> <p>That&rsquo;s a listing of your public/ directory. Hugo didn&rsquo;t create a home page because our site has no content. When there&rsquo;s no index.html file in a directory, the server lists the files in the directory, which is what you should see in your browser.</p> <p>Let’s go back and look at those warnings again.</p> <pre><code>WARN: 2014/09/29 Unable to locate layout: [index.html _default/list.html _default/single.html] WARN: 2014/09/29 Unable to locate layout: [404.html] </code></pre> <p>That second warning is easier to explain. We haven’t created a template to be used to generate “page not found errors.” The 404 message is a topic for a separate tutorial.</p> <p>Now for the first warning. It is for the home page. You can tell because the first layout that it looked for was “index.html.” That’s only used by the home page.</p> <p>I like that the verbose flag causes Hugo to list the files that it&rsquo;s searching for. For the home page, they are index.html, _default/list.html, and _default/single.html. There are some rules that we&rsquo;ll cover later that explain the names and paths. For now, just remember that Hugo couldn&rsquo;t find a template for the home page and it told you so.</p> <p>At this point, you&rsquo;ve got a working installation and site that we can build upon. All that’s left is to add some content and a theme to display it.</p> <h2 id="create-a-new-theme">Create a New Theme</h2> <p>Hugo doesn&rsquo;t ship with a default theme. There are a few available (I counted a dozen when I first installed Hugo) and Hugo comes with a command to create new themes.</p> <p>We&rsquo;re going to create a new theme called &ldquo;zafta.&rdquo; Since the goal of this tutorial is to show you how to fill out the files to pull in your content, the theme will not contain any CSS. In other words, ugly but functional.</p> <p>All themes have opinions on content and layout. For example, Zafta uses &ldquo;post&rdquo; over &ldquo;blog&rdquo;. Strong opinions make for simpler templates but differing opinions make it tougher to use themes. When you build a theme, consider using the terms that other themes do.</p> <h3 id="create-a-skeleton">Create a Skeleton</h3> <p>Use the hugo &ldquo;new&rdquo; command to create the skeleton of a theme. This creates the directory structure and places empty files for you to fill out.</p> <pre><code>$ hugo new theme zafta $ ls -l total 8 drwxr-xr-x 2 quoha staff 68 Sep 29 16:49 archetypes -rw-r--r-- 1 quoha staff 82 Sep 29 16:49 config.toml drwxr-xr-x 2 quoha staff 68 Sep 29 16:49 content drwxr-xr-x 2 quoha staff 68 Sep 29 16:49 layouts drwxr-xr-x 4 quoha staff 136 Sep 29 17:02 public drwxr-xr-x 2 quoha staff 68 Sep 29 16:49 static drwxr-xr-x 3 quoha staff 102 Sep 29 17:31 themes $ find themes -type f | xargs ls -l -rw-r--r-- 1 quoha staff 1081 Sep 29 17:31 themes/zafta/LICENSE.md -rw-r--r-- 1 quoha staff 0 Sep 29 17:31 themes/zafta/archetypes/default.md -rw-r--r-- 1 quoha staff 0 Sep 29 17:31 themes/zafta/layouts/_default/list.html -rw-r--r-- 1 quoha staff 0 Sep 29 17:31 themes/zafta/layouts/_default/single.html -rw-r--r-- 1 quoha staff 0 Sep 29 17:31 themes/zafta/layouts/index.html -rw-r--r-- 1 quoha staff 0 Sep 29 17:31 themes/zafta/layouts/partials/footer.html -rw-r--r-- 1 quoha staff 0 Sep 29 17:31 themes/zafta/layouts/partials/header.html -rw-r--r-- 1 quoha staff 93 Sep 29 17:31 themes/zafta/theme.toml $ </code></pre> <p>The skeleton includes templates (the files ending in .html), license file, a description of your theme (the theme.toml file), and an empty archetype.</p> <p>Please take a minute to fill out the theme.toml and LICENSE.md files. They&rsquo;re optional, but if you&rsquo;re going to be distributing your theme, it tells the world who to praise (or blame). It&rsquo;s also nice to declare the license so that people will know how they can use the theme.</p> <pre><code>$ vi themes/zafta/theme.toml author = &quot;michael d henderson&quot; description = &quot;a minimal working template&quot; license = &quot;MIT&quot; name = &quot;zafta&quot; source_repo = &quot;&quot; tags = [&quot;tags&quot;, &quot;categories&quot;] :wq ## also edit themes/zafta/LICENSE.md and change ## the bit that says &quot;YOUR_NAME_HERE&quot; </code></pre> <p>Note that the the skeleton&rsquo;s template files are empty. Don&rsquo;t worry, we&rsquo;ll be changing that shortly.</p> <pre><code>$ find themes/zafta -name '*.html' | xargs ls -l -rw-r--r-- 1 quoha staff 0 Sep 29 17:31 themes/zafta/layouts/_default/list.html -rw-r--r-- 1 quoha staff 0 Sep 29 17:31 themes/zafta/layouts/_default/single.html -rw-r--r-- 1 quoha staff 0 Sep 29 17:31 themes/zafta/layouts/index.html -rw-r--r-- 1 quoha staff 0 Sep 29 17:31 themes/zafta/layouts/partials/footer.html -rw-r--r-- 1 quoha staff 0 Sep 29 17:31 themes/zafta/layouts/partials/header.html $ </code></pre> <h3 id="update-the-configuration-file-to-use-the-theme">Update the Configuration File to Use the Theme</h3> <p>Now that we&rsquo;ve got a theme to work with, it&rsquo;s a good idea to add the theme name to the configuration file. This is optional, because you can always add &ldquo;-t zafta&rdquo; on all your commands. I like to put it the configuration file because I like shorter command lines. If you don&rsquo;t put it in the configuration file or specify it on the command line, you won&rsquo;t use the template that you&rsquo;re expecting to.</p> <p>Edit the file to add the theme, add a title for the site, and specify that all of our content will use the TOML format.</p> <pre><code>$ vi config.toml theme = &quot;zafta&quot; baseurl = &quot;&quot; languageCode = &quot;en-us&quot; title = &quot;zafta - totally refreshing&quot; MetaDataFormat = &quot;toml&quot; :wq $ </code></pre> <h3 id="generate-the-site">Generate the Site</h3> <p>Now that we have an empty theme, let&rsquo;s generate the site again.</p> <pre><code>$ hugo --verbose INFO: 2014/09/29 Using config file: /Users/quoha/Sites/zafta/config.toml INFO: 2014/09/29 syncing from /Users/quoha/Sites/zafta/themes/zafta/static/ to /Users/quoha/Sites/zafta/public/ INFO: 2014/09/29 syncing from /Users/quoha/Sites/zafta/static/ to /Users/quoha/Sites/zafta/public/ WARN: 2014/09/29 Unable to locate layout: [404.html theme/404.html] 0 draft content 0 future content 0 pages created 0 tags created 0 categories created in 2 ms $ </code></pre> <p>Did you notice that the output is different? The warning message for the home page has disappeared and we have an additional information line saying that Hugo is syncing from the theme&rsquo;s directory.</p> <p>Let&rsquo;s check the public/ directory to see what Hugo&rsquo;s created.</p> <pre><code>$ ls -l public total 16 drwxr-xr-x 2 quoha staff 68 Sep 29 17:56 css -rw-r--r-- 1 quoha staff 0 Sep 29 17:56 index.html -rw-r--r-- 1 quoha staff 407 Sep 29 17:56 index.xml drwxr-xr-x 2 quoha staff 68 Sep 29 17:56 js -rw-r--r-- 1 quoha staff 243 Sep 29 17:56 sitemap.xml $ </code></pre> <p>Notice four things:</p> <ol> <li>Hugo created a home page. This is the file public/index.html.</li> <li>Hugo created a css/ directory.</li> <li>Hugo created a js/ directory.</li> <li>Hugo claimed that it created 0 pages. It created a file and copied over static files, but didn&rsquo;t create any pages. That&rsquo;s because it considers a &ldquo;page&rdquo; to be a file created directly from a content file. It doesn&rsquo;t count things like the index.html files that it creates automatically.</li> </ol> <h4 id="the-home-page-1">The Home Page</h4> <p>Hugo supports many different types of templates. The home page is special because it gets its own type of template and its own template file. The file, layouts/index.html, is used to generate the HTML for the home page. The Hugo documentation says that this is the only required template, but that depends. Hugo&rsquo;s warning message shows that it looks for three different templates:</p> <pre><code>WARN: 2014/09/29 Unable to locate layout: [index.html _default/list.html _default/single.html] </code></pre> <p>If it can&rsquo;t find any of these, it completely skips creating the home page. We noticed that when we built the site without having a theme installed.</p> <p>When Hugo created our theme, it created an empty home page template. Now, when we build the site, Hugo finds the template and uses it to generate the HTML for the home page. Since the template file is empty, the HTML file is empty, too. If the template had any rules in it, then Hugo would have used them to generate the home page.</p> <pre><code>$ find . -name index.html | xargs ls -l -rw-r--r-- 1 quoha staff 0 Sep 29 20:21 ./public/index.html -rw-r--r-- 1 quoha staff 0 Sep 29 17:31 ./themes/zafta/layouts/index.html $ </code></pre> <h4 id="the-magic-of-static">The Magic of Static</h4> <p>Hugo does two things when generating the site. It uses templates to transform content into HTML and it copies static files into the site. Unlike content, static files are not transformed. They are copied exactly as they are.</p> <p>Hugo assumes that your site will use both CSS and JavaScript, so it creates directories in your theme to hold them. Remember opinions? Well, Hugo&rsquo;s opinion is that you&rsquo;ll store your CSS in a directory named css/ and your JavaScript in a directory named js/. If you don&rsquo;t like that, you can change the directory names in your theme directory or even delete them completely. Hugo&rsquo;s nice enough to offer its opinion, then behave nicely if you disagree.</p> <pre><code>$ find themes/zafta -type d | xargs ls -ld drwxr-xr-x 7 quoha staff 238 Sep 29 17:38 themes/zafta drwxr-xr-x 3 quoha staff 102 Sep 29 17:31 themes/zafta/archetypes drwxr-xr-x 5 quoha staff 170 Sep 29 17:31 themes/zafta/layouts drwxr-xr-x 4 quoha staff 136 Sep 29 17:31 themes/zafta/layouts/_default drwxr-xr-x 4 quoha staff 136 Sep 29 17:31 themes/zafta/layouts/partials drwxr-xr-x 4 quoha staff 136 Sep 29 17:31 themes/zafta/static drwxr-xr-x 2 quoha staff 68 Sep 29 17:31 themes/zafta/static/css drwxr-xr-x 2 quoha staff 68 Sep 29 17:31 themes/zafta/static/js $ </code></pre> <h2 id="the-theme-development-cycle">The Theme Development Cycle</h2> <p>When you&rsquo;re working on a theme, you will make changes in the theme&rsquo;s directory, rebuild the site, and check your changes in the browser. Hugo makes this very easy:</p> <ol> <li>Purge the public/ directory.</li> <li>Run the built in web server in watch mode.</li> <li>Open your site in a browser.</li> <li>Update the theme.</li> <li>Glance at your browser window to see changes.</li> <li>Return to step 4.</li> </ol> <p>I’ll throw in one more opinion: never work on a theme on a live site. Always work on a copy of your site. Make changes to your theme, test them, then copy them up to your site. For added safety, use a tool like Git to keep a revision history of your content and your theme. Believe me when I say that it is too easy to lose both your mind and your changes.</p> <p>Check the main Hugo site for information on using Git with Hugo.</p> <h3 id="purge-the-public-directory">Purge the public/ Directory</h3> <p>When generating the site, Hugo will create new files and update existing ones in the <code>public/</code> directory. It will not delete files that are no longer used. For example, files that were created in the wrong directory or with the wrong title will remain. If you leave them, you might get confused by them later. I recommend cleaning out your site prior to generating it.</p> <p>Note: If you&rsquo;re building on an SSD, you should ignore this. Churning on a SSD can be costly.</p> <h3 id="hugo-s-watch-option">Hugo&rsquo;s Watch Option</h3> <p>Hugo&rsquo;s &ldquo;<code>--watch</code>&rdquo; option will monitor the content/ and your theme directories for changes and rebuild the site automatically.</p> <h3 id="live-reload">Live Reload</h3> <p>Hugo&rsquo;s built in web server supports live reload. As pages are saved on the server, the browser is told to refresh the page. Usually, this happens faster than you can say, &ldquo;Wow, that&rsquo;s totally amazing.&rdquo;</p> <h3 id="development-commands">Development Commands</h3> <p>Use the following commands as the basis for your workflow.</p> <pre><code>## purge old files. hugo will recreate the public directory. ## $ rm -rf public ## ## run hugo in watch mode ## $ hugo server --watch --verbose </code></pre> <p>Here&rsquo;s sample output showing Hugo detecting a change to the template for the home page. Once generated, the web browser automatically reloaded the page. I&rsquo;ve said this before, it&rsquo;s amazing.</p> <pre><code>$ rm -rf public $ hugo server --watch --verbose INFO: 2014/09/29 Using config file: /Users/quoha/Sites/zafta/config.toml INFO: 2014/09/29 syncing from /Users/quoha/Sites/zafta/themes/zafta/static/ to /Users/quoha/Sites/zafta/public/ INFO: 2014/09/29 syncing from /Users/quoha/Sites/zafta/static/ to /Users/quoha/Sites/zafta/public/ WARN: 2014/09/29 Unable to locate layout: [404.html theme/404.html] 0 draft content 0 future content 0 pages created 0 tags created 0 categories created in 2 ms Watching for changes in /Users/quoha/Sites/zafta/content Serving pages from /Users/quoha/Sites/zafta/public Web Server is available at http://localhost:1313 Press Ctrl+C to stop INFO: 2014/09/29 File System Event: [&quot;/Users/quoha/Sites/zafta/themes/zafta/layouts/index.html&quot;: MODIFY|ATTRIB] Change detected, rebuilding site WARN: 2014/09/29 Unable to locate layout: [404.html theme/404.html] 0 draft content 0 future content 0 pages created 0 tags created 0 categories created in 1 ms </code></pre> <h2 id="update-the-home-page-template">Update the Home Page Template</h2> <p>The home page is one of a few special pages that Hugo creates automatically. As mentioned earlier, it looks for one of three files in the theme&rsquo;s layout/ directory:</p> <ol> <li>index.html</li> <li>_default/list.html</li> <li>_default/single.html</li> </ol> <p>We could update one of the default templates, but a good design decision is to update the most specific template available. That&rsquo;s not a hard and fast rule (in fact, we&rsquo;ll break it a few times in this tutorial), but it is a good generalization.</p> <h3 id="make-a-static-home-page">Make a Static Home Page</h3> <p>Right now, that page is empty because we don&rsquo;t have any content and we don&rsquo;t have any logic in the template. Let&rsquo;s change that by adding some text to the template.</p> <pre><code>$ vi themes/zafta/layouts/index.html &lt;!DOCTYPE html&gt; &lt;html&gt; &lt;body&gt; &lt;p&gt;hugo says hello!&lt;/p&gt; &lt;/body&gt; &lt;/html&gt; :wq $ </code></pre> <p>Build the web site and then verify the results.</p> <pre><code>$ hugo --verbose INFO: 2014/09/29 Using config file: /Users/quoha/Sites/zafta/config.toml INFO: 2014/09/29 syncing from /Users/quoha/Sites/zafta/themes/zafta/static/ to /Users/quoha/Sites/zafta/public/ INFO: 2014/09/29 syncing from /Users/quoha/Sites/zafta/static/ to /Users/quoha/Sites/zafta/public/ WARN: 2014/09/29 Unable to locate layout: [404.html theme/404.html] 0 draft content 0 future content 0 pages created 0 tags created 0 categories created in 2 ms $ find public -type f -name '*.html' | xargs ls -l -rw-r--r-- 1 quoha staff 78 Sep 29 21:26 public/index.html $ cat public/index.html &lt;!DOCTYPE html&gt; &lt;html&gt; &lt;body&gt; &lt;p&gt;hugo says hello!&lt;/p&gt; &lt;/html&gt; </code></pre> <h4 id="live-reload-1">Live Reload</h4> <p>Note: If you&rsquo;re running the server with the <code>--watch</code> option, you&rsquo;ll see different content in the file:</p> <pre><code>$ cat public/index.html &lt;!DOCTYPE html&gt; &lt;html&gt; &lt;body&gt; &lt;p&gt;hugo says hello!&lt;/p&gt; &lt;script&gt;document.write('&lt;script src=&quot;http://' + (location.host || 'localhost').split(':')[0] + ':1313/livereload.js?mindelay=10&quot;&gt;&lt;/' + 'script&gt;')&lt;/script&gt;&lt;/body&gt; &lt;/html&gt; </code></pre> <p>When you use <code>--watch</code>, the Live Reload script is added by Hugo. Look for live reload in the documentation to see what it does and how to disable it.</p> <h3 id="build-a-dynamic-home-page">Build a &ldquo;Dynamic&rdquo; Home Page</h3> <p>&ldquo;Dynamic home page?&rdquo; Hugo&rsquo;s a static web site generator, so this seems an odd thing to say. I mean let&rsquo;s have the home page automatically reflect the content in the site every time Hugo builds it. We&rsquo;ll use iteration in the template to do that.</p> <h4 id="create-new-posts">Create New Posts</h4> <p>Now that we have the home page generating static content, let&rsquo;s add some content to the site. We&rsquo;ll display these posts as a list on the home page and on their own page, too.</p> <p>Hugo has a command to generate a skeleton post, just like it does for sites and themes.</p> <pre><code>$ hugo --verbose new post/first.md INFO: 2014/09/29 Using config file: /Users/quoha/Sites/zafta/config.toml INFO: 2014/09/29 attempting to create post/first.md of post INFO: 2014/09/29 curpath: /Users/quoha/Sites/zafta/themes/zafta/archetypes/default.md ERROR: 2014/09/29 Unable to Cast &lt;nil&gt; to map[string]interface{} $ </code></pre> <p>That wasn&rsquo;t very nice, was it?</p> <p>The &ldquo;new&rdquo; command uses an archetype to create the post file. Hugo created an empty default archetype file, but that causes an error when there&rsquo;s a theme. For me, the workaround was to create an archetypes file specifically for the post type.</p> <pre><code>$ vi themes/zafta/archetypes/post.md +++ Description = &quot;&quot; Tags = [] Categories = [] +++ :wq $ find themes/zafta/archetypes -type f | xargs ls -l -rw-r--r-- 1 quoha staff 0 Sep 29 21:53 themes/zafta/archetypes/default.md -rw-r--r-- 1 quoha staff 51 Sep 29 21:54 themes/zafta/archetypes/post.md $ hugo --verbose new post/first.md INFO: 2014/09/29 Using config file: /Users/quoha/Sites/zafta/config.toml INFO: 2014/09/29 attempting to create post/first.md of post INFO: 2014/09/29 curpath: /Users/quoha/Sites/zafta/themes/zafta/archetypes/post.md INFO: 2014/09/29 creating /Users/quoha/Sites/zafta/content/post/first.md /Users/quoha/Sites/zafta/content/post/first.md created $ hugo --verbose new post/second.md INFO: 2014/09/29 Using config file: /Users/quoha/Sites/zafta/config.toml INFO: 2014/09/29 attempting to create post/second.md of post INFO: 2014/09/29 curpath: /Users/quoha/Sites/zafta/themes/zafta/archetypes/post.md INFO: 2014/09/29 creating /Users/quoha/Sites/zafta/content/post/second.md /Users/quoha/Sites/zafta/content/post/second.md created $ ls -l content/post total 16 -rw-r--r-- 1 quoha staff 104 Sep 29 21:54 first.md -rw-r--r-- 1 quoha staff 105 Sep 29 21:57 second.md $ cat content/post/first.md +++ Categories = [] Description = &quot;&quot; Tags = [] date = &quot;2014-09-29T21:54:53-05:00&quot; title = &quot;first&quot; +++ my first post $ cat content/post/second.md +++ Categories = [] Description = &quot;&quot; Tags = [] date = &quot;2014-09-29T21:57:09-05:00&quot; title = &quot;second&quot; +++ my second post $ </code></pre> <p>Build the web site and then verify the results.</p> <pre><code>$ rm -rf public $ hugo --verbose INFO: 2014/09/29 Using config file: /Users/quoha/Sites/zafta/config.toml INFO: 2014/09/29 syncing from /Users/quoha/Sites/zafta/themes/zafta/static/ to /Users/quoha/Sites/zafta/public/ INFO: 2014/09/29 syncing from /Users/quoha/Sites/zafta/static/ to /Users/quoha/Sites/zafta/public/ INFO: 2014/09/29 found taxonomies: map[string]string{&quot;category&quot;:&quot;categories&quot;, &quot;tag&quot;:&quot;tags&quot;} WARN: 2014/09/29 Unable to locate layout: [404.html theme/404.html] 0 draft content 0 future content 2 pages created 0 tags created 0 categories created in 4 ms $ </code></pre> <p>The output says that it created 2 pages. Those are our new posts:</p> <pre><code>$ find public -type f -name '*.html' | xargs ls -l -rw-r--r-- 1 quoha staff 78 Sep 29 22:13 public/index.html -rw-r--r-- 1 quoha staff 0 Sep 29 22:13 public/post/first/index.html -rw-r--r-- 1 quoha staff 0 Sep 29 22:13 public/post/index.html -rw-r--r-- 1 quoha staff 0 Sep 29 22:13 public/post/second/index.html $ </code></pre> <p>The new files are empty because because the templates used to generate the content are empty. The homepage doesn&rsquo;t show the new content, either. We have to update the templates to add the posts.</p> <h3 id="list-and-single-templates">List and Single Templates</h3> <p>In Hugo, we have three major kinds of templates. There&rsquo;s the home page template that we updated previously. It is used only by the home page. We also have &ldquo;single&rdquo; templates which are used to generate output for a single content file. We also have &ldquo;list&rdquo; templates that are used to group multiple pieces of content before generating output.</p> <p>Generally speaking, list templates are named &ldquo;list.html&rdquo; and single templates are named &ldquo;single.html.&rdquo;</p> <p>There are three other types of templates: partials, content views, and terms. We will not go into much detail on these.</p> <h3 id="add-content-to-the-homepage">Add Content to the Homepage</h3> <p>The home page will contain a list of posts. Let&rsquo;s update its template to add the posts that we just created. The logic in the template will run every time we build the site.</p> <pre><code>$ vi themes/zafta/layouts/index.html &lt;!DOCTYPE html&gt; &lt;html&gt; &lt;body&gt; {{ range first 10 .Data.Pages }} &lt;h1&gt;{{ .Title }}&lt;/h1&gt; {{ end }} &lt;/body&gt; &lt;/html&gt; :wq $ </code></pre> <p>Hugo uses the Go template engine. That engine scans the template files for commands which are enclosed between &ldquo;{{&rdquo; and &ldquo;}}&rdquo;. In our template, the commands are:</p> <ol> <li>range</li> <li>.Title</li> <li>end</li> </ol> <p>The &ldquo;range&rdquo; command is an iterator. We&rsquo;re going to use it to go through the first ten pages. Every HTML file that Hugo creates is treated as a page, so looping through the list of pages will look at every file that will be created.</p> <p>The &ldquo;.Title&rdquo; command prints the value of the &ldquo;title&rdquo; variable. Hugo pulls it from the front matter in the Markdown file.</p> <p>The &ldquo;end&rdquo; command signals the end of the range iterator. The engine loops back to the top of the iteration when it finds &ldquo;end.&rdquo; Everything between the &ldquo;range&rdquo; and &ldquo;end&rdquo; is evaluated every time the engine goes through the iteration. In this file, that would cause the title from the first ten pages to be output as heading level one.</p> <p>It&rsquo;s helpful to remember that some variables, like .Data, are created before any output files. Hugo loads every content file into the variable and then gives the template a chance to process before creating the HTML files.</p> <p>Build the web site and then verify the results.</p> <pre><code>$ rm -rf public $ hugo --verbose INFO: 2014/09/29 Using config file: /Users/quoha/Sites/zafta/config.toml INFO: 2014/09/29 syncing from /Users/quoha/Sites/zafta/themes/zafta/static/ to /Users/quoha/Sites/zafta/public/ INFO: 2014/09/29 syncing from /Users/quoha/Sites/zafta/static/ to /Users/quoha/Sites/zafta/public/ INFO: 2014/09/29 found taxonomies: map[string]string{&quot;tag&quot;:&quot;tags&quot;, &quot;category&quot;:&quot;categories&quot;} WARN: 2014/09/29 Unable to locate layout: [404.html theme/404.html] 0 draft content 0 future content 2 pages created 0 tags created 0 categories created in 4 ms $ find public -type f -name '*.html' | xargs ls -l -rw-r--r-- 1 quoha staff 94 Sep 29 22:23 public/index.html -rw-r--r-- 1 quoha staff 0 Sep 29 22:23 public/post/first/index.html -rw-r--r-- 1 quoha staff 0 Sep 29 22:23 public/post/index.html -rw-r--r-- 1 quoha staff 0 Sep 29 22:23 public/post/second/index.html $ cat public/index.html &lt;!DOCTYPE html&gt; &lt;html&gt; &lt;body&gt; &lt;h1&gt;second&lt;/h1&gt; &lt;h1&gt;first&lt;/h1&gt; &lt;/body&gt; &lt;/html&gt; $ </code></pre> <p>Congratulations, the home page shows the title of the two posts. The posts themselves are still empty, but let&rsquo;s take a moment to appreciate what we&rsquo;ve done. Your template now generates output dynamically. Believe it or not, by inserting the range command inside of those curly braces, you&rsquo;ve learned everything you need to know to build a theme. All that&rsquo;s really left is understanding which template will be used to generate each content file and becoming familiar with the commands for the template engine.</p> <p>And, if that were entirely true, this tutorial would be much shorter. There are a few things to know that will make creating a new template much easier. Don&rsquo;t worry, though, that&rsquo;s all to come.</p> <h3 id="add-content-to-the-posts">Add Content to the Posts</h3> <p>We&rsquo;re working with posts, which are in the content/post/ directory. That means that their section is &ldquo;post&rdquo; (and if we don&rsquo;t do something weird, their type is also &ldquo;post&rdquo;).</p> <p>Hugo uses the section and type to find the template file for every piece of content. Hugo will first look for a template file that matches the section or type name. If it can&rsquo;t find one, then it will look in the _default/ directory. There are some twists that we&rsquo;ll cover when we get to categories and tags, but for now we can assume that Hugo will try post/single.html, then _default/single.html.</p> <p>Now that we know the search rule, let&rsquo;s see what we actually have available:</p> <pre><code>$ find themes/zafta -name single.html | xargs ls -l -rw-r--r-- 1 quoha staff 132 Sep 29 17:31 themes/zafta/layouts/_default/single.html </code></pre> <p>We could create a new template, post/single.html, or change the default. Since we don&rsquo;t know of any other content types, let&rsquo;s start with updating the default.</p> <p>Remember, any content that we haven&rsquo;t created a template for will end up using this template. That can be good or bad. Bad because I know that we&rsquo;re going to be adding different types of content and we&rsquo;re going to end up undoing some of the changes we&rsquo;ve made. It&rsquo;s good because we&rsquo;ll be able to see immediate results. It&rsquo;s also good to start here because we can start to build the basic layout for the site. As we add more content types, we&rsquo;ll refactor this file and move logic around. Hugo makes that fairly painless, so we&rsquo;ll accept the cost and proceed.</p> <p>Please see the Hugo documentation on template rendering for all the details on determining which template to use. And, as the docs mention, if you&rsquo;re building a single page application (SPA) web site, you can delete all of the other templates and work with just the default single page. That&rsquo;s a refreshing amount of joy right there.</p> <h4 id="update-the-template-file">Update the Template File</h4> <pre><code>$ vi themes/zafta/layouts/_default/single.html &lt;!DOCTYPE html&gt; &lt;html&gt; &lt;head&gt; &lt;title&gt;{{ .Title }}&lt;/title&gt; &lt;/head&gt; &lt;body&gt; &lt;h1&gt;{{ .Title }}&lt;/h1&gt; {{ .Content }} &lt;/body&gt; &lt;/html&gt; :wq $ </code></pre> <p>Build the web site and verify the results.</p> <pre><code>$ rm -rf public $ hugo --verbose INFO: 2014/09/29 Using config file: /Users/quoha/Sites/zafta/config.toml INFO: 2014/09/29 syncing from /Users/quoha/Sites/zafta/themes/zafta/static/ to /Users/quoha/Sites/zafta/public/ INFO: 2014/09/29 syncing from /Users/quoha/Sites/zafta/static/ to /Users/quoha/Sites/zafta/public/ INFO: 2014/09/29 found taxonomies: map[string]string{&quot;tag&quot;:&quot;tags&quot;, &quot;category&quot;:&quot;categories&quot;} WARN: 2014/09/29 Unable to locate layout: [404.html theme/404.html] 0 draft content 0 future content 2 pages created 0 tags created 0 categories created in 4 ms $ find public -type f -name '*.html' | xargs ls -l -rw-r--r-- 1 quoha staff 94 Sep 29 22:40 public/index.html -rw-r--r-- 1 quoha staff 125 Sep 29 22:40 public/post/first/index.html -rw-r--r-- 1 quoha staff 0 Sep 29 22:40 public/post/index.html -rw-r--r-- 1 quoha staff 128 Sep 29 22:40 public/post/second/index.html $ cat public/post/first/index.html &lt;!DOCTYPE html&gt; &lt;html&gt; &lt;head&gt; &lt;title&gt;first&lt;/title&gt; &lt;/head&gt; &lt;body&gt; &lt;h1&gt;first&lt;/h1&gt; &lt;p&gt;my first post&lt;/p&gt; &lt;/body&gt; &lt;/html&gt; $ cat public/post/second/index.html &lt;!DOCTYPE html&gt; &lt;html&gt; &lt;head&gt; &lt;title&gt;second&lt;/title&gt; &lt;/head&gt; &lt;body&gt; &lt;h1&gt;second&lt;/h1&gt; &lt;p&gt;my second post&lt;/p&gt; &lt;/body&gt; &lt;/html&gt; $ </code></pre> <p>Notice that the posts now have content. You can go to localhost:1313/post/first to verify.</p> <h3 id="linking-to-content">Linking to Content</h3> <p>The posts are on the home page. Let&rsquo;s add a link from there to the post. Since this is the home page, we&rsquo;ll update its template.</p> <pre><code>$ vi themes/zafta/layouts/index.html &lt;!DOCTYPE html&gt; &lt;html&gt; &lt;body&gt; {{ range first 10 .Data.Pages }} &lt;h1&gt;&lt;a href=&quot;{{ .Permalink }}&quot;&gt;{{ .Title }}&lt;/a&gt;&lt;/h1&gt; {{ end }} &lt;/body&gt; &lt;/html&gt; </code></pre> <p>Build the web site and verify the results.</p> <pre><code>$ rm -rf public $ hugo --verbose INFO: 2014/09/29 Using config file: /Users/quoha/Sites/zafta/config.toml INFO: 2014/09/29 syncing from /Users/quoha/Sites/zafta/themes/zafta/static/ to /Users/quoha/Sites/zafta/public/ INFO: 2014/09/29 syncing from /Users/quoha/Sites/zafta/static/ to /Users/quoha/Sites/zafta/public/ INFO: 2014/09/29 found taxonomies: map[string]string{&quot;tag&quot;:&quot;tags&quot;, &quot;category&quot;:&quot;categories&quot;} WARN: 2014/09/29 Unable to locate layout: [404.html theme/404.html] 0 draft content 0 future content 2 pages created 0 tags created 0 categories created in 4 ms $ find public -type f -name '*.html' | xargs ls -l -rw-r--r-- 1 quoha staff 149 Sep 29 22:44 public/index.html -rw-r--r-- 1 quoha staff 125 Sep 29 22:44 public/post/first/index.html -rw-r--r-- 1 quoha staff 0 Sep 29 22:44 public/post/index.html -rw-r--r-- 1 quoha staff 128 Sep 29 22:44 public/post/second/index.html $ cat public/index.html &lt;!DOCTYPE html&gt; &lt;html&gt; &lt;body&gt; &lt;h1&gt;&lt;a href=&quot;/post/second/&quot;&gt;second&lt;/a&gt;&lt;/h1&gt; &lt;h1&gt;&lt;a href=&quot;/post/first/&quot;&gt;first&lt;/a&gt;&lt;/h1&gt; &lt;/body&gt; &lt;/html&gt; $ </code></pre> <h3 id="create-a-post-listing">Create a Post Listing</h3> <p>We have the posts displaying on the home page and on their own page. We also have a file public/post/index.html that is empty. Let&rsquo;s make it show a list of all posts (not just the first ten).</p> <p>We need to decide which template to update. This will be a listing, so it should be a list template. Let&rsquo;s take a quick look and see which list templates are available.</p> <pre><code>$ find themes/zafta -name list.html | xargs ls -l -rw-r--r-- 1 quoha staff 0 Sep 29 17:31 themes/zafta/layouts/_default/list.html </code></pre> <p>As with the single post, we have to decide to update _default/list.html or create post/list.html. We still don&rsquo;t have multiple content types, so let&rsquo;s stay consistent and update the default list template.</p> <h2 id="creating-top-level-pages">Creating Top Level Pages</h2> <p>Let&rsquo;s add an &ldquo;about&rdquo; page and display it at the top level (as opposed to a sub-level like we did with posts).</p> <p>The default in Hugo is to use the directory structure of the content/ directory to guide the location of the generated html in the public/ directory. Let&rsquo;s verify that by creating an &ldquo;about&rdquo; page at the top level:</p> <pre><code>$ vi content/about.md +++ title = &quot;about&quot; description = &quot;about this site&quot; date = &quot;2014-09-27&quot; slug = &quot;about time&quot; +++ ## about us i'm speechless :wq </code></pre> <p>Generate the web site and verify the results.</p> <pre><code>$ find public -name '*.html' | xargs ls -l -rw-rw-r-- 1 mdhender staff 334 Sep 27 15:08 public/about-time/index.html -rw-rw-r-- 1 mdhender staff 527 Sep 27 15:08 public/index.html -rw-rw-r-- 1 mdhender staff 358 Sep 27 15:08 public/post/first-post/index.html -rw-rw-r-- 1 mdhender staff 0 Sep 27 15:08 public/post/index.html -rw-rw-r-- 1 mdhender staff 342 Sep 27 15:08 public/post/second-post/index.html </code></pre> <p>Notice that the page wasn&rsquo;t created at the top level. It was created in a sub-directory named &lsquo;about-time/&rsquo;. That name came from our slug. Hugo will use the slug to name the generated content. It&rsquo;s a reasonable default, by the way, but we can learn a few things by fighting it for this file.</p> <p>One other thing. Take a look at the home page.</p> <pre><code>$ cat public/index.html &lt;!DOCTYPE html&gt; &lt;html&gt; &lt;body&gt; &lt;h1&gt;&lt;a href=&quot;http://localhost:1313/post/theme/&quot;&gt;creating a new theme&lt;/a&gt;&lt;/h1&gt; &lt;h1&gt;&lt;a href=&quot;http://localhost:1313/about-time/&quot;&gt;about&lt;/a&gt;&lt;/h1&gt; &lt;h1&gt;&lt;a href=&quot;http://localhost:1313/post/second-post/&quot;&gt;second&lt;/a&gt;&lt;/h1&gt; &lt;h1&gt;&lt;a href=&quot;http://localhost:1313/post/first-post/&quot;&gt;first&lt;/a&gt;&lt;/h1&gt; &lt;script&gt;document.write('&lt;script src=&quot;http://' + (location.host || 'localhost').split(':')[0] + ':1313/livereload.js?mindelay=10&quot;&gt;&lt;/' + 'script&gt;')&lt;/script&gt;&lt;/body&gt; &lt;/html&gt; </code></pre> <p>Notice that the &ldquo;about&rdquo; link is listed with the posts? That&rsquo;s not desirable, so let&rsquo;s change that first.</p> <pre><code>$ vi themes/zafta/layouts/index.html &lt;!DOCTYPE html&gt; &lt;html&gt; &lt;body&gt; &lt;h1&gt;posts&lt;/h1&gt; {{ range first 10 .Data.Pages }} {{ if eq .Type &quot;post&quot;}} &lt;h2&gt;&lt;a href=&quot;{{ .Permalink }}&quot;&gt;{{ .Title }}&lt;/a&gt;&lt;/h2&gt; {{ end }} {{ end }} &lt;h1&gt;pages&lt;/h1&gt; {{ range .Data.Pages }} {{ if eq .Type &quot;page&quot; }} &lt;h2&gt;&lt;a href=&quot;{{ .Permalink }}&quot;&gt;{{ .Title }}&lt;/a&gt;&lt;/h2&gt; {{ end }} {{ end }} &lt;/body&gt; &lt;/html&gt; :wq </code></pre> <p>Generate the web site and verify the results. The home page has two sections, posts and pages, and each section has the right set of headings and links in it.</p> <p>But, that about page still renders to about-time/index.html.</p> <pre><code>$ find public -name '*.html' | xargs ls -l -rw-rw-r-- 1 mdhender staff 334 Sep 27 15:33 public/about-time/index.html -rw-rw-r-- 1 mdhender staff 645 Sep 27 15:33 public/index.html -rw-rw-r-- 1 mdhender staff 358 Sep 27 15:33 public/post/first-post/index.html -rw-rw-r-- 1 mdhender staff 0 Sep 27 15:33 public/post/index.html -rw-rw-r-- 1 mdhender staff 342 Sep 27 15:33 public/post/second-post/index.html </code></pre> <p>Knowing that hugo is using the slug to generate the file name, the simplest solution is to change the slug. Let&rsquo;s do it the hard way and change the permalink in the configuration file.</p> <pre><code>$ vi config.toml [permalinks] page = &quot;/:title/&quot; about = &quot;/:filename/&quot; </code></pre> <p>Generate the web site and verify that this didn&rsquo;t work. Hugo lets &ldquo;slug&rdquo; or &ldquo;URL&rdquo; override the permalinks setting in the configuration file. Go ahead and comment out the slug in content/about.md, then generate the web site to get it to be created in the right place.</p> <h2 id="sharing-templates">Sharing Templates</h2> <p>If you&rsquo;ve been following along, you probably noticed that posts have titles in the browser and the home page doesn&rsquo;t. That&rsquo;s because we didn&rsquo;t put the title in the home page&rsquo;s template (layouts/index.html). That&rsquo;s an easy thing to do, but let&rsquo;s look at a different option.</p> <p>We can put the common bits into a shared template that&rsquo;s stored in the themes/zafta/layouts/partials/ directory.</p> <h3 id="create-the-header-and-footer-partials">Create the Header and Footer Partials</h3> <p>In Hugo, a partial is a sugar-coated template. Normally a template reference has a path specified. Partials are different. Hugo searches for them along a TODO defined search path. This makes it easier for end-users to override the theme&rsquo;s presentation.</p> <pre><code>$ vi themes/zafta/layouts/partials/header.html &lt;!DOCTYPE html&gt; &lt;html&gt; &lt;head&gt; &lt;title&gt;{{ .Title }}&lt;/title&gt; &lt;/head&gt; &lt;body&gt; :wq $ vi themes/zafta/layouts/partials/footer.html &lt;/body&gt; &lt;/html&gt; :wq </code></pre> <h3 id="update-the-home-page-template-to-use-the-partials">Update the Home Page Template to Use the Partials</h3> <p>The most noticeable difference between a template call and a partials call is the lack of path:</p> <pre><code>{{ template &quot;theme/partials/header.html&quot; . }} </code></pre> <p>versus</p> <pre><code>{{ partial &quot;header.html&quot; . }} </code></pre> <p>Both pass in the context.</p> <p>Let&rsquo;s change the home page template to use these new partials.</p> <pre><code>$ vi themes/zafta/layouts/index.html {{ partial &quot;header.html&quot; . }} &lt;h1&gt;posts&lt;/h1&gt; {{ range first 10 .Data.Pages }} {{ if eq .Type &quot;post&quot;}} &lt;h2&gt;&lt;a href=&quot;{{ .Permalink }}&quot;&gt;{{ .Title }}&lt;/a&gt;&lt;/h2&gt; {{ end }} {{ end }} &lt;h1&gt;pages&lt;/h1&gt; {{ range .Data.Pages }} {{ if or (eq .Type &quot;page&quot;) (eq .Type &quot;about&quot;) }} &lt;h2&gt;&lt;a href=&quot;{{ .Permalink }}&quot;&gt;{{ .Type }} - {{ .Title }} - {{ .RelPermalink }}&lt;/a&gt;&lt;/h2&gt; {{ end }} {{ end }} {{ partial &quot;footer.html&quot; . }} :wq </code></pre> <p>Generate the web site and verify the results. The title on the home page is now &ldquo;your title here&rdquo;, which comes from the &ldquo;title&rdquo; variable in the config.toml file.</p> <h3 id="update-the-default-single-template-to-use-the-partials">Update the Default Single Template to Use the Partials</h3> <pre><code>$ vi themes/zafta/layouts/_default/single.html {{ partial &quot;header.html&quot; . }} &lt;h1&gt;{{ .Title }}&lt;/h1&gt; {{ .Content }} {{ partial &quot;footer.html&quot; . }} :wq </code></pre> <p>Generate the web site and verify the results. The title on the posts and the about page should both reflect the value in the markdown file.</p> <h2 id="add-date-published-to-posts">Add “Date Published” to Posts</h2> <p>It&rsquo;s common to have posts display the date that they were written or published, so let&rsquo;s add that. The front matter of our posts has a variable named &ldquo;date.&rdquo; It&rsquo;s usually the date the content was created, but let&rsquo;s pretend that&rsquo;s the value we want to display.</p> <h3 id="add-date-published-to-the-template">Add “Date Published” to the Template</h3> <p>We&rsquo;ll start by updating the template used to render the posts. The template code will look like:</p> <pre><code>{{ .Date.Format &quot;Mon, Jan 2, 2006&quot; }} </code></pre> <p>Posts use the default single template, so we&rsquo;ll change that file.</p> <pre><code>$ vi themes/zafta/layouts/_default/single.html {{ partial &quot;header.html&quot; . }} &lt;h1&gt;{{ .Title }}&lt;/h1&gt; &lt;h2&gt;{{ .Date.Format &quot;Mon, Jan 2, 2006&quot; }}&lt;/h2&gt; {{ .Content }} {{ partial &quot;footer.html&quot; . }} :wq </code></pre> <p>Generate the web site and verify the results. The posts now have the date displayed in them. There&rsquo;s a problem, though. The &ldquo;about&rdquo; page also has the date displayed.</p> <p>As usual, there are a couple of ways to make the date display only on posts. We could do an &ldquo;if&rdquo; statement like we did on the home page. Another way would be to create a separate template for posts.</p> <p>The &ldquo;if&rdquo; solution works for sites that have just a couple of content types. It aligns with the principle of &ldquo;code for today,&rdquo; too.</p> <p>Let&rsquo;s assume, though, that we&rsquo;ve made our site so complex that we feel we have to create a new template type. In Hugo-speak, we&rsquo;re going to create a section template.</p> <p>Let&rsquo;s restore the default single template before we forget.</p> <pre><code>$ mkdir themes/zafta/layouts/post $ vi themes/zafta/layouts/_default/single.html {{ partial &quot;header.html&quot; . }} &lt;h1&gt;{{ .Title }}&lt;/h1&gt; {{ .Content }} {{ partial &quot;footer.html&quot; . }} :wq </code></pre> <p>Now we&rsquo;ll update the post&rsquo;s version of the single template. If you remember Hugo&rsquo;s rules, the template engine will use this version over the default.</p> <pre><code>$ vi themes/zafta/layouts/post/single.html {{ partial &quot;header.html&quot; . }} &lt;h1&gt;{{ .Title }}&lt;/h1&gt; &lt;h2&gt;{{ .Date.Format &quot;Mon, Jan 2, 2006&quot; }}&lt;/h2&gt; {{ .Content }} {{ partial &quot;footer.html&quot; . }} :wq </code></pre> <p>Note that we removed the date logic from the default template and put it in the post template. Generate the web site and verify the results. Posts have dates and the about page doesn&rsquo;t.</p> <h3 id="don-t-repeat-yourself">Don&rsquo;t Repeat Yourself</h3> <p>DRY is a good design goal and Hugo does a great job supporting it. Part of the art of a good template is knowing when to add a new template and when to update an existing one. While you&rsquo;re figuring that out, accept that you&rsquo;ll be doing some refactoring. Hugo makes that easy and fast, so it&rsquo;s okay to delay splitting up a template.</p> </div> </article> <div class="authorbox clearfix"> <figure class="authorbox__avatar"> <img alt="John Doe avatar" src="/img/avatar.png" class="avatar" height="90" width="90"> </figure> <div class="authorbox__header"> <span class="authorbox__name">About John Doe</span> </div> <div class="authorbox__description"> John Doe&#39;s true identity is unknown. Maybe he is a successful blogger or writer. Nobody knows it. </div> </div> <nav class="post-nav row clearfix"> <div class="post-nav__item post-nav__item--prev col-1-2"> <a class="post-nav__link" href="/post/goisforlovers/" rel="prev"><span class="post-nav__caption">«&thinsp;Previous</span><p class="post-nav__post-title">(Hu)go Template Primer</p></a> </div> <div class="post-nav__item post-nav__item--next col-1-2"> <a class="post-nav__link" href="/post/basic-elements/" rel="next"><span class="post-nav__caption">Next&thinsp;»</span><p class="post-nav__post-title">Basic HTML Elements</p></a> </div> </nav> </main> <aside class="sidebar"> <div class="widget-search widget"> <form class="widget-search__form" role="search" method="get" action="https://google.com/search"> <label> <input class="widget-search__field" type="search" placeholder="SEARCH..." value="" name="q"> </label> <input class="widget-search__submit" type="submit" value="Search"> <input type="hidden" name="sitesearch" value="/" /> </form> </div> <div class="widget-recent widget"> <h4 class="widget__title">Recent Posts</h4> <div class="widget__content"> <ul class="widget__list"> <li class="widget__item"><a class="widget__link" href="/post/basic-elements/">Basic HTML Elements</a></li> <li class="widget__item"><a class="widget__link" href="/post/creating-a-new-theme/">Creating a New Theme</a></li> <li class="widget__item"><a class="widget__link" href="/post/goisforlovers/">(Hu)go Template Primer</a></li> <li class="widget__item"><a class="widget__link" href="/post/hugoisforlovers/">Getting Started with Hugo</a></li> <li class="widget__item"><a class="widget__link" href="/post/migrate-from-jekyll/">Migrate to Hugo from Jekyll</a></li> </ul> </div> </div> <div class="widget-categories widget"> <h4 class="widget__title">Categories</h4> <div class="widget__content"> <ul class="widget__list"> <li class="widget__item"><a class="widget__link" href="/categories/development">Development</a></li> <li class="widget__item"><a class="widget__link" href="/categories/golang">Golang</a></li> </ul> </div> </div> <div class="widget-taglist widget"> <h4 class="widget__title">Tags</h4> <div class="widget__content"> <a class="widget-taglist__link widget__link btn" href="/tags/basic-elements" title="Basic elements">Basic elements</a> <a class="widget-taglist__link widget__link btn" href="/tags/css" title="Css">Css</a> <a class="widget-taglist__link widget__link btn" href="/tags/development" title="Development">Development</a> <a class="widget-taglist__link widget__link btn" href="/tags/go" title="Go">Go</a> <a class="widget-taglist__link widget__link btn" href="/tags/golang" title="Golang">Golang</a> <a class="widget-taglist__link widget__link btn" href="/tags/html" title="Html">Html</a> <a class="widget-taglist__link widget__link btn" href="/tags/hugo" title="Hugo">Hugo</a> <a class="widget-taglist__link widget__link btn" href="/tags/templates" title="Templates">Templates</a> <a class="widget-taglist__link widget__link btn" href="/tags/themes" title="Themes">Themes</a> </div> </div> </aside> </div> <footer class="footer"> <div class="container container-inner"> <div class="footer__copyright">&copy; 2018 Mainroad. <span class="footer__copyright-credits">Generated with <a href="https://gohugo.io/" rel="nofollow noopener" target="_blank">Hugo</a> and <a href="https://github.com/Vimux/Mainroad/" rel="nofollow noopener" target="_blank">Mainroad</a> theme.</span></div> </div> </footer> </div> <script> var navigation = responsiveNav(".menu", { navClass: "menu--collapse", }); </script> </body> </html>
public/html/splash.html
6fellows/fellows
<!DOCTYPE html> <html lang="en"> <head> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/css/toastr.min.css"> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> <meta name="description" content=""> <meta name="author" content=""> <link rel="icon" href="../../favicon.ico"> <title>Fellow</title> <!-- Latest compiled and minified CSS --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" integrity="sha512-dTfge/zgoMYpP7QbHy4gWMEGsbsdZeCXz7irItjcC3sPUFtf0kuFbDz/ixG7ArTxmDjLXDmezHubeNikyKGVyQ==" crossorigin="anonymous"> <!-- Optional theme --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css" integrity="sha384-aUGj/X2zp5rLCbBxumKTCw2Z50WgIr1vs/PFN4praOTvYXWlVyh2UtNUU0KAUhAX" crossorigin="anonymous"> <link rel="stylesheet" href="/css/splash.css" media="screen" title="no title" charset="utf-8"> </head> <body> <div class="site-wrapper"> <div class="site-wrapper-inner"> <div class="cover-container"> <div class="masthead clearfix"> <div class="inner "> <h3 id="title" class="masthead-brand"><a href="/">Fellows</a></h3> <nav> <ul class="nav masthead-nav"> <li><a href="/collections">Collections</a></li> <li><a href="/login">login</a></li> </ul> </nav> </div> </div> <section> <div class="welcome"> <h1 class="cover-heading">Welcome to Fellows</h1> <p class="lead">A high-end clothing subscription service for men who have the desire to be stylish with minimum effort involved.</p> <p class="lead"> <a href="/memberships" class="btn btn-lg btn-warning">Membership</a> </p> </div> <div class="howItWorksWrapper"> <div class="howItWorks"> <h2>HOW IT WORKS</h2> <div > <h3>1. Create an Account</h3> <p> Start by creating an account and complete the personal profile building upon the favourites you selected in your application. Then simply pick the collection(s) that satisfy your requirements and you would like to experience.</p> </div> <div class=""> <h3>2. Wait for your clothes to arrive</h3> <p> Receive an outfit to wear on loan that is a styled based on your preference.</p> </div> <div class=""> <h3>3. When your finished send back</h3> <p> Return by cut off to get your next pack, shipping is free both ways. Our stylist will prepare for your next pack.</p> </div> </div> </div> </section> </div> </div> </div> </div> <script src="//js.pusher.com/3.0/pusher.min.js"></script> <script src="//code.jquery.com/jquery-2.1.3.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/js/toastr.min.js"></script> <!-- Bootstrap core JavaScript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> <!-- Latest compiled and minified JavaScript --> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js" integrity="sha512-K1qjQ+NcF2TYO/eI3M6v8EiNYZfA95pQumfvcVrTHtwQVDG+aHRqLi/ETn2uB+1JqwYqVG3LIvdm9lj6imS/pQ==" crossorigin="anonymous"></script> <footer> founders&Coders</footer> </body> </html>
docs/html/struct_v_tile_collision_info-members.html
gamepopper/Vigilante-Game-Framework
<!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.14"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>Vigilante Game Framework: 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> <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">Vigilante Game Framework &#160;<span id="projectnumber">1.0.0.8</span> </div> <div id="projectbrief">A 2D/3D C++ Game Framework using SFML.</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.14 --> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ var searchBox = new SearchBox("searchBox", "search",false,'Search'); /* @license-end */ </script> <script type="text/javascript" src="menudata.js"></script> <script type="text/javascript" src="menu.js"></script> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ $(function() { initMenu('',true,false,'search.php','Search'); $(document).ready(function() { init_search(); }); }); /* @license-end */</script> <div id="main-nav"></div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">VTileCollisionInfo Member List</div> </div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="struct_v_tile_collision_info.html">VTileCollisionInfo</a>, including all inherited members.</p> <table class="directory"> <tr class="even"><td class="entry"><a class="el" href="struct_v_tile_collision_info.html#ab51b39f1ae8db8022f6aa519f81480f7">AllowCollisions</a></td><td class="entry"><a class="el" href="struct_v_tile_collision_info.html">VTileCollisionInfo</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="struct_v_tile_collision_info.html#a029afd466b858440fcf86b93a9d87d23">Callback</a></td><td class="entry"><a class="el" href="struct_v_tile_collision_info.html">VTileCollisionInfo</a></td><td class="entry"></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.14 </small></address> </body> </html>
app/views/surveyModalView.html
DayNoone/WebApp
<div id="page-wrap"> <form name="questionForm" novalidate> <div style="margin: 2em" ng-hide="lineClicked" ng-animate="'slide'"> <legend>Spørreundersøkelse</legend> <div class="row" style="margin-top: 20px"> <div class="input-group col-md-12"> <span class="input-group-addon" style="width: 120px">Tittel :</span> <input class="form-control" placeholder="Tittel til spørreundersøkelse" type="text" ng-model="controller.model.title" required> </div> </div> <div class="row" style="margin-top: 20px"> <div class="col-md-12 input-group"> <span class="input-group-addon" style="width: 120px">Utløpsdato</span> <input type="date" ng-model="controller.model.expirationDate" class="form-control"> </div> <div class="dropdown col-md-6 input-group" style="margin-top: 20px" > <span class="input-group-addon">Spørsmålstype</span> <button class="btn btn-default dropdown-toggle form-control" type="button" id="dropdownMenu1" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true"> {{controller.model.type}} <span class="caret"></span> </button> <ul class="dropdown-menu" aria-labelledby="dropdownMenu1" required style="margin-left:28px"> <li><a class="b" value="check" ng-click="controller.model.type = 'check'">Checkboxes</a></li> <li><a class="b" value="radio" ng-click="controller.model.type = 'radio'">Radio buttons</a></li> <li><a class="b" value="text" ng-click="controller.model.type = 'text'">Tekst</a></li> <li><a class="b" value="link" ng-click="controller.model.type = 'link'">Link</a></li> </ul> </div> </div> <div ng-hide="controller.model.type == 'link'" class="row" style="margin-top: 20px"> <div class="input-group"> <span class="input-group-addon" style="width: 140px">Spørsmål :</span> <textarea class="form-control" style="width:260px" placeholder="Spørsmål" ng-model="controller.model.question"></textarea> </div> </div> <div class="row" style="margin-top: 20px"> <div class="input-group" ng-hide="controller.model.type == 'text' || controller.model.type == 'link'"> <span cass="input-group-addon" style="width: 120px">Options :</span> <textarea class="form-control" placeholder="Valg, en per linje" ng-model="controller.model.options"></textarea> </div> <div class="input-group" ng-hide="controller.model.type !== 'link'"> <span class="input-group-addon" style="width: 120px">Link :</span> <textarea class="form-control" placeholder="Link til spørreundersøkelse" ng-model="controller.model.question"></textarea> </div> </div> <div class="row" style="margin-top: 20px"> <div class="col-md-12 centered"> <label> <span>&nbsp;</span> <button class="btn btn-lg btn-primary btn-block" ng-click="save(controller.model); responseText = false">Opprett</button> <div ng-hide="responseText">Du har nå opprettet spørreskjemaet</div> </label> </div> </div> </div> </form> </div>
courses/jan-july2010/com-analysis.html
siddhartha-gadgil/www.math.iisc.ernet.in
<html> <!-- Mirrored from www.math.iisc.ernet.in/courses/jan-july2010/com-analysis.htm by HTTrack Website Copier/3.x [XR&CO'2013], Mon, 15 Feb 2016 03:54:07 GMT --> <!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=UTF-8" /><!-- /Added by HTTrack --> <head><title>COMPLEX ANALYSIS</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></head><body bgcolor="#ffffff"> <p><b> <font face="Verdana, Arial, Helvetica, sans-serif" size="2" color="#CC6600"> COMPLEX ANALYSIS</font></b></p> <p><font face="Verdana" size="2">Complex numbers,&nbsp; complex-analytic functions, Cauchy's integral formula,&nbsp; power series, Liouville's theorem. The maximum-modulus theorem. Isolated singularities, residue theorem, the Argument Principle, real integrals via contour integration. Mobius transformations, conformal mappings. The Schwarz lemma, automorphisms of the dis. Normal families and Montel's theorem. The Riemann mapping theorem.</font></p> <p>&nbsp;</p> <p><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><b>Books</b></font></p> <ul> <li> <p style="margin: 0in 0in 0.0001pt;"><font face="Verdana" size="2">Ahlfors, L. V., Complex Analysis, McGraw-Hill, 1979.</font></li> <li> <p style="margin: 0in 0in 0.0001pt;"><font face="Verdana" size="2">Conway, J. B., Functions of One Complex Variable, Springer-veriag, 1978.</font></li> <li> <p style="margin: 0in 0in 0.0001pt;"><font face="Verdana" size="2">Gamelin, T.W., Complex Analysis, UTM, Springer, 2001.<br> &nbsp;</font> </li> </ul> </body> <!-- Mirrored from www.math.iisc.ernet.in/courses/jan-july2010/com-analysis.htm by HTTrack Website Copier/3.x [XR&CO'2013], Mon, 15 Feb 2016 03:54:07 GMT --> </html>
index.html
Sonicrida/MykonosExperience
<!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]--> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>The Mykonos Experience</title> <meta name="description" content="A great place to learn about all that Mykonos has to offer."> <meta name="viewport" content="width=device-width"> <!-- Place favicon.ico and apple-touch-icon.png in the root directory --> <link rel="stylesheet" href="css/normalize.css"> <link rel="stylesheet" href="css/main.css"> <link href='http://fonts.googleapis.com/css?family=Permanent+Marker' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=Chivo' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="css/style.css"> <script src="js/vendor/modernizr-2.6.1.min.js"></script> </head> <body> <!--[if lt IE 7]> <p class="chromeframe">You are using an outdated browser. <a href="http://browsehappy.com/">Upgrade your browser today</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to better experience this site.</p> <![endif]--> <!-- Add your site or application content here --> <div class="container"> <header> <h1>Mykonos</h1> <h2>Because windmills are back in style</h2> </header> <nav> <ul> <li><a href="#">Home</a></li> <li><a href="#">Where</a></li> <li><a href="#">Food</a></li> <li><a href="#">Fun</a></li> </ul> </nav> <div id="why"> <p> Do you like gorgeous seaside views? Maybe you love great food(who doesn't?). Or maybe you just want to get away from everything. Even if you none of those fit you, Mykonos is <strong>still</strong> the place for you. </p> </div> </div> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script> <script>window.jQuery || document.write('<script src="js/vendor/jquery-1.8.0.min.js"><\/script>')</script> <script src="js/plugins.js"></script> <script src="js/main.js"></script> <!-- Google Analytics: change UA-XXXXX-X to be your site's ID. --> <script> var _gaq=[['_setAccount','UA-XXXXX-X'],['_trackPageview']]; (function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0]; g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js'; s.parentNode.insertBefore(g,s)}(document,'script')); </script> </body> </html>
src/components/UrlList/style.css
breenie/shorty
div.url-list { padding-top: 10px; } div.url-list table { width: 100%; table-layout: fixed; } div.url-list table td { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } div.url-list table th.long-url { width: 20em; } div.url-list table th.created { width: 10em; } div.url-list table th.visits, div.url-list table td.visits { text-align: right; width: 3em; } div.url-list table tfoot { background-color: #e0e0e0; } div.url-list table tfoot div.pagination { text-align: right; } div.url-list table tfoot div.pagination button { margin-left: 2px; } div.url-list table tfoot div.pagination p.details { display: inline; padding-right: 5px; }
app/templates/404.html
SLongofono/448_Project1
<!doctype html> <html> <body style="background-color:#DFC308; text-align:center;"> <h1><a href="{{link}}">Home</a></h1> <img src='../static/img/drake.png'></img> </body> </html>
26f754d/html/classv8_1_1_array.html
v8-dox/v8-dox.github.io
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.9.1"/> <title>V8 API Reference Guide for node.js v0.7.10: 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.7.10 </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:a3e56e8707385ea9d6ca515ef7950670e"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a3e56e8707385ea9d6ca515ef7950670e"></a> V8EXPORT uint32_t&#160;</td><td class="memItemRight" valign="bottom"><b>Length</b> () const </td></tr> <tr class="separator:a3e56e8707385ea9d6ca515ef7950670e"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ac78a0168b8612bcccd789497fd01b2ad"><td class="memItemLeft" align="right" valign="top">V8EXPORT <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#ac78a0168b8612bcccd789497fd01b2ad">CloneElementAt</a> (uint32_t index)</td></tr> <tr class="separator:ac78a0168b8612bcccd789497fd01b2ad"><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:a97717c7b7fdc556c3a7fad14877ca912 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a97717c7b7fdc556c3a7fad14877ca912"></a> V8EXPORT 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:a97717c7b7fdc556c3a7fad14877ca912 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aa588c4de7f0e4db47a2f22acfaa774fd inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aa588c4de7f0e4db47a2f22acfaa774fd"></a> V8EXPORT bool&#160;</td><td class="memItemRight" valign="bottom"><b>Set</b> (uint32_t 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:aa588c4de7f0e4db47a2f22acfaa774fd inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a42bf74b18b3d9280612620df3d2c13e0 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a42bf74b18b3d9280612620df3d2c13e0"></a> V8EXPORT 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:a42bf74b18b3d9280612620df3d2c13e0 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a59bd849c1cdb2aa1033423ee21b2ede9 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a59bd849c1cdb2aa1033423ee21b2ede9"></a> V8EXPORT <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:a59bd849c1cdb2aa1033423ee21b2ede9 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a7310ce3ee18744c0971356dad8e2bed1 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a7310ce3ee18744c0971356dad8e2bed1"></a> V8EXPORT <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> (uint32_t index)</td></tr> <tr class="separator:a7310ce3ee18744c0971356dad8e2bed1 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a1e0346ba95c50258a2b4dbd3dc5a6221 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top">V8EXPORT PropertyAttribute&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#a1e0346ba95c50258a2b4dbd3dc5a6221">GetPropertyAttributes</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; key)</td></tr> <tr class="separator:a1e0346ba95c50258a2b4dbd3dc5a6221 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ada7a824246df2e8a9b7476bd63a54b2e inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ada7a824246df2e8a9b7476bd63a54b2e"></a> V8EXPORT 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:ada7a824246df2e8a9b7476bd63a54b2e inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aec3bd916e6796e7d1b4cda31874c963d inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aec3bd916e6796e7d1b4cda31874c963d"></a> V8EXPORT 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:aec3bd916e6796e7d1b4cda31874c963d inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ac7d6916233e21ca58c623793da89d578 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac7d6916233e21ca58c623793da89d578"></a> V8EXPORT 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:ac7d6916233e21ca58c623793da89d578 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a12a53d31423d7da6da3960cde76bfea5 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a12a53d31423d7da6da3960cde76bfea5"></a> V8EXPORT bool&#160;</td><td class="memItemRight" valign="bottom"><b>Has</b> (uint32_t index)</td></tr> <tr class="separator:a12a53d31423d7da6da3960cde76bfea5 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a67efb8fba62c35fec415977d2ec12ae3 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a67efb8fba62c35fec415977d2ec12ae3"></a> V8EXPORT bool&#160;</td><td class="memItemRight" valign="bottom"><b>Delete</b> (uint32_t index)</td></tr> <tr class="separator:a67efb8fba62c35fec415977d2ec12ae3 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aeba9bd0dd01a04a35c63763ea650c83c inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aeba9bd0dd01a04a35c63763ea650c83c"></a> V8EXPORT bool&#160;</td><td class="memItemRight" valign="bottom"><b>SetAccessor</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; name, <a class="el" href="namespacev8.html#a3016fe071826349d1370a700e71be094">AccessorGetter</a> getter, AccessorSetter setter=0, <a class="el" href="classv8_1_1_handle.html">Handle</a>&lt; <a class="el" href="classv8_1_1_value.html">Value</a> &gt; data=<a class="el" href="classv8_1_1_handle.html">Handle</a>&lt; <a class="el" href="classv8_1_1_value.html">Value</a> &gt;(), <a class="el" href="namespacev8.html#a31d8355cb043d7d2dda3f4a52760b64e">AccessControl</a> settings=DEFAULT, PropertyAttribute attribute=None)</td></tr> <tr class="separator:aeba9bd0dd01a04a35c63763ea650c83c inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a0e28660353b6da64f9e2769260f31001 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top">V8EXPORT <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#a0e28660353b6da64f9e2769260f31001">GetPropertyNames</a> ()</td></tr> <tr class="separator:a0e28660353b6da64f9e2769260f31001 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ab407b4e8dc83c3a75197f809d1465f7e inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top">V8EXPORT <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#ab407b4e8dc83c3a75197f809d1465f7e">GetOwnPropertyNames</a> ()</td></tr> <tr class="separator:ab407b4e8dc83c3a75197f809d1465f7e inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a171fc92c6e695d9c944f9e5d7670ed11 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top">V8EXPORT <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#a171fc92c6e695d9c944f9e5d7670ed11">GetPrototype</a> ()</td></tr> <tr class="separator:a171fc92c6e695d9c944f9e5d7670ed11 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a2a1ab58bf92984255f767946eeff1199 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#a2a1ab58bf92984255f767946eeff1199">SetPrototype</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; prototype)</td></tr> <tr class="separator:a2a1ab58bf92984255f767946eeff1199 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aa3b8aaece354c6af98b98e0ae9abe13d inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top">V8EXPORT <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#aa3b8aaece354c6af98b98e0ae9abe13d">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:aa3b8aaece354c6af98b98e0ae9abe13d inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a2dc22d2a2acf9eab4ed2965149e48af9 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top">V8EXPORT <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#a2dc22d2a2acf9eab4ed2965149e48af9">ObjectProtoToString</a> ()</td></tr> <tr class="separator:a2dc22d2a2acf9eab4ed2965149e48af9 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a4851a914d3d95b5eb7238c664fb7fd16 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top">V8EXPORT <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#a4851a914d3d95b5eb7238c664fb7fd16">GetConstructorName</a> ()</td></tr> <tr class="separator:a4851a914d3d95b5eb7238c664fb7fd16 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:affaee480d3f50d5ac7a640db5aa8e89d inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top">V8EXPORT int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#affaee480d3f50d5ac7a640db5aa8e89d">InternalFieldCount</a> ()</td></tr> <tr class="separator:affaee480d3f50d5ac7a640db5aa8e89d inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aa3324fdf652d8ac3b2f27faa0559231d 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#aa3324fdf652d8ac3b2f27faa0559231d">GetInternalField</a> (int index)</td></tr> <tr class="separator:aa3324fdf652d8ac3b2f27faa0559231d inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a94e24494687ea499471d41e914eeb90d inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top">V8EXPORT void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#a94e24494687ea499471d41e914eeb90d">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:a94e24494687ea499471d41e914eeb90d inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a8ef1f3e0d4f4cecc54d5e0248bc45694 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#a8ef1f3e0d4f4cecc54d5e0248bc45694">GetPointerFromInternalField</a> (int index)</td></tr> <tr class="separator:a8ef1f3e0d4f4cecc54d5e0248bc45694 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a5e79966b79d69ef3a7b3b0d91414ec2c inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top">V8EXPORT void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#a5e79966b79d69ef3a7b3b0d91414ec2c">SetPointerInInternalField</a> (int index, void *value)</td></tr> <tr class="separator:a5e79966b79d69ef3a7b3b0d91414ec2c inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a58cf9219dca36c4b17f02544c59a2549 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a58cf9219dca36c4b17f02544c59a2549"></a> V8EXPORT bool&#160;</td><td class="memItemRight" valign="bottom"><b>HasOwnProperty</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:a58cf9219dca36c4b17f02544c59a2549 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ad5f2524b42102c4feb63fe5e17eaec83 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ad5f2524b42102c4feb63fe5e17eaec83"></a> V8EXPORT 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:ad5f2524b42102c4feb63fe5e17eaec83 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ae1835a3c20cb3bf485e575f4c82aa5af inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ae1835a3c20cb3bf485e575f4c82aa5af"></a> V8EXPORT bool&#160;</td><td class="memItemRight" valign="bottom"><b>HasRealIndexedProperty</b> (uint32_t index)</td></tr> <tr class="separator:ae1835a3c20cb3bf485e575f4c82aa5af inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a7d3dbdffefc92245e04b0828aa0e770d inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a7d3dbdffefc92245e04b0828aa0e770d"></a> V8EXPORT 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:a7d3dbdffefc92245e04b0828aa0e770d inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ab955e6c94dc6bf3e65e5355eb3d2d876 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top">V8EXPORT <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#ab955e6c94dc6bf3e65e5355eb3d2d876">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:ab955e6c94dc6bf3e65e5355eb3d2d876 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a353c1568c4de35ef3f3065b5a4aecc50 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top">V8EXPORT <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#a353c1568c4de35ef3f3065b5a4aecc50">GetRealNamedProperty</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:a353c1568c4de35ef3f3065b5a4aecc50 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ad0791109068a7816d65a06bbc9f6f870 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#ad0791109068a7816d65a06bbc9f6f870">HasNamedLookupInterceptor</a> ()</td></tr> <tr class="separator:ad0791109068a7816d65a06bbc9f6f870 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:afd36ea440a254335bde065a4ceafffb3 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#afd36ea440a254335bde065a4ceafffb3">HasIndexedLookupInterceptor</a> ()</td></tr> <tr class="separator:afd36ea440a254335bde065a4ceafffb3 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aa2299eda3240be1e76b7d5c2af7a6bbc inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top">V8EXPORT void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#aa2299eda3240be1e76b7d5c2af7a6bbc">TurnOnAccessCheck</a> ()</td></tr> <tr class="separator:aa2299eda3240be1e76b7d5c2af7a6bbc inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a5309f7a349feb906a05ee45b6feeaab1 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top">V8EXPORT int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#a5309f7a349feb906a05ee45b6feeaab1">GetIdentityHash</a> ()</td></tr> <tr class="separator:a5309f7a349feb906a05ee45b6feeaab1 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a0040e3012d621b25f580407bacebf95f inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#a0040e3012d621b25f580407bacebf95f">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:a0040e3012d621b25f580407bacebf95f inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:af3634e494683aee31ea57ca493cc016a inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="af3634e494683aee31ea57ca493cc016a"></a> V8EXPORT <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:af3634e494683aee31ea57ca493cc016a inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ac88c826e949768226fc88a812110038c inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac88c826e949768226fc88a812110038c"></a> V8EXPORT 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:ac88c826e949768226fc88a812110038c inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a76d0c5021dd74a57239ad64d1cb1c83c inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#a76d0c5021dd74a57239ad64d1cb1c83c">IsDirty</a> ()</td></tr> <tr class="separator:a76d0c5021dd74a57239ad64d1cb1c83c inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a45a67c1b0408922403048b59a5bc22b2 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top">V8EXPORT <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#a45a67c1b0408922403048b59a5bc22b2">Clone</a> ()</td></tr> <tr class="separator:a45a67c1b0408922403048b59a5bc22b2 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a509f00335e1e0ddfc4bcf93d9e1cb567 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top">V8EXPORT <a class="el" href="classv8_1_1_local.html">Local</a>&lt; <a class="el" href="classv8_1_1_context.html">Context</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#a509f00335e1e0ddfc4bcf93d9e1cb567">CreationContext</a> ()</td></tr> <tr class="separator:a509f00335e1e0ddfc4bcf93d9e1cb567 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a3f08aee708af5e2856e65e81b22edc61 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top">V8EXPORT void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#a3f08aee708af5e2856e65e81b22edc61">SetIndexedPropertiesToPixelData</a> (uint8_t *data, int length)</td></tr> <tr class="separator:a3f08aee708af5e2856e65e81b22edc61 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a559c5db719c43a40b5f615a0c955dbaa inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a559c5db719c43a40b5f615a0c955dbaa"></a> V8EXPORT bool&#160;</td><td class="memItemRight" valign="bottom"><b>HasIndexedPropertiesInPixelData</b> ()</td></tr> <tr class="separator:a559c5db719c43a40b5f615a0c955dbaa inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:af9f801a1165992961f902fbee25fbe87 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="af9f801a1165992961f902fbee25fbe87"></a> V8EXPORT uint8_t *&#160;</td><td class="memItemRight" valign="bottom"><b>GetIndexedPropertiesPixelData</b> ()</td></tr> <tr class="separator:af9f801a1165992961f902fbee25fbe87 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a39892346c98e665c02b410ebdf58a7b0 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a39892346c98e665c02b410ebdf58a7b0"></a> V8EXPORT int&#160;</td><td class="memItemRight" valign="bottom"><b>GetIndexedPropertiesPixelDataLength</b> ()</td></tr> <tr class="separator:a39892346c98e665c02b410ebdf58a7b0 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a53be627cd653a5591038a4d81a908f64 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top">V8EXPORT void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#a53be627cd653a5591038a4d81a908f64">SetIndexedPropertiesToExternalArrayData</a> (void *data, ExternalArrayType array_type, int number_of_elements)</td></tr> <tr class="separator:a53be627cd653a5591038a4d81a908f64 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a92c4c4b66d3dd30d77bdea30a20ec4f7 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a92c4c4b66d3dd30d77bdea30a20ec4f7"></a> V8EXPORT bool&#160;</td><td class="memItemRight" valign="bottom"><b>HasIndexedPropertiesInExternalArrayData</b> ()</td></tr> <tr class="separator:a92c4c4b66d3dd30d77bdea30a20ec4f7 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a4ac77257bc3f809d4abc76f176909747 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a4ac77257bc3f809d4abc76f176909747"></a> V8EXPORT void *&#160;</td><td class="memItemRight" valign="bottom"><b>GetIndexedPropertiesExternalArrayData</b> ()</td></tr> <tr class="separator:a4ac77257bc3f809d4abc76f176909747 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a235b6394b7651077dc2a7642bc97c4a9 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a235b6394b7651077dc2a7642bc97c4a9"></a> V8EXPORT ExternalArrayType&#160;</td><td class="memItemRight" valign="bottom"><b>GetIndexedPropertiesExternalArrayDataType</b> ()</td></tr> <tr class="separator:a235b6394b7651077dc2a7642bc97c4a9 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aa0b083e6d5ec0a17d300759de482a1d2 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aa0b083e6d5ec0a17d300759de482a1d2"></a> V8EXPORT int&#160;</td><td class="memItemRight" valign="bottom"><b>GetIndexedPropertiesExternalArrayDataLength</b> ()</td></tr> <tr class="separator:aa0b083e6d5ec0a17d300759de482a1d2 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a73e7f8c470da4fa3ccc2ce8d58671bed inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#a73e7f8c470da4fa3ccc2ce8d58671bed">IsCallable</a> ()</td></tr> <tr class="separator:a73e7f8c470da4fa3ccc2ce8d58671bed inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ab6b6c44668d7a0d0b5b1056f8de4fd6b inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top">V8EXPORT <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#ab6b6c44668d7a0d0b5b1056f8de4fd6b">CallAsFunction</a> (<a class="el" href="classv8_1_1_handle.html">Handle</a>&lt; <a class="el" href="classv8_1_1_object.html">Object</a> &gt; recv, int argc, <a class="el" href="classv8_1_1_handle.html">Handle</a>&lt; <a class="el" href="classv8_1_1_value.html">Value</a> &gt; argv[])</td></tr> <tr class="separator:ab6b6c44668d7a0d0b5b1056f8de4fd6b inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a156c6b33082be397626ce106369e4eba inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top">V8EXPORT <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#a156c6b33082be397626ce106369e4eba">CallAsConstructor</a> (int argc, <a class="el" href="classv8_1_1_handle.html">Handle</a>&lt; <a class="el" href="classv8_1_1_value.html">Value</a> &gt; argv[])</td></tr> <tr class="separator:a156c6b33082be397626ce106369e4eba 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:adeeae3576aecadc4176f94a415a70a90 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#adeeae3576aecadc4176f94a415a70a90">IsUndefined</a> () const </td></tr> <tr class="separator:adeeae3576aecadc4176f94a415a70a90 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a0757712320a9bcfe5fc0a099524d986f inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a0757712320a9bcfe5fc0a099524d986f">IsNull</a> () const </td></tr> <tr class="separator:a0757712320a9bcfe5fc0a099524d986f inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ae93277798682f4be9adc204a16c40591 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#ae93277798682f4be9adc204a16c40591">IsTrue</a> () const </td></tr> <tr class="separator:ae93277798682f4be9adc204a16c40591 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a265c208159ff3163ecda1e9f71b99115 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a265c208159ff3163ecda1e9f71b99115">IsFalse</a> () const </td></tr> <tr class="separator:a265c208159ff3163ecda1e9f71b99115 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:a33f329c93a9f417e2d05b438e6e5429c inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a33f329c93a9f417e2d05b438e6e5429c">IsFunction</a> () const </td></tr> <tr class="separator:a33f329c93a9f417e2d05b438e6e5429c inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a95c39ad189c09630dd90ee5c1a7e89a1 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a95c39ad189c09630dd90ee5c1a7e89a1">IsArray</a> () const </td></tr> <tr class="separator:a95c39ad189c09630dd90ee5c1a7e89a1 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a360f1fe4a8ee74382f571a12eb14a222 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a360f1fe4a8ee74382f571a12eb14a222">IsObject</a> () const </td></tr> <tr class="separator:a360f1fe4a8ee74382f571a12eb14a222 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a6baff625780eac51413f2392250e81be inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a6baff625780eac51413f2392250e81be">IsBoolean</a> () const </td></tr> <tr class="separator:a6baff625780eac51413f2392250e81be inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a32003b217768f535a4728bbd16ebd7d5 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a32003b217768f535a4728bbd16ebd7d5">IsNumber</a> () const </td></tr> <tr class="separator:a32003b217768f535a4728bbd16ebd7d5 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a7aed90ede9bf48b10f18cdb97d50fd1e inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a7aed90ede9bf48b10f18cdb97d50fd1e">IsExternal</a> () const </td></tr> <tr class="separator:a7aed90ede9bf48b10f18cdb97d50fd1e inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a70d4afaccc7903e6a01f40a46ad04188 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a70d4afaccc7903e6a01f40a46ad04188">IsInt32</a> () const </td></tr> <tr class="separator:a70d4afaccc7903e6a01f40a46ad04188 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a2674a47b2550eb456a7ecfaf09d2f97e inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a2674a47b2550eb456a7ecfaf09d2f97e">IsUint32</a> () const </td></tr> <tr class="separator:a2674a47b2550eb456a7ecfaf09d2f97e inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:abcdd87539238a68f8337bae7d0a9c1ac inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#abcdd87539238a68f8337bae7d0a9c1ac">IsDate</a> () const </td></tr> <tr class="separator:abcdd87539238a68f8337bae7d0a9c1ac inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aebb6cd7cbb34771df1973aef2e544931 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#aebb6cd7cbb34771df1973aef2e544931">IsBooleanObject</a> () const </td></tr> <tr class="separator:aebb6cd7cbb34771df1973aef2e544931 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a2b4dd15e4135823a4bb1128a60c063cf inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a2b4dd15e4135823a4bb1128a60c063cf">IsNumberObject</a> () const </td></tr> <tr class="separator:a2b4dd15e4135823a4bb1128a60c063cf inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a2ded13f1962fc1fa15eabc525fb433ee inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a2ded13f1962fc1fa15eabc525fb433ee">IsStringObject</a> () const </td></tr> <tr class="separator:a2ded13f1962fc1fa15eabc525fb433ee inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a11293ed56e068b3bccdae482f2752f58 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a11293ed56e068b3bccdae482f2752f58">IsNativeError</a> () const </td></tr> <tr class="separator:a11293ed56e068b3bccdae482f2752f58 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a36ba10231b5aaf6c63d8589cd53c9a73 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a36ba10231b5aaf6c63d8589cd53c9a73">IsRegExp</a> () const </td></tr> <tr class="separator:a36ba10231b5aaf6c63d8589cd53c9a73 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:adb0df6e857c07ae754b032307d3b5dbe inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="adb0df6e857c07ae754b032307d3b5dbe"></a> V8EXPORT <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:adb0df6e857c07ae754b032307d3b5dbe inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a8c1789ff6f8986d0ab2dfb807b20f6c5 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a8c1789ff6f8986d0ab2dfb807b20f6c5"></a> V8EXPORT <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:a8c1789ff6f8986d0ab2dfb807b20f6c5 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a170ac861b877d846c4a5d4365d493dd9 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a170ac861b877d846c4a5d4365d493dd9"></a> V8EXPORT <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:a170ac861b877d846c4a5d4365d493dd9 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a5f1c2fff87d9b9b7f27a690f037df13a inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a5f1c2fff87d9b9b7f27a690f037df13a"></a> V8EXPORT <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:a5f1c2fff87d9b9b7f27a690f037df13a inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a5b604dcae6581adb11de6f4fad43d1db inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a5b604dcae6581adb11de6f4fad43d1db"></a> V8EXPORT <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:a5b604dcae6581adb11de6f4fad43d1db inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a361a09e3647fc2c8048cc721f4b80b2d inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a361a09e3647fc2c8048cc721f4b80b2d"></a> V8EXPORT <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:a361a09e3647fc2c8048cc721f4b80b2d inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:acaaf19acb4ff3f64f9ec39b95b3894ca inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="acaaf19acb4ff3f64f9ec39b95b3894ca"></a> V8EXPORT <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:acaaf19acb4ff3f64f9ec39b95b3894ca inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aff185348c35e787a2994d81bafcea922 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aff185348c35e787a2994d81bafcea922"></a> V8EXPORT <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:aff185348c35e787a2994d81bafcea922 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ab6b19a1e5aa5df50dfbb5d2ffa60bcdc inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">V8EXPORT <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#ab6b19a1e5aa5df50dfbb5d2ffa60bcdc">ToArrayIndex</a> () const </td></tr> <tr class="separator:ab6b19a1e5aa5df50dfbb5d2ffa60bcdc inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a800fa027ad660d8ba9282acaaf10b03d inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a800fa027ad660d8ba9282acaaf10b03d"></a> V8EXPORT bool&#160;</td><td class="memItemRight" valign="bottom"><b>BooleanValue</b> () const </td></tr> <tr class="separator:a800fa027ad660d8ba9282acaaf10b03d inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a6eac2b07dced58f1761bbfd53bf0e366 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a6eac2b07dced58f1761bbfd53bf0e366"></a> V8EXPORT double&#160;</td><td class="memItemRight" valign="bottom"><b>NumberValue</b> () const </td></tr> <tr class="separator:a6eac2b07dced58f1761bbfd53bf0e366 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ae7a830af487dd14c32c3eb9a25981ab4 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ae7a830af487dd14c32c3eb9a25981ab4"></a> V8EXPORT int64_t&#160;</td><td class="memItemRight" valign="bottom"><b>IntegerValue</b> () const </td></tr> <tr class="separator:ae7a830af487dd14c32c3eb9a25981ab4 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a7c36509ca7a9f004f115360fd5a15940 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a7c36509ca7a9f004f115360fd5a15940"></a> V8EXPORT uint32_t&#160;</td><td class="memItemRight" valign="bottom"><b>Uint32Value</b> () const </td></tr> <tr class="separator:a7c36509ca7a9f004f115360fd5a15940 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a60da7aefcf822457a338823c3d350fd5 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a60da7aefcf822457a338823c3d350fd5"></a> V8EXPORT int32_t&#160;</td><td class="memItemRight" valign="bottom"><b>Int32Value</b> () const </td></tr> <tr class="separator:a60da7aefcf822457a338823c3d350fd5 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a643fcf5c7c6136d819b0b4927f8d1724 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a643fcf5c7c6136d819b0b4927f8d1724">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:a643fcf5c7c6136d819b0b4927f8d1724 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ab0fbab751e53493f77879c5fa431dca1 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ab0fbab751e53493f77879c5fa431dca1"></a> V8EXPORT 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:ab0fbab751e53493f77879c5fa431dca1 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:aabdb62437fce8c3769e69bbf44682066"><td class="memItemLeft" align="right" valign="top">static V8EXPORT <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_array.html#aabdb62437fce8c3769e69bbf44682066">New</a> (int length=0)</td></tr> <tr class="separator:aabdb62437fce8c3769e69bbf44682066"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ae56792766f8513395c3ebe8c29afde4b"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ae56792766f8513395c3ebe8c29afde4b"></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:ae56792766f8513395c3ebe8c29afde4b"><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:a45c986af65c199e7f453719d03de7650 inherit pub_static_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a45c986af65c199e7f453719d03de7650"></a> static V8EXPORT <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:a45c986af65c199e7f453719d03de7650 inherit pub_static_methods_classv8_1_1_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a1f9ac46d0b164197318ce81dc0ec1343 inherit pub_static_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a1f9ac46d0b164197318ce81dc0ec1343"></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:a1f9ac46d0b164197318ce81dc0ec1343 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="ac78a0168b8612bcccd789497fd01b2ad"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">V8EXPORT <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> <a class="anchor" id="aabdb62437fce8c3769e69bbf44682066"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">static V8EXPORT <a class="el" href="classv8_1_1_local.html">Local</a>&lt;<a class="el" href="classv8_1_1_array.html">Array</a>&gt; v8::Array::New </td> <td>(</td> <td class="paramtype">int&#160;</td> <td class="paramname"><em>length</em> = <code>0</code></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>Creates a JavaScript array with the given length. If the length is negative the returned array will have length 0. </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:47:56 for V8 API Reference Guide for node.js v0.7.10 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>
history/other/htmlout/03_March_2016.html
davidbrowning/davidbrowning.github.io
<html> <head> <meta http-equiv=Content-Type content="text/html; charset=windows-1252"> <meta name=Generator content="Microsoft Word 15 (filtered)"> <style> <!-- /* Font Definitions */ @font-face {font-family:"Cambria Math"; panose-1:2 4 5 3 5 4 6 3 2 4;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4;} @font-face {font-family:"Liberation Sans";} @font-face {font-family:"Droid Sans Fallback";} @font-face {font-family:FreeSans;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {margin-top:0in; margin-right:0in; margin-bottom:10.0pt; margin-left:0in; line-height:115%; font-size:11.0pt; font-family:"Calibri",sans-serif;} p.MsoHeader, li.MsoHeader, div.MsoHeader {margin:0in; margin-bottom:.0001pt; font-size:11.0pt; font-family:"Calibri",sans-serif;} p.MsoFooter, li.MsoFooter, div.MsoFooter {margin:0in; margin-bottom:.0001pt; font-size:11.0pt; font-family:"Calibri",sans-serif;} p.MsoCaption, li.MsoCaption, div.MsoCaption {margin-top:6.0pt; margin-right:0in; margin-bottom:6.0pt; margin-left:0in; line-height:115%; font-size:12.0pt; font-family:"Calibri",sans-serif; font-style:italic;} p.MsoList, li.MsoList, div.MsoList {margin-top:0in; margin-right:0in; margin-bottom:7.0pt; margin-left:0in; line-height:120%; font-size:11.0pt; font-family:"Calibri",sans-serif;} p.MsoBodyText, li.MsoBodyText, div.MsoBodyText {margin-top:0in; margin-right:0in; margin-bottom:7.0pt; margin-left:0in; line-height:120%; font-size:11.0pt; font-family:"Calibri",sans-serif;} span.HeaderChar {mso-style-name:"Header Char";} span.FooterChar {mso-style-name:"Footer Char";} p.Heading, li.Heading, div.Heading {mso-style-name:Heading; margin-top:12.0pt; margin-right:0in; margin-bottom:6.0pt; margin-left:0in; line-height:115%; page-break-after:avoid; font-size:14.0pt; font-family:"Liberation Sans",sans-serif;} p.Index, li.Index, div.Index {mso-style-name:Index; margin-top:0in; margin-right:0in; margin-bottom:10.0pt; margin-left:0in; line-height:115%; font-size:11.0pt; font-family:"Calibri",sans-serif;} /* Page Definitions */ @page WordSection1 {size:8.5in 11.0in; margin:1.0in .5in 1.0in .7in;} div.WordSection1 {page:WordSection1;} --> </style> </head> <body lang=EN-US> <div class=WordSection1> <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'>Tuesday, March 01, 2016</p> <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'>&nbsp;</p> <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'>                Both Mae and I slept well last night.  This morning after breakfast we did some stretch exercises.  Mae got on the computer preparing a talk for Rachel’s Baptism this coming Saturday.  I did some chasing to pay the rent, reserve the Roy North Park for a family reunion of the 3<sup>rd</sup> of July, mailed a get well card to Deanna, went to Jennie’s where I picked up some priobotics, then to Harvest Moon Health store for several items there, to Bed Bath and Beyond to get Mae a new veggie dicer and back home.  After lunch I took a short nap and then built a cloth bar that fits in our car.  We then had dinner.  This evening we went Home Teaching and Visiting Teaching to Sister Leah Neilson, Dennis and Judy Patterson and to Marianne Ray.  For our lesson we gave the DVD of “Finding Faith in Christ”.  Sister Neilson is having several areas in her home being repaired due to the waters pipes, maid of Paley Buntline, detonation.  That is the same thing that happened to our place and caused me to replace all my waterlines, as well as many others in the park.  Because of the repairs we could not get into the room where Her DVD player was so she asked us to bring it back on another visit.  The Patterson’s really enjoyed the film and he would like to work it into one of his Priesthood lessons.  As for Marianne, I am not sure!  I am not sure just how to help that girl!  Before we went to bed we played Rummikub at which Mae beat me both games.</p> <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'>&nbsp;</p> <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'>Wednesday, March 02, 2016</p> <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'>&nbsp;</p> <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'>                I woke at 7:30AM but by the time I finished my normal routine, including usually at least ½ hr of studing the Scriptures, then exercising with Mae, eating breakfast, finishing my exercises that the Dr. gave me to do and took a shower, it is now after 10AM.  Mae called Deanna to see how she is doing.  Before hanging up Deanna asked Mae if sometime I might have time to look at a problem they are having with their roof.  When Mae told me that I said that we should go today, so Mae made a casserole for them and we went to their place.  When I looked at the roof I am very concerned that it needs to be reroofed.   We enjoyed visiting with them and then Bryce insisted that he buy me some frozen yogurt for my time coming out to see them.  We got home just in time to get some dinner and then go Home Teaching Visiting Teaching to the Hilton’s and Sister Lemon.  Mae is quite tired this evening so we soon went to bed after returning home.</p> <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'>&nbsp;</p> <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'>Thursday, March 03, 2016</p> <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'>&nbsp;</p> <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'>                We got up early so that we could take Marianne into the doctor for an iron infusion.  She was to leave by 8:45am but do to problems she was an hour late leaving.  We took her up to the hospital and after making sure that she was still going to be treated, we left.  We went to Costco, where we did some shopping.  From there we stopped at Seagull Book where we purchased volume 2 &amp; 3 of the Book of Mormon made Easier.  We then went to Wal-Mart where we purchased some groceries, plus a necklace for Sister Neilson and a tub of lip stick for Mae.  When we got home those two items were not with the other groceries.  Mae called the store and they asked us to bring the sale receipt to the store.  We couldn’t find the receipt and I think I had the clear put it into the sack.  We went back to the hospital to get Marianne.  When we got back to her place she wanted me to check out a couple of plumbing problems.  Mae and I went back to Wal-Mark and they gave us a replacement of those two items.  We took the Necklace, some cup cakes and a Birthday Card to Leah.  Bishop Mullin stopped by and asked if I would get someone to help me and got to the Scheer and administer to Mimi Scheer.  I called Lane Johnson and he helped me.  I reported back to Bishop and told him that I felt that he should prepare for her funeral as I don’t think she has much longer to live.  I feel bad as we will probably be gone when she passes.  Both Mimi and Arnold are a great example of great people and will surely be missed by our Ward.  Mae had returned home from choir practice about the same time I got home for the Sheer’s.  We read the speech given by Mitt Romney who really cut Donald Trump as well as Hillary Clinton.  That speech and that speech alone should put both of them out of the race for President, but I am afraid that Satan already has his plans. I entered this journal entry and then Mae and I played Rummy before going to bed.  I won the game tonight.</p> <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'>  <i>(Just an interesting projection, I believe that Trump will get the Republican nominee, which will let Hilary Clinton win the Presidency election and then past President Clinton will go for, the President of the United Nations.)    </i></p> <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'>&nbsp;</p> <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'>Friday, March 04, 2016</p> <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'>&nbsp;</p> <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'>                I woke during the night deep in thought of my family and of Brother and Sister Sheer.  I am concerned that Sister Sheer will pass away while we are away.  If so, what will Brother Sheer do without her?  I have great concerns about my family.  I believe that it was about 5:45am when I went back to bed.  When I woke about 7:30am I found that Mae had problems getting to sleep and so she also got little sleep last night.  When I got up, Mae had breakfast ready.  While we were having morning prayers, Scott and Mishelle came with the twins that we “mainly Mae” are going to tend today while Scott and Michelle go skiing.  Knowing that Mae would take the camera with her and the children I took it down to Lee Gifford’s to take some pictures of the way Lee plants and prunes his grapes and raspberries, so that I can show Becky.  However! I found the battery was dead and needed recharging.  On the way back home I stopped and talked to Ken Brown, the Son-in-law to the lady in trailer #285.  He is trimming some of her trees.  I visited with him and his wife.  Mae left with the children.  When I got home I wrote a letter to Mike and started today’s journal entry.  This evening Mae and I went down to Gifford’s and tilled and raked the garden boxes.  After finishing those we were tired so we went to Del Taco and bought some Chicken Fried Burritos.  Wet then came back home and relaxed.  We watched some TV as we ate and then Mae got a phone call from Marianne Ray and she talked to her for over an hour.  I watched another good movie before going to bed.</p> <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'>&nbsp;</p> <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'>Saturday, March 05, 2016</p> <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'>&nbsp;</p> <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'>                I woke up early, very concerned with the Sheer’s.  I don’t know if that set me off but I was very dizzy all morning.  After breakfast I called Bishop Mullins and he said that he was keeping track of them and their daughter and granddaughter were also there to help them.  I lay down to take a nap but was cold so Mae got me the electric blanket.  When I got warm I fell asleep and I think I slept for an hour.  I went through our seeds in the shed but could not pea seeds, so I went to Home Depot and bought some.  I planted one garden box at Lee’s with the pea seeds.  Lee also gave me some raspberry starts that I will get to Mike and Becky.  For now they are in our refrigerator.  Sandi came out to go with us to Rachel’s baptism this afternoon.  Gary had brought Sandi out and will go visit his children while we are at the Baptism.  The Baptism went very well and I was pleased to Baptize Rachel and to stand in the circle for the conformation.  Following the services, we went to Gale’s mothers ward chapel where Marcy and Gale had prepared a very nice lunching.  When we got home, Gary came back and he, Sandi, Mae and I played some games.  I entered this entry before we went to bed.  We realized that we hadn’t filled the car with gas, so we drove over and filled it before min-night.  We just try to keep that Sabbath the best we can.</p> <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'>&nbsp;</p> <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'>&nbsp;</p> <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'>Sunday, March 6, 2016</p> <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'>&nbsp;</p> <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'>                We slept in this morning and then got most everything packed up before we went to Church.  We enjoyed the meetings with today being Fast and Testimony meeting Sacrament meeting was very enjoyable.  The Stake presidency also came as our High Priest Group leadership was released and a new Group Leadership was installed and set apart.  A new financial clerk was also sustained as Lee Gifford had to be released, with he and Glory going to Africa for a few weeks to three years.  As soon as we got home we got the rest of our things packed and soon left for Grantsville.  It was raining when we left home and by the time we got on the freeway it was raining quite hard.  By the time we got to Lagoon it was raining quite hard and then when we got on 215 it was pouring from then on.  We enjoyed the evening with Chelci, Steve and their family.  We slept quite well although they have a quilt on their bed, where we slept, that is really heavy.  </p> <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'>&nbsp;</p> <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'>Monday, March 07, 2016</p> <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'>&nbsp;</p> <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'>                I woke by 5am and read scriptures for a while.  I woke Mae by 7am although she hadn’t slept well, due to her worrying about the children.  Mae and I prepared breakfast and the children ate well.  Chelci and Steve slipped out quietly and the boys have been very good.  Nate and Addie had school and rode the bus.  The twins ate well and played ok.  We took them for a walk, having them in the stroller, but before we got very far we noticed that Luke was getting sleepy, so we had them get out and Mae took their hands and walked with them.  After getting home, Mae fed them and then took them upstairs to take their naps.  Addie got home at 11am and we enjoyed playing games with her.  I went to the store for a few groceries.  Sandi stopped over for a little while on her way home from work to see how we are doing.  We are doing very well.  I watched a show on TV this afternoon.  After dinner this evening we held F.H.E. with the children.  We then played a game of “Sorry” with Addie and Nathan.  Jacob still has diarrhea and we are not sure just what we should do about it.  I called Sandi and she said that Chelci was told by her Doctor that there wasn’t anything that you could give babies to help them.  I called David but he wasn’t home.  I guess we will just have to wait and see.  Although it has gone pretty well today, Mae is sure tired this evening.  We got to bed before 10pm.</p> <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'>&nbsp;</p> <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'>Tuesday, March 08, 2016</p> <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'>&nbsp;</p> <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'>                We both slept well however Mae got up with leg cramps.  I wish that we could find help for that problem.  Addie didn’t have to go to school but will go to dance at 11am and another lady will stop by to get her.  Nate woke about 7am and we got him ready and some cereal for breakfast.  Mae and I had time to take our showers before getting the twins up.  I started breakfast before the twins woke.  I helped Mae get them up and changed.  Jacob seems to be doing better this morning.  We had a nice breakfast and those two boys sure like food.  Nate and Addie are a little pickier.  Sandi called when she got to work to check on us.  We were happy to tell her that we are doing ok.  I had time to work on my journals for a while this morning.  After Nate got off to school, Mae got Addie and the twins up.  While she was doing that I prepared breakfast.  After breakfast Addie, Luke, Jacob, Clutch (the dog), Mae and I took a walk.  We got lunch before Addie was picked up for her dance lessons.  After Addie left, we got the twins down for their nap.  Mae and I also took a nap.  After we got up, we turned on the show and watched “Call 777” starring James Stewart.  Not only was it a good story but, what even made it better, was to find out that it was a true story.  After the show, Mae started dinner and I worked on my journals.  Nathan came home from school not feeling very well.  We looked for a thermometer but were unable to find it until just as Mae called Sandi.  I had just located it and took Nathan’s tempter.  It is a little higher than normal, but not that high.  Anyway, we let him stay home form Scouts.  We had a nice dinner but Nate went to sleep on the couch and didn’t eat.  We suspect that he doesn’t want to go to school tomorrow because of a spelling test.  Addie went to her dance class and then went back to the lady that took her and stayed until later to play with her friend.  After dinner, Addie wanted to play games again tonight.  We gave the twins a bath and they sure enjoyed that.  We really are enjoying the children but they are wearing us out.  It is now after 9:30pm and they are all in bed.  Mae reminded me that we have only two days to go.  As much as we are enjoying the children, we are ready to call it enough.</p> <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'>&nbsp;</p> <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'>Wednesday, March 09, 2016</p> <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'>&nbsp;</p> <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'>                I had Diarrhea all night and got very little sleep.  Nathan didn’t feel well, anyway that is what he said, but it sounded like an excuse he was using.  He is having two tests today, one in spelling and one in math.  Mae spent quite a while helping him in both areas and before it was time for him to leave; he was doing well in both areas.  This morning Mae had to take Nathan to piano lessons and the teacher will get him to school.  So, while Mae was out, she went to the store and purchased some Pepto-Bismol, which seemed to help me a lot with the diarrhea.  I did get a couple of hours sleep but then was awake the rest of the day.  Mae and I tried to watch a couple of shows on TV but the twins woke during the second show and that ended Mae’s relaxation.  When Nathan came home from school, he told us that he had got 103% on his spelling test and 98% on the math test.  I asked how he could get 103% and it was due to extra words for extra credit.  He was very proud of his accomplishment and was happy that Grandma had helped and encouraged him.   I helped Mae got the twins up and dressed.  Mae got Addie ready and off to pre-school and then prepared a nice breakfast for us and the twins.  I did help with cooking scrambled eggs.  I put the TV onto a Mickey Mouse channel for the twins to watch and then went in and showered.  I helped Mae with the twins then Addie came home from pre-school.  We got some lunch and then put the twins down for a nap.  After getting them down I put a show on TV for Addie, Mae and I then took a nap.  After sleeping for a while we got up and watched a show with Addie.  I couldn’t understand the words so I worked on my journals for a while.  After the show ended Mae and Addie played a game of Uno so I joining them in another game of Uno.  Then we played Moose and the second game of Moose Nathan also joined in.  I then watched a John Wayne show.  Addie again played a game of Stinger Bee with Mae and I joined in a couple more games.  We then got the children to bed about 9PM.  The children have been very good to mind and the twins are very good and just a lot of fun to watch them play and to see how they are developing.  One just has to wonder how life will turn out for these children.  We sure have a lot more hope for them than JaNae and Brad’s family.  For them we just don’t know how to even hope!  As I read the scriptures I worry about many of my children, Grand Children and Great Grand Children.  Oh, how I pray for the blessing of my Father in Heaven!</p> <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'>&nbsp;</p> <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'>Thursday, March 10, 2016</p> <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'>&nbsp;</p> <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;text-indent: .5in'> Last night I started having Acid Reflux which continued to get worse as the night progressed.  I started having hiccups off and on the next day.   After a few minutes of hiccups my stomach would go into sever rapid cramps which really hurt.  The hiccups and cramping continued until I had to try to sleep on the couch in order to let Mae get some sleep.  I was awake most of the night, with very little relief.  The day went well with the children, but I couldn’t help much since I was still having the darn hiccups.  Heather, Chelci’s friend who takes Addie to preschool and dance, asked if Addie could play with her daughter again.  Mae, Nate and the twins went to pick her up shortly before dinner.</p> <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'>&nbsp;</p> <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'>Friday, March 11, 2016</p> <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'>                As the morning progressed I began to feel some better.  Mae was up early to get Nate off to school and get Addie and the twins ready to go to their grandparent’s home.  At 8:15am Steve’s mother and father came and took the twins and Addie to tend until Steve and Chelci come home this afternoon.  I helped Mae get our things ready to go, but of course, Mae had to go through the house and clean it up.  She wanted to change the sheets on Chelci and Steve’s bed, but couldn’t find other sheets to put on it, so decided to wash these ones and put them back on, but we couldn’t get the washer to work.  It was about noon when we finally got away.  As we left Grantsville, we talked as to whether we should go home until I was feeling better or go on to Arizona as we had planned.  As we approached the 215 intersection we finally decided that I was feeling pretty good so we would go on South.  We got to Kanab about 5pm and stopped and filled the car with gas before going to Judy’s.  After a short visit we took Judy out to eat at a Mexican restaurant where we enjoyed a nice dinner.  We came back to Judy’s for the night.  By bed time I was again starting to experience hiccups and stomach cramps.  I tried to sleep in the front room in a recliner but that didn’t work.  </p> <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'>&nbsp;</p> <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'>Saturday, March 11, 2016</p> <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'>&nbsp;</p> <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;text-indent: .5in'>By 2AM I went into the bedroom and woke Mae saying that we had better go.  She suggested that I try going back to bed with her but that didn’t work so Mae went into the front room to sleep.  That didn’t work for her as the Grandfather clock kept her awake as it bonged every 15 minutes and really loud on the hour.  By 5am we got up and got ready to leave.  I had been constipated all night but before we left I was able to have a bowl movement, but the stool was a dark black.  When I went to take out things out to the car, I found that it was snowing very hard.  We quickly put things into the car and then drove to a filling station where we had a canapé over us so we could do some rearranging of the car.  We also bought some water for drinking on the way.  As we drove out to the highway, we set there trying to decide whether we should go south or north.  We finally decided that I would probably get over this sickness, that I am experiencing now, and would be ok.  I turned south but the snow was still falling very hard.  I could only drive about 40 mph with the limited vision.  Within a few minutes another bad attack hit me and I just turned a u-turn and started back toward home so I could get to a doctor or hospital.  I had Mae put into the GPS the location of an Instant Care facility and we started driving that way.  We were not sure just where the place was located but when we got to the White Sands turnoff, it indicated that we should turn there.  I told Mae that there was no way I was going to turn there.  We drove on to the next town and found a service station that was now open.  I pulled in and Mae went into the store and asked them where there was an Instant Care Physicality and they told her that the closest one was in Kanab.  We decided to continue north until maybe we could find some place on the way north.  I was hurting so bad that I had to let Mae drive.  At 6am Mae called David to get his advice.  He said that he would do some checking and call us back.  We communicated with him several times and finally decided that we would continue north and if possible make it to the Provo Area.  We had told him what my symptoms were and that my stool was a black.  (I’m quite sure that both Mae and I told him that I had taken Pepto-Bismol but somehow he didn’t understand that.)  The black stool quite worried him and he concluded that I might possibly have a bleeding ulcer.  As we continued north, the storm subsided but still had snow on the road.  David had Scott call us to get our insurance information so that he could find a hospital, where we might go to, which would be covered by our insurance.  When Jeff called and was concerned, and said that Gail has a brother who owns an airplane, and if needed he might come and get us and take us to a hospital.  By this time we were already on Hwy-20 going towards Inter-State 15, plus I was feeling ok.  I told David that we would continue driving north.  He called back a short time later and said that he was on the road driving to pick-up Mike and the two of them would meet us on the way north.  A short time later, David called to find out our location and how I was doing.  I told him that I was ok and that I would prefer going to the Ogden Regional Medical Center if possible, as that was where we know that our insurance would cover me.  Plus if I should have to stay in the hospital, it would be close for Mae to be at home.  Through our phones, we were also able to select a central meeting place where Mike would drive David’s car with Mae riding with him and David would drive our car.  This would take a lot of stress off of Mae.  By that time I was feeling quite fine as the cramps had subsided.  At Provo we let Mike off and Becky met him there.  Mae then drove our car and we followed David.  We continued to the Ogden Regional Medical Center where they did lots of tests and could find no reason for my problems.  That was almost a letdown after all the problems, inconveniences and expenses I have caused.  We came home and unpacked just what we needed as we are not just sure what we will do now.  We were both worn out and just relaxed.  We fell asleep on the recliners watching something BYU TV and when we woke we watched a show “Ridding Tornado” before going to bed.</p> <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'>&nbsp;</p> <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'>Sunday, March 13, 2016</p> <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'>&nbsp;</p> <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'>                We slept in and then when I got up I reset our thermostat settings.  I got us some breakfast and Mae started getting her hair done.  After breakfast Mae wasn’t feeling the best so I had her go back to bed.  I decided to go to Sacrament meeting but when I got there meeting was almost over.  I looked at the clock on the wall and then at my watch, there was 1 hour, oh no we forgot that today started Day Light Saving Time again.  I just went home when the meeting was over.  It’s been a lazy day although I have worked on my personal journal getting it caught up.  I reset all our clocks this evening and changed the batteries in them.  I got Mae and I some cottage cheese and apple sauce for this evening as we watched a true story on BYU TV about a boy that had fought censor and lost his right leg.  With an artificial leg he set out to run a marathon across Canada.  At over 2/3rds of the way he had the censor return to his lungs and had to go back for treatment.  Seven months later he returned to finish the goal but died just before his 23<sup>rd</sup> Birthday and just before finishing his goal.  He raised a lot of money that was all donated to the fight against censor.  It was quite an amazing story.  We went to bed after 10:30pm.</p> <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'>&nbsp;</p> <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'>Monday, March 14, 2016</p> <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'>&nbsp;</p> <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'>                We got up this morning and got things packed to leave.  Mae is having back problems so we stopped in Layton at Dr. Bennett’s for her to get a treatment.  We traveled to Kanab where we stayed at Judy’s again.  She is such a wonderful hostess and so enjoyable to visit with.  We had stopped at the store before getting there and bought some fries chicken and a salad.  Although Mae still has some coughing and I still have some diarrhea we are feeling much better that before.  We both slept well tonight.</p> <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'>&nbsp;</p> <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'>Tuesday, March 15, 2016</p> <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'>&nbsp;</p> <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'>                We slept until about 6am and had a nice breakfast before we packed and continued on our trip.  We did stop in Page, Arizona to purchase a couple of items at Wal-Mart.  Other than a couple of stops to trade drivers, we traveled on to Phoenix, where we stopped for fuel and a car wash before going on the Shellie and Roy’s.  Shellie had a baby shower to go to and Roy didn’t get home until late so Mae and I just relaxed with Jase.  We put a DVD on and watched it.  When Roy and Shellie got home they joined us in the show.  We then got the book that Shellie had made for Roy’s 50’s Birthday and went through the first part of it.  Finally at 11:30 pm I gave up and we went to bed.</p> </div> </body> </html>
vsdoc/topic_0000000000000B00.html
asiboro/asiboro.github.io
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="GENERATOR" content="VSdocman - documentation generator; https://www.helixoft.com" /> <link rel="icon" href="favicon.ico"> <title>PaymentService.SetStatusOrganizationSite 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">PaymentService.SetStatusOrganizationSite Method</h1> <div class="metadata"> Namespace: <a href="topic_0000000000000AE0.html">Tlece.Recruitment.Services.Recruitment</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 SetStatusOrganizationSite( _&nbsp;<br /> ByVal <i>companyId</i> As <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.guid">Guid</a>, _&nbsp;<br /> ByVal <i>status</i> As <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">String</a>, _&nbsp;<br /> ByVal <i>rejectreason</i> As <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">String</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; SetStatusOrganizationSite(&nbsp;<br /> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.guid">Guid</a> <i>companyId</i>,&nbsp;<br /> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">string</a> <i>status</i>,&nbsp;<br /> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">string</a> <i>rejectreason</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;^ SetStatusOrganizationSite(&nbsp;<br /> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.guid">Guid</a> <i>companyId</i>,&nbsp;<br /> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">String</a>^ <i>status</i>,&nbsp;<br /> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">String</a>^ <i>rejectreason</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="companyId" class="parameterList"> <dt> <span class="parameter"> companyId </span> </dt> <dd> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.guid">Guid</a> </dd> </dl> <p> </p> <dl paramName="status" class="parameterList"> <dt> <span class="parameter"> status </span> </dt> <dd> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">string</a> </dd> </dl> <p> </p> <dl paramName="rejectreason" class="parameterList"> <dt> <span class="parameter"> rejectreason </span> </dt> <dd> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">string</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_0000000000000AE9.html">PaymentService Class</a><br /> <a href="topic_0000000000000AE0.html">Tlece.Recruitment.Services.Recruitment 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>
v3/user-agent-detail/fa/ee/faee1c43-2bf0-483b-a969-749a886c006b.html
ThaDafinser/UserAgentParserComparison
<html> <head> <title>Mozilla/5.0 (Linux; U; Android 2.3.4; xx; LG-C800G Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> </head> <body> <div class="container"> <div class="section"> <h1 class="header center orange-text">User agent detail</h1> <div class="row center"> Mozilla/5.0 (Linux; U; Android 2.3.4; xx; LG-C800G Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 <p> Detected by 8 of 8 providers<br /> As bot detected by 0 of 7 </p> </div> </div> <div class="section"> <table class="striped"><tr><th></th><th colspan="3">General</th><th colspan="5">Device</th><th colspan="3">Bot</th><th></th></tr><tr><th>Provider</th><th>Browser</th><th>Engine</th><th>OS</th><th>Brand</th><th>Model</th><th>Type</th><th>Is mobile</th><th>Is touch</th><th>Is bot</th><th>Name</th><th>Type</th><th>Actions</th></tr><tr><td>BrowscapPhp<br /><small>6011</small></td><td>Android 4.0</td><td>WebKit </td><td>Android 2.3</td><td></td><td></td><td>Mobile Phone</td><td>yes</td><td>yes</td><td></td><td></td><td></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-cbfe2df3-330b-4abd-b5df-0ca181549ca9">Detail</a> <!-- Modal Structure --> <div id="modal-cbfe2df3-330b-4abd-b5df-0ca181549ca9" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>BrowscapPhp result detail</h4> <p><pre><code class="php">stdClass Object ( [browser_name_regex] => /^mozilla\/5\.0 \(.*linux.*android.2\.3.* build\/.*\).*applewebkit\/.*\(.*khtml,.*like gecko.*\).*version\/4\.0.*safari.*$/ [browser_name_pattern] => mozilla/5.0 (*linux*android?2.3* build/*)*applewebkit/*(*khtml,*like gecko*)*version/4.0*safari* [parent] => Android Browser 4.0 [comment] => Android Browser 4.0 [browser] => Android [browser_type] => Browser [browser_bits] => 32 [browser_maker] => Google Inc [browser_modus] => unknown [version] => 4.0 [majorver] => 4 [minorver] => 0 [platform] => Android [platform_version] => 2.3 [platform_description] => Android OS [platform_bits] => 32 [platform_maker] => Google Inc [alpha] => [beta] => [win16] => [win32] => [win64] => [frames] => 1 [iframes] => 1 [tables] => 1 [cookies] => 1 [backgroundsounds] => [javascript] => 1 [vbscript] => [javaapplets] => 1 [activexcontrols] => [ismobiledevice] => 1 [istablet] => [issyndicationreader] => [crawler] => [cssversion] => 3 [aolversion] => 0 [device_name] => general Mobile Phone [device_maker] => unknown [device_type] => Mobile Phone [device_pointing_method] => touchscreen [device_code_name] => general Mobile Phone [device_brand_name] => unknown [renderingengine_name] => WebKit [renderingengine_version] => unknown [renderingengine_description] => For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3. [renderingengine_maker] => Apple Inc ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>DonatjUAParser<br /><small>v0.5.0</small></td><td>Android Browser 4.0</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-6fae891b-b0d5-4415-b07d-355015c3af67">Detail</a> <!-- Modal Structure --> <div id="modal-6fae891b-b0d5-4415-b07d-355015c3af67" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>DonatjUAParser result detail</h4> <p><pre><code class="php">Array ( [platform] => Android [browser] => Android Browser [version] => 4.0 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>PiwikDeviceDetector<br /><small>3.5.1</small></td><td>Android Browser </td><td>WebKit </td><td>Android 2.3</td><td>LG</td><td>C800G</td><td>smartphone</td><td>yes</td><td></td><td></td><td></td><td></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-fc0f1b55-50d8-49c2-bb12-4cc1d8144ebf">Detail</a> <!-- Modal Structure --> <div id="modal-fc0f1b55-50d8-49c2-bb12-4cc1d8144ebf" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>PiwikDeviceDetector result detail</h4> <p><pre><code class="php">Array ( [client] => Array ( [type] => browser [name] => Android Browser [short_name] => AN [version] => [engine] => WebKit ) [operatingSystem] => Array ( [name] => Android [short_name] => AND [version] => 2.3 [platform] => ) [device] => Array ( [brand] => LG [brandName] => LG [model] => C800G [device] => 1 [deviceName] => smartphone ) [bot] => [extra] => Array ( [isBot] => [isBrowser] => 1 [isFeedReader] => [isMobileApp] => [isPIM] => [isLibrary] => [isMediaPlayer] => [isCamera] => [isCarBrowser] => [isConsole] => [isFeaturePhone] => [isPhablet] => [isPortableMediaPlayer] => [isSmartDisplay] => [isSmartphone] => 1 [isTablet] => [isTV] => [isDesktop] => [isMobile] => 1 [isTouchEnabled] => ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>SinergiBrowserDetector<br /><small>6.0.0</small></td><td>Navigator 4.0</td><td><i class="material-icons">close</i></td><td>Android 2.3.4</td><td><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td>yes</td><td><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-8c08f104-4e61-421b-9405-291b09c383dc">Detail</a> <!-- Modal Structure --> <div id="modal-8c08f104-4e61-421b-9405-291b09c383dc" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>SinergiBrowserDetector result detail</h4> <p><pre><code class="php">Array ( [browser] => Sinergi\BrowserDetector\Browser Object ( [userAgent:Sinergi\BrowserDetector\Browser:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; U; Android 2.3.4; xx; LG-C800G Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 ) [name:Sinergi\BrowserDetector\Browser:private] => Navigator [version:Sinergi\BrowserDetector\Browser:private] => 4.0 [isRobot:Sinergi\BrowserDetector\Browser:private] => [isChromeFrame:Sinergi\BrowserDetector\Browser:private] => ) [operatingSystem] => Sinergi\BrowserDetector\Os Object ( [name:Sinergi\BrowserDetector\Os:private] => Android [version:Sinergi\BrowserDetector\Os:private] => 2.3.4 [isMobile:Sinergi\BrowserDetector\Os:private] => 1 [userAgent:Sinergi\BrowserDetector\Os:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; U; Android 2.3.4; xx; LG-C800G Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 ) ) [device] => Sinergi\BrowserDetector\Device Object ( [name:Sinergi\BrowserDetector\Device:private] => unknown [userAgent:Sinergi\BrowserDetector\Device:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; U; Android 2.3.4; xx; LG-C800G Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 ) ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UAParser<br /><small>v3.4.5</small></td><td>Android 2.3.4</td><td><i class="material-icons">close</i></td><td>Android 2.3.4</td><td>LG</td><td>C800G</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td></td><td></td><td><i class="material-icons">close</i></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-8f4c86c5-433e-4536-b799-ad26d77264e0">Detail</a> <!-- Modal Structure --> <div id="modal-8f4c86c5-433e-4536-b799-ad26d77264e0" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UAParser result detail</h4> <p><pre><code class="php">UAParser\Result\Client Object ( [ua] => UAParser\Result\UserAgent Object ( [major] => 2 [minor] => 3 [patch] => 4 [family] => Android ) [os] => UAParser\Result\OperatingSystem Object ( [major] => 2 [minor] => 3 [patch] => 4 [patchMinor] => [family] => Android ) [device] => UAParser\Result\Device Object ( [brand] => LG [model] => C800G [family] => LG-C800G ) [originalUserAgent] => Mozilla/5.0 (Linux; U; Android 2.3.4; xx; LG-C800G Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>WhichBrowser<br /><small>2.0.9</small></td><td>Android Browser </td><td>Webkit 533.1</td><td>Android 2.3.4</td><td>LG</td><td>Eclypse</td><td>mobile:smart</td><td>yes</td><td><i class="material-icons">close</i></td><td></td><td></td><td><i class="material-icons">close</i></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-62f1f3a3-0c44-4ecb-9ee2-48145e35736b">Detail</a> <!-- Modal Structure --> <div id="modal-62f1f3a3-0c44-4ecb-9ee2-48145e35736b" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhichBrowser result detail</h4> <p><pre><code class="php">Array ( [browser] => Array ( [name] => Android Browser ) [engine] => Array ( [name] => Webkit [version] => 533.1 ) [os] => Array ( [name] => Android [version] => 2.3.4 ) [device] => Array ( [type] => mobile [subtype] => smart [manufacturer] => LG [model] => Eclypse ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Woothee<br /><small>v1.2.0</small></td><td>Safari 4.0</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>smartphone</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td></td><td></td><td><i class="material-icons">close</i></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-bd437f52-91e9-4ce8-88f7-6e5206ed6635">Detail</a> <!-- Modal Structure --> <div id="modal-bd437f52-91e9-4ce8-88f7-6e5206ed6635" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Woothee result detail</h4> <p><pre><code class="php">Array ( [name] => Safari [vendor] => Apple [version] => 4.0 [category] => smartphone [os] => Android [os_version] => 2.3.4 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Wurfl<br /><small>1.6.4</small></td><td>Android Webkit 2.3</td><td><i class="material-icons">close</i></td><td>Android 2.3</td><td>LG</td><td>C800G</td><td>Smartphone</td><td>yes</td><td>yes</td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-3a72b31e-c3c1-4317-a357-7a6d5e3c7027">Detail</a> <!-- Modal Structure --> <div id="modal-3a72b31e-c3c1-4317-a357-7a6d5e3c7027" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Wurfl result detail</h4> <p><pre><code class="php">Array ( [virtual] => Array ( [is_android] => true [is_ios] => false [is_windows_phone] => false [is_app] => false [is_full_desktop] => false [is_largescreen] => false [is_mobile] => true [is_robot] => false [is_smartphone] => true [is_touchscreen] => true [is_wml_preferred] => false [is_xhtmlmp_preferred] => false [is_html_preferred] => true [advertised_device_os] => Android [advertised_device_os_version] => 2.3 [advertised_browser] => Android Webkit [advertised_browser_version] => 2.3 [complete_device_name] => LG C800G (myTouch Q) [form_factor] => Smartphone [is_phone] => true [is_app_webview] => true ) [all] => Array ( [brand_name] => LG [model_name] => C800G [unique] => true [ununiqueness_handler] => [is_wireless_device] => true [device_claims_web_support] => true [has_qwerty_keyboard] => true [can_skip_aligned_link_row] => true [uaprof] => [uaprof2] => [uaprof3] => [nokia_series] => 0 [nokia_edition] => 0 [device_os] => Android [mobile_browser] => Android Webkit [mobile_browser_version] => [device_os_version] => 2.3 [pointing_method] => touchscreen [release_date] => 2011_november [marketing_name] => myTouch Q [model_extra_info] => [nokia_feature_pack] => 0 [can_assign_phone_number] => true [is_tablet] => false [manufacturer_name] => [is_bot] => false [is_google_glass] => false [proportional_font] => false [built_in_back_button_support] => false [card_title_support] => true [softkey_support] => false [table_support] => true [numbered_menus] => false [menu_with_select_element_recommended] => false [menu_with_list_of_links_recommended] => true [icons_on_menu_items_support] => false [break_list_of_links_with_br_element_recommended] => true [access_key_support] => false [wrap_mode_support] => false [times_square_mode_support] => false [deck_prefetch_support] => false [elective_forms_recommended] => true [wizards_recommended] => false [image_as_link_support] => false [insert_br_element_after_widget_recommended] => false [wml_can_display_images_and_text_on_same_line] => false [wml_displays_image_in_center] => false [opwv_wml_extensions_support] => false [wml_make_phone_call_string] => wtai://wp/mc; [chtml_display_accesskey] => false [emoji] => false [chtml_can_display_images_and_text_on_same_line] => false [chtml_displays_image_in_center] => false [imode_region] => none [chtml_make_phone_call_string] => tel: [chtml_table_support] => false [xhtml_honors_bgcolor] => true [xhtml_supports_forms_in_table] => true [xhtml_support_wml2_namespace] => false [xhtml_autoexpand_select] => false [xhtml_select_as_dropdown] => false [xhtml_select_as_radiobutton] => false [xhtml_select_as_popup] => false [xhtml_display_accesskey] => false [xhtml_supports_invisible_text] => false [xhtml_supports_inline_input] => false [xhtml_supports_monospace_font] => false [xhtml_supports_table_for_layout] => true [xhtml_supports_css_cell_table_coloring] => true [xhtml_format_as_css_property] => false [xhtml_format_as_attribute] => false [xhtml_nowrap_mode] => false [xhtml_marquee_as_css_property] => false [xhtml_readable_background_color1] => #FFFFFF [xhtml_readable_background_color2] => #FFFFFF [xhtml_allows_disabled_form_elements] => true [xhtml_document_title_support] => true [xhtml_preferred_charset] => iso-8859-1 [opwv_xhtml_extensions_support] => false [xhtml_make_phone_call_string] => tel: [xhtmlmp_preferred_mime_type] => text/html [xhtml_table_support] => true [xhtml_send_sms_string] => sms: [xhtml_send_mms_string] => mms: [xhtml_file_upload] => supported [cookie_support] => true [accept_third_party_cookie] => true [xhtml_supports_iframe] => full [xhtml_avoid_accesskeys] => true [xhtml_can_embed_video] => none [ajax_support_javascript] => true [ajax_manipulate_css] => true [ajax_support_getelementbyid] => true [ajax_support_inner_html] => true [ajax_xhr_type] => standard [ajax_manipulate_dom] => true [ajax_support_events] => true [ajax_support_event_listener] => true [ajax_preferred_geoloc_api] => w3c_api [xhtml_support_level] => 4 [preferred_markup] => html_web_4_0 [wml_1_1] => false [wml_1_2] => false [wml_1_3] => false [html_wi_w3_xhtmlbasic] => true [html_wi_oma_xhtmlmp_1_0] => true [html_wi_imode_html_1] => false [html_wi_imode_html_2] => false [html_wi_imode_html_3] => false [html_wi_imode_html_4] => false [html_wi_imode_html_5] => false [html_wi_imode_htmlx_1] => false [html_wi_imode_htmlx_1_1] => false [html_wi_imode_compact_generic] => false [html_web_3_2] => true [html_web_4_0] => true [voicexml] => false [multipart_support] => false [total_cache_disable_support] => false [time_to_live_support] => false [resolution_width] => 320 [resolution_height] => 480 [columns] => 60 [max_image_width] => 320 [max_image_height] => 400 [rows] => 40 [physical_screen_width] => 50 [physical_screen_height] => 74 [dual_orientation] => true [density_class] => 1.0 [wbmp] => true [bmp] => false [epoc_bmp] => false [gif_animated] => false [jpg] => true [png] => true [tiff] => false [transparent_png_alpha] => true [transparent_png_index] => true [svgt_1_1] => false [svgt_1_1_plus] => false [greyscale] => false [gif] => true [colors] => 65536 [webp_lossy_support] => false [webp_lossless_support] => false [post_method_support] => true [basic_authentication_support] => true [empty_option_value_support] => true [emptyok] => false [nokia_voice_call] => false [wta_voice_call] => false [wta_phonebook] => false [wta_misc] => false [wta_pdc] => false [https_support] => true [phone_id_provided] => false [max_data_rate] => 384 [wifi] => true [sdio] => false [vpn] => false [has_cellular_radio] => true [max_deck_size] => 2000000 [max_url_length_in_requests] => 256 [max_url_length_homepage] => 0 [max_url_length_bookmark] => 0 [max_url_length_cached_page] => 0 [max_no_of_connection_settings] => 0 [max_no_of_bookmarks] => 0 [max_length_of_username] => 0 [max_length_of_password] => 0 [max_object_size] => 0 [downloadfun_support] => false [directdownload_support] => true [inline_support] => false [oma_support] => true [ringtone] => false [ringtone_3gpp] => false [ringtone_midi_monophonic] => false [ringtone_midi_polyphonic] => false [ringtone_imelody] => false [ringtone_digiplug] => false [ringtone_compactmidi] => false [ringtone_mmf] => false [ringtone_rmf] => false [ringtone_xmf] => false [ringtone_amr] => false [ringtone_awb] => false [ringtone_aac] => false [ringtone_wav] => false [ringtone_mp3] => false [ringtone_spmidi] => false [ringtone_qcelp] => false [ringtone_voices] => 1 [ringtone_df_size_limit] => 0 [ringtone_directdownload_size_limit] => 0 [ringtone_inline_size_limit] => 0 [ringtone_oma_size_limit] => 0 [wallpaper] => false [wallpaper_max_width] => 0 [wallpaper_max_height] => 0 [wallpaper_preferred_width] => 0 [wallpaper_preferred_height] => 0 [wallpaper_resize] => none [wallpaper_wbmp] => false [wallpaper_bmp] => false [wallpaper_gif] => false [wallpaper_jpg] => false [wallpaper_png] => false [wallpaper_tiff] => false [wallpaper_greyscale] => false [wallpaper_colors] => 2 [wallpaper_df_size_limit] => 0 [wallpaper_directdownload_size_limit] => 0 [wallpaper_inline_size_limit] => 0 [wallpaper_oma_size_limit] => 0 [screensaver] => false [screensaver_max_width] => 0 [screensaver_max_height] => 0 [screensaver_preferred_width] => 0 [screensaver_preferred_height] => 0 [screensaver_resize] => none [screensaver_wbmp] => false [screensaver_bmp] => false [screensaver_gif] => false [screensaver_jpg] => false [screensaver_png] => false [screensaver_greyscale] => false [screensaver_colors] => 2 [screensaver_df_size_limit] => 0 [screensaver_directdownload_size_limit] => 0 [screensaver_inline_size_limit] => 0 [screensaver_oma_size_limit] => 0 [picture] => false [picture_max_width] => 0 [picture_max_height] => 0 [picture_preferred_width] => 0 [picture_preferred_height] => 0 [picture_resize] => none [picture_wbmp] => false [picture_bmp] => false [picture_gif] => false [picture_jpg] => false [picture_png] => false [picture_greyscale] => false [picture_colors] => 2 [picture_df_size_limit] => 0 [picture_directdownload_size_limit] => 0 [picture_inline_size_limit] => 0 [picture_oma_size_limit] => 0 [video] => false [oma_v_1_0_forwardlock] => false [oma_v_1_0_combined_delivery] => false [oma_v_1_0_separate_delivery] => false [streaming_video] => true [streaming_3gpp] => true [streaming_mp4] => true [streaming_mov] => false [streaming_video_size_limit] => 0 [streaming_real_media] => none [streaming_flv] => false [streaming_3g2] => false [streaming_vcodec_h263_0] => 10 [streaming_vcodec_h263_3] => -1 [streaming_vcodec_mpeg4_sp] => 2 [streaming_vcodec_mpeg4_asp] => -1 [streaming_vcodec_h264_bp] => 3.0 [streaming_acodec_amr] => nb [streaming_acodec_aac] => lc [streaming_wmv] => none [streaming_preferred_protocol] => rtsp [streaming_preferred_http_protocol] => progressive_download [wap_push_support] => false [connectionless_service_indication] => false [connectionless_service_load] => false [connectionless_cache_operation] => false [connectionoriented_unconfirmed_service_indication] => false [connectionoriented_unconfirmed_service_load] => false [connectionoriented_unconfirmed_cache_operation] => false [connectionoriented_confirmed_service_indication] => false [connectionoriented_confirmed_service_load] => false [connectionoriented_confirmed_cache_operation] => false [utf8_support] => true [ascii_support] => false [iso8859_support] => false [expiration_date] => false [j2me_cldc_1_0] => false [j2me_cldc_1_1] => false [j2me_midp_1_0] => false [j2me_midp_2_0] => false [doja_1_0] => false [doja_1_5] => false [doja_2_0] => false [doja_2_1] => false [doja_2_2] => false [doja_3_0] => false [doja_3_5] => false [doja_4_0] => false [j2me_jtwi] => false [j2me_mmapi_1_0] => false [j2me_mmapi_1_1] => false [j2me_wmapi_1_0] => false [j2me_wmapi_1_1] => false [j2me_wmapi_2_0] => false [j2me_btapi] => false [j2me_3dapi] => false [j2me_locapi] => false [j2me_nokia_ui] => false [j2me_motorola_lwt] => false [j2me_siemens_color_game] => false [j2me_siemens_extension] => false [j2me_heap_size] => 0 [j2me_max_jar_size] => 0 [j2me_storage_size] => 0 [j2me_max_record_store_size] => 0 [j2me_screen_width] => 0 [j2me_screen_height] => 0 [j2me_canvas_width] => 0 [j2me_canvas_height] => 0 [j2me_bits_per_pixel] => 0 [j2me_audio_capture_enabled] => false [j2me_video_capture_enabled] => false [j2me_photo_capture_enabled] => false [j2me_capture_image_formats] => none [j2me_http] => false [j2me_https] => false [j2me_socket] => false [j2me_udp] => false [j2me_serial] => false [j2me_gif] => false [j2me_gif89a] => false [j2me_jpg] => false [j2me_png] => false [j2me_bmp] => false [j2me_bmp3] => false [j2me_wbmp] => false [j2me_midi] => false [j2me_wav] => false [j2me_amr] => false [j2me_mp3] => false [j2me_mp4] => false [j2me_imelody] => false [j2me_rmf] => false [j2me_au] => false [j2me_aac] => false [j2me_realaudio] => false [j2me_xmf] => false [j2me_wma] => false [j2me_3gpp] => false [j2me_h263] => false [j2me_svgt] => false [j2me_mpeg4] => false [j2me_realvideo] => false [j2me_real8] => false [j2me_realmedia] => false [j2me_left_softkey_code] => 0 [j2me_right_softkey_code] => 0 [j2me_middle_softkey_code] => 0 [j2me_select_key_code] => 0 [j2me_return_key_code] => 0 [j2me_clear_key_code] => 0 [j2me_datefield_no_accepts_null_date] => false [j2me_datefield_broken] => false [receiver] => false [sender] => false [mms_max_size] => 0 [mms_max_height] => 0 [mms_max_width] => 0 [built_in_recorder] => false [built_in_camera] => true [mms_jpeg_baseline] => false [mms_jpeg_progressive] => false [mms_gif_static] => false [mms_gif_animated] => false [mms_png] => false [mms_bmp] => false [mms_wbmp] => false [mms_amr] => false [mms_wav] => false [mms_midi_monophonic] => false [mms_midi_polyphonic] => false [mms_midi_polyphonic_voices] => 0 [mms_spmidi] => false [mms_mmf] => false [mms_mp3] => false [mms_evrc] => false [mms_qcelp] => false [mms_ota_bitmap] => false [mms_nokia_wallpaper] => false [mms_nokia_operatorlogo] => false [mms_nokia_3dscreensaver] => false [mms_nokia_ringingtone] => false [mms_rmf] => false [mms_xmf] => false [mms_symbian_install] => false [mms_jar] => false [mms_jad] => false [mms_vcard] => false [mms_vcalendar] => false [mms_wml] => false [mms_wbxml] => false [mms_wmlc] => false [mms_video] => false [mms_mp4] => false [mms_3gpp] => false [mms_3gpp2] => false [mms_max_frame_rate] => 0 [nokiaring] => false [picturemessage] => false [operatorlogo] => false [largeoperatorlogo] => false [callericon] => false [nokiavcard] => false [nokiavcal] => false [sckl_ringtone] => false [sckl_operatorlogo] => false [sckl_groupgraphic] => false [sckl_vcard] => false [sckl_vcalendar] => false [text_imelody] => false [ems] => false [ems_variablesizedpictures] => false [ems_imelody] => false [ems_odi] => false [ems_upi] => false [ems_version] => 0 [siemens_ota] => false [siemens_logo_width] => 101 [siemens_logo_height] => 29 [siemens_screensaver_width] => 101 [siemens_screensaver_height] => 50 [gprtf] => false [sagem_v1] => false [sagem_v2] => false [panasonic] => false [sms_enabled] => true [wav] => false [mmf] => false [smf] => false [mld] => false [midi_monophonic] => false [midi_polyphonic] => false [sp_midi] => false [rmf] => false [xmf] => false [compactmidi] => false [digiplug] => false [nokia_ringtone] => false [imelody] => false [au] => false [amr] => false [awb] => false [aac] => true [mp3] => true [voices] => 1 [qcelp] => false [evrc] => false [flash_lite_version] => [fl_wallpaper] => false [fl_screensaver] => false [fl_standalone] => false [fl_browser] => false [fl_sub_lcd] => false [full_flash_support] => true [css_supports_width_as_percentage] => true [css_border_image] => webkit [css_rounded_corners] => webkit [css_gradient] => none [css_spriting] => true [css_gradient_linear] => none [is_transcoder] => false [transcoder_ua_header] => user-agent [rss_support] => false [pdf_support] => true [progressive_download] => true [playback_vcodec_h263_0] => 10 [playback_vcodec_h263_3] => -1 [playback_vcodec_mpeg4_sp] => 0 [playback_vcodec_mpeg4_asp] => -1 [playback_vcodec_h264_bp] => 3.0 [playback_real_media] => none [playback_3gpp] => true [playback_3g2] => false [playback_mp4] => true [playback_mov] => false [playback_acodec_amr] => nb [playback_acodec_aac] => none [playback_df_size_limit] => 0 [playback_directdownload_size_limit] => 0 [playback_inline_size_limit] => 0 [playback_oma_size_limit] => 0 [playback_acodec_qcelp] => false [playback_wmv] => none [hinted_progressive_download] => true [html_preferred_dtd] => html4 [viewport_supported] => true [viewport_width] => device_width_token [viewport_userscalable] => no [viewport_initial_scale] => [viewport_maximum_scale] => [viewport_minimum_scale] => [mobileoptimized] => false [handheldfriendly] => false [canvas_support] => full [image_inlining] => true [is_smarttv] => false [is_console] => false [nfc_support] => false [ux_full_desktop] => false [jqm_grade] => A [is_sencha_touch_ok] => false [controlcap_is_smartphone] => default [controlcap_is_ios] => default [controlcap_is_android] => default [controlcap_is_robot] => default [controlcap_is_app] => default [controlcap_advertised_device_os] => default [controlcap_advertised_device_os_version] => default [controlcap_advertised_browser] => default [controlcap_advertised_browser_version] => default [controlcap_is_windows_phone] => default [controlcap_is_full_desktop] => default [controlcap_is_largescreen] => default [controlcap_is_mobile] => default [controlcap_is_touchscreen] => default [controlcap_is_wml_preferred] => default [controlcap_is_xhtmlmp_preferred] => default [controlcap_is_html_preferred] => default [controlcap_form_factor] => default [controlcap_complete_device_name] => default ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr></table> </div> <div class="section"> <h1 class="header center orange-text">About this comparison</h1> <div class="row center"> <h5 class="header light"> The primary goal of this project is simple<br /> I wanted to know which user agent parser is the most accurate in each part - device detection, bot detection and so on...<br /> <br /> The secondary goal is to provide a source for all user agent parsers to improve their detection based on this results.<br /> <br /> You can also improve this further, by suggesting ideas at <a href="https://github.com/ThaDafinser/UserAgentParserComparison">ThaDafinser/UserAgentParserComparison</a><br /> <br /> The comparison is based on the abstraction by <a href="https://github.com/ThaDafinser/UserAgentParser">ThaDafinser/UserAgentParser</a> </h5> </div> </div> <div class="card"> <div class="card-content"> Comparison created <i>2016-01-26 16:38:31</i> | by <a href="https://github.com/ThaDafinser">ThaDafinser</a> </div> </div> </div> <script src="https://code.jquery.com/jquery-2.1.4.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"></script> <script src="http://cdnjs.cloudflare.com/ajax/libs/list.js/1.1.1/list.min.js"></script> <script> $(document).ready(function(){ // the "href" attribute of .modal-trigger must specify the modal ID that wants to be triggered $('.modal-trigger').leanModal(); }); </script> </body> </html>
PyMel.docset/Contents/Resources/Documents/generated/functions/pymel.core.runtime/pymel.core.runtime.SmoothCurveOptions.html
alexwidener/PyMelDocset
<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.SmoothCurveOptions.html by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 01 Aug 2015 05:40:32 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.SmoothCurveOptions — 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.SmoothHairCurves.html" rel="next" title="pymel.core.runtime.SmoothHairCurves"/> <link href="pymel.core.runtime.SmoothCurve.html" rel="prev" title="pymel.core.runtime.SmoothCurve"/> <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.SmoothCurveOptions ¶ SmoothCurveOptions ( *args , **kwargs ) ¶ Previous topic pymel.core.runtime.SmoothCurve Next topic pymel.core.runtime.SmoothHairCurves 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_SmoothCurveOptions_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.SmoothHairCurves.html" title="pymel.core.runtime.SmoothHairCurves">next</a> |</li> <li class="right"> <a accesskey="P" href="pymel.core.runtime.SmoothCurve.html" title="pymel.core.runtime.SmoothCurve">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-smoothcurveoptions"> <h1>pymel.core.runtime.SmoothCurveOptions<a class="headerlink" href="#pymel-core-runtime-smoothcurveoptions" title="Permalink to this headline">¶</a></h1> <dl class="function"> <dt id="pymel.core.runtime.SmoothCurveOptions"><a name="//apple_ref/cpp/Function/pymel.core.runtime.SmoothCurveOptions"></a> <tt class="descname">SmoothCurveOptions</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#pymel.core.runtime.SmoothCurveOptions" 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.SmoothCurve.html" title="previous chapter">pymel.core.runtime.SmoothCurve</a></p> <h4>Next topic</h4> <p class="topless"><a href="pymel.core.runtime.SmoothHairCurves.html" title="next chapter">pymel.core.runtime.SmoothHairCurves</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.SmoothCurveOptions.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.SmoothHairCurves.html" title="pymel.core.runtime.SmoothHairCurves">next</a> |</li> <li class="right"> <a href="pymel.core.runtime.SmoothCurve.html" title="pymel.core.runtime.SmoothCurve">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.SmoothCurveOptions.html by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 01 Aug 2015 05:40:33 GMT --> </body></html>
tools/armgcc/share/doc/gcc-arm-none-eabi/html/ld.html/Reporting-Bugs.html
marduino/stm32Proj
<html lang="en"> <head> <title>Reporting Bugs - Untitled</title> <meta http-equiv="Content-Type" content="text/html"> <meta name="description" content="Untitled"> <meta name="generator" content="makeinfo 4.11"> <link title="Top" rel="start" href="index.html#Top"> <link rel="prev" href="BFD.html#BFD" title="BFD"> <link rel="next" href="MRI.html#MRI" title="MRI"> <link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage"> <!-- This file documents the GNU linker LD (GNU Binutils) version 2.23.2. Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of the license is included in the section entitled ``GNU Free Documentation License''.--> <meta http-equiv="Content-Style-Type" content="text/css"> <style type="text/css"><!-- pre.display { font-family:inherit } pre.format { font-family:inherit } pre.smalldisplay { font-family:inherit; font-size:smaller } pre.smallformat { font-family:inherit; font-size:smaller } pre.smallexample { font-size:smaller } pre.smalllisp { font-size:smaller } span.sc { font-variant:small-caps } span.roman { font-family:serif; font-weight:normal; } span.sansserif { font-family:sans-serif; font-weight:normal; } --></style> </head> <body> <div class="node"> <p> <a name="Reporting-Bugs"></a> Next:&nbsp;<a rel="next" accesskey="n" href="MRI.html#MRI">MRI</a>, Previous:&nbsp;<a rel="previous" accesskey="p" href="BFD.html#BFD">BFD</a>, Up:&nbsp;<a rel="up" accesskey="u" href="index.html#Top">Top</a> <hr> </div> <h2 class="chapter">6 Reporting Bugs</h2> <p><a name="index-bugs-in-_0040command_007bld_007d-706"></a><a name="index-reporting-bugs-in-_0040command_007bld_007d-707"></a> Your bug reports play an essential role in making <samp><span class="command">ld</span></samp> reliable. <p>Reporting a bug may help you by bringing a solution to your problem, or it may not. But in any case the principal function of a bug report is to help the entire community by making the next version of <samp><span class="command">ld</span></samp> work better. Bug reports are your contribution to the maintenance of <samp><span class="command">ld</span></samp>. <p>In order for a bug report to serve its purpose, you must include the information that enables us to fix the bug. <ul class="menu"> <li><a accesskey="1" href="Bug-Criteria.html#Bug-Criteria">Bug Criteria</a>: Have you found a bug? <li><a accesskey="2" href="Bug-Reporting.html#Bug-Reporting">Bug Reporting</a>: How to report bugs </ul> </body></html>
angular-seed/app/template/createjob.html
ultra-koder/JobMarket
<br><br> <h1><f><center>Create a new job</center></f></h1> <br> <form ng-app="myApp" ng-submit="submit()"> <br> <div layout="row" ng-cloak="" class="md-inline-form" flex= "50" flex-offset="20" flex-gt-xs=""> <md-input-container class="md-block" > <label>Job name:</label> <input ng-model="job_name" ng-init="job_name='Test'"> </md-input-container> </div> <div layout="row"> <md-input-container class="md-block" flex-offset="20" flex= "70" flex-gt-sm=""> <label>Job description:</label> <input ng-model="job_description"> </md-input-container> </div> <div layout="row"> <md-input-container class="md-block" flex-offset="20" flex= "70" flex-gt-sm=""> <label>Required skills:</label> <md-chips ng-model="job_skills"></md-chips> </md-input-container> </div> <div layout-gt-xs="row" class="md-inline-form"> <md-input-container class="md-block" flex-gt-xs flex= "30" flex-offset="20"> <label>Location:</label> <input ng-model="job_location"> </md-input-container> <md-datepicker flex-offset="10" flex= "30" flex-gt-xs="" ng-model="job_date" md-placeholder="Completion date"></md-datepicker> </div> <div layout="row" > <md-input-container class="md-block" flex= "30" flex-offset="20" flex-gt-sm=""> <label>Urgency:</label> <input type="number" value="1" min="1" max="5"> </md-input-container> <md-input-container class="md-block" flex-offset="10" flex= "30" flex-gt-sm=""> <label>Compensation:</label> <input type="number" value="100"><br><br> </md-input-container> </div> <br><br> <input type="submit" class="md-raised btn-lg pull-center" id= "submit" flex-offset="20" flex-gt-sm="" value= "Create job" font-size=30px> </div> <br><br><br> <br><br><br> <br><br><br> <br><br><br> <br><br><br> <br><br><br> <br><br><br> </form>
ext/search/search.css
acoffman/indexmarks
.container { font-family: Helvetica, Arial, sans-serif; margin: auto; background: #2d2d2d; width: 500px; height: 25px; color: #FFFFFF } .container h1 { margin: 2px; font-size: 21px; float:right; } .icon { width: 25px; height: 25px; float:left; } #search_field { margin:auto; display:block; width:100%; } .result { border: 1px solid #000000; background: #d3d3d3; margin: 10px auto; display: block; font-size: 14px; } .result a { text-decoration: none; padding: 5px; color: #000000; display:block; } .result a:hover { background:#708090; } .result_title { font-style:bold; font-size:18px; margin: 5px 0; display:block; } .result_text { display:block; margin: 5px 0; } .result_link { display:block; font-style:italic; margin: 5px 0; font-size: 10px; }
lib/lwjgl/javadoc/org/lwjgl/opengl/APPLEYcbcr422.html
jmcomets/tropical-escape
<!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_14) on Sun Nov 04 20:18:55 CET 2012 --> <TITLE> APPLEYcbcr422 (LWJGL API) </TITLE> <META NAME="date" CONTENT="2012-11-04"> <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="APPLEYcbcr422 (LWJGL API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/APPLEYcbcr422.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&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-all.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;<A HREF="../../../org/lwjgl/opengl/APPLEVertexProgramEvaluators.html" title="class in org.lwjgl.opengl"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../org/lwjgl/opengl/ARBBaseInstance.html" title="class in org.lwjgl.opengl"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?org/lwjgl/opengl/APPLEYcbcr422.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="APPLEYcbcr422.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> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#methods_inherited_from_class_java.lang.Object">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> org.lwjgl.opengl</FONT> <BR> Class APPLEYcbcr422</H2> <PRE> java.lang.Object <IMG SRC="../../../resources/inherit.gif" ALT="extended by "><B>org.lwjgl.opengl.APPLEYcbcr422</B> </PRE> <HR> <DL> <DT><PRE>public final class <B>APPLEYcbcr422</B><DT>extends java.lang.Object</DL> </PRE> <P> <HR> <P> <!-- =========== FIELD SUMMARY =========== --> <A NAME="field_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Field Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/lwjgl/opengl/APPLEYcbcr422.html#GL_UNSIGNED_SHORT_8_8_APPLE">GL_UNSIGNED_SHORT_8_8_APPLE</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Accepted by the &lt;type&gt; parameter of DrawPixels, ReadPixels, TexImage1D, TexImage2D, GetTexImage, TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D, GetHistogram, GetMinmax, ConvolutionFilter1D, ConvolutionFilter2D, ConvolutionFilter3D, GetConvolutionFilter, SeparableFilter2D, SeparableFilter3D, GetSeparableFilter, ColorTable, GetColorTable:</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/lwjgl/opengl/APPLEYcbcr422.html#GL_UNSIGNED_SHORT_8_8_REV_APPLE">GL_UNSIGNED_SHORT_8_8_REV_APPLE</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Accepted by the &lt;type&gt; parameter of DrawPixels, ReadPixels, TexImage1D, TexImage2D, GetTexImage, TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D, GetHistogram, GetMinmax, ConvolutionFilter1D, ConvolutionFilter2D, ConvolutionFilter3D, GetConvolutionFilter, SeparableFilter2D, SeparableFilter3D, GetSeparableFilter, ColorTable, GetColorTable:</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/lwjgl/opengl/APPLEYcbcr422.html#GL_YCBCR_422_APPLE">GL_YCBCR_422_APPLE</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Accepted by the &lt;format&gt; parameter of DrawPixels, ReadPixels, TexImage1D, TexImage2D, GetTexImage, TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D, GetHistogram, GetMinmax, ConvolutionFilter1D, ConvolutionFilter2D, ConvolutionFilter3D, GetConvolutionFilter, SeparableFilter2D, SeparableFilter3D, GetSeparableFilter, ColorTable, GetColorTable:</TD> </TR> </TABLE> &nbsp; <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Method Summary</B></FONT></TH> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> </TR> </TABLE> &nbsp; <P> <!-- ============ FIELD DETAIL =========== --> <A NAME="field_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Field Detail</B></FONT></TH> </TR> </TABLE> <A NAME="GL_YCBCR_422_APPLE"><!-- --></A><H3> GL_YCBCR_422_APPLE</H3> <PRE> public static final int <B>GL_YCBCR_422_APPLE</B></PRE> <DL> <DD>Accepted by the &lt;format&gt; parameter of DrawPixels, ReadPixels, TexImage1D, TexImage2D, GetTexImage, TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D, GetHistogram, GetMinmax, ConvolutionFilter1D, ConvolutionFilter2D, ConvolutionFilter3D, GetConvolutionFilter, SeparableFilter2D, SeparableFilter3D, GetSeparableFilter, ColorTable, GetColorTable: <P> <DL> <DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.lwjgl.opengl.APPLEYcbcr422.GL_YCBCR_422_APPLE">Constant Field Values</A></DL> </DL> <HR> <A NAME="GL_UNSIGNED_SHORT_8_8_APPLE"><!-- --></A><H3> GL_UNSIGNED_SHORT_8_8_APPLE</H3> <PRE> public static final int <B>GL_UNSIGNED_SHORT_8_8_APPLE</B></PRE> <DL> <DD>Accepted by the &lt;type&gt; parameter of DrawPixels, ReadPixels, TexImage1D, TexImage2D, GetTexImage, TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D, GetHistogram, GetMinmax, ConvolutionFilter1D, ConvolutionFilter2D, ConvolutionFilter3D, GetConvolutionFilter, SeparableFilter2D, SeparableFilter3D, GetSeparableFilter, ColorTable, GetColorTable: <P> <DL> <DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.lwjgl.opengl.APPLEYcbcr422.GL_UNSIGNED_SHORT_8_8_APPLE">Constant Field Values</A></DL> </DL> <HR> <A NAME="GL_UNSIGNED_SHORT_8_8_REV_APPLE"><!-- --></A><H3> GL_UNSIGNED_SHORT_8_8_REV_APPLE</H3> <PRE> public static final int <B>GL_UNSIGNED_SHORT_8_8_REV_APPLE</B></PRE> <DL> <DD>Accepted by the &lt;type&gt; parameter of DrawPixels, ReadPixels, TexImage1D, TexImage2D, GetTexImage, TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D, GetHistogram, GetMinmax, ConvolutionFilter1D, ConvolutionFilter2D, ConvolutionFilter3D, GetConvolutionFilter, SeparableFilter2D, SeparableFilter3D, GetSeparableFilter, ColorTable, GetColorTable: <P> <DL> <DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.lwjgl.opengl.APPLEYcbcr422.GL_UNSIGNED_SHORT_8_8_REV_APPLE">Constant Field Values</A></DL> </DL> <!-- ========= END OF CLASS DATA ========= --> <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="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/APPLEYcbcr422.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&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-all.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;<A HREF="../../../org/lwjgl/opengl/APPLEVertexProgramEvaluators.html" title="class in org.lwjgl.opengl"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../org/lwjgl/opengl/ARBBaseInstance.html" title="class in org.lwjgl.opengl"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?org/lwjgl/opengl/APPLEYcbcr422.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="APPLEYcbcr422.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> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#methods_inherited_from_class_java.lang.Object">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> <i>Copyright &#169; 2002-2009 lwjgl.org. All Rights Reserved.</i> </BODY> </HTML>
landingpage/header_1/css/slick-theme.css
augusteo/techfugee
@charset 'UTF-8'; /* Slider */ .slick-loading .slick-list { background: #fff url('../images/loader.gif') center center no-repeat; } /* Icons */ @font-face { font-family: 'slick'; font-weight: normal; font-style: normal; src: url('../fonts/slick.eot'); src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg'); } /* Arrows */ .slick-prev, .slick-next { font-size: 0; line-height: 0; position: absolute; top: 50%; display: block; width: 20px; height: 20px; padding: 0; margin-top: -10px\9; /*lte IE 8*/ -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); cursor: pointer; color: transparent; border: none; outline: none; background: transparent; } .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { color: transparent; outline: none; background: transparent; } .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; } .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: .25; } .slick-prev:before, .slick-next:before { font-family: 'slick'; font-size: 20px; line-height: 1; opacity: .75; color: white; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .slick-prev { left: -25px; } [dir='rtl'] .slick-prev { right: -25px; left: auto; } .slick-prev:before { content: '←'; } [dir='rtl'] .slick-prev:before { content: '→'; } .slick-next { right: -25px; } [dir='rtl'] .slick-next { right: auto; left: -25px; } .slick-next:before { content: '→'; } [dir='rtl'] .slick-next:before { content: '←'; } /* Dots */ .slick-slider { margin-bottom: 30px; } .slick-dots { position: absolute; bottom: -45px; display: block; width: 100%; padding: 0; list-style: none; text-align: center; } .slick-dots li { position: relative; display: inline-block; width: 20px; height: 20px; margin: 0 5px; padding: 0; cursor: pointer; } .slick-dots li button { font-size: 0; line-height: 0; display: block; width: 20px; height: 20px; padding: 5px; cursor: pointer; color: transparent; border: 0; outline: none; background: transparent; } .slick-dots li button:hover, .slick-dots li button:focus { outline: none; } .slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; } .slick-dots li button:before { font-family: 'slick'; font-size: 6px; line-height: 20px; position: absolute; top: 0; left: 0; width: 20px; height: 20px; content: '•'; text-align: center; opacity: .25; color: black; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .slick-dots li.slick-active button:before { opacity: .75; color: black; }
widgets/common/assets/shadows/aqua/aquaRed/aquaRed4.css
idutta2007/yiigems
.aquaRed4, .hover_aquaRed4:hover, .active_aquaRed4:active { -webkit-box-shadow: 0 0.63em 0.75em rgba(255, 102, 117, .39), inset 0 -0.5em 0.9em 0 #ffccd8, inset 0 -0.5em 0em 0.65em rgb(255, 51, 68), inset 0 0em 0.5em 2em rgb(244, 190, 194); -moz-box-shadow: 0 0.63em 0.75em rgba(255, 102, 117, .39), inset 0 -0.5em 0.9em 0 #ffccd8, inset 0 -0.5em 0em 0.65em rgb(255, 51, 68), inset 0 0em 0.5em 2em rgb(244, 190, 194); box-shadow: 0 0.63em 0.75em rgba(255, 102, 117, .39), inset 0 -0.5em 0.9em 0 #ffccd8, inset 0 -0.5em 0em 0.65em rgb(255, 51, 68), inset 0 0em 0.5em 2em rgb(244, 190, 194); } .aquaRed4h, .hover_aquaRed4h:hover, .active_aquaRed4h:active { -webkit-box-shadow:0 0.63em 1em rgba(255, 127, 140, .55), inset 0 -0.5em 0.9em 0 #ffffff, inset 0 -0.5em 0em 0.65em #ff99a1, inset 0 0em 0.5em 2em #ffffff; -moz-box-shadow:0 0.63em 1em rgba(255, 127, 140, .55), inset 0 -0.5em 0.9em 0 #ffffff, inset 0 -0.5em 0em 0.65em #ff99a1, inset 0 0em 0.5em 2em #ffffff; box-shadow:0 0.63em 1em rgba(255, 127, 140, .55), inset 0 -0.5em 0.9em 0 #ffffff, inset 0 -0.5em 0em 0.65em #ff99a1, inset 0 0em 0.5em 2em #ffffff; } .aquaRed4a, .hover_aquaRed4a:hover, .active_aquaRed4a:active { /*background: #ff0a0a;*/ -webkit-box-shadow:0 0.63em 1em rgba(255, 51, 71, .55), inset 0 -0.5em 0.9em 0 #ffe5eb, inset 0 -0.5em 0em 0.65em #ff616e, inset 0 0em 0.5em 2em #ffb2b9; -moz-box-shadow:0 0.63em 1em rgba(255, 51, 71, .55), inset 0 -0.5em 0.9em 0 #ffe5eb, inset 0 -0.5em 0em 0.65em #ff616e, inset 0 0em 0.5em 2em #ffb2b9; box-shadow:0 0.63em 1em rgba(255, 51, 71, .55), inset 0 -0.5em 0.9em 0 #ffe5eb, inset 0 -0.5em 0em 0.65em #ff616e, inset 0 0em 0.5em 2em #ffb2b9; } /* ------------------------------ color settings ----------------------------*/ .color_aquaRed4, .hover_color_aquaRed4:hover, .active_color_aquaRed4:active { color: #282828; } .color_aquaRed4h, .hover_color_aquaRed4h:hover, .active_color_aquaRed4h:active { color: #c8c8c8; } .color_aquaRed4a, .hover_color_aquaRed4a:hover, .active_color_aquaRed4a:active { color: #c8c8c8; } /* -------------------------- border settings --------------------------------*/ .border_aquaRed4, .hover_border_aquaRed4:hover, .active_border_aquaRed4:active { border-color: #ff0a0a #ff0a0a #ff0a0a #ff0a0a; } .border_aquaRed4h, .hover_border_aquaRed4h:hover, .active_border_aquaRed4h:active { border-color: #ff0a0a #ff0a0a #ff0a0a #ff0a0a; } .border_aquaRed4a, .hover_border_aquaRed4a:hover, .active_border_aquaRed4a:active { border-color: #ff0a0a #ff0a0a #ff0a0a #ff0a0a; }
vsdoc/topic_0000000000000443.html
asiboro/asiboro.github.io
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="GENERATOR" content="VSdocman - documentation generator; https://www.helixoft.com" /> <link rel="icon" href="favicon.ico"> <title>tlece_QuestionVideo.UpdatedUtc Property</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">tlece_QuestionVideo.UpdatedUtc Property</h1> <div class="metadata"> Namespace: <a href="topic_0000000000000265.html">Tlece.Recruitment.Entities</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 Property UpdatedUtc() As <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.nullable-1">Nullable</a>(Of <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.datetime">Date</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.nullable-1">Nullable</a>&lt;<a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.datetime">DateTime</a>&gt; UpdatedUtc {get; set;}</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 />property <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.nullable-1">Nullable</a>&lt;<a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.datetime">DateTime</a>&gt; UpdatedUtc {&nbsp;<br /> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.nullable-1">Nullable</a>&lt;<a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.datetime">DateTime</a>&gt; get( );&nbsp;<br /> void set(&nbsp;<br /> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.nullable-1">Nullable</a>&lt;<a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.datetime">DateTime</a>&gt; value&nbsp;<br /> );&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"> Property Value</h4> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.nullable-1">Nullable</a>&lt;<a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.datetime">DateTime</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_0000000000000436.html">tlece_QuestionVideo Class</a><br /> <a href="topic_0000000000000265.html">Tlece.Recruitment.Entities 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>
templates/rango/search.html
comsaint/tango
{% extends "base.html" %} {% load staticfiles %} {% block title %}Search{% endblock %} {% block body_block %} <div class="page-header"> <h1>Search with Rango</h1> </div> <div class="row"> <div class="panel panel-primary"> <br/> <form class="form-inline" id="user_form" method="post" action="{% url 'rango:search' %}"> {% csrf_token %} <!-- Display the search form elements here --> <input class="form-control" type="text" size="50" name="query" value="" id="query" /> <input class="btn btn-primary" type="submit" name="submit" value="Search" /> <br /> </form> <div class="panel"> {% if result_list %} <div class="panel-heading"> <h3 class="panel-title">Results</h3> <!-- Display search results in an ordered list --> <div class="panel-body"> <div class="list-group"> {% for result in result_list %} <div class="list-group-item"> <h4 class="list-group-item-heading"><a href="{{ result.link }}">{{ result.title }}</a></h4> <p class="list-group-item-text">{{ result.summary }}</p> </div> {% endfor %} </div> </div> {% endif %} </div> </div> </div> {% endblock %}
Contents/Resources/Documents/classgoogle_1_1appengine_1_1tools_1_1devappserver2_1_1gcs__server__test_1_1_g_c_s_test.html
tzmartin/gae-python.docset
<!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.7"/> <title>App Engine Python SDK: google.appengine.tools.devappserver2.gcs_server_test.GCSTest 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="doxygen.css" rel="stylesheet" type="text/css" /> <link href="common.css" rel="stylesheet" type="text/css"/> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectlogo"><img alt="Logo" src="gae-python.logo.png"/></td> <td style="padding-left: 0.5em;"> <div id="projectname">App Engine Python SDK &#160;<span id="projectnumber">v1.6.9 rev.445</span> </div> <div id="projectbrief">The Python runtime is available as an experimental Preview feature.</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.7 --> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><b>google</b></li><li class="navelem"><b>appengine</b></li><li class="navelem"><b>tools</b></li><li class="navelem"><b>devappserver2</b></li><li class="navelem"><b>gcs_server_test</b></li><li class="navelem"><a class="el" href="classgoogle_1_1appengine_1_1tools_1_1devappserver2_1_1gcs__server__test_1_1_g_c_s_test.html">GCSTest</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#pub-methods">Public Member Functions</a> &#124; <a href="#pub-attribs">Public Attributes</a> &#124; <a href="classgoogle_1_1appengine_1_1tools_1_1devappserver2_1_1gcs__server__test_1_1_g_c_s_test-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">google.appengine.tools.devappserver2.gcs_server_test.GCSTest Class Reference</div> </div> </div><!--header--> <div class="contents"> <div class="dynheader"> Inheritance diagram for google.appengine.tools.devappserver2.gcs_server_test.GCSTest:</div> <div class="dyncontent"> <div class="center"> <img src="classgoogle_1_1appengine_1_1tools_1_1devappserver2_1_1gcs__server__test_1_1_g_c_s_test.png" usemap="#google.appengine.tools.devappserver2.gcs_server_test.GCSTest_map" alt=""/> <map id="google.appengine.tools.devappserver2.gcs_server_test.GCSTest_map" name="google.appengine.tools.devappserver2.gcs_server_test.GCSTest_map"> <area href="classgoogle_1_1appengine_1_1tools_1_1devappserver2_1_1wsgi__test__utils_1_1_w_s_g_i_test_case.html" alt="google.appengine.tools.devappserver2.wsgi_test_utils.WSGITestCase" shape="rect" coords="0,56,404,80"/> </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:acc58f88e9ba4dcd0b44fabd4bb39f924"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="acc58f88e9ba4dcd0b44fabd4bb39f924"></a> def&#160;</td><td class="memItemRight" valign="bottom"><b>setUp</b></td></tr> <tr class="separator:acc58f88e9ba4dcd0b44fabd4bb39f924"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a2c7a044e0ee6ee1374e479831e7c0b13"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a2c7a044e0ee6ee1374e479831e7c0b13"></a> def&#160;</td><td class="memItemRight" valign="bottom"><b>tearDown</b></td></tr> <tr class="separator:a2c7a044e0ee6ee1374e479831e7c0b13"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aec21c941bb72a2e1687646068af0c3cf"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aec21c941bb72a2e1687646068af0c3cf"></a> def&#160;</td><td class="memItemRight" valign="bottom"><b>run_request</b></td></tr> <tr class="separator:aec21c941bb72a2e1687646068af0c3cf"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a99dfa50a615d7c1ca2ee3290352f8dfd"><td class="memItemLeft" align="right" valign="top">def&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgoogle_1_1appengine_1_1tools_1_1devappserver2_1_1gcs__server__test_1_1_g_c_s_test.html#a99dfa50a615d7c1ca2ee3290352f8dfd">expect_dispatch</a></td></tr> <tr class="separator:a99dfa50a615d7c1ca2ee3290352f8dfd"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a8386450be025904c4c08e8fc76dbb2c6"><td class="memItemLeft" align="right" valign="top">def&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgoogle_1_1appengine_1_1tools_1_1devappserver2_1_1gcs__server__test_1_1_g_c_s_test.html#a8386450be025904c4c08e8fc76dbb2c6">test_dispatch</a></td></tr> <tr class="separator:a8386450be025904c4c08e8fc76dbb2c6"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aefa855773f734322d2719c8fa087982a"><td class="memItemLeft" align="right" valign="top">def&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgoogle_1_1appengine_1_1tools_1_1devappserver2_1_1gcs__server__test_1_1_g_c_s_test.html#aefa855773f734322d2719c8fa087982a">test_http_308</a></td></tr> <tr class="separator:aefa855773f734322d2719c8fa087982a"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a05a9767a24f867f6543aee9f7234705f"><td class="memItemLeft" align="right" valign="top">def&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgoogle_1_1appengine_1_1tools_1_1devappserver2_1_1gcs__server__test_1_1_g_c_s_test.html#a05a9767a24f867f6543aee9f7234705f">test_dispatch_value_error</a></td></tr> <tr class="separator:a05a9767a24f867f6543aee9f7234705f"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="inherit_header pub_methods_classgoogle_1_1appengine_1_1tools_1_1devappserver2_1_1wsgi__test__utils_1_1_w_s_g_i_test_case"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classgoogle_1_1appengine_1_1tools_1_1devappserver2_1_1wsgi__test__utils_1_1_w_s_g_i_test_case')"><img src="closed.png" alt="-"/>&#160;Public Member Functions inherited from <a class="el" href="classgoogle_1_1appengine_1_1tools_1_1devappserver2_1_1wsgi__test__utils_1_1_w_s_g_i_test_case.html">google.appengine.tools.devappserver2.wsgi_test_utils.WSGITestCase</a></td></tr> <tr class="memitem:adcab4b8e4d49f3619a4650bb4963225c inherit pub_methods_classgoogle_1_1appengine_1_1tools_1_1devappserver2_1_1wsgi__test__utils_1_1_w_s_g_i_test_case"><td class="memItemLeft" align="right" valign="top">def&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgoogle_1_1appengine_1_1tools_1_1devappserver2_1_1wsgi__test__utils_1_1_w_s_g_i_test_case.html#adcab4b8e4d49f3619a4650bb4963225c">assertHeadersEqual</a></td></tr> <tr class="separator:adcab4b8e4d49f3619a4650bb4963225c inherit pub_methods_classgoogle_1_1appengine_1_1tools_1_1devappserver2_1_1wsgi__test__utils_1_1_w_s_g_i_test_case"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a974bf8486e59bed05c7dadc79e0f2e55 inherit pub_methods_classgoogle_1_1appengine_1_1tools_1_1devappserver2_1_1wsgi__test__utils_1_1_w_s_g_i_test_case"><td class="memItemLeft" align="right" valign="top">def&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgoogle_1_1appengine_1_1tools_1_1devappserver2_1_1wsgi__test__utils_1_1_w_s_g_i_test_case.html#a974bf8486e59bed05c7dadc79e0f2e55">assertResponse</a></td></tr> <tr class="separator:a974bf8486e59bed05c7dadc79e0f2e55 inherit pub_methods_classgoogle_1_1appengine_1_1tools_1_1devappserver2_1_1wsgi__test__utils_1_1_w_s_g_i_test_case"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a> Public Attributes</h2></td></tr> <tr class="memitem:a69debf7ac3e2dacb3685e110c8de8cac"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a69debf7ac3e2dacb3685e110c8de8cac"></a> &#160;</td><td class="memItemRight" valign="bottom"><b>mox</b></td></tr> <tr class="separator:a69debf7ac3e2dacb3685e110c8de8cac"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a460aa4e10e8f2b4333dd2ec807f2e9ab"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a460aa4e10e8f2b4333dd2ec807f2e9ab"></a> &#160;</td><td class="memItemRight" valign="bottom"><b>app</b></td></tr> <tr class="separator:a460aa4e10e8f2b4333dd2ec807f2e9ab"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> <div class="textblock"><pre class="fragment">Tests GCS url handler.</pre> </div><h2 class="groupheader">Member Function Documentation</h2> <a class="anchor" id="a99dfa50a615d7c1ca2ee3290352f8dfd"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">def google.appengine.tools.devappserver2.gcs_server_test.GCSTest.expect_dispatch </td> <td>(</td> <td class="paramtype">&#160;</td> <td class="paramname"><em>self</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">&#160;</td> <td class="paramname"><em>method</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">&#160;</td> <td class="paramname"><em>headers</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">&#160;</td> <td class="paramname"><em>path</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">&#160;</td> <td class="paramname"><em>body</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">&#160;</td> <td class="paramname"><em>result</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </div><div class="memdoc"> <pre class="fragment">Setup a mox expectation to gcs_dispatch.dispatch.</pre> </div> </div> <a class="anchor" id="a8386450be025904c4c08e8fc76dbb2c6"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">def google.appengine.tools.devappserver2.gcs_server_test.GCSTest.test_dispatch </td> <td>(</td> <td class="paramtype">&#160;</td> <td class="paramname"><em>self</em></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <pre class="fragment">Tests that dispatch stub is called with the correct parameters.</pre> </div> </div> <a class="anchor" id="a05a9767a24f867f6543aee9f7234705f"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">def google.appengine.tools.devappserver2.gcs_server_test.GCSTest.test_dispatch_value_error </td> <td>(</td> <td class="paramtype">&#160;</td> <td class="paramname"><em>self</em></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <pre class="fragment">Tests that ValueError raised by dispatch stub is handled properly.</pre> </div> </div> <a class="anchor" id="aefa855773f734322d2719c8fa087982a"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">def google.appengine.tools.devappserver2.gcs_server_test.GCSTest.test_http_308 </td> <td>(</td> <td class="paramtype">&#160;</td> <td class="paramname"><em>self</em></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <pre class="fragment">Tests that the non-standard HTTP 308 status code is handled properly.</pre> </div> </div> <hr/>The documentation for this class was generated from the following file:<ul> <li>code/googleappengine-read-only/python/google/appengine/tools/devappserver2/gcs_server_test.py</li> </ul> </div><!-- contents --> <address class="footer"> <small>Maintained by <a href="http://www.tzmartin.com">tzmartin</a></small> </address>