text
stringlengths
2
1.05M
repo_name
stringlengths
5
101
path
stringlengths
4
991
language
stringclasses
3 values
license
stringclasses
5 values
size
int64
2
1.05M
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>actuary: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.5.3 / actuary - 2.1</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> actuary <small> 2.1 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-03-02 14:57:45 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-02 14:57: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 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.3 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 # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/Yosuke-Ito-345/Actuary&quot; dev-repo: &quot;git+https://github.com/Yosuke-Ito-345/Actuary.git&quot; bug-reports: &quot;https://github.com/Yosuke-Ito-345/Actuary/issues&quot; license: &quot;MIT&quot; synopsis: &quot;Formalization of actuarial mathematics in Coq&quot; description: &quot;&quot;&quot; This package formalizes basic actuarial mathematics using Coq and the Mathematical Components and Coquelicot libraries. This includes the theory of interest, life tables, annuities, and reserves.&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.14~&quot;} &quot;coq-mathcomp-ssreflect&quot; {&gt;= &quot;1.12&quot; &amp; &lt; &quot;1.13~&quot;} &quot;coq-coquelicot&quot; {&gt;= &quot;3.1.0&quot;} ] tags: [ &quot;category:Mathematics/Real Calculus and Topology&quot; &quot;keyword:present value&quot; &quot;keyword:life tables&quot; &quot;keyword:annuities&quot; &quot;keyword:reserves&quot; &quot;keyword:actuarial mathematics&quot; &quot;logpath:Actuary&quot; &quot;date:2021-11-01&quot; ] authors: [ &quot;Yosuke Ito&quot; ] url { src: &quot;https://github.com/Yosuke-Ito-345/Actuary/archive/v2.1.tar.gz&quot; checksum: &quot;sha512=d0437d88d6d9511aeaa78d8323d61193f784267bb188e999b8952f1552d11640f9cf398c6e4a05fbcb81941fb0f4a2e7f59b6a08dc7a1561e8dd3242ef7b8293&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-actuary.2.1 coq.8.5.3</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.5.3). The following dependencies couldn&#39;t be met: - coq-actuary -&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-actuary.2.1</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.04.2-2.0.5/released/8.5.3/actuary/2.1.html
HTML
mit
7,210
<div class="dummyTransaction col-xs-12"> <div class="dummyUserAction"> <label class="dummyMainName Title"><%if(isNew){%>Add Transaction<%} else {%><%=model.name%><%}%></label> <form class="form dummyForm"> <div class="form-group dummyInputGroup nopadding"> <label class="sr-only" for="InputAmount">Enter the Amount</label> <div class="input-group col-xs-12"> <input type="number" class="form-control dummyAmount" id="InputAmount" placeholder="Amount" value="<%=tempValue%>"> <div class="input-group-addon dummyDebt cursor-pointer"><i class="fa fa-sign-out fa-1x"></i><p class="nopadding">Give</p></div> <div class="input-group-addon dummyCredit cursor-pointer"><i class="fa fa-sign-in fa-1x "></i><p class="nopadding">Get</p></div> </div> </div> </form> </div> <div class="dummyFriendList FriendList"></div> </div> <nav class="navbar navbar-inverse col-xs-12 text-center nopadding dummyNav" role="navigation"> <div class="<%if(isNew){%>col-xs-offset-3 col-sm-offset-4<%} else {%>col-xs-offset-4 col-sm-offset-5<%}%> contain dummyNavContainer"> <div class="col-xs-3"> <i class="fa fa-arrow-left fa-2x dummyBack"></i> <p class="nopadding white">Back</p> </div> <%if(isNew){%> <div class="col-xs-3"> <i class="fa fa-user-plus fa-2x dummyNewFriend"></i> <p class="nopadding white">Add Friend</p> </div> <%}%> <div class="col-xs-3"> <i class="fa fa-cog fa-2x dummyShowSetting"></i> <p class="nopadding white">Setting</p> </div> </div> <i class="fa fa-ellipsis-h fa-2x pull-right contextual dummyContextual"></i> </nav>
puneethrai/OWE-Reimagined
OWE/www/app/modules/transactionModule/templates/Transaction.html
HTML
mit
1,597
<div style="border: solid 1px #ccc"> <sky-page-summary> <sky-page-summary-alert *ngIf="showAlert"> <sky-alert alertType="info">This is an alert.</sky-alert> </sky-page-summary-alert> <sky-page-summary-image *ngIf="showImage"> <sky-avatar [name]="name" [canChange]="true"></sky-avatar> </sky-page-summary-image> <sky-page-summary-title *ngIf="showTitle"> {{name}} </sky-page-summary-title> <sky-page-summary-subtitle *ngIf="showSubtitle"> Board member </sky-page-summary-subtitle> <sky-page-summary-status *ngIf="showStatus"> <sky-label labelType="success">Fundraiser</sky-label> <sky-label>Inactive</sky-label> </sky-page-summary-status> <sky-page-summary-content *ngIf="showContent"> This is the arbitrary content section. You can display any kind of content to complement the content on a page. We recommend that you display content to support the key tasks of users of users who visit the page. We also recommend that you keep in mind the context of how users will use the content and limit the amount of content to avoid overloading the summary. </sky-page-summary-content> <sky-page-summary-key-info *ngIf="showKeyInfo"> <sky-key-info> <sky-key-info-value>The key information</sky-key-info-value> </sky-key-info> <sky-key-info> <sky-key-info-value>section highlights</sky-key-info-value> </sky-key-info> <sky-key-info> <sky-key-info-value>important details</sky-key-info-value> </sky-key-info> </sky-page-summary-key-info> </sky-page-summary> </div> <ul class="sky-list-unstyled"> <li> <sky-checkbox [(ngModel)]="showTitle"> <sky-checkbox-label>Show title</sky-checkbox-label> </sky-checkbox> </li> <li> <sky-checkbox [(ngModel)]="showSubtitle"> <sky-checkbox-label>Show subtitle</sky-checkbox-label> </sky-checkbox> </li> <li> <sky-checkbox [(ngModel)]="showImage"> <sky-checkbox-label>Show image</sky-checkbox-label> </sky-checkbox> </li> <li> <sky-checkbox [(ngModel)]="showStatus"> <sky-checkbox-label>Show record status</sky-checkbox-label> </sky-checkbox> </li> <li> <sky-checkbox [(ngModel)]="showKeyInfo"> <sky-checkbox-label>Show key information</sky-checkbox-label> </sky-checkbox> </li> <li> <sky-checkbox [(ngModel)]="showContent"> <sky-checkbox-label>Show arbitrary content</sky-checkbox-label> </sky-checkbox> </li> <li> <sky-checkbox [(ngModel)]="showAlert"> <sky-checkbox-label>Show alert</sky-checkbox-label> </sky-checkbox> </li> </ul>
blackbaud-joshgerdes/skyux2
src/demos/page-summary/page-summary-demo.component.html
HTML
mit
2,666
<!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 PHP SDK: Class Members</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="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-php.logo.png"/></td> <td style="padding-left: 0.5em;"> <div id="projectname">App Engine PHP SDK &#160;<span id="projectnumber">v1 rev.445</span> </div> <div id="projectbrief">The PHP runtime is available as an experimental Preview feature.</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.7 --> </div><!-- top --> <div class="contents"> <div class="textblock">Here is a list of all documented class members with links to the class documentation for each member:</div> <h3><a class="anchor" id="index_f"></a>- f -</h3><ul> <li>fetch() : <a class="el" href="classgoogle_1_1appengine_1_1api_1_1log_1_1_log_service.html#a0dd98c48d3d6913473537a69e86e1cee">google\appengine\api\log\LogService</a> , <a class="el" href="class_memcached.html#a43d7b6cdc72ad5b55e987664f61bf9bc">Memcached</a> </li> <li>fetchAll() : <a class="el" href="class_memcached.html#a79d963b48d50d0e7e747690b6baf13ef">Memcached</a> </li> <li>fetchById() : <a class="el" href="classgoogle_1_1appengine_1_1api_1_1log_1_1_log_service.html#a4f9bf7d82e28e21e0b0bc3df9910d9b8">google\appengine\api\log\LogService</a> </li> <li>findByKeyOrNull() : <a class="el" href="classgoogle_1_1appengine_1_1util_1_1_array_util.html#afa633087ce4ab05300aa6b6f9d2dbdfc">google\appengine\util\ArrayUtil</a> </li> <li>flush() : <a class="el" href="classgoogle_1_1appengine_1_1ext_1_1cloud__storage__streams_1_1_cloud_storage_write_client.html#aed10229f92fab57865d5f3879dc6b22b">google\appengine\ext\cloud_storage_streams\CloudStorageWriteClient</a> , <a class="el" href="class_memcache.html#a6ef55d97f70e58b56068039b48b9aeac">Memcache</a> , <a class="el" href="class_memcached.html#ab9026d68a1c304a1cb17a2cefe3b8f69">Memcached</a> </li> </ul> </div><!-- contents --> <address class="footer"> <small>Maintained by <a href="http://www.tzmartin.com">tzmartin</a></small> </address>
tzmartin/gae-php.docset
Contents/Resources/Documents/functions_f.html
HTML
mit
2,812
<!DOCTYPE html> <html xmlns:msxsl="urn:schemas-microsoft-com:xslt"> <head> <meta content="en-us" http-equiv="Content-Language" /> <meta content="text/html; charset=utf-16" http-equiv="Content-Type" /> <title _locid="PortabilityAnalysis0">.NET Portability Report</title> <style> /* Body style, for the entire document */ body { background: #F3F3F4; color: #1E1E1F; font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; padding: 0; margin: 0; } /* Header1 style, used for the main title */ h1 { padding: 10px 0px 10px 10px; font-size: 21pt; background-color: #E2E2E2; border-bottom: 1px #C1C1C2 solid; color: #201F20; margin: 0; font-weight: normal; } /* Header2 style, used for "Overview" and other sections */ h2 { font-size: 18pt; font-weight: normal; padding: 15px 0 5px 0; margin: 0; } /* Header3 style, used for sub-sections, such as project name */ h3 { font-weight: normal; font-size: 15pt; margin: 0; padding: 15px 0 5px 0; background-color: transparent; } h4 { font-weight: normal; font-size: 12pt; margin: 0; padding: 0 0 0 0; background-color: transparent; } /* Color all hyperlinks one color */ a { color: #1382CE; } /* Paragraph text (for longer informational messages) */ p { font-size: 10pt; } /* Table styles */ table { border-spacing: 0 0; border-collapse: collapse; font-size: 10pt; } table th { background: #E7E7E8; text-align: left; text-decoration: none; font-weight: normal; padding: 3px 6px 3px 6px; } table td { vertical-align: top; padding: 3px 6px 5px 5px; margin: 0px; border: 1px solid #E7E7E8; background: #F7F7F8; } .NoBreakingChanges { color: darkgreen; font-weight:bold; } .FewBreakingChanges { color: orange; font-weight:bold; } .ManyBreakingChanges { color: red; font-weight:bold; } .BreakDetails { margin-left: 30px; } .CompatMessage { font-style: italic; font-size: 10pt; } .GoodMessage { color: darkgreen; } /* Local link is a style for hyperlinks that link to file:/// content, there are lots so color them as 'normal' text until the user mouse overs */ .localLink { color: #1E1E1F; background: #EEEEED; text-decoration: none; } .localLink:hover { color: #1382CE; background: #FFFF99; text-decoration: none; } /* Center text, used in the over views cells that contain message level counts */ .textCentered { text-align: center; } /* The message cells in message tables should take up all avaliable space */ .messageCell { width: 100%; } /* Padding around the content after the h1 */ #content { padding: 0px 12px 12px 12px; } /* The overview table expands to width, with a max width of 97% */ #overview table { width: auto; max-width: 75%; } /* The messages tables are always 97% width */ #messages table { width: 97%; } /* All Icons */ .IconSuccessEncoded, .IconInfoEncoded, .IconWarningEncoded, .IconErrorEncoded { min-width: 18px; min-height: 18px; background-repeat: no-repeat; background-position: center; } /* Success icon encoded */ .IconSuccessEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconSuccess#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABPElEQVR4Xp1Tv0vDUBi8FqeA4NpBcBLcWnQSApncOnTo4FSnjP0DsnXpH5CxiwbHDg4Zuj4oOEXiJgiC4FDcCkLWmIMc1Pfw+eMgQ77v3Xf3Pe51YKGqqisAEwCR1TIAsiAIblSo6xrdHeJR85Xle3mdmCQKb0PsfqyxxzM8K15HZADl/H5+sHpZwYfxyRjTs+kWwKBx8yoHd2mRiuzF8mkJniWH/13u3Fjrs/EdhsdDFHGB/DLXEJBDLh1MWPAhPo1BLB4WX5yQywHR+m3tVe/t97D52CB/ziG0nIgD/qDuYg8WuCcVZ2YGwlJ3YDugkpR/VNcAEx6GEKhERSr71FuO4YCM4XBdwKvecjIlkSnsO0Hyp/GxSeJAdzBKzpOtnPwyyiPdAZhpZptT04tU+zk7s8czeges//s5C5+CwqrR4/gw+AAAAABJRU5ErkJggg==); } /* Information icon encoded */ .IconInfoEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconInformation#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABHElEQVR4Xs2TsUoDQRRF7wwoziokjZUKadInhdhukR9YP8DMX1hYW+QvdsXa/QHBbcXC7W0CamWTQnclFutceIQJwwaWNLlwm5k5d94M76mmaeCrrmsLYOocY12FcxZFUeozCqKqqgYA8uevv1H6VuPxcwlfk5N92KHBxfFeCSAxxswlYAW/Xr989x/mv9gkhtyMDhcAxgzRsp7flj8B/HF1RsMXq+NZMkopaHe7lbKxQUEIGbKsYNoGn969060hZBkQex/W8oRQwsQaW2o3Ago2SVcJUzAgY3N0lTCZZm+zPS8HB51gMmS1DEYyOz9acKO1D8JWTlafKIMxdhvlfdyT94Vv5h7P8Ky7nQzACmhvKq3zk3PjW9asz9D/1oigecsioooAAAAASUVORK5CYII=); } /* Warning icon encoded */ .IconWarningEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconWarning#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAx0lEQVR4XpWSMQ7CMAxFf4xAyBMLCxMrO8dhaBcuwdCJS3RJBw7SA/QGTCxdWJgiQYWKXJWKIXHIlyw5lqr34tQgEOdcBsCOx5yZK3hCCKdYXneQkh4pEfqzLfu+wVDSyyzFoJjfz9NB+pAF+eizx2Vruts0k15mPgvS6GYvpVtQhB61IB/dk6AF6fS4Ben0uIX5odtFe8Q/eW1KvFeH4e8khT6+gm5B+t3juyDt7n0jpe+CANTd+oTUjN/U3yVaABnSUjFz/gFq44JaVSCXeQAAAABJRU5ErkJggg==); } /* Error icon encoded */ .IconErrorEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconError#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABQElEQVR4XqWTvUoEQRCE6wYPZUA80AfwAQz23uCMjA7MDRQEIzPBVEyNTQUFIw00vcQTTMzuAh/AxEQQT8HF/3G/oGGnEUGuoNnd6qoZuqltyKEsyzVJq5I6rnUp6SjGeGhESikzzlc1eL7opfuVbrqbU1Zw9NCgtQMaZpY0eNnaaL2fHusvTK5vKu7sjSS1Y4y3QUA6K3e3Mau5UFDyMP7tYF9o8cAHZv68vipoIJg971PZIZ5HiwdvYGGvFVFHmGmZ2MxwmQYPXubPl9Up0tfoMQGetXd6mRbvhBw+boZ6WF7Mbv1+GsHRk0fQmPAH1GfmZirbCfDJ61tw3Px8/8pZsPAG4jlVhcPgZ7adwNWBB68lkRQWFiTgFlbnLY3DGGM7izIJIyT/jjIvEJw6fdJTc6krDzh6aMwMP9bvDH4ADSsa9uSWVJkAAAAASUVORK5CYII=); } </style> </head> <body> <h1 _locid="PortabilityReport">.NET Portability Report</h1> <div id="content"> <div id="submissionId" style="font-size:8pt;"> <p> <i> Submission Id&nbsp; 23efce80-bd15-4359-b5d6-80d26609be63 </i> </p> </div> <h2 _locid="SummaryTitle"> <a name="Portability Summary"></a>Portability Summary </h2> <div id="summary"> <table> <tbody> <tr> <th>Assembly</th> <th>ASP.NET 5,Version=v1.0</th> <th>Windows,Version=v8.1</th> <th>.NET Framework,Version=v4.6</th> <th>Windows Phone,Version=v8.1</th> </tr> <tr> <td><strong><a href="#Yaaf.Xmpp.Runtime">Yaaf.Xmpp.Runtime</a></strong></td> <td class="text-center">98.53 %</td> <td class="text-center">92.46 %</td> <td class="text-center">100.00 %</td> <td class="text-center">92.46 %</td> </tr> </tbody> </table> </div> <div id="details"> <a name="Yaaf.Xmpp.Runtime"><h3>Yaaf.Xmpp.Runtime</h3></a> <table> <tbody> <tr> <th>Target type</th> <th>ASP.NET 5,Version=v1.0</th> <th>Windows,Version=v8.1</th> <th>.NET Framework,Version=v4.6</th> <th>Windows Phone,Version=v8.1</th> <th>Recommended changes</th> </tr> <tr> <td>System.Boolean</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Call ToString() without arguments. (Does not do anything)</td> </tr> <tr> <td style="padding-left:2em">ToString(System.IFormatProvider)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Call ToString() without arguments. (Does not do anything)</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Environment</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Do not use. Choose action based feature availability, not OS / Platform</td> </tr> <tr> <td style="padding-left:2em">get_OSVersion</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Do not use. Choose action based feature availability, not OS / Platform</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Exception</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove. Ctor overload taking SerializationInfo is not applicable in new surface area</td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove. Ctor overload taking SerializationInfo is not applicable in new surface area</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.IO.BinaryReader</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use Dispose instead</td> </tr> <tr> <td style="padding-left:2em">Close</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use Dispose instead</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.IO.File</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">ReadAllText(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.IO.Stream</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use Dispose instead</td> </tr> <tr> <td style="padding-left:2em">Close</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use Dispose instead</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Net.Dns</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetHostAddressesAsync(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Net.EndPoint</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Net.IPAddress</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Net.IPEndPoint</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Net.IPAddress,System.Int32)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Address</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Port</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Net.Security.LocalCertificateSelectionCallback</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Object,System.IntPtr)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Net.Security.RemoteCertificateValidationCallback</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Not supported for HTTP - use new Handler and ignorable server certificate errors instead</td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Object,System.IntPtr)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Not supported for HTTP - use new Handler and ignorable server certificate errors instead</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Net.Security.SslPolicyErrors</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Not supported for HTTP - use new Handler and ignorable server certificate errors instead</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Net.Security.SslStream</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.IO.Stream,System.Boolean,System.Net.Security.RemoteCertificateValidationCallback,System.Net.Security.LocalCertificateSelectionCallback)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">AuthenticateAsClientAsync(System.String,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Security.Authentication.SslProtocols,System.Boolean)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">AuthenticateAsServerAsync(System.Security.Cryptography.X509Certificates.X509Certificate,System.Boolean,System.Security.Authentication.SslProtocols,System.Boolean)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Net.Sockets.NetworkStream</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Net.Sockets.ProtocolType</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Net.Sockets.Socket</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_LocalEndPoint</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_RemoteEndPoint</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Net.Sockets.TcpClient</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Close</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">ConnectAsync(System.Net.IPAddress,System.Int32)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Client</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetStream</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_NoDelay(System.Boolean)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Net.Sockets.TcpListener</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Net.IPEndPoint)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">AcceptTcpClientAsync</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Start</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Stop</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.OperatingSystem</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Do not use. Couple behavior to feature availability, not OS version or Platform.</td> </tr> <tr> <td style="padding-left:2em">get_Version</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Do not use. Couple behavior to feature availability, not OS version or Platform.</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Runtime.Remoting.Messaging.CallContext</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">LogicalGetData(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">LogicalSetData(System.String,System.Object)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Runtime.Serialization.SerializationInfo</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove serialization constructors on custom Exception types</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Security.Authentication.SslProtocols</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Security.Cryptography.AsymmetricAlgorithm</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Security.Cryptography.CspParameters</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">KeyContainerName</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">ProviderType</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_Flags(System.Security.Cryptography.CspProviderFlags)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Security.Cryptography.CspProviderFlags</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Security.Cryptography.HashAlgorithm</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">ComputeHash(System.Byte[])</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Security.Cryptography.RSA</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">ImportParameters(System.Security.Cryptography.RSAParameters)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Security.Cryptography.RSACryptoServiceProvider</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Security.Cryptography.CspParameters)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Security.Cryptography.RSAParameters</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">D</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">DP</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">DQ</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Exponent</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">InverseQ</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Modulus</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">P</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Q</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Security.Cryptography.SHA1Managed</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Security.Cryptography.X509Certificates.X509Certificate</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Security.Cryptography.X509Certificates.X509Certificate2</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Byte[],System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_PrivateKey(System.Security.Cryptography.AsymmetricAlgorithm)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Security.Cryptography.X509Certificates.X509CertificateCollection</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Security.Cryptography.X509Certificates.X509Chain</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.SerializableAttribute</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove this attribute</td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove this attribute</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Type</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">IsAssignableFrom(System.Type)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> </tbody> </table> <p> <a href="#Portability Summary">Back to Summary</a> </p> </div> </div> </body> </html>
kuhlenh/port-to-core
Reports/ya/yaaf.xmpp.runtime.0.0.8/Yaaf.Xmpp.Runtime-net45.html
HTML
mit
63,800
{% extends "templates/base.html" %} {% block content %} <br/> <div id="messages"></div> <textarea id="message"></textarea> <br/> <input type="text" id="user"></input> <br/> <button id="send">add message</button> <!-- scripts --> <script type="text/javascript" src="{{servlet-context}}/js/site.js"></script> <script type="text/javascript"> masquerade.main.init(); </script> {% endblock %}
kanwei/masquerade
resources/templates/cljsexample.html
HTML
mit
393
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Xin | Directives</title> <link rel="stylesheet" href="../vendor/jacket-awesome/dist/css/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="../vendor/naked/css/naked.min.css"> <link rel="stylesheet" href="../vendor/naked/css/docs.min.css"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> </head> <body> <!-- NAVBAR --> <nav class="nav-menu"> <div class="pull-left"> <h1 class="brand"> <a href="index.html"> <span class="logo"> <img src="../graphics/logo.png" alt="Xin" /> </span> <span>Xin</span> </a> </h1> </div> </nav> <!-- END OF NAVBAR --> <!-- SIDEBAR --> <aside class="sidebar"> <script type="text/javascript"> $("aside.sidebar").load("aside.html", function() { var docname = window.location.href; docname = docname.split("/"); }); </script> </aside> <!-- END OF SIDEBAR --> <!-- CONTENT --> <main class="content"> <div class="wrapper"> <h1 class="title">Directives Pane</h1> <h2 class="title">[data-role="pane"]</h2> <p><code>[data-role="pane"]</code> such as a viewport.</p> <p>The viewport is the user's visible area of a web page. The viewport varies with the device, and will be smaller on a mobile phone than on a computer screen. Before tablets and mobile phones, web pages were designed only for computer screens, and it was common for web pages to have a static design and a fixed size.</p> </div> </main> <!-- END OF CONTENT --> <!-- FOOTER CONTENT --> <footer> <p>Copyright &copy; 2015 <a href="http://xinix.co.id" target="_BLANK">Xinix Technology</a>. Some right(s) reserved.</p> </footer> <!-- END OF FOOTER --> <!-- PAGE LEVEL SCRIPT --> <script type="text/javascript" charset="utf-8" src="../vendor/naked/js/tshirt.min.js"></script> <script type="text/javascript" charset="utf-8" src="../vendor/naked/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> <!-- END OF PAGE LEVEL SCRIPT --> </body> </html>
faridlab/xin
docs/directive-pane.html
HTML
mit
2,826
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.9.1"/> <title>V8 API Reference Guide for node.js v0.1.31: Member List</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">V8 API Reference Guide for node.js v0.1.31 </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"><b>internal</b></li><li class="navelem"><a class="el" href="structv8_1_1internal_1_1_smi_constants_3_014_01_4.html">SmiConstants&lt; 4 &gt;</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">v8::internal::SmiConstants&lt; 4 &gt; Member List</div> </div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="structv8_1_1internal_1_1_smi_constants_3_014_01_4.html">v8::internal::SmiConstants&lt; 4 &gt;</a>, including all inherited members.</p> <table class="directory"> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>kSmiShiftSize</b> (defined in <a class="el" href="structv8_1_1internal_1_1_smi_constants_3_014_01_4.html">v8::internal::SmiConstants&lt; 4 &gt;</a>)</td><td class="entry"><a class="el" href="structv8_1_1internal_1_1_smi_constants_3_014_01_4.html">v8::internal::SmiConstants&lt; 4 &gt;</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>kSmiValueSize</b> (defined in <a class="el" href="structv8_1_1internal_1_1_smi_constants_3_014_01_4.html">v8::internal::SmiConstants&lt; 4 &gt;</a>)</td><td class="entry"><a class="el" href="structv8_1_1internal_1_1_smi_constants_3_014_01_4.html">v8::internal::SmiConstants&lt; 4 &gt;</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>SmiToInt</b>(internal::Object *value) (defined in <a class="el" href="structv8_1_1internal_1_1_smi_constants_3_014_01_4.html">v8::internal::SmiConstants&lt; 4 &gt;</a>)</td><td class="entry"><a class="el" href="structv8_1_1internal_1_1_smi_constants_3_014_01_4.html">v8::internal::SmiConstants&lt; 4 &gt;</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">static</span></td></tr> </table></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Tue Aug 11 2015 23:44:31 for V8 API Reference Guide for node.js v0.1.31 by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.9.1 </small></address> </body> </html>
v8-dox/v8-dox.github.io
e0ecf4f/html/structv8_1_1internal_1_1_smi_constants_3_014_01_4-members.html
HTML
mit
5,888
<!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>Sistema Universitario de Control Escolar</title> <meta name="description" content=""> <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"> <script src="../js/vendor/modernizr-2.6.2.min.js"></script> </head> <body> <!--[if lt IE 7]> <p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p> <![endif]--> <header> <img src="../img/lion_logo.gif" id="header_image"/> <h1 id="header_1">SUCE</h1> <h4 id="header_2">Sistema Universitario de Control Escolar</h4> <div class="cleaner"></div> </header> <aside class="toolBar"> <ul> <li><a href="profe_home.html">Profesor</a></li> </ul> </aside> <section class="content"> <h1 class="contentTitle">Importar CSV</h1> <div class="cleaner"></div> <p class="contentText"> En esta seccion podra importar un archivo csv con informacion de sus alumnos. </p> <form class="form1"> <div class="inputPair"> <label class="inputLabel">Archivo:</label> <input type="text"/> </div> </form> </section> <div class="cleaner"></div> <footer> <div class="cleaner" ></div> <img id="footer_logo" src="../img/udg_logo.png" /> <h1 id="footer_info">Universidad de Guadalajara</h1> <div class="cleaner"></div> <h3 id="footer_info2">2013</h3> </footer> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> <script>window.jQuery || document.write('<script src="../js/vendor/jquery-1.9.1.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='//www.google-analytics.com/ga.js'; s.parentNode.insertBefore(g,s)}(document,'script')); </script> </body> </html>
Seiferxx/user211
view/profesor/profe_calumno.html
HTML
mit
3,124
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>metacoq: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.5.0 / metacoq - 1.0~beta1+8.12</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> metacoq <small> 1.0~beta1+8.12 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-29 07:47:20 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-29 07: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 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.04.2 The OCaml compiler (virtual package) ocaml-base-compiler 4.04.2 Official 4.04.2 release ocaml-config 1 OCaml Switch Configuration # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://metacoq.github.io/metacoq&quot; dev-repo: &quot;git+https://github.com/MetaCoq/metacoq.git#coq-8.12&quot; bug-reports: &quot;https://github.com/MetaCoq/metacoq/issues&quot; authors: [&quot;Abhishek Anand &lt;[email protected]&gt;&quot; &quot;Simon Boulier &lt;[email protected]&gt;&quot; &quot;Cyril Cohen &lt;[email protected]&gt;&quot; &quot;Yannick Forster &lt;[email protected]&gt;&quot; &quot;Fabian Kunze &lt;[email protected]&gt;&quot; &quot;Gregory Malecha &lt;[email protected]&gt;&quot; &quot;Matthieu Sozeau &lt;[email protected]&gt;&quot; &quot;Nicolas Tabareau &lt;[email protected]&gt;&quot; &quot;Théo Winterhalter &lt;[email protected]&gt;&quot; ] license: &quot;MIT&quot; depends: [ &quot;ocaml&quot; {&gt;= &quot;4.07.1&quot;} &quot;coq&quot; {&gt;= &quot;8.12&quot; &amp; &lt; &quot;8.13~&quot;} &quot;coq-metacoq-template&quot; {= version} &quot;coq-metacoq-checker&quot; {= version} &quot;coq-metacoq-pcuic&quot; {= version} &quot;coq-metacoq-safechecker&quot; {= version} &quot;coq-metacoq-erasure&quot; {= version} &quot;coq-metacoq-translations&quot; {= version} ] synopsis: &quot;A meta-programming framework for Coq&quot; description: &quot;&quot;&quot; MetaCoq is a meta-programming framework for Coq. The meta-package includes the template-coq library, unverified checker for Coq, PCUIC development including a verified translation from Coq to PCUIC, safe checker and erasure for PCUIC and example translations. See individual packages for more detailed descriptions. &quot;&quot;&quot; url { src: &quot;https://github.com/MetaCoq/metacoq/archive/v1.0-beta1-8.12.tar.gz&quot; checksum: &quot;sha256=19fc4475ae81677018e21a1e20503716a47713ec8b2081e7506f5c9390284c7a&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-metacoq.1.0~beta1+8.12 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-metacoq -&gt; ocaml &gt;= 4.07.1 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-metacoq.1.0~beta1+8.12</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.04.2-2.0.5/released/8.5.0/metacoq/1.0~beta1+8.12.html
HTML
mit
7,659
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mathcomp-algebra: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.8.2 / mathcomp-algebra - 1.6.2</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> mathcomp-algebra <small> 1.6.2 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-01 20:57:33 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-01 20:57:33 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.8.2 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.07.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.07.1 Official release 4.07.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; name: &quot;coq-mathcomp-algebra&quot; version: &quot;1.6.2&quot; maintainer: &quot;Mathematical Components &lt;[email protected]&gt;&quot; homepage: &quot;http://math-comp.github.io/math-comp/&quot; bug-reports: &quot;Mathematical Components &lt;[email protected]&gt;&quot; license: &quot;CeCILL-B&quot; build: [ make &quot;-C&quot; &quot;mathcomp/algebra&quot; &quot;-j&quot; &quot;%{jobs}%&quot; ] install: [ make &quot;-C&quot; &quot;mathcomp/algebra&quot; &quot;install&quot; ] remove: [ &quot;sh&quot; &quot;-c&quot; &quot;rm -rf &#39;%{lib}%/coq/user-contrib/mathcomp/algebra&#39;&quot; ] depends: [ &quot;ocaml&quot; &quot;coq-mathcomp-fingroup&quot; {= &quot;1.6.2&quot;} ] tags: [ &quot;keyword:algebra&quot; &quot;keyword:small scale reflection&quot; &quot;keyword:mathematical components&quot; &quot;keyword:odd order theorem&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 Algebra&quot; description: &quot;&quot;&quot; This library contains definitions and theorems about discrete (i.e. with decidable equality) algebraic structures : ring, fields, ordered fields, real fields, modules, algebras, integers, rational numbers, polynomials, matrices, vector spaces...&quot;&quot;&quot; url { src: &quot;http://github.com/math-comp/math-comp/archive/mathcomp-1.6.2.tar.gz&quot; checksum: &quot;md5=cf10cb16f1ac239a9d52c029a4e00f66&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-algebra.1.6.2 coq.8.8.2</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.8.2). The following dependencies couldn&#39;t be met: - coq-mathcomp-algebra -&gt; coq-mathcomp-fingroup = 1.6.2 -&gt; coq-mathcomp-ssreflect = 1.6.2 -&gt; coq &lt; 8.6~ -&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-mathcomp-algebra.1.6.2</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.07.1-2.0.6/released/8.8.2/mathcomp-algebra/1.6.2.html
HTML
mit
7,875
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>huffman: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.10.0 / huffman - 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> huffman <small> 8.9.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-15 03:07:53 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-15 03:07:53 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.10.0 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-community/huffman&quot; dev-repo: &quot;git+https://github.com/coq-community/huffman.git&quot; bug-reports: &quot;https://github.com/coq-community/huffman/issues&quot; license: &quot;LGPL-2.1-or-later&quot; synopsis: &quot;A Coq proof of the correctness of the Huffman coding algorithm&quot; description: &quot;&quot;&quot; This projects contains a Coq proof of the correctness of the Huffman coding algorithm, as described in David A. Huffman&#39;s paper A Method for the Construction of Minimum-Redundancy Codes, Proc. IRE, pp. 1098-1101, September 1952. &quot;&quot;&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.10~&quot;} ] tags: [ &quot;category:Computer Science/Decision Procedures and Certified Algorithms/Correctness proofs of algorithms&quot; &quot;category:Miscellaneous/Extracted Programs/Combinatorics&quot; &quot;keyword:data compression&quot; &quot;keyword:code&quot; &quot;keyword:huffman tree&quot; &quot;logpath:Huffman&quot; &quot;date:2019-05-15&quot; ] authors: [ &quot;Laurent Théry&quot; ] url { src: &quot;https://github.com/coq-community/huffman/archive/v8.9.0.tar.gz&quot; checksum: &quot;sha256=20b63eae0d17a23646446fcca22de945d6a19a03246bec8b5b4c8da6d6f3184b&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-huffman.8.9.0 coq.8.10.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.10.0). The following dependencies couldn&#39;t be met: - coq-huffman -&gt; coq &lt; 8.10~ -&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-huffman.8.9.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.05.0-2.0.1/released/8.10.0/huffman/8.9.0.html
HTML
mit
7,170
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link href="//fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css"> <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.css"/> <!-- Necessary includes for LocusZoom.js --> <script src="https://cdn.jsdelivr.net/npm/d3@^5.16.0" type="text/javascript"></script> <script src="../dist/locuszoom.app.min.js" type="text/javascript"></script> <link rel="stylesheet" href="../dist/locuszoom.css" type="text/css"/> <script type="application/javascript" src="../dist/ext/lz-dynamic-urls.min.js"></script> <!-- Additional standalone code required for credible set calculations; not part of base LZjs --> <script type="application/javascript" src="https://unpkg.com/[email protected]/dist/gwas-credible-sets.min.js" integrity="sha384-lJL/xQT18Xu6GVovitlKgX4kL8hw6YfgLGVM5PWcFUMe+tfvznEwsJlauLzB1AnQ" crossorigin="anonymous"></script> <script type="application/javascript" src="../dist/ext/lz-credible-sets.min.js"></script> <title>LocusZoom.js ~ Credible Sets</title> <style> body { background-color: #FAFAFA; margin: 0 20px; } img { max-width: 100%; box-sizing: border-box; } ul.top_hits li { margin-bottom: 0; } </style> </head> <body> <div class="container"> <h1 style="margin-top: 1em;"><strong>LocusZoom.js</strong></h1> <h3 style="float: left; color: #777">Credible Sets Demonstration</h3> <h6 style="float: right;"><a href="../index.html">&lt; return home</a></h6> <hr style="clear: both;"> <p> With the help of a standalone JavaScript library, LocusZoom can identify and plot the members of a credible set based on the displayed plot region. This example shows how to integrate that library into a custom datasource, and how to take advantage of several visualization options for displaying the credible set members. See the library <a href="https://github.com/statgen/gwas-credible-sets/">source code</a> and <a href="https://statgen.github.io/gwas-credible-sets/">documentation</a> for information about the method. </p> <p> To begin, move your mouse over the plot below and select "Display Options". This demonstration allows credible sets to be displayed as a primary coloring overlay, a separate annotation track, or both. Note that credible sets are calculated client-side by the web browser, which means that this feature can be used without requiring backend changes to an existing API server. </p> <h3>Interactive Plot</h3> <div class="row"> <div class="two columns"> <h4>Top Hits</h4> <ul class="top_hits" style="padding-left: 0.2rem; min-width: 110px;"></ul> </div> <div class="ten columns"> <div id="plot" class="lz-container-responsive"></div> </div> </div> <hr> <div class="row"> <footer style="text-align: center;"> &copy; Copyright <script>document.write(new Date().getFullYear())</script> <a href="https://github.com/statgen">The University of Michigan Center for Statistical Genetics</a><br> </footer> </div> <script type="application/javascript"> /* Specify the data sources to use */ // Determine if we're online, based on browser state or presence of an optional query parameter var apiBase = "//portaldev.sph.umich.edu/api/v1/"; data_sources = new LocusZoom.DataSources() .add("assoc", ["AssociationLZ", { url: apiBase + "statistic/single/", params: { source: 45, id_field: "variant" } }]) .add("credset", ["CredibleSetLZ", { params: { fields: { log_pvalue: 'assoc:log_pvalue' }, threshold: 0.95, significance_threshold: 7.301 } }]) .add("ld", ["LDServer", { url: "https://portaldev.sph.umich.edu/ld/", params: { source: '1000G', build: 'GRCh37', population: 'ALL' } }]) .add("gene", ["GeneLZ", {url: apiBase + "annotation/genes/", params: { build: 'GRCh37' }}]) .add("recomb", ["RecombLZ", {url: apiBase + "annotation/recomb/results/", params: { build: 'GRCh37' }}]) .add("constraint", ["GeneConstraintLZ", { url: "https://gnomad.broadinstitute.org/api/", params: { build: 'GRCh37' } }]); /* Define and render the plot */ // Fetch custom layout defined for usage with credible sets var stateUrlMapping = {chr: "chrom", start: "start", end: "end"}; // Fetch initial position from the URL, or use some defaults var initialState = LzDynamicUrls.paramsFromUrl(stateUrlMapping); if (!Object.keys(initialState).length) { initialState = {chr: 16, start: 74947245, end: 75547245}; } layout = LocusZoom.Layouts.get("plot", "association_credible_set", {state: initialState}); // Generate the LocusZoom plot window.plot = LocusZoom.populate("#plot", data_sources, layout); // Changes in the plot can be reflected in the URL, and vice versa (eg browser back button can go back to // a previously viewed region) LzDynamicUrls.plotUpdatesUrl(plot, stateUrlMapping); LzDynamicUrls.plotWatchesUrl(plot, stateUrlMapping); /* Add a sidebar to the page with "top hits" items RBMS1, for example, has a region of high LD and therefore includes many points in the credible set */ // Load a region of the plot based on a specified region string function jumpTo(region) { var target = region.split(":"); var chr = target[0]; var pos = target[1]; var start = 0; var end = 0; if (!pos.match(/[-+]/)) { start = +pos - 300000; end = +pos + 300000; } plot.applyState({chr: chr, start: start, end: end, ldrefvar: ""}); return false; } // Populate a list of top hits links for the plot var top_hits = [ ["16:75247245", "BCAR1 (default)"], ["10:114758349", "TCF7L2"], ["16:53819169", "FTO"], ["9:22051670", "CDKN2A/B"], ["7:28196413", "JAZF1"], ["12:71433293", "TSPAN8"], ["8:95937502", "TP53INP1"], ["6:20679709", "CDKAL1"], ["2:161346447", "RBMS1"], ["15:77832762", "HMG20A"], ["7:15052860", "DGKB"] ]; top_hits.forEach(function (hit) { d3.select("ul.top_hits").append("li") .html("<a href=\"javascript:void(0);\" onclick=\"javascript:jumpTo('" + hit[0] + "');\">" + hit[1] + "</a>"); }); </script> </div> </body> </html>
statgen/locuszoom
examples/credible_sets.html
HTML
mit
6,734
<!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"> <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> <title>Bootstrap 101 Template</title> <!-- Latest compiled and minified CSS --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous"> <!-- HTML5 shim and Respond.js for 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="row"> <div class="col-md-8 col-md-push-2"> <h1>Ye Simple Weight Converter</h1> {% block content %} {% endblock %} </div> </div> </div> <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> <!-- Include all compiled plugins (below), or include individual files as needed --> <!-- Latest compiled and minified JavaScript --> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script> </body> </html>
bharling/django-pint
sandbox/example_app/templates/base.html
HTML
mit
1,796
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>pi-agm: 1 m 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.11.1 / pi-agm - 1.2.5</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.5 <span class="label label-success">1 m 16 s</span> </small> </h1> <p><em><script>document.write(moment("2020-09-07 08:18:39 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-09-07 08:18:39 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.1 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.8.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;http://www-sop.inria.fr/members/Yves.Bertot/&quot; bug-reports: &quot;[email protected]&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.10&quot; &amp; &lt; &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;[email protected]&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.5.zip&quot; checksum: &quot;sha256=0cb93b44a7198bd157cb16a661b70e0e2ccf858bdbf142815740136b69b52627&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.5 coq.8.11.1</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 4000000; timeout 2h opam install -y --deps-only coq-pi-agm.1.2.5 coq.8.11.1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>13 m 40 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-pi-agm.1.2.5 coq.8.11.1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>1 m 16 s</dd> </dl> <h2>Installation size</h2> <p>Total: 5 M</p> <ul> <li>824 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/agm/rounding_correct.glob</code></li> <li>642 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/agm/agmpi.glob</code></li> <li>497 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/agm/agmpi.vo</code></li> <li>432 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/agm/rounding_correct.vo</code></li> <li>411 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/agm/rounding2.glob</code></li> <li>251 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/agm/rounding2.vo</code></li> <li>234 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/agm/elliptic_integral.glob</code></li> <li>208 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/agm/alg2.vo</code></li> <li>191 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/agm/elliptic_integral.vo</code></li> <li>188 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/agm/alg2.glob</code></li> <li>165 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/agm/generalities.vo</code></li> <li>150 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/agm/generalities.glob</code></li> <li>147 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/agm/filter_Rlt.vo</code></li> <li>130 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/agm/filter_Rlt.glob</code></li> <li>103 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/agm/rounding_correct.v</code></li> <li>89 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/agm/agmpi.v</code></li> <li>75 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/agm/arcsinh.vo</code></li> <li>69 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/agm/hrounding_correct.vo</code></li> <li>67 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/agm/atan_derivative_improper_integral.vo</code></li> <li>54 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/agm/arcsinh.glob</code></li> <li>45 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/agm/atan_derivative_improper_integral.glob</code></li> <li>45 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/agm/rounding_big.vo</code></li> <li>44 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/agm/rounding2.v</code></li> <li>36 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/agm/elliptic_integral.v</code></li> <li>36 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/agm/hrounding_correct.glob</code></li> <li>33 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/agm/computing.vo</code></li> <li>27 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/agm/filter_Rlt.v</code></li> <li>27 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/agm/generalities.v</code></li> <li>26 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/agm/alg2.v</code></li> <li>16 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/agm/rounding_big.glob</code></li> <li>7 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/agm/arcsinh.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/agm/atan_derivative_improper_integral.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/agm/hrounding_correct.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/agm/rounding_big.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/agm/computing.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/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.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"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.05.0-2.0.6/released/8.11.1/pi-agm/1.2.5.html
HTML
mit
11,443
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.9.1"/> <title>V8 API Reference Guide for io.js v2.0.1 - v2.3.0: v8::DefaultPhantomPersistentValueMapTraits&lt; K, V &gt; Class Template Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">V8 API Reference Guide for io.js v2.0.1 - v2.3.0 </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.9.1 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li><a href="examples.html"><span>Examples</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="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_default_phantom_persistent_value_map_traits.html">DefaultPhantomPersistentValueMapTraits</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#nested-classes">Classes</a> &#124; <a href="#pub-types">Public Types</a> &#124; <a href="#pub-static-methods">Static Public Member Functions</a> &#124; <a href="#pub-static-attribs">Static Public Attributes</a> &#124; <a href="classv8_1_1_default_phantom_persistent_value_map_traits-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">v8::DefaultPhantomPersistentValueMapTraits&lt; K, V &gt; Class Template Reference</div> </div> </div><!--header--> <div class="contents"> <div class="dynheader"> Inheritance diagram for v8::DefaultPhantomPersistentValueMapTraits&lt; K, V &gt;:</div> <div class="dyncontent"> <div class="center"> <img src="classv8_1_1_default_phantom_persistent_value_map_traits.png" usemap="#v8::DefaultPhantomPersistentValueMapTraits&lt; K, V &gt;_map" alt=""/> <map id="v8::DefaultPhantomPersistentValueMapTraits&lt; K, V &gt;_map" name="v8::DefaultPhantomPersistentValueMapTraits&lt; K, V &gt;_map"> <area href="classv8_1_1_std_map_traits.html" alt="v8::StdMapTraits&lt; K, V &gt;" shape="rect" coords="0,0,314,24"/> </map> </div></div> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-types"></a> Public Types</h2></td></tr> <tr class="memitem:a15222621f1f4588cc075beff86ff46b0"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a15222621f1f4588cc075beff86ff46b0"></a> typedef <a class="el" href="classv8_1_1_persistent_value_map.html">PersistentValueMap</a>&lt; K, V, <a class="el" href="classv8_1_1_default_phantom_persistent_value_map_traits.html">DefaultPhantomPersistentValueMapTraits</a>&lt; K, V &gt; &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>MapType</b></td></tr> <tr class="separator:a15222621f1f4588cc075beff86ff46b0"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a7cd15202c39c874a71e42e0680408ed7"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a7cd15202c39c874a71e42e0680408ed7"></a> typedef void&#160;</td><td class="memItemRight" valign="bottom"><b>PhantomCallbackDataType</b></td></tr> <tr class="separator:a7cd15202c39c874a71e42e0680408ed7"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="inherit_header pub_types_classv8_1_1_std_map_traits"><td colspan="2" onclick="javascript:toggleInherit('pub_types_classv8_1_1_std_map_traits')"><img src="closed.png" alt="-"/>&#160;Public Types inherited from <a class="el" href="classv8_1_1_std_map_traits.html">v8::StdMapTraits&lt; K, V &gt;</a></td></tr> <tr class="memitem:ac64cb78b3ef5cfbc35cf03837552e4ea inherit pub_types_classv8_1_1_std_map_traits"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac64cb78b3ef5cfbc35cf03837552e4ea"></a> typedef std::map&lt; K, PersistentContainerValue &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>Impl</b></td></tr> <tr class="separator:ac64cb78b3ef5cfbc35cf03837552e4ea inherit pub_types_classv8_1_1_std_map_traits"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ad20ef2022e83bfba6dcee23a2a34098e inherit pub_types_classv8_1_1_std_map_traits"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ad20ef2022e83bfba6dcee23a2a34098e"></a> typedef Impl::iterator&#160;</td><td class="memItemRight" valign="bottom"><b>Iterator</b></td></tr> <tr class="separator:ad20ef2022e83bfba6dcee23a2a34098e inherit pub_types_classv8_1_1_std_map_traits"><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:aa9865d00b04de4d777af48df24e68201"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aa9865d00b04de4d777af48df24e68201"></a> static PhantomCallbackDataType *&#160;</td><td class="memItemRight" valign="bottom"><b>PhantomCallbackParameter</b> (<a class="el" href="classv8_1_1_persistent_value_map.html">MapType</a> *map, const K &amp;key, <a class="el" href="classv8_1_1_local.html">Local</a>&lt; V &gt; value)</td></tr> <tr class="separator:aa9865d00b04de4d777af48df24e68201"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a4ce78b9dbfdf684c2b207abf5de025e3"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a4ce78b9dbfdf684c2b207abf5de025e3"></a> static <a class="el" href="classv8_1_1_persistent_value_map.html">MapType</a> *&#160;</td><td class="memItemRight" valign="bottom"><b>MapFromPhantomCallbackData</b> (const <a class="el" href="classv8_1_1_phantom_callback_data.html">PhantomCallbackData</a>&lt; PhantomCallbackDataType &gt; &amp;data)</td></tr> <tr class="separator:a4ce78b9dbfdf684c2b207abf5de025e3"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a8c5f1d18e22743974b27fce198307723"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a8c5f1d18e22743974b27fce198307723"></a> static K&#160;</td><td class="memItemRight" valign="bottom"><b>KeyFromPhantomCallbackData</b> (const <a class="el" href="classv8_1_1_phantom_callback_data.html">PhantomCallbackData</a>&lt; PhantomCallbackDataType &gt; &amp;data)</td></tr> <tr class="separator:a8c5f1d18e22743974b27fce198307723"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a5debfe0bae597c4dde9d23dbc42d0e9e"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a5debfe0bae597c4dde9d23dbc42d0e9e"></a> static void&#160;</td><td class="memItemRight" valign="bottom"><b>DisposeCallbackData</b> (PhantomCallbackDataType *data)</td></tr> <tr class="separator:a5debfe0bae597c4dde9d23dbc42d0e9e"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a1d24e09c410548251b11168e20af7feb"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a1d24e09c410548251b11168e20af7feb"></a> static void&#160;</td><td class="memItemRight" valign="bottom"><b>Dispose</b> (<a class="el" href="classv8_1_1_isolate.html">Isolate</a> *isolate, <a class="el" href="classv8_1_1_unique_persistent.html">UniquePersistent</a>&lt; V &gt; value, K key)</td></tr> <tr class="separator:a1d24e09c410548251b11168e20af7feb"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="inherit_header pub_static_methods_classv8_1_1_std_map_traits"><td colspan="2" onclick="javascript:toggleInherit('pub_static_methods_classv8_1_1_std_map_traits')"><img src="closed.png" alt="-"/>&#160;Static Public Member Functions inherited from <a class="el" href="classv8_1_1_std_map_traits.html">v8::StdMapTraits&lt; K, V &gt;</a></td></tr> <tr class="memitem:a63765723a9d6457ef47a42f79b13eaf7 inherit pub_static_methods_classv8_1_1_std_map_traits"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a63765723a9d6457ef47a42f79b13eaf7"></a> static bool&#160;</td><td class="memItemRight" valign="bottom"><b>Empty</b> (Impl *impl)</td></tr> <tr class="separator:a63765723a9d6457ef47a42f79b13eaf7 inherit pub_static_methods_classv8_1_1_std_map_traits"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a60bd7720bbc6e662d948cf05283a009d inherit pub_static_methods_classv8_1_1_std_map_traits"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a60bd7720bbc6e662d948cf05283a009d"></a> static size_t&#160;</td><td class="memItemRight" valign="bottom"><b>Size</b> (Impl *impl)</td></tr> <tr class="separator:a60bd7720bbc6e662d948cf05283a009d inherit pub_static_methods_classv8_1_1_std_map_traits"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ae018f70b3284ffda2566c36156db8baa inherit pub_static_methods_classv8_1_1_std_map_traits"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ae018f70b3284ffda2566c36156db8baa"></a> static void&#160;</td><td class="memItemRight" valign="bottom"><b>Swap</b> (Impl &amp;a, Impl &amp;b)</td></tr> <tr class="separator:ae018f70b3284ffda2566c36156db8baa inherit pub_static_methods_classv8_1_1_std_map_traits"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:abc24bdbd2e7b054a7bd905759fad7987 inherit pub_static_methods_classv8_1_1_std_map_traits"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="abc24bdbd2e7b054a7bd905759fad7987"></a> static Iterator&#160;</td><td class="memItemRight" valign="bottom"><b>Begin</b> (Impl *impl)</td></tr> <tr class="separator:abc24bdbd2e7b054a7bd905759fad7987 inherit pub_static_methods_classv8_1_1_std_map_traits"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a3ac36ae9e3b5585faeb66bb744c24183 inherit pub_static_methods_classv8_1_1_std_map_traits"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a3ac36ae9e3b5585faeb66bb744c24183"></a> static Iterator&#160;</td><td class="memItemRight" valign="bottom"><b>End</b> (Impl *impl)</td></tr> <tr class="separator:a3ac36ae9e3b5585faeb66bb744c24183 inherit pub_static_methods_classv8_1_1_std_map_traits"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aa90a541b794946054fbc1e76e3976c4f inherit pub_static_methods_classv8_1_1_std_map_traits"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aa90a541b794946054fbc1e76e3976c4f"></a> static K&#160;</td><td class="memItemRight" valign="bottom"><b>Key</b> (Iterator it)</td></tr> <tr class="separator:aa90a541b794946054fbc1e76e3976c4f inherit pub_static_methods_classv8_1_1_std_map_traits"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ad85f9d7e2ac639208fbce6b04d2436ad inherit pub_static_methods_classv8_1_1_std_map_traits"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ad85f9d7e2ac639208fbce6b04d2436ad"></a> static PersistentContainerValue&#160;</td><td class="memItemRight" valign="bottom"><b>Value</b> (Iterator it)</td></tr> <tr class="separator:ad85f9d7e2ac639208fbce6b04d2436ad inherit pub_static_methods_classv8_1_1_std_map_traits"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a2f41e206a3b1c9806253cca40d2891b1 inherit pub_static_methods_classv8_1_1_std_map_traits"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a2f41e206a3b1c9806253cca40d2891b1"></a> static PersistentContainerValue&#160;</td><td class="memItemRight" valign="bottom"><b>Set</b> (Impl *impl, K key, PersistentContainerValue value)</td></tr> <tr class="separator:a2f41e206a3b1c9806253cca40d2891b1 inherit pub_static_methods_classv8_1_1_std_map_traits"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a96c6fa384a4f7b7a64b464457ff347c2 inherit pub_static_methods_classv8_1_1_std_map_traits"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a96c6fa384a4f7b7a64b464457ff347c2"></a> static PersistentContainerValue&#160;</td><td class="memItemRight" valign="bottom"><b>Get</b> (Impl *impl, K key)</td></tr> <tr class="separator:a96c6fa384a4f7b7a64b464457ff347c2 inherit pub_static_methods_classv8_1_1_std_map_traits"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ad35e42652392e70dd23fa4b69b9800ea inherit pub_static_methods_classv8_1_1_std_map_traits"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ad35e42652392e70dd23fa4b69b9800ea"></a> static PersistentContainerValue&#160;</td><td class="memItemRight" valign="bottom"><b>Remove</b> (Impl *impl, K key)</td></tr> <tr class="separator:ad35e42652392e70dd23fa4b69b9800ea inherit pub_static_methods_classv8_1_1_std_map_traits"><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-attribs"></a> Static Public Attributes</h2></td></tr> <tr class="memitem:a798ba69e99e308830a57cb47d4fd5bbb"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a798ba69e99e308830a57cb47d4fd5bbb"></a> static const PersistentContainerCallbackType&#160;</td><td class="memItemRight" valign="bottom"><b>kCallbackType</b> = kNotWeak</td></tr> <tr class="separator:a798ba69e99e308830a57cb47d4fd5bbb"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <hr/>The documentation for this class was generated from the following file:<ul> <li>deps/v8/include/<a class="el" href="v8-util_8h_source.html">v8-util.h</a></li> </ul> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Tue Aug 11 2015 23:49:54 for V8 API Reference Guide for io.js v2.0.1 - v2.3.0 by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.9.1 </small></address> </body> </html>
v8-dox/v8-dox.github.io
b16d9c2/html/classv8_1_1_default_phantom_persistent_value_map_traits.html
HTML
mit
16,725
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>finger-tree: 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.0 / finger-tree - 8.5.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> finger-tree <small> 8.5.0 <span class="label label-success">5 m 19 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-29 07:47:20 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-29 07: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 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.04.2 The OCaml compiler (virtual package) ocaml-base-compiler 4.04.2 Official 4.04.2 release ocaml-config 1 OCaml Switch Configuration # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/finger-tree&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/FingerTree&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.5&quot; &amp; &lt; &quot;8.6~&quot;} ] tags: [ &quot;keyword:data structures&quot; &quot;keyword:dependent types&quot; &quot;keyword:finger trees&quot; &quot;category:Computer Science/Data Types and Data Structures&quot; &quot;date:2009-02&quot; ] authors: [ &quot;Matthieu Sozeau &lt;[email protected]&gt;&quot; ] bug-reports: &quot;https://github.com/coq-contribs/finger-tree/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/finger-tree.git&quot; synopsis: &quot;Dependent Finger Trees&quot; description: &quot;A verified generic implementation of Finger Trees&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/finger-tree/archive/v8.5.0.tar.gz&quot; checksum: &quot;md5=2e6ac43bdbddaa8882a0d6fc2effaa09&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-finger-tree.8.5.0 coq.8.5.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-finger-tree.8.5.0 coq.8.5.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-finger-tree.8.5.0 coq.8.5.0</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: 32 M</p> <ul> <li>9 M <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FingerTree/RopeModule.vo</code></li> <li>8 M <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FingerTree/FingerTreeModule.vo</code></li> <li>8 M <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FingerTree/DependentFingerTreeModule.vo</code></li> <li>5 M <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FingerTree/DependentFingerTree.vo</code></li> <li>393 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FingerTree/DependentSequence.vo</code></li> <li>344 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FingerTree/StringInterface.vo</code></li> <li>336 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FingerTree/Digit.vo</code></li> <li>239 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FingerTree/DependentFingerTreeModule.glob</code></li> <li>161 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FingerTree/DependentFingerTree.glob</code></li> <li>145 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FingerTree/DigitModule.vo</code></li> <li>97 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FingerTree/FingerTree.vo</code></li> <li>88 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FingerTree/PrioQueue.vo</code></li> <li>82 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FingerTree/OrdSequence.vo</code></li> <li>72 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FingerTree/DependentFingerTreeModule.v</code></li> <li>65 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FingerTree/DependentFingerTree.v</code></li> <li>47 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FingerTree/KeyMonoid.vo</code></li> <li>45 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FingerTree/DependentSequence.glob</code></li> <li>43 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FingerTree/Sequence.vo</code></li> <li>40 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FingerTree/OrderedType.vo</code></li> <li>28 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FingerTree/Monoid.vo</code></li> <li>28 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FingerTree/DigitModule.glob</code></li> <li>23 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FingerTree/DependentSequence.v</code></li> <li>21 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FingerTree/FingerTreeModule.glob</code></li> <li>20 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FingerTree/Digit.glob</code></li> <li>17 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FingerTree/FingerTree.glob</code></li> <li>14 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FingerTree/Reduce.vo</code></li> <li>12 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FingerTree/FingerTreeModule.v</code></li> <li>11 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FingerTree/RopeModule.glob</code></li> <li>10 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FingerTree/FingerTree.v</code></li> <li>10 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FingerTree/Notations.vo</code></li> <li>8 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FingerTree/PrioQueue.glob</code></li> <li>7 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FingerTree/Digit.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FingerTree/DigitModule.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FingerTree/Monoid.glob</code></li> <li>6 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FingerTree/OrdSequence.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FingerTree/OrdSequence.glob</code></li> <li>5 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FingerTree/StringInterface.glob</code></li> <li>5 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FingerTree/Monoid.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FingerTree/Modules.vo</code></li> <li>4 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FingerTree/RopeModule.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FingerTree/Reduce.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FingerTree/OrderedType.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FingerTree/PrioQueue.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FingerTree/Sequence.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FingerTree/Modules.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FingerTree/KeyMonoid.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FingerTree/StringInterface.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FingerTree/Sequence.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FingerTree/KeyMonoid.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FingerTree/OrderedType.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FingerTree/Modules.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FingerTree/Reduce.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FingerTree/Notations.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FingerTree/Notations.v</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-finger-tree.8.5.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.04.2-2.0.5/released/8.5.0/finger-tree/8.5.0.html
HTML
mit
13,088
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_101) on Mon Sep 19 15:00:44 UTC 2016 --> <title>org.springframework.messaging.support (Spring Framework 4.3.3.RELEASE API)</title><script>var _hmt = _hmt || [];(function() {var hm = document.createElement("script");hm.src = "//hm.baidu.com/hm.js?dd1361ca20a10cc161e72d4bc4fef6df";var s = document.getElementsByTagName("script")[0];s.parentNode.insertBefore(hm, s);})();</script> <meta name="date" content="2016-09-19"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> <body> <h1 class="bar"><a href="../../../../org/springframework/messaging/support/package-summary.html" target="classFrame">org.springframework.messaging.support</a></h1> <div class="indexContainer"> <h2 title="Interfaces">Interfaces</h2> <ul title="Interfaces"> <li><a href="ChannelInterceptor.html" title="interface in org.springframework.messaging.support" target="classFrame"><span class="interfaceName">ChannelInterceptor</span></a></li> <li><a href="ExecutorChannelInterceptor.html" title="interface in org.springframework.messaging.support" target="classFrame"><span class="interfaceName">ExecutorChannelInterceptor</span></a></li> <li><a href="HeaderMapper.html" title="interface in org.springframework.messaging.support" target="classFrame"><span class="interfaceName">HeaderMapper</span></a></li> <li><a href="InterceptableChannel.html" title="interface in org.springframework.messaging.support" target="classFrame"><span class="interfaceName">InterceptableChannel</span></a></li> <li><a href="MessageHandlingRunnable.html" title="interface in org.springframework.messaging.support" target="classFrame"><span class="interfaceName">MessageHandlingRunnable</span></a></li> <li><a href="MessageHeaderInitializer.html" title="interface in org.springframework.messaging.support" target="classFrame"><span class="interfaceName">MessageHeaderInitializer</span></a></li> </ul> <h2 title="Classes">Classes</h2> <ul title="Classes"> <li><a href="AbstractHeaderMapper.html" title="class in org.springframework.messaging.support" target="classFrame">AbstractHeaderMapper</a></li> <li><a href="AbstractMessageChannel.html" title="class in org.springframework.messaging.support" target="classFrame">AbstractMessageChannel</a></li> <li><a href="AbstractSubscribableChannel.html" title="class in org.springframework.messaging.support" target="classFrame">AbstractSubscribableChannel</a></li> <li><a href="ChannelInterceptorAdapter.html" title="class in org.springframework.messaging.support" target="classFrame">ChannelInterceptorAdapter</a></li> <li><a href="ErrorMessage.html" title="class in org.springframework.messaging.support" target="classFrame">ErrorMessage</a></li> <li><a href="ExecutorSubscribableChannel.html" title="class in org.springframework.messaging.support" target="classFrame">ExecutorSubscribableChannel</a></li> <li><a href="GenericMessage.html" title="class in org.springframework.messaging.support" target="classFrame">GenericMessage</a></li> <li><a href="IdTimestampMessageHeaderInitializer.html" title="class in org.springframework.messaging.support" target="classFrame">IdTimestampMessageHeaderInitializer</a></li> <li><a href="ImmutableMessageChannelInterceptor.html" title="class in org.springframework.messaging.support" target="classFrame">ImmutableMessageChannelInterceptor</a></li> <li><a href="MessageBuilder.html" title="class in org.springframework.messaging.support" target="classFrame">MessageBuilder</a></li> <li><a href="MessageHeaderAccessor.html" title="class in org.springframework.messaging.support" target="classFrame">MessageHeaderAccessor</a></li> <li><a href="NativeMessageHeaderAccessor.html" title="class in org.springframework.messaging.support" target="classFrame">NativeMessageHeaderAccessor</a></li> </ul> </div> </body> </html>
piterlin/piterlin.github.io
doc/spring4.3.3-docs/javadoc-api/org/springframework/messaging/support/package-frame.html
HTML
mit
4,039
<!DOCTYPE html> <!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" dir="ltr"> <!--<![endif]--> <!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open&id=3 (optional: ?Open&page=filename.html&id=x) --> <!-- Created: ; Product Code: 536; Server: stratnotes2.ic.gc.ca --> <head> <!-- Title begins / Début du titre --> <title> Barbin Sport Joe Loue Tout Inc. - Complete profile - Canadian Company Capabilities - Industries and Business - Industry Canada </title> <!-- Title ends / Fin du titre --> <!-- Meta-data begins / Début des métadonnées --> <meta charset="utf-8" /> <meta name="dcterms.language" title="ISO639-2" content="eng" /> <meta name="dcterms.title" content="" /> <meta name="description" content="" /> <meta name="dcterms.description" content="" /> <meta name="dcterms.type" content="report, data set" /> <meta name="dcterms.subject" content="businesses, industry" /> <meta name="dcterms.subject" content="businesses, industry" /> <meta name="dcterms.issued" title="W3CDTF" content="" /> <meta name="dcterms.modified" title="W3CDTF" content="" /> <meta name="keywords" content="" /> <meta name="dcterms.creator" content="" /> <meta name="author" content="" /> <meta name="dcterms.created" title="W3CDTF" content="" /> <meta name="dcterms.publisher" content="" /> <meta name="dcterms.audience" title="icaudience" content="" /> <meta name="dcterms.spatial" title="ISO3166-1" content="" /> <meta name="dcterms.spatial" title="gcgeonames" content="" /> <meta name="dcterms.format" content="HTML" /> <meta name="dcterms.identifier" title="ICsiteProduct" content="536" /> <!-- EPI-11240 --> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- MCG-202 --> <meta content="width=device-width,initial-scale=1" name="viewport"> <!-- EPI-11567 --> <meta name = "format-detection" content = "telephone=no"> <!-- EPI-12603 --> <meta name="robots" content="noarchive"> <!-- EPI-11190 - Webtrends --> <script> var startTime = new Date(); startTime = startTime.getTime(); </script> <!--[if gte IE 9 | !IE ]><!--> <link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="icon" type="image/x-icon"> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/wet-boew.min.css"> <!--<![endif]--> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/theme.min.css"> <!--[if lt IE 9]> <link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="shortcut icon" /> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/ie8-wet-boew.min.css" /> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew.min.js"></script> <![endif]--> <!--[if lte IE 9]> <![endif]--> <noscript><link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/noscript.min.css" /></noscript> <!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER --> <script>dataLayer1 = [];</script> <!-- End Google Tag Manager --> <!-- EPI-11235 --> <link rel="stylesheet" href="/eic/home.nsf/css/add_WET_4-0_Canada_Apps.css"> <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"> <link href="/app/ccc/srch/css/print.css" media="print" rel="stylesheet" type="text/css" /> </head> <body class="home" vocab="http://schema.org/" typeof="WebPage"> <!-- EPIC HEADER BEGIN --> <!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER --> <noscript><iframe title="Google Tag Manager" src="//www.googletagmanager.com/ns.html?id=GTM-TLGQ9K" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer1'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer1','GTM-TLGQ9K');</script> <!-- End Google Tag Manager --> <!-- EPI-12801 --> <span typeof="Organization"><meta property="legalName" content="Department_of_Industry"></span> <ul id="wb-tphp"> <li class="wb-slc"> <a class="wb-sl" href="#wb-cont">Skip to main content</a> </li> <li class="wb-slc visible-sm visible-md visible-lg"> <a class="wb-sl" href="#wb-info">Skip to "About this site"</a> </li> </ul> <header role="banner"> <div id="wb-bnr" class="container"> <section id="wb-lng" class="visible-md visible-lg text-right"> <h2 class="wb-inv">Language selection</h2> <div class="row"> <div class="col-md-12"> <ul class="list-inline mrgn-bttm-0"> <li><a href="nvgt.do?V_TOKEN=1492268321329&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=5091&V_SEARCH.docsStart=5090&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/rgstr.sec?_flId?_flxKy=e1s1&amp;estblmntNo=234567041301&amp;profileId=61&amp;_evId=bck&amp;lang=eng&amp;V_SEARCH.showStricts=false&amp;prtl=1&amp;_flId?_flId?_flxKy=e1s1" title="Français" lang="fr">Français</a></li> </ul> </div> </div> </section> <div class="row"> <div class="brand col-xs-8 col-sm-9 col-md-6"> <a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a> </div> <section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn"> <h2>Search and menus</h2> <ul class="list-inline text-right chvrn"> <li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li> </ul> <div id="mb-pnl"></div> </section> <!-- Site Search Removed --> </div> </div> <nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement"> <h2 class="wb-inv">Topics menu</h2> <div class="container nvbar"> <div class="row"> <ul class="list-inline menu"> <li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li> <li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li> <li><a href="https://travel.gc.ca/">Travel</a></li> <li><a href="https://www.canada.ca/en/services/business.html">Business</a></li> <li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li> <li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li> <li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li> <li><a href="https://www.canada.ca/en/services.html">More services</a></li> </ul> </div> </div> </nav> <!-- EPIC BODY BEGIN --> <nav role="navigation" id="wb-bc" class="" property="breadcrumb"> <h2 class="wb-inv">You are here:</h2> <div class="container"> <div class="row"> <ol class="breadcrumb"> <li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li> <li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li> <li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li> </ol> </div> </div> </nav> </header> <main id="wb-cont" role="main" property="mainContentOfPage" class="container"> <!-- End Header --> <!-- Begin Body --> <!-- Begin Body Title --> <!-- End Body Title --> <!-- Begin Body Head --> <!-- End Body Head --> <!-- Begin Body Content --> <br> <!-- Complete Profile --> <!-- Company Information above tabbed area--> <input id="showMore" type="hidden" value='more'/> <input id="showLess" type="hidden" value='less'/> <h1 id="wb-cont"> Company profile - Canadian Company Capabilities </h1> <div class="profileInfo hidden-print"> <ul class="list-inline"> <li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&amp;rstBtn.x=" class="btn btn-link">New Search</a>&nbsp;|</li> <li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do"> <input type="hidden" name="lang" value="eng" /> <input type="hidden" name="profileId" value="" /> <input type="hidden" name="prtl" value="1" /> <input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" /> <input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" /> <input type="hidden" name="V_SEARCH.depth" value="1" /> <input type="hidden" name="V_SEARCH.showStricts" value="false" /> <input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" /> </form></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=5089&amp;V_DOCUMENT.docRank=5090&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492268343870&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=123456131366&amp;profileId=&amp;key.newSearchLabel=">Previous Company</a></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=5091&amp;V_DOCUMENT.docRank=5092&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492268343870&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567135299&amp;profileId=&amp;key.newSearchLabel=">Next Company</a></li> </ul> </div> <details> <summary>Third-Party Information Liability Disclaimer</summary> <p>Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.</p> </details> <h2> Barbin Sport Joe Loue Tout Inc. </h2> <div class="row"> <div class="col-md-5"> <h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2> <p>Barbin Sport Joe Loue Tout Inc.</p> <div class="mrgn-tp-md"></div> <p class="mrgn-bttm-0" ><a href="http://www.barbinsport.com" target="_blank" title="Website URL">http://www.barbinsport.com</a></p> <p><a href="mailto:[email protected]" title="[email protected]">[email protected]</a></p> </div> <div class="col-md-4 mrgn-sm-sm"> <h2 class="h5 mrgn-bttm-0">Mailing Address:</h2> <address class="mrgn-bttm-md"> 2324, rte de Saint-Philippe<br/> VAL-D&#39;OR, Quebec<br/> J9P 4N7 <br/> </address> <h2 class="h5 mrgn-bttm-0">Location Address:</h2> <address class="mrgn-bttm-md"> 2324, rte de Saint-Philippe<br/> VAL-D&#39;OR, Quebec<br/> J9P 4N7 <br/> </address> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (819) 738-4916 </p> <p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>: (819) 738-0982</p> </div> <div class="col-md-3 mrgn-tp-md"> </div> </div> <div class="row mrgn-tp-md mrgn-bttm-md"> <div class="col-md-12"> </div> </div> <!-- <div class="wb-tabs ignore-session update-hash wb-eqht-off print-active"> --> <div class="wb-tabs ignore-session"> <div class="tabpanels"> <details id="details-panel1"> <summary> Full profile </summary> <!-- Tab 1 --> <h2 class="wb-invisible"> Full profile </h2> <!-- Contact Information --> <h3 class="page-header"> Contact information </h3> <section class="container-fluid"> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Marcel Barbin </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> Data Provider <br> </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (819) 738-4916 </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Company Description --> <h3 class="page-header"> Company description </h3> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Country of Ownership: </strong> </div> <div class="col-md-7"> Canada &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> No &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 441220 - Motorcycle, Boat and Other Motor Vehicle Dealers </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Retail &nbsp; </div> </div> </section> <!-- Products / Services / Licensing --> <h3 class="page-header"> Product / Service / Licensing </h3> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Personal Watercraft Dealer <br> </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Technology Profile --> <!-- Market Profile --> <!-- Sector Information --> <details class="mrgn-tp-md mrgn-bttm-md"> <summary> Third-Party Information Liability Disclaimer </summary> <p> Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements. </p> </details> </details> <details id="details-panel2"> <summary> Contacts </summary> <h2 class="wb-invisible"> Contact information </h2> <!-- Contact Information --> <section class="container-fluid"> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Marcel Barbin </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> Data Provider <br> </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (819) 738-4916 </div> </div> </section> </details> <details id="details-panel3"> <summary> Description </summary> <h2 class="wb-invisible"> Company description </h2> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Country of Ownership: </strong> </div> <div class="col-md-7"> Canada &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> No &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 441220 - Motorcycle, Boat and Other Motor Vehicle Dealers </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Retail &nbsp; </div> </div> </section> </details> <details id="details-panel4"> <summary> Products, services and licensing </summary> <h2 class="wb-invisible"> Product / Service / Licensing </h2> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Personal Watercraft Dealer <br> </div> </div> </section> </details> </div> </div> <div class="row"> <div class="col-md-12 text-right"> Last Update Date 2015-04-14 </div> </div> <!-- - Artifact ID: CBW - IMBS - CCC Search WAR - Group ID: ca.gc.ic.strategis.imbs.ccc.search - Version: 3.26 - Built-By: bamboo - Build Timestamp: 2017-03-02T21:29:28Z --> <!-- End Body Content --> <!-- Begin Body Foot --> <!-- End Body Foot --> <!-- END MAIN TABLE --> <!-- End body --> <!-- Begin footer --> <div class="row pagedetails"> <div class="col-sm-5 col-xs-12 datemod"> <dl id="wb-dtmd"> <dt class=" hidden-print">Date Modified:</dt> <dd class=" hidden-print"> <span><time>2017-03-02</time></span> </dd> </dl> </div> <div class="clear visible-xs"></div> <div class="col-sm-4 col-xs-6"> </div> <div class="col-sm-3 col-xs-6 text-right"> </div> <div class="clear visible-xs"></div> </div> </main> <footer role="contentinfo" id="wb-info"> <nav role="navigation" class="container wb-navcurr"> <h2 class="wb-inv">About government</h2> <!-- EPIC FOOTER BEGIN --> <!-- EPI-11638 Contact us --> <ul class="list-unstyled colcount-sm-2 colcount-md-3"> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07026.html#pageid=E048-H00000&amp;from=Industries">Contact us</a></li> <li><a href="https://www.canada.ca/en/government/dept.html">Departments and agencies</a></li> <li><a href="https://www.canada.ca/en/government/publicservice.html">Public service and military</a></li> <li><a href="https://www.canada.ca/en/news.html">News</a></li> <li><a href="https://www.canada.ca/en/government/system/laws.html">Treaties, laws and regulations</a></li> <li><a href="https://www.canada.ca/en/transparency/reporting.html">Government-wide reporting</a></li> <li><a href="http://pm.gc.ca/eng">Prime Minister</a></li> <li><a href="https://www.canada.ca/en/government/system.html">How government works</a></li> <li><a href="http://open.canada.ca/en/">Open government</a></li> </ul> </nav> <div class="brand"> <div class="container"> <div class="row"> <nav class="col-md-10 ftr-urlt-lnk"> <h2 class="wb-inv">About this site</h2> <ul> <li><a href="https://www.canada.ca/en/social.html">Social media</a></li> <li><a href="https://www.canada.ca/en/mobile.html">Mobile applications</a></li> <li><a href="http://www1.canada.ca/en/newsite.html">About Canada.ca</a></li> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html">Terms and conditions</a></li> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html#p1">Privacy</a></li> </ul> </nav> <div class="col-xs-6 visible-sm visible-xs tofpg"> <a href="#wb-cont">Top of Page <span class="glyphicon glyphicon-chevron-up"></span></a> </div> <div class="col-xs-6 col-md-2 text-right"> <object type="image/svg+xml" tabindex="-1" role="img" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/wmms-blk.svg" aria-label="Symbol of the Government of Canada"></object> </div> </div> </div> </div> </footer> <!--[if gte IE 9 | !IE ]><!--> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/wet-boew.min.js"></script> <!--<![endif]--> <!--[if lt IE 9]> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew2.min.js"></script> <![endif]--> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/theme.min.js"></script> <!-- EPI-10519 --> <span class="wb-sessto" data-wb-sessto='{"inactivity": 1800000, "reactionTime": 180000, "sessionalive": 1800000, "logouturl": "/app/ccc/srch/cccSrch.do?lang=eng&prtl=1"}'></span> <script src="/eic/home.nsf/js/jQuery.externalOpensInNewWindow.js"></script> <!-- EPI-11190 - Webtrends --> <script src="/eic/home.nsf/js/webtrends.js"></script> <script>var endTime = new Date();</script> <noscript> <div><img alt="" id="DCSIMG" width="1" height="1" src="//wt-sdc.ic.gc.ca/dcs6v67hwe0ei7wsv8g9fv50d_3k6i/njs.gif?dcsuri=/nojavascript&amp;WT.js=No&amp;WT.tv=9.4.0&amp;dcssip=www.ic.gc.ca"/></div> </noscript> <!-- /Webtrends --> <!-- JS deps --> <script src="/eic/home.nsf/js/jquery.imagesloaded.js"></script> <!-- EPI-11262 - Util JS --> <script src="/eic/home.nsf/js/_WET_4-0_utils_canada.min.js"></script> <!-- EPI-11383 --> <script src="/eic/home.nsf/js/jQuery.icValidationErrors.js"></script> <span style="display:none;" id='app-info' data-project-groupid='' data-project-artifactid='' data-project-version='' data-project-build-timestamp='' data-issue-tracking='' data-scm-sha1='' data-scm-sha1-abbrev='' data-scm-branch='' data-scm-commit-date=''></span> </body></html> <!-- End Footer --> <!-- - Artifact ID: CBW - IMBS - CCC Search WAR - Group ID: ca.gc.ic.strategis.imbs.ccc.search - Version: 3.26 - Built-By: bamboo - Build Timestamp: 2017-03-02T21:29:28Z -->
GoC-Spending/data-corporations
html/234567006179.html
HTML
mit
31,114
<div class="commune_descr limited"> <p> Valsonne est un village géographiquement positionné dans le département de Rhône en Rhône-Alpes. Elle totalisait 807 habitants en 2008.</p> <p>Le nombre de logements, à Valsonne, se décomposait en 2011 en 66 appartements et 381 maisons soit un marché plutôt équilibré.</p> <p>La commune compte quelques équipements, elle propose entre autres un terrain de tennis et un terrain de sport.</p> <p>À Valsonne, le prix moyen à l'achat d'un appartement s'évalue à 1&nbsp;423 &euro; du m² en vente. la valorisation moyenne d'une maison à l'achat se situe à 1&nbsp;482 &euro; du m². À la location la valorisation moyenne se situe à 6,36 &euro; du m² mensuel.</p> <p>À coté de Valsonne sont positionnées géographiquement les villes de <a href="{{VLROOT}}/immobilier/ternand_69245/">Ternand</a> localisée à 7&nbsp;km, 729 habitants, <a href="{{VLROOT}}/immobilier/dareize_69073/">Dareizé</a> localisée à 6&nbsp;km, 432 habitants, <a href="{{VLROOT}}/immobilier/saint-loup_69223/">Saint-Loup</a> située à 7&nbsp;km, 958 habitants, <a href="{{VLROOT}}/immobilier/ronno_69169/">Ronno</a> localisée à 5&nbsp;km, 598 habitants, <a href="{{VLROOT}}/immobilier/saint-appolinaire_69181/">Saint-Appolinaire</a> localisée à 3&nbsp;km, 146 habitants, <a href="{{VLROOT}}/immobilier/sauvages_69174/">Les&nbsp;Sauvages</a> à 4&nbsp;km, 620 habitants, entre autres. De plus, Valsonne est située à seulement 29&nbsp;km de <a href="{{VLROOT}}/immobilier/roanne_42187/">Roanne</a>.</p> <p>Si vous pensez venir habiter à Valsonne, vous pourrez aisément trouver une maison à vendre. </p> </div>
donaldinou/frontend
src/Viteloge/CoreBundle/Resources/descriptions/69254.html
HTML
mit
1,669
<div class="commune_descr limited"> <p> Mennessis est un village localisé dans le département de l'Aisne en Picardie. Elle totalisait 386 habitants en 2008.</p> <p>Le nombre d'habitations, à Mennessis, était réparti en 2011 en zero appartements et 172 maisons soit un marché plutôt équilibré.</p> <p>Si vous envisagez de emmenager à Mennessis, vous pourrez aisément trouver une maison à acheter. </p> <p>La ville offre quelques équipements, elle dispose, entre autres, de un terrain de sport.</p> <p>À coté de Mennessis sont situées les villes de <a href="{{VLROOT}}/immobilier/hinacourt_02380/">Hinacourt</a> à 5&nbsp;km, 38 habitants, <a href="{{VLROOT}}/immobilier/ly-fontaine_02446/">Ly-Fontaine</a> localisée à 5&nbsp;km, 104 habitants, <a href="{{VLROOT}}/immobilier/remigny_02639/">Remigny</a> située à 2&nbsp;km, 348 habitants, <a href="{{VLROOT}}/immobilier/frieres-faillouel_02336/">Frières-Faillouël</a> à 2&nbsp;km, 851 habitants, <a href="{{VLROOT}}/immobilier/jussy_02397/">Jussy</a> localisée à 4&nbsp;km, 1&nbsp;250 habitants, <a href="{{VLROOT}}/immobilier/tergnier_02738/">Tergnier</a> localisée à 4&nbsp;km, 14&nbsp;600 habitants, entre autres. De plus, Mennessis est située à seulement 17&nbsp;km de <a href="{{VLROOT}}/immobilier/saint-quentin_02691/">Saint-Quentin</a>.</p> </div>
donaldinou/frontend
src/Viteloge/CoreBundle/Resources/descriptions/02474.html
HTML
mit
1,352
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>quicksort-complexity: 1 m 49 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.10.1 / quicksort-complexity - 8.10.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> quicksort-complexity <small> 8.10.0 <span class="label label-success">1 m 49 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-10-27 08:55:36 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-27 08:55:36 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.10.1 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.09.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.09.1 Official release 4.09.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/quicksort-complexity&quot; license: &quot;BSD&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/QuicksortComplexity&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.10&quot; &amp; &lt; &quot;8.11~&quot;} ] tags: [ &quot;keyword: quicksort&quot; &quot;keyword: complexity&quot; &quot;keyword: average-case&quot; &quot;category: Computer Science/Decision Procedures and Certified Algorithms/Correctness proofs of algorithms&quot; &quot;date: 2010-06&quot; ] authors: [ &quot;Eelis&quot; ] bug-reports: &quot;https://github.com/coq-contribs/quicksort-complexity/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/quicksort-complexity.git&quot; synopsis: &quot;Proofs of Quicksort&#39;s worst- and average-case complexity&quot; description: &quot;&quot;&quot; The development contains: - a set of monads and monad transformers for measuring a (possibly nondeterministic) algorithm&#39;s use of designated operations; - monadically expressed deterministic and nondeterministic implementations of Quicksort; - proofs of these implementations&#39; worst- and average case complexity. Most of the development is documented in the TYPES 2008 paper &quot;A Machine-Checked Proof of the Average-Case Complexity of Quicksort in Coq&quot;, available at the homepage.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/quicksort-complexity/archive/v8.10.0.tar.gz&quot; checksum: &quot;md5=c3b2ccbc5f13d56f46e99b51fef90a04&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-quicksort-complexity.8.10.0 coq.8.10.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-quicksort-complexity.8.10.0 coq.8.10.1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>8 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-quicksort-complexity.8.10.0 coq.8.10.1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>1 m 49 s</dd> </dl> <h2>Installation size</h2> <p>Total: 5 M</p> <ul> <li>323 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/list_utils.vo</code></li> <li>250 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/list_utils.glob</code></li> <li>201 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/vec.vo</code></li> <li>165 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/qs_definitions.vo</code></li> <li>155 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/vec.glob</code></li> <li>146 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/arith_lems.vo</code></li> <li>126 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/qs_det_avg_complexity.glob</code></li> <li>125 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/sums_and_averages.vo</code></li> <li>121 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/qs_case_split.vo</code></li> <li>103 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/qs_det_avg_complexity.vo</code></li> <li>93 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/qs_cmp_prob.vo</code></li> <li>88 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/monoid_monad_trans.vo</code></li> <li>87 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/sums_and_averages.glob</code></li> <li>85 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/indices.vo</code></li> <li>83 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/qs_sound_cmps.vo</code></li> <li>79 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/expec.vo</code></li> <li>78 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/qs_worst.vo</code></li> <li>74 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/qs_parts.vo</code></li> <li>73 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/ne_tree_monad.vo</code></li> <li>72 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/ne_tree.vo</code></li> <li>71 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/qs_cases.vo</code></li> <li>70 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/qs_CM_U_expec_cost_eq.vo</code></li> <li>69 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/U.vo</code></li> <li>68 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/util.vo</code></li> <li>67 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/insertion_sort.vo</code></li> <li>66 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/qs_definitions.glob</code></li> <li>65 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/monoid_expec.vo</code></li> <li>64 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/nat_seqs.vo</code></li> <li>63 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/qs_nondet_avg_complexity.vo</code></li> <li>60 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/qs_cases.glob</code></li> <li>60 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/monads.vo</code></li> <li>58 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/qs_det_parts.vo</code></li> <li>54 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/ne_list.vo</code></li> <li>53 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/indices.glob</code></li> <li>50 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/sort_order.vo</code></li> <li>48 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/arith_lems.glob</code></li> <li>47 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/monoid_tree_monad.vo</code></li> <li>45 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/harmonic.vo</code></li> <li>44 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/list_utils.v</code></li> <li>43 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/list_length_expec.vo</code></li> <li>41 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/qs_correct.vo</code></li> <li>40 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/NDP.vo</code></li> <li>39 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/qs_nondet_avg_complexity.glob</code></li> <li>39 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/fix_measure_utils.vo</code></li> <li>38 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/U.glob</code></li> <li>37 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/nat_below.vo</code></li> <li>36 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/qs_case_split.glob</code></li> <li>35 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/expec.glob</code></li> <li>34 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/fix_measure_utils.glob</code></li> <li>34 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/vec.v</code></li> <li>33 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/monoid_expec.glob</code></li> <li>33 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/insertion_sort.glob</code></li> <li>32 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/monoid_monad_trans.glob</code></li> <li>31 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/skip_list.vo</code></li> <li>30 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/ne_tree_monad.glob</code></li> <li>29 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/qs_parts.glob</code></li> <li>29 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/sort_order.glob</code></li> <li>28 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/util.glob</code></li> <li>28 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/monads.glob</code></li> <li>27 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/ne_tree.glob</code></li> <li>27 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/qs_sound_cmps.glob</code></li> <li>23 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/qs_CM_U_expec_cost_eq.glob</code></li> <li>23 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/qs_worst.glob</code></li> <li>19 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/qs_cmp_prob.glob</code></li> <li>18 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/qs_det_parts.glob</code></li> <li>16 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/sums_and_averages.v</code></li> <li>15 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/list_length_expec.glob</code></li> <li>15 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/nat_seqs.glob</code></li> <li>15 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/qs_det_avg_complexity.v</code></li> <li>14 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/ne_list.glob</code></li> <li>14 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/qs_definitions.v</code></li> <li>12 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/indices.v</code></li> <li>11 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/nat_below.glob</code></li> <li>11 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/arith_lems.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/qs_cases.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/qs_correct.glob</code></li> <li>9 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/harmonic.glob</code></li> <li>8 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/skip_list.glob</code></li> <li>7 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/U.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/expec.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/qs_nondet_avg_complexity.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/qs_sound_cmps.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/qs_case_split.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/ne_tree.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/insertion_sort.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/ne_tree_monad.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/monoid_expec.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/sort_order.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/monads.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/util.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/qs_parts.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/fix_measure_utils.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/monoid_monad_trans.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/monoid_tree_monad.glob</code></li> <li>4 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/qs_worst.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/qs_cmp_prob.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/qs_CM_U_expec_cost_eq.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/ne_list.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/NDP.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/nat_seqs.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/qs_det_parts.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/list_length_expec.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/nat_below.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/skip_list.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/qs_correct.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/harmonic.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/monoid_tree_monad.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/QuicksortComplexity/NDP.v</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-quicksort-complexity.8.10.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.09.1-2.0.6/released/8.10.1/quicksort-complexity/8.10.0.html
HTML
mit
20,929
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="Sci blog jekyll theme"> <meta name="author" content="AIR RAYA Group"> <link href='/MyBlog/img/favicon.ico' type='image/icon' rel='shortcut icon'/> <title>泽民博客 | Jekyll theme</title> <link rel="stylesheet" href="/MyBlog/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous"> <link rel="stylesheet" href="/MyBlog/css/font-awesome.min.css"> <link href="/MyBlog/css/simple-sidebar.css" rel="stylesheet"> <link href="/MyBlog/css/classic-10_7.css" rel="stylesheet" type="text/css"> <!-- Custom CSS --> <link href="/MyBlog/css/style.css" rel="stylesheet"> <link href="/MyBlog/css/pygments.css" rel="stylesheet"> <!-- Fonts --> <link href="/MyBlog/css/front.css" rel="stylesheet" type="text/css"> <link href="/MyBlog/css/Josefin_Slab.css" rel="stylesheet" type="text/css"> <link href="/MyBlog/css/Architects_Daughter.css" rel="stylesheet" type="text/css"> <link href="/MyBlog/css/Schoolbell.css" rel="stylesheet" type="text/css"> <link href="/MyBlog/css/Codystar.css" rel="stylesheet" type="text/css"> <script type="text/javascript" src="/MyBlog/js/jquery-1.12.0.min.js"></script> <link href="/MyBlog/css/calendar/common.css" type="text/css" rel="stylesheet"> <script type="text/javascript" src="/MyBlog/js/calendar/calendar.js"></script> <!-- share this --> <script type="text/javascript">var switchTo5x=true;</script> <script type="text/javascript" src="/MyBlog/js/buttons.js"></script> <script type="text/javascript">stLight.options({publisher: "b28464c3-d287-4257-ad18-058346dd35f7", doNotHash: false, doNotCopy: false, hashAddressBar: false});</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="/MyBlog/js/html5shiv.js"></script> <script src="/MyBlog/js/respond.min.js"></script> <![endif]--> <!--百度统计--> <script> var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?e965cab8c73512b8b23939e7051d93bd"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); </script> <script async src="/MyBlog/katex/katex.js"></script> <link rel="stylesheet" href="/MyBlog/katex/katex.css"> <!--轮播图片--> <!--script type="text/javascript" src="https://xiazemin.github.io/MyBlog/js/jquery.js"></script> <script type="text/javascript" src="https://xiazemin.github.io/MyBlog/js/jquery.stripesrotator.js"></script> <script type="text/javascript"> $(document).ready(function() { alert($('#rotator_xzm')); alert($('#rotator_xzm').fn); $('#rotator_xzm').stripesRotator({ images: [ "https://xiazemin.github.io/MyBlog/img/BPlusTree.png", "https://xiazemin.github.io/MyBlog/img/linuxMMap.jpeg"] }); }); </script--> <!--水印--> <script type="text/javascript" src="/MyBlog/js/waterMark.js"></script> <script type="text/javascript"> $(document).ready(function(){ watermark({watermark_txt0:'泽民博客',watermark_txt1:'zemin',watermark_txt2:(new Date()).Format("yyyy-MM-dd hh:mm:ss.S")}); }) </script> <!--水印--> <!--adscene--> <script data-ad-client="ca-pub-6672721494777557" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> </head> <body> <div id="wrapper"> <!-- Navigation --> <!-- Sidebar --> <div id="sidebar-wrapper"> <ul class="sidebar-nav"> <li class="sidebar-brand"> <a href="/MyBlog"> Home </a> </li> <li> <a href="#">About</a> </li> <li> <a href="#">Services</a> </li> <li> <a href="#">Portfolio</a> </li> <li> <a href="#">Events</a> </li> <li> <a href="#">Blog</a> </li> <li> <a href="#">FAQ</a> </li> <li> <a href="#">Contact</a> </li> </ul> </div> <header class="intro-header"> <div class="container"> <div class="row"> <div class="col-lg-12"> <div class="heading text-center"> <a href="https://xiazemin.github.io/MyBlog/" style="color: #fff; font-size: 4em; font-family: 'Schoolbell', cursive;">泽民博客</a> <a href="#menu-toggle" class="btn btn-default sciblog" id="menu-toggle" style="font-weight: bold;">&#9776; Menu</a> </div> </div> </div> </div> </header> <script async src="/MyBlog/js/busuanzi.pure.mini.js"></script> <script type="text/javascript" src="/MyBlog/js/jquery.js"></script> <script type="text/javascript" src="/MyBlog/js/jquery.stripesrotator.js"></script> <div class="container"> <div class="row"> <div class="box"> <div class="col-lg-12"> <div class="intro-text text-center"> <h1 class="post-title" itemprop="name headline">kubernetes 网络</h1> <p class="post-meta"> <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">by 夏泽民</span></span> <time datetime="2019-12-15T00:00:00+08:00" itemprop="datePublished"><i class="fa fa-calendar"></i> Dec 15, 2019</time></p> </div> <p>K8S 底层网络所需要解决的两个问题</p><br /> <br /> <p>协助 k8s , 给每个 NODE上的 docker 容器都分配互相不冲突的 IP<br /> 在这些 IP 地址之间建立一个覆盖网络(overlay Network), 通过这个覆盖网络, 将数据包原封不动地传递到目标容器内.<br /> <!-- more --><br /> Open vSwitch<br /> Open vSwitch 可以建立多钟通信隧道, 例如Open vswitch with GRE/VXALN. 在K8S 场景下, 我们主要建立 L3 到 L3 的隧道.</p><br /> <br /> <p>需要完成的步骤如下:</p><br /> <br /> <p>删除docker daemon 创建的网桥 docker0 已避免 docker0地址冲突.</p><br /> <br /> <p>手工创建一个linux网桥, 手动配置网桥的 IP</p><br /> <br /> <p>建立 Open vswitch 网桥 ovs-bridge, 使用 ovs-vsctl 给ovs-bridge 添加gre端口, 在添加端口是, 需要将目标 NODE 的 IP 地址设置为对端 IP 地址. 每个对端 IP 地址都需要这么操作.</p><br /> <br /> <p>将 ovs-bridge 作为网络接口, 加入docker 的网桥上(docker0 或自己手工创建的网桥)</p><br /> <br /> <p>重启 ovs-bridge 网桥 和 docker 的网桥, 并添加一个docker 的网段到docker 网桥的路由规则中</p><br /> <br /> <p>网络通信过程<br /> 当容器内的应用访问另一个容器地址时, 数据包会通过容器内的默认路由发送给docker0网桥, ovs的网桥是作为docker0 网桥的端口存在的, 它会将数据发送给ovs 网桥, ovs 通过gre隧道 送达对端的node.<br /> 配置步骤<br /> 在两个节点都安装ovs<br /> 安装ovs<br /> yum install openvswitch<br /> 复制代码禁用selinux 并重启<br /> #vi /etc/selinux/conifg<br /> SELINUX=disabled<br /> 复制代码查看ovs状态<br /> systemctl status openvswtich<br /> 复制代码创建网桥和 gre 隧道<br /> 在每个node上创建ovs 网桥 br0 然后在网桥上创建 gre 隧道<br /> #创建ovs网桥<br /> ovs-vsctl add-br br0</p><br /> <h1 id="创建-gre-隧道连接对端-remote_ip-为对端-eth0-的-ip-注意在另一台机器上设置对端的时候ip-要改为当前这台机器的-ip">创建 GRE 隧道连接对端, remote_ip 为对端 eth0 的 IP, 注意在另一台机器上设置对端的时候,IP 要改为当前这台机器的 IP</h1><br /> <p>ovs-vsctl add-port br0 gre1 – set interface gre1 type gre option:remote_ip=192.168.18.128</p><br /> <h1 id="添加br0-到本地-docker0-网桥-使得容器流量通过-ovs-进入-tunnel">添加br0 到本地 docker0 网桥, 使得容器流量通过 ovs 进入 tunnel</h1><br /> <p>brctl addif docker0 br0<br /> #启动br0 docker0 网桥<br /> ip link set dev br0 up<br /> ip link set dev docker0 up<br /> 复制代码由于128, 131 ip的两台机器docker0 网段分别是172.17.43.0/24, 172.17.42.0/24, 这两个网段的路由都需要经过本机docker0网桥.其中一个24网段通过ovs的gre 隧道到达对端. 因此需要在每个node上配置通过docker0 网桥的路由规则<br /> ip route add 172.17.0.0/16 dev docker0<br /> 复制代码清空 docker 自带的iptables 规则及linux 的规则, 后者存在拒绝ICMP 保温通过防火墙的规则<br /> iptables -t nat -F; iptalbes -F<br /> 复制代码直接路由<br /> 网络模型<br /> 在默认情况下docker0 的IP 在node 网络是没法感知到的, 通过手工设置路由, 可以让pod 在不同node 之间互通.<br /> 实现方式<br /> 通过部署multilayer switch (MLS) 来实现<br /> 假设 POD1 所在的 docker0 网桥的 IP 网段是 10.1.10.0 , NODE1 地址为 192. 168.1.128; 而 POD2 所在 docker0 ip 网段为 10.1.20.0 NODE2 地址为 192.168.1.129<br /> 1 在NODE 1 上添加一条到node2 上 docker0 的静态路由规则<br /> route add -net 10.1.20.0 netmask 255.255.255.0 gw 192.168.1.129<br /> 复制代码2 在 NODE 2 上添加一条到 NODE 1 上 docker0 的静态路由规则<br /> route add -net 10.1.10.0 netmask 255.255.255.0 gw 192.168.1.128<br /> 复制代码3 验证连通性, 在 NODE1 上 ping node2 上的 docker0 网络<br /> ping 10.1.20.1<br /> 复制代码大规模集群下的实现方式, 手工建立 linux bridge 已避免 docker daemon 建立docker0 造成 IP 段冲突, 然后使用docker 的–bridge 命令来指定网桥.<br /> 然后在每个节点运行quagga 路由学习软件.<br /> calico<br /> Calico 工作方式<br /> Calico可以创建并管理一个3层平面网络,为每个工作负载分配一个完全可路由的IP地址。 工作负载可以在没有IP封装或网络地址转换的情况下进行通信,以实现裸机性能,简化故障排除和提供更好的互操作性。 在需要使用overlay网络的环境中,Calico提供了IP-in-IP隧道技术,或者也可以与flannel等其他overlay网络配合使用。<br /> Calico还提供网络安全规则的动态配置。 使用Calico的简单策略语言,就可以实现对容器、虚拟机工作负载和裸机主机各节点之间通信的细粒度控制。<br /> Calico v3.4于2018.12.10号发布,可与Kubernetes、OpenShift和OpenStack良好地集成使用。</p><br /> <br /> <p>注意: 在Mesos, DC/OS和Docker orchestrators中使用Calico时,目前只支持到了 Calico v2.6.</p><br /> <br /> <p>Calico的IPIP与BGP模式</p><br /> <br /> <p>IPIP是一种将各Node的路由之间做一个tunnel,再把两个网络连接起来的模式。启用IPIP模式时,Calico将在各Node上创建一个名为”tunl0″的虚拟网络接口。如下图所示。<br /> BGP模式则直接使用物理机作为虚拟路由路(vRouter),不再创建额外的tunnel</p><br /> <br /> <p>calico 在linux 内核中实现一个vRouter来负责数据转发, 通过 BGP 协议,将node 节点上的路由信息在整个calico 网络中广播, 并自动设置到达其他节点的路由转发规则.</p><br /> <br /> <p>Calico BGP模式在小规模集群中可以直接互联,在大规模集群中可以通过额外的BGP route reflector来完成。<br /> Calico主要组件<br /> Calico利用了Linux内核原生的路由和iptables防火墙功能。 进出各个容器、虚拟机和物理主机的所有流量都会在路由到目标之前遍历这些内核规则。</p><br /> <br /> <p>Felix:主要的Calico代理agent,运行每台计算机上管理endpoints资源。<br /> calicoctl:允许从命令行界面配置实现高级策略和网络。<br /> orchestrator plugins:提供与各种流行的云计算编排工具的紧密集成和同步支持。<br /> key/value store:存储Calico的策略配置和网络状态信息,目前主要使用etcdv3或k8s api。<br /> calico/node:在每个主机上运行,从key/value存储中读取相关的策略和网络配置信息,并在Linux内核中实现它。<br /> Dikastes/Envoy:可选的Kubernetes sidecars,可以通过相互TLS身份验证保护工作负载到工作负载的通信,并增加应用层控制策略。</p><br /> <br /> <p>Felix<br /> Felix是一个守护程序,它在每个提供endpoints资源的计算机上运行。在大多数情况下,这意味着它需要在托管容器或VM的宿主机节点上运行。 Felix 负责编制路由和ACL规则以及在该主机上所需的任何其他内容,以便为该主机上的endpoints资源正常运行提供所需的网络连接。<br /> 根据特定的编排环境,Felix负责以下任务:</p><br /> <br /> <p>管理网络接口,Felix将有关接口的一些信息编程到内核中,以使内核能够正确处理该endpoint发出的流量。 特别是,它将确保主机正确响应来自每个工作负载的ARP请求,并将为其管理的接口启用IP转发支持。它还监视网络接口的出现和消失,以便确保针对这些接口的编程得到了正确的应用。<br /> 编写路由,Felix负责将到其主机上endpoints的路由编写到Linux内核FIB(转发信息库)中。 这可以确保那些发往目标主机的endpoints的数据包被正确地转发。<br /> 编写ACLs,Felix还负责将ACLs编程到Linux内核中。 这些ACLs用于确保只能在endpoints之间发送有效的网络流量,并确保endpoints无法绕过Calico的安全措施。<br /> 报告状态,Felix负责提供有关网络健康状况的数据。 特别是,它将报告配置其主机时发生的错误和问题。 该数据会被写入etcd,以使其对网络中的其他组件和操作才可见。</p><br /> <br /> <p>Orchestrator Plugin<br /> 每个主要的云编排平台都有单独的Calico网络插件(例如OpenStack,Kubernetes)。 这些插件的目的是将Calico更紧密地绑定到编排工具中,允许用户管理Calico网络,就像他们管理编排工具中内置的网络工具一样。<br /> 一个好的Orchestrator插件示例是Calico Neutron ML2 驱动程序。 该插件与Neutron的ML2插件集成,允许用户通过Neutron API调用来配置Calico网络,实现了与Neutron的无缝集成。<br /> Orchestrator插件负责以下任务:</p><br /> <br /> <p>API Translation,每个云编排工具都不可避免地拥有自己的一套用于管理网络的API接口规范, Orchestrator插件的主要工作就是将这些API转换为Calico的数据模型,然后将其存储在Calico的数据存储区中。这种转换中的一些工作将非常简单,其他一部分可能更复杂,以便将单个复杂操作(例如,实时迁移)转换为Calico网络期望的一系列更简单的操作。<br /> Feedback,如有需要,orchestrator插件将从Calico网络向编排器提供管理命令的反馈信息。 包括提供有关Felix存活的信息,以及如果网络配置失败则将某些endpoints标记为失败。</p><br /> <br /> <p>etcd<br /> etcd是一个分布式键值存储数据库,专注于实现数据存储一致性。 Calico使用etcd提供组件之间的数据通信,并作为可以保证一致性的数据存储,以确保Calico始终可以构建出一个准确的网络。<br /> 根据orchestrator插件的不同,etcd既可以是作为主数据存储使用,也可以是一个单独数据存储的轻量级镜像。例如,在OpenStack部署中,OpenStack数据库被认为是“真实配置信息的来源”,而etcd用于镜像其中有关网络配置的信息,并用于服务其他Calico组件。<br /> etcd组件穿插在整个部署中。它可以被分为两组主机节点:核心集群和代理。<br /> 对于小型部署,核心集群可以是一个节点的etcd集群(通常与orchestrator插件组件位于同一节点上)。这种部署模型很简单但没有为etcd提供冗余。在etcd失败的情况下,orchstrator插件必须重建数据库,例如OpenStack,它需要插件从OpenStack数据库重新同步状态到etcd。<br /> 在较大的部署中,核心群集可以根据etcd管理指南进行扩展。<br /> 此外,在运行Felix或orchstrator插件的每台计算机上,会运行一个etcd代理服务。这减少了etcd核心集群上的负载,并为主机节点屏蔽了etcd服务集群的细节。在etcd集群与orchstrator插件在同一台机器上都有成员的情况下,可以放弃在该机器上使用etcd代理。<br /> etcd负责执行以下任务:</p><br /> <br /> <p>Data Storage,etcd以分布式、一致和容错的方式存储Calico网络的数据(对于至少三个etcd节点的cluster大小)。 这确保Calico网络始终处于已知良好状态,同时允许运行etcd的个别机器节点失败或无法访问。Calico网络数据的这种分布式存储提高了Calico组件从数据库读取的能力。<br /> Communication,etcd也用作组件之间的通信服务。 我们通过让非etcd组件监视键值空间中的某些点来确保他们看到已经做出的任何更改,从而允许他们及时响应这些更改。 该功能允许将状态信息提交到数据库,然后触发基于该状态数据的进一步网络配置管理。</p><br /> <br /> <p>BGP Client (BIRD)<br /> Calico在每个运行Felix服务的节点上都部署一个BGP客户端。 BGP客户端的作用是读取Felix程序编写到内核中并在数据中心内分发的路由信息。<br /> BGP客户端负责执行以下任务:</p><br /> <br /> <p>路由信息分发,当Felix将路由插入Linux内核FIB时,BGP客户端将接收它们并将它们分发到集群中的其他工作节点。</p><br /> <br /> <p>BGP Route Reflector (BIRD)<br /> 对于较大规模的部署,简单的BGP可能成为限制因素,因为它要求每个BGP客户端连接到网状拓扑中的每一个其他BGP客户端。这需要越来越多的连接,迅速变得难以维护,甚至会让一些设备的路由表撑满。<br /> 因此,在较大规模的部署中,Calico建议部署BGP Route Reflector。通常是在Internet中使用这样的组件充当BGP客户端连接的中心点,从而防止它们需要与群集中的每个BGP客户端进行通信。为了实现冗余,也可以同时部署多个BGP Route Reflector服务。Route Reflector仅仅是协助管理BGP网络,并没有endpoint数据会通过它们。<br /> 在Calico中,此BGP组件也是使用的最常见的BIRD,配置为Route Reflector运行,而不是标准BGP客户端。<br /> BGP Route Reflector负责以下任务:</p><br /> <br /> <p>集中式的路由信息分发,当Calico BGP客户端将路由从其FIB通告到Route Reflector时,Route Reflector会将这些路由通告给部署集群中的其他节点。</p><br /> <br /> <p>BIRD是什么<br /> BIRD是布拉格查理大学数学与物理学院的一个学校项目,项目名是BIRD Internet Routing Daemon的缩写。 目前,它由CZ.NIC实验室开发和支持。<br /> BIRD项目旨在开发一个功能齐全的动态IP路由守护进程,主要针对(但不限于)Linux,FreeBSD和其他类UNIX系统,并在GNU通用公共许可证下分发。详细信息参照官网https://bird.network.cz/。<br /> 作为一个开源的网络路由守护进程项目,BRID设计并支持了以下功能:</p><br /> <br /> <p>both IPv4 and IPv6 protocols<br /> multiple routing tables<br /> the Border Gateway Protocol (BGPv4)<br /> the Routing Information Protocol (RIPv2, RIPng)<br /> the Open Shortest Path First protocol (OSPFv2, OSPFv3)<br /> the Babel Routing Protocol<br /> the Router Advertisements for IPv6 hosts<br /> a virtual protocol for exchange of routes between different routing tables on a single host<br /> a command-line interface allowing on-line control and inspection of status of the daemon<br /> soft reconfiguration (no need to use complex online commands to change the configuration, just edit the configuration file and notify BIRD to re-read it and it will smoothly switch itself to the new configuration, not disturbing routing protocols unless they are affected by the configuration changes)<br /> a powerful language for route filtering</p><br /> <br /> <p>K8S 中部署 calico</p><br /> <br /> <p>修改kube-api server 启动参数<br /> –allow-priviledge=true (calico 需要特权模式)<br /> 复制代码</p><br /> <br /> <p>修改kubelet 启动参数 –network-plugin=cni</p><br /> <br /> <p>假设K8S 环境包含两个node节点 node1 (192,168.18.3) , node2 (192.168.18.4)<br /> 创建calico 服务, 主要包括calico-node 和 calico policy controller, 需要的K8S 资源对象如下</p><br /> <br /> <p>configmap: calico-config 包含calico的配置参数<br /> secret: calico-etcd-secrets 用于TLS 连接etcd<br /> 在每个节点以daemonset的形式 部署calico/node 容器<br /> 在每个节点都安装calico cni 二进制文件和网络配置参数(由install-cni 容器完成)<br /> 部署一个名为calico/kube-policy-controller的deployment, 为K8S 集群中的POD 设置network policy</p><br /> <br /> <p>官方 calico k8s 安装 yaml 文件如下<br /> calico-etcd.yaml<br /> —</p><br /> <h1 id="source-calicotemplatescalico-etcd-secretsyaml">Source: calico/templates/calico-etcd-secrets.yaml</h1><br /> <h1 id="the-following-contains-k8s-secrets-for-use-with-a-tls-enabled-etcd-cluster">The following contains k8s Secrets for use with a TLS enabled etcd cluster.</h1><br /> <h1 id="for-information-on-populating-secrets-see-httpkubernetesiodocsuser-guidesecrets">For information on populating Secrets, see http://kubernetes.io/docs/user-guide/secrets/</h1><br /> <p>apiVersion: v1<br /> kind: Secret<br /> type: Opaque<br /> metadata:<br /> name: calico-etcd-secrets<br /> namespace: kube-system<br /> data:<br /> # Populate the following with etcd TLS configuration if desired, but leave blank if<br /> # not using TLS for etcd.<br /> # The keys below should be uncommented and the values populated with the base64<br /> # encoded contents of each file that would be associated with the TLS data.<br /> # Example command for encoding a file contents: cat <file> | base64 -w 0<br /> # etcd-key: null<br /> # etcd-cert: null<br /> # etcd-ca: null<br /> ---</file></p><br /> <h1 id="source-calicotemplatescalico-configyaml">Source: calico/templates/calico-config.yaml</h1><br /> <h1 id="this-configmap-is-used-to-configure-a-self-hosted-calico-installation">This ConfigMap is used to configure a self-hosted Calico installation.</h1><br /> <p>kind: ConfigMap<br /> apiVersion: v1<br /> metadata:<br /> name: calico-config<br /> namespace: kube-system<br /> data:<br /> # Configure this with the location of your etcd cluster.<br /> #ETCD的服务地址<br /> etcd_endpoints: “http://<ETCD_IP>:<ETCD_PORT>"<br /> # If you're using TLS enabled etcd uncomment the following.<br /> # You must also populate the Secret below with these files.<br /> etcd_ca: "" # "/calico-secrets/etcd-ca"<br /> etcd_cert: "" # "/calico-secrets/etcd-cert"<br /> etcd_key: "" # "/calico-secrets/etcd-key"<br /> # Typha is disabled.<br /> typha_service_name: "none"<br /> # Configure the backend to use.<br /> calico_backend: "bird"</ETCD_PORT></ETCD_IP></p><br /> <br /> <p># Configure the MTU to use<br /> veth_mtu: “1440”</p><br /> <br /> <p># The CNI network configuration to install on each node. The special<br /> # values in this config will be automatically populated.<br /> cni_network_config: |-<br /> {<br /> “name”: “k8s-pod-network”,<br /> “cniVersion”: “0.3.1”,<br /> “plugins”: [<br /> {<br /> “type”: “calico”,<br /> “log_level”: “info”,<br /> “etcd_endpoints”: “<strong>ETCD_ENDPOINTS</strong>”,<br /> “etcd_key_file”: “<strong>ETCD_KEY_FILE</strong>”,<br /> “etcd_cert_file”: “<strong>ETCD_CERT_FILE</strong>”,<br /> “etcd_ca_cert_file”: “<strong>ETCD_CA_CERT_FILE</strong>”,<br /> “mtu”: <strong>CNI_MTU</strong>,<br /> “ipam”: {<br /> “type”: “calico-ipam”<br /> },<br /> “policy”: {<br /> “type”: “k8s”<br /> },<br /> “kubernetes”: {<br /> “kubeconfig”: “<strong>KUBECONFIG_FILEPATH</strong>”<br /> }<br /> },<br /> {<br /> “type”: “portmap”,<br /> “snat”: true,<br /> “capabilities”: {“portMappings”: true}<br /> }<br /> ]<br /> }</p><br /> <br /> <hr /><br /> <h1 id="source-calicotemplatesrbacyaml">Source: calico/templates/rbac.yaml</h1><br /> <br /> <h1 id="include-a-clusterrole-for-the-kube-controllers-component">Include a clusterrole for the kube-controllers component,</h1><br /> <h1 id="and-bind-it-to-the-calico-kube-controllers-serviceaccount">and bind it to the calico-kube-controllers serviceaccount.</h1><br /> <p>kind: ClusterRole<br /> apiVersion: rbac.authorization.k8s.io/v1<br /> metadata:<br /> name: calico-kube-controllers<br /> rules:<br /> # Pods are monitored for changing labels.<br /> # The node controller monitors Kubernetes nodes.<br /> # Namespace and serviceaccount labels are used for policy.</p><br /> <ul><br /> <li>apiGroups: [””]<br /> resources:<br /> <ul><br /> <li>pods</li><br /> <li>nodes</li><br /> <li>namespaces</li><br /> <li>serviceaccounts<br /> verbs:</li><br /> <li>watch</li><br /> <li>list<br /> # Watch for changes to Kubernetes NetworkPolicies.</li><br /> </ul><br /> </li><br /> <li>apiGroups: [“networking.k8s.io”]<br /> resources:<br /> <ul><br /> <li>networkpolicies<br /> verbs:</li><br /> <li>watch</li><br /> <li><br /> <h2 id="list">list</h2><br /> <p>kind: ClusterRoleBinding<br /> apiVersion: rbac.authorization.k8s.io/v1<br /> metadata:<br /> name: calico-kube-controllers<br /> roleRef:<br /> apiGroup: rbac.authorization.k8s.io<br /> kind: ClusterRole<br /> name: calico-kube-controllers<br /> subjects:</p><br /> </li><br /> </ul><br /> </li><br /> <li>kind: ServiceAccount<br /> name: calico-kube-controllers<br /> namespace: kube-system<br /> —<br /> <h1 id="include-a-clusterrole-for-the-calico-node-daemonset">Include a clusterrole for the calico-node DaemonSet,</h1><br /> <h1 id="and-bind-it-to-the-calico-node-serviceaccount">and bind it to the calico-node serviceaccount.</h1><br /> <p>kind: ClusterRole<br /> apiVersion: rbac.authorization.k8s.io/v1<br /> metadata:<br /> name: calico-node<br /> rules:</p><br /> <h1 id="the-cni-plugin-needs-to-get-pods-nodes-and-namespaces">The CNI plugin needs to get pods, nodes, and namespaces.</h1><br /> <ul><br /> <li>apiGroups: [””]<br /> resources:<br /> <ul><br /> <li>pods</li><br /> <li>nodes</li><br /> <li>namespaces<br /> verbs:</li><br /> <li>get</li><br /> </ul><br /> </li><br /> <li>apiGroups: [””]<br /> resources:<br /> <ul><br /> <li>endpoints</li><br /> <li>services<br /> verbs:<br /> # Used to discover service IPs for advertisement.</li><br /> <li>watch</li><br /> <li>list</li><br /> </ul><br /> </li><br /> <li>apiGroups: [””]<br /> resources:<br /> <ul><br /> <li>nodes/status<br /> verbs:<br /> # Needed for clearing NodeNetworkUnavailable flag.</li><br /> <li><br /> <h2 id="patch">patch</h2><br /> <p>apiVersion: rbac.authorization.k8s.io/v1<br /> kind: ClusterRoleBinding<br /> metadata:<br /> name: calico-node<br /> roleRef:<br /> apiGroup: rbac.authorization.k8s.io<br /> kind: ClusterRole<br /> name: calico-node<br /> subjects:</p><br /> </li><br /> </ul><br /> </li><br /> </ul><br /> </li><br /> <li>kind: ServiceAccount<br /> name: calico-node<br /> namespace: kube-system</li><br /> </ul><br /> <br /> <hr /><br /> <h1 id="source-calicotemplatescalico-nodeyaml">Source: calico/templates/calico-node.yaml</h1><br /> <h1 id="this-manifest-installs-the-calico-node-container-as-well">This manifest installs the calico-node container, as well</h1><br /> <h1 id="as-the-cni-plugins-and-network-config-on">as the CNI plugins and network config on</h1><br /> <h1 id="each-master-and-worker-node-in-a-kubernetes-cluster">each master and worker node in a Kubernetes cluster.</h1><br /> <p>kind: DaemonSet<br /> apiVersion: apps/v1<br /> metadata:<br /> name: calico-node<br /> namespace: kube-system<br /> labels:<br /> k8s-app: calico-node<br /> spec:<br /> selector:<br /> matchLabels:<br /> k8s-app: calico-node<br /> updateStrategy:<br /> type: RollingUpdate<br /> rollingUpdate:<br /> maxUnavailable: 1<br /> template:<br /> metadata:<br /> labels:<br /> k8s-app: calico-node<br /> annotations:<br /> # This, along with the CriticalAddonsOnly toleration below,<br /> # marks the pod as a critical add-on, ensuring it gets<br /> # priority scheduling and that its resources are reserved<br /> # if it ever gets evicted.<br /> scheduler.alpha.kubernetes.io/critical-pod: ‘’<br /> spec:<br /> nodeSelector:<br /> beta.kubernetes.io/os: linux<br /> hostNetwork: true<br /> tolerations:<br /> # Make sure calico-node gets scheduled on all nodes.<br /> - effect: NoSchedule<br /> operator: Exists<br /> # Mark the pod as a critical add-on for rescheduling.<br /> - key: CriticalAddonsOnly<br /> operator: Exists<br /> - effect: NoExecute<br /> operator: Exists<br /> serviceAccountName: calico-node<br /> # Minimize downtime during a rolling upgrade or deletion; tell Kubernetes to do a “force<br /> # deletion”: https://kubernetes.io/docs/concepts/workloads/pods/pod/#termination-of-pods.<br /> terminationGracePeriodSeconds: 0<br /> priorityClassName: system-node-critical<br /> initContainers:<br /> # This container installs the CNI binaries<br /> # and CNI network config file on each node.<br /> - name: install-cni<br /> image: calico/cni:v3.8.0<br /> command: [“/install-cni.sh”]<br /> env:<br /> # Name of the CNI config file to create.<br /> - name: CNI_CONF_NAME<br /> value: “10-calico.conflist”<br /> # The CNI network config to install on each node.<br /> - name: CNI_NETWORK_CONFIG<br /> valueFrom:<br /> configMapKeyRef:<br /> name: calico-config<br /> key: cni_network_config<br /> # The location of the etcd cluster.<br /> - name: ETCD_ENDPOINTS<br /> valueFrom:<br /> configMapKeyRef:<br /> name: calico-config<br /> key: etcd_endpoints<br /> # CNI MTU Config variable<br /> - name: CNI_MTU<br /> valueFrom:<br /> configMapKeyRef:<br /> name: calico-config<br /> key: veth_mtu<br /> # Prevents the container from sleeping forever.<br /> - name: SLEEP<br /> value: “false”<br /> volumeMounts:<br /> - mountPath: /host/opt/cni/bin<br /> name: cni-bin-dir<br /> - mountPath: /host/etc/cni/net.d<br /> name: cni-net-dir<br /> - mountPath: /calico-secrets<br /> name: etcd-certs<br /> # Adds a Flex Volume Driver that creates a per-pod Unix Domain Socket to allow Dikastes<br /> # to communicate with Felix over the Policy Sync API.<br /> - name: flexvol-driver<br /> image: calico/pod2daemon-flexvol:v3.8.0<br /> volumeMounts:<br /> - name: flexvol-driver-host<br /> mountPath: /host/driver<br /> containers:<br /> # Runs calico-node container on each Kubernetes node. This<br /> # container programs network policy and routes on each<br /> # host.<br /> - name: calico-node<br /> image: calico/node:v3.8.0<br /> env:<br /> # The location of the etcd cluster.<br /> - name: ETCD_ENDPOINTS<br /> valueFrom:<br /> configMapKeyRef:<br /> name: calico-config<br /> key: etcd_endpoints<br /> # Location of the CA certificate for etcd.<br /> - name: ETCD_CA_CERT_FILE<br /> valueFrom:<br /> configMapKeyRef:<br /> name: calico-config<br /> key: etcd_ca<br /> # Location of the client key for etcd.<br /> - name: ETCD_KEY_FILE<br /> valueFrom:<br /> configMapKeyRef:<br /> name: calico-config<br /> key: etcd_key<br /> # Location of the client certificate for etcd.<br /> - name: ETCD_CERT_FILE<br /> valueFrom:<br /> configMapKeyRef:<br /> name: calico-config<br /> key: etcd_cert<br /> # Set noderef for node controller.<br /> - name: CALICO_K8S_NODE_REF<br /> valueFrom:<br /> fieldRef:<br /> fieldPath: spec.nodeName<br /> # Choose the backend to use.<br /> - name: CALICO_NETWORKING_BACKEND<br /> valueFrom:<br /> configMapKeyRef:<br /> name: calico-config<br /> key: calico_backend<br /> # Cluster type to identify the deployment type<br /> - name: CLUSTER_TYPE<br /> value: “k8s,bgp”<br /> # Auto-detect the BGP IP address.<br /> - name: IP<br /> value: “autodetect”<br /> # Enable IPIP<br /> - name: CALICO_IPV4POOL_IPIP<br /> value: “Always”<br /> # Set MTU for tunnel device used if ipip is enabled<br /> - name: FELIX_IPINIPMTU<br /> valueFrom:<br /> configMapKeyRef:<br /> name: calico-config<br /> key: veth_mtu<br /> # The default IPv4 pool to create on startup if none exists. Pod IPs will be<br /> # chosen from this range. Changing this value after installation will have<br /> # no effect. This should fall within <code class="language-plaintext highlighter-rouge">--cluster-cidr</code>.<br /> - name: CALICO_IPV4POOL_CIDR<br /> value: “192.168.0.0/16”<br /> # Disable file logging so <code class="language-plaintext highlighter-rouge">kubectl logs</code> works.<br /> - name: CALICO_DISABLE_FILE_LOGGING<br /> value: “true”<br /> # Set Felix endpoint to host default action to ACCEPT.<br /> - name: FELIX_DEFAULTENDPOINTTOHOSTACTION<br /> value: “ACCEPT”<br /> # Disable IPv6 on Kubernetes.<br /> - name: FELIX_IPV6SUPPORT<br /> value: “false”<br /> # Set Felix logging to “info”<br /> - name: FELIX_LOGSEVERITYSCREEN<br /> value: “info”<br /> - name: FELIX_HEALTHENABLED<br /> value: “true”<br /> securityContext:<br /> privileged: true<br /> resources:<br /> requests:<br /> cpu: 250m<br /> livenessProbe:<br /> httpGet:<br /> path: /liveness<br /> port: 9099<br /> host: localhost<br /> periodSeconds: 10<br /> initialDelaySeconds: 10<br /> failureThreshold: 6<br /> readinessProbe:<br /> exec:<br /> command:<br /> - /bin/calico-node<br /> - -bird-ready<br /> - -felix-ready<br /> periodSeconds: 10<br /> volumeMounts:<br /> - mountPath: /lib/modules<br /> name: lib-modules<br /> readOnly: true<br /> - mountPath: /run/xtables.lock<br /> name: xtables-lock<br /> readOnly: false<br /> - mountPath: /var/run/calico<br /> name: var-run-calico<br /> readOnly: false<br /> - mountPath: /var/lib/calico<br /> name: var-lib-calico<br /> readOnly: false<br /> - mountPath: /calico-secrets<br /> name: etcd-certs<br /> - name: policysync<br /> mountPath: /var/run/nodeagent<br /> volumes:<br /> # Used by calico-node.<br /> - name: lib-modules<br /> hostPath:<br /> path: /lib/modules<br /> - name: var-run-calico<br /> hostPath:<br /> path: /var/run/calico<br /> - name: var-lib-calico<br /> hostPath:<br /> path: /var/lib/calico<br /> - name: xtables-lock<br /> hostPath:<br /> path: /run/xtables.lock<br /> type: FileOrCreate<br /> # Used to install CNI.<br /> - name: cni-bin-dir<br /> hostPath:<br /> path: /opt/cni/bin<br /> - name: cni-net-dir<br /> hostPath:<br /> path: /etc/cni/net.d<br /> # Mount in the etcd TLS secrets with mode 400.<br /> # See https://kubernetes.io/docs/concepts/configuration/secret/<br /> - name: etcd-certs<br /> secret:<br /> secretName: calico-etcd-secrets<br /> defaultMode: 0400<br /> # Used to create per-pod Unix Domain Sockets<br /> - name: policysync<br /> hostPath:<br /> type: DirectoryOrCreate<br /> path: /var/run/nodeagent<br /> # Used to install Flex Volume Driver<br /> - name: flexvol-driver-host<br /> hostPath:<br /> type: DirectoryOrCreate<br /> path: /usr/libexec/kubernetes/kubelet-plugins/volume/exec/nodeagent~uds<br /> —</p><br /> <br /> <p>apiVersion: v1<br /> kind: ServiceAccount<br /> metadata:<br /> name: calico-node<br /> namespace: kube-system</p><br /> <br /> <hr /><br /> <h1 id="source-calicotemplatescalico-kube-controllersyaml">Source: calico/templates/calico-kube-controllers.yaml</h1><br /> <br /> <h1 id="see-httpsgithubcomprojectcalicokube-controllers">See https://github.com/projectcalico/kube-controllers</h1><br /> <p>apiVersion: apps/v1<br /> kind: Deployment<br /> metadata:<br /> name: calico-kube-controllers<br /> namespace: kube-system<br /> labels:<br /> k8s-app: calico-kube-controllers<br /> spec:<br /> # The controllers can only have a single active instance.<br /> replicas: 1<br /> selector:<br /> matchLabels:<br /> k8s-app: calico-kube-controllers<br /> strategy:<br /> type: Recreate<br /> template:<br /> metadata:<br /> name: calico-kube-controllers<br /> namespace: kube-system<br /> labels:<br /> k8s-app: calico-kube-controllers<br /> annotations:<br /> scheduler.alpha.kubernetes.io/critical-pod: ‘’<br /> spec:<br /> nodeSelector:<br /> beta.kubernetes.io/os: linux<br /> tolerations:<br /> # Mark the pod as a critical add-on for rescheduling.<br /> - key: CriticalAddonsOnly<br /> operator: Exists<br /> - key: node-role.kubernetes.io/master<br /> effect: NoSchedule<br /> serviceAccountName: calico-kube-controllers<br /> priorityClassName: system-cluster-critical<br /> # The controllers must run in the host network namespace so that<br /> # it isn’t governed by policy that would prevent it from working.<br /> hostNetwork: true<br /> containers:<br /> - name: calico-kube-controllers<br /> image: calico/kube-controllers:v3.8.0<br /> env:<br /> # The location of the etcd cluster.<br /> - name: ETCD_ENDPOINTS<br /> valueFrom:<br /> configMapKeyRef:<br /> name: calico-config<br /> key: etcd_endpoints<br /> # Location of the CA certificate for etcd.<br /> - name: ETCD_CA_CERT_FILE<br /> valueFrom:<br /> configMapKeyRef:<br /> name: calico-config<br /> key: etcd_ca<br /> # Location of the client key for etcd.<br /> - name: ETCD_KEY_FILE<br /> valueFrom:<br /> configMapKeyRef:<br /> name: calico-config<br /> key: etcd_key<br /> # Location of the client certificate for etcd.<br /> - name: ETCD_CERT_FILE<br /> valueFrom:<br /> configMapKeyRef:<br /> name: calico-config<br /> key: etcd_cert<br /> # Choose which controllers to run.<br /> - name: ENABLED_CONTROLLERS<br /> value: policy,namespace,serviceaccount,workloadendpoint,node<br /> volumeMounts:<br /> # Mount in the etcd TLS secrets.<br /> - mountPath: /calico-secrets<br /> name: etcd-certs<br /> readinessProbe:<br /> exec:<br /> command:<br /> - /usr/bin/check-status<br /> - -r<br /> volumes:<br /> # Mount in the etcd TLS secrets with mode 400.<br /> # See https://kubernetes.io/docs/concepts/configuration/secret/<br /> - name: etcd-certs<br /> secret:<br /> secretName: calico-etcd-secrets<br /> defaultMode: 0400</p><br /> <br /> <hr /><br /> <br /> <p>apiVersion: v1<br /> kind: ServiceAccount<br /> metadata:<br /> name: calico-kube-controllers<br /> namespace: kube-system<br /> —</p><br /> <h1 id="source-calicotemplatescalico-typhayaml">Source: calico/templates/calico-typha.yaml</h1><br /> <br /> <hr /><br /> <h1 id="source-calicotemplatesconfigure-canalyaml">Source: calico/templates/configure-canal.yaml</h1><br /> <br /> <hr /><br /> <h1 id="source-calicotemplateskdd-crdsyaml">Source: calico/templates/kdd-crds.yaml</h1><br /> <br /> <p>复制代码kubectl apply -f calico-etcd.yaml<br /> 复制代码<br /> 注意修改参数</p><br /> <br /> <p>更多calico设置<br /> coredns<br /> 启用 coredns 需要在kubelet 上添加两个参数<br /> –cluster-dns=169.169.0.100 IP 为DNS服务的cluster ip<br /> –cluster-domain=cluster.local 为dns服务设置的域名<br /> 需要部署的coredns yaml文件<br /> apiVersion: v1<br /> kind: ServiceAccount<br /> metadata:<br /> name: coredns<br /> namespace: kube-system<br /> —<br /> apiVersion: rbac.authorization.k8s.io/v1<br /> kind: ClusterRole<br /> metadata:<br /> labels:<br /> kubernetes.io/bootstrapping: rbac-defaults<br /> name: system:coredns<br /> rules:</p><br /> <ul><br /> <li>apiGroups:<br /> <ul><br /> <li>””<br /> resources:</li><br /> <li>endpoints</li><br /> <li>services</li><br /> <li>pods</li><br /> <li>namespaces<br /> verbs:</li><br /> <li>list</li><br /> <li>watch</li><br /> </ul><br /> </li><br /> <li>apiGroups:<br /> <ul><br /> <li>””<br /> resources:</li><br /> <li>nodes<br /> verbs:</li><br /> <li><br /> <h2 id="get">get</h2><br /> <p>apiVersion: rbac.authorization.k8s.io/v1<br /> kind: ClusterRoleBinding<br /> metadata:<br /> annotations:<br /> rbac.authorization.kubernetes.io/autoupdate: “true”<br /> labels:<br /> kubernetes.io/bootstrapping: rbac-defaults<br /> name: system:coredns<br /> roleRef:<br /> apiGroup: rbac.authorization.k8s.io<br /> kind: ClusterRole<br /> name: system:coredns<br /> subjects:</p><br /> </li><br /> </ul><br /> </li><br /> <li>kind: ServiceAccount<br /> name: coredns<br /> namespace: kube-system<br /> —<br /> apiVersion: v1<br /> kind: ConfigMap<br /> metadata:<br /> name: coredns<br /> namespace: kube-system<br /> data:<br /> Corefile: |<br /> .:53 {<br /> errors<br /> health<br /> ready<br /> kubernetes CLUSTER_DOMAIN REVERSE_CIDRS {<br /> pods insecure<br /> fallthrough in-addr.arpa ip6.arpa<br /> }FEDERATIONS<br /> prometheus :9153<br /> forward . UPSTREAMNAMESERVER<br /> cache 30<br /> loop<br /> reload<br /> loadbalance<br /> }STUBDOMAINS<br /> —<br /> apiVersion: apps/v1<br /> kind: Deployment<br /> metadata:<br /> name: coredns<br /> namespace: kube-system<br /> labels:<br /> k8s-app: kube-dns<br /> kubernetes.io/name: “CoreDNS”<br /> spec:<br /> replicas: 2<br /> strategy:<br /> type: RollingUpdate<br /> rollingUpdate:<br /> maxUnavailable: 1<br /> selector:<br /> matchLabels:<br /> k8s-app: kube-dns<br /> template:<br /> metadata:<br /> labels:<br /> k8s-app: kube-dns<br /> spec:<br /> priorityClassName: system-cluster-critical<br /> serviceAccountName: coredns<br /> tolerations:<br /> - key: “CriticalAddonsOnly”<br /> operator: “Exists”<br /> nodeSelector:<br /> beta.kubernetes.io/os: linux<br /> containers:<br /> - name: coredns<br /> image: coredns/coredns:1.5.0<br /> imagePullPolicy: IfNotPresent<br /> resources:<br /> limits:<br /> memory: 170Mi<br /> requests:<br /> cpu: 100m<br /> memory: 70Mi<br /> args: [ “-conf”, “/etc/coredns/Corefile” ]<br /> volumeMounts:<br /> - name: config-volume<br /> mountPath: /etc/coredns<br /> readOnly: true<br /> ports:<br /> - containerPort: 53<br /> name: dns<br /> protocol: UDP<br /> - containerPort: 53<br /> name: dns-tcp<br /> protocol: TCP<br /> - containerPort: 9153<br /> name: metrics<br /> protocol: TCP<br /> securityContext:<br /> allowPrivilegeEscalation: false<br /> capabilities:<br /> add:<br /> - NET_BIND_SERVICE<br /> drop:<br /> - all<br /> readOnlyRootFilesystem: true<br /> livenessProbe:<br /> httpGet:<br /> path: /health<br /> port: 8080<br /> scheme: HTTP<br /> initialDelaySeconds: 60<br /> timeoutSeconds: 5<br /> successThreshold: 1<br /> failureThreshold: 5<br /> readinessProbe:<br /> httpGet:<br /> path: /ready<br /> port: 8181<br /> scheme: HTTP<br /> dnsPolicy: Default<br /> volumes:<br /> - name: config-volume<br /> configMap:<br /> name: coredns<br /> items:<br /> - key: Corefile<br /> path: Corefile<br /> —<br /> apiVersion: v1<br /> kind: Service<br /> metadata:<br /> name: kube-dns<br /> namespace: kube-system<br /> annotations:<br /> prometheus.io/port: “9153”<br /> prometheus.io/scrape: “true”<br /> labels:<br /> k8s-app: kube-dns<br /> kubernetes.io/cluster-service: “true”<br /> kubernetes.io/name: “CoreDNS”<br /> spec:<br /> selector:<br /> k8s-app: kube-dns<br /> #这里要和kubelet 参数对应上<br /> clusterIP: 169.169.0.100<br /> ports:<br /> <ul><br /> <li>name: dns<br /> port: 53<br /> protocol: UDP</li><br /> <li>name: dns-tcp<br /> port: 53<br /> protocol: TCP</li><br /> <li>name: metrics<br /> port: 9153<br /> protocol: TCP<br /> 复制代码如果想知道现有集群中使用的配置项可以使用如下命令进行查看<br /> kubectl -n kube-system get configmap coredns -o yaml</li><br /> </ul><br /> </li><br /> </ul><br /> <span class='st_sharethis_large' displayText='ShareThis'></span> <span class='st_facebook_large' displayText='Facebook'></span> <span class='st_twitter_large' displayText='Tweet'></span> <span class='st_linkedin_large' displayText='LinkedIn'></span> <span class='st_pinterest_large' displayText='Pinterest'></span> <span class='st_email_large' displayText='Email'></span> </div> Category docker </div> </div> <!--赞--> <div class="row"> <div class="col-lg-6"> <img src="https://xiazemin.github.io/MyBlog/img/webwxgetmsgimg.jpeg" height="400" width="auto" /> </div> </div> <div class="row"> <div class="col-md-12"> <div id="disqus_thread"></div> <div id="gitmentContainer"></div> <link rel="stylesheet" href="/MyBlog/css/default.css"> <script src="/MyBlog/js/gitment.browser.js"></script> <script type="text/javascript" src="/MyBlog/js/json2.js"></script> <script> var gitment = new Gitment({ owner: 'xiazemin', repo: 'MyBlogComment', oauth: { client_id: '981ba8c916c262631ea0', client_secret: 'a52260ef92de69011ccd1cf355b973ef11d6da0e', }, }); var MyGitmentContainer=gitment.render('gitmentContainer'); window.setTimeout(MyGitMentBtnclick,1000); //document.ready(function(){ //window.onload=function(){} function MyGitMentBtnclick(){ //var MyGitmentContainer=document.getElementById('gitmentContainer'); var ele=[],all=MyGitmentContainer.getElementsByTagName("*"); for(var i=0;i<all.length;i++){ if(all[i].className=='gitment-comments-init-btn'){ MyGitMentBtn=all[i]; console.log(MyGitMentBtn); MyGitMentBtn.click(); } } } </script> <!--script> /** * RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS. * LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables */ /* var disqus_config = function () { this.page.url = PAGE_URL; // Replace PAGE_URL with your page's canonical URL variable this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable }; */ (function() { // DON'T EDIT BELOW THIS LINE var d = document, s = d.createElement('script'); s.src = '//airrayagroup.disqus.com/embed.js'; s.setAttribute('data-timestamp', +new Date()); (d.head || d.body).appendChild(s); })(); </script> <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript> <script id="dsq-count-scr" src="//airrayagroup.disqus.com/count.js" async></script--> </div> </div> </div> <hr> <footer> <div class="container"> <a href="/MyBlog/" style="color: green; font-size: 2em; font-family: 'Schoolbell', cursive;">首页</a> <div class="row"> <div class="col-lg-6"> <p>Copyright &copy; 2017 [email protected] <p> </div> <div class="col-lg-6"> <p style="float: right;">Jekyll theme by <a href="https://github.com/xiazemin/">夏泽民</a></p> </div> </div> </div> </footer> <!-- jQuery --> <script src="/MyBlog/js/jquery-1.12.0.min.js"></script> <script src="/MyBlog/js/jquery-migrate-1.2.1.min.js"></script> <!-- Latest compiled and minified JavaScript --> <script src="/MyBlog/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script> <!-- Menu Toggle Script --> <script> $("#menu-toggle").click(function(e) { e.preventDefault(); $("#wrapper").toggleClass("toggled"); }); </script> <script>window._bd_share_config={"common":{"bdSnsKey":{},"bdText":"","bdMini":"2","bdMiniList":false,"bdPic":"","bdStyle":"0","bdSize":"16"},"slide":{"type":"slide","bdImg":"6","bdPos":"right","bdTop":"100"},"image":{"viewList":["qzone","tsina","tqq","renren","weixin"],"viewText":"分享到:","viewSize":"16"}};with(document)0[(getElementsByTagName('head')[0]||body).appendChild(createElement('script')).src='/MyBlog/shareapi/js/share.js?v=89860593.js?'];</script> <!-- 2d --> <script type="text/javascript" charset="utf-8" src="/MyBlog/js/L2Dwidget.0.min.js"></script> <script type="text/javascript" charset="utf-8" src="/MyBlog/js/L2Dwidget.min.js"></script> <script type="text/javascript"> setTimeout(()=> { /*L2Dwidget.init({"display": { "superSample": 2, "width": 200, "height": 400, "position": "right", "hOffset": 0, "vOffset": 0 } }); */ L2Dwidget .on('*', (name) => { console.log('%c EVENT ' + '%c -> ' + name, 'background: #222; color: yellow', 'background: #fff; color: #000') }) .init({ dialog: { // 开启对话框 enable: true, script: { // 每空闲 10 秒钟,显示一条一言 'every idle 10s': '$hitokoto$', // 当触摸到星星图案 'hover .star': '星星在天上而你在我心里 (*/ω\*)', // 当触摸到角色身体 'tap body': '哎呀!别碰我!', // 当触摸到角色头部 'tap face': '人家已经不是小孩子了!' } } }); }) </script> <!--html xmlns:wb="http://open.weibo.com/wb"> <script src="http://tjs.sjs.sinajs.cn/open/api/js/wb.js" type="text/javascript" charset="utf-8"></script> <wb:follow-button uid="2165491993" type="red_1" width="67" height="24" ></wb:follow-button--> <!--本文来自--> <script type="text/javascript"> /* 仅IE document.body.oncopy = function(){ setTimeout( function () { var text =window.clipboardData.getData("text"); if (text) { text = text + "/r/n本篇文章来源于 xiazemin 的 泽民博客|https://xiazemin.github.io/MyBlog/index.html 原文链接:"+location.href; clipboardData.setData("text", text); } }, 100 ) } */ //绑定在了body上,也可以绑定在其他可用元素行,但是不是所有元素都支持copy和past事件。 /* $(document.body).bind({ copy: function(event) {//copy事件 //var cpTxt = "复制的数据"; var clipboardData = window.clipboardData; //for IE if (!clipboardData) { // for chrome clipboardData = event.originalEvent.clipboardData; } if (event.clipboardData != null/false/undefined) { //ignore the incorrectness of the truncation clipboarddata = event.clipboardData; } else if (window.clipboardData != null/false/undefined) { clipboarddata = window.clipboardData; } else { //default to the last option even if it is null/false/undefined clipboarddata = event.originalEvent.clipboardData; } //e.clipboardData.getData('text');//可以获取用户选中复制的数据 //clipboardData.setData('Text', cpTxt); alert(clipboarddata.getData('text')); //$('#message').text('Copy Data : ' + cpTxt); return false;//否则设不生效 },paste: function(e) {//paste事件 var eve = e.originalEvent var cp = eve.clipboardData; var data = null; var clipboardData = window.clipboardData; // IE if (!clipboardData) { //chrome clipboardData = e.originalEvent.clipboardData } data = clipboardData.getData('Text'); //$('#message').html(data); } }); */ function addLink() { var body_element = document.getElementsByTagName('body')[0]; var selection; selection = window.getSelection(); var pagelink = "<br /><br />本文来源:xiazemin 的 泽民博客 <a href='"+document.location.href+"'>"+document.location.href+"</a>"; //+document.location.href+当前页面链接 var copy_text = selection + pagelink; console.log(copy_text); var new_div = document.createElement('div'); new_div.style.left='-99999px'; new_div.style.position='absolute'; body_element.appendChild(new_div ); new_div.innerHTML = copy_text ; selection.selectAllChildren(new_div ); window.setTimeout(function() { body_element.removeChild(new_div ); },0); } document.oncopy = addLink; </script> <!--本文来自--> </div> </body> </html>
xiazemin/MyBlog
docker/2019/12/15/kubernetes.html
HTML
mit
57,978
<div class="header clearfix border-bottom-grey"> <h4 class="margin-zero">Delete Review</h4> <span class="icon icon-cross2 close-modal" ng-click="RemovePopup.cancel()"></span></div> <div class="padded clearfix"> <div class="content"> <p class="margin-top-five">Are you sure you want to delete this review?</p> </div> </div> <div class="bottom border-top-grey clearfix"> <div class="col-md-6 pull-left text-center"> <a class="text-primary default-background-hover transition-third" ng-click="RemovePopup.cancel()">Cancel</a> </div> <div class="col-md-6 pull-right text-center border-left-grey"> <a class="text-danger default-background-hover transition-third" ng-click="RemovePopup.ok()">Delete</a> </div> </div>
kmtabish/customerFeedbackPlugin
control/content/templates/deleteReviewModal.html
HTML
mit
745
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>interval: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.6 / interval - 3.4.2</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> interval <small> 3.4.2 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-03 17:13:05 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-03 17:13:05 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.6 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.3 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://coqinterval.gitlabpages.inria.fr/&quot; dev-repo: &quot;git+https://gitlab.inria.fr/coqinterval/interval.git&quot; bug-reports: &quot;https://gitlab.inria.fr/coqinterval/interval/issues&quot; license: &quot;CeCILL-C&quot; build: [ [&quot;./configure&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.12~&quot;} &quot;coq-bignums&quot; &quot;coq-flocq&quot; {&gt;= &quot;3.0&quot;} &quot;coq-mathcomp-ssreflect&quot; {&gt;= &quot;1.6&quot;} &quot;coq-coquelicot&quot; {&gt;= &quot;3.0&quot;} (&quot;conf-g++&quot; | &quot;conf-clang&quot;) ] tags: [ &quot;keyword:interval arithmetic&quot; &quot;keyword:decision procedure&quot; &quot;keyword:floating-point arithmetic&quot; &quot;keyword:reflexive tactic&quot; &quot;keyword:Taylor models&quot; &quot;category:Mathematics/Real Calculus and Topology&quot; &quot;category:Computer Science/Decision Procedures and Certified Algorithms/Decision procedures&quot; &quot;date:2020-02-25&quot; ] authors: [ &quot;Guillaume Melquiond &lt;[email protected]&gt;&quot; &quot;Érik Martin-Dorel &lt;[email protected]&gt;&quot; &quot;Thomas Sibut-Pinote &lt;[email protected]&gt;&quot; ] synopsis: &quot;A Coq tactic for proving bounds on real-valued expressions automatically&quot; url { src: &quot;https://coqinterval.gitlabpages.inria.fr/releases/interval-3.4.2.tar.gz&quot; checksum: &quot;sha512=4e61a3bfe5f8758db8a09dec4f690213bb369a1ae960237ecfeb3c1d999619f9ef5afd5daeeeecc44dfe64bd4c46ffcca7a2872c11febd47ecbb0d799bc478fe&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-interval.3.4.2 coq.8.6</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.6). The following dependencies couldn&#39;t be met: - coq-interval -&gt; coq &gt;= 8.7 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-interval.3.4.2</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.05.0-2.0.1/released/8.6/interval/3.4.2.html
HTML
mit
7,535
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>ramsey: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.5.3 / ramsey - 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> ramsey <small> 8.7.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-03-02 14:57:45 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-02 14:57: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 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.3 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 # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/ramsey&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/Ramsey&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.8~&quot;} ] tags: [ &quot;keyword: dimension one Ramsey theorem&quot; &quot;keyword: constructive mathematics&quot; &quot;keyword: almost full sets&quot; &quot;category: Mathematics/Logic&quot; &quot;category: Mathematics/Combinatorics and Graph Theory&quot; &quot;category: Miscellaneous/Extracted Programs/Combinatorics&quot; ] authors: [ &quot;Marc Bezem&quot; ] bug-reports: &quot;https://github.com/coq-contribs/ramsey/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/ramsey.git&quot; synopsis: &quot;Ramsey Theory&quot; description: &quot;&quot;&quot; For dimension one, the Infinite Ramsey Theorem states that, for any subset A of the natural numbers nat, either A or nat\\A is infinite. This special case of the Pigeon Hole Principle is classically equivalent to: if A and B are both co-finite, then so is their intersection. None of these principles is constructively valid. In [VB] the notion of an almost full set is introduced, classically equivalent to co-finiteness, for which closure under finite intersection can be proved constructively. A is almost full if for every (strictly) increasing sequence f: nat -&gt; nat there exists an x in nat such that f(x) in A. The notion of almost full and its closure under finite intersection are generalized to all finite dimensions, yielding constructive Ramsey Theorems. The proofs for dimension two and higher essentially use Brouwer&#39;s Bar Theorem. In the proof development below we strengthen the notion of almost full for dimension one in the following sense. A: nat -&gt; Prop is called Y-full if for every (strictly) increasing sequence f: nat -&gt; nat we have (A (f (Y f))). Here of course Y : (nat -&gt; nat) -&gt; nat. Given YA-full A and YB-full B we construct X from YA and YB such that the intersection of A and B is X-full. This is essentially [VB, Th. 5.4], but now it can be done without using axioms, using only inductive types. The generalization to higher dimensions will be much more difficult and is not pursued here.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/ramsey/archive/v8.7.0.tar.gz&quot; checksum: &quot;md5=2dae4557a10bb6ab518e14e2cc8e7b8e&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-ramsey.8.7.0 coq.8.5.3</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.5.3). The following dependencies couldn&#39;t be met: - coq-ramsey -&gt; coq &gt;= 8.7 -&gt; ocaml &gt;= 4.05.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-ramsey.8.7.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.04.2-2.0.5/released/8.5.3/ramsey/8.7.0.html
HTML
mit
8,415
<!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.6.0: Member List</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">V8 API Reference Guide for node.js v0.6.0 </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.9.1 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li><a href="examples.html"><span>Examples</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="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_string.html">String</a></li><li class="navelem"><a class="el" href="classv8_1_1_string_1_1_value.html">Value</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">v8::String::Value Member List</div> </div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="classv8_1_1_string_1_1_value.html">v8::String::Value</a>, including all inherited members.</p> <table class="directory"> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>length</b>() const (defined in <a class="el" href="classv8_1_1_string_1_1_value.html">v8::String::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_string_1_1_value.html">v8::String::Value</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>operator*</b>() (defined in <a class="el" href="classv8_1_1_string_1_1_value.html">v8::String::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_string_1_1_value.html">v8::String::Value</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>operator*</b>() const (defined in <a class="el" href="classv8_1_1_string_1_1_value.html">v8::String::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_string_1_1_value.html">v8::String::Value</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>Value</b>(Handle&lt; v8::Value &gt; obj) (defined in <a class="el" href="classv8_1_1_string_1_1_value.html">v8::String::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_string_1_1_value.html">v8::String::Value</a></td><td class="entry"><span class="mlabel">explicit</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>~Value</b>() (defined in <a class="el" href="classv8_1_1_string_1_1_value.html">v8::String::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_string_1_1_value.html">v8::String::Value</a></td><td class="entry"></td></tr> </table></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Tue Aug 11 2015 23:47:28 for V8 API Reference Guide for node.js v0.6.0 by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.9.1 </small></address> </body> </html>
v8-dox/v8-dox.github.io
2dd68af/html/classv8_1_1_string_1_1_value-members.html
HTML
mit
6,167
<!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.10.25: Class Hierarchy</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.10.25 </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 class="current"><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> </div><!-- top --> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="header"> <div class="headertitle"> <div class="title">Class Hierarchy</div> </div> </div><!--header--> <div class="contents"> <div class="textblock">This inheritance list is sorted roughly, but not completely, alphabetically:</div><div class="directory"> <div class="levels">[detail level <span onclick="javascript:toggleLevel(1);">1</span><span onclick="javascript:toggleLevel(2);">2</span><span onclick="javascript:toggleLevel(3);">3</span><span onclick="javascript:toggleLevel(4);">4</span><span onclick="javascript:toggleLevel(5);">5</span><span onclick="javascript:toggleLevel(6);">6</span>]</div><table class="directory"> <tr id="row_0_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_accessor_info.html" target="_self">v8::AccessorInfo</a></td><td class="desc"></td></tr> <tr id="row_1_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_activity_control.html" target="_self">v8::ActivityControl</a></td><td class="desc"></td></tr> <tr id="row_2_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_arguments.html" target="_self">v8::Arguments</a></td><td class="desc"></td></tr> <tr id="row_3_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_string_1_1_ascii_value.html" target="_self">v8::String::AsciiValue</a></td><td class="desc"></td></tr> <tr id="row_4_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_debug_1_1_client_data.html" target="_self">v8::Debug::ClientData</a></td><td class="desc"></td></tr> <tr id="row_5_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_context.html" target="_self">v8::Context</a></td><td class="desc"></td></tr> <tr id="row_6_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_cpu_profile.html" target="_self">v8::CpuProfile</a></td><td class="desc"></td></tr> <tr id="row_7_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_cpu_profile_node.html" target="_self">v8::CpuProfileNode</a></td><td class="desc"></td></tr> <tr id="row_8_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_cpu_profiler.html" target="_self">v8::CpuProfiler</a></td><td class="desc"></td></tr> <tr id="row_9_"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_9_" class="arrow" onclick="toggleFolder('9_')">&#9660;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_data.html" target="_self">v8::Data</a></td><td class="desc"></td></tr> <tr id="row_9_0_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_accessor_signature.html" target="_self">v8::AccessorSignature</a></td><td class="desc"></td></tr> <tr id="row_9_1_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_signature.html" target="_self">v8::Signature</a></td><td class="desc"></td></tr> <tr id="row_9_2_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_9_2_" class="arrow" onclick="toggleFolder('9_2_')">&#9660;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_template.html" target="_self">v8::Template</a></td><td class="desc"></td></tr> <tr id="row_9_2_0_"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_function_template.html" target="_self">v8::FunctionTemplate</a></td><td class="desc"></td></tr> <tr id="row_9_2_1_" class="even"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_object_template.html" target="_self">v8::ObjectTemplate</a></td><td class="desc"></td></tr> <tr id="row_9_3_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_type_switch.html" target="_self">v8::TypeSwitch</a></td><td class="desc"></td></tr> <tr id="row_9_4_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_9_4_" class="arrow" onclick="toggleFolder('9_4_')">&#9660;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_value.html" target="_self">v8::Value</a></td><td class="desc"></td></tr> <tr id="row_9_4_0_"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_external.html" target="_self">v8::External</a></td><td class="desc"></td></tr> <tr id="row_9_4_1_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span id="arr_9_4_1_" class="arrow" onclick="toggleFolder('9_4_1_')">&#9660;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_object.html" target="_self">v8::Object</a></td><td class="desc"></td></tr> <tr id="row_9_4_1_0_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_array.html" target="_self">v8::Array</a></td><td class="desc"></td></tr> <tr id="row_9_4_1_1_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_boolean_object.html" target="_self">v8::BooleanObject</a></td><td class="desc"></td></tr> <tr id="row_9_4_1_2_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_date.html" target="_self">v8::Date</a></td><td class="desc"></td></tr> <tr id="row_9_4_1_3_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_function.html" target="_self">v8::Function</a></td><td class="desc"></td></tr> <tr id="row_9_4_1_4_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_number_object.html" target="_self">v8::NumberObject</a></td><td class="desc"></td></tr> <tr id="row_9_4_1_5_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_reg_exp.html" target="_self">v8::RegExp</a></td><td class="desc"></td></tr> <tr id="row_9_4_1_6_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_string_object.html" target="_self">v8::StringObject</a></td><td class="desc"></td></tr> <tr id="row_9_4_2_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span id="arr_9_4_2_" class="arrow" onclick="toggleFolder('9_4_2_')">&#9660;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_primitive.html" target="_self">v8::Primitive</a></td><td class="desc"></td></tr> <tr id="row_9_4_2_0_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_boolean.html" target="_self">v8::Boolean</a></td><td class="desc"></td></tr> <tr id="row_9_4_2_1_" class="even"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span id="arr_9_4_2_1_" class="arrow" onclick="toggleFolder('9_4_2_1_')">&#9660;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_number.html" target="_self">v8::Number</a></td><td class="desc"></td></tr> <tr id="row_9_4_2_1_0_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><span id="arr_9_4_2_1_0_" class="arrow" onclick="toggleFolder('9_4_2_1_0_')">&#9660;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_integer.html" target="_self">v8::Integer</a></td><td class="desc"></td></tr> <tr id="row_9_4_2_1_0_0_" class="even"><td class="entry"><span style="width:96px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_int32.html" target="_self">v8::Int32</a></td><td class="desc"></td></tr> <tr id="row_9_4_2_1_0_1_"><td class="entry"><span style="width:96px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_uint32.html" target="_self">v8::Uint32</a></td><td class="desc"></td></tr> <tr id="row_9_4_2_2_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_string.html" target="_self">v8::String</a></td><td class="desc"></td></tr> <tr id="row_10_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_debug.html" target="_self">v8::Debug</a></td><td class="desc"></td></tr> <tr id="row_11_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_declare_extension.html" target="_self">v8::DeclareExtension</a></td><td class="desc"></td></tr> <tr id="row_12_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_debug_1_1_event_details.html" target="_self">v8::Debug::EventDetails</a></td><td class="desc"></td></tr> <tr id="row_13_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_exception.html" target="_self">v8::Exception</a></td><td class="desc"></td></tr> <tr id="row_14_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_extension.html" target="_self">v8::Extension</a></td><td class="desc"></td></tr> <tr id="row_15_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_extension_configuration.html" target="_self">v8::ExtensionConfiguration</a></td><td class="desc"></td></tr> <tr id="row_16_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_external_resource_visitor.html" target="_self">v8::ExternalResourceVisitor</a></td><td class="desc"></td></tr> <tr id="row_17_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_17_" class="arrow" onclick="toggleFolder('17_')">&#9660;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_string_1_1_external_string_resource_base.html" target="_self">v8::String::ExternalStringResourceBase</a></td><td class="desc"></td></tr> <tr id="row_17_0_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_17_0_" class="arrow" onclick="toggleFolder('17_0_')">&#9660;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_string_1_1_external_ascii_string_resource.html" target="_self">v8::String::ExternalAsciiStringResource</a></td><td class="desc"></td></tr> <tr id="row_17_0_0_" class="even"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_external_ascii_string_resource_impl.html" target="_self">v8::ExternalAsciiStringResourceImpl</a></td><td class="desc"></td></tr> <tr id="row_17_1_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_string_1_1_external_string_resource.html" target="_self">v8::String::ExternalStringResource</a></td><td class="desc"></td></tr> <tr id="row_18_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_18_" class="arrow" onclick="toggleFolder('18_')">&#9660;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_handle.html" target="_self">v8::Handle&lt; T &gt;</a></td><td class="desc"></td></tr> <tr id="row_18_0_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_local.html" target="_self">v8::Local&lt; T &gt;</a></td><td class="desc"></td></tr> <tr id="row_18_1_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_persistent.html" target="_self">v8::Persistent&lt; T &gt;</a></td><td class="desc"></td></tr> <tr id="row_19_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_handle.html" target="_self">v8::Handle&lt; v8::Context &gt;</a></td><td class="desc"></td></tr> <tr id="row_20_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_handle.html" target="_self">v8::Handle&lt; v8::Integer &gt;</a></td><td class="desc"></td></tr> <tr id="row_21_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_handle.html" target="_self">v8::Handle&lt; v8::Value &gt;</a></td><td class="desc"></td></tr> <tr id="row_22_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_handle_scope.html" target="_self">v8::HandleScope</a></td><td class="desc"></td></tr> <tr id="row_23_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_heap_graph_edge.html" target="_self">v8::HeapGraphEdge</a></td><td class="desc"></td></tr> <tr id="row_24_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_heap_graph_node.html" target="_self">v8::HeapGraphNode</a></td><td class="desc"></td></tr> <tr id="row_25_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_heap_profiler.html" target="_self">v8::HeapProfiler</a></td><td class="desc"></td></tr> <tr id="row_26_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_heap_snapshot.html" target="_self">v8::HeapSnapshot</a></td><td class="desc"></td></tr> <tr id="row_27_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_heap_statistics.html" target="_self">v8::HeapStatistics</a></td><td class="desc"></td></tr> <tr id="row_28_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structv8_1_1_heap_stats_update.html" target="_self">v8::HeapStatsUpdate</a></td><td class="desc"></td></tr> <tr id="row_29_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1internal_1_1_internals.html" target="_self">v8::internal::Internals</a></td><td class="desc"></td></tr> <tr id="row_30_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_isolate.html" target="_self">v8::Isolate</a></td><td class="desc"></td></tr> <tr id="row_31_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structv8_1_1_jit_code_event.html" target="_self">v8::JitCodeEvent</a></td><td class="desc"></td></tr> <tr id="row_32_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_locker.html" target="_self">v8::Locker</a></td><td class="desc"></td></tr> <tr id="row_33_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_message.html" target="_self">v8::Message</a></td><td class="desc"></td></tr> <tr id="row_34_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_debug_1_1_message.html" target="_self">v8::Debug::Message</a></td><td class="desc"></td></tr> <tr id="row_35_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_output_stream.html" target="_self">v8::OutputStream</a></td><td class="desc"></td></tr> <tr id="row_36_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_persistent_handle_visitor.html" target="_self">v8::PersistentHandleVisitor</a></td><td class="desc"></td></tr> <tr id="row_37_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_pre_parser_data.html" target="_self">v8::PreParserData</a></td><td class="desc"></td></tr> <tr id="row_38_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_resource_constraints.html" target="_self">v8::ResourceConstraints</a></td><td class="desc"></td></tr> <tr id="row_39_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_retained_object_info.html" target="_self">v8::RetainedObjectInfo</a></td><td class="desc"></td></tr> <tr id="row_40_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_context_1_1_scope.html" target="_self">v8::Context::Scope</a></td><td class="desc"></td></tr> <tr id="row_41_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_isolate_1_1_scope.html" target="_self">v8::Isolate::Scope</a></td><td class="desc"></td></tr> <tr id="row_42_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_script.html" target="_self">v8::Script</a></td><td class="desc"></td></tr> <tr id="row_43_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_script_data.html" target="_self">v8::ScriptData</a></td><td class="desc"></td></tr> <tr id="row_44_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_script_origin.html" target="_self">v8::ScriptOrigin</a></td><td class="desc"></td></tr> <tr id="row_45_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structv8_1_1internal_1_1_smi_tagging.html" target="_self">v8::internal::SmiTagging&lt; ptr_size &gt;</a></td><td class="desc"></td></tr> <tr id="row_46_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structv8_1_1internal_1_1_smi_tagging_3_014_01_4.html" target="_self">v8::internal::SmiTagging&lt; 4 &gt;</a></td><td class="desc"></td></tr> <tr id="row_47_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structv8_1_1internal_1_1_smi_tagging_3_018_01_4.html" target="_self">v8::internal::SmiTagging&lt; 8 &gt;</a></td><td class="desc"></td></tr> <tr id="row_48_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_stack_frame.html" target="_self">v8::StackFrame</a></td><td class="desc"></td></tr> <tr id="row_49_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_stack_trace.html" target="_self">v8::StackTrace</a></td><td class="desc"></td></tr> <tr id="row_50_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_startup_data.html" target="_self">v8::StartupData</a></td><td class="desc"></td></tr> <tr id="row_51_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_startup_data_decompressor.html" target="_self">v8::StartupDataDecompressor</a></td><td class="desc"></td></tr> <tr id="row_52_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_testing.html" target="_self">v8::Testing</a></td><td class="desc"></td></tr> <tr id="row_53_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_try_catch.html" target="_self">v8::TryCatch</a></td><td class="desc"></td></tr> <tr id="row_54_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_unicode_input_stream.html" target="_self">v8::UnicodeInputStream</a></td><td class="desc"></td></tr> <tr id="row_55_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_unlocker.html" target="_self">v8::Unlocker</a></td><td class="desc"></td></tr> <tr id="row_56_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_string_1_1_utf8_value.html" target="_self">v8::String::Utf8Value</a></td><td class="desc"></td></tr> <tr id="row_57_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_v8.html" target="_self">v8::V8</a></td><td class="desc"></td></tr> <tr id="row_58_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classv8_1_1_string_1_1_value.html" target="_self">v8::String::Value</a></td><td class="desc"></td></tr> </table> </div><!-- directory --> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Tue Aug 11 2015 23:45:10 for V8 API Reference Guide for node.js v0.10.25 by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.9.1 </small></address> </body> </html>
v8-dox/v8-dox.github.io
196184d/html/hierarchy.html
HTML
mit
29,717
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>gaia: 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 / gaia - 1.11</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> gaia <small> 1.11 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-03-05 14:29:34 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-05 14:29:34 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-ocamlbuild base OCamlbuild binary and libraries distributed with the OCaml compiler base-threads base base-unix base camlp4 4.02+7 Camlp4 is a system for writing extensible parsers for programming languages conf-findutils 1 Virtual package relying on findutils conf-which 1 Virtual package relying on which coq 8.5.0~camlp4 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.02.3 The OCaml compiler (virtual package) ocaml-base-compiler 4.02.3 Official 4.02.3 release ocaml-config 1 OCaml Switch Configuration ocamlbuild 0 Build system distributed with the OCaml compiler since OCaml 3.10.0 # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-community/gaia&quot; dev-repo: &quot;git+https://github.com/coq-community/gaia.git&quot; bug-reports: &quot;https://github.com/coq-community/gaia/issues&quot; license: &quot;MIT&quot; synopsis: &quot;Implementation of books from Bourbaki&#39;s Elements of Mathematics in Coq&quot; description: &quot;&quot;&quot; Implementation of books from N. Bourbaki&#39;s Elements of Mathematics in Coq using the Mathematical Components library, including set theory and number theory.&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.13~&quot;} &quot;coq-mathcomp-ssreflect&quot; {&gt;= &quot;1.11.0&quot; &amp; &lt; &quot;1.12~&quot;} &quot;coq-mathcomp-algebra&quot; ] tags: [ &quot;category:Mathematics/Logic/Set theory&quot; &quot;keyword:Bourbaki&quot; &quot;keyword:set theory&quot; &quot;date:2020-09-09&quot; &quot;logpath:gaia&quot; ] authors: [ &quot;José Grimm&quot; &quot;Alban Quadrat&quot; &quot;Carlos Simpson&quot; ] url { src: &quot;https://github.com/coq-community/gaia/archive/v1.11.tar.gz&quot; checksum: &quot;sha512=b7458fdfcddab546c75a66a741896f0e9bf45b8e79b98b9072a07427a8cbe025eca928d2a7f2bffe3c274feb88dda833a32ea311a762ba1d6ea8ed1120a7664f&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-gaia.1.11 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-gaia -&gt; coq &gt;= 8.10 -&gt; ocaml &gt;= 4.05.0 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-gaia.1.11</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.02.3-2.0.6/released/8.5.0~camlp4/gaia/1.11.html
HTML
mit
7,362
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>coqffi: 21 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.1 / coqffi - 1.0.0~beta7</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> coqffi <small> 1.0.0~beta7 <span class="label label-success">21 s</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;[email protected]&quot; homepage: &quot;https://github.com/coq-community/coqffi&quot; dev-repo: &quot;git+https://github.com/coq-community/coqffi.git&quot; bug-reports: &quot;https://github.com/coq-community/coqffi/issues&quot; license: &quot;MIT&quot; synopsis: &quot;Tool for generating Coq FFI bindings to OCaml libraries&quot; description: &quot;&quot;&quot; `coqffi` generates the necessary Coq boilerplate to use OCaml functions in a Coq development, and configures the Coq extraction mechanism accordingly.&quot;&quot;&quot; build: [ [&quot;./src-prepare.sh&quot;] [&quot;dune&quot; &quot;build&quot; &quot;-p&quot; name &quot;-j&quot; jobs] ] depends: [ &quot;ocaml&quot; {&gt;= &quot;4.08&quot; &amp; &lt; &quot;4.13~&quot; } &quot;dune&quot; {&gt;= &quot;2.5&quot;} &quot;coq&quot; {(&gt;= &quot;8.12&quot; &amp; &lt; &quot;8.14~&quot;) | = &quot;dev&quot;} &quot;cmdliner&quot; {&gt;= &quot;1.0.4&quot;} &quot;sexplib&quot; {&gt;= &quot;0.14&quot;} ] tags: [ &quot;category:Miscellaneous/Coq Extensions&quot; &quot;keyword:foreign function interface&quot; &quot;keyword:extraction&quot; &quot;keyword:OCaml&quot; &quot;logpath:CoqFFI&quot; ] authors: [ &quot;Thomas Letan&quot; &quot;Li-yao Xia&quot; &quot;Yann Régis-Gianas&quot; &quot;Yannick Zakowski&quot; ] url { src: &quot;https://github.com/coq-community/coqffi/archive/1.0.0-beta7.tar.gz&quot; checksum: &quot;sha512=0f9d2893f59f8d09caec83f8476a2e7a511a7044516d639e4283b4187a86cf1563e60f1647cd12ae06e7e395bbc5dfedf5d798af3eb6baf81c0c2e482e14507b&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-coqffi.1.0.0~beta7 coq.8.13.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-coqffi.1.0.0~beta7 coq.8.13.1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>2 m 22 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-coqffi.1.0.0~beta7 coq.8.13.1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>21 s</dd> </dl> <h2>Installation size</h2> <p>Total: 15 M</p> <ul> <li>14 M <code>../ocaml-base-compiler.4.12.0/bin/coqffi</code></li> <li>180 K <code>../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqFFI/Data/String.vo</code></li> <li>44 K <code>../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqFFI/Data/IntFacts.vo</code></li> <li>34 K <code>../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqFFI/Data/Int.vo</code></li> <li>32 K <code>../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqFFI/Data/Result.vo</code></li> <li>30 K <code>../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqFFI/Data/Int32.vo</code></li> <li>26 K <code>../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqFFI/Data/String.v</code></li> <li>21 K <code>../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqFFI/Extraction.vo</code></li> <li>16 K <code>../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqFFI/Data/Seq.vo</code></li> <li>8 K <code>../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqFFI/Data/IntFacts.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.12.0/man/man1/coqffi.1</code></li> <li>6 K <code>../ocaml-base-compiler.4.12.0/doc/coq-coqffi/CHANGES.md</code></li> <li>5 K <code>../ocaml-base-compiler.4.12.0/doc/coq-coqffi/README.md</code></li> <li>4 K <code>../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqFFI/Data/Int32.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqFFI/Exn.vo</code></li> <li>3 K <code>../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqFFI/Data/Int.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqFFI/Data/Result.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqFFI/Interface.vo</code></li> <li>3 K <code>../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqFFI/Data/Seq.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.12.0/doc/coq-coqffi/LICENSE</code></li> <li>1 K <code>../ocaml-base-compiler.4.12.0/lib/coq-coqffi/opam</code></li> <li>1 K <code>../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqFFI/Extraction.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqFFI/Exn.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqFFI/Interface.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.12.0/lib/coq-coqffi/dune-package</code></li> <li>0 K <code>../ocaml-base-compiler.4.12.0/lib/coq-coqffi/META</code></li> </ul> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-coqffi.1.0.0~beta7</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.12.0-2.0.8/released/8.13.1/coqffi/1.0.0~beta7.html
HTML
mit
10,042
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>dblib: 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 / dblib - 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> dblib <small> 8.8.0 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2020-07-24 01:10:59 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-07-24 01:10: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 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 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.8.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/dblib&quot; license: &quot;GPL&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/Dblib&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.8&quot; &amp; &lt; &quot;8.9~&quot;} ] tags: [ &quot;keyword: abstract syntax&quot; &quot;keyword: binders&quot; &quot;keyword: de Bruijn indices&quot; &quot;keyword: shift&quot; &quot;keyword: lift&quot; &quot;keyword: substitution&quot; &quot;category: Computer Science/Lambda Calculi&quot; ] authors: [ &quot;Francois Pottier &lt;[email protected]&gt; [http://gallium.inria.fr/~fpottier/]&quot; ] bug-reports: &quot;https://github.com/coq-contribs/dblib/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/dblib.git&quot; synopsis: &quot;Dblib&quot; description: &quot;&quot;&quot; http://gallium.inria.fr/~fpottier/dblib/README The dblib library offers facilities for working with de Bruijn indices.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/dblib/archive/v8.8.0.tar.gz&quot; checksum: &quot;md5=f3801acc5eccb14676c5c27315c30ee2&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-dblib.8.8.0 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-dblib -&gt; coq &lt; 8.9~ -&gt; ocaml &lt; 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-dblib.8.8.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.05.0-2.0.6/extra-dev/8.11.dev/dblib/8.8.0.html
HTML
mit
7,049
<!DOCTYPE html> <!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" dir="ltr"> <!--<![endif]--> <!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open&id=3 (optional: ?Open&page=filename.html&id=x) --> <!-- Created: ; Product Code: 536; Server: stratnotes2.ic.gc.ca --> <head> <!-- Title begins / Début du titre --> <title> R&J Engineering Corporation - Complete profile - Canadian Company Capabilities - Industries and Business - Industry Canada </title> <!-- Title ends / Fin du titre --> <!-- Meta-data begins / Début des métadonnées --> <meta charset="utf-8" /> <meta name="dcterms.language" title="ISO639-2" content="eng" /> <meta name="dcterms.title" content="" /> <meta name="description" content="" /> <meta name="dcterms.description" content="" /> <meta name="dcterms.type" content="report, data set" /> <meta name="dcterms.subject" content="businesses, industry" /> <meta name="dcterms.subject" content="businesses, industry" /> <meta name="dcterms.issued" title="W3CDTF" content="" /> <meta name="dcterms.modified" title="W3CDTF" content="" /> <meta name="keywords" content="" /> <meta name="dcterms.creator" content="" /> <meta name="author" content="" /> <meta name="dcterms.created" title="W3CDTF" content="" /> <meta name="dcterms.publisher" content="" /> <meta name="dcterms.audience" title="icaudience" content="" /> <meta name="dcterms.spatial" title="ISO3166-1" content="" /> <meta name="dcterms.spatial" title="gcgeonames" content="" /> <meta name="dcterms.format" content="HTML" /> <meta name="dcterms.identifier" title="ICsiteProduct" content="536" /> <!-- EPI-11240 --> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- MCG-202 --> <meta content="width=device-width,initial-scale=1" name="viewport"> <!-- EPI-11567 --> <meta name = "format-detection" content = "telephone=no"> <!-- EPI-12603 --> <meta name="robots" content="noarchive"> <!-- EPI-11190 - Webtrends --> <script> var startTime = new Date(); startTime = startTime.getTime(); </script> <!--[if gte IE 9 | !IE ]><!--> <link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="icon" type="image/x-icon"> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/wet-boew.min.css"> <!--<![endif]--> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/theme.min.css"> <!--[if lt IE 9]> <link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="shortcut icon" /> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/ie8-wet-boew.min.css" /> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew.min.js"></script> <![endif]--> <!--[if lte IE 9]> <![endif]--> <noscript><link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/noscript.min.css" /></noscript> <!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER --> <script>dataLayer1 = [];</script> <!-- End Google Tag Manager --> <!-- EPI-11235 --> <link rel="stylesheet" href="/eic/home.nsf/css/add_WET_4-0_Canada_Apps.css"> <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"> <link href="/app/ccc/srch/css/print.css" media="print" rel="stylesheet" type="text/css" /> </head> <body class="home" vocab="http://schema.org/" typeof="WebPage"> <!-- EPIC HEADER BEGIN --> <!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER --> <noscript><iframe title="Google Tag Manager" src="//www.googletagmanager.com/ns.html?id=GTM-TLGQ9K" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer1'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer1','GTM-TLGQ9K');</script> <!-- End Google Tag Manager --> <!-- EPI-12801 --> <span typeof="Organization"><meta property="legalName" content="Department_of_Industry"></span> <ul id="wb-tphp"> <li class="wb-slc"> <a class="wb-sl" href="#wb-cont">Skip to main content</a> </li> <li class="wb-slc visible-sm visible-md visible-lg"> <a class="wb-sl" href="#wb-info">Skip to "About this site"</a> </li> </ul> <header role="banner"> <div id="wb-bnr" class="container"> <section id="wb-lng" class="visible-md visible-lg text-right"> <h2 class="wb-inv">Language selection</h2> <div class="row"> <div class="col-md-12"> <ul class="list-inline mrgn-bttm-0"> <li><a href="nvgt.do?V_TOKEN=1492313442645&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=38288&V_SEARCH.docsStart=38287&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn//magmi/web/download_file.php?_flId?_flxKy=e1s1&amp;estblmntNo=234567041301&amp;profileId=61&amp;_evId=bck&amp;lang=eng&amp;V_SEARCH.showStricts=false&amp;prtl=1&amp;_flId?_flId?_flxKy=e1s1" title="Français" lang="fr">Français</a></li> </ul> </div> </div> </section> <div class="row"> <div class="brand col-xs-8 col-sm-9 col-md-6"> <a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a> </div> <section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn"> <h2>Search and menus</h2> <ul class="list-inline text-right chvrn"> <li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li> </ul> <div id="mb-pnl"></div> </section> <!-- Site Search Removed --> </div> </div> <nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement"> <h2 class="wb-inv">Topics menu</h2> <div class="container nvbar"> <div class="row"> <ul class="list-inline menu"> <li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li> <li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li> <li><a href="https://travel.gc.ca/">Travel</a></li> <li><a href="https://www.canada.ca/en/services/business.html">Business</a></li> <li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li> <li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li> <li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li> <li><a href="https://www.canada.ca/en/services.html">More services</a></li> </ul> </div> </div> </nav> <!-- EPIC BODY BEGIN --> <nav role="navigation" id="wb-bc" class="" property="breadcrumb"> <h2 class="wb-inv">You are here:</h2> <div class="container"> <div class="row"> <ol class="breadcrumb"> <li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li> <li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li> <li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li> </ol> </div> </div> </nav> </header> <main id="wb-cont" role="main" property="mainContentOfPage" class="container"> <!-- End Header --> <!-- Begin Body --> <!-- Begin Body Title --> <!-- End Body Title --> <!-- Begin Body Head --> <!-- End Body Head --> <!-- Begin Body Content --> <br> <!-- Complete Profile --> <!-- Company Information above tabbed area--> <input id="showMore" type="hidden" value='more'/> <input id="showLess" type="hidden" value='less'/> <h1 id="wb-cont"> Company profile - Canadian Company Capabilities </h1> <div class="profileInfo hidden-print"> <ul class="list-inline"> <li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&amp;rstBtn.x=" class="btn btn-link">New Search</a>&nbsp;|</li> <li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do"> <input type="hidden" name="lang" value="eng" /> <input type="hidden" name="profileId" value="" /> <input type="hidden" name="prtl" value="1" /> <input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" /> <input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" /> <input type="hidden" name="V_SEARCH.depth" value="1" /> <input type="hidden" name="V_SEARCH.showStricts" value="false" /> <input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" /> </form></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=38286&amp;V_DOCUMENT.docRank=38287&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492313463509&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567105619&amp;profileId=&amp;key.newSearchLabel=">Previous Company</a></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=38288&amp;V_DOCUMENT.docRank=38289&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492313463509&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567131831&amp;profileId=&amp;key.newSearchLabel=">Next Company</a></li> </ul> </div> <details> <summary>Third-Party Information Liability Disclaimer</summary> <p>Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.</p> </details> <h2> R&J Engineering Corporation </h2> <div class="row"> <div class="col-md-5"> <h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2> <p>R&J Engineering Corporation</p> <div class="mrgn-tp-md"></div> <p class="mrgn-bttm-0" ><a href="http://www.RJEngineering.com" target="_blank" title="Website URL">http://www.RJEngineering.com</a></p> <p><a href="mailto:[email protected]" title="[email protected]">[email protected]</a></p> </div> <div class="col-md-4 mrgn-sm-sm"> <h2 class="h5 mrgn-bttm-0">Mailing Address:</h2> <address class="mrgn-bttm-md"> 100 Hanson Ave<br/> KITCHENER, Ontario<br/> N2C 2E2 <br/> </address> <h2 class="h5 mrgn-bttm-0">Location Address:</h2> <address class="mrgn-bttm-md"> 100 Hanson Ave<br/> KITCHENER, Ontario<br/> N2C 2E2 <br/> </address> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (519) 578-9070 </p> <p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>: (519) 579-5313</p> </div> <div class="col-md-3 mrgn-tp-md"> <h2 class="wb-inv">Logo</h2> <img class="img-responsive text-left" src="https://www.ic.gc.ca/app/ccc/srch/media?estblmntNo=123593450000&amp;graphFileName=Capsulelogo.gif&amp;applicationCode=AP&amp;lang=eng" alt="Logo" /> </div> </div> <div class="row mrgn-tp-md mrgn-bttm-md"> <div class="col-md-12"> <h2 class="wb-inv">Company Profile</h2> <br> R&amp;J Engineering Corporation specializes in turnkey factory <br>installations for the production of pharmaceutical hard gelatin <br>capsules. R&amp;J Engineering produces its own line of state-of-the- <br>art capsule production machinery and provides all supporting <br>equipment, project engineering, and complete transfer of <br>technology including training of personnel, documentation, and <br>full implementation.<br> </div> </div> <!-- <div class="wb-tabs ignore-session update-hash wb-eqht-off print-active"> --> <div class="wb-tabs ignore-session"> <div class="tabpanels"> <details id="details-panel1"> <summary> Full profile </summary> <!-- Tab 1 --> <h2 class="wb-invisible"> Full profile </h2> <!-- Contact Information --> <h3 class="page-header"> Contact information </h3> <section class="container-fluid"> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Julien J. Hradecky </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> President </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Management Executive. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (519) 578-9070 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (519) 579-5313 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> [email protected] </div> </div> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Joseph Subarsky </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Manager </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Research/Development/Engineering. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (519) 578-9070 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (519) 579-5313 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> [email protected] </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Company Description --> <h3 class="page-header"> Company description </h3> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Country of Ownership: </strong> </div> <div class="col-md-7"> Canada &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Year Established: </strong> </div> <div class="col-md-7"> 1969 </div> </div> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> Yes &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 333299 - All Other Industrial Machinery Manufacturing </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Manufacturer / Processor / Producer &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Number of Employees: </strong> </div> <div class="col-md-7"> 25&nbsp; </div> </div> </section> <!-- Products / Services / Licensing --> <h3 class="page-header"> Product / Service / Licensing </h3> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> pharmaceutical capsule machinery <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> R&amp;J Engineering Corporation specializes in turnkey factory <br> installations for the production of pharmaceutical hard gelatin <br> capsules. R&amp;J Engineering produces its own line of state-of-the- <br> art capsule production machinery and provides all supporting <br> equipment, project engineering, and complete transfer of <br> technology including training of personnel, documentation, and <br> full implementation.<br> <br> </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Technology Profile --> <h3 class="page-header"> Technology profile </h3> <section class="container-fluid"> R&amp;J Engineering manufactures machinery for the production of pharmaceutical hard gelatin capsules, and provides its worldwide clientele with a complete transfer of turnkey hard gelatin capsule technology. </section> <!-- Market Profile --> <h3 class="page-header"> Market profile </h3> <section class="container-fluid"> <h4> Geographic markets: </h4> <h5> Export experience: </h5> <ul> <li>Algeria</li> <li>Argentina</li> <li>Brazil</li> <li>Chile</li> <li>China</li> <li>India</li> <li>Indonesia</li> <li>Iran, Islamic Republic of</li> <li>Israel</li> <li>Japan</li> <li>Jordan</li> <li>Korea, Republic of</li> <li>Montenegro</li> <li>Philippines</li> <li>Russian Federation</li> <li>Serbia</li> <li>South Africa</li> <li>Taiwan</li> <li>Thailand</li> <li>United Kingdom</li> <li>United States</li> </ul> <h5> Actively pursuing: </h5> <ul> <li>Australia</li> <li>Bangladesh</li> <li>Czech Republic</li> <li>Egypt</li> <li>Germany</li> <li>Greece</li> <li>Hungary</li> <li>Iraq</li> <li>Kenya</li> <li>Malaysia</li> <li>Morocco</li> <li>Nigeria</li> <li>Pakistan</li> <li>Poland</li> <li>Syrian Arab Republic</li> <li>Tunisia</li> <li>Turkey</li> <li>Viet Nam</li> <li>Zambia</li> <li>Zimbabwe</li> </ul> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Sector Information --> <h3 class="page-header"> Sector information </h3> <section class="container-fluid"> <h4> Key / Major clients: </h4> R.P. Scherer Corporation, a division of Cardinal Health, is one of our oldest customers, with capsule machines purchased for their worldwide operations since 1970. <br> <br> Another major producer of capsules, Su Heung Capsule, of Seoul Korea continues to be one of our important clients since the mid-70s. </section> <details class="mrgn-tp-md mrgn-bttm-md"> <summary> Third-Party Information Liability Disclaimer </summary> <p> Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements. </p> </details> </details> <details id="details-panel2"> <summary> Contacts </summary> <h2 class="wb-invisible"> Contact information </h2> <!-- Contact Information --> <section class="container-fluid"> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Julien J. Hradecky </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> President </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Management Executive. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (519) 578-9070 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (519) 579-5313 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> [email protected] </div> </div> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Joseph Subarsky </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Manager </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Research/Development/Engineering. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (519) 578-9070 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (519) 579-5313 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> [email protected] </div> </div> </section> </details> <details id="details-panel3"> <summary> Description </summary> <h2 class="wb-invisible"> Company description </h2> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Country of Ownership: </strong> </div> <div class="col-md-7"> Canada &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Year Established: </strong> </div> <div class="col-md-7"> 1969 </div> </div> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> Yes &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 333299 - All Other Industrial Machinery Manufacturing </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Manufacturer / Processor / Producer &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Number of Employees: </strong> </div> <div class="col-md-7"> 25&nbsp; </div> </div> </section> </details> <details id="details-panel4"> <summary> Products, services and licensing </summary> <h2 class="wb-invisible"> Product / Service / Licensing </h2> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> pharmaceutical capsule machinery <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> R&amp;J Engineering Corporation specializes in turnkey factory <br> installations for the production of pharmaceutical hard gelatin <br> capsules. R&amp;J Engineering produces its own line of state-of-the- <br> art capsule production machinery and provides all supporting <br> equipment, project engineering, and complete transfer of <br> technology including training of personnel, documentation, and <br> full implementation.<br> <br> </div> </div> </section> </details> <details id="details-panel5"> <summary> Technology </summary> <h2 class="wb-invisible"> Technology profile </h2> <section class="container-fluid"> R&amp;J Engineering manufactures machinery for the production of pharmaceutical hard gelatin capsules, and provides its worldwide clientele with a complete transfer of turnkey hard gelatin capsule technology. </section> </details> <details id="details-panel6"> <summary> Market </summary> <h2 class="wb-invisible"> Market profile </h2> <section class="container-fluid"> <h4> Geographic markets: </h4> <h5> Export experience: </h5> <ul> <li>Algeria</li> <li>Argentina</li> <li>Brazil</li> <li>Chile</li> <li>China</li> <li>India</li> <li>Indonesia</li> <li>Iran, Islamic Republic of</li> <li>Israel</li> <li>Japan</li> <li>Jordan</li> <li>Korea, Republic of</li> <li>Montenegro</li> <li>Philippines</li> <li>Russian Federation</li> <li>Serbia</li> <li>South Africa</li> <li>Taiwan</li> <li>Thailand</li> <li>United Kingdom</li> <li>United States</li> </ul> <h5> Actively pursuing: </h5> <ul> <li>Australia</li> <li>Bangladesh</li> <li>Czech Republic</li> <li>Egypt</li> <li>Germany</li> <li>Greece</li> <li>Hungary</li> <li>Iraq</li> <li>Kenya</li> <li>Malaysia</li> <li>Morocco</li> <li>Nigeria</li> <li>Pakistan</li> <li>Poland</li> <li>Syrian Arab Republic</li> <li>Tunisia</li> <li>Turkey</li> <li>Viet Nam</li> <li>Zambia</li> <li>Zimbabwe</li> </ul> </section> </details> <details id="details-panel7"> <summary> Sector </summary> <h2 class="wb-invisible"> Sector information </h2> <section class="container-fluid"> <h4> Key / Major clients: </h4> R.P. Scherer Corporation, a division of Cardinal Health, is one of our oldest customers, with capsule machines purchased for their worldwide operations since 1970. <br> <br> Another major producer of capsules, Su Heung Capsule, of Seoul Korea continues to be one of our important clients since the mid-70s. </section> </details> </div> </div> <div class="row"> <div class="col-md-12 text-right"> Last Update Date 2015-08-11 </div> </div> <!-- - Artifact ID: CBW - IMBS - CCC Search WAR - Group ID: ca.gc.ic.strategis.imbs.ccc.search - Version: 3.26 - Built-By: bamboo - Build Timestamp: 2017-03-02T21:29:28Z --> <!-- End Body Content --> <!-- Begin Body Foot --> <!-- End Body Foot --> <!-- END MAIN TABLE --> <!-- End body --> <!-- Begin footer --> <div class="row pagedetails"> <div class="col-sm-5 col-xs-12 datemod"> <dl id="wb-dtmd"> <dt class=" hidden-print">Date Modified:</dt> <dd class=" hidden-print"> <span><time>2017-03-02</time></span> </dd> </dl> </div> <div class="clear visible-xs"></div> <div class="col-sm-4 col-xs-6"> </div> <div class="col-sm-3 col-xs-6 text-right"> </div> <div class="clear visible-xs"></div> </div> </main> <footer role="contentinfo" id="wb-info"> <nav role="navigation" class="container wb-navcurr"> <h2 class="wb-inv">About government</h2> <!-- EPIC FOOTER BEGIN --> <!-- EPI-11638 Contact us --> <ul class="list-unstyled colcount-sm-2 colcount-md-3"> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07026.html#pageid=E048-H00000&amp;from=Industries">Contact us</a></li> <li><a href="https://www.canada.ca/en/government/dept.html">Departments and agencies</a></li> <li><a href="https://www.canada.ca/en/government/publicservice.html">Public service and military</a></li> <li><a href="https://www.canada.ca/en/news.html">News</a></li> <li><a href="https://www.canada.ca/en/government/system/laws.html">Treaties, laws and regulations</a></li> <li><a href="https://www.canada.ca/en/transparency/reporting.html">Government-wide reporting</a></li> <li><a href="http://pm.gc.ca/eng">Prime Minister</a></li> <li><a href="https://www.canada.ca/en/government/system.html">How government works</a></li> <li><a href="http://open.canada.ca/en/">Open government</a></li> </ul> </nav> <div class="brand"> <div class="container"> <div class="row"> <nav class="col-md-10 ftr-urlt-lnk"> <h2 class="wb-inv">About this site</h2> <ul> <li><a href="https://www.canada.ca/en/social.html">Social media</a></li> <li><a href="https://www.canada.ca/en/mobile.html">Mobile applications</a></li> <li><a href="http://www1.canada.ca/en/newsite.html">About Canada.ca</a></li> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html">Terms and conditions</a></li> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html#p1">Privacy</a></li> </ul> </nav> <div class="col-xs-6 visible-sm visible-xs tofpg"> <a href="#wb-cont">Top of Page <span class="glyphicon glyphicon-chevron-up"></span></a> </div> <div class="col-xs-6 col-md-2 text-right"> <object type="image/svg+xml" tabindex="-1" role="img" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/wmms-blk.svg" aria-label="Symbol of the Government of Canada"></object> </div> </div> </div> </div> </footer> <!--[if gte IE 9 | !IE ]><!--> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/wet-boew.min.js"></script> <!--<![endif]--> <!--[if lt IE 9]> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew2.min.js"></script> <![endif]--> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/theme.min.js"></script> <!-- EPI-10519 --> <span class="wb-sessto" data-wb-sessto='{"inactivity": 1800000, "reactionTime": 180000, "sessionalive": 1800000, "logouturl": "/app/ccc/srch/cccSrch.do?lang=eng&prtl=1"}'></span> <script src="/eic/home.nsf/js/jQuery.externalOpensInNewWindow.js"></script> <!-- EPI-11190 - Webtrends --> <script src="/eic/home.nsf/js/webtrends.js"></script> <script>var endTime = new Date();</script> <noscript> <div><img alt="" id="DCSIMG" width="1" height="1" src="//wt-sdc.ic.gc.ca/dcs6v67hwe0ei7wsv8g9fv50d_3k6i/njs.gif?dcsuri=/nojavascript&amp;WT.js=No&amp;WT.tv=9.4.0&amp;dcssip=www.ic.gc.ca"/></div> </noscript> <!-- /Webtrends --> <!-- JS deps --> <script src="/eic/home.nsf/js/jquery.imagesloaded.js"></script> <!-- EPI-11262 - Util JS --> <script src="/eic/home.nsf/js/_WET_4-0_utils_canada.min.js"></script> <!-- EPI-11383 --> <script src="/eic/home.nsf/js/jQuery.icValidationErrors.js"></script> <span style="display:none;" id='app-info' data-project-groupid='' data-project-artifactid='' data-project-version='' data-project-build-timestamp='' data-issue-tracking='' data-scm-sha1='' data-scm-sha1-abbrev='' data-scm-branch='' data-scm-commit-date=''></span> </body></html> <!-- End Footer --> <!-- - Artifact ID: CBW - IMBS - CCC Search WAR - Group ID: ca.gc.ic.strategis.imbs.ccc.search - Version: 3.26 - Built-By: bamboo - Build Timestamp: 2017-03-02T21:29:28Z -->
GoC-Spending/data-corporations
html/123593450000.html
HTML
mit
52,984
--- --- <!doctype html> <html class="default no-js"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>UrlService | @uirouter/react</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="../assets/css/main.css"> <link rel="stylesheet" href="../assets/css/uirouter.css"> <script src="../assets/js/modernizr.js"></script> <script src="../assets/js/reset.js"></script> </head> <body> <header> <div class="tsd-page-toolbar"> <div class="container"> <div class="table-wrap"> <div class="table-cell" id="tsd-search" data-index="../assets/js/search.js" data-base=".."> <div class="field"> <label for="tsd-search-field" class="tsd-widget search no-caption">Search</label> <input id="tsd-search-field" type="text" /> </div> <ul class="results"> <li class="state loading">Preparing search index...</li> <li class="state failure">The search index is not available</li> </ul> <a href="../index.html" class="title">@uirouter/react</a> </div> <div class="table-cell" id="tsd-widgets"> <div id="tsd-filter"> <a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a> <div class="tsd-filter-group"> <!-- <div class="tsd-select" id="tsd-filter-visibility"> <span class="tsd-select-label">All</span> <ul class="tsd-select-list"> <li data-value="public">Public</li> <li data-value="protected">Public/Protected</li> <li data-value="private" class="selected">All</li> </ul> </div> <input type="checkbox" id="tsd-filter-inherited" checked /> <label class="tsd-widget" for="tsd-filter-inherited">Inherited</label> --> <input type="checkbox" id="tsd-filter-externals" checked /> <label class="tsd-widget" for="tsd-filter-externals">Internal UI-Router API</label> <!-- <input type="checkbox" id="tsd-filter-only-exported" /> <label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label> --> </div> </div> <a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a> </div> </div> </div> </div> <div class="tsd-page-title"> <div class="container"> <ul class="tsd-breadcrumb"> <li> <a href="../index.html">@uirouter/react</a> </li> <li> <a href="../modules/url.html">url</a> </li> <li> <a href="url.urlservice.html">UrlService</a> </li> </ul> <h1>Class UrlService</h1> </div> </div> </header> <div class="container container-main"> <div class="row"> <div class="col-8 col-content"> <section class="tsd-panel tsd-comment"> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>API for URL management</p> </div> </div> </section> <section class="tsd-panel tsd-hierarchy"> <h3>Hierarchy</h3> <ul class="tsd-hierarchy"> <li> <span class="target">UrlService</span> </li> </ul> </section> <section class="tsd-panel"> <h3>Implements</h3> <ul class="tsd-hierarchy"> <li><a href="../interfaces/common.locationservices.html" class="tsd-signature-type">LocationServices</a></li> <li><a href="../interfaces/url.urlsyncapi.html" class="tsd-signature-type">UrlSyncApi</a></li> </ul> </section> <section class="tsd-panel-group tsd-index-group"> <h2>Index</h2> <section class="tsd-panel tsd-index-panel"> <div class="tsd-index-content"> <section class="tsd-index-section "> <h3>Properties</h3> <ul class="tsd-index-list"> <li class="tsd-kind-property tsd-parent-kind-class"><a href="url.urlservice.html#config" class="tsd-kind-icon">config</a></li> <li class="tsd-kind-property tsd-parent-kind-class"><a href="url.urlservice.html#rules" class="tsd-kind-icon">rules</a></li> </ul> </section> <section class="tsd-index-section "> <h3>Methods</h3> <ul class="tsd-index-list"> <li class="tsd-kind-method tsd-parent-kind-class"><a href="url.urlservice.html#deferintercept" class="tsd-kind-icon">defer<wbr>Intercept</a></li> <li class="tsd-kind-method tsd-parent-kind-class"><a href="url.urlservice.html#hash" class="tsd-kind-icon">hash</a></li> <li class="tsd-kind-method tsd-parent-kind-class"><a href="url.urlservice.html#listen" class="tsd-kind-icon">listen</a></li> <li class="tsd-kind-method tsd-parent-kind-class"><a href="url.urlservice.html#match" class="tsd-kind-icon">match</a></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-external"><a href="url.urlservice.html#onchange" class="tsd-kind-icon">on<wbr>Change</a></li> <li class="tsd-kind-method tsd-parent-kind-class"><a href="url.urlservice.html#parts" class="tsd-kind-icon">parts</a></li> <li class="tsd-kind-method tsd-parent-kind-class"><a href="url.urlservice.html#path" class="tsd-kind-icon">path</a></li> <li class="tsd-kind-method tsd-parent-kind-class"><a href="url.urlservice.html#search" class="tsd-kind-icon">search</a></li> <li class="tsd-kind-method tsd-parent-kind-class"><a href="url.urlservice.html#sync" class="tsd-kind-icon">sync</a></li> <li class="tsd-kind-method tsd-parent-kind-class"><a href="url.urlservice.html#url" class="tsd-kind-icon">url</a></li> </ul> </section> </div> </section> </section> <section class="tsd-panel-group tsd-member-group "> <h2>Properties</h2> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"> <a name="config" class="tsd-anchor"></a> <!-- <h3>config</h3> --> <div class="tsd-signature tsd-kind-icon">config<span class="tsd-signature-symbol">:</span> <a href="url.urlconfig.html" class="tsd-signature-type">UrlConfig</a><span class="tsd-signature-symbol"> =&nbsp;new UrlConfig(this.router)</span> <div class="tsd-header"> <p> The nested <a href="url.urlconfig.html">UrlConfig</a> API to configure the URL and retrieve URL information </p> </div> </div> <div class="tsd-declaration"> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>The nested <a href="url.urlconfig.html">UrlConfig</a> API to configure the URL and retrieve URL information</p> </div> <p>See: <a href="url.urlconfig.html">UrlConfig</a> for details</p> </div> </div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/ui-router/core/blob/d7fcc8f/src/url/urlService.ts#L26">ui-router-core/src/url/urlService.ts:26</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"> <a name="rules" class="tsd-anchor"></a> <!-- <h3>rules</h3> --> <div class="tsd-signature tsd-kind-icon">rules<span class="tsd-signature-symbol">:</span> <a href="url.urlrules.html" class="tsd-signature-type">UrlRules</a><span class="tsd-signature-symbol"> =&nbsp;new UrlRules(this.router)</span> <div class="tsd-header"> <p> The nested <a href="url.urlrules.html">UrlRules</a> API for managing URL rules and rewrites </p> </div> </div> <div class="tsd-declaration"> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>The nested <a href="url.urlrules.html">UrlRules</a> API for managing URL rules and rewrites</p> </div> <p>See: <a href="url.urlrules.html">UrlRules</a> for details</p> </div> </div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/ui-router/core/blob/d7fcc8f/src/url/urlService.ts#L19">ui-router-core/src/url/urlService.ts:19</a></li> </ul> </aside> </section> </section> <section class="tsd-panel-group tsd-member-group "> <h2>Methods</h2> <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"> <a name="deferintercept" class="tsd-anchor"></a> <!-- <h3>defer<wbr>Intercept</h3> --> <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class"> <li class="tsd-signature tsd-kind-icon">defer<wbr>Intercept<span class="tsd-signature-symbol">(</span>defer<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li> <li class="tsd-header"> <p> Disables monitoring of the URL. </p> </li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>Disables monitoring of the URL.</p> </div> <p>Call this method before UI-Router has bootstrapped. It will stop UI-Router from performing the initial url sync.</p> <p>This can be useful to perform some asynchronous initialization before the router starts. Once the initialization is complete, call <a href="url.urlservice.html#listen">listen</a> to tell UI-Router to start watching and synchronizing the URL.</p> <h4 id="example-">Example:</h4> <pre><code class="language-js"><span class="hljs-comment">// Prevent UI-Router from automatically intercepting URL changes when it starts;</span> urlService.deferIntercept(); fetch(<span class="hljs-string">'/states.json'</span>).then(<span class="hljs-function"><span class="hljs-params">resp</span> =&gt;</span> resp.json()).then(<span class="hljs-function"><span class="hljs-params">data</span> =&gt;</span> { data.forEach(<span class="hljs-function"><span class="hljs-params">state</span> =&gt;</span> $stateRegistry.register(state)); urlService.listen(); urlService.sync(); });</code></pre> </div> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>defer: <span class="tsd-flag ts-flagOptional">Optional</span>&nbsp; <span class="tsd-signature-type">boolean</span></h5> : <div class="tsd-comment tsd-typography"> <p>Indicates whether to defer location change interception. Passing no parameter is equivalent to <code>true</code>.</p> </div> </li> </ul> <div class="tsd-returns"> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4> </div> <hr> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/ui-router/core/blob/d7fcc8f/src/url/urlService.ts#L136">ui-router-core/src/url/urlService.ts:136</a></li> </ul> </aside> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"> <a name="hash" class="tsd-anchor"></a> <!-- <h3>hash</h3> --> <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class"> <li class="tsd-signature tsd-kind-icon">hash<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li> <li class="tsd-header"> <p> Gets the hash part of the current url </p> </li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>Gets the hash part of the current url</p> </div> <p>If the current URL is <code>/some/path?query=value#anchor</code>, this returns <code>anchor</code></p> </div> <div class="tsd-returns"> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4> : <p>the hash (anchor) portion of the url</p> </div> <hr> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/ui-router/core/blob/d7fcc8f/src/url/urlService.ts#L255">ui-router-core/src/url/urlService.ts:255</a></li> </ul> </aside> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"> <a name="listen" class="tsd-anchor"></a> <!-- <h3>listen</h3> --> <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class"> <li class="tsd-signature tsd-kind-icon">listen<span class="tsd-signature-symbol">(</span>enabled<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Function</span></li> <li class="tsd-header"> <p> Starts or stops listening for URL changes </p> </li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>Starts or stops listening for URL changes</p> </div> <p>Call this sometime after calling <a href="url.urlservice.html#deferintercept">deferIntercept</a> to start monitoring the url. This causes UI-Router to start listening for changes to the URL, if it wasn&#39;t already listening.</p> <p>If called with <code>false</code>, UI-Router will stop listening (call listen(true) to start listening again).</p> <h4 id="example-">Example:</h4> <pre><code class="language-js">urlService.deferIntercept(); fetch(<span class="hljs-string">'/states.json'</span>).then(<span class="hljs-function"><span class="hljs-params">resp</span> =&gt;</span> resp.json()).then(<span class="hljs-function"><span class="hljs-params">data</span> =&gt;</span> { data.forEach(<span class="hljs-function"><span class="hljs-params">state</span> =&gt;</span> $stateRegistry.register(state)); <span class="hljs-comment">// Start responding to URL changes</span> urlService.listen(); urlService.sync(); });</code></pre> </div> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>enabled: <span class="tsd-flag ts-flagOptional">Optional</span>&nbsp; <span class="tsd-signature-type">boolean</span></h5> : <div class="tsd-comment tsd-typography"> <p><code>true</code> or <code>false</code> to start or stop listening to URL changes</p> </div> </li> </ul> <div class="tsd-returns"> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Function</span></h4> </div> <hr> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/ui-router/core/blob/d7fcc8f/src/url/urlService.ts#L103">ui-router-core/src/url/urlService.ts:103</a></li> </ul> </aside> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"> <a name="match" class="tsd-anchor"></a> <!-- <h3>match</h3> --> <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class"> <li class="tsd-signature tsd-kind-icon">match<span class="tsd-signature-symbol">(</span>url<span class="tsd-signature-symbol">: </span><a href="../interfaces/url.urlparts.html" class="tsd-signature-type">UrlParts</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/url.matchresult.html" class="tsd-signature-type">MatchResult</a></li> <li class="tsd-header"> <p> Matches a URL </p> </li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>Matches a URL</p> </div> <p>Given a URL (as a <a href="../interfaces/url.urlparts.html">UrlParts</a> object), check all rules and determine the best matching rule. Return the result as a <a href="../interfaces/url.matchresult.html">MatchResult</a>.</p> </div> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>url <a href="../interfaces/url.urlparts.html" class="tsd-signature-type">UrlParts</a></h5> </li> </ul> <div class="tsd-returns"> <h4 class="tsd-returns-title">Returns <a href="../interfaces/url.matchresult.html" class="tsd-signature-type">MatchResult</a></h4> </div> <hr> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/ui-router/core/blob/d7fcc8f/src/url/urlService.ts#L147">ui-router-core/src/url/urlService.ts:147</a></li> </ul> </aside> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-external"> <a name="onchange" class="tsd-anchor"></a> <!-- <h3>on<wbr>Change</h3> --> <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-external"> <li class="tsd-signature tsd-kind-icon">on<wbr>Change<span class="tsd-signature-symbol">(</span>callback<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Function</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Function</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>callback <span class="tsd-signature-type">Function</span></h5> : <div class="tsd-comment tsd-typography"> <div class="lead"> <p>a function that will be called when the url is changing</p> </div> </div> </li> </ul> <div class="tsd-returns"> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Function</span></h4> : <p>a function that de-registers the callback</p> </div> <hr> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/ui-router/core/blob/d7fcc8f/src/url/urlService.ts#L272">ui-router-core/src/url/urlService.ts:272</a></li> </ul> </aside> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"> <a name="parts" class="tsd-anchor"></a> <!-- <h3>parts</h3> --> <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class"> <li class="tsd-signature tsd-kind-icon">parts<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/url.urlparts.html" class="tsd-signature-type">UrlParts</a></li> <li class="tsd-header"> <p> Gets the current URL parts </p> </li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>Gets the current URL parts</p> </div> <p>This method returns the different parts of the current URL (the <a href="url.urlservice.html#path">path</a>, <a href="url.urlservice.html#search">search</a>, and <a href="url.urlservice.html#hash">hash</a>) as a <a href="../interfaces/url.urlparts.html">UrlParts</a> object.</p> </div> <div class="tsd-returns"> <h4 class="tsd-returns-title">Returns <a href="../interfaces/url.urlparts.html" class="tsd-signature-type">UrlParts</a></h4> </div> <hr> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/ui-router/core/blob/d7fcc8f/src/url/urlService.ts#L41">ui-router-core/src/url/urlService.ts:41</a></li> </ul> </aside> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"> <a name="path" class="tsd-anchor"></a> <!-- <h3>path</h3> --> <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class"> <li class="tsd-signature tsd-kind-icon">path<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li> <li class="tsd-header"> <p> Gets the path part of the current url </p> </li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>Gets the path part of the current url</p> </div> <p>If the current URL is <code>/some/path?query=value#anchor</code>, this returns <code>/some/path</code></p> </div> <div class="tsd-returns"> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4> : <p>the path portion of the url</p> </div> <hr> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/ui-router/core/blob/d7fcc8f/src/url/urlService.ts#L237">ui-router-core/src/url/urlService.ts:237</a></li> </ul> </aside> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"> <a name="search" class="tsd-anchor"></a> <!-- <h3>search</h3> --> <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class"> <li class="tsd-signature tsd-kind-icon">search<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">object</span></li> <li class="tsd-header"> <p> Gets the search part of the current url as an object </p> </li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>Gets the search part of the current url as an object</p> </div> <p>If the current URL is <code>/some/path?query=value#anchor</code>, this returns <code>{ query: &#39;value&#39; }</code></p> </div> <div class="tsd-returns"> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">object</span></h4> : <p>the search (query) portion of the url, as an object</p> <ul class="tsd-parameters"> <li class="tsd-parameter-index-signature"> <h5><span class="tsd-signature-symbol">[</span>key: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">]: </span><span class="tsd-signature-type">any</span></h5> </li> </ul> </div> <hr> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/ui-router/core/blob/d7fcc8f/src/url/urlService.ts#L246">ui-router-core/src/url/urlService.ts:246</a></li> </ul> </aside> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"> <a name="sync" class="tsd-anchor"></a> <!-- <h3>sync</h3> --> <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class"> <li class="tsd-signature tsd-kind-icon">sync<span class="tsd-signature-symbol">(</span>evt<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li> <li class="tsd-header"> <p> Activates the best rule for the current URL </p> </li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>Activates the best rule for the current URL</p> </div> <p>Checks the current URL for a matching <a href="../interfaces/url.urlrule.html">UrlRule</a>, then invokes that rule&#39;s handler. This method is called internally any time the URL has changed.</p> <p>This effectively activates the state (or redirect, etc) which matches the current URL.</p> <h4 id="example-">Example:</h4> <pre><code class="language-js">urlService.deferIntercept(); fetch(<span class="hljs-string">'/states.json'</span>).then(<span class="hljs-function"><span class="hljs-params">resp</span> =&gt;</span> resp.json()).then(<span class="hljs-function"><span class="hljs-params">data</span> =&gt;</span> { data.forEach(<span class="hljs-function"><span class="hljs-params">state</span> =&gt;</span> $stateRegistry.register(state)); urlService.listen(); <span class="hljs-comment">// Find the matching URL and invoke the handler.</span> urlService.sync(); });</code></pre> </div> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>evt: <span class="tsd-flag ts-flagOptional">Optional</span>&nbsp; <span class="tsd-signature-type">any</span></h5> </li> </ul> <div class="tsd-returns"> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4> </div> <hr> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/ui-router/core/blob/d7fcc8f/src/url/urlService.ts#L65">ui-router-core/src/url/urlService.ts:65</a></li> </ul> </aside> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"> <a name="url" class="tsd-anchor"></a> <!-- <h3>url</h3> --> <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class"> <li class="tsd-signature tsd-kind-icon">url<span class="tsd-signature-symbol">(</span>newurl<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, replace<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span>, state<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li> <li class="tsd-header"> <p> Gets the current url, or updates the url </p> </li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>Gets the current url, or updates the url</p> </div> <h3 id="getting-the-current-url">Getting the current URL</h3> <p>When no arguments are passed, returns the current URL. The URL is normalized using the internal <a href="url.urlservice.html#path">path</a>/<a href="url.urlservice.html#search">search</a>/<a href="url.urlservice.html#hash">hash</a> values.</p> <p>For example, the URL may be stored in the hash ([[HashLocationServices]]) or have a base HREF prepended ([[PushStateLocationServices]]).</p> <p>The raw URL in the browser might be:</p> <pre><code><span class="hljs-symbol">http:</span>/<span class="hljs-regexp">/mysite.com/somepath</span><span class="hljs-regexp">/index.html#/internal</span><span class="hljs-regexp">/path/</span><span class="hljs-number">123</span>?param1=foo<span class="hljs-comment">#anchor</span></code></pre><p>or</p> <pre><code>http:<span class="hljs-regexp">//my</span>site.com<span class="hljs-regexp">/basepath/i</span>nternal<span class="hljs-regexp">/path/</span><span class="hljs-number">123</span>?param1=foo<span class="hljs-comment">#anchor</span></code></pre><p>then this method returns:</p> <pre><code>/<span class="hljs-keyword">internal</span>/path/<span class="hljs-number">123</span>?param1=foo<span class="hljs-meta">#anchor</span></code></pre><h4 id="example-">Example:</h4> <pre><code class="language-js">locationServices.url(); <span class="hljs-comment">// "/some/path?query=value#anchor"</span></code></pre> <h3 id="updating-the-url">Updating the URL</h3> <p>When <code>newurl</code> arguments is provided, changes the URL to reflect <code>newurl</code></p> <h4 id="example-">Example:</h4> <pre><code class="language-js">locationServices.url(<span class="hljs-string">"/some/path?query=value#anchor"</span>, <span class="hljs-literal">true</span>);</code></pre> </div> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>newurl: <span class="tsd-flag ts-flagOptional">Optional</span>&nbsp; <span class="tsd-signature-type">string</span></h5> : <div class="tsd-comment tsd-typography"> <div class="lead"> <p>The new value for the URL. This url should reflect only the new internal <a href="url.urlservice.html#path">path</a>, <a href="url.urlservice.html#search">search</a>, and <a href="url.urlservice.html#hash">hash</a> values. It should not include the protocol, site, port, or base path of an absolute HREF.</p> </div> </div> </li> <li> <h5>replace: <span class="tsd-flag ts-flagOptional">Optional</span>&nbsp; <span class="tsd-signature-type">boolean</span></h5> : <div class="tsd-comment tsd-typography"> <div class="lead"> <p>When true, replaces the current history entry (instead of appending it) with this new url</p> </div> </div> </li> <li> <h5>state: <span class="tsd-flag ts-flagOptional">Optional</span>&nbsp; <span class="tsd-signature-type">any</span></h5> : <div class="tsd-comment tsd-typography"> <div class="lead"> <p>The history&#39;s state object, i.e., pushState (if the LocationServices implementation supports it)</p> </div> </div> </li> </ul> <div class="tsd-returns"> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4> : <p>the url (after potentially being processed)</p> </div> <hr> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/ui-router/core/blob/d7fcc8f/src/url/urlService.ts#L227">ui-router-core/src/url/urlService.ts:227</a></li> </ul> </aside> </li> </ul> </section> </section> </div> <div class="col-4 col-menu menu-sticky-wrap menu-highlight"> <nav class="tsd-navigation primary"> <ul> <li class="globals "> <a href="../index.html"><em>@uirouter/react</em></a> </li> <li class="label tsd-is-external"> <span>Public API</span> </li> <li class=" tsd-kind-external-module"> <a href="../modules/common.html">common</a> </li> <li class=" tsd-kind-external-module"> <a href="../modules/components.html">components</a> </li> <li class=" tsd-kind-external-module"> <a href="../modules/core.html">core</a> </li> <li class=" tsd-kind-external-module"> <a href="../modules/params.html">params</a> </li> <li class=" tsd-kind-external-module"> <a href="../modules/react.html">react</a> </li> <li class=" tsd-kind-external-module"> <a href="../modules/resolve.html">resolve</a> </li> <li class=" tsd-kind-external-module"> <a href="../modules/state.html">state</a> </li> <li class=" tsd-kind-external-module"> <a href="../modules/transition.html">transition</a> </li> <li class="current tsd-kind-external-module"> <a href="../modules/url.html">url</a> </li> <li class=" tsd-kind-external-module"> <a href="../modules/view.html">view</a> </li> <li class="label tsd-is-external"> <span>Internal UI-<wbr><wbr>Router API</span> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="../modules/common_hof.html">common_<wbr>hof</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="../modules/common_predicates.html">common_<wbr>predicates</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="../modules/common_strings.html">common_<wbr>strings</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="../modules/hooks.html">hooks</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="../modules/path.html">path</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="../modules/trace.html">trace</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="../modules/vanilla.html">vanilla</a> </li> </ul> </nav> <nav class="tsd-navigation secondary menu-sticky"> <ul class="before-current"> <li class=" tsd-kind-class tsd-parent-kind-external-module tsd-is-external"> <a href="url.baseurlrule.html" class="tsd-kind-icon">Base<wbr>Url<wbr>Rule</a> </li> <li class=" tsd-kind-class tsd-parent-kind-external-module tsd-is-external"> <a href="url.paramfactory.html" class="tsd-kind-icon">Param<wbr>Factory</a> </li> <li class=" tsd-kind-class tsd-parent-kind-external-module"> <a href="url.urlconfig.html" class="tsd-kind-icon">Url<wbr>Config</a> </li> <li class=" tsd-kind-class tsd-parent-kind-external-module"> <a href="url.urlmatcher.html" class="tsd-kind-icon">Url<wbr>Matcher</a> </li> <li class=" tsd-kind-class tsd-parent-kind-external-module tsd-is-external"> <a href="url.urlmatcherfactory.html" class="tsd-kind-icon">Url<wbr>Matcher<wbr>Factory</a> </li> <li class=" tsd-kind-class tsd-parent-kind-external-module tsd-is-external"> <a href="url.urlrouter.html" class="tsd-kind-icon">Url<wbr>Router</a> </li> <li class=" tsd-kind-class tsd-parent-kind-external-module tsd-is-external"> <a href="url.urlrulefactory.html" class="tsd-kind-icon">Url<wbr>Rule<wbr>Factory</a> </li> <li class=" tsd-kind-class tsd-parent-kind-external-module"> <a href="url.urlrules.html" class="tsd-kind-icon">Url<wbr>Rules</a> </li> </ul> <ul class="current"> <li class="current tsd-kind-class tsd-parent-kind-external-module"> <a href="url.urlservice.html" class="tsd-kind-icon">Url<wbr>Service</a> <ul> <li class=" tsd-kind-property tsd-parent-kind-class"> <a href="url.urlservice.html#config" class="tsd-kind-icon">config</a> </li> <li class=" tsd-kind-property tsd-parent-kind-class"> <a href="url.urlservice.html#rules" class="tsd-kind-icon">rules</a> </li> <li class=" tsd-kind-method tsd-parent-kind-class"> <a href="url.urlservice.html#deferintercept" class="tsd-kind-icon">defer<wbr>Intercept</a> </li> <li class=" tsd-kind-method tsd-parent-kind-class"> <a href="url.urlservice.html#hash" class="tsd-kind-icon">hash</a> </li> <li class=" tsd-kind-method tsd-parent-kind-class"> <a href="url.urlservice.html#listen" class="tsd-kind-icon">listen</a> </li> <li class=" tsd-kind-method tsd-parent-kind-class"> <a href="url.urlservice.html#match" class="tsd-kind-icon">match</a> </li> <li class=" tsd-kind-method tsd-parent-kind-class tsd-is-external"> <a href="url.urlservice.html#onchange" class="tsd-kind-icon">on<wbr>Change</a> </li> <li class=" tsd-kind-method tsd-parent-kind-class"> <a href="url.urlservice.html#parts" class="tsd-kind-icon">parts</a> </li> <li class=" tsd-kind-method tsd-parent-kind-class"> <a href="url.urlservice.html#path" class="tsd-kind-icon">path</a> </li> <li class=" tsd-kind-method tsd-parent-kind-class"> <a href="url.urlservice.html#search" class="tsd-kind-icon">search</a> </li> <li class=" tsd-kind-method tsd-parent-kind-class"> <a href="url.urlservice.html#sync" class="tsd-kind-icon">sync</a> </li> <li class=" tsd-kind-method tsd-parent-kind-class"> <a href="url.urlservice.html#url" class="tsd-kind-icon">url</a> </li> </ul> </li> </ul> <ul class="after-current"> <li class=" tsd-kind-interface tsd-parent-kind-external-module"> <a href="../interfaces/url.matchresult.html" class="tsd-kind-icon">Match<wbr>Result</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-external-module tsd-is-external"> <a href="../interfaces/url.matcherurlrule.html" class="tsd-kind-icon">Matcher<wbr>Url<wbr>Rule</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-external-module tsd-is-external"> <a href="../interfaces/url.regexprule.html" class="tsd-kind-icon">Reg<wbr>Exp<wbr>Rule</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-external-module tsd-is-external"> <a href="../interfaces/url.staterule.html" class="tsd-kind-icon">State<wbr>Rule</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-external-module tsd-is-external"> <a href="../interfaces/url.urlconfigapi.html" class="tsd-kind-icon">Url<wbr>Config<wbr>Api</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-external-module tsd-is-external"> <a href="../interfaces/url.urlmatchercompileconfig.html" class="tsd-kind-icon">Url<wbr>Matcher<wbr>Compile<wbr>Config</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-external-module tsd-is-external"> <a href="../interfaces/url.urlmatcherconfig.html" class="tsd-kind-icon">Url<wbr>Matcher<wbr>Config</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-external-module"> <a href="../interfaces/url.urlparts.html" class="tsd-kind-icon">Url<wbr>Parts</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-external-module"> <a href="../interfaces/url.urlrule.html" class="tsd-kind-icon">Url<wbr>Rule</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-external-module"> <a href="../interfaces/url.urlrulehandlerfn.html" class="tsd-kind-icon">Url<wbr>Rule<wbr>Handler<wbr>Fn</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-external-module"> <a href="../interfaces/url.urlrulematchfn.html" class="tsd-kind-icon">Url<wbr>Rule<wbr>Match<wbr>Fn</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-external-module tsd-is-external"> <a href="../interfaces/url.urlrulesapi.html" class="tsd-kind-icon">Url<wbr>Rules<wbr>Api</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-external-module tsd-is-external"> <a href="../interfaces/url.urlsyncapi.html" class="tsd-kind-icon">Url<wbr>Sync<wbr>Api</a> </li> <li class=" tsd-kind-type-alias tsd-parent-kind-external-module tsd-is-external"> <a href="../modules/url.html#urlruletype" class="tsd-kind-icon">Url<wbr>Rule<wbr>Type</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported"> <a href="../modules/url.html#defaultrulesortfn" class="tsd-kind-icon">default<wbr>Rule<wbr>Sort<wbr>Fn</a> </li> </ul> </nav> </div> </div> </div> <footer class="with-border-bottom"> <div class="container"> <h2>Legend</h2> <div class="tsd-legend-group"> <ul class="tsd-legend"> <li class="tsd-kind-module"><span class="tsd-kind-icon">Module</span></li> <li class="tsd-kind-object-literal"><span class="tsd-kind-icon">Object literal</span></li> <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li> <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li> <li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li> <li class="tsd-kind-index-signature"><span class="tsd-kind-icon">Index signature</span></li> <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li> <li class="tsd-kind-enum-member"><span class="tsd-kind-icon">Enumeration member</span></li> <li class="tsd-kind-property tsd-parent-kind-enum"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-enum"><span class="tsd-kind-icon">Method</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li> <li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li> <li class="tsd-kind-constructor tsd-parent-kind-interface"><span class="tsd-kind-icon">Constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li> <li class="tsd-kind-index-signature tsd-parent-kind-interface"><span class="tsd-kind-icon">Index signature</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li> <li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li> <li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class"><span class="tsd-kind-icon">Accessor</span></li> <li class="tsd-kind-index-signature tsd-parent-kind-class"><span class="tsd-kind-icon">Index signature</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li> <li class="tsd-kind-call-signature tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li> </ul> </div> </div> </footer> <div class="container tsd-generator"> <p>Generated using <a href="http://typedoc.io" target="_blank">TypeDoc</a></p> </div> <div class="overlay"></div> <script src="../assets/js/main.js"></script> <script>if (location.protocol == 'file:') document.write('<script src="../assets/js/search.js"><' + '/script>');</script> </body> </html>
ui-router/ui-router.github.io
_react_docs/0.8.8/classes/url.urlservice.html
HTML
mit
44,804
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" /> <meta content="IE=edge" http-equiv="X-UA-Compatible"> <link rel="shortcut icon" type="image/x-icon" href="../../../../favicon.ico" /> <title>DOMImplementationSource - Android SDK | Android Developers</title> <!-- STYLESHEETS --> <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Roboto+Condensed"> <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Roboto:light,regular,medium,thin,italic,mediumitalic,bold" title="roboto"> <link href="../../../../assets/css/default.css?v=7" rel="stylesheet" type="text/css"> <!-- FULLSCREEN STYLESHEET --> <link href="../../../../assets/css/fullscreen.css" rel="stylesheet" class="fullscreen" type="text/css"> <!-- JAVASCRIPT --> <script src="http://www.google.com/jsapi" type="text/javascript"></script> <script src="../../../../assets/js/android_3p-bundle.js" type="text/javascript"></script> <script type="text/javascript"> var toRoot = "../../../../"; var metaTags = []; var devsite = false; </script> <script src="../../../../assets/js/docs.js?v=6" type="text/javascript"></script> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-5831155-1', 'android.com'); ga('create', 'UA-49880327-2', 'android.com', {'name': 'universal'}); // New tracker); ga('send', 'pageview'); ga('universal.send', 'pageview'); // Send page view for new tracker. </script> </head> <body class="gc-documentation develop reference" itemscope itemtype="http://schema.org/Article"> <div id="doc-api-level" class="8" style="display:none"></div> <a name="top"></a> <a name="top"></a> <!-- dialog to prompt lang pref change when loaded from hardcoded URL <div id="langMessage" style="display:none"> <div> <div class="lang en"> <p>You requested a page in English, would you like to proceed with this language setting?</p> </div> <div class="lang es"> <p>You requested a page in Spanish (Español), would you like to proceed with this language setting?</p> </div> <div class="lang ja"> <p>You requested a page in Japanese (日本語), would you like to proceed with this language setting?</p> </div> <div class="lang ko"> <p>You requested a page in Korean (한국어), would you like to proceed with this language setting?</p> </div> <div class="lang ru"> <p>You requested a page in Russian (Русский), would you like to proceed with this language setting?</p> </div> <div class="lang zh-cn"> <p>You requested a page in Simplified Chinese (简体中文), would you like to proceed with this language setting?</p> </div> <div class="lang zh-tw"> <p>You requested a page in Traditional Chinese (繁體中文), would you like to proceed with this language setting?</p> </div> <a href="#" class="button yes" onclick="return false;"> <span class="lang en">Yes</span> <span class="lang es">Sí</span> <span class="lang ja">Yes</span> <span class="lang ko">Yes</span> <span class="lang ru">Yes</span> <span class="lang zh-cn">是的</span> <span class="lang zh-tw">没有</span> </a> <a href="#" class="button" onclick="$('#langMessage').hide();return false;"> <span class="lang en">No</span> <span class="lang es">No</span> <span class="lang ja">No</span> <span class="lang ko">No</span> <span class="lang ru">No</span> <span class="lang zh-cn">没有</span> <span class="lang zh-tw">没有</span> </a> </div> </div> --> <!-- Header --> <div id="header-wrapper"> <div class="dac-header" id="header"> <div class="dac-header-inner"> <a class="dac-nav-toggle" data-dac-toggle-nav href="javascript:;" title="Open navigation"> <span class="dac-nav-hamburger"> <span class="dac-nav-hamburger-top"></span> <span class="dac-nav-hamburger-mid"></span> <span class="dac-nav-hamburger-bot"></span> </span> </a> <a class="dac-header-logo" href="../../../../index.html"> <img class="dac-header-logo-image" src="../../../../assets/images/android_logo.png" srcset="../../../../assets/images/[email protected] 2x" width="32" height="36" alt="Android" /> Developers </a> <ul class="dac-header-crumbs"> <li class="dac-header-crumbs-item"><span class="dac-header-crumbs-link current ">DOMImplementationSource - Android SDK</a></li> </ul> <div class="dac-header-search" id="search-container"> <div class="dac-header-search-inner"> <div class="dac-sprite dac-search dac-header-search-btn" id="search-btn"></div> <form class="dac-header-search-form" onsubmit="return submit_search()"> <input id="search_autocomplete" type="text" value="" autocomplete="off" name="q" onfocus="search_focus_changed(this, true)" onblur="search_focus_changed(this, false)" onkeydown="return search_changed(event, true, '../../../../')" onkeyup="return search_changed(event, false, '../../../../')" class="dac-header-search-input" placeholder="Search" /> <a class="dac-header-search-close hide" id="search-close">close</a> </form> </div><!-- end dac-header-search-inner --> </div><!-- end dac-header-search --> <div class="search_filtered_wrapper"> <div class="suggest-card reference no-display"> <ul class="search_filtered"> </ul> </div> <div class="suggest-card develop no-display"> <ul class="search_filtered"> </ul> <div class="child-card guides no-display"> </div> <div class="child-card training no-display"> </div> <div class="child-card samples no-display"> </div> </div> <div class="suggest-card design no-display"> <ul class="search_filtered"> </ul> </div> <div class="suggest-card distribute no-display"> <ul class="search_filtered"> </ul> </div> </div> <a class="dac-header-console-btn" href="https://play.google.com/apps/publish/"> <span class="dac-sprite dac-google-play"></span> <span class="dac-visible-desktop-inline">Developer</span> Console </a> </div><!-- end header-wrap.wrap --> </div><!-- end header --> <div id="searchResults" class="wrap" style="display:none;"> <h2 id="searchTitle">Results</h2> <div id="leftSearchControl" class="search-control">Loading...</div> </div> </div> <!--end header-wrapper --> <!-- Navigation--> <nav class="dac-nav"> <div class="dac-nav-dimmer" data-dac-toggle-nav></div> <ul class="dac-nav-list" data-dac-nav> <li class="dac-nav-item dac-nav-head"> <a class="dac-nav-link dac-nav-logo" data-dac-toggle-nav href="javascript:;" title="Close navigation"> <img class="dac-logo-image" src="../../../../assets/images/android_logo.png" srcset="../../../../assets/images/[email protected] 2x" width="32" height="36" alt="Android" /> Developers </a> </li> <li class="dac-nav-item home"> <a class="dac-nav-link dac-visible-mobile-block" href="../../../../index.html">Home</a> <ul class="dac-nav-secondary about"> <li class="dac-nav-item about"> <a class="dac-nav-link" href="../../../../about/index.html">Android</a> </li> <li class="dac-nav-item wear"> <a class="dac-nav-link" href="../../../../wear/index.html">Wear</a> </li> <li class="dac-nav-item tv"> <a class="dac-nav-link" href="../../../../tv/index.html">TV</a> </li> <li class="dac-nav-item auto"> <a class="dac-nav-link" href="../../../../auto/index.html">Auto</a> </li> </ul> </li> <li class="dac-nav-item design"> <a class="dac-nav-link" href="../../../../design/index.html" zh-tw-lang="設計" zh-cn-lang="设计" ru-lang="Проектирование" ko-lang="디자인" ja-lang="設計" es-lang="Diseñar">Design</a> </li> <li class="dac-nav-item develop"> <a class="dac-nav-link" href="../../../../develop/index.html" zh-tw-lang="開發" zh-cn-lang="开发" ru-lang="Разработка" ko-lang="개발" ja-lang="開発" es-lang="Desarrollar">Develop</a> <ul class="dac-nav-secondary develop"> <li class="dac-nav-item training"> <a class="dac-nav-link" href="../../../../training/index.html" zh-tw-lang="訓練課程" zh-cn-lang="培训" ru-lang="Курсы" ko-lang="교육" ja-lang="トレーニング" es-lang="Capacitación">Training</a> </li> <li class="dac-nav-item guide"> <a class="dac-nav-link" href="../../../../guide/index.html" zh-tw-lang="API 指南" zh-cn-lang="API 指南" ru-lang="Руководства по API" ko-lang="API 가이드" ja-lang="API ガイド" es-lang="Guías de la API">API Guides</a> </li> <li class="dac-nav-item reference"> <a class="dac-nav-link" href="../../../../reference/packages.html" zh-tw-lang="參考資源" zh-cn-lang="参考" ru-lang="Справочник" ko-lang="참조문서" ja-lang="リファレンス" es-lang="Referencia">Reference</a> </li> <li class="dac-nav-item tools"> <a class="dac-nav-link" href="../../../../sdk/index.html" zh-tw-lang="相關工具" zh-cn-lang="工具" ru-lang="Инструменты" ko-lang="도구" ja-lang="ツール" es-lang="Herramientas">Tools</a></li> <li class="dac-nav-item google"> <a class="dac-nav-link" href="../../../../google/index.html">Google Services</a> </li> <li class="dac-nav-item preview"> <a class="dac-nav-link" href="../../../../preview/index.html">Preview</a> </li> </ul> </li> <li class="dac-nav-item distribute"> <a class="dac-nav-link" href="../../../../distribute/googleplay/index.html" zh-tw-lang="發佈" zh-cn-lang="分发" ru-lang="Распространение" ko-lang="배포" ja-lang="配布" es-lang="Distribuir">Distribute</a> <ul class="dac-nav-secondary distribute"> <li class="dac-nav-item googleplay"> <a class="dac-nav-link" href="../../../../distribute/googleplay/index.html">Google Play</a></li> <li class="dac-nav-item essentials"> <a class="dac-nav-link" href="../../../../distribute/essentials/index.html">Essentials</a></li> <li class="dac-nav-item users"> <a class="dac-nav-link" href="../../../../distribute/users/index.html">Get Users</a></li> <li class="dac-nav-item engage"> <a class="dac-nav-link" href="../../../../distribute/engage/index.html">Engage &amp; Retain</a></li> <li class="dac-nav-item monetize"> <a class="dac-nav-link" href="../../../../distribute/monetize/index.html">Earn</a> </li> <li class="dac-nav-item analyze"> <a class="dac-nav-link" href="../../../../distribute/analyze/index.html">Analyze</a> </li> <li class="dac-nav-item stories"> <a class="dac-nav-link" href="../../../../distribute/stories/index.html">Stories</a> </li> </ul> </li> </ul> </nav> <!-- end navigation--> <div class="wrap clearfix" id="body-content"><div class="cols"> <div class="col-4 dac-hidden-mobile" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement"> <div id="devdoc-nav"> <div id="api-nav-header"> <div id="api-level-toggle"> <label for="apiLevelCheckbox" class="disabled" title="Select your target API level to dim unavailable APIs">API level: </label> <div class="select-wrapper"> <select id="apiLevelSelector"> <!-- option elements added by buildApiLevelSelector() --> </select> </div> </div><!-- end toggle --> <div id="api-nav-title">Android APIs</div> </div><!-- end nav header --> <script> var SINCE_DATA = [ '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23' ]; buildApiLevelSelector(); </script> <div id="swapper"> <div id="nav-panels"> <div id="resize-packages-nav"> <div id="packages-nav" class="scroll-pane"> <ul> <li class="api apilevel-1"> <a href="../../../../reference/android/package-summary.html">android</a></li> <li class="api apilevel-4"> <a href="../../../../reference/android/accessibilityservice/package-summary.html">android.accessibilityservice</a></li> <li class="api apilevel-5"> <a href="../../../../reference/android/accounts/package-summary.html">android.accounts</a></li> <li class="api apilevel-11"> <a href="../../../../reference/android/animation/package-summary.html">android.animation</a></li> <li class="api apilevel-16"> <a href="../../../../reference/android/annotation/package-summary.html">android.annotation</a></li> <li class="api apilevel-1"> <a href="../../../../reference/android/app/package-summary.html">android.app</a></li> <li class="api apilevel-8"> <a href="../../../../reference/android/app/admin/package-summary.html">android.app.admin</a></li> <li class="api apilevel-23"> <a href="../../../../reference/android/app/assist/package-summary.html">android.app.assist</a></li> <li class="api apilevel-8"> <a href="../../../../reference/android/app/backup/package-summary.html">android.app.backup</a></li> <li class="api apilevel-21"> <a href="../../../../reference/android/app/job/package-summary.html">android.app.job</a></li> <li class="api apilevel-21"> <a href="../../../../reference/android/app/usage/package-summary.html">android.app.usage</a></li> <li class="api apilevel-3"> <a href="../../../../reference/android/appwidget/package-summary.html">android.appwidget</a></li> <li class="api apilevel-5"> <a href="../../../../reference/android/bluetooth/package-summary.html">android.bluetooth</a></li> <li class="api apilevel-21"> <a href="../../../../reference/android/bluetooth/le/package-summary.html">android.bluetooth.le</a></li> <li class="api apilevel-1"> <a href="../../../../reference/android/content/package-summary.html">android.content</a></li> <li class="api apilevel-1"> <a href="../../../../reference/android/content/pm/package-summary.html">android.content.pm</a></li> <li class="api apilevel-1"> <a href="../../../../reference/android/content/res/package-summary.html">android.content.res</a></li> <li class="api apilevel-1"> <a href="../../../../reference/android/database/package-summary.html">android.database</a></li> <li class="api apilevel-1"> <a href="../../../../reference/android/database/sqlite/package-summary.html">android.database.sqlite</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/databinding/package-summary.html">android.databinding</a></li> <li class="api apilevel-11"> <a href="../../../../reference/android/drm/package-summary.html">android.drm</a></li> <li class="api apilevel-4"> <a href="../../../../reference/android/gesture/package-summary.html">android.gesture</a></li> <li class="api apilevel-1"> <a href="../../../../reference/android/graphics/package-summary.html">android.graphics</a></li> <li class="api apilevel-1"> <a href="../../../../reference/android/graphics/drawable/package-summary.html">android.graphics.drawable</a></li> <li class="api apilevel-1"> <a href="../../../../reference/android/graphics/drawable/shapes/package-summary.html">android.graphics.drawable.shapes</a></li> <li class="api apilevel-19"> <a href="../../../../reference/android/graphics/pdf/package-summary.html">android.graphics.pdf</a></li> <li class="api apilevel-1"> <a href="../../../../reference/android/hardware/package-summary.html">android.hardware</a></li> <li class="api apilevel-21"> <a href="../../../../reference/android/hardware/camera2/package-summary.html">android.hardware.camera2</a></li> <li class="api apilevel-21"> <a href="../../../../reference/android/hardware/camera2/params/package-summary.html">android.hardware.camera2.params</a></li> <li class="api apilevel-17"> <a href="../../../../reference/android/hardware/display/package-summary.html">android.hardware.display</a></li> <li class="api apilevel-23"> <a href="../../../../reference/android/hardware/fingerprint/package-summary.html">android.hardware.fingerprint</a></li> <li class="api apilevel-16"> <a href="../../../../reference/android/hardware/input/package-summary.html">android.hardware.input</a></li> <li class="api apilevel-12"> <a href="../../../../reference/android/hardware/usb/package-summary.html">android.hardware.usb</a></li> <li class="api apilevel-3"> <a href="../../../../reference/android/inputmethodservice/package-summary.html">android.inputmethodservice</a></li> <li class="api apilevel-1"> <a href="../../../../reference/android/location/package-summary.html">android.location</a></li> <li class="api apilevel-1"> <a href="../../../../reference/android/media/package-summary.html">android.media</a></li> <li class="api apilevel-9"> <a href="../../../../reference/android/media/audiofx/package-summary.html">android.media.audiofx</a></li> <li class="api apilevel-21"> <a href="../../../../reference/android/media/browse/package-summary.html">android.media.browse</a></li> <li class="api apilevel-14"> <a href="../../../../reference/android/media/effect/package-summary.html">android.media.effect</a></li> <li class="api apilevel-23"> <a href="../../../../reference/android/media/midi/package-summary.html">android.media.midi</a></li> <li class="api apilevel-21"> <a href="../../../../reference/android/media/projection/package-summary.html">android.media.projection</a></li> <li class="api apilevel-21"> <a href="../../../../reference/android/media/session/package-summary.html">android.media.session</a></li> <li class="api apilevel-21"> <a href="../../../../reference/android/media/tv/package-summary.html">android.media.tv</a></li> <li class="api apilevel-12"> <a href="../../../../reference/android/mtp/package-summary.html">android.mtp</a></li> <li class="api apilevel-1"> <a href="../../../../reference/android/net/package-summary.html">android.net</a></li> <li class="api apilevel-1"> <a href="../../../../reference/android/net/http/package-summary.html">android.net.http</a></li> <li class="api apilevel-16"> <a href="../../../../reference/android/net/nsd/package-summary.html">android.net.nsd</a></li> <li class="api apilevel-12"> <a href="../../../../reference/android/net/rtp/package-summary.html">android.net.rtp</a></li> <li class="api apilevel-9"> <a href="../../../../reference/android/net/sip/package-summary.html">android.net.sip</a></li> <li class="api apilevel-1"> <a href="../../../../reference/android/net/wifi/package-summary.html">android.net.wifi</a></li> <li class="api apilevel-14"> <a href="../../../../reference/android/net/wifi/p2p/package-summary.html">android.net.wifi.p2p</a></li> <li class="api apilevel-16"> <a href="../../../../reference/android/net/wifi/p2p/nsd/package-summary.html">android.net.wifi.p2p.nsd</a></li> <li class="api apilevel-9"> <a href="../../../../reference/android/nfc/package-summary.html">android.nfc</a></li> <li class="api apilevel-19"> <a href="../../../../reference/android/nfc/cardemulation/package-summary.html">android.nfc.cardemulation</a></li> <li class="api apilevel-10"> <a href="../../../../reference/android/nfc/tech/package-summary.html">android.nfc.tech</a></li> <li class="api apilevel-1"> <a href="../../../../reference/android/opengl/package-summary.html">android.opengl</a></li> <li class="api apilevel-1"> <a href="../../../../reference/android/os/package-summary.html">android.os</a></li> <li class="api apilevel-9"> <a href="../../../../reference/android/os/storage/package-summary.html">android.os.storage</a></li> <li class="api apilevel-1"> <a href="../../../../reference/android/preference/package-summary.html">android.preference</a></li> <li class="api apilevel-19"> <a href="../../../../reference/android/print/package-summary.html">android.print</a></li> <li class="api apilevel-19"> <a href="../../../../reference/android/print/pdf/package-summary.html">android.print.pdf</a></li> <li class="api apilevel-19"> <a href="../../../../reference/android/printservice/package-summary.html">android.printservice</a></li> <li class="api apilevel-1"> <a href="../../../../reference/android/provider/package-summary.html">android.provider</a></li> <li class="api apilevel-11"> <a href="../../../../reference/android/renderscript/package-summary.html">android.renderscript</a></li> <li class="api apilevel-1"> <a href="../../../../reference/android/sax/package-summary.html">android.sax</a></li> <li class="api apilevel-14"> <a href="../../../../reference/android/security/package-summary.html">android.security</a></li> <li class="api apilevel-23"> <a href="../../../../reference/android/security/keystore/package-summary.html">android.security.keystore</a></li> <li class="api apilevel-22"> <a href="../../../../reference/android/service/carrier/package-summary.html">android.service.carrier</a></li> <li class="api apilevel-23"> <a href="../../../../reference/android/service/chooser/package-summary.html">android.service.chooser</a></li> <li class="api apilevel-17"> <a href="../../../../reference/android/service/dreams/package-summary.html">android.service.dreams</a></li> <li class="api apilevel-21"> <a href="../../../../reference/android/service/media/package-summary.html">android.service.media</a></li> <li class="api apilevel-18"> <a href="../../../../reference/android/service/notification/package-summary.html">android.service.notification</a></li> <li class="api apilevel-21"> <a href="../../../../reference/android/service/restrictions/package-summary.html">android.service.restrictions</a></li> <li class="api apilevel-14"> <a href="../../../../reference/android/service/textservice/package-summary.html">android.service.textservice</a></li> <li class="api apilevel-21"> <a href="../../../../reference/android/service/voice/package-summary.html">android.service.voice</a></li> <li class="api apilevel-7"> <a href="../../../../reference/android/service/wallpaper/package-summary.html">android.service.wallpaper</a></li> <li class="api apilevel-3"> <a href="../../../../reference/android/speech/package-summary.html">android.speech</a></li> <li class="api apilevel-4"> <a href="../../../../reference/android/speech/tts/package-summary.html">android.speech.tts</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/annotation/package-summary.html">android.support.annotation</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/app/recommendation/package-summary.html">android.support.app.recommendation</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/customtabs/package-summary.html">android.support.customtabs</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/design/package-summary.html">android.support.design</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/design/widget/package-summary.html">android.support.design.widget</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/multidex/package-summary.html">android.support.multidex</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/percent/package-summary.html">android.support.percent</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v13/app/package-summary.html">android.support.v13.app</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v14/preference/package-summary.html">android.support.v14.preference</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v17/leanback/package-summary.html">android.support.v17.leanback</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v17/leanback/app/package-summary.html">android.support.v17.leanback.app</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v17/leanback/database/package-summary.html">android.support.v17.leanback.database</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v17/leanback/graphics/package-summary.html">android.support.v17.leanback.graphics</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v17/leanback/system/package-summary.html">android.support.v17.leanback.system</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v17/leanback/widget/package-summary.html">android.support.v17.leanback.widget</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v17/preference/package-summary.html">android.support.v17.preference</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v4/accessibilityservice/package-summary.html">android.support.v4.accessibilityservice</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v4/animation/package-summary.html">android.support.v4.animation</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v4/app/package-summary.html">android.support.v4.app</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v4/content/package-summary.html">android.support.v4.content</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v4/content/pm/package-summary.html">android.support.v4.content.pm</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v4/content/res/package-summary.html">android.support.v4.content.res</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v4/database/package-summary.html">android.support.v4.database</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v4/graphics/package-summary.html">android.support.v4.graphics</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v4/graphics/drawable/package-summary.html">android.support.v4.graphics.drawable</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v4/hardware/display/package-summary.html">android.support.v4.hardware.display</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v4/hardware/fingerprint/package-summary.html">android.support.v4.hardware.fingerprint</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v4/media/package-summary.html">android.support.v4.media</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v4/media/session/package-summary.html">android.support.v4.media.session</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v4/net/package-summary.html">android.support.v4.net</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v4/os/package-summary.html">android.support.v4.os</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v4/print/package-summary.html">android.support.v4.print</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v4/provider/package-summary.html">android.support.v4.provider</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v4/text/package-summary.html">android.support.v4.text</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v4/util/package-summary.html">android.support.v4.util</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v4/view/package-summary.html">android.support.v4.view</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v4/view/accessibility/package-summary.html">android.support.v4.view.accessibility</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v4/view/animation/package-summary.html">android.support.v4.view.animation</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v4/widget/package-summary.html">android.support.v4.widget</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v7/app/package-summary.html">android.support.v7.app</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v7/appcompat/package-summary.html">android.support.v7.appcompat</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v7/cardview/package-summary.html">android.support.v7.cardview</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v7/graphics/package-summary.html">android.support.v7.graphics</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v7/graphics/drawable/package-summary.html">android.support.v7.graphics.drawable</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v7/gridlayout/package-summary.html">android.support.v7.gridlayout</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v7/media/package-summary.html">android.support.v7.media</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v7/mediarouter/package-summary.html">android.support.v7.mediarouter</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v7/preference/package-summary.html">android.support.v7.preference</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v7/recyclerview/package-summary.html">android.support.v7.recyclerview</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v7/util/package-summary.html">android.support.v7.util</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v7/view/package-summary.html">android.support.v7.view</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v7/widget/package-summary.html">android.support.v7.widget</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v7/widget/helper/package-summary.html">android.support.v7.widget.helper</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v7/widget/util/package-summary.html">android.support.v7.widget.util</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v8/renderscript/package-summary.html">android.support.v8.renderscript</a></li> <li class="api apilevel-21"> <a href="../../../../reference/android/system/package-summary.html">android.system</a></li> <li class="api apilevel-21"> <a href="../../../../reference/android/telecom/package-summary.html">android.telecom</a></li> <li class="api apilevel-1"> <a href="../../../../reference/android/telephony/package-summary.html">android.telephony</a></li> <li class="api apilevel-5"> <a href="../../../../reference/android/telephony/cdma/package-summary.html">android.telephony.cdma</a></li> <li class="api apilevel-1"> <a href="../../../../reference/android/telephony/gsm/package-summary.html">android.telephony.gsm</a></li> <li class="api apilevel-1"> <a href="../../../../reference/android/test/package-summary.html">android.test</a></li> <li class="api apilevel-1"> <a href="../../../../reference/android/test/mock/package-summary.html">android.test.mock</a></li> <li class="api apilevel-1"> <a href="../../../../reference/android/test/suitebuilder/package-summary.html">android.test.suitebuilder</a></li> <li class="api apilevel-1"> <a href="../../../../reference/android/test/suitebuilder/annotation/package-summary.html">android.test.suitebuilder.annotation</a></li> <li class="api apilevel-1"> <a href="../../../../reference/android/text/package-summary.html">android.text</a></li> <li class="api apilevel-3"> <a href="../../../../reference/android/text/format/package-summary.html">android.text.format</a></li> <li class="api apilevel-1"> <a href="../../../../reference/android/text/method/package-summary.html">android.text.method</a></li> <li class="api apilevel-1"> <a href="../../../../reference/android/text/style/package-summary.html">android.text.style</a></li> <li class="api apilevel-1"> <a href="../../../../reference/android/text/util/package-summary.html">android.text.util</a></li> <li class="api apilevel-19"> <a href="../../../../reference/android/transition/package-summary.html">android.transition</a></li> <li class="api apilevel-1"> <a href="../../../../reference/android/util/package-summary.html">android.util</a></li> <li class="api apilevel-1"> <a href="../../../../reference/android/view/package-summary.html">android.view</a></li> <li class="api apilevel-4"> <a href="../../../../reference/android/view/accessibility/package-summary.html">android.view.accessibility</a></li> <li class="api apilevel-1"> <a href="../../../../reference/android/view/animation/package-summary.html">android.view.animation</a></li> <li class="api apilevel-3"> <a href="../../../../reference/android/view/inputmethod/package-summary.html">android.view.inputmethod</a></li> <li class="api apilevel-14"> <a href="../../../../reference/android/view/textservice/package-summary.html">android.view.textservice</a></li> <li class="api apilevel-1"> <a href="../../../../reference/android/webkit/package-summary.html">android.webkit</a></li> <li class="api apilevel-1"> <a href="../../../../reference/android/widget/package-summary.html">android.widget</a></li> <li class="api apilevel-"> <a href="../../../../reference/com/android/internal/backup/package-summary.html">com.android.internal.backup</a></li> <li class="api apilevel-"> <a href="../../../../reference/com/android/internal/logging/package-summary.html">com.android.internal.logging</a></li> <li class="api apilevel-"> <a href="../../../../reference/com/android/internal/os/package-summary.html">com.android.internal.os</a></li> <li class="api apilevel-"> <a href="../../../../reference/com/android/internal/statusbar/package-summary.html">com.android.internal.statusbar</a></li> <li class="api apilevel-"> <a href="../../../../reference/com/android/internal/widget/package-summary.html">com.android.internal.widget</a></li> <li class="api apilevel-"> <a href="../../../../reference/com/android/test/runner/package-summary.html">com.android.test.runner</a></li> <li class="api apilevel-1"> <a href="../../../../reference/dalvik/annotation/package-summary.html">dalvik.annotation</a></li> <li class="api apilevel-1"> <a href="../../../../reference/dalvik/bytecode/package-summary.html">dalvik.bytecode</a></li> <li class="api apilevel-1"> <a href="../../../../reference/dalvik/system/package-summary.html">dalvik.system</a></li> <li class="api apilevel-1"> <a href="../../../../reference/java/awt/font/package-summary.html">java.awt.font</a></li> <li class="api apilevel-3"> <a href="../../../../reference/java/beans/package-summary.html">java.beans</a></li> <li class="api apilevel-1"> <a href="../../../../reference/java/io/package-summary.html">java.io</a></li> <li class="api apilevel-1"> <a href="../../../../reference/java/lang/package-summary.html">java.lang</a></li> <li class="api apilevel-1"> <a href="../../../../reference/java/lang/annotation/package-summary.html">java.lang.annotation</a></li> <li class="api apilevel-1"> <a href="../../../../reference/java/lang/ref/package-summary.html">java.lang.ref</a></li> <li class="api apilevel-1"> <a href="../../../../reference/java/lang/reflect/package-summary.html">java.lang.reflect</a></li> <li class="api apilevel-1"> <a href="../../../../reference/java/math/package-summary.html">java.math</a></li> <li class="api apilevel-1"> <a href="../../../../reference/java/net/package-summary.html">java.net</a></li> <li class="api apilevel-1"> <a href="../../../../reference/java/nio/package-summary.html">java.nio</a></li> <li class="api apilevel-1"> <a href="../../../../reference/java/nio/channels/package-summary.html">java.nio.channels</a></li> <li class="api apilevel-1"> <a href="../../../../reference/java/nio/channels/spi/package-summary.html">java.nio.channels.spi</a></li> <li class="api apilevel-1"> <a href="../../../../reference/java/nio/charset/package-summary.html">java.nio.charset</a></li> <li class="api apilevel-1"> <a href="../../../../reference/java/nio/charset/spi/package-summary.html">java.nio.charset.spi</a></li> <li class="api apilevel-1"> <a href="../../../../reference/java/security/package-summary.html">java.security</a></li> <li class="api apilevel-1"> <a href="../../../../reference/java/security/acl/package-summary.html">java.security.acl</a></li> <li class="api apilevel-1"> <a href="../../../../reference/java/security/cert/package-summary.html">java.security.cert</a></li> <li class="api apilevel-1"> <a href="../../../../reference/java/security/interfaces/package-summary.html">java.security.interfaces</a></li> <li class="api apilevel-1"> <a href="../../../../reference/java/security/spec/package-summary.html">java.security.spec</a></li> <li class="api apilevel-1"> <a href="../../../../reference/java/sql/package-summary.html">java.sql</a></li> <li class="api apilevel-1"> <a href="../../../../reference/java/text/package-summary.html">java.text</a></li> <li class="api apilevel-1"> <a href="../../../../reference/java/util/package-summary.html">java.util</a></li> <li class="api apilevel-1"> <a href="../../../../reference/java/util/concurrent/package-summary.html">java.util.concurrent</a></li> <li class="api apilevel-1"> <a href="../../../../reference/java/util/concurrent/atomic/package-summary.html">java.util.concurrent.atomic</a></li> <li class="api apilevel-1"> <a href="../../../../reference/java/util/concurrent/locks/package-summary.html">java.util.concurrent.locks</a></li> <li class="api apilevel-1"> <a href="../../../../reference/java/util/jar/package-summary.html">java.util.jar</a></li> <li class="api apilevel-1"> <a href="../../../../reference/java/util/logging/package-summary.html">java.util.logging</a></li> <li class="api apilevel-1"> <a href="../../../../reference/java/util/prefs/package-summary.html">java.util.prefs</a></li> <li class="api apilevel-1"> <a href="../../../../reference/java/util/regex/package-summary.html">java.util.regex</a></li> <li class="api apilevel-1"> <a href="../../../../reference/java/util/zip/package-summary.html">java.util.zip</a></li> <li class="api apilevel-1"> <a href="../../../../reference/javax/crypto/package-summary.html">javax.crypto</a></li> <li class="api apilevel-1"> <a href="../../../../reference/javax/crypto/interfaces/package-summary.html">javax.crypto.interfaces</a></li> <li class="api apilevel-1"> <a href="../../../../reference/javax/crypto/spec/package-summary.html">javax.crypto.spec</a></li> <li class="api apilevel-1"> <a href="../../../../reference/javax/microedition/khronos/egl/package-summary.html">javax.microedition.khronos.egl</a></li> <li class="api apilevel-1"> <a href="../../../../reference/javax/microedition/khronos/opengles/package-summary.html">javax.microedition.khronos.opengles</a></li> <li class="api apilevel-1"> <a href="../../../../reference/javax/net/package-summary.html">javax.net</a></li> <li class="api apilevel-1"> <a href="../../../../reference/javax/net/ssl/package-summary.html">javax.net.ssl</a></li> <li class="api apilevel-1"> <a href="../../../../reference/javax/security/auth/package-summary.html">javax.security.auth</a></li> <li class="api apilevel-1"> <a href="../../../../reference/javax/security/auth/callback/package-summary.html">javax.security.auth.callback</a></li> <li class="api apilevel-1"> <a href="../../../../reference/javax/security/auth/login/package-summary.html">javax.security.auth.login</a></li> <li class="api apilevel-1"> <a href="../../../../reference/javax/security/auth/x500/package-summary.html">javax.security.auth.x500</a></li> <li class="api apilevel-1"> <a href="../../../../reference/javax/security/cert/package-summary.html">javax.security.cert</a></li> <li class="api apilevel-1"> <a href="../../../../reference/javax/sql/package-summary.html">javax.sql</a></li> <li class="api apilevel-1"> <a href="../../../../reference/javax/xml/package-summary.html">javax.xml</a></li> <li class="api apilevel-8"> <a href="../../../../reference/javax/xml/datatype/package-summary.html">javax.xml.datatype</a></li> <li class="api apilevel-8"> <a href="../../../../reference/javax/xml/namespace/package-summary.html">javax.xml.namespace</a></li> <li class="api apilevel-1"> <a href="../../../../reference/javax/xml/parsers/package-summary.html">javax.xml.parsers</a></li> <li class="api apilevel-8"> <a href="../../../../reference/javax/xml/transform/package-summary.html">javax.xml.transform</a></li> <li class="api apilevel-8"> <a href="../../../../reference/javax/xml/transform/dom/package-summary.html">javax.xml.transform.dom</a></li> <li class="api apilevel-8"> <a href="../../../../reference/javax/xml/transform/sax/package-summary.html">javax.xml.transform.sax</a></li> <li class="api apilevel-8"> <a href="../../../../reference/javax/xml/transform/stream/package-summary.html">javax.xml.transform.stream</a></li> <li class="api apilevel-8"> <a href="../../../../reference/javax/xml/validation/package-summary.html">javax.xml.validation</a></li> <li class="api apilevel-8"> <a href="../../../../reference/javax/xml/xpath/package-summary.html">javax.xml.xpath</a></li> <li class="api apilevel-1"> <a href="../../../../reference/junit/framework/package-summary.html">junit.framework</a></li> <li class="api apilevel-1"> <a href="../../../../reference/junit/runner/package-summary.html">junit.runner</a></li> <li class="api apilevel-1"> <a href="../../../../reference/org/apache/http/conn/package-summary.html">org.apache.http.conn</a></li> <li class="api apilevel-1"> <a href="../../../../reference/org/apache/http/conn/scheme/package-summary.html">org.apache.http.conn.scheme</a></li> <li class="api apilevel-1"> <a href="../../../../reference/org/apache/http/conn/ssl/package-summary.html">org.apache.http.conn.ssl</a></li> <li class="api apilevel-1"> <a href="../../../../reference/org/apache/http/params/package-summary.html">org.apache.http.params</a></li> <li class="api apilevel-1"> <a href="../../../../reference/org/json/package-summary.html">org.json</a></li> <li class="selected api apilevel-1"> <a href="../../../../reference/org/w3c/dom/package-summary.html">org.w3c.dom</a></li> <li class="api apilevel-8"> <a href="../../../../reference/org/w3c/dom/ls/package-summary.html">org.w3c.dom.ls</a></li> <li class="api apilevel-1"> <a href="../../../../reference/org/xml/sax/package-summary.html">org.xml.sax</a></li> <li class="api apilevel-1"> <a href="../../../../reference/org/xml/sax/ext/package-summary.html">org.xml.sax.ext</a></li> <li class="api apilevel-1"> <a href="../../../../reference/org/xml/sax/helpers/package-summary.html">org.xml.sax.helpers</a></li> <li class="api apilevel-1"> <a href="../../../../reference/org/xmlpull/v1/package-summary.html">org.xmlpull.v1</a></li> <li class="api apilevel-1"> <a href="../../../../reference/org/xmlpull/v1/sax2/package-summary.html">org.xmlpull.v1.sax2</a></li> </ul><br/> </div> <!-- end packages-nav --> </div> <!-- end resize-packages --> <div id="classes-nav" class="scroll-pane"> <ul> <li><h2>Interfaces</h2> <ul> <li class="api apilevel-1"><a href="../../../../reference/org/w3c/dom/Attr.html">Attr</a></li> <li class="api apilevel-1"><a href="../../../../reference/org/w3c/dom/CDATASection.html">CDATASection</a></li> <li class="api apilevel-1"><a href="../../../../reference/org/w3c/dom/CharacterData.html">CharacterData</a></li> <li class="api apilevel-1"><a href="../../../../reference/org/w3c/dom/Comment.html">Comment</a></li> <li class="api apilevel-1"><a href="../../../../reference/org/w3c/dom/Document.html">Document</a></li> <li class="api apilevel-1"><a href="../../../../reference/org/w3c/dom/DocumentFragment.html">DocumentFragment</a></li> <li class="api apilevel-1"><a href="../../../../reference/org/w3c/dom/DocumentType.html">DocumentType</a></li> <li class="api apilevel-8"><a href="../../../../reference/org/w3c/dom/DOMConfiguration.html">DOMConfiguration</a></li> <li class="api apilevel-8"><a href="../../../../reference/org/w3c/dom/DOMError.html">DOMError</a></li> <li class="api apilevel-8"><a href="../../../../reference/org/w3c/dom/DOMErrorHandler.html">DOMErrorHandler</a></li> <li class="api apilevel-1"><a href="../../../../reference/org/w3c/dom/DOMImplementation.html">DOMImplementation</a></li> <li class="api apilevel-8"><a href="../../../../reference/org/w3c/dom/DOMImplementationList.html">DOMImplementationList</a></li> <li class="selected api apilevel-8"><a href="../../../../reference/org/w3c/dom/DOMImplementationSource.html">DOMImplementationSource</a></li> <li class="api apilevel-8"><a href="../../../../reference/org/w3c/dom/DOMLocator.html">DOMLocator</a></li> <li class="api apilevel-8"><a href="../../../../reference/org/w3c/dom/DOMStringList.html">DOMStringList</a></li> <li class="api apilevel-1"><a href="../../../../reference/org/w3c/dom/Element.html">Element</a></li> <li class="api apilevel-1"><a href="../../../../reference/org/w3c/dom/Entity.html">Entity</a></li> <li class="api apilevel-1"><a href="../../../../reference/org/w3c/dom/EntityReference.html">EntityReference</a></li> <li class="api apilevel-1"><a href="../../../../reference/org/w3c/dom/NamedNodeMap.html">NamedNodeMap</a></li> <li class="api apilevel-8"><a href="../../../../reference/org/w3c/dom/NameList.html">NameList</a></li> <li class="api apilevel-1"><a href="../../../../reference/org/w3c/dom/Node.html">Node</a></li> <li class="api apilevel-1"><a href="../../../../reference/org/w3c/dom/NodeList.html">NodeList</a></li> <li class="api apilevel-1"><a href="../../../../reference/org/w3c/dom/Notation.html">Notation</a></li> <li class="api apilevel-1"><a href="../../../../reference/org/w3c/dom/ProcessingInstruction.html">ProcessingInstruction</a></li> <li class="api apilevel-1"><a href="../../../../reference/org/w3c/dom/Text.html">Text</a></li> <li class="api apilevel-8"><a href="../../../../reference/org/w3c/dom/TypeInfo.html">TypeInfo</a></li> <li class="api apilevel-8"><a href="../../../../reference/org/w3c/dom/UserDataHandler.html">UserDataHandler</a></li> </ul> </li> <li><h2>Exceptions</h2> <ul> <li class="api apilevel-1"><a href="../../../../reference/org/w3c/dom/DOMException.html">DOMException</a></li> </ul> </li> </ul><br/> </div><!-- end classes --> </div><!-- end nav-panels --> <div id="nav-tree" style="display:none" class="scroll-pane"> <div id="tree-list"></div> </div><!-- end nav-tree --> </div><!-- end swapper --> <div id="nav-swap"> <a class="fullscreen">fullscreen</a> <a href='#' onclick='swapNav();return false;'><span id='tree-link'>Use Tree Navigation</span><span id='panel-link' style='display:none'>Use Panel Navigation</span></a> </div> </div> <!-- end devdoc-nav --> </div> <!-- end side-nav --> <script type="text/javascript"> // init fullscreen based on user pref var fullscreen = readCookie("fullscreen"); if (fullscreen != 0) { if (fullscreen == "false") { toggleFullscreen(false); } else { toggleFullscreen(true); } } // init nav version for mobile if (isMobile) { swapNav(); // tree view should be used on mobile $('#nav-swap').hide(); } else { chooseDefaultNav(); if ($("#nav-tree").is(':visible')) { init_default_navtree("../../../../"); } } // scroll the selected page into view $(document).ready(function() { scrollIntoView("packages-nav"); scrollIntoView("classes-nav"); }); </script> <div class="col-12" id="doc-col"> <div id="api-info-block"> <div class="sum-details-links"> </div><!-- end sum-details-links --> <div class="api-level"> Added in <a href="../../../../guide/topics/manifest/uses-sdk-element.html#ApiLevels">API level 8</a> </div> </div><!-- end api-info-block --> <!-- ======== START OF CLASS DATA ======== --> <div id="jd-header"> public interface <h1 itemprop="name">DOMImplementationSource</h1> </div><!-- end header --> <div id="naMessage"></div> <div id="jd-content" class="api apilevel-8"> <table class="jd-inheritance-table"> <tr> <td colspan="1" class="jd-inheritance-class-cell">org.w3c.dom.DOMImplementationSource</td> </tr> </table> <div class="jd-descr"> <h2>Class Overview</h2> <p itemprop="articleBody">This interface permits a DOM implementer to supply one or more implementations, based upon requested features and versions, as specified in . Each implemented <code>DOMImplementationSource</code> object is listed in the binding-specific list of available sources so that its <code>DOMImplementation</code> objects are made available. <p>See also the <a href='http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407'>Document Object Model (DOM) Level 3 Core Specification</a>.</p> </div><!-- jd-descr --> <div class="jd-descr"> <h2>Summary</h2> <!-- ========== METHOD SUMMARY =========== --> <table id="pubmethods" class="jd-sumtable"><tr><th colspan="12">Public Methods</th></tr> <tr class="alt-color api apilevel-8" > <td class="jd-typecol"><nobr> abstract <a href="../../../../reference/org/w3c/dom/DOMImplementation.html">DOMImplementation</a></nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad"><a href="../../../../reference/org/w3c/dom/DOMImplementationSource.html#getDOMImplementation(java.lang.String)">getDOMImplementation</a></span>(<a href="../../../../reference/java/lang/String.html">String</a> features)</nobr> <div class="jd-descrdiv"> A method to request the first DOM implementation that supports the specified features. </div> </td></tr> <tr class=" api apilevel-8" > <td class="jd-typecol"><nobr> abstract <a href="../../../../reference/org/w3c/dom/DOMImplementationList.html">DOMImplementationList</a></nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad"><a href="../../../../reference/org/w3c/dom/DOMImplementationSource.html#getDOMImplementationList(java.lang.String)">getDOMImplementationList</a></span>(<a href="../../../../reference/java/lang/String.html">String</a> features)</nobr> <div class="jd-descrdiv"> A method to request a list of DOM implementations that support the specified features and versions, as specified in . </div> </td></tr> </table> </div><!-- jd-descr (summary) --> <!-- Details --> <!-- XML Attributes --> <!-- Enum Values --> <!-- Constants --> <!-- Fields --> <!-- Public ctors --> <!-- ========= CONSTRUCTOR DETAIL ======== --> <!-- Protected ctors --> <!-- ========= METHOD DETAIL ======== --> <!-- Public methdos --> <h2>Public Methods</h2> <A NAME="getDOMImplementation(java.lang.String)"></A> <div class="jd-details api apilevel-8"> <h4 class="jd-details-title"> <span class="normal"> public abstract <a href="../../../../reference/org/w3c/dom/DOMImplementation.html">DOMImplementation</a> </span> <span class="sympad">getDOMImplementation</span> <span class="normal">(<a href="../../../../reference/java/lang/String.html">String</a> features)</span> </h4> <div class="api-level"> <div> Added in <a href="../../../../guide/topics/manifest/uses-sdk-element.html#ApiLevels">API level 8</a></div> </div> <div class="jd-details-descr"> <div class="jd-tagdata jd-tagdescr"><p>A method to request the first DOM implementation that supports the specified features.</p></div> <div class="jd-tagdata"> <h5 class="jd-tagtitle">Parameters</h5> <table class="jd-tagtable"> <tr> <th>features</td> <td>A string that specifies which features and versions are required. This is a space separated list in which each feature is specified by its name optionally followed by a space and a version number. This method returns the first item of the list returned by <code>getDOMImplementationList</code>. As an example, the string <code>"XML 3.0 Traversal +Events 2.0"</code> will request a DOM implementation that supports the module "XML" for its 3.0 version, a module that support of the "Traversal" module for any version, and the module "Events" for its 2.0 version. The module "Events" must be accessible using the method <code>Node.getFeature()</code> and <code>DOMImplementation.getFeature()</code>.</td> </tr> </table> </div> <div class="jd-tagdata"> <h5 class="jd-tagtitle">Returns</h5> <ul class="nolist"><li>The first DOM implementation that support the desired features, or <code>null</code> if this source has none. </li></ul> </div> </div> </div> <A NAME="getDOMImplementationList(java.lang.String)"></A> <div class="jd-details api apilevel-8"> <h4 class="jd-details-title"> <span class="normal"> public abstract <a href="../../../../reference/org/w3c/dom/DOMImplementationList.html">DOMImplementationList</a> </span> <span class="sympad">getDOMImplementationList</span> <span class="normal">(<a href="../../../../reference/java/lang/String.html">String</a> features)</span> </h4> <div class="api-level"> <div> Added in <a href="../../../../guide/topics/manifest/uses-sdk-element.html#ApiLevels">API level 8</a></div> </div> <div class="jd-details-descr"> <div class="jd-tagdata jd-tagdescr"><p>A method to request a list of DOM implementations that support the specified features and versions, as specified in .</p></div> <div class="jd-tagdata"> <h5 class="jd-tagtitle">Parameters</h5> <table class="jd-tagtable"> <tr> <th>features</td> <td>A string that specifies which features and versions are required. This is a space separated list in which each feature is specified by its name optionally followed by a space and a version number. This is something like: "XML 3.0 Traversal +Events 2.0"</td> </tr> </table> </div> <div class="jd-tagdata"> <h5 class="jd-tagtitle">Returns</h5> <ul class="nolist"><li>A list of DOM implementations that support the desired features. </li></ul> </div> </div> </div> <!-- ========= METHOD DETAIL ======== --> <!-- ========= END OF CLASS DATA ========= --> <A NAME="navbar_top"></A> </div> <!-- jd-content --> <div class="wrap"> <div class="dac-footer"> <div class="cols dac-footer-main"> <div class="col-1of2"> <a class="dac-footer-getnews" data-modal-toggle="newsletter" href="javascript:;">Get news &amp; tips <span class="dac-fab dac-primary"><i class="dac-sprite dac-mail"></i></span></a> </div> <div class="col-1of2 dac-footer-reachout"> <div class="dac-footer-contact"> <a class="dac-footer-contact-link" href="http://android-developers.blogspot.com/">Blog</a> <a class="dac-footer-contact-link" href="/support.html">Support</a> </div> <div class="dac-footer-social"> <a class="dac-fab dac-footer-social-link" href="https://www.youtube.com/user/androiddevelopers"><i class="dac-sprite dac-youtube"></i></a> <a class="dac-fab dac-footer-social-link" href="https://plus.google.com/+AndroidDevelopers"><i class="dac-sprite dac-gplus"></i></a> <a class="dac-fab dac-footer-social-link" href="https://twitter.com/AndroidDev"><i class="dac-sprite dac-twitter"></i></a> </div> </div> </div> <hr class="dac-footer-separator"/> <p class="dac-footer-copyright"> Except as noted, this content is licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache 2.0</a>. For details and restrictions, see the <a href="../../../../license.html"> Content License</a>. </p> <p class="dac-footer-build"> Android 6.0&nbsp;r1 &mdash; <script src="../../../../timestamp.js" type="text/javascript"></script> <script>document.write(BUILD_TIMESTAMP)</script> </p> <p class="dac-footer-links"> <a href="/about/index.html">About Android</a> <a href="/auto/index.html">Auto</a> <a href="/tv/index.html">TV</a> <a href="/wear/index.html">Wear</a> <a href="/legal.html">Legal</a> <span id="language" class="locales"> <select name="language" onchange="changeLangPref(this.value, true)"> <option value="en" selected="selected">English</option> <option value="es">Español</option> <option value="ja">日本語</option> <option value="ko">한국어</option> <option value="pt-br">Português Brasileiro</option> <option value="ru">Русский</option> <option value="zh-cn">中文(简体)</option> <option value="zh-tw">中文(繁體)</option> </select> </span> </p> </div> </div> <!-- end footer --> <div data-modal="newsletter" data-newsletter data-swap class="dac-modal newsletter"> <div class="dac-modal-container"> <div class="dac-modal-window"> <header class="dac-modal-header"> <button class="dac-modal-header-close" data-modal-toggle><i class="dac-sprite dac-close"></i></button> <div class="dac-swap" data-swap-container> <section class="dac-swap-section dac-active dac-down"> <h2 class="norule dac-modal-header-title">Get the latest Android developer news and tips that will help you find success on Google Play.</h2> <p class="dac-modal-header-subtitle">&#42; Required Fields</p> </section> <section class="dac-swap-section dac-up"> <h2 class="norule dac-modal-header-title">Hooray!</h2> </section> </div> </header> <div class="dac-swap" data-swap-container> <section class="dac-swap-section dac-active dac-left"> <form action="https://docs.google.com/forms/d/1QgnkzbEJIDu9lMEea0mxqWrXUJu0oBCLD7ar23V0Yys/formResponse" class="dac-form" method="post" target="dac-newsletter-iframe"> <section class="dac-modal-content"> <fieldset class="dac-form-fieldset"> <div class="cols"> <div class="col-1of2 newsletter-leftCol"> <div class="dac-form-input-group"> <label for="newsletter-full-name" class="dac-form-floatlabel">Full name</label> <input type="text" class="dac-form-input" name="entry.1357890476" id="newsletter-full-name" required> <span class="dac-form-required">*</span> </div> <div class="dac-form-input-group"> <label for="newsletter-email" class="dac-form-floatlabel">Email address</label> <input type="email" class="dac-form-input" name="entry.472100832" id="newsletter-email" required> <span class="dac-form-required">*</span> </div> </div> <div class="col-1of2 newsletter-rightCol"> <div class="dac-form-input-group"> <label for="newsletter-company" class="dac-form-floatlabel">Company / developer name</label> <input type="text" class="dac-form-input" name="entry.1664780309" id="newsletter-company"> </div> <div class="dac-form-input-group"> <label for="newsletter-play-store" class="dac-form-floatlabel">One of your Play Store app URLs</label> <input type="url" class="dac-form-input" name="entry.47013838" id="newsletter-play-store" required> <span class="dac-form-required">*</span> </div> </div> </div> </fieldset> <fieldset class="dac-form-fieldset"> <div class="cols"> <div class="col-1of2 newsletter-leftCol"> <legend class="dac-form-legend">Which best describes your business:<span class="dac-form-required">*</span> </legend> <div class="dac-form-radio-group"> <input type="radio" value="Apps" class="dac-form-radio" name="entry.1796324055" id="newsletter-business-type-app" required> <label for="newsletter-business-type-app" class="dac-form-radio-button"></label> <label for="newsletter-business-type-app" class="dac-form-label">Apps</label> </div> <div class="dac-form-radio-group"> <input type="radio" value="Games" class="dac-form-radio" name="entry.1796324055" id="newsletter-business-type-games" required> <label for="newsletter-business-type-games" class="dac-form-radio-button"></label> <label for="newsletter-business-type-games" class="dac-form-label">Games</label> </div> <div class="dac-form-radio-group"> <input type="radio" value="Apps and Games" class="dac-form-radio" name="entry.1796324055" id="newsletter-business-type-appsgames" required> <label for="newsletter-business-type-appsgames" class="dac-form-radio-button"></label> <label for="newsletter-business-type-appsgames" class="dac-form-label">Apps &amp; Games</label> </div> </div> <div class="col-1of2 newsletter-rightCol newsletter-checkboxes"> <div class="dac-form-radio-group"> <div class="dac-media"> <div class="dac-media-figure"> <input type="checkbox" class="dac-form-checkbox" name="entry.732309842" id="newsletter-add" required value="Add me to the mailing list for the monthly newsletter and occasional emails about development and Google Play opportunities."> <label for="newsletter-add" class="dac-form-checkbox-button"></label> </div> <div class="dac-media-body"> <label for="newsletter-add" class="dac-form-label dac-form-aside">Add me to the mailing list for the monthly newsletter and occasional emails about development and Google Play opportunities.<span class="dac-form-required">*</span></label> </div> </div> </div> <div class="dac-form-radio-group"> <div class="dac-media"> <div class="dac-media-figure"> <input type="checkbox" class="dac-form-checkbox" name="entry.2045036090" id="newsletter-terms" required value="I acknowledge that the information provided in this form will be subject to Google's privacy policy (https://www.google.com/policies/privacy/)."> <label for="newsletter-terms" class="dac-form-checkbox-button"></label> </div> <div class="dac-media-body"> <label for="newsletter-terms" class="dac-form-label dac-form-aside">I acknowledge that the information provided in this form will be subject to <a href="https://www.google.com/policies/privacy/">Google's privacy policy</a>.<span class="dac-form-required">*</span></label> </div> </div> </div> </div> </div> </fieldset> </section> <footer class="dac-modal-footer"> <div class="cols"> <div class="col-2of5"> </div> </div> <button type="submit" value="Submit" class="dac-fab dac-primary dac-large dac-modal-action"><i class="dac-sprite dac-arrow-right"></i></button> </footer> </form> </section> <section class="dac-swap-section dac-right"> <div class="dac-modal-content"> <p class="newsletter-success-message"> You have successfully signed up for the latest Android developer news and tips. </p> </div> </section> </div> </div> </div> </div> <!-- end footer --> </div><!-- end doc-content --> </div> <!-- end .cols --> </div> <!-- end body-content --> </body> </html>
anas-ambri/androidcompat
docs/org/w3c/dom/DOMImplementationSource.html
HTML
mit
68,788
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>cours-de-coq: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.8.2 / cours-de-coq - 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> cours-de-coq <small> 8.9.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-01 19:32:40 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-01 19:32:40 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.8.2 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;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/cours-de-coq&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/CoursDeCoq&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.9&quot; &amp; &lt; &quot;8.10~&quot;} ] tags: [ &quot;category: Miscellaneous/Coq Use Examples&quot; ] authors: [ &quot;Frédéric Prost&quot; &quot;Gilles Kahn&quot; ] bug-reports: &quot;https://github.com/coq-contribs/cours-de-coq/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/cours-de-coq.git&quot; synopsis: &quot;Various examples of Coq proofs&quot; description: &quot;&quot;&quot; Various simple examples of Coq proofs&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/cours-de-coq/archive/v8.9.0.tar.gz&quot; checksum: &quot;md5=d73f73beb897c1a809c787ba33eacdf0&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-cours-de-coq.8.9.0 coq.8.8.2</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.8.2). The following dependencies couldn&#39;t be met: - coq-cours-de-coq -&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-cours-de-coq.8.9.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.04.2-2.0.5/released/8.8.2/cours-de-coq/8.9.0.html
HTML
mit
6,922
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>multiplier: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.11.1 / multiplier - 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> multiplier <small> 8.6.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-10-18 13:00:49 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-18 13:00:49 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.11.1 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.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;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/multiplier&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/Multiplier&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.6&quot; &amp; &lt; &quot;8.7~&quot;} ] tags: [ &quot;keyword: hardware verification&quot; &quot;keyword: circuit&quot; &quot;category: Computer Science/Architecture&quot; &quot;category: Miscellaneous/Extracted Programs/Hardware&quot; ] authors: [ &quot;Christine Paulin&quot; ] bug-reports: &quot;https://github.com/coq-contribs/multiplier/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/multiplier.git&quot; synopsis: &quot;Proof of a multiplier circuit&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/multiplier/archive/v8.6.0.tar.gz&quot; checksum: &quot;md5=5f2496fce173169aa55b31104a377874&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-multiplier.8.6.0 coq.8.11.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.11.1). The following dependencies couldn&#39;t be met: - coq-multiplier -&gt; coq &lt; 8.7~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-multiplier.8.6.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.09.1-2.0.6/released/8.11.1/multiplier/8.6.0.html
HTML
mit
6,619
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>minic: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / extra-dev</a></li> <li class="active"><a href="">dev / minic - 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> minic <small> 8.10.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-20 06:05:22 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-20 06:05:22 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-gmp 3 Virtual package relying on a GMP lib system installation coq dev Formal proof management system dune 2.9.1 Fast, portable, and opinionated build system ocaml 4.10.2 The OCaml compiler (virtual package) ocaml-base-compiler 4.10.2 Official release 4.10.2 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/minic&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/MiniC&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.10&quot; &amp; &lt; &quot;8.11~&quot;} ] tags: [ &quot;keyword: denotational semantics&quot; &quot;keyword: compilation&quot; &quot;category: Computer Science/Semantics and Compilation/Semantics&quot; ] authors: [ &quot;Eduardo Giménez and Emmanuel Ledinot&quot; ] bug-reports: &quot;https://github.com/coq-contribs/minic/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/minic.git&quot; synopsis: &quot;Semantics of a subset of the C language&quot; description: &quot;&quot;&quot; This contribution defines the denotational semantics of MiniC, a sub-set of the C language. This sub-set is sufficiently large to contain any program generated by lustre2C. The denotation function describing the semantics of a MiniC program actually provides an interpreter for the program.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/minic/archive/v8.10.0.tar.gz&quot; checksum: &quot;md5=5b45fd02609aa8586070b4c511ff04f5&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-minic.8.10.0 coq.dev</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is dev). The following dependencies couldn&#39;t be met: - coq-minic -&gt; coq &lt; 8.11~ -&gt; ocaml &lt; 4.10 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-minic.8.10.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.10.2-2.0.6/extra-dev/dev/minic/8.10.0.html
HTML
mit
7,167
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Julia Package Listing - Testing Information</title> <style> /* -- Mix of julialang.org, Bootstrap 3, and custom -- */ body { background-color: white; font-family: Georgia, 'Liberation Serif', serif; font-size: 14px; color: #333; line-height: 1.42857143; } .site { max-width: 785px; margin: 2.5em auto 2em; padding: 0 1.5em; } a { color: #428bca; text-decoration: none; cursor: auto; } h1, h2, h3, h4, h5, h6 { font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit; } h1, h2, h3 { margin-top: 20px; margin-bottom: 10px; } h2 { font-size: 30px; } h3 { font-size: 24px; } h4 { font-size: 18px; margin-top: 10px; margin-bottom: 10px; } .titlebox { text-align: center; font-size: 120%; margin-top: 3em; } .tests_pass { background-color: #11AA11; } /*Tests passing*/ .tests_fail { background-color: #DD3333; } /*Tests failed*/ .no_tests { background-color: #3333DD; } /*Tests missing*/ .not_possible { background-color: #222222; } /*Package excused*/ .statusbox { width: 12px; height: 12px; display: inline-block; } hr { margin-top: 10px; margin-bottom: 0px; border: 0; border-top: 1px solid #eee; } .pkglisting h2 { margin-bottom: 0px; } pre {margin: 0;} @media (min-width: 785px) { .pkglisting { display: table; width: 100%; } .pkgnamedesc { display: table-cell; width: 50%; } .pkgvertest { display: table-cell; width:50%; text-align: right } } </style> <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-44252521-5', 'iainnz.github.io'); ga('send', 'pageview'); </script> </head> <body> <div class="site"> <!-- HEADER --> <div class="titlebox"> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="210px" height="142px" viewBox="0 0 310 216" enable-background="new 0 0 310 216" xml:space="preserve"> <!-- blue dot --> <circle fill="#6b85dd" stroke="#4266d5" stroke-width="3" cx="50.5" cy="58.665" r="16.5"></circle> <!-- red dot --> <circle fill="#d66661" stroke="#c93d39" stroke-width="3" cx="212.459" cy="60.249" r="16.5"></circle> <!-- green dot --> <circle fill="#6bab5b" stroke="#3b972e" stroke-width="3" cx="233.834" cy="23.874" r="16.5"></circle> <!-- purple dot --> <circle fill="#aa7dc0" stroke="#945bb0" stroke-width="3" cx="255.459" cy="59.999" r="16.5"></circle> <!-- "j" --> <path fill="#252525" d="M37.216,138.427c0-15.839,0.006-31.679-0.018-47.517c-0.001-0.827,0.169-1.234,1.043-1.47 c7.876-2.127,15.739-4.308,23.606-6.47c1.33-0.366,1.333-0.36,1.333,1.019c0,25.758,0.015,51.517-0.012,77.274 c-0.006,5.514,0.245,11.032-0.272,16.543c-0.628,6.69-2.15,13.092-6.438,18.506c-3.781,4.771-8.898,7.25-14.767,8.338 c-6.599,1.222-13.251,1.552-19.934,0.938c-4.616-0.423-9.045-1.486-12.844-4.363c-2.863-2.168-4.454-4.935-3.745-8.603 c0.736-3.806,3.348-5.978,6.861-7.127c2.262-0.74,4.628-0.872,6.994-0.53c1.823,0.264,3.42,1.023,4.779,2.288 c1.38,1.284,2.641,2.674,3.778,4.177c0.872,1.15,1.793,2.256,2.991,3.086c2.055,1.426,4,0.965,5.213-1.216 c0.819-1.473,0.997-3.106,1.173-4.731c0.255-2.348,0.255-4.707,0.256-7.062C37.218,167.145,37.216,152.786,37.216,138.427z"></path> <!-- "u" --> <path fill="#252525" d="M125.536,162.479c-2.908,2.385-5.783,4.312-8.88,5.904c-10.348,5.323-20.514,4.521-30.324-1.253 c-6.71-3.95-11.012-9.849-12.52-17.606c-0.236-1.213-0.363-2.438-0.363-3.688c0.01-19.797,0.017-39.593-0.02-59.39 c-0.002-1.102,0.285-1.357,1.363-1.351c7.798,0.049,15.597,0.044,23.396,0.003c0.95-0.005,1.177,0.25,1.175,1.183 c-0.027,19.356-0.025,38.713-0.018,58.07c0.002,6.34,3.599,10.934,9.672,12.42c2.13,0.521,4.19,0.396,6.173-0.6 c4.26-2.139,7.457-5.427,10.116-9.307c0.333-0.487,0.224-1,0.224-1.51c0.007-19.635,0.016-39.271-0.02-58.904 c-0.002-1.083,0.255-1.369,1.353-1.361c7.838,0.052,15.677,0.045,23.515,0.004c0.916-0.005,1.103,0.244,1.102,1.124 c-0.025,27.677-0.026,55.353,0.002,83.024c0.001,0.938-0.278,1.099-1.139,1.095c-7.918-0.028-15.837-0.028-23.756-0.001 c-0.815,0.003-1.1-0.166-1.073-1.037C125.581,167.117,125.536,164.928,125.536,162.479z"></path> <!-- "l" --> <path fill="#252525" d="M187.423,107.08c0,20.637-0.011,41.273,0.026,61.91c0.003,1.119-0.309,1.361-1.381,1.355 c-7.799-0.052-15.598-0.047-23.396-0.008c-0.898,0.008-1.117-0.222-1.115-1.115c0.021-39.074,0.021-78.147,0-117.226 c0-0.811,0.189-1.169,1.006-1.392c7.871-2.149,15.73-4.327,23.584-6.545c1.045-0.295,1.308-0.17,1.306,0.985 C187.412,65.727,187.423,86.403,187.423,107.08z"></path> <!-- "i" --> <path fill="#252525" d="M223.46,126.477c0,14.155-0.011,28.312,0.021,42.467c0.002,1.027-0.164,1.418-1.332,1.408 c-7.838-0.061-15.676-0.047-23.516-0.01c-0.881,0.004-1.121-0.189-1.119-1.104c0.026-26.153,0.025-52.307,0-78.458 c0-0.776,0.203-1.101,0.941-1.302c7.984-2.172,15.972-4.35,23.938-6.596c1.049-0.296,1.08,0.031,1.078,0.886 C223.454,98.004,223.46,112.239,223.46,126.477z"></path> <!-- "a" --> <path fill="#252525" d="M277.695,163.6c-0.786,0.646-1.404,1.125-2,1.635c-4.375,3.746-9.42,5.898-15.16,6.42 c-5.792,0.527-11.479,0.244-16.934-2.047c-12.08-5.071-15.554-17.188-11.938-27.448c1.799-5.111,5.472-8.868,9.831-11.94 c5.681-4.003,12.009-6.732,18.504-9.074c5.576-2.014,11.186-3.939,16.955-5.347c0.445-0.104,0.773-0.243,0.757-0.854 c-0.136-4.389,0.261-8.79-0.479-13.165c-1.225-7.209-6.617-10.013-12.895-9.348c-0.516,0.055-1.029,0.129-1.536,0.241 c-4.877,1.081-7.312,4.413-7.374,10.127c-0.02,1.729-0.229,3.418-0.693,5.084c-0.906,3.229-2.969,5.354-6.168,6.266 c-3.422,0.979-6.893,0.998-10.23-0.305c-6.529-2.543-8.877-10.164-5.12-16.512c2.249-3.799,5.606-6.4,9.461-8.405 c6.238-3.246,12.914-4.974,19.896-5.537c7.565-0.61,15.096-0.366,22.49,1.507c4.285,1.085,8.312,2.776,11.744,5.657 c4.473,3.749,6.776,8.647,6.812,14.374c0.139,21.477,0.096,42.951,0.143,64.428c0.002,0.799-0.248,0.983-1.021,0.98 c-8.035-0.025-16.074-0.023-24.113-0.001c-0.716,0.002-0.973-0.146-0.941-0.915C277.736,167.562,277.695,165.698,277.695,163.6z M277.695,126.393c-4.793,2.104-9.25,4.373-13.287,7.408c-2.151,1.618-4.033,3.483-5.732,5.581 c-4.229,5.226-1.988,13.343,1.693,16.599c1.592,1.406,3.359,1.906,5.419,1.521c1.621-0.307,3.149-0.857,4.549-1.734 c1.521-0.951,2.949-2.072,4.539-2.887c2.31-1.18,2.97-2.861,2.894-5.445C277.561,140.484,277.695,133.527,277.695,126.393z"></path> </svg> <h1> <a href="http://github.com/Jutho/LinearMaps.jl" name="LinearMaps">LinearMaps</a> </h1> <h4> <a href="http://github.com/Jutho">Jutho</a> </h4> <p> Permalink: <a href="http://pkg.julialang.org/?pkg=LinearMaps">http:&#x2F;&#x2F;pkg.julialang.org&#x2F;?pkg=LinearMaps</a> </p> </div> <p> If you think that there is an error in how your package is being tested or represented, please file an issue at <a href="https://github.com/IainNZ/PackageEvaluator.jl/">PackageEvaluator.jl</a>, making sure to read the FAQ first. </p> <h3>Badges</h3> <h4>Julia v0.3</h4> <img src="../badges/LinearMaps_0.3.svg"> <br> <a href="http://pkg.julialang.org/badges/LinearMaps_0.3.svg">http:&#x2F;&#x2F;pkg.julialang.org&#x2F;badges&#x2F;LinearMaps_0.3.svg</a> <pre>[![LinearMaps](http:&#x2F;&#x2F;pkg.julialang.org&#x2F;badges&#x2F;LinearMaps_0.3.svg)](http:&#x2F;&#x2F;pkg.julialang.org&#x2F;?pkg=LinearMaps)</pre> <h4>Julia v0.4</h4> <img src="../badges/LinearMaps_0.4.svg"> <br> <a href="http://pkg.julialang.org/badges/LinearMaps_0.4.svg">http:&#x2F;&#x2F;pkg.julialang.org&#x2F;badges&#x2F;LinearMaps_0.4.svg</a> <pre>[![LinearMaps](http:&#x2F;&#x2F;pkg.julialang.org&#x2F;badges&#x2F;LinearMaps_0.4.svg)](http:&#x2F;&#x2F;pkg.julialang.org&#x2F;?pkg=LinearMaps)</pre> <h3>Most Recent Test Logs</h3> <ul> <li> <a href="../logs/LinearMaps_0.3.log">Julia v0.3</a> </li> <li> <a href="../logs/LinearMaps_0.4.log">Julia v0.4</a> </li> </ul> <h3>Version and Status History</h3> <h4>Julia v0.3</h4> <pre>2015-06-20 to 2015-10-29, v0.1.1, Tests pass. 2014-08-01 to 2015-06-17, v0.1.1, Test exist, they pass. 2014-07-29 to 2014-07-30, v0.1.0, Test exist, they pass. 2014-07-15 to 2014-07-27, v0.0.2, Test exist, they pass. 2014-07-14 to 2014-07-14, v0.0.1, Test exist, they fail, but package loads. 2014-06-16 to 2014-07-12, v0.0.1, Test exist, they pass. </pre> <h4>Julia v0.4</h4> <pre>2015-06-20 to 2015-10-29, v0.1.1, Tests fail. 2015-04-18 to 2015-06-17, v0.1.1, No tests, package doesn&#39;t load. 2014-08-13 to 2015-04-16, v0.1.1, Test exist, they pass. </pre> </div> </body> </html>
phobon/packages.julialang.org
detail/LinearMaps.html
HTML
mit
9,763
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Coq bench</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.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"> <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="../../../../.."><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="../../..">Unstable</a></li> <li><a href=".">8.4.5 / contrib:qarith-stern-brocot 8.4.dev</a></li> <li class="active"><a href="">2015-01-30 17:53:28</a></li> </ul> <ul class="nav navbar-nav navbar-right"> <li><a href="../../../../../about.html">About</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href=".">« Up</a> <h1> contrib:qarith-stern-brocot <small> 8.4.dev <span class="label label-success">2 m 27 s</span> </small> </h1> <p><em><script>document.write(moment("2015-01-30 17:53:28 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2015-01-30 17:53:28 UTC)</em><p> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>ruby lint.rb unstable ../unstable/packages/coq:contrib:qarith-stern-brocot/coq:contrib:qarith-stern-brocot.8.4.dev</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> <dt>Output</dt> <dd><pre>The package is valid. </pre></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 --dry-run coq:contrib:qarith-stern-brocot.8.4.dev coq.8.4.5</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>1 s</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.4.5). The following actions will be performed: - install coq:contrib:qarith-stern-brocot.8.4.dev === 1 to install === =-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= =-=- Installing packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Building coq:contrib:qarith-stern-brocot.8.4.dev: coq_makefile -f Make -o Makefile make -j4 make install Installing coq:contrib:qarith-stern-brocot.8.4.dev. </pre></dd> </dl> <p>Dry install without Coq, to test if the problem was incompatibility with the current Coq version:</p> <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 dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>ulimit -Sv 2000000; timeout 5m opam install -y --deps-only coq:contrib:qarith-stern-brocot.8.4.dev</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>2 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>ulimit -Sv 2000000; timeout 5m opam install -y --verbose coq:contrib:qarith-stern-brocot.8.4.dev</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>2 m 27 s</dd> <dt>Output</dt> <dd><pre>The following actions will be performed: - install coq:contrib:qarith-stern-brocot.8.4.dev === 1 to install === =-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= [coq:contrib:qarith-stern-brocot] Fetching https://gforge.inria.fr/git/coq-contribs/qarith-stern-brocot.git#v8.4 Initialized empty Git repository in /home/bench/.opam/packages.dev/coq:contrib:qarith-stern-brocot.8.4.dev/.git/ [master (root-commit) ee1c727] opam-git-init From https://gforge.inria.fr/git/coq-contribs/qarith-stern-brocot * [new branch] v8.4 -&gt; opam-ref * [new branch] v8.4 -&gt; origin/v8.4 Field_Theory_Q.v LICENSE Make Makefile Merge_Order.v QArith_Stern_Brocot.v Q_Archimedean.v Q_denumerable.v Q_field.v Q_order.v Q_ordered_field_properties.v Q_to_R.v Qabs.v Qhomographic.v Qhomographic_Qpositive_to_Q_properties.v Qhomographic_Qpositive_to_Qpositive.v Qhomographic_sign.v Qhomographic_sign_properties.v Qmax_min.v Qpositive.v Qpositive_le.v Qpositive_order.v Qpositive_plus_mult.v Qpositive_sub.v Qquadratic.v Qquadratic_Qpositive_to_Q_properties.v Qquadratic_Qpositive_to_Qpositive.v Qquadratic_sign.v Qquadratic_sign_properties.v Qsyntax.v README R_addenda.v Zaux.v bench.log description general_Q.v homographicAcc_Qhomographic_sign.v homographic_correctness.v positive_fraction_encoding.v quadratic.hs quadraticAcc_Qquadratic_sign.v quadratic_correctness.v second_Field_Theory_Q.v sqrt2.v HEAD is now at 6e521ee Adaptations to the new modular organisation of PArith/NArith/ZArith =-=- Installing packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Building coq:contrib:qarith-stern-brocot.8.4.dev: coq_makefile -f Make -o Makefile make -j4 make install &quot;coqdep&quot; -c -slash -R . QArithSternBrocot &quot;Field_Theory_Q.v&quot; &gt; &quot;Field_Theory_Q.v.d&quot; || ( RV=$?; rm -f &quot;Field_Theory_Q.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . QArithSternBrocot &quot;general_Q.v&quot; &gt; &quot;general_Q.v.d&quot; || ( RV=$?; rm -f &quot;general_Q.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . QArithSternBrocot &quot;homographicAcc_Qhomographic_sign.v&quot; &gt; &quot;homographicAcc_Qhomographic_sign.v.d&quot; || ( RV=$?; rm -f &quot;homographicAcc_Qhomographic_sign.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . QArithSternBrocot &quot;homographic_correctness.v&quot; &gt; &quot;homographic_correctness.v.d&quot; || ( RV=$?; rm -f &quot;homographic_correctness.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . QArithSternBrocot &quot;Merge_Order.v&quot; &gt; &quot;Merge_Order.v.d&quot; || ( RV=$?; rm -f &quot;Merge_Order.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . QArithSternBrocot &quot;positive_fraction_encoding.v&quot; &gt; &quot;positive_fraction_encoding.v.d&quot; || ( RV=$?; rm -f &quot;positive_fraction_encoding.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . QArithSternBrocot &quot;Qabs.v&quot; &gt; &quot;Qabs.v.d&quot; || ( RV=$?; rm -f &quot;Qabs.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . QArithSternBrocot &quot;Q_Archimedean.v&quot; &gt; &quot;Q_Archimedean.v.d&quot; || ( RV=$?; rm -f &quot;Q_Archimedean.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . QArithSternBrocot &quot;QArith_Stern_Brocot.v&quot; &gt; &quot;QArith_Stern_Brocot.v.d&quot; || ( RV=$?; rm -f &quot;QArith_Stern_Brocot.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . QArithSternBrocot &quot;Q_denumerable.v&quot; &gt; &quot;Q_denumerable.v.d&quot; || ( RV=$?; rm -f &quot;Q_denumerable.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . QArithSternBrocot &quot;Q_field.v&quot; &gt; &quot;Q_field.v.d&quot; || ( RV=$?; rm -f &quot;Q_field.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . QArithSternBrocot &quot;Qhomographic_Qpositive_to_Qpositive.v&quot; &gt; &quot;Qhomographic_Qpositive_to_Qpositive.v.d&quot; || ( RV=$?; rm -f &quot;Qhomographic_Qpositive_to_Qpositive.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . QArithSternBrocot &quot;Qhomographic_Qpositive_to_Q_properties.v&quot; &gt; &quot;Qhomographic_Qpositive_to_Q_properties.v.d&quot; || ( RV=$?; rm -f &quot;Qhomographic_Qpositive_to_Q_properties.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . QArithSternBrocot &quot;Qhomographic_sign_properties.v&quot; &gt; &quot;Qhomographic_sign_properties.v.d&quot; || ( RV=$?; rm -f &quot;Qhomographic_sign_properties.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . QArithSternBrocot &quot;Qhomographic_sign.v&quot; &gt; &quot;Qhomographic_sign.v.d&quot; || ( RV=$?; rm -f &quot;Qhomographic_sign.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . QArithSternBrocot &quot;Qhomographic.v&quot; &gt; &quot;Qhomographic.v.d&quot; || ( RV=$?; rm -f &quot;Qhomographic.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . QArithSternBrocot &quot;Qmax_min.v&quot; &gt; &quot;Qmax_min.v.d&quot; || ( RV=$?; rm -f &quot;Qmax_min.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . QArithSternBrocot &quot;Q_ordered_field_properties.v&quot; &gt; &quot;Q_ordered_field_properties.v.d&quot; || ( RV=$?; rm -f &quot;Q_ordered_field_properties.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . QArithSternBrocot &quot;Q_order.v&quot; &gt; &quot;Q_order.v.d&quot; || ( RV=$?; rm -f &quot;Q_order.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . QArithSternBrocot &quot;Qpositive_le.v&quot; &gt; &quot;Qpositive_le.v.d&quot; || ( RV=$?; rm -f &quot;Qpositive_le.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . QArithSternBrocot &quot;Qpositive_order.v&quot; &gt; &quot;Qpositive_order.v.d&quot; || ( RV=$?; rm -f &quot;Qpositive_order.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . QArithSternBrocot &quot;Qpositive_plus_mult.v&quot; &gt; &quot;Qpositive_plus_mult.v.d&quot; || ( RV=$?; rm -f &quot;Qpositive_plus_mult.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . QArithSternBrocot &quot;Qpositive_sub.v&quot; &gt; &quot;Qpositive_sub.v.d&quot; || ( RV=$?; rm -f &quot;Qpositive_sub.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . QArithSternBrocot &quot;Qpositive.v&quot; &gt; &quot;Qpositive.v.d&quot; || ( RV=$?; rm -f &quot;Qpositive.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . QArithSternBrocot &quot;Qquadratic_Qpositive_to_Qpositive.v&quot; &gt; &quot;Qquadratic_Qpositive_to_Qpositive.v.d&quot; || ( RV=$?; rm -f &quot;Qquadratic_Qpositive_to_Qpositive.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . QArithSternBrocot &quot;Qquadratic_Qpositive_to_Q_properties.v&quot; &gt; &quot;Qquadratic_Qpositive_to_Q_properties.v.d&quot; || ( RV=$?; rm -f &quot;Qquadratic_Qpositive_to_Q_properties.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . QArithSternBrocot &quot;Qquadratic_sign_properties.v&quot; &gt; &quot;Qquadratic_sign_properties.v.d&quot; || ( RV=$?; rm -f &quot;Qquadratic_sign_properties.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . QArithSternBrocot &quot;Qquadratic_sign.v&quot; &gt; &quot;Qquadratic_sign.v.d&quot; || ( RV=$?; rm -f &quot;Qquadratic_sign.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . QArithSternBrocot &quot;Qquadratic.v&quot; &gt; &quot;Qquadratic.v.d&quot; || ( RV=$?; rm -f &quot;Qquadratic.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . QArithSternBrocot &quot;Qsyntax.v&quot; &gt; &quot;Qsyntax.v.d&quot; || ( RV=$?; rm -f &quot;Qsyntax.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . QArithSternBrocot &quot;Q_to_R.v&quot; &gt; &quot;Q_to_R.v.d&quot; || ( RV=$?; rm -f &quot;Q_to_R.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . QArithSternBrocot &quot;quadraticAcc_Qquadratic_sign.v&quot; &gt; &quot;quadraticAcc_Qquadratic_sign.v.d&quot; || ( RV=$?; rm -f &quot;quadraticAcc_Qquadratic_sign.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . QArithSternBrocot &quot;quadratic_correctness.v&quot; &gt; &quot;quadratic_correctness.v.d&quot; || ( RV=$?; rm -f &quot;quadratic_correctness.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . QArithSternBrocot &quot;R_addenda.v&quot; &gt; &quot;R_addenda.v.d&quot; || ( RV=$?; rm -f &quot;R_addenda.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . QArithSternBrocot &quot;second_Field_Theory_Q.v&quot; &gt; &quot;second_Field_Theory_Q.v.d&quot; || ( RV=$?; rm -f &quot;second_Field_Theory_Q.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . QArithSternBrocot &quot;sqrt2.v&quot; &gt; &quot;sqrt2.v.d&quot; || ( RV=$?; rm -f &quot;sqrt2.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . QArithSternBrocot &quot;Zaux.v&quot; &gt; &quot;Zaux.v.d&quot; || ( RV=$?; rm -f &quot;Zaux.v.d&quot;; exit ${RV} ) &quot;coqc&quot; -q -R . QArithSternBrocot Zaux &quot;coqc&quot; -q -R . QArithSternBrocot sqrt2 &quot;coqc&quot; -q -R . QArithSternBrocot Qpositive &quot;coqc&quot; -q -R . QArithSternBrocot Merge_Order &quot;coqc&quot; -q -R . QArithSternBrocot R_addenda &quot;coqc&quot; -q -R . QArithSternBrocot Qpositive_le &quot;coqc&quot; -q -R . QArithSternBrocot Qpositive_plus_mult &quot;coqc&quot; -q -R . QArithSternBrocot Qpositive_order &quot;coqc&quot; -q -R . QArithSternBrocot Qpositive_sub &quot;coqc&quot; -q -R . QArithSternBrocot Q_field &quot;coqc&quot; -q -R . QArithSternBrocot Q_order &quot;coqc&quot; -q -R . QArithSternBrocot positive_fraction_encoding &quot;coqc&quot; -q -R . QArithSternBrocot Q_denumerable &quot;coqc&quot; -q -R . QArithSternBrocot Field_Theory_Q &quot;coqc&quot; -q -R . QArithSternBrocot Qhomographic_sign &quot;coqc&quot; -q -R . QArithSternBrocot general_Q &quot;coqc&quot; -q -R . QArithSternBrocot Qhomographic_Qpositive_to_Qpositive &quot;coqc&quot; -q -R . QArithSternBrocot Qsyntax &quot;coqc&quot; -q -R . QArithSternBrocot Qhomographic_sign_properties &quot;coqc&quot; -q -R . QArithSternBrocot Qquadratic_sign &quot;coqc&quot; -q -R . QArithSternBrocot Q_ordered_field_properties &quot;coqc&quot; -q -R . QArithSternBrocot Qquadratic_Qpositive_to_Qpositive &quot;coqc&quot; -q -R . QArithSternBrocot Q_to_R &quot;coqc&quot; -q -R . QArithSternBrocot Qmax_min &quot;coqc&quot; -q -R . QArithSternBrocot Qabs &quot;coqc&quot; -q -R . QArithSternBrocot Q_Archimedean &quot;coqc&quot; -q -R . QArithSternBrocot homographicAcc_Qhomographic_sign &quot;coqc&quot; -q -R . QArithSternBrocot QArith_Stern_Brocot &quot;coqc&quot; -q -R . QArithSternBrocot Qquadratic_sign_properties &quot;coqc&quot; -q -R . QArithSternBrocot Qhomographic &quot;coqc&quot; -q -R . QArithSternBrocot Qhomographic_Qpositive_to_Q_properties &quot;coqc&quot; -q -R . QArithSternBrocot homographic_correctness &quot;coqc&quot; -q -R . QArithSternBrocot quadraticAcc_Qquadratic_sign &quot;coqc&quot; -q -R . QArithSternBrocot Qquadratic &quot;coqc&quot; -q -R . QArithSternBrocot Qquadratic_Qpositive_to_Q_properties &quot;coqc&quot; -q -R . QArithSternBrocot quadratic_correctness &quot;coqc&quot; -q -R . QArithSternBrocot second_Field_Theory_Q for i in Zaux.vo sqrt2.vo second_Field_Theory_Q.vo R_addenda.vo quadratic_correctness.vo quadraticAcc_Qquadratic_sign.vo Q_to_R.vo Qsyntax.vo Qquadratic.vo Qquadratic_sign.vo Qquadratic_sign_properties.vo Qquadratic_Qpositive_to_Q_properties.vo Qquadratic_Qpositive_to_Qpositive.vo Qpositive.vo Qpositive_sub.vo Qpositive_plus_mult.vo Qpositive_order.vo Qpositive_le.vo Q_order.vo Q_ordered_field_properties.vo Qmax_min.vo Qhomographic.vo Qhomographic_sign.vo Qhomographic_sign_properties.vo Qhomographic_Qpositive_to_Q_properties.vo Qhomographic_Qpositive_to_Qpositive.vo Q_field.vo Q_denumerable.vo QArith_Stern_Brocot.vo Q_Archimedean.vo Qabs.vo positive_fraction_encoding.vo Merge_Order.vo homographic_correctness.vo homographicAcc_Qhomographic_sign.vo general_Q.vo Field_Theory_Q.vo; do \ install -d `dirname &quot;/home/bench/.opam/system/lib/coq/user-contrib&quot;/QArithSternBrocot/$i`; \ install -m 0644 $i &quot;/home/bench/.opam/system/lib/coq/user-contrib&quot;/QArithSternBrocot/$i; \ done Installing coq:contrib:qarith-stern-brocot.8.4.dev. </pre></dd> </dl> <h2>Installation size</h2> <p>Total: 31,822 K</p> <ul> <li>7,142 K <code>/home/bench/.opam/system/lib/coq/user-contrib/QArithSternBrocot/Qquadratic_sign_properties.vo</code></li> <li>6,468 K <code>/home/bench/.opam/system/lib/coq/user-contrib/QArithSternBrocot/quadratic_correctness.vo</code></li> <li>3,848 K <code>/home/bench/.opam/system/lib/coq/user-contrib/QArithSternBrocot/quadraticAcc_Qquadratic_sign.vo</code></li> <li>2,419 K <code>/home/bench/.opam/system/lib/coq/user-contrib/QArithSternBrocot/Qquadratic_Qpositive_to_Qpositive.vo</code></li> <li>2,385 K <code>/home/bench/.opam/system/lib/coq/user-contrib/QArithSternBrocot/Qquadratic_sign.vo</code></li> <li>1,749 K <code>/home/bench/.opam/system/lib/coq/user-contrib/QArithSternBrocot/Qquadratic_Qpositive_to_Q_properties.vo</code></li> <li>1,300 K <code>/home/bench/.opam/system/lib/coq/user-contrib/QArithSternBrocot/Qhomographic_sign.vo</code></li> <li>1,273 K <code>/home/bench/.opam/system/lib/coq/user-contrib/QArithSternBrocot/general_Q.vo</code></li> <li>888 K <code>/home/bench/.opam/system/lib/coq/user-contrib/QArithSternBrocot/homographic_correctness.vo</code></li> <li>702 K <code>/home/bench/.opam/system/lib/coq/user-contrib/QArithSternBrocot/Qhomographic_sign_properties.vo</code></li> <li>479 K <code>/home/bench/.opam/system/lib/coq/user-contrib/QArithSternBrocot/Qhomographic_Qpositive_to_Q_properties.vo</code></li> <li>436 K <code>/home/bench/.opam/system/lib/coq/user-contrib/QArithSternBrocot/Zaux.vo</code></li> <li>408 K <code>/home/bench/.opam/system/lib/coq/user-contrib/QArithSternBrocot/Qhomographic_Qpositive_to_Qpositive.vo</code></li> <li>326 K <code>/home/bench/.opam/system/lib/coq/user-contrib/QArithSternBrocot/Qquadratic.vo</code></li> <li>257 K <code>/home/bench/.opam/system/lib/coq/user-contrib/QArithSternBrocot/homographicAcc_Qhomographic_sign.vo</code></li> <li>239 K <code>/home/bench/.opam/system/lib/coq/user-contrib/QArithSternBrocot/Q_denumerable.vo</code></li> <li>215 K <code>/home/bench/.opam/system/lib/coq/user-contrib/QArithSternBrocot/Qpositive.vo</code></li> <li>184 K <code>/home/bench/.opam/system/lib/coq/user-contrib/QArithSternBrocot/positive_fraction_encoding.vo</code></li> <li>154 K <code>/home/bench/.opam/system/lib/coq/user-contrib/QArithSternBrocot/R_addenda.vo</code></li> <li>107 K <code>/home/bench/.opam/system/lib/coq/user-contrib/QArithSternBrocot/Q_to_R.vo</code></li> <li>100 K <code>/home/bench/.opam/system/lib/coq/user-contrib/QArithSternBrocot/Q_ordered_field_properties.vo</code></li> <li>93 K <code>/home/bench/.opam/system/lib/coq/user-contrib/QArithSternBrocot/second_Field_Theory_Q.vo</code></li> <li>87 K <code>/home/bench/.opam/system/lib/coq/user-contrib/QArithSternBrocot/Qpositive_sub.vo</code></li> <li>69 K <code>/home/bench/.opam/system/lib/coq/user-contrib/QArithSternBrocot/Q_order.vo</code></li> <li>62 K <code>/home/bench/.opam/system/lib/coq/user-contrib/QArithSternBrocot/Qhomographic.vo</code></li> <li>55 K <code>/home/bench/.opam/system/lib/coq/user-contrib/QArithSternBrocot/Qpositive_plus_mult.vo</code></li> <li>54 K <code>/home/bench/.opam/system/lib/coq/user-contrib/QArithSternBrocot/Field_Theory_Q.vo</code></li> <li>49 K <code>/home/bench/.opam/system/lib/coq/user-contrib/QArithSternBrocot/sqrt2.vo</code></li> <li>49 K <code>/home/bench/.opam/system/lib/coq/user-contrib/QArithSternBrocot/Q_field.vo</code></li> <li>36 K <code>/home/bench/.opam/system/lib/coq/user-contrib/QArithSternBrocot/Qpositive_le.vo</code></li> <li>36 K <code>/home/bench/.opam/system/lib/coq/user-contrib/QArithSternBrocot/Qmax_min.vo</code></li> <li>31 K <code>/home/bench/.opam/system/lib/coq/user-contrib/QArithSternBrocot/Qabs.vo</code></li> <li>28 K <code>/home/bench/.opam/system/lib/coq/user-contrib/QArithSternBrocot/Qpositive_order.vo</code></li> <li>23 K <code>/home/bench/.opam/system/lib/coq/user-contrib/QArithSternBrocot/Q_Archimedean.vo</code></li> <li>21 K <code>/home/bench/.opam/system/lib/coq/user-contrib/QArithSternBrocot/Merge_Order.vo</code></li> <li>17 K <code>/home/bench/.opam/system/lib/coq/user-contrib/QArithSternBrocot/QArith_Stern_Brocot.vo</code></li> <li>14 K <code>/home/bench/.opam/system/lib/coq/user-contrib/QArithSternBrocot/Qsyntax.vo</code></li> <li>1 K <code>/home/bench/.opam/system/lib/coq:contrib:qarith-stern-brocot/opam.config</code></li> <li>1 K <code>/home/bench/.opam/system/install/coq:contrib:qarith-stern-brocot.install</code></li> </ul> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq:contrib:qarith-stern-brocot.8.4.dev</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>2 s</dd> <dt>Output</dt> <dd><pre>The following actions will be performed: - remove coq:contrib:qarith-stern-brocot.8.4.dev === 1 to remove === =-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= [coq:contrib:qarith-stern-brocot] Fetching https://gforge.inria.fr/git/coq-contribs/qarith-stern-brocot.git#v8.4 =-=- Removing Packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Removing coq:contrib:qarith-stern-brocot.8.4.dev. rm -R /home/bench/.opam/system/lib/coq/user-contrib/QArithSternBrocot </pre></dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io-old
clean/Linux-x86_64-4.02.1-1.2.0/unstable/8.4.5/contrib:qarith-stern-brocot/8.4.dev/2015-01-30_17-53-28.html
HTML
mit
23,955
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <title>My Python Project</title> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i%7CSource+Code+Pro:400,400i,600" /> <link rel="stylesheet" href="m-dark+documentation.compiled.css" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> </head> <body> <header><nav id="navigation"> <div class="m-container"> <div class="m-row"> <a href="index.html" id="m-navbar-brand" class="m-col-t-8 m-col-m-none m-left-m">My Python Project</a> <div class="m-col-t-4 m-hide-m m-text-right m-nopadr"> <a id="m-navbar-show" href="#navigation" title="Show navigation"></a> <a id="m-navbar-hide" href="#" title="Hide navigation"></a> </div> <div id="m-navbar-collapse" class="m-col-t-12 m-show-m m-col-m-none m-right-m"> <div class="m-row"> <ol class="m-col-t-12 m-col-m-none"> <li><a href="modules.html">Modules</a></li> <li><a href="classes.html" id="m-navbar-current">Classes</a></li> </ol> </div> </div> </div> </div> </nav></header> <main><article> <div class="m-container m-container-inflatable"> <div class="m-row"> <div class="m-col-l-10 m-push-l-1"> <h1>Classes</h1> <ul class="m-doc"> <li class="m-doc-collapsible"> <a href="#" onclick="return toggle(this)">module</a> <a href="inspect_string.html" class="m-doc">inspect_string</a> <span class="m-doc">A module</span> <ul class="m-doc"> <li>module <a href="inspect_string.another_module.html" class="m-doc">another_module</a> <span class="m-doc">Another module</span></li> <li class="m-doc-collapsible collapsed"> <a href="#" onclick="return toggle(this)">module</a> <a href="inspect_string.subpackage.html" class="m-doc">subpackage</a> <span class="m-doc">A subpackage</span> <ul class="m-doc"> <li>class <a href="inspect_string.subpackage.Foo.html" class="m-doc">Foo</a> <span class="m-doc">A class in a subpackage. Shouldn&#x27;t cause the module tree to have an expander for it.</span></li> </ul> </li> <li>class <a href="inspect_string.DerivedException.html" class="m-doc">DerivedException</a> <span class="m-doc">A class deriving from BaseException, which has the weird args getset_descriptor</span></li> <li class="m-doc-collapsible collapsed"> <a href="#" onclick="return toggle(this)">class</a> <a href="inspect_string.Foo.html" class="m-doc">Foo</a> <span class="m-doc">The foo class</span> <ul class="m-doc"> <li>class <a href="inspect_string.Foo.Subclass.html" class="m-doc">Subclass</a> <span class="m-doc">A subclass of Foo</span></li> </ul> </li> <li>class <a href="inspect_string.FooSlots.html" class="m-doc">FooSlots</a> <span class="m-doc">A class with slots. Can&#x27;t have docstrings for these.</span></li> <li>class <a href="inspect_string.Specials.html" class="m-doc">Specials</a> <span class="m-doc">Special class members</span></li> </ul> </li> </ul> <script> function toggle(e) { e.parentElement.className = e.parentElement.className == 'm-doc-collapsible' ? 'm-doc-expansible' : 'm-doc-collapsible'; return false; } /* Collapse all nodes marked as such. Doing it via JS instead of directly in markup so disabling it doesn't harm usability. The list is somehow regenerated on every iteration and shrinks as I change the classes. It's not documented anywhere and I'm not sure if this is the same across browsers, so I am going backwards in that list to be sure. */ var collapsed = document.getElementsByClassName("collapsed"); for(var i = collapsed.length - 1; i >= 0; --i) collapsed[i].className = 'm-doc-expansible'; </script> </div> </div> </div> </article></main> </body> </html>
mosra/m.css
documentation/test_python/inspect_string/classes.html
HTML
mit
4,229
<!DOCTYPE html> <html> <head> <title>Энтони Тистудио</title> <meta charset="utf-8" /> <link rel="stylesheet" media="all" href="/styles/style.css" type="text/css" /> </head> <body> <a name="top"></a> <div class="at-wrap0"> <div class="at-left"> <img src="/img/suit.png" alt="YOBA"/> </div> <div class="at-wrap1"> <div class="at-header"> <h1>Энтони Тистудио</h1> <div class="at-menu"> <div> <a href="/"> <div class="at-menu-element"> Главная </div> </a> </div> <div> <a href="/tags/код/1"> <div class="at-menu-element"> Код </div> </a> </div> <div> <a href="/portfolio"> <div class="at-menu-element"> Портфолио </div> </a> </div> <div> <a href="/contact"> <div class="at-menu-element"> Контакты </div> </a> </div> </div> </div> <div class="at-content"> <div class="at-stats"> <h3> 2 записи по тегу «statique» </h3> </div> <div class="at-articles"> <article class="at-shortened"> <a href="/entries/statique1st"><h1><span>Statique в деле</span></h1></a> <div class="at-stats-panel"> <h4 class="at-inline">26 июля 2015 в 21:30</h4> <h4 class="at-inline at-taglist at-tag-stats"> Теги: <a href="/tags/statique/1">statique</a>, <a href="/tags/код/1">код</a>, <a href="/tags/инструкция/1">инструкция</a> </h4> </div> <div class="at-article-content"> <p>Statique - система, которая создавалась с расчетом на максимальную простоту. Думаю, что никому не составит большого труда сделать свой собственный статический блог, используя богатый инструмантарий системы для обработки данных.</p> </div> <a href="/entries/statique1st"><div class="at-read-more"><span class="at-read-more-inner">Читать дальше</span></div></a> </article> <article class="at-shortened"> <a href="/entries/hello"><h1><span>Привет, Statique!</span></h1></a> <div class="at-stats-panel"> <h4 class="at-inline">26 июля 2015 в 21:29</h4> <h4 class="at-inline at-taglist at-tag-stats"> Теги: <a href="/tags/мемы/1">мемы</a>, <a href="/tags/statique/1">statique</a>, <a href="/tags/привет/1">привет</a>, <a href="/tags/история/1">история</a> </h4> </div> <div class="at-article-content"> <p><img src="/img/yoba.png" alt="Ехидная пышечка"/></p> <p>Привет!</p> <p>Если Вы видите данный текст, значит, система <em>Statique</em> работает просто отлично, как и следует работать любому продукту от Teestudio™. Собственно, что же это такое и зачем мы это впиливали?</p> <p>Нажмите на "Читать далее", чтобы узнать.</p> </div> <a href="/entries/hello"><div class="at-read-more"><span class="at-read-more-inner">Читать дальше</span></div></a> </article> <div> </div> </div> </div> </div> <div class="at-clear"></div> <div class="at-footer"> <a href="#top">↑ Наверх</a> <div> <div>&copy; 2015 Teestudio Foundation, Russia</div> <div>&copy; 2015 Anthony Teestudio</div> </div> </div> </div> </body> </html>
teestudio/anthony
tags/statique/1/index.html
HTML
mit
4,734
<!doctype html> <html class="no-js" lang=""> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title>Random Design Co</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="apple-touch-icon" href="apple-touch-icon.png"> <!-- Place favicon.ico in the root directory --> <link rel="stylesheet" href="css/normalize.css"> <link rel="stylesheet" href="css/main.css"> <script src="js/vendor/modernizr-2.8.3.min.js"></script> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> </head> <body> <header class="page_header"> <h1>RANDOM DESIGN CO.</h1> <nav class="main-nav"> <i class="fa fa-bars"></i> </nav> </header> <section class="page-section banner"> <div class="banner_content"> <h2>BE RANDOM</h2> <a href="#" class="btn">OMG YES!</a> </div> <img src="img/purple-bg.jpeg" class="banner_bg" alt="banner"> </section> <section class="page-section"> <h2>ABOUT US</h2> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eos nam non, explicabo cum inventore, molestiae fuga nulla repellendus architecto rerum nostrum at amet, officia eum quisquam earum ipsam similique ad!</p> </section> <section class="page-section"> <h2>LATEST WORK</h2> <div class="clearfix"> <a href="#"> <article class="projects"> <h3>PROJECT 1</h3> <img src="img/1-cocktail.jpeg" alt="cocktail"> </article> </a> <a href="#"> <article class="projects"> <h3>PROJECT 2</h3> <img src="img/2-disco.jpeg" alt="disco"> </article> </a> <a href="#"> <article class="projects"> <h3>PROJECT 3</h3> <img src="img/3-bookstore.jpeg" alt="bookstore"> </article> </a> <a href="#"> <article class="projects"> <h3>PROJECT 4</h3> <img src="img/4-traffic.jpeg" alt="traffic"> </article> </a> <a href="#"> <article class="projects"> <h3>PROJECT 5</h3> <img src="img/5-concert.jpg" alt="concert"> </article> </a> <a href="#"> <article class="projects"> <h3>PROJECT 6</h3> <img src="img/6-nightlife.jpg" alt="nightlife"> </article> </a> <a href="#"> <article class="projects"> <h3>PROJECT 7</h3> <img src="img/7-bar.jpg" alt="bar"> </article> </a> </div> </section> <footer class="page-footer"> <p>© 2016 Random Design Co.</p> </footer> <script src="https://code.jquery.com/jquery-1.12.0.min.js"></script> <script>window.jQuery || document.write('<script src="js/vendor/jquery-1.12.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> (function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]= function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date; e=o.createElement(i);r=o.getElementsByTagName(i)[0]; e.src='https://www.google-analytics.com/analytics.js'; r.parentNode.insertBefore(e,r)}(window,document,'script','ga')); ga('create','UA-XXXXX-X','auto');ga('send','pageview'); </script> </body> </html>
bthoes/Initial-Commit
index.html
HTML
mit
3,548
<div ng-controller="PaneController"> <div class="modal-header"> <h3 class="modal-title">Add person</h3> </div> <div class="modal-body" ng-controller="PersonController as personCtrl"> <div> <div> <form ng-model="poc"> <label>Person:<input type="text" ng-model="search.$"> </label> </form> <div class="resultslist"> <ul> <li ng:repeat="item in share.people | filter:search:strict"> <div class="result"> <span ng-click="personCtrl.addTerm('recipient', item.Id)">{{item.Prefix}} {{item.FirstName}} {{item.LastName}} {{item.Suffix}} ({{item.StartDate}} — {{item.EndDate}})</span> | <a ng-href="{{item.DBpedia}}" target="_">DBpedia</a> </div> </li> </ul> </div> </div> </div> </div> <div class="modal-footer"> <button class="btn btn-primary" ng-click="ok()">OK</button> <button class="btn btn-warning" ng-click="cancel()">Cancel</button> </div> </div>
brinxmat/rdf-data-entry
NTNU-example/app/templates/recipient-pane-data.html
HTML
mit
1,018
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>User agent detail - Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 5.1) Opera 7.0 [en]</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/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 5.1) Opera 7.0 [en] </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>Browscap<br /><small>6014</small><br /><small>vendor/browscap/browscap/tests/fixtures/issues/issue-900.php</small></td><td>Opera 7.0</td><td>Presto 1.0</td><td>WinXP 5.1</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>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-b3ace57b-0c56-4fa0-aa1d-8ee4ba0e42c7">Detail</a> <!-- Modal Structure --> <div id="modal-b3ace57b-0c56-4fa0-aa1d-8ee4ba0e42c7" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Browscap result detail</h4> <p><pre><code class="php">Array ( [Comment] => Opera 7.0 [Browser] => Opera [Browser_Type] => Browser [Browser_Bits] => 32 [Browser_Maker] => Opera Software ASA [Browser_Modus] => unknown [Version] => 7.0 [MajorVer] => 7 [MinorVer] => 0 [Platform] => WinXP [Platform_Version] => 5.1 [Platform_Description] => Windows XP [Platform_Bits] => 32 [Platform_Maker] => Microsoft Corporation [Alpha] => [Beta] => [Win16] => [Win32] => 1 [Win64] => [Frames] => 1 [IFrames] => 1 [Tables] => 1 [Cookies] => 1 [BackgroundSounds] => [JavaScript] => 1 [VBScript] => [JavaApplets] => [ActiveXControls] => [isMobileDevice] => [isTablet] => [isSyndicationReader] => [Crawler] => [isFake] => [isAnonymized] => [isModified] => [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] => Presto [RenderingEngine_Version] => 1.0 [RenderingEngine_Maker] => Opera Software ASA ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><th colspan="14" class="green lighten-3">Providers</th></tr><tr><td>BrowscapFull<br /><small>6014</small><br /></td><td>Opera 7.0</td><td>Presto 1.0</td><td>WinXP 5.1</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.026</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\/4\.0 \(compatible; msie.*windows nt 5\.1.*\).*opera.7\.0.*$/ [browser_name_pattern] => mozilla/4.0 (compatible; msie*windows nt 5.1*)*opera?7.0* [parent] => Opera 7.0 [comment] => Opera 7.0 [browser] => Opera [browser_type] => Browser [browser_bits] => 32 [browser_maker] => Opera Software ASA [browser_modus] => unknown [version] => 7.0 [majorver] => 7 [minorver] => 0 [platform] => WinXP [platform_version] => 5.1 [platform_description] => Windows XP [platform_bits] => 32 [platform_maker] => Microsoft Corporation [alpha] => [beta] => [win16] => [win32] => 1 [win64] => [frames] => 1 [iframes] => 1 [tables] => 1 [cookies] => 1 [backgroundsounds] => [javascript] => 1 [vbscript] => [javaapplets] => [activexcontrols] => [ismobiledevice] => [istablet] => [issyndicationreader] => [crawler] => [isfake] => [isanonymized] => [ismodified] => [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] => Presto [renderingengine_version] => 1.0 [renderingengine_description] => For Opera 7 and above, Macromedia Dreamweaver MX and MX 2004 (Mac), and Adobe Creative Suite 2. [renderingengine_maker] => Opera Software ASA ) </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>IE 6.0</td><td><i class="material-icons">close</i></td><td>Win32 </td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>Desktop</td><td></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.014</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-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\/4\.0 \(compatible; msie 6\.0.*; .*windows.*$/ [browser_name_pattern] => mozilla/4.0 (compatible; msie 6.0*; *windows* [parent] => IE 6.0 for Desktop [comment] => IE 6.0 [browser] => IE [browser_type] => unknown [browser_bits] => 0 [browser_maker] => unknown [browser_modus] => unknown [version] => 6.0 [majorver] => 0 [minorver] => 0 [platform] => Win32 [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] => [istablet] => [issyndicationreader] => false [crawler] => false [isfake] => false [isanonymized] => false [ismodified] => false [cssversion] => 0 [aolversion] => 0 [device_name] => unknown [device_maker] => unknown [device_type] => Desktop [device_pointing_method] => unknown [device_code_name] => unknown [device_brand_name] => unknown [renderingengine_name] => unknown [renderingengine_version] => unknown [renderingengine_description] => unknown [renderingengine_maker] => unknown ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>BrowscapPhp<br /><small>6014</small><br /></td><td>Opera 7.0</td><td><i class="material-icons">close</i></td><td>WinXP </td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>Desktop</td><td></td><td></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-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\/4\.0 \(compatible; msie.*windows nt 5\.1.*\).*opera.7\.0.*$/ [browser_name_pattern] => mozilla/4.0 (compatible; msie*windows nt 5.1*)*opera?7.0* [parent] => Opera 7.0 [comment] => Opera 7.0 [browser] => Opera [browser_type] => unknown [browser_bits] => 0 [browser_maker] => Opera Software ASA [browser_modus] => unknown [version] => 7.0 [majorver] => 7 [minorver] => 0 [platform] => WinXP [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] => [istablet] => [issyndicationreader] => false [crawler] => [isfake] => false [isanonymized] => false [ismodified] => false [cssversion] => 0 [aolversion] => 0 [device_name] => unknown [device_maker] => unknown [device_type] => Desktop [device_pointing_method] => mouse [device_code_name] => unknown [device_brand_name] => unknown [renderingengine_name] => unknown [renderingengine_version] => unknown [renderingengine_description] => unknown [renderingengine_maker] => unknown ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>DonatjUAParser<br /><small>v0.5.1</small><br /></td><td>Opera 7.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] => Windows [browser] => Opera [version] => 7.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>Opera 7.0</td><td><i class="material-icons">close</i></td><td>Windows 5.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></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-b85a2b91-6a55-4436-a82c-1ea0d46e2e51">Detail</a> <!-- Modal Structure --> <div id="modal-b85a2b91-6a55-4436-a82c-1ea0d46e2e51" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>JenssegersAgent result detail</h4> <p><pre><code class="php">Array ( [browserName] => Opera [browserVersion] => 7.0 [osName] => Windows [osVersion] => 5.1 [deviceModel] => [isMobile] => [isRobot] => [botName] => ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>NeutrinoApiCom<br /><small></small><br /></td><td>Opera 7.0</td><td><i class="material-icons">close</i></td><td>Windows 5.1</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.20401</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] => 0 [is_mobile] => [type] => desktop-browser [mobile_brand] => [mobile_model] => [version] => 7.0 [is_android] => [browser_name] => Opera [operating_system_family] => Windows [operating_system_version] => 5.1 [is_ios] => [producer] => Opera Software ASA. [operating_system] => Windows XP [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.6.1</small><br /></td><td>Opera 7.0</td><td>Presto </td><td>Windows XP</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-4a941d34-a8d3-4914-9724-346f60ad7046">Detail</a> <!-- Modal Structure --> <div id="modal-4a941d34-a8d3-4914-9724-346f60ad7046" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>PiwikDeviceDetector result detail</h4> <p><pre><code class="php">Array ( [client] => Array ( [type] => browser [name] => Opera [short_name] => OP [version] => 7.0 [engine] => Presto ) [operatingSystem] => Array ( [name] => Windows [short_name] => WIN [version] => XP [platform] => ) [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.1</small><br /></td><td>Opera 7.0</td><td><i class="material-icons">close</i></td><td>Windows XP</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-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/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 5.1) Opera 7.0 [en] ) [name:Sinergi\BrowserDetector\Browser:private] => Opera [version:Sinergi\BrowserDetector\Browser:private] => 7.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] => Windows [version:Sinergi\BrowserDetector\Os:private] => XP [isMobile:Sinergi\BrowserDetector\Os:private] => [userAgent:Sinergi\BrowserDetector\Os:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 5.1) Opera 7.0 [en] ) ) [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/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 5.1) Opera 7.0 [en] ) ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UAParser<br /><small>v3.4.5</small><br /></td><td>Opera 7.0</td><td><i class="material-icons">close</i></td><td>Windows XP </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.005</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] => 7 [minor] => 0 [patch] => [family] => Opera ) [os] => UAParser\Result\OperatingSystem Object ( [major] => [minor] => [patch] => [patchMinor] => [family] => Windows XP ) [device] => UAParser\Result\Device Object ( [brand] => [model] => [family] => Other ) [originalUserAgent] => Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 5.1) Opera 7.0 [en] ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UserAgentApiCom<br /><small></small><br /></td><td>Opera 7.0</td><td> </td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>Desktop</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.16601</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] => Windows XP [platform_version] => Windows NT 5.1 [platform_type] => Desktop [browser_name] => Opera [browser_version] => 7.0 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UserAgentStringCom<br /><small></small><br /></td><td>Opera 7.0</td><td><i class="material-icons">close</i></td><td>Windows XP </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.068</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] => Opera [agent_version] => 7.0 [os_type] => Windows [os_name] => Windows XP [os_versionName] => [os_versionNumber] => [os_producer] => [os_producerURL] => [linux_distibution] => Null [agent_language] => English [agent_languageTag] => en ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>WhatIsMyBrowserCom<br /><small></small><br /></td><td>Opera 7.0</td><td> </td><td>Windows Windows NT 5.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.23301</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] => Windows [simple_sub_description_string] => [simple_browser_string] => Opera 7 on Windows XP [browser_version] => 7 [extra_info] => stdClass Object ( [20] => Array ( [0] => Pretending to be Internet Explorer 6 ) ) [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] => opera [operating_system_version] => XP [simple_operating_platform_string] => [is_abusive] => [layout_engine_version] => [browser_capabilities] => Array ( ) [operating_platform_vendor_name] => [operating_system] => Windows XP [operating_system_version_full] => Windows NT 5.1 [operating_platform_code] => [browser_name] => Opera [operating_system_name_code] => windows [user_agent] => Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 5.1) Opera 7.0 [en] [browser_version_full] => 7.0 [browser] => Opera 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>v2.0.18</small><br /></td><td>Opera 7.0</td><td> </td><td>Windows XP</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.004</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-083a336f-5d73-4505-84f3-c5fc9bb78652">Detail</a> <!-- Modal Structure --> <div id="modal-083a336f-5d73-4505-84f3-c5fc9bb78652" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhichBrowser result detail</h4> <p><pre><code class="php">Array ( [browser] => Array ( [name] => Opera [version] => 7.0 [type] => browser ) [os] => Array ( [name] => Windows [version] => Array ( [value] => 5.1 [alias] => XP ) ) [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><br /></td><td>Internet Explorer 6.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>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</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] => Internet Explorer [vendor] => Microsoft [version] => 6.0 [category] => pc [os] => Windows XP [os_version] => NT 5.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> </td><td><i class="material-icons">close</i></td><td> </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.021</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-a2bedf8c-4a95-42a7-96c5-aaf233b2ac50">Detail</a> <!-- Modal Structure --> <div id="modal-a2bedf8c-4a95-42a7-96c5-aaf233b2ac50" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Wurfl result detail</h4> <p><pre><code class="php">Array ( [virtual] => Array ( [is_android] => false [is_ios] => false [is_windows_phone] => false [is_app] => false [is_full_desktop] => 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] => [advertised_device_os_version] => [advertised_browser] => [advertised_browser_version] => [complete_device_name] => Opera Software Opera [device_name] => Opera Software Opera [form_factor] => Desktop [is_phone] => false [is_app_webview] => false ) [all] => Array ( [brand_name] => Opera Software [model_name] => Opera [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] => Opera [mobile_browser_version] => 7.0 [device_os_version] => [pointing_method] => mouse [release_date] => 2003_january [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] => 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] => 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] => width_equals_max_image_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 ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Zsxsoft<br /><small>1.3</small><br /></td><td>Opera 7.0</td><td><i class="material-icons">close</i></td><td>Windows XP</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://www.opera.com/ [title] => Opera 7.0 [name] => Opera [version] => 7.0 [code] => opera-1 [image] => img/16/browser/opera-1.png ) [os] => Array ( [link] => http://www.microsoft.com/windows/ [name] => Windows [version] => XP [code] => win-2 [x64] => [title] => Windows XP [type] => os [dir] => os [image] => img/16/os/win-2.png ) [device] => Array ( [link] => [title] => [model] => [brand] => [code] => null [dir] => device [type] => device [image] => img/16/device/null.png ) [platform] => Array ( [link] => http://www.microsoft.com/windows/ [name] => Windows [version] => XP [code] => win-2 [x64] => [title] => Windows XP [type] => os [dir] => os [image] => img/16/os/win-2.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:00:58</i> | by <a href="https://github.com/ThaDafinser">ThaDafinser</a> </div> </div> </div> <script src="https://code.jquery.com/jquery-2.1.4.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"></script> <script src="http://cdnjs.cloudflare.com/ajax/libs/list.js/1.2.0/list.min.js"></script> <script> $(document).ready(function(){ // the "href" attribute of .modal-trigger must specify the modal ID that wants to be triggered $('.modal-trigger').leanModal(); }); </script> </body> </html>
ThaDafinser/UserAgentParserComparison
v5/user-agent-detail/7d/e3/7de3554a-c85e-427a-a3d4-cf656e01fb1c.html
HTML
mit
55,789
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>18 --> 19</title> <link href="./../../assets/style.css" rel="stylesheet"> </head> <body> <h2>You have to be fast</h2> <a href="./2ac1f38f6642fd3e1d4749b4b5c2eb811fc47273838e819f064d3c14a70d0bea.html">Teleport</a> <hr> <a href="./../../about.md">About</a> (Spoilers! ) <script src="./../../assets/md5.js"></script> <script> window.currentLevel = 7; </script> <script src="./../../assets/script.js"></script> </body> </html>
simonmysun/praxis
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/f332d8c341f21d167412913e57c3f720c8e14bdfdce343581e33c242c397052d.html
HTML
mit
550
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>gappa: 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 / gappa - 1.4.2</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> gappa <small> 1.4.2 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-25 14:20:56 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-25 14:20:56 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.11.2 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.11.2 The OCaml compiler (virtual package) ocaml-base-compiler 4.11.2 Official release 4.11.2 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://gappa.gitlabpages.inria.fr/&quot; dev-repo: &quot;git+https://gitlab.inria.fr/gappa/coq.git&quot; bug-reports: &quot;https://gitlab.inria.fr/gappa/coq/issues&quot; license: &quot;LGPL 2.1&quot; build: [ [&quot;./configure&quot;] [&quot;./remake&quot; &quot;-j%{jobs}%&quot;] ] install: [&quot;./remake&quot; &quot;install&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.8.1&quot; &amp; &lt; &quot;8.10~&quot;} &quot;coq-flocq&quot; {&gt;= &quot;3.0&quot;} ] tags: [ &quot;keyword:floating-point arithmetic&quot; &quot;keyword:interval arithmetic&quot; &quot;keyword:decision procedure&quot; &quot;category:Computer Science/Decision Procedures and Certified Algorithms/Decision procedures&quot; ] authors: [ &quot;Guillaume Melquiond &lt;[email protected]&gt;&quot; ] synopsis: &quot;A Coq tactic for discharging goals about floating-point arithmetic and round-off errors using the Gappa prover&quot; url { src: &quot;https://gappa.gitlabpages.inria.fr/releases/gappalib-coq-1.4.2.tar.gz&quot; checksum: &quot;sha512=60e8c9e1db5ae6d993b5b7af744bb78963ea57cff211a43f98814a1f79d05564d0f2eb6fb9fc263c34f06205f7a2a99bb988a92d1f9f6c379791225909c516e5&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-gappa.1.4.2 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-gappa -&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-gappa.1.4.2</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.11.2-2.0.7/released/8.11.2/gappa/1.4.2.html
HTML
mit
6,848
<!DOCTYPE html> <html lang="de"> <head> <title>Feedback 5 – WPF Digitale Kommunikation – Medieninformatik am Campus Gummersbach</title> <!--[if lt IE 9]> <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1.0, maximum-scale=1.0"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css"> <link href="https://fonts.googleapis.com/css?family=PT+Sans" rel="stylesheet"> <link rel="stylesheet" type="text/css" href="/mi-wpf-digitale-kommunikation/style.css" /> <link rel="alternate" type="application/rss+xml" title="WPF Digitale Kommunikation - Medieninformatik am Campus Gummersbach" href="/mi-wpf-digitale-kommunikation/feed.xml" /> <link rel="shortcut icon" type="image/x-icon" href="/mi-wpf-digitale-kommunikation/favicon.ico"> </head> <body> <section class="hero is-primary"> <!-- Hero header: will stick at the top --> <div class="hero-head"> <header class="nav"> <div class="container"> <div class="nav-left"> <a href="/mi-wpf-digitale-kommunikation/" class="nav-item"><img src="https://raw.githubusercontent.com/th-koeln/mi-2017/master/images/box.png" /></a> </div> <span class="nav-toggle"> <span></span> <span></span> <span></span> </span> <div class="nav-right nav-menu"> <a href="/mi-wpf-digitale-kommunikation/termine/" class="nav-item">Termine</a> <!--a href="/mi-wpf-digitale-kommunikation/niveaustufen/" class="nav-item">Niveaustufen & Deliverables</a--> <a href="/mi-wpf-digitale-kommunikation/links/" class="nav-item">Links</a> <!--a href="/mi-wpf-digitale-kommunikation/faq/" class="nav-item">FAQ</a--> <a href="https://github.com/th-koeln/mi-wpf-digitale-kommunikation/issues/new" class="nav-item">Frage stellen</a> <a href="https://github.com/th-koeln/mi-wpf-digitale-kommunikation" class="nav-item">Repo</a> </div> </div> </header> </div> <!-- Hero content: will be in the middle --> <div class="hero-body"> <div class="container"> <h1 class="title is-1"> WPF Digitale Kommunikation </h1> <h2 class="subtitle is-3"> Medieninformatik am Campus Gummersbach </h2> </div> </div> <!-- Hero footer: will stick at the bottom --> <!--div class="hero-foot"> <nav class="tabs is-boxed is-fullwidth"> <div class="container"> <ul> <li class="is-active"><a>Overview</a></li> <li><a>Modifiers</a></li> <li><a>Grid</a></li> <li><a>Elements</a></li> <li><a>Components</a></li> <li><a>Layout</a></li> </ul> </div> </nav> </div--> </section> <section class="section modulfacts"> <div class="container"> <div class="content"> <div class="columns"> <div class="column is-8"><h1>Feedback zu Ihren Projekten</h1></div> <div class="column is-4 has-text-right"> <!--a target="_blank" href="https://github.com/th-koeln/mi-bachelor-gdvk/edit/master/_lehrveranstaltungen/feedback-5.md"><span class="icon"><i class="fa fa-edit"></i></span> Bearbeiten</a--> </div> </div> <dl class="overview"> <dt>Dauer</dt><dd>60 min</dd> <dt>Typ</dt><dd>Feedback & Support</dd> <dt>Maximale Teilnehmerzahl</dt><dd>30 Teilnehmer</dd> <dt>Verantwortlich</dt><dd>Christian Noss</dd> <dt>Info</dt><dd>Gelegenheit die Arbeitsergebnisse vorzustellen und Feedback zu erhalten.</dd> </dl> </div> </div> <div class="modulbeschreibung"> <div class="container"> <div class="content"> </div> </div> </div> </section> <footer class="footer is-non-print"> <div class="container"> <ul class="menu-list"> <li><a href="/mi-wpf-digitale-kommunikation/termine/" class="nav-item">Termine</a></li> <!--li><a href="/mi-wpf-digitale-kommunikation/niveaustufen/" class="nav-item">Niveaustufen & Deliverables</a></li--> <li><a href="/mi-wpf-digitale-kommunikation/links/" class="nav-item">Links</a></li> <!--li><a href="/mi-wpf-digitale-kommunikation/faq/" class="nav-item">FAQ</a></li--> <li><a href="https://github.com/th-koeln/mi-wpf-digitale-kommunikation/issues/new" class="nav-item">Frage stellen</a></li> <li><a href="https://github.com/th-koeln/mi-wpf-digitale-kommunikation" class="nav-item">Repo</a></li> </ul> </div> </footer> <script type="text/javascript" src="/mi-wpf-digitale-kommunikation/mi-2017.js"></script> </body> </html>
th-koeln/mi-wpf-digitale-kommunikation
_site/lehrveranstaltungen/feedback-5/index.html
HTML
mit
4,892
<HTML><HEAD> <TITLE>Review for Mission: Impossible II (2000)</TITLE> <LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css"> </HEAD> <BODY BGCOLOR="#FFFFFF" TEXT="#000000"> <H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0120755">Mission: Impossible II (2000)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?David+N.+Butterworth">David N. Butterworth</A></H3><HR WIDTH="40%" SIZE="4"> <PRE>MISSION: IMPOSSIBLE 2 A film review by David N. Butterworth Copyright 2000 David N. Butterworth</PRE> <PRE>** (out of ****)</PRE> <P> If there's anything to be learned from "Mission: Impossible 2" it's that, contrary to popular belief, machine guns really aren't all that dangerous.</P> <P> I can't for the life of me remember how many times magazinefuls of bullets are unloaded at our spry hero Ethan Hunt, yet he simply ducks, dodges, grins, and returns fire as if there were no tomorrow.</P> <P> Unfortunately there IS a tomorrow, and it's arrived in the form of a very unnecessary follow-up to a very poor big-screen version of a great '60's television series, aka "Brian De Palma mucked up the first one; now let's watch John Woo muck up the second."</P> <P> Woo, the man responsible for such masterful Hong Kong actioners as "A Better Tomorrow," "The Killer," and "Hard-Boiled," has style--that cannot be denied. But substance? "Mission: Impossible 2" contains some of the most inane dialogue ever uttered on the silver screen. How about "I'm not going to lose you" sobbed to a cute one-night stand? And remember the fantastic cleverness of the original TV series so blatantly absent from the first "MI" movie? Well it's even more absent here. Second time around, the only plot twist is the ol' rubber mask removal trick which happens at least five times until, frankly, it's lost ALL of its appeal.</P> <P> Of course, Tom Cruise is super dreamy even though his incessant grinning grates on the nerves of not only the arch villain (played by Dougray Scott, the handsome prince to Drew Barrymore's Cinders in "Ever After"). In fact, Tom grins throughout the ENTIRE first act until his boss, played by the gracefully-aging and uncredited Anthony Hopkins, makes some crack about this not being Mission: Difficult. Harrumph!</P> <P> But come on. This film has NOTHING whatsoever to do with "MI"-the television series. Bruce Geller's creation boasted intricate, sophisticated plots that wowed you with their gadgets and complex ingenuity. Once the facts were on the table, the mission--should Jim Phelps (now Ethan Hunt) and his allies choose to accept it (they invariably did)--truly did seem impossible to pull off. The mission in "M:i-2" is to hire three people, make sure one of them is Thandie Newton, and recover a stolen virus named Chimera. Now how impossible is that?</P> <P> Newton, of course, provides the sexy love interest and she performs this task admirably. The other two agents are Ving Rhames, who knows how to use a computer, and some Australian guy who knows how to fly a helicopter. So far this sounds like Mission: Piece o' Cake. Scott, as the villain, is refreshingly wholesome--and perfectly decent--but even he gets stuck in too many obvious situations. How many films have you seen in which the bad guy threatens to neaten the tip of someone's pinkie as if it were a slim Cuban panatela?</P> <P> If the only problem with "M:i-2" were its sparkling lack of originality, then audiences might still find some enjoyment in the interminable action sequences. But even these are lacking Woo's trademark sophistication. There's gunfire a-plenty, but it all seems rather noisy and unchoreographed. Tom and Dougray engage in a motorcycle showdown in which they race at each other at 100mph, leap from their mounts, collide in mid-air, wrestle each other to the ground, and STILL find the energy to kick each other in the head for fifteen minutes. This was easily the film's funniest scene, according to my pre-teen daughters.</P> <P> Likewise, the scariest scene is when Thandie injects the virus into her own arm--"I just wasn't thinking!"--and the dumbest scene is when Dougray shoots his own henchman without first checking to see if he was wearing a Tom Cruise mask. And to think Robert Towne ("Chinatown") wrote this screenplay.</P> <P> It's never boring, but "Mission: Impossible 2" might well be the silliest movie you'll see this summer.</P> <PRE>-- David N. Butterworth <A HREF="mailto:[email protected]">[email protected]</A></PRE> <P>Got beef? Visit "La Movie Boeuf" online at <A HREF="http://members.dca.net/dnb">http://members.dca.net/dnb</A></P> <HR><P CLASS=flush><SMALL>The review above was posted to the <A HREF="news:rec.arts.movies.reviews">rec.arts.movies.reviews</A> newsgroup (<A HREF="news:de.rec.film.kritiken">de.rec.film.kritiken</A> for German reviews).<BR> The Internet Movie Database accepts no responsibility for the contents of the review and has no editorial control. Unless stated otherwise, the copyright belongs to the author.<BR> Please direct comments/criticisms of the review to relevant newsgroups.<BR> Broken URLs inthe reviews are the responsibility of the author.<BR> The formatting of the review is likely to differ from the original due to ASCII to HTML conversion. </SMALL></P> <P ALIGN=CENTER>Related links: <A HREF="/Reviews/">index of all rec.arts.movies.reviews reviews</A></P> </P></BODY></HTML>
xianjunzhengbackup/code
data science/machine_learning_for_the_web/chapter_4/movie/24990.html
HTML
mit
5,539
<table> <tbody> <tr class="votable"> <td> <div data-id="1"> <form action="/votes/1" class="formtastic vote" id="edit_vote_1"> <input name="_method" type="hidden" value="delete" /> <input class="unvote" name="commit" type="submit" value="Unvote" /> </form> </div> </td> <td> <div data-id="2"> <form action="/votes/2" class="formtastic vote" data-role="delete" id="edit_vote_2"> <input name="_method" type="hidden" value="delete" /> <input class="unvote" name="commit" type="submit" value="Unvote" /> </form> </div> </td> </tr> </tbody> <tfoot> <tr> <td class="vote-count" data-id="1">1</td> <td class="vote-count" data-id="2">1</td> </tr> </tfoot> </table>
drucko/sched.do
spec/javascripts/templates/unvote.html
HTML
mit
839
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc on Sun Aug 01 21:54:59 BST 2004 --> <TITLE> RowSetDynaClass (Bean Introspection Utilities (Version 1.7)) </TITLE> <META NAME="keywords" CONTENT="org.apache.commons.beanutils.RowSetDynaClass,RowSetDynaClass class"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> </HEAD> <SCRIPT> function asd() { parent.document.title="RowSetDynaClass (Bean Introspection Utilities (Version 1.7))"; } </SCRIPT> <BODY BGCOLOR="white" onload="asd();"> <!-- ========== START OF NAVBAR ========== --> <A NAME="navbar_top"><!-- --></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"> <TR> <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"> <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="../../../../org/apache/commons/beanutils/ResultSetIterator.html"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../org/apache/commons/beanutils/WrapDynaBean.html"><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="RowSetDynaClass.html" TARGET="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp; <SCRIPT> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html" TARGET=""><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;<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;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <!-- =========== END OF NAVBAR =========== --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> org.apache.commons.beanutils</FONT> <BR> Class RowSetDynaClass</H2> <PRE> java.lang.Object | +--<A HREF="../../../../org/apache/commons/beanutils/JDBCDynaClass.html">org.apache.commons.beanutils.JDBCDynaClass</A> | +--<B>org.apache.commons.beanutils.RowSetDynaClass</B> </PRE> <DL> <DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../org/apache/commons/beanutils/DynaClass.html">DynaClass</A>, java.io.Serializable</DD> </DL> <HR> <DL> <DT>public class <B>RowSetDynaClass</B><DT>extends <A HREF="../../../../org/apache/commons/beanutils/JDBCDynaClass.html">JDBCDynaClass</A><DT>implements <A HREF="../../../../org/apache/commons/beanutils/DynaClass.html">DynaClass</A>, java.io.Serializable</DL> <P> <p>Implementation of <A HREF="../../../../org/apache/commons/beanutils/DynaClass.html"><CODE>DynaClass</CODE></A> that creates an in-memory collection of <A HREF="../../../../org/apache/commons/beanutils/DynaBean.html"><CODE>DynaBean</CODE></A>s representing the results of an SQL query. Once the <A HREF="../../../../org/apache/commons/beanutils/DynaClass.html"><CODE>DynaClass</CODE></A> instance has been created, the JDBC <code>ResultSet</code> and <code>Statement</code> on which it is based can be closed, and the underlying <code>Connection</code> can be returned to its connection pool (if you are using one).</p> <p>The normal usage pattern is something like:</p> <pre> Connection conn = ...; // Acquire connection from pool Statement stmt = conn.createStatement(); ResultSet rs = stmt.executeQuery("SELECT ..."); RowSetDynaClass rsdc = new RowSetDynaClass(rs); rs.close(); stmt.close(); ...; // Return connection to pool List rows = rsdc.getRows(); ...; // Process the rows as desired </pre> <p>Each column in the result set will be represented as a <A HREF="../../../../org/apache/commons/beanutils/DynaBean.html"><CODE>DynaBean</CODE></A> property of the corresponding name (optionally forced to lower case for portability). There will be one <A HREF="../../../../org/apache/commons/beanutils/DynaBean.html"><CODE>DynaBean</CODE></A> in the <code>List</code> returned by <code>getRows()</code> for each row in the original <code>ResultSet</code>.</p> <p>In general, instances of <A HREF="../../../../org/apache/commons/beanutils/RowSetDynaClass.html"><CODE>RowSetDynaClass</CODE></A> can be serialized and deserialized, which will automatically include the list of <A HREF="../../../../org/apache/commons/beanutils/DynaBean.html"><CODE>DynaBean</CODE></A>s representing the data content. The only exception to this rule would be when the underlying property values that were copied from the <code>ResultSet</code> originally cannot themselves be serialized. Therefore, a <A HREF="../../../../org/apache/commons/beanutils/RowSetDynaClass.html"><CODE>RowSetDynaClass</CODE></A> makes a very convenient mechanism for transporting data sets to remote Java-based application components.</p> <P> <P> <DL> <DT><B>Version:</B></DT> <DD>$Revision: 1.9 $ $Date: 2004/02/28 13:18:34 $</DD> <DT><B>Author:</B></DT> <DD>Craig R. McClanahan</DD> <DT><B>See Also:</B><DD><A HREF="../../../../serialized-form.html" TARGET="org.apache.commons.beanutils.RowSetDynaClass">Serialized Form</A></DL> <HR> <P> <!-- ======== NESTED CLASS SUMMARY ======== --> <!-- =========== FIELD SUMMARY =========== --> <A NAME="field_summary"><!-- --></A> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> <B>Field Summary</B></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/commons/beanutils/RowSetDynaClass.html#limit">limit</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Limits the size of the returned list.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/commons/beanutils/RowSetDynaClass.html#lowerCase">lowerCase</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Flag defining whether column names should be lower cased when converted to property names.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;<A HREF="../../../../org/apache/commons/beanutils/DynaProperty.html">DynaProperty</A>[]</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/commons/beanutils/RowSetDynaClass.html#properties">properties</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The set of dynamic properties that are part of this <A HREF="../../../../org/apache/commons/beanutils/DynaClass.html"><CODE>DynaClass</CODE></A>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;java.util.Map</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/commons/beanutils/RowSetDynaClass.html#propertiesMap">propertiesMap</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The set of dynamic properties that are part of this <A HREF="../../../../org/apache/commons/beanutils/DynaClass.html"><CODE>DynaClass</CODE></A>, keyed by the property name.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;java.util.List</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/commons/beanutils/RowSetDynaClass.html#rows">rows</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The list of <A HREF="../../../../org/apache/commons/beanutils/DynaBean.html"><CODE>DynaBean</CODE></A>s representing the contents of the original <code>ResultSet</code> on which this <A HREF="../../../../org/apache/commons/beanutils/RowSetDynaClass.html"><CODE>RowSetDynaClass</CODE></A> was based.</TD> </TR> </TABLE> &nbsp; <!-- ======== CONSTRUCTOR SUMMARY ======== --> <A NAME="constructor_summary"><!-- --></A> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <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="../../../../org/apache/commons/beanutils/RowSetDynaClass.html#RowSetDynaClass(java.sql.ResultSet)">RowSetDynaClass</A></B>(java.sql.ResultSet&nbsp;resultSet)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Construct a new <A HREF="../../../../org/apache/commons/beanutils/RowSetDynaClass.html"><CODE>RowSetDynaClass</CODE></A> for the specified <code>ResultSet</code>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../org/apache/commons/beanutils/RowSetDynaClass.html#RowSetDynaClass(java.sql.ResultSet, boolean)">RowSetDynaClass</A></B>(java.sql.ResultSet&nbsp;resultSet, boolean&nbsp;lowerCase)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Construct a new <A HREF="../../../../org/apache/commons/beanutils/RowSetDynaClass.html"><CODE>RowSetDynaClass</CODE></A> for the specified <code>ResultSet</code>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../org/apache/commons/beanutils/RowSetDynaClass.html#RowSetDynaClass(java.sql.ResultSet, boolean, int)">RowSetDynaClass</A></B>(java.sql.ResultSet&nbsp;resultSet, boolean&nbsp;lowerCase, int&nbsp;limit)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Construct a new <A HREF="../../../../org/apache/commons/beanutils/RowSetDynaClass.html"><CODE>RowSetDynaClass</CODE></A> for the specified <code>ResultSet</code>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../org/apache/commons/beanutils/RowSetDynaClass.html#RowSetDynaClass(java.sql.ResultSet, int)">RowSetDynaClass</A></B>(java.sql.ResultSet&nbsp;resultSet, int&nbsp;limit)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Construct a new <A HREF="../../../../org/apache/commons/beanutils/RowSetDynaClass.html"><CODE>RowSetDynaClass</CODE></A> for the specified <code>ResultSet</code>.</TD> </TR> </TABLE> &nbsp; <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <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>protected &nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/commons/beanutils/RowSetDynaClass.html#copy(java.sql.ResultSet)">copy</A></B>(java.sql.ResultSet&nbsp;resultSet)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Copy the column values for each row in the specified <code>ResultSet</code> into a newly created <A HREF="../../../../org/apache/commons/beanutils/DynaBean.html"><CODE>DynaBean</CODE></A>, and add this bean to the list of <A HREF="../../../../org/apache/commons/beanutils/DynaBean.html"><CODE>DynaBean</CODE></A>s that will later by returned by a call to <code>getRows()</code>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;<A HREF="../../../../org/apache/commons/beanutils/DynaBean.html">DynaBean</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/commons/beanutils/RowSetDynaClass.html#createDynaBean()">createDynaBean</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create and return a new <A HREF="../../../../org/apache/commons/beanutils/DynaBean.html"><CODE>DynaBean</CODE></A> instance to be used for representing a row in the underlying result set.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;<A HREF="../../../../org/apache/commons/beanutils/DynaProperty.html">DynaProperty</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/commons/beanutils/RowSetDynaClass.html#createDynaProperty(java.sql.ResultSetMetaData, int)">createDynaProperty</A></B>(java.sql.ResultSetMetaData&nbsp;metadata, int&nbsp;i)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Factory method to create a new DynaProperty for the given index into the result set metadata.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../org/apache/commons/beanutils/DynaProperty.html">DynaProperty</A>[]</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/commons/beanutils/RowSetDynaClass.html#getDynaProperties()">getDynaProperties</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return an array of <code>ProperyDescriptors</code> for the properties currently defined in this DynaClass.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../org/apache/commons/beanutils/DynaProperty.html">DynaProperty</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/commons/beanutils/RowSetDynaClass.html#getDynaProperty(java.lang.String)">getDynaProperty</A></B>(java.lang.String&nbsp;name)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return a property descriptor for the specified property, if it exists; otherwise, return <code>null</code>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/commons/beanutils/RowSetDynaClass.html#getName()">getName</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the name of this DynaClass (analogous to the <code>getName()</code> method of <code>java.lang.Class</code), which allows the same <code>DynaClass</code> implementation class to support different dynamic classes, with different sets of properties.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;java.util.List</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/commons/beanutils/RowSetDynaClass.html#getRows()">getRows</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return a <code>List</code> containing the <A HREF="../../../../org/apache/commons/beanutils/DynaBean.html"><CODE>DynaBean</CODE></A>s that represent the contents of each <code>Row</code> from the <code>ResultSet</code> that was the basis of this <A HREF="../../../../org/apache/commons/beanutils/RowSetDynaClass.html"><CODE>RowSetDynaClass</CODE></A> instance.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/commons/beanutils/RowSetDynaClass.html#introspect(java.sql.ResultSet)">introspect</A></B>(java.sql.ResultSet&nbsp;resultSet)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Introspect the metadata associated with our result set, and populate the <code>properties</code> and <code>propertiesMap</code> instance variables.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;java.lang.Class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/commons/beanutils/RowSetDynaClass.html#loadClass(java.lang.String)">loadClass</A></B>(java.lang.String&nbsp;className)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Loads and returns the <code>Class</code> of the given name.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../org/apache/commons/beanutils/DynaBean.html">DynaBean</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/commons/beanutils/RowSetDynaClass.html#newInstance()">newInstance</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Instantiate and return a new DynaBean instance, associated with this DynaClass.</TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <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;<A NAME="methods_inherited_from_class_org.apache.commons.beanutils.DynaClass"><!-- --></A> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TD><B>Methods inherited from interface org.apache.commons.beanutils.<A HREF="../../../../org/apache/commons/beanutils/DynaClass.html">DynaClass</A></B></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><A HREF="../../../../org/apache/commons/beanutils/DynaClass.html#getDynaProperties()">getDynaProperties</A>, <A HREF="../../../../org/apache/commons/beanutils/DynaClass.html#getDynaProperty(java.lang.String)">getDynaProperty</A>, <A HREF="../../../../org/apache/commons/beanutils/DynaClass.html#getName()">getName</A>, <A HREF="../../../../org/apache/commons/beanutils/DynaClass.html#newInstance()">newInstance</A></CODE></TD> </TR> </TABLE> &nbsp; <P> <!-- ============ FIELD DETAIL =========== --> <A NAME="field_detail"><!-- --></A> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=1><FONT SIZE="+2"> <B>Field Detail</B></FONT></TD> </TR> </TABLE> <A NAME="limit"><!-- --></A><H3> limit</H3> <PRE> protected int <B>limit</B></PRE> <DL> <DD><p>Limits the size of the returned list. The call to <code>getRows()</code> will return at most limit number of rows. If less than or equal to 0, does not limit the size of the result. <P> <DL> </DL> </DL> <HR> <A NAME="rows"><!-- --></A><H3> rows</H3> <PRE> protected java.util.List <B>rows</B></PRE> <DL> <DD><p>The list of <A HREF="../../../../org/apache/commons/beanutils/DynaBean.html"><CODE>DynaBean</CODE></A>s representing the contents of the original <code>ResultSet</code> on which this <A HREF="../../../../org/apache/commons/beanutils/RowSetDynaClass.html"><CODE>RowSetDynaClass</CODE></A> was based.</p> <P> <DL> </DL> </DL> <HR> <A NAME="lowerCase"><!-- --></A><H3> lowerCase</H3> <PRE> protected boolean <B>lowerCase</B></PRE> <DL> <DD><p>Flag defining whether column names should be lower cased when converted to property names.</p> <P> <DL> </DL> </DL> <HR> <A NAME="properties"><!-- --></A><H3> properties</H3> <PRE> protected <A HREF="../../../../org/apache/commons/beanutils/DynaProperty.html">DynaProperty</A>[] <B>properties</B></PRE> <DL> <DD><p>The set of dynamic properties that are part of this <A HREF="../../../../org/apache/commons/beanutils/DynaClass.html"><CODE>DynaClass</CODE></A>.</p> <P> <DL> </DL> </DL> <HR> <A NAME="propertiesMap"><!-- --></A><H3> propertiesMap</H3> <PRE> protected java.util.Map <B>propertiesMap</B></PRE> <DL> <DD><p>The set of dynamic properties that are part of this <A HREF="../../../../org/apache/commons/beanutils/DynaClass.html"><CODE>DynaClass</CODE></A>, keyed by the property name. Individual descriptor instances will be the same instances as those in the <code>properties</code> list.</p> <P> <DL> </DL> </DL> <!-- ========= CONSTRUCTOR DETAIL ======== --> <A NAME="constructor_detail"><!-- --></A> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=1><FONT SIZE="+2"> <B>Constructor Detail</B></FONT></TD> </TR> </TABLE> <A NAME="RowSetDynaClass(java.sql.ResultSet)"><!-- --></A><H3> RowSetDynaClass</H3> <PRE> public <B>RowSetDynaClass</B>(java.sql.ResultSet&nbsp;resultSet) throws java.sql.SQLException</PRE> <DL> <DD><p>Construct a new <A HREF="../../../../org/apache/commons/beanutils/RowSetDynaClass.html"><CODE>RowSetDynaClass</CODE></A> for the specified <code>ResultSet</code>. The property names corresponding to column names in the result set will be lower cased.</p> <P> <DT><B>Parameters:</B><DD><CODE>resultSet</CODE> - The result set to be wrapped <DT><B>Throws:</B> <DD><CODE>java.lang.NullPointerException</CODE> - if <code>resultSet</code> is <code>null</code> <DD><CODE>java.sql.SQLException</CODE> - if the metadata for this result set cannot be introspected</DL> <HR> <A NAME="RowSetDynaClass(java.sql.ResultSet, int)"><!-- --></A><H3> RowSetDynaClass</H3> <PRE> public <B>RowSetDynaClass</B>(java.sql.ResultSet&nbsp;resultSet, int&nbsp;limit) throws java.sql.SQLException</PRE> <DL> <DD><p>Construct a new <A HREF="../../../../org/apache/commons/beanutils/RowSetDynaClass.html"><CODE>RowSetDynaClass</CODE></A> for the specified <code>ResultSet</code>. The property names corresponding to column names in the result set will be lower cased.</p> If <code>limit</code> is not less than 0, max <code>limit</code> number of rows will be copied into the list. <P> <DT><B>Parameters:</B><DD><CODE>resultSet</CODE> - The result set to be wrapped<DD><CODE>limit</CODE> - The maximum for the size of the result. <DT><B>Throws:</B> <DD><CODE>java.lang.NullPointerException</CODE> - if <code>resultSet</code> is <code>null</code> <DD><CODE>java.sql.SQLException</CODE> - if the metadata for this result set cannot be introspected</DL> <HR> <A NAME="RowSetDynaClass(java.sql.ResultSet, boolean)"><!-- --></A><H3> RowSetDynaClass</H3> <PRE> public <B>RowSetDynaClass</B>(java.sql.ResultSet&nbsp;resultSet, boolean&nbsp;lowerCase) throws java.sql.SQLException</PRE> <DL> <DD><p>Construct a new <A HREF="../../../../org/apache/commons/beanutils/RowSetDynaClass.html"><CODE>RowSetDynaClass</CODE></A> for the specified <code>ResultSet</code>. The property names corresponding to the column names in the result set will be lower cased or not, depending on the specified <code>lowerCase</code> value.</p> If <code>limit</code> is not less than 0, max <code>limit</code> number of rows will be copied into the resultset. <P> <DT><B>Parameters:</B><DD><CODE>resultSet</CODE> - The result set to be wrapped<DD><CODE>lowerCase</CODE> - Should property names be lower cased? <DT><B>Throws:</B> <DD><CODE>java.lang.NullPointerException</CODE> - if <code>resultSet</code> is <code>null</code> <DD><CODE>java.sql.SQLException</CODE> - if the metadata for this result set cannot be introspected</DL> <HR> <A NAME="RowSetDynaClass(java.sql.ResultSet, boolean, int)"><!-- --></A><H3> RowSetDynaClass</H3> <PRE> public <B>RowSetDynaClass</B>(java.sql.ResultSet&nbsp;resultSet, boolean&nbsp;lowerCase, int&nbsp;limit) throws java.sql.SQLException</PRE> <DL> <DD><p>Construct a new <A HREF="../../../../org/apache/commons/beanutils/RowSetDynaClass.html"><CODE>RowSetDynaClass</CODE></A> for the specified <code>ResultSet</code>. The property names corresponding to the column names in the result set will be lower cased or not, depending on the specified <code>lowerCase</code> value.</p> <p><strong>WARNING</strong> - If you specify <code>false</code> for <code>lowerCase</code>, the returned property names will exactly match the column names returned by your JDBC driver. Because different drivers might return column names in different cases, the property names seen by your application will vary depending on which JDBC driver you are using.</p> <P> <DT><B>Parameters:</B><DD><CODE>resultSet</CODE> - The result set to be wrapped<DD><CODE>lowerCase</CODE> - Should property names be lower cased? <DT><B>Throws:</B> <DD><CODE>java.lang.NullPointerException</CODE> - if <code>resultSet</code> is <code>null</code> <DD><CODE>java.sql.SQLException</CODE> - if the metadata for this result set cannot be introspected</DL> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=1><FONT SIZE="+2"> <B>Method Detail</B></FONT></TD> </TR> </TABLE> <A NAME="getRows()"><!-- --></A><H3> getRows</H3> <PRE> public java.util.List <B>getRows</B>()</PRE> <DL> <DD><p>Return a <code>List</code> containing the <A HREF="../../../../org/apache/commons/beanutils/DynaBean.html"><CODE>DynaBean</CODE></A>s that represent the contents of each <code>Row</code> from the <code>ResultSet</code> that was the basis of this <A HREF="../../../../org/apache/commons/beanutils/RowSetDynaClass.html"><CODE>RowSetDynaClass</CODE></A> instance. These <A HREF="../../../../org/apache/commons/beanutils/DynaBean.html"><CODE>DynaBean</CODE></A>s are disconnected from the database itself, so there is no problem with modifying the contents of the list, or the values of the properties of these <A HREF="../../../../org/apache/commons/beanutils/DynaBean.html"><CODE>DynaBean</CODE></A>s. However, it is the application's responsibility to persist any such changes back to the database, if it so desires.</p> <P> <DD><DL> </DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="copy(java.sql.ResultSet)"><!-- --></A><H3> copy</H3> <PRE> protected void <B>copy</B>(java.sql.ResultSet&nbsp;resultSet) throws java.sql.SQLException</PRE> <DL> <DD><p>Copy the column values for each row in the specified <code>ResultSet</code> into a newly created <A HREF="../../../../org/apache/commons/beanutils/DynaBean.html"><CODE>DynaBean</CODE></A>, and add this bean to the list of <A HREF="../../../../org/apache/commons/beanutils/DynaBean.html"><CODE>DynaBean</CODE></A>s that will later by returned by a call to <code>getRows()</code>.</p> <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>resultSet</CODE> - The <code>ResultSet</code> whose data is to be copied <DT><B>Throws:</B> <DD><CODE>java.sql.SQLException</CODE> - if an error is encountered copying the data</DL> </DD> </DL> <HR> <A NAME="createDynaBean()"><!-- --></A><H3> createDynaBean</H3> <PRE> protected <A HREF="../../../../org/apache/commons/beanutils/DynaBean.html">DynaBean</A> <B>createDynaBean</B>()</PRE> <DL> <DD><p>Create and return a new <A HREF="../../../../org/apache/commons/beanutils/DynaBean.html"><CODE>DynaBean</CODE></A> instance to be used for representing a row in the underlying result set.</p> <P> <DD><DL> </DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getName()"><!-- --></A><H3> getName</H3> <PRE> public java.lang.String <B>getName</B>()</PRE> <DL> <DD><p>Return the name of this DynaClass (analogous to the <code>getName()</code> method of <code>java.lang.Class</code), which allows the same <code>DynaClass</code> implementation class to support different dynamic classes, with different sets of properties.</p> <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/apache/commons/beanutils/DynaClass.html#getName()">getName</A></CODE> in interface <CODE><A HREF="../../../../org/apache/commons/beanutils/DynaClass.html">DynaClass</A></CODE></DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getDynaProperty(java.lang.String)"><!-- --></A><H3> getDynaProperty</H3> <PRE> public <A HREF="../../../../org/apache/commons/beanutils/DynaProperty.html">DynaProperty</A> <B>getDynaProperty</B>(java.lang.String&nbsp;name)</PRE> <DL> <DD><p>Return a property descriptor for the specified property, if it exists; otherwise, return <code>null</code>.</p> <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/apache/commons/beanutils/DynaClass.html#getDynaProperty(java.lang.String)">getDynaProperty</A></CODE> in interface <CODE><A HREF="../../../../org/apache/commons/beanutils/DynaClass.html">DynaClass</A></CODE></DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>name</CODE> - Name of the dynamic property for which a descriptor is requested <DT><B>Throws:</B> <DD><CODE>java.lang.IllegalArgumentException</CODE> - if no property name is specified</DL> </DD> </DL> <HR> <A NAME="getDynaProperties()"><!-- --></A><H3> getDynaProperties</H3> <PRE> public <A HREF="../../../../org/apache/commons/beanutils/DynaProperty.html">DynaProperty</A>[] <B>getDynaProperties</B>()</PRE> <DL> <DD><p>Return an array of <code>ProperyDescriptors</code> for the properties currently defined in this DynaClass. If no properties are defined, a zero-length array will be returned.</p> <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/apache/commons/beanutils/DynaClass.html#getDynaProperties()">getDynaProperties</A></CODE> in interface <CODE><A HREF="../../../../org/apache/commons/beanutils/DynaClass.html">DynaClass</A></CODE></DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="newInstance()"><!-- --></A><H3> newInstance</H3> <PRE> public <A HREF="../../../../org/apache/commons/beanutils/DynaBean.html">DynaBean</A> <B>newInstance</B>() throws java.lang.IllegalAccessException, java.lang.InstantiationException</PRE> <DL> <DD><p>Instantiate and return a new DynaBean instance, associated with this DynaClass. <strong>NOTE</strong> - This operation is not supported, and throws an exception.</p> <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/apache/commons/beanutils/DynaClass.html#newInstance()">newInstance</A></CODE> in interface <CODE><A HREF="../../../../org/apache/commons/beanutils/DynaClass.html">DynaClass</A></CODE></DL> </DD> <DD><DL> <DT><B>Throws:</B> <DD><CODE>java.lang.IllegalAccessException</CODE> - if the Class or the appropriate constructor is not accessible <DD><CODE>java.lang.InstantiationException</CODE> - if this Class represents an abstract class, an array class, a primitive type, or void; or if instantiation fails for some other reason</DL> </DD> </DL> <HR> <A NAME="loadClass(java.lang.String)"><!-- --></A><H3> loadClass</H3> <PRE> protected java.lang.Class <B>loadClass</B>(java.lang.String&nbsp;className) throws java.sql.SQLException</PRE> <DL> <DD><p>Loads and returns the <code>Class</code> of the given name. By default, a load from the thread context class loader is attempted. If there is no such class loader, the class loader used to load this class will be utilized.</p> <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Throws:</B> <DD><CODE>java.sql.SQLException</CODE> - if an exception was thrown trying to load the specified class</DL> </DD> </DL> <HR> <A NAME="createDynaProperty(java.sql.ResultSetMetaData, int)"><!-- --></A><H3> createDynaProperty</H3> <PRE> protected <A HREF="../../../../org/apache/commons/beanutils/DynaProperty.html">DynaProperty</A> <B>createDynaProperty</B>(java.sql.ResultSetMetaData&nbsp;metadata, int&nbsp;i) throws java.sql.SQLException</PRE> <DL> <DD><p>Factory method to create a new DynaProperty for the given index into the result set metadata.</p> <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>metadata</CODE> - is the result set metadata<DD><CODE>i</CODE> - is the column index in the metadata <DT><B>Returns:</B><DD>the newly created DynaProperty instance <DD><CODE>java.sql.SQLException</CODE></DL> </DD> </DL> <HR> <A NAME="introspect(java.sql.ResultSet)"><!-- --></A><H3> introspect</H3> <PRE> protected void <B>introspect</B>(java.sql.ResultSet&nbsp;resultSet) throws java.sql.SQLException</PRE> <DL> <DD><p>Introspect the metadata associated with our result set, and populate the <code>properties</code> and <code>propertiesMap</code> instance variables.</p> <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>resultSet</CODE> - The <code>resultSet</code> whose metadata is to be introspected <DT><B>Throws:</B> <DD><CODE>java.sql.SQLException</CODE> - if an error is encountered processing the result set metadata</DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ========== START OF NAVBAR ========== --> <A NAME="navbar_bottom"><!-- --></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"> <TR> <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"> <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="../../../../org/apache/commons/beanutils/ResultSetIterator.html"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../org/apache/commons/beanutils/WrapDynaBean.html"><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="RowSetDynaClass.html" TARGET="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp; <SCRIPT> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html" TARGET=""><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;<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;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <!-- =========== END OF NAVBAR =========== --> <HR> Copyright (c) 2001-2004 - Apache Software Foundation </BODY> </HTML>
derekhu0002/myresources
resources/fileupdate_common_files/commons-beanutils-1.7.0/commons-beanutils-1.7.0/docs/api/org/apache/commons/beanutils/RowSetDynaClass.html
HTML
mit
37,165
<!DOCTYPE html> <html lang="en-us"> <head> <link href="http://gmpg.org/xfn/11" rel="profile"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <!-- Enable responsiveness on mobile devices--> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <title> 404: Page not found &middot; Web Grower </title> <!-- CSS --> <link rel="stylesheet" href="/public/css/poole.css"> <link rel="stylesheet" href="/public/css/syntax.css"> <link rel="stylesheet" href="/public/css/lanyon.css"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700%7CPT+Sans:400"> <!-- Icons --> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="/public/apple-touch-icon-precomposed.png"> <link rel="shortcut icon" href="/public/favicon.ico"> <!-- RSS --> <link rel="alternate" type="application/rss+xml" title="RSS" href="/atom.xml"> </head> <body> <!-- Target for toggling the sidebar `.sidebar-checkbox` is for regular styles, `#sidebar-checkbox` for behavior. --> <input type="checkbox" class="sidebar-checkbox" id="sidebar-checkbox"> <!-- Toggleable sidebar --> <div class="sidebar" id="sidebar"> <div class="sidebar-item"> <p>Очередной коллективный блог про веб-разработку, созданный, когда это еще не было мэйнстримом.</p> </div> <nav class="sidebar-nav"> <a class="sidebar-nav-item" href="/">Home</a> <a class="sidebar-nav-item" href="/about/">About</a> <span class="sidebar-nav-item">Currently v1.0.0</span> </nav> <div class="sidebar-item"> <p> &copy; 2016. All rights reserved. </p> </div> </div> <!-- Wrap is the content to shift when toggling the sidebar. We wrap the content to avoid any CSS collisions with our real content. --> <div class="wrap"> <div class="masthead"> <div class="container"> <h3 class="masthead-title"> <a href="/" title="Home">Web Grower</a> <small>Очередной коллективный блог про веб-разработку</small> </h3> </div> </div> <div class="container content"> <div class="page"> <h1 class="page-title">404: Page not found</h1> <p class="lead">Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. <a href="/">Head back home</a> to try finding it again.</p> </div> </div> </div> <label for="sidebar-checkbox" class="sidebar-toggle"></label> <script> (function(document) { var toggle = document.querySelector('.sidebar-toggle'); var sidebar = document.querySelector('#sidebar'); var checkbox = document.querySelector('#sidebar-checkbox'); document.addEventListener('click', function(e) { var target = e.target; if(!checkbox.checked || sidebar.contains(target) || (target === checkbox || target === toggle)) return; checkbox.checked = false; }, false); })(document); </script> </body> </html>
webgrower/webgrower.github.io
_site/404.html
HTML
mit
3,390
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black"> <meta name="gtv-autozoom" content="off"> <style type="text/css" media="screen"> body, html { height: 100%; padding: 0; margin: 0; overflow: hidden; } body { background: #000 url(images/spinner.gif) no-repeat center center; } #container { display: none; } </style> </head> <body class="device-tv" ontouchmove="event.preventDefault()"> <div id="container"> <div id="cards"></div> <div id="top-gradient-overlay"></div> <div id="bottom-gradient-overlay"></div> <div id="toolbar"></div> <div id="photos-detail"></div> <div id="videos-detail"></div> </div> <!-- TEMPLATES SHARED BY ALL VERSIONS FOR SPOT --> <script type="text/template" id="template-contact-index"> <div class="body"><%= textContent %></div> </script> <script type="text/template" id="template-contact-map"> <div class="google-map"></div> </script> <script type="text/template" id="template-map-overlay"> <p class="map-overlay"><%= address %></p> </script> <!-- TEMPLATES MOSTLY SPECIFIC TO TV version --> <script type="text/template" id="template-nodata"> <div class="single content nodata"> No data feed to display. <br/>Consider adding a data source. </div> </script> <script type="text/template" id="template-toolbar"> <div id="logo"></div> <ul> <%= children %> </ul> <div class="highlight"></div> </script> <script type="text/template" id="toolbar-item"> <li> <a href="<%= item.linkURL %>" class="<%= (item.name.toLowerCase() === 'contact') ? 'contact' : item.icon %> section-<%= item.slug %>"> <%= item.name %> </a> </li> </script> <script type="text/template" id="template-list-view"> <div class="list-container"> <div class="list-indicator"></div> <ul class="list"> <%= children %> </ul> </div> <div class="loader large">&nbsp;</div> </script> <script type="text/template" id="template-mosaic"> <ul class="mosaic"> <%= children %> </ul> </script> <script type="text/template" id="template-photo-item"> <li class="photo-item"> <div class="container"> <div class="image" style="background-image: url(<%= imageUrl %>)"> <a class="image-link" href="#<%= section.slug %>/<%= offset %>" title="<%= item.name %>">&nbsp;</a> </div> <% if (item.name) { %> <div class="caption"><%= item.name %></div> <% } %> </div> </li> </script> <script type="text/template" id="template-video-item"> <li class="video-item"> <div class="container"> <div class="image" style="background-image: url(<%= imageUrl %>)"> <a class="video-link" href="#<%= section.slug %>/<%= offset %>" title="<%= item.name %>">&nbsp;</a> </div> <% if (item.name) { %> <div class="caption"><%= item.name %></div> <% } %> <div class="spinner">&nbsp;</div> </div> </li> </script> <script type="text/template" id="template-status-item"> <li class="status-item"> <div> <a href="#<%= section.slug %>/<%= offset %>"> <div class="left"> <div class="image" style="background-image: url(<%= imageUrl %>)"></div> </div> <div class="right"><div class="item-content"> <h3><%= item.name %></h3> </div></div> <div class="far-left"> <p> <% if (item.author && item.author[0] && item.author[0].name) { %> <%= item.author[0].name %><br /> <% } %> <% if (item.datePublished || item.uploadDate || item.dateCreated) { %> <%= moment(toDate(item.datePublished || item.uploadDate || item.dateCreated)).fromNow() %> <% } %> </p> </div> </a> </div> </li> </script> <script type="text/template" id="template-event-item"> <li class="event-item"> <div> <a href="#<%= section.slug %>/<%= offset %>"> <div class="item-content"> <h3><%= item.name || item.description %></h3> </div> <div class="far-left"> <p><%= moment(toDate(item.startDate)).calendar() %></p> </div> </a> </div> </li> </script> <script type="text/template" id="template-news-item"> <li class="news-item"> <div> <a href="#<%= section.slug %>/<%= offset %>"> <div class="item-content"> <% if (item.image && item.image.contentURL) { %> <span class="thumbnail" style="background-image:url(<%= item.image.contentURL %>)"></span> <% } %> <h3><%= item.name || item.description %></h3> </div> <div class="far-left"> <p> <% if (item.datePublished || item.uploadDate || item.dateCreated) { %> <%= moment(toDate(item.datePublished || item.uploadDate || item.dateCreated)).fromNow() %> <% } %> </p> </div> </a> </div> </li> </script> <script type="text/template" id="template-sound-item"> <li class="sound-item"> <div> <a href="#<%= section.slug %>/<%= offset %>"> <div> <% if (item.byArtist && item.byArtist.name) { %> <h3><%= item.byArtist.name %></h3> <% } else if (item.author && item.author.name) { %> <h3><%= item.author.name %></h3> <% } %> <h4><%= item.name || item.description %></h4> </div> </a> </div> </li> </script> <script type="text/template" id="template-product-item"> <li class="product-item"> <div> <a href="#<%= section.slug %>/<%= offset %>"> <div> <h4> <%= item.name %> <% if (item.offers && item.offers[0] && item.offers[0].price) { %> <span class="offer"><%= (item.offers[0].priceCurrency === 'EUR') ? '€' : ((item.offers[0].priceCurrency === 'GBP') ? '₤' : '$') %><%= item.offers[0].price %></span> <% } %> </h4> </div> </a> </div> </li> </script> <script type="text/template" id="template-other-item"> <li class="other-item"> <div> <a href="#<%= section.slug %>/<%= offset %>"> <div> <h4><%= item.name || item.description %></h4> </div> </a> </div> </li> </script> <script type="text/template" id="template-photo"> <div class="image" style="background-image: url(<%= item.contentURL %>)"></div> <div class="spinner"></div> </script> <script type="text/template" id="template-video"> <%= media.html %> </script> <script type="text/template" id="template-status"> <div> <div class="head"> <div class="image" style="background-image: url(<%= imageUrl %>)"></div> <div class="title"> <p> <% if (item.author && item.author[0] && item.author[0].name) { %> <%= item.author[0].name %><br /> <% } %> <% if (item.datePublished || item.uploadDate || item.dateCreated) { %> <%= moment(toDate(item.datePublished || item.uploadDate || item.dateCreated)).fromNow() %> <% } %> </p> </div> </div> <p><%= prettyStatus(item.name) %></p> </div> </script> <script type="text/template" id="template-event"> <div> <div class="head"> <% if (item.startDate && item.endDate && (item.startDate !== item.endDate)) { %> From <%= moment(toDate(item.startDate)).format('LLLL') %> to <%= moment(toDate(item.endDate)).format('LLLL') %> <% } else if (item.startDate) { %> On <%= moment(toDate(item.startDate)).format('LLLL') %> <% } %> </div> <div class="body"> <h4><%= item.name %></h4> <% if(item.description) { %> <p class="description"><%= item.description %></p> <% } %> <% if(item.location && item.location.name) { %> <p class="location"><%= item.location.name %></p> <% } %> </div> </div> </script> <script type="text/template" id="template-news"> <div> <div class="head"> <%= item.name %> </div> <div class="body"> <% if (item.datePublished || item.uploadDate || item.dateCreated) { %> <h4><%= moment(toDate(item.datePublished || item.uploadDate || item.dateCreated)).format('LLLL') %></h4> <% } %> <% if (item.articleBody) { %> <%= item.articleBody %> <% } else if (item.description) { %> <%= item.description %> <% } %> </div> </div> </script> <script type="text/template" id="template-product"> <div> <div class="head"><%= item.name %></div> <div class="body"> <% if (imageUrl) { %> <div class="center"><img src="<%= imageUrl %>" alt="" /></div> <% } %> <% if (item.articleBody) { %> <%= item.articleBody %> <% } else if (item.description) { %> <%= item.description %> <% } %> <% if (item.offers && item.offers[0] && item.offers[0].price) { %> <div class="offer">Price: <%= (item.offers[0].priceCurrency === 'EUR') ? '€' : ((item.offers[0].priceCurrency === 'GBP') ? '₤' : '$') %><%= item.offers[0].price %></div> <% } %> </div> </div> </script> <script type="text/template" id="template-other"> <div> <div class="head"><%= item.name %></div> <div class="body"> <% if (imageUrl) { %> <div class="center"><img src="<%= imageUrl %>" alt="" /></div> <% } %> <% if (item.articleBody) { %> <%= item.articleBody %> <% } else if (item.description) { %> <%= item.description %> <% } %> </div> </div> </script> <script type="text/template" id="template-contact"> <div><%= textContent %></div> </script> <script type="text/template" id="template-sound"> <div> <div class="head"> <% if(item.thumbnail && item.thumbnail.length) { %> <div class="image" style="background-image: url(<%= item.thumbnail[0].contentURL %>)"></div> <% } %> <div class="title"><p><% if (item.byArtist && item.byArtist.name) { %> by <%= item.byArtist.name %> <% } else if (item.author && item.author.name) { %> by <%= item.author.name %><% } %></p></div> </div> <div class="body"> <% if (item.datePublished || item.uploadDate || item.dateCreated) { %> <h4><%= moment(toDate(item.datePublished || item.uploadDate || item.dateCreated)).format('LLLL') %></h4> <% } %> <div class="media"><%= media.html %></div> <% if(item.description) { %> <p><%= item.description %></p> <% } %> </div> </div> </script> <script data-joshfire-bootstraped="" src="http://factory.joshfire.com/bootstrap/4ffdafd83b632e0100000a83/505aeabe179fd60200000403/tv/"></script> <!-- <script data-joshfire-bootstrap src="http://192.168.2.102:40021/bootstrap/5023b3487e351e9e4b00011c/auto/tv/"></script> --> <script type="text/javascript" src="todate.js"></script> <script type="text/javascript" src="vendor/moment.js"></script> <script type="text/javascript" src="vendor/sidjs-0.1.js"></script> <script type="text/javascript" src="prettystatus.js"></script> <script data-main="app.tv" src="joshfire-framework/lib/adapters/tv/bootstrap.js"></script> </body> </html>
arthurjamain/factory-template-sleek
app/index.tv.html
HTML
mit
12,664
<!DOCTYPE HTML> <html lang="en"> <head> <meta charset="UTF-8"> <title>string rect</title> </head> <script type="text/javascript" src="string_rect.js"></script> <body> <div id="string_rect">js-string-rect A Simple Demo.</div> <script type="text/javascript"> (function(doc) { var rects = doc.getElementById("string_rect").retrieveStringRects(); for(var key in rects) { var rect = rects[key].rect; var mark = document.createElement("div"); mark.style.backgroundColor = (key % 2 == 0) ? "#ff0000" : "#0000ff"; mark.style.opacity = "0.5"; mark.style.position = "absolute"; mark.style.left = rect.left + "px"; mark.style.top = rect.top + "px"; mark.style.width = rect.right - rect.left + "px"; mark.style.height = rect.bottom - rect.top + "px"; doc.body.appendChild(mark); } })(document); </script> </body> </html>
mattatz/js-string-rect
sample.html
HTML
mit
922
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.11"/> <title>V8 API Reference Guide for node.js v8.7.0 - v8.8.1: Class Members</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">V8 API Reference Guide for node.js v8.7.0 - v8.8.1 </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.11 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="pages.html"><span>Related&#160;Pages</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li><a href="examples.html"><span>Examples</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="inherits.html"><span>Class&#160;Hierarchy</span></a></li> <li class="current"><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <div id="navrow3" class="tabs2"> <ul class="tablist"> <li class="current"><a href="functions.html"><span>All</span></a></li> <li><a href="functions_func.html"><span>Functions</span></a></li> <li><a href="functions_vars.html"><span>Variables</span></a></li> <li><a href="functions_type.html"><span>Typedefs</span></a></li> <li><a href="functions_enum.html"><span>Enumerations</span></a></li> </ul> </div> <div id="navrow4" class="tabs3"> <ul class="tablist"> <li><a href="functions.html#index_a"><span>a</span></a></li> <li><a href="functions_b.html#index_b"><span>b</span></a></li> <li><a href="functions_c.html#index_c"><span>c</span></a></li> <li><a href="functions_d.html#index_d"><span>d</span></a></li> <li class="current"><a href="functions_e.html#index_e"><span>e</span></a></li> <li><a href="functions_f.html#index_f"><span>f</span></a></li> <li><a href="functions_g.html#index_g"><span>g</span></a></li> <li><a href="functions_h.html#index_h"><span>h</span></a></li> <li><a href="functions_i.html#index_i"><span>i</span></a></li> <li><a href="functions_j.html#index_j"><span>j</span></a></li> <li><a href="functions_k.html#index_k"><span>k</span></a></li> <li><a href="functions_l.html#index_l"><span>l</span></a></li> <li><a href="functions_m.html#index_m"><span>m</span></a></li> <li><a href="functions_n.html#index_n"><span>n</span></a></li> <li><a href="functions_o.html#index_o"><span>o</span></a></li> <li><a href="functions_p.html#index_p"><span>p</span></a></li> <li><a href="functions_r.html#index_r"><span>r</span></a></li> <li><a href="functions_s.html#index_s"><span>s</span></a></li> <li><a href="functions_t.html#index_t"><span>t</span></a></li> <li><a href="functions_u.html#index_u"><span>u</span></a></li> <li><a href="functions_v.html#index_v"><span>v</span></a></li> <li><a href="functions_w.html#index_w"><span>w</span></a></li> <li><a href="functions_0x7e.html#index_0x7e"><span>~</span></a></li> </ul> </div> </div><!-- top --> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="contents"> <div class="textblock">Here is a list of all documented class members with links to the class documentation for each member:</div> <h3><a class="anchor" id="index_e"></a>- e -</h3><ul> <li>EmbedderDataFields : <a class="el" href="classv8_1_1Context.html#a8e8a8c567e2d193f25f1ec211db0b5f9">v8::Context</a> </li> <li>Empty() : <a class="el" href="classv8_1_1String.html#aa393d47baa54467fe57001065e49194b">v8::String</a> </li> <li>EndOfStream() : <a class="el" href="classv8_1_1OutputStream.html#a6c5c308367fc5776bcbedff0e94d6049">v8::OutputStream</a> </li> <li>EnqueueMicrotask() : <a class="el" href="classv8_1_1Isolate.html#a79a222a1a662d08479d5a1880c6793c5">v8::Isolate</a> </li> <li>Enter() : <a class="el" href="classv8_1_1Context.html#a6995c49d9897eb49053f07874b825133">v8::Context</a> , <a class="el" href="classv8_1_1Isolate.html#aec80bb49b6b7647ff75e8f2cc9484ea3">v8::Isolate</a> </li> <li>EnterFinalPause() : <a class="el" href="classv8_1_1EmbedderHeapTracer.html#a802d0e71f8b360c1391d166f32caf098">v8::EmbedderHeapTracer</a> </li> <li>entry_hook : <a class="el" href="structv8_1_1Isolate_1_1CreateParams.html#aa7aa18bbe2d86713e5b074a93b38dc60">v8::Isolate::CreateParams</a> </li> <li>ErrorLevel() : <a class="el" href="classv8_1_1Message.html#a9d77089c3465e627673cb6cee0c5a819">v8::Message</a> </li> <li>Escape() : <a class="el" href="classv8_1_1EscapableHandleScope.html#afdf0d3850978f65d1a827f78b3a2b6fd">v8::EscapableHandleScope</a> </li> <li>Evaluate() : <a class="el" href="classv8_1_1Module.html#a0785fa83cd3dde1dee086e1f9d31abdc">v8::Module</a> </li> <li>EventCallback : <a class="el" href="classv8_1_1Debug.html#ab53894746a21222796062f0e81ea28d8">v8::Debug</a> </li> <li>Exception() : <a class="el" href="classv8_1_1TryCatch.html#a99c425f29b3355b4294cbe762377f99b">v8::TryCatch</a> </li> <li>Exit() : <a class="el" href="classv8_1_1Context.html#a2db09d4fefb26023a40d88972a4c1599">v8::Context</a> , <a class="el" href="classv8_1_1Isolate.html#a64a8503cafd00d1d2cadfbb0c2345054">v8::Isolate</a> </li> <li>ExpectedRuntime : <a class="el" href="classv8_1_1Platform.html#ace7f666b2b5995bb0e898e12fa660718">v8::Platform</a> </li> <li>external_references : <a class="el" href="structv8_1_1Isolate_1_1CreateParams.html#a30b54cdfeef922027dbb9a01c55e4ee9">v8::Isolate::CreateParams</a> </li> <li>Externalize() : <a class="el" href="classv8_1_1ArrayBuffer.html#a8b90b72486cfacb4fbec157f4803f889">v8::ArrayBuffer</a> , <a class="el" href="classv8_1_1SharedArrayBuffer.html#afe025bbf668e64439cfc0044b353eb41">v8::SharedArrayBuffer</a> </li> </ul> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.11 </small></address> </body> </html>
v8-dox/v8-dox.github.io
c17ff62/html/functions_e.html
HTML
mit
8,652
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_25) on Sun Dec 08 14:57:16 UTC 2013 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Class org.neo4j.graphdb.index.UniqueFactory.UniqueEntity (Neo4j Community 2.0.0 API)</title> <meta name="date" content="2013-12-08"> <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.neo4j.graphdb.index.UniqueFactory.UniqueEntity (Neo4j Community 2.0.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/neo4j/graphdb/index/UniqueFactory.UniqueEntity.html" title="class in org.neo4j.graphdb.index">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><em>Neo4j Community</em></div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/neo4j/graphdb/index/class-use/UniqueFactory.UniqueEntity.html" target="_top">Frames</a></li> <li><a href="UniqueFactory.UniqueEntity.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.neo4j.graphdb.index.UniqueFactory.UniqueEntity" class="title">Uses of Class<br>org.neo4j.graphdb.index.UniqueFactory.UniqueEntity</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/neo4j/graphdb/index/UniqueFactory.UniqueEntity.html" title="class in org.neo4j.graphdb.index">UniqueFactory.UniqueEntity</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.neo4j.graphdb.index">org.neo4j.graphdb.index</a></td> <td class="colLast"> <div class="block">Integrated API for node and relationship indexing.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.neo4j.graphdb.index"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/neo4j/graphdb/index/UniqueFactory.UniqueEntity.html" title="class in org.neo4j.graphdb.index">UniqueFactory.UniqueEntity</a> in <a href="../../../../../org/neo4j/graphdb/index/package-summary.html">org.neo4j.graphdb.index</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/neo4j/graphdb/index/package-summary.html">org.neo4j.graphdb.index</a> that return <a href="../../../../../org/neo4j/graphdb/index/UniqueFactory.UniqueEntity.html" title="class in org.neo4j.graphdb.index">UniqueFactory.UniqueEntity</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/neo4j/graphdb/index/UniqueFactory.UniqueEntity.html" title="class in org.neo4j.graphdb.index">UniqueFactory.UniqueEntity</a>&lt;<a href="../../../../../org/neo4j/graphdb/index/UniqueFactory.html" title="type parameter in UniqueFactory">T</a>&gt;</code></td> <td class="colLast"><span class="strong">UniqueFactory.</span><code><strong><a href="../../../../../org/neo4j/graphdb/index/UniqueFactory.html#getOrCreateWithOutcome(java.lang.String, java.lang.Object)">getOrCreateWithOutcome</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;key, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;value)</code> <div class="block">Get the indexed entity, creating it (exactly once) if no indexed entity exists.</div> </td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/neo4j/graphdb/index/UniqueFactory.UniqueEntity.html" title="class in org.neo4j.graphdb.index">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><em>Neo4j Community</em></div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/neo4j/graphdb/index/class-use/UniqueFactory.UniqueEntity.html" target="_top">Frames</a></li> <li><a href="UniqueFactory.UniqueEntity.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2013 <a href="http://neo4j.org/">The Neo4j Graph Database Project</a>. All rights reserved.</small></p> </body> </html>
danielmorozoff/taste-rna-db
lib/neo4j-community-2.0.0/doc/java/api/org/neo4j/graphdb/index/class-use/UniqueFactory.UniqueEntity.html
HTML
mit
7,431
<!doctype html> <html> <head> <title>spectralpool</title> <script src="http://code.jquery.com/jquery-1.11.1.js"></script> <script src="https://cdn.socket.io/socket.io-1.2.0.js"></script> <script src="https://code.jquery.com/pep/0.4.0/pep.js"></script> <script src="apps/spectralpool/app/teoria.js"></script> <script src="http://192.168.1.100:8080/app/js/AudioaudiocontextMonkeyPatch.js"></script> <script src="http://192.168.1.100:8080/app/js/chroma.js"></script> <script src="http://192.168.1.100:8080/app/js/jquery.js"></script> <script src="http://192.168.1.100:8080/app/js/raphael-min.js"></script> <script src="http://192.168.1.100:8080/app/js/qwerty-hancock.js"></script> <script src="http://members.iinet.net.au/[email protected]/Files/synth/Synth_files/chroma.js"></script> <script src="http://members.iinet.net.au/[email protected]/Files/synth/Synthknob_files/raphael-min.js"></script> <script src="http://members.iinet.net.au/[email protected]/Files/synth/Synthknob_files/qwerty-hancock.js"></script> <script src="http://members.iinet.net.au/[email protected]/Files/synth/Synthknob_files/jquery.knob.js"></script> <script src="http://members.iinet.net.au/[email protected]/Files/synth//tuna-master/tuna.js"></script> <script src="http://members.iinet.net.au/[email protected]/Files/synth//stats.js-master/src/Stats.js"></script> <script src="http://members.iinet.net.au/[email protected]/Files/synth/js/lib/recorder.js"></script> <script src="http://members.iinet.net.au/[email protected]/Files/synth/js/recordLive.js"></script> <script src='http://saebekassebil.github.io/teoria/teoria.js'></script> <style> #canvas { background-color: black cursor: crosshair; position: relative; z-index: 1; left: 0px; top: 0px; width: 1106px; height: 608px; float:left; padding:0px; border:0px;position: absolute; ; } #content { cursor:crosshair; z-index: 3; left:0px; top:0px; width: 1106px; height: 608px; float:left; padding:0px; border:0px;position: absolute; } #contentprint { cursor:crosshair; z-index: 2; left:0px; top:0px; width: 1106px; height: 608px; float:left; padding:0px; border:0px;position: absolute; } #canvasdiv { cursor:crosshair; z-index: 2; left:00px; top:0px; width: 1106px; height: 608px; float:left; padding:0px; border:0px;position: absolute; } #c {width: 1106px; height: 608px;} * { margin: 0; padding: 0; box-sizing: border-box; } body { font: 13px Helvetica, Arial; } form { position: fixed; bottom: 0; width: 100%; } form input { border: solid black 1px; padding: 10px; width: 15%; margin-left: 81%; } form button { width: 4%; background: rgb(0, 0, 255); border: none; padding: 10px; float:right; } #messages { list-style-type: none; margin-left: 81%; padding: 0; position: absolute; border:2px;} #messages li { padding: 5px 10px; } .vr { width:1px; background-color:#000; position:absolute; top:0; bottom:0; margin-left:81%;} h1 {background: rgb(0, 0, 0); width:81%; text-align: center; color: blue;} </style> </head> <body> <div class = "msg"> <ul id="messages"></ul> </div> <h1 id = "header"></h1> <div class="vr">&nbsp; </div> <div id="canvasspec" > <canvas id="canvas" width="1106" height="608" style="display: block; background-color: yellow ;"></canvas> </div> <div id="canvasDiv" touch-action="none" > </div> <form action=""> <input id="m" autocomplete="off" placeholder = "Chat Here"/><button>Send</button> </form> <script> //livereload refresh document.write('<script src="http://' + (location.host || 'localhost').split(':')[0] + ':35729/livereload.js?snipver=1"></' + 'script>') //name and chat var name = " "; var stroke = '#'+Math.random().toString(16).substr(-6); //generate a random color for each client var clientId = Math.random() // console.log(clientId) $(document).ready(function() { name = window.prompt("Enter your Name", "Name"); //name for chatting $("#header").text('test'); //load the head if(name == 'Name') name = 'Anonymous'; prepareCanvas(); }); //var socket = io(); //make a connection to the server var socket = io.connect('http://192.168.1.100'); socket.on('connect', function(){ var sessionid = socket.io.engine.id; // console.log(sessionid) }); $('form').submit(function(){ socket.emit('chat', {'msg':$('#m').val(), 'name':name}); //emit chat messages on pressing the send button $('#m').val(''); return false; }); socket.on('chat', function(data){ //on receiving messages from the server append them to the message list along with name of the user who sent it $('#messages').append($('<li>').text(data.name +": " +data.msg)); }); var canvas1; var canvas; var context; var canvasWidth = 1106; var canvasHeight = 608; var lineWidth = 8; var clickX = new Array(); //array to store x co-ordinates of the position of the cursor var clickY = new Array(); //array to store y co-ordinates of the position of the cursor var clickDrag = new Array(); //boolean array to store true if the user is drawing, false if not var paint; var pointers = {}; function prepareCanvas(){ //creating canvas element since all browsers don't support HTML5 canvas element var canvasDiv = document.getElementById('canvasDiv'); canvas = document.createElement('canvas'); canvas.setAttribute('width', canvasWidth); canvas.setAttribute('height', canvasHeight); canvas.setAttribute('id', 'canvas'); canvasDiv.appendChild(canvas); if(typeof G_vmlCanvasManager != 'undefined') { canvas = G_vmlCanvasManager.initElement(canvas); } context = canvas.getContext("2d"); //$('#canvas').css('background-color','rgb(130, 224, 255)'); canvas.addEventListener( 'pointerdown', onPointerDown, false ); canvas.addEventListener( 'pointermove', onPointerMove, false ); canvas.addEventListener( 'pointerup', onPointerUp, false ); canvas.addEventListener( 'pointercancel', onPointerUp, false ); canvas.addEventListener( 'pointerleave', onPointerUp, false ); function onPointerDown(e) { var voice pointers[e.pointerId] = { x: e.clientX, y: e.clientY, pointerType: e.pointerType, pointerId: e.pointerId }; pointers[e.pointerId].voice = new Voice(e.clientX,1/e.clientY,e.pointerId); pointers[e.pointerId].voice.start(); // console.log(pointers) paint = true; addClick(e.pageX - this.offsetLeft, e.pageY - this.offsetTop); //pass the x y and co-ordinate of the click to draw on canvas // redraw(); socket.emit('pdown', { //on each click send the x and y co-ordinates of the click to the server 'x':e.pageX - this.offsetLeft, //passing x co-ordinate to server 'y':e.pageY - this.offsetTop, //passing y co-ordinate to server 'paint':paint, //passing boolean indicating if the user is drawing or not 'str':stroke , //passing the color of the current user 'pointerType': e.pointerType, 'pointerId': e.pointerId, 'clientname': name }); } function onPointerMove(e) { // Prevent the browser from doing its default thing (scroll, zoom) var pointer = pointers[e.pointerId]; if (pointer) { pointer.x = e.clientX; pointer.y = e.clientY; pointers[e.pointerId].voice.update(e.clientX,1/e.clientY); } if(paint){ addClick(e.pageX - this.offsetLeft, e.pageY - this.offsetTop, true); //pass the x y and co-ordinate of the click to draw on canvas // redraw(); socket.emit('pmove', { //every time user moves the mouse send the x and y co-ordinates of the new position to the server 'x':e.pageX - this.offsetLeft, //send x co-ordinate of the new position 'y':e.pageY - this.offsetTop, //send y co-ordinate of the new position 'paint':paint, //passing boolean indicating if the user is drawing or not 'str':stroke, //passing the color of the current user 'pointerType': e.pointerType, 'pointerId': e.pointerId, 'clientname': name }); } } function onPointerUp(e) { pointers[e.pointerId].voice.stop(); delete pointers[e.pointerId]; paint = false; socket.emit('pup', { //whenever a user releases the mouse button send the x and y co-ordinates of that location 'x':e.pageX - this.offsetLeft, //pass x co-ordinate of the mouse relase location 'y':e.pageY - this.offsetTop, //pass y co-ordinate of the mouse relase location 'paint':paint, //passing boolean indicating if the user is drawing or not 'str':stroke, //passing the color of the current user 'pointerType': e.pointerType, 'pointerId': e.pointerId, 'clientname': name }); } socket.on('pdown', function(data){ //receiving data from the server addClick(data.x,data.y , data.paint); // console.log("pdown") var voice pointers[10+data.pointerId] = { x: data.x, y: data.y, pointerType: data.pointerType, pointerId: 10+ data.pointerId }; pointers[10 + data.pointerId].voice = new Voice(pointers[10+data.pointerId].x,1/pointers[10+data.pointerId].y,10+data.pointerId); pointers[10+data.pointerId].voice.start(); // console.log(pointers) //pass the received a and y co-ordinates to draw on the canvas var tempStroke = stroke; //save the current color stroke = data.str; //set color to that of the received data // redraw(); //paint using the new color stroke = tempStroke; //set color back to the original }); socket.on('pmove', function(data){ // console.log("pmove") //receiving data from the server addClick(data.x, data.y, data.paint); //pass the received a and y co-ordinates to draw on the canvas var tempStroke = stroke; //save the current color stroke = data.str; //set color to that of the received data // redraw(); //paint using the new color stroke = tempStroke; //set color back to the original var pointer = pointers[10+ data.pointerId]; if (pointer) { pointer.x = data.x, pointer.y = data.y, pointers[10+ data.pointerId].voice.update(data.x,1/data.y); } // console.log(pointer) }); socket.on('pup', function(data){ // console.log("pdown") //receiving data from the server addClick(data.x, data.y, data.paint); //pass the received a and y co-ordinates to draw on the canvas var tempStroke = stroke; //save the current color stroke = data.str; //set color to that of the received data // redraw(); //paint using the new color stroke = tempStroke; //set color back to the original pointers[10+ data.pointerId].voice.stop(); delete pointers[10+ data.pointerId]; }); // console.log("hi") // var voice // pointers[10] = { // x: clickX, // y: clickY, // pointerType: 10, // pointerId: 10 // }; // pointers[10].voice = new Voice( pointers[10].x, pointers[10].y, 10); // pointers[10].voice.start(); } //this function stores the x and y co-ordinates of the cursor and a boolean indicating if the user is drawing or not into the arrays defined previously function addClick(x, y, dragging) { clickX.push(x); clickY.push(y); clickDrag.push(dragging); } //this is the main function that paints on the canvas using locations from the arrays defined previously after the addClick //function populates those arrays function redraw(){ context.strokeStyle = stroke; //set the color of the stroke context.lineJoin = "round"; context.lineWidth = 5; //set the width of the strokes //the main drawing happens in the following loop for(var i=0; i < clickX.length; i++) { context.beginPath(); if(clickDrag[i] && i){ context.moveTo(clickX[i-1], clickY[i-1]); } else{ context.moveTo(clickX[i]-1, clickY[i]); } context.lineTo(clickX[i], clickY[i]); context.closePath(); context.stroke(); } //empty the array once the canvas has been painted to avoid memory overflow clickX.length = 0; clickY.length = 0; clickDrag.length = 0; } ///// var audiocontext = new AudioContext(); // load the sound setupAudioNodes(); function setupAudioNodes() { // setup a javascript node javascriptNode = audiocontext.createScriptProcessor(2048, 1, 1); // connect to destination, else it isn't called javascriptNode.connect(audiocontext.destination); // setup a analyzer myAudioAnalyser = audiocontext.createAnalyser(); myAudioAnalyser.smoothingTimeConstant = 0; myAudioAnalyser.fftSize = 16384 ; // var array = new Uint8Array(myAudioAnalyser.frequencyBinCount); // myAudioAnalyser.getByteFrequencyData(array); myAudioAnalyser.connect(javascriptNode); } // log if an error occurs function onError(e) { console.log(e); } // shim layer with setTimeout fallback window.requestAnimFrame = (function(){ return window.requestAnimationFrame || window.webkitRequestAnimationFrame || window.mozRequestAnimationFrame || window.oRequestAnimationFrame || window.msRequestAnimationFrame || function( callback ){ window.setTimeout(callback, 1000 / 60); }; })(); drawinit(); function drawinit(){ pointers = {}; requestAnimFrame(draw); } function draw() { var array = new Uint8Array(myAudioAnalyser.frequencyBinCount); myAudioAnalyser.getByteFrequencyData(array); // draw the spectrogram // if (sourceNode.playbackState == sourceNode.PLAYING_STATE) { // drawSpectrum(array); drawSpectrogram(array); // c.clearRect(0,0,canvas.width, canvas.height); // for(var pointerId in pointers) // { // var pointer = pointers[pointerId]; // c.beginPath(); // c.fillStyle = "white"; // c.fillText(pointer.pointerType + " pointerId : "+pointer.pointerId+" x:"+pointer.x+" y:"+pointer.y, pointer.x+30, pointer.y-30); // c.beginPath(); // c.strokeStyle = "cyan"; // c.lineWidth = "6"; // c.arc(pointer.x, pointer.y, 40, 0, Math.PI*2, true); // c.stroke(); // var note4scale = teoria.note.fromFrequency(pointer.x); // var a4 = teoria.note(String(note4scale.note)); // pointer.voice.update(a4.fq(),1-1/pointer.y) // /*vco.frequency.value = san.fq()*/ // for (var k = 1; k<= 7; k++){ // var mode4 = modelist[k] // var mode4scale = a4.scale(mode4) // for (var i = 1; i<= 7; i++) { // c.strokeStyle = "red"; // var san = mode4scale.get(i); // // // c.font = "20px Ariel"; // // c.fillText(san, san.fq(), 20+k*10); // c.strokeStyle = "blue"; // c.beginPath(); // c.moveTo(san.fq(), 50+k*40); // c.lineTo(san.fq(), 60+k*50); // c.closePath(); // c.stroke(); // /* // c.font = "20px Ariel"; // c.fillText(san, san.fq(), 20); // c.beginPath(); // c.moveTo(san.fq(), 50); // c.lineTo(san.fq(), 900); // c.closePath(); // c.stroke(); // */ // // for (var j = 1; j < 3; j++) { // // c.strokeStyle = "red"; // // var san = mode4scale.get(i); // // c.beginPath(); // // c.moveTo(san.fq()*j*2, 100); // // c.lineTo(san.fq()*j*2, 900); // // c.closePath(); // // c.stroke(); // // } // } // } // } //c.fillText("hello", 0,0); requestAnimFrame(draw); } // javascriptNode.onaudioprocess = function () { // // get the average for the first channel // var array = new Uint8Array(myAudioAnalyser.frequencyBinCount); // myAudioAnalyser.getByteFrequencyData(array); // // draw the spectrogram // // if (sourceNode.playbackState == sourceNode.PLAYING_STATE) { // // drawSpectrum(array); // drawSpectrogram(array); // //} // } //@@@@@@@@@@@@@@@@@@@@@@@@@@@ var Voice = function(audiocontext,touch) { function Voice(frequency,volume,identifier){ var lowNote = 0; // C4 var highNote = 7900; // B4 //this.attack = attack //this.release = release this.identifier = identifier; /*vco.frequency.value = san.fq()*/ //log("continuing touch " + 2 ^ (frequency/68.26)); this.frequency = frequency; this.frequency54 = frequency*2.5 this.volume = (1-(volume/600)) this.oscillators = []; this.gains = []; }; Voice.prototype.start = function() { /* VCA */ var vca = audiocontext.createGain(); vca.gain.value = this.volume /* VCO */ var vco = audiocontext.createOscillator(); vco.type ="triangle" //vco.type = "square"; vco.frequency.value = this.frequency; //vco.type = "square"; vco.connect(vca) vco.start(0); var now = audiocontext.currentTime; vca.gain.cancelScheduledValues( now ); vca.gain.setValueAtTime(0, now) vca.gain.linearRampToValueAtTime(vca.gain.value, now + .8) // envelope.connect(audiocontext.destination) //vca.connect(audiocontext.destination); vco.connect(vca); vca.connect(audiocontext.destination) vca.connect(myAudioAnalyser) this.oscillators.push(vco); this.gains.push(vca) }; // Update the note frequency. Voice.prototype.updateFrequency = function(event) { if (event.type == 'touchstart' || event.type == 'touchmove') { var touch = event.touches[0]; voice.updateFreq(touch.pageX, touch.pageY); } else if (event.type == 'touchstart' || event.type == 'touchmove') { var touch = event.touches[0]; voice.calculateFrequency(touch.pageX, touch.pageY); } }; // Calculate the note frequency. Voice.calculateNote = function(posX) { var noteDifference = highNote - lowNote; var noteOffset = (noteDifference / el.offsetWidth) * (posX - el.offsetLeft); return lowNote + noteOffset; }; // Calculate the volume. Voice.calculateVolume = function(posY) { var volumeLevel = 1 - (((100 / el.offsetHeight) * (posY - el.offsetTop)) / 100); return volumeLevel; }; Voice.prototype.update = function(x,y) { this.gains.forEach(function(g, _) { g.gain.value = (1-(y/600)) // log("touch" + touch + "; " + g.gain.value) }); this.oscillators.forEach(function(oscillator, _) { oscillator.frequency.value = x //log("touch" + touch + "; " + oscillator.frequency.value) }); }; Voice.prototype.stop = function() { var now = audiocontext.currentTime; this.gains.forEach(function(vcagain, _) { vcagain.gain.cancelScheduledValues( now ); vcagain.gain.setValueAtTime(vcagain.gain.value, now) vcagain.gain.linearRampToValueAtTime(0, now + .4) }); this.oscillators.forEach(function(oscillator, _) { oscillator.stop(now + 1+0.0001); }); delete this.oscillators delete this.gains }; return Voice; }(audiocontext); // var canvasspec = document.getElementById('canvasspec'); // canvas1 = document.createElement('canvas'); // canvas1.setAttribute('width', canvasWidth); // canvas1.setAttribute('height', canvasHeight); // canvas1.setAttribute('id', 'canvasspec'); // canvasspec.appendChild(canvas1); // if(typeof G_vmlCanvasManager != 'undefined') { // canvas1 = G_vmlCanvasManager.initElement(canvas); // } // get the context from the canvas to draw on var ctx = $("#canvas").get()[0].getContext("2d"); // create a temp canvas we use for copying var tempCanvas = document.createElement("canvas"), tempCtx = tempCanvas.getContext("2d"); tempCanvas.width=canvasWidth; tempCanvas.height=canvasHeight; // used for color distribution var hot = new chroma.ColorScale({ colors:['#000000', 'darkblue', 'green', 'red','orange', ], positions:[0, .00001, .2, .6,.75], mode:'rgb', limits:[0, 300] }); function myLog(x) {return (13.4*x)}; // some log function, just an example function drawSpectrogram(array) { var canvas = document.getElementById("canvas"); // copy the current canvas onto the temp canvas tempCtx.drawImage(canvas, 0, 0, canvasWidth, canvasHeight); // iterate over the elements from the array var arrayLength = array.length for (var i = 0; i < arrayLength/18 ; i++) { // draw each pixel with the specific color var value = array[i]; ctx.fillStyle = hot.getColor(value).hex(); ctx.fillRect(myLog(i)/5, canvasHeight - 1, myLog(i+1)/5-myLog(i)/5, 1); } // set translate on the canvas ctx.translate(0, -1); // draw the copied image ctx.drawImage(tempCanvas, 0, 0, canvasWidth, canvasHeight, 0, 0, canvasWidth, canvasHeight); // reset the transformation matrix ctx.setTransform(1, 0, 0, 1, 0, 0); } </script> </body> </html>
wtandt/spectralpool
index.html
HTML
mit
21,935
<!DOCTYPE html> <html xmlns:msxsl="urn:schemas-microsoft-com:xslt"> <head> <meta content="en-us" http-equiv="Content-Language" /> <meta content="text/html; charset=utf-16" http-equiv="Content-Type" /> <title _locid="PortabilityAnalysis0">.NET Portability Report</title> <style> /* Body style, for the entire document */ body { background: #F3F3F4; color: #1E1E1F; font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; padding: 0; margin: 0; } /* Header1 style, used for the main title */ h1 { padding: 10px 0px 10px 10px; font-size: 21pt; background-color: #E2E2E2; border-bottom: 1px #C1C1C2 solid; color: #201F20; margin: 0; font-weight: normal; } /* Header2 style, used for "Overview" and other sections */ h2 { font-size: 18pt; font-weight: normal; padding: 15px 0 5px 0; margin: 0; } /* Header3 style, used for sub-sections, such as project name */ h3 { font-weight: normal; font-size: 15pt; margin: 0; padding: 15px 0 5px 0; background-color: transparent; } h4 { font-weight: normal; font-size: 12pt; margin: 0; padding: 0 0 0 0; background-color: transparent; } /* Color all hyperlinks one color */ a { color: #1382CE; } /* Paragraph text (for longer informational messages) */ p { font-size: 10pt; } /* Table styles */ table { border-spacing: 0 0; border-collapse: collapse; font-size: 10pt; } table th { background: #E7E7E8; text-align: left; text-decoration: none; font-weight: normal; padding: 3px 6px 3px 6px; } table td { vertical-align: top; padding: 3px 6px 5px 5px; margin: 0px; border: 1px solid #E7E7E8; background: #F7F7F8; } .NoBreakingChanges { color: darkgreen; font-weight:bold; } .FewBreakingChanges { color: orange; font-weight:bold; } .ManyBreakingChanges { color: red; font-weight:bold; } .BreakDetails { margin-left: 30px; } .CompatMessage { font-style: italic; font-size: 10pt; } .GoodMessage { color: darkgreen; } /* Local link is a style for hyperlinks that link to file:/// content, there are lots so color them as 'normal' text until the user mouse overs */ .localLink { color: #1E1E1F; background: #EEEEED; text-decoration: none; } .localLink:hover { color: #1382CE; background: #FFFF99; text-decoration: none; } /* Center text, used in the over views cells that contain message level counts */ .textCentered { text-align: center; } /* The message cells in message tables should take up all avaliable space */ .messageCell { width: 100%; } /* Padding around the content after the h1 */ #content { padding: 0px 12px 12px 12px; } /* The overview table expands to width, with a max width of 97% */ #overview table { width: auto; max-width: 75%; } /* The messages tables are always 97% width */ #messages table { width: 97%; } /* All Icons */ .IconSuccessEncoded, .IconInfoEncoded, .IconWarningEncoded, .IconErrorEncoded { min-width: 18px; min-height: 18px; background-repeat: no-repeat; background-position: center; } /* Success icon encoded */ .IconSuccessEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconSuccess#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABPElEQVR4Xp1Tv0vDUBi8FqeA4NpBcBLcWnQSApncOnTo4FSnjP0DsnXpH5CxiwbHDg4Zuj4oOEXiJgiC4FDcCkLWmIMc1Pfw+eMgQ77v3Xf3Pe51YKGqqisAEwCR1TIAsiAIblSo6xrdHeJR85Xle3mdmCQKb0PsfqyxxzM8K15HZADl/H5+sHpZwYfxyRjTs+kWwKBx8yoHd2mRiuzF8mkJniWH/13u3Fjrs/EdhsdDFHGB/DLXEJBDLh1MWPAhPo1BLB4WX5yQywHR+m3tVe/t97D52CB/ziG0nIgD/qDuYg8WuCcVZ2YGwlJ3YDugkpR/VNcAEx6GEKhERSr71FuO4YCM4XBdwKvecjIlkSnsO0Hyp/GxSeJAdzBKzpOtnPwyyiPdAZhpZptT04tU+zk7s8czeges//s5C5+CwqrR4/gw+AAAAABJRU5ErkJggg==); } /* Information icon encoded */ .IconInfoEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconInformation#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABHElEQVR4Xs2TsUoDQRRF7wwoziokjZUKadInhdhukR9YP8DMX1hYW+QvdsXa/QHBbcXC7W0CamWTQnclFutceIQJwwaWNLlwm5k5d94M76mmaeCrrmsLYOocY12FcxZFUeozCqKqqgYA8uevv1H6VuPxcwlfk5N92KHBxfFeCSAxxswlYAW/Xr989x/mv9gkhtyMDhcAxgzRsp7flj8B/HF1RsMXq+NZMkopaHe7lbKxQUEIGbKsYNoGn969060hZBkQex/W8oRQwsQaW2o3Ago2SVcJUzAgY3N0lTCZZm+zPS8HB51gMmS1DEYyOz9acKO1D8JWTlafKIMxdhvlfdyT94Vv5h7P8Ky7nQzACmhvKq3zk3PjW9asz9D/1oigecsioooAAAAASUVORK5CYII=); } /* Warning icon encoded */ .IconWarningEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconWarning#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAx0lEQVR4XpWSMQ7CMAxFf4xAyBMLCxMrO8dhaBcuwdCJS3RJBw7SA/QGTCxdWJgiQYWKXJWKIXHIlyw5lqr34tQgEOdcBsCOx5yZK3hCCKdYXneQkh4pEfqzLfu+wVDSyyzFoJjfz9NB+pAF+eizx2Vruts0k15mPgvS6GYvpVtQhB61IB/dk6AF6fS4Ben0uIX5odtFe8Q/eW1KvFeH4e8khT6+gm5B+t3juyDt7n0jpe+CANTd+oTUjN/U3yVaABnSUjFz/gFq44JaVSCXeQAAAABJRU5ErkJggg==); } /* Error icon encoded */ .IconErrorEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconError#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABQElEQVR4XqWTvUoEQRCE6wYPZUA80AfwAQz23uCMjA7MDRQEIzPBVEyNTQUFIw00vcQTTMzuAh/AxEQQT8HF/3G/oGGnEUGuoNnd6qoZuqltyKEsyzVJq5I6rnUp6SjGeGhESikzzlc1eL7opfuVbrqbU1Zw9NCgtQMaZpY0eNnaaL2fHusvTK5vKu7sjSS1Y4y3QUA6K3e3Mau5UFDyMP7tYF9o8cAHZv68vipoIJg971PZIZ5HiwdvYGGvFVFHmGmZ2MxwmQYPXubPl9Up0tfoMQGetXd6mRbvhBw+boZ6WF7Mbv1+GsHRk0fQmPAH1GfmZirbCfDJ61tw3Px8/8pZsPAG4jlVhcPgZ7adwNWBB68lkRQWFiTgFlbnLY3DGGM7izIJIyT/jjIvEJw6fdJTc6krDzh6aMwMP9bvDH4ADSsa9uSWVJkAAAAASUVORK5CYII=); } </style> </head> <body> <h1 _locid="PortabilityReport">.NET Portability Report</h1> <div id="content"> <div id="submissionId" style="font-size:8pt;"> <p> <i> Submission Id&nbsp; 0b2f79ae-1400-4357-ac70-04064d85feac </i> </p> </div> <h2 _locid="SummaryTitle"> <a name="Portability Summary"></a>Portability Summary </h2> <div id="summary"> <table> <tbody> <tr> <th>Assembly</th> <th>ASP.NET 5,Version=v1.0</th> <th>Windows,Version=v8.1</th> <th>.NET Framework,Version=v4.6</th> <th>Windows Phone,Version=v8.1</th> </tr> <tr> <td><strong><a href="#NPerf.Fixture.IDictionary">NPerf.Fixture.IDictionary</a></strong></td> <td class="text-center">100.00 %</td> <td class="text-center">100.00 %</td> <td class="text-center">100.00 %</td> <td class="text-center">100.00 %</td> </tr> </tbody> </table> </div> <div id="details"> </div> </div> </body> </html>
kuhlenh/port-to-core
Reports/np/nperf.fixtures.1.0.1/NPerf.Fixture.IDictionary-NET45.html
HTML
mit
9,665
<!DOCTYPE html> <html xmlns:msxsl="urn:schemas-microsoft-com:xslt"> <head> <meta content="en-us" http-equiv="Content-Language" /> <meta content="text/html; charset=utf-16" http-equiv="Content-Type" /> <title _locid="PortabilityAnalysis0">.NET Portability Report</title> <style> /* Body style, for the entire document */ body { background: #F3F3F4; color: #1E1E1F; font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; padding: 0; margin: 0; } /* Header1 style, used for the main title */ h1 { padding: 10px 0px 10px 10px; font-size: 21pt; background-color: #E2E2E2; border-bottom: 1px #C1C1C2 solid; color: #201F20; margin: 0; font-weight: normal; } /* Header2 style, used for "Overview" and other sections */ h2 { font-size: 18pt; font-weight: normal; padding: 15px 0 5px 0; margin: 0; } /* Header3 style, used for sub-sections, such as project name */ h3 { font-weight: normal; font-size: 15pt; margin: 0; padding: 15px 0 5px 0; background-color: transparent; } h4 { font-weight: normal; font-size: 12pt; margin: 0; padding: 0 0 0 0; background-color: transparent; } /* Color all hyperlinks one color */ a { color: #1382CE; } /* Paragraph text (for longer informational messages) */ p { font-size: 10pt; } /* Table styles */ table { border-spacing: 0 0; border-collapse: collapse; font-size: 10pt; } table th { background: #E7E7E8; text-align: left; text-decoration: none; font-weight: normal; padding: 3px 6px 3px 6px; } table td { vertical-align: top; padding: 3px 6px 5px 5px; margin: 0px; border: 1px solid #E7E7E8; background: #F7F7F8; } .NoBreakingChanges { color: darkgreen; font-weight:bold; } .FewBreakingChanges { color: orange; font-weight:bold; } .ManyBreakingChanges { color: red; font-weight:bold; } .BreakDetails { margin-left: 30px; } .CompatMessage { font-style: italic; font-size: 10pt; } .GoodMessage { color: darkgreen; } /* Local link is a style for hyperlinks that link to file:/// content, there are lots so color them as 'normal' text until the user mouse overs */ .localLink { color: #1E1E1F; background: #EEEEED; text-decoration: none; } .localLink:hover { color: #1382CE; background: #FFFF99; text-decoration: none; } /* Center text, used in the over views cells that contain message level counts */ .textCentered { text-align: center; } /* The message cells in message tables should take up all avaliable space */ .messageCell { width: 100%; } /* Padding around the content after the h1 */ #content { padding: 0px 12px 12px 12px; } /* The overview table expands to width, with a max width of 97% */ #overview table { width: auto; max-width: 75%; } /* The messages tables are always 97% width */ #messages table { width: 97%; } /* All Icons */ .IconSuccessEncoded, .IconInfoEncoded, .IconWarningEncoded, .IconErrorEncoded { min-width: 18px; min-height: 18px; background-repeat: no-repeat; background-position: center; } /* Success icon encoded */ .IconSuccessEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconSuccess#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABPElEQVR4Xp1Tv0vDUBi8FqeA4NpBcBLcWnQSApncOnTo4FSnjP0DsnXpH5CxiwbHDg4Zuj4oOEXiJgiC4FDcCkLWmIMc1Pfw+eMgQ77v3Xf3Pe51YKGqqisAEwCR1TIAsiAIblSo6xrdHeJR85Xle3mdmCQKb0PsfqyxxzM8K15HZADl/H5+sHpZwYfxyRjTs+kWwKBx8yoHd2mRiuzF8mkJniWH/13u3Fjrs/EdhsdDFHGB/DLXEJBDLh1MWPAhPo1BLB4WX5yQywHR+m3tVe/t97D52CB/ziG0nIgD/qDuYg8WuCcVZ2YGwlJ3YDugkpR/VNcAEx6GEKhERSr71FuO4YCM4XBdwKvecjIlkSnsO0Hyp/GxSeJAdzBKzpOtnPwyyiPdAZhpZptT04tU+zk7s8czeges//s5C5+CwqrR4/gw+AAAAABJRU5ErkJggg==); } /* Information icon encoded */ .IconInfoEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconInformation#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABHElEQVR4Xs2TsUoDQRRF7wwoziokjZUKadInhdhukR9YP8DMX1hYW+QvdsXa/QHBbcXC7W0CamWTQnclFutceIQJwwaWNLlwm5k5d94M76mmaeCrrmsLYOocY12FcxZFUeozCqKqqgYA8uevv1H6VuPxcwlfk5N92KHBxfFeCSAxxswlYAW/Xr989x/mv9gkhtyMDhcAxgzRsp7flj8B/HF1RsMXq+NZMkopaHe7lbKxQUEIGbKsYNoGn969060hZBkQex/W8oRQwsQaW2o3Ago2SVcJUzAgY3N0lTCZZm+zPS8HB51gMmS1DEYyOz9acKO1D8JWTlafKIMxdhvlfdyT94Vv5h7P8Ky7nQzACmhvKq3zk3PjW9asz9D/1oigecsioooAAAAASUVORK5CYII=); } /* Warning icon encoded */ .IconWarningEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconWarning#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAx0lEQVR4XpWSMQ7CMAxFf4xAyBMLCxMrO8dhaBcuwdCJS3RJBw7SA/QGTCxdWJgiQYWKXJWKIXHIlyw5lqr34tQgEOdcBsCOx5yZK3hCCKdYXneQkh4pEfqzLfu+wVDSyyzFoJjfz9NB+pAF+eizx2Vruts0k15mPgvS6GYvpVtQhB61IB/dk6AF6fS4Ben0uIX5odtFe8Q/eW1KvFeH4e8khT6+gm5B+t3juyDt7n0jpe+CANTd+oTUjN/U3yVaABnSUjFz/gFq44JaVSCXeQAAAABJRU5ErkJggg==); } /* Error icon encoded */ .IconErrorEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconError#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABQElEQVR4XqWTvUoEQRCE6wYPZUA80AfwAQz23uCMjA7MDRQEIzPBVEyNTQUFIw00vcQTTMzuAh/AxEQQT8HF/3G/oGGnEUGuoNnd6qoZuqltyKEsyzVJq5I6rnUp6SjGeGhESikzzlc1eL7opfuVbrqbU1Zw9NCgtQMaZpY0eNnaaL2fHusvTK5vKu7sjSS1Y4y3QUA6K3e3Mau5UFDyMP7tYF9o8cAHZv68vipoIJg971PZIZ5HiwdvYGGvFVFHmGmZ2MxwmQYPXubPl9Up0tfoMQGetXd6mRbvhBw+boZ6WF7Mbv1+GsHRk0fQmPAH1GfmZirbCfDJ61tw3Px8/8pZsPAG4jlVhcPgZ7adwNWBB68lkRQWFiTgFlbnLY3DGGM7izIJIyT/jjIvEJw6fdJTc6krDzh6aMwMP9bvDH4ADSsa9uSWVJkAAAAASUVORK5CYII=); } </style> </head> <body> <h1 _locid="PortabilityReport">.NET Portability Report</h1> <div id="content"> <div id="submissionId" style="font-size:8pt;"> <p> <i> Submission Id&nbsp; 65502a86-b8e7-4ac4-97f9-29f8ff58de46 </i> </p> </div> <h2 _locid="SummaryTitle"> <a name="Portability Summary"></a>Portability Summary </h2> <div id="summary"> <table> <tbody> <tr> <th>Assembly</th> <th>ASP.NET 5,Version=v1.0</th> <th>Windows,Version=v8.1</th> <th>.NET Framework,Version=v4.6</th> <th>Windows Phone,Version=v8.1</th> </tr> <tr> <td><strong><a href="#ServiceStack.OrmLite">ServiceStack.OrmLite</a></strong></td> <td class="text-center">96.85 %</td> <td class="text-center">94.31 %</td> <td class="text-center">100.00 %</td> <td class="text-center">94.25 %</td> </tr> </tbody> </table> </div> <div id="details"> <a name="ServiceStack.OrmLite"><h3>ServiceStack.OrmLite</h3></a> <table> <tbody> <tr> <th>Target type</th> <th>ASP.NET 5,Version=v1.0</th> <th>Windows,Version=v8.1</th> <th>.NET Framework,Version=v4.6</th> <th>Windows Phone,Version=v8.1</th> <th>Recommended changes</th> </tr> <tr> <td>System.AppDomain</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</td> </tr> <tr> <td style="padding-left:2em">DefineDynamicAssembly(System.Reflection.AssemblyName,System.Reflection.Emit.AssemblyBuilderAccess)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.ApplicationException</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use other exception types.</td> </tr> <tr> <td style="padding-left:2em">#ctor(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use other exception types.</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Array</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Sort``2(``0[],``1[])</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Collections.Generic.List`1</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">AsReadOnly</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Call System.Collections.ObjectModel.ReadOnlyCollection&lt;T&gt; constructor</td> </tr> <tr> <td style="padding-left:2em">ConvertAll``1(System.Converter{`0,``0})</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Collections.Hashtable</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Item(System.Object)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Remove(System.Object)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_Item(System.Object,System.Object)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.ComponentModel.BrowsableAttribute</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage. This is a deprecated attribute from Winforms for design-time property window support</td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Boolean)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage. This is a deprecated attribute from Winforms for design-time property window support</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.ComponentModel.DataAnnotations.StringLengthAttribute</td> <td class="IconSuccessEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_MaximumLength</td> <td class="IconSuccessEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.ComponentModel.ISupportInitialize</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Console</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Write(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">WriteLine(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Converter`2</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage. Implement conversion code yourself if needed.</td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Object,System.IntPtr)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage. Implement conversion code yourself if needed.</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Data.CommandBehavior</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Data.CommandType</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Data.Common.DbConnection</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Data.ConnectionState</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Data.DataException</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.String,System.Exception)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Data.DbType</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Data.IDataParameter</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_DbType</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Direction</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_ParameterName</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Value</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_DbType(System.Data.DbType)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_Direction(System.Data.ParameterDirection)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_ParameterName(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_Value(System.Object)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Data.IDataParameterCollection</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Contains(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Item(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Data.IDataReader</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Close</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_IsClosed</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">NextResult</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Read</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Data.IDataRecord</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_FieldCount</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetFieldType(System.Int32)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetName(System.Int32)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetOrdinal(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetValue(System.Int32)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetValues(System.Object[])</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">IsDBNull(System.Int32)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Data.IDbCommand</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Cancel</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">CreateParameter</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">ExecuteNonQuery</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">ExecuteReader</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">ExecuteReader(System.Data.CommandBehavior)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">ExecuteScalar</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_CommandText</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_CommandTimeout</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_CommandType</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Connection</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Parameters</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Transaction</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_UpdatedRowSource</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Prepare</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_CommandText(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_CommandTimeout(System.Int32)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_CommandType(System.Data.CommandType)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_Connection(System.Data.IDbConnection)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_Transaction(System.Data.IDbTransaction)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_UpdatedRowSource(System.Data.UpdateRowSource)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Data.IDbConnection</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">BeginTransaction</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">BeginTransaction(System.Data.IsolationLevel)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">ChangeDatabase(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Close</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">CreateCommand</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_ConnectionString</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_ConnectionTimeout</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Database</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_State</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Open</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Data.IDbDataParameter</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Size</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_Size(System.Int32)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Data.IDbTransaction</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Commit</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Connection</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_IsolationLevel</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Rollback</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Data.IsolationLevel</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Data.ParameterDirection</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Data.SqlClient.SqlParameter</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_UdtTypeName(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Data.UpdateRowSource</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.DBNull</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Value</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Reflection.Binder</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use an overload that does not take a Binder.</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Reflection.BindingFlags</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Reflection.Emit.AssemblyBuilder</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">DefineDynamicModule(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Reflection.Emit.AssemblyBuilderAccess</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Reflection.Emit.ConstructorBuilder</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetILGenerator</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Reflection.Emit.DynamicMethod</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.String,System.Type,System.Type[])</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.String,System.Type,System.Type[],System.Boolean)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.String,System.Type,System.Type[],System.Type,System.Boolean)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetILGenerator</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Reflection.Emit.FieldBuilder</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Reflection.Emit.ILGenerator</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">BeginCatchBlock(System.Type)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">BeginExceptionBlock</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">DeclareLocal(System.Type)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">DefineLabel</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Emit(System.Reflection.Emit.OpCode)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Emit(System.Reflection.Emit.OpCode,System.Byte)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Emit(System.Reflection.Emit.OpCode,System.Int16)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Emit(System.Reflection.Emit.OpCode,System.Int32)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Emit(System.Reflection.Emit.OpCode,System.Int64)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Emit(System.Reflection.Emit.OpCode,System.Reflection.ConstructorInfo)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Emit(System.Reflection.Emit.OpCode,System.Reflection.Emit.Label)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Emit(System.Reflection.Emit.OpCode,System.Reflection.Emit.LocalBuilder)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Emit(System.Reflection.Emit.OpCode,System.Reflection.FieldInfo)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Emit(System.Reflection.Emit.OpCode,System.Reflection.MethodInfo)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Emit(System.Reflection.Emit.OpCode,System.SByte)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Emit(System.Reflection.Emit.OpCode,System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Emit(System.Reflection.Emit.OpCode,System.Type)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">EmitCall(System.Reflection.Emit.OpCode,System.Reflection.MethodInfo,System.Type[])</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">EndExceptionBlock</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">MarkLabel(System.Reflection.Emit.Label)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Reflection.Emit.Label</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Reflection.Emit.LocalBuilder</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Reflection.Emit.MethodBuilder</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetILGenerator</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Reflection.Emit.ModuleBuilder</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">DefineType(System.String,System.Reflection.TypeAttributes)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Reflection.Emit.PropertyBuilder</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">SetGetMethod(System.Reflection.Emit.MethodBuilder)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">SetSetMethod(System.Reflection.Emit.MethodBuilder)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Reflection.Emit.TypeBuilder</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">CreateType</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">DefineConstructor(System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type[])</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">DefineField(System.String,System.Type,System.Reflection.FieldAttributes)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">DefineMethod(System.String,System.Reflection.MethodAttributes,System.Type,System.Type[])</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">DefineProperty(System.String,System.Reflection.PropertyAttributes,System.Type,System.Type[])</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Reflection.MemberInfo</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>use &quot;is FieldInfo&quot;, &quot;is PropertyInfo&quot;, etc</td> </tr> <tr> <td style="padding-left:2em">get_MemberType</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>use &quot;is FieldInfo&quot;, &quot;is PropertyInfo&quot;, etc</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Reflection.MemberTypes</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use is operator. Example: if (membertype == membertypes.Field) --&gt; if (member is FieldInfo)</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Reflection.ParameterModifier</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use an overload that does not take a ParameterModifier array.</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Reflection.PropertyInfo</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use PropertyInfo.GetMethod property</td> </tr> <tr> <td style="padding-left:2em">GetGetMethod</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use PropertyInfo.GetMethod property</td> </tr> <tr> <td style="padding-left:2em">GetGetMethod(System.Boolean)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use PropertyInfo.GetMethod property</td> </tr> <tr> <td style="padding-left:2em">GetSetMethod</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use PropertyInfo.SetMethod property</td> </tr> <tr> <td style="padding-left:2em">GetSetMethod(System.Boolean)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use PropertyInfo.SetMethod property</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Runtime.Remoting.Messaging.CallContext</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Consider using System.Threading.AsyncLocal&lt;T&gt;</td> </tr> <tr> <td style="padding-left:2em">GetData(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">LogicalGetData(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">LogicalSetData(System.String,System.Object)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">SetData(System.String,System.Object)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.StringComparer</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>CompareInfo.GetStringComparer</td> </tr> <tr> <td style="padding-left:2em">get_InvariantCulture</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>It is almost always incorrect to using InvariantCulture for string equality, see http://msdn.microsoft.com/en-us/library/dd465121(v=vs.110).aspx. The most common replacement is StringComparer.Ordinal, otherwise, if you need InvariantCulture, use CultureInfo.InvariantCulture.ComparerInfo.GetStringComparer(CompareOptions).</td> </tr> <tr> <td style="padding-left:2em">get_InvariantCultureIgnoreCase</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>CompareInfo.GetStringComparer</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Threading.Thread</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetDomain</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Type</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">EmptyTypes</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>new Type[0] (or create your own static property which returns a cached version of this)</td> </tr> <tr> <td style="padding-left:2em">get_DefaultBinder</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_IsClass</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>.GetTypeInfo().IsClass</td> </tr> <tr> <td style="padding-left:2em">get_IsEnum</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>.GetTypeInfo().IsEnum</td> </tr> <tr> <td style="padding-left:2em">get_IsGenericType</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>.GetTypeInfo().IsGenericType</td> </tr> <tr> <td style="padding-left:2em">get_IsPrimitive</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>.GetTypeInfo().IsPrimitive</td> </tr> <tr> <td style="padding-left:2em">get_IsValueType</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>.GetTypeInfo().IsValueType</td> </tr> <tr> <td style="padding-left:2em">get_UnderlyingSystemType</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetConstructor(System.Type[])</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetConstructors</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetConstructors(System.Reflection.BindingFlags)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Equivalent available: Add using for System.Reflection, and reference System.Reflection.TypeExtensions </td> </tr> <tr> <td style="padding-left:2em">GetField(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetFields(System.Reflection.BindingFlags)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetMethod(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetMethod(System.String,System.Reflection.BindingFlags)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Equivalent available: Add using for System.Reflection, and reference System.Reflection.TypeExtensions </td> </tr> <tr> <td style="padding-left:2em">GetMethod(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[])</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use GetMethod(string, Type[]) to search for public methods by name and parameter type or filter the results of GetMethods(BindingFlags) using LINQ for other queries.</td> </tr> <tr> <td style="padding-left:2em">GetMethod(System.String,System.Type[])</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetMethods(System.Reflection.BindingFlags)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetProperties</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetProperties(System.Reflection.BindingFlags)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetProperty(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetProperty(System.String,System.Reflection.BindingFlags)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetProperty(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[])</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use GetProperty(string, Type, Type[]) to search for public properties by name, return type, and parameter types or filter the results of GetMethods(BindingFlags) using LINQ for other queries.</td> </tr> <tr> <td style="padding-left:2em">GetTypeCode(System.Type)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use Type or RuntimeTypeHandle instead.</td> </tr> <tr> <td style="padding-left:2em">IsAssignableFrom(System.Type)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.TypeCode</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use Type or RuntimeTypeHandle instead.</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> </tbody> </table> <p> <a href="#Portability Summary">Back to Summary</a> </p> </div> </div> </body> </html>
kuhlenh/port-to-core
Reports/se/servicestack.ormlite.4.0.40/ServiceStack.OrmLite-net45.html
HTML
mit
119,364
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>cours-de-coq: 20 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 / cours-de-coq - 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> cours-de-coq <small> 8.9.0 <span class="label label-success">20 s</span> </small> </h1> <p><em><script>document.write(moment("2020-03-13 06:10:22 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-03-13 06:10:22 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base camlp5 7.11 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-m4 1 Virtual package relying on m4 coq 8.9.1 Formal proof management system num 1.3 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.09.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.09.0 Official release 4.09.0 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.8.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/cours-de-coq&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/CoursDeCoq&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.9&quot; &amp; &lt; &quot;8.10~&quot;} ] tags: [ &quot;keyword: Coq&quot; &quot;keyword: examples&quot; &quot;category: Miscellaneous/Coq Use Examples&quot; ] authors: [ &quot;Frédéric Prost&quot; &quot;Gilles Kahn&quot; ] bug-reports: &quot;https://github.com/coq-contribs/cours-de-coq/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/cours-de-coq.git&quot; synopsis: &quot;Various examples of Coq proofs&quot; description: &quot;&quot;&quot; Various simple examples of Coq proofs&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/cours-de-coq/archive/v8.9.0.tar.gz&quot; checksum: &quot;md5=d73f73beb897c1a809c787ba33eacdf0&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-cours-de-coq.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 2h opam install -y --deps-only coq-cours-de-coq.8.9.0 coq.8.9.1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>4 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-cours-de-coq.8.9.0 coq.8.9.1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>20 s</dd> </dl> <h2>Installation size</h2> <p>Total: 404 K</p> <ul> <li>32 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/CoursDeCoq/podefs_1.vo</code></li> <li>27 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/CoursDeCoq/Ensembles.vo</code></li> <li>27 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/CoursDeCoq/ps.vo</code></li> <li>24 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/CoursDeCoq/Fil.vo</code></li> <li>21 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/CoursDeCoq/Partial_order_facts.vo</code></li> <li>19 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/CoursDeCoq/ps.glob</code></li> <li>15 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/CoursDeCoq/ex1_auto.vo</code></li> <li>15 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/CoursDeCoq/ex1.vo</code></li> <li>14 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/CoursDeCoq/Fil.glob</code></li> <li>14 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/CoursDeCoq/podefs.vo</code></li> <li>14 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/CoursDeCoq/Partial_order_facts.glob</code></li> <li>13 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/CoursDeCoq/podefs_1.glob</code></li> <li>12 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/CoursDeCoq/Relations_1.vo</code></li> <li>12 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/CoursDeCoq/Relations_3_facts.vo</code></li> <li>11 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/CoursDeCoq/Relations_2_facts.glob</code></li> <li>11 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/CoursDeCoq/Relations_2_facts.vo</code></li> <li>8 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/CoursDeCoq/Relations_2.vo</code></li> <li>8 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/CoursDeCoq/Ensembles.glob</code></li> <li>8 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/CoursDeCoq/ex1_auto.glob</code></li> <li>8 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/CoursDeCoq/Fil.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/CoursDeCoq/ex1.glob</code></li> <li>7 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/CoursDeCoq/ps.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/CoursDeCoq/Relations_3.vo</code></li> <li>6 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/CoursDeCoq/Relations_1_facts.vo</code></li> <li>6 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/CoursDeCoq/Relations_3_facts.glob</code></li> <li>5 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/CoursDeCoq/Partial_order_facts.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/CoursDeCoq/Relations_1.glob</code></li> <li>5 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/CoursDeCoq/Relations_3_facts.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/CoursDeCoq/Relations_2.glob</code></li> <li>4 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/CoursDeCoq/Relations_3.glob</code></li> <li>4 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/CoursDeCoq/Ensembles.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/CoursDeCoq/Relations_2_facts.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/CoursDeCoq/Relations_1_facts.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/CoursDeCoq/podefs_1.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/CoursDeCoq/ex1.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/CoursDeCoq/ex1_auto.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/CoursDeCoq/Relations_1.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/CoursDeCoq/drinker.vo</code></li> <li>2 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/CoursDeCoq/podefs.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/CoursDeCoq/Relations_1_facts.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/CoursDeCoq/Relations_3.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/CoursDeCoq/Relations_2.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/CoursDeCoq/drinker.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/CoursDeCoq/podefs.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/CoursDeCoq/drinker.v</code></li> </ul> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-cours-de-coq.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"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.09.0-2.0.5/released/8.9.1/cours-de-coq/8.9.0.html
HTML
mit
11,858
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>matrices: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.5.0 / matrices - 8.10.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> matrices <small> 8.10.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-11-28 06:52:07 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-28 06:52:07 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.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;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/matrices&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/Matrices&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.10&quot; &amp; &lt; &quot;8.11~&quot;} ] tags: [ &quot;keyword: matrices&quot; &quot;keyword: vectors&quot; &quot;keyword: linear algebra&quot; &quot;keyword: Coq modules&quot; &quot;category: Mathematics/Algebra&quot; &quot;date: 2003-03&quot; ] authors: [ &quot;Nicolas Magaud&quot; ] bug-reports: &quot;https://github.com/coq-contribs/matrices/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/matrices.git&quot; synopsis: &quot;Ring properties for square matrices&quot; description: &quot;&quot;&quot; This contribution contains an operational formalization of square matrices. (m,n)-Matrices are represented as vectors of length n. Each vector (a row) is itself a vector whose length is m. Vectors are actually implemented as dependent lists. We define basic operations for this datatype (addition, product, neutral elements O_n and I_n). We then prove the ring properties for these operations. The development uses Coq modules to specify the interface (the ring structure properties) as a signature. This development deals with dependent types and partial functions. Most of the functions are defined by dependent case analysis and some functions such as getting a column require the use of preconditions (to check whether we are within the bounds of the matrix).&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/matrices/archive/v8.10.0.tar.gz&quot; checksum: &quot;md5=c3f92319ece9a306765b922ba591bc3f&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-matrices.8.10.0 coq.8.5.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.5.0). The following dependencies couldn&#39;t be met: - coq-matrices -&gt; coq &gt;= 8.10 Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-matrices.8.10.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.05.0-2.0.1/released/8.5.0/matrices/8.10.0.html
HTML
mit
7,598
<!DOCTYPE html> <html lang="en"> <head> <title>three.js webgl - clipIntersection</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0"> <style> body { margin: 0px; background-color: #000000; overflow: hidden; } </style> </head> <body> <script src="../build/three.js"></script> <script src="js/controls/OrbitControls.js"></script> <script src="js/libs/dat.gui.min.js"></script> <script> var hasChanged = true; var camera, scene, renderer; var params = { clipIntersection: true, planeConstant: 0, showHelpers: false }; var clipPlanes = [ new THREE.Plane( new THREE.Vector3( 1, 0, 0 ), 0 ), new THREE.Plane( new THREE.Vector3( 0, - 1, 0 ), 0 ), new THREE.Plane( new THREE.Vector3( 0, 0, - 1 ), 0 ) ]; init(); animate(); function init() { renderer = new THREE.WebGLRenderer( { antialias: true } ); renderer.setPixelRatio( window.devicePixelRatio ); renderer.setSize( window.innerWidth, window.innerHeight ); renderer.localClippingEnabled = true; document.body.appendChild( renderer.domElement ); scene = new THREE.Scene(); camera = new THREE.PerspectiveCamera( 40, window.innerWidth / window.innerHeight, 1, 200 ); camera.position.set( - 20, 30, 40 ); var controls = new THREE.OrbitControls( camera, renderer.domElement ); controls.addEventListener( 'change', function () { hasChanged = true; } ); // use only if there is no animation loop controls.minDistance = 10; controls.maxDistance = 100; controls.enablePan = false; var light = new THREE.HemisphereLight( 0xffffff, 0x080808, 1 ); scene.add( light ); scene.add( new THREE.AmbientLight( 0x505050 ) ); // var group = new THREE.Group(); for ( var i = 1; i < 25; i ++ ) { var geometry = new THREE.SphereBufferGeometry( i / 2, 48, 24 ); var material = new THREE.MeshLambertMaterial( { color: new THREE.Color( Math.sin( i * 0.5 ) * 0.5 + 0.5, Math.cos( i * 1.5 ) * 0.5 + 0.5, Math.sin( i * 4.5 + 0 ) * 0.5 + 0.5 ), side: THREE.DoubleSide, clippingPlanes: clipPlanes, clipIntersection: params.clipIntersection } ); group.add( new THREE.Mesh( geometry, material ) ); } scene.add( group ); // helpers var helpers = new THREE.Group(); helpers.add( new THREE.AxisHelper( 20 ) ); helpers.add( new THREE.PlaneHelper( clipPlanes[ 0 ], 30, 0xff0000 ) ); helpers.add( new THREE.PlaneHelper( clipPlanes[ 1 ], 30, 0x00ff00 ) ); helpers.add( new THREE.PlaneHelper( clipPlanes[ 2 ], 30, 0x0000ff ) ); helpers.visible = false; scene.add( helpers ); // gui var gui = new dat.GUI(); gui.add( params, 'clipIntersection' ).name( 'clip intersection' ).onChange( function ( value ) { var children = group.children; for ( var i = 0; i < children.length; i ++ ) { children[ i ].material.clipIntersection = value; } hasChanged = true; } ); gui.add( params, 'planeConstant', - 16, 16 ).step( 1 ).name( 'plane constant' ).onChange( function ( value ) { for ( var j = 0; j < clipPlanes.length; j ++ ) { clipPlanes[ j ].constant = value; } hasChanged = true; } ); gui.add( params, 'showHelpers' ).name( 'show helpers' ).onChange( function ( value ) { helpers.visible = value; hasChanged = true; } ); // window.addEventListener( 'resize', onWindowResize, false ); } function onWindowResize() { camera.aspect = window.innerWidth / window.innerHeight; camera.updateProjectionMatrix(); renderer.setSize( window.innerWidth, window.innerHeight ); hasChanged = true; } function animate() { requestAnimationFrame( animate ); if ( hasChanged ) { renderer.render( scene, camera ); hasChanged = false; } } </script> </body> </html>
mese79/three.js
examples/webgl_clipping_intersection.html
HTML
mit
3,988
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>itree: 4 m 31 s 🏆</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.8.2 / itree - 2.0.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> 2.0.0 <span class="label label-success">4 m 31 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-01 19:32:40 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-01 19:32:40 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.8.2 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; name: &quot;coq-itree&quot; version: &quot;2.0.0&quot; maintainer: &quot;Li-yao Xia &lt;[email protected]&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.10~&quot;} &quot;coq-ext-lib&quot; {= &quot;0.10.2&quot;} &quot;coq-paco&quot; {&gt;= &quot;4.0.0&quot; &amp; &lt; &quot;4.1.0&quot;} &quot;ocamlbuild&quot; {with-test} ] authors: [ &quot;Li-yao Xia &lt;[email protected]&gt;&quot; &quot;Yannick Zakowski &lt;[email protected]&gt;&quot; &quot;Paul He &lt;[email protected]&gt;&quot; &quot;Chung-Kil Hur &lt;[email protected]&gt;&quot; &quot;Gregory Malecha &lt;[email protected]&gt;&quot; &quot;Steve Zdancewic &lt;[email protected]&gt;&quot; &quot;Benjamin C. Pierce &lt;[email protected]&gt;&quot; ] tags: &quot;org:deepspec&quot; url { http: &quot;https://github.com/DeepSpec/InteractionTrees/archive/2.0.0.tar.gz&quot; checksum: &quot;sha512=89183308b8344db0f6516d6049e9ac20571177beb11a4382e74612b8943938367f7b8d841c2f682606f40f8f5eab97eda189062f28e6ed79321f6f40c493e95f&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.2.0.0 coq.8.8.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-itree.2.0.0 coq.8.8.2</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>3 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-itree.2.0.0 coq.8.8.2</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>4 m 31 s</dd> </dl> <h2>Installation size</h2> <p>Total: 6 M</p> <ul> <li>535 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Eq/Eq.vo</code></li> <li>387 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Basics/CategoryFacts.vo</code></li> <li>291 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Eq/UpToTaus.vo</code></li> <li>268 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Eq/SimUpToTaus.vo</code></li> <li>254 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Interp/HandlerFacts.vo</code></li> <li>250 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Core/KTreeFacts.vo</code></li> <li>248 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Interp/InterpFacts.vo</code></li> <li>225 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Events/StateFacts.vo</code></li> <li>192 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Interp/TranslateFacts.vo</code></li> <li>170 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Interp/RecursionFacts.vo</code></li> <li>153 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Basics/CategoryTheory.vo</code></li> <li>147 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Events/MapDefaultFacts.vo</code></li> <li>137 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Interp/Traces.vo</code></li> <li>121 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Interp/HandlerFacts.glob</code></li> <li>115 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Simple.vo</code></li> <li>112 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Basics/MonadState.vo</code></li> <li>107 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Basics/CategoryKleisliFacts.vo</code></li> <li>106 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Eq/Eq.glob</code></li> <li>97 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Basics/CategoryFacts.glob</code></li> <li>71 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Eq/UpToTaus.glob</code></li> <li>70 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Basics/CategorySub.vo</code></li> <li>62 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Basics/CategoryKleisliFacts.glob</code></li> <li>54 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Simple.glob</code></li> <li>52 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Basics/CategoryTheory.glob</code></li> <li>49 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Events/StateFacts.glob</code></li> <li>46 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Events/Reader.vo</code></li> <li>44 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Basics/Basics.vo</code></li> <li>44 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Events/Map.vo</code></li> <li>43 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Interp/Handler.vo</code></li> <li>42 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Events.vo</code></li> <li>41 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Interp/InterpFacts.glob</code></li> <li>41 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Events/Concurrency.vo</code></li> <li>41 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Basics/CategoryOps.vo</code></li> <li>39 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Events/Writer.vo</code></li> <li>39 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Basics/MonadState.glob</code></li> <li>38 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Events/State.vo</code></li> <li>38 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Events/Nondeterminism.vo</code></li> <li>33 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Eq/Shallow.vo</code></li> <li>32 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Eq/Eq.v</code></li> <li>32 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Core/KTreeFacts.glob</code></li> <li>31 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Core/ITreeMonad.vo</code></li> <li>31 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Core/ITreeDefinition.vo</code></li> <li>31 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Events/MapDefault.vo</code></li> <li>30 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Interp/Recursion.vo</code></li> <li>29 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/ITreeFacts.vo</code></li> <li>28 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Basics/CategorySub.glob</code></li> <li>27 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/ITree.vo</code></li> <li>26 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Core/Subevent.vo</code></li> <li>26 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Interp/RecursionFacts.glob</code></li> <li>25 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Eq/EqAxiom.vo</code></li> <li>25 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Core/KTree.vo</code></li> <li>25 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Basics/CategoryOps.glob</code></li> <li>25 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Interp/Traces.glob</code></li> <li>24 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Basics/Monad.vo</code></li> <li>24 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Eq.vo</code></li> <li>24 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Eq/UpToTaus.v</code></li> <li>23 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Indexed/Function.vo</code></li> <li>21 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Basics/Basics.glob</code></li> <li>21 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Interp/TranslateFacts.glob</code></li> <li>20 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Eq/SimUpToTaus.glob</code></li> <li>20 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Basics/FunctionFacts.vo</code></li> <li>19 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Events/MapDefaultFacts.glob</code></li> <li>19 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Events/Dependent.vo</code></li> <li>19 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Basics/CategoryFacts.v</code></li> <li>18 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Indexed/FunctionFacts.vo</code></li> <li>18 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Events/Exception.vo</code></li> <li>17 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Basics/CategoryKleisli.vo</code></li> <li>16 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Eq/Shallow.glob</code></li> <li>15 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Indexed/Relation.vo</code></li> <li>15 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Core/ITreeDefinition.glob</code></li> <li>15 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Simple.v</code></li> <li>15 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Basics/CategoryFunctor.vo</code></li> <li>14 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Indexed/Sum.vo</code></li> <li>14 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Basics/CategoryTheory.v</code></li> <li>14 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Events/State.glob</code></li> <li>12 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Interp/Interp.vo</code></li> <li>11 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Basics/CategoryOps.v</code></li> <li>11 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Basics/Function.vo</code></li> <li>11 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Interp/HandlerFacts.v</code></li> <li>11 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Interp/InterpFacts.v</code></li> <li>10 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Core/ITreeDefinition.v</code></li> <li>10 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Interp/Recursion.glob</code></li> <li>10 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Basics/MonadState.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Basics/CategoryKleisliFacts.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Interp/Handler.glob</code></li> <li>8 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Core/KTreeFacts.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Events/StateFacts.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Events/MapDefault.glob</code></li> <li>8 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Interp/Traces.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Interp/RecursionFacts.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Eq/SimUpToTaus.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Indexed/Relation.glob</code></li> <li>7 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Basics/CategoryFunctor.glob</code></li> <li>7 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Events/Map.glob</code></li> <li>6 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Events/MapDefaultFacts.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Events/Writer.glob</code></li> <li>6 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Events/Concurrency.glob</code></li> <li>6 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Basics/CategoryKleisli.glob</code></li> <li>6 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Basics/CategorySub.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Basics/Basics.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Core/Subevent.glob</code></li> <li>6 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Interp/TranslateFacts.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Events/Nondeterminism.glob</code></li> <li>5 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Basics/Category.vo</code></li> <li>5 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Basics/Monad.glob</code></li> <li>5 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Interp/Recursion.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Eq/Shallow.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Basics/FunctionFacts.glob</code></li> <li>4 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Events/State.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Interp/Interp.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Interp/Handler.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Indexed/Function.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Interp/Interp.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Basics/Function.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Core/Subevent.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Events/Reader.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Events/Concurrency.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Events/MapDefault.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Basics/CategoryKleisli.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Indexed/Relation.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Events/Writer.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Indexed/FunctionFacts.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Core/ITreeMonad.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Events/Dependent.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Events/Nondeterminism.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Events/Map.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Core/KTree.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Core/KTree.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Indexed/Function.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Basics/FunctionFacts.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Basics/Monad.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Basics/CategoryFunctor.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Events/Exception.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Eq/EqAxiom.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Basics/Function.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Events.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Events/Dependent.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Core/ITreeMonad.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Indexed/Sum.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Indexed/Sum.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Events/Reader.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Eq/EqAxiom.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/ITreeFacts.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Indexed/FunctionFacts.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Events/Exception.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/ITree.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/ITreeFacts.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/ITree.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Events.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Basics/Category.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Eq.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Basics/Category.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ITree/Eq.v</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-itree.2.0.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.04.2-2.0.5/released/8.8.2/itree/2.0.0.html
HTML
mit
25,023
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>min-imports: 17 s 🏆</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / extra-dev</a></li> <li class="active"><a href="">dev / min-imports - 1.0.1</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> min-imports <small> 1.0.1 <span class="label label-success">17 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-16 03:29:46 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-16 03:29:46 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-gmp 3 Virtual package relying on a GMP lib system installation coq dev Formal proof management system dune 2.9.1 Fast, portable, and opinionated build system ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration ocaml-secondary-compiler 4.08.1-1 OCaml 4.08.1 Secondary Switch Compiler ocamlfind 1.9.1 A library manager for OCaml ocamlfind-secondary 1.9.1 Adds support for ocaml-secondary-compiler to ocamlfind zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; version: &quot;1.0.1&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/vzaliva/coq-min-imports&quot; dev-repo: &quot;git+https://github.com/vzaliva/coq-min-imports.git&quot; bug-reports: &quot;https://github.com/vzaliva/coq-min-imports/issues&quot; authors: [&quot;Vadim Zaliva&quot;] license: &quot;MIT&quot; build: [&quot;jbuilder&quot; &quot;build&quot; &quot;-j&quot; jobs &quot;@install&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.5&quot;} &quot;extlib&quot; &quot;batteries&quot; &quot;jbuilder&quot; {build} ] tags: [ &quot;category:Miscellaneous/Coq Extensions&quot; &quot;date:2018-04-22&quot; ] synopsis: &quot;This script will try to remove unnecessary module imports from Coq&quot; description: &quot;&quot;&quot; sources. It examines modules listed in &quot;Require Import&quot; statements one by one and tries to recompile to see if their removal would cause compilation errors.&quot;&quot;&quot; url { src: &quot;https://github.com/vzaliva/coq-min-imports/archive/v1.0.1.tar.gz&quot; checksum: &quot;md5=3ffca724f7e8752ce4f1909b360914ab&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-min-imports.1.0.1 coq.dev</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-min-imports.1.0.1 coq.dev</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>2 m 42 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-min-imports.1.0.1 coq.dev</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>17 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>opam remove -y coq-min-imports.1.0.1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.05.0-2.0.1/extra-dev/dev/min-imports/1.0.1.html
HTML
mit
6,931
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>menhirlib: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.14.0 / menhirlib - 20200211</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> menhirlib <small> 20200211 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-03 21:53:52 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-03 21:53:52 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-gmp 3 Virtual package relying on a GMP lib system installation coq 8.14.0 Formal proof management system dune 2.9.1 Fast, portable, and opinionated build system ocaml 4.06.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.06.1 Official 4.06.1 release ocaml-config 1 OCaml Switch Configuration ocaml-secondary-compiler 4.08.1-1 OCaml 4.08.1 Secondary Switch Compiler ocamlfind 1.9.1 A library manager for OCaml ocamlfind-secondary 1.9.1 Adds support for ocaml-secondary-compiler to ocamlfind zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; synopsis: &quot;A support library for verified Coq parsers produced by Menhir&quot; maintainer: &quot;[email protected]&quot; authors: [ &quot;Jacques-Henri Jourdan &lt;[email protected]&gt;&quot; ] homepage: &quot;https://gitlab.inria.fr/fpottier/menhir&quot; dev-repo: &quot;git+https://gitlab.inria.fr/fpottier/menhir.git&quot; bug-reports: &quot;[email protected]&quot; license: &quot;LGPL-3.0-or-later&quot; build: [ [make &quot;-C&quot; &quot;coq-menhirlib&quot; &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;-C&quot; &quot;coq-menhirlib&quot; &quot;install&quot;] ] depends: [ &quot;coq&quot; { &gt;= &quot;8.7&quot; &amp; &lt; &quot;8.12&quot; } ] conflicts: [ &quot;menhir&quot; { != &quot;20200211&quot; } ] tags: [ &quot;date:2020-02-11&quot; &quot;logpath:MenhirLib&quot; ] url { src: &quot;https://gitlab.inria.fr/fpottier/menhir/-/archive/20200211/archive.tar.gz&quot; checksum: [ &quot;md5=01577e5f15380c35bdaa8fd818204560&quot; &quot;sha512=a686c4b047d5236c425afcd7f179964191268ff448b8d18510579d742a7256855049bc4fe568bb8f1b0d6cbfb758d95cd05e621e3410b75245bb799d623725d6&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-menhirlib.20200211 coq.8.14.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.14.0). The following dependencies couldn&#39;t be met: - coq-menhirlib -&gt; coq &lt; 8.12 -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-menhirlib.20200211</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.06.1-2.0.5/released/8.14.0/menhirlib/20200211.html
HTML
mit
7,258
<!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <title>DejaViewer</title> <link rel="stylesheet" type="text/css" href="style.css" /> <script type="text/javascript"> const { ipcRenderer } = require("electron"); const { dialog } = require("electron").remote; ipcRenderer.on("error", (event, message) => { console.log("error", message); document.getElementById("fileHolder").innerHTML = message.toString(); }); document.addEventListener("drop", function (event) { event.preventDefault(); event.stopPropagation(); document.getElementById("fileHolder").innerHTML = "Opening.."; for (let file of event.dataTransfer.files) { console.log("sending from drag/drop", file.path); ipcRenderer.send("filepath", file.path); } }); document.addEventListener("dragover", function (event) { document.getElementById("fileHolder").innerHTML = "Drop To Open"; event.preventDefault(); event.stopPropagation(); }); document.addEventListener("dragleave", function (event) { document.getElementById("fileHolder").innerHTML = "Drag Your File Here"; event.preventDefault(); event.stopPropagation(); }); function openFile() { dialog.showOpenDialog( { filters: [ { name: "JPEG", extensions: ["jpg", "jpeg"] }, { name: "PNG", extensions: ["png"] }, { name: "GIF", extensions: ["gif"] }, { name: "TIFF", extensions: ["tif", "tiff"] }, { name: "WebP", extensions: ["webp"] }, { name: "AVIF", extensions: ["avif"] }, { name: "All Image Files", extensions: [ "jpg", "jpeg", "png", "gif", "webp", "ico", "bmp", "jfif", "pjpeg", "pjp", "svg", "svgz", "tiff", "tif", "webp", "avif", "xbm", ], }, ], }, (filepaths) => { if (filepaths === undefined) { console.log("no file selected"); return false; } else { let filepath = filepaths[0]; console.log("sending from selection", filepath); ipcRenderer.send("filepath", filepath); } } ); } </script> </head> <body> <div class="container"> <div class="item-a"> <input type="button" value="Open" onclick="openFile();" /> </div> <div class="item-b" id="fileHolder">Drag Your File Here</div> </div> </body> </html>
Jann3/DejaViewer
src/index.html
HTML
mit
2,939
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mathcomp-solvable: 4 m 57 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-solvable - 1.8.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> mathcomp-solvable <small> 1.8.0 <span class="label label-success">4 m 57 s</span> </small> </h1> <p><em><script>document.write(moment("2020-03-15 06:26:03 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-03-15 06:26:03 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base camlp5 7.11 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-m4 1 Virtual package relying on m4 coq 8.9.0 Formal proof management system num 1.3 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.09.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.09.0 Official release 4.09.0 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.8.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; name: &quot;coq-mathcomp-solvable&quot; version: &quot;1.8.0&quot; maintainer: &quot;Mathematical Components &lt;[email protected]&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/solvable&quot; &quot;-j&quot; &quot;%{jobs}%&quot; ] install: [ make &quot;-C&quot; &quot;mathcomp/solvable&quot; &quot;install&quot; ] remove: [ &quot;sh&quot; &quot;-c&quot; &quot;rm -rf &#39;%{lib}%/coq/user-contrib/mathcomp/solvable&#39;&quot; ] depends: [ &quot;coq-mathcomp-algebra&quot; { = &quot;1.8.0&quot; } ] tags: [ &quot;keyword:finite groups&quot; &quot;keyword:Feit Thompson theorem&quot; &quot;keyword:small scale reflection&quot; &quot;keyword:mathematical components&quot; &quot;keyword:odd order theorem&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 finite groups (II)&quot; description:&quot;&quot;&quot; This library contains more definitions and theorems about finite groups. &quot;&quot;&quot; url { src: &quot;http://github.com/math-comp/math-comp/archive/mathcomp-1.8.0.tar.gz&quot; checksum: &quot;sha256=dcb3b29041d61084d21451cd38c0aeb61ef61dd136efaec96055a1ceea3b9162&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-solvable.1.8.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 2h opam install -y --deps-only coq-mathcomp-solvable.1.8.0 coq.8.9.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>5 m 10 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-mathcomp-solvable.1.8.0 coq.8.9.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>4 m 57 s</dd> </dl> <h2>Installation size</h2> <p>Total: 17 M</p> <ul> <li>2 M <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/solvable/extremal.vo</code></li> <li>1 M <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/solvable/extremal.glob</code></li> <li>1 M <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/solvable/burnside_app.vo</code></li> <li>931 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/solvable/abelian.vo</code></li> <li>877 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/solvable/maximal.vo</code></li> <li>781 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/solvable/abelian.glob</code></li> <li>757 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/solvable/burnside_app.glob</code></li> <li>668 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/solvable/maximal.glob</code></li> <li>525 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/solvable/extraspecial.vo</code></li> <li>454 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/solvable/pgroup.glob</code></li> <li>446 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/solvable/hall.vo</code></li> <li>384 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/solvable/hall.glob</code></li> <li>381 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/solvable/center.vo</code></li> <li>364 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/solvable/frobenius.vo</code></li> <li>349 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/solvable/pgroup.vo</code></li> <li>346 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/solvable/extraspecial.glob</code></li> <li>305 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/solvable/finmodule.vo</code></li> <li>296 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/solvable/cyclic.vo</code></li> <li>295 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/solvable/alt.vo</code></li> <li>285 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/solvable/frobenius.glob</code></li> <li>284 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/solvable/cyclic.glob</code></li> <li>283 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/solvable/sylow.vo</code></li> <li>269 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/solvable/nilpotent.glob</code></li> <li>251 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/solvable/sylow.glob</code></li> <li>248 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/solvable/nilpotent.vo</code></li> <li>245 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/solvable/jordanholder.vo</code></li> <li>240 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/solvable/finmodule.glob</code></li> <li>214 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/solvable/gseries.vo</code></li> <li>206 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/solvable/center.glob</code></li> <li>197 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/solvable/jordanholder.glob</code></li> <li>195 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/solvable/alt.glob</code></li> <li>194 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/solvable/primitive_action.vo</code></li> <li>160 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/solvable/commutator.glob</code></li> <li>135 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/solvable/commutator.vo</code></li> <li>133 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/solvable/gseries.glob</code></li> <li>122 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/solvable/gfunctor.vo</code></li> <li>120 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/solvable/extremal.v</code></li> <li>110 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/solvable/primitive_action.glob</code></li> <li>88 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/solvable/gfunctor.glob</code></li> <li>88 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/solvable/abelian.v</code></li> <li>73 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/solvable/maximal.v</code></li> <li>50 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/solvable/pgroup.v</code></li> <li>48 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/solvable/burnside_app.v</code></li> <li>42 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/solvable/hall.v</code></li> <li>41 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/solvable/extraspecial.v</code></li> <li>35 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/solvable/frobenius.v</code></li> <li>33 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/solvable/cyclic.v</code></li> <li>32 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/solvable/all_solvable.vo</code></li> <li>29 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/solvable/jordanholder.v</code></li> <li>28 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/solvable/nilpotent.v</code></li> <li>27 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/solvable/sylow.v</code></li> <li>27 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/solvable/finmodule.v</code></li> <li>24 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/solvable/center.v</code></li> <li>24 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/solvable/alt.v</code></li> <li>20 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/solvable/gseries.v</code></li> <li>20 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/solvable/gfunctor.v</code></li> <li>15 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/solvable/primitive_action.v</code></li> <li>13 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/solvable/commutator.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/solvable/all_solvable.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/solvable/all_solvable.v</code></li> </ul> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-mathcomp-solvable.1.8.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.09.0-2.0.5/released/8.9.0/mathcomp-solvable/1.8.0.html
HTML
mit
14,872
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>weak-up-to: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.13.2 / weak-up-to - 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> weak-up-to <small> 8.8.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-11-25 05:11:20 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-25 05:11:20 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-gmp 3 Virtual package relying on a GMP lib system installation coq 8.13.2 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/weak-up-to&quot; license: &quot;GPL&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/WeakUpTo&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.8&quot; &amp; &lt; &quot;8.9~&quot;} ] tags: [ &quot;keyword: weak bisimilarity&quot; &quot;keyword: weak bisimulation&quot; &quot;keyword: up-to techniques&quot; &quot;keyword: termination&quot; &quot;keyword: commutation&quot; &quot;keyword: Newman&#39;s lemma&quot; &quot;category: Computer Science/Concurrent Systems and Protocols/Theory of concurrent systems&quot; &quot;date: 2005-02-22&quot; ] authors: [ &quot;Damien Pous &lt;damien.pous at ens-lyon.fr&gt; [http://perso.ens-lyon.fr/damien.pous/]&quot; ] bug-reports: &quot;https://github.com/coq-contribs/weak-up-to/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/weak-up-to.git&quot; synopsis: &quot;New Up-to Techniques for Weak Bisimulation&quot; description: &quot;&quot;&quot; http://perso.ens-lyon.fr/damien.pous/upto/ This contribution is the formalisation of a paper that appeared in Proc. of ICALP 2005: &quot;Up-to Techniques for Weak Bisimulation&quot;. First we define a framework for defining up-to techniques for weak bisimulation in a modular way. Then we prove the correctness of some new up-to techniques, based on termination guarantees. Notably, a generalisation of Newman&#39;s Lemma to commutation results is established.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/weak-up-to/archive/v8.8.0.tar.gz&quot; checksum: &quot;md5=5e43d24251faf4a5603d6c07e6ab540c&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-weak-up-to.8.8.0 coq.8.13.2</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.13.2). The following dependencies couldn&#39;t be met: - coq-weak-up-to -&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-weak-up-to.8.8.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.05.0-2.0.1/released/8.13.2/weak-up-to/8.8.0.html
HTML
mit
7,754
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Comparing the performance of a single int_ generator</title> <link rel="stylesheet" href="../../../../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> <link rel="home" href="../../../../index.html" title="Spirit 2.5.8"> <link rel="up" href="../numeric_performance.html" title="Performance of Numeric Generators"> <link rel="prev" href="../numeric_performance.html" title="Performance of Numeric Generators"> <link rel="next" href="double_performance.html" title="Comparing the performance of a single double_ generator"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr> <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../../../boost.png"></td> <td align="center"><a href="../../../../../../../../index.html">Home</a></td> <td align="center"><a href="../../../../../../../../libs/libraries.htm">Libraries</a></td> <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> <td align="center"><a href="../../../../../../../../more/index.htm">More</a></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="../numeric_performance.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../numeric_performance.html"><img src="../../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="double_performance.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h5 class="title"> <a name="spirit.karma.performance_measurements.numeric_performance.int_performance"></a><a class="link" href="int_performance.html" title="Comparing the performance of a single int_ generator">Comparing the performance of a single int_ generator</a> </h5></div></div></div> <p> These performance measurements are centered around default formatting of a single <code class="computeroutput"><span class="keyword">int</span></code> integer number using different libraries and methods. The overall execution times for those examples are compared below. We compare using <code class="computeroutput"><span class="identifier">sprintf</span></code>, C++ iostreams, <a href="../../../../../../../../libs/format/index.html" target="_top">Boost.Format</a>, and <span class="emphasis"><em>Spirit.Karma</em></span>. </p> <p> For the full source code of the performance test please see here: <a href="../../../../../../workbench/karma/int_generator.cpp" target="_top">int_generator.cpp</a>. All the measurements have been done by executing <code class="computeroutput"><span class="number">1e7</span></code> iterations for each formatting type (NUMITERATIONS is set to <code class="computeroutput"><span class="number">1e7</span></code> in the code shown below). </p> <p> Code used to measure the performance for <code class="computeroutput"><span class="identifier">ltoa</span></code>: </p> <p> </p> <pre class="programlisting"><span class="keyword">char</span> <span class="identifier">buffer</span><span class="special">[</span><span class="number">65</span><span class="special">];</span> <span class="comment">// we don't expect more than 64 bytes to be generated here</span> <span class="keyword">for</span> <span class="special">(</span><span class="keyword">int</span> <span class="identifier">i</span> <span class="special">=</span> <span class="number">0</span><span class="special">;</span> <span class="identifier">i</span> <span class="special">&lt;</span> <span class="identifier">MAX_ITERATION</span><span class="special">;</span> <span class="special">++</span><span class="identifier">i</span><span class="special">)</span> <span class="special">{</span> <span class="identifier">ltoa</span><span class="special">(</span><span class="identifier">v</span><span class="special">[</span><span class="identifier">i</span><span class="special">],</span> <span class="identifier">buffer</span><span class="special">,</span> <span class="number">10</span><span class="special">);</span> <span class="special">}</span> </pre> <p> </p> <p> Code used to measure the performance for standard C++ iostreams: </p> <p> </p> <pre class="programlisting"><span class="identifier">std</span><span class="special">::</span><span class="identifier">stringstream</span> <span class="identifier">str</span><span class="special">;</span> <span class="keyword">for</span> <span class="special">(</span><span class="keyword">int</span> <span class="identifier">i</span> <span class="special">=</span> <span class="number">0</span><span class="special">;</span> <span class="identifier">i</span> <span class="special">&lt;</span> <span class="identifier">MAX_ITERATION</span><span class="special">;</span> <span class="special">++</span><span class="identifier">i</span><span class="special">)</span> <span class="special">{</span> <span class="identifier">str</span><span class="special">.</span><span class="identifier">str</span><span class="special">(</span><span class="string">""</span><span class="special">);</span> <span class="identifier">str</span> <span class="special">&lt;&lt;</span> <span class="identifier">v</span><span class="special">[</span><span class="identifier">i</span><span class="special">];</span> <span class="special">}</span> </pre> <p> </p> <p> Code used to measure the performance for <a href="../../../../../../../../libs/format/index.html" target="_top">Boost.Format</a>: </p> <p> </p> <pre class="programlisting"><span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span> <span class="identifier">str</span><span class="special">;</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">format</span> <span class="identifier">int_format</span><span class="special">(</span><span class="string">"%d"</span><span class="special">);</span> <span class="keyword">for</span> <span class="special">(</span><span class="keyword">int</span> <span class="identifier">i</span> <span class="special">=</span> <span class="number">0</span><span class="special">;</span> <span class="identifier">i</span> <span class="special">&lt;</span> <span class="identifier">MAX_ITERATION</span><span class="special">;</span> <span class="special">++</span><span class="identifier">i</span><span class="special">)</span> <span class="special">{</span> <span class="identifier">str</span> <span class="special">=</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">str</span><span class="special">(</span><span class="identifier">int_format</span> <span class="special">%</span> <span class="identifier">v</span><span class="special">[</span><span class="identifier">i</span><span class="special">]);</span> <span class="special">}</span> </pre> <p> </p> <p> Code used to measure the performance for <span class="emphasis"><em>Spirit.Karma</em></span> using a plain character buffer: </p> <p> </p> <pre class="programlisting"><span class="keyword">char</span> <span class="identifier">buffer</span><span class="special">[</span><span class="number">65</span><span class="special">];</span> <span class="comment">// we don't expect more than 64 bytes to be generated here</span> <span class="keyword">for</span> <span class="special">(</span><span class="keyword">int</span> <span class="identifier">i</span> <span class="special">=</span> <span class="number">0</span><span class="special">;</span> <span class="identifier">i</span> <span class="special">&lt;</span> <span class="identifier">MAX_ITERATION</span><span class="special">;</span> <span class="special">++</span><span class="identifier">i</span><span class="special">)</span> <span class="special">{</span> <span class="keyword">char</span> <span class="special">*</span><span class="identifier">ptr</span> <span class="special">=</span> <span class="identifier">buffer</span><span class="special">;</span> <span class="identifier">karma</span><span class="special">::</span><span class="identifier">generate</span><span class="special">(</span><span class="identifier">ptr</span><span class="special">,</span> <span class="identifier">int_</span><span class="special">,</span> <span class="identifier">v</span><span class="special">[</span><span class="identifier">i</span><span class="special">]);</span> <span class="special">*</span><span class="identifier">ptr</span> <span class="special">=</span> <span class="char">'\0'</span><span class="special">;</span> <span class="special">}</span> </pre> <p> </p> <p> The following table shows the overall performance results collected while using different compilers. All times are in seconds measured for <code class="computeroutput"><span class="number">1e7</span></code> iterations (platform: Windows7, Intel Core Duo(tm) Processor, 2.8GHz, 4GByte RAM). For a more readable comparison of the results see this <a class="link" href="int_performance.html#spirit.karma.int_performance" title="Figure 3. Performance comparison for a single int">figure</a>. </p> <div class="table"> <a name="spirit.karma.performance_measurements.numeric_performance.int_performance.performance_comparison_for_a_single_int__all_times_in__s____1e7__iterations_"></a><p class="title"><b>Table 5. Performance comparison for a single int (all times in [s], `1e7` iterations)</b></p> <div class="table-contents"><table class="table" summary="Performance comparison for a single int (all times in [s], `1e7` iterations)"> <colgroup> <col> <col> <col> <col> <col> <col> <col> </colgroup> <thead><tr> <th> <p> Library </p> </th> <th> <p> gcc 4.4.0 (32 bit) </p> </th> <th> <p> VC++ 10 (32 bit) </p> </th> <th> <p> Intel 11.1 (32 bit) </p> </th> <th> <p> gcc 4.4.0 (64 bit) </p> </th> <th> <p> VC++ 10 (64 bit) </p> </th> <th> <p> Intel 11.1 (64 bit) </p> </th> </tr></thead> <tbody> <tr> <td> <p> ltoa </p> </td> <td> <p> 1.542 </p> </td> <td> <p> 0.895 </p> </td> <td> <p> 0.884 </p> </td> <td> <p> 1.163 </p> </td> <td> <p> 1.099 </p> </td> <td> <p> 0.906 </p> </td> </tr> <tr> <td> <p> iostreams </p> </td> <td> <p> 6.548 </p> </td> <td> <p> 13.727 </p> </td> <td> <p> 11.898 </p> </td> <td> <p> 3.464 </p> </td> <td> <p> 8.316 </p> </td> <td> <p> 8.115 </p> </td> </tr> <tr> <td> <p> <a href="../../../../../../../../libs/format/index.html" target="_top">Boost.Format</a> </p> </td> <td> <p> 16.998 </p> </td> <td> <p> 21.813 </p> </td> <td> <p> 20.477 </p> </td> <td> <p> 17.464 </p> </td> <td> <p> 14.662 </p> </td> <td> <p> 13.646 </p> </td> </tr> <tr> <td> <p> <span class="emphasis"><em>Spirit.Karma</em></span> int_ </p> </td> <td> <p> 1.421 </p> </td> <td> <p> 0.744 </p> </td> <td> <p> 0.697 </p> </td> <td> <p> 1.072 </p> </td> <td> <p> 0.953 </p> </td> <td> <p> 0.606 </p> </td> </tr> </tbody> </table></div> </div> <br class="table-break"><p> </p> <div class="figure"> <a name="spirit.karma.int_performance"></a><p class="title"><b>Figure 3. Performance comparison for a single int</b></p> <div class="figure-contents"><span class="inlinemediaobject"><img src="../../../.././images/int_performance.png" alt="Performance comparison for a single int"></span></div> </div> <p><br class="figure-break"> </p> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright © 2001-2011 Joel de Guzman, Hartmut Kaiser<p> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="../numeric_performance.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../numeric_performance.html"><img src="../../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="double_performance.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
davehorton/drachtio-server
deps/boost_1_77_0/libs/spirit/doc/html/spirit/karma/performance_measurements/numeric_performance/int_performance.html
HTML
mit
15,830
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mathcomp-algebra: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.11.0 / mathcomp-algebra - 1.7.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> mathcomp-algebra <small> 1.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; name: &quot;coq-mathcomp-algebra&quot; version: &quot;1.7.0&quot; maintainer: &quot;Mathematical Components &lt;[email protected]&gt;&quot; synopsis: &quot;The Mathematical Components library&quot; homepage: &quot;https://math-comp.github.io/math-comp/&quot; bug-reports: &quot;Mathematical Components &lt;[email protected]&gt;&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/algebra&quot; &quot;-j&quot; &quot;%{jobs}%&quot; ] install: [ make &quot;-C&quot; &quot;mathcomp/algebra&quot; &quot;install&quot; ] remove: [ &quot;sh&quot; &quot;-c&quot; &quot;rm -rf &#39;%{lib}%/coq/user-contrib/mathcomp/algebra&#39;&quot; ] depends: [ &quot;ocaml&quot; &quot;coq-mathcomp-fingroup&quot; {= &quot;1.7.0&quot;} ] tags: [ &quot;keyword:algebra&quot; &quot;keyword:small scale reflection&quot; &quot;keyword:mathematical components&quot; &quot;keyword:odd order theorem&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; ] url { src: &quot;http://github.com/math-comp/math-comp/archive/mathcomp-1.7.0.tar.gz&quot; checksum: &quot;md5=e1bde60e67844e692f88c5d64a44004e&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-algebra.1.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-mathcomp-algebra -&gt; coq-mathcomp-fingroup = 1.7.0 -&gt; coq-mathcomp-ssreflect = 1.7.0 -&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-mathcomp-algebra.1.7.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.07.1-2.0.6/released/8.11.0/mathcomp-algebra/1.7.0.html
HTML
mit
7,512
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Shell - FAKE - F# Make</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content="Steffen Forkmann, Mauricio Scheffer, Colin Bull"> <script src="https://code.jquery.com/jquery-1.8.0.js"></script> <script src="https://code.jquery.com/ui/1.8.23/jquery-ui.js"></script> <script src="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.1/js/bootstrap.min.js"></script> <script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> <link href="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.1/css/bootstrap-combined.min.css" rel="stylesheet"> <link type="text/css" rel="stylesheet" href="http://fsharp.github.io/FAKE/content/style.css" /> <script type="text/javascript" src="http://fsharp.github.io/FAKE/content/tips.js"></script> <!-- HTML5 shim, for IE6-8 support of HTML5 elements --> <!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="masthead"> <ul class="nav nav-pills pull-right"> <li><a href="http://fsharp.org">fsharp.org</a></li> <li><a href="http://github.com/fsharp/fake">github page</a></li> </ul> <h3 class="muted"><a href="http://fsharp.github.io/FAKE/index.html">FAKE - F# Make</a></h3> </div> <hr /> <div class="row"> <div class="span9" id="main"> <h1>Shell</h1> <div class="xmldoc"> <p>Allows to exec shell operations synchronously and asynchronously.</p> </div> <h3>Constructors</h3> <table class="table table-bordered member-list"> <thead> <tr><td>Constructor</td><td>Description</td></tr> </thead> <tbody> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '1683', 1683)" onmouseover="showTip(event, '1683', 1683)"> new() </code> <div class="tip" id="1683"> <strong>Signature:</strong> unit -&gt; Shell<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/ProcessHelper.fs#L515-515" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> </td> </tr> </tbody> </table> <h3>Static members</h3> <table class="table table-bordered member-list"> <thead> <tr><td>Static member</td><td>Description</td></tr> </thead> <tbody> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '1684', 1684)" onmouseover="showTip(event, '1684', 1684)"> AsyncExec(cmd, args, dir) </code> <div class="tip" id="1684"> <strong>Signature:</strong> (cmd:string * args:string option * dir:string option) -&gt; Async&lt;int&gt;<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/ProcessHelper.fs#L539-539" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>Runs the given process asynchronously.</p> <h2>Parameters</h2> <ul> <li><code>cmd</code> - The command which should be run in elavated context.</li> <li><code>args</code> - The process arguments (optional).</li> <li><code>directory</code> - The working directory (optional).</li> </ul> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '1685', 1685)" onmouseover="showTip(event, '1685', 1685)"> Exec(cmd, args, dir) </code> <div class="tip" id="1685"> <strong>Signature:</strong> (cmd:string * args:string option * dir:string option) -&gt; int<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/ProcessHelper.fs#L531-531" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>Runs the given process, waits for it's completion and returns the exit code.</p> <h2>Parameters</h2> <ul> <li><code>cmd</code> - The command which should be run in elavated context.</li> <li><code>args</code> - The process arguments (optional).</li> <li><code>directory</code> - The working directory (optional).</li> </ul> </td> </tr> </tbody> </table> </div> <div class="span3"> <a href="http://fsharp.github.io/FAKE/index.html"> <img src="http://fsharp.github.io/FAKE/pics/logo.png" style="width:140px;height:140px;margin:10px 0px 0px 35px;border-style:none;" /> </a> <ul class="nav nav-list" id="menu"> <li class="nav-header">FAKE - F# Make</li> <li class="divider"></li> <li><a href="http://fsharp.github.io/FAKE/index.html">Home page</a></li> <li class="divider"></li> <li><a href="https://www.nuget.org/packages/FAKE">Get FAKE - F# Make via NuGet</a></li> <li><a href="http://github.com/fsharp/fake">Source Code on GitHub</a></li> <li><a href="http://github.com/fsharp/fake/blob/master/License.txt">License (Apache 2)</a></li> <li><a href="http://fsharp.github.io/FAKE/RELEASE_NOTES.html">Release Notes</a></li> <li><a href="http://fsharp.github.io/FAKE//contributing.html">Contributing to FAKE - F# Make</a></li> <li><a href="http://fsharp.github.io/FAKE/users.html">Who is using FAKE?</a></li> <li><a href="http://stackoverflow.com/questions/tagged/f%23-fake">Ask a question</a></li> <li class="nav-header">Tutorials</li> <li><a href="http://fsharp.github.io/FAKE/gettingstarted.html">Getting started</a></li> <li><a href="http://fsharp.github.io/FAKE/cache.html">Build script caching</a></li> <li class="divider"></li> <li><a href="http://fsharp.github.io/FAKE/nuget.html">NuGet package restore</a></li> <li><a href="http://fsharp.github.io/FAKE/fxcop.html">Using FxCop in a build</a></li> <li><a href="http://fsharp.github.io/FAKE/assemblyinfo.html">Generating AssemblyInfo</a></li> <li><a href="http://fsharp.github.io/FAKE/create-nuget-package.html">Create NuGet packages</a></li> <li><a href="http://fsharp.github.io/FAKE/specifictargets.html">Running specific targets</a></li> <li><a href="http://fsharp.github.io/FAKE/commandline.html">Running FAKE from command line</a></li> <li><a href="http://fsharp.github.io/FAKE/parallel-build.html">Running targets in parallel</a></li> <li><a href="http://fsharp.github.io/FAKE/fsc.html">Using the F# compiler from FAKE</a></li> <li><a href="http://fsharp.github.io/FAKE/customtasks.html">Creating custom tasks</a></li> <li><a href="http://fsharp.github.io/FAKE/soft-dependencies.html">Soft dependencies</a></li> <li><a href="http://fsharp.github.io/FAKE/teamcity.html">TeamCity integration</a></li> <li><a href="http://fsharp.github.io/FAKE/canopy.html">Running canopy tests</a></li> <li><a href="http://fsharp.github.io/FAKE/octopusdeploy.html">Octopus Deploy</a></li> <li><a href="http://fsharp.github.io/FAKE/typescript.html">TypeScript support</a></li> <li><a href="http://fsharp.github.io/FAKE/azurewebjobs.html">Azure WebJobs support</a></li> <li><a href="http://fsharp.github.io/FAKE/azurecloudservices.html">Azure Cloud Services support</a></li> <li><a href="http://fsharp.github.io/FAKE/fluentmigrator.html">FluentMigrator support</a></li> <li><a href="http://fsharp.github.io/FAKE/androidpublisher.html">Android publisher</a></li> <li><a href="http://fsharp.github.io/FAKE/watch.html">File Watcher</a></li> <li class="divider"></li> <li><a href="http://fsharp.github.io/FAKE/deploy.html">Fake.Deploy</a></li> <li><a href="http://fsharp.github.io/FAKE/iis.html">Fake.IIS</a></li> <li class="nav-header">Reference</li> <li><a href="http://fsharp.github.io/FAKE/apidocs/index.html">API Reference</a></li> </ul> </div> </div> </div> <a href="http://github.com/fsharp/fake"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png" alt="Fork me on GitHub"></a> </body> </html>
carsales/haxl.net
tools/FAKE/docs/apidocs/fake-processhelper-shell.html
HTML
mit
9,297
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>goedel: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.10.1 / goedel - 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> goedel <small> 8.7.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-10-28 03:36:04 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-28 03:36:04 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.10.1 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.06.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.06.1 Official 4.06.1 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/goedel&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/Goedel&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.8~&quot;} &quot;coq-pocklington&quot; {&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.8~&quot;} ] tags: [ &quot;keyword:Goedel&quot; &quot;keyword:Rosser&quot; &quot;keyword:incompleteness&quot; &quot;keyword:logic&quot; &quot;keyword:Hilbert&quot; &quot;category: Mathematics/Logic/Foundations&quot; &quot;date: 2007-04-13&quot; ] authors: [ &quot;Russell O&#39;Connor &lt;[email protected]&gt; [http://r6.ca]&quot; ] bug-reports: &quot;https://github.com/coq-contribs/goedel/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/goedel.git&quot; synopsis: &quot;The Gödel-Rosser 1st incompleteness theorem&quot; description: &quot;&quot;&quot; http://r6.ca/goedel1.html A proof that any first order theory extending NN (which is PA without induction) that is complete is inconsistent&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/goedel/archive/v8.7.0.tar.gz&quot; checksum: &quot;md5=9445b53f0eff65f920203a59e2d881dd&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-goedel.8.7.0 coq.8.10.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.10.1). The following dependencies couldn&#39;t be met: - coq-goedel -&gt; coq-pocklington &lt; 8.8~ -&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-goedel.8.7.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.06.1-2.0.5/released/8.10.1/goedel/8.7.0.html
HTML
mit
7,094
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mathcomp-field: 12 m 55 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 / mathcomp-field - 1.7.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> mathcomp-field <small> 1.7.0 <span class="label label-success">12 m 55 s</span> </small> </h1> <p><em><script>document.write(moment("2020-08-24 17:47:06 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-08-24 17:47:06 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.12 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-m4 1 Virtual package relying on m4 coq 8.9.1 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.8.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; name: &quot;coq-mathcomp-field&quot; version: &quot;1.7.0&quot; maintainer: &quot;Mathematical Components &lt;[email protected]&gt;&quot; synopsis: &quot;The Mathematical Components library&quot; homepage: &quot;https://math-comp.github.io/math-comp/&quot; bug-reports: &quot;Mathematical Components &lt;[email protected]&gt;&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/field&quot; &quot;-j&quot; &quot;%{jobs}%&quot; ] install: [ make &quot;-C&quot; &quot;mathcomp/field&quot; &quot;install&quot; ] remove: [ &quot;sh&quot; &quot;-c&quot; &quot;rm -rf &#39;%{lib}%/coq/user-contrib/mathcomp/field&#39;&quot; ] depends: [ &quot;ocaml&quot; &quot;coq-mathcomp-solvable&quot; {= &quot;1.7.0&quot;} ] tags: [ &quot;keyword:algebra&quot; &quot;keyword:field&quot; &quot;keyword:small scale reflection&quot; &quot;keyword:mathematical components&quot; &quot;keyword:odd order theorem&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; ] url { src: &quot;http://github.com/math-comp/math-comp/archive/mathcomp-1.7.0.tar.gz&quot; checksum: &quot;md5=e1bde60e67844e692f88c5d64a44004e&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-field.1.7.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 2h opam install -y --deps-only coq-mathcomp-field.1.7.0 coq.8.9.1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>12 m 51 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-field.1.7.0 coq.8.9.1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>12 m 55 s</dd> </dl> <h2>Installation size</h2> <p>Total: 10 M</p> <ul> <li>1 M <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/fieldext.vo</code></li> <li>1 M <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/galois.vo</code></li> <li>712 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/algebraics_fundamentals.vo</code></li> <li>547 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/algnum.vo</code></li> <li>523 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/galois.glob</code></li> <li>522 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/separable.vo</code></li> <li>494 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/algC.vo</code></li> <li>448 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/falgebra.vo</code></li> <li>438 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/fieldext.glob</code></li> <li>390 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/separable.glob</code></li> <li>377 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/algebraics_fundamentals.glob</code></li> <li>351 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/finfield.vo</code></li> <li>346 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/countalg.vo</code></li> <li>339 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/closed_field.glob</code></li> <li>331 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/algC.glob</code></li> <li>309 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/falgebra.glob</code></li> <li>287 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/closed_field.vo</code></li> <li>286 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/algnum.glob</code></li> <li>226 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/finfield.glob</code></li> <li>191 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/countalg.glob</code></li> <li>179 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/cyclotomic.vo</code></li> <li>110 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/cyclotomic.glob</code></li> <li>69 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/galois.v</code></li> <li>67 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/fieldext.v</code></li> <li>53 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/all_field.vo</code></li> <li>52 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/algebraics_fundamentals.v</code></li> <li>49 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/algC.v</code></li> <li>48 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/countalg.v</code></li> <li>47 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/falgebra.v</code></li> <li>44 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/separable.v</code></li> <li>39 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/algnum.v</code></li> <li>32 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/finfield.v</code></li> <li>24 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/closed_field.v</code></li> <li>15 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/cyclotomic.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/all_field.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/all_field.v</code></li> </ul> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-mathcomp-field.1.7.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.05.0-2.0.6/released/8.9.1/mathcomp-field/1.7.0.html
HTML
mit
11,729
<html> <head> <title>User agent detail - Mozilla/5.0 (Linux; Android 4.0.3; TM-7025 Build/IML74K) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Safari/535.19</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> </head> <body> <div class="container"> <div class="section"> <h1 class="header center orange-text">User agent detail</h1> <div class="row center"> <h5 class="header light"> Mozilla/5.0 (Linux; Android 4.0.3; TM-7025 Build/IML74K) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Safari/535.19 </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">Texet</td><td>TM-7025</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; Android 4.0.3; TM-7025 Build/IML74K) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Safari/535.19 [family] => TM-7025 [brand] => Texet [model] => TM-7025 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><th colspan="14" class="green lighten-3">Providers</th></tr><tr><td>BrowscapPhp<br /><small>6012</small></td><td>Chrome 18.0</td><td>WebKit </td><td>Android 4.0</td><td style="border-left: 1px solid #555"></td><td></td><td>Mobile Phone</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.019</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-215ac98d-ccf8-4615-916e-5a819d6a59c9">Detail</a> <!-- Modal Structure --> <div id="modal-215ac98d-ccf8-4615-916e-5a819d6a59c9" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>BrowscapPhp result detail</h4> <p><pre><code class="php">stdClass Object ( [browser_name_regex] => /^mozilla\/5\.0 \(.*linux.*android.4\.0.*\) applewebkit\/.* \(khtml, like gecko\) chrome\/18\..*safari\/.*$/ [browser_name_pattern] => mozilla/5.0 (*linux*android?4.0*) applewebkit/* (khtml, like gecko) chrome/18.*safari/* [parent] => Chrome 18.0 for Android [comment] => Chrome 18.0 [browser] => Chrome [browser_type] => Browser [browser_bits] => 32 [browser_maker] => Google Inc [browser_modus] => unknown [version] => 18.0 [majorver] => 18 [minorver] => 0 [platform] => Android [platform_version] => 4.0 [platform_description] => Android OS [platform_bits] => 32 [platform_maker] => Google Inc [alpha] => [beta] => [win16] => [win32] => [win64] => [frames] => 1 [iframes] => 1 [tables] => 1 [cookies] => 1 [backgroundsounds] => [javascript] => 1 [vbscript] => [javaapplets] => [activexcontrols] => [ismobiledevice] => 1 [istablet] => [issyndicationreader] => [crawler] => [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>Chrome 18.0.1025.166</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] => Chrome [version] => 18.0.1025.166 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>NeutrinoApiCom<br /><small></small></td><td>Chrome 18.0.1025.166</td><td><i class="material-icons">close</i></td><td>Android 4.0.3</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.26003</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] => 18.0.1025.166 [is_android] => [browser_name] => Chrome [operating_system_family] => Android [operating_system_version] => 4.0.3 [is_ios] => [producer] => Google Inc. [operating_system] => Android 4.0.x Ice Cream Sandwich [mobile_screen_width] => 0 [mobile_browser] => ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>PiwikDeviceDetector<br /><small>3.5.2</small></td><td>Chrome 18.0</td><td>WebKit </td><td>Android 4.0</td><td style="border-left: 1px solid #555"></td><td></td><td>tablet</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.007</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-21638055-738d-46ba-a1b1-f5114bc26475">Detail</a> <!-- Modal Structure --> <div id="modal-21638055-738d-46ba-a1b1-f5114bc26475" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>PiwikDeviceDetector result detail</h4> <p><pre><code class="php">Array ( [client] => Array ( [type] => browser [name] => Chrome [short_name] => CH [version] => 18.0 [engine] => WebKit ) [operatingSystem] => Array ( [name] => Android [short_name] => AND [version] => 4.0 [platform] => ) [device] => Array ( [brand] => [brandName] => [model] => [device] => 2 [deviceName] => tablet ) [bot] => [extra] => Array ( [isBot] => [isBrowser] => 1 [isFeedReader] => [isMobileApp] => [isPIM] => [isLibrary] => [isMediaPlayer] => [isCamera] => [isCarBrowser] => [isConsole] => [isFeaturePhone] => [isPhablet] => [isPortableMediaPlayer] => [isSmartDisplay] => [isSmartphone] => [isTablet] => 1 [isTV] => [isDesktop] => [isMobile] => 1 [isTouchEnabled] => ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>SinergiBrowserDetector<br /><small>6.0.0</small></td><td>Chrome 18.0.1025.166</td><td><i class="material-icons">close</i></td><td>Android 4.0.3</td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-5415e7f2-ef7b-434c-abe0-b71ba9f6707c">Detail</a> <!-- Modal Structure --> <div id="modal-5415e7f2-ef7b-434c-abe0-b71ba9f6707c" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>SinergiBrowserDetector result detail</h4> <p><pre><code class="php">Array ( [browser] => Sinergi\BrowserDetector\Browser Object ( [userAgent:Sinergi\BrowserDetector\Browser:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; Android 4.0.3; TM-7025 Build/IML74K) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Safari/535.19 ) [name:Sinergi\BrowserDetector\Browser:private] => Chrome [version:Sinergi\BrowserDetector\Browser:private] => 18.0.1025.166 [isRobot:Sinergi\BrowserDetector\Browser:private] => [isChromeFrame:Sinergi\BrowserDetector\Browser:private] => ) [operatingSystem] => Sinergi\BrowserDetector\Os Object ( [name:Sinergi\BrowserDetector\Os:private] => Android [version:Sinergi\BrowserDetector\Os:private] => 4.0.3 [isMobile:Sinergi\BrowserDetector\Os:private] => 1 [userAgent:Sinergi\BrowserDetector\Os:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; Android 4.0.3; TM-7025 Build/IML74K) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Safari/535.19 ) ) [device] => Sinergi\BrowserDetector\Device Object ( [name:Sinergi\BrowserDetector\Device:private] => unknown [userAgent:Sinergi\BrowserDetector\Device:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; Android 4.0.3; TM-7025 Build/IML74K) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Safari/535.19 ) ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UAParser<br /><small>v3.4.5</small></td><td>Chrome 18.0.1025</td><td><i class="material-icons">close</i></td><td>Android 4.0.3</td><td style="border-left: 1px solid #555">Texet</td><td>TM-7025</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.001</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-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] => 18 [minor] => 0 [patch] => 1025 [family] => Chrome ) [os] => UAParser\Result\OperatingSystem Object ( [major] => 4 [minor] => 0 [patch] => 3 [patchMinor] => [family] => Android ) [device] => UAParser\Result\Device Object ( [brand] => Texet [model] => TM-7025 [family] => TM-7025 ) [originalUserAgent] => Mozilla/5.0 (Linux; Android 4.0.3; TM-7025 Build/IML74K) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Safari/535.19 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UserAgentStringCom<br /><small></small></td><td>Android Webkit Browser </td><td><i class="material-icons">close</i></td><td>Android 4.0.3</td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.05401</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-9cdd8b45-a2eb-406b-bd27-7e48af38ffd4">Detail</a> <!-- Modal Structure --> <div id="modal-9cdd8b45-a2eb-406b-bd27-7e48af38ffd4" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UserAgentStringCom result detail</h4> <p><pre><code class="php">stdClass Object ( [agent_type] => Browser [agent_name] => Android Webkit Browser [agent_version] => -- [os_type] => Android [os_name] => Android [os_versionName] => [os_versionNumber] => 4.0.3 [os_producer] => [os_producerURL] => [linux_distibution] => Null [agent_language] => [agent_languageTag] => ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>WhatIsMyBrowserCom<br /><small></small></td><td>Chrome 18.0.1025.166</td><td>WebKit 535.19</td><td>Android 4.0.3</td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.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] => Android [simple_sub_description_string] => [simple_browser_string] => Chrome 18 on Android (Ice Cream Sandwich) [browser_version] => 18 [extra_info] => Array ( ) [operating_platform] => [extra_info_table] => stdClass Object ( [System Build] => IML74K ) [layout_engine_name] => WebKit [detected_addons] => Array ( ) [operating_system_flavour_code] => [hardware_architecture] => [operating_system_flavour] => [operating_system_frameworks] => Array ( ) [browser_name_code] => chrome [operating_system_version] => Ice Cream Sandwich [simple_operating_platform_string] => [is_abusive] => [layout_engine_version] => 535.19 [browser_capabilities] => Array ( ) [operating_platform_vendor_name] => [operating_system] => Android (Ice Cream Sandwich) [operating_system_version_full] => 4.0.3 [operating_platform_code] => [browser_name] => Chrome [operating_system_name_code] => android [user_agent] => Mozilla/5.0 (Linux; Android 4.0.3; TM-7025 Build/IML74K) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Safari/535.19 [browser_version_full] => 18.0.1025.166 [browser] => Chrome 18 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>WhichBrowser<br /><small>2.0.10</small></td><td>Chrome 18</td><td>Webkit 535.19</td><td>Android 4.0.3</td><td style="border-left: 1px solid #555">teXet</td><td>TM-7025</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.045</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-342c8d32-4765-40a8-8a5c-af3a38d19ae4">Detail</a> <!-- Modal Structure --> <div id="modal-342c8d32-4765-40a8-8a5c-af3a38d19ae4" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhichBrowser result detail</h4> <p><pre><code class="php">Array ( [browser] => Array ( [name] => Chrome [version] => 18 [type] => browser ) [engine] => Array ( [name] => Webkit [version] => 535.19 ) [os] => Array ( [name] => Android [version] => 4.0.3 ) [device] => Array ( [type] => tablet [manufacturer] => teXet [model] => TM-7025 ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Woothee<br /><small>v1.2.0</small></td><td>Chrome 18.0.1025.166</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>smartphone</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-3f285ff5-314b-4db4-9948-54572e92e7b6">Detail</a> <!-- Modal Structure --> <div id="modal-3f285ff5-314b-4db4-9948-54572e92e7b6" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Woothee result detail</h4> <p><pre><code class="php">Array ( [name] => Chrome [vendor] => Google [version] => 18.0.1025.166 [category] => smartphone [os] => Android [os_version] => 4.0.3 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Wurfl<br /><small>1.6.4</small></td><td>Chrome Mobile 18</td><td><i class="material-icons">close</i></td><td>Android 4.0</td><td style="border-left: 1px solid #555">Texet</td><td>TM-7025</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.05601</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-1a1aee36-7ce7-4111-a391-8e2c501f1532">Detail</a> <!-- Modal Structure --> <div id="modal-1a1aee36-7ce7-4111-a391-8e2c501f1532" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Wurfl result detail</h4> <p><pre><code class="php">Array ( [virtual] => Array ( [is_android] => true [is_ios] => false [is_windows_phone] => false [is_app] => false [is_full_desktop] => false [is_largescreen] => true [is_mobile] => true [is_robot] => false [is_smartphone] => false [is_touchscreen] => true [is_wml_preferred] => false [is_xhtmlmp_preferred] => false [is_html_preferred] => true [advertised_device_os] => Android [advertised_device_os_version] => 4.0 [advertised_browser] => Chrome Mobile [advertised_browser_version] => 18 [complete_device_name] => Texet TM-7025 [form_factor] => Tablet [is_phone] => false [is_app_webview] => false ) [all] => Array ( [brand_name] => Texet [model_name] => TM-7025 [unique] => true [ununiqueness_handler] => [is_wireless_device] => true [device_claims_web_support] => true [has_qwerty_keyboard] => true [can_skip_aligned_link_row] => true [uaprof] => [uaprof2] => [uaprof3] => [nokia_series] => 0 [nokia_edition] => 0 [device_os] => Android [mobile_browser] => Android Webkit [mobile_browser_version] => [device_os_version] => 4.0 [pointing_method] => touchscreen [release_date] => 2012_february [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] => 800 [resolution_height] => 480 [columns] => 60 [max_image_width] => 320 [max_image_height] => 480 [rows] => 40 [physical_screen_width] => 153 [physical_screen_height] => 92 [dual_orientation] => true [density_class] => 1.0 [wbmp] => true [bmp] => false [epoc_bmp] => false [gif_animated] => false [jpg] => true [png] => true [tiff] => false [transparent_png_alpha] => true [transparent_png_index] => true [svgt_1_1] => true [svgt_1_1_plus] => false [greyscale] => false [gif] => true [colors] => 65536 [webp_lossy_support] => true [webp_lossless_support] => false [post_method_support] => true [basic_authentication_support] => true [empty_option_value_support] => true [emptyok] => false [nokia_voice_call] => false [wta_voice_call] => false [wta_phonebook] => false [wta_misc] => false [wta_pdc] => false [https_support] => true [phone_id_provided] => false [max_data_rate] => 3600 [wifi] => true [sdio] => false [vpn] => false [has_cellular_radio] => true [max_deck_size] => 2000000 [max_url_length_in_requests] => 256 [max_url_length_homepage] => 0 [max_url_length_bookmark] => 0 [max_url_length_cached_page] => 0 [max_no_of_connection_settings] => 0 [max_no_of_bookmarks] => 0 [max_length_of_username] => 0 [max_length_of_password] => 0 [max_object_size] => 0 [downloadfun_support] => false [directdownload_support] => true [inline_support] => false [oma_support] => true [ringtone] => false [ringtone_3gpp] => false [ringtone_midi_monophonic] => false [ringtone_midi_polyphonic] => false [ringtone_imelody] => false [ringtone_digiplug] => false [ringtone_compactmidi] => false [ringtone_mmf] => false [ringtone_rmf] => false [ringtone_xmf] => false [ringtone_amr] => false [ringtone_awb] => false [ringtone_aac] => false [ringtone_wav] => false [ringtone_mp3] => false [ringtone_spmidi] => false [ringtone_qcelp] => false [ringtone_voices] => 1 [ringtone_df_size_limit] => 0 [ringtone_directdownload_size_limit] => 0 [ringtone_inline_size_limit] => 0 [ringtone_oma_size_limit] => 0 [wallpaper] => false [wallpaper_max_width] => 0 [wallpaper_max_height] => 0 [wallpaper_preferred_width] => 0 [wallpaper_preferred_height] => 0 [wallpaper_resize] => none [wallpaper_wbmp] => false [wallpaper_bmp] => false [wallpaper_gif] => false [wallpaper_jpg] => false [wallpaper_png] => false [wallpaper_tiff] => false [wallpaper_greyscale] => false [wallpaper_colors] => 2 [wallpaper_df_size_limit] => 0 [wallpaper_directdownload_size_limit] => 0 [wallpaper_inline_size_limit] => 0 [wallpaper_oma_size_limit] => 0 [screensaver] => false [screensaver_max_width] => 0 [screensaver_max_height] => 0 [screensaver_preferred_width] => 0 [screensaver_preferred_height] => 0 [screensaver_resize] => none [screensaver_wbmp] => false [screensaver_bmp] => false [screensaver_gif] => false [screensaver_jpg] => false [screensaver_png] => false [screensaver_greyscale] => false [screensaver_colors] => 2 [screensaver_df_size_limit] => 0 [screensaver_directdownload_size_limit] => 0 [screensaver_inline_size_limit] => 0 [screensaver_oma_size_limit] => 0 [picture] => false [picture_max_width] => 0 [picture_max_height] => 0 [picture_preferred_width] => 0 [picture_preferred_height] => 0 [picture_resize] => none [picture_wbmp] => false [picture_bmp] => false [picture_gif] => false [picture_jpg] => false [picture_png] => false [picture_greyscale] => false [picture_colors] => 2 [picture_df_size_limit] => 0 [picture_directdownload_size_limit] => 0 [picture_inline_size_limit] => 0 [picture_oma_size_limit] => 0 [video] => false [oma_v_1_0_forwardlock] => false [oma_v_1_0_combined_delivery] => false [oma_v_1_0_separate_delivery] => false [streaming_video] => true [streaming_3gpp] => true [streaming_mp4] => true [streaming_mov] => false [streaming_video_size_limit] => 0 [streaming_real_media] => none [streaming_flv] => false [streaming_3g2] => false [streaming_vcodec_h263_0] => 10 [streaming_vcodec_h263_3] => -1 [streaming_vcodec_mpeg4_sp] => 2 [streaming_vcodec_mpeg4_asp] => -1 [streaming_vcodec_h264_bp] => 3.0 [streaming_acodec_amr] => nb [streaming_acodec_aac] => lc [streaming_wmv] => none [streaming_preferred_protocol] => rtsp [streaming_preferred_http_protocol] => apple_live_streaming [wap_push_support] => false [connectionless_service_indication] => false [connectionless_service_load] => false [connectionless_cache_operation] => false [connectionoriented_unconfirmed_service_indication] => false [connectionoriented_unconfirmed_service_load] => false [connectionoriented_unconfirmed_cache_operation] => false [connectionoriented_confirmed_service_indication] => false [connectionoriented_confirmed_service_load] => false [connectionoriented_confirmed_cache_operation] => false [utf8_support] => true [ascii_support] => false [iso8859_support] => false [expiration_date] => false [j2me_cldc_1_0] => false [j2me_cldc_1_1] => false [j2me_midp_1_0] => false [j2me_midp_2_0] => false [doja_1_0] => false [doja_1_5] => false [doja_2_0] => false [doja_2_1] => false [doja_2_2] => false [doja_3_0] => false [doja_3_5] => false [doja_4_0] => false [j2me_jtwi] => false [j2me_mmapi_1_0] => false [j2me_mmapi_1_1] => false [j2me_wmapi_1_0] => false [j2me_wmapi_1_1] => false [j2me_wmapi_2_0] => false [j2me_btapi] => false [j2me_3dapi] => false [j2me_locapi] => false [j2me_nokia_ui] => false [j2me_motorola_lwt] => false [j2me_siemens_color_game] => false [j2me_siemens_extension] => false [j2me_heap_size] => 0 [j2me_max_jar_size] => 0 [j2me_storage_size] => 0 [j2me_max_record_store_size] => 0 [j2me_screen_width] => 0 [j2me_screen_height] => 0 [j2me_canvas_width] => 0 [j2me_canvas_height] => 0 [j2me_bits_per_pixel] => 0 [j2me_audio_capture_enabled] => false [j2me_video_capture_enabled] => false [j2me_photo_capture_enabled] => false [j2me_capture_image_formats] => none [j2me_http] => false [j2me_https] => false [j2me_socket] => false [j2me_udp] => false [j2me_serial] => false [j2me_gif] => false [j2me_gif89a] => false [j2me_jpg] => false [j2me_png] => false [j2me_bmp] => false [j2me_bmp3] => false [j2me_wbmp] => false [j2me_midi] => false [j2me_wav] => false [j2me_amr] => false [j2me_mp3] => false [j2me_mp4] => false [j2me_imelody] => false [j2me_rmf] => false [j2me_au] => false [j2me_aac] => false [j2me_realaudio] => false [j2me_xmf] => false [j2me_wma] => false [j2me_3gpp] => false [j2me_h263] => false [j2me_svgt] => false [j2me_mpeg4] => false [j2me_realvideo] => false [j2me_real8] => false [j2me_realmedia] => false [j2me_left_softkey_code] => 0 [j2me_right_softkey_code] => 0 [j2me_middle_softkey_code] => 0 [j2me_select_key_code] => 0 [j2me_return_key_code] => 0 [j2me_clear_key_code] => 0 [j2me_datefield_no_accepts_null_date] => false [j2me_datefield_broken] => false [receiver] => false [sender] => false [mms_max_size] => 0 [mms_max_height] => 0 [mms_max_width] => 0 [built_in_recorder] => false [built_in_camera] => true [mms_jpeg_baseline] => false [mms_jpeg_progressive] => false [mms_gif_static] => false [mms_gif_animated] => false [mms_png] => false [mms_bmp] => false [mms_wbmp] => false [mms_amr] => false [mms_wav] => false [mms_midi_monophonic] => false [mms_midi_polyphonic] => false [mms_midi_polyphonic_voices] => 0 [mms_spmidi] => false [mms_mmf] => false [mms_mp3] => false [mms_evrc] => false [mms_qcelp] => false [mms_ota_bitmap] => false [mms_nokia_wallpaper] => false [mms_nokia_operatorlogo] => false [mms_nokia_3dscreensaver] => false [mms_nokia_ringingtone] => false [mms_rmf] => false [mms_xmf] => false [mms_symbian_install] => false [mms_jar] => false [mms_jad] => false [mms_vcard] => false [mms_vcalendar] => false [mms_wml] => false [mms_wbxml] => false [mms_wmlc] => false [mms_video] => false [mms_mp4] => false [mms_3gpp] => false [mms_3gpp2] => false [mms_max_frame_rate] => 0 [nokiaring] => false [picturemessage] => false [operatorlogo] => false [largeoperatorlogo] => false [callericon] => false [nokiavcard] => false [nokiavcal] => false [sckl_ringtone] => false [sckl_operatorlogo] => false [sckl_groupgraphic] => false [sckl_vcard] => false [sckl_vcalendar] => false [text_imelody] => false [ems] => false [ems_variablesizedpictures] => false [ems_imelody] => false [ems_odi] => false [ems_upi] => false [ems_version] => 0 [siemens_ota] => false [siemens_logo_width] => 101 [siemens_logo_height] => 29 [siemens_screensaver_width] => 101 [siemens_screensaver_height] => 50 [gprtf] => false [sagem_v1] => false [sagem_v2] => false [panasonic] => false [sms_enabled] => true [wav] => false [mmf] => false [smf] => false [mld] => false [midi_monophonic] => false [midi_polyphonic] => false [sp_midi] => false [rmf] => false [xmf] => false [compactmidi] => false [digiplug] => false [nokia_ringtone] => false [imelody] => false [au] => false [amr] => false [awb] => false [aac] => true [mp3] => true [voices] => 1 [qcelp] => false [evrc] => false [flash_lite_version] => [fl_wallpaper] => false [fl_screensaver] => false [fl_standalone] => false [fl_browser] => false [fl_sub_lcd] => false [full_flash_support] => true [css_supports_width_as_percentage] => true [css_border_image] => webkit [css_rounded_corners] => webkit [css_gradient] => none [css_spriting] => true [css_gradient_linear] => none [is_transcoder] => false [transcoder_ua_header] => user-agent [rss_support] => false [pdf_support] => true [progressive_download] => true [playback_vcodec_h263_0] => 10 [playback_vcodec_h263_3] => -1 [playback_vcodec_mpeg4_sp] => 0 [playback_vcodec_mpeg4_asp] => -1 [playback_vcodec_h264_bp] => 3.0 [playback_real_media] => none [playback_3gpp] => true [playback_3g2] => false [playback_mp4] => true [playback_mov] => false [playback_acodec_amr] => nb [playback_acodec_aac] => none [playback_df_size_limit] => 0 [playback_directdownload_size_limit] => 0 [playback_inline_size_limit] => 0 [playback_oma_size_limit] => 0 [playback_acodec_qcelp] => false [playback_wmv] => none [hinted_progressive_download] => true [html_preferred_dtd] => html4 [viewport_supported] => true [viewport_width] => device_width_token [viewport_userscalable] => no [viewport_initial_scale] => [viewport_maximum_scale] => [viewport_minimum_scale] => [mobileoptimized] => false [handheldfriendly] => false [canvas_support] => full [image_inlining] => true [is_smarttv] => false [is_console] => false [nfc_support] => false [ux_full_desktop] => false [jqm_grade] => A [is_sencha_touch_ok] => false [controlcap_is_smartphone] => default [controlcap_is_ios] => default [controlcap_is_android] => default [controlcap_is_robot] => default [controlcap_is_app] => default [controlcap_advertised_device_os] => default [controlcap_advertised_device_os_version] => default [controlcap_advertised_browser] => default [controlcap_advertised_browser_version] => default [controlcap_is_windows_phone] => default [controlcap_is_full_desktop] => default [controlcap_is_largescreen] => default [controlcap_is_mobile] => default [controlcap_is_touchscreen] => default [controlcap_is_wml_preferred] => default [controlcap_is_xhtmlmp_preferred] => default [controlcap_is_html_preferred] => default [controlcap_form_factor] => default [controlcap_complete_device_name] => default ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr></table> </div> <div class="section"> <h1 class="header center orange-text">About this comparison</h1> <div class="row center"> <h5 class="header light"> The primary goal of this project is simple<br /> I wanted to know which user agent parser is the most accurate in each part - device detection, bot detection and so on...<br /> <br /> The secondary goal is to provide a source for all user agent parsers to improve their detection based on this results.<br /> <br /> You can also improve this further, by suggesting ideas at <a href="https://github.com/ThaDafinser/UserAgentParserComparison">ThaDafinser/UserAgentParserComparison</a><br /> <br /> The comparison is based on the abstraction by <a href="https://github.com/ThaDafinser/UserAgentParser">ThaDafinser/UserAgentParser</a> </h5> </div> </div> <div class="card"> <div class="card-content"> Comparison created <i>2016-02-13 13:25:25</i> | by <a href="https://github.com/ThaDafinser">ThaDafinser</a> </div> </div> </div> <script src="https://code.jquery.com/jquery-2.1.4.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"></script> <script src="http://cdnjs.cloudflare.com/ajax/libs/list.js/1.1.1/list.min.js"></script> <script> $(document).ready(function(){ // the "href" attribute of .modal-trigger must specify the modal ID that wants to be triggered $('.modal-trigger').leanModal(); }); </script> </body> </html>
ThaDafinser/UserAgentParserComparison
v4/user-agent-detail/08/1c/081c05e7-7932-41a5-9629-06fd2aeeba5c.html
HTML
mit
46,287
<div class="row"> <div class="col-md-6 col-md-offset-3"> <h4>Play the Story</h4> <div class="form-group"> <input type="text" ng-model="current.title" /> <textarea type="text" ng-model="current.content" rows="10"></textarea> <div class="btn-group" role="group" aria-label="..."> <button type="button" class="btn btn-default" ng-click="initialize()">Start Over</button> <button type="button" class="btn btn-default" ng-click="previous()">Previous</button> <button type="button" class="btn btn-default" ng-click="next()">Next</button> </div> </div> </div> </div>
sampathweb/storyapp
pages/playback.html
HTML
mit
681
<!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=ISO-8859-1" /><title>DiskFileItemSerializeTest xref</title> <link type="text/css" rel="stylesheet" href="../../../../stylesheet.css" /> </head> <body> <pre> <a name="1" href="#1">1</a> <em class="comment">/*</em> <a name="2" href="#2">2</a> <em class="comment"> * Licensed to the Apache Software Foundation (ASF) under one or more</em> <a name="3" href="#3">3</a> <em class="comment"> * contributor license agreements. See the NOTICE file distributed with</em> <a name="4" href="#4">4</a> <em class="comment"> * this work for additional information regarding copyright ownership.</em> <a name="5" href="#5">5</a> <em class="comment"> * The ASF licenses this file to You under the Apache License, Version 2.0</em> <a name="6" href="#6">6</a> <em class="comment"> * (the "License"); you may not use this file except in compliance with</em> <a name="7" href="#7">7</a> <em class="comment"> * the License. You may obtain a copy of the License at</em> <a name="8" href="#8">8</a> <em class="comment"> *</em> <a name="9" href="#9">9</a> <em class="comment"> * <a href="http://www.apache.org/licenses/LICENSE-2.0" target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.0</a></em> <a name="10" href="#10">10</a> <em class="comment"> *</em> <a name="11" href="#11">11</a> <em class="comment"> * Unless required by applicable law or agreed to in writing, software</em> <a name="12" href="#12">12</a> <em class="comment"> * distributed under the License is distributed on an "AS IS" BASIS,</em> <a name="13" href="#13">13</a> <em class="comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</em> <a name="14" href="#14">14</a> <em class="comment"> * See the License for the specific language governing permissions and</em> <a name="15" href="#15">15</a> <em class="comment"> * limitations under the License.</em> <a name="16" href="#16">16</a> <em class="comment"> */</em> <a name="17" href="#17">17</a> <strong>package</strong> org.apache.commons.fileupload; <a name="18" href="#18">18</a> <a name="19" href="#19">19</a> <strong>import</strong> java.io.File; <a name="20" href="#20">20</a> <strong>import</strong> java.io.IOException; <a name="21" href="#21">21</a> <strong>import</strong> java.io.OutputStream; <a name="22" href="#22">22</a> <strong>import</strong> java.io.ByteArrayInputStream; <a name="23" href="#23">23</a> <strong>import</strong> java.io.ByteArrayOutputStream; <a name="24" href="#24">24</a> <strong>import</strong> java.io.ObjectInputStream; <a name="25" href="#25">25</a> <strong>import</strong> java.io.ObjectOutputStream; <a name="26" href="#26">26</a> <strong>import</strong> java.util.Arrays; <a name="27" href="#27">27</a> <a name="28" href="#28">28</a> <strong>import</strong> junit.framework.TestCase; <a name="29" href="#29">29</a> <strong>import</strong> org.apache.commons.fileupload.disk.DiskFileItem; <a name="30" href="#30">30</a> <strong>import</strong> org.apache.commons.fileupload.disk.DiskFileItemFactory; <a name="31" href="#31">31</a> <a name="32" href="#32">32</a> <a name="33" href="#33">33</a> <em>/**</em> <a name="34" href="#34">34</a> <em> * Serialization Unit tests for </em> <a name="35" href="#35">35</a> <em> * {@link org.apache.commons.fileupload.disk.DiskFileItem}.</em> <a name="36" href="#36">36</a> <em> */</em> <a name="37" href="#37">37</a> <strong>public</strong> <strong>class</strong> <a href="../../../../org/apache/commons/fileupload/DiskFileItemSerializeTest.html">DiskFileItemSerializeTest</a> <strong>extends</strong> TestCase <a name="38" href="#38">38</a> { <a name="39" href="#39">39</a> <a name="40" href="#40">40</a> <em>/**</em> <a name="41" href="#41">41</a> <em> * Content type for regular form items.</em> <a name="42" href="#42">42</a> <em> */</em> <a name="43" href="#43">43</a> <strong>private</strong> <strong>static</strong> <strong>final</strong> String textContentType = <span class="string">"text/plain"</span>; <a name="44" href="#44">44</a> <a name="45" href="#45">45</a> <em>/**</em> <a name="46" href="#46">46</a> <em> * Content type for file uploads.</em> <a name="47" href="#47">47</a> <em> */</em> <a name="48" href="#48">48</a> <strong>private</strong> <strong>static</strong> <strong>final</strong> String fileContentType = <span class="string">"application/octet-stream"</span>; <a name="49" href="#49">49</a> <a name="50" href="#50">50</a> <em>/**</em> <a name="51" href="#51">51</a> <em> * Very low threshold for testing memory versus disk options.</em> <a name="52" href="#52">52</a> <em> */</em> <a name="53" href="#53">53</a> <strong>private</strong> <strong>static</strong> <strong>final</strong> <strong>int</strong> threshold = 16; <a name="54" href="#54">54</a> <a name="55" href="#55">55</a> <em>/**</em> <a name="56" href="#56">56</a> <em> * Standard JUnit test case constructor.</em> <a name="57" href="#57">57</a> <em> *</em> <a name="58" href="#58">58</a> <em> * @param name The name of the test case.</em> <a name="59" href="#59">59</a> <em> */</em> <a name="60" href="#60">60</a> <strong>public</strong> <a href="../../../../org/apache/commons/fileupload/DiskFileItemSerializeTest.html">DiskFileItemSerializeTest</a>(String name) <a name="61" href="#61">61</a> { <a name="62" href="#62">62</a> <strong>super</strong>(name); <a name="63" href="#63">63</a> } <a name="64" href="#64">64</a> <a name="65" href="#65">65</a> <em>/**</em> <a name="66" href="#66">66</a> <em> * Test creation of a field for which the amount of data falls below the</em> <a name="67" href="#67">67</a> <em> * configured threshold.</em> <a name="68" href="#68">68</a> <em> */</em> <a name="69" href="#69">69</a> <strong>public</strong> <strong>void</strong> testBelowThreshold() <a name="70" href="#70">70</a> { <a name="71" href="#71">71</a> <a name="72" href="#72">72</a> <em class="comment">// Create the FileItem</em> <a name="73" href="#73">73</a> byte[] testFieldValueBytes = createContentBytes(threshold - 1); <a name="74" href="#74">74</a> FileItem item = createFileItem(testFieldValueBytes); <a name="75" href="#75">75</a> <a name="76" href="#76">76</a> <em class="comment">// Check state is as expected</em> <a name="77" href="#77">77</a> assertTrue(<span class="string">"Initial: in memory"</span>, item.isInMemory()); <a name="78" href="#78">78</a> assertEquals(<span class="string">"Initial: size"</span>, item.getSize(), testFieldValueBytes.length); <a name="79" href="#79">79</a> compareBytes(<span class="string">"Initial"</span>, item.get(), testFieldValueBytes); <a name="80" href="#80">80</a> <a name="81" href="#81">81</a> <em class="comment">// Serialize &amp; Deserialize</em> <a name="82" href="#82">82</a> <strong>try</strong> <a name="83" href="#83">83</a> { <a name="84" href="#84">84</a> FileItem newItem = (FileItem)serializeDeserialize(item); <a name="85" href="#85">85</a> <a name="86" href="#86">86</a> <em class="comment">// Test deserialized content is as expected</em> <a name="87" href="#87">87</a> assertTrue(<span class="string">"Check in memory"</span>, newItem.isInMemory()); <a name="88" href="#88">88</a> compareBytes(<span class="string">"Check"</span>, testFieldValueBytes, newItem.get()); <a name="89" href="#89">89</a> <a name="90" href="#90">90</a> <em class="comment">// Compare FileItem's (except byte[])</em> <a name="91" href="#91">91</a> compareFileItems(item, newItem); <a name="92" href="#92">92</a> <a name="93" href="#93">93</a> } <a name="94" href="#94">94</a> <strong>catch</strong>(Exception e) <a name="95" href="#95">95</a> { <a name="96" href="#96">96</a> fail(<span class="string">"Error Serializing/Deserializing: "</span> + e); <a name="97" href="#97">97</a> } <a name="98" href="#98">98</a> <a name="99" href="#99">99</a> <a name="100" href="#100">100</a> } <a name="101" href="#101">101</a> <a name="102" href="#102">102</a> <em>/**</em> <a name="103" href="#103">103</a> <em> * Test creation of a field for which the amount of data equals the</em> <a name="104" href="#104">104</a> <em> * configured threshold.</em> <a name="105" href="#105">105</a> <em> */</em> <a name="106" href="#106">106</a> <strong>public</strong> <strong>void</strong> testThreshold() { <a name="107" href="#107">107</a> <em class="comment">// Create the FileItem</em> <a name="108" href="#108">108</a> byte[] testFieldValueBytes = createContentBytes(threshold); <a name="109" href="#109">109</a> FileItem item = createFileItem(testFieldValueBytes); <a name="110" href="#110">110</a> <a name="111" href="#111">111</a> <em class="comment">// Check state is as expected</em> <a name="112" href="#112">112</a> assertTrue(<span class="string">"Initial: in memory"</span>, item.isInMemory()); <a name="113" href="#113">113</a> assertEquals(<span class="string">"Initial: size"</span>, item.getSize(), testFieldValueBytes.length); <a name="114" href="#114">114</a> compareBytes(<span class="string">"Initial"</span>, item.get(), testFieldValueBytes); <a name="115" href="#115">115</a> <a name="116" href="#116">116</a> <a name="117" href="#117">117</a> <em class="comment">// Serialize &amp; Deserialize</em> <a name="118" href="#118">118</a> <strong>try</strong> <a name="119" href="#119">119</a> { <a name="120" href="#120">120</a> FileItem newItem = (FileItem)serializeDeserialize(item); <a name="121" href="#121">121</a> <a name="122" href="#122">122</a> <em class="comment">// Test deserialized content is as expected</em> <a name="123" href="#123">123</a> assertTrue(<span class="string">"Check in memory"</span>, newItem.isInMemory()); <a name="124" href="#124">124</a> compareBytes(<span class="string">"Check"</span>, testFieldValueBytes, newItem.get()); <a name="125" href="#125">125</a> <a name="126" href="#126">126</a> <em class="comment">// Compare FileItem's (except byte[])</em> <a name="127" href="#127">127</a> compareFileItems(item, newItem); <a name="128" href="#128">128</a> <a name="129" href="#129">129</a> } <a name="130" href="#130">130</a> <strong>catch</strong>(Exception e) <a name="131" href="#131">131</a> { <a name="132" href="#132">132</a> fail(<span class="string">"Error Serializing/Deserializing: "</span> + e); <a name="133" href="#133">133</a> } <a name="134" href="#134">134</a> } <a name="135" href="#135">135</a> <a name="136" href="#136">136</a> <em>/**</em> <a name="137" href="#137">137</a> <em> * Test creation of a field for which the amount of data falls above the</em> <a name="138" href="#138">138</a> <em> * configured threshold.</em> <a name="139" href="#139">139</a> <em> */</em> <a name="140" href="#140">140</a> <strong>public</strong> <strong>void</strong> testAboveThreshold() { <a name="141" href="#141">141</a> <a name="142" href="#142">142</a> <em class="comment">// Create the FileItem</em> <a name="143" href="#143">143</a> byte[] testFieldValueBytes = createContentBytes(threshold + 1); <a name="144" href="#144">144</a> FileItem item = createFileItem(testFieldValueBytes); <a name="145" href="#145">145</a> <a name="146" href="#146">146</a> <em class="comment">// Check state is as expected</em> <a name="147" href="#147">147</a> assertFalse(<span class="string">"Initial: in memory"</span>, item.isInMemory()); <a name="148" href="#148">148</a> assertEquals(<span class="string">"Initial: size"</span>, item.getSize(), testFieldValueBytes.length); <a name="149" href="#149">149</a> compareBytes(<span class="string">"Initial"</span>, item.get(), testFieldValueBytes); <a name="150" href="#150">150</a> <a name="151" href="#151">151</a> <em class="comment">// Serialize &amp; Deserialize</em> <a name="152" href="#152">152</a> <strong>try</strong> <a name="153" href="#153">153</a> { <a name="154" href="#154">154</a> FileItem newItem = (FileItem)serializeDeserialize(item); <a name="155" href="#155">155</a> <a name="156" href="#156">156</a> <em class="comment">// Test deserialized content is as expected</em> <a name="157" href="#157">157</a> assertFalse(<span class="string">"Check in memory"</span>, newItem.isInMemory()); <a name="158" href="#158">158</a> compareBytes(<span class="string">"Check"</span>, testFieldValueBytes, newItem.get()); <a name="159" href="#159">159</a> <a name="160" href="#160">160</a> <em class="comment">// Compare FileItem's (except byte[])</em> <a name="161" href="#161">161</a> compareFileItems(item, newItem); <a name="162" href="#162">162</a> <a name="163" href="#163">163</a> } <a name="164" href="#164">164</a> <strong>catch</strong>(Exception e) <a name="165" href="#165">165</a> { <a name="166" href="#166">166</a> fail(<span class="string">"Error Serializing/Deserializing: "</span> + e); <a name="167" href="#167">167</a> } <a name="168" href="#168">168</a> } <a name="169" href="#169">169</a> <a name="170" href="#170">170</a> <em>/**</em> <a name="171" href="#171">171</a> <em> * Compare FileItem's (except the byte[] content)</em> <a name="172" href="#172">172</a> <em> */</em> <a name="173" href="#173">173</a> <strong>private</strong> <strong>void</strong> compareFileItems(FileItem origItem, FileItem newItem) { <a name="174" href="#174">174</a> assertTrue(<span class="string">"Compare: is in Memory"</span>, origItem.isInMemory() == newItem.isInMemory()); <a name="175" href="#175">175</a> assertTrue(<span class="string">"Compare: is Form Field"</span>, origItem.isFormField() == newItem.isFormField()); <a name="176" href="#176">176</a> assertEquals(<span class="string">"Compare: Field Name"</span>, origItem.getFieldName(), newItem.getFieldName()); <a name="177" href="#177">177</a> assertEquals(<span class="string">"Compare: Content Type"</span>, origItem.getContentType(), newItem.getContentType()); <a name="178" href="#178">178</a> assertEquals(<span class="string">"Compare: File Name"</span>, origItem.getName(), newItem.getName()); <a name="179" href="#179">179</a> } <a name="180" href="#180">180</a> <a name="181" href="#181">181</a> <em>/**</em> <a name="182" href="#182">182</a> <em> * Compare content bytes.</em> <a name="183" href="#183">183</a> <em> */</em> <a name="184" href="#184">184</a> <strong>private</strong> <strong>void</strong> compareBytes(String text, byte[] origBytes, byte[] newBytes) { <a name="185" href="#185">185</a> <strong>if</strong> (origBytes == <strong>null</strong>) { <a name="186" href="#186">186</a> fail(text + <span class="string">" origBytes are null"</span>); <a name="187" href="#187">187</a> } <a name="188" href="#188">188</a> <strong>if</strong> (newBytes == <strong>null</strong>) { <a name="189" href="#189">189</a> fail(text + <span class="string">" newBytes are null"</span>); <a name="190" href="#190">190</a> } <a name="191" href="#191">191</a> assertEquals(text + <span class="string">" byte[] length"</span>, origBytes.length, newBytes.length); <a name="192" href="#192">192</a> <strong>for</strong> (<strong>int</strong> i = 0; i &lt; origBytes.length; i++) { <a name="193" href="#193">193</a> assertEquals(text + <span class="string">" byte["</span> + i + <span class="string">"]"</span>, origBytes[i], newBytes[i]); <a name="194" href="#194">194</a> } <a name="195" href="#195">195</a> } <a name="196" href="#196">196</a> <a name="197" href="#197">197</a> <em>/**</em> <a name="198" href="#198">198</a> <em> * Create content bytes of a specified size.</em> <a name="199" href="#199">199</a> <em> */</em> <a name="200" href="#200">200</a> <strong>private</strong> byte[] createContentBytes(<strong>int</strong> size) { <a name="201" href="#201">201</a> StringBuffer buffer = <strong>new</strong> StringBuffer(size); <a name="202" href="#202">202</a> byte count = 0; <a name="203" href="#203">203</a> <strong>for</strong> (<strong>int</strong> i = 0; i &lt; size; i++) { <a name="204" href="#204">204</a> buffer.append(count+<span class="string">""</span>); <a name="205" href="#205">205</a> count++; <a name="206" href="#206">206</a> <strong>if</strong> (count > 9) { <a name="207" href="#207">207</a> count = 0; <a name="208" href="#208">208</a> } <a name="209" href="#209">209</a> } <a name="210" href="#210">210</a> <strong>return</strong> buffer.toString().getBytes(); <a name="211" href="#211">211</a> } <a name="212" href="#212">212</a> <a name="213" href="#213">213</a> <em>/**</em> <a name="214" href="#214">214</a> <em> * Create a FileItem with the specfied content bytes.</em> <a name="215" href="#215">215</a> <em> */</em> <a name="216" href="#216">216</a> <strong>private</strong> FileItem createFileItem(byte[] contentBytes) { <a name="217" href="#217">217</a> FileItemFactory factory = <strong>new</strong> DiskFileItemFactory(threshold, <strong>null</strong>); <a name="218" href="#218">218</a> String textFieldName = <span class="string">"textField"</span>; <a name="219" href="#219">219</a> <a name="220" href="#220">220</a> FileItem item = factory.createItem( <a name="221" href="#221">221</a> textFieldName, <a name="222" href="#222">222</a> textContentType, <a name="223" href="#223">223</a> <strong>true</strong>, <a name="224" href="#224">224</a> <span class="string">"My File Name"</span> <a name="225" href="#225">225</a> ); <a name="226" href="#226">226</a> <strong>try</strong> <a name="227" href="#227">227</a> { <a name="228" href="#228">228</a> OutputStream os = item.getOutputStream(); <a name="229" href="#229">229</a> os.write(contentBytes); <a name="230" href="#230">230</a> os.close(); <a name="231" href="#231">231</a> } <a name="232" href="#232">232</a> <strong>catch</strong>(IOException e) <a name="233" href="#233">233</a> { <a name="234" href="#234">234</a> fail(<span class="string">"Unexpected IOException"</span> + e); <a name="235" href="#235">235</a> } <a name="236" href="#236">236</a> <a name="237" href="#237">237</a> <strong>return</strong> item; <a name="238" href="#238">238</a> <a name="239" href="#239">239</a> } <a name="240" href="#240">240</a> <a name="241" href="#241">241</a> <em>/**</em> <a name="242" href="#242">242</a> <em> * Do serialization and deserialization.</em> <a name="243" href="#243">243</a> <em> */</em> <a name="244" href="#244">244</a> <strong>private</strong> Object serializeDeserialize(Object target) { <a name="245" href="#245">245</a> <a name="246" href="#246">246</a> <em class="comment">// Serialize the test object</em> <a name="247" href="#247">247</a> ByteArrayOutputStream baos = <strong>new</strong> ByteArrayOutputStream(); <a name="248" href="#248">248</a> <strong>try</strong> { <a name="249" href="#249">249</a> ObjectOutputStream oos = <strong>new</strong> ObjectOutputStream(baos); <a name="250" href="#250">250</a> oos.writeObject(target); <a name="251" href="#251">251</a> oos.flush(); <a name="252" href="#252">252</a> oos.close(); <a name="253" href="#253">253</a> } <strong>catch</strong> (Exception e) { <a name="254" href="#254">254</a> fail(<span class="string">"Exception during serialization: "</span> + e); <a name="255" href="#255">255</a> } <a name="256" href="#256">256</a> <a name="257" href="#257">257</a> <em class="comment">// Deserialize the test object</em> <a name="258" href="#258">258</a> Object result = <strong>null</strong>; <a name="259" href="#259">259</a> <strong>try</strong> { <a name="260" href="#260">260</a> ByteArrayInputStream bais = <a name="261" href="#261">261</a> <strong>new</strong> ByteArrayInputStream(baos.toByteArray()); <a name="262" href="#262">262</a> ObjectInputStream ois = <strong>new</strong> ObjectInputStream(bais); <a name="263" href="#263">263</a> result = ois.readObject(); <a name="264" href="#264">264</a> bais.close(); <a name="265" href="#265">265</a> } <strong>catch</strong> (Exception e) { <a name="266" href="#266">266</a> fail(<span class="string">"Exception during deserialization: "</span> + e); <a name="267" href="#267">267</a> } <a name="268" href="#268">268</a> <strong>return</strong> result; <a name="269" href="#269">269</a> <a name="270" href="#270">270</a> } <a name="271" href="#271">271</a> <a name="272" href="#272">272</a> } </pre> <hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body> </html>
derekhu0002/myresources
resources/fileupdate_common_files/commons-fileupload-1.2-bin/commons-fileupload-1.2/site/xref-test/org/apache/commons/fileupload/DiskFileItemSerializeTest.html
HTML
mit
21,919
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>bertrand: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.11.1 / bertrand - 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> bertrand <small> 8.7.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-10-19 05:32:36 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-19 05:32:36 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.11.1 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.07.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.07.1 Official release 4.07.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-community/bertrand&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/Bertrand&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.8~&quot;} ] tags: [ &quot;keyword: Knuth&#39;s algorithm&quot; &quot;keyword: prime numbers&quot; &quot;keyword: Bertrand&#39;s postulate&quot; &quot;category: Mathematics/Arithmetic and Number Theory/Number theory&quot; &quot;category: Computer Science/Decision Procedures and Certified Algorithms/Correctness proofs based on external tools&quot; &quot;category: Miscellaneous/Extracted Programs/Arithmetic&quot; &quot;date: 2002&quot; ] authors: [ &quot;Laurent Théry&quot; ] bug-reports: &quot;https://github.com/coq-community/bertrand/issues&quot; dev-repo: &quot;git+https://github.com/coq-community/bertrand.git&quot; synopsis: &quot;Correctness of Knuth&#39;s algorithm for prime numbers&quot; description: &quot;&quot;&quot; A proof of correctness of the algorithm as described in `The Art of Computer Programming: Fundamental Algorithms&#39; by Knuth, pages 147-149&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-community/bertrand/archive/v8.7.0.tar.gz&quot; checksum: &quot;md5=94c1f46fd9ba1f18c956f3fac62dff4a&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-bertrand.8.7.0 coq.8.11.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.11.1). The following dependencies couldn&#39;t be met: - coq-bertrand -&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-bertrand.8.7.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.07.1-2.0.6/released/8.11.1/bertrand/8.7.0.html
HTML
mit
7,140
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>tlc: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.6.1 / tlc - 20200328</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> tlc <small> 20200328 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-25 00:47:42 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-25 00:47:42 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-ocamlbuild base OCamlbuild binary and libraries distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.6.1 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.02.3 The OCaml compiler (virtual package) ocaml-base-compiler 4.02.3 Official 4.02.3 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/charguer/tlc&quot; dev-repo: &quot;git+https://github.com/charguer/tlc.git&quot; bug-reports: &quot;https://github.com/charguer/tlc/issues&quot; license: &quot;MIT&quot; synopsis: &quot;TLC: A Library for Classical Coq &quot; description: &quot;&quot;&quot; Provides an alternative to the core of the Coq standard library, using classic definitions. &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.13&quot; } ] tags: [ &quot;category:Miscellaneous/Coq Extensions&quot; &quot;date:2020-03-28&quot; &quot;keyword:library&quot; &quot;keyword:classic&quot; &quot;logpath:TLC&quot; ] authors: [ &quot;Arthur Charguéraud&quot; ] url { src: &quot;https://github.com/charguer/tlc/archive/20200328.tar.gz&quot; checksum: [ &quot;md5=c62a434ed2d771d0d1814d0877d9a147&quot; &quot;sha512=33996475d9b3adc1752fd91ddbac5ebbe5bd7f22583c788807dd7ca9cd0363476621135884cf2603c1003c9c280811633a5a66ab2a279bf21cb1b39e60ae47a3&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-tlc.20200328 coq.8.6.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.6.1). The following dependencies couldn&#39;t be met: - coq-tlc -&gt; coq &gt;= 8.10 -&gt; ocaml &gt;= 4.05.0 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-tlc.20200328</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.02.3-2.0.6/released/8.6.1/tlc/20200328.html
HTML
mit
7,018
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>three-gap: 35 s 🏆</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.5.1 / three-gap - 8.5.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> three-gap <small> 8.5.0 <span class="label label-success">35 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-02 22:20:31 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-02 22:20:31 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 2 Virtual package relying on perl coq 8.5.1 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.03.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.03.0 Official 4.03.0 release ocaml-config 1 OCaml Switch Configuration # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/three-gap&quot; license: &quot;LGPL 2&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/ThreeGap&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.5&quot; &amp; &lt; &quot;8.6~&quot;} ] tags: [ &quot;keyword:real numbers&quot; &quot;keyword:steinhaus&quot; &quot;keyword:three gap theorem&quot; &quot;category:Mathematics/Geometry/General&quot; &quot;category:Mathematics/Arithmetic and Number Theory/Miscellaneous&quot; ] authors: [ &quot;Micaela Mayero &lt;&gt;&quot; ] bug-reports: &quot;https://github.com/coq-contribs/three-gap/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/three-gap.git&quot; synopsis: &quot;A Proof of the Three Gap Theorem (Steinhaus Conjecture)&quot; description: &quot;This proof uses the real numbers. It is a classical proof.&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/three-gap/archive/v8.5.0.tar.gz&quot; checksum: &quot;md5=b3f0b1bb82477724df852543d847f1a9&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-three-gap.8.5.0 coq.8.5.1</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-three-gap.8.5.0 coq.8.5.1</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-three-gap.8.5.0 coq.8.5.1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>35 s</dd> </dl> <h2>Installation size</h2> <p>Total: 1 M</p> <ul> <li>262 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ThreeGap/preuve1.glob</code></li> <li>186 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ThreeGap/prop_fl.glob</code></li> <li>87 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ThreeGap/Nat_compl.vo</code></li> <li>70 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ThreeGap/prop_fl.vo</code></li> <li>69 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ThreeGap/preuve1.vo</code></li> <li>62 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ThreeGap/tools.vo</code></li> <li>47 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ThreeGap/tools.glob</code></li> <li>41 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ThreeGap/prop_elem.vo</code></li> <li>39 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ThreeGap/preuve2.vo</code></li> <li>37 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ThreeGap/three_gap.vo</code></li> <li>35 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ThreeGap/preuve1.v</code></li> <li>33 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ThreeGap/Nat_compl.glob</code></li> <li>29 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ThreeGap/prop_fl.v</code></li> <li>23 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ThreeGap/preuve2.glob</code></li> <li>16 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ThreeGap/tools.v</code></li> <li>10 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ThreeGap/prop_elem.glob</code></li> <li>8 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ThreeGap/Nat_compl.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ThreeGap/prop_elem.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ThreeGap/three_gap.glob</code></li> <li>5 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ThreeGap/preuve2.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ThreeGap/three_gap.v</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-three-gap.8.5.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.03.0-2.0.5/released/8.5.1/three-gap/8.5.0.html
HTML
mit
9,087
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>metacoq-pcuic: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.8.1 / metacoq-pcuic - 1.0~beta1+8.12</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> metacoq-pcuic <small> 1.0~beta1+8.12 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-20 02:39:21 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-20 02:39:21 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.8.1 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.03.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.03.0 Official 4.03.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://metacoq.github.io/metacoq&quot; dev-repo: &quot;git+https://github.com/MetaCoq/metacoq.git#coq-8.12&quot; bug-reports: &quot;https://github.com/MetaCoq/metacoq/issues&quot; authors: [&quot;Abhishek Anand &lt;[email protected]&gt;&quot; &quot;Simon Boulier &lt;[email protected]&gt;&quot; &quot;Cyril Cohen &lt;[email protected]&gt;&quot; &quot;Yannick Forster &lt;[email protected]&gt;&quot; &quot;Fabian Kunze &lt;[email protected]&gt;&quot; &quot;Gregory Malecha &lt;[email protected]&gt;&quot; &quot;Matthieu Sozeau &lt;[email protected]&gt;&quot; &quot;Nicolas Tabareau &lt;[email protected]&gt;&quot; &quot;Théo Winterhalter &lt;[email protected]&gt;&quot; ] license: &quot;MIT&quot; build: [ [&quot;sh&quot; &quot;./configure.sh&quot;] [make &quot;-j%{jobs}%&quot; &quot;-C&quot; &quot;pcuic&quot;] ] install: [ [make &quot;-C&quot; &quot;pcuic&quot; &quot;install&quot;] ] depends: [ &quot;ocaml&quot; {&gt;= &quot;4.07.1&quot;} &quot;coq&quot; {&gt;= &quot;8.12&quot; &amp; &lt; &quot;8.13~&quot;} &quot;coq-equations&quot; { = &quot;1.2.3+8.12&quot; } &quot;coq-metacoq-template&quot; {= version} &quot;coq-metacoq-checker&quot; {= version} ] synopsis: &quot;A type system equivalent to Coq&#39;s and its metatheory&quot; description: &quot;&quot;&quot; MetaCoq is a meta-programming framework for Coq. The PCUIC module provides a cleaned-up specification of Coq&#39;s typing algorithm along with a certified typechecker for it. This module includes the standard metatheory of PCUIC: Weakening, Substitution, Confluence and Subject Reduction are proven here. &quot;&quot;&quot; url { src: &quot;https://github.com/MetaCoq/metacoq/archive/v1.0-beta1-8.12.tar.gz&quot; checksum: &quot;sha256=19fc4475ae81677018e21a1e20503716a47713ec8b2081e7506f5c9390284c7a&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-metacoq-pcuic.1.0~beta1+8.12 coq.8.8.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.8.1). The following dependencies couldn&#39;t be met: - coq-metacoq-pcuic -&gt; ocaml &gt;= 4.07.1 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-metacoq-pcuic.1.0~beta1+8.12</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.03.0-2.0.5/released/8.8.1/metacoq-pcuic/1.0~beta1+8.12.html
HTML
mit
7,825
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>matrices: 21 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 / matrices - 8.6.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> matrices <small> 8.6.0 <span class="label label-success">21 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-03 17:13:05 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-03 17:13:05 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.6 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.3 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/matrices&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/Matrices&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.6&quot; &amp; &lt; &quot;8.7~&quot;} ] tags: [ &quot;keyword: matrices&quot; &quot;keyword: vectors&quot; &quot;keyword: linear algebra&quot; &quot;keyword: Coq modules&quot; &quot;category: Mathematics/Algebra&quot; &quot;date: 2003-03&quot; ] authors: [ &quot;Nicolas Magaud&quot; ] bug-reports: &quot;https://github.com/coq-contribs/matrices/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/matrices.git&quot; synopsis: &quot;Ring properties for square matrices&quot; description: &quot;&quot;&quot; This contribution contains an operational formalization of square matrices. (m,n)-Matrices are represented as vectors of length n. Each vector (a row) is itself a vector whose length is m. Vectors are actually implemented as dependent lists. We define basic operations for this datatype (addition, product, neutral elements O_n and I_n). We then prove the ring properties for these operations. The development uses Coq modules to specify the interface (the ring structure properties) as a signature. This development deals with dependent types and partial functions. Most of the functions are defined by dependent case analysis and some functions such as getting a column require the use of preconditions (to check whether we are within the bounds of the matrix).&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/matrices/archive/v8.6.0.tar.gz&quot; checksum: &quot;md5=c5305637678c9c652ad61755a6523ae4&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-matrices.8.6.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-matrices.8.6.0 coq.8.6</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>11 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-matrices.8.6.0 coq.8.6</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>21 s</dd> </dl> <h2>Installation size</h2> <p>Total: 706 K</p> <ul> <li>142 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Matrices/matrices.glob</code></li> <li>137 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Matrices/matrices.vo</code></li> <li>120 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Matrices/vectors.vo</code></li> <li>78 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Matrices/operators.vo</code></li> <li>71 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Matrices/vectors.glob</code></li> <li>70 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Matrices/operators.glob</code></li> <li>29 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Matrices/carrier.vo</code></li> <li>27 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Matrices/matrices.v</code></li> <li>15 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Matrices/vectors.v</code></li> <li>14 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Matrices/operators.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Matrices/carrier.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Matrices/carrier.v</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-matrices.8.6.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.05.0-2.0.1/released/8.6/matrices/8.6.0.html
HTML
mit
8,794
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mirror-core: 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 / mirror-core - 1.0.2</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> mirror-core <small> 1.0.2 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-11-20 18:56:28 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-20 18:56:28 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.12.0 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.09.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.09.1 Official release 4.09.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/gmalecha/mirror-core&quot; dev-repo: &quot;git+https://github.com/gmalecha/mirror-core.git&quot; bug-reports: &quot;https://github.com/gmalecha/mirror-core/issues&quot; authors: [&quot;Gregory Malecha&quot;] license: &quot;BSD&quot; build: [ [make &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;install&quot;] ] remove: [ [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/MirrorCore&quot;] [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/McExamples&quot;] ] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.5.2&quot; &amp; &lt; &quot;8.6~&quot;} &quot;coq-ext-lib&quot; {&gt;= &quot;0.9.2&quot;} &quot;coq-plugin-utils&quot; ] synopsis: &quot;A framework for computational reflection&quot; flags: light-uninstall url { src: &quot;https://github.com/gmalecha/mirror-core/archive/v1.0.2.tar.gz&quot; checksum: &quot;md5=1576ec14f05ed73c2d15aa9b83bf22a1&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-mirror-core.1.0.2 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-mirror-core -&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-mirror-core.1.0.2</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.09.1-2.0.6/released/8.12.0/mirror-core/1.0.2.html
HTML
mit
6,599
<!DOCTYPE html> <!--[if IEMobile 7]><html class="iem7 no-js" lang="en" dir="ltr"><![endif]--> <!--[if lt IE 7]><html class="lt-ie9 lt-ie8 lt-ie7 no-js" lang="en" dir="ltr"><![endif]--> <!--[if (IE 7)&(!IEMobile)]><html class="lt-ie9 lt-ie8 no-js" lang="en" dir="ltr"><![endif]--> <!--[if IE 8]><html class="lt-ie9 no-js" lang="en" dir="ltr"><![endif]--> <!--[if (gt IE 8)|(gt IEMobile 7)]><!--> <html class="no-js not-oldie" lang="en" dir="ltr"> <!--<![endif]--> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="HandheldFriendly" content="true" /> <link rel="shortcut icon" href="https://www.epa.gov/sites/all/themes/epa/favicon.ico" type="image/vnd.microsoft.icon" /> <meta name="MobileOptimized" content="width" /> <meta http-equiv="cleartype" content="on" /> <meta http-equiv="ImageToolbar" content="false" /> <meta name="viewport" content="width=device-width" /> <meta name="version" content="20161218" /> <!--googleon: all--> <meta name="DC.description" content="" /> <meta name="DC.title" content="" /> <title> Improving the Recyclability of Computer Scrap and Other E-Waste| Research Project Database | Grantee Research Project | ORD | US EPA</title> <!--googleoff: snippet--> <meta name="keywords" content="" /> <link rel="shortlink" href="" /> <link rel="canonical" href="" /> <meta name="DC.creator" content="" /> <meta name="DC.language" content="en" /> <meta name="DC.Subject.epachannel" content="" /> <meta name="DC.type" content="" /> <meta name="DC.date.created" content="" /> <meta name="DC.date.modified" content="2004-06-09" /> <!--googleoff: all--> <link type="text/css" rel="stylesheet" href="https://www.epa.gov/misc/ui/jquery.ui.autocomplete.css" media="all" /> <link type="text/css" rel="stylesheet" href="https://www.epa.gov/sites/all/themes/epa/css/lib/jquery.ui.theme.css" media="all" /> <link type="text/css" rel="stylesheet" href="https://www.epa.gov/sites/all/libraries/template2/s.css" media="all" /> <!--[if lt IE 9]><link type="text/css" rel="stylesheet" href="https://www.epa.gov/sites/all/themes/epa/css/ie.css" media="all" /><![endif]--> <link rel="alternate" type="application/atom+xml" title="EPA.gov All Press Releases" href="https://www.epa.gov/newsreleases/search/rss" /> <link rel="alternate" type="application/atom+xml" title="EPA.gov Headquarters Press Releases" href="https://www.epa.gov/newsreleases/search/rss/field_press_office/headquarters" /> <link rel="alternate" type="application/atom+xml" title="Greenversations, EPA's Blog" href="https://blog.epa.gov/blog/feed/" /> <!--[if lt IE 9]><script src="https://www.epa.gov/sites/all/themes/epa/js/html5.js"></script><![endif]--> <style type="text/css"> /*This style needed for highlight link. Please do not remove*/ .hlText { font-family: "Arial"; color: red; font-weight: bold; font-style: italic; background-color: yellow; } .tblClass { font-size:smaller; min-width: 10%; line-height: normal; } </style> </head> <!-- NOTE, figure out body classes! --> <body class="node-type-(web-area|page|document|webform) (microsite|resource-directory)" > <!-- Google Tag Manager --> <noscript> <iframe src="//www.googletagmanager.com/ns.html?id=GTM-L8ZB" height="0" width="0" style="display:none;visibility:hidden"></iframe> </noscript> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-L8ZB');</script> <!-- End Google Tag Manager --> <div class="skip-links"><a href="#main-content" class="skip-link element-invisible element-focusable">Jump to main content</a></div> <header class="masthead clearfix" role="banner"> <img class="site-logo" src="https://www.epa.gov/sites/all/themes/epa/logo.png" alt="" /> <hgroup class="site-name-and-slogan"> <h1 class="site-name"><a href="https://www.epa.gov/" title="Go to the home page" rel="home"><span>US EPA</span></a></h1> <div class="site-slogan">United States Environmental Protection Agency</div> </hgroup> <form class="epa-search" method="get" action="https://search.epa.gov/epasearch/epasearch"> <label class="element-hidden" for="search-box">Search</label> <input class="form-text" placeholder="Search EPA.gov" name="querytext" id="search-box" value=""/> <button class="epa-search-button" id="search-button" type="submit" title="Search">Search</button> <input type="hidden" name="fld" value="" /> <input type="hidden" name="areaname" value="" /> <input type="hidden" name="areacontacts" value="" /> <input type="hidden" name="areasearchurl" value="" /> <input type="hidden" name="typeofsearch" value="epa" /> <input type="hidden" name="result_template" value="2col.ftl" /> <input type="hidden" name="filter" value="sample4filt.hts" /> </form> </header> <section id="main-content" class="main-content clearfix" role="main"> <div class="region-preface clearfix"> <div id="block-pane-epa-web-area-connect" class="block block-pane contextual-links-region"> <ul class="menu utility-menu"> <li class="menu-item"><a href="https://www.epa.gov/research-grants/forms/contact-us-about-research-grants" class="menu-link contact-us">Contact Us</a></li> </ul> </div> </div> <div class="main-column clearfix"> <!--googleon: all--> <div class="panel-pane pane-node-content" > <div class="pane-content"> <div class="node node-page clearfix view-mode-full"> <div class="box multi related-info right clear-right" style="max-width:300px; font-size:14px;"><!--googleoff: index--> <h5 class="pane-title">Project Research Results</h5> <div class="pane-content"> <ul> <li><a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/6183/report/0">SBIR Phase I</a> |&nbsp;<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/6183/report/F">Final Report</a> </li> </ul> </div> <!-- RFA Search start --> <h5 class="pane-title">Related Information</h5> <div class="pane-content"> <ul><li><a href="https://www.epa.gov/research-grants/">Research Grants</a></li> <li><a href="https://www.epa.gov/P3">P3: Student Design Competition</a></li> <li><a href="https://www.epa.gov/research-fellowships/">Research Fellowships</a></li> <li><a href="https://www.epa.gov/sbir/">Small Business Innovation Research (SBIR)</a></li> <li><a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/search.welcome">Grantee Research Project Results Search</a></li> </ul> </div> <!-- RFA Search End --><!--googleon: index--> </div> <a name="content"></a> <h2> Improving the Recyclability of Computer Scrap and Other E-Waste</h2> <b>EPA Contract Number:</b> EPD04058<br /> <b>Title:</b> Improving the Recyclability of Computer Scrap and Other E-Waste<br /> <b>Investigators:</b> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.investigatorInfo/investigator/3726"> Sommer, Edward J. </a> <br /> <strong>Small Business:</strong> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.institutionInfo/institution/3757"> <b>National Recovery Technologies Inc.</b> </a> <br /> <strong>EPA Contact:</strong> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.investigatorInfo/investigator/1157"> Manager, SBIR Program </a> <br /> <b>Phase:</b> II<br /> <b>Project Period:</b> April 1, 2004 through June 30, 2005 <br /> <b>Project Amount:</b> $225,000 <br /> <b>RFA:</b> Small Business Innovation Research (SBIR) - Phase II (2004) <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/recipients.display/rfa_id/348">Recipients Lists</a> <br /> <b>Research Category:</b> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.researchCategory/rc_id/107">Small Business Innovation Research (SBIR)</a> , <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.researchCategory/rc_id/1117">SBIR - Waste</a> , <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.researchCategory/rc_id/846">Hazardous Waste/Remediation</a> <br /> <br> <h3>Description:</h3> <p>Electronic waste (e-waste) is one of the most rapidly growing waste problems worldwide. More than 13 billion pounds of e-waste plastics are expected to be produced during the next decade from computer e-waste alone. Many of these electronic components are constructed of valuable engineered plastics. The U.S. Environmental Protection Agency has indicated that recycling is the preferred application for these plastics. Unsorted, these plastics have minimal value because they only can be reused in low-value applications, often costing more to recycle than the value of the recycled material, thereby contributing to a low recycling rate. Sorting by polymer type allows the polymers to be reused in high- value applications, thereby making the plastic recycling process economical for the e-waste processor.</p> <p>Current e-waste recovery technologies are geared toward mining valuable metals from the stream. Sorting technologies for plastics currently used are either too slow (e.g., portable Raman units) or inefficient (e.g., density and electrostatic sorting). National Recovery Technologies, Inc. (NRT) has seen considerable interest in a high-speed spectroscopic sorting technology for e-waste plastics. Phase I research demonstrated technical feasibility for the development of such a technology.</p> <p>The goal of this Phase II research project is to complete development of the Phase I technology and design, construct, install, and test a prototype e-waste plastic sorting system in an e-waste demanufacturing facility. To assist in funding the deployment, testing, and further development of the prototype systems, NRT has obtained a commitment from an e-waste processor that has agreed to cooperate with NRT in the development and testing of the technology, with potential Phase funding upon successful demonstration of the technology. <p></p> <h3>Supplemental Keywords:</h3> <i>small business, SBIR, electronic waste, e-waste, engineered plastics, computer scrap, polymer, metals, spectroscopic sorting technology, plastic sorting system, demanufacturing facility.</i>, Scientific Discipline, Sustainable Industry/Business, cleaner production/pollution prevention, Civil/Environmental Engineering, Environmental Engineering, demanufacturing, plastic flake, computer scrap recycling, electronic waste recycling, computers and electronics, spectroscopic scrap sorting, electronic components <p /> <br /> <h3>SBIR Phase I:</h3> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/6183">Improving the Recyclability of Computer Scrap and Other E-Waste</a> &nbsp;|&nbsp;<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/6183/report/F">Final Report</a> <br> </p> </div> </div> </div> <div id="block-epa-og-footer" class="block block-epa-og"> <p class="pagetop"><a href="#content">Top of Page</a></p> <!--googleoff: all--> <p id="epa-og-footer"> The perspectives, information and conclusions conveyed in research project abstracts, progress reports, final reports, journal abstracts and journal publications convey the viewpoints of the principal investigator and may not represent the views and policies of ORD and EPA. Conclusions drawn by the principal investigators have not been reviewed by the Agency. </p> </div> <!--googleoff: all--> </div> </section> <nav class="nav simple-nav simple-main-nav" role="navigation"> <div class="nav__inner"> <h2 class="element-invisible">Main menu</h2> <ul class="menu" role="menu"> <li class="menu-item" id="menu-learn" role="presentation"><a href="https://www.epa.gov/environmental-topics" title="Learn about EPA's environmental topics to help protect the environment in your home, workplace, and community and EPA&#039;s research mission is to conduct leading-edge research and foster the sound use of science and technology." class="menu-link" role="menuitem">Environmental Topics</a></li> <li class="menu-item" id="menu-lawsregs" role="presentation"><a href="https://www.epa.gov/laws-regulations" title="Laws written by Congress provide the authority for EPA to write regulations. Regulations explain the technical, operational, and legal details necessary to implement laws." class="menu-link" role="menuitem">Laws &amp; Regulations</a></li> <li class="menu-item" id="menu-about" role="presentation"><a href="https://www.epa.gov/aboutepa" title="Learn more about: our mission and what we do, how we are organized, and our history." class="menu-link" role="menuitem">About EPA</a></li> </ul> </div> </nav> <footer class="main-footer clearfix" role="contentinfo"> <div class="main-footer__inner"> <div class="region-footer"> <div class="block block-pane block-pane-epa-global-footer"> <div class="row cols-3"> <div class="col size-1of3"> <div class="col__title">Discover.</div> <ul class="menu"> <li><a href="https://www.epa.gov/accessibility">Accessibility</a></li> <li><a href="https://www.epa.gov/aboutepa/administrator-gina-mccarthy">EPA Administrator</a></li> <li><a href="https://www.epa.gov/planandbudget">Budget &amp; Performance</a></li> <li><a href="https://www.epa.gov/contracts">Contracting</a></li> <li><a href="https://www.epa.gov/home/grants-and-other-funding-opportunities">Grants</a></li> <li><a href="https://www.epa.gov/ocr/whistleblower-protections-epa-and-how-they-relate-non-disclosure-agreements-signed-epa-employees">No FEAR Act Data</a></li> <li><a href="https://www.epa.gov/home/privacy-and-security-notice">Privacy and Security</a></li> </ul> </div> <div class="col size-1of3"> <div class="col__title">Connect.</div> <ul class="menu"> <li><a href="https://www.data.gov/">Data.gov</a></li> <li><a href="https://www.epa.gov/office-inspector-general/about-epas-office-inspector-general">Inspector General</a></li> <li><a href="https://www.epa.gov/careers">Jobs</a></li> <li><a href="https://www.epa.gov/newsroom">Newsroom</a></li> <li><a href="https://www.whitehouse.gov/open">Open Government</a></li> <li><a href="http://www.regulations.gov/">Regulations.gov</a></li> <li><a href="https://www.epa.gov/newsroom/email-subscriptions">Subscribe</a></li> <li><a href="https://www.usa.gov/">USA.gov</a></li> <li><a href="https://www.whitehouse.gov/">White House</a></li> </ul> </div> <div class="col size-1of3"> <div class="col__title">Ask.</div> <ul class="menu"> <li><a href="https://www.epa.gov/home/forms/contact-us">Contact Us</a></li> <li><a href="https://www.epa.gov/home/epa-hotlines">Hotlines</a></li> <li><a href="https://www.epa.gov/foia">FOIA Requests</a></li> <li><a href="https://www.epa.gov/home/frequent-questions-specific-epa-programstopics">Frequent Questions</a></li> </ul> <div class="col__title">Follow.</div> <ul class="social-menu"> <li><a class="menu-link social-facebook" href="https://www.facebook.com/EPA">Facebook</a></li> <li><a class="menu-link social-twitter" href="https://twitter.com/epa">Twitter</a></li> <li><a class="menu-link social-youtube" href="https://www.youtube.com/user/USEPAgov">YouTube</a></li> <li><a class="menu-link social-flickr" href="https://www.flickr.com/photos/usepagov">Flickr</a></li> <li><a class="menu-link social-instagram" href="https://instagram.com/epagov">Instagram</a></li> </ul> <p class="last-updated">Last updated on Wednesday, June 9, 2004</p> </div> </div> </div> </div> </div> </footer> <script src="https://www.epa.gov/sites/all/libraries/template2/jquery.js"></script> <script src="https://www.epa.gov/sites/all/libraries/template/js.js"></script> <script src="https://www.epa.gov/sites/all/modules/custom/epa_core/js/alert.js"></script> <script src="https://www.epa.gov/sites/all/modules/contrib/jquery_update/replace/ui/ui/minified/jquery.ui.core.min.js"></script> <script src="https://www.epa.gov/sites/all/modules/contrib/jquery_update/replace/ui/ui/minified/jquery.ui.widget.min.js"></script> <script src="https://www.epa.gov/sites/all/modules/contrib/jquery_update/replace/ui/ui/minified/jquery.ui.position.min.js"></script> <script src="https://www.epa.gov/sites/all/modules/contrib/jquery_update/replace/ui/ui/minified/jquery.ui.autocomplete.min.js"></script> <!--[if lt IE 9]><script src="https://www.epa.gov/sites/all/themes/epa/js/ie.js"></script><![endif]--> <!-- REMOVE if not using --> <script language=javascript> <!-- // Activate cloak // pressing enter will not default submit the first defined button but the programmed defined button function chkCDVal(cdVal) { var isErr = true; try{ var CDParts = cdVal.split(','); var st = CDParts[0]; var cd = CDParts[1]; var objRegExp = new RegExp('[0-9][0-9]'); if (!isNaN(st)) { isErr = false; } if (!objRegExp.test(cd) || (cd.length>3)){ isErr = false; } } catch(err){ isErr = false; } return isErr; } function checkCongDist(cdtxt) { //alert(cdtxt.value); if (!chkCDVal(cdtxt.value)) { alert('Congressional District MUST be in the following format: state, district; example: Virginia, 08'); return false; } else { return true; } } function fnTrapKD(btn, event) { var btn = getObject(btn); if (document.all) { if (event.keyCode == 13) { event.returnValue=false;event.cancel = true;btn.click(); } } else { if (event.which == 13) { event.returnValue=false;event.cancelBubble = true;btn.click(); } } } function CheckFilter() { if (document.searchform.presetTopic.options[document.searchform.presetTopic.selectedIndex].value == 'NA'){ alert('You must select a subtopic. \n This item is not selectable'); document.searchform.presetTopic.options[0].selected = true; } } function openHelpWindow(url,title,scrollable) { var win = window.open(url,"title",'width=300,height=220,left=320,top=150,resizable=1,scrollbars='+scrollable+',menubar=no,status=no'); win.focus(); } function openNewWindow(url,title,scrollable) { var win = window.open(url,"title",'width=300,height=220,left=320,top=150,resizable=1,scrollbars='+scrollable+',menubar=no,status=no'); } function openNewWindow(url,title) { var win = window.open(url,"title",'width=300,height=220,left=320,top=150,resizable=1,scrollbars=no,menubar=no,status=no'); } function openNewMapWindow(url,title) { var win = window.open(url,"title",'width=800,height=450,left=320,top=150,resizable=1,scrollbars=no,menubar=no,status=no'); } function openNoticeWindow(url,title) { var win = window.open(url,"title",'width=300,height=150,left=500,top=150,resizable=1,scrollbars=no,menubar=no,status=no'); } function openNewSearchWindow(site,subj) { title = 'window'; var win = window.open('https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.pubsearch/site/' + site + '/redirect/' + subj,"title",'width=640,height=480,resizable=1,scrollbars=yes,menubar=yes,status=no'); } function autoCheck(name) { document.forms['thisForm'].elements[name].checked = true; } function alertUser() { var ok = alert("This search might take longer than expected. Please refrain from hitting the refresh or reload button on your browser. The search results will appear after the search is complete. Thank you."); } function closePopupWindow(redirectUrl) { opener.location = redirectUrl; opener.focus(); this.close(); } //--> </script> </body> </html>
1wheel/scraping
epa-grants/research/raw/07002.html
HTML
mit
22,374
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>coinductive-reals: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.8.1 / coinductive-reals - 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> coinductive-reals <small> 8.10.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-06 00:47:38 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-06 00:47:38 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-ocamlbuild base OCamlbuild binary and libraries distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.8.1 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.02.3 The OCaml compiler (virtual package) ocaml-base-compiler 4.02.3 Official 4.02.3 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;http://www.cs.ru.nl/~milad/ETrees/coinductive-field/&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/CoinductiveReals&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.10&quot; &amp; &lt; &quot;8.11~&quot;} &quot;coq-qarith-stern-brocot&quot; {&gt;= &quot;8.10&quot; &amp; &lt; &quot;8.11~&quot;} ] tags: [ &quot;keyword: real numbers&quot; &quot;keyword: co-inductive types&quot; &quot;keyword: co-recursion&quot; &quot;keyword: exact arithmetic&quot; &quot;category: Mathematics/Arithmetic and Number Theory/Real numbers&quot; &quot;date: 2007-04-24&quot; ] authors: [ &quot;Milad Niqui &lt;[email protected]&gt; [http://www.cs.ru.nl/~milad]&quot; ] bug-reports: &quot;https://github.com/coq-contribs/coinductive-reals/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/coinductive-reals.git&quot; synopsis: &quot;Real numbers as coinductive ternary streams&quot; description: &quot;&quot;&quot; See the README file&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/coinductive-reals/archive/v8.10.0.tar.gz&quot; checksum: &quot;md5=c84ff40df2465f37983b5f13e8ad39d1&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-coinductive-reals.8.10.0 coq.8.8.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.8.1). The following dependencies couldn&#39;t be met: - coq-coinductive-reals -&gt; coq &gt;= 8.10 -&gt; ocaml &gt;= 4.05.0 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-coinductive-reals.8.10.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.02.3-2.0.6/released/8.8.1/coinductive-reals/8.10.0.html
HTML
mit
7,306
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>coqeal: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / extra-dev</a></li> <li class="active"><a href="">dev / coqeal - 1.1.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> coqeal <small> 1.1.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-19 18:24:42 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-19 18:24:42 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-gmp 3 Virtual package relying on a GMP lib system installation coq dev Formal proof management system dune 2.9.1 Fast, portable, and opinionated build system ocaml 4.11.2 The OCaml compiler (virtual package) ocaml-base-compiler 4.11.2 Official release 4.11.2 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Cyril Cohen &lt;[email protected]&gt;&quot; homepage: &quot;https://github.com/coq-community/coqeal&quot; dev-repo: &quot;git+https://github.com/coq-community/coqeal.git&quot; bug-reports: &quot;https://github.com/coq-community/coqeal/issues&quot; license: &quot;MIT&quot; synopsis: &quot;CoqEAL - The Coq Effective Algebra Library&quot; description: &quot;&quot;&quot; This Coq library contains a subset of the work that was developed in the context of the ForMath EU FP7 project (2009-2013). It has two parts: - theory, which contains developments in algebra including normal forms of matrices, and optimized algorithms on MathComp data structures. - refinements, which is a framework to ease change of data representations during a proof.&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.16~&quot;} &quot;coq-bignums&quot; &quot;coq-paramcoq&quot; {&gt;= &quot;1.1.3&quot;} &quot;coq-mathcomp-multinomials&quot; {((&gt;= &quot;1.5.1&quot; &amp; &lt; &quot;1.7~&quot;) | = &quot;dev&quot;)} &quot;coq-mathcomp-algebra&quot; {((&gt;= &quot;1.12.0&quot; &amp; &lt; &quot;1.14~&quot;) | = &quot;dev&quot;)} &quot;coq-mathcomp-real-closed&quot; {(&gt;= &quot;1.1.2&quot; &amp; &lt; &quot;1.2~&quot;) | (= &quot;dev&quot;)} ] tags: [ &quot;category:Computer Science/Decision Procedures and Certified Algorithms/Correctness proofs of algorithms&quot; &quot;keyword:effective algebra&quot; &quot;keyword:elementary divisor rings&quot; &quot;keyword:Smith normal form&quot; &quot;keyword:mathematical components&quot; &quot;keyword:Bareiss&quot; &quot;keyword:Karatsuba multiplication&quot; &quot;keyword:refinements&quot; &quot;logpath:CoqEAL&quot; ] authors: [ &quot;Guillaume Cano&quot; &quot;Cyril Cohen&quot; &quot;Maxime Dénès&quot; &quot;Anders Mörtberg&quot; &quot;Damien Rouhling&quot; &quot;Pierre Roux&quot; &quot;Vincent Siles&quot; ] url { src: &quot;https://github.com/coq-community/coqeal/archive/refs/tags/1.1.0.tar.gz&quot; checksum: &quot;sha512=cc96712cb552802e31952513a05c943be4eeef2ca30e6bb0ffc808c1ce63b09b0648ec92d97a71c84cecbbe2b097d8050108df3688acd777fcf9c25fc7545b1f&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-coqeal.1.1.0 coq.dev</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is dev). The following dependencies couldn&#39;t be met: - coq-coqeal -&gt; coq &lt; 8.16~ -&gt; ocaml &lt; 4.10 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-coqeal.1.1.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.11.2-2.0.7/extra-dev/dev/coqeal/1.1.0.html
HTML
mit
8,106
<!DOCTYPE html> <html xmlns:msxsl="urn:schemas-microsoft-com:xslt"> <head> <meta content="en-us" http-equiv="Content-Language" /> <meta content="text/html; charset=utf-16" http-equiv="Content-Type" /> <title _locid="PortabilityAnalysis0">.NET Portability Report</title> <style> /* Body style, for the entire document */ body { background: #F3F3F4; color: #1E1E1F; font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; padding: 0; margin: 0; } /* Header1 style, used for the main title */ h1 { padding: 10px 0px 10px 10px; font-size: 21pt; background-color: #E2E2E2; border-bottom: 1px #C1C1C2 solid; color: #201F20; margin: 0; font-weight: normal; } /* Header2 style, used for "Overview" and other sections */ h2 { font-size: 18pt; font-weight: normal; padding: 15px 0 5px 0; margin: 0; } /* Header3 style, used for sub-sections, such as project name */ h3 { font-weight: normal; font-size: 15pt; margin: 0; padding: 15px 0 5px 0; background-color: transparent; } h4 { font-weight: normal; font-size: 12pt; margin: 0; padding: 0 0 0 0; background-color: transparent; } /* Color all hyperlinks one color */ a { color: #1382CE; } /* Paragraph text (for longer informational messages) */ p { font-size: 10pt; } /* Table styles */ table { border-spacing: 0 0; border-collapse: collapse; font-size: 10pt; } table th { background: #E7E7E8; text-align: left; text-decoration: none; font-weight: normal; padding: 3px 6px 3px 6px; } table td { vertical-align: top; padding: 3px 6px 5px 5px; margin: 0px; border: 1px solid #E7E7E8; background: #F7F7F8; } .NoBreakingChanges { color: darkgreen; font-weight:bold; } .FewBreakingChanges { color: orange; font-weight:bold; } .ManyBreakingChanges { color: red; font-weight:bold; } .BreakDetails { margin-left: 30px; } .CompatMessage { font-style: italic; font-size: 10pt; } .GoodMessage { color: darkgreen; } /* Local link is a style for hyperlinks that link to file:/// content, there are lots so color them as 'normal' text until the user mouse overs */ .localLink { color: #1E1E1F; background: #EEEEED; text-decoration: none; } .localLink:hover { color: #1382CE; background: #FFFF99; text-decoration: none; } /* Center text, used in the over views cells that contain message level counts */ .textCentered { text-align: center; } /* The message cells in message tables should take up all avaliable space */ .messageCell { width: 100%; } /* Padding around the content after the h1 */ #content { padding: 0px 12px 12px 12px; } /* The overview table expands to width, with a max width of 97% */ #overview table { width: auto; max-width: 75%; } /* The messages tables are always 97% width */ #messages table { width: 97%; } /* All Icons */ .IconSuccessEncoded, .IconInfoEncoded, .IconWarningEncoded, .IconErrorEncoded { min-width: 18px; min-height: 18px; background-repeat: no-repeat; background-position: center; } /* Success icon encoded */ .IconSuccessEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconSuccess#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABPElEQVR4Xp1Tv0vDUBi8FqeA4NpBcBLcWnQSApncOnTo4FSnjP0DsnXpH5CxiwbHDg4Zuj4oOEXiJgiC4FDcCkLWmIMc1Pfw+eMgQ77v3Xf3Pe51YKGqqisAEwCR1TIAsiAIblSo6xrdHeJR85Xle3mdmCQKb0PsfqyxxzM8K15HZADl/H5+sHpZwYfxyRjTs+kWwKBx8yoHd2mRiuzF8mkJniWH/13u3Fjrs/EdhsdDFHGB/DLXEJBDLh1MWPAhPo1BLB4WX5yQywHR+m3tVe/t97D52CB/ziG0nIgD/qDuYg8WuCcVZ2YGwlJ3YDugkpR/VNcAEx6GEKhERSr71FuO4YCM4XBdwKvecjIlkSnsO0Hyp/GxSeJAdzBKzpOtnPwyyiPdAZhpZptT04tU+zk7s8czeges//s5C5+CwqrR4/gw+AAAAABJRU5ErkJggg==); } /* Information icon encoded */ .IconInfoEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconInformation#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABHElEQVR4Xs2TsUoDQRRF7wwoziokjZUKadInhdhukR9YP8DMX1hYW+QvdsXa/QHBbcXC7W0CamWTQnclFutceIQJwwaWNLlwm5k5d94M76mmaeCrrmsLYOocY12FcxZFUeozCqKqqgYA8uevv1H6VuPxcwlfk5N92KHBxfFeCSAxxswlYAW/Xr989x/mv9gkhtyMDhcAxgzRsp7flj8B/HF1RsMXq+NZMkopaHe7lbKxQUEIGbKsYNoGn969060hZBkQex/W8oRQwsQaW2o3Ago2SVcJUzAgY3N0lTCZZm+zPS8HB51gMmS1DEYyOz9acKO1D8JWTlafKIMxdhvlfdyT94Vv5h7P8Ky7nQzACmhvKq3zk3PjW9asz9D/1oigecsioooAAAAASUVORK5CYII=); } /* Warning icon encoded */ .IconWarningEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconWarning#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAx0lEQVR4XpWSMQ7CMAxFf4xAyBMLCxMrO8dhaBcuwdCJS3RJBw7SA/QGTCxdWJgiQYWKXJWKIXHIlyw5lqr34tQgEOdcBsCOx5yZK3hCCKdYXneQkh4pEfqzLfu+wVDSyyzFoJjfz9NB+pAF+eizx2Vruts0k15mPgvS6GYvpVtQhB61IB/dk6AF6fS4Ben0uIX5odtFe8Q/eW1KvFeH4e8khT6+gm5B+t3juyDt7n0jpe+CANTd+oTUjN/U3yVaABnSUjFz/gFq44JaVSCXeQAAAABJRU5ErkJggg==); } /* Error icon encoded */ .IconErrorEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconError#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABQElEQVR4XqWTvUoEQRCE6wYPZUA80AfwAQz23uCMjA7MDRQEIzPBVEyNTQUFIw00vcQTTMzuAh/AxEQQT8HF/3G/oGGnEUGuoNnd6qoZuqltyKEsyzVJq5I6rnUp6SjGeGhESikzzlc1eL7opfuVbrqbU1Zw9NCgtQMaZpY0eNnaaL2fHusvTK5vKu7sjSS1Y4y3QUA6K3e3Mau5UFDyMP7tYF9o8cAHZv68vipoIJg971PZIZ5HiwdvYGGvFVFHmGmZ2MxwmQYPXubPl9Up0tfoMQGetXd6mRbvhBw+boZ6WF7Mbv1+GsHRk0fQmPAH1GfmZirbCfDJ61tw3Px8/8pZsPAG4jlVhcPgZ7adwNWBB68lkRQWFiTgFlbnLY3DGGM7izIJIyT/jjIvEJw6fdJTc6krDzh6aMwMP9bvDH4ADSsa9uSWVJkAAAAASUVORK5CYII=); } </style> </head> <body> <h1 _locid="PortabilityReport">.NET Portability Report</h1> <div id="content"> <div id="submissionId" style="font-size:8pt;"> <p> <i> Submission Id&nbsp; 0fbdbe08-eced-42a5-b044-5932cd466345 </i> </p> </div> <h2 _locid="SummaryTitle"> <a name="Portability Summary"></a>Portability Summary </h2> <div id="summary"> <table> <tbody> <tr> <th>Assembly</th> <th>ASP.NET 5,Version=v1.0</th> <th>Windows,Version=v8.1</th> <th>.NET Framework,Version=v4.6</th> <th>Windows Phone,Version=v8.1</th> </tr> <tr> <td><strong><a href="#Canonicalize">Canonicalize</a></strong></td> <td class="text-center">79.44 %</td> <td class="text-center">77.57 %</td> <td class="text-center">100.00 %</td> <td class="text-center">77.57 %</td> </tr> </tbody> </table> </div> <div id="details"> <a name="Canonicalize"><h3>Canonicalize</h3></a> <table> <tbody> <tr> <th>Target type</th> <th>ASP.NET 5,Version=v1.0</th> <th>Windows,Version=v8.1</th> <th>.NET Framework,Version=v4.6</th> <th>Windows Phone,Version=v8.1</th> <th>Recommended changes</th> </tr> <tr> <td>System.Collections.Specialized.NameValueCollection</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Item(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Uri</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">SchemeDelimiter</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Web.HttpContext</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Response</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Web.HttpContextBase</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Request</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Web.HttpRequestBase</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Headers</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_HttpMethod</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Url</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Web.HttpResponse</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">AppendHeader(System.String,System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_Status(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Web.IHttpHandler</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Web.Routing.IRouteHandler</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Web.Routing.RequestContext</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Web.Routing.RouteBase</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Web.Routing.RouteCollection</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Web.Routing.RouteData</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Web.Routing.RouteBase,System.Web.Routing.IRouteHandler)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Web.Routing.RouteValueDictionary</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Web.Routing.VirtualPathData</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> </tbody> </table> <p> <a href="#Portability Summary">Back to Summary</a> </p> </div> </div> </body> </html>
kuhlenh/port-to-core
Reports/ca/canonicalize.1.3.0/Canonicalize-net40.html
HTML
mit
26,279
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>ext-lib: 1 m 14 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 / ext-lib - 0.11.2</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> ext-lib <small> 0.11.2 <span class="label label-success">1 m 14 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-28 10:10:01 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-28 10:10:01 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-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.03.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.03.0 Official 4.03.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-community/coq-ext-lib&quot; dev-repo: &quot;git+https://github.com/coq-community/coq-ext-lib.git&quot; bug-reports: &quot;https://github.com/coq-community/coq-ext-lib/issues&quot; authors: [&quot;Gregory Malecha&quot;] license: &quot;BSD&quot; build: [ [make &quot;-j%{jobs}%&quot; &quot;theories&quot;] ] run-test: [ [make &quot;-j%{jobs}%&quot; &quot;examples&quot;] ] install: [ [make &quot;install&quot;] ] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.8&quot; &lt; &quot;8.13~&quot;} ] synopsis: &quot;A library of Coq definitions, theorems, and tactics&quot; description: &quot;&quot;&quot; A collection of theories and plugins that may be useful in other Coq developments.&quot;&quot;&quot; tags: [ &quot;logpath:ExtLib&quot; ] url { src: &quot;https://github.com/coq-community/coq-ext-lib/archive/v0.11.2.tar.gz&quot; checksum: &quot;sha256=36a11245f933aceda492e38992b8c70bd9a2f798056e09d8fb34f41b8e917fec&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-ext-lib.0.11.2 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-ext-lib.0.11.2 coq.8.9.1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>12 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-ext-lib.0.11.2 coq.8.9.1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>1 m 14 s</dd> </dl> <h2>Installation size</h2> <p>Total: 4 M</p> <ul> <li>218 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/HList.vo</code></li> <li>105 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/HList.glob</code></li> <li>80 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Map/FMapPositive.vo</code></li> <li>68 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/List.vo</code></li> <li>62 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Generic/Ind.vo</code></li> <li>58 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Programming/Show.vo</code></li> <li>55 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Set/TwoThreeTrees.vo</code></li> <li>54 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/SumN.vo</code></li> <li>52 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/String.vo</code></li> <li>49 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Pair.vo</code></li> <li>48 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Generic/DerivingData.vo</code></li> <li>45 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Option.vo</code></li> <li>44 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Vector.vo</code></li> <li>43 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Nat.vo</code></li> <li>43 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/ListFirstnSkipn.vo</code></li> <li>42 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Map/FMapAList.vo</code></li> <li>42 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Member.vo</code></li> <li>41 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/Sets.vo</code></li> <li>41 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Graph/GraphAdjList.vo</code></li> <li>40 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/PList.vo</code></li> <li>39 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Generic/Data.vo</code></li> <li>39 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/MonadLaws.vo</code></li> <li>38 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Programming/Extras.vo</code></li> <li>38 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Set/ListSet.vo</code></li> <li>37 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Graph/GraphAlgos.vo</code></li> <li>35 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Monads/WriterMonad.vo</code></li> <li>34 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Set/TwoThreeTrees.glob</code></li> <li>34 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Fin.vo</code></li> <li>31 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Generic/Func.vo</code></li> <li>31 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/HList.v</code></li> <li>30 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Z.vo</code></li> <li>29 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Map/FMapTwoThreeK.vo</code></li> <li>28 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Tuple.vo</code></li> <li>28 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Monads/StateMonad.vo</code></li> <li>28 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Char.vo</code></li> <li>27 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Core/Decision.vo</code></li> <li>27 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Tactics/Parametric.vo</code></li> <li>26 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Tactics/EqDep.vo</code></li> <li>26 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Relations/TransitiveClosure.vo</code></li> <li>25 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Map/FMapPositive.glob</code></li> <li>24 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Monads/WriterMonad.glob</code></li> <li>24 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Map/FMapAList.glob</code></li> <li>24 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Programming/Injection.vo</code></li> <li>24 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/Maps.vo</code></li> <li>24 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Programming/Le.vo</code></li> <li>23 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Sum.vo</code></li> <li>23 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Programming/With.vo</code></li> <li>22 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/SigT.vo</code></li> <li>22 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Monads/EitherMonad.vo</code></li> <li>21 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/ListNth.vo</code></li> <li>21 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/List.glob</code></li> <li>21 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Monads/FuelMonad.vo</code></li> <li>21 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Map/FMapTwoThreeK.glob</code></li> <li>20 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/EqDep.vo</code></li> <li>20 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Relations/TransitiveClosure.glob</code></li> <li>20 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/PList.glob</code></li> <li>20 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Monads/ReaderMonad.vo</code></li> <li>19 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Monads/StateMonad.glob</code></li> <li>19 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Vector.glob</code></li> <li>19 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Eq.vo</code></li> <li>19 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Set/TwoThreeTrees.v</code></li> <li>19 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Monads/OptionMonad.vo</code></li> <li>19 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Generic/Ind.glob</code></li> <li>18 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Tactics/Consider.vo</code></li> <li>18 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Monads/OptionMonadLaws.vo</code></li> <li>18 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Positive.vo</code></li> <li>17 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/PPair.vo</code></li> <li>17 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Tactics/Reify.vo</code></li> <li>17 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Core/EquivDec.vo</code></li> <li>16 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/Foldable.vo</code></li> <li>16 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Programming/Show.glob</code></li> <li>16 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Tactics.vo</code></li> <li>16 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Pair.glob</code></li> <li>15 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/String.glob</code></li> <li>15 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Core/RelDec.vo</code></li> <li>15 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/Sets.glob</code></li> <li>15 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Monads/FuelMonadLaws.vo</code></li> <li>14 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/SumN.glob</code></li> <li>14 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Monads/ListMonad.vo</code></li> <li>14 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Generic/Data.glob</code></li> <li>13 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Tactics/Consider.glob</code></li> <li>13 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/Monad.vo</code></li> <li>13 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Core/CmpDec.vo</code></li> <li>13 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Tactics/Parametric.glob</code></li> <li>13 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Programming/Eqv.vo</code></li> <li>13 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Programming/Extras.glob</code></li> <li>13 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Core/RelDec.glob</code></li> <li>13 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/MonadLaws.glob</code></li> <li>12 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/N.vo</code></li> <li>12 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Recur/Measure.vo</code></li> <li>12 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Prop.glob</code></li> <li>12 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/MonadFix.vo</code></li> <li>12 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Generic/Func.glob</code></li> <li>12 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Programming/Le.glob</code></li> <li>12 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Monads/EitherMonad.glob</code></li> <li>12 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Monads/OptionMonadLaws.v</code></li> <li>12 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/MonadFix.glob</code></li> <li>11 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Graph/BuildGraph.vo</code></li> <li>11 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Prop.vo</code></li> <li>11 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Option.glob</code></li> <li>11 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Member.glob</code></li> <li>11 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Monads/ReaderMonad.glob</code></li> <li>10 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/Maps.glob</code></li> <li>10 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Eq/UIP_trans.glob</code></li> <li>10 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Tactics/Cases.vo</code></li> <li>9 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/POption.vo</code></li> <li>9 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Monads/OptionMonad.glob</code></li> <li>9 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/Reducible.vo</code></li> <li>9 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/PPair.glob</code></li> <li>9 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Map/FMapPositive.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Generic/DerivingData.glob</code></li> <li>8 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/ListFirstnSkipn.glob</code></li> <li>8 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Sum.glob</code></li> <li>8 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/MonadWriter.vo</code></li> <li>8 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Fun.vo</code></li> <li>8 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Tactics/BoolTac.vo</code></li> <li>8 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Programming/With.glob</code></li> <li>8 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/Monad.glob</code></li> <li>8 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/CoMonadLaws.vo</code></li> <li>8 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Fin.glob</code></li> <li>7 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/Monoid.vo</code></li> <li>7 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/PList.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Set/ListSet.glob</code></li> <li>7 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/FunctorLaws.vo</code></li> <li>7 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Eq/UIP_trans.vo</code></li> <li>7 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Core/CmpDec.glob</code></li> <li>7 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/MonadState.vo</code></li> <li>7 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Programming/Eqv.glob</code></li> <li>7 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/List.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/ListNth.glob</code></li> <li>7 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Recur/Relation.vo</code></li> <li>7 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/CoFunctor.vo</code></li> <li>7 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Eq.glob</code></li> <li>6 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Graph/GraphAdjList.glob</code></li> <li>6 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/Applicative.vo</code></li> <li>6 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Map/FMapAList.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/Reducible.glob</code></li> <li>6 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Vector.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Generic/Data.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Map/FMapTwoThreeK.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Recur/GenRec.glob</code></li> <li>6 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/BinOps.vo</code></li> <li>6 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Monads/WriterMonad.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/MonadReader.vo</code></li> <li>6 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Tuple.glob</code></li> <li>6 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Recur/GenRec.vo</code></li> <li>6 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Checked.vo</code></li> <li>6 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Nat.glob</code></li> <li>6 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Programming/Show.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Tactics/Forward.vo</code></li> <li>5 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/Traversable.vo</code></li> <li>5 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Graph/GraphAlgos.glob</code></li> <li>5 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/MonadPlus.vo</code></li> <li>5 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Monads/IdentityMonadLaws.vo</code></li> <li>5 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Monads/ReaderMonadLaws.vo</code></li> <li>5 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Generic/Ind.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Option.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/POption.glob</code></li> <li>5 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Monads/FuelMonadLaws.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/Foldable.glob</code></li> <li>5 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Tactics/MonadTac.vo</code></li> <li>5 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/String.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Bool.vo</code></li> <li>5 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/SumN.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Graph/BuildGraph.glob</code></li> <li>5 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/CoMonad.vo</code></li> <li>5 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Lazy.vo</code></li> <li>5 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Monads/IdentityMonad.vo</code></li> <li>5 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Monads/FuelMonad.glob</code></li> <li>5 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/MonadWriter.glob</code></li> <li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Tactics/Injection.vo</code></li> <li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Core/RelDec.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Relations/TransitiveClosure.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Tactics/Consider.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/LazyList.vo</code></li> <li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Programming/Le.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Tactics/BoolTac.glob</code></li> <li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/MonadExc.vo</code></li> <li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Fun.glob</code></li> <li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Unit.vo</code></li> <li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/SigT.glob</code></li> <li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/MonadState.glob</code></li> <li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/EqDep.glob</code></li> <li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Member.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Pair.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/Functor.vo</code></li> <li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/MonadZero.vo</code></li> <li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Tactics/Parametric.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Graph/Graph.vo</code></li> <li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/MonadReader.glob</code></li> <li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Char.glob</code></li> <li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Monads/StateMonad.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Tactics/EqDep.glob</code></li> <li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Recur/Measure.glob</code></li> <li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/BinOps.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Core/Decision.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/MonadCont.vo</code></li> <li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/Applicative.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/Monad.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/MonadTrans.vo</code></li> <li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Positive.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/PreFun.vo</code></li> <li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Sum.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Fin.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/Monads.vo</code></li> <li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Monads/ReaderMonadLaws.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Monads/EitherMonad.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Monads/OptionMonad.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Tactics/Hide.vo</code></li> <li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Recur/Facts.vo</code></li> <li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Monads/ReaderMonad.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Z.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/Sets.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Set/SetMap.vo</code></li> <li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Eq.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Generic/Func.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Tactics/Cases.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/ExtLib.vo</code></li> <li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Core/Any.vo</code></li> <li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Checked.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/Traversable.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/PPair.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/Maps.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Prop.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Eq/UIP_trans.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Tactics/EqDep.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/MonadLaws.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Tactics/Reify.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Generic/DerivingData.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/POption.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Nat.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Tactics/Equality.vo</code></li> <li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/ListNth.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Recur/Facts.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/ListFirstnSkipn.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/CoFunctor.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Programming/Extras.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Relations/Compose.vo</code></li> <li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Stream.vo</code></li> <li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/Reducible.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/CoMonadLaws.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Monads/IdentityMonadLaws.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Set/ListSet.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Graph/GraphAdjList.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Monads/ContMonad.vo</code></li> <li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/MonadPlus.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Tactics/BoolTac.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/MonadFix.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Lazy.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Programming/Eqv.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Char.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Core/CmpDec.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Monads/FuelMonad.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Programming/With.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/FunctorLaws.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Graph/GraphAlgos.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Monads/ContMonad.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Tactics/Forward.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Tuple.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Monads/ListMonad.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Recur/Relation.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/Monoid.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Fun.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Z.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Positive.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/CoMonad.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Programming/Injection.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Graph/BuildGraph.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Tactics/Forward.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/LazyList.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/EqDep.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/Functor.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Recur/GenRec.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/SigT.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/MonadWriter.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Core/EquivDec.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Recur/Measure.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Checked.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/MonadExc.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/Foldable.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Monads/IdentityMonad.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/MonadState.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/MonadZero.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/Applicative.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/MonadReader.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Relations/Compose.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Tactics/MonadTac.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Graph/Graph.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Tactics/Injection.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Recur/Relation.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/MonadCont.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Lazy.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Core/Decision.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/PreFun.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Bool.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/Traversable.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Tactics/Injection.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/CoFunctor.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Set/SetMap.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Tactics/Hide.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/BinOps.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Tactics/Reify.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Stream.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/CoMonadLaws.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Programming/Injection.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/Monads.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/Monoid.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/MonadPlus.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/MonadTrans.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Monads/ListMonad.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Bool.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Unit.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/CoMonad.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Recur/Facts.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/Monads.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/FunctorLaws.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/Functor.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Monads/FuelMonadLaws.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Monads/OptionMonadLaws.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Core/Any.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Core/EquivDec.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Tactics/Hide.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Monads/IdentityMonad.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/PreFun.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/MonadZero.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Monads/IdentityMonadLaws.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Monads/ReaderMonadLaws.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/LazyList.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Tactics/Cases.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Tactics/Equality.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Core/Any.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Unit.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Graph/Graph.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/MonadExc.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Tactics.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Stream.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/MonadCont.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Tactics.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Structures/MonadTrans.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Relations/Compose.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Tactics/MonadTac.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Set/SetMap.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/Monads/ContMonad.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Tactics/Equality.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/ExtLib.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/N.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/ExtLib.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ExtLib/Data/N.v</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-ext-lib.0.11.2</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.03.0-2.0.5/released/8.9.1/ext-lib/0.11.2.html
HTML
mit
47,840
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>regexp-brzozowski: 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 / regexp-brzozowski - 1.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> regexp-brzozowski <small> 1.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-03-04 08:05:14 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-04 08:05:14 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.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.3 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-community/regexp-Brzozowski&quot; dev-repo: &quot;git+https://github.com/coq-community/regexp-Brzozowski.git&quot; bug-reports: &quot;https://github.com/coq-community/regexp-Brzozowski/issues&quot; license: &quot;MIT&quot; synopsis: &quot;Decision procedures for regular expression equivalence in Coq using Mathematical Components&quot; description: &quot;&quot;&quot; Coq library that formalizes decision procedures for regular expression equivalence, using the Mathematical Components library. The formalization builds on Brzozowski&#39;s derivatives of regular expressions for correctness.&quot;&quot;&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] depends: [ &quot;coq&quot; {&gt;= &quot;8.10&quot;} &quot;coq-mathcomp-ssreflect&quot; {&gt;= &quot;1.12.0&quot;} &quot;coq-reglang&quot; {&gt;= &quot;1.1.3&quot;} ] tags: [ &quot;category:Computer Science/Decision Procedures and Certified Algorithms/Correctness proofs of algorithms&quot; &quot;category:Computer Science/Formal Languages Theory and Automata&quot; &quot;keyword:regular expressions&quot; &quot;keyword:decision procedure&quot; &quot;keyword:relation algebra&quot; &quot;logpath:RegexpBrzozowski&quot; &quot;date:2022-01-22&quot; ] authors: [ &quot;Thierry Coquand&quot; &quot;Vincent Siles&quot; ] url { src: &quot;https://github.com/coq-community/regexp-Brzozowski/archive/v1.0.tar.gz&quot; checksum: &quot;sha512=bc837c5c76ec5e6751fcff7f00bf5fffbfb4ad53ca4212f259f2d61f61df65efd588c97fcb5ce45a6eec3e4f2339a2cf06ca1977d1d13569b0fec856d3522a02&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-regexp-brzozowski.1.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-regexp-brzozowski -&gt; coq &gt;= 8.10 Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-regexp-brzozowski.1.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.06.1-2.0.5/released/8.7.0/regexp-brzozowski/1.0.html
HTML
mit
7,435
<!DOCTYPE html> <html xmlns:msxsl="urn:schemas-microsoft-com:xslt"> <head> <meta content="en-us" http-equiv="Content-Language" /> <meta content="text/html; charset=utf-16" http-equiv="Content-Type" /> <title _locid="PortabilityAnalysis0">.NET Portability Report</title> <style> /* Body style, for the entire document */ body { background: #F3F3F4; color: #1E1E1F; font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; padding: 0; margin: 0; } /* Header1 style, used for the main title */ h1 { padding: 10px 0px 10px 10px; font-size: 21pt; background-color: #E2E2E2; border-bottom: 1px #C1C1C2 solid; color: #201F20; margin: 0; font-weight: normal; } /* Header2 style, used for "Overview" and other sections */ h2 { font-size: 18pt; font-weight: normal; padding: 15px 0 5px 0; margin: 0; } /* Header3 style, used for sub-sections, such as project name */ h3 { font-weight: normal; font-size: 15pt; margin: 0; padding: 15px 0 5px 0; background-color: transparent; } h4 { font-weight: normal; font-size: 12pt; margin: 0; padding: 0 0 0 0; background-color: transparent; } /* Color all hyperlinks one color */ a { color: #1382CE; } /* Paragraph text (for longer informational messages) */ p { font-size: 10pt; } /* Table styles */ table { border-spacing: 0 0; border-collapse: collapse; font-size: 10pt; } table th { background: #E7E7E8; text-align: left; text-decoration: none; font-weight: normal; padding: 3px 6px 3px 6px; } table td { vertical-align: top; padding: 3px 6px 5px 5px; margin: 0px; border: 1px solid #E7E7E8; background: #F7F7F8; } .NoBreakingChanges { color: darkgreen; font-weight:bold; } .FewBreakingChanges { color: orange; font-weight:bold; } .ManyBreakingChanges { color: red; font-weight:bold; } .BreakDetails { margin-left: 30px; } .CompatMessage { font-style: italic; font-size: 10pt; } .GoodMessage { color: darkgreen; } /* Local link is a style for hyperlinks that link to file:/// content, there are lots so color them as 'normal' text until the user mouse overs */ .localLink { color: #1E1E1F; background: #EEEEED; text-decoration: none; } .localLink:hover { color: #1382CE; background: #FFFF99; text-decoration: none; } /* Center text, used in the over views cells that contain message level counts */ .textCentered { text-align: center; } /* The message cells in message tables should take up all avaliable space */ .messageCell { width: 100%; } /* Padding around the content after the h1 */ #content { padding: 0px 12px 12px 12px; } /* The overview table expands to width, with a max width of 97% */ #overview table { width: auto; max-width: 75%; } /* The messages tables are always 97% width */ #messages table { width: 97%; } /* All Icons */ .IconSuccessEncoded, .IconInfoEncoded, .IconWarningEncoded, .IconErrorEncoded { min-width: 18px; min-height: 18px; background-repeat: no-repeat; background-position: center; } /* Success icon encoded */ .IconSuccessEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconSuccess#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABPElEQVR4Xp1Tv0vDUBi8FqeA4NpBcBLcWnQSApncOnTo4FSnjP0DsnXpH5CxiwbHDg4Zuj4oOEXiJgiC4FDcCkLWmIMc1Pfw+eMgQ77v3Xf3Pe51YKGqqisAEwCR1TIAsiAIblSo6xrdHeJR85Xle3mdmCQKb0PsfqyxxzM8K15HZADl/H5+sHpZwYfxyRjTs+kWwKBx8yoHd2mRiuzF8mkJniWH/13u3Fjrs/EdhsdDFHGB/DLXEJBDLh1MWPAhPo1BLB4WX5yQywHR+m3tVe/t97D52CB/ziG0nIgD/qDuYg8WuCcVZ2YGwlJ3YDugkpR/VNcAEx6GEKhERSr71FuO4YCM4XBdwKvecjIlkSnsO0Hyp/GxSeJAdzBKzpOtnPwyyiPdAZhpZptT04tU+zk7s8czeges//s5C5+CwqrR4/gw+AAAAABJRU5ErkJggg==); } /* Information icon encoded */ .IconInfoEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconInformation#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABHElEQVR4Xs2TsUoDQRRF7wwoziokjZUKadInhdhukR9YP8DMX1hYW+QvdsXa/QHBbcXC7W0CamWTQnclFutceIQJwwaWNLlwm5k5d94M76mmaeCrrmsLYOocY12FcxZFUeozCqKqqgYA8uevv1H6VuPxcwlfk5N92KHBxfFeCSAxxswlYAW/Xr989x/mv9gkhtyMDhcAxgzRsp7flj8B/HF1RsMXq+NZMkopaHe7lbKxQUEIGbKsYNoGn969060hZBkQex/W8oRQwsQaW2o3Ago2SVcJUzAgY3N0lTCZZm+zPS8HB51gMmS1DEYyOz9acKO1D8JWTlafKIMxdhvlfdyT94Vv5h7P8Ky7nQzACmhvKq3zk3PjW9asz9D/1oigecsioooAAAAASUVORK5CYII=); } /* Warning icon encoded */ .IconWarningEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconWarning#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAx0lEQVR4XpWSMQ7CMAxFf4xAyBMLCxMrO8dhaBcuwdCJS3RJBw7SA/QGTCxdWJgiQYWKXJWKIXHIlyw5lqr34tQgEOdcBsCOx5yZK3hCCKdYXneQkh4pEfqzLfu+wVDSyyzFoJjfz9NB+pAF+eizx2Vruts0k15mPgvS6GYvpVtQhB61IB/dk6AF6fS4Ben0uIX5odtFe8Q/eW1KvFeH4e8khT6+gm5B+t3juyDt7n0jpe+CANTd+oTUjN/U3yVaABnSUjFz/gFq44JaVSCXeQAAAABJRU5ErkJggg==); } /* Error icon encoded */ .IconErrorEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconError#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABQElEQVR4XqWTvUoEQRCE6wYPZUA80AfwAQz23uCMjA7MDRQEIzPBVEyNTQUFIw00vcQTTMzuAh/AxEQQT8HF/3G/oGGnEUGuoNnd6qoZuqltyKEsyzVJq5I6rnUp6SjGeGhESikzzlc1eL7opfuVbrqbU1Zw9NCgtQMaZpY0eNnaaL2fHusvTK5vKu7sjSS1Y4y3QUA6K3e3Mau5UFDyMP7tYF9o8cAHZv68vipoIJg971PZIZ5HiwdvYGGvFVFHmGmZ2MxwmQYPXubPl9Up0tfoMQGetXd6mRbvhBw+boZ6WF7Mbv1+GsHRk0fQmPAH1GfmZirbCfDJ61tw3Px8/8pZsPAG4jlVhcPgZ7adwNWBB68lkRQWFiTgFlbnLY3DGGM7izIJIyT/jjIvEJw6fdJTc6krDzh6aMwMP9bvDH4ADSsa9uSWVJkAAAAASUVORK5CYII=); } </style> </head> <body> <h1 _locid="PortabilityReport">.NET Portability Report</h1> <div id="content"> <div id="submissionId" style="font-size:8pt;"> <p> <i> Submission Id&nbsp; b009f2ff-6bce-433f-8ec4-368dcdd2fd88 </i> </p> </div> <h2 _locid="SummaryTitle"> <a name="Portability Summary"></a>Portability Summary </h2> <div id="summary"> <table> <tbody> <tr> <th>Assembly</th> <th>ASP.NET 5,Version=v1.0</th> <th>Windows,Version=v8.1</th> <th>.NET Framework,Version=v4.6</th> <th>Windows Phone,Version=v8.1</th> </tr> <tr> <td><strong><a href="#Revenj.DomainPatterns">Revenj.DomainPatterns</a></strong></td> <td class="text-center">92.34 %</td> <td class="text-center">90.20 %</td> <td class="text-center">98.22 %</td> <td class="text-center">90.20 %</td> </tr> </tbody> </table> </div> <div id="details"> <a name="Revenj.DomainPatterns"><h3>Revenj.DomainPatterns</h3></a> <table> <tbody> <tr> <th>Target type</th> <th>ASP.NET 5,Version=v1.0</th> <th>Windows,Version=v8.1</th> <th>.NET Framework,Version=v4.6</th> <th>Windows Phone,Version=v8.1</th> <th>Recommended changes</th> </tr> <tr> <td>System.AppDomain</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</td> </tr> <tr> <td style="padding-left:2em">get_BaseDirectory</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Currently there is no workaround, but we are working on it. Please check back.</td> </tr> <tr> <td style="padding-left:2em">get_CurrentDomain</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.ApplicationException</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use other exception types.</td> </tr> <tr> <td style="padding-left:2em">#ctor(System.String,System.Exception)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use other exception types.</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Collections.Specialized.NameValueCollection</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Item(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.ComponentModel.Composition.ExportAttribute</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Type)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Configuration.ConfigurationErrorsException</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.String,System.Exception)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Configuration.ConfigurationManager</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage: track configuration via alternate means.</td> </tr> <tr> <td style="padding-left:2em">get_AppSettings</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage: track configuration via alternate means.</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.IO.File</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Exists(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.IO.FileAccess</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.IO.FileMode</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.IO.FileStream</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.String,System.IO.FileMode,System.IO.FileAccess)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.ObservableExtensions</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Subscribe``1(System.IObservable{``0},System.Action{``0})</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Reactive.Linq.Observable</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">AsObservable``1(System.IObservable{``0})</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Select``2(System.IObservable{``0},System.Func{``0,``1})</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">SelectMany``3(System.IObservable{``0},System.Func{``0,System.Collections.Generic.IEnumerable{``1}},System.Func{``0,``1,``2})</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Where``1(System.IObservable{``0},System.Func{``0,System.Boolean})</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Reactive.Subjects.Subject`1</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">OnNext(`0)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Reflection.Assembly</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use Assembly.DefinedTypes</td> </tr> <tr> <td style="padding-left:2em">GetTypes</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use Assembly.DefinedTypes</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Runtime.Caching.CacheItemPolicy</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_AbsoluteExpiration(System.DateTimeOffset)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_SlidingExpiration(System.TimeSpan)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Runtime.Caching.MemoryCache</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.String,System.Collections.Specialized.NameValueCollection)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Default</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Runtime.Caching.ObjectCache</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">InfiniteAbsoluteExpiration</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">NoSlidingExpiration</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Get(System.String,System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetValues(System.Collections.Generic.IEnumerable{System.String},System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Remove(System.String,System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Set(System.String,System.Object,System.Runtime.Caching.CacheItemPolicy,System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.SerializableAttribute</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove this attribute</td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove this attribute</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Type</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>.GetTypeInfo().IsClass</td> </tr> <tr> <td style="padding-left:2em">get_IsAbstract</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>.GetTypeInfo().IsAbstract</td> </tr> <tr> <td style="padding-left:2em">get_IsClass</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>.GetTypeInfo().IsClass</td> </tr> <tr> <td style="padding-left:2em">get_IsGenericType</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>.GetTypeInfo().IsGenericType</td> </tr> <tr> <td style="padding-left:2em">get_IsNestedPublic</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>.GetTypeInfo().IsNestedPublic</td> </tr> <tr> <td style="padding-left:2em">get_IsPublic</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>.GetTypeInfo().IsPublic</td> </tr> <tr> <td style="padding-left:2em">GetConstructors</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetGenericArguments</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetInterfaces</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">IsAssignableFrom(System.Type)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> </tbody> </table> <p> <a href="#Portability Summary">Back to Summary</a> </p> </div> </div> </body> </html>
kuhlenh/port-to-core
Reports/re/revenj.common.1.2.0/Revenj.DomainPatterns-net40.html
HTML
mit
43,036
<html> <head> <title>User agent detail - Philips X703</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"> Philips X703 </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">Philips</td><td>X703</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] => Philips X703 [family] => Philips X703 [brand] => Philips [model] => X703 ) </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>Philips </td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-f1436016-fdf1-4aea-b4be-1d7c99ab0661">Detail</a> <!-- Modal Structure --> <div id="modal-f1436016-fdf1-4aea-b4be-1d7c99ab0661" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>DonatjUAParser result detail</h4> <p><pre><code class="php">Array ( [platform] => [browser] => Philips [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">Philips</td><td>X703</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.185</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] => Philips [mobile_model] => X703 [version] => [is_android] => [browser_name] => unknown [operating_system_family] => unknown [operating_system_version] => [is_ios] => [producer] => Philips [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">Philips</td><td>X703</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] => [operatingSystem] => Array ( ) [device] => Array ( [brand] => PH [brandName] => Philips [model] => X703 [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">Philips</td><td>X703</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.011</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] => Philips [model] => X703 [family] => Philips X703 ) [originalUserAgent] => Philips X703 ) </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 colspan="12" class="center-align red lighten-1"> <strong>No result found</strong> </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">Philips</td><td>X703</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.011</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] => Philips [model] => X703 ) ) </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 colspan="12" class="center-align red lighten-1"> <strong>No result found</strong> </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:39:09</i> | by <a href="https://github.com/ThaDafinser">ThaDafinser</a> </div> </div> </div> <script src="https://code.jquery.com/jquery-2.1.4.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"></script> <script src="http://cdnjs.cloudflare.com/ajax/libs/list.js/1.1.1/list.min.js"></script> <script> $(document).ready(function(){ // the "href" attribute of .modal-trigger must specify the modal ID that wants to be triggered $('.modal-trigger').leanModal(); }); </script> </body> </html>
ThaDafinser/UserAgentParserComparison
v4/user-agent-detail/c3/97/c397ba93-7c10-4182-a079-1b693b45cee0.html
HTML
mit
12,402
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>gappa: 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 / gappa - 1.4.3</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> gappa <small> 1.4.3 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-10-26 18:01:49 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-26 18:01:49 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.08.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.08.1 Official release 4.08.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://gappa.gitlabpages.inria.fr/&quot; dev-repo: &quot;git+https://gitlab.inria.fr/gappa/coq.git&quot; bug-reports: &quot;https://gitlab.inria.fr/gappa/coq/issues&quot; license: &quot;LGPL-3.0-or-later&quot; build: [ [&quot;autoconf&quot;] {dev} [&quot;./configure&quot;] [&quot;./remake&quot; &quot;-j%{jobs}%&quot;] ] install: [&quot;./remake&quot; &quot;install&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.8.1&quot; &amp; &lt; &quot;8.12~&quot;} &quot;coq-flocq&quot; {&gt;= &quot;3.0&quot;} &quot;conf-autoconf&quot; {build &amp; dev} (&quot;conf-g++&quot; {build} | &quot;conf-clang&quot; {build}) ] tags: [ &quot;keyword:floating-point arithmetic&quot; &quot;keyword:interval arithmetic&quot; &quot;keyword:decision procedure&quot; &quot;category:Computer Science/Decision Procedures and Certified Algorithms/Decision procedures&quot; &quot;logpath:Gappa&quot; &quot;date:2020-04-04&quot; ] authors: [ &quot;Guillaume Melquiond &lt;[email protected]&gt;&quot; ] synopsis: &quot;A Coq tactic for discharging goals about floating-point arithmetic and round-off errors using the Gappa prover&quot; url { src: &quot;https://gappa.gitlabpages.inria.fr/releases/gappalib-coq-1.4.3.tar.gz&quot; checksum: &quot;sha512=1a1b45121a2e581b9f7b4060455a496567563f7b75fc88323933b4b10bfd28adc5cb2e3d15aab74ad3d354d921fde2bf534a9498bc4907737ca7aa97054af7e6&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-gappa.1.4.3 coq.8.13.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.13.1). The following dependencies couldn&#39;t be met: - coq-gappa -&gt; coq &lt; 8.12~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-gappa.1.4.3</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.08.1-2.0.5/released/8.13.1/gappa/1.4.3.html
HTML
mit
7,355
<!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.5.2 / elpi - 1.7.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> elpi <small> 1.7.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-04 10:12:16 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-04 10:12:16 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-ocamlbuild base OCamlbuild binary and libraries distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.5.2 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.02.3 The OCaml compiler (virtual package) ocaml-base-compiler 4.02.3 Official 4.02.3 release ocaml-config 1 OCaml Switch Configuration # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Enrico Tassi &lt;[email protected]&gt;&quot; authors: [ &quot;Enrico Tassi&quot; ] license: &quot;LGPL-2.1-or-later&quot; homepage: &quot;https://github.com/LPCIC/coq-elpi&quot; bug-reports: &quot;https://github.com/LPCIC/coq-elpi/issues&quot; dev-repo: &quot;git+https://github.com/LPCIC/coq-elpi&quot; build: [ make &quot;COQBIN=%{bin}%/&quot; &quot;ELPIDIR=%{prefix}%/lib/elpi&quot; &quot;OCAMLWARN=&quot; ] install: [ make &quot;install&quot; &quot;COQBIN=%{bin}%/&quot; &quot;ELPIDIR=%{prefix}%/lib/elpi&quot; ] depends: [ &quot;elpi&quot; {&gt;= &quot;1.12.0&quot; &amp; &lt; &quot;1.13.0~&quot;} &quot;coq&quot; {&gt;= &quot;8.12&quot; &amp; &lt; &quot;8.13~&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.7.0.tar.gz&quot; checksum: &quot;sha256=9ebaea3eba157786787258d71aabdb4a54b5403c3ac6d6327dda8afc2dc8c66e&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.7.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-elpi -&gt; elpi &gt;= 1.12.0 -&gt; ocaml &gt;= 4.04.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-elpi.1.7.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.02.3-2.0.6/released/8.5.2/elpi/1.7.0.html
HTML
mit
7,531
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>qcert: 1 h 28 m 🏆</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.8.2 / qcert - 1.1.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> qcert <small> 1.1.0 <span class="label label-success">1 h 28 m 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-01 20:57:33 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-01 20:57:33 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.8.2 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;[email protected]&quot; homepage: &quot;https://querycert.github.io&quot; dev-repo: &quot;git+https://github.com/querycert/qcert&quot; bug-reports: &quot;https://github.com/querycert/qcert/issues&quot; authors: [ &quot;Josh Auerbach&quot; &quot;Martin Hirzel&quot; &quot;Louis Mandel&quot; &quot;Avi Shinnar&quot; &quot;Jerome Simeon&quot; ] license: &quot;Apache-2.0&quot; build: [ [make &quot;-j%{jobs}%&quot; &quot;qcert-coq&quot;] ] install: [ [make &quot;install-coq&quot;] ] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/Qcert&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.8.0&quot;} &quot;coq-flocq&quot; {&gt;= &quot;2.6.1&quot; &amp; &lt; &quot;3.0~&quot;} &quot;coq-jsast&quot; {&gt;= &quot;1.0.7&quot;} ] synopsis: &quot;Verified compiler for data-centric languages&quot; flags: light-uninstall url { src: &quot;https://github.com/querycert/qcert/archive/v1.1.0.tar.gz&quot; checksum: &quot;md5=05eb4f957147d80f5967fbe8e05f32d6&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-qcert.1.1.0 coq.8.8.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-qcert.1.1.0 coq.8.8.2</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>2 m 25 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 16000000; timeout 8h opam install -y -v coq-qcert.1.1.0 coq.8.8.2</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>1 h 28 m</dd> </dl> <h2>Installation size</h2> <p>Total: 122 M</p> <ul> <li>7 M <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRAEnv/Optim/TNRAEnvRewrite.vo</code></li> <li>6 M <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/TypeSystem/RSubtype.vo</code></li> <li>5 M <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/TcNNRCtoCAMP.vo</code></li> <li>5 M <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRC/Typing/TNNRCShadow.vo</code></li> <li>3 M <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNRAEnv/Context/cNRAEnvContext.vo</code></li> <li>3 M <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNRAEnv/Typing/TcNRAEnv.vo</code></li> <li>3 M <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRC/Optim/TNNRCRewrite.vo</code></li> <li>2 M <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/Driver/CompDriver.vo</code></li> <li>2 M <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRAEnv/Optim/NRAEnvOptimizer.vo</code></li> <li>2 M <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRA/Context/NRAContext.vo</code></li> <li>2 M <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/Model/EnhancedModel.vo</code></li> <li>2 M <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/DataTyping/TData.vo</code></li> <li>2 M <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/cNNRCtoCAMP.vo</code></li> <li>2 M <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/CAMPtoNRA.vo</code></li> <li>2 M <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Utils/StringAdd.vo</code></li> <li>2 M <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/OperatorsTyping/TOperatorsInfer.vo</code></li> <li>2 M <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/Operators/UnaryOperators.vo</code></li> <li>1 M <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/TCAMPtoNRA.vo</code></li> <li>1 M <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/Driver/CompLang.vo</code></li> <li>1 M <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/NRAEnvtoNNRC.vo</code></li> <li>966 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/TypeSystem/RTypeMeetJoin.vo</code></li> <li>956 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/OQL/Lang/OQL.vo</code></li> <li>927 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/TypeSystem/RConsistentSubtype.vo</code></li> <li>913 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/Driver/CompDriver.glob</code></li> <li>874 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRC/Stratify/NNRCStratify.vo</code></li> <li>866 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Utils/Digits.vo</code></li> <li>843 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRAEnv/Typing/TNRAEnv.vo</code></li> <li>768 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRAEnv/Lang/NRAEnv.vo</code></li> <li>733 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNRAEnv/Lang/cNRAEnv.vo</code></li> <li>704 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRCMR/Optim/NNRCMRRewrite.vo</code></li> <li>697 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/NNRCtoNNRCimpish.vo</code></li> <li>624 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/TcNRAEnvtocNNRC.vo</code></li> <li>598 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/TypeSystem/RType.vo</code></li> <li>596 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRCimpish/Typing/TNNRCimpish.vo</code></li> <li>565 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/TNRAtocNNRC.vo</code></li> <li>562 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/Driver/CompCorrectness.vo</code></li> <li>537 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRAEnv/Optim/TNRAEnvRewrite.glob</code></li> <li>524 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRC/Optim/NNRCOptimizer.vo</code></li> <li>514 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/TLambdaNRAtoNRAEnv.vo</code></li> <li>493 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNNRC/Typing/TcNNRCShadow.vo</code></li> <li>487 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRC/Typing/TNNRC.vo</code></li> <li>475 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/TypeSystem/RTypetoJSON.vo</code></li> <li>439 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRA/Optim/TNRARewrite.vo</code></li> <li>425 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRA/Typing/TNRA.vo</code></li> <li>418 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/CAMP/Typing/TCAMP.vo</code></li> <li>413 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRAEnv/Optim/NRAEnvRewrite.vo</code></li> <li>401 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNNRC/Typing/TcNNRC.vo</code></li> <li>399 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/TypeSystem/RTypeMeetJoin.glob</code></li> <li>394 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/TypeSystem/RSubtypeProp.vo</code></li> <li>382 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Utils/Bindings.vo</code></li> <li>374 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/NNRCtoNNRCMR.vo</code></li> <li>369 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/OperatorsTyping/TUnaryOperators.vo</code></li> <li>362 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNNRC/Lang/cNNRC.vo</code></li> <li>359 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/NRAtocNNRC.vo</code></li> <li>356 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/Operators/BinaryOperators.vo</code></li> <li>355 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRA/Lang/NRA.vo</code></li> <li>353 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/cNRAEnvtocNNRC.vo</code></li> <li>351 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Utils/ListAdd.vo</code></li> <li>348 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRAEnv/Optim/NRAEnvRewrite.glob</code></li> <li>341 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRA/Typing/TNRAUtil.vo</code></li> <li>339 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Utils/Assoc.vo</code></li> <li>334 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/OperatorsTyping/TBinaryOperators.vo</code></li> <li>329 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Utils/Bag.vo</code></li> <li>321 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRC/Stratify/TNNRCStratify.vo</code></li> <li>317 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRAEnv/Optim/NRAEnvOptimizer.glob</code></li> <li>309 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNNRC/Lang/cNNRCShadow.vo</code></li> <li>293 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/NNRCMRtoSparkRDD.vo</code></li> <li>292 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/cNNRCtoCAMP.glob</code></li> <li>291 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRCimpish/Lang/NNRCimpish.vo</code></li> <li>289 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNRAEnv/Context/cNRAEnvContext.glob</code></li> <li>288 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRCimpish/Lang/NNRCimpishSemEval.vo</code></li> <li>280 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/EnhancedCompiler.vo</code></li> <li>279 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/SQLPP/Lang/SQLPPSize.vo</code></li> <li>279 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/TcNNRCtoCAMP.glob</code></li> <li>272 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNRAEnv/Typing/TcNRAEnvEq.vo</code></li> <li>267 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRA/Typing/TNRAInfer.vo</code></li> <li>265 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNRAEnv/Typing/TcNRAEnvInfer.vo</code></li> <li>265 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/LambdaNRA/Typing/TLambdaNRA.vo</code></li> <li>263 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/CAMPtocNRAEnv.vo</code></li> <li>262 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRCimpish/Lang/NNRCimpishSem.vo</code></li> <li>260 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNRAEnv/Context/cNRAEnvContextLift.vo</code></li> <li>258 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/Brands/BrandRelation.vo</code></li> <li>258 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/Model/EnhancedModel.glob</code></li> <li>256 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/DataTyping/TDataInfer.vo</code></li> <li>250 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/TypeSystem/RConsistentSubtype.glob</code></li> <li>248 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/TNNRCtoNNRCimpish.vo</code></li> <li>247 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRC/Lang/NNRCShadow.vo</code></li> <li>244 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Utils/CoqLibAdd.vo</code></li> <li>242 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/DNNRC/Lang/Dataframe.vo</code></li> <li>241 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRA/Optim/NRARewrite.vo</code></li> <li>240 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/OQLtoNRAEnv.vo</code></li> <li>235 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/CAMPtoNRAEnv.vo</code></li> <li>231 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Utils/Bindings.glob</code></li> <li>226 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/TrivialCompiler.vo</code></li> <li>221 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNRAEnv/Typing/TcNRAEnvIgnore.vo</code></li> <li>217 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRC/Typing/TNNRCEq.vo</code></li> <li>216 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNRAEnv/Lang/cNRAEnv.glob</code></li> <li>215 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/DataModel/Data.vo</code></li> <li>215 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/QLib.vo</code></li> <li>212 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/tDNNRCtoSparkDF.vo</code></li> <li>212 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRC/Stratify/NNRCStratify.glob</code></li> <li>210 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/tDNNRC/Typing/tDNNRCSub.vo</code></li> <li>208 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRA/Lang/NRAExt.vo</code></li> <li>205 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRA/Context/NRAContext.glob</code></li> <li>201 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Utils/Sublist.vo</code></li> <li>200 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNNRC/Typing/TcNNRCEq.vo</code></li> <li>198 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/OperatorsTyping/TUtil.vo</code></li> <li>197 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRCimpish/Lang/NNRCimpishEval.vo</code></li> <li>194 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRCMR/Lang/NNRCMR.glob</code></li> <li>194 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRCMR/Lang/NNRCMR.vo</code></li> <li>193 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/DNNRC/Lang/DNNRCBase.vo</code></li> <li>193 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNRAEnv/Lang/cNRAEnvIgnore.vo</code></li> <li>191 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNRAEnv/Typing/TcNRAEnv.glob</code></li> <li>189 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRC/Optim/NNRCRewriteUtil.vo</code></li> <li>188 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/Operators/BinaryOperatorsSem.vo</code></li> <li>188 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNNRC/Lang/cNNRCShadow.glob</code></li> <li>185 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/DataTyping/TData.glob</code></li> <li>184 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Tests/CAMPTest.vo</code></li> <li>183 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/Operators/GroupBy.vo</code></li> <li>178 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/Driver/CompCorrectness.glob</code></li> <li>178 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRC/Lang/NNRC.vo</code></li> <li>176 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/Operators/GroupBy.glob</code></li> <li>176 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/CAMP/Lang/CAMP.vo</code></li> <li>175 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRC/Lang/NNRCSugar.vo</code></li> <li>174 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/JavaScriptAsttoJavaScript.vo</code></li> <li>173 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/NNRCtoJavaScript.vo</code></li> <li>171 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRC/Optim/NNRCRewrite.vo</code></li> <li>169 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Utils/Assoc.glob</code></li> <li>169 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRCimpish/Lang/NNRCimpishNorm.vo</code></li> <li>168 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/OQLtoNRAEnv.glob</code></li> <li>167 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Utils/ListAdd.glob</code></li> <li>166 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/NNRCtoJava.vo</code></li> <li>165 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/Brands/BrandRelation.glob</code></li> <li>163 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/NNRCtoDNNRC.vo</code></li> <li>160 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/TypeSystem/RType.glob</code></li> <li>159 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/Driver/CompStat.vo</code></li> <li>159 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/tDNNRC/Optim/tDNNRCOptimizer.vo</code></li> <li>157 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/Driver/CompDriver.v</code></li> <li>157 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/SQLtoNRAEnv.vo</code></li> <li>155 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/LambdaNRA/Lang/LambdaNRA.vo</code></li> <li>153 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/TCAMPtocNRAEnv.vo</code></li> <li>149 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/OperatorsTyping/TSortBy.vo</code></li> <li>149 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Utils/Bag.glob</code></li> <li>146 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/Operators/RecOperators.vo</code></li> <li>144 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNNRC/Lang/cNNRCVars.vo</code></li> <li>140 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Utils/SortingAdd.vo</code></li> <li>138 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Utils/Digits.glob</code></li> <li>138 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/Model/TrivialModel.vo</code></li> <li>136 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/NNRCtoNNRCimpish.glob</code></li> <li>133 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/Operators/UnaryOperatorsSem.vo</code></li> <li>132 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRC/Optim/TNNRCRewrite.glob</code></li> <li>132 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRC/Lang/NNRCShadow.glob</code></li> <li>129 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/TOQLtoNRAEnv.vo</code></li> <li>126 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/Model/DateTimeModelPart.vo</code></li> <li>126 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRCimpish/Typing/TNNRCimpish.glob</code></li> <li>126 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRAEnv/Optim/NRAEnvOptimizer.v</code></li> <li>126 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/CldMR/Lang/CldMR.vo</code></li> <li>125 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Tests/CompilerTest.vo</code></li> <li>124 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/Data/DataSort.vo</code></li> <li>124 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/Data/DatatoJSON.vo</code></li> <li>123 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/NNRCMRtoDNNRC.vo</code></li> <li>122 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/CldMRtoCloudant.vo</code></li> <li>122 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRAEnv/Optim/TNRAEnvRewrite.v</code></li> <li>121 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/TypeSystem/TBrandModel.vo</code></li> <li>118 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRCMR/Optim/NNRCMRRewrite.glob</code></li> <li>113 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/DNNRC/Lang/DNNRCBaseEq.vo</code></li> <li>113 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRAEnv/Typing/TNRAEnvEq.vo</code></li> <li>113 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/NNRCtoNNRCMR.glob</code></li> <li>112 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/Driver/CompEval.vo</code></li> <li>110 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/tDNNRC/Typing/tDNNRCInfer.vo</code></li> <li>110 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/NNRCtoJavaScript.glob</code></li> <li>109 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Tests/SQLTest.vo</code></li> <li>108 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Tests/LambdaNRATest.vo</code></li> <li>107 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/Operators/Iterators.vo</code></li> <li>106 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/NNRCimpishtoJavaScriptAst.vo</code></li> <li>106 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/NNRCMRtoCldMR.vo</code></li> <li>106 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRCimpish/Lang/NNRCimpishSem.glob</code></li> <li>105 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/TypeSystem/RTypeMeetJoin.v</code></li> <li>105 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRC/Optim/NNRCRewrite.glob</code></li> <li>104 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/CAMP/Lang/CAMPUtil.vo</code></li> <li>104 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/Model/SqlDateModelPart.vo</code></li> <li>103 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Utils/CoqLibAdd.glob</code></li> <li>103 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNRAEnv/Lang/cNRAEnvEq.vo</code></li> <li>102 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/SQL/Lang/SQL.vo</code></li> <li>101 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNNRC/Typing/TcNNRCInfer.vo</code></li> <li>100 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/OperatorsTyping/TGroupBy.vo</code></li> <li>100 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/OperatorsTyping/TBinaryOperators.glob</code></li> <li>100 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/Driver/CompConfig.vo</code></li> <li>99 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/NNRCMRtoSparkRDD.glob</code></li> <li>99 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/NNRCMRtoNNRC.vo</code></li> <li>98 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/OperatorsTyping/TOperatorsInferSub.vo</code></li> <li>98 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/CAMP/Typing/TCAMPSugar.vo</code></li> <li>97 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Utils/LiftIterators.vo</code></li> <li>97 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/NNRCtoJava.glob</code></li> <li>97 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/SQL/Lang/SQLSize.vo</code></li> <li>96 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/Data/DataNorm.vo</code></li> <li>96 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRA/Lang/NRAExtEq.vo</code></li> <li>96 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRA/Optim/NRARewriteContext.vo</code></li> <li>96 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/LambdaNRAtoNRAEnv.vo</code></li> <li>94 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRA/Lang/NRA.glob</code></li> <li>93 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/DNNRC/Lang/DNNRCBase.glob</code></li> <li>93 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRAEnv/Lang/NRAEnvEq.vo</code></li> <li>93 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRAEnv/Lang/NRAEnvIgnore.vo</code></li> <li>93 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNRAEnv/Lang/cNRAEnvIgnore.glob</code></li> <li>92 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/QLib/QSQLPP.vo</code></li> <li>91 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/CompilerExports.vo</code></li> <li>90 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/NNRCtoDNNRC.glob</code></li> <li>90 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/QLib/QDriver.vo</code></li> <li>90 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/NRAEnvtoNNRC.glob</code></li> <li>89 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/QLib/QCAMPRule.vo</code></li> <li>89 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRA/Lang/NRAEq.vo</code></li> <li>89 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Tests/OQLTest.vo</code></li> <li>87 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Tests/NRATest.vo</code></li> <li>87 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Tests/tDNNRCTest.vo</code></li> <li>87 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/OperatorsTyping/TUtil.glob</code></li> <li>86 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRC/Optim/NNRCOptimizer.glob</code></li> <li>86 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Utils/Compat.vo</code></li> <li>86 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRAEnv/Optim/NRAEnvRewriteContext.vo</code></li> <li>85 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRA/Typing/TNRA.glob</code></li> <li>85 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRC/Optim/NNRCRewriteUtil.glob</code></li> <li>85 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRAEnv/Lang/NRAEnv.glob</code></li> <li>85 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNRAEnv/Context/cNRAEnvContextLift.glob</code></li> <li>84 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/QLib/QSQL.vo</code></li> <li>84 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/OQL/Typing/TOQL.vo</code></li> <li>84 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/tDNNRC/Typing/tDNNRCSub.glob</code></li> <li>83 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Tests/HelloWorld.vo</code></li> <li>83 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRA/Optim/TNRARewrite.glob</code></li> <li>82 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/Model/EnhancedModel.v</code></li> <li>82 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/CldMR/Lang/CldMRUtil.vo</code></li> <li>82 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/cNNRCtoCAMP.v</code></li> <li>81 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/DNNRC/Typing/TDNNRCBase.vo</code></li> <li>81 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/Data/DataLift.vo</code></li> <li>81 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/Operators/SortBy.vo</code></li> <li>81 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/TypeSystem/DTypetoJSON.vo</code></li> <li>81 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Tests/TNRATest.vo</code></li> <li>81 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/QLib/QStat.vo</code></li> <li>81 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNNRC/Lang/cNNRCEq.vo</code></li> <li>80 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/CAMP/Lang/CAMPSugar.vo</code></li> <li>80 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/DatatoSparkDF.vo</code></li> <li>80 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/TcNNRCtoCAMP.v</code></li> <li>80 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/QLib/QEval.vo</code></li> <li>80 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/QLib/QOQL.vo</code></li> <li>79 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/QLib/QCAMP.vo</code></li> <li>79 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/OperatorsTyping/ForeignOperatorsTyping.vo</code></li> <li>79 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNNRC/Lang/cNNRCNorm.vo</code></li> <li>78 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Utils/Fresh.vo</code></li> <li>78 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/QLib/QLambdaNRA.vo</code></li> <li>78 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/LambdaNRA/Lang/LambdaNRAEq.vo</code></li> <li>77 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRC/Lang/NNRCSize.vo</code></li> <li>77 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/QLib/QLang.vo</code></li> <li>76 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRC/Stratify/NNRCStratify.v</code></li> <li>75 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/cNRAEnvtocNNRC.glob</code></li> <li>75 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/QLib/QOperators.vo</code></li> <li>75 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRC/Stratify/TNNRCStratify.glob</code></li> <li>75 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Tests/TCAMPTest.vo</code></li> <li>74 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/QLib/QType.vo</code></li> <li>74 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Utils/Lattice.vo</code></li> <li>74 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/OQL/Lang/OQL.glob</code></li> <li>73 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/TCAMPtoNRA.glob</code></li> <li>73 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRCimpish/Lang/NNRCimpishSize.vo</code></li> <li>73 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRAEnv/Lang/NRAEnvSize.vo</code></li> <li>72 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRAEnv/Optim/NRAEnvRewrite.v</code></li> <li>72 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/Model/CompilerModel.vo</code></li> <li>72 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/NNRCimpishtoJavaScriptAst.glob</code></li> <li>72 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRC/Lang/NNRCEq.vo</code></li> <li>72 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/Operators/RecOperators.glob</code></li> <li>72 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRA/Optim/NRARewrite.glob</code></li> <li>72 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/DataTyping/TDData.vo</code></li> <li>72 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/DataTyping/TDBindings.vo</code></li> <li>72 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/SQLPPtoNRAEnv.vo</code></li> <li>71 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/OperatorsTyping/TOperatorsInfer.glob</code></li> <li>71 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/DNNRC/Lang/DataframeSize.vo</code></li> <li>70 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRA/Typing/TNRAEq.vo</code></li> <li>70 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/TypeSystem/TBrandModelProp.vo</code></li> <li>70 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNRAEnv/Lang/cNRAEnv.v</code></li> <li>69 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/QLib/QData.vo</code></li> <li>69 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/Data/DData.vo</code></li> <li>69 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/DNNRC/Lang/DNNRCBaseSize.vo</code></li> <li>68 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/Driver/CompCorrectness.v</code></li> <li>68 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/Driver/CompStat.glob</code></li> <li>68 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/OperatorsTyping/TOperatorsEq.vo</code></li> <li>68 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRA/Lang/NRASugar.vo</code></li> <li>67 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/SQLPP/Lang/SQLPP.vo</code></li> <li>67 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Tests/NRAEnvTest.vo</code></li> <li>67 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/QLib/QUtil.vo</code></li> <li>66 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNRAEnv/Lang/cNRAEnvEq.glob</code></li> <li>66 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Tests/NNRCTest.vo</code></li> <li>66 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRA/Optim/NRAExtRewrite.vo</code></li> <li>66 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/Model/CompilerRuntime.vo</code></li> <li>65 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNRAEnv/Typing/TcNRAEnvInfer.glob</code></li> <li>65 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/CldMR/Lang/CldMR.glob</code></li> <li>64 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Tests/TDataTest.vo</code></li> <li>64 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNRAEnv/Lang/cNRAEnvSize.vo</code></li> <li>64 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/TCAMPtoNRAEnv.vo</code></li> <li>64 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/CAMPRule/Typing/TCAMPRule.vo</code></li> <li>63 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRA/Typing/TNRAInfer.glob</code></li> <li>63 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/DataTyping/ForeignDataTyping.vo</code></li> <li>63 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/CldMRtoCloudant.glob</code></li> <li>62 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRA/Lang/NRASize.vo</code></li> <li>62 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Utils/Float.vo</code></li> <li>62 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/OQL/Lang/OQLSize.vo</code></li> <li>62 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/Operators/OperatorsUtils.vo</code></li> <li>61 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/Schema/Schema.vo</code></li> <li>61 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRCMR/Optim/NNRCMROptimizer.vo</code></li> <li>61 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNNRC/Lang/cNNRC.glob</code></li> <li>61 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Utils/Bindings.v</code></li> <li>61 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRAEnv/NRAEnvOptim.vo</code></li> <li>61 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRA/Typing/TNRAUtil.glob</code></li> <li>61 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRC/Lang/NNRCSugar.glob</code></li> <li>61 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Tests/CAMPTest.glob</code></li> <li>61 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/CAMPRule/Lang/CAMPRule.vo</code></li> <li>61 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/CldMR/Lang/CldMRSanitize.vo</code></li> <li>60 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/tDNNRC/Lang/tDNNRC.vo</code></li> <li>60 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRA/Typing/TNRAExt.vo</code></li> <li>60 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/CAMP/Lang/CAMPSize.vo</code></li> <li>60 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRAEnv/NRAEnvSystem.vo</code></li> <li>60 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/CommonSystem.vo</code></li> <li>59 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Utils/OptimizerStep.vo</code></li> <li>59 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/CAMPRule/Lang/CAMPRuleSugar.vo</code></li> <li>59 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/TypeSystem/RSubtype.glob</code></li> <li>59 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/DataTyping/TBindings.vo</code></li> <li>59 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/Operators/ForeignOperators.vo</code></li> <li>59 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/TypeSystem/TBrandContext.vo</code></li> <li>59 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Utils/Sublist.glob</code></li> <li>59 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRCMR/Lang/NNRCMR.v</code></li> <li>59 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/tDNNRC/tDNNRCSystem.vo</code></li> <li>59 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRC/NNRCSystem.vo</code></li> <li>58 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNRAEnv/cNRAEnvSystem.vo</code></li> <li>58 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/tDNNRC/tDNNRCRuntime.vo</code></li> <li>58 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRAEnv/NRAEnvTypes.vo</code></li> <li>58 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/DNNRC/DNNRCSystem.vo</code></li> <li>58 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/ForeignToReduceOps.vo</code></li> <li>58 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNNRC/Typing/TcNNRCShadow.glob</code></li> <li>58 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/DNNRCtotDNNRC.vo</code></li> <li>58 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRCimpish/NNRCimpishSystem.vo</code></li> <li>58 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRA/NRAOptim.vo</code></li> <li>57 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/Data/DDataNorm.vo</code></li> <li>57 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRA/NRASystem.vo</code></li> <li>57 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/CAMPRule/CAMPRuleSystem.vo</code></li> <li>57 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/TypeSystem/RTypeNorm.vo</code></li> <li>57 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNNRC/cNNRCSystem.vo</code></li> <li>57 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/tDNNRC/tDNNRCTypes.vo</code></li> <li>57 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/TypingRuntime.vo</code></li> <li>57 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Utils/SortingAdd.glob</code></li> <li>57 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/OQL/Lang/OQLSugar.vo</code></li> <li>57 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNRAEnv/cNRAEnvTypes.vo</code></li> <li>57 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/CAMP/CAMPSystem.vo</code></li> <li>57 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/CAMPRule/CAMPRuleTypes.vo</code></li> <li>57 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRC/NNRCTypes.vo</code></li> <li>57 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/LambdaNRA/LambdaNRASystem.vo</code></li> <li>57 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/tDNNRC/tDNNRCOptim.vo</code></li> <li>57 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/TypeSystem/DType.vo</code></li> <li>57 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/OQL/OQLSystem.vo</code></li> <li>57 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRCMR/NNRCMROptim.vo</code></li> <li>57 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/DNNRC/Lang/DNNRC.vo</code></li> <li>56 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRCMR/Lang/ForeignReduceOps.vo</code></li> <li>56 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/OperatorsTyping/TUnaryOperators.glob</code></li> <li>56 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Utils/StringAdd.glob</code></li> <li>56 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/DNNRC/DNNRCTypes.vo</code></li> <li>56 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRC/NNRCOptim.vo</code></li> <li>56 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/DNNRC/DNNRCRuntime.vo</code></li> <li>56 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNNRC/cNNRCTypes.vo</code></li> <li>56 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRA/NRATypes.vo</code></li> <li>56 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRCimpish/NNRCimpishTypes.vo</code></li> <li>56 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/Driver/CompEnv.vo</code></li> <li>56 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/ForeignTyping.vo</code></li> <li>56 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/CAMP/CAMPTypes.vo</code></li> <li>56 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/TypeSystem/RConsistentSubtype.v</code></li> <li>55 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/LambdaNRA/LambdaNRATypes.vo</code></li> <li>55 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Utils/JSON.vo</code></li> <li>55 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/OQL/OQLTypes.vo</code></li> <li>55 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/SQLPP/SQLPPSystem.vo</code></li> <li>55 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/SQL/SQLSystem.vo</code></li> <li>55 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/ForeignToCloudant.vo</code></li> <li>55 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRAEnv/Lang/NRAEnvIgnore.glob</code></li> <li>55 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/OQL/OQLRuntime.vo</code></li> <li>55 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/tDNNRCtoSparkDF.glob</code></li> <li>55 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/SQLPP/SQLPPRuntime.vo</code></li> <li>55 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/SQL/SQLRuntime.vo</code></li> <li>54 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/CommonTypes.vo</code></li> <li>54 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/Results/QResult.vo</code></li> <li>54 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/cNRAEnvtoNRA.vo</code></li> <li>54 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/Operators/OperatorsEq.vo</code></li> <li>54 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/JavaScriptAst/Lang/JavaScriptAstUtil.vo</code></li> <li>54 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/ForeignToJava.vo</code></li> <li>54 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/NNRCMRtoCldMR.glob</code></li> <li>54 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/cNRAEnvtoNRAEnv.vo</code></li> <li>53 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/LambdaNRA/Lang/LambdaNRASugar.vo</code></li> <li>53 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/NRAEnvtocNRAEnv.vo</code></li> <li>53 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/DataTyping/TData.v</code></li> <li>53 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/ForeignToSpark.vo</code></li> <li>53 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/TypeSystem/RTypeLattice.vo</code></li> <li>53 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/Data/DConstants.vo</code></li> <li>53 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/cNNRCtoNNRC.vo</code></li> <li>53 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/NRAtocNRAEnv.vo</code></li> <li>53 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/ForeignToJavaScriptAst.vo</code></li> <li>53 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/CldMR/CldMRSystem.vo</code></li> <li>53 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/CldMR/CldMRRuntime.vo</code></li> <li>53 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/NNRCtocNNRC.vo</code></li> <li>52 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/CAMPRuletoCAMP.vo</code></li> <li>52 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/OperatorsTyping/TOperatorsInferSub.glob</code></li> <li>52 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRAEnv/NRAEnvRuntime.vo</code></li> <li>52 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/CldMR/Lang/ForeignCloudant.vo</code></li> <li>52 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/DesignerRule/Lang/DesignerRule.vo</code></li> <li>52 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/TechRule/Lang/TechRule.vo</code></li> <li>52 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Utils/OptimizerLogger.vo</code></li> <li>52 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/DNNRC/Typing/TDNNRCBase.glob</code></li> <li>52 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRC/NNRCRuntime.vo</code></li> <li>52 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/DesignerRule/DesignerRuleRuntime.vo</code></li> <li>52 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/TechRule/TechRuleRuntime.vo</code></li> <li>52 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNRAEnv/cNRAEnvRuntime.vo</code></li> <li>52 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRCMR/NNRCMRSystem.vo</code></li> <li>52 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/CAMPRule/CAMPRuleRuntime.vo</code></li> <li>52 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRCimpish/NNRCimpishRuntime.vo</code></li> <li>51 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRCMR/NNRCMRRuntime.vo</code></li> <li>51 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRCimpish/Lang/NNRCimpishVars.vo</code></li> <li>51 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRA/NRARuntime.vo</code></li> <li>51 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNNRC/cNNRCRuntime.vo</code></li> <li>51 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/DesignerRuletoCAMPRule.vo</code></li> <li>51 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/TechRuletoCAMPRule.vo</code></li> <li>51 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRC/Typing/TNNRCShadow.glob</code></li> <li>51 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/JavaScriptAst/JavaScriptAstRuntime.vo</code></li> <li>51 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/CAMP/CAMPRuntime.vo</code></li> <li>51 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/LambdaNRA/LambdaNRARuntime.vo</code></li> <li>51 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/JavaScript/JavaScriptRuntime.vo</code></li> <li>51 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/SparkRDD/SparkRDDRuntime.vo</code></li> <li>51 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Cloudant/CloudantRuntime.vo</code></li> <li>51 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/SparkDF/SparkDFRuntime.vo</code></li> <li>51 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Java/JavaRuntime.vo</code></li> <li>51 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/tDNNRC/Optim/tDNNRCOptimizer.glob</code></li> <li>51 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/ForeignToJavaScript.vo</code></li> <li>50 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/CommonRuntime.vo</code></li> <li>50 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/ForeignToScala.vo</code></li> <li>50 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/CAMPtoNRA.glob</code></li> <li>50 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Utils/ListAdd.v</code></li> <li>50 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/ForeignRuntime.vo</code></li> <li>50 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Cloudant/Lang/Cloudant.vo</code></li> <li>50 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNNRC/Lang/cNNRCVars.glob</code></li> <li>49 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRC/Lang/NNRC.glob</code></li> <li>49 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Extraction/ExtrOcamlFloatNatIntZInt.vo</code></li> <li>49 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/TypeSystem/ForeignTypeToJSON.vo</code></li> <li>49 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/DataModel/ForeignDataToJSON.vo</code></li> <li>49 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/TypeSystem/Types.vo</code></li> <li>49 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/Operators/Operators.vo</code></li> <li>49 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/LambdaNRA/Lang/LambdaNRA.glob</code></li> <li>48 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNNRC/Lang/cNNRCShadow.v</code></li> <li>48 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNNRC/Typing/TcNNRC.glob</code></li> <li>48 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/tDNNRC/Typing/tDNNRCInfer.glob</code></li> <li>48 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Utils/Bag.v</code></li> <li>48 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/Data/CommonData.vo</code></li> <li>48 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/Data/Constants.vo</code></li> <li>48 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRCMR/Optim/NNRCMRRewrite.v</code></li> <li>47 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/NNRCtoNNRCimpish.v</code></li> <li>47 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRAEnv/Typing/TNRAEnvEq.glob</code></li> <li>47 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/Operators/GroupBy.v</code></li> <li>47 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/Driver/CompLang.glob</code></li> <li>47 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Utils/Utils.vo</code></li> <li>47 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/SQLPP/Lang/SQLPPSize.glob</code></li> <li>47 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/CAMP/Lang/CAMP.glob</code></li> <li>46 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Utils/Assoc.v</code></li> <li>46 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/TypeSystem/RSubtypeProp.glob</code></li> <li>45 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/Brands/BrandRelation.v</code></li> <li>45 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/Driver/CompEval.glob</code></li> <li>44 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/OQLtoNRAEnv.v</code></li> <li>44 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Utils/Digits.v</code></li> <li>44 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Utils/Lift.vo</code></li> <li>44 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/SQLtoNRAEnv.glob</code></li> <li>44 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRA/Lang/NRA.v</code></li> <li>43 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNRAEnv/Context/cNRAEnvContext.v</code></li> <li>43 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/NRAtocNNRC.glob</code></li> <li>42 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/Data/DatatoJSON.glob</code></li> <li>42 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Tests/SQLTest.glob</code></li> <li>42 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/LambdaNRA/Typing/TLambdaNRA.glob</code></li> <li>42 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/JavaScriptAst/Lang/JavaScriptAst.vo</code></li> <li>41 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNRAEnv/Typing/TcNRAEnv.v</code></li> <li>41 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/NNRCtoNNRCMR.v</code></li> <li>41 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/Data/DataSort.glob</code></li> <li>40 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/JavaScriptAsttoJavaScript.glob</code></li> <li>40 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/Operators/Iterators.glob</code></li> <li>40 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRC/Optim/NNRCOptimizer.v</code></li> <li>40 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Utils/BindingsNat.vo</code></li> <li>39 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Utils/Monoid.vo</code></li> <li>39 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRC/Optim/TNNRCRewrite.v</code></li> <li>38 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRAEnv/Lang/NRAEnv.v</code></li> <li>38 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/TypeSystem/RType.v</code></li> <li>38 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/DataModel/ForeignData.vo</code></li> <li>38 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Tests/LambdaNRATest.glob</code></li> <li>38 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRA/Context/NRAContext.v</code></li> <li>37 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRA/Lang/NRAExt.glob</code></li> <li>37 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/DNNRC/Lang/Dataframe.glob</code></li> <li>37 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Utils/LiftIterators.glob</code></li> <li>36 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/CAMP/Typing/TCAMP.glob</code></li> <li>35 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/TNNRCtoNNRCimpish.glob</code></li> <li>35 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRCimpish/Lang/NNRCimpishEval.glob</code></li> <li>35 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRA/Lang/NRAExtEq.glob</code></li> <li>34 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNRAEnv/Typing/TcNRAEnvEq.glob</code></li> <li>34 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRC/Lang/NNRCShadow.v</code></li> <li>33 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRCimpish/Typing/TNNRCimpish.v</code></li> <li>32 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/OQL/Lang/OQL.v</code></li> <li>32 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRA/Optim/NRAExtRewrite.glob</code></li> <li>32 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Utils/Fresh.glob</code></li> <li>32 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNRAEnv/Lang/cNRAEnvIgnore.v</code></li> <li>30 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRAEnv/Lang/NRAEnvEq.glob</code></li> <li>30 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Utils/Lattice.glob</code></li> <li>30 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/Model/DateTimeModelPart.glob</code></li> <li>29 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/CldMR/Lang/CldMRUtil.glob</code></li> <li>29 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Utils/Closure.vo</code></li> <li>28 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/TcNRAEnvtocNNRC.glob</code></li> <li>28 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRC/Stratify/TNNRCStratify.v</code></li> <li>28 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/DNNRC/Lang/DNNRCBase.v</code></li> <li>28 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Utils/CoqLibAdd.v</code></li> <li>28 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRC/Typing/TNNRCEq.glob</code></li> <li>27 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/OperatorsTyping/TBinaryOperators.v</code></li> <li>27 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/NNRCMRtoSparkRDD.v</code></li> <li>27 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Tests/OQLTest.glob</code></li> <li>27 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Tests/NRATest.glob</code></li> <li>27 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNNRC/Lang/cNNRC.v</code></li> <li>27 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/DataTyping/TDataInfer.glob</code></li> <li>27 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/OperatorsTyping/TGroupBy.glob</code></li> <li>27 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Utils/Compat.glob</code></li> <li>26 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/Model/SqlDateModelPart.glob</code></li> <li>26 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/SQL/Lang/SQL.glob</code></li> <li>26 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/DataModel/Data.glob</code></li> <li>26 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/Data/DataNorm.glob</code></li> <li>26 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/NRAEnvtoNNRC.v</code></li> <li>26 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRCimpish/Lang/NNRCimpish.glob</code></li> <li>26 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/CAMP/Lang/CAMPUtil.glob</code></li> <li>26 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/NNRCMRtoCldMR.v</code></li> <li>25 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/Model/StringModelPart.vo</code></li> <li>25 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/Operators/UnaryOperatorsSem.glob</code></li> <li>25 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Version.vo</code></li> <li>25 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/TypeSystem/ForeignType.vo</code></li> <li>25 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/JavaScript/Lang/JavaScript.vo</code></li> <li>25 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/cNRAEnvtocNNRC.v</code></li> <li>25 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/SparkRDD/Lang/SparkRDD.vo</code></li> <li>25 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/SparkDF/Lang/SparkDF.vo</code></li> <li>25 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Java/Lang/Java.vo</code></li> <li>25 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Utils/Var.vo</code></li> <li>24 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNNRC/Typing/TcNNRCEq.glob</code></li> <li>24 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/OperatorsTyping/TUtil.v</code></li> <li>23 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/NNRCtoJava.v</code></li> <li>23 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/NNRCMRtoDNNRC.glob</code></li> <li>23 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/DNNRC/Lang/DNNRCBaseEq.glob</code></li> <li>23 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/NNRCtoJavaScript.v</code></li> <li>23 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/NNRCtoDNNRC.v</code></li> <li>23 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNRAEnv/Context/cNRAEnvContextLift.v</code></li> <li>23 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/CAMPtocNRAEnv.glob</code></li> <li>22 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/LambdaNRAtoNRAEnv.glob</code></li> <li>22 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/Operators/UnaryOperators.glob</code></li> <li>22 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/tDNNRC/Typing/tDNNRCInfer.v</code></li> <li>22 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/CAMP/Lang/CAMP.v</code></li> <li>22 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRC/Lang/NNRCSugar.v</code></li> <li>22 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRA/Typing/TNRA.v</code></li> <li>22 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/SQLPP/Lang/SQLPP.glob</code></li> <li>22 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRA/Optim/NRARewrite.v</code></li> <li>22 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRC/Lang/NNRC.v</code></li> <li>22 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRAEnv/Typing/TNRAEnv.glob</code></li> <li>22 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/CldMR/Lang/CldMR.v</code></li> <li>21 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRC/Optim/NNRCRewrite.v</code></li> <li>21 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Utils/Lift.glob</code></li> <li>21 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/Data/DataLift.glob</code></li> <li>21 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNNRC/Lang/cNNRCVars.v</code></li> <li>21 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/OperatorsTyping/TUnaryOperators.v</code></li> <li>21 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/CAMP/Lang/CAMPSugar.glob</code></li> <li>21 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Utils/Result.vo</code></li> <li>21 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/tDNNRCtoSparkDF.v</code></li> <li>21 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNRAEnv/Typing/TcNRAEnvInfer.v</code></li> <li>20 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRA/Typing/TNRAInfer.v</code></li> <li>20 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRC/Optim/NNRCRewriteUtil.v</code></li> <li>20 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/Model/TrivialModel.glob</code></li> <li>20 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRC/Typing/TNNRCShadow.v</code></li> <li>20 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/TypeSystem/RSubtype.v</code></li> <li>20 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/tDNNRC/Typing/tDNNRCSub.v</code></li> <li>20 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Utils/OptimizerLogger.glob</code></li> <li>20 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/Operators/SortBy.glob</code></li> <li>20 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Tests/TNRATest.glob</code></li> <li>20 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Utils/StringAdd.v</code></li> <li>20 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/TNRAtocNNRC.glob</code></li> <li>20 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Utils/Sublist.v</code></li> <li>20 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNNRC/Typing/TcNNRCInfer.glob</code></li> <li>19 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/Operators/RecOperators.v</code></li> <li>19 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/SQLPPtoNRAEnv.glob</code></li> <li>19 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Tests/CompilerTest.glob</code></li> <li>19 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/tDNNRC/Optim/tDNNRCOptimizer.v</code></li> <li>19 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNNRC/Typing/TcNNRCShadow.v</code></li> <li>19 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/Driver/CompConfig.glob</code></li> <li>19 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Utils/SortingAdd.v</code></li> <li>18 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/TypeSystem/TBrandModel.glob</code></li> <li>18 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/OperatorsTyping/TOperatorsInfer.v</code></li> <li>18 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/OQL/Typing/TOQL.glob</code></li> <li>18 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/LambdaNRA/Lang/LambdaNRA.v</code></li> <li>18 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/CAMPtoNRAEnv.glob</code></li> <li>17 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRAEnv/Lang/NRAEnvIgnore.v</code></li> <li>17 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/SQLtoNRAEnv.v</code></li> <li>17 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRCimpish/Lang/NNRCimpishSem.v</code></li> <li>17 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Utils/OptimizerStep.glob</code></li> <li>17 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/Operators/BinaryOperatorsSem.glob</code></li> <li>17 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/CldMRtoCloudant.v</code></li> <li>17 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRCimpish/Lang/NNRCimpishSemEval.glob</code></li> <li>17 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/NNRCimpishtoJavaScriptAst.v</code></li> <li>17 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/TypeSystem/TBrandModelProp.glob</code></li> <li>17 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/DNNRC/Lang/Dataframe.v</code></li> <li>17 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Tests/CAMPTest.v</code></li> <li>17 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/TCAMPtocNRAEnv.glob</code></li> <li>17 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRCimpish/Lang/NNRCimpishNorm.glob</code></li> <li>16 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/QLib/QOperators.glob</code></li> <li>16 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/QLib/QSQLPP.glob</code></li> <li>16 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRAEnv/Typing/TNRAEnvEq.v</code></li> <li>16 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/Driver/CompLang.v</code></li> <li>16 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/TCAMPtoNRA.v</code></li> <li>16 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/Driver/CompStat.v</code></li> <li>16 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/DatatoSparkDF.glob</code></li> <li>15 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/Operators/BinaryOperators.glob</code></li> <li>15 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Utils/JSON.glob</code></li> <li>15 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRA/Lang/NRAExt.v</code></li> <li>15 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/QLib/QEval.glob</code></li> <li>15 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/CAMPtoNRA.v</code></li> <li>15 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/TypeSystem/RTypetoJSON.glob</code></li> <li>15 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/SQL/Lang/SQLSize.glob</code></li> <li>15 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRA/Lang/NRAEq.glob</code></li> <li>15 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Tests/NRAEnvTest.glob</code></li> <li>15 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRA/Optim/TNRARewrite.v</code></li> <li>15 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRCimpish/Lang/NNRCimpishEval.v</code></li> <li>15 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNRAEnv/Typing/TcNRAEnvEq.v</code></li> <li>15 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/TypeSystem/RSubtypeProp.v</code></li> <li>14 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Tests/SQLTest.v</code></li> <li>14 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/DNNRC/Typing/TDNNRCBase.v</code></li> <li>14 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/Driver/CompEval.v</code></li> <li>14 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/SQLPP/Lang/SQLPP.v</code></li> <li>14 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/DataTyping/TDataInfer.v</code></li> <li>14 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRA/Typing/TNRAEq.glob</code></li> <li>14 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/OperatorsTyping/ForeignOperatorsTyping.glob</code></li> <li>14 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/NRAtocNNRC.v</code></li> <li>13 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/LambdaNRA/Lang/LambdaNRAEq.glob</code></li> <li>13 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNNRC/Typing/TcNNRC.v</code></li> <li>13 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/OperatorsTyping/TSortBy.glob</code></li> <li>13 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNRAEnv/Lang/cNRAEnvEq.v</code></li> <li>13 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/Operators/Iterators.v</code></li> <li>13 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/LambdaNRA/Typing/TLambdaNRA.v</code></li> <li>13 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/TNNRCtoNNRCimpish.v</code></li> <li>13 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/CldMR/Lang/CldMRSanitize.glob</code></li> <li>13 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/TcNRAEnvtocNNRC.v</code></li> <li>12 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/Data/DataSort.v</code></li> <li>12 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/CAMP/Typing/TCAMP.v</code></li> <li>12 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRA/Typing/TNRAUtil.v</code></li> <li>12 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Utils/Float.glob</code></li> <li>12 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/NNRCMRtoNNRC.glob</code></li> <li>12 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/Model/TrivialModel.v</code></li> <li>12 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Tests/LambdaNRATest.v</code></li> <li>12 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Utils/LiftIterators.v</code></li> <li>11 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRA/Optim/NRARewriteContext.glob</code></li> <li>11 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRCimpish/Lang/NNRCimpish.v</code></li> <li>11 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/SQLPP/Lang/SQLPPSize.v</code></li> <li>11 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/SQL/Lang/SQL.v</code></li> <li>11 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/OperatorsTyping/TOperatorsEq.glob</code></li> <li>11 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/Operators/OperatorsUtils.glob</code></li> <li>11 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/LambdaNRAtoNRAEnv.v</code></li> <li>11 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/TNRAtocNNRC.v</code></li> <li>11 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/TypeSystem/RTypeNorm.glob</code></li> <li>11 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRC/Typing/TNNRCEq.v</code></li> <li>11 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/Model/DateTimeModelPart.v</code></li> <li>11 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/QLib/QDriver.glob</code></li> <li>11 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNNRC/Lang/cNNRCEq.glob</code></li> <li>10 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRC/Lang/NNRCEq.glob</code></li> <li>10 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/JavaScriptAsttoJavaScript.v</code></li> <li>10 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRAEnv/Lang/NRAEnvEq.v</code></li> <li>10 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/Operators/UnaryOperators.v</code></li> <li>10 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/DataTyping/TDBindings.glob</code></li> <li>10 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/Model/SqlDateModelPart.v</code></li> <li>10 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Utils/Fresh.v</code></li> <li>10 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/Operators/UnaryOperatorsSem.v</code></li> <li>10 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRA/Lang/NRAExtEq.v</code></li> <li>10 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Tests/NNRCTest.glob</code></li> <li>10 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/Data/DatatoJSON.v</code></li> <li>10 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/CAMP/Lang/CAMPSugar.v</code></li> <li>10 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRCimpish/Lang/NNRCimpishNorm.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/CAMPtocNRAEnv.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/CAMP/Lang/CAMPUtil.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/QLib/QSQL.glob</code></li> <li>9 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRAEnv/Lang/NRAEnvSize.glob</code></li> <li>9 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNNRC/Typing/TcNNRCEq.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/CAMPRule/Lang/CAMPRule.glob</code></li> <li>9 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRCimpish/Lang/NNRCimpishSemEval.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/TOQLtoNRAEnv.glob</code></li> <li>9 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Utils/Monoid.glob</code></li> <li>9 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRC/Typing/TNNRC.glob</code></li> <li>9 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/QLib/QType.glob</code></li> <li>9 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/DNNRC/Lang/DNNRCBaseEq.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Utils/OptimizerStep.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/Model/CompilerModel.glob</code></li> <li>9 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/OperatorsTyping/TOperatorsInferSub.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Utils/Lattice.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/DataModel/Data.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/TLambdaNRAtoNRAEnv.glob</code></li> <li>8 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/SQLPPtoNRAEnv.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Utils/Result.glob</code></li> <li>8 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Tests/CompilerTest.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Utils/Compat.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/CldMR/Lang/CldMRUtil.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Tests/OQLTest.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRAEnv/Optim/NRAEnvRewriteContext.glob</code></li> <li>8 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/CAMP/Typing/TCAMPSugar.glob</code></li> <li>8 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNNRC/Lang/cNNRCNorm.glob</code></li> <li>8 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/QLib/QOQL.glob</code></li> <li>7 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRA/Typing/TNRAExt.glob</code></li> <li>7 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/QLib/QCAMP.glob</code></li> <li>7 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/Driver/CompConfig.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRAEnv/Typing/TNRAEnv.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNRAEnv/Lang/cNRAEnvSize.glob</code></li> <li>7 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Tests/TCAMPTest.glob</code></li> <li>7 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/Data/DataNorm.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/DatatoSparkDF.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Utils/OptimizerLogger.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/DataTyping/ForeignDataTyping.glob</code></li> <li>7 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNNRC/Typing/TcNNRCInfer.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRCMR/Optim/NNRCMROptimizer.glob</code></li> <li>7 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Tests/NRATest.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/TCAMPtoNRAEnv.glob</code></li> <li>7 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRA/Lang/NRASugar.glob</code></li> <li>7 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/DataTyping/TBindings.glob</code></li> <li>7 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRCimpish/Lang/NNRCimpishSize.glob</code></li> <li>7 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRA/Optim/NRAExtRewrite.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/Operators/BinaryOperators.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/SQL/Lang/SQLSize.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/Data/DConstants.glob</code></li> <li>7 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/OperatorsTyping/TGroupBy.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/TypeSystem/TBrandModel.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/QLib/QOperators.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/CAMPtoNRAEnv.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/QLib/QLambdaNRA.glob</code></li> <li>6 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/Data/DDataNorm.glob</code></li> <li>6 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/CAMPRule/Lang/CAMPRuleSugar.glob</code></li> <li>6 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Tests/TNRATest.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Utils/Lift.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/QLib/QSQLPP.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/Operators/SortBy.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/Results/QResult.glob</code></li> <li>6 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/DataTyping/TDData.glob</code></li> <li>6 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRA/Lang/NRAEq.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/LambdaNRA/Lang/LambdaNRAEq.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/QLib/QData.glob</code></li> <li>5 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/Data/DataLift.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/TypeSystem/TBrandModelProp.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/OQL/Typing/TOQL.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/NNRCMRtoDNNRC.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRA/Lang/NRASize.glob</code></li> <li>5 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Utils/JSON.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNNRC/Lang/cNNRCEq.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/OperatorsTyping/TSortBy.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/OperatorsTyping/ForeignOperatorsTyping.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/TOQLtoNRAEnv.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/TypeSystem/TBrandContext.glob</code></li> <li>5 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/CAMPRule/Typing/TCAMPRule.glob</code></li> <li>5 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/QLib/QCAMPRule.glob</code></li> <li>5 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/Operators/BinaryOperatorsSem.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/Operators/ForeignOperators.glob</code></li> <li>5 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/Operators/OperatorsEq.glob</code></li> <li>5 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/TLambdaNRAtoNRAEnv.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/Model/CompilerModel.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/Schema/Schema.glob</code></li> <li>5 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Utils/Float.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/CAMPRule/Lang/CAMPRule.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRC/Lang/NNRCEq.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/Operators/OperatorsUtils.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/LambdaNRA/Lang/LambdaNRASugar.glob</code></li> <li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Tests/tDNNRCTest.glob</code></li> <li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRA/Typing/TNRAEq.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/DNNRC/Lang/DataframeSize.glob</code></li> <li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRC/Lang/NNRCSize.glob</code></li> <li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/TypeSystem/RTypetoJSON.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/QLib/QLang.glob</code></li> <li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRC/Typing/TNNRC.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/QLib/QDriver.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/JavaScriptAst/Lang/JavaScriptAstUtil.glob</code></li> <li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/QLib/QEval.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/OQL/Lang/OQLSize.glob</code></li> <li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/DataTyping/TDBindings.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRAEnv/Lang/NRAEnvSize.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Tests/TCAMPTest.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNRAEnv/Typing/TcNRAEnvIgnore.glob</code></li> <li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNRAEnv/Typing/TcNRAEnvIgnore.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/OperatorsTyping/TOperatorsEq.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/QLib/QSQL.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Utils/Monoid.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/Data/DData.glob</code></li> <li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/Model/CompilerRuntime.glob</code></li> <li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Extraction/ExtrOcamlFloatNatIntZInt.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNNRC/Lang/cNNRCNorm.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Tests/TDataTest.glob</code></li> <li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/QLib/QType.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/DNNRC/Lang/DNNRCBaseSize.glob</code></li> <li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/TCAMPtocNRAEnv.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/CldMR/Lang/CldMRSanitize.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/TypeSystem/RTypeNorm.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/NNRCMRtoNNRC.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/OQL/Lang/OQLSugar.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/ForeignToReduceOps.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/CAMPRule/Lang/CAMPRuleSugar.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/Driver/CompEnv.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/DataTyping/TDData.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNRAEnv/Lang/cNRAEnvSize.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/QLib/QUtil.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/TypeSystem/RTypeLattice.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Utils/Result.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRA/Lang/NRASugar.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRCimpish/Lang/NNRCimpishSize.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRA/Optim/NRARewriteContext.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/Data/DDataNorm.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/TypeSystem/DTypetoJSON.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRAEnv/Optim/NRAEnvRewriteContext.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/DataTyping/ForeignDataTyping.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/QLib/QOQL.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Tests/NRAEnvTest.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/Data/DData.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRC/Lang/NNRCSize.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/QLib.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRCMR/Optim/NNRCMROptimizer.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/QLib/QCAMP.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/DataTyping/TBindings.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/cNRAEnvtoNRA.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/QLib/QData.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Tests/NNRCTest.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/Operators/OperatorsEq.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/Schema/Schema.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/Driver/CompEnv.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/TypeSystem/TBrandContext.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRCMR/Lang/ForeignReduceOps.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRA/Lang/NRASize.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/QLib/QLang.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/CAMP/Lang/CAMPSize.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRA/Typing/TNRAExt.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/Model/CompilerRuntime.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/QLib/QLambdaNRA.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/Operators/ForeignOperators.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/CAMP/Typing/TCAMPSugar.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Utils/Closure.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/OQL/Lang/OQLSize.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/Data/DConstants.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/TypeSystem/DType.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/CAMPRule/Typing/TCAMPRule.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Tests/tDNNRCTest.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/DNNRC/Lang/DataframeSize.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/TypeSystem/ForeignType.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/cNRAEnvtoNRAEnv.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRCimpish/Lang/NNRCimpishVars.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/tDNNRC/Lang/tDNNRC.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/cNNRCtoNNRC.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/TCAMPtoNRAEnv.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/QLib/QUtil.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/NRAtocNRAEnv.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Cloudant/Lang/Cloudant.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/DNNRC/Lang/DNNRCBaseSize.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/NRAEnvtocNRAEnv.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/QLib/QCAMPRule.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/TypeSystem/RTypeLattice.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/DataModel/ForeignData.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/JavaScriptAst/Lang/JavaScriptAstUtil.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Tests/TDataTest.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/NNRCtocNNRC.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/Results/QResult.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/LambdaNRA/Lang/LambdaNRASugar.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/CAMPRuletoCAMP.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/ForeignToReduceOps.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/QLib/QStat.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/TypeSystem/DType.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/tDNNRC/Lang/tDNNRC.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/ForeignToJava.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/OQL/Lang/OQLSugar.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/ForeignToCloudant.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Tests/HelloWorld.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/cNRAEnvtoNRA.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/ForeignToJava.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRCMR/Lang/ForeignReduceOps.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRCimpish/Lang/NNRCimpishVars.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/DataModel/ForeignData.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/TypeSystem/DTypetoJSON.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/TypeSystem/ForeignType.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Extraction/ExtrOcamlFloatNatIntZInt.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/CAMP/Lang/CAMPSize.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/ForeignToCloudant.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/cNNRCtoNNRC.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/cNRAEnvtoNRAEnv.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/QLib.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/QLib/QStat.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/CAMPRuletoCAMP.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/NRAEnvtocNRAEnv.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/NRAtocNRAEnv.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/NNRCtocNNRC.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/DNNRC/Lang/DNNRC.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Utils/Closure.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Tests/HelloWorld.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/Model/StringModelPart.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/Data/Constants.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/ForeignToJavaScript.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/CompilerExports.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/Model/StringModelPart.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Utils/Utils.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/ForeignToJavaScript.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/ForeignToSpark.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/DesignerRule/Lang/DesignerRule.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/TypeSystem/ForeignTypeToJSON.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/ForeignToJavaScriptAst.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/ForeignToScala.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Utils/BindingsNat.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/DataModel/ForeignDataToJSON.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/TechRule/Lang/TechRule.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/DesignerRuletoCAMPRule.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/DNNRC/Lang/DNNRC.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/DNNRCtotDNNRC.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/ForeignTyping.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/TechRuletoCAMPRule.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/CldMR/Lang/ForeignCloudant.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/DNNRCtotDNNRC.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/CommonTypes.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/TypeSystem/Types.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/ForeignToSpark.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/Data/Constants.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/ForeignToJavaScriptAst.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/DesignerRuletoCAMPRule.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Cloudant/Lang/Cloudant.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/ForeignToScala.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/ForeignTyping.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/CommonSystem.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/ForeignRuntime.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/CommonTypes.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Utils/Utils.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/Operators/Operators.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/DataModel/ForeignDataToJSON.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/TypeSystem/ForeignTypeToJSON.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Translation/TechRuletoCAMPRule.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/Data/CommonData.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Utils/BindingsNat.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRCimpish/NNRCimpishRuntime.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/TypeSystem/Types.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRC/NNRCRuntime.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/TypingRuntime.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/JavaScript/Lang/JavaScript.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRAEnv/NRAEnvRuntime.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRAEnv/NRAEnvOptim.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Version.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/DNNRC/DNNRCRuntime.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/TrivialCompiler.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRA/NRARuntime.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRC/NNRCTypes.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/CldMR/Lang/ForeignCloudant.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/SparkDF/Lang/SparkDF.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/EnhancedCompiler.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/SparkRDD/Lang/SparkRDD.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRA/NRAOptim.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRAEnv/NRAEnvTypes.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/CldMR/CldMRRuntime.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNRAEnv/cNRAEnvRuntime.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNNRC/cNNRCRuntime.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/CAMP/CAMPRuntime.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Java/Lang/Java.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRA/NRATypes.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/CompilerExports.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRC/NNRCOptim.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Utils/Var.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/LambdaNRA/LambdaNRARuntime.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/CommonRuntime.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNRAEnv/cNRAEnvTypes.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/tDNNRC/tDNNRCTypes.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/JavaScriptAst/Lang/JavaScriptAst.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNNRC/cNNRCTypes.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/OQL/OQLRuntime.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/JavaScriptAst/JavaScriptAstRuntime.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRCMR/NNRCMRRuntime.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/CAMPRule/CAMPRuleRuntime.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/tDNNRC/tDNNRCRuntime.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/SQLPP/SQLPPRuntime.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/CAMP/CAMPTypes.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/SQL/SQLRuntime.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRCimpish/NNRCimpishSystem.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/LambdaNRA/LambdaNRASystem.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/CAMPRule/CAMPRuleSystem.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRCMR/NNRCMROptim.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNRAEnv/cNRAEnvSystem.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/DesignerRule/DesignerRuleRuntime.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/tDNNRC/tDNNRCSystem.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRAEnv/NRAEnvSystem.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/JavaScript/JavaScriptRuntime.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNNRC/cNNRCSystem.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/DNNRC/DNNRCSystem.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/SparkRDD/SparkRDDRuntime.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Cloudant/CloudantRuntime.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/TechRule/TechRuleRuntime.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/LambdaNRA/LambdaNRATypes.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/DNNRC/DNNRCTypes.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRCimpish/NNRCimpishTypes.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/SparkDF/SparkDFRuntime.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/CAMPRule/CAMPRuleTypes.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/CAMP/CAMPSystem.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRC/NNRCSystem.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/OQL/OQLSystem.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRA/NRASystem.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Java/JavaRuntime.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/OQL/OQLTypes.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/ForeignRuntime.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/tDNNRC/tDNNRCOptim.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/CommonSystem.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRCMR/NNRCMRSystem.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/CldMR/CldMRSystem.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/SQLPP/SQLPPSystem.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/SQL/SQLSystem.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/Operators/Operators.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/DesignerRule/Lang/DesignerRule.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/TechRule/Lang/TechRule.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/Data/CommonData.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/TrivialCompiler.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRCimpish/NNRCimpishRuntime.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/TypingRuntime.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRAEnv/NRAEnvOptim.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/DNNRC/DNNRCRuntime.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Compiler/EnhancedCompiler.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRC/NNRCRuntime.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRA/NRARuntime.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRAEnv/NRAEnvRuntime.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/JavaScript/Lang/JavaScript.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNRAEnv/cNRAEnvRuntime.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRA/NRAOptim.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/CldMR/CldMRRuntime.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNNRC/cNNRCRuntime.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRC/NNRCTypes.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/CAMP/CAMPRuntime.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/LambdaNRA/LambdaNRARuntime.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRA/NRATypes.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/JavaScriptAst/Lang/JavaScriptAst.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Common/CommonRuntime.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNRAEnv/cNRAEnvTypes.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRC/NNRCOptim.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/SparkRDD/Lang/SparkRDD.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/tDNNRC/tDNNRCTypes.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRAEnv/NRAEnvTypes.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNNRC/cNNRCTypes.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/JavaScriptAst/JavaScriptAstRuntime.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/SparkDF/Lang/SparkDF.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/OQL/OQLRuntime.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Java/Lang/Java.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/CAMPRule/CAMPRuleRuntime.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRCMR/NNRCMRRuntime.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Utils/Var.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/tDNNRC/tDNNRCRuntime.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/SQLPP/SQLPPRuntime.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/CAMP/CAMPTypes.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/SQL/SQLRuntime.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Version.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/DesignerRule/DesignerRuleRuntime.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRCimpish/NNRCimpishSystem.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/LambdaNRA/LambdaNRASystem.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/JavaScript/JavaScriptRuntime.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRCimpish/NNRCimpishTypes.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRCMR/NNRCMROptim.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/CAMPRule/CAMPRuleSystem.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/LambdaNRA/LambdaNRATypes.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/SparkRDD/SparkRDDRuntime.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Cloudant/CloudantRuntime.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/TechRule/TechRuleRuntime.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/CAMPRule/CAMPRuleTypes.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNRAEnv/cNRAEnvSystem.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/SparkDF/SparkDFRuntime.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/tDNNRC/tDNNRCSystem.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRAEnv/NRAEnvSystem.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/DNNRC/DNNRCTypes.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/cNNRC/cNNRCSystem.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/DNNRC/DNNRCSystem.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/Java/JavaRuntime.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/CAMP/CAMPSystem.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRC/NNRCSystem.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/OQL/OQLTypes.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/OQL/OQLSystem.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NRA/NRASystem.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/tDNNRC/tDNNRCOptim.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/NNRCMR/NNRCMRSystem.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/CldMR/CldMRSystem.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/SQLPP/SQLPPSystem.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Qcert/SQL/SQLSystem.glob</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-qcert.1.1.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.07.1-2.0.6/released/8.8.2/qcert/1.1.0.html
HTML
mit
140,744
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>concat: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.10.0 / concat - 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> concat <small> 8.8.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-09 07:56:05 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-09 07:56:05 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.10.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; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/concat&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/ConCaT&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.8&quot; &amp; &lt; &quot;8.9~&quot;} ] tags: [ &quot;keyword: category theory&quot; &quot;category: Mathematics/Category Theory&quot; ] authors: [ &quot;Amokrane Saïbi&quot; ] bug-reports: &quot;https://github.com/coq-contribs/concat/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/concat.git&quot; synopsis: &quot;Constructive Category Theory&quot; description: &quot;http://logical.inria.fr/~saibi/docCatV6.ps&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/concat/archive/v8.8.0.tar.gz&quot; checksum: &quot;md5=d481a4f7b116efd005214e43b4bbae85&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-concat.8.8.0 coq.8.10.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.10.0). The following dependencies couldn&#39;t be met: - coq-concat -&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-concat.8.8.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.06.1-2.0.5/released/8.10.0/concat/8.8.0.html
HTML
mit
6,635
<div> <div class="modal-header"> <button type="button" class="close" aria-label="Close" ng-click="vm.cancel()"> <span aria-hidden="true">&times;</span> </button> <h3 class="modal-title">{{vm.title}}</h3> </div> <form class="form-horizontal" name="beerForm" novalidate> <div class="modal-body"> <fieldset> <div nama-formgroup> <label class="col-md-2" for="inputName">Name</label> <div class="col-md-6"> <input id="inputName" name="inputName" type="text" placeholder="Name" ng-model="vm.beer.name" required /> </div> <div class="col-md-4" nama-formerrors></div> </div> <div nama-formgroup> <label class="col-md-2" for="inputBrewery">Brewery</label> <div class="col-md-6"> <input id="inputBrewery" name="inputBrewery" type="text" placeholder="Brewery" ng-model="vm.beer.brewery" required /> </div> <div class="col-md-4" nama-formerrors></div> </div> <div nama-formgroup> <label class="col-md-2" for="inputStyle">Style</label> <nama-autocomplete id="inputStyle" name="inputStyle" class="col-md-6" model="vm.beer.style" placeholder="Style" url="http://localhost:58500/api/styles?term=" results-property="suggestions" required> </nama-autocomplete> <div class="col-md-4" nama-formerrors></div> </div> <div nama-formgroup> <label class="col-md-2" for="inputDate">Date</label> <div class="col-md-6"> <input id="inputDate" name="inputDate" type="date" placeholder="Date of Tasting" ng-model="vm.beer.dateOfTasting" required /> </div> <div class="col-md-4" nama-formerrors></div> </div> <div nama-formgroup> <label class="col-md-3" for="inputJasonRating">Jason's Rating</label> <div class="col-md-2"> <input id="inputJasonRating" name="inputJasonRating" type="number" ng-model="vm.beer.jasonRating" min="0" max="5" /> </div> <div class="col-md-7" nama-formerrors></div> </div> <div nama-formgroup> <label class="col-md-3" for="inputValRating">Val's Rating</label> <div class="col-md-2"> <input id="inputValRating" name="inputValRating" type="number" ng-model="vm.beer.valRating" min="0" max="5" /> </div> <div class="col-md-7" nama-formerrors></div> </div> </fieldset> </div> <div class="modal-footer"> <button class="btn btn-default" ng-click="vm.cancel()">Cancel</button> <button class="btn btn-primary" ng-disabled="beerForm.$invalid" ng-click="vm.save()">Save</button> </div> </form> </div>
jonathanody/NamaBeer
NamaBeer.Client/app/beer/beerEdit.html
HTML
mit
2,668
<!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.1 / math-classes - 8.8.1</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> 8.8.1 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-11-05 05:36:06 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-05 05:36:06 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.12.1 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.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;[email protected]&quot; homepage: &quot;https://math-classes.github.io/&quot; dev-repo: &quot;git+https://github.com/coq-community/math-classes/&quot; bug-reports: &quot;https://github.com/coq-community/math-classes/issues&quot; doc: &quot;https://math-classes.github.io/&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; ] ] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/MathClasses&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.6&quot; &amp; &lt; &quot;8.10~&quot;} &quot;coq-bignums&quot; ] synopsis: &quot;A library of abstract interfaces for mathematical structures in Coq&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-community/math-classes/archive/8.8.1.zip&quot; checksum: &quot;md5=a82e0e3e13b04cbb4d383c11ef5796f3&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.8.8.1 coq.8.12.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.12.1). The following dependencies couldn&#39;t be met: - coq-math-classes -&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-math-classes.8.8.1</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.07.1-2.0.6/released/8.12.1/math-classes/8.8.1.html
HTML
mit
6,755
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>deriving: 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 / deriving - 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> deriving <small> 0.1.0 <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; name: &quot;coq-deriving&quot; version: &quot;0.1.0&quot; maintainer: &quot;Arthur Azevedo de Amorim &lt;[email protected]&gt;&quot; homepage: &quot;https://github.com/arthuraa/deriving&quot; bug-reports: &quot;https://github.com/arthuraa/deriving/issues&quot; dev-repo: &quot;git+https://github.com/arthuraa/deriving.git&quot; license: &quot;MIT&quot; build: [ make &quot;-j&quot; &quot;%{jobs}%&quot; &quot;test&quot; {with-test} ] install: [ make &quot;install&quot; ] depends: [ &quot;coq&quot; { (&gt;= &quot;8.11&quot; &amp; &lt; &quot;8.15~&quot;) | (= &quot;dev&quot;) } &quot;coq-mathcomp-ssreflect&quot; {&gt;= &quot;1.11&quot; | (= &quot;dev&quot;)} ] tags: [ &quot;keyword:generic programming&quot; &quot;category:Computer Science/Data Types and Data Structures&quot; &quot;logpath:deriving&quot; ] authors: [ &quot;Arthur Azevedo de Amorim&quot; ] synopsis: &quot;Generic instances of MathComp classes&quot; description: &quot;&quot;&quot; Deriving provides generic instances of MathComp classes for inductive data types. It includes native support for eqType, choiceType, countType and finType instances, and it allows users to define their own instances for other classes. &quot;&quot;&quot; url { src: &quot;https://github.com/arthuraa/deriving/archive/v0.1.0.tar.gz&quot; checksum: &quot;sha512=872bfdc6d919492e30fef4bd06de0f781ff6783d75f8a97394f2b62e8dff96c7c5fd58eb037635d47eb43eca3593b851764c9bfea2d96fc2a89483f784b5a040&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-deriving.0.1.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-deriving -&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-deriving.0.1.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.09.1-2.0.6/released/8.7.0/deriving/0.1.0.html
HTML
mit
7,219
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>sudoku: 1 m 47 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 / sudoku - 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> sudoku <small> 8.7.0 <span class="label label-success">1 m 47 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-20 14:01:21 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-20 14:01:21 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 2 Virtual package relying on perl coq 8.7.2 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;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/sudoku&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/Sudoku&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.8~&quot;} ] tags: [ &quot;keyword: sudoku&quot; &quot;keyword: puzzles&quot; &quot;keyword: Davis-Putnam&quot; &quot;category: Miscellaneous/Logical Puzzles and Entertainment&quot; &quot;date: 2006-02&quot; ] authors: [ &quot;Laurent Théry &lt;[email protected]&gt; [http://www-sop.inria.fr/lemme/personnel/Laurent.Thery/me.html]&quot; ] bug-reports: &quot;https://github.com/coq-contribs/sudoku/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/sudoku.git&quot; synopsis: &quot;A certified Sudoku solver&quot; description: &quot;&quot;&quot; ftp://ftp-sop.inria.fr/lemme/Laurent.Thery/Sudoku.zip A formalisation of Sudoku in Coq. It implements a naive Davis-Putnam procedure to solve sudokus.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/sudoku/archive/v8.7.0.tar.gz&quot; checksum: &quot;md5=14389b29dca1269f4818a7d3e57f96f0&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-sudoku.8.7.0 coq.8.7.2</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-sudoku.8.7.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-sudoku.8.7.0 coq.8.7.2</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>1 m 47 s</dd> </dl> <h2>Installation size</h2> <p>Total: 2 M</p> <ul> <li>397 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/Sudoku/Sudoku.vo</code></li> <li>388 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/Sudoku/Sudoku.glob</code></li> <li>172 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/Sudoku/Permutation.vo</code></li> <li>115 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/Sudoku/OrderedList.vo</code></li> <li>110 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/Sudoku/Sudoku.v</code></li> <li>93 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/Sudoku/ListAux.vo</code></li> <li>75 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/Sudoku/UList.vo</code></li> <li>55 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/Sudoku/OrderedList.glob</code></li> <li>55 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/Sudoku/ListOp.vo</code></li> <li>54 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/Sudoku/Permutation.glob</code></li> <li>44 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/Sudoku/Test.vo</code></li> <li>42 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/Sudoku/Div.vo</code></li> <li>37 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/Sudoku/ListAux.glob</code></li> <li>32 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/Sudoku/UList.glob</code></li> <li>28 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/Sudoku/Div.glob</code></li> <li>23 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/Sudoku/Test.glob</code></li> <li>22 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/Sudoku/OrderedList.v</code></li> <li>20 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/Sudoku/ListOp.glob</code></li> <li>19 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/Sudoku/Permutation.v</code></li> <li>13 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/Sudoku/ListAux.v</code></li> <li>11 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/Sudoku/UList.v</code></li> <li>10 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/Sudoku/ListOp.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/Sudoku/Tactic.vo</code></li> <li>8 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/Sudoku/Div.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/Sudoku/Test.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/Sudoku/Tactic.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/Sudoku/Tactic.glob</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-sudoku.8.7.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.04.2-2.0.5/released/8.7.2/sudoku/8.7.0.html
HTML
mit
9,859
<!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.14.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("2021-12-17 13:03:57 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-17 13:03:57 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-gmp 3 Virtual package relying on a GMP lib system installation coq 8.14.0 Formal proof management system dune 2.9.1 Fast, portable, and opinionated build system ocaml 4.08.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.08.1 Official release 4.08.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&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.14.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.14.0). The following dependencies couldn&#39;t be met: - coq-railroad-crossing -&gt; coq &lt; 8.11~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-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>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.08.1-2.0.5/released/8.14.0/railroad-crossing/8.10.0.html
HTML
mit
7,698
<html> <head> <title>User agent detail - Mozilla/5.0 (Linux: U: Android 2.2.1: it-it: Vodafone 858 Build/Vodafone858C02B617) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1;225419377</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> </head> <body> <div class="container"> <div class="section"> <h1 class="header center orange-text">User agent detail</h1> <div class="row center"> <h5 class="header light"> Mozilla/5.0 (Linux: U: Android 2.2.1: it-it: Vodafone 858 Build/Vodafone858C02B617) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1;225419377 </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">Vodafone</td><td>858</td><td></td><td></td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-test">Detail</a> <!-- Modal Structure --> <div id="modal-test" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Testsuite result detail</h4> <p><pre><code class="php">Array ( [user_agent_string] => Mozilla/5.0 (Linux: U: Android 2.2.1: it-it: Vodafone 858 Build/Vodafone858C02B617) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1;225419377 [family] => Vodafone 858 [brand] => Vodafone [model] => 858 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><th colspan="14" class="green lighten-3">Providers</th></tr><tr><td>BrowscapPhp<br /><small>6012</small></td><td>Android 4.0</td><td>WebKit </td><td>Android 2.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.028</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-215ac98d-ccf8-4615-916e-5a819d6a59c9">Detail</a> <!-- Modal Structure --> <div id="modal-215ac98d-ccf8-4615-916e-5a819d6a59c9" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>BrowscapPhp result detail</h4> <p><pre><code class="php">stdClass Object ( [browser_name_regex] => /^mozilla\/5\.0 \(.*linux.*android.2\.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] => [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>DonatjUAParser<br /><small>v0.5.0</small></td><td>Android Browser 4.0</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-f1436016-fdf1-4aea-b4be-1d7c99ab0661">Detail</a> <!-- Modal Structure --> <div id="modal-f1436016-fdf1-4aea-b4be-1d7c99ab0661" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>DonatjUAParser result detail</h4> <p><pre><code class="php">Array ( [platform] => Android [browser] => Android Browser [version] => 4.0 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>NeutrinoApiCom<br /><small></small></td><td>Android Webkit 4.0</td><td><i class="material-icons">close</i></td><td>Android </td><td style="border-left: 1px solid #555">Generic</td><td>Android 2.2</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.26503</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 2.2 [version] => 4.0 [is_android] => 1 [browser_name] => Android Webkit [operating_system_family] => Android [operating_system_version] => [is_ios] => [producer] => Google Inc. [operating_system] => Android 2.2.x Froyo [mobile_screen_width] => 320 [mobile_browser] => Android Webkit ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>PiwikDeviceDetector<br /><small>3.5.2</small></td><td>Android Browser </td><td>WebKit </td><td>Android 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.008</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-21638055-738d-46ba-a1b1-f5114bc26475">Detail</a> <!-- Modal Structure --> <div id="modal-21638055-738d-46ba-a1b1-f5114bc26475" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>PiwikDeviceDetector result detail</h4> <p><pre><code class="php">Array ( [client] => Array ( [type] => browser [name] => Android Browser [short_name] => AN [version] => [engine] => WebKit ) [operatingSystem] => Array ( [name] => Android [short_name] => AND [version] => 2.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.0</small></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-5415e7f2-ef7b-434c-abe0-b71ba9f6707c">Detail</a> <!-- Modal Structure --> <div id="modal-5415e7f2-ef7b-434c-abe0-b71ba9f6707c" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>SinergiBrowserDetector result detail</h4> <p><pre><code class="php">Array ( [browser] => Sinergi\BrowserDetector\Browser Object ( [userAgent:Sinergi\BrowserDetector\Browser:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux: U: Android 2.2.1: it-it: Vodafone 858 Build/Vodafone858C02B617) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1;225419377 ) [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.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: it-it: Vodafone 858 Build/Vodafone858C02B617) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1;225419377 ) ) [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: it-it: Vodafone 858 Build/Vodafone858C02B617) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1;225419377 ) ) ) </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.2.1</td><td><i class="material-icons">close</i></td><td>Android 2.2.1</td><td style="border-left: 1px solid #555">Vodafone</td><td>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.002</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-346c1a98-5fd3-454f-b6c8-350f2f505d8b">Detail</a> <!-- Modal Structure --> <div id="modal-346c1a98-5fd3-454f-b6c8-350f2f505d8b" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UAParser result detail</h4> <p><pre><code class="php">UAParser\Result\Client Object ( [ua] => UAParser\Result\UserAgent Object ( [major] => 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] => Vodafone [model] => 858 [family] => Vodafone 858 ) [originalUserAgent] => Mozilla/5.0 (Linux: U: Android 2.2.1: it-it: Vodafone 858 Build/Vodafone858C02B617) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1;225419377 ) </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>Linux </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.06901</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] => Linux [os_name] => Linux [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>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.41604</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-9795f66f-7271-430e-973a-a5c0e14dc35a">Detail</a> <!-- Modal Structure --> <div id="modal-9795f66f-7271-430e-973a-a5c0e14dc35a" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhatIsMyBrowserCom result detail</h4> <p><pre><code class="php">stdClass Object ( [operating_system_name] => Android [simple_sub_description_string] => [simple_browser_string] => Android Browser 4 on Android (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: it-it: Vodafone 858 Build/Vodafone858C02B617) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1;225419377 [browser_version_full] => 4.0 [browser] => Android Browser 4 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>WhichBrowser<br /><small>2.0.10</small></td><td>Android Browser </td><td>Webkit 533.1</td><td>Android 2.2.1</td><td style="border-left: 1px solid #555"></td><td></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.058</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-342c8d32-4765-40a8-8a5c-af3a38d19ae4">Detail</a> <!-- Modal Structure --> <div id="modal-342c8d32-4765-40a8-8a5c-af3a38d19ae4" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhichBrowser result detail</h4> <p><pre><code class="php">Array ( [browser] => Array ( [name] => Android Browser ) [engine] => Array ( [name] => Webkit [version] => 533.1 ) [os] => Array ( [name] => Android [version] => 2.2.1 ) [device] => Array ( [type] => mobile [subtype] => 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></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.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] => 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.6.4</small></td><td> </td><td><i class="material-icons">close</i></td><td>Linux </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.04601</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] => Linux [advertised_device_os_version] => [advertised_browser] => [advertised_browser_version] => [complete_device_name] => Generic Android 2.2 [form_factor] => Smartphone [is_phone] => true [is_app_webview] => false ) [all] => Array ( [brand_name] => Generic [model_name] => Android 2.2 [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.2 [pointing_method] => touchscreen [release_date] => 2009_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] => 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] => 320 [resolution_height] => 480 [columns] => 60 [max_image_width] => 320 [max_image_height] => 400 [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] => 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-02-13 13:26:35</i> | by <a href="https://github.com/ThaDafinser">ThaDafinser</a> </div> </div> </div> <script src="https://code.jquery.com/jquery-2.1.4.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"></script> <script src="http://cdnjs.cloudflare.com/ajax/libs/list.js/1.1.1/list.min.js"></script> <script> $(document).ready(function(){ // the "href" attribute of .modal-trigger must specify the modal ID that wants to be triggered $('.modal-trigger').leanModal(); }); </script> </body> </html>
ThaDafinser/UserAgentParserComparison
v4/user-agent-detail/16/76/16764969-5e07-4f62-a587-e5952ab9a5ed.html
HTML
mit
46,487
<!DOCTYPE html> <!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" dir="ltr"> <!--<![endif]--> <!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open&id=3 (optional: ?Open&page=filename.html&id=x) --> <!-- Created: ; Product Code: 536; Server: stratnotes2.ic.gc.ca --> <head> <!-- Title begins / Début du titre --> <title> Northern Transformer Corporation - Complete profile - Canadian Company Capabilities - Industries and Business - Industry Canada </title> <!-- Title ends / Fin du titre --> <!-- Meta-data begins / Début des métadonnées --> <meta charset="utf-8" /> <meta name="dcterms.language" title="ISO639-2" content="eng" /> <meta name="dcterms.title" content="" /> <meta name="description" content="" /> <meta name="dcterms.description" content="" /> <meta name="dcterms.type" content="report, data set" /> <meta name="dcterms.subject" content="businesses, industry" /> <meta name="dcterms.subject" content="businesses, industry" /> <meta name="dcterms.issued" title="W3CDTF" content="" /> <meta name="dcterms.modified" title="W3CDTF" content="" /> <meta name="keywords" content="" /> <meta name="dcterms.creator" content="" /> <meta name="author" content="" /> <meta name="dcterms.created" title="W3CDTF" content="" /> <meta name="dcterms.publisher" content="" /> <meta name="dcterms.audience" title="icaudience" content="" /> <meta name="dcterms.spatial" title="ISO3166-1" content="" /> <meta name="dcterms.spatial" title="gcgeonames" content="" /> <meta name="dcterms.format" content="HTML" /> <meta name="dcterms.identifier" title="ICsiteProduct" content="536" /> <!-- EPI-11240 --> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- MCG-202 --> <meta content="width=device-width,initial-scale=1" name="viewport"> <!-- EPI-11567 --> <meta name = "format-detection" content = "telephone=no"> <!-- EPI-12603 --> <meta name="robots" content="noarchive"> <!-- EPI-11190 - Webtrends --> <script> var startTime = new Date(); startTime = startTime.getTime(); </script> <!--[if gte IE 9 | !IE ]><!--> <link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="icon" type="image/x-icon"> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/wet-boew.min.css"> <!--<![endif]--> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/theme.min.css"> <!--[if lt IE 9]> <link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="shortcut icon" /> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/ie8-wet-boew.min.css" /> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew.min.js"></script> <![endif]--> <!--[if lte IE 9]> <![endif]--> <noscript><link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/noscript.min.css" /></noscript> <!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER --> <script>dataLayer1 = [];</script> <!-- End Google Tag Manager --> <!-- EPI-11235 --> <link rel="stylesheet" href="/eic/home.nsf/css/add_WET_4-0_Canada_Apps.css"> <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"> <link href="/app/ccc/srch/css/print.css" media="print" rel="stylesheet" type="text/css" /> </head> <body class="home" vocab="http://schema.org/" typeof="WebPage"> <!-- EPIC HEADER BEGIN --> <!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER --> <noscript><iframe title="Google Tag Manager" src="//www.googletagmanager.com/ns.html?id=GTM-TLGQ9K" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer1'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer1','GTM-TLGQ9K');</script> <!-- End Google Tag Manager --> <!-- EPI-12801 --> <span typeof="Organization"><meta property="legalName" content="Department_of_Industry"></span> <ul id="wb-tphp"> <li class="wb-slc"> <a class="wb-sl" href="#wb-cont">Skip to main content</a> </li> <li class="wb-slc visible-sm visible-md visible-lg"> <a class="wb-sl" href="#wb-info">Skip to "About this site"</a> </li> </ul> <header role="banner"> <div id="wb-bnr" class="container"> <section id="wb-lng" class="visible-md visible-lg text-right"> <h2 class="wb-inv">Language selection</h2> <div class="row"> <div class="col-md-12"> <ul class="list-inline mrgn-bttm-0"> <li><a href="nvgt.do?V_TOKEN=1492307242973&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=32917&V_SEARCH.docsStart=32916&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/rgstr.sec?_flId?_flxKy=e1s1&amp;estblmntNo=234567041301&amp;profileId=61&amp;_evId=bck'A=0&amp;lang=eng&amp;V_SEARCH.showStricts=false&amp;prtl=1&amp;_flId?_flId?_flxKy=e1s1" title="Français" lang="fr">Français</a></li> </ul> </div> </div> </section> <div class="row"> <div class="brand col-xs-8 col-sm-9 col-md-6"> <a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a> </div> <section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn"> <h2>Search and menus</h2> <ul class="list-inline text-right chvrn"> <li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li> </ul> <div id="mb-pnl"></div> </section> <!-- Site Search Removed --> </div> </div> <nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement"> <h2 class="wb-inv">Topics menu</h2> <div class="container nvbar"> <div class="row"> <ul class="list-inline menu"> <li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li> <li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li> <li><a href="https://travel.gc.ca/">Travel</a></li> <li><a href="https://www.canada.ca/en/services/business.html">Business</a></li> <li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li> <li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li> <li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li> <li><a href="https://www.canada.ca/en/services.html">More services</a></li> </ul> </div> </div> </nav> <!-- EPIC BODY BEGIN --> <nav role="navigation" id="wb-bc" class="" property="breadcrumb"> <h2 class="wb-inv">You are here:</h2> <div class="container"> <div class="row"> <ol class="breadcrumb"> <li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li> <li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li> <li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li> </ol> </div> </div> </nav> </header> <main id="wb-cont" role="main" property="mainContentOfPage" class="container"> <!-- End Header --> <!-- Begin Body --> <!-- Begin Body Title --> <!-- End Body Title --> <!-- Begin Body Head --> <!-- End Body Head --> <!-- Begin Body Content --> <br> <!-- Complete Profile --> <!-- Company Information above tabbed area--> <input id="showMore" type="hidden" value='more'/> <input id="showLess" type="hidden" value='less'/> <h1 id="wb-cont"> Company profile - Canadian Company Capabilities </h1> <div class="profileInfo hidden-print"> <ul class="list-inline"> <li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&amp;rstBtn.x=" class="btn btn-link">New Search</a>&nbsp;|</li> <li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do"> <input type="hidden" name="lang" value="eng" /> <input type="hidden" name="profileId" value="" /> <input type="hidden" name="prtl" value="1" /> <input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" /> <input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" /> <input type="hidden" name="V_SEARCH.depth" value="1" /> <input type="hidden" name="V_SEARCH.showStricts" value="false" /> <input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" /> </form></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=32915&amp;V_DOCUMENT.docRank=32916&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492307272303&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567040623&amp;profileId=&amp;key.newSearchLabel=">Previous Company</a></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=32917&amp;V_DOCUMENT.docRank=32918&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492307272303&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567120616&amp;profileId=&amp;key.newSearchLabel=">Next Company</a></li> </ul> </div> <details> <summary>Third-Party Information Liability Disclaimer</summary> <p>Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.</p> </details> <h2> Northern Transformer Corporation </h2> <div class="row"> <div class="col-md-5"> <h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2> <p>Northern Transformer Corporation</p> <div class="mrgn-tp-md"></div> <p class="mrgn-bttm-0" ><a href="http://www.northerntransformer.com" target="_blank" title="Website URL">http://www.northerntransformer.com</a></p> <p><a href="mailto:[email protected]" title="[email protected]">[email protected]</a></p> </div> <div class="col-md-4 mrgn-sm-sm"> <h2 class="h5 mrgn-bttm-0">Mailing Address:</h2> <address class="mrgn-bttm-md"> 245 McNaughton Rd E <br/> MAPLE, Ontario<br/> L6A 4P5 <br/> </address> <h2 class="h5 mrgn-bttm-0">Location Address:</h2> <address class="mrgn-bttm-md"> 245 McNaughton Rd E <br/> MAPLE, Ontario<br/> L6A 4P5 <br/> </address> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (905) 669-1853 </p> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (855) 669-1853</p> <p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>: (905) 669-9728</p> </div> <div class="col-md-3 mrgn-tp-md"> </div> </div> <div class="row mrgn-tp-md mrgn-bttm-md"> <div class="col-md-12"> <h2 class="wb-inv">Company Profile</h2> <br> Northern Transformer Corporation is a North American manufacturer of liquid filled transformers of the highest quality and reliability serving the North American market since 1981. From custom specialty transformers to large utility substations, Northern Transformer designs, engineers and manufactures liquid filled transformers to fit all needs.<br> </div> </div> <!-- <div class="wb-tabs ignore-session update-hash wb-eqht-off print-active"> --> <div class="wb-tabs ignore-session"> <div class="tabpanels"> <details id="details-panel1"> <summary> Full profile </summary> <!-- Tab 1 --> <h2 class="wb-invisible"> Full profile </h2> <!-- Contact Information --> <h3 class="page-header"> Contact information </h3> <section class="container-fluid"> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Justin Emmanuel </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> President </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Management Executive. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (905) 669-1853 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (905) 669-9728 </div> </div> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Alexei Miecznikowski </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Chief Executive Officer </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Management Executive. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (905) 669-1853 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (905) 669-8728 </div> </div> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Giovanni Marcelli </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Chairman </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Management Executive. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (905) 669-1853 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (905) 669-9728 </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Company Description --> <h3 class="page-header"> Company description </h3> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Country of Ownership: </strong> </div> <div class="col-md-7"> Canada &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Year Established: </strong> </div> <div class="col-md-7"> 1981 </div> </div> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> Yes &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Quality Certification: </strong> </div> <div class="col-md-7"> ISO 9001. </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 335311 - Power, Distribution and Specialty Transformers Manufacturing </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Manufacturer / Processor / Producer &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Total Sales ($CDN): </strong> </div> <div class="col-md-7"> $10,000,000 to $24,999,999&nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Export Sales ($CDN): </strong> </div> <div class="col-md-7"> $1,000,000 to $4,999,999&nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Number of Employees: </strong> </div> <div class="col-md-7"> 62&nbsp; </div> </div> </section> <!-- Products / Services / Licensing --> <h3 class="page-header"> Product / Service / Licensing </h3> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> TRANSFORMERS, POWER, 500 TO 2500 KVA NES <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> TRANSFORMERS, POWER, 2501 TO 7500 KVA NES <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> TRANSFORMERS, POWER, 7501 TO 50000 KVA NES <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> TRANSFORMERS, POWER, 50000 TO 150000 KVA NES<br> </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Technology Profile --> <!-- Market Profile --> <h3 class="page-header"> Market profile </h3> <section class="container-fluid"> <h4> Industry sector market interests: </h4> <ul> <li>Manufacturing</li> <li>Mining/Petroleum/Gas</li> <li>Service Industry</li> <li>Electrical Equipment</li> </ul> <h4> Geographic markets: </h4> <h5> Export experience: </h5> <ul> <li>Algeria</li> <li>Bangladesh</li> <li>Brazil</li> <li>Chile</li> <li>China</li> <li>Cuba</li> <li>Dominican Republic</li> <li>India</li> <li>Indonesia</li> <li>Japan</li> <li>Korea, Republic of</li> <li>Libyan Arab Jamahiriya</li> <li>Mexico</li> <li>Puerto Rico</li> <li>United States</li> <li>Alaska</li> <li>Arizona</li> <li>California</li> <li>Illinois</li> <li>Indiana</li> <li>Kentucky</li> <li>Michigan</li> <li>Missouri</li> <li>Nevada</li> <li>New Hampshire</li> <li>New Jersey</li> <li>Ohio</li> <li>Pennsylvania</li> <li>Tennessee</li> <li>Texas</li> <li>Utah</li> <li>Washington</li> <li>Wisconsin</li> </ul> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Sector Information --> <details class="mrgn-tp-md mrgn-bttm-md"> <summary> Third-Party Information Liability Disclaimer </summary> <p> Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements. </p> </details> </details> <details id="details-panel2"> <summary> Contacts </summary> <h2 class="wb-invisible"> Contact information </h2> <!-- Contact Information --> <section class="container-fluid"> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Justin Emmanuel </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> President </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Management Executive. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (905) 669-1853 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (905) 669-9728 </div> </div> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Alexei Miecznikowski </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Chief Executive Officer </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Management Executive. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (905) 669-1853 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (905) 669-8728 </div> </div> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Giovanni Marcelli </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Chairman </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Management Executive. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (905) 669-1853 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (905) 669-9728 </div> </div> </section> </details> <details id="details-panel3"> <summary> Description </summary> <h2 class="wb-invisible"> Company description </h2> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Country of Ownership: </strong> </div> <div class="col-md-7"> Canada &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Year Established: </strong> </div> <div class="col-md-7"> 1981 </div> </div> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> Yes &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Quality Certification: </strong> </div> <div class="col-md-7"> ISO 9001. </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 335311 - Power, Distribution and Specialty Transformers Manufacturing </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Manufacturer / Processor / Producer &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Total Sales ($CDN): </strong> </div> <div class="col-md-7"> $10,000,000 to $24,999,999&nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Export Sales ($CDN): </strong> </div> <div class="col-md-7"> $1,000,000 to $4,999,999&nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Number of Employees: </strong> </div> <div class="col-md-7"> 62&nbsp; </div> </div> </section> </details> <details id="details-panel4"> <summary> Products, services and licensing </summary> <h2 class="wb-invisible"> Product / Service / Licensing </h2> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> TRANSFORMERS, POWER, 500 TO 2500 KVA NES <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> TRANSFORMERS, POWER, 2501 TO 7500 KVA NES <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> TRANSFORMERS, POWER, 7501 TO 50000 KVA NES <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> TRANSFORMERS, POWER, 50000 TO 150000 KVA NES<br> </div> </div> </section> </details> <details id="details-panel6"> <summary> Market </summary> <h2 class="wb-invisible"> Market profile </h2> <section class="container-fluid"> <h4> Industry sector market interests: </h4> <ul> <li>Manufacturing</li> <li>Mining/Petroleum/Gas</li> <li>Service Industry</li> <li>Electrical Equipment</li> </ul> <h4> Geographic markets: </h4> <h5> Export experience: </h5> <ul> <li>Algeria</li> <li>Bangladesh</li> <li>Brazil</li> <li>Chile</li> <li>China</li> <li>Cuba</li> <li>Dominican Republic</li> <li>India</li> <li>Indonesia</li> <li>Japan</li> <li>Korea, Republic of</li> <li>Libyan Arab Jamahiriya</li> <li>Mexico</li> <li>Puerto Rico</li> <li>United States</li> <li>Alaska</li> <li>Arizona</li> <li>California</li> <li>Illinois</li> <li>Indiana</li> <li>Kentucky</li> <li>Michigan</li> <li>Missouri</li> <li>Nevada</li> <li>New Hampshire</li> <li>New Jersey</li> <li>Ohio</li> <li>Pennsylvania</li> <li>Tennessee</li> <li>Texas</li> <li>Utah</li> <li>Washington</li> <li>Wisconsin</li> </ul> </section> </details> </div> </div> <div class="row"> <div class="col-md-12 text-right"> Last Update Date 2016-06-29 </div> </div> <!-- - Artifact ID: CBW - IMBS - CCC Search WAR - Group ID: ca.gc.ic.strategis.imbs.ccc.search - Version: 3.26 - Built-By: bamboo - Build Timestamp: 2017-03-02T21:29:28Z --> <!-- End Body Content --> <!-- Begin Body Foot --> <!-- End Body Foot --> <!-- END MAIN TABLE --> <!-- End body --> <!-- Begin footer --> <div class="row pagedetails"> <div class="col-sm-5 col-xs-12 datemod"> <dl id="wb-dtmd"> <dt class=" hidden-print">Date Modified:</dt> <dd class=" hidden-print"> <span><time>2017-03-02</time></span> </dd> </dl> </div> <div class="clear visible-xs"></div> <div class="col-sm-4 col-xs-6"> </div> <div class="col-sm-3 col-xs-6 text-right"> </div> <div class="clear visible-xs"></div> </div> </main> <footer role="contentinfo" id="wb-info"> <nav role="navigation" class="container wb-navcurr"> <h2 class="wb-inv">About government</h2> <!-- EPIC FOOTER BEGIN --> <!-- EPI-11638 Contact us --> <ul class="list-unstyled colcount-sm-2 colcount-md-3"> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07026.html#pageid=E048-H00000&amp;from=Industries">Contact us</a></li> <li><a href="https://www.canada.ca/en/government/dept.html">Departments and agencies</a></li> <li><a href="https://www.canada.ca/en/government/publicservice.html">Public service and military</a></li> <li><a href="https://www.canada.ca/en/news.html">News</a></li> <li><a href="https://www.canada.ca/en/government/system/laws.html">Treaties, laws and regulations</a></li> <li><a href="https://www.canada.ca/en/transparency/reporting.html">Government-wide reporting</a></li> <li><a href="http://pm.gc.ca/eng">Prime Minister</a></li> <li><a href="https://www.canada.ca/en/government/system.html">How government works</a></li> <li><a href="http://open.canada.ca/en/">Open government</a></li> </ul> </nav> <div class="brand"> <div class="container"> <div class="row"> <nav class="col-md-10 ftr-urlt-lnk"> <h2 class="wb-inv">About this site</h2> <ul> <li><a href="https://www.canada.ca/en/social.html">Social media</a></li> <li><a href="https://www.canada.ca/en/mobile.html">Mobile applications</a></li> <li><a href="http://www1.canada.ca/en/newsite.html">About Canada.ca</a></li> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html">Terms and conditions</a></li> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html#p1">Privacy</a></li> </ul> </nav> <div class="col-xs-6 visible-sm visible-xs tofpg"> <a href="#wb-cont">Top of Page <span class="glyphicon glyphicon-chevron-up"></span></a> </div> <div class="col-xs-6 col-md-2 text-right"> <object type="image/svg+xml" tabindex="-1" role="img" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/wmms-blk.svg" aria-label="Symbol of the Government of Canada"></object> </div> </div> </div> </div> </footer> <!--[if gte IE 9 | !IE ]><!--> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/wet-boew.min.js"></script> <!--<![endif]--> <!--[if lt IE 9]> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew2.min.js"></script> <![endif]--> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/theme.min.js"></script> <!-- EPI-10519 --> <span class="wb-sessto" data-wb-sessto='{"inactivity": 1800000, "reactionTime": 180000, "sessionalive": 1800000, "logouturl": "/app/ccc/srch/cccSrch.do?lang=eng&prtl=1"}'></span> <script src="/eic/home.nsf/js/jQuery.externalOpensInNewWindow.js"></script> <!-- EPI-11190 - Webtrends --> <script src="/eic/home.nsf/js/webtrends.js"></script> <script>var endTime = new Date();</script> <noscript> <div><img alt="" id="DCSIMG" width="1" height="1" src="//wt-sdc.ic.gc.ca/dcs6v67hwe0ei7wsv8g9fv50d_3k6i/njs.gif?dcsuri=/nojavascript&amp;WT.js=No&amp;WT.tv=9.4.0&amp;dcssip=www.ic.gc.ca"/></div> </noscript> <!-- /Webtrends --> <!-- JS deps --> <script src="/eic/home.nsf/js/jquery.imagesloaded.js"></script> <!-- EPI-11262 - Util JS --> <script src="/eic/home.nsf/js/_WET_4-0_utils_canada.min.js"></script> <!-- EPI-11383 --> <script src="/eic/home.nsf/js/jQuery.icValidationErrors.js"></script> <span style="display:none;" id='app-info' data-project-groupid='' data-project-artifactid='' data-project-version='' data-project-build-timestamp='' data-issue-tracking='' data-scm-sha1='' data-scm-sha1-abbrev='' data-scm-branch='' data-scm-commit-date=''></span> </body></html> <!-- End Footer --> <!-- - Artifact ID: CBW - IMBS - CCC Search WAR - Group ID: ca.gc.ic.strategis.imbs.ccc.search - Version: 3.26 - Built-By: bamboo - Build Timestamp: 2017-03-02T21:29:28Z -->
GoC-Spending/data-corporations
html/123456142158.html
HTML
mit
62,215